From 533c67d304ed75323ef958ea411c5d9c1a10348d Mon Sep 17 00:00:00 2001 From: Jason Bedard Date: Wed, 29 Nov 2023 16:55:11 -0800 Subject: [PATCH] update typescript grammar to v0.20.3 --- _automation/grammars.json | 4 +- typescript/tsx/parser.c | 314085 +++++++++++++++--------------- typescript/typescript/parser.c | 300900 ++++++++++++++-------------- 3 files changed, 311003 insertions(+), 303986 deletions(-) diff --git a/_automation/grammars.json b/_automation/grammars.json index f21bb61c..40ebe2ed 100644 --- a/_automation/grammars.json +++ b/_automation/grammars.json @@ -259,8 +259,8 @@ "parser.c", "scanner.c" ], - "reference": "v0.20.2", - "revision": "5d20856f34315b068c41edaee2ac8a100081d259" + "reference": "v0.20.3", + "revision": "c604297f8197b468026f2ea32119935887e01c67" }, { "language": "yaml", diff --git a/typescript/tsx/parser.c b/typescript/tsx/parser.c index 18e79384..51ee57d9 100644 --- a/typescript/tsx/parser.c +++ b/typescript/tsx/parser.c @@ -6,15 +6,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 4485 -#define LARGE_STATE_COUNT 999 -#define SYMBOL_COUNT 373 +#define STATE_COUNT 4524 +#define LARGE_STATE_COUNT 990 +#define SYMBOL_COUNT 382 #define ALIAS_COUNT 6 -#define TOKEN_COUNT 162 +#define TOKEN_COUNT 166 #define EXTERNAL_TOKEN_COUNT 5 #define FIELD_COUNT 44 #define MAX_ALIAS_SEQUENCE_LENGTH 10 -#define PRODUCTION_ID_COUNT 275 +#define PRODUCTION_ID_COUNT 294 enum { sym_identifier = 1, @@ -65,336 +65,345 @@ enum { sym__glimmer_template_content = 46, anon_sym_LTtemplate_GT = 47, anon_sym_LT_SLASHtemplate_GT = 48, - anon_sym_LT = 49, - anon_sym_GT = 50, - anon_sym_SLASH = 51, - sym_jsx_text = 52, - sym_jsx_identifier = 53, - anon_sym_DOT = 54, - anon_sym_class = 55, - anon_sym_async = 56, - anon_sym_function = 57, - anon_sym_EQ_GT = 58, - anon_sym_QMARK_DOT = 59, - anon_sym_new = 60, - anon_sym_PLUS_EQ = 61, - anon_sym_DASH_EQ = 62, - anon_sym_STAR_EQ = 63, - anon_sym_SLASH_EQ = 64, - anon_sym_PERCENT_EQ = 65, - anon_sym_CARET_EQ = 66, - anon_sym_AMP_EQ = 67, - anon_sym_PIPE_EQ = 68, - anon_sym_GT_GT_EQ = 69, - anon_sym_GT_GT_GT_EQ = 70, - anon_sym_LT_LT_EQ = 71, - anon_sym_STAR_STAR_EQ = 72, - anon_sym_AMP_AMP_EQ = 73, - anon_sym_PIPE_PIPE_EQ = 74, - anon_sym_QMARK_QMARK_EQ = 75, - anon_sym_DOT_DOT_DOT = 76, - anon_sym_AMP_AMP = 77, - anon_sym_PIPE_PIPE = 78, - anon_sym_GT_GT = 79, - anon_sym_GT_GT_GT = 80, - anon_sym_LT_LT = 81, - anon_sym_AMP = 82, - anon_sym_CARET = 83, - anon_sym_PIPE = 84, - anon_sym_PLUS = 85, - anon_sym_DASH = 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_TILDE = 97, - anon_sym_void = 98, - anon_sym_delete = 99, - anon_sym_PLUS_PLUS = 100, - anon_sym_DASH_DASH = 101, - anon_sym_DQUOTE = 102, - anon_sym_SQUOTE = 103, - sym_unescaped_double_string_fragment = 104, - sym_unescaped_single_string_fragment = 105, - sym_escape_sequence = 106, - sym_comment = 107, - anon_sym_BQUOTE = 108, - anon_sym_DOLLAR_LBRACE = 109, - anon_sym_SLASH2 = 110, - sym_regex_pattern = 111, - sym_regex_flags = 112, - sym_number = 113, - sym_private_property_identifier = 114, - anon_sym_target = 115, - sym_this = 116, - sym_super = 117, - sym_true = 118, - sym_false = 119, - sym_null = 120, - sym_undefined = 121, - anon_sym_AT = 122, - anon_sym_static = 123, - anon_sym_readonly = 124, - anon_sym_get = 125, - anon_sym_set = 126, - anon_sym_QMARK = 127, - anon_sym_declare = 128, - anon_sym_public = 129, - anon_sym_private = 130, - anon_sym_protected = 131, - anon_sym_override = 132, - anon_sym_module = 133, - anon_sym_any = 134, - anon_sym_number = 135, - anon_sym_boolean = 136, - anon_sym_string = 137, - anon_sym_symbol = 138, - anon_sym_abstract = 139, - anon_sym_satisfies = 140, - anon_sym_require = 141, - anon_sym_extends = 142, - anon_sym_implements = 143, - anon_sym_global = 144, - anon_sym_interface = 145, - anon_sym_enum = 146, - anon_sym_DASH_QMARK_COLON = 147, - anon_sym_QMARK_COLON = 148, - anon_sym_asserts = 149, - anon_sym_infer = 150, - anon_sym_is = 151, - anon_sym_keyof = 152, - anon_sym_unknown = 153, - anon_sym_never = 154, - anon_sym_object = 155, - anon_sym_LBRACE_PIPE = 156, - anon_sym_PIPE_RBRACE = 157, - sym__automatic_semicolon = 158, - sym__template_chars = 159, - sym__ternary_qmark = 160, - sym__function_signature_automatic_semicolon = 161, - sym_program = 162, - sym_export_statement = 163, - sym_namespace_export = 164, - sym_export_clause = 165, - sym_export_specifier = 166, - sym__module_export_name = 167, - sym_declaration = 168, - sym_import = 169, - sym_import_statement = 170, - sym_import_clause = 171, - sym__from_clause = 172, - sym_namespace_import = 173, - sym_named_imports = 174, - sym_import_specifier = 175, - sym_expression_statement = 176, - sym_variable_declaration = 177, - sym_lexical_declaration = 178, - sym_variable_declarator = 179, - sym_statement_block = 180, - sym_else_clause = 181, - sym_if_statement = 182, - sym_switch_statement = 183, - sym_for_statement = 184, - sym_for_in_statement = 185, - sym__for_header = 186, - sym_while_statement = 187, - sym_do_statement = 188, - sym_try_statement = 189, - sym_with_statement = 190, - sym_break_statement = 191, - sym_continue_statement = 192, - sym_debugger_statement = 193, - sym_return_statement = 194, - sym_throw_statement = 195, - sym_empty_statement = 196, - sym_labeled_statement = 197, - sym_switch_body = 198, - sym_switch_case = 199, - sym_switch_default = 200, - sym_catch_clause = 201, - sym_finally_clause = 202, - sym_parenthesized_expression = 203, - sym_expression = 204, - sym_primary_expression = 205, - sym_yield_expression = 206, - sym_object = 207, - sym_object_pattern = 208, - sym_assignment_pattern = 209, - sym_object_assignment_pattern = 210, - sym_array = 211, - sym_array_pattern = 212, - sym_glimmer_template = 213, - sym_glimmer_opening_tag = 214, - sym_glimmer_closing_tag = 215, - sym_jsx_element = 216, - sym_jsx_fragment = 217, - sym_jsx_expression = 218, - sym_jsx_opening_element = 219, - sym_nested_identifier = 220, - sym_jsx_namespace_name = 221, - sym_jsx_closing_element = 222, - sym_jsx_self_closing_element = 223, - sym_jsx_attribute = 224, - sym_class = 225, - sym_class_declaration = 226, - sym_class_heritage = 227, - sym_function = 228, - sym_function_declaration = 229, - sym_generator_function = 230, - sym_generator_function_declaration = 231, - sym_arrow_function = 232, - sym__call_signature = 233, - sym__formal_parameter = 234, - sym_optional_chain = 235, - sym_call_expression = 236, - sym_new_expression = 237, - sym_await_expression = 238, - sym_member_expression = 239, - sym_subscript_expression = 240, - sym_assignment_expression = 241, - sym__augmented_assignment_lhs = 242, - sym_augmented_assignment_expression = 243, - sym__initializer = 244, - sym__destructuring_pattern = 245, - sym_spread_element = 246, - sym_ternary_expression = 247, - sym_binary_expression = 248, - sym_unary_expression = 249, - sym_update_expression = 250, - sym_sequence_expression = 251, - sym_string = 252, - sym_template_string = 253, - sym_template_substitution = 254, - sym_regex = 255, - sym_meta_property = 256, - sym_arguments = 257, - sym_decorator = 258, - sym_decorator_member_expression = 259, - sym_decorator_call_expression = 260, - sym_class_body = 261, - sym_formal_parameters = 262, - sym_class_static_block = 263, - sym_pattern = 264, - sym_rest_pattern = 265, - sym_method_definition = 266, - sym_pair = 267, - sym_pair_pattern = 268, - sym__property_name = 269, - sym_computed_property_name = 270, - sym_public_field_definition = 271, - sym_non_null_expression = 272, - sym_method_signature = 273, - sym_abstract_method_signature = 274, - sym_function_signature = 275, - sym_as_expression = 276, - sym_satisfies_expression = 277, - sym_import_require_clause = 278, - sym_extends_clause = 279, - sym_implements_clause = 280, - sym_ambient_declaration = 281, - sym_abstract_class_declaration = 282, - sym_module = 283, - sym_internal_module = 284, - sym__module = 285, - sym_import_alias = 286, - sym_nested_type_identifier = 287, - sym_interface_declaration = 288, - sym_extends_type_clause = 289, - sym_enum_declaration = 290, - sym_enum_body = 291, - sym_enum_assignment = 292, - sym_type_alias_declaration = 293, - sym_accessibility_modifier = 294, - sym_override_modifier = 295, - sym_required_parameter = 296, - sym_optional_parameter = 297, - sym__parameter_name = 298, - sym_omitting_type_annotation = 299, - sym_opting_type_annotation = 300, - sym_type_annotation = 301, - sym_asserts = 302, - sym__type = 303, - sym_tuple_parameter = 304, - sym_optional_tuple_parameter = 305, - sym_optional_type = 306, - sym_rest_type = 307, - sym__tuple_type_member = 308, - sym_constructor_type = 309, - sym__primary_type = 310, - sym_template_type = 311, - sym_template_literal_type = 312, - sym_infer_type = 313, - sym_conditional_type = 314, - sym_generic_type = 315, - sym_type_predicate = 316, - sym_type_predicate_annotation = 317, - sym__type_query_member_expression = 318, - sym__type_query_subscript_expression = 319, - sym__type_query_call_expression = 320, - sym_type_query = 321, - sym_index_type_query = 322, - sym_lookup_type = 323, - sym_mapped_type_clause = 324, - sym_literal_type = 325, - sym__number = 326, - sym_existential_type = 327, - sym_flow_maybe_type = 328, - sym_parenthesized_type = 329, - sym_predefined_type = 330, - sym_type_arguments = 331, - sym_object_type = 332, - sym_call_signature = 333, - sym_property_signature = 334, - sym_type_parameters = 335, - sym_type_parameter = 336, - sym_default_type = 337, - sym_constraint = 338, - sym_construct_signature = 339, - sym_index_signature = 340, - sym_array_type = 341, - sym_tuple_type = 342, - sym_readonly_type = 343, - sym_union_type = 344, - sym_intersection_type = 345, - sym_function_type = 346, - aux_sym_program_repeat1 = 347, - aux_sym_export_statement_repeat1 = 348, - aux_sym_export_clause_repeat1 = 349, - aux_sym_named_imports_repeat1 = 350, - aux_sym_variable_declaration_repeat1 = 351, - aux_sym_switch_body_repeat1 = 352, - aux_sym_object_repeat1 = 353, - aux_sym_object_pattern_repeat1 = 354, - aux_sym_array_repeat1 = 355, - aux_sym_array_pattern_repeat1 = 356, - aux_sym_glimmer_template_repeat1 = 357, - aux_sym_jsx_element_repeat1 = 358, - aux_sym_string_repeat1 = 359, - aux_sym_string_repeat2 = 360, - aux_sym_template_string_repeat1 = 361, - aux_sym_class_body_repeat1 = 362, - aux_sym_formal_parameters_repeat1 = 363, - aux_sym__jsx_start_opening_element_repeat1 = 364, - aux_sym_extends_clause_repeat1 = 365, - aux_sym_implements_clause_repeat1 = 366, - aux_sym_extends_type_clause_repeat1 = 367, - aux_sym_enum_body_repeat1 = 368, - aux_sym_template_literal_type_repeat1 = 369, - aux_sym_object_type_repeat1 = 370, - aux_sym_type_parameters_repeat1 = 371, - aux_sym_tuple_type_repeat1 = 372, - alias_sym_property_identifier = 373, - alias_sym_shorthand_property_identifier = 374, - alias_sym_shorthand_property_identifier_pattern = 375, - alias_sym_statement_identifier = 376, - alias_sym_this_type = 377, - alias_sym_type_identifier = 378, + aux_sym_jsx_text_token1 = 49, + aux_sym_jsx_text_token2 = 50, + anon_sym_GT = 51, + sym_jsx_identifier = 52, + anon_sym_DOT = 53, + anon_sym_LT_SLASH = 54, + anon_sym_SLASH_GT = 55, + anon_sym_class = 56, + anon_sym_async = 57, + anon_sym_function = 58, + anon_sym_EQ_GT = 59, + anon_sym_QMARK_DOT = 60, + anon_sym_new = 61, + anon_sym_PLUS_EQ = 62, + anon_sym_DASH_EQ = 63, + anon_sym_STAR_EQ = 64, + anon_sym_SLASH_EQ = 65, + anon_sym_PERCENT_EQ = 66, + anon_sym_CARET_EQ = 67, + anon_sym_AMP_EQ = 68, + anon_sym_PIPE_EQ = 69, + anon_sym_GT_GT_EQ = 70, + anon_sym_GT_GT_GT_EQ = 71, + anon_sym_LT_LT_EQ = 72, + anon_sym_STAR_STAR_EQ = 73, + anon_sym_AMP_AMP_EQ = 74, + anon_sym_PIPE_PIPE_EQ = 75, + anon_sym_QMARK_QMARK_EQ = 76, + anon_sym_DOT_DOT_DOT = 77, + anon_sym_AMP_AMP = 78, + anon_sym_PIPE_PIPE = 79, + anon_sym_GT_GT = 80, + anon_sym_GT_GT_GT = 81, + anon_sym_LT_LT = 82, + anon_sym_AMP = 83, + anon_sym_CARET = 84, + anon_sym_PIPE = 85, + anon_sym_PLUS = 86, + anon_sym_DASH = 87, + anon_sym_SLASH = 88, + anon_sym_PERCENT = 89, + anon_sym_STAR_STAR = 90, + anon_sym_LT = 91, + anon_sym_LT_EQ = 92, + anon_sym_EQ_EQ = 93, + anon_sym_EQ_EQ_EQ = 94, + anon_sym_BANG_EQ = 95, + anon_sym_BANG_EQ_EQ = 96, + anon_sym_GT_EQ = 97, + anon_sym_QMARK_QMARK = 98, + anon_sym_instanceof = 99, + anon_sym_TILDE = 100, + anon_sym_void = 101, + anon_sym_delete = 102, + anon_sym_PLUS_PLUS = 103, + anon_sym_DASH_DASH = 104, + anon_sym_DQUOTE = 105, + anon_sym_SQUOTE = 106, + sym_unescaped_double_string_fragment = 107, + sym_unescaped_single_string_fragment = 108, + sym_escape_sequence = 109, + sym_comment = 110, + anon_sym_BQUOTE = 111, + anon_sym_DOLLAR_LBRACE = 112, + anon_sym_SLASH2 = 113, + sym_regex_pattern = 114, + sym_regex_flags = 115, + sym_number = 116, + sym_private_property_identifier = 117, + anon_sym_target = 118, + sym_this = 119, + sym_super = 120, + sym_true = 121, + sym_false = 122, + sym_null = 123, + sym_undefined = 124, + anon_sym_AT = 125, + anon_sym_static = 126, + anon_sym_readonly = 127, + anon_sym_get = 128, + anon_sym_set = 129, + anon_sym_QMARK = 130, + anon_sym_declare = 131, + anon_sym_public = 132, + anon_sym_private = 133, + anon_sym_protected = 134, + anon_sym_override = 135, + anon_sym_module = 136, + anon_sym_any = 137, + anon_sym_number = 138, + anon_sym_boolean = 139, + anon_sym_string = 140, + anon_sym_symbol = 141, + anon_sym_abstract = 142, + anon_sym_satisfies = 143, + anon_sym_require = 144, + anon_sym_extends = 145, + anon_sym_implements = 146, + anon_sym_global = 147, + anon_sym_interface = 148, + anon_sym_enum = 149, + anon_sym_DASH_QMARK_COLON = 150, + anon_sym_QMARK_COLON = 151, + anon_sym_asserts = 152, + anon_sym_infer = 153, + anon_sym_is = 154, + anon_sym_keyof = 155, + anon_sym_unique = 156, + anon_sym_unknown = 157, + anon_sym_never = 158, + anon_sym_object = 159, + anon_sym_LBRACE_PIPE = 160, + anon_sym_PIPE_RBRACE = 161, + sym__automatic_semicolon = 162, + sym__template_chars = 163, + sym__ternary_qmark = 164, + sym__function_signature_automatic_semicolon = 165, + sym_program = 166, + sym_export_statement = 167, + sym_namespace_export = 168, + sym_export_clause = 169, + sym_export_specifier = 170, + sym__module_export_name = 171, + sym_declaration = 172, + sym_import = 173, + sym_import_statement = 174, + sym_import_clause = 175, + sym__from_clause = 176, + sym_namespace_import = 177, + sym_named_imports = 178, + sym_import_specifier = 179, + sym_expression_statement = 180, + sym_variable_declaration = 181, + sym_lexical_declaration = 182, + sym_variable_declarator = 183, + sym_statement_block = 184, + sym_else_clause = 185, + sym_if_statement = 186, + sym_switch_statement = 187, + sym_for_statement = 188, + sym_for_in_statement = 189, + sym__for_header = 190, + sym_while_statement = 191, + sym_do_statement = 192, + sym_try_statement = 193, + sym_with_statement = 194, + sym_break_statement = 195, + sym_continue_statement = 196, + sym_debugger_statement = 197, + sym_return_statement = 198, + sym_throw_statement = 199, + sym_empty_statement = 200, + sym_labeled_statement = 201, + sym_switch_body = 202, + sym_switch_case = 203, + sym_switch_default = 204, + sym_catch_clause = 205, + sym_finally_clause = 206, + sym_parenthesized_expression = 207, + sym_expression = 208, + sym_primary_expression = 209, + sym_yield_expression = 210, + sym_object = 211, + sym_object_pattern = 212, + sym_assignment_pattern = 213, + sym_object_assignment_pattern = 214, + sym_array = 215, + sym_array_pattern = 216, + sym_glimmer_template = 217, + sym_glimmer_opening_tag = 218, + sym_glimmer_closing_tag = 219, + sym_jsx_element = 220, + sym_jsx_text = 221, + sym_jsx_expression = 222, + sym_jsx_opening_element = 223, + sym_nested_identifier = 224, + sym_jsx_namespace_name = 225, + sym_jsx_closing_element = 226, + sym_jsx_self_closing_element = 227, + sym_jsx_attribute = 228, + sym_class = 229, + sym_class_declaration = 230, + sym_class_heritage = 231, + sym_function = 232, + sym_function_declaration = 233, + sym_generator_function = 234, + sym_generator_function_declaration = 235, + sym_arrow_function = 236, + sym__call_signature = 237, + sym__formal_parameter = 238, + sym_optional_chain = 239, + sym_call_expression = 240, + sym_new_expression = 241, + sym_await_expression = 242, + sym_member_expression = 243, + sym_subscript_expression = 244, + sym_assignment_expression = 245, + sym__augmented_assignment_lhs = 246, + sym_augmented_assignment_expression = 247, + sym__initializer = 248, + sym__destructuring_pattern = 249, + sym_spread_element = 250, + sym_ternary_expression = 251, + sym_binary_expression = 252, + sym_unary_expression = 253, + sym_update_expression = 254, + sym_sequence_expression = 255, + sym_string = 256, + sym_template_string = 257, + sym_template_substitution = 258, + sym_regex = 259, + sym_meta_property = 260, + sym_arguments = 261, + sym_decorator = 262, + sym_decorator_member_expression = 263, + sym_decorator_call_expression = 264, + sym_class_body = 265, + sym_formal_parameters = 266, + sym_class_static_block = 267, + sym_pattern = 268, + sym_rest_pattern = 269, + sym_method_definition = 270, + sym_pair = 271, + sym_pair_pattern = 272, + sym__property_name = 273, + sym_computed_property_name = 274, + sym_public_field_definition = 275, + sym__import_identifier = 276, + sym_non_null_expression = 277, + sym_method_signature = 278, + sym_abstract_method_signature = 279, + sym_function_signature = 280, + sym_as_expression = 281, + sym_satisfies_expression = 282, + sym_instantiation_expression = 283, + sym_import_require_clause = 284, + sym_extends_clause = 285, + sym__extends_clause_single = 286, + sym_implements_clause = 287, + sym_ambient_declaration = 288, + sym_abstract_class_declaration = 289, + sym_module = 290, + sym_internal_module = 291, + sym__module = 292, + sym_import_alias = 293, + sym_nested_type_identifier = 294, + sym_interface_declaration = 295, + sym_extends_type_clause = 296, + sym_enum_declaration = 297, + sym_enum_body = 298, + sym_enum_assignment = 299, + sym_type_alias_declaration = 300, + sym_accessibility_modifier = 301, + sym_override_modifier = 302, + sym_required_parameter = 303, + sym_optional_parameter = 304, + sym__parameter_name = 305, + sym_omitting_type_annotation = 306, + sym_opting_type_annotation = 307, + sym_type_annotation = 308, + sym_asserts = 309, + sym_asserts_annotation = 310, + sym__type = 311, + sym_tuple_parameter = 312, + sym_optional_tuple_parameter = 313, + sym_optional_type = 314, + sym_rest_type = 315, + sym__tuple_type_member = 316, + sym_constructor_type = 317, + sym__primary_type = 318, + sym_template_type = 319, + sym_template_literal_type = 320, + sym_infer_type = 321, + sym_conditional_type = 322, + sym_generic_type = 323, + sym_type_predicate = 324, + sym_type_predicate_annotation = 325, + sym__type_query_member_expression = 326, + sym__type_query_subscript_expression = 327, + sym__type_query_call_expression = 328, + sym__type_query_instantiation_expression = 329, + sym_type_query = 330, + sym_index_type_query = 331, + sym_lookup_type = 332, + sym_mapped_type_clause = 333, + sym_literal_type = 334, + sym__number = 335, + sym_existential_type = 336, + sym_flow_maybe_type = 337, + sym_parenthesized_type = 338, + sym_predefined_type = 339, + sym_type_arguments = 340, + sym_object_type = 341, + sym_call_signature = 342, + sym_property_signature = 343, + sym_type_parameters = 344, + sym_type_parameter = 345, + sym_default_type = 346, + sym_constraint = 347, + sym_construct_signature = 348, + sym_index_signature = 349, + sym_array_type = 350, + sym_tuple_type = 351, + sym_readonly_type = 352, + sym_union_type = 353, + sym_intersection_type = 354, + sym_function_type = 355, + aux_sym_program_repeat1 = 356, + aux_sym_export_statement_repeat1 = 357, + aux_sym_export_clause_repeat1 = 358, + aux_sym_named_imports_repeat1 = 359, + aux_sym_variable_declaration_repeat1 = 360, + aux_sym_switch_body_repeat1 = 361, + aux_sym_object_repeat1 = 362, + aux_sym_object_pattern_repeat1 = 363, + aux_sym_array_repeat1 = 364, + aux_sym_array_pattern_repeat1 = 365, + aux_sym_glimmer_template_repeat1 = 366, + aux_sym_jsx_element_repeat1 = 367, + aux_sym_string_repeat1 = 368, + aux_sym_string_repeat2 = 369, + aux_sym_template_string_repeat1 = 370, + aux_sym_class_body_repeat1 = 371, + aux_sym_formal_parameters_repeat1 = 372, + aux_sym__jsx_start_opening_element_repeat1 = 373, + aux_sym_extends_clause_repeat1 = 374, + aux_sym_implements_clause_repeat1 = 375, + aux_sym_extends_type_clause_repeat1 = 376, + aux_sym_enum_body_repeat1 = 377, + aux_sym_template_literal_type_repeat1 = 378, + aux_sym_object_type_repeat1 = 379, + aux_sym_type_parameters_repeat1 = 380, + aux_sym_tuple_type_repeat1 = 381, + alias_sym_property_identifier = 382, + alias_sym_shorthand_property_identifier = 383, + alias_sym_shorthand_property_identifier_pattern = 384, + alias_sym_statement_identifier = 385, + alias_sym_this_type = 386, + alias_sym_type_identifier = 387, }; static const char * const ts_symbol_names[] = { @@ -447,12 +456,13 @@ static const char * const ts_symbol_names[] = { [sym__glimmer_template_content] = "_glimmer_template_content", [anon_sym_LTtemplate_GT] = "", - [anon_sym_LT] = "<", + [aux_sym_jsx_text_token1] = "jsx_text_token1", + [aux_sym_jsx_text_token2] = "jsx_text_token2", [anon_sym_GT] = ">", - [anon_sym_SLASH] = "/", - [sym_jsx_text] = "jsx_text", [sym_jsx_identifier] = "identifier", [anon_sym_DOT] = ".", + [anon_sym_LT_SLASH] = "", [anon_sym_class] = "class", [anon_sym_async] = "async", [anon_sym_function] = "function", @@ -485,8 +495,10 @@ static const char * const ts_symbol_names[] = { [anon_sym_PIPE] = "|", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", + [anon_sym_SLASH] = "/", [anon_sym_PERCENT] = "%", [anon_sym_STAR_STAR] = "**", + [anon_sym_LT] = "<", [anon_sym_LT_EQ] = "<=", [anon_sym_EQ_EQ] = "==", [anon_sym_EQ_EQ_EQ] = "===", @@ -551,6 +563,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_infer] = "infer", [anon_sym_is] = "is", [anon_sym_keyof] = "keyof", + [anon_sym_unique] = "unique symbol", [anon_sym_unknown] = "unknown", [anon_sym_never] = "never", [anon_sym_object] = "object", @@ -615,7 +628,7 @@ static const char * const ts_symbol_names[] = { [sym_glimmer_opening_tag] = "glimmer_opening_tag", [sym_glimmer_closing_tag] = "glimmer_closing_tag", [sym_jsx_element] = "jsx_element", - [sym_jsx_fragment] = "jsx_fragment", + [sym_jsx_text] = "jsx_text", [sym_jsx_expression] = "jsx_expression", [sym_jsx_opening_element] = "jsx_opening_element", [sym_nested_identifier] = "nested_identifier", @@ -670,14 +683,17 @@ static const char * const ts_symbol_names[] = { [sym__property_name] = "_property_name", [sym_computed_property_name] = "computed_property_name", [sym_public_field_definition] = "public_field_definition", + [sym__import_identifier] = "_import_identifier", [sym_non_null_expression] = "non_null_expression", [sym_method_signature] = "method_signature", [sym_abstract_method_signature] = "abstract_method_signature", [sym_function_signature] = "function_signature", [sym_as_expression] = "as_expression", [sym_satisfies_expression] = "satisfies_expression", + [sym_instantiation_expression] = "instantiation_expression", [sym_import_require_clause] = "import_require_clause", [sym_extends_clause] = "extends_clause", + [sym__extends_clause_single] = "_extends_clause_single", [sym_implements_clause] = "implements_clause", [sym_ambient_declaration] = "ambient_declaration", [sym_abstract_class_declaration] = "abstract_class_declaration", @@ -701,6 +717,7 @@ static const char * const ts_symbol_names[] = { [sym_opting_type_annotation] = "opting_type_annotation", [sym_type_annotation] = "type_annotation", [sym_asserts] = "asserts", + [sym_asserts_annotation] = "asserts_annotation", [sym__type] = "_type", [sym_tuple_parameter] = "required_parameter", [sym_optional_tuple_parameter] = "optional_parameter", @@ -719,6 +736,7 @@ static const char * const ts_symbol_names[] = { [sym__type_query_member_expression] = "member_expression", [sym__type_query_subscript_expression] = "subscript_expression", [sym__type_query_call_expression] = "call_expression", + [sym__type_query_instantiation_expression] = "instantiation_expression", [sym_type_query] = "type_query", [sym_index_type_query] = "index_type_query", [sym_lookup_type] = "lookup_type", @@ -829,12 +847,13 @@ static const TSSymbol ts_symbol_map[] = { [sym__glimmer_template_content] = sym__glimmer_template_content, [anon_sym_LTtemplate_GT] = anon_sym_LTtemplate_GT, [anon_sym_LT_SLASHtemplate_GT] = anon_sym_LT_SLASHtemplate_GT, - [anon_sym_LT] = anon_sym_LT, + [aux_sym_jsx_text_token1] = aux_sym_jsx_text_token1, + [aux_sym_jsx_text_token2] = aux_sym_jsx_text_token2, [anon_sym_GT] = anon_sym_GT, - [anon_sym_SLASH] = anon_sym_SLASH, - [sym_jsx_text] = sym_jsx_text, [sym_jsx_identifier] = sym_identifier, [anon_sym_DOT] = anon_sym_DOT, + [anon_sym_LT_SLASH] = anon_sym_LT_SLASH, + [anon_sym_SLASH_GT] = anon_sym_SLASH_GT, [anon_sym_class] = anon_sym_class, [anon_sym_async] = anon_sym_async, [anon_sym_function] = anon_sym_function, @@ -867,8 +886,10 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, + [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_STAR_STAR] = anon_sym_STAR_STAR, + [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_EQ_EQ_EQ] = anon_sym_EQ_EQ_EQ, @@ -933,6 +954,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_infer] = anon_sym_infer, [anon_sym_is] = anon_sym_is, [anon_sym_keyof] = anon_sym_keyof, + [anon_sym_unique] = anon_sym_unique, [anon_sym_unknown] = anon_sym_unknown, [anon_sym_never] = anon_sym_never, [anon_sym_object] = anon_sym_object, @@ -997,7 +1019,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_glimmer_opening_tag] = sym_glimmer_opening_tag, [sym_glimmer_closing_tag] = sym_glimmer_closing_tag, [sym_jsx_element] = sym_jsx_element, - [sym_jsx_fragment] = sym_jsx_fragment, + [sym_jsx_text] = sym_jsx_text, [sym_jsx_expression] = sym_jsx_expression, [sym_jsx_opening_element] = sym_jsx_opening_element, [sym_nested_identifier] = sym_nested_identifier, @@ -1052,14 +1074,17 @@ static const TSSymbol ts_symbol_map[] = { [sym__property_name] = sym__property_name, [sym_computed_property_name] = sym_computed_property_name, [sym_public_field_definition] = sym_public_field_definition, + [sym__import_identifier] = sym__import_identifier, [sym_non_null_expression] = sym_non_null_expression, [sym_method_signature] = sym_method_signature, [sym_abstract_method_signature] = sym_abstract_method_signature, [sym_function_signature] = sym_function_signature, [sym_as_expression] = sym_as_expression, [sym_satisfies_expression] = sym_satisfies_expression, + [sym_instantiation_expression] = sym_instantiation_expression, [sym_import_require_clause] = sym_import_require_clause, [sym_extends_clause] = sym_extends_clause, + [sym__extends_clause_single] = sym__extends_clause_single, [sym_implements_clause] = sym_implements_clause, [sym_ambient_declaration] = sym_ambient_declaration, [sym_abstract_class_declaration] = sym_abstract_class_declaration, @@ -1083,6 +1108,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_opting_type_annotation] = sym_opting_type_annotation, [sym_type_annotation] = sym_type_annotation, [sym_asserts] = sym_asserts, + [sym_asserts_annotation] = sym_asserts_annotation, [sym__type] = sym__type, [sym_tuple_parameter] = sym_required_parameter, [sym_optional_tuple_parameter] = sym_optional_parameter, @@ -1101,6 +1127,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__type_query_member_expression] = sym_member_expression, [sym__type_query_subscript_expression] = sym_subscript_expression, [sym__type_query_call_expression] = sym_call_expression, + [sym__type_query_instantiation_expression] = sym_instantiation_expression, [sym_type_query] = sym_type_query, [sym_index_type_query] = sym_index_type_query, [sym_lookup_type] = sym_lookup_type, @@ -1358,22 +1385,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_LT] = { - .visible = true, + [aux_sym_jsx_text_token1] = { + .visible = false, .named = false, }, - [anon_sym_GT] = { - .visible = true, + [aux_sym_jsx_text_token2] = { + .visible = false, .named = false, }, - [anon_sym_SLASH] = { + [anon_sym_GT] = { .visible = true, .named = false, }, - [sym_jsx_text] = { - .visible = true, - .named = true, - }, [sym_jsx_identifier] = { .visible = true, .named = true, @@ -1382,6 +1405,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_LT_SLASH] = { + .visible = true, + .named = false, + }, + [anon_sym_SLASH_GT] = { + .visible = true, + .named = false, + }, [anon_sym_class] = { .visible = true, .named = false, @@ -1510,6 +1541,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_SLASH] = { + .visible = true, + .named = false, + }, [anon_sym_PERCENT] = { .visible = true, .named = false, @@ -1518,6 +1553,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_LT] = { + .visible = true, + .named = false, + }, [anon_sym_LT_EQ] = { .visible = true, .named = false, @@ -1774,6 +1813,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_unique] = { + .visible = true, + .named = false, + }, [anon_sym_unknown] = { .visible = true, .named = false, @@ -2033,7 +2076,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_jsx_fragment] = { + [sym_jsx_text] = { .visible = true, .named = true, }, @@ -2254,6 +2297,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__import_identifier] = { + .visible = false, + .named = true, + }, [sym_non_null_expression] = { .visible = true, .named = true, @@ -2278,6 +2325,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_instantiation_expression] = { + .visible = true, + .named = true, + }, [sym_import_require_clause] = { .visible = true, .named = true, @@ -2286,6 +2337,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__extends_clause_single] = { + .visible = false, + .named = true, + }, [sym_implements_clause] = { .visible = true, .named = true, @@ -2378,6 +2433,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_asserts_annotation] = { + .visible = true, + .named = true, + }, [sym__type] = { .visible = false, .named = true, @@ -2451,6 +2510,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__type_query_instantiation_expression] = { + .visible = true, + .named = true, + }, [sym_type_query] = { .visible = true, .named = true, @@ -2790,262 +2853,278 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [9] = {.index = 8, .length = 1}, [10] = {.index = 9, .length = 2}, [11] = {.index = 11, .length = 1}, - [12] = {.index = 3, .length = 1}, - [13] = {.index = 12, .length = 1}, + [12] = {.index = 12, .length = 1}, + [13] = {.index = 3, .length = 1}, [14] = {.index = 13, .length = 2}, [15] = {.index = 15, .length = 2}, - [16] = {.index = 17, .length = 2}, - [17] = {.index = 19, .length = 2}, - [18] = {.index = 21, .length = 2}, - [19] = {.index = 23, .length = 2}, - [20] = {.index = 25, .length = 1}, - [21] = {.index = 26, .length = 2}, - [22] = {.index = 28, .length = 2}, - [23] = {.index = 30, .length = 2}, - [24] = {.index = 32, .length = 2}, - [28] = {.index = 34, .length = 1}, - [29] = {.index = 35, .length = 2}, - [30] = {.index = 37, .length = 2}, - [31] = {.index = 39, .length = 1}, - [32] = {.index = 40, .length = 2}, - [33] = {.index = 42, .length = 2}, - [34] = {.index = 44, .length = 6}, - [35] = {.index = 50, .length = 1}, - [36] = {.index = 51, .length = 3}, - [37] = {.index = 54, .length = 3}, - [38] = {.index = 57, .length = 2}, - [39] = {.index = 59, .length = 2}, - [40] = {.index = 61, .length = 2}, - [41] = {.index = 63, .length = 2}, - [42] = {.index = 65, .length = 2}, - [43] = {.index = 67, .length = 1}, + [16] = {.index = 17, .length = 1}, + [17] = {.index = 18, .length = 2}, + [18] = {.index = 20, .length = 2}, + [19] = {.index = 22, .length = 2}, + [20] = {.index = 24, .length = 2}, + [21] = {.index = 26, .length = 1}, + [22] = {.index = 27, .length = 2}, + [23] = {.index = 29, .length = 2}, + [24] = {.index = 31, .length = 2}, + [25] = {.index = 33, .length = 2}, + [29] = {.index = 35, .length = 1}, + [30] = {.index = 36, .length = 2}, + [31] = {.index = 38, .length = 2}, + [32] = {.index = 40, .length = 1}, + [33] = {.index = 41, .length = 2}, + [34] = {.index = 43, .length = 2}, + [35] = {.index = 45, .length = 6}, + [36] = {.index = 51, .length = 1}, + [37] = {.index = 52, .length = 3}, + [38] = {.index = 55, .length = 3}, + [39] = {.index = 58, .length = 2}, + [40] = {.index = 60, .length = 2}, + [41] = {.index = 62, .length = 2}, + [42] = {.index = 64, .length = 2}, + [43] = {.index = 66, .length = 2}, [44] = {.index = 68, .length = 1}, - [45] = {.index = 69, .length = 1}, - [46] = {.index = 70, .length = 2}, + [45] = {.index = 69, .length = 2}, + [46] = {.index = 71, .length = 1}, [47] = {.index = 72, .length = 2}, - [48] = {.index = 74, .length = 2}, - [49] = {.index = 76, .length = 1}, + [50] = {.index = 74, .length = 2}, + [51] = {.index = 76, .length = 1}, [52] = {.index = 77, .length = 2}, - [53] = {.index = 79, .length = 1}, - [54] = {.index = 80, .length = 2}, - [55] = {.index = 82, .length = 4}, - [56] = {.index = 86, .length = 2}, - [57] = {.index = 88, .length = 2}, - [58] = {.index = 26, .length = 2}, - [59] = {.index = 30, .length = 2}, - [60] = {.index = 74, .length = 2}, - [61] = {.index = 90, .length = 3}, - [62] = {.index = 93, .length = 2}, - [63] = {.index = 93, .length = 2}, - [64] = {.index = 95, .length = 3}, - [65] = {.index = 95, .length = 3}, - [66] = {.index = 98, .length = 3}, - [67] = {.index = 101, .length = 2}, - [68] = {.index = 103, .length = 3}, - [69] = {.index = 106, .length = 2}, - [70] = {.index = 108, .length = 4}, - [71] = {.index = 112, .length = 3}, - [72] = {.index = 115, .length = 2}, - [73] = {.index = 117, .length = 2}, - [74] = {.index = 119, .length = 1}, - [75] = {.index = 120, .length = 1}, - [76] = {.index = 26, .length = 2}, - [77] = {.index = 121, .length = 2}, - [78] = {.index = 123, .length = 5}, - [79] = {.index = 128, .length = 1}, - [80] = {.index = 129, .length = 2}, - [81] = {.index = 131, .length = 3}, - [82] = {.index = 134, .length = 2}, - [83] = {.index = 136, .length = 3}, - [84] = {.index = 139, .length = 6}, - [85] = {.index = 145, .length = 1}, - [86] = {.index = 146, .length = 1}, - [87] = {.index = 147, .length = 3}, - [88] = {.index = 150, .length = 3}, - [89] = {.index = 153, .length = 4}, - [90] = {.index = 157, .length = 2}, - [91] = {.index = 159, .length = 3}, - [92] = {.index = 162, .length = 2}, - [93] = {.index = 164, .length = 2}, - [94] = {.index = 166, .length = 2}, - [95] = {.index = 168, .length = 3}, - [96] = {.index = 171, .length = 2}, - [97] = {.index = 173, .length = 4}, - [98] = {.index = 177, .length = 2}, - [99] = {.index = 179, .length = 3}, - [100] = {.index = 182, .length = 2}, - [101] = {.index = 184, .length = 3}, - [102] = {.index = 187, .length = 3}, - [103] = {.index = 190, .length = 2}, - [104] = {.index = 192, .length = 2}, - [105] = {.index = 194, .length = 2}, - [106] = {.index = 196, .length = 2}, - [108] = {.index = 196, .length = 2}, - [109] = {.index = 198, .length = 2}, - [110] = {.index = 200, .length = 2}, - [111] = {.index = 202, .length = 4}, - [112] = {.index = 200, .length = 2}, - [113] = {.index = 206, .length = 4}, - [114] = {.index = 210, .length = 4}, - [115] = {.index = 214, .length = 5}, - [116] = {.index = 219, .length = 3}, - [117] = {.index = 134, .length = 2}, - [118] = {.index = 222, .length = 1}, - [119] = {.index = 222, .length = 1}, - [120] = {.index = 223, .length = 2}, - [121] = {.index = 225, .length = 3}, - [122] = {.index = 228, .length = 2}, - [123] = {.index = 230, .length = 3}, - [124] = {.index = 233, .length = 2}, - [125] = {.index = 235, .length = 3}, - [126] = {.index = 238, .length = 1}, - [127] = {.index = 239, .length = 2}, - [128] = {.index = 241, .length = 2}, - [129] = {.index = 243, .length = 5}, - [130] = {.index = 248, .length = 1}, - [131] = {.index = 249, .length = 4}, - [132] = {.index = 253, .length = 2}, - [133] = {.index = 255, .length = 2}, - [134] = {.index = 257, .length = 3}, - [135] = {.index = 260, .length = 1}, - [136] = {.index = 261, .length = 2}, - [137] = {.index = 263, .length = 2}, - [138] = {.index = 265, .length = 2}, - [139] = {.index = 267, .length = 4}, - [140] = {.index = 271, .length = 3}, - [141] = {.index = 274, .length = 4}, - [142] = {.index = 278, .length = 4}, - [143] = {.index = 282, .length = 1}, - [144] = {.index = 283, .length = 4}, - [145] = {.index = 287, .length = 4}, - [146] = {.index = 291, .length = 2}, - [147] = {.index = 293, .length = 2}, - [148] = {.index = 295, .length = 4}, - [149] = {.index = 299, .length = 4}, - [150] = {.index = 303, .length = 5}, - [151] = {.index = 308, .length = 2}, - [152] = {.index = 310, .length = 3}, - [153] = {.index = 313, .length = 2}, - [154] = {.index = 313, .length = 2}, - [155] = {.index = 315, .length = 3}, - [156] = {.index = 318, .length = 3}, - [157] = {.index = 129, .length = 2}, - [158] = {.index = 321, .length = 2}, - [159] = {.index = 323, .length = 3}, - [160] = {.index = 326, .length = 4}, - [161] = {.index = 330, .length = 3}, - [162] = {.index = 333, .length = 3}, - [163] = {.index = 336, .length = 2}, - [164] = {.index = 338, .length = 3}, - [165] = {.index = 341, .length = 5}, - [166] = {.index = 346, .length = 3}, - [167] = {.index = 346, .length = 3}, - [168] = {.index = 349, .length = 3}, - [169] = {.index = 352, .length = 2}, - [170] = {.index = 354, .length = 4}, - [171] = {.index = 129, .length = 2}, - [172] = {.index = 358, .length = 1}, - [173] = {.index = 359, .length = 2}, - [174] = {.index = 361, .length = 2}, - [175] = {.index = 363, .length = 2}, - [176] = {.index = 365, .length = 2}, - [177] = {.index = 367, .length = 3}, - [178] = {.index = 370, .length = 1}, - [179] = {.index = 371, .length = 3}, - [180] = {.index = 374, .length = 2}, - [181] = {.index = 376, .length = 2}, - [182] = {.index = 378, .length = 1}, - [183] = {.index = 379, .length = 4}, - [184] = {.index = 379, .length = 4}, - [185] = {.index = 383, .length = 4}, - [186] = {.index = 383, .length = 4}, - [187] = {.index = 387, .length = 4}, - [188] = {.index = 387, .length = 4}, - [189] = {.index = 391, .length = 2}, - [190] = {.index = 393, .length = 3}, - [191] = {.index = 396, .length = 5}, - [192] = {.index = 401, .length = 3}, - [193] = {.index = 404, .length = 2}, - [194] = {.index = 406, .length = 2}, - [195] = {.index = 408, .length = 2}, - [196] = {.index = 410, .length = 1}, - [197] = {.index = 411, .length = 4}, - [198] = {.index = 415, .length = 3}, - [199] = {.index = 418, .length = 4}, - [200] = {.index = 422, .length = 5}, - [201] = {.index = 427, .length = 1}, - [202] = {.index = 428, .length = 2}, - [203] = {.index = 430, .length = 4}, - [204] = {.index = 434, .length = 4}, - [205] = {.index = 438, .length = 2}, - [206] = {.index = 440, .length = 4}, - [207] = {.index = 444, .length = 4}, - [208] = {.index = 448, .length = 2}, - [209] = {.index = 450, .length = 2}, - [210] = {.index = 452, .length = 3}, - [211] = {.index = 455, .length = 3}, - [212] = {.index = 458, .length = 2}, - [213] = {.index = 460, .length = 2}, - [214] = {.index = 462, .length = 1}, - [215] = {.index = 463, .length = 1}, - [216] = {.index = 464, .length = 3}, - [217] = {.index = 467, .length = 2}, - [218] = {.index = 469, .length = 2}, - [219] = {.index = 471, .length = 4}, - [220] = {.index = 475, .length = 4}, - [221] = {.index = 479, .length = 4}, - [222] = {.index = 483, .length = 3}, - [223] = {.index = 486, .length = 2}, - [225] = {.index = 488, .length = 4}, - [226] = {.index = 492, .length = 5}, - [227] = {.index = 497, .length = 5}, - [228] = {.index = 502, .length = 5}, - [229] = {.index = 507, .length = 3}, - [230] = {.index = 510, .length = 3}, - [231] = {.index = 513, .length = 3}, - [232] = {.index = 510, .length = 3}, - [233] = {.index = 516, .length = 2}, - [234] = {.index = 518, .length = 4}, - [235] = {.index = 522, .length = 4}, - [236] = {.index = 526, .length = 3}, - [237] = {.index = 529, .length = 2}, - [238] = {.index = 531, .length = 2}, - [239] = {.index = 533, .length = 3}, - [240] = {.index = 536, .length = 2}, - [241] = {.index = 538, .length = 2}, - [242] = {.index = 540, .length = 1}, - [243] = {.index = 541, .length = 3}, - [244] = {.index = 544, .length = 2}, - [245] = {.index = 546, .length = 4}, - [246] = {.index = 550, .length = 4}, - [247] = {.index = 554, .length = 4}, - [248] = {.index = 558, .length = 3}, - [249] = {.index = 561, .length = 5}, - [250] = {.index = 566, .length = 5}, - [251] = {.index = 571, .length = 4}, - [252] = {.index = 575, .length = 4}, - [253] = {.index = 579, .length = 3}, - [254] = {.index = 582, .length = 3}, - [255] = {.index = 582, .length = 3}, - [256] = {.index = 585, .length = 2}, - [257] = {.index = 587, .length = 2}, - [258] = {.index = 589, .length = 3}, - [259] = {.index = 592, .length = 2}, - [260] = {.index = 594, .length = 2}, - [261] = {.index = 596, .length = 4}, - [262] = {.index = 600, .length = 5}, - [263] = {.index = 605, .length = 5}, - [264] = {.index = 610, .length = 4}, - [265] = {.index = 610, .length = 4}, - [266] = {.index = 614, .length = 4}, - [267] = {.index = 618, .length = 3}, - [268] = {.index = 621, .length = 2}, - [269] = {.index = 623, .length = 2}, - [270] = {.index = 625, .length = 3}, - [271] = {.index = 628, .length = 4}, - [272] = {.index = 632, .length = 5}, - [273] = {.index = 637, .length = 3}, - [274] = {.index = 640, .length = 4}, + [53] = {.index = 79, .length = 4}, + [54] = {.index = 83, .length = 2}, + [55] = {.index = 85, .length = 2}, + [56] = {.index = 87, .length = 1}, + [57] = {.index = 87, .length = 1}, + [58] = {.index = 88, .length = 1}, + [59] = {.index = 89, .length = 2}, + [60] = {.index = 91, .length = 2}, + [61] = {.index = 87, .length = 1}, + [62] = {.index = 27, .length = 2}, + [63] = {.index = 31, .length = 2}, + [64] = {.index = 69, .length = 2}, + [65] = {.index = 93, .length = 3}, + [66] = {.index = 96, .length = 2}, + [67] = {.index = 96, .length = 2}, + [68] = {.index = 98, .length = 3}, + [69] = {.index = 98, .length = 3}, + [70] = {.index = 101, .length = 3}, + [71] = {.index = 104, .length = 2}, + [72] = {.index = 106, .length = 3}, + [73] = {.index = 109, .length = 2}, + [74] = {.index = 111, .length = 4}, + [75] = {.index = 115, .length = 3}, + [76] = {.index = 118, .length = 2}, + [77] = {.index = 120, .length = 2}, + [78] = {.index = 122, .length = 1}, + [79] = {.index = 123, .length = 1}, + [82] = {.index = 27, .length = 2}, + [83] = {.index = 124, .length = 2}, + [84] = {.index = 126, .length = 5}, + [85] = {.index = 131, .length = 1}, + [86] = {.index = 132, .length = 1}, + [87] = {.index = 133, .length = 2}, + [88] = {.index = 135, .length = 3}, + [89] = {.index = 138, .length = 2}, + [90] = {.index = 140, .length = 3}, + [91] = {.index = 143, .length = 6}, + [92] = {.index = 149, .length = 1}, + [93] = {.index = 150, .length = 1}, + [94] = {.index = 151, .length = 3}, + [95] = {.index = 154, .length = 3}, + [96] = {.index = 157, .length = 4}, + [97] = {.index = 161, .length = 2}, + [98] = {.index = 163, .length = 3}, + [99] = {.index = 166, .length = 4}, + [100] = {.index = 170, .length = 2}, + [101] = {.index = 172, .length = 3}, + [102] = {.index = 175, .length = 2}, + [103] = {.index = 177, .length = 4}, + [104] = {.index = 181, .length = 3}, + [105] = {.index = 184, .length = 2}, + [106] = {.index = 186, .length = 2}, + [107] = {.index = 188, .length = 2}, + [108] = {.index = 190, .length = 2}, + [109] = {.index = 192, .length = 2}, + [112] = {.index = 192, .length = 2}, + [113] = {.index = 194, .length = 2}, + [114] = {.index = 196, .length = 2}, + [115] = {.index = 198, .length = 4}, + [116] = {.index = 196, .length = 2}, + [117] = {.index = 202, .length = 4}, + [118] = {.index = 206, .length = 4}, + [119] = {.index = 210, .length = 5}, + [120] = {.index = 215, .length = 3}, + [121] = {.index = 218, .length = 2}, + [122] = {.index = 220, .length = 2}, + [123] = {.index = 222, .length = 2}, + [124] = {.index = 224, .length = 2}, + [125] = {.index = 226, .length = 2}, + [126] = {.index = 228, .length = 2}, + [127] = {.index = 230, .length = 3}, + [128] = {.index = 228, .length = 2}, + [129] = {.index = 224, .length = 2}, + [130] = {.index = 138, .length = 2}, + [131] = {.index = 233, .length = 1}, + [132] = {.index = 233, .length = 1}, + [133] = {.index = 234, .length = 2}, + [134] = {.index = 236, .length = 3}, + [135] = {.index = 239, .length = 2}, + [136] = {.index = 241, .length = 3}, + [137] = {.index = 244, .length = 2}, + [138] = {.index = 246, .length = 3}, + [139] = {.index = 249, .length = 1}, + [140] = {.index = 250, .length = 2}, + [141] = {.index = 252, .length = 2}, + [142] = {.index = 254, .length = 5}, + [143] = {.index = 250, .length = 2}, + [144] = {.index = 259, .length = 1}, + [145] = {.index = 260, .length = 4}, + [146] = {.index = 264, .length = 2}, + [147] = {.index = 266, .length = 2}, + [148] = {.index = 268, .length = 1}, + [149] = {.index = 269, .length = 2}, + [150] = {.index = 271, .length = 2}, + [151] = {.index = 273, .length = 2}, + [152] = {.index = 275, .length = 4}, + [153] = {.index = 279, .length = 3}, + [154] = {.index = 282, .length = 4}, + [155] = {.index = 286, .length = 1}, + [156] = {.index = 287, .length = 2}, + [157] = {.index = 289, .length = 4}, + [158] = {.index = 293, .length = 4}, + [159] = {.index = 297, .length = 4}, + [160] = {.index = 301, .length = 4}, + [161] = {.index = 305, .length = 2}, + [162] = {.index = 307, .length = 2}, + [163] = {.index = 309, .length = 4}, + [164] = {.index = 313, .length = 4}, + [165] = {.index = 317, .length = 5}, + [166] = {.index = 322, .length = 3}, + [167] = {.index = 325, .length = 3}, + [168] = {.index = 325, .length = 3}, + [169] = {.index = 328, .length = 2}, + [170] = {.index = 330, .length = 3}, + [171] = {.index = 333, .length = 2}, + [172] = {.index = 333, .length = 2}, + [173] = {.index = 335, .length = 3}, + [174] = {.index = 338, .length = 3}, + [175] = {.index = 133, .length = 2}, + [176] = {.index = 341, .length = 2}, + [177] = {.index = 343, .length = 3}, + [178] = {.index = 346, .length = 4}, + [179] = {.index = 350, .length = 3}, + [180] = {.index = 353, .length = 3}, + [181] = {.index = 356, .length = 2}, + [182] = {.index = 358, .length = 3}, + [183] = {.index = 361, .length = 5}, + [184] = {.index = 356, .length = 2}, + [185] = {.index = 366, .length = 3}, + [186] = {.index = 366, .length = 3}, + [187] = {.index = 369, .length = 3}, + [188] = {.index = 372, .length = 2}, + [189] = {.index = 374, .length = 4}, + [190] = {.index = 133, .length = 2}, + [191] = {.index = 378, .length = 1}, + [192] = {.index = 379, .length = 2}, + [193] = {.index = 381, .length = 2}, + [194] = {.index = 383, .length = 2}, + [195] = {.index = 385, .length = 2}, + [196] = {.index = 387, .length = 3}, + [197] = {.index = 390, .length = 1}, + [198] = {.index = 391, .length = 3}, + [199] = {.index = 394, .length = 2}, + [200] = {.index = 396, .length = 2}, + [201] = {.index = 398, .length = 1}, + [202] = {.index = 399, .length = 4}, + [203] = {.index = 399, .length = 4}, + [204] = {.index = 403, .length = 4}, + [205] = {.index = 403, .length = 4}, + [206] = {.index = 407, .length = 4}, + [207] = {.index = 407, .length = 4}, + [208] = {.index = 411, .length = 2}, + [209] = {.index = 413, .length = 3}, + [210] = {.index = 416, .length = 5}, + [211] = {.index = 421, .length = 3}, + [212] = {.index = 424, .length = 2}, + [213] = {.index = 426, .length = 2}, + [214] = {.index = 428, .length = 2}, + [215] = {.index = 430, .length = 1}, + [216] = {.index = 431, .length = 4}, + [217] = {.index = 435, .length = 3}, + [218] = {.index = 438, .length = 4}, + [219] = {.index = 442, .length = 5}, + [220] = {.index = 447, .length = 1}, + [221] = {.index = 448, .length = 2}, + [222] = {.index = 450, .length = 4}, + [223] = {.index = 454, .length = 4}, + [224] = {.index = 458, .length = 2}, + [225] = {.index = 460, .length = 4}, + [226] = {.index = 464, .length = 4}, + [227] = {.index = 468, .length = 2}, + [228] = {.index = 470, .length = 2}, + [229] = {.index = 472, .length = 3}, + [230] = {.index = 475, .length = 3}, + [231] = {.index = 478, .length = 2}, + [232] = {.index = 480, .length = 2}, + [233] = {.index = 482, .length = 1}, + [234] = {.index = 483, .length = 1}, + [235] = {.index = 484, .length = 3}, + [236] = {.index = 487, .length = 2}, + [237] = {.index = 489, .length = 2}, + [238] = {.index = 491, .length = 4}, + [239] = {.index = 495, .length = 4}, + [240] = {.index = 499, .length = 4}, + [241] = {.index = 503, .length = 3}, + [242] = {.index = 506, .length = 2}, + [244] = {.index = 508, .length = 4}, + [245] = {.index = 512, .length = 5}, + [246] = {.index = 517, .length = 5}, + [247] = {.index = 522, .length = 5}, + [248] = {.index = 527, .length = 3}, + [249] = {.index = 530, .length = 3}, + [250] = {.index = 533, .length = 3}, + [251] = {.index = 530, .length = 3}, + [252] = {.index = 536, .length = 2}, + [253] = {.index = 538, .length = 4}, + [254] = {.index = 542, .length = 4}, + [255] = {.index = 546, .length = 3}, + [256] = {.index = 549, .length = 2}, + [257] = {.index = 551, .length = 2}, + [258] = {.index = 553, .length = 3}, + [259] = {.index = 556, .length = 2}, + [260] = {.index = 558, .length = 2}, + [261] = {.index = 560, .length = 1}, + [262] = {.index = 561, .length = 3}, + [263] = {.index = 564, .length = 2}, + [264] = {.index = 566, .length = 4}, + [265] = {.index = 570, .length = 4}, + [266] = {.index = 574, .length = 4}, + [267] = {.index = 578, .length = 3}, + [268] = {.index = 581, .length = 5}, + [269] = {.index = 586, .length = 5}, + [270] = {.index = 591, .length = 4}, + [271] = {.index = 595, .length = 4}, + [272] = {.index = 599, .length = 3}, + [273] = {.index = 602, .length = 3}, + [274] = {.index = 602, .length = 3}, + [275] = {.index = 605, .length = 2}, + [276] = {.index = 607, .length = 2}, + [277] = {.index = 609, .length = 3}, + [278] = {.index = 612, .length = 2}, + [279] = {.index = 614, .length = 2}, + [280] = {.index = 616, .length = 4}, + [281] = {.index = 620, .length = 5}, + [282] = {.index = 625, .length = 5}, + [283] = {.index = 630, .length = 4}, + [284] = {.index = 630, .length = 4}, + [285] = {.index = 634, .length = 4}, + [286] = {.index = 638, .length = 3}, + [287] = {.index = 641, .length = 2}, + [288] = {.index = 643, .length = 2}, + [289] = {.index = 645, .length = 3}, + [290] = {.index = 648, .length = 4}, + [291] = {.index = 652, .length = 5}, + [292] = {.index = 657, .length = 3}, + [293] = {.index = 660, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -3079,860 +3158,889 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_arguments, 1}, {field_function, 0}, [17] = + {field_type_arguments, 1}, + [18] = {field_close_tag, 1}, {field_open_tag, 0}, - [19] = + [20] = {field_parameters, 0}, {field_return_type, 1}, - [21] = + [22] = {field_parameters, 1}, {field_type_parameters, 0}, - [23] = + [24] = {field_decorator, 0, .inherited = true}, {field_decorator, 1, .inherited = true}, - [25] = - {field_declaration, 2}, [26] = + {field_declaration, 2}, + [27] = {field_left, 0}, {field_right, 2}, - [28] = + [29] = {field_body, 2}, {field_label, 0}, - [30] = + [31] = {field_body, 2}, {field_parameter, 0}, - [32] = + [33] = {field_body, 1}, {field_name, 0}, - [34] = - {field_source, 1}, [35] = + {field_source, 1}, + [36] = {field_name, 0}, {field_value, 1, .inherited = true}, - [37] = + [38] = {field_name, 0}, {field_type, 1}, - [39] = - {field_kind, 0}, [40] = + {field_kind, 0}, + [41] = {field_condition, 1}, {field_consequence, 2}, - [42] = + [43] = {field_body, 2}, {field_value, 1}, - [44] = + [45] = {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}, - [50] = - {field_pattern, 1}, [51] = + {field_pattern, 1}, + [52] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_value, 1, .inherited = true}, - [54] = + [55] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_type, 1}, - [57] = + [58] = {field_decorator, 0, .inherited = true}, {field_pattern, 1}, - [59] = + [60] = {field_body, 2}, {field_condition, 1}, - [61] = + [62] = {field_body, 1}, {field_handler, 2}, - [63] = + [64] = {field_body, 1}, {field_finalizer, 2}, - [65] = + [66] = {field_body, 2}, {field_object, 1}, - [67] = - {field_label, 1}, [68] = - {field_name, 1}, + {field_label, 1}, [69] = - {field_attribute, 0}, - [70] = - {field_name, 0}, - {field_value, 1}, - [72] = - {field_constraint, 1}, - {field_name, 0}, - [74] = {field_body, 2}, {field_name, 1}, - [76] = - {field_value, 1}, - [77] = + [71] = + {field_value, 0}, + [72] = + {field_type_arguments, 1, .inherited = true}, + {field_value, 1, .inherited = true}, + [74] = {field_argument, 0, .inherited = true}, {field_operator, 0, .inherited = true}, - [79] = + [76] = {field_body, 2}, - [80] = + [77] = {field_body, 2}, {field_type_parameters, 1}, - [82] = + [79] = {field_body, 2}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [86] = + [83] = {field_arguments, 2}, {field_constructor, 1}, - [88] = + [85] = {field_constructor, 1}, {field_type_arguments, 2}, - [90] = + [87] = + {field_name, 1}, + [88] = + {field_attribute, 0}, + [89] = + {field_name, 0}, + {field_value, 1}, + [91] = + {field_constraint, 1}, + {field_name, 0}, + [93] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [93] = + [96] = {field_object, 0}, {field_property, 2}, - [95] = + [98] = {field_object, 0}, {field_optional_chain, 1}, {field_property, 2}, - [98] = + [101] = {field_arguments, 2}, {field_function, 0}, {field_type_arguments, 1}, - [101] = + [104] = {field_arguments, 2}, {field_function, 0}, - [103] = + [106] = {field_close_tag, 2}, {field_content, 1}, {field_open_tag, 0}, - [106] = + [109] = {field_close_tag, 2}, {field_open_tag, 0}, - [108] = + [111] = {field_body, 2}, {field_parameters, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, - [112] = + [115] = {field_parameters, 1}, {field_return_type, 2}, {field_type_parameters, 0}, - [115] = + [118] = {field_declaration, 2}, {field_decorator, 0, .inherited = true}, - [117] = + [120] = {field_body, 2}, {field_decorator, 0, .inherited = true}, - [119] = + [122] = {field_source, 2, .inherited = true}, - [120] = + [123] = {field_value, 2}, - [121] = + [124] = {field_key, 0}, {field_value, 2}, - [123] = + [126] = {field_body, 2}, {field_name, 0}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [128] = + [131] = {field_source, 2}, - [129] = + [132] = + {field_value, 1}, + [133] = {field_name, 0}, {field_type, 2}, - [131] = + [135] = {field_name, 0}, {field_type, 1}, {field_value, 2, .inherited = true}, - [134] = + [138] = {field_body, 3}, {field_name, 2}, - [136] = + [140] = {field_alternative, 3}, {field_condition, 1}, {field_consequence, 2}, - [139] = + [143] = {field_body, 3}, {field_kind, 2, .inherited = true}, {field_left, 2, .inherited = true}, {field_operator, 2, .inherited = true}, {field_right, 2, .inherited = true}, {field_value, 2, .inherited = true}, - [145] = + [149] = {field_type, 2}, - [146] = + [150] = {field_pattern, 2}, - [147] = + [151] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_value, 2, .inherited = true}, - [150] = + [154] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_type, 2}, - [153] = + [157] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_type, 1}, {field_value, 2, .inherited = true}, - [157] = + [161] = {field_decorator, 0, .inherited = true}, {field_pattern, 2}, - [159] = + [163] = {field_body, 1}, {field_finalizer, 3}, {field_handler, 2}, - [162] = - {field_attribute, 2, .inherited = true}, - {field_name, 1}, - [164] = - {field_attribute, 0, .inherited = true}, - {field_attribute, 1, .inherited = true}, [166] = - {field_name, 1}, - {field_type_arguments, 2}, - [168] = - {field_constraint, 1}, - {field_name, 0}, - {field_value, 2}, - [171] = - {field_flags, 3}, - {field_pattern, 1}, - [173] = {field_name, 0}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [177] = + [170] = {field_body, 3}, {field_name, 1}, - [179] = + [172] = {field_body, 3}, {field_name, 1}, {field_type_parameters, 2}, - [182] = - {field_type_arguments, 2}, - {field_value, 1}, - [184] = + [175] = + {field_type_arguments, 1}, + {field_value, 0}, + [177] = + {field_type_arguments, 1, .inherited = true}, {field_type_arguments, 2, .inherited = true}, - {field_value, 1}, + {field_value, 1, .inherited = true}, {field_value, 2, .inherited = true}, - [187] = + [181] = {field_parameters, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, - [190] = + [184] = {field_object, 1, .inherited = true}, {field_property, 1, .inherited = true}, - [192] = + [186] = {field_index, 1, .inherited = true}, {field_object, 1, .inherited = true}, - [194] = + [188] = {field_arguments, 1, .inherited = true}, {field_function, 1, .inherited = true}, - [196] = + [190] = + {field_function, 1, .inherited = true}, + {field_type_arguments, 1, .inherited = true}, + [192] = {field_name, 0}, {field_type_arguments, 1}, - [198] = + [194] = {field_body, 3}, {field_type_parameters, 1}, - [200] = + [196] = {field_body, 3}, {field_parameter, 1}, - [202] = + [198] = {field_body, 3}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [206] = + [202] = {field_body, 3}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [210] = + [206] = {field_name, 1}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [214] = + [210] = {field_body, 3}, {field_name, 1}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [219] = + [215] = {field_arguments, 3}, {field_constructor, 1}, {field_type_arguments, 2}, + [218] = + {field_flags, 3}, + {field_pattern, 1}, + [220] = + {field_name, 1}, + {field_value, 2}, [222] = + {field_constraint, 2}, + {field_name, 1}, + [224] = + {field_attribute, 2, .inherited = true}, + {field_name, 1}, + [226] = + {field_attribute, 0, .inherited = true}, + {field_attribute, 1, .inherited = true}, + [228] = + {field_name, 1}, + {field_type_arguments, 2}, + [230] = + {field_constraint, 1}, + {field_name, 0}, + {field_value, 2}, + [233] = {field_type, 1}, - [223] = + [234] = {field_index, 2}, {field_object, 0}, - [225] = + [236] = {field_arguments, 3}, {field_function, 0}, {field_type_arguments, 2}, - [228] = + [239] = {field_declaration, 3}, {field_decorator, 0, .inherited = true}, - [230] = + [241] = {field_body, 3}, {field_decorator, 0, .inherited = true}, {field_name, 2}, - [233] = + [244] = {field_body, 3}, {field_decorator, 0, .inherited = true}, - [235] = + [246] = {field_body, 3}, {field_decorator, 0, .inherited = true}, {field_type_parameters, 2}, - [238] = + [249] = {field_source, 3, .inherited = true}, - [239] = + [250] = {field_alias, 2}, {field_name, 0}, - [241] = + [252] = {field_name, 1}, {field_value, 3}, - [243] = + [254] = {field_body, 3}, {field_name, 0}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [248] = + [259] = {field_pattern, 3}, - [249] = + [260] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_type, 2}, {field_value, 3, .inherited = true}, - [253] = + [264] = {field_decorator, 0, .inherited = true}, {field_pattern, 3}, - [255] = + [266] = {field_body, 1}, {field_condition, 3}, - [257] = - {field_attribute, 3, .inherited = true}, - {field_name, 1}, - {field_type_arguments, 2}, - [260] = + [268] = {field_name, 2}, - [261] = + [269] = {field_name, 1}, {field_value, 2, .inherited = true}, - [263] = + [271] = {field_name, 1}, {field_type, 2}, - [265] = + [273] = {field_name, 0}, {field_value, 2, .inherited = true}, - [267] = + [275] = {field_name, 0}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [271] = + [279] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, - [274] = - {field_type_arguments, 2}, - {field_type_arguments, 3, .inherited = true}, - {field_value, 1}, - {field_value, 3, .inherited = true}, - [278] = + [282] = {field_type_arguments, 0, .inherited = true}, {field_type_arguments, 1, .inherited = true}, {field_value, 0, .inherited = true}, {field_value, 1, .inherited = true}, - [282] = + [286] = {field_parameters, 1}, - [283] = + [287] = + {field_function, 0}, + {field_type_arguments, 1}, + [289] = {field_arguments, 1}, {field_function, 0}, {field_object, 0, .inherited = true}, {field_property, 0, .inherited = true}, - [287] = + [293] = + {field_function, 0}, + {field_object, 0, .inherited = true}, + {field_property, 0, .inherited = true}, + {field_type_arguments, 1}, + [297] = {field_arguments, 1}, {field_function, 0}, {field_index, 0, .inherited = true}, {field_object, 0, .inherited = true}, - [291] = + [301] = + {field_function, 0}, + {field_index, 0, .inherited = true}, + {field_object, 0, .inherited = true}, + {field_type_arguments, 1}, + [305] = {field_module, 0}, {field_name, 2}, - [293] = + [307] = {field_parameters, 0}, {field_return_type, 2}, - [295] = + [309] = {field_body, 4}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [299] = + [313] = {field_name, 2}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [303] = + [317] = {field_body, 4}, {field_name, 2}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [308] = + [322] = + {field_constraint, 2}, + {field_name, 1}, + {field_value, 3}, + [325] = + {field_attribute, 3, .inherited = true}, + {field_name, 1}, + {field_type_arguments, 2}, + [328] = {field_body, 4}, {field_name, 2}, - [310] = + [330] = {field_body, 4}, {field_name, 2}, {field_type_parameters, 3}, - [313] = + [333] = {field_type, 1}, {field_type, 2, .inherited = true}, - [315] = + [335] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, - [318] = + [338] = {field_index, 3}, {field_object, 0}, {field_optional_chain, 1}, - [321] = + [341] = {field_decorator, 0, .inherited = true}, {field_value, 3}, - [323] = + [343] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_name, 2}, - [326] = + [346] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_name, 2}, {field_type_parameters, 3}, - [330] = + [350] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_type_parameters, 2}, - [333] = + [353] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_name, 3}, - [336] = + [356] = {field_alias, 3}, {field_name, 1}, - [338] = + [358] = {field_name, 1}, {field_type_parameters, 2}, {field_value, 4}, - [341] = + [361] = {field_body, 4}, {field_name, 1}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [346] = + [366] = {field_left, 1}, {field_operator, 2}, {field_right, 3}, - [349] = + [369] = {field_body, 5}, {field_condition, 3}, {field_initializer, 2}, - [352] = + [372] = {field_decorator, 0, .inherited = true}, {field_pattern, 4}, - [354] = + [374] = {field_name, 1}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [358] = + [378] = {field_type, 3}, - [359] = + [379] = {field_name, 2}, {field_value, 3, .inherited = true}, - [361] = + [381] = {field_name, 2}, {field_type, 3}, - [363] = + [383] = {field_name, 1}, {field_value, 3, .inherited = true}, - [365] = + [385] = {field_name, 1}, {field_type, 3}, - [367] = + [387] = {field_name, 1}, {field_type, 2}, {field_value, 3, .inherited = true}, - [370] = + [390] = {field_name, 3}, - [371] = + [391] = {field_name, 0}, {field_type, 2}, {field_value, 3, .inherited = true}, - [374] = + [394] = {field_parameters, 1}, {field_type, 2}, - [376] = + [396] = {field_parameters, 2}, {field_type_parameters, 1}, - [378] = + [398] = {field_parameters, 2}, - [379] = + [399] = {field_object, 0}, {field_object, 0, .inherited = true}, {field_property, 0, .inherited = true}, {field_property, 2}, - [383] = + [403] = {field_index, 0, .inherited = true}, {field_object, 0}, {field_object, 0, .inherited = true}, {field_property, 2}, - [387] = + [407] = {field_arguments, 0, .inherited = true}, {field_function, 0, .inherited = true}, {field_object, 0}, {field_property, 2}, - [391] = + [411] = {field_parameters, 1}, {field_type, 3}, - [393] = + [413] = {field_parameters, 1}, {field_return_type, 3}, {field_type_parameters, 0}, - [396] = + [416] = {field_body, 5}, {field_name, 3}, {field_parameters, 4, .inherited = true}, {field_return_type, 4, .inherited = true}, {field_type_parameters, 4, .inherited = true}, - [401] = + [421] = {field_body, 5}, {field_name, 2}, {field_type_parameters, 3}, - [404] = + [424] = {field_type, 0, .inherited = true}, {field_type, 1, .inherited = true}, - [406] = + [426] = {field_name, 1}, {field_name, 2, .inherited = true}, - [408] = + [428] = {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, - [410] = + [430] = {field_name, 2, .inherited = true}, - [411] = + [431] = {field_body, 5}, {field_decorator, 0, .inherited = true}, {field_name, 2}, {field_type_parameters, 3}, - [415] = + [435] = {field_body, 5}, {field_decorator, 0, .inherited = true}, {field_name, 3}, - [418] = + [438] = {field_body, 5}, {field_decorator, 0, .inherited = true}, {field_name, 3}, {field_type_parameters, 4}, - [422] = + [442] = {field_body, 5}, {field_name, 2}, {field_parameters, 4, .inherited = true}, {field_return_type, 4, .inherited = true}, {field_type_parameters, 4, .inherited = true}, - [427] = + [447] = {field_source, 4}, - [428] = + [448] = {field_body, 3}, {field_value, 1}, - [430] = + [450] = {field_kind, 1}, {field_left, 2}, {field_operator, 3}, {field_right, 4}, - [434] = + [454] = {field_body, 6}, {field_condition, 3}, {field_increment, 4}, {field_initializer, 2}, - [438] = + [458] = {field_body, 4}, {field_parameter, 2}, - [440] = + [460] = {field_name, 2}, {field_parameters, 4, .inherited = true}, {field_return_type, 4, .inherited = true}, {field_type_parameters, 4, .inherited = true}, - [444] = + [464] = {field_name, 3}, {field_parameters, 4, .inherited = true}, {field_return_type, 4, .inherited = true}, {field_type_parameters, 4, .inherited = true}, - [448] = + [468] = {field_name, 2}, {field_value, 4, .inherited = true}, - [450] = + [470] = {field_name, 2}, {field_type, 4}, - [452] = + [472] = {field_name, 2}, {field_type, 3}, {field_value, 4, .inherited = true}, - [455] = + [475] = {field_name, 1}, {field_type, 3}, {field_value, 4, .inherited = true}, - [458] = + [478] = {field_name, 3}, {field_value, 4, .inherited = true}, - [460] = + [480] = {field_name, 3}, {field_type, 4}, - [462] = + [482] = {field_type, 4}, - [463] = + [483] = {field_name, 4}, - [464] = + [484] = {field_parameters, 2}, {field_type, 3}, {field_type_parameters, 1}, - [467] = + [487] = {field_parameters, 2}, {field_type, 3}, - [469] = + [489] = {field_parameters, 3}, {field_type_parameters, 2}, - [471] = + [491] = {field_index, 2}, {field_object, 0}, {field_object, 0, .inherited = true}, {field_property, 0, .inherited = true}, - [475] = + [495] = {field_index, 0, .inherited = true}, {field_index, 2}, {field_object, 0}, {field_object, 0, .inherited = true}, - [479] = + [499] = {field_arguments, 0, .inherited = true}, {field_function, 0, .inherited = true}, {field_index, 2}, {field_object, 0}, - [483] = + [503] = {field_parameters, 2}, {field_type, 4}, {field_type_parameters, 1}, - [486] = + [506] = {field_parameters, 2}, {field_type, 4}, - [488] = + [508] = {field_body, 6}, {field_decorator, 0, .inherited = true}, {field_name, 3}, {field_type_parameters, 4}, - [492] = + [512] = {field_body, 6}, {field_name, 3}, {field_parameters, 5, .inherited = true}, {field_return_type, 5, .inherited = true}, {field_type_parameters, 5, .inherited = true}, - [497] = + [517] = {field_body, 6}, {field_name, 4}, {field_parameters, 5, .inherited = true}, {field_return_type, 5, .inherited = true}, {field_type_parameters, 5, .inherited = true}, - [502] = + [522] = {field_kind, 1}, {field_left, 2}, {field_operator, 4}, {field_right, 5}, {field_value, 3, .inherited = true}, - [507] = + [527] = {field_body, 5}, {field_parameter, 2}, {field_type, 3}, - [510] = + [530] = {field_index_type, 3}, {field_name, 1}, {field_type, 5}, - [513] = + [533] = {field_alias, 4}, {field_name, 0}, {field_type, 2}, - [516] = + [536] = {field_sign, 0}, {field_type, 5}, - [518] = + [538] = {field_name, 3}, {field_parameters, 5, .inherited = true}, {field_return_type, 5, .inherited = true}, {field_type_parameters, 5, .inherited = true}, - [522] = + [542] = {field_name, 4}, {field_parameters, 5, .inherited = true}, {field_return_type, 5, .inherited = true}, {field_type_parameters, 5, .inherited = true}, - [526] = + [546] = {field_name, 2}, {field_type, 4}, {field_value, 5, .inherited = true}, - [529] = + [549] = {field_name, 3}, {field_value, 5, .inherited = true}, - [531] = + [551] = {field_name, 3}, {field_type, 5}, - [533] = + [553] = {field_name, 3}, {field_type, 4}, {field_value, 5, .inherited = true}, - [536] = + [556] = {field_name, 4}, {field_value, 5, .inherited = true}, - [538] = + [558] = {field_name, 4}, {field_type, 5}, - [540] = + [560] = {field_name, 5}, - [541] = + [561] = {field_parameters, 3}, {field_type, 4}, {field_type_parameters, 2}, - [544] = + [564] = {field_index, 3}, {field_object, 0}, - [546] = + [566] = {field_index, 3}, {field_object, 0}, {field_object, 0, .inherited = true}, {field_property, 0, .inherited = true}, - [550] = + [570] = {field_index, 0, .inherited = true}, {field_index, 3}, {field_object, 0}, {field_object, 0, .inherited = true}, - [554] = + [574] = {field_arguments, 0, .inherited = true}, {field_function, 0, .inherited = true}, {field_index, 3}, {field_object, 0}, - [558] = + [578] = {field_parameters, 3}, {field_type, 5}, {field_type_parameters, 2}, - [561] = + [581] = {field_body, 7}, {field_name, 4}, {field_parameters, 6, .inherited = true}, {field_return_type, 6, .inherited = true}, {field_type_parameters, 6, .inherited = true}, - [566] = + [586] = {field_body, 7}, {field_name, 5}, {field_parameters, 6, .inherited = true}, {field_return_type, 6, .inherited = true}, {field_type_parameters, 6, .inherited = true}, - [571] = + [591] = {field_name, 4}, {field_parameters, 6, .inherited = true}, {field_return_type, 6, .inherited = true}, {field_type_parameters, 6, .inherited = true}, - [575] = + [595] = {field_name, 5}, {field_parameters, 6, .inherited = true}, {field_return_type, 6, .inherited = true}, {field_type_parameters, 6, .inherited = true}, - [579] = + [599] = {field_name, 3}, {field_type, 5}, {field_value, 6, .inherited = true}, - [582] = + [602] = {field_index_type, 4}, {field_name, 2}, {field_type, 6}, - [585] = + [605] = {field_name, 4}, {field_value, 6, .inherited = true}, - [587] = + [607] = {field_name, 4}, {field_type, 6}, - [589] = + [609] = {field_name, 4}, {field_type, 5}, {field_value, 6, .inherited = true}, - [592] = + [612] = {field_name, 5}, {field_value, 6, .inherited = true}, - [594] = + [614] = {field_name, 5}, {field_type, 6}, - [596] = + [616] = {field_alternative, 6}, {field_consequence, 4}, {field_left, 0}, {field_right, 2}, - [600] = + [620] = {field_body, 8}, {field_name, 5}, {field_parameters, 7, .inherited = true}, {field_return_type, 7, .inherited = true}, {field_type_parameters, 7, .inherited = true}, - [605] = + [625] = {field_body, 8}, {field_name, 6}, {field_parameters, 7, .inherited = true}, {field_return_type, 7, .inherited = true}, {field_type_parameters, 7, .inherited = true}, - [610] = + [630] = {field_index_type, 5}, {field_name, 3}, {field_sign, 0}, {field_type, 7}, - [614] = + [634] = {field_name, 5}, {field_parameters, 7, .inherited = true}, {field_return_type, 7, .inherited = true}, {field_type_parameters, 7, .inherited = true}, - [618] = + [638] = {field_name, 4}, {field_type, 6}, {field_value, 7, .inherited = true}, - [621] = + [641] = {field_name, 5}, {field_value, 7, .inherited = true}, - [623] = + [643] = {field_name, 5}, {field_type, 7}, - [625] = + [645] = {field_name, 5}, {field_type, 6}, {field_value, 7, .inherited = true}, - [628] = + [648] = {field_name, 6}, {field_parameters, 7, .inherited = true}, {field_return_type, 7, .inherited = true}, {field_type_parameters, 7, .inherited = true}, - [632] = + [652] = {field_body, 9}, {field_name, 6}, {field_parameters, 8, .inherited = true}, {field_return_type, 8, .inherited = true}, {field_type_parameters, 8, .inherited = true}, - [637] = + [657] = {field_name, 5}, {field_type, 7}, {field_value, 8, .inherited = true}, - [640] = + [660] = {field_name, 6}, {field_parameters, 8, .inherited = true}, {field_return_type, 8, .inherited = true}, @@ -3947,162 +4055,205 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [7] = { [0] = alias_sym_property_identifier, }, - [12] = { + [13] = { [0] = alias_sym_type_identifier, }, - [21] = { + [22] = { [0] = sym_identifier, }, - [22] = { + [23] = { [0] = alias_sym_statement_identifier, }, - [23] = { + [24] = { [0] = sym_identifier, }, - [25] = { + [26] = { [1] = alias_sym_shorthand_property_identifier, }, - [26] = { + [27] = { [1] = alias_sym_shorthand_property_identifier_pattern, }, - [27] = { + [28] = { [1] = sym_identifier, }, - [43] = { + [44] = { [1] = alias_sym_statement_identifier, }, - [46] = { - [0] = alias_sym_type_identifier, + [45] = { + [1] = alias_sym_type_identifier, }, - [47] = { + [48] = { [0] = alias_sym_type_identifier, }, - [48] = { + [49] = { + [0] = alias_sym_this_type, + }, + [56] = { [1] = alias_sym_type_identifier, }, - [50] = { + [59] = { [0] = alias_sym_type_identifier, }, - [51] = { - [0] = alias_sym_this_type, + [60] = { + [0] = alias_sym_type_identifier, }, - [62] = { + [61] = { + [1] = sym_member_expression, + }, + [66] = { [2] = alias_sym_property_identifier, }, - [64] = { + [68] = { [2] = alias_sym_property_identifier, }, - [76] = { - [0] = alias_sym_shorthand_property_identifier_pattern, + [80] = { + [2] = alias_sym_property_identifier, }, - [95] = { - [0] = alias_sym_type_identifier, + [81] = { + [0] = sym_member_expression, + [2] = alias_sym_property_identifier, }, - [98] = { + [82] = { + [0] = alias_sym_shorthand_property_identifier_pattern, + }, + [100] = { [1] = alias_sym_type_identifier, }, - [99] = { + [101] = { [1] = alias_sym_type_identifier, }, - [106] = { + [109] = { [0] = alias_sym_type_identifier, }, - [107] = { + [110] = { [1] = alias_sym_type_identifier, }, - [110] = { + [111] = { + [1] = anon_sym_unique, + }, + [114] = { [1] = sym_identifier, }, - [117] = { + [122] = { + [1] = alias_sym_type_identifier, + }, + [123] = { + [1] = alias_sym_type_identifier, + }, + [127] = { + [0] = alias_sym_type_identifier, + }, + [128] = { + [1] = sym_member_expression, + }, + [129] = { + [1] = sym_member_expression, + }, + [130] = { [2] = alias_sym_type_identifier, }, - [118] = { + [131] = { [1] = alias_sym_type_identifier, }, - [123] = { + [136] = { [2] = alias_sym_type_identifier, }, - [128] = { + [141] = { [1] = alias_sym_type_identifier, }, - [140] = { + [143] = { + [0] = sym_identifier, + }, + [153] = { [1] = alias_sym_type_identifier, }, - [146] = { + [161] = { [2] = alias_sym_type_identifier, }, - [151] = { + [166] = { + [1] = alias_sym_type_identifier, + }, + [168] = { + [1] = sym_member_expression, + }, + [169] = { [2] = alias_sym_type_identifier, }, - [152] = { + [170] = { [2] = alias_sym_type_identifier, }, - [153] = { + [171] = { [1] = alias_sym_type_identifier, }, - [157] = { + [175] = { [0] = sym_identifier, }, - [159] = { + [177] = { [2] = alias_sym_type_identifier, }, - [160] = { + [178] = { [2] = alias_sym_type_identifier, }, - [162] = { + [180] = { [3] = alias_sym_type_identifier, }, - [164] = { + [182] = { [1] = alias_sym_type_identifier, }, - [166] = { + [184] = { [1] = sym_identifier, }, - [171] = { + [185] = { + [1] = sym_identifier, + }, + [190] = { [0] = alias_sym_type_identifier, }, - [183] = { + [202] = { [2] = alias_sym_property_identifier, }, - [185] = { + [204] = { [2] = alias_sym_property_identifier, }, - [187] = { + [206] = { [2] = alias_sym_property_identifier, }, - [192] = { + [211] = { [2] = alias_sym_type_identifier, }, - [197] = { + [216] = { [2] = alias_sym_type_identifier, }, - [198] = { + [217] = { [3] = alias_sym_type_identifier, }, - [199] = { + [218] = { [3] = alias_sym_type_identifier, }, - [224] = { + [243] = { [3] = alias_sym_property_identifier, }, - [225] = { + [244] = { [3] = alias_sym_type_identifier, }, - [230] = { + [249] = { [1] = sym_identifier, }, - [231] = { + [250] = { [0] = alias_sym_type_identifier, }, - [254] = { + [273] = { [2] = sym_identifier, }, - [264] = { + [283] = { [3] = sym_identifier, }, }; static const uint16_t ts_non_terminal_alias_map[] = { + sym_nested_identifier, 2, + sym_nested_identifier, + sym_member_expression, sym_predefined_type, 2, sym_predefined_type, sym_identifier, @@ -4126,143 +4277,143 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [13] = 13, [14] = 14, [15] = 15, - [16] = 16, - [17] = 14, - [18] = 18, + [16] = 15, + [17] = 17, + [18] = 15, [19] = 14, [20] = 20, - [21] = 20, + [21] = 14, [22] = 14, - [23] = 20, - [24] = 20, - [25] = 20, - [26] = 20, - [27] = 20, + [23] = 14, + [24] = 15, + [25] = 15, + [26] = 15, + [27] = 14, [28] = 14, - [29] = 14, - [30] = 14, + [29] = 29, + [30] = 15, [31] = 31, [32] = 32, [33] = 33, [34] = 34, - [35] = 35, - [36] = 36, - [37] = 31, - [38] = 31, - [39] = 39, - [40] = 35, - [41] = 34, + [35] = 32, + [36] = 34, + [37] = 37, + [38] = 37, + [39] = 33, + [40] = 40, + [41] = 41, [42] = 42, - [43] = 36, - [44] = 33, - [45] = 32, - [46] = 36, - [47] = 47, - [48] = 42, - [49] = 34, - [50] = 39, - [51] = 47, - [52] = 42, - [53] = 53, - [54] = 35, - [55] = 47, - [56] = 33, - [57] = 39, - [58] = 32, - [59] = 59, + [43] = 43, + [44] = 42, + [45] = 31, + [46] = 41, + [47] = 40, + [48] = 48, + [49] = 48, + [50] = 50, + [51] = 50, + [52] = 50, + [53] = 50, + [54] = 50, + [55] = 50, + [56] = 50, + [57] = 50, + [58] = 50, + [59] = 50, [60] = 60, - [61] = 59, - [62] = 59, + [61] = 61, + [62] = 62, [63] = 63, - [64] = 59, - [65] = 63, - [66] = 59, - [67] = 59, + [64] = 64, + [65] = 65, + [66] = 63, + [67] = 67, [68] = 68, - [69] = 59, - [70] = 70, - [71] = 59, - [72] = 72, - [73] = 59, - [74] = 74, - [75] = 75, - [76] = 59, + [69] = 68, + [70] = 68, + [71] = 71, + [72] = 71, + [73] = 71, + [74] = 71, + [75] = 71, + [76] = 76, [77] = 77, - [78] = 77, - [79] = 77, - [80] = 80, - [81] = 80, - [82] = 80, - [83] = 80, - [84] = 80, - [85] = 85, - [86] = 86, + [78] = 78, + [79] = 78, + [80] = 78, + [81] = 81, + [82] = 78, + [83] = 78, + [84] = 78, + [85] = 78, + [86] = 78, [87] = 87, [88] = 88, [89] = 88, [90] = 88, [91] = 88, - [92] = 92, + [92] = 88, [93] = 88, [94] = 88, [95] = 88, - [96] = 88, - [97] = 88, + [96] = 96, + [97] = 96, [98] = 98, [99] = 98, - [100] = 98, + [100] = 96, [101] = 98, - [102] = 98, - [103] = 98, - [104] = 98, - [105] = 98, + [102] = 102, + [103] = 102, + [104] = 102, + [105] = 105, [106] = 106, - [107] = 106, + [107] = 102, [108] = 106, - [109] = 106, - [110] = 110, - [111] = 110, - [112] = 110, - [113] = 110, - [114] = 114, - [115] = 114, - [116] = 114, + [109] = 102, + [110] = 102, + [111] = 106, + [112] = 102, + [113] = 105, + [114] = 102, + [115] = 115, + [116] = 115, [117] = 117, - [118] = 114, - [119] = 119, - [120] = 114, - [121] = 114, - [122] = 117, - [123] = 117, - [124] = 119, - [125] = 114, - [126] = 114, - [127] = 127, - [128] = 127, - [129] = 129, - [130] = 129, - [131] = 131, - [132] = 132, - [133] = 131, - [134] = 132, - [135] = 132, - [136] = 129, - [137] = 131, + [118] = 118, + [119] = 117, + [120] = 117, + [121] = 121, + [122] = 118, + [123] = 121, + [124] = 121, + [125] = 118, + [126] = 126, + [127] = 126, + [128] = 128, + [129] = 126, + [130] = 130, + [131] = 126, + [132] = 126, + [133] = 133, + [134] = 126, + [135] = 130, + [136] = 126, + [137] = 137, [138] = 138, [139] = 139, - [140] = 139, - [141] = 141, - [142] = 138, - [143] = 138, + [140] = 140, + [141] = 133, + [142] = 142, + [143] = 143, [144] = 144, - [145] = 138, - [146] = 138, + [145] = 133, + [146] = 146, [147] = 147, - [148] = 139, - [149] = 138, - [150] = 138, - [151] = 144, - [152] = 152, + [148] = 148, + [149] = 149, + [150] = 150, + [151] = 151, + [152] = 148, [153] = 153, [154] = 154, [155] = 155, @@ -4276,458 +4427,458 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [163] = 163, [164] = 164, [165] = 165, - [166] = 144, + [166] = 165, [167] = 167, [168] = 168, [169] = 169, [170] = 170, [171] = 171, - [172] = 159, - [173] = 170, + [172] = 172, + [173] = 173, [174] = 174, [175] = 175, [176] = 176, [177] = 177, [178] = 178, - [179] = 179, - [180] = 180, - [181] = 181, - [182] = 182, - [183] = 183, - [184] = 184, - [185] = 185, - [186] = 186, - [187] = 187, - [188] = 144, + [179] = 178, + [180] = 133, + [181] = 133, + [182] = 178, + [183] = 178, + [184] = 133, + [185] = 178, + [186] = 133, + [187] = 178, + [188] = 178, [189] = 189, - [190] = 189, - [191] = 144, - [192] = 144, - [193] = 144, + [190] = 133, + [191] = 133, + [192] = 192, + [193] = 193, [194] = 194, - [195] = 189, - [196] = 144, - [197] = 189, - [198] = 189, - [199] = 144, - [200] = 200, - [201] = 189, - [202] = 189, - [203] = 203, + [195] = 194, + [196] = 194, + [197] = 192, + [198] = 198, + [199] = 193, + [200] = 194, + [201] = 194, + [202] = 194, + [203] = 194, [204] = 204, [205] = 205, - [206] = 203, - [207] = 207, - [208] = 205, - [209] = 209, - [210] = 210, - [211] = 205, - [212] = 212, - [213] = 212, + [206] = 194, + [207] = 194, + [208] = 194, + [209] = 194, + [210] = 194, + [211] = 211, + [212] = 194, + [213] = 213, [214] = 214, - [215] = 212, - [216] = 212, - [217] = 212, + [215] = 215, + [216] = 216, + [217] = 213, [218] = 218, - [219] = 212, - [220] = 220, - [221] = 212, - [222] = 212, - [223] = 212, - [224] = 212, + [219] = 219, + [220] = 216, + [221] = 221, + [222] = 222, + [223] = 223, + [224] = 223, [225] = 225, - [226] = 212, - [227] = 227, + [226] = 226, + [227] = 225, [228] = 228, [229] = 229, - [230] = 212, - [231] = 218, + [230] = 230, + [231] = 230, [232] = 229, - [233] = 233, - [234] = 212, + [233] = 228, + [234] = 234, [235] = 235, - [236] = 235, - [237] = 235, + [236] = 236, + [237] = 225, [238] = 238, [239] = 239, [240] = 240, [241] = 241, - [242] = 240, - [243] = 238, - [244] = 244, - [245] = 245, + [242] = 242, + [243] = 234, + [244] = 240, + [245] = 240, [246] = 246, - [247] = 240, + [247] = 247, [248] = 248, - [249] = 249, - [250] = 248, - [251] = 251, - [252] = 252, - [253] = 253, - [254] = 254, - [255] = 249, - [256] = 253, - [257] = 257, - [258] = 251, - [259] = 238, - [260] = 260, - [261] = 238, - [262] = 246, - [263] = 254, - [264] = 248, - [265] = 249, - [266] = 251, - [267] = 267, - [268] = 268, - [269] = 269, - [270] = 260, - [271] = 271, - [272] = 246, - [273] = 238, - [274] = 240, - [275] = 238, - [276] = 248, - [277] = 249, - [278] = 251, - [279] = 260, + [249] = 238, + [250] = 250, + [251] = 225, + [252] = 235, + [253] = 235, + [254] = 242, + [255] = 228, + [256] = 229, + [257] = 226, + [258] = 242, + [259] = 230, + [260] = 235, + [261] = 239, + [262] = 235, + [263] = 234, + [264] = 230, + [265] = 229, + [266] = 242, + [267] = 228, + [268] = 242, + [269] = 234, + [270] = 230, + [271] = 229, + [272] = 242, + [273] = 228, + [274] = 274, + [275] = 275, + [276] = 234, + [277] = 240, + [278] = 278, + [279] = 279, [280] = 240, - [281] = 246, - [282] = 282, - [283] = 260, - [284] = 254, - [285] = 254, - [286] = 238, - [287] = 252, - [288] = 240, - [289] = 246, - [290] = 238, - [291] = 246, - [292] = 254, - [293] = 248, - [294] = 249, - [295] = 251, - [296] = 260, - [297] = 246, - [298] = 260, - [299] = 254, - [300] = 254, - [301] = 260, - [302] = 251, - [303] = 249, - [304] = 248, - [305] = 305, + [281] = 225, + [282] = 228, + [283] = 229, + [284] = 230, + [285] = 285, + [286] = 286, + [287] = 287, + [288] = 288, + [289] = 234, + [290] = 225, + [291] = 234, + [292] = 240, + [293] = 225, + [294] = 242, + [295] = 295, + [296] = 225, + [297] = 235, + [298] = 228, + [299] = 229, + [300] = 230, + [301] = 235, + [302] = 248, + [303] = 235, + [304] = 235, + [305] = 234, [306] = 240, - [307] = 240, - [308] = 248, - [309] = 249, - [310] = 251, - [311] = 249, - [312] = 248, - [313] = 251, - [314] = 260, - [315] = 244, - [316] = 240, - [317] = 246, - [318] = 238, - [319] = 254, + [307] = 242, + [308] = 228, + [309] = 229, + [310] = 230, + [311] = 240, + [312] = 242, + [313] = 313, + [314] = 314, + [315] = 315, + [316] = 316, + [317] = 317, + [318] = 318, + [319] = 319, [320] = 320, - [321] = 321, - [322] = 241, + [321] = 314, + [322] = 319, [323] = 323, - [324] = 324, + [324] = 313, [325] = 325, - [326] = 324, + [326] = 326, [327] = 327, [328] = 328, [329] = 329, [330] = 330, [331] = 331, [332] = 332, - [333] = 333, + [333] = 327, [334] = 334, - [335] = 329, + [335] = 313, [336] = 336, - [337] = 337, - [338] = 338, - [339] = 330, + [337] = 332, + [338] = 328, + [339] = 339, [340] = 340, - [341] = 324, + [341] = 341, [342] = 342, - [343] = 324, - [344] = 340, + [343] = 329, + [344] = 344, [345] = 345, - [346] = 329, - [347] = 328, - [348] = 340, - [349] = 330, - [350] = 328, - [351] = 329, - [352] = 352, - [353] = 353, + [346] = 344, + [347] = 326, + [348] = 344, + [349] = 325, + [350] = 350, + [351] = 351, + [352] = 350, + [353] = 330, [354] = 354, - [355] = 328, - [356] = 324, - [357] = 324, - [358] = 327, - [359] = 345, - [360] = 325, - [361] = 325, + [355] = 351, + [356] = 330, + [357] = 323, + [358] = 330, + [359] = 341, + [360] = 332, + [361] = 341, [362] = 362, - [363] = 363, - [364] = 328, - [365] = 365, - [366] = 366, - [367] = 367, - [368] = 368, - [369] = 369, + [363] = 327, + [364] = 314, + [365] = 354, + [366] = 331, + [367] = 319, + [368] = 341, + [369] = 320, [370] = 370, - [371] = 371, + [371] = 350, [372] = 372, - [373] = 373, - [374] = 374, - [375] = 365, - [376] = 376, - [377] = 325, - [378] = 378, - [379] = 363, - [380] = 330, - [381] = 340, - [382] = 337, - [383] = 324, - [384] = 363, - [385] = 330, - [386] = 353, - [387] = 324, - [388] = 345, - [389] = 378, - [390] = 329, - [391] = 365, - [392] = 366, - [393] = 376, - [394] = 352, - [395] = 324, - [396] = 340, - [397] = 374, - [398] = 330, - [399] = 340, - [400] = 352, - [401] = 373, - [402] = 372, - [403] = 336, - [404] = 327, - [405] = 378, - [406] = 406, - [407] = 370, - [408] = 378, - [409] = 376, - [410] = 353, - [411] = 367, - [412] = 369, - [413] = 376, - [414] = 368, - [415] = 415, - [416] = 334, - [417] = 374, - [418] = 327, - [419] = 373, - [420] = 372, - [421] = 345, - [422] = 422, - [423] = 370, - [424] = 369, - [425] = 328, - [426] = 368, - [427] = 367, - [428] = 325, - [429] = 366, - [430] = 363, - [431] = 365, - [432] = 366, - [433] = 367, - [434] = 367, - [435] = 366, - [436] = 368, - [437] = 369, - [438] = 365, - [439] = 370, - [440] = 365, - [441] = 363, - [442] = 353, - [443] = 325, - [444] = 444, - [445] = 368, - [446] = 345, - [447] = 372, - [448] = 329, - [449] = 373, - [450] = 374, - [451] = 376, - [452] = 374, - [453] = 378, - [454] = 331, - [455] = 352, - [456] = 373, - [457] = 327, - [458] = 324, - [459] = 331, - [460] = 324, - [461] = 353, - [462] = 327, - [463] = 329, - [464] = 352, - [465] = 345, - [466] = 363, - [467] = 353, - [468] = 369, - [469] = 372, - [470] = 370, - [471] = 330, - [472] = 345, - [473] = 327, - [474] = 325, - [475] = 372, - [476] = 373, - [477] = 363, - [478] = 353, - [479] = 479, - [480] = 340, - [481] = 352, - [482] = 328, - [483] = 324, - [484] = 374, - [485] = 376, - [486] = 486, - [487] = 365, - [488] = 334, - [489] = 353, - [490] = 366, - [491] = 340, - [492] = 378, - [493] = 330, - [494] = 327, - [495] = 345, - [496] = 352, - [497] = 367, - [498] = 498, - [499] = 368, - [500] = 325, - [501] = 369, - [502] = 363, - [503] = 370, - [504] = 504, - [505] = 365, - [506] = 366, - [507] = 370, - [508] = 367, - [509] = 368, - [510] = 369, - [511] = 328, - [512] = 370, - [513] = 372, - [514] = 373, - [515] = 374, - [516] = 376, - [517] = 369, - [518] = 378, - [519] = 329, - [520] = 378, - [521] = 368, - [522] = 366, - [523] = 334, - [524] = 372, - [525] = 373, - [526] = 367, - [527] = 352, - [528] = 374, - [529] = 376, - [530] = 324, - [531] = 531, - [532] = 531, - [533] = 531, - [534] = 534, - [535] = 534, - [536] = 534, - [537] = 537, - [538] = 537, - [539] = 537, - [540] = 540, - [541] = 540, - [542] = 540, + [373] = 354, + [374] = 315, + [375] = 316, + [376] = 344, + [377] = 317, + [378] = 351, + [379] = 379, + [380] = 362, + [381] = 381, + [382] = 315, + [383] = 383, + [384] = 328, + [385] = 362, + [386] = 326, + [387] = 316, + [388] = 325, + [389] = 323, + [390] = 314, + [391] = 319, + [392] = 320, + [393] = 318, + [394] = 317, + [395] = 316, + [396] = 315, + [397] = 362, + [398] = 351, + [399] = 350, + [400] = 317, + [401] = 341, + [402] = 319, + [403] = 331, + [404] = 318, + [405] = 320, + [406] = 318, + [407] = 314, + [408] = 317, + [409] = 330, + [410] = 316, + [411] = 323, + [412] = 332, + [413] = 313, + [414] = 325, + [415] = 326, + [416] = 327, + [417] = 315, + [418] = 354, + [419] = 344, + [420] = 330, + [421] = 350, + [422] = 372, + [423] = 344, + [424] = 328, + [425] = 318, + [426] = 320, + [427] = 372, + [428] = 334, + [429] = 351, + [430] = 344, + [431] = 354, + [432] = 362, + [433] = 328, + [434] = 344, + [435] = 326, + [436] = 436, + [437] = 325, + [438] = 323, + [439] = 354, + [440] = 314, + [441] = 331, + [442] = 313, + [443] = 332, + [444] = 320, + [445] = 318, + [446] = 362, + [447] = 344, + [448] = 327, + [449] = 314, + [450] = 323, + [451] = 317, + [452] = 325, + [453] = 326, + [454] = 313, + [455] = 332, + [456] = 327, + [457] = 315, + [458] = 327, + [459] = 459, + [460] = 316, + [461] = 317, + [462] = 332, + [463] = 463, + [464] = 313, + [465] = 318, + [466] = 320, + [467] = 314, + [468] = 323, + [469] = 330, + [470] = 325, + [471] = 326, + [472] = 344, + [473] = 332, + [474] = 331, + [475] = 316, + [476] = 459, + [477] = 315, + [478] = 328, + [479] = 362, + [480] = 351, + [481] = 350, + [482] = 331, + [483] = 350, + [484] = 459, + [485] = 341, + [486] = 313, + [487] = 319, + [488] = 341, + [489] = 489, + [490] = 344, + [491] = 330, + [492] = 372, + [493] = 350, + [494] = 319, + [495] = 351, + [496] = 362, + [497] = 315, + [498] = 316, + [499] = 317, + [500] = 318, + [501] = 354, + [502] = 320, + [503] = 323, + [504] = 325, + [505] = 326, + [506] = 328, + [507] = 341, + [508] = 319, + [509] = 344, + [510] = 344, + [511] = 331, + [512] = 331, + [513] = 351, + [514] = 327, + [515] = 515, + [516] = 354, + [517] = 328, + [518] = 518, + [519] = 518, + [520] = 518, + [521] = 521, + [522] = 521, + [523] = 523, + [524] = 523, + [525] = 523, + [526] = 526, + [527] = 526, + [528] = 528, + [529] = 528, + [530] = 528, + [531] = 151, + [532] = 532, + [533] = 168, + [534] = 532, + [535] = 535, + [536] = 536, + [537] = 535, + [538] = 535, + [539] = 536, + [540] = 532, + [541] = 541, + [542] = 542, [543] = 543, - [544] = 543, - [545] = 543, + [544] = 544, + [545] = 545, [546] = 546, [547] = 547, - [548] = 548, - [549] = 185, - [550] = 548, + [548] = 546, + [549] = 547, + [550] = 547, [551] = 546, - [552] = 175, - [553] = 548, - [554] = 546, - [555] = 547, - [556] = 547, + [552] = 552, + [553] = 552, + [554] = 554, + [555] = 555, + [556] = 555, [557] = 557, - [558] = 558, - [559] = 559, - [560] = 560, - [561] = 561, - [562] = 562, - [563] = 563, - [564] = 563, - [565] = 563, - [566] = 562, - [567] = 562, - [568] = 568, - [569] = 569, - [570] = 568, - [571] = 571, - [572] = 571, - [573] = 573, - [574] = 571, - [575] = 573, - [576] = 576, - [577] = 571, - [578] = 571, - [579] = 573, - [580] = 571, - [581] = 569, - [582] = 158, - [583] = 571, - [584] = 584, - [585] = 571, - [586] = 183, - [587] = 587, - [588] = 571, - [589] = 571, + [558] = 557, + [559] = 555, + [560] = 555, + [561] = 554, + [562] = 555, + [563] = 555, + [564] = 564, + [565] = 565, + [566] = 555, + [567] = 153, + [568] = 555, + [569] = 555, + [570] = 570, + [571] = 555, + [572] = 155, + [573] = 170, + [574] = 144, + [575] = 575, + [576] = 575, + [577] = 575, + [578] = 144, + [579] = 173, + [580] = 580, + [581] = 555, + [582] = 153, + [583] = 552, + [584] = 170, + [585] = 155, + [586] = 586, + [587] = 555, + [588] = 156, + [589] = 139, [590] = 590, - [591] = 181, - [592] = 164, - [593] = 568, - [594] = 571, - [595] = 590, - [596] = 571, - [597] = 160, - [598] = 160, - [599] = 167, - [600] = 158, + [591] = 564, + [592] = 140, + [593] = 555, + [594] = 554, + [595] = 555, + [596] = 596, + [597] = 597, + [598] = 555, + [599] = 599, + [600] = 600, [601] = 601, - [602] = 167, - [603] = 590, - [604] = 604, - [605] = 183, - [606] = 571, - [607] = 571, + [602] = 602, + [603] = 603, + [604] = 158, + [605] = 160, + [606] = 606, + [607] = 607, [608] = 608, - [609] = 152, - [610] = 569, - [611] = 576, + [609] = 609, + [610] = 610, + [611] = 611, [612] = 612, [613] = 613, [614] = 614, - [615] = 157, + [615] = 142, [616] = 616, - [617] = 571, + [617] = 617, [618] = 618, [619] = 619, [620] = 620, @@ -4741,7 +4892,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [628] = 628, [629] = 629, [630] = 630, - [631] = 153, + [631] = 631, [632] = 632, [633] = 633, [634] = 634, @@ -4788,7 +4939,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [675] = 675, [676] = 676, [677] = 677, - [678] = 162, + [678] = 678, [679] = 679, [680] = 680, [681] = 681, @@ -4796,7 +4947,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [683] = 683, [684] = 684, [685] = 685, - [686] = 164, + [686] = 686, [687] = 687, [688] = 688, [689] = 689, @@ -4810,16 +4961,16 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [697] = 697, [698] = 698, [699] = 699, - [700] = 700, + [700] = 173, [701] = 701, - [702] = 702, + [702] = 162, [703] = 703, [704] = 704, [705] = 705, [706] = 706, [707] = 707, [708] = 708, - [709] = 709, + [709] = 164, [710] = 710, [711] = 711, [712] = 712, @@ -4856,12 +5007,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [743] = 743, [744] = 744, [745] = 745, - [746] = 181, + [746] = 746, [747] = 747, [748] = 748, [749] = 749, [750] = 750, - [751] = 184, + [751] = 751, [752] = 752, [753] = 753, [754] = 754, @@ -4871,533 +5022,533 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [758] = 758, [759] = 759, [760] = 760, - [761] = 761, + [761] = 156, [762] = 762, [763] = 763, [764] = 764, - [765] = 765, - [766] = 766, - [767] = 767, - [768] = 768, + [765] = 764, + [766] = 764, + [767] = 764, + [768] = 764, [769] = 769, [770] = 770, - [771] = 771, - [772] = 772, - [773] = 773, - [774] = 774, - [775] = 775, - [776] = 776, - [777] = 777, - [778] = 778, + [771] = 770, + [772] = 769, + [773] = 769, + [774] = 770, + [775] = 770, + [776] = 769, + [777] = 770, + [778] = 769, [779] = 779, - [780] = 779, - [781] = 779, - [782] = 779, - [783] = 779, + [780] = 780, + [781] = 781, + [782] = 782, + [783] = 783, [784] = 784, [785] = 785, - [786] = 785, - [787] = 784, - [788] = 785, - [789] = 785, - [790] = 784, - [791] = 784, - [792] = 784, - [793] = 785, - [794] = 794, + [786] = 786, + [787] = 787, + [788] = 788, + [789] = 789, + [790] = 790, + [791] = 791, + [792] = 792, + [793] = 793, + [794] = 793, [795] = 795, [796] = 796, - [797] = 797, - [798] = 798, - [799] = 799, - [800] = 800, + [797] = 793, + [798] = 793, + [799] = 796, + [800] = 793, [801] = 801, - [802] = 802, + [802] = 796, [803] = 803, [804] = 804, - [805] = 805, - [806] = 806, - [807] = 807, - [808] = 808, - [809] = 809, - [810] = 810, + [805] = 801, + [806] = 793, + [807] = 796, + [808] = 796, + [809] = 801, + [810] = 796, [811] = 811, - [812] = 811, - [813] = 813, + [812] = 812, + [813] = 812, [814] = 811, - [815] = 813, - [816] = 813, + [815] = 811, + [816] = 812, [817] = 817, - [818] = 817, - [819] = 817, + [818] = 818, + [819] = 819, [820] = 820, - [821] = 821, - [822] = 822, - [823] = 822, - [824] = 822, - [825] = 821, - [826] = 826, - [827] = 827, + [821] = 819, + [822] = 818, + [823] = 818, + [824] = 820, + [825] = 817, + [826] = 818, + [827] = 819, [828] = 828, - [829] = 822, - [830] = 830, - [831] = 827, - [832] = 830, - [833] = 820, - [834] = 822, - [835] = 822, - [836] = 822, - [837] = 822, - [838] = 827, - [839] = 830, - [840] = 822, - [841] = 830, - [842] = 827, - [843] = 830, - [844] = 828, - [845] = 830, - [846] = 821, - [847] = 826, - [848] = 821, - [849] = 826, - [850] = 822, - [851] = 827, - [852] = 826, - [853] = 821, - [854] = 827, - [855] = 822, - [856] = 826, - [857] = 820, - [858] = 822, - [859] = 820, - [860] = 830, - [861] = 821, - [862] = 826, - [863] = 863, - [864] = 820, - [865] = 865, - [866] = 827, + [829] = 818, + [830] = 817, + [831] = 819, + [832] = 817, + [833] = 817, + [834] = 818, + [835] = 817, + [836] = 818, + [837] = 817, + [838] = 819, + [839] = 839, + [840] = 840, + [841] = 841, + [842] = 842, + [843] = 843, + [844] = 844, + [845] = 845, + [846] = 846, + [847] = 847, + [848] = 848, + [849] = 849, + [850] = 845, + [851] = 851, + [852] = 841, + [853] = 853, + [854] = 854, + [855] = 855, + [856] = 856, + [857] = 857, + [858] = 856, + [859] = 859, + [860] = 854, + [861] = 847, + [862] = 840, + [863] = 840, + [864] = 864, + [865] = 848, + [866] = 866, [867] = 867, [868] = 868, [869] = 869, - [870] = 868, + [870] = 870, [871] = 871, - [872] = 869, - [873] = 873, - [874] = 869, + [872] = 872, + [873] = 871, + [874] = 874, [875] = 875, [876] = 876, - [877] = 873, - [878] = 876, - [879] = 869, - [880] = 880, - [881] = 875, - [882] = 882, - [883] = 875, - [884] = 868, - [885] = 885, - [886] = 886, - [887] = 887, - [888] = 882, - [889] = 882, - [890] = 876, - [891] = 891, - [892] = 892, - [893] = 880, + [877] = 877, + [878] = 871, + [879] = 879, + [880] = 866, + [881] = 857, + [882] = 847, + [883] = 846, + [884] = 871, + [885] = 844, + [886] = 857, + [887] = 866, + [888] = 846, + [889] = 889, + [890] = 890, + [891] = 871, + [892] = 876, + [893] = 871, [894] = 894, [895] = 895, - [896] = 896, + [896] = 879, [897] = 897, - [898] = 898, - [899] = 899, - [900] = 900, - [901] = 901, - [902] = 876, - [903] = 875, - [904] = 896, - [905] = 868, - [906] = 894, - [907] = 896, - [908] = 882, - [909] = 876, - [910] = 882, - [911] = 868, - [912] = 898, - [913] = 896, - [914] = 914, - [915] = 915, - [916] = 916, - [917] = 917, - [918] = 886, - [919] = 873, - [920] = 920, - [921] = 921, - [922] = 922, - [923] = 894, - [924] = 898, - [925] = 882, - [926] = 887, - [927] = 927, - [928] = 887, - [929] = 929, - [930] = 891, - [931] = 931, - [932] = 876, - [933] = 886, - [934] = 892, - [935] = 899, - [936] = 936, - [937] = 899, - [938] = 875, - [939] = 915, - [940] = 873, - [941] = 915, - [942] = 891, - [943] = 887, - [944] = 894, - [945] = 899, - [946] = 915, - [947] = 900, - [948] = 897, - [949] = 898, - [950] = 896, - [951] = 899, - [952] = 886, - [953] = 901, - [954] = 892, - [955] = 891, - [956] = 894, - [957] = 892, - [958] = 900, - [959] = 891, - [960] = 892, - [961] = 897, - [962] = 898, - [963] = 963, - [964] = 892, - [965] = 897, - [966] = 886, - [967] = 900, - [968] = 968, - [969] = 886, - [970] = 891, - [971] = 894, - [972] = 897, - [973] = 916, - [974] = 871, - [975] = 898, - [976] = 887, - [977] = 900, - [978] = 920, - [979] = 915, - [980] = 980, - [981] = 896, - [982] = 868, - [983] = 899, - [984] = 869, - [985] = 963, - [986] = 869, - [987] = 873, - [988] = 895, - [989] = 989, - [990] = 990, - [991] = 991, - [992] = 873, - [993] = 875, - [994] = 887, - [995] = 897, - [996] = 869, - [997] = 900, - [998] = 915, - [999] = 963, - [1000] = 863, - [1001] = 963, - [1002] = 1002, - [1003] = 1003, - [1004] = 1002, - [1005] = 1002, - [1006] = 1006, - [1007] = 963, - [1008] = 1003, - [1009] = 963, - [1010] = 1003, + [898] = 877, + [899] = 876, + [900] = 877, + [901] = 879, + [902] = 839, + [903] = 866, + [904] = 854, + [905] = 857, + [906] = 848, + [907] = 871, + [908] = 856, + [909] = 871, + [910] = 845, + [911] = 856, + [912] = 847, + [913] = 895, + [914] = 876, + [915] = 877, + [916] = 879, + [917] = 866, + [918] = 857, + [919] = 876, + [920] = 856, + [921] = 877, + [922] = 845, + [923] = 844, + [924] = 854, + [925] = 854, + [926] = 879, + [927] = 866, + [928] = 857, + [929] = 848, + [930] = 864, + [931] = 840, + [932] = 864, + [933] = 842, + [934] = 864, + [935] = 864, + [936] = 871, + [937] = 937, + [938] = 840, + [939] = 897, + [940] = 843, + [941] = 840, + [942] = 843, + [943] = 839, + [944] = 944, + [945] = 868, + [946] = 848, + [947] = 947, + [948] = 871, + [949] = 842, + [950] = 843, + [951] = 844, + [952] = 879, + [953] = 842, + [954] = 846, + [955] = 871, + [956] = 877, + [957] = 876, + [958] = 847, + [959] = 895, + [960] = 895, + [961] = 864, + [962] = 846, + [963] = 839, + [964] = 844, + [965] = 871, + [966] = 867, + [967] = 967, + [968] = 845, + [969] = 843, + [970] = 839, + [971] = 844, + [972] = 842, + [973] = 843, + [974] = 844, + [975] = 848, + [976] = 845, + [977] = 839, + [978] = 895, + [979] = 869, + [980] = 859, + [981] = 981, + [982] = 847, + [983] = 846, + [984] = 895, + [985] = 854, + [986] = 842, + [987] = 856, + [988] = 988, + [989] = 988, + [990] = 988, + [991] = 988, + [992] = 944, + [993] = 993, + [994] = 993, + [995] = 988, + [996] = 996, + [997] = 996, + [998] = 988, + [999] = 999, + [1000] = 1000, + [1001] = 988, + [1002] = 988, + [1003] = 1000, + [1004] = 1000, + [1005] = 988, + [1006] = 988, + [1007] = 1007, + [1008] = 1008, + [1009] = 1009, + [1010] = 988, [1011] = 1011, - [1012] = 963, - [1013] = 1011, - [1014] = 963, - [1015] = 963, - [1016] = 1011, - [1017] = 1017, - [1018] = 963, + [1012] = 1011, + [1013] = 1013, + [1014] = 1014, + [1015] = 1015, + [1016] = 1016, + [1017] = 1013, + [1018] = 1018, [1019] = 1019, - [1020] = 1020, - [1021] = 963, - [1022] = 963, - [1023] = 1020, + [1020] = 1014, + [1021] = 1021, + [1022] = 1022, + [1023] = 1018, [1024] = 1024, - [1025] = 1025, - [1026] = 1026, - [1027] = 1025, + [1025] = 1024, + [1026] = 841, + [1027] = 988, [1028] = 1028, - [1029] = 963, + [1029] = 1018, [1030] = 1030, - [1031] = 1031, - [1032] = 1032, - [1033] = 1026, - [1034] = 1034, - [1035] = 1020, + [1031] = 988, + [1032] = 1011, + [1033] = 999, + [1034] = 1013, + [1035] = 1013, [1036] = 1036, - [1037] = 1037, - [1038] = 1026, - [1039] = 1039, - [1040] = 1024, - [1041] = 1024, - [1042] = 828, - [1043] = 794, - [1044] = 1044, - [1045] = 1045, - [1046] = 1006, + [1037] = 788, + [1038] = 1038, + [1039] = 1013, + [1040] = 988, + [1041] = 782, + [1042] = 1042, + [1043] = 1043, + [1044] = 1013, + [1045] = 944, + [1046] = 988, [1047] = 1047, - [1048] = 963, - [1049] = 863, - [1050] = 963, + [1048] = 988, + [1049] = 1013, + [1050] = 1050, [1051] = 1051, - [1052] = 1047, - [1053] = 807, - [1054] = 1054, - [1055] = 1055, - [1056] = 1056, - [1057] = 1054, - [1058] = 1045, - [1059] = 1047, - [1060] = 963, - [1061] = 1047, + [1052] = 1052, + [1053] = 1036, + [1054] = 1047, + [1055] = 1042, + [1056] = 1042, + [1057] = 1042, + [1058] = 1036, + [1059] = 1013, + [1060] = 1013, + [1061] = 1050, [1062] = 1062, - [1063] = 1045, - [1064] = 1064, - [1065] = 1047, - [1066] = 1055, - [1067] = 1045, + [1063] = 1063, + [1064] = 1063, + [1065] = 1065, + [1066] = 1066, + [1067] = 1051, [1068] = 1068, - [1069] = 1068, - [1070] = 1054, - [1071] = 1047, - [1072] = 1072, - [1073] = 1064, - [1074] = 1074, - [1075] = 1074, - [1076] = 1076, - [1077] = 1045, - [1078] = 1078, - [1079] = 1079, - [1080] = 1072, - [1081] = 1047, - [1082] = 1047, - [1083] = 1083, - [1084] = 1078, - [1085] = 1047, - [1086] = 1072, - [1087] = 1064, - [1088] = 1088, - [1089] = 1079, - [1090] = 1088, - [1091] = 1076, - [1092] = 1045, - [1093] = 1076, - [1094] = 1064, - [1095] = 794, - [1096] = 1096, + [1069] = 1069, + [1070] = 1013, + [1071] = 1051, + [1072] = 1065, + [1073] = 1073, + [1074] = 1066, + [1075] = 1042, + [1076] = 1042, + [1077] = 1068, + [1078] = 1051, + [1079] = 1013, + [1080] = 1073, + [1081] = 1081, + [1082] = 1081, + [1083] = 1063, + [1084] = 1084, + [1085] = 1019, + [1086] = 1073, + [1087] = 782, + [1088] = 1068, + [1089] = 788, + [1090] = 1090, + [1091] = 1016, + [1092] = 1038, + [1093] = 1042, + [1094] = 1084, + [1095] = 1073, + [1096] = 1068, [1097] = 1097, - [1098] = 1074, + [1098] = 1009, [1099] = 1099, - [1100] = 1088, - [1101] = 1044, - [1102] = 1044, - [1103] = 1045, - [1104] = 1045, - [1105] = 1064, - [1106] = 1106, - [1107] = 1107, - [1108] = 1072, - [1109] = 1074, - [1110] = 1028, - [1111] = 1099, - [1112] = 1107, - [1113] = 1019, - [1114] = 1039, - [1115] = 1064, - [1116] = 1088, - [1117] = 1036, - [1118] = 1037, - [1119] = 1088, - [1120] = 1099, - [1121] = 807, - [1122] = 1088, - [1123] = 1096, - [1124] = 1030, - [1125] = 1074, - [1126] = 1031, - [1127] = 1056, - [1128] = 1096, - [1129] = 1047, - [1130] = 1047, - [1131] = 1074, - [1132] = 1088, - [1133] = 1088, - [1134] = 1134, - [1135] = 1064, - [1136] = 1074, - [1137] = 1047, - [1138] = 1138, - [1139] = 1044, - [1140] = 1088, - [1141] = 1045, - [1142] = 1074, - [1143] = 1143, - [1144] = 1074, - [1145] = 1062, - [1146] = 1074, - [1147] = 1088, - [1148] = 1064, - [1149] = 1149, - [1150] = 1083, + [1100] = 1051, + [1101] = 1101, + [1102] = 1013, + [1103] = 1042, + [1104] = 1038, + [1105] = 1051, + [1106] = 1073, + [1107] = 1030, + [1108] = 1068, + [1109] = 1099, + [1110] = 1073, + [1111] = 1063, + [1112] = 1052, + [1113] = 1068, + [1114] = 1015, + [1115] = 1008, + [1116] = 1022, + [1117] = 1013, + [1118] = 1090, + [1119] = 1073, + [1120] = 1038, + [1121] = 1068, + [1122] = 1122, + [1123] = 1069, + [1124] = 1124, + [1125] = 1068, + [1126] = 1068, + [1127] = 1062, + [1128] = 1068, + [1129] = 1051, + [1130] = 1130, + [1131] = 1131, + [1132] = 1073, + [1133] = 1038, + [1134] = 1073, + [1135] = 1042, + [1136] = 1051, + [1137] = 1137, + [1138] = 1073, + [1139] = 1139, + [1140] = 1139, + [1141] = 1141, + [1142] = 1142, + [1143] = 1047, + [1144] = 1050, + [1145] = 1145, + [1146] = 1068, + [1147] = 1038, + [1148] = 1051, + [1149] = 1068, + [1150] = 1150, [1151] = 1151, - [1152] = 1044, - [1153] = 1047, - [1154] = 1154, - [1155] = 1149, - [1156] = 1156, - [1157] = 1157, + [1152] = 1152, + [1153] = 1073, + [1154] = 1073, + [1155] = 1038, + [1156] = 1073, + [1157] = 1068, [1158] = 1158, - [1159] = 1074, - [1160] = 1055, - [1161] = 1068, - [1162] = 1088, - [1163] = 1163, - [1164] = 1088, - [1165] = 1044, - [1166] = 1064, - [1167] = 1044, - [1168] = 1168, - [1169] = 1169, - [1170] = 1074, - [1171] = 1171, - [1172] = 1097, - [1173] = 1056, - [1174] = 1074, - [1175] = 1106, - [1176] = 1044, - [1177] = 1088, - [1178] = 1074, + [1159] = 1159, + [1160] = 1068, + [1161] = 1065, + [1162] = 1162, + [1163] = 1073, + [1164] = 1038, + [1165] = 1052, + [1166] = 1101, + [1167] = 1097, + [1168] = 1069, + [1169] = 1073, + [1170] = 1122, + [1171] = 1068, + [1172] = 1038, + [1173] = 1173, + [1174] = 1173, + [1175] = 1173, + [1176] = 1173, + [1177] = 1173, + [1178] = 1173, [1179] = 1179, - [1180] = 1078, - [1181] = 1088, - [1182] = 1182, - [1183] = 1154, - [1184] = 1083, - [1185] = 1044, - [1186] = 1088, - [1187] = 1074, - [1188] = 1188, - [1189] = 1188, - [1190] = 1188, - [1191] = 1188, - [1192] = 1188, - [1193] = 1188, - [1194] = 1194, - [1195] = 1195, - [1196] = 1196, - [1197] = 1195, - [1198] = 1196, - [1199] = 1194, - [1200] = 1200, - [1201] = 1196, - [1202] = 1202, - [1203] = 1202, - [1204] = 1202, - [1205] = 1202, - [1206] = 1195, - [1207] = 1202, - [1208] = 1195, - [1209] = 1194, - [1210] = 1194, - [1211] = 1196, - [1212] = 1195, - [1213] = 1194, - [1214] = 1196, - [1215] = 1194, - [1216] = 1196, - [1217] = 1202, + [1180] = 1180, + [1181] = 1181, + [1182] = 1181, + [1183] = 1181, + [1184] = 1184, + [1185] = 1180, + [1186] = 1180, + [1187] = 1184, + [1188] = 1180, + [1189] = 1181, + [1190] = 1184, + [1191] = 1191, + [1192] = 1191, + [1193] = 1184, + [1194] = 1191, + [1195] = 1181, + [1196] = 1184, + [1197] = 1181, + [1198] = 1191, + [1199] = 1191, + [1200] = 1180, + [1201] = 1184, + [1202] = 1180, + [1203] = 1203, + [1204] = 151, + [1205] = 1203, + [1206] = 1203, + [1207] = 1207, + [1208] = 1203, + [1209] = 168, + [1210] = 1203, + [1211] = 1211, + [1212] = 1203, + [1213] = 1213, + [1214] = 1214, + [1215] = 1215, + [1216] = 1216, + [1217] = 1217, [1218] = 1218, [1219] = 1219, - [1220] = 1218, - [1221] = 1218, - [1222] = 1218, - [1223] = 185, - [1224] = 1218, - [1225] = 1218, - [1226] = 175, + [1220] = 1219, + [1221] = 1219, + [1222] = 1222, + [1223] = 142, + [1224] = 139, + [1225] = 140, + [1226] = 138, [1227] = 1227, [1228] = 1228, - [1229] = 1229, + [1229] = 1219, [1230] = 1230, [1231] = 1231, - [1232] = 1232, - [1233] = 1231, - [1234] = 152, + [1232] = 151, + [1233] = 168, + [1234] = 1234, [1235] = 1235, [1236] = 1236, - [1237] = 1231, - [1238] = 175, - [1239] = 1239, - [1240] = 1231, - [1241] = 155, - [1242] = 1231, - [1243] = 185, - [1244] = 153, - [1245] = 1231, - [1246] = 1231, + [1237] = 1219, + [1238] = 1238, + [1239] = 1219, + [1240] = 1219, + [1241] = 1241, + [1242] = 1242, + [1243] = 1243, + [1244] = 1244, + [1245] = 804, + [1246] = 1246, [1247] = 1247, [1248] = 1248, [1249] = 1249, [1250] = 1250, [1251] = 1251, - [1252] = 1252, - [1253] = 158, + [1252] = 803, + [1253] = 140, [1254] = 1254, [1255] = 1255, [1256] = 1256, [1257] = 1257, - [1258] = 1258, + [1258] = 139, [1259] = 1259, [1260] = 1260, [1261] = 1261, [1262] = 1262, [1263] = 1263, - [1264] = 1264, + [1264] = 795, [1265] = 1265, [1266] = 1266, - [1267] = 1267, + [1267] = 142, [1268] = 1268, [1269] = 1269, [1270] = 1270, - [1271] = 1271, + [1271] = 153, [1272] = 1272, [1273] = 1273, [1274] = 1274, [1275] = 1275, - [1276] = 808, + [1276] = 1276, [1277] = 1277, [1278] = 1278, - [1279] = 183, - [1280] = 1280, - [1281] = 1281, + [1279] = 1279, + [1280] = 158, + [1281] = 160, [1282] = 1282, - [1283] = 1283, + [1283] = 544, [1284] = 1284, - [1285] = 557, + [1285] = 1285, [1286] = 1286, - [1287] = 558, + [1287] = 1287, [1288] = 1288, [1289] = 1289, [1290] = 1290, @@ -5415,9 +5566,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1302] = 1302, [1303] = 1303, [1304] = 1304, - [1305] = 559, + [1305] = 1305, [1306] = 1306, - [1307] = 1307, + [1307] = 543, [1308] = 1308, [1309] = 1309, [1310] = 1310, @@ -5425,8 +5576,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1312] = 1312, [1313] = 1313, [1314] = 1314, - [1315] = 1315, - [1316] = 157, + [1315] = 155, + [1316] = 1316, [1317] = 1317, [1318] = 1318, [1319] = 1319, @@ -5437,17 +5588,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1324] = 1324, [1325] = 1325, [1326] = 1326, - [1327] = 1327, + [1327] = 542, [1328] = 1328, [1329] = 1329, [1330] = 1330, - [1331] = 153, + [1331] = 1331, [1332] = 1332, - [1333] = 152, + [1333] = 1333, [1334] = 1334, [1335] = 1335, [1336] = 1336, - [1337] = 561, + [1337] = 1337, [1338] = 1338, [1339] = 1339, [1340] = 1340, @@ -5459,7 +5610,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1346] = 1346, [1347] = 1347, [1348] = 1348, - [1349] = 1349, + [1349] = 545, [1350] = 1350, [1351] = 1351, [1352] = 1352, @@ -5475,882 +5626,882 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1362] = 1362, [1363] = 1363, [1364] = 1364, - [1365] = 560, + [1365] = 1365, [1366] = 1366, [1367] = 1367, [1368] = 1368, [1369] = 1369, [1370] = 1370, [1371] = 1371, - [1372] = 809, + [1372] = 1372, [1373] = 1373, - [1374] = 810, + [1374] = 541, [1375] = 1375, [1376] = 1376, [1377] = 1377, - [1378] = 1378, - [1379] = 1379, + [1378] = 1246, + [1379] = 1255, [1380] = 1380, [1381] = 1381, - [1382] = 1371, - [1383] = 184, - [1384] = 1384, - [1385] = 1385, - [1386] = 1322, - [1387] = 1373, + [1382] = 1279, + [1383] = 173, + [1384] = 164, + [1385] = 162, + [1386] = 153, + [1387] = 1387, [1388] = 1388, - [1389] = 1268, - [1390] = 1390, - [1391] = 1368, - [1392] = 1371, - [1393] = 1370, - [1394] = 1368, - [1395] = 1321, + [1389] = 156, + [1390] = 1214, + [1391] = 1372, + [1392] = 1270, + [1393] = 1393, + [1394] = 1394, + [1395] = 1395, [1396] = 1396, - [1397] = 1366, - [1398] = 1398, - [1399] = 1363, - [1400] = 1366, - [1401] = 1262, - [1402] = 1402, - [1403] = 1377, - [1404] = 1404, - [1405] = 1360, + [1397] = 1397, + [1398] = 1273, + [1399] = 1289, + [1400] = 1269, + [1401] = 1216, + [1402] = 1268, + [1403] = 1373, + [1404] = 1215, + [1405] = 1217, [1406] = 1406, - [1407] = 1373, - [1408] = 1358, - [1409] = 1322, - [1410] = 1410, - [1411] = 1357, - [1412] = 1378, - [1413] = 1306, + [1407] = 1246, + [1408] = 1408, + [1409] = 1409, + [1410] = 1263, + [1411] = 1411, + [1412] = 1412, + [1413] = 1413, [1414] = 1414, - [1415] = 1353, - [1416] = 1306, - [1417] = 1417, - [1418] = 1418, - [1419] = 1363, - [1420] = 1377, - [1421] = 1360, - [1422] = 1358, - [1423] = 1357, - [1424] = 1424, - [1425] = 1425, - [1426] = 1353, - [1427] = 1286, - [1428] = 1428, - [1429] = 1296, - [1430] = 1288, - [1431] = 1431, - [1432] = 1432, - [1433] = 1433, - [1434] = 1252, - [1435] = 1315, + [1415] = 1415, + [1416] = 1416, + [1417] = 1262, + [1418] = 1261, + [1419] = 1260, + [1420] = 1320, + [1421] = 1421, + [1422] = 1422, + [1423] = 1423, + [1424] = 1373, + [1425] = 1259, + [1426] = 1320, + [1427] = 1387, + [1428] = 1282, + [1429] = 1257, + [1430] = 1322, + [1431] = 1347, + [1432] = 1255, + [1433] = 1387, + [1434] = 1254, + [1435] = 1435, [1436] = 1436, - [1437] = 157, - [1438] = 1289, - [1439] = 1439, - [1440] = 1252, - [1441] = 1315, + [1437] = 1437, + [1438] = 1438, + [1439] = 1287, + [1440] = 1440, + [1441] = 1441, [1442] = 1442, - [1443] = 1268, - [1444] = 1262, - [1445] = 1370, - [1446] = 1446, + [1443] = 1443, + [1444] = 1444, + [1445] = 1445, + [1446] = 173, [1447] = 1447, [1448] = 1448, - [1449] = 1449, - [1450] = 1402, - [1451] = 1451, + [1449] = 1218, + [1450] = 1450, + [1451] = 1290, [1452] = 1452, [1453] = 1453, - [1454] = 162, - [1455] = 1455, - [1456] = 1456, - [1457] = 1457, - [1458] = 167, - [1459] = 1459, + [1454] = 170, + [1455] = 144, + [1456] = 158, + [1457] = 1347, + [1458] = 160, + [1459] = 1372, [1460] = 1460, - [1461] = 184, + [1461] = 1461, [1462] = 1462, [1463] = 1463, [1464] = 1464, - [1465] = 1465, + [1465] = 1361, [1466] = 1466, [1467] = 1467, [1468] = 1468, - [1469] = 1469, + [1469] = 1361, [1470] = 1470, - [1471] = 1471, - [1472] = 1472, - [1473] = 1473, - [1474] = 164, + [1471] = 155, + [1472] = 1322, + [1473] = 1260, + [1474] = 1474, [1475] = 1475, - [1476] = 1314, + [1476] = 1476, [1477] = 1477, [1478] = 1478, [1479] = 1479, [1480] = 1480, - [1481] = 1378, + [1481] = 1481, [1482] = 1482, - [1483] = 1402, - [1484] = 1484, - [1485] = 1402, + [1483] = 1302, + [1484] = 1289, + [1485] = 1485, [1486] = 1486, - [1487] = 1487, - [1488] = 1321, - [1489] = 1489, - [1490] = 1490, - [1491] = 1284, + [1487] = 1387, + [1488] = 1488, + [1489] = 1303, + [1490] = 156, + [1491] = 1491, [1492] = 1492, - [1493] = 1284, - [1494] = 1494, - [1495] = 183, - [1496] = 162, + [1493] = 1273, + [1494] = 1269, + [1495] = 1495, + [1496] = 1268, [1497] = 1497, - [1498] = 1498, + [1498] = 170, [1499] = 1499, - [1500] = 167, - [1501] = 1314, + [1500] = 1500, + [1501] = 1263, [1502] = 1502, - [1503] = 1281, - [1504] = 181, - [1505] = 160, - [1506] = 1229, - [1507] = 1230, - [1508] = 1269, - [1509] = 1296, - [1510] = 1510, + [1503] = 1262, + [1504] = 1504, + [1505] = 1261, + [1506] = 1506, + [1507] = 1507, + [1508] = 1508, + [1509] = 1509, + [1510] = 1256, [1511] = 1511, - [1512] = 1486, - [1513] = 1513, - [1514] = 1286, + [1512] = 1259, + [1513] = 1257, + [1514] = 1256, [1515] = 1515, [1516] = 1516, - [1517] = 1517, + [1517] = 1254, [1518] = 1518, - [1519] = 164, + [1519] = 1519, [1520] = 1520, [1521] = 1521, - [1522] = 1502, - [1523] = 158, - [1524] = 181, - [1525] = 1269, - [1526] = 1281, + [1522] = 1522, + [1523] = 1475, + [1524] = 144, + [1525] = 1450, + [1526] = 162, [1527] = 1527, - [1528] = 160, + [1528] = 1381, [1529] = 1529, - [1530] = 1521, - [1531] = 1531, - [1532] = 1532, + [1530] = 1530, + [1531] = 164, + [1532] = 1270, [1533] = 1533, - [1534] = 1289, - [1535] = 1288, - [1536] = 1536, - [1537] = 1363, - [1538] = 1249, - [1539] = 1250, - [1540] = 1247, + [1534] = 1279, + [1535] = 1535, + [1536] = 1287, + [1537] = 1290, + [1538] = 1302, + [1539] = 1539, + [1540] = 1303, [1541] = 1541, - [1542] = 1358, - [1543] = 1281, + [1542] = 1282, + [1543] = 1260, [1544] = 1544, - [1545] = 1357, - [1546] = 1371, - [1547] = 1370, - [1548] = 1497, - [1549] = 1549, - [1550] = 1550, - [1551] = 1269, - [1552] = 1289, - [1553] = 1553, - [1554] = 1284, - [1555] = 1368, + [1545] = 1250, + [1546] = 1546, + [1547] = 1234, + [1548] = 1279, + [1549] = 1235, + [1550] = 1236, + [1551] = 1551, + [1552] = 1372, + [1553] = 1231, + [1554] = 1554, + [1555] = 1546, [1556] = 1556, - [1557] = 1236, - [1558] = 1558, - [1559] = 1559, - [1560] = 1235, - [1561] = 1561, - [1562] = 1497, + [1557] = 1557, + [1558] = 1347, + [1559] = 1238, + [1560] = 1279, + [1561] = 1397, + [1562] = 1250, [1563] = 1563, - [1564] = 1360, - [1565] = 1321, - [1566] = 1248, - [1567] = 1232, - [1568] = 1550, - [1569] = 1569, - [1570] = 1377, - [1571] = 1561, - [1572] = 1257, - [1573] = 1561, - [1574] = 1563, - [1575] = 1373, - [1576] = 1239, - [1577] = 1322, - [1578] = 1363, - [1579] = 1378, - [1580] = 1306, - [1581] = 1581, - [1582] = 1550, - [1583] = 1269, - [1584] = 1556, - [1585] = 1296, + [1564] = 1322, + [1565] = 1320, + [1566] = 1566, + [1567] = 1289, + [1568] = 1228, + [1569] = 1397, + [1570] = 1273, + [1571] = 1361, + [1572] = 1269, + [1573] = 1268, + [1574] = 1574, + [1575] = 1249, + [1576] = 1227, + [1577] = 1246, + [1578] = 1270, + [1579] = 1250, + [1580] = 1263, + [1581] = 1546, + [1582] = 1282, + [1583] = 1583, + [1584] = 1563, + [1585] = 1563, [1586] = 1586, - [1587] = 1268, - [1588] = 1262, - [1589] = 1268, - [1590] = 1296, + [1587] = 1546, + [1588] = 1574, + [1589] = 1589, + [1590] = 1262, [1591] = 1563, - [1592] = 1592, - [1593] = 1306, - [1594] = 1378, - [1595] = 1563, - [1596] = 1521, - [1597] = 1322, - [1598] = 1373, - [1599] = 1502, - [1600] = 1371, - [1601] = 1370, - [1602] = 1368, - [1603] = 1366, - [1604] = 1262, - [1605] = 1353, - [1606] = 1377, - [1607] = 1360, - [1608] = 1550, - [1609] = 1609, - [1610] = 1252, - [1611] = 1358, - [1612] = 1357, - [1613] = 1563, - [1614] = 1315, - [1615] = 1255, - [1616] = 1486, - [1617] = 1561, - [1618] = 1550, - [1619] = 1252, - [1620] = 1257, - [1621] = 1563, - [1622] = 1315, + [1592] = 1303, + [1593] = 1261, + [1594] = 1574, + [1595] = 1373, + [1596] = 1249, + [1597] = 1249, + [1598] = 1563, + [1599] = 1563, + [1600] = 1302, + [1601] = 1265, + [1602] = 1259, + [1603] = 1257, + [1604] = 1361, + [1605] = 1256, + [1606] = 1372, + [1607] = 1373, + [1608] = 1347, + [1609] = 1255, + [1610] = 1563, + [1611] = 1290, + [1612] = 1612, + [1613] = 1613, + [1614] = 1614, + [1615] = 1287, + [1616] = 1616, + [1617] = 1222, + [1618] = 1230, + [1619] = 1574, + [1620] = 1322, + [1621] = 1546, + [1622] = 1320, [1623] = 1623, - [1624] = 1255, - [1625] = 1561, - [1626] = 1281, - [1627] = 1314, - [1628] = 1284, - [1629] = 1321, - [1630] = 1289, - [1631] = 1288, - [1632] = 1286, - [1633] = 1255, - [1634] = 1257, - [1635] = 1286, - [1636] = 1314, - [1637] = 1563, - [1638] = 1549, - [1639] = 1639, - [1640] = 1375, - [1641] = 1366, - [1642] = 1288, - [1643] = 1353, - [1644] = 1644, - [1645] = 1324, - [1646] = 155, - [1647] = 1315, - [1648] = 1296, - [1649] = 1376, - [1650] = 1367, - [1651] = 810, - [1652] = 1652, - [1653] = 1255, - [1654] = 1314, - [1655] = 1406, - [1656] = 1258, - [1657] = 1410, - [1658] = 1623, - [1659] = 1263, - [1660] = 1266, - [1661] = 1352, - [1662] = 1252, - [1663] = 1663, - [1664] = 1338, - [1665] = 1339, - [1666] = 1270, - [1667] = 1343, - [1668] = 1272, - [1669] = 1274, - [1670] = 1344, - [1671] = 1347, - [1672] = 1319, - [1673] = 1350, - [1674] = 1321, - [1675] = 1351, - [1676] = 1354, - [1677] = 1355, - [1678] = 1356, - [1679] = 1361, - [1680] = 1364, - [1681] = 560, - [1682] = 1682, - [1683] = 1683, - [1684] = 1684, - [1685] = 1685, - [1686] = 1686, - [1687] = 1257, - [1688] = 1663, - [1689] = 1689, - [1690] = 1340, - [1691] = 1691, - [1692] = 1348, - [1693] = 1693, - [1694] = 1257, - [1695] = 1255, - [1696] = 1379, - [1697] = 1362, - [1698] = 1275, - [1699] = 1359, - [1700] = 1349, - [1701] = 1410, + [1624] = 1289, + [1625] = 1273, + [1626] = 1269, + [1627] = 1268, + [1628] = 1263, + [1629] = 1262, + [1630] = 1246, + [1631] = 1270, + [1632] = 1261, + [1633] = 1544, + [1634] = 1260, + [1635] = 1475, + [1636] = 1259, + [1637] = 1257, + [1638] = 1450, + [1639] = 1254, + [1640] = 1574, + [1641] = 1381, + [1642] = 1256, + [1643] = 1255, + [1644] = 1254, + [1645] = 1287, + [1646] = 1290, + [1647] = 1302, + [1648] = 1554, + [1649] = 1303, + [1650] = 1282, + [1651] = 1301, + [1652] = 138, + [1653] = 1273, + [1654] = 1289, + [1655] = 1320, + [1656] = 1277, + [1657] = 1322, + [1658] = 1350, + [1659] = 1659, + [1660] = 1352, + [1661] = 1353, + [1662] = 1662, + [1663] = 1358, + [1664] = 1359, + [1665] = 1360, + [1666] = 1362, + [1667] = 1363, + [1668] = 1364, + [1669] = 1368, + [1670] = 1369, + [1671] = 1371, + [1672] = 541, + [1673] = 1268, + [1674] = 1375, + [1675] = 1376, + [1676] = 1377, + [1677] = 1242, + [1678] = 1370, + [1679] = 1367, + [1680] = 1366, + [1681] = 1365, + [1682] = 1357, + [1683] = 1356, + [1684] = 1355, + [1685] = 1263, + [1686] = 1354, + [1687] = 1351, + [1688] = 1688, + [1689] = 545, + [1690] = 1262, + [1691] = 1261, + [1692] = 1251, + [1693] = 1416, + [1694] = 1306, + [1695] = 1260, + [1696] = 1259, + [1697] = 1257, + [1698] = 1698, + [1699] = 1256, + [1700] = 1255, + [1701] = 1348, [1702] = 1346, - [1703] = 1353, - [1704] = 1277, - [1705] = 1345, - [1706] = 1278, - [1707] = 1342, - [1708] = 1280, - [1709] = 1284, - [1710] = 1357, - [1711] = 1282, - [1712] = 1283, - [1713] = 1328, - [1714] = 557, - [1715] = 1358, - [1716] = 1281, - [1717] = 1360, - [1718] = 1267, - [1719] = 1312, - [1720] = 1720, - [1721] = 1301, - [1722] = 1559, - [1723] = 1723, - [1724] = 1273, - [1725] = 558, - [1726] = 1269, - [1727] = 1727, - [1728] = 561, - [1729] = 1290, - [1730] = 1336, - [1731] = 1335, - [1732] = 1291, - [1733] = 1292, - [1734] = 1293, - [1735] = 1294, - [1736] = 1295, - [1737] = 1297, - [1738] = 1298, - [1739] = 1299, - [1740] = 1300, - [1741] = 1302, - [1742] = 1303, - [1743] = 1304, - [1744] = 1257, - [1745] = 1334, - [1746] = 559, - [1747] = 1332, - [1748] = 1330, - [1749] = 1329, - [1750] = 1327, - [1751] = 1723, - [1752] = 1559, - [1753] = 1693, - [1754] = 1268, - [1755] = 1693, - [1756] = 808, - [1757] = 1693, - [1758] = 1306, - [1759] = 1378, - [1760] = 1489, - [1761] = 1256, - [1762] = 1254, - [1763] = 1489, - [1764] = 1255, - [1765] = 1406, - [1766] = 1254, - [1767] = 1644, - [1768] = 1683, - [1769] = 1769, - [1770] = 1693, - [1771] = 1326, - [1772] = 1489, - [1773] = 1727, - [1774] = 1774, - [1775] = 1377, - [1776] = 1776, - [1777] = 1289, - [1778] = 1778, - [1779] = 1341, - [1780] = 1780, - [1781] = 1363, - [1782] = 1288, - [1783] = 1286, - [1784] = 1259, - [1785] = 1366, - [1786] = 1368, - [1787] = 1370, - [1788] = 1371, - [1789] = 1260, - [1790] = 1261, - [1791] = 1720, - [1792] = 1410, - [1793] = 1262, - [1794] = 1623, - [1795] = 1264, - [1796] = 1265, - [1797] = 1271, - [1798] = 1798, - [1799] = 1325, - [1800] = 1800, - [1801] = 1521, - [1802] = 1502, - [1803] = 1486, - [1804] = 1623, - [1805] = 1323, - [1806] = 1806, - [1807] = 1320, - [1808] = 1310, - [1809] = 1318, - [1810] = 1317, - [1811] = 1313, - [1812] = 1311, - [1813] = 1319, - [1814] = 1322, - [1815] = 1308, - [1816] = 1369, - [1817] = 1406, - [1818] = 1251, - [1819] = 1309, - [1820] = 1307, - [1821] = 1821, - [1822] = 1720, - [1823] = 1373, - [1824] = 1652, - [1825] = 809, - [1826] = 155, - [1827] = 1452, - [1828] = 1406, - [1829] = 1829, - [1830] = 1314, - [1831] = 1831, - [1832] = 1832, - [1833] = 1486, - [1834] = 1829, - [1835] = 1489, - [1836] = 186, - [1837] = 1371, - [1838] = 1384, - [1839] = 1839, - [1840] = 1286, - [1841] = 163, - [1842] = 1390, - [1843] = 169, - [1844] = 1844, - [1845] = 1845, - [1846] = 1829, + [1703] = 1345, + [1704] = 1344, + [1705] = 1416, + [1706] = 1480, + [1707] = 1707, + [1708] = 1479, + [1709] = 1709, + [1710] = 1249, + [1711] = 1250, + [1712] = 1254, + [1713] = 1475, + [1714] = 1278, + [1715] = 1276, + [1716] = 1343, + [1717] = 1342, + [1718] = 1341, + [1719] = 1340, + [1720] = 1339, + [1721] = 1338, + [1722] = 1337, + [1723] = 1336, + [1724] = 1335, + [1725] = 1334, + [1726] = 1333, + [1727] = 1332, + [1728] = 1331, + [1729] = 1330, + [1730] = 1329, + [1731] = 1328, + [1732] = 542, + [1733] = 1266, + [1734] = 795, + [1735] = 1735, + [1736] = 1736, + [1737] = 1275, + [1738] = 1738, + [1739] = 1739, + [1740] = 1241, + [1741] = 1741, + [1742] = 1688, + [1743] = 1743, + [1744] = 1361, + [1745] = 1274, + [1746] = 1250, + [1747] = 1287, + [1748] = 1272, + [1749] = 803, + [1750] = 1750, + [1751] = 1450, + [1752] = 1326, + [1753] = 1325, + [1754] = 1324, + [1755] = 1323, + [1756] = 1321, + [1757] = 1319, + [1758] = 1290, + [1759] = 1318, + [1760] = 1317, + [1761] = 1249, + [1762] = 1762, + [1763] = 1763, + [1764] = 1302, + [1765] = 1316, + [1766] = 1314, + [1767] = 1313, + [1768] = 1312, + [1769] = 1311, + [1770] = 1310, + [1771] = 1303, + [1772] = 1309, + [1773] = 1308, + [1774] = 543, + [1775] = 1282, + [1776] = 1279, + [1777] = 1270, + [1778] = 1479, + [1779] = 1416, + [1780] = 1614, + [1781] = 1243, + [1782] = 1249, + [1783] = 1300, + [1784] = 1292, + [1785] = 1785, + [1786] = 1250, + [1787] = 1787, + [1788] = 1788, + [1789] = 1789, + [1790] = 1762, + [1791] = 1246, + [1792] = 1787, + [1793] = 1659, + [1794] = 1750, + [1795] = 1785, + [1796] = 1750, + [1797] = 544, + [1798] = 1247, + [1799] = 1480, + [1800] = 1248, + [1801] = 1614, + [1802] = 1750, + [1803] = 1296, + [1804] = 1295, + [1805] = 1269, + [1806] = 1739, + [1807] = 1251, + [1808] = 1372, + [1809] = 1809, + [1810] = 1248, + [1811] = 1480, + [1812] = 1614, + [1813] = 1551, + [1814] = 1814, + [1815] = 1373, + [1816] = 1814, + [1817] = 1479, + [1818] = 1347, + [1819] = 1551, + [1820] = 804, + [1821] = 1750, + [1822] = 1822, + [1823] = 1305, + [1824] = 1381, + [1825] = 1285, + [1826] = 1304, + [1827] = 138, + [1828] = 1299, + [1829] = 1298, + [1830] = 1297, + [1831] = 1294, + [1832] = 1293, + [1833] = 1291, + [1834] = 1288, + [1835] = 1286, + [1836] = 1836, + [1837] = 1244, + [1838] = 1284, + [1839] = 1393, + [1840] = 171, + [1841] = 169, + [1842] = 146, + [1843] = 149, + [1844] = 175, + [1845] = 1463, + [1846] = 1846, [1847] = 1847, - [1848] = 174, - [1849] = 176, - [1850] = 1798, - [1851] = 1494, - [1852] = 182, - [1853] = 1853, - [1854] = 168, + [1848] = 1707, + [1849] = 1504, + [1850] = 1397, + [1851] = 1460, + [1852] = 1443, + [1853] = 1441, + [1854] = 1453, [1855] = 1855, - [1856] = 1856, - [1857] = 1388, - [1858] = 163, - [1859] = 1859, - [1860] = 1373, - [1861] = 1288, - [1862] = 177, + [1856] = 1396, + [1857] = 1406, + [1858] = 1394, + [1859] = 157, + [1860] = 1860, + [1861] = 1861, + [1862] = 1862, [1863] = 1863, - [1864] = 1457, - [1865] = 1289, - [1866] = 1315, - [1867] = 1252, - [1868] = 1623, - [1869] = 1510, - [1870] = 1353, - [1871] = 1497, - [1872] = 1322, - [1873] = 1378, - [1874] = 1446, - [1875] = 169, - [1876] = 1306, - [1877] = 1296, - [1878] = 1878, - [1879] = 1417, - [1880] = 1357, - [1881] = 156, - [1882] = 1829, - [1883] = 1455, - [1884] = 1456, - [1885] = 1798, - [1886] = 165, - [1887] = 1559, - [1888] = 1853, - [1889] = 1418, - [1890] = 1436, - [1891] = 1360, - [1892] = 1377, - [1893] = 1463, - [1894] = 1464, - [1895] = 1363, - [1896] = 1515, - [1897] = 178, - [1898] = 186, - [1899] = 1366, - [1900] = 1536, - [1901] = 1425, - [1902] = 1428, - [1903] = 1431, - [1904] = 1467, - [1905] = 1465, - [1906] = 1255, - [1907] = 1432, - [1908] = 1829, - [1909] = 1433, - [1910] = 1368, - [1911] = 1424, - [1912] = 1502, - [1913] = 1449, - [1914] = 1470, - [1915] = 1321, - [1916] = 1468, - [1917] = 1469, - [1918] = 1623, - [1919] = 165, - [1920] = 1482, - [1921] = 1257, - [1922] = 156, - [1923] = 1447, - [1924] = 1448, - [1925] = 1453, - [1926] = 1521, - [1927] = 1927, - [1928] = 1381, - [1929] = 1462, - [1930] = 1319, - [1931] = 1931, - [1932] = 1932, - [1933] = 1442, - [1934] = 1511, - [1935] = 1471, - [1936] = 1829, - [1937] = 180, - [1938] = 1473, - [1939] = 1268, - [1940] = 1520, - [1941] = 1517, - [1942] = 168, - [1943] = 180, - [1944] = 1477, - [1945] = 1319, - [1946] = 1946, - [1947] = 176, - [1948] = 182, - [1949] = 178, - [1950] = 1370, - [1951] = 1478, - [1952] = 1404, - [1953] = 174, - [1954] = 1829, - [1955] = 1414, - [1956] = 1839, - [1957] = 1459, - [1958] = 1451, - [1959] = 177, - [1960] = 1358, - [1961] = 1961, - [1962] = 171, - [1963] = 1499, - [1964] = 1489, - [1965] = 1518, - [1966] = 1269, - [1967] = 171, - [1968] = 1845, - [1969] = 1254, - [1970] = 1484, - [1971] = 1255, - [1972] = 1385, - [1973] = 1832, - [1974] = 1257, - [1975] = 1487, - [1976] = 1516, - [1977] = 1832, - [1978] = 1829, - [1979] = 1396, - [1980] = 1284, - [1981] = 1262, - [1982] = 1982, - [1983] = 1845, - [1984] = 1398, - [1985] = 1281, - [1986] = 1498, - [1987] = 1406, - [1988] = 1845, - [1989] = 1439, - [1990] = 1832, - [1991] = 1490, - [1992] = 1832, - [1993] = 1513, - [1994] = 1878, - [1995] = 1380, - [1996] = 1532, - [1997] = 1531, - [1998] = 1529, - [1999] = 1527, + [1864] = 1448, + [1865] = 1865, + [1866] = 1866, + [1867] = 1408, + [1868] = 1409, + [1869] = 1411, + [1870] = 1413, + [1871] = 1380, + [1872] = 1872, + [1873] = 1414, + [1874] = 1488, + [1875] = 1492, + [1876] = 1614, + [1877] = 1877, + [1878] = 1415, + [1879] = 1879, + [1880] = 1502, + [1881] = 1475, + [1882] = 1519, + [1883] = 1529, + [1884] = 1535, + [1885] = 1539, + [1886] = 1541, + [1887] = 1527, + [1888] = 1515, + [1889] = 1497, + [1890] = 1495, + [1891] = 1381, + [1892] = 1491, + [1893] = 1450, + [1894] = 1894, + [1895] = 159, + [1896] = 1879, + [1897] = 1474, + [1898] = 1877, + [1899] = 1872, + [1900] = 1444, + [1901] = 174, + [1902] = 1322, + [1903] = 1320, + [1904] = 1289, + [1905] = 1445, + [1906] = 150, + [1907] = 1273, + [1908] = 1479, + [1909] = 1421, + [1910] = 1476, + [1911] = 1879, + [1912] = 1269, + [1913] = 1268, + [1914] = 154, + [1915] = 167, + [1916] = 1422, + [1917] = 1470, + [1918] = 1468, + [1919] = 1466, + [1920] = 1877, + [1921] = 1263, + [1922] = 1877, + [1923] = 1262, + [1924] = 1879, + [1925] = 1894, + [1926] = 1452, + [1927] = 1442, + [1928] = 1261, + [1929] = 1423, + [1930] = 1260, + [1931] = 1259, + [1932] = 1477, + [1933] = 1412, + [1934] = 1478, + [1935] = 1481, + [1936] = 161, + [1937] = 1438, + [1938] = 1482, + [1939] = 159, + [1940] = 1257, + [1941] = 1485, + [1942] = 1480, + [1943] = 1437, + [1944] = 1507, + [1945] = 1436, + [1946] = 1480, + [1947] = 1435, + [1948] = 1256, + [1949] = 1614, + [1950] = 1255, + [1951] = 1254, + [1952] = 1287, + [1953] = 1290, + [1954] = 1302, + [1955] = 1303, + [1956] = 1956, + [1957] = 1846, + [1958] = 161, + [1959] = 1440, + [1960] = 1282, + [1961] = 1248, + [1962] = 1962, + [1963] = 1447, + [1964] = 1877, + [1965] = 163, + [1966] = 150, + [1967] = 1279, + [1968] = 1270, + [1969] = 174, + [1970] = 1879, + [1971] = 1395, + [1972] = 1894, + [1973] = 1246, + [1974] = 1347, + [1975] = 1373, + [1976] = 171, + [1977] = 169, + [1978] = 175, + [1979] = 1533, + [1980] = 1962, + [1981] = 1464, + [1982] = 1372, + [1983] = 1361, + [1984] = 1251, + [1985] = 1551, + [1986] = 1986, + [1987] = 1987, + [1988] = 1894, + [1989] = 1989, + [1990] = 1250, + [1991] = 1249, + [1992] = 1894, + [1993] = 154, + [1994] = 167, + [1995] = 1250, + [1996] = 1249, + [1997] = 1522, + [1998] = 146, + [1999] = 1520, [2000] = 2000, - [2001] = 1460, - [2002] = 1845, - [2003] = 2003, - [2004] = 1252, - [2005] = 2005, - [2006] = 2006, - [2007] = 2006, - [2008] = 1296, - [2009] = 1306, - [2010] = 2006, - [2011] = 1410, - [2012] = 1286, - [2013] = 1378, - [2014] = 1288, - [2015] = 1322, - [2016] = 1289, - [2017] = 1406, - [2018] = 1373, - [2019] = 1489, - [2020] = 1315, - [2021] = 1254, - [2022] = 1353, - [2023] = 1357, - [2024] = 1358, - [2025] = 1360, - [2026] = 1377, - [2027] = 2027, - [2028] = 1262, - [2029] = 1319, - [2030] = 1319, - [2031] = 1268, - [2032] = 1410, - [2033] = 2005, - [2034] = 1502, - [2035] = 1363, - [2036] = 1623, - [2037] = 1366, - [2038] = 1368, - [2039] = 1370, - [2040] = 1321, - [2041] = 1371, - [2042] = 1284, - [2043] = 1544, - [2044] = 1281, - [2045] = 1269, - [2046] = 1623, - [2047] = 2006, - [2048] = 2048, - [2049] = 1255, + [2001] = 1894, + [2002] = 149, + [2003] = 1462, + [2004] = 1516, + [2005] = 1388, + [2006] = 1479, + [2007] = 2007, + [2008] = 1894, + [2009] = 1707, + [2010] = 163, + [2011] = 2011, + [2012] = 1894, + [2013] = 1509, + [2014] = 1251, + [2015] = 1467, + [2016] = 1508, + [2017] = 1499, + [2018] = 157, + [2019] = 1506, + [2020] = 1500, + [2021] = 2021, + [2022] = 1255, + [2023] = 1347, + [2024] = 1707, + [2025] = 2025, + [2026] = 2025, + [2027] = 1251, + [2028] = 1416, + [2029] = 1614, + [2030] = 2030, + [2031] = 1361, + [2032] = 1372, + [2033] = 1373, + [2034] = 2025, + [2035] = 1246, + [2036] = 1227, + [2037] = 2025, + [2038] = 2038, + [2039] = 1270, + [2040] = 1279, + [2041] = 2041, + [2042] = 1282, + [2043] = 1303, + [2044] = 1302, + [2045] = 1290, + [2046] = 1287, + [2047] = 1254, + [2048] = 1566, + [2049] = 1256, [2050] = 1257, - [2051] = 1314, - [2052] = 2006, - [2053] = 1798, - [2054] = 2054, - [2055] = 1521, - [2056] = 1489, - [2057] = 2057, - [2058] = 2058, - [2059] = 2059, - [2060] = 1410, - [2061] = 2061, - [2062] = 1256, - [2063] = 2063, - [2064] = 2064, - [2065] = 2065, - [2066] = 1623, - [2067] = 2061, - [2068] = 2068, - [2069] = 2069, - [2070] = 2054, - [2071] = 1319, - [2072] = 2072, + [2051] = 1416, + [2052] = 1614, + [2053] = 1259, + [2054] = 1260, + [2055] = 1261, + [2056] = 1262, + [2057] = 1263, + [2058] = 1268, + [2059] = 1269, + [2060] = 1273, + [2061] = 1289, + [2062] = 1248, + [2063] = 1320, + [2064] = 1322, + [2065] = 1251, + [2066] = 1479, + [2067] = 1480, + [2068] = 2025, + [2069] = 1450, + [2070] = 1250, + [2071] = 2038, + [2072] = 1249, [2073] = 2073, - [2074] = 1406, - [2075] = 1556, - [2076] = 2076, - [2077] = 2061, - [2078] = 2061, - [2079] = 2061, - [2080] = 2059, - [2081] = 1502, - [2082] = 2082, - [2083] = 2061, + [2074] = 2073, + [2075] = 2075, + [2076] = 2073, + [2077] = 1381, + [2078] = 1544, + [2079] = 2073, + [2080] = 1450, + [2081] = 2081, + [2082] = 1475, + [2083] = 2073, [2084] = 2084, - [2085] = 1410, + [2085] = 1614, [2086] = 2086, [2087] = 2087, [2088] = 2088, - [2089] = 1486, - [2090] = 2061, + [2089] = 1416, + [2090] = 2081, [2091] = 2091, - [2092] = 2092, - [2093] = 2093, + [2092] = 2073, + [2093] = 2073, [2094] = 2094, - [2095] = 2095, - [2096] = 2096, + [2095] = 1251, + [2096] = 1416, [2097] = 2097, [2098] = 2098, [2099] = 2099, - [2100] = 2095, - [2101] = 2101, + [2100] = 1479, + [2101] = 2087, [2102] = 2102, [2103] = 2103, - [2104] = 1486, - [2105] = 1502, + [2104] = 2104, + [2105] = 2105, [2106] = 2106, - [2107] = 2106, + [2107] = 2107, [2108] = 2108, - [2109] = 2109, - [2110] = 2097, - [2111] = 2109, - [2112] = 2108, - [2113] = 2106, - [2114] = 2114, - [2115] = 2106, - [2116] = 2109, + [2109] = 1480, + [2110] = 2110, + [2111] = 2111, + [2112] = 2112, + [2113] = 2113, + [2114] = 1707, + [2115] = 2110, + [2116] = 2116, [2117] = 2117, - [2118] = 2097, + [2118] = 2118, [2119] = 2119, - [2120] = 1798, - [2121] = 2106, - [2122] = 2122, - [2123] = 1319, - [2124] = 2124, + [2120] = 1251, + [2121] = 2116, + [2122] = 2118, + [2123] = 2111, + [2124] = 2116, [2125] = 2125, - [2126] = 2109, - [2127] = 2093, - [2128] = 1521, - [2129] = 2129, - [2130] = 2095, - [2131] = 2131, + [2126] = 2111, + [2127] = 2118, + [2128] = 2128, + [2129] = 1231, + [2130] = 2116, + [2131] = 2118, [2132] = 2132, [2133] = 2133, - [2134] = 2095, - [2135] = 2135, - [2136] = 2109, - [2137] = 1982, - [2138] = 2106, - [2139] = 2109, - [2140] = 2106, - [2141] = 2133, - [2142] = 2119, - [2143] = 2109, + [2134] = 2134, + [2135] = 2128, + [2136] = 2128, + [2137] = 2137, + [2138] = 2138, + [2139] = 2128, + [2140] = 1986, + [2141] = 2141, + [2142] = 2111, + [2143] = 2143, [2144] = 2144, - [2145] = 2097, - [2146] = 2095, - [2147] = 2147, - [2148] = 2097, - [2149] = 2149, + [2145] = 2141, + [2146] = 2146, + [2147] = 2111, + [2148] = 2148, + [2149] = 2118, [2150] = 2150, - [2151] = 2151, - [2152] = 2152, - [2153] = 2153, - [2154] = 2154, - [2155] = 2155, - [2156] = 2154, - [2157] = 2157, - [2158] = 2158, - [2159] = 2159, + [2151] = 2116, + [2152] = 2146, + [2153] = 2128, + [2154] = 2111, + [2155] = 2111, + [2156] = 2156, + [2157] = 2128, + [2158] = 2137, + [2159] = 1475, [2160] = 2160, - [2161] = 2161, - [2162] = 2152, + [2161] = 1450, + [2162] = 1381, [2163] = 2163, - [2164] = 2155, + [2164] = 2128, [2165] = 2165, - [2166] = 2152, - [2167] = 2157, - [2168] = 2152, + [2166] = 2166, + [2167] = 2167, + [2168] = 2168, [2169] = 2169, [2170] = 2170, - [2171] = 2169, + [2171] = 2171, [2172] = 2172, [2173] = 2173, - [2174] = 2152, - [2175] = 2152, - [2176] = 2152, + [2174] = 2174, + [2175] = 2175, + [2176] = 2176, [2177] = 2177, - [2178] = 2178, - [2179] = 2179, + [2178] = 2170, + [2179] = 2172, [2180] = 2180, - [2181] = 2181, + [2181] = 2172, [2182] = 2182, - [2183] = 2183, + [2183] = 2177, [2184] = 2184, [2185] = 2185, [2186] = 2186, - [2187] = 2095, - [2188] = 2095, - [2189] = 2095, - [2190] = 2097, - [2191] = 2097, - [2192] = 2192, + [2187] = 2172, + [2188] = 2172, + [2189] = 2189, + [2190] = 2180, + [2191] = 2175, + [2192] = 2172, [2193] = 2193, - [2194] = 2095, - [2195] = 2095, - [2196] = 2097, - [2197] = 2097, - [2198] = 2097, + [2194] = 2194, + [2195] = 2172, + [2196] = 2196, + [2197] = 2197, + [2198] = 2198, [2199] = 2199, [2200] = 2200, - [2201] = 2097, - [2202] = 2095, - [2203] = 2097, - [2204] = 2095, + [2201] = 2201, + [2202] = 2202, + [2203] = 2203, + [2204] = 2204, [2205] = 2205, - [2206] = 2206, - [2207] = 2206, - [2208] = 2206, - [2209] = 1143, - [2210] = 2210, - [2211] = 2210, - [2212] = 2184, - [2213] = 2185, - [2214] = 2206, - [2215] = 2215, - [2216] = 2210, + [2206] = 2118, + [2207] = 2207, + [2208] = 2118, + [2209] = 2209, + [2210] = 2118, + [2211] = 2118, + [2212] = 2116, + [2213] = 2116, + [2214] = 2214, + [2215] = 2118, + [2216] = 2116, [2217] = 2217, - [2218] = 2218, - [2219] = 2219, - [2220] = 2220, - [2221] = 2221, - [2222] = 2222, - [2223] = 2223, + [2218] = 2118, + [2219] = 2116, + [2220] = 2116, + [2221] = 2116, + [2222] = 2116, + [2223] = 2118, [2224] = 2224, - [2225] = 2225, + [2225] = 2197, [2226] = 2226, [2227] = 2227, [2228] = 2228, - [2229] = 1168, - [2230] = 158, - [2231] = 167, - [2232] = 183, - [2233] = 2233, + [2229] = 2196, + [2230] = 2227, + [2231] = 1130, + [2232] = 2228, + [2233] = 2227, [2234] = 2234, [2235] = 2235, [2236] = 2236, [2237] = 2237, - [2238] = 2238, + [2238] = 1145, [2239] = 2239, - [2240] = 160, + [2240] = 2240, [2241] = 2241, [2242] = 2242, [2243] = 2243, @@ -6361,73 +6512,73 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2248] = 2248, [2249] = 2249, [2250] = 2250, - [2251] = 2251, + [2251] = 144, [2252] = 2252, [2253] = 2253, - [2254] = 2254, - [2255] = 2155, - [2256] = 158, + [2254] = 170, + [2255] = 2255, + [2256] = 2256, [2257] = 2257, - [2258] = 2157, - [2259] = 2149, - [2260] = 2161, - [2261] = 2157, - [2262] = 183, - [2263] = 2155, + [2258] = 2258, + [2259] = 2259, + [2260] = 2260, + [2261] = 2261, + [2262] = 2262, + [2263] = 2263, [2264] = 2264, - [2265] = 2154, + [2265] = 2265, [2266] = 2266, - [2267] = 2173, - [2268] = 2169, + [2267] = 155, + [2268] = 153, [2269] = 2269, - [2270] = 2169, + [2270] = 2270, [2271] = 2271, - [2272] = 2153, - [2273] = 2273, - [2274] = 2271, + [2272] = 2177, + [2273] = 2180, + [2274] = 2180, [2275] = 2275, - [2276] = 2154, + [2276] = 153, [2277] = 2277, - [2278] = 2278, - [2279] = 160, - [2280] = 2280, - [2281] = 1179, - [2282] = 1182, - [2283] = 2280, + [2278] = 2176, + [2279] = 2279, + [2280] = 2168, + [2281] = 2175, + [2282] = 2282, + [2283] = 2283, [2284] = 2284, - [2285] = 809, - [2286] = 2286, - [2287] = 2287, - [2288] = 2288, - [2289] = 808, - [2290] = 2290, - [2291] = 2286, + [2285] = 2285, + [2286] = 2169, + [2287] = 2170, + [2288] = 2175, + [2289] = 2170, + [2290] = 2186, + [2291] = 155, [2292] = 2292, - [2293] = 2293, - [2294] = 2294, - [2295] = 2287, + [2293] = 2177, + [2294] = 2282, + [2295] = 803, [2296] = 2296, - [2297] = 2292, - [2298] = 167, - [2299] = 810, - [2300] = 2284, + [2297] = 2297, + [2298] = 2298, + [2299] = 170, + [2300] = 804, [2301] = 2301, - [2302] = 2158, + [2302] = 2296, [2303] = 2303, [2304] = 2304, - [2305] = 2305, + [2305] = 1159, [2306] = 2306, [2307] = 2307, - [2308] = 2308, - [2309] = 2309, - [2310] = 2310, + [2308] = 2301, + [2309] = 2298, + [2310] = 2306, [2311] = 2311, [2312] = 2312, [2313] = 2313, - [2314] = 2314, - [2315] = 2315, - [2316] = 2316, - [2317] = 2317, + [2314] = 144, + [2315] = 2313, + [2316] = 795, + [2317] = 1158, [2318] = 2318, [2319] = 2319, [2320] = 2320, @@ -6435,1868 +6586,1868 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2322] = 2322, [2323] = 2323, [2324] = 2324, - [2325] = 2317, + [2325] = 2325, [2326] = 2326, [2327] = 2327, [2328] = 2328, [2329] = 2329, - [2330] = 2327, + [2330] = 2182, [2331] = 2331, [2332] = 2332, [2333] = 2333, [2334] = 2334, [2335] = 2335, [2336] = 2336, - [2337] = 2326, + [2337] = 2337, [2338] = 2338, [2339] = 2339, - [2340] = 2336, + [2340] = 2340, [2341] = 2341, [2342] = 2342, [2343] = 2343, [2344] = 2344, [2345] = 2345, - [2346] = 2320, - [2347] = 2347, - [2348] = 2328, + [2346] = 2346, + [2347] = 2344, + [2348] = 2348, [2349] = 2349, - [2350] = 1232, - [2351] = 1280, - [2352] = 1230, - [2353] = 1283, + [2350] = 2334, + [2351] = 2351, + [2352] = 2352, + [2353] = 2353, [2354] = 2354, - [2355] = 1282, - [2356] = 1336, - [2357] = 1298, - [2358] = 1335, - [2359] = 1299, - [2360] = 1334, - [2361] = 1300, - [2362] = 1302, - [2363] = 1332, - [2364] = 1303, - [2365] = 1278, - [2366] = 1304, - [2367] = 1330, - [2368] = 1341, - [2369] = 1277, - [2370] = 1367, - [2371] = 1293, - [2372] = 1329, - [2373] = 1348, - [2374] = 1249, - [2375] = 1294, - [2376] = 1247, - [2377] = 1275, - [2378] = 1266, - [2379] = 1250, - [2380] = 1295, - [2381] = 1274, - [2382] = 1272, - [2383] = 1270, - [2384] = 1317, - [2385] = 1318, - [2386] = 2354, - [2387] = 1320, - [2388] = 1323, - [2389] = 1327, - [2390] = 1324, - [2391] = 1326, - [2392] = 1325, - [2393] = 1297, - [2394] = 1356, - [2395] = 1361, - [2396] = 1364, - [2397] = 1273, - [2398] = 1350, - [2399] = 1239, - [2400] = 175, - [2401] = 185, - [2402] = 1248, - [2403] = 2403, - [2404] = 2403, - [2405] = 1249, - [2406] = 1354, - [2407] = 1292, - [2408] = 1313, - [2409] = 1311, - [2410] = 1309, - [2411] = 1251, - [2412] = 1263, - [2413] = 1271, - [2414] = 1351, - [2415] = 1301, - [2416] = 1312, - [2417] = 2403, - [2418] = 1235, - [2419] = 2403, - [2420] = 1230, - [2421] = 1259, - [2422] = 2403, - [2423] = 1343, - [2424] = 1247, - [2425] = 1328, - [2426] = 1342, - [2427] = 1344, - [2428] = 1338, - [2429] = 1345, - [2430] = 1355, - [2431] = 1349, - [2432] = 1359, - [2433] = 1362, - [2434] = 1236, - [2435] = 2403, - [2436] = 1265, - [2437] = 1379, - [2438] = 1264, - [2439] = 2403, - [2440] = 1291, - [2441] = 1290, - [2442] = 1250, - [2443] = 1261, - [2444] = 2403, - [2445] = 1260, - [2446] = 2446, - [2447] = 2447, - [2448] = 2448, - [2449] = 2447, - [2450] = 2450, - [2451] = 2447, - [2452] = 2446, - [2453] = 2453, - [2454] = 2448, - [2455] = 2455, - [2456] = 2446, - [2457] = 2457, - [2458] = 1339, - [2459] = 2459, - [2460] = 1347, - [2461] = 1232, - [2462] = 2462, - [2463] = 2463, - [2464] = 1346, - [2465] = 1258, - [2466] = 2466, - [2467] = 2467, - [2468] = 2450, - [2469] = 2446, - [2470] = 1307, - [2471] = 2448, - [2472] = 1336, - [2473] = 1335, - [2474] = 1334, - [2475] = 1332, - [2476] = 1330, - [2477] = 1329, - [2478] = 1327, - [2479] = 1326, - [2480] = 1325, - [2481] = 1324, - [2482] = 1323, - [2483] = 1320, - [2484] = 1318, - [2485] = 1317, - [2486] = 2450, - [2487] = 1267, - [2488] = 2446, - [2489] = 2448, - [2490] = 2447, - [2491] = 1266, - [2492] = 1270, - [2493] = 1272, - [2494] = 1274, - [2495] = 1308, - [2496] = 1275, - [2497] = 1304, - [2498] = 1303, - [2499] = 1302, - [2500] = 1300, - [2501] = 1299, - [2502] = 1298, - [2503] = 1297, - [2504] = 1295, - [2505] = 1294, - [2506] = 1293, - [2507] = 2448, - [2508] = 2447, - [2509] = 2450, - [2510] = 1310, - [2511] = 2450, - [2512] = 1283, - [2513] = 1282, - [2514] = 1280, - [2515] = 1278, - [2516] = 1277, - [2517] = 2517, - [2518] = 2518, - [2519] = 1273, - [2520] = 1250, - [2521] = 1247, - [2522] = 2522, - [2523] = 809, - [2524] = 2524, - [2525] = 2525, - [2526] = 810, - [2527] = 2522, - [2528] = 2528, - [2529] = 1350, - [2530] = 1361, - [2531] = 2531, - [2532] = 2522, - [2533] = 2533, + [2355] = 2355, + [2356] = 2356, + [2357] = 2357, + [2358] = 2352, + [2359] = 2359, + [2360] = 2346, + [2361] = 2361, + [2362] = 2362, + [2363] = 2359, + [2364] = 2364, + [2365] = 2343, + [2366] = 2366, + [2367] = 1217, + [2368] = 1215, + [2369] = 1216, + [2370] = 1370, + [2371] = 1330, + [2372] = 1337, + [2373] = 1365, + [2374] = 1368, + [2375] = 1341, + [2376] = 1340, + [2377] = 1371, + [2378] = 1339, + [2379] = 1338, + [2380] = 1357, + [2381] = 1336, + [2382] = 1364, + [2383] = 1335, + [2384] = 1356, + [2385] = 1355, + [2386] = 1354, + [2387] = 1363, + [2388] = 1334, + [2389] = 1333, + [2390] = 1362, + [2391] = 1332, + [2392] = 1351, + [2393] = 1369, + [2394] = 1360, + [2395] = 1331, + [2396] = 1242, + [2397] = 1329, + [2398] = 1328, + [2399] = 1353, + [2400] = 1358, + [2401] = 1366, + [2402] = 1367, + [2403] = 1359, + [2404] = 1214, + [2405] = 2405, + [2406] = 1235, + [2407] = 2405, + [2408] = 1284, + [2409] = 1319, + [2410] = 1215, + [2411] = 1318, + [2412] = 1312, + [2413] = 1216, + [2414] = 1234, + [2415] = 1310, + [2416] = 1308, + [2417] = 1217, + [2418] = 1238, + [2419] = 151, + [2420] = 168, + [2421] = 1236, + [2422] = 1375, + [2423] = 1275, + [2424] = 1368, + [2425] = 1324, + [2426] = 1369, + [2427] = 1326, + [2428] = 2428, + [2429] = 1305, + [2430] = 1216, + [2431] = 1215, + [2432] = 2428, + [2433] = 1217, + [2434] = 1293, + [2435] = 1371, + [2436] = 1285, + [2437] = 1286, + [2438] = 1242, + [2439] = 1370, + [2440] = 2440, + [2441] = 2441, + [2442] = 1300, + [2443] = 2443, + [2444] = 2444, + [2445] = 1228, + [2446] = 1243, + [2447] = 2444, + [2448] = 1367, + [2449] = 1222, + [2450] = 1366, + [2451] = 1244, + [2452] = 2444, + [2453] = 2443, + [2454] = 1230, + [2455] = 1365, + [2456] = 2441, + [2457] = 2440, + [2458] = 1357, + [2459] = 1247, + [2460] = 2428, + [2461] = 1364, + [2462] = 1376, + [2463] = 1377, + [2464] = 1356, + [2465] = 1288, + [2466] = 1321, + [2467] = 1355, + [2468] = 1304, + [2469] = 1354, + [2470] = 1214, + [2471] = 1351, + [2472] = 2428, + [2473] = 1299, + [2474] = 1317, + [2475] = 1345, + [2476] = 1278, + [2477] = 1346, + [2478] = 2440, + [2479] = 2441, + [2480] = 1352, + [2481] = 2440, + [2482] = 2441, + [2483] = 1316, + [2484] = 1341, + [2485] = 1340, + [2486] = 1276, + [2487] = 1339, + [2488] = 2443, + [2489] = 2428, + [2490] = 1314, + [2491] = 1338, + [2492] = 1297, + [2493] = 1313, + [2494] = 1337, + [2495] = 1336, + [2496] = 2443, + [2497] = 1311, + [2498] = 1335, + [2499] = 2428, + [2500] = 1334, + [2501] = 2444, + [2502] = 2443, + [2503] = 2444, + [2504] = 1309, + [2505] = 2428, + [2506] = 1342, + [2507] = 1343, + [2508] = 2441, + [2509] = 1353, + [2510] = 1358, + [2511] = 1359, + [2512] = 1360, + [2513] = 1362, + [2514] = 1363, + [2515] = 1241, + [2516] = 1294, + [2517] = 1274, + [2518] = 2428, + [2519] = 2440, + [2520] = 1272, + [2521] = 1333, + [2522] = 1328, + [2523] = 1329, + [2524] = 1330, + [2525] = 1331, + [2526] = 1332, + [2527] = 2527, + [2528] = 1296, + [2529] = 2529, + [2530] = 2530, + [2531] = 1350, + [2532] = 1298, + [2533] = 1235, [2534] = 2534, - [2535] = 1230, - [2536] = 1239, - [2537] = 2537, - [2538] = 2524, + [2535] = 2529, + [2536] = 2536, + [2537] = 1291, + [2538] = 1344, [2539] = 2539, - [2540] = 2540, - [2541] = 808, - [2542] = 1249, - [2543] = 1364, - [2544] = 1356, - [2545] = 2545, - [2546] = 1278, - [2547] = 1232, - [2548] = 2548, - [2549] = 2549, - [2550] = 2550, - [2551] = 2551, - [2552] = 2552, - [2553] = 1336, - [2554] = 1335, - [2555] = 1334, - [2556] = 1332, - [2557] = 1330, - [2558] = 1329, - [2559] = 1327, - [2560] = 1326, - [2561] = 1325, - [2562] = 2562, - [2563] = 1324, - [2564] = 2564, - [2565] = 1323, - [2566] = 1320, - [2567] = 1318, - [2568] = 1317, - [2569] = 1304, - [2570] = 2570, - [2571] = 1248, - [2572] = 1236, - [2573] = 1235, - [2574] = 1303, - [2575] = 2575, - [2576] = 2562, - [2577] = 1302, - [2578] = 2578, - [2579] = 1300, - [2580] = 1299, - [2581] = 2581, - [2582] = 1298, - [2583] = 2583, - [2584] = 2583, - [2585] = 1297, - [2586] = 1295, - [2587] = 2587, - [2588] = 1294, - [2589] = 1293, - [2590] = 2583, - [2591] = 2562, - [2592] = 1283, - [2593] = 2593, - [2594] = 1282, - [2595] = 1280, - [2596] = 2583, + [2540] = 1348, + [2541] = 2541, + [2542] = 2542, + [2543] = 2543, + [2544] = 2544, + [2545] = 2529, + [2546] = 2529, + [2547] = 2529, + [2548] = 1295, + [2549] = 1301, + [2550] = 2529, + [2551] = 1325, + [2552] = 1323, + [2553] = 1329, + [2554] = 2554, + [2555] = 2555, + [2556] = 2556, + [2557] = 1353, + [2558] = 1358, + [2559] = 1359, + [2560] = 1360, + [2561] = 1362, + [2562] = 1363, + [2563] = 1364, + [2564] = 1368, + [2565] = 1369, + [2566] = 1371, + [2567] = 1242, + [2568] = 1370, + [2569] = 1214, + [2570] = 1367, + [2571] = 1366, + [2572] = 1365, + [2573] = 1357, + [2574] = 1356, + [2575] = 1308, + [2576] = 1355, + [2577] = 1354, + [2578] = 1319, + [2579] = 1351, + [2580] = 1318, + [2581] = 1341, + [2582] = 1340, + [2583] = 1339, + [2584] = 1338, + [2585] = 1337, + [2586] = 1336, + [2587] = 1335, + [2588] = 1334, + [2589] = 1333, + [2590] = 1312, + [2591] = 1332, + [2592] = 1331, + [2593] = 1330, + [2594] = 1310, + [2595] = 1328, + [2596] = 1234, [2597] = 2597, - [2598] = 175, + [2598] = 2598, [2599] = 2599, [2600] = 2600, - [2601] = 1277, - [2602] = 2583, - [2603] = 185, - [2604] = 2562, - [2605] = 1266, - [2606] = 1270, - [2607] = 1272, - [2608] = 1274, - [2609] = 1275, + [2601] = 2601, + [2602] = 1284, + [2603] = 2603, + [2604] = 804, + [2605] = 803, + [2606] = 795, + [2607] = 2607, + [2608] = 2608, + [2609] = 2601, [2610] = 2610, - [2611] = 2611, - [2612] = 1343, - [2613] = 1260, + [2611] = 1238, + [2612] = 2612, + [2613] = 168, [2614] = 2614, - [2615] = 1239, - [2616] = 560, - [2617] = 1309, - [2618] = 810, - [2619] = 1307, - [2620] = 1313, - [2621] = 1348, - [2622] = 1273, - [2623] = 808, - [2624] = 1350, - [2625] = 1251, - [2626] = 1364, - [2627] = 1361, - [2628] = 1311, - [2629] = 1356, - [2630] = 1367, - [2631] = 1379, - [2632] = 1310, - [2633] = 1308, - [2634] = 1362, - [2635] = 1355, - [2636] = 1354, - [2637] = 1359, - [2638] = 1349, - [2639] = 1346, - [2640] = 1345, - [2641] = 1342, - [2642] = 1328, - [2643] = 1267, - [2644] = 1312, - [2645] = 1301, - [2646] = 809, - [2647] = 1351, - [2648] = 558, - [2649] = 559, - [2650] = 1347, - [2651] = 1292, - [2652] = 1291, - [2653] = 1344, - [2654] = 1290, - [2655] = 1339, - [2656] = 557, - [2657] = 1271, - [2658] = 1341, - [2659] = 1263, - [2660] = 1259, - [2661] = 1258, - [2662] = 1261, - [2663] = 1338, + [2615] = 2615, + [2616] = 2616, + [2617] = 2617, + [2618] = 2618, + [2619] = 151, + [2620] = 2620, + [2621] = 2621, + [2622] = 2614, + [2623] = 1235, + [2624] = 2624, + [2625] = 2625, + [2626] = 2626, + [2627] = 1215, + [2628] = 2626, + [2629] = 2629, + [2630] = 2614, + [2631] = 1216, + [2632] = 1217, + [2633] = 2617, + [2634] = 2634, + [2635] = 2626, + [2636] = 2617, + [2637] = 2614, + [2638] = 1228, + [2639] = 2639, + [2640] = 1230, + [2641] = 1222, + [2642] = 1236, + [2643] = 2643, + [2644] = 2644, + [2645] = 2617, + [2646] = 2646, + [2647] = 2615, + [2648] = 2648, + [2649] = 2649, + [2650] = 2650, + [2651] = 2651, + [2652] = 2615, + [2653] = 2653, + [2654] = 2615, + [2655] = 2626, + [2656] = 2615, + [2657] = 545, + [2658] = 1313, + [2659] = 1309, + [2660] = 1346, + [2661] = 1244, + [2662] = 804, + [2663] = 1375, [2664] = 2664, - [2665] = 1264, - [2666] = 1265, - [2667] = 561, - [2668] = 1235, - [2669] = 2669, - [2670] = 2670, - [2671] = 2671, - [2672] = 2669, - [2673] = 1249, - [2674] = 2674, - [2675] = 2675, - [2676] = 1250, - [2677] = 2677, - [2678] = 2678, - [2679] = 2679, - [2680] = 2675, - [2681] = 2681, - [2682] = 2682, - [2683] = 2681, + [2665] = 1305, + [2666] = 1324, + [2667] = 1272, + [2668] = 1312, + [2669] = 1310, + [2670] = 1308, + [2671] = 1274, + [2672] = 1241, + [2673] = 1304, + [2674] = 1247, + [2675] = 1301, + [2676] = 1299, + [2677] = 1348, + [2678] = 1298, + [2679] = 1323, + [2680] = 803, + [2681] = 1297, + [2682] = 1325, + [2683] = 1300, [2684] = 2684, - [2685] = 2669, - [2686] = 2686, + [2685] = 1321, + [2686] = 1294, [2687] = 2687, - [2688] = 1247, - [2689] = 2675, - [2690] = 2690, - [2691] = 2691, - [2692] = 1236, - [2693] = 1230, - [2694] = 2694, - [2695] = 2686, - [2696] = 2684, - [2697] = 2686, - [2698] = 2698, - [2699] = 2698, - [2700] = 2669, - [2701] = 2701, - [2702] = 2675, - [2703] = 2703, - [2704] = 2684, - [2705] = 2682, - [2706] = 2684, - [2707] = 1248, - [2708] = 2682, - [2709] = 2709, - [2710] = 2710, - [2711] = 2711, - [2712] = 1265, - [2713] = 1264, - [2714] = 2714, - [2715] = 2715, - [2716] = 2716, - [2717] = 2717, - [2718] = 1261, - [2719] = 1260, - [2720] = 1259, - [2721] = 2721, - [2722] = 2583, - [2723] = 2717, - [2724] = 2724, + [2688] = 1275, + [2689] = 1352, + [2690] = 1311, + [2691] = 1276, + [2692] = 1318, + [2693] = 1293, + [2694] = 1278, + [2695] = 1291, + [2696] = 1243, + [2697] = 1319, + [2698] = 544, + [2699] = 1288, + [2700] = 1286, + [2701] = 543, + [2702] = 1284, + [2703] = 541, + [2704] = 1376, + [2705] = 1342, + [2706] = 1314, + [2707] = 1377, + [2708] = 1296, + [2709] = 1295, + [2710] = 1316, + [2711] = 1350, + [2712] = 2712, + [2713] = 1285, + [2714] = 1345, + [2715] = 1343, + [2716] = 1317, + [2717] = 1344, + [2718] = 795, + [2719] = 1234, + [2720] = 1326, + [2721] = 542, + [2722] = 1238, + [2723] = 2723, + [2724] = 1214, [2725] = 2725, [2726] = 2726, - [2727] = 2721, - [2728] = 2728, - [2729] = 2729, + [2727] = 2727, + [2728] = 1236, + [2729] = 1230, [2730] = 2730, - [2731] = 2583, - [2732] = 2721, - [2733] = 2690, - [2734] = 558, + [2731] = 2731, + [2732] = 2732, + [2733] = 2733, + [2734] = 2730, [2735] = 2735, [2736] = 2736, - [2737] = 2737, + [2737] = 1228, [2738] = 2738, - [2739] = 1301, - [2740] = 1312, - [2741] = 1267, - [2742] = 1328, - [2743] = 1342, - [2744] = 2714, - [2745] = 1346, - [2746] = 1349, - [2747] = 1359, - [2748] = 1362, - [2749] = 2730, - [2750] = 1310, - [2751] = 2751, - [2752] = 2752, + [2739] = 1222, + [2740] = 2735, + [2741] = 2725, + [2742] = 2742, + [2743] = 2743, + [2744] = 2730, + [2745] = 2745, + [2746] = 2746, + [2747] = 2723, + [2748] = 2735, + [2749] = 2749, + [2750] = 2725, + [2751] = 2735, + [2752] = 2746, [2753] = 2753, - [2754] = 1271, + [2754] = 2754, [2755] = 2755, - [2756] = 2701, + [2756] = 2756, [2757] = 2757, [2758] = 2758, - [2759] = 1348, - [2760] = 560, - [2761] = 2583, - [2762] = 2583, - [2763] = 2583, - [2764] = 1355, - [2765] = 1354, + [2759] = 2759, + [2760] = 2753, + [2761] = 2615, + [2762] = 2762, + [2763] = 1297, + [2764] = 1305, + [2765] = 2765, [2766] = 2766, - [2767] = 1351, - [2768] = 2768, - [2769] = 1347, - [2770] = 1344, - [2771] = 1343, - [2772] = 1339, - [2773] = 1338, - [2774] = 2709, - [2775] = 175, - [2776] = 1367, + [2767] = 2767, + [2768] = 2745, + [2769] = 2769, + [2770] = 1350, + [2771] = 2615, + [2772] = 2615, + [2773] = 1295, + [2774] = 1296, + [2775] = 1352, + [2776] = 2776, [2777] = 2777, - [2778] = 2724, - [2779] = 561, - [2780] = 2729, - [2781] = 2736, - [2782] = 2782, - [2783] = 2687, - [2784] = 2583, - [2785] = 2737, - [2786] = 2755, - [2787] = 185, - [2788] = 2788, - [2789] = 2735, - [2790] = 2790, - [2791] = 2788, - [2792] = 2751, - [2793] = 2793, - [2794] = 1313, - [2795] = 1311, - [2796] = 2735, - [2797] = 2797, - [2798] = 1309, - [2799] = 1307, - [2800] = 1251, - [2801] = 1341, - [2802] = 559, - [2803] = 2803, + [2778] = 1293, + [2779] = 2779, + [2780] = 2780, + [2781] = 2781, + [2782] = 1272, + [2783] = 2783, + [2784] = 2779, + [2785] = 2762, + [2786] = 1274, + [2787] = 2787, + [2788] = 1241, + [2789] = 2615, + [2790] = 2765, + [2791] = 2791, + [2792] = 151, + [2793] = 1294, + [2794] = 1276, + [2795] = 1278, + [2796] = 2796, + [2797] = 2615, + [2798] = 1300, + [2799] = 2759, + [2800] = 2742, + [2801] = 2801, + [2802] = 2802, + [2803] = 168, [2804] = 2804, - [2805] = 2729, - [2806] = 2714, - [2807] = 2807, + [2805] = 2805, + [2806] = 2781, + [2807] = 1247, [2808] = 2753, - [2809] = 2717, - [2810] = 2717, - [2811] = 2788, - [2812] = 2583, - [2813] = 1292, - [2814] = 1291, - [2815] = 1290, - [2816] = 2753, - [2817] = 557, - [2818] = 2777, - [2819] = 2735, - [2820] = 2729, - [2821] = 2737, - [2822] = 2788, - [2823] = 2736, - [2824] = 2730, - [2825] = 1379, - [2826] = 2826, - [2827] = 2736, - [2828] = 1263, - [2829] = 1345, - [2830] = 1258, - [2831] = 2726, - [2832] = 2737, - [2833] = 2721, - [2834] = 2755, - [2835] = 2755, - [2836] = 2753, - [2837] = 2757, - [2838] = 1308, - [2839] = 810, - [2840] = 2840, - [2841] = 2841, - [2842] = 2841, - [2843] = 2843, - [2844] = 2844, - [2845] = 2841, - [2846] = 2846, - [2847] = 2847, - [2848] = 157, - [2849] = 2841, + [2809] = 2809, + [2810] = 2810, + [2811] = 544, + [2812] = 1244, + [2813] = 2810, + [2814] = 541, + [2815] = 2809, + [2816] = 1285, + [2817] = 1286, + [2818] = 1288, + [2819] = 1291, + [2820] = 1375, + [2821] = 1275, + [2822] = 1243, + [2823] = 1298, + [2824] = 1299, + [2825] = 1301, + [2826] = 1304, + [2827] = 2827, + [2828] = 1376, + [2829] = 2615, + [2830] = 2762, + [2831] = 2804, + [2832] = 2753, + [2833] = 2615, + [2834] = 2834, + [2835] = 2757, + [2836] = 1377, + [2837] = 2783, + [2838] = 2755, + [2839] = 2756, + [2840] = 2743, + [2841] = 543, + [2842] = 2759, + [2843] = 1309, + [2844] = 2809, + [2845] = 1311, + [2846] = 2810, + [2847] = 1313, + [2848] = 1314, + [2849] = 1316, [2850] = 2850, - [2851] = 2690, - [2852] = 2841, - [2853] = 2841, - [2854] = 809, - [2855] = 2841, - [2856] = 808, - [2857] = 152, - [2858] = 2858, - [2859] = 2840, - [2860] = 2841, - [2861] = 2861, - [2862] = 2694, - [2863] = 2863, - [2864] = 2864, - [2865] = 2865, - [2866] = 2866, + [2851] = 1317, + [2852] = 2758, + [2853] = 2853, + [2854] = 2783, + [2855] = 1321, + [2856] = 1323, + [2857] = 1324, + [2858] = 1325, + [2859] = 1326, + [2860] = 2758, + [2861] = 2755, + [2862] = 2853, + [2863] = 2756, + [2864] = 2756, + [2865] = 542, + [2866] = 2758, [2867] = 2867, - [2868] = 2868, - [2869] = 2869, - [2870] = 2870, - [2871] = 2871, - [2872] = 2872, + [2868] = 2791, + [2869] = 2801, + [2870] = 2781, + [2871] = 2781, + [2872] = 2759, [2873] = 2873, [2874] = 2874, - [2875] = 2875, - [2876] = 2876, - [2877] = 2877, - [2878] = 2878, - [2879] = 2879, - [2880] = 2880, - [2881] = 2881, - [2882] = 2882, - [2883] = 2883, - [2884] = 1348, - [2885] = 1341, + [2875] = 2755, + [2876] = 1342, + [2877] = 1343, + [2878] = 2809, + [2879] = 1344, + [2880] = 1345, + [2881] = 1346, + [2882] = 1348, + [2883] = 2810, + [2884] = 545, + [2885] = 2783, [2886] = 2886, - [2887] = 2887, + [2887] = 2791, [2888] = 2888, - [2889] = 2865, + [2889] = 2742, [2890] = 2890, [2891] = 2891, - [2892] = 2892, + [2892] = 2891, [2893] = 2893, [2894] = 2894, - [2895] = 2895, - [2896] = 2872, - [2897] = 153, - [2898] = 2898, - [2899] = 2899, - [2900] = 2900, + [2895] = 2891, + [2896] = 2891, + [2897] = 2897, + [2898] = 2891, + [2899] = 2891, + [2900] = 804, [2901] = 2901, - [2902] = 2758, - [2903] = 2903, - [2904] = 2904, - [2905] = 2905, - [2906] = 2664, - [2907] = 2907, + [2902] = 803, + [2903] = 795, + [2904] = 2893, + [2905] = 2891, + [2906] = 2897, + [2907] = 2891, [2908] = 2908, - [2909] = 2909, - [2910] = 2910, - [2911] = 2725, - [2912] = 2715, + [2909] = 139, + [2910] = 140, + [2911] = 2911, + [2912] = 2912, [2913] = 2913, - [2914] = 2803, - [2915] = 2915, - [2916] = 157, - [2917] = 2797, + [2914] = 2796, + [2915] = 2805, + [2916] = 2802, + [2917] = 2917, [2918] = 2918, [2919] = 2919, [2920] = 2920, [2921] = 2921, [2922] = 2922, - [2923] = 2923, + [2923] = 160, [2924] = 2924, [2925] = 2925, [2926] = 2926, - [2927] = 2870, - [2928] = 2910, + [2927] = 142, + [2928] = 2928, [2929] = 2929, [2930] = 2930, - [2931] = 2878, - [2932] = 2905, + [2931] = 2931, + [2932] = 158, [2933] = 2933, [2934] = 2934, [2935] = 2935, - [2936] = 2894, + [2936] = 2936, [2937] = 2937, [2938] = 2938, - [2939] = 2939, - [2940] = 2940, - [2941] = 2883, + [2939] = 158, + [2940] = 160, + [2941] = 2941, [2942] = 2942, - [2943] = 2943, - [2944] = 2907, + [2943] = 2931, + [2944] = 2944, [2945] = 2945, - [2946] = 2900, - [2947] = 2898, + [2946] = 2946, + [2947] = 2938, [2948] = 2948, [2949] = 2949, [2950] = 2950, - [2951] = 2882, - [2952] = 2919, - [2953] = 2877, + [2951] = 2951, + [2952] = 2952, + [2953] = 1222, [2954] = 2954, - [2955] = 2865, + [2955] = 2955, [2956] = 2956, - [2957] = 2910, - [2958] = 1235, + [2957] = 2754, + [2958] = 1230, [2959] = 2959, [2960] = 2960, - [2961] = 2904, - [2962] = 1367, - [2963] = 2963, - [2964] = 2964, - [2965] = 2908, - [2966] = 1236, - [2967] = 2898, - [2968] = 2954, - [2969] = 2878, - [2970] = 2970, - [2971] = 2930, - [2972] = 2899, - [2973] = 2870, - [2974] = 2926, + [2961] = 2961, + [2962] = 2962, + [2963] = 2919, + [2964] = 2962, + [2965] = 2965, + [2966] = 2769, + [2967] = 2967, + [2968] = 2968, + [2969] = 2955, + [2970] = 2911, + [2971] = 2971, + [2972] = 2912, + [2973] = 2934, + [2974] = 2974, [2975] = 2975, - [2976] = 2976, - [2977] = 2977, + [2976] = 2733, + [2977] = 2954, [2978] = 2978, [2979] = 2979, - [2980] = 2980, + [2980] = 2920, [2981] = 2981, [2982] = 2982, [2983] = 2983, - [2984] = 2984, - [2985] = 2982, + [2984] = 2982, + [2985] = 2985, [2986] = 2986, [2987] = 2987, [2988] = 2988, - [2989] = 2982, + [2989] = 2948, [2990] = 2990, - [2991] = 2977, - [2992] = 2992, - [2993] = 2915, - [2994] = 2994, - [2995] = 2995, + [2991] = 2955, + [2992] = 2955, + [2993] = 2993, + [2994] = 2955, + [2995] = 2941, [2996] = 2996, [2997] = 2997, [2998] = 2998, - [2999] = 2938, + [2999] = 2999, [3000] = 3000, - [3001] = 2976, - [3002] = 2940, - [3003] = 558, - [3004] = 3004, - [3005] = 2950, - [3006] = 3006, + [3001] = 3001, + [3002] = 3002, + [3003] = 2911, + [3004] = 2971, + [3005] = 3005, + [3006] = 2993, [3007] = 3007, [3008] = 3008, - [3009] = 3009, + [3009] = 2918, [3010] = 3010, [3011] = 3011, - [3012] = 1346, - [3013] = 1267, - [3014] = 2982, - [3015] = 2990, + [3012] = 3012, + [3013] = 2945, + [3014] = 2664, + [3015] = 3015, [3016] = 3016, - [3017] = 3017, - [3018] = 2975, - [3019] = 2929, - [3020] = 2923, - [3021] = 3021, + [3017] = 2942, + [3018] = 2993, + [3019] = 1228, + [3020] = 2955, + [3021] = 2922, [3022] = 3022, - [3023] = 2920, - [3024] = 2977, + [3023] = 2945, + [3024] = 2986, [3025] = 3025, [3026] = 3026, [3027] = 3027, [3028] = 3028, - [3029] = 3029, - [3030] = 3030, - [3031] = 3031, + [3029] = 2949, + [3030] = 2931, + [3031] = 1301, [3032] = 3032, - [3033] = 557, - [3034] = 559, + [3033] = 3033, + [3034] = 3034, [3035] = 3035, - [3036] = 3036, - [3037] = 3037, - [3038] = 561, - [3039] = 2922, - [3040] = 560, + [3036] = 1295, + [3037] = 3026, + [3038] = 3038, + [3039] = 1296, + [3040] = 3040, [3041] = 3041, - [3042] = 3042, - [3043] = 3009, + [3042] = 3035, + [3043] = 3043, [3044] = 3044, - [3045] = 3037, - [3046] = 2868, - [3047] = 3047, - [3048] = 2867, - [3049] = 3049, - [3050] = 2866, - [3051] = 3021, - [3052] = 2975, - [3053] = 2939, - [3054] = 3028, - [3055] = 3010, - [3056] = 3008, - [3057] = 3006, - [3058] = 2987, - [3059] = 3021, + [3045] = 3045, + [3046] = 3046, + [3047] = 2975, + [3048] = 1325, + [3049] = 1323, + [3050] = 2921, + [3051] = 3033, + [3052] = 3043, + [3053] = 3000, + [3054] = 3054, + [3055] = 3001, + [3056] = 3056, + [3057] = 3057, + [3058] = 3054, + [3059] = 3059, [3060] = 3060, [3061] = 3061, - [3062] = 3016, - [3063] = 3063, - [3064] = 3064, - [3065] = 2977, - [3066] = 2975, - [3067] = 3036, - [3068] = 3028, - [3069] = 3010, - [3070] = 3008, - [3071] = 2987, - [3072] = 3021, - [3073] = 3073, - [3074] = 2975, - [3075] = 3075, - [3076] = 2935, - [3077] = 2925, - [3078] = 3078, - [3079] = 3079, + [3062] = 2743, + [3063] = 2928, + [3064] = 3033, + [3065] = 3065, + [3066] = 3043, + [3067] = 3067, + [3068] = 1344, + [3069] = 1348, + [3070] = 2913, + [3071] = 3071, + [3072] = 3072, + [3073] = 2917, + [3074] = 2951, + [3075] = 541, + [3076] = 545, + [3077] = 542, + [3078] = 3005, + [3079] = 543, [3080] = 3080, - [3081] = 3028, - [3082] = 2863, - [3083] = 3010, - [3084] = 3008, - [3085] = 3025, + [3081] = 3081, + [3082] = 3035, + [3083] = 3083, + [3084] = 544, + [3085] = 3033, [3086] = 3086, - [3087] = 3021, - [3088] = 2987, - [3089] = 3021, - [3090] = 3090, - [3091] = 2886, + [3087] = 3087, + [3088] = 3043, + [3089] = 3027, + [3090] = 3061, + [3091] = 3091, [3092] = 3092, - [3093] = 2975, - [3094] = 3094, - [3095] = 2614, + [3093] = 3093, + [3094] = 3071, + [3095] = 1350, [3096] = 3096, [3097] = 3097, [3098] = 3098, [3099] = 3099, - [3100] = 3100, - [3101] = 3101, - [3102] = 2861, - [3103] = 2909, - [3104] = 2687, - [3105] = 3063, - [3106] = 3028, - [3107] = 2997, - [3108] = 3010, + [3100] = 1291, + [3101] = 3057, + [3102] = 3054, + [3103] = 3103, + [3104] = 3038, + [3105] = 3057, + [3106] = 1298, + [3107] = 2979, + [3108] = 3057, [3109] = 3109, - [3110] = 3008, - [3111] = 2924, - [3112] = 3061, - [3113] = 2987, - [3114] = 3114, - [3115] = 3021, - [3116] = 2933, - [3117] = 2934, - [3118] = 3035, + [3110] = 3110, + [3111] = 2950, + [3112] = 3112, + [3113] = 3093, + [3114] = 2961, + [3115] = 2968, + [3116] = 3116, + [3117] = 2933, + [3118] = 3118, [3119] = 3119, - [3120] = 2970, - [3121] = 2959, - [3122] = 2903, - [3123] = 2701, - [3124] = 2876, - [3125] = 3035, - [3126] = 2869, - [3127] = 1258, - [3128] = 3109, - [3129] = 2986, - [3130] = 3080, - [3131] = 2987, - [3132] = 3049, - [3133] = 1307, - [3134] = 3063, - [3135] = 2864, - [3136] = 3061, - [3137] = 3063, - [3138] = 3009, - [3139] = 3008, - [3140] = 3028, - [3141] = 3006, - [3142] = 3010, - [3143] = 1310, - [3144] = 3036, - [3145] = 1347, - [3146] = 1339, - [3147] = 1308, - [3148] = 3022, - [3149] = 3149, - [3150] = 701, - [3151] = 691, - [3152] = 3152, + [3120] = 2935, + [3121] = 3060, + [3122] = 3032, + [3123] = 3123, + [3124] = 3083, + [3125] = 2936, + [3126] = 2937, + [3127] = 3033, + [3128] = 3128, + [3129] = 2929, + [3130] = 3057, + [3131] = 3072, + [3132] = 3132, + [3133] = 3035, + [3134] = 3043, + [3135] = 3041, + [3136] = 3136, + [3137] = 3035, + [3138] = 3138, + [3139] = 3054, + [3140] = 3140, + [3141] = 3110, + [3142] = 3035, + [3143] = 3143, + [3144] = 3054, + [3145] = 3057, + [3146] = 3146, + [3147] = 3067, + [3148] = 3043, + [3149] = 1243, + [3150] = 3150, + [3151] = 2930, + [3152] = 3033, [3153] = 3153, - [3154] = 619, - [3155] = 3155, - [3156] = 758, - [3157] = 3157, - [3158] = 3158, - [3159] = 757, - [3160] = 679, + [3154] = 1244, + [3155] = 3097, + [3156] = 3123, + [3157] = 3110, + [3158] = 1247, + [3159] = 3159, + [3160] = 3046, [3161] = 3161, - [3162] = 3162, - [3163] = 670, + [3162] = 3097, + [3163] = 3040, [3164] = 3164, [3165] = 3165, [3166] = 3166, - [3167] = 3167, - [3168] = 667, - [3169] = 3169, - [3170] = 662, - [3171] = 1424, - [3172] = 3172, - [3173] = 639, + [3167] = 2985, + [3168] = 3168, + [3169] = 3010, + [3170] = 3081, + [3171] = 3171, + [3172] = 2987, + [3173] = 3173, [3174] = 3174, - [3175] = 1447, + [3175] = 3175, [3176] = 3176, - [3177] = 1468, - [3178] = 638, - [3179] = 3179, - [3180] = 635, - [3181] = 3181, + [3177] = 2745, + [3178] = 2999, + [3179] = 3054, + [3180] = 2996, + [3181] = 2712, [3182] = 3182, - [3183] = 683, + [3183] = 3183, [3184] = 3184, - [3185] = 628, - [3186] = 1433, + [3185] = 3185, + [3186] = 3054, [3187] = 3187, - [3188] = 623, - [3189] = 3189, - [3190] = 625, - [3191] = 3191, + [3188] = 1468, + [3189] = 1466, + [3190] = 636, + [3191] = 631, [3192] = 3192, [3193] = 3193, - [3194] = 3192, + [3194] = 3194, [3195] = 3195, - [3196] = 613, - [3197] = 675, + [3196] = 3196, + [3197] = 3197, [3198] = 3198, - [3199] = 1432, + [3199] = 633, [3200] = 3200, - [3201] = 655, + [3201] = 3201, [3202] = 3202, - [3203] = 3203, - [3204] = 3204, + [3203] = 635, + [3204] = 3008, [3205] = 3205, - [3206] = 671, - [3207] = 3207, - [3208] = 657, - [3209] = 3189, - [3210] = 3210, - [3211] = 753, - [3212] = 3158, + [3206] = 3206, + [3207] = 3012, + [3208] = 3174, + [3209] = 3173, + [3210] = 3171, + [3211] = 3211, + [3212] = 3200, [3213] = 3213, - [3214] = 654, + [3214] = 3214, [3215] = 3215, - [3216] = 652, - [3217] = 1516, - [3218] = 651, + [3216] = 3216, + [3217] = 3217, + [3218] = 3218, [3219] = 3219, - [3220] = 647, - [3221] = 3165, - [3222] = 3169, - [3223] = 646, - [3224] = 622, - [3225] = 624, - [3226] = 3226, - [3227] = 3172, - [3228] = 3228, - [3229] = 643, - [3230] = 3230, - [3231] = 642, + [3220] = 708, + [3221] = 716, + [3222] = 717, + [3223] = 718, + [3224] = 3224, + [3225] = 3225, + [3226] = 719, + [3227] = 608, + [3228] = 731, + [3229] = 732, + [3230] = 733, + [3231] = 734, [3232] = 3232, - [3233] = 3233, - [3234] = 3207, - [3235] = 3192, - [3236] = 3187, - [3237] = 3191, + [3233] = 619, + [3234] = 2924, + [3235] = 713, + [3236] = 710, + [3237] = 3237, [3238] = 3238, - [3239] = 1431, - [3240] = 3240, - [3241] = 1428, + [3239] = 3239, + [3240] = 2965, + [3241] = 3241, [3242] = 3242, [3243] = 3243, - [3244] = 661, - [3245] = 3245, - [3246] = 3246, - [3247] = 3247, - [3248] = 680, - [3249] = 612, + [3244] = 3244, + [3245] = 703, + [3246] = 751, + [3247] = 688, + [3248] = 3248, + [3249] = 3183, [3250] = 3250, - [3251] = 618, - [3252] = 3252, - [3253] = 3253, - [3254] = 630, - [3255] = 3210, + [3251] = 678, + [3252] = 3196, + [3253] = 679, + [3254] = 689, + [3255] = 632, [3256] = 3256, [3257] = 3257, [3258] = 3258, [3259] = 3259, - [3260] = 3157, + [3260] = 3260, [3261] = 3261, [3262] = 3262, [3263] = 3263, [3264] = 3264, - [3265] = 632, + [3265] = 3265, [3266] = 3266, - [3267] = 3166, + [3267] = 3267, [3268] = 3268, - [3269] = 692, + [3269] = 3269, [3270] = 3270, [3271] = 3271, - [3272] = 3272, + [3272] = 634, [3273] = 3273, - [3274] = 694, - [3275] = 695, - [3276] = 704, - [3277] = 3094, + [3274] = 3274, + [3275] = 3275, + [3276] = 3276, + [3277] = 721, [3278] = 3278, - [3279] = 3279, - [3280] = 735, - [3281] = 736, - [3282] = 738, - [3283] = 741, - [3284] = 748, - [3285] = 660, - [3286] = 3200, - [3287] = 3287, - [3288] = 3288, - [3289] = 762, - [3290] = 763, - [3291] = 767, - [3292] = 2895, - [3293] = 718, - [3294] = 717, - [3295] = 716, - [3296] = 715, - [3297] = 629, + [3279] = 606, + [3280] = 3280, + [3281] = 722, + [3282] = 3282, + [3283] = 723, + [3284] = 3284, + [3285] = 3285, + [3286] = 3286, + [3287] = 746, + [3288] = 670, + [3289] = 3216, + [3290] = 691, + [3291] = 3291, + [3292] = 687, + [3293] = 3293, + [3294] = 3294, + [3295] = 3295, + [3296] = 3225, + [3297] = 3297, [3298] = 3298, - [3299] = 700, - [3300] = 699, - [3301] = 698, - [3302] = 690, - [3303] = 3096, - [3304] = 3097, - [3305] = 3305, + [3299] = 3299, + [3300] = 3300, + [3301] = 3301, + [3302] = 3302, + [3303] = 3303, + [3304] = 3304, + [3305] = 3219, [3306] = 3306, - [3307] = 637, - [3308] = 744, - [3309] = 760, - [3310] = 3310, + [3307] = 3307, + [3308] = 3308, + [3309] = 3217, + [3310] = 3271, [3311] = 3311, [3312] = 3312, - [3313] = 714, - [3314] = 705, - [3315] = 2892, - [3316] = 2893, - [3317] = 706, - [3318] = 773, - [3319] = 3101, - [3320] = 3320, - [3321] = 3192, - [3322] = 3198, - [3323] = 3323, - [3324] = 653, - [3325] = 650, - [3326] = 1425, - [3327] = 636, - [3328] = 665, - [3329] = 649, - [3330] = 3330, - [3331] = 3331, - [3332] = 3332, - [3333] = 3333, - [3334] = 693, - [3335] = 3270, - [3336] = 3336, + [3313] = 682, + [3314] = 3314, + [3315] = 3315, + [3316] = 690, + [3317] = 758, + [3318] = 3318, + [3319] = 757, + [3320] = 3261, + [3321] = 3321, + [3322] = 612, + [3323] = 611, + [3324] = 3311, + [3325] = 3325, + [3326] = 610, + [3327] = 609, + [3328] = 3328, + [3329] = 3215, + [3330] = 3282, + [3331] = 3214, + [3332] = 597, + [3333] = 641, + [3334] = 3334, + [3335] = 3238, + [3336] = 720, [3337] = 3337, [3338] = 3338, - [3339] = 702, + [3339] = 3339, [3340] = 3340, [3341] = 3341, - [3342] = 3342, + [3342] = 3237, [3343] = 3343, - [3344] = 3344, - [3345] = 3345, - [3346] = 703, - [3347] = 3347, - [3348] = 2881, - [3349] = 3273, - [3350] = 1384, - [3351] = 3351, - [3352] = 3352, + [3344] = 701, + [3345] = 735, + [3346] = 168, + [3347] = 151, + [3348] = 3348, + [3349] = 692, + [3350] = 3350, + [3351] = 730, + [3352] = 602, [3353] = 3353, - [3354] = 1471, - [3355] = 3355, + [3354] = 3354, + [3355] = 3278, [3356] = 3356, - [3357] = 3157, + [3357] = 3357, [3358] = 3358, - [3359] = 3240, - [3360] = 3360, - [3361] = 3361, - [3362] = 3232, - [3363] = 3363, + [3359] = 3218, + [3360] = 752, + [3361] = 705, + [3362] = 763, + [3363] = 755, [3364] = 3364, - [3365] = 3157, - [3366] = 3189, - [3367] = 1473, - [3368] = 3243, + [3365] = 3365, + [3366] = 3280, + [3367] = 748, + [3368] = 3368, [3369] = 3369, - [3370] = 3157, - [3371] = 3371, - [3372] = 3372, + [3370] = 715, + [3371] = 3314, + [3372] = 714, [3373] = 3373, - [3374] = 3374, - [3375] = 3375, - [3376] = 710, - [3377] = 3377, - [3378] = 3378, - [3379] = 3379, - [3380] = 3380, - [3381] = 184, - [3382] = 3382, + [3374] = 3273, + [3375] = 704, + [3376] = 613, + [3377] = 1319, + [3378] = 3266, + [3379] = 600, + [3380] = 1318, + [3381] = 607, + [3382] = 664, [3383] = 3383, [3384] = 3384, - [3385] = 3195, - [3386] = 3205, - [3387] = 162, - [3388] = 3219, + [3385] = 3368, + [3386] = 3386, + [3387] = 3387, + [3388] = 3388, [3389] = 3389, - [3390] = 3258, + [3390] = 3390, [3391] = 3391, [3392] = 3392, - [3393] = 3192, + [3393] = 3393, [3394] = 3394, [3395] = 3395, - [3396] = 3396, - [3397] = 3397, - [3398] = 3158, - [3399] = 3399, - [3400] = 3400, - [3401] = 3401, - [3402] = 3402, - [3403] = 3230, - [3404] = 3202, - [3405] = 3204, - [3406] = 3246, - [3407] = 3228, - [3408] = 3252, - [3409] = 1350, - [3410] = 3410, - [3411] = 672, - [3412] = 3250, - [3413] = 3413, - [3414] = 3266, - [3415] = 3415, - [3416] = 3416, - [3417] = 3312, - [3418] = 3215, - [3419] = 3419, - [3420] = 3420, - [3421] = 175, + [3396] = 698, + [3397] = 697, + [3398] = 694, + [3399] = 681, + [3400] = 680, + [3401] = 676, + [3402] = 162, + [3403] = 656, + [3404] = 164, + [3405] = 3315, + [3406] = 3406, + [3407] = 3194, + [3408] = 655, + [3409] = 603, + [3410] = 711, + [3411] = 3411, + [3412] = 646, + [3413] = 3304, + [3414] = 3205, + [3415] = 3237, + [3416] = 627, + [3417] = 3195, + [3418] = 754, + [3419] = 729, + [3420] = 3265, + [3421] = 3421, [3422] = 3422, [3423] = 3423, [3424] = 3424, - [3425] = 3425, + [3425] = 3237, [3426] = 3426, [3427] = 3427, - [3428] = 3428, - [3429] = 185, + [3428] = 3262, + [3429] = 3429, [3430] = 3430, [3431] = 3431, - [3432] = 3384, + [3432] = 3432, [3433] = 3433, - [3434] = 3228, - [3435] = 3203, - [3436] = 3436, - [3437] = 3416, - [3438] = 3204, + [3434] = 3434, + [3435] = 3435, + [3436] = 3258, + [3437] = 3202, + [3438] = 3218, [3439] = 3439, - [3440] = 3243, - [3441] = 3202, - [3442] = 3215, - [3443] = 3443, - [3444] = 3444, - [3445] = 3247, - [3446] = 3446, + [3440] = 3328, + [3441] = 1394, + [3442] = 1421, + [3443] = 1445, + [3444] = 1422, + [3445] = 3445, + [3446] = 3261, [3447] = 3447, [3448] = 3448, [3449] = 3449, [3450] = 3450, [3451] = 3451, - [3452] = 3452, - [3453] = 3453, - [3454] = 3454, - [3455] = 3455, - [3456] = 3456, + [3452] = 728, + [3453] = 1509, + [3454] = 1516, + [3455] = 3261, + [3456] = 3365, [3457] = 3457, - [3458] = 3458, - [3459] = 3459, - [3460] = 3460, - [3461] = 3461, - [3462] = 3462, - [3463] = 3463, + [3458] = 1478, + [3459] = 1466, + [3460] = 3365, + [3461] = 3248, + [3462] = 1468, + [3463] = 1477, [3464] = 3464, - [3465] = 3462, - [3466] = 3457, - [3467] = 3463, - [3468] = 3460, + [3465] = 3465, + [3466] = 1491, + [3467] = 3467, + [3468] = 1495, [3469] = 3469, - [3470] = 3469, - [3471] = 3460, - [3472] = 3472, - [3473] = 3473, - [3474] = 3464, - [3475] = 3469, - [3476] = 3449, + [3470] = 1497, + [3471] = 3218, + [3472] = 1515, + [3473] = 1527, + [3474] = 1541, + [3475] = 3211, + [3476] = 3476, [3477] = 3477, - [3478] = 3478, - [3479] = 3463, - [3480] = 3463, - [3481] = 3462, + [3478] = 1516, + [3479] = 3353, + [3480] = 1541, + [3481] = 3481, [3482] = 3482, - [3483] = 3483, + [3483] = 1527, [3484] = 3484, - [3485] = 3462, - [3486] = 3463, - [3487] = 3487, + [3485] = 3485, + [3486] = 3486, + [3487] = 3244, [3488] = 3488, [3489] = 3489, - [3490] = 3460, - [3491] = 3469, - [3492] = 3477, - [3493] = 3493, + [3490] = 3490, + [3491] = 1515, + [3492] = 1497, + [3493] = 3232, [3494] = 3494, - [3495] = 3448, - [3496] = 3461, - [3497] = 3469, + [3495] = 3211, + [3496] = 3496, + [3497] = 1495, [3498] = 3498, - [3499] = 3463, - [3500] = 3500, - [3501] = 3456, + [3499] = 3244, + [3500] = 3232, + [3501] = 1491, [3502] = 3502, - [3503] = 3503, - [3504] = 3504, - [3505] = 3460, - [3506] = 3462, - [3507] = 3463, - [3508] = 152, - [3509] = 3455, - [3510] = 3478, - [3511] = 3511, - [3512] = 3512, - [3513] = 3446, + [3503] = 1477, + [3504] = 3237, + [3505] = 3196, + [3506] = 3213, + [3507] = 1478, + [3508] = 3508, + [3509] = 3248, + [3510] = 1509, + [3511] = 1445, + [3512] = 1394, + [3513] = 3348, [3514] = 3514, - [3515] = 3460, - [3516] = 3462, - [3517] = 3463, - [3518] = 3469, + [3515] = 3515, + [3516] = 3218, + [3517] = 1421, + [3518] = 1422, [3519] = 3519, - [3520] = 3520, + [3520] = 3194, [3521] = 3521, - [3522] = 3460, - [3523] = 3469, - [3524] = 3446, + [3522] = 3522, + [3523] = 3523, + [3524] = 3524, [3525] = 3525, - [3526] = 3514, - [3527] = 3456, - [3528] = 3494, - [3529] = 3456, - [3530] = 3464, + [3526] = 3526, + [3527] = 3527, + [3528] = 3527, + [3529] = 3529, + [3530] = 3530, [3531] = 3531, - [3532] = 3532, + [3532] = 3527, [3533] = 3533, - [3534] = 3520, - [3535] = 3478, + [3534] = 3521, + [3535] = 3535, [3536] = 3536, - [3537] = 3464, - [3538] = 3462, - [3539] = 3461, - [3540] = 3450, + [3537] = 3537, + [3538] = 3538, + [3539] = 3524, + [3540] = 3540, [3541] = 3541, - [3542] = 3542, + [3542] = 3523, [3543] = 3543, [3544] = 3544, - [3545] = 3461, - [3546] = 3448, + [3545] = 3545, + [3546] = 3546, [3547] = 3547, - [3548] = 3461, - [3549] = 3464, - [3550] = 3448, - [3551] = 3446, - [3552] = 3446, - [3553] = 3446, - [3554] = 3447, - [3555] = 3477, - [3556] = 3478, - [3557] = 3454, - [3558] = 3448, - [3559] = 3456, - [3560] = 3462, - [3561] = 3478, - [3562] = 3562, - [3563] = 3563, - [3564] = 3519, + [3548] = 3548, + [3549] = 3527, + [3550] = 3540, + [3551] = 3521, + [3552] = 3552, + [3553] = 3553, + [3554] = 3554, + [3555] = 3555, + [3556] = 3527, + [3557] = 3544, + [3558] = 3547, + [3559] = 3548, + [3560] = 3554, + [3561] = 3561, + [3562] = 3544, + [3563] = 3547, + [3564] = 3564, [3565] = 3565, - [3566] = 3456, - [3567] = 3448, - [3568] = 3477, - [3569] = 3464, - [3570] = 3570, - [3571] = 3469, - [3572] = 3460, - [3573] = 3573, - [3574] = 3574, - [3575] = 3483, - [3576] = 3576, - [3577] = 3577, - [3578] = 3578, + [3566] = 3566, + [3567] = 3526, + [3568] = 3568, + [3569] = 3569, + [3570] = 3526, + [3571] = 3544, + [3572] = 3547, + [3573] = 3525, + [3574] = 3548, + [3575] = 3554, + [3576] = 3564, + [3577] = 3554, + [3578] = 3548, [3579] = 3579, - [3580] = 2903, - [3581] = 3581, - [3582] = 1384, + [3580] = 3544, + [3581] = 3547, + [3582] = 3582, [3583] = 3583, - [3584] = 3584, + [3584] = 3526, [3585] = 3585, [3586] = 3586, [3587] = 3587, - [3588] = 3588, + [3588] = 3553, [3589] = 3589, - [3590] = 3590, - [3591] = 3585, - [3592] = 3584, - [3593] = 2876, + [3590] = 3547, + [3591] = 3544, + [3592] = 3535, + [3593] = 3593, [3594] = 3594, [3595] = 3595, [3596] = 3596, - [3597] = 1345, - [3598] = 3598, - [3599] = 3599, - [3600] = 3578, + [3597] = 3579, + [3598] = 3526, + [3599] = 3546, + [3600] = 3600, [3601] = 3601, [3602] = 3602, - [3603] = 3603, - [3604] = 3604, + [3603] = 3535, + [3604] = 3548, [3605] = 3605, - [3606] = 3606, + [3606] = 3554, [3607] = 3607, - [3608] = 3608, + [3608] = 3543, [3609] = 3609, - [3610] = 3610, + [3610] = 3568, [3611] = 3611, - [3612] = 3612, + [3612] = 3541, [3613] = 3613, - [3614] = 3614, - [3615] = 3615, - [3616] = 3616, - [3617] = 3617, - [3618] = 3608, - [3619] = 3619, - [3620] = 3610, + [3614] = 3521, + [3615] = 3533, + [3616] = 3540, + [3617] = 3548, + [3618] = 3526, + [3619] = 3554, + [3620] = 3620, [3621] = 3621, - [3622] = 3622, - [3623] = 3595, - [3624] = 3624, + [3622] = 3564, + [3623] = 3568, + [3624] = 3544, [3625] = 3625, - [3626] = 3626, - [3627] = 3627, - [3628] = 3628, - [3629] = 3629, + [3626] = 3521, + [3627] = 3540, + [3628] = 3547, + [3629] = 3521, [3630] = 3630, - [3631] = 3631, - [3632] = 3632, - [3633] = 3633, - [3634] = 3634, - [3635] = 1516, - [3636] = 3636, - [3637] = 3637, - [3638] = 1473, - [3639] = 3639, - [3640] = 3640, - [3641] = 3641, - [3642] = 3642, - [3643] = 3643, - [3644] = 3644, + [3631] = 3569, + [3632] = 3555, + [3633] = 3548, + [3634] = 3554, + [3635] = 3544, + [3636] = 3540, + [3637] = 3527, + [3638] = 3600, + [3639] = 3547, + [3640] = 3568, + [3641] = 3564, + [3642] = 3568, + [3643] = 3564, + [3644] = 3568, [3645] = 3645, - [3646] = 3601, + [3646] = 3535, [3647] = 3647, - [3648] = 3605, + [3648] = 3548, [3649] = 3649, - [3650] = 3595, + [3650] = 3564, [3651] = 3651, - [3652] = 3652, - [3653] = 1471, + [3652] = 3535, + [3653] = 3653, [3654] = 3654, - [3655] = 3652, + [3655] = 3554, [3656] = 3656, [3657] = 3657, - [3658] = 3634, - [3659] = 3598, - [3660] = 3610, + [3658] = 3658, + [3659] = 3659, + [3660] = 3660, [3661] = 3661, - [3662] = 3608, - [3663] = 1425, - [3664] = 3605, + [3662] = 3662, + [3663] = 3658, + [3664] = 3664, [3665] = 3665, [3666] = 3666, - [3667] = 3601, - [3668] = 3585, - [3669] = 3584, - [3670] = 3599, - [3671] = 3608, - [3672] = 1428, + [3667] = 3667, + [3668] = 3668, + [3669] = 3669, + [3670] = 3670, + [3671] = 1297, + [3672] = 3672, [3673] = 3673, [3674] = 3674, - [3675] = 1431, - [3676] = 3608, + [3675] = 1305, + [3676] = 3676, [3677] = 3677, - [3678] = 3610, - [3679] = 1432, + [3678] = 3678, + [3679] = 3679, [3680] = 3680, [3681] = 3681, [3682] = 3682, - [3683] = 3584, - [3684] = 3585, + [3683] = 3683, + [3684] = 3684, [3685] = 3685, [3686] = 3686, - [3687] = 1433, + [3687] = 3687, [3688] = 3688, - [3689] = 3610, - [3690] = 1447, + [3689] = 3689, + [3690] = 3690, [3691] = 3691, - [3692] = 1424, - [3693] = 3693, - [3694] = 3279, + [3692] = 3692, + [3693] = 3659, + [3694] = 3694, [3695] = 3695, - [3696] = 3696, - [3697] = 3585, - [3698] = 3584, + [3696] = 3682, + [3697] = 3697, + [3698] = 3698, [3699] = 3699, - [3700] = 3700, - [3701] = 3701, + [3700] = 3660, + [3701] = 3685, [3702] = 3702, - [3703] = 3608, - [3704] = 3634, - [3705] = 3610, - [3706] = 3706, - [3707] = 3707, - [3708] = 2869, - [3709] = 3709, + [3703] = 3703, + [3704] = 3657, + [3705] = 3688, + [3706] = 3391, + [3707] = 2999, + [3708] = 3708, + [3709] = 3698, [3710] = 3710, - [3711] = 3711, - [3712] = 1379, - [3713] = 3713, + [3711] = 1247, + [3712] = 1244, + [3713] = 1243, [3714] = 3714, - [3715] = 3614, - [3716] = 3645, - [3717] = 3632, - [3718] = 3651, - [3719] = 2907, + [3715] = 3715, + [3716] = 3716, + [3717] = 2962, + [3718] = 3718, + [3719] = 3659, [3720] = 3720, - [3721] = 3612, - [3722] = 3606, - [3723] = 3278, - [3724] = 3724, - [3725] = 3725, - [3726] = 3644, - [3727] = 3727, - [3728] = 3707, - [3729] = 3601, - [3730] = 2959, - [3731] = 3642, - [3732] = 2864, - [3733] = 626, - [3734] = 3734, - [3735] = 3636, - [3736] = 3581, - [3737] = 3737, + [3721] = 3721, + [3722] = 3722, + [3723] = 3688, + [3724] = 3698, + [3725] = 3657, + [3726] = 3726, + [3727] = 3684, + [3728] = 3728, + [3729] = 3682, + [3730] = 3658, + [3731] = 3731, + [3732] = 3732, + [3733] = 3733, + [3734] = 3684, + [3735] = 3731, + [3736] = 3736, + [3737] = 3726, [3738] = 3738, - [3739] = 3739, + [3739] = 3718, [3740] = 3740, - [3741] = 3741, - [3742] = 3738, - [3743] = 3724, - [3744] = 3744, + [3741] = 3714, + [3742] = 3742, + [3743] = 3660, + [3744] = 3681, [3745] = 3745, - [3746] = 3174, - [3747] = 3747, + [3746] = 3746, + [3747] = 3000, [3748] = 3748, [3749] = 3749, [3750] = 3750, [3751] = 3751, [3752] = 3752, [3753] = 3753, - [3754] = 3754, - [3755] = 1468, - [3756] = 3756, + [3754] = 3666, + [3755] = 3755, + [3756] = 3662, [3757] = 3757, [3758] = 3758, [3759] = 3759, [3760] = 3760, [3761] = 3761, - [3762] = 3762, - [3763] = 3763, + [3762] = 3688, + [3763] = 3752, [3764] = 3764, - [3765] = 3763, + [3765] = 3765, [3766] = 3766, - [3767] = 3611, + [3767] = 3767, [3768] = 3768, - [3769] = 3642, - [3770] = 3585, - [3771] = 3584, - [3772] = 3772, + [3769] = 3769, + [3770] = 3770, + [3771] = 3771, + [3772] = 3660, [3773] = 3773, [3774] = 3774, [3775] = 3775, - [3776] = 3706, + [3776] = 3776, [3777] = 3777, - [3778] = 3615, - [3779] = 3595, - [3780] = 3621, - [3781] = 1348, - [3782] = 3617, - [3783] = 3619, - [3784] = 3784, - [3785] = 3785, - [3786] = 3673, - [3787] = 3787, - [3788] = 3788, - [3789] = 3617, - [3790] = 3619, - [3791] = 3791, - [3792] = 3621, + [3778] = 3778, + [3779] = 3779, + [3780] = 3780, + [3781] = 3781, + [3782] = 3782, + [3783] = 3783, + [3784] = 3722, + [3785] = 3691, + [3786] = 3786, + [3787] = 3464, + [3788] = 3687, + [3789] = 3657, + [3790] = 3698, + [3791] = 3686, + [3792] = 3792, [3793] = 3793, [3794] = 3794, - [3795] = 3615, + [3795] = 3703, [3796] = 3796, - [3797] = 3674, - [3798] = 3696, - [3799] = 3581, - [3800] = 626, + [3797] = 3797, + [3798] = 3684, + [3799] = 3702, + [3800] = 3682, [3801] = 3801, - [3802] = 3702, + [3802] = 3802, [3803] = 3803, - [3804] = 3595, + [3804] = 3804, [3805] = 3805, [3806] = 3806, - [3807] = 3720, + [3807] = 3807, [3808] = 3808, - [3809] = 3585, - [3810] = 1367, - [3811] = 3605, - [3812] = 3584, - [3813] = 3644, - [3814] = 3586, - [3815] = 3588, - [3816] = 3601, - [3817] = 3590, - [3818] = 3656, - [3819] = 3629, - [3820] = 3657, - [3821] = 3634, - [3822] = 3605, - [3823] = 3610, - [3824] = 3710, - [3825] = 3825, - [3826] = 1341, - [3827] = 3608, - [3828] = 3257, - [3829] = 3305, + [3809] = 3809, + [3810] = 3810, + [3811] = 3811, + [3812] = 3812, + [3813] = 3682, + [3814] = 3814, + [3815] = 3815, + [3816] = 3816, + [3817] = 3817, + [3818] = 3684, + [3819] = 3657, + [3820] = 3698, + [3821] = 3740, + [3822] = 3742, + [3823] = 3657, + [3824] = 3824, + [3825] = 3684, + [3826] = 3698, + [3827] = 3682, + [3828] = 3828, + [3829] = 3685, [3830] = 3830, - [3831] = 3750, - [3832] = 3605, + [3831] = 3659, + [3832] = 3688, [3833] = 3833, [3834] = 3834, [3835] = 3835, [3836] = 3836, - [3837] = 3837, + [3837] = 3716, [3838] = 3838, [3839] = 3839, - [3840] = 3840, + [3840] = 3824, [3841] = 3841, - [3842] = 2239, - [3843] = 3843, - [3844] = 2241, - [3845] = 3845, + [3842] = 3817, + [3843] = 3688, + [3844] = 3844, + [3845] = 3659, [3846] = 3846, [3847] = 3847, - [3848] = 3848, - [3849] = 3849, - [3850] = 3850, - [3851] = 3851, - [3852] = 3852, + [3848] = 3793, + [3849] = 3757, + [3850] = 3758, + [3851] = 3682, + [3852] = 3660, [3853] = 3853, [3854] = 3854, - [3855] = 3855, - [3856] = 3856, - [3857] = 2235, + [3855] = 3703, + [3856] = 617, + [3857] = 3760, [3858] = 3858, [3859] = 3859, - [3860] = 3860, - [3861] = 3861, - [3862] = 3862, - [3863] = 3863, - [3864] = 3864, + [3860] = 3665, + [3861] = 3714, + [3862] = 3668, + [3863] = 3732, + [3864] = 3815, [3865] = 3865, - [3866] = 3863, - [3867] = 3856, - [3868] = 3868, - [3869] = 3869, - [3870] = 3870, - [3871] = 3871, - [3872] = 3872, - [3873] = 3871, - [3874] = 2228, - [3875] = 3875, - [3876] = 3097, - [3877] = 2245, - [3878] = 3878, - [3879] = 3879, - [3880] = 3880, - [3881] = 2253, - [3882] = 3882, - [3883] = 3096, - [3884] = 3884, + [3866] = 3866, + [3867] = 3867, + [3868] = 3718, + [3869] = 2951, + [3870] = 3833, + [3871] = 3726, + [3872] = 3769, + [3873] = 3873, + [3874] = 3874, + [3875] = 3684, + [3876] = 3809, + [3877] = 3746, + [3878] = 3685, + [3879] = 3731, + [3880] = 3710, + [3881] = 3027, + [3882] = 3755, + [3883] = 3657, + [3884] = 3839, [3885] = 3885, [3886] = 3886, - [3887] = 2252, - [3888] = 3888, - [3889] = 3889, - [3890] = 3890, + [3887] = 3887, + [3888] = 3449, + [3889] = 3858, + [3890] = 3859, [3891] = 3891, - [3892] = 3892, + [3892] = 3698, [3893] = 3893, [3894] = 3894, - [3895] = 3882, - [3896] = 3896, + [3895] = 3895, + [3896] = 2239, [3897] = 3897, - [3898] = 3847, - [3899] = 3899, + [3898] = 3898, + [3899] = 2260, [3900] = 3900, [3901] = 3901, [3902] = 3902, [3903] = 3903, - [3904] = 3882, + [3904] = 2259, [3905] = 3905, [3906] = 3906, - [3907] = 3905, - [3908] = 3906, - [3909] = 3903, - [3910] = 3902, - [3911] = 3894, + [3907] = 3907, + [3908] = 3908, + [3909] = 3909, + [3910] = 2236, + [3911] = 3911, [3912] = 3912, - [3913] = 3846, - [3914] = 3835, + [3913] = 3913, + [3914] = 3914, [3915] = 3915, - [3916] = 3916, + [3916] = 2237, [3917] = 3917, - [3918] = 3851, - [3919] = 3889, - [3920] = 3920, - [3921] = 3893, - [3922] = 3521, + [3918] = 3918, + [3919] = 3919, + [3920] = 2261, + [3921] = 3921, + [3922] = 3922, [3923] = 3923, - [3924] = 3924, - [3925] = 2254, - [3926] = 3926, - [3927] = 2251, - [3928] = 3101, - [3929] = 3926, - [3930] = 3930, + [3924] = 2249, + [3925] = 3925, + [3926] = 3907, + [3927] = 3905, + [3928] = 2271, + [3929] = 3929, + [3930] = 3901, [3931] = 3931, [3932] = 3932, - [3933] = 3920, - [3934] = 3917, - [3935] = 3935, - [3936] = 3924, - [3937] = 3917, - [3938] = 3872, + [3933] = 3933, + [3934] = 2250, + [3935] = 2257, + [3936] = 2256, + [3937] = 2264, + [3938] = 2258, [3939] = 3939, [3940] = 3940, - [3941] = 3941, - [3942] = 3942, - [3943] = 3943, + [3941] = 2253, + [3942] = 2266, + [3943] = 2246, [3944] = 3944, - [3945] = 3858, - [3946] = 2246, - [3947] = 3856, + [3945] = 1412, + [3946] = 3946, + [3947] = 3947, [3948] = 3948, [3949] = 3949, [3950] = 3950, - [3951] = 3951, - [3952] = 3952, + [3951] = 2269, + [3952] = 3914, [3953] = 3953, - [3954] = 2247, - [3955] = 3955, - [3956] = 2218, - [3957] = 3853, - [3958] = 3896, + [3954] = 3954, + [3955] = 2244, + [3956] = 3956, + [3957] = 3957, + [3958] = 3958, [3959] = 3959, - [3960] = 3920, + [3960] = 788, [3961] = 3961, - [3962] = 3835, + [3962] = 2241, [3963] = 3963, [3964] = 3964, [3965] = 3965, [3966] = 3966, - [3967] = 3923, - [3968] = 3878, - [3969] = 3869, - [3970] = 3970, + [3967] = 3967, + [3968] = 3968, + [3969] = 3969, + [3970] = 3964, [3971] = 3971, [3972] = 3972, - [3973] = 3845, + [3973] = 3973, [3974] = 3974, - [3975] = 3975, + [3975] = 782, [3976] = 3976, [3977] = 3977, - [3978] = 3978, + [3978] = 3909, [3979] = 3979, - [3980] = 2237, - [3981] = 3863, + [3980] = 3980, + [3981] = 3981, [3982] = 3982, - [3983] = 2249, - [3984] = 2217, + [3983] = 3983, + [3984] = 3984, [3985] = 3985, - [3986] = 3888, + [3986] = 3986, [3987] = 3987, - [3988] = 3886, + [3988] = 3988, [3989] = 3989, - [3990] = 3964, - [3991] = 3991, + [3990] = 3990, + [3991] = 2243, [3992] = 3992, [3993] = 3993, [3994] = 3994, [3995] = 3995, [3996] = 3996, - [3997] = 3997, + [3997] = 2242, [3998] = 3998, - [3999] = 3970, - [4000] = 2243, - [4001] = 3094, + [3999] = 3999, + [4000] = 4000, + [4001] = 4001, [4002] = 4002, - [4003] = 2242, - [4004] = 3860, + [4003] = 4003, + [4004] = 4004, [4005] = 4005, - [4006] = 3861, - [4007] = 3865, - [4008] = 3859, - [4009] = 807, - [4010] = 2225, - [4011] = 3837, + [4006] = 4006, + [4007] = 4007, + [4008] = 4000, + [4009] = 4009, + [4010] = 4010, + [4011] = 4005, [4012] = 4012, - [4013] = 3838, - [4014] = 3884, - [4015] = 3879, - [4016] = 4016, + [4013] = 4013, + [4014] = 4014, + [4015] = 4015, + [4016] = 3969, [4017] = 4017, - [4018] = 3856, - [4019] = 3850, - [4020] = 4020, - [4021] = 3851, - [4022] = 3878, - [4023] = 3859, - [4024] = 3875, - [4025] = 4025, - [4026] = 3870, - [4027] = 3861, - [4028] = 3839, - [4029] = 3868, - [4030] = 4030, - [4031] = 3846, - [4032] = 4032, - [4033] = 4033, - [4034] = 3863, - [4035] = 3902, - [4036] = 3903, - [4037] = 3888, - [4038] = 3905, - [4039] = 3906, - [4040] = 3906, - [4041] = 3902, - [4042] = 3975, - [4043] = 3871, - [4044] = 3976, - [4045] = 3869, - [4046] = 3890, - [4047] = 3965, - [4048] = 3871, - [4049] = 3977, - [4050] = 3979, - [4051] = 3935, - [4052] = 4052, - [4053] = 3882, - [4054] = 4054, - [4055] = 3987, - [4056] = 3856, - [4057] = 3991, - [4058] = 3998, - [4059] = 3905, - [4060] = 3903, - [4061] = 3970, - [4062] = 2238, - [4063] = 3858, - [4064] = 3940, - [4065] = 3941, + [4018] = 4018, + [4019] = 4019, + [4020] = 3971, + [4021] = 3973, + [4022] = 3944, + [4023] = 4023, + [4024] = 4024, + [4025] = 3183, + [4026] = 3171, + [4027] = 3995, + [4028] = 3173, + [4029] = 4003, + [4030] = 3174, + [4031] = 4005, + [4032] = 4015, + [4033] = 3980, + [4034] = 4018, + [4035] = 3969, + [4036] = 3971, + [4037] = 3972, + [4038] = 3973, + [4039] = 3980, + [4040] = 4040, + [4041] = 4041, + [4042] = 4042, + [4043] = 4043, + [4044] = 4019, + [4045] = 4040, + [4046] = 3925, + [4047] = 4047, + [4048] = 3953, + [4049] = 4049, + [4050] = 4050, + [4051] = 4051, + [4052] = 3972, + [4053] = 4053, + [4054] = 4041, + [4055] = 3587, + [4056] = 4043, + [4057] = 4051, + [4058] = 4058, + [4059] = 4059, + [4060] = 3949, + [4061] = 4061, + [4062] = 4062, + [4063] = 4049, + [4064] = 4050, + [4065] = 4065, [4066] = 4066, - [4067] = 3882, - [4068] = 3861, - [4069] = 3841, - [4070] = 4070, - [4071] = 3930, - [4072] = 4072, - [4073] = 4073, - [4074] = 3871, - [4075] = 4075, - [4076] = 4076, - [4077] = 3863, - [4078] = 3859, - [4079] = 3871, + [4067] = 4067, + [4068] = 4047, + [4069] = 4043, + [4070] = 4041, + [4071] = 4071, + [4072] = 4024, + [4073] = 3993, + [4074] = 3992, + [4075] = 3966, + [4076] = 4005, + [4077] = 4077, + [4078] = 4042, + [4079] = 4079, [4080] = 4080, - [4081] = 3863, + [4081] = 3980, [4082] = 4082, - [4083] = 3834, - [4084] = 4084, - [4085] = 3903, - [4086] = 3905, - [4087] = 3906, + [4083] = 4083, + [4084] = 3925, + [4085] = 3911, + [4086] = 4086, + [4087] = 3939, [4088] = 4088, - [4089] = 3902, - [4090] = 3882, - [4091] = 4091, - [4092] = 4092, - [4093] = 3942, - [4094] = 4025, - [4095] = 4095, - [4096] = 4096, - [4097] = 3839, + [4089] = 4089, + [4090] = 4090, + [4091] = 4077, + [4092] = 4061, + [4093] = 4093, + [4094] = 4059, + [4095] = 4042, + [4096] = 3921, + [4097] = 4058, [4098] = 4098, - [4099] = 4030, - [4100] = 3856, - [4101] = 794, - [4102] = 2221, + [4099] = 3925, + [4100] = 4100, + [4101] = 4101, + [4102] = 4102, [4103] = 4103, [4104] = 4104, - [4105] = 3854, - [4106] = 2248, + [4105] = 4105, + [4106] = 4106, [4107] = 4107, - [4108] = 2220, - [4109] = 4109, - [4110] = 4012, - [4111] = 4111, - [4112] = 4112, - [4113] = 4113, - [4114] = 4114, - [4115] = 4115, - [4116] = 4116, - [4117] = 4117, + [4108] = 4101, + [4109] = 4100, + [4110] = 4098, + [4111] = 4093, + [4112] = 3973, + [4113] = 3972, + [4114] = 4004, + [4115] = 4010, + [4116] = 3971, + [4117] = 3969, [4118] = 4118, - [4119] = 4119, - [4120] = 4120, - [4121] = 4121, - [4122] = 4122, - [4123] = 4123, - [4124] = 4124, + [4119] = 3969, + [4120] = 3971, + [4121] = 3972, + [4122] = 3973, + [4123] = 4103, + [4124] = 4053, [4125] = 4125, - [4126] = 4126, - [4127] = 4127, - [4128] = 4128, + [4126] = 4010, + [4127] = 4007, + [4128] = 2247, [4129] = 4129, - [4130] = 4130, - [4131] = 4131, - [4132] = 4132, - [4133] = 4133, - [4134] = 4134, + [4130] = 4005, + [4131] = 4004, + [4132] = 3925, + [4133] = 3980, + [4134] = 3939, [4135] = 4135, - [4136] = 4136, - [4137] = 4137, + [4136] = 4041, + [4137] = 4043, [4138] = 4138, [4139] = 4139, - [4140] = 4123, - [4141] = 4141, - [4142] = 4142, - [4143] = 4143, - [4144] = 4144, - [4145] = 4115, - [4146] = 4146, - [4147] = 4147, - [4148] = 4148, - [4149] = 4113, - [4150] = 4112, - [4151] = 4116, + [4140] = 4140, + [4141] = 3925, + [4142] = 4002, + [4143] = 4053, + [4144] = 3980, + [4145] = 4145, + [4146] = 3999, + [4147] = 3989, + [4148] = 3982, + [4149] = 4005, + [4150] = 4150, + [4151] = 4151, [4152] = 4152, - [4153] = 4153, + [4153] = 4106, [4154] = 4154, - [4155] = 4114, - [4156] = 4156, - [4157] = 4157, - [4158] = 4158, - [4159] = 4159, - [4160] = 4160, - [4161] = 4161, - [4162] = 4142, + [4155] = 3994, + [4156] = 3944, + [4157] = 3996, + [4158] = 4080, + [4159] = 4103, + [4160] = 4104, + [4161] = 4154, + [4162] = 4162, [4163] = 4163, - [4164] = 4164, + [4164] = 4105, [4165] = 4165, - [4166] = 4163, - [4167] = 4157, - [4168] = 4161, - [4169] = 4139, - [4170] = 4114, + [4166] = 3956, + [4167] = 4167, + [4168] = 4168, + [4169] = 4169, + [4170] = 4170, [4171] = 4171, - [4172] = 4116, - [4173] = 4112, - [4174] = 4113, - [4175] = 4137, - [4176] = 4115, - [4177] = 4165, + [4172] = 4172, + [4173] = 4173, + [4174] = 4174, + [4175] = 4175, + [4176] = 4176, + [4177] = 4177, [4178] = 4178, [4179] = 4179, [4180] = 4180, - [4181] = 4123, + [4181] = 4181, [4182] = 4182, [4183] = 4183, [4184] = 4184, [4185] = 4185, - [4186] = 4123, + [4186] = 4186, [4187] = 4187, [4188] = 4188, [4189] = 4189, @@ -8306,7 +8457,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4193] = 4193, [4194] = 4194, [4195] = 4195, - [4196] = 4123, + [4196] = 4196, [4197] = 4197, [4198] = 4198, [4199] = 4199, @@ -8317,284 +8468,323 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4204] = 4204, [4205] = 4205, [4206] = 4206, - [4207] = 4207, + [4207] = 4173, [4208] = 4208, [4209] = 4209, [4210] = 4210, - [4211] = 4115, + [4211] = 4211, [4212] = 4212, [4213] = 4213, - [4214] = 4185, - [4215] = 4114, - [4216] = 4123, - [4217] = 4153, + [4214] = 4209, + [4215] = 4215, + [4216] = 4216, + [4217] = 4217, [4218] = 4218, [4219] = 4219, - [4220] = 4220, - [4221] = 4221, + [4220] = 4179, + [4221] = 4208, [4222] = 4222, - [4223] = 4138, - [4224] = 4111, - [4225] = 4225, - [4226] = 4226, - [4227] = 4227, + [4223] = 4223, + [4224] = 4224, + [4225] = 4224, + [4226] = 4222, + [4227] = 4197, [4228] = 4228, - [4229] = 4163, - [4230] = 4230, - [4231] = 4116, - [4232] = 4232, - [4233] = 4112, - [4234] = 4113, - [4235] = 4235, - [4236] = 4236, - [4237] = 4237, - [4238] = 4238, - [4239] = 4239, - [4240] = 4240, - [4241] = 4241, - [4242] = 4242, - [4243] = 4228, - [4244] = 4226, - [4245] = 4245, - [4246] = 4242, - [4247] = 4247, - [4248] = 4161, - [4249] = 4241, - [4250] = 4204, + [4229] = 4210, + [4230] = 4219, + [4231] = 4195, + [4232] = 4209, + [4233] = 4211, + [4234] = 4193, + [4235] = 4191, + [4236] = 4190, + [4237] = 4189, + [4238] = 4179, + [4239] = 4205, + [4240] = 4187, + [4241] = 4181, + [4242] = 4185, + [4243] = 4243, + [4244] = 4184, + [4245] = 4183, + [4246] = 4180, + [4247] = 4177, + [4248] = 4218, + [4249] = 4176, + [4250] = 4175, [4251] = 4251, - [4252] = 4203, - [4253] = 4202, - [4254] = 4201, - [4255] = 4200, - [4256] = 4198, - [4257] = 4225, - [4258] = 4194, - [4259] = 4193, - [4260] = 4191, - [4261] = 4190, - [4262] = 4239, - [4263] = 4236, - [4264] = 4142, - [4265] = 4141, - [4266] = 4122, - [4267] = 4235, - [4268] = 4232, - [4269] = 4230, - [4270] = 4139, - [4271] = 4206, - [4272] = 4138, - [4273] = 4137, - [4274] = 4136, - [4275] = 4185, - [4276] = 4221, - [4277] = 4227, - [4278] = 4111, - [4279] = 4279, - [4280] = 4206, - [4281] = 4230, - [4282] = 4232, + [4252] = 4217, + [4253] = 4216, + [4254] = 4198, + [4255] = 4215, + [4256] = 4201, + [4257] = 4202, + [4258] = 4203, + [4259] = 4213, + [4260] = 4205, + [4261] = 4174, + [4262] = 4172, + [4263] = 4171, + [4264] = 4209, + [4265] = 4170, + [4266] = 4168, + [4267] = 4267, + [4268] = 4169, + [4269] = 4178, + [4270] = 4218, + [4271] = 4203, + [4272] = 4202, + [4273] = 4201, + [4274] = 4217, + [4275] = 4275, + [4276] = 4212, + [4277] = 4182, + [4278] = 4198, + [4279] = 4209, + [4280] = 4280, + [4281] = 4192, + [4282] = 4282, [4283] = 4283, - [4284] = 4235, - [4285] = 4236, - [4286] = 4239, - [4287] = 4241, - [4288] = 4242, - [4289] = 4228, - [4290] = 4226, - [4291] = 4161, - [4292] = 4204, - [4293] = 4203, - [4294] = 4294, - [4295] = 4202, - [4296] = 4201, - [4297] = 4200, + [4284] = 4284, + [4285] = 4194, + [4286] = 4199, + [4287] = 4173, + [4288] = 4199, + [4289] = 4194, + [4290] = 4290, + [4291] = 4291, + [4292] = 4292, + [4293] = 4293, + [4294] = 4216, + [4295] = 4295, + [4296] = 4296, + [4297] = 4295, [4298] = 4198, - [4299] = 4194, - [4300] = 4300, - [4301] = 4193, - [4302] = 4302, - [4303] = 4303, - [4304] = 4191, - [4305] = 4190, - [4306] = 4142, - [4307] = 4163, - [4308] = 4159, + [4299] = 4299, + [4300] = 4275, + [4301] = 4301, + [4302] = 4208, + [4303] = 4210, + [4304] = 4219, + [4305] = 4305, + [4306] = 4211, + [4307] = 4211, + [4308] = 4219, [4309] = 4309, - [4310] = 4158, - [4311] = 4143, - [4312] = 4139, - [4313] = 4138, - [4314] = 4137, - [4315] = 4136, - [4316] = 4130, - [4317] = 4129, - [4318] = 4126, - [4319] = 4125, - [4320] = 4124, - [4321] = 4202, - [4322] = 4322, - [4323] = 4185, - [4324] = 4221, - [4325] = 4227, - [4326] = 4251, - [4327] = 4283, - [4328] = 4111, - [4329] = 4247, - [4330] = 4187, - [4331] = 4111, - [4332] = 4279, - [4333] = 4333, - [4334] = 4334, - [4335] = 4206, - [4336] = 4245, - [4337] = 4230, - [4338] = 4232, - [4339] = 4235, - [4340] = 4340, - [4341] = 4236, - [4342] = 4114, - [4343] = 4189, - [4344] = 4153, - [4345] = 4239, - [4346] = 4241, - [4347] = 4242, - [4348] = 4228, - [4349] = 4226, - [4350] = 4116, - [4351] = 4112, - [4352] = 4113, - [4353] = 4240, - [4354] = 4161, - [4355] = 4204, - [4356] = 4203, - [4357] = 4185, - [4358] = 4201, - [4359] = 4200, - [4360] = 4198, - [4361] = 4194, - [4362] = 4193, - [4363] = 4192, - [4364] = 4191, - [4365] = 4237, - [4366] = 4190, - [4367] = 4142, - [4368] = 4163, - [4369] = 4369, - [4370] = 4159, - [4371] = 4158, - [4372] = 4144, - [4373] = 4113, - [4374] = 4112, - [4375] = 4116, - [4376] = 4376, - [4377] = 4143, - [4378] = 4139, - [4379] = 4138, - [4380] = 4279, - [4381] = 4137, - [4382] = 4136, - [4383] = 4130, - [4384] = 4129, - [4385] = 4126, - [4386] = 4125, - [4387] = 4124, - [4388] = 4122, - [4389] = 4202, - [4390] = 4221, - [4391] = 4227, - [4392] = 4251, - [4393] = 4283, - [4394] = 4279, - [4395] = 4333, - [4396] = 4206, - [4397] = 4397, - [4398] = 4230, - [4399] = 4157, - [4400] = 4333, - [4401] = 4232, - [4402] = 4235, - [4403] = 4236, - [4404] = 4239, - [4405] = 4205, - [4406] = 4241, - [4407] = 4153, - [4408] = 4242, - [4409] = 4228, - [4410] = 4226, + [4310] = 4201, + [4311] = 4210, + [4312] = 4202, + [4313] = 4203, + [4314] = 4208, + [4315] = 4212, + [4316] = 4316, + [4317] = 4317, + [4318] = 4173, + [4319] = 4292, + [4320] = 4309, + [4321] = 4213, + [4322] = 4290, + [4323] = 4323, + [4324] = 4199, + [4325] = 4325, + [4326] = 4194, + [4327] = 4327, + [4328] = 4215, + [4329] = 4216, + [4330] = 4330, + [4331] = 4228, + [4332] = 4210, + [4333] = 4217, + [4334] = 4218, + [4335] = 4280, + [4336] = 4212, + [4337] = 4215, + [4338] = 4224, + [4339] = 4222, + [4340] = 4186, + [4341] = 4192, + [4342] = 4342, + [4343] = 4197, + [4344] = 4195, + [4345] = 4203, + [4346] = 4317, + [4347] = 4202, + [4348] = 4201, + [4349] = 4193, + [4350] = 4191, + [4351] = 4182, + [4352] = 4190, + [4353] = 4189, + [4354] = 4275, + [4355] = 4198, + [4356] = 4187, + [4357] = 4224, + [4358] = 4185, + [4359] = 4184, + [4360] = 4183, + [4361] = 4180, + [4362] = 4362, + [4363] = 4180, + [4364] = 4177, + [4365] = 4316, + [4366] = 4366, + [4367] = 4176, + [4368] = 4179, + [4369] = 4222, + [4370] = 4174, + [4371] = 4172, + [4372] = 4171, + [4373] = 4373, + [4374] = 4374, + [4375] = 4375, + [4376] = 4192, + [4377] = 4222, + [4378] = 4342, + [4379] = 4224, + [4380] = 4170, + [4381] = 4168, + [4382] = 4203, + [4383] = 4202, + [4384] = 4169, + [4385] = 4201, + [4386] = 4284, + [4387] = 4387, + [4388] = 4178, + [4389] = 4179, + [4390] = 4390, + [4391] = 4213, + [4392] = 4192, + [4393] = 4194, + [4394] = 4199, + [4395] = 4208, + [4396] = 4190, + [4397] = 4218, + [4398] = 4210, + [4399] = 4219, + [4400] = 4211, + [4401] = 4401, + [4402] = 4402, + [4403] = 4403, + [4404] = 4213, + [4405] = 4182, + [4406] = 4215, + [4407] = 4215, + [4408] = 4408, + [4409] = 4216, + [4410] = 4217, [4411] = 4411, - [4412] = 4161, - [4413] = 4204, - [4414] = 4114, - [4415] = 4415, - [4416] = 4153, - [4417] = 4203, - [4418] = 4122, + [4412] = 4412, + [4413] = 4413, + [4414] = 4414, + [4415] = 4218, + [4416] = 4198, + [4417] = 4179, + [4418] = 4275, [4419] = 4201, - [4420] = 4116, - [4421] = 4200, - [4422] = 4112, - [4423] = 4113, - [4424] = 4198, - [4425] = 4194, - [4426] = 4193, - [4427] = 4427, - [4428] = 4191, - [4429] = 4225, - [4430] = 4190, - [4431] = 4142, - [4432] = 4163, - [4433] = 4159, - [4434] = 4158, - [4435] = 4144, - [4436] = 4143, - [4437] = 4120, - [4438] = 4438, - [4439] = 4207, - [4440] = 4440, - [4441] = 4139, - [4442] = 4218, - [4443] = 4153, - [4444] = 4138, - [4445] = 4137, - [4446] = 4136, - [4447] = 4225, - [4448] = 4130, - [4449] = 4129, - [4450] = 4126, - [4451] = 4125, - [4452] = 4225, - [4453] = 4124, - [4454] = 4279, - [4455] = 4153, - [4456] = 4114, - [4457] = 4171, - [4458] = 4440, - [4459] = 4438, + [4420] = 4202, + [4421] = 4203, + [4422] = 4197, + [4423] = 4224, + [4424] = 4222, + [4425] = 4197, + [4426] = 4426, + [4427] = 4373, + [4428] = 4195, + [4429] = 4193, + [4430] = 4191, + [4431] = 4195, + [4432] = 4432, + [4433] = 4189, + [4434] = 4187, + [4435] = 4193, + [4436] = 4191, + [4437] = 4185, + [4438] = 4184, + [4439] = 4183, + [4440] = 4190, + [4441] = 4189, + [4442] = 4442, + [4443] = 4180, + [4444] = 4444, + [4445] = 4187, + [4446] = 4185, + [4447] = 4184, + [4448] = 4183, + [4449] = 4180, + [4450] = 4177, + [4451] = 4176, + [4452] = 4452, + [4453] = 4453, + [4454] = 4454, + [4455] = 4175, + [4456] = 4275, + [4457] = 4457, + [4458] = 4301, + [4459] = 4459, [4460] = 4460, - [4461] = 4208, - [4462] = 4209, - [4463] = 4334, - [4464] = 4225, - [4465] = 4195, - [4466] = 4154, - [4467] = 4213, - [4468] = 1470, - [4469] = 4188, - [4470] = 4197, - [4471] = 4185, - [4472] = 4221, - [4473] = 4115, - [4474] = 4227, - [4475] = 4251, - [4476] = 4283, - [4477] = 4111, - [4478] = 4114, - [4479] = 4153, - [4480] = 4333, - [4481] = 4369, - [4482] = 4113, - [4483] = 4112, - [4484] = 4116, + [4461] = 4175, + [4462] = 4172, + [4463] = 4171, + [4464] = 4198, + [4465] = 4170, + [4466] = 4275, + [4467] = 4467, + [4468] = 4168, + [4469] = 4201, + [4470] = 4169, + [4471] = 4202, + [4472] = 4203, + [4473] = 4177, + [4474] = 4178, + [4475] = 4228, + [4476] = 4176, + [4477] = 4275, + [4478] = 4175, + [4479] = 4174, + [4480] = 4198, + [4481] = 4194, + [4482] = 4199, + [4483] = 4172, + [4484] = 4484, + [4485] = 4485, + [4486] = 4171, + [4487] = 4487, + [4488] = 4296, + [4489] = 4275, + [4490] = 4228, + [4491] = 4170, + [4492] = 4168, + [4493] = 4169, + [4494] = 4178, + [4495] = 4228, + [4496] = 4216, + [4497] = 4217, + [4498] = 4498, + [4499] = 4499, + [4500] = 4205, + [4501] = 4454, + [4502] = 4452, + [4503] = 4211, + [4504] = 4209, + [4505] = 4205, + [4506] = 4305, + [4507] = 4228, + [4508] = 4299, + [4509] = 4444, + [4510] = 4487, + [4511] = 4485, + [4512] = 4453, + [4513] = 4411, + [4514] = 4291, + [4515] = 4515, + [4516] = 4325, + [4517] = 4174, + [4518] = 4518, + [4519] = 4519, + [4520] = 4520, + [4521] = 4521, + [4522] = 4362, + [4523] = 4523, }; static inline bool anon_sym_BANG_character_set_1(int32_t c) { @@ -8629,6 +8819,20 @@ static inline bool sym__glimmer_template_content_character_set_1(int32_t c) { : (c <= 12288 || c == 65279)))); } +static inline bool aux_sym_jsx_text_token1_character_set_1(int32_t c) { + return (c < 8192 + ? (c < 160 + ? (c < '\r' + ? c == '\t' + : c <= '\r') + : (c <= 160 || c == 5760)) + : (c <= 8203 || (c < 12288 + ? (c < 8287 + ? c == 8239 + : c <= 8288) + : (c <= 12288 || c == 65279)))); +} + static inline bool sym_identifier_character_set_1(int32_t c) { return (c < 160 ? (c < ':' @@ -8720,1699 +8924,2022 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(95); - if (lookahead == '!') ADVANCE(109); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '#') ADVANCE(10); - if (lookahead == '$') ADVANCE(241); - if (lookahead == '%') ADVANCE(190); - if (lookahead == '&') ADVANCE(172); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(98); - if (lookahead == '+') ADVANCE(184); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(188); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(226); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(124); - if (lookahead == '=') ADVANCE(102); - if (lookahead == '>') ADVANCE(129); - if (lookahead == '?') ADVANCE(247); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(53); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '^') ADVANCE(175); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(105); - if (lookahead == '|') ADVANCE(178); - if (lookahead == '}') ADVANCE(107); - if (lookahead == '~') ADVANCE(201); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(92) + if (eof) ADVANCE(105); + if (lookahead == '!') ADVANCE(119); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '#') ADVANCE(13); + if (lookahead == '$') ADVANCE(279); + if (lookahead == '%') ADVANCE(201); + if (lookahead == '&') ADVANCE(181); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(108); + if (lookahead == '+') ADVANCE(193); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(196); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(259); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(206); + if (lookahead == '=') ADVANCE(112); + if (lookahead == '>') ADVANCE(144); + if (lookahead == '?') ADVANCE(285); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(63); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '^') ADVANCE(184); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(115); + if (lookahead == '|') ADVANCE(187); + if (lookahead == '}') ADVANCE(117); + if (lookahead == '~') ADVANCE(220); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(102) if (lookahead != 0 && - lookahead > 31) ADVANCE(242); + lookahead > 31) ADVANCE(280); END_STATE(); case 1: - if (lookahead == '\n') SKIP(1) - if (lookahead == '/') ADVANCE(117); - if (lookahead == '<') ADVANCE(119); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(118); - if (lookahead != 0) ADVANCE(116); + if (lookahead == '\n') SKIP(32) + if (lookahead == ' ') ADVANCE(1); + if (lookahead == '-') ADVANCE(134); + if (lookahead == '/') ADVANCE(133); + if (lookahead == '<') ADVANCE(205); + if (lookahead == '{') ADVANCE(114); + if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(137); + if (lookahead != 0 && + lookahead != '>' && + lookahead != '}') ADVANCE(136); END_STATE(); case 2: - if (lookahead == '\n') SKIP(28) - if (lookahead == '/') ADVANCE(22); - if (lookahead == '[') ADVANCE(37); - if (lookahead == '\\') ADVANCE(91); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(227); - if (lookahead != 0) ADVANCE(228); + if (lookahead == '\n') SKIP(2) + if (lookahead == '-') ADVANCE(130); + if (lookahead == '/') ADVANCE(128); + if (lookahead == '<') ADVANCE(127); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(129); + if (lookahead != 0) ADVANCE(126); END_STATE(); case 3: - if (lookahead == '!') ADVANCE(109); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '#') ADVANCE(36); - if (lookahead == '%') ADVANCE(190); - if (lookahead == '&') ADVANCE(172); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(98); - if (lookahead == '+') ADVANCE(184); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(187); - if (lookahead == '.') ADVANCE(142); - if (lookahead == '/') ADVANCE(132); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(123); - if (lookahead == '=') ADVANCE(102); - if (lookahead == '>') ADVANCE(129); - if (lookahead == '?') ADVANCE(247); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '^') ADVANCE(175); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(105); - if (lookahead == '|') ADVANCE(178); - if (lookahead == '}') ADVANCE(107); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(3) + if (lookahead == '\n') SKIP(36) + if (lookahead == '-') ADVANCE(262); + if (lookahead == '/') ADVANCE(27); + if (lookahead == '<') ADVANCE(261); + if (lookahead == '[') ADVANCE(47); + if (lookahead == '\\') ADVANCE(101); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(260); + if (lookahead != 0) ADVANCE(266); + END_STATE(); + case 4: + if (lookahead == ' ') ADVANCE(4); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '<' && + lookahead != '>' && + lookahead != '{' && + lookahead != '}') ADVANCE(136); + END_STATE(); + case 5: + if (lookahead == ' ') ADVANCE(5); + if (lookahead == '*') ADVANCE(138); + if (lookahead == '\n' || + lookahead == '<' || + lookahead == '>' || + lookahead == '{' || + lookahead == '}') ADVANCE(30); + if (lookahead != 0) ADVANCE(139); + END_STATE(); + case 6: + if (lookahead == '!') ADVANCE(119); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '#') ADVANCE(46); + if (lookahead == '%') ADVANCE(201); + if (lookahead == '&') ADVANCE(181); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(108); + if (lookahead == '+') ADVANCE(193); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(195); + if (lookahead == '.') ADVANCE(149); + if (lookahead == '/') ADVANCE(199); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(207); + if (lookahead == '=') ADVANCE(112); + if (lookahead == '>') ADVANCE(144); + if (lookahead == '?') ADVANCE(285); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '^') ADVANCE(184); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(115); + if (lookahead == '|') ADVANCE(187); + if (lookahead == '}') ADVANCE(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(6) if (lookahead != 0 && lookahead > 31 && - lookahead != '~') ADVANCE(242); + lookahead != '~') ADVANCE(280); END_STATE(); - case 4: - if (lookahead == '!') ADVANCE(109); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '%') ADVANCE(190); - if (lookahead == '&') ADVANCE(172); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(98); - if (lookahead == '+') ADVANCE(184); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(187); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(132); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == '<') ADVANCE(124); - if (lookahead == '=') ADVANCE(102); - if (lookahead == '>') ADVANCE(129); - if (lookahead == '?') ADVANCE(247); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == '^') ADVANCE(175); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(105); - if (lookahead == '|') ADVANCE(177); - if (lookahead == '~') ADVANCE(201); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(4) + case 7: + if (lookahead == '!') ADVANCE(119); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '%') ADVANCE(201); + if (lookahead == '&') ADVANCE(181); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(108); + if (lookahead == '+') ADVANCE(193); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(195); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(199); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == '<') ADVANCE(208); + if (lookahead == '=') ADVANCE(112); + if (lookahead == '>') ADVANCE(144); + if (lookahead == '?') ADVANCE(285); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == '^') ADVANCE(184); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(115); + if (lookahead == '|') ADVANCE(186); + if (lookahead == '~') ADVANCE(220); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(7) if (lookahead != 0 && lookahead > '#' && lookahead != ';' && lookahead != ']' && - lookahead != '}') ADVANCE(242); + lookahead != '}') ADVANCE(280); END_STATE(); - case 5: - if (lookahead == '!') ADVANCE(109); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '%') ADVANCE(190); - if (lookahead == '&') ADVANCE(172); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(98); - if (lookahead == '+') ADVANCE(184); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(187); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(132); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == '<') ADVANCE(124); - if (lookahead == '=') ADVANCE(102); - if (lookahead == '>') ADVANCE(129); - if (lookahead == '?') ADVANCE(247); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == '^') ADVANCE(175); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(177); - if (lookahead == '~') ADVANCE(201); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(5) + case 8: + if (lookahead == '!') ADVANCE(119); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '%') ADVANCE(201); + if (lookahead == '&') ADVANCE(181); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(108); + if (lookahead == '+') ADVANCE(193); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(195); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(199); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == '<') ADVANCE(208); + if (lookahead == '=') ADVANCE(112); + if (lookahead == '>') ADVANCE(144); + if (lookahead == '?') ADVANCE(285); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == '^') ADVANCE(184); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(186); + if (lookahead == '~') ADVANCE(220); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(8) if (lookahead != 0 && lookahead > '#' && lookahead != ';' && lookahead != ']' && - lookahead != '}') ADVANCE(242); + lookahead != '}') ADVANCE(280); END_STATE(); - case 6: - if (lookahead == '!') ADVANCE(109); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '%') ADVANCE(190); - if (lookahead == '&') ADVANCE(172); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(98); - if (lookahead == '+') ADVANCE(184); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(187); - if (lookahead == '.') ADVANCE(140); - if (lookahead == '/') ADVANCE(132); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(123); - if (lookahead == '=') ADVANCE(102); - if (lookahead == '>') ADVANCE(129); - if (lookahead == '?') ADVANCE(247); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '^') ADVANCE(175); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(177); - if (lookahead == '}') ADVANCE(107); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(6) + case 9: + if (lookahead == '!') ADVANCE(119); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '%') ADVANCE(201); + if (lookahead == '&') ADVANCE(181); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(108); + if (lookahead == '+') ADVANCE(193); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(195); + if (lookahead == '.') ADVANCE(147); + if (lookahead == '/') ADVANCE(199); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(207); + if (lookahead == '=') ADVANCE(112); + if (lookahead == '>') ADVANCE(144); + if (lookahead == '?') ADVANCE(285); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '^') ADVANCE(184); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(186); + if (lookahead == '}') ADVANCE(117); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) if (lookahead != 0 && lookahead > '#' && (lookahead < '0' || '9' < lookahead) && - lookahead != '~') ADVANCE(242); + lookahead != '~') ADVANCE(280); END_STATE(); - case 7: - if (lookahead == '!') ADVANCE(109); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '%') ADVANCE(189); - if (lookahead == '&') ADVANCE(173); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(99); - if (lookahead == '+') ADVANCE(183); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(186); - if (lookahead == '.') ADVANCE(140); - if (lookahead == '/') ADVANCE(131); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(125); - if (lookahead == '=') ADVANCE(101); - if (lookahead == '>') ADVANCE(130); - if (lookahead == '?') ADVANCE(248); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '^') ADVANCE(174); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(180); - if (lookahead == '}') ADVANCE(107); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(7) + case 10: + if (lookahead == '!') ADVANCE(119); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '%') ADVANCE(200); + if (lookahead == '&') ADVANCE(182); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(109); + if (lookahead == '+') ADVANCE(192); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(194); + if (lookahead == '.') ADVANCE(147); + if (lookahead == '/') ADVANCE(198); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(209); + if (lookahead == '=') ADVANCE(111); + if (lookahead == '>') ADVANCE(145); + if (lookahead == '?') ADVANCE(286); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '^') ADVANCE(183); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(189); + if (lookahead == '}') ADVANCE(117); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(10) if (lookahead != 0 && lookahead > '#' && (lookahead < '0' || '@' < lookahead) && - lookahead != '~') ADVANCE(242); + lookahead != '~') ADVANCE(280); END_STATE(); - case 8: - if (lookahead == '!') ADVANCE(109); - if (lookahead == '%') ADVANCE(189); - if (lookahead == '&') ADVANCE(173); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(99); - if (lookahead == '+') ADVANCE(183); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(186); - if (lookahead == '.') ADVANCE(140); - if (lookahead == '/') ADVANCE(131); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(125); - if (lookahead == '=') ADVANCE(32); - if (lookahead == '>') ADVANCE(130); - if (lookahead == '?') ADVANCE(26); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '^') ADVANCE(174); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(179); - if (lookahead == '}') ADVANCE(107); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(229); + case 11: + if (lookahead == '!') ADVANCE(119); + if (lookahead == '%') ADVANCE(200); + if (lookahead == '&') ADVANCE(182); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(109); + if (lookahead == '+') ADVANCE(192); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(194); + if (lookahead == '.') ADVANCE(147); + if (lookahead == '/') ADVANCE(198); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(209); + if (lookahead == '=') ADVANCE(42); + if (lookahead == '>') ADVANCE(145); + if (lookahead == '?') ADVANCE(38); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '^') ADVANCE(183); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(188); + if (lookahead == '}') ADVANCE(117); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(12) + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(267); if (lookahead != 0 && lookahead > '#' && (lookahead < '\'' || '@' < lookahead) && - lookahead != '~') ADVANCE(242); + lookahead != '~') ADVANCE(280); END_STATE(); - case 9: - if (lookahead == '!') ADVANCE(109); - if (lookahead == '%') ADVANCE(189); - if (lookahead == '&') ADVANCE(173); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(99); - if (lookahead == '+') ADVANCE(183); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(186); - if (lookahead == '.') ADVANCE(140); - if (lookahead == '/') ADVANCE(131); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(125); - if (lookahead == '=') ADVANCE(32); - if (lookahead == '>') ADVANCE(130); - if (lookahead == '?') ADVANCE(26); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '^') ADVANCE(174); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(179); - if (lookahead == '}') ADVANCE(107); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) + case 12: + if (lookahead == '!') ADVANCE(119); + if (lookahead == '%') ADVANCE(200); + if (lookahead == '&') ADVANCE(182); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(109); + if (lookahead == '+') ADVANCE(192); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(194); + if (lookahead == '.') ADVANCE(147); + if (lookahead == '/') ADVANCE(198); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(209); + if (lookahead == '=') ADVANCE(42); + if (lookahead == '>') ADVANCE(145); + if (lookahead == '?') ADVANCE(38); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '^') ADVANCE(183); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(188); + if (lookahead == '}') ADVANCE(117); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(12) if (lookahead != 0 && lookahead > '#' && (lookahead < '\'' || '@' < lookahead) && - lookahead != '~') ADVANCE(242); + lookahead != '~') ADVANCE(280); END_STATE(); - case 10: - if (lookahead == '!') ADVANCE(96); - if (lookahead == '\\') ADVANCE(54); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(243); + case 13: + if (lookahead == '!') ADVANCE(106); + if (lookahead == '\\') ADVANCE(64); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(281); END_STATE(); - case 11: - if (lookahead == '!') ADVANCE(108); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '#') ADVANCE(36); - if (lookahead == '&') ADVANCE(171); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(97); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(185); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(22); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(122); - if (lookahead == '=') ADVANCE(103); - if (lookahead == '>') ADVANCE(128); - if (lookahead == '?') ADVANCE(245); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(181); - if (lookahead == '}') ADVANCE(107); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(11) + case 14: + if (lookahead == '!') ADVANCE(33); + END_STATE(); + case 15: + if (lookahead == '!') ADVANCE(118); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '#') ADVANCE(46); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(107); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(197); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(27); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(204); + if (lookahead == '=') ADVANCE(113); + if (lookahead == '>') ADVANCE(143); + if (lookahead == '?') ADVANCE(283); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(190); + if (lookahead == '}') ADVANCE(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(15) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '+' < lookahead) && lookahead != '^' && lookahead != '`' && - lookahead != '~') ADVANCE(242); + lookahead != '~') ADVANCE(280); END_STATE(); - case 12: - if (lookahead == '!') ADVANCE(108); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '#') ADVANCE(36); - if (lookahead == '&') ADVANCE(171); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == '*') ADVANCE(97); - if (lookahead == '+') ADVANCE(182); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(185); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(226); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(122); - if (lookahead == '=') ADVANCE(103); - if (lookahead == '>') ADVANCE(128); - if (lookahead == '?') ADVANCE(245); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(105); - if (lookahead == '|') ADVANCE(181); - if (lookahead == '}') ADVANCE(107); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(13) + case 16: + if (lookahead == '!') ADVANCE(118); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '#') ADVANCE(46); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == '*') ADVANCE(107); + if (lookahead == '+') ADVANCE(191); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(197); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(259); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(204); + if (lookahead == '=') ADVANCE(113); + if (lookahead == '>') ADVANCE(143); + if (lookahead == '?') ADVANCE(283); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(115); + if (lookahead == '|') ADVANCE(190); + if (lookahead == '}') ADVANCE(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(17) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || ')' < lookahead) && lookahead != '^' && - lookahead != '~') ADVANCE(242); + lookahead != '~') ADVANCE(280); END_STATE(); - case 13: - if (lookahead == '!') ADVANCE(108); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '#') ADVANCE(36); - if (lookahead == '&') ADVANCE(171); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == '*') ADVANCE(97); - if (lookahead == '+') ADVANCE(182); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(185); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(22); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(122); - if (lookahead == '=') ADVANCE(103); - if (lookahead == '>') ADVANCE(128); - if (lookahead == '?') ADVANCE(245); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(105); - if (lookahead == '|') ADVANCE(181); - if (lookahead == '}') ADVANCE(107); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(13) + case 17: + if (lookahead == '!') ADVANCE(118); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '#') ADVANCE(46); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == '*') ADVANCE(107); + if (lookahead == '+') ADVANCE(191); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(197); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(27); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(204); + if (lookahead == '=') ADVANCE(113); + if (lookahead == '>') ADVANCE(143); + if (lookahead == '?') ADVANCE(283); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(115); + if (lookahead == '|') ADVANCE(190); + if (lookahead == '}') ADVANCE(117); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(17) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || ')' < lookahead) && lookahead != '^' && - lookahead != '~') ADVANCE(242); + lookahead != '~') ADVANCE(280); END_STATE(); - case 14: - if (lookahead == '!') ADVANCE(108); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '&') ADVANCE(171); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(97); - if (lookahead == '+') ADVANCE(183); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(186); - if (lookahead == '.') ADVANCE(25); - if (lookahead == '/') ADVANCE(131); - if (lookahead == '0') ADVANCE(231); - if (lookahead == '<') ADVANCE(127); - if (lookahead == '?') ADVANCE(245); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(105); - if (lookahead == '|') ADVANCE(176); - if (lookahead == '~') ADVANCE(201); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(14) + case 18: + if (lookahead == '!') ADVANCE(118); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(107); + if (lookahead == '+') ADVANCE(192); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(194); + if (lookahead == '.') ADVANCE(37); + if (lookahead == '/') ADVANCE(198); + if (lookahead == '0') ADVANCE(269); + if (lookahead == '<') ADVANCE(211); + if (lookahead == '?') ADVANCE(283); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(115); + if (lookahead == '|') ADVANCE(185); + if (lookahead == '~') ADVANCE(220); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(18) if (lookahead != 0 && lookahead > '#' && (lookahead < '%' || '>' < lookahead) && lookahead != '^' && - lookahead != '}') ADVANCE(242); + lookahead != '}') ADVANCE(280); END_STATE(); - case 15: - if (lookahead == '!') ADVANCE(108); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '&') ADVANCE(171); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '+') ADVANCE(183); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(186); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(131); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(127); - if (lookahead == '=') ADVANCE(103); - if (lookahead == '>') ADVANCE(128); - if (lookahead == '?') ADVANCE(246); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(181); - if (lookahead == '}') ADVANCE(107); - if (lookahead == '~') ADVANCE(201); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(15) + case 19: + if (lookahead == '!') ADVANCE(118); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '+') ADVANCE(192); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(194); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(198); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(211); + if (lookahead == '=') ADVANCE(113); + if (lookahead == '>') ADVANCE(143); + if (lookahead == '?') ADVANCE(284); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(190); + if (lookahead == '}') ADVANCE(117); + if (lookahead == '~') ADVANCE(220); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(19) if (lookahead != 0 && lookahead > '#' && (lookahead < '%' || '*' < lookahead) && - lookahead != '^') ADVANCE(242); - END_STATE(); - case 16: - if (lookahead == '"') ADVANCE(204); - if (lookahead == '&') ADVANCE(171); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == '*') ADVANCE(97); - if (lookahead == '+') ADVANCE(182); - if (lookahead == '-') ADVANCE(185); - if (lookahead == '.') ADVANCE(70); - if (lookahead == '/') ADVANCE(131); - if (lookahead == '0') ADVANCE(231); - if (lookahead == '<') ADVANCE(122); - if (lookahead == '>') ADVANCE(128); - if (lookahead == '?') ADVANCE(245); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(105); - if (lookahead == '|') ADVANCE(176); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(16) - if (lookahead == '$' || - ('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(240); - if (lookahead != 0 && - lookahead > '~') ADVANCE(242); - END_STATE(); - case 17: - if (lookahead == '"') ADVANCE(204); - if (lookahead == '/') ADVANCE(207); - if (lookahead == '\\') ADVANCE(56); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(210); - if (lookahead != 0) ADVANCE(211); - END_STATE(); - case 18: - if (lookahead == '$') ADVANCE(57); - if (lookahead == '/') ADVANCE(22); - if (lookahead == '\\') ADVANCE(56); - if (lookahead == '`') ADVANCE(224); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(19) - END_STATE(); - case 19: - if (lookahead == '$') ADVANCE(57); - if (lookahead == '/') ADVANCE(22); - if (lookahead == '`') ADVANCE(224); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(19) + lookahead != '^') ADVANCE(280); END_STATE(); case 20: - if (lookahead == '&') ADVANCE(171); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(35); - if (lookahead == '.') ADVANCE(140); - if (lookahead == '/') ADVANCE(131); - if (lookahead == ':') ADVANCE(113); - if (lookahead == '<') ADVANCE(122); - if (lookahead == '=') ADVANCE(100); - if (lookahead == '>') ADVANCE(128); - if (lookahead == '?') ADVANCE(31); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(176); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == '*') ADVANCE(107); + if (lookahead == '+') ADVANCE(191); + if (lookahead == '-') ADVANCE(197); + if (lookahead == '.') ADVANCE(80); + if (lookahead == '/') ADVANCE(28); + if (lookahead == '0') ADVANCE(269); + if (lookahead == '<') ADVANCE(204); + if (lookahead == '>') ADVANCE(143); + if (lookahead == '?') ADVANCE(283); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(115); + if (lookahead == '|') ADVANCE(185); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(20) if (lookahead == '$' || ('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(240); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(278); if (lookahead != 0 && - lookahead > '~') ADVANCE(242); + lookahead > '~') ADVANCE(280); END_STATE(); case 21: - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '/') ADVANCE(213); - if (lookahead == '\\') ADVANCE(56); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(216); - if (lookahead != 0) ADVANCE(217); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '-') ADVANCE(231); + if (lookahead == '/') ADVANCE(227); + if (lookahead == '<') ADVANCE(226); + if (lookahead == '\\') ADVANCE(66); + if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(230); + if (lookahead != 0) ADVANCE(235); END_STATE(); case 22: - if (lookahead == '*') ADVANCE(24); - if (lookahead == '/') ADVANCE(223); + if (lookahead == '$') ADVANCE(67); + if (lookahead == '-') ADVANCE(34); + if (lookahead == '/') ADVANCE(27); + if (lookahead == '<') ADVANCE(14); + if (lookahead == '\\') ADVANCE(66); + if (lookahead == '`') ADVANCE(257); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(23) END_STATE(); case 23: - if (lookahead == '*') ADVANCE(23); - if (lookahead == '/') ADVANCE(222); - if (lookahead != 0) ADVANCE(24); + if (lookahead == '$') ADVANCE(67); + if (lookahead == '-') ADVANCE(34); + if (lookahead == '/') ADVANCE(27); + if (lookahead == '<') ADVANCE(14); + if (lookahead == '`') ADVANCE(257); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(23) END_STATE(); case 24: - if (lookahead == '*') ADVANCE(23); - if (lookahead != 0) ADVANCE(24); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(34); + if (lookahead == '.') ADVANCE(147); + if (lookahead == '/') ADVANCE(27); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(204); + if (lookahead == '=') ADVANCE(113); + if (lookahead == '>') ADVANCE(143); + if (lookahead == '?') ADVANCE(284); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(190); + if (lookahead == '}') ADVANCE(117); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(24) + if (lookahead != 0 && + lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + lookahead != '^' && + lookahead != '`' && + lookahead != '~') ADVANCE(280); END_STATE(); case 25: - if (lookahead == '.') ADVANCE(27); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(238); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(35); + if (lookahead == '.') ADVANCE(147); + if (lookahead == '/') ADVANCE(28); + if (lookahead == ':') ADVANCE(123); + if (lookahead == '<') ADVANCE(204); + if (lookahead == '=') ADVANCE(110); + if (lookahead == '>') ADVANCE(143); + if (lookahead == '?') ADVANCE(41); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(185); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(25) + if (lookahead == '$' || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(278); + if (lookahead != 0 && + lookahead > '~') ADVANCE(280); END_STATE(); case 26: - if (lookahead == '.') ADVANCE(144); - if (lookahead == '?') ADVANCE(199); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '-') ADVANCE(242); + if (lookahead == '/') ADVANCE(238); + if (lookahead == '<') ADVANCE(237); + if (lookahead == '\\') ADVANCE(66); + if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(241); + if (lookahead != 0) ADVANCE(246); END_STATE(); case 27: - if (lookahead == '.') ADVANCE(160); + if (lookahead == '*') ADVANCE(30); + if (lookahead == '/') ADVANCE(254); END_STATE(); case 28: - if (lookahead == '/') ADVANCE(22); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(28) + if (lookahead == '*') ADVANCE(30); + if (lookahead == '/') ADVANCE(254); + if (lookahead == '>') ADVANCE(151); END_STATE(); case 29: - if (lookahead == '/') ADVANCE(134); - if (lookahead == '<') ADVANCE(122); - if (lookahead == '{') ADVANCE(104); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(137); - if (lookahead != 0 && - lookahead != '>' && - lookahead != '}') ADVANCE(138); + if (lookahead == '*') ADVANCE(29); + if (lookahead == '/') ADVANCE(251); + if (lookahead != 0) ADVANCE(30); END_STATE(); case 30: - if (lookahead == ':') ADVANCE(249); + if (lookahead == '*') ADVANCE(29); + if (lookahead != 0) ADVANCE(30); END_STATE(); case 31: - if (lookahead == ':') ADVANCE(250); + if (lookahead == '-') ADVANCE(254); END_STATE(); case 32: - if (lookahead == '=') ADVANCE(194); + if (lookahead == '-') ADVANCE(134); + if (lookahead == '/') ADVANCE(133); + if (lookahead == '<') ADVANCE(205); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '\n' || + lookahead == ' ') SKIP(32) + if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(137); + if (lookahead != 0 && + lookahead != '>' && + lookahead != '}') ADVANCE(136); END_STATE(); case 33: - if (lookahead == '>') ADVANCE(120); + if (lookahead == '-') ADVANCE(31); END_STATE(); case 34: - if (lookahead == '>') ADVANCE(121); + if (lookahead == '-') ADVANCE(43); END_STATE(); case 35: - if (lookahead == '?') ADVANCE(30); + if (lookahead == '-') ADVANCE(43); + if (lookahead == '?') ADVANCE(40); END_STATE(); case 36: - if (lookahead == '\\') ADVANCE(54); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(243); + if (lookahead == '-') ADVANCE(34); + if (lookahead == '/') ADVANCE(27); + if (lookahead == '<') ADVANCE(14); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(36) END_STATE(); case 37: - if (lookahead == '\\') ADVANCE(90); - if (lookahead == ']') ADVANCE(228); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(37); + if (lookahead == '.') ADVANCE(39); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); END_STATE(); case 38: - if (lookahead == 'a') ADVANCE(50); + if (lookahead == '.') ADVANCE(153); + if (lookahead == '?') ADVANCE(218); END_STATE(); case 39: - if (lookahead == 'a') ADVANCE(51); + if (lookahead == '.') ADVANCE(169); END_STATE(); case 40: - if (lookahead == 'e') ADVANCE(46); + if (lookahead == ':') ADVANCE(287); END_STATE(); case 41: - if (lookahead == 'e') ADVANCE(33); + if (lookahead == ':') ADVANCE(288); END_STATE(); case 42: - if (lookahead == 'e') ADVANCE(34); + if (lookahead == '=') ADVANCE(213); END_STATE(); case 43: - if (lookahead == 'e') ADVANCE(47); + if (lookahead == '>') ADVANCE(254); END_STATE(); case 44: - if (lookahead == 'l') ADVANCE(38); + if (lookahead == '>') ADVANCE(131); END_STATE(); case 45: - if (lookahead == 'l') ADVANCE(39); + if (lookahead == '>') ADVANCE(132); END_STATE(); case 46: - if (lookahead == 'm') ADVANCE(48); + if (lookahead == '\\') ADVANCE(64); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(281); END_STATE(); case 47: - if (lookahead == 'm') ADVANCE(49); + if (lookahead == '\\') ADVANCE(100); + if (lookahead == ']') ADVANCE(266); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(47); END_STATE(); case 48: - if (lookahead == 'p') ADVANCE(44); + if (lookahead == 'a') ADVANCE(60); END_STATE(); case 49: - if (lookahead == 'p') ADVANCE(45); + if (lookahead == 'a') ADVANCE(61); END_STATE(); case 50: - if (lookahead == 't') ADVANCE(41); + if (lookahead == 'e') ADVANCE(56); END_STATE(); case 51: - if (lookahead == 't') ADVANCE(42); + if (lookahead == 'e') ADVANCE(44); END_STATE(); case 52: - if (lookahead == 't') ADVANCE(43); + if (lookahead == 'e') ADVANCE(45); END_STATE(); case 53: - if (lookahead == 'u') ADVANCE(58); - if (lookahead == 'x') ADVANCE(82); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(221); - if (lookahead != 0) ADVANCE(218); + if (lookahead == 'e') ADVANCE(57); END_STATE(); case 54: - if (lookahead == 'u') ADVANCE(59); + if (lookahead == 'l') ADVANCE(48); END_STATE(); case 55: - if (lookahead == 'u') ADVANCE(60); + if (lookahead == 'l') ADVANCE(49); END_STATE(); case 56: - if (lookahead == 'u') ADVANCE(61); - if (lookahead == 'x') ADVANCE(82); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(221); - if (lookahead != 0) ADVANCE(218); + if (lookahead == 'm') ADVANCE(58); END_STATE(); case 57: - if (lookahead == '{') ADVANCE(225); + if (lookahead == 'm') ADVANCE(59); END_STATE(); case 58: - if (lookahead == '{') ADVANCE(77); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(87); + if (lookahead == 'p') ADVANCE(54); END_STATE(); case 59: - if (lookahead == '{') ADVANCE(80); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(88); + if (lookahead == 'p') ADVANCE(55); END_STATE(); case 60: - if (lookahead == '{') ADVANCE(81); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(89); + if (lookahead == 't') ADVANCE(51); END_STATE(); case 61: - if (lookahead == '{') ADVANCE(83); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(79); + if (lookahead == 't') ADVANCE(52); END_STATE(); case 62: - if (lookahead == '}') ADVANCE(242); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); + if (lookahead == 't') ADVANCE(53); END_STATE(); case 63: - if (lookahead == '}') ADVANCE(243); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); + if (lookahead == 'u') ADVANCE(68); + if (lookahead == 'x') ADVANCE(92); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(250); + if (lookahead != 0) ADVANCE(247); END_STATE(); case 64: - if (lookahead == '}') ADVANCE(218); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(64); + if (lookahead == 'u') ADVANCE(69); END_STATE(); case 65: - if (lookahead == '}') ADVANCE(219); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(65); + if (lookahead == 'u') ADVANCE(70); END_STATE(); case 66: - if (lookahead == '+' || - lookahead == '-') ADVANCE(72); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(237); + if (lookahead == 'u') ADVANCE(71); + if (lookahead == 'x') ADVANCE(92); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(250); + if (lookahead != 0) ADVANCE(247); END_STATE(); case 67: - if (lookahead == '0' || - lookahead == '1') ADVANCE(233); + if (lookahead == '{') ADVANCE(258); END_STATE(); case 68: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(234); + if (lookahead == '{') ADVANCE(87); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(97); END_STATE(); case 69: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(232); + if (lookahead == '{') ADVANCE(90); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(98); END_STATE(); case 70: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(238); + if (lookahead == '{') ADVANCE(91); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(99); END_STATE(); case 71: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(236); + if (lookahead == '{') ADVANCE(93); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(89); END_STATE(); case 72: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(237); + if (lookahead == '}') ADVANCE(280); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(72); END_STATE(); case 73: + if (lookahead == '}') ADVANCE(281); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(242); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(73); END_STATE(); case 74: + if (lookahead == '}') ADVANCE(247); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(243); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(74); END_STATE(); case 75: + if (lookahead == '}') ADVANCE(248); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(218); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(75); END_STATE(); case 76: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(235); + if (lookahead == '+' || + lookahead == '-') ADVANCE(82); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(275); END_STATE(); case 77: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(65); + if (lookahead == '0' || + lookahead == '1') ADVANCE(271); END_STATE(); case 78: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(219); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(272); END_STATE(); case 79: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(82); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(270); END_STATE(); case 80: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); END_STATE(); case 81: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(274); END_STATE(); case 82: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(75); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(275); END_STATE(); case 83: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(64); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(280); END_STATE(); case 84: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(78); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(281); END_STATE(); case 85: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(74); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(247); END_STATE(); case 86: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(73); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(273); END_STATE(); case 87: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(84); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(75); END_STATE(); case 88: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(85); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(248); END_STATE(); case 89: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(86); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(92); END_STATE(); case 90: - if (lookahead != 0 && - lookahead != '\n') ADVANCE(37); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(73); END_STATE(); case 91: - if (lookahead != 0 && - lookahead != '\n') ADVANCE(228); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(72); END_STATE(); case 92: - if (eof) ADVANCE(95); - if (lookahead == '!') ADVANCE(109); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '#') ADVANCE(10); - if (lookahead == '$') ADVANCE(241); - if (lookahead == '%') ADVANCE(190); - if (lookahead == '&') ADVANCE(172); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(98); - if (lookahead == '+') ADVANCE(184); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(188); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(131); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(124); - if (lookahead == '=') ADVANCE(102); - if (lookahead == '>') ADVANCE(129); - if (lookahead == '?') ADVANCE(247); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '^') ADVANCE(175); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(105); - if (lookahead == '|') ADVANCE(178); - if (lookahead == '}') ADVANCE(107); - if (lookahead == '~') ADVANCE(201); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(92) - if (lookahead != 0 && - lookahead > 31) ADVANCE(242); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(85); END_STATE(); case 93: - if (eof) ADVANCE(95); - if (lookahead == '!') ADVANCE(109); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '%') ADVANCE(189); - if (lookahead == '&') ADVANCE(173); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(99); - if (lookahead == '+') ADVANCE(183); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(186); - if (lookahead == '.') ADVANCE(142); - if (lookahead == '/') ADVANCE(131); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(126); - if (lookahead == '=') ADVANCE(101); - if (lookahead == '>') ADVANCE(130); - if (lookahead == '?') ADVANCE(26); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '^') ADVANCE(174); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(179); - if (lookahead == '}') ADVANCE(107); - if (lookahead == '~') ADVANCE(201); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(93) - if (lookahead != 0 && - lookahead > '#') ADVANCE(242); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(74); END_STATE(); case 94: - if (eof) ADVANCE(95); - if (lookahead == '!') ADVANCE(108); - if (lookahead == '"') ADVANCE(204); - if (lookahead == '#') ADVANCE(10); - if (lookahead == '&') ADVANCE(171); - if (lookahead == '\'') ADVANCE(205); - if (lookahead == '(') ADVANCE(110); - if (lookahead == ')') ADVANCE(111); - if (lookahead == '*') ADVANCE(97); - if (lookahead == '+') ADVANCE(183); - if (lookahead == ',') ADVANCE(106); - if (lookahead == '-') ADVANCE(186); - if (lookahead == '.') ADVANCE(141); - if (lookahead == '/') ADVANCE(131); - if (lookahead == '0') ADVANCE(231); - if (lookahead == ':') ADVANCE(113); - if (lookahead == ';') ADVANCE(112); - if (lookahead == '<') ADVANCE(127); - if (lookahead == '=') ADVANCE(103); - if (lookahead == '>') ADVANCE(128); - if (lookahead == '?') ADVANCE(245); - if (lookahead == '@') ADVANCE(244); - if (lookahead == '[') ADVANCE(114); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == ']') ADVANCE(115); - if (lookahead == '`') ADVANCE(224); - if (lookahead == '{') ADVANCE(104); - if (lookahead == '|') ADVANCE(181); - if (lookahead == '}') ADVANCE(107); - if (lookahead == '~') ADVANCE(201); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(94) - if (lookahead != 0 && - lookahead > 31 && - lookahead != '%' && - lookahead != '^') ADVANCE(242); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(88); END_STATE(); case 95: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(84); END_STATE(); case 96: - ACCEPT_TOKEN(sym_hash_bang_line); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(96); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(83); END_STATE(); case 97: - ACCEPT_TOKEN(anon_sym_STAR); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(94); END_STATE(); case 98: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(192); - if (lookahead == '=') ADVANCE(147); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(95); END_STATE(); case 99: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(191); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(96); END_STATE(); case 100: - ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(47); END_STATE(); case 101: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(194); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(266); END_STATE(); case 102: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(194); - if (lookahead == '>') ADVANCE(143); + if (eof) ADVANCE(105); + if (lookahead == '!') ADVANCE(119); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '#') ADVANCE(13); + if (lookahead == '$') ADVANCE(279); + if (lookahead == '%') ADVANCE(201); + if (lookahead == '&') ADVANCE(181); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(108); + if (lookahead == '+') ADVANCE(193); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(196); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(198); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(206); + if (lookahead == '=') ADVANCE(112); + if (lookahead == '>') ADVANCE(144); + if (lookahead == '?') ADVANCE(285); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '^') ADVANCE(184); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(115); + if (lookahead == '|') ADVANCE(187); + if (lookahead == '}') ADVANCE(117); + if (lookahead == '~') ADVANCE(220); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(102) + if (lookahead != 0 && + lookahead > 31) ADVANCE(280); END_STATE(); case 103: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '>') ADVANCE(143); + if (eof) ADVANCE(105); + if (lookahead == '!') ADVANCE(119); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '%') ADVANCE(200); + if (lookahead == '&') ADVANCE(182); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(109); + if (lookahead == '+') ADVANCE(192); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(194); + if (lookahead == '.') ADVANCE(149); + if (lookahead == '/') ADVANCE(198); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(210); + if (lookahead == '=') ADVANCE(111); + if (lookahead == '>') ADVANCE(145); + if (lookahead == '?') ADVANCE(38); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '^') ADVANCE(183); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(188); + if (lookahead == '}') ADVANCE(117); + if (lookahead == '~') ADVANCE(220); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(103) + if (lookahead != 0 && + lookahead > '#') ADVANCE(280); END_STATE(); case 104: - ACCEPT_TOKEN(anon_sym_LBRACE); + if (eof) ADVANCE(105); + if (lookahead == '!') ADVANCE(118); + if (lookahead == '"') ADVANCE(223); + if (lookahead == '#') ADVANCE(13); + if (lookahead == '&') ADVANCE(180); + if (lookahead == '\'') ADVANCE(224); + if (lookahead == '(') ADVANCE(120); + if (lookahead == ')') ADVANCE(121); + if (lookahead == '*') ADVANCE(107); + if (lookahead == '+') ADVANCE(192); + if (lookahead == ',') ADVANCE(116); + if (lookahead == '-') ADVANCE(194); + if (lookahead == '.') ADVANCE(148); + if (lookahead == '/') ADVANCE(198); + if (lookahead == '0') ADVANCE(269); + if (lookahead == ':') ADVANCE(123); + if (lookahead == ';') ADVANCE(122); + if (lookahead == '<') ADVANCE(211); + if (lookahead == '=') ADVANCE(113); + if (lookahead == '>') ADVANCE(143); + if (lookahead == '?') ADVANCE(283); + if (lookahead == '@') ADVANCE(282); + if (lookahead == '[') ADVANCE(124); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == ']') ADVANCE(125); + if (lookahead == '`') ADVANCE(257); + if (lookahead == '{') ADVANCE(114); + if (lookahead == '|') ADVANCE(190); + if (lookahead == '}') ADVANCE(117); + if (lookahead == '~') ADVANCE(220); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(104) + if (lookahead != 0 && + lookahead > 31 && + lookahead != '%' && + lookahead != '^') ADVANCE(280); END_STATE(); case 105: - ACCEPT_TOKEN(anon_sym_LBRACE); - if (lookahead == '|') ADVANCE(251); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 106: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(sym_hash_bang_line); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(106); END_STATE(); case 107: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 108: - ACCEPT_TOKEN(anon_sym_BANG); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(203); + if (lookahead == '=') ADVANCE(156); END_STATE(); case 109: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(196); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(202); END_STATE(); case 110: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 111: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(213); END_STATE(); case 112: - ACCEPT_TOKEN(anon_sym_SEMI); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(213); + if (lookahead == '>') ADVANCE(152); END_STATE(); case 113: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '>') ADVANCE(152); END_STATE(); case 114: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 115: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_LBRACE); + if (lookahead == '|') ADVANCE(289); END_STATE(); case 116: - ACCEPT_TOKEN(sym__glimmer_template_content); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 117: - ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '*') ADVANCE(24); - if (lookahead == '/') ADVANCE(223); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 118: - ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '/') ADVANCE(117); - if (lookahead == '<') ADVANCE(119); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(118); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(116); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 119: - ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '/') ADVANCE(52); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(215); END_STATE(); case 120: - ACCEPT_TOKEN(anon_sym_LTtemplate_GT); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 121: - ACCEPT_TOKEN(anon_sym_LT_SLASHtemplate_GT); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 122: - ACCEPT_TOKEN(anon_sym_LT); + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 123: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(170); - if (lookahead == '=') ADVANCE(193); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 124: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(170); - if (lookahead == '=') ADVANCE(193); - if (lookahead == 't') ADVANCE(40); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 125: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(169); - if (lookahead == '=') ADVANCE(193); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 126: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(169); - if (lookahead == '=') ADVANCE(193); - if (lookahead == 't') ADVANCE(40); + ACCEPT_TOKEN(sym__glimmer_template_content); END_STATE(); case 127: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == 't') ADVANCE(40); + ACCEPT_TOKEN(sym__glimmer_template_content); + if (lookahead == '!') ADVANCE(33); + if (lookahead == '/') ADVANCE(62); END_STATE(); case 128: - ACCEPT_TOKEN(anon_sym_GT); + ACCEPT_TOKEN(sym__glimmer_template_content); + if (lookahead == '*') ADVANCE(30); + if (lookahead == '/') ADVANCE(254); END_STATE(); case 129: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(198); - if (lookahead == '>') ADVANCE(165); + ACCEPT_TOKEN(sym__glimmer_template_content); + if (lookahead == '-') ADVANCE(130); + if (lookahead == '/') ADVANCE(128); + if (lookahead == '<') ADVANCE(127); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(129); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(126); END_STATE(); case 130: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(198); - if (lookahead == '>') ADVANCE(166); + ACCEPT_TOKEN(sym__glimmer_template_content); + if (lookahead == '-') ADVANCE(43); END_STATE(); case 131: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(24); - if (lookahead == '/') ADVANCE(223); + ACCEPT_TOKEN(anon_sym_LTtemplate_GT); END_STATE(); case 132: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(24); - if (lookahead == '/') ADVANCE(223); - if (lookahead == '=') ADVANCE(148); + ACCEPT_TOKEN(anon_sym_LT_SLASHtemplate_GT); END_STATE(); case 133: - ACCEPT_TOKEN(sym_jsx_text); - if (lookahead == '\n') ADVANCE(138); - if (lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') ADVANCE(223); - if (lookahead != 0) ADVANCE(133); + ACCEPT_TOKEN(aux_sym_jsx_text_token1); + if (lookahead == ' ') ADVANCE(4); + if (lookahead == '*') ADVANCE(139); + if (lookahead == '/') ADVANCE(140); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '<' && + lookahead != '>' && + lookahead != '{' && + lookahead != '}') ADVANCE(136); END_STATE(); case 134: - ACCEPT_TOKEN(sym_jsx_text); - if (lookahead == '*') ADVANCE(136); - if (lookahead == '/') ADVANCE(133); + ACCEPT_TOKEN(aux_sym_jsx_text_token1); + if (lookahead == ' ') ADVANCE(4); + if (lookahead == '-') ADVANCE(135); if (lookahead != 0 && + lookahead != '\n' && lookahead != '<' && lookahead != '>' && lookahead != '{' && - lookahead != '}') ADVANCE(138); + lookahead != '}') ADVANCE(136); END_STATE(); case 135: - ACCEPT_TOKEN(sym_jsx_text); - if (lookahead == '*') ADVANCE(135); - if (lookahead == '/') ADVANCE(138); - if (lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') ADVANCE(24); - if (lookahead != 0) ADVANCE(136); + ACCEPT_TOKEN(aux_sym_jsx_text_token1); + if (lookahead == ' ') ADVANCE(4); + if (lookahead == '>') ADVANCE(254); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '<' && + lookahead != '{' && + lookahead != '}') ADVANCE(136); END_STATE(); case 136: - ACCEPT_TOKEN(sym_jsx_text); - if (lookahead == '*') ADVANCE(135); - if (lookahead == '<' || - lookahead == '>' || - lookahead == '{' || - lookahead == '}') ADVANCE(24); - if (lookahead != 0) ADVANCE(136); - END_STATE(); - case 137: - ACCEPT_TOKEN(sym_jsx_text); - if (lookahead == '/') ADVANCE(134); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(137); + ACCEPT_TOKEN(aux_sym_jsx_text_token1); + if (lookahead == ' ') ADVANCE(4); if (lookahead != 0 && + lookahead != '\n' && lookahead != '<' && lookahead != '>' && lookahead != '{' && - lookahead != '}') ADVANCE(138); + lookahead != '}') ADVANCE(136); END_STATE(); - case 138: - ACCEPT_TOKEN(sym_jsx_text); + case 137: + ACCEPT_TOKEN(aux_sym_jsx_text_token1); + if (lookahead == ' ') ADVANCE(1); + if (lookahead == '-') ADVANCE(134); + if (lookahead == '/') ADVANCE(133); + if (aux_sym_jsx_text_token1_character_set_1(lookahead)) ADVANCE(137); if (lookahead != 0 && + lookahead != '\n' && lookahead != '<' && lookahead != '>' && lookahead != '{' && - lookahead != '}') ADVANCE(138); + lookahead != '}') ADVANCE(136); + END_STATE(); + case 138: + ACCEPT_TOKEN(aux_sym_jsx_text_token1); + if (lookahead == ' ') ADVANCE(5); + if (lookahead == '*') ADVANCE(138); + if (lookahead == '/') ADVANCE(136); + if (lookahead == '\n' || + lookahead == '<' || + lookahead == '>' || + lookahead == '{' || + lookahead == '}') ADVANCE(30); + if (lookahead != 0) ADVANCE(139); END_STATE(); case 139: - ACCEPT_TOKEN(sym_jsx_identifier); - if (lookahead == '$' || - lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(139); + ACCEPT_TOKEN(aux_sym_jsx_text_token1); + if (lookahead == ' ') ADVANCE(5); + if (lookahead == '*') ADVANCE(138); + if (lookahead == '\n' || + lookahead == '<' || + lookahead == '>' || + lookahead == '{' || + lookahead == '}') ADVANCE(30); + if (lookahead != 0) ADVANCE(139); END_STATE(); case 140: - ACCEPT_TOKEN(anon_sym_DOT); + ACCEPT_TOKEN(aux_sym_jsx_text_token1); + if (lookahead == ' ') ADVANCE(141); + if (lookahead == '<' || + lookahead == '>' || + lookahead == '{' || + lookahead == '}') ADVANCE(142); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(140); END_STATE(); case 141: - ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(27); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(238); + ACCEPT_TOKEN(aux_sym_jsx_text_token2); + if (lookahead == ' ') ADVANCE(141); + if (lookahead == '<' || + lookahead == '>' || + lookahead == '{' || + lookahead == '}') ADVANCE(142); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(140); END_STATE(); case 142: - ACCEPT_TOKEN(anon_sym_DOT); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(238); + ACCEPT_TOKEN(aux_sym_jsx_text_token2); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(142); END_STATE(); case 143: - ACCEPT_TOKEN(anon_sym_EQ_GT); + ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 144: - ACCEPT_TOKEN(anon_sym_QMARK_DOT); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(217); + if (lookahead == '>') ADVANCE(174); END_STATE(); case 145: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(217); + if (lookahead == '>') ADVANCE(175); END_STATE(); case 146: - ACCEPT_TOKEN(anon_sym_DASH_EQ); + ACCEPT_TOKEN(sym_jsx_identifier); + if (lookahead == '$' || + lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146); END_STATE(); case 147: - ACCEPT_TOKEN(anon_sym_STAR_EQ); + ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 148: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(39); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); END_STATE(); case 149: - ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + ACCEPT_TOKEN(anon_sym_DOT); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); END_STATE(); case 150: - ACCEPT_TOKEN(anon_sym_CARET_EQ); + ACCEPT_TOKEN(anon_sym_LT_SLASH); END_STATE(); case 151: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_SLASH_GT); END_STATE(); case 152: - ACCEPT_TOKEN(anon_sym_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 153: - ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_QMARK_DOT); END_STATE(); case 154: - ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 155: - ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 156: - ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 157: - ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 158: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 159: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); + ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 160: - ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); + ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 161: - ACCEPT_TOKEN(anon_sym_AMP_AMP); + ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 162: - ACCEPT_TOKEN(anon_sym_AMP_AMP); - if (lookahead == '=') ADVANCE(157); + ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 163: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ); END_STATE(); case 164: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); - if (lookahead == '=') ADVANCE(158); + ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 165: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(153); - if (lookahead == '>') ADVANCE(168); + ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 166: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '>') ADVANCE(167); + ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); END_STATE(); case 167: - ACCEPT_TOKEN(anon_sym_GT_GT_GT); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); END_STATE(); case 168: - ACCEPT_TOKEN(anon_sym_GT_GT_GT); - if (lookahead == '=') ADVANCE(154); + ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); END_STATE(); case 169: - ACCEPT_TOKEN(anon_sym_LT_LT); + ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 170: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(155); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 171: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(anon_sym_AMP_AMP); + if (lookahead == '=') ADVANCE(166); END_STATE(); case 172: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(162); - if (lookahead == '=') ADVANCE(151); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 173: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(161); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + if (lookahead == '=') ADVANCE(167); END_STATE(); case 174: - ACCEPT_TOKEN(anon_sym_CARET); + ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(162); + if (lookahead == '>') ADVANCE(177); END_STATE(); case 175: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(150); + ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '>') ADVANCE(176); END_STATE(); case 176: - ACCEPT_TOKEN(anon_sym_PIPE); + ACCEPT_TOKEN(anon_sym_GT_GT_GT); END_STATE(); case 177: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(152); - if (lookahead == '|') ADVANCE(164); + ACCEPT_TOKEN(anon_sym_GT_GT_GT); + if (lookahead == '=') ADVANCE(163); END_STATE(); case 178: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(152); - if (lookahead == '|') ADVANCE(164); - if (lookahead == '}') ADVANCE(252); + ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 179: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(163); + ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '=') ADVANCE(164); END_STATE(); case 180: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(163); - if (lookahead == '}') ADVANCE(252); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 181: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '}') ADVANCE(252); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(171); + if (lookahead == '=') ADVANCE(160); END_STATE(); case 182: - ACCEPT_TOKEN(anon_sym_PLUS); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(170); END_STATE(); case 183: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(202); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 184: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(202); - if (lookahead == '=') ADVANCE(145); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(159); END_STATE(); case 185: - ACCEPT_TOKEN(anon_sym_DASH); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 186: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(203); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(161); + if (lookahead == '|') ADVANCE(173); END_STATE(); case 187: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(203); - if (lookahead == '=') ADVANCE(146); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(161); + if (lookahead == '|') ADVANCE(173); + if (lookahead == '}') ADVANCE(290); END_STATE(); case 188: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(203); - if (lookahead == '=') ADVANCE(146); - if (lookahead == '?') ADVANCE(30); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '|') ADVANCE(172); END_STATE(); case 189: - ACCEPT_TOKEN(anon_sym_PERCENT); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '|') ADVANCE(172); + if (lookahead == '}') ADVANCE(290); END_STATE(); case 190: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(149); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '}') ADVANCE(290); END_STATE(); case 191: - ACCEPT_TOKEN(anon_sym_STAR_STAR); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 192: - ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(156); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(221); END_STATE(); case 193: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(221); + if (lookahead == '=') ADVANCE(154); END_STATE(); case 194: - ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (lookahead == '=') ADVANCE(195); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(222); END_STATE(); case 195: - ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(222); + if (lookahead == '=') ADVANCE(155); END_STATE(); case 196: - ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == '=') ADVANCE(197); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(222); + if (lookahead == '=') ADVANCE(155); + if (lookahead == '?') ADVANCE(40); END_STATE(); case 197: - ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(43); END_STATE(); case 198: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(30); + if (lookahead == '/') ADVANCE(254); END_STATE(); case 199: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(30); + if (lookahead == '/') ADVANCE(254); + if (lookahead == '=') ADVANCE(157); END_STATE(); case 200: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK); - if (lookahead == '=') ADVANCE(159); + ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 201: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(158); END_STATE(); case 202: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 203: - ACCEPT_TOKEN(anon_sym_DASH_DASH); + ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (lookahead == '=') ADVANCE(165); END_STATE(); case 204: - ACCEPT_TOKEN(anon_sym_DQUOTE); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(33); END_STATE(); case 205: - ACCEPT_TOKEN(anon_sym_SQUOTE); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(33); + if (lookahead == '/') ADVANCE(150); END_STATE(); case 206: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '\n') ADVANCE(211); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(206); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(33); + if (lookahead == '/') ADVANCE(150); + if (lookahead == '<') ADVANCE(179); + if (lookahead == '=') ADVANCE(212); + if (lookahead == 't') ADVANCE(50); END_STATE(); case 207: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(209); - if (lookahead == '/') ADVANCE(206); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(211); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(33); + if (lookahead == '<') ADVANCE(179); + if (lookahead == '=') ADVANCE(212); END_STATE(); case 208: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(208); - if (lookahead == '/') ADVANCE(211); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(209); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(33); + if (lookahead == '<') ADVANCE(179); + if (lookahead == '=') ADVANCE(212); + if (lookahead == 't') ADVANCE(50); END_STATE(); case 209: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(208); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(209); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(33); + if (lookahead == '<') ADVANCE(178); + if (lookahead == '=') ADVANCE(212); END_STATE(); case 210: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '/') ADVANCE(207); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(210); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(211); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(33); + if (lookahead == '<') ADVANCE(178); + if (lookahead == '=') ADVANCE(212); + if (lookahead == 't') ADVANCE(50); END_STATE(); case 211: - ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(211); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(33); + if (lookahead == 't') ADVANCE(50); END_STATE(); case 212: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '\n') ADVANCE(217); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(212); + ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 213: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(215); - if (lookahead == '/') ADVANCE(212); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(217); + ACCEPT_TOKEN(anon_sym_EQ_EQ); + if (lookahead == '=') ADVANCE(214); END_STATE(); case 214: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(214); - if (lookahead == '/') ADVANCE(217); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(215); + ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); END_STATE(); case 215: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(214); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(215); + ACCEPT_TOKEN(anon_sym_BANG_EQ); + if (lookahead == '=') ADVANCE(216); END_STATE(); case 216: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '/') ADVANCE(213); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(216); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(217); + ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); END_STATE(); case 217: - ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(217); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 218: - ACCEPT_TOKEN(sym_escape_sequence); + ACCEPT_TOKEN(anon_sym_QMARK_QMARK); END_STATE(); case 219: - ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(55); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(242); + ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + if (lookahead == '=') ADVANCE(168); END_STATE(); case 220: - ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(218); + ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 221: - ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(220); + ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 222: - ACCEPT_TOKEN(sym_comment); + ACCEPT_TOKEN(anon_sym_DASH_DASH); + if (lookahead == '>') ADVANCE(254); END_STATE(); case 223: - ACCEPT_TOKEN(sym_comment); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(223); + ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 224: - ACCEPT_TOKEN(anon_sym_BQUOTE); + ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); case 225: - ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '\n') ADVANCE(235); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(225); END_STATE(); case 226: - ACCEPT_TOKEN(anon_sym_SLASH2); - if (lookahead == '*') ADVANCE(24); - if (lookahead == '/') ADVANCE(223); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '!') ADVANCE(233); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(235); END_STATE(); case 227: - ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '\n') SKIP(28) - if (lookahead == '/') ADVANCE(22); - if (lookahead == '[') ADVANCE(37); - if (lookahead == '\\') ADVANCE(91); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(227); - if (lookahead != 0) ADVANCE(228); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '*') ADVANCE(229); + if (lookahead == '/') ADVANCE(225); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(235); END_STATE(); case 228: - ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '[') ADVANCE(37); - if (lookahead == '\\') ADVANCE(91); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '*') ADVANCE(228); + if (lookahead == '/') ADVANCE(235); if (lookahead != 0 && - lookahead != '\n' && - lookahead != '/') ADVANCE(228); + lookahead != '"' && + lookahead != '\\') ADVANCE(229); END_STATE(); case 229: - ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == '\\') ADVANCE(55); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(229); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(242); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '*') ADVANCE(228); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(229); END_STATE(); case 230: - ACCEPT_TOKEN(sym_number); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '-') ADVANCE(231); + if (lookahead == '/') ADVANCE(227); + if (lookahead == '<') ADVANCE(226); + if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(230); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(235); END_STATE(); case 231: - ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(239); - if (lookahead == '0') ADVANCE(236); - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(67); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(66); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(68); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(76); - if (lookahead == '_') ADVANCE(71); - if (lookahead == 'n') ADVANCE(230); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(232); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '-') ADVANCE(234); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(235); END_STATE(); case 232: - ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(239); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(66); - if (lookahead == '_') ADVANCE(69); - if (lookahead == 'n') ADVANCE(230); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(232); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '-') ADVANCE(225); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(235); END_STATE(); case 233: - ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(67); - if (lookahead == 'n') ADVANCE(230); - if (lookahead == '0' || - lookahead == '1') ADVANCE(233); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '-') ADVANCE(232); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(235); END_STATE(); case 234: - ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(68); - if (lookahead == 'n') ADVANCE(230); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(234); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '>') ADVANCE(225); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(235); END_STATE(); case 235: - ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(76); - if (lookahead == 'n') ADVANCE(230); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(235); + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(235); END_STATE(); case 236: - ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(71); - if (lookahead == 'n') ADVANCE(230); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(236); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '\n') ADVANCE(246); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(236); END_STATE(); case 237: - ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(72); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(237); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '!') ADVANCE(244); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(246); END_STATE(); case 238: - ACCEPT_TOKEN(sym_number); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(66); - if (lookahead == '_') ADVANCE(70); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(238); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '*') ADVANCE(240); + if (lookahead == '/') ADVANCE(236); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(246); END_STATE(); case 239: - ACCEPT_TOKEN(sym_number); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(66); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(238); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '*') ADVANCE(239); + if (lookahead == '/') ADVANCE(246); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(240); END_STATE(); case 240: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '-') ADVANCE(139); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == '$' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(240); - if (!sym_identifier_character_set_3(lookahead)) ADVANCE(242); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '*') ADVANCE(239); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(240); END_STATE(); case 241: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(55); - if (lookahead == '{') ADVANCE(225); - if (!sym_identifier_character_set_4(lookahead)) ADVANCE(242); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '-') ADVANCE(242); + if (lookahead == '/') ADVANCE(238); + if (lookahead == '<') ADVANCE(237); + if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(241); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(246); END_STATE(); case 242: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(55); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(242); - END_STATE(); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '-') ADVANCE(245); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(246); + END_STATE(); case 243: - ACCEPT_TOKEN(sym_private_property_identifier); - if (lookahead == '\\') ADVANCE(54); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(243); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '-') ADVANCE(236); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(246); END_STATE(); case 244: - ACCEPT_TOKEN(anon_sym_AT); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '-') ADVANCE(243); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(246); END_STATE(); case 245: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '>') ADVANCE(236); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(246); END_STATE(); case 246: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '.') ADVANCE(144); + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(246); END_STATE(); case 247: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '.') ADVANCE(144); - if (lookahead == '?') ADVANCE(200); + ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 248: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '.') ADVANCE(144); - if (lookahead == '?') ADVANCE(199); + ACCEPT_TOKEN(sym_escape_sequence); + if (lookahead == '\\') ADVANCE(65); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(280); END_STATE(); case 249: - ACCEPT_TOKEN(anon_sym_DASH_QMARK_COLON); + ACCEPT_TOKEN(sym_escape_sequence); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(247); END_STATE(); case 250: - ACCEPT_TOKEN(anon_sym_QMARK_COLON); + ACCEPT_TOKEN(sym_escape_sequence); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(249); END_STATE(); case 251: - ACCEPT_TOKEN(anon_sym_LBRACE_PIPE); + ACCEPT_TOKEN(sym_comment); END_STATE(); case 252: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '/') ADVANCE(254); + if (lookahead == '[') ADVANCE(253); + if (lookahead == '\\') ADVANCE(255); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(252); + END_STATE(); + case 253: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '\\') ADVANCE(256); + if (lookahead == ']') ADVANCE(252); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(253); + END_STATE(); + case 254: + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(254); + END_STATE(); + case 255: + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(252); + END_STATE(); + case 256: + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(253); + END_STATE(); + case 257: + ACCEPT_TOKEN(anon_sym_BQUOTE); + END_STATE(); + case 258: + ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); + END_STATE(); + case 259: + ACCEPT_TOKEN(anon_sym_SLASH2); + if (lookahead == '*') ADVANCE(30); + if (lookahead == '/') ADVANCE(254); + END_STATE(); + case 260: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '\n') SKIP(36) + if (lookahead == '-') ADVANCE(262); + if (lookahead == '/') ADVANCE(27); + if (lookahead == '<') ADVANCE(261); + if (lookahead == '[') ADVANCE(47); + if (lookahead == '\\') ADVANCE(101); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(260); + if (lookahead != 0) ADVANCE(266); + END_STATE(); + case 261: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '!') ADVANCE(264); + if (lookahead == '[') ADVANCE(47); + if (lookahead == '\\') ADVANCE(101); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(266); + END_STATE(); + case 262: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '-') ADVANCE(265); + if (lookahead == '[') ADVANCE(47); + if (lookahead == '\\') ADVANCE(101); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(266); + END_STATE(); + case 263: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '-') ADVANCE(252); + if (lookahead == '[') ADVANCE(47); + if (lookahead == '\\') ADVANCE(101); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(266); + END_STATE(); + case 264: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '-') ADVANCE(263); + if (lookahead == '[') ADVANCE(47); + if (lookahead == '\\') ADVANCE(101); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(266); + END_STATE(); + case 265: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '>') ADVANCE(252); + if (lookahead == '[') ADVANCE(47); + if (lookahead == '\\') ADVANCE(101); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(266); + END_STATE(); + case 266: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '[') ADVANCE(47); + if (lookahead == '\\') ADVANCE(101); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(266); + END_STATE(); + case 267: + ACCEPT_TOKEN(sym_regex_flags); + if (lookahead == '\\') ADVANCE(65); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(267); + if (!sym_identifier_character_set_2(lookahead)) ADVANCE(280); + END_STATE(); + case 268: + ACCEPT_TOKEN(sym_number); + END_STATE(); + case 269: + ACCEPT_TOKEN(sym_number); + if (lookahead == '.') ADVANCE(277); + if (lookahead == '0') ADVANCE(274); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(77); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(76); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(78); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(86); + if (lookahead == '_') ADVANCE(81); + if (lookahead == 'n') ADVANCE(268); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(270); + END_STATE(); + case 270: + ACCEPT_TOKEN(sym_number); + if (lookahead == '.') ADVANCE(277); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(76); + if (lookahead == '_') ADVANCE(79); + if (lookahead == 'n') ADVANCE(268); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(270); + END_STATE(); + case 271: + ACCEPT_TOKEN(sym_number); + if (lookahead == '_') ADVANCE(77); + if (lookahead == 'n') ADVANCE(268); + if (lookahead == '0' || + lookahead == '1') ADVANCE(271); + END_STATE(); + case 272: + ACCEPT_TOKEN(sym_number); + if (lookahead == '_') ADVANCE(78); + if (lookahead == 'n') ADVANCE(268); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(272); + END_STATE(); + case 273: + ACCEPT_TOKEN(sym_number); + if (lookahead == '_') ADVANCE(86); + if (lookahead == 'n') ADVANCE(268); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(273); + END_STATE(); + case 274: + ACCEPT_TOKEN(sym_number); + if (lookahead == '_') ADVANCE(81); + if (lookahead == 'n') ADVANCE(268); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(274); + END_STATE(); + case 275: + ACCEPT_TOKEN(sym_number); + if (lookahead == '_') ADVANCE(82); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(275); + END_STATE(); + case 276: + ACCEPT_TOKEN(sym_number); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(76); + if (lookahead == '_') ADVANCE(80); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); + END_STATE(); + case 277: + ACCEPT_TOKEN(sym_number); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(76); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(276); + END_STATE(); + case 278: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '-') ADVANCE(146); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == '$' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(278); + if (!sym_identifier_character_set_3(lookahead)) ADVANCE(280); + END_STATE(); + case 279: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\\') ADVANCE(65); + if (lookahead == '{') ADVANCE(258); + if (!sym_identifier_character_set_4(lookahead)) ADVANCE(280); + END_STATE(); + case 280: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\\') ADVANCE(65); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(280); + END_STATE(); + case 281: + ACCEPT_TOKEN(sym_private_property_identifier); + if (lookahead == '\\') ADVANCE(64); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(281); + END_STATE(); + case 282: + ACCEPT_TOKEN(anon_sym_AT); + END_STATE(); + case 283: + ACCEPT_TOKEN(anon_sym_QMARK); + END_STATE(); + case 284: + ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '.') ADVANCE(153); + END_STATE(); + case 285: + ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '.') ADVANCE(153); + if (lookahead == '?') ADVANCE(219); + END_STATE(); + case 286: + ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '.') ADVANCE(153); + if (lookahead == '?') ADVANCE(218); + END_STATE(); + case 287: + ACCEPT_TOKEN(anon_sym_DASH_QMARK_COLON); + END_STATE(); + case 288: + ACCEPT_TOKEN(anon_sym_QMARK_COLON); + END_STATE(); + case 289: + ACCEPT_TOKEN(anon_sym_LBRACE_PIPE); + END_STATE(); + case 290: ACCEPT_TOKEN(anon_sym_PIPE_RBRACE); END_STATE(); default: @@ -10715,798 +11242,811 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { END_STATE(); case 69: if (lookahead == 'd') ADVANCE(134); - if (lookahead == 'k') ADVANCE(135); + if (lookahead == 'i') ADVANCE(135); + if (lookahead == 'k') ADVANCE(136); END_STATE(); case 70: - if (lookahead == 'r') ADVANCE(136); + if (lookahead == 'r') ADVANCE(137); END_STATE(); case 71: - if (lookahead == 'i') ADVANCE(137); + if (lookahead == 'i') ADVANCE(138); END_STATE(); case 72: - if (lookahead == 'i') ADVANCE(138); + if (lookahead == 'i') ADVANCE(139); END_STATE(); case 73: - if (lookahead == 't') ADVANCE(139); + if (lookahead == 't') ADVANCE(140); END_STATE(); case 74: - if (lookahead == 'e') ADVANCE(140); + if (lookahead == 'e') ADVANCE(141); END_STATE(); case 75: - if (lookahead == 't') ADVANCE(141); + if (lookahead == 't') ADVANCE(142); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_any); END_STATE(); case 77: - if (lookahead == 'e') ADVANCE(142); + if (lookahead == 'e') ADVANCE(143); END_STATE(); case 78: - if (lookahead == 'n') ADVANCE(143); + if (lookahead == 'n') ADVANCE(144); END_STATE(); case 79: - if (lookahead == 'i') ADVANCE(144); + if (lookahead == 'i') ADVANCE(145); END_STATE(); case 80: - if (lookahead == 'l') ADVANCE(145); + if (lookahead == 'l') ADVANCE(146); END_STATE(); case 81: - if (lookahead == 'a') ADVANCE(146); + if (lookahead == 'a') ADVANCE(147); END_STATE(); case 82: - if (lookahead == 'e') ADVANCE(147); + if (lookahead == 'e') ADVANCE(148); END_STATE(); case 83: - if (lookahead == 'c') ADVANCE(148); + if (lookahead == 'c') ADVANCE(149); END_STATE(); case 84: - if (lookahead == 's') ADVANCE(149); + if (lookahead == 's') ADVANCE(150); END_STATE(); case 85: - if (lookahead == 's') ADVANCE(150); - if (lookahead == 't') ADVANCE(151); + if (lookahead == 's') ADVANCE(151); + if (lookahead == 't') ADVANCE(152); END_STATE(); case 86: - if (lookahead == 'u') ADVANCE(152); + if (lookahead == 'u') ADVANCE(153); END_STATE(); case 87: - if (lookahead == 'l') ADVANCE(153); + if (lookahead == 'l') ADVANCE(154); END_STATE(); case 88: - if (lookahead == 'a') ADVANCE(154); + if (lookahead == 'a') ADVANCE(155); END_STATE(); case 89: - if (lookahead == 'e') ADVANCE(155); + if (lookahead == 'e') ADVANCE(156); END_STATE(); case 90: - if (lookahead == 'e') ADVANCE(156); + if (lookahead == 'e') ADVANCE(157); END_STATE(); case 91: - if (lookahead == 'm') ADVANCE(157); + if (lookahead == 'm') ADVANCE(158); END_STATE(); case 92: - if (lookahead == 'o') ADVANCE(158); + if (lookahead == 'o') ADVANCE(159); END_STATE(); case 93: - if (lookahead == 'e') ADVANCE(159); + if (lookahead == 'e') ADVANCE(160); END_STATE(); case 94: - if (lookahead == 's') ADVANCE(160); + if (lookahead == 's') ADVANCE(161); END_STATE(); case 95: - if (lookahead == 'a') ADVANCE(161); + if (lookahead == 'a') ADVANCE(162); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 97: - if (lookahead == 'm') ADVANCE(162); + if (lookahead == 'm') ADVANCE(163); END_STATE(); case 98: - if (lookahead == 'c') ADVANCE(163); + if (lookahead == 'c') ADVANCE(164); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_get); END_STATE(); case 100: - if (lookahead == 'b') ADVANCE(164); + if (lookahead == 'b') ADVANCE(165); END_STATE(); case 101: - if (lookahead == 'l') ADVANCE(165); - if (lookahead == 'o') ADVANCE(166); + if (lookahead == 'l') ADVANCE(166); + if (lookahead == 'o') ADVANCE(167); END_STATE(); case 102: - if (lookahead == 'e') ADVANCE(167); + if (lookahead == 'e') ADVANCE(168); END_STATE(); case 103: - if (lookahead == 't') ADVANCE(168); + if (lookahead == 't') ADVANCE(169); END_STATE(); case 104: - if (lookahead == 'e') ADVANCE(169); + if (lookahead == 'e') ADVANCE(170); END_STATE(); case 105: - if (lookahead == 'o') ADVANCE(170); + if (lookahead == 'o') ADVANCE(171); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_let); END_STATE(); case 107: - if (lookahead == 'u') ADVANCE(171); + if (lookahead == 'u') ADVANCE(172); END_STATE(); case 108: - if (lookahead == 'e') ADVANCE(172); + if (lookahead == 'e') ADVANCE(173); END_STATE(); case 109: - if (lookahead == 'e') ADVANCE(173); + if (lookahead == 'e') ADVANCE(174); END_STATE(); case 110: ACCEPT_TOKEN(anon_sym_new); END_STATE(); case 111: - if (lookahead == 'l') ADVANCE(174); + if (lookahead == 'l') ADVANCE(175); END_STATE(); case 112: - if (lookahead == 'b') ADVANCE(175); + if (lookahead == 'b') ADVANCE(176); END_STATE(); case 113: - if (lookahead == 'e') ADVANCE(176); + if (lookahead == 'e') ADVANCE(177); END_STATE(); case 114: - if (lookahead == 'r') ADVANCE(177); + if (lookahead == 'r') ADVANCE(178); END_STATE(); case 115: - if (lookahead == 'v') ADVANCE(178); + if (lookahead == 'v') ADVANCE(179); END_STATE(); case 116: - if (lookahead == 't') ADVANCE(179); + if (lookahead == 't') ADVANCE(180); END_STATE(); case 117: - if (lookahead == 'l') ADVANCE(180); + if (lookahead == 'l') ADVANCE(181); END_STATE(); case 118: - if (lookahead == 'd') ADVANCE(181); + if (lookahead == 'd') ADVANCE(182); END_STATE(); case 119: - if (lookahead == 'u') ADVANCE(182); + if (lookahead == 'u') ADVANCE(183); END_STATE(); case 120: - if (lookahead == 'u') ADVANCE(183); + if (lookahead == 'u') ADVANCE(184); END_STATE(); case 121: - if (lookahead == 'i') ADVANCE(184); + if (lookahead == 'i') ADVANCE(185); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_set); END_STATE(); case 123: - if (lookahead == 't') ADVANCE(185); + if (lookahead == 't') ADVANCE(186); END_STATE(); case 124: - if (lookahead == 'i') ADVANCE(186); + if (lookahead == 'i') ADVANCE(187); END_STATE(); case 125: - if (lookahead == 'e') ADVANCE(187); + if (lookahead == 'e') ADVANCE(188); END_STATE(); case 126: - if (lookahead == 't') ADVANCE(188); + if (lookahead == 't') ADVANCE(189); END_STATE(); case 127: - if (lookahead == 'b') ADVANCE(189); + if (lookahead == 'b') ADVANCE(190); END_STATE(); case 128: - if (lookahead == 'g') ADVANCE(190); + if (lookahead == 'g') ADVANCE(191); END_STATE(); case 129: - if (lookahead == 's') ADVANCE(191); + if (lookahead == 's') ADVANCE(192); END_STATE(); case 130: - if (lookahead == 'o') ADVANCE(192); + if (lookahead == 'o') ADVANCE(193); END_STATE(); case 131: - if (lookahead == 'e') ADVANCE(193); + if (lookahead == 'e') ADVANCE(194); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 133: - if (lookahead == 'e') ADVANCE(194); + if (lookahead == 'e') ADVANCE(195); END_STATE(); case 134: - if (lookahead == 'e') ADVANCE(195); + if (lookahead == 'e') ADVANCE(196); END_STATE(); case 135: - if (lookahead == 'n') ADVANCE(196); + if (lookahead == 'q') ADVANCE(197); END_STATE(); case 136: - ACCEPT_TOKEN(anon_sym_var); + if (lookahead == 'n') ADVANCE(198); END_STATE(); case 137: - if (lookahead == 'd') ADVANCE(197); + ACCEPT_TOKEN(anon_sym_var); END_STATE(); case 138: - if (lookahead == 'l') ADVANCE(198); + if (lookahead == 'd') ADVANCE(199); END_STATE(); case 139: - if (lookahead == 'h') ADVANCE(199); + if (lookahead == 'l') ADVANCE(200); END_STATE(); case 140: - if (lookahead == 'l') ADVANCE(200); + if (lookahead == 'h') ADVANCE(201); END_STATE(); case 141: - if (lookahead == 'r') ADVANCE(201); + if (lookahead == 'l') ADVANCE(202); END_STATE(); case 142: - if (lookahead == 'r') ADVANCE(202); + if (lookahead == 'r') ADVANCE(203); END_STATE(); case 143: - if (lookahead == 'c') ADVANCE(203); + if (lookahead == 'r') ADVANCE(204); END_STATE(); case 144: - if (lookahead == 't') ADVANCE(204); + if (lookahead == 'c') ADVANCE(205); END_STATE(); case 145: - if (lookahead == 'e') ADVANCE(205); + if (lookahead == 't') ADVANCE(206); END_STATE(); case 146: - if (lookahead == 'k') ADVANCE(206); + if (lookahead == 'e') ADVANCE(207); END_STATE(); case 147: - ACCEPT_TOKEN(anon_sym_case); + if (lookahead == 'k') ADVANCE(208); END_STATE(); case 148: - if (lookahead == 'h') ADVANCE(207); + ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 149: - if (lookahead == 's') ADVANCE(208); + if (lookahead == 'h') ADVANCE(209); END_STATE(); case 150: - if (lookahead == 't') ADVANCE(209); + if (lookahead == 's') ADVANCE(210); END_STATE(); case 151: - if (lookahead == 'i') ADVANCE(210); + if (lookahead == 't') ADVANCE(211); END_STATE(); case 152: - if (lookahead == 'g') ADVANCE(211); + if (lookahead == 'i') ADVANCE(212); END_STATE(); case 153: - if (lookahead == 'a') ADVANCE(212); + if (lookahead == 'g') ADVANCE(213); END_STATE(); case 154: - if (lookahead == 'u') ADVANCE(213); + if (lookahead == 'a') ADVANCE(214); END_STATE(); case 155: - if (lookahead == 't') ADVANCE(214); + if (lookahead == 'u') ADVANCE(215); END_STATE(); case 156: - ACCEPT_TOKEN(anon_sym_else); + if (lookahead == 't') ADVANCE(216); END_STATE(); case 157: - ACCEPT_TOKEN(anon_sym_enum); + ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 158: - if (lookahead == 'r') ADVANCE(215); + ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 159: - if (lookahead == 'n') ADVANCE(216); + if (lookahead == 'r') ADVANCE(217); END_STATE(); case 160: - if (lookahead == 'e') ADVANCE(217); + if (lookahead == 'n') ADVANCE(218); END_STATE(); case 161: - if (lookahead == 'l') ADVANCE(218); + if (lookahead == 'e') ADVANCE(219); END_STATE(); case 162: - ACCEPT_TOKEN(anon_sym_from); + if (lookahead == 'l') ADVANCE(220); END_STATE(); case 163: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_from); END_STATE(); case 164: - if (lookahead == 'a') ADVANCE(220); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 165: - if (lookahead == 'e') ADVANCE(221); + if (lookahead == 'a') ADVANCE(222); END_STATE(); case 166: - if (lookahead == 'r') ADVANCE(222); + if (lookahead == 'e') ADVANCE(223); END_STATE(); case 167: - if (lookahead == 'r') ADVANCE(223); + if (lookahead == 'r') ADVANCE(224); END_STATE(); case 168: - if (lookahead == 'a') ADVANCE(224); + if (lookahead == 'r') ADVANCE(225); END_STATE(); case 169: - if (lookahead == 'r') ADVANCE(225); + if (lookahead == 'a') ADVANCE(226); END_STATE(); case 170: - if (lookahead == 'f') ADVANCE(226); + if (lookahead == 'r') ADVANCE(227); END_STATE(); case 171: - if (lookahead == 'l') ADVANCE(227); + if (lookahead == 'f') ADVANCE(228); END_STATE(); case 172: - if (lookahead == 's') ADVANCE(228); + if (lookahead == 'l') ADVANCE(229); END_STATE(); case 173: - if (lookahead == 'r') ADVANCE(229); + if (lookahead == 's') ADVANCE(230); END_STATE(); case 174: - ACCEPT_TOKEN(sym_null); + if (lookahead == 'r') ADVANCE(231); END_STATE(); case 175: - if (lookahead == 'e') ADVANCE(230); + ACCEPT_TOKEN(sym_null); END_STATE(); case 176: - if (lookahead == 'c') ADVANCE(231); + if (lookahead == 'e') ADVANCE(232); END_STATE(); case 177: - if (lookahead == 'r') ADVANCE(232); + if (lookahead == 'c') ADVANCE(233); END_STATE(); case 178: - if (lookahead == 'a') ADVANCE(233); + if (lookahead == 'r') ADVANCE(234); END_STATE(); case 179: - if (lookahead == 'e') ADVANCE(234); + if (lookahead == 'a') ADVANCE(235); END_STATE(); case 180: - if (lookahead == 'i') ADVANCE(235); + if (lookahead == 'e') ADVANCE(236); END_STATE(); case 181: - if (lookahead == 'o') ADVANCE(236); + if (lookahead == 'i') ADVANCE(237); END_STATE(); case 182: - if (lookahead == 'i') ADVANCE(237); + if (lookahead == 'o') ADVANCE(238); END_STATE(); case 183: - if (lookahead == 'r') ADVANCE(238); + if (lookahead == 'i') ADVANCE(239); END_STATE(); case 184: - if (lookahead == 's') ADVANCE(239); + if (lookahead == 'r') ADVANCE(240); END_STATE(); case 185: - if (lookahead == 'i') ADVANCE(240); + if (lookahead == 's') ADVANCE(241); END_STATE(); case 186: - if (lookahead == 'n') ADVANCE(241); + if (lookahead == 'i') ADVANCE(242); END_STATE(); case 187: - if (lookahead == 'r') ADVANCE(242); + if (lookahead == 'n') ADVANCE(243); END_STATE(); case 188: - if (lookahead == 'c') ADVANCE(243); + if (lookahead == 'r') ADVANCE(244); END_STATE(); case 189: - if (lookahead == 'o') ADVANCE(244); + if (lookahead == 'c') ADVANCE(245); END_STATE(); case 190: - if (lookahead == 'e') ADVANCE(245); + if (lookahead == 'o') ADVANCE(246); END_STATE(); case 191: - ACCEPT_TOKEN(sym_this); + if (lookahead == 'e') ADVANCE(247); END_STATE(); case 192: - if (lookahead == 'w') ADVANCE(246); + ACCEPT_TOKEN(sym_this); END_STATE(); case 193: - ACCEPT_TOKEN(sym_true); + if (lookahead == 'w') ADVANCE(248); END_STATE(); case 194: - ACCEPT_TOKEN(anon_sym_type); - if (lookahead == 'o') ADVANCE(247); + ACCEPT_TOKEN(sym_true); END_STATE(); case 195: - if (lookahead == 'f') ADVANCE(248); + ACCEPT_TOKEN(anon_sym_type); + if (lookahead == 'o') ADVANCE(249); END_STATE(); case 196: - if (lookahead == 'o') ADVANCE(249); + if (lookahead == 'f') ADVANCE(250); END_STATE(); case 197: - ACCEPT_TOKEN(anon_sym_void); + if (lookahead == 'u') ADVANCE(251); END_STATE(); case 198: - if (lookahead == 'e') ADVANCE(250); + if (lookahead == 'o') ADVANCE(252); END_STATE(); case 199: - ACCEPT_TOKEN(anon_sym_with); + ACCEPT_TOKEN(anon_sym_void); END_STATE(); case 200: - if (lookahead == 'd') ADVANCE(251); + if (lookahead == 'e') ADVANCE(253); END_STATE(); case 201: - if (lookahead == 'a') ADVANCE(252); + ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 202: - if (lookahead == 't') ADVANCE(253); + if (lookahead == 'd') ADVANCE(254); END_STATE(); case 203: - ACCEPT_TOKEN(anon_sym_async); + if (lookahead == 'a') ADVANCE(255); END_STATE(); case 204: - ACCEPT_TOKEN(anon_sym_await); + if (lookahead == 't') ADVANCE(256); END_STATE(); case 205: - if (lookahead == 'a') ADVANCE(254); + ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 206: - ACCEPT_TOKEN(anon_sym_break); + ACCEPT_TOKEN(anon_sym_await); END_STATE(); case 207: - ACCEPT_TOKEN(anon_sym_catch); + if (lookahead == 'a') ADVANCE(257); END_STATE(); case 208: - ACCEPT_TOKEN(anon_sym_class); + ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 209: - ACCEPT_TOKEN(anon_sym_const); + ACCEPT_TOKEN(anon_sym_catch); END_STATE(); case 210: - if (lookahead == 'n') ADVANCE(255); + ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 211: - if (lookahead == 'g') ADVANCE(256); + ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 212: - if (lookahead == 'r') ADVANCE(257); + if (lookahead == 'n') ADVANCE(258); END_STATE(); case 213: - if (lookahead == 'l') ADVANCE(258); + if (lookahead == 'g') ADVANCE(259); END_STATE(); case 214: - if (lookahead == 'e') ADVANCE(259); + if (lookahead == 'r') ADVANCE(260); END_STATE(); case 215: - if (lookahead == 't') ADVANCE(260); + if (lookahead == 'l') ADVANCE(261); END_STATE(); case 216: - if (lookahead == 'd') ADVANCE(261); + if (lookahead == 'e') ADVANCE(262); END_STATE(); case 217: - ACCEPT_TOKEN(sym_false); + if (lookahead == 't') ADVANCE(263); END_STATE(); case 218: - if (lookahead == 'l') ADVANCE(262); + if (lookahead == 'd') ADVANCE(264); END_STATE(); case 219: - if (lookahead == 'i') ADVANCE(263); + ACCEPT_TOKEN(sym_false); END_STATE(); case 220: - if (lookahead == 'l') ADVANCE(264); + if (lookahead == 'l') ADVANCE(265); END_STATE(); case 221: - if (lookahead == 'm') ADVANCE(265); + if (lookahead == 'i') ADVANCE(266); END_STATE(); case 222: - if (lookahead == 't') ADVANCE(266); + if (lookahead == 'l') ADVANCE(267); END_STATE(); case 223: - ACCEPT_TOKEN(anon_sym_infer); + if (lookahead == 'm') ADVANCE(268); END_STATE(); case 224: - if (lookahead == 'n') ADVANCE(267); + if (lookahead == 't') ADVANCE(269); END_STATE(); case 225: - if (lookahead == 'f') ADVANCE(268); + ACCEPT_TOKEN(anon_sym_infer); END_STATE(); case 226: - ACCEPT_TOKEN(anon_sym_keyof); + if (lookahead == 'n') ADVANCE(270); END_STATE(); case 227: - if (lookahead == 'e') ADVANCE(269); + if (lookahead == 'f') ADVANCE(271); END_STATE(); case 228: - if (lookahead == 'p') ADVANCE(270); + ACCEPT_TOKEN(anon_sym_keyof); END_STATE(); case 229: - ACCEPT_TOKEN(anon_sym_never); + if (lookahead == 'e') ADVANCE(272); END_STATE(); case 230: - if (lookahead == 'r') ADVANCE(271); + if (lookahead == 'p') ADVANCE(273); END_STATE(); case 231: - if (lookahead == 't') ADVANCE(272); + ACCEPT_TOKEN(anon_sym_never); END_STATE(); case 232: - if (lookahead == 'i') ADVANCE(273); + if (lookahead == 'r') ADVANCE(274); END_STATE(); case 233: - if (lookahead == 't') ADVANCE(274); + if (lookahead == 't') ADVANCE(275); END_STATE(); case 234: - if (lookahead == 'c') ADVANCE(275); + if (lookahead == 'i') ADVANCE(276); END_STATE(); case 235: - if (lookahead == 'c') ADVANCE(276); + if (lookahead == 't') ADVANCE(277); END_STATE(); case 236: - if (lookahead == 'n') ADVANCE(277); + if (lookahead == 'c') ADVANCE(278); END_STATE(); case 237: - if (lookahead == 'r') ADVANCE(278); + if (lookahead == 'c') ADVANCE(279); END_STATE(); case 238: - if (lookahead == 'n') ADVANCE(279); + if (lookahead == 'n') ADVANCE(280); END_STATE(); case 239: - if (lookahead == 'f') ADVANCE(280); + if (lookahead == 'r') ADVANCE(281); END_STATE(); case 240: - if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'n') ADVANCE(282); END_STATE(); case 241: - if (lookahead == 'g') ADVANCE(282); + if (lookahead == 'f') ADVANCE(283); END_STATE(); case 242: - ACCEPT_TOKEN(sym_super); + if (lookahead == 'c') ADVANCE(284); END_STATE(); case 243: - if (lookahead == 'h') ADVANCE(283); + if (lookahead == 'g') ADVANCE(285); END_STATE(); case 244: - if (lookahead == 'l') ADVANCE(284); + ACCEPT_TOKEN(sym_super); END_STATE(); case 245: - if (lookahead == 't') ADVANCE(285); + if (lookahead == 'h') ADVANCE(286); END_STATE(); case 246: - ACCEPT_TOKEN(anon_sym_throw); + if (lookahead == 'l') ADVANCE(287); END_STATE(); case 247: - if (lookahead == 'f') ADVANCE(286); + if (lookahead == 't') ADVANCE(288); END_STATE(); case 248: - if (lookahead == 'i') ADVANCE(287); + ACCEPT_TOKEN(anon_sym_throw); END_STATE(); case 249: - if (lookahead == 'w') ADVANCE(288); + if (lookahead == 'f') ADVANCE(289); END_STATE(); case 250: - ACCEPT_TOKEN(anon_sym_while); + if (lookahead == 'i') ADVANCE(290); END_STATE(); case 251: - ACCEPT_TOKEN(anon_sym_yield); + if (lookahead == 'e') ADVANCE(291); END_STATE(); case 252: - if (lookahead == 'c') ADVANCE(289); + if (lookahead == 'w') ADVANCE(292); END_STATE(); case 253: - if (lookahead == 's') ADVANCE(290); + ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 254: - if (lookahead == 'n') ADVANCE(291); + ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 255: - if (lookahead == 'u') ADVANCE(292); + if (lookahead == 'c') ADVANCE(293); END_STATE(); case 256: - if (lookahead == 'e') ADVANCE(293); + if (lookahead == 's') ADVANCE(294); END_STATE(); case 257: - if (lookahead == 'e') ADVANCE(294); + if (lookahead == 'n') ADVANCE(295); END_STATE(); case 258: - if (lookahead == 't') ADVANCE(295); + if (lookahead == 'u') ADVANCE(296); END_STATE(); case 259: - ACCEPT_TOKEN(anon_sym_delete); + if (lookahead == 'e') ADVANCE(297); END_STATE(); case 260: - ACCEPT_TOKEN(anon_sym_export); + if (lookahead == 'e') ADVANCE(298); END_STATE(); case 261: - if (lookahead == 's') ADVANCE(296); + if (lookahead == 't') ADVANCE(299); END_STATE(); case 262: - if (lookahead == 'y') ADVANCE(297); + ACCEPT_TOKEN(anon_sym_delete); END_STATE(); case 263: - if (lookahead == 'o') ADVANCE(298); + ACCEPT_TOKEN(anon_sym_export); END_STATE(); case 264: - ACCEPT_TOKEN(anon_sym_global); + if (lookahead == 's') ADVANCE(300); END_STATE(); case 265: - if (lookahead == 'e') ADVANCE(299); + if (lookahead == 'y') ADVANCE(301); END_STATE(); case 266: - ACCEPT_TOKEN(anon_sym_import); + if (lookahead == 'o') ADVANCE(302); END_STATE(); case 267: - if (lookahead == 'c') ADVANCE(300); + ACCEPT_TOKEN(anon_sym_global); END_STATE(); case 268: - if (lookahead == 'a') ADVANCE(301); + if (lookahead == 'e') ADVANCE(303); END_STATE(); case 269: - ACCEPT_TOKEN(anon_sym_module); + ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 270: - if (lookahead == 'a') ADVANCE(302); + if (lookahead == 'c') ADVANCE(304); END_STATE(); case 271: - ACCEPT_TOKEN(anon_sym_number); + if (lookahead == 'a') ADVANCE(305); END_STATE(); case 272: - ACCEPT_TOKEN(anon_sym_object); + ACCEPT_TOKEN(anon_sym_module); END_STATE(); case 273: - if (lookahead == 'd') ADVANCE(303); + if (lookahead == 'a') ADVANCE(306); END_STATE(); case 274: - if (lookahead == 'e') ADVANCE(304); + ACCEPT_TOKEN(anon_sym_number); END_STATE(); case 275: - if (lookahead == 't') ADVANCE(305); + ACCEPT_TOKEN(anon_sym_object); END_STATE(); case 276: - ACCEPT_TOKEN(anon_sym_public); + if (lookahead == 'd') ADVANCE(307); END_STATE(); case 277: - if (lookahead == 'l') ADVANCE(306); + if (lookahead == 'e') ADVANCE(308); END_STATE(); case 278: - if (lookahead == 'e') ADVANCE(307); + if (lookahead == 't') ADVANCE(309); END_STATE(); case 279: - ACCEPT_TOKEN(anon_sym_return); + ACCEPT_TOKEN(anon_sym_public); END_STATE(); case 280: - if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'l') ADVANCE(310); END_STATE(); case 281: - ACCEPT_TOKEN(anon_sym_static); + if (lookahead == 'e') ADVANCE(311); END_STATE(); case 282: - ACCEPT_TOKEN(anon_sym_string); + ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 283: - ACCEPT_TOKEN(anon_sym_switch); + if (lookahead == 'i') ADVANCE(312); END_STATE(); case 284: - ACCEPT_TOKEN(anon_sym_symbol); + ACCEPT_TOKEN(anon_sym_static); END_STATE(); case 285: - ACCEPT_TOKEN(anon_sym_target); + ACCEPT_TOKEN(anon_sym_string); END_STATE(); case 286: - ACCEPT_TOKEN(anon_sym_typeof); + ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 287: - if (lookahead == 'n') ADVANCE(309); + ACCEPT_TOKEN(anon_sym_symbol); END_STATE(); case 288: - if (lookahead == 'n') ADVANCE(310); + ACCEPT_TOKEN(anon_sym_target); END_STATE(); case 289: - if (lookahead == 't') ADVANCE(311); + ACCEPT_TOKEN(anon_sym_typeof); END_STATE(); case 290: - ACCEPT_TOKEN(anon_sym_asserts); + if (lookahead == 'n') ADVANCE(313); END_STATE(); case 291: - ACCEPT_TOKEN(anon_sym_boolean); + ACCEPT_TOKEN(anon_sym_unique); END_STATE(); case 292: - if (lookahead == 'e') ADVANCE(312); + if (lookahead == 'n') ADVANCE(314); END_STATE(); case 293: - if (lookahead == 'r') ADVANCE(313); + if (lookahead == 't') ADVANCE(315); END_STATE(); case 294: - ACCEPT_TOKEN(anon_sym_declare); + ACCEPT_TOKEN(anon_sym_asserts); END_STATE(); case 295: - ACCEPT_TOKEN(anon_sym_default); + ACCEPT_TOKEN(anon_sym_boolean); END_STATE(); case 296: - ACCEPT_TOKEN(anon_sym_extends); + if (lookahead == 'e') ADVANCE(316); END_STATE(); case 297: - ACCEPT_TOKEN(anon_sym_finally); + if (lookahead == 'r') ADVANCE(317); END_STATE(); case 298: - if (lookahead == 'n') ADVANCE(314); + ACCEPT_TOKEN(anon_sym_declare); END_STATE(); case 299: - if (lookahead == 'n') ADVANCE(315); + ACCEPT_TOKEN(anon_sym_default); END_STATE(); case 300: - if (lookahead == 'e') ADVANCE(316); + ACCEPT_TOKEN(anon_sym_extends); END_STATE(); case 301: - if (lookahead == 'c') ADVANCE(317); + ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 302: - if (lookahead == 'c') ADVANCE(318); + if (lookahead == 'n') ADVANCE(318); END_STATE(); case 303: - if (lookahead == 'e') ADVANCE(319); + if (lookahead == 'n') ADVANCE(319); END_STATE(); case 304: - ACCEPT_TOKEN(anon_sym_private); + if (lookahead == 'e') ADVANCE(320); END_STATE(); case 305: - if (lookahead == 'e') ADVANCE(320); + if (lookahead == 'c') ADVANCE(321); END_STATE(); case 306: - if (lookahead == 'y') ADVANCE(321); + if (lookahead == 'c') ADVANCE(322); END_STATE(); case 307: - ACCEPT_TOKEN(anon_sym_require); + if (lookahead == 'e') ADVANCE(323); END_STATE(); case 308: - if (lookahead == 'e') ADVANCE(322); + ACCEPT_TOKEN(anon_sym_private); END_STATE(); case 309: - if (lookahead == 'e') ADVANCE(323); + if (lookahead == 'e') ADVANCE(324); END_STATE(); case 310: - ACCEPT_TOKEN(anon_sym_unknown); + if (lookahead == 'y') ADVANCE(325); END_STATE(); case 311: - ACCEPT_TOKEN(anon_sym_abstract); + ACCEPT_TOKEN(anon_sym_require); END_STATE(); case 312: - ACCEPT_TOKEN(anon_sym_continue); + if (lookahead == 'e') ADVANCE(326); END_STATE(); case 313: - ACCEPT_TOKEN(anon_sym_debugger); + if (lookahead == 'e') ADVANCE(327); END_STATE(); case 314: - ACCEPT_TOKEN(anon_sym_function); + ACCEPT_TOKEN(anon_sym_unknown); END_STATE(); case 315: - if (lookahead == 't') ADVANCE(324); + ACCEPT_TOKEN(anon_sym_abstract); END_STATE(); case 316: - if (lookahead == 'o') ADVANCE(325); + ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 317: - if (lookahead == 'e') ADVANCE(326); + ACCEPT_TOKEN(anon_sym_debugger); END_STATE(); case 318: - if (lookahead == 'e') ADVANCE(327); + ACCEPT_TOKEN(anon_sym_function); END_STATE(); case 319: - ACCEPT_TOKEN(anon_sym_override); + if (lookahead == 't') ADVANCE(328); END_STATE(); case 320: - if (lookahead == 'd') ADVANCE(328); + if (lookahead == 'o') ADVANCE(329); END_STATE(); case 321: - ACCEPT_TOKEN(anon_sym_readonly); + if (lookahead == 'e') ADVANCE(330); END_STATE(); case 322: - if (lookahead == 's') ADVANCE(329); + if (lookahead == 'e') ADVANCE(331); END_STATE(); case 323: - if (lookahead == 'd') ADVANCE(330); + ACCEPT_TOKEN(anon_sym_override); END_STATE(); case 324: - if (lookahead == 's') ADVANCE(331); + if (lookahead == 'd') ADVANCE(332); END_STATE(); case 325: - if (lookahead == 'f') ADVANCE(332); + ACCEPT_TOKEN(anon_sym_readonly); END_STATE(); case 326: - ACCEPT_TOKEN(anon_sym_interface); + if (lookahead == 's') ADVANCE(333); END_STATE(); case 327: - ACCEPT_TOKEN(anon_sym_namespace); + if (lookahead == 'd') ADVANCE(334); END_STATE(); case 328: - ACCEPT_TOKEN(anon_sym_protected); + if (lookahead == 's') ADVANCE(335); END_STATE(); case 329: - ACCEPT_TOKEN(anon_sym_satisfies); + if (lookahead == 'f') ADVANCE(336); END_STATE(); case 330: - ACCEPT_TOKEN(sym_undefined); + ACCEPT_TOKEN(anon_sym_interface); END_STATE(); case 331: - ACCEPT_TOKEN(anon_sym_implements); + ACCEPT_TOKEN(anon_sym_namespace); END_STATE(); case 332: + ACCEPT_TOKEN(anon_sym_protected); + END_STATE(); + case 333: + ACCEPT_TOKEN(anon_sym_satisfies); + END_STATE(); + case 334: + ACCEPT_TOKEN(sym_undefined); + END_STATE(); + case 335: + ACCEPT_TOKEN(anon_sym_implements); + END_STATE(); + case 336: ACCEPT_TOKEN(anon_sym_instanceof); END_STATE(); default: @@ -11516,4172 +12056,4172 @@ 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 = 94}, - [2] = {.lex_state = 4, .external_lex_state = 2}, - [3] = {.lex_state = 4, .external_lex_state = 2}, - [4] = {.lex_state = 94}, - [5] = {.lex_state = 94}, - [6] = {.lex_state = 94}, - [7] = {.lex_state = 94}, - [8] = {.lex_state = 94}, - [9] = {.lex_state = 94}, - [10] = {.lex_state = 94}, - [11] = {.lex_state = 94}, - [12] = {.lex_state = 94}, - [13] = {.lex_state = 94}, - [14] = {.lex_state = 94}, - [15] = {.lex_state = 94}, - [16] = {.lex_state = 94}, - [17] = {.lex_state = 94}, - [18] = {.lex_state = 94}, - [19] = {.lex_state = 94}, - [20] = {.lex_state = 94}, - [21] = {.lex_state = 94}, - [22] = {.lex_state = 94}, - [23] = {.lex_state = 94}, - [24] = {.lex_state = 94}, - [25] = {.lex_state = 94}, - [26] = {.lex_state = 94}, - [27] = {.lex_state = 94}, - [28] = {.lex_state = 94}, - [29] = {.lex_state = 94}, - [30] = {.lex_state = 94}, - [31] = {.lex_state = 94}, - [32] = {.lex_state = 94}, - [33] = {.lex_state = 94}, - [34] = {.lex_state = 94}, - [35] = {.lex_state = 94}, - [36] = {.lex_state = 94}, - [37] = {.lex_state = 94}, - [38] = {.lex_state = 94}, - [39] = {.lex_state = 94}, - [40] = {.lex_state = 94}, - [41] = {.lex_state = 94}, - [42] = {.lex_state = 94}, - [43] = {.lex_state = 94}, - [44] = {.lex_state = 94}, - [45] = {.lex_state = 94}, - [46] = {.lex_state = 94}, - [47] = {.lex_state = 94}, - [48] = {.lex_state = 94}, - [49] = {.lex_state = 94}, - [50] = {.lex_state = 94}, - [51] = {.lex_state = 94}, - [52] = {.lex_state = 94}, - [53] = {.lex_state = 94}, - [54] = {.lex_state = 94}, - [55] = {.lex_state = 94}, - [56] = {.lex_state = 94}, - [57] = {.lex_state = 94}, - [58] = {.lex_state = 94}, - [59] = {.lex_state = 14}, - [60] = {.lex_state = 5, .external_lex_state = 2}, - [61] = {.lex_state = 14}, - [62] = {.lex_state = 14}, - [63] = {.lex_state = 5, .external_lex_state = 2}, - [64] = {.lex_state = 14}, - [65] = {.lex_state = 5, .external_lex_state = 2}, - [66] = {.lex_state = 14}, - [67] = {.lex_state = 14}, - [68] = {.lex_state = 5, .external_lex_state = 2}, - [69] = {.lex_state = 14}, - [70] = {.lex_state = 5, .external_lex_state = 2}, - [71] = {.lex_state = 14}, - [72] = {.lex_state = 5, .external_lex_state = 2}, - [73] = {.lex_state = 14}, - [74] = {.lex_state = 5, .external_lex_state = 2}, - [75] = {.lex_state = 5, .external_lex_state = 2}, - [76] = {.lex_state = 14}, - [77] = {.lex_state = 14}, - [78] = {.lex_state = 14}, - [79] = {.lex_state = 14}, - [80] = {.lex_state = 14}, - [81] = {.lex_state = 14}, - [82] = {.lex_state = 14}, - [83] = {.lex_state = 14}, - [84] = {.lex_state = 14}, - [85] = {.lex_state = 14}, - [86] = {.lex_state = 14}, - [87] = {.lex_state = 14}, - [88] = {.lex_state = 14}, - [89] = {.lex_state = 14}, - [90] = {.lex_state = 14}, - [91] = {.lex_state = 14}, - [92] = {.lex_state = 14}, - [93] = {.lex_state = 14}, - [94] = {.lex_state = 14}, - [95] = {.lex_state = 14}, - [96] = {.lex_state = 14}, - [97] = {.lex_state = 14}, - [98] = {.lex_state = 93, .external_lex_state = 2}, - [99] = {.lex_state = 93, .external_lex_state = 3}, - [100] = {.lex_state = 93, .external_lex_state = 3}, - [101] = {.lex_state = 93, .external_lex_state = 2}, - [102] = {.lex_state = 93, .external_lex_state = 2}, - [103] = {.lex_state = 93, .external_lex_state = 3}, - [104] = {.lex_state = 93, .external_lex_state = 2}, - [105] = {.lex_state = 93, .external_lex_state = 2}, - [106] = {.lex_state = 94}, - [107] = {.lex_state = 94}, - [108] = {.lex_state = 94}, - [109] = {.lex_state = 94}, - [110] = {.lex_state = 94}, - [111] = {.lex_state = 94}, - [112] = {.lex_state = 94}, - [113] = {.lex_state = 94}, - [114] = {.lex_state = 3, .external_lex_state = 2}, - [115] = {.lex_state = 3, .external_lex_state = 3}, - [116] = {.lex_state = 3, .external_lex_state = 3}, - [117] = {.lex_state = 3, .external_lex_state = 2}, - [118] = {.lex_state = 3, .external_lex_state = 2}, - [119] = {.lex_state = 3, .external_lex_state = 2}, - [120] = {.lex_state = 3, .external_lex_state = 3}, - [121] = {.lex_state = 3, .external_lex_state = 2}, - [122] = {.lex_state = 3, .external_lex_state = 2}, - [123] = {.lex_state = 3, .external_lex_state = 2}, - [124] = {.lex_state = 3, .external_lex_state = 2}, - [125] = {.lex_state = 3, .external_lex_state = 2}, - [126] = {.lex_state = 3, .external_lex_state = 2}, - [127] = {.lex_state = 94}, - [128] = {.lex_state = 94}, - [129] = {.lex_state = 94}, - [130] = {.lex_state = 94}, - [131] = {.lex_state = 94}, - [132] = {.lex_state = 94}, - [133] = {.lex_state = 94}, - [134] = {.lex_state = 94}, - [135] = {.lex_state = 94}, - [136] = {.lex_state = 94}, - [137] = {.lex_state = 94}, - [138] = {.lex_state = 94}, - [139] = {.lex_state = 94}, - [140] = {.lex_state = 94}, - [141] = {.lex_state = 94}, - [142] = {.lex_state = 94}, - [143] = {.lex_state = 94}, - [144] = {.lex_state = 94}, - [145] = {.lex_state = 94}, - [146] = {.lex_state = 94}, - [147] = {.lex_state = 94}, - [148] = {.lex_state = 94}, - [149] = {.lex_state = 94}, - [150] = {.lex_state = 94}, - [151] = {.lex_state = 94, .external_lex_state = 4}, - [152] = {.lex_state = 93, .external_lex_state = 3}, - [153] = {.lex_state = 93, .external_lex_state = 3}, - [154] = {.lex_state = 94}, - [155] = {.lex_state = 93, .external_lex_state = 3}, - [156] = {.lex_state = 93, .external_lex_state = 3}, - [157] = {.lex_state = 93, .external_lex_state = 3}, - [158] = {.lex_state = 93, .external_lex_state = 3}, - [159] = {.lex_state = 94}, - [160] = {.lex_state = 93, .external_lex_state = 3}, - [161] = {.lex_state = 94}, - [162] = {.lex_state = 93, .external_lex_state = 3}, - [163] = {.lex_state = 93, .external_lex_state = 3}, - [164] = {.lex_state = 93, .external_lex_state = 3}, - [165] = {.lex_state = 93, .external_lex_state = 3}, - [166] = {.lex_state = 94}, - [167] = {.lex_state = 93, .external_lex_state = 3}, - [168] = {.lex_state = 93, .external_lex_state = 3}, - [169] = {.lex_state = 93, .external_lex_state = 3}, - [170] = {.lex_state = 94}, - [171] = {.lex_state = 93, .external_lex_state = 3}, - [172] = {.lex_state = 94}, - [173] = {.lex_state = 94}, - [174] = {.lex_state = 93, .external_lex_state = 3}, - [175] = {.lex_state = 93, .external_lex_state = 3}, - [176] = {.lex_state = 93, .external_lex_state = 3}, - [177] = {.lex_state = 93, .external_lex_state = 3}, - [178] = {.lex_state = 93, .external_lex_state = 3}, - [179] = {.lex_state = 94}, - [180] = {.lex_state = 93, .external_lex_state = 3}, - [181] = {.lex_state = 93, .external_lex_state = 3}, - [182] = {.lex_state = 93, .external_lex_state = 3}, - [183] = {.lex_state = 93, .external_lex_state = 3}, - [184] = {.lex_state = 93, .external_lex_state = 3}, - [185] = {.lex_state = 93, .external_lex_state = 3}, - [186] = {.lex_state = 93, .external_lex_state = 3}, - [187] = {.lex_state = 94}, - [188] = {.lex_state = 94}, - [189] = {.lex_state = 94}, - [190] = {.lex_state = 94}, - [191] = {.lex_state = 94}, - [192] = {.lex_state = 94}, - [193] = {.lex_state = 94}, - [194] = {.lex_state = 94}, - [195] = {.lex_state = 94}, - [196] = {.lex_state = 94}, - [197] = {.lex_state = 94}, - [198] = {.lex_state = 94}, - [199] = {.lex_state = 94}, - [200] = {.lex_state = 94}, - [201] = {.lex_state = 94}, - [202] = {.lex_state = 94}, - [203] = {.lex_state = 94}, - [204] = {.lex_state = 94}, - [205] = {.lex_state = 94}, - [206] = {.lex_state = 94}, - [207] = {.lex_state = 94}, - [208] = {.lex_state = 94}, - [209] = {.lex_state = 94}, - [210] = {.lex_state = 94}, - [211] = {.lex_state = 94}, - [212] = {.lex_state = 94}, - [213] = {.lex_state = 94}, - [214] = {.lex_state = 94}, - [215] = {.lex_state = 94}, - [216] = {.lex_state = 94}, - [217] = {.lex_state = 94}, - [218] = {.lex_state = 5, .external_lex_state = 2}, - [219] = {.lex_state = 94}, - [220] = {.lex_state = 94}, - [221] = {.lex_state = 94}, - [222] = {.lex_state = 94}, - [223] = {.lex_state = 94}, - [224] = {.lex_state = 94}, - [225] = {.lex_state = 94, .external_lex_state = 4}, - [226] = {.lex_state = 94}, - [227] = {.lex_state = 94}, - [228] = {.lex_state = 94}, - [229] = {.lex_state = 5, .external_lex_state = 2}, - [230] = {.lex_state = 94}, - [231] = {.lex_state = 5, .external_lex_state = 2}, - [232] = {.lex_state = 5, .external_lex_state = 2}, - [233] = {.lex_state = 94}, - [234] = {.lex_state = 94}, - [235] = {.lex_state = 94}, - [236] = {.lex_state = 94}, - [237] = {.lex_state = 94}, - [238] = {.lex_state = 94}, - [239] = {.lex_state = 94}, - [240] = {.lex_state = 94}, - [241] = {.lex_state = 94}, - [242] = {.lex_state = 94}, - [243] = {.lex_state = 94}, - [244] = {.lex_state = 94}, - [245] = {.lex_state = 94}, - [246] = {.lex_state = 94}, - [247] = {.lex_state = 94}, - [248] = {.lex_state = 94}, - [249] = {.lex_state = 94}, - [250] = {.lex_state = 94}, - [251] = {.lex_state = 94}, - [252] = {.lex_state = 94}, - [253] = {.lex_state = 94}, - [254] = {.lex_state = 94}, - [255] = {.lex_state = 94}, - [256] = {.lex_state = 94}, - [257] = {.lex_state = 94}, - [258] = {.lex_state = 94}, - [259] = {.lex_state = 94}, - [260] = {.lex_state = 94}, - [261] = {.lex_state = 94}, - [262] = {.lex_state = 94}, - [263] = {.lex_state = 94}, - [264] = {.lex_state = 94}, - [265] = {.lex_state = 94}, - [266] = {.lex_state = 94}, - [267] = {.lex_state = 94}, - [268] = {.lex_state = 94}, - [269] = {.lex_state = 94}, - [270] = {.lex_state = 94}, - [271] = {.lex_state = 94}, - [272] = {.lex_state = 94}, - [273] = {.lex_state = 94}, - [274] = {.lex_state = 94}, - [275] = {.lex_state = 94}, - [276] = {.lex_state = 94}, - [277] = {.lex_state = 94}, - [278] = {.lex_state = 94}, - [279] = {.lex_state = 94}, - [280] = {.lex_state = 94}, - [281] = {.lex_state = 94}, - [282] = {.lex_state = 94}, - [283] = {.lex_state = 94}, - [284] = {.lex_state = 94}, - [285] = {.lex_state = 94}, - [286] = {.lex_state = 94}, - [287] = {.lex_state = 94}, - [288] = {.lex_state = 94}, - [289] = {.lex_state = 94}, - [290] = {.lex_state = 94}, - [291] = {.lex_state = 94}, - [292] = {.lex_state = 94}, - [293] = {.lex_state = 94}, - [294] = {.lex_state = 94}, - [295] = {.lex_state = 94}, - [296] = {.lex_state = 94}, - [297] = {.lex_state = 94}, - [298] = {.lex_state = 94}, - [299] = {.lex_state = 94}, - [300] = {.lex_state = 94}, - [301] = {.lex_state = 94}, - [302] = {.lex_state = 94}, - [303] = {.lex_state = 94}, - [304] = {.lex_state = 94}, - [305] = {.lex_state = 94}, - [306] = {.lex_state = 94}, - [307] = {.lex_state = 94}, - [308] = {.lex_state = 94}, - [309] = {.lex_state = 94}, - [310] = {.lex_state = 94}, - [311] = {.lex_state = 94}, - [312] = {.lex_state = 94}, - [313] = {.lex_state = 94}, - [314] = {.lex_state = 94}, - [315] = {.lex_state = 94}, - [316] = {.lex_state = 94}, - [317] = {.lex_state = 94}, - [318] = {.lex_state = 94}, - [319] = {.lex_state = 94}, - [320] = {.lex_state = 94}, - [321] = {.lex_state = 94}, - [322] = {.lex_state = 94}, - [323] = {.lex_state = 94}, - [324] = {.lex_state = 94}, - [325] = {.lex_state = 94}, - [326] = {.lex_state = 94}, - [327] = {.lex_state = 94}, - [328] = {.lex_state = 94}, - [329] = {.lex_state = 94}, - [330] = {.lex_state = 94}, - [331] = {.lex_state = 6, .external_lex_state = 3}, - [332] = {.lex_state = 94}, - [333] = {.lex_state = 94}, - [334] = {.lex_state = 94}, - [335] = {.lex_state = 94}, - [336] = {.lex_state = 94}, - [337] = {.lex_state = 94}, - [338] = {.lex_state = 94}, - [339] = {.lex_state = 94}, - [340] = {.lex_state = 94}, - [341] = {.lex_state = 94}, - [342] = {.lex_state = 94}, - [343] = {.lex_state = 94}, - [344] = {.lex_state = 94}, - [345] = {.lex_state = 94}, - [346] = {.lex_state = 94}, - [347] = {.lex_state = 94}, - [348] = {.lex_state = 94}, - [349] = {.lex_state = 94}, - [350] = {.lex_state = 94}, - [351] = {.lex_state = 94}, - [352] = {.lex_state = 94}, - [353] = {.lex_state = 94}, - [354] = {.lex_state = 94}, - [355] = {.lex_state = 94}, - [356] = {.lex_state = 94}, - [357] = {.lex_state = 94}, - [358] = {.lex_state = 94}, - [359] = {.lex_state = 94}, - [360] = {.lex_state = 94}, - [361] = {.lex_state = 94}, - [362] = {.lex_state = 94}, - [363] = {.lex_state = 94}, - [364] = {.lex_state = 94}, - [365] = {.lex_state = 94}, - [366] = {.lex_state = 94}, - [367] = {.lex_state = 94}, - [368] = {.lex_state = 94}, - [369] = {.lex_state = 94}, - [370] = {.lex_state = 94}, - [371] = {.lex_state = 94}, - [372] = {.lex_state = 94}, - [373] = {.lex_state = 94}, - [374] = {.lex_state = 94}, - [375] = {.lex_state = 94}, - [376] = {.lex_state = 94}, - [377] = {.lex_state = 94}, - [378] = {.lex_state = 94}, - [379] = {.lex_state = 94}, - [380] = {.lex_state = 94}, - [381] = {.lex_state = 94}, - [382] = {.lex_state = 94}, - [383] = {.lex_state = 94}, - [384] = {.lex_state = 94}, - [385] = {.lex_state = 94}, - [386] = {.lex_state = 94}, - [387] = {.lex_state = 94}, - [388] = {.lex_state = 94}, - [389] = {.lex_state = 94}, - [390] = {.lex_state = 94}, - [391] = {.lex_state = 94}, - [392] = {.lex_state = 94}, - [393] = {.lex_state = 94}, - [394] = {.lex_state = 94}, - [395] = {.lex_state = 94}, - [396] = {.lex_state = 94}, - [397] = {.lex_state = 94}, - [398] = {.lex_state = 94}, - [399] = {.lex_state = 94}, - [400] = {.lex_state = 94}, - [401] = {.lex_state = 94}, - [402] = {.lex_state = 94}, - [403] = {.lex_state = 94}, - [404] = {.lex_state = 94}, - [405] = {.lex_state = 94}, - [406] = {.lex_state = 94}, - [407] = {.lex_state = 94}, - [408] = {.lex_state = 94}, - [409] = {.lex_state = 94}, - [410] = {.lex_state = 94}, - [411] = {.lex_state = 94}, - [412] = {.lex_state = 94}, - [413] = {.lex_state = 94}, - [414] = {.lex_state = 94}, - [415] = {.lex_state = 94}, - [416] = {.lex_state = 94}, - [417] = {.lex_state = 94}, - [418] = {.lex_state = 94}, - [419] = {.lex_state = 94}, - [420] = {.lex_state = 94}, - [421] = {.lex_state = 94}, - [422] = {.lex_state = 94}, - [423] = {.lex_state = 94}, - [424] = {.lex_state = 94}, - [425] = {.lex_state = 94}, - [426] = {.lex_state = 94}, - [427] = {.lex_state = 94}, - [428] = {.lex_state = 94}, - [429] = {.lex_state = 94}, - [430] = {.lex_state = 94}, - [431] = {.lex_state = 94}, - [432] = {.lex_state = 94}, - [433] = {.lex_state = 94}, - [434] = {.lex_state = 94}, - [435] = {.lex_state = 94}, - [436] = {.lex_state = 94}, - [437] = {.lex_state = 94}, - [438] = {.lex_state = 94}, - [439] = {.lex_state = 94}, - [440] = {.lex_state = 94}, - [441] = {.lex_state = 94}, - [442] = {.lex_state = 94}, - [443] = {.lex_state = 94}, - [444] = {.lex_state = 94}, - [445] = {.lex_state = 94}, - [446] = {.lex_state = 94}, - [447] = {.lex_state = 94}, - [448] = {.lex_state = 94}, - [449] = {.lex_state = 94}, - [450] = {.lex_state = 94}, - [451] = {.lex_state = 94}, - [452] = {.lex_state = 94}, - [453] = {.lex_state = 94}, - [454] = {.lex_state = 6, .external_lex_state = 3}, - [455] = {.lex_state = 94}, - [456] = {.lex_state = 94}, - [457] = {.lex_state = 94}, - [458] = {.lex_state = 94}, - [459] = {.lex_state = 6, .external_lex_state = 3}, - [460] = {.lex_state = 94}, - [461] = {.lex_state = 94}, - [462] = {.lex_state = 94}, - [463] = {.lex_state = 94}, - [464] = {.lex_state = 94}, - [465] = {.lex_state = 94}, - [466] = {.lex_state = 94}, - [467] = {.lex_state = 94}, - [468] = {.lex_state = 94}, - [469] = {.lex_state = 94}, - [470] = {.lex_state = 94}, - [471] = {.lex_state = 94}, - [472] = {.lex_state = 94}, - [473] = {.lex_state = 94}, - [474] = {.lex_state = 94}, - [475] = {.lex_state = 94}, - [476] = {.lex_state = 94}, - [477] = {.lex_state = 94}, - [478] = {.lex_state = 94}, - [479] = {.lex_state = 94}, - [480] = {.lex_state = 94}, - [481] = {.lex_state = 94}, - [482] = {.lex_state = 94}, - [483] = {.lex_state = 94}, - [484] = {.lex_state = 94}, - [485] = {.lex_state = 94}, - [486] = {.lex_state = 94}, - [487] = {.lex_state = 94}, - [488] = {.lex_state = 94}, - [489] = {.lex_state = 94}, - [490] = {.lex_state = 94}, - [491] = {.lex_state = 94}, - [492] = {.lex_state = 94}, - [493] = {.lex_state = 94}, - [494] = {.lex_state = 94}, - [495] = {.lex_state = 94}, - [496] = {.lex_state = 94}, - [497] = {.lex_state = 94}, - [498] = {.lex_state = 94}, - [499] = {.lex_state = 94}, - [500] = {.lex_state = 94}, - [501] = {.lex_state = 94}, - [502] = {.lex_state = 94}, - [503] = {.lex_state = 94}, - [504] = {.lex_state = 94}, - [505] = {.lex_state = 94}, - [506] = {.lex_state = 94}, - [507] = {.lex_state = 94}, - [508] = {.lex_state = 94}, - [509] = {.lex_state = 94}, - [510] = {.lex_state = 94}, - [511] = {.lex_state = 94}, - [512] = {.lex_state = 94}, - [513] = {.lex_state = 94}, - [514] = {.lex_state = 94}, - [515] = {.lex_state = 94}, - [516] = {.lex_state = 94}, - [517] = {.lex_state = 94}, - [518] = {.lex_state = 94}, - [519] = {.lex_state = 94}, - [520] = {.lex_state = 94}, - [521] = {.lex_state = 94}, - [522] = {.lex_state = 94}, - [523] = {.lex_state = 94}, - [524] = {.lex_state = 94}, - [525] = {.lex_state = 94}, - [526] = {.lex_state = 94}, - [527] = {.lex_state = 94}, - [528] = {.lex_state = 94}, - [529] = {.lex_state = 94}, - [530] = {.lex_state = 94}, - [531] = {.lex_state = 3, .external_lex_state = 3}, - [532] = {.lex_state = 3, .external_lex_state = 3}, - [533] = {.lex_state = 3, .external_lex_state = 3}, + [1] = {.lex_state = 104}, + [2] = {.lex_state = 7, .external_lex_state = 2}, + [3] = {.lex_state = 7, .external_lex_state = 2}, + [4] = {.lex_state = 104}, + [5] = {.lex_state = 104}, + [6] = {.lex_state = 104}, + [7] = {.lex_state = 104}, + [8] = {.lex_state = 104}, + [9] = {.lex_state = 104}, + [10] = {.lex_state = 104}, + [11] = {.lex_state = 104}, + [12] = {.lex_state = 104}, + [13] = {.lex_state = 104}, + [14] = {.lex_state = 104}, + [15] = {.lex_state = 104}, + [16] = {.lex_state = 104}, + [17] = {.lex_state = 104}, + [18] = {.lex_state = 104}, + [19] = {.lex_state = 104}, + [20] = {.lex_state = 104}, + [21] = {.lex_state = 104}, + [22] = {.lex_state = 104}, + [23] = {.lex_state = 104}, + [24] = {.lex_state = 104}, + [25] = {.lex_state = 104}, + [26] = {.lex_state = 104}, + [27] = {.lex_state = 104}, + [28] = {.lex_state = 104}, + [29] = {.lex_state = 104}, + [30] = {.lex_state = 104}, + [31] = {.lex_state = 104}, + [32] = {.lex_state = 104}, + [33] = {.lex_state = 104}, + [34] = {.lex_state = 104}, + [35] = {.lex_state = 104}, + [36] = {.lex_state = 104}, + [37] = {.lex_state = 104}, + [38] = {.lex_state = 104}, + [39] = {.lex_state = 104}, + [40] = {.lex_state = 104}, + [41] = {.lex_state = 104}, + [42] = {.lex_state = 104}, + [43] = {.lex_state = 104}, + [44] = {.lex_state = 104}, + [45] = {.lex_state = 104}, + [46] = {.lex_state = 104}, + [47] = {.lex_state = 104}, + [48] = {.lex_state = 104}, + [49] = {.lex_state = 104}, + [50] = {.lex_state = 18}, + [51] = {.lex_state = 18}, + [52] = {.lex_state = 18}, + [53] = {.lex_state = 18}, + [54] = {.lex_state = 18}, + [55] = {.lex_state = 18}, + [56] = {.lex_state = 18}, + [57] = {.lex_state = 18}, + [58] = {.lex_state = 18}, + [59] = {.lex_state = 18}, + [60] = {.lex_state = 8, .external_lex_state = 2}, + [61] = {.lex_state = 8, .external_lex_state = 2}, + [62] = {.lex_state = 8, .external_lex_state = 2}, + [63] = {.lex_state = 8, .external_lex_state = 2}, + [64] = {.lex_state = 8, .external_lex_state = 2}, + [65] = {.lex_state = 8, .external_lex_state = 2}, + [66] = {.lex_state = 8, .external_lex_state = 2}, + [67] = {.lex_state = 8, .external_lex_state = 2}, + [68] = {.lex_state = 18}, + [69] = {.lex_state = 18}, + [70] = {.lex_state = 18}, + [71] = {.lex_state = 18}, + [72] = {.lex_state = 18}, + [73] = {.lex_state = 18}, + [74] = {.lex_state = 18}, + [75] = {.lex_state = 18}, + [76] = {.lex_state = 18}, + [77] = {.lex_state = 18}, + [78] = {.lex_state = 18}, + [79] = {.lex_state = 18}, + [80] = {.lex_state = 18}, + [81] = {.lex_state = 18}, + [82] = {.lex_state = 18}, + [83] = {.lex_state = 18}, + [84] = {.lex_state = 18}, + [85] = {.lex_state = 18}, + [86] = {.lex_state = 18}, + [87] = {.lex_state = 18}, + [88] = {.lex_state = 103, .external_lex_state = 2}, + [89] = {.lex_state = 103, .external_lex_state = 3}, + [90] = {.lex_state = 103, .external_lex_state = 3}, + [91] = {.lex_state = 103, .external_lex_state = 2}, + [92] = {.lex_state = 103, .external_lex_state = 3}, + [93] = {.lex_state = 103, .external_lex_state = 2}, + [94] = {.lex_state = 103, .external_lex_state = 2}, + [95] = {.lex_state = 103, .external_lex_state = 2}, + [96] = {.lex_state = 104}, + [97] = {.lex_state = 104}, + [98] = {.lex_state = 104}, + [99] = {.lex_state = 104}, + [100] = {.lex_state = 104}, + [101] = {.lex_state = 104}, + [102] = {.lex_state = 6, .external_lex_state = 2}, + [103] = {.lex_state = 6, .external_lex_state = 3}, + [104] = {.lex_state = 6, .external_lex_state = 3}, + [105] = {.lex_state = 6, .external_lex_state = 2}, + [106] = {.lex_state = 6, .external_lex_state = 2}, + [107] = {.lex_state = 6, .external_lex_state = 2}, + [108] = {.lex_state = 6, .external_lex_state = 2}, + [109] = {.lex_state = 6, .external_lex_state = 3}, + [110] = {.lex_state = 6, .external_lex_state = 2}, + [111] = {.lex_state = 6, .external_lex_state = 2}, + [112] = {.lex_state = 6, .external_lex_state = 2}, + [113] = {.lex_state = 6, .external_lex_state = 2}, + [114] = {.lex_state = 6, .external_lex_state = 2}, + [115] = {.lex_state = 104}, + [116] = {.lex_state = 104}, + [117] = {.lex_state = 104}, + [118] = {.lex_state = 104}, + [119] = {.lex_state = 104}, + [120] = {.lex_state = 104}, + [121] = {.lex_state = 104}, + [122] = {.lex_state = 104}, + [123] = {.lex_state = 104}, + [124] = {.lex_state = 104}, + [125] = {.lex_state = 104}, + [126] = {.lex_state = 104}, + [127] = {.lex_state = 104}, + [128] = {.lex_state = 104}, + [129] = {.lex_state = 104}, + [130] = {.lex_state = 104}, + [131] = {.lex_state = 104}, + [132] = {.lex_state = 104}, + [133] = {.lex_state = 104}, + [134] = {.lex_state = 104}, + [135] = {.lex_state = 104}, + [136] = {.lex_state = 104}, + [137] = {.lex_state = 104}, + [138] = {.lex_state = 103, .external_lex_state = 3}, + [139] = {.lex_state = 103, .external_lex_state = 3}, + [140] = {.lex_state = 103, .external_lex_state = 3}, + [141] = {.lex_state = 104, .external_lex_state = 4}, + [142] = {.lex_state = 103, .external_lex_state = 3}, + [143] = {.lex_state = 104}, + [144] = {.lex_state = 103, .external_lex_state = 3}, + [145] = {.lex_state = 104}, + [146] = {.lex_state = 103, .external_lex_state = 3}, + [147] = {.lex_state = 104}, + [148] = {.lex_state = 104}, + [149] = {.lex_state = 103, .external_lex_state = 3}, + [150] = {.lex_state = 103, .external_lex_state = 3}, + [151] = {.lex_state = 103, .external_lex_state = 3}, + [152] = {.lex_state = 104}, + [153] = {.lex_state = 103, .external_lex_state = 3}, + [154] = {.lex_state = 103, .external_lex_state = 3}, + [155] = {.lex_state = 103, .external_lex_state = 3}, + [156] = {.lex_state = 103, .external_lex_state = 3}, + [157] = {.lex_state = 103, .external_lex_state = 3}, + [158] = {.lex_state = 103, .external_lex_state = 3}, + [159] = {.lex_state = 103, .external_lex_state = 3}, + [160] = {.lex_state = 103, .external_lex_state = 3}, + [161] = {.lex_state = 103, .external_lex_state = 3}, + [162] = {.lex_state = 103, .external_lex_state = 3}, + [163] = {.lex_state = 103, .external_lex_state = 3}, + [164] = {.lex_state = 103, .external_lex_state = 3}, + [165] = {.lex_state = 104}, + [166] = {.lex_state = 104}, + [167] = {.lex_state = 103, .external_lex_state = 3}, + [168] = {.lex_state = 103, .external_lex_state = 3}, + [169] = {.lex_state = 103, .external_lex_state = 3}, + [170] = {.lex_state = 103, .external_lex_state = 3}, + [171] = {.lex_state = 103, .external_lex_state = 3}, + [172] = {.lex_state = 104}, + [173] = {.lex_state = 103, .external_lex_state = 3}, + [174] = {.lex_state = 103, .external_lex_state = 3}, + [175] = {.lex_state = 103, .external_lex_state = 3}, + [176] = {.lex_state = 104}, + [177] = {.lex_state = 104}, + [178] = {.lex_state = 104}, + [179] = {.lex_state = 104}, + [180] = {.lex_state = 104}, + [181] = {.lex_state = 104}, + [182] = {.lex_state = 104}, + [183] = {.lex_state = 104}, + [184] = {.lex_state = 104}, + [185] = {.lex_state = 104}, + [186] = {.lex_state = 104}, + [187] = {.lex_state = 104}, + [188] = {.lex_state = 104}, + [189] = {.lex_state = 104}, + [190] = {.lex_state = 104}, + [191] = {.lex_state = 104}, + [192] = {.lex_state = 104}, + [193] = {.lex_state = 104}, + [194] = {.lex_state = 104}, + [195] = {.lex_state = 104}, + [196] = {.lex_state = 104}, + [197] = {.lex_state = 104}, + [198] = {.lex_state = 104}, + [199] = {.lex_state = 104}, + [200] = {.lex_state = 104}, + [201] = {.lex_state = 104}, + [202] = {.lex_state = 104}, + [203] = {.lex_state = 104}, + [204] = {.lex_state = 104}, + [205] = {.lex_state = 104}, + [206] = {.lex_state = 104}, + [207] = {.lex_state = 104}, + [208] = {.lex_state = 104}, + [209] = {.lex_state = 104}, + [210] = {.lex_state = 104}, + [211] = {.lex_state = 104}, + [212] = {.lex_state = 104}, + [213] = {.lex_state = 8, .external_lex_state = 2}, + [214] = {.lex_state = 104, .external_lex_state = 4}, + [215] = {.lex_state = 104}, + [216] = {.lex_state = 8, .external_lex_state = 2}, + [217] = {.lex_state = 8, .external_lex_state = 2}, + [218] = {.lex_state = 104}, + [219] = {.lex_state = 104}, + [220] = {.lex_state = 8, .external_lex_state = 2}, + [221] = {.lex_state = 104}, + [222] = {.lex_state = 104}, + [223] = {.lex_state = 104}, + [224] = {.lex_state = 104}, + [225] = {.lex_state = 104}, + [226] = {.lex_state = 104}, + [227] = {.lex_state = 104}, + [228] = {.lex_state = 104}, + [229] = {.lex_state = 104}, + [230] = {.lex_state = 104}, + [231] = {.lex_state = 104}, + [232] = {.lex_state = 104}, + [233] = {.lex_state = 104}, + [234] = {.lex_state = 104}, + [235] = {.lex_state = 104}, + [236] = {.lex_state = 104}, + [237] = {.lex_state = 104}, + [238] = {.lex_state = 104}, + [239] = {.lex_state = 104}, + [240] = {.lex_state = 104}, + [241] = {.lex_state = 104}, + [242] = {.lex_state = 104}, + [243] = {.lex_state = 104}, + [244] = {.lex_state = 104}, + [245] = {.lex_state = 104}, + [246] = {.lex_state = 104}, + [247] = {.lex_state = 104}, + [248] = {.lex_state = 104}, + [249] = {.lex_state = 104}, + [250] = {.lex_state = 104}, + [251] = {.lex_state = 104}, + [252] = {.lex_state = 104}, + [253] = {.lex_state = 104}, + [254] = {.lex_state = 104}, + [255] = {.lex_state = 104}, + [256] = {.lex_state = 104}, + [257] = {.lex_state = 104}, + [258] = {.lex_state = 104}, + [259] = {.lex_state = 104}, + [260] = {.lex_state = 104}, + [261] = {.lex_state = 104}, + [262] = {.lex_state = 104}, + [263] = {.lex_state = 104}, + [264] = {.lex_state = 104}, + [265] = {.lex_state = 104}, + [266] = {.lex_state = 104}, + [267] = {.lex_state = 104}, + [268] = {.lex_state = 104}, + [269] = {.lex_state = 104}, + [270] = {.lex_state = 104}, + [271] = {.lex_state = 104}, + [272] = {.lex_state = 104}, + [273] = {.lex_state = 104}, + [274] = {.lex_state = 104}, + [275] = {.lex_state = 104}, + [276] = {.lex_state = 104}, + [277] = {.lex_state = 104}, + [278] = {.lex_state = 104}, + [279] = {.lex_state = 104}, + [280] = {.lex_state = 104}, + [281] = {.lex_state = 104}, + [282] = {.lex_state = 104}, + [283] = {.lex_state = 104}, + [284] = {.lex_state = 104}, + [285] = {.lex_state = 104}, + [286] = {.lex_state = 104}, + [287] = {.lex_state = 104}, + [288] = {.lex_state = 104}, + [289] = {.lex_state = 104}, + [290] = {.lex_state = 104}, + [291] = {.lex_state = 104}, + [292] = {.lex_state = 104}, + [293] = {.lex_state = 104}, + [294] = {.lex_state = 104}, + [295] = {.lex_state = 104}, + [296] = {.lex_state = 104}, + [297] = {.lex_state = 104}, + [298] = {.lex_state = 104}, + [299] = {.lex_state = 104}, + [300] = {.lex_state = 104}, + [301] = {.lex_state = 104}, + [302] = {.lex_state = 104}, + [303] = {.lex_state = 104}, + [304] = {.lex_state = 104}, + [305] = {.lex_state = 104}, + [306] = {.lex_state = 104}, + [307] = {.lex_state = 104}, + [308] = {.lex_state = 104}, + [309] = {.lex_state = 104}, + [310] = {.lex_state = 104}, + [311] = {.lex_state = 104}, + [312] = {.lex_state = 104}, + [313] = {.lex_state = 104}, + [314] = {.lex_state = 104}, + [315] = {.lex_state = 104}, + [316] = {.lex_state = 104}, + [317] = {.lex_state = 104}, + [318] = {.lex_state = 104}, + [319] = {.lex_state = 104}, + [320] = {.lex_state = 104}, + [321] = {.lex_state = 104}, + [322] = {.lex_state = 104}, + [323] = {.lex_state = 104}, + [324] = {.lex_state = 104}, + [325] = {.lex_state = 104}, + [326] = {.lex_state = 104}, + [327] = {.lex_state = 104}, + [328] = {.lex_state = 104}, + [329] = {.lex_state = 104}, + [330] = {.lex_state = 104}, + [331] = {.lex_state = 104}, + [332] = {.lex_state = 104}, + [333] = {.lex_state = 104}, + [334] = {.lex_state = 104}, + [335] = {.lex_state = 104}, + [336] = {.lex_state = 104}, + [337] = {.lex_state = 104}, + [338] = {.lex_state = 104}, + [339] = {.lex_state = 104}, + [340] = {.lex_state = 104}, + [341] = {.lex_state = 104}, + [342] = {.lex_state = 104}, + [343] = {.lex_state = 104}, + [344] = {.lex_state = 104}, + [345] = {.lex_state = 104}, + [346] = {.lex_state = 104}, + [347] = {.lex_state = 104}, + [348] = {.lex_state = 104}, + [349] = {.lex_state = 104}, + [350] = {.lex_state = 104}, + [351] = {.lex_state = 104}, + [352] = {.lex_state = 104}, + [353] = {.lex_state = 104}, + [354] = {.lex_state = 104}, + [355] = {.lex_state = 104}, + [356] = {.lex_state = 104}, + [357] = {.lex_state = 104}, + [358] = {.lex_state = 104}, + [359] = {.lex_state = 104}, + [360] = {.lex_state = 104}, + [361] = {.lex_state = 104}, + [362] = {.lex_state = 104}, + [363] = {.lex_state = 104}, + [364] = {.lex_state = 104}, + [365] = {.lex_state = 104}, + [366] = {.lex_state = 104}, + [367] = {.lex_state = 104}, + [368] = {.lex_state = 104}, + [369] = {.lex_state = 104}, + [370] = {.lex_state = 104}, + [371] = {.lex_state = 104}, + [372] = {.lex_state = 104}, + [373] = {.lex_state = 104}, + [374] = {.lex_state = 104}, + [375] = {.lex_state = 104}, + [376] = {.lex_state = 104}, + [377] = {.lex_state = 104}, + [378] = {.lex_state = 104}, + [379] = {.lex_state = 104}, + [380] = {.lex_state = 104}, + [381] = {.lex_state = 104}, + [382] = {.lex_state = 104}, + [383] = {.lex_state = 104}, + [384] = {.lex_state = 104}, + [385] = {.lex_state = 104}, + [386] = {.lex_state = 104}, + [387] = {.lex_state = 104}, + [388] = {.lex_state = 104}, + [389] = {.lex_state = 104}, + [390] = {.lex_state = 104}, + [391] = {.lex_state = 104}, + [392] = {.lex_state = 104}, + [393] = {.lex_state = 104}, + [394] = {.lex_state = 104}, + [395] = {.lex_state = 104}, + [396] = {.lex_state = 104}, + [397] = {.lex_state = 104}, + [398] = {.lex_state = 104}, + [399] = {.lex_state = 104}, + [400] = {.lex_state = 104}, + [401] = {.lex_state = 104}, + [402] = {.lex_state = 104}, + [403] = {.lex_state = 104}, + [404] = {.lex_state = 104}, + [405] = {.lex_state = 104}, + [406] = {.lex_state = 104}, + [407] = {.lex_state = 104}, + [408] = {.lex_state = 104}, + [409] = {.lex_state = 104}, + [410] = {.lex_state = 104}, + [411] = {.lex_state = 104}, + [412] = {.lex_state = 104}, + [413] = {.lex_state = 104}, + [414] = {.lex_state = 104}, + [415] = {.lex_state = 104}, + [416] = {.lex_state = 104}, + [417] = {.lex_state = 104}, + [418] = {.lex_state = 104}, + [419] = {.lex_state = 104}, + [420] = {.lex_state = 104}, + [421] = {.lex_state = 104}, + [422] = {.lex_state = 104}, + [423] = {.lex_state = 104}, + [424] = {.lex_state = 104}, + [425] = {.lex_state = 104}, + [426] = {.lex_state = 104}, + [427] = {.lex_state = 104}, + [428] = {.lex_state = 104}, + [429] = {.lex_state = 104}, + [430] = {.lex_state = 104}, + [431] = {.lex_state = 104}, + [432] = {.lex_state = 104}, + [433] = {.lex_state = 104}, + [434] = {.lex_state = 104}, + [435] = {.lex_state = 104}, + [436] = {.lex_state = 104}, + [437] = {.lex_state = 104}, + [438] = {.lex_state = 104}, + [439] = {.lex_state = 104}, + [440] = {.lex_state = 104}, + [441] = {.lex_state = 104}, + [442] = {.lex_state = 104}, + [443] = {.lex_state = 104}, + [444] = {.lex_state = 104}, + [445] = {.lex_state = 104}, + [446] = {.lex_state = 104}, + [447] = {.lex_state = 104}, + [448] = {.lex_state = 104}, + [449] = {.lex_state = 104}, + [450] = {.lex_state = 104}, + [451] = {.lex_state = 104}, + [452] = {.lex_state = 104}, + [453] = {.lex_state = 104}, + [454] = {.lex_state = 104}, + [455] = {.lex_state = 104}, + [456] = {.lex_state = 104}, + [457] = {.lex_state = 104}, + [458] = {.lex_state = 104}, + [459] = {.lex_state = 9, .external_lex_state = 3}, + [460] = {.lex_state = 104}, + [461] = {.lex_state = 104}, + [462] = {.lex_state = 104}, + [463] = {.lex_state = 104}, + [464] = {.lex_state = 104}, + [465] = {.lex_state = 104}, + [466] = {.lex_state = 104}, + [467] = {.lex_state = 104}, + [468] = {.lex_state = 104}, + [469] = {.lex_state = 104}, + [470] = {.lex_state = 104}, + [471] = {.lex_state = 104}, + [472] = {.lex_state = 104}, + [473] = {.lex_state = 104}, + [474] = {.lex_state = 104}, + [475] = {.lex_state = 104}, + [476] = {.lex_state = 9, .external_lex_state = 3}, + [477] = {.lex_state = 104}, + [478] = {.lex_state = 104}, + [479] = {.lex_state = 104}, + [480] = {.lex_state = 104}, + [481] = {.lex_state = 104}, + [482] = {.lex_state = 104}, + [483] = {.lex_state = 104}, + [484] = {.lex_state = 9, .external_lex_state = 3}, + [485] = {.lex_state = 104}, + [486] = {.lex_state = 104}, + [487] = {.lex_state = 104}, + [488] = {.lex_state = 104}, + [489] = {.lex_state = 104}, + [490] = {.lex_state = 104}, + [491] = {.lex_state = 104}, + [492] = {.lex_state = 104}, + [493] = {.lex_state = 104}, + [494] = {.lex_state = 104}, + [495] = {.lex_state = 104}, + [496] = {.lex_state = 104}, + [497] = {.lex_state = 104}, + [498] = {.lex_state = 104}, + [499] = {.lex_state = 104}, + [500] = {.lex_state = 104}, + [501] = {.lex_state = 104}, + [502] = {.lex_state = 104}, + [503] = {.lex_state = 104}, + [504] = {.lex_state = 104}, + [505] = {.lex_state = 104}, + [506] = {.lex_state = 104}, + [507] = {.lex_state = 104}, + [508] = {.lex_state = 104}, + [509] = {.lex_state = 104}, + [510] = {.lex_state = 104}, + [511] = {.lex_state = 104}, + [512] = {.lex_state = 104}, + [513] = {.lex_state = 104}, + [514] = {.lex_state = 104}, + [515] = {.lex_state = 104}, + [516] = {.lex_state = 104}, + [517] = {.lex_state = 104}, + [518] = {.lex_state = 6, .external_lex_state = 3}, + [519] = {.lex_state = 6, .external_lex_state = 3}, + [520] = {.lex_state = 6, .external_lex_state = 3}, + [521] = {.lex_state = 9, .external_lex_state = 3}, + [522] = {.lex_state = 9, .external_lex_state = 3}, + [523] = {.lex_state = 6, .external_lex_state = 3}, + [524] = {.lex_state = 6, .external_lex_state = 3}, + [525] = {.lex_state = 6, .external_lex_state = 3}, + [526] = {.lex_state = 6, .external_lex_state = 3}, + [527] = {.lex_state = 6, .external_lex_state = 3}, + [528] = {.lex_state = 6, .external_lex_state = 3}, + [529] = {.lex_state = 6, .external_lex_state = 3}, + [530] = {.lex_state = 6, .external_lex_state = 3}, + [531] = {.lex_state = 104}, + [532] = {.lex_state = 6, .external_lex_state = 3}, + [533] = {.lex_state = 104}, [534] = {.lex_state = 6, .external_lex_state = 3}, [535] = {.lex_state = 6, .external_lex_state = 3}, [536] = {.lex_state = 6, .external_lex_state = 3}, - [537] = {.lex_state = 3, .external_lex_state = 3}, - [538] = {.lex_state = 3, .external_lex_state = 3}, - [539] = {.lex_state = 3, .external_lex_state = 3}, - [540] = {.lex_state = 3, .external_lex_state = 3}, - [541] = {.lex_state = 3, .external_lex_state = 3}, - [542] = {.lex_state = 3, .external_lex_state = 3}, - [543] = {.lex_state = 3, .external_lex_state = 3}, - [544] = {.lex_state = 3, .external_lex_state = 3}, - [545] = {.lex_state = 3, .external_lex_state = 3}, - [546] = {.lex_state = 3, .external_lex_state = 3}, - [547] = {.lex_state = 3, .external_lex_state = 3}, - [548] = {.lex_state = 3, .external_lex_state = 3}, - [549] = {.lex_state = 94}, - [550] = {.lex_state = 3, .external_lex_state = 3}, - [551] = {.lex_state = 3, .external_lex_state = 3}, - [552] = {.lex_state = 94}, - [553] = {.lex_state = 3, .external_lex_state = 3}, - [554] = {.lex_state = 3, .external_lex_state = 3}, - [555] = {.lex_state = 3, .external_lex_state = 3}, - [556] = {.lex_state = 3, .external_lex_state = 3}, - [557] = {.lex_state = 94}, - [558] = {.lex_state = 94}, - [559] = {.lex_state = 94}, - [560] = {.lex_state = 94}, - [561] = {.lex_state = 94}, - [562] = {.lex_state = 3, .external_lex_state = 3}, - [563] = {.lex_state = 3, .external_lex_state = 3}, - [564] = {.lex_state = 3, .external_lex_state = 3}, - [565] = {.lex_state = 3, .external_lex_state = 3}, - [566] = {.lex_state = 3, .external_lex_state = 3}, - [567] = {.lex_state = 3, .external_lex_state = 3}, - [568] = {.lex_state = 3, .external_lex_state = 2}, - [569] = {.lex_state = 3, .external_lex_state = 2}, - [570] = {.lex_state = 3, .external_lex_state = 2}, - [571] = {.lex_state = 3, .external_lex_state = 2}, - [572] = {.lex_state = 3, .external_lex_state = 2}, - [573] = {.lex_state = 3, .external_lex_state = 3}, - [574] = {.lex_state = 3, .external_lex_state = 3}, - [575] = {.lex_state = 3, .external_lex_state = 3}, - [576] = {.lex_state = 3, .external_lex_state = 3}, - [577] = {.lex_state = 3, .external_lex_state = 3}, - [578] = {.lex_state = 3, .external_lex_state = 3}, - [579] = {.lex_state = 3, .external_lex_state = 3}, - [580] = {.lex_state = 3, .external_lex_state = 3}, - [581] = {.lex_state = 3, .external_lex_state = 2}, - [582] = {.lex_state = 94, .external_lex_state = 4}, - [583] = {.lex_state = 3, .external_lex_state = 2}, - [584] = {.lex_state = 94}, - [585] = {.lex_state = 6, .external_lex_state = 2}, - [586] = {.lex_state = 94, .external_lex_state = 4}, - [587] = {.lex_state = 3, .external_lex_state = 2}, - [588] = {.lex_state = 6, .external_lex_state = 2}, - [589] = {.lex_state = 3, .external_lex_state = 2}, - [590] = {.lex_state = 3, .external_lex_state = 3}, - [591] = {.lex_state = 94, .external_lex_state = 4}, - [592] = {.lex_state = 94, .external_lex_state = 4}, - [593] = {.lex_state = 3, .external_lex_state = 2}, - [594] = {.lex_state = 3, .external_lex_state = 3}, - [595] = {.lex_state = 3, .external_lex_state = 3}, - [596] = {.lex_state = 3, .external_lex_state = 3}, - [597] = {.lex_state = 94}, - [598] = {.lex_state = 94, .external_lex_state = 4}, - [599] = {.lex_state = 94}, - [600] = {.lex_state = 94, .external_lex_state = 4}, - [601] = {.lex_state = 3, .external_lex_state = 2}, - [602] = {.lex_state = 94, .external_lex_state = 4}, - [603] = {.lex_state = 3, .external_lex_state = 3}, - [604] = {.lex_state = 3, .external_lex_state = 2}, - [605] = {.lex_state = 94, .external_lex_state = 4}, - [606] = {.lex_state = 3, .external_lex_state = 2}, - [607] = {.lex_state = 3, .external_lex_state = 2}, - [608] = {.lex_state = 94}, - [609] = {.lex_state = 94}, - [610] = {.lex_state = 3, .external_lex_state = 2}, - [611] = {.lex_state = 3, .external_lex_state = 2}, - [612] = {.lex_state = 94, .external_lex_state = 4}, - [613] = {.lex_state = 94, .external_lex_state = 4}, - [614] = {.lex_state = 94}, - [615] = {.lex_state = 94}, - [616] = {.lex_state = 94}, - [617] = {.lex_state = 3, .external_lex_state = 2}, - [618] = {.lex_state = 94, .external_lex_state = 4}, - [619] = {.lex_state = 94, .external_lex_state = 4}, - [620] = {.lex_state = 94}, - [621] = {.lex_state = 94}, - [622] = {.lex_state = 94, .external_lex_state = 4}, - [623] = {.lex_state = 94, .external_lex_state = 4}, - [624] = {.lex_state = 94, .external_lex_state = 4}, - [625] = {.lex_state = 94, .external_lex_state = 4}, - [626] = {.lex_state = 94}, - [627] = {.lex_state = 94}, - [628] = {.lex_state = 94, .external_lex_state = 4}, - [629] = {.lex_state = 94, .external_lex_state = 4}, - [630] = {.lex_state = 94, .external_lex_state = 4}, - [631] = {.lex_state = 94}, - [632] = {.lex_state = 94, .external_lex_state = 4}, - [633] = {.lex_state = 94}, - [634] = {.lex_state = 94}, - [635] = {.lex_state = 94}, - [636] = {.lex_state = 94}, - [637] = {.lex_state = 94}, - [638] = {.lex_state = 94}, - [639] = {.lex_state = 94}, - [640] = {.lex_state = 94}, - [641] = {.lex_state = 94}, - [642] = {.lex_state = 94}, - [643] = {.lex_state = 94}, - [644] = {.lex_state = 94}, - [645] = {.lex_state = 94}, - [646] = {.lex_state = 94}, - [647] = {.lex_state = 94}, - [648] = {.lex_state = 94}, - [649] = {.lex_state = 94}, - [650] = {.lex_state = 94}, - [651] = {.lex_state = 94}, - [652] = {.lex_state = 94}, - [653] = {.lex_state = 94}, - [654] = {.lex_state = 94}, - [655] = {.lex_state = 94}, - [656] = {.lex_state = 94}, - [657] = {.lex_state = 94}, - [658] = {.lex_state = 94}, - [659] = {.lex_state = 94}, - [660] = {.lex_state = 94}, - [661] = {.lex_state = 94}, - [662] = {.lex_state = 94}, - [663] = {.lex_state = 94}, - [664] = {.lex_state = 94}, - [665] = {.lex_state = 94}, - [666] = {.lex_state = 94}, - [667] = {.lex_state = 94}, - [668] = {.lex_state = 94}, - [669] = {.lex_state = 94}, - [670] = {.lex_state = 94}, - [671] = {.lex_state = 94}, - [672] = {.lex_state = 94}, - [673] = {.lex_state = 94}, - [674] = {.lex_state = 94}, - [675] = {.lex_state = 94}, - [676] = {.lex_state = 94}, - [677] = {.lex_state = 94}, - [678] = {.lex_state = 94}, - [679] = {.lex_state = 94}, - [680] = {.lex_state = 94}, - [681] = {.lex_state = 94}, - [682] = {.lex_state = 94}, - [683] = {.lex_state = 94}, - [684] = {.lex_state = 94}, - [685] = {.lex_state = 94}, - [686] = {.lex_state = 94}, - [687] = {.lex_state = 94}, - [688] = {.lex_state = 94}, - [689] = {.lex_state = 94}, - [690] = {.lex_state = 94}, - [691] = {.lex_state = 94}, - [692] = {.lex_state = 94}, - [693] = {.lex_state = 94}, - [694] = {.lex_state = 94}, - [695] = {.lex_state = 94}, - [696] = {.lex_state = 94}, - [697] = {.lex_state = 94}, - [698] = {.lex_state = 94}, - [699] = {.lex_state = 94}, - [700] = {.lex_state = 94}, - [701] = {.lex_state = 94}, - [702] = {.lex_state = 94}, - [703] = {.lex_state = 94}, - [704] = {.lex_state = 94}, - [705] = {.lex_state = 94}, - [706] = {.lex_state = 94}, - [707] = {.lex_state = 94}, - [708] = {.lex_state = 94}, - [709] = {.lex_state = 94}, - [710] = {.lex_state = 94}, - [711] = {.lex_state = 94}, - [712] = {.lex_state = 94}, - [713] = {.lex_state = 94}, - [714] = {.lex_state = 94}, - [715] = {.lex_state = 94}, - [716] = {.lex_state = 94}, - [717] = {.lex_state = 94}, - [718] = {.lex_state = 94}, - [719] = {.lex_state = 94}, - [720] = {.lex_state = 94}, - [721] = {.lex_state = 94}, - [722] = {.lex_state = 94}, - [723] = {.lex_state = 94}, - [724] = {.lex_state = 94}, - [725] = {.lex_state = 94}, - [726] = {.lex_state = 94}, - [727] = {.lex_state = 94}, - [728] = {.lex_state = 94}, - [729] = {.lex_state = 94}, - [730] = {.lex_state = 94}, - [731] = {.lex_state = 94}, - [732] = {.lex_state = 94}, - [733] = {.lex_state = 94}, - [734] = {.lex_state = 94}, - [735] = {.lex_state = 94}, - [736] = {.lex_state = 94}, - [737] = {.lex_state = 94}, - [738] = {.lex_state = 94}, - [739] = {.lex_state = 94}, - [740] = {.lex_state = 94}, - [741] = {.lex_state = 94}, - [742] = {.lex_state = 94}, - [743] = {.lex_state = 94}, - [744] = {.lex_state = 94}, - [745] = {.lex_state = 94}, - [746] = {.lex_state = 94}, - [747] = {.lex_state = 94}, - [748] = {.lex_state = 94}, - [749] = {.lex_state = 94}, - [750] = {.lex_state = 94}, - [751] = {.lex_state = 94}, - [752] = {.lex_state = 94}, - [753] = {.lex_state = 94}, - [754] = {.lex_state = 94}, - [755] = {.lex_state = 94}, - [756] = {.lex_state = 94}, - [757] = {.lex_state = 94}, - [758] = {.lex_state = 94}, - [759] = {.lex_state = 94}, - [760] = {.lex_state = 94}, - [761] = {.lex_state = 94}, - [762] = {.lex_state = 94}, - [763] = {.lex_state = 94}, - [764] = {.lex_state = 94}, - [765] = {.lex_state = 94}, - [766] = {.lex_state = 94}, - [767] = {.lex_state = 94}, - [768] = {.lex_state = 94}, - [769] = {.lex_state = 94}, - [770] = {.lex_state = 94}, - [771] = {.lex_state = 94}, - [772] = {.lex_state = 94}, - [773] = {.lex_state = 94}, - [774] = {.lex_state = 94}, - [775] = {.lex_state = 94}, - [776] = {.lex_state = 94}, - [777] = {.lex_state = 94}, - [778] = {.lex_state = 94}, - [779] = {.lex_state = 12}, - [780] = {.lex_state = 12}, - [781] = {.lex_state = 12}, - [782] = {.lex_state = 12}, - [783] = {.lex_state = 12}, - [784] = {.lex_state = 12}, - [785] = {.lex_state = 12}, - [786] = {.lex_state = 12}, - [787] = {.lex_state = 12}, - [788] = {.lex_state = 12}, - [789] = {.lex_state = 12}, - [790] = {.lex_state = 12}, - [791] = {.lex_state = 12}, - [792] = {.lex_state = 12}, - [793] = {.lex_state = 12}, - [794] = {.lex_state = 94}, - [795] = {.lex_state = 94}, - [796] = {.lex_state = 94}, - [797] = {.lex_state = 94}, - [798] = {.lex_state = 94}, - [799] = {.lex_state = 94}, - [800] = {.lex_state = 94}, - [801] = {.lex_state = 94}, - [802] = {.lex_state = 94}, - [803] = {.lex_state = 94}, - [804] = {.lex_state = 94}, - [805] = {.lex_state = 12}, - [806] = {.lex_state = 94}, - [807] = {.lex_state = 94}, - [808] = {.lex_state = 15}, - [809] = {.lex_state = 15}, - [810] = {.lex_state = 15}, - [811] = {.lex_state = 3, .external_lex_state = 3}, - [812] = {.lex_state = 3, .external_lex_state = 3}, - [813] = {.lex_state = 3, .external_lex_state = 3}, - [814] = {.lex_state = 3, .external_lex_state = 3}, - [815] = {.lex_state = 3, .external_lex_state = 3}, - [816] = {.lex_state = 3, .external_lex_state = 3}, - [817] = {.lex_state = 12}, - [818] = {.lex_state = 12}, - [819] = {.lex_state = 12}, - [820] = {.lex_state = 12}, - [821] = {.lex_state = 12}, - [822] = {.lex_state = 11}, - [823] = {.lex_state = 11}, - [824] = {.lex_state = 11}, - [825] = {.lex_state = 12}, - [826] = {.lex_state = 12}, - [827] = {.lex_state = 12}, - [828] = {.lex_state = 3, .external_lex_state = 2}, - [829] = {.lex_state = 11}, - [830] = {.lex_state = 12}, - [831] = {.lex_state = 12}, - [832] = {.lex_state = 12}, - [833] = {.lex_state = 12}, - [834] = {.lex_state = 11}, - [835] = {.lex_state = 11}, - [836] = {.lex_state = 11}, - [837] = {.lex_state = 11}, - [838] = {.lex_state = 12}, - [839] = {.lex_state = 12}, - [840] = {.lex_state = 11}, - [841] = {.lex_state = 12}, - [842] = {.lex_state = 12}, - [843] = {.lex_state = 12}, - [844] = {.lex_state = 3, .external_lex_state = 2}, - [845] = {.lex_state = 12}, - [846] = {.lex_state = 12}, - [847] = {.lex_state = 12}, - [848] = {.lex_state = 12}, - [849] = {.lex_state = 12}, - [850] = {.lex_state = 11}, - [851] = {.lex_state = 12}, - [852] = {.lex_state = 12}, - [853] = {.lex_state = 12}, - [854] = {.lex_state = 12}, - [855] = {.lex_state = 11}, - [856] = {.lex_state = 12}, - [857] = {.lex_state = 12}, - [858] = {.lex_state = 11}, - [859] = {.lex_state = 12}, - [860] = {.lex_state = 12}, - [861] = {.lex_state = 12}, - [862] = {.lex_state = 12}, - [863] = {.lex_state = 3, .external_lex_state = 2}, - [864] = {.lex_state = 12}, + [537] = {.lex_state = 6, .external_lex_state = 3}, + [538] = {.lex_state = 6, .external_lex_state = 3}, + [539] = {.lex_state = 6, .external_lex_state = 3}, + [540] = {.lex_state = 6, .external_lex_state = 3}, + [541] = {.lex_state = 104}, + [542] = {.lex_state = 104}, + [543] = {.lex_state = 104}, + [544] = {.lex_state = 104}, + [545] = {.lex_state = 104}, + [546] = {.lex_state = 6, .external_lex_state = 3}, + [547] = {.lex_state = 6, .external_lex_state = 3}, + [548] = {.lex_state = 6, .external_lex_state = 3}, + [549] = {.lex_state = 6, .external_lex_state = 3}, + [550] = {.lex_state = 6, .external_lex_state = 3}, + [551] = {.lex_state = 6, .external_lex_state = 3}, + [552] = {.lex_state = 6, .external_lex_state = 2}, + [553] = {.lex_state = 6, .external_lex_state = 2}, + [554] = {.lex_state = 6, .external_lex_state = 2}, + [555] = {.lex_state = 6, .external_lex_state = 2}, + [556] = {.lex_state = 6, .external_lex_state = 2}, + [557] = {.lex_state = 6, .external_lex_state = 3}, + [558] = {.lex_state = 6, .external_lex_state = 3}, + [559] = {.lex_state = 6, .external_lex_state = 3}, + [560] = {.lex_state = 6, .external_lex_state = 3}, + [561] = {.lex_state = 6, .external_lex_state = 2}, + [562] = {.lex_state = 6, .external_lex_state = 3}, + [563] = {.lex_state = 6, .external_lex_state = 3}, + [564] = {.lex_state = 6, .external_lex_state = 3}, + [565] = {.lex_state = 104}, + [566] = {.lex_state = 9, .external_lex_state = 2}, + [567] = {.lex_state = 104, .external_lex_state = 4}, + [568] = {.lex_state = 6, .external_lex_state = 2}, + [569] = {.lex_state = 6, .external_lex_state = 2}, + [570] = {.lex_state = 6, .external_lex_state = 2}, + [571] = {.lex_state = 9, .external_lex_state = 2}, + [572] = {.lex_state = 104, .external_lex_state = 4}, + [573] = {.lex_state = 104}, + [574] = {.lex_state = 104, .external_lex_state = 4}, + [575] = {.lex_state = 6, .external_lex_state = 3}, + [576] = {.lex_state = 6, .external_lex_state = 3}, + [577] = {.lex_state = 6, .external_lex_state = 3}, + [578] = {.lex_state = 104}, + [579] = {.lex_state = 104, .external_lex_state = 4}, + [580] = {.lex_state = 6, .external_lex_state = 2}, + [581] = {.lex_state = 6, .external_lex_state = 3}, + [582] = {.lex_state = 104, .external_lex_state = 4}, + [583] = {.lex_state = 6, .external_lex_state = 2}, + [584] = {.lex_state = 104, .external_lex_state = 4}, + [585] = {.lex_state = 104, .external_lex_state = 4}, + [586] = {.lex_state = 6, .external_lex_state = 2}, + [587] = {.lex_state = 6, .external_lex_state = 3}, + [588] = {.lex_state = 104, .external_lex_state = 4}, + [589] = {.lex_state = 104}, + [590] = {.lex_state = 104}, + [591] = {.lex_state = 6, .external_lex_state = 2}, + [592] = {.lex_state = 104}, + [593] = {.lex_state = 6, .external_lex_state = 2}, + [594] = {.lex_state = 6, .external_lex_state = 2}, + [595] = {.lex_state = 6, .external_lex_state = 2}, + [596] = {.lex_state = 104}, + [597] = {.lex_state = 104, .external_lex_state = 4}, + [598] = {.lex_state = 6, .external_lex_state = 2}, + [599] = {.lex_state = 104}, + [600] = {.lex_state = 104, .external_lex_state = 4}, + [601] = {.lex_state = 104}, + [602] = {.lex_state = 104, .external_lex_state = 4}, + [603] = {.lex_state = 104, .external_lex_state = 4}, + [604] = {.lex_state = 104}, + [605] = {.lex_state = 104}, + [606] = {.lex_state = 104, .external_lex_state = 4}, + [607] = {.lex_state = 104, .external_lex_state = 4}, + [608] = {.lex_state = 104, .external_lex_state = 4}, + [609] = {.lex_state = 104, .external_lex_state = 4}, + [610] = {.lex_state = 104, .external_lex_state = 4}, + [611] = {.lex_state = 104, .external_lex_state = 4}, + [612] = {.lex_state = 104, .external_lex_state = 4}, + [613] = {.lex_state = 104, .external_lex_state = 4}, + [614] = {.lex_state = 104}, + [615] = {.lex_state = 104}, + [616] = {.lex_state = 104}, + [617] = {.lex_state = 104}, + [618] = {.lex_state = 104}, + [619] = {.lex_state = 104}, + [620] = {.lex_state = 104}, + [621] = {.lex_state = 104}, + [622] = {.lex_state = 104}, + [623] = {.lex_state = 104}, + [624] = {.lex_state = 104}, + [625] = {.lex_state = 104}, + [626] = {.lex_state = 104}, + [627] = {.lex_state = 104}, + [628] = {.lex_state = 104}, + [629] = {.lex_state = 104}, + [630] = {.lex_state = 104}, + [631] = {.lex_state = 104}, + [632] = {.lex_state = 104}, + [633] = {.lex_state = 104}, + [634] = {.lex_state = 104}, + [635] = {.lex_state = 104}, + [636] = {.lex_state = 104}, + [637] = {.lex_state = 104}, + [638] = {.lex_state = 104}, + [639] = {.lex_state = 104}, + [640] = {.lex_state = 104}, + [641] = {.lex_state = 104}, + [642] = {.lex_state = 104}, + [643] = {.lex_state = 104}, + [644] = {.lex_state = 104}, + [645] = {.lex_state = 104}, + [646] = {.lex_state = 104}, + [647] = {.lex_state = 104}, + [648] = {.lex_state = 104}, + [649] = {.lex_state = 104}, + [650] = {.lex_state = 104}, + [651] = {.lex_state = 104}, + [652] = {.lex_state = 104}, + [653] = {.lex_state = 104}, + [654] = {.lex_state = 104}, + [655] = {.lex_state = 104}, + [656] = {.lex_state = 104}, + [657] = {.lex_state = 104}, + [658] = {.lex_state = 104}, + [659] = {.lex_state = 104}, + [660] = {.lex_state = 104}, + [661] = {.lex_state = 104}, + [662] = {.lex_state = 104}, + [663] = {.lex_state = 104}, + [664] = {.lex_state = 104}, + [665] = {.lex_state = 104}, + [666] = {.lex_state = 104}, + [667] = {.lex_state = 104}, + [668] = {.lex_state = 104}, + [669] = {.lex_state = 104}, + [670] = {.lex_state = 104}, + [671] = {.lex_state = 104}, + [672] = {.lex_state = 104}, + [673] = {.lex_state = 104}, + [674] = {.lex_state = 104}, + [675] = {.lex_state = 104}, + [676] = {.lex_state = 104}, + [677] = {.lex_state = 104}, + [678] = {.lex_state = 104}, + [679] = {.lex_state = 104}, + [680] = {.lex_state = 104}, + [681] = {.lex_state = 104}, + [682] = {.lex_state = 104}, + [683] = {.lex_state = 104}, + [684] = {.lex_state = 104}, + [685] = {.lex_state = 104}, + [686] = {.lex_state = 104}, + [687] = {.lex_state = 104}, + [688] = {.lex_state = 104}, + [689] = {.lex_state = 104}, + [690] = {.lex_state = 104}, + [691] = {.lex_state = 104}, + [692] = {.lex_state = 104}, + [693] = {.lex_state = 104}, + [694] = {.lex_state = 104}, + [695] = {.lex_state = 104}, + [696] = {.lex_state = 104}, + [697] = {.lex_state = 104}, + [698] = {.lex_state = 104}, + [699] = {.lex_state = 104}, + [700] = {.lex_state = 104}, + [701] = {.lex_state = 104}, + [702] = {.lex_state = 104}, + [703] = {.lex_state = 104}, + [704] = {.lex_state = 104}, + [705] = {.lex_state = 104}, + [706] = {.lex_state = 104}, + [707] = {.lex_state = 104}, + [708] = {.lex_state = 104}, + [709] = {.lex_state = 104}, + [710] = {.lex_state = 104}, + [711] = {.lex_state = 104}, + [712] = {.lex_state = 104}, + [713] = {.lex_state = 104}, + [714] = {.lex_state = 104}, + [715] = {.lex_state = 104}, + [716] = {.lex_state = 104}, + [717] = {.lex_state = 104}, + [718] = {.lex_state = 104}, + [719] = {.lex_state = 104}, + [720] = {.lex_state = 104}, + [721] = {.lex_state = 104}, + [722] = {.lex_state = 104}, + [723] = {.lex_state = 104}, + [724] = {.lex_state = 104}, + [725] = {.lex_state = 104}, + [726] = {.lex_state = 104}, + [727] = {.lex_state = 104}, + [728] = {.lex_state = 104}, + [729] = {.lex_state = 104}, + [730] = {.lex_state = 104}, + [731] = {.lex_state = 104}, + [732] = {.lex_state = 104}, + [733] = {.lex_state = 104}, + [734] = {.lex_state = 104}, + [735] = {.lex_state = 104}, + [736] = {.lex_state = 104}, + [737] = {.lex_state = 104}, + [738] = {.lex_state = 104}, + [739] = {.lex_state = 104}, + [740] = {.lex_state = 104}, + [741] = {.lex_state = 104}, + [742] = {.lex_state = 104}, + [743] = {.lex_state = 104}, + [744] = {.lex_state = 104}, + [745] = {.lex_state = 104}, + [746] = {.lex_state = 104}, + [747] = {.lex_state = 104}, + [748] = {.lex_state = 104}, + [749] = {.lex_state = 104}, + [750] = {.lex_state = 104}, + [751] = {.lex_state = 104}, + [752] = {.lex_state = 104}, + [753] = {.lex_state = 104}, + [754] = {.lex_state = 104}, + [755] = {.lex_state = 104}, + [756] = {.lex_state = 104}, + [757] = {.lex_state = 104}, + [758] = {.lex_state = 104}, + [759] = {.lex_state = 104}, + [760] = {.lex_state = 104}, + [761] = {.lex_state = 104}, + [762] = {.lex_state = 104}, + [763] = {.lex_state = 104}, + [764] = {.lex_state = 16}, + [765] = {.lex_state = 16}, + [766] = {.lex_state = 16}, + [767] = {.lex_state = 16}, + [768] = {.lex_state = 16}, + [769] = {.lex_state = 16}, + [770] = {.lex_state = 16}, + [771] = {.lex_state = 16}, + [772] = {.lex_state = 16}, + [773] = {.lex_state = 16}, + [774] = {.lex_state = 16}, + [775] = {.lex_state = 16}, + [776] = {.lex_state = 16}, + [777] = {.lex_state = 16}, + [778] = {.lex_state = 16}, + [779] = {.lex_state = 16}, + [780] = {.lex_state = 104}, + [781] = {.lex_state = 104}, + [782] = {.lex_state = 104}, + [783] = {.lex_state = 104}, + [784] = {.lex_state = 104}, + [785] = {.lex_state = 104}, + [786] = {.lex_state = 104}, + [787] = {.lex_state = 104}, + [788] = {.lex_state = 104}, + [789] = {.lex_state = 104}, + [790] = {.lex_state = 104}, + [791] = {.lex_state = 104}, + [792] = {.lex_state = 104}, + [793] = {.lex_state = 16}, + [794] = {.lex_state = 16}, + [795] = {.lex_state = 19}, + [796] = {.lex_state = 16}, + [797] = {.lex_state = 16}, + [798] = {.lex_state = 16}, + [799] = {.lex_state = 16}, + [800] = {.lex_state = 16}, + [801] = {.lex_state = 16}, + [802] = {.lex_state = 16}, + [803] = {.lex_state = 19}, + [804] = {.lex_state = 19}, + [805] = {.lex_state = 16}, + [806] = {.lex_state = 16}, + [807] = {.lex_state = 16}, + [808] = {.lex_state = 16}, + [809] = {.lex_state = 16}, + [810] = {.lex_state = 16}, + [811] = {.lex_state = 6, .external_lex_state = 3}, + [812] = {.lex_state = 6, .external_lex_state = 3}, + [813] = {.lex_state = 6, .external_lex_state = 3}, + [814] = {.lex_state = 6, .external_lex_state = 3}, + [815] = {.lex_state = 6, .external_lex_state = 3}, + [816] = {.lex_state = 6, .external_lex_state = 3}, + [817] = {.lex_state = 16}, + [818] = {.lex_state = 16}, + [819] = {.lex_state = 16}, + [820] = {.lex_state = 16}, + [821] = {.lex_state = 16}, + [822] = {.lex_state = 16}, + [823] = {.lex_state = 16}, + [824] = {.lex_state = 16}, + [825] = {.lex_state = 16}, + [826] = {.lex_state = 16}, + [827] = {.lex_state = 16}, + [828] = {.lex_state = 20}, + [829] = {.lex_state = 16}, + [830] = {.lex_state = 16}, + [831] = {.lex_state = 16}, + [832] = {.lex_state = 16}, + [833] = {.lex_state = 16}, + [834] = {.lex_state = 16}, + [835] = {.lex_state = 16}, + [836] = {.lex_state = 16}, + [837] = {.lex_state = 16}, + [838] = {.lex_state = 16}, + [839] = {.lex_state = 16}, + [840] = {.lex_state = 16}, + [841] = {.lex_state = 6, .external_lex_state = 2}, + [842] = {.lex_state = 16}, + [843] = {.lex_state = 16}, + [844] = {.lex_state = 16}, + [845] = {.lex_state = 16}, + [846] = {.lex_state = 16}, + [847] = {.lex_state = 16}, + [848] = {.lex_state = 16}, + [849] = {.lex_state = 16}, + [850] = {.lex_state = 16}, + [851] = {.lex_state = 16}, + [852] = {.lex_state = 6, .external_lex_state = 2}, + [853] = {.lex_state = 16}, + [854] = {.lex_state = 16}, + [855] = {.lex_state = 16}, + [856] = {.lex_state = 16}, + [857] = {.lex_state = 16}, + [858] = {.lex_state = 16}, + [859] = {.lex_state = 16}, + [860] = {.lex_state = 16}, + [861] = {.lex_state = 16}, + [862] = {.lex_state = 16}, + [863] = {.lex_state = 16}, + [864] = {.lex_state = 16}, [865] = {.lex_state = 16}, - [866] = {.lex_state = 12}, - [867] = {.lex_state = 12}, - [868] = {.lex_state = 12}, - [869] = {.lex_state = 12}, - [870] = {.lex_state = 12}, - [871] = {.lex_state = 12}, - [872] = {.lex_state = 12}, - [873] = {.lex_state = 12}, - [874] = {.lex_state = 12}, - [875] = {.lex_state = 12}, - [876] = {.lex_state = 12}, - [877] = {.lex_state = 12}, - [878] = {.lex_state = 12}, - [879] = {.lex_state = 12}, - [880] = {.lex_state = 12}, - [881] = {.lex_state = 12}, - [882] = {.lex_state = 12}, - [883] = {.lex_state = 12}, - [884] = {.lex_state = 12}, - [885] = {.lex_state = 12}, - [886] = {.lex_state = 12}, - [887] = {.lex_state = 12}, - [888] = {.lex_state = 12}, - [889] = {.lex_state = 12}, - [890] = {.lex_state = 12}, - [891] = {.lex_state = 12}, - [892] = {.lex_state = 12}, - [893] = {.lex_state = 12}, - [894] = {.lex_state = 12}, - [895] = {.lex_state = 12}, - [896] = {.lex_state = 12}, - [897] = {.lex_state = 12}, - [898] = {.lex_state = 12}, - [899] = {.lex_state = 12}, - [900] = {.lex_state = 12}, - [901] = {.lex_state = 12}, - [902] = {.lex_state = 12}, - [903] = {.lex_state = 12}, - [904] = {.lex_state = 12}, - [905] = {.lex_state = 12}, - [906] = {.lex_state = 12}, - [907] = {.lex_state = 12}, - [908] = {.lex_state = 12}, - [909] = {.lex_state = 12}, - [910] = {.lex_state = 12}, - [911] = {.lex_state = 12}, - [912] = {.lex_state = 12}, - [913] = {.lex_state = 12}, - [914] = {.lex_state = 12}, - [915] = {.lex_state = 12}, - [916] = {.lex_state = 12}, - [917] = {.lex_state = 12}, - [918] = {.lex_state = 12}, - [919] = {.lex_state = 12}, - [920] = {.lex_state = 12}, - [921] = {.lex_state = 12}, - [922] = {.lex_state = 12}, - [923] = {.lex_state = 12}, - [924] = {.lex_state = 12}, - [925] = {.lex_state = 12}, - [926] = {.lex_state = 12}, - [927] = {.lex_state = 12}, - [928] = {.lex_state = 12}, - [929] = {.lex_state = 12}, - [930] = {.lex_state = 12}, - [931] = {.lex_state = 12}, - [932] = {.lex_state = 12}, - [933] = {.lex_state = 12}, - [934] = {.lex_state = 12}, - [935] = {.lex_state = 12}, - [936] = {.lex_state = 12}, - [937] = {.lex_state = 12}, - [938] = {.lex_state = 12}, - [939] = {.lex_state = 12}, - [940] = {.lex_state = 12}, - [941] = {.lex_state = 12}, - [942] = {.lex_state = 12}, - [943] = {.lex_state = 12}, - [944] = {.lex_state = 12}, - [945] = {.lex_state = 12}, - [946] = {.lex_state = 12}, - [947] = {.lex_state = 12}, - [948] = {.lex_state = 12}, - [949] = {.lex_state = 12}, - [950] = {.lex_state = 12}, - [951] = {.lex_state = 12}, - [952] = {.lex_state = 12}, - [953] = {.lex_state = 12}, - [954] = {.lex_state = 12}, - [955] = {.lex_state = 12}, - [956] = {.lex_state = 12}, - [957] = {.lex_state = 12}, - [958] = {.lex_state = 12}, - [959] = {.lex_state = 12}, - [960] = {.lex_state = 12}, - [961] = {.lex_state = 12}, - [962] = {.lex_state = 12}, - [963] = {.lex_state = 3, .external_lex_state = 2}, - [964] = {.lex_state = 12}, - [965] = {.lex_state = 12}, - [966] = {.lex_state = 12}, - [967] = {.lex_state = 12}, - [968] = {.lex_state = 12}, - [969] = {.lex_state = 12}, - [970] = {.lex_state = 12}, - [971] = {.lex_state = 12}, - [972] = {.lex_state = 12}, - [973] = {.lex_state = 12}, - [974] = {.lex_state = 12}, - [975] = {.lex_state = 12}, - [976] = {.lex_state = 12}, - [977] = {.lex_state = 12}, - [978] = {.lex_state = 12}, - [979] = {.lex_state = 12}, - [980] = {.lex_state = 12}, - [981] = {.lex_state = 12}, - [982] = {.lex_state = 12}, - [983] = {.lex_state = 12}, - [984] = {.lex_state = 12}, - [985] = {.lex_state = 3, .external_lex_state = 2}, - [986] = {.lex_state = 12}, - [987] = {.lex_state = 12}, - [988] = {.lex_state = 12}, - [989] = {.lex_state = 12}, - [990] = {.lex_state = 12}, - [991] = {.lex_state = 12}, - [992] = {.lex_state = 12}, - [993] = {.lex_state = 12}, - [994] = {.lex_state = 12}, - [995] = {.lex_state = 12}, - [996] = {.lex_state = 12}, - [997] = {.lex_state = 12}, - [998] = {.lex_state = 12}, - [999] = {.lex_state = 3, .external_lex_state = 3}, - [1000] = {.lex_state = 3, .external_lex_state = 2}, - [1001] = {.lex_state = 3, .external_lex_state = 3}, - [1002] = {.lex_state = 3, .external_lex_state = 3}, - [1003] = {.lex_state = 3, .external_lex_state = 3}, - [1004] = {.lex_state = 3, .external_lex_state = 3}, - [1005] = {.lex_state = 3, .external_lex_state = 3}, - [1006] = {.lex_state = 3, .external_lex_state = 3}, - [1007] = {.lex_state = 3, .external_lex_state = 3}, - [1008] = {.lex_state = 3, .external_lex_state = 3}, - [1009] = {.lex_state = 3, .external_lex_state = 3}, - [1010] = {.lex_state = 3, .external_lex_state = 3}, - [1011] = {.lex_state = 3, .external_lex_state = 3}, - [1012] = {.lex_state = 6, .external_lex_state = 2}, - [1013] = {.lex_state = 3, .external_lex_state = 3}, - [1014] = {.lex_state = 3, .external_lex_state = 2}, - [1015] = {.lex_state = 3, .external_lex_state = 2}, - [1016] = {.lex_state = 3, .external_lex_state = 3}, - [1017] = {.lex_state = 3, .external_lex_state = 2}, - [1018] = {.lex_state = 6, .external_lex_state = 2}, - [1019] = {.lex_state = 6, .external_lex_state = 2}, - [1020] = {.lex_state = 3, .external_lex_state = 3}, - [1021] = {.lex_state = 3, .external_lex_state = 3}, - [1022] = {.lex_state = 3, .external_lex_state = 3}, - [1023] = {.lex_state = 3, .external_lex_state = 3}, - [1024] = {.lex_state = 3, .external_lex_state = 3}, - [1025] = {.lex_state = 11}, - [1026] = {.lex_state = 3, .external_lex_state = 3}, - [1027] = {.lex_state = 11}, + [866] = {.lex_state = 16}, + [867] = {.lex_state = 16}, + [868] = {.lex_state = 16}, + [869] = {.lex_state = 16}, + [870] = {.lex_state = 16}, + [871] = {.lex_state = 15}, + [872] = {.lex_state = 16}, + [873] = {.lex_state = 15}, + [874] = {.lex_state = 16}, + [875] = {.lex_state = 16}, + [876] = {.lex_state = 16}, + [877] = {.lex_state = 16}, + [878] = {.lex_state = 15}, + [879] = {.lex_state = 16}, + [880] = {.lex_state = 16}, + [881] = {.lex_state = 16}, + [882] = {.lex_state = 16}, + [883] = {.lex_state = 16}, + [884] = {.lex_state = 15}, + [885] = {.lex_state = 16}, + [886] = {.lex_state = 16}, + [887] = {.lex_state = 16}, + [888] = {.lex_state = 16}, + [889] = {.lex_state = 16}, + [890] = {.lex_state = 16}, + [891] = {.lex_state = 15}, + [892] = {.lex_state = 16}, + [893] = {.lex_state = 15}, + [894] = {.lex_state = 16}, + [895] = {.lex_state = 16}, + [896] = {.lex_state = 16}, + [897] = {.lex_state = 16}, + [898] = {.lex_state = 16}, + [899] = {.lex_state = 16}, + [900] = {.lex_state = 16}, + [901] = {.lex_state = 16}, + [902] = {.lex_state = 16}, + [903] = {.lex_state = 16}, + [904] = {.lex_state = 16}, + [905] = {.lex_state = 16}, + [906] = {.lex_state = 16}, + [907] = {.lex_state = 15}, + [908] = {.lex_state = 16}, + [909] = {.lex_state = 15}, + [910] = {.lex_state = 16}, + [911] = {.lex_state = 16}, + [912] = {.lex_state = 16}, + [913] = {.lex_state = 16}, + [914] = {.lex_state = 16}, + [915] = {.lex_state = 16}, + [916] = {.lex_state = 16}, + [917] = {.lex_state = 16}, + [918] = {.lex_state = 16}, + [919] = {.lex_state = 16}, + [920] = {.lex_state = 16}, + [921] = {.lex_state = 16}, + [922] = {.lex_state = 16}, + [923] = {.lex_state = 16}, + [924] = {.lex_state = 16}, + [925] = {.lex_state = 16}, + [926] = {.lex_state = 16}, + [927] = {.lex_state = 16}, + [928] = {.lex_state = 16}, + [929] = {.lex_state = 16}, + [930] = {.lex_state = 16}, + [931] = {.lex_state = 16}, + [932] = {.lex_state = 16}, + [933] = {.lex_state = 16}, + [934] = {.lex_state = 16}, + [935] = {.lex_state = 16}, + [936] = {.lex_state = 15}, + [937] = {.lex_state = 16}, + [938] = {.lex_state = 16}, + [939] = {.lex_state = 16}, + [940] = {.lex_state = 16}, + [941] = {.lex_state = 16}, + [942] = {.lex_state = 16}, + [943] = {.lex_state = 16}, + [944] = {.lex_state = 6, .external_lex_state = 2}, + [945] = {.lex_state = 16}, + [946] = {.lex_state = 16}, + [947] = {.lex_state = 16}, + [948] = {.lex_state = 15}, + [949] = {.lex_state = 16}, + [950] = {.lex_state = 16}, + [951] = {.lex_state = 16}, + [952] = {.lex_state = 16}, + [953] = {.lex_state = 16}, + [954] = {.lex_state = 16}, + [955] = {.lex_state = 15}, + [956] = {.lex_state = 16}, + [957] = {.lex_state = 16}, + [958] = {.lex_state = 16}, + [959] = {.lex_state = 16}, + [960] = {.lex_state = 16}, + [961] = {.lex_state = 16}, + [962] = {.lex_state = 16}, + [963] = {.lex_state = 16}, + [964] = {.lex_state = 16}, + [965] = {.lex_state = 15}, + [966] = {.lex_state = 16}, + [967] = {.lex_state = 16}, + [968] = {.lex_state = 16}, + [969] = {.lex_state = 16}, + [970] = {.lex_state = 16}, + [971] = {.lex_state = 16}, + [972] = {.lex_state = 16}, + [973] = {.lex_state = 16}, + [974] = {.lex_state = 16}, + [975] = {.lex_state = 16}, + [976] = {.lex_state = 16}, + [977] = {.lex_state = 16}, + [978] = {.lex_state = 16}, + [979] = {.lex_state = 16}, + [980] = {.lex_state = 16}, + [981] = {.lex_state = 16}, + [982] = {.lex_state = 16}, + [983] = {.lex_state = 16}, + [984] = {.lex_state = 16}, + [985] = {.lex_state = 16}, + [986] = {.lex_state = 16}, + [987] = {.lex_state = 16}, + [988] = {.lex_state = 6, .external_lex_state = 2}, + [989] = {.lex_state = 6, .external_lex_state = 2}, + [990] = {.lex_state = 6, .external_lex_state = 3}, + [991] = {.lex_state = 6, .external_lex_state = 3}, + [992] = {.lex_state = 6, .external_lex_state = 2}, + [993] = {.lex_state = 6, .external_lex_state = 3}, + [994] = {.lex_state = 6, .external_lex_state = 3}, + [995] = {.lex_state = 6, .external_lex_state = 3}, + [996] = {.lex_state = 6, .external_lex_state = 3}, + [997] = {.lex_state = 6, .external_lex_state = 3}, + [998] = {.lex_state = 6, .external_lex_state = 3}, + [999] = {.lex_state = 6, .external_lex_state = 3}, + [1000] = {.lex_state = 6, .external_lex_state = 3}, + [1001] = {.lex_state = 9, .external_lex_state = 2}, + [1002] = {.lex_state = 6, .external_lex_state = 2}, + [1003] = {.lex_state = 6, .external_lex_state = 3}, + [1004] = {.lex_state = 6, .external_lex_state = 3}, + [1005] = {.lex_state = 9, .external_lex_state = 2}, + [1006] = {.lex_state = 6, .external_lex_state = 2}, + [1007] = {.lex_state = 6, .external_lex_state = 2}, + [1008] = {.lex_state = 9, .external_lex_state = 2}, + [1009] = {.lex_state = 9, .external_lex_state = 2}, + [1010] = {.lex_state = 6, .external_lex_state = 3}, + [1011] = {.lex_state = 6, .external_lex_state = 3}, + [1012] = {.lex_state = 6, .external_lex_state = 3}, + [1013] = {.lex_state = 6, .external_lex_state = 2}, + [1014] = {.lex_state = 15}, + [1015] = {.lex_state = 9, .external_lex_state = 2}, + [1016] = {.lex_state = 9, .external_lex_state = 2}, + [1017] = {.lex_state = 6, .external_lex_state = 3}, + [1018] = {.lex_state = 6, .external_lex_state = 3}, + [1019] = {.lex_state = 9, .external_lex_state = 2}, + [1020] = {.lex_state = 15}, + [1021] = {.lex_state = 6, .external_lex_state = 2}, + [1022] = {.lex_state = 9, .external_lex_state = 2}, + [1023] = {.lex_state = 6, .external_lex_state = 3}, + [1024] = {.lex_state = 6, .external_lex_state = 3}, + [1025] = {.lex_state = 6, .external_lex_state = 3}, + [1026] = {.lex_state = 6, .external_lex_state = 2}, + [1027] = {.lex_state = 6, .external_lex_state = 3}, [1028] = {.lex_state = 6, .external_lex_state = 2}, - [1029] = {.lex_state = 3, .external_lex_state = 3}, - [1030] = {.lex_state = 6, .external_lex_state = 2}, - [1031] = {.lex_state = 6, .external_lex_state = 2}, - [1032] = {.lex_state = 3, .external_lex_state = 2}, - [1033] = {.lex_state = 3, .external_lex_state = 3}, - [1034] = {.lex_state = 3, .external_lex_state = 2}, - [1035] = {.lex_state = 3, .external_lex_state = 3}, - [1036] = {.lex_state = 6, .external_lex_state = 2}, - [1037] = {.lex_state = 6, .external_lex_state = 2}, - [1038] = {.lex_state = 3, .external_lex_state = 3}, - [1039] = {.lex_state = 6, .external_lex_state = 2}, - [1040] = {.lex_state = 3, .external_lex_state = 3}, - [1041] = {.lex_state = 3, .external_lex_state = 3}, - [1042] = {.lex_state = 3, .external_lex_state = 2}, + [1029] = {.lex_state = 6, .external_lex_state = 3}, + [1030] = {.lex_state = 9, .external_lex_state = 2}, + [1031] = {.lex_state = 6, .external_lex_state = 3}, + [1032] = {.lex_state = 6, .external_lex_state = 3}, + [1033] = {.lex_state = 6, .external_lex_state = 2}, + [1034] = {.lex_state = 6, .external_lex_state = 2}, + [1035] = {.lex_state = 6, .external_lex_state = 3}, + [1036] = {.lex_state = 6, .external_lex_state = 3}, + [1037] = {.lex_state = 9, .external_lex_state = 2}, + [1038] = {.lex_state = 9, .external_lex_state = 2}, + [1039] = {.lex_state = 6, .external_lex_state = 3}, + [1040] = {.lex_state = 6, .external_lex_state = 2}, + [1041] = {.lex_state = 9, .external_lex_state = 2}, + [1042] = {.lex_state = 6, .external_lex_state = 2}, [1043] = {.lex_state = 6, .external_lex_state = 2}, [1044] = {.lex_state = 6, .external_lex_state = 2}, - [1045] = {.lex_state = 3, .external_lex_state = 2}, - [1046] = {.lex_state = 3, .external_lex_state = 2}, - [1047] = {.lex_state = 3, .external_lex_state = 2}, - [1048] = {.lex_state = 3, .external_lex_state = 2}, - [1049] = {.lex_state = 3, .external_lex_state = 2}, - [1050] = {.lex_state = 3, .external_lex_state = 2}, - [1051] = {.lex_state = 3, .external_lex_state = 2}, - [1052] = {.lex_state = 3, .external_lex_state = 3}, + [1045] = {.lex_state = 6, .external_lex_state = 2}, + [1046] = {.lex_state = 6, .external_lex_state = 2}, + [1047] = {.lex_state = 6, .external_lex_state = 2}, + [1048] = {.lex_state = 6, .external_lex_state = 2}, + [1049] = {.lex_state = 6, .external_lex_state = 2}, + [1050] = {.lex_state = 6, .external_lex_state = 2}, + [1051] = {.lex_state = 6, .external_lex_state = 2}, + [1052] = {.lex_state = 6, .external_lex_state = 2}, [1053] = {.lex_state = 6, .external_lex_state = 2}, - [1054] = {.lex_state = 3, .external_lex_state = 3}, - [1055] = {.lex_state = 3, .external_lex_state = 2}, - [1056] = {.lex_state = 3, .external_lex_state = 2}, - [1057] = {.lex_state = 3, .external_lex_state = 2}, - [1058] = {.lex_state = 3, .external_lex_state = 3}, - [1059] = {.lex_state = 3, .external_lex_state = 3}, - [1060] = {.lex_state = 3, .external_lex_state = 2}, - [1061] = {.lex_state = 3, .external_lex_state = 2}, - [1062] = {.lex_state = 3, .external_lex_state = 2}, - [1063] = {.lex_state = 3, .external_lex_state = 3}, - [1064] = {.lex_state = 3, .external_lex_state = 2}, - [1065] = {.lex_state = 3, .external_lex_state = 2}, - [1066] = {.lex_state = 3, .external_lex_state = 2}, - [1067] = {.lex_state = 3, .external_lex_state = 2}, - [1068] = {.lex_state = 3, .external_lex_state = 2}, - [1069] = {.lex_state = 3, .external_lex_state = 2}, - [1070] = {.lex_state = 3, .external_lex_state = 2}, - [1071] = {.lex_state = 3, .external_lex_state = 3}, - [1072] = {.lex_state = 3, .external_lex_state = 3}, - [1073] = {.lex_state = 3, .external_lex_state = 3}, - [1074] = {.lex_state = 3, .external_lex_state = 2}, - [1075] = {.lex_state = 3, .external_lex_state = 2}, - [1076] = {.lex_state = 3, .external_lex_state = 3}, - [1077] = {.lex_state = 3, .external_lex_state = 3}, - [1078] = {.lex_state = 3, .external_lex_state = 2}, - [1079] = {.lex_state = 3, .external_lex_state = 2}, - [1080] = {.lex_state = 3, .external_lex_state = 2}, + [1054] = {.lex_state = 6, .external_lex_state = 2}, + [1055] = {.lex_state = 6, .external_lex_state = 3}, + [1056] = {.lex_state = 6, .external_lex_state = 2}, + [1057] = {.lex_state = 6, .external_lex_state = 3}, + [1058] = {.lex_state = 6, .external_lex_state = 2}, + [1059] = {.lex_state = 6, .external_lex_state = 3}, + [1060] = {.lex_state = 9, .external_lex_state = 2}, + [1061] = {.lex_state = 6, .external_lex_state = 2}, + [1062] = {.lex_state = 6, .external_lex_state = 2}, + [1063] = {.lex_state = 6, .external_lex_state = 3}, + [1064] = {.lex_state = 6, .external_lex_state = 2}, + [1065] = {.lex_state = 6, .external_lex_state = 2}, + [1066] = {.lex_state = 6, .external_lex_state = 3}, + [1067] = {.lex_state = 6, .external_lex_state = 3}, + [1068] = {.lex_state = 6, .external_lex_state = 2}, + [1069] = {.lex_state = 6, .external_lex_state = 2}, + [1070] = {.lex_state = 6, .external_lex_state = 2}, + [1071] = {.lex_state = 6, .external_lex_state = 3}, + [1072] = {.lex_state = 6, .external_lex_state = 2}, + [1073] = {.lex_state = 6, .external_lex_state = 2}, + [1074] = {.lex_state = 6, .external_lex_state = 3}, + [1075] = {.lex_state = 9, .external_lex_state = 2}, + [1076] = {.lex_state = 6, .external_lex_state = 3}, + [1077] = {.lex_state = 6, .external_lex_state = 2}, + [1078] = {.lex_state = 6, .external_lex_state = 2}, + [1079] = {.lex_state = 6, .external_lex_state = 2}, + [1080] = {.lex_state = 6, .external_lex_state = 2}, [1081] = {.lex_state = 6, .external_lex_state = 2}, - [1082] = {.lex_state = 3, .external_lex_state = 3}, - [1083] = {.lex_state = 3, .external_lex_state = 2}, - [1084] = {.lex_state = 3, .external_lex_state = 2}, - [1085] = {.lex_state = 3, .external_lex_state = 2}, - [1086] = {.lex_state = 3, .external_lex_state = 2}, - [1087] = {.lex_state = 3, .external_lex_state = 3}, - [1088] = {.lex_state = 3, .external_lex_state = 2}, - [1089] = {.lex_state = 3, .external_lex_state = 2}, - [1090] = {.lex_state = 3, .external_lex_state = 2}, - [1091] = {.lex_state = 3, .external_lex_state = 3}, + [1082] = {.lex_state = 6, .external_lex_state = 2}, + [1083] = {.lex_state = 6, .external_lex_state = 2}, + [1084] = {.lex_state = 6, .external_lex_state = 3}, + [1085] = {.lex_state = 6, .external_lex_state = 3}, + [1086] = {.lex_state = 6, .external_lex_state = 3}, + [1087] = {.lex_state = 6, .external_lex_state = 3}, + [1088] = {.lex_state = 6, .external_lex_state = 3}, + [1089] = {.lex_state = 6, .external_lex_state = 3}, + [1090] = {.lex_state = 6, .external_lex_state = 2}, + [1091] = {.lex_state = 6, .external_lex_state = 3}, [1092] = {.lex_state = 6, .external_lex_state = 2}, - [1093] = {.lex_state = 3, .external_lex_state = 3}, - [1094] = {.lex_state = 3, .external_lex_state = 2}, - [1095] = {.lex_state = 3, .external_lex_state = 3}, - [1096] = {.lex_state = 3, .external_lex_state = 3}, - [1097] = {.lex_state = 3, .external_lex_state = 3}, - [1098] = {.lex_state = 3, .external_lex_state = 3}, - [1099] = {.lex_state = 3, .external_lex_state = 3}, - [1100] = {.lex_state = 3, .external_lex_state = 3}, - [1101] = {.lex_state = 3, .external_lex_state = 2}, - [1102] = {.lex_state = 3, .external_lex_state = 3}, - [1103] = {.lex_state = 3, .external_lex_state = 2}, - [1104] = {.lex_state = 3, .external_lex_state = 2}, - [1105] = {.lex_state = 3, .external_lex_state = 3}, - [1106] = {.lex_state = 3, .external_lex_state = 3}, - [1107] = {.lex_state = 3, .external_lex_state = 2}, - [1108] = {.lex_state = 3, .external_lex_state = 2}, - [1109] = {.lex_state = 3, .external_lex_state = 3}, - [1110] = {.lex_state = 3, .external_lex_state = 3}, - [1111] = {.lex_state = 3, .external_lex_state = 3}, - [1112] = {.lex_state = 3, .external_lex_state = 2}, - [1113] = {.lex_state = 3, .external_lex_state = 3}, - [1114] = {.lex_state = 3, .external_lex_state = 3}, - [1115] = {.lex_state = 6, .external_lex_state = 2}, - [1116] = {.lex_state = 3, .external_lex_state = 3}, - [1117] = {.lex_state = 3, .external_lex_state = 3}, - [1118] = {.lex_state = 3, .external_lex_state = 3}, - [1119] = {.lex_state = 3, .external_lex_state = 3}, - [1120] = {.lex_state = 3, .external_lex_state = 3}, - [1121] = {.lex_state = 3, .external_lex_state = 3}, - [1122] = {.lex_state = 3, .external_lex_state = 3}, - [1123] = {.lex_state = 3, .external_lex_state = 3}, - [1124] = {.lex_state = 3, .external_lex_state = 3}, - [1125] = {.lex_state = 3, .external_lex_state = 3}, - [1126] = {.lex_state = 3, .external_lex_state = 3}, - [1127] = {.lex_state = 3, .external_lex_state = 2}, - [1128] = {.lex_state = 3, .external_lex_state = 3}, - [1129] = {.lex_state = 3, .external_lex_state = 2}, - [1130] = {.lex_state = 3, .external_lex_state = 2}, - [1131] = {.lex_state = 3, .external_lex_state = 3}, - [1132] = {.lex_state = 6, .external_lex_state = 2}, - [1133] = {.lex_state = 6, .external_lex_state = 2}, - [1134] = {.lex_state = 3, .external_lex_state = 2}, - [1135] = {.lex_state = 3, .external_lex_state = 2}, + [1093] = {.lex_state = 6, .external_lex_state = 2}, + [1094] = {.lex_state = 6, .external_lex_state = 3}, + [1095] = {.lex_state = 6, .external_lex_state = 3}, + [1096] = {.lex_state = 6, .external_lex_state = 3}, + [1097] = {.lex_state = 6, .external_lex_state = 3}, + [1098] = {.lex_state = 6, .external_lex_state = 3}, + [1099] = {.lex_state = 6, .external_lex_state = 3}, + [1100] = {.lex_state = 6, .external_lex_state = 3}, + [1101] = {.lex_state = 6, .external_lex_state = 3}, + [1102] = {.lex_state = 6, .external_lex_state = 2}, + [1103] = {.lex_state = 6, .external_lex_state = 2}, + [1104] = {.lex_state = 6, .external_lex_state = 3}, + [1105] = {.lex_state = 9, .external_lex_state = 2}, + [1106] = {.lex_state = 6, .external_lex_state = 3}, + [1107] = {.lex_state = 6, .external_lex_state = 3}, + [1108] = {.lex_state = 6, .external_lex_state = 3}, + [1109] = {.lex_state = 6, .external_lex_state = 3}, + [1110] = {.lex_state = 6, .external_lex_state = 3}, + [1111] = {.lex_state = 6, .external_lex_state = 2}, + [1112] = {.lex_state = 6, .external_lex_state = 2}, + [1113] = {.lex_state = 6, .external_lex_state = 3}, + [1114] = {.lex_state = 6, .external_lex_state = 3}, + [1115] = {.lex_state = 6, .external_lex_state = 3}, + [1116] = {.lex_state = 6, .external_lex_state = 3}, + [1117] = {.lex_state = 6, .external_lex_state = 2}, + [1118] = {.lex_state = 6, .external_lex_state = 2}, + [1119] = {.lex_state = 6, .external_lex_state = 2}, + [1120] = {.lex_state = 6, .external_lex_state = 3}, + [1121] = {.lex_state = 9, .external_lex_state = 2}, + [1122] = {.lex_state = 6, .external_lex_state = 3}, + [1123] = {.lex_state = 6, .external_lex_state = 2}, + [1124] = {.lex_state = 6, .external_lex_state = 2}, + [1125] = {.lex_state = 6, .external_lex_state = 2}, + [1126] = {.lex_state = 9, .external_lex_state = 2}, + [1127] = {.lex_state = 6, .external_lex_state = 2}, + [1128] = {.lex_state = 6, .external_lex_state = 2}, + [1129] = {.lex_state = 6, .external_lex_state = 2}, + [1130] = {.lex_state = 104}, + [1131] = {.lex_state = 6, .external_lex_state = 2}, + [1132] = {.lex_state = 9, .external_lex_state = 2}, + [1133] = {.lex_state = 6, .external_lex_state = 3}, + [1134] = {.lex_state = 9, .external_lex_state = 2}, + [1135] = {.lex_state = 6, .external_lex_state = 2}, [1136] = {.lex_state = 6, .external_lex_state = 2}, - [1137] = {.lex_state = 3, .external_lex_state = 2}, - [1138] = {.lex_state = 3, .external_lex_state = 2}, - [1139] = {.lex_state = 3, .external_lex_state = 3}, - [1140] = {.lex_state = 3, .external_lex_state = 2}, - [1141] = {.lex_state = 3, .external_lex_state = 2}, - [1142] = {.lex_state = 3, .external_lex_state = 2}, - [1143] = {.lex_state = 94}, + [1137] = {.lex_state = 104}, + [1138] = {.lex_state = 6, .external_lex_state = 2}, + [1139] = {.lex_state = 6, .external_lex_state = 3}, + [1140] = {.lex_state = 6, .external_lex_state = 3}, + [1141] = {.lex_state = 6, .external_lex_state = 2}, + [1142] = {.lex_state = 6, .external_lex_state = 2}, + [1143] = {.lex_state = 6, .external_lex_state = 2}, [1144] = {.lex_state = 6, .external_lex_state = 2}, - [1145] = {.lex_state = 3, .external_lex_state = 2}, - [1146] = {.lex_state = 3, .external_lex_state = 2}, - [1147] = {.lex_state = 3, .external_lex_state = 2}, - [1148] = {.lex_state = 3, .external_lex_state = 2}, - [1149] = {.lex_state = 3, .external_lex_state = 3}, - [1150] = {.lex_state = 3, .external_lex_state = 2}, - [1151] = {.lex_state = 94}, - [1152] = {.lex_state = 3, .external_lex_state = 3}, - [1153] = {.lex_state = 3, .external_lex_state = 2}, - [1154] = {.lex_state = 3, .external_lex_state = 3}, - [1155] = {.lex_state = 3, .external_lex_state = 3}, - [1156] = {.lex_state = 3, .external_lex_state = 2}, - [1157] = {.lex_state = 3, .external_lex_state = 2}, - [1158] = {.lex_state = 3, .external_lex_state = 2}, - [1159] = {.lex_state = 3, .external_lex_state = 3}, - [1160] = {.lex_state = 3, .external_lex_state = 2}, - [1161] = {.lex_state = 3, .external_lex_state = 2}, - [1162] = {.lex_state = 3, .external_lex_state = 3}, - [1163] = {.lex_state = 3, .external_lex_state = 2}, - [1164] = {.lex_state = 3, .external_lex_state = 3}, + [1145] = {.lex_state = 104}, + [1146] = {.lex_state = 6, .external_lex_state = 3}, + [1147] = {.lex_state = 6, .external_lex_state = 2}, + [1148] = {.lex_state = 6, .external_lex_state = 2}, + [1149] = {.lex_state = 6, .external_lex_state = 3}, + [1150] = {.lex_state = 104}, + [1151] = {.lex_state = 6, .external_lex_state = 2}, + [1152] = {.lex_state = 6, .external_lex_state = 2}, + [1153] = {.lex_state = 6, .external_lex_state = 3}, + [1154] = {.lex_state = 6, .external_lex_state = 3}, + [1155] = {.lex_state = 9, .external_lex_state = 2}, + [1156] = {.lex_state = 6, .external_lex_state = 2}, + [1157] = {.lex_state = 6, .external_lex_state = 2}, + [1158] = {.lex_state = 104}, + [1159] = {.lex_state = 104}, + [1160] = {.lex_state = 6, .external_lex_state = 2}, + [1161] = {.lex_state = 6, .external_lex_state = 2}, + [1162] = {.lex_state = 104}, + [1163] = {.lex_state = 6, .external_lex_state = 2}, + [1164] = {.lex_state = 6, .external_lex_state = 3}, [1165] = {.lex_state = 6, .external_lex_state = 2}, - [1166] = {.lex_state = 3, .external_lex_state = 2}, - [1167] = {.lex_state = 3, .external_lex_state = 2}, - [1168] = {.lex_state = 94}, - [1169] = {.lex_state = 94}, - [1170] = {.lex_state = 3, .external_lex_state = 3}, - [1171] = {.lex_state = 94}, - [1172] = {.lex_state = 3, .external_lex_state = 2}, - [1173] = {.lex_state = 3, .external_lex_state = 2}, - [1174] = {.lex_state = 3, .external_lex_state = 2}, - [1175] = {.lex_state = 3, .external_lex_state = 2}, - [1176] = {.lex_state = 3, .external_lex_state = 3}, - [1177] = {.lex_state = 3, .external_lex_state = 2}, - [1178] = {.lex_state = 3, .external_lex_state = 2}, - [1179] = {.lex_state = 94}, - [1180] = {.lex_state = 3, .external_lex_state = 2}, - [1181] = {.lex_state = 3, .external_lex_state = 2}, - [1182] = {.lex_state = 94}, - [1183] = {.lex_state = 3, .external_lex_state = 2}, - [1184] = {.lex_state = 3, .external_lex_state = 2}, - [1185] = {.lex_state = 3, .external_lex_state = 2}, - [1186] = {.lex_state = 3, .external_lex_state = 2}, - [1187] = {.lex_state = 3, .external_lex_state = 2}, - [1188] = {.lex_state = 12}, - [1189] = {.lex_state = 12}, - [1190] = {.lex_state = 12}, - [1191] = {.lex_state = 12}, - [1192] = {.lex_state = 12}, - [1193] = {.lex_state = 12}, - [1194] = {.lex_state = 12}, - [1195] = {.lex_state = 11, .external_lex_state = 4}, - [1196] = {.lex_state = 12}, - [1197] = {.lex_state = 11, .external_lex_state = 4}, - [1198] = {.lex_state = 12}, - [1199] = {.lex_state = 12}, - [1200] = {.lex_state = 7, .external_lex_state = 3}, - [1201] = {.lex_state = 12}, - [1202] = {.lex_state = 12}, - [1203] = {.lex_state = 12}, - [1204] = {.lex_state = 12}, - [1205] = {.lex_state = 12}, - [1206] = {.lex_state = 11, .external_lex_state = 4}, - [1207] = {.lex_state = 12}, - [1208] = {.lex_state = 11, .external_lex_state = 4}, - [1209] = {.lex_state = 12}, - [1210] = {.lex_state = 12}, - [1211] = {.lex_state = 12}, - [1212] = {.lex_state = 11, .external_lex_state = 4}, - [1213] = {.lex_state = 12}, - [1214] = {.lex_state = 12}, - [1215] = {.lex_state = 12}, - [1216] = {.lex_state = 12}, - [1217] = {.lex_state = 12}, - [1218] = {.lex_state = 12}, - [1219] = {.lex_state = 11, .external_lex_state = 4}, - [1220] = {.lex_state = 12}, - [1221] = {.lex_state = 12}, - [1222] = {.lex_state = 12}, - [1223] = {.lex_state = 7, .external_lex_state = 3}, - [1224] = {.lex_state = 12}, - [1225] = {.lex_state = 12}, - [1226] = {.lex_state = 7, .external_lex_state = 3}, - [1227] = {.lex_state = 11, .external_lex_state = 4}, - [1228] = {.lex_state = 12}, - [1229] = {.lex_state = 7, .external_lex_state = 2}, - [1230] = {.lex_state = 7, .external_lex_state = 2}, - [1231] = {.lex_state = 94}, - [1232] = {.lex_state = 7, .external_lex_state = 2}, - [1233] = {.lex_state = 94}, - [1234] = {.lex_state = 7, .external_lex_state = 3}, - [1235] = {.lex_state = 7, .external_lex_state = 2}, - [1236] = {.lex_state = 7, .external_lex_state = 2}, - [1237] = {.lex_state = 94}, - [1238] = {.lex_state = 7, .external_lex_state = 2}, - [1239] = {.lex_state = 7, .external_lex_state = 2}, - [1240] = {.lex_state = 94}, - [1241] = {.lex_state = 7, .external_lex_state = 3}, - [1242] = {.lex_state = 94}, - [1243] = {.lex_state = 7, .external_lex_state = 2}, - [1244] = {.lex_state = 7, .external_lex_state = 3}, - [1245] = {.lex_state = 94}, - [1246] = {.lex_state = 94}, - [1247] = {.lex_state = 7, .external_lex_state = 2}, - [1248] = {.lex_state = 7, .external_lex_state = 2}, - [1249] = {.lex_state = 7, .external_lex_state = 2}, - [1250] = {.lex_state = 7, .external_lex_state = 2}, - [1251] = {.lex_state = 7, .external_lex_state = 2}, - [1252] = {.lex_state = 7, .external_lex_state = 2}, - [1253] = {.lex_state = 7, .external_lex_state = 3}, - [1254] = {.lex_state = 7, .external_lex_state = 2}, - [1255] = {.lex_state = 7, .external_lex_state = 2}, - [1256] = {.lex_state = 7, .external_lex_state = 2}, - [1257] = {.lex_state = 7, .external_lex_state = 2}, - [1258] = {.lex_state = 7, .external_lex_state = 2}, - [1259] = {.lex_state = 7, .external_lex_state = 2}, - [1260] = {.lex_state = 7, .external_lex_state = 2}, - [1261] = {.lex_state = 7, .external_lex_state = 2}, - [1262] = {.lex_state = 7, .external_lex_state = 2}, - [1263] = {.lex_state = 7, .external_lex_state = 2}, - [1264] = {.lex_state = 7, .external_lex_state = 2}, - [1265] = {.lex_state = 7, .external_lex_state = 2}, - [1266] = {.lex_state = 7, .external_lex_state = 2}, - [1267] = {.lex_state = 7, .external_lex_state = 2}, - [1268] = {.lex_state = 7, .external_lex_state = 2}, - [1269] = {.lex_state = 7, .external_lex_state = 2}, - [1270] = {.lex_state = 7, .external_lex_state = 2}, - [1271] = {.lex_state = 7, .external_lex_state = 2}, - [1272] = {.lex_state = 7, .external_lex_state = 2}, - [1273] = {.lex_state = 7, .external_lex_state = 2}, - [1274] = {.lex_state = 7, .external_lex_state = 2}, - [1275] = {.lex_state = 7, .external_lex_state = 2}, - [1276] = {.lex_state = 7, .external_lex_state = 2}, - [1277] = {.lex_state = 7, .external_lex_state = 2}, - [1278] = {.lex_state = 7, .external_lex_state = 2}, - [1279] = {.lex_state = 7, .external_lex_state = 3}, - [1280] = {.lex_state = 7, .external_lex_state = 2}, - [1281] = {.lex_state = 7, .external_lex_state = 2}, - [1282] = {.lex_state = 7, .external_lex_state = 2}, - [1283] = {.lex_state = 7, .external_lex_state = 2}, - [1284] = {.lex_state = 7, .external_lex_state = 2}, - [1285] = {.lex_state = 7, .external_lex_state = 2}, - [1286] = {.lex_state = 7, .external_lex_state = 2}, - [1287] = {.lex_state = 7, .external_lex_state = 2}, - [1288] = {.lex_state = 7, .external_lex_state = 2}, - [1289] = {.lex_state = 7, .external_lex_state = 2}, - [1290] = {.lex_state = 7, .external_lex_state = 2}, - [1291] = {.lex_state = 7, .external_lex_state = 2}, - [1292] = {.lex_state = 7, .external_lex_state = 2}, - [1293] = {.lex_state = 7, .external_lex_state = 2}, - [1294] = {.lex_state = 7, .external_lex_state = 2}, - [1295] = {.lex_state = 7, .external_lex_state = 2}, - [1296] = {.lex_state = 7, .external_lex_state = 2}, - [1297] = {.lex_state = 7, .external_lex_state = 2}, - [1298] = {.lex_state = 7, .external_lex_state = 2}, - [1299] = {.lex_state = 7, .external_lex_state = 2}, - [1300] = {.lex_state = 7, .external_lex_state = 2}, - [1301] = {.lex_state = 7, .external_lex_state = 2}, - [1302] = {.lex_state = 7, .external_lex_state = 2}, - [1303] = {.lex_state = 7, .external_lex_state = 2}, - [1304] = {.lex_state = 7, .external_lex_state = 2}, - [1305] = {.lex_state = 7, .external_lex_state = 2}, - [1306] = {.lex_state = 7, .external_lex_state = 2}, - [1307] = {.lex_state = 7, .external_lex_state = 2}, - [1308] = {.lex_state = 7, .external_lex_state = 2}, - [1309] = {.lex_state = 7, .external_lex_state = 2}, - [1310] = {.lex_state = 7, .external_lex_state = 2}, - [1311] = {.lex_state = 7, .external_lex_state = 2}, - [1312] = {.lex_state = 7, .external_lex_state = 2}, - [1313] = {.lex_state = 7, .external_lex_state = 2}, - [1314] = {.lex_state = 7, .external_lex_state = 2}, - [1315] = {.lex_state = 7, .external_lex_state = 2}, - [1316] = {.lex_state = 7, .external_lex_state = 3}, - [1317] = {.lex_state = 7, .external_lex_state = 2}, - [1318] = {.lex_state = 7, .external_lex_state = 2}, - [1319] = {.lex_state = 7, .external_lex_state = 2}, - [1320] = {.lex_state = 7, .external_lex_state = 2}, - [1321] = {.lex_state = 7, .external_lex_state = 2}, - [1322] = {.lex_state = 7, .external_lex_state = 2}, - [1323] = {.lex_state = 7, .external_lex_state = 2}, - [1324] = {.lex_state = 7, .external_lex_state = 2}, - [1325] = {.lex_state = 7, .external_lex_state = 2}, - [1326] = {.lex_state = 7, .external_lex_state = 2}, - [1327] = {.lex_state = 7, .external_lex_state = 2}, - [1328] = {.lex_state = 7, .external_lex_state = 2}, - [1329] = {.lex_state = 7, .external_lex_state = 2}, - [1330] = {.lex_state = 7, .external_lex_state = 2}, - [1331] = {.lex_state = 7, .external_lex_state = 2}, - [1332] = {.lex_state = 7, .external_lex_state = 2}, - [1333] = {.lex_state = 7, .external_lex_state = 2}, - [1334] = {.lex_state = 7, .external_lex_state = 2}, - [1335] = {.lex_state = 7, .external_lex_state = 2}, - [1336] = {.lex_state = 7, .external_lex_state = 2}, - [1337] = {.lex_state = 7, .external_lex_state = 2}, - [1338] = {.lex_state = 7, .external_lex_state = 2}, - [1339] = {.lex_state = 7, .external_lex_state = 2}, - [1340] = {.lex_state = 7, .external_lex_state = 2}, - [1341] = {.lex_state = 7, .external_lex_state = 2}, - [1342] = {.lex_state = 7, .external_lex_state = 2}, - [1343] = {.lex_state = 7, .external_lex_state = 2}, - [1344] = {.lex_state = 7, .external_lex_state = 2}, - [1345] = {.lex_state = 7, .external_lex_state = 2}, - [1346] = {.lex_state = 7, .external_lex_state = 2}, - [1347] = {.lex_state = 7, .external_lex_state = 2}, - [1348] = {.lex_state = 7, .external_lex_state = 2}, - [1349] = {.lex_state = 7, .external_lex_state = 2}, - [1350] = {.lex_state = 7, .external_lex_state = 2}, - [1351] = {.lex_state = 7, .external_lex_state = 2}, - [1352] = {.lex_state = 7, .external_lex_state = 2}, - [1353] = {.lex_state = 7, .external_lex_state = 2}, - [1354] = {.lex_state = 7, .external_lex_state = 2}, - [1355] = {.lex_state = 7, .external_lex_state = 2}, - [1356] = {.lex_state = 7, .external_lex_state = 2}, - [1357] = {.lex_state = 7, .external_lex_state = 2}, - [1358] = {.lex_state = 7, .external_lex_state = 2}, - [1359] = {.lex_state = 7, .external_lex_state = 2}, - [1360] = {.lex_state = 7, .external_lex_state = 2}, - [1361] = {.lex_state = 7, .external_lex_state = 2}, - [1362] = {.lex_state = 7, .external_lex_state = 2}, - [1363] = {.lex_state = 7, .external_lex_state = 2}, - [1364] = {.lex_state = 7, .external_lex_state = 2}, - [1365] = {.lex_state = 7, .external_lex_state = 2}, - [1366] = {.lex_state = 7, .external_lex_state = 2}, - [1367] = {.lex_state = 7, .external_lex_state = 2}, - [1368] = {.lex_state = 7, .external_lex_state = 2}, - [1369] = {.lex_state = 7, .external_lex_state = 2}, - [1370] = {.lex_state = 7, .external_lex_state = 2}, - [1371] = {.lex_state = 7, .external_lex_state = 2}, - [1372] = {.lex_state = 7, .external_lex_state = 2}, - [1373] = {.lex_state = 7, .external_lex_state = 2}, - [1374] = {.lex_state = 7, .external_lex_state = 2}, - [1375] = {.lex_state = 7, .external_lex_state = 2}, - [1376] = {.lex_state = 7, .external_lex_state = 2}, - [1377] = {.lex_state = 7, .external_lex_state = 2}, - [1378] = {.lex_state = 7, .external_lex_state = 2}, - [1379] = {.lex_state = 7, .external_lex_state = 2}, - [1380] = {.lex_state = 7, .external_lex_state = 2}, - [1381] = {.lex_state = 7, .external_lex_state = 2}, - [1382] = {.lex_state = 7, .external_lex_state = 3}, - [1383] = {.lex_state = 7, .external_lex_state = 3}, - [1384] = {.lex_state = 7, .external_lex_state = 2}, - [1385] = {.lex_state = 7, .external_lex_state = 2}, - [1386] = {.lex_state = 7, .external_lex_state = 3}, - [1387] = {.lex_state = 7, .external_lex_state = 3}, - [1388] = {.lex_state = 7, .external_lex_state = 2}, - [1389] = {.lex_state = 7, .external_lex_state = 3}, - [1390] = {.lex_state = 7, .external_lex_state = 2}, - [1391] = {.lex_state = 7, .external_lex_state = 3}, - [1392] = {.lex_state = 7, .external_lex_state = 3}, - [1393] = {.lex_state = 7, .external_lex_state = 3}, - [1394] = {.lex_state = 7, .external_lex_state = 3}, - [1395] = {.lex_state = 7, .external_lex_state = 3}, - [1396] = {.lex_state = 7, .external_lex_state = 2}, - [1397] = {.lex_state = 7, .external_lex_state = 3}, - [1398] = {.lex_state = 7, .external_lex_state = 2}, - [1399] = {.lex_state = 7, .external_lex_state = 3}, - [1400] = {.lex_state = 7, .external_lex_state = 3}, - [1401] = {.lex_state = 7, .external_lex_state = 3}, - [1402] = {.lex_state = 7, .external_lex_state = 2}, - [1403] = {.lex_state = 7, .external_lex_state = 3}, - [1404] = {.lex_state = 7, .external_lex_state = 2}, - [1405] = {.lex_state = 7, .external_lex_state = 3}, - [1406] = {.lex_state = 7, .external_lex_state = 2}, - [1407] = {.lex_state = 7, .external_lex_state = 3}, - [1408] = {.lex_state = 7, .external_lex_state = 3}, - [1409] = {.lex_state = 7, .external_lex_state = 3}, - [1410] = {.lex_state = 7, .external_lex_state = 2}, - [1411] = {.lex_state = 7, .external_lex_state = 3}, - [1412] = {.lex_state = 7, .external_lex_state = 3}, - [1413] = {.lex_state = 7, .external_lex_state = 3}, - [1414] = {.lex_state = 7, .external_lex_state = 2}, - [1415] = {.lex_state = 7, .external_lex_state = 3}, - [1416] = {.lex_state = 7, .external_lex_state = 3}, - [1417] = {.lex_state = 7, .external_lex_state = 2}, - [1418] = {.lex_state = 7, .external_lex_state = 2}, - [1419] = {.lex_state = 7, .external_lex_state = 3}, - [1420] = {.lex_state = 7, .external_lex_state = 3}, - [1421] = {.lex_state = 7, .external_lex_state = 3}, - [1422] = {.lex_state = 7, .external_lex_state = 3}, - [1423] = {.lex_state = 7, .external_lex_state = 3}, - [1424] = {.lex_state = 7, .external_lex_state = 2}, - [1425] = {.lex_state = 7, .external_lex_state = 2}, - [1426] = {.lex_state = 7, .external_lex_state = 3}, - [1427] = {.lex_state = 7, .external_lex_state = 3}, - [1428] = {.lex_state = 7, .external_lex_state = 2}, - [1429] = {.lex_state = 7, .external_lex_state = 3}, - [1430] = {.lex_state = 7, .external_lex_state = 3}, - [1431] = {.lex_state = 7, .external_lex_state = 2}, - [1432] = {.lex_state = 7, .external_lex_state = 2}, - [1433] = {.lex_state = 7, .external_lex_state = 2}, - [1434] = {.lex_state = 7, .external_lex_state = 3}, - [1435] = {.lex_state = 7, .external_lex_state = 3}, - [1436] = {.lex_state = 7, .external_lex_state = 2}, - [1437] = {.lex_state = 7, .external_lex_state = 2}, - [1438] = {.lex_state = 7, .external_lex_state = 3}, - [1439] = {.lex_state = 7, .external_lex_state = 2}, - [1440] = {.lex_state = 7, .external_lex_state = 3}, - [1441] = {.lex_state = 7, .external_lex_state = 3}, - [1442] = {.lex_state = 7, .external_lex_state = 2}, - [1443] = {.lex_state = 7, .external_lex_state = 3}, - [1444] = {.lex_state = 7, .external_lex_state = 3}, - [1445] = {.lex_state = 7, .external_lex_state = 3}, - [1446] = {.lex_state = 7, .external_lex_state = 2}, - [1447] = {.lex_state = 7, .external_lex_state = 2}, - [1448] = {.lex_state = 7, .external_lex_state = 2}, - [1449] = {.lex_state = 7, .external_lex_state = 2}, - [1450] = {.lex_state = 7, .external_lex_state = 2}, - [1451] = {.lex_state = 7, .external_lex_state = 2}, - [1452] = {.lex_state = 7, .external_lex_state = 2}, - [1453] = {.lex_state = 7, .external_lex_state = 2}, - [1454] = {.lex_state = 7, .external_lex_state = 3}, - [1455] = {.lex_state = 7, .external_lex_state = 2}, - [1456] = {.lex_state = 7, .external_lex_state = 2}, - [1457] = {.lex_state = 7, .external_lex_state = 2}, - [1458] = {.lex_state = 7, .external_lex_state = 2}, - [1459] = {.lex_state = 7, .external_lex_state = 2}, - [1460] = {.lex_state = 7, .external_lex_state = 2}, - [1461] = {.lex_state = 7, .external_lex_state = 2}, - [1462] = {.lex_state = 7, .external_lex_state = 2}, - [1463] = {.lex_state = 7, .external_lex_state = 2}, - [1464] = {.lex_state = 7, .external_lex_state = 2}, - [1465] = {.lex_state = 7, .external_lex_state = 2}, - [1466] = {.lex_state = 7, .external_lex_state = 3}, - [1467] = {.lex_state = 7, .external_lex_state = 2}, - [1468] = {.lex_state = 7, .external_lex_state = 2}, - [1469] = {.lex_state = 7, .external_lex_state = 2}, - [1470] = {.lex_state = 7, .external_lex_state = 2}, - [1471] = {.lex_state = 7, .external_lex_state = 2}, - [1472] = {.lex_state = 7, .external_lex_state = 3}, - [1473] = {.lex_state = 7, .external_lex_state = 2}, - [1474] = {.lex_state = 7, .external_lex_state = 3}, - [1475] = {.lex_state = 7, .external_lex_state = 3}, - [1476] = {.lex_state = 7, .external_lex_state = 3}, - [1477] = {.lex_state = 7, .external_lex_state = 2}, - [1478] = {.lex_state = 7, .external_lex_state = 2}, - [1479] = {.lex_state = 7, .external_lex_state = 3}, - [1480] = {.lex_state = 94}, - [1481] = {.lex_state = 7, .external_lex_state = 3}, - [1482] = {.lex_state = 7, .external_lex_state = 2}, - [1483] = {.lex_state = 7, .external_lex_state = 2}, - [1484] = {.lex_state = 7, .external_lex_state = 2}, - [1485] = {.lex_state = 7, .external_lex_state = 2}, - [1486] = {.lex_state = 7, .external_lex_state = 2}, - [1487] = {.lex_state = 7, .external_lex_state = 2}, - [1488] = {.lex_state = 7, .external_lex_state = 3}, - [1489] = {.lex_state = 7, .external_lex_state = 2}, - [1490] = {.lex_state = 7, .external_lex_state = 2}, - [1491] = {.lex_state = 7, .external_lex_state = 3}, - [1492] = {.lex_state = 7, .external_lex_state = 2}, - [1493] = {.lex_state = 7, .external_lex_state = 3}, - [1494] = {.lex_state = 7, .external_lex_state = 2}, - [1495] = {.lex_state = 7, .external_lex_state = 3}, - [1496] = {.lex_state = 7, .external_lex_state = 2}, - [1497] = {.lex_state = 7, .external_lex_state = 3}, - [1498] = {.lex_state = 7, .external_lex_state = 2}, - [1499] = {.lex_state = 7, .external_lex_state = 2}, - [1500] = {.lex_state = 7, .external_lex_state = 3}, - [1501] = {.lex_state = 7, .external_lex_state = 3}, - [1502] = {.lex_state = 7, .external_lex_state = 2}, - [1503] = {.lex_state = 7, .external_lex_state = 3}, - [1504] = {.lex_state = 7, .external_lex_state = 2}, - [1505] = {.lex_state = 7, .external_lex_state = 3}, - [1506] = {.lex_state = 7, .external_lex_state = 3}, - [1507] = {.lex_state = 7, .external_lex_state = 3}, - [1508] = {.lex_state = 7, .external_lex_state = 3}, - [1509] = {.lex_state = 7, .external_lex_state = 3}, - [1510] = {.lex_state = 7, .external_lex_state = 2}, - [1511] = {.lex_state = 7, .external_lex_state = 2}, - [1512] = {.lex_state = 7, .external_lex_state = 2}, - [1513] = {.lex_state = 7, .external_lex_state = 2}, - [1514] = {.lex_state = 7, .external_lex_state = 3}, - [1515] = {.lex_state = 7, .external_lex_state = 2}, - [1516] = {.lex_state = 7, .external_lex_state = 2}, - [1517] = {.lex_state = 7, .external_lex_state = 2}, - [1518] = {.lex_state = 7, .external_lex_state = 2}, - [1519] = {.lex_state = 7, .external_lex_state = 2}, - [1520] = {.lex_state = 7, .external_lex_state = 2}, - [1521] = {.lex_state = 7, .external_lex_state = 2}, - [1522] = {.lex_state = 7, .external_lex_state = 2}, - [1523] = {.lex_state = 7, .external_lex_state = 3}, - [1524] = {.lex_state = 7, .external_lex_state = 3}, - [1525] = {.lex_state = 7, .external_lex_state = 3}, - [1526] = {.lex_state = 7, .external_lex_state = 3}, - [1527] = {.lex_state = 7, .external_lex_state = 2}, - [1528] = {.lex_state = 7, .external_lex_state = 2}, - [1529] = {.lex_state = 7, .external_lex_state = 2}, - [1530] = {.lex_state = 7, .external_lex_state = 2}, - [1531] = {.lex_state = 7, .external_lex_state = 2}, - [1532] = {.lex_state = 7, .external_lex_state = 2}, - [1533] = {.lex_state = 7, .external_lex_state = 3}, - [1534] = {.lex_state = 7, .external_lex_state = 3}, - [1535] = {.lex_state = 7, .external_lex_state = 3}, - [1536] = {.lex_state = 7, .external_lex_state = 2}, - [1537] = {.lex_state = 7, .external_lex_state = 2}, - [1538] = {.lex_state = 7, .external_lex_state = 3}, - [1539] = {.lex_state = 7, .external_lex_state = 3}, - [1540] = {.lex_state = 7, .external_lex_state = 3}, - [1541] = {.lex_state = 7, .external_lex_state = 2}, - [1542] = {.lex_state = 7, .external_lex_state = 2}, - [1543] = {.lex_state = 7, .external_lex_state = 2}, - [1544] = {.lex_state = 7, .external_lex_state = 2}, - [1545] = {.lex_state = 7, .external_lex_state = 2}, - [1546] = {.lex_state = 7, .external_lex_state = 2}, - [1547] = {.lex_state = 7, .external_lex_state = 2}, - [1548] = {.lex_state = 7, .external_lex_state = 2}, - [1549] = {.lex_state = 7, .external_lex_state = 2}, - [1550] = {.lex_state = 12}, - [1551] = {.lex_state = 7, .external_lex_state = 2}, - [1552] = {.lex_state = 7, .external_lex_state = 2}, - [1553] = {.lex_state = 7, .external_lex_state = 2}, - [1554] = {.lex_state = 7, .external_lex_state = 2}, - [1555] = {.lex_state = 7, .external_lex_state = 2}, - [1556] = {.lex_state = 7, .external_lex_state = 2}, - [1557] = {.lex_state = 7, .external_lex_state = 3}, - [1558] = {.lex_state = 7, .external_lex_state = 3}, - [1559] = {.lex_state = 7, .external_lex_state = 3}, - [1560] = {.lex_state = 7, .external_lex_state = 3}, - [1561] = {.lex_state = 12}, - [1562] = {.lex_state = 7, .external_lex_state = 3}, - [1563] = {.lex_state = 7, .external_lex_state = 2}, - [1564] = {.lex_state = 7, .external_lex_state = 2}, - [1565] = {.lex_state = 7, .external_lex_state = 2}, - [1566] = {.lex_state = 7, .external_lex_state = 3}, - [1567] = {.lex_state = 7, .external_lex_state = 3}, - [1568] = {.lex_state = 12}, - [1569] = {.lex_state = 7, .external_lex_state = 2}, - [1570] = {.lex_state = 7, .external_lex_state = 2}, - [1571] = {.lex_state = 12}, - [1572] = {.lex_state = 7, .external_lex_state = 3}, - [1573] = {.lex_state = 12}, - [1574] = {.lex_state = 7, .external_lex_state = 2}, - [1575] = {.lex_state = 7, .external_lex_state = 2}, - [1576] = {.lex_state = 7, .external_lex_state = 3}, - [1577] = {.lex_state = 7, .external_lex_state = 2}, - [1578] = {.lex_state = 7, .external_lex_state = 2}, - [1579] = {.lex_state = 7, .external_lex_state = 2}, - [1580] = {.lex_state = 7, .external_lex_state = 2}, - [1581] = {.lex_state = 7, .external_lex_state = 3}, - [1582] = {.lex_state = 12}, - [1583] = {.lex_state = 7, .external_lex_state = 2}, - [1584] = {.lex_state = 7, .external_lex_state = 2}, - [1585] = {.lex_state = 7, .external_lex_state = 2}, - [1586] = {.lex_state = 12}, - [1587] = {.lex_state = 7, .external_lex_state = 2}, - [1588] = {.lex_state = 7, .external_lex_state = 2}, - [1589] = {.lex_state = 7, .external_lex_state = 2}, - [1590] = {.lex_state = 7, .external_lex_state = 2}, - [1591] = {.lex_state = 7, .external_lex_state = 2}, - [1592] = {.lex_state = 7, .external_lex_state = 2}, - [1593] = {.lex_state = 7, .external_lex_state = 2}, - [1594] = {.lex_state = 7, .external_lex_state = 2}, - [1595] = {.lex_state = 7, .external_lex_state = 2}, - [1596] = {.lex_state = 7, .external_lex_state = 2}, - [1597] = {.lex_state = 7, .external_lex_state = 2}, - [1598] = {.lex_state = 7, .external_lex_state = 2}, - [1599] = {.lex_state = 7, .external_lex_state = 2}, - [1600] = {.lex_state = 7, .external_lex_state = 2}, - [1601] = {.lex_state = 7, .external_lex_state = 2}, - [1602] = {.lex_state = 7, .external_lex_state = 2}, - [1603] = {.lex_state = 7, .external_lex_state = 2}, - [1604] = {.lex_state = 7, .external_lex_state = 2}, - [1605] = {.lex_state = 7, .external_lex_state = 2}, - [1606] = {.lex_state = 7, .external_lex_state = 2}, - [1607] = {.lex_state = 7, .external_lex_state = 2}, - [1608] = {.lex_state = 12}, - [1609] = {.lex_state = 7, .external_lex_state = 3}, - [1610] = {.lex_state = 7, .external_lex_state = 2}, - [1611] = {.lex_state = 7, .external_lex_state = 2}, - [1612] = {.lex_state = 7, .external_lex_state = 2}, - [1613] = {.lex_state = 7, .external_lex_state = 2}, - [1614] = {.lex_state = 7, .external_lex_state = 2}, - [1615] = {.lex_state = 7, .external_lex_state = 3}, - [1616] = {.lex_state = 7, .external_lex_state = 2}, - [1617] = {.lex_state = 12}, - [1618] = {.lex_state = 12}, - [1619] = {.lex_state = 7, .external_lex_state = 2}, - [1620] = {.lex_state = 7, .external_lex_state = 3}, - [1621] = {.lex_state = 7, .external_lex_state = 2}, - [1622] = {.lex_state = 7, .external_lex_state = 2}, - [1623] = {.lex_state = 7, .external_lex_state = 2}, - [1624] = {.lex_state = 7, .external_lex_state = 3}, - [1625] = {.lex_state = 12}, - [1626] = {.lex_state = 7, .external_lex_state = 2}, - [1627] = {.lex_state = 7, .external_lex_state = 2}, - [1628] = {.lex_state = 7, .external_lex_state = 2}, - [1629] = {.lex_state = 7, .external_lex_state = 2}, - [1630] = {.lex_state = 7, .external_lex_state = 2}, - [1631] = {.lex_state = 7, .external_lex_state = 2}, - [1632] = {.lex_state = 7, .external_lex_state = 2}, - [1633] = {.lex_state = 7, .external_lex_state = 2}, - [1634] = {.lex_state = 7, .external_lex_state = 2}, - [1635] = {.lex_state = 7, .external_lex_state = 2}, - [1636] = {.lex_state = 7, .external_lex_state = 2}, - [1637] = {.lex_state = 7, .external_lex_state = 2}, - [1638] = {.lex_state = 7, .external_lex_state = 2}, - [1639] = {.lex_state = 7, .external_lex_state = 3}, - [1640] = {.lex_state = 7, .external_lex_state = 3}, - [1641] = {.lex_state = 7, .external_lex_state = 2}, - [1642] = {.lex_state = 7, .external_lex_state = 2}, - [1643] = {.lex_state = 7, .external_lex_state = 2}, - [1644] = {.lex_state = 7, .external_lex_state = 2}, - [1645] = {.lex_state = 7, .external_lex_state = 3}, - [1646] = {.lex_state = 7, .external_lex_state = 3}, - [1647] = {.lex_state = 7, .external_lex_state = 3}, - [1648] = {.lex_state = 7, .external_lex_state = 3}, - [1649] = {.lex_state = 7, .external_lex_state = 3}, - [1650] = {.lex_state = 7, .external_lex_state = 3}, - [1651] = {.lex_state = 7, .external_lex_state = 3}, - [1652] = {.lex_state = 7, .external_lex_state = 2}, - [1653] = {.lex_state = 7, .external_lex_state = 2}, - [1654] = {.lex_state = 7, .external_lex_state = 3}, - [1655] = {.lex_state = 7, .external_lex_state = 3}, - [1656] = {.lex_state = 7, .external_lex_state = 3}, - [1657] = {.lex_state = 7, .external_lex_state = 3}, - [1658] = {.lex_state = 7, .external_lex_state = 3}, - [1659] = {.lex_state = 7, .external_lex_state = 3}, - [1660] = {.lex_state = 7, .external_lex_state = 3}, - [1661] = {.lex_state = 7, .external_lex_state = 3}, - [1662] = {.lex_state = 7, .external_lex_state = 3}, - [1663] = {.lex_state = 7, .external_lex_state = 2}, - [1664] = {.lex_state = 7, .external_lex_state = 3}, - [1665] = {.lex_state = 7, .external_lex_state = 3}, - [1666] = {.lex_state = 7, .external_lex_state = 3}, - [1667] = {.lex_state = 7, .external_lex_state = 3}, - [1668] = {.lex_state = 7, .external_lex_state = 3}, - [1669] = {.lex_state = 7, .external_lex_state = 3}, - [1670] = {.lex_state = 7, .external_lex_state = 3}, - [1671] = {.lex_state = 7, .external_lex_state = 3}, - [1672] = {.lex_state = 7, .external_lex_state = 3}, - [1673] = {.lex_state = 7, .external_lex_state = 3}, - [1674] = {.lex_state = 7, .external_lex_state = 3}, - [1675] = {.lex_state = 7, .external_lex_state = 3}, - [1676] = {.lex_state = 7, .external_lex_state = 3}, - [1677] = {.lex_state = 7, .external_lex_state = 3}, - [1678] = {.lex_state = 7, .external_lex_state = 3}, - [1679] = {.lex_state = 7, .external_lex_state = 3}, - [1680] = {.lex_state = 7, .external_lex_state = 3}, - [1681] = {.lex_state = 7, .external_lex_state = 3}, - [1682] = {.lex_state = 7, .external_lex_state = 2}, - [1683] = {.lex_state = 7, .external_lex_state = 3}, - [1684] = {.lex_state = 7, .external_lex_state = 2}, - [1685] = {.lex_state = 7, .external_lex_state = 2}, - [1686] = {.lex_state = 7, .external_lex_state = 2}, - [1687] = {.lex_state = 7, .external_lex_state = 2}, - [1688] = {.lex_state = 7, .external_lex_state = 2}, - [1689] = {.lex_state = 7, .external_lex_state = 2}, - [1690] = {.lex_state = 7, .external_lex_state = 3}, - [1691] = {.lex_state = 7, .external_lex_state = 2}, - [1692] = {.lex_state = 7, .external_lex_state = 3}, - [1693] = {.lex_state = 12, .external_lex_state = 4}, - [1694] = {.lex_state = 7, .external_lex_state = 2}, - [1695] = {.lex_state = 7, .external_lex_state = 2}, - [1696] = {.lex_state = 7, .external_lex_state = 3}, - [1697] = {.lex_state = 7, .external_lex_state = 3}, - [1698] = {.lex_state = 7, .external_lex_state = 3}, - [1699] = {.lex_state = 7, .external_lex_state = 3}, - [1700] = {.lex_state = 7, .external_lex_state = 3}, - [1701] = {.lex_state = 7, .external_lex_state = 2}, - [1702] = {.lex_state = 7, .external_lex_state = 3}, - [1703] = {.lex_state = 7, .external_lex_state = 3}, - [1704] = {.lex_state = 7, .external_lex_state = 3}, - [1705] = {.lex_state = 7, .external_lex_state = 3}, - [1706] = {.lex_state = 7, .external_lex_state = 3}, - [1707] = {.lex_state = 7, .external_lex_state = 3}, - [1708] = {.lex_state = 7, .external_lex_state = 3}, - [1709] = {.lex_state = 7, .external_lex_state = 3}, - [1710] = {.lex_state = 7, .external_lex_state = 3}, - [1711] = {.lex_state = 7, .external_lex_state = 3}, - [1712] = {.lex_state = 7, .external_lex_state = 3}, - [1713] = {.lex_state = 7, .external_lex_state = 3}, - [1714] = {.lex_state = 7, .external_lex_state = 3}, - [1715] = {.lex_state = 7, .external_lex_state = 3}, - [1716] = {.lex_state = 7, .external_lex_state = 3}, - [1717] = {.lex_state = 7, .external_lex_state = 3}, - [1718] = {.lex_state = 7, .external_lex_state = 3}, - [1719] = {.lex_state = 7, .external_lex_state = 3}, - [1720] = {.lex_state = 7, .external_lex_state = 2}, - [1721] = {.lex_state = 7, .external_lex_state = 3}, - [1722] = {.lex_state = 7, .external_lex_state = 2}, - [1723] = {.lex_state = 7, .external_lex_state = 2}, - [1724] = {.lex_state = 7, .external_lex_state = 3}, - [1725] = {.lex_state = 7, .external_lex_state = 3}, - [1726] = {.lex_state = 7, .external_lex_state = 3}, - [1727] = {.lex_state = 7, .external_lex_state = 3}, - [1728] = {.lex_state = 7, .external_lex_state = 3}, - [1729] = {.lex_state = 7, .external_lex_state = 3}, - [1730] = {.lex_state = 7, .external_lex_state = 3}, - [1731] = {.lex_state = 7, .external_lex_state = 3}, - [1732] = {.lex_state = 7, .external_lex_state = 3}, - [1733] = {.lex_state = 7, .external_lex_state = 3}, - [1734] = {.lex_state = 7, .external_lex_state = 3}, - [1735] = {.lex_state = 7, .external_lex_state = 3}, - [1736] = {.lex_state = 7, .external_lex_state = 3}, - [1737] = {.lex_state = 7, .external_lex_state = 3}, - [1738] = {.lex_state = 7, .external_lex_state = 3}, - [1739] = {.lex_state = 7, .external_lex_state = 3}, - [1740] = {.lex_state = 7, .external_lex_state = 3}, - [1741] = {.lex_state = 7, .external_lex_state = 3}, - [1742] = {.lex_state = 7, .external_lex_state = 3}, - [1743] = {.lex_state = 7, .external_lex_state = 3}, - [1744] = {.lex_state = 7, .external_lex_state = 2}, - [1745] = {.lex_state = 7, .external_lex_state = 3}, - [1746] = {.lex_state = 7, .external_lex_state = 3}, - [1747] = {.lex_state = 7, .external_lex_state = 3}, - [1748] = {.lex_state = 7, .external_lex_state = 3}, - [1749] = {.lex_state = 7, .external_lex_state = 3}, - [1750] = {.lex_state = 7, .external_lex_state = 3}, - [1751] = {.lex_state = 7, .external_lex_state = 2}, - [1752] = {.lex_state = 7, .external_lex_state = 2}, - [1753] = {.lex_state = 12, .external_lex_state = 4}, - [1754] = {.lex_state = 7, .external_lex_state = 3}, - [1755] = {.lex_state = 12, .external_lex_state = 4}, - [1756] = {.lex_state = 7, .external_lex_state = 3}, - [1757] = {.lex_state = 12, .external_lex_state = 4}, - [1758] = {.lex_state = 7, .external_lex_state = 3}, - [1759] = {.lex_state = 7, .external_lex_state = 3}, - [1760] = {.lex_state = 7, .external_lex_state = 2}, - [1761] = {.lex_state = 7, .external_lex_state = 3}, - [1762] = {.lex_state = 7, .external_lex_state = 3}, - [1763] = {.lex_state = 7, .external_lex_state = 3}, - [1764] = {.lex_state = 7, .external_lex_state = 2}, - [1765] = {.lex_state = 7, .external_lex_state = 3}, - [1766] = {.lex_state = 7, .external_lex_state = 3}, - [1767] = {.lex_state = 7, .external_lex_state = 2}, - [1768] = {.lex_state = 7, .external_lex_state = 3}, - [1769] = {.lex_state = 7, .external_lex_state = 3}, - [1770] = {.lex_state = 12, .external_lex_state = 4}, - [1771] = {.lex_state = 7, .external_lex_state = 3}, - [1772] = {.lex_state = 7, .external_lex_state = 3}, - [1773] = {.lex_state = 7, .external_lex_state = 3}, - [1774] = {.lex_state = 7, .external_lex_state = 2}, - [1775] = {.lex_state = 7, .external_lex_state = 3}, - [1776] = {.lex_state = 7, .external_lex_state = 2}, - [1777] = {.lex_state = 7, .external_lex_state = 3}, - [1778] = {.lex_state = 7, .external_lex_state = 2}, - [1779] = {.lex_state = 7, .external_lex_state = 3}, - [1780] = {.lex_state = 7, .external_lex_state = 2}, - [1781] = {.lex_state = 7, .external_lex_state = 3}, - [1782] = {.lex_state = 7, .external_lex_state = 3}, - [1783] = {.lex_state = 7, .external_lex_state = 3}, - [1784] = {.lex_state = 7, .external_lex_state = 3}, - [1785] = {.lex_state = 7, .external_lex_state = 3}, - [1786] = {.lex_state = 7, .external_lex_state = 3}, - [1787] = {.lex_state = 7, .external_lex_state = 3}, - [1788] = {.lex_state = 7, .external_lex_state = 3}, - [1789] = {.lex_state = 7, .external_lex_state = 3}, - [1790] = {.lex_state = 7, .external_lex_state = 3}, - [1791] = {.lex_state = 7, .external_lex_state = 2}, - [1792] = {.lex_state = 7, .external_lex_state = 3}, - [1793] = {.lex_state = 7, .external_lex_state = 3}, - [1794] = {.lex_state = 7, .external_lex_state = 2}, - [1795] = {.lex_state = 7, .external_lex_state = 3}, - [1796] = {.lex_state = 7, .external_lex_state = 3}, - [1797] = {.lex_state = 7, .external_lex_state = 3}, - [1798] = {.lex_state = 8, .external_lex_state = 2}, - [1799] = {.lex_state = 7, .external_lex_state = 3}, - [1800] = {.lex_state = 7, .external_lex_state = 2}, - [1801] = {.lex_state = 7, .external_lex_state = 3}, - [1802] = {.lex_state = 7, .external_lex_state = 3}, - [1803] = {.lex_state = 7, .external_lex_state = 3}, - [1804] = {.lex_state = 7, .external_lex_state = 3}, - [1805] = {.lex_state = 7, .external_lex_state = 3}, - [1806] = {.lex_state = 7, .external_lex_state = 2}, - [1807] = {.lex_state = 7, .external_lex_state = 3}, - [1808] = {.lex_state = 7, .external_lex_state = 3}, - [1809] = {.lex_state = 7, .external_lex_state = 3}, - [1810] = {.lex_state = 7, .external_lex_state = 3}, - [1811] = {.lex_state = 7, .external_lex_state = 3}, - [1812] = {.lex_state = 7, .external_lex_state = 3}, - [1813] = {.lex_state = 7, .external_lex_state = 2}, - [1814] = {.lex_state = 7, .external_lex_state = 3}, - [1815] = {.lex_state = 7, .external_lex_state = 3}, - [1816] = {.lex_state = 7, .external_lex_state = 3}, - [1817] = {.lex_state = 7, .external_lex_state = 2}, - [1818] = {.lex_state = 7, .external_lex_state = 3}, - [1819] = {.lex_state = 7, .external_lex_state = 3}, - [1820] = {.lex_state = 7, .external_lex_state = 3}, - [1821] = {.lex_state = 7, .external_lex_state = 2}, - [1822] = {.lex_state = 7, .external_lex_state = 2}, - [1823] = {.lex_state = 7, .external_lex_state = 3}, - [1824] = {.lex_state = 7, .external_lex_state = 2}, - [1825] = {.lex_state = 7, .external_lex_state = 3}, - [1826] = {.lex_state = 7, .external_lex_state = 3}, - [1827] = {.lex_state = 7, .external_lex_state = 3}, - [1828] = {.lex_state = 7, .external_lex_state = 2}, - [1829] = {.lex_state = 7, .external_lex_state = 2}, - [1830] = {.lex_state = 7, .external_lex_state = 2}, - [1831] = {.lex_state = 7, .external_lex_state = 3}, - [1832] = {.lex_state = 12, .external_lex_state = 4}, - [1833] = {.lex_state = 7, .external_lex_state = 3}, - [1834] = {.lex_state = 7, .external_lex_state = 2}, - [1835] = {.lex_state = 7, .external_lex_state = 2}, - [1836] = {.lex_state = 7, .external_lex_state = 3}, - [1837] = {.lex_state = 7, .external_lex_state = 2}, - [1838] = {.lex_state = 7, .external_lex_state = 3}, - [1839] = {.lex_state = 7, .external_lex_state = 2}, - [1840] = {.lex_state = 7, .external_lex_state = 2}, - [1841] = {.lex_state = 7, .external_lex_state = 3}, - [1842] = {.lex_state = 7, .external_lex_state = 3}, - [1843] = {.lex_state = 7, .external_lex_state = 3}, - [1844] = {.lex_state = 7, .external_lex_state = 2}, - [1845] = {.lex_state = 12, .external_lex_state = 4}, - [1846] = {.lex_state = 7, .external_lex_state = 2}, - [1847] = {.lex_state = 11, .external_lex_state = 4}, - [1848] = {.lex_state = 7, .external_lex_state = 3}, - [1849] = {.lex_state = 7, .external_lex_state = 3}, - [1850] = {.lex_state = 8, .external_lex_state = 3}, - [1851] = {.lex_state = 7, .external_lex_state = 3}, - [1852] = {.lex_state = 7, .external_lex_state = 3}, - [1853] = {.lex_state = 7, .external_lex_state = 2}, - [1854] = {.lex_state = 7, .external_lex_state = 3}, - [1855] = {.lex_state = 7, .external_lex_state = 2}, - [1856] = {.lex_state = 7, .external_lex_state = 2}, - [1857] = {.lex_state = 7, .external_lex_state = 3}, - [1858] = {.lex_state = 7, .external_lex_state = 3}, - [1859] = {.lex_state = 7, .external_lex_state = 2}, - [1860] = {.lex_state = 7, .external_lex_state = 2}, - [1861] = {.lex_state = 7, .external_lex_state = 2}, - [1862] = {.lex_state = 7, .external_lex_state = 3}, - [1863] = {.lex_state = 7, .external_lex_state = 2}, - [1864] = {.lex_state = 7, .external_lex_state = 3}, - [1865] = {.lex_state = 7, .external_lex_state = 2}, - [1866] = {.lex_state = 7, .external_lex_state = 2}, - [1867] = {.lex_state = 7, .external_lex_state = 2}, - [1868] = {.lex_state = 7, .external_lex_state = 3}, - [1869] = {.lex_state = 7, .external_lex_state = 3}, - [1870] = {.lex_state = 7, .external_lex_state = 2}, - [1871] = {.lex_state = 7, .external_lex_state = 2}, - [1872] = {.lex_state = 7, .external_lex_state = 2}, - [1873] = {.lex_state = 7, .external_lex_state = 2}, - [1874] = {.lex_state = 7, .external_lex_state = 3}, - [1875] = {.lex_state = 7, .external_lex_state = 3}, - [1876] = {.lex_state = 7, .external_lex_state = 2}, - [1877] = {.lex_state = 7, .external_lex_state = 2}, - [1878] = {.lex_state = 7, .external_lex_state = 2}, - [1879] = {.lex_state = 7, .external_lex_state = 3}, - [1880] = {.lex_state = 7, .external_lex_state = 2}, - [1881] = {.lex_state = 7, .external_lex_state = 3}, - [1882] = {.lex_state = 7, .external_lex_state = 2}, - [1883] = {.lex_state = 7, .external_lex_state = 3}, - [1884] = {.lex_state = 7, .external_lex_state = 3}, - [1885] = {.lex_state = 8, .external_lex_state = 3}, - [1886] = {.lex_state = 7, .external_lex_state = 3}, - [1887] = {.lex_state = 7, .external_lex_state = 2}, - [1888] = {.lex_state = 7, .external_lex_state = 2}, - [1889] = {.lex_state = 7, .external_lex_state = 3}, - [1890] = {.lex_state = 7, .external_lex_state = 3}, - [1891] = {.lex_state = 7, .external_lex_state = 2}, - [1892] = {.lex_state = 7, .external_lex_state = 2}, - [1893] = {.lex_state = 7, .external_lex_state = 3}, - [1894] = {.lex_state = 7, .external_lex_state = 3}, - [1895] = {.lex_state = 7, .external_lex_state = 2}, - [1896] = {.lex_state = 7, .external_lex_state = 3}, - [1897] = {.lex_state = 7, .external_lex_state = 3}, - [1898] = {.lex_state = 7, .external_lex_state = 3}, - [1899] = {.lex_state = 7, .external_lex_state = 2}, - [1900] = {.lex_state = 7, .external_lex_state = 3}, - [1901] = {.lex_state = 7, .external_lex_state = 3}, - [1902] = {.lex_state = 7, .external_lex_state = 3}, - [1903] = {.lex_state = 7, .external_lex_state = 3}, - [1904] = {.lex_state = 7, .external_lex_state = 3}, - [1905] = {.lex_state = 7, .external_lex_state = 3}, - [1906] = {.lex_state = 7, .external_lex_state = 2}, - [1907] = {.lex_state = 7, .external_lex_state = 3}, - [1908] = {.lex_state = 7, .external_lex_state = 2}, - [1909] = {.lex_state = 7, .external_lex_state = 3}, - [1910] = {.lex_state = 7, .external_lex_state = 2}, - [1911] = {.lex_state = 7, .external_lex_state = 3}, - [1912] = {.lex_state = 7, .external_lex_state = 3}, - [1913] = {.lex_state = 7, .external_lex_state = 3}, - [1914] = {.lex_state = 7, .external_lex_state = 3}, - [1915] = {.lex_state = 7, .external_lex_state = 2}, - [1916] = {.lex_state = 7, .external_lex_state = 3}, - [1917] = {.lex_state = 7, .external_lex_state = 3}, - [1918] = {.lex_state = 7, .external_lex_state = 2}, - [1919] = {.lex_state = 7, .external_lex_state = 3}, - [1920] = {.lex_state = 7, .external_lex_state = 3}, - [1921] = {.lex_state = 7, .external_lex_state = 2}, - [1922] = {.lex_state = 7, .external_lex_state = 3}, - [1923] = {.lex_state = 7, .external_lex_state = 3}, - [1924] = {.lex_state = 7, .external_lex_state = 3}, - [1925] = {.lex_state = 7, .external_lex_state = 3}, - [1926] = {.lex_state = 7, .external_lex_state = 3}, - [1927] = {.lex_state = 7, .external_lex_state = 2}, - [1928] = {.lex_state = 7, .external_lex_state = 3}, - [1929] = {.lex_state = 7, .external_lex_state = 3}, - [1930] = {.lex_state = 7, .external_lex_state = 3}, - [1931] = {.lex_state = 7, .external_lex_state = 2}, - [1932] = {.lex_state = 7, .external_lex_state = 2}, - [1933] = {.lex_state = 7, .external_lex_state = 3}, - [1934] = {.lex_state = 7, .external_lex_state = 3}, - [1935] = {.lex_state = 7, .external_lex_state = 3}, - [1936] = {.lex_state = 7, .external_lex_state = 2}, - [1937] = {.lex_state = 7, .external_lex_state = 3}, - [1938] = {.lex_state = 7, .external_lex_state = 3}, - [1939] = {.lex_state = 7, .external_lex_state = 2}, - [1940] = {.lex_state = 7, .external_lex_state = 3}, - [1941] = {.lex_state = 7, .external_lex_state = 3}, - [1942] = {.lex_state = 7, .external_lex_state = 3}, - [1943] = {.lex_state = 7, .external_lex_state = 3}, - [1944] = {.lex_state = 7, .external_lex_state = 3}, - [1945] = {.lex_state = 7, .external_lex_state = 3}, - [1946] = {.lex_state = 7, .external_lex_state = 2}, - [1947] = {.lex_state = 7, .external_lex_state = 3}, - [1948] = {.lex_state = 7, .external_lex_state = 3}, - [1949] = {.lex_state = 7, .external_lex_state = 3}, - [1950] = {.lex_state = 7, .external_lex_state = 2}, - [1951] = {.lex_state = 7, .external_lex_state = 3}, - [1952] = {.lex_state = 7, .external_lex_state = 2}, - [1953] = {.lex_state = 7, .external_lex_state = 3}, - [1954] = {.lex_state = 7, .external_lex_state = 2}, - [1955] = {.lex_state = 7, .external_lex_state = 3}, - [1956] = {.lex_state = 7, .external_lex_state = 2}, - [1957] = {.lex_state = 7, .external_lex_state = 3}, - [1958] = {.lex_state = 7, .external_lex_state = 3}, - [1959] = {.lex_state = 7, .external_lex_state = 3}, - [1960] = {.lex_state = 7, .external_lex_state = 2}, - [1961] = {.lex_state = 7, .external_lex_state = 2}, - [1962] = {.lex_state = 7, .external_lex_state = 3}, - [1963] = {.lex_state = 7, .external_lex_state = 3}, - [1964] = {.lex_state = 7, .external_lex_state = 2}, - [1965] = {.lex_state = 7, .external_lex_state = 3}, - [1966] = {.lex_state = 7, .external_lex_state = 2}, - [1967] = {.lex_state = 7, .external_lex_state = 3}, - [1968] = {.lex_state = 12, .external_lex_state = 4}, - [1969] = {.lex_state = 7, .external_lex_state = 2}, - [1970] = {.lex_state = 7, .external_lex_state = 3}, - [1971] = {.lex_state = 7, .external_lex_state = 3}, - [1972] = {.lex_state = 7, .external_lex_state = 3}, - [1973] = {.lex_state = 12, .external_lex_state = 4}, - [1974] = {.lex_state = 7, .external_lex_state = 3}, - [1975] = {.lex_state = 7, .external_lex_state = 3}, - [1976] = {.lex_state = 7, .external_lex_state = 3}, - [1977] = {.lex_state = 12, .external_lex_state = 4}, - [1978] = {.lex_state = 7, .external_lex_state = 2}, - [1979] = {.lex_state = 7, .external_lex_state = 3}, - [1980] = {.lex_state = 7, .external_lex_state = 2}, - [1981] = {.lex_state = 7, .external_lex_state = 2}, - [1982] = {.lex_state = 7, .external_lex_state = 3}, - [1983] = {.lex_state = 12, .external_lex_state = 4}, - [1984] = {.lex_state = 7, .external_lex_state = 3}, - [1985] = {.lex_state = 7, .external_lex_state = 2}, - [1986] = {.lex_state = 7, .external_lex_state = 3}, - [1987] = {.lex_state = 7, .external_lex_state = 2}, - [1988] = {.lex_state = 12, .external_lex_state = 4}, - [1989] = {.lex_state = 7, .external_lex_state = 3}, - [1990] = {.lex_state = 12, .external_lex_state = 4}, - [1991] = {.lex_state = 7, .external_lex_state = 3}, - [1992] = {.lex_state = 12, .external_lex_state = 4}, - [1993] = {.lex_state = 7, .external_lex_state = 3}, - [1994] = {.lex_state = 7, .external_lex_state = 2}, - [1995] = {.lex_state = 7, .external_lex_state = 3}, - [1996] = {.lex_state = 7, .external_lex_state = 3}, - [1997] = {.lex_state = 7, .external_lex_state = 3}, - [1998] = {.lex_state = 7, .external_lex_state = 3}, - [1999] = {.lex_state = 7, .external_lex_state = 3}, - [2000] = {.lex_state = 7, .external_lex_state = 2}, - [2001] = {.lex_state = 7, .external_lex_state = 3}, - [2002] = {.lex_state = 12, .external_lex_state = 4}, - [2003] = {.lex_state = 7, .external_lex_state = 3}, - [2004] = {.lex_state = 7, .external_lex_state = 2}, - [2005] = {.lex_state = 7, .external_lex_state = 2}, - [2006] = {.lex_state = 12, .external_lex_state = 4}, - [2007] = {.lex_state = 12, .external_lex_state = 4}, - [2008] = {.lex_state = 7, .external_lex_state = 2}, - [2009] = {.lex_state = 7, .external_lex_state = 2}, - [2010] = {.lex_state = 12, .external_lex_state = 4}, - [2011] = {.lex_state = 7, .external_lex_state = 3}, - [2012] = {.lex_state = 7, .external_lex_state = 2}, - [2013] = {.lex_state = 7, .external_lex_state = 2}, - [2014] = {.lex_state = 7, .external_lex_state = 2}, - [2015] = {.lex_state = 7, .external_lex_state = 2}, - [2016] = {.lex_state = 7, .external_lex_state = 2}, - [2017] = {.lex_state = 7, .external_lex_state = 3}, - [2018] = {.lex_state = 7, .external_lex_state = 2}, - [2019] = {.lex_state = 7, .external_lex_state = 3}, - [2020] = {.lex_state = 7, .external_lex_state = 2}, - [2021] = {.lex_state = 7, .external_lex_state = 2}, - [2022] = {.lex_state = 7, .external_lex_state = 2}, - [2023] = {.lex_state = 7, .external_lex_state = 2}, - [2024] = {.lex_state = 7, .external_lex_state = 2}, - [2025] = {.lex_state = 7, .external_lex_state = 2}, - [2026] = {.lex_state = 7, .external_lex_state = 2}, - [2027] = {.lex_state = 12, .external_lex_state = 4}, - [2028] = {.lex_state = 7, .external_lex_state = 2}, - [2029] = {.lex_state = 7, .external_lex_state = 2}, - [2030] = {.lex_state = 7, .external_lex_state = 2}, - [2031] = {.lex_state = 7, .external_lex_state = 2}, - [2032] = {.lex_state = 7, .external_lex_state = 2}, - [2033] = {.lex_state = 7, .external_lex_state = 2}, - [2034] = {.lex_state = 7, .external_lex_state = 2}, - [2035] = {.lex_state = 7, .external_lex_state = 2}, - [2036] = {.lex_state = 7, .external_lex_state = 2}, - [2037] = {.lex_state = 7, .external_lex_state = 2}, - [2038] = {.lex_state = 7, .external_lex_state = 2}, - [2039] = {.lex_state = 7, .external_lex_state = 2}, - [2040] = {.lex_state = 7, .external_lex_state = 2}, - [2041] = {.lex_state = 7, .external_lex_state = 2}, - [2042] = {.lex_state = 7, .external_lex_state = 2}, - [2043] = {.lex_state = 7, .external_lex_state = 2}, - [2044] = {.lex_state = 7, .external_lex_state = 2}, - [2045] = {.lex_state = 7, .external_lex_state = 2}, - [2046] = {.lex_state = 7, .external_lex_state = 2}, - [2047] = {.lex_state = 12, .external_lex_state = 4}, - [2048] = {.lex_state = 12, .external_lex_state = 4}, - [2049] = {.lex_state = 7, .external_lex_state = 2}, - [2050] = {.lex_state = 7, .external_lex_state = 2}, - [2051] = {.lex_state = 7, .external_lex_state = 2}, - [2052] = {.lex_state = 12, .external_lex_state = 4}, - [2053] = {.lex_state = 8, .external_lex_state = 2}, - [2054] = {.lex_state = 94}, - [2055] = {.lex_state = 7, .external_lex_state = 2}, - [2056] = {.lex_state = 7, .external_lex_state = 2}, - [2057] = {.lex_state = 7, .external_lex_state = 2}, - [2058] = {.lex_state = 7, .external_lex_state = 2}, - [2059] = {.lex_state = 7, .external_lex_state = 3}, - [2060] = {.lex_state = 7, .external_lex_state = 2}, - [2061] = {.lex_state = 12}, - [2062] = {.lex_state = 7, .external_lex_state = 2}, - [2063] = {.lex_state = 7, .external_lex_state = 2}, - [2064] = {.lex_state = 7, .external_lex_state = 2}, - [2065] = {.lex_state = 7, .external_lex_state = 2}, - [2066] = {.lex_state = 7, .external_lex_state = 2}, - [2067] = {.lex_state = 12}, - [2068] = {.lex_state = 7, .external_lex_state = 2}, - [2069] = {.lex_state = 7, .external_lex_state = 2}, - [2070] = {.lex_state = 94}, - [2071] = {.lex_state = 7, .external_lex_state = 3}, - [2072] = {.lex_state = 12, .external_lex_state = 4}, - [2073] = {.lex_state = 7, .external_lex_state = 2}, - [2074] = {.lex_state = 7, .external_lex_state = 2}, - [2075] = {.lex_state = 7, .external_lex_state = 2}, - [2076] = {.lex_state = 12, .external_lex_state = 4}, - [2077] = {.lex_state = 12}, - [2078] = {.lex_state = 12}, - [2079] = {.lex_state = 12}, - [2080] = {.lex_state = 7, .external_lex_state = 3}, - [2081] = {.lex_state = 7, .external_lex_state = 2}, - [2082] = {.lex_state = 12, .external_lex_state = 4}, - [2083] = {.lex_state = 12}, - [2084] = {.lex_state = 12, .external_lex_state = 4}, - [2085] = {.lex_state = 7, .external_lex_state = 2}, - [2086] = {.lex_state = 12, .external_lex_state = 4}, - [2087] = {.lex_state = 12, .external_lex_state = 4}, - [2088] = {.lex_state = 12, .external_lex_state = 4}, - [2089] = {.lex_state = 7, .external_lex_state = 2}, - [2090] = {.lex_state = 12}, - [2091] = {.lex_state = 12, .external_lex_state = 4}, - [2092] = {.lex_state = 12, .external_lex_state = 4}, - [2093] = {.lex_state = 12, .external_lex_state = 4}, - [2094] = {.lex_state = 12, .external_lex_state = 4}, - [2095] = {.lex_state = 12, .external_lex_state = 4}, - [2096] = {.lex_state = 12, .external_lex_state = 4}, - [2097] = {.lex_state = 12, .external_lex_state = 4}, - [2098] = {.lex_state = 12, .external_lex_state = 4}, - [2099] = {.lex_state = 12, .external_lex_state = 4}, - [2100] = {.lex_state = 12, .external_lex_state = 4}, - [2101] = {.lex_state = 12, .external_lex_state = 4}, - [2102] = {.lex_state = 12, .external_lex_state = 4}, - [2103] = {.lex_state = 12, .external_lex_state = 4}, - [2104] = {.lex_state = 7, .external_lex_state = 2}, - [2105] = {.lex_state = 7, .external_lex_state = 2}, - [2106] = {.lex_state = 12}, - [2107] = {.lex_state = 12}, - [2108] = {.lex_state = 12, .external_lex_state = 4}, - [2109] = {.lex_state = 12}, - [2110] = {.lex_state = 12, .external_lex_state = 4}, - [2111] = {.lex_state = 12}, - [2112] = {.lex_state = 12, .external_lex_state = 4}, - [2113] = {.lex_state = 12}, - [2114] = {.lex_state = 12, .external_lex_state = 4}, - [2115] = {.lex_state = 12}, - [2116] = {.lex_state = 12}, - [2117] = {.lex_state = 12, .external_lex_state = 4}, - [2118] = {.lex_state = 12, .external_lex_state = 4}, - [2119] = {.lex_state = 12, .external_lex_state = 4}, - [2120] = {.lex_state = 8, .external_lex_state = 2}, - [2121] = {.lex_state = 12}, - [2122] = {.lex_state = 12, .external_lex_state = 4}, - [2123] = {.lex_state = 7, .external_lex_state = 2}, - [2124] = {.lex_state = 12, .external_lex_state = 4}, - [2125] = {.lex_state = 12, .external_lex_state = 4}, - [2126] = {.lex_state = 12}, - [2127] = {.lex_state = 12, .external_lex_state = 4}, - [2128] = {.lex_state = 7, .external_lex_state = 2}, - [2129] = {.lex_state = 12, .external_lex_state = 4}, - [2130] = {.lex_state = 12, .external_lex_state = 4}, - [2131] = {.lex_state = 12, .external_lex_state = 4}, - [2132] = {.lex_state = 12, .external_lex_state = 4}, - [2133] = {.lex_state = 12, .external_lex_state = 4}, - [2134] = {.lex_state = 12, .external_lex_state = 4}, - [2135] = {.lex_state = 12, .external_lex_state = 4}, - [2136] = {.lex_state = 12}, - [2137] = {.lex_state = 7, .external_lex_state = 2}, - [2138] = {.lex_state = 12}, - [2139] = {.lex_state = 12}, - [2140] = {.lex_state = 12}, - [2141] = {.lex_state = 12, .external_lex_state = 4}, - [2142] = {.lex_state = 12, .external_lex_state = 4}, - [2143] = {.lex_state = 12}, - [2144] = {.lex_state = 94}, - [2145] = {.lex_state = 12, .external_lex_state = 4}, - [2146] = {.lex_state = 12, .external_lex_state = 4}, - [2147] = {.lex_state = 12, .external_lex_state = 4}, - [2148] = {.lex_state = 12, .external_lex_state = 4}, - [2149] = {.lex_state = 12, .external_lex_state = 4}, - [2150] = {.lex_state = 12, .external_lex_state = 4}, - [2151] = {.lex_state = 12}, - [2152] = {.lex_state = 12}, - [2153] = {.lex_state = 12, .external_lex_state = 4}, - [2154] = {.lex_state = 12, .external_lex_state = 4}, - [2155] = {.lex_state = 12, .external_lex_state = 4}, - [2156] = {.lex_state = 12, .external_lex_state = 4}, - [2157] = {.lex_state = 12, .external_lex_state = 4}, - [2158] = {.lex_state = 12, .external_lex_state = 4}, - [2159] = {.lex_state = 12, .external_lex_state = 4}, - [2160] = {.lex_state = 94}, - [2161] = {.lex_state = 12, .external_lex_state = 4}, - [2162] = {.lex_state = 12}, - [2163] = {.lex_state = 12, .external_lex_state = 4}, - [2164] = {.lex_state = 12, .external_lex_state = 4}, - [2165] = {.lex_state = 12, .external_lex_state = 4}, - [2166] = {.lex_state = 12}, - [2167] = {.lex_state = 12, .external_lex_state = 4}, - [2168] = {.lex_state = 12}, - [2169] = {.lex_state = 12, .external_lex_state = 4}, - [2170] = {.lex_state = 12, .external_lex_state = 4}, - [2171] = {.lex_state = 12, .external_lex_state = 4}, - [2172] = {.lex_state = 12, .external_lex_state = 4}, - [2173] = {.lex_state = 12, .external_lex_state = 4}, - [2174] = {.lex_state = 12}, - [2175] = {.lex_state = 12}, - [2176] = {.lex_state = 12}, - [2177] = {.lex_state = 94, .external_lex_state = 4}, - [2178] = {.lex_state = 12}, - [2179] = {.lex_state = 94, .external_lex_state = 4}, - [2180] = {.lex_state = 12}, - [2181] = {.lex_state = 94, .external_lex_state = 4}, - [2182] = {.lex_state = 12}, - [2183] = {.lex_state = 94, .external_lex_state = 4}, - [2184] = {.lex_state = 12, .external_lex_state = 4}, - [2185] = {.lex_state = 12, .external_lex_state = 4}, - [2186] = {.lex_state = 12}, - [2187] = {.lex_state = 12}, - [2188] = {.lex_state = 12}, - [2189] = {.lex_state = 12}, - [2190] = {.lex_state = 12}, - [2191] = {.lex_state = 12}, - [2192] = {.lex_state = 12}, - [2193] = {.lex_state = 94, .external_lex_state = 4}, - [2194] = {.lex_state = 12}, - [2195] = {.lex_state = 12}, - [2196] = {.lex_state = 12}, - [2197] = {.lex_state = 12}, - [2198] = {.lex_state = 12}, - [2199] = {.lex_state = 12}, - [2200] = {.lex_state = 94, .external_lex_state = 4}, - [2201] = {.lex_state = 12}, - [2202] = {.lex_state = 12}, - [2203] = {.lex_state = 12}, - [2204] = {.lex_state = 12}, - [2205] = {.lex_state = 12}, - [2206] = {.lex_state = 94}, - [2207] = {.lex_state = 94}, - [2208] = {.lex_state = 94}, - [2209] = {.lex_state = 12}, - [2210] = {.lex_state = 94}, - [2211] = {.lex_state = 94}, - [2212] = {.lex_state = 12}, - [2213] = {.lex_state = 12}, - [2214] = {.lex_state = 94}, - [2215] = {.lex_state = 12}, - [2216] = {.lex_state = 94}, - [2217] = {.lex_state = 12, .external_lex_state = 4}, - [2218] = {.lex_state = 12, .external_lex_state = 4}, - [2219] = {.lex_state = 12}, - [2220] = {.lex_state = 12, .external_lex_state = 4}, - [2221] = {.lex_state = 12, .external_lex_state = 4}, - [2222] = {.lex_state = 12}, - [2223] = {.lex_state = 12}, - [2224] = {.lex_state = 12}, - [2225] = {.lex_state = 12, .external_lex_state = 4}, - [2226] = {.lex_state = 12}, - [2227] = {.lex_state = 12}, - [2228] = {.lex_state = 12, .external_lex_state = 4}, - [2229] = {.lex_state = 12}, - [2230] = {.lex_state = 12, .external_lex_state = 4}, - [2231] = {.lex_state = 12, .external_lex_state = 4}, - [2232] = {.lex_state = 12, .external_lex_state = 4}, - [2233] = {.lex_state = 12}, - [2234] = {.lex_state = 12}, - [2235] = {.lex_state = 12, .external_lex_state = 4}, - [2236] = {.lex_state = 12}, - [2237] = {.lex_state = 12, .external_lex_state = 4}, - [2238] = {.lex_state = 12, .external_lex_state = 4}, - [2239] = {.lex_state = 12, .external_lex_state = 4}, - [2240] = {.lex_state = 12, .external_lex_state = 4}, - [2241] = {.lex_state = 12, .external_lex_state = 4}, - [2242] = {.lex_state = 12, .external_lex_state = 4}, - [2243] = {.lex_state = 12, .external_lex_state = 4}, - [2244] = {.lex_state = 12}, - [2245] = {.lex_state = 12, .external_lex_state = 4}, - [2246] = {.lex_state = 12, .external_lex_state = 4}, - [2247] = {.lex_state = 12, .external_lex_state = 4}, - [2248] = {.lex_state = 12, .external_lex_state = 4}, - [2249] = {.lex_state = 12, .external_lex_state = 4}, - [2250] = {.lex_state = 12, .external_lex_state = 4}, - [2251] = {.lex_state = 12, .external_lex_state = 4}, - [2252] = {.lex_state = 12, .external_lex_state = 4}, - [2253] = {.lex_state = 12, .external_lex_state = 4}, - [2254] = {.lex_state = 12, .external_lex_state = 4}, - [2255] = {.lex_state = 12}, - [2256] = {.lex_state = 12, .external_lex_state = 4}, - [2257] = {.lex_state = 12}, - [2258] = {.lex_state = 12}, - [2259] = {.lex_state = 12}, - [2260] = {.lex_state = 12}, - [2261] = {.lex_state = 12}, - [2262] = {.lex_state = 12, .external_lex_state = 4}, - [2263] = {.lex_state = 12}, - [2264] = {.lex_state = 12}, - [2265] = {.lex_state = 12}, - [2266] = {.lex_state = 94}, - [2267] = {.lex_state = 12}, - [2268] = {.lex_state = 12}, - [2269] = {.lex_state = 12}, - [2270] = {.lex_state = 12}, - [2271] = {.lex_state = 12}, - [2272] = {.lex_state = 12}, - [2273] = {.lex_state = 12}, - [2274] = {.lex_state = 12}, - [2275] = {.lex_state = 12}, - [2276] = {.lex_state = 12}, - [2277] = {.lex_state = 12}, - [2278] = {.lex_state = 94}, - [2279] = {.lex_state = 12}, - [2280] = {.lex_state = 94}, - [2281] = {.lex_state = 12}, - [2282] = {.lex_state = 12}, - [2283] = {.lex_state = 94}, - [2284] = {.lex_state = 94}, - [2285] = {.lex_state = 12}, - [2286] = {.lex_state = 94}, - [2287] = {.lex_state = 94}, - [2288] = {.lex_state = 94}, - [2289] = {.lex_state = 12}, - [2290] = {.lex_state = 12}, - [2291] = {.lex_state = 94}, - [2292] = {.lex_state = 94}, - [2293] = {.lex_state = 12}, - [2294] = {.lex_state = 94}, - [2295] = {.lex_state = 94}, - [2296] = {.lex_state = 94}, - [2297] = {.lex_state = 94}, - [2298] = {.lex_state = 12}, - [2299] = {.lex_state = 12}, - [2300] = {.lex_state = 94}, - [2301] = {.lex_state = 94}, - [2302] = {.lex_state = 12}, - [2303] = {.lex_state = 94}, - [2304] = {.lex_state = 94}, - [2305] = {.lex_state = 94}, - [2306] = {.lex_state = 94}, - [2307] = {.lex_state = 94}, - [2308] = {.lex_state = 94}, - [2309] = {.lex_state = 94}, - [2310] = {.lex_state = 94}, - [2311] = {.lex_state = 94}, - [2312] = {.lex_state = 94}, - [2313] = {.lex_state = 94}, - [2314] = {.lex_state = 94}, - [2315] = {.lex_state = 94}, - [2316] = {.lex_state = 94}, - [2317] = {.lex_state = 94}, - [2318] = {.lex_state = 94}, - [2319] = {.lex_state = 94}, - [2320] = {.lex_state = 94}, - [2321] = {.lex_state = 94}, - [2322] = {.lex_state = 94}, - [2323] = {.lex_state = 94}, - [2324] = {.lex_state = 94}, - [2325] = {.lex_state = 94}, - [2326] = {.lex_state = 94}, - [2327] = {.lex_state = 94}, - [2328] = {.lex_state = 94}, - [2329] = {.lex_state = 94}, - [2330] = {.lex_state = 94}, - [2331] = {.lex_state = 94}, - [2332] = {.lex_state = 94}, - [2333] = {.lex_state = 94}, - [2334] = {.lex_state = 94}, - [2335] = {.lex_state = 94}, - [2336] = {.lex_state = 94}, - [2337] = {.lex_state = 94}, - [2338] = {.lex_state = 94}, - [2339] = {.lex_state = 94}, - [2340] = {.lex_state = 94}, - [2341] = {.lex_state = 94}, - [2342] = {.lex_state = 94}, - [2343] = {.lex_state = 94}, - [2344] = {.lex_state = 94}, - [2345] = {.lex_state = 94}, - [2346] = {.lex_state = 94}, - [2347] = {.lex_state = 94}, - [2348] = {.lex_state = 94}, - [2349] = {.lex_state = 94}, - [2350] = {.lex_state = 11}, - [2351] = {.lex_state = 15}, - [2352] = {.lex_state = 11}, - [2353] = {.lex_state = 15}, - [2354] = {.lex_state = 20}, - [2355] = {.lex_state = 15}, - [2356] = {.lex_state = 15}, - [2357] = {.lex_state = 15}, - [2358] = {.lex_state = 15}, - [2359] = {.lex_state = 15}, - [2360] = {.lex_state = 15}, - [2361] = {.lex_state = 15}, - [2362] = {.lex_state = 15}, - [2363] = {.lex_state = 15}, - [2364] = {.lex_state = 15}, - [2365] = {.lex_state = 15}, - [2366] = {.lex_state = 15}, - [2367] = {.lex_state = 15}, - [2368] = {.lex_state = 94}, - [2369] = {.lex_state = 15}, - [2370] = {.lex_state = 94}, - [2371] = {.lex_state = 15}, - [2372] = {.lex_state = 15}, - [2373] = {.lex_state = 94}, - [2374] = {.lex_state = 15}, - [2375] = {.lex_state = 15}, - [2376] = {.lex_state = 15}, - [2377] = {.lex_state = 15}, - [2378] = {.lex_state = 15}, - [2379] = {.lex_state = 15}, - [2380] = {.lex_state = 15}, - [2381] = {.lex_state = 15}, - [2382] = {.lex_state = 15}, - [2383] = {.lex_state = 15}, - [2384] = {.lex_state = 15}, - [2385] = {.lex_state = 15}, - [2386] = {.lex_state = 20}, - [2387] = {.lex_state = 15}, - [2388] = {.lex_state = 15}, - [2389] = {.lex_state = 15}, - [2390] = {.lex_state = 15}, - [2391] = {.lex_state = 15}, - [2392] = {.lex_state = 15}, - [2393] = {.lex_state = 15}, - [2394] = {.lex_state = 15}, - [2395] = {.lex_state = 15}, - [2396] = {.lex_state = 15}, - [2397] = {.lex_state = 15}, - [2398] = {.lex_state = 11}, - [2399] = {.lex_state = 11}, - [2400] = {.lex_state = 11, .external_lex_state = 4}, - [2401] = {.lex_state = 11, .external_lex_state = 4}, - [2402] = {.lex_state = 94}, - [2403] = {.lex_state = 4}, - [2404] = {.lex_state = 4}, - [2405] = {.lex_state = 15, .external_lex_state = 4}, - [2406] = {.lex_state = 94}, - [2407] = {.lex_state = 94}, - [2408] = {.lex_state = 94}, - [2409] = {.lex_state = 94}, - [2410] = {.lex_state = 94}, - [2411] = {.lex_state = 94}, - [2412] = {.lex_state = 94}, - [2413] = {.lex_state = 94}, - [2414] = {.lex_state = 94}, - [2415] = {.lex_state = 94}, - [2416] = {.lex_state = 94}, - [2417] = {.lex_state = 4}, - [2418] = {.lex_state = 94}, - [2419] = {.lex_state = 4}, - [2420] = {.lex_state = 11, .external_lex_state = 4}, - [2421] = {.lex_state = 94}, - [2422] = {.lex_state = 4}, - [2423] = {.lex_state = 94}, - [2424] = {.lex_state = 15, .external_lex_state = 4}, - [2425] = {.lex_state = 94}, - [2426] = {.lex_state = 94}, - [2427] = {.lex_state = 94}, - [2428] = {.lex_state = 94}, - [2429] = {.lex_state = 94}, - [2430] = {.lex_state = 94}, - [2431] = {.lex_state = 94}, - [2432] = {.lex_state = 94}, - [2433] = {.lex_state = 94}, - [2434] = {.lex_state = 94}, - [2435] = {.lex_state = 4}, - [2436] = {.lex_state = 94}, - [2437] = {.lex_state = 94}, - [2438] = {.lex_state = 94}, - [2439] = {.lex_state = 4}, - [2440] = {.lex_state = 94}, - [2441] = {.lex_state = 94}, - [2442] = {.lex_state = 15, .external_lex_state = 4}, - [2443] = {.lex_state = 94}, - [2444] = {.lex_state = 4}, - [2445] = {.lex_state = 94}, - [2446] = {.lex_state = 94}, - [2447] = {.lex_state = 94}, - [2448] = {.lex_state = 94}, - [2449] = {.lex_state = 94}, - [2450] = {.lex_state = 94}, - [2451] = {.lex_state = 94}, - [2452] = {.lex_state = 94}, - [2453] = {.lex_state = 12, .external_lex_state = 4}, - [2454] = {.lex_state = 94}, - [2455] = {.lex_state = 20}, - [2456] = {.lex_state = 94}, - [2457] = {.lex_state = 12, .external_lex_state = 4}, - [2458] = {.lex_state = 94}, - [2459] = {.lex_state = 12, .external_lex_state = 4}, - [2460] = {.lex_state = 94}, - [2461] = {.lex_state = 11, .external_lex_state = 4}, - [2462] = {.lex_state = 12, .external_lex_state = 4}, - [2463] = {.lex_state = 12, .external_lex_state = 4}, - [2464] = {.lex_state = 94}, - [2465] = {.lex_state = 94}, - [2466] = {.lex_state = 12, .external_lex_state = 4}, - [2467] = {.lex_state = 12, .external_lex_state = 4}, - [2468] = {.lex_state = 94}, - [2469] = {.lex_state = 94}, - [2470] = {.lex_state = 94}, - [2471] = {.lex_state = 94}, - [2472] = {.lex_state = 15, .external_lex_state = 4}, - [2473] = {.lex_state = 15, .external_lex_state = 4}, - [2474] = {.lex_state = 15, .external_lex_state = 4}, - [2475] = {.lex_state = 15, .external_lex_state = 4}, - [2476] = {.lex_state = 15, .external_lex_state = 4}, - [2477] = {.lex_state = 15, .external_lex_state = 4}, - [2478] = {.lex_state = 15, .external_lex_state = 4}, - [2479] = {.lex_state = 15, .external_lex_state = 4}, - [2480] = {.lex_state = 15, .external_lex_state = 4}, - [2481] = {.lex_state = 15, .external_lex_state = 4}, - [2482] = {.lex_state = 15, .external_lex_state = 4}, - [2483] = {.lex_state = 15, .external_lex_state = 4}, - [2484] = {.lex_state = 15, .external_lex_state = 4}, - [2485] = {.lex_state = 15, .external_lex_state = 4}, - [2486] = {.lex_state = 94}, - [2487] = {.lex_state = 94}, - [2488] = {.lex_state = 94}, - [2489] = {.lex_state = 94}, - [2490] = {.lex_state = 94}, - [2491] = {.lex_state = 15, .external_lex_state = 4}, - [2492] = {.lex_state = 15, .external_lex_state = 4}, - [2493] = {.lex_state = 15, .external_lex_state = 4}, - [2494] = {.lex_state = 15, .external_lex_state = 4}, - [2495] = {.lex_state = 94}, - [2496] = {.lex_state = 15, .external_lex_state = 4}, - [2497] = {.lex_state = 15, .external_lex_state = 4}, - [2498] = {.lex_state = 15, .external_lex_state = 4}, - [2499] = {.lex_state = 15, .external_lex_state = 4}, - [2500] = {.lex_state = 15, .external_lex_state = 4}, - [2501] = {.lex_state = 15, .external_lex_state = 4}, - [2502] = {.lex_state = 15, .external_lex_state = 4}, - [2503] = {.lex_state = 15, .external_lex_state = 4}, - [2504] = {.lex_state = 15, .external_lex_state = 4}, - [2505] = {.lex_state = 15, .external_lex_state = 4}, - [2506] = {.lex_state = 15, .external_lex_state = 4}, - [2507] = {.lex_state = 94}, - [2508] = {.lex_state = 94}, - [2509] = {.lex_state = 94}, - [2510] = {.lex_state = 94}, - [2511] = {.lex_state = 94}, - [2512] = {.lex_state = 15, .external_lex_state = 4}, - [2513] = {.lex_state = 15, .external_lex_state = 4}, - [2514] = {.lex_state = 15, .external_lex_state = 4}, - [2515] = {.lex_state = 15, .external_lex_state = 4}, - [2516] = {.lex_state = 15, .external_lex_state = 4}, - [2517] = {.lex_state = 12, .external_lex_state = 4}, - [2518] = {.lex_state = 12, .external_lex_state = 4}, - [2519] = {.lex_state = 15, .external_lex_state = 4}, - [2520] = {.lex_state = 15, .external_lex_state = 5}, - [2521] = {.lex_state = 15, .external_lex_state = 5}, - [2522] = {.lex_state = 94}, - [2523] = {.lex_state = 15, .external_lex_state = 4}, - [2524] = {.lex_state = 20}, - [2525] = {.lex_state = 12, .external_lex_state = 4}, - [2526] = {.lex_state = 15, .external_lex_state = 4}, - [2527] = {.lex_state = 94}, - [2528] = {.lex_state = 12, .external_lex_state = 4}, - [2529] = {.lex_state = 11, .external_lex_state = 4}, - [2530] = {.lex_state = 15, .external_lex_state = 4}, - [2531] = {.lex_state = 12, .external_lex_state = 4}, - [2532] = {.lex_state = 94}, - [2533] = {.lex_state = 12, .external_lex_state = 4}, - [2534] = {.lex_state = 12, .external_lex_state = 4}, - [2535] = {.lex_state = 11, .external_lex_state = 5}, - [2536] = {.lex_state = 11, .external_lex_state = 4}, - [2537] = {.lex_state = 12, .external_lex_state = 4}, - [2538] = {.lex_state = 20}, - [2539] = {.lex_state = 12, .external_lex_state = 4}, - [2540] = {.lex_state = 12, .external_lex_state = 4}, - [2541] = {.lex_state = 15, .external_lex_state = 4}, - [2542] = {.lex_state = 15, .external_lex_state = 5}, - [2543] = {.lex_state = 15, .external_lex_state = 4}, - [2544] = {.lex_state = 15, .external_lex_state = 4}, - [2545] = {.lex_state = 12, .external_lex_state = 4}, - [2546] = {.lex_state = 15, .external_lex_state = 5}, - [2547] = {.lex_state = 11, .external_lex_state = 5}, - [2548] = {.lex_state = 12, .external_lex_state = 4}, - [2549] = {.lex_state = 12, .external_lex_state = 4}, - [2550] = {.lex_state = 12, .external_lex_state = 4}, - [2551] = {.lex_state = 12, .external_lex_state = 4}, - [2552] = {.lex_state = 12, .external_lex_state = 4}, - [2553] = {.lex_state = 15, .external_lex_state = 5}, - [2554] = {.lex_state = 15, .external_lex_state = 5}, - [2555] = {.lex_state = 15, .external_lex_state = 5}, - [2556] = {.lex_state = 15, .external_lex_state = 5}, - [2557] = {.lex_state = 15, .external_lex_state = 5}, - [2558] = {.lex_state = 15, .external_lex_state = 5}, - [2559] = {.lex_state = 15, .external_lex_state = 5}, - [2560] = {.lex_state = 15, .external_lex_state = 5}, - [2561] = {.lex_state = 15, .external_lex_state = 5}, - [2562] = {.lex_state = 20}, - [2563] = {.lex_state = 15, .external_lex_state = 5}, - [2564] = {.lex_state = 12, .external_lex_state = 4}, - [2565] = {.lex_state = 15, .external_lex_state = 5}, - [2566] = {.lex_state = 15, .external_lex_state = 5}, - [2567] = {.lex_state = 15, .external_lex_state = 5}, - [2568] = {.lex_state = 15, .external_lex_state = 5}, + [1166] = {.lex_state = 6, .external_lex_state = 2}, + [1167] = {.lex_state = 6, .external_lex_state = 2}, + [1168] = {.lex_state = 6, .external_lex_state = 2}, + [1169] = {.lex_state = 6, .external_lex_state = 2}, + [1170] = {.lex_state = 6, .external_lex_state = 2}, + [1171] = {.lex_state = 6, .external_lex_state = 2}, + [1172] = {.lex_state = 6, .external_lex_state = 2}, + [1173] = {.lex_state = 16}, + [1174] = {.lex_state = 16}, + [1175] = {.lex_state = 16}, + [1176] = {.lex_state = 16}, + [1177] = {.lex_state = 16}, + [1178] = {.lex_state = 16}, + [1179] = {.lex_state = 10, .external_lex_state = 3}, + [1180] = {.lex_state = 16}, + [1181] = {.lex_state = 16}, + [1182] = {.lex_state = 16}, + [1183] = {.lex_state = 16}, + [1184] = {.lex_state = 16}, + [1185] = {.lex_state = 16}, + [1186] = {.lex_state = 16}, + [1187] = {.lex_state = 16}, + [1188] = {.lex_state = 16}, + [1189] = {.lex_state = 16}, + [1190] = {.lex_state = 16}, + [1191] = {.lex_state = 15, .external_lex_state = 4}, + [1192] = {.lex_state = 15, .external_lex_state = 4}, + [1193] = {.lex_state = 16}, + [1194] = {.lex_state = 15, .external_lex_state = 4}, + [1195] = {.lex_state = 16}, + [1196] = {.lex_state = 16}, + [1197] = {.lex_state = 16}, + [1198] = {.lex_state = 15, .external_lex_state = 4}, + [1199] = {.lex_state = 15, .external_lex_state = 4}, + [1200] = {.lex_state = 16}, + [1201] = {.lex_state = 16}, + [1202] = {.lex_state = 16}, + [1203] = {.lex_state = 16}, + [1204] = {.lex_state = 10, .external_lex_state = 3}, + [1205] = {.lex_state = 16}, + [1206] = {.lex_state = 16}, + [1207] = {.lex_state = 16}, + [1208] = {.lex_state = 16}, + [1209] = {.lex_state = 10, .external_lex_state = 3}, + [1210] = {.lex_state = 16}, + [1211] = {.lex_state = 15, .external_lex_state = 4}, + [1212] = {.lex_state = 16}, + [1213] = {.lex_state = 15, .external_lex_state = 4}, + [1214] = {.lex_state = 10, .external_lex_state = 2}, + [1215] = {.lex_state = 10, .external_lex_state = 2}, + [1216] = {.lex_state = 10, .external_lex_state = 2}, + [1217] = {.lex_state = 10, .external_lex_state = 2}, + [1218] = {.lex_state = 10, .external_lex_state = 2}, + [1219] = {.lex_state = 104}, + [1220] = {.lex_state = 104}, + [1221] = {.lex_state = 104}, + [1222] = {.lex_state = 10, .external_lex_state = 2}, + [1223] = {.lex_state = 10, .external_lex_state = 3}, + [1224] = {.lex_state = 10, .external_lex_state = 3}, + [1225] = {.lex_state = 10, .external_lex_state = 3}, + [1226] = {.lex_state = 10, .external_lex_state = 3}, + [1227] = {.lex_state = 10, .external_lex_state = 2}, + [1228] = {.lex_state = 10, .external_lex_state = 2}, + [1229] = {.lex_state = 104}, + [1230] = {.lex_state = 10, .external_lex_state = 2}, + [1231] = {.lex_state = 10, .external_lex_state = 2}, + [1232] = {.lex_state = 10, .external_lex_state = 2}, + [1233] = {.lex_state = 10, .external_lex_state = 2}, + [1234] = {.lex_state = 10, .external_lex_state = 2}, + [1235] = {.lex_state = 10, .external_lex_state = 2}, + [1236] = {.lex_state = 10, .external_lex_state = 2}, + [1237] = {.lex_state = 104}, + [1238] = {.lex_state = 10, .external_lex_state = 2}, + [1239] = {.lex_state = 104}, + [1240] = {.lex_state = 104}, + [1241] = {.lex_state = 10, .external_lex_state = 2}, + [1242] = {.lex_state = 10, .external_lex_state = 2}, + [1243] = {.lex_state = 10, .external_lex_state = 2}, + [1244] = {.lex_state = 10, .external_lex_state = 2}, + [1245] = {.lex_state = 10, .external_lex_state = 2}, + [1246] = {.lex_state = 10, .external_lex_state = 2}, + [1247] = {.lex_state = 10, .external_lex_state = 2}, + [1248] = {.lex_state = 10, .external_lex_state = 2}, + [1249] = {.lex_state = 10, .external_lex_state = 2}, + [1250] = {.lex_state = 10, .external_lex_state = 2}, + [1251] = {.lex_state = 10, .external_lex_state = 2}, + [1252] = {.lex_state = 10, .external_lex_state = 2}, + [1253] = {.lex_state = 10, .external_lex_state = 2}, + [1254] = {.lex_state = 10, .external_lex_state = 2}, + [1255] = {.lex_state = 10, .external_lex_state = 2}, + [1256] = {.lex_state = 10, .external_lex_state = 2}, + [1257] = {.lex_state = 10, .external_lex_state = 2}, + [1258] = {.lex_state = 10, .external_lex_state = 2}, + [1259] = {.lex_state = 10, .external_lex_state = 2}, + [1260] = {.lex_state = 10, .external_lex_state = 2}, + [1261] = {.lex_state = 10, .external_lex_state = 2}, + [1262] = {.lex_state = 10, .external_lex_state = 2}, + [1263] = {.lex_state = 10, .external_lex_state = 2}, + [1264] = {.lex_state = 10, .external_lex_state = 2}, + [1265] = {.lex_state = 10, .external_lex_state = 2}, + [1266] = {.lex_state = 10, .external_lex_state = 2}, + [1267] = {.lex_state = 10, .external_lex_state = 2}, + [1268] = {.lex_state = 10, .external_lex_state = 2}, + [1269] = {.lex_state = 10, .external_lex_state = 2}, + [1270] = {.lex_state = 10, .external_lex_state = 2}, + [1271] = {.lex_state = 10, .external_lex_state = 3}, + [1272] = {.lex_state = 10, .external_lex_state = 2}, + [1273] = {.lex_state = 10, .external_lex_state = 2}, + [1274] = {.lex_state = 10, .external_lex_state = 2}, + [1275] = {.lex_state = 10, .external_lex_state = 2}, + [1276] = {.lex_state = 10, .external_lex_state = 2}, + [1277] = {.lex_state = 10, .external_lex_state = 2}, + [1278] = {.lex_state = 10, .external_lex_state = 2}, + [1279] = {.lex_state = 10, .external_lex_state = 2}, + [1280] = {.lex_state = 10, .external_lex_state = 3}, + [1281] = {.lex_state = 10, .external_lex_state = 3}, + [1282] = {.lex_state = 10, .external_lex_state = 2}, + [1283] = {.lex_state = 10, .external_lex_state = 2}, + [1284] = {.lex_state = 10, .external_lex_state = 2}, + [1285] = {.lex_state = 10, .external_lex_state = 2}, + [1286] = {.lex_state = 10, .external_lex_state = 2}, + [1287] = {.lex_state = 10, .external_lex_state = 2}, + [1288] = {.lex_state = 10, .external_lex_state = 2}, + [1289] = {.lex_state = 10, .external_lex_state = 2}, + [1290] = {.lex_state = 10, .external_lex_state = 2}, + [1291] = {.lex_state = 10, .external_lex_state = 2}, + [1292] = {.lex_state = 10, .external_lex_state = 2}, + [1293] = {.lex_state = 10, .external_lex_state = 2}, + [1294] = {.lex_state = 10, .external_lex_state = 2}, + [1295] = {.lex_state = 10, .external_lex_state = 2}, + [1296] = {.lex_state = 10, .external_lex_state = 2}, + [1297] = {.lex_state = 10, .external_lex_state = 2}, + [1298] = {.lex_state = 10, .external_lex_state = 2}, + [1299] = {.lex_state = 10, .external_lex_state = 2}, + [1300] = {.lex_state = 10, .external_lex_state = 2}, + [1301] = {.lex_state = 10, .external_lex_state = 2}, + [1302] = {.lex_state = 10, .external_lex_state = 2}, + [1303] = {.lex_state = 10, .external_lex_state = 2}, + [1304] = {.lex_state = 10, .external_lex_state = 2}, + [1305] = {.lex_state = 10, .external_lex_state = 2}, + [1306] = {.lex_state = 10, .external_lex_state = 2}, + [1307] = {.lex_state = 10, .external_lex_state = 2}, + [1308] = {.lex_state = 10, .external_lex_state = 2}, + [1309] = {.lex_state = 10, .external_lex_state = 2}, + [1310] = {.lex_state = 10, .external_lex_state = 2}, + [1311] = {.lex_state = 10, .external_lex_state = 2}, + [1312] = {.lex_state = 10, .external_lex_state = 2}, + [1313] = {.lex_state = 10, .external_lex_state = 2}, + [1314] = {.lex_state = 10, .external_lex_state = 2}, + [1315] = {.lex_state = 10, .external_lex_state = 3}, + [1316] = {.lex_state = 10, .external_lex_state = 2}, + [1317] = {.lex_state = 10, .external_lex_state = 2}, + [1318] = {.lex_state = 10, .external_lex_state = 2}, + [1319] = {.lex_state = 10, .external_lex_state = 2}, + [1320] = {.lex_state = 10, .external_lex_state = 2}, + [1321] = {.lex_state = 10, .external_lex_state = 2}, + [1322] = {.lex_state = 10, .external_lex_state = 2}, + [1323] = {.lex_state = 10, .external_lex_state = 2}, + [1324] = {.lex_state = 10, .external_lex_state = 2}, + [1325] = {.lex_state = 10, .external_lex_state = 2}, + [1326] = {.lex_state = 10, .external_lex_state = 2}, + [1327] = {.lex_state = 10, .external_lex_state = 2}, + [1328] = {.lex_state = 10, .external_lex_state = 2}, + [1329] = {.lex_state = 10, .external_lex_state = 2}, + [1330] = {.lex_state = 10, .external_lex_state = 2}, + [1331] = {.lex_state = 10, .external_lex_state = 2}, + [1332] = {.lex_state = 10, .external_lex_state = 2}, + [1333] = {.lex_state = 10, .external_lex_state = 2}, + [1334] = {.lex_state = 10, .external_lex_state = 2}, + [1335] = {.lex_state = 10, .external_lex_state = 2}, + [1336] = {.lex_state = 10, .external_lex_state = 2}, + [1337] = {.lex_state = 10, .external_lex_state = 2}, + [1338] = {.lex_state = 10, .external_lex_state = 2}, + [1339] = {.lex_state = 10, .external_lex_state = 2}, + [1340] = {.lex_state = 10, .external_lex_state = 2}, + [1341] = {.lex_state = 10, .external_lex_state = 2}, + [1342] = {.lex_state = 10, .external_lex_state = 2}, + [1343] = {.lex_state = 10, .external_lex_state = 2}, + [1344] = {.lex_state = 10, .external_lex_state = 2}, + [1345] = {.lex_state = 10, .external_lex_state = 2}, + [1346] = {.lex_state = 10, .external_lex_state = 2}, + [1347] = {.lex_state = 10, .external_lex_state = 2}, + [1348] = {.lex_state = 10, .external_lex_state = 2}, + [1349] = {.lex_state = 10, .external_lex_state = 2}, + [1350] = {.lex_state = 10, .external_lex_state = 2}, + [1351] = {.lex_state = 10, .external_lex_state = 2}, + [1352] = {.lex_state = 10, .external_lex_state = 2}, + [1353] = {.lex_state = 10, .external_lex_state = 2}, + [1354] = {.lex_state = 10, .external_lex_state = 2}, + [1355] = {.lex_state = 10, .external_lex_state = 2}, + [1356] = {.lex_state = 10, .external_lex_state = 2}, + [1357] = {.lex_state = 10, .external_lex_state = 2}, + [1358] = {.lex_state = 10, .external_lex_state = 2}, + [1359] = {.lex_state = 10, .external_lex_state = 2}, + [1360] = {.lex_state = 10, .external_lex_state = 2}, + [1361] = {.lex_state = 10, .external_lex_state = 2}, + [1362] = {.lex_state = 10, .external_lex_state = 2}, + [1363] = {.lex_state = 10, .external_lex_state = 2}, + [1364] = {.lex_state = 10, .external_lex_state = 2}, + [1365] = {.lex_state = 10, .external_lex_state = 2}, + [1366] = {.lex_state = 10, .external_lex_state = 2}, + [1367] = {.lex_state = 10, .external_lex_state = 2}, + [1368] = {.lex_state = 10, .external_lex_state = 2}, + [1369] = {.lex_state = 10, .external_lex_state = 2}, + [1370] = {.lex_state = 10, .external_lex_state = 2}, + [1371] = {.lex_state = 10, .external_lex_state = 2}, + [1372] = {.lex_state = 10, .external_lex_state = 2}, + [1373] = {.lex_state = 10, .external_lex_state = 2}, + [1374] = {.lex_state = 10, .external_lex_state = 2}, + [1375] = {.lex_state = 10, .external_lex_state = 2}, + [1376] = {.lex_state = 10, .external_lex_state = 2}, + [1377] = {.lex_state = 10, .external_lex_state = 2}, + [1378] = {.lex_state = 10, .external_lex_state = 3}, + [1379] = {.lex_state = 10, .external_lex_state = 3}, + [1380] = {.lex_state = 10, .external_lex_state = 2}, + [1381] = {.lex_state = 10, .external_lex_state = 2}, + [1382] = {.lex_state = 10, .external_lex_state = 3}, + [1383] = {.lex_state = 10, .external_lex_state = 3}, + [1384] = {.lex_state = 10, .external_lex_state = 3}, + [1385] = {.lex_state = 10, .external_lex_state = 3}, + [1386] = {.lex_state = 10, .external_lex_state = 3}, + [1387] = {.lex_state = 10, .external_lex_state = 2}, + [1388] = {.lex_state = 10, .external_lex_state = 2}, + [1389] = {.lex_state = 10, .external_lex_state = 3}, + [1390] = {.lex_state = 10, .external_lex_state = 3}, + [1391] = {.lex_state = 10, .external_lex_state = 3}, + [1392] = {.lex_state = 10, .external_lex_state = 3}, + [1393] = {.lex_state = 10, .external_lex_state = 2}, + [1394] = {.lex_state = 10, .external_lex_state = 2}, + [1395] = {.lex_state = 10, .external_lex_state = 2}, + [1396] = {.lex_state = 10, .external_lex_state = 2}, + [1397] = {.lex_state = 10, .external_lex_state = 3}, + [1398] = {.lex_state = 10, .external_lex_state = 3}, + [1399] = {.lex_state = 10, .external_lex_state = 3}, + [1400] = {.lex_state = 10, .external_lex_state = 3}, + [1401] = {.lex_state = 10, .external_lex_state = 3}, + [1402] = {.lex_state = 10, .external_lex_state = 3}, + [1403] = {.lex_state = 10, .external_lex_state = 3}, + [1404] = {.lex_state = 10, .external_lex_state = 3}, + [1405] = {.lex_state = 10, .external_lex_state = 3}, + [1406] = {.lex_state = 10, .external_lex_state = 2}, + [1407] = {.lex_state = 10, .external_lex_state = 3}, + [1408] = {.lex_state = 10, .external_lex_state = 2}, + [1409] = {.lex_state = 10, .external_lex_state = 2}, + [1410] = {.lex_state = 10, .external_lex_state = 3}, + [1411] = {.lex_state = 10, .external_lex_state = 2}, + [1412] = {.lex_state = 10, .external_lex_state = 2}, + [1413] = {.lex_state = 10, .external_lex_state = 2}, + [1414] = {.lex_state = 10, .external_lex_state = 2}, + [1415] = {.lex_state = 10, .external_lex_state = 2}, + [1416] = {.lex_state = 10, .external_lex_state = 2}, + [1417] = {.lex_state = 10, .external_lex_state = 3}, + [1418] = {.lex_state = 10, .external_lex_state = 3}, + [1419] = {.lex_state = 10, .external_lex_state = 3}, + [1420] = {.lex_state = 10, .external_lex_state = 3}, + [1421] = {.lex_state = 10, .external_lex_state = 2}, + [1422] = {.lex_state = 10, .external_lex_state = 2}, + [1423] = {.lex_state = 10, .external_lex_state = 2}, + [1424] = {.lex_state = 10, .external_lex_state = 3}, + [1425] = {.lex_state = 10, .external_lex_state = 3}, + [1426] = {.lex_state = 10, .external_lex_state = 3}, + [1427] = {.lex_state = 10, .external_lex_state = 2}, + [1428] = {.lex_state = 10, .external_lex_state = 3}, + [1429] = {.lex_state = 10, .external_lex_state = 3}, + [1430] = {.lex_state = 10, .external_lex_state = 3}, + [1431] = {.lex_state = 10, .external_lex_state = 3}, + [1432] = {.lex_state = 10, .external_lex_state = 3}, + [1433] = {.lex_state = 10, .external_lex_state = 2}, + [1434] = {.lex_state = 10, .external_lex_state = 3}, + [1435] = {.lex_state = 10, .external_lex_state = 2}, + [1436] = {.lex_state = 10, .external_lex_state = 2}, + [1437] = {.lex_state = 10, .external_lex_state = 2}, + [1438] = {.lex_state = 10, .external_lex_state = 2}, + [1439] = {.lex_state = 10, .external_lex_state = 3}, + [1440] = {.lex_state = 10, .external_lex_state = 2}, + [1441] = {.lex_state = 10, .external_lex_state = 2}, + [1442] = {.lex_state = 10, .external_lex_state = 2}, + [1443] = {.lex_state = 10, .external_lex_state = 2}, + [1444] = {.lex_state = 10, .external_lex_state = 2}, + [1445] = {.lex_state = 10, .external_lex_state = 2}, + [1446] = {.lex_state = 10, .external_lex_state = 2}, + [1447] = {.lex_state = 10, .external_lex_state = 2}, + [1448] = {.lex_state = 10, .external_lex_state = 2}, + [1449] = {.lex_state = 10, .external_lex_state = 3}, + [1450] = {.lex_state = 10, .external_lex_state = 2}, + [1451] = {.lex_state = 10, .external_lex_state = 3}, + [1452] = {.lex_state = 10, .external_lex_state = 2}, + [1453] = {.lex_state = 10, .external_lex_state = 2}, + [1454] = {.lex_state = 10, .external_lex_state = 3}, + [1455] = {.lex_state = 10, .external_lex_state = 3}, + [1456] = {.lex_state = 10, .external_lex_state = 2}, + [1457] = {.lex_state = 10, .external_lex_state = 3}, + [1458] = {.lex_state = 10, .external_lex_state = 2}, + [1459] = {.lex_state = 10, .external_lex_state = 3}, + [1460] = {.lex_state = 10, .external_lex_state = 2}, + [1461] = {.lex_state = 10, .external_lex_state = 3}, + [1462] = {.lex_state = 10, .external_lex_state = 2}, + [1463] = {.lex_state = 10, .external_lex_state = 2}, + [1464] = {.lex_state = 10, .external_lex_state = 2}, + [1465] = {.lex_state = 10, .external_lex_state = 3}, + [1466] = {.lex_state = 10, .external_lex_state = 2}, + [1467] = {.lex_state = 10, .external_lex_state = 2}, + [1468] = {.lex_state = 10, .external_lex_state = 2}, + [1469] = {.lex_state = 10, .external_lex_state = 3}, + [1470] = {.lex_state = 10, .external_lex_state = 2}, + [1471] = {.lex_state = 10, .external_lex_state = 3}, + [1472] = {.lex_state = 10, .external_lex_state = 3}, + [1473] = {.lex_state = 10, .external_lex_state = 3}, + [1474] = {.lex_state = 10, .external_lex_state = 2}, + [1475] = {.lex_state = 10, .external_lex_state = 2}, + [1476] = {.lex_state = 10, .external_lex_state = 2}, + [1477] = {.lex_state = 10, .external_lex_state = 2}, + [1478] = {.lex_state = 10, .external_lex_state = 2}, + [1479] = {.lex_state = 10, .external_lex_state = 2}, + [1480] = {.lex_state = 10, .external_lex_state = 2}, + [1481] = {.lex_state = 10, .external_lex_state = 2}, + [1482] = {.lex_state = 10, .external_lex_state = 2}, + [1483] = {.lex_state = 10, .external_lex_state = 3}, + [1484] = {.lex_state = 10, .external_lex_state = 3}, + [1485] = {.lex_state = 10, .external_lex_state = 2}, + [1486] = {.lex_state = 104}, + [1487] = {.lex_state = 10, .external_lex_state = 2}, + [1488] = {.lex_state = 10, .external_lex_state = 2}, + [1489] = {.lex_state = 10, .external_lex_state = 3}, + [1490] = {.lex_state = 10, .external_lex_state = 2}, + [1491] = {.lex_state = 10, .external_lex_state = 2}, + [1492] = {.lex_state = 10, .external_lex_state = 2}, + [1493] = {.lex_state = 10, .external_lex_state = 3}, + [1494] = {.lex_state = 10, .external_lex_state = 3}, + [1495] = {.lex_state = 10, .external_lex_state = 2}, + [1496] = {.lex_state = 10, .external_lex_state = 3}, + [1497] = {.lex_state = 10, .external_lex_state = 2}, + [1498] = {.lex_state = 10, .external_lex_state = 2}, + [1499] = {.lex_state = 10, .external_lex_state = 2}, + [1500] = {.lex_state = 10, .external_lex_state = 2}, + [1501] = {.lex_state = 10, .external_lex_state = 3}, + [1502] = {.lex_state = 10, .external_lex_state = 2}, + [1503] = {.lex_state = 10, .external_lex_state = 3}, + [1504] = {.lex_state = 10, .external_lex_state = 2}, + [1505] = {.lex_state = 10, .external_lex_state = 3}, + [1506] = {.lex_state = 10, .external_lex_state = 2}, + [1507] = {.lex_state = 10, .external_lex_state = 2}, + [1508] = {.lex_state = 10, .external_lex_state = 2}, + [1509] = {.lex_state = 10, .external_lex_state = 2}, + [1510] = {.lex_state = 10, .external_lex_state = 3}, + [1511] = {.lex_state = 10, .external_lex_state = 3}, + [1512] = {.lex_state = 10, .external_lex_state = 3}, + [1513] = {.lex_state = 10, .external_lex_state = 3}, + [1514] = {.lex_state = 10, .external_lex_state = 3}, + [1515] = {.lex_state = 10, .external_lex_state = 2}, + [1516] = {.lex_state = 10, .external_lex_state = 2}, + [1517] = {.lex_state = 10, .external_lex_state = 3}, + [1518] = {.lex_state = 10, .external_lex_state = 3}, + [1519] = {.lex_state = 10, .external_lex_state = 2}, + [1520] = {.lex_state = 10, .external_lex_state = 2}, + [1521] = {.lex_state = 10, .external_lex_state = 3}, + [1522] = {.lex_state = 10, .external_lex_state = 2}, + [1523] = {.lex_state = 10, .external_lex_state = 2}, + [1524] = {.lex_state = 10, .external_lex_state = 2}, + [1525] = {.lex_state = 10, .external_lex_state = 2}, + [1526] = {.lex_state = 10, .external_lex_state = 2}, + [1527] = {.lex_state = 10, .external_lex_state = 2}, + [1528] = {.lex_state = 10, .external_lex_state = 2}, + [1529] = {.lex_state = 10, .external_lex_state = 2}, + [1530] = {.lex_state = 10, .external_lex_state = 3}, + [1531] = {.lex_state = 10, .external_lex_state = 2}, + [1532] = {.lex_state = 10, .external_lex_state = 3}, + [1533] = {.lex_state = 10, .external_lex_state = 2}, + [1534] = {.lex_state = 10, .external_lex_state = 3}, + [1535] = {.lex_state = 10, .external_lex_state = 2}, + [1536] = {.lex_state = 10, .external_lex_state = 3}, + [1537] = {.lex_state = 10, .external_lex_state = 3}, + [1538] = {.lex_state = 10, .external_lex_state = 3}, + [1539] = {.lex_state = 10, .external_lex_state = 2}, + [1540] = {.lex_state = 10, .external_lex_state = 3}, + [1541] = {.lex_state = 10, .external_lex_state = 2}, + [1542] = {.lex_state = 10, .external_lex_state = 3}, + [1543] = {.lex_state = 10, .external_lex_state = 2}, + [1544] = {.lex_state = 10, .external_lex_state = 2}, + [1545] = {.lex_state = 10, .external_lex_state = 3}, + [1546] = {.lex_state = 16}, + [1547] = {.lex_state = 10, .external_lex_state = 3}, + [1548] = {.lex_state = 10, .external_lex_state = 2}, + [1549] = {.lex_state = 10, .external_lex_state = 3}, + [1550] = {.lex_state = 10, .external_lex_state = 3}, + [1551] = {.lex_state = 10, .external_lex_state = 3}, + [1552] = {.lex_state = 10, .external_lex_state = 2}, + [1553] = {.lex_state = 10, .external_lex_state = 3}, + [1554] = {.lex_state = 10, .external_lex_state = 2}, + [1555] = {.lex_state = 16}, + [1556] = {.lex_state = 10, .external_lex_state = 3}, + [1557] = {.lex_state = 10, .external_lex_state = 3}, + [1558] = {.lex_state = 10, .external_lex_state = 2}, + [1559] = {.lex_state = 10, .external_lex_state = 3}, + [1560] = {.lex_state = 10, .external_lex_state = 2}, + [1561] = {.lex_state = 10, .external_lex_state = 3}, + [1562] = {.lex_state = 10, .external_lex_state = 2}, + [1563] = {.lex_state = 10, .external_lex_state = 2}, + [1564] = {.lex_state = 10, .external_lex_state = 2}, + [1565] = {.lex_state = 10, .external_lex_state = 2}, + [1566] = {.lex_state = 10, .external_lex_state = 2}, + [1567] = {.lex_state = 10, .external_lex_state = 2}, + [1568] = {.lex_state = 10, .external_lex_state = 3}, + [1569] = {.lex_state = 10, .external_lex_state = 2}, + [1570] = {.lex_state = 10, .external_lex_state = 2}, + [1571] = {.lex_state = 10, .external_lex_state = 2}, + [1572] = {.lex_state = 10, .external_lex_state = 2}, + [1573] = {.lex_state = 10, .external_lex_state = 2}, + [1574] = {.lex_state = 16}, + [1575] = {.lex_state = 10, .external_lex_state = 3}, + [1576] = {.lex_state = 10, .external_lex_state = 3}, + [1577] = {.lex_state = 10, .external_lex_state = 2}, + [1578] = {.lex_state = 10, .external_lex_state = 2}, + [1579] = {.lex_state = 10, .external_lex_state = 3}, + [1580] = {.lex_state = 10, .external_lex_state = 2}, + [1581] = {.lex_state = 16}, + [1582] = {.lex_state = 10, .external_lex_state = 2}, + [1583] = {.lex_state = 10, .external_lex_state = 2}, + [1584] = {.lex_state = 10, .external_lex_state = 2}, + [1585] = {.lex_state = 10, .external_lex_state = 2}, + [1586] = {.lex_state = 10, .external_lex_state = 2}, + [1587] = {.lex_state = 16}, + [1588] = {.lex_state = 16}, + [1589] = {.lex_state = 16}, + [1590] = {.lex_state = 10, .external_lex_state = 2}, + [1591] = {.lex_state = 10, .external_lex_state = 2}, + [1592] = {.lex_state = 10, .external_lex_state = 2}, + [1593] = {.lex_state = 10, .external_lex_state = 2}, + [1594] = {.lex_state = 16}, + [1595] = {.lex_state = 10, .external_lex_state = 2}, + [1596] = {.lex_state = 10, .external_lex_state = 3}, + [1597] = {.lex_state = 10, .external_lex_state = 2}, + [1598] = {.lex_state = 10, .external_lex_state = 2}, + [1599] = {.lex_state = 10, .external_lex_state = 2}, + [1600] = {.lex_state = 10, .external_lex_state = 2}, + [1601] = {.lex_state = 10, .external_lex_state = 3}, + [1602] = {.lex_state = 10, .external_lex_state = 2}, + [1603] = {.lex_state = 10, .external_lex_state = 2}, + [1604] = {.lex_state = 10, .external_lex_state = 2}, + [1605] = {.lex_state = 10, .external_lex_state = 2}, + [1606] = {.lex_state = 10, .external_lex_state = 2}, + [1607] = {.lex_state = 10, .external_lex_state = 2}, + [1608] = {.lex_state = 10, .external_lex_state = 2}, + [1609] = {.lex_state = 10, .external_lex_state = 2}, + [1610] = {.lex_state = 10, .external_lex_state = 2}, + [1611] = {.lex_state = 10, .external_lex_state = 2}, + [1612] = {.lex_state = 10, .external_lex_state = 2}, + [1613] = {.lex_state = 10, .external_lex_state = 3}, + [1614] = {.lex_state = 10, .external_lex_state = 2}, + [1615] = {.lex_state = 10, .external_lex_state = 2}, + [1616] = {.lex_state = 10, .external_lex_state = 3}, + [1617] = {.lex_state = 10, .external_lex_state = 3}, + [1618] = {.lex_state = 10, .external_lex_state = 3}, + [1619] = {.lex_state = 16}, + [1620] = {.lex_state = 10, .external_lex_state = 2}, + [1621] = {.lex_state = 16}, + [1622] = {.lex_state = 10, .external_lex_state = 2}, + [1623] = {.lex_state = 10, .external_lex_state = 2}, + [1624] = {.lex_state = 10, .external_lex_state = 2}, + [1625] = {.lex_state = 10, .external_lex_state = 2}, + [1626] = {.lex_state = 10, .external_lex_state = 2}, + [1627] = {.lex_state = 10, .external_lex_state = 2}, + [1628] = {.lex_state = 10, .external_lex_state = 2}, + [1629] = {.lex_state = 10, .external_lex_state = 2}, + [1630] = {.lex_state = 10, .external_lex_state = 2}, + [1631] = {.lex_state = 10, .external_lex_state = 2}, + [1632] = {.lex_state = 10, .external_lex_state = 2}, + [1633] = {.lex_state = 10, .external_lex_state = 2}, + [1634] = {.lex_state = 10, .external_lex_state = 2}, + [1635] = {.lex_state = 10, .external_lex_state = 2}, + [1636] = {.lex_state = 10, .external_lex_state = 2}, + [1637] = {.lex_state = 10, .external_lex_state = 2}, + [1638] = {.lex_state = 10, .external_lex_state = 2}, + [1639] = {.lex_state = 10, .external_lex_state = 2}, + [1640] = {.lex_state = 16}, + [1641] = {.lex_state = 10, .external_lex_state = 2}, + [1642] = {.lex_state = 10, .external_lex_state = 2}, + [1643] = {.lex_state = 10, .external_lex_state = 2}, + [1644] = {.lex_state = 10, .external_lex_state = 2}, + [1645] = {.lex_state = 10, .external_lex_state = 2}, + [1646] = {.lex_state = 10, .external_lex_state = 2}, + [1647] = {.lex_state = 10, .external_lex_state = 2}, + [1648] = {.lex_state = 10, .external_lex_state = 2}, + [1649] = {.lex_state = 10, .external_lex_state = 2}, + [1650] = {.lex_state = 10, .external_lex_state = 2}, + [1651] = {.lex_state = 10, .external_lex_state = 3}, + [1652] = {.lex_state = 10, .external_lex_state = 3}, + [1653] = {.lex_state = 10, .external_lex_state = 3}, + [1654] = {.lex_state = 10, .external_lex_state = 3}, + [1655] = {.lex_state = 10, .external_lex_state = 3}, + [1656] = {.lex_state = 10, .external_lex_state = 3}, + [1657] = {.lex_state = 10, .external_lex_state = 3}, + [1658] = {.lex_state = 10, .external_lex_state = 3}, + [1659] = {.lex_state = 10, .external_lex_state = 3}, + [1660] = {.lex_state = 10, .external_lex_state = 3}, + [1661] = {.lex_state = 10, .external_lex_state = 3}, + [1662] = {.lex_state = 10, .external_lex_state = 2}, + [1663] = {.lex_state = 10, .external_lex_state = 3}, + [1664] = {.lex_state = 10, .external_lex_state = 3}, + [1665] = {.lex_state = 10, .external_lex_state = 3}, + [1666] = {.lex_state = 10, .external_lex_state = 3}, + [1667] = {.lex_state = 10, .external_lex_state = 3}, + [1668] = {.lex_state = 10, .external_lex_state = 3}, + [1669] = {.lex_state = 10, .external_lex_state = 3}, + [1670] = {.lex_state = 10, .external_lex_state = 3}, + [1671] = {.lex_state = 10, .external_lex_state = 3}, + [1672] = {.lex_state = 10, .external_lex_state = 3}, + [1673] = {.lex_state = 10, .external_lex_state = 3}, + [1674] = {.lex_state = 10, .external_lex_state = 3}, + [1675] = {.lex_state = 10, .external_lex_state = 3}, + [1676] = {.lex_state = 10, .external_lex_state = 3}, + [1677] = {.lex_state = 10, .external_lex_state = 3}, + [1678] = {.lex_state = 10, .external_lex_state = 3}, + [1679] = {.lex_state = 10, .external_lex_state = 3}, + [1680] = {.lex_state = 10, .external_lex_state = 3}, + [1681] = {.lex_state = 10, .external_lex_state = 3}, + [1682] = {.lex_state = 10, .external_lex_state = 3}, + [1683] = {.lex_state = 10, .external_lex_state = 3}, + [1684] = {.lex_state = 10, .external_lex_state = 3}, + [1685] = {.lex_state = 10, .external_lex_state = 3}, + [1686] = {.lex_state = 10, .external_lex_state = 3}, + [1687] = {.lex_state = 10, .external_lex_state = 3}, + [1688] = {.lex_state = 10, .external_lex_state = 2}, + [1689] = {.lex_state = 10, .external_lex_state = 3}, + [1690] = {.lex_state = 10, .external_lex_state = 3}, + [1691] = {.lex_state = 10, .external_lex_state = 3}, + [1692] = {.lex_state = 10, .external_lex_state = 3}, + [1693] = {.lex_state = 10, .external_lex_state = 2}, + [1694] = {.lex_state = 10, .external_lex_state = 3}, + [1695] = {.lex_state = 10, .external_lex_state = 3}, + [1696] = {.lex_state = 10, .external_lex_state = 3}, + [1697] = {.lex_state = 10, .external_lex_state = 3}, + [1698] = {.lex_state = 10, .external_lex_state = 2}, + [1699] = {.lex_state = 10, .external_lex_state = 3}, + [1700] = {.lex_state = 10, .external_lex_state = 3}, + [1701] = {.lex_state = 10, .external_lex_state = 3}, + [1702] = {.lex_state = 10, .external_lex_state = 3}, + [1703] = {.lex_state = 10, .external_lex_state = 3}, + [1704] = {.lex_state = 10, .external_lex_state = 3}, + [1705] = {.lex_state = 10, .external_lex_state = 3}, + [1706] = {.lex_state = 10, .external_lex_state = 3}, + [1707] = {.lex_state = 11, .external_lex_state = 2}, + [1708] = {.lex_state = 10, .external_lex_state = 3}, + [1709] = {.lex_state = 10, .external_lex_state = 2}, + [1710] = {.lex_state = 10, .external_lex_state = 2}, + [1711] = {.lex_state = 10, .external_lex_state = 2}, + [1712] = {.lex_state = 10, .external_lex_state = 3}, + [1713] = {.lex_state = 10, .external_lex_state = 3}, + [1714] = {.lex_state = 10, .external_lex_state = 3}, + [1715] = {.lex_state = 10, .external_lex_state = 3}, + [1716] = {.lex_state = 10, .external_lex_state = 3}, + [1717] = {.lex_state = 10, .external_lex_state = 3}, + [1718] = {.lex_state = 10, .external_lex_state = 3}, + [1719] = {.lex_state = 10, .external_lex_state = 3}, + [1720] = {.lex_state = 10, .external_lex_state = 3}, + [1721] = {.lex_state = 10, .external_lex_state = 3}, + [1722] = {.lex_state = 10, .external_lex_state = 3}, + [1723] = {.lex_state = 10, .external_lex_state = 3}, + [1724] = {.lex_state = 10, .external_lex_state = 3}, + [1725] = {.lex_state = 10, .external_lex_state = 3}, + [1726] = {.lex_state = 10, .external_lex_state = 3}, + [1727] = {.lex_state = 10, .external_lex_state = 3}, + [1728] = {.lex_state = 10, .external_lex_state = 3}, + [1729] = {.lex_state = 10, .external_lex_state = 3}, + [1730] = {.lex_state = 10, .external_lex_state = 3}, + [1731] = {.lex_state = 10, .external_lex_state = 3}, + [1732] = {.lex_state = 10, .external_lex_state = 3}, + [1733] = {.lex_state = 10, .external_lex_state = 3}, + [1734] = {.lex_state = 10, .external_lex_state = 3}, + [1735] = {.lex_state = 10, .external_lex_state = 2}, + [1736] = {.lex_state = 10, .external_lex_state = 2}, + [1737] = {.lex_state = 10, .external_lex_state = 3}, + [1738] = {.lex_state = 10, .external_lex_state = 2}, + [1739] = {.lex_state = 10, .external_lex_state = 2}, + [1740] = {.lex_state = 10, .external_lex_state = 3}, + [1741] = {.lex_state = 10, .external_lex_state = 2}, + [1742] = {.lex_state = 10, .external_lex_state = 2}, + [1743] = {.lex_state = 10, .external_lex_state = 2}, + [1744] = {.lex_state = 10, .external_lex_state = 3}, + [1745] = {.lex_state = 10, .external_lex_state = 3}, + [1746] = {.lex_state = 10, .external_lex_state = 2}, + [1747] = {.lex_state = 10, .external_lex_state = 3}, + [1748] = {.lex_state = 10, .external_lex_state = 3}, + [1749] = {.lex_state = 10, .external_lex_state = 3}, + [1750] = {.lex_state = 16, .external_lex_state = 4}, + [1751] = {.lex_state = 10, .external_lex_state = 3}, + [1752] = {.lex_state = 10, .external_lex_state = 3}, + [1753] = {.lex_state = 10, .external_lex_state = 3}, + [1754] = {.lex_state = 10, .external_lex_state = 3}, + [1755] = {.lex_state = 10, .external_lex_state = 3}, + [1756] = {.lex_state = 10, .external_lex_state = 3}, + [1757] = {.lex_state = 10, .external_lex_state = 3}, + [1758] = {.lex_state = 10, .external_lex_state = 3}, + [1759] = {.lex_state = 10, .external_lex_state = 3}, + [1760] = {.lex_state = 10, .external_lex_state = 3}, + [1761] = {.lex_state = 10, .external_lex_state = 2}, + [1762] = {.lex_state = 10, .external_lex_state = 2}, + [1763] = {.lex_state = 10, .external_lex_state = 2}, + [1764] = {.lex_state = 10, .external_lex_state = 3}, + [1765] = {.lex_state = 10, .external_lex_state = 3}, + [1766] = {.lex_state = 10, .external_lex_state = 3}, + [1767] = {.lex_state = 10, .external_lex_state = 3}, + [1768] = {.lex_state = 10, .external_lex_state = 3}, + [1769] = {.lex_state = 10, .external_lex_state = 3}, + [1770] = {.lex_state = 10, .external_lex_state = 3}, + [1771] = {.lex_state = 10, .external_lex_state = 3}, + [1772] = {.lex_state = 10, .external_lex_state = 3}, + [1773] = {.lex_state = 10, .external_lex_state = 3}, + [1774] = {.lex_state = 10, .external_lex_state = 3}, + [1775] = {.lex_state = 10, .external_lex_state = 3}, + [1776] = {.lex_state = 10, .external_lex_state = 3}, + [1777] = {.lex_state = 10, .external_lex_state = 3}, + [1778] = {.lex_state = 10, .external_lex_state = 3}, + [1779] = {.lex_state = 10, .external_lex_state = 3}, + [1780] = {.lex_state = 10, .external_lex_state = 3}, + [1781] = {.lex_state = 10, .external_lex_state = 3}, + [1782] = {.lex_state = 10, .external_lex_state = 2}, + [1783] = {.lex_state = 10, .external_lex_state = 3}, + [1784] = {.lex_state = 10, .external_lex_state = 3}, + [1785] = {.lex_state = 10, .external_lex_state = 2}, + [1786] = {.lex_state = 10, .external_lex_state = 2}, + [1787] = {.lex_state = 10, .external_lex_state = 3}, + [1788] = {.lex_state = 10, .external_lex_state = 2}, + [1789] = {.lex_state = 10, .external_lex_state = 2}, + [1790] = {.lex_state = 10, .external_lex_state = 2}, + [1791] = {.lex_state = 10, .external_lex_state = 3}, + [1792] = {.lex_state = 10, .external_lex_state = 3}, + [1793] = {.lex_state = 10, .external_lex_state = 3}, + [1794] = {.lex_state = 16, .external_lex_state = 4}, + [1795] = {.lex_state = 10, .external_lex_state = 2}, + [1796] = {.lex_state = 16, .external_lex_state = 4}, + [1797] = {.lex_state = 10, .external_lex_state = 3}, + [1798] = {.lex_state = 10, .external_lex_state = 3}, + [1799] = {.lex_state = 10, .external_lex_state = 3}, + [1800] = {.lex_state = 10, .external_lex_state = 3}, + [1801] = {.lex_state = 10, .external_lex_state = 2}, + [1802] = {.lex_state = 16, .external_lex_state = 4}, + [1803] = {.lex_state = 10, .external_lex_state = 3}, + [1804] = {.lex_state = 10, .external_lex_state = 3}, + [1805] = {.lex_state = 10, .external_lex_state = 3}, + [1806] = {.lex_state = 10, .external_lex_state = 2}, + [1807] = {.lex_state = 10, .external_lex_state = 2}, + [1808] = {.lex_state = 10, .external_lex_state = 3}, + [1809] = {.lex_state = 10, .external_lex_state = 2}, + [1810] = {.lex_state = 10, .external_lex_state = 3}, + [1811] = {.lex_state = 10, .external_lex_state = 2}, + [1812] = {.lex_state = 10, .external_lex_state = 3}, + [1813] = {.lex_state = 10, .external_lex_state = 2}, + [1814] = {.lex_state = 10, .external_lex_state = 2}, + [1815] = {.lex_state = 10, .external_lex_state = 3}, + [1816] = {.lex_state = 10, .external_lex_state = 2}, + [1817] = {.lex_state = 10, .external_lex_state = 2}, + [1818] = {.lex_state = 10, .external_lex_state = 3}, + [1819] = {.lex_state = 10, .external_lex_state = 2}, + [1820] = {.lex_state = 10, .external_lex_state = 3}, + [1821] = {.lex_state = 16, .external_lex_state = 4}, + [1822] = {.lex_state = 10, .external_lex_state = 2}, + [1823] = {.lex_state = 10, .external_lex_state = 3}, + [1824] = {.lex_state = 10, .external_lex_state = 3}, + [1825] = {.lex_state = 10, .external_lex_state = 3}, + [1826] = {.lex_state = 10, .external_lex_state = 3}, + [1827] = {.lex_state = 10, .external_lex_state = 3}, + [1828] = {.lex_state = 10, .external_lex_state = 3}, + [1829] = {.lex_state = 10, .external_lex_state = 3}, + [1830] = {.lex_state = 10, .external_lex_state = 3}, + [1831] = {.lex_state = 10, .external_lex_state = 3}, + [1832] = {.lex_state = 10, .external_lex_state = 3}, + [1833] = {.lex_state = 10, .external_lex_state = 3}, + [1834] = {.lex_state = 10, .external_lex_state = 3}, + [1835] = {.lex_state = 10, .external_lex_state = 3}, + [1836] = {.lex_state = 10, .external_lex_state = 3}, + [1837] = {.lex_state = 10, .external_lex_state = 3}, + [1838] = {.lex_state = 10, .external_lex_state = 3}, + [1839] = {.lex_state = 10, .external_lex_state = 3}, + [1840] = {.lex_state = 10, .external_lex_state = 3}, + [1841] = {.lex_state = 10, .external_lex_state = 3}, + [1842] = {.lex_state = 10, .external_lex_state = 3}, + [1843] = {.lex_state = 10, .external_lex_state = 3}, + [1844] = {.lex_state = 10, .external_lex_state = 3}, + [1845] = {.lex_state = 10, .external_lex_state = 3}, + [1846] = {.lex_state = 10, .external_lex_state = 2}, + [1847] = {.lex_state = 10, .external_lex_state = 3}, + [1848] = {.lex_state = 11, .external_lex_state = 3}, + [1849] = {.lex_state = 10, .external_lex_state = 3}, + [1850] = {.lex_state = 10, .external_lex_state = 2}, + [1851] = {.lex_state = 10, .external_lex_state = 3}, + [1852] = {.lex_state = 10, .external_lex_state = 3}, + [1853] = {.lex_state = 10, .external_lex_state = 3}, + [1854] = {.lex_state = 10, .external_lex_state = 3}, + [1855] = {.lex_state = 10, .external_lex_state = 2}, + [1856] = {.lex_state = 10, .external_lex_state = 3}, + [1857] = {.lex_state = 10, .external_lex_state = 2}, + [1858] = {.lex_state = 10, .external_lex_state = 3}, + [1859] = {.lex_state = 10, .external_lex_state = 3}, + [1860] = {.lex_state = 10, .external_lex_state = 2}, + [1861] = {.lex_state = 10, .external_lex_state = 2}, + [1862] = {.lex_state = 10, .external_lex_state = 2}, + [1863] = {.lex_state = 10, .external_lex_state = 2}, + [1864] = {.lex_state = 10, .external_lex_state = 3}, + [1865] = {.lex_state = 10, .external_lex_state = 2}, + [1866] = {.lex_state = 10, .external_lex_state = 2}, + [1867] = {.lex_state = 10, .external_lex_state = 3}, + [1868] = {.lex_state = 10, .external_lex_state = 3}, + [1869] = {.lex_state = 10, .external_lex_state = 3}, + [1870] = {.lex_state = 10, .external_lex_state = 3}, + [1871] = {.lex_state = 10, .external_lex_state = 3}, + [1872] = {.lex_state = 10, .external_lex_state = 2}, + [1873] = {.lex_state = 10, .external_lex_state = 3}, + [1874] = {.lex_state = 10, .external_lex_state = 3}, + [1875] = {.lex_state = 10, .external_lex_state = 3}, + [1876] = {.lex_state = 10, .external_lex_state = 2}, + [1877] = {.lex_state = 16, .external_lex_state = 4}, + [1878] = {.lex_state = 10, .external_lex_state = 3}, + [1879] = {.lex_state = 16, .external_lex_state = 4}, + [1880] = {.lex_state = 10, .external_lex_state = 3}, + [1881] = {.lex_state = 10, .external_lex_state = 3}, + [1882] = {.lex_state = 10, .external_lex_state = 3}, + [1883] = {.lex_state = 10, .external_lex_state = 3}, + [1884] = {.lex_state = 10, .external_lex_state = 3}, + [1885] = {.lex_state = 10, .external_lex_state = 3}, + [1886] = {.lex_state = 10, .external_lex_state = 3}, + [1887] = {.lex_state = 10, .external_lex_state = 3}, + [1888] = {.lex_state = 10, .external_lex_state = 3}, + [1889] = {.lex_state = 10, .external_lex_state = 3}, + [1890] = {.lex_state = 10, .external_lex_state = 3}, + [1891] = {.lex_state = 10, .external_lex_state = 3}, + [1892] = {.lex_state = 10, .external_lex_state = 3}, + [1893] = {.lex_state = 10, .external_lex_state = 3}, + [1894] = {.lex_state = 10, .external_lex_state = 2}, + [1895] = {.lex_state = 10, .external_lex_state = 3}, + [1896] = {.lex_state = 16, .external_lex_state = 4}, + [1897] = {.lex_state = 10, .external_lex_state = 3}, + [1898] = {.lex_state = 16, .external_lex_state = 4}, + [1899] = {.lex_state = 10, .external_lex_state = 2}, + [1900] = {.lex_state = 10, .external_lex_state = 3}, + [1901] = {.lex_state = 10, .external_lex_state = 3}, + [1902] = {.lex_state = 10, .external_lex_state = 2}, + [1903] = {.lex_state = 10, .external_lex_state = 2}, + [1904] = {.lex_state = 10, .external_lex_state = 2}, + [1905] = {.lex_state = 10, .external_lex_state = 3}, + [1906] = {.lex_state = 10, .external_lex_state = 3}, + [1907] = {.lex_state = 10, .external_lex_state = 2}, + [1908] = {.lex_state = 10, .external_lex_state = 2}, + [1909] = {.lex_state = 10, .external_lex_state = 3}, + [1910] = {.lex_state = 10, .external_lex_state = 3}, + [1911] = {.lex_state = 16, .external_lex_state = 4}, + [1912] = {.lex_state = 10, .external_lex_state = 2}, + [1913] = {.lex_state = 10, .external_lex_state = 2}, + [1914] = {.lex_state = 10, .external_lex_state = 3}, + [1915] = {.lex_state = 10, .external_lex_state = 3}, + [1916] = {.lex_state = 10, .external_lex_state = 3}, + [1917] = {.lex_state = 10, .external_lex_state = 3}, + [1918] = {.lex_state = 10, .external_lex_state = 3}, + [1919] = {.lex_state = 10, .external_lex_state = 3}, + [1920] = {.lex_state = 16, .external_lex_state = 4}, + [1921] = {.lex_state = 10, .external_lex_state = 2}, + [1922] = {.lex_state = 16, .external_lex_state = 4}, + [1923] = {.lex_state = 10, .external_lex_state = 2}, + [1924] = {.lex_state = 16, .external_lex_state = 4}, + [1925] = {.lex_state = 10, .external_lex_state = 2}, + [1926] = {.lex_state = 10, .external_lex_state = 3}, + [1927] = {.lex_state = 10, .external_lex_state = 3}, + [1928] = {.lex_state = 10, .external_lex_state = 2}, + [1929] = {.lex_state = 10, .external_lex_state = 3}, + [1930] = {.lex_state = 10, .external_lex_state = 2}, + [1931] = {.lex_state = 10, .external_lex_state = 2}, + [1932] = {.lex_state = 10, .external_lex_state = 3}, + [1933] = {.lex_state = 10, .external_lex_state = 3}, + [1934] = {.lex_state = 10, .external_lex_state = 3}, + [1935] = {.lex_state = 10, .external_lex_state = 3}, + [1936] = {.lex_state = 10, .external_lex_state = 3}, + [1937] = {.lex_state = 10, .external_lex_state = 3}, + [1938] = {.lex_state = 10, .external_lex_state = 3}, + [1939] = {.lex_state = 10, .external_lex_state = 3}, + [1940] = {.lex_state = 10, .external_lex_state = 2}, + [1941] = {.lex_state = 10, .external_lex_state = 3}, + [1942] = {.lex_state = 10, .external_lex_state = 2}, + [1943] = {.lex_state = 10, .external_lex_state = 3}, + [1944] = {.lex_state = 10, .external_lex_state = 3}, + [1945] = {.lex_state = 10, .external_lex_state = 3}, + [1946] = {.lex_state = 10, .external_lex_state = 2}, + [1947] = {.lex_state = 10, .external_lex_state = 3}, + [1948] = {.lex_state = 10, .external_lex_state = 2}, + [1949] = {.lex_state = 10, .external_lex_state = 3}, + [1950] = {.lex_state = 10, .external_lex_state = 2}, + [1951] = {.lex_state = 10, .external_lex_state = 2}, + [1952] = {.lex_state = 10, .external_lex_state = 2}, + [1953] = {.lex_state = 10, .external_lex_state = 2}, + [1954] = {.lex_state = 10, .external_lex_state = 2}, + [1955] = {.lex_state = 10, .external_lex_state = 2}, + [1956] = {.lex_state = 10, .external_lex_state = 3}, + [1957] = {.lex_state = 10, .external_lex_state = 2}, + [1958] = {.lex_state = 10, .external_lex_state = 3}, + [1959] = {.lex_state = 10, .external_lex_state = 3}, + [1960] = {.lex_state = 10, .external_lex_state = 2}, + [1961] = {.lex_state = 10, .external_lex_state = 2}, + [1962] = {.lex_state = 10, .external_lex_state = 2}, + [1963] = {.lex_state = 10, .external_lex_state = 3}, + [1964] = {.lex_state = 16, .external_lex_state = 4}, + [1965] = {.lex_state = 10, .external_lex_state = 3}, + [1966] = {.lex_state = 10, .external_lex_state = 3}, + [1967] = {.lex_state = 10, .external_lex_state = 2}, + [1968] = {.lex_state = 10, .external_lex_state = 2}, + [1969] = {.lex_state = 10, .external_lex_state = 3}, + [1970] = {.lex_state = 16, .external_lex_state = 4}, + [1971] = {.lex_state = 10, .external_lex_state = 3}, + [1972] = {.lex_state = 10, .external_lex_state = 2}, + [1973] = {.lex_state = 10, .external_lex_state = 2}, + [1974] = {.lex_state = 10, .external_lex_state = 2}, + [1975] = {.lex_state = 10, .external_lex_state = 2}, + [1976] = {.lex_state = 10, .external_lex_state = 3}, + [1977] = {.lex_state = 10, .external_lex_state = 3}, + [1978] = {.lex_state = 10, .external_lex_state = 3}, + [1979] = {.lex_state = 10, .external_lex_state = 3}, + [1980] = {.lex_state = 10, .external_lex_state = 2}, + [1981] = {.lex_state = 10, .external_lex_state = 3}, + [1982] = {.lex_state = 10, .external_lex_state = 2}, + [1983] = {.lex_state = 10, .external_lex_state = 2}, + [1984] = {.lex_state = 10, .external_lex_state = 3}, + [1985] = {.lex_state = 10, .external_lex_state = 2}, + [1986] = {.lex_state = 10, .external_lex_state = 3}, + [1987] = {.lex_state = 10, .external_lex_state = 2}, + [1988] = {.lex_state = 10, .external_lex_state = 2}, + [1989] = {.lex_state = 10, .external_lex_state = 2}, + [1990] = {.lex_state = 10, .external_lex_state = 3}, + [1991] = {.lex_state = 10, .external_lex_state = 3}, + [1992] = {.lex_state = 10, .external_lex_state = 2}, + [1993] = {.lex_state = 10, .external_lex_state = 3}, + [1994] = {.lex_state = 10, .external_lex_state = 3}, + [1995] = {.lex_state = 10, .external_lex_state = 2}, + [1996] = {.lex_state = 10, .external_lex_state = 2}, + [1997] = {.lex_state = 10, .external_lex_state = 3}, + [1998] = {.lex_state = 10, .external_lex_state = 3}, + [1999] = {.lex_state = 10, .external_lex_state = 3}, + [2000] = {.lex_state = 10, .external_lex_state = 2}, + [2001] = {.lex_state = 10, .external_lex_state = 2}, + [2002] = {.lex_state = 10, .external_lex_state = 3}, + [2003] = {.lex_state = 10, .external_lex_state = 3}, + [2004] = {.lex_state = 10, .external_lex_state = 3}, + [2005] = {.lex_state = 10, .external_lex_state = 3}, + [2006] = {.lex_state = 10, .external_lex_state = 2}, + [2007] = {.lex_state = 15, .external_lex_state = 4}, + [2008] = {.lex_state = 10, .external_lex_state = 2}, + [2009] = {.lex_state = 11, .external_lex_state = 3}, + [2010] = {.lex_state = 10, .external_lex_state = 3}, + [2011] = {.lex_state = 10, .external_lex_state = 2}, + [2012] = {.lex_state = 10, .external_lex_state = 2}, + [2013] = {.lex_state = 10, .external_lex_state = 3}, + [2014] = {.lex_state = 10, .external_lex_state = 3}, + [2015] = {.lex_state = 10, .external_lex_state = 3}, + [2016] = {.lex_state = 10, .external_lex_state = 3}, + [2017] = {.lex_state = 10, .external_lex_state = 3}, + [2018] = {.lex_state = 10, .external_lex_state = 3}, + [2019] = {.lex_state = 10, .external_lex_state = 3}, + [2020] = {.lex_state = 10, .external_lex_state = 3}, + [2021] = {.lex_state = 10, .external_lex_state = 2}, + [2022] = {.lex_state = 10, .external_lex_state = 2}, + [2023] = {.lex_state = 10, .external_lex_state = 2}, + [2024] = {.lex_state = 11, .external_lex_state = 2}, + [2025] = {.lex_state = 16, .external_lex_state = 4}, + [2026] = {.lex_state = 16, .external_lex_state = 4}, + [2027] = {.lex_state = 10, .external_lex_state = 2}, + [2028] = {.lex_state = 10, .external_lex_state = 2}, + [2029] = {.lex_state = 10, .external_lex_state = 2}, + [2030] = {.lex_state = 16, .external_lex_state = 4}, + [2031] = {.lex_state = 10, .external_lex_state = 2}, + [2032] = {.lex_state = 10, .external_lex_state = 2}, + [2033] = {.lex_state = 10, .external_lex_state = 2}, + [2034] = {.lex_state = 16, .external_lex_state = 4}, + [2035] = {.lex_state = 10, .external_lex_state = 2}, + [2036] = {.lex_state = 10, .external_lex_state = 2}, + [2037] = {.lex_state = 16, .external_lex_state = 4}, + [2038] = {.lex_state = 10, .external_lex_state = 2}, + [2039] = {.lex_state = 10, .external_lex_state = 2}, + [2040] = {.lex_state = 10, .external_lex_state = 2}, + [2041] = {.lex_state = 16, .external_lex_state = 4}, + [2042] = {.lex_state = 10, .external_lex_state = 2}, + [2043] = {.lex_state = 10, .external_lex_state = 2}, + [2044] = {.lex_state = 10, .external_lex_state = 2}, + [2045] = {.lex_state = 10, .external_lex_state = 2}, + [2046] = {.lex_state = 10, .external_lex_state = 2}, + [2047] = {.lex_state = 10, .external_lex_state = 2}, + [2048] = {.lex_state = 10, .external_lex_state = 2}, + [2049] = {.lex_state = 10, .external_lex_state = 2}, + [2050] = {.lex_state = 10, .external_lex_state = 2}, + [2051] = {.lex_state = 10, .external_lex_state = 3}, + [2052] = {.lex_state = 10, .external_lex_state = 2}, + [2053] = {.lex_state = 10, .external_lex_state = 2}, + [2054] = {.lex_state = 10, .external_lex_state = 2}, + [2055] = {.lex_state = 10, .external_lex_state = 2}, + [2056] = {.lex_state = 10, .external_lex_state = 2}, + [2057] = {.lex_state = 10, .external_lex_state = 2}, + [2058] = {.lex_state = 10, .external_lex_state = 2}, + [2059] = {.lex_state = 10, .external_lex_state = 2}, + [2060] = {.lex_state = 10, .external_lex_state = 2}, + [2061] = {.lex_state = 10, .external_lex_state = 2}, + [2062] = {.lex_state = 10, .external_lex_state = 2}, + [2063] = {.lex_state = 10, .external_lex_state = 2}, + [2064] = {.lex_state = 10, .external_lex_state = 2}, + [2065] = {.lex_state = 10, .external_lex_state = 2}, + [2066] = {.lex_state = 10, .external_lex_state = 3}, + [2067] = {.lex_state = 10, .external_lex_state = 3}, + [2068] = {.lex_state = 16, .external_lex_state = 4}, + [2069] = {.lex_state = 10, .external_lex_state = 2}, + [2070] = {.lex_state = 10, .external_lex_state = 2}, + [2071] = {.lex_state = 10, .external_lex_state = 2}, + [2072] = {.lex_state = 10, .external_lex_state = 2}, + [2073] = {.lex_state = 16}, + [2074] = {.lex_state = 16}, + [2075] = {.lex_state = 10, .external_lex_state = 2}, + [2076] = {.lex_state = 16}, + [2077] = {.lex_state = 10, .external_lex_state = 2}, + [2078] = {.lex_state = 10, .external_lex_state = 2}, + [2079] = {.lex_state = 16}, + [2080] = {.lex_state = 10, .external_lex_state = 2}, + [2081] = {.lex_state = 10, .external_lex_state = 3}, + [2082] = {.lex_state = 10, .external_lex_state = 2}, + [2083] = {.lex_state = 16}, + [2084] = {.lex_state = 16, .external_lex_state = 4}, + [2085] = {.lex_state = 10, .external_lex_state = 2}, + [2086] = {.lex_state = 10, .external_lex_state = 2}, + [2087] = {.lex_state = 104}, + [2088] = {.lex_state = 16, .external_lex_state = 4}, + [2089] = {.lex_state = 10, .external_lex_state = 2}, + [2090] = {.lex_state = 10, .external_lex_state = 3}, + [2091] = {.lex_state = 16, .external_lex_state = 4}, + [2092] = {.lex_state = 16}, + [2093] = {.lex_state = 16}, + [2094] = {.lex_state = 16, .external_lex_state = 4}, + [2095] = {.lex_state = 10, .external_lex_state = 3}, + [2096] = {.lex_state = 10, .external_lex_state = 2}, + [2097] = {.lex_state = 10, .external_lex_state = 2}, + [2098] = {.lex_state = 10, .external_lex_state = 2}, + [2099] = {.lex_state = 10, .external_lex_state = 2}, + [2100] = {.lex_state = 10, .external_lex_state = 2}, + [2101] = {.lex_state = 104}, + [2102] = {.lex_state = 10, .external_lex_state = 2}, + [2103] = {.lex_state = 16, .external_lex_state = 4}, + [2104] = {.lex_state = 10, .external_lex_state = 2}, + [2105] = {.lex_state = 10, .external_lex_state = 2}, + [2106] = {.lex_state = 16, .external_lex_state = 4}, + [2107] = {.lex_state = 16, .external_lex_state = 4}, + [2108] = {.lex_state = 16, .external_lex_state = 4}, + [2109] = {.lex_state = 10, .external_lex_state = 2}, + [2110] = {.lex_state = 16, .external_lex_state = 4}, + [2111] = {.lex_state = 16}, + [2112] = {.lex_state = 16, .external_lex_state = 4}, + [2113] = {.lex_state = 104}, + [2114] = {.lex_state = 11, .external_lex_state = 2}, + [2115] = {.lex_state = 16, .external_lex_state = 4}, + [2116] = {.lex_state = 16, .external_lex_state = 4}, + [2117] = {.lex_state = 16, .external_lex_state = 4}, + [2118] = {.lex_state = 16, .external_lex_state = 4}, + [2119] = {.lex_state = 16, .external_lex_state = 4}, + [2120] = {.lex_state = 10, .external_lex_state = 2}, + [2121] = {.lex_state = 16, .external_lex_state = 4}, + [2122] = {.lex_state = 16, .external_lex_state = 4}, + [2123] = {.lex_state = 16}, + [2124] = {.lex_state = 16, .external_lex_state = 4}, + [2125] = {.lex_state = 16, .external_lex_state = 4}, + [2126] = {.lex_state = 16}, + [2127] = {.lex_state = 16, .external_lex_state = 4}, + [2128] = {.lex_state = 16}, + [2129] = {.lex_state = 10, .external_lex_state = 2}, + [2130] = {.lex_state = 16, .external_lex_state = 4}, + [2131] = {.lex_state = 16, .external_lex_state = 4}, + [2132] = {.lex_state = 16, .external_lex_state = 4}, + [2133] = {.lex_state = 16, .external_lex_state = 4}, + [2134] = {.lex_state = 16, .external_lex_state = 4}, + [2135] = {.lex_state = 16}, + [2136] = {.lex_state = 16}, + [2137] = {.lex_state = 16, .external_lex_state = 4}, + [2138] = {.lex_state = 16, .external_lex_state = 4}, + [2139] = {.lex_state = 16}, + [2140] = {.lex_state = 10, .external_lex_state = 2}, + [2141] = {.lex_state = 16, .external_lex_state = 4}, + [2142] = {.lex_state = 16}, + [2143] = {.lex_state = 16, .external_lex_state = 4}, + [2144] = {.lex_state = 16, .external_lex_state = 4}, + [2145] = {.lex_state = 16, .external_lex_state = 4}, + [2146] = {.lex_state = 16, .external_lex_state = 4}, + [2147] = {.lex_state = 16}, + [2148] = {.lex_state = 16, .external_lex_state = 4}, + [2149] = {.lex_state = 16, .external_lex_state = 4}, + [2150] = {.lex_state = 16, .external_lex_state = 4}, + [2151] = {.lex_state = 16, .external_lex_state = 4}, + [2152] = {.lex_state = 16, .external_lex_state = 4}, + [2153] = {.lex_state = 16}, + [2154] = {.lex_state = 16}, + [2155] = {.lex_state = 16}, + [2156] = {.lex_state = 16, .external_lex_state = 4}, + [2157] = {.lex_state = 16}, + [2158] = {.lex_state = 16, .external_lex_state = 4}, + [2159] = {.lex_state = 10, .external_lex_state = 2}, + [2160] = {.lex_state = 16, .external_lex_state = 4}, + [2161] = {.lex_state = 10, .external_lex_state = 2}, + [2162] = {.lex_state = 10, .external_lex_state = 2}, + [2163] = {.lex_state = 16, .external_lex_state = 4}, + [2164] = {.lex_state = 16}, + [2165] = {.lex_state = 16, .external_lex_state = 4}, + [2166] = {.lex_state = 16, .external_lex_state = 4}, + [2167] = {.lex_state = 16, .external_lex_state = 4}, + [2168] = {.lex_state = 16, .external_lex_state = 4}, + [2169] = {.lex_state = 16, .external_lex_state = 4}, + [2170] = {.lex_state = 16, .external_lex_state = 4}, + [2171] = {.lex_state = 16, .external_lex_state = 4}, + [2172] = {.lex_state = 16}, + [2173] = {.lex_state = 16, .external_lex_state = 4}, + [2174] = {.lex_state = 16, .external_lex_state = 4}, + [2175] = {.lex_state = 16, .external_lex_state = 4}, + [2176] = {.lex_state = 16, .external_lex_state = 4}, + [2177] = {.lex_state = 16, .external_lex_state = 4}, + [2178] = {.lex_state = 16, .external_lex_state = 4}, + [2179] = {.lex_state = 16}, + [2180] = {.lex_state = 16, .external_lex_state = 4}, + [2181] = {.lex_state = 16}, + [2182] = {.lex_state = 16, .external_lex_state = 4}, + [2183] = {.lex_state = 16, .external_lex_state = 4}, + [2184] = {.lex_state = 16, .external_lex_state = 4}, + [2185] = {.lex_state = 16}, + [2186] = {.lex_state = 16, .external_lex_state = 4}, + [2187] = {.lex_state = 16}, + [2188] = {.lex_state = 16}, + [2189] = {.lex_state = 16, .external_lex_state = 4}, + [2190] = {.lex_state = 16, .external_lex_state = 4}, + [2191] = {.lex_state = 16, .external_lex_state = 4}, + [2192] = {.lex_state = 16}, + [2193] = {.lex_state = 16, .external_lex_state = 4}, + [2194] = {.lex_state = 104}, + [2195] = {.lex_state = 16}, + [2196] = {.lex_state = 16, .external_lex_state = 4}, + [2197] = {.lex_state = 16, .external_lex_state = 4}, + [2198] = {.lex_state = 104, .external_lex_state = 4}, + [2199] = {.lex_state = 16}, + [2200] = {.lex_state = 16}, + [2201] = {.lex_state = 16}, + [2202] = {.lex_state = 104, .external_lex_state = 4}, + [2203] = {.lex_state = 104, .external_lex_state = 4}, + [2204] = {.lex_state = 104, .external_lex_state = 4}, + [2205] = {.lex_state = 104, .external_lex_state = 4}, + [2206] = {.lex_state = 16}, + [2207] = {.lex_state = 16}, + [2208] = {.lex_state = 16}, + [2209] = {.lex_state = 16}, + [2210] = {.lex_state = 16}, + [2211] = {.lex_state = 16}, + [2212] = {.lex_state = 16}, + [2213] = {.lex_state = 16}, + [2214] = {.lex_state = 16}, + [2215] = {.lex_state = 16}, + [2216] = {.lex_state = 16}, + [2217] = {.lex_state = 104, .external_lex_state = 4}, + [2218] = {.lex_state = 16}, + [2219] = {.lex_state = 16}, + [2220] = {.lex_state = 16}, + [2221] = {.lex_state = 16}, + [2222] = {.lex_state = 16}, + [2223] = {.lex_state = 16}, + [2224] = {.lex_state = 16}, + [2225] = {.lex_state = 16}, + [2226] = {.lex_state = 16}, + [2227] = {.lex_state = 104}, + [2228] = {.lex_state = 104}, + [2229] = {.lex_state = 16}, + [2230] = {.lex_state = 104}, + [2231] = {.lex_state = 16}, + [2232] = {.lex_state = 104}, + [2233] = {.lex_state = 104}, + [2234] = {.lex_state = 16}, + [2235] = {.lex_state = 16, .external_lex_state = 4}, + [2236] = {.lex_state = 16, .external_lex_state = 4}, + [2237] = {.lex_state = 16, .external_lex_state = 4}, + [2238] = {.lex_state = 16}, + [2239] = {.lex_state = 16, .external_lex_state = 4}, + [2240] = {.lex_state = 16}, + [2241] = {.lex_state = 16, .external_lex_state = 4}, + [2242] = {.lex_state = 16, .external_lex_state = 4}, + [2243] = {.lex_state = 16, .external_lex_state = 4}, + [2244] = {.lex_state = 16, .external_lex_state = 4}, + [2245] = {.lex_state = 16}, + [2246] = {.lex_state = 16, .external_lex_state = 4}, + [2247] = {.lex_state = 16, .external_lex_state = 4}, + [2248] = {.lex_state = 16}, + [2249] = {.lex_state = 16, .external_lex_state = 4}, + [2250] = {.lex_state = 16, .external_lex_state = 4}, + [2251] = {.lex_state = 16, .external_lex_state = 4}, + [2252] = {.lex_state = 16}, + [2253] = {.lex_state = 16, .external_lex_state = 4}, + [2254] = {.lex_state = 16, .external_lex_state = 4}, + [2255] = {.lex_state = 16}, + [2256] = {.lex_state = 16, .external_lex_state = 4}, + [2257] = {.lex_state = 16, .external_lex_state = 4}, + [2258] = {.lex_state = 16, .external_lex_state = 4}, + [2259] = {.lex_state = 16, .external_lex_state = 4}, + [2260] = {.lex_state = 16, .external_lex_state = 4}, + [2261] = {.lex_state = 16, .external_lex_state = 4}, + [2262] = {.lex_state = 16}, + [2263] = {.lex_state = 16}, + [2264] = {.lex_state = 16, .external_lex_state = 4}, + [2265] = {.lex_state = 16}, + [2266] = {.lex_state = 16, .external_lex_state = 4}, + [2267] = {.lex_state = 16, .external_lex_state = 4}, + [2268] = {.lex_state = 16, .external_lex_state = 4}, + [2269] = {.lex_state = 16, .external_lex_state = 4}, + [2270] = {.lex_state = 16}, + [2271] = {.lex_state = 16, .external_lex_state = 4}, + [2272] = {.lex_state = 16}, + [2273] = {.lex_state = 16}, + [2274] = {.lex_state = 16}, + [2275] = {.lex_state = 16}, + [2276] = {.lex_state = 16, .external_lex_state = 4}, + [2277] = {.lex_state = 104}, + [2278] = {.lex_state = 16}, + [2279] = {.lex_state = 16}, + [2280] = {.lex_state = 16}, + [2281] = {.lex_state = 16}, + [2282] = {.lex_state = 16}, + [2283] = {.lex_state = 16}, + [2284] = {.lex_state = 16}, + [2285] = {.lex_state = 16}, + [2286] = {.lex_state = 16}, + [2287] = {.lex_state = 16}, + [2288] = {.lex_state = 16}, + [2289] = {.lex_state = 16}, + [2290] = {.lex_state = 16}, + [2291] = {.lex_state = 16, .external_lex_state = 4}, + [2292] = {.lex_state = 16}, + [2293] = {.lex_state = 16}, + [2294] = {.lex_state = 16}, + [2295] = {.lex_state = 16}, + [2296] = {.lex_state = 104}, + [2297] = {.lex_state = 104}, + [2298] = {.lex_state = 104}, + [2299] = {.lex_state = 16}, + [2300] = {.lex_state = 16}, + [2301] = {.lex_state = 104}, + [2302] = {.lex_state = 104}, + [2303] = {.lex_state = 16}, + [2304] = {.lex_state = 16}, + [2305] = {.lex_state = 16}, + [2306] = {.lex_state = 104}, + [2307] = {.lex_state = 104}, + [2308] = {.lex_state = 104}, + [2309] = {.lex_state = 104}, + [2310] = {.lex_state = 104}, + [2311] = {.lex_state = 104}, + [2312] = {.lex_state = 104}, + [2313] = {.lex_state = 104}, + [2314] = {.lex_state = 16}, + [2315] = {.lex_state = 104}, + [2316] = {.lex_state = 16}, + [2317] = {.lex_state = 16}, + [2318] = {.lex_state = 104}, + [2319] = {.lex_state = 104}, + [2320] = {.lex_state = 104}, + [2321] = {.lex_state = 104}, + [2322] = {.lex_state = 104}, + [2323] = {.lex_state = 104}, + [2324] = {.lex_state = 104}, + [2325] = {.lex_state = 104}, + [2326] = {.lex_state = 104}, + [2327] = {.lex_state = 104}, + [2328] = {.lex_state = 104}, + [2329] = {.lex_state = 104}, + [2330] = {.lex_state = 16}, + [2331] = {.lex_state = 104}, + [2332] = {.lex_state = 104}, + [2333] = {.lex_state = 104}, + [2334] = {.lex_state = 104}, + [2335] = {.lex_state = 104}, + [2336] = {.lex_state = 104}, + [2337] = {.lex_state = 104}, + [2338] = {.lex_state = 104}, + [2339] = {.lex_state = 104}, + [2340] = {.lex_state = 104}, + [2341] = {.lex_state = 104}, + [2342] = {.lex_state = 104}, + [2343] = {.lex_state = 104}, + [2344] = {.lex_state = 104}, + [2345] = {.lex_state = 104}, + [2346] = {.lex_state = 104}, + [2347] = {.lex_state = 104}, + [2348] = {.lex_state = 104}, + [2349] = {.lex_state = 104}, + [2350] = {.lex_state = 104}, + [2351] = {.lex_state = 104}, + [2352] = {.lex_state = 104}, + [2353] = {.lex_state = 104}, + [2354] = {.lex_state = 104}, + [2355] = {.lex_state = 104}, + [2356] = {.lex_state = 104}, + [2357] = {.lex_state = 104}, + [2358] = {.lex_state = 104}, + [2359] = {.lex_state = 104}, + [2360] = {.lex_state = 104}, + [2361] = {.lex_state = 104}, + [2362] = {.lex_state = 104}, + [2363] = {.lex_state = 104}, + [2364] = {.lex_state = 104}, + [2365] = {.lex_state = 104}, + [2366] = {.lex_state = 104}, + [2367] = {.lex_state = 24}, + [2368] = {.lex_state = 24}, + [2369] = {.lex_state = 24}, + [2370] = {.lex_state = 24}, + [2371] = {.lex_state = 24}, + [2372] = {.lex_state = 24}, + [2373] = {.lex_state = 24}, + [2374] = {.lex_state = 24}, + [2375] = {.lex_state = 24}, + [2376] = {.lex_state = 24}, + [2377] = {.lex_state = 24}, + [2378] = {.lex_state = 24}, + [2379] = {.lex_state = 24}, + [2380] = {.lex_state = 24}, + [2381] = {.lex_state = 24}, + [2382] = {.lex_state = 24}, + [2383] = {.lex_state = 24}, + [2384] = {.lex_state = 24}, + [2385] = {.lex_state = 24}, + [2386] = {.lex_state = 24}, + [2387] = {.lex_state = 24}, + [2388] = {.lex_state = 24}, + [2389] = {.lex_state = 24}, + [2390] = {.lex_state = 24}, + [2391] = {.lex_state = 24}, + [2392] = {.lex_state = 24}, + [2393] = {.lex_state = 24}, + [2394] = {.lex_state = 24}, + [2395] = {.lex_state = 24}, + [2396] = {.lex_state = 24}, + [2397] = {.lex_state = 24}, + [2398] = {.lex_state = 24}, + [2399] = {.lex_state = 24}, + [2400] = {.lex_state = 24}, + [2401] = {.lex_state = 24}, + [2402] = {.lex_state = 24}, + [2403] = {.lex_state = 24}, + [2404] = {.lex_state = 15}, + [2405] = {.lex_state = 25}, + [2406] = {.lex_state = 15}, + [2407] = {.lex_state = 25}, + [2408] = {.lex_state = 19}, + [2409] = {.lex_state = 15}, + [2410] = {.lex_state = 24, .external_lex_state = 4}, + [2411] = {.lex_state = 15}, + [2412] = {.lex_state = 19}, + [2413] = {.lex_state = 24, .external_lex_state = 4}, + [2414] = {.lex_state = 15}, + [2415] = {.lex_state = 19}, + [2416] = {.lex_state = 19}, + [2417] = {.lex_state = 24, .external_lex_state = 4}, + [2418] = {.lex_state = 104}, + [2419] = {.lex_state = 15, .external_lex_state = 4}, + [2420] = {.lex_state = 15, .external_lex_state = 4}, + [2421] = {.lex_state = 104}, + [2422] = {.lex_state = 104}, + [2423] = {.lex_state = 104}, + [2424] = {.lex_state = 24, .external_lex_state = 4}, + [2425] = {.lex_state = 104}, + [2426] = {.lex_state = 24, .external_lex_state = 4}, + [2427] = {.lex_state = 104}, + [2428] = {.lex_state = 7}, + [2429] = {.lex_state = 104}, + [2430] = {.lex_state = 24, .external_lex_state = 5}, + [2431] = {.lex_state = 24, .external_lex_state = 5}, + [2432] = {.lex_state = 7}, + [2433] = {.lex_state = 24, .external_lex_state = 5}, + [2434] = {.lex_state = 104}, + [2435] = {.lex_state = 24, .external_lex_state = 4}, + [2436] = {.lex_state = 104}, + [2437] = {.lex_state = 104}, + [2438] = {.lex_state = 24, .external_lex_state = 4}, + [2439] = {.lex_state = 24, .external_lex_state = 4}, + [2440] = {.lex_state = 104}, + [2441] = {.lex_state = 104}, + [2442] = {.lex_state = 104}, + [2443] = {.lex_state = 104}, + [2444] = {.lex_state = 104}, + [2445] = {.lex_state = 104}, + [2446] = {.lex_state = 104}, + [2447] = {.lex_state = 104}, + [2448] = {.lex_state = 24, .external_lex_state = 4}, + [2449] = {.lex_state = 104}, + [2450] = {.lex_state = 24, .external_lex_state = 4}, + [2451] = {.lex_state = 104}, + [2452] = {.lex_state = 104}, + [2453] = {.lex_state = 104}, + [2454] = {.lex_state = 104}, + [2455] = {.lex_state = 24, .external_lex_state = 4}, + [2456] = {.lex_state = 104}, + [2457] = {.lex_state = 104}, + [2458] = {.lex_state = 24, .external_lex_state = 4}, + [2459] = {.lex_state = 104}, + [2460] = {.lex_state = 7}, + [2461] = {.lex_state = 24, .external_lex_state = 4}, + [2462] = {.lex_state = 104}, + [2463] = {.lex_state = 104}, + [2464] = {.lex_state = 24, .external_lex_state = 4}, + [2465] = {.lex_state = 104}, + [2466] = {.lex_state = 104}, + [2467] = {.lex_state = 24, .external_lex_state = 4}, + [2468] = {.lex_state = 104}, + [2469] = {.lex_state = 24, .external_lex_state = 4}, + [2470] = {.lex_state = 15, .external_lex_state = 4}, + [2471] = {.lex_state = 24, .external_lex_state = 4}, + [2472] = {.lex_state = 7}, + [2473] = {.lex_state = 104}, + [2474] = {.lex_state = 104}, + [2475] = {.lex_state = 104}, + [2476] = {.lex_state = 104}, + [2477] = {.lex_state = 104}, + [2478] = {.lex_state = 104}, + [2479] = {.lex_state = 104}, + [2480] = {.lex_state = 104}, + [2481] = {.lex_state = 104}, + [2482] = {.lex_state = 104}, + [2483] = {.lex_state = 104}, + [2484] = {.lex_state = 24, .external_lex_state = 4}, + [2485] = {.lex_state = 24, .external_lex_state = 4}, + [2486] = {.lex_state = 104}, + [2487] = {.lex_state = 24, .external_lex_state = 4}, + [2488] = {.lex_state = 104}, + [2489] = {.lex_state = 7}, + [2490] = {.lex_state = 104}, + [2491] = {.lex_state = 24, .external_lex_state = 4}, + [2492] = {.lex_state = 104}, + [2493] = {.lex_state = 104}, + [2494] = {.lex_state = 24, .external_lex_state = 4}, + [2495] = {.lex_state = 24, .external_lex_state = 4}, + [2496] = {.lex_state = 104}, + [2497] = {.lex_state = 104}, + [2498] = {.lex_state = 24, .external_lex_state = 4}, + [2499] = {.lex_state = 7}, + [2500] = {.lex_state = 24, .external_lex_state = 4}, + [2501] = {.lex_state = 104}, + [2502] = {.lex_state = 104}, + [2503] = {.lex_state = 104}, + [2504] = {.lex_state = 104}, + [2505] = {.lex_state = 7}, + [2506] = {.lex_state = 104}, + [2507] = {.lex_state = 104}, + [2508] = {.lex_state = 104}, + [2509] = {.lex_state = 24, .external_lex_state = 4}, + [2510] = {.lex_state = 24, .external_lex_state = 4}, + [2511] = {.lex_state = 24, .external_lex_state = 4}, + [2512] = {.lex_state = 24, .external_lex_state = 4}, + [2513] = {.lex_state = 24, .external_lex_state = 4}, + [2514] = {.lex_state = 24, .external_lex_state = 4}, + [2515] = {.lex_state = 104}, + [2516] = {.lex_state = 104}, + [2517] = {.lex_state = 104}, + [2518] = {.lex_state = 7}, + [2519] = {.lex_state = 104}, + [2520] = {.lex_state = 104}, + [2521] = {.lex_state = 24, .external_lex_state = 4}, + [2522] = {.lex_state = 24, .external_lex_state = 4}, + [2523] = {.lex_state = 24, .external_lex_state = 4}, + [2524] = {.lex_state = 24, .external_lex_state = 4}, + [2525] = {.lex_state = 24, .external_lex_state = 4}, + [2526] = {.lex_state = 24, .external_lex_state = 4}, + [2527] = {.lex_state = 25}, + [2528] = {.lex_state = 104}, + [2529] = {.lex_state = 104}, + [2530] = {.lex_state = 16, .external_lex_state = 4}, + [2531] = {.lex_state = 104}, + [2532] = {.lex_state = 104}, + [2533] = {.lex_state = 15, .external_lex_state = 4}, + [2534] = {.lex_state = 104}, + [2535] = {.lex_state = 104}, + [2536] = {.lex_state = 16, .external_lex_state = 4}, + [2537] = {.lex_state = 104}, + [2538] = {.lex_state = 104}, + [2539] = {.lex_state = 16, .external_lex_state = 4}, + [2540] = {.lex_state = 104}, + [2541] = {.lex_state = 16, .external_lex_state = 4}, + [2542] = {.lex_state = 16, .external_lex_state = 4}, + [2543] = {.lex_state = 16, .external_lex_state = 4}, + [2544] = {.lex_state = 16, .external_lex_state = 4}, + [2545] = {.lex_state = 104}, + [2546] = {.lex_state = 104}, + [2547] = {.lex_state = 104}, + [2548] = {.lex_state = 104}, + [2549] = {.lex_state = 104}, + [2550] = {.lex_state = 104}, + [2551] = {.lex_state = 104}, + [2552] = {.lex_state = 104}, + [2553] = {.lex_state = 24, .external_lex_state = 5}, + [2554] = {.lex_state = 16, .external_lex_state = 4}, + [2555] = {.lex_state = 16, .external_lex_state = 4}, + [2556] = {.lex_state = 16, .external_lex_state = 4}, + [2557] = {.lex_state = 24, .external_lex_state = 5}, + [2558] = {.lex_state = 24, .external_lex_state = 5}, + [2559] = {.lex_state = 24, .external_lex_state = 5}, + [2560] = {.lex_state = 24, .external_lex_state = 5}, + [2561] = {.lex_state = 24, .external_lex_state = 5}, + [2562] = {.lex_state = 24, .external_lex_state = 5}, + [2563] = {.lex_state = 24, .external_lex_state = 5}, + [2564] = {.lex_state = 24, .external_lex_state = 5}, + [2565] = {.lex_state = 24, .external_lex_state = 5}, + [2566] = {.lex_state = 24, .external_lex_state = 5}, + [2567] = {.lex_state = 24, .external_lex_state = 5}, + [2568] = {.lex_state = 24, .external_lex_state = 5}, [2569] = {.lex_state = 15, .external_lex_state = 5}, - [2570] = {.lex_state = 12, .external_lex_state = 4}, - [2571] = {.lex_state = 94, .external_lex_state = 4}, - [2572] = {.lex_state = 94, .external_lex_state = 4}, - [2573] = {.lex_state = 94, .external_lex_state = 4}, - [2574] = {.lex_state = 15, .external_lex_state = 5}, - [2575] = {.lex_state = 12, .external_lex_state = 4}, - [2576] = {.lex_state = 20}, - [2577] = {.lex_state = 15, .external_lex_state = 5}, - [2578] = {.lex_state = 12, .external_lex_state = 4}, - [2579] = {.lex_state = 15, .external_lex_state = 5}, - [2580] = {.lex_state = 15, .external_lex_state = 5}, - [2581] = {.lex_state = 12, .external_lex_state = 4}, - [2582] = {.lex_state = 15, .external_lex_state = 5}, - [2583] = {.lex_state = 12, .external_lex_state = 4}, - [2584] = {.lex_state = 12, .external_lex_state = 4}, - [2585] = {.lex_state = 15, .external_lex_state = 5}, - [2586] = {.lex_state = 15, .external_lex_state = 5}, - [2587] = {.lex_state = 12, .external_lex_state = 4}, - [2588] = {.lex_state = 15, .external_lex_state = 5}, - [2589] = {.lex_state = 15, .external_lex_state = 5}, - [2590] = {.lex_state = 12, .external_lex_state = 4}, - [2591] = {.lex_state = 20}, - [2592] = {.lex_state = 15, .external_lex_state = 5}, - [2593] = {.lex_state = 12}, - [2594] = {.lex_state = 15, .external_lex_state = 5}, - [2595] = {.lex_state = 15, .external_lex_state = 5}, - [2596] = {.lex_state = 12, .external_lex_state = 4}, - [2597] = {.lex_state = 12, .external_lex_state = 4}, - [2598] = {.lex_state = 12}, - [2599] = {.lex_state = 12, .external_lex_state = 4}, - [2600] = {.lex_state = 12, .external_lex_state = 4}, - [2601] = {.lex_state = 15, .external_lex_state = 5}, - [2602] = {.lex_state = 12, .external_lex_state = 4}, - [2603] = {.lex_state = 12}, - [2604] = {.lex_state = 20}, - [2605] = {.lex_state = 15, .external_lex_state = 5}, - [2606] = {.lex_state = 15, .external_lex_state = 5}, - [2607] = {.lex_state = 15, .external_lex_state = 5}, - [2608] = {.lex_state = 15, .external_lex_state = 5}, - [2609] = {.lex_state = 15, .external_lex_state = 5}, - [2610] = {.lex_state = 12, .external_lex_state = 4}, - [2611] = {.lex_state = 12, .external_lex_state = 4}, - [2612] = {.lex_state = 94, .external_lex_state = 4}, - [2613] = {.lex_state = 94, .external_lex_state = 4}, - [2614] = {.lex_state = 12, .external_lex_state = 4}, - [2615] = {.lex_state = 11, .external_lex_state = 5}, - [2616] = {.lex_state = 94, .external_lex_state = 4}, - [2617] = {.lex_state = 94, .external_lex_state = 4}, - [2618] = {.lex_state = 15, .external_lex_state = 5}, - [2619] = {.lex_state = 94, .external_lex_state = 4}, - [2620] = {.lex_state = 94, .external_lex_state = 4}, - [2621] = {.lex_state = 94, .external_lex_state = 4}, - [2622] = {.lex_state = 15, .external_lex_state = 5}, + [2570] = {.lex_state = 24, .external_lex_state = 5}, + [2571] = {.lex_state = 24, .external_lex_state = 5}, + [2572] = {.lex_state = 24, .external_lex_state = 5}, + [2573] = {.lex_state = 24, .external_lex_state = 5}, + [2574] = {.lex_state = 24, .external_lex_state = 5}, + [2575] = {.lex_state = 19, .external_lex_state = 4}, + [2576] = {.lex_state = 24, .external_lex_state = 5}, + [2577] = {.lex_state = 24, .external_lex_state = 5}, + [2578] = {.lex_state = 15, .external_lex_state = 4}, + [2579] = {.lex_state = 24, .external_lex_state = 5}, + [2580] = {.lex_state = 15, .external_lex_state = 4}, + [2581] = {.lex_state = 24, .external_lex_state = 5}, + [2582] = {.lex_state = 24, .external_lex_state = 5}, + [2583] = {.lex_state = 24, .external_lex_state = 5}, + [2584] = {.lex_state = 24, .external_lex_state = 5}, + [2585] = {.lex_state = 24, .external_lex_state = 5}, + [2586] = {.lex_state = 24, .external_lex_state = 5}, + [2587] = {.lex_state = 24, .external_lex_state = 5}, + [2588] = {.lex_state = 24, .external_lex_state = 5}, + [2589] = {.lex_state = 24, .external_lex_state = 5}, + [2590] = {.lex_state = 19, .external_lex_state = 4}, + [2591] = {.lex_state = 24, .external_lex_state = 5}, + [2592] = {.lex_state = 24, .external_lex_state = 5}, + [2593] = {.lex_state = 24, .external_lex_state = 5}, + [2594] = {.lex_state = 19, .external_lex_state = 4}, + [2595] = {.lex_state = 24, .external_lex_state = 5}, + [2596] = {.lex_state = 15, .external_lex_state = 4}, + [2597] = {.lex_state = 16, .external_lex_state = 4}, + [2598] = {.lex_state = 16, .external_lex_state = 4}, + [2599] = {.lex_state = 16, .external_lex_state = 4}, + [2600] = {.lex_state = 16, .external_lex_state = 4}, + [2601] = {.lex_state = 25}, + [2602] = {.lex_state = 19, .external_lex_state = 4}, + [2603] = {.lex_state = 16, .external_lex_state = 4}, + [2604] = {.lex_state = 19, .external_lex_state = 4}, + [2605] = {.lex_state = 19, .external_lex_state = 4}, + [2606] = {.lex_state = 19, .external_lex_state = 4}, + [2607] = {.lex_state = 16, .external_lex_state = 4}, + [2608] = {.lex_state = 16, .external_lex_state = 4}, + [2609] = {.lex_state = 25}, + [2610] = {.lex_state = 16, .external_lex_state = 4}, + [2611] = {.lex_state = 104, .external_lex_state = 4}, + [2612] = {.lex_state = 16, .external_lex_state = 4}, + [2613] = {.lex_state = 16}, + [2614] = {.lex_state = 32}, + [2615] = {.lex_state = 16, .external_lex_state = 4}, + [2616] = {.lex_state = 16, .external_lex_state = 4}, + [2617] = {.lex_state = 25}, + [2618] = {.lex_state = 16, .external_lex_state = 4}, + [2619] = {.lex_state = 16}, + [2620] = {.lex_state = 16}, + [2621] = {.lex_state = 16, .external_lex_state = 4}, + [2622] = {.lex_state = 32}, [2623] = {.lex_state = 15, .external_lex_state = 5}, - [2624] = {.lex_state = 11, .external_lex_state = 5}, - [2625] = {.lex_state = 94, .external_lex_state = 4}, - [2626] = {.lex_state = 15, .external_lex_state = 5}, - [2627] = {.lex_state = 15, .external_lex_state = 5}, - [2628] = {.lex_state = 94, .external_lex_state = 4}, - [2629] = {.lex_state = 15, .external_lex_state = 5}, - [2630] = {.lex_state = 94, .external_lex_state = 4}, - [2631] = {.lex_state = 94, .external_lex_state = 4}, - [2632] = {.lex_state = 94, .external_lex_state = 4}, - [2633] = {.lex_state = 94, .external_lex_state = 4}, - [2634] = {.lex_state = 94, .external_lex_state = 4}, - [2635] = {.lex_state = 94, .external_lex_state = 4}, - [2636] = {.lex_state = 94, .external_lex_state = 4}, - [2637] = {.lex_state = 94, .external_lex_state = 4}, - [2638] = {.lex_state = 94, .external_lex_state = 4}, - [2639] = {.lex_state = 94, .external_lex_state = 4}, - [2640] = {.lex_state = 94, .external_lex_state = 4}, - [2641] = {.lex_state = 94, .external_lex_state = 4}, - [2642] = {.lex_state = 94, .external_lex_state = 4}, - [2643] = {.lex_state = 94, .external_lex_state = 4}, - [2644] = {.lex_state = 94, .external_lex_state = 4}, - [2645] = {.lex_state = 94, .external_lex_state = 4}, - [2646] = {.lex_state = 15, .external_lex_state = 5}, - [2647] = {.lex_state = 94, .external_lex_state = 4}, - [2648] = {.lex_state = 94, .external_lex_state = 4}, - [2649] = {.lex_state = 94, .external_lex_state = 4}, - [2650] = {.lex_state = 94, .external_lex_state = 4}, - [2651] = {.lex_state = 94, .external_lex_state = 4}, - [2652] = {.lex_state = 94, .external_lex_state = 4}, - [2653] = {.lex_state = 94, .external_lex_state = 4}, - [2654] = {.lex_state = 94, .external_lex_state = 4}, - [2655] = {.lex_state = 94, .external_lex_state = 4}, - [2656] = {.lex_state = 94, .external_lex_state = 4}, - [2657] = {.lex_state = 94, .external_lex_state = 4}, - [2658] = {.lex_state = 94, .external_lex_state = 4}, - [2659] = {.lex_state = 94, .external_lex_state = 4}, - [2660] = {.lex_state = 94, .external_lex_state = 4}, - [2661] = {.lex_state = 94, .external_lex_state = 4}, - [2662] = {.lex_state = 94, .external_lex_state = 4}, - [2663] = {.lex_state = 94, .external_lex_state = 4}, - [2664] = {.lex_state = 12, .external_lex_state = 4}, - [2665] = {.lex_state = 94, .external_lex_state = 4}, - [2666] = {.lex_state = 94, .external_lex_state = 4}, - [2667] = {.lex_state = 94, .external_lex_state = 4}, - [2668] = {.lex_state = 94, .external_lex_state = 5}, - [2669] = {.lex_state = 29}, - [2670] = {.lex_state = 11}, - [2671] = {.lex_state = 11}, - [2672] = {.lex_state = 29}, - [2673] = {.lex_state = 15}, - [2674] = {.lex_state = 94}, - [2675] = {.lex_state = 20}, - [2676] = {.lex_state = 15}, - [2677] = {.lex_state = 94, .external_lex_state = 4}, - [2678] = {.lex_state = 94}, - [2679] = {.lex_state = 94, .external_lex_state = 4}, - [2680] = {.lex_state = 20}, - [2681] = {.lex_state = 11}, - [2682] = {.lex_state = 11}, - [2683] = {.lex_state = 11}, - [2684] = {.lex_state = 29}, - [2685] = {.lex_state = 29}, - [2686] = {.lex_state = 11}, - [2687] = {.lex_state = 94, .external_lex_state = 4}, - [2688] = {.lex_state = 15}, - [2689] = {.lex_state = 20}, - [2690] = {.lex_state = 94, .external_lex_state = 4}, - [2691] = {.lex_state = 94}, - [2692] = {.lex_state = 94, .external_lex_state = 5}, - [2693] = {.lex_state = 12}, - [2694] = {.lex_state = 12, .external_lex_state = 4}, - [2695] = {.lex_state = 11}, - [2696] = {.lex_state = 29}, - [2697] = {.lex_state = 11}, - [2698] = {.lex_state = 11}, - [2699] = {.lex_state = 11}, - [2700] = {.lex_state = 29}, - [2701] = {.lex_state = 94, .external_lex_state = 4}, - [2702] = {.lex_state = 20}, - [2703] = {.lex_state = 11}, - [2704] = {.lex_state = 29}, - [2705] = {.lex_state = 11}, - [2706] = {.lex_state = 29}, - [2707] = {.lex_state = 94, .external_lex_state = 5}, - [2708] = {.lex_state = 11}, - [2709] = {.lex_state = 11}, - [2710] = {.lex_state = 94}, - [2711] = {.lex_state = 94, .external_lex_state = 4}, - [2712] = {.lex_state = 94, .external_lex_state = 5}, - [2713] = {.lex_state = 94, .external_lex_state = 5}, - [2714] = {.lex_state = 11}, - [2715] = {.lex_state = 94}, - [2716] = {.lex_state = 94, .external_lex_state = 4}, - [2717] = {.lex_state = 29}, - [2718] = {.lex_state = 94, .external_lex_state = 5}, - [2719] = {.lex_state = 94, .external_lex_state = 5}, - [2720] = {.lex_state = 94, .external_lex_state = 5}, - [2721] = {.lex_state = 29}, - [2722] = {.lex_state = 12}, - [2723] = {.lex_state = 29}, - [2724] = {.lex_state = 11}, - [2725] = {.lex_state = 94}, - [2726] = {.lex_state = 11}, - [2727] = {.lex_state = 29}, - [2728] = {.lex_state = 94}, - [2729] = {.lex_state = 20}, - [2730] = {.lex_state = 11}, - [2731] = {.lex_state = 12}, - [2732] = {.lex_state = 29}, - [2733] = {.lex_state = 94}, - [2734] = {.lex_state = 94, .external_lex_state = 5}, - [2735] = {.lex_state = 20}, - [2736] = {.lex_state = 20}, - [2737] = {.lex_state = 20}, - [2738] = {.lex_state = 94, .external_lex_state = 4}, - [2739] = {.lex_state = 94, .external_lex_state = 5}, - [2740] = {.lex_state = 94, .external_lex_state = 5}, - [2741] = {.lex_state = 94, .external_lex_state = 5}, - [2742] = {.lex_state = 94, .external_lex_state = 5}, - [2743] = {.lex_state = 94, .external_lex_state = 5}, - [2744] = {.lex_state = 11}, - [2745] = {.lex_state = 94, .external_lex_state = 5}, - [2746] = {.lex_state = 94, .external_lex_state = 5}, - [2747] = {.lex_state = 94, .external_lex_state = 5}, - [2748] = {.lex_state = 94, .external_lex_state = 5}, - [2749] = {.lex_state = 11}, - [2750] = {.lex_state = 94, .external_lex_state = 5}, - [2751] = {.lex_state = 11}, - [2752] = {.lex_state = 29}, - [2753] = {.lex_state = 20}, - [2754] = {.lex_state = 94, .external_lex_state = 5}, - [2755] = {.lex_state = 20}, - [2756] = {.lex_state = 94, .external_lex_state = 5}, - [2757] = {.lex_state = 11}, - [2758] = {.lex_state = 94}, - [2759] = {.lex_state = 94, .external_lex_state = 5}, - [2760] = {.lex_state = 94, .external_lex_state = 5}, - [2761] = {.lex_state = 12}, - [2762] = {.lex_state = 12}, - [2763] = {.lex_state = 12}, - [2764] = {.lex_state = 94, .external_lex_state = 5}, - [2765] = {.lex_state = 94, .external_lex_state = 5}, - [2766] = {.lex_state = 94}, - [2767] = {.lex_state = 94, .external_lex_state = 5}, - [2768] = {.lex_state = 94, .external_lex_state = 4}, - [2769] = {.lex_state = 94, .external_lex_state = 5}, - [2770] = {.lex_state = 94, .external_lex_state = 5}, - [2771] = {.lex_state = 94, .external_lex_state = 5}, - [2772] = {.lex_state = 94, .external_lex_state = 5}, - [2773] = {.lex_state = 94, .external_lex_state = 5}, - [2774] = {.lex_state = 11}, - [2775] = {.lex_state = 94, .external_lex_state = 5}, - [2776] = {.lex_state = 94, .external_lex_state = 5}, - [2777] = {.lex_state = 11}, - [2778] = {.lex_state = 11}, - [2779] = {.lex_state = 94, .external_lex_state = 5}, - [2780] = {.lex_state = 20}, - [2781] = {.lex_state = 20}, - [2782] = {.lex_state = 94}, - [2783] = {.lex_state = 94, .external_lex_state = 5}, - [2784] = {.lex_state = 12}, - [2785] = {.lex_state = 20}, - [2786] = {.lex_state = 20}, - [2787] = {.lex_state = 94, .external_lex_state = 5}, - [2788] = {.lex_state = 20}, - [2789] = {.lex_state = 20}, - [2790] = {.lex_state = 94, .external_lex_state = 4}, - [2791] = {.lex_state = 20}, - [2792] = {.lex_state = 11}, - [2793] = {.lex_state = 11}, - [2794] = {.lex_state = 94, .external_lex_state = 5}, - [2795] = {.lex_state = 94, .external_lex_state = 5}, - [2796] = {.lex_state = 20}, - [2797] = {.lex_state = 94}, - [2798] = {.lex_state = 94, .external_lex_state = 5}, - [2799] = {.lex_state = 94, .external_lex_state = 5}, - [2800] = {.lex_state = 94, .external_lex_state = 5}, - [2801] = {.lex_state = 94, .external_lex_state = 5}, - [2802] = {.lex_state = 94, .external_lex_state = 5}, - [2803] = {.lex_state = 94}, - [2804] = {.lex_state = 20}, - [2805] = {.lex_state = 20}, - [2806] = {.lex_state = 11}, - [2807] = {.lex_state = 94, .external_lex_state = 4}, - [2808] = {.lex_state = 20}, - [2809] = {.lex_state = 29}, - [2810] = {.lex_state = 29}, - [2811] = {.lex_state = 20}, - [2812] = {.lex_state = 12}, - [2813] = {.lex_state = 94, .external_lex_state = 5}, - [2814] = {.lex_state = 94, .external_lex_state = 5}, - [2815] = {.lex_state = 94, .external_lex_state = 5}, - [2816] = {.lex_state = 20}, - [2817] = {.lex_state = 94, .external_lex_state = 5}, - [2818] = {.lex_state = 11}, - [2819] = {.lex_state = 20}, - [2820] = {.lex_state = 20}, - [2821] = {.lex_state = 20}, - [2822] = {.lex_state = 20}, - [2823] = {.lex_state = 20}, - [2824] = {.lex_state = 11}, - [2825] = {.lex_state = 94, .external_lex_state = 5}, - [2826] = {.lex_state = 94, .external_lex_state = 4}, - [2827] = {.lex_state = 20}, - [2828] = {.lex_state = 94, .external_lex_state = 5}, - [2829] = {.lex_state = 94, .external_lex_state = 5}, - [2830] = {.lex_state = 94, .external_lex_state = 5}, - [2831] = {.lex_state = 11}, - [2832] = {.lex_state = 20}, - [2833] = {.lex_state = 29}, - [2834] = {.lex_state = 20}, - [2835] = {.lex_state = 20}, - [2836] = {.lex_state = 20}, - [2837] = {.lex_state = 11}, - [2838] = {.lex_state = 94, .external_lex_state = 5}, - [2839] = {.lex_state = 15}, - [2840] = {.lex_state = 94}, - [2841] = {.lex_state = 18, .external_lex_state = 6}, - [2842] = {.lex_state = 18, .external_lex_state = 6}, - [2843] = {.lex_state = 94}, - [2844] = {.lex_state = 94}, - [2845] = {.lex_state = 18, .external_lex_state = 6}, - [2846] = {.lex_state = 94, .external_lex_state = 4}, - [2847] = {.lex_state = 94, .external_lex_state = 4}, - [2848] = {.lex_state = 20}, - [2849] = {.lex_state = 18, .external_lex_state = 6}, - [2850] = {.lex_state = 94, .external_lex_state = 4}, - [2851] = {.lex_state = 94, .external_lex_state = 5}, - [2852] = {.lex_state = 18, .external_lex_state = 6}, - [2853] = {.lex_state = 18, .external_lex_state = 6}, - [2854] = {.lex_state = 15}, - [2855] = {.lex_state = 18, .external_lex_state = 6}, - [2856] = {.lex_state = 15}, - [2857] = {.lex_state = 94, .external_lex_state = 4}, - [2858] = {.lex_state = 94}, - [2859] = {.lex_state = 94}, - [2860] = {.lex_state = 18, .external_lex_state = 6}, - [2861] = {.lex_state = 94, .external_lex_state = 4}, - [2862] = {.lex_state = 12}, - [2863] = {.lex_state = 94, .external_lex_state = 4}, - [2864] = {.lex_state = 94, .external_lex_state = 4}, - [2865] = {.lex_state = 94}, - [2866] = {.lex_state = 94, .external_lex_state = 4}, - [2867] = {.lex_state = 94, .external_lex_state = 4}, - [2868] = {.lex_state = 94, .external_lex_state = 4}, - [2869] = {.lex_state = 94, .external_lex_state = 4}, - [2870] = {.lex_state = 94}, - [2871] = {.lex_state = 12}, - [2872] = {.lex_state = 12}, - [2873] = {.lex_state = 94}, - [2874] = {.lex_state = 0, .external_lex_state = 4}, - [2875] = {.lex_state = 0, .external_lex_state = 4}, - [2876] = {.lex_state = 94, .external_lex_state = 4}, - [2877] = {.lex_state = 94}, - [2878] = {.lex_state = 94}, - [2879] = {.lex_state = 0, .external_lex_state = 4}, - [2880] = {.lex_state = 20}, - [2881] = {.lex_state = 94}, - [2882] = {.lex_state = 12}, - [2883] = {.lex_state = 94}, - [2884] = {.lex_state = 20}, - [2885] = {.lex_state = 20}, - [2886] = {.lex_state = 94, .external_lex_state = 4}, - [2887] = {.lex_state = 94}, - [2888] = {.lex_state = 94}, - [2889] = {.lex_state = 94}, - [2890] = {.lex_state = 94}, - [2891] = {.lex_state = 94}, - [2892] = {.lex_state = 94, .external_lex_state = 4}, - [2893] = {.lex_state = 94, .external_lex_state = 4}, - [2894] = {.lex_state = 12}, - [2895] = {.lex_state = 94, .external_lex_state = 4}, - [2896] = {.lex_state = 12}, - [2897] = {.lex_state = 94, .external_lex_state = 4}, - [2898] = {.lex_state = 12}, - [2899] = {.lex_state = 94}, - [2900] = {.lex_state = 94}, - [2901] = {.lex_state = 0, .external_lex_state = 4}, - [2902] = {.lex_state = 94, .external_lex_state = 4}, - [2903] = {.lex_state = 94, .external_lex_state = 4}, - [2904] = {.lex_state = 94}, - [2905] = {.lex_state = 94}, - [2906] = {.lex_state = 12}, - [2907] = {.lex_state = 94}, - [2908] = {.lex_state = 94}, - [2909] = {.lex_state = 94, .external_lex_state = 4}, - [2910] = {.lex_state = 12}, - [2911] = {.lex_state = 94, .external_lex_state = 4}, - [2912] = {.lex_state = 94, .external_lex_state = 4}, - [2913] = {.lex_state = 94}, - [2914] = {.lex_state = 94, .external_lex_state = 4}, - [2915] = {.lex_state = 94, .external_lex_state = 4}, - [2916] = {.lex_state = 94, .external_lex_state = 4}, - [2917] = {.lex_state = 94, .external_lex_state = 4}, - [2918] = {.lex_state = 0, .external_lex_state = 4}, - [2919] = {.lex_state = 94}, - [2920] = {.lex_state = 94, .external_lex_state = 4}, - [2921] = {.lex_state = 0, .external_lex_state = 4}, - [2922] = {.lex_state = 94, .external_lex_state = 4}, - [2923] = {.lex_state = 94, .external_lex_state = 4}, - [2924] = {.lex_state = 94, .external_lex_state = 4}, - [2925] = {.lex_state = 94, .external_lex_state = 4}, - [2926] = {.lex_state = 12}, - [2927] = {.lex_state = 94}, - [2928] = {.lex_state = 12}, - [2929] = {.lex_state = 94, .external_lex_state = 4}, - [2930] = {.lex_state = 94}, - [2931] = {.lex_state = 94}, - [2932] = {.lex_state = 94}, - [2933] = {.lex_state = 94, .external_lex_state = 4}, - [2934] = {.lex_state = 94, .external_lex_state = 4}, - [2935] = {.lex_state = 94, .external_lex_state = 4}, - [2936] = {.lex_state = 12}, - [2937] = {.lex_state = 0, .external_lex_state = 4}, - [2938] = {.lex_state = 94, .external_lex_state = 4}, - [2939] = {.lex_state = 94, .external_lex_state = 4}, - [2940] = {.lex_state = 94, .external_lex_state = 4}, - [2941] = {.lex_state = 94}, - [2942] = {.lex_state = 94}, - [2943] = {.lex_state = 94}, - [2944] = {.lex_state = 94}, - [2945] = {.lex_state = 0, .external_lex_state = 4}, - [2946] = {.lex_state = 94}, - [2947] = {.lex_state = 12}, - [2948] = {.lex_state = 0, .external_lex_state = 4}, - [2949] = {.lex_state = 94}, - [2950] = {.lex_state = 94, .external_lex_state = 4}, - [2951] = {.lex_state = 12}, - [2952] = {.lex_state = 94}, - [2953] = {.lex_state = 94}, - [2954] = {.lex_state = 94}, - [2955] = {.lex_state = 94}, - [2956] = {.lex_state = 12}, - [2957] = {.lex_state = 12}, - [2958] = {.lex_state = 94}, - [2959] = {.lex_state = 94, .external_lex_state = 4}, - [2960] = {.lex_state = 0, .external_lex_state = 4}, - [2961] = {.lex_state = 94}, - [2962] = {.lex_state = 20}, - [2963] = {.lex_state = 0, .external_lex_state = 4}, - [2964] = {.lex_state = 12}, - [2965] = {.lex_state = 94}, - [2966] = {.lex_state = 94}, - [2967] = {.lex_state = 12}, - [2968] = {.lex_state = 94}, - [2969] = {.lex_state = 94}, - [2970] = {.lex_state = 94, .external_lex_state = 4}, - [2971] = {.lex_state = 94}, - [2972] = {.lex_state = 94}, - [2973] = {.lex_state = 94}, - [2974] = {.lex_state = 12}, - [2975] = {.lex_state = 94}, - [2976] = {.lex_state = 12}, - [2977] = {.lex_state = 16}, - [2978] = {.lex_state = 94}, - [2979] = {.lex_state = 94}, - [2980] = {.lex_state = 94}, - [2981] = {.lex_state = 94}, + [2624] = {.lex_state = 16, .external_lex_state = 4}, + [2625] = {.lex_state = 104}, + [2626] = {.lex_state = 32}, + [2627] = {.lex_state = 24}, + [2628] = {.lex_state = 32}, + [2629] = {.lex_state = 16, .external_lex_state = 4}, + [2630] = {.lex_state = 32}, + [2631] = {.lex_state = 24}, + [2632] = {.lex_state = 24}, + [2633] = {.lex_state = 25}, + [2634] = {.lex_state = 16, .external_lex_state = 4}, + [2635] = {.lex_state = 32}, + [2636] = {.lex_state = 25}, + [2637] = {.lex_state = 32}, + [2638] = {.lex_state = 104, .external_lex_state = 4}, + [2639] = {.lex_state = 16, .external_lex_state = 4}, + [2640] = {.lex_state = 104, .external_lex_state = 4}, + [2641] = {.lex_state = 104, .external_lex_state = 4}, + [2642] = {.lex_state = 104, .external_lex_state = 4}, + [2643] = {.lex_state = 16, .external_lex_state = 4}, + [2644] = {.lex_state = 16, .external_lex_state = 4}, + [2645] = {.lex_state = 25}, + [2646] = {.lex_state = 16, .external_lex_state = 4}, + [2647] = {.lex_state = 16, .external_lex_state = 4}, + [2648] = {.lex_state = 16, .external_lex_state = 4}, + [2649] = {.lex_state = 16, .external_lex_state = 4}, + [2650] = {.lex_state = 16, .external_lex_state = 4}, + [2651] = {.lex_state = 16, .external_lex_state = 4}, + [2652] = {.lex_state = 16, .external_lex_state = 4}, + [2653] = {.lex_state = 16, .external_lex_state = 4}, + [2654] = {.lex_state = 16, .external_lex_state = 4}, + [2655] = {.lex_state = 32}, + [2656] = {.lex_state = 16, .external_lex_state = 4}, + [2657] = {.lex_state = 104, .external_lex_state = 4}, + [2658] = {.lex_state = 104, .external_lex_state = 4}, + [2659] = {.lex_state = 104, .external_lex_state = 4}, + [2660] = {.lex_state = 104, .external_lex_state = 4}, + [2661] = {.lex_state = 104, .external_lex_state = 4}, + [2662] = {.lex_state = 19, .external_lex_state = 5}, + [2663] = {.lex_state = 104, .external_lex_state = 4}, + [2664] = {.lex_state = 16, .external_lex_state = 4}, + [2665] = {.lex_state = 104, .external_lex_state = 4}, + [2666] = {.lex_state = 104, .external_lex_state = 4}, + [2667] = {.lex_state = 104, .external_lex_state = 4}, + [2668] = {.lex_state = 19, .external_lex_state = 5}, + [2669] = {.lex_state = 19, .external_lex_state = 5}, + [2670] = {.lex_state = 19, .external_lex_state = 5}, + [2671] = {.lex_state = 104, .external_lex_state = 4}, + [2672] = {.lex_state = 104, .external_lex_state = 4}, + [2673] = {.lex_state = 104, .external_lex_state = 4}, + [2674] = {.lex_state = 104, .external_lex_state = 4}, + [2675] = {.lex_state = 104, .external_lex_state = 4}, + [2676] = {.lex_state = 104, .external_lex_state = 4}, + [2677] = {.lex_state = 104, .external_lex_state = 4}, + [2678] = {.lex_state = 104, .external_lex_state = 4}, + [2679] = {.lex_state = 104, .external_lex_state = 4}, + [2680] = {.lex_state = 19, .external_lex_state = 5}, + [2681] = {.lex_state = 104, .external_lex_state = 4}, + [2682] = {.lex_state = 104, .external_lex_state = 4}, + [2683] = {.lex_state = 104, .external_lex_state = 4}, + [2684] = {.lex_state = 104}, + [2685] = {.lex_state = 104, .external_lex_state = 4}, + [2686] = {.lex_state = 104, .external_lex_state = 4}, + [2687] = {.lex_state = 32}, + [2688] = {.lex_state = 104, .external_lex_state = 4}, + [2689] = {.lex_state = 104, .external_lex_state = 4}, + [2690] = {.lex_state = 104, .external_lex_state = 4}, + [2691] = {.lex_state = 104, .external_lex_state = 4}, + [2692] = {.lex_state = 15, .external_lex_state = 5}, + [2693] = {.lex_state = 104, .external_lex_state = 4}, + [2694] = {.lex_state = 104, .external_lex_state = 4}, + [2695] = {.lex_state = 104, .external_lex_state = 4}, + [2696] = {.lex_state = 104, .external_lex_state = 4}, + [2697] = {.lex_state = 15, .external_lex_state = 5}, + [2698] = {.lex_state = 104, .external_lex_state = 4}, + [2699] = {.lex_state = 104, .external_lex_state = 4}, + [2700] = {.lex_state = 104, .external_lex_state = 4}, + [2701] = {.lex_state = 104, .external_lex_state = 4}, + [2702] = {.lex_state = 19, .external_lex_state = 5}, + [2703] = {.lex_state = 104, .external_lex_state = 4}, + [2704] = {.lex_state = 104, .external_lex_state = 4}, + [2705] = {.lex_state = 104, .external_lex_state = 4}, + [2706] = {.lex_state = 104, .external_lex_state = 4}, + [2707] = {.lex_state = 104, .external_lex_state = 4}, + [2708] = {.lex_state = 104, .external_lex_state = 4}, + [2709] = {.lex_state = 104, .external_lex_state = 4}, + [2710] = {.lex_state = 104, .external_lex_state = 4}, + [2711] = {.lex_state = 104, .external_lex_state = 4}, + [2712] = {.lex_state = 16, .external_lex_state = 4}, + [2713] = {.lex_state = 104, .external_lex_state = 4}, + [2714] = {.lex_state = 104, .external_lex_state = 4}, + [2715] = {.lex_state = 104, .external_lex_state = 4}, + [2716] = {.lex_state = 104, .external_lex_state = 4}, + [2717] = {.lex_state = 104, .external_lex_state = 4}, + [2718] = {.lex_state = 19, .external_lex_state = 5}, + [2719] = {.lex_state = 15, .external_lex_state = 5}, + [2720] = {.lex_state = 104, .external_lex_state = 4}, + [2721] = {.lex_state = 104, .external_lex_state = 4}, + [2722] = {.lex_state = 104, .external_lex_state = 5}, + [2723] = {.lex_state = 15}, + [2724] = {.lex_state = 16}, + [2725] = {.lex_state = 15}, + [2726] = {.lex_state = 104}, + [2727] = {.lex_state = 15}, + [2728] = {.lex_state = 104, .external_lex_state = 5}, + [2729] = {.lex_state = 104, .external_lex_state = 5}, + [2730] = {.lex_state = 15}, + [2731] = {.lex_state = 104, .external_lex_state = 4}, + [2732] = {.lex_state = 104}, + [2733] = {.lex_state = 16, .external_lex_state = 4}, + [2734] = {.lex_state = 15}, + [2735] = {.lex_state = 25}, + [2736] = {.lex_state = 104}, + [2737] = {.lex_state = 104, .external_lex_state = 5}, + [2738] = {.lex_state = 104, .external_lex_state = 4}, + [2739] = {.lex_state = 104, .external_lex_state = 5}, + [2740] = {.lex_state = 25}, + [2741] = {.lex_state = 15}, + [2742] = {.lex_state = 104, .external_lex_state = 4}, + [2743] = {.lex_state = 104, .external_lex_state = 4}, + [2744] = {.lex_state = 15}, + [2745] = {.lex_state = 104, .external_lex_state = 4}, + [2746] = {.lex_state = 15}, + [2747] = {.lex_state = 15}, + [2748] = {.lex_state = 25}, + [2749] = {.lex_state = 104}, + [2750] = {.lex_state = 15}, + [2751] = {.lex_state = 25}, + [2752] = {.lex_state = 15}, + [2753] = {.lex_state = 25}, + [2754] = {.lex_state = 104}, + [2755] = {.lex_state = 25}, + [2756] = {.lex_state = 25}, + [2757] = {.lex_state = 15}, + [2758] = {.lex_state = 25}, + [2759] = {.lex_state = 25}, + [2760] = {.lex_state = 25}, + [2761] = {.lex_state = 16}, + [2762] = {.lex_state = 15}, + [2763] = {.lex_state = 104, .external_lex_state = 5}, + [2764] = {.lex_state = 104, .external_lex_state = 5}, + [2765] = {.lex_state = 15}, + [2766] = {.lex_state = 104, .external_lex_state = 4}, + [2767] = {.lex_state = 104, .external_lex_state = 4}, + [2768] = {.lex_state = 104, .external_lex_state = 5}, + [2769] = {.lex_state = 104}, + [2770] = {.lex_state = 104, .external_lex_state = 5}, + [2771] = {.lex_state = 16}, + [2772] = {.lex_state = 16}, + [2773] = {.lex_state = 104, .external_lex_state = 5}, + [2774] = {.lex_state = 104, .external_lex_state = 5}, + [2775] = {.lex_state = 104, .external_lex_state = 5}, + [2776] = {.lex_state = 104, .external_lex_state = 4}, + [2777] = {.lex_state = 104}, + [2778] = {.lex_state = 104, .external_lex_state = 5}, + [2779] = {.lex_state = 15}, + [2780] = {.lex_state = 104, .external_lex_state = 4}, + [2781] = {.lex_state = 25}, + [2782] = {.lex_state = 104, .external_lex_state = 5}, + [2783] = {.lex_state = 25}, + [2784] = {.lex_state = 15}, + [2785] = {.lex_state = 15}, + [2786] = {.lex_state = 104, .external_lex_state = 5}, + [2787] = {.lex_state = 104}, + [2788] = {.lex_state = 104, .external_lex_state = 5}, + [2789] = {.lex_state = 16}, + [2790] = {.lex_state = 15}, + [2791] = {.lex_state = 15}, + [2792] = {.lex_state = 104, .external_lex_state = 5}, + [2793] = {.lex_state = 104, .external_lex_state = 5}, + [2794] = {.lex_state = 104, .external_lex_state = 5}, + [2795] = {.lex_state = 104, .external_lex_state = 5}, + [2796] = {.lex_state = 104}, + [2797] = {.lex_state = 16}, + [2798] = {.lex_state = 104, .external_lex_state = 5}, + [2799] = {.lex_state = 25}, + [2800] = {.lex_state = 104}, + [2801] = {.lex_state = 15}, + [2802] = {.lex_state = 104}, + [2803] = {.lex_state = 104, .external_lex_state = 5}, + [2804] = {.lex_state = 15}, + [2805] = {.lex_state = 104}, + [2806] = {.lex_state = 25}, + [2807] = {.lex_state = 104, .external_lex_state = 5}, + [2808] = {.lex_state = 25}, + [2809] = {.lex_state = 25}, + [2810] = {.lex_state = 25}, + [2811] = {.lex_state = 104, .external_lex_state = 5}, + [2812] = {.lex_state = 104, .external_lex_state = 5}, + [2813] = {.lex_state = 25}, + [2814] = {.lex_state = 104, .external_lex_state = 5}, + [2815] = {.lex_state = 25}, + [2816] = {.lex_state = 104, .external_lex_state = 5}, + [2817] = {.lex_state = 104, .external_lex_state = 5}, + [2818] = {.lex_state = 104, .external_lex_state = 5}, + [2819] = {.lex_state = 104, .external_lex_state = 5}, + [2820] = {.lex_state = 104, .external_lex_state = 5}, + [2821] = {.lex_state = 104, .external_lex_state = 5}, + [2822] = {.lex_state = 104, .external_lex_state = 5}, + [2823] = {.lex_state = 104, .external_lex_state = 5}, + [2824] = {.lex_state = 104, .external_lex_state = 5}, + [2825] = {.lex_state = 104, .external_lex_state = 5}, + [2826] = {.lex_state = 104, .external_lex_state = 5}, + [2827] = {.lex_state = 15}, + [2828] = {.lex_state = 104, .external_lex_state = 5}, + [2829] = {.lex_state = 16}, + [2830] = {.lex_state = 15}, + [2831] = {.lex_state = 15}, + [2832] = {.lex_state = 25}, + [2833] = {.lex_state = 16}, + [2834] = {.lex_state = 104, .external_lex_state = 4}, + [2835] = {.lex_state = 15}, + [2836] = {.lex_state = 104, .external_lex_state = 5}, + [2837] = {.lex_state = 25}, + [2838] = {.lex_state = 25}, + [2839] = {.lex_state = 25}, + [2840] = {.lex_state = 104, .external_lex_state = 5}, + [2841] = {.lex_state = 104, .external_lex_state = 5}, + [2842] = {.lex_state = 25}, + [2843] = {.lex_state = 104, .external_lex_state = 5}, + [2844] = {.lex_state = 25}, + [2845] = {.lex_state = 104, .external_lex_state = 5}, + [2846] = {.lex_state = 25}, + [2847] = {.lex_state = 104, .external_lex_state = 5}, + [2848] = {.lex_state = 104, .external_lex_state = 5}, + [2849] = {.lex_state = 104, .external_lex_state = 5}, + [2850] = {.lex_state = 104}, + [2851] = {.lex_state = 104, .external_lex_state = 5}, + [2852] = {.lex_state = 25}, + [2853] = {.lex_state = 15}, + [2854] = {.lex_state = 25}, + [2855] = {.lex_state = 104, .external_lex_state = 5}, + [2856] = {.lex_state = 104, .external_lex_state = 5}, + [2857] = {.lex_state = 104, .external_lex_state = 5}, + [2858] = {.lex_state = 104, .external_lex_state = 5}, + [2859] = {.lex_state = 104, .external_lex_state = 5}, + [2860] = {.lex_state = 25}, + [2861] = {.lex_state = 25}, + [2862] = {.lex_state = 15}, + [2863] = {.lex_state = 25}, + [2864] = {.lex_state = 25}, + [2865] = {.lex_state = 104, .external_lex_state = 5}, + [2866] = {.lex_state = 25}, + [2867] = {.lex_state = 104, .external_lex_state = 4}, + [2868] = {.lex_state = 15}, + [2869] = {.lex_state = 15}, + [2870] = {.lex_state = 25}, + [2871] = {.lex_state = 25}, + [2872] = {.lex_state = 25}, + [2873] = {.lex_state = 15}, + [2874] = {.lex_state = 15}, + [2875] = {.lex_state = 25}, + [2876] = {.lex_state = 104, .external_lex_state = 5}, + [2877] = {.lex_state = 104, .external_lex_state = 5}, + [2878] = {.lex_state = 25}, + [2879] = {.lex_state = 104, .external_lex_state = 5}, + [2880] = {.lex_state = 104, .external_lex_state = 5}, + [2881] = {.lex_state = 104, .external_lex_state = 5}, + [2882] = {.lex_state = 104, .external_lex_state = 5}, + [2883] = {.lex_state = 25}, + [2884] = {.lex_state = 104, .external_lex_state = 5}, + [2885] = {.lex_state = 25}, + [2886] = {.lex_state = 104, .external_lex_state = 4}, + [2887] = {.lex_state = 15}, + [2888] = {.lex_state = 25}, + [2889] = {.lex_state = 104, .external_lex_state = 5}, + [2890] = {.lex_state = 104}, + [2891] = {.lex_state = 22, .external_lex_state = 6}, + [2892] = {.lex_state = 22, .external_lex_state = 6}, + [2893] = {.lex_state = 20}, + [2894] = {.lex_state = 104, .external_lex_state = 4}, + [2895] = {.lex_state = 22, .external_lex_state = 6}, + [2896] = {.lex_state = 22, .external_lex_state = 6}, + [2897] = {.lex_state = 104}, + [2898] = {.lex_state = 22, .external_lex_state = 6}, + [2899] = {.lex_state = 22, .external_lex_state = 6}, + [2900] = {.lex_state = 19}, + [2901] = {.lex_state = 104, .external_lex_state = 4}, + [2902] = {.lex_state = 19}, + [2903] = {.lex_state = 19}, + [2904] = {.lex_state = 20}, + [2905] = {.lex_state = 22, .external_lex_state = 6}, + [2906] = {.lex_state = 104}, + [2907] = {.lex_state = 22, .external_lex_state = 6}, + [2908] = {.lex_state = 104, .external_lex_state = 4}, + [2909] = {.lex_state = 104, .external_lex_state = 4}, + [2910] = {.lex_state = 104, .external_lex_state = 4}, + [2911] = {.lex_state = 16}, + [2912] = {.lex_state = 104}, + [2913] = {.lex_state = 104, .external_lex_state = 4}, + [2914] = {.lex_state = 104, .external_lex_state = 4}, + [2915] = {.lex_state = 104, .external_lex_state = 4}, + [2916] = {.lex_state = 104, .external_lex_state = 4}, + [2917] = {.lex_state = 104, .external_lex_state = 4}, + [2918] = {.lex_state = 16}, + [2919] = {.lex_state = 104}, + [2920] = {.lex_state = 104}, + [2921] = {.lex_state = 104, .external_lex_state = 4}, + [2922] = {.lex_state = 104}, + [2923] = {.lex_state = 25}, + [2924] = {.lex_state = 104, .external_lex_state = 4}, + [2925] = {.lex_state = 0, .external_lex_state = 4}, + [2926] = {.lex_state = 0, .external_lex_state = 4}, + [2927] = {.lex_state = 104, .external_lex_state = 4}, + [2928] = {.lex_state = 104, .external_lex_state = 4}, + [2929] = {.lex_state = 104, .external_lex_state = 4}, + [2930] = {.lex_state = 104, .external_lex_state = 4}, + [2931] = {.lex_state = 104}, + [2932] = {.lex_state = 25}, + [2933] = {.lex_state = 104, .external_lex_state = 4}, + [2934] = {.lex_state = 104}, + [2935] = {.lex_state = 104, .external_lex_state = 4}, + [2936] = {.lex_state = 104, .external_lex_state = 4}, + [2937] = {.lex_state = 104, .external_lex_state = 4}, + [2938] = {.lex_state = 16}, + [2939] = {.lex_state = 104, .external_lex_state = 4}, + [2940] = {.lex_state = 104, .external_lex_state = 4}, + [2941] = {.lex_state = 16}, + [2942] = {.lex_state = 104}, + [2943] = {.lex_state = 104}, + [2944] = {.lex_state = 104}, + [2945] = {.lex_state = 16}, + [2946] = {.lex_state = 104}, + [2947] = {.lex_state = 16}, + [2948] = {.lex_state = 104}, + [2949] = {.lex_state = 104}, + [2950] = {.lex_state = 104, .external_lex_state = 4}, + [2951] = {.lex_state = 104, .external_lex_state = 4}, + [2952] = {.lex_state = 104}, + [2953] = {.lex_state = 104}, + [2954] = {.lex_state = 104}, + [2955] = {.lex_state = 104}, + [2956] = {.lex_state = 104}, + [2957] = {.lex_state = 104, .external_lex_state = 4}, + [2958] = {.lex_state = 104}, + [2959] = {.lex_state = 104}, + [2960] = {.lex_state = 16}, + [2961] = {.lex_state = 104, .external_lex_state = 4}, + [2962] = {.lex_state = 104}, + [2963] = {.lex_state = 104}, + [2964] = {.lex_state = 104}, + [2965] = {.lex_state = 104}, + [2966] = {.lex_state = 104, .external_lex_state = 4}, + [2967] = {.lex_state = 0, .external_lex_state = 4}, + [2968] = {.lex_state = 104, .external_lex_state = 4}, + [2969] = {.lex_state = 104}, + [2970] = {.lex_state = 16}, + [2971] = {.lex_state = 104}, + [2972] = {.lex_state = 104}, + [2973] = {.lex_state = 104}, + [2974] = {.lex_state = 16}, + [2975] = {.lex_state = 104, .external_lex_state = 4}, + [2976] = {.lex_state = 16}, + [2977] = {.lex_state = 104}, + [2978] = {.lex_state = 104}, + [2979] = {.lex_state = 104, .external_lex_state = 4}, + [2980] = {.lex_state = 104}, + [2981] = {.lex_state = 0, .external_lex_state = 4}, [2982] = {.lex_state = 16}, - [2983] = {.lex_state = 20}, - [2984] = {.lex_state = 94}, - [2985] = {.lex_state = 16}, - [2986] = {.lex_state = 12}, - [2987] = {.lex_state = 0, .external_lex_state = 4}, - [2988] = {.lex_state = 94}, - [2989] = {.lex_state = 16}, - [2990] = {.lex_state = 12}, - [2991] = {.lex_state = 16}, - [2992] = {.lex_state = 12}, - [2993] = {.lex_state = 94, .external_lex_state = 5}, - [2994] = {.lex_state = 12}, - [2995] = {.lex_state = 12}, - [2996] = {.lex_state = 12}, - [2997] = {.lex_state = 18, .external_lex_state = 6}, - [2998] = {.lex_state = 94}, - [2999] = {.lex_state = 94, .external_lex_state = 5}, - [3000] = {.lex_state = 20}, - [3001] = {.lex_state = 12}, - [3002] = {.lex_state = 94, .external_lex_state = 5}, - [3003] = {.lex_state = 94}, - [3004] = {.lex_state = 12}, - [3005] = {.lex_state = 94, .external_lex_state = 5}, - [3006] = {.lex_state = 94}, - [3007] = {.lex_state = 12}, - [3008] = {.lex_state = 0, .external_lex_state = 4}, - [3009] = {.lex_state = 94}, - [3010] = {.lex_state = 0, .external_lex_state = 4}, - [3011] = {.lex_state = 94}, - [3012] = {.lex_state = 94}, - [3013] = {.lex_state = 94}, + [2983] = {.lex_state = 0, .external_lex_state = 4}, + [2984] = {.lex_state = 16}, + [2985] = {.lex_state = 104, .external_lex_state = 4}, + [2986] = {.lex_state = 104}, + [2987] = {.lex_state = 104, .external_lex_state = 4}, + [2988] = {.lex_state = 0, .external_lex_state = 4}, + [2989] = {.lex_state = 104}, + [2990] = {.lex_state = 104}, + [2991] = {.lex_state = 104}, + [2992] = {.lex_state = 104}, + [2993] = {.lex_state = 104}, + [2994] = {.lex_state = 104}, + [2995] = {.lex_state = 16}, + [2996] = {.lex_state = 104, .external_lex_state = 4}, + [2997] = {.lex_state = 0, .external_lex_state = 4}, + [2998] = {.lex_state = 16}, + [2999] = {.lex_state = 104, .external_lex_state = 4}, + [3000] = {.lex_state = 104, .external_lex_state = 4}, + [3001] = {.lex_state = 104, .external_lex_state = 4}, + [3002] = {.lex_state = 0, .external_lex_state = 4}, + [3003] = {.lex_state = 16}, + [3004] = {.lex_state = 104}, + [3005] = {.lex_state = 104, .external_lex_state = 4}, + [3006] = {.lex_state = 104}, + [3007] = {.lex_state = 0, .external_lex_state = 4}, + [3008] = {.lex_state = 104, .external_lex_state = 4}, + [3009] = {.lex_state = 16}, + [3010] = {.lex_state = 104, .external_lex_state = 4}, + [3011] = {.lex_state = 25}, + [3012] = {.lex_state = 104, .external_lex_state = 4}, + [3013] = {.lex_state = 16}, [3014] = {.lex_state = 16}, - [3015] = {.lex_state = 12}, - [3016] = {.lex_state = 18, .external_lex_state = 6}, - [3017] = {.lex_state = 12}, - [3018] = {.lex_state = 94}, - [3019] = {.lex_state = 94, .external_lex_state = 5}, - [3020] = {.lex_state = 94, .external_lex_state = 5}, - [3021] = {.lex_state = 94}, - [3022] = {.lex_state = 12}, - [3023] = {.lex_state = 94, .external_lex_state = 5}, - [3024] = {.lex_state = 16}, - [3025] = {.lex_state = 12}, - [3026] = {.lex_state = 20}, - [3027] = {.lex_state = 12}, + [3015] = {.lex_state = 104}, + [3016] = {.lex_state = 104}, + [3017] = {.lex_state = 104}, + [3018] = {.lex_state = 104}, + [3019] = {.lex_state = 104}, + [3020] = {.lex_state = 104}, + [3021] = {.lex_state = 104}, + [3022] = {.lex_state = 0, .external_lex_state = 4}, + [3023] = {.lex_state = 16}, + [3024] = {.lex_state = 104}, + [3025] = {.lex_state = 104}, + [3026] = {.lex_state = 104, .external_lex_state = 4}, + [3027] = {.lex_state = 104, .external_lex_state = 4}, [3028] = {.lex_state = 0, .external_lex_state = 4}, - [3029] = {.lex_state = 12}, - [3030] = {.lex_state = 0, .external_lex_state = 4}, - [3031] = {.lex_state = 18, .external_lex_state = 6}, - [3032] = {.lex_state = 12}, - [3033] = {.lex_state = 94}, - [3034] = {.lex_state = 94}, - [3035] = {.lex_state = 94}, - [3036] = {.lex_state = 12}, - [3037] = {.lex_state = 16}, - [3038] = {.lex_state = 94}, - [3039] = {.lex_state = 94, .external_lex_state = 5}, - [3040] = {.lex_state = 94}, - [3041] = {.lex_state = 12}, - [3042] = {.lex_state = 94}, - [3043] = {.lex_state = 94}, - [3044] = {.lex_state = 20}, + [3029] = {.lex_state = 104}, + [3030] = {.lex_state = 104}, + [3031] = {.lex_state = 104}, + [3032] = {.lex_state = 16}, + [3033] = {.lex_state = 0, .external_lex_state = 4}, + [3034] = {.lex_state = 16}, + [3035] = {.lex_state = 0, .external_lex_state = 4}, + [3036] = {.lex_state = 104}, + [3037] = {.lex_state = 104, .external_lex_state = 5}, + [3038] = {.lex_state = 20}, + [3039] = {.lex_state = 104}, + [3040] = {.lex_state = 104}, + [3041] = {.lex_state = 22, .external_lex_state = 6}, + [3042] = {.lex_state = 0, .external_lex_state = 4}, + [3043] = {.lex_state = 0, .external_lex_state = 4}, + [3044] = {.lex_state = 16}, [3045] = {.lex_state = 16}, - [3046] = {.lex_state = 94, .external_lex_state = 5}, - [3047] = {.lex_state = 20}, - [3048] = {.lex_state = 94, .external_lex_state = 5}, - [3049] = {.lex_state = 12}, - [3050] = {.lex_state = 94, .external_lex_state = 5}, - [3051] = {.lex_state = 94}, - [3052] = {.lex_state = 94}, - [3053] = {.lex_state = 94, .external_lex_state = 5}, - [3054] = {.lex_state = 0, .external_lex_state = 4}, - [3055] = {.lex_state = 0, .external_lex_state = 4}, - [3056] = {.lex_state = 0, .external_lex_state = 4}, - [3057] = {.lex_state = 94}, - [3058] = {.lex_state = 0, .external_lex_state = 4}, - [3059] = {.lex_state = 94}, - [3060] = {.lex_state = 12}, - [3061] = {.lex_state = 12}, - [3062] = {.lex_state = 18, .external_lex_state = 6}, - [3063] = {.lex_state = 16}, - [3064] = {.lex_state = 20}, + [3046] = {.lex_state = 104}, + [3047] = {.lex_state = 104, .external_lex_state = 5}, + [3048] = {.lex_state = 104}, + [3049] = {.lex_state = 104}, + [3050] = {.lex_state = 104, .external_lex_state = 5}, + [3051] = {.lex_state = 0, .external_lex_state = 4}, + [3052] = {.lex_state = 0, .external_lex_state = 4}, + [3053] = {.lex_state = 104, .external_lex_state = 5}, + [3054] = {.lex_state = 104}, + [3055] = {.lex_state = 104, .external_lex_state = 5}, + [3056] = {.lex_state = 16}, + [3057] = {.lex_state = 0, .external_lex_state = 4}, + [3058] = {.lex_state = 104}, + [3059] = {.lex_state = 104}, + [3060] = {.lex_state = 16}, + [3061] = {.lex_state = 22, .external_lex_state = 6}, + [3062] = {.lex_state = 104}, + [3063] = {.lex_state = 104, .external_lex_state = 5}, + [3064] = {.lex_state = 0, .external_lex_state = 4}, [3065] = {.lex_state = 16}, - [3066] = {.lex_state = 94}, - [3067] = {.lex_state = 12}, - [3068] = {.lex_state = 0, .external_lex_state = 4}, - [3069] = {.lex_state = 0, .external_lex_state = 4}, - [3070] = {.lex_state = 0, .external_lex_state = 4}, - [3071] = {.lex_state = 0, .external_lex_state = 4}, - [3072] = {.lex_state = 94}, - [3073] = {.lex_state = 20}, - [3074] = {.lex_state = 94}, - [3075] = {.lex_state = 12}, - [3076] = {.lex_state = 94, .external_lex_state = 5}, - [3077] = {.lex_state = 94, .external_lex_state = 5}, - [3078] = {.lex_state = 0}, - [3079] = {.lex_state = 94}, - [3080] = {.lex_state = 12}, - [3081] = {.lex_state = 0, .external_lex_state = 4}, - [3082] = {.lex_state = 94, .external_lex_state = 5}, - [3083] = {.lex_state = 0, .external_lex_state = 4}, - [3084] = {.lex_state = 0, .external_lex_state = 4}, - [3085] = {.lex_state = 12}, - [3086] = {.lex_state = 20}, - [3087] = {.lex_state = 94}, + [3066] = {.lex_state = 0, .external_lex_state = 4}, + [3067] = {.lex_state = 16}, + [3068] = {.lex_state = 104}, + [3069] = {.lex_state = 104}, + [3070] = {.lex_state = 104, .external_lex_state = 5}, + [3071] = {.lex_state = 16}, + [3072] = {.lex_state = 16}, + [3073] = {.lex_state = 104, .external_lex_state = 5}, + [3074] = {.lex_state = 104, .external_lex_state = 5}, + [3075] = {.lex_state = 104}, + [3076] = {.lex_state = 104}, + [3077] = {.lex_state = 104}, + [3078] = {.lex_state = 104, .external_lex_state = 5}, + [3079] = {.lex_state = 104}, + [3080] = {.lex_state = 104}, + [3081] = {.lex_state = 16}, + [3082] = {.lex_state = 0, .external_lex_state = 4}, + [3083] = {.lex_state = 16}, + [3084] = {.lex_state = 104}, + [3085] = {.lex_state = 0, .external_lex_state = 4}, + [3086] = {.lex_state = 16}, + [3087] = {.lex_state = 25}, [3088] = {.lex_state = 0, .external_lex_state = 4}, - [3089] = {.lex_state = 94}, - [3090] = {.lex_state = 20}, - [3091] = {.lex_state = 94, .external_lex_state = 5}, - [3092] = {.lex_state = 12}, - [3093] = {.lex_state = 94}, - [3094] = {.lex_state = 94, .external_lex_state = 4}, - [3095] = {.lex_state = 12}, - [3096] = {.lex_state = 94, .external_lex_state = 4}, - [3097] = {.lex_state = 94, .external_lex_state = 4}, - [3098] = {.lex_state = 12}, - [3099] = {.lex_state = 20}, - [3100] = {.lex_state = 20}, - [3101] = {.lex_state = 94, .external_lex_state = 4}, - [3102] = {.lex_state = 94, .external_lex_state = 5}, - [3103] = {.lex_state = 94, .external_lex_state = 5}, - [3104] = {.lex_state = 94}, - [3105] = {.lex_state = 16}, - [3106] = {.lex_state = 0, .external_lex_state = 4}, - [3107] = {.lex_state = 18, .external_lex_state = 6}, + [3089] = {.lex_state = 104, .external_lex_state = 5}, + [3090] = {.lex_state = 22, .external_lex_state = 6}, + [3091] = {.lex_state = 0}, + [3092] = {.lex_state = 25}, + [3093] = {.lex_state = 16}, + [3094] = {.lex_state = 16}, + [3095] = {.lex_state = 104}, + [3096] = {.lex_state = 16}, + [3097] = {.lex_state = 16}, + [3098] = {.lex_state = 104}, + [3099] = {.lex_state = 25}, + [3100] = {.lex_state = 104}, + [3101] = {.lex_state = 0, .external_lex_state = 4}, + [3102] = {.lex_state = 104}, + [3103] = {.lex_state = 16}, + [3104] = {.lex_state = 20}, + [3105] = {.lex_state = 0, .external_lex_state = 4}, + [3106] = {.lex_state = 104}, + [3107] = {.lex_state = 104, .external_lex_state = 5}, [3108] = {.lex_state = 0, .external_lex_state = 4}, - [3109] = {.lex_state = 12}, - [3110] = {.lex_state = 0, .external_lex_state = 4}, - [3111] = {.lex_state = 94, .external_lex_state = 5}, - [3112] = {.lex_state = 12}, - [3113] = {.lex_state = 0, .external_lex_state = 4}, - [3114] = {.lex_state = 12}, - [3115] = {.lex_state = 94}, - [3116] = {.lex_state = 94, .external_lex_state = 5}, - [3117] = {.lex_state = 94, .external_lex_state = 5}, - [3118] = {.lex_state = 94}, - [3119] = {.lex_state = 12}, - [3120] = {.lex_state = 94, .external_lex_state = 5}, - [3121] = {.lex_state = 94, .external_lex_state = 5}, - [3122] = {.lex_state = 94, .external_lex_state = 5}, - [3123] = {.lex_state = 94}, - [3124] = {.lex_state = 94, .external_lex_state = 5}, - [3125] = {.lex_state = 94}, - [3126] = {.lex_state = 94, .external_lex_state = 5}, - [3127] = {.lex_state = 94}, - [3128] = {.lex_state = 12}, - [3129] = {.lex_state = 12}, - [3130] = {.lex_state = 12}, - [3131] = {.lex_state = 0, .external_lex_state = 4}, - [3132] = {.lex_state = 12}, - [3133] = {.lex_state = 94}, - [3134] = {.lex_state = 16}, - [3135] = {.lex_state = 94, .external_lex_state = 5}, - [3136] = {.lex_state = 12}, - [3137] = {.lex_state = 16}, - [3138] = {.lex_state = 94}, - [3139] = {.lex_state = 0, .external_lex_state = 4}, + [3109] = {.lex_state = 25}, + [3110] = {.lex_state = 16}, + [3111] = {.lex_state = 104, .external_lex_state = 5}, + [3112] = {.lex_state = 16}, + [3113] = {.lex_state = 16}, + [3114] = {.lex_state = 104, .external_lex_state = 5}, + [3115] = {.lex_state = 104, .external_lex_state = 5}, + [3116] = {.lex_state = 16}, + [3117] = {.lex_state = 104, .external_lex_state = 5}, + [3118] = {.lex_state = 104}, + [3119] = {.lex_state = 16}, + [3120] = {.lex_state = 104, .external_lex_state = 5}, + [3121] = {.lex_state = 16}, + [3122] = {.lex_state = 16}, + [3123] = {.lex_state = 104}, + [3124] = {.lex_state = 16}, + [3125] = {.lex_state = 104, .external_lex_state = 5}, + [3126] = {.lex_state = 104, .external_lex_state = 5}, + [3127] = {.lex_state = 0, .external_lex_state = 4}, + [3128] = {.lex_state = 25}, + [3129] = {.lex_state = 104, .external_lex_state = 5}, + [3130] = {.lex_state = 0, .external_lex_state = 4}, + [3131] = {.lex_state = 16}, + [3132] = {.lex_state = 104}, + [3133] = {.lex_state = 0, .external_lex_state = 4}, + [3134] = {.lex_state = 0, .external_lex_state = 4}, + [3135] = {.lex_state = 22, .external_lex_state = 6}, + [3136] = {.lex_state = 16}, + [3137] = {.lex_state = 0, .external_lex_state = 4}, + [3138] = {.lex_state = 16}, + [3139] = {.lex_state = 104}, [3140] = {.lex_state = 0, .external_lex_state = 4}, - [3141] = {.lex_state = 94}, + [3141] = {.lex_state = 16}, [3142] = {.lex_state = 0, .external_lex_state = 4}, - [3143] = {.lex_state = 94}, - [3144] = {.lex_state = 12}, - [3145] = {.lex_state = 94}, - [3146] = {.lex_state = 94}, - [3147] = {.lex_state = 94}, - [3148] = {.lex_state = 12}, - [3149] = {.lex_state = 94}, - [3150] = {.lex_state = 0, .external_lex_state = 4}, - [3151] = {.lex_state = 0, .external_lex_state = 4}, + [3143] = {.lex_state = 104}, + [3144] = {.lex_state = 104}, + [3145] = {.lex_state = 0, .external_lex_state = 4}, + [3146] = {.lex_state = 104}, + [3147] = {.lex_state = 16}, + [3148] = {.lex_state = 0, .external_lex_state = 4}, + [3149] = {.lex_state = 25}, + [3150] = {.lex_state = 25}, + [3151] = {.lex_state = 104, .external_lex_state = 5}, [3152] = {.lex_state = 0, .external_lex_state = 4}, - [3153] = {.lex_state = 0, .external_lex_state = 4}, - [3154] = {.lex_state = 0, .external_lex_state = 4}, - [3155] = {.lex_state = 94}, - [3156] = {.lex_state = 0, .external_lex_state = 4}, - [3157] = {.lex_state = 18, .external_lex_state = 6}, - [3158] = {.lex_state = 94, .external_lex_state = 5}, - [3159] = {.lex_state = 0, .external_lex_state = 4}, - [3160] = {.lex_state = 0, .external_lex_state = 4}, - [3161] = {.lex_state = 94}, - [3162] = {.lex_state = 94}, - [3163] = {.lex_state = 0, .external_lex_state = 4}, - [3164] = {.lex_state = 94}, - [3165] = {.lex_state = 0}, - [3166] = {.lex_state = 12}, - [3167] = {.lex_state = 94}, - [3168] = {.lex_state = 0, .external_lex_state = 4}, - [3169] = {.lex_state = 0}, - [3170] = {.lex_state = 0, .external_lex_state = 4}, - [3171] = {.lex_state = 20}, - [3172] = {.lex_state = 0}, - [3173] = {.lex_state = 0, .external_lex_state = 4}, - [3174] = {.lex_state = 94}, - [3175] = {.lex_state = 20}, - [3176] = {.lex_state = 0, .external_lex_state = 4}, - [3177] = {.lex_state = 20}, - [3178] = {.lex_state = 0, .external_lex_state = 4}, - [3179] = {.lex_state = 94}, - [3180] = {.lex_state = 0, .external_lex_state = 4}, - [3181] = {.lex_state = 0, .external_lex_state = 4}, - [3182] = {.lex_state = 0, .external_lex_state = 4}, - [3183] = {.lex_state = 0, .external_lex_state = 4}, - [3184] = {.lex_state = 94}, - [3185] = {.lex_state = 0, .external_lex_state = 4}, - [3186] = {.lex_state = 20}, - [3187] = {.lex_state = 94, .external_lex_state = 5}, - [3188] = {.lex_state = 0, .external_lex_state = 4}, - [3189] = {.lex_state = 12}, + [3153] = {.lex_state = 16}, + [3154] = {.lex_state = 25}, + [3155] = {.lex_state = 16}, + [3156] = {.lex_state = 104}, + [3157] = {.lex_state = 16}, + [3158] = {.lex_state = 25}, + [3159] = {.lex_state = 104}, + [3160] = {.lex_state = 104}, + [3161] = {.lex_state = 16}, + [3162] = {.lex_state = 16}, + [3163] = {.lex_state = 104}, + [3164] = {.lex_state = 25}, + [3165] = {.lex_state = 25}, + [3166] = {.lex_state = 25}, + [3167] = {.lex_state = 104, .external_lex_state = 5}, + [3168] = {.lex_state = 25}, + [3169] = {.lex_state = 104, .external_lex_state = 5}, + [3170] = {.lex_state = 16}, + [3171] = {.lex_state = 104, .external_lex_state = 4}, + [3172] = {.lex_state = 104, .external_lex_state = 5}, + [3173] = {.lex_state = 104, .external_lex_state = 4}, + [3174] = {.lex_state = 104, .external_lex_state = 4}, + [3175] = {.lex_state = 104}, + [3176] = {.lex_state = 25}, + [3177] = {.lex_state = 104}, + [3178] = {.lex_state = 104, .external_lex_state = 5}, + [3179] = {.lex_state = 104}, + [3180] = {.lex_state = 104, .external_lex_state = 5}, + [3181] = {.lex_state = 16}, + [3182] = {.lex_state = 16}, + [3183] = {.lex_state = 104, .external_lex_state = 4}, + [3184] = {.lex_state = 104}, + [3185] = {.lex_state = 22, .external_lex_state = 6}, + [3186] = {.lex_state = 104}, + [3187] = {.lex_state = 16}, + [3188] = {.lex_state = 32}, + [3189] = {.lex_state = 32}, [3190] = {.lex_state = 0, .external_lex_state = 4}, - [3191] = {.lex_state = 94, .external_lex_state = 4}, - [3192] = {.lex_state = 18, .external_lex_state = 6}, - [3193] = {.lex_state = 0, .external_lex_state = 4}, - [3194] = {.lex_state = 18, .external_lex_state = 6}, - [3195] = {.lex_state = 12}, - [3196] = {.lex_state = 0, .external_lex_state = 4}, - [3197] = {.lex_state = 0, .external_lex_state = 4}, - [3198] = {.lex_state = 94}, - [3199] = {.lex_state = 20}, - [3200] = {.lex_state = 12}, - [3201] = {.lex_state = 0, .external_lex_state = 4}, - [3202] = {.lex_state = 12}, - [3203] = {.lex_state = 0}, - [3204] = {.lex_state = 12}, - [3205] = {.lex_state = 12}, - [3206] = {.lex_state = 0, .external_lex_state = 4}, - [3207] = {.lex_state = 12}, - [3208] = {.lex_state = 0, .external_lex_state = 4}, - [3209] = {.lex_state = 12}, - [3210] = {.lex_state = 12}, - [3211] = {.lex_state = 0, .external_lex_state = 4}, - [3212] = {.lex_state = 94, .external_lex_state = 5}, - [3213] = {.lex_state = 94}, - [3214] = {.lex_state = 0, .external_lex_state = 4}, - [3215] = {.lex_state = 94}, - [3216] = {.lex_state = 0, .external_lex_state = 4}, - [3217] = {.lex_state = 20}, - [3218] = {.lex_state = 0, .external_lex_state = 4}, - [3219] = {.lex_state = 0}, + [3191] = {.lex_state = 0, .external_lex_state = 4}, + [3192] = {.lex_state = 104}, + [3193] = {.lex_state = 104, .external_lex_state = 4}, + [3194] = {.lex_state = 16}, + [3195] = {.lex_state = 0}, + [3196] = {.lex_state = 104}, + [3197] = {.lex_state = 104, .external_lex_state = 4}, + [3198] = {.lex_state = 104}, + [3199] = {.lex_state = 0, .external_lex_state = 4}, + [3200] = {.lex_state = 16}, + [3201] = {.lex_state = 104}, + [3202] = {.lex_state = 7}, + [3203] = {.lex_state = 0, .external_lex_state = 4}, + [3204] = {.lex_state = 104}, + [3205] = {.lex_state = 25}, + [3206] = {.lex_state = 104}, + [3207] = {.lex_state = 104}, + [3208] = {.lex_state = 104, .external_lex_state = 5}, + [3209] = {.lex_state = 104, .external_lex_state = 5}, + [3210] = {.lex_state = 104, .external_lex_state = 5}, + [3211] = {.lex_state = 104, .external_lex_state = 5}, + [3212] = {.lex_state = 16}, + [3213] = {.lex_state = 104}, + [3214] = {.lex_state = 16}, + [3215] = {.lex_state = 16}, + [3216] = {.lex_state = 16}, + [3217] = {.lex_state = 104, .external_lex_state = 5}, + [3218] = {.lex_state = 22, .external_lex_state = 6}, + [3219] = {.lex_state = 104, .external_lex_state = 4}, [3220] = {.lex_state = 0, .external_lex_state = 4}, - [3221] = {.lex_state = 0}, - [3222] = {.lex_state = 0}, + [3221] = {.lex_state = 0, .external_lex_state = 4}, + [3222] = {.lex_state = 0, .external_lex_state = 4}, [3223] = {.lex_state = 0, .external_lex_state = 4}, - [3224] = {.lex_state = 0, .external_lex_state = 4}, - [3225] = {.lex_state = 0, .external_lex_state = 4}, + [3224] = {.lex_state = 104}, + [3225] = {.lex_state = 16}, [3226] = {.lex_state = 0, .external_lex_state = 4}, - [3227] = {.lex_state = 0}, - [3228] = {.lex_state = 12}, + [3227] = {.lex_state = 0, .external_lex_state = 4}, + [3228] = {.lex_state = 0, .external_lex_state = 4}, [3229] = {.lex_state = 0, .external_lex_state = 4}, - [3230] = {.lex_state = 12}, + [3230] = {.lex_state = 0, .external_lex_state = 4}, [3231] = {.lex_state = 0, .external_lex_state = 4}, [3232] = {.lex_state = 16}, - [3233] = {.lex_state = 94}, - [3234] = {.lex_state = 12}, - [3235] = {.lex_state = 18, .external_lex_state = 6}, - [3236] = {.lex_state = 94, .external_lex_state = 5}, - [3237] = {.lex_state = 94, .external_lex_state = 4}, - [3238] = {.lex_state = 12}, - [3239] = {.lex_state = 20}, - [3240] = {.lex_state = 12}, - [3241] = {.lex_state = 20}, - [3242] = {.lex_state = 0}, - [3243] = {.lex_state = 94, .external_lex_state = 5}, - [3244] = {.lex_state = 0, .external_lex_state = 4}, - [3245] = {.lex_state = 12}, - [3246] = {.lex_state = 94, .external_lex_state = 4}, - [3247] = {.lex_state = 94, .external_lex_state = 4}, - [3248] = {.lex_state = 0, .external_lex_state = 4}, - [3249] = {.lex_state = 0, .external_lex_state = 4}, - [3250] = {.lex_state = 94, .external_lex_state = 5}, + [3233] = {.lex_state = 0, .external_lex_state = 4}, + [3234] = {.lex_state = 104}, + [3235] = {.lex_state = 0, .external_lex_state = 4}, + [3236] = {.lex_state = 0, .external_lex_state = 4}, + [3237] = {.lex_state = 22, .external_lex_state = 6}, + [3238] = {.lex_state = 0}, + [3239] = {.lex_state = 104}, + [3240] = {.lex_state = 0}, + [3241] = {.lex_state = 0, .external_lex_state = 4}, + [3242] = {.lex_state = 104}, + [3243] = {.lex_state = 104}, + [3244] = {.lex_state = 16}, + [3245] = {.lex_state = 0, .external_lex_state = 4}, + [3246] = {.lex_state = 0, .external_lex_state = 4}, + [3247] = {.lex_state = 0, .external_lex_state = 4}, + [3248] = {.lex_state = 104, .external_lex_state = 5}, + [3249] = {.lex_state = 104, .external_lex_state = 5}, + [3250] = {.lex_state = 104}, [3251] = {.lex_state = 0, .external_lex_state = 4}, - [3252] = {.lex_state = 12}, - [3253] = {.lex_state = 20}, + [3252] = {.lex_state = 104}, + [3253] = {.lex_state = 0, .external_lex_state = 4}, [3254] = {.lex_state = 0, .external_lex_state = 4}, - [3255] = {.lex_state = 12}, - [3256] = {.lex_state = 94, .external_lex_state = 4}, - [3257] = {.lex_state = 94}, - [3258] = {.lex_state = 12}, - [3259] = {.lex_state = 94, .external_lex_state = 4}, - [3260] = {.lex_state = 18, .external_lex_state = 6}, - [3261] = {.lex_state = 94}, - [3262] = {.lex_state = 94}, - [3263] = {.lex_state = 94}, - [3264] = {.lex_state = 94}, - [3265] = {.lex_state = 0, .external_lex_state = 4}, - [3266] = {.lex_state = 12}, - [3267] = {.lex_state = 12}, - [3268] = {.lex_state = 94}, - [3269] = {.lex_state = 0, .external_lex_state = 4}, - [3270] = {.lex_state = 12}, - [3271] = {.lex_state = 20}, - [3272] = {.lex_state = 20}, - [3273] = {.lex_state = 12}, + [3255] = {.lex_state = 0, .external_lex_state = 4}, + [3256] = {.lex_state = 0, .external_lex_state = 4}, + [3257] = {.lex_state = 0, .external_lex_state = 4}, + [3258] = {.lex_state = 0}, + [3259] = {.lex_state = 16}, + [3260] = {.lex_state = 0, .external_lex_state = 4}, + [3261] = {.lex_state = 20}, + [3262] = {.lex_state = 0}, + [3263] = {.lex_state = 0, .external_lex_state = 4}, + [3264] = {.lex_state = 0, .external_lex_state = 4}, + [3265] = {.lex_state = 0}, + [3266] = {.lex_state = 16}, + [3267] = {.lex_state = 16}, + [3268] = {.lex_state = 0, .external_lex_state = 4}, + [3269] = {.lex_state = 16}, + [3270] = {.lex_state = 0, .external_lex_state = 4}, + [3271] = {.lex_state = 16}, + [3272] = {.lex_state = 0, .external_lex_state = 4}, + [3273] = {.lex_state = 16}, [3274] = {.lex_state = 0, .external_lex_state = 4}, [3275] = {.lex_state = 0, .external_lex_state = 4}, [3276] = {.lex_state = 0, .external_lex_state = 4}, - [3277] = {.lex_state = 94, .external_lex_state = 5}, - [3278] = {.lex_state = 94}, - [3279] = {.lex_state = 20}, - [3280] = {.lex_state = 0, .external_lex_state = 4}, + [3277] = {.lex_state = 0, .external_lex_state = 4}, + [3278] = {.lex_state = 104, .external_lex_state = 5}, + [3279] = {.lex_state = 0, .external_lex_state = 4}, + [3280] = {.lex_state = 16}, [3281] = {.lex_state = 0, .external_lex_state = 4}, - [3282] = {.lex_state = 0, .external_lex_state = 4}, + [3282] = {.lex_state = 104, .external_lex_state = 4}, [3283] = {.lex_state = 0, .external_lex_state = 4}, - [3284] = {.lex_state = 0, .external_lex_state = 4}, + [3284] = {.lex_state = 104}, [3285] = {.lex_state = 0, .external_lex_state = 4}, - [3286] = {.lex_state = 12}, + [3286] = {.lex_state = 0, .external_lex_state = 4}, [3287] = {.lex_state = 0, .external_lex_state = 4}, [3288] = {.lex_state = 0, .external_lex_state = 4}, - [3289] = {.lex_state = 0, .external_lex_state = 4}, + [3289] = {.lex_state = 16}, [3290] = {.lex_state = 0, .external_lex_state = 4}, [3291] = {.lex_state = 0, .external_lex_state = 4}, - [3292] = {.lex_state = 94}, + [3292] = {.lex_state = 0, .external_lex_state = 4}, [3293] = {.lex_state = 0, .external_lex_state = 4}, [3294] = {.lex_state = 0, .external_lex_state = 4}, [3295] = {.lex_state = 0, .external_lex_state = 4}, - [3296] = {.lex_state = 0, .external_lex_state = 4}, + [3296] = {.lex_state = 16}, [3297] = {.lex_state = 0, .external_lex_state = 4}, - [3298] = {.lex_state = 12}, - [3299] = {.lex_state = 0, .external_lex_state = 4}, + [3298] = {.lex_state = 0, .external_lex_state = 4}, + [3299] = {.lex_state = 16}, [3300] = {.lex_state = 0, .external_lex_state = 4}, [3301] = {.lex_state = 0, .external_lex_state = 4}, [3302] = {.lex_state = 0, .external_lex_state = 4}, - [3303] = {.lex_state = 94, .external_lex_state = 5}, - [3304] = {.lex_state = 94, .external_lex_state = 5}, - [3305] = {.lex_state = 20}, + [3303] = {.lex_state = 16}, + [3304] = {.lex_state = 25}, + [3305] = {.lex_state = 104, .external_lex_state = 4}, [3306] = {.lex_state = 0, .external_lex_state = 4}, - [3307] = {.lex_state = 0, .external_lex_state = 4}, - [3308] = {.lex_state = 0, .external_lex_state = 4}, - [3309] = {.lex_state = 0, .external_lex_state = 4}, - [3310] = {.lex_state = 0, .external_lex_state = 4}, - [3311] = {.lex_state = 0, .external_lex_state = 4}, - [3312] = {.lex_state = 0}, + [3307] = {.lex_state = 16}, + [3308] = {.lex_state = 104}, + [3309] = {.lex_state = 104, .external_lex_state = 5}, + [3310] = {.lex_state = 16}, + [3311] = {.lex_state = 16}, + [3312] = {.lex_state = 0, .external_lex_state = 4}, [3313] = {.lex_state = 0, .external_lex_state = 4}, - [3314] = {.lex_state = 0, .external_lex_state = 4}, - [3315] = {.lex_state = 94}, - [3316] = {.lex_state = 94}, + [3314] = {.lex_state = 16}, + [3315] = {.lex_state = 0}, + [3316] = {.lex_state = 0, .external_lex_state = 4}, [3317] = {.lex_state = 0, .external_lex_state = 4}, [3318] = {.lex_state = 0, .external_lex_state = 4}, - [3319] = {.lex_state = 94, .external_lex_state = 5}, - [3320] = {.lex_state = 0, .external_lex_state = 4}, - [3321] = {.lex_state = 18, .external_lex_state = 6}, - [3322] = {.lex_state = 94}, + [3319] = {.lex_state = 0, .external_lex_state = 4}, + [3320] = {.lex_state = 20}, + [3321] = {.lex_state = 32}, + [3322] = {.lex_state = 0, .external_lex_state = 4}, [3323] = {.lex_state = 0, .external_lex_state = 4}, - [3324] = {.lex_state = 0, .external_lex_state = 4}, + [3324] = {.lex_state = 16}, [3325] = {.lex_state = 0, .external_lex_state = 4}, - [3326] = {.lex_state = 20}, + [3326] = {.lex_state = 0, .external_lex_state = 4}, [3327] = {.lex_state = 0, .external_lex_state = 4}, - [3328] = {.lex_state = 0, .external_lex_state = 4}, - [3329] = {.lex_state = 0, .external_lex_state = 4}, - [3330] = {.lex_state = 0, .external_lex_state = 4}, - [3331] = {.lex_state = 0, .external_lex_state = 4}, - [3332] = {.lex_state = 12}, + [3328] = {.lex_state = 16}, + [3329] = {.lex_state = 16}, + [3330] = {.lex_state = 104, .external_lex_state = 4}, + [3331] = {.lex_state = 16}, + [3332] = {.lex_state = 0, .external_lex_state = 4}, [3333] = {.lex_state = 0, .external_lex_state = 4}, - [3334] = {.lex_state = 0, .external_lex_state = 4}, - [3335] = {.lex_state = 12}, + [3334] = {.lex_state = 16}, + [3335] = {.lex_state = 0}, [3336] = {.lex_state = 0, .external_lex_state = 4}, [3337] = {.lex_state = 0, .external_lex_state = 4}, - [3338] = {.lex_state = 0, .external_lex_state = 4}, + [3338] = {.lex_state = 104}, [3339] = {.lex_state = 0, .external_lex_state = 4}, [3340] = {.lex_state = 0, .external_lex_state = 4}, [3341] = {.lex_state = 0, .external_lex_state = 4}, - [3342] = {.lex_state = 12}, - [3343] = {.lex_state = 12}, - [3344] = {.lex_state = 12}, + [3342] = {.lex_state = 22, .external_lex_state = 6}, + [3343] = {.lex_state = 0, .external_lex_state = 4}, + [3344] = {.lex_state = 0, .external_lex_state = 4}, [3345] = {.lex_state = 0, .external_lex_state = 4}, - [3346] = {.lex_state = 0, .external_lex_state = 4}, - [3347] = {.lex_state = 0, .external_lex_state = 4}, - [3348] = {.lex_state = 0}, - [3349] = {.lex_state = 12}, - [3350] = {.lex_state = 20}, + [3346] = {.lex_state = 25}, + [3347] = {.lex_state = 25}, + [3348] = {.lex_state = 104, .external_lex_state = 4}, + [3349] = {.lex_state = 0, .external_lex_state = 4}, + [3350] = {.lex_state = 0, .external_lex_state = 4}, [3351] = {.lex_state = 0, .external_lex_state = 4}, [3352] = {.lex_state = 0, .external_lex_state = 4}, - [3353] = {.lex_state = 0, .external_lex_state = 4}, - [3354] = {.lex_state = 20}, - [3355] = {.lex_state = 94}, - [3356] = {.lex_state = 94}, - [3357] = {.lex_state = 18, .external_lex_state = 6}, - [3358] = {.lex_state = 18, .external_lex_state = 6}, - [3359] = {.lex_state = 12}, + [3353] = {.lex_state = 16}, + [3354] = {.lex_state = 0, .external_lex_state = 4}, + [3355] = {.lex_state = 104, .external_lex_state = 5}, + [3356] = {.lex_state = 0, .external_lex_state = 4}, + [3357] = {.lex_state = 16}, + [3358] = {.lex_state = 104}, + [3359] = {.lex_state = 22, .external_lex_state = 6}, [3360] = {.lex_state = 0, .external_lex_state = 4}, [3361] = {.lex_state = 0, .external_lex_state = 4}, - [3362] = {.lex_state = 16}, + [3362] = {.lex_state = 0, .external_lex_state = 4}, [3363] = {.lex_state = 0, .external_lex_state = 4}, - [3364] = {.lex_state = 12}, - [3365] = {.lex_state = 18, .external_lex_state = 6}, - [3366] = {.lex_state = 12}, - [3367] = {.lex_state = 20}, - [3368] = {.lex_state = 94, .external_lex_state = 5}, - [3369] = {.lex_state = 0, .external_lex_state = 4}, - [3370] = {.lex_state = 18, .external_lex_state = 6}, - [3371] = {.lex_state = 0, .external_lex_state = 4}, + [3364] = {.lex_state = 104}, + [3365] = {.lex_state = 16}, + [3366] = {.lex_state = 16}, + [3367] = {.lex_state = 0, .external_lex_state = 4}, + [3368] = {.lex_state = 16}, + [3369] = {.lex_state = 104}, + [3370] = {.lex_state = 0, .external_lex_state = 4}, + [3371] = {.lex_state = 16}, [3372] = {.lex_state = 0, .external_lex_state = 4}, - [3373] = {.lex_state = 0, .external_lex_state = 4}, - [3374] = {.lex_state = 0, .external_lex_state = 4}, + [3373] = {.lex_state = 22, .external_lex_state = 6}, + [3374] = {.lex_state = 16}, [3375] = {.lex_state = 0, .external_lex_state = 4}, [3376] = {.lex_state = 0, .external_lex_state = 4}, - [3377] = {.lex_state = 94}, - [3378] = {.lex_state = 0, .external_lex_state = 4}, - [3379] = {.lex_state = 12}, - [3380] = {.lex_state = 0, .external_lex_state = 4}, + [3377] = {.lex_state = 16}, + [3378] = {.lex_state = 16}, + [3379] = {.lex_state = 0, .external_lex_state = 4}, + [3380] = {.lex_state = 16}, [3381] = {.lex_state = 0, .external_lex_state = 4}, - [3382] = {.lex_state = 12}, + [3382] = {.lex_state = 0, .external_lex_state = 4}, [3383] = {.lex_state = 0, .external_lex_state = 4}, - [3384] = {.lex_state = 4}, - [3385] = {.lex_state = 12}, - [3386] = {.lex_state = 12}, - [3387] = {.lex_state = 0, .external_lex_state = 4}, - [3388] = {.lex_state = 0}, - [3389] = {.lex_state = 0, .external_lex_state = 4}, - [3390] = {.lex_state = 12}, - [3391] = {.lex_state = 0, .external_lex_state = 4}, - [3392] = {.lex_state = 12}, - [3393] = {.lex_state = 18, .external_lex_state = 6}, - [3394] = {.lex_state = 0, .external_lex_state = 4}, - [3395] = {.lex_state = 0, .external_lex_state = 4}, + [3384] = {.lex_state = 0, .external_lex_state = 4}, + [3385] = {.lex_state = 16}, + [3386] = {.lex_state = 0, .external_lex_state = 4}, + [3387] = {.lex_state = 25}, + [3388] = {.lex_state = 25}, + [3389] = {.lex_state = 32}, + [3390] = {.lex_state = 32}, + [3391] = {.lex_state = 104}, + [3392] = {.lex_state = 0, .external_lex_state = 4}, + [3393] = {.lex_state = 0, .external_lex_state = 4}, + [3394] = {.lex_state = 16}, + [3395] = {.lex_state = 104}, [3396] = {.lex_state = 0, .external_lex_state = 4}, - [3397] = {.lex_state = 94}, - [3398] = {.lex_state = 94, .external_lex_state = 5}, + [3397] = {.lex_state = 0, .external_lex_state = 4}, + [3398] = {.lex_state = 0, .external_lex_state = 4}, [3399] = {.lex_state = 0, .external_lex_state = 4}, [3400] = {.lex_state = 0, .external_lex_state = 4}, - [3401] = {.lex_state = 12}, + [3401] = {.lex_state = 0, .external_lex_state = 4}, [3402] = {.lex_state = 0, .external_lex_state = 4}, - [3403] = {.lex_state = 12}, - [3404] = {.lex_state = 12}, - [3405] = {.lex_state = 12}, - [3406] = {.lex_state = 94, .external_lex_state = 4}, - [3407] = {.lex_state = 12}, - [3408] = {.lex_state = 12}, - [3409] = {.lex_state = 12}, + [3403] = {.lex_state = 0, .external_lex_state = 4}, + [3404] = {.lex_state = 0, .external_lex_state = 4}, + [3405] = {.lex_state = 0}, + [3406] = {.lex_state = 32}, + [3407] = {.lex_state = 16}, + [3408] = {.lex_state = 0, .external_lex_state = 4}, + [3409] = {.lex_state = 0, .external_lex_state = 4}, [3410] = {.lex_state = 0, .external_lex_state = 4}, - [3411] = {.lex_state = 0, .external_lex_state = 4}, - [3412] = {.lex_state = 94, .external_lex_state = 5}, - [3413] = {.lex_state = 0, .external_lex_state = 4}, - [3414] = {.lex_state = 12}, - [3415] = {.lex_state = 12}, - [3416] = {.lex_state = 12}, + [3411] = {.lex_state = 16}, + [3412] = {.lex_state = 0, .external_lex_state = 4}, + [3413] = {.lex_state = 32}, + [3414] = {.lex_state = 32}, + [3415] = {.lex_state = 22, .external_lex_state = 6}, + [3416] = {.lex_state = 0, .external_lex_state = 4}, [3417] = {.lex_state = 0}, - [3418] = {.lex_state = 94}, - [3419] = {.lex_state = 12}, - [3420] = {.lex_state = 0, .external_lex_state = 4}, - [3421] = {.lex_state = 20}, + [3418] = {.lex_state = 0, .external_lex_state = 4}, + [3419] = {.lex_state = 0, .external_lex_state = 4}, + [3420] = {.lex_state = 0}, + [3421] = {.lex_state = 0, .external_lex_state = 4}, [3422] = {.lex_state = 0, .external_lex_state = 4}, [3423] = {.lex_state = 0, .external_lex_state = 4}, - [3424] = {.lex_state = 0, .external_lex_state = 4}, - [3425] = {.lex_state = 12}, + [3424] = {.lex_state = 104}, + [3425] = {.lex_state = 22, .external_lex_state = 6}, [3426] = {.lex_state = 0, .external_lex_state = 4}, - [3427] = {.lex_state = 12}, - [3428] = {.lex_state = 0, .external_lex_state = 4}, - [3429] = {.lex_state = 20}, + [3427] = {.lex_state = 104}, + [3428] = {.lex_state = 0}, + [3429] = {.lex_state = 0}, [3430] = {.lex_state = 0, .external_lex_state = 4}, [3431] = {.lex_state = 0, .external_lex_state = 4}, - [3432] = {.lex_state = 4}, + [3432] = {.lex_state = 104}, [3433] = {.lex_state = 0, .external_lex_state = 4}, - [3434] = {.lex_state = 12}, - [3435] = {.lex_state = 0}, - [3436] = {.lex_state = 0, .external_lex_state = 4}, - [3437] = {.lex_state = 12}, - [3438] = {.lex_state = 12}, - [3439] = {.lex_state = 94}, - [3440] = {.lex_state = 94, .external_lex_state = 5}, - [3441] = {.lex_state = 12}, - [3442] = {.lex_state = 94}, - [3443] = {.lex_state = 0, .external_lex_state = 4}, - [3444] = {.lex_state = 94}, - [3445] = {.lex_state = 94, .external_lex_state = 4}, - [3446] = {.lex_state = 94}, + [3434] = {.lex_state = 16}, + [3435] = {.lex_state = 0, .external_lex_state = 4}, + [3436] = {.lex_state = 0}, + [3437] = {.lex_state = 7}, + [3438] = {.lex_state = 22, .external_lex_state = 6}, + [3439] = {.lex_state = 0, .external_lex_state = 4}, + [3440] = {.lex_state = 16}, + [3441] = {.lex_state = 32}, + [3442] = {.lex_state = 25}, + [3443] = {.lex_state = 32}, + [3444] = {.lex_state = 25}, + [3445] = {.lex_state = 16}, + [3446] = {.lex_state = 20}, [3447] = {.lex_state = 0, .external_lex_state = 4}, - [3448] = {.lex_state = 12}, - [3449] = {.lex_state = 94, .external_lex_state = 4}, - [3450] = {.lex_state = 94}, - [3451] = {.lex_state = 0}, - [3452] = {.lex_state = 0}, - [3453] = {.lex_state = 17}, - [3454] = {.lex_state = 0, .external_lex_state = 4}, - [3455] = {.lex_state = 0}, - [3456] = {.lex_state = 94}, - [3457] = {.lex_state = 0, .external_lex_state = 4}, - [3458] = {.lex_state = 21}, - [3459] = {.lex_state = 94}, - [3460] = {.lex_state = 21}, - [3461] = {.lex_state = 94}, - [3462] = {.lex_state = 21}, - [3463] = {.lex_state = 17}, - [3464] = {.lex_state = 12}, - [3465] = {.lex_state = 21}, - [3466] = {.lex_state = 0, .external_lex_state = 4}, - [3467] = {.lex_state = 17}, - [3468] = {.lex_state = 21}, - [3469] = {.lex_state = 17}, - [3470] = {.lex_state = 17}, - [3471] = {.lex_state = 21}, - [3472] = {.lex_state = 94}, - [3473] = {.lex_state = 94}, - [3474] = {.lex_state = 12}, - [3475] = {.lex_state = 17}, - [3476] = {.lex_state = 94, .external_lex_state = 4}, - [3477] = {.lex_state = 16}, - [3478] = {.lex_state = 94}, - [3479] = {.lex_state = 17}, - [3480] = {.lex_state = 17}, - [3481] = {.lex_state = 21}, - [3482] = {.lex_state = 0}, - [3483] = {.lex_state = 0}, - [3484] = {.lex_state = 0}, - [3485] = {.lex_state = 21}, - [3486] = {.lex_state = 17}, - [3487] = {.lex_state = 0}, - [3488] = {.lex_state = 94}, - [3489] = {.lex_state = 94}, - [3490] = {.lex_state = 21}, - [3491] = {.lex_state = 17}, - [3492] = {.lex_state = 16}, - [3493] = {.lex_state = 94}, - [3494] = {.lex_state = 1}, - [3495] = {.lex_state = 12}, - [3496] = {.lex_state = 94}, - [3497] = {.lex_state = 17}, - [3498] = {.lex_state = 94}, - [3499] = {.lex_state = 17}, - [3500] = {.lex_state = 94}, - [3501] = {.lex_state = 94}, - [3502] = {.lex_state = 12}, - [3503] = {.lex_state = 12}, - [3504] = {.lex_state = 12}, - [3505] = {.lex_state = 21}, - [3506] = {.lex_state = 21}, - [3507] = {.lex_state = 17}, - [3508] = {.lex_state = 94}, - [3509] = {.lex_state = 0}, - [3510] = {.lex_state = 94}, - [3511] = {.lex_state = 94}, - [3512] = {.lex_state = 94}, - [3513] = {.lex_state = 94}, - [3514] = {.lex_state = 1}, - [3515] = {.lex_state = 21}, - [3516] = {.lex_state = 21}, - [3517] = {.lex_state = 17}, - [3518] = {.lex_state = 17}, - [3519] = {.lex_state = 94, .external_lex_state = 4}, - [3520] = {.lex_state = 0, .external_lex_state = 4}, - [3521] = {.lex_state = 0}, - [3522] = {.lex_state = 21}, - [3523] = {.lex_state = 17}, - [3524] = {.lex_state = 94}, - [3525] = {.lex_state = 0, .external_lex_state = 4}, - [3526] = {.lex_state = 1}, - [3527] = {.lex_state = 94}, - [3528] = {.lex_state = 1}, - [3529] = {.lex_state = 94}, - [3530] = {.lex_state = 12}, - [3531] = {.lex_state = 0, .external_lex_state = 5}, - [3532] = {.lex_state = 94}, - [3533] = {.lex_state = 94}, - [3534] = {.lex_state = 0, .external_lex_state = 4}, - [3535] = {.lex_state = 94}, - [3536] = {.lex_state = 0}, - [3537] = {.lex_state = 12}, - [3538] = {.lex_state = 21}, - [3539] = {.lex_state = 94}, - [3540] = {.lex_state = 94}, - [3541] = {.lex_state = 0}, - [3542] = {.lex_state = 18, .external_lex_state = 6}, - [3543] = {.lex_state = 0}, - [3544] = {.lex_state = 18, .external_lex_state = 6}, - [3545] = {.lex_state = 94}, - [3546] = {.lex_state = 12}, - [3547] = {.lex_state = 94}, - [3548] = {.lex_state = 94}, - [3549] = {.lex_state = 12}, - [3550] = {.lex_state = 12}, - [3551] = {.lex_state = 94}, - [3552] = {.lex_state = 94}, - [3553] = {.lex_state = 94}, - [3554] = {.lex_state = 0, .external_lex_state = 4}, - [3555] = {.lex_state = 16}, - [3556] = {.lex_state = 94}, - [3557] = {.lex_state = 0, .external_lex_state = 4}, - [3558] = {.lex_state = 12}, - [3559] = {.lex_state = 94}, + [3448] = {.lex_state = 0, .external_lex_state = 4}, + [3449] = {.lex_state = 104}, + [3450] = {.lex_state = 0, .external_lex_state = 4}, + [3451] = {.lex_state = 0, .external_lex_state = 4}, + [3452] = {.lex_state = 0, .external_lex_state = 4}, + [3453] = {.lex_state = 32}, + [3454] = {.lex_state = 32}, + [3455] = {.lex_state = 20}, + [3456] = {.lex_state = 16}, + [3457] = {.lex_state = 32}, + [3458] = {.lex_state = 32}, + [3459] = {.lex_state = 25}, + [3460] = {.lex_state = 16}, + [3461] = {.lex_state = 104, .external_lex_state = 5}, + [3462] = {.lex_state = 25}, + [3463] = {.lex_state = 32}, + [3464] = {.lex_state = 104}, + [3465] = {.lex_state = 16}, + [3466] = {.lex_state = 25}, + [3467] = {.lex_state = 32}, + [3468] = {.lex_state = 25}, + [3469] = {.lex_state = 32}, + [3470] = {.lex_state = 25}, + [3471] = {.lex_state = 22, .external_lex_state = 6}, + [3472] = {.lex_state = 25}, + [3473] = {.lex_state = 25}, + [3474] = {.lex_state = 25}, + [3475] = {.lex_state = 104, .external_lex_state = 5}, + [3476] = {.lex_state = 0, .external_lex_state = 4}, + [3477] = {.lex_state = 32}, + [3478] = {.lex_state = 25}, + [3479] = {.lex_state = 16}, + [3480] = {.lex_state = 32}, + [3481] = {.lex_state = 25}, + [3482] = {.lex_state = 16}, + [3483] = {.lex_state = 32}, + [3484] = {.lex_state = 32}, + [3485] = {.lex_state = 32}, + [3486] = {.lex_state = 32}, + [3487] = {.lex_state = 16}, + [3488] = {.lex_state = 0, .external_lex_state = 4}, + [3489] = {.lex_state = 0, .external_lex_state = 4}, + [3490] = {.lex_state = 0, .external_lex_state = 4}, + [3491] = {.lex_state = 32}, + [3492] = {.lex_state = 32}, + [3493] = {.lex_state = 16}, + [3494] = {.lex_state = 0, .external_lex_state = 4}, + [3495] = {.lex_state = 104, .external_lex_state = 5}, + [3496] = {.lex_state = 0, .external_lex_state = 4}, + [3497] = {.lex_state = 32}, + [3498] = {.lex_state = 0, .external_lex_state = 4}, + [3499] = {.lex_state = 16}, + [3500] = {.lex_state = 16}, + [3501] = {.lex_state = 32}, + [3502] = {.lex_state = 16}, + [3503] = {.lex_state = 25}, + [3504] = {.lex_state = 22, .external_lex_state = 6}, + [3505] = {.lex_state = 104}, + [3506] = {.lex_state = 104}, + [3507] = {.lex_state = 25}, + [3508] = {.lex_state = 0, .external_lex_state = 4}, + [3509] = {.lex_state = 104, .external_lex_state = 5}, + [3510] = {.lex_state = 25}, + [3511] = {.lex_state = 25}, + [3512] = {.lex_state = 25}, + [3513] = {.lex_state = 104, .external_lex_state = 4}, + [3514] = {.lex_state = 16}, + [3515] = {.lex_state = 104}, + [3516] = {.lex_state = 22, .external_lex_state = 6}, + [3517] = {.lex_state = 32}, + [3518] = {.lex_state = 32}, + [3519] = {.lex_state = 32}, + [3520] = {.lex_state = 16}, + [3521] = {.lex_state = 16}, + [3522] = {.lex_state = 104}, + [3523] = {.lex_state = 104, .external_lex_state = 4}, + [3524] = {.lex_state = 104}, + [3525] = {.lex_state = 104}, + [3526] = {.lex_state = 16}, + [3527] = {.lex_state = 16}, + [3528] = {.lex_state = 16}, + [3529] = {.lex_state = 16}, + [3530] = {.lex_state = 0}, + [3531] = {.lex_state = 16}, + [3532] = {.lex_state = 16}, + [3533] = {.lex_state = 0, .external_lex_state = 4}, + [3534] = {.lex_state = 16}, + [3535] = {.lex_state = 104}, + [3536] = {.lex_state = 104}, + [3537] = {.lex_state = 0}, + [3538] = {.lex_state = 0}, + [3539] = {.lex_state = 104}, + [3540] = {.lex_state = 104}, + [3541] = {.lex_state = 0, .external_lex_state = 4}, + [3542] = {.lex_state = 104, .external_lex_state = 4}, + [3543] = {.lex_state = 2}, + [3544] = {.lex_state = 26}, + [3545] = {.lex_state = 22, .external_lex_state = 6}, + [3546] = {.lex_state = 104, .external_lex_state = 4}, + [3547] = {.lex_state = 21}, + [3548] = {.lex_state = 26}, + [3549] = {.lex_state = 16}, + [3550] = {.lex_state = 104}, + [3551] = {.lex_state = 16}, + [3552] = {.lex_state = 0, .external_lex_state = 5}, + [3553] = {.lex_state = 0, .external_lex_state = 4}, + [3554] = {.lex_state = 21}, + [3555] = {.lex_state = 104}, + [3556] = {.lex_state = 16}, + [3557] = {.lex_state = 26}, + [3558] = {.lex_state = 21}, + [3559] = {.lex_state = 26}, [3560] = {.lex_state = 21}, - [3561] = {.lex_state = 94}, - [3562] = {.lex_state = 94}, - [3563] = {.lex_state = 12}, - [3564] = {.lex_state = 94, .external_lex_state = 4}, - [3565] = {.lex_state = 94}, - [3566] = {.lex_state = 94}, - [3567] = {.lex_state = 12}, - [3568] = {.lex_state = 16}, - [3569] = {.lex_state = 12}, - [3570] = {.lex_state = 0}, - [3571] = {.lex_state = 17}, + [3561] = {.lex_state = 104}, + [3562] = {.lex_state = 26}, + [3563] = {.lex_state = 21}, + [3564] = {.lex_state = 104}, + [3565] = {.lex_state = 0, .external_lex_state = 4}, + [3566] = {.lex_state = 104}, + [3567] = {.lex_state = 16}, + [3568] = {.lex_state = 104}, + [3569] = {.lex_state = 0}, + [3570] = {.lex_state = 16}, + [3571] = {.lex_state = 26}, [3572] = {.lex_state = 21}, - [3573] = {.lex_state = 94}, - [3574] = {.lex_state = 94}, - [3575] = {.lex_state = 0}, - [3576] = {.lex_state = 0}, - [3577] = {.lex_state = 94}, - [3578] = {.lex_state = 94}, - [3579] = {.lex_state = 94}, - [3580] = {.lex_state = 94}, - [3581] = {.lex_state = 0}, - [3582] = {.lex_state = 29}, - [3583] = {.lex_state = 0, .external_lex_state = 4}, - [3584] = {.lex_state = 0}, - [3585] = {.lex_state = 0}, - [3586] = {.lex_state = 0}, - [3587] = {.lex_state = 0, .external_lex_state = 4}, - [3588] = {.lex_state = 0}, - [3589] = {.lex_state = 94}, - [3590] = {.lex_state = 0}, - [3591] = {.lex_state = 0}, - [3592] = {.lex_state = 0}, - [3593] = {.lex_state = 94}, - [3594] = {.lex_state = 0, .external_lex_state = 4}, - [3595] = {.lex_state = 0}, - [3596] = {.lex_state = 0}, - [3597] = {.lex_state = 0}, - [3598] = {.lex_state = 0}, - [3599] = {.lex_state = 0}, - [3600] = {.lex_state = 94}, - [3601] = {.lex_state = 0}, - [3602] = {.lex_state = 0}, - [3603] = {.lex_state = 0, .external_lex_state = 4}, - [3604] = {.lex_state = 0}, - [3605] = {.lex_state = 94}, - [3606] = {.lex_state = 0}, - [3607] = {.lex_state = 0, .external_lex_state = 4}, - [3608] = {.lex_state = 0}, - [3609] = {.lex_state = 0}, - [3610] = {.lex_state = 94}, - [3611] = {.lex_state = 0}, - [3612] = {.lex_state = 0}, - [3613] = {.lex_state = 0, .external_lex_state = 4}, - [3614] = {.lex_state = 0}, - [3615] = {.lex_state = 94}, - [3616] = {.lex_state = 29}, - [3617] = {.lex_state = 94}, - [3618] = {.lex_state = 0}, - [3619] = {.lex_state = 94}, - [3620] = {.lex_state = 94}, - [3621] = {.lex_state = 94}, - [3622] = {.lex_state = 29}, - [3623] = {.lex_state = 0}, - [3624] = {.lex_state = 29}, - [3625] = {.lex_state = 29}, - [3626] = {.lex_state = 94}, - [3627] = {.lex_state = 0}, - [3628] = {.lex_state = 94}, - [3629] = {.lex_state = 94}, - [3630] = {.lex_state = 0}, - [3631] = {.lex_state = 0, .external_lex_state = 4}, - [3632] = {.lex_state = 0}, - [3633] = {.lex_state = 29}, - [3634] = {.lex_state = 94}, - [3635] = {.lex_state = 29}, - [3636] = {.lex_state = 94}, - [3637] = {.lex_state = 29}, - [3638] = {.lex_state = 29}, - [3639] = {.lex_state = 94}, - [3640] = {.lex_state = 0, .external_lex_state = 4}, - [3641] = {.lex_state = 94}, - [3642] = {.lex_state = 0}, - [3643] = {.lex_state = 94}, - [3644] = {.lex_state = 94}, - [3645] = {.lex_state = 94}, - [3646] = {.lex_state = 0}, - [3647] = {.lex_state = 0, .external_lex_state = 4}, - [3648] = {.lex_state = 94}, - [3649] = {.lex_state = 94}, - [3650] = {.lex_state = 0}, - [3651] = {.lex_state = 94}, - [3652] = {.lex_state = 12}, - [3653] = {.lex_state = 29}, - [3654] = {.lex_state = 0, .external_lex_state = 4}, - [3655] = {.lex_state = 12}, - [3656] = {.lex_state = 0}, + [3573] = {.lex_state = 104}, + [3574] = {.lex_state = 26}, + [3575] = {.lex_state = 21}, + [3576] = {.lex_state = 104}, + [3577] = {.lex_state = 21}, + [3578] = {.lex_state = 26}, + [3579] = {.lex_state = 0, .external_lex_state = 4}, + [3580] = {.lex_state = 26}, + [3581] = {.lex_state = 21}, + [3582] = {.lex_state = 104}, + [3583] = {.lex_state = 0}, + [3584] = {.lex_state = 16}, + [3585] = {.lex_state = 104}, + [3586] = {.lex_state = 104}, + [3587] = {.lex_state = 0}, + [3588] = {.lex_state = 0, .external_lex_state = 4}, + [3589] = {.lex_state = 104}, + [3590] = {.lex_state = 21}, + [3591] = {.lex_state = 26}, + [3592] = {.lex_state = 104}, + [3593] = {.lex_state = 104}, + [3594] = {.lex_state = 16}, + [3595] = {.lex_state = 21}, + [3596] = {.lex_state = 26}, + [3597] = {.lex_state = 0, .external_lex_state = 4}, + [3598] = {.lex_state = 16}, + [3599] = {.lex_state = 104, .external_lex_state = 4}, + [3600] = {.lex_state = 2}, + [3601] = {.lex_state = 16}, + [3602] = {.lex_state = 104}, + [3603] = {.lex_state = 104}, + [3604] = {.lex_state = 26}, + [3605] = {.lex_state = 0}, + [3606] = {.lex_state = 21}, + [3607] = {.lex_state = 104}, + [3608] = {.lex_state = 2}, + [3609] = {.lex_state = 104}, + [3610] = {.lex_state = 104}, + [3611] = {.lex_state = 104}, + [3612] = {.lex_state = 0, .external_lex_state = 4}, + [3613] = {.lex_state = 22, .external_lex_state = 6}, + [3614] = {.lex_state = 16}, + [3615] = {.lex_state = 0, .external_lex_state = 4}, + [3616] = {.lex_state = 104}, + [3617] = {.lex_state = 26}, + [3618] = {.lex_state = 16}, + [3619] = {.lex_state = 21}, + [3620] = {.lex_state = 0}, + [3621] = {.lex_state = 104}, + [3622] = {.lex_state = 104}, + [3623] = {.lex_state = 104}, + [3624] = {.lex_state = 26}, + [3625] = {.lex_state = 0}, + [3626] = {.lex_state = 16}, + [3627] = {.lex_state = 104}, + [3628] = {.lex_state = 21}, + [3629] = {.lex_state = 16}, + [3630] = {.lex_state = 104}, + [3631] = {.lex_state = 0}, + [3632] = {.lex_state = 104}, + [3633] = {.lex_state = 26}, + [3634] = {.lex_state = 21}, + [3635] = {.lex_state = 26}, + [3636] = {.lex_state = 104}, + [3637] = {.lex_state = 16}, + [3638] = {.lex_state = 2}, + [3639] = {.lex_state = 21}, + [3640] = {.lex_state = 104}, + [3641] = {.lex_state = 104}, + [3642] = {.lex_state = 104}, + [3643] = {.lex_state = 104}, + [3644] = {.lex_state = 104}, + [3645] = {.lex_state = 104}, + [3646] = {.lex_state = 104}, + [3647] = {.lex_state = 104}, + [3648] = {.lex_state = 26}, + [3649] = {.lex_state = 104}, + [3650] = {.lex_state = 104}, + [3651] = {.lex_state = 0}, + [3652] = {.lex_state = 104}, + [3653] = {.lex_state = 0}, + [3654] = {.lex_state = 0}, + [3655] = {.lex_state = 21}, + [3656] = {.lex_state = 104}, [3657] = {.lex_state = 0}, - [3658] = {.lex_state = 94}, + [3658] = {.lex_state = 0}, [3659] = {.lex_state = 0}, - [3660] = {.lex_state = 94}, - [3661] = {.lex_state = 0, .external_lex_state = 4}, + [3660] = {.lex_state = 0}, + [3661] = {.lex_state = 104, .external_lex_state = 4}, [3662] = {.lex_state = 0}, - [3663] = {.lex_state = 29}, - [3664] = {.lex_state = 94}, + [3663] = {.lex_state = 0}, + [3664] = {.lex_state = 0, .external_lex_state = 4}, [3665] = {.lex_state = 0}, [3666] = {.lex_state = 0}, [3667] = {.lex_state = 0}, [3668] = {.lex_state = 0}, - [3669] = {.lex_state = 0}, - [3670] = {.lex_state = 0}, + [3669] = {.lex_state = 0, .external_lex_state = 4}, + [3670] = {.lex_state = 0, .external_lex_state = 4}, [3671] = {.lex_state = 0}, - [3672] = {.lex_state = 29}, - [3673] = {.lex_state = 0}, - [3674] = {.lex_state = 0}, - [3675] = {.lex_state = 29}, - [3676] = {.lex_state = 0}, - [3677] = {.lex_state = 0, .external_lex_state = 4}, - [3678] = {.lex_state = 94}, - [3679] = {.lex_state = 29}, - [3680] = {.lex_state = 0, .external_lex_state = 4}, - [3681] = {.lex_state = 0, .external_lex_state = 4}, - [3682] = {.lex_state = 0, .external_lex_state = 4}, - [3683] = {.lex_state = 0}, + [3672] = {.lex_state = 0, .external_lex_state = 4}, + [3673] = {.lex_state = 0, .external_lex_state = 4}, + [3674] = {.lex_state = 0, .external_lex_state = 4}, + [3675] = {.lex_state = 0}, + [3676] = {.lex_state = 104, .external_lex_state = 4}, + [3677] = {.lex_state = 104}, + [3678] = {.lex_state = 104}, + [3679] = {.lex_state = 0}, + [3680] = {.lex_state = 104}, + [3681] = {.lex_state = 104}, + [3682] = {.lex_state = 104}, + [3683] = {.lex_state = 104, .external_lex_state = 4}, [3684] = {.lex_state = 0}, - [3685] = {.lex_state = 0, .external_lex_state = 4}, - [3686] = {.lex_state = 0, .external_lex_state = 4}, - [3687] = {.lex_state = 29}, - [3688] = {.lex_state = 94, .external_lex_state = 4}, - [3689] = {.lex_state = 94}, - [3690] = {.lex_state = 29}, - [3691] = {.lex_state = 0, .external_lex_state = 4}, - [3692] = {.lex_state = 29}, - [3693] = {.lex_state = 0, .external_lex_state = 4}, - [3694] = {.lex_state = 29}, - [3695] = {.lex_state = 0, .external_lex_state = 4}, - [3696] = {.lex_state = 0}, + [3685] = {.lex_state = 104}, + [3686] = {.lex_state = 0}, + [3687] = {.lex_state = 0}, + [3688] = {.lex_state = 104}, + [3689] = {.lex_state = 2}, + [3690] = {.lex_state = 0, .external_lex_state = 4}, + [3691] = {.lex_state = 0}, + [3692] = {.lex_state = 0, .external_lex_state = 4}, + [3693] = {.lex_state = 0}, + [3694] = {.lex_state = 104}, + [3695] = {.lex_state = 0}, + [3696] = {.lex_state = 104}, [3697] = {.lex_state = 0}, [3698] = {.lex_state = 0}, - [3699] = {.lex_state = 0, .external_lex_state = 4}, - [3700] = {.lex_state = 0, .external_lex_state = 4}, - [3701] = {.lex_state = 0, .external_lex_state = 4}, - [3702] = {.lex_state = 0}, + [3699] = {.lex_state = 104}, + [3700] = {.lex_state = 0}, + [3701] = {.lex_state = 104}, + [3702] = {.lex_state = 104}, [3703] = {.lex_state = 0}, - [3704] = {.lex_state = 94}, - [3705] = {.lex_state = 94}, - [3706] = {.lex_state = 0}, - [3707] = {.lex_state = 0}, - [3708] = {.lex_state = 94}, + [3704] = {.lex_state = 0}, + [3705] = {.lex_state = 104}, + [3706] = {.lex_state = 7}, + [3707] = {.lex_state = 104}, + [3708] = {.lex_state = 0, .external_lex_state = 4}, [3709] = {.lex_state = 0}, - [3710] = {.lex_state = 0, .external_lex_state = 4}, - [3711] = {.lex_state = 0, .external_lex_state = 4}, + [3710] = {.lex_state = 104}, + [3711] = {.lex_state = 0}, [3712] = {.lex_state = 0}, - [3713] = {.lex_state = 94, .external_lex_state = 4}, - [3714] = {.lex_state = 0}, - [3715] = {.lex_state = 0}, - [3716] = {.lex_state = 94}, + [3713] = {.lex_state = 0}, + [3714] = {.lex_state = 104}, + [3715] = {.lex_state = 104}, + [3716] = {.lex_state = 0}, [3717] = {.lex_state = 0}, - [3718] = {.lex_state = 94}, + [3718] = {.lex_state = 104}, [3719] = {.lex_state = 0}, [3720] = {.lex_state = 0}, - [3721] = {.lex_state = 0}, + [3721] = {.lex_state = 0, .external_lex_state = 4}, [3722] = {.lex_state = 0}, - [3723] = {.lex_state = 4}, - [3724] = {.lex_state = 94}, + [3723] = {.lex_state = 104}, + [3724] = {.lex_state = 0}, [3725] = {.lex_state = 0}, - [3726] = {.lex_state = 94}, + [3726] = {.lex_state = 104}, [3727] = {.lex_state = 0}, - [3728] = {.lex_state = 0}, - [3729] = {.lex_state = 0}, - [3730] = {.lex_state = 94}, - [3731] = {.lex_state = 0}, - [3732] = {.lex_state = 94}, - [3733] = {.lex_state = 94}, + [3728] = {.lex_state = 0, .external_lex_state = 4}, + [3729] = {.lex_state = 104}, + [3730] = {.lex_state = 0}, + [3731] = {.lex_state = 104}, + [3732] = {.lex_state = 104}, + [3733] = {.lex_state = 104, .external_lex_state = 4}, [3734] = {.lex_state = 0}, - [3735] = {.lex_state = 94}, - [3736] = {.lex_state = 0}, - [3737] = {.lex_state = 0}, - [3738] = {.lex_state = 94}, - [3739] = {.lex_state = 29}, + [3735] = {.lex_state = 104}, + [3736] = {.lex_state = 104}, + [3737] = {.lex_state = 104}, + [3738] = {.lex_state = 0}, + [3739] = {.lex_state = 104}, [3740] = {.lex_state = 0}, - [3741] = {.lex_state = 0, .external_lex_state = 4}, - [3742] = {.lex_state = 94}, - [3743] = {.lex_state = 94}, - [3744] = {.lex_state = 94}, - [3745] = {.lex_state = 94}, - [3746] = {.lex_state = 4}, - [3747] = {.lex_state = 0}, - [3748] = {.lex_state = 0}, - [3749] = {.lex_state = 94, .external_lex_state = 4}, - [3750] = {.lex_state = 94}, - [3751] = {.lex_state = 0}, - [3752] = {.lex_state = 0, .external_lex_state = 4}, - [3753] = {.lex_state = 18, .external_lex_state = 6}, - [3754] = {.lex_state = 0, .external_lex_state = 4}, - [3755] = {.lex_state = 29}, + [3741] = {.lex_state = 104}, + [3742] = {.lex_state = 0}, + [3743] = {.lex_state = 0}, + [3744] = {.lex_state = 104}, + [3745] = {.lex_state = 104}, + [3746] = {.lex_state = 0}, + [3747] = {.lex_state = 104}, + [3748] = {.lex_state = 0, .external_lex_state = 4}, + [3749] = {.lex_state = 104}, + [3750] = {.lex_state = 0, .external_lex_state = 4}, + [3751] = {.lex_state = 0, .external_lex_state = 4}, + [3752] = {.lex_state = 0}, + [3753] = {.lex_state = 0, .external_lex_state = 4}, + [3754] = {.lex_state = 0}, + [3755] = {.lex_state = 104}, [3756] = {.lex_state = 0}, - [3757] = {.lex_state = 0, .external_lex_state = 4}, - [3758] = {.lex_state = 94, .external_lex_state = 4}, + [3757] = {.lex_state = 0}, + [3758] = {.lex_state = 0}, [3759] = {.lex_state = 0, .external_lex_state = 4}, - [3760] = {.lex_state = 0, .external_lex_state = 4}, + [3760] = {.lex_state = 0}, [3761] = {.lex_state = 0, .external_lex_state = 4}, - [3762] = {.lex_state = 0, .external_lex_state = 4}, - [3763] = {.lex_state = 94}, - [3764] = {.lex_state = 94}, - [3765] = {.lex_state = 94}, + [3762] = {.lex_state = 104}, + [3763] = {.lex_state = 0}, + [3764] = {.lex_state = 0, .external_lex_state = 4}, + [3765] = {.lex_state = 0, .external_lex_state = 4}, [3766] = {.lex_state = 0, .external_lex_state = 4}, - [3767] = {.lex_state = 0}, + [3767] = {.lex_state = 0, .external_lex_state = 4}, [3768] = {.lex_state = 0, .external_lex_state = 4}, - [3769] = {.lex_state = 0}, - [3770] = {.lex_state = 0}, - [3771] = {.lex_state = 0}, - [3772] = {.lex_state = 0, .external_lex_state = 4}, - [3773] = {.lex_state = 0, .external_lex_state = 4}, + [3769] = {.lex_state = 104}, + [3770] = {.lex_state = 104}, + [3771] = {.lex_state = 0, .external_lex_state = 4}, + [3772] = {.lex_state = 0}, + [3773] = {.lex_state = 104}, [3774] = {.lex_state = 0, .external_lex_state = 4}, [3775] = {.lex_state = 0, .external_lex_state = 4}, - [3776] = {.lex_state = 0}, + [3776] = {.lex_state = 0, .external_lex_state = 4}, [3777] = {.lex_state = 0, .external_lex_state = 4}, - [3778] = {.lex_state = 94}, - [3779] = {.lex_state = 0}, - [3780] = {.lex_state = 94}, - [3781] = {.lex_state = 0}, - [3782] = {.lex_state = 94}, - [3783] = {.lex_state = 94}, - [3784] = {.lex_state = 0, .external_lex_state = 4}, - [3785] = {.lex_state = 0, .external_lex_state = 4}, - [3786] = {.lex_state = 0}, - [3787] = {.lex_state = 0, .external_lex_state = 4}, - [3788] = {.lex_state = 94}, - [3789] = {.lex_state = 94}, - [3790] = {.lex_state = 94}, - [3791] = {.lex_state = 0, .external_lex_state = 4}, - [3792] = {.lex_state = 94}, - [3793] = {.lex_state = 0, .external_lex_state = 4}, + [3778] = {.lex_state = 0, .external_lex_state = 4}, + [3779] = {.lex_state = 0, .external_lex_state = 4}, + [3780] = {.lex_state = 0, .external_lex_state = 4}, + [3781] = {.lex_state = 0, .external_lex_state = 4}, + [3782] = {.lex_state = 104}, + [3783] = {.lex_state = 0, .external_lex_state = 4}, + [3784] = {.lex_state = 0}, + [3785] = {.lex_state = 0}, + [3786] = {.lex_state = 0, .external_lex_state = 4}, + [3787] = {.lex_state = 7}, + [3788] = {.lex_state = 0}, + [3789] = {.lex_state = 0}, + [3790] = {.lex_state = 0}, + [3791] = {.lex_state = 0}, + [3792] = {.lex_state = 104, .external_lex_state = 4}, + [3793] = {.lex_state = 104}, [3794] = {.lex_state = 0, .external_lex_state = 4}, - [3795] = {.lex_state = 94}, - [3796] = {.lex_state = 0, .external_lex_state = 4}, - [3797] = {.lex_state = 0}, + [3795] = {.lex_state = 0}, + [3796] = {.lex_state = 0}, + [3797] = {.lex_state = 0, .external_lex_state = 4}, [3798] = {.lex_state = 0}, - [3799] = {.lex_state = 0}, - [3800] = {.lex_state = 94}, + [3799] = {.lex_state = 104}, + [3800] = {.lex_state = 104}, [3801] = {.lex_state = 0, .external_lex_state = 4}, - [3802] = {.lex_state = 0}, + [3802] = {.lex_state = 0, .external_lex_state = 4}, [3803] = {.lex_state = 0, .external_lex_state = 4}, - [3804] = {.lex_state = 0}, - [3805] = {.lex_state = 94, .external_lex_state = 4}, + [3804] = {.lex_state = 0, .external_lex_state = 4}, + [3805] = {.lex_state = 0, .external_lex_state = 4}, [3806] = {.lex_state = 0, .external_lex_state = 4}, [3807] = {.lex_state = 0}, - [3808] = {.lex_state = 0, .external_lex_state = 4}, - [3809] = {.lex_state = 0}, - [3810] = {.lex_state = 0}, - [3811] = {.lex_state = 94}, - [3812] = {.lex_state = 0}, - [3813] = {.lex_state = 94}, - [3814] = {.lex_state = 0}, - [3815] = {.lex_state = 0}, - [3816] = {.lex_state = 0}, + [3808] = {.lex_state = 0}, + [3809] = {.lex_state = 104}, + [3810] = {.lex_state = 0, .external_lex_state = 4}, + [3811] = {.lex_state = 0, .external_lex_state = 4}, + [3812] = {.lex_state = 0, .external_lex_state = 4}, + [3813] = {.lex_state = 104}, + [3814] = {.lex_state = 0, .external_lex_state = 4}, + [3815] = {.lex_state = 104}, + [3816] = {.lex_state = 0, .external_lex_state = 4}, [3817] = {.lex_state = 0}, [3818] = {.lex_state = 0}, - [3819] = {.lex_state = 94}, + [3819] = {.lex_state = 0}, [3820] = {.lex_state = 0}, - [3821] = {.lex_state = 94}, - [3822] = {.lex_state = 94}, - [3823] = {.lex_state = 94}, - [3824] = {.lex_state = 0, .external_lex_state = 4}, - [3825] = {.lex_state = 0, .external_lex_state = 4}, + [3821] = {.lex_state = 0}, + [3822] = {.lex_state = 0}, + [3823] = {.lex_state = 0}, + [3824] = {.lex_state = 0}, + [3825] = {.lex_state = 0}, [3826] = {.lex_state = 0}, - [3827] = {.lex_state = 0}, - [3828] = {.lex_state = 4}, - [3829] = {.lex_state = 29}, - [3830] = {.lex_state = 94, .external_lex_state = 4}, - [3831] = {.lex_state = 94}, - [3832] = {.lex_state = 94}, - [3833] = {.lex_state = 1}, - [3834] = {.lex_state = 94}, - [3835] = {.lex_state = 0}, - [3836] = {.lex_state = 0}, - [3837] = {.lex_state = 94}, - [3838] = {.lex_state = 94}, - [3839] = {.lex_state = 94}, - [3840] = {.lex_state = 94}, - [3841] = {.lex_state = 94}, + [3827] = {.lex_state = 104}, + [3828] = {.lex_state = 104}, + [3829] = {.lex_state = 104}, + [3830] = {.lex_state = 0, .external_lex_state = 4}, + [3831] = {.lex_state = 0}, + [3832] = {.lex_state = 104}, + [3833] = {.lex_state = 16}, + [3834] = {.lex_state = 0}, + [3835] = {.lex_state = 22, .external_lex_state = 6}, + [3836] = {.lex_state = 104, .external_lex_state = 4}, + [3837] = {.lex_state = 0}, + [3838] = {.lex_state = 104}, + [3839] = {.lex_state = 0}, + [3840] = {.lex_state = 0}, + [3841] = {.lex_state = 104}, [3842] = {.lex_state = 0}, - [3843] = {.lex_state = 94}, - [3844] = {.lex_state = 0}, + [3843] = {.lex_state = 104}, + [3844] = {.lex_state = 0, .external_lex_state = 4}, [3845] = {.lex_state = 0}, - [3846] = {.lex_state = 94}, - [3847] = {.lex_state = 94}, - [3848] = {.lex_state = 94}, + [3846] = {.lex_state = 0}, + [3847] = {.lex_state = 0}, + [3848] = {.lex_state = 104}, [3849] = {.lex_state = 0}, - [3850] = {.lex_state = 94}, - [3851] = {.lex_state = 94}, - [3852] = {.lex_state = 94}, - [3853] = {.lex_state = 94}, - [3854] = {.lex_state = 94}, - [3855] = {.lex_state = 94}, - [3856] = {.lex_state = 0}, + [3850] = {.lex_state = 0}, + [3851] = {.lex_state = 104}, + [3852] = {.lex_state = 0}, + [3853] = {.lex_state = 0}, + [3854] = {.lex_state = 104}, + [3855] = {.lex_state = 0}, + [3856] = {.lex_state = 104}, [3857] = {.lex_state = 0}, - [3858] = {.lex_state = 94}, - [3859] = {.lex_state = 94}, - [3860] = {.lex_state = 0, .external_lex_state = 4}, - [3861] = {.lex_state = 94}, + [3858] = {.lex_state = 0, .external_lex_state = 4}, + [3859] = {.lex_state = 0, .external_lex_state = 4}, + [3860] = {.lex_state = 0}, + [3861] = {.lex_state = 104}, [3862] = {.lex_state = 0}, - [3863] = {.lex_state = 0}, - [3864] = {.lex_state = 94}, - [3865] = {.lex_state = 0, .external_lex_state = 4}, + [3863] = {.lex_state = 104}, + [3864] = {.lex_state = 104}, + [3865] = {.lex_state = 0}, [3866] = {.lex_state = 0}, [3867] = {.lex_state = 0}, - [3868] = {.lex_state = 94}, - [3869] = {.lex_state = 0}, - [3870] = {.lex_state = 94}, - [3871] = {.lex_state = 0}, - [3872] = {.lex_state = 0, .external_lex_state = 4}, + [3868] = {.lex_state = 104}, + [3869] = {.lex_state = 104}, + [3870] = {.lex_state = 16}, + [3871] = {.lex_state = 104}, + [3872] = {.lex_state = 104}, [3873] = {.lex_state = 0}, [3874] = {.lex_state = 0}, - [3875] = {.lex_state = 94}, - [3876] = {.lex_state = 94}, + [3875] = {.lex_state = 0}, + [3876] = {.lex_state = 104}, [3877] = {.lex_state = 0}, - [3878] = {.lex_state = 0}, - [3879] = {.lex_state = 94}, - [3880] = {.lex_state = 0, .external_lex_state = 4}, - [3881] = {.lex_state = 0}, - [3882] = {.lex_state = 0}, - [3883] = {.lex_state = 94}, + [3878] = {.lex_state = 104}, + [3879] = {.lex_state = 104}, + [3880] = {.lex_state = 104}, + [3881] = {.lex_state = 104}, + [3882] = {.lex_state = 104}, + [3883] = {.lex_state = 0}, [3884] = {.lex_state = 0}, - [3885] = {.lex_state = 94}, - [3886] = {.lex_state = 94}, - [3887] = {.lex_state = 0}, - [3888] = {.lex_state = 94}, - [3889] = {.lex_state = 94}, - [3890] = {.lex_state = 94}, - [3891] = {.lex_state = 0, .external_lex_state = 4}, - [3892] = {.lex_state = 0, .external_lex_state = 4}, - [3893] = {.lex_state = 0, .external_lex_state = 4}, - [3894] = {.lex_state = 0, .external_lex_state = 4}, - [3895] = {.lex_state = 0}, - [3896] = {.lex_state = 94}, + [3885] = {.lex_state = 0, .external_lex_state = 4}, + [3886] = {.lex_state = 0, .external_lex_state = 4}, + [3887] = {.lex_state = 0, .external_lex_state = 4}, + [3888] = {.lex_state = 7}, + [3889] = {.lex_state = 0, .external_lex_state = 4}, + [3890] = {.lex_state = 0, .external_lex_state = 4}, + [3891] = {.lex_state = 0}, + [3892] = {.lex_state = 0}, + [3893] = {.lex_state = 104}, + [3894] = {.lex_state = 104}, + [3895] = {.lex_state = 104}, + [3896] = {.lex_state = 0}, [3897] = {.lex_state = 0}, - [3898] = {.lex_state = 94}, + [3898] = {.lex_state = 0}, [3899] = {.lex_state = 0}, - [3900] = {.lex_state = 0}, - [3901] = {.lex_state = 0, .external_lex_state = 4}, - [3902] = {.lex_state = 94}, - [3903] = {.lex_state = 94}, + [3900] = {.lex_state = 104}, + [3901] = {.lex_state = 0}, + [3902] = {.lex_state = 0, .external_lex_state = 4}, + [3903] = {.lex_state = 0}, [3904] = {.lex_state = 0}, - [3905] = {.lex_state = 94}, - [3906] = {.lex_state = 94}, - [3907] = {.lex_state = 94}, - [3908] = {.lex_state = 94}, - [3909] = {.lex_state = 94}, - [3910] = {.lex_state = 94}, - [3911] = {.lex_state = 0, .external_lex_state = 4}, + [3905] = {.lex_state = 0}, + [3906] = {.lex_state = 104}, + [3907] = {.lex_state = 0}, + [3908] = {.lex_state = 104}, + [3909] = {.lex_state = 0}, + [3910] = {.lex_state = 0}, + [3911] = {.lex_state = 104}, [3912] = {.lex_state = 0, .external_lex_state = 4}, - [3913] = {.lex_state = 94}, - [3914] = {.lex_state = 0}, - [3915] = {.lex_state = 0}, + [3913] = {.lex_state = 0}, + [3914] = {.lex_state = 104}, + [3915] = {.lex_state = 104}, [3916] = {.lex_state = 0}, - [3917] = {.lex_state = 0}, - [3918] = {.lex_state = 94}, - [3919] = {.lex_state = 94}, + [3917] = {.lex_state = 2}, + [3918] = {.lex_state = 0}, + [3919] = {.lex_state = 0}, [3920] = {.lex_state = 0}, - [3921] = {.lex_state = 0, .external_lex_state = 4}, - [3922] = {.lex_state = 0, .external_lex_state = 4}, - [3923] = {.lex_state = 94}, - [3924] = {.lex_state = 94}, + [3921] = {.lex_state = 104}, + [3922] = {.lex_state = 104}, + [3923] = {.lex_state = 104}, + [3924] = {.lex_state = 0}, [3925] = {.lex_state = 0}, - [3926] = {.lex_state = 94}, + [3926] = {.lex_state = 0}, [3927] = {.lex_state = 0}, - [3928] = {.lex_state = 94}, - [3929] = {.lex_state = 94}, - [3930] = {.lex_state = 94}, - [3931] = {.lex_state = 0}, + [3928] = {.lex_state = 0}, + [3929] = {.lex_state = 104}, + [3930] = {.lex_state = 0}, + [3931] = {.lex_state = 0, .external_lex_state = 4}, [3932] = {.lex_state = 0}, - [3933] = {.lex_state = 0}, + [3933] = {.lex_state = 104}, [3934] = {.lex_state = 0}, - [3935] = {.lex_state = 94}, - [3936] = {.lex_state = 94}, + [3935] = {.lex_state = 0}, + [3936] = {.lex_state = 0}, [3937] = {.lex_state = 0}, - [3938] = {.lex_state = 0, .external_lex_state = 4}, - [3939] = {.lex_state = 94}, - [3940] = {.lex_state = 94}, - [3941] = {.lex_state = 94}, - [3942] = {.lex_state = 94}, - [3943] = {.lex_state = 1}, + [3938] = {.lex_state = 0}, + [3939] = {.lex_state = 104}, + [3940] = {.lex_state = 0, .external_lex_state = 4}, + [3941] = {.lex_state = 0}, + [3942] = {.lex_state = 0}, + [3943] = {.lex_state = 0}, [3944] = {.lex_state = 0}, - [3945] = {.lex_state = 94}, - [3946] = {.lex_state = 0}, - [3947] = {.lex_state = 0}, - [3948] = {.lex_state = 0}, - [3949] = {.lex_state = 0, .external_lex_state = 4}, - [3950] = {.lex_state = 94}, - [3951] = {.lex_state = 94}, - [3952] = {.lex_state = 0}, - [3953] = {.lex_state = 94}, - [3954] = {.lex_state = 0}, - [3955] = {.lex_state = 94}, - [3956] = {.lex_state = 0}, - [3957] = {.lex_state = 94}, - [3958] = {.lex_state = 94}, - [3959] = {.lex_state = 94}, - [3960] = {.lex_state = 0}, - [3961] = {.lex_state = 94}, + [3945] = {.lex_state = 16}, + [3946] = {.lex_state = 104}, + [3947] = {.lex_state = 0, .external_lex_state = 4}, + [3948] = {.lex_state = 104}, + [3949] = {.lex_state = 104}, + [3950] = {.lex_state = 104}, + [3951] = {.lex_state = 0}, + [3952] = {.lex_state = 104}, + [3953] = {.lex_state = 0}, + [3954] = {.lex_state = 104}, + [3955] = {.lex_state = 0}, + [3956] = {.lex_state = 104}, + [3957] = {.lex_state = 0}, + [3958] = {.lex_state = 0}, + [3959] = {.lex_state = 0}, + [3960] = {.lex_state = 0, .external_lex_state = 4}, + [3961] = {.lex_state = 104}, [3962] = {.lex_state = 0}, - [3963] = {.lex_state = 0, .external_lex_state = 4}, - [3964] = {.lex_state = 94}, - [3965] = {.lex_state = 94}, - [3966] = {.lex_state = 94}, - [3967] = {.lex_state = 94}, - [3968] = {.lex_state = 0}, - [3969] = {.lex_state = 0}, - [3970] = {.lex_state = 94}, - [3971] = {.lex_state = 0}, - [3972] = {.lex_state = 0, .external_lex_state = 4}, - [3973] = {.lex_state = 0}, - [3974] = {.lex_state = 0, .external_lex_state = 4}, - [3975] = {.lex_state = 94}, - [3976] = {.lex_state = 94}, - [3977] = {.lex_state = 94}, - [3978] = {.lex_state = 94}, - [3979] = {.lex_state = 94}, + [3963] = {.lex_state = 104}, + [3964] = {.lex_state = 104}, + [3965] = {.lex_state = 0, .external_lex_state = 4}, + [3966] = {.lex_state = 104}, + [3967] = {.lex_state = 104}, + [3968] = {.lex_state = 0, .external_lex_state = 4}, + [3969] = {.lex_state = 104}, + [3970] = {.lex_state = 104}, + [3971] = {.lex_state = 104}, + [3972] = {.lex_state = 104}, + [3973] = {.lex_state = 104}, + [3974] = {.lex_state = 0}, + [3975] = {.lex_state = 0, .external_lex_state = 4}, + [3976] = {.lex_state = 104}, + [3977] = {.lex_state = 104}, + [3978] = {.lex_state = 0}, + [3979] = {.lex_state = 104}, [3980] = {.lex_state = 0}, - [3981] = {.lex_state = 0}, - [3982] = {.lex_state = 94}, - [3983] = {.lex_state = 0}, - [3984] = {.lex_state = 0}, - [3985] = {.lex_state = 94}, - [3986] = {.lex_state = 94}, - [3987] = {.lex_state = 94}, - [3988] = {.lex_state = 94}, - [3989] = {.lex_state = 94}, - [3990] = {.lex_state = 94}, - [3991] = {.lex_state = 94}, - [3992] = {.lex_state = 0}, - [3993] = {.lex_state = 0}, - [3994] = {.lex_state = 0, .external_lex_state = 4}, - [3995] = {.lex_state = 0}, - [3996] = {.lex_state = 94}, + [3981] = {.lex_state = 104}, + [3982] = {.lex_state = 104}, + [3983] = {.lex_state = 0, .external_lex_state = 4}, + [3984] = {.lex_state = 0, .external_lex_state = 4}, + [3985] = {.lex_state = 0, .external_lex_state = 4}, + [3986] = {.lex_state = 0, .external_lex_state = 4}, + [3987] = {.lex_state = 0}, + [3988] = {.lex_state = 0}, + [3989] = {.lex_state = 104}, + [3990] = {.lex_state = 104}, + [3991] = {.lex_state = 0}, + [3992] = {.lex_state = 0, .external_lex_state = 4}, + [3993] = {.lex_state = 0, .external_lex_state = 4}, + [3994] = {.lex_state = 0}, + [3995] = {.lex_state = 104}, + [3996] = {.lex_state = 104}, [3997] = {.lex_state = 0}, - [3998] = {.lex_state = 94}, - [3999] = {.lex_state = 94}, - [4000] = {.lex_state = 0}, - [4001] = {.lex_state = 94}, - [4002] = {.lex_state = 94}, - [4003] = {.lex_state = 0}, - [4004] = {.lex_state = 0, .external_lex_state = 4}, - [4005] = {.lex_state = 94}, - [4006] = {.lex_state = 94}, - [4007] = {.lex_state = 0, .external_lex_state = 4}, - [4008] = {.lex_state = 94}, - [4009] = {.lex_state = 0, .external_lex_state = 4}, - [4010] = {.lex_state = 0}, - [4011] = {.lex_state = 94}, + [3998] = {.lex_state = 0, .external_lex_state = 4}, + [3999] = {.lex_state = 104}, + [4000] = {.lex_state = 104}, + [4001] = {.lex_state = 0}, + [4002] = {.lex_state = 104}, + [4003] = {.lex_state = 104}, + [4004] = {.lex_state = 104}, + [4005] = {.lex_state = 0}, + [4006] = {.lex_state = 0}, + [4007] = {.lex_state = 104}, + [4008] = {.lex_state = 104}, + [4009] = {.lex_state = 104}, + [4010] = {.lex_state = 104}, + [4011] = {.lex_state = 0}, [4012] = {.lex_state = 0}, - [4013] = {.lex_state = 94}, + [4013] = {.lex_state = 104}, [4014] = {.lex_state = 0}, - [4015] = {.lex_state = 94}, - [4016] = {.lex_state = 0}, + [4015] = {.lex_state = 104}, + [4016] = {.lex_state = 104}, [4017] = {.lex_state = 0}, - [4018] = {.lex_state = 0}, - [4019] = {.lex_state = 94}, - [4020] = {.lex_state = 94}, - [4021] = {.lex_state = 94}, + [4018] = {.lex_state = 104}, + [4019] = {.lex_state = 104}, + [4020] = {.lex_state = 104}, + [4021] = {.lex_state = 104}, [4022] = {.lex_state = 0}, - [4023] = {.lex_state = 94}, - [4024] = {.lex_state = 94}, - [4025] = {.lex_state = 94}, - [4026] = {.lex_state = 94}, - [4027] = {.lex_state = 94}, - [4028] = {.lex_state = 94}, - [4029] = {.lex_state = 94}, - [4030] = {.lex_state = 94}, - [4031] = {.lex_state = 94}, - [4032] = {.lex_state = 94}, - [4033] = {.lex_state = 94}, - [4034] = {.lex_state = 0}, - [4035] = {.lex_state = 94}, - [4036] = {.lex_state = 94}, - [4037] = {.lex_state = 94}, - [4038] = {.lex_state = 94}, - [4039] = {.lex_state = 94}, - [4040] = {.lex_state = 94}, - [4041] = {.lex_state = 94}, - [4042] = {.lex_state = 94}, - [4043] = {.lex_state = 0}, - [4044] = {.lex_state = 94}, - [4045] = {.lex_state = 0}, - [4046] = {.lex_state = 94}, - [4047] = {.lex_state = 94}, + [4023] = {.lex_state = 0}, + [4024] = {.lex_state = 104}, + [4025] = {.lex_state = 104}, + [4026] = {.lex_state = 104}, + [4027] = {.lex_state = 104}, + [4028] = {.lex_state = 104}, + [4029] = {.lex_state = 104}, + [4030] = {.lex_state = 104}, + [4031] = {.lex_state = 0}, + [4032] = {.lex_state = 104}, + [4033] = {.lex_state = 0}, + [4034] = {.lex_state = 104}, + [4035] = {.lex_state = 104}, + [4036] = {.lex_state = 104}, + [4037] = {.lex_state = 104}, + [4038] = {.lex_state = 104}, + [4039] = {.lex_state = 0}, + [4040] = {.lex_state = 0, .external_lex_state = 4}, + [4041] = {.lex_state = 104}, + [4042] = {.lex_state = 104}, + [4043] = {.lex_state = 104}, + [4044] = {.lex_state = 104}, + [4045] = {.lex_state = 0, .external_lex_state = 4}, + [4046] = {.lex_state = 0}, + [4047] = {.lex_state = 0}, [4048] = {.lex_state = 0}, - [4049] = {.lex_state = 94}, - [4050] = {.lex_state = 94}, - [4051] = {.lex_state = 94}, - [4052] = {.lex_state = 0}, - [4053] = {.lex_state = 0}, - [4054] = {.lex_state = 0, .external_lex_state = 4}, - [4055] = {.lex_state = 94}, - [4056] = {.lex_state = 0}, - [4057] = {.lex_state = 94}, - [4058] = {.lex_state = 94}, - [4059] = {.lex_state = 94}, - [4060] = {.lex_state = 94}, - [4061] = {.lex_state = 94}, - [4062] = {.lex_state = 0}, - [4063] = {.lex_state = 94}, - [4064] = {.lex_state = 94}, - [4065] = {.lex_state = 94}, + [4049] = {.lex_state = 0, .external_lex_state = 4}, + [4050] = {.lex_state = 0, .external_lex_state = 4}, + [4051] = {.lex_state = 104}, + [4052] = {.lex_state = 104}, + [4053] = {.lex_state = 104}, + [4054] = {.lex_state = 104}, + [4055] = {.lex_state = 0, .external_lex_state = 4}, + [4056] = {.lex_state = 104}, + [4057] = {.lex_state = 104}, + [4058] = {.lex_state = 104}, + [4059] = {.lex_state = 104}, + [4060] = {.lex_state = 104}, + [4061] = {.lex_state = 104}, + [4062] = {.lex_state = 104}, + [4063] = {.lex_state = 0, .external_lex_state = 4}, + [4064] = {.lex_state = 0, .external_lex_state = 4}, + [4065] = {.lex_state = 104}, [4066] = {.lex_state = 0}, - [4067] = {.lex_state = 0}, - [4068] = {.lex_state = 94}, - [4069] = {.lex_state = 94}, - [4070] = {.lex_state = 94}, - [4071] = {.lex_state = 94}, - [4072] = {.lex_state = 94}, - [4073] = {.lex_state = 16}, - [4074] = {.lex_state = 0}, - [4075] = {.lex_state = 0, .external_lex_state = 4}, - [4076] = {.lex_state = 0, .external_lex_state = 4}, - [4077] = {.lex_state = 0}, - [4078] = {.lex_state = 94}, - [4079] = {.lex_state = 0}, - [4080] = {.lex_state = 94}, + [4067] = {.lex_state = 104}, + [4068] = {.lex_state = 0}, + [4069] = {.lex_state = 104}, + [4070] = {.lex_state = 104}, + [4071] = {.lex_state = 0}, + [4072] = {.lex_state = 104}, + [4073] = {.lex_state = 0, .external_lex_state = 4}, + [4074] = {.lex_state = 0, .external_lex_state = 4}, + [4075] = {.lex_state = 104}, + [4076] = {.lex_state = 0}, + [4077] = {.lex_state = 104}, + [4078] = {.lex_state = 104}, + [4079] = {.lex_state = 104}, + [4080] = {.lex_state = 104}, [4081] = {.lex_state = 0}, - [4082] = {.lex_state = 0, .external_lex_state = 4}, - [4083] = {.lex_state = 94}, + [4082] = {.lex_state = 104}, + [4083] = {.lex_state = 0}, [4084] = {.lex_state = 0}, - [4085] = {.lex_state = 94}, - [4086] = {.lex_state = 94}, - [4087] = {.lex_state = 94}, + [4085] = {.lex_state = 104}, + [4086] = {.lex_state = 0}, + [4087] = {.lex_state = 104}, [4088] = {.lex_state = 0}, - [4089] = {.lex_state = 94}, + [4089] = {.lex_state = 20}, [4090] = {.lex_state = 0}, - [4091] = {.lex_state = 0, .external_lex_state = 4}, - [4092] = {.lex_state = 0}, - [4093] = {.lex_state = 94}, - [4094] = {.lex_state = 94}, - [4095] = {.lex_state = 94}, - [4096] = {.lex_state = 0}, - [4097] = {.lex_state = 94}, - [4098] = {.lex_state = 0}, - [4099] = {.lex_state = 94}, - [4100] = {.lex_state = 0}, - [4101] = {.lex_state = 0, .external_lex_state = 4}, - [4102] = {.lex_state = 0}, - [4103] = {.lex_state = 94}, - [4104] = {.lex_state = 94}, - [4105] = {.lex_state = 94}, - [4106] = {.lex_state = 0}, + [4091] = {.lex_state = 104}, + [4092] = {.lex_state = 104}, + [4093] = {.lex_state = 104}, + [4094] = {.lex_state = 104}, + [4095] = {.lex_state = 104}, + [4096] = {.lex_state = 104}, + [4097] = {.lex_state = 104}, + [4098] = {.lex_state = 104}, + [4099] = {.lex_state = 0}, + [4100] = {.lex_state = 104}, + [4101] = {.lex_state = 104}, + [4102] = {.lex_state = 104}, + [4103] = {.lex_state = 104}, + [4104] = {.lex_state = 104}, + [4105] = {.lex_state = 104}, + [4106] = {.lex_state = 104}, [4107] = {.lex_state = 0}, - [4108] = {.lex_state = 0}, - [4109] = {.lex_state = 94}, - [4110] = {.lex_state = 0}, - [4111] = {.lex_state = 94}, - [4112] = {.lex_state = 0}, - [4113] = {.lex_state = 0}, - [4114] = {.lex_state = 0}, - [4115] = {.lex_state = 2}, - [4116] = {.lex_state = 0}, - [4117] = {.lex_state = 94}, - [4118] = {.lex_state = 0}, - [4119] = {.lex_state = 0}, - [4120] = {.lex_state = 0}, - [4121] = {.lex_state = 94}, - [4122] = {.lex_state = 94}, - [4123] = {.lex_state = 0}, - [4124] = {.lex_state = 94}, - [4125] = {.lex_state = 94}, - [4126] = {.lex_state = 94}, - [4127] = {.lex_state = 94}, - [4128] = {.lex_state = 94}, - [4129] = {.lex_state = 94}, - [4130] = {.lex_state = 94}, - [4131] = {.lex_state = 0}, + [4108] = {.lex_state = 104}, + [4109] = {.lex_state = 104}, + [4110] = {.lex_state = 104}, + [4111] = {.lex_state = 104}, + [4112] = {.lex_state = 104}, + [4113] = {.lex_state = 104}, + [4114] = {.lex_state = 104}, + [4115] = {.lex_state = 104}, + [4116] = {.lex_state = 104}, + [4117] = {.lex_state = 104}, + [4118] = {.lex_state = 104}, + [4119] = {.lex_state = 104}, + [4120] = {.lex_state = 104}, + [4121] = {.lex_state = 104}, + [4122] = {.lex_state = 104}, + [4123] = {.lex_state = 104}, + [4124] = {.lex_state = 104}, + [4125] = {.lex_state = 104}, + [4126] = {.lex_state = 104}, + [4127] = {.lex_state = 104}, + [4128] = {.lex_state = 0}, + [4129] = {.lex_state = 104}, + [4130] = {.lex_state = 0}, + [4131] = {.lex_state = 104}, [4132] = {.lex_state = 0}, - [4133] = {.lex_state = 94}, - [4134] = {.lex_state = 94}, - [4135] = {.lex_state = 94}, - [4136] = {.lex_state = 0}, - [4137] = {.lex_state = 0}, - [4138] = {.lex_state = 94}, - [4139] = {.lex_state = 0}, + [4133] = {.lex_state = 0}, + [4134] = {.lex_state = 104}, + [4135] = {.lex_state = 0, .external_lex_state = 4}, + [4136] = {.lex_state = 104}, + [4137] = {.lex_state = 104}, + [4138] = {.lex_state = 104}, + [4139] = {.lex_state = 0, .external_lex_state = 4}, [4140] = {.lex_state = 0}, [4141] = {.lex_state = 0}, - [4142] = {.lex_state = 0}, - [4143] = {.lex_state = 94}, - [4144] = {.lex_state = 94}, - [4145] = {.lex_state = 2}, - [4146] = {.lex_state = 94}, - [4147] = {.lex_state = 94}, - [4148] = {.lex_state = 0}, + [4142] = {.lex_state = 104}, + [4143] = {.lex_state = 104}, + [4144] = {.lex_state = 0}, + [4145] = {.lex_state = 104}, + [4146] = {.lex_state = 104}, + [4147] = {.lex_state = 104}, + [4148] = {.lex_state = 104}, [4149] = {.lex_state = 0}, [4150] = {.lex_state = 0}, - [4151] = {.lex_state = 0}, + [4151] = {.lex_state = 0, .external_lex_state = 4}, [4152] = {.lex_state = 0}, - [4153] = {.lex_state = 0}, - [4154] = {.lex_state = 94}, + [4153] = {.lex_state = 104}, + [4154] = {.lex_state = 104}, [4155] = {.lex_state = 0}, [4156] = {.lex_state = 0}, - [4157] = {.lex_state = 0}, - [4158] = {.lex_state = 94}, - [4159] = {.lex_state = 94}, - [4160] = {.lex_state = 0}, - [4161] = {.lex_state = 0}, + [4157] = {.lex_state = 104}, + [4158] = {.lex_state = 104}, + [4159] = {.lex_state = 104}, + [4160] = {.lex_state = 104}, + [4161] = {.lex_state = 104}, [4162] = {.lex_state = 0}, - [4163] = {.lex_state = 0}, - [4164] = {.lex_state = 94}, - [4165] = {.lex_state = 94}, - [4166] = {.lex_state = 0}, + [4163] = {.lex_state = 104}, + [4164] = {.lex_state = 104}, + [4165] = {.lex_state = 0}, + [4166] = {.lex_state = 104}, [4167] = {.lex_state = 0}, [4168] = {.lex_state = 0}, [4169] = {.lex_state = 0}, @@ -15691,10 +16231,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4173] = {.lex_state = 0}, [4174] = {.lex_state = 0}, [4175] = {.lex_state = 0}, - [4176] = {.lex_state = 2}, - [4177] = {.lex_state = 94}, - [4178] = {.lex_state = 94}, - [4179] = {.lex_state = 0}, + [4176] = {.lex_state = 0}, + [4177] = {.lex_state = 0}, + [4178] = {.lex_state = 0}, + [4179] = {.lex_state = 104}, [4180] = {.lex_state = 0}, [4181] = {.lex_state = 0}, [4182] = {.lex_state = 0}, @@ -15702,63 +16242,63 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4184] = {.lex_state = 0}, [4185] = {.lex_state = 0}, [4186] = {.lex_state = 0}, - [4187] = {.lex_state = 94}, + [4187] = {.lex_state = 0}, [4188] = {.lex_state = 0}, - [4189] = {.lex_state = 94}, + [4189] = {.lex_state = 0}, [4190] = {.lex_state = 0}, [4191] = {.lex_state = 0}, - [4192] = {.lex_state = 94}, + [4192] = {.lex_state = 16}, [4193] = {.lex_state = 0}, - [4194] = {.lex_state = 0}, - [4195] = {.lex_state = 94}, - [4196] = {.lex_state = 0}, - [4197] = {.lex_state = 94}, + [4194] = {.lex_state = 104}, + [4195] = {.lex_state = 0}, + [4196] = {.lex_state = 104}, + [4197] = {.lex_state = 0}, [4198] = {.lex_state = 0}, - [4199] = {.lex_state = 0}, - [4200] = {.lex_state = 0}, + [4199] = {.lex_state = 104}, + [4200] = {.lex_state = 104}, [4201] = {.lex_state = 0}, [4202] = {.lex_state = 0}, [4203] = {.lex_state = 0}, - [4204] = {.lex_state = 0}, - [4205] = {.lex_state = 94}, + [4204] = {.lex_state = 104}, + [4205] = {.lex_state = 3}, [4206] = {.lex_state = 0}, - [4207] = {.lex_state = 94}, - [4208] = {.lex_state = 94}, - [4209] = {.lex_state = 94}, - [4210] = {.lex_state = 94}, - [4211] = {.lex_state = 2}, - [4212] = {.lex_state = 0}, - [4213] = {.lex_state = 94}, + [4207] = {.lex_state = 0}, + [4208] = {.lex_state = 0}, + [4209] = {.lex_state = 0}, + [4210] = {.lex_state = 104}, + [4211] = {.lex_state = 0}, + [4212] = {.lex_state = 104}, + [4213] = {.lex_state = 0}, [4214] = {.lex_state = 0}, [4215] = {.lex_state = 0}, - [4216] = {.lex_state = 0}, - [4217] = {.lex_state = 0}, - [4218] = {.lex_state = 94}, - [4219] = {.lex_state = 0}, - [4220] = {.lex_state = 0}, - [4221] = {.lex_state = 94}, + [4216] = {.lex_state = 104}, + [4217] = {.lex_state = 104}, + [4218] = {.lex_state = 0}, + [4219] = {.lex_state = 104}, + [4220] = {.lex_state = 104}, + [4221] = {.lex_state = 0}, [4222] = {.lex_state = 0}, - [4223] = {.lex_state = 94}, - [4224] = {.lex_state = 94}, - [4225] = {.lex_state = 94}, + [4223] = {.lex_state = 104}, + [4224] = {.lex_state = 0}, + [4225] = {.lex_state = 0}, [4226] = {.lex_state = 0}, [4227] = {.lex_state = 0}, - [4228] = {.lex_state = 0}, - [4229] = {.lex_state = 0}, - [4230] = {.lex_state = 0}, + [4228] = {.lex_state = 104}, + [4229] = {.lex_state = 104}, + [4230] = {.lex_state = 104}, [4231] = {.lex_state = 0}, [4232] = {.lex_state = 0}, [4233] = {.lex_state = 0}, [4234] = {.lex_state = 0}, [4235] = {.lex_state = 0}, [4236] = {.lex_state = 0}, - [4237] = {.lex_state = 94}, - [4238] = {.lex_state = 94}, - [4239] = {.lex_state = 0}, - [4240] = {.lex_state = 94}, + [4237] = {.lex_state = 0}, + [4238] = {.lex_state = 104}, + [4239] = {.lex_state = 3}, + [4240] = {.lex_state = 0}, [4241] = {.lex_state = 0}, [4242] = {.lex_state = 0}, - [4243] = {.lex_state = 0}, + [4243] = {.lex_state = 104}, [4244] = {.lex_state = 0}, [4245] = {.lex_state = 0}, [4246] = {.lex_state = 0}, @@ -15766,109 +16306,109 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4248] = {.lex_state = 0}, [4249] = {.lex_state = 0}, [4250] = {.lex_state = 0}, - [4251] = {.lex_state = 94}, - [4252] = {.lex_state = 0}, - [4253] = {.lex_state = 0}, + [4251] = {.lex_state = 104}, + [4252] = {.lex_state = 104}, + [4253] = {.lex_state = 104}, [4254] = {.lex_state = 0}, [4255] = {.lex_state = 0}, [4256] = {.lex_state = 0}, - [4257] = {.lex_state = 94}, + [4257] = {.lex_state = 0}, [4258] = {.lex_state = 0}, [4259] = {.lex_state = 0}, - [4260] = {.lex_state = 0}, + [4260] = {.lex_state = 3}, [4261] = {.lex_state = 0}, [4262] = {.lex_state = 0}, [4263] = {.lex_state = 0}, [4264] = {.lex_state = 0}, [4265] = {.lex_state = 0}, - [4266] = {.lex_state = 94}, + [4266] = {.lex_state = 0}, [4267] = {.lex_state = 0}, [4268] = {.lex_state = 0}, [4269] = {.lex_state = 0}, [4270] = {.lex_state = 0}, [4271] = {.lex_state = 0}, - [4272] = {.lex_state = 94}, + [4272] = {.lex_state = 0}, [4273] = {.lex_state = 0}, - [4274] = {.lex_state = 0}, + [4274] = {.lex_state = 104}, [4275] = {.lex_state = 0}, - [4276] = {.lex_state = 94}, + [4276] = {.lex_state = 104}, [4277] = {.lex_state = 0}, - [4278] = {.lex_state = 94}, - [4279] = {.lex_state = 12}, + [4278] = {.lex_state = 0}, + [4279] = {.lex_state = 0}, [4280] = {.lex_state = 0}, - [4281] = {.lex_state = 0}, + [4281] = {.lex_state = 16}, [4282] = {.lex_state = 0}, [4283] = {.lex_state = 0}, [4284] = {.lex_state = 0}, - [4285] = {.lex_state = 0}, - [4286] = {.lex_state = 0}, + [4285] = {.lex_state = 104}, + [4286] = {.lex_state = 104}, [4287] = {.lex_state = 0}, - [4288] = {.lex_state = 0}, - [4289] = {.lex_state = 0}, + [4288] = {.lex_state = 104}, + [4289] = {.lex_state = 104}, [4290] = {.lex_state = 0}, - [4291] = {.lex_state = 0}, + [4291] = {.lex_state = 104}, [4292] = {.lex_state = 0}, [4293] = {.lex_state = 0}, - [4294] = {.lex_state = 0}, - [4295] = {.lex_state = 0}, - [4296] = {.lex_state = 0}, - [4297] = {.lex_state = 0}, + [4294] = {.lex_state = 104}, + [4295] = {.lex_state = 104}, + [4296] = {.lex_state = 104}, + [4297] = {.lex_state = 104}, [4298] = {.lex_state = 0}, - [4299] = {.lex_state = 0}, - [4300] = {.lex_state = 94}, - [4301] = {.lex_state = 0}, - [4302] = {.lex_state = 94}, - [4303] = {.lex_state = 0}, - [4304] = {.lex_state = 0}, - [4305] = {.lex_state = 0}, + [4299] = {.lex_state = 104}, + [4300] = {.lex_state = 0}, + [4301] = {.lex_state = 104}, + [4302] = {.lex_state = 0}, + [4303] = {.lex_state = 104}, + [4304] = {.lex_state = 104}, + [4305] = {.lex_state = 104}, [4306] = {.lex_state = 0}, [4307] = {.lex_state = 0}, - [4308] = {.lex_state = 94}, - [4309] = {.lex_state = 94}, - [4310] = {.lex_state = 94}, - [4311] = {.lex_state = 94}, + [4308] = {.lex_state = 104}, + [4309] = {.lex_state = 0}, + [4310] = {.lex_state = 0}, + [4311] = {.lex_state = 104}, [4312] = {.lex_state = 0}, - [4313] = {.lex_state = 94}, + [4313] = {.lex_state = 0}, [4314] = {.lex_state = 0}, - [4315] = {.lex_state = 0}, - [4316] = {.lex_state = 94}, - [4317] = {.lex_state = 94}, - [4318] = {.lex_state = 94}, - [4319] = {.lex_state = 94}, - [4320] = {.lex_state = 94}, + [4315] = {.lex_state = 104}, + [4316] = {.lex_state = 104}, + [4317] = {.lex_state = 104}, + [4318] = {.lex_state = 0}, + [4319] = {.lex_state = 0}, + [4320] = {.lex_state = 0}, [4321] = {.lex_state = 0}, [4322] = {.lex_state = 0}, [4323] = {.lex_state = 0}, - [4324] = {.lex_state = 94}, - [4325] = {.lex_state = 0}, - [4326] = {.lex_state = 94}, + [4324] = {.lex_state = 104}, + [4325] = {.lex_state = 104}, + [4326] = {.lex_state = 104}, [4327] = {.lex_state = 0}, - [4328] = {.lex_state = 94}, - [4329] = {.lex_state = 0}, - [4330] = {.lex_state = 94}, - [4331] = {.lex_state = 94}, - [4332] = {.lex_state = 12}, - [4333] = {.lex_state = 0}, - [4334] = {.lex_state = 94}, + [4328] = {.lex_state = 0}, + [4329] = {.lex_state = 104}, + [4330] = {.lex_state = 0}, + [4331] = {.lex_state = 104}, + [4332] = {.lex_state = 104}, + [4333] = {.lex_state = 104}, + [4334] = {.lex_state = 0}, [4335] = {.lex_state = 0}, - [4336] = {.lex_state = 0}, + [4336] = {.lex_state = 104}, [4337] = {.lex_state = 0}, [4338] = {.lex_state = 0}, [4339] = {.lex_state = 0}, [4340] = {.lex_state = 0}, - [4341] = {.lex_state = 0}, - [4342] = {.lex_state = 0}, - [4343] = {.lex_state = 94}, + [4341] = {.lex_state = 16}, + [4342] = {.lex_state = 104}, + [4343] = {.lex_state = 0}, [4344] = {.lex_state = 0}, [4345] = {.lex_state = 0}, - [4346] = {.lex_state = 0}, + [4346] = {.lex_state = 104}, [4347] = {.lex_state = 0}, [4348] = {.lex_state = 0}, [4349] = {.lex_state = 0}, [4350] = {.lex_state = 0}, [4351] = {.lex_state = 0}, [4352] = {.lex_state = 0}, - [4353] = {.lex_state = 94}, + [4353] = {.lex_state = 0}, [4354] = {.lex_state = 0}, [4355] = {.lex_state = 0}, [4356] = {.lex_state = 0}, @@ -15877,63 +16417,63 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4359] = {.lex_state = 0}, [4360] = {.lex_state = 0}, [4361] = {.lex_state = 0}, - [4362] = {.lex_state = 0}, - [4363] = {.lex_state = 94}, + [4362] = {.lex_state = 104}, + [4363] = {.lex_state = 0}, [4364] = {.lex_state = 0}, - [4365] = {.lex_state = 94}, - [4366] = {.lex_state = 0}, + [4365] = {.lex_state = 104}, + [4366] = {.lex_state = 104}, [4367] = {.lex_state = 0}, - [4368] = {.lex_state = 0}, - [4369] = {.lex_state = 94}, - [4370] = {.lex_state = 94}, - [4371] = {.lex_state = 94}, - [4372] = {.lex_state = 94}, - [4373] = {.lex_state = 0}, - [4374] = {.lex_state = 0}, - [4375] = {.lex_state = 0}, - [4376] = {.lex_state = 94}, - [4377] = {.lex_state = 94}, - [4378] = {.lex_state = 0}, - [4379] = {.lex_state = 94}, - [4380] = {.lex_state = 12}, + [4368] = {.lex_state = 104}, + [4369] = {.lex_state = 0}, + [4370] = {.lex_state = 0}, + [4371] = {.lex_state = 0}, + [4372] = {.lex_state = 0}, + [4373] = {.lex_state = 104}, + [4374] = {.lex_state = 104}, + [4375] = {.lex_state = 104}, + [4376] = {.lex_state = 16}, + [4377] = {.lex_state = 0}, + [4378] = {.lex_state = 104}, + [4379] = {.lex_state = 0}, + [4380] = {.lex_state = 0}, [4381] = {.lex_state = 0}, [4382] = {.lex_state = 0}, - [4383] = {.lex_state = 94}, - [4384] = {.lex_state = 94}, - [4385] = {.lex_state = 94}, - [4386] = {.lex_state = 94}, - [4387] = {.lex_state = 94}, - [4388] = {.lex_state = 94}, - [4389] = {.lex_state = 0}, - [4390] = {.lex_state = 94}, + [4383] = {.lex_state = 0}, + [4384] = {.lex_state = 0}, + [4385] = {.lex_state = 0}, + [4386] = {.lex_state = 0}, + [4387] = {.lex_state = 104}, + [4388] = {.lex_state = 0}, + [4389] = {.lex_state = 104}, + [4390] = {.lex_state = 104}, [4391] = {.lex_state = 0}, - [4392] = {.lex_state = 94}, - [4393] = {.lex_state = 0}, - [4394] = {.lex_state = 12}, + [4392] = {.lex_state = 16}, + [4393] = {.lex_state = 104}, + [4394] = {.lex_state = 104}, [4395] = {.lex_state = 0}, [4396] = {.lex_state = 0}, - [4397] = {.lex_state = 94}, - [4398] = {.lex_state = 0}, - [4399] = {.lex_state = 0}, + [4397] = {.lex_state = 0}, + [4398] = {.lex_state = 104}, + [4399] = {.lex_state = 104}, [4400] = {.lex_state = 0}, - [4401] = {.lex_state = 0}, + [4401] = {.lex_state = 104}, [4402] = {.lex_state = 0}, [4403] = {.lex_state = 0}, [4404] = {.lex_state = 0}, - [4405] = {.lex_state = 94}, + [4405] = {.lex_state = 0}, [4406] = {.lex_state = 0}, [4407] = {.lex_state = 0}, [4408] = {.lex_state = 0}, - [4409] = {.lex_state = 0}, - [4410] = {.lex_state = 0}, - [4411] = {.lex_state = 94}, + [4409] = {.lex_state = 104}, + [4410] = {.lex_state = 104}, + [4411] = {.lex_state = 104}, [4412] = {.lex_state = 0}, - [4413] = {.lex_state = 0}, + [4413] = {.lex_state = 104}, [4414] = {.lex_state = 0}, - [4415] = {.lex_state = 94}, + [4415] = {.lex_state = 0}, [4416] = {.lex_state = 0}, - [4417] = {.lex_state = 0}, - [4418] = {.lex_state = 94}, + [4417] = {.lex_state = 104}, + [4418] = {.lex_state = 0}, [4419] = {.lex_state = 0}, [4420] = {.lex_state = 0}, [4421] = {.lex_state = 0}, @@ -15941,65 +16481,104 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4423] = {.lex_state = 0}, [4424] = {.lex_state = 0}, [4425] = {.lex_state = 0}, - [4426] = {.lex_state = 0}, - [4427] = {.lex_state = 0}, + [4426] = {.lex_state = 104}, + [4427] = {.lex_state = 104}, [4428] = {.lex_state = 0}, - [4429] = {.lex_state = 94}, + [4429] = {.lex_state = 0}, [4430] = {.lex_state = 0}, [4431] = {.lex_state = 0}, - [4432] = {.lex_state = 0}, - [4433] = {.lex_state = 94}, - [4434] = {.lex_state = 94}, - [4435] = {.lex_state = 94}, - [4436] = {.lex_state = 94}, + [4432] = {.lex_state = 104}, + [4433] = {.lex_state = 0}, + [4434] = {.lex_state = 0}, + [4435] = {.lex_state = 0}, + [4436] = {.lex_state = 0}, [4437] = {.lex_state = 0}, - [4438] = {.lex_state = 94}, - [4439] = {.lex_state = 94}, - [4440] = {.lex_state = 94}, + [4438] = {.lex_state = 0}, + [4439] = {.lex_state = 0}, + [4440] = {.lex_state = 0}, [4441] = {.lex_state = 0}, - [4442] = {.lex_state = 94}, + [4442] = {.lex_state = 0}, [4443] = {.lex_state = 0}, - [4444] = {.lex_state = 94}, + [4444] = {.lex_state = 104}, [4445] = {.lex_state = 0}, [4446] = {.lex_state = 0}, - [4447] = {.lex_state = 94}, - [4448] = {.lex_state = 94}, - [4449] = {.lex_state = 94}, - [4450] = {.lex_state = 94}, - [4451] = {.lex_state = 94}, - [4452] = {.lex_state = 94}, - [4453] = {.lex_state = 94}, - [4454] = {.lex_state = 12}, + [4447] = {.lex_state = 0}, + [4448] = {.lex_state = 0}, + [4449] = {.lex_state = 0}, + [4450] = {.lex_state = 0}, + [4451] = {.lex_state = 0}, + [4452] = {.lex_state = 104}, + [4453] = {.lex_state = 104}, + [4454] = {.lex_state = 104}, [4455] = {.lex_state = 0}, [4456] = {.lex_state = 0}, [4457] = {.lex_state = 0}, - [4458] = {.lex_state = 94}, - [4459] = {.lex_state = 94}, + [4458] = {.lex_state = 104}, + [4459] = {.lex_state = 0}, [4460] = {.lex_state = 0}, - [4461] = {.lex_state = 94}, - [4462] = {.lex_state = 94}, - [4463] = {.lex_state = 94}, - [4464] = {.lex_state = 94}, - [4465] = {.lex_state = 94}, - [4466] = {.lex_state = 94}, - [4467] = {.lex_state = 94}, + [4461] = {.lex_state = 0}, + [4462] = {.lex_state = 0}, + [4463] = {.lex_state = 0}, + [4464] = {.lex_state = 0}, + [4465] = {.lex_state = 0}, + [4466] = {.lex_state = 0}, + [4467] = {.lex_state = 0}, [4468] = {.lex_state = 0}, [4469] = {.lex_state = 0}, - [4470] = {.lex_state = 94}, + [4470] = {.lex_state = 0}, [4471] = {.lex_state = 0}, - [4472] = {.lex_state = 94}, - [4473] = {.lex_state = 2}, + [4472] = {.lex_state = 0}, + [4473] = {.lex_state = 0}, [4474] = {.lex_state = 0}, - [4475] = {.lex_state = 94}, + [4475] = {.lex_state = 104}, [4476] = {.lex_state = 0}, - [4477] = {.lex_state = 94}, + [4477] = {.lex_state = 0}, [4478] = {.lex_state = 0}, [4479] = {.lex_state = 0}, [4480] = {.lex_state = 0}, - [4481] = {.lex_state = 94}, - [4482] = {.lex_state = 0}, + [4481] = {.lex_state = 104}, + [4482] = {.lex_state = 104}, [4483] = {.lex_state = 0}, [4484] = {.lex_state = 0}, + [4485] = {.lex_state = 104}, + [4486] = {.lex_state = 0}, + [4487] = {.lex_state = 104}, + [4488] = {.lex_state = 104}, + [4489] = {.lex_state = 0}, + [4490] = {.lex_state = 104}, + [4491] = {.lex_state = 0}, + [4492] = {.lex_state = 0}, + [4493] = {.lex_state = 0}, + [4494] = {.lex_state = 0}, + [4495] = {.lex_state = 104}, + [4496] = {.lex_state = 104}, + [4497] = {.lex_state = 104}, + [4498] = {.lex_state = 0}, + [4499] = {.lex_state = 0}, + [4500] = {.lex_state = 3}, + [4501] = {.lex_state = 104}, + [4502] = {.lex_state = 104}, + [4503] = {.lex_state = 0}, + [4504] = {.lex_state = 0}, + [4505] = {.lex_state = 3}, + [4506] = {.lex_state = 104}, + [4507] = {.lex_state = 104}, + [4508] = {.lex_state = 104}, + [4509] = {.lex_state = 104}, + [4510] = {.lex_state = 104}, + [4511] = {.lex_state = 104}, + [4512] = {.lex_state = 104}, + [4513] = {.lex_state = 104}, + [4514] = {.lex_state = 104}, + [4515] = {.lex_state = 0}, + [4516] = {.lex_state = 104}, + [4517] = {.lex_state = 0}, + [4518] = {.lex_state = 104}, + [4519] = {.lex_state = 104}, + [4520] = {.lex_state = 104}, + [4521] = {.lex_state = 0}, + [4522] = {.lex_state = 104}, + [4523] = {.lex_state = 104}, }; enum { @@ -16096,10 +16675,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_LTtemplate_GT] = ACTIONS(1), - [anon_sym_LT] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), - [anon_sym_SLASH] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), + [anon_sym_LT_SLASH] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_async] = ACTIONS(1), [anon_sym_function] = ACTIONS(1), @@ -16131,8 +16709,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), + [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_STAR_STAR] = ACTIONS(1), + [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_EQ_EQ_EQ] = ACTIONS(1), @@ -16192,6 +16772,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_infer] = ACTIONS(1), [anon_sym_is] = ACTIONS(1), [anon_sym_keyof] = ACTIONS(1), + [anon_sym_unique] = ACTIONS(1), [anon_sym_unknown] = ACTIONS(1), [anon_sym_never] = ACTIONS(1), [anon_sym_object] = ACTIONS(1), @@ -16203,87 +16784,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__function_signature_automatic_semicolon] = ACTIONS(1), }, [1] = { - [sym_program] = STATE(4460), - [sym_export_statement] = STATE(15), - [sym_declaration] = STATE(15), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(15), - [sym_expression_statement] = STATE(15), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(15), - [aux_sym_export_statement_repeat1] = STATE(3125), + [sym_program] = STATE(4484), + [sym_export_statement] = STATE(17), + [sym_declaration] = STATE(17), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(17), + [sym_expression_statement] = STATE(17), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(17), + [sym_if_statement] = STATE(17), + [sym_switch_statement] = STATE(17), + [sym_for_statement] = STATE(17), + [sym_for_in_statement] = STATE(17), + [sym_while_statement] = STATE(17), + [sym_do_statement] = STATE(17), + [sym_try_statement] = STATE(17), + [sym_with_statement] = STATE(17), + [sym_break_statement] = STATE(17), + [sym_continue_statement] = STATE(17), + [sym_debugger_statement] = STATE(17), + [sym_return_statement] = STATE(17), + [sym_throw_statement] = STATE(17), + [sym_empty_statement] = STATE(17), + [sym_labeled_statement] = STATE(17), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(17), + [aux_sym_export_statement_repeat1] = STATE(3156), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [sym_hash_bang_line] = ACTIONS(9), @@ -16315,515 +16896,517 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [2] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3184), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_pattern] = STATE(3358), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(154), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(189), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(191), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(195), - [anon_sym_number] = ACTIONS(195), - [anon_sym_boolean] = ACTIONS(195), - [anon_sym_string] = ACTIONS(195), - [anon_sym_symbol] = ACTIONS(195), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(151), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(194), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(196), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(200), + [anon_sym_number] = ACTIONS(200), + [anon_sym_boolean] = ACTIONS(200), + [anon_sym_string] = ACTIONS(200), + [anon_sym_symbol] = ACTIONS(200), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, [3] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3184), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(207), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_COMMA] = ACTIONS(210), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(210), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(210), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_pattern] = STATE(3358), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(214), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(217), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(217), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(154), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(189), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(191), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(195), - [anon_sym_number] = ACTIONS(195), - [anon_sym_boolean] = ACTIONS(195), - [anon_sym_string] = ACTIONS(195), - [anon_sym_symbol] = ACTIONS(195), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(151), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(194), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(196), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(200), + [anon_sym_number] = ACTIONS(200), + [anon_sym_boolean] = ACTIONS(200), + [anon_sym_string] = ACTIONS(200), + [anon_sym_symbol] = ACTIONS(200), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, [4] = { - [sym_export_statement] = STATE(30), - [sym_declaration] = STATE(30), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(30), - [sym_expression_statement] = STATE(30), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4427), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4427), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4427), - [sym_spread_element] = STATE(3707), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3707), - [sym_pair] = STATE(3707), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2956), - [sym_computed_property_name] = STATE(2956), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_accessibility_modifier] = STATE(2294), - [sym_override_modifier] = STATE(2303), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(30), - [aux_sym_export_statement_repeat1] = STATE(3125), - [aux_sym_object_repeat1] = STATE(3715), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(215), - [anon_sym_export] = ACTIONS(217), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_type] = ACTIONS(221), - [anon_sym_namespace] = ACTIONS(223), + [sym_export_statement] = STATE(14), + [sym_declaration] = STATE(14), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(14), + [sym_expression_statement] = STATE(14), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4442), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4442), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4442), + [sym_spread_element] = STATE(3850), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(1956), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3850), + [sym_pair] = STATE(3850), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2960), + [sym_computed_property_name] = STATE(2960), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_accessibility_modifier] = STATE(2297), + [sym_override_modifier] = STATE(2332), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(14), + [aux_sym_export_statement_repeat1] = STATE(3156), + [aux_sym_object_repeat1] = STATE(3857), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(222), + [anon_sym_export] = ACTIONS(224), + [anon_sym_STAR] = ACTIONS(226), + [anon_sym_type] = ACTIONS(228), + [anon_sym_namespace] = ACTIONS(230), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(225), - [anon_sym_RBRACE] = ACTIONS(227), + [anon_sym_COMMA] = ACTIONS(232), + [anon_sym_RBRACE] = ACTIONS(234), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -16846,155 +17429,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(229), + [anon_sym_LBRACK] = ACTIONS(236), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(231), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(238), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(235), - [sym_private_property_identifier] = ACTIONS(237), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(239), - [anon_sym_readonly] = ACTIONS(241), - [anon_sym_get] = ACTIONS(243), - [anon_sym_set] = ACTIONS(243), - [anon_sym_declare] = ACTIONS(245), - [anon_sym_public] = ACTIONS(247), - [anon_sym_private] = ACTIONS(247), - [anon_sym_protected] = ACTIONS(247), - [anon_sym_override] = ACTIONS(249), - [anon_sym_module] = ACTIONS(251), - [anon_sym_any] = ACTIONS(253), - [anon_sym_number] = ACTIONS(253), - [anon_sym_boolean] = ACTIONS(253), - [anon_sym_string] = ACTIONS(253), - [anon_sym_symbol] = ACTIONS(253), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(242), + [sym_private_property_identifier] = ACTIONS(244), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(246), + [anon_sym_readonly] = ACTIONS(248), + [anon_sym_get] = ACTIONS(250), + [anon_sym_set] = ACTIONS(250), + [anon_sym_declare] = ACTIONS(252), + [anon_sym_public] = ACTIONS(254), + [anon_sym_private] = ACTIONS(254), + [anon_sym_protected] = ACTIONS(254), + [anon_sym_override] = ACTIONS(256), + [anon_sym_module] = ACTIONS(258), + [anon_sym_any] = ACTIONS(260), + [anon_sym_number] = ACTIONS(260), + [anon_sym_boolean] = ACTIONS(260), + [anon_sym_string] = ACTIONS(260), + [anon_sym_symbol] = ACTIONS(260), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [5] = { - [sym_export_statement] = STATE(29), - [sym_declaration] = STATE(29), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(29), - [sym_expression_statement] = STATE(29), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(29), - [sym_if_statement] = STATE(29), - [sym_switch_statement] = STATE(29), - [sym_for_statement] = STATE(29), - [sym_for_in_statement] = STATE(29), - [sym_while_statement] = STATE(29), - [sym_do_statement] = STATE(29), - [sym_try_statement] = STATE(29), - [sym_with_statement] = STATE(29), - [sym_break_statement] = STATE(29), - [sym_continue_statement] = STATE(29), - [sym_debugger_statement] = STATE(29), - [sym_return_statement] = STATE(29), - [sym_throw_statement] = STATE(29), - [sym_empty_statement] = STATE(29), - [sym_labeled_statement] = STATE(29), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4427), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4427), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4427), - [sym_spread_element] = STATE(3707), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3707), - [sym_pair] = STATE(3707), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2956), - [sym_computed_property_name] = STATE(2956), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_accessibility_modifier] = STATE(2294), - [sym_override_modifier] = STATE(2303), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(29), - [aux_sym_export_statement_repeat1] = STATE(3125), - [aux_sym_object_repeat1] = STATE(3715), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(215), - [anon_sym_export] = ACTIONS(217), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_type] = ACTIONS(221), - [anon_sym_namespace] = ACTIONS(223), + [sym_export_statement] = STATE(19), + [sym_declaration] = STATE(19), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(19), + [sym_expression_statement] = STATE(19), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(19), + [sym_if_statement] = STATE(19), + [sym_switch_statement] = STATE(19), + [sym_for_statement] = STATE(19), + [sym_for_in_statement] = STATE(19), + [sym_while_statement] = STATE(19), + [sym_do_statement] = STATE(19), + [sym_try_statement] = STATE(19), + [sym_with_statement] = STATE(19), + [sym_break_statement] = STATE(19), + [sym_continue_statement] = STATE(19), + [sym_debugger_statement] = STATE(19), + [sym_return_statement] = STATE(19), + [sym_throw_statement] = STATE(19), + [sym_empty_statement] = STATE(19), + [sym_labeled_statement] = STATE(19), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4442), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4442), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4442), + [sym_spread_element] = STATE(3758), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(1956), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2960), + [sym_computed_property_name] = STATE(2960), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_accessibility_modifier] = STATE(2297), + [sym_override_modifier] = STATE(2332), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(19), + [aux_sym_export_statement_repeat1] = STATE(3156), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(262), + [anon_sym_export] = ACTIONS(264), + [anon_sym_STAR] = ACTIONS(226), + [anon_sym_type] = ACTIONS(266), + [anon_sym_namespace] = ACTIONS(268), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(225), - [anon_sym_RBRACE] = ACTIONS(255), + [anon_sym_COMMA] = ACTIONS(232), + [anon_sym_RBRACE] = ACTIONS(270), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17017,155 +17600,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(229), + [anon_sym_LBRACK] = ACTIONS(236), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(231), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(272), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(235), - [sym_private_property_identifier] = ACTIONS(237), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(239), - [anon_sym_readonly] = ACTIONS(241), - [anon_sym_get] = ACTIONS(243), - [anon_sym_set] = ACTIONS(243), - [anon_sym_declare] = ACTIONS(245), - [anon_sym_public] = ACTIONS(247), - [anon_sym_private] = ACTIONS(247), - [anon_sym_protected] = ACTIONS(247), - [anon_sym_override] = ACTIONS(249), - [anon_sym_module] = ACTIONS(251), - [anon_sym_any] = ACTIONS(253), - [anon_sym_number] = ACTIONS(253), - [anon_sym_boolean] = ACTIONS(253), - [anon_sym_string] = ACTIONS(253), - [anon_sym_symbol] = ACTIONS(253), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(242), + [sym_private_property_identifier] = ACTIONS(244), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(274), + [anon_sym_readonly] = ACTIONS(276), + [anon_sym_get] = ACTIONS(278), + [anon_sym_set] = ACTIONS(278), + [anon_sym_declare] = ACTIONS(280), + [anon_sym_public] = ACTIONS(282), + [anon_sym_private] = ACTIONS(282), + [anon_sym_protected] = ACTIONS(282), + [anon_sym_override] = ACTIONS(284), + [anon_sym_module] = ACTIONS(286), + [anon_sym_any] = ACTIONS(288), + [anon_sym_number] = ACTIONS(288), + [anon_sym_boolean] = ACTIONS(288), + [anon_sym_string] = ACTIONS(288), + [anon_sym_symbol] = ACTIONS(288), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [6] = { - [sym_export_statement] = STATE(30), - [sym_declaration] = STATE(30), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(30), - [sym_expression_statement] = STATE(30), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4427), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4427), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4427), - [sym_spread_element] = STATE(3707), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3707), - [sym_pair] = STATE(3707), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2956), - [sym_computed_property_name] = STATE(2956), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_accessibility_modifier] = STATE(2294), - [sym_override_modifier] = STATE(2303), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(30), - [aux_sym_export_statement_repeat1] = STATE(3125), - [aux_sym_object_repeat1] = STATE(3715), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(215), - [anon_sym_export] = ACTIONS(217), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_type] = ACTIONS(221), - [anon_sym_namespace] = ACTIONS(223), + [sym_export_statement] = STATE(14), + [sym_declaration] = STATE(14), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(14), + [sym_expression_statement] = STATE(14), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4442), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4442), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4442), + [sym_spread_element] = STATE(3850), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(1956), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3850), + [sym_pair] = STATE(3850), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2960), + [sym_computed_property_name] = STATE(2960), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_accessibility_modifier] = STATE(2297), + [sym_override_modifier] = STATE(2332), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(14), + [aux_sym_export_statement_repeat1] = STATE(3156), + [aux_sym_object_repeat1] = STATE(3857), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(222), + [anon_sym_export] = ACTIONS(224), + [anon_sym_STAR] = ACTIONS(226), + [anon_sym_type] = ACTIONS(228), + [anon_sym_namespace] = ACTIONS(230), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(225), - [anon_sym_RBRACE] = ACTIONS(257), + [anon_sym_COMMA] = ACTIONS(232), + [anon_sym_RBRACE] = ACTIONS(290), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17188,62 +17771,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(229), + [anon_sym_LBRACK] = ACTIONS(236), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(231), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(238), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(235), - [sym_private_property_identifier] = ACTIONS(237), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(239), - [anon_sym_readonly] = ACTIONS(241), - [anon_sym_get] = ACTIONS(243), - [anon_sym_set] = ACTIONS(243), - [anon_sym_declare] = ACTIONS(245), - [anon_sym_public] = ACTIONS(247), - [anon_sym_private] = ACTIONS(247), - [anon_sym_protected] = ACTIONS(247), - [anon_sym_override] = ACTIONS(249), - [anon_sym_module] = ACTIONS(251), - [anon_sym_any] = ACTIONS(253), - [anon_sym_number] = ACTIONS(253), - [anon_sym_boolean] = ACTIONS(253), - [anon_sym_string] = ACTIONS(253), - [anon_sym_symbol] = ACTIONS(253), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(242), + [sym_private_property_identifier] = ACTIONS(244), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(246), + [anon_sym_readonly] = ACTIONS(248), + [anon_sym_get] = ACTIONS(250), + [anon_sym_set] = ACTIONS(250), + [anon_sym_declare] = ACTIONS(252), + [anon_sym_public] = ACTIONS(254), + [anon_sym_private] = ACTIONS(254), + [anon_sym_protected] = ACTIONS(254), + [anon_sym_override] = ACTIONS(256), + [anon_sym_module] = ACTIONS(258), + [anon_sym_any] = ACTIONS(260), + [anon_sym_number] = ACTIONS(260), + [anon_sym_boolean] = ACTIONS(260), + [anon_sym_string] = ACTIONS(260), + [anon_sym_symbol] = ACTIONS(260), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [7] = { [sym_export_statement] = STATE(19), [sym_declaration] = STATE(19), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(19), [sym_expression_statement] = STATE(19), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(19), [sym_if_statement] = STATE(19), [sym_switch_statement] = STATE(19), @@ -17260,83 +17843,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(19), [sym_empty_statement] = STATE(19), [sym_labeled_statement] = STATE(19), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4427), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4427), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4427), - [sym_spread_element] = STATE(3728), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2956), - [sym_computed_property_name] = STATE(2956), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_accessibility_modifier] = STATE(2294), - [sym_override_modifier] = STATE(2303), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4442), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4442), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4442), + [sym_spread_element] = STATE(3758), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(1956), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2960), + [sym_computed_property_name] = STATE(2960), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_accessibility_modifier] = STATE(2297), + [sym_override_modifier] = STATE(2332), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(19), - [aux_sym_export_statement_repeat1] = STATE(3125), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(259), - [anon_sym_export] = ACTIONS(261), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_type] = ACTIONS(263), - [anon_sym_namespace] = ACTIONS(265), + [aux_sym_export_statement_repeat1] = STATE(3156), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(292), + [anon_sym_export] = ACTIONS(294), + [anon_sym_STAR] = ACTIONS(226), + [anon_sym_type] = ACTIONS(296), + [anon_sym_namespace] = ACTIONS(298), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(225), - [anon_sym_RBRACE] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(232), + [anon_sym_RBRACE] = ACTIONS(270), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17359,155 +17942,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(229), + [anon_sym_LBRACK] = ACTIONS(236), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(269), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(300), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(235), - [sym_private_property_identifier] = ACTIONS(237), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(271), - [anon_sym_readonly] = ACTIONS(273), - [anon_sym_get] = ACTIONS(275), - [anon_sym_set] = ACTIONS(275), - [anon_sym_declare] = ACTIONS(277), - [anon_sym_public] = ACTIONS(279), - [anon_sym_private] = ACTIONS(279), - [anon_sym_protected] = ACTIONS(279), - [anon_sym_override] = ACTIONS(281), - [anon_sym_module] = ACTIONS(283), - [anon_sym_any] = ACTIONS(285), - [anon_sym_number] = ACTIONS(285), - [anon_sym_boolean] = ACTIONS(285), - [anon_sym_string] = ACTIONS(285), - [anon_sym_symbol] = ACTIONS(285), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(242), + [sym_private_property_identifier] = ACTIONS(244), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(302), + [anon_sym_readonly] = ACTIONS(304), + [anon_sym_get] = ACTIONS(306), + [anon_sym_set] = ACTIONS(306), + [anon_sym_declare] = ACTIONS(308), + [anon_sym_public] = ACTIONS(310), + [anon_sym_private] = ACTIONS(310), + [anon_sym_protected] = ACTIONS(310), + [anon_sym_override] = ACTIONS(312), + [anon_sym_module] = ACTIONS(314), + [anon_sym_any] = ACTIONS(316), + [anon_sym_number] = ACTIONS(316), + [anon_sym_boolean] = ACTIONS(316), + [anon_sym_string] = ACTIONS(316), + [anon_sym_symbol] = ACTIONS(316), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [8] = { - [sym_export_statement] = STATE(19), - [sym_declaration] = STATE(19), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(19), - [sym_expression_statement] = STATE(19), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(19), - [sym_if_statement] = STATE(19), - [sym_switch_statement] = STATE(19), - [sym_for_statement] = STATE(19), - [sym_for_in_statement] = STATE(19), - [sym_while_statement] = STATE(19), - [sym_do_statement] = STATE(19), - [sym_try_statement] = STATE(19), - [sym_with_statement] = STATE(19), - [sym_break_statement] = STATE(19), - [sym_continue_statement] = STATE(19), - [sym_debugger_statement] = STATE(19), - [sym_return_statement] = STATE(19), - [sym_throw_statement] = STATE(19), - [sym_empty_statement] = STATE(19), - [sym_labeled_statement] = STATE(19), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4427), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4427), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4427), - [sym_spread_element] = STATE(3728), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2956), - [sym_computed_property_name] = STATE(2956), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_accessibility_modifier] = STATE(2294), - [sym_override_modifier] = STATE(2303), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(19), - [aux_sym_export_statement_repeat1] = STATE(3125), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(287), - [anon_sym_export] = ACTIONS(289), - [anon_sym_STAR] = ACTIONS(219), - [anon_sym_type] = ACTIONS(291), - [anon_sym_namespace] = ACTIONS(293), + [sym_export_statement] = STATE(21), + [sym_declaration] = STATE(21), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(21), + [sym_expression_statement] = STATE(21), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_switch_statement] = STATE(21), + [sym_for_statement] = STATE(21), + [sym_for_in_statement] = STATE(21), + [sym_while_statement] = STATE(21), + [sym_do_statement] = STATE(21), + [sym_try_statement] = STATE(21), + [sym_with_statement] = STATE(21), + [sym_break_statement] = STATE(21), + [sym_continue_statement] = STATE(21), + [sym_debugger_statement] = STATE(21), + [sym_return_statement] = STATE(21), + [sym_throw_statement] = STATE(21), + [sym_empty_statement] = STATE(21), + [sym_labeled_statement] = STATE(21), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4442), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4442), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4442), + [sym_spread_element] = STATE(3850), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(1956), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3850), + [sym_pair] = STATE(3850), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2960), + [sym_computed_property_name] = STATE(2960), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_accessibility_modifier] = STATE(2297), + [sym_override_modifier] = STATE(2332), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(21), + [aux_sym_export_statement_repeat1] = STATE(3156), + [aux_sym_object_repeat1] = STATE(3857), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(222), + [anon_sym_export] = ACTIONS(224), + [anon_sym_STAR] = ACTIONS(226), + [anon_sym_type] = ACTIONS(228), + [anon_sym_namespace] = ACTIONS(230), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(225), - [anon_sym_RBRACE] = ACTIONS(267), + [anon_sym_COMMA] = ACTIONS(232), + [anon_sym_RBRACE] = ACTIONS(318), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17530,62 +18113,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(229), + [anon_sym_LBRACK] = ACTIONS(236), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(295), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(238), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(235), - [sym_private_property_identifier] = ACTIONS(237), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(297), - [anon_sym_readonly] = ACTIONS(299), - [anon_sym_get] = ACTIONS(301), - [anon_sym_set] = ACTIONS(301), - [anon_sym_declare] = ACTIONS(303), - [anon_sym_public] = ACTIONS(305), - [anon_sym_private] = ACTIONS(305), - [anon_sym_protected] = ACTIONS(305), - [anon_sym_override] = ACTIONS(307), - [anon_sym_module] = ACTIONS(309), - [anon_sym_any] = ACTIONS(311), - [anon_sym_number] = ACTIONS(311), - [anon_sym_boolean] = ACTIONS(311), - [anon_sym_string] = ACTIONS(311), - [anon_sym_symbol] = ACTIONS(311), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(242), + [sym_private_property_identifier] = ACTIONS(244), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(246), + [anon_sym_readonly] = ACTIONS(248), + [anon_sym_get] = ACTIONS(250), + [anon_sym_set] = ACTIONS(250), + [anon_sym_declare] = ACTIONS(252), + [anon_sym_public] = ACTIONS(254), + [anon_sym_private] = ACTIONS(254), + [anon_sym_protected] = ACTIONS(254), + [anon_sym_override] = ACTIONS(256), + [anon_sym_module] = ACTIONS(258), + [anon_sym_any] = ACTIONS(260), + [anon_sym_number] = ACTIONS(260), + [anon_sym_boolean] = ACTIONS(260), + [anon_sym_string] = ACTIONS(260), + [anon_sym_symbol] = ACTIONS(260), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [9] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -17602,148 +18185,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), - [ts_builtin_sym_end] = ACTIONS(313), - [sym_identifier] = ACTIONS(315), - [anon_sym_export] = ACTIONS(318), - [anon_sym_default] = ACTIONS(321), - [anon_sym_type] = ACTIONS(323), - [anon_sym_namespace] = ACTIONS(326), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(313), - [anon_sym_typeof] = ACTIONS(332), - [anon_sym_import] = ACTIONS(335), - [anon_sym_var] = ACTIONS(338), - [anon_sym_let] = ACTIONS(341), - [anon_sym_const] = ACTIONS(344), - [anon_sym_BANG] = ACTIONS(347), - [anon_sym_if] = ACTIONS(350), - [anon_sym_switch] = ACTIONS(353), - [anon_sym_for] = ACTIONS(356), - [anon_sym_LPAREN] = ACTIONS(359), - [anon_sym_await] = ACTIONS(362), - [anon_sym_while] = ACTIONS(365), - [anon_sym_do] = ACTIONS(368), - [anon_sym_try] = ACTIONS(371), - [anon_sym_with] = ACTIONS(374), - [anon_sym_break] = ACTIONS(377), - [anon_sym_continue] = ACTIONS(380), - [anon_sym_debugger] = ACTIONS(383), - [anon_sym_return] = ACTIONS(386), - [anon_sym_throw] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(392), - [anon_sym_case] = ACTIONS(321), - [anon_sym_yield] = ACTIONS(395), - [anon_sym_LBRACK] = ACTIONS(398), - [anon_sym_LTtemplate_GT] = ACTIONS(401), - [anon_sym_LT] = ACTIONS(404), - [anon_sym_SLASH] = ACTIONS(407), - [anon_sym_class] = ACTIONS(410), - [anon_sym_async] = ACTIONS(413), - [anon_sym_function] = ACTIONS(416), - [anon_sym_new] = ACTIONS(419), - [anon_sym_PLUS] = ACTIONS(332), - [anon_sym_DASH] = ACTIONS(332), - [anon_sym_TILDE] = ACTIONS(347), - [anon_sym_void] = ACTIONS(332), - [anon_sym_delete] = ACTIONS(332), - [anon_sym_PLUS_PLUS] = ACTIONS(422), - [anon_sym_DASH_DASH] = ACTIONS(422), - [anon_sym_DQUOTE] = ACTIONS(425), - [anon_sym_SQUOTE] = ACTIONS(428), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(431), - [sym_number] = ACTIONS(434), - [sym_this] = ACTIONS(437), - [sym_super] = ACTIONS(437), - [sym_true] = ACTIONS(437), - [sym_false] = ACTIONS(437), - [sym_null] = ACTIONS(437), - [sym_undefined] = ACTIONS(440), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_static] = ACTIONS(446), - [anon_sym_readonly] = ACTIONS(446), - [anon_sym_get] = ACTIONS(446), - [anon_sym_set] = ACTIONS(446), - [anon_sym_declare] = ACTIONS(449), - [anon_sym_public] = ACTIONS(446), - [anon_sym_private] = ACTIONS(446), - [anon_sym_protected] = ACTIONS(446), - [anon_sym_override] = ACTIONS(446), - [anon_sym_module] = ACTIONS(452), - [anon_sym_any] = ACTIONS(446), - [anon_sym_number] = ACTIONS(446), - [anon_sym_boolean] = ACTIONS(446), - [anon_sym_string] = ACTIONS(446), - [anon_sym_symbol] = ACTIONS(446), - [anon_sym_abstract] = ACTIONS(455), - [anon_sym_interface] = ACTIONS(458), - [anon_sym_enum] = ACTIONS(461), + [aux_sym_export_statement_repeat1] = STATE(3156), + [ts_builtin_sym_end] = ACTIONS(320), + [sym_identifier] = ACTIONS(322), + [anon_sym_export] = ACTIONS(325), + [anon_sym_default] = ACTIONS(328), + [anon_sym_type] = ACTIONS(330), + [anon_sym_namespace] = ACTIONS(333), + [anon_sym_LBRACE] = ACTIONS(336), + [anon_sym_RBRACE] = ACTIONS(320), + [anon_sym_typeof] = ACTIONS(339), + [anon_sym_import] = ACTIONS(342), + [anon_sym_var] = ACTIONS(345), + [anon_sym_let] = ACTIONS(348), + [anon_sym_const] = ACTIONS(351), + [anon_sym_BANG] = ACTIONS(354), + [anon_sym_if] = ACTIONS(357), + [anon_sym_switch] = ACTIONS(360), + [anon_sym_for] = ACTIONS(363), + [anon_sym_LPAREN] = ACTIONS(366), + [anon_sym_await] = ACTIONS(369), + [anon_sym_while] = ACTIONS(372), + [anon_sym_do] = ACTIONS(375), + [anon_sym_try] = ACTIONS(378), + [anon_sym_with] = 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_case] = ACTIONS(328), + [anon_sym_yield] = ACTIONS(402), + [anon_sym_LBRACK] = ACTIONS(405), + [anon_sym_LTtemplate_GT] = ACTIONS(408), + [anon_sym_class] = ACTIONS(411), + [anon_sym_async] = ACTIONS(414), + [anon_sym_function] = ACTIONS(417), + [anon_sym_new] = ACTIONS(420), + [anon_sym_PLUS] = ACTIONS(339), + [anon_sym_DASH] = ACTIONS(339), + [anon_sym_SLASH] = ACTIONS(423), + [anon_sym_LT] = ACTIONS(426), + [anon_sym_TILDE] = ACTIONS(354), + [anon_sym_void] = ACTIONS(339), + [anon_sym_delete] = ACTIONS(339), + [anon_sym_PLUS_PLUS] = ACTIONS(429), + [anon_sym_DASH_DASH] = ACTIONS(432), + [anon_sym_DQUOTE] = ACTIONS(435), + [anon_sym_SQUOTE] = ACTIONS(438), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(441), + [sym_number] = ACTIONS(444), + [sym_this] = ACTIONS(447), + [sym_super] = ACTIONS(447), + [sym_true] = ACTIONS(447), + [sym_false] = ACTIONS(447), + [sym_null] = ACTIONS(447), + [sym_undefined] = ACTIONS(450), + [anon_sym_AT] = ACTIONS(453), + [anon_sym_static] = ACTIONS(456), + [anon_sym_readonly] = ACTIONS(456), + [anon_sym_get] = ACTIONS(456), + [anon_sym_set] = ACTIONS(456), + [anon_sym_declare] = ACTIONS(459), + [anon_sym_public] = ACTIONS(456), + [anon_sym_private] = ACTIONS(456), + [anon_sym_protected] = ACTIONS(456), + [anon_sym_override] = ACTIONS(456), + [anon_sym_module] = ACTIONS(462), + [anon_sym_any] = ACTIONS(456), + [anon_sym_number] = ACTIONS(456), + [anon_sym_boolean] = ACTIONS(456), + [anon_sym_string] = ACTIONS(456), + [anon_sym_symbol] = ACTIONS(456), + [anon_sym_abstract] = ACTIONS(465), + [anon_sym_interface] = ACTIONS(468), + [anon_sym_enum] = ACTIONS(471), }, [10] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -17760,70 +18343,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), - [anon_sym_default] = ACTIONS(464), + [anon_sym_default] = ACTIONS(474), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(466), + [anon_sym_RBRACE] = ACTIONS(476), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17845,142 +18428,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(55), [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_case] = ACTIONS(464), + [anon_sym_case] = ACTIONS(474), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [11] = { - [sym_export_statement] = STATE(13), - [sym_declaration] = STATE(13), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(13), - [sym_expression_statement] = STATE(13), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(13), - [sym_if_statement] = STATE(13), - [sym_switch_statement] = STATE(13), - [sym_for_statement] = STATE(13), - [sym_for_in_statement] = STATE(13), - [sym_while_statement] = STATE(13), - [sym_do_statement] = STATE(13), - [sym_try_statement] = STATE(13), - [sym_with_statement] = STATE(13), - [sym_break_statement] = STATE(13), - [sym_continue_statement] = STATE(13), - [sym_debugger_statement] = STATE(13), - [sym_return_statement] = STATE(13), - [sym_throw_statement] = STATE(13), - [sym_empty_statement] = STATE(13), - [sym_labeled_statement] = STATE(13), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(13), - [aux_sym_export_statement_repeat1] = STATE(3125), + [sym_export_statement] = STATE(10), + [sym_declaration] = STATE(10), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(10), + [sym_expression_statement] = STATE(10), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(10), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), - [anon_sym_default] = ACTIONS(468), + [anon_sym_default] = ACTIONS(478), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(470), + [anon_sym_RBRACE] = ACTIONS(480), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18002,142 +18585,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(55), [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_case] = ACTIONS(468), + [anon_sym_case] = ACTIONS(478), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [12] = { - [sym_export_statement] = STATE(10), - [sym_declaration] = STATE(10), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(10), - [sym_expression_statement] = STATE(10), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(10), - [aux_sym_export_statement_repeat1] = STATE(3125), + [sym_export_statement] = STATE(13), + [sym_declaration] = STATE(13), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(13), + [sym_expression_statement] = STATE(13), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(13), + [sym_if_statement] = STATE(13), + [sym_switch_statement] = STATE(13), + [sym_for_statement] = STATE(13), + [sym_for_in_statement] = STATE(13), + [sym_while_statement] = STATE(13), + [sym_do_statement] = STATE(13), + [sym_try_statement] = STATE(13), + [sym_with_statement] = STATE(13), + [sym_break_statement] = STATE(13), + [sym_continue_statement] = STATE(13), + [sym_debugger_statement] = STATE(13), + [sym_return_statement] = STATE(13), + [sym_throw_statement] = STATE(13), + [sym_empty_statement] = STATE(13), + [sym_labeled_statement] = STATE(13), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(13), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), - [anon_sym_default] = ACTIONS(472), + [anon_sym_default] = ACTIONS(482), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(474), + [anon_sym_RBRACE] = ACTIONS(484), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18159,62 +18742,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(55), [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_case] = ACTIONS(472), + [anon_sym_case] = ACTIONS(482), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [13] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -18231,70 +18814,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), - [anon_sym_default] = ACTIONS(476), + [anon_sym_default] = ACTIONS(486), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(478), + [anon_sym_RBRACE] = ACTIONS(488), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18316,62 +18899,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(55), [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_case] = ACTIONS(476), + [anon_sym_case] = ACTIONS(486), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [14] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -18388,69 +18971,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(480), + [anon_sym_RBRACE] = ACTIONS(490), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18475,137 +19058,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [15] = { - [sym_export_statement] = STATE(9), - [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(9), - [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(9), - [sym_if_statement] = STATE(9), - [sym_switch_statement] = STATE(9), - [sym_for_statement] = STATE(9), - [sym_for_in_statement] = STATE(9), - [sym_while_statement] = STATE(9), - [sym_do_statement] = STATE(9), - [sym_try_statement] = STATE(9), - [sym_with_statement] = STATE(9), - [sym_break_statement] = STATE(9), - [sym_continue_statement] = STATE(9), - [sym_debugger_statement] = STATE(9), - [sym_return_statement] = STATE(9), - [sym_throw_statement] = STATE(9), - [sym_empty_statement] = STATE(9), - [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), - [ts_builtin_sym_end] = ACTIONS(482), + [sym_export_statement] = STATE(14), + [sym_declaration] = STATE(14), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(14), + [sym_expression_statement] = STATE(14), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(14), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_RBRACE] = ACTIONS(492), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18630,137 +19213,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [16] = { - [sym_export_statement] = STATE(18), - [sym_declaration] = STATE(18), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(18), - [sym_expression_statement] = STATE(18), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(18), - [aux_sym_export_statement_repeat1] = STATE(3125), - [ts_builtin_sym_end] = ACTIONS(482), + [sym_export_statement] = STATE(28), + [sym_declaration] = STATE(28), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_for_in_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_with_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_debugger_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_empty_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(28), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_RBRACE] = ACTIONS(494), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18785,58 +19368,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [17] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -18853,69 +19436,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [aux_sym_export_statement_repeat1] = STATE(3156), + [ts_builtin_sym_end] = ACTIONS(496), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(484), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18940,58 +19523,213 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [18] = { + [sym_export_statement] = STATE(19), + [sym_declaration] = STATE(19), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(19), + [sym_expression_statement] = STATE(19), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(19), + [sym_if_statement] = STATE(19), + [sym_switch_statement] = STATE(19), + [sym_for_statement] = STATE(19), + [sym_for_in_statement] = STATE(19), + [sym_while_statement] = STATE(19), + [sym_do_statement] = STATE(19), + [sym_try_statement] = STATE(19), + [sym_with_statement] = STATE(19), + [sym_break_statement] = STATE(19), + [sym_continue_statement] = STATE(19), + [sym_debugger_statement] = STATE(19), + [sym_return_statement] = STATE(19), + [sym_throw_statement] = STATE(19), + [sym_empty_statement] = STATE(19), + [sym_labeled_statement] = STATE(19), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(19), + [aux_sym_export_statement_repeat1] = STATE(3156), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_RBRACE] = ACTIONS(498), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(21), + [anon_sym_var] = ACTIONS(23), + [anon_sym_let] = ACTIONS(25), + [anon_sym_const] = ACTIONS(27), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_if] = ACTIONS(31), + [anon_sym_switch] = ACTIONS(33), + [anon_sym_for] = ACTIONS(35), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_while] = ACTIONS(41), + [anon_sym_do] = ACTIONS(43), + [anon_sym_try] = ACTIONS(45), + [anon_sym_with] = ACTIONS(47), + [anon_sym_break] = ACTIONS(49), + [anon_sym_continue] = ACTIONS(51), + [anon_sym_debugger] = ACTIONS(53), + [anon_sym_return] = ACTIONS(55), + [anon_sym_throw] = ACTIONS(57), + [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = 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(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), + }, + [19] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -19008,69 +19746,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), - [ts_builtin_sym_end] = ACTIONS(486), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_RBRACE] = ACTIONS(500), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19095,58 +19833,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [19] = { + [20] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -19163,69 +19901,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [aux_sym_export_statement_repeat1] = STATE(3156), + [ts_builtin_sym_end] = ACTIONS(502), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(488), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19250,137 +19988,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [20] = { - [sym_export_statement] = STATE(19), - [sym_declaration] = STATE(19), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(19), - [sym_expression_statement] = STATE(19), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(19), - [sym_if_statement] = STATE(19), - [sym_switch_statement] = STATE(19), - [sym_for_statement] = STATE(19), - [sym_for_in_statement] = STATE(19), - [sym_while_statement] = STATE(19), - [sym_do_statement] = STATE(19), - [sym_try_statement] = STATE(19), - [sym_with_statement] = STATE(19), - [sym_break_statement] = STATE(19), - [sym_continue_statement] = STATE(19), - [sym_debugger_statement] = STATE(19), - [sym_return_statement] = STATE(19), - [sym_throw_statement] = STATE(19), - [sym_empty_statement] = STATE(19), - [sym_labeled_statement] = STATE(19), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(19), - [aux_sym_export_statement_repeat1] = STATE(3125), + [21] = { + [sym_export_statement] = STATE(9), + [sym_declaration] = STATE(9), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_for_in_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_try_statement] = STATE(9), + [sym_with_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_debugger_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_throw_statement] = STATE(9), + [sym_empty_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(490), + [anon_sym_RBRACE] = ACTIONS(504), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19405,137 +20143,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [21] = { - [sym_export_statement] = STATE(29), - [sym_declaration] = STATE(29), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(29), - [sym_expression_statement] = STATE(29), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(29), - [sym_if_statement] = STATE(29), - [sym_switch_statement] = STATE(29), - [sym_for_statement] = STATE(29), - [sym_for_in_statement] = STATE(29), - [sym_while_statement] = STATE(29), - [sym_do_statement] = STATE(29), - [sym_try_statement] = STATE(29), - [sym_with_statement] = STATE(29), - [sym_break_statement] = STATE(29), - [sym_continue_statement] = STATE(29), - [sym_debugger_statement] = STATE(29), - [sym_return_statement] = STATE(29), - [sym_throw_statement] = STATE(29), - [sym_empty_statement] = STATE(29), - [sym_labeled_statement] = STATE(29), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(29), - [aux_sym_export_statement_repeat1] = STATE(3125), + [22] = { + [sym_export_statement] = STATE(9), + [sym_declaration] = STATE(9), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_for_in_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_try_statement] = STATE(9), + [sym_with_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_debugger_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_throw_statement] = STATE(9), + [sym_empty_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(492), + [anon_sym_RBRACE] = ACTIONS(506), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19560,58 +20298,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [22] = { + [23] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -19628,69 +20366,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(494), + [anon_sym_RBRACE] = ACTIONS(508), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19715,137 +20453,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [23] = { - [sym_export_statement] = STATE(28), - [sym_declaration] = STATE(28), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(28), - [sym_expression_statement] = STATE(28), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(28), - [sym_if_statement] = STATE(28), - [sym_switch_statement] = STATE(28), - [sym_for_statement] = STATE(28), - [sym_for_in_statement] = STATE(28), - [sym_while_statement] = STATE(28), - [sym_do_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_with_statement] = STATE(28), - [sym_break_statement] = STATE(28), - [sym_continue_statement] = STATE(28), - [sym_debugger_statement] = STATE(28), - [sym_return_statement] = STATE(28), - [sym_throw_statement] = STATE(28), - [sym_empty_statement] = STATE(28), - [sym_labeled_statement] = STATE(28), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(28), - [aux_sym_export_statement_repeat1] = STATE(3125), + [24] = { + [sym_export_statement] = STATE(22), + [sym_declaration] = STATE(22), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(22), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(496), + [anon_sym_RBRACE] = ACTIONS(510), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19870,137 +20608,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [24] = { - [sym_export_statement] = STATE(14), - [sym_declaration] = STATE(14), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(14), - [sym_expression_statement] = STATE(14), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(14), - [aux_sym_export_statement_repeat1] = STATE(3125), + [25] = { + [sym_export_statement] = STATE(27), + [sym_declaration] = STATE(27), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_for_in_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_try_statement] = STATE(27), + [sym_with_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_debugger_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_throw_statement] = STATE(27), + [sym_empty_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(27), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(498), + [anon_sym_RBRACE] = ACTIONS(512), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -20025,137 +20763,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [25] = { - [sym_export_statement] = STATE(30), - [sym_declaration] = STATE(30), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(30), - [sym_expression_statement] = STATE(30), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(30), - [aux_sym_export_statement_repeat1] = STATE(3125), + [26] = { + [sym_export_statement] = STATE(21), + [sym_declaration] = STATE(21), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(21), + [sym_expression_statement] = STATE(21), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_switch_statement] = STATE(21), + [sym_for_statement] = STATE(21), + [sym_for_in_statement] = STATE(21), + [sym_while_statement] = STATE(21), + [sym_do_statement] = STATE(21), + [sym_try_statement] = STATE(21), + [sym_with_statement] = STATE(21), + [sym_break_statement] = STATE(21), + [sym_continue_statement] = STATE(21), + [sym_debugger_statement] = STATE(21), + [sym_return_statement] = STATE(21), + [sym_throw_statement] = STATE(21), + [sym_empty_statement] = STATE(21), + [sym_labeled_statement] = STATE(21), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(21), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(500), + [anon_sym_RBRACE] = ACTIONS(514), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -20180,137 +20918,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [26] = { - [sym_export_statement] = STATE(17), - [sym_declaration] = STATE(17), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(17), - [sym_expression_statement] = STATE(17), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(17), - [sym_if_statement] = STATE(17), - [sym_switch_statement] = STATE(17), - [sym_for_statement] = STATE(17), - [sym_for_in_statement] = STATE(17), - [sym_while_statement] = STATE(17), - [sym_do_statement] = STATE(17), - [sym_try_statement] = STATE(17), - [sym_with_statement] = STATE(17), - [sym_break_statement] = STATE(17), - [sym_continue_statement] = STATE(17), - [sym_debugger_statement] = STATE(17), - [sym_return_statement] = STATE(17), - [sym_throw_statement] = STATE(17), - [sym_empty_statement] = STATE(17), - [sym_labeled_statement] = STATE(17), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(17), - [aux_sym_export_statement_repeat1] = STATE(3125), + [27] = { + [sym_export_statement] = STATE(9), + [sym_declaration] = STATE(9), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_for_in_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_try_statement] = STATE(9), + [sym_with_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_debugger_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_throw_statement] = STATE(9), + [sym_empty_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(502), + [anon_sym_RBRACE] = ACTIONS(516), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -20335,213 +21073,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), - }, - [27] = { - [sym_export_statement] = STATE(22), - [sym_declaration] = STATE(22), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(22), - [sym_expression_statement] = STATE(22), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(22), - [aux_sym_export_statement_repeat1] = STATE(3125), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(504), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [28] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -20558,69 +21141,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(506), + [anon_sym_RBRACE] = ACTIONS(518), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -20645,137 +21228,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [29] = { - [sym_export_statement] = STATE(9), - [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(9), - [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(9), - [sym_if_statement] = STATE(9), - [sym_switch_statement] = STATE(9), - [sym_for_statement] = STATE(9), - [sym_for_in_statement] = STATE(9), - [sym_while_statement] = STATE(9), - [sym_do_statement] = STATE(9), - [sym_try_statement] = STATE(9), - [sym_with_statement] = STATE(9), - [sym_break_statement] = STATE(9), - [sym_continue_statement] = STATE(9), - [sym_debugger_statement] = STATE(9), - [sym_return_statement] = STATE(9), - [sym_throw_statement] = STATE(9), - [sym_empty_statement] = STATE(9), - [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [sym_export_statement] = STATE(20), + [sym_declaration] = STATE(20), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(20), + [aux_sym_export_statement_repeat1] = STATE(3156), + [ts_builtin_sym_end] = ACTIONS(496), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(508), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -20800,137 +21383,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [30] = { - [sym_export_statement] = STATE(9), - [sym_declaration] = STATE(9), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(9), - [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(9), - [sym_if_statement] = STATE(9), - [sym_switch_statement] = STATE(9), - [sym_for_statement] = STATE(9), - [sym_for_in_statement] = STATE(9), - [sym_while_statement] = STATE(9), - [sym_do_statement] = STATE(9), - [sym_try_statement] = STATE(9), - [sym_with_statement] = STATE(9), - [sym_break_statement] = STATE(9), - [sym_continue_statement] = STATE(9), - [sym_debugger_statement] = STATE(9), - [sym_return_statement] = STATE(9), - [sym_throw_statement] = STATE(9), - [sym_empty_statement] = STATE(9), - [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(3125), + [sym_export_statement] = STATE(23), + [sym_declaration] = STATE(23), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_for_in_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_try_statement] = STATE(23), + [sym_with_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_debugger_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_throw_statement] = STATE(23), + [sym_empty_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_program_repeat1] = STATE(23), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(510), + [anon_sym_RBRACE] = ACTIONS(520), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -20955,150 +21538,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [31] = { - [sym_export_statement] = STATE(676), - [sym_declaration] = STATE(676), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(676), - [sym_expression_statement] = STATE(676), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), + [sym_export_statement] = STATE(3856), + [sym_declaration] = STATE(3856), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(3856), + [sym_expression_statement] = STATE(3856), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(3856), + [sym_if_statement] = STATE(3856), + [sym_switch_statement] = STATE(3856), + [sym_for_statement] = STATE(3856), + [sym_for_in_statement] = STATE(3856), + [sym_while_statement] = STATE(3856), + [sym_do_statement] = STATE(3856), + [sym_try_statement] = STATE(3856), + [sym_with_statement] = STATE(3856), + [sym_break_statement] = STATE(3856), + [sym_continue_statement] = STATE(3856), + [sym_debugger_statement] = STATE(3856), + [sym_return_statement] = STATE(3856), + [sym_throw_statement] = STATE(3856), + [sym_empty_statement] = STATE(3856), + [sym_labeled_statement] = STATE(3856), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21108,150 +21691,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [32] = { - [sym_export_statement] = STATE(659), - [sym_declaration] = STATE(659), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(659), - [sym_expression_statement] = STATE(659), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(659), - [sym_if_statement] = STATE(659), - [sym_switch_statement] = STATE(659), - [sym_for_statement] = STATE(659), - [sym_for_in_statement] = STATE(659), - [sym_while_statement] = STATE(659), - [sym_do_statement] = STATE(659), - [sym_try_statement] = STATE(659), - [sym_with_statement] = STATE(659), - [sym_break_statement] = STATE(659), - [sym_continue_statement] = STATE(659), - [sym_debugger_statement] = STATE(659), - [sym_return_statement] = STATE(659), - [sym_throw_statement] = STATE(659), - [sym_empty_statement] = STATE(659), - [sym_labeled_statement] = STATE(659), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_export_statement] = STATE(657), + [sym_declaration] = STATE(651), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(650), + [sym_expression_statement] = STATE(648), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(647), + [sym_if_statement] = STATE(645), + [sym_switch_statement] = STATE(644), + [sym_for_statement] = STATE(643), + [sym_for_in_statement] = STATE(642), + [sym_while_statement] = STATE(639), + [sym_do_statement] = STATE(638), + [sym_try_statement] = STATE(637), + [sym_with_statement] = STATE(630), + [sym_break_statement] = STATE(629), + [sym_continue_statement] = STATE(628), + [sym_debugger_statement] = STATE(626), + [sym_return_statement] = STATE(625), + [sym_throw_statement] = STATE(624), + [sym_empty_statement] = STATE(623), + [sym_labeled_statement] = STATE(622), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21261,150 +21844,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [33] = { - [sym_export_statement] = STATE(756), - [sym_declaration] = STATE(756), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(756), - [sym_expression_statement] = STATE(756), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(756), - [sym_if_statement] = STATE(756), - [sym_switch_statement] = STATE(756), - [sym_for_statement] = STATE(756), - [sym_for_in_statement] = STATE(756), - [sym_while_statement] = STATE(756), - [sym_do_statement] = STATE(756), - [sym_try_statement] = STATE(756), - [sym_with_statement] = STATE(756), - [sym_break_statement] = STATE(756), - [sym_continue_statement] = STATE(756), - [sym_debugger_statement] = STATE(756), - [sym_return_statement] = STATE(756), - [sym_throw_statement] = STATE(756), - [sym_empty_statement] = STATE(756), - [sym_labeled_statement] = STATE(756), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_export_statement] = STATE(739), + [sym_declaration] = STATE(739), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(739), + [sym_expression_statement] = STATE(739), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(739), + [sym_if_statement] = STATE(739), + [sym_switch_statement] = STATE(739), + [sym_for_statement] = STATE(739), + [sym_for_in_statement] = STATE(739), + [sym_while_statement] = STATE(739), + [sym_do_statement] = STATE(739), + [sym_try_statement] = STATE(739), + [sym_with_statement] = STATE(739), + [sym_break_statement] = STATE(739), + [sym_continue_statement] = STATE(739), + [sym_debugger_statement] = STATE(739), + [sym_return_statement] = STATE(739), + [sym_throw_statement] = STATE(739), + [sym_empty_statement] = STATE(739), + [sym_labeled_statement] = STATE(739), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21414,130 +21997,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [34] = { - [sym_export_statement] = STATE(713), - [sym_declaration] = STATE(713), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(713), - [sym_expression_statement] = STATE(713), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(713), - [sym_if_statement] = STATE(713), - [sym_switch_statement] = STATE(713), - [sym_for_statement] = STATE(713), - [sym_for_in_statement] = STATE(713), - [sym_while_statement] = STATE(713), - [sym_do_statement] = STATE(713), - [sym_try_statement] = STATE(713), - [sym_with_statement] = STATE(713), - [sym_break_statement] = STATE(713), - [sym_continue_statement] = STATE(713), - [sym_debugger_statement] = STATE(713), - [sym_return_statement] = STATE(713), - [sym_throw_statement] = STATE(713), - [sym_empty_statement] = STATE(713), - [sym_labeled_statement] = STATE(713), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), + [sym_export_statement] = STATE(726), + [sym_declaration] = STATE(726), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(726), + [sym_expression_statement] = STATE(726), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -21567,150 +22150,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [35] = { - [sym_export_statement] = STATE(749), - [sym_declaration] = STATE(745), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(634), - [sym_expression_statement] = STATE(743), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(742), - [sym_if_statement] = STATE(729), - [sym_switch_statement] = STATE(724), - [sym_for_statement] = STATE(723), - [sym_for_in_statement] = STATE(722), - [sym_while_statement] = STATE(720), - [sym_do_statement] = STATE(719), - [sym_try_statement] = STATE(712), - [sym_with_statement] = STATE(711), - [sym_break_statement] = STATE(709), - [sym_continue_statement] = STATE(707), - [sym_debugger_statement] = STATE(697), - [sym_return_statement] = STATE(696), - [sym_throw_statement] = STATE(688), - [sym_empty_statement] = STATE(687), - [sym_labeled_statement] = STATE(685), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_export_statement] = STATE(657), + [sym_declaration] = STATE(651), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(650), + [sym_expression_statement] = STATE(648), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(647), + [sym_if_statement] = STATE(645), + [sym_switch_statement] = STATE(644), + [sym_for_statement] = STATE(643), + [sym_for_in_statement] = STATE(642), + [sym_while_statement] = STATE(639), + [sym_do_statement] = STATE(638), + [sym_try_statement] = STATE(637), + [sym_with_statement] = STATE(630), + [sym_break_statement] = STATE(629), + [sym_continue_statement] = STATE(628), + [sym_debugger_statement] = STATE(626), + [sym_return_statement] = STATE(625), + [sym_throw_statement] = STATE(624), + [sym_empty_statement] = STATE(623), + [sym_labeled_statement] = STATE(622), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21720,150 +22303,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [36] = { - [sym_export_statement] = STATE(730), - [sym_declaration] = STATE(730), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(730), - [sym_expression_statement] = STATE(730), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(730), - [sym_if_statement] = STATE(730), - [sym_switch_statement] = STATE(730), - [sym_for_statement] = STATE(730), - [sym_for_in_statement] = STATE(730), - [sym_while_statement] = STATE(730), - [sym_do_statement] = STATE(730), - [sym_try_statement] = STATE(730), - [sym_with_statement] = STATE(730), - [sym_break_statement] = STATE(730), - [sym_continue_statement] = STATE(730), - [sym_debugger_statement] = STATE(730), - [sym_return_statement] = STATE(730), - [sym_throw_statement] = STATE(730), - [sym_empty_statement] = STATE(730), - [sym_labeled_statement] = STATE(730), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_export_statement] = STATE(726), + [sym_declaration] = STATE(726), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(726), + [sym_expression_statement] = STATE(726), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21873,150 +22456,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [37] = { - [sym_export_statement] = STATE(676), - [sym_declaration] = STATE(676), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(676), - [sym_expression_statement] = STATE(676), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_export_statement] = STATE(675), + [sym_declaration] = STATE(675), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(675), + [sym_expression_statement] = STATE(675), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(675), + [sym_if_statement] = STATE(675), + [sym_switch_statement] = STATE(675), + [sym_for_statement] = STATE(675), + [sym_for_in_statement] = STATE(675), + [sym_while_statement] = STATE(675), + [sym_do_statement] = STATE(675), + [sym_try_statement] = STATE(675), + [sym_with_statement] = STATE(675), + [sym_break_statement] = STATE(675), + [sym_continue_statement] = STATE(675), + [sym_debugger_statement] = STATE(675), + [sym_return_statement] = STATE(675), + [sym_throw_statement] = STATE(675), + [sym_empty_statement] = STATE(675), + [sym_labeled_statement] = STATE(675), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -22026,150 +22609,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [38] = { - [sym_export_statement] = STATE(676), - [sym_declaration] = STATE(676), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(676), - [sym_expression_statement] = STATE(676), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_export_statement] = STATE(675), + [sym_declaration] = STATE(675), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(675), + [sym_expression_statement] = STATE(675), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(675), + [sym_if_statement] = STATE(675), + [sym_switch_statement] = STATE(675), + [sym_for_statement] = STATE(675), + [sym_for_in_statement] = STATE(675), + [sym_while_statement] = STATE(675), + [sym_do_statement] = STATE(675), + [sym_try_statement] = STATE(675), + [sym_with_statement] = STATE(675), + [sym_break_statement] = STATE(675), + [sym_continue_statement] = STATE(675), + [sym_debugger_statement] = STATE(675), + [sym_return_statement] = STATE(675), + [sym_throw_statement] = STATE(675), + [sym_empty_statement] = STATE(675), + [sym_labeled_statement] = STATE(675), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -22179,150 +22762,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [39] = { - [sym_export_statement] = STATE(684), - [sym_declaration] = STATE(684), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(684), - [sym_expression_statement] = STATE(684), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(684), - [sym_if_statement] = STATE(684), - [sym_switch_statement] = STATE(684), - [sym_for_statement] = STATE(684), - [sym_for_in_statement] = STATE(684), - [sym_while_statement] = STATE(684), - [sym_do_statement] = STATE(684), - [sym_try_statement] = STATE(684), - [sym_with_statement] = STATE(684), - [sym_break_statement] = STATE(684), - [sym_continue_statement] = STATE(684), - [sym_debugger_statement] = STATE(684), - [sym_return_statement] = STATE(684), - [sym_throw_statement] = STATE(684), - [sym_empty_statement] = STATE(684), - [sym_labeled_statement] = STATE(684), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_export_statement] = STATE(739), + [sym_declaration] = STATE(739), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(739), + [sym_expression_statement] = STATE(739), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(739), + [sym_if_statement] = STATE(739), + [sym_switch_statement] = STATE(739), + [sym_for_statement] = STATE(739), + [sym_for_in_statement] = STATE(739), + [sym_while_statement] = STATE(739), + [sym_do_statement] = STATE(739), + [sym_try_statement] = STATE(739), + [sym_with_statement] = STATE(739), + [sym_break_statement] = STATE(739), + [sym_continue_statement] = STATE(739), + [sym_debugger_statement] = STATE(739), + [sym_return_statement] = STATE(739), + [sym_throw_statement] = STATE(739), + [sym_empty_statement] = STATE(739), + [sym_labeled_statement] = STATE(739), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -22332,130 +22915,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [40] = { - [sym_export_statement] = STATE(749), - [sym_declaration] = STATE(745), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(634), - [sym_expression_statement] = STATE(743), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(742), - [sym_if_statement] = STATE(729), - [sym_switch_statement] = STATE(724), - [sym_for_statement] = STATE(723), - [sym_for_in_statement] = STATE(722), - [sym_while_statement] = STATE(720), - [sym_do_statement] = STATE(719), - [sym_try_statement] = STATE(712), - [sym_with_statement] = STATE(711), - [sym_break_statement] = STATE(709), - [sym_continue_statement] = STATE(707), - [sym_debugger_statement] = STATE(697), - [sym_return_statement] = STATE(696), - [sym_throw_statement] = STATE(688), - [sym_empty_statement] = STATE(687), - [sym_labeled_statement] = STATE(685), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), + [sym_export_statement] = STATE(693), + [sym_declaration] = STATE(649), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(653), + [sym_expression_statement] = STATE(654), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(658), + [sym_if_statement] = STATE(660), + [sym_switch_statement] = STATE(661), + [sym_for_statement] = STATE(663), + [sym_for_in_statement] = STATE(666), + [sym_while_statement] = STATE(667), + [sym_do_statement] = STATE(669), + [sym_try_statement] = STATE(672), + [sym_with_statement] = STATE(674), + [sym_break_statement] = STATE(677), + [sym_continue_statement] = STATE(618), + [sym_debugger_statement] = STATE(683), + [sym_return_statement] = STATE(684), + [sym_throw_statement] = STATE(685), + [sym_empty_statement] = STATE(695), + [sym_labeled_statement] = STATE(699), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -22485,150 +23068,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [41] = { - [sym_export_statement] = STATE(713), - [sym_declaration] = STATE(713), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(713), - [sym_expression_statement] = STATE(713), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(713), - [sym_if_statement] = STATE(713), - [sym_switch_statement] = STATE(713), - [sym_for_statement] = STATE(713), - [sym_for_in_statement] = STATE(713), - [sym_while_statement] = STATE(713), - [sym_do_statement] = STATE(713), - [sym_try_statement] = STATE(713), - [sym_with_statement] = STATE(713), - [sym_break_statement] = STATE(713), - [sym_continue_statement] = STATE(713), - [sym_debugger_statement] = STATE(713), - [sym_return_statement] = STATE(713), - [sym_throw_statement] = STATE(713), - [sym_empty_statement] = STATE(713), - [sym_labeled_statement] = STATE(713), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_export_statement] = STATE(640), + [sym_declaration] = STATE(640), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(640), + [sym_expression_statement] = STATE(640), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(640), + [sym_if_statement] = STATE(640), + [sym_switch_statement] = STATE(640), + [sym_for_statement] = STATE(640), + [sym_for_in_statement] = STATE(640), + [sym_while_statement] = STATE(640), + [sym_do_statement] = STATE(640), + [sym_try_statement] = STATE(640), + [sym_with_statement] = STATE(640), + [sym_break_statement] = STATE(640), + [sym_continue_statement] = STATE(640), + [sym_debugger_statement] = STATE(640), + [sym_return_statement] = STATE(640), + [sym_throw_statement] = STATE(640), + [sym_empty_statement] = STATE(640), + [sym_labeled_statement] = STATE(640), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -22638,589 +23221,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [42] = { - [sym_export_statement] = STATE(725), - [sym_declaration] = STATE(726), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(727), - [sym_expression_statement] = STATE(728), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(731), - [sym_if_statement] = STATE(732), - [sym_switch_statement] = STATE(733), - [sym_for_statement] = STATE(734), - [sym_for_in_statement] = STATE(658), - [sym_while_statement] = STATE(737), - [sym_do_statement] = STATE(633), - [sym_try_statement] = STATE(740), - [sym_with_statement] = STATE(747), - [sym_break_statement] = STATE(764), - [sym_continue_statement] = STATE(766), - [sym_debugger_statement] = STATE(771), - [sym_return_statement] = STATE(775), - [sym_throw_statement] = STATE(778), - [sym_empty_statement] = STATE(774), - [sym_labeled_statement] = STATE(770), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), - }, - [43] = { - [sym_export_statement] = STATE(730), - [sym_declaration] = STATE(730), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(730), - [sym_expression_statement] = STATE(730), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(730), - [sym_if_statement] = STATE(730), - [sym_switch_statement] = STATE(730), - [sym_for_statement] = STATE(730), - [sym_for_in_statement] = STATE(730), - [sym_while_statement] = STATE(730), - [sym_do_statement] = STATE(730), - [sym_try_statement] = STATE(730), - [sym_with_statement] = STATE(730), - [sym_break_statement] = STATE(730), - [sym_continue_statement] = STATE(730), - [sym_debugger_statement] = STATE(730), - [sym_return_statement] = STATE(730), - [sym_throw_statement] = STATE(730), - [sym_empty_statement] = STATE(730), - [sym_labeled_statement] = STATE(730), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), - }, - [44] = { - [sym_export_statement] = STATE(756), - [sym_declaration] = STATE(756), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(756), - [sym_expression_statement] = STATE(756), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(756), - [sym_if_statement] = STATE(756), - [sym_switch_statement] = STATE(756), - [sym_for_statement] = STATE(756), - [sym_for_in_statement] = STATE(756), - [sym_while_statement] = STATE(756), - [sym_do_statement] = STATE(756), - [sym_try_statement] = STATE(756), - [sym_with_statement] = STATE(756), - [sym_break_statement] = STATE(756), - [sym_continue_statement] = STATE(756), - [sym_debugger_statement] = STATE(756), - [sym_return_statement] = STATE(756), - [sym_throw_statement] = STATE(756), - [sym_empty_statement] = STATE(756), - [sym_labeled_statement] = STATE(756), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), - }, - [45] = { - [sym_export_statement] = STATE(659), - [sym_declaration] = STATE(659), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(659), - [sym_expression_statement] = STATE(659), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(659), - [sym_if_statement] = STATE(659), - [sym_switch_statement] = STATE(659), - [sym_for_statement] = STATE(659), - [sym_for_in_statement] = STATE(659), - [sym_while_statement] = STATE(659), - [sym_do_statement] = STATE(659), - [sym_try_statement] = STATE(659), - [sym_with_statement] = STATE(659), - [sym_break_statement] = STATE(659), - [sym_continue_statement] = STATE(659), - [sym_debugger_statement] = STATE(659), - [sym_return_statement] = STATE(659), - [sym_throw_statement] = STATE(659), - [sym_empty_statement] = STATE(659), - [sym_labeled_statement] = STATE(659), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), + [sym_export_statement] = STATE(762), + [sym_declaration] = STATE(762), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(762), + [sym_expression_statement] = STATE(762), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(762), + [sym_if_statement] = STATE(762), + [sym_switch_statement] = STATE(762), + [sym_for_statement] = STATE(762), + [sym_for_in_statement] = STATE(762), + [sym_while_statement] = STATE(762), + [sym_do_statement] = STATE(762), + [sym_try_statement] = STATE(762), + [sym_with_statement] = STATE(762), + [sym_break_statement] = STATE(762), + [sym_continue_statement] = STATE(762), + [sym_debugger_statement] = STATE(762), + [sym_return_statement] = STATE(762), + [sym_throw_statement] = STATE(762), + [sym_empty_statement] = STATE(762), + [sym_labeled_statement] = STATE(762), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -23250,150 +23374,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [46] = { - [sym_export_statement] = STATE(730), - [sym_declaration] = STATE(730), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(730), - [sym_expression_statement] = STATE(730), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(730), - [sym_if_statement] = STATE(730), - [sym_switch_statement] = STATE(730), - [sym_for_statement] = STATE(730), - [sym_for_in_statement] = STATE(730), - [sym_while_statement] = STATE(730), - [sym_do_statement] = STATE(730), - [sym_try_statement] = STATE(730), - [sym_with_statement] = STATE(730), - [sym_break_statement] = STATE(730), - [sym_continue_statement] = STATE(730), - [sym_debugger_statement] = STATE(730), - [sym_return_statement] = STATE(730), - [sym_throw_statement] = STATE(730), - [sym_empty_statement] = STATE(730), - [sym_labeled_statement] = STATE(730), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), + [43] = { + [sym_export_statement] = STATE(4401), + [sym_declaration] = STATE(4401), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(4401), + [sym_expression_statement] = STATE(4401), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(4401), + [sym_if_statement] = STATE(4401), + [sym_switch_statement] = STATE(4401), + [sym_for_statement] = STATE(4401), + [sym_for_in_statement] = STATE(4401), + [sym_while_statement] = STATE(4401), + [sym_do_statement] = STATE(4401), + [sym_try_statement] = STATE(4401), + [sym_with_statement] = STATE(4401), + [sym_break_statement] = STATE(4401), + [sym_continue_statement] = STATE(4401), + [sym_debugger_statement] = STATE(4401), + [sym_return_statement] = STATE(4401), + [sym_throw_statement] = STATE(4401), + [sym_empty_statement] = STATE(4401), + [sym_labeled_statement] = STATE(4401), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -23403,150 +23527,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [47] = { - [sym_export_statement] = STATE(626), - [sym_declaration] = STATE(626), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(626), - [sym_expression_statement] = STATE(626), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [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(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), + [44] = { + [sym_export_statement] = STATE(762), + [sym_declaration] = STATE(762), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(762), + [sym_expression_statement] = STATE(762), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(762), + [sym_if_statement] = STATE(762), + [sym_switch_statement] = STATE(762), + [sym_for_statement] = STATE(762), + [sym_for_in_statement] = STATE(762), + [sym_while_statement] = STATE(762), + [sym_do_statement] = STATE(762), + [sym_try_statement] = STATE(762), + [sym_with_statement] = STATE(762), + [sym_break_statement] = STATE(762), + [sym_continue_statement] = STATE(762), + [sym_debugger_statement] = STATE(762), + [sym_return_statement] = STATE(762), + [sym_throw_statement] = STATE(762), + [sym_empty_statement] = STATE(762), + [sym_labeled_statement] = STATE(762), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -23556,130 +23680,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [48] = { - [sym_export_statement] = STATE(725), - [sym_declaration] = STATE(726), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(727), - [sym_expression_statement] = STATE(728), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(731), - [sym_if_statement] = STATE(732), - [sym_switch_statement] = STATE(733), - [sym_for_statement] = STATE(734), - [sym_for_in_statement] = STATE(658), - [sym_while_statement] = STATE(737), - [sym_do_statement] = STATE(633), - [sym_try_statement] = STATE(740), - [sym_with_statement] = STATE(747), - [sym_break_statement] = STATE(764), - [sym_continue_statement] = STATE(766), - [sym_debugger_statement] = STATE(771), - [sym_return_statement] = STATE(775), - [sym_throw_statement] = STATE(778), - [sym_empty_statement] = STATE(774), - [sym_labeled_statement] = STATE(770), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), + [45] = { + [sym_export_statement] = STATE(617), + [sym_declaration] = STATE(617), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(617), + [sym_expression_statement] = STATE(617), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(617), + [sym_if_statement] = STATE(617), + [sym_switch_statement] = STATE(617), + [sym_for_statement] = STATE(617), + [sym_for_in_statement] = STATE(617), + [sym_while_statement] = STATE(617), + [sym_do_statement] = STATE(617), + [sym_try_statement] = STATE(617), + [sym_with_statement] = STATE(617), + [sym_break_statement] = STATE(617), + [sym_continue_statement] = STATE(617), + [sym_debugger_statement] = STATE(617), + [sym_return_statement] = STATE(617), + [sym_throw_statement] = STATE(617), + [sym_empty_statement] = STATE(617), + [sym_labeled_statement] = STATE(617), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -23709,150 +23833,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [49] = { - [sym_export_statement] = STATE(713), - [sym_declaration] = STATE(713), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(713), - [sym_expression_statement] = STATE(713), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(713), - [sym_if_statement] = STATE(713), - [sym_switch_statement] = STATE(713), - [sym_for_statement] = STATE(713), - [sym_for_in_statement] = STATE(713), - [sym_while_statement] = STATE(713), - [sym_do_statement] = STATE(713), - [sym_try_statement] = STATE(713), - [sym_with_statement] = STATE(713), - [sym_break_statement] = STATE(713), - [sym_continue_statement] = STATE(713), - [sym_debugger_statement] = STATE(713), - [sym_return_statement] = STATE(713), - [sym_throw_statement] = STATE(713), - [sym_empty_statement] = STATE(713), - [sym_labeled_statement] = STATE(713), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), + [46] = { + [sym_export_statement] = STATE(640), + [sym_declaration] = STATE(640), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(640), + [sym_expression_statement] = STATE(640), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(640), + [sym_if_statement] = STATE(640), + [sym_switch_statement] = STATE(640), + [sym_for_statement] = STATE(640), + [sym_for_in_statement] = STATE(640), + [sym_while_statement] = STATE(640), + [sym_do_statement] = STATE(640), + [sym_try_statement] = STATE(640), + [sym_with_statement] = STATE(640), + [sym_break_statement] = STATE(640), + [sym_continue_statement] = STATE(640), + [sym_debugger_statement] = STATE(640), + [sym_return_statement] = STATE(640), + [sym_throw_statement] = STATE(640), + [sym_empty_statement] = STATE(640), + [sym_labeled_statement] = STATE(640), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -23862,150 +23986,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [50] = { - [sym_export_statement] = STATE(684), - [sym_declaration] = STATE(684), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(684), - [sym_expression_statement] = STATE(684), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(684), - [sym_if_statement] = STATE(684), - [sym_switch_statement] = STATE(684), - [sym_for_statement] = STATE(684), - [sym_for_in_statement] = STATE(684), - [sym_while_statement] = STATE(684), - [sym_do_statement] = STATE(684), - [sym_try_statement] = STATE(684), - [sym_with_statement] = STATE(684), - [sym_break_statement] = STATE(684), - [sym_continue_statement] = STATE(684), - [sym_debugger_statement] = STATE(684), + [47] = { + [sym_export_statement] = STATE(693), + [sym_declaration] = STATE(649), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(653), + [sym_expression_statement] = STATE(654), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_statement_block] = STATE(658), + [sym_if_statement] = STATE(660), + [sym_switch_statement] = STATE(661), + [sym_for_statement] = STATE(663), + [sym_for_in_statement] = STATE(666), + [sym_while_statement] = STATE(667), + [sym_do_statement] = STATE(669), + [sym_try_statement] = STATE(672), + [sym_with_statement] = STATE(674), + [sym_break_statement] = STATE(677), + [sym_continue_statement] = STATE(618), + [sym_debugger_statement] = STATE(683), [sym_return_statement] = STATE(684), - [sym_throw_statement] = STATE(684), - [sym_empty_statement] = STATE(684), - [sym_labeled_statement] = STATE(684), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), + [sym_throw_statement] = STATE(685), + [sym_empty_statement] = STATE(695), + [sym_labeled_statement] = STATE(699), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -24015,150 +24139,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [51] = { - [sym_export_statement] = STATE(3800), - [sym_declaration] = STATE(3800), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(3800), - [sym_expression_statement] = STATE(3800), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(3800), - [sym_if_statement] = STATE(3800), - [sym_switch_statement] = STATE(3800), - [sym_for_statement] = STATE(3800), - [sym_for_in_statement] = STATE(3800), - [sym_while_statement] = STATE(3800), - [sym_do_statement] = STATE(3800), - [sym_try_statement] = STATE(3800), - [sym_with_statement] = STATE(3800), - [sym_break_statement] = STATE(3800), - [sym_continue_statement] = STATE(3800), - [sym_debugger_statement] = STATE(3800), - [sym_return_statement] = STATE(3800), - [sym_throw_statement] = STATE(3800), - [sym_empty_statement] = STATE(3800), - [sym_labeled_statement] = STATE(3800), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), + [48] = { + [sym_export_statement] = STATE(727), + [sym_declaration] = STATE(727), + [sym_import] = STATE(2015), + [sym_import_statement] = STATE(727), + [sym_expression_statement] = STATE(727), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3123), + [sym_identifier] = ACTIONS(522), + [anon_sym_export] = ACTIONS(524), + [anon_sym_type] = ACTIONS(526), + [anon_sym_namespace] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(530), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), + [anon_sym_if] = ACTIONS(532), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), + [anon_sym_for] = ACTIONS(534), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), + [anon_sym_while] = ACTIONS(536), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), + [anon_sym_with] = ACTIONS(538), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -24168,150 +24292,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(542), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(546), + [anon_sym_readonly] = ACTIONS(546), + [anon_sym_get] = ACTIONS(546), + [anon_sym_set] = ACTIONS(546), + [anon_sym_declare] = ACTIONS(548), + [anon_sym_public] = ACTIONS(546), + [anon_sym_private] = ACTIONS(546), + [anon_sym_protected] = ACTIONS(546), + [anon_sym_override] = ACTIONS(546), + [anon_sym_module] = ACTIONS(550), + [anon_sym_any] = ACTIONS(546), + [anon_sym_number] = ACTIONS(546), + [anon_sym_boolean] = ACTIONS(546), + [anon_sym_string] = ACTIONS(546), + [anon_sym_symbol] = ACTIONS(546), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [52] = { - [sym_export_statement] = STATE(725), - [sym_declaration] = STATE(726), - [sym_import] = STATE(1955), + [49] = { + [sym_export_statement] = STATE(727), + [sym_declaration] = STATE(727), + [sym_import] = STATE(2015), [sym_import_statement] = STATE(727), - [sym_expression_statement] = STATE(728), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(731), - [sym_if_statement] = STATE(732), - [sym_switch_statement] = STATE(733), - [sym_for_statement] = STATE(734), - [sym_for_in_statement] = STATE(658), - [sym_while_statement] = STATE(737), - [sym_do_statement] = STATE(633), - [sym_try_statement] = STATE(740), - [sym_with_statement] = STATE(747), - [sym_break_statement] = STATE(764), - [sym_continue_statement] = STATE(766), - [sym_debugger_statement] = STATE(771), - [sym_return_statement] = STATE(775), - [sym_throw_statement] = STATE(778), - [sym_empty_statement] = STATE(774), - [sym_labeled_statement] = STATE(770), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), + [sym_expression_statement] = STATE(727), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [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(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3156), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -24321,13256 +24445,12004 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), + }, + [50] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(574), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [51] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(608), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [52] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(610), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [53] = { - [sym_export_statement] = STATE(4397), - [sym_declaration] = STATE(4397), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(4397), - [sym_expression_statement] = STATE(4397), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(4397), - [sym_if_statement] = STATE(4397), - [sym_switch_statement] = STATE(4397), - [sym_for_statement] = STATE(4397), - [sym_for_in_statement] = STATE(4397), - [sym_while_statement] = STATE(4397), - [sym_do_statement] = STATE(4397), - [sym_try_statement] = STATE(4397), - [sym_with_statement] = STATE(4397), - [sym_break_statement] = STATE(4397), - [sym_continue_statement] = STATE(4397), - [sym_debugger_statement] = STATE(4397), - [sym_return_statement] = STATE(4397), - [sym_throw_statement] = STATE(4397), - [sym_empty_statement] = STATE(4397), - [sym_labeled_statement] = STATE(4397), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(612), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [54] = { - [sym_export_statement] = STATE(749), - [sym_declaration] = STATE(745), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(634), - [sym_expression_statement] = STATE(743), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(742), - [sym_if_statement] = STATE(729), - [sym_switch_statement] = STATE(724), - [sym_for_statement] = STATE(723), - [sym_for_in_statement] = STATE(722), - [sym_while_statement] = STATE(720), - [sym_do_statement] = STATE(719), - [sym_try_statement] = STATE(712), - [sym_with_statement] = STATE(711), - [sym_break_statement] = STATE(709), - [sym_continue_statement] = STATE(707), - [sym_debugger_statement] = STATE(697), - [sym_return_statement] = STATE(696), - [sym_throw_statement] = STATE(688), - [sym_empty_statement] = STATE(687), - [sym_labeled_statement] = STATE(685), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(614), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [55] = { - [sym_export_statement] = STATE(3733), - [sym_declaration] = STATE(3733), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(3733), - [sym_expression_statement] = STATE(3733), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(3733), - [sym_if_statement] = STATE(3733), - [sym_switch_statement] = STATE(3733), - [sym_for_statement] = STATE(3733), - [sym_for_in_statement] = STATE(3733), - [sym_while_statement] = STATE(3733), - [sym_do_statement] = STATE(3733), - [sym_try_statement] = STATE(3733), - [sym_with_statement] = STATE(3733), - [sym_break_statement] = STATE(3733), - [sym_continue_statement] = STATE(3733), - [sym_debugger_statement] = STATE(3733), - [sym_return_statement] = STATE(3733), - [sym_throw_statement] = STATE(3733), - [sym_empty_statement] = STATE(3733), - [sym_labeled_statement] = STATE(3733), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(616), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [56] = { - [sym_export_statement] = STATE(756), - [sym_declaration] = STATE(756), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(756), - [sym_expression_statement] = STATE(756), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(756), - [sym_if_statement] = STATE(756), - [sym_switch_statement] = STATE(756), - [sym_for_statement] = STATE(756), - [sym_for_in_statement] = STATE(756), - [sym_while_statement] = STATE(756), - [sym_do_statement] = STATE(756), - [sym_try_statement] = STATE(756), - [sym_with_statement] = STATE(756), - [sym_break_statement] = STATE(756), - [sym_continue_statement] = STATE(756), - [sym_debugger_statement] = STATE(756), - [sym_return_statement] = STATE(756), - [sym_throw_statement] = STATE(756), - [sym_empty_statement] = STATE(756), - [sym_labeled_statement] = STATE(756), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3125), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1648), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3691), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3687), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(618), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [57] = { - [sym_export_statement] = STATE(684), - [sym_declaration] = STATE(684), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(684), - [sym_expression_statement] = STATE(684), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(684), - [sym_if_statement] = STATE(684), - [sym_switch_statement] = STATE(684), - [sym_for_statement] = STATE(684), - [sym_for_in_statement] = STATE(684), - [sym_while_statement] = STATE(684), - [sym_do_statement] = STATE(684), - [sym_try_statement] = STATE(684), - [sym_with_statement] = STATE(684), - [sym_break_statement] = STATE(684), - [sym_continue_statement] = STATE(684), - [sym_debugger_statement] = STATE(684), - [sym_return_statement] = STATE(684), - [sym_throw_statement] = STATE(684), - [sym_empty_statement] = STATE(684), - [sym_labeled_statement] = STATE(684), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3035), - [sym_identifier] = ACTIONS(512), - [anon_sym_export] = ACTIONS(514), - [anon_sym_type] = ACTIONS(516), - [anon_sym_namespace] = ACTIONS(518), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(522), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(524), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(526), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(528), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3831), + [sym_optional_tuple_parameter] = STATE(3831), + [sym_optional_type] = STATE(3831), + [sym_rest_type] = STATE(3831), + [sym__tuple_type_member] = STATE(3831), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(620), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(622), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(532), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(536), - [anon_sym_readonly] = ACTIONS(536), - [anon_sym_get] = ACTIONS(536), - [anon_sym_set] = ACTIONS(536), - [anon_sym_declare] = ACTIONS(538), - [anon_sym_public] = ACTIONS(536), - [anon_sym_private] = ACTIONS(536), - [anon_sym_protected] = ACTIONS(536), - [anon_sym_override] = ACTIONS(536), - [anon_sym_module] = ACTIONS(540), - [anon_sym_any] = ACTIONS(536), - [anon_sym_number] = ACTIONS(536), - [anon_sym_boolean] = ACTIONS(536), - [anon_sym_string] = ACTIONS(536), - [anon_sym_symbol] = ACTIONS(536), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [58] = { - [sym_export_statement] = STATE(659), - [sym_declaration] = STATE(659), - [sym_import] = STATE(1955), - [sym_import_statement] = STATE(659), - [sym_expression_statement] = STATE(659), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_statement_block] = STATE(659), - [sym_if_statement] = STATE(659), - [sym_switch_statement] = STATE(659), - [sym_for_statement] = STATE(659), - [sym_for_in_statement] = STATE(659), - [sym_while_statement] = STATE(659), - [sym_do_statement] = STATE(659), - [sym_try_statement] = STATE(659), - [sym_with_statement] = STATE(659), - [sym_break_statement] = STATE(659), - [sym_continue_statement] = STATE(659), - [sym_debugger_statement] = STATE(659), - [sym_return_statement] = STATE(659), - [sym_throw_statement] = STATE(659), - [sym_empty_statement] = STATE(659), - [sym_labeled_statement] = STATE(659), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3118), - [sym_identifier] = ACTIONS(542), - [anon_sym_export] = ACTIONS(544), - [anon_sym_type] = ACTIONS(546), - [anon_sym_namespace] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(520), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(550), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(552), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(554), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(556), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(624), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(558), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(560), - [anon_sym_readonly] = ACTIONS(560), - [anon_sym_get] = ACTIONS(560), - [anon_sym_set] = ACTIONS(560), - [anon_sym_declare] = ACTIONS(562), - [anon_sym_public] = ACTIONS(560), - [anon_sym_private] = ACTIONS(560), - [anon_sym_protected] = ACTIONS(560), - [anon_sym_override] = ACTIONS(560), - [anon_sym_module] = ACTIONS(564), - [anon_sym_any] = ACTIONS(560), - [anon_sym_number] = ACTIONS(560), - [anon_sym_boolean] = ACTIONS(560), - [anon_sym_string] = ACTIONS(560), - [anon_sym_symbol] = ACTIONS(560), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [59] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1648), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3691), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(588), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(3429), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3687), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(552), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(562), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(626), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(580), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(600), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(602), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(606), + [anon_sym_number] = ACTIONS(606), + [anon_sym_boolean] = ACTIONS(606), + [anon_sym_string] = ACTIONS(606), + [anon_sym_symbol] = ACTIONS(606), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [60] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3155), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(627), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3198), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(635), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(635), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(640), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(643), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(648), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [61] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(646), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3427), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(635), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(643), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(654), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [62] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1638), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3814), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3815), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(648), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3192), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(635), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(643), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(656), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [63] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3184), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(207), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(210), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_RPAREN] = ACTIONS(210), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(210), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(627), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3358), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(635), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(635), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(650), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(643), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(658), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [64] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(652), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3224), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(635), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(643), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(660), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [65] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3184), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(627), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3206), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(635), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(635), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(650), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(643), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(662), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [66] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3816), - [sym_optional_tuple_parameter] = STATE(3816), - [sym_optional_type] = STATE(3816), - [sym_rest_type] = STATE(3816), - [sym__tuple_type_member] = STATE(3816), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(654), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(656), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3358), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(214), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(217), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(217), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(635), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(643), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(658), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [67] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1638), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3814), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3815), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(658), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3239), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(635), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(174), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(643), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(664), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [68] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3397), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(627), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1427), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4182), + [sym_string] = STATE(1908), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym__type] = STATE(3636), + [sym_constructor_type] = STATE(3636), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3636), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3636), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3636), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(666), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_typeof] = ACTIONS(670), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(674), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(635), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(660), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(678), + [sym_number] = ACTIONS(680), + [sym_this] = ACTIONS(682), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_null] = ACTIONS(684), + [sym_undefined] = ACTIONS(686), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(688), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(690), + [anon_sym_private] = ACTIONS(690), + [anon_sym_protected] = ACTIONS(690), + [anon_sym_override] = ACTIONS(692), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(694), + [anon_sym_number] = ACTIONS(694), + [anon_sym_boolean] = ACTIONS(694), + [anon_sym_string] = ACTIONS(694), + [anon_sym_symbol] = ACTIONS(694), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [69] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1433), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4405), + [sym_string] = STATE(1908), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(662), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym__type] = STATE(3636), + [sym_constructor_type] = STATE(3636), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3636), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3636), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3636), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(666), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_typeof] = ACTIONS(670), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(674), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(678), + [sym_number] = ACTIONS(680), + [sym_this] = ACTIONS(682), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_null] = ACTIONS(684), + [sym_undefined] = ACTIONS(686), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(688), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(690), + [anon_sym_private] = ACTIONS(690), + [anon_sym_protected] = ACTIONS(690), + [anon_sym_override] = ACTIONS(692), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(694), + [anon_sym_number] = ACTIONS(694), + [anon_sym_boolean] = ACTIONS(694), + [anon_sym_string] = ACTIONS(694), + [anon_sym_symbol] = ACTIONS(694), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [70] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3263), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(627), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1427), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4182), + [sym_string] = STATE(1908), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym__type] = STATE(3550), + [sym_constructor_type] = STATE(3550), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3550), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3550), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3550), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(666), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_typeof] = ACTIONS(670), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(674), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(635), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(664), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(678), + [sym_number] = ACTIONS(680), + [sym_this] = ACTIONS(682), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_null] = ACTIONS(684), + [sym_undefined] = ACTIONS(686), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(688), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(690), + [anon_sym_private] = ACTIONS(690), + [anon_sym_protected] = ACTIONS(690), + [anon_sym_override] = ACTIONS(692), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(694), + [anon_sym_number] = ACTIONS(694), + [anon_sym_boolean] = ACTIONS(694), + [anon_sym_string] = ACTIONS(694), + [anon_sym_symbol] = ACTIONS(694), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [71] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(666), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym__type] = STATE(3550), + [sym_constructor_type] = STATE(3550), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3550), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3550), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3550), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(700), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(194), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(702), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(200), + [anon_sym_number] = ACTIONS(200), + [anon_sym_boolean] = ACTIONS(200), + [anon_sym_string] = ACTIONS(200), + [anon_sym_symbol] = ACTIONS(200), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [72] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3161), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(627), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym__type] = STATE(3636), + [sym_constructor_type] = STATE(3636), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3636), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3636), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3636), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(635), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(668), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(700), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(194), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(702), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(200), + [anon_sym_number] = ACTIONS(200), + [anon_sym_boolean] = ACTIONS(200), + [anon_sym_string] = ACTIONS(200), + [anon_sym_symbol] = ACTIONS(200), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [73] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(670), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym__type] = STATE(3627), + [sym_constructor_type] = STATE(3627), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3627), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3627), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3627), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(700), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(194), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(702), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(200), + [anon_sym_number] = ACTIONS(200), + [anon_sym_boolean] = ACTIONS(200), + [anon_sym_string] = ACTIONS(200), + [anon_sym_symbol] = ACTIONS(200), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [74] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3264), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(627), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym__type] = STATE(3540), + [sym_constructor_type] = STATE(3540), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3540), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3540), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3540), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(635), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(672), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(700), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(194), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(702), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(200), + [anon_sym_number] = ACTIONS(200), + [anon_sym_boolean] = ACTIONS(200), + [anon_sym_string] = ACTIONS(200), + [anon_sym_symbol] = ACTIONS(200), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [75] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3261), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(624), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(627), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3417), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym__type] = STATE(3616), + [sym_constructor_type] = STATE(3616), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3616), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3616), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3616), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(172), - [anon_sym_DASH_DASH] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(635), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(674), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(700), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(194), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(702), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(200), + [anon_sym_number] = ACTIONS(200), + [anon_sym_boolean] = ACTIONS(200), + [anon_sym_string] = ACTIONS(200), + [anon_sym_symbol] = ACTIONS(200), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [76] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(3242), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(566), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_RBRACK] = ACTIONS(676), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1822), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3932), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4214), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1708), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3195), + [sym_pattern] = STATE(3834), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2742), + [sym_constructor_type] = STATE(2742), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2742), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(3953), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2742), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2742), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(708), + [anon_sym_export] = ACTIONS(554), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(712), + [anon_sym_typeof] = ACTIONS(714), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(716), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(718), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(596), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(612), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(614), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(618), - [anon_sym_number] = ACTIONS(618), - [anon_sym_boolean] = ACTIONS(618), - [anon_sym_string] = ACTIONS(618), - [anon_sym_symbol] = ACTIONS(618), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(720), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(726), + [anon_sym_DASH] = ACTIONS(726), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(728), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(730), + [sym_number] = ACTIONS(732), + [sym_this] = ACTIONS(734), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(736), + [sym_false] = ACTIONS(736), + [sym_null] = ACTIONS(736), + [sym_undefined] = ACTIONS(738), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(740), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(744), + [anon_sym_number] = ACTIONS(744), + [anon_sym_boolean] = ACTIONS(744), + [anon_sym_string] = ACTIONS(744), + [anon_sym_symbol] = ACTIONS(744), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [77] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1483), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4400), - [sym_string] = STATE(1987), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1698), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4293), + [sym_string] = STATE(1908), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym__type] = STATE(3561), - [sym_constructor_type] = STATE(3561), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3561), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3561), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3561), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(678), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(680), - [anon_sym_typeof] = ACTIONS(682), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(686), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3762), + [sym_constructor_type] = STATE(3762), + [sym__primary_type] = STATE(3369), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3630), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3762), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3762), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(758), + [anon_sym_export] = ACTIONS(760), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(764), + [anon_sym_typeof] = ACTIONS(670), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(766), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(688), - [anon_sym_DASH] = ACTIONS(688), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(690), - [sym_number] = ACTIONS(692), - [sym_this] = ACTIONS(694), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(696), - [sym_false] = ACTIONS(696), - [sym_null] = ACTIONS(696), - [sym_undefined] = ACTIONS(698), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(700), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(702), - [anon_sym_private] = ACTIONS(702), - [anon_sym_protected] = ACTIONS(702), - [anon_sym_override] = ACTIONS(704), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(706), - [anon_sym_number] = ACTIONS(706), - [anon_sym_boolean] = ACTIONS(706), - [anon_sym_string] = ACTIONS(706), - [anon_sym_symbol] = ACTIONS(706), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(678), + [sym_number] = ACTIONS(680), + [sym_this] = ACTIONS(770), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(684), + [sym_false] = ACTIONS(684), + [sym_null] = ACTIONS(684), + [sym_undefined] = ACTIONS(772), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(774), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(776), + [anon_sym_number] = ACTIONS(776), + [anon_sym_boolean] = ACTIONS(776), + [anon_sym_string] = ACTIONS(776), + [anon_sym_symbol] = ACTIONS(776), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [78] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1402), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4395), - [sym_string] = STATE(1987), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1501), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(1778), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym__type] = STATE(3561), - [sym_constructor_type] = STATE(3561), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3561), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3561), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3561), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(678), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(680), - [anon_sym_typeof] = ACTIONS(682), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(686), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3144), + [sym_constructor_type] = STATE(3144), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3144), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3144), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3144), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(778), + [anon_sym_export] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(784), + [anon_sym_typeof] = ACTIONS(786), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(792), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(798), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(688), - [anon_sym_DASH] = ACTIONS(688), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(690), - [sym_number] = ACTIONS(692), - [sym_this] = ACTIONS(694), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(696), - [sym_false] = ACTIONS(696), - [sym_null] = ACTIONS(696), - [sym_undefined] = ACTIONS(698), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(700), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(702), - [anon_sym_private] = ACTIONS(702), - [anon_sym_protected] = ACTIONS(702), - [anon_sym_override] = ACTIONS(704), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(706), - [anon_sym_number] = ACTIONS(706), - [anon_sym_boolean] = ACTIONS(706), - [anon_sym_string] = ACTIONS(706), - [anon_sym_symbol] = ACTIONS(706), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(806), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(808), + [anon_sym_DASH] = ACTIONS(808), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(812), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(820), + [sym_number] = ACTIONS(822), + [sym_this] = ACTIONS(824), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(826), + [sym_false] = ACTIONS(826), + [sym_null] = ACTIONS(826), + [sym_undefined] = ACTIONS(828), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(830), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(832), + [anon_sym_number] = ACTIONS(832), + [anon_sym_boolean] = ACTIONS(832), + [anon_sym_string] = ACTIONS(832), + [anon_sym_symbol] = ACTIONS(832), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [79] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1402), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4395), - [sym_string] = STATE(1987), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1628), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1817), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym__type] = STATE(3478), - [sym_constructor_type] = STATE(3478), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3478), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3478), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3478), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(678), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(680), - [anon_sym_typeof] = ACTIONS(682), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(686), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3186), + [sym_constructor_type] = STATE(3186), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3186), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3186), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3186), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(834), + [anon_sym_export] = ACTIONS(836), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(840), + [anon_sym_typeof] = ACTIONS(842), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(850), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(688), - [anon_sym_DASH] = ACTIONS(688), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(690), - [sym_number] = ACTIONS(692), - [sym_this] = ACTIONS(694), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(696), - [sym_false] = ACTIONS(696), - [sym_null] = ACTIONS(696), - [sym_undefined] = ACTIONS(698), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(700), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(702), - [anon_sym_private] = ACTIONS(702), - [anon_sym_protected] = ACTIONS(702), - [anon_sym_override] = ACTIONS(704), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(706), - [anon_sym_number] = ACTIONS(706), - [anon_sym_boolean] = ACTIONS(706), - [anon_sym_string] = ACTIONS(706), - [anon_sym_symbol] = ACTIONS(706), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(854), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(856), + [anon_sym_DASH] = ACTIONS(856), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(858), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(866), + [sym_number] = ACTIONS(868), + [sym_this] = ACTIONS(870), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(872), + [sym_false] = ACTIONS(872), + [sym_null] = ACTIONS(872), + [sym_undefined] = ACTIONS(874), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(876), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(878), + [anon_sym_number] = ACTIONS(878), + [anon_sym_boolean] = ACTIONS(878), + [anon_sym_string] = ACTIONS(878), + [anon_sym_symbol] = ACTIONS(878), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [80] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1685), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2066), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym__type] = STATE(3561), - [sym_constructor_type] = STATE(3561), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3561), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3561), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3561), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3144), + [sym_constructor_type] = STATE(3144), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3144), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3144), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3144), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(880), + [anon_sym_export] = ACTIONS(882), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(886), + [anon_sym_typeof] = ACTIONS(888), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(792), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(896), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(710), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(189), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(712), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(195), - [anon_sym_number] = ACTIONS(195), - [anon_sym_boolean] = ACTIONS(195), - [anon_sym_string] = ACTIONS(195), - [anon_sym_symbol] = ACTIONS(195), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(900), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(902), + [anon_sym_DASH] = ACTIONS(902), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(904), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(912), + [sym_number] = ACTIONS(914), + [sym_this] = ACTIONS(916), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(918), + [sym_false] = ACTIONS(918), + [sym_null] = ACTIONS(918), + [sym_undefined] = ACTIONS(920), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(922), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(924), + [anon_sym_number] = ACTIONS(924), + [anon_sym_boolean] = ACTIONS(924), + [anon_sym_string] = ACTIONS(924), + [anon_sym_symbol] = ACTIONS(924), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [81] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2965), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2965), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1168), + [sym_subscript_expression] = STATE(1168), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2965), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2100), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym__type] = STATE(3535), - [sym_constructor_type] = STATE(3535), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3535), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3535), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3535), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_non_null_expression] = STATE(1168), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3308), + [sym_constructor_type] = STATE(3308), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3308), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3308), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3308), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(926), + [anon_sym_export] = ACTIONS(928), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(928), + [anon_sym_namespace] = ACTIONS(930), + [anon_sym_LBRACE] = ACTIONS(932), + [anon_sym_typeof] = ACTIONS(934), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(710), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(189), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(712), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(195), - [anon_sym_number] = ACTIONS(195), - [anon_sym_boolean] = ACTIONS(195), - [anon_sym_string] = ACTIONS(195), - [anon_sym_symbol] = ACTIONS(195), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(938), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(942), + [sym_number] = ACTIONS(944), + [sym_this] = ACTIONS(946), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_undefined] = ACTIONS(950), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(928), + [anon_sym_readonly] = ACTIONS(952), + [anon_sym_get] = ACTIONS(928), + [anon_sym_set] = ACTIONS(928), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(928), + [anon_sym_public] = ACTIONS(928), + [anon_sym_private] = ACTIONS(928), + [anon_sym_protected] = ACTIONS(928), + [anon_sym_override] = ACTIONS(928), + [anon_sym_module] = ACTIONS(928), + [anon_sym_any] = ACTIONS(954), + [anon_sym_number] = ACTIONS(954), + [anon_sym_boolean] = ACTIONS(954), + [anon_sym_string] = ACTIONS(954), + [anon_sym_symbol] = ACTIONS(954), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [82] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1921), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1817), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym__type] = STATE(3510), - [sym_constructor_type] = STATE(3510), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3510), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3510), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3510), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3186), + [sym_constructor_type] = STATE(3186), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3186), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3186), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3186), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(956), + [anon_sym_export] = ACTIONS(958), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_typeof] = ACTIONS(964), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(850), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(710), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(189), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(712), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(195), - [anon_sym_number] = ACTIONS(195), - [anon_sym_boolean] = ACTIONS(195), - [anon_sym_string] = ACTIONS(195), - [anon_sym_symbol] = ACTIONS(195), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(974), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(976), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(980), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(866), + [sym_number] = ACTIONS(868), + [sym_this] = ACTIONS(870), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(872), + [sym_false] = ACTIONS(872), + [sym_null] = ACTIONS(872), + [sym_undefined] = ACTIONS(988), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(992), + [anon_sym_number] = ACTIONS(992), + [anon_sym_boolean] = ACTIONS(992), + [anon_sym_string] = ACTIONS(992), + [anon_sym_symbol] = ACTIONS(992), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [83] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1263), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1479), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym__type] = STATE(3556), - [sym_constructor_type] = STATE(3556), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3556), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3556), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3556), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3186), + [sym_constructor_type] = STATE(3186), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3186), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3186), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3186), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(994), + [anon_sym_export] = ACTIONS(760), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(996), + [anon_sym_typeof] = ACTIONS(998), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1000), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(710), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(189), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(712), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(195), - [anon_sym_number] = ACTIONS(195), - [anon_sym_boolean] = ACTIONS(195), - [anon_sym_string] = ACTIONS(195), - [anon_sym_symbol] = ACTIONS(195), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1002), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1004), + [sym_number] = ACTIONS(1006), + [sym_this] = ACTIONS(1008), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(1010), + [sym_false] = ACTIONS(1010), + [sym_null] = ACTIONS(1010), + [sym_undefined] = ACTIONS(1012), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(774), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(1014), + [anon_sym_number] = ACTIONS(1014), + [anon_sym_boolean] = ACTIONS(1014), + [anon_sym_string] = ACTIONS(1014), + [anon_sym_symbol] = ACTIONS(1014), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [84] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym__type] = STATE(3478), - [sym_constructor_type] = STATE(3478), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3478), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3478), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3478), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(710), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(189), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(712), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(195), - [anon_sym_number] = ACTIONS(195), - [anon_sym_boolean] = ACTIONS(195), - [anon_sym_string] = ACTIONS(195), - [anon_sym_symbol] = ACTIONS(195), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [85] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1691), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3992), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4140), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1765), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3312), - [sym_pattern] = STATE(3709), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2690), - [sym_constructor_type] = STATE(2690), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2690), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(3973), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2690), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2690), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(718), - [anon_sym_export] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(722), - [anon_sym_typeof] = ACTIONS(724), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(726), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(728), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(730), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(736), - [anon_sym_DASH] = ACTIONS(736), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(738), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(740), - [sym_number] = ACTIONS(742), - [sym_this] = ACTIONS(744), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(746), - [sym_false] = ACTIONS(746), - [sym_null] = ACTIONS(746), - [sym_undefined] = ACTIONS(748), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(750), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(754), - [anon_sym_number] = ACTIONS(754), - [anon_sym_boolean] = ACTIONS(754), - [anon_sym_string] = ACTIONS(754), - [anon_sym_symbol] = ACTIONS(754), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), - }, - [86] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4199), - [sym_string] = STATE(1987), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3648), - [sym_constructor_type] = STATE(3648), - [sym__primary_type] = STATE(3356), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3500), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3648), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3648), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(766), - [anon_sym_export] = ACTIONS(768), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(772), - [anon_sym_typeof] = ACTIONS(682), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(774), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(688), - [anon_sym_DASH] = ACTIONS(688), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(690), - [sym_number] = ACTIONS(692), - [sym_this] = ACTIONS(778), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(696), - [sym_false] = ACTIONS(696), - [sym_null] = ACTIONS(696), - [sym_undefined] = ACTIONS(780), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(782), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(784), - [anon_sym_number] = ACTIONS(784), - [anon_sym_boolean] = ACTIONS(784), - [anon_sym_string] = ACTIONS(784), - [anon_sym_symbol] = ACTIONS(784), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [87] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2881), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2881), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1184), - [sym_subscript_expression] = STATE(1184), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2881), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(2074), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1184), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3355), - [sym_constructor_type] = STATE(3355), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3355), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3355), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3355), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(786), - [anon_sym_export] = ACTIONS(788), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(788), - [anon_sym_namespace] = ACTIONS(790), - [anon_sym_LBRACE] = ACTIONS(792), - [anon_sym_typeof] = ACTIONS(794), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(796), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(798), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(154), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(800), - [anon_sym_DASH] = ACTIONS(800), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(802), - [sym_number] = ACTIONS(804), - [sym_this] = ACTIONS(806), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(808), - [sym_false] = ACTIONS(808), - [sym_null] = ACTIONS(808), - [sym_undefined] = ACTIONS(810), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(788), - [anon_sym_readonly] = ACTIONS(812), - [anon_sym_get] = ACTIONS(788), - [anon_sym_set] = ACTIONS(788), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(788), - [anon_sym_public] = ACTIONS(788), - [anon_sym_private] = ACTIONS(788), - [anon_sym_protected] = ACTIONS(788), - [anon_sym_override] = ACTIONS(788), - [anon_sym_module] = ACTIONS(788), - [anon_sym_any] = ACTIONS(814), - [anon_sym_number] = ACTIONS(814), - [anon_sym_boolean] = ACTIONS(814), - [anon_sym_string] = ACTIONS(814), - [anon_sym_symbol] = ACTIONS(814), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [88] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1575), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1406), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(816), - [anon_sym_export] = ACTIONS(818), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(822), - [anon_sym_typeof] = ACTIONS(824), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(832), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(838), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(842), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(848), - [sym_number] = ACTIONS(850), - [sym_this] = ACTIONS(852), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(854), - [sym_false] = ACTIONS(854), - [sym_null] = ACTIONS(854), - [sym_undefined] = ACTIONS(856), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(858), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(860), - [anon_sym_number] = ACTIONS(860), - [anon_sym_boolean] = ACTIONS(860), - [anon_sym_string] = ACTIONS(860), - [anon_sym_symbol] = ACTIONS(860), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [89] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1860), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1817), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(862), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(888), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(894), - [sym_number] = ACTIONS(896), - [sym_this] = ACTIONS(898), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(900), - [sym_false] = ACTIONS(900), - [sym_null] = ACTIONS(900), - [sym_undefined] = ACTIONS(902), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(904), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(906), - [anon_sym_number] = ACTIONS(906), - [anon_sym_boolean] = ACTIONS(906), - [anon_sym_string] = ACTIONS(906), - [anon_sym_symbol] = ACTIONS(906), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [90] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1598), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1817), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(908), - [anon_sym_export] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(914), - [anon_sym_typeof] = ACTIONS(916), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(878), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(926), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(928), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(930), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(894), - [sym_number] = ACTIONS(896), - [sym_this] = ACTIONS(898), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(900), - [sym_false] = ACTIONS(900), - [sym_null] = ACTIONS(900), - [sym_undefined] = ACTIONS(936), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(938), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(940), - [anon_sym_number] = ACTIONS(940), - [anon_sym_boolean] = ACTIONS(940), - [anon_sym_string] = ACTIONS(940), - [anon_sym_symbol] = ACTIONS(940), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [91] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1387), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1655), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1410), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(1778), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(942), - [anon_sym_export] = ACTIONS(944), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(948), - [anon_sym_typeof] = ACTIONS(950), - [anon_sym_import] = ACTIONS(952), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3144), + [sym_constructor_type] = STATE(3144), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3144), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3144), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3144), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1016), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(784), + [anon_sym_typeof] = ACTIONS(1022), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_LPAREN] = ACTIONS(792), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(956), + [anon_sym_LBRACK] = ACTIONS(798), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1026), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(968), + [anon_sym_void] = ACTIONS(1030), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(970), - [sym_number] = ACTIONS(972), - [sym_this] = ACTIONS(974), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(976), - [sym_false] = ACTIONS(976), - [sym_null] = ACTIONS(976), - [sym_undefined] = ACTIONS(978), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(980), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(982), - [anon_sym_number] = ACTIONS(982), - [anon_sym_boolean] = ACTIONS(982), - [anon_sym_string] = ACTIONS(982), - [anon_sym_symbol] = ACTIONS(982), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [92] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1404), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(3348), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(3348), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1150), - [sym_subscript_expression] = STATE(1150), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(3348), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1828), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1150), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3355), - [sym_constructor_type] = STATE(3355), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3355), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3355), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3355), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(984), - [anon_sym_export] = ACTIONS(986), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(986), - [anon_sym_namespace] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_typeof] = ACTIONS(578), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(992), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(179), - [sym_number] = ACTIONS(181), - [sym_this] = ACTIONS(610), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(187), - [sym_false] = ACTIONS(187), - [sym_null] = ACTIONS(187), - [sym_undefined] = ACTIONS(994), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(986), - [anon_sym_readonly] = ACTIONS(996), - [anon_sym_get] = ACTIONS(986), - [anon_sym_set] = ACTIONS(986), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(986), - [anon_sym_public] = ACTIONS(986), - [anon_sym_private] = ACTIONS(986), - [anon_sym_protected] = ACTIONS(986), - [anon_sym_override] = ACTIONS(986), - [anon_sym_module] = ACTIONS(986), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(820), + [sym_number] = ACTIONS(822), + [sym_this] = ACTIONS(824), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(826), + [sym_false] = ACTIONS(826), + [sym_null] = ACTIONS(826), + [sym_undefined] = ACTIONS(1032), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1034), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1036), + [anon_sym_number] = ACTIONS(1036), + [anon_sym_boolean] = ACTIONS(1036), + [anon_sym_string] = ACTIONS(1036), + [anon_sym_symbol] = ACTIONS(1036), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, - [93] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1575), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1406), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3089), - [sym_constructor_type] = STATE(3089), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3089), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3089), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3089), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(816), - [anon_sym_export] = ACTIONS(818), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(822), - [anon_sym_typeof] = ACTIONS(824), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(832), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(838), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(842), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(848), - [sym_number] = ACTIONS(850), - [sym_this] = ACTIONS(852), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(854), - [sym_false] = ACTIONS(854), - [sym_null] = ACTIONS(854), - [sym_undefined] = ACTIONS(856), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(858), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(860), - [anon_sym_number] = ACTIONS(860), - [anon_sym_boolean] = ACTIONS(860), - [anon_sym_string] = ACTIONS(860), - [anon_sym_symbol] = ACTIONS(860), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [94] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1407), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1655), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1000), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(948), - [anon_sym_typeof] = ACTIONS(1006), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(956), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1018), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(1020), - [anon_sym_DASH] = ACTIONS(1020), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1022), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(970), - [sym_number] = ACTIONS(972), - [sym_this] = ACTIONS(974), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(976), - [sym_false] = ACTIONS(976), - [sym_null] = ACTIONS(976), - [sym_undefined] = ACTIONS(1028), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1030), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1032), - [anon_sym_number] = ACTIONS(1032), - [anon_sym_boolean] = ACTIONS(1032), - [anon_sym_string] = ACTIONS(1032), - [anon_sym_symbol] = ACTIONS(1032), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [95] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1373), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1406), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [85] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2057), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1817), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1034), - [anon_sym_export] = ACTIONS(768), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(822), - [anon_sym_typeof] = ACTIONS(1036), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(832), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3186), + [sym_constructor_type] = STATE(3186), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3186), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3186), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3186), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1038), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_typeof] = ACTIONS(1044), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(850), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(594), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(1038), - [anon_sym_DASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(604), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(848), - [sym_number] = ACTIONS(850), - [sym_this] = ACTIONS(852), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(854), - [sym_false] = ACTIONS(854), - [sym_null] = ACTIONS(854), - [sym_undefined] = ACTIONS(1040), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(782), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(1042), - [anon_sym_number] = ACTIONS(1042), - [anon_sym_boolean] = ACTIONS(1042), - [anon_sym_string] = ACTIONS(1042), - [anon_sym_symbol] = ACTIONS(1042), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(866), + [sym_number] = ACTIONS(868), + [sym_this] = ACTIONS(870), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(872), + [sym_false] = ACTIONS(872), + [sym_null] = ACTIONS(872), + [sym_undefined] = ACTIONS(1050), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1052), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1054), + [anon_sym_number] = ACTIONS(1054), + [anon_sym_boolean] = ACTIONS(1054), + [anon_sym_string] = ACTIONS(1054), + [anon_sym_symbol] = ACTIONS(1054), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, - [96] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2018), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1817), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), + [86] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1580), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1479), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1044), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(868), - [anon_sym_typeof] = ACTIONS(1050), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(878), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3186), + [sym_constructor_type] = STATE(3186), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3186), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3186), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3186), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1056), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(996), + [anon_sym_typeof] = ACTIONS(1062), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1000), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(154), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1054), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(894), - [sym_number] = ACTIONS(896), - [sym_this] = ACTIONS(898), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(900), - [sym_false] = ACTIONS(900), - [sym_null] = ACTIONS(900), - [sym_undefined] = ACTIONS(1056), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1058), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1060), - [anon_sym_number] = ACTIONS(1060), - [anon_sym_boolean] = ACTIONS(1060), - [anon_sym_string] = ACTIONS(1060), - [anon_sym_symbol] = ACTIONS(1060), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1072), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1078), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1004), + [sym_number] = ACTIONS(1006), + [sym_this] = ACTIONS(1008), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(1010), + [sym_false] = ACTIONS(1010), + [sym_null] = ACTIONS(1010), + [sym_undefined] = ACTIONS(1086), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1088), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1090), + [anon_sym_number] = ACTIONS(1090), + [anon_sym_boolean] = ACTIONS(1090), + [anon_sym_string] = ACTIONS(1090), + [anon_sym_symbol] = ACTIONS(1090), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, - [97] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1823), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_nested_identifier] = STATE(4216), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(2017), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), + [87] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1406), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(3240), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(3240), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_nested_identifier] = STATE(4232), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1123), + [sym_subscript_expression] = STATE(1123), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(3240), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2006), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), [sym_formal_parameters] = STATE(3417), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3845), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1062), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1068), - [anon_sym_typeof] = ACTIONS(1070), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(1078), + [sym_non_null_expression] = STATE(1123), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3308), + [sym_constructor_type] = STATE(3308), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3308), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4048), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3308), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3308), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1092), + [anon_sym_export] = ACTIONS(1094), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_type] = ACTIONS(1094), + [anon_sym_namespace] = ACTIONS(1096), + [anon_sym_LBRACE] = ACTIONS(1098), + [anon_sym_typeof] = ACTIONS(564), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(572), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1082), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(1084), - [anon_sym_DASH] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1086), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1092), - [sym_number] = ACTIONS(1094), - [sym_this] = ACTIONS(1096), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(1098), - [sym_false] = ACTIONS(1098), - [sym_null] = ACTIONS(1098), - [sym_undefined] = ACTIONS(1100), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1102), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1104), - [anon_sym_number] = ACTIONS(1104), - [anon_sym_boolean] = ACTIONS(1104), - [anon_sym_string] = ACTIONS(1104), - [anon_sym_symbol] = ACTIONS(1104), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1100), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_DASH] = ACTIONS(586), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(184), + [sym_number] = ACTIONS(186), + [sym_this] = ACTIONS(598), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(192), + [sym_false] = ACTIONS(192), + [sym_null] = ACTIONS(192), + [sym_undefined] = ACTIONS(1102), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1094), + [anon_sym_readonly] = ACTIONS(1104), + [anon_sym_get] = ACTIONS(1094), + [anon_sym_set] = ACTIONS(1094), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_declare] = ACTIONS(1094), + [anon_sym_public] = ACTIONS(1094), + [anon_sym_private] = ACTIONS(1094), + [anon_sym_protected] = ACTIONS(1094), + [anon_sym_override] = ACTIONS(1094), + [anon_sym_module] = ACTIONS(1094), + [anon_sym_any] = ACTIONS(1106), + [anon_sym_number] = ACTIONS(1106), + [anon_sym_boolean] = ACTIONS(1106), + [anon_sym_string] = ACTIONS(1106), + [anon_sym_symbol] = ACTIONS(1106), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, - [98] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1281), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_STAR] = ACTIONS(1108), - [anon_sym_type] = ACTIONS(768), - [anon_sym_as] = ACTIONS(1110), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1114), - [anon_sym_RBRACE] = ACTIONS(1114), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(606), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1114), - [anon_sym_await] = ACTIONS(582), - [anon_sym_in] = ACTIONS(1110), - [anon_sym_COLON] = ACTIONS(1114), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_RBRACK] = ACTIONS(1114), + [88] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1372), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_STAR] = ACTIONS(1110), + [anon_sym_type] = ACTIONS(760), + [anon_sym_as] = ACTIONS(1112), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1116), + [anon_sym_RBRACE] = ACTIONS(1116), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(568), + [anon_sym_in] = ACTIONS(1112), + [anon_sym_COLON] = ACTIONS(1116), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_RBRACK] = ACTIONS(1116), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1110), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1110), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(1114), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_AMP_AMP] = ACTIONS(1114), - [anon_sym_PIPE_PIPE] = ACTIONS(1114), - [anon_sym_GT_GT] = ACTIONS(1110), - [anon_sym_GT_GT_GT] = ACTIONS(1114), - [anon_sym_LT_LT] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_CARET] = ACTIONS(1114), - [anon_sym_PIPE] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_PERCENT] = ACTIONS(1114), - [anon_sym_STAR_STAR] = ACTIONS(1114), - [anon_sym_LT_EQ] = ACTIONS(1114), - [anon_sym_EQ_EQ] = ACTIONS(1110), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), - [anon_sym_BANG_EQ] = ACTIONS(1110), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), - [anon_sym_GT_EQ] = ACTIONS(1114), - [anon_sym_QMARK_QMARK] = ACTIONS(1114), - [anon_sym_instanceof] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - [anon_sym_satisfies] = ACTIONS(1110), - [sym__ternary_qmark] = ACTIONS(1114), + [anon_sym_GT] = ACTIONS(1112), + [anon_sym_DOT] = ACTIONS(1112), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1116), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_AMP_AMP] = ACTIONS(1116), + [anon_sym_PIPE_PIPE] = ACTIONS(1116), + [anon_sym_GT_GT] = ACTIONS(1112), + [anon_sym_GT_GT_GT] = ACTIONS(1116), + [anon_sym_LT_LT] = ACTIONS(1116), + [anon_sym_AMP] = ACTIONS(1112), + [anon_sym_CARET] = ACTIONS(1116), + [anon_sym_PIPE] = ACTIONS(1112), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_PERCENT] = ACTIONS(1116), + [anon_sym_STAR_STAR] = ACTIONS(1116), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(1112), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1116), + [anon_sym_BANG_EQ] = ACTIONS(1112), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1116), + [anon_sym_GT_EQ] = ACTIONS(1116), + [anon_sym_QMARK_QMARK] = ACTIONS(1116), + [anon_sym_instanceof] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + [anon_sym_satisfies] = ACTIONS(1112), + [sym__ternary_qmark] = ACTIONS(1116), }, - [99] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1503), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1128), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_as] = ACTIONS(1110), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1114), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1024), + [89] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1459), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_type] = ACTIONS(780), + [anon_sym_as] = ACTIONS(1112), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_COMMA] = ACTIONS(1116), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(814), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_in] = ACTIONS(1110), - [anon_sym_of] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1114), - [anon_sym_yield] = ACTIONS(1012), + [anon_sym_await] = ACTIONS(794), + [anon_sym_in] = ACTIONS(1112), + [anon_sym_of] = ACTIONS(1112), + [anon_sym_SEMI] = ACTIONS(1116), + [anon_sym_yield] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1110), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_DOT] = ACTIONS(1110), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_QMARK_DOT] = ACTIONS(1114), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_AMP_AMP] = ACTIONS(1114), - [anon_sym_PIPE_PIPE] = ACTIONS(1114), - [anon_sym_GT_GT] = ACTIONS(1110), - [anon_sym_GT_GT_GT] = ACTIONS(1114), - [anon_sym_LT_LT] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_CARET] = ACTIONS(1114), - [anon_sym_PIPE] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_PERCENT] = ACTIONS(1114), - [anon_sym_STAR_STAR] = ACTIONS(1114), - [anon_sym_LT_EQ] = ACTIONS(1114), - [anon_sym_EQ_EQ] = ACTIONS(1110), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), - [anon_sym_BANG_EQ] = ACTIONS(1110), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), - [anon_sym_GT_EQ] = ACTIONS(1114), - [anon_sym_QMARK_QMARK] = ACTIONS(1114), - [anon_sym_instanceof] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), - [anon_sym_satisfies] = ACTIONS(1110), - [sym__automatic_semicolon] = ACTIONS(1114), - [sym__ternary_qmark] = ACTIONS(1114), + [anon_sym_GT] = ACTIONS(1112), + [anon_sym_DOT] = ACTIONS(1112), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_QMARK_DOT] = ACTIONS(1116), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_AMP_AMP] = ACTIONS(1116), + [anon_sym_PIPE_PIPE] = ACTIONS(1116), + [anon_sym_GT_GT] = ACTIONS(1112), + [anon_sym_GT_GT_GT] = ACTIONS(1116), + [anon_sym_LT_LT] = ACTIONS(1116), + [anon_sym_AMP] = ACTIONS(1112), + [anon_sym_CARET] = ACTIONS(1116), + [anon_sym_PIPE] = ACTIONS(1112), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_PERCENT] = ACTIONS(1116), + [anon_sym_STAR_STAR] = ACTIONS(1116), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(1112), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1116), + [anon_sym_BANG_EQ] = ACTIONS(1112), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1116), + [anon_sym_GT_EQ] = ACTIONS(1116), + [anon_sym_QMARK_QMARK] = ACTIONS(1116), + [anon_sym_instanceof] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), + [anon_sym_satisfies] = ACTIONS(1112), + [sym__automatic_semicolon] = ACTIONS(1116), + [sym__ternary_qmark] = ACTIONS(1116), }, - [100] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1526), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_STAR] = ACTIONS(1138), - [anon_sym_type] = ACTIONS(944), - [anon_sym_as] = ACTIONS(1110), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1114), - [anon_sym_RBRACE] = ACTIONS(1114), + [90] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1391), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_STAR] = ACTIONS(1140), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_as] = ACTIONS(1112), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_COMMA] = ACTIONS(1116), + [anon_sym_RBRACE] = ACTIONS(1116), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_in] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1114), + [anon_sym_in] = ACTIONS(1112), + [anon_sym_SEMI] = ACTIONS(1116), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1110), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1110), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_QMARK_DOT] = ACTIONS(1114), - [anon_sym_new] = ACTIONS(77), - [anon_sym_AMP_AMP] = ACTIONS(1114), - [anon_sym_PIPE_PIPE] = ACTIONS(1114), - [anon_sym_GT_GT] = ACTIONS(1110), - [anon_sym_GT_GT_GT] = ACTIONS(1114), - [anon_sym_LT_LT] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_CARET] = ACTIONS(1114), - [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_GT] = ACTIONS(1112), + [anon_sym_DOT] = ACTIONS(1112), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_QMARK_DOT] = ACTIONS(1116), + [anon_sym_new] = ACTIONS(73), + [anon_sym_AMP_AMP] = ACTIONS(1116), + [anon_sym_PIPE_PIPE] = ACTIONS(1116), + [anon_sym_GT_GT] = ACTIONS(1112), + [anon_sym_GT_GT_GT] = ACTIONS(1116), + [anon_sym_LT_LT] = ACTIONS(1116), + [anon_sym_AMP] = ACTIONS(1112), + [anon_sym_CARET] = ACTIONS(1116), + [anon_sym_PIPE] = ACTIONS(1112), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_PERCENT] = ACTIONS(1114), - [anon_sym_STAR_STAR] = ACTIONS(1114), - [anon_sym_LT_EQ] = ACTIONS(1114), - [anon_sym_EQ_EQ] = ACTIONS(1110), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), - [anon_sym_BANG_EQ] = ACTIONS(1110), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), - [anon_sym_GT_EQ] = ACTIONS(1114), - [anon_sym_QMARK_QMARK] = ACTIONS(1114), - [anon_sym_instanceof] = ACTIONS(1110), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_PERCENT] = ACTIONS(1116), + [anon_sym_STAR_STAR] = ACTIONS(1116), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(1112), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1116), + [anon_sym_BANG_EQ] = ACTIONS(1112), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1116), + [anon_sym_GT_EQ] = ACTIONS(1116), + [anon_sym_QMARK_QMARK] = ACTIONS(1116), + [anon_sym_instanceof] = ACTIONS(1112), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - [anon_sym_satisfies] = ACTIONS(1110), - [sym__automatic_semicolon] = ACTIONS(1114), - [sym__ternary_qmark] = ACTIONS(1114), - }, - [101] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1543), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_STAR] = ACTIONS(1142), - [anon_sym_type] = ACTIONS(910), - [anon_sym_as] = ACTIONS(1110), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_RBRACE] = ACTIONS(1114), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_in] = ACTIONS(1110), - [anon_sym_COLON] = ACTIONS(1114), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_RBRACK] = ACTIONS(1114), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1110), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1110), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(1114), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_AMP_AMP] = ACTIONS(1114), - [anon_sym_PIPE_PIPE] = ACTIONS(1114), - [anon_sym_GT_GT] = ACTIONS(1110), - [anon_sym_GT_GT_GT] = ACTIONS(1114), - [anon_sym_LT_LT] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_CARET] = ACTIONS(1114), - [anon_sym_PIPE] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_PERCENT] = ACTIONS(1114), - [anon_sym_STAR_STAR] = ACTIONS(1114), - [anon_sym_LT_EQ] = ACTIONS(1114), - [anon_sym_EQ_EQ] = ACTIONS(1110), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), - [anon_sym_BANG_EQ] = ACTIONS(1110), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), - [anon_sym_GT_EQ] = ACTIONS(1114), - [anon_sym_QMARK_QMARK] = ACTIONS(1114), - [anon_sym_instanceof] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), - [anon_sym_satisfies] = ACTIONS(1110), - [sym__ternary_qmark] = ACTIONS(1114), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + [anon_sym_satisfies] = ACTIONS(1112), + [sym__automatic_semicolon] = ACTIONS(1116), + [sym__ternary_qmark] = ACTIONS(1116), }, - [102] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1626), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_STAR] = ACTIONS(1150), - [anon_sym_type] = ACTIONS(818), - [anon_sym_as] = ACTIONS(1110), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1114), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(844), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_in] = ACTIONS(1110), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [91] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1606), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_STAR] = ACTIONS(1144), + [anon_sym_type] = ACTIONS(836), + [anon_sym_as] = ACTIONS(1112), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_RBRACE] = ACTIONS(1116), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(860), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_in] = ACTIONS(1112), + [anon_sym_COLON] = ACTIONS(1116), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_RBRACK] = ACTIONS(1116), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1110), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_DOT] = ACTIONS(1110), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(1114), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_AMP_AMP] = ACTIONS(1114), - [anon_sym_PIPE_PIPE] = ACTIONS(1114), - [anon_sym_GT_GT] = ACTIONS(1110), - [anon_sym_GT_GT_GT] = ACTIONS(1114), - [anon_sym_LT_LT] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_CARET] = ACTIONS(1114), - [anon_sym_PIPE] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_PERCENT] = ACTIONS(1114), - [anon_sym_STAR_STAR] = ACTIONS(1114), - [anon_sym_LT_EQ] = ACTIONS(1114), - [anon_sym_EQ_EQ] = ACTIONS(1110), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), - [anon_sym_BANG_EQ] = ACTIONS(1110), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), - [anon_sym_GT_EQ] = ACTIONS(1114), - [anon_sym_QMARK_QMARK] = ACTIONS(1114), - [anon_sym_instanceof] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), - [anon_sym_satisfies] = ACTIONS(1110), - [anon_sym_implements] = ACTIONS(1110), - [sym__ternary_qmark] = ACTIONS(1114), + [anon_sym_GT] = ACTIONS(1112), + [anon_sym_DOT] = ACTIONS(1112), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1116), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_AMP_AMP] = ACTIONS(1116), + [anon_sym_PIPE_PIPE] = ACTIONS(1116), + [anon_sym_GT_GT] = ACTIONS(1112), + [anon_sym_GT_GT_GT] = ACTIONS(1116), + [anon_sym_LT_LT] = ACTIONS(1116), + [anon_sym_AMP] = ACTIONS(1112), + [anon_sym_CARET] = ACTIONS(1116), + [anon_sym_PIPE] = ACTIONS(1112), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_PERCENT] = ACTIONS(1116), + [anon_sym_STAR_STAR] = ACTIONS(1116), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(1112), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1116), + [anon_sym_BANG_EQ] = ACTIONS(1112), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1116), + [anon_sym_GT_EQ] = ACTIONS(1116), + [anon_sym_QMARK_QMARK] = ACTIONS(1116), + [anon_sym_instanceof] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + [anon_sym_satisfies] = ACTIONS(1112), + [sym__ternary_qmark] = ACTIONS(1116), }, - [103] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1716), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1158), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_as] = ACTIONS(1110), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1088), + [92] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1808), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_STAR] = ACTIONS(1152), + [anon_sym_type] = ACTIONS(882), + [anon_sym_as] = ACTIONS(1112), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(906), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_in] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1114), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_in] = ACTIONS(1112), + [anon_sym_SEMI] = ACTIONS(1116), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1110), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1110), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_QMARK_DOT] = ACTIONS(1114), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_AMP_AMP] = ACTIONS(1114), - [anon_sym_PIPE_PIPE] = ACTIONS(1114), - [anon_sym_GT_GT] = ACTIONS(1110), - [anon_sym_GT_GT_GT] = ACTIONS(1114), - [anon_sym_LT_LT] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_CARET] = ACTIONS(1114), - [anon_sym_PIPE] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_PERCENT] = ACTIONS(1114), - [anon_sym_STAR_STAR] = ACTIONS(1114), - [anon_sym_LT_EQ] = ACTIONS(1114), - [anon_sym_EQ_EQ] = ACTIONS(1110), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), - [anon_sym_BANG_EQ] = ACTIONS(1110), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), - [anon_sym_GT_EQ] = ACTIONS(1114), - [anon_sym_QMARK_QMARK] = ACTIONS(1114), - [anon_sym_instanceof] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_satisfies] = ACTIONS(1110), - [sym__automatic_semicolon] = ACTIONS(1114), - [sym__ternary_qmark] = ACTIONS(1114), + [anon_sym_GT] = ACTIONS(1112), + [anon_sym_DOT] = ACTIONS(1112), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_QMARK_DOT] = ACTIONS(1116), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_AMP_AMP] = ACTIONS(1116), + [anon_sym_PIPE_PIPE] = ACTIONS(1116), + [anon_sym_GT_GT] = ACTIONS(1112), + [anon_sym_GT_GT_GT] = ACTIONS(1116), + [anon_sym_LT_LT] = ACTIONS(1116), + [anon_sym_AMP] = ACTIONS(1112), + [anon_sym_CARET] = ACTIONS(1116), + [anon_sym_PIPE] = ACTIONS(1112), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_PERCENT] = ACTIONS(1116), + [anon_sym_STAR_STAR] = ACTIONS(1116), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(1112), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1116), + [anon_sym_BANG_EQ] = ACTIONS(1112), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1116), + [anon_sym_GT_EQ] = ACTIONS(1116), + [anon_sym_QMARK_QMARK] = ACTIONS(1116), + [anon_sym_instanceof] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_satisfies] = ACTIONS(1112), + [sym__automatic_semicolon] = ACTIONS(1116), + [sym__ternary_qmark] = ACTIONS(1116), }, - [104] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1985), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_STAR] = ACTIONS(1166), - [anon_sym_type] = ACTIONS(864), - [anon_sym_as] = ACTIONS(1110), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(890), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_in] = ACTIONS(1110), - [anon_sym_of] = ACTIONS(1110), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [93] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1552), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_STAR] = ACTIONS(1160), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_as] = ACTIONS(1112), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1116), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_in] = ACTIONS(1112), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1110), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(1110), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(1114), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1114), - [anon_sym_PIPE_PIPE] = ACTIONS(1114), - [anon_sym_GT_GT] = ACTIONS(1110), - [anon_sym_GT_GT_GT] = ACTIONS(1114), - [anon_sym_LT_LT] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_CARET] = ACTIONS(1114), - [anon_sym_PIPE] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_PERCENT] = ACTIONS(1114), - [anon_sym_STAR_STAR] = ACTIONS(1114), - [anon_sym_LT_EQ] = ACTIONS(1114), - [anon_sym_EQ_EQ] = ACTIONS(1110), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), - [anon_sym_BANG_EQ] = ACTIONS(1110), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), - [anon_sym_GT_EQ] = ACTIONS(1114), - [anon_sym_QMARK_QMARK] = ACTIONS(1114), - [anon_sym_instanceof] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), - [anon_sym_satisfies] = ACTIONS(1110), - [sym__ternary_qmark] = ACTIONS(1114), + [anon_sym_GT] = ACTIONS(1112), + [anon_sym_DOT] = ACTIONS(1112), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1116), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_AMP_AMP] = ACTIONS(1116), + [anon_sym_PIPE_PIPE] = ACTIONS(1116), + [anon_sym_GT_GT] = ACTIONS(1112), + [anon_sym_GT_GT_GT] = ACTIONS(1116), + [anon_sym_LT_LT] = ACTIONS(1116), + [anon_sym_AMP] = ACTIONS(1112), + [anon_sym_CARET] = ACTIONS(1116), + [anon_sym_PIPE] = ACTIONS(1112), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_PERCENT] = ACTIONS(1116), + [anon_sym_STAR_STAR] = ACTIONS(1116), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(1112), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1116), + [anon_sym_BANG_EQ] = ACTIONS(1112), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1116), + [anon_sym_GT_EQ] = ACTIONS(1116), + [anon_sym_QMARK_QMARK] = ACTIONS(1116), + [anon_sym_instanceof] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), + [anon_sym_satisfies] = ACTIONS(1112), + [anon_sym_implements] = ACTIONS(1112), + [sym__ternary_qmark] = ACTIONS(1116), }, - [105] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2044), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_STAR] = ACTIONS(1178), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_as] = ACTIONS(1110), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(170), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(1110), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [94] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1982), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_STAR] = ACTIONS(1168), + [anon_sym_type] = ACTIONS(958), + [anon_sym_as] = ACTIONS(1112), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(982), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_in] = ACTIONS(1112), + [anon_sym_of] = ACTIONS(1112), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1110), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1110), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(1114), - [anon_sym_new] = ACTIONS(633), - [anon_sym_AMP_AMP] = ACTIONS(1114), - [anon_sym_PIPE_PIPE] = ACTIONS(1114), - [anon_sym_GT_GT] = ACTIONS(1110), - [anon_sym_GT_GT_GT] = ACTIONS(1114), - [anon_sym_LT_LT] = ACTIONS(1114), - [anon_sym_AMP] = ACTIONS(1110), - [anon_sym_CARET] = ACTIONS(1114), - [anon_sym_PIPE] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_PERCENT] = ACTIONS(1114), - [anon_sym_STAR_STAR] = ACTIONS(1114), - [anon_sym_LT_EQ] = ACTIONS(1114), - [anon_sym_EQ_EQ] = ACTIONS(1110), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), - [anon_sym_BANG_EQ] = ACTIONS(1110), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), - [anon_sym_GT_EQ] = ACTIONS(1114), - [anon_sym_QMARK_QMARK] = ACTIONS(1114), - [anon_sym_instanceof] = ACTIONS(1110), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), - [anon_sym_satisfies] = ACTIONS(1110), - [sym__ternary_qmark] = ACTIONS(1114), + [anon_sym_GT] = ACTIONS(1112), + [anon_sym_DOT] = ACTIONS(1112), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1116), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_AMP_AMP] = ACTIONS(1116), + [anon_sym_PIPE_PIPE] = ACTIONS(1116), + [anon_sym_GT_GT] = ACTIONS(1112), + [anon_sym_GT_GT_GT] = ACTIONS(1116), + [anon_sym_LT_LT] = ACTIONS(1116), + [anon_sym_AMP] = ACTIONS(1112), + [anon_sym_CARET] = ACTIONS(1116), + [anon_sym_PIPE] = ACTIONS(1112), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_PERCENT] = ACTIONS(1116), + [anon_sym_STAR_STAR] = ACTIONS(1116), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(1112), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1116), + [anon_sym_BANG_EQ] = ACTIONS(1112), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1116), + [anon_sym_GT_EQ] = ACTIONS(1116), + [anon_sym_QMARK_QMARK] = ACTIONS(1116), + [anon_sym_instanceof] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), + [anon_sym_satisfies] = ACTIONS(1112), + [sym__ternary_qmark] = ACTIONS(1116), }, - [106] = { - [sym_declaration] = STATE(704), - [sym_import] = STATE(1955), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1768), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3442), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1182), - [anon_sym_namespace] = ACTIONS(1184), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(1186), + [95] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2032), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(1180), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_as] = ACTIONS(1112), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(172), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(1112), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1112), + [anon_sym_DOT] = ACTIONS(1112), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1116), + [anon_sym_new] = ACTIONS(638), + [anon_sym_AMP_AMP] = ACTIONS(1116), + [anon_sym_PIPE_PIPE] = ACTIONS(1116), + [anon_sym_GT_GT] = ACTIONS(1112), + [anon_sym_GT_GT_GT] = ACTIONS(1116), + [anon_sym_LT_LT] = ACTIONS(1116), + [anon_sym_AMP] = ACTIONS(1112), + [anon_sym_CARET] = ACTIONS(1116), + [anon_sym_PIPE] = ACTIONS(1112), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_PERCENT] = ACTIONS(1116), + [anon_sym_STAR_STAR] = ACTIONS(1116), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_LT_EQ] = ACTIONS(1116), + [anon_sym_EQ_EQ] = ACTIONS(1112), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1116), + [anon_sym_BANG_EQ] = ACTIONS(1112), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1116), + [anon_sym_GT_EQ] = ACTIONS(1116), + [anon_sym_QMARK_QMARK] = ACTIONS(1116), + [anon_sym_instanceof] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), + [anon_sym_satisfies] = ACTIONS(1112), + [sym__ternary_qmark] = ACTIONS(1116), + }, + [96] = { + [sym_declaration] = STATE(682), + [sym_import] = STATE(2015), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1792), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3252), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(1184), + [anon_sym_namespace] = ACTIONS(1186), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(1188), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(1188), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1190), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1192), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), - }, - [107] = { - [sym_declaration] = STATE(3276), - [sym_import] = STATE(1955), - [sym_variable_declaration] = STATE(3329), - [sym_lexical_declaration] = STATE(3329), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1683), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(3329), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(3329), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(3329), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_function_signature] = STATE(3329), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(3329), - [sym_abstract_class_declaration] = STATE(3329), - [sym_module] = STATE(3329), - [sym_internal_module] = STATE(1841), - [sym_import_alias] = STATE(3329), - [sym_interface_declaration] = STATE(3329), - [sym_enum_declaration] = STATE(3329), - [sym_type_alias_declaration] = STATE(3329), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3215), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1194), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(1196), - [anon_sym_var] = ACTIONS(1198), - [anon_sym_let] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(1072), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(1204), - [anon_sym_async] = ACTIONS(1206), - [anon_sym_function] = ACTIONS(1208), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1210), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1212), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_abstract] = ACTIONS(1214), - [anon_sym_interface] = ACTIONS(1216), - [anon_sym_enum] = ACTIONS(1218), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(1190), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(1192), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(1194), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [108] = { - [sym_declaration] = STATE(704), - [sym_import] = STATE(1955), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1768), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3418), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1182), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(1186), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(1072), + [97] = { + [sym_declaration] = STATE(3313), + [sym_import] = STATE(2015), + [sym_variable_declaration] = STATE(3255), + [sym_lexical_declaration] = STATE(3255), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1787), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(3255), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(3255), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(3255), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_function_signature] = STATE(3255), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(3255), + [sym_abstract_class_declaration] = STATE(3255), + [sym_module] = STATE(3255), + [sym_internal_module] = STATE(2018), + [sym_import_alias] = STATE(3255), + [sym_interface_declaration] = STATE(3255), + [sym_enum_declaration] = STATE(3255), + [sym_type_alias_declaration] = STATE(3255), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3505), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(1196), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(1198), + [anon_sym_var] = ACTIONS(1200), + [anon_sym_let] = ACTIONS(1202), + [anon_sym_const] = ACTIONS(1204), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(1220), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1190), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1192), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(1206), + [anon_sym_async] = ACTIONS(1208), + [anon_sym_function] = ACTIONS(1210), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(1212), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(1214), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_abstract] = ACTIONS(1216), + [anon_sym_interface] = ACTIONS(1218), + [anon_sym_enum] = ACTIONS(1220), }, - [109] = { - [sym_declaration] = STATE(704), - [sym_import] = STATE(1955), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1768), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3418), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1182), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(1186), + [98] = { + [sym_declaration] = STATE(688), + [sym_import] = STATE(2015), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1793), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(157), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3252), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(1184), + [anon_sym_namespace] = ACTIONS(1186), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(1188), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(1072), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(1220), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1222), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1224), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(1190), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(1192), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(1194), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [110] = { - [sym_declaration] = STATE(3318), - [sym_import] = STATE(1955), - [sym_variable_declaration] = STATE(3329), - [sym_lexical_declaration] = STATE(3329), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1727), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(3329), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(3329), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(3329), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_function_signature] = STATE(3329), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(3329), - [sym_abstract_class_declaration] = STATE(3329), - [sym_module] = STATE(3329), - [sym_internal_module] = STATE(1841), - [sym_import_alias] = STATE(3329), - [sym_interface_declaration] = STATE(3329), - [sym_enum_declaration] = STATE(3329), - [sym_type_alias_declaration] = STATE(3329), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3215), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1194), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(1196), - [anon_sym_var] = ACTIONS(1198), - [anon_sym_let] = ACTIONS(1200), - [anon_sym_const] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(1072), + [99] = { + [sym_declaration] = STATE(3247), + [sym_import] = STATE(2015), + [sym_variable_declaration] = STATE(3255), + [sym_lexical_declaration] = STATE(3255), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1659), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(3255), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(3255), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(3255), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_function_signature] = STATE(3255), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(3255), + [sym_abstract_class_declaration] = STATE(3255), + [sym_module] = STATE(3255), + [sym_internal_module] = STATE(2018), + [sym_import_alias] = STATE(3255), + [sym_interface_declaration] = STATE(3255), + [sym_enum_declaration] = STATE(3255), + [sym_type_alias_declaration] = STATE(3255), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3505), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(1196), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(1198), + [anon_sym_var] = ACTIONS(1200), + [anon_sym_let] = ACTIONS(1202), + [anon_sym_const] = ACTIONS(1204), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(1204), - [anon_sym_async] = ACTIONS(1206), - [anon_sym_function] = ACTIONS(1208), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1210), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1212), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_abstract] = ACTIONS(1214), - [anon_sym_interface] = ACTIONS(1216), - [anon_sym_enum] = ACTIONS(1218), + [anon_sym_class] = ACTIONS(1206), + [anon_sym_async] = ACTIONS(1208), + [anon_sym_function] = ACTIONS(1210), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(1212), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(1214), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_abstract] = ACTIONS(1216), + [anon_sym_interface] = ACTIONS(1218), + [anon_sym_enum] = ACTIONS(1220), }, - [111] = { - [sym_declaration] = STATE(773), - [sym_import] = STATE(1955), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1773), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3418), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1182), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(1186), + [100] = { + [sym_declaration] = STATE(682), + [sym_import] = STATE(2015), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1792), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3196), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(1184), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(1188), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(1072), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(1220), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1222), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1224), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(1222), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(1192), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(1194), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [112] = { - [sym_declaration] = STATE(773), - [sym_import] = STATE(1955), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1773), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(163), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3442), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1182), - [anon_sym_namespace] = ACTIONS(1184), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(1186), + [101] = { + [sym_declaration] = STATE(688), + [sym_import] = STATE(2015), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1793), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_class_declaration] = STATE(632), + [sym_function] = STATE(2015), + [sym_function_declaration] = STATE(632), + [sym_generator_function] = STATE(2015), + [sym_generator_function_declaration] = STATE(632), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_function_signature] = STATE(632), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(1859), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3196), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(1184), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(1188), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(1072), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(1188), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1190), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1192), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(540), + [anon_sym_async] = ACTIONS(1222), + [anon_sym_function] = ACTIONS(544), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(1192), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(1194), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [113] = { - [sym_declaration] = STATE(773), - [sym_import] = STATE(1955), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1773), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_class_declaration] = STATE(649), - [sym_function] = STATE(1955), - [sym_function_declaration] = STATE(649), - [sym_generator_function] = STATE(1955), - [sym_generator_function_declaration] = STATE(649), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_function_signature] = STATE(649), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(1858), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3418), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1182), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(1186), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(530), - [anon_sym_async] = ACTIONS(1220), - [anon_sym_function] = ACTIONS(534), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1190), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1192), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [102] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1226), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [114] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1228), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_RPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [103] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1256), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1258), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, - [115] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1258), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1260), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [104] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, - [116] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [105] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1226), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(1264), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(1264), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [117] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [106] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [118] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1266), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1268), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [107] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1269), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1271), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [119] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1228), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(1270), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(1270), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [108] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(214), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(217), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [120] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [109] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1275), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, - [121] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1279), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1281), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_implements] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [110] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1277), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1279), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_implements] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [122] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(207), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(210), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(210), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [111] = { + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2678), + [sym_constructor_type] = STATE(2678), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2678), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2678), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2678), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(1283), + [anon_sym_EQ] = ACTIONS(214), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_RBRACE] = ACTIONS(217), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(1295), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(1297), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(754), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(1315), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), + [sym__ternary_qmark] = ACTIONS(149), }, - [123] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2639), - [sym_constructor_type] = STATE(2639), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2639), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2639), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2639), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1285), - [anon_sym_EQ] = ACTIONS(207), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_COMMA] = ACTIONS(210), - [anon_sym_RBRACE] = ACTIONS(210), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(1297), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(1299), - [anon_sym_PLUS] = ACTIONS(1301), - [anon_sym_DASH] = ACTIONS(1301), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(762), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(1317), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), - [sym__ternary_qmark] = ACTIONS(152), + [112] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1317), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1319), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [124] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [113] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [125] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), + [114] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(113), [anon_sym_EQ] = ACTIONS(1321), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1323), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(210), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(198), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + [sym__ternary_qmark] = ACTIONS(149), }, - [126] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1238), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(160), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(193), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - [sym__ternary_qmark] = ACTIONS(152), + [115] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1433), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4405), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1325), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(1329), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(690), + [anon_sym_private] = ACTIONS(690), + [anon_sym_protected] = ACTIONS(690), + [anon_sym_override] = ACTIONS(692), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [127] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1483), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4400), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [116] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1427), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4182), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1327), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(1331), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(702), - [anon_sym_private] = ACTIONS(702), - [anon_sym_protected] = ACTIONS(702), - [anon_sym_override] = ACTIONS(704), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1325), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(1329), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(690), + [anon_sym_private] = ACTIONS(690), + [anon_sym_protected] = ACTIONS(690), + [anon_sym_override] = ACTIONS(692), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [128] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1402), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4395), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [117] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3913), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3913), + [sym_optional_parameter] = STATE(3913), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1331), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1327), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(1331), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(702), - [anon_sym_private] = ACTIONS(702), - [anon_sym_protected] = ACTIONS(702), - [anon_sym_override] = ACTIONS(704), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [129] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(4066), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [118] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3658), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(4066), - [sym_optional_parameter] = STATE(4066), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1333), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3658), + [sym_optional_parameter] = STATE(3658), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1339), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [130] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(4066), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [119] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3913), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(4066), - [sym_optional_parameter] = STATE(4066), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3913), + [sym_optional_parameter] = STATE(3913), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), [anon_sym_RPAREN] = ACTIONS(1341), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [131] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(4066), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [120] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3913), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(4066), - [sym_optional_parameter] = STATE(4066), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3913), + [sym_optional_parameter] = STATE(3913), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [132] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(3642), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [121] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3913), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3642), - [sym_optional_parameter] = STATE(3642), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3913), + [sym_optional_parameter] = STATE(3913), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), [anon_sym_RPAREN] = ACTIONS(1345), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [133] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(4066), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [122] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3663), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(4066), - [sym_optional_parameter] = STATE(4066), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3663), + [sym_optional_parameter] = STATE(3663), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), [anon_sym_RPAREN] = ACTIONS(1347), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [134] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(3769), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [123] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3913), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3769), - [sym_optional_parameter] = STATE(3769), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3913), + [sym_optional_parameter] = STATE(3913), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), [anon_sym_RPAREN] = ACTIONS(1349), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [135] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(3731), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [124] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3913), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(3731), - [sym_optional_parameter] = STATE(3731), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3913), + [sym_optional_parameter] = STATE(3913), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1351), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [136] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(4066), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), + [125] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3730), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(4066), - [sym_optional_parameter] = STATE(4066), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1351), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3730), + [sym_optional_parameter] = STATE(3730), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [137] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(4066), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(4066), - [sym_optional_parameter] = STATE(4066), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1353), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [126] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1355), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [138] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1638), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3814), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3815), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), + [127] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_RBRACK] = ACTIONS(1357), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [139] = { - [sym_import] = STATE(1955), - [sym_expression_statement] = STATE(205), - [sym_variable_declaration] = STATE(205), - [sym_lexical_declaration] = STATE(205), - [sym_empty_statement] = STATE(205), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(3831), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(3831), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(3831), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1154), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1359), - [anon_sym_export] = ACTIONS(1361), - [anon_sym_type] = ACTIONS(1361), - [anon_sym_namespace] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1365), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_var] = ACTIONS(1367), - [anon_sym_let] = ACTIONS(1369), - [anon_sym_const] = ACTIONS(1369), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(1371), + [128] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1586), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3691), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3687), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1359), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1373), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1375), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(1361), - [anon_sym_set] = ACTIONS(1361), - [anon_sym_declare] = ACTIONS(1361), - [anon_sym_public] = ACTIONS(1361), - [anon_sym_private] = ACTIONS(1361), - [anon_sym_protected] = ACTIONS(1361), - [anon_sym_override] = ACTIONS(1361), - [anon_sym_module] = ACTIONS(1361), - [anon_sym_any] = ACTIONS(1361), - [anon_sym_number] = ACTIONS(1361), - [anon_sym_boolean] = ACTIONS(1361), - [anon_sym_string] = ACTIONS(1361), - [anon_sym_symbol] = ACTIONS(1361), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [140] = { - [sym_import] = STATE(1955), - [sym_expression_statement] = STATE(211), - [sym_variable_declaration] = STATE(211), - [sym_lexical_declaration] = STATE(211), - [sym_empty_statement] = STATE(211), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(3831), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(3831), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(3831), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1154), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1359), - [anon_sym_export] = ACTIONS(1361), - [anon_sym_type] = ACTIONS(1361), - [anon_sym_namespace] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1365), + [129] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1361), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), + }, + [130] = { + [sym_import] = STATE(2015), + [sym_expression_statement] = STATE(197), + [sym_variable_declaration] = STATE(197), + [sym_lexical_declaration] = STATE(197), + [sym_empty_statement] = STATE(197), + [sym_parenthesized_expression] = STATE(1122), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(3710), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(3710), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1122), + [sym_subscript_expression] = STATE(1122), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(3710), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1122), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1363), + [anon_sym_export] = ACTIONS(1365), + [anon_sym_type] = ACTIONS(1365), + [anon_sym_namespace] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_var] = ACTIONS(1367), - [anon_sym_let] = ACTIONS(1369), - [anon_sym_const] = ACTIONS(1369), + [anon_sym_import] = ACTIONS(788), + [anon_sym_var] = ACTIONS(1371), + [anon_sym_let] = ACTIONS(1373), + [anon_sym_const] = ACTIONS(1373), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(1371), + [anon_sym_LBRACK] = ACTIONS(1375), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1373), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1377), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1375), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(1361), - [anon_sym_set] = ACTIONS(1361), - [anon_sym_declare] = ACTIONS(1361), - [anon_sym_public] = ACTIONS(1361), - [anon_sym_private] = ACTIONS(1361), - [anon_sym_protected] = ACTIONS(1361), - [anon_sym_override] = ACTIONS(1361), - [anon_sym_module] = ACTIONS(1361), - [anon_sym_any] = ACTIONS(1361), - [anon_sym_number] = ACTIONS(1361), - [anon_sym_boolean] = ACTIONS(1361), - [anon_sym_string] = ACTIONS(1361), - [anon_sym_symbol] = ACTIONS(1361), - }, - [141] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1569), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3814), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3815), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1357), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1379), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1365), + [anon_sym_readonly] = ACTIONS(1365), + [anon_sym_get] = ACTIONS(1365), + [anon_sym_set] = ACTIONS(1365), + [anon_sym_declare] = ACTIONS(1365), + [anon_sym_public] = ACTIONS(1365), + [anon_sym_private] = ACTIONS(1365), + [anon_sym_protected] = ACTIONS(1365), + [anon_sym_override] = ACTIONS(1365), + [anon_sym_module] = ACTIONS(1365), + [anon_sym_any] = ACTIONS(1365), + [anon_sym_number] = ACTIONS(1365), + [anon_sym_boolean] = ACTIONS(1365), + [anon_sym_string] = ACTIONS(1365), + [anon_sym_symbol] = ACTIONS(1365), }, - [142] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1377), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), - }, - [143] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1379), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), - }, - [144] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_RBRACE] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1381), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1381), + [131] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_RBRACK] = ACTIONS(1381), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1381), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_QMARK] = ACTIONS(1381), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - [anon_sym_extends] = ACTIONS(1383), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [145] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1385), + [132] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3785), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3788), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1383), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [146] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1638), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3814), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3815), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1387), + [133] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_RBRACE] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1385), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1385), + [anon_sym_RBRACK] = ACTIONS(1385), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_QMARK] = ACTIONS(1385), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + [anon_sym_extends] = ACTIONS(1387), }, - [147] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym__formal_parameter] = STATE(4066), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3262), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_accessibility_modifier] = STATE(204), - [sym_override_modifier] = STATE(228), - [sym_required_parameter] = STATE(4066), - [sym_optional_parameter] = STATE(4066), - [sym__parameter_name] = STATE(2942), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(194), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [134] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1648), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3691), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3687), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1389), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1337), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [148] = { - [sym_import] = STATE(1955), - [sym_expression_statement] = STATE(208), - [sym_variable_declaration] = STATE(208), - [sym_lexical_declaration] = STATE(208), - [sym_empty_statement] = STATE(208), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(3831), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(3831), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(3831), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1154), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1359), - [anon_sym_export] = ACTIONS(1361), - [anon_sym_type] = ACTIONS(1361), - [anon_sym_namespace] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1365), + [135] = { + [sym_import] = STATE(2015), + [sym_expression_statement] = STATE(192), + [sym_variable_declaration] = STATE(192), + [sym_lexical_declaration] = STATE(192), + [sym_empty_statement] = STATE(192), + [sym_parenthesized_expression] = STATE(1122), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(3710), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(3710), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1122), + [sym_subscript_expression] = STATE(1122), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(3710), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1122), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1363), + [anon_sym_export] = ACTIONS(1365), + [anon_sym_type] = ACTIONS(1365), + [anon_sym_namespace] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_var] = ACTIONS(1367), - [anon_sym_let] = ACTIONS(1369), - [anon_sym_const] = ACTIONS(1369), + [anon_sym_import] = ACTIONS(788), + [anon_sym_var] = ACTIONS(1371), + [anon_sym_let] = ACTIONS(1373), + [anon_sym_const] = ACTIONS(1373), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(1371), + [anon_sym_LBRACK] = ACTIONS(1375), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1373), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1377), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1375), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(1361), - [anon_sym_set] = ACTIONS(1361), - [anon_sym_declare] = ACTIONS(1361), - [anon_sym_public] = ACTIONS(1361), - [anon_sym_private] = ACTIONS(1361), - [anon_sym_protected] = ACTIONS(1361), - [anon_sym_override] = ACTIONS(1361), - [anon_sym_module] = ACTIONS(1361), - [anon_sym_any] = ACTIONS(1361), - [anon_sym_number] = ACTIONS(1361), - [anon_sym_boolean] = ACTIONS(1361), - [anon_sym_string] = ACTIONS(1361), - [anon_sym_symbol] = ACTIONS(1361), - }, - [149] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1389), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1379), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1365), + [anon_sym_readonly] = ACTIONS(1365), + [anon_sym_get] = ACTIONS(1365), + [anon_sym_set] = ACTIONS(1365), + [anon_sym_declare] = ACTIONS(1365), + [anon_sym_public] = ACTIONS(1365), + [anon_sym_private] = ACTIONS(1365), + [anon_sym_protected] = ACTIONS(1365), + [anon_sym_override] = ACTIONS(1365), + [anon_sym_module] = ACTIONS(1365), + [anon_sym_any] = ACTIONS(1365), + [anon_sym_number] = ACTIONS(1365), + [anon_sym_boolean] = ACTIONS(1365), + [anon_sym_string] = ACTIONS(1365), + [anon_sym_symbol] = ACTIONS(1365), }, - [150] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1549), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3586), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3588), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1391), + [136] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1648), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3691), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3687), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1353), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1359), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [151] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_RBRACE] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_SEMI] = ACTIONS(1381), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1381), + [137] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym__formal_parameter] = STATE(3913), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3424), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_accessibility_modifier] = STATE(204), + [sym_override_modifier] = STATE(221), + [sym_required_parameter] = STATE(3913), + [sym_optional_parameter] = STATE(3913), + [sym__parameter_name] = STATE(2956), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(177), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1383), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - [anon_sym_extends] = ACTIONS(1383), - [anon_sym_PIPE_RBRACE] = ACTIONS(1381), - [sym__automatic_semicolon] = ACTIONS(1381), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1335), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [152] = { - [sym_statement_block] = STATE(162), - [ts_builtin_sym_end] = ACTIONS(1393), - [sym_identifier] = ACTIONS(1395), - [anon_sym_export] = ACTIONS(1395), + [138] = { + [ts_builtin_sym_end] = ACTIONS(1391), + [sym_identifier] = ACTIONS(1393), + [anon_sym_export] = ACTIONS(1393), [anon_sym_STAR] = ACTIONS(1395), - [anon_sym_default] = ACTIONS(1395), - [anon_sym_type] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1393), + [anon_sym_type] = ACTIONS(1393), + [anon_sym_EQ] = ACTIONS(1397), [anon_sym_as] = ACTIONS(1395), - [anon_sym_namespace] = ACTIONS(1395), - [anon_sym_LBRACE] = ACTIONS(1397), - [anon_sym_COMMA] = ACTIONS(1393), - [anon_sym_RBRACE] = ACTIONS(1393), - [anon_sym_typeof] = ACTIONS(1395), - [anon_sym_import] = ACTIONS(1395), - [anon_sym_var] = ACTIONS(1395), - [anon_sym_let] = ACTIONS(1395), - [anon_sym_const] = ACTIONS(1395), - [anon_sym_BANG] = ACTIONS(1395), - [anon_sym_else] = ACTIONS(1395), - [anon_sym_if] = ACTIONS(1395), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_for] = ACTIONS(1395), - [anon_sym_LPAREN] = ACTIONS(1393), - [anon_sym_await] = ACTIONS(1395), + [anon_sym_namespace] = ACTIONS(1393), + [anon_sym_LBRACE] = ACTIONS(1391), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1391), + [anon_sym_typeof] = ACTIONS(1393), + [anon_sym_import] = ACTIONS(1393), + [anon_sym_var] = ACTIONS(1393), + [anon_sym_let] = ACTIONS(1393), + [anon_sym_const] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_else] = ACTIONS(1393), + [anon_sym_if] = ACTIONS(1393), + [anon_sym_switch] = ACTIONS(1393), + [anon_sym_for] = ACTIONS(1393), + [anon_sym_LPAREN] = ACTIONS(1391), + [anon_sym_await] = ACTIONS(1393), [anon_sym_in] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1395), - [anon_sym_do] = ACTIONS(1395), - [anon_sym_try] = ACTIONS(1395), - [anon_sym_with] = ACTIONS(1395), - [anon_sym_break] = ACTIONS(1395), - [anon_sym_continue] = ACTIONS(1395), - [anon_sym_debugger] = ACTIONS(1395), - [anon_sym_return] = ACTIONS(1395), - [anon_sym_throw] = ACTIONS(1395), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_case] = ACTIONS(1395), - [anon_sym_yield] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1393), - [anon_sym_LTtemplate_GT] = ACTIONS(1393), - [anon_sym_LT] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1393), + [anon_sym_do] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1393), + [anon_sym_with] = ACTIONS(1393), + [anon_sym_break] = ACTIONS(1393), + [anon_sym_continue] = ACTIONS(1393), + [anon_sym_debugger] = ACTIONS(1393), + [anon_sym_return] = ACTIONS(1393), + [anon_sym_throw] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1393), + [anon_sym_yield] = ACTIONS(1393), + [anon_sym_LBRACK] = ACTIONS(1391), + [anon_sym_LTtemplate_GT] = ACTIONS(1391), [anon_sym_GT] = ACTIONS(1395), - [anon_sym_SLASH] = ACTIONS(1395), - [anon_sym_DOT] = ACTIONS(1399), - [anon_sym_class] = ACTIONS(1395), - [anon_sym_async] = ACTIONS(1395), - [anon_sym_function] = ACTIONS(1395), - [anon_sym_QMARK_DOT] = ACTIONS(1393), - [anon_sym_new] = ACTIONS(1395), - [anon_sym_AMP_AMP] = ACTIONS(1393), - [anon_sym_PIPE_PIPE] = ACTIONS(1393), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_class] = ACTIONS(1393), + [anon_sym_async] = ACTIONS(1393), + [anon_sym_function] = ACTIONS(1393), + [anon_sym_QMARK_DOT] = ACTIONS(1399), + [anon_sym_new] = ACTIONS(1393), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), [anon_sym_GT_GT] = ACTIONS(1395), - [anon_sym_GT_GT_GT] = ACTIONS(1393), - [anon_sym_LT_LT] = ACTIONS(1393), + [anon_sym_GT_GT_GT] = ACTIONS(1399), + [anon_sym_LT_LT] = ACTIONS(1399), [anon_sym_AMP] = ACTIONS(1395), - [anon_sym_CARET] = ACTIONS(1393), + [anon_sym_CARET] = ACTIONS(1399), [anon_sym_PIPE] = ACTIONS(1395), - [anon_sym_PLUS] = ACTIONS(1395), - [anon_sym_DASH] = ACTIONS(1395), - [anon_sym_PERCENT] = ACTIONS(1393), - [anon_sym_STAR_STAR] = ACTIONS(1393), - [anon_sym_LT_EQ] = ACTIONS(1393), + [anon_sym_PLUS] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1393), + [anon_sym_SLASH] = ACTIONS(1393), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1393), + [anon_sym_LT_EQ] = ACTIONS(1399), [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1393), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1393), - [anon_sym_GT_EQ] = ACTIONS(1393), - [anon_sym_QMARK_QMARK] = ACTIONS(1393), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_QMARK_QMARK] = ACTIONS(1399), [anon_sym_instanceof] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1393), - [anon_sym_void] = ACTIONS(1395), - [anon_sym_delete] = ACTIONS(1395), - [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1391), + [anon_sym_void] = ACTIONS(1393), + [anon_sym_delete] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1391), [anon_sym_DASH_DASH] = ACTIONS(1393), - [anon_sym_DQUOTE] = ACTIONS(1393), - [anon_sym_SQUOTE] = ACTIONS(1393), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1393), - [sym_number] = ACTIONS(1393), - [sym_this] = ACTIONS(1395), - [sym_super] = ACTIONS(1395), - [sym_true] = ACTIONS(1395), - [sym_false] = ACTIONS(1395), - [sym_null] = ACTIONS(1395), - [sym_undefined] = ACTIONS(1395), - [anon_sym_AT] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1395), - [anon_sym_readonly] = ACTIONS(1395), - [anon_sym_get] = ACTIONS(1395), - [anon_sym_set] = ACTIONS(1395), - [anon_sym_declare] = ACTIONS(1395), - [anon_sym_public] = ACTIONS(1395), - [anon_sym_private] = ACTIONS(1395), - [anon_sym_protected] = ACTIONS(1395), - [anon_sym_override] = ACTIONS(1395), - [anon_sym_module] = ACTIONS(1395), - [anon_sym_any] = ACTIONS(1395), - [anon_sym_number] = ACTIONS(1395), - [anon_sym_boolean] = ACTIONS(1395), - [anon_sym_string] = ACTIONS(1395), - [anon_sym_symbol] = ACTIONS(1395), - [anon_sym_abstract] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1391), + [anon_sym_SQUOTE] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1391), + [sym_number] = ACTIONS(1391), + [sym_this] = ACTIONS(1393), + [sym_super] = ACTIONS(1393), + [sym_true] = ACTIONS(1393), + [sym_false] = ACTIONS(1393), + [sym_null] = ACTIONS(1393), + [sym_undefined] = ACTIONS(1393), + [anon_sym_AT] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1393), + [anon_sym_readonly] = ACTIONS(1393), + [anon_sym_get] = ACTIONS(1393), + [anon_sym_set] = ACTIONS(1393), + [anon_sym_declare] = ACTIONS(1393), + [anon_sym_public] = ACTIONS(1393), + [anon_sym_private] = ACTIONS(1393), + [anon_sym_protected] = ACTIONS(1393), + [anon_sym_override] = ACTIONS(1393), + [anon_sym_module] = ACTIONS(1393), + [anon_sym_any] = ACTIONS(1393), + [anon_sym_number] = ACTIONS(1393), + [anon_sym_boolean] = ACTIONS(1393), + [anon_sym_string] = ACTIONS(1393), + [anon_sym_symbol] = ACTIONS(1393), + [anon_sym_abstract] = ACTIONS(1393), [anon_sym_satisfies] = ACTIONS(1395), - [anon_sym_interface] = ACTIONS(1395), - [anon_sym_enum] = ACTIONS(1395), - [sym__automatic_semicolon] = ACTIONS(1393), - [sym__ternary_qmark] = ACTIONS(1393), + [anon_sym_interface] = ACTIONS(1393), + [anon_sym_enum] = ACTIONS(1393), + [sym__automatic_semicolon] = ACTIONS(1401), + [sym__ternary_qmark] = ACTIONS(1399), }, - [153] = { + [139] = { [sym_statement_block] = STATE(162), - [ts_builtin_sym_end] = ACTIONS(1393), - [sym_identifier] = ACTIONS(1395), - [anon_sym_export] = ACTIONS(1395), - [anon_sym_STAR] = ACTIONS(1395), - [anon_sym_default] = ACTIONS(1395), - [anon_sym_type] = ACTIONS(1395), - [anon_sym_as] = ACTIONS(1395), - [anon_sym_namespace] = ACTIONS(1395), - [anon_sym_LBRACE] = ACTIONS(1397), - [anon_sym_COMMA] = ACTIONS(1393), - [anon_sym_RBRACE] = ACTIONS(1393), - [anon_sym_typeof] = ACTIONS(1395), - [anon_sym_import] = ACTIONS(1395), - [anon_sym_var] = ACTIONS(1395), - [anon_sym_let] = ACTIONS(1395), - [anon_sym_const] = ACTIONS(1395), - [anon_sym_BANG] = ACTIONS(1395), - [anon_sym_else] = ACTIONS(1395), - [anon_sym_if] = ACTIONS(1395), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_for] = ACTIONS(1395), - [anon_sym_LPAREN] = ACTIONS(1393), - [anon_sym_await] = ACTIONS(1395), - [anon_sym_in] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1395), - [anon_sym_do] = ACTIONS(1395), - [anon_sym_try] = ACTIONS(1395), - [anon_sym_with] = ACTIONS(1395), - [anon_sym_break] = ACTIONS(1395), - [anon_sym_continue] = ACTIONS(1395), - [anon_sym_debugger] = ACTIONS(1395), - [anon_sym_return] = ACTIONS(1395), - [anon_sym_throw] = ACTIONS(1395), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_case] = ACTIONS(1395), - [anon_sym_yield] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1393), - [anon_sym_LTtemplate_GT] = ACTIONS(1393), - [anon_sym_LT] = ACTIONS(1395), - [anon_sym_GT] = ACTIONS(1395), - [anon_sym_SLASH] = ACTIONS(1395), - [anon_sym_DOT] = ACTIONS(1395), - [anon_sym_class] = ACTIONS(1395), - [anon_sym_async] = ACTIONS(1395), - [anon_sym_function] = ACTIONS(1395), - [anon_sym_QMARK_DOT] = ACTIONS(1393), - [anon_sym_new] = ACTIONS(1395), - [anon_sym_AMP_AMP] = ACTIONS(1393), - [anon_sym_PIPE_PIPE] = ACTIONS(1393), - [anon_sym_GT_GT] = ACTIONS(1395), - [anon_sym_GT_GT_GT] = ACTIONS(1393), - [anon_sym_LT_LT] = ACTIONS(1393), - [anon_sym_AMP] = ACTIONS(1395), - [anon_sym_CARET] = ACTIONS(1393), - [anon_sym_PIPE] = ACTIONS(1395), - [anon_sym_PLUS] = ACTIONS(1395), - [anon_sym_DASH] = ACTIONS(1395), - [anon_sym_PERCENT] = ACTIONS(1393), - [anon_sym_STAR_STAR] = ACTIONS(1393), - [anon_sym_LT_EQ] = ACTIONS(1393), - [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1393), - [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1393), - [anon_sym_GT_EQ] = ACTIONS(1393), - [anon_sym_QMARK_QMARK] = ACTIONS(1393), - [anon_sym_instanceof] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1393), - [anon_sym_void] = ACTIONS(1395), - [anon_sym_delete] = ACTIONS(1395), - [anon_sym_PLUS_PLUS] = ACTIONS(1393), - [anon_sym_DASH_DASH] = ACTIONS(1393), - [anon_sym_DQUOTE] = ACTIONS(1393), - [anon_sym_SQUOTE] = ACTIONS(1393), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1393), - [sym_number] = ACTIONS(1393), - [sym_this] = ACTIONS(1395), - [sym_super] = ACTIONS(1395), - [sym_true] = ACTIONS(1395), - [sym_false] = ACTIONS(1395), - [sym_null] = ACTIONS(1395), - [sym_undefined] = ACTIONS(1395), - [anon_sym_AT] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1395), - [anon_sym_readonly] = ACTIONS(1395), - [anon_sym_get] = ACTIONS(1395), - [anon_sym_set] = ACTIONS(1395), - [anon_sym_declare] = ACTIONS(1395), - [anon_sym_public] = ACTIONS(1395), - [anon_sym_private] = ACTIONS(1395), - [anon_sym_protected] = ACTIONS(1395), - [anon_sym_override] = ACTIONS(1395), - [anon_sym_module] = ACTIONS(1395), - [anon_sym_any] = ACTIONS(1395), - [anon_sym_number] = ACTIONS(1395), - [anon_sym_boolean] = ACTIONS(1395), - [anon_sym_string] = ACTIONS(1395), - [anon_sym_symbol] = ACTIONS(1395), - [anon_sym_abstract] = ACTIONS(1395), - [anon_sym_satisfies] = ACTIONS(1395), - [anon_sym_interface] = ACTIONS(1395), - [anon_sym_enum] = ACTIONS(1395), - [sym__automatic_semicolon] = ACTIONS(1393), - [sym__ternary_qmark] = ACTIONS(1393), + [ts_builtin_sym_end] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [anon_sym_export] = ACTIONS(1405), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_default] = ACTIONS(1405), + [anon_sym_type] = ACTIONS(1405), + [anon_sym_as] = ACTIONS(1405), + [anon_sym_namespace] = ACTIONS(1405), + [anon_sym_LBRACE] = ACTIONS(1407), + [anon_sym_COMMA] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_typeof] = ACTIONS(1405), + [anon_sym_import] = ACTIONS(1405), + [anon_sym_var] = ACTIONS(1405), + [anon_sym_let] = ACTIONS(1405), + [anon_sym_const] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_else] = ACTIONS(1405), + [anon_sym_if] = ACTIONS(1405), + [anon_sym_switch] = ACTIONS(1405), + [anon_sym_for] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_await] = ACTIONS(1405), + [anon_sym_in] = ACTIONS(1405), + [anon_sym_while] = ACTIONS(1405), + [anon_sym_do] = ACTIONS(1405), + [anon_sym_try] = ACTIONS(1405), + [anon_sym_with] = ACTIONS(1405), + [anon_sym_break] = ACTIONS(1405), + [anon_sym_continue] = ACTIONS(1405), + [anon_sym_debugger] = ACTIONS(1405), + [anon_sym_return] = ACTIONS(1405), + [anon_sym_throw] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LTtemplate_GT] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_DOT] = ACTIONS(1409), + [anon_sym_class] = ACTIONS(1405), + [anon_sym_async] = ACTIONS(1405), + [anon_sym_function] = ACTIONS(1405), + [anon_sym_QMARK_DOT] = ACTIONS(1403), + [anon_sym_new] = ACTIONS(1405), + [anon_sym_AMP_AMP] = ACTIONS(1403), + [anon_sym_PIPE_PIPE] = ACTIONS(1403), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_GT_GT_GT] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1403), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_CARET] = ACTIONS(1403), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1405), + [anon_sym_SLASH] = ACTIONS(1405), + [anon_sym_PERCENT] = ACTIONS(1403), + [anon_sym_STAR_STAR] = ACTIONS(1403), + [anon_sym_LT] = ACTIONS(1405), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_EQ_EQ] = ACTIONS(1405), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1403), + [anon_sym_BANG_EQ] = ACTIONS(1405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_QMARK_QMARK] = ACTIONS(1403), + [anon_sym_instanceof] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_void] = ACTIONS(1405), + [anon_sym_delete] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1403), + [anon_sym_SQUOTE] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1403), + [sym_number] = ACTIONS(1403), + [sym_this] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_true] = ACTIONS(1405), + [sym_false] = ACTIONS(1405), + [sym_null] = ACTIONS(1405), + [sym_undefined] = ACTIONS(1405), + [anon_sym_AT] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1405), + [anon_sym_readonly] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(1405), + [anon_sym_set] = ACTIONS(1405), + [anon_sym_declare] = ACTIONS(1405), + [anon_sym_public] = ACTIONS(1405), + [anon_sym_private] = ACTIONS(1405), + [anon_sym_protected] = ACTIONS(1405), + [anon_sym_override] = ACTIONS(1405), + [anon_sym_module] = ACTIONS(1405), + [anon_sym_any] = ACTIONS(1405), + [anon_sym_number] = ACTIONS(1405), + [anon_sym_boolean] = ACTIONS(1405), + [anon_sym_string] = ACTIONS(1405), + [anon_sym_symbol] = ACTIONS(1405), + [anon_sym_abstract] = ACTIONS(1405), + [anon_sym_satisfies] = ACTIONS(1405), + [anon_sym_interface] = ACTIONS(1405), + [anon_sym_enum] = ACTIONS(1405), + [sym__automatic_semicolon] = ACTIONS(1403), + [sym__ternary_qmark] = ACTIONS(1403), }, - [154] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1878), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(3719), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(3719), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1180), - [sym_subscript_expression] = STATE(1180), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(3719), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1180), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_mapped_type_clause] = STATE(4131), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1401), - [anon_sym_export] = ACTIONS(1403), - [anon_sym_type] = ACTIONS(1403), + [140] = { + [sym_statement_block] = STATE(162), + [ts_builtin_sym_end] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [anon_sym_export] = ACTIONS(1405), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_default] = ACTIONS(1405), + [anon_sym_type] = ACTIONS(1405), + [anon_sym_as] = ACTIONS(1405), [anon_sym_namespace] = ACTIONS(1405), [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_COMMA] = ACTIONS(1409), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1411), - [anon_sym_RBRACK] = ACTIONS(1413), + [anon_sym_COMMA] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_typeof] = ACTIONS(1405), + [anon_sym_import] = ACTIONS(1405), + [anon_sym_var] = ACTIONS(1405), + [anon_sym_let] = ACTIONS(1405), + [anon_sym_const] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_else] = ACTIONS(1405), + [anon_sym_if] = ACTIONS(1405), + [anon_sym_switch] = ACTIONS(1405), + [anon_sym_for] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_await] = ACTIONS(1405), + [anon_sym_in] = ACTIONS(1405), + [anon_sym_while] = ACTIONS(1405), + [anon_sym_do] = ACTIONS(1405), + [anon_sym_try] = ACTIONS(1405), + [anon_sym_with] = ACTIONS(1405), + [anon_sym_break] = ACTIONS(1405), + [anon_sym_continue] = ACTIONS(1405), + [anon_sym_debugger] = ACTIONS(1405), + [anon_sym_return] = ACTIONS(1405), + [anon_sym_throw] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LTtemplate_GT] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_class] = ACTIONS(1405), + [anon_sym_async] = ACTIONS(1405), + [anon_sym_function] = ACTIONS(1405), + [anon_sym_QMARK_DOT] = ACTIONS(1403), + [anon_sym_new] = ACTIONS(1405), + [anon_sym_AMP_AMP] = ACTIONS(1403), + [anon_sym_PIPE_PIPE] = ACTIONS(1403), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_GT_GT_GT] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1403), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_CARET] = ACTIONS(1403), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1405), + [anon_sym_SLASH] = ACTIONS(1405), + [anon_sym_PERCENT] = ACTIONS(1403), + [anon_sym_STAR_STAR] = ACTIONS(1403), + [anon_sym_LT] = ACTIONS(1405), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_EQ_EQ] = ACTIONS(1405), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1403), + [anon_sym_BANG_EQ] = ACTIONS(1405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_QMARK_QMARK] = ACTIONS(1403), + [anon_sym_instanceof] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_void] = ACTIONS(1405), + [anon_sym_delete] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1403), + [anon_sym_SQUOTE] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1403), + [sym_number] = ACTIONS(1403), + [sym_this] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_true] = ACTIONS(1405), + [sym_false] = ACTIONS(1405), + [sym_null] = ACTIONS(1405), + [sym_undefined] = ACTIONS(1405), + [anon_sym_AT] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1405), + [anon_sym_readonly] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(1405), + [anon_sym_set] = ACTIONS(1405), + [anon_sym_declare] = ACTIONS(1405), + [anon_sym_public] = ACTIONS(1405), + [anon_sym_private] = ACTIONS(1405), + [anon_sym_protected] = ACTIONS(1405), + [anon_sym_override] = ACTIONS(1405), + [anon_sym_module] = ACTIONS(1405), + [anon_sym_any] = ACTIONS(1405), + [anon_sym_number] = ACTIONS(1405), + [anon_sym_boolean] = ACTIONS(1405), + [anon_sym_string] = ACTIONS(1405), + [anon_sym_symbol] = ACTIONS(1405), + [anon_sym_abstract] = ACTIONS(1405), + [anon_sym_satisfies] = ACTIONS(1405), + [anon_sym_interface] = ACTIONS(1405), + [anon_sym_enum] = ACTIONS(1405), + [sym__automatic_semicolon] = ACTIONS(1403), + [sym__ternary_qmark] = ACTIONS(1403), + }, + [141] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_RBRACE] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1385), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1415), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1417), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1403), - [anon_sym_readonly] = ACTIONS(1403), - [anon_sym_get] = ACTIONS(1403), - [anon_sym_set] = ACTIONS(1403), - [anon_sym_declare] = ACTIONS(1403), - [anon_sym_public] = ACTIONS(1403), - [anon_sym_private] = ACTIONS(1403), - [anon_sym_protected] = ACTIONS(1403), - [anon_sym_override] = ACTIONS(1403), - [anon_sym_module] = ACTIONS(1403), - [anon_sym_any] = ACTIONS(1403), - [anon_sym_number] = ACTIONS(1403), - [anon_sym_boolean] = ACTIONS(1403), - [anon_sym_string] = ACTIONS(1403), - [anon_sym_symbol] = ACTIONS(1403), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + [anon_sym_extends] = ACTIONS(1387), + [anon_sym_PIPE_RBRACE] = ACTIONS(1385), + [sym__automatic_semicolon] = ACTIONS(1385), }, - [155] = { - [ts_builtin_sym_end] = ACTIONS(1419), - [sym_identifier] = ACTIONS(1421), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1423), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_type] = ACTIONS(1421), - [anon_sym_EQ] = ACTIONS(1425), - [anon_sym_as] = ACTIONS(1423), - [anon_sym_namespace] = ACTIONS(1421), + [142] = { + [sym_statement_block] = STATE(162), + [ts_builtin_sym_end] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [anon_sym_export] = ACTIONS(1405), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_default] = ACTIONS(1405), + [anon_sym_type] = ACTIONS(1405), + [anon_sym_as] = ACTIONS(1405), + [anon_sym_namespace] = ACTIONS(1405), + [anon_sym_LBRACE] = ACTIONS(1407), + [anon_sym_COMMA] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_typeof] = ACTIONS(1405), + [anon_sym_import] = ACTIONS(1405), + [anon_sym_var] = ACTIONS(1405), + [anon_sym_let] = ACTIONS(1405), + [anon_sym_const] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_else] = ACTIONS(1405), + [anon_sym_if] = ACTIONS(1405), + [anon_sym_switch] = ACTIONS(1405), + [anon_sym_for] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_await] = ACTIONS(1405), + [anon_sym_in] = ACTIONS(1405), + [anon_sym_while] = ACTIONS(1405), + [anon_sym_do] = ACTIONS(1405), + [anon_sym_try] = ACTIONS(1405), + [anon_sym_with] = ACTIONS(1405), + [anon_sym_break] = ACTIONS(1405), + [anon_sym_continue] = ACTIONS(1405), + [anon_sym_debugger] = ACTIONS(1405), + [anon_sym_return] = ACTIONS(1405), + [anon_sym_throw] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LTtemplate_GT] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_DOT] = ACTIONS(1405), + [anon_sym_class] = ACTIONS(1405), + [anon_sym_async] = ACTIONS(1405), + [anon_sym_function] = ACTIONS(1405), + [anon_sym_QMARK_DOT] = ACTIONS(1403), + [anon_sym_new] = ACTIONS(1405), + [anon_sym_AMP_AMP] = ACTIONS(1403), + [anon_sym_PIPE_PIPE] = ACTIONS(1403), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_GT_GT_GT] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1403), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_CARET] = ACTIONS(1403), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1405), + [anon_sym_SLASH] = ACTIONS(1405), + [anon_sym_PERCENT] = ACTIONS(1403), + [anon_sym_STAR_STAR] = ACTIONS(1403), + [anon_sym_LT] = ACTIONS(1405), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_EQ_EQ] = ACTIONS(1405), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1403), + [anon_sym_BANG_EQ] = ACTIONS(1405), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_QMARK_QMARK] = ACTIONS(1403), + [anon_sym_instanceof] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_void] = ACTIONS(1405), + [anon_sym_delete] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1403), + [anon_sym_SQUOTE] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1403), + [sym_number] = ACTIONS(1403), + [sym_this] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_true] = ACTIONS(1405), + [sym_false] = ACTIONS(1405), + [sym_null] = ACTIONS(1405), + [sym_undefined] = ACTIONS(1405), + [anon_sym_AT] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1405), + [anon_sym_readonly] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(1405), + [anon_sym_set] = ACTIONS(1405), + [anon_sym_declare] = ACTIONS(1405), + [anon_sym_public] = ACTIONS(1405), + [anon_sym_private] = ACTIONS(1405), + [anon_sym_protected] = ACTIONS(1405), + [anon_sym_override] = ACTIONS(1405), + [anon_sym_module] = ACTIONS(1405), + [anon_sym_any] = ACTIONS(1405), + [anon_sym_number] = ACTIONS(1405), + [anon_sym_boolean] = ACTIONS(1405), + [anon_sym_string] = ACTIONS(1405), + [anon_sym_symbol] = ACTIONS(1405), + [anon_sym_abstract] = ACTIONS(1405), + [anon_sym_satisfies] = ACTIONS(1405), + [anon_sym_interface] = ACTIONS(1405), + [anon_sym_enum] = ACTIONS(1405), + [sym__automatic_semicolon] = ACTIONS(1403), + [sym__ternary_qmark] = ACTIONS(1403), + }, + [143] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1957), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(3717), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(3717), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1161), + [sym_subscript_expression] = STATE(1161), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(3717), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1161), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_mapped_type_clause] = STATE(4499), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(1413), + [anon_sym_export] = ACTIONS(1415), + [anon_sym_type] = ACTIONS(1415), + [anon_sym_namespace] = ACTIONS(1417), [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_COMMA] = ACTIONS(1427), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_typeof] = ACTIONS(1421), - [anon_sym_import] = ACTIONS(1421), - [anon_sym_var] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_else] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_await] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1423), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_with] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_debugger] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_throw] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_yield] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LTtemplate_GT] = ACTIONS(1419), - [anon_sym_LT] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1423), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1423), - [anon_sym_class] = ACTIONS(1421), - [anon_sym_async] = ACTIONS(1421), - [anon_sym_function] = ACTIONS(1421), - [anon_sym_QMARK_DOT] = ACTIONS(1427), - [anon_sym_new] = ACTIONS(1421), - [anon_sym_AMP_AMP] = ACTIONS(1427), - [anon_sym_PIPE_PIPE] = ACTIONS(1427), - [anon_sym_GT_GT] = ACTIONS(1423), - [anon_sym_GT_GT_GT] = ACTIONS(1427), - [anon_sym_LT_LT] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1423), - [anon_sym_CARET] = ACTIONS(1427), - [anon_sym_PIPE] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_PERCENT] = ACTIONS(1427), - [anon_sym_STAR_STAR] = ACTIONS(1427), - [anon_sym_LT_EQ] = ACTIONS(1427), - [anon_sym_EQ_EQ] = ACTIONS(1423), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1427), - [anon_sym_BANG_EQ] = ACTIONS(1423), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1427), - [anon_sym_GT_EQ] = ACTIONS(1427), - [anon_sym_QMARK_QMARK] = ACTIONS(1427), - [anon_sym_instanceof] = ACTIONS(1423), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_void] = ACTIONS(1421), - [anon_sym_delete] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1419), - [sym_number] = ACTIONS(1419), - [sym_this] = ACTIONS(1421), - [sym_super] = ACTIONS(1421), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [sym_null] = ACTIONS(1421), - [sym_undefined] = ACTIONS(1421), - [anon_sym_AT] = ACTIONS(1419), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_readonly] = ACTIONS(1421), - [anon_sym_get] = ACTIONS(1421), - [anon_sym_set] = ACTIONS(1421), - [anon_sym_declare] = ACTIONS(1421), - [anon_sym_public] = ACTIONS(1421), - [anon_sym_private] = ACTIONS(1421), - [anon_sym_protected] = ACTIONS(1421), - [anon_sym_override] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_any] = ACTIONS(1421), - [anon_sym_number] = ACTIONS(1421), - [anon_sym_boolean] = ACTIONS(1421), - [anon_sym_string] = ACTIONS(1421), - [anon_sym_symbol] = ACTIONS(1421), - [anon_sym_abstract] = ACTIONS(1421), - [anon_sym_satisfies] = ACTIONS(1423), - [anon_sym_interface] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [sym__automatic_semicolon] = ACTIONS(1429), - [sym__ternary_qmark] = ACTIONS(1427), + [anon_sym_COMMA] = ACTIONS(1421), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_RBRACK] = ACTIONS(1425), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1427), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1429), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1415), + [anon_sym_readonly] = ACTIONS(1415), + [anon_sym_get] = ACTIONS(1415), + [anon_sym_set] = ACTIONS(1415), + [anon_sym_declare] = ACTIONS(1415), + [anon_sym_public] = ACTIONS(1415), + [anon_sym_private] = ACTIONS(1415), + [anon_sym_protected] = ACTIONS(1415), + [anon_sym_override] = ACTIONS(1415), + [anon_sym_module] = ACTIONS(1415), + [anon_sym_any] = ACTIONS(1415), + [anon_sym_number] = ACTIONS(1415), + [anon_sym_boolean] = ACTIONS(1415), + [anon_sym_string] = ACTIONS(1415), + [anon_sym_symbol] = ACTIONS(1415), }, - [156] = { + [144] = { [ts_builtin_sym_end] = ACTIONS(1431), [sym_identifier] = ACTIONS(1433), [anon_sym_export] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), + [anon_sym_STAR] = ACTIONS(1433), [anon_sym_default] = ACTIONS(1433), [anon_sym_type] = ACTIONS(1433), - [anon_sym_as] = ACTIONS(1435), + [anon_sym_as] = ACTIONS(1433), [anon_sym_namespace] = ACTIONS(1433), [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_COMMA] = ACTIONS(1437), + [anon_sym_COMMA] = ACTIONS(1431), [anon_sym_RBRACE] = ACTIONS(1431), [anon_sym_typeof] = ACTIONS(1433), [anon_sym_import] = ACTIONS(1433), @@ -37584,7 +36456,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(1433), [anon_sym_LPAREN] = ACTIONS(1431), [anon_sym_await] = ACTIONS(1433), - [anon_sym_in] = ACTIONS(1435), + [anon_sym_in] = ACTIONS(1433), [anon_sym_while] = ACTIONS(1433), [anon_sym_do] = ACTIONS(1433), [anon_sym_try] = ACTIONS(1433), @@ -37599,40 +36471,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(1433), [anon_sym_LBRACK] = ACTIONS(1431), [anon_sym_LTtemplate_GT] = ACTIONS(1431), - [anon_sym_LT] = ACTIONS(1433), - [anon_sym_GT] = ACTIONS(1435), - [anon_sym_SLASH] = ACTIONS(1433), - [anon_sym_DOT] = ACTIONS(1435), + [anon_sym_GT] = ACTIONS(1433), + [anon_sym_DOT] = ACTIONS(1433), [anon_sym_class] = ACTIONS(1433), [anon_sym_async] = ACTIONS(1433), [anon_sym_function] = ACTIONS(1433), - [anon_sym_QMARK_DOT] = ACTIONS(1437), + [anon_sym_QMARK_DOT] = ACTIONS(1431), [anon_sym_new] = ACTIONS(1433), - [anon_sym_AMP_AMP] = ACTIONS(1437), - [anon_sym_PIPE_PIPE] = ACTIONS(1437), - [anon_sym_GT_GT] = ACTIONS(1435), - [anon_sym_GT_GT_GT] = ACTIONS(1437), - [anon_sym_LT_LT] = ACTIONS(1437), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_CARET] = ACTIONS(1437), - [anon_sym_PIPE] = ACTIONS(1435), + [anon_sym_AMP_AMP] = ACTIONS(1431), + [anon_sym_PIPE_PIPE] = ACTIONS(1431), + [anon_sym_GT_GT] = ACTIONS(1433), + [anon_sym_GT_GT_GT] = ACTIONS(1431), + [anon_sym_LT_LT] = ACTIONS(1431), + [anon_sym_AMP] = ACTIONS(1433), + [anon_sym_CARET] = ACTIONS(1431), + [anon_sym_PIPE] = ACTIONS(1433), [anon_sym_PLUS] = ACTIONS(1433), [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PERCENT] = ACTIONS(1437), - [anon_sym_STAR_STAR] = ACTIONS(1437), - [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1435), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1435), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1437), - [anon_sym_GT_EQ] = ACTIONS(1437), - [anon_sym_QMARK_QMARK] = ACTIONS(1437), - [anon_sym_instanceof] = ACTIONS(1435), + [anon_sym_SLASH] = ACTIONS(1433), + [anon_sym_PERCENT] = ACTIONS(1431), + [anon_sym_STAR_STAR] = ACTIONS(1431), + [anon_sym_LT] = ACTIONS(1433), + [anon_sym_LT_EQ] = ACTIONS(1431), + [anon_sym_EQ_EQ] = ACTIONS(1433), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1431), + [anon_sym_BANG_EQ] = ACTIONS(1433), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1431), + [anon_sym_GT_EQ] = ACTIONS(1431), + [anon_sym_QMARK_QMARK] = ACTIONS(1431), + [anon_sym_instanceof] = ACTIONS(1433), [anon_sym_TILDE] = ACTIONS(1431), [anon_sym_void] = ACTIONS(1433), [anon_sym_delete] = ACTIONS(1433), [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_DASH_DASH] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), [anon_sym_DQUOTE] = ACTIONS(1431), [anon_sym_SQUOTE] = ACTIONS(1431), [sym_comment] = ACTIONS(3), @@ -37661,1832 +36533,1939 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_string] = ACTIONS(1433), [anon_sym_symbol] = ACTIONS(1433), [anon_sym_abstract] = ACTIONS(1433), - [anon_sym_satisfies] = ACTIONS(1435), + [anon_sym_satisfies] = ACTIONS(1433), [anon_sym_interface] = ACTIONS(1433), [anon_sym_enum] = ACTIONS(1433), - [sym__automatic_semicolon] = ACTIONS(1439), - [sym__ternary_qmark] = ACTIONS(1437), + [sym__automatic_semicolon] = ACTIONS(1431), + [sym__ternary_qmark] = ACTIONS(1431), }, - [157] = { - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1443), - [anon_sym_STAR] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), - [anon_sym_type] = ACTIONS(1443), - [anon_sym_as] = ACTIONS(1443), - [anon_sym_namespace] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1441), + [145] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2023), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1385), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1385), + [anon_sym_RBRACK] = ACTIONS(1385), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), + [anon_sym_extends] = ACTIONS(1387), + }, + [146] = { + [ts_builtin_sym_end] = ACTIONS(1435), + [sym_identifier] = ACTIONS(1437), + [anon_sym_export] = ACTIONS(1437), + [anon_sym_STAR] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1437), + [anon_sym_type] = ACTIONS(1437), + [anon_sym_as] = ACTIONS(1439), + [anon_sym_namespace] = ACTIONS(1437), + [anon_sym_LBRACE] = ACTIONS(1435), [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_typeof] = ACTIONS(1443), - [anon_sym_import] = ACTIONS(1443), - [anon_sym_var] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1443), - [anon_sym_else] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_switch] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_await] = ACTIONS(1443), - [anon_sym_in] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_do] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [anon_sym_with] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_debugger] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_throw] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LTtemplate_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_GT] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_DOT] = ACTIONS(1443), - [anon_sym_class] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_function] = ACTIONS(1443), + [anon_sym_RBRACE] = ACTIONS(1435), + [anon_sym_typeof] = ACTIONS(1437), + [anon_sym_import] = ACTIONS(1437), + [anon_sym_var] = ACTIONS(1437), + [anon_sym_let] = ACTIONS(1437), + [anon_sym_const] = ACTIONS(1437), + [anon_sym_BANG] = ACTIONS(1437), + [anon_sym_else] = ACTIONS(1437), + [anon_sym_if] = ACTIONS(1437), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_for] = ACTIONS(1437), + [anon_sym_LPAREN] = ACTIONS(1435), + [anon_sym_await] = ACTIONS(1437), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1437), + [anon_sym_do] = ACTIONS(1437), + [anon_sym_try] = ACTIONS(1437), + [anon_sym_with] = ACTIONS(1437), + [anon_sym_break] = ACTIONS(1437), + [anon_sym_continue] = ACTIONS(1437), + [anon_sym_debugger] = ACTIONS(1437), + [anon_sym_return] = ACTIONS(1437), + [anon_sym_throw] = ACTIONS(1437), + [anon_sym_SEMI] = ACTIONS(1435), + [anon_sym_case] = ACTIONS(1437), + [anon_sym_yield] = ACTIONS(1437), + [anon_sym_LBRACK] = ACTIONS(1435), + [anon_sym_LTtemplate_GT] = ACTIONS(1435), + [anon_sym_GT] = ACTIONS(1439), + [anon_sym_DOT] = ACTIONS(1439), + [anon_sym_class] = ACTIONS(1437), + [anon_sym_async] = ACTIONS(1437), + [anon_sym_function] = ACTIONS(1437), [anon_sym_QMARK_DOT] = ACTIONS(1441), - [anon_sym_new] = ACTIONS(1443), + [anon_sym_new] = ACTIONS(1437), [anon_sym_AMP_AMP] = ACTIONS(1441), [anon_sym_PIPE_PIPE] = ACTIONS(1441), - [anon_sym_GT_GT] = ACTIONS(1443), + [anon_sym_GT_GT] = ACTIONS(1439), [anon_sym_GT_GT_GT] = ACTIONS(1441), [anon_sym_LT_LT] = ACTIONS(1441), - [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_AMP] = ACTIONS(1439), [anon_sym_CARET] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), + [anon_sym_PIPE] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1437), + [anon_sym_DASH] = ACTIONS(1437), + [anon_sym_SLASH] = ACTIONS(1437), [anon_sym_PERCENT] = ACTIONS(1441), [anon_sym_STAR_STAR] = ACTIONS(1441), + [anon_sym_LT] = ACTIONS(1437), [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1443), + [anon_sym_EQ_EQ] = ACTIONS(1439), [anon_sym_EQ_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1443), + [anon_sym_BANG_EQ] = ACTIONS(1439), [anon_sym_BANG_EQ_EQ] = ACTIONS(1441), [anon_sym_GT_EQ] = ACTIONS(1441), [anon_sym_QMARK_QMARK] = ACTIONS(1441), - [anon_sym_instanceof] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1441), - [anon_sym_void] = ACTIONS(1443), - [anon_sym_delete] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1441), - [sym_number] = ACTIONS(1441), - [sym_this] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_true] = ACTIONS(1443), - [sym_false] = ACTIONS(1443), - [sym_null] = ACTIONS(1443), - [sym_undefined] = ACTIONS(1443), - [anon_sym_AT] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1443), - [anon_sym_readonly] = ACTIONS(1443), - [anon_sym_get] = ACTIONS(1443), - [anon_sym_set] = ACTIONS(1443), - [anon_sym_declare] = ACTIONS(1443), - [anon_sym_public] = ACTIONS(1443), - [anon_sym_private] = ACTIONS(1443), - [anon_sym_protected] = ACTIONS(1443), - [anon_sym_override] = ACTIONS(1443), - [anon_sym_module] = ACTIONS(1443), - [anon_sym_any] = ACTIONS(1443), - [anon_sym_number] = ACTIONS(1443), - [anon_sym_boolean] = ACTIONS(1443), - [anon_sym_string] = ACTIONS(1443), - [anon_sym_symbol] = ACTIONS(1443), - [anon_sym_abstract] = ACTIONS(1443), - [anon_sym_satisfies] = ACTIONS(1443), - [anon_sym_interface] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), - [sym__automatic_semicolon] = ACTIONS(1441), + [anon_sym_instanceof] = ACTIONS(1439), + [anon_sym_TILDE] = ACTIONS(1435), + [anon_sym_void] = ACTIONS(1437), + [anon_sym_delete] = ACTIONS(1437), + [anon_sym_PLUS_PLUS] = ACTIONS(1435), + [anon_sym_DASH_DASH] = ACTIONS(1437), + [anon_sym_DQUOTE] = ACTIONS(1435), + [anon_sym_SQUOTE] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1435), + [sym_number] = ACTIONS(1435), + [sym_this] = ACTIONS(1437), + [sym_super] = ACTIONS(1437), + [sym_true] = ACTIONS(1437), + [sym_false] = ACTIONS(1437), + [sym_null] = ACTIONS(1437), + [sym_undefined] = ACTIONS(1437), + [anon_sym_AT] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1437), + [anon_sym_readonly] = ACTIONS(1437), + [anon_sym_get] = ACTIONS(1437), + [anon_sym_set] = ACTIONS(1437), + [anon_sym_declare] = ACTIONS(1437), + [anon_sym_public] = ACTIONS(1437), + [anon_sym_private] = ACTIONS(1437), + [anon_sym_protected] = ACTIONS(1437), + [anon_sym_override] = ACTIONS(1437), + [anon_sym_module] = ACTIONS(1437), + [anon_sym_any] = ACTIONS(1437), + [anon_sym_number] = ACTIONS(1437), + [anon_sym_boolean] = ACTIONS(1437), + [anon_sym_string] = ACTIONS(1437), + [anon_sym_symbol] = ACTIONS(1437), + [anon_sym_abstract] = ACTIONS(1437), + [anon_sym_satisfies] = ACTIONS(1439), + [anon_sym_interface] = ACTIONS(1437), + [anon_sym_enum] = ACTIONS(1437), + [sym__automatic_semicolon] = ACTIONS(1443), [sym__ternary_qmark] = ACTIONS(1441), }, - [158] = { - [ts_builtin_sym_end] = ACTIONS(1445), - [sym_identifier] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1447), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_default] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_as] = ACTIONS(1447), - [anon_sym_namespace] = ACTIONS(1447), - [anon_sym_LBRACE] = ACTIONS(1445), + [147] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1612), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(4162), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3695), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3667), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), [anon_sym_COMMA] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_typeof] = ACTIONS(1447), - [anon_sym_import] = ACTIONS(1447), - [anon_sym_var] = ACTIONS(1447), - [anon_sym_let] = ACTIONS(1447), - [anon_sym_const] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1447), - [anon_sym_else] = ACTIONS(1447), - [anon_sym_if] = ACTIONS(1447), - [anon_sym_switch] = ACTIONS(1447), - [anon_sym_for] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_await] = ACTIONS(1447), - [anon_sym_in] = ACTIONS(1447), - [anon_sym_while] = ACTIONS(1447), - [anon_sym_do] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1447), - [anon_sym_with] = ACTIONS(1447), - [anon_sym_break] = ACTIONS(1447), - [anon_sym_continue] = ACTIONS(1447), - [anon_sym_debugger] = ACTIONS(1447), - [anon_sym_return] = ACTIONS(1447), - [anon_sym_throw] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1447), - [anon_sym_yield] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LTtemplate_GT] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1447), - [anon_sym_GT] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1447), - [anon_sym_DOT] = ACTIONS(1447), - [anon_sym_class] = ACTIONS(1447), - [anon_sym_async] = ACTIONS(1447), - [anon_sym_function] = ACTIONS(1447), - [anon_sym_QMARK_DOT] = ACTIONS(1445), - [anon_sym_new] = ACTIONS(1447), - [anon_sym_AMP_AMP] = ACTIONS(1445), - [anon_sym_PIPE_PIPE] = ACTIONS(1445), - [anon_sym_GT_GT] = ACTIONS(1447), - [anon_sym_GT_GT_GT] = ACTIONS(1445), - [anon_sym_LT_LT] = ACTIONS(1445), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_CARET] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1447), - [anon_sym_PERCENT] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_QMARK_QMARK] = ACTIONS(1445), - [anon_sym_instanceof] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1445), - [anon_sym_void] = ACTIONS(1447), - [anon_sym_delete] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1445), - [sym_number] = ACTIONS(1445), - [sym_this] = ACTIONS(1447), - [sym_super] = ACTIONS(1447), - [sym_true] = ACTIONS(1447), - [sym_false] = ACTIONS(1447), - [sym_null] = ACTIONS(1447), - [sym_undefined] = ACTIONS(1447), - [anon_sym_AT] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_readonly] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1447), - [anon_sym_set] = ACTIONS(1447), - [anon_sym_declare] = ACTIONS(1447), - [anon_sym_public] = ACTIONS(1447), - [anon_sym_private] = ACTIONS(1447), - [anon_sym_protected] = ACTIONS(1447), - [anon_sym_override] = ACTIONS(1447), - [anon_sym_module] = ACTIONS(1447), - [anon_sym_any] = ACTIONS(1447), - [anon_sym_number] = ACTIONS(1447), - [anon_sym_boolean] = ACTIONS(1447), - [anon_sym_string] = ACTIONS(1447), - [anon_sym_symbol] = ACTIONS(1447), - [anon_sym_abstract] = ACTIONS(1447), - [anon_sym_satisfies] = ACTIONS(1447), - [anon_sym_interface] = ACTIONS(1447), - [anon_sym_enum] = ACTIONS(1447), - [sym__automatic_semicolon] = ACTIONS(1449), - [sym__ternary_qmark] = ACTIONS(1445), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1445), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [159] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(1409), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), - [anon_sym_RBRACK] = ACTIONS(1413), + [148] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_assignment_pattern] = STATE(3784), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3569), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_pattern_repeat1] = STATE(3791), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(1421), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), + [anon_sym_RBRACK] = ACTIONS(1448), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [160] = { - [ts_builtin_sym_end] = ACTIONS(1445), - [sym_identifier] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1447), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_default] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_as] = ACTIONS(1447), - [anon_sym_namespace] = ACTIONS(1447), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_COMMA] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_typeof] = ACTIONS(1447), - [anon_sym_import] = ACTIONS(1447), - [anon_sym_var] = ACTIONS(1447), - [anon_sym_let] = ACTIONS(1447), - [anon_sym_const] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1447), - [anon_sym_else] = ACTIONS(1447), - [anon_sym_if] = ACTIONS(1447), - [anon_sym_switch] = ACTIONS(1447), - [anon_sym_for] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_await] = ACTIONS(1447), - [anon_sym_in] = ACTIONS(1447), - [anon_sym_while] = ACTIONS(1447), - [anon_sym_do] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1447), - [anon_sym_with] = ACTIONS(1447), - [anon_sym_break] = ACTIONS(1447), - [anon_sym_continue] = ACTIONS(1447), - [anon_sym_debugger] = ACTIONS(1447), - [anon_sym_return] = ACTIONS(1447), - [anon_sym_throw] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1447), - [anon_sym_yield] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LTtemplate_GT] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1447), - [anon_sym_GT] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1447), - [anon_sym_DOT] = ACTIONS(1447), - [anon_sym_class] = ACTIONS(1447), - [anon_sym_async] = ACTIONS(1447), - [anon_sym_function] = ACTIONS(1447), - [anon_sym_QMARK_DOT] = ACTIONS(1445), - [anon_sym_new] = ACTIONS(1447), - [anon_sym_AMP_AMP] = ACTIONS(1445), - [anon_sym_PIPE_PIPE] = ACTIONS(1445), - [anon_sym_GT_GT] = ACTIONS(1447), - [anon_sym_GT_GT_GT] = ACTIONS(1445), - [anon_sym_LT_LT] = ACTIONS(1445), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_CARET] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1447), - [anon_sym_PERCENT] = ACTIONS(1445), - [anon_sym_STAR_STAR] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_QMARK_QMARK] = ACTIONS(1445), - [anon_sym_instanceof] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1445), - [anon_sym_void] = ACTIONS(1447), - [anon_sym_delete] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1445), - [sym_number] = ACTIONS(1445), - [sym_this] = ACTIONS(1447), - [sym_super] = ACTIONS(1447), - [sym_true] = ACTIONS(1447), - [sym_false] = ACTIONS(1447), - [sym_null] = ACTIONS(1447), - [sym_undefined] = ACTIONS(1447), - [anon_sym_AT] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_readonly] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1447), - [anon_sym_set] = ACTIONS(1447), - [anon_sym_declare] = ACTIONS(1447), - [anon_sym_public] = ACTIONS(1447), - [anon_sym_private] = ACTIONS(1447), - [anon_sym_protected] = ACTIONS(1447), - [anon_sym_override] = ACTIONS(1447), - [anon_sym_module] = ACTIONS(1447), - [anon_sym_any] = ACTIONS(1447), - [anon_sym_number] = ACTIONS(1447), - [anon_sym_boolean] = ACTIONS(1447), - [anon_sym_string] = ACTIONS(1447), - [anon_sym_symbol] = ACTIONS(1447), - [anon_sym_abstract] = ACTIONS(1447), - [anon_sym_satisfies] = ACTIONS(1447), - [anon_sym_interface] = ACTIONS(1447), - [anon_sym_enum] = ACTIONS(1447), - [sym__automatic_semicolon] = ACTIONS(1445), - [sym__ternary_qmark] = ACTIONS(1445), + [149] = { + [ts_builtin_sym_end] = ACTIONS(1450), + [sym_identifier] = ACTIONS(1452), + [anon_sym_export] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_type] = ACTIONS(1452), + [anon_sym_as] = ACTIONS(1454), + [anon_sym_namespace] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_COMMA] = ACTIONS(1456), + [anon_sym_RBRACE] = ACTIONS(1450), + [anon_sym_typeof] = ACTIONS(1452), + [anon_sym_import] = ACTIONS(1452), + [anon_sym_var] = ACTIONS(1452), + [anon_sym_let] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_BANG] = ACTIONS(1452), + [anon_sym_else] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_LPAREN] = ACTIONS(1450), + [anon_sym_await] = ACTIONS(1452), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_try] = ACTIONS(1452), + [anon_sym_with] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_debugger] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_throw] = ACTIONS(1452), + [anon_sym_SEMI] = ACTIONS(1450), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_yield] = ACTIONS(1452), + [anon_sym_LBRACK] = ACTIONS(1450), + [anon_sym_LTtemplate_GT] = ACTIONS(1450), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_class] = ACTIONS(1452), + [anon_sym_async] = ACTIONS(1452), + [anon_sym_function] = ACTIONS(1452), + [anon_sym_QMARK_DOT] = ACTIONS(1456), + [anon_sym_new] = ACTIONS(1452), + [anon_sym_AMP_AMP] = ACTIONS(1456), + [anon_sym_PIPE_PIPE] = ACTIONS(1456), + [anon_sym_GT_GT] = ACTIONS(1454), + [anon_sym_GT_GT_GT] = ACTIONS(1456), + [anon_sym_LT_LT] = ACTIONS(1456), + [anon_sym_AMP] = ACTIONS(1454), + [anon_sym_CARET] = ACTIONS(1456), + [anon_sym_PIPE] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_SLASH] = ACTIONS(1452), + [anon_sym_PERCENT] = ACTIONS(1456), + [anon_sym_STAR_STAR] = ACTIONS(1456), + [anon_sym_LT] = ACTIONS(1452), + [anon_sym_LT_EQ] = ACTIONS(1456), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1456), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1456), + [anon_sym_GT_EQ] = ACTIONS(1456), + [anon_sym_QMARK_QMARK] = ACTIONS(1456), + [anon_sym_instanceof] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1450), + [anon_sym_void] = ACTIONS(1452), + [anon_sym_delete] = ACTIONS(1452), + [anon_sym_PLUS_PLUS] = ACTIONS(1450), + [anon_sym_DASH_DASH] = ACTIONS(1452), + [anon_sym_DQUOTE] = ACTIONS(1450), + [anon_sym_SQUOTE] = ACTIONS(1450), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1450), + [sym_number] = ACTIONS(1450), + [sym_this] = ACTIONS(1452), + [sym_super] = ACTIONS(1452), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [sym_null] = ACTIONS(1452), + [sym_undefined] = ACTIONS(1452), + [anon_sym_AT] = ACTIONS(1450), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_readonly] = ACTIONS(1452), + [anon_sym_get] = ACTIONS(1452), + [anon_sym_set] = ACTIONS(1452), + [anon_sym_declare] = ACTIONS(1452), + [anon_sym_public] = ACTIONS(1452), + [anon_sym_private] = ACTIONS(1452), + [anon_sym_protected] = ACTIONS(1452), + [anon_sym_override] = ACTIONS(1452), + [anon_sym_module] = ACTIONS(1452), + [anon_sym_any] = ACTIONS(1452), + [anon_sym_number] = ACTIONS(1452), + [anon_sym_boolean] = ACTIONS(1452), + [anon_sym_string] = ACTIONS(1452), + [anon_sym_symbol] = ACTIONS(1452), + [anon_sym_abstract] = ACTIONS(1452), + [anon_sym_satisfies] = ACTIONS(1454), + [anon_sym_interface] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [sym__automatic_semicolon] = ACTIONS(1458), + [sym__ternary_qmark] = ACTIONS(1456), }, - [161] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1994), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(3719), - [sym_assignment_pattern] = STATE(3807), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(3719), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1180), - [sym_subscript_expression] = STATE(1180), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(3719), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3483), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1180), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_pattern_repeat1] = STATE(3817), - [sym_identifier] = ACTIONS(1451), - [anon_sym_export] = ACTIONS(1453), - [anon_sym_type] = ACTIONS(1453), - [anon_sym_namespace] = ACTIONS(1455), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_COMMA] = ACTIONS(1409), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1411), - [anon_sym_RBRACK] = ACTIONS(1413), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1457), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1417), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1453), - [anon_sym_readonly] = ACTIONS(1453), - [anon_sym_get] = ACTIONS(1453), - [anon_sym_set] = ACTIONS(1453), - [anon_sym_declare] = ACTIONS(1453), - [anon_sym_public] = ACTIONS(1453), - [anon_sym_private] = ACTIONS(1453), - [anon_sym_protected] = ACTIONS(1453), - [anon_sym_override] = ACTIONS(1453), - [anon_sym_module] = ACTIONS(1453), - [anon_sym_any] = ACTIONS(1453), - [anon_sym_number] = ACTIONS(1453), - [anon_sym_boolean] = ACTIONS(1453), - [anon_sym_string] = ACTIONS(1453), - [anon_sym_symbol] = ACTIONS(1453), + [150] = { + [ts_builtin_sym_end] = ACTIONS(1460), + [sym_identifier] = ACTIONS(1462), + [anon_sym_export] = ACTIONS(1462), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_default] = ACTIONS(1462), + [anon_sym_type] = ACTIONS(1462), + [anon_sym_as] = ACTIONS(1464), + [anon_sym_namespace] = ACTIONS(1462), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_COMMA] = ACTIONS(1466), + [anon_sym_RBRACE] = ACTIONS(1460), + [anon_sym_typeof] = ACTIONS(1462), + [anon_sym_import] = ACTIONS(1462), + [anon_sym_var] = ACTIONS(1462), + [anon_sym_let] = ACTIONS(1462), + [anon_sym_const] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_else] = ACTIONS(1462), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_switch] = ACTIONS(1462), + [anon_sym_for] = ACTIONS(1462), + [anon_sym_LPAREN] = ACTIONS(1460), + [anon_sym_await] = ACTIONS(1462), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1462), + [anon_sym_do] = ACTIONS(1462), + [anon_sym_try] = ACTIONS(1462), + [anon_sym_with] = ACTIONS(1462), + [anon_sym_break] = ACTIONS(1462), + [anon_sym_continue] = ACTIONS(1462), + [anon_sym_debugger] = ACTIONS(1462), + [anon_sym_return] = ACTIONS(1462), + [anon_sym_throw] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1462), + [anon_sym_yield] = ACTIONS(1462), + [anon_sym_LBRACK] = ACTIONS(1460), + [anon_sym_LTtemplate_GT] = ACTIONS(1460), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_class] = ACTIONS(1462), + [anon_sym_async] = ACTIONS(1462), + [anon_sym_function] = ACTIONS(1462), + [anon_sym_QMARK_DOT] = ACTIONS(1466), + [anon_sym_new] = ACTIONS(1462), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_PIPE_PIPE] = ACTIONS(1466), + [anon_sym_GT_GT] = ACTIONS(1464), + [anon_sym_GT_GT_GT] = ACTIONS(1466), + [anon_sym_LT_LT] = ACTIONS(1466), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1466), + [anon_sym_PIPE] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1462), + [anon_sym_SLASH] = ACTIONS(1462), + [anon_sym_PERCENT] = ACTIONS(1466), + [anon_sym_STAR_STAR] = ACTIONS(1466), + [anon_sym_LT] = ACTIONS(1462), + [anon_sym_LT_EQ] = ACTIONS(1466), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1466), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1466), + [anon_sym_GT_EQ] = ACTIONS(1466), + [anon_sym_QMARK_QMARK] = ACTIONS(1466), + [anon_sym_instanceof] = ACTIONS(1464), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_void] = ACTIONS(1462), + [anon_sym_delete] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1460), + [sym_number] = ACTIONS(1460), + [sym_this] = ACTIONS(1462), + [sym_super] = ACTIONS(1462), + [sym_true] = ACTIONS(1462), + [sym_false] = ACTIONS(1462), + [sym_null] = ACTIONS(1462), + [sym_undefined] = ACTIONS(1462), + [anon_sym_AT] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1462), + [anon_sym_readonly] = ACTIONS(1462), + [anon_sym_get] = ACTIONS(1462), + [anon_sym_set] = ACTIONS(1462), + [anon_sym_declare] = ACTIONS(1462), + [anon_sym_public] = ACTIONS(1462), + [anon_sym_private] = ACTIONS(1462), + [anon_sym_protected] = ACTIONS(1462), + [anon_sym_override] = ACTIONS(1462), + [anon_sym_module] = ACTIONS(1462), + [anon_sym_any] = ACTIONS(1462), + [anon_sym_number] = ACTIONS(1462), + [anon_sym_boolean] = ACTIONS(1462), + [anon_sym_string] = ACTIONS(1462), + [anon_sym_symbol] = ACTIONS(1462), + [anon_sym_abstract] = ACTIONS(1462), + [anon_sym_satisfies] = ACTIONS(1464), + [anon_sym_interface] = ACTIONS(1462), + [anon_sym_enum] = ACTIONS(1462), + [sym__automatic_semicolon] = ACTIONS(1468), + [sym__ternary_qmark] = ACTIONS(1466), }, - [162] = { - [ts_builtin_sym_end] = ACTIONS(1459), - [sym_identifier] = ACTIONS(1461), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_type] = ACTIONS(1461), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_namespace] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_COMMA] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_typeof] = ACTIONS(1461), - [anon_sym_import] = ACTIONS(1461), - [anon_sym_var] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_BANG] = ACTIONS(1461), - [anon_sym_else] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_switch] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_await] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_with] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_debugger] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_throw] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_case] = ACTIONS(1461), - [anon_sym_yield] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LTtemplate_GT] = ACTIONS(1459), - [anon_sym_LT] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_class] = ACTIONS(1461), - [anon_sym_async] = ACTIONS(1461), - [anon_sym_function] = ACTIONS(1461), - [anon_sym_QMARK_DOT] = ACTIONS(1459), - [anon_sym_new] = ACTIONS(1461), - [anon_sym_AMP_AMP] = ACTIONS(1459), - [anon_sym_PIPE_PIPE] = ACTIONS(1459), - [anon_sym_GT_GT] = ACTIONS(1461), - [anon_sym_GT_GT_GT] = ACTIONS(1459), - [anon_sym_LT_LT] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1459), - [anon_sym_PIPE] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1459), - [anon_sym_STAR_STAR] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1459), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_QMARK_QMARK] = ACTIONS(1459), - [anon_sym_instanceof] = ACTIONS(1461), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_void] = ACTIONS(1461), - [anon_sym_delete] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1459), - [sym_number] = ACTIONS(1459), - [sym_this] = ACTIONS(1461), - [sym_super] = ACTIONS(1461), - [sym_true] = ACTIONS(1461), - [sym_false] = ACTIONS(1461), - [sym_null] = ACTIONS(1461), - [sym_undefined] = ACTIONS(1461), - [anon_sym_AT] = ACTIONS(1459), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_readonly] = ACTIONS(1461), - [anon_sym_get] = ACTIONS(1461), - [anon_sym_set] = ACTIONS(1461), - [anon_sym_declare] = ACTIONS(1461), - [anon_sym_public] = ACTIONS(1461), - [anon_sym_private] = ACTIONS(1461), - [anon_sym_protected] = ACTIONS(1461), - [anon_sym_override] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_any] = ACTIONS(1461), - [anon_sym_number] = ACTIONS(1461), - [anon_sym_boolean] = ACTIONS(1461), - [anon_sym_string] = ACTIONS(1461), - [anon_sym_symbol] = ACTIONS(1461), - [anon_sym_abstract] = ACTIONS(1461), - [anon_sym_satisfies] = ACTIONS(1461), - [anon_sym_interface] = ACTIONS(1461), - [anon_sym_enum] = ACTIONS(1461), - [sym__automatic_semicolon] = ACTIONS(1459), - [sym__ternary_qmark] = ACTIONS(1459), + [151] = { + [ts_builtin_sym_end] = ACTIONS(1470), + [sym_identifier] = ACTIONS(1472), + [anon_sym_export] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_type] = ACTIONS(1472), + [anon_sym_as] = ACTIONS(1472), + [anon_sym_namespace] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_COMMA] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1470), + [anon_sym_typeof] = ACTIONS(1472), + [anon_sym_import] = ACTIONS(1472), + [anon_sym_var] = ACTIONS(1472), + [anon_sym_let] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_BANG] = ACTIONS(1472), + [anon_sym_else] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_LPAREN] = ACTIONS(1470), + [anon_sym_await] = ACTIONS(1472), + [anon_sym_in] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_try] = ACTIONS(1472), + [anon_sym_with] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_debugger] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_throw] = ACTIONS(1472), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_yield] = ACTIONS(1472), + [anon_sym_LBRACK] = ACTIONS(1470), + [anon_sym_LTtemplate_GT] = ACTIONS(1470), + [anon_sym_GT] = ACTIONS(1472), + [anon_sym_DOT] = ACTIONS(1472), + [anon_sym_class] = ACTIONS(1472), + [anon_sym_async] = ACTIONS(1472), + [anon_sym_function] = ACTIONS(1472), + [anon_sym_QMARK_DOT] = ACTIONS(1470), + [anon_sym_new] = ACTIONS(1472), + [anon_sym_AMP_AMP] = ACTIONS(1470), + [anon_sym_PIPE_PIPE] = ACTIONS(1470), + [anon_sym_GT_GT] = ACTIONS(1472), + [anon_sym_GT_GT_GT] = ACTIONS(1470), + [anon_sym_LT_LT] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_CARET] = ACTIONS(1470), + [anon_sym_PIPE] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_SLASH] = ACTIONS(1472), + [anon_sym_PERCENT] = ACTIONS(1470), + [anon_sym_STAR_STAR] = ACTIONS(1470), + [anon_sym_LT] = ACTIONS(1472), + [anon_sym_LT_EQ] = ACTIONS(1470), + [anon_sym_EQ_EQ] = ACTIONS(1472), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1470), + [anon_sym_BANG_EQ] = ACTIONS(1472), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1470), + [anon_sym_GT_EQ] = ACTIONS(1470), + [anon_sym_QMARK_QMARK] = ACTIONS(1470), + [anon_sym_instanceof] = ACTIONS(1472), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_void] = ACTIONS(1472), + [anon_sym_delete] = ACTIONS(1472), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_DASH_DASH] = ACTIONS(1472), + [anon_sym_DQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1470), + [sym_number] = ACTIONS(1470), + [sym_this] = ACTIONS(1472), + [sym_super] = ACTIONS(1472), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [sym_null] = ACTIONS(1472), + [sym_undefined] = ACTIONS(1472), + [anon_sym_AT] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_readonly] = ACTIONS(1472), + [anon_sym_get] = ACTIONS(1472), + [anon_sym_set] = ACTIONS(1472), + [anon_sym_declare] = ACTIONS(1472), + [anon_sym_public] = ACTIONS(1472), + [anon_sym_private] = ACTIONS(1472), + [anon_sym_protected] = ACTIONS(1472), + [anon_sym_override] = ACTIONS(1472), + [anon_sym_module] = ACTIONS(1472), + [anon_sym_any] = ACTIONS(1472), + [anon_sym_number] = ACTIONS(1472), + [anon_sym_boolean] = ACTIONS(1472), + [anon_sym_string] = ACTIONS(1472), + [anon_sym_symbol] = ACTIONS(1472), + [anon_sym_abstract] = ACTIONS(1472), + [anon_sym_satisfies] = ACTIONS(1472), + [anon_sym_interface] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [sym__automatic_semicolon] = ACTIONS(1470), + [sym__ternary_qmark] = ACTIONS(1470), }, - [163] = { - [ts_builtin_sym_end] = ACTIONS(1463), - [sym_identifier] = ACTIONS(1465), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_type] = ACTIONS(1465), - [anon_sym_as] = ACTIONS(1467), - [anon_sym_namespace] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_COMMA] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_typeof] = ACTIONS(1465), - [anon_sym_import] = ACTIONS(1465), - [anon_sym_var] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_BANG] = ACTIONS(1465), - [anon_sym_else] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_switch] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_await] = ACTIONS(1465), - [anon_sym_in] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_with] = ACTIONS(1465), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_debugger] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_throw] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_case] = ACTIONS(1465), - [anon_sym_yield] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LTtemplate_GT] = ACTIONS(1463), - [anon_sym_LT] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_async] = ACTIONS(1465), - [anon_sym_function] = ACTIONS(1465), - [anon_sym_QMARK_DOT] = ACTIONS(1469), - [anon_sym_new] = ACTIONS(1465), - [anon_sym_AMP_AMP] = ACTIONS(1469), - [anon_sym_PIPE_PIPE] = ACTIONS(1469), - [anon_sym_GT_GT] = ACTIONS(1467), - [anon_sym_GT_GT_GT] = ACTIONS(1469), - [anon_sym_LT_LT] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1469), - [anon_sym_PIPE] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_DASH] = ACTIONS(1465), - [anon_sym_PERCENT] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_QMARK_QMARK] = ACTIONS(1469), - [anon_sym_instanceof] = ACTIONS(1467), - [anon_sym_TILDE] = ACTIONS(1463), - [anon_sym_void] = ACTIONS(1465), - [anon_sym_delete] = ACTIONS(1465), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_DASH_DASH] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1463), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1463), - [sym_number] = ACTIONS(1463), - [sym_this] = ACTIONS(1465), - [sym_super] = ACTIONS(1465), - [sym_true] = ACTIONS(1465), - [sym_false] = ACTIONS(1465), - [sym_null] = ACTIONS(1465), - [sym_undefined] = ACTIONS(1465), - [anon_sym_AT] = ACTIONS(1463), - [anon_sym_static] = ACTIONS(1465), - [anon_sym_readonly] = ACTIONS(1465), - [anon_sym_get] = ACTIONS(1465), - [anon_sym_set] = ACTIONS(1465), - [anon_sym_declare] = ACTIONS(1465), - [anon_sym_public] = ACTIONS(1465), - [anon_sym_private] = ACTIONS(1465), - [anon_sym_protected] = ACTIONS(1465), - [anon_sym_override] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_any] = ACTIONS(1465), - [anon_sym_number] = ACTIONS(1465), - [anon_sym_boolean] = ACTIONS(1465), - [anon_sym_string] = ACTIONS(1465), - [anon_sym_symbol] = ACTIONS(1465), - [anon_sym_abstract] = ACTIONS(1465), - [anon_sym_satisfies] = ACTIONS(1467), - [anon_sym_interface] = ACTIONS(1465), - [anon_sym_enum] = ACTIONS(1465), - [sym__automatic_semicolon] = ACTIONS(1469), - [sym__ternary_qmark] = ACTIONS(1469), + [152] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_pattern_repeat1] = STATE(3686), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(1421), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), + [anon_sym_RBRACK] = ACTIONS(1425), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, - [164] = { - [ts_builtin_sym_end] = ACTIONS(1471), - [sym_identifier] = ACTIONS(1473), - [anon_sym_export] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_type] = ACTIONS(1473), - [anon_sym_as] = ACTIONS(1473), - [anon_sym_namespace] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_COMMA] = ACTIONS(1471), - [anon_sym_RBRACE] = ACTIONS(1471), - [anon_sym_typeof] = ACTIONS(1473), - [anon_sym_import] = ACTIONS(1473), - [anon_sym_var] = ACTIONS(1473), - [anon_sym_let] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_BANG] = ACTIONS(1473), - [anon_sym_else] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_LPAREN] = ACTIONS(1471), - [anon_sym_await] = ACTIONS(1473), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_try] = ACTIONS(1473), - [anon_sym_with] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_debugger] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_throw] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1471), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_yield] = ACTIONS(1473), - [anon_sym_LBRACK] = ACTIONS(1471), - [anon_sym_LTtemplate_GT] = ACTIONS(1471), - [anon_sym_LT] = ACTIONS(1473), - [anon_sym_GT] = ACTIONS(1473), - [anon_sym_SLASH] = ACTIONS(1473), - [anon_sym_DOT] = ACTIONS(1473), - [anon_sym_class] = ACTIONS(1473), - [anon_sym_async] = ACTIONS(1473), - [anon_sym_function] = ACTIONS(1473), - [anon_sym_QMARK_DOT] = ACTIONS(1471), - [anon_sym_new] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1471), - [anon_sym_GT_GT] = ACTIONS(1473), - [anon_sym_GT_GT_GT] = ACTIONS(1471), - [anon_sym_LT_LT] = ACTIONS(1471), - [anon_sym_AMP] = ACTIONS(1473), - [anon_sym_CARET] = ACTIONS(1471), - [anon_sym_PIPE] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PERCENT] = ACTIONS(1471), - [anon_sym_STAR_STAR] = ACTIONS(1471), - [anon_sym_LT_EQ] = ACTIONS(1471), - [anon_sym_EQ_EQ] = ACTIONS(1473), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1471), - [anon_sym_BANG_EQ] = ACTIONS(1473), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1471), - [anon_sym_GT_EQ] = ACTIONS(1471), - [anon_sym_QMARK_QMARK] = ACTIONS(1471), - [anon_sym_instanceof] = ACTIONS(1473), - [anon_sym_TILDE] = ACTIONS(1471), - [anon_sym_void] = ACTIONS(1473), - [anon_sym_delete] = ACTIONS(1473), - [anon_sym_PLUS_PLUS] = ACTIONS(1471), - [anon_sym_DASH_DASH] = ACTIONS(1471), - [anon_sym_DQUOTE] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1471), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1471), - [sym_number] = ACTIONS(1471), - [sym_this] = ACTIONS(1473), - [sym_super] = ACTIONS(1473), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [sym_null] = ACTIONS(1473), - [sym_undefined] = ACTIONS(1473), - [anon_sym_AT] = ACTIONS(1471), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_get] = ACTIONS(1473), - [anon_sym_set] = ACTIONS(1473), - [anon_sym_declare] = ACTIONS(1473), - [anon_sym_public] = ACTIONS(1473), - [anon_sym_private] = ACTIONS(1473), - [anon_sym_protected] = ACTIONS(1473), - [anon_sym_override] = ACTIONS(1473), - [anon_sym_module] = ACTIONS(1473), - [anon_sym_any] = ACTIONS(1473), - [anon_sym_number] = ACTIONS(1473), - [anon_sym_boolean] = ACTIONS(1473), - [anon_sym_string] = ACTIONS(1473), - [anon_sym_symbol] = ACTIONS(1473), - [anon_sym_abstract] = ACTIONS(1473), - [anon_sym_satisfies] = ACTIONS(1473), - [anon_sym_interface] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [sym__automatic_semicolon] = ACTIONS(1471), - [sym__ternary_qmark] = ACTIONS(1471), + [153] = { + [ts_builtin_sym_end] = ACTIONS(1391), + [sym_identifier] = ACTIONS(1393), + [anon_sym_export] = ACTIONS(1393), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_default] = ACTIONS(1393), + [anon_sym_type] = ACTIONS(1393), + [anon_sym_as] = ACTIONS(1393), + [anon_sym_namespace] = ACTIONS(1393), + [anon_sym_LBRACE] = ACTIONS(1391), + [anon_sym_COMMA] = ACTIONS(1391), + [anon_sym_RBRACE] = ACTIONS(1391), + [anon_sym_typeof] = ACTIONS(1393), + [anon_sym_import] = ACTIONS(1393), + [anon_sym_var] = ACTIONS(1393), + [anon_sym_let] = ACTIONS(1393), + [anon_sym_const] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_else] = ACTIONS(1393), + [anon_sym_if] = ACTIONS(1393), + [anon_sym_switch] = ACTIONS(1393), + [anon_sym_for] = ACTIONS(1393), + [anon_sym_LPAREN] = ACTIONS(1391), + [anon_sym_await] = ACTIONS(1393), + [anon_sym_in] = ACTIONS(1393), + [anon_sym_while] = ACTIONS(1393), + [anon_sym_do] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1393), + [anon_sym_with] = ACTIONS(1393), + [anon_sym_break] = ACTIONS(1393), + [anon_sym_continue] = ACTIONS(1393), + [anon_sym_debugger] = ACTIONS(1393), + [anon_sym_return] = ACTIONS(1393), + [anon_sym_throw] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1393), + [anon_sym_yield] = ACTIONS(1393), + [anon_sym_LBRACK] = ACTIONS(1391), + [anon_sym_LTtemplate_GT] = ACTIONS(1391), + [anon_sym_GT] = ACTIONS(1393), + [anon_sym_DOT] = ACTIONS(1393), + [anon_sym_class] = ACTIONS(1393), + [anon_sym_async] = ACTIONS(1393), + [anon_sym_function] = ACTIONS(1393), + [anon_sym_QMARK_DOT] = ACTIONS(1391), + [anon_sym_new] = ACTIONS(1393), + [anon_sym_AMP_AMP] = ACTIONS(1391), + [anon_sym_PIPE_PIPE] = ACTIONS(1391), + [anon_sym_GT_GT] = ACTIONS(1393), + [anon_sym_GT_GT_GT] = ACTIONS(1391), + [anon_sym_LT_LT] = ACTIONS(1391), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_CARET] = ACTIONS(1391), + [anon_sym_PIPE] = ACTIONS(1393), + [anon_sym_PLUS] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1393), + [anon_sym_SLASH] = ACTIONS(1393), + [anon_sym_PERCENT] = ACTIONS(1391), + [anon_sym_STAR_STAR] = ACTIONS(1391), + [anon_sym_LT] = ACTIONS(1393), + [anon_sym_LT_EQ] = ACTIONS(1391), + [anon_sym_EQ_EQ] = ACTIONS(1393), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1391), + [anon_sym_BANG_EQ] = ACTIONS(1393), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1391), + [anon_sym_GT_EQ] = ACTIONS(1391), + [anon_sym_QMARK_QMARK] = ACTIONS(1391), + [anon_sym_instanceof] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1391), + [anon_sym_void] = ACTIONS(1393), + [anon_sym_delete] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1391), + [anon_sym_SQUOTE] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1391), + [sym_number] = ACTIONS(1391), + [sym_this] = ACTIONS(1393), + [sym_super] = ACTIONS(1393), + [sym_true] = ACTIONS(1393), + [sym_false] = ACTIONS(1393), + [sym_null] = ACTIONS(1393), + [sym_undefined] = ACTIONS(1393), + [anon_sym_AT] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1393), + [anon_sym_readonly] = ACTIONS(1393), + [anon_sym_get] = ACTIONS(1393), + [anon_sym_set] = ACTIONS(1393), + [anon_sym_declare] = ACTIONS(1393), + [anon_sym_public] = ACTIONS(1393), + [anon_sym_private] = ACTIONS(1393), + [anon_sym_protected] = ACTIONS(1393), + [anon_sym_override] = ACTIONS(1393), + [anon_sym_module] = ACTIONS(1393), + [anon_sym_any] = ACTIONS(1393), + [anon_sym_number] = ACTIONS(1393), + [anon_sym_boolean] = ACTIONS(1393), + [anon_sym_string] = ACTIONS(1393), + [anon_sym_symbol] = ACTIONS(1393), + [anon_sym_abstract] = ACTIONS(1393), + [anon_sym_satisfies] = ACTIONS(1393), + [anon_sym_interface] = ACTIONS(1393), + [anon_sym_enum] = ACTIONS(1393), + [sym__automatic_semicolon] = ACTIONS(1474), + [sym__ternary_qmark] = ACTIONS(1391), }, - [165] = { - [ts_builtin_sym_end] = ACTIONS(1475), - [sym_identifier] = ACTIONS(1477), - [anon_sym_export] = ACTIONS(1477), - [anon_sym_STAR] = ACTIONS(1479), - [anon_sym_default] = ACTIONS(1477), - [anon_sym_type] = ACTIONS(1477), - [anon_sym_as] = ACTIONS(1479), - [anon_sym_namespace] = ACTIONS(1477), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_COMMA] = ACTIONS(1481), - [anon_sym_RBRACE] = ACTIONS(1475), - [anon_sym_typeof] = ACTIONS(1477), - [anon_sym_import] = ACTIONS(1477), - [anon_sym_var] = ACTIONS(1477), - [anon_sym_let] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_BANG] = ACTIONS(1477), - [anon_sym_else] = ACTIONS(1477), - [anon_sym_if] = ACTIONS(1477), - [anon_sym_switch] = ACTIONS(1477), - [anon_sym_for] = ACTIONS(1477), - [anon_sym_LPAREN] = ACTIONS(1475), - [anon_sym_await] = ACTIONS(1477), - [anon_sym_in] = ACTIONS(1479), - [anon_sym_while] = ACTIONS(1477), - [anon_sym_do] = ACTIONS(1477), - [anon_sym_try] = ACTIONS(1477), - [anon_sym_with] = ACTIONS(1477), - [anon_sym_break] = ACTIONS(1477), - [anon_sym_continue] = ACTIONS(1477), - [anon_sym_debugger] = ACTIONS(1477), - [anon_sym_return] = ACTIONS(1477), - [anon_sym_throw] = ACTIONS(1477), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_case] = ACTIONS(1477), - [anon_sym_yield] = ACTIONS(1477), - [anon_sym_LBRACK] = ACTIONS(1475), - [anon_sym_LTtemplate_GT] = ACTIONS(1475), - [anon_sym_LT] = ACTIONS(1477), - [anon_sym_GT] = ACTIONS(1479), - [anon_sym_SLASH] = ACTIONS(1477), - [anon_sym_DOT] = ACTIONS(1479), - [anon_sym_class] = ACTIONS(1477), - [anon_sym_async] = ACTIONS(1477), - [anon_sym_function] = ACTIONS(1477), - [anon_sym_QMARK_DOT] = ACTIONS(1481), - [anon_sym_new] = ACTIONS(1477), - [anon_sym_AMP_AMP] = ACTIONS(1481), - [anon_sym_PIPE_PIPE] = ACTIONS(1481), - [anon_sym_GT_GT] = ACTIONS(1479), - [anon_sym_GT_GT_GT] = ACTIONS(1481), - [anon_sym_LT_LT] = ACTIONS(1481), - [anon_sym_AMP] = ACTIONS(1479), - [anon_sym_CARET] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1479), - [anon_sym_PLUS] = ACTIONS(1477), - [anon_sym_DASH] = ACTIONS(1477), - [anon_sym_PERCENT] = ACTIONS(1481), - [anon_sym_STAR_STAR] = ACTIONS(1481), - [anon_sym_LT_EQ] = ACTIONS(1481), - [anon_sym_EQ_EQ] = ACTIONS(1479), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1479), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1481), - [anon_sym_GT_EQ] = ACTIONS(1481), - [anon_sym_QMARK_QMARK] = ACTIONS(1481), - [anon_sym_instanceof] = ACTIONS(1479), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_void] = ACTIONS(1477), - [anon_sym_delete] = ACTIONS(1477), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1475), - [sym_number] = ACTIONS(1475), - [sym_this] = ACTIONS(1477), - [sym_super] = ACTIONS(1477), - [sym_true] = ACTIONS(1477), - [sym_false] = ACTIONS(1477), - [sym_null] = ACTIONS(1477), - [sym_undefined] = ACTIONS(1477), - [anon_sym_AT] = ACTIONS(1475), - [anon_sym_static] = ACTIONS(1477), - [anon_sym_readonly] = ACTIONS(1477), - [anon_sym_get] = ACTIONS(1477), - [anon_sym_set] = ACTIONS(1477), - [anon_sym_declare] = ACTIONS(1477), - [anon_sym_public] = ACTIONS(1477), - [anon_sym_private] = ACTIONS(1477), - [anon_sym_protected] = ACTIONS(1477), - [anon_sym_override] = ACTIONS(1477), - [anon_sym_module] = ACTIONS(1477), - [anon_sym_any] = ACTIONS(1477), - [anon_sym_number] = ACTIONS(1477), - [anon_sym_boolean] = ACTIONS(1477), - [anon_sym_string] = ACTIONS(1477), - [anon_sym_symbol] = ACTIONS(1477), - [anon_sym_abstract] = ACTIONS(1477), - [anon_sym_satisfies] = ACTIONS(1479), - [anon_sym_interface] = ACTIONS(1477), - [anon_sym_enum] = ACTIONS(1477), - [sym__automatic_semicolon] = ACTIONS(1483), - [sym__ternary_qmark] = ACTIONS(1481), + [154] = { + [ts_builtin_sym_end] = ACTIONS(1476), + [sym_identifier] = ACTIONS(1478), + [anon_sym_export] = ACTIONS(1478), + [anon_sym_STAR] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1478), + [anon_sym_type] = ACTIONS(1478), + [anon_sym_as] = ACTIONS(1480), + [anon_sym_namespace] = ACTIONS(1478), + [anon_sym_LBRACE] = ACTIONS(1476), + [anon_sym_COMMA] = ACTIONS(1482), + [anon_sym_RBRACE] = ACTIONS(1476), + [anon_sym_typeof] = ACTIONS(1478), + [anon_sym_import] = ACTIONS(1478), + [anon_sym_var] = ACTIONS(1478), + [anon_sym_let] = ACTIONS(1478), + [anon_sym_const] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1478), + [anon_sym_else] = ACTIONS(1478), + [anon_sym_if] = ACTIONS(1478), + [anon_sym_switch] = ACTIONS(1478), + [anon_sym_for] = ACTIONS(1478), + [anon_sym_LPAREN] = ACTIONS(1476), + [anon_sym_await] = ACTIONS(1478), + [anon_sym_in] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1478), + [anon_sym_do] = ACTIONS(1478), + [anon_sym_try] = ACTIONS(1478), + [anon_sym_with] = ACTIONS(1478), + [anon_sym_break] = ACTIONS(1478), + [anon_sym_continue] = ACTIONS(1478), + [anon_sym_debugger] = ACTIONS(1478), + [anon_sym_return] = ACTIONS(1478), + [anon_sym_throw] = ACTIONS(1478), + [anon_sym_SEMI] = ACTIONS(1476), + [anon_sym_case] = ACTIONS(1478), + [anon_sym_yield] = ACTIONS(1478), + [anon_sym_LBRACK] = ACTIONS(1476), + [anon_sym_LTtemplate_GT] = ACTIONS(1476), + [anon_sym_GT] = ACTIONS(1480), + [anon_sym_DOT] = ACTIONS(1480), + [anon_sym_class] = ACTIONS(1478), + [anon_sym_async] = ACTIONS(1478), + [anon_sym_function] = ACTIONS(1478), + [anon_sym_QMARK_DOT] = ACTIONS(1482), + [anon_sym_new] = ACTIONS(1478), + [anon_sym_AMP_AMP] = ACTIONS(1482), + [anon_sym_PIPE_PIPE] = ACTIONS(1482), + [anon_sym_GT_GT] = ACTIONS(1480), + [anon_sym_GT_GT_GT] = ACTIONS(1482), + [anon_sym_LT_LT] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1480), + [anon_sym_CARET] = ACTIONS(1482), + [anon_sym_PIPE] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1478), + [anon_sym_SLASH] = ACTIONS(1478), + [anon_sym_PERCENT] = ACTIONS(1482), + [anon_sym_STAR_STAR] = ACTIONS(1482), + [anon_sym_LT] = ACTIONS(1478), + [anon_sym_LT_EQ] = ACTIONS(1482), + [anon_sym_EQ_EQ] = ACTIONS(1480), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1482), + [anon_sym_BANG_EQ] = ACTIONS(1480), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1482), + [anon_sym_GT_EQ] = ACTIONS(1482), + [anon_sym_QMARK_QMARK] = ACTIONS(1482), + [anon_sym_instanceof] = ACTIONS(1480), + [anon_sym_TILDE] = ACTIONS(1476), + [anon_sym_void] = ACTIONS(1478), + [anon_sym_delete] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1476), + [anon_sym_SQUOTE] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1476), + [sym_number] = ACTIONS(1476), + [sym_this] = ACTIONS(1478), + [sym_super] = ACTIONS(1478), + [sym_true] = ACTIONS(1478), + [sym_false] = ACTIONS(1478), + [sym_null] = ACTIONS(1478), + [sym_undefined] = ACTIONS(1478), + [anon_sym_AT] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1478), + [anon_sym_readonly] = ACTIONS(1478), + [anon_sym_get] = ACTIONS(1478), + [anon_sym_set] = ACTIONS(1478), + [anon_sym_declare] = ACTIONS(1478), + [anon_sym_public] = ACTIONS(1478), + [anon_sym_private] = ACTIONS(1478), + [anon_sym_protected] = ACTIONS(1478), + [anon_sym_override] = ACTIONS(1478), + [anon_sym_module] = ACTIONS(1478), + [anon_sym_any] = ACTIONS(1478), + [anon_sym_number] = ACTIONS(1478), + [anon_sym_boolean] = ACTIONS(1478), + [anon_sym_string] = ACTIONS(1478), + [anon_sym_symbol] = ACTIONS(1478), + [anon_sym_abstract] = ACTIONS(1478), + [anon_sym_satisfies] = ACTIONS(1480), + [anon_sym_interface] = ACTIONS(1478), + [anon_sym_enum] = ACTIONS(1478), + [sym__automatic_semicolon] = ACTIONS(1484), + [sym__ternary_qmark] = ACTIONS(1482), }, - [166] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2040), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1381), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1381), - [anon_sym_RBRACK] = ACTIONS(1381), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1381), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), - [anon_sym_extends] = ACTIONS(1383), + [155] = { + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_identifier] = ACTIONS(1433), + [anon_sym_export] = ACTIONS(1433), + [anon_sym_STAR] = ACTIONS(1433), + [anon_sym_default] = ACTIONS(1433), + [anon_sym_type] = ACTIONS(1433), + [anon_sym_as] = ACTIONS(1433), + [anon_sym_namespace] = ACTIONS(1433), + [anon_sym_LBRACE] = ACTIONS(1431), + [anon_sym_COMMA] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1431), + [anon_sym_typeof] = ACTIONS(1433), + [anon_sym_import] = ACTIONS(1433), + [anon_sym_var] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1433), + [anon_sym_const] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1433), + [anon_sym_else] = ACTIONS(1433), + [anon_sym_if] = ACTIONS(1433), + [anon_sym_switch] = ACTIONS(1433), + [anon_sym_for] = ACTIONS(1433), + [anon_sym_LPAREN] = ACTIONS(1431), + [anon_sym_await] = ACTIONS(1433), + [anon_sym_in] = ACTIONS(1433), + [anon_sym_while] = ACTIONS(1433), + [anon_sym_do] = ACTIONS(1433), + [anon_sym_try] = ACTIONS(1433), + [anon_sym_with] = ACTIONS(1433), + [anon_sym_break] = ACTIONS(1433), + [anon_sym_continue] = ACTIONS(1433), + [anon_sym_debugger] = ACTIONS(1433), + [anon_sym_return] = ACTIONS(1433), + [anon_sym_throw] = ACTIONS(1433), + [anon_sym_SEMI] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1433), + [anon_sym_yield] = ACTIONS(1433), + [anon_sym_LBRACK] = ACTIONS(1431), + [anon_sym_LTtemplate_GT] = ACTIONS(1431), + [anon_sym_GT] = ACTIONS(1433), + [anon_sym_DOT] = ACTIONS(1433), + [anon_sym_class] = ACTIONS(1433), + [anon_sym_async] = ACTIONS(1433), + [anon_sym_function] = ACTIONS(1433), + [anon_sym_QMARK_DOT] = ACTIONS(1431), + [anon_sym_new] = ACTIONS(1433), + [anon_sym_AMP_AMP] = ACTIONS(1431), + [anon_sym_PIPE_PIPE] = ACTIONS(1431), + [anon_sym_GT_GT] = ACTIONS(1433), + [anon_sym_GT_GT_GT] = ACTIONS(1431), + [anon_sym_LT_LT] = ACTIONS(1431), + [anon_sym_AMP] = ACTIONS(1433), + [anon_sym_CARET] = ACTIONS(1431), + [anon_sym_PIPE] = ACTIONS(1433), + [anon_sym_PLUS] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1433), + [anon_sym_SLASH] = ACTIONS(1433), + [anon_sym_PERCENT] = ACTIONS(1431), + [anon_sym_STAR_STAR] = ACTIONS(1431), + [anon_sym_LT] = ACTIONS(1433), + [anon_sym_LT_EQ] = ACTIONS(1431), + [anon_sym_EQ_EQ] = ACTIONS(1433), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1431), + [anon_sym_BANG_EQ] = ACTIONS(1433), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1431), + [anon_sym_GT_EQ] = ACTIONS(1431), + [anon_sym_QMARK_QMARK] = ACTIONS(1431), + [anon_sym_instanceof] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1431), + [anon_sym_void] = ACTIONS(1433), + [anon_sym_delete] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1431), + [anon_sym_SQUOTE] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1431), + [sym_number] = ACTIONS(1431), + [sym_this] = ACTIONS(1433), + [sym_super] = ACTIONS(1433), + [sym_true] = ACTIONS(1433), + [sym_false] = ACTIONS(1433), + [sym_null] = ACTIONS(1433), + [sym_undefined] = ACTIONS(1433), + [anon_sym_AT] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1433), + [anon_sym_readonly] = ACTIONS(1433), + [anon_sym_get] = ACTIONS(1433), + [anon_sym_set] = ACTIONS(1433), + [anon_sym_declare] = ACTIONS(1433), + [anon_sym_public] = ACTIONS(1433), + [anon_sym_private] = ACTIONS(1433), + [anon_sym_protected] = ACTIONS(1433), + [anon_sym_override] = ACTIONS(1433), + [anon_sym_module] = ACTIONS(1433), + [anon_sym_any] = ACTIONS(1433), + [anon_sym_number] = ACTIONS(1433), + [anon_sym_boolean] = ACTIONS(1433), + [anon_sym_string] = ACTIONS(1433), + [anon_sym_symbol] = ACTIONS(1433), + [anon_sym_abstract] = ACTIONS(1433), + [anon_sym_satisfies] = ACTIONS(1433), + [anon_sym_interface] = ACTIONS(1433), + [anon_sym_enum] = ACTIONS(1433), + [sym__automatic_semicolon] = ACTIONS(1486), + [sym__ternary_qmark] = ACTIONS(1431), }, - [167] = { - [ts_builtin_sym_end] = ACTIONS(1485), - [sym_identifier] = ACTIONS(1487), - [anon_sym_export] = ACTIONS(1487), - [anon_sym_STAR] = ACTIONS(1487), - [anon_sym_default] = ACTIONS(1487), - [anon_sym_type] = ACTIONS(1487), - [anon_sym_as] = ACTIONS(1487), - [anon_sym_namespace] = ACTIONS(1487), - [anon_sym_LBRACE] = ACTIONS(1485), - [anon_sym_COMMA] = ACTIONS(1485), - [anon_sym_RBRACE] = ACTIONS(1485), - [anon_sym_typeof] = ACTIONS(1487), - [anon_sym_import] = ACTIONS(1487), - [anon_sym_var] = ACTIONS(1487), - [anon_sym_let] = ACTIONS(1487), - [anon_sym_const] = ACTIONS(1487), - [anon_sym_BANG] = ACTIONS(1487), - [anon_sym_else] = ACTIONS(1487), - [anon_sym_if] = ACTIONS(1487), - [anon_sym_switch] = ACTIONS(1487), - [anon_sym_for] = ACTIONS(1487), - [anon_sym_LPAREN] = ACTIONS(1485), - [anon_sym_await] = ACTIONS(1487), - [anon_sym_in] = ACTIONS(1487), - [anon_sym_while] = ACTIONS(1487), - [anon_sym_do] = ACTIONS(1487), - [anon_sym_try] = ACTIONS(1487), - [anon_sym_with] = ACTIONS(1487), - [anon_sym_break] = ACTIONS(1487), - [anon_sym_continue] = ACTIONS(1487), - [anon_sym_debugger] = ACTIONS(1487), - [anon_sym_return] = ACTIONS(1487), - [anon_sym_throw] = ACTIONS(1487), - [anon_sym_SEMI] = ACTIONS(1485), - [anon_sym_case] = ACTIONS(1487), - [anon_sym_yield] = ACTIONS(1487), - [anon_sym_LBRACK] = ACTIONS(1485), - [anon_sym_LTtemplate_GT] = ACTIONS(1485), - [anon_sym_LT] = ACTIONS(1487), - [anon_sym_GT] = ACTIONS(1487), - [anon_sym_SLASH] = ACTIONS(1487), - [anon_sym_DOT] = ACTIONS(1487), - [anon_sym_class] = ACTIONS(1487), - [anon_sym_async] = ACTIONS(1487), - [anon_sym_function] = ACTIONS(1487), - [anon_sym_QMARK_DOT] = ACTIONS(1485), - [anon_sym_new] = ACTIONS(1487), - [anon_sym_AMP_AMP] = ACTIONS(1485), - [anon_sym_PIPE_PIPE] = ACTIONS(1485), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_GT_GT_GT] = ACTIONS(1485), - [anon_sym_LT_LT] = ACTIONS(1485), - [anon_sym_AMP] = ACTIONS(1487), - [anon_sym_CARET] = ACTIONS(1485), - [anon_sym_PIPE] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1487), - [anon_sym_DASH] = ACTIONS(1487), - [anon_sym_PERCENT] = ACTIONS(1485), - [anon_sym_STAR_STAR] = ACTIONS(1485), - [anon_sym_LT_EQ] = ACTIONS(1485), - [anon_sym_EQ_EQ] = ACTIONS(1487), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1485), - [anon_sym_BANG_EQ] = ACTIONS(1487), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1485), - [anon_sym_GT_EQ] = ACTIONS(1485), - [anon_sym_QMARK_QMARK] = ACTIONS(1485), - [anon_sym_instanceof] = ACTIONS(1487), - [anon_sym_TILDE] = ACTIONS(1485), - [anon_sym_void] = ACTIONS(1487), - [anon_sym_delete] = ACTIONS(1487), - [anon_sym_PLUS_PLUS] = ACTIONS(1485), - [anon_sym_DASH_DASH] = ACTIONS(1485), - [anon_sym_DQUOTE] = ACTIONS(1485), - [anon_sym_SQUOTE] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1485), - [sym_number] = ACTIONS(1485), - [sym_this] = ACTIONS(1487), - [sym_super] = ACTIONS(1487), - [sym_true] = ACTIONS(1487), - [sym_false] = ACTIONS(1487), - [sym_null] = ACTIONS(1487), - [sym_undefined] = ACTIONS(1487), - [anon_sym_AT] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1487), - [anon_sym_readonly] = ACTIONS(1487), - [anon_sym_get] = ACTIONS(1487), - [anon_sym_set] = ACTIONS(1487), - [anon_sym_declare] = ACTIONS(1487), - [anon_sym_public] = ACTIONS(1487), - [anon_sym_private] = ACTIONS(1487), - [anon_sym_protected] = ACTIONS(1487), - [anon_sym_override] = ACTIONS(1487), - [anon_sym_module] = ACTIONS(1487), - [anon_sym_any] = ACTIONS(1487), - [anon_sym_number] = ACTIONS(1487), - [anon_sym_boolean] = ACTIONS(1487), - [anon_sym_string] = ACTIONS(1487), - [anon_sym_symbol] = ACTIONS(1487), - [anon_sym_abstract] = ACTIONS(1487), - [anon_sym_satisfies] = ACTIONS(1487), - [anon_sym_interface] = ACTIONS(1487), - [anon_sym_enum] = ACTIONS(1487), - [sym__automatic_semicolon] = ACTIONS(1485), - [sym__ternary_qmark] = ACTIONS(1485), + [156] = { + [ts_builtin_sym_end] = ACTIONS(1488), + [sym_identifier] = ACTIONS(1490), + [anon_sym_export] = ACTIONS(1490), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_type] = ACTIONS(1490), + [anon_sym_as] = ACTIONS(1490), + [anon_sym_namespace] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_COMMA] = ACTIONS(1488), + [anon_sym_RBRACE] = ACTIONS(1488), + [anon_sym_typeof] = ACTIONS(1490), + [anon_sym_import] = ACTIONS(1490), + [anon_sym_var] = ACTIONS(1490), + [anon_sym_let] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_else] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_LPAREN] = ACTIONS(1488), + [anon_sym_await] = ACTIONS(1490), + [anon_sym_in] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_try] = ACTIONS(1490), + [anon_sym_with] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_debugger] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_throw] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_yield] = ACTIONS(1490), + [anon_sym_LBRACK] = ACTIONS(1488), + [anon_sym_LTtemplate_GT] = ACTIONS(1488), + [anon_sym_GT] = ACTIONS(1490), + [anon_sym_DOT] = ACTIONS(1490), + [anon_sym_class] = ACTIONS(1490), + [anon_sym_async] = ACTIONS(1490), + [anon_sym_function] = ACTIONS(1490), + [anon_sym_QMARK_DOT] = ACTIONS(1488), + [anon_sym_new] = ACTIONS(1490), + [anon_sym_AMP_AMP] = ACTIONS(1488), + [anon_sym_PIPE_PIPE] = ACTIONS(1488), + [anon_sym_GT_GT] = ACTIONS(1490), + [anon_sym_GT_GT_GT] = ACTIONS(1488), + [anon_sym_LT_LT] = ACTIONS(1488), + [anon_sym_AMP] = ACTIONS(1490), + [anon_sym_CARET] = ACTIONS(1488), + [anon_sym_PIPE] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_SLASH] = ACTIONS(1490), + [anon_sym_PERCENT] = ACTIONS(1488), + [anon_sym_STAR_STAR] = ACTIONS(1488), + [anon_sym_LT] = ACTIONS(1490), + [anon_sym_LT_EQ] = ACTIONS(1488), + [anon_sym_EQ_EQ] = ACTIONS(1490), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1488), + [anon_sym_BANG_EQ] = ACTIONS(1490), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1488), + [anon_sym_GT_EQ] = ACTIONS(1488), + [anon_sym_QMARK_QMARK] = ACTIONS(1488), + [anon_sym_instanceof] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_void] = ACTIONS(1490), + [anon_sym_delete] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1488), + [sym_number] = ACTIONS(1488), + [sym_this] = ACTIONS(1490), + [sym_super] = ACTIONS(1490), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [sym_null] = ACTIONS(1490), + [sym_undefined] = ACTIONS(1490), + [anon_sym_AT] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_get] = ACTIONS(1490), + [anon_sym_set] = ACTIONS(1490), + [anon_sym_declare] = ACTIONS(1490), + [anon_sym_public] = ACTIONS(1490), + [anon_sym_private] = ACTIONS(1490), + [anon_sym_protected] = ACTIONS(1490), + [anon_sym_override] = ACTIONS(1490), + [anon_sym_module] = ACTIONS(1490), + [anon_sym_any] = ACTIONS(1490), + [anon_sym_number] = ACTIONS(1490), + [anon_sym_boolean] = ACTIONS(1490), + [anon_sym_string] = ACTIONS(1490), + [anon_sym_symbol] = ACTIONS(1490), + [anon_sym_abstract] = ACTIONS(1490), + [anon_sym_satisfies] = ACTIONS(1490), + [anon_sym_interface] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [sym__automatic_semicolon] = ACTIONS(1488), + [sym__ternary_qmark] = ACTIONS(1488), }, - [168] = { - [ts_builtin_sym_end] = ACTIONS(1489), - [sym_identifier] = ACTIONS(1491), - [anon_sym_export] = ACTIONS(1491), - [anon_sym_STAR] = ACTIONS(1493), - [anon_sym_default] = ACTIONS(1491), - [anon_sym_type] = ACTIONS(1491), - [anon_sym_as] = ACTIONS(1493), - [anon_sym_namespace] = ACTIONS(1491), - [anon_sym_LBRACE] = ACTIONS(1489), - [anon_sym_COMMA] = ACTIONS(1495), - [anon_sym_RBRACE] = ACTIONS(1489), - [anon_sym_typeof] = ACTIONS(1491), - [anon_sym_import] = ACTIONS(1491), - [anon_sym_var] = ACTIONS(1491), - [anon_sym_let] = ACTIONS(1491), - [anon_sym_const] = ACTIONS(1491), - [anon_sym_BANG] = ACTIONS(1491), - [anon_sym_else] = ACTIONS(1491), - [anon_sym_if] = ACTIONS(1491), - [anon_sym_switch] = ACTIONS(1491), - [anon_sym_for] = ACTIONS(1491), - [anon_sym_LPAREN] = ACTIONS(1489), - [anon_sym_await] = ACTIONS(1491), - [anon_sym_in] = ACTIONS(1493), - [anon_sym_while] = ACTIONS(1491), - [anon_sym_do] = ACTIONS(1491), - [anon_sym_try] = ACTIONS(1491), - [anon_sym_with] = ACTIONS(1491), - [anon_sym_break] = ACTIONS(1491), - [anon_sym_continue] = ACTIONS(1491), - [anon_sym_debugger] = ACTIONS(1491), - [anon_sym_return] = ACTIONS(1491), - [anon_sym_throw] = ACTIONS(1491), - [anon_sym_SEMI] = ACTIONS(1489), - [anon_sym_case] = ACTIONS(1491), - [anon_sym_yield] = ACTIONS(1491), - [anon_sym_LBRACK] = ACTIONS(1489), - [anon_sym_LTtemplate_GT] = ACTIONS(1489), - [anon_sym_LT] = ACTIONS(1491), - [anon_sym_GT] = ACTIONS(1493), - [anon_sym_SLASH] = ACTIONS(1491), - [anon_sym_DOT] = ACTIONS(1493), - [anon_sym_class] = ACTIONS(1491), - [anon_sym_async] = ACTIONS(1491), - [anon_sym_function] = ACTIONS(1491), - [anon_sym_QMARK_DOT] = ACTIONS(1495), - [anon_sym_new] = ACTIONS(1491), - [anon_sym_AMP_AMP] = ACTIONS(1495), - [anon_sym_PIPE_PIPE] = ACTIONS(1495), - [anon_sym_GT_GT] = ACTIONS(1493), - [anon_sym_GT_GT_GT] = ACTIONS(1495), - [anon_sym_LT_LT] = ACTIONS(1495), - [anon_sym_AMP] = ACTIONS(1493), - [anon_sym_CARET] = ACTIONS(1495), - [anon_sym_PIPE] = ACTIONS(1493), - [anon_sym_PLUS] = ACTIONS(1491), - [anon_sym_DASH] = ACTIONS(1491), - [anon_sym_PERCENT] = ACTIONS(1495), - [anon_sym_STAR_STAR] = ACTIONS(1495), - [anon_sym_LT_EQ] = ACTIONS(1495), - [anon_sym_EQ_EQ] = ACTIONS(1493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1495), - [anon_sym_BANG_EQ] = ACTIONS(1493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1495), - [anon_sym_GT_EQ] = ACTIONS(1495), - [anon_sym_QMARK_QMARK] = ACTIONS(1495), - [anon_sym_instanceof] = ACTIONS(1493), - [anon_sym_TILDE] = ACTIONS(1489), - [anon_sym_void] = ACTIONS(1491), - [anon_sym_delete] = ACTIONS(1491), - [anon_sym_PLUS_PLUS] = ACTIONS(1489), - [anon_sym_DASH_DASH] = ACTIONS(1489), - [anon_sym_DQUOTE] = ACTIONS(1489), - [anon_sym_SQUOTE] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1489), - [sym_number] = ACTIONS(1489), - [sym_this] = ACTIONS(1491), - [sym_super] = ACTIONS(1491), - [sym_true] = ACTIONS(1491), - [sym_false] = ACTIONS(1491), - [sym_null] = ACTIONS(1491), - [sym_undefined] = ACTIONS(1491), - [anon_sym_AT] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1491), - [anon_sym_readonly] = ACTIONS(1491), - [anon_sym_get] = ACTIONS(1491), - [anon_sym_set] = ACTIONS(1491), - [anon_sym_declare] = ACTIONS(1491), - [anon_sym_public] = ACTIONS(1491), - [anon_sym_private] = ACTIONS(1491), - [anon_sym_protected] = ACTIONS(1491), - [anon_sym_override] = ACTIONS(1491), - [anon_sym_module] = ACTIONS(1491), - [anon_sym_any] = ACTIONS(1491), - [anon_sym_number] = ACTIONS(1491), - [anon_sym_boolean] = ACTIONS(1491), - [anon_sym_string] = ACTIONS(1491), - [anon_sym_symbol] = ACTIONS(1491), - [anon_sym_abstract] = ACTIONS(1491), - [anon_sym_satisfies] = ACTIONS(1493), - [anon_sym_interface] = ACTIONS(1491), - [anon_sym_enum] = ACTIONS(1491), - [sym__automatic_semicolon] = ACTIONS(1497), - [sym__ternary_qmark] = ACTIONS(1495), + [157] = { + [ts_builtin_sym_end] = ACTIONS(1492), + [sym_identifier] = ACTIONS(1494), + [anon_sym_export] = ACTIONS(1494), + [anon_sym_STAR] = ACTIONS(1496), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_type] = ACTIONS(1494), + [anon_sym_as] = ACTIONS(1496), + [anon_sym_namespace] = ACTIONS(1494), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_COMMA] = ACTIONS(1498), + [anon_sym_RBRACE] = ACTIONS(1492), + [anon_sym_typeof] = ACTIONS(1494), + [anon_sym_import] = ACTIONS(1494), + [anon_sym_var] = ACTIONS(1494), + [anon_sym_let] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_else] = ACTIONS(1494), + [anon_sym_if] = ACTIONS(1494), + [anon_sym_switch] = ACTIONS(1494), + [anon_sym_for] = ACTIONS(1494), + [anon_sym_LPAREN] = ACTIONS(1492), + [anon_sym_await] = ACTIONS(1494), + [anon_sym_in] = ACTIONS(1496), + [anon_sym_while] = ACTIONS(1494), + [anon_sym_do] = ACTIONS(1494), + [anon_sym_try] = ACTIONS(1494), + [anon_sym_with] = ACTIONS(1494), + [anon_sym_break] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1494), + [anon_sym_debugger] = ACTIONS(1494), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_throw] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1494), + [anon_sym_yield] = ACTIONS(1494), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_LTtemplate_GT] = ACTIONS(1492), + [anon_sym_GT] = ACTIONS(1496), + [anon_sym_DOT] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1494), + [anon_sym_async] = ACTIONS(1494), + [anon_sym_function] = ACTIONS(1494), + [anon_sym_QMARK_DOT] = ACTIONS(1498), + [anon_sym_new] = ACTIONS(1494), + [anon_sym_AMP_AMP] = ACTIONS(1498), + [anon_sym_PIPE_PIPE] = ACTIONS(1498), + [anon_sym_GT_GT] = ACTIONS(1496), + [anon_sym_GT_GT_GT] = ACTIONS(1498), + [anon_sym_LT_LT] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_CARET] = ACTIONS(1498), + [anon_sym_PIPE] = ACTIONS(1496), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_SLASH] = ACTIONS(1494), + [anon_sym_PERCENT] = ACTIONS(1498), + [anon_sym_STAR_STAR] = ACTIONS(1498), + [anon_sym_LT] = ACTIONS(1494), + [anon_sym_LT_EQ] = ACTIONS(1498), + [anon_sym_EQ_EQ] = ACTIONS(1496), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1498), + [anon_sym_BANG_EQ] = ACTIONS(1496), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1498), + [anon_sym_GT_EQ] = ACTIONS(1498), + [anon_sym_QMARK_QMARK] = ACTIONS(1498), + [anon_sym_instanceof] = ACTIONS(1496), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_void] = ACTIONS(1494), + [anon_sym_delete] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1492), + [sym_number] = ACTIONS(1492), + [sym_this] = ACTIONS(1494), + [sym_super] = ACTIONS(1494), + [sym_true] = ACTIONS(1494), + [sym_false] = ACTIONS(1494), + [sym_null] = ACTIONS(1494), + [sym_undefined] = ACTIONS(1494), + [anon_sym_AT] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1494), + [anon_sym_readonly] = ACTIONS(1494), + [anon_sym_get] = ACTIONS(1494), + [anon_sym_set] = ACTIONS(1494), + [anon_sym_declare] = ACTIONS(1494), + [anon_sym_public] = ACTIONS(1494), + [anon_sym_private] = ACTIONS(1494), + [anon_sym_protected] = ACTIONS(1494), + [anon_sym_override] = ACTIONS(1494), + [anon_sym_module] = ACTIONS(1494), + [anon_sym_any] = ACTIONS(1494), + [anon_sym_number] = ACTIONS(1494), + [anon_sym_boolean] = ACTIONS(1494), + [anon_sym_string] = ACTIONS(1494), + [anon_sym_symbol] = ACTIONS(1494), + [anon_sym_abstract] = ACTIONS(1494), + [anon_sym_satisfies] = ACTIONS(1496), + [anon_sym_interface] = ACTIONS(1494), + [anon_sym_enum] = ACTIONS(1494), + [sym__automatic_semicolon] = ACTIONS(1498), + [sym__ternary_qmark] = ACTIONS(1498), }, - [169] = { - [ts_builtin_sym_end] = ACTIONS(1499), - [sym_identifier] = ACTIONS(1501), - [anon_sym_export] = ACTIONS(1501), - [anon_sym_STAR] = ACTIONS(1503), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_type] = ACTIONS(1501), - [anon_sym_as] = ACTIONS(1503), - [anon_sym_namespace] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_COMMA] = ACTIONS(1505), - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_typeof] = ACTIONS(1501), - [anon_sym_import] = ACTIONS(1501), - [anon_sym_var] = ACTIONS(1501), - [anon_sym_let] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1501), - [anon_sym_else] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_LPAREN] = ACTIONS(1499), - [anon_sym_await] = ACTIONS(1501), - [anon_sym_in] = ACTIONS(1503), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_try] = ACTIONS(1501), - [anon_sym_with] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_debugger] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_throw] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_yield] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_LTtemplate_GT] = ACTIONS(1499), - [anon_sym_LT] = ACTIONS(1501), - [anon_sym_GT] = ACTIONS(1503), - [anon_sym_SLASH] = ACTIONS(1501), - [anon_sym_DOT] = ACTIONS(1503), - [anon_sym_class] = ACTIONS(1501), - [anon_sym_async] = ACTIONS(1501), - [anon_sym_function] = ACTIONS(1501), - [anon_sym_QMARK_DOT] = ACTIONS(1505), - [anon_sym_new] = ACTIONS(1501), - [anon_sym_AMP_AMP] = ACTIONS(1505), - [anon_sym_PIPE_PIPE] = ACTIONS(1505), - [anon_sym_GT_GT] = ACTIONS(1503), - [anon_sym_GT_GT_GT] = ACTIONS(1505), - [anon_sym_LT_LT] = ACTIONS(1505), - [anon_sym_AMP] = ACTIONS(1503), - [anon_sym_CARET] = ACTIONS(1505), - [anon_sym_PIPE] = ACTIONS(1503), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_PERCENT] = ACTIONS(1505), - [anon_sym_STAR_STAR] = ACTIONS(1505), - [anon_sym_LT_EQ] = ACTIONS(1505), - [anon_sym_EQ_EQ] = ACTIONS(1503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1505), - [anon_sym_BANG_EQ] = ACTIONS(1503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1505), - [anon_sym_GT_EQ] = ACTIONS(1505), - [anon_sym_QMARK_QMARK] = ACTIONS(1505), - [anon_sym_instanceof] = ACTIONS(1503), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_void] = ACTIONS(1501), - [anon_sym_delete] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1499), - [sym_number] = ACTIONS(1499), - [sym_this] = ACTIONS(1501), - [sym_super] = ACTIONS(1501), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [sym_null] = ACTIONS(1501), - [sym_undefined] = ACTIONS(1501), - [anon_sym_AT] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_get] = ACTIONS(1501), - [anon_sym_set] = ACTIONS(1501), - [anon_sym_declare] = ACTIONS(1501), - [anon_sym_public] = ACTIONS(1501), - [anon_sym_private] = ACTIONS(1501), - [anon_sym_protected] = ACTIONS(1501), - [anon_sym_override] = ACTIONS(1501), - [anon_sym_module] = ACTIONS(1501), - [anon_sym_any] = ACTIONS(1501), - [anon_sym_number] = ACTIONS(1501), - [anon_sym_boolean] = ACTIONS(1501), - [anon_sym_string] = ACTIONS(1501), - [anon_sym_symbol] = ACTIONS(1501), - [anon_sym_abstract] = ACTIONS(1501), - [anon_sym_satisfies] = ACTIONS(1503), - [anon_sym_interface] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - [sym__automatic_semicolon] = ACTIONS(1507), - [sym__ternary_qmark] = ACTIONS(1505), + [158] = { + [ts_builtin_sym_end] = ACTIONS(1500), + [sym_identifier] = ACTIONS(1502), + [anon_sym_export] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_default] = ACTIONS(1502), + [anon_sym_type] = ACTIONS(1502), + [anon_sym_as] = ACTIONS(1502), + [anon_sym_namespace] = ACTIONS(1502), + [anon_sym_LBRACE] = ACTIONS(1500), + [anon_sym_COMMA] = ACTIONS(1500), + [anon_sym_RBRACE] = ACTIONS(1500), + [anon_sym_typeof] = ACTIONS(1502), + [anon_sym_import] = ACTIONS(1502), + [anon_sym_var] = ACTIONS(1502), + [anon_sym_let] = ACTIONS(1502), + [anon_sym_const] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_else] = ACTIONS(1502), + [anon_sym_if] = ACTIONS(1502), + [anon_sym_switch] = ACTIONS(1502), + [anon_sym_for] = ACTIONS(1502), + [anon_sym_LPAREN] = ACTIONS(1500), + [anon_sym_await] = ACTIONS(1502), + [anon_sym_in] = ACTIONS(1502), + [anon_sym_while] = ACTIONS(1502), + [anon_sym_do] = ACTIONS(1502), + [anon_sym_try] = ACTIONS(1502), + [anon_sym_with] = ACTIONS(1502), + [anon_sym_break] = ACTIONS(1502), + [anon_sym_continue] = ACTIONS(1502), + [anon_sym_debugger] = ACTIONS(1502), + [anon_sym_return] = ACTIONS(1502), + [anon_sym_throw] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1502), + [anon_sym_yield] = ACTIONS(1502), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_LTtemplate_GT] = ACTIONS(1500), + [anon_sym_GT] = ACTIONS(1502), + [anon_sym_DOT] = ACTIONS(1502), + [anon_sym_class] = ACTIONS(1502), + [anon_sym_async] = ACTIONS(1502), + [anon_sym_function] = ACTIONS(1502), + [anon_sym_QMARK_DOT] = ACTIONS(1500), + [anon_sym_new] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1500), + [anon_sym_PIPE_PIPE] = ACTIONS(1500), + [anon_sym_GT_GT] = ACTIONS(1502), + [anon_sym_GT_GT_GT] = ACTIONS(1500), + [anon_sym_LT_LT] = ACTIONS(1500), + [anon_sym_AMP] = ACTIONS(1502), + [anon_sym_CARET] = ACTIONS(1500), + [anon_sym_PIPE] = ACTIONS(1502), + [anon_sym_PLUS] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1502), + [anon_sym_SLASH] = ACTIONS(1502), + [anon_sym_PERCENT] = ACTIONS(1500), + [anon_sym_STAR_STAR] = ACTIONS(1500), + [anon_sym_LT] = ACTIONS(1502), + [anon_sym_LT_EQ] = ACTIONS(1500), + [anon_sym_EQ_EQ] = ACTIONS(1502), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1500), + [anon_sym_BANG_EQ] = ACTIONS(1502), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1500), + [anon_sym_GT_EQ] = ACTIONS(1500), + [anon_sym_QMARK_QMARK] = ACTIONS(1500), + [anon_sym_instanceof] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1500), + [anon_sym_void] = ACTIONS(1502), + [anon_sym_delete] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1500), + [anon_sym_SQUOTE] = ACTIONS(1500), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1500), + [sym_number] = ACTIONS(1500), + [sym_this] = ACTIONS(1502), + [sym_super] = ACTIONS(1502), + [sym_true] = ACTIONS(1502), + [sym_false] = ACTIONS(1502), + [sym_null] = ACTIONS(1502), + [sym_undefined] = ACTIONS(1502), + [anon_sym_AT] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1502), + [anon_sym_readonly] = ACTIONS(1502), + [anon_sym_get] = ACTIONS(1502), + [anon_sym_set] = ACTIONS(1502), + [anon_sym_declare] = ACTIONS(1502), + [anon_sym_public] = ACTIONS(1502), + [anon_sym_private] = ACTIONS(1502), + [anon_sym_protected] = ACTIONS(1502), + [anon_sym_override] = ACTIONS(1502), + [anon_sym_module] = ACTIONS(1502), + [anon_sym_any] = ACTIONS(1502), + [anon_sym_number] = ACTIONS(1502), + [anon_sym_boolean] = ACTIONS(1502), + [anon_sym_string] = ACTIONS(1502), + [anon_sym_symbol] = ACTIONS(1502), + [anon_sym_abstract] = ACTIONS(1502), + [anon_sym_satisfies] = ACTIONS(1502), + [anon_sym_interface] = ACTIONS(1502), + [anon_sym_enum] = ACTIONS(1502), + [sym__automatic_semicolon] = ACTIONS(1500), + [sym__ternary_qmark] = ACTIONS(1500), }, - [170] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1553), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(4092), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3602), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3604), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1509), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1512), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [159] = { + [ts_builtin_sym_end] = ACTIONS(1504), + [sym_identifier] = ACTIONS(1506), + [anon_sym_export] = ACTIONS(1506), + [anon_sym_STAR] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_type] = ACTIONS(1506), + [anon_sym_as] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1506), + [anon_sym_LBRACE] = ACTIONS(1504), + [anon_sym_COMMA] = ACTIONS(1510), + [anon_sym_RBRACE] = ACTIONS(1504), + [anon_sym_typeof] = ACTIONS(1506), + [anon_sym_import] = ACTIONS(1506), + [anon_sym_var] = ACTIONS(1506), + [anon_sym_let] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_else] = ACTIONS(1506), + [anon_sym_if] = ACTIONS(1506), + [anon_sym_switch] = ACTIONS(1506), + [anon_sym_for] = ACTIONS(1506), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_await] = ACTIONS(1506), + [anon_sym_in] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1506), + [anon_sym_do] = ACTIONS(1506), + [anon_sym_try] = ACTIONS(1506), + [anon_sym_with] = ACTIONS(1506), + [anon_sym_break] = ACTIONS(1506), + [anon_sym_continue] = ACTIONS(1506), + [anon_sym_debugger] = ACTIONS(1506), + [anon_sym_return] = ACTIONS(1506), + [anon_sym_throw] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1506), + [anon_sym_yield] = ACTIONS(1506), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_LTtemplate_GT] = ACTIONS(1504), + [anon_sym_GT] = ACTIONS(1508), + [anon_sym_DOT] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1506), + [anon_sym_async] = ACTIONS(1506), + [anon_sym_function] = ACTIONS(1506), + [anon_sym_QMARK_DOT] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1506), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_PIPE_PIPE] = ACTIONS(1510), + [anon_sym_GT_GT] = ACTIONS(1508), + [anon_sym_GT_GT_GT] = ACTIONS(1510), + [anon_sym_LT_LT] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_CARET] = ACTIONS(1510), + [anon_sym_PIPE] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_SLASH] = ACTIONS(1506), + [anon_sym_PERCENT] = ACTIONS(1510), + [anon_sym_STAR_STAR] = ACTIONS(1510), + [anon_sym_LT] = ACTIONS(1506), + [anon_sym_LT_EQ] = ACTIONS(1510), + [anon_sym_EQ_EQ] = ACTIONS(1508), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1510), + [anon_sym_BANG_EQ] = ACTIONS(1508), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1510), + [anon_sym_GT_EQ] = ACTIONS(1510), + [anon_sym_QMARK_QMARK] = ACTIONS(1510), + [anon_sym_instanceof] = ACTIONS(1508), + [anon_sym_TILDE] = ACTIONS(1504), + [anon_sym_void] = ACTIONS(1506), + [anon_sym_delete] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1504), + [anon_sym_SQUOTE] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1504), + [sym_number] = ACTIONS(1504), + [sym_this] = ACTIONS(1506), + [sym_super] = ACTIONS(1506), + [sym_true] = ACTIONS(1506), + [sym_false] = ACTIONS(1506), + [sym_null] = ACTIONS(1506), + [sym_undefined] = ACTIONS(1506), + [anon_sym_AT] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1506), + [anon_sym_readonly] = ACTIONS(1506), + [anon_sym_get] = ACTIONS(1506), + [anon_sym_set] = ACTIONS(1506), + [anon_sym_declare] = ACTIONS(1506), + [anon_sym_public] = ACTIONS(1506), + [anon_sym_private] = ACTIONS(1506), + [anon_sym_protected] = ACTIONS(1506), + [anon_sym_override] = ACTIONS(1506), + [anon_sym_module] = ACTIONS(1506), + [anon_sym_any] = ACTIONS(1506), + [anon_sym_number] = ACTIONS(1506), + [anon_sym_boolean] = ACTIONS(1506), + [anon_sym_string] = ACTIONS(1506), + [anon_sym_symbol] = ACTIONS(1506), + [anon_sym_abstract] = ACTIONS(1506), + [anon_sym_satisfies] = ACTIONS(1508), + [anon_sym_interface] = ACTIONS(1506), + [anon_sym_enum] = ACTIONS(1506), + [sym__automatic_semicolon] = ACTIONS(1512), + [sym__ternary_qmark] = ACTIONS(1510), }, - [171] = { - [ts_builtin_sym_end] = ACTIONS(1516), - [sym_identifier] = ACTIONS(1518), - [anon_sym_export] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_default] = ACTIONS(1518), - [anon_sym_type] = ACTIONS(1518), - [anon_sym_as] = ACTIONS(1520), - [anon_sym_namespace] = ACTIONS(1518), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1522), - [anon_sym_RBRACE] = ACTIONS(1516), - [anon_sym_typeof] = ACTIONS(1518), - [anon_sym_import] = ACTIONS(1518), - [anon_sym_var] = ACTIONS(1518), - [anon_sym_let] = ACTIONS(1518), - [anon_sym_const] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_else] = ACTIONS(1518), - [anon_sym_if] = ACTIONS(1518), - [anon_sym_switch] = ACTIONS(1518), - [anon_sym_for] = ACTIONS(1518), - [anon_sym_LPAREN] = ACTIONS(1516), - [anon_sym_await] = ACTIONS(1518), - [anon_sym_in] = ACTIONS(1520), - [anon_sym_while] = ACTIONS(1518), - [anon_sym_do] = ACTIONS(1518), - [anon_sym_try] = ACTIONS(1518), - [anon_sym_with] = ACTIONS(1518), - [anon_sym_break] = ACTIONS(1518), - [anon_sym_continue] = ACTIONS(1518), - [anon_sym_debugger] = ACTIONS(1518), - [anon_sym_return] = ACTIONS(1518), - [anon_sym_throw] = ACTIONS(1518), - [anon_sym_SEMI] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1518), - [anon_sym_yield] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_LTtemplate_GT] = ACTIONS(1516), - [anon_sym_LT] = ACTIONS(1518), - [anon_sym_GT] = ACTIONS(1520), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_DOT] = ACTIONS(1520), - [anon_sym_class] = ACTIONS(1518), - [anon_sym_async] = ACTIONS(1518), - [anon_sym_function] = ACTIONS(1518), - [anon_sym_QMARK_DOT] = ACTIONS(1522), - [anon_sym_new] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1522), - [anon_sym_PIPE_PIPE] = ACTIONS(1522), - [anon_sym_GT_GT] = ACTIONS(1520), - [anon_sym_GT_GT_GT] = ACTIONS(1522), - [anon_sym_LT_LT] = ACTIONS(1522), - [anon_sym_AMP] = ACTIONS(1520), - [anon_sym_CARET] = ACTIONS(1522), - [anon_sym_PIPE] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1522), - [anon_sym_STAR_STAR] = ACTIONS(1522), - [anon_sym_LT_EQ] = ACTIONS(1522), - [anon_sym_EQ_EQ] = ACTIONS(1520), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1522), - [anon_sym_BANG_EQ] = ACTIONS(1520), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1522), - [anon_sym_GT_EQ] = ACTIONS(1522), - [anon_sym_QMARK_QMARK] = ACTIONS(1522), - [anon_sym_instanceof] = ACTIONS(1520), - [anon_sym_TILDE] = ACTIONS(1516), - [anon_sym_void] = ACTIONS(1518), - [anon_sym_delete] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [160] = { + [ts_builtin_sym_end] = ACTIONS(1514), + [sym_identifier] = ACTIONS(1516), + [anon_sym_export] = ACTIONS(1516), + [anon_sym_STAR] = ACTIONS(1516), + [anon_sym_default] = ACTIONS(1516), + [anon_sym_type] = ACTIONS(1516), + [anon_sym_as] = ACTIONS(1516), + [anon_sym_namespace] = ACTIONS(1516), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_COMMA] = ACTIONS(1514), + [anon_sym_RBRACE] = ACTIONS(1514), + [anon_sym_typeof] = ACTIONS(1516), + [anon_sym_import] = ACTIONS(1516), + [anon_sym_var] = ACTIONS(1516), + [anon_sym_let] = ACTIONS(1516), + [anon_sym_const] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1516), + [anon_sym_else] = ACTIONS(1516), + [anon_sym_if] = ACTIONS(1516), + [anon_sym_switch] = ACTIONS(1516), + [anon_sym_for] = ACTIONS(1516), + [anon_sym_LPAREN] = ACTIONS(1514), + [anon_sym_await] = ACTIONS(1516), + [anon_sym_in] = ACTIONS(1516), + [anon_sym_while] = ACTIONS(1516), + [anon_sym_do] = ACTIONS(1516), + [anon_sym_try] = ACTIONS(1516), + [anon_sym_with] = ACTIONS(1516), + [anon_sym_break] = ACTIONS(1516), + [anon_sym_continue] = ACTIONS(1516), + [anon_sym_debugger] = ACTIONS(1516), + [anon_sym_return] = ACTIONS(1516), + [anon_sym_throw] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_case] = ACTIONS(1516), + [anon_sym_yield] = ACTIONS(1516), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_LTtemplate_GT] = ACTIONS(1514), + [anon_sym_GT] = ACTIONS(1516), + [anon_sym_DOT] = ACTIONS(1516), + [anon_sym_class] = ACTIONS(1516), + [anon_sym_async] = ACTIONS(1516), + [anon_sym_function] = ACTIONS(1516), + [anon_sym_QMARK_DOT] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1516), + [anon_sym_AMP_AMP] = ACTIONS(1514), + [anon_sym_PIPE_PIPE] = ACTIONS(1514), + [anon_sym_GT_GT] = ACTIONS(1516), + [anon_sym_GT_GT_GT] = ACTIONS(1514), + [anon_sym_LT_LT] = ACTIONS(1514), + [anon_sym_AMP] = ACTIONS(1516), + [anon_sym_CARET] = ACTIONS(1514), + [anon_sym_PIPE] = ACTIONS(1516), + [anon_sym_PLUS] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1516), + [anon_sym_SLASH] = ACTIONS(1516), + [anon_sym_PERCENT] = ACTIONS(1514), + [anon_sym_STAR_STAR] = ACTIONS(1514), + [anon_sym_LT] = ACTIONS(1516), + [anon_sym_LT_EQ] = ACTIONS(1514), + [anon_sym_EQ_EQ] = ACTIONS(1516), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1514), + [anon_sym_BANG_EQ] = ACTIONS(1516), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1514), + [anon_sym_GT_EQ] = ACTIONS(1514), + [anon_sym_QMARK_QMARK] = ACTIONS(1514), + [anon_sym_instanceof] = ACTIONS(1516), + [anon_sym_TILDE] = ACTIONS(1514), + [anon_sym_void] = ACTIONS(1516), + [anon_sym_delete] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1514), [anon_sym_DASH_DASH] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1516), - [sym_number] = ACTIONS(1516), - [sym_this] = ACTIONS(1518), - [sym_super] = ACTIONS(1518), - [sym_true] = ACTIONS(1518), - [sym_false] = ACTIONS(1518), - [sym_null] = ACTIONS(1518), - [sym_undefined] = ACTIONS(1518), - [anon_sym_AT] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1518), - [anon_sym_readonly] = ACTIONS(1518), - [anon_sym_get] = ACTIONS(1518), - [anon_sym_set] = ACTIONS(1518), - [anon_sym_declare] = ACTIONS(1518), - [anon_sym_public] = ACTIONS(1518), - [anon_sym_private] = ACTIONS(1518), - [anon_sym_protected] = ACTIONS(1518), - [anon_sym_override] = ACTIONS(1518), - [anon_sym_module] = ACTIONS(1518), - [anon_sym_any] = ACTIONS(1518), - [anon_sym_number] = ACTIONS(1518), - [anon_sym_boolean] = ACTIONS(1518), - [anon_sym_string] = ACTIONS(1518), - [anon_sym_symbol] = ACTIONS(1518), - [anon_sym_abstract] = ACTIONS(1518), - [anon_sym_satisfies] = ACTIONS(1520), - [anon_sym_interface] = ACTIONS(1518), - [anon_sym_enum] = ACTIONS(1518), - [sym__automatic_semicolon] = ACTIONS(1524), - [sym__ternary_qmark] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1514), + [anon_sym_SQUOTE] = ACTIONS(1514), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1514), + [sym_number] = ACTIONS(1514), + [sym_this] = ACTIONS(1516), + [sym_super] = ACTIONS(1516), + [sym_true] = ACTIONS(1516), + [sym_false] = ACTIONS(1516), + [sym_null] = ACTIONS(1516), + [sym_undefined] = ACTIONS(1516), + [anon_sym_AT] = ACTIONS(1514), + [anon_sym_static] = ACTIONS(1516), + [anon_sym_readonly] = ACTIONS(1516), + [anon_sym_get] = ACTIONS(1516), + [anon_sym_set] = ACTIONS(1516), + [anon_sym_declare] = ACTIONS(1516), + [anon_sym_public] = ACTIONS(1516), + [anon_sym_private] = ACTIONS(1516), + [anon_sym_protected] = ACTIONS(1516), + [anon_sym_override] = ACTIONS(1516), + [anon_sym_module] = ACTIONS(1516), + [anon_sym_any] = ACTIONS(1516), + [anon_sym_number] = ACTIONS(1516), + [anon_sym_boolean] = ACTIONS(1516), + [anon_sym_string] = ACTIONS(1516), + [anon_sym_symbol] = ACTIONS(1516), + [anon_sym_abstract] = ACTIONS(1516), + [anon_sym_satisfies] = ACTIONS(1516), + [anon_sym_interface] = ACTIONS(1516), + [anon_sym_enum] = ACTIONS(1516), + [sym__automatic_semicolon] = ACTIONS(1514), + [sym__ternary_qmark] = ACTIONS(1514), }, - [172] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_assignment_pattern] = STATE(3720), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3575), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_pattern_repeat1] = STATE(3590), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(1409), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), - [anon_sym_RBRACK] = ACTIONS(1526), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [161] = { + [ts_builtin_sym_end] = ACTIONS(1518), + [sym_identifier] = ACTIONS(1520), + [anon_sym_export] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_type] = ACTIONS(1520), + [anon_sym_as] = ACTIONS(1522), + [anon_sym_namespace] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1518), + [anon_sym_COMMA] = ACTIONS(1524), + [anon_sym_RBRACE] = ACTIONS(1518), + [anon_sym_typeof] = ACTIONS(1520), + [anon_sym_import] = ACTIONS(1520), + [anon_sym_var] = ACTIONS(1520), + [anon_sym_let] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_BANG] = ACTIONS(1520), + [anon_sym_else] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_LPAREN] = ACTIONS(1518), + [anon_sym_await] = ACTIONS(1520), + [anon_sym_in] = ACTIONS(1522), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_try] = ACTIONS(1520), + [anon_sym_with] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_debugger] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_throw] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1518), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_yield] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_LTtemplate_GT] = ACTIONS(1518), + [anon_sym_GT] = ACTIONS(1522), + [anon_sym_DOT] = ACTIONS(1522), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_async] = ACTIONS(1520), + [anon_sym_function] = ACTIONS(1520), + [anon_sym_QMARK_DOT] = ACTIONS(1524), + [anon_sym_new] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1524), + [anon_sym_PIPE_PIPE] = ACTIONS(1524), + [anon_sym_GT_GT] = ACTIONS(1522), + [anon_sym_GT_GT_GT] = ACTIONS(1524), + [anon_sym_LT_LT] = ACTIONS(1524), + [anon_sym_AMP] = ACTIONS(1522), + [anon_sym_CARET] = ACTIONS(1524), + [anon_sym_PIPE] = ACTIONS(1522), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_SLASH] = ACTIONS(1520), + [anon_sym_PERCENT] = ACTIONS(1524), + [anon_sym_STAR_STAR] = ACTIONS(1524), + [anon_sym_LT] = ACTIONS(1520), + [anon_sym_LT_EQ] = ACTIONS(1524), + [anon_sym_EQ_EQ] = ACTIONS(1522), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1524), + [anon_sym_BANG_EQ] = ACTIONS(1522), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1524), + [anon_sym_GT_EQ] = ACTIONS(1524), + [anon_sym_QMARK_QMARK] = ACTIONS(1524), + [anon_sym_instanceof] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1518), + [anon_sym_void] = ACTIONS(1520), + [anon_sym_delete] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1518), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_DQUOTE] = ACTIONS(1518), + [anon_sym_SQUOTE] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1518), + [sym_number] = ACTIONS(1518), + [sym_this] = ACTIONS(1520), + [sym_super] = ACTIONS(1520), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [sym_null] = ACTIONS(1520), + [sym_undefined] = ACTIONS(1520), + [anon_sym_AT] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_get] = ACTIONS(1520), + [anon_sym_set] = ACTIONS(1520), + [anon_sym_declare] = ACTIONS(1520), + [anon_sym_public] = ACTIONS(1520), + [anon_sym_private] = ACTIONS(1520), + [anon_sym_protected] = ACTIONS(1520), + [anon_sym_override] = ACTIONS(1520), + [anon_sym_module] = ACTIONS(1520), + [anon_sym_any] = ACTIONS(1520), + [anon_sym_number] = ACTIONS(1520), + [anon_sym_boolean] = ACTIONS(1520), + [anon_sym_string] = ACTIONS(1520), + [anon_sym_symbol] = ACTIONS(1520), + [anon_sym_abstract] = ACTIONS(1520), + [anon_sym_satisfies] = ACTIONS(1522), + [anon_sym_interface] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [sym__automatic_semicolon] = ACTIONS(1526), + [sym__ternary_qmark] = ACTIONS(1524), }, - [173] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1553), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(4092), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3602), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3604), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1509), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1528), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [162] = { + [ts_builtin_sym_end] = ACTIONS(1528), + [sym_identifier] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_type] = ACTIONS(1530), + [anon_sym_as] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_typeof] = ACTIONS(1530), + [anon_sym_import] = ACTIONS(1530), + [anon_sym_var] = ACTIONS(1530), + [anon_sym_let] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_BANG] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_await] = ACTIONS(1530), + [anon_sym_in] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_with] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_debugger] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_yield] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LTtemplate_GT] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_async] = ACTIONS(1530), + [anon_sym_function] = ACTIONS(1530), + [anon_sym_QMARK_DOT] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1530), + [anon_sym_AMP_AMP] = ACTIONS(1528), + [anon_sym_PIPE_PIPE] = ACTIONS(1528), + [anon_sym_GT_GT] = ACTIONS(1530), + [anon_sym_GT_GT_GT] = ACTIONS(1528), + [anon_sym_LT_LT] = ACTIONS(1528), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_SLASH] = ACTIONS(1530), + [anon_sym_PERCENT] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1528), + [anon_sym_LT] = ACTIONS(1530), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1530), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1530), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_QMARK_QMARK] = ACTIONS(1528), + [anon_sym_instanceof] = ACTIONS(1530), + [anon_sym_TILDE] = ACTIONS(1528), + [anon_sym_void] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_PLUS_PLUS] = ACTIONS(1528), + [anon_sym_DASH_DASH] = ACTIONS(1530), + [anon_sym_DQUOTE] = ACTIONS(1528), + [anon_sym_SQUOTE] = ACTIONS(1528), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1528), + [sym_number] = ACTIONS(1528), + [sym_this] = ACTIONS(1530), + [sym_super] = ACTIONS(1530), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_undefined] = ACTIONS(1530), + [anon_sym_AT] = ACTIONS(1528), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_readonly] = ACTIONS(1530), + [anon_sym_get] = ACTIONS(1530), + [anon_sym_set] = ACTIONS(1530), + [anon_sym_declare] = ACTIONS(1530), + [anon_sym_public] = ACTIONS(1530), + [anon_sym_private] = ACTIONS(1530), + [anon_sym_protected] = ACTIONS(1530), + [anon_sym_override] = ACTIONS(1530), + [anon_sym_module] = ACTIONS(1530), + [anon_sym_any] = ACTIONS(1530), + [anon_sym_number] = ACTIONS(1530), + [anon_sym_boolean] = ACTIONS(1530), + [anon_sym_string] = ACTIONS(1530), + [anon_sym_symbol] = ACTIONS(1530), + [anon_sym_abstract] = ACTIONS(1530), + [anon_sym_satisfies] = ACTIONS(1530), + [anon_sym_interface] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [sym__automatic_semicolon] = ACTIONS(1528), + [sym__ternary_qmark] = ACTIONS(1528), }, - [174] = { + [163] = { [ts_builtin_sym_end] = ACTIONS(1532), [sym_identifier] = ACTIONS(1534), [anon_sym_export] = ACTIONS(1534), @@ -39525,9 +38504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(1534), [anon_sym_LBRACK] = ACTIONS(1532), [anon_sym_LTtemplate_GT] = ACTIONS(1532), - [anon_sym_LT] = ACTIONS(1534), [anon_sym_GT] = ACTIONS(1536), - [anon_sym_SLASH] = ACTIONS(1534), [anon_sym_DOT] = ACTIONS(1536), [anon_sym_class] = ACTIONS(1534), [anon_sym_async] = ACTIONS(1534), @@ -39544,8 +38521,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(1536), [anon_sym_PLUS] = ACTIONS(1534), [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_SLASH] = ACTIONS(1534), [anon_sym_PERCENT] = ACTIONS(1538), [anon_sym_STAR_STAR] = ACTIONS(1538), + [anon_sym_LT] = ACTIONS(1534), [anon_sym_LT_EQ] = ACTIONS(1538), [anon_sym_EQ_EQ] = ACTIONS(1536), [anon_sym_EQ_EQ_EQ] = ACTIONS(1538), @@ -39558,7 +38537,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_void] = ACTIONS(1534), [anon_sym_delete] = ACTIONS(1534), [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_DASH_DASH] = ACTIONS(1534), [anon_sym_DQUOTE] = ACTIONS(1532), [anon_sym_SQUOTE] = ACTIONS(1532), [sym_comment] = ACTIONS(3), @@ -39593,7 +38572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__automatic_semicolon] = ACTIONS(1540), [sym__ternary_qmark] = ACTIONS(1538), }, - [175] = { + [164] = { [ts_builtin_sym_end] = ACTIONS(1542), [sym_identifier] = ACTIONS(1544), [anon_sym_export] = ACTIONS(1544), @@ -39632,9 +38611,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(1544), [anon_sym_LBRACK] = ACTIONS(1542), [anon_sym_LTtemplate_GT] = ACTIONS(1542), - [anon_sym_LT] = ACTIONS(1544), [anon_sym_GT] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1544), [anon_sym_DOT] = ACTIONS(1544), [anon_sym_class] = ACTIONS(1544), [anon_sym_async] = ACTIONS(1544), @@ -39651,8 +38628,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(1544), [anon_sym_PLUS] = ACTIONS(1544), [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_SLASH] = ACTIONS(1544), [anon_sym_PERCENT] = ACTIONS(1542), [anon_sym_STAR_STAR] = ACTIONS(1542), + [anon_sym_LT] = ACTIONS(1544), [anon_sym_LT_EQ] = ACTIONS(1542), [anon_sym_EQ_EQ] = ACTIONS(1544), [anon_sym_EQ_EQ_EQ] = ACTIONS(1542), @@ -39665,7 +38644,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_void] = ACTIONS(1544), [anon_sym_delete] = ACTIONS(1544), [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_DASH_DASH] = ACTIONS(1542), + [anon_sym_DASH_DASH] = ACTIONS(1544), [anon_sym_DQUOTE] = ACTIONS(1542), [anon_sym_SQUOTE] = ACTIONS(1542), [sym_comment] = ACTIONS(3), @@ -39700,40923 +38679,40202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__automatic_semicolon] = ACTIONS(1542), [sym__ternary_qmark] = ACTIONS(1542), }, - [176] = { - [ts_builtin_sym_end] = ACTIONS(1546), - [sym_identifier] = ACTIONS(1548), - [anon_sym_export] = ACTIONS(1548), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_default] = ACTIONS(1548), - [anon_sym_type] = ACTIONS(1548), - [anon_sym_as] = ACTIONS(1550), - [anon_sym_namespace] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_COMMA] = ACTIONS(1552), - [anon_sym_RBRACE] = ACTIONS(1546), - [anon_sym_typeof] = ACTIONS(1548), - [anon_sym_import] = ACTIONS(1548), - [anon_sym_var] = ACTIONS(1548), - [anon_sym_let] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_else] = ACTIONS(1548), - [anon_sym_if] = ACTIONS(1548), - [anon_sym_switch] = ACTIONS(1548), - [anon_sym_for] = ACTIONS(1548), - [anon_sym_LPAREN] = ACTIONS(1546), - [anon_sym_await] = ACTIONS(1548), - [anon_sym_in] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1548), - [anon_sym_do] = ACTIONS(1548), - [anon_sym_try] = ACTIONS(1548), - [anon_sym_with] = ACTIONS(1548), - [anon_sym_break] = ACTIONS(1548), - [anon_sym_continue] = ACTIONS(1548), - [anon_sym_debugger] = ACTIONS(1548), - [anon_sym_return] = ACTIONS(1548), - [anon_sym_throw] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1546), - [anon_sym_case] = ACTIONS(1548), - [anon_sym_yield] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_LTtemplate_GT] = ACTIONS(1546), - [anon_sym_LT] = ACTIONS(1548), - [anon_sym_GT] = ACTIONS(1550), - [anon_sym_SLASH] = ACTIONS(1548), - [anon_sym_DOT] = ACTIONS(1550), - [anon_sym_class] = ACTIONS(1548), - [anon_sym_async] = ACTIONS(1548), - [anon_sym_function] = ACTIONS(1548), - [anon_sym_QMARK_DOT] = ACTIONS(1552), - [anon_sym_new] = ACTIONS(1548), - [anon_sym_AMP_AMP] = ACTIONS(1552), - [anon_sym_PIPE_PIPE] = ACTIONS(1552), - [anon_sym_GT_GT] = ACTIONS(1550), - [anon_sym_GT_GT_GT] = ACTIONS(1552), - [anon_sym_LT_LT] = ACTIONS(1552), - [anon_sym_AMP] = ACTIONS(1550), - [anon_sym_CARET] = ACTIONS(1552), - [anon_sym_PIPE] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_PERCENT] = ACTIONS(1552), - [anon_sym_STAR_STAR] = ACTIONS(1552), - [anon_sym_LT_EQ] = ACTIONS(1552), - [anon_sym_EQ_EQ] = ACTIONS(1550), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1552), - [anon_sym_BANG_EQ] = ACTIONS(1550), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1552), - [anon_sym_GT_EQ] = ACTIONS(1552), - [anon_sym_QMARK_QMARK] = ACTIONS(1552), - [anon_sym_instanceof] = ACTIONS(1550), - [anon_sym_TILDE] = ACTIONS(1546), - [anon_sym_void] = ACTIONS(1548), - [anon_sym_delete] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_DASH_DASH] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [anon_sym_SQUOTE] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1546), - [sym_number] = ACTIONS(1546), - [sym_this] = ACTIONS(1548), - [sym_super] = ACTIONS(1548), - [sym_true] = ACTIONS(1548), - [sym_false] = ACTIONS(1548), - [sym_null] = ACTIONS(1548), - [sym_undefined] = ACTIONS(1548), - [anon_sym_AT] = ACTIONS(1546), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_get] = ACTIONS(1548), - [anon_sym_set] = ACTIONS(1548), - [anon_sym_declare] = ACTIONS(1548), - [anon_sym_public] = ACTIONS(1548), - [anon_sym_private] = ACTIONS(1548), - [anon_sym_protected] = ACTIONS(1548), - [anon_sym_override] = ACTIONS(1548), - [anon_sym_module] = ACTIONS(1548), - [anon_sym_any] = ACTIONS(1548), - [anon_sym_number] = ACTIONS(1548), - [anon_sym_boolean] = ACTIONS(1548), - [anon_sym_string] = ACTIONS(1548), - [anon_sym_symbol] = ACTIONS(1548), - [anon_sym_abstract] = ACTIONS(1548), - [anon_sym_satisfies] = ACTIONS(1550), - [anon_sym_interface] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [sym__automatic_semicolon] = ACTIONS(1554), - [sym__ternary_qmark] = ACTIONS(1552), + [165] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1612), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(4162), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3695), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3667), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1445), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1546), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), }, - [177] = { - [ts_builtin_sym_end] = ACTIONS(1556), - [sym_identifier] = ACTIONS(1558), - [anon_sym_export] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_type] = ACTIONS(1558), - [anon_sym_as] = ACTIONS(1560), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1556), - [anon_sym_COMMA] = ACTIONS(1562), - [anon_sym_RBRACE] = ACTIONS(1556), - [anon_sym_typeof] = ACTIONS(1558), - [anon_sym_import] = ACTIONS(1558), - [anon_sym_var] = ACTIONS(1558), - [anon_sym_let] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_BANG] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_LPAREN] = ACTIONS(1556), - [anon_sym_await] = ACTIONS(1558), - [anon_sym_in] = ACTIONS(1560), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_with] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_debugger] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1556), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_yield] = ACTIONS(1558), - [anon_sym_LBRACK] = ACTIONS(1556), - [anon_sym_LTtemplate_GT] = ACTIONS(1556), - [anon_sym_LT] = ACTIONS(1558), - [anon_sym_GT] = ACTIONS(1560), - [anon_sym_SLASH] = ACTIONS(1558), - [anon_sym_DOT] = ACTIONS(1560), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_async] = ACTIONS(1558), - [anon_sym_function] = ACTIONS(1558), - [anon_sym_QMARK_DOT] = ACTIONS(1562), - [anon_sym_new] = ACTIONS(1558), - [anon_sym_AMP_AMP] = ACTIONS(1562), - [anon_sym_PIPE_PIPE] = ACTIONS(1562), - [anon_sym_GT_GT] = ACTIONS(1560), - [anon_sym_GT_GT_GT] = ACTIONS(1562), - [anon_sym_LT_LT] = ACTIONS(1562), - [anon_sym_AMP] = ACTIONS(1560), - [anon_sym_CARET] = ACTIONS(1562), - [anon_sym_PIPE] = ACTIONS(1560), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PERCENT] = ACTIONS(1562), - [anon_sym_STAR_STAR] = ACTIONS(1562), - [anon_sym_LT_EQ] = ACTIONS(1562), - [anon_sym_EQ_EQ] = ACTIONS(1560), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1562), - [anon_sym_BANG_EQ] = ACTIONS(1560), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1562), - [anon_sym_GT_EQ] = ACTIONS(1562), - [anon_sym_QMARK_QMARK] = ACTIONS(1562), - [anon_sym_instanceof] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1556), - [anon_sym_void] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [166] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1612), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(4162), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_spread_element] = STATE(3695), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3667), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1445), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1550), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), + }, + [167] = { + [ts_builtin_sym_end] = ACTIONS(1554), + [sym_identifier] = ACTIONS(1556), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_type] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1558), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_COMMA] = ACTIONS(1560), + [anon_sym_RBRACE] = ACTIONS(1554), + [anon_sym_typeof] = ACTIONS(1556), + [anon_sym_import] = ACTIONS(1556), + [anon_sym_var] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_BANG] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1554), + [anon_sym_await] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1558), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_with] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_debugger] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_yield] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1554), + [anon_sym_LTtemplate_GT] = ACTIONS(1554), + [anon_sym_GT] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_async] = ACTIONS(1556), + [anon_sym_function] = ACTIONS(1556), + [anon_sym_QMARK_DOT] = ACTIONS(1560), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_AMP_AMP] = ACTIONS(1560), + [anon_sym_PIPE_PIPE] = ACTIONS(1560), + [anon_sym_GT_GT] = ACTIONS(1558), + [anon_sym_GT_GT_GT] = ACTIONS(1560), + [anon_sym_LT_LT] = ACTIONS(1560), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_CARET] = ACTIONS(1560), + [anon_sym_PIPE] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_PERCENT] = ACTIONS(1560), + [anon_sym_STAR_STAR] = ACTIONS(1560), + [anon_sym_LT] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1560), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1560), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1560), + [anon_sym_GT_EQ] = ACTIONS(1560), + [anon_sym_QMARK_QMARK] = ACTIONS(1560), + [anon_sym_instanceof] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_void] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), [anon_sym_DASH_DASH] = ACTIONS(1556), - [anon_sym_DQUOTE] = ACTIONS(1556), - [anon_sym_SQUOTE] = ACTIONS(1556), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1556), - [sym_number] = ACTIONS(1556), - [sym_this] = ACTIONS(1558), - [sym_super] = ACTIONS(1558), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_undefined] = ACTIONS(1558), - [anon_sym_AT] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_readonly] = ACTIONS(1558), - [anon_sym_get] = ACTIONS(1558), - [anon_sym_set] = ACTIONS(1558), - [anon_sym_declare] = ACTIONS(1558), - [anon_sym_public] = ACTIONS(1558), - [anon_sym_private] = ACTIONS(1558), - [anon_sym_protected] = ACTIONS(1558), - [anon_sym_override] = ACTIONS(1558), - [anon_sym_module] = ACTIONS(1558), - [anon_sym_any] = ACTIONS(1558), - [anon_sym_number] = ACTIONS(1558), - [anon_sym_boolean] = ACTIONS(1558), - [anon_sym_string] = ACTIONS(1558), - [anon_sym_symbol] = ACTIONS(1558), - [anon_sym_abstract] = ACTIONS(1558), - [anon_sym_satisfies] = ACTIONS(1560), - [anon_sym_interface] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [sym__automatic_semicolon] = ACTIONS(1564), - [sym__ternary_qmark] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1554), + [sym_number] = ACTIONS(1554), + [sym_this] = ACTIONS(1556), + [sym_super] = ACTIONS(1556), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_undefined] = ACTIONS(1556), + [anon_sym_AT] = ACTIONS(1554), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_readonly] = ACTIONS(1556), + [anon_sym_get] = ACTIONS(1556), + [anon_sym_set] = ACTIONS(1556), + [anon_sym_declare] = ACTIONS(1556), + [anon_sym_public] = ACTIONS(1556), + [anon_sym_private] = ACTIONS(1556), + [anon_sym_protected] = ACTIONS(1556), + [anon_sym_override] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_any] = ACTIONS(1556), + [anon_sym_number] = ACTIONS(1556), + [anon_sym_boolean] = ACTIONS(1556), + [anon_sym_string] = ACTIONS(1556), + [anon_sym_symbol] = ACTIONS(1556), + [anon_sym_abstract] = ACTIONS(1556), + [anon_sym_satisfies] = ACTIONS(1558), + [anon_sym_interface] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [sym__automatic_semicolon] = ACTIONS(1562), + [sym__ternary_qmark] = ACTIONS(1560), }, - [178] = { - [ts_builtin_sym_end] = ACTIONS(1566), - [sym_identifier] = ACTIONS(1568), - [anon_sym_export] = ACTIONS(1568), - [anon_sym_STAR] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1568), - [anon_sym_type] = ACTIONS(1568), - [anon_sym_as] = ACTIONS(1570), - [anon_sym_namespace] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1566), - [anon_sym_COMMA] = ACTIONS(1572), - [anon_sym_RBRACE] = ACTIONS(1566), - [anon_sym_typeof] = ACTIONS(1568), - [anon_sym_import] = ACTIONS(1568), - [anon_sym_var] = ACTIONS(1568), - [anon_sym_let] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_else] = ACTIONS(1568), - [anon_sym_if] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1568), - [anon_sym_for] = ACTIONS(1568), - [anon_sym_LPAREN] = ACTIONS(1566), - [anon_sym_await] = ACTIONS(1568), - [anon_sym_in] = ACTIONS(1570), - [anon_sym_while] = ACTIONS(1568), - [anon_sym_do] = ACTIONS(1568), - [anon_sym_try] = ACTIONS(1568), - [anon_sym_with] = ACTIONS(1568), - [anon_sym_break] = ACTIONS(1568), - [anon_sym_continue] = ACTIONS(1568), - [anon_sym_debugger] = ACTIONS(1568), - [anon_sym_return] = ACTIONS(1568), - [anon_sym_throw] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1566), - [anon_sym_case] = ACTIONS(1568), - [anon_sym_yield] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_LTtemplate_GT] = ACTIONS(1566), - [anon_sym_LT] = ACTIONS(1568), - [anon_sym_GT] = ACTIONS(1570), - [anon_sym_SLASH] = ACTIONS(1568), - [anon_sym_DOT] = ACTIONS(1570), - [anon_sym_class] = ACTIONS(1568), - [anon_sym_async] = ACTIONS(1568), - [anon_sym_function] = ACTIONS(1568), - [anon_sym_QMARK_DOT] = ACTIONS(1572), - [anon_sym_new] = ACTIONS(1568), - [anon_sym_AMP_AMP] = ACTIONS(1572), - [anon_sym_PIPE_PIPE] = ACTIONS(1572), - [anon_sym_GT_GT] = ACTIONS(1570), - [anon_sym_GT_GT_GT] = ACTIONS(1572), - [anon_sym_LT_LT] = ACTIONS(1572), - [anon_sym_AMP] = ACTIONS(1570), - [anon_sym_CARET] = ACTIONS(1572), - [anon_sym_PIPE] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1568), - [anon_sym_PERCENT] = ACTIONS(1572), - [anon_sym_STAR_STAR] = ACTIONS(1572), - [anon_sym_LT_EQ] = ACTIONS(1572), - [anon_sym_EQ_EQ] = ACTIONS(1570), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1572), - [anon_sym_BANG_EQ] = ACTIONS(1570), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1572), - [anon_sym_GT_EQ] = ACTIONS(1572), - [anon_sym_QMARK_QMARK] = ACTIONS(1572), - [anon_sym_instanceof] = ACTIONS(1570), - [anon_sym_TILDE] = ACTIONS(1566), - [anon_sym_void] = ACTIONS(1568), - [anon_sym_delete] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1566), + [168] = { + [ts_builtin_sym_end] = ACTIONS(1564), + [sym_identifier] = ACTIONS(1566), + [anon_sym_export] = ACTIONS(1566), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_default] = ACTIONS(1566), + [anon_sym_type] = ACTIONS(1566), + [anon_sym_as] = ACTIONS(1566), + [anon_sym_namespace] = ACTIONS(1566), + [anon_sym_LBRACE] = ACTIONS(1564), + [anon_sym_COMMA] = ACTIONS(1564), + [anon_sym_RBRACE] = ACTIONS(1564), + [anon_sym_typeof] = ACTIONS(1566), + [anon_sym_import] = ACTIONS(1566), + [anon_sym_var] = ACTIONS(1566), + [anon_sym_let] = ACTIONS(1566), + [anon_sym_const] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_else] = ACTIONS(1566), + [anon_sym_if] = ACTIONS(1566), + [anon_sym_switch] = ACTIONS(1566), + [anon_sym_for] = ACTIONS(1566), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym_await] = ACTIONS(1566), + [anon_sym_in] = ACTIONS(1566), + [anon_sym_while] = ACTIONS(1566), + [anon_sym_do] = ACTIONS(1566), + [anon_sym_try] = ACTIONS(1566), + [anon_sym_with] = ACTIONS(1566), + [anon_sym_break] = ACTIONS(1566), + [anon_sym_continue] = ACTIONS(1566), + [anon_sym_debugger] = ACTIONS(1566), + [anon_sym_return] = ACTIONS(1566), + [anon_sym_throw] = ACTIONS(1566), + [anon_sym_SEMI] = ACTIONS(1564), + [anon_sym_case] = ACTIONS(1566), + [anon_sym_yield] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_LTtemplate_GT] = ACTIONS(1564), + [anon_sym_GT] = ACTIONS(1566), + [anon_sym_DOT] = ACTIONS(1566), + [anon_sym_class] = ACTIONS(1566), + [anon_sym_async] = ACTIONS(1566), + [anon_sym_function] = ACTIONS(1566), + [anon_sym_QMARK_DOT] = ACTIONS(1564), + [anon_sym_new] = ACTIONS(1566), + [anon_sym_AMP_AMP] = ACTIONS(1564), + [anon_sym_PIPE_PIPE] = ACTIONS(1564), + [anon_sym_GT_GT] = ACTIONS(1566), + [anon_sym_GT_GT_GT] = ACTIONS(1564), + [anon_sym_LT_LT] = ACTIONS(1564), + [anon_sym_AMP] = ACTIONS(1566), + [anon_sym_CARET] = ACTIONS(1564), + [anon_sym_PIPE] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1566), + [anon_sym_SLASH] = ACTIONS(1566), + [anon_sym_PERCENT] = ACTIONS(1564), + [anon_sym_STAR_STAR] = ACTIONS(1564), + [anon_sym_LT] = ACTIONS(1566), + [anon_sym_LT_EQ] = ACTIONS(1564), + [anon_sym_EQ_EQ] = ACTIONS(1566), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1564), + [anon_sym_BANG_EQ] = ACTIONS(1566), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1564), + [anon_sym_GT_EQ] = ACTIONS(1564), + [anon_sym_QMARK_QMARK] = ACTIONS(1564), + [anon_sym_instanceof] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1564), + [anon_sym_void] = ACTIONS(1566), + [anon_sym_delete] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1564), [anon_sym_DASH_DASH] = ACTIONS(1566), - [anon_sym_DQUOTE] = ACTIONS(1566), - [anon_sym_SQUOTE] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1566), - [sym_number] = ACTIONS(1566), - [sym_this] = ACTIONS(1568), - [sym_super] = ACTIONS(1568), - [sym_true] = ACTIONS(1568), - [sym_false] = ACTIONS(1568), - [sym_null] = ACTIONS(1568), - [sym_undefined] = ACTIONS(1568), - [anon_sym_AT] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1568), - [anon_sym_readonly] = ACTIONS(1568), - [anon_sym_get] = ACTIONS(1568), - [anon_sym_set] = ACTIONS(1568), - [anon_sym_declare] = ACTIONS(1568), - [anon_sym_public] = ACTIONS(1568), - [anon_sym_private] = ACTIONS(1568), - [anon_sym_protected] = ACTIONS(1568), - [anon_sym_override] = ACTIONS(1568), - [anon_sym_module] = ACTIONS(1568), - [anon_sym_any] = ACTIONS(1568), - [anon_sym_number] = ACTIONS(1568), - [anon_sym_boolean] = ACTIONS(1568), - [anon_sym_string] = ACTIONS(1568), - [anon_sym_symbol] = ACTIONS(1568), - [anon_sym_abstract] = ACTIONS(1568), - [anon_sym_satisfies] = ACTIONS(1570), - [anon_sym_interface] = ACTIONS(1568), - [anon_sym_enum] = ACTIONS(1568), - [sym__automatic_semicolon] = ACTIONS(1574), - [sym__ternary_qmark] = ACTIONS(1572), + [anon_sym_DQUOTE] = ACTIONS(1564), + [anon_sym_SQUOTE] = ACTIONS(1564), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1564), + [sym_number] = ACTIONS(1564), + [sym_this] = ACTIONS(1566), + [sym_super] = ACTIONS(1566), + [sym_true] = ACTIONS(1566), + [sym_false] = ACTIONS(1566), + [sym_null] = ACTIONS(1566), + [sym_undefined] = ACTIONS(1566), + [anon_sym_AT] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1566), + [anon_sym_readonly] = ACTIONS(1566), + [anon_sym_get] = ACTIONS(1566), + [anon_sym_set] = ACTIONS(1566), + [anon_sym_declare] = ACTIONS(1566), + [anon_sym_public] = ACTIONS(1566), + [anon_sym_private] = ACTIONS(1566), + [anon_sym_protected] = ACTIONS(1566), + [anon_sym_override] = ACTIONS(1566), + [anon_sym_module] = ACTIONS(1566), + [anon_sym_any] = ACTIONS(1566), + [anon_sym_number] = ACTIONS(1566), + [anon_sym_boolean] = ACTIONS(1566), + [anon_sym_string] = ACTIONS(1566), + [anon_sym_symbol] = ACTIONS(1566), + [anon_sym_abstract] = ACTIONS(1566), + [anon_sym_satisfies] = ACTIONS(1566), + [anon_sym_interface] = ACTIONS(1566), + [anon_sym_enum] = ACTIONS(1566), + [sym__automatic_semicolon] = ACTIONS(1564), + [sym__ternary_qmark] = ACTIONS(1564), }, - [179] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1553), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(4092), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_spread_element] = STATE(3602), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3604), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1509), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_RBRACK] = ACTIONS(1509), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [169] = { + [ts_builtin_sym_end] = ACTIONS(1568), + [sym_identifier] = ACTIONS(1570), + [anon_sym_export] = ACTIONS(1570), + [anon_sym_STAR] = ACTIONS(1572), + [anon_sym_default] = ACTIONS(1570), + [anon_sym_type] = ACTIONS(1570), + [anon_sym_as] = ACTIONS(1572), + [anon_sym_namespace] = ACTIONS(1570), + [anon_sym_LBRACE] = ACTIONS(1568), + [anon_sym_COMMA] = ACTIONS(1574), + [anon_sym_RBRACE] = ACTIONS(1568), + [anon_sym_typeof] = ACTIONS(1570), + [anon_sym_import] = ACTIONS(1570), + [anon_sym_var] = ACTIONS(1570), + [anon_sym_let] = ACTIONS(1570), + [anon_sym_const] = ACTIONS(1570), + [anon_sym_BANG] = ACTIONS(1570), + [anon_sym_else] = ACTIONS(1570), + [anon_sym_if] = ACTIONS(1570), + [anon_sym_switch] = ACTIONS(1570), + [anon_sym_for] = ACTIONS(1570), + [anon_sym_LPAREN] = ACTIONS(1568), + [anon_sym_await] = ACTIONS(1570), + [anon_sym_in] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1570), + [anon_sym_do] = ACTIONS(1570), + [anon_sym_try] = ACTIONS(1570), + [anon_sym_with] = ACTIONS(1570), + [anon_sym_break] = ACTIONS(1570), + [anon_sym_continue] = ACTIONS(1570), + [anon_sym_debugger] = ACTIONS(1570), + [anon_sym_return] = ACTIONS(1570), + [anon_sym_throw] = ACTIONS(1570), + [anon_sym_SEMI] = ACTIONS(1568), + [anon_sym_case] = ACTIONS(1570), + [anon_sym_yield] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_LTtemplate_GT] = ACTIONS(1568), + [anon_sym_GT] = ACTIONS(1572), + [anon_sym_DOT] = ACTIONS(1572), + [anon_sym_class] = ACTIONS(1570), + [anon_sym_async] = ACTIONS(1570), + [anon_sym_function] = ACTIONS(1570), + [anon_sym_QMARK_DOT] = ACTIONS(1574), + [anon_sym_new] = ACTIONS(1570), + [anon_sym_AMP_AMP] = ACTIONS(1574), + [anon_sym_PIPE_PIPE] = ACTIONS(1574), + [anon_sym_GT_GT] = ACTIONS(1572), + [anon_sym_GT_GT_GT] = ACTIONS(1574), + [anon_sym_LT_LT] = ACTIONS(1574), + [anon_sym_AMP] = ACTIONS(1572), + [anon_sym_CARET] = ACTIONS(1574), + [anon_sym_PIPE] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1570), + [anon_sym_SLASH] = ACTIONS(1570), + [anon_sym_PERCENT] = ACTIONS(1574), + [anon_sym_STAR_STAR] = ACTIONS(1574), + [anon_sym_LT] = ACTIONS(1570), + [anon_sym_LT_EQ] = ACTIONS(1574), + [anon_sym_EQ_EQ] = ACTIONS(1572), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1574), + [anon_sym_BANG_EQ] = ACTIONS(1572), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1574), + [anon_sym_GT_EQ] = ACTIONS(1574), + [anon_sym_QMARK_QMARK] = ACTIONS(1574), + [anon_sym_instanceof] = ACTIONS(1572), + [anon_sym_TILDE] = ACTIONS(1568), + [anon_sym_void] = ACTIONS(1570), + [anon_sym_delete] = ACTIONS(1570), + [anon_sym_PLUS_PLUS] = ACTIONS(1568), + [anon_sym_DASH_DASH] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1568), + [anon_sym_SQUOTE] = ACTIONS(1568), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1568), + [sym_number] = ACTIONS(1568), + [sym_this] = ACTIONS(1570), + [sym_super] = ACTIONS(1570), + [sym_true] = ACTIONS(1570), + [sym_false] = ACTIONS(1570), + [sym_null] = ACTIONS(1570), + [sym_undefined] = ACTIONS(1570), + [anon_sym_AT] = ACTIONS(1568), + [anon_sym_static] = ACTIONS(1570), + [anon_sym_readonly] = ACTIONS(1570), + [anon_sym_get] = ACTIONS(1570), + [anon_sym_set] = ACTIONS(1570), + [anon_sym_declare] = ACTIONS(1570), + [anon_sym_public] = ACTIONS(1570), + [anon_sym_private] = ACTIONS(1570), + [anon_sym_protected] = ACTIONS(1570), + [anon_sym_override] = ACTIONS(1570), + [anon_sym_module] = ACTIONS(1570), + [anon_sym_any] = ACTIONS(1570), + [anon_sym_number] = ACTIONS(1570), + [anon_sym_boolean] = ACTIONS(1570), + [anon_sym_string] = ACTIONS(1570), + [anon_sym_symbol] = ACTIONS(1570), + [anon_sym_abstract] = ACTIONS(1570), + [anon_sym_satisfies] = ACTIONS(1572), + [anon_sym_interface] = ACTIONS(1570), + [anon_sym_enum] = ACTIONS(1570), + [sym__automatic_semicolon] = ACTIONS(1576), + [sym__ternary_qmark] = ACTIONS(1574), }, - [180] = { - [ts_builtin_sym_end] = ACTIONS(1576), - [sym_identifier] = ACTIONS(1578), - [anon_sym_export] = ACTIONS(1578), + [170] = { + [ts_builtin_sym_end] = ACTIONS(1578), + [sym_identifier] = ACTIONS(1580), + [anon_sym_export] = ACTIONS(1580), [anon_sym_STAR] = ACTIONS(1580), - [anon_sym_default] = ACTIONS(1578), - [anon_sym_type] = ACTIONS(1578), + [anon_sym_default] = ACTIONS(1580), + [anon_sym_type] = ACTIONS(1580), [anon_sym_as] = ACTIONS(1580), - [anon_sym_namespace] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_RBRACE] = ACTIONS(1576), - [anon_sym_typeof] = ACTIONS(1578), - [anon_sym_import] = ACTIONS(1578), - [anon_sym_var] = ACTIONS(1578), - [anon_sym_let] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_BANG] = ACTIONS(1578), - [anon_sym_else] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_LPAREN] = ACTIONS(1576), - [anon_sym_await] = ACTIONS(1578), + [anon_sym_namespace] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1578), + [anon_sym_COMMA] = ACTIONS(1578), + [anon_sym_RBRACE] = ACTIONS(1578), + [anon_sym_typeof] = ACTIONS(1580), + [anon_sym_import] = ACTIONS(1580), + [anon_sym_var] = ACTIONS(1580), + [anon_sym_let] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_BANG] = ACTIONS(1580), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_switch] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_LPAREN] = ACTIONS(1578), + [anon_sym_await] = ACTIONS(1580), [anon_sym_in] = ACTIONS(1580), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_with] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_debugger] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_throw] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_case] = ACTIONS(1578), - [anon_sym_yield] = ACTIONS(1578), - [anon_sym_LBRACK] = ACTIONS(1576), - [anon_sym_LTtemplate_GT] = ACTIONS(1576), - [anon_sym_LT] = ACTIONS(1578), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_with] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_debugger] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_throw] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_case] = ACTIONS(1580), + [anon_sym_yield] = ACTIONS(1580), + [anon_sym_LBRACK] = ACTIONS(1578), + [anon_sym_LTtemplate_GT] = ACTIONS(1578), [anon_sym_GT] = ACTIONS(1580), - [anon_sym_SLASH] = ACTIONS(1578), [anon_sym_DOT] = ACTIONS(1580), - [anon_sym_class] = ACTIONS(1578), - [anon_sym_async] = ACTIONS(1578), - [anon_sym_function] = ACTIONS(1578), - [anon_sym_QMARK_DOT] = ACTIONS(1582), - [anon_sym_new] = ACTIONS(1578), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_class] = ACTIONS(1580), + [anon_sym_async] = ACTIONS(1580), + [anon_sym_function] = ACTIONS(1580), + [anon_sym_QMARK_DOT] = ACTIONS(1578), + [anon_sym_new] = ACTIONS(1580), + [anon_sym_AMP_AMP] = ACTIONS(1578), + [anon_sym_PIPE_PIPE] = ACTIONS(1578), [anon_sym_GT_GT] = ACTIONS(1580), - [anon_sym_GT_GT_GT] = ACTIONS(1582), - [anon_sym_LT_LT] = ACTIONS(1582), + [anon_sym_GT_GT_GT] = ACTIONS(1578), + [anon_sym_LT_LT] = ACTIONS(1578), [anon_sym_AMP] = ACTIONS(1580), - [anon_sym_CARET] = ACTIONS(1582), + [anon_sym_CARET] = ACTIONS(1578), [anon_sym_PIPE] = ACTIONS(1580), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_STAR_STAR] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_SLASH] = ACTIONS(1580), + [anon_sym_PERCENT] = ACTIONS(1578), + [anon_sym_STAR_STAR] = ACTIONS(1578), + [anon_sym_LT] = ACTIONS(1580), + [anon_sym_LT_EQ] = ACTIONS(1578), [anon_sym_EQ_EQ] = ACTIONS(1580), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1578), [anon_sym_BANG_EQ] = ACTIONS(1580), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_QMARK_QMARK] = ACTIONS(1582), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1578), + [anon_sym_GT_EQ] = ACTIONS(1578), + [anon_sym_QMARK_QMARK] = ACTIONS(1578), [anon_sym_instanceof] = ACTIONS(1580), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_void] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_DQUOTE] = ACTIONS(1576), - [anon_sym_SQUOTE] = ACTIONS(1576), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1576), - [sym_number] = ACTIONS(1576), - [sym_this] = ACTIONS(1578), - [sym_super] = ACTIONS(1578), - [sym_true] = ACTIONS(1578), - [sym_false] = ACTIONS(1578), - [sym_null] = ACTIONS(1578), - [sym_undefined] = ACTIONS(1578), - [anon_sym_AT] = ACTIONS(1576), - [anon_sym_static] = ACTIONS(1578), - [anon_sym_readonly] = ACTIONS(1578), - [anon_sym_get] = ACTIONS(1578), - [anon_sym_set] = ACTIONS(1578), - [anon_sym_declare] = ACTIONS(1578), - [anon_sym_public] = ACTIONS(1578), - [anon_sym_private] = ACTIONS(1578), - [anon_sym_protected] = ACTIONS(1578), - [anon_sym_override] = ACTIONS(1578), - [anon_sym_module] = ACTIONS(1578), - [anon_sym_any] = ACTIONS(1578), - [anon_sym_number] = ACTIONS(1578), - [anon_sym_boolean] = ACTIONS(1578), - [anon_sym_string] = ACTIONS(1578), - [anon_sym_symbol] = ACTIONS(1578), - [anon_sym_abstract] = ACTIONS(1578), + [anon_sym_TILDE] = ACTIONS(1578), + [anon_sym_void] = ACTIONS(1580), + [anon_sym_delete] = ACTIONS(1580), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_DASH_DASH] = ACTIONS(1580), + [anon_sym_DQUOTE] = ACTIONS(1578), + [anon_sym_SQUOTE] = ACTIONS(1578), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1578), + [sym_number] = ACTIONS(1578), + [sym_this] = ACTIONS(1580), + [sym_super] = ACTIONS(1580), + [sym_true] = ACTIONS(1580), + [sym_false] = ACTIONS(1580), + [sym_null] = ACTIONS(1580), + [sym_undefined] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1578), + [anon_sym_static] = ACTIONS(1580), + [anon_sym_readonly] = ACTIONS(1580), + [anon_sym_get] = ACTIONS(1580), + [anon_sym_set] = ACTIONS(1580), + [anon_sym_declare] = ACTIONS(1580), + [anon_sym_public] = ACTIONS(1580), + [anon_sym_private] = ACTIONS(1580), + [anon_sym_protected] = ACTIONS(1580), + [anon_sym_override] = ACTIONS(1580), + [anon_sym_module] = ACTIONS(1580), + [anon_sym_any] = ACTIONS(1580), + [anon_sym_number] = ACTIONS(1580), + [anon_sym_boolean] = ACTIONS(1580), + [anon_sym_string] = ACTIONS(1580), + [anon_sym_symbol] = ACTIONS(1580), + [anon_sym_abstract] = ACTIONS(1580), [anon_sym_satisfies] = ACTIONS(1580), - [anon_sym_interface] = ACTIONS(1578), - [anon_sym_enum] = ACTIONS(1578), - [sym__automatic_semicolon] = ACTIONS(1584), - [sym__ternary_qmark] = ACTIONS(1582), + [anon_sym_interface] = ACTIONS(1580), + [anon_sym_enum] = ACTIONS(1580), + [sym__automatic_semicolon] = ACTIONS(1578), + [sym__ternary_qmark] = ACTIONS(1578), }, - [181] = { - [ts_builtin_sym_end] = ACTIONS(1586), - [sym_identifier] = ACTIONS(1588), - [anon_sym_export] = ACTIONS(1588), - [anon_sym_STAR] = ACTIONS(1588), - [anon_sym_default] = ACTIONS(1588), - [anon_sym_type] = ACTIONS(1588), - [anon_sym_as] = ACTIONS(1588), - [anon_sym_namespace] = ACTIONS(1588), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_COMMA] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1586), - [anon_sym_typeof] = ACTIONS(1588), - [anon_sym_import] = ACTIONS(1588), - [anon_sym_var] = ACTIONS(1588), - [anon_sym_let] = ACTIONS(1588), - [anon_sym_const] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1588), - [anon_sym_else] = ACTIONS(1588), - [anon_sym_if] = ACTIONS(1588), - [anon_sym_switch] = ACTIONS(1588), - [anon_sym_for] = ACTIONS(1588), - [anon_sym_LPAREN] = ACTIONS(1586), - [anon_sym_await] = ACTIONS(1588), - [anon_sym_in] = ACTIONS(1588), - [anon_sym_while] = ACTIONS(1588), - [anon_sym_do] = ACTIONS(1588), - [anon_sym_try] = ACTIONS(1588), - [anon_sym_with] = ACTIONS(1588), - [anon_sym_break] = ACTIONS(1588), - [anon_sym_continue] = ACTIONS(1588), - [anon_sym_debugger] = ACTIONS(1588), - [anon_sym_return] = ACTIONS(1588), - [anon_sym_throw] = ACTIONS(1588), - [anon_sym_SEMI] = ACTIONS(1586), - [anon_sym_case] = ACTIONS(1588), - [anon_sym_yield] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_LTtemplate_GT] = ACTIONS(1586), - [anon_sym_LT] = ACTIONS(1588), - [anon_sym_GT] = ACTIONS(1588), - [anon_sym_SLASH] = ACTIONS(1588), - [anon_sym_DOT] = ACTIONS(1588), - [anon_sym_class] = ACTIONS(1588), - [anon_sym_async] = ACTIONS(1588), - [anon_sym_function] = ACTIONS(1588), - [anon_sym_QMARK_DOT] = ACTIONS(1586), - [anon_sym_new] = ACTIONS(1588), - [anon_sym_AMP_AMP] = ACTIONS(1586), - [anon_sym_PIPE_PIPE] = ACTIONS(1586), - [anon_sym_GT_GT] = ACTIONS(1588), - [anon_sym_GT_GT_GT] = ACTIONS(1586), - [anon_sym_LT_LT] = ACTIONS(1586), - [anon_sym_AMP] = ACTIONS(1588), - [anon_sym_CARET] = ACTIONS(1586), - [anon_sym_PIPE] = ACTIONS(1588), - [anon_sym_PLUS] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1588), - [anon_sym_PERCENT] = ACTIONS(1586), - [anon_sym_STAR_STAR] = ACTIONS(1586), - [anon_sym_LT_EQ] = ACTIONS(1586), - [anon_sym_EQ_EQ] = ACTIONS(1588), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1586), - [anon_sym_BANG_EQ] = ACTIONS(1588), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1586), - [anon_sym_GT_EQ] = ACTIONS(1586), - [anon_sym_QMARK_QMARK] = ACTIONS(1586), - [anon_sym_instanceof] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1586), - [anon_sym_void] = ACTIONS(1588), - [anon_sym_delete] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1586), - [anon_sym_DQUOTE] = ACTIONS(1586), - [anon_sym_SQUOTE] = ACTIONS(1586), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1586), - [sym_number] = ACTIONS(1586), - [sym_this] = ACTIONS(1588), - [sym_super] = ACTIONS(1588), - [sym_true] = ACTIONS(1588), - [sym_false] = ACTIONS(1588), - [sym_null] = ACTIONS(1588), - [sym_undefined] = ACTIONS(1588), - [anon_sym_AT] = ACTIONS(1586), - [anon_sym_static] = ACTIONS(1588), - [anon_sym_readonly] = ACTIONS(1588), - [anon_sym_get] = ACTIONS(1588), - [anon_sym_set] = ACTIONS(1588), - [anon_sym_declare] = ACTIONS(1588), - [anon_sym_public] = ACTIONS(1588), - [anon_sym_private] = ACTIONS(1588), - [anon_sym_protected] = ACTIONS(1588), - [anon_sym_override] = ACTIONS(1588), - [anon_sym_module] = ACTIONS(1588), - [anon_sym_any] = ACTIONS(1588), - [anon_sym_number] = ACTIONS(1588), - [anon_sym_boolean] = ACTIONS(1588), - [anon_sym_string] = ACTIONS(1588), - [anon_sym_symbol] = ACTIONS(1588), - [anon_sym_abstract] = ACTIONS(1588), - [anon_sym_satisfies] = ACTIONS(1588), - [anon_sym_interface] = ACTIONS(1588), - [anon_sym_enum] = ACTIONS(1588), - [sym__automatic_semicolon] = ACTIONS(1586), - [sym__ternary_qmark] = ACTIONS(1586), + [171] = { + [ts_builtin_sym_end] = ACTIONS(1582), + [sym_identifier] = ACTIONS(1584), + [anon_sym_export] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1586), + [anon_sym_default] = ACTIONS(1584), + [anon_sym_type] = ACTIONS(1584), + [anon_sym_as] = ACTIONS(1586), + [anon_sym_namespace] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1582), + [anon_sym_COMMA] = ACTIONS(1588), + [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_typeof] = ACTIONS(1584), + [anon_sym_import] = ACTIONS(1584), + [anon_sym_var] = ACTIONS(1584), + [anon_sym_let] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_BANG] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_switch] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_LPAREN] = ACTIONS(1582), + [anon_sym_await] = ACTIONS(1584), + [anon_sym_in] = ACTIONS(1586), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_with] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_debugger] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_throw] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_case] = ACTIONS(1584), + [anon_sym_yield] = ACTIONS(1584), + [anon_sym_LBRACK] = ACTIONS(1582), + [anon_sym_LTtemplate_GT] = ACTIONS(1582), + [anon_sym_GT] = ACTIONS(1586), + [anon_sym_DOT] = ACTIONS(1586), + [anon_sym_class] = ACTIONS(1584), + [anon_sym_async] = ACTIONS(1584), + [anon_sym_function] = ACTIONS(1584), + [anon_sym_QMARK_DOT] = ACTIONS(1588), + [anon_sym_new] = ACTIONS(1584), + [anon_sym_AMP_AMP] = ACTIONS(1588), + [anon_sym_PIPE_PIPE] = ACTIONS(1588), + [anon_sym_GT_GT] = ACTIONS(1586), + [anon_sym_GT_GT_GT] = ACTIONS(1588), + [anon_sym_LT_LT] = ACTIONS(1588), + [anon_sym_AMP] = ACTIONS(1586), + [anon_sym_CARET] = ACTIONS(1588), + [anon_sym_PIPE] = ACTIONS(1586), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_SLASH] = ACTIONS(1584), + [anon_sym_PERCENT] = ACTIONS(1588), + [anon_sym_STAR_STAR] = ACTIONS(1588), + [anon_sym_LT] = ACTIONS(1584), + [anon_sym_LT_EQ] = ACTIONS(1588), + [anon_sym_EQ_EQ] = ACTIONS(1586), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1588), + [anon_sym_BANG_EQ] = ACTIONS(1586), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1588), + [anon_sym_GT_EQ] = ACTIONS(1588), + [anon_sym_QMARK_QMARK] = ACTIONS(1588), + [anon_sym_instanceof] = ACTIONS(1586), + [anon_sym_TILDE] = ACTIONS(1582), + [anon_sym_void] = ACTIONS(1584), + [anon_sym_delete] = ACTIONS(1584), + [anon_sym_PLUS_PLUS] = ACTIONS(1582), + [anon_sym_DASH_DASH] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1582), + [anon_sym_SQUOTE] = ACTIONS(1582), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1582), + [sym_number] = ACTIONS(1582), + [sym_this] = ACTIONS(1584), + [sym_super] = ACTIONS(1584), + [sym_true] = ACTIONS(1584), + [sym_false] = ACTIONS(1584), + [sym_null] = ACTIONS(1584), + [sym_undefined] = ACTIONS(1584), + [anon_sym_AT] = ACTIONS(1582), + [anon_sym_static] = ACTIONS(1584), + [anon_sym_readonly] = ACTIONS(1584), + [anon_sym_get] = ACTIONS(1584), + [anon_sym_set] = ACTIONS(1584), + [anon_sym_declare] = ACTIONS(1584), + [anon_sym_public] = ACTIONS(1584), + [anon_sym_private] = ACTIONS(1584), + [anon_sym_protected] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1584), + [anon_sym_module] = ACTIONS(1584), + [anon_sym_any] = ACTIONS(1584), + [anon_sym_number] = ACTIONS(1584), + [anon_sym_boolean] = ACTIONS(1584), + [anon_sym_string] = ACTIONS(1584), + [anon_sym_symbol] = ACTIONS(1584), + [anon_sym_abstract] = ACTIONS(1584), + [anon_sym_satisfies] = ACTIONS(1586), + [anon_sym_interface] = ACTIONS(1584), + [anon_sym_enum] = ACTIONS(1584), + [sym__automatic_semicolon] = ACTIONS(1590), + [sym__ternary_qmark] = ACTIONS(1588), }, - [182] = { - [ts_builtin_sym_end] = ACTIONS(1590), + [172] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1846), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(3717), + [sym_assignment_pattern] = STATE(3722), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(3717), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1161), + [sym_subscript_expression] = STATE(1161), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(3717), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3631), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1161), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_pattern_repeat1] = STATE(3686), [sym_identifier] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1592), - [anon_sym_STAR] = ACTIONS(1594), - [anon_sym_default] = ACTIONS(1592), - [anon_sym_type] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_namespace] = ACTIONS(1592), - [anon_sym_LBRACE] = ACTIONS(1590), - [anon_sym_COMMA] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1590), - [anon_sym_typeof] = ACTIONS(1592), - [anon_sym_import] = ACTIONS(1592), - [anon_sym_var] = ACTIONS(1592), - [anon_sym_let] = ACTIONS(1592), - [anon_sym_const] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_else] = ACTIONS(1592), - [anon_sym_if] = ACTIONS(1592), - [anon_sym_switch] = ACTIONS(1592), - [anon_sym_for] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1590), - [anon_sym_await] = ACTIONS(1592), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1592), - [anon_sym_do] = ACTIONS(1592), - [anon_sym_try] = ACTIONS(1592), - [anon_sym_with] = ACTIONS(1592), - [anon_sym_break] = ACTIONS(1592), - [anon_sym_continue] = ACTIONS(1592), - [anon_sym_debugger] = ACTIONS(1592), - [anon_sym_return] = ACTIONS(1592), - [anon_sym_throw] = ACTIONS(1592), - [anon_sym_SEMI] = ACTIONS(1590), - [anon_sym_case] = ACTIONS(1592), - [anon_sym_yield] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_LTtemplate_GT] = ACTIONS(1590), - [anon_sym_LT] = ACTIONS(1592), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_SLASH] = ACTIONS(1592), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_class] = ACTIONS(1592), - [anon_sym_async] = ACTIONS(1592), - [anon_sym_function] = ACTIONS(1592), - [anon_sym_QMARK_DOT] = ACTIONS(1596), - [anon_sym_new] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1596), - [anon_sym_PIPE_PIPE] = ACTIONS(1596), - [anon_sym_GT_GT] = ACTIONS(1594), - [anon_sym_GT_GT_GT] = ACTIONS(1596), - [anon_sym_LT_LT] = ACTIONS(1596), - [anon_sym_AMP] = ACTIONS(1594), - [anon_sym_CARET] = ACTIONS(1596), - [anon_sym_PIPE] = ACTIONS(1594), - [anon_sym_PLUS] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1592), - [anon_sym_PERCENT] = ACTIONS(1596), - [anon_sym_STAR_STAR] = ACTIONS(1596), - [anon_sym_LT_EQ] = ACTIONS(1596), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1596), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1596), - [anon_sym_GT_EQ] = ACTIONS(1596), - [anon_sym_QMARK_QMARK] = ACTIONS(1596), - [anon_sym_instanceof] = ACTIONS(1594), - [anon_sym_TILDE] = ACTIONS(1590), - [anon_sym_void] = ACTIONS(1592), - [anon_sym_delete] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1590), - [anon_sym_DASH_DASH] = ACTIONS(1590), - [anon_sym_DQUOTE] = ACTIONS(1590), - [anon_sym_SQUOTE] = ACTIONS(1590), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1590), - [sym_number] = ACTIONS(1590), - [sym_this] = ACTIONS(1592), - [sym_super] = ACTIONS(1592), - [sym_true] = ACTIONS(1592), - [sym_false] = ACTIONS(1592), - [sym_null] = ACTIONS(1592), - [sym_undefined] = ACTIONS(1592), - [anon_sym_AT] = ACTIONS(1590), - [anon_sym_static] = ACTIONS(1592), - [anon_sym_readonly] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_declare] = ACTIONS(1592), - [anon_sym_public] = ACTIONS(1592), - [anon_sym_private] = ACTIONS(1592), - [anon_sym_protected] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1592), - [anon_sym_any] = ACTIONS(1592), - [anon_sym_number] = ACTIONS(1592), - [anon_sym_boolean] = ACTIONS(1592), - [anon_sym_string] = ACTIONS(1592), - [anon_sym_symbol] = ACTIONS(1592), - [anon_sym_abstract] = ACTIONS(1592), - [anon_sym_satisfies] = ACTIONS(1594), - [anon_sym_interface] = ACTIONS(1592), - [anon_sym_enum] = ACTIONS(1592), - [sym__automatic_semicolon] = ACTIONS(1598), - [sym__ternary_qmark] = ACTIONS(1596), - }, - [183] = { - [ts_builtin_sym_end] = ACTIONS(1419), - [sym_identifier] = ACTIONS(1421), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_type] = ACTIONS(1421), - [anon_sym_as] = ACTIONS(1421), - [anon_sym_namespace] = ACTIONS(1421), + [anon_sym_export] = ACTIONS(1594), + [anon_sym_type] = ACTIONS(1594), + [anon_sym_namespace] = ACTIONS(1596), [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_typeof] = ACTIONS(1421), - [anon_sym_import] = ACTIONS(1421), - [anon_sym_var] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_else] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_await] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_with] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_debugger] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_throw] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_yield] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LTtemplate_GT] = ACTIONS(1419), - [anon_sym_LT] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_class] = ACTIONS(1421), - [anon_sym_async] = ACTIONS(1421), - [anon_sym_function] = ACTIONS(1421), - [anon_sym_QMARK_DOT] = ACTIONS(1419), - [anon_sym_new] = ACTIONS(1421), - [anon_sym_AMP_AMP] = ACTIONS(1419), - [anon_sym_PIPE_PIPE] = ACTIONS(1419), - [anon_sym_GT_GT] = ACTIONS(1421), - [anon_sym_GT_GT_GT] = ACTIONS(1419), - [anon_sym_LT_LT] = ACTIONS(1419), - [anon_sym_AMP] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1419), - [anon_sym_PIPE] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_PERCENT] = ACTIONS(1419), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_QMARK_QMARK] = ACTIONS(1419), - [anon_sym_instanceof] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_void] = ACTIONS(1421), - [anon_sym_delete] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1419), - [sym_number] = ACTIONS(1419), - [sym_this] = ACTIONS(1421), - [sym_super] = ACTIONS(1421), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [sym_null] = ACTIONS(1421), - [sym_undefined] = ACTIONS(1421), - [anon_sym_AT] = ACTIONS(1419), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_readonly] = ACTIONS(1421), - [anon_sym_get] = ACTIONS(1421), - [anon_sym_set] = ACTIONS(1421), - [anon_sym_declare] = ACTIONS(1421), - [anon_sym_public] = ACTIONS(1421), - [anon_sym_private] = ACTIONS(1421), - [anon_sym_protected] = ACTIONS(1421), - [anon_sym_override] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_any] = ACTIONS(1421), - [anon_sym_number] = ACTIONS(1421), - [anon_sym_boolean] = ACTIONS(1421), - [anon_sym_string] = ACTIONS(1421), - [anon_sym_symbol] = ACTIONS(1421), - [anon_sym_abstract] = ACTIONS(1421), - [anon_sym_satisfies] = ACTIONS(1421), - [anon_sym_interface] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [sym__automatic_semicolon] = ACTIONS(1600), - [sym__ternary_qmark] = ACTIONS(1419), + [anon_sym_COMMA] = ACTIONS(1421), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_RBRACK] = ACTIONS(1425), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1598), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1429), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1594), + [anon_sym_readonly] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1594), + [anon_sym_set] = ACTIONS(1594), + [anon_sym_declare] = ACTIONS(1594), + [anon_sym_public] = ACTIONS(1594), + [anon_sym_private] = ACTIONS(1594), + [anon_sym_protected] = ACTIONS(1594), + [anon_sym_override] = ACTIONS(1594), + [anon_sym_module] = ACTIONS(1594), + [anon_sym_any] = ACTIONS(1594), + [anon_sym_number] = ACTIONS(1594), + [anon_sym_boolean] = ACTIONS(1594), + [anon_sym_string] = ACTIONS(1594), + [anon_sym_symbol] = ACTIONS(1594), }, - [184] = { - [ts_builtin_sym_end] = ACTIONS(1602), - [sym_identifier] = ACTIONS(1604), - [anon_sym_export] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_default] = ACTIONS(1604), - [anon_sym_type] = ACTIONS(1604), - [anon_sym_as] = ACTIONS(1604), - [anon_sym_namespace] = ACTIONS(1604), - [anon_sym_LBRACE] = ACTIONS(1602), - [anon_sym_COMMA] = ACTIONS(1602), - [anon_sym_RBRACE] = ACTIONS(1602), - [anon_sym_typeof] = ACTIONS(1604), - [anon_sym_import] = ACTIONS(1604), - [anon_sym_var] = ACTIONS(1604), - [anon_sym_let] = ACTIONS(1604), - [anon_sym_const] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1604), - [anon_sym_else] = ACTIONS(1604), - [anon_sym_if] = ACTIONS(1604), - [anon_sym_switch] = ACTIONS(1604), - [anon_sym_for] = ACTIONS(1604), - [anon_sym_LPAREN] = ACTIONS(1602), - [anon_sym_await] = ACTIONS(1604), - [anon_sym_in] = ACTIONS(1604), - [anon_sym_while] = ACTIONS(1604), - [anon_sym_do] = ACTIONS(1604), - [anon_sym_try] = ACTIONS(1604), - [anon_sym_with] = ACTIONS(1604), - [anon_sym_break] = ACTIONS(1604), - [anon_sym_continue] = ACTIONS(1604), - [anon_sym_debugger] = ACTIONS(1604), - [anon_sym_return] = ACTIONS(1604), - [anon_sym_throw] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1604), - [anon_sym_yield] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1602), - [anon_sym_LTtemplate_GT] = ACTIONS(1602), - [anon_sym_LT] = ACTIONS(1604), - [anon_sym_GT] = ACTIONS(1604), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_DOT] = ACTIONS(1604), - [anon_sym_class] = ACTIONS(1604), - [anon_sym_async] = ACTIONS(1604), - [anon_sym_function] = ACTIONS(1604), - [anon_sym_QMARK_DOT] = ACTIONS(1602), - [anon_sym_new] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1602), - [anon_sym_PIPE_PIPE] = ACTIONS(1602), - [anon_sym_GT_GT] = ACTIONS(1604), - [anon_sym_GT_GT_GT] = ACTIONS(1602), - [anon_sym_LT_LT] = ACTIONS(1602), - [anon_sym_AMP] = ACTIONS(1604), - [anon_sym_CARET] = ACTIONS(1602), - [anon_sym_PIPE] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1602), - [anon_sym_STAR_STAR] = ACTIONS(1602), - [anon_sym_LT_EQ] = ACTIONS(1602), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1602), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1602), - [anon_sym_GT_EQ] = ACTIONS(1602), - [anon_sym_QMARK_QMARK] = ACTIONS(1602), - [anon_sym_instanceof] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1602), - [anon_sym_void] = ACTIONS(1604), - [anon_sym_delete] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1602), + [173] = { + [ts_builtin_sym_end] = ACTIONS(1600), + [sym_identifier] = ACTIONS(1602), + [anon_sym_export] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_default] = ACTIONS(1602), + [anon_sym_type] = ACTIONS(1602), + [anon_sym_as] = ACTIONS(1602), + [anon_sym_namespace] = ACTIONS(1602), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_COMMA] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), + [anon_sym_typeof] = ACTIONS(1602), + [anon_sym_import] = ACTIONS(1602), + [anon_sym_var] = ACTIONS(1602), + [anon_sym_let] = ACTIONS(1602), + [anon_sym_const] = ACTIONS(1602), + [anon_sym_BANG] = ACTIONS(1602), + [anon_sym_else] = ACTIONS(1602), + [anon_sym_if] = ACTIONS(1602), + [anon_sym_switch] = ACTIONS(1602), + [anon_sym_for] = ACTIONS(1602), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_await] = ACTIONS(1602), + [anon_sym_in] = ACTIONS(1602), + [anon_sym_while] = ACTIONS(1602), + [anon_sym_do] = ACTIONS(1602), + [anon_sym_try] = ACTIONS(1602), + [anon_sym_with] = ACTIONS(1602), + [anon_sym_break] = ACTIONS(1602), + [anon_sym_continue] = ACTIONS(1602), + [anon_sym_debugger] = ACTIONS(1602), + [anon_sym_return] = ACTIONS(1602), + [anon_sym_throw] = ACTIONS(1602), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_case] = ACTIONS(1602), + [anon_sym_yield] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_LTtemplate_GT] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1602), + [anon_sym_DOT] = ACTIONS(1602), + [anon_sym_class] = ACTIONS(1602), + [anon_sym_async] = ACTIONS(1602), + [anon_sym_function] = ACTIONS(1602), + [anon_sym_QMARK_DOT] = ACTIONS(1600), + [anon_sym_new] = ACTIONS(1602), + [anon_sym_AMP_AMP] = ACTIONS(1600), + [anon_sym_PIPE_PIPE] = ACTIONS(1600), + [anon_sym_GT_GT] = ACTIONS(1602), + [anon_sym_GT_GT_GT] = ACTIONS(1600), + [anon_sym_LT_LT] = ACTIONS(1600), + [anon_sym_AMP] = ACTIONS(1602), + [anon_sym_CARET] = ACTIONS(1600), + [anon_sym_PIPE] = ACTIONS(1602), + [anon_sym_PLUS] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1602), + [anon_sym_SLASH] = ACTIONS(1602), + [anon_sym_PERCENT] = ACTIONS(1600), + [anon_sym_STAR_STAR] = ACTIONS(1600), + [anon_sym_LT] = ACTIONS(1602), + [anon_sym_LT_EQ] = ACTIONS(1600), + [anon_sym_EQ_EQ] = ACTIONS(1602), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1600), + [anon_sym_BANG_EQ] = ACTIONS(1602), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1600), + [anon_sym_GT_EQ] = ACTIONS(1600), + [anon_sym_QMARK_QMARK] = ACTIONS(1600), + [anon_sym_instanceof] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1600), + [anon_sym_void] = ACTIONS(1602), + [anon_sym_delete] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1600), [anon_sym_DASH_DASH] = ACTIONS(1602), - [anon_sym_DQUOTE] = ACTIONS(1602), - [anon_sym_SQUOTE] = ACTIONS(1602), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1602), - [sym_number] = ACTIONS(1602), - [sym_this] = ACTIONS(1604), - [sym_super] = ACTIONS(1604), - [sym_true] = ACTIONS(1604), - [sym_false] = ACTIONS(1604), - [sym_null] = ACTIONS(1604), - [sym_undefined] = ACTIONS(1604), - [anon_sym_AT] = ACTIONS(1602), - [anon_sym_static] = ACTIONS(1604), - [anon_sym_readonly] = ACTIONS(1604), - [anon_sym_get] = ACTIONS(1604), - [anon_sym_set] = ACTIONS(1604), - [anon_sym_declare] = ACTIONS(1604), - [anon_sym_public] = ACTIONS(1604), - [anon_sym_private] = ACTIONS(1604), - [anon_sym_protected] = ACTIONS(1604), - [anon_sym_override] = ACTIONS(1604), - [anon_sym_module] = ACTIONS(1604), - [anon_sym_any] = ACTIONS(1604), - [anon_sym_number] = ACTIONS(1604), - [anon_sym_boolean] = ACTIONS(1604), - [anon_sym_string] = ACTIONS(1604), - [anon_sym_symbol] = ACTIONS(1604), - [anon_sym_abstract] = ACTIONS(1604), - [anon_sym_satisfies] = ACTIONS(1604), - [anon_sym_interface] = ACTIONS(1604), - [anon_sym_enum] = ACTIONS(1604), - [sym__automatic_semicolon] = ACTIONS(1602), - [sym__ternary_qmark] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1600), + [anon_sym_SQUOTE] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1600), + [sym_number] = ACTIONS(1600), + [sym_this] = ACTIONS(1602), + [sym_super] = ACTIONS(1602), + [sym_true] = ACTIONS(1602), + [sym_false] = ACTIONS(1602), + [sym_null] = ACTIONS(1602), + [sym_undefined] = ACTIONS(1602), + [anon_sym_AT] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1602), + [anon_sym_readonly] = ACTIONS(1602), + [anon_sym_get] = ACTIONS(1602), + [anon_sym_set] = ACTIONS(1602), + [anon_sym_declare] = ACTIONS(1602), + [anon_sym_public] = ACTIONS(1602), + [anon_sym_private] = ACTIONS(1602), + [anon_sym_protected] = ACTIONS(1602), + [anon_sym_override] = ACTIONS(1602), + [anon_sym_module] = ACTIONS(1602), + [anon_sym_any] = ACTIONS(1602), + [anon_sym_number] = ACTIONS(1602), + [anon_sym_boolean] = ACTIONS(1602), + [anon_sym_string] = ACTIONS(1602), + [anon_sym_symbol] = ACTIONS(1602), + [anon_sym_abstract] = ACTIONS(1602), + [anon_sym_satisfies] = ACTIONS(1602), + [anon_sym_interface] = ACTIONS(1602), + [anon_sym_enum] = ACTIONS(1602), + [sym__automatic_semicolon] = ACTIONS(1600), + [sym__ternary_qmark] = ACTIONS(1600), }, - [185] = { - [ts_builtin_sym_end] = ACTIONS(1606), - [sym_identifier] = ACTIONS(1608), - [anon_sym_export] = ACTIONS(1608), + [174] = { + [ts_builtin_sym_end] = ACTIONS(1604), + [sym_identifier] = ACTIONS(1606), + [anon_sym_export] = ACTIONS(1606), [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_default] = ACTIONS(1608), - [anon_sym_type] = ACTIONS(1608), + [anon_sym_default] = ACTIONS(1606), + [anon_sym_type] = ACTIONS(1606), [anon_sym_as] = ACTIONS(1608), - [anon_sym_namespace] = ACTIONS(1608), - [anon_sym_LBRACE] = ACTIONS(1606), - [anon_sym_COMMA] = ACTIONS(1606), - [anon_sym_RBRACE] = ACTIONS(1606), - [anon_sym_typeof] = ACTIONS(1608), - [anon_sym_import] = ACTIONS(1608), - [anon_sym_var] = ACTIONS(1608), - [anon_sym_let] = ACTIONS(1608), - [anon_sym_const] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_else] = ACTIONS(1608), - [anon_sym_if] = ACTIONS(1608), - [anon_sym_switch] = ACTIONS(1608), - [anon_sym_for] = ACTIONS(1608), - [anon_sym_LPAREN] = ACTIONS(1606), - [anon_sym_await] = ACTIONS(1608), + [anon_sym_namespace] = ACTIONS(1606), + [anon_sym_LBRACE] = ACTIONS(1604), + [anon_sym_COMMA] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1604), + [anon_sym_typeof] = ACTIONS(1606), + [anon_sym_import] = ACTIONS(1606), + [anon_sym_var] = ACTIONS(1606), + [anon_sym_let] = ACTIONS(1606), + [anon_sym_const] = ACTIONS(1606), + [anon_sym_BANG] = ACTIONS(1606), + [anon_sym_else] = ACTIONS(1606), + [anon_sym_if] = ACTIONS(1606), + [anon_sym_switch] = ACTIONS(1606), + [anon_sym_for] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(1604), + [anon_sym_await] = ACTIONS(1606), [anon_sym_in] = ACTIONS(1608), - [anon_sym_while] = ACTIONS(1608), - [anon_sym_do] = ACTIONS(1608), - [anon_sym_try] = ACTIONS(1608), - [anon_sym_with] = ACTIONS(1608), - [anon_sym_break] = ACTIONS(1608), - [anon_sym_continue] = ACTIONS(1608), - [anon_sym_debugger] = ACTIONS(1608), - [anon_sym_return] = ACTIONS(1608), - [anon_sym_throw] = ACTIONS(1608), - [anon_sym_SEMI] = ACTIONS(1606), - [anon_sym_case] = ACTIONS(1608), - [anon_sym_yield] = ACTIONS(1608), - [anon_sym_LBRACK] = ACTIONS(1606), - [anon_sym_LTtemplate_GT] = ACTIONS(1606), - [anon_sym_LT] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1606), + [anon_sym_do] = ACTIONS(1606), + [anon_sym_try] = ACTIONS(1606), + [anon_sym_with] = ACTIONS(1606), + [anon_sym_break] = ACTIONS(1606), + [anon_sym_continue] = ACTIONS(1606), + [anon_sym_debugger] = ACTIONS(1606), + [anon_sym_return] = ACTIONS(1606), + [anon_sym_throw] = ACTIONS(1606), + [anon_sym_SEMI] = ACTIONS(1604), + [anon_sym_case] = ACTIONS(1606), + [anon_sym_yield] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_LTtemplate_GT] = ACTIONS(1604), [anon_sym_GT] = ACTIONS(1608), - [anon_sym_SLASH] = ACTIONS(1608), [anon_sym_DOT] = ACTIONS(1608), - [anon_sym_class] = ACTIONS(1608), - [anon_sym_async] = ACTIONS(1608), - [anon_sym_function] = ACTIONS(1608), - [anon_sym_QMARK_DOT] = ACTIONS(1606), - [anon_sym_new] = ACTIONS(1608), - [anon_sym_AMP_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_class] = ACTIONS(1606), + [anon_sym_async] = ACTIONS(1606), + [anon_sym_function] = ACTIONS(1606), + [anon_sym_QMARK_DOT] = ACTIONS(1610), + [anon_sym_new] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1610), + [anon_sym_PIPE_PIPE] = ACTIONS(1610), [anon_sym_GT_GT] = ACTIONS(1608), - [anon_sym_GT_GT_GT] = ACTIONS(1606), - [anon_sym_LT_LT] = ACTIONS(1606), + [anon_sym_GT_GT_GT] = ACTIONS(1610), + [anon_sym_LT_LT] = ACTIONS(1610), [anon_sym_AMP] = ACTIONS(1608), - [anon_sym_CARET] = ACTIONS(1606), + [anon_sym_CARET] = ACTIONS(1610), [anon_sym_PIPE] = ACTIONS(1608), - [anon_sym_PLUS] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1608), - [anon_sym_PERCENT] = ACTIONS(1606), - [anon_sym_STAR_STAR] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1606), + [anon_sym_DASH] = ACTIONS(1606), + [anon_sym_SLASH] = ACTIONS(1606), + [anon_sym_PERCENT] = ACTIONS(1610), + [anon_sym_STAR_STAR] = ACTIONS(1610), + [anon_sym_LT] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1610), [anon_sym_EQ_EQ] = ACTIONS(1608), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1610), [anon_sym_BANG_EQ] = ACTIONS(1608), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), - [anon_sym_GT_EQ] = ACTIONS(1606), - [anon_sym_QMARK_QMARK] = ACTIONS(1606), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1610), + [anon_sym_GT_EQ] = ACTIONS(1610), + [anon_sym_QMARK_QMARK] = ACTIONS(1610), [anon_sym_instanceof] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1606), - [anon_sym_void] = ACTIONS(1608), - [anon_sym_delete] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_TILDE] = ACTIONS(1604), + [anon_sym_void] = ACTIONS(1606), + [anon_sym_delete] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1604), [anon_sym_DASH_DASH] = ACTIONS(1606), - [anon_sym_DQUOTE] = ACTIONS(1606), - [anon_sym_SQUOTE] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1606), - [sym_number] = ACTIONS(1606), - [sym_this] = ACTIONS(1608), - [sym_super] = ACTIONS(1608), - [sym_true] = ACTIONS(1608), - [sym_false] = ACTIONS(1608), - [sym_null] = ACTIONS(1608), - [sym_undefined] = ACTIONS(1608), - [anon_sym_AT] = ACTIONS(1606), - [anon_sym_static] = ACTIONS(1608), - [anon_sym_readonly] = ACTIONS(1608), - [anon_sym_get] = ACTIONS(1608), - [anon_sym_set] = ACTIONS(1608), - [anon_sym_declare] = ACTIONS(1608), - [anon_sym_public] = ACTIONS(1608), - [anon_sym_private] = ACTIONS(1608), - [anon_sym_protected] = ACTIONS(1608), - [anon_sym_override] = ACTIONS(1608), - [anon_sym_module] = ACTIONS(1608), - [anon_sym_any] = ACTIONS(1608), - [anon_sym_number] = ACTIONS(1608), - [anon_sym_boolean] = ACTIONS(1608), - [anon_sym_string] = ACTIONS(1608), - [anon_sym_symbol] = ACTIONS(1608), - [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_DQUOTE] = ACTIONS(1604), + [anon_sym_SQUOTE] = ACTIONS(1604), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1604), + [sym_number] = ACTIONS(1604), + [sym_this] = ACTIONS(1606), + [sym_super] = ACTIONS(1606), + [sym_true] = ACTIONS(1606), + [sym_false] = ACTIONS(1606), + [sym_null] = ACTIONS(1606), + [sym_undefined] = ACTIONS(1606), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_static] = ACTIONS(1606), + [anon_sym_readonly] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1606), + [anon_sym_set] = ACTIONS(1606), + [anon_sym_declare] = ACTIONS(1606), + [anon_sym_public] = ACTIONS(1606), + [anon_sym_private] = ACTIONS(1606), + [anon_sym_protected] = ACTIONS(1606), + [anon_sym_override] = ACTIONS(1606), + [anon_sym_module] = ACTIONS(1606), + [anon_sym_any] = ACTIONS(1606), + [anon_sym_number] = ACTIONS(1606), + [anon_sym_boolean] = ACTIONS(1606), + [anon_sym_string] = ACTIONS(1606), + [anon_sym_symbol] = ACTIONS(1606), + [anon_sym_abstract] = ACTIONS(1606), [anon_sym_satisfies] = ACTIONS(1608), - [anon_sym_interface] = ACTIONS(1608), - [anon_sym_enum] = ACTIONS(1608), - [sym__automatic_semicolon] = ACTIONS(1606), - [sym__ternary_qmark] = ACTIONS(1606), + [anon_sym_interface] = ACTIONS(1606), + [anon_sym_enum] = ACTIONS(1606), + [sym__automatic_semicolon] = ACTIONS(1612), + [sym__ternary_qmark] = ACTIONS(1610), + }, + [175] = { + [ts_builtin_sym_end] = ACTIONS(1614), + [sym_identifier] = ACTIONS(1616), + [anon_sym_export] = ACTIONS(1616), + [anon_sym_STAR] = ACTIONS(1618), + [anon_sym_default] = ACTIONS(1616), + [anon_sym_type] = ACTIONS(1616), + [anon_sym_as] = ACTIONS(1618), + [anon_sym_namespace] = ACTIONS(1616), + [anon_sym_LBRACE] = ACTIONS(1614), + [anon_sym_COMMA] = ACTIONS(1620), + [anon_sym_RBRACE] = ACTIONS(1614), + [anon_sym_typeof] = ACTIONS(1616), + [anon_sym_import] = ACTIONS(1616), + [anon_sym_var] = ACTIONS(1616), + [anon_sym_let] = ACTIONS(1616), + [anon_sym_const] = ACTIONS(1616), + [anon_sym_BANG] = ACTIONS(1616), + [anon_sym_else] = ACTIONS(1616), + [anon_sym_if] = ACTIONS(1616), + [anon_sym_switch] = ACTIONS(1616), + [anon_sym_for] = ACTIONS(1616), + [anon_sym_LPAREN] = ACTIONS(1614), + [anon_sym_await] = ACTIONS(1616), + [anon_sym_in] = ACTIONS(1618), + [anon_sym_while] = ACTIONS(1616), + [anon_sym_do] = ACTIONS(1616), + [anon_sym_try] = ACTIONS(1616), + [anon_sym_with] = ACTIONS(1616), + [anon_sym_break] = ACTIONS(1616), + [anon_sym_continue] = ACTIONS(1616), + [anon_sym_debugger] = ACTIONS(1616), + [anon_sym_return] = ACTIONS(1616), + [anon_sym_throw] = ACTIONS(1616), + [anon_sym_SEMI] = ACTIONS(1614), + [anon_sym_case] = ACTIONS(1616), + [anon_sym_yield] = ACTIONS(1616), + [anon_sym_LBRACK] = ACTIONS(1614), + [anon_sym_LTtemplate_GT] = ACTIONS(1614), + [anon_sym_GT] = ACTIONS(1618), + [anon_sym_DOT] = ACTIONS(1618), + [anon_sym_class] = ACTIONS(1616), + [anon_sym_async] = ACTIONS(1616), + [anon_sym_function] = ACTIONS(1616), + [anon_sym_QMARK_DOT] = ACTIONS(1620), + [anon_sym_new] = ACTIONS(1616), + [anon_sym_AMP_AMP] = ACTIONS(1620), + [anon_sym_PIPE_PIPE] = ACTIONS(1620), + [anon_sym_GT_GT] = ACTIONS(1618), + [anon_sym_GT_GT_GT] = ACTIONS(1620), + [anon_sym_LT_LT] = ACTIONS(1620), + [anon_sym_AMP] = ACTIONS(1618), + [anon_sym_CARET] = ACTIONS(1620), + [anon_sym_PIPE] = ACTIONS(1618), + [anon_sym_PLUS] = ACTIONS(1616), + [anon_sym_DASH] = ACTIONS(1616), + [anon_sym_SLASH] = ACTIONS(1616), + [anon_sym_PERCENT] = ACTIONS(1620), + [anon_sym_STAR_STAR] = ACTIONS(1620), + [anon_sym_LT] = ACTIONS(1616), + [anon_sym_LT_EQ] = ACTIONS(1620), + [anon_sym_EQ_EQ] = ACTIONS(1618), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1620), + [anon_sym_BANG_EQ] = ACTIONS(1618), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1620), + [anon_sym_GT_EQ] = ACTIONS(1620), + [anon_sym_QMARK_QMARK] = ACTIONS(1620), + [anon_sym_instanceof] = ACTIONS(1618), + [anon_sym_TILDE] = ACTIONS(1614), + [anon_sym_void] = ACTIONS(1616), + [anon_sym_delete] = ACTIONS(1616), + [anon_sym_PLUS_PLUS] = ACTIONS(1614), + [anon_sym_DASH_DASH] = ACTIONS(1616), + [anon_sym_DQUOTE] = ACTIONS(1614), + [anon_sym_SQUOTE] = ACTIONS(1614), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1614), + [sym_number] = ACTIONS(1614), + [sym_this] = ACTIONS(1616), + [sym_super] = ACTIONS(1616), + [sym_true] = ACTIONS(1616), + [sym_false] = ACTIONS(1616), + [sym_null] = ACTIONS(1616), + [sym_undefined] = ACTIONS(1616), + [anon_sym_AT] = ACTIONS(1614), + [anon_sym_static] = ACTIONS(1616), + [anon_sym_readonly] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_declare] = ACTIONS(1616), + [anon_sym_public] = ACTIONS(1616), + [anon_sym_private] = ACTIONS(1616), + [anon_sym_protected] = ACTIONS(1616), + [anon_sym_override] = ACTIONS(1616), + [anon_sym_module] = ACTIONS(1616), + [anon_sym_any] = ACTIONS(1616), + [anon_sym_number] = ACTIONS(1616), + [anon_sym_boolean] = ACTIONS(1616), + [anon_sym_string] = ACTIONS(1616), + [anon_sym_symbol] = ACTIONS(1616), + [anon_sym_abstract] = ACTIONS(1616), + [anon_sym_satisfies] = ACTIONS(1618), + [anon_sym_interface] = ACTIONS(1616), + [anon_sym_enum] = ACTIONS(1616), + [sym__automatic_semicolon] = ACTIONS(1622), + [sym__ternary_qmark] = ACTIONS(1620), + }, + [176] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_assignment_pattern] = STATE(4162), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3667), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_COMMA] = ACTIONS(1624), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), + [anon_sym_RBRACK] = ACTIONS(1624), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + }, + [177] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3364), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_accessibility_modifier] = STATE(198), + [sym_override_modifier] = STATE(222), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(1150), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(1626), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1628), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1630), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(704), + [anon_sym_private] = ACTIONS(704), + [anon_sym_protected] = ACTIONS(704), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + }, + [178] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1591), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(3657), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3709), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1632), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1634), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [179] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1585), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(3789), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3790), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1632), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1638), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [180] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1818), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(1385), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_extends] = ACTIONS(1387), + }, + [181] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1974), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1385), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), + [anon_sym_extends] = ACTIONS(1387), + }, + [182] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1563), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(3883), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3892), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1632), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1640), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [183] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1598), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(3725), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3724), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1632), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1642), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [184] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1608), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1385), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + [anon_sym_extends] = ACTIONS(1387), + }, + [185] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1610), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(3823), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3826), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1632), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1644), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [186] = { - [ts_builtin_sym_end] = ACTIONS(1610), - [sym_identifier] = ACTIONS(1612), - [anon_sym_export] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1614), - [anon_sym_default] = ACTIONS(1612), - [anon_sym_type] = ACTIONS(1612), - [anon_sym_as] = ACTIONS(1614), - [anon_sym_namespace] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1610), - [anon_sym_COMMA] = ACTIONS(1616), - [anon_sym_RBRACE] = ACTIONS(1610), - [anon_sym_typeof] = ACTIONS(1612), - [anon_sym_import] = ACTIONS(1612), - [anon_sym_var] = ACTIONS(1612), - [anon_sym_let] = ACTIONS(1612), - [anon_sym_const] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1612), - [anon_sym_else] = ACTIONS(1612), - [anon_sym_if] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1612), - [anon_sym_for] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1610), - [anon_sym_await] = ACTIONS(1612), - [anon_sym_in] = ACTIONS(1614), - [anon_sym_while] = ACTIONS(1612), - [anon_sym_do] = ACTIONS(1612), - [anon_sym_try] = ACTIONS(1612), - [anon_sym_with] = ACTIONS(1612), - [anon_sym_break] = ACTIONS(1612), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_debugger] = ACTIONS(1612), - [anon_sym_return] = ACTIONS(1612), - [anon_sym_throw] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1610), - [anon_sym_case] = ACTIONS(1612), - [anon_sym_yield] = ACTIONS(1612), - [anon_sym_LBRACK] = ACTIONS(1610), - [anon_sym_LTtemplate_GT] = ACTIONS(1610), - [anon_sym_LT] = ACTIONS(1612), - [anon_sym_GT] = ACTIONS(1614), - [anon_sym_SLASH] = ACTIONS(1612), - [anon_sym_DOT] = ACTIONS(1614), - [anon_sym_class] = ACTIONS(1612), - [anon_sym_async] = ACTIONS(1612), - [anon_sym_function] = ACTIONS(1612), - [anon_sym_QMARK_DOT] = ACTIONS(1616), - [anon_sym_new] = ACTIONS(1612), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE_PIPE] = ACTIONS(1616), - [anon_sym_GT_GT] = ACTIONS(1614), - [anon_sym_GT_GT_GT] = ACTIONS(1616), - [anon_sym_LT_LT] = ACTIONS(1616), - [anon_sym_AMP] = ACTIONS(1614), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1614), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_PERCENT] = ACTIONS(1616), - [anon_sym_STAR_STAR] = ACTIONS(1616), - [anon_sym_LT_EQ] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1614), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1616), - [anon_sym_BANG_EQ] = ACTIONS(1614), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1616), - [anon_sym_GT_EQ] = ACTIONS(1616), - [anon_sym_QMARK_QMARK] = ACTIONS(1616), - [anon_sym_instanceof] = ACTIONS(1614), - [anon_sym_TILDE] = ACTIONS(1610), - [anon_sym_void] = ACTIONS(1612), - [anon_sym_delete] = ACTIONS(1612), - [anon_sym_PLUS_PLUS] = ACTIONS(1610), - [anon_sym_DASH_DASH] = ACTIONS(1610), - [anon_sym_DQUOTE] = ACTIONS(1610), - [anon_sym_SQUOTE] = ACTIONS(1610), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1610), - [sym_number] = ACTIONS(1610), - [sym_this] = ACTIONS(1612), - [sym_super] = ACTIONS(1612), - [sym_true] = ACTIONS(1612), - [sym_false] = ACTIONS(1612), - [sym_null] = ACTIONS(1612), - [sym_undefined] = ACTIONS(1612), - [anon_sym_AT] = ACTIONS(1610), - [anon_sym_static] = ACTIONS(1612), - [anon_sym_readonly] = ACTIONS(1612), - [anon_sym_get] = ACTIONS(1612), - [anon_sym_set] = ACTIONS(1612), - [anon_sym_declare] = ACTIONS(1612), - [anon_sym_public] = ACTIONS(1612), - [anon_sym_private] = ACTIONS(1612), - [anon_sym_protected] = ACTIONS(1612), - [anon_sym_override] = ACTIONS(1612), - [anon_sym_module] = ACTIONS(1612), - [anon_sym_any] = ACTIONS(1612), - [anon_sym_number] = ACTIONS(1612), - [anon_sym_boolean] = ACTIONS(1612), - [anon_sym_string] = ACTIONS(1612), - [anon_sym_symbol] = ACTIONS(1612), - [anon_sym_abstract] = ACTIONS(1612), - [anon_sym_satisfies] = ACTIONS(1614), - [anon_sym_interface] = ACTIONS(1612), - [anon_sym_enum] = ACTIONS(1612), - [sym__automatic_semicolon] = ACTIONS(1618), - [sym__ternary_qmark] = ACTIONS(1616), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1457), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(1385), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + [anon_sym_extends] = ACTIONS(1387), }, [187] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_assignment_pattern] = STATE(4092), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3604), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_COMMA] = ACTIONS(1620), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), - [anon_sym_RBRACK] = ACTIONS(1620), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1584), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(3819), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3820), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1632), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1646), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [188] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1674), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(1381), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1599), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(3704), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [aux_sym_array_repeat1] = STATE(3698), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1632), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1648), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1381), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - [anon_sym_extends] = ACTIONS(1383), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [189] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1574), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(3585), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3584), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1624), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1612), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(3695), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1650), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_RBRACK] = ACTIONS(1650), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [190] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1613), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(3809), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3812), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1628), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1558), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1385), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), + [anon_sym_extends] = ACTIONS(1387), }, [191] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1381), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1431), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_COMMA] = ACTIONS(1385), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(1385), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), + [anon_sym_extends] = ACTIONS(1387), + }, + [192] = { + [sym_import] = STATE(2015), + [sym_expression_statement] = STATE(224), + [sym_empty_statement] = STATE(224), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), + [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1381), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1381), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - [anon_sym_extends] = ACTIONS(1383), - }, - [192] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1565), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1381), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1381), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), - [anon_sym_extends] = ACTIONS(1383), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [193] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1629), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1381), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1790), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(4335), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4335), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_RBRACE] = ACTIONS(1652), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1381), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), - [anon_sym_extends] = ACTIONS(1383), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1654), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [194] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3179), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_accessibility_modifier] = STATE(207), - [sym_override_modifier] = STATE(233), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(1169), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_import] = STATE(1576), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1818), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1656), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(1630), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1632), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(714), - [anon_sym_private] = ACTIONS(714), - [anon_sym_protected] = ACTIONS(714), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [195] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1595), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(3697), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3698), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1636), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2023), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1658), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [196] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1915), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1381), + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1660), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(1381), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), - [anon_sym_extends] = ACTIONS(1383), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [197] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1591), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(3591), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3592), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1638), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_expression_statement] = STATE(223), + [sym_empty_statement] = STATE(223), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1556), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3940), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [198] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1637), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(3770), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3771), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1640), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3242), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_override_modifier] = STATE(215), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1662), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1664), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [199] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1488), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(1381), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1762), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_spread_element] = STATE(4280), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4280), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_RBRACE] = ACTIONS(1666), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1381), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_PIPE] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), - [anon_sym_extends] = ACTIONS(1383), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1654), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [200] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1553), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(3602), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1642), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1642), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_RBRACK] = ACTIONS(1642), + [sym_import] = STATE(2036), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2410), + [sym__type_query_subscript_expression] = STATE(2413), + [sym__type_query_call_expression] = STATE(2602), + [sym__type_query_instantiation_expression] = STATE(2713), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1668), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [201] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(3684), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3683), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1644), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1670), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [202] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1621), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(3668), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [aux_sym_array_repeat1] = STATE(3669), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1646), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2023), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1672), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [203] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1663), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(4457), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4457), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_RBRACE] = ACTIONS(1648), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2023), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1674), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1650), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [204] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3184), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_override_modifier] = STATE(220), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3358), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_override_modifier] = STATE(219), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(650), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1652), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(658), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(706), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [205] = { - [sym_import] = STATE(1955), - [sym_expression_statement] = STATE(236), - [sym_empty_statement] = STATE(236), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_assignment_pattern] = STATE(3932), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3834), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [206] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1688), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_spread_element] = STATE(4171), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4171), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_RBRACE] = ACTIONS(1654), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1558), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1678), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1650), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [207] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3162), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_override_modifier] = STATE(227), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_import] = STATE(1576), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1431), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1680), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1656), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1658), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(716), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [208] = { - [sym_import] = STATE(1955), - [sym_expression_statement] = STATE(237), - [sym_empty_statement] = STATE(237), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1682), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [209] = { + [sym_import] = STATE(1576), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1457), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1684), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [209] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1691), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2944), - [sym_assignment_pattern] = STATE(3992), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2944), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1078), - [sym_subscript_expression] = STATE(1078), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2944), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3709), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1078), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1325), - [anon_sym_export] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_namespace] = ACTIONS(572), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(592), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1329), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(568), - [anon_sym_readonly] = ACTIONS(568), - [anon_sym_get] = ACTIONS(568), - [anon_sym_set] = ACTIONS(568), - [anon_sym_declare] = ACTIONS(568), - [anon_sym_public] = ACTIONS(568), - [anon_sym_private] = ACTIONS(568), - [anon_sym_protected] = ACTIONS(568), - [anon_sym_override] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_any] = ACTIONS(568), - [anon_sym_number] = ACTIONS(568), - [anon_sym_boolean] = ACTIONS(568), - [anon_sym_string] = ACTIONS(568), - [anon_sym_symbol] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [210] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_assignment_pattern] = STATE(3992), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3709), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1608), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1686), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [211] = { - [sym_import] = STATE(1955), - [sym_expression_statement] = STATE(235), - [sym_empty_statement] = STATE(235), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1639), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3994), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1822), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2964), + [sym_assignment_pattern] = STATE(3932), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2964), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1072), + [sym_subscript_expression] = STATE(1072), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2964), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3834), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1072), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1323), + [anon_sym_export] = ACTIONS(554), + [anon_sym_type] = ACTIONS(554), + [anon_sym_namespace] = ACTIONS(558), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(576), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1327), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(554), + [anon_sym_readonly] = ACTIONS(554), + [anon_sym_get] = ACTIONS(554), + [anon_sym_set] = ACTIONS(554), + [anon_sym_declare] = ACTIONS(554), + [anon_sym_public] = ACTIONS(554), + [anon_sym_private] = ACTIONS(554), + [anon_sym_protected] = ACTIONS(554), + [anon_sym_override] = ACTIONS(554), + [anon_sym_module] = ACTIONS(554), + [anon_sym_any] = ACTIONS(554), + [anon_sym_number] = ACTIONS(554), + [anon_sym_boolean] = ACTIONS(554), + [anon_sym_string] = ACTIONS(554), + [anon_sym_symbol] = ACTIONS(554), + }, + [212] = { + [sym_import] = STATE(1227), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1974), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym__type_query_member_expression] = STATE(2368), + [sym__type_query_subscript_expression] = STATE(2369), + [sym__type_query_call_expression] = STATE(2408), + [sym__type_query_instantiation_expression] = STATE(2436), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1688), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), + }, + [213] = { + [sym_identifier] = ACTIONS(1690), + [anon_sym_export] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1690), + [anon_sym_EQ] = ACTIONS(214), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1690), + [anon_sym_LBRACE] = ACTIONS(1692), + [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_typeof] = ACTIONS(1690), + [anon_sym_import] = ACTIONS(1690), + [anon_sym_BANG] = ACTIONS(1690), + [anon_sym_LPAREN] = ACTIONS(1692), + [anon_sym_RPAREN] = ACTIONS(217), + [anon_sym_await] = ACTIONS(1690), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(217), + [anon_sym_yield] = ACTIONS(1690), + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_LTtemplate_GT] = ACTIONS(1692), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(1690), + [anon_sym_async] = ACTIONS(1690), + [anon_sym_function] = ACTIONS(1690), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1690), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1692), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(1690), + [anon_sym_DASH] = ACTIONS(1690), + [anon_sym_SLASH] = ACTIONS(1690), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1690), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(1692), + [anon_sym_void] = ACTIONS(1690), + [anon_sym_delete] = ACTIONS(1690), + [anon_sym_PLUS_PLUS] = ACTIONS(1692), + [anon_sym_DASH_DASH] = ACTIONS(1690), + [anon_sym_DQUOTE] = ACTIONS(1692), + [anon_sym_SQUOTE] = ACTIONS(1692), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1692), + [sym_number] = ACTIONS(1692), + [sym_this] = ACTIONS(1690), + [sym_super] = ACTIONS(1690), + [sym_true] = ACTIONS(1690), + [sym_false] = ACTIONS(1690), + [sym_null] = ACTIONS(1690), + [sym_undefined] = ACTIONS(1690), + [anon_sym_AT] = ACTIONS(1692), + [anon_sym_static] = ACTIONS(1690), + [anon_sym_readonly] = ACTIONS(1690), + [anon_sym_get] = ACTIONS(1690), + [anon_sym_set] = ACTIONS(1690), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(1690), + [anon_sym_public] = ACTIONS(1690), + [anon_sym_private] = ACTIONS(1690), + [anon_sym_protected] = ACTIONS(1690), + [anon_sym_override] = ACTIONS(1690), + [anon_sym_module] = ACTIONS(1690), + [anon_sym_any] = ACTIONS(1690), + [anon_sym_number] = ACTIONS(1690), + [anon_sym_boolean] = ACTIONS(1690), + [anon_sym_string] = ACTIONS(1690), + [anon_sym_symbol] = ACTIONS(1690), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [214] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1613), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3985), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_SEMI] = ACTIONS(1694), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [212] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1565), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1660), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), - }, - [213] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1662), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - }, - [214] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1183), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(3750), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(3750), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1183), - [sym_subscript_expression] = STATE(1183), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(3750), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1183), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1664), - [anon_sym_export] = ACTIONS(1666), - [anon_sym_type] = ACTIONS(1666), - [anon_sym_namespace] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1670), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_var] = ACTIONS(1672), - [anon_sym_let] = ACTIONS(1674), - [anon_sym_const] = ACTIONS(1674), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1676), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1678), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1680), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1666), - [anon_sym_readonly] = ACTIONS(1666), - [anon_sym_get] = ACTIONS(1666), - [anon_sym_set] = ACTIONS(1666), - [anon_sym_declare] = ACTIONS(1666), - [anon_sym_public] = ACTIONS(1666), - [anon_sym_private] = ACTIONS(1666), - [anon_sym_protected] = ACTIONS(1666), - [anon_sym_override] = ACTIONS(1666), - [anon_sym_module] = ACTIONS(1666), - [anon_sym_any] = ACTIONS(1666), - [anon_sym_number] = ACTIONS(1666), - [anon_sym_boolean] = ACTIONS(1666), - [anon_sym_string] = ACTIONS(1666), - [anon_sym_symbol] = ACTIONS(1666), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + [sym__automatic_semicolon] = ACTIONS(1694), }, [215] = { - [sym_import] = STATE(2062), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2424), - [sym__type_query_subscript_expression] = STATE(2405), - [sym__type_query_call_expression] = STATE(2519), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1682), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3201), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1696), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1698), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [216] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1684), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [sym_identifier] = ACTIONS(1700), + [anon_sym_export] = ACTIONS(1700), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1700), + [anon_sym_EQ] = ACTIONS(214), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1700), + [anon_sym_LBRACE] = ACTIONS(1702), + [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_typeof] = ACTIONS(1700), + [anon_sym_import] = ACTIONS(1700), + [anon_sym_BANG] = ACTIONS(1700), + [anon_sym_LPAREN] = ACTIONS(1702), + [anon_sym_RPAREN] = ACTIONS(217), + [anon_sym_await] = ACTIONS(1700), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(217), + [anon_sym_yield] = ACTIONS(1700), + [anon_sym_LBRACK] = ACTIONS(1702), + [anon_sym_LTtemplate_GT] = ACTIONS(1702), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(1700), + [anon_sym_async] = ACTIONS(1700), + [anon_sym_function] = ACTIONS(1700), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1700), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1702), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(1700), + [anon_sym_DASH] = ACTIONS(1700), + [anon_sym_SLASH] = ACTIONS(1700), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_void] = ACTIONS(1700), + [anon_sym_delete] = ACTIONS(1700), + [anon_sym_PLUS_PLUS] = ACTIONS(1702), + [anon_sym_DASH_DASH] = ACTIONS(1700), + [anon_sym_DQUOTE] = ACTIONS(1702), + [anon_sym_SQUOTE] = ACTIONS(1702), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1702), + [sym_number] = ACTIONS(1702), + [sym_this] = ACTIONS(1700), + [sym_super] = ACTIONS(1700), + [sym_true] = ACTIONS(1700), + [sym_false] = ACTIONS(1700), + [sym_null] = ACTIONS(1700), + [sym_undefined] = ACTIONS(1700), + [anon_sym_AT] = ACTIONS(1702), + [anon_sym_static] = ACTIONS(1700), + [anon_sym_readonly] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1700), + [anon_sym_set] = ACTIONS(1700), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(1700), + [anon_sym_public] = ACTIONS(1700), + [anon_sym_private] = ACTIONS(1700), + [anon_sym_protected] = ACTIONS(1700), + [anon_sym_override] = ACTIONS(1700), + [anon_sym_module] = ACTIONS(1700), + [anon_sym_any] = ACTIONS(1700), + [anon_sym_number] = ACTIONS(1700), + [anon_sym_boolean] = ACTIONS(1700), + [anon_sym_string] = ACTIONS(1700), + [anon_sym_symbol] = ACTIONS(1700), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [217] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1915), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1686), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [sym_identifier] = ACTIONS(1690), + [anon_sym_export] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1690), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1690), + [anon_sym_LBRACE] = ACTIONS(1692), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(1690), + [anon_sym_import] = ACTIONS(1690), + [anon_sym_BANG] = ACTIONS(1690), + [anon_sym_LPAREN] = ACTIONS(1692), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(1690), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(1690), + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_LTtemplate_GT] = ACTIONS(1692), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(1690), + [anon_sym_async] = ACTIONS(1690), + [anon_sym_function] = ACTIONS(1690), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1690), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1692), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(1690), + [anon_sym_DASH] = ACTIONS(1690), + [anon_sym_SLASH] = ACTIONS(1690), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1690), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(1692), + [anon_sym_void] = ACTIONS(1690), + [anon_sym_delete] = ACTIONS(1690), + [anon_sym_PLUS_PLUS] = ACTIONS(1692), + [anon_sym_DASH_DASH] = ACTIONS(1690), + [anon_sym_DQUOTE] = ACTIONS(1692), + [anon_sym_SQUOTE] = ACTIONS(1692), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1692), + [sym_number] = ACTIONS(1692), + [sym_this] = ACTIONS(1690), + [sym_super] = ACTIONS(1690), + [sym_true] = ACTIONS(1690), + [sym_false] = ACTIONS(1690), + [sym_null] = ACTIONS(1690), + [sym_undefined] = ACTIONS(1690), + [anon_sym_AT] = ACTIONS(1692), + [anon_sym_static] = ACTIONS(1690), + [anon_sym_readonly] = ACTIONS(1690), + [anon_sym_get] = ACTIONS(1690), + [anon_sym_set] = ACTIONS(1690), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(1690), + [anon_sym_public] = ACTIONS(1690), + [anon_sym_private] = ACTIONS(1690), + [anon_sym_protected] = ACTIONS(1690), + [anon_sym_override] = ACTIONS(1690), + [anon_sym_module] = ACTIONS(1690), + [anon_sym_any] = ACTIONS(1690), + [anon_sym_number] = ACTIONS(1690), + [anon_sym_boolean] = ACTIONS(1690), + [anon_sym_string] = ACTIONS(1690), + [anon_sym_symbol] = ACTIONS(1690), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [218] = { - [sym_identifier] = ACTIONS(1688), - [anon_sym_export] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1688), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(1688), - [anon_sym_import] = ACTIONS(1688), - [anon_sym_BANG] = ACTIONS(1688), - [anon_sym_LPAREN] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(1688), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_LTtemplate_GT] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(1688), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(1688), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(1688), - [anon_sym_async] = ACTIONS(1688), - [anon_sym_function] = ACTIONS(1688), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1688), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1690), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(1688), - [anon_sym_DASH] = ACTIONS(1688), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_void] = ACTIONS(1688), - [anon_sym_delete] = ACTIONS(1688), - [anon_sym_PLUS_PLUS] = ACTIONS(1690), - [anon_sym_DASH_DASH] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1690), - [sym_number] = ACTIONS(1690), - [sym_this] = ACTIONS(1688), - [sym_super] = ACTIONS(1688), - [sym_true] = ACTIONS(1688), - [sym_false] = ACTIONS(1688), - [sym_null] = ACTIONS(1688), - [sym_undefined] = ACTIONS(1688), - [anon_sym_AT] = ACTIONS(1690), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_readonly] = ACTIONS(1688), - [anon_sym_get] = ACTIONS(1688), - [anon_sym_set] = ACTIONS(1688), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(1688), - [anon_sym_public] = ACTIONS(1688), - [anon_sym_private] = ACTIONS(1688), - [anon_sym_protected] = ACTIONS(1688), - [anon_sym_override] = ACTIONS(1688), - [anon_sym_module] = ACTIONS(1688), - [anon_sym_any] = ACTIONS(1688), - [anon_sym_number] = ACTIONS(1688), - [anon_sym_boolean] = ACTIONS(1688), - [anon_sym_string] = ACTIONS(1688), - [anon_sym_symbol] = ACTIONS(1688), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1170), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(3880), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(3880), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1170), + [sym_subscript_expression] = STATE(1170), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(3880), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1170), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1704), + [anon_sym_export] = ACTIONS(1706), + [anon_sym_type] = ACTIONS(1706), + [anon_sym_namespace] = ACTIONS(1708), + [anon_sym_LBRACE] = ACTIONS(1710), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_var] = ACTIONS(1712), + [anon_sym_let] = ACTIONS(1714), + [anon_sym_const] = ACTIONS(1714), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1718), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1720), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1706), + [anon_sym_readonly] = ACTIONS(1706), + [anon_sym_get] = ACTIONS(1706), + [anon_sym_set] = ACTIONS(1706), + [anon_sym_declare] = ACTIONS(1706), + [anon_sym_public] = ACTIONS(1706), + [anon_sym_private] = ACTIONS(1706), + [anon_sym_protected] = ACTIONS(1706), + [anon_sym_override] = ACTIONS(1706), + [anon_sym_module] = ACTIONS(1706), + [anon_sym_any] = ACTIONS(1706), + [anon_sym_number] = ACTIONS(1706), + [anon_sym_boolean] = ACTIONS(1706), + [anon_sym_string] = ACTIONS(1706), + [anon_sym_symbol] = ACTIONS(1706), }, [219] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1629), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1692), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3224), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(660), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1722), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [220] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3155), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(640), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1694), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [sym_identifier] = ACTIONS(1700), + [anon_sym_export] = ACTIONS(1700), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1700), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1700), + [anon_sym_LBRACE] = ACTIONS(1702), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(1700), + [anon_sym_import] = ACTIONS(1700), + [anon_sym_BANG] = ACTIONS(1700), + [anon_sym_LPAREN] = ACTIONS(1702), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(1700), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(1700), + [anon_sym_LBRACK] = ACTIONS(1702), + [anon_sym_LTtemplate_GT] = ACTIONS(1702), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(1700), + [anon_sym_async] = ACTIONS(1700), + [anon_sym_function] = ACTIONS(1700), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1700), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1702), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(1700), + [anon_sym_DASH] = ACTIONS(1700), + [anon_sym_SLASH] = ACTIONS(1700), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_void] = ACTIONS(1700), + [anon_sym_delete] = ACTIONS(1700), + [anon_sym_PLUS_PLUS] = ACTIONS(1702), + [anon_sym_DASH_DASH] = ACTIONS(1700), + [anon_sym_DQUOTE] = ACTIONS(1702), + [anon_sym_SQUOTE] = ACTIONS(1702), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1702), + [sym_number] = ACTIONS(1702), + [sym_this] = ACTIONS(1700), + [sym_super] = ACTIONS(1700), + [sym_true] = ACTIONS(1700), + [sym_false] = ACTIONS(1700), + [sym_null] = ACTIONS(1700), + [sym_undefined] = ACTIONS(1700), + [anon_sym_AT] = ACTIONS(1702), + [anon_sym_static] = ACTIONS(1700), + [anon_sym_readonly] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1700), + [anon_sym_set] = ACTIONS(1700), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(1700), + [anon_sym_public] = ACTIONS(1700), + [anon_sym_private] = ACTIONS(1700), + [anon_sym_protected] = ACTIONS(1700), + [anon_sym_override] = ACTIONS(1700), + [anon_sym_module] = ACTIONS(1700), + [anon_sym_any] = ACTIONS(1700), + [anon_sym_number] = ACTIONS(1700), + [anon_sym_boolean] = ACTIONS(1700), + [anon_sym_string] = ACTIONS(1700), + [anon_sym_symbol] = ACTIONS(1700), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [221] = { - [sym_import] = STATE(1761), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1696), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3358), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(658), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [222] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2040), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1698), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2962), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2962), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1065), + [sym_subscript_expression] = STATE(1065), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2962), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_pattern] = STATE(3243), + [sym_rest_pattern] = STATE(2959), + [sym_non_null_expression] = STATE(1065), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(628), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(1724), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(650), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1726), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [223] = { - [sym_import] = STATE(1761), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1488), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1700), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1806), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4386), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1728), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [224] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2040), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1702), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1739), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4284), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_RPAREN] = ACTIONS(1730), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [225] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1558), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3891), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(1704), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1476), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1954), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - [sym__automatic_semicolon] = ACTIONS(1704), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [226] = { - [sym_import] = STATE(1761), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1674), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1706), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1265), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(3587), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [227] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3377), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1910), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1764), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1708), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1710), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [228] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3184), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1875), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1775), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(650), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1652), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [229] = { - [sym_identifier] = ACTIONS(1712), - [anon_sym_export] = ACTIONS(1712), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1712), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1712), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(1712), - [anon_sym_import] = ACTIONS(1712), - [anon_sym_BANG] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(1712), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_LTtemplate_GT] = ACTIONS(1714), - [anon_sym_LT] = ACTIONS(1712), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(1712), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(1712), - [anon_sym_async] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1712), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1714), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_void] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_DQUOTE] = ACTIONS(1714), - [anon_sym_SQUOTE] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1714), - [sym_number] = ACTIONS(1714), - [sym_this] = ACTIONS(1712), - [sym_super] = ACTIONS(1712), - [sym_true] = ACTIONS(1712), - [sym_false] = ACTIONS(1712), - [sym_null] = ACTIONS(1712), - [sym_undefined] = ACTIONS(1712), - [anon_sym_AT] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1712), - [anon_sym_readonly] = ACTIONS(1712), - [anon_sym_get] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(1712), - [anon_sym_public] = ACTIONS(1712), - [anon_sym_private] = ACTIONS(1712), - [anon_sym_protected] = ACTIONS(1712), - [anon_sym_override] = ACTIONS(1712), - [anon_sym_module] = ACTIONS(1712), - [anon_sym_any] = ACTIONS(1712), - [anon_sym_number] = ACTIONS(1712), - [anon_sym_boolean] = ACTIONS(1712), - [anon_sym_string] = ACTIONS(1712), - [anon_sym_symbol] = ACTIONS(1712), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1849), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1776), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [230] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2040), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1716), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1882), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1777), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [231] = { - [sym_identifier] = ACTIONS(1688), - [anon_sym_export] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1688), - [anon_sym_EQ] = ACTIONS(207), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_COMMA] = ACTIONS(210), - [anon_sym_typeof] = ACTIONS(1688), - [anon_sym_import] = ACTIONS(1688), - [anon_sym_BANG] = ACTIONS(1688), - [anon_sym_LPAREN] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(210), - [anon_sym_await] = ACTIONS(1688), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(210), - [anon_sym_yield] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_LTtemplate_GT] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(1688), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(1688), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(1688), - [anon_sym_async] = ACTIONS(1688), - [anon_sym_function] = ACTIONS(1688), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1688), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1690), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(1688), - [anon_sym_DASH] = ACTIONS(1688), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_void] = ACTIONS(1688), - [anon_sym_delete] = ACTIONS(1688), - [anon_sym_PLUS_PLUS] = ACTIONS(1690), - [anon_sym_DASH_DASH] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1690), - [sym_number] = ACTIONS(1690), - [sym_this] = ACTIONS(1688), - [sym_super] = ACTIONS(1688), - [sym_true] = ACTIONS(1688), - [sym_false] = ACTIONS(1688), - [sym_null] = ACTIONS(1688), - [sym_undefined] = ACTIONS(1688), - [anon_sym_AT] = ACTIONS(1690), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_readonly] = ACTIONS(1688), - [anon_sym_get] = ACTIONS(1688), - [anon_sym_set] = ACTIONS(1688), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(1688), - [anon_sym_public] = ACTIONS(1688), - [anon_sym_private] = ACTIONS(1688), - [anon_sym_protected] = ACTIONS(1688), - [anon_sym_override] = ACTIONS(1688), - [anon_sym_module] = ACTIONS(1688), - [anon_sym_any] = ACTIONS(1688), - [anon_sym_number] = ACTIONS(1688), - [anon_sym_boolean] = ACTIONS(1688), - [anon_sym_string] = ACTIONS(1688), - [anon_sym_symbol] = ACTIONS(1688), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1519), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1578), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [232] = { - [sym_identifier] = ACTIONS(1712), - [anon_sym_export] = ACTIONS(1712), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1712), - [anon_sym_EQ] = ACTIONS(207), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1712), - [anon_sym_LBRACE] = ACTIONS(1714), - [anon_sym_COMMA] = ACTIONS(210), - [anon_sym_typeof] = ACTIONS(1712), - [anon_sym_import] = ACTIONS(1712), - [anon_sym_BANG] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1714), - [anon_sym_RPAREN] = ACTIONS(210), - [anon_sym_await] = ACTIONS(1712), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(210), - [anon_sym_yield] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_LTtemplate_GT] = ACTIONS(1714), - [anon_sym_LT] = ACTIONS(1712), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(1712), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(1712), - [anon_sym_async] = ACTIONS(1712), - [anon_sym_function] = ACTIONS(1712), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_new] = ACTIONS(1712), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1714), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(1712), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(1714), - [anon_sym_void] = ACTIONS(1712), - [anon_sym_delete] = ACTIONS(1712), - [anon_sym_PLUS_PLUS] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1714), - [anon_sym_DQUOTE] = ACTIONS(1714), - [anon_sym_SQUOTE] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1714), - [sym_number] = ACTIONS(1714), - [sym_this] = ACTIONS(1712), - [sym_super] = ACTIONS(1712), - [sym_true] = ACTIONS(1712), - [sym_false] = ACTIONS(1712), - [sym_null] = ACTIONS(1712), - [sym_undefined] = ACTIONS(1712), - [anon_sym_AT] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1712), - [anon_sym_readonly] = ACTIONS(1712), - [anon_sym_get] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(1712), - [anon_sym_public] = ACTIONS(1712), - [anon_sym_private] = ACTIONS(1712), - [anon_sym_protected] = ACTIONS(1712), - [anon_sym_override] = ACTIONS(1712), - [anon_sym_module] = ACTIONS(1712), - [anon_sym_any] = ACTIONS(1712), - [anon_sym_number] = ACTIONS(1712), - [anon_sym_boolean] = ACTIONS(1712), - [anon_sym_string] = ACTIONS(1712), - [anon_sym_symbol] = ACTIONS(1712), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1504), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1560), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [233] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2907), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2907), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1084), - [sym_subscript_expression] = STATE(1084), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2907), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_pattern] = STATE(3164), - [sym_rest_pattern] = STATE(2943), - [sym_non_null_expression] = STATE(1084), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(620), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1492), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1582), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(146), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(158), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(1718), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1720), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [234] = { - [sym_import] = STATE(1256), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym__type_query_member_expression] = STATE(2376), - [sym__type_query_subscript_expression] = STATE(2374), - [sym__type_query_call_expression] = STATE(2397), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1722), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1447), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1322), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [235] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1720), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4399), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1724), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1104), + [sym_expression] = STATE(2038), + [sym_primary_expression] = STATE(1449), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1104), + [sym_subscript_expression] = STATE(1104), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3428), + [sym_non_null_expression] = STATE(1104), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(4155), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1738), + [anon_sym_export] = ACTIONS(1740), + [anon_sym_type] = ACTIONS(1740), + [anon_sym_namespace] = ACTIONS(1742), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1746), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1750), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1740), + [anon_sym_readonly] = ACTIONS(1740), + [anon_sym_get] = ACTIONS(1740), + [anon_sym_set] = ACTIONS(1740), + [anon_sym_declare] = ACTIONS(1740), + [anon_sym_public] = ACTIONS(1740), + [anon_sym_private] = ACTIONS(1740), + [anon_sym_protected] = ACTIONS(1740), + [anon_sym_override] = ACTIONS(1740), + [anon_sym_module] = ACTIONS(1740), + [anon_sym_any] = ACTIONS(1740), + [anon_sym_number] = ACTIONS(1740), + [anon_sym_boolean] = ACTIONS(1740), + [anon_sym_string] = ACTIONS(1740), + [anon_sym_symbol] = ACTIONS(1740), }, [236] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1791), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4157), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1726), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1616), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(3986), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [237] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1822), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4167), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_RPAREN] = ACTIONS(1728), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1476), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [238] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1730), - [anon_sym_export] = ACTIONS(1732), - [anon_sym_type] = ACTIONS(1732), - [anon_sym_namespace] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1785), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4241), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1738), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1732), - [anon_sym_readonly] = ACTIONS(1732), - [anon_sym_get] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_declare] = ACTIONS(1732), - [anon_sym_public] = ACTIONS(1732), - [anon_sym_private] = ACTIONS(1732), - [anon_sym_protected] = ACTIONS(1732), - [anon_sym_override] = ACTIONS(1732), - [anon_sym_module] = ACTIONS(1732), - [anon_sym_any] = ACTIONS(1732), - [anon_sym_number] = ACTIONS(1732), - [anon_sym_boolean] = ACTIONS(1732), - [anon_sym_string] = ACTIONS(1732), - [anon_sym_symbol] = ACTIONS(1732), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [239] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1686), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4212), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1688), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4292), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [240] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1102), - [sym_expression] = STATE(2005), - [sym_primary_expression] = STATE(1506), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1102), - [sym_subscript_expression] = STATE(1102), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3222), - [sym_non_null_expression] = STATE(1102), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(4014), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1740), - [anon_sym_export] = ACTIONS(1742), - [anon_sym_type] = ACTIONS(1742), - [anon_sym_namespace] = ACTIONS(1744), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(166), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1997), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1805), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1748), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_readonly] = ACTIONS(1742), - [anon_sym_get] = ACTIONS(1742), - [anon_sym_set] = ACTIONS(1742), - [anon_sym_declare] = ACTIONS(1742), - [anon_sym_public] = ACTIONS(1742), - [anon_sym_private] = ACTIONS(1742), - [anon_sym_protected] = ACTIONS(1742), - [anon_sym_override] = ACTIONS(1742), - [anon_sym_module] = ACTIONS(1742), - [anon_sym_any] = ACTIONS(1742), - [anon_sym_number] = ACTIONS(1742), - [anon_sym_boolean] = ACTIONS(1742), - [anon_sym_string] = ACTIONS(1742), - [anon_sym_symbol] = ACTIONS(1742), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [241] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1485), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4333), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1698), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4293), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [242] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3169), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3884), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1754), - [anon_sym_export] = ACTIONS(1756), - [anon_sym_type] = ACTIONS(1756), - [anon_sym_namespace] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1760), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1756), - [anon_sym_readonly] = ACTIONS(1756), - [anon_sym_get] = ACTIONS(1756), - [anon_sym_set] = ACTIONS(1756), - [anon_sym_declare] = ACTIONS(1756), - [anon_sym_public] = ACTIONS(1756), - [anon_sym_private] = ACTIONS(1756), - [anon_sym_protected] = ACTIONS(1756), - [anon_sym_override] = ACTIONS(1756), - [anon_sym_module] = ACTIONS(1756), - [anon_sym_any] = ACTIONS(1756), - [anon_sym_number] = ACTIONS(1756), - [anon_sym_boolean] = ACTIONS(1756), - [anon_sym_string] = ACTIONS(1756), - [anon_sym_symbol] = ACTIONS(1756), - }, - [243] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1102), - [sym_expression] = STATE(2005), - [sym_primary_expression] = STATE(1506), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1102), - [sym_subscript_expression] = STATE(1102), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1102), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1762), - [anon_sym_export] = ACTIONS(1764), - [anon_sym_type] = ACTIONS(1764), - [anon_sym_namespace] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(166), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1104), + [sym_expression] = STATE(2038), + [sym_primary_expression] = STATE(1449), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1104), + [sym_subscript_expression] = STATE(1104), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1104), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1752), + [anon_sym_export] = ACTIONS(1754), + [anon_sym_type] = ACTIONS(1754), + [anon_sym_namespace] = ACTIONS(1756), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(168), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1768), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1764), - [anon_sym_readonly] = ACTIONS(1764), - [anon_sym_get] = ACTIONS(1764), - [anon_sym_set] = ACTIONS(1764), - [anon_sym_declare] = ACTIONS(1764), - [anon_sym_public] = ACTIONS(1764), - [anon_sym_private] = ACTIONS(1764), - [anon_sym_protected] = ACTIONS(1764), - [anon_sym_override] = ACTIONS(1764), - [anon_sym_module] = ACTIONS(1764), - [anon_sym_any] = ACTIONS(1764), - [anon_sym_number] = ACTIONS(1764), - [anon_sym_boolean] = ACTIONS(1764), - [anon_sym_string] = ACTIONS(1764), - [anon_sym_symbol] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1758), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1750), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1754), + [anon_sym_readonly] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(1754), + [anon_sym_set] = ACTIONS(1754), + [anon_sym_declare] = ACTIONS(1754), + [anon_sym_public] = ACTIONS(1754), + [anon_sym_private] = ACTIONS(1754), + [anon_sym_protected] = ACTIONS(1754), + [anon_sym_override] = ACTIONS(1754), + [anon_sym_module] = ACTIONS(1754), + [anon_sym_any] = ACTIONS(1754), + [anon_sym_number] = ACTIONS(1754), + [anon_sym_boolean] = ACTIONS(1754), + [anon_sym_string] = ACTIONS(1754), + [anon_sym_symbol] = ACTIONS(1754), }, - [244] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1767), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4120), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [243] = { + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1447), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2064), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, - [245] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1581), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3880), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [244] = { + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1997), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1400), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + }, + [245] = { + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1522), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2059), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [246] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1972), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1759), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1763), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4327), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [247] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3222), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(4014), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1754), - [anon_sym_export] = ACTIONS(1756), - [anon_sym_type] = ACTIONS(1756), - [anon_sym_namespace] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1662), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4282), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1760), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1756), - [anon_sym_readonly] = ACTIONS(1756), - [anon_sym_get] = ACTIONS(1756), - [anon_sym_set] = ACTIONS(1756), - [anon_sym_declare] = ACTIONS(1756), - [anon_sym_public] = ACTIONS(1756), - [anon_sym_private] = ACTIONS(1756), - [anon_sym_protected] = ACTIONS(1756), - [anon_sym_override] = ACTIONS(1756), - [anon_sym_module] = ACTIONS(1756), - [anon_sym_any] = ACTIONS(1756), - [anon_sym_number] = ACTIONS(1756), - [anon_sym_boolean] = ACTIONS(1756), - [anon_sym_string] = ACTIONS(1756), - [anon_sym_symbol] = ACTIONS(1756), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [248] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1995), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1427), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1387), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4277), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [249] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1996), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1430), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1795), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4181), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [250] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1380), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1840), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1741), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4283), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [251] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1998), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1438), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1476), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2044), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [252] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1640), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_sequence_expression] = STATE(3922), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3428), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(4155), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1760), + [anon_sym_export] = ACTIONS(1762), + [anon_sym_type] = ACTIONS(1762), + [anon_sym_namespace] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1762), + [anon_sym_readonly] = ACTIONS(1762), + [anon_sym_get] = ACTIONS(1762), + [anon_sym_set] = ACTIONS(1762), + [anon_sym_declare] = ACTIONS(1762), + [anon_sym_public] = ACTIONS(1762), + [anon_sym_private] = ACTIONS(1762), + [anon_sym_protected] = ACTIONS(1762), + [anon_sym_override] = ACTIONS(1762), + [anon_sym_module] = ACTIONS(1762), + [anon_sym_any] = ACTIONS(1762), + [anon_sym_number] = ACTIONS(1762), + [anon_sym_boolean] = ACTIONS(1762), + [anon_sym_string] = ACTIONS(1762), + [anon_sym_symbol] = ACTIONS(1762), }, [253] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1824), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4469), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1104), + [sym_expression] = STATE(2038), + [sym_primary_expression] = STATE(1449), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1104), + [sym_subscript_expression] = STATE(1104), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3428), + [sym_non_null_expression] = STATE(1104), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(4155), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1752), + [anon_sym_export] = ACTIONS(1754), + [anon_sym_type] = ACTIONS(1754), + [anon_sym_namespace] = ACTIONS(1756), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1758), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1750), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1754), + [anon_sym_readonly] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(1754), + [anon_sym_set] = ACTIONS(1754), + [anon_sym_declare] = ACTIONS(1754), + [anon_sym_public] = ACTIONS(1754), + [anon_sym_private] = ACTIONS(1754), + [anon_sym_protected] = ACTIONS(1754), + [anon_sym_override] = ACTIONS(1754), + [anon_sym_module] = ACTIONS(1754), + [anon_sym_any] = ACTIONS(1754), + [anon_sym_number] = ACTIONS(1754), + [anon_sym_boolean] = ACTIONS(1754), + [anon_sym_string] = ACTIONS(1754), + [anon_sym_symbol] = ACTIONS(1754), }, [254] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1851), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1793), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1770), + [anon_sym_export] = ACTIONS(1772), + [anon_sym_type] = ACTIONS(1772), + [anon_sym_namespace] = ACTIONS(1774), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1776), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_readonly] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(1772), + [anon_sym_set] = ACTIONS(1772), + [anon_sym_declare] = ACTIONS(1772), + [anon_sym_public] = ACTIONS(1772), + [anon_sym_private] = ACTIONS(1772), + [anon_sym_protected] = ACTIONS(1772), + [anon_sym_override] = ACTIONS(1772), + [anon_sym_module] = ACTIONS(1772), + [anon_sym_any] = ACTIONS(1772), + [anon_sym_number] = ACTIONS(1772), + [anon_sym_boolean] = ACTIONS(1772), + [anon_sym_string] = ACTIONS(1772), + [anon_sym_symbol] = ACTIONS(1772), }, [255] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1532), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1861), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1492), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2042), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [256] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1652), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4188), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1504), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2040), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [257] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1689), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4199), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1601), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_sequence_expression] = STATE(4055), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [258] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1529), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1865), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [259] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1102), - [sym_expression] = STATE(2005), - [sym_primary_expression] = STATE(1506), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1102), - [sym_subscript_expression] = STATE(1102), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1102), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1774), - [anon_sym_export] = ACTIONS(1776), - [anon_sym_type] = ACTIONS(1776), - [anon_sym_namespace] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1519), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2039), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1780), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1776), - [anon_sym_readonly] = ACTIONS(1776), - [anon_sym_get] = ACTIONS(1776), - [anon_sym_set] = ACTIONS(1776), - [anon_sym_declare] = ACTIONS(1776), - [anon_sym_public] = ACTIONS(1776), - [anon_sym_private] = ACTIONS(1776), - [anon_sym_protected] = ACTIONS(1776), - [anon_sym_override] = ACTIONS(1776), - [anon_sym_module] = ACTIONS(1776), - [anon_sym_any] = ACTIONS(1776), - [anon_sym_number] = ACTIONS(1776), - [anon_sym_boolean] = ACTIONS(1776), - [anon_sym_string] = ACTIONS(1776), - [anon_sym_symbol] = ACTIONS(1776), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [260] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1469), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1867), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3428), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(4155), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1770), + [anon_sym_export] = ACTIONS(1772), + [anon_sym_type] = ACTIONS(1772), + [anon_sym_namespace] = ACTIONS(1774), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1776), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_readonly] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(1772), + [anon_sym_set] = ACTIONS(1772), + [anon_sym_declare] = ACTIONS(1772), + [anon_sym_public] = ACTIONS(1772), + [anon_sym_private] = ACTIONS(1772), + [anon_sym_protected] = ACTIONS(1772), + [anon_sym_override] = ACTIONS(1772), + [anon_sym_module] = ACTIONS(1772), + [anon_sym_any] = ACTIONS(1772), + [anon_sym_number] = ACTIONS(1772), + [anon_sym_boolean] = ACTIONS(1772), + [anon_sym_string] = ACTIONS(1772), + [anon_sym_symbol] = ACTIONS(1772), }, [261] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1102), - [sym_expression] = STATE(2005), - [sym_primary_expression] = STATE(1506), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1102), - [sym_subscript_expression] = STATE(1102), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1102), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1740), - [anon_sym_export] = ACTIONS(1742), - [anon_sym_type] = ACTIONS(1742), - [anon_sym_namespace] = ACTIONS(1744), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1742), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4319), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1748), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_readonly] = ACTIONS(1742), - [anon_sym_get] = ACTIONS(1742), - [anon_sym_set] = ACTIONS(1742), - [anon_sym_declare] = ACTIONS(1742), - [anon_sym_public] = ACTIONS(1742), - [anon_sym_private] = ACTIONS(1742), - [anon_sym_protected] = ACTIONS(1742), - [anon_sym_override] = ACTIONS(1742), - [anon_sym_module] = ACTIONS(1742), - [anon_sym_any] = ACTIONS(1742), - [anon_sym_number] = ACTIONS(1742), - [anon_sym_boolean] = ACTIONS(1742), - [anon_sym_string] = ACTIONS(1742), - [anon_sym_symbol] = ACTIONS(1742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [262] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1385), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1873), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3428), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(4155), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [263] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1494), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1981), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1963), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1657), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [264] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1380), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1286), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1519), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1270), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [265] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1532), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1288), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1504), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1279), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [266] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1529), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1289), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1104), + [sym_expression] = STATE(2038), + [sym_primary_expression] = STATE(1449), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1104), + [sym_subscript_expression] = STATE(1104), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1104), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1738), + [anon_sym_export] = ACTIONS(1740), + [anon_sym_type] = ACTIONS(1740), + [anon_sym_namespace] = ACTIONS(1742), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1746), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1750), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1740), + [anon_sym_readonly] = ACTIONS(1740), + [anon_sym_get] = ACTIONS(1740), + [anon_sym_set] = ACTIONS(1740), + [anon_sym_declare] = ACTIONS(1740), + [anon_sym_public] = ACTIONS(1740), + [anon_sym_private] = ACTIONS(1740), + [anon_sym_protected] = ACTIONS(1740), + [anon_sym_override] = ACTIONS(1740), + [anon_sym_module] = ACTIONS(1740), + [anon_sym_any] = ACTIONS(1740), + [anon_sym_number] = ACTIONS(1740), + [anon_sym_boolean] = ACTIONS(1740), + [anon_sym_string] = ACTIONS(1740), + [anon_sym_symbol] = ACTIONS(1740), }, [267] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1800), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4148), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1492), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1282), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [268] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1778), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4152), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1760), + [anon_sym_export] = ACTIONS(1762), + [anon_sym_type] = ACTIONS(1762), + [anon_sym_namespace] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1762), + [anon_sym_readonly] = ACTIONS(1762), + [anon_sym_get] = ACTIONS(1762), + [anon_sym_set] = ACTIONS(1762), + [anon_sym_declare] = ACTIONS(1762), + [anon_sym_public] = ACTIONS(1762), + [anon_sym_private] = ACTIONS(1762), + [anon_sym_protected] = ACTIONS(1762), + [anon_sym_override] = ACTIONS(1762), + [anon_sym_module] = ACTIONS(1762), + [anon_sym_any] = ACTIONS(1762), + [anon_sym_number] = ACTIONS(1762), + [anon_sym_boolean] = ACTIONS(1762), + [anon_sym_string] = ACTIONS(1762), + [anon_sym_symbol] = ACTIONS(1762), }, [269] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1780), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4156), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1963), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1430), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [270] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1469), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1252), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1882), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1392), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [271] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1878), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_mapped_type_clause] = STATE(4131), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1784), - [anon_sym_export] = ACTIONS(1786), - [anon_sym_type] = ACTIONS(1786), - [anon_sym_namespace] = ACTIONS(1788), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1790), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1786), - [anon_sym_readonly] = ACTIONS(1786), - [anon_sym_get] = ACTIONS(1786), - [anon_sym_set] = ACTIONS(1786), - [anon_sym_declare] = ACTIONS(1786), - [anon_sym_public] = ACTIONS(1786), - [anon_sym_private] = ACTIONS(1786), - [anon_sym_protected] = ACTIONS(1786), - [anon_sym_override] = ACTIONS(1786), - [anon_sym_module] = ACTIONS(1786), - [anon_sym_any] = ACTIONS(1786), - [anon_sym_number] = ACTIONS(1786), - [anon_sym_boolean] = ACTIONS(1786), - [anon_sym_string] = ACTIONS(1786), - [anon_sym_symbol] = ACTIONS(1786), - }, - [272] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1972), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1481), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1770), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1849), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1382), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + }, + [272] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1778), + [anon_sym_export] = ACTIONS(1780), + [anon_sym_type] = ACTIONS(1780), + [anon_sym_namespace] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1784), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_readonly] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(1780), + [anon_sym_set] = ACTIONS(1780), + [anon_sym_declare] = ACTIONS(1780), + [anon_sym_public] = ACTIONS(1780), + [anon_sym_private] = ACTIONS(1780), + [anon_sym_protected] = ACTIONS(1780), + [anon_sym_override] = ACTIONS(1780), + [anon_sym_module] = ACTIONS(1780), + [anon_sym_any] = ACTIONS(1780), + [anon_sym_number] = ACTIONS(1780), + [anon_sym_boolean] = ACTIONS(1780), + [anon_sym_string] = ACTIONS(1780), + [anon_sym_symbol] = ACTIONS(1780), }, [273] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1875), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1428), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [274] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3222), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(4014), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1792), - [anon_sym_export] = ACTIONS(1794), - [anon_sym_type] = ACTIONS(1794), - [anon_sym_namespace] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1957), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_mapped_type_clause] = STATE(4330), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1786), + [anon_sym_export] = ACTIONS(1788), + [anon_sym_type] = ACTIONS(1788), + [anon_sym_namespace] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1798), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_readonly] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(1794), - [anon_sym_set] = ACTIONS(1794), - [anon_sym_declare] = ACTIONS(1794), - [anon_sym_public] = ACTIONS(1794), - [anon_sym_private] = ACTIONS(1794), - [anon_sym_protected] = ACTIONS(1794), - [anon_sym_override] = ACTIONS(1794), - [anon_sym_module] = ACTIONS(1794), - [anon_sym_any] = ACTIONS(1794), - [anon_sym_number] = ACTIONS(1794), - [anon_sym_boolean] = ACTIONS(1794), - [anon_sym_string] = ACTIONS(1794), - [anon_sym_symbol] = ACTIONS(1794), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1792), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_readonly] = ACTIONS(1788), + [anon_sym_get] = ACTIONS(1788), + [anon_sym_set] = ACTIONS(1788), + [anon_sym_declare] = ACTIONS(1788), + [anon_sym_public] = ACTIONS(1788), + [anon_sym_private] = ACTIONS(1788), + [anon_sym_protected] = ACTIONS(1788), + [anon_sym_override] = ACTIONS(1788), + [anon_sym_module] = ACTIONS(1788), + [anon_sym_any] = ACTIONS(1788), + [anon_sym_number] = ACTIONS(1788), + [anon_sym_boolean] = ACTIONS(1788), + [anon_sym_string] = ACTIONS(1788), + [anon_sym_symbol] = ACTIONS(1788), }, [275] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1754), - [anon_sym_export] = ACTIONS(1756), - [anon_sym_type] = ACTIONS(1756), - [anon_sym_namespace] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1735), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4460), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1760), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1756), - [anon_sym_readonly] = ACTIONS(1756), - [anon_sym_get] = ACTIONS(1756), - [anon_sym_set] = ACTIONS(1756), - [anon_sym_declare] = ACTIONS(1756), - [anon_sym_public] = ACTIONS(1756), - [anon_sym_private] = ACTIONS(1756), - [anon_sym_protected] = ACTIONS(1756), - [anon_sym_override] = ACTIONS(1756), - [anon_sym_module] = ACTIONS(1756), - [anon_sym_any] = ACTIONS(1756), - [anon_sym_number] = ACTIONS(1756), - [anon_sym_boolean] = ACTIONS(1756), - [anon_sym_string] = ACTIONS(1756), - [anon_sym_symbol] = ACTIONS(1756), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [276] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1380), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1632), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1963), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1472), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [277] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1532), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1631), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1997), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1494), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [278] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1529), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1630), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1736), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4459), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [279] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1469), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1619), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1738), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4467), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [280] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1102), - [sym_expression] = STATE(2005), - [sym_primary_expression] = STATE(1506), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1102), - [sym_subscript_expression] = STATE(1102), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3222), - [sym_non_null_expression] = STATE(1102), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(4014), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1774), - [anon_sym_export] = ACTIONS(1776), - [anon_sym_type] = ACTIONS(1776), - [anon_sym_namespace] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1522), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1572), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1780), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1776), - [anon_sym_readonly] = ACTIONS(1776), - [anon_sym_get] = ACTIONS(1776), - [anon_sym_set] = ACTIONS(1776), - [anon_sym_declare] = ACTIONS(1776), - [anon_sym_public] = ACTIONS(1776), - [anon_sym_private] = ACTIONS(1776), - [anon_sym_protected] = ACTIONS(1776), - [anon_sym_override] = ACTIONS(1776), - [anon_sym_module] = ACTIONS(1776), - [anon_sym_any] = ACTIONS(1776), - [anon_sym_number] = ACTIONS(1776), - [anon_sym_boolean] = ACTIONS(1776), - [anon_sym_string] = ACTIONS(1776), - [anon_sym_symbol] = ACTIONS(1776), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [281] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1385), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1594), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1910), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [282] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1878), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_mapped_type_clause] = STATE(4160), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1800), - [anon_sym_export] = ACTIONS(1802), - [anon_sym_type] = ACTIONS(1802), - [anon_sym_namespace] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1875), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1542), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1806), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1802), - [anon_sym_readonly] = ACTIONS(1802), - [anon_sym_get] = ACTIONS(1802), - [anon_sym_set] = ACTIONS(1802), - [anon_sym_declare] = ACTIONS(1802), - [anon_sym_public] = ACTIONS(1802), - [anon_sym_private] = ACTIONS(1802), - [anon_sym_protected] = ACTIONS(1802), - [anon_sym_override] = ACTIONS(1802), - [anon_sym_module] = ACTIONS(1802), - [anon_sym_any] = ACTIONS(1802), - [anon_sym_number] = ACTIONS(1802), - [anon_sym_boolean] = ACTIONS(1802), - [anon_sym_string] = ACTIONS(1802), - [anon_sym_symbol] = ACTIONS(1802), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [283] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1917), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1434), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1849), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1534), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [284] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1494), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1588), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1882), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1532), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [285] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1494), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1604), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1809), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4403), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [286] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1808), - [anon_sym_export] = ACTIONS(1810), - [anon_sym_type] = ACTIONS(1810), - [anon_sym_namespace] = ACTIONS(1812), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1743), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4457), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1814), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(1810), - [anon_sym_set] = ACTIONS(1810), - [anon_sym_declare] = ACTIONS(1810), - [anon_sym_public] = ACTIONS(1810), - [anon_sym_private] = ACTIONS(1810), - [anon_sym_protected] = ACTIONS(1810), - [anon_sym_override] = ACTIONS(1810), - [anon_sym_module] = ACTIONS(1810), - [anon_sym_any] = ACTIONS(1810), - [anon_sym_number] = ACTIONS(1810), - [anon_sym_boolean] = ACTIONS(1810), - [anon_sym_string] = ACTIONS(1810), - [anon_sym_symbol] = ACTIONS(1810), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [287] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1375), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(3521), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1957), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_mapped_type_clause] = STATE(4499), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1794), + [anon_sym_export] = ACTIONS(1796), + [anon_sym_type] = ACTIONS(1796), + [anon_sym_namespace] = ACTIONS(1798), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1800), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1796), + [anon_sym_readonly] = ACTIONS(1796), + [anon_sym_get] = ACTIONS(1796), + [anon_sym_set] = ACTIONS(1796), + [anon_sym_declare] = ACTIONS(1796), + [anon_sym_public] = ACTIONS(1796), + [anon_sym_private] = ACTIONS(1796), + [anon_sym_protected] = ACTIONS(1796), + [anon_sym_override] = ACTIONS(1796), + [anon_sym_module] = ACTIONS(1796), + [anon_sym_any] = ACTIONS(1796), + [anon_sym_number] = ACTIONS(1796), + [anon_sym_boolean] = ACTIONS(1796), + [anon_sym_string] = ACTIONS(1796), + [anon_sym_symbol] = ACTIONS(1796), }, [288] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3222), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(4014), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1808), - [anon_sym_export] = ACTIONS(1810), - [anon_sym_type] = ACTIONS(1810), - [anon_sym_namespace] = ACTIONS(1812), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1623), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym__extends_clause_single] = STATE(3828), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1814), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_readonly] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(1810), - [anon_sym_set] = ACTIONS(1810), - [anon_sym_declare] = ACTIONS(1810), - [anon_sym_public] = ACTIONS(1810), - [anon_sym_private] = ACTIONS(1810), - [anon_sym_protected] = ACTIONS(1810), - [anon_sym_override] = ACTIONS(1810), - [anon_sym_module] = ACTIONS(1810), - [anon_sym_any] = ACTIONS(1810), - [anon_sym_number] = ACTIONS(1810), - [anon_sym_boolean] = ACTIONS(1810), - [anon_sym_string] = ACTIONS(1810), - [anon_sym_symbol] = ACTIONS(1810), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [289] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1385), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1378), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1447), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1564), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [290] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1792), - [anon_sym_export] = ACTIONS(1794), - [anon_sym_type] = ACTIONS(1794), - [anon_sym_namespace] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1798), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_readonly] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(1794), - [anon_sym_set] = ACTIONS(1794), - [anon_sym_declare] = ACTIONS(1794), - [anon_sym_public] = ACTIONS(1794), - [anon_sym_private] = ACTIONS(1794), - [anon_sym_protected] = ACTIONS(1794), - [anon_sym_override] = ACTIONS(1794), - [anon_sym_module] = ACTIONS(1794), - [anon_sym_any] = ACTIONS(1794), - [anon_sym_number] = ACTIONS(1794), - [anon_sym_boolean] = ACTIONS(1794), - [anon_sym_string] = ACTIONS(1794), - [anon_sym_symbol] = ACTIONS(1794), - }, - [291] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1385), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1579), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), - }, - [292] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1851), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1401), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1770), + [sym_import] = STATE(2015), + [sym_statement_block] = STATE(1910), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1483), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + }, + [291] = { + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1447), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1620), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [292] = { + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1522), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1626), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [293] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1995), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1514), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1476), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1302), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [294] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1996), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1535), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1802), + [anon_sym_export] = ACTIONS(1804), + [anon_sym_type] = ACTIONS(1804), + [anon_sym_namespace] = ACTIONS(1806), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1808), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_get] = ACTIONS(1804), + [anon_sym_set] = ACTIONS(1804), + [anon_sym_declare] = ACTIONS(1804), + [anon_sym_public] = ACTIONS(1804), + [anon_sym_private] = ACTIONS(1804), + [anon_sym_protected] = ACTIONS(1804), + [anon_sym_override] = ACTIONS(1804), + [anon_sym_module] = ACTIONS(1804), + [anon_sym_any] = ACTIONS(1804), + [anon_sym_number] = ACTIONS(1804), + [anon_sym_boolean] = ACTIONS(1804), + [anon_sym_string] = ACTIONS(1804), + [anon_sym_symbol] = ACTIONS(1804), }, [295] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1998), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1534), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1623), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym__extends_clause_single] = STATE(3536), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [296] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1917), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1440), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1476), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1647), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [297] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1972), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1412), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3428), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(4155), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1802), + [anon_sym_export] = ACTIONS(1804), + [anon_sym_type] = ACTIONS(1804), + [anon_sym_namespace] = ACTIONS(1806), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1808), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_readonly] = ACTIONS(1804), + [anon_sym_get] = ACTIONS(1804), + [anon_sym_set] = ACTIONS(1804), + [anon_sym_declare] = ACTIONS(1804), + [anon_sym_public] = ACTIONS(1804), + [anon_sym_private] = ACTIONS(1804), + [anon_sym_protected] = ACTIONS(1804), + [anon_sym_override] = ACTIONS(1804), + [anon_sym_module] = ACTIONS(1804), + [anon_sym_any] = ACTIONS(1804), + [anon_sym_number] = ACTIONS(1804), + [anon_sym_boolean] = ACTIONS(1804), + [anon_sym_string] = ACTIONS(1804), + [anon_sym_symbol] = ACTIONS(1804), }, [298] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1469), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1610), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1492), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1650), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [299] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1851), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1444), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1504), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1548), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [300] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1494), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1262), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1519), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1631), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [301] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1917), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1662), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1104), + [sym_expression] = STATE(2038), + [sym_primary_expression] = STATE(1449), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1104), + [sym_subscript_expression] = STATE(1104), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3428), + [sym_non_null_expression] = STATE(1104), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(4155), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1810), + [anon_sym_export] = ACTIONS(1812), + [anon_sym_type] = ACTIONS(1812), + [anon_sym_namespace] = ACTIONS(1814), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(168), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1816), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1750), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1812), + [anon_sym_readonly] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(1812), + [anon_sym_set] = ACTIONS(1812), + [anon_sym_declare] = ACTIONS(1812), + [anon_sym_public] = ACTIONS(1812), + [anon_sym_private] = ACTIONS(1812), + [anon_sym_protected] = ACTIONS(1812), + [anon_sym_override] = ACTIONS(1812), + [anon_sym_module] = ACTIONS(1812), + [anon_sym_any] = ACTIONS(1812), + [anon_sym_number] = ACTIONS(1812), + [anon_sym_boolean] = ACTIONS(1812), + [anon_sym_string] = ACTIONS(1812), + [anon_sym_symbol] = ACTIONS(1812), }, [302] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1529), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1552), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1487), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_sequence_expression] = STATE(4351), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [303] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1532), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1642), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3428), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(4155), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1778), + [anon_sym_export] = ACTIONS(1780), + [anon_sym_type] = ACTIONS(1780), + [anon_sym_namespace] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1784), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_readonly] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(1780), + [anon_sym_set] = ACTIONS(1780), + [anon_sym_declare] = ACTIONS(1780), + [anon_sym_public] = ACTIONS(1780), + [anon_sym_private] = ACTIONS(1780), + [anon_sym_protected] = ACTIONS(1780), + [anon_sym_override] = ACTIONS(1780), + [anon_sym_module] = ACTIONS(1780), + [anon_sym_any] = ACTIONS(1780), + [anon_sym_number] = ACTIONS(1780), + [anon_sym_boolean] = ACTIONS(1780), + [anon_sym_string] = ACTIONS(1780), + [anon_sym_symbol] = ACTIONS(1780), }, [304] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1380), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1635), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3262), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3994), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1760), + [anon_sym_export] = ACTIONS(1762), + [anon_sym_type] = ACTIONS(1762), + [anon_sym_namespace] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1762), + [anon_sym_readonly] = ACTIONS(1762), + [anon_sym_get] = ACTIONS(1762), + [anon_sym_set] = ACTIONS(1762), + [anon_sym_declare] = ACTIONS(1762), + [anon_sym_public] = ACTIONS(1762), + [anon_sym_private] = ACTIONS(1762), + [anon_sym_protected] = ACTIONS(1762), + [anon_sym_override] = ACTIONS(1762), + [anon_sym_module] = ACTIONS(1762), + [anon_sym_any] = ACTIONS(1762), + [anon_sym_number] = ACTIONS(1762), + [anon_sym_boolean] = ACTIONS(1762), + [anon_sym_string] = ACTIONS(1762), + [anon_sym_symbol] = ACTIONS(1762), }, [305] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1806), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4180), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1447), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1902), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [306] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3222), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(4014), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1730), - [anon_sym_export] = ACTIONS(1732), - [anon_sym_type] = ACTIONS(1732), - [anon_sym_namespace] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1522), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1912), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1738), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1732), - [anon_sym_readonly] = ACTIONS(1732), - [anon_sym_get] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_declare] = ACTIONS(1732), - [anon_sym_public] = ACTIONS(1732), - [anon_sym_private] = ACTIONS(1732), - [anon_sym_protected] = ACTIONS(1732), - [anon_sym_override] = ACTIONS(1732), - [anon_sym_module] = ACTIONS(1732), - [anon_sym_any] = ACTIONS(1732), - [anon_sym_number] = ACTIONS(1732), - [anon_sym_boolean] = ACTIONS(1732), - [anon_sym_string] = ACTIONS(1732), - [anon_sym_symbol] = ACTIONS(1732), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [307] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3222), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(4014), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1218), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_DOT] = ACTIONS(1766), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [308] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1380), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2012), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1492), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1960), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [309] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1532), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2014), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1504), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1967), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [310] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1998), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1777), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1519), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1968), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [311] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1996), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1782), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_statement_block] = STATE(1522), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1269), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [312] = { - [sym_import] = STATE(1955), - [sym_statement_block] = STATE(1995), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1783), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1104), + [sym_expression] = STATE(2038), + [sym_primary_expression] = STATE(1449), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1104), + [sym_subscript_expression] = STATE(1104), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1104), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1810), + [anon_sym_export] = ACTIONS(1812), + [anon_sym_type] = ACTIONS(1812), + [anon_sym_namespace] = ACTIONS(1814), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(168), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_DOT] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1816), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1750), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1812), + [anon_sym_readonly] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(1812), + [anon_sym_set] = ACTIONS(1812), + [anon_sym_declare] = ACTIONS(1812), + [anon_sym_public] = ACTIONS(1812), + [anon_sym_private] = ACTIONS(1812), + [anon_sym_protected] = ACTIONS(1812), + [anon_sym_override] = ACTIONS(1812), + [anon_sym_module] = ACTIONS(1812), + [anon_sym_any] = ACTIONS(1812), + [anon_sym_number] = ACTIONS(1812), + [anon_sym_boolean] = ACTIONS(1812), + [anon_sym_string] = ACTIONS(1812), + [anon_sym_symbol] = ACTIONS(1812), }, [313] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1529), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2016), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1974), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [314] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1469), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2004), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1379), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [315] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1644), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4437), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1691), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [316] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1102), - [sym_expression] = STATE(2005), - [sym_primary_expression] = STATE(1506), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1102), - [sym_subscript_expression] = STATE(1102), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3222), - [sym_non_null_expression] = STATE(1102), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(4014), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1762), - [anon_sym_export] = ACTIONS(1764), - [anon_sym_type] = ACTIONS(1764), - [anon_sym_namespace] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(166), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1695), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_DOT] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1768), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1764), - [anon_sym_readonly] = ACTIONS(1764), - [anon_sym_get] = ACTIONS(1764), - [anon_sym_set] = ACTIONS(1764), - [anon_sym_declare] = ACTIONS(1764), - [anon_sym_public] = ACTIONS(1764), - [anon_sym_private] = ACTIONS(1764), - [anon_sym_protected] = ACTIONS(1764), - [anon_sym_override] = ACTIONS(1764), - [anon_sym_module] = ACTIONS(1764), - [anon_sym_any] = ACTIONS(1764), - [anon_sym_number] = ACTIONS(1764), - [anon_sym_boolean] = ACTIONS(1764), - [anon_sym_string] = ACTIONS(1764), - [anon_sym_symbol] = ACTIONS(1764), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [317] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1385), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2013), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1696), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [318] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1229), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1697), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1736), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [319] = { - [sym_import] = STATE(1414), - [sym_statement_block] = STATE(1494), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2028), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1289), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [320] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1682), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4222), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1699), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [321] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1684), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4220), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1700), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [322] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1450), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4480), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1399), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [323] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1685), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_sequence_expression] = STATE(4219), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [324] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1457), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1816), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [325] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1577), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1747), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [326] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1674), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1758), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(1818), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [327] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1648), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1744), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [328] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1978), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1771), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [329] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1627), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1957), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [330] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1992), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [331] = { - [sym_namespace_export] = STATE(4064), - [sym_export_clause] = STATE(3564), - [sym_declaration] = STATE(665), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_default] = ACTIONS(1822), - [anon_sym_type] = ACTIONS(1824), - [anon_sym_EQ] = ACTIONS(1826), - [anon_sym_as] = ACTIONS(1828), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1863), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1320), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [332] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2033), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(2881), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(2881), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1083), - [sym_subscript_expression] = STATE(1083), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(2881), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1083), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1871), - [anon_sym_export] = ACTIONS(1873), - [anon_sym_type] = ACTIONS(1873), - [anon_sym_namespace] = ACTIONS(1875), - [anon_sym_LBRACE] = ACTIONS(622), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1335), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1815), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1877), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1879), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1873), - [anon_sym_readonly] = ACTIONS(1873), - [anon_sym_get] = ACTIONS(1873), - [anon_sym_set] = ACTIONS(1873), - [anon_sym_declare] = ACTIONS(1873), - [anon_sym_public] = ACTIONS(1873), - [anon_sym_private] = ACTIONS(1873), - [anon_sym_protected] = ACTIONS(1873), - [anon_sym_override] = ACTIONS(1873), - [anon_sym_module] = ACTIONS(1873), - [anon_sym_any] = ACTIONS(1873), - [anon_sym_number] = ACTIONS(1873), - [anon_sym_boolean] = ACTIONS(1873), - [anon_sym_string] = ACTIONS(1873), - [anon_sym_symbol] = ACTIONS(1873), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [333] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1466), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1361), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [334] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1871), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1857), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [335] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1314), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1818), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [336] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1994), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), - }, - [337] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1404), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - }, - [338] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1472), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1461), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [339] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1488), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), - }, - [340] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1491), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), - }, - [341] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2040), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1816), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [342] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1533), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [337] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1424), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [343] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [338] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1592), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), + }, + [339] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1530), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(1818), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [344] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1493), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [340] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1788), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [341] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1273), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [342] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1789), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [343] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1846), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [344] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1818), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(1818), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + }, + [345] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1521), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [345] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1758), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [346] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1654), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1820), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [347] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1908), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1611), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [348] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1980), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1822), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [349] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1915), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1615), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [350] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1846), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1268), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [351] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1830), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1685), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [352] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2045), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1673), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [353] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2031), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(2012), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [354] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1769), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1791), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [355] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1882), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1263), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [356] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1925), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1881), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [357] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1915), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1639), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1881), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [358] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2008), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1972), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [359] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2009), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1653), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [360] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2015), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1975), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [361] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1814), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - }, - [362] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1475), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1398), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + }, + [362] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1262), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [363] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2018), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2031), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [364] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1829), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1609), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [365] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2041), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1577), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [366] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2039), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2063), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [367] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2038), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2061), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [368] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2037), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2060), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [369] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2035), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1605), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [370] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2026), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), - }, - [371] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1479), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1518), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + }, + [371] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2058), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [372] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2025), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1850), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [373] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2024), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1973), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [374] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2023), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1261), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [375] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1371), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1260), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [376] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2022), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1974), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1820), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [377] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1386), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1259), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [378] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2057), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), + }, + [379] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1511), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [378] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2020), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), - }, - [379] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1823), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [380] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1674), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2056), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [381] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1709), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1822), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [382] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1952), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2055), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [383] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2071), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(2965), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(2965), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1069), + [sym_subscript_expression] = STATE(1069), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(2965), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1069), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1824), + [anon_sym_export] = ACTIONS(1826), + [anon_sym_type] = ACTIONS(1826), + [anon_sym_namespace] = ACTIONS(1828), + [anon_sym_LBRACE] = ACTIONS(630), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1333), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1883), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1830), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1832), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1826), + [anon_sym_readonly] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(1826), + [anon_sym_set] = ACTIONS(1826), + [anon_sym_declare] = ACTIONS(1826), + [anon_sym_public] = ACTIONS(1826), + [anon_sym_private] = ACTIONS(1826), + [anon_sym_protected] = ACTIONS(1826), + [anon_sym_override] = ACTIONS(1826), + [anon_sym_module] = ACTIONS(1826), + [anon_sym_any] = ACTIONS(1826), + [anon_sym_number] = ACTIONS(1826), + [anon_sym_boolean] = ACTIONS(1826), + [anon_sym_string] = ACTIONS(1826), + [anon_sym_symbol] = ACTIONS(1826), }, [384] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1387), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1955), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [385] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1629), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1690), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [386] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1754), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1953), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [387] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2040), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2054), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1881), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [388] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1416), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1952), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [389] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1866), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1951), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [390] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2051), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1950), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [391] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1392), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1654), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [392] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1393), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1948), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [393] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1870), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1940), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [394] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1269), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1931), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [395] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1629), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1930), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1881), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [396] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1628), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1928), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [397] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1880), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1923), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [398] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2040), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1921), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [399] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2042), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1913), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [400] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1726), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2053), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [401] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1960), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1907), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [402] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1891), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1904), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [403] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1878), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1903), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [404] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1509), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2050), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [405] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1647), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2049), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [406] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1691), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1603), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [407] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1892), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2022), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [408] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1614), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1602), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [409] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1703), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(2008), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [410] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1443), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1543), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [411] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1394), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2047), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [412] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1895), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1607), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [413] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1605), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1608), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [414] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1899), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2046), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [415] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1774), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2045), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [416] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1562), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1469), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [417] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1545), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1593), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [418] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1429), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1630), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [419] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1542), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1457), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(1818), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [420] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1564), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1988), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [421] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1413), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1402), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [422] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1776), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1397), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [423] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1570), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1608), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1820), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [424] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1578), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2043), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [425] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1954), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1257), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [426] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1641), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1256), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [427] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1555), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1561), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [428] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1409), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1406), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [429] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1547), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1410), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [430] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1407), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1558), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1820), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [431] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1382), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1407), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [432] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1445), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1590), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [433] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1910), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1649), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [434] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1391), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2023), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1820), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [435] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1950), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1646), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [436] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1400), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1836), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [437] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1419), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1645), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [438] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1837), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1644), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [439] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1420), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2035), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [440] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1643), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [441] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1860), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1164), + [sym_expression] = STATE(1655), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4300), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4300), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4298), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1164), + [sym_subscript_expression] = STATE(1164), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2489), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4300), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1164), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1150), + [anon_sym_export] = ACTIONS(882), + [anon_sym_type] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(906), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(892), + [anon_sym_yield] = ACTIONS(894), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(898), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(906), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(890), + [anon_sym_void] = ACTIONS(906), + [anon_sym_delete] = ACTIONS(906), + [anon_sym_PLUS_PLUS] = ACTIONS(908), + [anon_sym_DASH_DASH] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1156), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(882), + [anon_sym_readonly] = ACTIONS(882), + [anon_sym_get] = ACTIONS(882), + [anon_sym_set] = ACTIONS(882), + [anon_sym_declare] = ACTIONS(882), + [anon_sym_public] = ACTIONS(882), + [anon_sym_private] = ACTIONS(882), + [anon_sym_protected] = ACTIONS(882), + [anon_sym_override] = ACTIONS(882), + [anon_sym_module] = ACTIONS(882), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), }, [442] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1268), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1558), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [443] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1872), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1595), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [444] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1404), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(3348), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(3348), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1150), - [sym_subscript_expression] = STATE(1150), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(3348), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1150), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1885), - [anon_sym_export] = ACTIONS(986), - [anon_sym_type] = ACTIONS(986), - [anon_sym_namespace] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1170), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1642), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(992), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1887), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(986), - [anon_sym_readonly] = ACTIONS(986), - [anon_sym_get] = ACTIONS(986), - [anon_sym_set] = ACTIONS(986), - [anon_sym_declare] = ACTIONS(986), - [anon_sym_public] = ACTIONS(986), - [anon_sym_private] = ACTIONS(986), - [anon_sym_protected] = ACTIONS(986), - [anon_sym_override] = ACTIONS(986), - [anon_sym_module] = ACTIONS(986), - [anon_sym_any] = ACTIONS(986), - [anon_sym_number] = ACTIONS(986), - [anon_sym_boolean] = ACTIONS(986), - [anon_sym_string] = ACTIONS(986), - [anon_sym_symbol] = ACTIONS(986), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [445] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1397), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1637), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [446] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1417), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [446] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1876), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [447] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1421), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1834), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [448] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1476), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1571), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [449] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1422), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1255), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [450] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1423), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1254), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [451] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1426), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1636), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [452] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1710), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1287), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [453] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1441), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1290), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [454] = { - [sym_namespace_export] = STATE(4064), - [sym_export_clause] = STATE(3564), - [sym_declaration] = STATE(665), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_default] = ACTIONS(1822), - [anon_sym_type] = ACTIONS(1824), - [anon_sym_EQ] = ACTIONS(1826), - [anon_sym_as] = ACTIONS(1828), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1863), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2023), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [455] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1508), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2033), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), + }, + [456] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1604), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [457] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1418), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [456] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1715), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [458] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1465), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), - }, - [457] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1877), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), - }, - [458] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1044), - [sym_expression] = STATE(2040), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4479), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4479), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4155), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1044), - [sym_subscript_expression] = STATE(1044), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2444), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4479), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1044), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1176), - [anon_sym_export] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_namespace] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(170), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(166), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(1052), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(633), - [anon_sym_PLUS] = ACTIONS(170), - [anon_sym_DASH] = ACTIONS(170), - [anon_sym_TILDE] = ACTIONS(166), - [anon_sym_void] = ACTIONS(170), - [anon_sym_delete] = ACTIONS(170), - [anon_sym_PLUS_PLUS] = ACTIONS(708), - [anon_sym_DASH_DASH] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1883), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_readonly] = ACTIONS(1046), - [anon_sym_get] = ACTIONS(1046), - [anon_sym_set] = ACTIONS(1046), - [anon_sym_declare] = ACTIONS(1046), - [anon_sym_public] = ACTIONS(1046), - [anon_sym_private] = ACTIONS(1046), - [anon_sym_protected] = ACTIONS(1046), - [anon_sym_override] = ACTIONS(1046), - [anon_sym_module] = ACTIONS(1046), - [anon_sym_any] = ACTIONS(1046), - [anon_sym_number] = ACTIONS(1046), - [anon_sym_boolean] = ACTIONS(1046), - [anon_sym_string] = ACTIONS(1046), - [anon_sym_symbol] = ACTIONS(1046), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [459] = { - [sym_namespace_export] = STATE(4064), - [sym_export_clause] = STATE(3564), - [sym_declaration] = STATE(665), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_default] = ACTIONS(1822), - [anon_sym_type] = ACTIONS(1824), - [anon_sym_EQ] = ACTIONS(1826), - [anon_sym_as] = ACTIONS(1828), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1863), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_namespace_export] = STATE(3952), + [sym_export_clause] = STATE(3546), + [sym_declaration] = STATE(689), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [anon_sym_STAR] = ACTIONS(1836), + [anon_sym_default] = ACTIONS(1838), + [anon_sym_type] = ACTIONS(1840), + [anon_sym_EQ] = ACTIONS(1842), + [anon_sym_as] = ACTIONS(1844), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_LBRACE] = ACTIONS(1848), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1879), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [460] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1488), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1419), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(1818), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [461] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1389), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1425), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [462] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1296), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - }, - [463] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1501), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1403), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), - }, - [464] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1551), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), - }, - [465] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1306), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - }, - [466] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1575), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), - }, - [467] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1939), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, - [468] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1399), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [463] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1557), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [469] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1717), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [464] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1431), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, - [470] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1403), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [465] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1429), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [471] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - }, - [472] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1580), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), - }, - [473] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1585), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), - }, - [474] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1322), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [475] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1405), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [466] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1510), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [476] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1408), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [467] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1432), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [477] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1373), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - }, - [478] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1587), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [479] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1609), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [468] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1434), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), - }, - [480] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1284), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), - }, - [481] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1185), - [sym_expression] = STATE(1966), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4443), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4443), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4170), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2417), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4443), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1185), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1164), - [anon_sym_export] = ACTIONS(864), - [anon_sym_type] = ACTIONS(864), - [anon_sym_namespace] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_typeof] = ACTIONS(890), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(872), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(874), - [anon_sym_yield] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(1170), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(880), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(882), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1172), - [anon_sym_PLUS] = ACTIONS(890), - [anon_sym_DASH] = ACTIONS(890), - [anon_sym_TILDE] = ACTIONS(872), - [anon_sym_void] = ACTIONS(890), - [anon_sym_delete] = ACTIONS(890), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1174), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(864), - [anon_sym_readonly] = ACTIONS(864), - [anon_sym_get] = ACTIONS(864), - [anon_sym_set] = ACTIONS(864), - [anon_sym_declare] = ACTIONS(864), - [anon_sym_public] = ACTIONS(864), - [anon_sym_private] = ACTIONS(864), - [anon_sym_protected] = ACTIONS(864), - [anon_sym_override] = ACTIONS(864), - [anon_sym_module] = ACTIONS(864), - [anon_sym_any] = ACTIONS(864), - [anon_sym_number] = ACTIONS(864), - [anon_sym_boolean] = ACTIONS(864), - [anon_sym_string] = ACTIONS(864), - [anon_sym_symbol] = ACTIONS(864), - }, - [482] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1834), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [483] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1321), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [469] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1894), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1893), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, - [484] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1411), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [470] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1439), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [485] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1415), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), + [471] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1451), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), + [anon_sym_import] = ACTIONS(788), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, - [486] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1592), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [472] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1887), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, - [487] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1788), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), + [473] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1373), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [474] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1426), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), + }, + [475] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1634), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [476] = { + [sym_namespace_export] = STATE(3952), + [sym_export_clause] = STATE(3546), + [sym_declaration] = STATE(689), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [anon_sym_STAR] = ACTIONS(1836), + [anon_sym_default] = ACTIONS(1838), + [anon_sym_type] = ACTIONS(1840), + [anon_sym_EQ] = ACTIONS(1842), + [anon_sym_as] = ACTIONS(1844), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_LBRACE] = ACTIONS(1848), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1879), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [477] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1632), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [478] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1303), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [479] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1629), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [480] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1628), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [481] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1573), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), + }, + [482] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1420), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), + }, + [483] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1627), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [484] = { + [sym_namespace_export] = STATE(3952), + [sym_export_clause] = STATE(3546), + [sym_declaration] = STATE(689), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [anon_sym_STAR] = ACTIONS(1836), + [anon_sym_default] = ACTIONS(1838), + [anon_sym_type] = ACTIONS(1840), + [anon_sym_EQ] = ACTIONS(1842), + [anon_sym_as] = ACTIONS(1844), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_LBRACE] = ACTIONS(1848), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1879), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [485] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1625), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), + }, + [486] = { + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), + }, + [487] = { + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1484), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [488] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1548), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1493), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [489] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1589), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1406), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(3240), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(3240), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1123), + [sym_subscript_expression] = STATE(1123), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(3240), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1123), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1893), + [anon_sym_export] = ACTIONS(1094), + [anon_sym_type] = ACTIONS(1094), + [anon_sym_namespace] = ACTIONS(1096), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1100), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1895), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1094), + [anon_sym_readonly] = ACTIONS(1094), + [anon_sym_get] = ACTIONS(1094), + [anon_sym_set] = ACTIONS(1094), + [anon_sym_declare] = ACTIONS(1094), + [anon_sym_public] = ACTIONS(1094), + [anon_sym_private] = ACTIONS(1094), + [anon_sym_protected] = ACTIONS(1094), + [anon_sym_override] = ACTIONS(1094), + [anon_sym_module] = ACTIONS(1094), + [anon_sym_any] = ACTIONS(1094), + [anon_sym_number] = ACTIONS(1094), + [anon_sym_boolean] = ACTIONS(1094), + [anon_sym_string] = ACTIONS(1094), + [anon_sym_symbol] = ACTIONS(1094), }, [490] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1370), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2023), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1834), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [491] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1554), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(2001), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [492] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1152), - [sym_expression] = STATE(1435), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4455), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4455), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4456), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1152), - [sym_subscript_expression] = STATE(1152), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2404), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4455), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1152), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1136), - [anon_sym_export] = ACTIONS(944), - [anon_sym_type] = ACTIONS(944), - [anon_sym_namespace] = ACTIONS(946), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1569), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(960), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(944), - [anon_sym_readonly] = ACTIONS(944), - [anon_sym_get] = ACTIONS(944), - [anon_sym_set] = ACTIONS(944), - [anon_sym_declare] = ACTIONS(944), - [anon_sym_public] = ACTIONS(944), - [anon_sym_private] = ACTIONS(944), - [anon_sym_protected] = ACTIONS(944), - [anon_sym_override] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_any] = ACTIONS(944), - [anon_sym_number] = ACTIONS(944), - [anon_sym_boolean] = ACTIONS(944), - [anon_sym_string] = ACTIONS(944), - [anon_sym_symbol] = ACTIONS(944), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [493] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1565), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1496), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [494] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1590), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1624), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [495] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1593), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1501), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [496] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1583), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1503), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [497] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1368), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1505), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [498] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1165), - [sym_expression] = STATE(1492), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4407), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4407), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4342), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1165), - [sym_subscript_expression] = STATE(1165), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2419), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4407), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1165), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(818), - [anon_sym_type] = ACTIONS(818), - [anon_sym_namespace] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(844), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(826), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(828), - [anon_sym_yield] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1473), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(834), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1152), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_TILDE] = ACTIONS(826), - [anon_sym_void] = ACTIONS(844), - [anon_sym_delete] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(846), - [anon_sym_DASH_DASH] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(818), - [anon_sym_readonly] = ACTIONS(818), - [anon_sym_get] = ACTIONS(818), - [anon_sym_set] = ACTIONS(818), - [anon_sym_declare] = ACTIONS(818), - [anon_sym_public] = ACTIONS(818), - [anon_sym_private] = ACTIONS(818), - [anon_sym_protected] = ACTIONS(818), - [anon_sym_override] = ACTIONS(818), - [anon_sym_module] = ACTIONS(818), - [anon_sym_any] = ACTIONS(818), - [anon_sym_number] = ACTIONS(818), - [anon_sym_boolean] = ACTIONS(818), - [anon_sym_string] = ACTIONS(818), - [anon_sym_symbol] = ACTIONS(818), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [499] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1366), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1512), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [500] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1597), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1513), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [501] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1363), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1246), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [502] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1598), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1514), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [503] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1775), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1517), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [504] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1541), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1536), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [505] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1600), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1537), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [506] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1601), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1540), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [507] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1377), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1570), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [508] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1602), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1567), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [509] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1038), + [sym_expression] = STATE(2023), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4354), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4354), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4278), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2428), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4354), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1038), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1178), + [anon_sym_export] = ACTIONS(1040), + [anon_sym_type] = ACTIONS(1040), + [anon_sym_namespace] = ACTIONS(1042), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(172), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(168), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1046), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(172), + [anon_sym_DASH] = ACTIONS(172), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(168), + [anon_sym_void] = ACTIONS(172), + [anon_sym_delete] = ACTIONS(172), + [anon_sym_PLUS_PLUS] = ACTIONS(696), + [anon_sym_DASH_DASH] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(1822), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_readonly] = ACTIONS(1040), + [anon_sym_get] = ACTIONS(1040), + [anon_sym_set] = ACTIONS(1040), + [anon_sym_declare] = ACTIONS(1040), + [anon_sym_public] = ACTIONS(1040), + [anon_sym_private] = ACTIONS(1040), + [anon_sym_protected] = ACTIONS(1040), + [anon_sym_override] = ACTIONS(1040), + [anon_sym_module] = ACTIONS(1040), + [anon_sym_any] = ACTIONS(1040), + [anon_sym_number] = ACTIONS(1040), + [anon_sym_boolean] = ACTIONS(1040), + [anon_sym_string] = ACTIONS(1040), + [anon_sym_symbol] = ACTIONS(1040), }, [510] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1537), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1431), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(1818), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [511] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1936), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1565), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [512] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1606), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1147), + [sym_expression] = STATE(1622), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4418), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4418), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4198), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2505), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4418), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1147), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1142), + [anon_sym_export] = ACTIONS(836), + [anon_sym_type] = ACTIONS(836), + [anon_sym_namespace] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(860), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(844), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(846), + [anon_sym_yield] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(852), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(860), + [anon_sym_DASH] = ACTIONS(860), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(844), + [anon_sym_void] = ACTIONS(860), + [anon_sym_delete] = ACTIONS(860), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(864), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1148), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(836), + [anon_sym_readonly] = ACTIONS(836), + [anon_sym_get] = ACTIONS(836), + [anon_sym_set] = ACTIONS(836), + [anon_sym_declare] = ACTIONS(836), + [anon_sym_public] = ACTIONS(836), + [anon_sym_private] = ACTIONS(836), + [anon_sym_protected] = ACTIONS(836), + [anon_sym_override] = ACTIONS(836), + [anon_sym_module] = ACTIONS(836), + [anon_sym_any] = ACTIONS(836), + [anon_sym_number] = ACTIONS(836), + [anon_sym_boolean] = ACTIONS(836), + [anon_sym_string] = ACTIONS(836), + [anon_sym_symbol] = ACTIONS(836), }, [513] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1607), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1155), + [sym_expression] = STATE(1580), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4456), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4456), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4416), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1155), + [sym_subscript_expression] = STATE(1155), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2472), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4456), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1155), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1158), + [anon_sym_export] = ACTIONS(1058), + [anon_sym_type] = ACTIONS(1058), + [anon_sym_namespace] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1080), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(1066), + [anon_sym_yield] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1070), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1080), + [anon_sym_DASH] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1076), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_void] = ACTIONS(1080), + [anon_sym_delete] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1164), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1058), + [anon_sym_readonly] = ACTIONS(1058), + [anon_sym_get] = ACTIONS(1058), + [anon_sym_set] = ACTIONS(1058), + [anon_sym_declare] = ACTIONS(1058), + [anon_sym_public] = ACTIONS(1058), + [anon_sym_private] = ACTIONS(1058), + [anon_sym_protected] = ACTIONS(1058), + [anon_sym_override] = ACTIONS(1058), + [anon_sym_module] = ACTIONS(1058), + [anon_sym_any] = ACTIONS(1058), + [anon_sym_number] = ACTIONS(1058), + [anon_sym_boolean] = ACTIONS(1058), + [anon_sym_string] = ACTIONS(1058), + [anon_sym_symbol] = ACTIONS(1058), }, [514] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1611), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1172), + [sym_expression] = STATE(1983), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4489), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4489), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4254), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1172), + [sym_subscript_expression] = STATE(1172), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2460), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4489), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1172), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1166), + [anon_sym_export] = ACTIONS(958), + [anon_sym_type] = ACTIONS(958), + [anon_sym_namespace] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(1170), + [anon_sym_typeof] = ACTIONS(982), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(968), + [anon_sym_yield] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(1172), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(972), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(978), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_void] = ACTIONS(982), + [anon_sym_delete] = ACTIONS(982), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1176), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(958), + [anon_sym_readonly] = ACTIONS(958), + [anon_sym_get] = ACTIONS(958), + [anon_sym_set] = ACTIONS(958), + [anon_sym_declare] = ACTIONS(958), + [anon_sym_public] = ACTIONS(958), + [anon_sym_private] = ACTIONS(958), + [anon_sym_protected] = ACTIONS(958), + [anon_sym_override] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_any] = ACTIONS(958), + [anon_sym_number] = ACTIONS(958), + [anon_sym_boolean] = ACTIONS(958), + [anon_sym_string] = ACTIONS(958), + [anon_sym_symbol] = ACTIONS(958), }, [515] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1612), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(1467), + [sym_parenthesized_expression] = STATE(1092), + [sym_expression] = STATE(1583), + [sym_primary_expression] = STATE(1306), + [sym_yield_expression] = STATE(1462), + [sym_object] = STATE(1467), + [sym_object_pattern] = STATE(4275), + [sym_array] = STATE(1467), + [sym_array_pattern] = STATE(4275), + [sym_glimmer_template] = STATE(1462), + [sym_glimmer_opening_tag] = STATE(3600), + [sym_jsx_element] = STATE(1462), + [sym_jsx_opening_element] = STATE(2628), + [sym_jsx_self_closing_element] = STATE(1462), + [sym_class] = STATE(1467), + [sym_function] = STATE(1467), + [sym_generator_function] = STATE(1467), + [sym_arrow_function] = STATE(1467), + [sym__call_signature] = STATE(4355), + [sym_call_expression] = STATE(1467), + [sym_new_expression] = STATE(1462), + [sym_await_expression] = STATE(1462), + [sym_member_expression] = STATE(1092), + [sym_subscript_expression] = STATE(1092), + [sym_assignment_expression] = STATE(1462), + [sym__augmented_assignment_lhs] = STATE(2518), + [sym_augmented_assignment_expression] = STATE(1462), + [sym__destructuring_pattern] = STATE(4275), + [sym_ternary_expression] = STATE(1462), + [sym_binary_expression] = STATE(1462), + [sym_unary_expression] = STATE(1462), + [sym_update_expression] = STATE(1462), + [sym_string] = STATE(1467), + [sym_template_string] = STATE(1467), + [sym_regex] = STATE(1467), + [sym_meta_property] = STATE(1467), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1092), + [sym_as_expression] = STATE(1462), + [sym_satisfies_expression] = STATE(1462), + [sym_instantiation_expression] = STATE(1462), + [sym_internal_module] = STATE(1462), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3524), + [sym_identifier] = ACTIONS(1108), + [anon_sym_export] = ACTIONS(760), + [anon_sym_type] = ACTIONS(760), + [anon_sym_namespace] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(592), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(566), + [anon_sym_LPAREN] = ACTIONS(1118), + [anon_sym_await] = ACTIONS(568), + [anon_sym_yield] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(1120), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(768), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(592), + [anon_sym_DASH] = ACTIONS(592), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(166), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_void] = ACTIONS(592), + [anon_sym_delete] = ACTIONS(592), + [anon_sym_PLUS_PLUS] = ACTIONS(594), + [anon_sym_DASH_DASH] = ACTIONS(596), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1124), + [sym_number] = ACTIONS(646), + [sym_this] = ACTIONS(190), + [sym_super] = ACTIONS(190), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(760), + [anon_sym_readonly] = ACTIONS(760), + [anon_sym_get] = ACTIONS(760), + [anon_sym_set] = ACTIONS(760), + [anon_sym_declare] = ACTIONS(760), + [anon_sym_public] = ACTIONS(760), + [anon_sym_private] = ACTIONS(760), + [anon_sym_protected] = ACTIONS(760), + [anon_sym_override] = ACTIONS(760), + [anon_sym_module] = ACTIONS(760), + [anon_sym_any] = ACTIONS(760), + [anon_sym_number] = ACTIONS(760), + [anon_sym_boolean] = ACTIONS(760), + [anon_sym_string] = ACTIONS(760), + [anon_sym_symbol] = ACTIONS(760), }, [516] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1643), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1133), + [sym_expression] = STATE(1378), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4466), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4466), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4464), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1133), + [sym_subscript_expression] = STATE(1133), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2432), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4466), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1133), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1128), + [anon_sym_export] = ACTIONS(780), + [anon_sym_type] = ACTIONS(780), + [anon_sym_namespace] = ACTIONS(782), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(814), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(794), + [anon_sym_yield] = ACTIONS(796), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(802), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_SLASH] = ACTIONS(810), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_void] = ACTIONS(814), + [anon_sym_delete] = ACTIONS(814), + [anon_sym_PLUS_PLUS] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(818), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1136), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(780), + [anon_sym_readonly] = ACTIONS(780), + [anon_sym_get] = ACTIONS(780), + [anon_sym_set] = ACTIONS(780), + [anon_sym_declare] = ACTIONS(780), + [anon_sym_public] = ACTIONS(780), + [anon_sym_private] = ACTIONS(780), + [anon_sym_protected] = ACTIONS(780), + [anon_sym_override] = ACTIONS(780), + [anon_sym_module] = ACTIONS(780), + [anon_sym_any] = ACTIONS(780), + [anon_sym_number] = ACTIONS(780), + [anon_sym_boolean] = ACTIONS(780), + [anon_sym_string] = ACTIONS(780), + [anon_sym_symbol] = ACTIONS(780), }, [517] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1781), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), + [sym_import] = STATE(2015), + [sym_parenthesized_expression] = STATE(1120), + [sym_expression] = STATE(1489), + [sym_primary_expression] = STATE(1694), + [sym_yield_expression] = STATE(2003), + [sym_object] = STATE(2015), + [sym_object_pattern] = STATE(4477), + [sym_array] = STATE(2015), + [sym_array_pattern] = STATE(4477), + [sym_glimmer_template] = STATE(2003), + [sym_glimmer_opening_tag] = STATE(3638), + [sym_jsx_element] = STATE(2003), + [sym_jsx_opening_element] = STATE(2635), + [sym_jsx_self_closing_element] = STATE(2003), + [sym_class] = STATE(2015), + [sym_function] = STATE(2015), + [sym_generator_function] = STATE(2015), + [sym_arrow_function] = STATE(2015), + [sym__call_signature] = STATE(4480), + [sym_call_expression] = STATE(2015), + [sym_new_expression] = STATE(2003), + [sym_await_expression] = STATE(2003), + [sym_member_expression] = STATE(1120), + [sym_subscript_expression] = STATE(1120), + [sym_assignment_expression] = STATE(2003), + [sym__augmented_assignment_lhs] = STATE(2499), + [sym_augmented_assignment_expression] = STATE(2003), + [sym__destructuring_pattern] = STATE(4477), + [sym_ternary_expression] = STATE(2003), + [sym_binary_expression] = STATE(2003), + [sym_unary_expression] = STATE(2003), + [sym_update_expression] = STATE(2003), + [sym_string] = STATE(2015), + [sym_template_string] = STATE(2015), + [sym_regex] = STATE(2015), + [sym_meta_property] = STATE(2015), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3177), + [sym_non_null_expression] = STATE(1120), + [sym_as_expression] = STATE(2003), + [sym_satisfies_expression] = STATE(2003), + [sym_instantiation_expression] = STATE(2003), + [sym_internal_module] = STATE(2003), + [sym_type_parameters] = STATE(3944), + [aux_sym_export_statement_repeat1] = STATE(3539), + [sym_identifier] = ACTIONS(1138), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(788), + [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [anon_sym_class] = ACTIONS(800), + [anon_sym_async] = ACTIONS(1024), + [anon_sym_function] = ACTIONS(804), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_readonly] = ACTIONS(1018), + [anon_sym_get] = ACTIONS(1018), + [anon_sym_set] = ACTIONS(1018), + [anon_sym_declare] = ACTIONS(1018), + [anon_sym_public] = ACTIONS(1018), + [anon_sym_private] = ACTIONS(1018), + [anon_sym_protected] = ACTIONS(1018), + [anon_sym_override] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_any] = ACTIONS(1018), + [anon_sym_number] = ACTIONS(1018), + [anon_sym_boolean] = ACTIONS(1018), + [anon_sym_string] = ACTIONS(1018), + [anon_sym_symbol] = ACTIONS(1018), }, [518] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1622), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [sym_declaration] = STATE(679), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1897), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1901), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1903), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [519] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1636), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [sym_declaration] = STATE(679), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1897), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1901), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1903), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [520] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1315), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [sym_declaration] = STATE(679), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1897), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1901), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1903), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [521] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1785), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [sym_namespace_export] = STATE(3952), + [sym_export_clause] = STATE(3546), + [sym_declaration] = STATE(689), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [anon_sym_STAR] = ACTIONS(1836), + [anon_sym_default] = ACTIONS(1838), + [anon_sym_type] = ACTIONS(1840), + [anon_sym_EQ] = ACTIONS(1905), + [anon_sym_as] = ACTIONS(1844), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_LBRACE] = ACTIONS(1848), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1907), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1879), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [522] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1787), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [sym_namespace_export] = STATE(3952), + [sym_export_clause] = STATE(3546), + [sym_declaration] = STATE(689), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [anon_sym_STAR] = ACTIONS(1836), + [anon_sym_default] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1840), + [anon_sym_EQ] = ACTIONS(1905), + [anon_sym_as] = ACTIONS(1844), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_LBRACE] = ACTIONS(1848), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1911), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1879), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [523] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1497), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [sym__call_signature] = STATE(4382), + [sym_string] = STATE(3182), + [sym_formal_parameters] = STATE(3177), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [sym_type_parameters] = STATE(3944), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1913), + [anon_sym_export] = ACTIONS(1915), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1915), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1915), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1920), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1915), + [anon_sym_function] = ACTIONS(1927), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1929), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1915), + [anon_sym_readonly] = ACTIONS(1915), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1915), + [anon_sym_public] = ACTIONS(1915), + [anon_sym_private] = ACTIONS(1915), + [anon_sym_protected] = ACTIONS(1915), + [anon_sym_override] = ACTIONS(1915), + [anon_sym_module] = ACTIONS(1915), + [anon_sym_any] = ACTIONS(1915), + [anon_sym_number] = ACTIONS(1915), + [anon_sym_boolean] = ACTIONS(1915), + [anon_sym_string] = ACTIONS(1915), + [anon_sym_symbol] = ACTIONS(1915), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [524] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1360), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [sym__call_signature] = STATE(4382), + [sym_string] = STATE(3182), + [sym_formal_parameters] = STATE(3177), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [sym_type_parameters] = STATE(3944), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1913), + [anon_sym_export] = ACTIONS(1915), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1915), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1915), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1920), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1915), + [anon_sym_function] = ACTIONS(1927), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1929), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1915), + [anon_sym_readonly] = ACTIONS(1915), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1915), + [anon_sym_public] = ACTIONS(1915), + [anon_sym_private] = ACTIONS(1915), + [anon_sym_protected] = ACTIONS(1915), + [anon_sym_override] = ACTIONS(1915), + [anon_sym_module] = ACTIONS(1915), + [anon_sym_any] = ACTIONS(1915), + [anon_sym_number] = ACTIONS(1915), + [anon_sym_boolean] = ACTIONS(1915), + [anon_sym_string] = ACTIONS(1915), + [anon_sym_symbol] = ACTIONS(1915), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [525] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1358), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [sym__call_signature] = STATE(4382), + [sym_string] = STATE(3182), + [sym_formal_parameters] = STATE(3177), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [sym_type_parameters] = STATE(3944), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1913), + [anon_sym_export] = ACTIONS(1915), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1915), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1915), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1920), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1915), + [anon_sym_function] = ACTIONS(1927), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1929), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1915), + [anon_sym_readonly] = ACTIONS(1915), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1915), + [anon_sym_public] = ACTIONS(1915), + [anon_sym_private] = ACTIONS(1915), + [anon_sym_protected] = ACTIONS(1915), + [anon_sym_override] = ACTIONS(1915), + [anon_sym_module] = ACTIONS(1915), + [anon_sym_any] = ACTIONS(1915), + [anon_sym_number] = ACTIONS(1915), + [anon_sym_boolean] = ACTIONS(1915), + [anon_sym_string] = ACTIONS(1915), + [anon_sym_symbol] = ACTIONS(1915), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [526] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1176), - [sym_expression] = STATE(1786), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4217), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4217), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4215), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1176), - [sym_subscript_expression] = STATE(1176), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2439), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4217), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1176), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1156), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_type] = ACTIONS(1064), - [anon_sym_namespace] = ACTIONS(1066), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1088), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1074), - [anon_sym_yield] = ACTIONS(1076), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1080), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1160), - [anon_sym_PLUS] = ACTIONS(1088), - [anon_sym_DASH] = ACTIONS(1088), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_void] = ACTIONS(1088), - [anon_sym_delete] = ACTIONS(1088), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1162), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_readonly] = ACTIONS(1064), - [anon_sym_get] = ACTIONS(1064), - [anon_sym_set] = ACTIONS(1064), - [anon_sym_declare] = ACTIONS(1064), - [anon_sym_public] = ACTIONS(1064), - [anon_sym_private] = ACTIONS(1064), - [anon_sym_protected] = ACTIONS(1064), - [anon_sym_override] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_any] = ACTIONS(1064), - [anon_sym_number] = ACTIONS(1064), - [anon_sym_boolean] = ACTIONS(1064), - [anon_sym_string] = ACTIONS(1064), - [anon_sym_symbol] = ACTIONS(1064), + [sym_declaration] = STATE(679), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1897), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1911), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1901), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1903), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [527] = { - [sym_import] = STATE(1955), - [sym_parenthesized_expression] = STATE(1139), - [sym_expression] = STATE(1525), - [sym_primary_expression] = STATE(1816), - [sym_yield_expression] = STATE(1874), - [sym_object] = STATE(1955), - [sym_object_pattern] = STATE(4416), - [sym_array] = STATE(1955), - [sym_array_pattern] = STATE(4416), - [sym_glimmer_template] = STATE(1874), - [sym_glimmer_opening_tag] = STATE(3528), - [sym_jsx_element] = STATE(1874), - [sym_jsx_fragment] = STATE(1874), - [sym_jsx_opening_element] = STATE(2706), - [sym_jsx_self_closing_element] = STATE(1874), - [sym_class] = STATE(1955), - [sym_function] = STATE(1955), - [sym_generator_function] = STATE(1955), - [sym_arrow_function] = STATE(1955), - [sym__call_signature] = STATE(4414), - [sym_call_expression] = STATE(1955), - [sym_new_expression] = STATE(1874), - [sym_await_expression] = STATE(1874), - [sym_member_expression] = STATE(1139), - [sym_subscript_expression] = STATE(1139), - [sym_assignment_expression] = STATE(1874), - [sym__augmented_assignment_lhs] = STATE(2435), - [sym_augmented_assignment_expression] = STATE(1874), - [sym__destructuring_pattern] = STATE(4416), - [sym_ternary_expression] = STATE(1874), - [sym_binary_expression] = STATE(1874), - [sym_unary_expression] = STATE(1874), - [sym_update_expression] = STATE(1874), - [sym_string] = STATE(1955), - [sym_template_string] = STATE(1955), - [sym_regex] = STATE(1955), - [sym_meta_property] = STATE(1955), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1139), - [sym_as_expression] = STATE(1874), - [sym_satisfies_expression] = STATE(1874), - [sym_internal_module] = STATE(1874), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3540), - [sym_identifier] = ACTIONS(1126), - [anon_sym_export] = ACTIONS(1002), - [anon_sym_type] = ACTIONS(1002), - [anon_sym_namespace] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(952), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1010), - [anon_sym_yield] = ACTIONS(1012), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(958), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(962), - [anon_sym_new] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1134), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1002), - [anon_sym_readonly] = ACTIONS(1002), - [anon_sym_get] = ACTIONS(1002), - [anon_sym_set] = ACTIONS(1002), - [anon_sym_declare] = ACTIONS(1002), - [anon_sym_public] = ACTIONS(1002), - [anon_sym_private] = ACTIONS(1002), - [anon_sym_protected] = ACTIONS(1002), - [anon_sym_override] = ACTIONS(1002), - [anon_sym_module] = ACTIONS(1002), - [anon_sym_any] = ACTIONS(1002), - [anon_sym_number] = ACTIONS(1002), - [anon_sym_boolean] = ACTIONS(1002), - [anon_sym_string] = ACTIONS(1002), - [anon_sym_symbol] = ACTIONS(1002), + [sym_declaration] = STATE(679), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1897), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1907), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1901), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1903), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [528] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1357), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [sym_override_modifier] = STATE(2333), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1943), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1945), + [anon_sym_get] = ACTIONS(1947), + [anon_sym_set] = ACTIONS(1947), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1949), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [529] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1101), - [sym_expression] = STATE(1353), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4153), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4153), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4478), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1101), - [sym_subscript_expression] = STATE(1101), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2403), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4153), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1101), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1106), - [anon_sym_export] = ACTIONS(768), - [anon_sym_type] = ACTIONS(768), - [anon_sym_namespace] = ACTIONS(770), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(606), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(582), - [anon_sym_yield] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(776), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_TILDE] = ACTIONS(580), - [anon_sym_void] = ACTIONS(606), - [anon_sym_delete] = ACTIONS(606), - [anon_sym_PLUS_PLUS] = ACTIONS(608), - [anon_sym_DASH_DASH] = ACTIONS(608), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(638), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(768), - [anon_sym_readonly] = ACTIONS(768), - [anon_sym_get] = ACTIONS(768), - [anon_sym_set] = ACTIONS(768), - [anon_sym_declare] = ACTIONS(768), - [anon_sym_public] = ACTIONS(768), - [anon_sym_private] = ACTIONS(768), - [anon_sym_protected] = ACTIONS(768), - [anon_sym_override] = ACTIONS(768), - [anon_sym_module] = ACTIONS(768), - [anon_sym_any] = ACTIONS(768), - [anon_sym_number] = ACTIONS(768), - [anon_sym_boolean] = ACTIONS(768), - [anon_sym_string] = ACTIONS(768), - [anon_sym_symbol] = ACTIONS(768), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [sym_override_modifier] = STATE(2333), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1943), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1945), + [anon_sym_get] = ACTIONS(1947), + [anon_sym_set] = ACTIONS(1947), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1949), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [530] = { - [sym_import] = STATE(1414), - [sym_parenthesized_expression] = STATE(1167), - [sym_expression] = STATE(1565), - [sym_primary_expression] = STATE(1369), - [sym_yield_expression] = STATE(1446), - [sym_object] = STATE(1414), - [sym_object_pattern] = STATE(4344), - [sym_array] = STATE(1414), - [sym_array_pattern] = STATE(4344), - [sym_glimmer_template] = STATE(1446), - [sym_glimmer_opening_tag] = STATE(3494), - [sym_jsx_element] = STATE(1446), - [sym_jsx_fragment] = STATE(1446), - [sym_jsx_opening_element] = STATE(2684), - [sym_jsx_self_closing_element] = STATE(1446), - [sym_class] = STATE(1414), - [sym_function] = STATE(1414), - [sym_generator_function] = STATE(1414), - [sym_arrow_function] = STATE(1414), - [sym__call_signature] = STATE(4114), - [sym_call_expression] = STATE(1414), - [sym_new_expression] = STATE(1446), - [sym_await_expression] = STATE(1446), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1446), - [sym__augmented_assignment_lhs] = STATE(2422), - [sym_augmented_assignment_expression] = STATE(1446), - [sym__destructuring_pattern] = STATE(4344), - [sym_ternary_expression] = STATE(1446), - [sym_binary_expression] = STATE(1446), - [sym_unary_expression] = STATE(1446), - [sym_update_expression] = STATE(1446), - [sym_string] = STATE(1414), - [sym_template_string] = STATE(1414), - [sym_regex] = STATE(1414), - [sym_meta_property] = STATE(1414), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(3123), - [sym_non_null_expression] = STATE(1167), - [sym_as_expression] = STATE(1446), - [sym_satisfies_expression] = STATE(1446), - [sym_internal_module] = STATE(1446), - [sym_type_parameters] = STATE(3937), - [aux_sym_export_statement_repeat1] = STATE(3450), - [sym_identifier] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(910), - [anon_sym_type] = ACTIONS(910), - [anon_sym_namespace] = ACTIONS(912), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_typeof] = ACTIONS(932), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_LPAREN] = ACTIONS(1116), - [anon_sym_await] = ACTIONS(920), - [anon_sym_yield] = ACTIONS(922), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_class] = ACTIONS(144), - [anon_sym_async] = ACTIONS(924), - [anon_sym_function] = ACTIONS(148), - [anon_sym_new] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_void] = ACTIONS(932), - [anon_sym_delete] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(934), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1122), - [sym_number] = ACTIONS(1881), - [sym_this] = ACTIONS(185), - [sym_super] = ACTIONS(185), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1146), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(910), - [anon_sym_readonly] = ACTIONS(910), - [anon_sym_get] = ACTIONS(910), - [anon_sym_set] = ACTIONS(910), - [anon_sym_declare] = ACTIONS(910), - [anon_sym_public] = ACTIONS(910), - [anon_sym_private] = ACTIONS(910), - [anon_sym_protected] = ACTIONS(910), - [anon_sym_override] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_any] = ACTIONS(910), - [anon_sym_number] = ACTIONS(910), - [anon_sym_boolean] = ACTIONS(910), - [anon_sym_string] = ACTIONS(910), - [anon_sym_symbol] = ACTIONS(910), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [sym_override_modifier] = STATE(2333), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1943), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1945), + [anon_sym_get] = ACTIONS(1947), + [anon_sym_set] = ACTIONS(1947), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1949), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [531] = { - [sym_declaration] = STATE(650), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1895), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1899), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1901), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [ts_builtin_sym_end] = ACTIONS(1470), + [sym_identifier] = ACTIONS(1472), + [anon_sym_export] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_type] = ACTIONS(1472), + [anon_sym_EQ] = ACTIONS(1472), + [anon_sym_namespace] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_COMMA] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1470), + [anon_sym_typeof] = ACTIONS(1472), + [anon_sym_import] = ACTIONS(1472), + [anon_sym_from] = ACTIONS(1472), + [anon_sym_var] = ACTIONS(1472), + [anon_sym_let] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_else] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_LPAREN] = ACTIONS(1470), + [anon_sym_RPAREN] = ACTIONS(1470), + [anon_sym_await] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_try] = ACTIONS(1472), + [anon_sym_with] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_debugger] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_throw] = ACTIONS(1472), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_COLON] = ACTIONS(1470), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_yield] = ACTIONS(1472), + [anon_sym_LBRACK] = ACTIONS(1470), + [anon_sym_RBRACK] = ACTIONS(1470), + [anon_sym_LTtemplate_GT] = ACTIONS(1470), + [anon_sym_GT] = ACTIONS(1470), + [anon_sym_class] = ACTIONS(1472), + [anon_sym_async] = ACTIONS(1472), + [anon_sym_function] = ACTIONS(1472), + [anon_sym_EQ_GT] = ACTIONS(1470), + [anon_sym_new] = ACTIONS(1472), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_PIPE] = ACTIONS(1470), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_SLASH] = ACTIONS(1472), + [anon_sym_LT] = ACTIONS(1472), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_void] = ACTIONS(1472), + [anon_sym_delete] = ACTIONS(1472), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_DASH_DASH] = ACTIONS(1472), + [anon_sym_DQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1470), + [sym_number] = ACTIONS(1470), + [sym_this] = ACTIONS(1472), + [sym_super] = ACTIONS(1472), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [sym_null] = ACTIONS(1472), + [sym_undefined] = ACTIONS(1472), + [anon_sym_AT] = ACTIONS(1470), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_readonly] = ACTIONS(1472), + [anon_sym_get] = ACTIONS(1472), + [anon_sym_set] = ACTIONS(1472), + [anon_sym_QMARK] = ACTIONS(1470), + [anon_sym_declare] = ACTIONS(1472), + [anon_sym_public] = ACTIONS(1472), + [anon_sym_private] = ACTIONS(1472), + [anon_sym_protected] = ACTIONS(1472), + [anon_sym_override] = ACTIONS(1472), + [anon_sym_module] = ACTIONS(1472), + [anon_sym_any] = ACTIONS(1472), + [anon_sym_number] = ACTIONS(1472), + [anon_sym_boolean] = ACTIONS(1472), + [anon_sym_string] = ACTIONS(1472), + [anon_sym_symbol] = ACTIONS(1472), + [anon_sym_abstract] = ACTIONS(1472), + [anon_sym_extends] = ACTIONS(1472), + [anon_sym_interface] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), }, [532] = { - [sym_declaration] = STATE(650), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1895), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1899), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1901), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1941), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1941), + [anon_sym_get] = ACTIONS(1941), + [anon_sym_set] = ACTIONS(1941), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [533] = { - [sym_declaration] = STATE(650), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1895), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1899), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1901), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [ts_builtin_sym_end] = ACTIONS(1564), + [sym_identifier] = ACTIONS(1566), + [anon_sym_export] = ACTIONS(1566), + [anon_sym_default] = ACTIONS(1566), + [anon_sym_type] = ACTIONS(1566), + [anon_sym_EQ] = ACTIONS(1566), + [anon_sym_namespace] = ACTIONS(1566), + [anon_sym_LBRACE] = ACTIONS(1564), + [anon_sym_COMMA] = ACTIONS(1564), + [anon_sym_RBRACE] = ACTIONS(1564), + [anon_sym_typeof] = ACTIONS(1566), + [anon_sym_import] = ACTIONS(1566), + [anon_sym_from] = ACTIONS(1566), + [anon_sym_var] = ACTIONS(1566), + [anon_sym_let] = ACTIONS(1566), + [anon_sym_const] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1564), + [anon_sym_else] = ACTIONS(1566), + [anon_sym_if] = ACTIONS(1566), + [anon_sym_switch] = ACTIONS(1566), + [anon_sym_for] = ACTIONS(1566), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym_RPAREN] = ACTIONS(1564), + [anon_sym_await] = ACTIONS(1566), + [anon_sym_while] = ACTIONS(1566), + [anon_sym_do] = ACTIONS(1566), + [anon_sym_try] = ACTIONS(1566), + [anon_sym_with] = ACTIONS(1566), + [anon_sym_break] = ACTIONS(1566), + [anon_sym_continue] = ACTIONS(1566), + [anon_sym_debugger] = ACTIONS(1566), + [anon_sym_return] = ACTIONS(1566), + [anon_sym_throw] = ACTIONS(1566), + [anon_sym_SEMI] = ACTIONS(1564), + [anon_sym_COLON] = ACTIONS(1564), + [anon_sym_case] = ACTIONS(1566), + [anon_sym_yield] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_RBRACK] = ACTIONS(1564), + [anon_sym_LTtemplate_GT] = ACTIONS(1564), + [anon_sym_GT] = ACTIONS(1564), + [anon_sym_class] = ACTIONS(1566), + [anon_sym_async] = ACTIONS(1566), + [anon_sym_function] = ACTIONS(1566), + [anon_sym_EQ_GT] = ACTIONS(1564), + [anon_sym_new] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1564), + [anon_sym_PIPE] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1566), + [anon_sym_SLASH] = ACTIONS(1566), + [anon_sym_LT] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1564), + [anon_sym_void] = ACTIONS(1566), + [anon_sym_delete] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1564), + [anon_sym_DASH_DASH] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1564), + [anon_sym_SQUOTE] = ACTIONS(1564), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1564), + [sym_number] = ACTIONS(1564), + [sym_this] = ACTIONS(1566), + [sym_super] = ACTIONS(1566), + [sym_true] = ACTIONS(1566), + [sym_false] = ACTIONS(1566), + [sym_null] = ACTIONS(1566), + [sym_undefined] = ACTIONS(1566), + [anon_sym_AT] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1566), + [anon_sym_readonly] = ACTIONS(1566), + [anon_sym_get] = ACTIONS(1566), + [anon_sym_set] = ACTIONS(1566), + [anon_sym_QMARK] = ACTIONS(1564), + [anon_sym_declare] = ACTIONS(1566), + [anon_sym_public] = ACTIONS(1566), + [anon_sym_private] = ACTIONS(1566), + [anon_sym_protected] = ACTIONS(1566), + [anon_sym_override] = ACTIONS(1566), + [anon_sym_module] = ACTIONS(1566), + [anon_sym_any] = ACTIONS(1566), + [anon_sym_number] = ACTIONS(1566), + [anon_sym_boolean] = ACTIONS(1566), + [anon_sym_string] = ACTIONS(1566), + [anon_sym_symbol] = ACTIONS(1566), + [anon_sym_abstract] = ACTIONS(1566), + [anon_sym_extends] = ACTIONS(1566), + [anon_sym_interface] = ACTIONS(1566), + [anon_sym_enum] = ACTIONS(1566), }, [534] = { - [sym_namespace_export] = STATE(4064), - [sym_export_clause] = STATE(3564), - [sym_declaration] = STATE(665), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_default] = ACTIONS(1903), - [anon_sym_type] = ACTIONS(1824), - [anon_sym_EQ] = ACTIONS(1905), - [anon_sym_as] = ACTIONS(1828), - [anon_sym_namespace] = ACTIONS(1907), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1909), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1911), - [anon_sym_module] = ACTIONS(1913), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1941), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1941), + [anon_sym_get] = ACTIONS(1941), + [anon_sym_set] = ACTIONS(1941), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [535] = { - [sym_namespace_export] = STATE(4064), - [sym_export_clause] = STATE(3564), - [sym_declaration] = STATE(665), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_default] = ACTIONS(1915), - [anon_sym_type] = ACTIONS(1824), - [anon_sym_EQ] = ACTIONS(1905), - [anon_sym_as] = ACTIONS(1828), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1917), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1863), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1943), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1941), + [anon_sym_get] = ACTIONS(1947), + [anon_sym_set] = ACTIONS(1947), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [536] = { - [sym_namespace_export] = STATE(4064), - [sym_export_clause] = STATE(3564), - [sym_declaration] = STATE(665), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_default] = ACTIONS(1822), - [anon_sym_type] = ACTIONS(1824), - [anon_sym_EQ] = ACTIONS(1905), - [anon_sym_as] = ACTIONS(1828), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1919), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1863), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_declaration] = STATE(3253), + [sym_variable_declaration] = STATE(3255), + [sym_lexical_declaration] = STATE(3255), + [sym_class_declaration] = STATE(3255), + [sym_function_declaration] = STATE(3255), + [sym_generator_function_declaration] = STATE(3255), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(3255), + [sym_ambient_declaration] = STATE(3255), + [sym_abstract_class_declaration] = STATE(3255), + [sym_module] = STATE(3255), + [sym_internal_module] = STATE(3233), + [sym_import_alias] = STATE(3255), + [sym_interface_declaration] = STATE(3255), + [sym_enum_declaration] = STATE(3255), + [sym_type_alias_declaration] = STATE(3255), + [aux_sym_export_statement_repeat1] = STATE(3213), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1951), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1953), + [anon_sym_import] = ACTIONS(1955), + [anon_sym_var] = ACTIONS(1957), + [anon_sym_let] = ACTIONS(1959), + [anon_sym_const] = ACTIONS(1961), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1963), + [anon_sym_async] = ACTIONS(1965), + [anon_sym_function] = ACTIONS(1967), + [anon_sym_EQ_GT] = ACTIONS(1275), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1969), + [anon_sym_module] = ACTIONS(1971), + [anon_sym_abstract] = ACTIONS(1973), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1975), + [anon_sym_interface] = ACTIONS(1977), + [anon_sym_enum] = ACTIONS(1979), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [537] = { - [sym__call_signature] = STATE(4373), - [sym_string] = STATE(3092), - [sym_formal_parameters] = STATE(3123), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [sym_type_parameters] = STATE(3937), - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1921), - [anon_sym_export] = ACTIONS(1923), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1923), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1923), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1928), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1935), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1923), - [anon_sym_function] = ACTIONS(1939), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1923), - [anon_sym_readonly] = ACTIONS(1923), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1943), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1941), [anon_sym_get] = ACTIONS(1947), [anon_sym_set] = ACTIONS(1947), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1923), - [anon_sym_public] = ACTIONS(1923), - [anon_sym_private] = ACTIONS(1923), - [anon_sym_protected] = ACTIONS(1923), - [anon_sym_override] = ACTIONS(1923), - [anon_sym_module] = ACTIONS(1923), - [anon_sym_any] = ACTIONS(1923), - [anon_sym_number] = ACTIONS(1923), - [anon_sym_boolean] = ACTIONS(1923), - [anon_sym_string] = ACTIONS(1923), - [anon_sym_symbol] = ACTIONS(1923), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [538] = { - [sym__call_signature] = STATE(4373), - [sym_string] = STATE(3092), - [sym_formal_parameters] = STATE(3123), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [sym_type_parameters] = STATE(3937), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1921), - [anon_sym_export] = ACTIONS(1923), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1923), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1923), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1928), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1935), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1923), - [anon_sym_function] = ACTIONS(1939), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1923), - [anon_sym_readonly] = ACTIONS(1923), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1917), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1943), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1941), [anon_sym_get] = ACTIONS(1947), [anon_sym_set] = ACTIONS(1947), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1923), - [anon_sym_public] = ACTIONS(1923), - [anon_sym_private] = ACTIONS(1923), - [anon_sym_protected] = ACTIONS(1923), - [anon_sym_override] = ACTIONS(1923), - [anon_sym_module] = ACTIONS(1923), - [anon_sym_any] = ACTIONS(1923), - [anon_sym_number] = ACTIONS(1923), - [anon_sym_boolean] = ACTIONS(1923), - [anon_sym_string] = ACTIONS(1923), - [anon_sym_symbol] = ACTIONS(1923), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [539] = { - [sym__call_signature] = STATE(4373), - [sym_string] = STATE(3092), - [sym_formal_parameters] = STATE(3123), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [sym_type_parameters] = STATE(3937), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1921), - [anon_sym_export] = ACTIONS(1923), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1923), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1923), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1928), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1935), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1923), - [anon_sym_function] = ACTIONS(1939), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1923), - [anon_sym_readonly] = ACTIONS(1923), - [anon_sym_get] = ACTIONS(1947), - [anon_sym_set] = ACTIONS(1947), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1923), - [anon_sym_public] = ACTIONS(1923), - [anon_sym_private] = ACTIONS(1923), - [anon_sym_protected] = ACTIONS(1923), - [anon_sym_override] = ACTIONS(1923), - [anon_sym_module] = ACTIONS(1923), - [anon_sym_any] = ACTIONS(1923), - [anon_sym_number] = ACTIONS(1923), - [anon_sym_boolean] = ACTIONS(1923), - [anon_sym_string] = ACTIONS(1923), - [anon_sym_symbol] = ACTIONS(1923), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_declaration] = STATE(679), + [sym_variable_declaration] = STATE(632), + [sym_lexical_declaration] = STATE(632), + [sym_class_declaration] = STATE(632), + [sym_function_declaration] = STATE(632), + [sym_generator_function_declaration] = STATE(632), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(632), + [sym_ambient_declaration] = STATE(632), + [sym_abstract_class_declaration] = STATE(632), + [sym_module] = STATE(632), + [sym_internal_module] = STATE(619), + [sym_import_alias] = STATE(632), + [sym_interface_declaration] = STATE(632), + [sym_enum_declaration] = STATE(632), + [sym_type_alias_declaration] = STATE(632), + [aux_sym_export_statement_repeat1] = STATE(3506), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1897), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1846), + [anon_sym_import] = ACTIONS(1852), + [anon_sym_var] = ACTIONS(1854), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1866), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_function] = ACTIONS(1870), + [anon_sym_EQ_GT] = ACTIONS(1275), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1877), + [anon_sym_module] = ACTIONS(1901), + [anon_sym_abstract] = ACTIONS(1881), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1903), + [anon_sym_interface] = ACTIONS(1883), + [anon_sym_enum] = ACTIONS(1885), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [540] = { - [sym_declaration] = STATE(650), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1895), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1917), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1899), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1901), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_string] = STATE(3182), + [sym__property_name] = STATE(3182), + [sym_computed_property_name] = STATE(3182), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1941), + [anon_sym_export] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1941), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1937), + [sym_private_property_identifier] = ACTIONS(1937), + [anon_sym_static] = ACTIONS(1941), + [anon_sym_readonly] = ACTIONS(1941), + [anon_sym_get] = ACTIONS(1941), + [anon_sym_set] = ACTIONS(1941), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1941), + [anon_sym_public] = ACTIONS(1941), + [anon_sym_private] = ACTIONS(1941), + [anon_sym_protected] = ACTIONS(1941), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1941), + [anon_sym_any] = ACTIONS(1941), + [anon_sym_number] = ACTIONS(1941), + [anon_sym_boolean] = ACTIONS(1941), + [anon_sym_string] = ACTIONS(1941), + [anon_sym_symbol] = ACTIONS(1941), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [541] = { - [sym_declaration] = STATE(650), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1895), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1919), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1899), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1901), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [ts_builtin_sym_end] = ACTIONS(1981), + [sym_identifier] = ACTIONS(1983), + [anon_sym_export] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_type] = ACTIONS(1983), + [anon_sym_EQ] = ACTIONS(1983), + [anon_sym_namespace] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1981), + [anon_sym_COMMA] = ACTIONS(1981), + [anon_sym_RBRACE] = ACTIONS(1981), + [anon_sym_typeof] = ACTIONS(1983), + [anon_sym_import] = ACTIONS(1983), + [anon_sym_var] = ACTIONS(1983), + [anon_sym_let] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_BANG] = ACTIONS(1981), + [anon_sym_else] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_switch] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1981), + [anon_sym_RPAREN] = ACTIONS(1981), + [anon_sym_await] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_do] = ACTIONS(1983), + [anon_sym_try] = ACTIONS(1983), + [anon_sym_with] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_debugger] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_throw] = ACTIONS(1983), + [anon_sym_SEMI] = ACTIONS(1981), + [anon_sym_COLON] = ACTIONS(1981), + [anon_sym_case] = ACTIONS(1983), + [anon_sym_yield] = ACTIONS(1983), + [anon_sym_LBRACK] = ACTIONS(1981), + [anon_sym_RBRACK] = ACTIONS(1981), + [anon_sym_LTtemplate_GT] = ACTIONS(1981), + [anon_sym_GT] = ACTIONS(1981), + [anon_sym_class] = ACTIONS(1983), + [anon_sym_async] = ACTIONS(1983), + [anon_sym_function] = ACTIONS(1983), + [anon_sym_EQ_GT] = ACTIONS(1981), + [anon_sym_new] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(1981), + [anon_sym_PIPE] = ACTIONS(1981), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_SLASH] = ACTIONS(1983), + [anon_sym_LT] = ACTIONS(1983), + [anon_sym_TILDE] = ACTIONS(1981), + [anon_sym_void] = ACTIONS(1983), + [anon_sym_delete] = ACTIONS(1983), + [anon_sym_PLUS_PLUS] = ACTIONS(1981), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_DQUOTE] = ACTIONS(1981), + [anon_sym_SQUOTE] = ACTIONS(1981), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1981), + [sym_number] = ACTIONS(1981), + [sym_this] = ACTIONS(1983), + [sym_super] = ACTIONS(1983), + [sym_true] = ACTIONS(1983), + [sym_false] = ACTIONS(1983), + [sym_null] = ACTIONS(1983), + [sym_undefined] = ACTIONS(1983), + [anon_sym_AT] = ACTIONS(1981), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_readonly] = ACTIONS(1983), + [anon_sym_get] = ACTIONS(1983), + [anon_sym_set] = ACTIONS(1983), + [anon_sym_QMARK] = ACTIONS(1981), + [anon_sym_declare] = ACTIONS(1983), + [anon_sym_public] = ACTIONS(1983), + [anon_sym_private] = ACTIONS(1983), + [anon_sym_protected] = ACTIONS(1983), + [anon_sym_override] = ACTIONS(1983), + [anon_sym_module] = ACTIONS(1983), + [anon_sym_any] = ACTIONS(1983), + [anon_sym_number] = ACTIONS(1983), + [anon_sym_boolean] = ACTIONS(1983), + [anon_sym_string] = ACTIONS(1983), + [anon_sym_symbol] = ACTIONS(1983), + [anon_sym_abstract] = ACTIONS(1983), + [anon_sym_extends] = ACTIONS(1983), + [anon_sym_interface] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), }, [542] = { - [sym_declaration] = STATE(650), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1895), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1907), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1909), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1911), - [anon_sym_module] = ACTIONS(1949), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1901), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [ts_builtin_sym_end] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [anon_sym_export] = ACTIONS(1987), + [anon_sym_default] = ACTIONS(1987), + [anon_sym_type] = ACTIONS(1987), + [anon_sym_EQ] = ACTIONS(1987), + [anon_sym_namespace] = ACTIONS(1987), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_COMMA] = ACTIONS(1985), + [anon_sym_RBRACE] = ACTIONS(1985), + [anon_sym_typeof] = ACTIONS(1987), + [anon_sym_import] = ACTIONS(1987), + [anon_sym_var] = ACTIONS(1987), + [anon_sym_let] = ACTIONS(1987), + [anon_sym_const] = ACTIONS(1987), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_else] = ACTIONS(1987), + [anon_sym_if] = ACTIONS(1987), + [anon_sym_switch] = ACTIONS(1987), + [anon_sym_for] = ACTIONS(1987), + [anon_sym_LPAREN] = ACTIONS(1985), + [anon_sym_RPAREN] = ACTIONS(1985), + [anon_sym_await] = ACTIONS(1987), + [anon_sym_while] = ACTIONS(1987), + [anon_sym_do] = ACTIONS(1987), + [anon_sym_try] = ACTIONS(1987), + [anon_sym_with] = ACTIONS(1987), + [anon_sym_break] = ACTIONS(1987), + [anon_sym_continue] = ACTIONS(1987), + [anon_sym_debugger] = ACTIONS(1987), + [anon_sym_return] = ACTIONS(1987), + [anon_sym_throw] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_COLON] = ACTIONS(1985), + [anon_sym_case] = ACTIONS(1987), + [anon_sym_yield] = ACTIONS(1987), + [anon_sym_LBRACK] = ACTIONS(1985), + [anon_sym_RBRACK] = ACTIONS(1985), + [anon_sym_LTtemplate_GT] = ACTIONS(1985), + [anon_sym_GT] = ACTIONS(1985), + [anon_sym_class] = ACTIONS(1987), + [anon_sym_async] = ACTIONS(1987), + [anon_sym_function] = ACTIONS(1987), + [anon_sym_EQ_GT] = ACTIONS(1985), + [anon_sym_new] = ACTIONS(1987), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_PIPE] = ACTIONS(1985), + [anon_sym_PLUS] = ACTIONS(1987), + [anon_sym_DASH] = ACTIONS(1987), + [anon_sym_SLASH] = ACTIONS(1987), + [anon_sym_LT] = ACTIONS(1987), + [anon_sym_TILDE] = ACTIONS(1985), + [anon_sym_void] = ACTIONS(1987), + [anon_sym_delete] = ACTIONS(1987), + [anon_sym_PLUS_PLUS] = ACTIONS(1985), + [anon_sym_DASH_DASH] = ACTIONS(1987), + [anon_sym_DQUOTE] = ACTIONS(1985), + [anon_sym_SQUOTE] = ACTIONS(1985), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1985), + [sym_number] = ACTIONS(1985), + [sym_this] = ACTIONS(1987), + [sym_super] = ACTIONS(1987), + [sym_true] = ACTIONS(1987), + [sym_false] = ACTIONS(1987), + [sym_null] = ACTIONS(1987), + [sym_undefined] = ACTIONS(1987), + [anon_sym_AT] = ACTIONS(1985), + [anon_sym_static] = ACTIONS(1987), + [anon_sym_readonly] = ACTIONS(1987), + [anon_sym_get] = ACTIONS(1987), + [anon_sym_set] = ACTIONS(1987), + [anon_sym_QMARK] = ACTIONS(1985), + [anon_sym_declare] = ACTIONS(1987), + [anon_sym_public] = ACTIONS(1987), + [anon_sym_private] = ACTIONS(1987), + [anon_sym_protected] = ACTIONS(1987), + [anon_sym_override] = ACTIONS(1987), + [anon_sym_module] = ACTIONS(1987), + [anon_sym_any] = ACTIONS(1987), + [anon_sym_number] = ACTIONS(1987), + [anon_sym_boolean] = ACTIONS(1987), + [anon_sym_string] = ACTIONS(1987), + [anon_sym_symbol] = ACTIONS(1987), + [anon_sym_abstract] = ACTIONS(1987), + [anon_sym_extends] = ACTIONS(1987), + [anon_sym_interface] = ACTIONS(1987), + [anon_sym_enum] = ACTIONS(1987), }, [543] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [sym_override_modifier] = STATE(2308), - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1953), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1955), - [anon_sym_get] = ACTIONS(1957), - [anon_sym_set] = ACTIONS(1957), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1959), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [ts_builtin_sym_end] = ACTIONS(1989), + [sym_identifier] = ACTIONS(1991), + [anon_sym_export] = ACTIONS(1991), + [anon_sym_default] = ACTIONS(1991), + [anon_sym_type] = ACTIONS(1991), + [anon_sym_EQ] = ACTIONS(1991), + [anon_sym_namespace] = ACTIONS(1991), + [anon_sym_LBRACE] = ACTIONS(1989), + [anon_sym_COMMA] = ACTIONS(1989), + [anon_sym_RBRACE] = ACTIONS(1989), + [anon_sym_typeof] = ACTIONS(1991), + [anon_sym_import] = ACTIONS(1991), + [anon_sym_var] = ACTIONS(1991), + [anon_sym_let] = ACTIONS(1991), + [anon_sym_const] = ACTIONS(1991), + [anon_sym_BANG] = ACTIONS(1989), + [anon_sym_else] = ACTIONS(1991), + [anon_sym_if] = ACTIONS(1991), + [anon_sym_switch] = ACTIONS(1991), + [anon_sym_for] = ACTIONS(1991), + [anon_sym_LPAREN] = ACTIONS(1989), + [anon_sym_RPAREN] = ACTIONS(1989), + [anon_sym_await] = ACTIONS(1991), + [anon_sym_while] = ACTIONS(1991), + [anon_sym_do] = ACTIONS(1991), + [anon_sym_try] = ACTIONS(1991), + [anon_sym_with] = ACTIONS(1991), + [anon_sym_break] = ACTIONS(1991), + [anon_sym_continue] = ACTIONS(1991), + [anon_sym_debugger] = ACTIONS(1991), + [anon_sym_return] = ACTIONS(1991), + [anon_sym_throw] = ACTIONS(1991), + [anon_sym_SEMI] = ACTIONS(1989), + [anon_sym_COLON] = ACTIONS(1989), + [anon_sym_case] = ACTIONS(1991), + [anon_sym_yield] = ACTIONS(1991), + [anon_sym_LBRACK] = ACTIONS(1989), + [anon_sym_RBRACK] = ACTIONS(1989), + [anon_sym_LTtemplate_GT] = ACTIONS(1989), + [anon_sym_GT] = ACTIONS(1989), + [anon_sym_class] = ACTIONS(1991), + [anon_sym_async] = ACTIONS(1991), + [anon_sym_function] = ACTIONS(1991), + [anon_sym_EQ_GT] = ACTIONS(1989), + [anon_sym_new] = ACTIONS(1991), + [anon_sym_AMP] = ACTIONS(1989), + [anon_sym_PIPE] = ACTIONS(1989), + [anon_sym_PLUS] = ACTIONS(1991), + [anon_sym_DASH] = ACTIONS(1991), + [anon_sym_SLASH] = ACTIONS(1991), + [anon_sym_LT] = ACTIONS(1991), + [anon_sym_TILDE] = ACTIONS(1989), + [anon_sym_void] = ACTIONS(1991), + [anon_sym_delete] = ACTIONS(1991), + [anon_sym_PLUS_PLUS] = ACTIONS(1989), + [anon_sym_DASH_DASH] = ACTIONS(1991), + [anon_sym_DQUOTE] = ACTIONS(1989), + [anon_sym_SQUOTE] = ACTIONS(1989), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1989), + [sym_number] = ACTIONS(1989), + [sym_this] = ACTIONS(1991), + [sym_super] = ACTIONS(1991), + [sym_true] = ACTIONS(1991), + [sym_false] = ACTIONS(1991), + [sym_null] = ACTIONS(1991), + [sym_undefined] = ACTIONS(1991), + [anon_sym_AT] = ACTIONS(1989), + [anon_sym_static] = ACTIONS(1991), + [anon_sym_readonly] = ACTIONS(1991), + [anon_sym_get] = ACTIONS(1991), + [anon_sym_set] = ACTIONS(1991), + [anon_sym_QMARK] = ACTIONS(1989), + [anon_sym_declare] = ACTIONS(1991), + [anon_sym_public] = ACTIONS(1991), + [anon_sym_private] = ACTIONS(1991), + [anon_sym_protected] = ACTIONS(1991), + [anon_sym_override] = ACTIONS(1991), + [anon_sym_module] = ACTIONS(1991), + [anon_sym_any] = ACTIONS(1991), + [anon_sym_number] = ACTIONS(1991), + [anon_sym_boolean] = ACTIONS(1991), + [anon_sym_string] = ACTIONS(1991), + [anon_sym_symbol] = ACTIONS(1991), + [anon_sym_abstract] = ACTIONS(1991), + [anon_sym_extends] = ACTIONS(1991), + [anon_sym_interface] = ACTIONS(1991), + [anon_sym_enum] = ACTIONS(1991), }, [544] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [sym_override_modifier] = STATE(2308), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1953), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1955), - [anon_sym_get] = ACTIONS(1957), - [anon_sym_set] = ACTIONS(1957), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1959), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [ts_builtin_sym_end] = ACTIONS(1993), + [sym_identifier] = ACTIONS(1995), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_default] = ACTIONS(1995), + [anon_sym_type] = ACTIONS(1995), + [anon_sym_EQ] = ACTIONS(1995), + [anon_sym_namespace] = ACTIONS(1995), + [anon_sym_LBRACE] = ACTIONS(1993), + [anon_sym_COMMA] = ACTIONS(1993), + [anon_sym_RBRACE] = ACTIONS(1993), + [anon_sym_typeof] = ACTIONS(1995), + [anon_sym_import] = ACTIONS(1995), + [anon_sym_var] = ACTIONS(1995), + [anon_sym_let] = ACTIONS(1995), + [anon_sym_const] = ACTIONS(1995), + [anon_sym_BANG] = ACTIONS(1993), + [anon_sym_else] = ACTIONS(1995), + [anon_sym_if] = ACTIONS(1995), + [anon_sym_switch] = ACTIONS(1995), + [anon_sym_for] = ACTIONS(1995), + [anon_sym_LPAREN] = ACTIONS(1993), + [anon_sym_RPAREN] = ACTIONS(1993), + [anon_sym_await] = ACTIONS(1995), + [anon_sym_while] = ACTIONS(1995), + [anon_sym_do] = ACTIONS(1995), + [anon_sym_try] = ACTIONS(1995), + [anon_sym_with] = ACTIONS(1995), + [anon_sym_break] = ACTIONS(1995), + [anon_sym_continue] = ACTIONS(1995), + [anon_sym_debugger] = ACTIONS(1995), + [anon_sym_return] = ACTIONS(1995), + [anon_sym_throw] = ACTIONS(1995), + [anon_sym_SEMI] = ACTIONS(1993), + [anon_sym_COLON] = ACTIONS(1993), + [anon_sym_case] = ACTIONS(1995), + [anon_sym_yield] = ACTIONS(1995), + [anon_sym_LBRACK] = ACTIONS(1993), + [anon_sym_RBRACK] = ACTIONS(1993), + [anon_sym_LTtemplate_GT] = ACTIONS(1993), + [anon_sym_GT] = ACTIONS(1993), + [anon_sym_class] = ACTIONS(1995), + [anon_sym_async] = ACTIONS(1995), + [anon_sym_function] = ACTIONS(1995), + [anon_sym_EQ_GT] = ACTIONS(1993), + [anon_sym_new] = ACTIONS(1995), + [anon_sym_AMP] = ACTIONS(1993), + [anon_sym_PIPE] = ACTIONS(1993), + [anon_sym_PLUS] = ACTIONS(1995), + [anon_sym_DASH] = ACTIONS(1995), + [anon_sym_SLASH] = ACTIONS(1995), + [anon_sym_LT] = ACTIONS(1995), + [anon_sym_TILDE] = ACTIONS(1993), + [anon_sym_void] = ACTIONS(1995), + [anon_sym_delete] = ACTIONS(1995), + [anon_sym_PLUS_PLUS] = ACTIONS(1993), + [anon_sym_DASH_DASH] = ACTIONS(1995), + [anon_sym_DQUOTE] = ACTIONS(1993), + [anon_sym_SQUOTE] = ACTIONS(1993), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1993), + [sym_number] = ACTIONS(1993), + [sym_this] = ACTIONS(1995), + [sym_super] = ACTIONS(1995), + [sym_true] = ACTIONS(1995), + [sym_false] = ACTIONS(1995), + [sym_null] = ACTIONS(1995), + [sym_undefined] = ACTIONS(1995), + [anon_sym_AT] = ACTIONS(1993), + [anon_sym_static] = ACTIONS(1995), + [anon_sym_readonly] = ACTIONS(1995), + [anon_sym_get] = ACTIONS(1995), + [anon_sym_set] = ACTIONS(1995), + [anon_sym_QMARK] = ACTIONS(1993), + [anon_sym_declare] = ACTIONS(1995), + [anon_sym_public] = ACTIONS(1995), + [anon_sym_private] = ACTIONS(1995), + [anon_sym_protected] = ACTIONS(1995), + [anon_sym_override] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_any] = ACTIONS(1995), + [anon_sym_number] = ACTIONS(1995), + [anon_sym_boolean] = ACTIONS(1995), + [anon_sym_string] = ACTIONS(1995), + [anon_sym_symbol] = ACTIONS(1995), + [anon_sym_abstract] = ACTIONS(1995), + [anon_sym_extends] = ACTIONS(1995), + [anon_sym_interface] = ACTIONS(1995), + [anon_sym_enum] = ACTIONS(1995), }, [545] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [sym_override_modifier] = STATE(2308), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1953), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1955), - [anon_sym_get] = ACTIONS(1957), - [anon_sym_set] = ACTIONS(1957), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1959), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [ts_builtin_sym_end] = ACTIONS(1997), + [sym_identifier] = ACTIONS(1999), + [anon_sym_export] = ACTIONS(1999), + [anon_sym_default] = ACTIONS(1999), + [anon_sym_type] = ACTIONS(1999), + [anon_sym_EQ] = ACTIONS(1999), + [anon_sym_namespace] = ACTIONS(1999), + [anon_sym_LBRACE] = ACTIONS(1997), + [anon_sym_COMMA] = ACTIONS(1997), + [anon_sym_RBRACE] = ACTIONS(1997), + [anon_sym_typeof] = ACTIONS(1999), + [anon_sym_import] = ACTIONS(1999), + [anon_sym_var] = ACTIONS(1999), + [anon_sym_let] = ACTIONS(1999), + [anon_sym_const] = ACTIONS(1999), + [anon_sym_BANG] = ACTIONS(1997), + [anon_sym_else] = ACTIONS(1999), + [anon_sym_if] = ACTIONS(1999), + [anon_sym_switch] = ACTIONS(1999), + [anon_sym_for] = ACTIONS(1999), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_RPAREN] = ACTIONS(1997), + [anon_sym_await] = ACTIONS(1999), + [anon_sym_while] = ACTIONS(1999), + [anon_sym_do] = ACTIONS(1999), + [anon_sym_try] = ACTIONS(1999), + [anon_sym_with] = ACTIONS(1999), + [anon_sym_break] = ACTIONS(1999), + [anon_sym_continue] = ACTIONS(1999), + [anon_sym_debugger] = ACTIONS(1999), + [anon_sym_return] = ACTIONS(1999), + [anon_sym_throw] = ACTIONS(1999), + [anon_sym_SEMI] = ACTIONS(1997), + [anon_sym_COLON] = ACTIONS(1997), + [anon_sym_case] = ACTIONS(1999), + [anon_sym_yield] = ACTIONS(1999), + [anon_sym_LBRACK] = ACTIONS(1997), + [anon_sym_RBRACK] = ACTIONS(1997), + [anon_sym_LTtemplate_GT] = ACTIONS(1997), + [anon_sym_GT] = ACTIONS(1997), + [anon_sym_class] = ACTIONS(1999), + [anon_sym_async] = ACTIONS(1999), + [anon_sym_function] = ACTIONS(1999), + [anon_sym_EQ_GT] = ACTIONS(1997), + [anon_sym_new] = ACTIONS(1999), + [anon_sym_AMP] = ACTIONS(1997), + [anon_sym_PIPE] = ACTIONS(1997), + [anon_sym_PLUS] = ACTIONS(1999), + [anon_sym_DASH] = ACTIONS(1999), + [anon_sym_SLASH] = ACTIONS(1999), + [anon_sym_LT] = ACTIONS(1999), + [anon_sym_TILDE] = ACTIONS(1997), + [anon_sym_void] = ACTIONS(1999), + [anon_sym_delete] = ACTIONS(1999), + [anon_sym_PLUS_PLUS] = ACTIONS(1997), + [anon_sym_DASH_DASH] = ACTIONS(1999), + [anon_sym_DQUOTE] = ACTIONS(1997), + [anon_sym_SQUOTE] = ACTIONS(1997), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1997), + [sym_number] = ACTIONS(1997), + [sym_this] = ACTIONS(1999), + [sym_super] = ACTIONS(1999), + [sym_true] = ACTIONS(1999), + [sym_false] = ACTIONS(1999), + [sym_null] = ACTIONS(1999), + [sym_undefined] = ACTIONS(1999), + [anon_sym_AT] = ACTIONS(1997), + [anon_sym_static] = ACTIONS(1999), + [anon_sym_readonly] = ACTIONS(1999), + [anon_sym_get] = ACTIONS(1999), + [anon_sym_set] = ACTIONS(1999), + [anon_sym_QMARK] = ACTIONS(1997), + [anon_sym_declare] = ACTIONS(1999), + [anon_sym_public] = ACTIONS(1999), + [anon_sym_private] = ACTIONS(1999), + [anon_sym_protected] = ACTIONS(1999), + [anon_sym_override] = ACTIONS(1999), + [anon_sym_module] = ACTIONS(1999), + [anon_sym_any] = ACTIONS(1999), + [anon_sym_number] = ACTIONS(1999), + [anon_sym_boolean] = ACTIONS(1999), + [anon_sym_string] = ACTIONS(1999), + [anon_sym_symbol] = ACTIONS(1999), + [anon_sym_abstract] = ACTIONS(1999), + [anon_sym_extends] = ACTIONS(1999), + [anon_sym_interface] = ACTIONS(1999), + [anon_sym_enum] = ACTIONS(1999), }, [546] = { - [sym_declaration] = STATE(3325), - [sym_variable_declaration] = STATE(3329), - [sym_lexical_declaration] = STATE(3329), - [sym_class_declaration] = STATE(3329), - [sym_function_declaration] = STATE(3329), - [sym_generator_function_declaration] = STATE(3329), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(3329), - [sym_ambient_declaration] = STATE(3329), - [sym_abstract_class_declaration] = STATE(3329), - [sym_module] = STATE(3329), - [sym_internal_module] = STATE(3327), - [sym_import_alias] = STATE(3329), - [sym_interface_declaration] = STATE(3329), - [sym_enum_declaration] = STATE(3329), - [sym_type_alias_declaration] = STATE(3329), - [aux_sym_export_statement_repeat1] = STATE(3322), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1961), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1963), - [anon_sym_import] = ACTIONS(1965), - [anon_sym_var] = ACTIONS(1967), - [anon_sym_let] = ACTIONS(1969), - [anon_sym_const] = ACTIONS(1971), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1973), - [anon_sym_async] = ACTIONS(1975), - [anon_sym_function] = ACTIONS(1977), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1979), - [anon_sym_module] = ACTIONS(1981), - [anon_sym_abstract] = ACTIONS(1983), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1985), - [anon_sym_interface] = ACTIONS(1987), - [anon_sym_enum] = ACTIONS(1989), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1700), + [anon_sym_export] = ACTIONS(1700), + [anon_sym_STAR] = ACTIONS(1700), + [anon_sym_type] = ACTIONS(1700), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1700), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1702), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1700), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1702), + [anon_sym_SQUOTE] = ACTIONS(1702), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1702), + [sym_private_property_identifier] = ACTIONS(1702), + [anon_sym_static] = ACTIONS(1700), + [anon_sym_readonly] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1700), + [anon_sym_set] = ACTIONS(1700), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1700), + [anon_sym_public] = ACTIONS(1700), + [anon_sym_private] = ACTIONS(1700), + [anon_sym_protected] = ACTIONS(1700), + [anon_sym_override] = ACTIONS(1700), + [anon_sym_module] = ACTIONS(1700), + [anon_sym_any] = ACTIONS(1700), + [anon_sym_number] = ACTIONS(1700), + [anon_sym_boolean] = ACTIONS(1700), + [anon_sym_string] = ACTIONS(1700), + [anon_sym_symbol] = ACTIONS(1700), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [547] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1690), + [anon_sym_export] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(1690), + [anon_sym_type] = ACTIONS(1690), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1690), + [anon_sym_COMMA] = ACTIONS(149), [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1951), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1951), - [anon_sym_get] = ACTIONS(1951), - [anon_sym_set] = ACTIONS(1951), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1951), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1690), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1692), + [anon_sym_SQUOTE] = ACTIONS(1692), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1692), + [sym_private_property_identifier] = ACTIONS(1692), + [anon_sym_static] = ACTIONS(1690), + [anon_sym_readonly] = ACTIONS(1690), + [anon_sym_get] = ACTIONS(1690), + [anon_sym_set] = ACTIONS(1690), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1690), + [anon_sym_public] = ACTIONS(1690), + [anon_sym_private] = ACTIONS(1690), + [anon_sym_protected] = ACTIONS(1690), + [anon_sym_override] = ACTIONS(1690), + [anon_sym_module] = ACTIONS(1690), + [anon_sym_any] = ACTIONS(1690), + [anon_sym_number] = ACTIONS(1690), + [anon_sym_boolean] = ACTIONS(1690), + [anon_sym_string] = ACTIONS(1690), + [anon_sym_symbol] = ACTIONS(1690), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [548] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1953), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1951), - [anon_sym_get] = ACTIONS(1957), - [anon_sym_set] = ACTIONS(1957), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1951), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1700), + [anon_sym_export] = ACTIONS(1700), + [anon_sym_STAR] = ACTIONS(1700), + [anon_sym_type] = ACTIONS(1700), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1700), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1702), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1700), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1702), + [anon_sym_SQUOTE] = ACTIONS(1702), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1702), + [sym_private_property_identifier] = ACTIONS(1702), + [anon_sym_static] = ACTIONS(1700), + [anon_sym_readonly] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1700), + [anon_sym_set] = ACTIONS(1700), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1700), + [anon_sym_public] = ACTIONS(1700), + [anon_sym_private] = ACTIONS(1700), + [anon_sym_protected] = ACTIONS(1700), + [anon_sym_override] = ACTIONS(1700), + [anon_sym_module] = ACTIONS(1700), + [anon_sym_any] = ACTIONS(1700), + [anon_sym_number] = ACTIONS(1700), + [anon_sym_boolean] = ACTIONS(1700), + [anon_sym_string] = ACTIONS(1700), + [anon_sym_symbol] = ACTIONS(1700), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [549] = { - [ts_builtin_sym_end] = ACTIONS(1606), - [sym_identifier] = ACTIONS(1608), - [anon_sym_export] = ACTIONS(1608), - [anon_sym_default] = ACTIONS(1608), - [anon_sym_type] = ACTIONS(1608), - [anon_sym_EQ] = ACTIONS(1608), - [anon_sym_namespace] = ACTIONS(1608), - [anon_sym_LBRACE] = ACTIONS(1606), - [anon_sym_COMMA] = ACTIONS(1606), - [anon_sym_RBRACE] = ACTIONS(1606), - [anon_sym_typeof] = ACTIONS(1608), - [anon_sym_import] = ACTIONS(1608), - [anon_sym_from] = ACTIONS(1608), - [anon_sym_var] = ACTIONS(1608), - [anon_sym_let] = ACTIONS(1608), - [anon_sym_const] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1606), - [anon_sym_else] = ACTIONS(1608), - [anon_sym_if] = ACTIONS(1608), - [anon_sym_switch] = ACTIONS(1608), - [anon_sym_for] = ACTIONS(1608), - [anon_sym_LPAREN] = ACTIONS(1606), - [anon_sym_RPAREN] = ACTIONS(1606), - [anon_sym_await] = ACTIONS(1608), - [anon_sym_while] = ACTIONS(1608), - [anon_sym_do] = ACTIONS(1608), - [anon_sym_try] = ACTIONS(1608), - [anon_sym_with] = ACTIONS(1608), - [anon_sym_break] = ACTIONS(1608), - [anon_sym_continue] = ACTIONS(1608), - [anon_sym_debugger] = ACTIONS(1608), - [anon_sym_return] = ACTIONS(1608), - [anon_sym_throw] = ACTIONS(1608), - [anon_sym_SEMI] = ACTIONS(1606), - [anon_sym_COLON] = ACTIONS(1606), - [anon_sym_case] = ACTIONS(1608), - [anon_sym_yield] = ACTIONS(1608), - [anon_sym_LBRACK] = ACTIONS(1606), - [anon_sym_RBRACK] = ACTIONS(1606), - [anon_sym_LTtemplate_GT] = ACTIONS(1606), - [anon_sym_LT] = ACTIONS(1608), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(1608), - [anon_sym_class] = ACTIONS(1608), - [anon_sym_async] = ACTIONS(1608), - [anon_sym_function] = ACTIONS(1608), - [anon_sym_EQ_GT] = ACTIONS(1606), - [anon_sym_new] = ACTIONS(1608), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1606), - [anon_sym_void] = ACTIONS(1608), - [anon_sym_delete] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1606), - [anon_sym_DASH_DASH] = ACTIONS(1606), - [anon_sym_DQUOTE] = ACTIONS(1606), - [anon_sym_SQUOTE] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1606), - [sym_number] = ACTIONS(1606), - [sym_this] = ACTIONS(1608), - [sym_super] = ACTIONS(1608), - [sym_true] = ACTIONS(1608), - [sym_false] = ACTIONS(1608), - [sym_null] = ACTIONS(1608), - [sym_undefined] = ACTIONS(1608), - [anon_sym_AT] = ACTIONS(1606), - [anon_sym_static] = ACTIONS(1608), - [anon_sym_readonly] = ACTIONS(1608), - [anon_sym_get] = ACTIONS(1608), - [anon_sym_set] = ACTIONS(1608), - [anon_sym_QMARK] = ACTIONS(1606), - [anon_sym_declare] = ACTIONS(1608), - [anon_sym_public] = ACTIONS(1608), - [anon_sym_private] = ACTIONS(1608), - [anon_sym_protected] = ACTIONS(1608), - [anon_sym_override] = ACTIONS(1608), - [anon_sym_module] = ACTIONS(1608), - [anon_sym_any] = ACTIONS(1608), - [anon_sym_number] = ACTIONS(1608), - [anon_sym_boolean] = ACTIONS(1608), - [anon_sym_string] = ACTIONS(1608), - [anon_sym_symbol] = ACTIONS(1608), - [anon_sym_abstract] = ACTIONS(1608), - [anon_sym_extends] = ACTIONS(1608), - [anon_sym_interface] = ACTIONS(1608), - [anon_sym_enum] = ACTIONS(1608), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1690), + [anon_sym_export] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(1690), + [anon_sym_type] = ACTIONS(1690), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1690), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1690), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1692), + [anon_sym_SQUOTE] = ACTIONS(1692), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1692), + [sym_private_property_identifier] = ACTIONS(1692), + [anon_sym_static] = ACTIONS(1690), + [anon_sym_readonly] = ACTIONS(1690), + [anon_sym_get] = ACTIONS(1690), + [anon_sym_set] = ACTIONS(1690), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1690), + [anon_sym_public] = ACTIONS(1690), + [anon_sym_private] = ACTIONS(1690), + [anon_sym_protected] = ACTIONS(1690), + [anon_sym_override] = ACTIONS(1690), + [anon_sym_module] = ACTIONS(1690), + [anon_sym_any] = ACTIONS(1690), + [anon_sym_number] = ACTIONS(1690), + [anon_sym_boolean] = ACTIONS(1690), + [anon_sym_string] = ACTIONS(1690), + [anon_sym_symbol] = ACTIONS(1690), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [550] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1690), + [anon_sym_export] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(1690), + [anon_sym_type] = ACTIONS(1690), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1690), + [anon_sym_COMMA] = ACTIONS(149), [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1953), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1951), - [anon_sym_get] = ACTIONS(1957), - [anon_sym_set] = ACTIONS(1957), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1951), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1690), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1692), + [anon_sym_SQUOTE] = ACTIONS(1692), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1692), + [sym_private_property_identifier] = ACTIONS(1692), + [anon_sym_static] = ACTIONS(1690), + [anon_sym_readonly] = ACTIONS(1690), + [anon_sym_get] = ACTIONS(1690), + [anon_sym_set] = ACTIONS(1690), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1690), + [anon_sym_public] = ACTIONS(1690), + [anon_sym_private] = ACTIONS(1690), + [anon_sym_protected] = ACTIONS(1690), + [anon_sym_override] = ACTIONS(1690), + [anon_sym_module] = ACTIONS(1690), + [anon_sym_any] = ACTIONS(1690), + [anon_sym_number] = ACTIONS(1690), + [anon_sym_boolean] = ACTIONS(1690), + [anon_sym_string] = ACTIONS(1690), + [anon_sym_symbol] = ACTIONS(1690), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [551] = { - [sym_declaration] = STATE(650), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1895), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1861), - [anon_sym_module] = ACTIONS(1899), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1901), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(1700), + [anon_sym_export] = ACTIONS(1700), + [anon_sym_STAR] = ACTIONS(1700), + [anon_sym_type] = ACTIONS(1700), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1700), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1702), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1700), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1702), + [anon_sym_SQUOTE] = ACTIONS(1702), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1702), + [sym_private_property_identifier] = ACTIONS(1702), + [anon_sym_static] = ACTIONS(1700), + [anon_sym_readonly] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1700), + [anon_sym_set] = ACTIONS(1700), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_declare] = ACTIONS(1700), + [anon_sym_public] = ACTIONS(1700), + [anon_sym_private] = ACTIONS(1700), + [anon_sym_protected] = ACTIONS(1700), + [anon_sym_override] = ACTIONS(1700), + [anon_sym_module] = ACTIONS(1700), + [anon_sym_any] = ACTIONS(1700), + [anon_sym_number] = ACTIONS(1700), + [anon_sym_boolean] = ACTIONS(1700), + [anon_sym_string] = ACTIONS(1700), + [anon_sym_symbol] = ACTIONS(1700), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [552] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1544), - [anon_sym_export] = ACTIONS(1544), - [anon_sym_default] = ACTIONS(1544), - [anon_sym_type] = ACTIONS(1544), - [anon_sym_EQ] = ACTIONS(1544), - [anon_sym_namespace] = ACTIONS(1544), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_COMMA] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_typeof] = ACTIONS(1544), - [anon_sym_import] = ACTIONS(1544), - [anon_sym_from] = ACTIONS(1544), - [anon_sym_var] = ACTIONS(1544), - [anon_sym_let] = ACTIONS(1544), - [anon_sym_const] = ACTIONS(1544), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_else] = ACTIONS(1544), - [anon_sym_if] = ACTIONS(1544), - [anon_sym_switch] = ACTIONS(1544), - [anon_sym_for] = ACTIONS(1544), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_RPAREN] = ACTIONS(1542), - [anon_sym_await] = ACTIONS(1544), - [anon_sym_while] = ACTIONS(1544), - [anon_sym_do] = ACTIONS(1544), - [anon_sym_try] = ACTIONS(1544), - [anon_sym_with] = ACTIONS(1544), - [anon_sym_break] = ACTIONS(1544), - [anon_sym_continue] = ACTIONS(1544), - [anon_sym_debugger] = ACTIONS(1544), - [anon_sym_return] = ACTIONS(1544), - [anon_sym_throw] = ACTIONS(1544), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_COLON] = ACTIONS(1542), - [anon_sym_case] = ACTIONS(1544), - [anon_sym_yield] = ACTIONS(1544), - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_RBRACK] = ACTIONS(1542), - [anon_sym_LTtemplate_GT] = ACTIONS(1542), - [anon_sym_LT] = ACTIONS(1544), - [anon_sym_GT] = ACTIONS(1542), - [anon_sym_SLASH] = ACTIONS(1544), - [anon_sym_class] = ACTIONS(1544), - [anon_sym_async] = ACTIONS(1544), - [anon_sym_function] = ACTIONS(1544), - [anon_sym_EQ_GT] = ACTIONS(1542), - [anon_sym_new] = ACTIONS(1544), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_PIPE] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_void] = ACTIONS(1544), - [anon_sym_delete] = ACTIONS(1544), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1542), - [sym_number] = ACTIONS(1542), - [sym_this] = ACTIONS(1544), - [sym_super] = ACTIONS(1544), - [sym_true] = ACTIONS(1544), - [sym_false] = ACTIONS(1544), - [sym_null] = ACTIONS(1544), - [sym_undefined] = ACTIONS(1544), - [anon_sym_AT] = ACTIONS(1542), - [anon_sym_static] = ACTIONS(1544), - [anon_sym_readonly] = ACTIONS(1544), - [anon_sym_get] = ACTIONS(1544), - [anon_sym_set] = ACTIONS(1544), - [anon_sym_QMARK] = ACTIONS(1542), - [anon_sym_declare] = ACTIONS(1544), - [anon_sym_public] = ACTIONS(1544), - [anon_sym_private] = ACTIONS(1544), - [anon_sym_protected] = ACTIONS(1544), - [anon_sym_override] = ACTIONS(1544), - [anon_sym_module] = ACTIONS(1544), - [anon_sym_any] = ACTIONS(1544), - [anon_sym_number] = ACTIONS(1544), - [anon_sym_boolean] = ACTIONS(1544), - [anon_sym_string] = ACTIONS(1544), - [anon_sym_symbol] = ACTIONS(1544), - [anon_sym_abstract] = ACTIONS(1544), - [anon_sym_extends] = ACTIONS(1544), - [anon_sym_interface] = ACTIONS(1544), - [anon_sym_enum] = ACTIONS(1544), + [sym__call_signature] = STATE(4271), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2001), + [anon_sym_export] = ACTIONS(2003), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2003), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2003), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_RBRACE] = ACTIONS(124), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(124), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2003), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2003), + [anon_sym_readonly] = ACTIONS(2003), + [anon_sym_get] = ACTIONS(2003), + [anon_sym_set] = ACTIONS(2003), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(2003), + [anon_sym_public] = ACTIONS(2003), + [anon_sym_private] = ACTIONS(2003), + [anon_sym_protected] = ACTIONS(2003), + [anon_sym_override] = ACTIONS(2003), + [anon_sym_module] = ACTIONS(2003), + [anon_sym_any] = ACTIONS(2003), + [anon_sym_number] = ACTIONS(2003), + [anon_sym_boolean] = ACTIONS(2003), + [anon_sym_string] = ACTIONS(2003), + [anon_sym_symbol] = ACTIONS(2003), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [553] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1953), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1951), - [anon_sym_get] = ACTIONS(1957), - [anon_sym_set] = ACTIONS(1957), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1951), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym__call_signature] = STATE(4345), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2013), + [anon_sym_export] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2015), + [anon_sym_EQ] = ACTIONS(214), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2015), + [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_RBRACE] = ACTIONS(217), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_RPAREN] = ACTIONS(217), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(217), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(217), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2015), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2015), + [anon_sym_readonly] = ACTIONS(2015), + [anon_sym_get] = ACTIONS(2015), + [anon_sym_set] = ACTIONS(2015), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_declare] = ACTIONS(2015), + [anon_sym_public] = ACTIONS(2015), + [anon_sym_private] = ACTIONS(2015), + [anon_sym_protected] = ACTIONS(2015), + [anon_sym_override] = ACTIONS(2015), + [anon_sym_module] = ACTIONS(2015), + [anon_sym_any] = ACTIONS(2015), + [anon_sym_number] = ACTIONS(2015), + [anon_sym_boolean] = ACTIONS(2015), + [anon_sym_string] = ACTIONS(2015), + [anon_sym_symbol] = ACTIONS(2015), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [554] = { - [sym_declaration] = STATE(650), - [sym_variable_declaration] = STATE(649), - [sym_lexical_declaration] = STATE(649), - [sym_class_declaration] = STATE(649), - [sym_function_declaration] = STATE(649), - [sym_generator_function_declaration] = STATE(649), - [sym_decorator] = STATE(1171), - [sym_function_signature] = STATE(649), - [sym_ambient_declaration] = STATE(649), - [sym_abstract_class_declaration] = STATE(649), - [sym_module] = STATE(649), - [sym_internal_module] = STATE(636), - [sym_import_alias] = STATE(649), - [sym_interface_declaration] = STATE(649), - [sym_enum_declaration] = STATE(649), - [sym_type_alias_declaration] = STATE(649), - [aux_sym_export_statement_repeat1] = STATE(3198), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1895), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1907), - [anon_sym_import] = ACTIONS(1836), - [anon_sym_var] = ACTIONS(1838), - [anon_sym_let] = ACTIONS(1840), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_class] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1855), - [anon_sym_function] = ACTIONS(1857), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(152), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1911), - [anon_sym_module] = ACTIONS(1949), - [anon_sym_abstract] = ACTIONS(1865), - [anon_sym_satisfies] = ACTIONS(152), - [anon_sym_global] = ACTIONS(1901), - [anon_sym_interface] = ACTIONS(1867), - [anon_sym_enum] = ACTIONS(1869), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym__call_signature] = STATE(4271), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2001), + [anon_sym_export] = ACTIONS(2003), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2003), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2003), + [anon_sym_COMMA] = ACTIONS(1267), + [anon_sym_RBRACE] = ACTIONS(1267), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_RPAREN] = ACTIONS(1267), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(1267), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2003), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2003), + [anon_sym_readonly] = ACTIONS(2003), + [anon_sym_get] = ACTIONS(2003), + [anon_sym_set] = ACTIONS(2003), + [anon_sym_QMARK] = ACTIONS(2017), + [anon_sym_declare] = ACTIONS(2003), + [anon_sym_public] = ACTIONS(2003), + [anon_sym_private] = ACTIONS(2003), + [anon_sym_protected] = ACTIONS(2003), + [anon_sym_override] = ACTIONS(2003), + [anon_sym_module] = ACTIONS(2003), + [anon_sym_any] = ACTIONS(2003), + [anon_sym_number] = ACTIONS(2003), + [anon_sym_boolean] = ACTIONS(2003), + [anon_sym_string] = ACTIONS(2003), + [anon_sym_symbol] = ACTIONS(2003), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [555] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1951), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1951), - [anon_sym_get] = ACTIONS(1951), - [anon_sym_set] = ACTIONS(1951), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1951), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym__call_signature] = STATE(4345), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2013), + [anon_sym_export] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2015), + [anon_sym_EQ] = ACTIONS(1226), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2015), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2015), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2015), + [anon_sym_readonly] = ACTIONS(2015), + [anon_sym_get] = ACTIONS(2015), + [anon_sym_set] = ACTIONS(2015), + [anon_sym_declare] = ACTIONS(2015), + [anon_sym_public] = ACTIONS(2015), + [anon_sym_private] = ACTIONS(2015), + [anon_sym_protected] = ACTIONS(2015), + [anon_sym_override] = ACTIONS(2015), + [anon_sym_module] = ACTIONS(2015), + [anon_sym_any] = ACTIONS(2015), + [anon_sym_number] = ACTIONS(2015), + [anon_sym_boolean] = ACTIONS(2015), + [anon_sym_string] = ACTIONS(2015), + [anon_sym_symbol] = ACTIONS(2015), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [556] = { - [sym_string] = STATE(3092), - [sym__property_name] = STATE(3092), - [sym_computed_property_name] = STATE(3092), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1951), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1945), - [sym_private_property_identifier] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1951), - [anon_sym_get] = ACTIONS(1951), - [anon_sym_set] = ACTIONS(1951), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1951), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym__call_signature] = STATE(4345), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2013), + [anon_sym_export] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2015), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2015), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2015), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2015), + [anon_sym_readonly] = ACTIONS(2015), + [anon_sym_get] = ACTIONS(2015), + [anon_sym_set] = ACTIONS(2015), + [anon_sym_declare] = ACTIONS(2015), + [anon_sym_public] = ACTIONS(2015), + [anon_sym_private] = ACTIONS(2015), + [anon_sym_protected] = ACTIONS(2015), + [anon_sym_override] = ACTIONS(2015), + [anon_sym_module] = ACTIONS(2015), + [anon_sym_any] = ACTIONS(2015), + [anon_sym_number] = ACTIONS(2015), + [anon_sym_boolean] = ACTIONS(2015), + [anon_sym_string] = ACTIONS(2015), + [anon_sym_symbol] = ACTIONS(2015), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [557] = { - [ts_builtin_sym_end] = ACTIONS(1991), - [sym_identifier] = ACTIONS(1993), - [anon_sym_export] = ACTIONS(1993), - [anon_sym_default] = ACTIONS(1993), - [anon_sym_type] = ACTIONS(1993), - [anon_sym_EQ] = ACTIONS(1993), - [anon_sym_namespace] = ACTIONS(1993), - [anon_sym_LBRACE] = ACTIONS(1991), - [anon_sym_COMMA] = ACTIONS(1991), - [anon_sym_RBRACE] = ACTIONS(1991), - [anon_sym_typeof] = ACTIONS(1993), - [anon_sym_import] = ACTIONS(1993), - [anon_sym_var] = ACTIONS(1993), - [anon_sym_let] = ACTIONS(1993), - [anon_sym_const] = ACTIONS(1993), - [anon_sym_BANG] = ACTIONS(1991), - [anon_sym_else] = ACTIONS(1993), - [anon_sym_if] = ACTIONS(1993), - [anon_sym_switch] = ACTIONS(1993), - [anon_sym_for] = ACTIONS(1993), - [anon_sym_LPAREN] = ACTIONS(1991), - [anon_sym_RPAREN] = ACTIONS(1991), - [anon_sym_await] = ACTIONS(1993), - [anon_sym_while] = ACTIONS(1993), - [anon_sym_do] = ACTIONS(1993), - [anon_sym_try] = ACTIONS(1993), - [anon_sym_with] = ACTIONS(1993), - [anon_sym_break] = ACTIONS(1993), - [anon_sym_continue] = ACTIONS(1993), - [anon_sym_debugger] = ACTIONS(1993), - [anon_sym_return] = ACTIONS(1993), - [anon_sym_throw] = ACTIONS(1993), - [anon_sym_SEMI] = ACTIONS(1991), - [anon_sym_COLON] = ACTIONS(1991), - [anon_sym_case] = ACTIONS(1993), - [anon_sym_yield] = ACTIONS(1993), - [anon_sym_LBRACK] = ACTIONS(1991), - [anon_sym_RBRACK] = ACTIONS(1991), - [anon_sym_LTtemplate_GT] = ACTIONS(1991), - [anon_sym_LT] = ACTIONS(1993), - [anon_sym_GT] = ACTIONS(1991), - [anon_sym_SLASH] = ACTIONS(1993), - [anon_sym_class] = ACTIONS(1993), - [anon_sym_async] = ACTIONS(1993), - [anon_sym_function] = ACTIONS(1993), - [anon_sym_EQ_GT] = ACTIONS(1991), - [anon_sym_new] = ACTIONS(1993), - [anon_sym_AMP] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1991), - [anon_sym_PLUS] = ACTIONS(1993), - [anon_sym_DASH] = ACTIONS(1993), - [anon_sym_TILDE] = ACTIONS(1991), - [anon_sym_void] = ACTIONS(1993), - [anon_sym_delete] = ACTIONS(1993), - [anon_sym_PLUS_PLUS] = ACTIONS(1991), - [anon_sym_DASH_DASH] = ACTIONS(1991), - [anon_sym_DQUOTE] = ACTIONS(1991), - [anon_sym_SQUOTE] = ACTIONS(1991), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1991), - [sym_number] = ACTIONS(1991), - [sym_this] = ACTIONS(1993), - [sym_super] = ACTIONS(1993), - [sym_true] = ACTIONS(1993), - [sym_false] = ACTIONS(1993), - [sym_null] = ACTIONS(1993), - [sym_undefined] = ACTIONS(1993), - [anon_sym_AT] = ACTIONS(1991), - [anon_sym_static] = ACTIONS(1993), - [anon_sym_readonly] = ACTIONS(1993), - [anon_sym_get] = ACTIONS(1993), - [anon_sym_set] = ACTIONS(1993), - [anon_sym_QMARK] = ACTIONS(1991), - [anon_sym_declare] = ACTIONS(1993), - [anon_sym_public] = ACTIONS(1993), - [anon_sym_private] = ACTIONS(1993), - [anon_sym_protected] = ACTIONS(1993), - [anon_sym_override] = ACTIONS(1993), - [anon_sym_module] = ACTIONS(1993), - [anon_sym_any] = ACTIONS(1993), - [anon_sym_number] = ACTIONS(1993), - [anon_sym_boolean] = ACTIONS(1993), - [anon_sym_string] = ACTIONS(1993), - [anon_sym_symbol] = ACTIONS(1993), - [anon_sym_abstract] = ACTIONS(1993), - [anon_sym_extends] = ACTIONS(1993), - [anon_sym_interface] = ACTIONS(1993), - [anon_sym_enum] = ACTIONS(1993), + [sym__call_signature] = STATE(4382), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2019), + [anon_sym_export] = ACTIONS(2021), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2021), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2021), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1907), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2021), + [anon_sym_function] = ACTIONS(1927), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2021), + [anon_sym_readonly] = ACTIONS(2021), + [anon_sym_get] = ACTIONS(2021), + [anon_sym_set] = ACTIONS(2021), + [anon_sym_declare] = ACTIONS(2021), + [anon_sym_public] = ACTIONS(2021), + [anon_sym_private] = ACTIONS(2021), + [anon_sym_protected] = ACTIONS(2021), + [anon_sym_override] = ACTIONS(2021), + [anon_sym_module] = ACTIONS(2021), + [anon_sym_any] = ACTIONS(2021), + [anon_sym_number] = ACTIONS(2021), + [anon_sym_boolean] = ACTIONS(2021), + [anon_sym_string] = ACTIONS(2021), + [anon_sym_symbol] = ACTIONS(2021), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [558] = { - [ts_builtin_sym_end] = ACTIONS(1995), - [sym_identifier] = ACTIONS(1997), - [anon_sym_export] = ACTIONS(1997), - [anon_sym_default] = ACTIONS(1997), - [anon_sym_type] = ACTIONS(1997), - [anon_sym_EQ] = ACTIONS(1997), - [anon_sym_namespace] = ACTIONS(1997), - [anon_sym_LBRACE] = ACTIONS(1995), - [anon_sym_COMMA] = ACTIONS(1995), - [anon_sym_RBRACE] = ACTIONS(1995), - [anon_sym_typeof] = ACTIONS(1997), - [anon_sym_import] = ACTIONS(1997), - [anon_sym_var] = ACTIONS(1997), - [anon_sym_let] = ACTIONS(1997), - [anon_sym_const] = ACTIONS(1997), - [anon_sym_BANG] = ACTIONS(1995), - [anon_sym_else] = ACTIONS(1997), - [anon_sym_if] = ACTIONS(1997), - [anon_sym_switch] = ACTIONS(1997), - [anon_sym_for] = ACTIONS(1997), - [anon_sym_LPAREN] = ACTIONS(1995), - [anon_sym_RPAREN] = ACTIONS(1995), - [anon_sym_await] = ACTIONS(1997), - [anon_sym_while] = ACTIONS(1997), - [anon_sym_do] = ACTIONS(1997), - [anon_sym_try] = ACTIONS(1997), - [anon_sym_with] = ACTIONS(1997), - [anon_sym_break] = ACTIONS(1997), - [anon_sym_continue] = ACTIONS(1997), - [anon_sym_debugger] = ACTIONS(1997), - [anon_sym_return] = ACTIONS(1997), - [anon_sym_throw] = ACTIONS(1997), - [anon_sym_SEMI] = ACTIONS(1995), - [anon_sym_COLON] = ACTIONS(1995), - [anon_sym_case] = ACTIONS(1997), - [anon_sym_yield] = ACTIONS(1997), - [anon_sym_LBRACK] = ACTIONS(1995), - [anon_sym_RBRACK] = ACTIONS(1995), - [anon_sym_LTtemplate_GT] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_GT] = ACTIONS(1995), - [anon_sym_SLASH] = ACTIONS(1997), - [anon_sym_class] = ACTIONS(1997), - [anon_sym_async] = ACTIONS(1997), - [anon_sym_function] = ACTIONS(1997), - [anon_sym_EQ_GT] = ACTIONS(1995), - [anon_sym_new] = ACTIONS(1997), - [anon_sym_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1995), - [anon_sym_PLUS] = ACTIONS(1997), - [anon_sym_DASH] = ACTIONS(1997), - [anon_sym_TILDE] = ACTIONS(1995), - [anon_sym_void] = ACTIONS(1997), - [anon_sym_delete] = ACTIONS(1997), - [anon_sym_PLUS_PLUS] = ACTIONS(1995), - [anon_sym_DASH_DASH] = ACTIONS(1995), - [anon_sym_DQUOTE] = ACTIONS(1995), - [anon_sym_SQUOTE] = ACTIONS(1995), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1995), - [sym_number] = ACTIONS(1995), - [sym_this] = ACTIONS(1997), - [sym_super] = ACTIONS(1997), - [sym_true] = ACTIONS(1997), - [sym_false] = ACTIONS(1997), - [sym_null] = ACTIONS(1997), - [sym_undefined] = ACTIONS(1997), - [anon_sym_AT] = ACTIONS(1995), - [anon_sym_static] = ACTIONS(1997), - [anon_sym_readonly] = ACTIONS(1997), - [anon_sym_get] = ACTIONS(1997), - [anon_sym_set] = ACTIONS(1997), - [anon_sym_QMARK] = ACTIONS(1995), - [anon_sym_declare] = ACTIONS(1997), - [anon_sym_public] = ACTIONS(1997), - [anon_sym_private] = ACTIONS(1997), - [anon_sym_protected] = ACTIONS(1997), - [anon_sym_override] = ACTIONS(1997), - [anon_sym_module] = ACTIONS(1997), - [anon_sym_any] = ACTIONS(1997), - [anon_sym_number] = ACTIONS(1997), - [anon_sym_boolean] = ACTIONS(1997), - [anon_sym_string] = ACTIONS(1997), - [anon_sym_symbol] = ACTIONS(1997), - [anon_sym_abstract] = ACTIONS(1997), - [anon_sym_extends] = ACTIONS(1997), - [anon_sym_interface] = ACTIONS(1997), - [anon_sym_enum] = ACTIONS(1997), + [sym__call_signature] = STATE(4382), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2019), + [anon_sym_export] = ACTIONS(2021), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2021), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2021), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1911), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2021), + [anon_sym_function] = ACTIONS(2023), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2021), + [anon_sym_readonly] = ACTIONS(2021), + [anon_sym_get] = ACTIONS(2021), + [anon_sym_set] = ACTIONS(2021), + [anon_sym_declare] = ACTIONS(2021), + [anon_sym_public] = ACTIONS(2021), + [anon_sym_private] = ACTIONS(2021), + [anon_sym_protected] = ACTIONS(2021), + [anon_sym_override] = ACTIONS(2021), + [anon_sym_module] = ACTIONS(2021), + [anon_sym_any] = ACTIONS(2021), + [anon_sym_number] = ACTIONS(2021), + [anon_sym_boolean] = ACTIONS(2021), + [anon_sym_string] = ACTIONS(2021), + [anon_sym_symbol] = ACTIONS(2021), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [559] = { - [ts_builtin_sym_end] = ACTIONS(1999), - [sym_identifier] = ACTIONS(2001), - [anon_sym_export] = ACTIONS(2001), - [anon_sym_default] = ACTIONS(2001), - [anon_sym_type] = ACTIONS(2001), - [anon_sym_EQ] = ACTIONS(2001), - [anon_sym_namespace] = ACTIONS(2001), - [anon_sym_LBRACE] = ACTIONS(1999), - [anon_sym_COMMA] = ACTIONS(1999), - [anon_sym_RBRACE] = ACTIONS(1999), - [anon_sym_typeof] = ACTIONS(2001), - [anon_sym_import] = ACTIONS(2001), - [anon_sym_var] = ACTIONS(2001), - [anon_sym_let] = ACTIONS(2001), - [anon_sym_const] = ACTIONS(2001), - [anon_sym_BANG] = ACTIONS(1999), - [anon_sym_else] = ACTIONS(2001), - [anon_sym_if] = ACTIONS(2001), - [anon_sym_switch] = ACTIONS(2001), - [anon_sym_for] = ACTIONS(2001), - [anon_sym_LPAREN] = ACTIONS(1999), - [anon_sym_RPAREN] = ACTIONS(1999), - [anon_sym_await] = ACTIONS(2001), - [anon_sym_while] = ACTIONS(2001), - [anon_sym_do] = ACTIONS(2001), - [anon_sym_try] = ACTIONS(2001), - [anon_sym_with] = ACTIONS(2001), - [anon_sym_break] = ACTIONS(2001), - [anon_sym_continue] = ACTIONS(2001), - [anon_sym_debugger] = ACTIONS(2001), - [anon_sym_return] = ACTIONS(2001), - [anon_sym_throw] = ACTIONS(2001), - [anon_sym_SEMI] = ACTIONS(1999), - [anon_sym_COLON] = ACTIONS(1999), - [anon_sym_case] = ACTIONS(2001), - [anon_sym_yield] = ACTIONS(2001), - [anon_sym_LBRACK] = ACTIONS(1999), - [anon_sym_RBRACK] = ACTIONS(1999), - [anon_sym_LTtemplate_GT] = ACTIONS(1999), - [anon_sym_LT] = ACTIONS(2001), - [anon_sym_GT] = ACTIONS(1999), - [anon_sym_SLASH] = ACTIONS(2001), - [anon_sym_class] = ACTIONS(2001), - [anon_sym_async] = ACTIONS(2001), - [anon_sym_function] = ACTIONS(2001), - [anon_sym_EQ_GT] = ACTIONS(1999), - [anon_sym_new] = ACTIONS(2001), - [anon_sym_AMP] = ACTIONS(1999), - [anon_sym_PIPE] = ACTIONS(1999), - [anon_sym_PLUS] = ACTIONS(2001), - [anon_sym_DASH] = ACTIONS(2001), - [anon_sym_TILDE] = ACTIONS(1999), - [anon_sym_void] = ACTIONS(2001), - [anon_sym_delete] = ACTIONS(2001), - [anon_sym_PLUS_PLUS] = ACTIONS(1999), - [anon_sym_DASH_DASH] = ACTIONS(1999), - [anon_sym_DQUOTE] = ACTIONS(1999), - [anon_sym_SQUOTE] = ACTIONS(1999), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1999), - [sym_number] = ACTIONS(1999), - [sym_this] = ACTIONS(2001), - [sym_super] = ACTIONS(2001), - [sym_true] = ACTIONS(2001), - [sym_false] = ACTIONS(2001), - [sym_null] = ACTIONS(2001), - [sym_undefined] = ACTIONS(2001), - [anon_sym_AT] = ACTIONS(1999), - [anon_sym_static] = ACTIONS(2001), - [anon_sym_readonly] = ACTIONS(2001), - [anon_sym_get] = ACTIONS(2001), - [anon_sym_set] = ACTIONS(2001), - [anon_sym_QMARK] = ACTIONS(1999), - [anon_sym_declare] = ACTIONS(2001), - [anon_sym_public] = ACTIONS(2001), - [anon_sym_private] = ACTIONS(2001), - [anon_sym_protected] = ACTIONS(2001), - [anon_sym_override] = ACTIONS(2001), - [anon_sym_module] = ACTIONS(2001), - [anon_sym_any] = ACTIONS(2001), - [anon_sym_number] = ACTIONS(2001), - [anon_sym_boolean] = ACTIONS(2001), - [anon_sym_string] = ACTIONS(2001), - [anon_sym_symbol] = ACTIONS(2001), - [anon_sym_abstract] = ACTIONS(2001), - [anon_sym_extends] = ACTIONS(2001), - [anon_sym_interface] = ACTIONS(2001), - [anon_sym_enum] = ACTIONS(2001), + [sym__call_signature] = STATE(4382), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2019), + [anon_sym_export] = ACTIONS(2021), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2021), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2021), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2021), + [anon_sym_function] = ACTIONS(2025), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2021), + [anon_sym_readonly] = ACTIONS(2021), + [anon_sym_get] = ACTIONS(2021), + [anon_sym_set] = ACTIONS(2021), + [anon_sym_declare] = ACTIONS(2021), + [anon_sym_public] = ACTIONS(2021), + [anon_sym_private] = ACTIONS(2021), + [anon_sym_protected] = ACTIONS(2021), + [anon_sym_override] = ACTIONS(2021), + [anon_sym_module] = ACTIONS(2021), + [anon_sym_any] = ACTIONS(2021), + [anon_sym_number] = ACTIONS(2021), + [anon_sym_boolean] = ACTIONS(2021), + [anon_sym_string] = ACTIONS(2021), + [anon_sym_symbol] = ACTIONS(2021), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [560] = { - [ts_builtin_sym_end] = ACTIONS(2003), - [sym_identifier] = ACTIONS(2005), - [anon_sym_export] = ACTIONS(2005), - [anon_sym_default] = ACTIONS(2005), - [anon_sym_type] = ACTIONS(2005), - [anon_sym_EQ] = ACTIONS(2005), - [anon_sym_namespace] = ACTIONS(2005), - [anon_sym_LBRACE] = ACTIONS(2003), - [anon_sym_COMMA] = ACTIONS(2003), - [anon_sym_RBRACE] = ACTIONS(2003), - [anon_sym_typeof] = ACTIONS(2005), - [anon_sym_import] = ACTIONS(2005), - [anon_sym_var] = ACTIONS(2005), - [anon_sym_let] = ACTIONS(2005), - [anon_sym_const] = ACTIONS(2005), - [anon_sym_BANG] = ACTIONS(2003), - [anon_sym_else] = ACTIONS(2005), - [anon_sym_if] = ACTIONS(2005), - [anon_sym_switch] = ACTIONS(2005), - [anon_sym_for] = ACTIONS(2005), - [anon_sym_LPAREN] = ACTIONS(2003), - [anon_sym_RPAREN] = ACTIONS(2003), - [anon_sym_await] = ACTIONS(2005), - [anon_sym_while] = ACTIONS(2005), - [anon_sym_do] = ACTIONS(2005), - [anon_sym_try] = ACTIONS(2005), - [anon_sym_with] = ACTIONS(2005), - [anon_sym_break] = ACTIONS(2005), - [anon_sym_continue] = ACTIONS(2005), - [anon_sym_debugger] = ACTIONS(2005), - [anon_sym_return] = ACTIONS(2005), - [anon_sym_throw] = ACTIONS(2005), - [anon_sym_SEMI] = ACTIONS(2003), - [anon_sym_COLON] = ACTIONS(2003), - [anon_sym_case] = ACTIONS(2005), - [anon_sym_yield] = ACTIONS(2005), - [anon_sym_LBRACK] = ACTIONS(2003), - [anon_sym_RBRACK] = ACTIONS(2003), - [anon_sym_LTtemplate_GT] = ACTIONS(2003), - [anon_sym_LT] = ACTIONS(2005), - [anon_sym_GT] = ACTIONS(2003), - [anon_sym_SLASH] = ACTIONS(2005), - [anon_sym_class] = ACTIONS(2005), - [anon_sym_async] = ACTIONS(2005), - [anon_sym_function] = ACTIONS(2005), - [anon_sym_EQ_GT] = ACTIONS(2003), - [anon_sym_new] = ACTIONS(2005), - [anon_sym_AMP] = ACTIONS(2003), - [anon_sym_PIPE] = ACTIONS(2003), - [anon_sym_PLUS] = ACTIONS(2005), - [anon_sym_DASH] = ACTIONS(2005), - [anon_sym_TILDE] = ACTIONS(2003), - [anon_sym_void] = ACTIONS(2005), - [anon_sym_delete] = ACTIONS(2005), - [anon_sym_PLUS_PLUS] = ACTIONS(2003), - [anon_sym_DASH_DASH] = ACTIONS(2003), - [anon_sym_DQUOTE] = ACTIONS(2003), - [anon_sym_SQUOTE] = ACTIONS(2003), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2003), - [sym_number] = ACTIONS(2003), - [sym_this] = ACTIONS(2005), - [sym_super] = ACTIONS(2005), - [sym_true] = ACTIONS(2005), - [sym_false] = ACTIONS(2005), - [sym_null] = ACTIONS(2005), - [sym_undefined] = ACTIONS(2005), - [anon_sym_AT] = ACTIONS(2003), - [anon_sym_static] = ACTIONS(2005), - [anon_sym_readonly] = ACTIONS(2005), - [anon_sym_get] = ACTIONS(2005), - [anon_sym_set] = ACTIONS(2005), - [anon_sym_QMARK] = ACTIONS(2003), - [anon_sym_declare] = ACTIONS(2005), - [anon_sym_public] = ACTIONS(2005), - [anon_sym_private] = ACTIONS(2005), - [anon_sym_protected] = ACTIONS(2005), - [anon_sym_override] = ACTIONS(2005), - [anon_sym_module] = ACTIONS(2005), - [anon_sym_any] = ACTIONS(2005), - [anon_sym_number] = ACTIONS(2005), - [anon_sym_boolean] = ACTIONS(2005), - [anon_sym_string] = ACTIONS(2005), - [anon_sym_symbol] = ACTIONS(2005), - [anon_sym_abstract] = ACTIONS(2005), - [anon_sym_extends] = ACTIONS(2005), - [anon_sym_interface] = ACTIONS(2005), - [anon_sym_enum] = ACTIONS(2005), + [sym__call_signature] = STATE(4472), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2027), + [anon_sym_export] = ACTIONS(2029), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2029), + [anon_sym_EQ] = ACTIONS(1256), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2029), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2029), + [anon_sym_function] = ACTIONS(2025), + [anon_sym_EQ_GT] = ACTIONS(1258), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2029), + [anon_sym_readonly] = ACTIONS(2029), + [anon_sym_get] = ACTIONS(2029), + [anon_sym_set] = ACTIONS(2029), + [anon_sym_declare] = ACTIONS(2029), + [anon_sym_public] = ACTIONS(2029), + [anon_sym_private] = ACTIONS(2029), + [anon_sym_protected] = ACTIONS(2029), + [anon_sym_override] = ACTIONS(2029), + [anon_sym_module] = ACTIONS(2029), + [anon_sym_any] = ACTIONS(2029), + [anon_sym_number] = ACTIONS(2029), + [anon_sym_boolean] = ACTIONS(2029), + [anon_sym_string] = ACTIONS(2029), + [anon_sym_symbol] = ACTIONS(2029), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [561] = { - [ts_builtin_sym_end] = ACTIONS(2007), - [sym_identifier] = ACTIONS(2009), - [anon_sym_export] = ACTIONS(2009), - [anon_sym_default] = ACTIONS(2009), - [anon_sym_type] = ACTIONS(2009), - [anon_sym_EQ] = ACTIONS(2009), - [anon_sym_namespace] = ACTIONS(2009), - [anon_sym_LBRACE] = ACTIONS(2007), - [anon_sym_COMMA] = ACTIONS(2007), - [anon_sym_RBRACE] = ACTIONS(2007), - [anon_sym_typeof] = ACTIONS(2009), - [anon_sym_import] = ACTIONS(2009), - [anon_sym_var] = ACTIONS(2009), - [anon_sym_let] = ACTIONS(2009), - [anon_sym_const] = ACTIONS(2009), - [anon_sym_BANG] = ACTIONS(2007), - [anon_sym_else] = ACTIONS(2009), - [anon_sym_if] = ACTIONS(2009), - [anon_sym_switch] = ACTIONS(2009), - [anon_sym_for] = ACTIONS(2009), - [anon_sym_LPAREN] = ACTIONS(2007), - [anon_sym_RPAREN] = ACTIONS(2007), - [anon_sym_await] = ACTIONS(2009), - [anon_sym_while] = ACTIONS(2009), - [anon_sym_do] = ACTIONS(2009), - [anon_sym_try] = ACTIONS(2009), - [anon_sym_with] = ACTIONS(2009), - [anon_sym_break] = ACTIONS(2009), - [anon_sym_continue] = ACTIONS(2009), - [anon_sym_debugger] = ACTIONS(2009), - [anon_sym_return] = ACTIONS(2009), - [anon_sym_throw] = ACTIONS(2009), - [anon_sym_SEMI] = ACTIONS(2007), - [anon_sym_COLON] = ACTIONS(2007), - [anon_sym_case] = ACTIONS(2009), - [anon_sym_yield] = ACTIONS(2009), - [anon_sym_LBRACK] = ACTIONS(2007), - [anon_sym_RBRACK] = ACTIONS(2007), - [anon_sym_LTtemplate_GT] = ACTIONS(2007), - [anon_sym_LT] = ACTIONS(2009), - [anon_sym_GT] = ACTIONS(2007), - [anon_sym_SLASH] = ACTIONS(2009), - [anon_sym_class] = ACTIONS(2009), - [anon_sym_async] = ACTIONS(2009), - [anon_sym_function] = ACTIONS(2009), - [anon_sym_EQ_GT] = ACTIONS(2007), - [anon_sym_new] = ACTIONS(2009), - [anon_sym_AMP] = ACTIONS(2007), - [anon_sym_PIPE] = ACTIONS(2007), - [anon_sym_PLUS] = ACTIONS(2009), - [anon_sym_DASH] = ACTIONS(2009), - [anon_sym_TILDE] = ACTIONS(2007), - [anon_sym_void] = ACTIONS(2009), - [anon_sym_delete] = ACTIONS(2009), - [anon_sym_PLUS_PLUS] = ACTIONS(2007), - [anon_sym_DASH_DASH] = ACTIONS(2007), - [anon_sym_DQUOTE] = ACTIONS(2007), - [anon_sym_SQUOTE] = ACTIONS(2007), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2007), - [sym_number] = ACTIONS(2007), - [sym_this] = ACTIONS(2009), - [sym_super] = ACTIONS(2009), - [sym_true] = ACTIONS(2009), - [sym_false] = ACTIONS(2009), - [sym_null] = ACTIONS(2009), - [sym_undefined] = ACTIONS(2009), - [anon_sym_AT] = ACTIONS(2007), - [anon_sym_static] = ACTIONS(2009), - [anon_sym_readonly] = ACTIONS(2009), - [anon_sym_get] = ACTIONS(2009), - [anon_sym_set] = ACTIONS(2009), - [anon_sym_QMARK] = ACTIONS(2007), - [anon_sym_declare] = ACTIONS(2009), - [anon_sym_public] = ACTIONS(2009), - [anon_sym_private] = ACTIONS(2009), - [anon_sym_protected] = ACTIONS(2009), - [anon_sym_override] = ACTIONS(2009), - [anon_sym_module] = ACTIONS(2009), - [anon_sym_any] = ACTIONS(2009), - [anon_sym_number] = ACTIONS(2009), - [anon_sym_boolean] = ACTIONS(2009), - [anon_sym_string] = ACTIONS(2009), - [anon_sym_symbol] = ACTIONS(2009), - [anon_sym_abstract] = ACTIONS(2009), - [anon_sym_extends] = ACTIONS(2009), - [anon_sym_interface] = ACTIONS(2009), - [anon_sym_enum] = ACTIONS(2009), + [sym__call_signature] = STATE(4345), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2013), + [anon_sym_export] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2015), + [anon_sym_EQ] = ACTIONS(1226), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2015), + [anon_sym_COMMA] = ACTIONS(1264), + [anon_sym_RBRACE] = ACTIONS(1264), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(1264), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2015), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2015), + [anon_sym_readonly] = ACTIONS(2015), + [anon_sym_get] = ACTIONS(2015), + [anon_sym_set] = ACTIONS(2015), + [anon_sym_declare] = ACTIONS(2015), + [anon_sym_public] = ACTIONS(2015), + [anon_sym_private] = ACTIONS(2015), + [anon_sym_protected] = ACTIONS(2015), + [anon_sym_override] = ACTIONS(2015), + [anon_sym_module] = ACTIONS(2015), + [anon_sym_any] = ACTIONS(2015), + [anon_sym_number] = ACTIONS(2015), + [anon_sym_boolean] = ACTIONS(2015), + [anon_sym_string] = ACTIONS(2015), + [anon_sym_symbol] = ACTIONS(2015), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [562] = { - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1712), - [anon_sym_export] = ACTIONS(1712), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_type] = ACTIONS(1712), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1712), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1712), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1714), - [anon_sym_SQUOTE] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1714), - [sym_private_property_identifier] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1712), - [anon_sym_readonly] = ACTIONS(1712), - [anon_sym_get] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1712), - [anon_sym_public] = ACTIONS(1712), - [anon_sym_private] = ACTIONS(1712), - [anon_sym_protected] = ACTIONS(1712), - [anon_sym_override] = ACTIONS(1712), - [anon_sym_module] = ACTIONS(1712), - [anon_sym_any] = ACTIONS(1712), - [anon_sym_number] = ACTIONS(1712), - [anon_sym_boolean] = ACTIONS(1712), - [anon_sym_string] = ACTIONS(1712), - [anon_sym_symbol] = ACTIONS(1712), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym__call_signature] = STATE(4472), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2027), + [anon_sym_export] = ACTIONS(2029), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2029), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2029), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2029), + [anon_sym_function] = ACTIONS(2025), + [anon_sym_EQ_GT] = ACTIONS(1258), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2029), + [anon_sym_readonly] = ACTIONS(2029), + [anon_sym_get] = ACTIONS(2029), + [anon_sym_set] = ACTIONS(2029), + [anon_sym_declare] = ACTIONS(2029), + [anon_sym_public] = ACTIONS(2029), + [anon_sym_private] = ACTIONS(2029), + [anon_sym_protected] = ACTIONS(2029), + [anon_sym_override] = ACTIONS(2029), + [anon_sym_module] = ACTIONS(2029), + [anon_sym_any] = ACTIONS(2029), + [anon_sym_number] = ACTIONS(2029), + [anon_sym_boolean] = ACTIONS(2029), + [anon_sym_string] = ACTIONS(2029), + [anon_sym_symbol] = ACTIONS(2029), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [563] = { - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1688), - [anon_sym_export] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(1688), - [anon_sym_type] = ACTIONS(1688), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1688), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1690), - [sym_private_property_identifier] = ACTIONS(1690), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_readonly] = ACTIONS(1688), - [anon_sym_get] = ACTIONS(1688), - [anon_sym_set] = ACTIONS(1688), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1688), - [anon_sym_public] = ACTIONS(1688), - [anon_sym_private] = ACTIONS(1688), - [anon_sym_protected] = ACTIONS(1688), - [anon_sym_override] = ACTIONS(1688), - [anon_sym_module] = ACTIONS(1688), - [anon_sym_any] = ACTIONS(1688), - [anon_sym_number] = ACTIONS(1688), - [anon_sym_boolean] = ACTIONS(1688), - [anon_sym_string] = ACTIONS(1688), - [anon_sym_symbol] = ACTIONS(1688), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym__call_signature] = STATE(4382), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2019), + [anon_sym_export] = ACTIONS(2021), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2021), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2021), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2021), + [anon_sym_function] = ACTIONS(2025), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2021), + [anon_sym_readonly] = ACTIONS(2021), + [anon_sym_get] = ACTIONS(2021), + [anon_sym_set] = ACTIONS(2021), + [anon_sym_declare] = ACTIONS(2021), + [anon_sym_public] = ACTIONS(2021), + [anon_sym_private] = ACTIONS(2021), + [anon_sym_protected] = ACTIONS(2021), + [anon_sym_override] = ACTIONS(2021), + [anon_sym_module] = ACTIONS(2021), + [anon_sym_any] = ACTIONS(2021), + [anon_sym_number] = ACTIONS(2021), + [anon_sym_boolean] = ACTIONS(2021), + [anon_sym_string] = ACTIONS(2021), + [anon_sym_symbol] = ACTIONS(2021), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [564] = { - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1688), - [anon_sym_export] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(1688), - [anon_sym_type] = ACTIONS(1688), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1688), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1690), - [sym_private_property_identifier] = ACTIONS(1690), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_readonly] = ACTIONS(1688), - [anon_sym_get] = ACTIONS(1688), - [anon_sym_set] = ACTIONS(1688), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1688), - [anon_sym_public] = ACTIONS(1688), - [anon_sym_private] = ACTIONS(1688), - [anon_sym_protected] = ACTIONS(1688), - [anon_sym_override] = ACTIONS(1688), - [anon_sym_module] = ACTIONS(1688), - [anon_sym_any] = ACTIONS(1688), - [anon_sym_number] = ACTIONS(1688), - [anon_sym_boolean] = ACTIONS(1688), - [anon_sym_string] = ACTIONS(1688), - [anon_sym_symbol] = ACTIONS(1688), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym__call_signature] = STATE(4382), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2019), + [anon_sym_export] = ACTIONS(2021), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2021), + [anon_sym_EQ] = ACTIONS(1260), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2021), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(2031), + [anon_sym_of] = ACTIONS(2034), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2021), + [anon_sym_function] = ACTIONS(2025), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2021), + [anon_sym_readonly] = ACTIONS(2021), + [anon_sym_get] = ACTIONS(2021), + [anon_sym_set] = ACTIONS(2021), + [anon_sym_declare] = ACTIONS(2021), + [anon_sym_public] = ACTIONS(2021), + [anon_sym_private] = ACTIONS(2021), + [anon_sym_protected] = ACTIONS(2021), + [anon_sym_override] = ACTIONS(2021), + [anon_sym_module] = ACTIONS(2021), + [anon_sym_any] = ACTIONS(2021), + [anon_sym_number] = ACTIONS(2021), + [anon_sym_boolean] = ACTIONS(2021), + [anon_sym_string] = ACTIONS(2021), + [anon_sym_symbol] = ACTIONS(2021), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [565] = { - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1688), - [anon_sym_export] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(1688), - [anon_sym_type] = ACTIONS(1688), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1688), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1690), - [sym_private_property_identifier] = ACTIONS(1690), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_readonly] = ACTIONS(1688), - [anon_sym_get] = ACTIONS(1688), - [anon_sym_set] = ACTIONS(1688), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1688), - [anon_sym_public] = ACTIONS(1688), - [anon_sym_private] = ACTIONS(1688), - [anon_sym_protected] = ACTIONS(1688), - [anon_sym_override] = ACTIONS(1688), - [anon_sym_module] = ACTIONS(1688), - [anon_sym_any] = ACTIONS(1688), - [anon_sym_number] = ACTIONS(1688), - [anon_sym_boolean] = ACTIONS(1688), - [anon_sym_string] = ACTIONS(1688), - [anon_sym_symbol] = ACTIONS(1688), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_catch_clause] = STATE(590), + [sym_finally_clause] = STATE(736), + [ts_builtin_sym_end] = ACTIONS(2036), + [sym_identifier] = ACTIONS(2038), + [anon_sym_export] = ACTIONS(2038), + [anon_sym_default] = ACTIONS(2038), + [anon_sym_type] = ACTIONS(2038), + [anon_sym_namespace] = ACTIONS(2038), + [anon_sym_LBRACE] = ACTIONS(2036), + [anon_sym_RBRACE] = ACTIONS(2036), + [anon_sym_typeof] = ACTIONS(2038), + [anon_sym_import] = ACTIONS(2038), + [anon_sym_var] = ACTIONS(2038), + [anon_sym_let] = ACTIONS(2038), + [anon_sym_const] = ACTIONS(2038), + [anon_sym_BANG] = ACTIONS(2036), + [anon_sym_else] = ACTIONS(2038), + [anon_sym_if] = ACTIONS(2038), + [anon_sym_switch] = ACTIONS(2038), + [anon_sym_for] = ACTIONS(2038), + [anon_sym_LPAREN] = ACTIONS(2036), + [anon_sym_await] = ACTIONS(2038), + [anon_sym_while] = ACTIONS(2038), + [anon_sym_do] = ACTIONS(2038), + [anon_sym_try] = ACTIONS(2038), + [anon_sym_with] = ACTIONS(2038), + [anon_sym_break] = ACTIONS(2038), + [anon_sym_continue] = ACTIONS(2038), + [anon_sym_debugger] = ACTIONS(2038), + [anon_sym_return] = ACTIONS(2038), + [anon_sym_throw] = ACTIONS(2038), + [anon_sym_SEMI] = ACTIONS(2036), + [anon_sym_case] = ACTIONS(2038), + [anon_sym_catch] = ACTIONS(2040), + [anon_sym_finally] = ACTIONS(2042), + [anon_sym_yield] = ACTIONS(2038), + [anon_sym_LBRACK] = ACTIONS(2036), + [anon_sym_LTtemplate_GT] = ACTIONS(2036), + [anon_sym_class] = ACTIONS(2038), + [anon_sym_async] = ACTIONS(2038), + [anon_sym_function] = ACTIONS(2038), + [anon_sym_new] = ACTIONS(2038), + [anon_sym_PLUS] = ACTIONS(2038), + [anon_sym_DASH] = ACTIONS(2038), + [anon_sym_SLASH] = ACTIONS(2038), + [anon_sym_LT] = ACTIONS(2038), + [anon_sym_TILDE] = ACTIONS(2036), + [anon_sym_void] = ACTIONS(2038), + [anon_sym_delete] = ACTIONS(2038), + [anon_sym_PLUS_PLUS] = ACTIONS(2036), + [anon_sym_DASH_DASH] = ACTIONS(2038), + [anon_sym_DQUOTE] = ACTIONS(2036), + [anon_sym_SQUOTE] = ACTIONS(2036), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2036), + [sym_number] = ACTIONS(2036), + [sym_this] = ACTIONS(2038), + [sym_super] = ACTIONS(2038), + [sym_true] = ACTIONS(2038), + [sym_false] = ACTIONS(2038), + [sym_null] = ACTIONS(2038), + [sym_undefined] = ACTIONS(2038), + [anon_sym_AT] = ACTIONS(2036), + [anon_sym_static] = ACTIONS(2038), + [anon_sym_readonly] = ACTIONS(2038), + [anon_sym_get] = ACTIONS(2038), + [anon_sym_set] = ACTIONS(2038), + [anon_sym_declare] = ACTIONS(2038), + [anon_sym_public] = ACTIONS(2038), + [anon_sym_private] = ACTIONS(2038), + [anon_sym_protected] = ACTIONS(2038), + [anon_sym_override] = ACTIONS(2038), + [anon_sym_module] = ACTIONS(2038), + [anon_sym_any] = ACTIONS(2038), + [anon_sym_number] = ACTIONS(2038), + [anon_sym_boolean] = ACTIONS(2038), + [anon_sym_string] = ACTIONS(2038), + [anon_sym_symbol] = ACTIONS(2038), + [anon_sym_abstract] = ACTIONS(2038), + [anon_sym_interface] = ACTIONS(2038), + [anon_sym_enum] = ACTIONS(2038), }, [566] = { - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1712), - [anon_sym_export] = ACTIONS(1712), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_type] = ACTIONS(1712), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1712), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1712), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1714), - [anon_sym_SQUOTE] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1714), - [sym_private_property_identifier] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1712), - [anon_sym_readonly] = ACTIONS(1712), - [anon_sym_get] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1712), - [anon_sym_public] = ACTIONS(1712), - [anon_sym_private] = ACTIONS(1712), - [anon_sym_protected] = ACTIONS(1712), - [anon_sym_override] = ACTIONS(1712), - [anon_sym_module] = ACTIONS(1712), - [anon_sym_any] = ACTIONS(1712), - [anon_sym_number] = ACTIONS(1712), - [anon_sym_boolean] = ACTIONS(1712), - [anon_sym_string] = ACTIONS(1712), - [anon_sym_symbol] = ACTIONS(1712), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym__call_signature] = STATE(4421), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2044), + [anon_sym_export] = ACTIONS(2046), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2046), + [anon_sym_EQ] = ACTIONS(1277), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2046), + [anon_sym_LBRACE] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2046), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1279), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2046), + [anon_sym_readonly] = ACTIONS(2046), + [anon_sym_get] = ACTIONS(2046), + [anon_sym_set] = ACTIONS(2046), + [anon_sym_declare] = ACTIONS(2046), + [anon_sym_public] = ACTIONS(2046), + [anon_sym_private] = ACTIONS(2046), + [anon_sym_protected] = ACTIONS(2046), + [anon_sym_override] = ACTIONS(2046), + [anon_sym_module] = ACTIONS(2046), + [anon_sym_any] = ACTIONS(2046), + [anon_sym_number] = ACTIONS(2046), + [anon_sym_boolean] = ACTIONS(2046), + [anon_sym_string] = ACTIONS(2046), + [anon_sym_symbol] = ACTIONS(2046), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_implements] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [567] = { - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(1712), - [anon_sym_export] = ACTIONS(1712), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_type] = ACTIONS(1712), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1712), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1712), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1714), - [anon_sym_SQUOTE] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [sym_number] = ACTIONS(1714), - [sym_private_property_identifier] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1712), - [anon_sym_readonly] = ACTIONS(1712), - [anon_sym_get] = ACTIONS(1712), - [anon_sym_set] = ACTIONS(1712), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_declare] = ACTIONS(1712), - [anon_sym_public] = ACTIONS(1712), - [anon_sym_private] = ACTIONS(1712), - [anon_sym_protected] = ACTIONS(1712), - [anon_sym_override] = ACTIONS(1712), - [anon_sym_module] = ACTIONS(1712), - [anon_sym_any] = ACTIONS(1712), - [anon_sym_number] = ACTIONS(1712), - [anon_sym_boolean] = ACTIONS(1712), - [anon_sym_string] = ACTIONS(1712), - [anon_sym_symbol] = ACTIONS(1712), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [ts_builtin_sym_end] = ACTIONS(1391), + [sym_identifier] = ACTIONS(1393), + [anon_sym_export] = ACTIONS(1393), + [anon_sym_default] = ACTIONS(1393), + [anon_sym_type] = ACTIONS(1393), + [anon_sym_namespace] = ACTIONS(1393), + [anon_sym_LBRACE] = ACTIONS(1391), + [anon_sym_COMMA] = ACTIONS(1391), + [anon_sym_RBRACE] = ACTIONS(1391), + [anon_sym_typeof] = ACTIONS(1393), + [anon_sym_import] = ACTIONS(1393), + [anon_sym_var] = ACTIONS(1393), + [anon_sym_let] = ACTIONS(1393), + [anon_sym_const] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1391), + [anon_sym_else] = ACTIONS(1393), + [anon_sym_if] = ACTIONS(1393), + [anon_sym_switch] = ACTIONS(1393), + [anon_sym_for] = ACTIONS(1393), + [anon_sym_LPAREN] = ACTIONS(1391), + [anon_sym_await] = ACTIONS(1393), + [anon_sym_while] = ACTIONS(1393), + [anon_sym_do] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1393), + [anon_sym_with] = ACTIONS(1393), + [anon_sym_break] = ACTIONS(1393), + [anon_sym_continue] = ACTIONS(1393), + [anon_sym_debugger] = ACTIONS(1393), + [anon_sym_return] = ACTIONS(1393), + [anon_sym_throw] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1393), + [anon_sym_catch] = ACTIONS(1393), + [anon_sym_finally] = ACTIONS(1393), + [anon_sym_yield] = ACTIONS(1393), + [anon_sym_LBRACK] = ACTIONS(1391), + [anon_sym_LTtemplate_GT] = ACTIONS(1391), + [anon_sym_class] = ACTIONS(1393), + [anon_sym_async] = ACTIONS(1393), + [anon_sym_function] = ACTIONS(1393), + [anon_sym_new] = ACTIONS(1393), + [anon_sym_PLUS] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1393), + [anon_sym_SLASH] = ACTIONS(1393), + [anon_sym_LT] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1391), + [anon_sym_void] = ACTIONS(1393), + [anon_sym_delete] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1391), + [anon_sym_SQUOTE] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1391), + [sym_number] = ACTIONS(1391), + [sym_this] = ACTIONS(1393), + [sym_super] = ACTIONS(1393), + [sym_true] = ACTIONS(1393), + [sym_false] = ACTIONS(1393), + [sym_null] = ACTIONS(1393), + [sym_undefined] = ACTIONS(1393), + [anon_sym_AT] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1393), + [anon_sym_readonly] = ACTIONS(1393), + [anon_sym_get] = ACTIONS(1393), + [anon_sym_set] = ACTIONS(1393), + [anon_sym_declare] = ACTIONS(1393), + [anon_sym_public] = ACTIONS(1393), + [anon_sym_private] = ACTIONS(1393), + [anon_sym_protected] = ACTIONS(1393), + [anon_sym_override] = ACTIONS(1393), + [anon_sym_module] = ACTIONS(1393), + [anon_sym_any] = ACTIONS(1393), + [anon_sym_number] = ACTIONS(1393), + [anon_sym_boolean] = ACTIONS(1393), + [anon_sym_string] = ACTIONS(1393), + [anon_sym_symbol] = ACTIONS(1393), + [anon_sym_abstract] = ACTIONS(1393), + [anon_sym_interface] = ACTIONS(1393), + [anon_sym_enum] = ACTIONS(1393), + [sym__automatic_semicolon] = ACTIONS(1401), }, [568] = { - [sym__call_signature] = STATE(4482), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2011), - [anon_sym_export] = ACTIONS(2013), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2013), - [anon_sym_EQ] = ACTIONS(207), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2013), - [anon_sym_COMMA] = ACTIONS(210), - [anon_sym_RBRACE] = ACTIONS(210), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_RPAREN] = ACTIONS(210), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(210), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(210), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2013), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2013), - [anon_sym_readonly] = ACTIONS(2013), - [anon_sym_get] = ACTIONS(2013), - [anon_sym_set] = ACTIONS(2013), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(2013), - [anon_sym_public] = ACTIONS(2013), - [anon_sym_private] = ACTIONS(2013), - [anon_sym_protected] = ACTIONS(2013), - [anon_sym_override] = ACTIONS(2013), - [anon_sym_module] = ACTIONS(2013), - [anon_sym_any] = ACTIONS(2013), - [anon_sym_number] = ACTIONS(2013), - [anon_sym_boolean] = ACTIONS(2013), - [anon_sym_string] = ACTIONS(2013), - [anon_sym_symbol] = ACTIONS(2013), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [569] = { - [sym__call_signature] = STATE(4149), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2023), - [anon_sym_export] = ACTIONS(2025), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2025), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2025), - [anon_sym_COMMA] = ACTIONS(1273), - [anon_sym_RBRACE] = ACTIONS(1273), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_RPAREN] = ACTIONS(1273), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(1273), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2025), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2025), - [anon_sym_readonly] = ACTIONS(2025), - [anon_sym_get] = ACTIONS(2025), - [anon_sym_set] = ACTIONS(2025), - [anon_sym_QMARK] = ACTIONS(2027), - [anon_sym_declare] = ACTIONS(2025), - [anon_sym_public] = ACTIONS(2025), - [anon_sym_private] = ACTIONS(2025), - [anon_sym_protected] = ACTIONS(2025), - [anon_sym_override] = ACTIONS(2025), - [anon_sym_module] = ACTIONS(2025), - [anon_sym_any] = ACTIONS(2025), - [anon_sym_number] = ACTIONS(2025), - [anon_sym_boolean] = ACTIONS(2025), - [anon_sym_string] = ACTIONS(2025), - [anon_sym_symbol] = ACTIONS(2025), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [570] = { - [sym__call_signature] = STATE(4149), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2023), - [anon_sym_export] = ACTIONS(2025), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2025), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2025), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_RBRACE] = ACTIONS(122), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(122), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2025), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2025), - [anon_sym_readonly] = ACTIONS(2025), - [anon_sym_get] = ACTIONS(2025), - [anon_sym_set] = ACTIONS(2025), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_declare] = ACTIONS(2025), - [anon_sym_public] = ACTIONS(2025), - [anon_sym_private] = ACTIONS(2025), - [anon_sym_protected] = ACTIONS(2025), - [anon_sym_override] = ACTIONS(2025), - [anon_sym_module] = ACTIONS(2025), - [anon_sym_any] = ACTIONS(2025), - [anon_sym_number] = ACTIONS(2025), - [anon_sym_boolean] = ACTIONS(2025), - [anon_sym_string] = ACTIONS(2025), - [anon_sym_symbol] = ACTIONS(2025), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [571] = { - [sym__call_signature] = STATE(4482), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2011), - [anon_sym_export] = ACTIONS(2013), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2013), - [anon_sym_EQ] = ACTIONS(1228), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2013), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_RPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2013), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2013), - [anon_sym_readonly] = ACTIONS(2013), - [anon_sym_get] = ACTIONS(2013), - [anon_sym_set] = ACTIONS(2013), - [anon_sym_declare] = ACTIONS(2013), - [anon_sym_public] = ACTIONS(2013), - [anon_sym_private] = ACTIONS(2013), - [anon_sym_protected] = ACTIONS(2013), - [anon_sym_override] = ACTIONS(2013), - [anon_sym_module] = ACTIONS(2013), - [anon_sym_any] = ACTIONS(2013), - [anon_sym_number] = ACTIONS(2013), - [anon_sym_boolean] = ACTIONS(2013), - [anon_sym_string] = ACTIONS(2013), - [anon_sym_symbol] = ACTIONS(2013), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [572] = { - [sym__call_signature] = STATE(4482), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2011), - [anon_sym_export] = ACTIONS(2013), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2013), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2013), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_RPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2013), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2013), - [anon_sym_readonly] = ACTIONS(2013), - [anon_sym_get] = ACTIONS(2013), - [anon_sym_set] = ACTIONS(2013), - [anon_sym_declare] = ACTIONS(2013), - [anon_sym_public] = ACTIONS(2013), - [anon_sym_private] = ACTIONS(2013), - [anon_sym_protected] = ACTIONS(2013), - [anon_sym_override] = ACTIONS(2013), - [anon_sym_module] = ACTIONS(2013), - [anon_sym_any] = ACTIONS(2013), - [anon_sym_number] = ACTIONS(2013), - [anon_sym_boolean] = ACTIONS(2013), - [anon_sym_string] = ACTIONS(2013), - [anon_sym_symbol] = ACTIONS(2013), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [573] = { - [sym__call_signature] = STATE(4373), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2029), - [anon_sym_export] = ACTIONS(2031), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2031), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2031), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1919), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2031), - [anon_sym_function] = ACTIONS(1939), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2031), - [anon_sym_readonly] = ACTIONS(2031), - [anon_sym_get] = ACTIONS(2031), - [anon_sym_set] = ACTIONS(2031), - [anon_sym_declare] = ACTIONS(2031), - [anon_sym_public] = ACTIONS(2031), - [anon_sym_private] = ACTIONS(2031), - [anon_sym_protected] = ACTIONS(2031), - [anon_sym_override] = ACTIONS(2031), - [anon_sym_module] = ACTIONS(2031), - [anon_sym_any] = ACTIONS(2031), - [anon_sym_number] = ACTIONS(2031), - [anon_sym_boolean] = ACTIONS(2031), - [anon_sym_string] = ACTIONS(2031), - [anon_sym_symbol] = ACTIONS(2031), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [574] = { - [sym__call_signature] = STATE(4373), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2029), - [anon_sym_export] = ACTIONS(2031), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2031), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2031), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2031), - [anon_sym_function] = ACTIONS(2033), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2031), - [anon_sym_readonly] = ACTIONS(2031), - [anon_sym_get] = ACTIONS(2031), - [anon_sym_set] = ACTIONS(2031), - [anon_sym_declare] = ACTIONS(2031), - [anon_sym_public] = ACTIONS(2031), - [anon_sym_private] = ACTIONS(2031), - [anon_sym_protected] = ACTIONS(2031), - [anon_sym_override] = ACTIONS(2031), - [anon_sym_module] = ACTIONS(2031), - [anon_sym_any] = ACTIONS(2031), - [anon_sym_number] = ACTIONS(2031), - [anon_sym_boolean] = ACTIONS(2031), - [anon_sym_string] = ACTIONS(2031), - [anon_sym_symbol] = ACTIONS(2031), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [575] = { - [sym__call_signature] = STATE(4373), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2029), - [anon_sym_export] = ACTIONS(2031), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2031), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2031), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1909), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2031), - [anon_sym_function] = ACTIONS(2035), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2031), - [anon_sym_readonly] = ACTIONS(2031), - [anon_sym_get] = ACTIONS(2031), - [anon_sym_set] = ACTIONS(2031), - [anon_sym_declare] = ACTIONS(2031), - [anon_sym_public] = ACTIONS(2031), - [anon_sym_private] = ACTIONS(2031), - [anon_sym_protected] = ACTIONS(2031), - [anon_sym_override] = ACTIONS(2031), - [anon_sym_module] = ACTIONS(2031), - [anon_sym_any] = ACTIONS(2031), - [anon_sym_number] = ACTIONS(2031), - [anon_sym_boolean] = ACTIONS(2031), - [anon_sym_string] = ACTIONS(2031), - [anon_sym_symbol] = ACTIONS(2031), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [576] = { - [sym__call_signature] = STATE(4373), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2029), - [anon_sym_export] = ACTIONS(2031), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2031), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2031), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(2037), - [anon_sym_of] = ACTIONS(2040), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2031), - [anon_sym_function] = ACTIONS(2033), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2031), - [anon_sym_readonly] = ACTIONS(2031), - [anon_sym_get] = ACTIONS(2031), - [anon_sym_set] = ACTIONS(2031), - [anon_sym_declare] = ACTIONS(2031), - [anon_sym_public] = ACTIONS(2031), - [anon_sym_private] = ACTIONS(2031), - [anon_sym_protected] = ACTIONS(2031), - [anon_sym_override] = ACTIONS(2031), - [anon_sym_module] = ACTIONS(2031), - [anon_sym_any] = ACTIONS(2031), - [anon_sym_number] = ACTIONS(2031), - [anon_sym_boolean] = ACTIONS(2031), - [anon_sym_string] = ACTIONS(2031), - [anon_sym_symbol] = ACTIONS(2031), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [577] = { - [sym__call_signature] = STATE(4423), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2042), - [anon_sym_export] = ACTIONS(2044), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2044), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2044), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2044), - [anon_sym_function] = ACTIONS(2033), - [anon_sym_EQ_GT] = ACTIONS(1260), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_readonly] = ACTIONS(2044), - [anon_sym_get] = ACTIONS(2044), - [anon_sym_set] = ACTIONS(2044), - [anon_sym_declare] = ACTIONS(2044), - [anon_sym_public] = ACTIONS(2044), - [anon_sym_private] = ACTIONS(2044), - [anon_sym_protected] = ACTIONS(2044), - [anon_sym_override] = ACTIONS(2044), - [anon_sym_module] = ACTIONS(2044), - [anon_sym_any] = ACTIONS(2044), - [anon_sym_number] = ACTIONS(2044), - [anon_sym_boolean] = ACTIONS(2044), - [anon_sym_string] = ACTIONS(2044), - [anon_sym_symbol] = ACTIONS(2044), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [578] = { - [sym__call_signature] = STATE(4423), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2042), - [anon_sym_export] = ACTIONS(2044), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2044), - [anon_sym_EQ] = ACTIONS(1258), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2044), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2044), - [anon_sym_function] = ACTIONS(2033), - [anon_sym_EQ_GT] = ACTIONS(1260), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_readonly] = ACTIONS(2044), - [anon_sym_get] = ACTIONS(2044), - [anon_sym_set] = ACTIONS(2044), - [anon_sym_declare] = ACTIONS(2044), - [anon_sym_public] = ACTIONS(2044), - [anon_sym_private] = ACTIONS(2044), - [anon_sym_protected] = ACTIONS(2044), - [anon_sym_override] = ACTIONS(2044), - [anon_sym_module] = ACTIONS(2044), - [anon_sym_any] = ACTIONS(2044), - [anon_sym_number] = ACTIONS(2044), - [anon_sym_boolean] = ACTIONS(2044), - [anon_sym_string] = ACTIONS(2044), - [anon_sym_symbol] = ACTIONS(2044), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [579] = { - [sym__call_signature] = STATE(4373), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2029), - [anon_sym_export] = ACTIONS(2031), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2031), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2031), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1917), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2031), - [anon_sym_function] = ACTIONS(2035), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2031), - [anon_sym_readonly] = ACTIONS(2031), - [anon_sym_get] = ACTIONS(2031), - [anon_sym_set] = ACTIONS(2031), - [anon_sym_declare] = ACTIONS(2031), - [anon_sym_public] = ACTIONS(2031), - [anon_sym_private] = ACTIONS(2031), - [anon_sym_protected] = ACTIONS(2031), - [anon_sym_override] = ACTIONS(2031), - [anon_sym_module] = ACTIONS(2031), - [anon_sym_any] = ACTIONS(2031), - [anon_sym_number] = ACTIONS(2031), - [anon_sym_boolean] = ACTIONS(2031), - [anon_sym_string] = ACTIONS(2031), - [anon_sym_symbol] = ACTIONS(2031), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [580] = { - [sym__call_signature] = STATE(4373), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2029), - [anon_sym_export] = ACTIONS(2031), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2031), - [anon_sym_EQ] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2031), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2031), - [anon_sym_function] = ACTIONS(2033), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2031), - [anon_sym_readonly] = ACTIONS(2031), - [anon_sym_get] = ACTIONS(2031), - [anon_sym_set] = ACTIONS(2031), - [anon_sym_declare] = ACTIONS(2031), - [anon_sym_public] = ACTIONS(2031), - [anon_sym_private] = ACTIONS(2031), - [anon_sym_protected] = ACTIONS(2031), - [anon_sym_override] = ACTIONS(2031), - [anon_sym_module] = ACTIONS(2031), - [anon_sym_any] = ACTIONS(2031), - [anon_sym_number] = ACTIONS(2031), - [anon_sym_boolean] = ACTIONS(2031), - [anon_sym_string] = ACTIONS(2031), - [anon_sym_symbol] = ACTIONS(2031), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [581] = { - [sym__call_signature] = STATE(4482), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2011), - [anon_sym_export] = ACTIONS(2013), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2013), - [anon_sym_EQ] = ACTIONS(1228), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2013), - [anon_sym_COMMA] = ACTIONS(1270), - [anon_sym_RBRACE] = ACTIONS(1270), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(1270), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2013), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2013), - [anon_sym_readonly] = ACTIONS(2013), - [anon_sym_get] = ACTIONS(2013), - [anon_sym_set] = ACTIONS(2013), - [anon_sym_declare] = ACTIONS(2013), - [anon_sym_public] = ACTIONS(2013), - [anon_sym_private] = ACTIONS(2013), - [anon_sym_protected] = ACTIONS(2013), - [anon_sym_override] = ACTIONS(2013), - [anon_sym_module] = ACTIONS(2013), - [anon_sym_any] = ACTIONS(2013), - [anon_sym_number] = ACTIONS(2013), - [anon_sym_boolean] = ACTIONS(2013), - [anon_sym_string] = ACTIONS(2013), - [anon_sym_symbol] = ACTIONS(2013), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [582] = { - [ts_builtin_sym_end] = ACTIONS(1445), - [sym_identifier] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1447), - [anon_sym_default] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_namespace] = ACTIONS(1447), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_COMMA] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_typeof] = ACTIONS(1447), - [anon_sym_import] = ACTIONS(1447), - [anon_sym_var] = ACTIONS(1447), - [anon_sym_let] = ACTIONS(1447), - [anon_sym_const] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1445), - [anon_sym_else] = ACTIONS(1447), - [anon_sym_if] = ACTIONS(1447), - [anon_sym_switch] = ACTIONS(1447), - [anon_sym_for] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_await] = ACTIONS(1447), - [anon_sym_while] = ACTIONS(1447), - [anon_sym_do] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1447), - [anon_sym_with] = ACTIONS(1447), - [anon_sym_break] = ACTIONS(1447), - [anon_sym_continue] = ACTIONS(1447), - [anon_sym_debugger] = ACTIONS(1447), - [anon_sym_return] = ACTIONS(1447), - [anon_sym_throw] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1447), - [anon_sym_catch] = ACTIONS(1447), - [anon_sym_finally] = ACTIONS(1447), - [anon_sym_yield] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LTtemplate_GT] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1447), - [anon_sym_class] = ACTIONS(1447), - [anon_sym_async] = ACTIONS(1447), - [anon_sym_function] = ACTIONS(1447), - [anon_sym_new] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1445), - [anon_sym_void] = ACTIONS(1447), - [anon_sym_delete] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1445), - [sym_number] = ACTIONS(1445), - [sym_this] = ACTIONS(1447), - [sym_super] = ACTIONS(1447), - [sym_true] = ACTIONS(1447), - [sym_false] = ACTIONS(1447), - [sym_null] = ACTIONS(1447), - [sym_undefined] = ACTIONS(1447), - [anon_sym_AT] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_readonly] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1447), - [anon_sym_set] = ACTIONS(1447), - [anon_sym_declare] = ACTIONS(1447), - [anon_sym_public] = ACTIONS(1447), - [anon_sym_private] = ACTIONS(1447), - [anon_sym_protected] = ACTIONS(1447), - [anon_sym_override] = ACTIONS(1447), - [anon_sym_module] = ACTIONS(1447), - [anon_sym_any] = ACTIONS(1447), - [anon_sym_number] = ACTIONS(1447), - [anon_sym_boolean] = ACTIONS(1447), - [anon_sym_string] = ACTIONS(1447), - [anon_sym_symbol] = ACTIONS(1447), - [anon_sym_abstract] = ACTIONS(1447), - [anon_sym_interface] = ACTIONS(1447), - [anon_sym_enum] = ACTIONS(1447), - [sym__automatic_semicolon] = ACTIONS(2046), - }, - [583] = { - [sym__call_signature] = STATE(4113), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2048), - [anon_sym_export] = ACTIONS(2050), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2050), - [anon_sym_EQ] = ACTIONS(1266), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2050), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2050), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1268), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2050), - [anon_sym_readonly] = ACTIONS(2050), - [anon_sym_get] = ACTIONS(2050), - [anon_sym_set] = ACTIONS(2050), - [anon_sym_declare] = ACTIONS(2050), - [anon_sym_public] = ACTIONS(2050), - [anon_sym_private] = ACTIONS(2050), - [anon_sym_protected] = ACTIONS(2050), - [anon_sym_override] = ACTIONS(2050), - [anon_sym_module] = ACTIONS(2050), - [anon_sym_any] = ACTIONS(2050), - [anon_sym_number] = ACTIONS(2050), - [anon_sym_boolean] = ACTIONS(2050), - [anon_sym_string] = ACTIONS(2050), - [anon_sym_symbol] = ACTIONS(2050), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [584] = { - [sym_catch_clause] = STATE(608), - [sym_finally_clause] = STATE(681), - [ts_builtin_sym_end] = ACTIONS(2052), - [sym_identifier] = ACTIONS(2054), - [anon_sym_export] = ACTIONS(2054), - [anon_sym_default] = ACTIONS(2054), - [anon_sym_type] = ACTIONS(2054), - [anon_sym_namespace] = ACTIONS(2054), - [anon_sym_LBRACE] = ACTIONS(2052), - [anon_sym_RBRACE] = ACTIONS(2052), - [anon_sym_typeof] = ACTIONS(2054), - [anon_sym_import] = ACTIONS(2054), - [anon_sym_var] = ACTIONS(2054), - [anon_sym_let] = ACTIONS(2054), - [anon_sym_const] = ACTIONS(2054), - [anon_sym_BANG] = ACTIONS(2052), - [anon_sym_else] = ACTIONS(2054), - [anon_sym_if] = ACTIONS(2054), - [anon_sym_switch] = ACTIONS(2054), - [anon_sym_for] = ACTIONS(2054), - [anon_sym_LPAREN] = ACTIONS(2052), - [anon_sym_await] = ACTIONS(2054), - [anon_sym_while] = ACTIONS(2054), - [anon_sym_do] = ACTIONS(2054), - [anon_sym_try] = ACTIONS(2054), - [anon_sym_with] = ACTIONS(2054), - [anon_sym_break] = ACTIONS(2054), - [anon_sym_continue] = ACTIONS(2054), - [anon_sym_debugger] = ACTIONS(2054), - [anon_sym_return] = ACTIONS(2054), - [anon_sym_throw] = ACTIONS(2054), - [anon_sym_SEMI] = ACTIONS(2052), - [anon_sym_case] = ACTIONS(2054), - [anon_sym_catch] = ACTIONS(2056), - [anon_sym_finally] = ACTIONS(2058), - [anon_sym_yield] = ACTIONS(2054), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_LTtemplate_GT] = ACTIONS(2052), - [anon_sym_LT] = ACTIONS(2054), - [anon_sym_SLASH] = ACTIONS(2054), - [anon_sym_class] = ACTIONS(2054), - [anon_sym_async] = ACTIONS(2054), - [anon_sym_function] = ACTIONS(2054), - [anon_sym_new] = ACTIONS(2054), - [anon_sym_PLUS] = ACTIONS(2054), - [anon_sym_DASH] = ACTIONS(2054), - [anon_sym_TILDE] = ACTIONS(2052), - [anon_sym_void] = ACTIONS(2054), - [anon_sym_delete] = ACTIONS(2054), - [anon_sym_PLUS_PLUS] = ACTIONS(2052), - [anon_sym_DASH_DASH] = ACTIONS(2052), - [anon_sym_DQUOTE] = ACTIONS(2052), - [anon_sym_SQUOTE] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2052), - [sym_number] = ACTIONS(2052), - [sym_this] = ACTIONS(2054), - [sym_super] = ACTIONS(2054), - [sym_true] = ACTIONS(2054), - [sym_false] = ACTIONS(2054), - [sym_null] = ACTIONS(2054), - [sym_undefined] = ACTIONS(2054), - [anon_sym_AT] = ACTIONS(2052), - [anon_sym_static] = ACTIONS(2054), - [anon_sym_readonly] = ACTIONS(2054), - [anon_sym_get] = ACTIONS(2054), - [anon_sym_set] = ACTIONS(2054), - [anon_sym_declare] = ACTIONS(2054), - [anon_sym_public] = ACTIONS(2054), - [anon_sym_private] = ACTIONS(2054), - [anon_sym_protected] = ACTIONS(2054), - [anon_sym_override] = ACTIONS(2054), - [anon_sym_module] = ACTIONS(2054), - [anon_sym_any] = ACTIONS(2054), - [anon_sym_number] = ACTIONS(2054), - [anon_sym_boolean] = ACTIONS(2054), - [anon_sym_string] = ACTIONS(2054), - [anon_sym_symbol] = ACTIONS(2054), - [anon_sym_abstract] = ACTIONS(2054), - [anon_sym_interface] = ACTIONS(2054), - [anon_sym_enum] = ACTIONS(2054), - }, - [585] = { - [sym__call_signature] = STATE(4352), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2060), - [anon_sym_export] = ACTIONS(2062), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2062), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2062), - [anon_sym_LBRACE] = ACTIONS(152), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2062), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1281), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2062), - [anon_sym_readonly] = ACTIONS(2062), - [anon_sym_get] = ACTIONS(2062), - [anon_sym_set] = ACTIONS(2062), - [anon_sym_declare] = ACTIONS(2062), - [anon_sym_public] = ACTIONS(2062), - [anon_sym_private] = ACTIONS(2062), - [anon_sym_protected] = ACTIONS(2062), - [anon_sym_override] = ACTIONS(2062), - [anon_sym_module] = ACTIONS(2062), - [anon_sym_any] = ACTIONS(2062), - [anon_sym_number] = ACTIONS(2062), - [anon_sym_boolean] = ACTIONS(2062), - [anon_sym_string] = ACTIONS(2062), - [anon_sym_symbol] = ACTIONS(2062), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_implements] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [586] = { - [ts_builtin_sym_end] = ACTIONS(1419), - [sym_identifier] = ACTIONS(1421), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_type] = ACTIONS(1421), - [anon_sym_namespace] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_typeof] = ACTIONS(1421), - [anon_sym_import] = ACTIONS(1421), - [anon_sym_var] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_BANG] = ACTIONS(1419), - [anon_sym_else] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_await] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_with] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_debugger] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_throw] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_catch] = ACTIONS(1421), - [anon_sym_finally] = ACTIONS(1421), - [anon_sym_yield] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LTtemplate_GT] = ACTIONS(1419), - [anon_sym_LT] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_class] = ACTIONS(1421), - [anon_sym_async] = ACTIONS(1421), - [anon_sym_function] = ACTIONS(1421), - [anon_sym_new] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_void] = ACTIONS(1421), - [anon_sym_delete] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1419), - [sym_number] = ACTIONS(1419), - [sym_this] = ACTIONS(1421), - [sym_super] = ACTIONS(1421), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [sym_null] = ACTIONS(1421), - [sym_undefined] = ACTIONS(1421), - [anon_sym_AT] = ACTIONS(1419), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_readonly] = ACTIONS(1421), - [anon_sym_get] = ACTIONS(1421), - [anon_sym_set] = ACTIONS(1421), - [anon_sym_declare] = ACTIONS(1421), - [anon_sym_public] = ACTIONS(1421), - [anon_sym_private] = ACTIONS(1421), - [anon_sym_protected] = ACTIONS(1421), - [anon_sym_override] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_any] = ACTIONS(1421), - [anon_sym_number] = ACTIONS(1421), - [anon_sym_boolean] = ACTIONS(1421), - [anon_sym_string] = ACTIONS(1421), - [anon_sym_symbol] = ACTIONS(1421), - [anon_sym_abstract] = ACTIONS(1421), - [anon_sym_interface] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [sym__automatic_semicolon] = ACTIONS(1429), - }, - [587] = { - [sym__call_signature] = STATE(4113), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), + [sym__call_signature] = STATE(4203), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), [sym_identifier] = ACTIONS(2048), [anon_sym_export] = ACTIONS(2050), - [anon_sym_STAR] = ACTIONS(116), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2050), - [anon_sym_EQ] = ACTIONS(2064), - [anon_sym_as] = ACTIONS(116), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2050), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(2067), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(210), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2050), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1268), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1271), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2050), [anon_sym_readonly] = ACTIONS(2050), [anon_sym_get] = ACTIONS(2050), @@ -80632,157 +78890,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2050), [anon_sym_string] = ACTIONS(2050), [anon_sym_symbol] = ACTIONS(2050), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [588] = { - [sym__call_signature] = STATE(4352), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2060), - [anon_sym_export] = ACTIONS(2062), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2062), - [anon_sym_EQ] = ACTIONS(1279), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2062), - [anon_sym_LBRACE] = ACTIONS(152), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2062), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1281), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2062), - [anon_sym_readonly] = ACTIONS(2062), - [anon_sym_get] = ACTIONS(2062), - [anon_sym_set] = ACTIONS(2062), - [anon_sym_declare] = ACTIONS(2062), - [anon_sym_public] = ACTIONS(2062), - [anon_sym_private] = ACTIONS(2062), - [anon_sym_protected] = ACTIONS(2062), - [anon_sym_override] = ACTIONS(2062), - [anon_sym_module] = ACTIONS(2062), - [anon_sym_any] = ACTIONS(2062), - [anon_sym_number] = ACTIONS(2062), - [anon_sym_boolean] = ACTIONS(2062), - [anon_sym_string] = ACTIONS(2062), - [anon_sym_symbol] = ACTIONS(2062), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_implements] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [589] = { - [sym__call_signature] = STATE(4113), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), + [569] = { + [sym__call_signature] = STATE(4203), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), [sym_identifier] = ACTIONS(2048), [anon_sym_export] = ACTIONS(2050), - [anon_sym_STAR] = ACTIONS(116), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2050), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), + [anon_sym_EQ] = ACTIONS(1269), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2050), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2050), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1268), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1271), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2050), [anon_sym_readonly] = ACTIONS(2050), [anon_sym_get] = ACTIONS(2050), @@ -80798,319 +78973,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2050), [anon_sym_string] = ACTIONS(2050), [anon_sym_symbol] = ACTIONS(2050), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [590] = { - [sym__call_signature] = STATE(4234), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2069), - [anon_sym_export] = ACTIONS(2071), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2071), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2071), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2071), - [anon_sym_function] = ACTIONS(1939), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2071), - [anon_sym_readonly] = ACTIONS(2071), - [anon_sym_get] = ACTIONS(2071), - [anon_sym_set] = ACTIONS(2071), - [anon_sym_declare] = ACTIONS(2071), - [anon_sym_public] = ACTIONS(2071), - [anon_sym_private] = ACTIONS(2071), - [anon_sym_protected] = ACTIONS(2071), - [anon_sym_override] = ACTIONS(2071), - [anon_sym_module] = ACTIONS(2071), - [anon_sym_any] = ACTIONS(2071), - [anon_sym_number] = ACTIONS(2071), - [anon_sym_boolean] = ACTIONS(2071), - [anon_sym_string] = ACTIONS(2071), - [anon_sym_symbol] = ACTIONS(2071), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [591] = { - [ts_builtin_sym_end] = ACTIONS(1586), - [sym_identifier] = ACTIONS(1588), - [anon_sym_export] = ACTIONS(1588), - [anon_sym_default] = ACTIONS(1588), - [anon_sym_type] = ACTIONS(1588), - [anon_sym_namespace] = ACTIONS(1588), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_COMMA] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1586), - [anon_sym_typeof] = ACTIONS(1588), - [anon_sym_import] = ACTIONS(1588), - [anon_sym_var] = ACTIONS(1588), - [anon_sym_let] = ACTIONS(1588), - [anon_sym_const] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1586), - [anon_sym_else] = ACTIONS(1588), - [anon_sym_if] = ACTIONS(1588), - [anon_sym_switch] = ACTIONS(1588), - [anon_sym_for] = ACTIONS(1588), - [anon_sym_LPAREN] = ACTIONS(1586), - [anon_sym_await] = ACTIONS(1588), - [anon_sym_while] = ACTIONS(1588), - [anon_sym_do] = ACTIONS(1588), - [anon_sym_try] = ACTIONS(1588), - [anon_sym_with] = ACTIONS(1588), - [anon_sym_break] = ACTIONS(1588), - [anon_sym_continue] = ACTIONS(1588), - [anon_sym_debugger] = ACTIONS(1588), - [anon_sym_return] = ACTIONS(1588), - [anon_sym_throw] = ACTIONS(1588), - [anon_sym_SEMI] = ACTIONS(1586), - [anon_sym_case] = ACTIONS(1588), - [anon_sym_yield] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_LTtemplate_GT] = ACTIONS(1586), - [anon_sym_LT] = ACTIONS(1588), - [anon_sym_SLASH] = ACTIONS(1588), - [anon_sym_class] = ACTIONS(1588), - [anon_sym_async] = ACTIONS(1588), - [anon_sym_function] = ACTIONS(1588), - [anon_sym_new] = ACTIONS(1588), - [anon_sym_PLUS] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1586), - [anon_sym_void] = ACTIONS(1588), - [anon_sym_delete] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1586), - [anon_sym_DQUOTE] = ACTIONS(1586), - [anon_sym_SQUOTE] = ACTIONS(1586), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1586), - [sym_number] = ACTIONS(1586), - [sym_this] = ACTIONS(1588), - [sym_super] = ACTIONS(1588), - [sym_true] = ACTIONS(1588), - [sym_false] = ACTIONS(1588), - [sym_null] = ACTIONS(1588), - [sym_undefined] = ACTIONS(1588), - [anon_sym_AT] = ACTIONS(1586), - [anon_sym_static] = ACTIONS(1588), - [anon_sym_readonly] = ACTIONS(1588), - [anon_sym_get] = ACTIONS(1588), - [anon_sym_set] = ACTIONS(1588), - [anon_sym_declare] = ACTIONS(1588), - [anon_sym_public] = ACTIONS(1588), - [anon_sym_private] = ACTIONS(1588), - [anon_sym_protected] = ACTIONS(1588), - [anon_sym_override] = ACTIONS(1588), - [anon_sym_module] = ACTIONS(1588), - [anon_sym_any] = ACTIONS(1588), - [anon_sym_number] = ACTIONS(1588), - [anon_sym_boolean] = ACTIONS(1588), - [anon_sym_string] = ACTIONS(1588), - [anon_sym_symbol] = ACTIONS(1588), - [anon_sym_abstract] = ACTIONS(1588), - [anon_sym_interface] = ACTIONS(1588), - [anon_sym_enum] = ACTIONS(1588), - [anon_sym_PIPE_RBRACE] = ACTIONS(1586), - [sym__automatic_semicolon] = ACTIONS(1586), - }, - [592] = { - [ts_builtin_sym_end] = ACTIONS(1471), - [sym_identifier] = ACTIONS(1473), - [anon_sym_export] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_type] = ACTIONS(1473), - [anon_sym_namespace] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_COMMA] = ACTIONS(1471), - [anon_sym_RBRACE] = ACTIONS(1471), - [anon_sym_typeof] = ACTIONS(1473), - [anon_sym_import] = ACTIONS(1473), - [anon_sym_var] = ACTIONS(1473), - [anon_sym_let] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_BANG] = ACTIONS(1471), - [anon_sym_else] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_LPAREN] = ACTIONS(1471), - [anon_sym_await] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_try] = ACTIONS(1473), - [anon_sym_with] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_debugger] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_throw] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1471), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_yield] = ACTIONS(1473), - [anon_sym_LBRACK] = ACTIONS(1471), - [anon_sym_LTtemplate_GT] = ACTIONS(1471), - [anon_sym_LT] = ACTIONS(1473), - [anon_sym_SLASH] = ACTIONS(1473), - [anon_sym_class] = ACTIONS(1473), - [anon_sym_async] = ACTIONS(1473), - [anon_sym_function] = ACTIONS(1473), - [anon_sym_new] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_TILDE] = ACTIONS(1471), - [anon_sym_void] = ACTIONS(1473), - [anon_sym_delete] = ACTIONS(1473), - [anon_sym_PLUS_PLUS] = ACTIONS(1471), - [anon_sym_DASH_DASH] = ACTIONS(1471), - [anon_sym_DQUOTE] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1471), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1471), - [sym_number] = ACTIONS(1471), - [sym_this] = ACTIONS(1473), - [sym_super] = ACTIONS(1473), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [sym_null] = ACTIONS(1473), - [sym_undefined] = ACTIONS(1473), - [anon_sym_AT] = ACTIONS(1471), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_get] = ACTIONS(1473), - [anon_sym_set] = ACTIONS(1473), - [anon_sym_declare] = ACTIONS(1473), - [anon_sym_public] = ACTIONS(1473), - [anon_sym_private] = ACTIONS(1473), - [anon_sym_protected] = ACTIONS(1473), - [anon_sym_override] = ACTIONS(1473), - [anon_sym_module] = ACTIONS(1473), - [anon_sym_any] = ACTIONS(1473), - [anon_sym_number] = ACTIONS(1473), - [anon_sym_boolean] = ACTIONS(1473), - [anon_sym_string] = ACTIONS(1473), - [anon_sym_symbol] = ACTIONS(1473), - [anon_sym_abstract] = ACTIONS(1473), - [anon_sym_interface] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_PIPE_RBRACE] = ACTIONS(1471), - [sym__automatic_semicolon] = ACTIONS(1471), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [593] = { - [sym__call_signature] = STATE(4113), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), + [570] = { + [sym__call_signature] = STATE(4203), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), [sym_identifier] = ACTIONS(2048), [anon_sym_export] = ACTIONS(2050), - [anon_sym_STAR] = ACTIONS(116), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2050), - [anon_sym_EQ] = ACTIONS(2064), - [anon_sym_as] = ACTIONS(116), + [anon_sym_EQ] = ACTIONS(2052), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2050), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(210), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(2055), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(217), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2050), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1268), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1271), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2050), [anon_sym_readonly] = ACTIONS(2050), [anon_sym_get] = ACTIONS(2050), @@ -81126,647 +79056,813 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2050), [anon_sym_string] = ACTIONS(2050), [anon_sym_symbol] = ACTIONS(2050), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), - }, - [594] = { - [sym__call_signature] = STATE(4234), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2069), - [anon_sym_export] = ACTIONS(2071), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2071), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2071), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2071), - [anon_sym_function] = ACTIONS(2033), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2071), - [anon_sym_readonly] = ACTIONS(2071), - [anon_sym_get] = ACTIONS(2071), - [anon_sym_set] = ACTIONS(2071), - [anon_sym_declare] = ACTIONS(2071), - [anon_sym_public] = ACTIONS(2071), - [anon_sym_private] = ACTIONS(2071), - [anon_sym_protected] = ACTIONS(2071), - [anon_sym_override] = ACTIONS(2071), - [anon_sym_module] = ACTIONS(2071), - [anon_sym_any] = ACTIONS(2071), - [anon_sym_number] = ACTIONS(2071), - [anon_sym_boolean] = ACTIONS(2071), - [anon_sym_string] = ACTIONS(2071), - [anon_sym_symbol] = ACTIONS(2071), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [595] = { - [sym__call_signature] = STATE(4234), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2069), - [anon_sym_export] = ACTIONS(2071), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2071), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2071), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2071), - [anon_sym_function] = ACTIONS(2073), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2071), - [anon_sym_readonly] = ACTIONS(2071), - [anon_sym_get] = ACTIONS(2071), - [anon_sym_set] = ACTIONS(2071), - [anon_sym_declare] = ACTIONS(2071), - [anon_sym_public] = ACTIONS(2071), - [anon_sym_private] = ACTIONS(2071), - [anon_sym_protected] = ACTIONS(2071), - [anon_sym_override] = ACTIONS(2071), - [anon_sym_module] = ACTIONS(2071), - [anon_sym_any] = ACTIONS(2071), - [anon_sym_number] = ACTIONS(2071), - [anon_sym_boolean] = ACTIONS(2071), - [anon_sym_string] = ACTIONS(2071), - [anon_sym_symbol] = ACTIONS(2071), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [596] = { - [sym__call_signature] = STATE(4234), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2069), - [anon_sym_export] = ACTIONS(2071), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2071), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2071), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2071), - [anon_sym_function] = ACTIONS(2033), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2071), - [anon_sym_readonly] = ACTIONS(2071), - [anon_sym_get] = ACTIONS(2071), - [anon_sym_set] = ACTIONS(2071), - [anon_sym_declare] = ACTIONS(2071), - [anon_sym_public] = ACTIONS(2071), - [anon_sym_private] = ACTIONS(2071), - [anon_sym_protected] = ACTIONS(2071), - [anon_sym_override] = ACTIONS(2071), - [anon_sym_module] = ACTIONS(2071), - [anon_sym_any] = ACTIONS(2071), - [anon_sym_number] = ACTIONS(2071), - [anon_sym_boolean] = ACTIONS(2071), - [anon_sym_string] = ACTIONS(2071), - [anon_sym_symbol] = ACTIONS(2071), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), - }, - [597] = { - [ts_builtin_sym_end] = ACTIONS(1445), - [sym_identifier] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1447), - [anon_sym_default] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_namespace] = ACTIONS(1447), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_COMMA] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_typeof] = ACTIONS(1447), - [anon_sym_import] = ACTIONS(1447), - [anon_sym_var] = ACTIONS(1447), - [anon_sym_let] = ACTIONS(1447), - [anon_sym_const] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1445), - [anon_sym_else] = ACTIONS(1447), - [anon_sym_if] = ACTIONS(1447), - [anon_sym_switch] = ACTIONS(1447), - [anon_sym_for] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_await] = ACTIONS(1447), - [anon_sym_while] = ACTIONS(1447), - [anon_sym_do] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1447), - [anon_sym_with] = ACTIONS(1447), - [anon_sym_break] = ACTIONS(1447), - [anon_sym_continue] = ACTIONS(1447), - [anon_sym_debugger] = ACTIONS(1447), - [anon_sym_return] = ACTIONS(1447), - [anon_sym_throw] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1447), - [anon_sym_catch] = ACTIONS(1447), - [anon_sym_finally] = ACTIONS(1447), - [anon_sym_yield] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LTtemplate_GT] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1447), - [anon_sym_class] = ACTIONS(1447), - [anon_sym_async] = ACTIONS(1447), - [anon_sym_function] = ACTIONS(1447), - [anon_sym_new] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1445), - [anon_sym_void] = ACTIONS(1447), - [anon_sym_delete] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1445), - [sym_number] = ACTIONS(1445), - [sym_this] = ACTIONS(1447), - [sym_super] = ACTIONS(1447), - [sym_true] = ACTIONS(1447), - [sym_false] = ACTIONS(1447), - [sym_null] = ACTIONS(1447), - [sym_undefined] = ACTIONS(1447), - [anon_sym_AT] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_readonly] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1447), - [anon_sym_set] = ACTIONS(1447), - [anon_sym_declare] = ACTIONS(1447), - [anon_sym_public] = ACTIONS(1447), - [anon_sym_private] = ACTIONS(1447), - [anon_sym_protected] = ACTIONS(1447), - [anon_sym_override] = ACTIONS(1447), - [anon_sym_module] = ACTIONS(1447), - [anon_sym_any] = ACTIONS(1447), - [anon_sym_number] = ACTIONS(1447), - [anon_sym_boolean] = ACTIONS(1447), - [anon_sym_string] = ACTIONS(1447), - [anon_sym_symbol] = ACTIONS(1447), - [anon_sym_abstract] = ACTIONS(1447), - [anon_sym_interface] = ACTIONS(1447), - [anon_sym_enum] = ACTIONS(1447), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [598] = { - [ts_builtin_sym_end] = ACTIONS(1445), - [sym_identifier] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1447), - [anon_sym_default] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_namespace] = ACTIONS(1447), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_COMMA] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_typeof] = ACTIONS(1447), - [anon_sym_import] = ACTIONS(1447), - [anon_sym_var] = ACTIONS(1447), - [anon_sym_let] = ACTIONS(1447), - [anon_sym_const] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1445), - [anon_sym_else] = ACTIONS(1447), - [anon_sym_if] = ACTIONS(1447), - [anon_sym_switch] = ACTIONS(1447), - [anon_sym_for] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_await] = ACTIONS(1447), - [anon_sym_while] = ACTIONS(1447), - [anon_sym_do] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1447), - [anon_sym_with] = ACTIONS(1447), - [anon_sym_break] = ACTIONS(1447), - [anon_sym_continue] = ACTIONS(1447), - [anon_sym_debugger] = ACTIONS(1447), - [anon_sym_return] = ACTIONS(1447), - [anon_sym_throw] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1447), - [anon_sym_yield] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LTtemplate_GT] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1447), - [anon_sym_class] = ACTIONS(1447), - [anon_sym_async] = ACTIONS(1447), - [anon_sym_function] = ACTIONS(1447), - [anon_sym_new] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1445), - [anon_sym_void] = ACTIONS(1447), - [anon_sym_delete] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1445), - [sym_number] = ACTIONS(1445), - [sym_this] = ACTIONS(1447), - [sym_super] = ACTIONS(1447), - [sym_true] = ACTIONS(1447), - [sym_false] = ACTIONS(1447), - [sym_null] = ACTIONS(1447), - [sym_undefined] = ACTIONS(1447), - [anon_sym_AT] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_readonly] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1447), - [anon_sym_set] = ACTIONS(1447), - [anon_sym_declare] = ACTIONS(1447), - [anon_sym_public] = ACTIONS(1447), - [anon_sym_private] = ACTIONS(1447), - [anon_sym_protected] = ACTIONS(1447), - [anon_sym_override] = ACTIONS(1447), - [anon_sym_module] = ACTIONS(1447), - [anon_sym_any] = ACTIONS(1447), - [anon_sym_number] = ACTIONS(1447), - [anon_sym_boolean] = ACTIONS(1447), - [anon_sym_string] = ACTIONS(1447), - [anon_sym_symbol] = ACTIONS(1447), - [anon_sym_abstract] = ACTIONS(1447), - [anon_sym_interface] = ACTIONS(1447), - [anon_sym_enum] = ACTIONS(1447), - [anon_sym_PIPE_RBRACE] = ACTIONS(1445), - [sym__automatic_semicolon] = ACTIONS(1445), + [571] = { + [sym__call_signature] = STATE(4421), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2044), + [anon_sym_export] = ACTIONS(2046), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2046), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2046), + [anon_sym_LBRACE] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2046), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1279), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2046), + [anon_sym_readonly] = ACTIONS(2046), + [anon_sym_get] = ACTIONS(2046), + [anon_sym_set] = ACTIONS(2046), + [anon_sym_declare] = ACTIONS(2046), + [anon_sym_public] = ACTIONS(2046), + [anon_sym_private] = ACTIONS(2046), + [anon_sym_protected] = ACTIONS(2046), + [anon_sym_override] = ACTIONS(2046), + [anon_sym_module] = ACTIONS(2046), + [anon_sym_any] = ACTIONS(2046), + [anon_sym_number] = ACTIONS(2046), + [anon_sym_boolean] = ACTIONS(2046), + [anon_sym_string] = ACTIONS(2046), + [anon_sym_symbol] = ACTIONS(2046), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_implements] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [599] = { - [ts_builtin_sym_end] = ACTIONS(1485), - [sym_identifier] = ACTIONS(1487), - [anon_sym_export] = ACTIONS(1487), - [anon_sym_default] = ACTIONS(1487), - [anon_sym_type] = ACTIONS(1487), - [anon_sym_namespace] = ACTIONS(1487), - [anon_sym_LBRACE] = ACTIONS(1485), - [anon_sym_COMMA] = ACTIONS(1485), - [anon_sym_RBRACE] = ACTIONS(1485), - [anon_sym_typeof] = ACTIONS(1487), - [anon_sym_import] = ACTIONS(1487), - [anon_sym_var] = ACTIONS(1487), - [anon_sym_let] = ACTIONS(1487), - [anon_sym_const] = ACTIONS(1487), - [anon_sym_BANG] = ACTIONS(1485), - [anon_sym_else] = ACTIONS(1487), - [anon_sym_if] = ACTIONS(1487), - [anon_sym_switch] = ACTIONS(1487), - [anon_sym_for] = ACTIONS(1487), - [anon_sym_LPAREN] = ACTIONS(1485), - [anon_sym_await] = ACTIONS(1487), - [anon_sym_while] = ACTIONS(1487), - [anon_sym_do] = ACTIONS(1487), - [anon_sym_try] = ACTIONS(1487), - [anon_sym_with] = ACTIONS(1487), - [anon_sym_break] = ACTIONS(1487), - [anon_sym_continue] = ACTIONS(1487), - [anon_sym_debugger] = ACTIONS(1487), - [anon_sym_return] = ACTIONS(1487), - [anon_sym_throw] = ACTIONS(1487), - [anon_sym_SEMI] = ACTIONS(1485), - [anon_sym_case] = ACTIONS(1487), - [anon_sym_catch] = ACTIONS(1487), - [anon_sym_finally] = ACTIONS(1487), - [anon_sym_yield] = ACTIONS(1487), - [anon_sym_LBRACK] = ACTIONS(1485), - [anon_sym_LTtemplate_GT] = ACTIONS(1485), - [anon_sym_LT] = ACTIONS(1487), - [anon_sym_SLASH] = ACTIONS(1487), - [anon_sym_class] = ACTIONS(1487), - [anon_sym_async] = ACTIONS(1487), - [anon_sym_function] = ACTIONS(1487), - [anon_sym_new] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1487), - [anon_sym_DASH] = ACTIONS(1487), - [anon_sym_TILDE] = ACTIONS(1485), - [anon_sym_void] = ACTIONS(1487), - [anon_sym_delete] = ACTIONS(1487), - [anon_sym_PLUS_PLUS] = ACTIONS(1485), - [anon_sym_DASH_DASH] = ACTIONS(1485), - [anon_sym_DQUOTE] = ACTIONS(1485), - [anon_sym_SQUOTE] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1485), - [sym_number] = ACTIONS(1485), - [sym_this] = ACTIONS(1487), - [sym_super] = ACTIONS(1487), - [sym_true] = ACTIONS(1487), - [sym_false] = ACTIONS(1487), - [sym_null] = ACTIONS(1487), - [sym_undefined] = ACTIONS(1487), - [anon_sym_AT] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1487), - [anon_sym_readonly] = ACTIONS(1487), - [anon_sym_get] = ACTIONS(1487), - [anon_sym_set] = ACTIONS(1487), - [anon_sym_declare] = ACTIONS(1487), - [anon_sym_public] = ACTIONS(1487), - [anon_sym_private] = ACTIONS(1487), - [anon_sym_protected] = ACTIONS(1487), - [anon_sym_override] = ACTIONS(1487), - [anon_sym_module] = ACTIONS(1487), - [anon_sym_any] = ACTIONS(1487), - [anon_sym_number] = ACTIONS(1487), - [anon_sym_boolean] = ACTIONS(1487), - [anon_sym_string] = ACTIONS(1487), - [anon_sym_symbol] = ACTIONS(1487), - [anon_sym_abstract] = ACTIONS(1487), - [anon_sym_interface] = ACTIONS(1487), - [anon_sym_enum] = ACTIONS(1487), + [572] = { + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_identifier] = ACTIONS(1433), + [anon_sym_export] = ACTIONS(1433), + [anon_sym_default] = ACTIONS(1433), + [anon_sym_type] = ACTIONS(1433), + [anon_sym_namespace] = ACTIONS(1433), + [anon_sym_LBRACE] = ACTIONS(1431), + [anon_sym_COMMA] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1431), + [anon_sym_typeof] = ACTIONS(1433), + [anon_sym_import] = ACTIONS(1433), + [anon_sym_var] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1433), + [anon_sym_const] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1431), + [anon_sym_else] = ACTIONS(1433), + [anon_sym_if] = ACTIONS(1433), + [anon_sym_switch] = ACTIONS(1433), + [anon_sym_for] = ACTIONS(1433), + [anon_sym_LPAREN] = ACTIONS(1431), + [anon_sym_await] = ACTIONS(1433), + [anon_sym_while] = ACTIONS(1433), + [anon_sym_do] = ACTIONS(1433), + [anon_sym_try] = ACTIONS(1433), + [anon_sym_with] = ACTIONS(1433), + [anon_sym_break] = ACTIONS(1433), + [anon_sym_continue] = ACTIONS(1433), + [anon_sym_debugger] = ACTIONS(1433), + [anon_sym_return] = ACTIONS(1433), + [anon_sym_throw] = ACTIONS(1433), + [anon_sym_SEMI] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1433), + [anon_sym_catch] = ACTIONS(1433), + [anon_sym_finally] = ACTIONS(1433), + [anon_sym_yield] = ACTIONS(1433), + [anon_sym_LBRACK] = ACTIONS(1431), + [anon_sym_LTtemplate_GT] = ACTIONS(1431), + [anon_sym_class] = ACTIONS(1433), + [anon_sym_async] = ACTIONS(1433), + [anon_sym_function] = ACTIONS(1433), + [anon_sym_new] = ACTIONS(1433), + [anon_sym_PLUS] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1433), + [anon_sym_SLASH] = ACTIONS(1433), + [anon_sym_LT] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1431), + [anon_sym_void] = ACTIONS(1433), + [anon_sym_delete] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1431), + [anon_sym_SQUOTE] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1431), + [sym_number] = ACTIONS(1431), + [sym_this] = ACTIONS(1433), + [sym_super] = ACTIONS(1433), + [sym_true] = ACTIONS(1433), + [sym_false] = ACTIONS(1433), + [sym_null] = ACTIONS(1433), + [sym_undefined] = ACTIONS(1433), + [anon_sym_AT] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1433), + [anon_sym_readonly] = ACTIONS(1433), + [anon_sym_get] = ACTIONS(1433), + [anon_sym_set] = ACTIONS(1433), + [anon_sym_declare] = ACTIONS(1433), + [anon_sym_public] = ACTIONS(1433), + [anon_sym_private] = ACTIONS(1433), + [anon_sym_protected] = ACTIONS(1433), + [anon_sym_override] = ACTIONS(1433), + [anon_sym_module] = ACTIONS(1433), + [anon_sym_any] = ACTIONS(1433), + [anon_sym_number] = ACTIONS(1433), + [anon_sym_boolean] = ACTIONS(1433), + [anon_sym_string] = ACTIONS(1433), + [anon_sym_symbol] = ACTIONS(1433), + [anon_sym_abstract] = ACTIONS(1433), + [anon_sym_interface] = ACTIONS(1433), + [anon_sym_enum] = ACTIONS(1433), + [sym__automatic_semicolon] = ACTIONS(2057), }, - [600] = { - [ts_builtin_sym_end] = ACTIONS(1445), - [sym_identifier] = ACTIONS(1447), - [anon_sym_export] = ACTIONS(1447), - [anon_sym_default] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_namespace] = ACTIONS(1447), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_COMMA] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_typeof] = ACTIONS(1447), - [anon_sym_import] = ACTIONS(1447), - [anon_sym_var] = ACTIONS(1447), - [anon_sym_let] = ACTIONS(1447), - [anon_sym_const] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1445), - [anon_sym_else] = ACTIONS(1447), - [anon_sym_if] = ACTIONS(1447), - [anon_sym_switch] = ACTIONS(1447), - [anon_sym_for] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_await] = ACTIONS(1447), - [anon_sym_while] = ACTIONS(1447), - [anon_sym_do] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1447), - [anon_sym_with] = ACTIONS(1447), - [anon_sym_break] = ACTIONS(1447), - [anon_sym_continue] = ACTIONS(1447), - [anon_sym_debugger] = ACTIONS(1447), - [anon_sym_return] = ACTIONS(1447), - [anon_sym_throw] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1447), - [anon_sym_yield] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LTtemplate_GT] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1447), - [anon_sym_class] = ACTIONS(1447), - [anon_sym_async] = ACTIONS(1447), - [anon_sym_function] = ACTIONS(1447), - [anon_sym_new] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1445), - [anon_sym_void] = ACTIONS(1447), - [anon_sym_delete] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1445), - [sym_number] = ACTIONS(1445), - [sym_this] = ACTIONS(1447), - [sym_super] = ACTIONS(1447), - [sym_true] = ACTIONS(1447), - [sym_false] = ACTIONS(1447), - [sym_null] = ACTIONS(1447), - [sym_undefined] = ACTIONS(1447), - [anon_sym_AT] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_readonly] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1447), - [anon_sym_set] = ACTIONS(1447), - [anon_sym_declare] = ACTIONS(1447), - [anon_sym_public] = ACTIONS(1447), - [anon_sym_private] = ACTIONS(1447), - [anon_sym_protected] = ACTIONS(1447), - [anon_sym_override] = ACTIONS(1447), - [anon_sym_module] = ACTIONS(1447), - [anon_sym_any] = ACTIONS(1447), - [anon_sym_number] = ACTIONS(1447), - [anon_sym_boolean] = ACTIONS(1447), - [anon_sym_string] = ACTIONS(1447), - [anon_sym_symbol] = ACTIONS(1447), - [anon_sym_abstract] = ACTIONS(1447), - [anon_sym_interface] = ACTIONS(1447), - [anon_sym_enum] = ACTIONS(1447), - [anon_sym_PIPE_RBRACE] = ACTIONS(1445), - [sym__automatic_semicolon] = ACTIONS(2075), + [573] = { + [ts_builtin_sym_end] = ACTIONS(1578), + [sym_identifier] = ACTIONS(1580), + [anon_sym_export] = ACTIONS(1580), + [anon_sym_default] = ACTIONS(1580), + [anon_sym_type] = ACTIONS(1580), + [anon_sym_namespace] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1578), + [anon_sym_COMMA] = ACTIONS(1578), + [anon_sym_RBRACE] = ACTIONS(1578), + [anon_sym_typeof] = ACTIONS(1580), + [anon_sym_import] = ACTIONS(1580), + [anon_sym_var] = ACTIONS(1580), + [anon_sym_let] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_BANG] = ACTIONS(1578), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_switch] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_LPAREN] = ACTIONS(1578), + [anon_sym_await] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_with] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_debugger] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_throw] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_case] = ACTIONS(1580), + [anon_sym_catch] = ACTIONS(1580), + [anon_sym_finally] = ACTIONS(1580), + [anon_sym_yield] = ACTIONS(1580), + [anon_sym_LBRACK] = ACTIONS(1578), + [anon_sym_LTtemplate_GT] = ACTIONS(1578), + [anon_sym_class] = ACTIONS(1580), + [anon_sym_async] = ACTIONS(1580), + [anon_sym_function] = ACTIONS(1580), + [anon_sym_new] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_SLASH] = ACTIONS(1580), + [anon_sym_LT] = ACTIONS(1580), + [anon_sym_TILDE] = ACTIONS(1578), + [anon_sym_void] = ACTIONS(1580), + [anon_sym_delete] = ACTIONS(1580), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_DASH_DASH] = ACTIONS(1580), + [anon_sym_DQUOTE] = ACTIONS(1578), + [anon_sym_SQUOTE] = ACTIONS(1578), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1578), + [sym_number] = ACTIONS(1578), + [sym_this] = ACTIONS(1580), + [sym_super] = ACTIONS(1580), + [sym_true] = ACTIONS(1580), + [sym_false] = ACTIONS(1580), + [sym_null] = ACTIONS(1580), + [sym_undefined] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1578), + [anon_sym_static] = ACTIONS(1580), + [anon_sym_readonly] = ACTIONS(1580), + [anon_sym_get] = ACTIONS(1580), + [anon_sym_set] = ACTIONS(1580), + [anon_sym_declare] = ACTIONS(1580), + [anon_sym_public] = ACTIONS(1580), + [anon_sym_private] = ACTIONS(1580), + [anon_sym_protected] = ACTIONS(1580), + [anon_sym_override] = ACTIONS(1580), + [anon_sym_module] = ACTIONS(1580), + [anon_sym_any] = ACTIONS(1580), + [anon_sym_number] = ACTIONS(1580), + [anon_sym_boolean] = ACTIONS(1580), + [anon_sym_string] = ACTIONS(1580), + [anon_sym_symbol] = ACTIONS(1580), + [anon_sym_abstract] = ACTIONS(1580), + [anon_sym_interface] = ACTIONS(1580), + [anon_sym_enum] = ACTIONS(1580), }, - [601] = { - [sym__call_signature] = STATE(4113), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), + [574] = { + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_identifier] = ACTIONS(1433), + [anon_sym_export] = ACTIONS(1433), + [anon_sym_default] = ACTIONS(1433), + [anon_sym_type] = ACTIONS(1433), + [anon_sym_namespace] = ACTIONS(1433), + [anon_sym_LBRACE] = ACTIONS(1431), + [anon_sym_COMMA] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1431), + [anon_sym_typeof] = ACTIONS(1433), + [anon_sym_import] = ACTIONS(1433), + [anon_sym_var] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1433), + [anon_sym_const] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1431), + [anon_sym_else] = ACTIONS(1433), + [anon_sym_if] = ACTIONS(1433), + [anon_sym_switch] = ACTIONS(1433), + [anon_sym_for] = ACTIONS(1433), + [anon_sym_LPAREN] = ACTIONS(1431), + [anon_sym_await] = ACTIONS(1433), + [anon_sym_while] = ACTIONS(1433), + [anon_sym_do] = ACTIONS(1433), + [anon_sym_try] = ACTIONS(1433), + [anon_sym_with] = ACTIONS(1433), + [anon_sym_break] = ACTIONS(1433), + [anon_sym_continue] = ACTIONS(1433), + [anon_sym_debugger] = ACTIONS(1433), + [anon_sym_return] = ACTIONS(1433), + [anon_sym_throw] = ACTIONS(1433), + [anon_sym_SEMI] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1433), + [anon_sym_yield] = ACTIONS(1433), + [anon_sym_LBRACK] = ACTIONS(1431), + [anon_sym_LTtemplate_GT] = ACTIONS(1431), + [anon_sym_class] = ACTIONS(1433), + [anon_sym_async] = ACTIONS(1433), + [anon_sym_function] = ACTIONS(1433), + [anon_sym_new] = ACTIONS(1433), + [anon_sym_PLUS] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1433), + [anon_sym_SLASH] = ACTIONS(1433), + [anon_sym_LT] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1431), + [anon_sym_void] = ACTIONS(1433), + [anon_sym_delete] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1431), + [anon_sym_SQUOTE] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1431), + [sym_number] = ACTIONS(1431), + [sym_this] = ACTIONS(1433), + [sym_super] = ACTIONS(1433), + [sym_true] = ACTIONS(1433), + [sym_false] = ACTIONS(1433), + [sym_null] = ACTIONS(1433), + [sym_undefined] = ACTIONS(1433), + [anon_sym_AT] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1433), + [anon_sym_readonly] = ACTIONS(1433), + [anon_sym_get] = ACTIONS(1433), + [anon_sym_set] = ACTIONS(1433), + [anon_sym_declare] = ACTIONS(1433), + [anon_sym_public] = ACTIONS(1433), + [anon_sym_private] = ACTIONS(1433), + [anon_sym_protected] = ACTIONS(1433), + [anon_sym_override] = ACTIONS(1433), + [anon_sym_module] = ACTIONS(1433), + [anon_sym_any] = ACTIONS(1433), + [anon_sym_number] = ACTIONS(1433), + [anon_sym_boolean] = ACTIONS(1433), + [anon_sym_string] = ACTIONS(1433), + [anon_sym_symbol] = ACTIONS(1433), + [anon_sym_abstract] = ACTIONS(1433), + [anon_sym_interface] = ACTIONS(1433), + [anon_sym_enum] = ACTIONS(1433), + [anon_sym_PIPE_RBRACE] = ACTIONS(1431), + [sym__automatic_semicolon] = ACTIONS(1431), + }, + [575] = { + [sym__call_signature] = STATE(4313), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2059), + [anon_sym_export] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2061), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2061), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2061), + [anon_sym_function] = ACTIONS(2023), + [anon_sym_EQ_GT] = ACTIONS(1275), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2061), + [anon_sym_readonly] = ACTIONS(2061), + [anon_sym_get] = ACTIONS(2061), + [anon_sym_set] = ACTIONS(2061), + [anon_sym_declare] = ACTIONS(2061), + [anon_sym_public] = ACTIONS(2061), + [anon_sym_private] = ACTIONS(2061), + [anon_sym_protected] = ACTIONS(2061), + [anon_sym_override] = ACTIONS(2061), + [anon_sym_module] = ACTIONS(2061), + [anon_sym_any] = ACTIONS(2061), + [anon_sym_number] = ACTIONS(2061), + [anon_sym_boolean] = ACTIONS(2061), + [anon_sym_string] = ACTIONS(2061), + [anon_sym_symbol] = ACTIONS(2061), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [576] = { + [sym__call_signature] = STATE(4313), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2059), + [anon_sym_export] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2061), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2061), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2061), + [anon_sym_function] = ACTIONS(2063), + [anon_sym_EQ_GT] = ACTIONS(1275), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2061), + [anon_sym_readonly] = ACTIONS(2061), + [anon_sym_get] = ACTIONS(2061), + [anon_sym_set] = ACTIONS(2061), + [anon_sym_declare] = ACTIONS(2061), + [anon_sym_public] = ACTIONS(2061), + [anon_sym_private] = ACTIONS(2061), + [anon_sym_protected] = ACTIONS(2061), + [anon_sym_override] = ACTIONS(2061), + [anon_sym_module] = ACTIONS(2061), + [anon_sym_any] = ACTIONS(2061), + [anon_sym_number] = ACTIONS(2061), + [anon_sym_boolean] = ACTIONS(2061), + [anon_sym_string] = ACTIONS(2061), + [anon_sym_symbol] = ACTIONS(2061), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [577] = { + [sym__call_signature] = STATE(4313), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2059), + [anon_sym_export] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2061), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2061), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2061), + [anon_sym_function] = ACTIONS(1927), + [anon_sym_EQ_GT] = ACTIONS(1275), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2061), + [anon_sym_readonly] = ACTIONS(2061), + [anon_sym_get] = ACTIONS(2061), + [anon_sym_set] = ACTIONS(2061), + [anon_sym_declare] = ACTIONS(2061), + [anon_sym_public] = ACTIONS(2061), + [anon_sym_private] = ACTIONS(2061), + [anon_sym_protected] = ACTIONS(2061), + [anon_sym_override] = ACTIONS(2061), + [anon_sym_module] = ACTIONS(2061), + [anon_sym_any] = ACTIONS(2061), + [anon_sym_number] = ACTIONS(2061), + [anon_sym_boolean] = ACTIONS(2061), + [anon_sym_string] = ACTIONS(2061), + [anon_sym_symbol] = ACTIONS(2061), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [578] = { + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_identifier] = ACTIONS(1433), + [anon_sym_export] = ACTIONS(1433), + [anon_sym_default] = ACTIONS(1433), + [anon_sym_type] = ACTIONS(1433), + [anon_sym_namespace] = ACTIONS(1433), + [anon_sym_LBRACE] = ACTIONS(1431), + [anon_sym_COMMA] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1431), + [anon_sym_typeof] = ACTIONS(1433), + [anon_sym_import] = ACTIONS(1433), + [anon_sym_var] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1433), + [anon_sym_const] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1431), + [anon_sym_else] = ACTIONS(1433), + [anon_sym_if] = ACTIONS(1433), + [anon_sym_switch] = ACTIONS(1433), + [anon_sym_for] = ACTIONS(1433), + [anon_sym_LPAREN] = ACTIONS(1431), + [anon_sym_await] = ACTIONS(1433), + [anon_sym_while] = ACTIONS(1433), + [anon_sym_do] = ACTIONS(1433), + [anon_sym_try] = ACTIONS(1433), + [anon_sym_with] = ACTIONS(1433), + [anon_sym_break] = ACTIONS(1433), + [anon_sym_continue] = ACTIONS(1433), + [anon_sym_debugger] = ACTIONS(1433), + [anon_sym_return] = ACTIONS(1433), + [anon_sym_throw] = ACTIONS(1433), + [anon_sym_SEMI] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1433), + [anon_sym_catch] = ACTIONS(1433), + [anon_sym_finally] = ACTIONS(1433), + [anon_sym_yield] = ACTIONS(1433), + [anon_sym_LBRACK] = ACTIONS(1431), + [anon_sym_LTtemplate_GT] = ACTIONS(1431), + [anon_sym_class] = ACTIONS(1433), + [anon_sym_async] = ACTIONS(1433), + [anon_sym_function] = ACTIONS(1433), + [anon_sym_new] = ACTIONS(1433), + [anon_sym_PLUS] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1433), + [anon_sym_SLASH] = ACTIONS(1433), + [anon_sym_LT] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1431), + [anon_sym_void] = ACTIONS(1433), + [anon_sym_delete] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1431), + [anon_sym_SQUOTE] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1431), + [sym_number] = ACTIONS(1431), + [sym_this] = ACTIONS(1433), + [sym_super] = ACTIONS(1433), + [sym_true] = ACTIONS(1433), + [sym_false] = ACTIONS(1433), + [sym_null] = ACTIONS(1433), + [sym_undefined] = ACTIONS(1433), + [anon_sym_AT] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1433), + [anon_sym_readonly] = ACTIONS(1433), + [anon_sym_get] = ACTIONS(1433), + [anon_sym_set] = ACTIONS(1433), + [anon_sym_declare] = ACTIONS(1433), + [anon_sym_public] = ACTIONS(1433), + [anon_sym_private] = ACTIONS(1433), + [anon_sym_protected] = ACTIONS(1433), + [anon_sym_override] = ACTIONS(1433), + [anon_sym_module] = ACTIONS(1433), + [anon_sym_any] = ACTIONS(1433), + [anon_sym_number] = ACTIONS(1433), + [anon_sym_boolean] = ACTIONS(1433), + [anon_sym_string] = ACTIONS(1433), + [anon_sym_symbol] = ACTIONS(1433), + [anon_sym_abstract] = ACTIONS(1433), + [anon_sym_interface] = ACTIONS(1433), + [anon_sym_enum] = ACTIONS(1433), + }, + [579] = { + [ts_builtin_sym_end] = ACTIONS(1600), + [sym_identifier] = ACTIONS(1602), + [anon_sym_export] = ACTIONS(1602), + [anon_sym_default] = ACTIONS(1602), + [anon_sym_type] = ACTIONS(1602), + [anon_sym_namespace] = ACTIONS(1602), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_COMMA] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), + [anon_sym_typeof] = ACTIONS(1602), + [anon_sym_import] = ACTIONS(1602), + [anon_sym_var] = ACTIONS(1602), + [anon_sym_let] = ACTIONS(1602), + [anon_sym_const] = ACTIONS(1602), + [anon_sym_BANG] = ACTIONS(1600), + [anon_sym_else] = ACTIONS(1602), + [anon_sym_if] = ACTIONS(1602), + [anon_sym_switch] = ACTIONS(1602), + [anon_sym_for] = ACTIONS(1602), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_await] = ACTIONS(1602), + [anon_sym_while] = ACTIONS(1602), + [anon_sym_do] = ACTIONS(1602), + [anon_sym_try] = ACTIONS(1602), + [anon_sym_with] = ACTIONS(1602), + [anon_sym_break] = ACTIONS(1602), + [anon_sym_continue] = ACTIONS(1602), + [anon_sym_debugger] = ACTIONS(1602), + [anon_sym_return] = ACTIONS(1602), + [anon_sym_throw] = ACTIONS(1602), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_case] = ACTIONS(1602), + [anon_sym_yield] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_LTtemplate_GT] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1602), + [anon_sym_async] = ACTIONS(1602), + [anon_sym_function] = ACTIONS(1602), + [anon_sym_new] = ACTIONS(1602), + [anon_sym_PLUS] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1602), + [anon_sym_SLASH] = ACTIONS(1602), + [anon_sym_LT] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1600), + [anon_sym_void] = ACTIONS(1602), + [anon_sym_delete] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1600), + [anon_sym_DASH_DASH] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1600), + [anon_sym_SQUOTE] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1600), + [sym_number] = ACTIONS(1600), + [sym_this] = ACTIONS(1602), + [sym_super] = ACTIONS(1602), + [sym_true] = ACTIONS(1602), + [sym_false] = ACTIONS(1602), + [sym_null] = ACTIONS(1602), + [sym_undefined] = ACTIONS(1602), + [anon_sym_AT] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1602), + [anon_sym_readonly] = ACTIONS(1602), + [anon_sym_get] = ACTIONS(1602), + [anon_sym_set] = ACTIONS(1602), + [anon_sym_declare] = ACTIONS(1602), + [anon_sym_public] = ACTIONS(1602), + [anon_sym_private] = ACTIONS(1602), + [anon_sym_protected] = ACTIONS(1602), + [anon_sym_override] = ACTIONS(1602), + [anon_sym_module] = ACTIONS(1602), + [anon_sym_any] = ACTIONS(1602), + [anon_sym_number] = ACTIONS(1602), + [anon_sym_boolean] = ACTIONS(1602), + [anon_sym_string] = ACTIONS(1602), + [anon_sym_symbol] = ACTIONS(1602), + [anon_sym_abstract] = ACTIONS(1602), + [anon_sym_interface] = ACTIONS(1602), + [anon_sym_enum] = ACTIONS(1602), + [anon_sym_PIPE_RBRACE] = ACTIONS(1600), + [sym__automatic_semicolon] = ACTIONS(1600), + }, + [580] = { + [sym__call_signature] = STATE(4203), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), [sym_identifier] = ACTIONS(2048), [anon_sym_export] = ACTIONS(2050), - [anon_sym_STAR] = ACTIONS(116), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2050), - [anon_sym_EQ] = ACTIONS(1266), - [anon_sym_as] = ACTIONS(116), + [anon_sym_EQ] = ACTIONS(1269), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2050), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(2067), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(2055), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2050), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1268), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1271), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2050), [anon_sym_readonly] = ACTIONS(2050), [anon_sym_get] = ACTIONS(2050), @@ -81782,237 +79878,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2050), [anon_sym_string] = ACTIONS(2050), [anon_sym_symbol] = ACTIONS(2050), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [602] = { - [ts_builtin_sym_end] = ACTIONS(1485), - [sym_identifier] = ACTIONS(1487), - [anon_sym_export] = ACTIONS(1487), - [anon_sym_default] = ACTIONS(1487), - [anon_sym_type] = ACTIONS(1487), - [anon_sym_namespace] = ACTIONS(1487), - [anon_sym_LBRACE] = ACTIONS(1485), - [anon_sym_COMMA] = ACTIONS(1485), - [anon_sym_RBRACE] = ACTIONS(1485), - [anon_sym_typeof] = ACTIONS(1487), - [anon_sym_import] = ACTIONS(1487), - [anon_sym_var] = ACTIONS(1487), - [anon_sym_let] = ACTIONS(1487), - [anon_sym_const] = ACTIONS(1487), - [anon_sym_BANG] = ACTIONS(1485), - [anon_sym_else] = ACTIONS(1487), - [anon_sym_if] = ACTIONS(1487), - [anon_sym_switch] = ACTIONS(1487), - [anon_sym_for] = ACTIONS(1487), - [anon_sym_LPAREN] = ACTIONS(1485), - [anon_sym_await] = ACTIONS(1487), - [anon_sym_while] = ACTIONS(1487), - [anon_sym_do] = ACTIONS(1487), - [anon_sym_try] = ACTIONS(1487), - [anon_sym_with] = ACTIONS(1487), - [anon_sym_break] = ACTIONS(1487), - [anon_sym_continue] = ACTIONS(1487), - [anon_sym_debugger] = ACTIONS(1487), - [anon_sym_return] = ACTIONS(1487), - [anon_sym_throw] = ACTIONS(1487), - [anon_sym_SEMI] = ACTIONS(1485), - [anon_sym_case] = ACTIONS(1487), - [anon_sym_yield] = ACTIONS(1487), - [anon_sym_LBRACK] = ACTIONS(1485), - [anon_sym_LTtemplate_GT] = ACTIONS(1485), - [anon_sym_LT] = ACTIONS(1487), - [anon_sym_SLASH] = ACTIONS(1487), - [anon_sym_class] = ACTIONS(1487), - [anon_sym_async] = ACTIONS(1487), - [anon_sym_function] = ACTIONS(1487), - [anon_sym_new] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1487), - [anon_sym_DASH] = ACTIONS(1487), - [anon_sym_TILDE] = ACTIONS(1485), - [anon_sym_void] = ACTIONS(1487), - [anon_sym_delete] = ACTIONS(1487), - [anon_sym_PLUS_PLUS] = ACTIONS(1485), - [anon_sym_DASH_DASH] = ACTIONS(1485), - [anon_sym_DQUOTE] = ACTIONS(1485), - [anon_sym_SQUOTE] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1485), - [sym_number] = ACTIONS(1485), - [sym_this] = ACTIONS(1487), - [sym_super] = ACTIONS(1487), - [sym_true] = ACTIONS(1487), - [sym_false] = ACTIONS(1487), - [sym_null] = ACTIONS(1487), - [sym_undefined] = ACTIONS(1487), - [anon_sym_AT] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1487), - [anon_sym_readonly] = ACTIONS(1487), - [anon_sym_get] = ACTIONS(1487), - [anon_sym_set] = ACTIONS(1487), - [anon_sym_declare] = ACTIONS(1487), - [anon_sym_public] = ACTIONS(1487), - [anon_sym_private] = ACTIONS(1487), - [anon_sym_protected] = ACTIONS(1487), - [anon_sym_override] = ACTIONS(1487), - [anon_sym_module] = ACTIONS(1487), - [anon_sym_any] = ACTIONS(1487), - [anon_sym_number] = ACTIONS(1487), - [anon_sym_boolean] = ACTIONS(1487), - [anon_sym_string] = ACTIONS(1487), - [anon_sym_symbol] = ACTIONS(1487), - [anon_sym_abstract] = ACTIONS(1487), - [anon_sym_interface] = ACTIONS(1487), - [anon_sym_enum] = ACTIONS(1487), - [anon_sym_PIPE_RBRACE] = ACTIONS(1485), - [sym__automatic_semicolon] = ACTIONS(1485), + [581] = { + [sym__call_signature] = STATE(4313), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2059), + [anon_sym_export] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2061), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2061), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2061), + [anon_sym_function] = ACTIONS(2025), + [anon_sym_EQ_GT] = ACTIONS(1275), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2061), + [anon_sym_readonly] = ACTIONS(2061), + [anon_sym_get] = ACTIONS(2061), + [anon_sym_set] = ACTIONS(2061), + [anon_sym_declare] = ACTIONS(2061), + [anon_sym_public] = ACTIONS(2061), + [anon_sym_private] = ACTIONS(2061), + [anon_sym_protected] = ACTIONS(2061), + [anon_sym_override] = ACTIONS(2061), + [anon_sym_module] = ACTIONS(2061), + [anon_sym_any] = ACTIONS(2061), + [anon_sym_number] = ACTIONS(2061), + [anon_sym_boolean] = ACTIONS(2061), + [anon_sym_string] = ACTIONS(2061), + [anon_sym_symbol] = ACTIONS(2061), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, - [603] = { - [sym__call_signature] = STATE(4234), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2069), - [anon_sym_export] = ACTIONS(2071), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2071), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2071), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2071), - [anon_sym_function] = ACTIONS(2035), - [anon_sym_EQ_GT] = ACTIONS(1277), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2071), - [anon_sym_readonly] = ACTIONS(2071), - [anon_sym_get] = ACTIONS(2071), - [anon_sym_set] = ACTIONS(2071), - [anon_sym_declare] = ACTIONS(2071), - [anon_sym_public] = ACTIONS(2071), - [anon_sym_private] = ACTIONS(2071), - [anon_sym_protected] = ACTIONS(2071), - [anon_sym_override] = ACTIONS(2071), - [anon_sym_module] = ACTIONS(2071), - [anon_sym_any] = ACTIONS(2071), - [anon_sym_number] = ACTIONS(2071), - [anon_sym_boolean] = ACTIONS(2071), - [anon_sym_string] = ACTIONS(2071), - [anon_sym_symbol] = ACTIONS(2071), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [582] = { + [ts_builtin_sym_end] = ACTIONS(1391), + [sym_identifier] = ACTIONS(1393), + [anon_sym_export] = ACTIONS(1393), + [anon_sym_default] = ACTIONS(1393), + [anon_sym_type] = ACTIONS(1393), + [anon_sym_namespace] = ACTIONS(1393), + [anon_sym_LBRACE] = ACTIONS(1391), + [anon_sym_COMMA] = ACTIONS(1391), + [anon_sym_RBRACE] = ACTIONS(1391), + [anon_sym_typeof] = ACTIONS(1393), + [anon_sym_import] = ACTIONS(1393), + [anon_sym_var] = ACTIONS(1393), + [anon_sym_let] = ACTIONS(1393), + [anon_sym_const] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1391), + [anon_sym_else] = ACTIONS(1393), + [anon_sym_if] = ACTIONS(1393), + [anon_sym_switch] = ACTIONS(1393), + [anon_sym_for] = ACTIONS(1393), + [anon_sym_LPAREN] = ACTIONS(1391), + [anon_sym_await] = ACTIONS(1393), + [anon_sym_while] = ACTIONS(1393), + [anon_sym_do] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1393), + [anon_sym_with] = ACTIONS(1393), + [anon_sym_break] = ACTIONS(1393), + [anon_sym_continue] = ACTIONS(1393), + [anon_sym_debugger] = ACTIONS(1393), + [anon_sym_return] = ACTIONS(1393), + [anon_sym_throw] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1393), + [anon_sym_yield] = ACTIONS(1393), + [anon_sym_LBRACK] = ACTIONS(1391), + [anon_sym_LTtemplate_GT] = ACTIONS(1391), + [anon_sym_class] = ACTIONS(1393), + [anon_sym_async] = ACTIONS(1393), + [anon_sym_function] = ACTIONS(1393), + [anon_sym_new] = ACTIONS(1393), + [anon_sym_PLUS] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1393), + [anon_sym_SLASH] = ACTIONS(1393), + [anon_sym_LT] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1391), + [anon_sym_void] = ACTIONS(1393), + [anon_sym_delete] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1391), + [anon_sym_SQUOTE] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1391), + [sym_number] = ACTIONS(1391), + [sym_this] = ACTIONS(1393), + [sym_super] = ACTIONS(1393), + [sym_true] = ACTIONS(1393), + [sym_false] = ACTIONS(1393), + [sym_null] = ACTIONS(1393), + [sym_undefined] = ACTIONS(1393), + [anon_sym_AT] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1393), + [anon_sym_readonly] = ACTIONS(1393), + [anon_sym_get] = ACTIONS(1393), + [anon_sym_set] = ACTIONS(1393), + [anon_sym_declare] = ACTIONS(1393), + [anon_sym_public] = ACTIONS(1393), + [anon_sym_private] = ACTIONS(1393), + [anon_sym_protected] = ACTIONS(1393), + [anon_sym_override] = ACTIONS(1393), + [anon_sym_module] = ACTIONS(1393), + [anon_sym_any] = ACTIONS(1393), + [anon_sym_number] = ACTIONS(1393), + [anon_sym_boolean] = ACTIONS(1393), + [anon_sym_string] = ACTIONS(1393), + [anon_sym_symbol] = ACTIONS(1393), + [anon_sym_abstract] = ACTIONS(1393), + [anon_sym_interface] = ACTIONS(1393), + [anon_sym_enum] = ACTIONS(1393), + [anon_sym_PIPE_RBRACE] = ACTIONS(1391), + [sym__automatic_semicolon] = ACTIONS(2065), }, - [604] = { - [sym__call_signature] = STATE(4113), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), + [583] = { + [sym__call_signature] = STATE(4203), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), [sym_identifier] = ACTIONS(2048), [anon_sym_export] = ACTIONS(2050), - [anon_sym_STAR] = ACTIONS(116), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2050), - [anon_sym_EQ] = ACTIONS(1266), - [anon_sym_as] = ACTIONS(116), + [anon_sym_EQ] = ACTIONS(2052), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2050), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(2077), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(217), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2050), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1268), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1271), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2050), [anon_sym_readonly] = ACTIONS(2050), [anon_sym_get] = ACTIONS(2050), @@ -82028,154 +80124,806 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2050), [anon_sym_string] = ACTIONS(2050), [anon_sym_symbol] = ACTIONS(2050), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [605] = { - [ts_builtin_sym_end] = ACTIONS(1419), - [sym_identifier] = ACTIONS(1421), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_type] = ACTIONS(1421), - [anon_sym_namespace] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_typeof] = ACTIONS(1421), - [anon_sym_import] = ACTIONS(1421), - [anon_sym_var] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_BANG] = ACTIONS(1419), - [anon_sym_else] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_await] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_with] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_debugger] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_throw] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_yield] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LTtemplate_GT] = ACTIONS(1419), - [anon_sym_LT] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_class] = ACTIONS(1421), - [anon_sym_async] = ACTIONS(1421), - [anon_sym_function] = ACTIONS(1421), - [anon_sym_new] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_void] = ACTIONS(1421), - [anon_sym_delete] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1419), - [sym_number] = ACTIONS(1419), - [sym_this] = ACTIONS(1421), - [sym_super] = ACTIONS(1421), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [sym_null] = ACTIONS(1421), - [sym_undefined] = ACTIONS(1421), - [anon_sym_AT] = ACTIONS(1419), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_readonly] = ACTIONS(1421), - [anon_sym_get] = ACTIONS(1421), - [anon_sym_set] = ACTIONS(1421), - [anon_sym_declare] = ACTIONS(1421), - [anon_sym_public] = ACTIONS(1421), - [anon_sym_private] = ACTIONS(1421), - [anon_sym_protected] = ACTIONS(1421), - [anon_sym_override] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_any] = ACTIONS(1421), - [anon_sym_number] = ACTIONS(1421), - [anon_sym_boolean] = ACTIONS(1421), - [anon_sym_string] = ACTIONS(1421), - [anon_sym_symbol] = ACTIONS(1421), - [anon_sym_abstract] = ACTIONS(1421), - [anon_sym_interface] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [anon_sym_PIPE_RBRACE] = ACTIONS(1419), - [sym__automatic_semicolon] = ACTIONS(2079), + [584] = { + [ts_builtin_sym_end] = ACTIONS(1578), + [sym_identifier] = ACTIONS(1580), + [anon_sym_export] = ACTIONS(1580), + [anon_sym_default] = ACTIONS(1580), + [anon_sym_type] = ACTIONS(1580), + [anon_sym_namespace] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1578), + [anon_sym_COMMA] = ACTIONS(1578), + [anon_sym_RBRACE] = ACTIONS(1578), + [anon_sym_typeof] = ACTIONS(1580), + [anon_sym_import] = ACTIONS(1580), + [anon_sym_var] = ACTIONS(1580), + [anon_sym_let] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_BANG] = ACTIONS(1578), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_switch] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_LPAREN] = ACTIONS(1578), + [anon_sym_await] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_with] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_debugger] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_throw] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_case] = ACTIONS(1580), + [anon_sym_yield] = ACTIONS(1580), + [anon_sym_LBRACK] = ACTIONS(1578), + [anon_sym_LTtemplate_GT] = ACTIONS(1578), + [anon_sym_class] = ACTIONS(1580), + [anon_sym_async] = ACTIONS(1580), + [anon_sym_function] = ACTIONS(1580), + [anon_sym_new] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_SLASH] = ACTIONS(1580), + [anon_sym_LT] = ACTIONS(1580), + [anon_sym_TILDE] = ACTIONS(1578), + [anon_sym_void] = ACTIONS(1580), + [anon_sym_delete] = ACTIONS(1580), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_DASH_DASH] = ACTIONS(1580), + [anon_sym_DQUOTE] = ACTIONS(1578), + [anon_sym_SQUOTE] = ACTIONS(1578), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1578), + [sym_number] = ACTIONS(1578), + [sym_this] = ACTIONS(1580), + [sym_super] = ACTIONS(1580), + [sym_true] = ACTIONS(1580), + [sym_false] = ACTIONS(1580), + [sym_null] = ACTIONS(1580), + [sym_undefined] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1578), + [anon_sym_static] = ACTIONS(1580), + [anon_sym_readonly] = ACTIONS(1580), + [anon_sym_get] = ACTIONS(1580), + [anon_sym_set] = ACTIONS(1580), + [anon_sym_declare] = ACTIONS(1580), + [anon_sym_public] = ACTIONS(1580), + [anon_sym_private] = ACTIONS(1580), + [anon_sym_protected] = ACTIONS(1580), + [anon_sym_override] = ACTIONS(1580), + [anon_sym_module] = ACTIONS(1580), + [anon_sym_any] = ACTIONS(1580), + [anon_sym_number] = ACTIONS(1580), + [anon_sym_boolean] = ACTIONS(1580), + [anon_sym_string] = ACTIONS(1580), + [anon_sym_symbol] = ACTIONS(1580), + [anon_sym_abstract] = ACTIONS(1580), + [anon_sym_interface] = ACTIONS(1580), + [anon_sym_enum] = ACTIONS(1580), + [anon_sym_PIPE_RBRACE] = ACTIONS(1578), + [sym__automatic_semicolon] = ACTIONS(1578), }, - [606] = { - [sym__call_signature] = STATE(4174), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), + [585] = { + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_identifier] = ACTIONS(1433), + [anon_sym_export] = ACTIONS(1433), + [anon_sym_default] = ACTIONS(1433), + [anon_sym_type] = ACTIONS(1433), + [anon_sym_namespace] = ACTIONS(1433), + [anon_sym_LBRACE] = ACTIONS(1431), + [anon_sym_COMMA] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1431), + [anon_sym_typeof] = ACTIONS(1433), + [anon_sym_import] = ACTIONS(1433), + [anon_sym_var] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1433), + [anon_sym_const] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1431), + [anon_sym_else] = ACTIONS(1433), + [anon_sym_if] = ACTIONS(1433), + [anon_sym_switch] = ACTIONS(1433), + [anon_sym_for] = ACTIONS(1433), + [anon_sym_LPAREN] = ACTIONS(1431), + [anon_sym_await] = ACTIONS(1433), + [anon_sym_while] = ACTIONS(1433), + [anon_sym_do] = ACTIONS(1433), + [anon_sym_try] = ACTIONS(1433), + [anon_sym_with] = ACTIONS(1433), + [anon_sym_break] = ACTIONS(1433), + [anon_sym_continue] = ACTIONS(1433), + [anon_sym_debugger] = ACTIONS(1433), + [anon_sym_return] = ACTIONS(1433), + [anon_sym_throw] = ACTIONS(1433), + [anon_sym_SEMI] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1433), + [anon_sym_yield] = ACTIONS(1433), + [anon_sym_LBRACK] = ACTIONS(1431), + [anon_sym_LTtemplate_GT] = ACTIONS(1431), + [anon_sym_class] = ACTIONS(1433), + [anon_sym_async] = ACTIONS(1433), + [anon_sym_function] = ACTIONS(1433), + [anon_sym_new] = ACTIONS(1433), + [anon_sym_PLUS] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1433), + [anon_sym_SLASH] = ACTIONS(1433), + [anon_sym_LT] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1431), + [anon_sym_void] = ACTIONS(1433), + [anon_sym_delete] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1431), + [anon_sym_SQUOTE] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1431), + [sym_number] = ACTIONS(1431), + [sym_this] = ACTIONS(1433), + [sym_super] = ACTIONS(1433), + [sym_true] = ACTIONS(1433), + [sym_false] = ACTIONS(1433), + [sym_null] = ACTIONS(1433), + [sym_undefined] = ACTIONS(1433), + [anon_sym_AT] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1433), + [anon_sym_readonly] = ACTIONS(1433), + [anon_sym_get] = ACTIONS(1433), + [anon_sym_set] = ACTIONS(1433), + [anon_sym_declare] = ACTIONS(1433), + [anon_sym_public] = ACTIONS(1433), + [anon_sym_private] = ACTIONS(1433), + [anon_sym_protected] = ACTIONS(1433), + [anon_sym_override] = ACTIONS(1433), + [anon_sym_module] = ACTIONS(1433), + [anon_sym_any] = ACTIONS(1433), + [anon_sym_number] = ACTIONS(1433), + [anon_sym_boolean] = ACTIONS(1433), + [anon_sym_string] = ACTIONS(1433), + [anon_sym_symbol] = ACTIONS(1433), + [anon_sym_abstract] = ACTIONS(1433), + [anon_sym_interface] = ACTIONS(1433), + [anon_sym_enum] = ACTIONS(1433), + [anon_sym_PIPE_RBRACE] = ACTIONS(1431), + [sym__automatic_semicolon] = ACTIONS(2067), + }, + [586] = { + [sym__call_signature] = STATE(4203), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2048), + [anon_sym_export] = ACTIONS(2050), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2050), + [anon_sym_EQ] = ACTIONS(1269), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2050), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(2069), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2050), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1271), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2050), + [anon_sym_readonly] = ACTIONS(2050), + [anon_sym_get] = ACTIONS(2050), + [anon_sym_set] = ACTIONS(2050), + [anon_sym_declare] = ACTIONS(2050), + [anon_sym_public] = ACTIONS(2050), + [anon_sym_private] = ACTIONS(2050), + [anon_sym_protected] = ACTIONS(2050), + [anon_sym_override] = ACTIONS(2050), + [anon_sym_module] = ACTIONS(2050), + [anon_sym_any] = ACTIONS(2050), + [anon_sym_number] = ACTIONS(2050), + [anon_sym_boolean] = ACTIONS(2050), + [anon_sym_string] = ACTIONS(2050), + [anon_sym_symbol] = ACTIONS(2050), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [587] = { + [sym__call_signature] = STATE(4313), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2059), + [anon_sym_export] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2061), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2061), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2061), + [anon_sym_function] = ACTIONS(2025), + [anon_sym_EQ_GT] = ACTIONS(1275), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2061), + [anon_sym_readonly] = ACTIONS(2061), + [anon_sym_get] = ACTIONS(2061), + [anon_sym_set] = ACTIONS(2061), + [anon_sym_declare] = ACTIONS(2061), + [anon_sym_public] = ACTIONS(2061), + [anon_sym_private] = ACTIONS(2061), + [anon_sym_protected] = ACTIONS(2061), + [anon_sym_override] = ACTIONS(2061), + [anon_sym_module] = ACTIONS(2061), + [anon_sym_any] = ACTIONS(2061), + [anon_sym_number] = ACTIONS(2061), + [anon_sym_boolean] = ACTIONS(2061), + [anon_sym_string] = ACTIONS(2061), + [anon_sym_symbol] = ACTIONS(2061), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [588] = { + [ts_builtin_sym_end] = ACTIONS(1488), + [sym_identifier] = ACTIONS(1490), + [anon_sym_export] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_type] = ACTIONS(1490), + [anon_sym_namespace] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_COMMA] = ACTIONS(1488), + [anon_sym_RBRACE] = ACTIONS(1488), + [anon_sym_typeof] = ACTIONS(1490), + [anon_sym_import] = ACTIONS(1490), + [anon_sym_var] = ACTIONS(1490), + [anon_sym_let] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_else] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_LPAREN] = ACTIONS(1488), + [anon_sym_await] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_try] = ACTIONS(1490), + [anon_sym_with] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_debugger] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_throw] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_yield] = ACTIONS(1490), + [anon_sym_LBRACK] = ACTIONS(1488), + [anon_sym_LTtemplate_GT] = ACTIONS(1488), + [anon_sym_class] = ACTIONS(1490), + [anon_sym_async] = ACTIONS(1490), + [anon_sym_function] = ACTIONS(1490), + [anon_sym_new] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_SLASH] = ACTIONS(1490), + [anon_sym_LT] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_void] = ACTIONS(1490), + [anon_sym_delete] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1488), + [sym_number] = ACTIONS(1488), + [sym_this] = ACTIONS(1490), + [sym_super] = ACTIONS(1490), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [sym_null] = ACTIONS(1490), + [sym_undefined] = ACTIONS(1490), + [anon_sym_AT] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_get] = ACTIONS(1490), + [anon_sym_set] = ACTIONS(1490), + [anon_sym_declare] = ACTIONS(1490), + [anon_sym_public] = ACTIONS(1490), + [anon_sym_private] = ACTIONS(1490), + [anon_sym_protected] = ACTIONS(1490), + [anon_sym_override] = ACTIONS(1490), + [anon_sym_module] = ACTIONS(1490), + [anon_sym_any] = ACTIONS(1490), + [anon_sym_number] = ACTIONS(1490), + [anon_sym_boolean] = ACTIONS(1490), + [anon_sym_string] = ACTIONS(1490), + [anon_sym_symbol] = ACTIONS(1490), + [anon_sym_abstract] = ACTIONS(1490), + [anon_sym_interface] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + [anon_sym_PIPE_RBRACE] = ACTIONS(1488), + [sym__automatic_semicolon] = ACTIONS(1488), + }, + [589] = { + [sym_statement_block] = STATE(702), + [ts_builtin_sym_end] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [anon_sym_export] = ACTIONS(1405), + [anon_sym_default] = ACTIONS(1405), + [anon_sym_type] = ACTIONS(1405), + [anon_sym_namespace] = ACTIONS(1405), + [anon_sym_LBRACE] = ACTIONS(2071), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_typeof] = ACTIONS(1405), + [anon_sym_import] = ACTIONS(1405), + [anon_sym_var] = ACTIONS(1405), + [anon_sym_let] = ACTIONS(1405), + [anon_sym_const] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_else] = ACTIONS(1405), + [anon_sym_if] = ACTIONS(1405), + [anon_sym_switch] = ACTIONS(1405), + [anon_sym_for] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_await] = ACTIONS(1405), + [anon_sym_while] = ACTIONS(1405), + [anon_sym_do] = ACTIONS(1405), + [anon_sym_try] = ACTIONS(1405), + [anon_sym_with] = ACTIONS(1405), + [anon_sym_break] = ACTIONS(1405), + [anon_sym_continue] = ACTIONS(1405), + [anon_sym_debugger] = ACTIONS(1405), + [anon_sym_return] = ACTIONS(1405), + [anon_sym_throw] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LTtemplate_GT] = ACTIONS(1403), + [anon_sym_DOT] = ACTIONS(2073), + [anon_sym_class] = ACTIONS(1405), + [anon_sym_async] = ACTIONS(1405), + [anon_sym_function] = ACTIONS(1405), + [anon_sym_new] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1405), + [anon_sym_SLASH] = ACTIONS(1405), + [anon_sym_LT] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_void] = ACTIONS(1405), + [anon_sym_delete] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1403), + [anon_sym_SQUOTE] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1403), + [sym_number] = ACTIONS(1403), + [sym_this] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_true] = ACTIONS(1405), + [sym_false] = ACTIONS(1405), + [sym_null] = ACTIONS(1405), + [sym_undefined] = ACTIONS(1405), + [anon_sym_AT] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1405), + [anon_sym_readonly] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(1405), + [anon_sym_set] = ACTIONS(1405), + [anon_sym_declare] = ACTIONS(1405), + [anon_sym_public] = ACTIONS(1405), + [anon_sym_private] = ACTIONS(1405), + [anon_sym_protected] = ACTIONS(1405), + [anon_sym_override] = ACTIONS(1405), + [anon_sym_module] = ACTIONS(1405), + [anon_sym_any] = ACTIONS(1405), + [anon_sym_number] = ACTIONS(1405), + [anon_sym_boolean] = ACTIONS(1405), + [anon_sym_string] = ACTIONS(1405), + [anon_sym_symbol] = ACTIONS(1405), + [anon_sym_abstract] = ACTIONS(1405), + [anon_sym_interface] = ACTIONS(1405), + [anon_sym_enum] = ACTIONS(1405), + }, + [590] = { + [sym_finally_clause] = STATE(673), + [ts_builtin_sym_end] = ACTIONS(2075), + [sym_identifier] = ACTIONS(2077), + [anon_sym_export] = ACTIONS(2077), + [anon_sym_default] = ACTIONS(2077), + [anon_sym_type] = ACTIONS(2077), + [anon_sym_namespace] = ACTIONS(2077), + [anon_sym_LBRACE] = ACTIONS(2075), + [anon_sym_RBRACE] = ACTIONS(2075), + [anon_sym_typeof] = ACTIONS(2077), + [anon_sym_import] = ACTIONS(2077), + [anon_sym_var] = ACTIONS(2077), + [anon_sym_let] = ACTIONS(2077), + [anon_sym_const] = ACTIONS(2077), + [anon_sym_BANG] = ACTIONS(2075), + [anon_sym_else] = ACTIONS(2077), + [anon_sym_if] = ACTIONS(2077), + [anon_sym_switch] = ACTIONS(2077), + [anon_sym_for] = ACTIONS(2077), + [anon_sym_LPAREN] = ACTIONS(2075), + [anon_sym_await] = ACTIONS(2077), + [anon_sym_while] = ACTIONS(2077), + [anon_sym_do] = ACTIONS(2077), + [anon_sym_try] = ACTIONS(2077), + [anon_sym_with] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2077), + [anon_sym_continue] = ACTIONS(2077), + [anon_sym_debugger] = ACTIONS(2077), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_throw] = ACTIONS(2077), + [anon_sym_SEMI] = ACTIONS(2075), + [anon_sym_case] = ACTIONS(2077), + [anon_sym_finally] = ACTIONS(2042), + [anon_sym_yield] = ACTIONS(2077), + [anon_sym_LBRACK] = ACTIONS(2075), + [anon_sym_LTtemplate_GT] = ACTIONS(2075), + [anon_sym_class] = ACTIONS(2077), + [anon_sym_async] = ACTIONS(2077), + [anon_sym_function] = ACTIONS(2077), + [anon_sym_new] = ACTIONS(2077), + [anon_sym_PLUS] = ACTIONS(2077), + [anon_sym_DASH] = ACTIONS(2077), + [anon_sym_SLASH] = ACTIONS(2077), + [anon_sym_LT] = ACTIONS(2077), + [anon_sym_TILDE] = ACTIONS(2075), + [anon_sym_void] = ACTIONS(2077), + [anon_sym_delete] = ACTIONS(2077), + [anon_sym_PLUS_PLUS] = ACTIONS(2075), + [anon_sym_DASH_DASH] = ACTIONS(2077), + [anon_sym_DQUOTE] = ACTIONS(2075), + [anon_sym_SQUOTE] = ACTIONS(2075), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2075), + [sym_number] = ACTIONS(2075), + [sym_this] = ACTIONS(2077), + [sym_super] = ACTIONS(2077), + [sym_true] = ACTIONS(2077), + [sym_false] = ACTIONS(2077), + [sym_null] = ACTIONS(2077), + [sym_undefined] = ACTIONS(2077), + [anon_sym_AT] = ACTIONS(2075), + [anon_sym_static] = ACTIONS(2077), + [anon_sym_readonly] = ACTIONS(2077), + [anon_sym_get] = ACTIONS(2077), + [anon_sym_set] = ACTIONS(2077), + [anon_sym_declare] = ACTIONS(2077), + [anon_sym_public] = ACTIONS(2077), + [anon_sym_private] = ACTIONS(2077), + [anon_sym_protected] = ACTIONS(2077), + [anon_sym_override] = ACTIONS(2077), + [anon_sym_module] = ACTIONS(2077), + [anon_sym_any] = ACTIONS(2077), + [anon_sym_number] = ACTIONS(2077), + [anon_sym_boolean] = ACTIONS(2077), + [anon_sym_string] = ACTIONS(2077), + [anon_sym_symbol] = ACTIONS(2077), + [anon_sym_abstract] = ACTIONS(2077), + [anon_sym_interface] = ACTIONS(2077), + [anon_sym_enum] = ACTIONS(2077), + }, + [591] = { + [sym__call_signature] = STATE(4271), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2001), + [anon_sym_export] = ACTIONS(2003), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2003), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2003), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(2031), + [anon_sym_of] = ACTIONS(2034), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2003), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2003), + [anon_sym_readonly] = ACTIONS(2003), + [anon_sym_get] = ACTIONS(2003), + [anon_sym_set] = ACTIONS(2003), + [anon_sym_declare] = ACTIONS(2003), + [anon_sym_public] = ACTIONS(2003), + [anon_sym_private] = ACTIONS(2003), + [anon_sym_protected] = ACTIONS(2003), + [anon_sym_override] = ACTIONS(2003), + [anon_sym_module] = ACTIONS(2003), + [anon_sym_any] = ACTIONS(2003), + [anon_sym_number] = ACTIONS(2003), + [anon_sym_boolean] = ACTIONS(2003), + [anon_sym_string] = ACTIONS(2003), + [anon_sym_symbol] = ACTIONS(2003), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [592] = { + [sym_statement_block] = STATE(702), + [ts_builtin_sym_end] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [anon_sym_export] = ACTIONS(1405), + [anon_sym_default] = ACTIONS(1405), + [anon_sym_type] = ACTIONS(1405), + [anon_sym_namespace] = ACTIONS(1405), + [anon_sym_LBRACE] = ACTIONS(2071), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_typeof] = ACTIONS(1405), + [anon_sym_import] = ACTIONS(1405), + [anon_sym_var] = ACTIONS(1405), + [anon_sym_let] = ACTIONS(1405), + [anon_sym_const] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_else] = ACTIONS(1405), + [anon_sym_if] = ACTIONS(1405), + [anon_sym_switch] = ACTIONS(1405), + [anon_sym_for] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_await] = ACTIONS(1405), + [anon_sym_while] = ACTIONS(1405), + [anon_sym_do] = ACTIONS(1405), + [anon_sym_try] = ACTIONS(1405), + [anon_sym_with] = ACTIONS(1405), + [anon_sym_break] = ACTIONS(1405), + [anon_sym_continue] = ACTIONS(1405), + [anon_sym_debugger] = ACTIONS(1405), + [anon_sym_return] = ACTIONS(1405), + [anon_sym_throw] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LTtemplate_GT] = ACTIONS(1403), + [anon_sym_DOT] = ACTIONS(2079), + [anon_sym_class] = ACTIONS(1405), + [anon_sym_async] = ACTIONS(1405), + [anon_sym_function] = ACTIONS(1405), + [anon_sym_new] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1405), + [anon_sym_SLASH] = ACTIONS(1405), + [anon_sym_LT] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_void] = ACTIONS(1405), + [anon_sym_delete] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1403), + [anon_sym_SQUOTE] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1403), + [sym_number] = ACTIONS(1403), + [sym_this] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_true] = ACTIONS(1405), + [sym_false] = ACTIONS(1405), + [sym_null] = ACTIONS(1405), + [sym_undefined] = ACTIONS(1405), + [anon_sym_AT] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1405), + [anon_sym_readonly] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(1405), + [anon_sym_set] = ACTIONS(1405), + [anon_sym_declare] = ACTIONS(1405), + [anon_sym_public] = ACTIONS(1405), + [anon_sym_private] = ACTIONS(1405), + [anon_sym_protected] = ACTIONS(1405), + [anon_sym_override] = ACTIONS(1405), + [anon_sym_module] = ACTIONS(1405), + [anon_sym_any] = ACTIONS(1405), + [anon_sym_number] = ACTIONS(1405), + [anon_sym_boolean] = ACTIONS(1405), + [anon_sym_string] = ACTIONS(1405), + [anon_sym_symbol] = ACTIONS(1405), + [anon_sym_abstract] = ACTIONS(1405), + [anon_sym_interface] = ACTIONS(1405), + [anon_sym_enum] = ACTIONS(1405), + }, + [593] = { + [sym__call_signature] = STATE(4258), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), [sym_identifier] = ACTIONS(2081), [anon_sym_export] = ACTIONS(2083), - [anon_sym_STAR] = ACTIONS(116), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2083), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1323), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1319), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2083), [anon_sym_readonly] = ACTIONS(2083), [anon_sym_get] = ACTIONS(2083), @@ -82191,72 +80939,153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2083), [anon_sym_string] = ACTIONS(2083), [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [607] = { - [sym__call_signature] = STATE(4174), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), + [594] = { + [sym__call_signature] = STATE(4271), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2001), + [anon_sym_export] = ACTIONS(2003), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2003), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2003), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2003), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2003), + [anon_sym_readonly] = ACTIONS(2003), + [anon_sym_get] = ACTIONS(2003), + [anon_sym_set] = ACTIONS(2003), + [anon_sym_declare] = ACTIONS(2003), + [anon_sym_public] = ACTIONS(2003), + [anon_sym_private] = ACTIONS(2003), + [anon_sym_protected] = ACTIONS(2003), + [anon_sym_override] = ACTIONS(2003), + [anon_sym_module] = ACTIONS(2003), + [anon_sym_any] = ACTIONS(2003), + [anon_sym_number] = ACTIONS(2003), + [anon_sym_boolean] = ACTIONS(2003), + [anon_sym_string] = ACTIONS(2003), + [anon_sym_symbol] = ACTIONS(2003), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [595] = { + [sym__call_signature] = STATE(4258), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), [sym_identifier] = ACTIONS(2081), [anon_sym_export] = ACTIONS(2083), - [anon_sym_STAR] = ACTIONS(116), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2083), - [anon_sym_EQ] = ACTIONS(1321), - [anon_sym_as] = ACTIONS(116), + [anon_sym_EQ] = ACTIONS(1317), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(1323), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(1319), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2083), [anon_sym_readonly] = ACTIONS(2083), [anon_sym_get] = ACTIONS(2083), @@ -82272,11 +81101,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2083), [anon_sym_string] = ACTIONS(2083), [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [608] = { - [sym_finally_clause] = STATE(644), + [596] = { [ts_builtin_sym_end] = ACTIONS(2085), [sym_identifier] = ACTIONS(2087), [anon_sym_export] = ACTIONS(2087), @@ -82308,23 +81136,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2087), [anon_sym_SEMI] = ACTIONS(2085), [anon_sym_case] = ACTIONS(2087), - [anon_sym_finally] = ACTIONS(2058), + [anon_sym_finally] = ACTIONS(2087), [anon_sym_yield] = ACTIONS(2087), [anon_sym_LBRACK] = ACTIONS(2085), [anon_sym_LTtemplate_GT] = ACTIONS(2085), - [anon_sym_LT] = ACTIONS(2087), - [anon_sym_SLASH] = ACTIONS(2087), [anon_sym_class] = ACTIONS(2087), [anon_sym_async] = ACTIONS(2087), [anon_sym_function] = ACTIONS(2087), [anon_sym_new] = ACTIONS(2087), [anon_sym_PLUS] = ACTIONS(2087), [anon_sym_DASH] = ACTIONS(2087), + [anon_sym_SLASH] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2087), [anon_sym_TILDE] = ACTIONS(2085), [anon_sym_void] = ACTIONS(2087), [anon_sym_delete] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2085), - [anon_sym_DASH_DASH] = ACTIONS(2085), + [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_DQUOTE] = ACTIONS(2085), [anon_sym_SQUOTE] = ACTIONS(2085), [sym_comment] = ACTIONS(3), @@ -82356,410 +81184,327 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2087), [anon_sym_enum] = ACTIONS(2087), }, - [609] = { - [sym_statement_block] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(1393), - [sym_identifier] = ACTIONS(1395), - [anon_sym_export] = ACTIONS(1395), - [anon_sym_default] = ACTIONS(1395), - [anon_sym_type] = ACTIONS(1395), - [anon_sym_namespace] = ACTIONS(1395), - [anon_sym_LBRACE] = ACTIONS(2089), - [anon_sym_RBRACE] = ACTIONS(1393), - [anon_sym_typeof] = ACTIONS(1395), - [anon_sym_import] = ACTIONS(1395), - [anon_sym_var] = ACTIONS(1395), - [anon_sym_let] = ACTIONS(1395), - [anon_sym_const] = ACTIONS(1395), - [anon_sym_BANG] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1395), - [anon_sym_if] = ACTIONS(1395), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_for] = ACTIONS(1395), - [anon_sym_LPAREN] = ACTIONS(1393), - [anon_sym_await] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1395), - [anon_sym_do] = ACTIONS(1395), - [anon_sym_try] = ACTIONS(1395), - [anon_sym_with] = ACTIONS(1395), - [anon_sym_break] = ACTIONS(1395), - [anon_sym_continue] = ACTIONS(1395), - [anon_sym_debugger] = ACTIONS(1395), - [anon_sym_return] = ACTIONS(1395), - [anon_sym_throw] = ACTIONS(1395), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_case] = ACTIONS(1395), - [anon_sym_yield] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1393), - [anon_sym_LTtemplate_GT] = ACTIONS(1393), - [anon_sym_LT] = ACTIONS(1395), - [anon_sym_SLASH] = ACTIONS(1395), - [anon_sym_DOT] = ACTIONS(2091), - [anon_sym_class] = ACTIONS(1395), - [anon_sym_async] = ACTIONS(1395), - [anon_sym_function] = ACTIONS(1395), - [anon_sym_new] = ACTIONS(1395), - [anon_sym_PLUS] = ACTIONS(1395), - [anon_sym_DASH] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1393), - [anon_sym_void] = ACTIONS(1395), - [anon_sym_delete] = ACTIONS(1395), - [anon_sym_PLUS_PLUS] = ACTIONS(1393), - [anon_sym_DASH_DASH] = ACTIONS(1393), - [anon_sym_DQUOTE] = ACTIONS(1393), - [anon_sym_SQUOTE] = ACTIONS(1393), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1393), - [sym_number] = ACTIONS(1393), - [sym_this] = ACTIONS(1395), - [sym_super] = ACTIONS(1395), - [sym_true] = ACTIONS(1395), - [sym_false] = ACTIONS(1395), - [sym_null] = ACTIONS(1395), - [sym_undefined] = ACTIONS(1395), - [anon_sym_AT] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1395), - [anon_sym_readonly] = ACTIONS(1395), - [anon_sym_get] = ACTIONS(1395), - [anon_sym_set] = ACTIONS(1395), - [anon_sym_declare] = ACTIONS(1395), - [anon_sym_public] = ACTIONS(1395), - [anon_sym_private] = ACTIONS(1395), - [anon_sym_protected] = ACTIONS(1395), - [anon_sym_override] = ACTIONS(1395), - [anon_sym_module] = ACTIONS(1395), - [anon_sym_any] = ACTIONS(1395), - [anon_sym_number] = ACTIONS(1395), - [anon_sym_boolean] = ACTIONS(1395), - [anon_sym_string] = ACTIONS(1395), - [anon_sym_symbol] = ACTIONS(1395), - [anon_sym_abstract] = ACTIONS(1395), - [anon_sym_interface] = ACTIONS(1395), - [anon_sym_enum] = ACTIONS(1395), - }, - [610] = { - [sym__call_signature] = STATE(4149), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2023), - [anon_sym_export] = ACTIONS(2025), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2025), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2025), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2025), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2025), - [anon_sym_readonly] = ACTIONS(2025), - [anon_sym_get] = ACTIONS(2025), - [anon_sym_set] = ACTIONS(2025), - [anon_sym_declare] = ACTIONS(2025), - [anon_sym_public] = ACTIONS(2025), - [anon_sym_private] = ACTIONS(2025), - [anon_sym_protected] = ACTIONS(2025), - [anon_sym_override] = ACTIONS(2025), - [anon_sym_module] = ACTIONS(2025), - [anon_sym_any] = ACTIONS(2025), - [anon_sym_number] = ACTIONS(2025), - [anon_sym_boolean] = ACTIONS(2025), - [anon_sym_string] = ACTIONS(2025), - [anon_sym_symbol] = ACTIONS(2025), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [597] = { + [ts_builtin_sym_end] = ACTIONS(1504), + [sym_identifier] = ACTIONS(1506), + [anon_sym_export] = ACTIONS(1506), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_type] = ACTIONS(1506), + [anon_sym_namespace] = ACTIONS(1506), + [anon_sym_LBRACE] = ACTIONS(1504), + [anon_sym_RBRACE] = ACTIONS(1504), + [anon_sym_typeof] = ACTIONS(1506), + [anon_sym_import] = ACTIONS(1506), + [anon_sym_var] = ACTIONS(1506), + [anon_sym_let] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1504), + [anon_sym_else] = ACTIONS(1506), + [anon_sym_if] = ACTIONS(1506), + [anon_sym_switch] = ACTIONS(1506), + [anon_sym_for] = ACTIONS(1506), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_await] = ACTIONS(1506), + [anon_sym_while] = ACTIONS(1506), + [anon_sym_do] = ACTIONS(1506), + [anon_sym_try] = ACTIONS(1506), + [anon_sym_with] = ACTIONS(1506), + [anon_sym_break] = ACTIONS(1506), + [anon_sym_continue] = ACTIONS(1506), + [anon_sym_debugger] = ACTIONS(1506), + [anon_sym_return] = ACTIONS(1506), + [anon_sym_throw] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1506), + [anon_sym_yield] = ACTIONS(1506), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_LTtemplate_GT] = ACTIONS(1504), + [anon_sym_class] = ACTIONS(1506), + [anon_sym_async] = ACTIONS(1506), + [anon_sym_function] = ACTIONS(1506), + [anon_sym_new] = ACTIONS(1506), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_SLASH] = ACTIONS(1506), + [anon_sym_LT] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1504), + [anon_sym_void] = ACTIONS(1506), + [anon_sym_delete] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1504), + [anon_sym_SQUOTE] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1504), + [sym_number] = ACTIONS(1504), + [sym_this] = ACTIONS(1506), + [sym_super] = ACTIONS(1506), + [sym_true] = ACTIONS(1506), + [sym_false] = ACTIONS(1506), + [sym_null] = ACTIONS(1506), + [sym_undefined] = ACTIONS(1506), + [anon_sym_AT] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1506), + [anon_sym_readonly] = ACTIONS(1506), + [anon_sym_get] = ACTIONS(1506), + [anon_sym_set] = ACTIONS(1506), + [anon_sym_declare] = ACTIONS(1506), + [anon_sym_public] = ACTIONS(1506), + [anon_sym_private] = ACTIONS(1506), + [anon_sym_protected] = ACTIONS(1506), + [anon_sym_override] = ACTIONS(1506), + [anon_sym_module] = ACTIONS(1506), + [anon_sym_any] = ACTIONS(1506), + [anon_sym_number] = ACTIONS(1506), + [anon_sym_boolean] = ACTIONS(1506), + [anon_sym_string] = ACTIONS(1506), + [anon_sym_symbol] = ACTIONS(1506), + [anon_sym_abstract] = ACTIONS(1506), + [anon_sym_interface] = ACTIONS(1506), + [anon_sym_enum] = ACTIONS(1506), + [sym__automatic_semicolon] = ACTIONS(1512), }, - [611] = { - [sym__call_signature] = STATE(4149), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2023), - [anon_sym_export] = ACTIONS(2025), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2025), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2025), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(2037), - [anon_sym_of] = ACTIONS(2040), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2025), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2025), - [anon_sym_readonly] = ACTIONS(2025), - [anon_sym_get] = ACTIONS(2025), - [anon_sym_set] = ACTIONS(2025), - [anon_sym_declare] = ACTIONS(2025), - [anon_sym_public] = ACTIONS(2025), - [anon_sym_private] = ACTIONS(2025), - [anon_sym_protected] = ACTIONS(2025), - [anon_sym_override] = ACTIONS(2025), - [anon_sym_module] = ACTIONS(2025), - [anon_sym_any] = ACTIONS(2025), - [anon_sym_number] = ACTIONS(2025), - [anon_sym_boolean] = ACTIONS(2025), - [anon_sym_string] = ACTIONS(2025), - [anon_sym_symbol] = ACTIONS(2025), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [598] = { + [sym__call_signature] = STATE(4271), + [sym_formal_parameters] = STATE(3177), + [sym_type_parameters] = STATE(3944), + [sym_identifier] = ACTIONS(2001), + [anon_sym_export] = ACTIONS(2003), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2003), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2003), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2003), + [anon_sym_function] = ACTIONS(2008), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2003), + [anon_sym_readonly] = ACTIONS(2003), + [anon_sym_get] = ACTIONS(2003), + [anon_sym_set] = ACTIONS(2003), + [anon_sym_declare] = ACTIONS(2003), + [anon_sym_public] = ACTIONS(2003), + [anon_sym_private] = ACTIONS(2003), + [anon_sym_protected] = ACTIONS(2003), + [anon_sym_override] = ACTIONS(2003), + [anon_sym_module] = ACTIONS(2003), + [anon_sym_any] = ACTIONS(2003), + [anon_sym_number] = ACTIONS(2003), + [anon_sym_boolean] = ACTIONS(2003), + [anon_sym_string] = ACTIONS(2003), + [anon_sym_symbol] = ACTIONS(2003), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [612] = { - [ts_builtin_sym_end] = ACTIONS(1516), - [sym_identifier] = ACTIONS(1518), - [anon_sym_export] = ACTIONS(1518), - [anon_sym_default] = ACTIONS(1518), - [anon_sym_type] = ACTIONS(1518), - [anon_sym_namespace] = ACTIONS(1518), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1516), - [anon_sym_typeof] = ACTIONS(1518), - [anon_sym_import] = ACTIONS(1518), - [anon_sym_var] = ACTIONS(1518), - [anon_sym_let] = ACTIONS(1518), - [anon_sym_const] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1516), - [anon_sym_else] = ACTIONS(1518), - [anon_sym_if] = ACTIONS(1518), - [anon_sym_switch] = ACTIONS(1518), - [anon_sym_for] = ACTIONS(1518), - [anon_sym_LPAREN] = ACTIONS(1516), - [anon_sym_await] = ACTIONS(1518), - [anon_sym_while] = ACTIONS(1518), - [anon_sym_do] = ACTIONS(1518), - [anon_sym_try] = ACTIONS(1518), - [anon_sym_with] = ACTIONS(1518), - [anon_sym_break] = ACTIONS(1518), - [anon_sym_continue] = ACTIONS(1518), - [anon_sym_debugger] = ACTIONS(1518), - [anon_sym_return] = ACTIONS(1518), - [anon_sym_throw] = ACTIONS(1518), - [anon_sym_SEMI] = ACTIONS(1516), - [anon_sym_case] = ACTIONS(1518), - [anon_sym_yield] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_LTtemplate_GT] = ACTIONS(1516), - [anon_sym_LT] = ACTIONS(1518), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_class] = ACTIONS(1518), - [anon_sym_async] = ACTIONS(1518), - [anon_sym_function] = ACTIONS(1518), - [anon_sym_new] = ACTIONS(1518), - [anon_sym_PLUS] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1516), - [anon_sym_void] = ACTIONS(1518), - [anon_sym_delete] = ACTIONS(1518), - [anon_sym_PLUS_PLUS] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1516), - [sym_number] = ACTIONS(1516), - [sym_this] = ACTIONS(1518), - [sym_super] = ACTIONS(1518), - [sym_true] = ACTIONS(1518), - [sym_false] = ACTIONS(1518), - [sym_null] = ACTIONS(1518), - [sym_undefined] = ACTIONS(1518), - [anon_sym_AT] = ACTIONS(1516), - [anon_sym_static] = ACTIONS(1518), - [anon_sym_readonly] = ACTIONS(1518), - [anon_sym_get] = ACTIONS(1518), - [anon_sym_set] = ACTIONS(1518), - [anon_sym_declare] = ACTIONS(1518), - [anon_sym_public] = ACTIONS(1518), - [anon_sym_private] = ACTIONS(1518), - [anon_sym_protected] = ACTIONS(1518), - [anon_sym_override] = ACTIONS(1518), - [anon_sym_module] = ACTIONS(1518), - [anon_sym_any] = ACTIONS(1518), - [anon_sym_number] = ACTIONS(1518), - [anon_sym_boolean] = ACTIONS(1518), - [anon_sym_string] = ACTIONS(1518), - [anon_sym_symbol] = ACTIONS(1518), - [anon_sym_abstract] = ACTIONS(1518), - [anon_sym_interface] = ACTIONS(1518), - [anon_sym_enum] = ACTIONS(1518), - [sym__automatic_semicolon] = ACTIONS(1524), + [599] = { + [ts_builtin_sym_end] = ACTIONS(2089), + [sym_identifier] = ACTIONS(2091), + [anon_sym_export] = ACTIONS(2091), + [anon_sym_default] = ACTIONS(2091), + [anon_sym_type] = ACTIONS(2091), + [anon_sym_namespace] = ACTIONS(2091), + [anon_sym_LBRACE] = ACTIONS(2089), + [anon_sym_RBRACE] = ACTIONS(2089), + [anon_sym_typeof] = ACTIONS(2091), + [anon_sym_import] = ACTIONS(2091), + [anon_sym_var] = ACTIONS(2091), + [anon_sym_let] = ACTIONS(2091), + [anon_sym_const] = ACTIONS(2091), + [anon_sym_BANG] = ACTIONS(2089), + [anon_sym_else] = ACTIONS(2091), + [anon_sym_if] = ACTIONS(2091), + [anon_sym_switch] = ACTIONS(2091), + [anon_sym_for] = ACTIONS(2091), + [anon_sym_LPAREN] = ACTIONS(2089), + [anon_sym_await] = ACTIONS(2091), + [anon_sym_while] = ACTIONS(2091), + [anon_sym_do] = ACTIONS(2091), + [anon_sym_try] = ACTIONS(2091), + [anon_sym_with] = ACTIONS(2091), + [anon_sym_break] = ACTIONS(2091), + [anon_sym_continue] = ACTIONS(2091), + [anon_sym_debugger] = ACTIONS(2091), + [anon_sym_return] = ACTIONS(2091), + [anon_sym_throw] = ACTIONS(2091), + [anon_sym_SEMI] = ACTIONS(2089), + [anon_sym_case] = ACTIONS(2091), + [anon_sym_finally] = ACTIONS(2091), + [anon_sym_yield] = ACTIONS(2091), + [anon_sym_LBRACK] = ACTIONS(2089), + [anon_sym_LTtemplate_GT] = ACTIONS(2089), + [anon_sym_class] = ACTIONS(2091), + [anon_sym_async] = ACTIONS(2091), + [anon_sym_function] = ACTIONS(2091), + [anon_sym_new] = ACTIONS(2091), + [anon_sym_PLUS] = ACTIONS(2091), + [anon_sym_DASH] = ACTIONS(2091), + [anon_sym_SLASH] = ACTIONS(2091), + [anon_sym_LT] = ACTIONS(2091), + [anon_sym_TILDE] = ACTIONS(2089), + [anon_sym_void] = ACTIONS(2091), + [anon_sym_delete] = ACTIONS(2091), + [anon_sym_PLUS_PLUS] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_DQUOTE] = ACTIONS(2089), + [anon_sym_SQUOTE] = ACTIONS(2089), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2089), + [sym_number] = ACTIONS(2089), + [sym_this] = ACTIONS(2091), + [sym_super] = ACTIONS(2091), + [sym_true] = ACTIONS(2091), + [sym_false] = ACTIONS(2091), + [sym_null] = ACTIONS(2091), + [sym_undefined] = ACTIONS(2091), + [anon_sym_AT] = ACTIONS(2089), + [anon_sym_static] = ACTIONS(2091), + [anon_sym_readonly] = ACTIONS(2091), + [anon_sym_get] = ACTIONS(2091), + [anon_sym_set] = ACTIONS(2091), + [anon_sym_declare] = ACTIONS(2091), + [anon_sym_public] = ACTIONS(2091), + [anon_sym_private] = ACTIONS(2091), + [anon_sym_protected] = ACTIONS(2091), + [anon_sym_override] = ACTIONS(2091), + [anon_sym_module] = ACTIONS(2091), + [anon_sym_any] = ACTIONS(2091), + [anon_sym_number] = ACTIONS(2091), + [anon_sym_boolean] = ACTIONS(2091), + [anon_sym_string] = ACTIONS(2091), + [anon_sym_symbol] = ACTIONS(2091), + [anon_sym_abstract] = ACTIONS(2091), + [anon_sym_interface] = ACTIONS(2091), + [anon_sym_enum] = ACTIONS(2091), }, - [613] = { - [ts_builtin_sym_end] = ACTIONS(1566), - [sym_identifier] = ACTIONS(1568), - [anon_sym_export] = ACTIONS(1568), - [anon_sym_default] = ACTIONS(1568), - [anon_sym_type] = ACTIONS(1568), - [anon_sym_namespace] = ACTIONS(1568), - [anon_sym_LBRACE] = ACTIONS(1566), - [anon_sym_RBRACE] = ACTIONS(1566), - [anon_sym_typeof] = ACTIONS(1568), - [anon_sym_import] = ACTIONS(1568), - [anon_sym_var] = ACTIONS(1568), - [anon_sym_let] = ACTIONS(1568), - [anon_sym_const] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1566), - [anon_sym_else] = ACTIONS(1568), - [anon_sym_if] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1568), - [anon_sym_for] = ACTIONS(1568), - [anon_sym_LPAREN] = ACTIONS(1566), - [anon_sym_await] = ACTIONS(1568), - [anon_sym_while] = ACTIONS(1568), - [anon_sym_do] = ACTIONS(1568), - [anon_sym_try] = ACTIONS(1568), - [anon_sym_with] = ACTIONS(1568), - [anon_sym_break] = ACTIONS(1568), - [anon_sym_continue] = ACTIONS(1568), - [anon_sym_debugger] = ACTIONS(1568), - [anon_sym_return] = ACTIONS(1568), - [anon_sym_throw] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1566), - [anon_sym_case] = ACTIONS(1568), - [anon_sym_yield] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_LTtemplate_GT] = ACTIONS(1566), - [anon_sym_LT] = ACTIONS(1568), - [anon_sym_SLASH] = ACTIONS(1568), - [anon_sym_class] = ACTIONS(1568), - [anon_sym_async] = ACTIONS(1568), - [anon_sym_function] = ACTIONS(1568), - [anon_sym_new] = ACTIONS(1568), - [anon_sym_PLUS] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1566), - [anon_sym_void] = ACTIONS(1568), - [anon_sym_delete] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1566), - [anon_sym_DASH_DASH] = ACTIONS(1566), - [anon_sym_DQUOTE] = ACTIONS(1566), - [anon_sym_SQUOTE] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1566), - [sym_number] = ACTIONS(1566), - [sym_this] = ACTIONS(1568), - [sym_super] = ACTIONS(1568), - [sym_true] = ACTIONS(1568), - [sym_false] = ACTIONS(1568), - [sym_null] = ACTIONS(1568), - [sym_undefined] = ACTIONS(1568), - [anon_sym_AT] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1568), - [anon_sym_readonly] = ACTIONS(1568), - [anon_sym_get] = ACTIONS(1568), - [anon_sym_set] = ACTIONS(1568), - [anon_sym_declare] = ACTIONS(1568), - [anon_sym_public] = ACTIONS(1568), - [anon_sym_private] = ACTIONS(1568), - [anon_sym_protected] = ACTIONS(1568), - [anon_sym_override] = ACTIONS(1568), - [anon_sym_module] = ACTIONS(1568), - [anon_sym_any] = ACTIONS(1568), - [anon_sym_number] = ACTIONS(1568), - [anon_sym_boolean] = ACTIONS(1568), - [anon_sym_string] = ACTIONS(1568), - [anon_sym_symbol] = ACTIONS(1568), - [anon_sym_abstract] = ACTIONS(1568), - [anon_sym_interface] = ACTIONS(1568), - [anon_sym_enum] = ACTIONS(1568), - [sym__automatic_semicolon] = ACTIONS(1574), + [600] = { + [ts_builtin_sym_end] = ACTIONS(1582), + [sym_identifier] = ACTIONS(1584), + [anon_sym_export] = ACTIONS(1584), + [anon_sym_default] = ACTIONS(1584), + [anon_sym_type] = ACTIONS(1584), + [anon_sym_namespace] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_typeof] = ACTIONS(1584), + [anon_sym_import] = ACTIONS(1584), + [anon_sym_var] = ACTIONS(1584), + [anon_sym_let] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_BANG] = ACTIONS(1582), + [anon_sym_else] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_switch] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_LPAREN] = ACTIONS(1582), + [anon_sym_await] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_with] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_debugger] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_throw] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_case] = ACTIONS(1584), + [anon_sym_yield] = ACTIONS(1584), + [anon_sym_LBRACK] = ACTIONS(1582), + [anon_sym_LTtemplate_GT] = ACTIONS(1582), + [anon_sym_class] = ACTIONS(1584), + [anon_sym_async] = ACTIONS(1584), + [anon_sym_function] = ACTIONS(1584), + [anon_sym_new] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_SLASH] = ACTIONS(1584), + [anon_sym_LT] = ACTIONS(1584), + [anon_sym_TILDE] = ACTIONS(1582), + [anon_sym_void] = ACTIONS(1584), + [anon_sym_delete] = ACTIONS(1584), + [anon_sym_PLUS_PLUS] = ACTIONS(1582), + [anon_sym_DASH_DASH] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1582), + [anon_sym_SQUOTE] = ACTIONS(1582), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1582), + [sym_number] = ACTIONS(1582), + [sym_this] = ACTIONS(1584), + [sym_super] = ACTIONS(1584), + [sym_true] = ACTIONS(1584), + [sym_false] = ACTIONS(1584), + [sym_null] = ACTIONS(1584), + [sym_undefined] = ACTIONS(1584), + [anon_sym_AT] = ACTIONS(1582), + [anon_sym_static] = ACTIONS(1584), + [anon_sym_readonly] = ACTIONS(1584), + [anon_sym_get] = ACTIONS(1584), + [anon_sym_set] = ACTIONS(1584), + [anon_sym_declare] = ACTIONS(1584), + [anon_sym_public] = ACTIONS(1584), + [anon_sym_private] = ACTIONS(1584), + [anon_sym_protected] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1584), + [anon_sym_module] = ACTIONS(1584), + [anon_sym_any] = ACTIONS(1584), + [anon_sym_number] = ACTIONS(1584), + [anon_sym_boolean] = ACTIONS(1584), + [anon_sym_string] = ACTIONS(1584), + [anon_sym_symbol] = ACTIONS(1584), + [anon_sym_abstract] = ACTIONS(1584), + [anon_sym_interface] = ACTIONS(1584), + [anon_sym_enum] = ACTIONS(1584), + [sym__automatic_semicolon] = ACTIONS(1590), }, - [614] = { + [601] = { [ts_builtin_sym_end] = ACTIONS(2093), [sym_identifier] = ACTIONS(2095), [anon_sym_export] = ACTIONS(2095), @@ -82779,6 +81524,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_switch] = ACTIONS(2095), [anon_sym_for] = ACTIONS(2095), [anon_sym_LPAREN] = ACTIONS(2093), + [anon_sym_RPAREN] = ACTIONS(2093), [anon_sym_await] = ACTIONS(2095), [anon_sym_while] = ACTIONS(2095), [anon_sym_do] = ACTIONS(2095), @@ -82791,23 +81537,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2095), [anon_sym_SEMI] = ACTIONS(2093), [anon_sym_case] = ACTIONS(2095), - [anon_sym_finally] = ACTIONS(2095), [anon_sym_yield] = ACTIONS(2095), [anon_sym_LBRACK] = ACTIONS(2093), [anon_sym_LTtemplate_GT] = ACTIONS(2093), - [anon_sym_LT] = ACTIONS(2095), - [anon_sym_SLASH] = ACTIONS(2095), [anon_sym_class] = ACTIONS(2095), [anon_sym_async] = ACTIONS(2095), [anon_sym_function] = ACTIONS(2095), [anon_sym_new] = ACTIONS(2095), [anon_sym_PLUS] = ACTIONS(2095), [anon_sym_DASH] = ACTIONS(2095), + [anon_sym_SLASH] = ACTIONS(2095), + [anon_sym_LT] = ACTIONS(2095), [anon_sym_TILDE] = ACTIONS(2093), [anon_sym_void] = ACTIONS(2095), [anon_sym_delete] = ACTIONS(2095), [anon_sym_PLUS_PLUS] = ACTIONS(2093), - [anon_sym_DASH_DASH] = ACTIONS(2093), + [anon_sym_DASH_DASH] = ACTIONS(2095), [anon_sym_DQUOTE] = ACTIONS(2093), [anon_sym_SQUOTE] = ACTIONS(2093), [sym_comment] = ACTIONS(3), @@ -82839,327 +81584,487 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2095), [anon_sym_enum] = ACTIONS(2095), }, - [615] = { - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), - [anon_sym_type] = ACTIONS(1443), - [anon_sym_namespace] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_typeof] = ACTIONS(1443), - [anon_sym_import] = ACTIONS(1443), - [anon_sym_var] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1441), - [anon_sym_else] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_switch] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_await] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_do] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [anon_sym_with] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_debugger] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_throw] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LTtemplate_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_DOT] = ACTIONS(1443), - [anon_sym_class] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_function] = ACTIONS(1443), - [anon_sym_new] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1441), - [anon_sym_void] = ACTIONS(1443), - [anon_sym_delete] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1441), - [sym_number] = ACTIONS(1441), - [sym_this] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_true] = ACTIONS(1443), - [sym_false] = ACTIONS(1443), - [sym_null] = ACTIONS(1443), - [sym_undefined] = ACTIONS(1443), - [anon_sym_AT] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1443), - [anon_sym_readonly] = ACTIONS(1443), - [anon_sym_get] = ACTIONS(1443), - [anon_sym_set] = ACTIONS(1443), - [anon_sym_declare] = ACTIONS(1443), - [anon_sym_public] = ACTIONS(1443), - [anon_sym_private] = ACTIONS(1443), - [anon_sym_protected] = ACTIONS(1443), - [anon_sym_override] = ACTIONS(1443), - [anon_sym_module] = ACTIONS(1443), - [anon_sym_any] = ACTIONS(1443), - [anon_sym_number] = ACTIONS(1443), - [anon_sym_boolean] = ACTIONS(1443), - [anon_sym_string] = ACTIONS(1443), - [anon_sym_symbol] = ACTIONS(1443), - [anon_sym_abstract] = ACTIONS(1443), - [anon_sym_interface] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), + [602] = { + [ts_builtin_sym_end] = ACTIONS(1435), + [sym_identifier] = ACTIONS(1437), + [anon_sym_export] = ACTIONS(1437), + [anon_sym_default] = ACTIONS(1437), + [anon_sym_type] = ACTIONS(1437), + [anon_sym_namespace] = ACTIONS(1437), + [anon_sym_LBRACE] = ACTIONS(1435), + [anon_sym_RBRACE] = ACTIONS(1435), + [anon_sym_typeof] = ACTIONS(1437), + [anon_sym_import] = ACTIONS(1437), + [anon_sym_var] = ACTIONS(1437), + [anon_sym_let] = ACTIONS(1437), + [anon_sym_const] = ACTIONS(1437), + [anon_sym_BANG] = ACTIONS(1435), + [anon_sym_else] = ACTIONS(1437), + [anon_sym_if] = ACTIONS(1437), + [anon_sym_switch] = ACTIONS(1437), + [anon_sym_for] = ACTIONS(1437), + [anon_sym_LPAREN] = ACTIONS(1435), + [anon_sym_await] = ACTIONS(1437), + [anon_sym_while] = ACTIONS(1437), + [anon_sym_do] = ACTIONS(1437), + [anon_sym_try] = ACTIONS(1437), + [anon_sym_with] = ACTIONS(1437), + [anon_sym_break] = ACTIONS(1437), + [anon_sym_continue] = ACTIONS(1437), + [anon_sym_debugger] = ACTIONS(1437), + [anon_sym_return] = ACTIONS(1437), + [anon_sym_throw] = ACTIONS(1437), + [anon_sym_SEMI] = ACTIONS(1435), + [anon_sym_case] = ACTIONS(1437), + [anon_sym_yield] = ACTIONS(1437), + [anon_sym_LBRACK] = ACTIONS(1435), + [anon_sym_LTtemplate_GT] = ACTIONS(1435), + [anon_sym_class] = ACTIONS(1437), + [anon_sym_async] = ACTIONS(1437), + [anon_sym_function] = ACTIONS(1437), + [anon_sym_new] = ACTIONS(1437), + [anon_sym_PLUS] = ACTIONS(1437), + [anon_sym_DASH] = ACTIONS(1437), + [anon_sym_SLASH] = ACTIONS(1437), + [anon_sym_LT] = ACTIONS(1437), + [anon_sym_TILDE] = ACTIONS(1435), + [anon_sym_void] = ACTIONS(1437), + [anon_sym_delete] = ACTIONS(1437), + [anon_sym_PLUS_PLUS] = ACTIONS(1435), + [anon_sym_DASH_DASH] = ACTIONS(1437), + [anon_sym_DQUOTE] = ACTIONS(1435), + [anon_sym_SQUOTE] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1435), + [sym_number] = ACTIONS(1435), + [sym_this] = ACTIONS(1437), + [sym_super] = ACTIONS(1437), + [sym_true] = ACTIONS(1437), + [sym_false] = ACTIONS(1437), + [sym_null] = ACTIONS(1437), + [sym_undefined] = ACTIONS(1437), + [anon_sym_AT] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1437), + [anon_sym_readonly] = ACTIONS(1437), + [anon_sym_get] = ACTIONS(1437), + [anon_sym_set] = ACTIONS(1437), + [anon_sym_declare] = ACTIONS(1437), + [anon_sym_public] = ACTIONS(1437), + [anon_sym_private] = ACTIONS(1437), + [anon_sym_protected] = ACTIONS(1437), + [anon_sym_override] = ACTIONS(1437), + [anon_sym_module] = ACTIONS(1437), + [anon_sym_any] = ACTIONS(1437), + [anon_sym_number] = ACTIONS(1437), + [anon_sym_boolean] = ACTIONS(1437), + [anon_sym_string] = ACTIONS(1437), + [anon_sym_symbol] = ACTIONS(1437), + [anon_sym_abstract] = ACTIONS(1437), + [anon_sym_interface] = ACTIONS(1437), + [anon_sym_enum] = ACTIONS(1437), + [sym__automatic_semicolon] = ACTIONS(1443), }, - [616] = { - [ts_builtin_sym_end] = ACTIONS(2097), - [sym_identifier] = ACTIONS(2099), - [anon_sym_export] = ACTIONS(2099), - [anon_sym_default] = ACTIONS(2099), - [anon_sym_type] = ACTIONS(2099), - [anon_sym_namespace] = ACTIONS(2099), - [anon_sym_LBRACE] = ACTIONS(2097), - [anon_sym_RBRACE] = ACTIONS(2097), - [anon_sym_typeof] = ACTIONS(2099), - [anon_sym_import] = ACTIONS(2099), - [anon_sym_var] = ACTIONS(2099), - [anon_sym_let] = ACTIONS(2099), - [anon_sym_const] = ACTIONS(2099), - [anon_sym_BANG] = ACTIONS(2097), - [anon_sym_else] = ACTIONS(2099), - [anon_sym_if] = ACTIONS(2099), - [anon_sym_switch] = ACTIONS(2099), - [anon_sym_for] = ACTIONS(2099), - [anon_sym_LPAREN] = ACTIONS(2097), - [anon_sym_RPAREN] = ACTIONS(2097), - [anon_sym_await] = ACTIONS(2099), - [anon_sym_while] = ACTIONS(2099), - [anon_sym_do] = ACTIONS(2099), - [anon_sym_try] = ACTIONS(2099), - [anon_sym_with] = ACTIONS(2099), - [anon_sym_break] = ACTIONS(2099), - [anon_sym_continue] = ACTIONS(2099), - [anon_sym_debugger] = ACTIONS(2099), - [anon_sym_return] = ACTIONS(2099), - [anon_sym_throw] = ACTIONS(2099), - [anon_sym_SEMI] = ACTIONS(2097), - [anon_sym_case] = ACTIONS(2099), - [anon_sym_yield] = ACTIONS(2099), - [anon_sym_LBRACK] = ACTIONS(2097), - [anon_sym_LTtemplate_GT] = ACTIONS(2097), - [anon_sym_LT] = ACTIONS(2099), - [anon_sym_SLASH] = ACTIONS(2099), - [anon_sym_class] = ACTIONS(2099), - [anon_sym_async] = ACTIONS(2099), - [anon_sym_function] = ACTIONS(2099), - [anon_sym_new] = ACTIONS(2099), - [anon_sym_PLUS] = ACTIONS(2099), - [anon_sym_DASH] = ACTIONS(2099), - [anon_sym_TILDE] = ACTIONS(2097), - [anon_sym_void] = ACTIONS(2099), - [anon_sym_delete] = ACTIONS(2099), - [anon_sym_PLUS_PLUS] = ACTIONS(2097), - [anon_sym_DASH_DASH] = ACTIONS(2097), - [anon_sym_DQUOTE] = ACTIONS(2097), - [anon_sym_SQUOTE] = ACTIONS(2097), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2097), - [sym_number] = ACTIONS(2097), - [sym_this] = ACTIONS(2099), - [sym_super] = ACTIONS(2099), - [sym_true] = ACTIONS(2099), - [sym_false] = ACTIONS(2099), - [sym_null] = ACTIONS(2099), - [sym_undefined] = ACTIONS(2099), - [anon_sym_AT] = ACTIONS(2097), - [anon_sym_static] = ACTIONS(2099), - [anon_sym_readonly] = ACTIONS(2099), - [anon_sym_get] = ACTIONS(2099), - [anon_sym_set] = ACTIONS(2099), - [anon_sym_declare] = ACTIONS(2099), - [anon_sym_public] = ACTIONS(2099), - [anon_sym_private] = ACTIONS(2099), - [anon_sym_protected] = ACTIONS(2099), - [anon_sym_override] = ACTIONS(2099), - [anon_sym_module] = ACTIONS(2099), - [anon_sym_any] = ACTIONS(2099), - [anon_sym_number] = ACTIONS(2099), - [anon_sym_boolean] = ACTIONS(2099), - [anon_sym_string] = ACTIONS(2099), - [anon_sym_symbol] = ACTIONS(2099), - [anon_sym_abstract] = ACTIONS(2099), - [anon_sym_interface] = ACTIONS(2099), - [anon_sym_enum] = ACTIONS(2099), + [603] = { + [ts_builtin_sym_end] = ACTIONS(1450), + [sym_identifier] = ACTIONS(1452), + [anon_sym_export] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_type] = ACTIONS(1452), + [anon_sym_namespace] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_RBRACE] = ACTIONS(1450), + [anon_sym_typeof] = ACTIONS(1452), + [anon_sym_import] = ACTIONS(1452), + [anon_sym_var] = ACTIONS(1452), + [anon_sym_let] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_BANG] = ACTIONS(1450), + [anon_sym_else] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_LPAREN] = ACTIONS(1450), + [anon_sym_await] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_try] = ACTIONS(1452), + [anon_sym_with] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_debugger] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_throw] = ACTIONS(1452), + [anon_sym_SEMI] = ACTIONS(1450), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_yield] = ACTIONS(1452), + [anon_sym_LBRACK] = ACTIONS(1450), + [anon_sym_LTtemplate_GT] = ACTIONS(1450), + [anon_sym_class] = ACTIONS(1452), + [anon_sym_async] = ACTIONS(1452), + [anon_sym_function] = ACTIONS(1452), + [anon_sym_new] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_SLASH] = ACTIONS(1452), + [anon_sym_LT] = ACTIONS(1452), + [anon_sym_TILDE] = ACTIONS(1450), + [anon_sym_void] = ACTIONS(1452), + [anon_sym_delete] = ACTIONS(1452), + [anon_sym_PLUS_PLUS] = ACTIONS(1450), + [anon_sym_DASH_DASH] = ACTIONS(1452), + [anon_sym_DQUOTE] = ACTIONS(1450), + [anon_sym_SQUOTE] = ACTIONS(1450), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1450), + [sym_number] = ACTIONS(1450), + [sym_this] = ACTIONS(1452), + [sym_super] = ACTIONS(1452), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [sym_null] = ACTIONS(1452), + [sym_undefined] = ACTIONS(1452), + [anon_sym_AT] = ACTIONS(1450), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_readonly] = ACTIONS(1452), + [anon_sym_get] = ACTIONS(1452), + [anon_sym_set] = ACTIONS(1452), + [anon_sym_declare] = ACTIONS(1452), + [anon_sym_public] = ACTIONS(1452), + [anon_sym_private] = ACTIONS(1452), + [anon_sym_protected] = ACTIONS(1452), + [anon_sym_override] = ACTIONS(1452), + [anon_sym_module] = ACTIONS(1452), + [anon_sym_any] = ACTIONS(1452), + [anon_sym_number] = ACTIONS(1452), + [anon_sym_boolean] = ACTIONS(1452), + [anon_sym_string] = ACTIONS(1452), + [anon_sym_symbol] = ACTIONS(1452), + [anon_sym_abstract] = ACTIONS(1452), + [anon_sym_interface] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [sym__automatic_semicolon] = ACTIONS(1458), }, - [617] = { - [sym__call_signature] = STATE(4149), - [sym_formal_parameters] = STATE(3123), - [sym_type_parameters] = STATE(3937), - [sym_identifier] = ACTIONS(2023), - [anon_sym_export] = ACTIONS(2025), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2025), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2025), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(2018), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_async] = ACTIONS(2025), - [anon_sym_function] = ACTIONS(2021), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_static] = ACTIONS(2025), - [anon_sym_readonly] = ACTIONS(2025), - [anon_sym_get] = ACTIONS(2025), - [anon_sym_set] = ACTIONS(2025), - [anon_sym_declare] = ACTIONS(2025), - [anon_sym_public] = ACTIONS(2025), - [anon_sym_private] = ACTIONS(2025), - [anon_sym_protected] = ACTIONS(2025), - [anon_sym_override] = ACTIONS(2025), - [anon_sym_module] = ACTIONS(2025), - [anon_sym_any] = ACTIONS(2025), - [anon_sym_number] = ACTIONS(2025), - [anon_sym_boolean] = ACTIONS(2025), - [anon_sym_string] = ACTIONS(2025), - [anon_sym_symbol] = ACTIONS(2025), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [604] = { + [ts_builtin_sym_end] = ACTIONS(1500), + [sym_identifier] = ACTIONS(1502), + [anon_sym_export] = ACTIONS(1502), + [anon_sym_default] = ACTIONS(1502), + [anon_sym_type] = ACTIONS(1502), + [anon_sym_namespace] = ACTIONS(1502), + [anon_sym_LBRACE] = ACTIONS(1500), + [anon_sym_RBRACE] = ACTIONS(1500), + [anon_sym_typeof] = ACTIONS(1502), + [anon_sym_import] = ACTIONS(1502), + [anon_sym_var] = ACTIONS(1502), + [anon_sym_let] = ACTIONS(1502), + [anon_sym_const] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1500), + [anon_sym_else] = ACTIONS(1502), + [anon_sym_if] = ACTIONS(1502), + [anon_sym_switch] = ACTIONS(1502), + [anon_sym_for] = ACTIONS(1502), + [anon_sym_LPAREN] = ACTIONS(1500), + [anon_sym_await] = ACTIONS(1502), + [anon_sym_while] = ACTIONS(1502), + [anon_sym_do] = ACTIONS(1502), + [anon_sym_try] = ACTIONS(1502), + [anon_sym_with] = ACTIONS(1502), + [anon_sym_break] = ACTIONS(1502), + [anon_sym_continue] = ACTIONS(1502), + [anon_sym_debugger] = ACTIONS(1502), + [anon_sym_return] = ACTIONS(1502), + [anon_sym_throw] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1502), + [anon_sym_yield] = ACTIONS(1502), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_LTtemplate_GT] = ACTIONS(1500), + [anon_sym_DOT] = ACTIONS(1502), + [anon_sym_class] = ACTIONS(1502), + [anon_sym_async] = ACTIONS(1502), + [anon_sym_function] = ACTIONS(1502), + [anon_sym_new] = ACTIONS(1502), + [anon_sym_PLUS] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1502), + [anon_sym_SLASH] = ACTIONS(1502), + [anon_sym_LT] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1500), + [anon_sym_void] = ACTIONS(1502), + [anon_sym_delete] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1500), + [anon_sym_SQUOTE] = ACTIONS(1500), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1500), + [sym_number] = ACTIONS(1500), + [sym_this] = ACTIONS(1502), + [sym_super] = ACTIONS(1502), + [sym_true] = ACTIONS(1502), + [sym_false] = ACTIONS(1502), + [sym_null] = ACTIONS(1502), + [sym_undefined] = ACTIONS(1502), + [anon_sym_AT] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1502), + [anon_sym_readonly] = ACTIONS(1502), + [anon_sym_get] = ACTIONS(1502), + [anon_sym_set] = ACTIONS(1502), + [anon_sym_declare] = ACTIONS(1502), + [anon_sym_public] = ACTIONS(1502), + [anon_sym_private] = ACTIONS(1502), + [anon_sym_protected] = ACTIONS(1502), + [anon_sym_override] = ACTIONS(1502), + [anon_sym_module] = ACTIONS(1502), + [anon_sym_any] = ACTIONS(1502), + [anon_sym_number] = ACTIONS(1502), + [anon_sym_boolean] = ACTIONS(1502), + [anon_sym_string] = ACTIONS(1502), + [anon_sym_symbol] = ACTIONS(1502), + [anon_sym_abstract] = ACTIONS(1502), + [anon_sym_interface] = ACTIONS(1502), + [anon_sym_enum] = ACTIONS(1502), }, - [618] = { - [ts_builtin_sym_end] = ACTIONS(1489), - [sym_identifier] = ACTIONS(1491), - [anon_sym_export] = ACTIONS(1491), - [anon_sym_default] = ACTIONS(1491), - [anon_sym_type] = ACTIONS(1491), - [anon_sym_namespace] = ACTIONS(1491), - [anon_sym_LBRACE] = ACTIONS(1489), - [anon_sym_RBRACE] = ACTIONS(1489), - [anon_sym_typeof] = ACTIONS(1491), - [anon_sym_import] = ACTIONS(1491), - [anon_sym_var] = ACTIONS(1491), - [anon_sym_let] = ACTIONS(1491), - [anon_sym_const] = ACTIONS(1491), - [anon_sym_BANG] = ACTIONS(1489), - [anon_sym_else] = ACTIONS(1491), - [anon_sym_if] = ACTIONS(1491), - [anon_sym_switch] = ACTIONS(1491), - [anon_sym_for] = ACTIONS(1491), - [anon_sym_LPAREN] = ACTIONS(1489), - [anon_sym_await] = ACTIONS(1491), - [anon_sym_while] = ACTIONS(1491), - [anon_sym_do] = ACTIONS(1491), - [anon_sym_try] = ACTIONS(1491), - [anon_sym_with] = ACTIONS(1491), - [anon_sym_break] = ACTIONS(1491), - [anon_sym_continue] = ACTIONS(1491), - [anon_sym_debugger] = ACTIONS(1491), - [anon_sym_return] = ACTIONS(1491), - [anon_sym_throw] = ACTIONS(1491), - [anon_sym_SEMI] = ACTIONS(1489), - [anon_sym_case] = ACTIONS(1491), - [anon_sym_yield] = ACTIONS(1491), - [anon_sym_LBRACK] = ACTIONS(1489), - [anon_sym_LTtemplate_GT] = ACTIONS(1489), - [anon_sym_LT] = ACTIONS(1491), - [anon_sym_SLASH] = ACTIONS(1491), - [anon_sym_class] = ACTIONS(1491), - [anon_sym_async] = ACTIONS(1491), - [anon_sym_function] = ACTIONS(1491), - [anon_sym_new] = ACTIONS(1491), - [anon_sym_PLUS] = ACTIONS(1491), - [anon_sym_DASH] = ACTIONS(1491), - [anon_sym_TILDE] = ACTIONS(1489), - [anon_sym_void] = ACTIONS(1491), - [anon_sym_delete] = ACTIONS(1491), - [anon_sym_PLUS_PLUS] = ACTIONS(1489), - [anon_sym_DASH_DASH] = ACTIONS(1489), - [anon_sym_DQUOTE] = ACTIONS(1489), - [anon_sym_SQUOTE] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1489), - [sym_number] = ACTIONS(1489), - [sym_this] = ACTIONS(1491), - [sym_super] = ACTIONS(1491), - [sym_true] = ACTIONS(1491), - [sym_false] = ACTIONS(1491), - [sym_null] = ACTIONS(1491), - [sym_undefined] = ACTIONS(1491), - [anon_sym_AT] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1491), - [anon_sym_readonly] = ACTIONS(1491), - [anon_sym_get] = ACTIONS(1491), - [anon_sym_set] = ACTIONS(1491), - [anon_sym_declare] = ACTIONS(1491), - [anon_sym_public] = ACTIONS(1491), - [anon_sym_private] = ACTIONS(1491), - [anon_sym_protected] = ACTIONS(1491), - [anon_sym_override] = ACTIONS(1491), - [anon_sym_module] = ACTIONS(1491), - [anon_sym_any] = ACTIONS(1491), - [anon_sym_number] = ACTIONS(1491), - [anon_sym_boolean] = ACTIONS(1491), - [anon_sym_string] = ACTIONS(1491), - [anon_sym_symbol] = ACTIONS(1491), - [anon_sym_abstract] = ACTIONS(1491), - [anon_sym_interface] = ACTIONS(1491), - [anon_sym_enum] = ACTIONS(1491), - [sym__automatic_semicolon] = ACTIONS(1497), + [605] = { + [ts_builtin_sym_end] = ACTIONS(1514), + [sym_identifier] = ACTIONS(1516), + [anon_sym_export] = ACTIONS(1516), + [anon_sym_default] = ACTIONS(1516), + [anon_sym_type] = ACTIONS(1516), + [anon_sym_namespace] = ACTIONS(1516), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_RBRACE] = ACTIONS(1514), + [anon_sym_typeof] = ACTIONS(1516), + [anon_sym_import] = ACTIONS(1516), + [anon_sym_var] = ACTIONS(1516), + [anon_sym_let] = ACTIONS(1516), + [anon_sym_const] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1514), + [anon_sym_else] = ACTIONS(1516), + [anon_sym_if] = ACTIONS(1516), + [anon_sym_switch] = ACTIONS(1516), + [anon_sym_for] = ACTIONS(1516), + [anon_sym_LPAREN] = ACTIONS(1514), + [anon_sym_await] = ACTIONS(1516), + [anon_sym_while] = ACTIONS(1516), + [anon_sym_do] = ACTIONS(1516), + [anon_sym_try] = ACTIONS(1516), + [anon_sym_with] = ACTIONS(1516), + [anon_sym_break] = ACTIONS(1516), + [anon_sym_continue] = ACTIONS(1516), + [anon_sym_debugger] = ACTIONS(1516), + [anon_sym_return] = ACTIONS(1516), + [anon_sym_throw] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_case] = ACTIONS(1516), + [anon_sym_yield] = ACTIONS(1516), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_LTtemplate_GT] = ACTIONS(1514), + [anon_sym_DOT] = ACTIONS(1516), + [anon_sym_class] = ACTIONS(1516), + [anon_sym_async] = ACTIONS(1516), + [anon_sym_function] = ACTIONS(1516), + [anon_sym_new] = ACTIONS(1516), + [anon_sym_PLUS] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1516), + [anon_sym_SLASH] = ACTIONS(1516), + [anon_sym_LT] = ACTIONS(1516), + [anon_sym_TILDE] = ACTIONS(1514), + [anon_sym_void] = ACTIONS(1516), + [anon_sym_delete] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1514), + [anon_sym_DASH_DASH] = ACTIONS(1516), + [anon_sym_DQUOTE] = ACTIONS(1514), + [anon_sym_SQUOTE] = ACTIONS(1514), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1514), + [sym_number] = ACTIONS(1514), + [sym_this] = ACTIONS(1516), + [sym_super] = ACTIONS(1516), + [sym_true] = ACTIONS(1516), + [sym_false] = ACTIONS(1516), + [sym_null] = ACTIONS(1516), + [sym_undefined] = ACTIONS(1516), + [anon_sym_AT] = ACTIONS(1514), + [anon_sym_static] = ACTIONS(1516), + [anon_sym_readonly] = ACTIONS(1516), + [anon_sym_get] = ACTIONS(1516), + [anon_sym_set] = ACTIONS(1516), + [anon_sym_declare] = ACTIONS(1516), + [anon_sym_public] = ACTIONS(1516), + [anon_sym_private] = ACTIONS(1516), + [anon_sym_protected] = ACTIONS(1516), + [anon_sym_override] = ACTIONS(1516), + [anon_sym_module] = ACTIONS(1516), + [anon_sym_any] = ACTIONS(1516), + [anon_sym_number] = ACTIONS(1516), + [anon_sym_boolean] = ACTIONS(1516), + [anon_sym_string] = ACTIONS(1516), + [anon_sym_symbol] = ACTIONS(1516), + [anon_sym_abstract] = ACTIONS(1516), + [anon_sym_interface] = ACTIONS(1516), + [anon_sym_enum] = ACTIONS(1516), }, - [619] = { + [606] = { + [ts_builtin_sym_end] = ACTIONS(1614), + [sym_identifier] = ACTIONS(1616), + [anon_sym_export] = ACTIONS(1616), + [anon_sym_default] = ACTIONS(1616), + [anon_sym_type] = ACTIONS(1616), + [anon_sym_namespace] = ACTIONS(1616), + [anon_sym_LBRACE] = ACTIONS(1614), + [anon_sym_RBRACE] = ACTIONS(1614), + [anon_sym_typeof] = ACTIONS(1616), + [anon_sym_import] = ACTIONS(1616), + [anon_sym_var] = ACTIONS(1616), + [anon_sym_let] = ACTIONS(1616), + [anon_sym_const] = ACTIONS(1616), + [anon_sym_BANG] = ACTIONS(1614), + [anon_sym_else] = ACTIONS(1616), + [anon_sym_if] = ACTIONS(1616), + [anon_sym_switch] = ACTIONS(1616), + [anon_sym_for] = ACTIONS(1616), + [anon_sym_LPAREN] = ACTIONS(1614), + [anon_sym_await] = ACTIONS(1616), + [anon_sym_while] = ACTIONS(1616), + [anon_sym_do] = ACTIONS(1616), + [anon_sym_try] = ACTIONS(1616), + [anon_sym_with] = ACTIONS(1616), + [anon_sym_break] = ACTIONS(1616), + [anon_sym_continue] = ACTIONS(1616), + [anon_sym_debugger] = ACTIONS(1616), + [anon_sym_return] = ACTIONS(1616), + [anon_sym_throw] = ACTIONS(1616), + [anon_sym_SEMI] = ACTIONS(1614), + [anon_sym_case] = ACTIONS(1616), + [anon_sym_yield] = ACTIONS(1616), + [anon_sym_LBRACK] = ACTIONS(1614), + [anon_sym_LTtemplate_GT] = ACTIONS(1614), + [anon_sym_class] = ACTIONS(1616), + [anon_sym_async] = ACTIONS(1616), + [anon_sym_function] = ACTIONS(1616), + [anon_sym_new] = ACTIONS(1616), + [anon_sym_PLUS] = ACTIONS(1616), + [anon_sym_DASH] = ACTIONS(1616), + [anon_sym_SLASH] = ACTIONS(1616), + [anon_sym_LT] = ACTIONS(1616), + [anon_sym_TILDE] = ACTIONS(1614), + [anon_sym_void] = ACTIONS(1616), + [anon_sym_delete] = ACTIONS(1616), + [anon_sym_PLUS_PLUS] = ACTIONS(1614), + [anon_sym_DASH_DASH] = ACTIONS(1616), + [anon_sym_DQUOTE] = ACTIONS(1614), + [anon_sym_SQUOTE] = ACTIONS(1614), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1614), + [sym_number] = ACTIONS(1614), + [sym_this] = ACTIONS(1616), + [sym_super] = ACTIONS(1616), + [sym_true] = ACTIONS(1616), + [sym_false] = ACTIONS(1616), + [sym_null] = ACTIONS(1616), + [sym_undefined] = ACTIONS(1616), + [anon_sym_AT] = ACTIONS(1614), + [anon_sym_static] = ACTIONS(1616), + [anon_sym_readonly] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_declare] = ACTIONS(1616), + [anon_sym_public] = ACTIONS(1616), + [anon_sym_private] = ACTIONS(1616), + [anon_sym_protected] = ACTIONS(1616), + [anon_sym_override] = ACTIONS(1616), + [anon_sym_module] = ACTIONS(1616), + [anon_sym_any] = ACTIONS(1616), + [anon_sym_number] = ACTIONS(1616), + [anon_sym_boolean] = ACTIONS(1616), + [anon_sym_string] = ACTIONS(1616), + [anon_sym_symbol] = ACTIONS(1616), + [anon_sym_abstract] = ACTIONS(1616), + [anon_sym_interface] = ACTIONS(1616), + [anon_sym_enum] = ACTIONS(1616), + [sym__automatic_semicolon] = ACTIONS(1622), + }, + [607] = { + [ts_builtin_sym_end] = ACTIONS(1568), + [sym_identifier] = ACTIONS(1570), + [anon_sym_export] = ACTIONS(1570), + [anon_sym_default] = ACTIONS(1570), + [anon_sym_type] = ACTIONS(1570), + [anon_sym_namespace] = ACTIONS(1570), + [anon_sym_LBRACE] = ACTIONS(1568), + [anon_sym_RBRACE] = ACTIONS(1568), + [anon_sym_typeof] = ACTIONS(1570), + [anon_sym_import] = ACTIONS(1570), + [anon_sym_var] = ACTIONS(1570), + [anon_sym_let] = ACTIONS(1570), + [anon_sym_const] = ACTIONS(1570), + [anon_sym_BANG] = ACTIONS(1568), + [anon_sym_else] = ACTIONS(1570), + [anon_sym_if] = ACTIONS(1570), + [anon_sym_switch] = ACTIONS(1570), + [anon_sym_for] = ACTIONS(1570), + [anon_sym_LPAREN] = ACTIONS(1568), + [anon_sym_await] = ACTIONS(1570), + [anon_sym_while] = ACTIONS(1570), + [anon_sym_do] = ACTIONS(1570), + [anon_sym_try] = ACTIONS(1570), + [anon_sym_with] = ACTIONS(1570), + [anon_sym_break] = ACTIONS(1570), + [anon_sym_continue] = ACTIONS(1570), + [anon_sym_debugger] = ACTIONS(1570), + [anon_sym_return] = ACTIONS(1570), + [anon_sym_throw] = ACTIONS(1570), + [anon_sym_SEMI] = ACTIONS(1568), + [anon_sym_case] = ACTIONS(1570), + [anon_sym_yield] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_LTtemplate_GT] = ACTIONS(1568), + [anon_sym_class] = ACTIONS(1570), + [anon_sym_async] = ACTIONS(1570), + [anon_sym_function] = ACTIONS(1570), + [anon_sym_new] = ACTIONS(1570), + [anon_sym_PLUS] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1570), + [anon_sym_SLASH] = ACTIONS(1570), + [anon_sym_LT] = ACTIONS(1570), + [anon_sym_TILDE] = ACTIONS(1568), + [anon_sym_void] = ACTIONS(1570), + [anon_sym_delete] = ACTIONS(1570), + [anon_sym_PLUS_PLUS] = ACTIONS(1568), + [anon_sym_DASH_DASH] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1568), + [anon_sym_SQUOTE] = ACTIONS(1568), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1568), + [sym_number] = ACTIONS(1568), + [sym_this] = ACTIONS(1570), + [sym_super] = ACTIONS(1570), + [sym_true] = ACTIONS(1570), + [sym_false] = ACTIONS(1570), + [sym_null] = ACTIONS(1570), + [sym_undefined] = ACTIONS(1570), + [anon_sym_AT] = ACTIONS(1568), + [anon_sym_static] = ACTIONS(1570), + [anon_sym_readonly] = ACTIONS(1570), + [anon_sym_get] = ACTIONS(1570), + [anon_sym_set] = ACTIONS(1570), + [anon_sym_declare] = ACTIONS(1570), + [anon_sym_public] = ACTIONS(1570), + [anon_sym_private] = ACTIONS(1570), + [anon_sym_protected] = ACTIONS(1570), + [anon_sym_override] = ACTIONS(1570), + [anon_sym_module] = ACTIONS(1570), + [anon_sym_any] = ACTIONS(1570), + [anon_sym_number] = ACTIONS(1570), + [anon_sym_boolean] = ACTIONS(1570), + [anon_sym_string] = ACTIONS(1570), + [anon_sym_symbol] = ACTIONS(1570), + [anon_sym_abstract] = ACTIONS(1570), + [anon_sym_interface] = ACTIONS(1570), + [anon_sym_enum] = ACTIONS(1570), + [sym__automatic_semicolon] = ACTIONS(1576), + }, + [608] = { [ts_builtin_sym_end] = ACTIONS(1532), [sym_identifier] = ACTIONS(1534), [anon_sym_export] = ACTIONS(1534), @@ -83194,19 +82099,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(1534), [anon_sym_LBRACK] = ACTIONS(1532), [anon_sym_LTtemplate_GT] = ACTIONS(1532), - [anon_sym_LT] = ACTIONS(1534), - [anon_sym_SLASH] = ACTIONS(1534), [anon_sym_class] = ACTIONS(1534), [anon_sym_async] = ACTIONS(1534), [anon_sym_function] = ACTIONS(1534), [anon_sym_new] = ACTIONS(1534), [anon_sym_PLUS] = ACTIONS(1534), [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_SLASH] = ACTIONS(1534), + [anon_sym_LT] = ACTIONS(1534), [anon_sym_TILDE] = ACTIONS(1532), [anon_sym_void] = ACTIONS(1534), [anon_sym_delete] = ACTIONS(1534), [anon_sym_PLUS_PLUS] = ACTIONS(1532), - [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_DASH_DASH] = ACTIONS(1534), [anon_sym_DQUOTE] = ACTIONS(1532), [anon_sym_SQUOTE] = ACTIONS(1532), [sym_comment] = ACTIONS(3), @@ -83239,87 +82144,648 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(1534), [sym__automatic_semicolon] = ACTIONS(1540), }, - [620] = { - [ts_builtin_sym_end] = ACTIONS(2101), - [sym_identifier] = ACTIONS(2103), - [anon_sym_export] = ACTIONS(2103), - [anon_sym_default] = ACTIONS(2103), - [anon_sym_type] = ACTIONS(2103), - [anon_sym_namespace] = ACTIONS(2103), - [anon_sym_LBRACE] = ACTIONS(2101), - [anon_sym_RBRACE] = ACTIONS(2101), - [anon_sym_typeof] = ACTIONS(2103), - [anon_sym_import] = ACTIONS(2103), - [anon_sym_var] = ACTIONS(2103), - [anon_sym_let] = ACTIONS(2103), - [anon_sym_const] = ACTIONS(2103), - [anon_sym_BANG] = ACTIONS(2101), - [anon_sym_else] = ACTIONS(2103), - [anon_sym_if] = ACTIONS(2103), - [anon_sym_switch] = ACTIONS(2103), - [anon_sym_for] = ACTIONS(2103), - [anon_sym_LPAREN] = ACTIONS(2101), - [anon_sym_await] = ACTIONS(2103), - [anon_sym_while] = ACTIONS(2103), - [anon_sym_do] = ACTIONS(2103), - [anon_sym_try] = ACTIONS(2103), - [anon_sym_with] = ACTIONS(2103), - [anon_sym_break] = ACTIONS(2103), - [anon_sym_continue] = ACTIONS(2103), - [anon_sym_debugger] = ACTIONS(2103), - [anon_sym_return] = ACTIONS(2103), - [anon_sym_throw] = ACTIONS(2103), - [anon_sym_SEMI] = ACTIONS(2101), - [anon_sym_case] = ACTIONS(2103), - [anon_sym_finally] = ACTIONS(2103), - [anon_sym_yield] = ACTIONS(2103), - [anon_sym_LBRACK] = ACTIONS(2101), - [anon_sym_LTtemplate_GT] = ACTIONS(2101), - [anon_sym_LT] = ACTIONS(2103), - [anon_sym_SLASH] = ACTIONS(2103), - [anon_sym_class] = ACTIONS(2103), - [anon_sym_async] = ACTIONS(2103), - [anon_sym_function] = ACTIONS(2103), - [anon_sym_new] = ACTIONS(2103), - [anon_sym_PLUS] = ACTIONS(2103), - [anon_sym_DASH] = ACTIONS(2103), - [anon_sym_TILDE] = ACTIONS(2101), - [anon_sym_void] = ACTIONS(2103), - [anon_sym_delete] = ACTIONS(2103), - [anon_sym_PLUS_PLUS] = ACTIONS(2101), - [anon_sym_DASH_DASH] = ACTIONS(2101), - [anon_sym_DQUOTE] = ACTIONS(2101), - [anon_sym_SQUOTE] = ACTIONS(2101), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2101), - [sym_number] = ACTIONS(2101), - [sym_this] = ACTIONS(2103), - [sym_super] = ACTIONS(2103), - [sym_true] = ACTIONS(2103), - [sym_false] = ACTIONS(2103), - [sym_null] = ACTIONS(2103), - [sym_undefined] = ACTIONS(2103), - [anon_sym_AT] = ACTIONS(2101), - [anon_sym_static] = ACTIONS(2103), - [anon_sym_readonly] = ACTIONS(2103), - [anon_sym_get] = ACTIONS(2103), - [anon_sym_set] = ACTIONS(2103), - [anon_sym_declare] = ACTIONS(2103), - [anon_sym_public] = ACTIONS(2103), - [anon_sym_private] = ACTIONS(2103), - [anon_sym_protected] = ACTIONS(2103), - [anon_sym_override] = ACTIONS(2103), - [anon_sym_module] = ACTIONS(2103), - [anon_sym_any] = ACTIONS(2103), - [anon_sym_number] = ACTIONS(2103), - [anon_sym_boolean] = ACTIONS(2103), - [anon_sym_string] = ACTIONS(2103), - [anon_sym_symbol] = ACTIONS(2103), - [anon_sym_abstract] = ACTIONS(2103), - [anon_sym_interface] = ACTIONS(2103), - [anon_sym_enum] = ACTIONS(2103), + [609] = { + [ts_builtin_sym_end] = ACTIONS(1476), + [sym_identifier] = ACTIONS(1478), + [anon_sym_export] = ACTIONS(1478), + [anon_sym_default] = ACTIONS(1478), + [anon_sym_type] = ACTIONS(1478), + [anon_sym_namespace] = ACTIONS(1478), + [anon_sym_LBRACE] = ACTIONS(1476), + [anon_sym_RBRACE] = ACTIONS(1476), + [anon_sym_typeof] = ACTIONS(1478), + [anon_sym_import] = ACTIONS(1478), + [anon_sym_var] = ACTIONS(1478), + [anon_sym_let] = ACTIONS(1478), + [anon_sym_const] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1476), + [anon_sym_else] = ACTIONS(1478), + [anon_sym_if] = ACTIONS(1478), + [anon_sym_switch] = ACTIONS(1478), + [anon_sym_for] = ACTIONS(1478), + [anon_sym_LPAREN] = ACTIONS(1476), + [anon_sym_await] = ACTIONS(1478), + [anon_sym_while] = ACTIONS(1478), + [anon_sym_do] = ACTIONS(1478), + [anon_sym_try] = ACTIONS(1478), + [anon_sym_with] = ACTIONS(1478), + [anon_sym_break] = ACTIONS(1478), + [anon_sym_continue] = ACTIONS(1478), + [anon_sym_debugger] = ACTIONS(1478), + [anon_sym_return] = ACTIONS(1478), + [anon_sym_throw] = ACTIONS(1478), + [anon_sym_SEMI] = ACTIONS(1476), + [anon_sym_case] = ACTIONS(1478), + [anon_sym_yield] = ACTIONS(1478), + [anon_sym_LBRACK] = ACTIONS(1476), + [anon_sym_LTtemplate_GT] = ACTIONS(1476), + [anon_sym_class] = ACTIONS(1478), + [anon_sym_async] = ACTIONS(1478), + [anon_sym_function] = ACTIONS(1478), + [anon_sym_new] = ACTIONS(1478), + [anon_sym_PLUS] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1478), + [anon_sym_SLASH] = ACTIONS(1478), + [anon_sym_LT] = ACTIONS(1478), + [anon_sym_TILDE] = ACTIONS(1476), + [anon_sym_void] = ACTIONS(1478), + [anon_sym_delete] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1476), + [anon_sym_SQUOTE] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1476), + [sym_number] = ACTIONS(1476), + [sym_this] = ACTIONS(1478), + [sym_super] = ACTIONS(1478), + [sym_true] = ACTIONS(1478), + [sym_false] = ACTIONS(1478), + [sym_null] = ACTIONS(1478), + [sym_undefined] = ACTIONS(1478), + [anon_sym_AT] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1478), + [anon_sym_readonly] = ACTIONS(1478), + [anon_sym_get] = ACTIONS(1478), + [anon_sym_set] = ACTIONS(1478), + [anon_sym_declare] = ACTIONS(1478), + [anon_sym_public] = ACTIONS(1478), + [anon_sym_private] = ACTIONS(1478), + [anon_sym_protected] = ACTIONS(1478), + [anon_sym_override] = ACTIONS(1478), + [anon_sym_module] = ACTIONS(1478), + [anon_sym_any] = ACTIONS(1478), + [anon_sym_number] = ACTIONS(1478), + [anon_sym_boolean] = ACTIONS(1478), + [anon_sym_string] = ACTIONS(1478), + [anon_sym_symbol] = ACTIONS(1478), + [anon_sym_abstract] = ACTIONS(1478), + [anon_sym_interface] = ACTIONS(1478), + [anon_sym_enum] = ACTIONS(1478), + [sym__automatic_semicolon] = ACTIONS(1484), }, - [621] = { + [610] = { + [ts_builtin_sym_end] = ACTIONS(1554), + [sym_identifier] = ACTIONS(1556), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_type] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_RBRACE] = ACTIONS(1554), + [anon_sym_typeof] = ACTIONS(1556), + [anon_sym_import] = ACTIONS(1556), + [anon_sym_var] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1554), + [anon_sym_await] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_with] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_debugger] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_yield] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1554), + [anon_sym_LTtemplate_GT] = ACTIONS(1554), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_async] = ACTIONS(1556), + [anon_sym_function] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_LT] = ACTIONS(1556), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_void] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_DASH_DASH] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1554), + [sym_number] = ACTIONS(1554), + [sym_this] = ACTIONS(1556), + [sym_super] = ACTIONS(1556), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_undefined] = ACTIONS(1556), + [anon_sym_AT] = ACTIONS(1554), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_readonly] = ACTIONS(1556), + [anon_sym_get] = ACTIONS(1556), + [anon_sym_set] = ACTIONS(1556), + [anon_sym_declare] = ACTIONS(1556), + [anon_sym_public] = ACTIONS(1556), + [anon_sym_private] = ACTIONS(1556), + [anon_sym_protected] = ACTIONS(1556), + [anon_sym_override] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_any] = ACTIONS(1556), + [anon_sym_number] = ACTIONS(1556), + [anon_sym_boolean] = ACTIONS(1556), + [anon_sym_string] = ACTIONS(1556), + [anon_sym_symbol] = ACTIONS(1556), + [anon_sym_abstract] = ACTIONS(1556), + [anon_sym_interface] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [sym__automatic_semicolon] = ACTIONS(1562), + }, + [611] = { + [ts_builtin_sym_end] = ACTIONS(1604), + [sym_identifier] = ACTIONS(1606), + [anon_sym_export] = ACTIONS(1606), + [anon_sym_default] = ACTIONS(1606), + [anon_sym_type] = ACTIONS(1606), + [anon_sym_namespace] = ACTIONS(1606), + [anon_sym_LBRACE] = ACTIONS(1604), + [anon_sym_RBRACE] = ACTIONS(1604), + [anon_sym_typeof] = ACTIONS(1606), + [anon_sym_import] = ACTIONS(1606), + [anon_sym_var] = ACTIONS(1606), + [anon_sym_let] = ACTIONS(1606), + [anon_sym_const] = ACTIONS(1606), + [anon_sym_BANG] = ACTIONS(1604), + [anon_sym_else] = ACTIONS(1606), + [anon_sym_if] = ACTIONS(1606), + [anon_sym_switch] = ACTIONS(1606), + [anon_sym_for] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(1604), + [anon_sym_await] = ACTIONS(1606), + [anon_sym_while] = ACTIONS(1606), + [anon_sym_do] = ACTIONS(1606), + [anon_sym_try] = ACTIONS(1606), + [anon_sym_with] = ACTIONS(1606), + [anon_sym_break] = ACTIONS(1606), + [anon_sym_continue] = ACTIONS(1606), + [anon_sym_debugger] = ACTIONS(1606), + [anon_sym_return] = ACTIONS(1606), + [anon_sym_throw] = ACTIONS(1606), + [anon_sym_SEMI] = ACTIONS(1604), + [anon_sym_case] = ACTIONS(1606), + [anon_sym_yield] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_LTtemplate_GT] = ACTIONS(1604), + [anon_sym_class] = ACTIONS(1606), + [anon_sym_async] = ACTIONS(1606), + [anon_sym_function] = ACTIONS(1606), + [anon_sym_new] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1606), + [anon_sym_DASH] = ACTIONS(1606), + [anon_sym_SLASH] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1606), + [anon_sym_TILDE] = ACTIONS(1604), + [anon_sym_void] = ACTIONS(1606), + [anon_sym_delete] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1604), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1604), + [anon_sym_SQUOTE] = ACTIONS(1604), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1604), + [sym_number] = ACTIONS(1604), + [sym_this] = ACTIONS(1606), + [sym_super] = ACTIONS(1606), + [sym_true] = ACTIONS(1606), + [sym_false] = ACTIONS(1606), + [sym_null] = ACTIONS(1606), + [sym_undefined] = ACTIONS(1606), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_static] = ACTIONS(1606), + [anon_sym_readonly] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1606), + [anon_sym_set] = ACTIONS(1606), + [anon_sym_declare] = ACTIONS(1606), + [anon_sym_public] = ACTIONS(1606), + [anon_sym_private] = ACTIONS(1606), + [anon_sym_protected] = ACTIONS(1606), + [anon_sym_override] = ACTIONS(1606), + [anon_sym_module] = ACTIONS(1606), + [anon_sym_any] = ACTIONS(1606), + [anon_sym_number] = ACTIONS(1606), + [anon_sym_boolean] = ACTIONS(1606), + [anon_sym_string] = ACTIONS(1606), + [anon_sym_symbol] = ACTIONS(1606), + [anon_sym_abstract] = ACTIONS(1606), + [anon_sym_interface] = ACTIONS(1606), + [anon_sym_enum] = ACTIONS(1606), + [sym__automatic_semicolon] = ACTIONS(1612), + }, + [612] = { + [ts_builtin_sym_end] = ACTIONS(1460), + [sym_identifier] = ACTIONS(1462), + [anon_sym_export] = ACTIONS(1462), + [anon_sym_default] = ACTIONS(1462), + [anon_sym_type] = ACTIONS(1462), + [anon_sym_namespace] = ACTIONS(1462), + [anon_sym_LBRACE] = ACTIONS(1460), + [anon_sym_RBRACE] = ACTIONS(1460), + [anon_sym_typeof] = ACTIONS(1462), + [anon_sym_import] = ACTIONS(1462), + [anon_sym_var] = ACTIONS(1462), + [anon_sym_let] = ACTIONS(1462), + [anon_sym_const] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1460), + [anon_sym_else] = ACTIONS(1462), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_switch] = ACTIONS(1462), + [anon_sym_for] = ACTIONS(1462), + [anon_sym_LPAREN] = ACTIONS(1460), + [anon_sym_await] = ACTIONS(1462), + [anon_sym_while] = ACTIONS(1462), + [anon_sym_do] = ACTIONS(1462), + [anon_sym_try] = ACTIONS(1462), + [anon_sym_with] = ACTIONS(1462), + [anon_sym_break] = ACTIONS(1462), + [anon_sym_continue] = ACTIONS(1462), + [anon_sym_debugger] = ACTIONS(1462), + [anon_sym_return] = ACTIONS(1462), + [anon_sym_throw] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1462), + [anon_sym_yield] = ACTIONS(1462), + [anon_sym_LBRACK] = ACTIONS(1460), + [anon_sym_LTtemplate_GT] = ACTIONS(1460), + [anon_sym_class] = ACTIONS(1462), + [anon_sym_async] = ACTIONS(1462), + [anon_sym_function] = ACTIONS(1462), + [anon_sym_new] = ACTIONS(1462), + [anon_sym_PLUS] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1462), + [anon_sym_SLASH] = ACTIONS(1462), + [anon_sym_LT] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1460), + [anon_sym_void] = ACTIONS(1462), + [anon_sym_delete] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1460), + [anon_sym_SQUOTE] = ACTIONS(1460), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1460), + [sym_number] = ACTIONS(1460), + [sym_this] = ACTIONS(1462), + [sym_super] = ACTIONS(1462), + [sym_true] = ACTIONS(1462), + [sym_false] = ACTIONS(1462), + [sym_null] = ACTIONS(1462), + [sym_undefined] = ACTIONS(1462), + [anon_sym_AT] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1462), + [anon_sym_readonly] = ACTIONS(1462), + [anon_sym_get] = ACTIONS(1462), + [anon_sym_set] = ACTIONS(1462), + [anon_sym_declare] = ACTIONS(1462), + [anon_sym_public] = ACTIONS(1462), + [anon_sym_private] = ACTIONS(1462), + [anon_sym_protected] = ACTIONS(1462), + [anon_sym_override] = ACTIONS(1462), + [anon_sym_module] = ACTIONS(1462), + [anon_sym_any] = ACTIONS(1462), + [anon_sym_number] = ACTIONS(1462), + [anon_sym_boolean] = ACTIONS(1462), + [anon_sym_string] = ACTIONS(1462), + [anon_sym_symbol] = ACTIONS(1462), + [anon_sym_abstract] = ACTIONS(1462), + [anon_sym_interface] = ACTIONS(1462), + [anon_sym_enum] = ACTIONS(1462), + [sym__automatic_semicolon] = ACTIONS(1468), + }, + [613] = { + [ts_builtin_sym_end] = ACTIONS(1518), + [sym_identifier] = ACTIONS(1520), + [anon_sym_export] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_type] = ACTIONS(1520), + [anon_sym_namespace] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1518), + [anon_sym_RBRACE] = ACTIONS(1518), + [anon_sym_typeof] = ACTIONS(1520), + [anon_sym_import] = ACTIONS(1520), + [anon_sym_var] = ACTIONS(1520), + [anon_sym_let] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_BANG] = ACTIONS(1518), + [anon_sym_else] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_LPAREN] = ACTIONS(1518), + [anon_sym_await] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_try] = ACTIONS(1520), + [anon_sym_with] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_debugger] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_throw] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1518), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_yield] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_LTtemplate_GT] = ACTIONS(1518), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_async] = ACTIONS(1520), + [anon_sym_function] = ACTIONS(1520), + [anon_sym_new] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_SLASH] = ACTIONS(1520), + [anon_sym_LT] = ACTIONS(1520), + [anon_sym_TILDE] = ACTIONS(1518), + [anon_sym_void] = ACTIONS(1520), + [anon_sym_delete] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1518), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_DQUOTE] = ACTIONS(1518), + [anon_sym_SQUOTE] = ACTIONS(1518), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1518), + [sym_number] = ACTIONS(1518), + [sym_this] = ACTIONS(1520), + [sym_super] = ACTIONS(1520), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [sym_null] = ACTIONS(1520), + [sym_undefined] = ACTIONS(1520), + [anon_sym_AT] = ACTIONS(1518), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_readonly] = ACTIONS(1520), + [anon_sym_get] = ACTIONS(1520), + [anon_sym_set] = ACTIONS(1520), + [anon_sym_declare] = ACTIONS(1520), + [anon_sym_public] = ACTIONS(1520), + [anon_sym_private] = ACTIONS(1520), + [anon_sym_protected] = ACTIONS(1520), + [anon_sym_override] = ACTIONS(1520), + [anon_sym_module] = ACTIONS(1520), + [anon_sym_any] = ACTIONS(1520), + [anon_sym_number] = ACTIONS(1520), + [anon_sym_boolean] = ACTIONS(1520), + [anon_sym_string] = ACTIONS(1520), + [anon_sym_symbol] = ACTIONS(1520), + [anon_sym_abstract] = ACTIONS(1520), + [anon_sym_interface] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [sym__automatic_semicolon] = ACTIONS(1526), + }, + [614] = { + [ts_builtin_sym_end] = ACTIONS(2097), + [sym_identifier] = ACTIONS(2099), + [anon_sym_export] = ACTIONS(2099), + [anon_sym_default] = ACTIONS(2099), + [anon_sym_type] = ACTIONS(2099), + [anon_sym_namespace] = ACTIONS(2099), + [anon_sym_LBRACE] = ACTIONS(2097), + [anon_sym_RBRACE] = ACTIONS(2097), + [anon_sym_typeof] = ACTIONS(2099), + [anon_sym_import] = ACTIONS(2099), + [anon_sym_var] = ACTIONS(2099), + [anon_sym_let] = ACTIONS(2099), + [anon_sym_const] = ACTIONS(2099), + [anon_sym_BANG] = ACTIONS(2097), + [anon_sym_else] = ACTIONS(2099), + [anon_sym_if] = ACTIONS(2099), + [anon_sym_switch] = ACTIONS(2099), + [anon_sym_for] = ACTIONS(2099), + [anon_sym_LPAREN] = ACTIONS(2097), + [anon_sym_await] = ACTIONS(2099), + [anon_sym_while] = ACTIONS(2099), + [anon_sym_do] = ACTIONS(2099), + [anon_sym_try] = ACTIONS(2099), + [anon_sym_with] = ACTIONS(2099), + [anon_sym_break] = ACTIONS(2099), + [anon_sym_continue] = ACTIONS(2099), + [anon_sym_debugger] = ACTIONS(2099), + [anon_sym_return] = ACTIONS(2099), + [anon_sym_throw] = ACTIONS(2099), + [anon_sym_SEMI] = ACTIONS(2097), + [anon_sym_case] = ACTIONS(2099), + [anon_sym_finally] = ACTIONS(2099), + [anon_sym_yield] = ACTIONS(2099), + [anon_sym_LBRACK] = ACTIONS(2097), + [anon_sym_LTtemplate_GT] = ACTIONS(2097), + [anon_sym_class] = ACTIONS(2099), + [anon_sym_async] = ACTIONS(2099), + [anon_sym_function] = ACTIONS(2099), + [anon_sym_new] = ACTIONS(2099), + [anon_sym_PLUS] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2099), + [anon_sym_SLASH] = ACTIONS(2099), + [anon_sym_LT] = ACTIONS(2099), + [anon_sym_TILDE] = ACTIONS(2097), + [anon_sym_void] = ACTIONS(2099), + [anon_sym_delete] = ACTIONS(2099), + [anon_sym_PLUS_PLUS] = ACTIONS(2097), + [anon_sym_DASH_DASH] = ACTIONS(2099), + [anon_sym_DQUOTE] = ACTIONS(2097), + [anon_sym_SQUOTE] = ACTIONS(2097), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2097), + [sym_number] = ACTIONS(2097), + [sym_this] = ACTIONS(2099), + [sym_super] = ACTIONS(2099), + [sym_true] = ACTIONS(2099), + [sym_false] = ACTIONS(2099), + [sym_null] = ACTIONS(2099), + [sym_undefined] = ACTIONS(2099), + [anon_sym_AT] = ACTIONS(2097), + [anon_sym_static] = ACTIONS(2099), + [anon_sym_readonly] = ACTIONS(2099), + [anon_sym_get] = ACTIONS(2099), + [anon_sym_set] = ACTIONS(2099), + [anon_sym_declare] = ACTIONS(2099), + [anon_sym_public] = ACTIONS(2099), + [anon_sym_private] = ACTIONS(2099), + [anon_sym_protected] = ACTIONS(2099), + [anon_sym_override] = ACTIONS(2099), + [anon_sym_module] = ACTIONS(2099), + [anon_sym_any] = ACTIONS(2099), + [anon_sym_number] = ACTIONS(2099), + [anon_sym_boolean] = ACTIONS(2099), + [anon_sym_string] = ACTIONS(2099), + [anon_sym_symbol] = ACTIONS(2099), + [anon_sym_abstract] = ACTIONS(2099), + [anon_sym_interface] = ACTIONS(2099), + [anon_sym_enum] = ACTIONS(2099), + }, + [615] = { + [sym_statement_block] = STATE(702), + [ts_builtin_sym_end] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [anon_sym_export] = ACTIONS(1405), + [anon_sym_default] = ACTIONS(1405), + [anon_sym_type] = ACTIONS(1405), + [anon_sym_namespace] = ACTIONS(1405), + [anon_sym_LBRACE] = ACTIONS(2071), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_typeof] = ACTIONS(1405), + [anon_sym_import] = ACTIONS(1405), + [anon_sym_var] = ACTIONS(1405), + [anon_sym_let] = ACTIONS(1405), + [anon_sym_const] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_else] = ACTIONS(1405), + [anon_sym_if] = ACTIONS(1405), + [anon_sym_switch] = ACTIONS(1405), + [anon_sym_for] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_await] = ACTIONS(1405), + [anon_sym_while] = ACTIONS(1405), + [anon_sym_do] = ACTIONS(1405), + [anon_sym_try] = ACTIONS(1405), + [anon_sym_with] = ACTIONS(1405), + [anon_sym_break] = ACTIONS(1405), + [anon_sym_continue] = ACTIONS(1405), + [anon_sym_debugger] = ACTIONS(1405), + [anon_sym_return] = ACTIONS(1405), + [anon_sym_throw] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LTtemplate_GT] = ACTIONS(1403), + [anon_sym_class] = ACTIONS(1405), + [anon_sym_async] = ACTIONS(1405), + [anon_sym_function] = ACTIONS(1405), + [anon_sym_new] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1405), + [anon_sym_SLASH] = ACTIONS(1405), + [anon_sym_LT] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_void] = ACTIONS(1405), + [anon_sym_delete] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1403), + [anon_sym_SQUOTE] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1403), + [sym_number] = ACTIONS(1403), + [sym_this] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_true] = ACTIONS(1405), + [sym_false] = ACTIONS(1405), + [sym_null] = ACTIONS(1405), + [sym_undefined] = ACTIONS(1405), + [anon_sym_AT] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1405), + [anon_sym_readonly] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(1405), + [anon_sym_set] = ACTIONS(1405), + [anon_sym_declare] = ACTIONS(1405), + [anon_sym_public] = ACTIONS(1405), + [anon_sym_private] = ACTIONS(1405), + [anon_sym_protected] = ACTIONS(1405), + [anon_sym_override] = ACTIONS(1405), + [anon_sym_module] = ACTIONS(1405), + [anon_sym_any] = ACTIONS(1405), + [anon_sym_number] = ACTIONS(1405), + [anon_sym_boolean] = ACTIONS(1405), + [anon_sym_string] = ACTIONS(1405), + [anon_sym_symbol] = ACTIONS(1405), + [anon_sym_abstract] = ACTIONS(1405), + [anon_sym_interface] = ACTIONS(1405), + [anon_sym_enum] = ACTIONS(1405), + }, + [616] = { + [ts_builtin_sym_end] = ACTIONS(2101), + [sym_identifier] = ACTIONS(2103), + [anon_sym_export] = ACTIONS(2103), + [anon_sym_default] = ACTIONS(2103), + [anon_sym_type] = ACTIONS(2103), + [anon_sym_namespace] = ACTIONS(2103), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_typeof] = ACTIONS(2103), + [anon_sym_import] = ACTIONS(2103), + [anon_sym_var] = ACTIONS(2103), + [anon_sym_let] = ACTIONS(2103), + [anon_sym_const] = ACTIONS(2103), + [anon_sym_BANG] = ACTIONS(2101), + [anon_sym_else] = ACTIONS(2103), + [anon_sym_if] = ACTIONS(2103), + [anon_sym_switch] = ACTIONS(2103), + [anon_sym_for] = ACTIONS(2103), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_RPAREN] = ACTIONS(2101), + [anon_sym_await] = ACTIONS(2103), + [anon_sym_while] = ACTIONS(2103), + [anon_sym_do] = ACTIONS(2103), + [anon_sym_try] = ACTIONS(2103), + [anon_sym_with] = ACTIONS(2103), + [anon_sym_break] = ACTIONS(2103), + [anon_sym_continue] = ACTIONS(2103), + [anon_sym_debugger] = ACTIONS(2103), + [anon_sym_return] = ACTIONS(2103), + [anon_sym_throw] = ACTIONS(2103), + [anon_sym_SEMI] = ACTIONS(2101), + [anon_sym_case] = ACTIONS(2103), + [anon_sym_yield] = ACTIONS(2103), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_LTtemplate_GT] = ACTIONS(2101), + [anon_sym_class] = ACTIONS(2103), + [anon_sym_async] = ACTIONS(2103), + [anon_sym_function] = ACTIONS(2103), + [anon_sym_new] = ACTIONS(2103), + [anon_sym_PLUS] = ACTIONS(2103), + [anon_sym_DASH] = ACTIONS(2103), + [anon_sym_SLASH] = ACTIONS(2103), + [anon_sym_LT] = ACTIONS(2103), + [anon_sym_TILDE] = ACTIONS(2101), + [anon_sym_void] = ACTIONS(2103), + [anon_sym_delete] = ACTIONS(2103), + [anon_sym_PLUS_PLUS] = ACTIONS(2101), + [anon_sym_DASH_DASH] = ACTIONS(2103), + [anon_sym_DQUOTE] = ACTIONS(2101), + [anon_sym_SQUOTE] = ACTIONS(2101), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2101), + [sym_number] = ACTIONS(2101), + [sym_this] = ACTIONS(2103), + [sym_super] = ACTIONS(2103), + [sym_true] = ACTIONS(2103), + [sym_false] = ACTIONS(2103), + [sym_null] = ACTIONS(2103), + [sym_undefined] = ACTIONS(2103), + [anon_sym_AT] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2103), + [anon_sym_readonly] = ACTIONS(2103), + [anon_sym_get] = ACTIONS(2103), + [anon_sym_set] = ACTIONS(2103), + [anon_sym_declare] = ACTIONS(2103), + [anon_sym_public] = ACTIONS(2103), + [anon_sym_private] = ACTIONS(2103), + [anon_sym_protected] = ACTIONS(2103), + [anon_sym_override] = ACTIONS(2103), + [anon_sym_module] = ACTIONS(2103), + [anon_sym_any] = ACTIONS(2103), + [anon_sym_number] = ACTIONS(2103), + [anon_sym_boolean] = ACTIONS(2103), + [anon_sym_string] = ACTIONS(2103), + [anon_sym_symbol] = ACTIONS(2103), + [anon_sym_abstract] = ACTIONS(2103), + [anon_sym_interface] = ACTIONS(2103), + [anon_sym_enum] = ACTIONS(2103), + }, + [617] = { + [sym_else_clause] = STATE(696), [ts_builtin_sym_end] = ACTIONS(2105), [sym_identifier] = ACTIONS(2107), [anon_sym_export] = ACTIONS(2107), @@ -83334,7 +82800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_let] = ACTIONS(2107), [anon_sym_const] = ACTIONS(2107), [anon_sym_BANG] = ACTIONS(2105), - [anon_sym_else] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), [anon_sym_if] = ACTIONS(2107), [anon_sym_switch] = ACTIONS(2107), [anon_sym_for] = ACTIONS(2107), @@ -83351,23 +82817,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2107), [anon_sym_SEMI] = ACTIONS(2105), [anon_sym_case] = ACTIONS(2107), - [anon_sym_finally] = ACTIONS(2107), [anon_sym_yield] = ACTIONS(2107), [anon_sym_LBRACK] = ACTIONS(2105), [anon_sym_LTtemplate_GT] = ACTIONS(2105), - [anon_sym_LT] = ACTIONS(2107), - [anon_sym_SLASH] = ACTIONS(2107), [anon_sym_class] = ACTIONS(2107), [anon_sym_async] = ACTIONS(2107), [anon_sym_function] = ACTIONS(2107), [anon_sym_new] = ACTIONS(2107), [anon_sym_PLUS] = ACTIONS(2107), [anon_sym_DASH] = ACTIONS(2107), + [anon_sym_SLASH] = ACTIONS(2107), + [anon_sym_LT] = ACTIONS(2107), [anon_sym_TILDE] = ACTIONS(2105), [anon_sym_void] = ACTIONS(2107), [anon_sym_delete] = ACTIONS(2107), [anon_sym_PLUS_PLUS] = ACTIONS(2105), - [anon_sym_DASH_DASH] = ACTIONS(2105), + [anon_sym_DASH_DASH] = ACTIONS(2107), [anon_sym_DQUOTE] = ACTIONS(2105), [anon_sym_SQUOTE] = ACTIONS(2105), [sym_comment] = ACTIONS(3), @@ -83399,407 +82864,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2107), [anon_sym_enum] = ACTIONS(2107), }, - [622] = { - [ts_builtin_sym_end] = ACTIONS(1590), - [sym_identifier] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1592), - [anon_sym_default] = ACTIONS(1592), - [anon_sym_type] = ACTIONS(1592), - [anon_sym_namespace] = ACTIONS(1592), - [anon_sym_LBRACE] = ACTIONS(1590), - [anon_sym_RBRACE] = ACTIONS(1590), - [anon_sym_typeof] = ACTIONS(1592), - [anon_sym_import] = ACTIONS(1592), - [anon_sym_var] = ACTIONS(1592), - [anon_sym_let] = ACTIONS(1592), - [anon_sym_const] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1590), - [anon_sym_else] = ACTIONS(1592), - [anon_sym_if] = ACTIONS(1592), - [anon_sym_switch] = ACTIONS(1592), - [anon_sym_for] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1590), - [anon_sym_await] = ACTIONS(1592), - [anon_sym_while] = ACTIONS(1592), - [anon_sym_do] = ACTIONS(1592), - [anon_sym_try] = ACTIONS(1592), - [anon_sym_with] = ACTIONS(1592), - [anon_sym_break] = ACTIONS(1592), - [anon_sym_continue] = ACTIONS(1592), - [anon_sym_debugger] = ACTIONS(1592), - [anon_sym_return] = ACTIONS(1592), - [anon_sym_throw] = ACTIONS(1592), - [anon_sym_SEMI] = ACTIONS(1590), - [anon_sym_case] = ACTIONS(1592), - [anon_sym_yield] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_LTtemplate_GT] = ACTIONS(1590), - [anon_sym_LT] = ACTIONS(1592), - [anon_sym_SLASH] = ACTIONS(1592), - [anon_sym_class] = ACTIONS(1592), - [anon_sym_async] = ACTIONS(1592), - [anon_sym_function] = ACTIONS(1592), - [anon_sym_new] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1592), - [anon_sym_TILDE] = ACTIONS(1590), - [anon_sym_void] = ACTIONS(1592), - [anon_sym_delete] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1590), - [anon_sym_DASH_DASH] = ACTIONS(1590), - [anon_sym_DQUOTE] = ACTIONS(1590), - [anon_sym_SQUOTE] = ACTIONS(1590), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1590), - [sym_number] = ACTIONS(1590), - [sym_this] = ACTIONS(1592), - [sym_super] = ACTIONS(1592), - [sym_true] = ACTIONS(1592), - [sym_false] = ACTIONS(1592), - [sym_null] = ACTIONS(1592), - [sym_undefined] = ACTIONS(1592), - [anon_sym_AT] = ACTIONS(1590), - [anon_sym_static] = ACTIONS(1592), - [anon_sym_readonly] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_declare] = ACTIONS(1592), - [anon_sym_public] = ACTIONS(1592), - [anon_sym_private] = ACTIONS(1592), - [anon_sym_protected] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1592), - [anon_sym_any] = ACTIONS(1592), - [anon_sym_number] = ACTIONS(1592), - [anon_sym_boolean] = ACTIONS(1592), - [anon_sym_string] = ACTIONS(1592), - [anon_sym_symbol] = ACTIONS(1592), - [anon_sym_abstract] = ACTIONS(1592), - [anon_sym_interface] = ACTIONS(1592), - [anon_sym_enum] = ACTIONS(1592), - [sym__automatic_semicolon] = ACTIONS(1598), - }, - [623] = { - [ts_builtin_sym_end] = ACTIONS(1610), - [sym_identifier] = ACTIONS(1612), - [anon_sym_export] = ACTIONS(1612), - [anon_sym_default] = ACTIONS(1612), - [anon_sym_type] = ACTIONS(1612), - [anon_sym_namespace] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1610), - [anon_sym_RBRACE] = ACTIONS(1610), - [anon_sym_typeof] = ACTIONS(1612), - [anon_sym_import] = ACTIONS(1612), - [anon_sym_var] = ACTIONS(1612), - [anon_sym_let] = ACTIONS(1612), - [anon_sym_const] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1610), - [anon_sym_else] = ACTIONS(1612), - [anon_sym_if] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1612), - [anon_sym_for] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1610), - [anon_sym_await] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1612), - [anon_sym_do] = ACTIONS(1612), - [anon_sym_try] = ACTIONS(1612), - [anon_sym_with] = ACTIONS(1612), - [anon_sym_break] = ACTIONS(1612), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_debugger] = ACTIONS(1612), - [anon_sym_return] = ACTIONS(1612), - [anon_sym_throw] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1610), - [anon_sym_case] = ACTIONS(1612), - [anon_sym_yield] = ACTIONS(1612), - [anon_sym_LBRACK] = ACTIONS(1610), - [anon_sym_LTtemplate_GT] = ACTIONS(1610), - [anon_sym_LT] = ACTIONS(1612), - [anon_sym_SLASH] = ACTIONS(1612), - [anon_sym_class] = ACTIONS(1612), - [anon_sym_async] = ACTIONS(1612), - [anon_sym_function] = ACTIONS(1612), - [anon_sym_new] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_TILDE] = ACTIONS(1610), - [anon_sym_void] = ACTIONS(1612), - [anon_sym_delete] = ACTIONS(1612), - [anon_sym_PLUS_PLUS] = ACTIONS(1610), - [anon_sym_DASH_DASH] = ACTIONS(1610), - [anon_sym_DQUOTE] = ACTIONS(1610), - [anon_sym_SQUOTE] = ACTIONS(1610), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1610), - [sym_number] = ACTIONS(1610), - [sym_this] = ACTIONS(1612), - [sym_super] = ACTIONS(1612), - [sym_true] = ACTIONS(1612), - [sym_false] = ACTIONS(1612), - [sym_null] = ACTIONS(1612), - [sym_undefined] = ACTIONS(1612), - [anon_sym_AT] = ACTIONS(1610), - [anon_sym_static] = ACTIONS(1612), - [anon_sym_readonly] = ACTIONS(1612), - [anon_sym_get] = ACTIONS(1612), - [anon_sym_set] = ACTIONS(1612), - [anon_sym_declare] = ACTIONS(1612), - [anon_sym_public] = ACTIONS(1612), - [anon_sym_private] = ACTIONS(1612), - [anon_sym_protected] = ACTIONS(1612), - [anon_sym_override] = ACTIONS(1612), - [anon_sym_module] = ACTIONS(1612), - [anon_sym_any] = ACTIONS(1612), - [anon_sym_number] = ACTIONS(1612), - [anon_sym_boolean] = ACTIONS(1612), - [anon_sym_string] = ACTIONS(1612), - [anon_sym_symbol] = ACTIONS(1612), - [anon_sym_abstract] = ACTIONS(1612), - [anon_sym_interface] = ACTIONS(1612), - [anon_sym_enum] = ACTIONS(1612), - [sym__automatic_semicolon] = ACTIONS(1618), - }, - [624] = { - [ts_builtin_sym_end] = ACTIONS(1546), - [sym_identifier] = ACTIONS(1548), - [anon_sym_export] = ACTIONS(1548), - [anon_sym_default] = ACTIONS(1548), - [anon_sym_type] = ACTIONS(1548), - [anon_sym_namespace] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_RBRACE] = ACTIONS(1546), - [anon_sym_typeof] = ACTIONS(1548), - [anon_sym_import] = ACTIONS(1548), - [anon_sym_var] = ACTIONS(1548), - [anon_sym_let] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1546), - [anon_sym_else] = ACTIONS(1548), - [anon_sym_if] = ACTIONS(1548), - [anon_sym_switch] = ACTIONS(1548), - [anon_sym_for] = ACTIONS(1548), - [anon_sym_LPAREN] = ACTIONS(1546), - [anon_sym_await] = ACTIONS(1548), - [anon_sym_while] = ACTIONS(1548), - [anon_sym_do] = ACTIONS(1548), - [anon_sym_try] = ACTIONS(1548), - [anon_sym_with] = ACTIONS(1548), - [anon_sym_break] = ACTIONS(1548), - [anon_sym_continue] = ACTIONS(1548), - [anon_sym_debugger] = ACTIONS(1548), - [anon_sym_return] = ACTIONS(1548), - [anon_sym_throw] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1546), - [anon_sym_case] = ACTIONS(1548), - [anon_sym_yield] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_LTtemplate_GT] = ACTIONS(1546), - [anon_sym_LT] = ACTIONS(1548), - [anon_sym_SLASH] = ACTIONS(1548), - [anon_sym_class] = ACTIONS(1548), - [anon_sym_async] = ACTIONS(1548), - [anon_sym_function] = ACTIONS(1548), - [anon_sym_new] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1546), - [anon_sym_void] = ACTIONS(1548), - [anon_sym_delete] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_DASH_DASH] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [anon_sym_SQUOTE] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1546), - [sym_number] = ACTIONS(1546), - [sym_this] = ACTIONS(1548), - [sym_super] = ACTIONS(1548), - [sym_true] = ACTIONS(1548), - [sym_false] = ACTIONS(1548), - [sym_null] = ACTIONS(1548), - [sym_undefined] = ACTIONS(1548), - [anon_sym_AT] = ACTIONS(1546), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_get] = ACTIONS(1548), - [anon_sym_set] = ACTIONS(1548), - [anon_sym_declare] = ACTIONS(1548), - [anon_sym_public] = ACTIONS(1548), - [anon_sym_private] = ACTIONS(1548), - [anon_sym_protected] = ACTIONS(1548), - [anon_sym_override] = ACTIONS(1548), - [anon_sym_module] = ACTIONS(1548), - [anon_sym_any] = ACTIONS(1548), - [anon_sym_number] = ACTIONS(1548), - [anon_sym_boolean] = ACTIONS(1548), - [anon_sym_string] = ACTIONS(1548), - [anon_sym_symbol] = ACTIONS(1548), - [anon_sym_abstract] = ACTIONS(1548), - [anon_sym_interface] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [sym__automatic_semicolon] = ACTIONS(1554), - }, - [625] = { - [ts_builtin_sym_end] = ACTIONS(1499), - [sym_identifier] = ACTIONS(1501), - [anon_sym_export] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_type] = ACTIONS(1501), - [anon_sym_namespace] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_typeof] = ACTIONS(1501), - [anon_sym_import] = ACTIONS(1501), - [anon_sym_var] = ACTIONS(1501), - [anon_sym_let] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1499), - [anon_sym_else] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_LPAREN] = ACTIONS(1499), - [anon_sym_await] = ACTIONS(1501), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_try] = ACTIONS(1501), - [anon_sym_with] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_debugger] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_throw] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_yield] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_LTtemplate_GT] = ACTIONS(1499), - [anon_sym_LT] = ACTIONS(1501), - [anon_sym_SLASH] = ACTIONS(1501), - [anon_sym_class] = ACTIONS(1501), - [anon_sym_async] = ACTIONS(1501), - [anon_sym_function] = ACTIONS(1501), - [anon_sym_new] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_void] = ACTIONS(1501), - [anon_sym_delete] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1499), - [sym_number] = ACTIONS(1499), - [sym_this] = ACTIONS(1501), - [sym_super] = ACTIONS(1501), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [sym_null] = ACTIONS(1501), - [sym_undefined] = ACTIONS(1501), - [anon_sym_AT] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_get] = ACTIONS(1501), - [anon_sym_set] = ACTIONS(1501), - [anon_sym_declare] = ACTIONS(1501), - [anon_sym_public] = ACTIONS(1501), - [anon_sym_private] = ACTIONS(1501), - [anon_sym_protected] = ACTIONS(1501), - [anon_sym_override] = ACTIONS(1501), - [anon_sym_module] = ACTIONS(1501), - [anon_sym_any] = ACTIONS(1501), - [anon_sym_number] = ACTIONS(1501), - [anon_sym_boolean] = ACTIONS(1501), - [anon_sym_string] = ACTIONS(1501), - [anon_sym_symbol] = ACTIONS(1501), - [anon_sym_abstract] = ACTIONS(1501), - [anon_sym_interface] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - [sym__automatic_semicolon] = ACTIONS(1507), - }, - [626] = { - [sym_else_clause] = STATE(761), - [ts_builtin_sym_end] = ACTIONS(2109), - [sym_identifier] = ACTIONS(2111), - [anon_sym_export] = ACTIONS(2111), - [anon_sym_default] = ACTIONS(2111), - [anon_sym_type] = ACTIONS(2111), - [anon_sym_namespace] = ACTIONS(2111), - [anon_sym_LBRACE] = ACTIONS(2109), - [anon_sym_RBRACE] = ACTIONS(2109), - [anon_sym_typeof] = ACTIONS(2111), - [anon_sym_import] = ACTIONS(2111), - [anon_sym_var] = ACTIONS(2111), - [anon_sym_let] = ACTIONS(2111), - [anon_sym_const] = ACTIONS(2111), - [anon_sym_BANG] = ACTIONS(2109), + [618] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), [anon_sym_else] = ACTIONS(2113), - [anon_sym_if] = ACTIONS(2111), - [anon_sym_switch] = ACTIONS(2111), - [anon_sym_for] = ACTIONS(2111), - [anon_sym_LPAREN] = ACTIONS(2109), - [anon_sym_await] = ACTIONS(2111), - [anon_sym_while] = ACTIONS(2111), - [anon_sym_do] = ACTIONS(2111), - [anon_sym_try] = ACTIONS(2111), - [anon_sym_with] = ACTIONS(2111), - [anon_sym_break] = ACTIONS(2111), - [anon_sym_continue] = ACTIONS(2111), - [anon_sym_debugger] = ACTIONS(2111), - [anon_sym_return] = ACTIONS(2111), - [anon_sym_throw] = ACTIONS(2111), - [anon_sym_SEMI] = ACTIONS(2109), - [anon_sym_case] = ACTIONS(2111), - [anon_sym_yield] = ACTIONS(2111), - [anon_sym_LBRACK] = ACTIONS(2109), - [anon_sym_LTtemplate_GT] = ACTIONS(2109), - [anon_sym_LT] = ACTIONS(2111), - [anon_sym_SLASH] = ACTIONS(2111), - [anon_sym_class] = ACTIONS(2111), - [anon_sym_async] = ACTIONS(2111), - [anon_sym_function] = ACTIONS(2111), - [anon_sym_new] = ACTIONS(2111), - [anon_sym_PLUS] = ACTIONS(2111), - [anon_sym_DASH] = ACTIONS(2111), - [anon_sym_TILDE] = ACTIONS(2109), - [anon_sym_void] = ACTIONS(2111), - [anon_sym_delete] = ACTIONS(2111), - [anon_sym_PLUS_PLUS] = ACTIONS(2109), - [anon_sym_DASH_DASH] = ACTIONS(2109), - [anon_sym_DQUOTE] = ACTIONS(2109), - [anon_sym_SQUOTE] = ACTIONS(2109), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2109), - [sym_number] = ACTIONS(2109), - [sym_this] = ACTIONS(2111), - [sym_super] = ACTIONS(2111), - [sym_true] = ACTIONS(2111), - [sym_false] = ACTIONS(2111), - [sym_null] = ACTIONS(2111), - [sym_undefined] = ACTIONS(2111), - [anon_sym_AT] = ACTIONS(2109), - [anon_sym_static] = ACTIONS(2111), - [anon_sym_readonly] = ACTIONS(2111), - [anon_sym_get] = ACTIONS(2111), - [anon_sym_set] = ACTIONS(2111), - [anon_sym_declare] = ACTIONS(2111), - [anon_sym_public] = ACTIONS(2111), - [anon_sym_private] = ACTIONS(2111), - [anon_sym_protected] = ACTIONS(2111), - [anon_sym_override] = ACTIONS(2111), - [anon_sym_module] = ACTIONS(2111), - [anon_sym_any] = ACTIONS(2111), - [anon_sym_number] = ACTIONS(2111), - [anon_sym_boolean] = ACTIONS(2111), - [anon_sym_string] = ACTIONS(2111), - [anon_sym_symbol] = ACTIONS(2111), - [anon_sym_abstract] = ACTIONS(2111), - [anon_sym_interface] = ACTIONS(2111), - [anon_sym_enum] = ACTIONS(2111), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), }, - [627] = { + [619] = { + [ts_builtin_sym_end] = ACTIONS(1492), + [sym_identifier] = ACTIONS(1494), + [anon_sym_export] = ACTIONS(1494), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_type] = ACTIONS(1494), + [anon_sym_namespace] = ACTIONS(1494), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_RBRACE] = ACTIONS(1492), + [anon_sym_typeof] = ACTIONS(1494), + [anon_sym_import] = ACTIONS(1494), + [anon_sym_var] = ACTIONS(1494), + [anon_sym_let] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_else] = ACTIONS(1494), + [anon_sym_if] = ACTIONS(1494), + [anon_sym_switch] = ACTIONS(1494), + [anon_sym_for] = ACTIONS(1494), + [anon_sym_LPAREN] = ACTIONS(1492), + [anon_sym_await] = ACTIONS(1494), + [anon_sym_while] = ACTIONS(1494), + [anon_sym_do] = ACTIONS(1494), + [anon_sym_try] = ACTIONS(1494), + [anon_sym_with] = ACTIONS(1494), + [anon_sym_break] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1494), + [anon_sym_debugger] = ACTIONS(1494), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_throw] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1494), + [anon_sym_yield] = ACTIONS(1494), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_LTtemplate_GT] = ACTIONS(1492), + [anon_sym_class] = ACTIONS(1494), + [anon_sym_async] = ACTIONS(1494), + [anon_sym_function] = ACTIONS(1494), + [anon_sym_new] = ACTIONS(1494), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_SLASH] = ACTIONS(1494), + [anon_sym_LT] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_void] = ACTIONS(1494), + [anon_sym_delete] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1492), + [sym_number] = ACTIONS(1492), + [sym_this] = ACTIONS(1494), + [sym_super] = ACTIONS(1494), + [sym_true] = ACTIONS(1494), + [sym_false] = ACTIONS(1494), + [sym_null] = ACTIONS(1494), + [sym_undefined] = ACTIONS(1494), + [anon_sym_AT] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1494), + [anon_sym_readonly] = ACTIONS(1494), + [anon_sym_get] = ACTIONS(1494), + [anon_sym_set] = ACTIONS(1494), + [anon_sym_declare] = ACTIONS(1494), + [anon_sym_public] = ACTIONS(1494), + [anon_sym_private] = ACTIONS(1494), + [anon_sym_protected] = ACTIONS(1494), + [anon_sym_override] = ACTIONS(1494), + [anon_sym_module] = ACTIONS(1494), + [anon_sym_any] = ACTIONS(1494), + [anon_sym_number] = ACTIONS(1494), + [anon_sym_boolean] = ACTIONS(1494), + [anon_sym_string] = ACTIONS(1494), + [anon_sym_symbol] = ACTIONS(1494), + [anon_sym_abstract] = ACTIONS(1494), + [anon_sym_interface] = ACTIONS(1494), + [anon_sym_enum] = ACTIONS(1494), + }, + [620] = { [ts_builtin_sym_end] = ACTIONS(2115), [sym_identifier] = ACTIONS(2117), [anon_sym_export] = ACTIONS(2117), @@ -83819,7 +83042,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_switch] = ACTIONS(2117), [anon_sym_for] = ACTIONS(2117), [anon_sym_LPAREN] = ACTIONS(2115), - [anon_sym_RPAREN] = ACTIONS(2115), [anon_sym_await] = ACTIONS(2117), [anon_sym_while] = ACTIONS(2117), [anon_sym_do] = ACTIONS(2117), @@ -83835,19 +83057,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2117), [anon_sym_LBRACK] = ACTIONS(2115), [anon_sym_LTtemplate_GT] = ACTIONS(2115), - [anon_sym_LT] = ACTIONS(2117), - [anon_sym_SLASH] = ACTIONS(2117), [anon_sym_class] = ACTIONS(2117), [anon_sym_async] = ACTIONS(2117), [anon_sym_function] = ACTIONS(2117), [anon_sym_new] = ACTIONS(2117), [anon_sym_PLUS] = ACTIONS(2117), [anon_sym_DASH] = ACTIONS(2117), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_LT] = ACTIONS(2117), [anon_sym_TILDE] = ACTIONS(2115), [anon_sym_void] = ACTIONS(2117), [anon_sym_delete] = ACTIONS(2117), [anon_sym_PLUS_PLUS] = ACTIONS(2115), - [anon_sym_DASH_DASH] = ACTIONS(2115), + [anon_sym_DASH_DASH] = ACTIONS(2117), [anon_sym_DQUOTE] = ACTIONS(2115), [anon_sym_SQUOTE] = ACTIONS(2115), [sym_comment] = ACTIONS(3), @@ -83879,407 +83101,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2117), [anon_sym_enum] = ACTIONS(2117), }, - [628] = { - [ts_builtin_sym_end] = ACTIONS(1556), - [sym_identifier] = ACTIONS(1558), - [anon_sym_export] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_type] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1556), - [anon_sym_RBRACE] = ACTIONS(1556), - [anon_sym_typeof] = ACTIONS(1558), - [anon_sym_import] = ACTIONS(1558), - [anon_sym_var] = ACTIONS(1558), - [anon_sym_let] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_BANG] = ACTIONS(1556), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_LPAREN] = ACTIONS(1556), - [anon_sym_await] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_with] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_debugger] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1556), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_yield] = ACTIONS(1558), - [anon_sym_LBRACK] = ACTIONS(1556), - [anon_sym_LTtemplate_GT] = ACTIONS(1556), - [anon_sym_LT] = ACTIONS(1558), - [anon_sym_SLASH] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_async] = ACTIONS(1558), - [anon_sym_function] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_TILDE] = ACTIONS(1556), - [anon_sym_void] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), - [anon_sym_DASH_DASH] = ACTIONS(1556), - [anon_sym_DQUOTE] = ACTIONS(1556), - [anon_sym_SQUOTE] = ACTIONS(1556), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1556), - [sym_number] = ACTIONS(1556), - [sym_this] = ACTIONS(1558), - [sym_super] = ACTIONS(1558), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_undefined] = ACTIONS(1558), - [anon_sym_AT] = ACTIONS(1556), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_readonly] = ACTIONS(1558), - [anon_sym_get] = ACTIONS(1558), - [anon_sym_set] = ACTIONS(1558), - [anon_sym_declare] = ACTIONS(1558), - [anon_sym_public] = ACTIONS(1558), - [anon_sym_private] = ACTIONS(1558), - [anon_sym_protected] = ACTIONS(1558), - [anon_sym_override] = ACTIONS(1558), - [anon_sym_module] = ACTIONS(1558), - [anon_sym_any] = ACTIONS(1558), - [anon_sym_number] = ACTIONS(1558), - [anon_sym_boolean] = ACTIONS(1558), - [anon_sym_string] = ACTIONS(1558), - [anon_sym_symbol] = ACTIONS(1558), - [anon_sym_abstract] = ACTIONS(1558), - [anon_sym_interface] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [sym__automatic_semicolon] = ACTIONS(1564), - }, - [629] = { - [ts_builtin_sym_end] = ACTIONS(1576), - [sym_identifier] = ACTIONS(1578), - [anon_sym_export] = ACTIONS(1578), - [anon_sym_default] = ACTIONS(1578), - [anon_sym_type] = ACTIONS(1578), - [anon_sym_namespace] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_RBRACE] = ACTIONS(1576), - [anon_sym_typeof] = ACTIONS(1578), - [anon_sym_import] = ACTIONS(1578), - [anon_sym_var] = ACTIONS(1578), - [anon_sym_let] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_else] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_LPAREN] = ACTIONS(1576), - [anon_sym_await] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_with] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_debugger] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_throw] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_case] = ACTIONS(1578), - [anon_sym_yield] = ACTIONS(1578), - [anon_sym_LBRACK] = ACTIONS(1576), - [anon_sym_LTtemplate_GT] = ACTIONS(1576), - [anon_sym_LT] = ACTIONS(1578), - [anon_sym_SLASH] = ACTIONS(1578), - [anon_sym_class] = ACTIONS(1578), - [anon_sym_async] = ACTIONS(1578), - [anon_sym_function] = ACTIONS(1578), - [anon_sym_new] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_void] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_DQUOTE] = ACTIONS(1576), - [anon_sym_SQUOTE] = ACTIONS(1576), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1576), - [sym_number] = ACTIONS(1576), - [sym_this] = ACTIONS(1578), - [sym_super] = ACTIONS(1578), - [sym_true] = ACTIONS(1578), - [sym_false] = ACTIONS(1578), - [sym_null] = ACTIONS(1578), - [sym_undefined] = ACTIONS(1578), - [anon_sym_AT] = ACTIONS(1576), - [anon_sym_static] = ACTIONS(1578), - [anon_sym_readonly] = ACTIONS(1578), - [anon_sym_get] = ACTIONS(1578), - [anon_sym_set] = ACTIONS(1578), - [anon_sym_declare] = ACTIONS(1578), - [anon_sym_public] = ACTIONS(1578), - [anon_sym_private] = ACTIONS(1578), - [anon_sym_protected] = ACTIONS(1578), - [anon_sym_override] = ACTIONS(1578), - [anon_sym_module] = ACTIONS(1578), - [anon_sym_any] = ACTIONS(1578), - [anon_sym_number] = ACTIONS(1578), - [anon_sym_boolean] = ACTIONS(1578), - [anon_sym_string] = ACTIONS(1578), - [anon_sym_symbol] = ACTIONS(1578), - [anon_sym_abstract] = ACTIONS(1578), - [anon_sym_interface] = ACTIONS(1578), - [anon_sym_enum] = ACTIONS(1578), - [sym__automatic_semicolon] = ACTIONS(1584), - }, - [630] = { - [ts_builtin_sym_end] = ACTIONS(1475), - [sym_identifier] = ACTIONS(1477), - [anon_sym_export] = ACTIONS(1477), - [anon_sym_default] = ACTIONS(1477), - [anon_sym_type] = ACTIONS(1477), - [anon_sym_namespace] = ACTIONS(1477), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_RBRACE] = ACTIONS(1475), - [anon_sym_typeof] = ACTIONS(1477), - [anon_sym_import] = ACTIONS(1477), - [anon_sym_var] = ACTIONS(1477), - [anon_sym_let] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_else] = ACTIONS(1477), - [anon_sym_if] = ACTIONS(1477), - [anon_sym_switch] = ACTIONS(1477), - [anon_sym_for] = ACTIONS(1477), - [anon_sym_LPAREN] = ACTIONS(1475), - [anon_sym_await] = ACTIONS(1477), - [anon_sym_while] = ACTIONS(1477), - [anon_sym_do] = ACTIONS(1477), - [anon_sym_try] = ACTIONS(1477), - [anon_sym_with] = ACTIONS(1477), - [anon_sym_break] = ACTIONS(1477), - [anon_sym_continue] = ACTIONS(1477), - [anon_sym_debugger] = ACTIONS(1477), - [anon_sym_return] = ACTIONS(1477), - [anon_sym_throw] = ACTIONS(1477), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_case] = ACTIONS(1477), - [anon_sym_yield] = ACTIONS(1477), - [anon_sym_LBRACK] = ACTIONS(1475), - [anon_sym_LTtemplate_GT] = ACTIONS(1475), - [anon_sym_LT] = ACTIONS(1477), - [anon_sym_SLASH] = ACTIONS(1477), - [anon_sym_class] = ACTIONS(1477), - [anon_sym_async] = ACTIONS(1477), - [anon_sym_function] = ACTIONS(1477), - [anon_sym_new] = ACTIONS(1477), - [anon_sym_PLUS] = ACTIONS(1477), - [anon_sym_DASH] = ACTIONS(1477), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_void] = ACTIONS(1477), - [anon_sym_delete] = ACTIONS(1477), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1475), - [sym_number] = ACTIONS(1475), - [sym_this] = ACTIONS(1477), - [sym_super] = ACTIONS(1477), - [sym_true] = ACTIONS(1477), - [sym_false] = ACTIONS(1477), - [sym_null] = ACTIONS(1477), - [sym_undefined] = ACTIONS(1477), - [anon_sym_AT] = ACTIONS(1475), - [anon_sym_static] = ACTIONS(1477), - [anon_sym_readonly] = ACTIONS(1477), - [anon_sym_get] = ACTIONS(1477), - [anon_sym_set] = ACTIONS(1477), - [anon_sym_declare] = ACTIONS(1477), - [anon_sym_public] = ACTIONS(1477), - [anon_sym_private] = ACTIONS(1477), - [anon_sym_protected] = ACTIONS(1477), - [anon_sym_override] = ACTIONS(1477), - [anon_sym_module] = ACTIONS(1477), - [anon_sym_any] = ACTIONS(1477), - [anon_sym_number] = ACTIONS(1477), - [anon_sym_boolean] = ACTIONS(1477), - [anon_sym_string] = ACTIONS(1477), - [anon_sym_symbol] = ACTIONS(1477), - [anon_sym_abstract] = ACTIONS(1477), - [anon_sym_interface] = ACTIONS(1477), - [anon_sym_enum] = ACTIONS(1477), - [sym__automatic_semicolon] = ACTIONS(1483), - }, - [631] = { - [sym_statement_block] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(1393), - [sym_identifier] = ACTIONS(1395), - [anon_sym_export] = ACTIONS(1395), - [anon_sym_default] = ACTIONS(1395), - [anon_sym_type] = ACTIONS(1395), - [anon_sym_namespace] = ACTIONS(1395), - [anon_sym_LBRACE] = ACTIONS(2089), - [anon_sym_RBRACE] = ACTIONS(1393), - [anon_sym_typeof] = ACTIONS(1395), - [anon_sym_import] = ACTIONS(1395), - [anon_sym_var] = ACTIONS(1395), - [anon_sym_let] = ACTIONS(1395), - [anon_sym_const] = ACTIONS(1395), - [anon_sym_BANG] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1395), - [anon_sym_if] = ACTIONS(1395), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_for] = ACTIONS(1395), - [anon_sym_LPAREN] = ACTIONS(1393), - [anon_sym_await] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1395), - [anon_sym_do] = ACTIONS(1395), - [anon_sym_try] = ACTIONS(1395), - [anon_sym_with] = ACTIONS(1395), - [anon_sym_break] = ACTIONS(1395), - [anon_sym_continue] = ACTIONS(1395), - [anon_sym_debugger] = ACTIONS(1395), - [anon_sym_return] = ACTIONS(1395), - [anon_sym_throw] = ACTIONS(1395), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_case] = ACTIONS(1395), - [anon_sym_yield] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1393), - [anon_sym_LTtemplate_GT] = ACTIONS(1393), - [anon_sym_LT] = ACTIONS(1395), - [anon_sym_SLASH] = ACTIONS(1395), - [anon_sym_class] = ACTIONS(1395), - [anon_sym_async] = ACTIONS(1395), - [anon_sym_function] = ACTIONS(1395), - [anon_sym_new] = ACTIONS(1395), - [anon_sym_PLUS] = ACTIONS(1395), - [anon_sym_DASH] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1393), - [anon_sym_void] = ACTIONS(1395), - [anon_sym_delete] = ACTIONS(1395), - [anon_sym_PLUS_PLUS] = ACTIONS(1393), - [anon_sym_DASH_DASH] = ACTIONS(1393), - [anon_sym_DQUOTE] = ACTIONS(1393), - [anon_sym_SQUOTE] = ACTIONS(1393), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1393), - [sym_number] = ACTIONS(1393), - [sym_this] = ACTIONS(1395), - [sym_super] = ACTIONS(1395), - [sym_true] = ACTIONS(1395), - [sym_false] = ACTIONS(1395), - [sym_null] = ACTIONS(1395), - [sym_undefined] = ACTIONS(1395), - [anon_sym_AT] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1395), - [anon_sym_readonly] = ACTIONS(1395), - [anon_sym_get] = ACTIONS(1395), - [anon_sym_set] = ACTIONS(1395), - [anon_sym_declare] = ACTIONS(1395), - [anon_sym_public] = ACTIONS(1395), - [anon_sym_private] = ACTIONS(1395), - [anon_sym_protected] = ACTIONS(1395), - [anon_sym_override] = ACTIONS(1395), - [anon_sym_module] = ACTIONS(1395), - [anon_sym_any] = ACTIONS(1395), - [anon_sym_number] = ACTIONS(1395), - [anon_sym_boolean] = ACTIONS(1395), - [anon_sym_string] = ACTIONS(1395), - [anon_sym_symbol] = ACTIONS(1395), - [anon_sym_abstract] = ACTIONS(1395), - [anon_sym_interface] = ACTIONS(1395), - [anon_sym_enum] = ACTIONS(1395), - }, - [632] = { - [ts_builtin_sym_end] = ACTIONS(1431), - [sym_identifier] = ACTIONS(1433), - [anon_sym_export] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_type] = ACTIONS(1433), - [anon_sym_namespace] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_RBRACE] = ACTIONS(1431), - [anon_sym_typeof] = ACTIONS(1433), - [anon_sym_import] = ACTIONS(1433), - [anon_sym_var] = ACTIONS(1433), - [anon_sym_let] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_BANG] = ACTIONS(1431), - [anon_sym_else] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_await] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_try] = ACTIONS(1433), - [anon_sym_with] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_debugger] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_throw] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_yield] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LTtemplate_GT] = ACTIONS(1431), - [anon_sym_LT] = ACTIONS(1433), - [anon_sym_SLASH] = ACTIONS(1433), - [anon_sym_class] = ACTIONS(1433), - [anon_sym_async] = ACTIONS(1433), - [anon_sym_function] = ACTIONS(1433), - [anon_sym_new] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_TILDE] = ACTIONS(1431), - [anon_sym_void] = ACTIONS(1433), - [anon_sym_delete] = ACTIONS(1433), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_DASH_DASH] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [anon_sym_SQUOTE] = ACTIONS(1431), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1431), - [sym_number] = ACTIONS(1431), - [sym_this] = ACTIONS(1433), - [sym_super] = ACTIONS(1433), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [sym_null] = ACTIONS(1433), - [sym_undefined] = ACTIONS(1433), - [anon_sym_AT] = ACTIONS(1431), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_get] = ACTIONS(1433), - [anon_sym_set] = ACTIONS(1433), - [anon_sym_declare] = ACTIONS(1433), - [anon_sym_public] = ACTIONS(1433), - [anon_sym_private] = ACTIONS(1433), - [anon_sym_protected] = ACTIONS(1433), - [anon_sym_override] = ACTIONS(1433), - [anon_sym_module] = ACTIONS(1433), - [anon_sym_any] = ACTIONS(1433), - [anon_sym_number] = ACTIONS(1433), - [anon_sym_boolean] = ACTIONS(1433), - [anon_sym_string] = ACTIONS(1433), - [anon_sym_symbol] = ACTIONS(1433), - [anon_sym_abstract] = ACTIONS(1433), - [anon_sym_interface] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [sym__automatic_semicolon] = ACTIONS(1439), - }, - [633] = { + [621] = { [ts_builtin_sym_end] = ACTIONS(2119), [sym_identifier] = ACTIONS(2121), [anon_sym_export] = ACTIONS(2121), @@ -84314,19 +83136,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2121), [anon_sym_LBRACK] = ACTIONS(2119), [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), [anon_sym_class] = ACTIONS(2121), [anon_sym_async] = ACTIONS(2121), [anon_sym_function] = ACTIONS(2121), [anon_sym_new] = ACTIONS(2121), [anon_sym_PLUS] = ACTIONS(2121), [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), [anon_sym_TILDE] = ACTIONS(2119), [anon_sym_void] = ACTIONS(2121), [anon_sym_delete] = ACTIONS(2121), [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), [anon_sym_DQUOTE] = ACTIONS(2119), [anon_sym_SQUOTE] = ACTIONS(2119), [sym_comment] = ACTIONS(3), @@ -84358,7 +83180,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2121), [anon_sym_enum] = ACTIONS(2121), }, - [634] = { + [622] = { [ts_builtin_sym_end] = ACTIONS(2123), [sym_identifier] = ACTIONS(2125), [anon_sym_export] = ACTIONS(2125), @@ -84393,19 +83215,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2125), [anon_sym_LBRACK] = ACTIONS(2123), [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), [anon_sym_class] = ACTIONS(2125), [anon_sym_async] = ACTIONS(2125), [anon_sym_function] = ACTIONS(2125), [anon_sym_new] = ACTIONS(2125), [anon_sym_PLUS] = ACTIONS(2125), [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), [anon_sym_TILDE] = ACTIONS(2123), [anon_sym_void] = ACTIONS(2125), [anon_sym_delete] = ACTIONS(2125), [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), [anon_sym_DQUOTE] = ACTIONS(2123), [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), @@ -84437,6327 +83259,7354 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2125), [anon_sym_enum] = ACTIONS(2125), }, - [635] = { - [ts_builtin_sym_end] = ACTIONS(2127), - [sym_identifier] = ACTIONS(2129), - [anon_sym_export] = ACTIONS(2129), - [anon_sym_default] = ACTIONS(2129), - [anon_sym_type] = ACTIONS(2129), - [anon_sym_namespace] = ACTIONS(2129), - [anon_sym_LBRACE] = ACTIONS(2127), - [anon_sym_RBRACE] = ACTIONS(2127), - [anon_sym_typeof] = ACTIONS(2129), - [anon_sym_import] = ACTIONS(2129), - [anon_sym_var] = ACTIONS(2129), - [anon_sym_let] = ACTIONS(2129), - [anon_sym_const] = ACTIONS(2129), - [anon_sym_BANG] = ACTIONS(2127), - [anon_sym_else] = ACTIONS(2129), - [anon_sym_if] = ACTIONS(2129), - [anon_sym_switch] = ACTIONS(2129), - [anon_sym_for] = ACTIONS(2129), - [anon_sym_LPAREN] = ACTIONS(2127), - [anon_sym_await] = ACTIONS(2129), - [anon_sym_while] = ACTIONS(2129), - [anon_sym_do] = ACTIONS(2129), - [anon_sym_try] = ACTIONS(2129), - [anon_sym_with] = ACTIONS(2129), - [anon_sym_break] = ACTIONS(2129), - [anon_sym_continue] = ACTIONS(2129), - [anon_sym_debugger] = ACTIONS(2129), - [anon_sym_return] = ACTIONS(2129), - [anon_sym_throw] = ACTIONS(2129), - [anon_sym_SEMI] = ACTIONS(2127), - [anon_sym_case] = ACTIONS(2129), - [anon_sym_yield] = ACTIONS(2129), - [anon_sym_LBRACK] = ACTIONS(2127), - [anon_sym_LTtemplate_GT] = ACTIONS(2127), - [anon_sym_LT] = ACTIONS(2129), - [anon_sym_SLASH] = ACTIONS(2129), - [anon_sym_class] = ACTIONS(2129), - [anon_sym_async] = ACTIONS(2129), - [anon_sym_function] = ACTIONS(2129), - [anon_sym_new] = ACTIONS(2129), - [anon_sym_PLUS] = ACTIONS(2129), - [anon_sym_DASH] = ACTIONS(2129), - [anon_sym_TILDE] = ACTIONS(2127), - [anon_sym_void] = ACTIONS(2129), - [anon_sym_delete] = ACTIONS(2129), - [anon_sym_PLUS_PLUS] = ACTIONS(2127), - [anon_sym_DASH_DASH] = ACTIONS(2127), - [anon_sym_DQUOTE] = ACTIONS(2127), - [anon_sym_SQUOTE] = ACTIONS(2127), + [623] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2127), - [sym_number] = ACTIONS(2127), - [sym_this] = ACTIONS(2129), - [sym_super] = ACTIONS(2129), - [sym_true] = ACTIONS(2129), - [sym_false] = ACTIONS(2129), - [sym_null] = ACTIONS(2129), - [sym_undefined] = ACTIONS(2129), - [anon_sym_AT] = ACTIONS(2127), - [anon_sym_static] = ACTIONS(2129), - [anon_sym_readonly] = ACTIONS(2129), - [anon_sym_get] = ACTIONS(2129), - [anon_sym_set] = ACTIONS(2129), - [anon_sym_declare] = ACTIONS(2129), - [anon_sym_public] = ACTIONS(2129), - [anon_sym_private] = ACTIONS(2129), - [anon_sym_protected] = ACTIONS(2129), - [anon_sym_override] = ACTIONS(2129), - [anon_sym_module] = ACTIONS(2129), - [anon_sym_any] = ACTIONS(2129), - [anon_sym_number] = ACTIONS(2129), - [anon_sym_boolean] = ACTIONS(2129), - [anon_sym_string] = ACTIONS(2129), - [anon_sym_symbol] = ACTIONS(2129), - [anon_sym_abstract] = ACTIONS(2129), - [anon_sym_interface] = ACTIONS(2129), - [anon_sym_enum] = ACTIONS(2129), - }, - [636] = { - [ts_builtin_sym_end] = ACTIONS(1463), - [sym_identifier] = ACTIONS(1465), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_type] = ACTIONS(1465), - [anon_sym_namespace] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_typeof] = ACTIONS(1465), - [anon_sym_import] = ACTIONS(1465), - [anon_sym_var] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_BANG] = ACTIONS(1463), - [anon_sym_else] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_switch] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_await] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_with] = ACTIONS(1465), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_debugger] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_throw] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_case] = ACTIONS(1465), - [anon_sym_yield] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LTtemplate_GT] = ACTIONS(1463), - [anon_sym_LT] = ACTIONS(1465), - [anon_sym_SLASH] = ACTIONS(1465), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_async] = ACTIONS(1465), - [anon_sym_function] = ACTIONS(1465), - [anon_sym_new] = ACTIONS(1465), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_DASH] = ACTIONS(1465), - [anon_sym_TILDE] = ACTIONS(1463), - [anon_sym_void] = ACTIONS(1465), - [anon_sym_delete] = ACTIONS(1465), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_DASH_DASH] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1463), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1463), - [sym_number] = ACTIONS(1463), - [sym_this] = ACTIONS(1465), - [sym_super] = ACTIONS(1465), - [sym_true] = ACTIONS(1465), - [sym_false] = ACTIONS(1465), - [sym_null] = ACTIONS(1465), - [sym_undefined] = ACTIONS(1465), - [anon_sym_AT] = ACTIONS(1463), - [anon_sym_static] = ACTIONS(1465), - [anon_sym_readonly] = ACTIONS(1465), - [anon_sym_get] = ACTIONS(1465), - [anon_sym_set] = ACTIONS(1465), - [anon_sym_declare] = ACTIONS(1465), - [anon_sym_public] = ACTIONS(1465), - [anon_sym_private] = ACTIONS(1465), - [anon_sym_protected] = ACTIONS(1465), - [anon_sym_override] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_any] = ACTIONS(1465), - [anon_sym_number] = ACTIONS(1465), - [anon_sym_boolean] = ACTIONS(1465), - [anon_sym_string] = ACTIONS(1465), - [anon_sym_symbol] = ACTIONS(1465), - [anon_sym_abstract] = ACTIONS(1465), - [anon_sym_interface] = ACTIONS(1465), - [anon_sym_enum] = ACTIONS(1465), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [637] = { - [ts_builtin_sym_end] = ACTIONS(2131), - [sym_identifier] = ACTIONS(2133), - [anon_sym_export] = ACTIONS(2133), - [anon_sym_default] = ACTIONS(2133), - [anon_sym_type] = ACTIONS(2133), - [anon_sym_namespace] = ACTIONS(2133), - [anon_sym_LBRACE] = ACTIONS(2131), - [anon_sym_RBRACE] = ACTIONS(2131), - [anon_sym_typeof] = ACTIONS(2133), - [anon_sym_import] = ACTIONS(2133), - [anon_sym_var] = ACTIONS(2133), - [anon_sym_let] = ACTIONS(2133), - [anon_sym_const] = ACTIONS(2133), - [anon_sym_BANG] = ACTIONS(2131), - [anon_sym_else] = ACTIONS(2133), - [anon_sym_if] = ACTIONS(2133), - [anon_sym_switch] = ACTIONS(2133), - [anon_sym_for] = ACTIONS(2133), - [anon_sym_LPAREN] = ACTIONS(2131), - [anon_sym_await] = ACTIONS(2133), - [anon_sym_while] = ACTIONS(2133), - [anon_sym_do] = ACTIONS(2133), - [anon_sym_try] = ACTIONS(2133), - [anon_sym_with] = ACTIONS(2133), - [anon_sym_break] = ACTIONS(2133), - [anon_sym_continue] = ACTIONS(2133), - [anon_sym_debugger] = ACTIONS(2133), - [anon_sym_return] = ACTIONS(2133), - [anon_sym_throw] = ACTIONS(2133), - [anon_sym_SEMI] = ACTIONS(2131), - [anon_sym_case] = ACTIONS(2133), - [anon_sym_yield] = ACTIONS(2133), - [anon_sym_LBRACK] = ACTIONS(2131), - [anon_sym_LTtemplate_GT] = ACTIONS(2131), - [anon_sym_LT] = ACTIONS(2133), - [anon_sym_SLASH] = ACTIONS(2133), - [anon_sym_class] = ACTIONS(2133), - [anon_sym_async] = ACTIONS(2133), - [anon_sym_function] = ACTIONS(2133), - [anon_sym_new] = ACTIONS(2133), - [anon_sym_PLUS] = ACTIONS(2133), - [anon_sym_DASH] = ACTIONS(2133), - [anon_sym_TILDE] = ACTIONS(2131), - [anon_sym_void] = ACTIONS(2133), - [anon_sym_delete] = ACTIONS(2133), - [anon_sym_PLUS_PLUS] = ACTIONS(2131), - [anon_sym_DASH_DASH] = ACTIONS(2131), - [anon_sym_DQUOTE] = ACTIONS(2131), - [anon_sym_SQUOTE] = ACTIONS(2131), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2131), - [sym_number] = ACTIONS(2131), - [sym_this] = ACTIONS(2133), - [sym_super] = ACTIONS(2133), - [sym_true] = ACTIONS(2133), - [sym_false] = ACTIONS(2133), - [sym_null] = ACTIONS(2133), - [sym_undefined] = ACTIONS(2133), - [anon_sym_AT] = ACTIONS(2131), - [anon_sym_static] = ACTIONS(2133), - [anon_sym_readonly] = ACTIONS(2133), - [anon_sym_get] = ACTIONS(2133), - [anon_sym_set] = ACTIONS(2133), - [anon_sym_declare] = ACTIONS(2133), - [anon_sym_public] = ACTIONS(2133), - [anon_sym_private] = ACTIONS(2133), - [anon_sym_protected] = ACTIONS(2133), - [anon_sym_override] = ACTIONS(2133), - [anon_sym_module] = ACTIONS(2133), - [anon_sym_any] = ACTIONS(2133), - [anon_sym_number] = ACTIONS(2133), - [anon_sym_boolean] = ACTIONS(2133), - [anon_sym_string] = ACTIONS(2133), - [anon_sym_symbol] = ACTIONS(2133), - [anon_sym_abstract] = ACTIONS(2133), - [anon_sym_interface] = ACTIONS(2133), - [anon_sym_enum] = ACTIONS(2133), - }, - [638] = { - [ts_builtin_sym_end] = ACTIONS(2135), - [sym_identifier] = ACTIONS(2137), - [anon_sym_export] = ACTIONS(2137), - [anon_sym_default] = ACTIONS(2137), - [anon_sym_type] = ACTIONS(2137), - [anon_sym_namespace] = ACTIONS(2137), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_RBRACE] = ACTIONS(2135), - [anon_sym_typeof] = ACTIONS(2137), - [anon_sym_import] = ACTIONS(2137), - [anon_sym_var] = ACTIONS(2137), - [anon_sym_let] = ACTIONS(2137), - [anon_sym_const] = ACTIONS(2137), - [anon_sym_BANG] = ACTIONS(2135), - [anon_sym_else] = ACTIONS(2137), - [anon_sym_if] = ACTIONS(2137), - [anon_sym_switch] = ACTIONS(2137), - [anon_sym_for] = ACTIONS(2137), - [anon_sym_LPAREN] = ACTIONS(2135), - [anon_sym_await] = ACTIONS(2137), - [anon_sym_while] = ACTIONS(2137), - [anon_sym_do] = ACTIONS(2137), - [anon_sym_try] = ACTIONS(2137), - [anon_sym_with] = ACTIONS(2137), - [anon_sym_break] = ACTIONS(2137), - [anon_sym_continue] = ACTIONS(2137), - [anon_sym_debugger] = ACTIONS(2137), - [anon_sym_return] = ACTIONS(2137), - [anon_sym_throw] = ACTIONS(2137), - [anon_sym_SEMI] = ACTIONS(2135), - [anon_sym_case] = ACTIONS(2137), - [anon_sym_yield] = ACTIONS(2137), - [anon_sym_LBRACK] = ACTIONS(2135), - [anon_sym_LTtemplate_GT] = ACTIONS(2135), - [anon_sym_LT] = ACTIONS(2137), - [anon_sym_SLASH] = ACTIONS(2137), - [anon_sym_class] = ACTIONS(2137), - [anon_sym_async] = ACTIONS(2137), - [anon_sym_function] = ACTIONS(2137), - [anon_sym_new] = ACTIONS(2137), - [anon_sym_PLUS] = ACTIONS(2137), - [anon_sym_DASH] = ACTIONS(2137), - [anon_sym_TILDE] = ACTIONS(2135), - [anon_sym_void] = ACTIONS(2137), - [anon_sym_delete] = ACTIONS(2137), - [anon_sym_PLUS_PLUS] = ACTIONS(2135), - [anon_sym_DASH_DASH] = ACTIONS(2135), - [anon_sym_DQUOTE] = ACTIONS(2135), - [anon_sym_SQUOTE] = ACTIONS(2135), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2135), - [sym_number] = ACTIONS(2135), - [sym_this] = ACTIONS(2137), - [sym_super] = ACTIONS(2137), - [sym_true] = ACTIONS(2137), - [sym_false] = ACTIONS(2137), - [sym_null] = ACTIONS(2137), - [sym_undefined] = ACTIONS(2137), - [anon_sym_AT] = ACTIONS(2135), - [anon_sym_static] = ACTIONS(2137), - [anon_sym_readonly] = ACTIONS(2137), - [anon_sym_get] = ACTIONS(2137), - [anon_sym_set] = ACTIONS(2137), - [anon_sym_declare] = ACTIONS(2137), - [anon_sym_public] = ACTIONS(2137), - [anon_sym_private] = ACTIONS(2137), - [anon_sym_protected] = ACTIONS(2137), - [anon_sym_override] = ACTIONS(2137), - [anon_sym_module] = ACTIONS(2137), - [anon_sym_any] = ACTIONS(2137), - [anon_sym_number] = ACTIONS(2137), - [anon_sym_boolean] = ACTIONS(2137), - [anon_sym_string] = ACTIONS(2137), - [anon_sym_symbol] = ACTIONS(2137), - [anon_sym_abstract] = ACTIONS(2137), - [anon_sym_interface] = ACTIONS(2137), - [anon_sym_enum] = ACTIONS(2137), - }, - [639] = { - [ts_builtin_sym_end] = ACTIONS(2139), - [sym_identifier] = ACTIONS(2141), - [anon_sym_export] = ACTIONS(2141), - [anon_sym_default] = ACTIONS(2141), - [anon_sym_type] = ACTIONS(2141), - [anon_sym_namespace] = ACTIONS(2141), - [anon_sym_LBRACE] = ACTIONS(2139), - [anon_sym_RBRACE] = ACTIONS(2139), - [anon_sym_typeof] = ACTIONS(2141), - [anon_sym_import] = ACTIONS(2141), - [anon_sym_var] = ACTIONS(2141), - [anon_sym_let] = ACTIONS(2141), - [anon_sym_const] = ACTIONS(2141), - [anon_sym_BANG] = ACTIONS(2139), - [anon_sym_else] = ACTIONS(2141), - [anon_sym_if] = ACTIONS(2141), - [anon_sym_switch] = ACTIONS(2141), - [anon_sym_for] = ACTIONS(2141), - [anon_sym_LPAREN] = ACTIONS(2139), - [anon_sym_await] = ACTIONS(2141), - [anon_sym_while] = ACTIONS(2141), - [anon_sym_do] = ACTIONS(2141), - [anon_sym_try] = ACTIONS(2141), - [anon_sym_with] = ACTIONS(2141), - [anon_sym_break] = ACTIONS(2141), - [anon_sym_continue] = ACTIONS(2141), - [anon_sym_debugger] = ACTIONS(2141), - [anon_sym_return] = ACTIONS(2141), - [anon_sym_throw] = ACTIONS(2141), - [anon_sym_SEMI] = ACTIONS(2139), - [anon_sym_case] = ACTIONS(2141), - [anon_sym_yield] = ACTIONS(2141), - [anon_sym_LBRACK] = ACTIONS(2139), - [anon_sym_LTtemplate_GT] = ACTIONS(2139), - [anon_sym_LT] = ACTIONS(2141), - [anon_sym_SLASH] = ACTIONS(2141), - [anon_sym_class] = ACTIONS(2141), - [anon_sym_async] = ACTIONS(2141), - [anon_sym_function] = ACTIONS(2141), - [anon_sym_new] = ACTIONS(2141), - [anon_sym_PLUS] = ACTIONS(2141), - [anon_sym_DASH] = ACTIONS(2141), - [anon_sym_TILDE] = ACTIONS(2139), - [anon_sym_void] = ACTIONS(2141), - [anon_sym_delete] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2139), - [anon_sym_DASH_DASH] = ACTIONS(2139), - [anon_sym_DQUOTE] = ACTIONS(2139), - [anon_sym_SQUOTE] = ACTIONS(2139), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2139), - [sym_number] = ACTIONS(2139), - [sym_this] = ACTIONS(2141), - [sym_super] = ACTIONS(2141), - [sym_true] = ACTIONS(2141), - [sym_false] = ACTIONS(2141), - [sym_null] = ACTIONS(2141), - [sym_undefined] = ACTIONS(2141), - [anon_sym_AT] = ACTIONS(2139), - [anon_sym_static] = ACTIONS(2141), - [anon_sym_readonly] = ACTIONS(2141), - [anon_sym_get] = ACTIONS(2141), - [anon_sym_set] = ACTIONS(2141), - [anon_sym_declare] = ACTIONS(2141), - [anon_sym_public] = ACTIONS(2141), - [anon_sym_private] = ACTIONS(2141), - [anon_sym_protected] = ACTIONS(2141), - [anon_sym_override] = ACTIONS(2141), - [anon_sym_module] = ACTIONS(2141), - [anon_sym_any] = ACTIONS(2141), - [anon_sym_number] = ACTIONS(2141), - [anon_sym_boolean] = ACTIONS(2141), - [anon_sym_string] = ACTIONS(2141), - [anon_sym_symbol] = ACTIONS(2141), - [anon_sym_abstract] = ACTIONS(2141), - [anon_sym_interface] = ACTIONS(2141), - [anon_sym_enum] = ACTIONS(2141), - }, - [640] = { - [ts_builtin_sym_end] = ACTIONS(2143), - [sym_identifier] = ACTIONS(2145), - [anon_sym_export] = ACTIONS(2145), - [anon_sym_default] = ACTIONS(2145), - [anon_sym_type] = ACTIONS(2145), - [anon_sym_namespace] = ACTIONS(2145), - [anon_sym_LBRACE] = ACTIONS(2143), - [anon_sym_RBRACE] = ACTIONS(2143), - [anon_sym_typeof] = ACTIONS(2145), - [anon_sym_import] = ACTIONS(2145), - [anon_sym_var] = ACTIONS(2145), - [anon_sym_let] = ACTIONS(2145), - [anon_sym_const] = ACTIONS(2145), - [anon_sym_BANG] = ACTIONS(2143), - [anon_sym_else] = ACTIONS(2145), - [anon_sym_if] = ACTIONS(2145), - [anon_sym_switch] = ACTIONS(2145), - [anon_sym_for] = ACTIONS(2145), - [anon_sym_LPAREN] = ACTIONS(2143), - [anon_sym_await] = ACTIONS(2145), - [anon_sym_while] = ACTIONS(2145), - [anon_sym_do] = ACTIONS(2145), - [anon_sym_try] = ACTIONS(2145), - [anon_sym_with] = ACTIONS(2145), - [anon_sym_break] = ACTIONS(2145), - [anon_sym_continue] = ACTIONS(2145), - [anon_sym_debugger] = ACTIONS(2145), - [anon_sym_return] = ACTIONS(2145), - [anon_sym_throw] = ACTIONS(2145), - [anon_sym_SEMI] = ACTIONS(2143), - [anon_sym_case] = ACTIONS(2145), - [anon_sym_yield] = ACTIONS(2145), - [anon_sym_LBRACK] = ACTIONS(2143), - [anon_sym_LTtemplate_GT] = ACTIONS(2143), - [anon_sym_LT] = ACTIONS(2145), - [anon_sym_SLASH] = ACTIONS(2145), - [anon_sym_class] = ACTIONS(2145), - [anon_sym_async] = ACTIONS(2145), - [anon_sym_function] = ACTIONS(2145), - [anon_sym_new] = ACTIONS(2145), - [anon_sym_PLUS] = ACTIONS(2145), - [anon_sym_DASH] = ACTIONS(2145), - [anon_sym_TILDE] = ACTIONS(2143), - [anon_sym_void] = ACTIONS(2145), - [anon_sym_delete] = ACTIONS(2145), - [anon_sym_PLUS_PLUS] = ACTIONS(2143), - [anon_sym_DASH_DASH] = ACTIONS(2143), - [anon_sym_DQUOTE] = ACTIONS(2143), - [anon_sym_SQUOTE] = ACTIONS(2143), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2143), - [sym_number] = ACTIONS(2143), - [sym_this] = ACTIONS(2145), - [sym_super] = ACTIONS(2145), - [sym_true] = ACTIONS(2145), - [sym_false] = ACTIONS(2145), - [sym_null] = ACTIONS(2145), - [sym_undefined] = ACTIONS(2145), - [anon_sym_AT] = ACTIONS(2143), - [anon_sym_static] = ACTIONS(2145), - [anon_sym_readonly] = ACTIONS(2145), - [anon_sym_get] = ACTIONS(2145), - [anon_sym_set] = ACTIONS(2145), - [anon_sym_declare] = ACTIONS(2145), - [anon_sym_public] = ACTIONS(2145), - [anon_sym_private] = ACTIONS(2145), - [anon_sym_protected] = ACTIONS(2145), - [anon_sym_override] = ACTIONS(2145), - [anon_sym_module] = ACTIONS(2145), - [anon_sym_any] = ACTIONS(2145), - [anon_sym_number] = ACTIONS(2145), - [anon_sym_boolean] = ACTIONS(2145), - [anon_sym_string] = ACTIONS(2145), - [anon_sym_symbol] = ACTIONS(2145), - [anon_sym_abstract] = ACTIONS(2145), - [anon_sym_interface] = ACTIONS(2145), - [anon_sym_enum] = ACTIONS(2145), - }, - [641] = { - [ts_builtin_sym_end] = ACTIONS(2147), - [sym_identifier] = ACTIONS(2149), - [anon_sym_export] = ACTIONS(2149), - [anon_sym_default] = ACTIONS(2149), - [anon_sym_type] = ACTIONS(2149), - [anon_sym_namespace] = ACTIONS(2149), - [anon_sym_LBRACE] = ACTIONS(2147), - [anon_sym_RBRACE] = ACTIONS(2147), - [anon_sym_typeof] = ACTIONS(2149), - [anon_sym_import] = ACTIONS(2149), - [anon_sym_var] = ACTIONS(2149), - [anon_sym_let] = ACTIONS(2149), - [anon_sym_const] = ACTIONS(2149), - [anon_sym_BANG] = ACTIONS(2147), - [anon_sym_else] = ACTIONS(2149), - [anon_sym_if] = ACTIONS(2149), - [anon_sym_switch] = ACTIONS(2149), - [anon_sym_for] = ACTIONS(2149), - [anon_sym_LPAREN] = ACTIONS(2147), - [anon_sym_await] = ACTIONS(2149), - [anon_sym_while] = ACTIONS(2149), - [anon_sym_do] = ACTIONS(2149), - [anon_sym_try] = ACTIONS(2149), - [anon_sym_with] = ACTIONS(2149), - [anon_sym_break] = ACTIONS(2149), - [anon_sym_continue] = ACTIONS(2149), - [anon_sym_debugger] = ACTIONS(2149), - [anon_sym_return] = ACTIONS(2149), - [anon_sym_throw] = ACTIONS(2149), - [anon_sym_SEMI] = ACTIONS(2147), - [anon_sym_case] = ACTIONS(2149), - [anon_sym_yield] = ACTIONS(2149), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_LTtemplate_GT] = ACTIONS(2147), - [anon_sym_LT] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2149), - [anon_sym_class] = ACTIONS(2149), - [anon_sym_async] = ACTIONS(2149), - [anon_sym_function] = ACTIONS(2149), - [anon_sym_new] = ACTIONS(2149), - [anon_sym_PLUS] = ACTIONS(2149), - [anon_sym_DASH] = ACTIONS(2149), - [anon_sym_TILDE] = ACTIONS(2147), - [anon_sym_void] = ACTIONS(2149), - [anon_sym_delete] = ACTIONS(2149), - [anon_sym_PLUS_PLUS] = ACTIONS(2147), - [anon_sym_DASH_DASH] = ACTIONS(2147), - [anon_sym_DQUOTE] = ACTIONS(2147), - [anon_sym_SQUOTE] = ACTIONS(2147), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2147), - [sym_number] = ACTIONS(2147), - [sym_this] = ACTIONS(2149), - [sym_super] = ACTIONS(2149), - [sym_true] = ACTIONS(2149), - [sym_false] = ACTIONS(2149), - [sym_null] = ACTIONS(2149), - [sym_undefined] = ACTIONS(2149), - [anon_sym_AT] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2149), - [anon_sym_readonly] = ACTIONS(2149), - [anon_sym_get] = ACTIONS(2149), - [anon_sym_set] = ACTIONS(2149), - [anon_sym_declare] = ACTIONS(2149), - [anon_sym_public] = ACTIONS(2149), - [anon_sym_private] = ACTIONS(2149), - [anon_sym_protected] = ACTIONS(2149), - [anon_sym_override] = ACTIONS(2149), - [anon_sym_module] = ACTIONS(2149), - [anon_sym_any] = ACTIONS(2149), - [anon_sym_number] = ACTIONS(2149), - [anon_sym_boolean] = ACTIONS(2149), - [anon_sym_string] = ACTIONS(2149), - [anon_sym_symbol] = ACTIONS(2149), - [anon_sym_abstract] = ACTIONS(2149), - [anon_sym_interface] = ACTIONS(2149), - [anon_sym_enum] = ACTIONS(2149), - }, - [642] = { - [ts_builtin_sym_end] = ACTIONS(2151), - [sym_identifier] = ACTIONS(2153), - [anon_sym_export] = ACTIONS(2153), - [anon_sym_default] = ACTIONS(2153), - [anon_sym_type] = ACTIONS(2153), - [anon_sym_namespace] = ACTIONS(2153), - [anon_sym_LBRACE] = ACTIONS(2151), - [anon_sym_RBRACE] = ACTIONS(2151), - [anon_sym_typeof] = ACTIONS(2153), - [anon_sym_import] = ACTIONS(2153), - [anon_sym_var] = ACTIONS(2153), - [anon_sym_let] = ACTIONS(2153), - [anon_sym_const] = ACTIONS(2153), - [anon_sym_BANG] = ACTIONS(2151), - [anon_sym_else] = ACTIONS(2153), - [anon_sym_if] = ACTIONS(2153), - [anon_sym_switch] = ACTIONS(2153), - [anon_sym_for] = ACTIONS(2153), - [anon_sym_LPAREN] = ACTIONS(2151), - [anon_sym_await] = ACTIONS(2153), - [anon_sym_while] = ACTIONS(2153), - [anon_sym_do] = ACTIONS(2153), - [anon_sym_try] = ACTIONS(2153), - [anon_sym_with] = ACTIONS(2153), - [anon_sym_break] = ACTIONS(2153), - [anon_sym_continue] = ACTIONS(2153), - [anon_sym_debugger] = ACTIONS(2153), - [anon_sym_return] = ACTIONS(2153), - [anon_sym_throw] = ACTIONS(2153), - [anon_sym_SEMI] = ACTIONS(2151), - [anon_sym_case] = ACTIONS(2153), - [anon_sym_yield] = ACTIONS(2153), - [anon_sym_LBRACK] = ACTIONS(2151), - [anon_sym_LTtemplate_GT] = ACTIONS(2151), - [anon_sym_LT] = ACTIONS(2153), - [anon_sym_SLASH] = ACTIONS(2153), - [anon_sym_class] = ACTIONS(2153), - [anon_sym_async] = ACTIONS(2153), - [anon_sym_function] = ACTIONS(2153), - [anon_sym_new] = ACTIONS(2153), - [anon_sym_PLUS] = ACTIONS(2153), - [anon_sym_DASH] = ACTIONS(2153), - [anon_sym_TILDE] = ACTIONS(2151), - [anon_sym_void] = ACTIONS(2153), - [anon_sym_delete] = ACTIONS(2153), - [anon_sym_PLUS_PLUS] = ACTIONS(2151), - [anon_sym_DASH_DASH] = ACTIONS(2151), - [anon_sym_DQUOTE] = ACTIONS(2151), - [anon_sym_SQUOTE] = ACTIONS(2151), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2151), - [sym_number] = ACTIONS(2151), - [sym_this] = ACTIONS(2153), - [sym_super] = ACTIONS(2153), - [sym_true] = ACTIONS(2153), - [sym_false] = ACTIONS(2153), - [sym_null] = ACTIONS(2153), - [sym_undefined] = ACTIONS(2153), - [anon_sym_AT] = ACTIONS(2151), - [anon_sym_static] = ACTIONS(2153), - [anon_sym_readonly] = ACTIONS(2153), - [anon_sym_get] = ACTIONS(2153), - [anon_sym_set] = ACTIONS(2153), - [anon_sym_declare] = ACTIONS(2153), - [anon_sym_public] = ACTIONS(2153), - [anon_sym_private] = ACTIONS(2153), - [anon_sym_protected] = ACTIONS(2153), - [anon_sym_override] = ACTIONS(2153), - [anon_sym_module] = ACTIONS(2153), - [anon_sym_any] = ACTIONS(2153), - [anon_sym_number] = ACTIONS(2153), - [anon_sym_boolean] = ACTIONS(2153), - [anon_sym_string] = ACTIONS(2153), - [anon_sym_symbol] = ACTIONS(2153), - [anon_sym_abstract] = ACTIONS(2153), - [anon_sym_interface] = ACTIONS(2153), - [anon_sym_enum] = ACTIONS(2153), - }, - [643] = { - [ts_builtin_sym_end] = ACTIONS(2151), - [sym_identifier] = ACTIONS(2153), - [anon_sym_export] = ACTIONS(2153), - [anon_sym_default] = ACTIONS(2153), - [anon_sym_type] = ACTIONS(2153), - [anon_sym_namespace] = ACTIONS(2153), - [anon_sym_LBRACE] = ACTIONS(2151), - [anon_sym_RBRACE] = ACTIONS(2151), - [anon_sym_typeof] = ACTIONS(2153), - [anon_sym_import] = ACTIONS(2153), - [anon_sym_var] = ACTIONS(2153), - [anon_sym_let] = ACTIONS(2153), - [anon_sym_const] = ACTIONS(2153), - [anon_sym_BANG] = ACTIONS(2151), - [anon_sym_else] = ACTIONS(2153), - [anon_sym_if] = ACTIONS(2153), - [anon_sym_switch] = ACTIONS(2153), - [anon_sym_for] = ACTIONS(2153), - [anon_sym_LPAREN] = ACTIONS(2151), - [anon_sym_await] = ACTIONS(2153), - [anon_sym_while] = ACTIONS(2153), - [anon_sym_do] = ACTIONS(2153), - [anon_sym_try] = ACTIONS(2153), - [anon_sym_with] = ACTIONS(2153), - [anon_sym_break] = ACTIONS(2153), - [anon_sym_continue] = ACTIONS(2153), - [anon_sym_debugger] = ACTIONS(2153), - [anon_sym_return] = ACTIONS(2153), - [anon_sym_throw] = ACTIONS(2153), - [anon_sym_SEMI] = ACTIONS(2151), - [anon_sym_case] = ACTIONS(2153), - [anon_sym_yield] = ACTIONS(2153), - [anon_sym_LBRACK] = ACTIONS(2151), - [anon_sym_LTtemplate_GT] = ACTIONS(2151), - [anon_sym_LT] = ACTIONS(2153), - [anon_sym_SLASH] = ACTIONS(2153), - [anon_sym_class] = ACTIONS(2153), - [anon_sym_async] = ACTIONS(2153), - [anon_sym_function] = ACTIONS(2153), - [anon_sym_new] = ACTIONS(2153), - [anon_sym_PLUS] = ACTIONS(2153), - [anon_sym_DASH] = ACTIONS(2153), - [anon_sym_TILDE] = ACTIONS(2151), - [anon_sym_void] = ACTIONS(2153), - [anon_sym_delete] = ACTIONS(2153), - [anon_sym_PLUS_PLUS] = ACTIONS(2151), - [anon_sym_DASH_DASH] = ACTIONS(2151), - [anon_sym_DQUOTE] = ACTIONS(2151), - [anon_sym_SQUOTE] = ACTIONS(2151), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2151), - [sym_number] = ACTIONS(2151), - [sym_this] = ACTIONS(2153), - [sym_super] = ACTIONS(2153), - [sym_true] = ACTIONS(2153), - [sym_false] = ACTIONS(2153), - [sym_null] = ACTIONS(2153), - [sym_undefined] = ACTIONS(2153), - [anon_sym_AT] = ACTIONS(2151), - [anon_sym_static] = ACTIONS(2153), - [anon_sym_readonly] = ACTIONS(2153), - [anon_sym_get] = ACTIONS(2153), - [anon_sym_set] = ACTIONS(2153), - [anon_sym_declare] = ACTIONS(2153), - [anon_sym_public] = ACTIONS(2153), - [anon_sym_private] = ACTIONS(2153), - [anon_sym_protected] = ACTIONS(2153), - [anon_sym_override] = ACTIONS(2153), - [anon_sym_module] = ACTIONS(2153), - [anon_sym_any] = ACTIONS(2153), - [anon_sym_number] = ACTIONS(2153), - [anon_sym_boolean] = ACTIONS(2153), - [anon_sym_string] = ACTIONS(2153), - [anon_sym_symbol] = ACTIONS(2153), - [anon_sym_abstract] = ACTIONS(2153), - [anon_sym_interface] = ACTIONS(2153), - [anon_sym_enum] = ACTIONS(2153), - }, - [644] = { - [ts_builtin_sym_end] = ACTIONS(2155), - [sym_identifier] = ACTIONS(2157), - [anon_sym_export] = ACTIONS(2157), - [anon_sym_default] = ACTIONS(2157), - [anon_sym_type] = ACTIONS(2157), - [anon_sym_namespace] = ACTIONS(2157), - [anon_sym_LBRACE] = ACTIONS(2155), - [anon_sym_RBRACE] = ACTIONS(2155), - [anon_sym_typeof] = ACTIONS(2157), - [anon_sym_import] = ACTIONS(2157), - [anon_sym_var] = ACTIONS(2157), - [anon_sym_let] = ACTIONS(2157), - [anon_sym_const] = ACTIONS(2157), - [anon_sym_BANG] = ACTIONS(2155), - [anon_sym_else] = ACTIONS(2157), - [anon_sym_if] = ACTIONS(2157), - [anon_sym_switch] = ACTIONS(2157), - [anon_sym_for] = ACTIONS(2157), - [anon_sym_LPAREN] = ACTIONS(2155), - [anon_sym_await] = ACTIONS(2157), - [anon_sym_while] = ACTIONS(2157), - [anon_sym_do] = ACTIONS(2157), - [anon_sym_try] = ACTIONS(2157), - [anon_sym_with] = ACTIONS(2157), - [anon_sym_break] = ACTIONS(2157), - [anon_sym_continue] = ACTIONS(2157), - [anon_sym_debugger] = ACTIONS(2157), - [anon_sym_return] = ACTIONS(2157), - [anon_sym_throw] = ACTIONS(2157), - [anon_sym_SEMI] = ACTIONS(2155), - [anon_sym_case] = ACTIONS(2157), - [anon_sym_yield] = ACTIONS(2157), - [anon_sym_LBRACK] = ACTIONS(2155), - [anon_sym_LTtemplate_GT] = ACTIONS(2155), - [anon_sym_LT] = ACTIONS(2157), - [anon_sym_SLASH] = ACTIONS(2157), - [anon_sym_class] = ACTIONS(2157), - [anon_sym_async] = ACTIONS(2157), - [anon_sym_function] = ACTIONS(2157), - [anon_sym_new] = ACTIONS(2157), - [anon_sym_PLUS] = ACTIONS(2157), - [anon_sym_DASH] = ACTIONS(2157), - [anon_sym_TILDE] = ACTIONS(2155), - [anon_sym_void] = ACTIONS(2157), - [anon_sym_delete] = ACTIONS(2157), - [anon_sym_PLUS_PLUS] = ACTIONS(2155), - [anon_sym_DASH_DASH] = ACTIONS(2155), - [anon_sym_DQUOTE] = ACTIONS(2155), - [anon_sym_SQUOTE] = ACTIONS(2155), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2155), - [sym_number] = ACTIONS(2155), - [sym_this] = ACTIONS(2157), - [sym_super] = ACTIONS(2157), - [sym_true] = ACTIONS(2157), - [sym_false] = ACTIONS(2157), - [sym_null] = ACTIONS(2157), - [sym_undefined] = ACTIONS(2157), - [anon_sym_AT] = ACTIONS(2155), - [anon_sym_static] = ACTIONS(2157), - [anon_sym_readonly] = ACTIONS(2157), - [anon_sym_get] = ACTIONS(2157), - [anon_sym_set] = ACTIONS(2157), - [anon_sym_declare] = ACTIONS(2157), - [anon_sym_public] = ACTIONS(2157), - [anon_sym_private] = ACTIONS(2157), - [anon_sym_protected] = ACTIONS(2157), - [anon_sym_override] = ACTIONS(2157), - [anon_sym_module] = ACTIONS(2157), - [anon_sym_any] = ACTIONS(2157), - [anon_sym_number] = ACTIONS(2157), - [anon_sym_boolean] = ACTIONS(2157), - [anon_sym_string] = ACTIONS(2157), - [anon_sym_symbol] = ACTIONS(2157), - [anon_sym_abstract] = ACTIONS(2157), - [anon_sym_interface] = ACTIONS(2157), - [anon_sym_enum] = ACTIONS(2157), - }, - [645] = { - [ts_builtin_sym_end] = ACTIONS(2159), - [sym_identifier] = ACTIONS(2161), - [anon_sym_export] = ACTIONS(2161), - [anon_sym_default] = ACTIONS(2161), - [anon_sym_type] = ACTIONS(2161), - [anon_sym_namespace] = ACTIONS(2161), - [anon_sym_LBRACE] = ACTIONS(2159), - [anon_sym_RBRACE] = ACTIONS(2159), - [anon_sym_typeof] = ACTIONS(2161), - [anon_sym_import] = ACTIONS(2161), - [anon_sym_var] = ACTIONS(2161), - [anon_sym_let] = ACTIONS(2161), - [anon_sym_const] = ACTIONS(2161), - [anon_sym_BANG] = ACTIONS(2159), - [anon_sym_else] = ACTIONS(2161), - [anon_sym_if] = ACTIONS(2161), - [anon_sym_switch] = ACTIONS(2161), - [anon_sym_for] = ACTIONS(2161), - [anon_sym_LPAREN] = ACTIONS(2159), - [anon_sym_await] = ACTIONS(2161), - [anon_sym_while] = ACTIONS(2161), - [anon_sym_do] = ACTIONS(2161), - [anon_sym_try] = ACTIONS(2161), - [anon_sym_with] = ACTIONS(2161), - [anon_sym_break] = ACTIONS(2161), - [anon_sym_continue] = ACTIONS(2161), - [anon_sym_debugger] = ACTIONS(2161), - [anon_sym_return] = ACTIONS(2161), - [anon_sym_throw] = ACTIONS(2161), - [anon_sym_SEMI] = ACTIONS(2159), - [anon_sym_case] = ACTIONS(2161), - [anon_sym_yield] = ACTIONS(2161), - [anon_sym_LBRACK] = ACTIONS(2159), - [anon_sym_LTtemplate_GT] = ACTIONS(2159), - [anon_sym_LT] = ACTIONS(2161), - [anon_sym_SLASH] = ACTIONS(2161), - [anon_sym_class] = ACTIONS(2161), - [anon_sym_async] = ACTIONS(2161), - [anon_sym_function] = ACTIONS(2161), - [anon_sym_new] = ACTIONS(2161), - [anon_sym_PLUS] = ACTIONS(2161), - [anon_sym_DASH] = ACTIONS(2161), - [anon_sym_TILDE] = ACTIONS(2159), - [anon_sym_void] = ACTIONS(2161), - [anon_sym_delete] = ACTIONS(2161), - [anon_sym_PLUS_PLUS] = ACTIONS(2159), - [anon_sym_DASH_DASH] = ACTIONS(2159), - [anon_sym_DQUOTE] = ACTIONS(2159), - [anon_sym_SQUOTE] = ACTIONS(2159), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2159), - [sym_number] = ACTIONS(2159), - [sym_this] = ACTIONS(2161), - [sym_super] = ACTIONS(2161), - [sym_true] = ACTIONS(2161), - [sym_false] = ACTIONS(2161), - [sym_null] = ACTIONS(2161), - [sym_undefined] = ACTIONS(2161), - [anon_sym_AT] = ACTIONS(2159), - [anon_sym_static] = ACTIONS(2161), - [anon_sym_readonly] = ACTIONS(2161), - [anon_sym_get] = ACTIONS(2161), - [anon_sym_set] = ACTIONS(2161), - [anon_sym_declare] = ACTIONS(2161), - [anon_sym_public] = ACTIONS(2161), - [anon_sym_private] = ACTIONS(2161), - [anon_sym_protected] = ACTIONS(2161), - [anon_sym_override] = ACTIONS(2161), - [anon_sym_module] = ACTIONS(2161), - [anon_sym_any] = ACTIONS(2161), - [anon_sym_number] = ACTIONS(2161), - [anon_sym_boolean] = ACTIONS(2161), - [anon_sym_string] = ACTIONS(2161), - [anon_sym_symbol] = ACTIONS(2161), - [anon_sym_abstract] = ACTIONS(2161), - [anon_sym_interface] = ACTIONS(2161), - [anon_sym_enum] = ACTIONS(2161), - }, - [646] = { - [ts_builtin_sym_end] = ACTIONS(2151), - [sym_identifier] = ACTIONS(2153), - [anon_sym_export] = ACTIONS(2153), - [anon_sym_default] = ACTIONS(2153), - [anon_sym_type] = ACTIONS(2153), - [anon_sym_namespace] = ACTIONS(2153), - [anon_sym_LBRACE] = ACTIONS(2151), - [anon_sym_RBRACE] = ACTIONS(2151), - [anon_sym_typeof] = ACTIONS(2153), - [anon_sym_import] = ACTIONS(2153), - [anon_sym_var] = ACTIONS(2153), - [anon_sym_let] = ACTIONS(2153), - [anon_sym_const] = ACTIONS(2153), - [anon_sym_BANG] = ACTIONS(2151), - [anon_sym_else] = ACTIONS(2153), - [anon_sym_if] = ACTIONS(2153), - [anon_sym_switch] = ACTIONS(2153), - [anon_sym_for] = ACTIONS(2153), - [anon_sym_LPAREN] = ACTIONS(2151), - [anon_sym_await] = ACTIONS(2153), - [anon_sym_while] = ACTIONS(2153), - [anon_sym_do] = ACTIONS(2153), - [anon_sym_try] = ACTIONS(2153), - [anon_sym_with] = ACTIONS(2153), - [anon_sym_break] = ACTIONS(2153), - [anon_sym_continue] = ACTIONS(2153), - [anon_sym_debugger] = ACTIONS(2153), - [anon_sym_return] = ACTIONS(2153), - [anon_sym_throw] = ACTIONS(2153), - [anon_sym_SEMI] = ACTIONS(2151), - [anon_sym_case] = ACTIONS(2153), - [anon_sym_yield] = ACTIONS(2153), - [anon_sym_LBRACK] = ACTIONS(2151), - [anon_sym_LTtemplate_GT] = ACTIONS(2151), - [anon_sym_LT] = ACTIONS(2153), - [anon_sym_SLASH] = ACTIONS(2153), - [anon_sym_class] = ACTIONS(2153), - [anon_sym_async] = ACTIONS(2153), - [anon_sym_function] = ACTIONS(2153), - [anon_sym_new] = ACTIONS(2153), - [anon_sym_PLUS] = ACTIONS(2153), - [anon_sym_DASH] = ACTIONS(2153), - [anon_sym_TILDE] = ACTIONS(2151), - [anon_sym_void] = ACTIONS(2153), - [anon_sym_delete] = ACTIONS(2153), - [anon_sym_PLUS_PLUS] = ACTIONS(2151), - [anon_sym_DASH_DASH] = ACTIONS(2151), - [anon_sym_DQUOTE] = ACTIONS(2151), - [anon_sym_SQUOTE] = ACTIONS(2151), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2151), - [sym_number] = ACTIONS(2151), - [sym_this] = ACTIONS(2153), - [sym_super] = ACTIONS(2153), - [sym_true] = ACTIONS(2153), - [sym_false] = ACTIONS(2153), - [sym_null] = ACTIONS(2153), - [sym_undefined] = ACTIONS(2153), - [anon_sym_AT] = ACTIONS(2151), - [anon_sym_static] = ACTIONS(2153), - [anon_sym_readonly] = ACTIONS(2153), - [anon_sym_get] = ACTIONS(2153), - [anon_sym_set] = ACTIONS(2153), - [anon_sym_declare] = ACTIONS(2153), - [anon_sym_public] = ACTIONS(2153), - [anon_sym_private] = ACTIONS(2153), - [anon_sym_protected] = ACTIONS(2153), - [anon_sym_override] = ACTIONS(2153), - [anon_sym_module] = ACTIONS(2153), - [anon_sym_any] = ACTIONS(2153), - [anon_sym_number] = ACTIONS(2153), - [anon_sym_boolean] = ACTIONS(2153), - [anon_sym_string] = ACTIONS(2153), - [anon_sym_symbol] = ACTIONS(2153), - [anon_sym_abstract] = ACTIONS(2153), - [anon_sym_interface] = ACTIONS(2153), - [anon_sym_enum] = ACTIONS(2153), - }, - [647] = { - [ts_builtin_sym_end] = ACTIONS(2163), - [sym_identifier] = ACTIONS(2165), - [anon_sym_export] = ACTIONS(2165), - [anon_sym_default] = ACTIONS(2165), - [anon_sym_type] = ACTIONS(2165), - [anon_sym_namespace] = ACTIONS(2165), - [anon_sym_LBRACE] = ACTIONS(2163), - [anon_sym_RBRACE] = ACTIONS(2163), - [anon_sym_typeof] = ACTIONS(2165), - [anon_sym_import] = ACTIONS(2165), - [anon_sym_var] = ACTIONS(2165), - [anon_sym_let] = ACTIONS(2165), - [anon_sym_const] = ACTIONS(2165), - [anon_sym_BANG] = ACTIONS(2163), - [anon_sym_else] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2165), - [anon_sym_switch] = ACTIONS(2165), - [anon_sym_for] = ACTIONS(2165), - [anon_sym_LPAREN] = ACTIONS(2163), - [anon_sym_await] = ACTIONS(2165), - [anon_sym_while] = ACTIONS(2165), - [anon_sym_do] = ACTIONS(2165), - [anon_sym_try] = ACTIONS(2165), - [anon_sym_with] = ACTIONS(2165), - [anon_sym_break] = ACTIONS(2165), - [anon_sym_continue] = ACTIONS(2165), - [anon_sym_debugger] = ACTIONS(2165), - [anon_sym_return] = ACTIONS(2165), - [anon_sym_throw] = ACTIONS(2165), - [anon_sym_SEMI] = ACTIONS(2163), - [anon_sym_case] = ACTIONS(2165), - [anon_sym_yield] = ACTIONS(2165), - [anon_sym_LBRACK] = ACTIONS(2163), - [anon_sym_LTtemplate_GT] = ACTIONS(2163), - [anon_sym_LT] = ACTIONS(2165), - [anon_sym_SLASH] = ACTIONS(2165), - [anon_sym_class] = ACTIONS(2165), - [anon_sym_async] = ACTIONS(2165), - [anon_sym_function] = ACTIONS(2165), - [anon_sym_new] = ACTIONS(2165), - [anon_sym_PLUS] = ACTIONS(2165), - [anon_sym_DASH] = ACTIONS(2165), - [anon_sym_TILDE] = ACTIONS(2163), - [anon_sym_void] = ACTIONS(2165), - [anon_sym_delete] = ACTIONS(2165), - [anon_sym_PLUS_PLUS] = ACTIONS(2163), - [anon_sym_DASH_DASH] = ACTIONS(2163), - [anon_sym_DQUOTE] = ACTIONS(2163), - [anon_sym_SQUOTE] = ACTIONS(2163), + [624] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2163), - [sym_number] = ACTIONS(2163), - [sym_this] = ACTIONS(2165), - [sym_super] = ACTIONS(2165), - [sym_true] = ACTIONS(2165), - [sym_false] = ACTIONS(2165), - [sym_null] = ACTIONS(2165), - [sym_undefined] = ACTIONS(2165), - [anon_sym_AT] = ACTIONS(2163), - [anon_sym_static] = ACTIONS(2165), - [anon_sym_readonly] = ACTIONS(2165), - [anon_sym_get] = ACTIONS(2165), - [anon_sym_set] = ACTIONS(2165), - [anon_sym_declare] = ACTIONS(2165), - [anon_sym_public] = ACTIONS(2165), - [anon_sym_private] = ACTIONS(2165), - [anon_sym_protected] = ACTIONS(2165), - [anon_sym_override] = ACTIONS(2165), - [anon_sym_module] = ACTIONS(2165), - [anon_sym_any] = ACTIONS(2165), - [anon_sym_number] = ACTIONS(2165), - [anon_sym_boolean] = ACTIONS(2165), - [anon_sym_string] = ACTIONS(2165), - [anon_sym_symbol] = ACTIONS(2165), - [anon_sym_abstract] = ACTIONS(2165), - [anon_sym_interface] = ACTIONS(2165), - [anon_sym_enum] = ACTIONS(2165), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [648] = { - [ts_builtin_sym_end] = ACTIONS(2167), - [sym_identifier] = ACTIONS(2169), - [anon_sym_export] = ACTIONS(2169), - [anon_sym_default] = ACTIONS(2169), - [anon_sym_type] = ACTIONS(2169), - [anon_sym_namespace] = ACTIONS(2169), - [anon_sym_LBRACE] = ACTIONS(2167), - [anon_sym_RBRACE] = ACTIONS(2167), - [anon_sym_typeof] = ACTIONS(2169), - [anon_sym_import] = ACTIONS(2169), - [anon_sym_var] = ACTIONS(2169), - [anon_sym_let] = ACTIONS(2169), - [anon_sym_const] = ACTIONS(2169), - [anon_sym_BANG] = ACTIONS(2167), - [anon_sym_else] = ACTIONS(2169), - [anon_sym_if] = ACTIONS(2169), - [anon_sym_switch] = ACTIONS(2169), - [anon_sym_for] = ACTIONS(2169), - [anon_sym_LPAREN] = ACTIONS(2167), - [anon_sym_await] = ACTIONS(2169), - [anon_sym_while] = ACTIONS(2169), - [anon_sym_do] = ACTIONS(2169), - [anon_sym_try] = ACTIONS(2169), - [anon_sym_with] = ACTIONS(2169), - [anon_sym_break] = ACTIONS(2169), - [anon_sym_continue] = ACTIONS(2169), - [anon_sym_debugger] = ACTIONS(2169), - [anon_sym_return] = ACTIONS(2169), - [anon_sym_throw] = ACTIONS(2169), - [anon_sym_SEMI] = ACTIONS(2167), - [anon_sym_case] = ACTIONS(2169), - [anon_sym_yield] = ACTIONS(2169), - [anon_sym_LBRACK] = ACTIONS(2167), - [anon_sym_LTtemplate_GT] = ACTIONS(2167), - [anon_sym_LT] = ACTIONS(2169), - [anon_sym_SLASH] = ACTIONS(2169), - [anon_sym_class] = ACTIONS(2169), - [anon_sym_async] = ACTIONS(2169), - [anon_sym_function] = ACTIONS(2169), - [anon_sym_new] = ACTIONS(2169), - [anon_sym_PLUS] = ACTIONS(2169), - [anon_sym_DASH] = ACTIONS(2169), - [anon_sym_TILDE] = ACTIONS(2167), - [anon_sym_void] = ACTIONS(2169), - [anon_sym_delete] = ACTIONS(2169), - [anon_sym_PLUS_PLUS] = ACTIONS(2167), - [anon_sym_DASH_DASH] = ACTIONS(2167), - [anon_sym_DQUOTE] = ACTIONS(2167), - [anon_sym_SQUOTE] = ACTIONS(2167), + [625] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2167), - [sym_number] = ACTIONS(2167), - [sym_this] = ACTIONS(2169), - [sym_super] = ACTIONS(2169), - [sym_true] = ACTIONS(2169), - [sym_false] = ACTIONS(2169), - [sym_null] = ACTIONS(2169), - [sym_undefined] = ACTIONS(2169), - [anon_sym_AT] = ACTIONS(2167), - [anon_sym_static] = ACTIONS(2169), - [anon_sym_readonly] = ACTIONS(2169), - [anon_sym_get] = ACTIONS(2169), - [anon_sym_set] = ACTIONS(2169), - [anon_sym_declare] = ACTIONS(2169), - [anon_sym_public] = ACTIONS(2169), - [anon_sym_private] = ACTIONS(2169), - [anon_sym_protected] = ACTIONS(2169), - [anon_sym_override] = ACTIONS(2169), - [anon_sym_module] = ACTIONS(2169), - [anon_sym_any] = ACTIONS(2169), - [anon_sym_number] = ACTIONS(2169), - [anon_sym_boolean] = ACTIONS(2169), - [anon_sym_string] = ACTIONS(2169), - [anon_sym_symbol] = ACTIONS(2169), - [anon_sym_abstract] = ACTIONS(2169), - [anon_sym_interface] = ACTIONS(2169), - [anon_sym_enum] = ACTIONS(2169), - }, - [649] = { - [ts_builtin_sym_end] = ACTIONS(1463), - [sym_identifier] = ACTIONS(1465), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_type] = ACTIONS(1465), - [anon_sym_namespace] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_typeof] = ACTIONS(1465), - [anon_sym_import] = ACTIONS(1465), - [anon_sym_var] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_BANG] = ACTIONS(1463), - [anon_sym_else] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_switch] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_await] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_with] = ACTIONS(1465), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_debugger] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_throw] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_case] = ACTIONS(1465), - [anon_sym_yield] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LTtemplate_GT] = ACTIONS(1463), - [anon_sym_LT] = ACTIONS(1465), - [anon_sym_SLASH] = ACTIONS(1465), - [anon_sym_class] = ACTIONS(1465), - [anon_sym_async] = ACTIONS(1465), - [anon_sym_function] = ACTIONS(1465), - [anon_sym_new] = ACTIONS(1465), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_DASH] = ACTIONS(1465), - [anon_sym_TILDE] = ACTIONS(1463), - [anon_sym_void] = ACTIONS(1465), - [anon_sym_delete] = ACTIONS(1465), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_DASH_DASH] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1463), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1463), - [sym_number] = ACTIONS(1463), - [sym_this] = ACTIONS(1465), - [sym_super] = ACTIONS(1465), - [sym_true] = ACTIONS(1465), - [sym_false] = ACTIONS(1465), - [sym_null] = ACTIONS(1465), - [sym_undefined] = ACTIONS(1465), - [anon_sym_AT] = ACTIONS(1463), - [anon_sym_static] = ACTIONS(1465), - [anon_sym_readonly] = ACTIONS(1465), - [anon_sym_get] = ACTIONS(1465), - [anon_sym_set] = ACTIONS(1465), - [anon_sym_declare] = ACTIONS(1465), - [anon_sym_public] = ACTIONS(1465), - [anon_sym_private] = ACTIONS(1465), - [anon_sym_protected] = ACTIONS(1465), - [anon_sym_override] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_any] = ACTIONS(1465), - [anon_sym_number] = ACTIONS(1465), - [anon_sym_boolean] = ACTIONS(1465), - [anon_sym_string] = ACTIONS(1465), - [anon_sym_symbol] = ACTIONS(1465), - [anon_sym_abstract] = ACTIONS(1465), - [anon_sym_interface] = ACTIONS(1465), - [anon_sym_enum] = ACTIONS(1465), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [650] = { - [ts_builtin_sym_end] = ACTIONS(2171), - [sym_identifier] = ACTIONS(2173), - [anon_sym_export] = ACTIONS(2173), - [anon_sym_default] = ACTIONS(2173), - [anon_sym_type] = ACTIONS(2173), - [anon_sym_namespace] = ACTIONS(2173), - [anon_sym_LBRACE] = ACTIONS(2171), - [anon_sym_RBRACE] = ACTIONS(2171), - [anon_sym_typeof] = ACTIONS(2173), - [anon_sym_import] = ACTIONS(2173), - [anon_sym_var] = ACTIONS(2173), - [anon_sym_let] = ACTIONS(2173), - [anon_sym_const] = ACTIONS(2173), - [anon_sym_BANG] = ACTIONS(2171), - [anon_sym_else] = ACTIONS(2173), - [anon_sym_if] = ACTIONS(2173), - [anon_sym_switch] = ACTIONS(2173), - [anon_sym_for] = ACTIONS(2173), - [anon_sym_LPAREN] = ACTIONS(2171), - [anon_sym_await] = ACTIONS(2173), - [anon_sym_while] = ACTIONS(2173), - [anon_sym_do] = ACTIONS(2173), - [anon_sym_try] = ACTIONS(2173), - [anon_sym_with] = ACTIONS(2173), - [anon_sym_break] = ACTIONS(2173), - [anon_sym_continue] = ACTIONS(2173), - [anon_sym_debugger] = ACTIONS(2173), - [anon_sym_return] = ACTIONS(2173), - [anon_sym_throw] = ACTIONS(2173), - [anon_sym_SEMI] = ACTIONS(2171), - [anon_sym_case] = ACTIONS(2173), - [anon_sym_yield] = ACTIONS(2173), - [anon_sym_LBRACK] = ACTIONS(2171), - [anon_sym_LTtemplate_GT] = ACTIONS(2171), - [anon_sym_LT] = ACTIONS(2173), - [anon_sym_SLASH] = ACTIONS(2173), - [anon_sym_class] = ACTIONS(2173), - [anon_sym_async] = ACTIONS(2173), - [anon_sym_function] = ACTIONS(2173), - [anon_sym_new] = ACTIONS(2173), - [anon_sym_PLUS] = ACTIONS(2173), - [anon_sym_DASH] = ACTIONS(2173), - [anon_sym_TILDE] = ACTIONS(2171), - [anon_sym_void] = ACTIONS(2173), - [anon_sym_delete] = ACTIONS(2173), - [anon_sym_PLUS_PLUS] = ACTIONS(2171), - [anon_sym_DASH_DASH] = ACTIONS(2171), - [anon_sym_DQUOTE] = ACTIONS(2171), - [anon_sym_SQUOTE] = ACTIONS(2171), + [626] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2171), - [sym_number] = ACTIONS(2171), - [sym_this] = ACTIONS(2173), - [sym_super] = ACTIONS(2173), - [sym_true] = ACTIONS(2173), - [sym_false] = ACTIONS(2173), - [sym_null] = ACTIONS(2173), - [sym_undefined] = ACTIONS(2173), - [anon_sym_AT] = ACTIONS(2171), - [anon_sym_static] = ACTIONS(2173), - [anon_sym_readonly] = ACTIONS(2173), - [anon_sym_get] = ACTIONS(2173), - [anon_sym_set] = ACTIONS(2173), - [anon_sym_declare] = ACTIONS(2173), - [anon_sym_public] = ACTIONS(2173), - [anon_sym_private] = ACTIONS(2173), - [anon_sym_protected] = ACTIONS(2173), - [anon_sym_override] = ACTIONS(2173), - [anon_sym_module] = ACTIONS(2173), - [anon_sym_any] = ACTIONS(2173), - [anon_sym_number] = ACTIONS(2173), - [anon_sym_boolean] = ACTIONS(2173), - [anon_sym_string] = ACTIONS(2173), - [anon_sym_symbol] = ACTIONS(2173), - [anon_sym_abstract] = ACTIONS(2173), - [anon_sym_interface] = ACTIONS(2173), - [anon_sym_enum] = ACTIONS(2173), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [651] = { - [ts_builtin_sym_end] = ACTIONS(2175), - [sym_identifier] = ACTIONS(2177), - [anon_sym_export] = ACTIONS(2177), - [anon_sym_default] = ACTIONS(2177), - [anon_sym_type] = ACTIONS(2177), - [anon_sym_namespace] = ACTIONS(2177), - [anon_sym_LBRACE] = ACTIONS(2175), - [anon_sym_RBRACE] = ACTIONS(2175), - [anon_sym_typeof] = ACTIONS(2177), - [anon_sym_import] = ACTIONS(2177), - [anon_sym_var] = ACTIONS(2177), - [anon_sym_let] = ACTIONS(2177), - [anon_sym_const] = ACTIONS(2177), - [anon_sym_BANG] = ACTIONS(2175), - [anon_sym_else] = ACTIONS(2177), - [anon_sym_if] = ACTIONS(2177), - [anon_sym_switch] = ACTIONS(2177), - [anon_sym_for] = ACTIONS(2177), - [anon_sym_LPAREN] = ACTIONS(2175), - [anon_sym_await] = ACTIONS(2177), - [anon_sym_while] = ACTIONS(2177), - [anon_sym_do] = ACTIONS(2177), - [anon_sym_try] = ACTIONS(2177), - [anon_sym_with] = ACTIONS(2177), - [anon_sym_break] = ACTIONS(2177), - [anon_sym_continue] = ACTIONS(2177), - [anon_sym_debugger] = ACTIONS(2177), - [anon_sym_return] = ACTIONS(2177), - [anon_sym_throw] = ACTIONS(2177), - [anon_sym_SEMI] = ACTIONS(2175), - [anon_sym_case] = ACTIONS(2177), - [anon_sym_yield] = ACTIONS(2177), - [anon_sym_LBRACK] = ACTIONS(2175), - [anon_sym_LTtemplate_GT] = ACTIONS(2175), - [anon_sym_LT] = ACTIONS(2177), - [anon_sym_SLASH] = ACTIONS(2177), - [anon_sym_class] = ACTIONS(2177), - [anon_sym_async] = ACTIONS(2177), - [anon_sym_function] = ACTIONS(2177), - [anon_sym_new] = ACTIONS(2177), - [anon_sym_PLUS] = ACTIONS(2177), - [anon_sym_DASH] = ACTIONS(2177), - [anon_sym_TILDE] = ACTIONS(2175), - [anon_sym_void] = ACTIONS(2177), - [anon_sym_delete] = ACTIONS(2177), - [anon_sym_PLUS_PLUS] = ACTIONS(2175), - [anon_sym_DASH_DASH] = ACTIONS(2175), - [anon_sym_DQUOTE] = ACTIONS(2175), - [anon_sym_SQUOTE] = ACTIONS(2175), + [627] = { + [ts_builtin_sym_end] = ACTIONS(2127), + [sym_identifier] = ACTIONS(2129), + [anon_sym_export] = ACTIONS(2129), + [anon_sym_default] = ACTIONS(2129), + [anon_sym_type] = ACTIONS(2129), + [anon_sym_namespace] = ACTIONS(2129), + [anon_sym_LBRACE] = ACTIONS(2127), + [anon_sym_RBRACE] = ACTIONS(2127), + [anon_sym_typeof] = ACTIONS(2129), + [anon_sym_import] = ACTIONS(2129), + [anon_sym_var] = ACTIONS(2129), + [anon_sym_let] = ACTIONS(2129), + [anon_sym_const] = ACTIONS(2129), + [anon_sym_BANG] = ACTIONS(2127), + [anon_sym_else] = ACTIONS(2129), + [anon_sym_if] = ACTIONS(2129), + [anon_sym_switch] = ACTIONS(2129), + [anon_sym_for] = ACTIONS(2129), + [anon_sym_LPAREN] = ACTIONS(2127), + [anon_sym_await] = ACTIONS(2129), + [anon_sym_while] = ACTIONS(2129), + [anon_sym_do] = ACTIONS(2129), + [anon_sym_try] = ACTIONS(2129), + [anon_sym_with] = ACTIONS(2129), + [anon_sym_break] = ACTIONS(2129), + [anon_sym_continue] = ACTIONS(2129), + [anon_sym_debugger] = ACTIONS(2129), + [anon_sym_return] = ACTIONS(2129), + [anon_sym_throw] = ACTIONS(2129), + [anon_sym_SEMI] = ACTIONS(2127), + [anon_sym_case] = ACTIONS(2129), + [anon_sym_yield] = ACTIONS(2129), + [anon_sym_LBRACK] = ACTIONS(2127), + [anon_sym_LTtemplate_GT] = ACTIONS(2127), + [anon_sym_class] = ACTIONS(2129), + [anon_sym_async] = ACTIONS(2129), + [anon_sym_function] = ACTIONS(2129), + [anon_sym_new] = ACTIONS(2129), + [anon_sym_PLUS] = ACTIONS(2129), + [anon_sym_DASH] = ACTIONS(2129), + [anon_sym_SLASH] = ACTIONS(2129), + [anon_sym_LT] = ACTIONS(2129), + [anon_sym_TILDE] = ACTIONS(2127), + [anon_sym_void] = ACTIONS(2129), + [anon_sym_delete] = ACTIONS(2129), + [anon_sym_PLUS_PLUS] = ACTIONS(2127), + [anon_sym_DASH_DASH] = ACTIONS(2129), + [anon_sym_DQUOTE] = ACTIONS(2127), + [anon_sym_SQUOTE] = ACTIONS(2127), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2127), + [sym_number] = ACTIONS(2127), + [sym_this] = ACTIONS(2129), + [sym_super] = ACTIONS(2129), + [sym_true] = ACTIONS(2129), + [sym_false] = ACTIONS(2129), + [sym_null] = ACTIONS(2129), + [sym_undefined] = ACTIONS(2129), + [anon_sym_AT] = ACTIONS(2127), + [anon_sym_static] = ACTIONS(2129), + [anon_sym_readonly] = ACTIONS(2129), + [anon_sym_get] = ACTIONS(2129), + [anon_sym_set] = ACTIONS(2129), + [anon_sym_declare] = ACTIONS(2129), + [anon_sym_public] = ACTIONS(2129), + [anon_sym_private] = ACTIONS(2129), + [anon_sym_protected] = ACTIONS(2129), + [anon_sym_override] = ACTIONS(2129), + [anon_sym_module] = ACTIONS(2129), + [anon_sym_any] = ACTIONS(2129), + [anon_sym_number] = ACTIONS(2129), + [anon_sym_boolean] = ACTIONS(2129), + [anon_sym_string] = ACTIONS(2129), + [anon_sym_symbol] = ACTIONS(2129), + [anon_sym_abstract] = ACTIONS(2129), + [anon_sym_interface] = ACTIONS(2129), + [anon_sym_enum] = ACTIONS(2129), + }, + [628] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2175), - [sym_number] = ACTIONS(2175), - [sym_this] = ACTIONS(2177), - [sym_super] = ACTIONS(2177), - [sym_true] = ACTIONS(2177), - [sym_false] = ACTIONS(2177), - [sym_null] = ACTIONS(2177), - [sym_undefined] = ACTIONS(2177), - [anon_sym_AT] = ACTIONS(2175), - [anon_sym_static] = ACTIONS(2177), - [anon_sym_readonly] = ACTIONS(2177), - [anon_sym_get] = ACTIONS(2177), - [anon_sym_set] = ACTIONS(2177), - [anon_sym_declare] = ACTIONS(2177), - [anon_sym_public] = ACTIONS(2177), - [anon_sym_private] = ACTIONS(2177), - [anon_sym_protected] = ACTIONS(2177), - [anon_sym_override] = ACTIONS(2177), - [anon_sym_module] = ACTIONS(2177), - [anon_sym_any] = ACTIONS(2177), - [anon_sym_number] = ACTIONS(2177), - [anon_sym_boolean] = ACTIONS(2177), - [anon_sym_string] = ACTIONS(2177), - [anon_sym_symbol] = ACTIONS(2177), - [anon_sym_abstract] = ACTIONS(2177), - [anon_sym_interface] = ACTIONS(2177), - [anon_sym_enum] = ACTIONS(2177), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [652] = { - [ts_builtin_sym_end] = ACTIONS(2179), - [sym_identifier] = ACTIONS(2181), - [anon_sym_export] = ACTIONS(2181), - [anon_sym_default] = ACTIONS(2181), - [anon_sym_type] = ACTIONS(2181), - [anon_sym_namespace] = ACTIONS(2181), - [anon_sym_LBRACE] = ACTIONS(2179), - [anon_sym_RBRACE] = ACTIONS(2179), - [anon_sym_typeof] = ACTIONS(2181), - [anon_sym_import] = ACTIONS(2181), - [anon_sym_var] = ACTIONS(2181), - [anon_sym_let] = ACTIONS(2181), - [anon_sym_const] = ACTIONS(2181), - [anon_sym_BANG] = ACTIONS(2179), - [anon_sym_else] = ACTIONS(2181), - [anon_sym_if] = ACTIONS(2181), - [anon_sym_switch] = ACTIONS(2181), - [anon_sym_for] = ACTIONS(2181), - [anon_sym_LPAREN] = ACTIONS(2179), - [anon_sym_await] = ACTIONS(2181), - [anon_sym_while] = ACTIONS(2181), - [anon_sym_do] = ACTIONS(2181), - [anon_sym_try] = ACTIONS(2181), - [anon_sym_with] = ACTIONS(2181), - [anon_sym_break] = ACTIONS(2181), - [anon_sym_continue] = ACTIONS(2181), - [anon_sym_debugger] = ACTIONS(2181), - [anon_sym_return] = ACTIONS(2181), - [anon_sym_throw] = ACTIONS(2181), - [anon_sym_SEMI] = ACTIONS(2179), - [anon_sym_case] = ACTIONS(2181), - [anon_sym_yield] = ACTIONS(2181), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_LTtemplate_GT] = ACTIONS(2179), - [anon_sym_LT] = ACTIONS(2181), - [anon_sym_SLASH] = ACTIONS(2181), - [anon_sym_class] = ACTIONS(2181), - [anon_sym_async] = ACTIONS(2181), - [anon_sym_function] = ACTIONS(2181), - [anon_sym_new] = ACTIONS(2181), - [anon_sym_PLUS] = ACTIONS(2181), - [anon_sym_DASH] = ACTIONS(2181), - [anon_sym_TILDE] = ACTIONS(2179), - [anon_sym_void] = ACTIONS(2181), - [anon_sym_delete] = ACTIONS(2181), - [anon_sym_PLUS_PLUS] = ACTIONS(2179), - [anon_sym_DASH_DASH] = ACTIONS(2179), - [anon_sym_DQUOTE] = ACTIONS(2179), - [anon_sym_SQUOTE] = ACTIONS(2179), + [629] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2179), - [sym_number] = ACTIONS(2179), - [sym_this] = ACTIONS(2181), - [sym_super] = ACTIONS(2181), - [sym_true] = ACTIONS(2181), - [sym_false] = ACTIONS(2181), - [sym_null] = ACTIONS(2181), - [sym_undefined] = ACTIONS(2181), - [anon_sym_AT] = ACTIONS(2179), - [anon_sym_static] = ACTIONS(2181), - [anon_sym_readonly] = ACTIONS(2181), - [anon_sym_get] = ACTIONS(2181), - [anon_sym_set] = ACTIONS(2181), - [anon_sym_declare] = ACTIONS(2181), - [anon_sym_public] = ACTIONS(2181), - [anon_sym_private] = ACTIONS(2181), - [anon_sym_protected] = ACTIONS(2181), - [anon_sym_override] = ACTIONS(2181), - [anon_sym_module] = ACTIONS(2181), - [anon_sym_any] = ACTIONS(2181), - [anon_sym_number] = ACTIONS(2181), - [anon_sym_boolean] = ACTIONS(2181), - [anon_sym_string] = ACTIONS(2181), - [anon_sym_symbol] = ACTIONS(2181), - [anon_sym_abstract] = ACTIONS(2181), - [anon_sym_interface] = ACTIONS(2181), - [anon_sym_enum] = ACTIONS(2181), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [653] = { - [ts_builtin_sym_end] = ACTIONS(2183), - [sym_identifier] = ACTIONS(2185), - [anon_sym_export] = ACTIONS(2185), - [anon_sym_default] = ACTIONS(2185), - [anon_sym_type] = ACTIONS(2185), - [anon_sym_namespace] = ACTIONS(2185), - [anon_sym_LBRACE] = ACTIONS(2183), - [anon_sym_RBRACE] = ACTIONS(2183), - [anon_sym_typeof] = ACTIONS(2185), - [anon_sym_import] = ACTIONS(2185), - [anon_sym_var] = ACTIONS(2185), - [anon_sym_let] = ACTIONS(2185), - [anon_sym_const] = ACTIONS(2185), - [anon_sym_BANG] = ACTIONS(2183), - [anon_sym_else] = ACTIONS(2185), - [anon_sym_if] = ACTIONS(2185), - [anon_sym_switch] = ACTIONS(2185), - [anon_sym_for] = ACTIONS(2185), - [anon_sym_LPAREN] = ACTIONS(2183), - [anon_sym_await] = ACTIONS(2185), - [anon_sym_while] = ACTIONS(2185), - [anon_sym_do] = ACTIONS(2185), - [anon_sym_try] = ACTIONS(2185), - [anon_sym_with] = ACTIONS(2185), - [anon_sym_break] = ACTIONS(2185), - [anon_sym_continue] = ACTIONS(2185), - [anon_sym_debugger] = ACTIONS(2185), - [anon_sym_return] = ACTIONS(2185), - [anon_sym_throw] = ACTIONS(2185), - [anon_sym_SEMI] = ACTIONS(2183), - [anon_sym_case] = ACTIONS(2185), - [anon_sym_yield] = ACTIONS(2185), - [anon_sym_LBRACK] = ACTIONS(2183), - [anon_sym_LTtemplate_GT] = ACTIONS(2183), - [anon_sym_LT] = ACTIONS(2185), - [anon_sym_SLASH] = ACTIONS(2185), - [anon_sym_class] = ACTIONS(2185), - [anon_sym_async] = ACTIONS(2185), - [anon_sym_function] = ACTIONS(2185), - [anon_sym_new] = ACTIONS(2185), - [anon_sym_PLUS] = ACTIONS(2185), - [anon_sym_DASH] = ACTIONS(2185), - [anon_sym_TILDE] = ACTIONS(2183), - [anon_sym_void] = ACTIONS(2185), - [anon_sym_delete] = ACTIONS(2185), - [anon_sym_PLUS_PLUS] = ACTIONS(2183), - [anon_sym_DASH_DASH] = ACTIONS(2183), - [anon_sym_DQUOTE] = ACTIONS(2183), - [anon_sym_SQUOTE] = ACTIONS(2183), + [630] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2183), - [sym_number] = ACTIONS(2183), - [sym_this] = ACTIONS(2185), - [sym_super] = ACTIONS(2185), - [sym_true] = ACTIONS(2185), - [sym_false] = ACTIONS(2185), - [sym_null] = ACTIONS(2185), - [sym_undefined] = ACTIONS(2185), - [anon_sym_AT] = ACTIONS(2183), - [anon_sym_static] = ACTIONS(2185), - [anon_sym_readonly] = ACTIONS(2185), - [anon_sym_get] = ACTIONS(2185), - [anon_sym_set] = ACTIONS(2185), - [anon_sym_declare] = ACTIONS(2185), - [anon_sym_public] = ACTIONS(2185), - [anon_sym_private] = ACTIONS(2185), - [anon_sym_protected] = ACTIONS(2185), - [anon_sym_override] = ACTIONS(2185), - [anon_sym_module] = ACTIONS(2185), - [anon_sym_any] = ACTIONS(2185), - [anon_sym_number] = ACTIONS(2185), - [anon_sym_boolean] = ACTIONS(2185), - [anon_sym_string] = ACTIONS(2185), - [anon_sym_symbol] = ACTIONS(2185), - [anon_sym_abstract] = ACTIONS(2185), - [anon_sym_interface] = ACTIONS(2185), - [anon_sym_enum] = ACTIONS(2185), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [654] = { - [ts_builtin_sym_end] = ACTIONS(2187), - [sym_identifier] = ACTIONS(2189), - [anon_sym_export] = ACTIONS(2189), - [anon_sym_default] = ACTIONS(2189), - [anon_sym_type] = ACTIONS(2189), - [anon_sym_namespace] = ACTIONS(2189), - [anon_sym_LBRACE] = ACTIONS(2187), - [anon_sym_RBRACE] = ACTIONS(2187), - [anon_sym_typeof] = ACTIONS(2189), - [anon_sym_import] = ACTIONS(2189), - [anon_sym_var] = ACTIONS(2189), - [anon_sym_let] = ACTIONS(2189), - [anon_sym_const] = ACTIONS(2189), - [anon_sym_BANG] = ACTIONS(2187), - [anon_sym_else] = ACTIONS(2189), - [anon_sym_if] = ACTIONS(2189), - [anon_sym_switch] = ACTIONS(2189), - [anon_sym_for] = ACTIONS(2189), - [anon_sym_LPAREN] = ACTIONS(2187), - [anon_sym_await] = ACTIONS(2189), - [anon_sym_while] = ACTIONS(2189), - [anon_sym_do] = ACTIONS(2189), - [anon_sym_try] = ACTIONS(2189), - [anon_sym_with] = ACTIONS(2189), - [anon_sym_break] = ACTIONS(2189), - [anon_sym_continue] = ACTIONS(2189), - [anon_sym_debugger] = ACTIONS(2189), - [anon_sym_return] = ACTIONS(2189), - [anon_sym_throw] = ACTIONS(2189), - [anon_sym_SEMI] = ACTIONS(2187), - [anon_sym_case] = ACTIONS(2189), - [anon_sym_yield] = ACTIONS(2189), - [anon_sym_LBRACK] = ACTIONS(2187), - [anon_sym_LTtemplate_GT] = ACTIONS(2187), - [anon_sym_LT] = ACTIONS(2189), - [anon_sym_SLASH] = ACTIONS(2189), - [anon_sym_class] = ACTIONS(2189), - [anon_sym_async] = ACTIONS(2189), - [anon_sym_function] = ACTIONS(2189), - [anon_sym_new] = ACTIONS(2189), - [anon_sym_PLUS] = ACTIONS(2189), - [anon_sym_DASH] = ACTIONS(2189), - [anon_sym_TILDE] = ACTIONS(2187), - [anon_sym_void] = ACTIONS(2189), - [anon_sym_delete] = ACTIONS(2189), - [anon_sym_PLUS_PLUS] = ACTIONS(2187), - [anon_sym_DASH_DASH] = ACTIONS(2187), - [anon_sym_DQUOTE] = ACTIONS(2187), - [anon_sym_SQUOTE] = ACTIONS(2187), + [631] = { + [ts_builtin_sym_end] = ACTIONS(2131), + [sym_identifier] = ACTIONS(2133), + [anon_sym_export] = ACTIONS(2133), + [anon_sym_default] = ACTIONS(2133), + [anon_sym_type] = ACTIONS(2133), + [anon_sym_namespace] = ACTIONS(2133), + [anon_sym_LBRACE] = ACTIONS(2131), + [anon_sym_RBRACE] = ACTIONS(2131), + [anon_sym_typeof] = ACTIONS(2133), + [anon_sym_import] = ACTIONS(2133), + [anon_sym_var] = ACTIONS(2133), + [anon_sym_let] = ACTIONS(2133), + [anon_sym_const] = ACTIONS(2133), + [anon_sym_BANG] = ACTIONS(2131), + [anon_sym_else] = ACTIONS(2133), + [anon_sym_if] = ACTIONS(2133), + [anon_sym_switch] = ACTIONS(2133), + [anon_sym_for] = ACTIONS(2133), + [anon_sym_LPAREN] = ACTIONS(2131), + [anon_sym_await] = ACTIONS(2133), + [anon_sym_while] = ACTIONS(2133), + [anon_sym_do] = ACTIONS(2133), + [anon_sym_try] = ACTIONS(2133), + [anon_sym_with] = ACTIONS(2133), + [anon_sym_break] = ACTIONS(2133), + [anon_sym_continue] = ACTIONS(2133), + [anon_sym_debugger] = ACTIONS(2133), + [anon_sym_return] = ACTIONS(2133), + [anon_sym_throw] = ACTIONS(2133), + [anon_sym_SEMI] = ACTIONS(2131), + [anon_sym_case] = ACTIONS(2133), + [anon_sym_yield] = ACTIONS(2133), + [anon_sym_LBRACK] = ACTIONS(2131), + [anon_sym_LTtemplate_GT] = ACTIONS(2131), + [anon_sym_class] = ACTIONS(2133), + [anon_sym_async] = ACTIONS(2133), + [anon_sym_function] = ACTIONS(2133), + [anon_sym_new] = ACTIONS(2133), + [anon_sym_PLUS] = ACTIONS(2133), + [anon_sym_DASH] = ACTIONS(2133), + [anon_sym_SLASH] = ACTIONS(2133), + [anon_sym_LT] = ACTIONS(2133), + [anon_sym_TILDE] = ACTIONS(2131), + [anon_sym_void] = ACTIONS(2133), + [anon_sym_delete] = ACTIONS(2133), + [anon_sym_PLUS_PLUS] = ACTIONS(2131), + [anon_sym_DASH_DASH] = ACTIONS(2133), + [anon_sym_DQUOTE] = ACTIONS(2131), + [anon_sym_SQUOTE] = ACTIONS(2131), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2187), - [sym_number] = ACTIONS(2187), - [sym_this] = ACTIONS(2189), - [sym_super] = ACTIONS(2189), - [sym_true] = ACTIONS(2189), - [sym_false] = ACTIONS(2189), - [sym_null] = ACTIONS(2189), - [sym_undefined] = ACTIONS(2189), - [anon_sym_AT] = ACTIONS(2187), - [anon_sym_static] = ACTIONS(2189), - [anon_sym_readonly] = ACTIONS(2189), - [anon_sym_get] = ACTIONS(2189), - [anon_sym_set] = ACTIONS(2189), - [anon_sym_declare] = ACTIONS(2189), - [anon_sym_public] = ACTIONS(2189), - [anon_sym_private] = ACTIONS(2189), - [anon_sym_protected] = ACTIONS(2189), - [anon_sym_override] = ACTIONS(2189), - [anon_sym_module] = ACTIONS(2189), - [anon_sym_any] = ACTIONS(2189), - [anon_sym_number] = ACTIONS(2189), - [anon_sym_boolean] = ACTIONS(2189), - [anon_sym_string] = ACTIONS(2189), - [anon_sym_symbol] = ACTIONS(2189), - [anon_sym_abstract] = ACTIONS(2189), - [anon_sym_interface] = ACTIONS(2189), - [anon_sym_enum] = ACTIONS(2189), + [anon_sym_BQUOTE] = ACTIONS(2131), + [sym_number] = ACTIONS(2131), + [sym_this] = ACTIONS(2133), + [sym_super] = ACTIONS(2133), + [sym_true] = ACTIONS(2133), + [sym_false] = ACTIONS(2133), + [sym_null] = ACTIONS(2133), + [sym_undefined] = ACTIONS(2133), + [anon_sym_AT] = ACTIONS(2131), + [anon_sym_static] = ACTIONS(2133), + [anon_sym_readonly] = ACTIONS(2133), + [anon_sym_get] = ACTIONS(2133), + [anon_sym_set] = ACTIONS(2133), + [anon_sym_declare] = ACTIONS(2133), + [anon_sym_public] = ACTIONS(2133), + [anon_sym_private] = ACTIONS(2133), + [anon_sym_protected] = ACTIONS(2133), + [anon_sym_override] = ACTIONS(2133), + [anon_sym_module] = ACTIONS(2133), + [anon_sym_any] = ACTIONS(2133), + [anon_sym_number] = ACTIONS(2133), + [anon_sym_boolean] = ACTIONS(2133), + [anon_sym_string] = ACTIONS(2133), + [anon_sym_symbol] = ACTIONS(2133), + [anon_sym_abstract] = ACTIONS(2133), + [anon_sym_interface] = ACTIONS(2133), + [anon_sym_enum] = ACTIONS(2133), }, - [655] = { - [ts_builtin_sym_end] = ACTIONS(2191), - [sym_identifier] = ACTIONS(2193), - [anon_sym_export] = ACTIONS(2193), - [anon_sym_default] = ACTIONS(2193), - [anon_sym_type] = ACTIONS(2193), - [anon_sym_namespace] = ACTIONS(2193), - [anon_sym_LBRACE] = ACTIONS(2191), - [anon_sym_RBRACE] = ACTIONS(2191), - [anon_sym_typeof] = ACTIONS(2193), - [anon_sym_import] = ACTIONS(2193), - [anon_sym_var] = ACTIONS(2193), - [anon_sym_let] = ACTIONS(2193), - [anon_sym_const] = ACTIONS(2193), - [anon_sym_BANG] = ACTIONS(2191), - [anon_sym_else] = ACTIONS(2193), - [anon_sym_if] = ACTIONS(2193), - [anon_sym_switch] = ACTIONS(2193), - [anon_sym_for] = ACTIONS(2193), - [anon_sym_LPAREN] = ACTIONS(2191), - [anon_sym_await] = ACTIONS(2193), - [anon_sym_while] = ACTIONS(2193), - [anon_sym_do] = ACTIONS(2193), - [anon_sym_try] = ACTIONS(2193), - [anon_sym_with] = ACTIONS(2193), - [anon_sym_break] = ACTIONS(2193), - [anon_sym_continue] = ACTIONS(2193), - [anon_sym_debugger] = ACTIONS(2193), - [anon_sym_return] = ACTIONS(2193), - [anon_sym_throw] = ACTIONS(2193), - [anon_sym_SEMI] = ACTIONS(2191), - [anon_sym_case] = ACTIONS(2193), - [anon_sym_yield] = ACTIONS(2193), - [anon_sym_LBRACK] = ACTIONS(2191), - [anon_sym_LTtemplate_GT] = ACTIONS(2191), - [anon_sym_LT] = ACTIONS(2193), - [anon_sym_SLASH] = ACTIONS(2193), - [anon_sym_class] = ACTIONS(2193), - [anon_sym_async] = ACTIONS(2193), - [anon_sym_function] = ACTIONS(2193), - [anon_sym_new] = ACTIONS(2193), - [anon_sym_PLUS] = ACTIONS(2193), - [anon_sym_DASH] = ACTIONS(2193), - [anon_sym_TILDE] = ACTIONS(2191), - [anon_sym_void] = ACTIONS(2193), - [anon_sym_delete] = ACTIONS(2193), - [anon_sym_PLUS_PLUS] = ACTIONS(2191), - [anon_sym_DASH_DASH] = ACTIONS(2191), - [anon_sym_DQUOTE] = ACTIONS(2191), - [anon_sym_SQUOTE] = ACTIONS(2191), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2191), - [sym_number] = ACTIONS(2191), - [sym_this] = ACTIONS(2193), - [sym_super] = ACTIONS(2193), - [sym_true] = ACTIONS(2193), - [sym_false] = ACTIONS(2193), - [sym_null] = ACTIONS(2193), - [sym_undefined] = ACTIONS(2193), - [anon_sym_AT] = ACTIONS(2191), - [anon_sym_static] = ACTIONS(2193), - [anon_sym_readonly] = ACTIONS(2193), - [anon_sym_get] = ACTIONS(2193), - [anon_sym_set] = ACTIONS(2193), - [anon_sym_declare] = ACTIONS(2193), - [anon_sym_public] = ACTIONS(2193), - [anon_sym_private] = ACTIONS(2193), - [anon_sym_protected] = ACTIONS(2193), - [anon_sym_override] = ACTIONS(2193), - [anon_sym_module] = ACTIONS(2193), - [anon_sym_any] = ACTIONS(2193), - [anon_sym_number] = ACTIONS(2193), - [anon_sym_boolean] = ACTIONS(2193), - [anon_sym_string] = ACTIONS(2193), - [anon_sym_symbol] = ACTIONS(2193), - [anon_sym_abstract] = ACTIONS(2193), - [anon_sym_interface] = ACTIONS(2193), - [anon_sym_enum] = ACTIONS(2193), + [632] = { + [ts_builtin_sym_end] = ACTIONS(1492), + [sym_identifier] = ACTIONS(1494), + [anon_sym_export] = ACTIONS(1494), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_type] = ACTIONS(1494), + [anon_sym_namespace] = ACTIONS(1494), + [anon_sym_LBRACE] = ACTIONS(1492), + [anon_sym_RBRACE] = ACTIONS(1492), + [anon_sym_typeof] = ACTIONS(1494), + [anon_sym_import] = ACTIONS(1494), + [anon_sym_var] = ACTIONS(1494), + [anon_sym_let] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1492), + [anon_sym_else] = ACTIONS(1494), + [anon_sym_if] = ACTIONS(1494), + [anon_sym_switch] = ACTIONS(1494), + [anon_sym_for] = ACTIONS(1494), + [anon_sym_LPAREN] = ACTIONS(1492), + [anon_sym_await] = ACTIONS(1494), + [anon_sym_while] = ACTIONS(1494), + [anon_sym_do] = ACTIONS(1494), + [anon_sym_try] = ACTIONS(1494), + [anon_sym_with] = ACTIONS(1494), + [anon_sym_break] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1494), + [anon_sym_debugger] = ACTIONS(1494), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_throw] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1494), + [anon_sym_yield] = ACTIONS(1494), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_LTtemplate_GT] = ACTIONS(1492), + [anon_sym_class] = ACTIONS(1494), + [anon_sym_async] = ACTIONS(1494), + [anon_sym_function] = ACTIONS(1494), + [anon_sym_new] = ACTIONS(1494), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_SLASH] = ACTIONS(1494), + [anon_sym_LT] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1492), + [anon_sym_void] = ACTIONS(1494), + [anon_sym_delete] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1492), + [anon_sym_SQUOTE] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1492), + [sym_number] = ACTIONS(1492), + [sym_this] = ACTIONS(1494), + [sym_super] = ACTIONS(1494), + [sym_true] = ACTIONS(1494), + [sym_false] = ACTIONS(1494), + [sym_null] = ACTIONS(1494), + [sym_undefined] = ACTIONS(1494), + [anon_sym_AT] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1494), + [anon_sym_readonly] = ACTIONS(1494), + [anon_sym_get] = ACTIONS(1494), + [anon_sym_set] = ACTIONS(1494), + [anon_sym_declare] = ACTIONS(1494), + [anon_sym_public] = ACTIONS(1494), + [anon_sym_private] = ACTIONS(1494), + [anon_sym_protected] = ACTIONS(1494), + [anon_sym_override] = ACTIONS(1494), + [anon_sym_module] = ACTIONS(1494), + [anon_sym_any] = ACTIONS(1494), + [anon_sym_number] = ACTIONS(1494), + [anon_sym_boolean] = ACTIONS(1494), + [anon_sym_string] = ACTIONS(1494), + [anon_sym_symbol] = ACTIONS(1494), + [anon_sym_abstract] = ACTIONS(1494), + [anon_sym_interface] = ACTIONS(1494), + [anon_sym_enum] = ACTIONS(1494), }, - [656] = { - [ts_builtin_sym_end] = ACTIONS(2195), - [sym_identifier] = ACTIONS(2197), - [anon_sym_export] = ACTIONS(2197), - [anon_sym_default] = ACTIONS(2197), - [anon_sym_type] = ACTIONS(2197), - [anon_sym_namespace] = ACTIONS(2197), - [anon_sym_LBRACE] = ACTIONS(2195), - [anon_sym_RBRACE] = ACTIONS(2195), - [anon_sym_typeof] = ACTIONS(2197), - [anon_sym_import] = ACTIONS(2197), - [anon_sym_var] = ACTIONS(2197), - [anon_sym_let] = ACTIONS(2197), - [anon_sym_const] = ACTIONS(2197), - [anon_sym_BANG] = ACTIONS(2195), - [anon_sym_else] = ACTIONS(2197), - [anon_sym_if] = ACTIONS(2197), - [anon_sym_switch] = ACTIONS(2197), - [anon_sym_for] = ACTIONS(2197), - [anon_sym_LPAREN] = ACTIONS(2195), - [anon_sym_await] = ACTIONS(2197), - [anon_sym_while] = ACTIONS(2197), - [anon_sym_do] = ACTIONS(2197), - [anon_sym_try] = ACTIONS(2197), - [anon_sym_with] = ACTIONS(2197), - [anon_sym_break] = ACTIONS(2197), - [anon_sym_continue] = ACTIONS(2197), - [anon_sym_debugger] = ACTIONS(2197), - [anon_sym_return] = ACTIONS(2197), - [anon_sym_throw] = ACTIONS(2197), - [anon_sym_SEMI] = ACTIONS(2195), - [anon_sym_case] = ACTIONS(2197), - [anon_sym_yield] = ACTIONS(2197), - [anon_sym_LBRACK] = ACTIONS(2195), - [anon_sym_LTtemplate_GT] = ACTIONS(2195), - [anon_sym_LT] = ACTIONS(2197), - [anon_sym_SLASH] = ACTIONS(2197), - [anon_sym_class] = ACTIONS(2197), - [anon_sym_async] = ACTIONS(2197), - [anon_sym_function] = ACTIONS(2197), - [anon_sym_new] = ACTIONS(2197), - [anon_sym_PLUS] = ACTIONS(2197), - [anon_sym_DASH] = ACTIONS(2197), - [anon_sym_TILDE] = ACTIONS(2195), - [anon_sym_void] = ACTIONS(2197), - [anon_sym_delete] = ACTIONS(2197), - [anon_sym_PLUS_PLUS] = ACTIONS(2195), - [anon_sym_DASH_DASH] = ACTIONS(2195), - [anon_sym_DQUOTE] = ACTIONS(2195), - [anon_sym_SQUOTE] = ACTIONS(2195), + [633] = { + [ts_builtin_sym_end] = ACTIONS(2135), + [sym_identifier] = ACTIONS(2137), + [anon_sym_export] = ACTIONS(2137), + [anon_sym_default] = ACTIONS(2137), + [anon_sym_type] = ACTIONS(2137), + [anon_sym_namespace] = ACTIONS(2137), + [anon_sym_LBRACE] = ACTIONS(2135), + [anon_sym_RBRACE] = ACTIONS(2135), + [anon_sym_typeof] = ACTIONS(2137), + [anon_sym_import] = ACTIONS(2137), + [anon_sym_var] = ACTIONS(2137), + [anon_sym_let] = ACTIONS(2137), + [anon_sym_const] = ACTIONS(2137), + [anon_sym_BANG] = ACTIONS(2135), + [anon_sym_else] = ACTIONS(2137), + [anon_sym_if] = ACTIONS(2137), + [anon_sym_switch] = ACTIONS(2137), + [anon_sym_for] = ACTIONS(2137), + [anon_sym_LPAREN] = ACTIONS(2135), + [anon_sym_await] = ACTIONS(2137), + [anon_sym_while] = ACTIONS(2137), + [anon_sym_do] = ACTIONS(2137), + [anon_sym_try] = ACTIONS(2137), + [anon_sym_with] = ACTIONS(2137), + [anon_sym_break] = ACTIONS(2137), + [anon_sym_continue] = ACTIONS(2137), + [anon_sym_debugger] = ACTIONS(2137), + [anon_sym_return] = ACTIONS(2137), + [anon_sym_throw] = ACTIONS(2137), + [anon_sym_SEMI] = ACTIONS(2135), + [anon_sym_case] = ACTIONS(2137), + [anon_sym_yield] = ACTIONS(2137), + [anon_sym_LBRACK] = ACTIONS(2135), + [anon_sym_LTtemplate_GT] = ACTIONS(2135), + [anon_sym_class] = ACTIONS(2137), + [anon_sym_async] = ACTIONS(2137), + [anon_sym_function] = ACTIONS(2137), + [anon_sym_new] = ACTIONS(2137), + [anon_sym_PLUS] = ACTIONS(2137), + [anon_sym_DASH] = ACTIONS(2137), + [anon_sym_SLASH] = ACTIONS(2137), + [anon_sym_LT] = ACTIONS(2137), + [anon_sym_TILDE] = ACTIONS(2135), + [anon_sym_void] = ACTIONS(2137), + [anon_sym_delete] = ACTIONS(2137), + [anon_sym_PLUS_PLUS] = ACTIONS(2135), + [anon_sym_DASH_DASH] = ACTIONS(2137), + [anon_sym_DQUOTE] = ACTIONS(2135), + [anon_sym_SQUOTE] = ACTIONS(2135), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2195), - [sym_number] = ACTIONS(2195), - [sym_this] = ACTIONS(2197), - [sym_super] = ACTIONS(2197), - [sym_true] = ACTIONS(2197), - [sym_false] = ACTIONS(2197), - [sym_null] = ACTIONS(2197), - [sym_undefined] = ACTIONS(2197), - [anon_sym_AT] = ACTIONS(2195), - [anon_sym_static] = ACTIONS(2197), - [anon_sym_readonly] = ACTIONS(2197), - [anon_sym_get] = ACTIONS(2197), - [anon_sym_set] = ACTIONS(2197), - [anon_sym_declare] = ACTIONS(2197), - [anon_sym_public] = ACTIONS(2197), - [anon_sym_private] = ACTIONS(2197), - [anon_sym_protected] = ACTIONS(2197), - [anon_sym_override] = ACTIONS(2197), - [anon_sym_module] = ACTIONS(2197), - [anon_sym_any] = ACTIONS(2197), - [anon_sym_number] = ACTIONS(2197), - [anon_sym_boolean] = ACTIONS(2197), - [anon_sym_string] = ACTIONS(2197), - [anon_sym_symbol] = ACTIONS(2197), - [anon_sym_abstract] = ACTIONS(2197), - [anon_sym_interface] = ACTIONS(2197), - [anon_sym_enum] = ACTIONS(2197), + [anon_sym_BQUOTE] = ACTIONS(2135), + [sym_number] = ACTIONS(2135), + [sym_this] = ACTIONS(2137), + [sym_super] = ACTIONS(2137), + [sym_true] = ACTIONS(2137), + [sym_false] = ACTIONS(2137), + [sym_null] = ACTIONS(2137), + [sym_undefined] = ACTIONS(2137), + [anon_sym_AT] = ACTIONS(2135), + [anon_sym_static] = ACTIONS(2137), + [anon_sym_readonly] = ACTIONS(2137), + [anon_sym_get] = ACTIONS(2137), + [anon_sym_set] = ACTIONS(2137), + [anon_sym_declare] = ACTIONS(2137), + [anon_sym_public] = ACTIONS(2137), + [anon_sym_private] = ACTIONS(2137), + [anon_sym_protected] = ACTIONS(2137), + [anon_sym_override] = ACTIONS(2137), + [anon_sym_module] = ACTIONS(2137), + [anon_sym_any] = ACTIONS(2137), + [anon_sym_number] = ACTIONS(2137), + [anon_sym_boolean] = ACTIONS(2137), + [anon_sym_string] = ACTIONS(2137), + [anon_sym_symbol] = ACTIONS(2137), + [anon_sym_abstract] = ACTIONS(2137), + [anon_sym_interface] = ACTIONS(2137), + [anon_sym_enum] = ACTIONS(2137), }, - [657] = { - [ts_builtin_sym_end] = ACTIONS(2199), - [sym_identifier] = ACTIONS(2201), - [anon_sym_export] = ACTIONS(2201), - [anon_sym_default] = ACTIONS(2201), - [anon_sym_type] = ACTIONS(2201), - [anon_sym_namespace] = ACTIONS(2201), - [anon_sym_LBRACE] = ACTIONS(2199), - [anon_sym_RBRACE] = ACTIONS(2199), - [anon_sym_typeof] = ACTIONS(2201), - [anon_sym_import] = ACTIONS(2201), - [anon_sym_var] = ACTIONS(2201), - [anon_sym_let] = ACTIONS(2201), - [anon_sym_const] = ACTIONS(2201), - [anon_sym_BANG] = ACTIONS(2199), - [anon_sym_else] = ACTIONS(2201), - [anon_sym_if] = ACTIONS(2201), - [anon_sym_switch] = ACTIONS(2201), - [anon_sym_for] = ACTIONS(2201), - [anon_sym_LPAREN] = ACTIONS(2199), - [anon_sym_await] = ACTIONS(2201), - [anon_sym_while] = ACTIONS(2201), - [anon_sym_do] = ACTIONS(2201), - [anon_sym_try] = ACTIONS(2201), - [anon_sym_with] = ACTIONS(2201), - [anon_sym_break] = ACTIONS(2201), - [anon_sym_continue] = ACTIONS(2201), - [anon_sym_debugger] = ACTIONS(2201), - [anon_sym_return] = ACTIONS(2201), - [anon_sym_throw] = ACTIONS(2201), - [anon_sym_SEMI] = ACTIONS(2199), - [anon_sym_case] = ACTIONS(2201), - [anon_sym_yield] = ACTIONS(2201), - [anon_sym_LBRACK] = ACTIONS(2199), - [anon_sym_LTtemplate_GT] = ACTIONS(2199), - [anon_sym_LT] = ACTIONS(2201), - [anon_sym_SLASH] = ACTIONS(2201), - [anon_sym_class] = ACTIONS(2201), - [anon_sym_async] = ACTIONS(2201), - [anon_sym_function] = ACTIONS(2201), - [anon_sym_new] = ACTIONS(2201), - [anon_sym_PLUS] = ACTIONS(2201), - [anon_sym_DASH] = ACTIONS(2201), - [anon_sym_TILDE] = ACTIONS(2199), - [anon_sym_void] = ACTIONS(2201), - [anon_sym_delete] = ACTIONS(2201), - [anon_sym_PLUS_PLUS] = ACTIONS(2199), - [anon_sym_DASH_DASH] = ACTIONS(2199), - [anon_sym_DQUOTE] = ACTIONS(2199), - [anon_sym_SQUOTE] = ACTIONS(2199), + [634] = { + [ts_builtin_sym_end] = ACTIONS(2139), + [sym_identifier] = ACTIONS(2141), + [anon_sym_export] = ACTIONS(2141), + [anon_sym_default] = ACTIONS(2141), + [anon_sym_type] = ACTIONS(2141), + [anon_sym_namespace] = ACTIONS(2141), + [anon_sym_LBRACE] = ACTIONS(2139), + [anon_sym_RBRACE] = ACTIONS(2139), + [anon_sym_typeof] = ACTIONS(2141), + [anon_sym_import] = ACTIONS(2141), + [anon_sym_var] = ACTIONS(2141), + [anon_sym_let] = ACTIONS(2141), + [anon_sym_const] = ACTIONS(2141), + [anon_sym_BANG] = ACTIONS(2139), + [anon_sym_else] = ACTIONS(2141), + [anon_sym_if] = ACTIONS(2141), + [anon_sym_switch] = ACTIONS(2141), + [anon_sym_for] = ACTIONS(2141), + [anon_sym_LPAREN] = ACTIONS(2139), + [anon_sym_await] = ACTIONS(2141), + [anon_sym_while] = ACTIONS(2141), + [anon_sym_do] = ACTIONS(2141), + [anon_sym_try] = ACTIONS(2141), + [anon_sym_with] = ACTIONS(2141), + [anon_sym_break] = ACTIONS(2141), + [anon_sym_continue] = ACTIONS(2141), + [anon_sym_debugger] = ACTIONS(2141), + [anon_sym_return] = ACTIONS(2141), + [anon_sym_throw] = ACTIONS(2141), + [anon_sym_SEMI] = ACTIONS(2139), + [anon_sym_case] = ACTIONS(2141), + [anon_sym_yield] = ACTIONS(2141), + [anon_sym_LBRACK] = ACTIONS(2139), + [anon_sym_LTtemplate_GT] = ACTIONS(2139), + [anon_sym_class] = ACTIONS(2141), + [anon_sym_async] = ACTIONS(2141), + [anon_sym_function] = ACTIONS(2141), + [anon_sym_new] = ACTIONS(2141), + [anon_sym_PLUS] = ACTIONS(2141), + [anon_sym_DASH] = ACTIONS(2141), + [anon_sym_SLASH] = ACTIONS(2141), + [anon_sym_LT] = ACTIONS(2141), + [anon_sym_TILDE] = ACTIONS(2139), + [anon_sym_void] = ACTIONS(2141), + [anon_sym_delete] = ACTIONS(2141), + [anon_sym_PLUS_PLUS] = ACTIONS(2139), + [anon_sym_DASH_DASH] = ACTIONS(2141), + [anon_sym_DQUOTE] = ACTIONS(2139), + [anon_sym_SQUOTE] = ACTIONS(2139), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2199), - [sym_number] = ACTIONS(2199), - [sym_this] = ACTIONS(2201), - [sym_super] = ACTIONS(2201), - [sym_true] = ACTIONS(2201), - [sym_false] = ACTIONS(2201), - [sym_null] = ACTIONS(2201), - [sym_undefined] = ACTIONS(2201), - [anon_sym_AT] = ACTIONS(2199), - [anon_sym_static] = ACTIONS(2201), - [anon_sym_readonly] = ACTIONS(2201), - [anon_sym_get] = ACTIONS(2201), - [anon_sym_set] = ACTIONS(2201), - [anon_sym_declare] = ACTIONS(2201), - [anon_sym_public] = ACTIONS(2201), - [anon_sym_private] = ACTIONS(2201), - [anon_sym_protected] = ACTIONS(2201), - [anon_sym_override] = ACTIONS(2201), - [anon_sym_module] = ACTIONS(2201), - [anon_sym_any] = ACTIONS(2201), - [anon_sym_number] = ACTIONS(2201), - [anon_sym_boolean] = ACTIONS(2201), - [anon_sym_string] = ACTIONS(2201), - [anon_sym_symbol] = ACTIONS(2201), - [anon_sym_abstract] = ACTIONS(2201), - [anon_sym_interface] = ACTIONS(2201), - [anon_sym_enum] = ACTIONS(2201), + [anon_sym_BQUOTE] = ACTIONS(2139), + [sym_number] = ACTIONS(2139), + [sym_this] = ACTIONS(2141), + [sym_super] = ACTIONS(2141), + [sym_true] = ACTIONS(2141), + [sym_false] = ACTIONS(2141), + [sym_null] = ACTIONS(2141), + [sym_undefined] = ACTIONS(2141), + [anon_sym_AT] = ACTIONS(2139), + [anon_sym_static] = ACTIONS(2141), + [anon_sym_readonly] = ACTIONS(2141), + [anon_sym_get] = ACTIONS(2141), + [anon_sym_set] = ACTIONS(2141), + [anon_sym_declare] = ACTIONS(2141), + [anon_sym_public] = ACTIONS(2141), + [anon_sym_private] = ACTIONS(2141), + [anon_sym_protected] = ACTIONS(2141), + [anon_sym_override] = ACTIONS(2141), + [anon_sym_module] = ACTIONS(2141), + [anon_sym_any] = ACTIONS(2141), + [anon_sym_number] = ACTIONS(2141), + [anon_sym_boolean] = ACTIONS(2141), + [anon_sym_string] = ACTIONS(2141), + [anon_sym_symbol] = ACTIONS(2141), + [anon_sym_abstract] = ACTIONS(2141), + [anon_sym_interface] = ACTIONS(2141), + [anon_sym_enum] = ACTIONS(2141), }, - [658] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), + [635] = { + [ts_builtin_sym_end] = ACTIONS(2143), + [sym_identifier] = ACTIONS(2145), + [anon_sym_export] = ACTIONS(2145), + [anon_sym_default] = ACTIONS(2145), + [anon_sym_type] = ACTIONS(2145), + [anon_sym_namespace] = ACTIONS(2145), + [anon_sym_LBRACE] = ACTIONS(2143), + [anon_sym_RBRACE] = ACTIONS(2143), + [anon_sym_typeof] = ACTIONS(2145), + [anon_sym_import] = ACTIONS(2145), + [anon_sym_var] = ACTIONS(2145), + [anon_sym_let] = ACTIONS(2145), + [anon_sym_const] = ACTIONS(2145), + [anon_sym_BANG] = ACTIONS(2143), + [anon_sym_else] = ACTIONS(2145), + [anon_sym_if] = ACTIONS(2145), + [anon_sym_switch] = ACTIONS(2145), + [anon_sym_for] = ACTIONS(2145), + [anon_sym_LPAREN] = ACTIONS(2143), + [anon_sym_await] = ACTIONS(2145), + [anon_sym_while] = ACTIONS(2145), + [anon_sym_do] = ACTIONS(2145), + [anon_sym_try] = ACTIONS(2145), + [anon_sym_with] = ACTIONS(2145), + [anon_sym_break] = ACTIONS(2145), + [anon_sym_continue] = ACTIONS(2145), + [anon_sym_debugger] = ACTIONS(2145), + [anon_sym_return] = ACTIONS(2145), + [anon_sym_throw] = ACTIONS(2145), + [anon_sym_SEMI] = ACTIONS(2143), + [anon_sym_case] = ACTIONS(2145), + [anon_sym_yield] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2143), + [anon_sym_LTtemplate_GT] = ACTIONS(2143), + [anon_sym_class] = ACTIONS(2145), + [anon_sym_async] = ACTIONS(2145), + [anon_sym_function] = ACTIONS(2145), + [anon_sym_new] = ACTIONS(2145), + [anon_sym_PLUS] = ACTIONS(2145), + [anon_sym_DASH] = ACTIONS(2145), + [anon_sym_SLASH] = ACTIONS(2145), + [anon_sym_LT] = ACTIONS(2145), + [anon_sym_TILDE] = ACTIONS(2143), + [anon_sym_void] = ACTIONS(2145), + [anon_sym_delete] = ACTIONS(2145), + [anon_sym_PLUS_PLUS] = ACTIONS(2143), + [anon_sym_DASH_DASH] = ACTIONS(2145), + [anon_sym_DQUOTE] = ACTIONS(2143), + [anon_sym_SQUOTE] = ACTIONS(2143), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), + [anon_sym_BQUOTE] = ACTIONS(2143), + [sym_number] = ACTIONS(2143), + [sym_this] = ACTIONS(2145), + [sym_super] = ACTIONS(2145), + [sym_true] = ACTIONS(2145), + [sym_false] = ACTIONS(2145), + [sym_null] = ACTIONS(2145), + [sym_undefined] = ACTIONS(2145), + [anon_sym_AT] = ACTIONS(2143), + [anon_sym_static] = ACTIONS(2145), + [anon_sym_readonly] = ACTIONS(2145), + [anon_sym_get] = ACTIONS(2145), + [anon_sym_set] = ACTIONS(2145), + [anon_sym_declare] = ACTIONS(2145), + [anon_sym_public] = ACTIONS(2145), + [anon_sym_private] = ACTIONS(2145), + [anon_sym_protected] = ACTIONS(2145), + [anon_sym_override] = ACTIONS(2145), + [anon_sym_module] = ACTIONS(2145), + [anon_sym_any] = ACTIONS(2145), + [anon_sym_number] = ACTIONS(2145), + [anon_sym_boolean] = ACTIONS(2145), + [anon_sym_string] = ACTIONS(2145), + [anon_sym_symbol] = ACTIONS(2145), + [anon_sym_abstract] = ACTIONS(2145), + [anon_sym_interface] = ACTIONS(2145), + [anon_sym_enum] = ACTIONS(2145), }, - [659] = { - [ts_builtin_sym_end] = ACTIONS(2203), - [sym_identifier] = ACTIONS(2205), - [anon_sym_export] = ACTIONS(2205), - [anon_sym_default] = ACTIONS(2205), - [anon_sym_type] = ACTIONS(2205), - [anon_sym_namespace] = ACTIONS(2205), - [anon_sym_LBRACE] = ACTIONS(2203), - [anon_sym_RBRACE] = ACTIONS(2203), - [anon_sym_typeof] = ACTIONS(2205), - [anon_sym_import] = ACTIONS(2205), - [anon_sym_var] = ACTIONS(2205), - [anon_sym_let] = ACTIONS(2205), - [anon_sym_const] = ACTIONS(2205), - [anon_sym_BANG] = ACTIONS(2203), - [anon_sym_else] = ACTIONS(2205), - [anon_sym_if] = ACTIONS(2205), - [anon_sym_switch] = ACTIONS(2205), - [anon_sym_for] = ACTIONS(2205), - [anon_sym_LPAREN] = ACTIONS(2203), - [anon_sym_await] = ACTIONS(2205), - [anon_sym_while] = ACTIONS(2205), - [anon_sym_do] = ACTIONS(2205), - [anon_sym_try] = ACTIONS(2205), - [anon_sym_with] = ACTIONS(2205), - [anon_sym_break] = ACTIONS(2205), - [anon_sym_continue] = ACTIONS(2205), - [anon_sym_debugger] = ACTIONS(2205), - [anon_sym_return] = ACTIONS(2205), - [anon_sym_throw] = ACTIONS(2205), - [anon_sym_SEMI] = ACTIONS(2203), - [anon_sym_case] = ACTIONS(2205), - [anon_sym_yield] = ACTIONS(2205), - [anon_sym_LBRACK] = ACTIONS(2203), - [anon_sym_LTtemplate_GT] = ACTIONS(2203), - [anon_sym_LT] = ACTIONS(2205), - [anon_sym_SLASH] = ACTIONS(2205), - [anon_sym_class] = ACTIONS(2205), - [anon_sym_async] = ACTIONS(2205), - [anon_sym_function] = ACTIONS(2205), - [anon_sym_new] = ACTIONS(2205), - [anon_sym_PLUS] = ACTIONS(2205), - [anon_sym_DASH] = ACTIONS(2205), - [anon_sym_TILDE] = ACTIONS(2203), - [anon_sym_void] = ACTIONS(2205), - [anon_sym_delete] = ACTIONS(2205), - [anon_sym_PLUS_PLUS] = ACTIONS(2203), - [anon_sym_DASH_DASH] = ACTIONS(2203), - [anon_sym_DQUOTE] = ACTIONS(2203), - [anon_sym_SQUOTE] = ACTIONS(2203), + [636] = { + [ts_builtin_sym_end] = ACTIONS(2147), + [sym_identifier] = ACTIONS(2149), + [anon_sym_export] = ACTIONS(2149), + [anon_sym_default] = ACTIONS(2149), + [anon_sym_type] = ACTIONS(2149), + [anon_sym_namespace] = ACTIONS(2149), + [anon_sym_LBRACE] = ACTIONS(2147), + [anon_sym_RBRACE] = ACTIONS(2147), + [anon_sym_typeof] = ACTIONS(2149), + [anon_sym_import] = ACTIONS(2149), + [anon_sym_var] = ACTIONS(2149), + [anon_sym_let] = ACTIONS(2149), + [anon_sym_const] = ACTIONS(2149), + [anon_sym_BANG] = ACTIONS(2147), + [anon_sym_else] = ACTIONS(2149), + [anon_sym_if] = ACTIONS(2149), + [anon_sym_switch] = ACTIONS(2149), + [anon_sym_for] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2147), + [anon_sym_await] = ACTIONS(2149), + [anon_sym_while] = ACTIONS(2149), + [anon_sym_do] = ACTIONS(2149), + [anon_sym_try] = ACTIONS(2149), + [anon_sym_with] = ACTIONS(2149), + [anon_sym_break] = ACTIONS(2149), + [anon_sym_continue] = ACTIONS(2149), + [anon_sym_debugger] = ACTIONS(2149), + [anon_sym_return] = ACTIONS(2149), + [anon_sym_throw] = ACTIONS(2149), + [anon_sym_SEMI] = ACTIONS(2147), + [anon_sym_case] = ACTIONS(2149), + [anon_sym_yield] = ACTIONS(2149), + [anon_sym_LBRACK] = ACTIONS(2147), + [anon_sym_LTtemplate_GT] = ACTIONS(2147), + [anon_sym_class] = ACTIONS(2149), + [anon_sym_async] = ACTIONS(2149), + [anon_sym_function] = ACTIONS(2149), + [anon_sym_new] = ACTIONS(2149), + [anon_sym_PLUS] = ACTIONS(2149), + [anon_sym_DASH] = ACTIONS(2149), + [anon_sym_SLASH] = ACTIONS(2149), + [anon_sym_LT] = ACTIONS(2149), + [anon_sym_TILDE] = ACTIONS(2147), + [anon_sym_void] = ACTIONS(2149), + [anon_sym_delete] = ACTIONS(2149), + [anon_sym_PLUS_PLUS] = ACTIONS(2147), + [anon_sym_DASH_DASH] = ACTIONS(2149), + [anon_sym_DQUOTE] = ACTIONS(2147), + [anon_sym_SQUOTE] = ACTIONS(2147), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2203), - [sym_number] = ACTIONS(2203), - [sym_this] = ACTIONS(2205), - [sym_super] = ACTIONS(2205), - [sym_true] = ACTIONS(2205), - [sym_false] = ACTIONS(2205), - [sym_null] = ACTIONS(2205), - [sym_undefined] = ACTIONS(2205), - [anon_sym_AT] = ACTIONS(2203), - [anon_sym_static] = ACTIONS(2205), - [anon_sym_readonly] = ACTIONS(2205), - [anon_sym_get] = ACTIONS(2205), - [anon_sym_set] = ACTIONS(2205), - [anon_sym_declare] = ACTIONS(2205), - [anon_sym_public] = ACTIONS(2205), - [anon_sym_private] = ACTIONS(2205), - [anon_sym_protected] = ACTIONS(2205), - [anon_sym_override] = ACTIONS(2205), - [anon_sym_module] = ACTIONS(2205), - [anon_sym_any] = ACTIONS(2205), - [anon_sym_number] = ACTIONS(2205), - [anon_sym_boolean] = ACTIONS(2205), - [anon_sym_string] = ACTIONS(2205), - [anon_sym_symbol] = ACTIONS(2205), - [anon_sym_abstract] = ACTIONS(2205), - [anon_sym_interface] = ACTIONS(2205), - [anon_sym_enum] = ACTIONS(2205), + [anon_sym_BQUOTE] = ACTIONS(2147), + [sym_number] = ACTIONS(2147), + [sym_this] = ACTIONS(2149), + [sym_super] = ACTIONS(2149), + [sym_true] = ACTIONS(2149), + [sym_false] = ACTIONS(2149), + [sym_null] = ACTIONS(2149), + [sym_undefined] = ACTIONS(2149), + [anon_sym_AT] = ACTIONS(2147), + [anon_sym_static] = ACTIONS(2149), + [anon_sym_readonly] = ACTIONS(2149), + [anon_sym_get] = ACTIONS(2149), + [anon_sym_set] = ACTIONS(2149), + [anon_sym_declare] = ACTIONS(2149), + [anon_sym_public] = ACTIONS(2149), + [anon_sym_private] = ACTIONS(2149), + [anon_sym_protected] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2149), + [anon_sym_module] = ACTIONS(2149), + [anon_sym_any] = ACTIONS(2149), + [anon_sym_number] = ACTIONS(2149), + [anon_sym_boolean] = ACTIONS(2149), + [anon_sym_string] = ACTIONS(2149), + [anon_sym_symbol] = ACTIONS(2149), + [anon_sym_abstract] = ACTIONS(2149), + [anon_sym_interface] = ACTIONS(2149), + [anon_sym_enum] = ACTIONS(2149), }, - [660] = { - [ts_builtin_sym_end] = ACTIONS(2207), - [sym_identifier] = ACTIONS(2209), - [anon_sym_export] = ACTIONS(2209), - [anon_sym_default] = ACTIONS(2209), - [anon_sym_type] = ACTIONS(2209), - [anon_sym_namespace] = ACTIONS(2209), - [anon_sym_LBRACE] = ACTIONS(2207), - [anon_sym_RBRACE] = ACTIONS(2207), - [anon_sym_typeof] = ACTIONS(2209), - [anon_sym_import] = ACTIONS(2209), - [anon_sym_var] = ACTIONS(2209), - [anon_sym_let] = ACTIONS(2209), - [anon_sym_const] = ACTIONS(2209), - [anon_sym_BANG] = ACTIONS(2207), - [anon_sym_else] = ACTIONS(2209), - [anon_sym_if] = ACTIONS(2209), - [anon_sym_switch] = ACTIONS(2209), - [anon_sym_for] = ACTIONS(2209), - [anon_sym_LPAREN] = ACTIONS(2207), - [anon_sym_await] = ACTIONS(2209), - [anon_sym_while] = ACTIONS(2209), - [anon_sym_do] = ACTIONS(2209), - [anon_sym_try] = ACTIONS(2209), - [anon_sym_with] = ACTIONS(2209), - [anon_sym_break] = ACTIONS(2209), - [anon_sym_continue] = ACTIONS(2209), - [anon_sym_debugger] = ACTIONS(2209), - [anon_sym_return] = ACTIONS(2209), - [anon_sym_throw] = ACTIONS(2209), - [anon_sym_SEMI] = ACTIONS(2207), - [anon_sym_case] = ACTIONS(2209), - [anon_sym_yield] = ACTIONS(2209), - [anon_sym_LBRACK] = ACTIONS(2207), - [anon_sym_LTtemplate_GT] = ACTIONS(2207), - [anon_sym_LT] = ACTIONS(2209), - [anon_sym_SLASH] = ACTIONS(2209), - [anon_sym_class] = ACTIONS(2209), - [anon_sym_async] = ACTIONS(2209), - [anon_sym_function] = ACTIONS(2209), - [anon_sym_new] = ACTIONS(2209), - [anon_sym_PLUS] = ACTIONS(2209), - [anon_sym_DASH] = ACTIONS(2209), - [anon_sym_TILDE] = ACTIONS(2207), - [anon_sym_void] = ACTIONS(2209), - [anon_sym_delete] = ACTIONS(2209), - [anon_sym_PLUS_PLUS] = ACTIONS(2207), - [anon_sym_DASH_DASH] = ACTIONS(2207), - [anon_sym_DQUOTE] = ACTIONS(2207), - [anon_sym_SQUOTE] = ACTIONS(2207), + [637] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2207), - [sym_number] = ACTIONS(2207), - [sym_this] = ACTIONS(2209), - [sym_super] = ACTIONS(2209), - [sym_true] = ACTIONS(2209), - [sym_false] = ACTIONS(2209), - [sym_null] = ACTIONS(2209), - [sym_undefined] = ACTIONS(2209), - [anon_sym_AT] = ACTIONS(2207), - [anon_sym_static] = ACTIONS(2209), - [anon_sym_readonly] = ACTIONS(2209), - [anon_sym_get] = ACTIONS(2209), - [anon_sym_set] = ACTIONS(2209), - [anon_sym_declare] = ACTIONS(2209), - [anon_sym_public] = ACTIONS(2209), - [anon_sym_private] = ACTIONS(2209), - [anon_sym_protected] = ACTIONS(2209), - [anon_sym_override] = ACTIONS(2209), - [anon_sym_module] = ACTIONS(2209), - [anon_sym_any] = ACTIONS(2209), - [anon_sym_number] = ACTIONS(2209), - [anon_sym_boolean] = ACTIONS(2209), - [anon_sym_string] = ACTIONS(2209), - [anon_sym_symbol] = ACTIONS(2209), - [anon_sym_abstract] = ACTIONS(2209), - [anon_sym_interface] = ACTIONS(2209), - [anon_sym_enum] = ACTIONS(2209), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [661] = { - [ts_builtin_sym_end] = ACTIONS(2211), - [sym_identifier] = ACTIONS(2213), - [anon_sym_export] = ACTIONS(2213), - [anon_sym_default] = ACTIONS(2213), - [anon_sym_type] = ACTIONS(2213), - [anon_sym_namespace] = ACTIONS(2213), - [anon_sym_LBRACE] = ACTIONS(2211), - [anon_sym_RBRACE] = ACTIONS(2211), - [anon_sym_typeof] = ACTIONS(2213), - [anon_sym_import] = ACTIONS(2213), - [anon_sym_var] = ACTIONS(2213), - [anon_sym_let] = ACTIONS(2213), - [anon_sym_const] = ACTIONS(2213), - [anon_sym_BANG] = ACTIONS(2211), - [anon_sym_else] = ACTIONS(2213), - [anon_sym_if] = ACTIONS(2213), - [anon_sym_switch] = ACTIONS(2213), - [anon_sym_for] = ACTIONS(2213), - [anon_sym_LPAREN] = ACTIONS(2211), - [anon_sym_await] = ACTIONS(2213), - [anon_sym_while] = ACTIONS(2213), - [anon_sym_do] = ACTIONS(2213), - [anon_sym_try] = ACTIONS(2213), - [anon_sym_with] = ACTIONS(2213), - [anon_sym_break] = ACTIONS(2213), - [anon_sym_continue] = ACTIONS(2213), - [anon_sym_debugger] = ACTIONS(2213), - [anon_sym_return] = ACTIONS(2213), - [anon_sym_throw] = ACTIONS(2213), - [anon_sym_SEMI] = ACTIONS(2211), - [anon_sym_case] = ACTIONS(2213), - [anon_sym_yield] = ACTIONS(2213), - [anon_sym_LBRACK] = ACTIONS(2211), - [anon_sym_LTtemplate_GT] = ACTIONS(2211), - [anon_sym_LT] = ACTIONS(2213), - [anon_sym_SLASH] = ACTIONS(2213), - [anon_sym_class] = ACTIONS(2213), - [anon_sym_async] = ACTIONS(2213), - [anon_sym_function] = ACTIONS(2213), - [anon_sym_new] = ACTIONS(2213), - [anon_sym_PLUS] = ACTIONS(2213), - [anon_sym_DASH] = ACTIONS(2213), - [anon_sym_TILDE] = ACTIONS(2211), - [anon_sym_void] = ACTIONS(2213), - [anon_sym_delete] = ACTIONS(2213), - [anon_sym_PLUS_PLUS] = ACTIONS(2211), - [anon_sym_DASH_DASH] = ACTIONS(2211), - [anon_sym_DQUOTE] = ACTIONS(2211), - [anon_sym_SQUOTE] = ACTIONS(2211), + [638] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), + }, + [639] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2211), - [sym_number] = ACTIONS(2211), - [sym_this] = ACTIONS(2213), - [sym_super] = ACTIONS(2213), - [sym_true] = ACTIONS(2213), - [sym_false] = ACTIONS(2213), - [sym_null] = ACTIONS(2213), - [sym_undefined] = ACTIONS(2213), - [anon_sym_AT] = ACTIONS(2211), - [anon_sym_static] = ACTIONS(2213), - [anon_sym_readonly] = ACTIONS(2213), - [anon_sym_get] = ACTIONS(2213), - [anon_sym_set] = ACTIONS(2213), - [anon_sym_declare] = ACTIONS(2213), - [anon_sym_public] = ACTIONS(2213), - [anon_sym_private] = ACTIONS(2213), - [anon_sym_protected] = ACTIONS(2213), - [anon_sym_override] = ACTIONS(2213), - [anon_sym_module] = ACTIONS(2213), - [anon_sym_any] = ACTIONS(2213), - [anon_sym_number] = ACTIONS(2213), - [anon_sym_boolean] = ACTIONS(2213), - [anon_sym_string] = ACTIONS(2213), - [anon_sym_symbol] = ACTIONS(2213), - [anon_sym_abstract] = ACTIONS(2213), - [anon_sym_interface] = ACTIONS(2213), - [anon_sym_enum] = ACTIONS(2213), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [662] = { - [ts_builtin_sym_end] = ACTIONS(2215), - [sym_identifier] = ACTIONS(2217), - [anon_sym_export] = ACTIONS(2217), - [anon_sym_default] = ACTIONS(2217), - [anon_sym_type] = ACTIONS(2217), - [anon_sym_namespace] = ACTIONS(2217), - [anon_sym_LBRACE] = ACTIONS(2215), - [anon_sym_RBRACE] = ACTIONS(2215), - [anon_sym_typeof] = ACTIONS(2217), - [anon_sym_import] = ACTIONS(2217), - [anon_sym_var] = ACTIONS(2217), - [anon_sym_let] = ACTIONS(2217), - [anon_sym_const] = ACTIONS(2217), - [anon_sym_BANG] = ACTIONS(2215), - [anon_sym_else] = ACTIONS(2217), - [anon_sym_if] = ACTIONS(2217), - [anon_sym_switch] = ACTIONS(2217), - [anon_sym_for] = ACTIONS(2217), - [anon_sym_LPAREN] = ACTIONS(2215), - [anon_sym_await] = ACTIONS(2217), - [anon_sym_while] = ACTIONS(2217), - [anon_sym_do] = ACTIONS(2217), - [anon_sym_try] = ACTIONS(2217), - [anon_sym_with] = ACTIONS(2217), - [anon_sym_break] = ACTIONS(2217), - [anon_sym_continue] = ACTIONS(2217), - [anon_sym_debugger] = ACTIONS(2217), - [anon_sym_return] = ACTIONS(2217), - [anon_sym_throw] = ACTIONS(2217), - [anon_sym_SEMI] = ACTIONS(2215), - [anon_sym_case] = ACTIONS(2217), - [anon_sym_yield] = ACTIONS(2217), - [anon_sym_LBRACK] = ACTIONS(2215), - [anon_sym_LTtemplate_GT] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(2217), - [anon_sym_SLASH] = ACTIONS(2217), - [anon_sym_class] = ACTIONS(2217), - [anon_sym_async] = ACTIONS(2217), - [anon_sym_function] = ACTIONS(2217), - [anon_sym_new] = ACTIONS(2217), - [anon_sym_PLUS] = ACTIONS(2217), - [anon_sym_DASH] = ACTIONS(2217), - [anon_sym_TILDE] = ACTIONS(2215), - [anon_sym_void] = ACTIONS(2217), - [anon_sym_delete] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2215), - [anon_sym_DASH_DASH] = ACTIONS(2215), - [anon_sym_DQUOTE] = ACTIONS(2215), - [anon_sym_SQUOTE] = ACTIONS(2215), + [640] = { + [ts_builtin_sym_end] = ACTIONS(2151), + [sym_identifier] = ACTIONS(2153), + [anon_sym_export] = ACTIONS(2153), + [anon_sym_default] = ACTIONS(2153), + [anon_sym_type] = ACTIONS(2153), + [anon_sym_namespace] = ACTIONS(2153), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_typeof] = ACTIONS(2153), + [anon_sym_import] = ACTIONS(2153), + [anon_sym_var] = ACTIONS(2153), + [anon_sym_let] = ACTIONS(2153), + [anon_sym_const] = ACTIONS(2153), + [anon_sym_BANG] = ACTIONS(2151), + [anon_sym_else] = ACTIONS(2153), + [anon_sym_if] = ACTIONS(2153), + [anon_sym_switch] = ACTIONS(2153), + [anon_sym_for] = ACTIONS(2153), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_await] = ACTIONS(2153), + [anon_sym_while] = ACTIONS(2153), + [anon_sym_do] = ACTIONS(2153), + [anon_sym_try] = ACTIONS(2153), + [anon_sym_with] = ACTIONS(2153), + [anon_sym_break] = ACTIONS(2153), + [anon_sym_continue] = ACTIONS(2153), + [anon_sym_debugger] = ACTIONS(2153), + [anon_sym_return] = ACTIONS(2153), + [anon_sym_throw] = ACTIONS(2153), + [anon_sym_SEMI] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2153), + [anon_sym_yield] = ACTIONS(2153), + [anon_sym_LBRACK] = ACTIONS(2151), + [anon_sym_LTtemplate_GT] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2153), + [anon_sym_async] = ACTIONS(2153), + [anon_sym_function] = ACTIONS(2153), + [anon_sym_new] = ACTIONS(2153), + [anon_sym_PLUS] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2153), + [anon_sym_SLASH] = ACTIONS(2153), + [anon_sym_LT] = ACTIONS(2153), + [anon_sym_TILDE] = ACTIONS(2151), + [anon_sym_void] = ACTIONS(2153), + [anon_sym_delete] = ACTIONS(2153), + [anon_sym_PLUS_PLUS] = ACTIONS(2151), + [anon_sym_DASH_DASH] = ACTIONS(2153), + [anon_sym_DQUOTE] = ACTIONS(2151), + [anon_sym_SQUOTE] = ACTIONS(2151), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2215), - [sym_number] = ACTIONS(2215), - [sym_this] = ACTIONS(2217), - [sym_super] = ACTIONS(2217), - [sym_true] = ACTIONS(2217), - [sym_false] = ACTIONS(2217), - [sym_null] = ACTIONS(2217), - [sym_undefined] = ACTIONS(2217), - [anon_sym_AT] = ACTIONS(2215), - [anon_sym_static] = ACTIONS(2217), - [anon_sym_readonly] = ACTIONS(2217), - [anon_sym_get] = ACTIONS(2217), - [anon_sym_set] = ACTIONS(2217), - [anon_sym_declare] = ACTIONS(2217), - [anon_sym_public] = ACTIONS(2217), - [anon_sym_private] = ACTIONS(2217), - [anon_sym_protected] = ACTIONS(2217), - [anon_sym_override] = ACTIONS(2217), - [anon_sym_module] = ACTIONS(2217), - [anon_sym_any] = ACTIONS(2217), - [anon_sym_number] = ACTIONS(2217), - [anon_sym_boolean] = ACTIONS(2217), - [anon_sym_string] = ACTIONS(2217), - [anon_sym_symbol] = ACTIONS(2217), - [anon_sym_abstract] = ACTIONS(2217), - [anon_sym_interface] = ACTIONS(2217), - [anon_sym_enum] = ACTIONS(2217), + [anon_sym_BQUOTE] = ACTIONS(2151), + [sym_number] = ACTIONS(2151), + [sym_this] = ACTIONS(2153), + [sym_super] = ACTIONS(2153), + [sym_true] = ACTIONS(2153), + [sym_false] = ACTIONS(2153), + [sym_null] = ACTIONS(2153), + [sym_undefined] = ACTIONS(2153), + [anon_sym_AT] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2153), + [anon_sym_readonly] = ACTIONS(2153), + [anon_sym_get] = ACTIONS(2153), + [anon_sym_set] = ACTIONS(2153), + [anon_sym_declare] = ACTIONS(2153), + [anon_sym_public] = ACTIONS(2153), + [anon_sym_private] = ACTIONS(2153), + [anon_sym_protected] = ACTIONS(2153), + [anon_sym_override] = ACTIONS(2153), + [anon_sym_module] = ACTIONS(2153), + [anon_sym_any] = ACTIONS(2153), + [anon_sym_number] = ACTIONS(2153), + [anon_sym_boolean] = ACTIONS(2153), + [anon_sym_string] = ACTIONS(2153), + [anon_sym_symbol] = ACTIONS(2153), + [anon_sym_abstract] = ACTIONS(2153), + [anon_sym_interface] = ACTIONS(2153), + [anon_sym_enum] = ACTIONS(2153), }, - [663] = { - [ts_builtin_sym_end] = ACTIONS(2219), - [sym_identifier] = ACTIONS(2221), - [anon_sym_export] = ACTIONS(2221), - [anon_sym_default] = ACTIONS(2221), - [anon_sym_type] = ACTIONS(2221), - [anon_sym_namespace] = ACTIONS(2221), - [anon_sym_LBRACE] = ACTIONS(2219), - [anon_sym_RBRACE] = ACTIONS(2219), - [anon_sym_typeof] = ACTIONS(2221), - [anon_sym_import] = ACTIONS(2221), - [anon_sym_var] = ACTIONS(2221), - [anon_sym_let] = ACTIONS(2221), - [anon_sym_const] = ACTIONS(2221), - [anon_sym_BANG] = ACTIONS(2219), - [anon_sym_else] = ACTIONS(2221), - [anon_sym_if] = ACTIONS(2221), - [anon_sym_switch] = ACTIONS(2221), - [anon_sym_for] = ACTIONS(2221), - [anon_sym_LPAREN] = ACTIONS(2219), - [anon_sym_await] = ACTIONS(2221), - [anon_sym_while] = ACTIONS(2221), - [anon_sym_do] = ACTIONS(2221), - [anon_sym_try] = ACTIONS(2221), - [anon_sym_with] = ACTIONS(2221), - [anon_sym_break] = ACTIONS(2221), - [anon_sym_continue] = ACTIONS(2221), - [anon_sym_debugger] = ACTIONS(2221), - [anon_sym_return] = ACTIONS(2221), - [anon_sym_throw] = ACTIONS(2221), - [anon_sym_SEMI] = ACTIONS(2219), - [anon_sym_case] = ACTIONS(2221), - [anon_sym_yield] = ACTIONS(2221), - [anon_sym_LBRACK] = ACTIONS(2219), - [anon_sym_LTtemplate_GT] = ACTIONS(2219), - [anon_sym_LT] = ACTIONS(2221), - [anon_sym_SLASH] = ACTIONS(2221), - [anon_sym_class] = ACTIONS(2221), - [anon_sym_async] = ACTIONS(2221), - [anon_sym_function] = ACTIONS(2221), - [anon_sym_new] = ACTIONS(2221), - [anon_sym_PLUS] = ACTIONS(2221), - [anon_sym_DASH] = ACTIONS(2221), - [anon_sym_TILDE] = ACTIONS(2219), - [anon_sym_void] = ACTIONS(2221), - [anon_sym_delete] = ACTIONS(2221), - [anon_sym_PLUS_PLUS] = ACTIONS(2219), - [anon_sym_DASH_DASH] = ACTIONS(2219), - [anon_sym_DQUOTE] = ACTIONS(2219), - [anon_sym_SQUOTE] = ACTIONS(2219), + [641] = { + [ts_builtin_sym_end] = ACTIONS(2155), + [sym_identifier] = ACTIONS(2157), + [anon_sym_export] = ACTIONS(2157), + [anon_sym_default] = ACTIONS(2157), + [anon_sym_type] = ACTIONS(2157), + [anon_sym_namespace] = ACTIONS(2157), + [anon_sym_LBRACE] = ACTIONS(2155), + [anon_sym_RBRACE] = ACTIONS(2155), + [anon_sym_typeof] = ACTIONS(2157), + [anon_sym_import] = ACTIONS(2157), + [anon_sym_var] = ACTIONS(2157), + [anon_sym_let] = ACTIONS(2157), + [anon_sym_const] = ACTIONS(2157), + [anon_sym_BANG] = ACTIONS(2155), + [anon_sym_else] = ACTIONS(2157), + [anon_sym_if] = ACTIONS(2157), + [anon_sym_switch] = ACTIONS(2157), + [anon_sym_for] = ACTIONS(2157), + [anon_sym_LPAREN] = ACTIONS(2155), + [anon_sym_await] = ACTIONS(2157), + [anon_sym_while] = ACTIONS(2157), + [anon_sym_do] = ACTIONS(2157), + [anon_sym_try] = ACTIONS(2157), + [anon_sym_with] = ACTIONS(2157), + [anon_sym_break] = ACTIONS(2157), + [anon_sym_continue] = ACTIONS(2157), + [anon_sym_debugger] = ACTIONS(2157), + [anon_sym_return] = ACTIONS(2157), + [anon_sym_throw] = ACTIONS(2157), + [anon_sym_SEMI] = ACTIONS(2155), + [anon_sym_case] = ACTIONS(2157), + [anon_sym_yield] = ACTIONS(2157), + [anon_sym_LBRACK] = ACTIONS(2155), + [anon_sym_LTtemplate_GT] = ACTIONS(2155), + [anon_sym_class] = ACTIONS(2157), + [anon_sym_async] = ACTIONS(2157), + [anon_sym_function] = ACTIONS(2157), + [anon_sym_new] = ACTIONS(2157), + [anon_sym_PLUS] = ACTIONS(2157), + [anon_sym_DASH] = ACTIONS(2157), + [anon_sym_SLASH] = ACTIONS(2157), + [anon_sym_LT] = ACTIONS(2157), + [anon_sym_TILDE] = ACTIONS(2155), + [anon_sym_void] = ACTIONS(2157), + [anon_sym_delete] = ACTIONS(2157), + [anon_sym_PLUS_PLUS] = ACTIONS(2155), + [anon_sym_DASH_DASH] = ACTIONS(2157), + [anon_sym_DQUOTE] = ACTIONS(2155), + [anon_sym_SQUOTE] = ACTIONS(2155), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2219), - [sym_number] = ACTIONS(2219), - [sym_this] = ACTIONS(2221), - [sym_super] = ACTIONS(2221), - [sym_true] = ACTIONS(2221), - [sym_false] = ACTIONS(2221), - [sym_null] = ACTIONS(2221), - [sym_undefined] = ACTIONS(2221), - [anon_sym_AT] = ACTIONS(2219), - [anon_sym_static] = ACTIONS(2221), - [anon_sym_readonly] = ACTIONS(2221), - [anon_sym_get] = ACTIONS(2221), - [anon_sym_set] = ACTIONS(2221), - [anon_sym_declare] = ACTIONS(2221), - [anon_sym_public] = ACTIONS(2221), - [anon_sym_private] = ACTIONS(2221), - [anon_sym_protected] = ACTIONS(2221), - [anon_sym_override] = ACTIONS(2221), - [anon_sym_module] = ACTIONS(2221), - [anon_sym_any] = ACTIONS(2221), - [anon_sym_number] = ACTIONS(2221), - [anon_sym_boolean] = ACTIONS(2221), - [anon_sym_string] = ACTIONS(2221), - [anon_sym_symbol] = ACTIONS(2221), - [anon_sym_abstract] = ACTIONS(2221), - [anon_sym_interface] = ACTIONS(2221), - [anon_sym_enum] = ACTIONS(2221), + [anon_sym_BQUOTE] = ACTIONS(2155), + [sym_number] = ACTIONS(2155), + [sym_this] = ACTIONS(2157), + [sym_super] = ACTIONS(2157), + [sym_true] = ACTIONS(2157), + [sym_false] = ACTIONS(2157), + [sym_null] = ACTIONS(2157), + [sym_undefined] = ACTIONS(2157), + [anon_sym_AT] = ACTIONS(2155), + [anon_sym_static] = ACTIONS(2157), + [anon_sym_readonly] = ACTIONS(2157), + [anon_sym_get] = ACTIONS(2157), + [anon_sym_set] = ACTIONS(2157), + [anon_sym_declare] = ACTIONS(2157), + [anon_sym_public] = ACTIONS(2157), + [anon_sym_private] = ACTIONS(2157), + [anon_sym_protected] = ACTIONS(2157), + [anon_sym_override] = ACTIONS(2157), + [anon_sym_module] = ACTIONS(2157), + [anon_sym_any] = ACTIONS(2157), + [anon_sym_number] = ACTIONS(2157), + [anon_sym_boolean] = ACTIONS(2157), + [anon_sym_string] = ACTIONS(2157), + [anon_sym_symbol] = ACTIONS(2157), + [anon_sym_abstract] = ACTIONS(2157), + [anon_sym_interface] = ACTIONS(2157), + [anon_sym_enum] = ACTIONS(2157), }, - [664] = { - [ts_builtin_sym_end] = ACTIONS(2219), - [sym_identifier] = ACTIONS(2221), - [anon_sym_export] = ACTIONS(2221), - [anon_sym_default] = ACTIONS(2221), - [anon_sym_type] = ACTIONS(2221), - [anon_sym_namespace] = ACTIONS(2221), - [anon_sym_LBRACE] = ACTIONS(2219), - [anon_sym_RBRACE] = ACTIONS(2219), - [anon_sym_typeof] = ACTIONS(2221), - [anon_sym_import] = ACTIONS(2221), - [anon_sym_var] = ACTIONS(2221), - [anon_sym_let] = ACTIONS(2221), - [anon_sym_const] = ACTIONS(2221), - [anon_sym_BANG] = ACTIONS(2219), - [anon_sym_else] = ACTIONS(2221), - [anon_sym_if] = ACTIONS(2221), - [anon_sym_switch] = ACTIONS(2221), - [anon_sym_for] = ACTIONS(2221), - [anon_sym_LPAREN] = ACTIONS(2219), - [anon_sym_await] = ACTIONS(2221), - [anon_sym_while] = ACTIONS(2221), - [anon_sym_do] = ACTIONS(2221), - [anon_sym_try] = ACTIONS(2221), - [anon_sym_with] = ACTIONS(2221), - [anon_sym_break] = ACTIONS(2221), - [anon_sym_continue] = ACTIONS(2221), - [anon_sym_debugger] = ACTIONS(2221), - [anon_sym_return] = ACTIONS(2221), - [anon_sym_throw] = ACTIONS(2221), - [anon_sym_SEMI] = ACTIONS(2219), - [anon_sym_case] = ACTIONS(2221), - [anon_sym_yield] = ACTIONS(2221), - [anon_sym_LBRACK] = ACTIONS(2219), - [anon_sym_LTtemplate_GT] = ACTIONS(2219), - [anon_sym_LT] = ACTIONS(2221), - [anon_sym_SLASH] = ACTIONS(2221), - [anon_sym_class] = ACTIONS(2221), - [anon_sym_async] = ACTIONS(2221), - [anon_sym_function] = ACTIONS(2221), - [anon_sym_new] = ACTIONS(2221), - [anon_sym_PLUS] = ACTIONS(2221), - [anon_sym_DASH] = ACTIONS(2221), - [anon_sym_TILDE] = ACTIONS(2219), - [anon_sym_void] = ACTIONS(2221), - [anon_sym_delete] = ACTIONS(2221), - [anon_sym_PLUS_PLUS] = ACTIONS(2219), - [anon_sym_DASH_DASH] = ACTIONS(2219), - [anon_sym_DQUOTE] = ACTIONS(2219), - [anon_sym_SQUOTE] = ACTIONS(2219), + [642] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), + }, + [643] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2219), - [sym_number] = ACTIONS(2219), - [sym_this] = ACTIONS(2221), - [sym_super] = ACTIONS(2221), - [sym_true] = ACTIONS(2221), - [sym_false] = ACTIONS(2221), - [sym_null] = ACTIONS(2221), - [sym_undefined] = ACTIONS(2221), - [anon_sym_AT] = ACTIONS(2219), - [anon_sym_static] = ACTIONS(2221), - [anon_sym_readonly] = ACTIONS(2221), - [anon_sym_get] = ACTIONS(2221), - [anon_sym_set] = ACTIONS(2221), - [anon_sym_declare] = ACTIONS(2221), - [anon_sym_public] = ACTIONS(2221), - [anon_sym_private] = ACTIONS(2221), - [anon_sym_protected] = ACTIONS(2221), - [anon_sym_override] = ACTIONS(2221), - [anon_sym_module] = ACTIONS(2221), - [anon_sym_any] = ACTIONS(2221), - [anon_sym_number] = ACTIONS(2221), - [anon_sym_boolean] = ACTIONS(2221), - [anon_sym_string] = ACTIONS(2221), - [anon_sym_symbol] = ACTIONS(2221), - [anon_sym_abstract] = ACTIONS(2221), - [anon_sym_interface] = ACTIONS(2221), - [anon_sym_enum] = ACTIONS(2221), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [665] = { - [ts_builtin_sym_end] = ACTIONS(2223), - [sym_identifier] = ACTIONS(2225), - [anon_sym_export] = ACTIONS(2225), - [anon_sym_default] = ACTIONS(2225), - [anon_sym_type] = ACTIONS(2225), - [anon_sym_namespace] = ACTIONS(2225), - [anon_sym_LBRACE] = ACTIONS(2223), - [anon_sym_RBRACE] = ACTIONS(2223), - [anon_sym_typeof] = ACTIONS(2225), - [anon_sym_import] = ACTIONS(2225), - [anon_sym_var] = ACTIONS(2225), - [anon_sym_let] = ACTIONS(2225), - [anon_sym_const] = ACTIONS(2225), - [anon_sym_BANG] = ACTIONS(2223), - [anon_sym_else] = ACTIONS(2225), - [anon_sym_if] = ACTIONS(2225), - [anon_sym_switch] = ACTIONS(2225), - [anon_sym_for] = ACTIONS(2225), - [anon_sym_LPAREN] = ACTIONS(2223), - [anon_sym_await] = ACTIONS(2225), - [anon_sym_while] = ACTIONS(2225), - [anon_sym_do] = ACTIONS(2225), - [anon_sym_try] = ACTIONS(2225), - [anon_sym_with] = ACTIONS(2225), - [anon_sym_break] = ACTIONS(2225), - [anon_sym_continue] = ACTIONS(2225), - [anon_sym_debugger] = ACTIONS(2225), - [anon_sym_return] = ACTIONS(2225), - [anon_sym_throw] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2223), - [anon_sym_case] = ACTIONS(2225), - [anon_sym_yield] = ACTIONS(2225), - [anon_sym_LBRACK] = ACTIONS(2223), - [anon_sym_LTtemplate_GT] = ACTIONS(2223), - [anon_sym_LT] = ACTIONS(2225), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_class] = ACTIONS(2225), - [anon_sym_async] = ACTIONS(2225), - [anon_sym_function] = ACTIONS(2225), - [anon_sym_new] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_void] = ACTIONS(2225), - [anon_sym_delete] = ACTIONS(2225), - [anon_sym_PLUS_PLUS] = ACTIONS(2223), - [anon_sym_DASH_DASH] = ACTIONS(2223), - [anon_sym_DQUOTE] = ACTIONS(2223), - [anon_sym_SQUOTE] = ACTIONS(2223), + [644] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2223), - [sym_number] = ACTIONS(2223), - [sym_this] = ACTIONS(2225), - [sym_super] = ACTIONS(2225), - [sym_true] = ACTIONS(2225), - [sym_false] = ACTIONS(2225), - [sym_null] = ACTIONS(2225), - [sym_undefined] = ACTIONS(2225), - [anon_sym_AT] = ACTIONS(2223), - [anon_sym_static] = ACTIONS(2225), - [anon_sym_readonly] = ACTIONS(2225), - [anon_sym_get] = ACTIONS(2225), - [anon_sym_set] = ACTIONS(2225), - [anon_sym_declare] = ACTIONS(2225), - [anon_sym_public] = ACTIONS(2225), - [anon_sym_private] = ACTIONS(2225), - [anon_sym_protected] = ACTIONS(2225), - [anon_sym_override] = ACTIONS(2225), - [anon_sym_module] = ACTIONS(2225), - [anon_sym_any] = ACTIONS(2225), - [anon_sym_number] = ACTIONS(2225), - [anon_sym_boolean] = ACTIONS(2225), - [anon_sym_string] = ACTIONS(2225), - [anon_sym_symbol] = ACTIONS(2225), - [anon_sym_abstract] = ACTIONS(2225), - [anon_sym_interface] = ACTIONS(2225), - [anon_sym_enum] = ACTIONS(2225), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [666] = { - [ts_builtin_sym_end] = ACTIONS(2227), - [sym_identifier] = ACTIONS(2229), - [anon_sym_export] = ACTIONS(2229), - [anon_sym_default] = ACTIONS(2229), - [anon_sym_type] = ACTIONS(2229), - [anon_sym_namespace] = ACTIONS(2229), - [anon_sym_LBRACE] = ACTIONS(2227), - [anon_sym_RBRACE] = ACTIONS(2227), - [anon_sym_typeof] = ACTIONS(2229), - [anon_sym_import] = ACTIONS(2229), - [anon_sym_var] = ACTIONS(2229), - [anon_sym_let] = ACTIONS(2229), - [anon_sym_const] = ACTIONS(2229), - [anon_sym_BANG] = ACTIONS(2227), - [anon_sym_else] = ACTIONS(2229), - [anon_sym_if] = ACTIONS(2229), - [anon_sym_switch] = ACTIONS(2229), - [anon_sym_for] = ACTIONS(2229), - [anon_sym_LPAREN] = ACTIONS(2227), - [anon_sym_await] = ACTIONS(2229), - [anon_sym_while] = ACTIONS(2229), - [anon_sym_do] = ACTIONS(2229), - [anon_sym_try] = ACTIONS(2229), - [anon_sym_with] = ACTIONS(2229), - [anon_sym_break] = ACTIONS(2229), - [anon_sym_continue] = ACTIONS(2229), - [anon_sym_debugger] = ACTIONS(2229), - [anon_sym_return] = ACTIONS(2229), - [anon_sym_throw] = ACTIONS(2229), - [anon_sym_SEMI] = ACTIONS(2227), - [anon_sym_case] = ACTIONS(2229), - [anon_sym_yield] = ACTIONS(2229), - [anon_sym_LBRACK] = ACTIONS(2227), - [anon_sym_LTtemplate_GT] = ACTIONS(2227), - [anon_sym_LT] = ACTIONS(2229), - [anon_sym_SLASH] = ACTIONS(2229), - [anon_sym_class] = ACTIONS(2229), - [anon_sym_async] = ACTIONS(2229), - [anon_sym_function] = ACTIONS(2229), - [anon_sym_new] = ACTIONS(2229), - [anon_sym_PLUS] = ACTIONS(2229), - [anon_sym_DASH] = ACTIONS(2229), - [anon_sym_TILDE] = ACTIONS(2227), - [anon_sym_void] = ACTIONS(2229), - [anon_sym_delete] = ACTIONS(2229), - [anon_sym_PLUS_PLUS] = ACTIONS(2227), - [anon_sym_DASH_DASH] = ACTIONS(2227), - [anon_sym_DQUOTE] = ACTIONS(2227), - [anon_sym_SQUOTE] = ACTIONS(2227), + [645] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2227), - [sym_number] = ACTIONS(2227), - [sym_this] = ACTIONS(2229), - [sym_super] = ACTIONS(2229), - [sym_true] = ACTIONS(2229), - [sym_false] = ACTIONS(2229), - [sym_null] = ACTIONS(2229), - [sym_undefined] = ACTIONS(2229), - [anon_sym_AT] = ACTIONS(2227), - [anon_sym_static] = ACTIONS(2229), - [anon_sym_readonly] = ACTIONS(2229), - [anon_sym_get] = ACTIONS(2229), - [anon_sym_set] = ACTIONS(2229), - [anon_sym_declare] = ACTIONS(2229), - [anon_sym_public] = ACTIONS(2229), - [anon_sym_private] = ACTIONS(2229), - [anon_sym_protected] = ACTIONS(2229), - [anon_sym_override] = ACTIONS(2229), - [anon_sym_module] = ACTIONS(2229), - [anon_sym_any] = ACTIONS(2229), - [anon_sym_number] = ACTIONS(2229), - [anon_sym_boolean] = ACTIONS(2229), - [anon_sym_string] = ACTIONS(2229), - [anon_sym_symbol] = ACTIONS(2229), - [anon_sym_abstract] = ACTIONS(2229), - [anon_sym_interface] = ACTIONS(2229), - [anon_sym_enum] = ACTIONS(2229), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [667] = { - [ts_builtin_sym_end] = ACTIONS(2231), - [sym_identifier] = ACTIONS(2233), - [anon_sym_export] = ACTIONS(2233), - [anon_sym_default] = ACTIONS(2233), - [anon_sym_type] = ACTIONS(2233), - [anon_sym_namespace] = ACTIONS(2233), - [anon_sym_LBRACE] = ACTIONS(2231), - [anon_sym_RBRACE] = ACTIONS(2231), - [anon_sym_typeof] = ACTIONS(2233), - [anon_sym_import] = ACTIONS(2233), - [anon_sym_var] = ACTIONS(2233), - [anon_sym_let] = ACTIONS(2233), - [anon_sym_const] = ACTIONS(2233), - [anon_sym_BANG] = ACTIONS(2231), - [anon_sym_else] = ACTIONS(2233), - [anon_sym_if] = ACTIONS(2233), - [anon_sym_switch] = ACTIONS(2233), - [anon_sym_for] = ACTIONS(2233), - [anon_sym_LPAREN] = ACTIONS(2231), - [anon_sym_await] = ACTIONS(2233), - [anon_sym_while] = ACTIONS(2233), - [anon_sym_do] = ACTIONS(2233), - [anon_sym_try] = ACTIONS(2233), - [anon_sym_with] = ACTIONS(2233), - [anon_sym_break] = ACTIONS(2233), - [anon_sym_continue] = ACTIONS(2233), - [anon_sym_debugger] = ACTIONS(2233), - [anon_sym_return] = ACTIONS(2233), - [anon_sym_throw] = ACTIONS(2233), - [anon_sym_SEMI] = ACTIONS(2231), - [anon_sym_case] = ACTIONS(2233), - [anon_sym_yield] = ACTIONS(2233), - [anon_sym_LBRACK] = ACTIONS(2231), - [anon_sym_LTtemplate_GT] = ACTIONS(2231), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_SLASH] = ACTIONS(2233), - [anon_sym_class] = ACTIONS(2233), - [anon_sym_async] = ACTIONS(2233), - [anon_sym_function] = ACTIONS(2233), - [anon_sym_new] = ACTIONS(2233), - [anon_sym_PLUS] = ACTIONS(2233), - [anon_sym_DASH] = ACTIONS(2233), - [anon_sym_TILDE] = ACTIONS(2231), - [anon_sym_void] = ACTIONS(2233), - [anon_sym_delete] = ACTIONS(2233), - [anon_sym_PLUS_PLUS] = ACTIONS(2231), - [anon_sym_DASH_DASH] = ACTIONS(2231), - [anon_sym_DQUOTE] = ACTIONS(2231), - [anon_sym_SQUOTE] = ACTIONS(2231), + [646] = { + [ts_builtin_sym_end] = ACTIONS(2159), + [sym_identifier] = ACTIONS(2161), + [anon_sym_export] = ACTIONS(2161), + [anon_sym_default] = ACTIONS(2161), + [anon_sym_type] = ACTIONS(2161), + [anon_sym_namespace] = ACTIONS(2161), + [anon_sym_LBRACE] = ACTIONS(2159), + [anon_sym_RBRACE] = ACTIONS(2159), + [anon_sym_typeof] = ACTIONS(2161), + [anon_sym_import] = ACTIONS(2161), + [anon_sym_var] = ACTIONS(2161), + [anon_sym_let] = ACTIONS(2161), + [anon_sym_const] = ACTIONS(2161), + [anon_sym_BANG] = ACTIONS(2159), + [anon_sym_else] = ACTIONS(2161), + [anon_sym_if] = ACTIONS(2161), + [anon_sym_switch] = ACTIONS(2161), + [anon_sym_for] = ACTIONS(2161), + [anon_sym_LPAREN] = ACTIONS(2159), + [anon_sym_await] = ACTIONS(2161), + [anon_sym_while] = ACTIONS(2161), + [anon_sym_do] = ACTIONS(2161), + [anon_sym_try] = ACTIONS(2161), + [anon_sym_with] = ACTIONS(2161), + [anon_sym_break] = ACTIONS(2161), + [anon_sym_continue] = ACTIONS(2161), + [anon_sym_debugger] = ACTIONS(2161), + [anon_sym_return] = ACTIONS(2161), + [anon_sym_throw] = ACTIONS(2161), + [anon_sym_SEMI] = ACTIONS(2159), + [anon_sym_case] = ACTIONS(2161), + [anon_sym_yield] = ACTIONS(2161), + [anon_sym_LBRACK] = ACTIONS(2159), + [anon_sym_LTtemplate_GT] = ACTIONS(2159), + [anon_sym_class] = ACTIONS(2161), + [anon_sym_async] = ACTIONS(2161), + [anon_sym_function] = ACTIONS(2161), + [anon_sym_new] = ACTIONS(2161), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_DASH] = ACTIONS(2161), + [anon_sym_SLASH] = ACTIONS(2161), + [anon_sym_LT] = ACTIONS(2161), + [anon_sym_TILDE] = ACTIONS(2159), + [anon_sym_void] = ACTIONS(2161), + [anon_sym_delete] = ACTIONS(2161), + [anon_sym_PLUS_PLUS] = ACTIONS(2159), + [anon_sym_DASH_DASH] = ACTIONS(2161), + [anon_sym_DQUOTE] = ACTIONS(2159), + [anon_sym_SQUOTE] = ACTIONS(2159), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2231), - [sym_number] = ACTIONS(2231), - [sym_this] = ACTIONS(2233), - [sym_super] = ACTIONS(2233), - [sym_true] = ACTIONS(2233), - [sym_false] = ACTIONS(2233), - [sym_null] = ACTIONS(2233), - [sym_undefined] = ACTIONS(2233), - [anon_sym_AT] = ACTIONS(2231), - [anon_sym_static] = ACTIONS(2233), - [anon_sym_readonly] = ACTIONS(2233), - [anon_sym_get] = ACTIONS(2233), - [anon_sym_set] = ACTIONS(2233), - [anon_sym_declare] = ACTIONS(2233), - [anon_sym_public] = ACTIONS(2233), - [anon_sym_private] = ACTIONS(2233), - [anon_sym_protected] = ACTIONS(2233), - [anon_sym_override] = ACTIONS(2233), - [anon_sym_module] = ACTIONS(2233), - [anon_sym_any] = ACTIONS(2233), - [anon_sym_number] = ACTIONS(2233), - [anon_sym_boolean] = ACTIONS(2233), - [anon_sym_string] = ACTIONS(2233), - [anon_sym_symbol] = ACTIONS(2233), - [anon_sym_abstract] = ACTIONS(2233), - [anon_sym_interface] = ACTIONS(2233), - [anon_sym_enum] = ACTIONS(2233), + [anon_sym_BQUOTE] = ACTIONS(2159), + [sym_number] = ACTIONS(2159), + [sym_this] = ACTIONS(2161), + [sym_super] = ACTIONS(2161), + [sym_true] = ACTIONS(2161), + [sym_false] = ACTIONS(2161), + [sym_null] = ACTIONS(2161), + [sym_undefined] = ACTIONS(2161), + [anon_sym_AT] = ACTIONS(2159), + [anon_sym_static] = ACTIONS(2161), + [anon_sym_readonly] = ACTIONS(2161), + [anon_sym_get] = ACTIONS(2161), + [anon_sym_set] = ACTIONS(2161), + [anon_sym_declare] = ACTIONS(2161), + [anon_sym_public] = ACTIONS(2161), + [anon_sym_private] = ACTIONS(2161), + [anon_sym_protected] = ACTIONS(2161), + [anon_sym_override] = ACTIONS(2161), + [anon_sym_module] = ACTIONS(2161), + [anon_sym_any] = ACTIONS(2161), + [anon_sym_number] = ACTIONS(2161), + [anon_sym_boolean] = ACTIONS(2161), + [anon_sym_string] = ACTIONS(2161), + [anon_sym_symbol] = ACTIONS(2161), + [anon_sym_abstract] = ACTIONS(2161), + [anon_sym_interface] = ACTIONS(2161), + [anon_sym_enum] = ACTIONS(2161), }, - [668] = { - [ts_builtin_sym_end] = ACTIONS(2235), - [sym_identifier] = ACTIONS(2237), - [anon_sym_export] = ACTIONS(2237), - [anon_sym_default] = ACTIONS(2237), - [anon_sym_type] = ACTIONS(2237), - [anon_sym_namespace] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2235), - [anon_sym_RBRACE] = ACTIONS(2235), - [anon_sym_typeof] = ACTIONS(2237), - [anon_sym_import] = ACTIONS(2237), - [anon_sym_var] = ACTIONS(2237), - [anon_sym_let] = ACTIONS(2237), - [anon_sym_const] = ACTIONS(2237), - [anon_sym_BANG] = ACTIONS(2235), - [anon_sym_else] = ACTIONS(2237), - [anon_sym_if] = ACTIONS(2237), - [anon_sym_switch] = ACTIONS(2237), - [anon_sym_for] = ACTIONS(2237), - [anon_sym_LPAREN] = ACTIONS(2235), - [anon_sym_await] = ACTIONS(2237), - [anon_sym_while] = ACTIONS(2237), - [anon_sym_do] = ACTIONS(2237), - [anon_sym_try] = ACTIONS(2237), - [anon_sym_with] = ACTIONS(2237), - [anon_sym_break] = ACTIONS(2237), - [anon_sym_continue] = ACTIONS(2237), - [anon_sym_debugger] = ACTIONS(2237), - [anon_sym_return] = ACTIONS(2237), - [anon_sym_throw] = ACTIONS(2237), - [anon_sym_SEMI] = ACTIONS(2235), - [anon_sym_case] = ACTIONS(2237), - [anon_sym_yield] = ACTIONS(2237), - [anon_sym_LBRACK] = ACTIONS(2235), - [anon_sym_LTtemplate_GT] = ACTIONS(2235), - [anon_sym_LT] = ACTIONS(2237), - [anon_sym_SLASH] = ACTIONS(2237), - [anon_sym_class] = ACTIONS(2237), - [anon_sym_async] = ACTIONS(2237), - [anon_sym_function] = ACTIONS(2237), - [anon_sym_new] = ACTIONS(2237), - [anon_sym_PLUS] = ACTIONS(2237), - [anon_sym_DASH] = ACTIONS(2237), - [anon_sym_TILDE] = ACTIONS(2235), - [anon_sym_void] = ACTIONS(2237), - [anon_sym_delete] = ACTIONS(2237), - [anon_sym_PLUS_PLUS] = ACTIONS(2235), - [anon_sym_DASH_DASH] = ACTIONS(2235), - [anon_sym_DQUOTE] = ACTIONS(2235), - [anon_sym_SQUOTE] = ACTIONS(2235), + [647] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2235), - [sym_number] = ACTIONS(2235), - [sym_this] = ACTIONS(2237), - [sym_super] = ACTIONS(2237), - [sym_true] = ACTIONS(2237), - [sym_false] = ACTIONS(2237), - [sym_null] = ACTIONS(2237), - [sym_undefined] = ACTIONS(2237), - [anon_sym_AT] = ACTIONS(2235), - [anon_sym_static] = ACTIONS(2237), - [anon_sym_readonly] = ACTIONS(2237), - [anon_sym_get] = ACTIONS(2237), - [anon_sym_set] = ACTIONS(2237), - [anon_sym_declare] = ACTIONS(2237), - [anon_sym_public] = ACTIONS(2237), - [anon_sym_private] = ACTIONS(2237), - [anon_sym_protected] = ACTIONS(2237), - [anon_sym_override] = ACTIONS(2237), - [anon_sym_module] = ACTIONS(2237), - [anon_sym_any] = ACTIONS(2237), - [anon_sym_number] = ACTIONS(2237), - [anon_sym_boolean] = ACTIONS(2237), - [anon_sym_string] = ACTIONS(2237), - [anon_sym_symbol] = ACTIONS(2237), - [anon_sym_abstract] = ACTIONS(2237), - [anon_sym_interface] = ACTIONS(2237), - [anon_sym_enum] = ACTIONS(2237), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [669] = { - [ts_builtin_sym_end] = ACTIONS(2239), - [sym_identifier] = ACTIONS(2241), - [anon_sym_export] = ACTIONS(2241), - [anon_sym_default] = ACTIONS(2241), - [anon_sym_type] = ACTIONS(2241), - [anon_sym_namespace] = ACTIONS(2241), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_RBRACE] = ACTIONS(2239), - [anon_sym_typeof] = ACTIONS(2241), - [anon_sym_import] = ACTIONS(2241), - [anon_sym_var] = ACTIONS(2241), - [anon_sym_let] = ACTIONS(2241), - [anon_sym_const] = ACTIONS(2241), - [anon_sym_BANG] = ACTIONS(2239), - [anon_sym_else] = ACTIONS(2241), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_switch] = ACTIONS(2241), - [anon_sym_for] = ACTIONS(2241), - [anon_sym_LPAREN] = ACTIONS(2239), - [anon_sym_await] = ACTIONS(2241), - [anon_sym_while] = ACTIONS(2241), - [anon_sym_do] = ACTIONS(2241), - [anon_sym_try] = ACTIONS(2241), - [anon_sym_with] = ACTIONS(2241), - [anon_sym_break] = ACTIONS(2241), - [anon_sym_continue] = ACTIONS(2241), - [anon_sym_debugger] = ACTIONS(2241), - [anon_sym_return] = ACTIONS(2241), - [anon_sym_throw] = ACTIONS(2241), - [anon_sym_SEMI] = ACTIONS(2239), - [anon_sym_case] = ACTIONS(2241), - [anon_sym_yield] = ACTIONS(2241), - [anon_sym_LBRACK] = ACTIONS(2239), - [anon_sym_LTtemplate_GT] = ACTIONS(2239), - [anon_sym_LT] = ACTIONS(2241), - [anon_sym_SLASH] = ACTIONS(2241), - [anon_sym_class] = ACTIONS(2241), - [anon_sym_async] = ACTIONS(2241), - [anon_sym_function] = ACTIONS(2241), - [anon_sym_new] = ACTIONS(2241), - [anon_sym_PLUS] = ACTIONS(2241), - [anon_sym_DASH] = ACTIONS(2241), - [anon_sym_TILDE] = ACTIONS(2239), - [anon_sym_void] = ACTIONS(2241), - [anon_sym_delete] = ACTIONS(2241), - [anon_sym_PLUS_PLUS] = ACTIONS(2239), - [anon_sym_DASH_DASH] = ACTIONS(2239), - [anon_sym_DQUOTE] = ACTIONS(2239), - [anon_sym_SQUOTE] = ACTIONS(2239), + [648] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2239), - [sym_number] = ACTIONS(2239), - [sym_this] = ACTIONS(2241), - [sym_super] = ACTIONS(2241), - [sym_true] = ACTIONS(2241), - [sym_false] = ACTIONS(2241), - [sym_null] = ACTIONS(2241), - [sym_undefined] = ACTIONS(2241), - [anon_sym_AT] = ACTIONS(2239), - [anon_sym_static] = ACTIONS(2241), - [anon_sym_readonly] = ACTIONS(2241), - [anon_sym_get] = ACTIONS(2241), - [anon_sym_set] = ACTIONS(2241), - [anon_sym_declare] = ACTIONS(2241), - [anon_sym_public] = ACTIONS(2241), - [anon_sym_private] = ACTIONS(2241), - [anon_sym_protected] = ACTIONS(2241), - [anon_sym_override] = ACTIONS(2241), - [anon_sym_module] = ACTIONS(2241), - [anon_sym_any] = ACTIONS(2241), - [anon_sym_number] = ACTIONS(2241), - [anon_sym_boolean] = ACTIONS(2241), - [anon_sym_string] = ACTIONS(2241), - [anon_sym_symbol] = ACTIONS(2241), - [anon_sym_abstract] = ACTIONS(2241), - [anon_sym_interface] = ACTIONS(2241), - [anon_sym_enum] = ACTIONS(2241), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [670] = { - [ts_builtin_sym_end] = ACTIONS(2243), - [sym_identifier] = ACTIONS(2245), - [anon_sym_export] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2245), - [anon_sym_type] = ACTIONS(2245), - [anon_sym_namespace] = ACTIONS(2245), - [anon_sym_LBRACE] = ACTIONS(2243), - [anon_sym_RBRACE] = ACTIONS(2243), - [anon_sym_typeof] = ACTIONS(2245), - [anon_sym_import] = ACTIONS(2245), - [anon_sym_var] = ACTIONS(2245), - [anon_sym_let] = ACTIONS(2245), - [anon_sym_const] = ACTIONS(2245), - [anon_sym_BANG] = ACTIONS(2243), - [anon_sym_else] = ACTIONS(2245), - [anon_sym_if] = ACTIONS(2245), - [anon_sym_switch] = ACTIONS(2245), - [anon_sym_for] = ACTIONS(2245), - [anon_sym_LPAREN] = ACTIONS(2243), - [anon_sym_await] = ACTIONS(2245), - [anon_sym_while] = ACTIONS(2245), - [anon_sym_do] = ACTIONS(2245), - [anon_sym_try] = ACTIONS(2245), - [anon_sym_with] = ACTIONS(2245), - [anon_sym_break] = ACTIONS(2245), - [anon_sym_continue] = ACTIONS(2245), - [anon_sym_debugger] = ACTIONS(2245), - [anon_sym_return] = ACTIONS(2245), - [anon_sym_throw] = ACTIONS(2245), - [anon_sym_SEMI] = ACTIONS(2243), - [anon_sym_case] = ACTIONS(2245), - [anon_sym_yield] = ACTIONS(2245), - [anon_sym_LBRACK] = ACTIONS(2243), - [anon_sym_LTtemplate_GT] = ACTIONS(2243), - [anon_sym_LT] = ACTIONS(2245), - [anon_sym_SLASH] = ACTIONS(2245), - [anon_sym_class] = ACTIONS(2245), - [anon_sym_async] = ACTIONS(2245), - [anon_sym_function] = ACTIONS(2245), - [anon_sym_new] = ACTIONS(2245), - [anon_sym_PLUS] = ACTIONS(2245), - [anon_sym_DASH] = ACTIONS(2245), - [anon_sym_TILDE] = ACTIONS(2243), - [anon_sym_void] = ACTIONS(2245), - [anon_sym_delete] = ACTIONS(2245), - [anon_sym_PLUS_PLUS] = ACTIONS(2243), - [anon_sym_DASH_DASH] = ACTIONS(2243), - [anon_sym_DQUOTE] = ACTIONS(2243), - [anon_sym_SQUOTE] = ACTIONS(2243), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2243), - [sym_number] = ACTIONS(2243), - [sym_this] = ACTIONS(2245), - [sym_super] = ACTIONS(2245), - [sym_true] = ACTIONS(2245), - [sym_false] = ACTIONS(2245), - [sym_null] = ACTIONS(2245), - [sym_undefined] = ACTIONS(2245), - [anon_sym_AT] = ACTIONS(2243), - [anon_sym_static] = ACTIONS(2245), - [anon_sym_readonly] = ACTIONS(2245), - [anon_sym_get] = ACTIONS(2245), - [anon_sym_set] = ACTIONS(2245), - [anon_sym_declare] = ACTIONS(2245), - [anon_sym_public] = ACTIONS(2245), - [anon_sym_private] = ACTIONS(2245), - [anon_sym_protected] = ACTIONS(2245), - [anon_sym_override] = ACTIONS(2245), - [anon_sym_module] = ACTIONS(2245), - [anon_sym_any] = ACTIONS(2245), - [anon_sym_number] = ACTIONS(2245), - [anon_sym_boolean] = ACTIONS(2245), - [anon_sym_string] = ACTIONS(2245), - [anon_sym_symbol] = ACTIONS(2245), - [anon_sym_abstract] = ACTIONS(2245), - [anon_sym_interface] = ACTIONS(2245), - [anon_sym_enum] = ACTIONS(2245), + [649] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), }, - [671] = { - [ts_builtin_sym_end] = ACTIONS(2247), - [sym_identifier] = ACTIONS(2249), - [anon_sym_export] = ACTIONS(2249), - [anon_sym_default] = ACTIONS(2249), - [anon_sym_type] = ACTIONS(2249), - [anon_sym_namespace] = ACTIONS(2249), - [anon_sym_LBRACE] = ACTIONS(2247), - [anon_sym_RBRACE] = ACTIONS(2247), - [anon_sym_typeof] = ACTIONS(2249), - [anon_sym_import] = ACTIONS(2249), - [anon_sym_var] = ACTIONS(2249), - [anon_sym_let] = ACTIONS(2249), - [anon_sym_const] = ACTIONS(2249), - [anon_sym_BANG] = ACTIONS(2247), - [anon_sym_else] = ACTIONS(2249), - [anon_sym_if] = ACTIONS(2249), - [anon_sym_switch] = ACTIONS(2249), - [anon_sym_for] = ACTIONS(2249), - [anon_sym_LPAREN] = ACTIONS(2247), - [anon_sym_await] = ACTIONS(2249), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2249), - [anon_sym_try] = ACTIONS(2249), - [anon_sym_with] = ACTIONS(2249), - [anon_sym_break] = ACTIONS(2249), - [anon_sym_continue] = ACTIONS(2249), - [anon_sym_debugger] = ACTIONS(2249), - [anon_sym_return] = ACTIONS(2249), - [anon_sym_throw] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2247), - [anon_sym_case] = ACTIONS(2249), - [anon_sym_yield] = ACTIONS(2249), - [anon_sym_LBRACK] = ACTIONS(2247), - [anon_sym_LTtemplate_GT] = ACTIONS(2247), - [anon_sym_LT] = ACTIONS(2249), - [anon_sym_SLASH] = ACTIONS(2249), - [anon_sym_class] = ACTIONS(2249), - [anon_sym_async] = ACTIONS(2249), - [anon_sym_function] = ACTIONS(2249), - [anon_sym_new] = ACTIONS(2249), - [anon_sym_PLUS] = ACTIONS(2249), - [anon_sym_DASH] = ACTIONS(2249), - [anon_sym_TILDE] = ACTIONS(2247), - [anon_sym_void] = ACTIONS(2249), - [anon_sym_delete] = ACTIONS(2249), - [anon_sym_PLUS_PLUS] = ACTIONS(2247), - [anon_sym_DASH_DASH] = ACTIONS(2247), - [anon_sym_DQUOTE] = ACTIONS(2247), - [anon_sym_SQUOTE] = ACTIONS(2247), + [650] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2247), - [sym_number] = ACTIONS(2247), - [sym_this] = ACTIONS(2249), - [sym_super] = ACTIONS(2249), - [sym_true] = ACTIONS(2249), - [sym_false] = ACTIONS(2249), - [sym_null] = ACTIONS(2249), - [sym_undefined] = ACTIONS(2249), - [anon_sym_AT] = ACTIONS(2247), - [anon_sym_static] = ACTIONS(2249), - [anon_sym_readonly] = ACTIONS(2249), - [anon_sym_get] = ACTIONS(2249), - [anon_sym_set] = ACTIONS(2249), - [anon_sym_declare] = ACTIONS(2249), - [anon_sym_public] = ACTIONS(2249), - [anon_sym_private] = ACTIONS(2249), - [anon_sym_protected] = ACTIONS(2249), - [anon_sym_override] = ACTIONS(2249), - [anon_sym_module] = ACTIONS(2249), - [anon_sym_any] = ACTIONS(2249), - [anon_sym_number] = ACTIONS(2249), - [anon_sym_boolean] = ACTIONS(2249), - [anon_sym_string] = ACTIONS(2249), - [anon_sym_symbol] = ACTIONS(2249), - [anon_sym_abstract] = ACTIONS(2249), - [anon_sym_interface] = ACTIONS(2249), - [anon_sym_enum] = ACTIONS(2249), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [672] = { - [ts_builtin_sym_end] = ACTIONS(2247), - [sym_identifier] = ACTIONS(2249), - [anon_sym_export] = ACTIONS(2249), - [anon_sym_default] = ACTIONS(2249), - [anon_sym_type] = ACTIONS(2249), - [anon_sym_namespace] = ACTIONS(2249), - [anon_sym_LBRACE] = ACTIONS(2247), - [anon_sym_RBRACE] = ACTIONS(2247), - [anon_sym_typeof] = ACTIONS(2249), - [anon_sym_import] = ACTIONS(2249), - [anon_sym_var] = ACTIONS(2249), - [anon_sym_let] = ACTIONS(2249), - [anon_sym_const] = ACTIONS(2249), - [anon_sym_BANG] = ACTIONS(2247), - [anon_sym_else] = ACTIONS(2249), - [anon_sym_if] = ACTIONS(2249), - [anon_sym_switch] = ACTIONS(2249), - [anon_sym_for] = ACTIONS(2249), - [anon_sym_LPAREN] = ACTIONS(2247), - [anon_sym_await] = ACTIONS(2249), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2249), - [anon_sym_try] = ACTIONS(2249), - [anon_sym_with] = ACTIONS(2249), - [anon_sym_break] = ACTIONS(2249), - [anon_sym_continue] = ACTIONS(2249), - [anon_sym_debugger] = ACTIONS(2249), - [anon_sym_return] = ACTIONS(2249), - [anon_sym_throw] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2247), - [anon_sym_case] = ACTIONS(2249), - [anon_sym_yield] = ACTIONS(2249), - [anon_sym_LBRACK] = ACTIONS(2247), - [anon_sym_LTtemplate_GT] = ACTIONS(2247), - [anon_sym_LT] = ACTIONS(2249), - [anon_sym_SLASH] = ACTIONS(2249), - [anon_sym_class] = ACTIONS(2249), - [anon_sym_async] = ACTIONS(2249), - [anon_sym_function] = ACTIONS(2249), - [anon_sym_new] = ACTIONS(2249), - [anon_sym_PLUS] = ACTIONS(2249), - [anon_sym_DASH] = ACTIONS(2249), - [anon_sym_TILDE] = ACTIONS(2247), - [anon_sym_void] = ACTIONS(2249), - [anon_sym_delete] = ACTIONS(2249), - [anon_sym_PLUS_PLUS] = ACTIONS(2247), - [anon_sym_DASH_DASH] = ACTIONS(2247), - [anon_sym_DQUOTE] = ACTIONS(2247), - [anon_sym_SQUOTE] = ACTIONS(2247), + [651] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2247), - [sym_number] = ACTIONS(2247), - [sym_this] = ACTIONS(2249), - [sym_super] = ACTIONS(2249), - [sym_true] = ACTIONS(2249), - [sym_false] = ACTIONS(2249), - [sym_null] = ACTIONS(2249), - [sym_undefined] = ACTIONS(2249), - [anon_sym_AT] = ACTIONS(2247), - [anon_sym_static] = ACTIONS(2249), - [anon_sym_readonly] = ACTIONS(2249), - [anon_sym_get] = ACTIONS(2249), - [anon_sym_set] = ACTIONS(2249), - [anon_sym_declare] = ACTIONS(2249), - [anon_sym_public] = ACTIONS(2249), - [anon_sym_private] = ACTIONS(2249), - [anon_sym_protected] = ACTIONS(2249), - [anon_sym_override] = ACTIONS(2249), - [anon_sym_module] = ACTIONS(2249), - [anon_sym_any] = ACTIONS(2249), - [anon_sym_number] = ACTIONS(2249), - [anon_sym_boolean] = ACTIONS(2249), - [anon_sym_string] = ACTIONS(2249), - [anon_sym_symbol] = ACTIONS(2249), - [anon_sym_abstract] = ACTIONS(2249), - [anon_sym_interface] = ACTIONS(2249), - [anon_sym_enum] = ACTIONS(2249), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [673] = { - [ts_builtin_sym_end] = ACTIONS(2251), - [sym_identifier] = ACTIONS(2253), - [anon_sym_export] = ACTIONS(2253), - [anon_sym_default] = ACTIONS(2253), - [anon_sym_type] = ACTIONS(2253), - [anon_sym_namespace] = ACTIONS(2253), - [anon_sym_LBRACE] = ACTIONS(2251), - [anon_sym_RBRACE] = ACTIONS(2251), - [anon_sym_typeof] = ACTIONS(2253), - [anon_sym_import] = ACTIONS(2253), - [anon_sym_var] = ACTIONS(2253), - [anon_sym_let] = ACTIONS(2253), - [anon_sym_const] = ACTIONS(2253), - [anon_sym_BANG] = ACTIONS(2251), - [anon_sym_else] = ACTIONS(2253), - [anon_sym_if] = ACTIONS(2253), - [anon_sym_switch] = ACTIONS(2253), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_LPAREN] = ACTIONS(2251), - [anon_sym_await] = ACTIONS(2253), - [anon_sym_while] = ACTIONS(2253), - [anon_sym_do] = ACTIONS(2253), - [anon_sym_try] = ACTIONS(2253), - [anon_sym_with] = ACTIONS(2253), - [anon_sym_break] = ACTIONS(2253), - [anon_sym_continue] = ACTIONS(2253), - [anon_sym_debugger] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2253), - [anon_sym_throw] = ACTIONS(2253), - [anon_sym_SEMI] = ACTIONS(2251), - [anon_sym_case] = ACTIONS(2253), - [anon_sym_yield] = ACTIONS(2253), - [anon_sym_LBRACK] = ACTIONS(2251), - [anon_sym_LTtemplate_GT] = ACTIONS(2251), - [anon_sym_LT] = ACTIONS(2253), - [anon_sym_SLASH] = ACTIONS(2253), - [anon_sym_class] = ACTIONS(2253), - [anon_sym_async] = ACTIONS(2253), - [anon_sym_function] = ACTIONS(2253), - [anon_sym_new] = ACTIONS(2253), - [anon_sym_PLUS] = ACTIONS(2253), - [anon_sym_DASH] = ACTIONS(2253), - [anon_sym_TILDE] = ACTIONS(2251), - [anon_sym_void] = ACTIONS(2253), - [anon_sym_delete] = ACTIONS(2253), - [anon_sym_PLUS_PLUS] = ACTIONS(2251), - [anon_sym_DASH_DASH] = ACTIONS(2251), - [anon_sym_DQUOTE] = ACTIONS(2251), - [anon_sym_SQUOTE] = ACTIONS(2251), + [652] = { + [ts_builtin_sym_end] = ACTIONS(2163), + [sym_identifier] = ACTIONS(2165), + [anon_sym_export] = ACTIONS(2165), + [anon_sym_default] = ACTIONS(2165), + [anon_sym_type] = ACTIONS(2165), + [anon_sym_namespace] = ACTIONS(2165), + [anon_sym_LBRACE] = ACTIONS(2163), + [anon_sym_RBRACE] = ACTIONS(2163), + [anon_sym_typeof] = ACTIONS(2165), + [anon_sym_import] = ACTIONS(2165), + [anon_sym_var] = ACTIONS(2165), + [anon_sym_let] = ACTIONS(2165), + [anon_sym_const] = ACTIONS(2165), + [anon_sym_BANG] = ACTIONS(2163), + [anon_sym_else] = ACTIONS(2165), + [anon_sym_if] = ACTIONS(2165), + [anon_sym_switch] = ACTIONS(2165), + [anon_sym_for] = ACTIONS(2165), + [anon_sym_LPAREN] = ACTIONS(2163), + [anon_sym_await] = ACTIONS(2165), + [anon_sym_while] = ACTIONS(2165), + [anon_sym_do] = ACTIONS(2165), + [anon_sym_try] = ACTIONS(2165), + [anon_sym_with] = ACTIONS(2165), + [anon_sym_break] = ACTIONS(2165), + [anon_sym_continue] = ACTIONS(2165), + [anon_sym_debugger] = ACTIONS(2165), + [anon_sym_return] = ACTIONS(2165), + [anon_sym_throw] = ACTIONS(2165), + [anon_sym_SEMI] = ACTIONS(2163), + [anon_sym_case] = ACTIONS(2165), + [anon_sym_yield] = ACTIONS(2165), + [anon_sym_LBRACK] = ACTIONS(2163), + [anon_sym_LTtemplate_GT] = ACTIONS(2163), + [anon_sym_class] = ACTIONS(2165), + [anon_sym_async] = ACTIONS(2165), + [anon_sym_function] = ACTIONS(2165), + [anon_sym_new] = ACTIONS(2165), + [anon_sym_PLUS] = ACTIONS(2165), + [anon_sym_DASH] = ACTIONS(2165), + [anon_sym_SLASH] = ACTIONS(2165), + [anon_sym_LT] = ACTIONS(2165), + [anon_sym_TILDE] = ACTIONS(2163), + [anon_sym_void] = ACTIONS(2165), + [anon_sym_delete] = ACTIONS(2165), + [anon_sym_PLUS_PLUS] = ACTIONS(2163), + [anon_sym_DASH_DASH] = ACTIONS(2165), + [anon_sym_DQUOTE] = ACTIONS(2163), + [anon_sym_SQUOTE] = ACTIONS(2163), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2251), - [sym_number] = ACTIONS(2251), - [sym_this] = ACTIONS(2253), - [sym_super] = ACTIONS(2253), - [sym_true] = ACTIONS(2253), - [sym_false] = ACTIONS(2253), - [sym_null] = ACTIONS(2253), - [sym_undefined] = ACTIONS(2253), - [anon_sym_AT] = ACTIONS(2251), - [anon_sym_static] = ACTIONS(2253), - [anon_sym_readonly] = ACTIONS(2253), - [anon_sym_get] = ACTIONS(2253), - [anon_sym_set] = ACTIONS(2253), - [anon_sym_declare] = ACTIONS(2253), - [anon_sym_public] = ACTIONS(2253), - [anon_sym_private] = ACTIONS(2253), - [anon_sym_protected] = ACTIONS(2253), - [anon_sym_override] = ACTIONS(2253), - [anon_sym_module] = ACTIONS(2253), - [anon_sym_any] = ACTIONS(2253), - [anon_sym_number] = ACTIONS(2253), - [anon_sym_boolean] = ACTIONS(2253), - [anon_sym_string] = ACTIONS(2253), - [anon_sym_symbol] = ACTIONS(2253), - [anon_sym_abstract] = ACTIONS(2253), - [anon_sym_interface] = ACTIONS(2253), - [anon_sym_enum] = ACTIONS(2253), + [anon_sym_BQUOTE] = ACTIONS(2163), + [sym_number] = ACTIONS(2163), + [sym_this] = ACTIONS(2165), + [sym_super] = ACTIONS(2165), + [sym_true] = ACTIONS(2165), + [sym_false] = ACTIONS(2165), + [sym_null] = ACTIONS(2165), + [sym_undefined] = ACTIONS(2165), + [anon_sym_AT] = ACTIONS(2163), + [anon_sym_static] = ACTIONS(2165), + [anon_sym_readonly] = ACTIONS(2165), + [anon_sym_get] = ACTIONS(2165), + [anon_sym_set] = ACTIONS(2165), + [anon_sym_declare] = ACTIONS(2165), + [anon_sym_public] = ACTIONS(2165), + [anon_sym_private] = ACTIONS(2165), + [anon_sym_protected] = ACTIONS(2165), + [anon_sym_override] = ACTIONS(2165), + [anon_sym_module] = ACTIONS(2165), + [anon_sym_any] = ACTIONS(2165), + [anon_sym_number] = ACTIONS(2165), + [anon_sym_boolean] = ACTIONS(2165), + [anon_sym_string] = ACTIONS(2165), + [anon_sym_symbol] = ACTIONS(2165), + [anon_sym_abstract] = ACTIONS(2165), + [anon_sym_interface] = ACTIONS(2165), + [anon_sym_enum] = ACTIONS(2165), }, - [674] = { - [ts_builtin_sym_end] = ACTIONS(2255), - [sym_identifier] = ACTIONS(2257), - [anon_sym_export] = ACTIONS(2257), - [anon_sym_default] = ACTIONS(2257), - [anon_sym_type] = ACTIONS(2257), - [anon_sym_namespace] = ACTIONS(2257), - [anon_sym_LBRACE] = ACTIONS(2255), - [anon_sym_RBRACE] = ACTIONS(2255), - [anon_sym_typeof] = ACTIONS(2257), - [anon_sym_import] = ACTIONS(2257), - [anon_sym_var] = ACTIONS(2257), - [anon_sym_let] = ACTIONS(2257), - [anon_sym_const] = ACTIONS(2257), - [anon_sym_BANG] = ACTIONS(2255), - [anon_sym_else] = ACTIONS(2257), - [anon_sym_if] = ACTIONS(2257), - [anon_sym_switch] = ACTIONS(2257), - [anon_sym_for] = ACTIONS(2257), - [anon_sym_LPAREN] = ACTIONS(2255), - [anon_sym_await] = ACTIONS(2257), - [anon_sym_while] = ACTIONS(2257), - [anon_sym_do] = ACTIONS(2257), - [anon_sym_try] = ACTIONS(2257), - [anon_sym_with] = ACTIONS(2257), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2257), - [anon_sym_debugger] = ACTIONS(2257), - [anon_sym_return] = ACTIONS(2257), - [anon_sym_throw] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2255), - [anon_sym_case] = ACTIONS(2257), - [anon_sym_yield] = ACTIONS(2257), - [anon_sym_LBRACK] = ACTIONS(2255), - [anon_sym_LTtemplate_GT] = ACTIONS(2255), - [anon_sym_LT] = ACTIONS(2257), - [anon_sym_SLASH] = ACTIONS(2257), - [anon_sym_class] = ACTIONS(2257), - [anon_sym_async] = ACTIONS(2257), - [anon_sym_function] = ACTIONS(2257), - [anon_sym_new] = ACTIONS(2257), - [anon_sym_PLUS] = ACTIONS(2257), - [anon_sym_DASH] = ACTIONS(2257), - [anon_sym_TILDE] = ACTIONS(2255), - [anon_sym_void] = ACTIONS(2257), - [anon_sym_delete] = ACTIONS(2257), - [anon_sym_PLUS_PLUS] = ACTIONS(2255), - [anon_sym_DASH_DASH] = ACTIONS(2255), - [anon_sym_DQUOTE] = ACTIONS(2255), - [anon_sym_SQUOTE] = ACTIONS(2255), + [653] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [654] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [655] = { + [ts_builtin_sym_end] = ACTIONS(2167), + [sym_identifier] = ACTIONS(2169), + [anon_sym_export] = ACTIONS(2169), + [anon_sym_default] = ACTIONS(2169), + [anon_sym_type] = ACTIONS(2169), + [anon_sym_namespace] = ACTIONS(2169), + [anon_sym_LBRACE] = ACTIONS(2167), + [anon_sym_RBRACE] = ACTIONS(2167), + [anon_sym_typeof] = ACTIONS(2169), + [anon_sym_import] = ACTIONS(2169), + [anon_sym_var] = ACTIONS(2169), + [anon_sym_let] = ACTIONS(2169), + [anon_sym_const] = ACTIONS(2169), + [anon_sym_BANG] = ACTIONS(2167), + [anon_sym_else] = ACTIONS(2169), + [anon_sym_if] = ACTIONS(2169), + [anon_sym_switch] = ACTIONS(2169), + [anon_sym_for] = ACTIONS(2169), + [anon_sym_LPAREN] = ACTIONS(2167), + [anon_sym_await] = ACTIONS(2169), + [anon_sym_while] = ACTIONS(2169), + [anon_sym_do] = ACTIONS(2169), + [anon_sym_try] = ACTIONS(2169), + [anon_sym_with] = ACTIONS(2169), + [anon_sym_break] = ACTIONS(2169), + [anon_sym_continue] = ACTIONS(2169), + [anon_sym_debugger] = ACTIONS(2169), + [anon_sym_return] = ACTIONS(2169), + [anon_sym_throw] = ACTIONS(2169), + [anon_sym_SEMI] = ACTIONS(2167), + [anon_sym_case] = ACTIONS(2169), + [anon_sym_yield] = ACTIONS(2169), + [anon_sym_LBRACK] = ACTIONS(2167), + [anon_sym_LTtemplate_GT] = ACTIONS(2167), + [anon_sym_class] = ACTIONS(2169), + [anon_sym_async] = ACTIONS(2169), + [anon_sym_function] = ACTIONS(2169), + [anon_sym_new] = ACTIONS(2169), + [anon_sym_PLUS] = ACTIONS(2169), + [anon_sym_DASH] = ACTIONS(2169), + [anon_sym_SLASH] = ACTIONS(2169), + [anon_sym_LT] = ACTIONS(2169), + [anon_sym_TILDE] = ACTIONS(2167), + [anon_sym_void] = ACTIONS(2169), + [anon_sym_delete] = ACTIONS(2169), + [anon_sym_PLUS_PLUS] = ACTIONS(2167), + [anon_sym_DASH_DASH] = ACTIONS(2169), + [anon_sym_DQUOTE] = ACTIONS(2167), + [anon_sym_SQUOTE] = ACTIONS(2167), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2167), + [sym_number] = ACTIONS(2167), + [sym_this] = ACTIONS(2169), + [sym_super] = ACTIONS(2169), + [sym_true] = ACTIONS(2169), + [sym_false] = ACTIONS(2169), + [sym_null] = ACTIONS(2169), + [sym_undefined] = ACTIONS(2169), + [anon_sym_AT] = ACTIONS(2167), + [anon_sym_static] = ACTIONS(2169), + [anon_sym_readonly] = ACTIONS(2169), + [anon_sym_get] = ACTIONS(2169), + [anon_sym_set] = ACTIONS(2169), + [anon_sym_declare] = ACTIONS(2169), + [anon_sym_public] = ACTIONS(2169), + [anon_sym_private] = ACTIONS(2169), + [anon_sym_protected] = ACTIONS(2169), + [anon_sym_override] = ACTIONS(2169), + [anon_sym_module] = ACTIONS(2169), + [anon_sym_any] = ACTIONS(2169), + [anon_sym_number] = ACTIONS(2169), + [anon_sym_boolean] = ACTIONS(2169), + [anon_sym_string] = ACTIONS(2169), + [anon_sym_symbol] = ACTIONS(2169), + [anon_sym_abstract] = ACTIONS(2169), + [anon_sym_interface] = ACTIONS(2169), + [anon_sym_enum] = ACTIONS(2169), + }, + [656] = { + [ts_builtin_sym_end] = ACTIONS(2171), + [sym_identifier] = ACTIONS(2173), + [anon_sym_export] = ACTIONS(2173), + [anon_sym_default] = ACTIONS(2173), + [anon_sym_type] = ACTIONS(2173), + [anon_sym_namespace] = ACTIONS(2173), + [anon_sym_LBRACE] = ACTIONS(2171), + [anon_sym_RBRACE] = ACTIONS(2171), + [anon_sym_typeof] = ACTIONS(2173), + [anon_sym_import] = ACTIONS(2173), + [anon_sym_var] = ACTIONS(2173), + [anon_sym_let] = ACTIONS(2173), + [anon_sym_const] = ACTIONS(2173), + [anon_sym_BANG] = ACTIONS(2171), + [anon_sym_else] = ACTIONS(2173), + [anon_sym_if] = ACTIONS(2173), + [anon_sym_switch] = ACTIONS(2173), + [anon_sym_for] = ACTIONS(2173), + [anon_sym_LPAREN] = ACTIONS(2171), + [anon_sym_await] = ACTIONS(2173), + [anon_sym_while] = ACTIONS(2173), + [anon_sym_do] = ACTIONS(2173), + [anon_sym_try] = ACTIONS(2173), + [anon_sym_with] = ACTIONS(2173), + [anon_sym_break] = ACTIONS(2173), + [anon_sym_continue] = ACTIONS(2173), + [anon_sym_debugger] = ACTIONS(2173), + [anon_sym_return] = ACTIONS(2173), + [anon_sym_throw] = ACTIONS(2173), + [anon_sym_SEMI] = ACTIONS(2171), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_yield] = ACTIONS(2173), + [anon_sym_LBRACK] = ACTIONS(2171), + [anon_sym_LTtemplate_GT] = ACTIONS(2171), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_async] = ACTIONS(2173), + [anon_sym_function] = ACTIONS(2173), + [anon_sym_new] = ACTIONS(2173), + [anon_sym_PLUS] = ACTIONS(2173), + [anon_sym_DASH] = ACTIONS(2173), + [anon_sym_SLASH] = ACTIONS(2173), + [anon_sym_LT] = ACTIONS(2173), + [anon_sym_TILDE] = ACTIONS(2171), + [anon_sym_void] = ACTIONS(2173), + [anon_sym_delete] = ACTIONS(2173), + [anon_sym_PLUS_PLUS] = ACTIONS(2171), + [anon_sym_DASH_DASH] = ACTIONS(2173), + [anon_sym_DQUOTE] = ACTIONS(2171), + [anon_sym_SQUOTE] = ACTIONS(2171), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2255), - [sym_number] = ACTIONS(2255), - [sym_this] = ACTIONS(2257), - [sym_super] = ACTIONS(2257), - [sym_true] = ACTIONS(2257), - [sym_false] = ACTIONS(2257), - [sym_null] = ACTIONS(2257), - [sym_undefined] = ACTIONS(2257), - [anon_sym_AT] = ACTIONS(2255), - [anon_sym_static] = ACTIONS(2257), - [anon_sym_readonly] = ACTIONS(2257), - [anon_sym_get] = ACTIONS(2257), - [anon_sym_set] = ACTIONS(2257), - [anon_sym_declare] = ACTIONS(2257), - [anon_sym_public] = ACTIONS(2257), - [anon_sym_private] = ACTIONS(2257), - [anon_sym_protected] = ACTIONS(2257), - [anon_sym_override] = ACTIONS(2257), - [anon_sym_module] = ACTIONS(2257), - [anon_sym_any] = ACTIONS(2257), - [anon_sym_number] = ACTIONS(2257), - [anon_sym_boolean] = ACTIONS(2257), - [anon_sym_string] = ACTIONS(2257), - [anon_sym_symbol] = ACTIONS(2257), - [anon_sym_abstract] = ACTIONS(2257), - [anon_sym_interface] = ACTIONS(2257), - [anon_sym_enum] = ACTIONS(2257), + [anon_sym_BQUOTE] = ACTIONS(2171), + [sym_number] = ACTIONS(2171), + [sym_this] = ACTIONS(2173), + [sym_super] = ACTIONS(2173), + [sym_true] = ACTIONS(2173), + [sym_false] = ACTIONS(2173), + [sym_null] = ACTIONS(2173), + [sym_undefined] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_readonly] = ACTIONS(2173), + [anon_sym_get] = ACTIONS(2173), + [anon_sym_set] = ACTIONS(2173), + [anon_sym_declare] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_protected] = ACTIONS(2173), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_module] = ACTIONS(2173), + [anon_sym_any] = ACTIONS(2173), + [anon_sym_number] = ACTIONS(2173), + [anon_sym_boolean] = ACTIONS(2173), + [anon_sym_string] = ACTIONS(2173), + [anon_sym_symbol] = ACTIONS(2173), + [anon_sym_abstract] = ACTIONS(2173), + [anon_sym_interface] = ACTIONS(2173), + [anon_sym_enum] = ACTIONS(2173), }, - [675] = { - [ts_builtin_sym_end] = ACTIONS(2259), - [sym_identifier] = ACTIONS(2261), - [anon_sym_export] = ACTIONS(2261), - [anon_sym_default] = ACTIONS(2261), - [anon_sym_type] = ACTIONS(2261), - [anon_sym_namespace] = ACTIONS(2261), - [anon_sym_LBRACE] = ACTIONS(2259), - [anon_sym_RBRACE] = ACTIONS(2259), - [anon_sym_typeof] = ACTIONS(2261), - [anon_sym_import] = ACTIONS(2261), - [anon_sym_var] = ACTIONS(2261), - [anon_sym_let] = ACTIONS(2261), - [anon_sym_const] = ACTIONS(2261), - [anon_sym_BANG] = ACTIONS(2259), - [anon_sym_else] = ACTIONS(2261), - [anon_sym_if] = ACTIONS(2261), - [anon_sym_switch] = ACTIONS(2261), - [anon_sym_for] = ACTIONS(2261), - [anon_sym_LPAREN] = ACTIONS(2259), - [anon_sym_await] = ACTIONS(2261), - [anon_sym_while] = ACTIONS(2261), - [anon_sym_do] = ACTIONS(2261), - [anon_sym_try] = ACTIONS(2261), - [anon_sym_with] = ACTIONS(2261), - [anon_sym_break] = ACTIONS(2261), - [anon_sym_continue] = ACTIONS(2261), - [anon_sym_debugger] = ACTIONS(2261), - [anon_sym_return] = ACTIONS(2261), - [anon_sym_throw] = ACTIONS(2261), - [anon_sym_SEMI] = ACTIONS(2259), - [anon_sym_case] = ACTIONS(2261), - [anon_sym_yield] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2259), - [anon_sym_LTtemplate_GT] = ACTIONS(2259), - [anon_sym_LT] = ACTIONS(2261), - [anon_sym_SLASH] = ACTIONS(2261), - [anon_sym_class] = ACTIONS(2261), - [anon_sym_async] = ACTIONS(2261), - [anon_sym_function] = ACTIONS(2261), - [anon_sym_new] = ACTIONS(2261), - [anon_sym_PLUS] = ACTIONS(2261), - [anon_sym_DASH] = ACTIONS(2261), - [anon_sym_TILDE] = ACTIONS(2259), - [anon_sym_void] = ACTIONS(2261), - [anon_sym_delete] = ACTIONS(2261), - [anon_sym_PLUS_PLUS] = ACTIONS(2259), - [anon_sym_DASH_DASH] = ACTIONS(2259), - [anon_sym_DQUOTE] = ACTIONS(2259), - [anon_sym_SQUOTE] = ACTIONS(2259), + [657] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2259), - [sym_number] = ACTIONS(2259), - [sym_this] = ACTIONS(2261), - [sym_super] = ACTIONS(2261), - [sym_true] = ACTIONS(2261), - [sym_false] = ACTIONS(2261), - [sym_null] = ACTIONS(2261), - [sym_undefined] = ACTIONS(2261), - [anon_sym_AT] = ACTIONS(2259), - [anon_sym_static] = ACTIONS(2261), - [anon_sym_readonly] = ACTIONS(2261), - [anon_sym_get] = ACTIONS(2261), - [anon_sym_set] = ACTIONS(2261), - [anon_sym_declare] = ACTIONS(2261), - [anon_sym_public] = ACTIONS(2261), - [anon_sym_private] = ACTIONS(2261), - [anon_sym_protected] = ACTIONS(2261), - [anon_sym_override] = ACTIONS(2261), - [anon_sym_module] = ACTIONS(2261), - [anon_sym_any] = ACTIONS(2261), - [anon_sym_number] = ACTIONS(2261), - [anon_sym_boolean] = ACTIONS(2261), - [anon_sym_string] = ACTIONS(2261), - [anon_sym_symbol] = ACTIONS(2261), - [anon_sym_abstract] = ACTIONS(2261), - [anon_sym_interface] = ACTIONS(2261), - [anon_sym_enum] = ACTIONS(2261), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [676] = { - [ts_builtin_sym_end] = ACTIONS(2263), - [sym_identifier] = ACTIONS(2265), - [anon_sym_export] = ACTIONS(2265), - [anon_sym_default] = ACTIONS(2265), - [anon_sym_type] = ACTIONS(2265), - [anon_sym_namespace] = ACTIONS(2265), - [anon_sym_LBRACE] = ACTIONS(2263), - [anon_sym_RBRACE] = ACTIONS(2263), - [anon_sym_typeof] = ACTIONS(2265), - [anon_sym_import] = ACTIONS(2265), - [anon_sym_var] = ACTIONS(2265), - [anon_sym_let] = ACTIONS(2265), - [anon_sym_const] = ACTIONS(2265), - [anon_sym_BANG] = ACTIONS(2263), - [anon_sym_else] = ACTIONS(2265), - [anon_sym_if] = ACTIONS(2265), - [anon_sym_switch] = ACTIONS(2265), - [anon_sym_for] = ACTIONS(2265), - [anon_sym_LPAREN] = ACTIONS(2263), - [anon_sym_await] = ACTIONS(2265), - [anon_sym_while] = ACTIONS(2265), - [anon_sym_do] = ACTIONS(2265), - [anon_sym_try] = ACTIONS(2265), - [anon_sym_with] = ACTIONS(2265), - [anon_sym_break] = ACTIONS(2265), - [anon_sym_continue] = ACTIONS(2265), - [anon_sym_debugger] = ACTIONS(2265), - [anon_sym_return] = ACTIONS(2265), - [anon_sym_throw] = ACTIONS(2265), - [anon_sym_SEMI] = ACTIONS(2263), - [anon_sym_case] = ACTIONS(2265), - [anon_sym_yield] = ACTIONS(2265), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_LTtemplate_GT] = ACTIONS(2263), - [anon_sym_LT] = ACTIONS(2265), - [anon_sym_SLASH] = ACTIONS(2265), - [anon_sym_class] = ACTIONS(2265), - [anon_sym_async] = ACTIONS(2265), - [anon_sym_function] = ACTIONS(2265), - [anon_sym_new] = ACTIONS(2265), - [anon_sym_PLUS] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2265), - [anon_sym_TILDE] = ACTIONS(2263), - [anon_sym_void] = ACTIONS(2265), - [anon_sym_delete] = ACTIONS(2265), - [anon_sym_PLUS_PLUS] = ACTIONS(2263), - [anon_sym_DASH_DASH] = ACTIONS(2263), - [anon_sym_DQUOTE] = ACTIONS(2263), - [anon_sym_SQUOTE] = ACTIONS(2263), + [658] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [659] = { + [ts_builtin_sym_end] = ACTIONS(2175), + [sym_identifier] = ACTIONS(2177), + [anon_sym_export] = ACTIONS(2177), + [anon_sym_default] = ACTIONS(2177), + [anon_sym_type] = ACTIONS(2177), + [anon_sym_namespace] = ACTIONS(2177), + [anon_sym_LBRACE] = ACTIONS(2175), + [anon_sym_RBRACE] = ACTIONS(2175), + [anon_sym_typeof] = ACTIONS(2177), + [anon_sym_import] = ACTIONS(2177), + [anon_sym_var] = ACTIONS(2177), + [anon_sym_let] = ACTIONS(2177), + [anon_sym_const] = ACTIONS(2177), + [anon_sym_BANG] = ACTIONS(2175), + [anon_sym_else] = ACTIONS(2177), + [anon_sym_if] = ACTIONS(2177), + [anon_sym_switch] = ACTIONS(2177), + [anon_sym_for] = ACTIONS(2177), + [anon_sym_LPAREN] = ACTIONS(2175), + [anon_sym_await] = ACTIONS(2177), + [anon_sym_while] = ACTIONS(2177), + [anon_sym_do] = ACTIONS(2177), + [anon_sym_try] = ACTIONS(2177), + [anon_sym_with] = ACTIONS(2177), + [anon_sym_break] = ACTIONS(2177), + [anon_sym_continue] = ACTIONS(2177), + [anon_sym_debugger] = ACTIONS(2177), + [anon_sym_return] = ACTIONS(2177), + [anon_sym_throw] = ACTIONS(2177), + [anon_sym_SEMI] = ACTIONS(2175), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_yield] = ACTIONS(2177), + [anon_sym_LBRACK] = ACTIONS(2175), + [anon_sym_LTtemplate_GT] = ACTIONS(2175), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_async] = ACTIONS(2177), + [anon_sym_function] = ACTIONS(2177), + [anon_sym_new] = ACTIONS(2177), + [anon_sym_PLUS] = ACTIONS(2177), + [anon_sym_DASH] = ACTIONS(2177), + [anon_sym_SLASH] = ACTIONS(2177), + [anon_sym_LT] = ACTIONS(2177), + [anon_sym_TILDE] = ACTIONS(2175), + [anon_sym_void] = ACTIONS(2177), + [anon_sym_delete] = ACTIONS(2177), + [anon_sym_PLUS_PLUS] = ACTIONS(2175), + [anon_sym_DASH_DASH] = ACTIONS(2177), + [anon_sym_DQUOTE] = ACTIONS(2175), + [anon_sym_SQUOTE] = ACTIONS(2175), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2263), - [sym_number] = ACTIONS(2263), - [sym_this] = ACTIONS(2265), - [sym_super] = ACTIONS(2265), - [sym_true] = ACTIONS(2265), - [sym_false] = ACTIONS(2265), - [sym_null] = ACTIONS(2265), - [sym_undefined] = ACTIONS(2265), - [anon_sym_AT] = ACTIONS(2263), - [anon_sym_static] = ACTIONS(2265), - [anon_sym_readonly] = ACTIONS(2265), - [anon_sym_get] = ACTIONS(2265), - [anon_sym_set] = ACTIONS(2265), - [anon_sym_declare] = ACTIONS(2265), - [anon_sym_public] = ACTIONS(2265), - [anon_sym_private] = ACTIONS(2265), - [anon_sym_protected] = ACTIONS(2265), - [anon_sym_override] = ACTIONS(2265), - [anon_sym_module] = ACTIONS(2265), - [anon_sym_any] = ACTIONS(2265), - [anon_sym_number] = ACTIONS(2265), - [anon_sym_boolean] = ACTIONS(2265), - [anon_sym_string] = ACTIONS(2265), - [anon_sym_symbol] = ACTIONS(2265), - [anon_sym_abstract] = ACTIONS(2265), - [anon_sym_interface] = ACTIONS(2265), - [anon_sym_enum] = ACTIONS(2265), + [anon_sym_BQUOTE] = ACTIONS(2175), + [sym_number] = ACTIONS(2175), + [sym_this] = ACTIONS(2177), + [sym_super] = ACTIONS(2177), + [sym_true] = ACTIONS(2177), + [sym_false] = ACTIONS(2177), + [sym_null] = ACTIONS(2177), + [sym_undefined] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_readonly] = ACTIONS(2177), + [anon_sym_get] = ACTIONS(2177), + [anon_sym_set] = ACTIONS(2177), + [anon_sym_declare] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_protected] = ACTIONS(2177), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_module] = ACTIONS(2177), + [anon_sym_any] = ACTIONS(2177), + [anon_sym_number] = ACTIONS(2177), + [anon_sym_boolean] = ACTIONS(2177), + [anon_sym_string] = ACTIONS(2177), + [anon_sym_symbol] = ACTIONS(2177), + [anon_sym_abstract] = ACTIONS(2177), + [anon_sym_interface] = ACTIONS(2177), + [anon_sym_enum] = ACTIONS(2177), }, - [677] = { - [ts_builtin_sym_end] = ACTIONS(2267), - [sym_identifier] = ACTIONS(2269), - [anon_sym_export] = ACTIONS(2269), - [anon_sym_default] = ACTIONS(2269), - [anon_sym_type] = ACTIONS(2269), - [anon_sym_namespace] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2267), - [anon_sym_RBRACE] = ACTIONS(2267), - [anon_sym_typeof] = ACTIONS(2269), - [anon_sym_import] = ACTIONS(2269), - [anon_sym_var] = ACTIONS(2269), - [anon_sym_let] = ACTIONS(2269), - [anon_sym_const] = ACTIONS(2269), - [anon_sym_BANG] = ACTIONS(2267), - [anon_sym_else] = ACTIONS(2269), - [anon_sym_if] = ACTIONS(2269), - [anon_sym_switch] = ACTIONS(2269), - [anon_sym_for] = ACTIONS(2269), - [anon_sym_LPAREN] = ACTIONS(2267), - [anon_sym_await] = ACTIONS(2269), - [anon_sym_while] = ACTIONS(2269), - [anon_sym_do] = ACTIONS(2269), - [anon_sym_try] = ACTIONS(2269), - [anon_sym_with] = ACTIONS(2269), - [anon_sym_break] = ACTIONS(2269), - [anon_sym_continue] = ACTIONS(2269), - [anon_sym_debugger] = ACTIONS(2269), - [anon_sym_return] = ACTIONS(2269), - [anon_sym_throw] = ACTIONS(2269), - [anon_sym_SEMI] = ACTIONS(2267), - [anon_sym_case] = ACTIONS(2269), - [anon_sym_yield] = ACTIONS(2269), - [anon_sym_LBRACK] = ACTIONS(2267), - [anon_sym_LTtemplate_GT] = ACTIONS(2267), - [anon_sym_LT] = ACTIONS(2269), - [anon_sym_SLASH] = ACTIONS(2269), - [anon_sym_class] = ACTIONS(2269), - [anon_sym_async] = ACTIONS(2269), - [anon_sym_function] = ACTIONS(2269), - [anon_sym_new] = ACTIONS(2269), - [anon_sym_PLUS] = ACTIONS(2269), - [anon_sym_DASH] = ACTIONS(2269), - [anon_sym_TILDE] = ACTIONS(2267), - [anon_sym_void] = ACTIONS(2269), - [anon_sym_delete] = ACTIONS(2269), - [anon_sym_PLUS_PLUS] = ACTIONS(2267), - [anon_sym_DASH_DASH] = ACTIONS(2267), - [anon_sym_DQUOTE] = ACTIONS(2267), - [anon_sym_SQUOTE] = ACTIONS(2267), + [660] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [661] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [662] = { + [ts_builtin_sym_end] = ACTIONS(2179), + [sym_identifier] = ACTIONS(2181), + [anon_sym_export] = ACTIONS(2181), + [anon_sym_default] = ACTIONS(2181), + [anon_sym_type] = ACTIONS(2181), + [anon_sym_namespace] = ACTIONS(2181), + [anon_sym_LBRACE] = ACTIONS(2179), + [anon_sym_RBRACE] = ACTIONS(2179), + [anon_sym_typeof] = ACTIONS(2181), + [anon_sym_import] = ACTIONS(2181), + [anon_sym_var] = ACTIONS(2181), + [anon_sym_let] = ACTIONS(2181), + [anon_sym_const] = ACTIONS(2181), + [anon_sym_BANG] = ACTIONS(2179), + [anon_sym_else] = ACTIONS(2181), + [anon_sym_if] = ACTIONS(2181), + [anon_sym_switch] = ACTIONS(2181), + [anon_sym_for] = ACTIONS(2181), + [anon_sym_LPAREN] = ACTIONS(2179), + [anon_sym_await] = ACTIONS(2181), + [anon_sym_while] = ACTIONS(2181), + [anon_sym_do] = ACTIONS(2181), + [anon_sym_try] = ACTIONS(2181), + [anon_sym_with] = ACTIONS(2181), + [anon_sym_break] = ACTIONS(2181), + [anon_sym_continue] = ACTIONS(2181), + [anon_sym_debugger] = ACTIONS(2181), + [anon_sym_return] = ACTIONS(2181), + [anon_sym_throw] = ACTIONS(2181), + [anon_sym_SEMI] = ACTIONS(2179), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_yield] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(2179), + [anon_sym_LTtemplate_GT] = ACTIONS(2179), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_async] = ACTIONS(2181), + [anon_sym_function] = ACTIONS(2181), + [anon_sym_new] = ACTIONS(2181), + [anon_sym_PLUS] = ACTIONS(2181), + [anon_sym_DASH] = ACTIONS(2181), + [anon_sym_SLASH] = ACTIONS(2181), + [anon_sym_LT] = ACTIONS(2181), + [anon_sym_TILDE] = ACTIONS(2179), + [anon_sym_void] = ACTIONS(2181), + [anon_sym_delete] = ACTIONS(2181), + [anon_sym_PLUS_PLUS] = ACTIONS(2179), + [anon_sym_DASH_DASH] = ACTIONS(2181), + [anon_sym_DQUOTE] = ACTIONS(2179), + [anon_sym_SQUOTE] = ACTIONS(2179), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2267), - [sym_number] = ACTIONS(2267), - [sym_this] = ACTIONS(2269), - [sym_super] = ACTIONS(2269), - [sym_true] = ACTIONS(2269), - [sym_false] = ACTIONS(2269), - [sym_null] = ACTIONS(2269), - [sym_undefined] = ACTIONS(2269), - [anon_sym_AT] = ACTIONS(2267), - [anon_sym_static] = ACTIONS(2269), - [anon_sym_readonly] = ACTIONS(2269), - [anon_sym_get] = ACTIONS(2269), - [anon_sym_set] = ACTIONS(2269), - [anon_sym_declare] = ACTIONS(2269), - [anon_sym_public] = ACTIONS(2269), - [anon_sym_private] = ACTIONS(2269), - [anon_sym_protected] = ACTIONS(2269), - [anon_sym_override] = ACTIONS(2269), - [anon_sym_module] = ACTIONS(2269), - [anon_sym_any] = ACTIONS(2269), - [anon_sym_number] = ACTIONS(2269), - [anon_sym_boolean] = ACTIONS(2269), - [anon_sym_string] = ACTIONS(2269), - [anon_sym_symbol] = ACTIONS(2269), - [anon_sym_abstract] = ACTIONS(2269), - [anon_sym_interface] = ACTIONS(2269), - [anon_sym_enum] = ACTIONS(2269), + [anon_sym_BQUOTE] = ACTIONS(2179), + [sym_number] = ACTIONS(2179), + [sym_this] = ACTIONS(2181), + [sym_super] = ACTIONS(2181), + [sym_true] = ACTIONS(2181), + [sym_false] = ACTIONS(2181), + [sym_null] = ACTIONS(2181), + [sym_undefined] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_readonly] = ACTIONS(2181), + [anon_sym_get] = ACTIONS(2181), + [anon_sym_set] = ACTIONS(2181), + [anon_sym_declare] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_protected] = ACTIONS(2181), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_module] = ACTIONS(2181), + [anon_sym_any] = ACTIONS(2181), + [anon_sym_number] = ACTIONS(2181), + [anon_sym_boolean] = ACTIONS(2181), + [anon_sym_string] = ACTIONS(2181), + [anon_sym_symbol] = ACTIONS(2181), + [anon_sym_abstract] = ACTIONS(2181), + [anon_sym_interface] = ACTIONS(2181), + [anon_sym_enum] = ACTIONS(2181), }, - [678] = { - [ts_builtin_sym_end] = ACTIONS(1459), - [sym_identifier] = ACTIONS(1461), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_type] = ACTIONS(1461), - [anon_sym_namespace] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_typeof] = ACTIONS(1461), - [anon_sym_import] = ACTIONS(1461), - [anon_sym_var] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_else] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_switch] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_await] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_with] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_debugger] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_throw] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_case] = ACTIONS(1461), - [anon_sym_yield] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LTtemplate_GT] = ACTIONS(1459), - [anon_sym_LT] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_class] = ACTIONS(1461), - [anon_sym_async] = ACTIONS(1461), - [anon_sym_function] = ACTIONS(1461), - [anon_sym_new] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_void] = ACTIONS(1461), - [anon_sym_delete] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1459), - [sym_number] = ACTIONS(1459), - [sym_this] = ACTIONS(1461), - [sym_super] = ACTIONS(1461), - [sym_true] = ACTIONS(1461), - [sym_false] = ACTIONS(1461), - [sym_null] = ACTIONS(1461), - [sym_undefined] = ACTIONS(1461), - [anon_sym_AT] = ACTIONS(1459), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_readonly] = ACTIONS(1461), - [anon_sym_get] = ACTIONS(1461), - [anon_sym_set] = ACTIONS(1461), - [anon_sym_declare] = ACTIONS(1461), - [anon_sym_public] = ACTIONS(1461), - [anon_sym_private] = ACTIONS(1461), - [anon_sym_protected] = ACTIONS(1461), - [anon_sym_override] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_any] = ACTIONS(1461), - [anon_sym_number] = ACTIONS(1461), - [anon_sym_boolean] = ACTIONS(1461), - [anon_sym_string] = ACTIONS(1461), - [anon_sym_symbol] = ACTIONS(1461), - [anon_sym_abstract] = ACTIONS(1461), - [anon_sym_interface] = ACTIONS(1461), - [anon_sym_enum] = ACTIONS(1461), + [663] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), }, - [679] = { - [ts_builtin_sym_end] = ACTIONS(2271), - [sym_identifier] = ACTIONS(2273), - [anon_sym_export] = ACTIONS(2273), - [anon_sym_default] = ACTIONS(2273), - [anon_sym_type] = ACTIONS(2273), - [anon_sym_namespace] = ACTIONS(2273), - [anon_sym_LBRACE] = ACTIONS(2271), - [anon_sym_RBRACE] = ACTIONS(2271), - [anon_sym_typeof] = ACTIONS(2273), - [anon_sym_import] = ACTIONS(2273), - [anon_sym_var] = ACTIONS(2273), - [anon_sym_let] = ACTIONS(2273), - [anon_sym_const] = ACTIONS(2273), - [anon_sym_BANG] = ACTIONS(2271), - [anon_sym_else] = ACTIONS(2273), - [anon_sym_if] = ACTIONS(2273), - [anon_sym_switch] = ACTIONS(2273), - [anon_sym_for] = ACTIONS(2273), - [anon_sym_LPAREN] = ACTIONS(2271), - [anon_sym_await] = ACTIONS(2273), - [anon_sym_while] = ACTIONS(2273), - [anon_sym_do] = ACTIONS(2273), - [anon_sym_try] = ACTIONS(2273), - [anon_sym_with] = ACTIONS(2273), - [anon_sym_break] = ACTIONS(2273), - [anon_sym_continue] = ACTIONS(2273), - [anon_sym_debugger] = ACTIONS(2273), - [anon_sym_return] = ACTIONS(2273), - [anon_sym_throw] = ACTIONS(2273), - [anon_sym_SEMI] = ACTIONS(2271), - [anon_sym_case] = ACTIONS(2273), - [anon_sym_yield] = ACTIONS(2273), - [anon_sym_LBRACK] = ACTIONS(2271), - [anon_sym_LTtemplate_GT] = ACTIONS(2271), - [anon_sym_LT] = ACTIONS(2273), - [anon_sym_SLASH] = ACTIONS(2273), - [anon_sym_class] = ACTIONS(2273), - [anon_sym_async] = ACTIONS(2273), - [anon_sym_function] = ACTIONS(2273), - [anon_sym_new] = ACTIONS(2273), - [anon_sym_PLUS] = ACTIONS(2273), - [anon_sym_DASH] = ACTIONS(2273), - [anon_sym_TILDE] = ACTIONS(2271), - [anon_sym_void] = ACTIONS(2273), - [anon_sym_delete] = ACTIONS(2273), - [anon_sym_PLUS_PLUS] = ACTIONS(2271), - [anon_sym_DASH_DASH] = ACTIONS(2271), - [anon_sym_DQUOTE] = ACTIONS(2271), - [anon_sym_SQUOTE] = ACTIONS(2271), + [664] = { + [ts_builtin_sym_end] = ACTIONS(2183), + [sym_identifier] = ACTIONS(2185), + [anon_sym_export] = ACTIONS(2185), + [anon_sym_default] = ACTIONS(2185), + [anon_sym_type] = ACTIONS(2185), + [anon_sym_namespace] = ACTIONS(2185), + [anon_sym_LBRACE] = ACTIONS(2183), + [anon_sym_RBRACE] = ACTIONS(2183), + [anon_sym_typeof] = ACTIONS(2185), + [anon_sym_import] = ACTIONS(2185), + [anon_sym_var] = ACTIONS(2185), + [anon_sym_let] = ACTIONS(2185), + [anon_sym_const] = ACTIONS(2185), + [anon_sym_BANG] = ACTIONS(2183), + [anon_sym_else] = ACTIONS(2185), + [anon_sym_if] = ACTIONS(2185), + [anon_sym_switch] = ACTIONS(2185), + [anon_sym_for] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2183), + [anon_sym_await] = ACTIONS(2185), + [anon_sym_while] = ACTIONS(2185), + [anon_sym_do] = ACTIONS(2185), + [anon_sym_try] = ACTIONS(2185), + [anon_sym_with] = ACTIONS(2185), + [anon_sym_break] = ACTIONS(2185), + [anon_sym_continue] = ACTIONS(2185), + [anon_sym_debugger] = ACTIONS(2185), + [anon_sym_return] = ACTIONS(2185), + [anon_sym_throw] = ACTIONS(2185), + [anon_sym_SEMI] = ACTIONS(2183), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_yield] = ACTIONS(2185), + [anon_sym_LBRACK] = ACTIONS(2183), + [anon_sym_LTtemplate_GT] = ACTIONS(2183), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_async] = ACTIONS(2185), + [anon_sym_function] = ACTIONS(2185), + [anon_sym_new] = ACTIONS(2185), + [anon_sym_PLUS] = ACTIONS(2185), + [anon_sym_DASH] = ACTIONS(2185), + [anon_sym_SLASH] = ACTIONS(2185), + [anon_sym_LT] = ACTIONS(2185), + [anon_sym_TILDE] = ACTIONS(2183), + [anon_sym_void] = ACTIONS(2185), + [anon_sym_delete] = ACTIONS(2185), + [anon_sym_PLUS_PLUS] = ACTIONS(2183), + [anon_sym_DASH_DASH] = ACTIONS(2185), + [anon_sym_DQUOTE] = ACTIONS(2183), + [anon_sym_SQUOTE] = ACTIONS(2183), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2271), - [sym_number] = ACTIONS(2271), - [sym_this] = ACTIONS(2273), - [sym_super] = ACTIONS(2273), - [sym_true] = ACTIONS(2273), - [sym_false] = ACTIONS(2273), - [sym_null] = ACTIONS(2273), - [sym_undefined] = ACTIONS(2273), - [anon_sym_AT] = ACTIONS(2271), - [anon_sym_static] = ACTIONS(2273), - [anon_sym_readonly] = ACTIONS(2273), - [anon_sym_get] = ACTIONS(2273), - [anon_sym_set] = ACTIONS(2273), - [anon_sym_declare] = ACTIONS(2273), - [anon_sym_public] = ACTIONS(2273), - [anon_sym_private] = ACTIONS(2273), - [anon_sym_protected] = ACTIONS(2273), - [anon_sym_override] = ACTIONS(2273), - [anon_sym_module] = ACTIONS(2273), - [anon_sym_any] = ACTIONS(2273), - [anon_sym_number] = ACTIONS(2273), - [anon_sym_boolean] = ACTIONS(2273), - [anon_sym_string] = ACTIONS(2273), - [anon_sym_symbol] = ACTIONS(2273), - [anon_sym_abstract] = ACTIONS(2273), - [anon_sym_interface] = ACTIONS(2273), - [anon_sym_enum] = ACTIONS(2273), + [anon_sym_BQUOTE] = ACTIONS(2183), + [sym_number] = ACTIONS(2183), + [sym_this] = ACTIONS(2185), + [sym_super] = ACTIONS(2185), + [sym_true] = ACTIONS(2185), + [sym_false] = ACTIONS(2185), + [sym_null] = ACTIONS(2185), + [sym_undefined] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_readonly] = ACTIONS(2185), + [anon_sym_get] = ACTIONS(2185), + [anon_sym_set] = ACTIONS(2185), + [anon_sym_declare] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_protected] = ACTIONS(2185), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_module] = ACTIONS(2185), + [anon_sym_any] = ACTIONS(2185), + [anon_sym_number] = ACTIONS(2185), + [anon_sym_boolean] = ACTIONS(2185), + [anon_sym_string] = ACTIONS(2185), + [anon_sym_symbol] = ACTIONS(2185), + [anon_sym_abstract] = ACTIONS(2185), + [anon_sym_interface] = ACTIONS(2185), + [anon_sym_enum] = ACTIONS(2185), }, - [680] = { - [ts_builtin_sym_end] = ACTIONS(2275), - [sym_identifier] = ACTIONS(2277), - [anon_sym_export] = ACTIONS(2277), - [anon_sym_default] = ACTIONS(2277), - [anon_sym_type] = ACTIONS(2277), - [anon_sym_namespace] = ACTIONS(2277), - [anon_sym_LBRACE] = ACTIONS(2275), - [anon_sym_RBRACE] = ACTIONS(2275), - [anon_sym_typeof] = ACTIONS(2277), - [anon_sym_import] = ACTIONS(2277), - [anon_sym_var] = ACTIONS(2277), - [anon_sym_let] = ACTIONS(2277), - [anon_sym_const] = ACTIONS(2277), - [anon_sym_BANG] = ACTIONS(2275), - [anon_sym_else] = ACTIONS(2277), - [anon_sym_if] = ACTIONS(2277), - [anon_sym_switch] = ACTIONS(2277), - [anon_sym_for] = ACTIONS(2277), - [anon_sym_LPAREN] = ACTIONS(2275), - [anon_sym_await] = ACTIONS(2277), - [anon_sym_while] = ACTIONS(2277), - [anon_sym_do] = ACTIONS(2277), - [anon_sym_try] = ACTIONS(2277), - [anon_sym_with] = ACTIONS(2277), - [anon_sym_break] = ACTIONS(2277), - [anon_sym_continue] = ACTIONS(2277), - [anon_sym_debugger] = ACTIONS(2277), - [anon_sym_return] = ACTIONS(2277), - [anon_sym_throw] = ACTIONS(2277), - [anon_sym_SEMI] = ACTIONS(2275), - [anon_sym_case] = ACTIONS(2277), - [anon_sym_yield] = ACTIONS(2277), - [anon_sym_LBRACK] = ACTIONS(2275), - [anon_sym_LTtemplate_GT] = ACTIONS(2275), - [anon_sym_LT] = ACTIONS(2277), - [anon_sym_SLASH] = ACTIONS(2277), - [anon_sym_class] = ACTIONS(2277), - [anon_sym_async] = ACTIONS(2277), - [anon_sym_function] = ACTIONS(2277), - [anon_sym_new] = ACTIONS(2277), - [anon_sym_PLUS] = ACTIONS(2277), - [anon_sym_DASH] = ACTIONS(2277), - [anon_sym_TILDE] = ACTIONS(2275), - [anon_sym_void] = ACTIONS(2277), - [anon_sym_delete] = ACTIONS(2277), - [anon_sym_PLUS_PLUS] = ACTIONS(2275), - [anon_sym_DASH_DASH] = ACTIONS(2275), - [anon_sym_DQUOTE] = ACTIONS(2275), - [anon_sym_SQUOTE] = ACTIONS(2275), + [665] = { + [ts_builtin_sym_end] = ACTIONS(2187), + [sym_identifier] = ACTIONS(2189), + [anon_sym_export] = ACTIONS(2189), + [anon_sym_default] = ACTIONS(2189), + [anon_sym_type] = ACTIONS(2189), + [anon_sym_namespace] = ACTIONS(2189), + [anon_sym_LBRACE] = ACTIONS(2187), + [anon_sym_RBRACE] = ACTIONS(2187), + [anon_sym_typeof] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_const] = ACTIONS(2189), + [anon_sym_BANG] = ACTIONS(2187), + [anon_sym_else] = ACTIONS(2189), + [anon_sym_if] = ACTIONS(2189), + [anon_sym_switch] = ACTIONS(2189), + [anon_sym_for] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2187), + [anon_sym_await] = ACTIONS(2189), + [anon_sym_while] = ACTIONS(2189), + [anon_sym_do] = ACTIONS(2189), + [anon_sym_try] = ACTIONS(2189), + [anon_sym_with] = ACTIONS(2189), + [anon_sym_break] = ACTIONS(2189), + [anon_sym_continue] = ACTIONS(2189), + [anon_sym_debugger] = ACTIONS(2189), + [anon_sym_return] = ACTIONS(2189), + [anon_sym_throw] = ACTIONS(2189), + [anon_sym_SEMI] = ACTIONS(2187), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_yield] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2187), + [anon_sym_LTtemplate_GT] = ACTIONS(2187), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_function] = ACTIONS(2189), + [anon_sym_new] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2189), + [anon_sym_DASH] = ACTIONS(2189), + [anon_sym_SLASH] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2189), + [anon_sym_TILDE] = ACTIONS(2187), + [anon_sym_void] = ACTIONS(2189), + [anon_sym_delete] = ACTIONS(2189), + [anon_sym_PLUS_PLUS] = ACTIONS(2187), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_DQUOTE] = ACTIONS(2187), + [anon_sym_SQUOTE] = ACTIONS(2187), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2275), - [sym_number] = ACTIONS(2275), - [sym_this] = ACTIONS(2277), - [sym_super] = ACTIONS(2277), - [sym_true] = ACTIONS(2277), - [sym_false] = ACTIONS(2277), - [sym_null] = ACTIONS(2277), - [sym_undefined] = ACTIONS(2277), - [anon_sym_AT] = ACTIONS(2275), - [anon_sym_static] = ACTIONS(2277), - [anon_sym_readonly] = ACTIONS(2277), - [anon_sym_get] = ACTIONS(2277), - [anon_sym_set] = ACTIONS(2277), - [anon_sym_declare] = ACTIONS(2277), - [anon_sym_public] = ACTIONS(2277), - [anon_sym_private] = ACTIONS(2277), - [anon_sym_protected] = ACTIONS(2277), - [anon_sym_override] = ACTIONS(2277), - [anon_sym_module] = ACTIONS(2277), - [anon_sym_any] = ACTIONS(2277), - [anon_sym_number] = ACTIONS(2277), - [anon_sym_boolean] = ACTIONS(2277), - [anon_sym_string] = ACTIONS(2277), - [anon_sym_symbol] = ACTIONS(2277), - [anon_sym_abstract] = ACTIONS(2277), - [anon_sym_interface] = ACTIONS(2277), - [anon_sym_enum] = ACTIONS(2277), + [anon_sym_BQUOTE] = ACTIONS(2187), + [sym_number] = ACTIONS(2187), + [sym_this] = ACTIONS(2189), + [sym_super] = ACTIONS(2189), + [sym_true] = ACTIONS(2189), + [sym_false] = ACTIONS(2189), + [sym_null] = ACTIONS(2189), + [sym_undefined] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_readonly] = ACTIONS(2189), + [anon_sym_get] = ACTIONS(2189), + [anon_sym_set] = ACTIONS(2189), + [anon_sym_declare] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_protected] = ACTIONS(2189), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_module] = ACTIONS(2189), + [anon_sym_any] = ACTIONS(2189), + [anon_sym_number] = ACTIONS(2189), + [anon_sym_boolean] = ACTIONS(2189), + [anon_sym_string] = ACTIONS(2189), + [anon_sym_symbol] = ACTIONS(2189), + [anon_sym_abstract] = ACTIONS(2189), + [anon_sym_interface] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), }, - [681] = { - [ts_builtin_sym_end] = ACTIONS(2279), - [sym_identifier] = ACTIONS(2281), - [anon_sym_export] = ACTIONS(2281), - [anon_sym_default] = ACTIONS(2281), - [anon_sym_type] = ACTIONS(2281), - [anon_sym_namespace] = ACTIONS(2281), - [anon_sym_LBRACE] = ACTIONS(2279), - [anon_sym_RBRACE] = ACTIONS(2279), - [anon_sym_typeof] = ACTIONS(2281), - [anon_sym_import] = ACTIONS(2281), - [anon_sym_var] = ACTIONS(2281), - [anon_sym_let] = ACTIONS(2281), - [anon_sym_const] = ACTIONS(2281), - [anon_sym_BANG] = ACTIONS(2279), - [anon_sym_else] = ACTIONS(2281), - [anon_sym_if] = ACTIONS(2281), - [anon_sym_switch] = ACTIONS(2281), - [anon_sym_for] = ACTIONS(2281), - [anon_sym_LPAREN] = ACTIONS(2279), - [anon_sym_await] = ACTIONS(2281), - [anon_sym_while] = ACTIONS(2281), - [anon_sym_do] = ACTIONS(2281), - [anon_sym_try] = ACTIONS(2281), - [anon_sym_with] = ACTIONS(2281), - [anon_sym_break] = ACTIONS(2281), - [anon_sym_continue] = ACTIONS(2281), - [anon_sym_debugger] = ACTIONS(2281), - [anon_sym_return] = ACTIONS(2281), - [anon_sym_throw] = ACTIONS(2281), - [anon_sym_SEMI] = ACTIONS(2279), - [anon_sym_case] = ACTIONS(2281), - [anon_sym_yield] = ACTIONS(2281), - [anon_sym_LBRACK] = ACTIONS(2279), - [anon_sym_LTtemplate_GT] = ACTIONS(2279), - [anon_sym_LT] = ACTIONS(2281), - [anon_sym_SLASH] = ACTIONS(2281), - [anon_sym_class] = ACTIONS(2281), - [anon_sym_async] = ACTIONS(2281), - [anon_sym_function] = ACTIONS(2281), - [anon_sym_new] = ACTIONS(2281), - [anon_sym_PLUS] = ACTIONS(2281), - [anon_sym_DASH] = ACTIONS(2281), - [anon_sym_TILDE] = ACTIONS(2279), - [anon_sym_void] = ACTIONS(2281), - [anon_sym_delete] = ACTIONS(2281), - [anon_sym_PLUS_PLUS] = ACTIONS(2279), - [anon_sym_DASH_DASH] = ACTIONS(2279), - [anon_sym_DQUOTE] = ACTIONS(2279), - [anon_sym_SQUOTE] = ACTIONS(2279), + [666] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [667] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [668] = { + [ts_builtin_sym_end] = ACTIONS(2191), + [sym_identifier] = ACTIONS(2193), + [anon_sym_export] = ACTIONS(2193), + [anon_sym_default] = ACTIONS(2193), + [anon_sym_type] = ACTIONS(2193), + [anon_sym_namespace] = ACTIONS(2193), + [anon_sym_LBRACE] = ACTIONS(2191), + [anon_sym_RBRACE] = ACTIONS(2191), + [anon_sym_typeof] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_const] = ACTIONS(2193), + [anon_sym_BANG] = ACTIONS(2191), + [anon_sym_else] = ACTIONS(2193), + [anon_sym_if] = ACTIONS(2193), + [anon_sym_switch] = ACTIONS(2193), + [anon_sym_for] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2191), + [anon_sym_await] = ACTIONS(2193), + [anon_sym_while] = ACTIONS(2193), + [anon_sym_do] = ACTIONS(2193), + [anon_sym_try] = ACTIONS(2193), + [anon_sym_with] = ACTIONS(2193), + [anon_sym_break] = ACTIONS(2193), + [anon_sym_continue] = ACTIONS(2193), + [anon_sym_debugger] = ACTIONS(2193), + [anon_sym_return] = ACTIONS(2193), + [anon_sym_throw] = ACTIONS(2193), + [anon_sym_SEMI] = ACTIONS(2191), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_yield] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2191), + [anon_sym_LTtemplate_GT] = ACTIONS(2191), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_function] = ACTIONS(2193), + [anon_sym_new] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2193), + [anon_sym_DASH] = ACTIONS(2193), + [anon_sym_SLASH] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(2193), + [anon_sym_TILDE] = ACTIONS(2191), + [anon_sym_void] = ACTIONS(2193), + [anon_sym_delete] = ACTIONS(2193), + [anon_sym_PLUS_PLUS] = ACTIONS(2191), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_DQUOTE] = ACTIONS(2191), + [anon_sym_SQUOTE] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2191), + [sym_number] = ACTIONS(2191), + [sym_this] = ACTIONS(2193), + [sym_super] = ACTIONS(2193), + [sym_true] = ACTIONS(2193), + [sym_false] = ACTIONS(2193), + [sym_null] = ACTIONS(2193), + [sym_undefined] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_readonly] = ACTIONS(2193), + [anon_sym_get] = ACTIONS(2193), + [anon_sym_set] = ACTIONS(2193), + [anon_sym_declare] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_protected] = ACTIONS(2193), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_module] = ACTIONS(2193), + [anon_sym_any] = ACTIONS(2193), + [anon_sym_number] = ACTIONS(2193), + [anon_sym_boolean] = ACTIONS(2193), + [anon_sym_string] = ACTIONS(2193), + [anon_sym_symbol] = ACTIONS(2193), + [anon_sym_abstract] = ACTIONS(2193), + [anon_sym_interface] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + }, + [669] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [670] = { + [ts_builtin_sym_end] = ACTIONS(2195), + [sym_identifier] = ACTIONS(2197), + [anon_sym_export] = ACTIONS(2197), + [anon_sym_default] = ACTIONS(2197), + [anon_sym_type] = ACTIONS(2197), + [anon_sym_namespace] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_RBRACE] = ACTIONS(2195), + [anon_sym_typeof] = ACTIONS(2197), + [anon_sym_import] = ACTIONS(2197), + [anon_sym_var] = ACTIONS(2197), + [anon_sym_let] = ACTIONS(2197), + [anon_sym_const] = ACTIONS(2197), + [anon_sym_BANG] = ACTIONS(2195), + [anon_sym_else] = ACTIONS(2197), + [anon_sym_if] = ACTIONS(2197), + [anon_sym_switch] = ACTIONS(2197), + [anon_sym_for] = ACTIONS(2197), + [anon_sym_LPAREN] = ACTIONS(2195), + [anon_sym_await] = ACTIONS(2197), + [anon_sym_while] = ACTIONS(2197), + [anon_sym_do] = ACTIONS(2197), + [anon_sym_try] = ACTIONS(2197), + [anon_sym_with] = ACTIONS(2197), + [anon_sym_break] = ACTIONS(2197), + [anon_sym_continue] = ACTIONS(2197), + [anon_sym_debugger] = ACTIONS(2197), + [anon_sym_return] = ACTIONS(2197), + [anon_sym_throw] = ACTIONS(2197), + [anon_sym_SEMI] = ACTIONS(2195), + [anon_sym_case] = ACTIONS(2197), + [anon_sym_yield] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2195), + [anon_sym_LTtemplate_GT] = ACTIONS(2195), + [anon_sym_class] = ACTIONS(2197), + [anon_sym_async] = ACTIONS(2197), + [anon_sym_function] = ACTIONS(2197), + [anon_sym_new] = ACTIONS(2197), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_TILDE] = ACTIONS(2195), + [anon_sym_void] = ACTIONS(2197), + [anon_sym_delete] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2195), + [anon_sym_DASH_DASH] = ACTIONS(2197), + [anon_sym_DQUOTE] = ACTIONS(2195), + [anon_sym_SQUOTE] = ACTIONS(2195), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2279), - [sym_number] = ACTIONS(2279), - [sym_this] = ACTIONS(2281), - [sym_super] = ACTIONS(2281), - [sym_true] = ACTIONS(2281), - [sym_false] = ACTIONS(2281), - [sym_null] = ACTIONS(2281), - [sym_undefined] = ACTIONS(2281), - [anon_sym_AT] = ACTIONS(2279), - [anon_sym_static] = ACTIONS(2281), - [anon_sym_readonly] = ACTIONS(2281), - [anon_sym_get] = ACTIONS(2281), - [anon_sym_set] = ACTIONS(2281), - [anon_sym_declare] = ACTIONS(2281), - [anon_sym_public] = ACTIONS(2281), - [anon_sym_private] = ACTIONS(2281), - [anon_sym_protected] = ACTIONS(2281), - [anon_sym_override] = ACTIONS(2281), - [anon_sym_module] = ACTIONS(2281), - [anon_sym_any] = ACTIONS(2281), - [anon_sym_number] = ACTIONS(2281), - [anon_sym_boolean] = ACTIONS(2281), - [anon_sym_string] = ACTIONS(2281), - [anon_sym_symbol] = ACTIONS(2281), - [anon_sym_abstract] = ACTIONS(2281), - [anon_sym_interface] = ACTIONS(2281), - [anon_sym_enum] = ACTIONS(2281), + [anon_sym_BQUOTE] = ACTIONS(2195), + [sym_number] = ACTIONS(2195), + [sym_this] = ACTIONS(2197), + [sym_super] = ACTIONS(2197), + [sym_true] = ACTIONS(2197), + [sym_false] = ACTIONS(2197), + [sym_null] = ACTIONS(2197), + [sym_undefined] = ACTIONS(2197), + [anon_sym_AT] = ACTIONS(2195), + [anon_sym_static] = ACTIONS(2197), + [anon_sym_readonly] = ACTIONS(2197), + [anon_sym_get] = ACTIONS(2197), + [anon_sym_set] = ACTIONS(2197), + [anon_sym_declare] = ACTIONS(2197), + [anon_sym_public] = ACTIONS(2197), + [anon_sym_private] = ACTIONS(2197), + [anon_sym_protected] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2197), + [anon_sym_module] = ACTIONS(2197), + [anon_sym_any] = ACTIONS(2197), + [anon_sym_number] = ACTIONS(2197), + [anon_sym_boolean] = ACTIONS(2197), + [anon_sym_string] = ACTIONS(2197), + [anon_sym_symbol] = ACTIONS(2197), + [anon_sym_abstract] = ACTIONS(2197), + [anon_sym_interface] = ACTIONS(2197), + [anon_sym_enum] = ACTIONS(2197), }, - [682] = { - [ts_builtin_sym_end] = ACTIONS(2283), - [sym_identifier] = ACTIONS(2285), - [anon_sym_export] = ACTIONS(2285), - [anon_sym_default] = ACTIONS(2285), - [anon_sym_type] = ACTIONS(2285), - [anon_sym_namespace] = ACTIONS(2285), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_RBRACE] = ACTIONS(2283), - [anon_sym_typeof] = ACTIONS(2285), - [anon_sym_import] = ACTIONS(2285), - [anon_sym_var] = ACTIONS(2285), - [anon_sym_let] = ACTIONS(2285), - [anon_sym_const] = ACTIONS(2285), - [anon_sym_BANG] = ACTIONS(2283), - [anon_sym_else] = ACTIONS(2285), - [anon_sym_if] = ACTIONS(2285), - [anon_sym_switch] = ACTIONS(2285), - [anon_sym_for] = ACTIONS(2285), - [anon_sym_LPAREN] = ACTIONS(2283), - [anon_sym_await] = ACTIONS(2285), - [anon_sym_while] = ACTIONS(2285), - [anon_sym_do] = ACTIONS(2285), - [anon_sym_try] = ACTIONS(2285), - [anon_sym_with] = ACTIONS(2285), - [anon_sym_break] = ACTIONS(2285), - [anon_sym_continue] = ACTIONS(2285), - [anon_sym_debugger] = ACTIONS(2285), - [anon_sym_return] = ACTIONS(2285), - [anon_sym_throw] = ACTIONS(2285), - [anon_sym_SEMI] = ACTIONS(2283), - [anon_sym_case] = ACTIONS(2285), - [anon_sym_yield] = ACTIONS(2285), - [anon_sym_LBRACK] = ACTIONS(2283), - [anon_sym_LTtemplate_GT] = ACTIONS(2283), - [anon_sym_LT] = ACTIONS(2285), - [anon_sym_SLASH] = ACTIONS(2285), - [anon_sym_class] = ACTIONS(2285), - [anon_sym_async] = ACTIONS(2285), - [anon_sym_function] = ACTIONS(2285), - [anon_sym_new] = ACTIONS(2285), - [anon_sym_PLUS] = ACTIONS(2285), - [anon_sym_DASH] = ACTIONS(2285), - [anon_sym_TILDE] = ACTIONS(2283), - [anon_sym_void] = ACTIONS(2285), - [anon_sym_delete] = ACTIONS(2285), - [anon_sym_PLUS_PLUS] = ACTIONS(2283), - [anon_sym_DASH_DASH] = ACTIONS(2283), - [anon_sym_DQUOTE] = ACTIONS(2283), - [anon_sym_SQUOTE] = ACTIONS(2283), + [671] = { + [ts_builtin_sym_end] = ACTIONS(2199), + [sym_identifier] = ACTIONS(2201), + [anon_sym_export] = ACTIONS(2201), + [anon_sym_default] = ACTIONS(2201), + [anon_sym_type] = ACTIONS(2201), + [anon_sym_namespace] = ACTIONS(2201), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_typeof] = ACTIONS(2201), + [anon_sym_import] = ACTIONS(2201), + [anon_sym_var] = ACTIONS(2201), + [anon_sym_let] = ACTIONS(2201), + [anon_sym_const] = ACTIONS(2201), + [anon_sym_BANG] = ACTIONS(2199), + [anon_sym_else] = ACTIONS(2201), + [anon_sym_if] = ACTIONS(2201), + [anon_sym_switch] = ACTIONS(2201), + [anon_sym_for] = ACTIONS(2201), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_await] = ACTIONS(2201), + [anon_sym_while] = ACTIONS(2201), + [anon_sym_do] = ACTIONS(2201), + [anon_sym_try] = ACTIONS(2201), + [anon_sym_with] = ACTIONS(2201), + [anon_sym_break] = ACTIONS(2201), + [anon_sym_continue] = ACTIONS(2201), + [anon_sym_debugger] = ACTIONS(2201), + [anon_sym_return] = ACTIONS(2201), + [anon_sym_throw] = ACTIONS(2201), + [anon_sym_SEMI] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2201), + [anon_sym_yield] = ACTIONS(2201), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_LTtemplate_GT] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2201), + [anon_sym_async] = ACTIONS(2201), + [anon_sym_function] = ACTIONS(2201), + [anon_sym_new] = ACTIONS(2201), + [anon_sym_PLUS] = ACTIONS(2201), + [anon_sym_DASH] = ACTIONS(2201), + [anon_sym_SLASH] = ACTIONS(2201), + [anon_sym_LT] = ACTIONS(2201), + [anon_sym_TILDE] = ACTIONS(2199), + [anon_sym_void] = ACTIONS(2201), + [anon_sym_delete] = ACTIONS(2201), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2201), + [anon_sym_DQUOTE] = ACTIONS(2199), + [anon_sym_SQUOTE] = ACTIONS(2199), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2283), - [sym_number] = ACTIONS(2283), - [sym_this] = ACTIONS(2285), - [sym_super] = ACTIONS(2285), - [sym_true] = ACTIONS(2285), - [sym_false] = ACTIONS(2285), - [sym_null] = ACTIONS(2285), - [sym_undefined] = ACTIONS(2285), - [anon_sym_AT] = ACTIONS(2283), - [anon_sym_static] = ACTIONS(2285), - [anon_sym_readonly] = ACTIONS(2285), - [anon_sym_get] = ACTIONS(2285), - [anon_sym_set] = ACTIONS(2285), - [anon_sym_declare] = ACTIONS(2285), - [anon_sym_public] = ACTIONS(2285), - [anon_sym_private] = ACTIONS(2285), - [anon_sym_protected] = ACTIONS(2285), - [anon_sym_override] = ACTIONS(2285), - [anon_sym_module] = ACTIONS(2285), - [anon_sym_any] = ACTIONS(2285), - [anon_sym_number] = ACTIONS(2285), - [anon_sym_boolean] = ACTIONS(2285), - [anon_sym_string] = ACTIONS(2285), - [anon_sym_symbol] = ACTIONS(2285), - [anon_sym_abstract] = ACTIONS(2285), - [anon_sym_interface] = ACTIONS(2285), - [anon_sym_enum] = ACTIONS(2285), + [anon_sym_BQUOTE] = ACTIONS(2199), + [sym_number] = ACTIONS(2199), + [sym_this] = ACTIONS(2201), + [sym_super] = ACTIONS(2201), + [sym_true] = ACTIONS(2201), + [sym_false] = ACTIONS(2201), + [sym_null] = ACTIONS(2201), + [sym_undefined] = ACTIONS(2201), + [anon_sym_AT] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2201), + [anon_sym_readonly] = ACTIONS(2201), + [anon_sym_get] = ACTIONS(2201), + [anon_sym_set] = ACTIONS(2201), + [anon_sym_declare] = ACTIONS(2201), + [anon_sym_public] = ACTIONS(2201), + [anon_sym_private] = ACTIONS(2201), + [anon_sym_protected] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2201), + [anon_sym_module] = ACTIONS(2201), + [anon_sym_any] = ACTIONS(2201), + [anon_sym_number] = ACTIONS(2201), + [anon_sym_boolean] = ACTIONS(2201), + [anon_sym_string] = ACTIONS(2201), + [anon_sym_symbol] = ACTIONS(2201), + [anon_sym_abstract] = ACTIONS(2201), + [anon_sym_interface] = ACTIONS(2201), + [anon_sym_enum] = ACTIONS(2201), }, - [683] = { - [ts_builtin_sym_end] = ACTIONS(2287), - [sym_identifier] = ACTIONS(2289), - [anon_sym_export] = ACTIONS(2289), - [anon_sym_default] = ACTIONS(2289), - [anon_sym_type] = ACTIONS(2289), - [anon_sym_namespace] = ACTIONS(2289), - [anon_sym_LBRACE] = ACTIONS(2287), - [anon_sym_RBRACE] = ACTIONS(2287), - [anon_sym_typeof] = ACTIONS(2289), - [anon_sym_import] = ACTIONS(2289), - [anon_sym_var] = ACTIONS(2289), - [anon_sym_let] = ACTIONS(2289), - [anon_sym_const] = ACTIONS(2289), - [anon_sym_BANG] = ACTIONS(2287), - [anon_sym_else] = ACTIONS(2289), - [anon_sym_if] = ACTIONS(2289), - [anon_sym_switch] = ACTIONS(2289), - [anon_sym_for] = ACTIONS(2289), - [anon_sym_LPAREN] = ACTIONS(2287), - [anon_sym_await] = ACTIONS(2289), - [anon_sym_while] = ACTIONS(2289), - [anon_sym_do] = ACTIONS(2289), - [anon_sym_try] = ACTIONS(2289), - [anon_sym_with] = ACTIONS(2289), - [anon_sym_break] = ACTIONS(2289), - [anon_sym_continue] = ACTIONS(2289), - [anon_sym_debugger] = ACTIONS(2289), - [anon_sym_return] = ACTIONS(2289), - [anon_sym_throw] = ACTIONS(2289), - [anon_sym_SEMI] = ACTIONS(2287), - [anon_sym_case] = ACTIONS(2289), - [anon_sym_yield] = ACTIONS(2289), - [anon_sym_LBRACK] = ACTIONS(2287), - [anon_sym_LTtemplate_GT] = ACTIONS(2287), - [anon_sym_LT] = ACTIONS(2289), - [anon_sym_SLASH] = ACTIONS(2289), - [anon_sym_class] = ACTIONS(2289), - [anon_sym_async] = ACTIONS(2289), - [anon_sym_function] = ACTIONS(2289), - [anon_sym_new] = ACTIONS(2289), - [anon_sym_PLUS] = ACTIONS(2289), - [anon_sym_DASH] = ACTIONS(2289), - [anon_sym_TILDE] = ACTIONS(2287), - [anon_sym_void] = ACTIONS(2289), - [anon_sym_delete] = ACTIONS(2289), - [anon_sym_PLUS_PLUS] = ACTIONS(2287), - [anon_sym_DASH_DASH] = ACTIONS(2287), - [anon_sym_DQUOTE] = ACTIONS(2287), - [anon_sym_SQUOTE] = ACTIONS(2287), + [672] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [673] = { + [ts_builtin_sym_end] = ACTIONS(2203), + [sym_identifier] = ACTIONS(2205), + [anon_sym_export] = ACTIONS(2205), + [anon_sym_default] = ACTIONS(2205), + [anon_sym_type] = ACTIONS(2205), + [anon_sym_namespace] = ACTIONS(2205), + [anon_sym_LBRACE] = ACTIONS(2203), + [anon_sym_RBRACE] = ACTIONS(2203), + [anon_sym_typeof] = ACTIONS(2205), + [anon_sym_import] = ACTIONS(2205), + [anon_sym_var] = ACTIONS(2205), + [anon_sym_let] = ACTIONS(2205), + [anon_sym_const] = ACTIONS(2205), + [anon_sym_BANG] = ACTIONS(2203), + [anon_sym_else] = ACTIONS(2205), + [anon_sym_if] = ACTIONS(2205), + [anon_sym_switch] = ACTIONS(2205), + [anon_sym_for] = ACTIONS(2205), + [anon_sym_LPAREN] = ACTIONS(2203), + [anon_sym_await] = ACTIONS(2205), + [anon_sym_while] = ACTIONS(2205), + [anon_sym_do] = ACTIONS(2205), + [anon_sym_try] = ACTIONS(2205), + [anon_sym_with] = ACTIONS(2205), + [anon_sym_break] = ACTIONS(2205), + [anon_sym_continue] = ACTIONS(2205), + [anon_sym_debugger] = ACTIONS(2205), + [anon_sym_return] = ACTIONS(2205), + [anon_sym_throw] = ACTIONS(2205), + [anon_sym_SEMI] = ACTIONS(2203), + [anon_sym_case] = ACTIONS(2205), + [anon_sym_yield] = ACTIONS(2205), + [anon_sym_LBRACK] = ACTIONS(2203), + [anon_sym_LTtemplate_GT] = ACTIONS(2203), + [anon_sym_class] = ACTIONS(2205), + [anon_sym_async] = ACTIONS(2205), + [anon_sym_function] = ACTIONS(2205), + [anon_sym_new] = ACTIONS(2205), + [anon_sym_PLUS] = ACTIONS(2205), + [anon_sym_DASH] = ACTIONS(2205), + [anon_sym_SLASH] = ACTIONS(2205), + [anon_sym_LT] = ACTIONS(2205), + [anon_sym_TILDE] = ACTIONS(2203), + [anon_sym_void] = ACTIONS(2205), + [anon_sym_delete] = ACTIONS(2205), + [anon_sym_PLUS_PLUS] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2205), + [anon_sym_DQUOTE] = ACTIONS(2203), + [anon_sym_SQUOTE] = ACTIONS(2203), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2287), - [sym_number] = ACTIONS(2287), - [sym_this] = ACTIONS(2289), - [sym_super] = ACTIONS(2289), - [sym_true] = ACTIONS(2289), - [sym_false] = ACTIONS(2289), - [sym_null] = ACTIONS(2289), - [sym_undefined] = ACTIONS(2289), - [anon_sym_AT] = ACTIONS(2287), - [anon_sym_static] = ACTIONS(2289), - [anon_sym_readonly] = ACTIONS(2289), - [anon_sym_get] = ACTIONS(2289), - [anon_sym_set] = ACTIONS(2289), - [anon_sym_declare] = ACTIONS(2289), - [anon_sym_public] = ACTIONS(2289), - [anon_sym_private] = ACTIONS(2289), - [anon_sym_protected] = ACTIONS(2289), - [anon_sym_override] = ACTIONS(2289), - [anon_sym_module] = ACTIONS(2289), - [anon_sym_any] = ACTIONS(2289), - [anon_sym_number] = ACTIONS(2289), - [anon_sym_boolean] = ACTIONS(2289), - [anon_sym_string] = ACTIONS(2289), - [anon_sym_symbol] = ACTIONS(2289), - [anon_sym_abstract] = ACTIONS(2289), - [anon_sym_interface] = ACTIONS(2289), - [anon_sym_enum] = ACTIONS(2289), + [anon_sym_BQUOTE] = ACTIONS(2203), + [sym_number] = ACTIONS(2203), + [sym_this] = ACTIONS(2205), + [sym_super] = ACTIONS(2205), + [sym_true] = ACTIONS(2205), + [sym_false] = ACTIONS(2205), + [sym_null] = ACTIONS(2205), + [sym_undefined] = ACTIONS(2205), + [anon_sym_AT] = ACTIONS(2203), + [anon_sym_static] = ACTIONS(2205), + [anon_sym_readonly] = ACTIONS(2205), + [anon_sym_get] = ACTIONS(2205), + [anon_sym_set] = ACTIONS(2205), + [anon_sym_declare] = ACTIONS(2205), + [anon_sym_public] = ACTIONS(2205), + [anon_sym_private] = ACTIONS(2205), + [anon_sym_protected] = ACTIONS(2205), + [anon_sym_override] = ACTIONS(2205), + [anon_sym_module] = ACTIONS(2205), + [anon_sym_any] = ACTIONS(2205), + [anon_sym_number] = ACTIONS(2205), + [anon_sym_boolean] = ACTIONS(2205), + [anon_sym_string] = ACTIONS(2205), + [anon_sym_symbol] = ACTIONS(2205), + [anon_sym_abstract] = ACTIONS(2205), + [anon_sym_interface] = ACTIONS(2205), + [anon_sym_enum] = ACTIONS(2205), }, - [684] = { - [ts_builtin_sym_end] = ACTIONS(2291), - [sym_identifier] = ACTIONS(2293), - [anon_sym_export] = ACTIONS(2293), - [anon_sym_default] = ACTIONS(2293), - [anon_sym_type] = ACTIONS(2293), - [anon_sym_namespace] = ACTIONS(2293), - [anon_sym_LBRACE] = ACTIONS(2291), - [anon_sym_RBRACE] = ACTIONS(2291), - [anon_sym_typeof] = ACTIONS(2293), - [anon_sym_import] = ACTIONS(2293), - [anon_sym_var] = ACTIONS(2293), - [anon_sym_let] = ACTIONS(2293), - [anon_sym_const] = ACTIONS(2293), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_else] = ACTIONS(2293), - [anon_sym_if] = ACTIONS(2293), - [anon_sym_switch] = ACTIONS(2293), - [anon_sym_for] = ACTIONS(2293), - [anon_sym_LPAREN] = ACTIONS(2291), - [anon_sym_await] = ACTIONS(2293), - [anon_sym_while] = ACTIONS(2293), - [anon_sym_do] = ACTIONS(2293), - [anon_sym_try] = ACTIONS(2293), - [anon_sym_with] = ACTIONS(2293), - [anon_sym_break] = ACTIONS(2293), - [anon_sym_continue] = ACTIONS(2293), - [anon_sym_debugger] = ACTIONS(2293), - [anon_sym_return] = ACTIONS(2293), - [anon_sym_throw] = ACTIONS(2293), - [anon_sym_SEMI] = ACTIONS(2291), - [anon_sym_case] = ACTIONS(2293), - [anon_sym_yield] = ACTIONS(2293), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_LTtemplate_GT] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2293), - [anon_sym_SLASH] = ACTIONS(2293), - [anon_sym_class] = ACTIONS(2293), - [anon_sym_async] = ACTIONS(2293), - [anon_sym_function] = ACTIONS(2293), - [anon_sym_new] = ACTIONS(2293), - [anon_sym_PLUS] = ACTIONS(2293), - [anon_sym_DASH] = ACTIONS(2293), - [anon_sym_TILDE] = ACTIONS(2291), - [anon_sym_void] = ACTIONS(2293), - [anon_sym_delete] = ACTIONS(2293), - [anon_sym_PLUS_PLUS] = ACTIONS(2291), - [anon_sym_DASH_DASH] = ACTIONS(2291), - [anon_sym_DQUOTE] = ACTIONS(2291), - [anon_sym_SQUOTE] = ACTIONS(2291), + [674] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [675] = { + [ts_builtin_sym_end] = ACTIONS(2207), + [sym_identifier] = ACTIONS(2209), + [anon_sym_export] = ACTIONS(2209), + [anon_sym_default] = ACTIONS(2209), + [anon_sym_type] = ACTIONS(2209), + [anon_sym_namespace] = ACTIONS(2209), + [anon_sym_LBRACE] = ACTIONS(2207), + [anon_sym_RBRACE] = ACTIONS(2207), + [anon_sym_typeof] = ACTIONS(2209), + [anon_sym_import] = ACTIONS(2209), + [anon_sym_var] = ACTIONS(2209), + [anon_sym_let] = ACTIONS(2209), + [anon_sym_const] = ACTIONS(2209), + [anon_sym_BANG] = ACTIONS(2207), + [anon_sym_else] = ACTIONS(2209), + [anon_sym_if] = ACTIONS(2209), + [anon_sym_switch] = ACTIONS(2209), + [anon_sym_for] = ACTIONS(2209), + [anon_sym_LPAREN] = ACTIONS(2207), + [anon_sym_await] = ACTIONS(2209), + [anon_sym_while] = ACTIONS(2209), + [anon_sym_do] = ACTIONS(2209), + [anon_sym_try] = ACTIONS(2209), + [anon_sym_with] = ACTIONS(2209), + [anon_sym_break] = ACTIONS(2209), + [anon_sym_continue] = ACTIONS(2209), + [anon_sym_debugger] = ACTIONS(2209), + [anon_sym_return] = ACTIONS(2209), + [anon_sym_throw] = ACTIONS(2209), + [anon_sym_SEMI] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2209), + [anon_sym_yield] = ACTIONS(2209), + [anon_sym_LBRACK] = ACTIONS(2207), + [anon_sym_LTtemplate_GT] = ACTIONS(2207), + [anon_sym_class] = ACTIONS(2209), + [anon_sym_async] = ACTIONS(2209), + [anon_sym_function] = ACTIONS(2209), + [anon_sym_new] = ACTIONS(2209), + [anon_sym_PLUS] = ACTIONS(2209), + [anon_sym_DASH] = ACTIONS(2209), + [anon_sym_SLASH] = ACTIONS(2209), + [anon_sym_LT] = ACTIONS(2209), + [anon_sym_TILDE] = ACTIONS(2207), + [anon_sym_void] = ACTIONS(2209), + [anon_sym_delete] = ACTIONS(2209), + [anon_sym_PLUS_PLUS] = ACTIONS(2207), + [anon_sym_DASH_DASH] = ACTIONS(2209), + [anon_sym_DQUOTE] = ACTIONS(2207), + [anon_sym_SQUOTE] = ACTIONS(2207), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2291), - [sym_number] = ACTIONS(2291), - [sym_this] = ACTIONS(2293), - [sym_super] = ACTIONS(2293), - [sym_true] = ACTIONS(2293), - [sym_false] = ACTIONS(2293), - [sym_null] = ACTIONS(2293), - [sym_undefined] = ACTIONS(2293), - [anon_sym_AT] = ACTIONS(2291), - [anon_sym_static] = ACTIONS(2293), - [anon_sym_readonly] = ACTIONS(2293), - [anon_sym_get] = ACTIONS(2293), - [anon_sym_set] = ACTIONS(2293), - [anon_sym_declare] = ACTIONS(2293), - [anon_sym_public] = ACTIONS(2293), - [anon_sym_private] = ACTIONS(2293), - [anon_sym_protected] = ACTIONS(2293), - [anon_sym_override] = ACTIONS(2293), - [anon_sym_module] = ACTIONS(2293), - [anon_sym_any] = ACTIONS(2293), - [anon_sym_number] = ACTIONS(2293), - [anon_sym_boolean] = ACTIONS(2293), - [anon_sym_string] = ACTIONS(2293), - [anon_sym_symbol] = ACTIONS(2293), - [anon_sym_abstract] = ACTIONS(2293), - [anon_sym_interface] = ACTIONS(2293), - [anon_sym_enum] = ACTIONS(2293), + [anon_sym_BQUOTE] = ACTIONS(2207), + [sym_number] = ACTIONS(2207), + [sym_this] = ACTIONS(2209), + [sym_super] = ACTIONS(2209), + [sym_true] = ACTIONS(2209), + [sym_false] = ACTIONS(2209), + [sym_null] = ACTIONS(2209), + [sym_undefined] = ACTIONS(2209), + [anon_sym_AT] = ACTIONS(2207), + [anon_sym_static] = ACTIONS(2209), + [anon_sym_readonly] = ACTIONS(2209), + [anon_sym_get] = ACTIONS(2209), + [anon_sym_set] = ACTIONS(2209), + [anon_sym_declare] = ACTIONS(2209), + [anon_sym_public] = ACTIONS(2209), + [anon_sym_private] = ACTIONS(2209), + [anon_sym_protected] = ACTIONS(2209), + [anon_sym_override] = ACTIONS(2209), + [anon_sym_module] = ACTIONS(2209), + [anon_sym_any] = ACTIONS(2209), + [anon_sym_number] = ACTIONS(2209), + [anon_sym_boolean] = ACTIONS(2209), + [anon_sym_string] = ACTIONS(2209), + [anon_sym_symbol] = ACTIONS(2209), + [anon_sym_abstract] = ACTIONS(2209), + [anon_sym_interface] = ACTIONS(2209), + [anon_sym_enum] = ACTIONS(2209), }, - [685] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [676] = { + [ts_builtin_sym_end] = ACTIONS(2211), + [sym_identifier] = ACTIONS(2213), + [anon_sym_export] = ACTIONS(2213), + [anon_sym_default] = ACTIONS(2213), + [anon_sym_type] = ACTIONS(2213), + [anon_sym_namespace] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2211), + [anon_sym_RBRACE] = ACTIONS(2211), + [anon_sym_typeof] = ACTIONS(2213), + [anon_sym_import] = ACTIONS(2213), + [anon_sym_var] = ACTIONS(2213), + [anon_sym_let] = ACTIONS(2213), + [anon_sym_const] = ACTIONS(2213), + [anon_sym_BANG] = ACTIONS(2211), + [anon_sym_else] = ACTIONS(2213), + [anon_sym_if] = ACTIONS(2213), + [anon_sym_switch] = ACTIONS(2213), + [anon_sym_for] = ACTIONS(2213), + [anon_sym_LPAREN] = ACTIONS(2211), + [anon_sym_await] = ACTIONS(2213), + [anon_sym_while] = ACTIONS(2213), + [anon_sym_do] = ACTIONS(2213), + [anon_sym_try] = ACTIONS(2213), + [anon_sym_with] = ACTIONS(2213), + [anon_sym_break] = ACTIONS(2213), + [anon_sym_continue] = ACTIONS(2213), + [anon_sym_debugger] = ACTIONS(2213), + [anon_sym_return] = ACTIONS(2213), + [anon_sym_throw] = ACTIONS(2213), + [anon_sym_SEMI] = ACTIONS(2211), + [anon_sym_case] = ACTIONS(2213), + [anon_sym_yield] = ACTIONS(2213), + [anon_sym_LBRACK] = ACTIONS(2211), + [anon_sym_LTtemplate_GT] = ACTIONS(2211), + [anon_sym_class] = ACTIONS(2213), + [anon_sym_async] = ACTIONS(2213), + [anon_sym_function] = ACTIONS(2213), + [anon_sym_new] = ACTIONS(2213), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_TILDE] = ACTIONS(2211), + [anon_sym_void] = ACTIONS(2213), + [anon_sym_delete] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2211), + [anon_sym_DASH_DASH] = ACTIONS(2213), + [anon_sym_DQUOTE] = ACTIONS(2211), + [anon_sym_SQUOTE] = ACTIONS(2211), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2211), + [sym_number] = ACTIONS(2211), + [sym_this] = ACTIONS(2213), + [sym_super] = ACTIONS(2213), + [sym_true] = ACTIONS(2213), + [sym_false] = ACTIONS(2213), + [sym_null] = ACTIONS(2213), + [sym_undefined] = ACTIONS(2213), + [anon_sym_AT] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2213), + [anon_sym_readonly] = ACTIONS(2213), + [anon_sym_get] = ACTIONS(2213), + [anon_sym_set] = ACTIONS(2213), + [anon_sym_declare] = ACTIONS(2213), + [anon_sym_public] = ACTIONS(2213), + [anon_sym_private] = ACTIONS(2213), + [anon_sym_protected] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2213), + [anon_sym_module] = ACTIONS(2213), + [anon_sym_any] = ACTIONS(2213), + [anon_sym_number] = ACTIONS(2213), + [anon_sym_boolean] = ACTIONS(2213), + [anon_sym_string] = ACTIONS(2213), + [anon_sym_symbol] = ACTIONS(2213), + [anon_sym_abstract] = ACTIONS(2213), + [anon_sym_interface] = ACTIONS(2213), + [anon_sym_enum] = ACTIONS(2213), }, - [686] = { - [ts_builtin_sym_end] = ACTIONS(1471), - [sym_identifier] = ACTIONS(1473), - [anon_sym_export] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_type] = ACTIONS(1473), - [anon_sym_namespace] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_RBRACE] = ACTIONS(1471), - [anon_sym_typeof] = ACTIONS(1473), - [anon_sym_import] = ACTIONS(1473), - [anon_sym_var] = ACTIONS(1473), - [anon_sym_let] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_BANG] = ACTIONS(1471), - [anon_sym_else] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_LPAREN] = ACTIONS(1471), - [anon_sym_await] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_try] = ACTIONS(1473), - [anon_sym_with] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_debugger] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_throw] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1471), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_yield] = ACTIONS(1473), - [anon_sym_LBRACK] = ACTIONS(1471), - [anon_sym_LTtemplate_GT] = ACTIONS(1471), - [anon_sym_LT] = ACTIONS(1473), - [anon_sym_SLASH] = ACTIONS(1473), - [anon_sym_class] = ACTIONS(1473), - [anon_sym_async] = ACTIONS(1473), - [anon_sym_function] = ACTIONS(1473), - [anon_sym_new] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_TILDE] = ACTIONS(1471), - [anon_sym_void] = ACTIONS(1473), - [anon_sym_delete] = ACTIONS(1473), - [anon_sym_PLUS_PLUS] = ACTIONS(1471), - [anon_sym_DASH_DASH] = ACTIONS(1471), - [anon_sym_DQUOTE] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1471), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1471), - [sym_number] = ACTIONS(1471), - [sym_this] = ACTIONS(1473), - [sym_super] = ACTIONS(1473), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [sym_null] = ACTIONS(1473), - [sym_undefined] = ACTIONS(1473), - [anon_sym_AT] = ACTIONS(1471), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_get] = ACTIONS(1473), - [anon_sym_set] = ACTIONS(1473), - [anon_sym_declare] = ACTIONS(1473), - [anon_sym_public] = ACTIONS(1473), - [anon_sym_private] = ACTIONS(1473), - [anon_sym_protected] = ACTIONS(1473), - [anon_sym_override] = ACTIONS(1473), - [anon_sym_module] = ACTIONS(1473), - [anon_sym_any] = ACTIONS(1473), - [anon_sym_number] = ACTIONS(1473), - [anon_sym_boolean] = ACTIONS(1473), - [anon_sym_string] = ACTIONS(1473), - [anon_sym_symbol] = ACTIONS(1473), - [anon_sym_abstract] = ACTIONS(1473), - [anon_sym_interface] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), + [677] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), }, - [687] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [678] = { + [ts_builtin_sym_end] = ACTIONS(2215), + [sym_identifier] = ACTIONS(2217), + [anon_sym_export] = ACTIONS(2217), + [anon_sym_default] = ACTIONS(2217), + [anon_sym_type] = ACTIONS(2217), + [anon_sym_namespace] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_typeof] = ACTIONS(2217), + [anon_sym_import] = ACTIONS(2217), + [anon_sym_var] = ACTIONS(2217), + [anon_sym_let] = ACTIONS(2217), + [anon_sym_const] = ACTIONS(2217), + [anon_sym_BANG] = ACTIONS(2215), + [anon_sym_else] = ACTIONS(2217), + [anon_sym_if] = ACTIONS(2217), + [anon_sym_switch] = ACTIONS(2217), + [anon_sym_for] = ACTIONS(2217), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_await] = ACTIONS(2217), + [anon_sym_while] = ACTIONS(2217), + [anon_sym_do] = ACTIONS(2217), + [anon_sym_try] = ACTIONS(2217), + [anon_sym_with] = ACTIONS(2217), + [anon_sym_break] = ACTIONS(2217), + [anon_sym_continue] = ACTIONS(2217), + [anon_sym_debugger] = ACTIONS(2217), + [anon_sym_return] = ACTIONS(2217), + [anon_sym_throw] = ACTIONS(2217), + [anon_sym_SEMI] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2217), + [anon_sym_yield] = ACTIONS(2217), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_LTtemplate_GT] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2217), + [anon_sym_async] = ACTIONS(2217), + [anon_sym_function] = ACTIONS(2217), + [anon_sym_new] = ACTIONS(2217), + [anon_sym_PLUS] = ACTIONS(2217), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_SLASH] = ACTIONS(2217), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_TILDE] = ACTIONS(2215), + [anon_sym_void] = ACTIONS(2217), + [anon_sym_delete] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2217), + [anon_sym_DQUOTE] = ACTIONS(2215), + [anon_sym_SQUOTE] = ACTIONS(2215), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2215), + [sym_number] = ACTIONS(2215), + [sym_this] = ACTIONS(2217), + [sym_super] = ACTIONS(2217), + [sym_true] = ACTIONS(2217), + [sym_false] = ACTIONS(2217), + [sym_null] = ACTIONS(2217), + [sym_undefined] = ACTIONS(2217), + [anon_sym_AT] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2217), + [anon_sym_readonly] = ACTIONS(2217), + [anon_sym_get] = ACTIONS(2217), + [anon_sym_set] = ACTIONS(2217), + [anon_sym_declare] = ACTIONS(2217), + [anon_sym_public] = ACTIONS(2217), + [anon_sym_private] = ACTIONS(2217), + [anon_sym_protected] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2217), + [anon_sym_module] = ACTIONS(2217), + [anon_sym_any] = ACTIONS(2217), + [anon_sym_number] = ACTIONS(2217), + [anon_sym_boolean] = ACTIONS(2217), + [anon_sym_string] = ACTIONS(2217), + [anon_sym_symbol] = ACTIONS(2217), + [anon_sym_abstract] = ACTIONS(2217), + [anon_sym_interface] = ACTIONS(2217), + [anon_sym_enum] = ACTIONS(2217), }, - [688] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [679] = { + [ts_builtin_sym_end] = ACTIONS(2219), + [sym_identifier] = ACTIONS(2221), + [anon_sym_export] = ACTIONS(2221), + [anon_sym_default] = ACTIONS(2221), + [anon_sym_type] = ACTIONS(2221), + [anon_sym_namespace] = ACTIONS(2221), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_typeof] = ACTIONS(2221), + [anon_sym_import] = ACTIONS(2221), + [anon_sym_var] = ACTIONS(2221), + [anon_sym_let] = ACTIONS(2221), + [anon_sym_const] = ACTIONS(2221), + [anon_sym_BANG] = ACTIONS(2219), + [anon_sym_else] = ACTIONS(2221), + [anon_sym_if] = ACTIONS(2221), + [anon_sym_switch] = ACTIONS(2221), + [anon_sym_for] = ACTIONS(2221), + [anon_sym_LPAREN] = ACTIONS(2219), + [anon_sym_await] = ACTIONS(2221), + [anon_sym_while] = ACTIONS(2221), + [anon_sym_do] = ACTIONS(2221), + [anon_sym_try] = ACTIONS(2221), + [anon_sym_with] = ACTIONS(2221), + [anon_sym_break] = ACTIONS(2221), + [anon_sym_continue] = ACTIONS(2221), + [anon_sym_debugger] = ACTIONS(2221), + [anon_sym_return] = ACTIONS(2221), + [anon_sym_throw] = ACTIONS(2221), + [anon_sym_SEMI] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2221), + [anon_sym_yield] = ACTIONS(2221), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_LTtemplate_GT] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2221), + [anon_sym_async] = ACTIONS(2221), + [anon_sym_function] = ACTIONS(2221), + [anon_sym_new] = ACTIONS(2221), + [anon_sym_PLUS] = ACTIONS(2221), + [anon_sym_DASH] = ACTIONS(2221), + [anon_sym_SLASH] = ACTIONS(2221), + [anon_sym_LT] = ACTIONS(2221), + [anon_sym_TILDE] = ACTIONS(2219), + [anon_sym_void] = ACTIONS(2221), + [anon_sym_delete] = ACTIONS(2221), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_DASH_DASH] = ACTIONS(2221), + [anon_sym_DQUOTE] = ACTIONS(2219), + [anon_sym_SQUOTE] = ACTIONS(2219), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2219), + [sym_number] = ACTIONS(2219), + [sym_this] = ACTIONS(2221), + [sym_super] = ACTIONS(2221), + [sym_true] = ACTIONS(2221), + [sym_false] = ACTIONS(2221), + [sym_null] = ACTIONS(2221), + [sym_undefined] = ACTIONS(2221), + [anon_sym_AT] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2221), + [anon_sym_readonly] = ACTIONS(2221), + [anon_sym_get] = ACTIONS(2221), + [anon_sym_set] = ACTIONS(2221), + [anon_sym_declare] = ACTIONS(2221), + [anon_sym_public] = ACTIONS(2221), + [anon_sym_private] = ACTIONS(2221), + [anon_sym_protected] = ACTIONS(2221), + [anon_sym_override] = ACTIONS(2221), + [anon_sym_module] = ACTIONS(2221), + [anon_sym_any] = ACTIONS(2221), + [anon_sym_number] = ACTIONS(2221), + [anon_sym_boolean] = ACTIONS(2221), + [anon_sym_string] = ACTIONS(2221), + [anon_sym_symbol] = ACTIONS(2221), + [anon_sym_abstract] = ACTIONS(2221), + [anon_sym_interface] = ACTIONS(2221), + [anon_sym_enum] = ACTIONS(2221), + }, + [680] = { + [ts_builtin_sym_end] = ACTIONS(2223), + [sym_identifier] = ACTIONS(2225), + [anon_sym_export] = ACTIONS(2225), + [anon_sym_default] = ACTIONS(2225), + [anon_sym_type] = ACTIONS(2225), + [anon_sym_namespace] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_typeof] = ACTIONS(2225), + [anon_sym_import] = ACTIONS(2225), + [anon_sym_var] = ACTIONS(2225), + [anon_sym_let] = ACTIONS(2225), + [anon_sym_const] = ACTIONS(2225), + [anon_sym_BANG] = ACTIONS(2223), + [anon_sym_else] = ACTIONS(2225), + [anon_sym_if] = ACTIONS(2225), + [anon_sym_switch] = ACTIONS(2225), + [anon_sym_for] = ACTIONS(2225), + [anon_sym_LPAREN] = ACTIONS(2223), + [anon_sym_await] = ACTIONS(2225), + [anon_sym_while] = ACTIONS(2225), + [anon_sym_do] = ACTIONS(2225), + [anon_sym_try] = ACTIONS(2225), + [anon_sym_with] = ACTIONS(2225), + [anon_sym_break] = ACTIONS(2225), + [anon_sym_continue] = ACTIONS(2225), + [anon_sym_debugger] = ACTIONS(2225), + [anon_sym_return] = ACTIONS(2225), + [anon_sym_throw] = ACTIONS(2225), + [anon_sym_SEMI] = ACTIONS(2223), + [anon_sym_case] = ACTIONS(2225), + [anon_sym_yield] = ACTIONS(2225), + [anon_sym_LBRACK] = ACTIONS(2223), + [anon_sym_LTtemplate_GT] = ACTIONS(2223), + [anon_sym_class] = ACTIONS(2225), + [anon_sym_async] = ACTIONS(2225), + [anon_sym_function] = ACTIONS(2225), + [anon_sym_new] = ACTIONS(2225), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_SLASH] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_TILDE] = ACTIONS(2223), + [anon_sym_void] = ACTIONS(2225), + [anon_sym_delete] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2223), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_DQUOTE] = ACTIONS(2223), + [anon_sym_SQUOTE] = ACTIONS(2223), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2223), + [sym_number] = ACTIONS(2223), + [sym_this] = ACTIONS(2225), + [sym_super] = ACTIONS(2225), + [sym_true] = ACTIONS(2225), + [sym_false] = ACTIONS(2225), + [sym_null] = ACTIONS(2225), + [sym_undefined] = ACTIONS(2225), + [anon_sym_AT] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2225), + [anon_sym_readonly] = ACTIONS(2225), + [anon_sym_get] = ACTIONS(2225), + [anon_sym_set] = ACTIONS(2225), + [anon_sym_declare] = ACTIONS(2225), + [anon_sym_public] = ACTIONS(2225), + [anon_sym_private] = ACTIONS(2225), + [anon_sym_protected] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2225), + [anon_sym_module] = ACTIONS(2225), + [anon_sym_any] = ACTIONS(2225), + [anon_sym_number] = ACTIONS(2225), + [anon_sym_boolean] = ACTIONS(2225), + [anon_sym_string] = ACTIONS(2225), + [anon_sym_symbol] = ACTIONS(2225), + [anon_sym_abstract] = ACTIONS(2225), + [anon_sym_interface] = ACTIONS(2225), + [anon_sym_enum] = ACTIONS(2225), }, - [689] = { - [ts_builtin_sym_end] = ACTIONS(2295), - [sym_identifier] = ACTIONS(2297), - [anon_sym_export] = ACTIONS(2297), - [anon_sym_default] = ACTIONS(2297), - [anon_sym_type] = ACTIONS(2297), - [anon_sym_namespace] = ACTIONS(2297), - [anon_sym_LBRACE] = ACTIONS(2295), - [anon_sym_RBRACE] = ACTIONS(2295), - [anon_sym_typeof] = ACTIONS(2297), - [anon_sym_import] = ACTIONS(2297), - [anon_sym_var] = ACTIONS(2297), - [anon_sym_let] = ACTIONS(2297), - [anon_sym_const] = ACTIONS(2297), - [anon_sym_BANG] = ACTIONS(2295), - [anon_sym_else] = ACTIONS(2297), - [anon_sym_if] = ACTIONS(2297), - [anon_sym_switch] = ACTIONS(2297), - [anon_sym_for] = ACTIONS(2297), - [anon_sym_LPAREN] = ACTIONS(2295), - [anon_sym_await] = ACTIONS(2297), - [anon_sym_while] = ACTIONS(2297), - [anon_sym_do] = ACTIONS(2297), - [anon_sym_try] = ACTIONS(2297), - [anon_sym_with] = ACTIONS(2297), - [anon_sym_break] = ACTIONS(2297), - [anon_sym_continue] = ACTIONS(2297), - [anon_sym_debugger] = ACTIONS(2297), - [anon_sym_return] = ACTIONS(2297), - [anon_sym_throw] = ACTIONS(2297), - [anon_sym_SEMI] = ACTIONS(2295), - [anon_sym_case] = ACTIONS(2297), - [anon_sym_yield] = ACTIONS(2297), - [anon_sym_LBRACK] = ACTIONS(2295), - [anon_sym_LTtemplate_GT] = ACTIONS(2295), - [anon_sym_LT] = ACTIONS(2297), - [anon_sym_SLASH] = ACTIONS(2297), - [anon_sym_class] = ACTIONS(2297), - [anon_sym_async] = ACTIONS(2297), - [anon_sym_function] = ACTIONS(2297), - [anon_sym_new] = ACTIONS(2297), - [anon_sym_PLUS] = ACTIONS(2297), - [anon_sym_DASH] = ACTIONS(2297), - [anon_sym_TILDE] = ACTIONS(2295), - [anon_sym_void] = ACTIONS(2297), - [anon_sym_delete] = ACTIONS(2297), - [anon_sym_PLUS_PLUS] = ACTIONS(2295), - [anon_sym_DASH_DASH] = ACTIONS(2295), - [anon_sym_DQUOTE] = ACTIONS(2295), - [anon_sym_SQUOTE] = ACTIONS(2295), + [681] = { + [ts_builtin_sym_end] = ACTIONS(2227), + [sym_identifier] = ACTIONS(2229), + [anon_sym_export] = ACTIONS(2229), + [anon_sym_default] = ACTIONS(2229), + [anon_sym_type] = ACTIONS(2229), + [anon_sym_namespace] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_typeof] = ACTIONS(2229), + [anon_sym_import] = ACTIONS(2229), + [anon_sym_var] = ACTIONS(2229), + [anon_sym_let] = ACTIONS(2229), + [anon_sym_const] = ACTIONS(2229), + [anon_sym_BANG] = ACTIONS(2227), + [anon_sym_else] = ACTIONS(2229), + [anon_sym_if] = ACTIONS(2229), + [anon_sym_switch] = ACTIONS(2229), + [anon_sym_for] = ACTIONS(2229), + [anon_sym_LPAREN] = ACTIONS(2227), + [anon_sym_await] = ACTIONS(2229), + [anon_sym_while] = ACTIONS(2229), + [anon_sym_do] = ACTIONS(2229), + [anon_sym_try] = ACTIONS(2229), + [anon_sym_with] = ACTIONS(2229), + [anon_sym_break] = ACTIONS(2229), + [anon_sym_continue] = ACTIONS(2229), + [anon_sym_debugger] = ACTIONS(2229), + [anon_sym_return] = ACTIONS(2229), + [anon_sym_throw] = ACTIONS(2229), + [anon_sym_SEMI] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2229), + [anon_sym_yield] = ACTIONS(2229), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_LTtemplate_GT] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2229), + [anon_sym_async] = ACTIONS(2229), + [anon_sym_function] = ACTIONS(2229), + [anon_sym_new] = ACTIONS(2229), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_TILDE] = ACTIONS(2227), + [anon_sym_void] = ACTIONS(2229), + [anon_sym_delete] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), + [anon_sym_DASH_DASH] = ACTIONS(2229), + [anon_sym_DQUOTE] = ACTIONS(2227), + [anon_sym_SQUOTE] = ACTIONS(2227), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2295), - [sym_number] = ACTIONS(2295), - [sym_this] = ACTIONS(2297), - [sym_super] = ACTIONS(2297), - [sym_true] = ACTIONS(2297), - [sym_false] = ACTIONS(2297), - [sym_null] = ACTIONS(2297), - [sym_undefined] = ACTIONS(2297), - [anon_sym_AT] = ACTIONS(2295), - [anon_sym_static] = ACTIONS(2297), - [anon_sym_readonly] = ACTIONS(2297), - [anon_sym_get] = ACTIONS(2297), - [anon_sym_set] = ACTIONS(2297), - [anon_sym_declare] = ACTIONS(2297), - [anon_sym_public] = ACTIONS(2297), - [anon_sym_private] = ACTIONS(2297), - [anon_sym_protected] = ACTIONS(2297), - [anon_sym_override] = ACTIONS(2297), - [anon_sym_module] = ACTIONS(2297), - [anon_sym_any] = ACTIONS(2297), - [anon_sym_number] = ACTIONS(2297), - [anon_sym_boolean] = ACTIONS(2297), - [anon_sym_string] = ACTIONS(2297), - [anon_sym_symbol] = ACTIONS(2297), - [anon_sym_abstract] = ACTIONS(2297), - [anon_sym_interface] = ACTIONS(2297), - [anon_sym_enum] = ACTIONS(2297), + [anon_sym_BQUOTE] = ACTIONS(2227), + [sym_number] = ACTIONS(2227), + [sym_this] = ACTIONS(2229), + [sym_super] = ACTIONS(2229), + [sym_true] = ACTIONS(2229), + [sym_false] = ACTIONS(2229), + [sym_null] = ACTIONS(2229), + [sym_undefined] = ACTIONS(2229), + [anon_sym_AT] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2229), + [anon_sym_readonly] = ACTIONS(2229), + [anon_sym_get] = ACTIONS(2229), + [anon_sym_set] = ACTIONS(2229), + [anon_sym_declare] = ACTIONS(2229), + [anon_sym_public] = ACTIONS(2229), + [anon_sym_private] = ACTIONS(2229), + [anon_sym_protected] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2229), + [anon_sym_module] = ACTIONS(2229), + [anon_sym_any] = ACTIONS(2229), + [anon_sym_number] = ACTIONS(2229), + [anon_sym_boolean] = ACTIONS(2229), + [anon_sym_string] = ACTIONS(2229), + [anon_sym_symbol] = ACTIONS(2229), + [anon_sym_abstract] = ACTIONS(2229), + [anon_sym_interface] = ACTIONS(2229), + [anon_sym_enum] = ACTIONS(2229), }, - [690] = { - [ts_builtin_sym_end] = ACTIONS(2299), - [sym_identifier] = ACTIONS(2301), - [anon_sym_export] = ACTIONS(2301), - [anon_sym_default] = ACTIONS(2301), - [anon_sym_type] = ACTIONS(2301), - [anon_sym_namespace] = ACTIONS(2301), - [anon_sym_LBRACE] = ACTIONS(2299), - [anon_sym_RBRACE] = ACTIONS(2299), - [anon_sym_typeof] = ACTIONS(2301), - [anon_sym_import] = ACTIONS(2301), - [anon_sym_var] = ACTIONS(2301), - [anon_sym_let] = ACTIONS(2301), - [anon_sym_const] = ACTIONS(2301), - [anon_sym_BANG] = ACTIONS(2299), - [anon_sym_else] = ACTIONS(2301), - [anon_sym_if] = ACTIONS(2301), - [anon_sym_switch] = ACTIONS(2301), - [anon_sym_for] = ACTIONS(2301), - [anon_sym_LPAREN] = ACTIONS(2299), - [anon_sym_await] = ACTIONS(2301), - [anon_sym_while] = ACTIONS(2301), - [anon_sym_do] = ACTIONS(2301), - [anon_sym_try] = ACTIONS(2301), - [anon_sym_with] = ACTIONS(2301), - [anon_sym_break] = ACTIONS(2301), - [anon_sym_continue] = ACTIONS(2301), - [anon_sym_debugger] = ACTIONS(2301), - [anon_sym_return] = ACTIONS(2301), - [anon_sym_throw] = ACTIONS(2301), - [anon_sym_SEMI] = ACTIONS(2299), - [anon_sym_case] = ACTIONS(2301), - [anon_sym_yield] = ACTIONS(2301), - [anon_sym_LBRACK] = ACTIONS(2299), - [anon_sym_LTtemplate_GT] = ACTIONS(2299), - [anon_sym_LT] = ACTIONS(2301), - [anon_sym_SLASH] = ACTIONS(2301), - [anon_sym_class] = ACTIONS(2301), - [anon_sym_async] = ACTIONS(2301), - [anon_sym_function] = ACTIONS(2301), - [anon_sym_new] = ACTIONS(2301), - [anon_sym_PLUS] = ACTIONS(2301), - [anon_sym_DASH] = ACTIONS(2301), - [anon_sym_TILDE] = ACTIONS(2299), - [anon_sym_void] = ACTIONS(2301), - [anon_sym_delete] = ACTIONS(2301), - [anon_sym_PLUS_PLUS] = ACTIONS(2299), - [anon_sym_DASH_DASH] = ACTIONS(2299), - [anon_sym_DQUOTE] = ACTIONS(2299), - [anon_sym_SQUOTE] = ACTIONS(2299), + [682] = { + [ts_builtin_sym_end] = ACTIONS(2231), + [sym_identifier] = ACTIONS(2233), + [anon_sym_export] = ACTIONS(2233), + [anon_sym_default] = ACTIONS(2233), + [anon_sym_type] = ACTIONS(2233), + [anon_sym_namespace] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_typeof] = ACTIONS(2233), + [anon_sym_import] = ACTIONS(2233), + [anon_sym_var] = ACTIONS(2233), + [anon_sym_let] = ACTIONS(2233), + [anon_sym_const] = ACTIONS(2233), + [anon_sym_BANG] = ACTIONS(2231), + [anon_sym_else] = ACTIONS(2233), + [anon_sym_if] = ACTIONS(2233), + [anon_sym_switch] = ACTIONS(2233), + [anon_sym_for] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_await] = ACTIONS(2233), + [anon_sym_while] = ACTIONS(2233), + [anon_sym_do] = ACTIONS(2233), + [anon_sym_try] = ACTIONS(2233), + [anon_sym_with] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_debugger] = ACTIONS(2233), + [anon_sym_return] = ACTIONS(2233), + [anon_sym_throw] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2233), + [anon_sym_yield] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_LTtemplate_GT] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2233), + [anon_sym_async] = ACTIONS(2233), + [anon_sym_function] = ACTIONS(2233), + [anon_sym_new] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_void] = ACTIONS(2233), + [anon_sym_delete] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2233), + [anon_sym_DQUOTE] = ACTIONS(2231), + [anon_sym_SQUOTE] = ACTIONS(2231), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2299), - [sym_number] = ACTIONS(2299), - [sym_this] = ACTIONS(2301), - [sym_super] = ACTIONS(2301), - [sym_true] = ACTIONS(2301), - [sym_false] = ACTIONS(2301), - [sym_null] = ACTIONS(2301), - [sym_undefined] = ACTIONS(2301), - [anon_sym_AT] = ACTIONS(2299), - [anon_sym_static] = ACTIONS(2301), - [anon_sym_readonly] = ACTIONS(2301), - [anon_sym_get] = ACTIONS(2301), - [anon_sym_set] = ACTIONS(2301), - [anon_sym_declare] = ACTIONS(2301), - [anon_sym_public] = ACTIONS(2301), - [anon_sym_private] = ACTIONS(2301), - [anon_sym_protected] = ACTIONS(2301), - [anon_sym_override] = ACTIONS(2301), - [anon_sym_module] = ACTIONS(2301), - [anon_sym_any] = ACTIONS(2301), - [anon_sym_number] = ACTIONS(2301), - [anon_sym_boolean] = ACTIONS(2301), - [anon_sym_string] = ACTIONS(2301), - [anon_sym_symbol] = ACTIONS(2301), - [anon_sym_abstract] = ACTIONS(2301), - [anon_sym_interface] = ACTIONS(2301), - [anon_sym_enum] = ACTIONS(2301), + [anon_sym_BQUOTE] = ACTIONS(2231), + [sym_number] = ACTIONS(2231), + [sym_this] = ACTIONS(2233), + [sym_super] = ACTIONS(2233), + [sym_true] = ACTIONS(2233), + [sym_false] = ACTIONS(2233), + [sym_null] = ACTIONS(2233), + [sym_undefined] = ACTIONS(2233), + [anon_sym_AT] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2233), + [anon_sym_readonly] = ACTIONS(2233), + [anon_sym_get] = ACTIONS(2233), + [anon_sym_set] = ACTIONS(2233), + [anon_sym_declare] = ACTIONS(2233), + [anon_sym_public] = ACTIONS(2233), + [anon_sym_private] = ACTIONS(2233), + [anon_sym_protected] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2233), + [anon_sym_module] = ACTIONS(2233), + [anon_sym_any] = ACTIONS(2233), + [anon_sym_number] = ACTIONS(2233), + [anon_sym_boolean] = ACTIONS(2233), + [anon_sym_string] = ACTIONS(2233), + [anon_sym_symbol] = ACTIONS(2233), + [anon_sym_abstract] = ACTIONS(2233), + [anon_sym_interface] = ACTIONS(2233), + [anon_sym_enum] = ACTIONS(2233), }, - [691] = { - [ts_builtin_sym_end] = ACTIONS(2303), - [sym_identifier] = ACTIONS(2305), - [anon_sym_export] = ACTIONS(2305), - [anon_sym_default] = ACTIONS(2305), - [anon_sym_type] = ACTIONS(2305), - [anon_sym_namespace] = ACTIONS(2305), - [anon_sym_LBRACE] = ACTIONS(2303), - [anon_sym_RBRACE] = ACTIONS(2303), - [anon_sym_typeof] = ACTIONS(2305), - [anon_sym_import] = ACTIONS(2305), - [anon_sym_var] = ACTIONS(2305), - [anon_sym_let] = ACTIONS(2305), - [anon_sym_const] = ACTIONS(2305), - [anon_sym_BANG] = ACTIONS(2303), - [anon_sym_else] = ACTIONS(2305), - [anon_sym_if] = ACTIONS(2305), - [anon_sym_switch] = ACTIONS(2305), - [anon_sym_for] = ACTIONS(2305), - [anon_sym_LPAREN] = ACTIONS(2303), - [anon_sym_await] = ACTIONS(2305), - [anon_sym_while] = ACTIONS(2305), - [anon_sym_do] = ACTIONS(2305), - [anon_sym_try] = ACTIONS(2305), - [anon_sym_with] = ACTIONS(2305), - [anon_sym_break] = ACTIONS(2305), - [anon_sym_continue] = ACTIONS(2305), - [anon_sym_debugger] = ACTIONS(2305), - [anon_sym_return] = ACTIONS(2305), - [anon_sym_throw] = ACTIONS(2305), - [anon_sym_SEMI] = ACTIONS(2303), - [anon_sym_case] = ACTIONS(2305), - [anon_sym_yield] = ACTIONS(2305), - [anon_sym_LBRACK] = ACTIONS(2303), - [anon_sym_LTtemplate_GT] = ACTIONS(2303), - [anon_sym_LT] = ACTIONS(2305), - [anon_sym_SLASH] = ACTIONS(2305), - [anon_sym_class] = ACTIONS(2305), - [anon_sym_async] = ACTIONS(2305), - [anon_sym_function] = ACTIONS(2305), - [anon_sym_new] = ACTIONS(2305), - [anon_sym_PLUS] = ACTIONS(2305), - [anon_sym_DASH] = ACTIONS(2305), - [anon_sym_TILDE] = ACTIONS(2303), - [anon_sym_void] = ACTIONS(2305), - [anon_sym_delete] = ACTIONS(2305), - [anon_sym_PLUS_PLUS] = ACTIONS(2303), - [anon_sym_DASH_DASH] = ACTIONS(2303), - [anon_sym_DQUOTE] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2303), + [683] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [684] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [685] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [686] = { + [ts_builtin_sym_end] = ACTIONS(2235), + [sym_identifier] = ACTIONS(2237), + [anon_sym_export] = ACTIONS(2237), + [anon_sym_default] = ACTIONS(2237), + [anon_sym_type] = ACTIONS(2237), + [anon_sym_namespace] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_typeof] = ACTIONS(2237), + [anon_sym_import] = ACTIONS(2237), + [anon_sym_var] = ACTIONS(2237), + [anon_sym_let] = ACTIONS(2237), + [anon_sym_const] = ACTIONS(2237), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_else] = ACTIONS(2237), + [anon_sym_if] = ACTIONS(2237), + [anon_sym_switch] = ACTIONS(2237), + [anon_sym_for] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_await] = ACTIONS(2237), + [anon_sym_while] = ACTIONS(2237), + [anon_sym_do] = ACTIONS(2237), + [anon_sym_try] = ACTIONS(2237), + [anon_sym_with] = ACTIONS(2237), + [anon_sym_break] = ACTIONS(2237), + [anon_sym_continue] = ACTIONS(2237), + [anon_sym_debugger] = ACTIONS(2237), + [anon_sym_return] = ACTIONS(2237), + [anon_sym_throw] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2237), + [anon_sym_yield] = ACTIONS(2237), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_LTtemplate_GT] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2237), + [anon_sym_async] = ACTIONS(2237), + [anon_sym_function] = ACTIONS(2237), + [anon_sym_new] = ACTIONS(2237), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_SLASH] = ACTIONS(2237), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_void] = ACTIONS(2237), + [anon_sym_delete] = ACTIONS(2237), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_DASH_DASH] = ACTIONS(2237), + [anon_sym_DQUOTE] = ACTIONS(2235), + [anon_sym_SQUOTE] = ACTIONS(2235), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2235), + [sym_number] = ACTIONS(2235), + [sym_this] = ACTIONS(2237), + [sym_super] = ACTIONS(2237), + [sym_true] = ACTIONS(2237), + [sym_false] = ACTIONS(2237), + [sym_null] = ACTIONS(2237), + [sym_undefined] = ACTIONS(2237), + [anon_sym_AT] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2237), + [anon_sym_readonly] = ACTIONS(2237), + [anon_sym_get] = ACTIONS(2237), + [anon_sym_set] = ACTIONS(2237), + [anon_sym_declare] = ACTIONS(2237), + [anon_sym_public] = ACTIONS(2237), + [anon_sym_private] = ACTIONS(2237), + [anon_sym_protected] = ACTIONS(2237), + [anon_sym_override] = ACTIONS(2237), + [anon_sym_module] = ACTIONS(2237), + [anon_sym_any] = ACTIONS(2237), + [anon_sym_number] = ACTIONS(2237), + [anon_sym_boolean] = ACTIONS(2237), + [anon_sym_string] = ACTIONS(2237), + [anon_sym_symbol] = ACTIONS(2237), + [anon_sym_abstract] = ACTIONS(2237), + [anon_sym_interface] = ACTIONS(2237), + [anon_sym_enum] = ACTIONS(2237), + }, + [687] = { + [ts_builtin_sym_end] = ACTIONS(2239), + [sym_identifier] = ACTIONS(2241), + [anon_sym_export] = ACTIONS(2241), + [anon_sym_default] = ACTIONS(2241), + [anon_sym_type] = ACTIONS(2241), + [anon_sym_namespace] = ACTIONS(2241), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_typeof] = ACTIONS(2241), + [anon_sym_import] = ACTIONS(2241), + [anon_sym_var] = ACTIONS(2241), + [anon_sym_let] = ACTIONS(2241), + [anon_sym_const] = ACTIONS(2241), + [anon_sym_BANG] = ACTIONS(2239), + [anon_sym_else] = ACTIONS(2241), + [anon_sym_if] = ACTIONS(2241), + [anon_sym_switch] = ACTIONS(2241), + [anon_sym_for] = ACTIONS(2241), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_await] = ACTIONS(2241), + [anon_sym_while] = ACTIONS(2241), + [anon_sym_do] = ACTIONS(2241), + [anon_sym_try] = ACTIONS(2241), + [anon_sym_with] = ACTIONS(2241), + [anon_sym_break] = ACTIONS(2241), + [anon_sym_continue] = ACTIONS(2241), + [anon_sym_debugger] = ACTIONS(2241), + [anon_sym_return] = ACTIONS(2241), + [anon_sym_throw] = ACTIONS(2241), + [anon_sym_SEMI] = ACTIONS(2239), + [anon_sym_case] = ACTIONS(2241), + [anon_sym_yield] = ACTIONS(2241), + [anon_sym_LBRACK] = ACTIONS(2239), + [anon_sym_LTtemplate_GT] = ACTIONS(2239), + [anon_sym_class] = ACTIONS(2241), + [anon_sym_async] = ACTIONS(2241), + [anon_sym_function] = ACTIONS(2241), + [anon_sym_new] = ACTIONS(2241), + [anon_sym_PLUS] = ACTIONS(2241), + [anon_sym_DASH] = ACTIONS(2241), + [anon_sym_SLASH] = ACTIONS(2241), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_TILDE] = ACTIONS(2239), + [anon_sym_void] = ACTIONS(2241), + [anon_sym_delete] = ACTIONS(2241), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2241), + [anon_sym_DQUOTE] = ACTIONS(2239), + [anon_sym_SQUOTE] = ACTIONS(2239), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2303), - [sym_number] = ACTIONS(2303), - [sym_this] = ACTIONS(2305), - [sym_super] = ACTIONS(2305), - [sym_true] = ACTIONS(2305), - [sym_false] = ACTIONS(2305), - [sym_null] = ACTIONS(2305), - [sym_undefined] = ACTIONS(2305), - [anon_sym_AT] = ACTIONS(2303), - [anon_sym_static] = ACTIONS(2305), - [anon_sym_readonly] = ACTIONS(2305), - [anon_sym_get] = ACTIONS(2305), - [anon_sym_set] = ACTIONS(2305), - [anon_sym_declare] = ACTIONS(2305), - [anon_sym_public] = ACTIONS(2305), - [anon_sym_private] = ACTIONS(2305), - [anon_sym_protected] = ACTIONS(2305), - [anon_sym_override] = ACTIONS(2305), - [anon_sym_module] = ACTIONS(2305), - [anon_sym_any] = ACTIONS(2305), - [anon_sym_number] = ACTIONS(2305), - [anon_sym_boolean] = ACTIONS(2305), - [anon_sym_string] = ACTIONS(2305), - [anon_sym_symbol] = ACTIONS(2305), - [anon_sym_abstract] = ACTIONS(2305), - [anon_sym_interface] = ACTIONS(2305), - [anon_sym_enum] = ACTIONS(2305), + [anon_sym_BQUOTE] = ACTIONS(2239), + [sym_number] = ACTIONS(2239), + [sym_this] = ACTIONS(2241), + [sym_super] = ACTIONS(2241), + [sym_true] = ACTIONS(2241), + [sym_false] = ACTIONS(2241), + [sym_null] = ACTIONS(2241), + [sym_undefined] = ACTIONS(2241), + [anon_sym_AT] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2241), + [anon_sym_readonly] = ACTIONS(2241), + [anon_sym_get] = ACTIONS(2241), + [anon_sym_set] = ACTIONS(2241), + [anon_sym_declare] = ACTIONS(2241), + [anon_sym_public] = ACTIONS(2241), + [anon_sym_private] = ACTIONS(2241), + [anon_sym_protected] = ACTIONS(2241), + [anon_sym_override] = ACTIONS(2241), + [anon_sym_module] = ACTIONS(2241), + [anon_sym_any] = ACTIONS(2241), + [anon_sym_number] = ACTIONS(2241), + [anon_sym_boolean] = ACTIONS(2241), + [anon_sym_string] = ACTIONS(2241), + [anon_sym_symbol] = ACTIONS(2241), + [anon_sym_abstract] = ACTIONS(2241), + [anon_sym_interface] = ACTIONS(2241), + [anon_sym_enum] = ACTIONS(2241), }, - [692] = { - [ts_builtin_sym_end] = ACTIONS(2307), - [sym_identifier] = ACTIONS(2309), - [anon_sym_export] = ACTIONS(2309), - [anon_sym_default] = ACTIONS(2309), - [anon_sym_type] = ACTIONS(2309), - [anon_sym_namespace] = ACTIONS(2309), - [anon_sym_LBRACE] = ACTIONS(2307), - [anon_sym_RBRACE] = ACTIONS(2307), - [anon_sym_typeof] = ACTIONS(2309), - [anon_sym_import] = ACTIONS(2309), - [anon_sym_var] = ACTIONS(2309), - [anon_sym_let] = ACTIONS(2309), - [anon_sym_const] = ACTIONS(2309), - [anon_sym_BANG] = ACTIONS(2307), - [anon_sym_else] = ACTIONS(2309), - [anon_sym_if] = ACTIONS(2309), - [anon_sym_switch] = ACTIONS(2309), - [anon_sym_for] = ACTIONS(2309), - [anon_sym_LPAREN] = ACTIONS(2307), - [anon_sym_await] = ACTIONS(2309), - [anon_sym_while] = ACTIONS(2309), - [anon_sym_do] = ACTIONS(2309), - [anon_sym_try] = ACTIONS(2309), - [anon_sym_with] = ACTIONS(2309), - [anon_sym_break] = ACTIONS(2309), - [anon_sym_continue] = ACTIONS(2309), - [anon_sym_debugger] = ACTIONS(2309), - [anon_sym_return] = ACTIONS(2309), - [anon_sym_throw] = ACTIONS(2309), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_case] = ACTIONS(2309), - [anon_sym_yield] = ACTIONS(2309), - [anon_sym_LBRACK] = ACTIONS(2307), - [anon_sym_LTtemplate_GT] = ACTIONS(2307), - [anon_sym_LT] = ACTIONS(2309), - [anon_sym_SLASH] = ACTIONS(2309), - [anon_sym_class] = ACTIONS(2309), - [anon_sym_async] = ACTIONS(2309), - [anon_sym_function] = ACTIONS(2309), - [anon_sym_new] = ACTIONS(2309), - [anon_sym_PLUS] = ACTIONS(2309), - [anon_sym_DASH] = ACTIONS(2309), - [anon_sym_TILDE] = ACTIONS(2307), - [anon_sym_void] = ACTIONS(2309), - [anon_sym_delete] = ACTIONS(2309), - [anon_sym_PLUS_PLUS] = ACTIONS(2307), - [anon_sym_DASH_DASH] = ACTIONS(2307), - [anon_sym_DQUOTE] = ACTIONS(2307), - [anon_sym_SQUOTE] = ACTIONS(2307), + [688] = { + [ts_builtin_sym_end] = ACTIONS(2243), + [sym_identifier] = ACTIONS(2245), + [anon_sym_export] = ACTIONS(2245), + [anon_sym_default] = ACTIONS(2245), + [anon_sym_type] = ACTIONS(2245), + [anon_sym_namespace] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2243), + [anon_sym_RBRACE] = ACTIONS(2243), + [anon_sym_typeof] = ACTIONS(2245), + [anon_sym_import] = ACTIONS(2245), + [anon_sym_var] = ACTIONS(2245), + [anon_sym_let] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [anon_sym_BANG] = ACTIONS(2243), + [anon_sym_else] = ACTIONS(2245), + [anon_sym_if] = ACTIONS(2245), + [anon_sym_switch] = ACTIONS(2245), + [anon_sym_for] = ACTIONS(2245), + [anon_sym_LPAREN] = ACTIONS(2243), + [anon_sym_await] = ACTIONS(2245), + [anon_sym_while] = ACTIONS(2245), + [anon_sym_do] = ACTIONS(2245), + [anon_sym_try] = ACTIONS(2245), + [anon_sym_with] = ACTIONS(2245), + [anon_sym_break] = ACTIONS(2245), + [anon_sym_continue] = ACTIONS(2245), + [anon_sym_debugger] = ACTIONS(2245), + [anon_sym_return] = ACTIONS(2245), + [anon_sym_throw] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2243), + [anon_sym_case] = ACTIONS(2245), + [anon_sym_yield] = ACTIONS(2245), + [anon_sym_LBRACK] = ACTIONS(2243), + [anon_sym_LTtemplate_GT] = ACTIONS(2243), + [anon_sym_class] = ACTIONS(2245), + [anon_sym_async] = ACTIONS(2245), + [anon_sym_function] = ACTIONS(2245), + [anon_sym_new] = ACTIONS(2245), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_SLASH] = ACTIONS(2245), + [anon_sym_LT] = ACTIONS(2245), + [anon_sym_TILDE] = ACTIONS(2243), + [anon_sym_void] = ACTIONS(2245), + [anon_sym_delete] = ACTIONS(2245), + [anon_sym_PLUS_PLUS] = ACTIONS(2243), + [anon_sym_DASH_DASH] = ACTIONS(2245), + [anon_sym_DQUOTE] = ACTIONS(2243), + [anon_sym_SQUOTE] = ACTIONS(2243), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2307), - [sym_number] = ACTIONS(2307), - [sym_this] = ACTIONS(2309), - [sym_super] = ACTIONS(2309), - [sym_true] = ACTIONS(2309), - [sym_false] = ACTIONS(2309), - [sym_null] = ACTIONS(2309), - [sym_undefined] = ACTIONS(2309), - [anon_sym_AT] = ACTIONS(2307), - [anon_sym_static] = ACTIONS(2309), - [anon_sym_readonly] = ACTIONS(2309), - [anon_sym_get] = ACTIONS(2309), - [anon_sym_set] = ACTIONS(2309), - [anon_sym_declare] = ACTIONS(2309), - [anon_sym_public] = ACTIONS(2309), - [anon_sym_private] = ACTIONS(2309), - [anon_sym_protected] = ACTIONS(2309), - [anon_sym_override] = ACTIONS(2309), - [anon_sym_module] = ACTIONS(2309), - [anon_sym_any] = ACTIONS(2309), - [anon_sym_number] = ACTIONS(2309), - [anon_sym_boolean] = ACTIONS(2309), - [anon_sym_string] = ACTIONS(2309), - [anon_sym_symbol] = ACTIONS(2309), - [anon_sym_abstract] = ACTIONS(2309), - [anon_sym_interface] = ACTIONS(2309), - [anon_sym_enum] = ACTIONS(2309), + [anon_sym_BQUOTE] = ACTIONS(2243), + [sym_number] = ACTIONS(2243), + [sym_this] = ACTIONS(2245), + [sym_super] = ACTIONS(2245), + [sym_true] = ACTIONS(2245), + [sym_false] = ACTIONS(2245), + [sym_null] = ACTIONS(2245), + [sym_undefined] = ACTIONS(2245), + [anon_sym_AT] = ACTIONS(2243), + [anon_sym_static] = ACTIONS(2245), + [anon_sym_readonly] = ACTIONS(2245), + [anon_sym_get] = ACTIONS(2245), + [anon_sym_set] = ACTIONS(2245), + [anon_sym_declare] = ACTIONS(2245), + [anon_sym_public] = ACTIONS(2245), + [anon_sym_private] = ACTIONS(2245), + [anon_sym_protected] = ACTIONS(2245), + [anon_sym_override] = ACTIONS(2245), + [anon_sym_module] = ACTIONS(2245), + [anon_sym_any] = ACTIONS(2245), + [anon_sym_number] = ACTIONS(2245), + [anon_sym_boolean] = ACTIONS(2245), + [anon_sym_string] = ACTIONS(2245), + [anon_sym_symbol] = ACTIONS(2245), + [anon_sym_abstract] = ACTIONS(2245), + [anon_sym_interface] = ACTIONS(2245), + [anon_sym_enum] = ACTIONS(2245), }, - [693] = { - [ts_builtin_sym_end] = ACTIONS(2311), - [sym_identifier] = ACTIONS(2313), - [anon_sym_export] = ACTIONS(2313), - [anon_sym_default] = ACTIONS(2313), - [anon_sym_type] = ACTIONS(2313), - [anon_sym_namespace] = ACTIONS(2313), - [anon_sym_LBRACE] = ACTIONS(2311), - [anon_sym_RBRACE] = ACTIONS(2311), - [anon_sym_typeof] = ACTIONS(2313), - [anon_sym_import] = ACTIONS(2313), - [anon_sym_var] = ACTIONS(2313), - [anon_sym_let] = ACTIONS(2313), - [anon_sym_const] = ACTIONS(2313), - [anon_sym_BANG] = ACTIONS(2311), - [anon_sym_else] = ACTIONS(2313), - [anon_sym_if] = ACTIONS(2313), - [anon_sym_switch] = ACTIONS(2313), - [anon_sym_for] = ACTIONS(2313), - [anon_sym_LPAREN] = ACTIONS(2311), - [anon_sym_await] = ACTIONS(2313), - [anon_sym_while] = ACTIONS(2313), - [anon_sym_do] = ACTIONS(2313), - [anon_sym_try] = ACTIONS(2313), - [anon_sym_with] = ACTIONS(2313), - [anon_sym_break] = ACTIONS(2313), - [anon_sym_continue] = ACTIONS(2313), - [anon_sym_debugger] = ACTIONS(2313), - [anon_sym_return] = ACTIONS(2313), - [anon_sym_throw] = ACTIONS(2313), - [anon_sym_SEMI] = ACTIONS(2311), - [anon_sym_case] = ACTIONS(2313), - [anon_sym_yield] = ACTIONS(2313), - [anon_sym_LBRACK] = ACTIONS(2311), - [anon_sym_LTtemplate_GT] = ACTIONS(2311), - [anon_sym_LT] = ACTIONS(2313), - [anon_sym_SLASH] = ACTIONS(2313), - [anon_sym_class] = ACTIONS(2313), - [anon_sym_async] = ACTIONS(2313), - [anon_sym_function] = ACTIONS(2313), - [anon_sym_new] = ACTIONS(2313), - [anon_sym_PLUS] = ACTIONS(2313), - [anon_sym_DASH] = ACTIONS(2313), - [anon_sym_TILDE] = ACTIONS(2311), - [anon_sym_void] = ACTIONS(2313), - [anon_sym_delete] = ACTIONS(2313), - [anon_sym_PLUS_PLUS] = ACTIONS(2311), - [anon_sym_DASH_DASH] = ACTIONS(2311), - [anon_sym_DQUOTE] = ACTIONS(2311), - [anon_sym_SQUOTE] = ACTIONS(2311), + [689] = { + [ts_builtin_sym_end] = ACTIONS(2247), + [sym_identifier] = ACTIONS(2249), + [anon_sym_export] = ACTIONS(2249), + [anon_sym_default] = ACTIONS(2249), + [anon_sym_type] = ACTIONS(2249), + [anon_sym_namespace] = ACTIONS(2249), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_typeof] = ACTIONS(2249), + [anon_sym_import] = ACTIONS(2249), + [anon_sym_var] = ACTIONS(2249), + [anon_sym_let] = ACTIONS(2249), + [anon_sym_const] = ACTIONS(2249), + [anon_sym_BANG] = ACTIONS(2247), + [anon_sym_else] = ACTIONS(2249), + [anon_sym_if] = ACTIONS(2249), + [anon_sym_switch] = ACTIONS(2249), + [anon_sym_for] = ACTIONS(2249), + [anon_sym_LPAREN] = ACTIONS(2247), + [anon_sym_await] = ACTIONS(2249), + [anon_sym_while] = ACTIONS(2249), + [anon_sym_do] = ACTIONS(2249), + [anon_sym_try] = ACTIONS(2249), + [anon_sym_with] = ACTIONS(2249), + [anon_sym_break] = ACTIONS(2249), + [anon_sym_continue] = ACTIONS(2249), + [anon_sym_debugger] = ACTIONS(2249), + [anon_sym_return] = ACTIONS(2249), + [anon_sym_throw] = ACTIONS(2249), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2249), + [anon_sym_yield] = ACTIONS(2249), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LTtemplate_GT] = ACTIONS(2247), + [anon_sym_class] = ACTIONS(2249), + [anon_sym_async] = ACTIONS(2249), + [anon_sym_function] = ACTIONS(2249), + [anon_sym_new] = ACTIONS(2249), + [anon_sym_PLUS] = ACTIONS(2249), + [anon_sym_DASH] = ACTIONS(2249), + [anon_sym_SLASH] = ACTIONS(2249), + [anon_sym_LT] = ACTIONS(2249), + [anon_sym_TILDE] = ACTIONS(2247), + [anon_sym_void] = ACTIONS(2249), + [anon_sym_delete] = ACTIONS(2249), + [anon_sym_PLUS_PLUS] = ACTIONS(2247), + [anon_sym_DASH_DASH] = ACTIONS(2249), + [anon_sym_DQUOTE] = ACTIONS(2247), + [anon_sym_SQUOTE] = ACTIONS(2247), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2311), - [sym_number] = ACTIONS(2311), - [sym_this] = ACTIONS(2313), - [sym_super] = ACTIONS(2313), - [sym_true] = ACTIONS(2313), - [sym_false] = ACTIONS(2313), - [sym_null] = ACTIONS(2313), - [sym_undefined] = ACTIONS(2313), - [anon_sym_AT] = ACTIONS(2311), - [anon_sym_static] = ACTIONS(2313), - [anon_sym_readonly] = ACTIONS(2313), - [anon_sym_get] = ACTIONS(2313), - [anon_sym_set] = ACTIONS(2313), - [anon_sym_declare] = ACTIONS(2313), - [anon_sym_public] = ACTIONS(2313), - [anon_sym_private] = ACTIONS(2313), - [anon_sym_protected] = ACTIONS(2313), - [anon_sym_override] = ACTIONS(2313), - [anon_sym_module] = ACTIONS(2313), - [anon_sym_any] = ACTIONS(2313), - [anon_sym_number] = ACTIONS(2313), - [anon_sym_boolean] = ACTIONS(2313), - [anon_sym_string] = ACTIONS(2313), - [anon_sym_symbol] = ACTIONS(2313), - [anon_sym_abstract] = ACTIONS(2313), - [anon_sym_interface] = ACTIONS(2313), - [anon_sym_enum] = ACTIONS(2313), + [anon_sym_BQUOTE] = ACTIONS(2247), + [sym_number] = ACTIONS(2247), + [sym_this] = ACTIONS(2249), + [sym_super] = ACTIONS(2249), + [sym_true] = ACTIONS(2249), + [sym_false] = ACTIONS(2249), + [sym_null] = ACTIONS(2249), + [sym_undefined] = ACTIONS(2249), + [anon_sym_AT] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2249), + [anon_sym_readonly] = ACTIONS(2249), + [anon_sym_get] = ACTIONS(2249), + [anon_sym_set] = ACTIONS(2249), + [anon_sym_declare] = ACTIONS(2249), + [anon_sym_public] = ACTIONS(2249), + [anon_sym_private] = ACTIONS(2249), + [anon_sym_protected] = ACTIONS(2249), + [anon_sym_override] = ACTIONS(2249), + [anon_sym_module] = ACTIONS(2249), + [anon_sym_any] = ACTIONS(2249), + [anon_sym_number] = ACTIONS(2249), + [anon_sym_boolean] = ACTIONS(2249), + [anon_sym_string] = ACTIONS(2249), + [anon_sym_symbol] = ACTIONS(2249), + [anon_sym_abstract] = ACTIONS(2249), + [anon_sym_interface] = ACTIONS(2249), + [anon_sym_enum] = ACTIONS(2249), }, - [694] = { - [ts_builtin_sym_end] = ACTIONS(2315), - [sym_identifier] = ACTIONS(2317), - [anon_sym_export] = ACTIONS(2317), - [anon_sym_default] = ACTIONS(2317), - [anon_sym_type] = ACTIONS(2317), - [anon_sym_namespace] = ACTIONS(2317), - [anon_sym_LBRACE] = ACTIONS(2315), - [anon_sym_RBRACE] = ACTIONS(2315), - [anon_sym_typeof] = ACTIONS(2317), - [anon_sym_import] = ACTIONS(2317), - [anon_sym_var] = ACTIONS(2317), - [anon_sym_let] = ACTIONS(2317), - [anon_sym_const] = ACTIONS(2317), - [anon_sym_BANG] = ACTIONS(2315), - [anon_sym_else] = ACTIONS(2317), - [anon_sym_if] = ACTIONS(2317), - [anon_sym_switch] = ACTIONS(2317), - [anon_sym_for] = ACTIONS(2317), - [anon_sym_LPAREN] = ACTIONS(2315), - [anon_sym_await] = ACTIONS(2317), - [anon_sym_while] = ACTIONS(2317), - [anon_sym_do] = ACTIONS(2317), - [anon_sym_try] = ACTIONS(2317), - [anon_sym_with] = ACTIONS(2317), - [anon_sym_break] = ACTIONS(2317), - [anon_sym_continue] = ACTIONS(2317), - [anon_sym_debugger] = ACTIONS(2317), - [anon_sym_return] = ACTIONS(2317), - [anon_sym_throw] = ACTIONS(2317), - [anon_sym_SEMI] = ACTIONS(2315), - [anon_sym_case] = ACTIONS(2317), - [anon_sym_yield] = ACTIONS(2317), - [anon_sym_LBRACK] = ACTIONS(2315), - [anon_sym_LTtemplate_GT] = ACTIONS(2315), - [anon_sym_LT] = ACTIONS(2317), - [anon_sym_SLASH] = ACTIONS(2317), - [anon_sym_class] = ACTIONS(2317), - [anon_sym_async] = ACTIONS(2317), - [anon_sym_function] = ACTIONS(2317), - [anon_sym_new] = ACTIONS(2317), - [anon_sym_PLUS] = ACTIONS(2317), - [anon_sym_DASH] = ACTIONS(2317), - [anon_sym_TILDE] = ACTIONS(2315), - [anon_sym_void] = ACTIONS(2317), - [anon_sym_delete] = ACTIONS(2317), - [anon_sym_PLUS_PLUS] = ACTIONS(2315), - [anon_sym_DASH_DASH] = ACTIONS(2315), - [anon_sym_DQUOTE] = ACTIONS(2315), - [anon_sym_SQUOTE] = ACTIONS(2315), + [690] = { + [ts_builtin_sym_end] = ACTIONS(2251), + [sym_identifier] = ACTIONS(2253), + [anon_sym_export] = ACTIONS(2253), + [anon_sym_default] = ACTIONS(2253), + [anon_sym_type] = ACTIONS(2253), + [anon_sym_namespace] = ACTIONS(2253), + [anon_sym_LBRACE] = ACTIONS(2251), + [anon_sym_RBRACE] = ACTIONS(2251), + [anon_sym_typeof] = ACTIONS(2253), + [anon_sym_import] = ACTIONS(2253), + [anon_sym_var] = ACTIONS(2253), + [anon_sym_let] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_BANG] = ACTIONS(2251), + [anon_sym_else] = ACTIONS(2253), + [anon_sym_if] = ACTIONS(2253), + [anon_sym_switch] = ACTIONS(2253), + [anon_sym_for] = ACTIONS(2253), + [anon_sym_LPAREN] = ACTIONS(2251), + [anon_sym_await] = ACTIONS(2253), + [anon_sym_while] = ACTIONS(2253), + [anon_sym_do] = ACTIONS(2253), + [anon_sym_try] = ACTIONS(2253), + [anon_sym_with] = ACTIONS(2253), + [anon_sym_break] = ACTIONS(2253), + [anon_sym_continue] = ACTIONS(2253), + [anon_sym_debugger] = ACTIONS(2253), + [anon_sym_return] = ACTIONS(2253), + [anon_sym_throw] = ACTIONS(2253), + [anon_sym_SEMI] = ACTIONS(2251), + [anon_sym_case] = ACTIONS(2253), + [anon_sym_yield] = ACTIONS(2253), + [anon_sym_LBRACK] = ACTIONS(2251), + [anon_sym_LTtemplate_GT] = ACTIONS(2251), + [anon_sym_class] = ACTIONS(2253), + [anon_sym_async] = ACTIONS(2253), + [anon_sym_function] = ACTIONS(2253), + [anon_sym_new] = ACTIONS(2253), + [anon_sym_PLUS] = ACTIONS(2253), + [anon_sym_DASH] = ACTIONS(2253), + [anon_sym_SLASH] = ACTIONS(2253), + [anon_sym_LT] = ACTIONS(2253), + [anon_sym_TILDE] = ACTIONS(2251), + [anon_sym_void] = ACTIONS(2253), + [anon_sym_delete] = ACTIONS(2253), + [anon_sym_PLUS_PLUS] = ACTIONS(2251), + [anon_sym_DASH_DASH] = ACTIONS(2253), + [anon_sym_DQUOTE] = ACTIONS(2251), + [anon_sym_SQUOTE] = ACTIONS(2251), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2315), - [sym_number] = ACTIONS(2315), - [sym_this] = ACTIONS(2317), - [sym_super] = ACTIONS(2317), - [sym_true] = ACTIONS(2317), - [sym_false] = ACTIONS(2317), - [sym_null] = ACTIONS(2317), - [sym_undefined] = ACTIONS(2317), - [anon_sym_AT] = ACTIONS(2315), - [anon_sym_static] = ACTIONS(2317), - [anon_sym_readonly] = ACTIONS(2317), - [anon_sym_get] = ACTIONS(2317), - [anon_sym_set] = ACTIONS(2317), - [anon_sym_declare] = ACTIONS(2317), - [anon_sym_public] = ACTIONS(2317), - [anon_sym_private] = ACTIONS(2317), - [anon_sym_protected] = ACTIONS(2317), - [anon_sym_override] = ACTIONS(2317), - [anon_sym_module] = ACTIONS(2317), - [anon_sym_any] = ACTIONS(2317), - [anon_sym_number] = ACTIONS(2317), - [anon_sym_boolean] = ACTIONS(2317), - [anon_sym_string] = ACTIONS(2317), - [anon_sym_symbol] = ACTIONS(2317), - [anon_sym_abstract] = ACTIONS(2317), - [anon_sym_interface] = ACTIONS(2317), - [anon_sym_enum] = ACTIONS(2317), + [anon_sym_BQUOTE] = ACTIONS(2251), + [sym_number] = ACTIONS(2251), + [sym_this] = ACTIONS(2253), + [sym_super] = ACTIONS(2253), + [sym_true] = ACTIONS(2253), + [sym_false] = ACTIONS(2253), + [sym_null] = ACTIONS(2253), + [sym_undefined] = ACTIONS(2253), + [anon_sym_AT] = ACTIONS(2251), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_readonly] = ACTIONS(2253), + [anon_sym_get] = ACTIONS(2253), + [anon_sym_set] = ACTIONS(2253), + [anon_sym_declare] = ACTIONS(2253), + [anon_sym_public] = ACTIONS(2253), + [anon_sym_private] = ACTIONS(2253), + [anon_sym_protected] = ACTIONS(2253), + [anon_sym_override] = ACTIONS(2253), + [anon_sym_module] = ACTIONS(2253), + [anon_sym_any] = ACTIONS(2253), + [anon_sym_number] = ACTIONS(2253), + [anon_sym_boolean] = ACTIONS(2253), + [anon_sym_string] = ACTIONS(2253), + [anon_sym_symbol] = ACTIONS(2253), + [anon_sym_abstract] = ACTIONS(2253), + [anon_sym_interface] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), }, - [695] = { - [ts_builtin_sym_end] = ACTIONS(2315), - [sym_identifier] = ACTIONS(2317), - [anon_sym_export] = ACTIONS(2317), - [anon_sym_default] = ACTIONS(2317), - [anon_sym_type] = ACTIONS(2317), - [anon_sym_namespace] = ACTIONS(2317), - [anon_sym_LBRACE] = ACTIONS(2315), - [anon_sym_RBRACE] = ACTIONS(2315), - [anon_sym_typeof] = ACTIONS(2317), - [anon_sym_import] = ACTIONS(2317), - [anon_sym_var] = ACTIONS(2317), - [anon_sym_let] = ACTIONS(2317), - [anon_sym_const] = ACTIONS(2317), - [anon_sym_BANG] = ACTIONS(2315), - [anon_sym_else] = ACTIONS(2317), - [anon_sym_if] = ACTIONS(2317), - [anon_sym_switch] = ACTIONS(2317), - [anon_sym_for] = ACTIONS(2317), - [anon_sym_LPAREN] = ACTIONS(2315), - [anon_sym_await] = ACTIONS(2317), - [anon_sym_while] = ACTIONS(2317), - [anon_sym_do] = ACTIONS(2317), - [anon_sym_try] = ACTIONS(2317), - [anon_sym_with] = ACTIONS(2317), - [anon_sym_break] = ACTIONS(2317), - [anon_sym_continue] = ACTIONS(2317), - [anon_sym_debugger] = ACTIONS(2317), - [anon_sym_return] = ACTIONS(2317), - [anon_sym_throw] = ACTIONS(2317), - [anon_sym_SEMI] = ACTIONS(2315), - [anon_sym_case] = ACTIONS(2317), - [anon_sym_yield] = ACTIONS(2317), - [anon_sym_LBRACK] = ACTIONS(2315), - [anon_sym_LTtemplate_GT] = ACTIONS(2315), - [anon_sym_LT] = ACTIONS(2317), - [anon_sym_SLASH] = ACTIONS(2317), - [anon_sym_class] = ACTIONS(2317), - [anon_sym_async] = ACTIONS(2317), - [anon_sym_function] = ACTIONS(2317), - [anon_sym_new] = ACTIONS(2317), - [anon_sym_PLUS] = ACTIONS(2317), - [anon_sym_DASH] = ACTIONS(2317), - [anon_sym_TILDE] = ACTIONS(2315), - [anon_sym_void] = ACTIONS(2317), - [anon_sym_delete] = ACTIONS(2317), - [anon_sym_PLUS_PLUS] = ACTIONS(2315), - [anon_sym_DASH_DASH] = ACTIONS(2315), - [anon_sym_DQUOTE] = ACTIONS(2315), - [anon_sym_SQUOTE] = ACTIONS(2315), + [691] = { + [ts_builtin_sym_end] = ACTIONS(2255), + [sym_identifier] = ACTIONS(2257), + [anon_sym_export] = ACTIONS(2257), + [anon_sym_default] = ACTIONS(2257), + [anon_sym_type] = ACTIONS(2257), + [anon_sym_namespace] = ACTIONS(2257), + [anon_sym_LBRACE] = ACTIONS(2255), + [anon_sym_RBRACE] = ACTIONS(2255), + [anon_sym_typeof] = ACTIONS(2257), + [anon_sym_import] = ACTIONS(2257), + [anon_sym_var] = ACTIONS(2257), + [anon_sym_let] = ACTIONS(2257), + [anon_sym_const] = ACTIONS(2257), + [anon_sym_BANG] = ACTIONS(2255), + [anon_sym_else] = ACTIONS(2257), + [anon_sym_if] = ACTIONS(2257), + [anon_sym_switch] = ACTIONS(2257), + [anon_sym_for] = ACTIONS(2257), + [anon_sym_LPAREN] = ACTIONS(2255), + [anon_sym_await] = ACTIONS(2257), + [anon_sym_while] = ACTIONS(2257), + [anon_sym_do] = ACTIONS(2257), + [anon_sym_try] = ACTIONS(2257), + [anon_sym_with] = ACTIONS(2257), + [anon_sym_break] = ACTIONS(2257), + [anon_sym_continue] = ACTIONS(2257), + [anon_sym_debugger] = ACTIONS(2257), + [anon_sym_return] = ACTIONS(2257), + [anon_sym_throw] = ACTIONS(2257), + [anon_sym_SEMI] = ACTIONS(2255), + [anon_sym_case] = ACTIONS(2257), + [anon_sym_yield] = ACTIONS(2257), + [anon_sym_LBRACK] = ACTIONS(2255), + [anon_sym_LTtemplate_GT] = ACTIONS(2255), + [anon_sym_class] = ACTIONS(2257), + [anon_sym_async] = ACTIONS(2257), + [anon_sym_function] = ACTIONS(2257), + [anon_sym_new] = ACTIONS(2257), + [anon_sym_PLUS] = ACTIONS(2257), + [anon_sym_DASH] = ACTIONS(2257), + [anon_sym_SLASH] = ACTIONS(2257), + [anon_sym_LT] = ACTIONS(2257), + [anon_sym_TILDE] = ACTIONS(2255), + [anon_sym_void] = ACTIONS(2257), + [anon_sym_delete] = ACTIONS(2257), + [anon_sym_PLUS_PLUS] = ACTIONS(2255), + [anon_sym_DASH_DASH] = ACTIONS(2257), + [anon_sym_DQUOTE] = ACTIONS(2255), + [anon_sym_SQUOTE] = ACTIONS(2255), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2315), - [sym_number] = ACTIONS(2315), - [sym_this] = ACTIONS(2317), - [sym_super] = ACTIONS(2317), - [sym_true] = ACTIONS(2317), - [sym_false] = ACTIONS(2317), - [sym_null] = ACTIONS(2317), - [sym_undefined] = ACTIONS(2317), - [anon_sym_AT] = ACTIONS(2315), - [anon_sym_static] = ACTIONS(2317), - [anon_sym_readonly] = ACTIONS(2317), - [anon_sym_get] = ACTIONS(2317), - [anon_sym_set] = ACTIONS(2317), - [anon_sym_declare] = ACTIONS(2317), - [anon_sym_public] = ACTIONS(2317), - [anon_sym_private] = ACTIONS(2317), - [anon_sym_protected] = ACTIONS(2317), - [anon_sym_override] = ACTIONS(2317), - [anon_sym_module] = ACTIONS(2317), - [anon_sym_any] = ACTIONS(2317), - [anon_sym_number] = ACTIONS(2317), - [anon_sym_boolean] = ACTIONS(2317), - [anon_sym_string] = ACTIONS(2317), - [anon_sym_symbol] = ACTIONS(2317), - [anon_sym_abstract] = ACTIONS(2317), - [anon_sym_interface] = ACTIONS(2317), - [anon_sym_enum] = ACTIONS(2317), + [anon_sym_BQUOTE] = ACTIONS(2255), + [sym_number] = ACTIONS(2255), + [sym_this] = ACTIONS(2257), + [sym_super] = ACTIONS(2257), + [sym_true] = ACTIONS(2257), + [sym_false] = ACTIONS(2257), + [sym_null] = ACTIONS(2257), + [sym_undefined] = ACTIONS(2257), + [anon_sym_AT] = ACTIONS(2255), + [anon_sym_static] = ACTIONS(2257), + [anon_sym_readonly] = ACTIONS(2257), + [anon_sym_get] = ACTIONS(2257), + [anon_sym_set] = ACTIONS(2257), + [anon_sym_declare] = ACTIONS(2257), + [anon_sym_public] = ACTIONS(2257), + [anon_sym_private] = ACTIONS(2257), + [anon_sym_protected] = ACTIONS(2257), + [anon_sym_override] = ACTIONS(2257), + [anon_sym_module] = ACTIONS(2257), + [anon_sym_any] = ACTIONS(2257), + [anon_sym_number] = ACTIONS(2257), + [anon_sym_boolean] = ACTIONS(2257), + [anon_sym_string] = ACTIONS(2257), + [anon_sym_symbol] = ACTIONS(2257), + [anon_sym_abstract] = ACTIONS(2257), + [anon_sym_interface] = ACTIONS(2257), + [anon_sym_enum] = ACTIONS(2257), }, - [696] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [692] = { + [ts_builtin_sym_end] = ACTIONS(2259), + [sym_identifier] = ACTIONS(2261), + [anon_sym_export] = ACTIONS(2261), + [anon_sym_default] = ACTIONS(2261), + [anon_sym_type] = ACTIONS(2261), + [anon_sym_namespace] = ACTIONS(2261), + [anon_sym_LBRACE] = ACTIONS(2259), + [anon_sym_RBRACE] = ACTIONS(2259), + [anon_sym_typeof] = ACTIONS(2261), + [anon_sym_import] = ACTIONS(2261), + [anon_sym_var] = ACTIONS(2261), + [anon_sym_let] = ACTIONS(2261), + [anon_sym_const] = ACTIONS(2261), + [anon_sym_BANG] = ACTIONS(2259), + [anon_sym_else] = ACTIONS(2261), + [anon_sym_if] = ACTIONS(2261), + [anon_sym_switch] = ACTIONS(2261), + [anon_sym_for] = ACTIONS(2261), + [anon_sym_LPAREN] = ACTIONS(2259), + [anon_sym_await] = ACTIONS(2261), + [anon_sym_while] = ACTIONS(2261), + [anon_sym_do] = ACTIONS(2261), + [anon_sym_try] = ACTIONS(2261), + [anon_sym_with] = ACTIONS(2261), + [anon_sym_break] = ACTIONS(2261), + [anon_sym_continue] = ACTIONS(2261), + [anon_sym_debugger] = ACTIONS(2261), + [anon_sym_return] = ACTIONS(2261), + [anon_sym_throw] = ACTIONS(2261), + [anon_sym_SEMI] = ACTIONS(2259), + [anon_sym_case] = ACTIONS(2261), + [anon_sym_yield] = ACTIONS(2261), + [anon_sym_LBRACK] = ACTIONS(2259), + [anon_sym_LTtemplate_GT] = ACTIONS(2259), + [anon_sym_class] = ACTIONS(2261), + [anon_sym_async] = ACTIONS(2261), + [anon_sym_function] = ACTIONS(2261), + [anon_sym_new] = ACTIONS(2261), + [anon_sym_PLUS] = ACTIONS(2261), + [anon_sym_DASH] = ACTIONS(2261), + [anon_sym_SLASH] = ACTIONS(2261), + [anon_sym_LT] = ACTIONS(2261), + [anon_sym_TILDE] = ACTIONS(2259), + [anon_sym_void] = ACTIONS(2261), + [anon_sym_delete] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2259), + [anon_sym_DASH_DASH] = ACTIONS(2261), + [anon_sym_DQUOTE] = ACTIONS(2259), + [anon_sym_SQUOTE] = ACTIONS(2259), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2259), + [sym_number] = ACTIONS(2259), + [sym_this] = ACTIONS(2261), + [sym_super] = ACTIONS(2261), + [sym_true] = ACTIONS(2261), + [sym_false] = ACTIONS(2261), + [sym_null] = ACTIONS(2261), + [sym_undefined] = ACTIONS(2261), + [anon_sym_AT] = ACTIONS(2259), + [anon_sym_static] = ACTIONS(2261), + [anon_sym_readonly] = ACTIONS(2261), + [anon_sym_get] = ACTIONS(2261), + [anon_sym_set] = ACTIONS(2261), + [anon_sym_declare] = ACTIONS(2261), + [anon_sym_public] = ACTIONS(2261), + [anon_sym_private] = ACTIONS(2261), + [anon_sym_protected] = ACTIONS(2261), + [anon_sym_override] = ACTIONS(2261), + [anon_sym_module] = ACTIONS(2261), + [anon_sym_any] = ACTIONS(2261), + [anon_sym_number] = ACTIONS(2261), + [anon_sym_boolean] = ACTIONS(2261), + [anon_sym_string] = ACTIONS(2261), + [anon_sym_symbol] = ACTIONS(2261), + [anon_sym_abstract] = ACTIONS(2261), + [anon_sym_interface] = ACTIONS(2261), + [anon_sym_enum] = ACTIONS(2261), }, - [697] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [693] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), }, - [698] = { - [ts_builtin_sym_end] = ACTIONS(2319), - [sym_identifier] = ACTIONS(2321), - [anon_sym_export] = ACTIONS(2321), - [anon_sym_default] = ACTIONS(2321), - [anon_sym_type] = ACTIONS(2321), - [anon_sym_namespace] = ACTIONS(2321), - [anon_sym_LBRACE] = ACTIONS(2319), - [anon_sym_RBRACE] = ACTIONS(2319), - [anon_sym_typeof] = ACTIONS(2321), - [anon_sym_import] = ACTIONS(2321), - [anon_sym_var] = ACTIONS(2321), - [anon_sym_let] = ACTIONS(2321), - [anon_sym_const] = ACTIONS(2321), - [anon_sym_BANG] = ACTIONS(2319), - [anon_sym_else] = ACTIONS(2321), - [anon_sym_if] = ACTIONS(2321), - [anon_sym_switch] = ACTIONS(2321), - [anon_sym_for] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2319), - [anon_sym_await] = ACTIONS(2321), - [anon_sym_while] = ACTIONS(2321), - [anon_sym_do] = ACTIONS(2321), - [anon_sym_try] = ACTIONS(2321), - [anon_sym_with] = ACTIONS(2321), - [anon_sym_break] = ACTIONS(2321), - [anon_sym_continue] = ACTIONS(2321), - [anon_sym_debugger] = ACTIONS(2321), - [anon_sym_return] = ACTIONS(2321), - [anon_sym_throw] = ACTIONS(2321), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym_case] = ACTIONS(2321), - [anon_sym_yield] = ACTIONS(2321), - [anon_sym_LBRACK] = ACTIONS(2319), - [anon_sym_LTtemplate_GT] = ACTIONS(2319), - [anon_sym_LT] = ACTIONS(2321), - [anon_sym_SLASH] = ACTIONS(2321), - [anon_sym_class] = ACTIONS(2321), - [anon_sym_async] = ACTIONS(2321), - [anon_sym_function] = ACTIONS(2321), - [anon_sym_new] = ACTIONS(2321), - [anon_sym_PLUS] = ACTIONS(2321), - [anon_sym_DASH] = ACTIONS(2321), - [anon_sym_TILDE] = ACTIONS(2319), - [anon_sym_void] = ACTIONS(2321), - [anon_sym_delete] = ACTIONS(2321), - [anon_sym_PLUS_PLUS] = ACTIONS(2319), - [anon_sym_DASH_DASH] = ACTIONS(2319), - [anon_sym_DQUOTE] = ACTIONS(2319), - [anon_sym_SQUOTE] = ACTIONS(2319), + [694] = { + [ts_builtin_sym_end] = ACTIONS(2263), + [sym_identifier] = ACTIONS(2265), + [anon_sym_export] = ACTIONS(2265), + [anon_sym_default] = ACTIONS(2265), + [anon_sym_type] = ACTIONS(2265), + [anon_sym_namespace] = ACTIONS(2265), + [anon_sym_LBRACE] = ACTIONS(2263), + [anon_sym_RBRACE] = ACTIONS(2263), + [anon_sym_typeof] = ACTIONS(2265), + [anon_sym_import] = ACTIONS(2265), + [anon_sym_var] = ACTIONS(2265), + [anon_sym_let] = ACTIONS(2265), + [anon_sym_const] = ACTIONS(2265), + [anon_sym_BANG] = ACTIONS(2263), + [anon_sym_else] = ACTIONS(2265), + [anon_sym_if] = ACTIONS(2265), + [anon_sym_switch] = ACTIONS(2265), + [anon_sym_for] = ACTIONS(2265), + [anon_sym_LPAREN] = ACTIONS(2263), + [anon_sym_await] = ACTIONS(2265), + [anon_sym_while] = ACTIONS(2265), + [anon_sym_do] = ACTIONS(2265), + [anon_sym_try] = ACTIONS(2265), + [anon_sym_with] = ACTIONS(2265), + [anon_sym_break] = ACTIONS(2265), + [anon_sym_continue] = ACTIONS(2265), + [anon_sym_debugger] = ACTIONS(2265), + [anon_sym_return] = ACTIONS(2265), + [anon_sym_throw] = ACTIONS(2265), + [anon_sym_SEMI] = ACTIONS(2263), + [anon_sym_case] = ACTIONS(2265), + [anon_sym_yield] = ACTIONS(2265), + [anon_sym_LBRACK] = ACTIONS(2263), + [anon_sym_LTtemplate_GT] = ACTIONS(2263), + [anon_sym_class] = ACTIONS(2265), + [anon_sym_async] = ACTIONS(2265), + [anon_sym_function] = ACTIONS(2265), + [anon_sym_new] = ACTIONS(2265), + [anon_sym_PLUS] = ACTIONS(2265), + [anon_sym_DASH] = ACTIONS(2265), + [anon_sym_SLASH] = ACTIONS(2265), + [anon_sym_LT] = ACTIONS(2265), + [anon_sym_TILDE] = ACTIONS(2263), + [anon_sym_void] = ACTIONS(2265), + [anon_sym_delete] = ACTIONS(2265), + [anon_sym_PLUS_PLUS] = ACTIONS(2263), + [anon_sym_DASH_DASH] = ACTIONS(2265), + [anon_sym_DQUOTE] = ACTIONS(2263), + [anon_sym_SQUOTE] = ACTIONS(2263), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2319), - [sym_number] = ACTIONS(2319), - [sym_this] = ACTIONS(2321), - [sym_super] = ACTIONS(2321), - [sym_true] = ACTIONS(2321), - [sym_false] = ACTIONS(2321), - [sym_null] = ACTIONS(2321), - [sym_undefined] = ACTIONS(2321), - [anon_sym_AT] = ACTIONS(2319), - [anon_sym_static] = ACTIONS(2321), - [anon_sym_readonly] = ACTIONS(2321), - [anon_sym_get] = ACTIONS(2321), - [anon_sym_set] = ACTIONS(2321), - [anon_sym_declare] = ACTIONS(2321), - [anon_sym_public] = ACTIONS(2321), - [anon_sym_private] = ACTIONS(2321), - [anon_sym_protected] = ACTIONS(2321), - [anon_sym_override] = ACTIONS(2321), - [anon_sym_module] = ACTIONS(2321), - [anon_sym_any] = ACTIONS(2321), - [anon_sym_number] = ACTIONS(2321), - [anon_sym_boolean] = ACTIONS(2321), - [anon_sym_string] = ACTIONS(2321), - [anon_sym_symbol] = ACTIONS(2321), - [anon_sym_abstract] = ACTIONS(2321), - [anon_sym_interface] = ACTIONS(2321), - [anon_sym_enum] = ACTIONS(2321), + [anon_sym_BQUOTE] = ACTIONS(2263), + [sym_number] = ACTIONS(2263), + [sym_this] = ACTIONS(2265), + [sym_super] = ACTIONS(2265), + [sym_true] = ACTIONS(2265), + [sym_false] = ACTIONS(2265), + [sym_null] = ACTIONS(2265), + [sym_undefined] = ACTIONS(2265), + [anon_sym_AT] = ACTIONS(2263), + [anon_sym_static] = ACTIONS(2265), + [anon_sym_readonly] = ACTIONS(2265), + [anon_sym_get] = ACTIONS(2265), + [anon_sym_set] = ACTIONS(2265), + [anon_sym_declare] = ACTIONS(2265), + [anon_sym_public] = ACTIONS(2265), + [anon_sym_private] = ACTIONS(2265), + [anon_sym_protected] = ACTIONS(2265), + [anon_sym_override] = ACTIONS(2265), + [anon_sym_module] = ACTIONS(2265), + [anon_sym_any] = ACTIONS(2265), + [anon_sym_number] = ACTIONS(2265), + [anon_sym_boolean] = ACTIONS(2265), + [anon_sym_string] = ACTIONS(2265), + [anon_sym_symbol] = ACTIONS(2265), + [anon_sym_abstract] = ACTIONS(2265), + [anon_sym_interface] = ACTIONS(2265), + [anon_sym_enum] = ACTIONS(2265), }, - [699] = { - [ts_builtin_sym_end] = ACTIONS(2319), - [sym_identifier] = ACTIONS(2321), - [anon_sym_export] = ACTIONS(2321), - [anon_sym_default] = ACTIONS(2321), - [anon_sym_type] = ACTIONS(2321), - [anon_sym_namespace] = ACTIONS(2321), - [anon_sym_LBRACE] = ACTIONS(2319), - [anon_sym_RBRACE] = ACTIONS(2319), - [anon_sym_typeof] = ACTIONS(2321), - [anon_sym_import] = ACTIONS(2321), - [anon_sym_var] = ACTIONS(2321), - [anon_sym_let] = ACTIONS(2321), - [anon_sym_const] = ACTIONS(2321), - [anon_sym_BANG] = ACTIONS(2319), - [anon_sym_else] = ACTIONS(2321), - [anon_sym_if] = ACTIONS(2321), - [anon_sym_switch] = ACTIONS(2321), - [anon_sym_for] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2319), - [anon_sym_await] = ACTIONS(2321), - [anon_sym_while] = ACTIONS(2321), - [anon_sym_do] = ACTIONS(2321), - [anon_sym_try] = ACTIONS(2321), - [anon_sym_with] = ACTIONS(2321), - [anon_sym_break] = ACTIONS(2321), - [anon_sym_continue] = ACTIONS(2321), - [anon_sym_debugger] = ACTIONS(2321), - [anon_sym_return] = ACTIONS(2321), - [anon_sym_throw] = ACTIONS(2321), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym_case] = ACTIONS(2321), - [anon_sym_yield] = ACTIONS(2321), - [anon_sym_LBRACK] = ACTIONS(2319), - [anon_sym_LTtemplate_GT] = ACTIONS(2319), - [anon_sym_LT] = ACTIONS(2321), - [anon_sym_SLASH] = ACTIONS(2321), - [anon_sym_class] = ACTIONS(2321), - [anon_sym_async] = ACTIONS(2321), - [anon_sym_function] = ACTIONS(2321), - [anon_sym_new] = ACTIONS(2321), - [anon_sym_PLUS] = ACTIONS(2321), - [anon_sym_DASH] = ACTIONS(2321), - [anon_sym_TILDE] = ACTIONS(2319), - [anon_sym_void] = ACTIONS(2321), - [anon_sym_delete] = ACTIONS(2321), - [anon_sym_PLUS_PLUS] = ACTIONS(2319), - [anon_sym_DASH_DASH] = ACTIONS(2319), - [anon_sym_DQUOTE] = ACTIONS(2319), - [anon_sym_SQUOTE] = ACTIONS(2319), + [695] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [696] = { + [ts_builtin_sym_end] = ACTIONS(2267), + [sym_identifier] = ACTIONS(2269), + [anon_sym_export] = ACTIONS(2269), + [anon_sym_default] = ACTIONS(2269), + [anon_sym_type] = ACTIONS(2269), + [anon_sym_namespace] = ACTIONS(2269), + [anon_sym_LBRACE] = ACTIONS(2267), + [anon_sym_RBRACE] = ACTIONS(2267), + [anon_sym_typeof] = ACTIONS(2269), + [anon_sym_import] = ACTIONS(2269), + [anon_sym_var] = ACTIONS(2269), + [anon_sym_let] = ACTIONS(2269), + [anon_sym_const] = ACTIONS(2269), + [anon_sym_BANG] = ACTIONS(2267), + [anon_sym_else] = ACTIONS(2269), + [anon_sym_if] = ACTIONS(2269), + [anon_sym_switch] = ACTIONS(2269), + [anon_sym_for] = ACTIONS(2269), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_await] = ACTIONS(2269), + [anon_sym_while] = ACTIONS(2269), + [anon_sym_do] = ACTIONS(2269), + [anon_sym_try] = ACTIONS(2269), + [anon_sym_with] = ACTIONS(2269), + [anon_sym_break] = ACTIONS(2269), + [anon_sym_continue] = ACTIONS(2269), + [anon_sym_debugger] = ACTIONS(2269), + [anon_sym_return] = ACTIONS(2269), + [anon_sym_throw] = ACTIONS(2269), + [anon_sym_SEMI] = ACTIONS(2267), + [anon_sym_case] = ACTIONS(2269), + [anon_sym_yield] = ACTIONS(2269), + [anon_sym_LBRACK] = ACTIONS(2267), + [anon_sym_LTtemplate_GT] = ACTIONS(2267), + [anon_sym_class] = ACTIONS(2269), + [anon_sym_async] = ACTIONS(2269), + [anon_sym_function] = ACTIONS(2269), + [anon_sym_new] = ACTIONS(2269), + [anon_sym_PLUS] = ACTIONS(2269), + [anon_sym_DASH] = ACTIONS(2269), + [anon_sym_SLASH] = ACTIONS(2269), + [anon_sym_LT] = ACTIONS(2269), + [anon_sym_TILDE] = ACTIONS(2267), + [anon_sym_void] = ACTIONS(2269), + [anon_sym_delete] = ACTIONS(2269), + [anon_sym_PLUS_PLUS] = ACTIONS(2267), + [anon_sym_DASH_DASH] = ACTIONS(2269), + [anon_sym_DQUOTE] = ACTIONS(2267), + [anon_sym_SQUOTE] = ACTIONS(2267), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2319), - [sym_number] = ACTIONS(2319), - [sym_this] = ACTIONS(2321), - [sym_super] = ACTIONS(2321), - [sym_true] = ACTIONS(2321), - [sym_false] = ACTIONS(2321), - [sym_null] = ACTIONS(2321), - [sym_undefined] = ACTIONS(2321), - [anon_sym_AT] = ACTIONS(2319), - [anon_sym_static] = ACTIONS(2321), - [anon_sym_readonly] = ACTIONS(2321), - [anon_sym_get] = ACTIONS(2321), - [anon_sym_set] = ACTIONS(2321), - [anon_sym_declare] = ACTIONS(2321), - [anon_sym_public] = ACTIONS(2321), - [anon_sym_private] = ACTIONS(2321), - [anon_sym_protected] = ACTIONS(2321), - [anon_sym_override] = ACTIONS(2321), - [anon_sym_module] = ACTIONS(2321), - [anon_sym_any] = ACTIONS(2321), - [anon_sym_number] = ACTIONS(2321), - [anon_sym_boolean] = ACTIONS(2321), - [anon_sym_string] = ACTIONS(2321), - [anon_sym_symbol] = ACTIONS(2321), - [anon_sym_abstract] = ACTIONS(2321), - [anon_sym_interface] = ACTIONS(2321), - [anon_sym_enum] = ACTIONS(2321), + [anon_sym_BQUOTE] = ACTIONS(2267), + [sym_number] = ACTIONS(2267), + [sym_this] = ACTIONS(2269), + [sym_super] = ACTIONS(2269), + [sym_true] = ACTIONS(2269), + [sym_false] = ACTIONS(2269), + [sym_null] = ACTIONS(2269), + [sym_undefined] = ACTIONS(2269), + [anon_sym_AT] = ACTIONS(2267), + [anon_sym_static] = ACTIONS(2269), + [anon_sym_readonly] = ACTIONS(2269), + [anon_sym_get] = ACTIONS(2269), + [anon_sym_set] = ACTIONS(2269), + [anon_sym_declare] = ACTIONS(2269), + [anon_sym_public] = ACTIONS(2269), + [anon_sym_private] = ACTIONS(2269), + [anon_sym_protected] = ACTIONS(2269), + [anon_sym_override] = ACTIONS(2269), + [anon_sym_module] = ACTIONS(2269), + [anon_sym_any] = ACTIONS(2269), + [anon_sym_number] = ACTIONS(2269), + [anon_sym_boolean] = ACTIONS(2269), + [anon_sym_string] = ACTIONS(2269), + [anon_sym_symbol] = ACTIONS(2269), + [anon_sym_abstract] = ACTIONS(2269), + [anon_sym_interface] = ACTIONS(2269), + [anon_sym_enum] = ACTIONS(2269), }, - [700] = { - [ts_builtin_sym_end] = ACTIONS(2323), - [sym_identifier] = ACTIONS(2325), - [anon_sym_export] = ACTIONS(2325), - [anon_sym_default] = ACTIONS(2325), - [anon_sym_type] = ACTIONS(2325), - [anon_sym_namespace] = ACTIONS(2325), - [anon_sym_LBRACE] = ACTIONS(2323), - [anon_sym_RBRACE] = ACTIONS(2323), - [anon_sym_typeof] = ACTIONS(2325), - [anon_sym_import] = ACTIONS(2325), - [anon_sym_var] = ACTIONS(2325), - [anon_sym_let] = ACTIONS(2325), - [anon_sym_const] = ACTIONS(2325), - [anon_sym_BANG] = ACTIONS(2323), - [anon_sym_else] = ACTIONS(2325), - [anon_sym_if] = ACTIONS(2325), - [anon_sym_switch] = ACTIONS(2325), - [anon_sym_for] = ACTIONS(2325), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_await] = ACTIONS(2325), - [anon_sym_while] = ACTIONS(2325), - [anon_sym_do] = ACTIONS(2325), - [anon_sym_try] = ACTIONS(2325), - [anon_sym_with] = ACTIONS(2325), - [anon_sym_break] = ACTIONS(2325), - [anon_sym_continue] = ACTIONS(2325), - [anon_sym_debugger] = ACTIONS(2325), - [anon_sym_return] = ACTIONS(2325), - [anon_sym_throw] = ACTIONS(2325), - [anon_sym_SEMI] = ACTIONS(2323), - [anon_sym_case] = ACTIONS(2325), - [anon_sym_yield] = ACTIONS(2325), - [anon_sym_LBRACK] = ACTIONS(2323), - [anon_sym_LTtemplate_GT] = ACTIONS(2323), - [anon_sym_LT] = ACTIONS(2325), - [anon_sym_SLASH] = ACTIONS(2325), - [anon_sym_class] = ACTIONS(2325), - [anon_sym_async] = ACTIONS(2325), - [anon_sym_function] = ACTIONS(2325), - [anon_sym_new] = ACTIONS(2325), - [anon_sym_PLUS] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2325), - [anon_sym_TILDE] = ACTIONS(2323), - [anon_sym_void] = ACTIONS(2325), - [anon_sym_delete] = ACTIONS(2325), - [anon_sym_PLUS_PLUS] = ACTIONS(2323), - [anon_sym_DASH_DASH] = ACTIONS(2323), - [anon_sym_DQUOTE] = ACTIONS(2323), - [anon_sym_SQUOTE] = ACTIONS(2323), + [697] = { + [ts_builtin_sym_end] = ACTIONS(2271), + [sym_identifier] = ACTIONS(2273), + [anon_sym_export] = ACTIONS(2273), + [anon_sym_default] = ACTIONS(2273), + [anon_sym_type] = ACTIONS(2273), + [anon_sym_namespace] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2271), + [anon_sym_RBRACE] = ACTIONS(2271), + [anon_sym_typeof] = ACTIONS(2273), + [anon_sym_import] = ACTIONS(2273), + [anon_sym_var] = ACTIONS(2273), + [anon_sym_let] = ACTIONS(2273), + [anon_sym_const] = ACTIONS(2273), + [anon_sym_BANG] = ACTIONS(2271), + [anon_sym_else] = ACTIONS(2273), + [anon_sym_if] = ACTIONS(2273), + [anon_sym_switch] = ACTIONS(2273), + [anon_sym_for] = ACTIONS(2273), + [anon_sym_LPAREN] = ACTIONS(2271), + [anon_sym_await] = ACTIONS(2273), + [anon_sym_while] = ACTIONS(2273), + [anon_sym_do] = ACTIONS(2273), + [anon_sym_try] = ACTIONS(2273), + [anon_sym_with] = ACTIONS(2273), + [anon_sym_break] = ACTIONS(2273), + [anon_sym_continue] = ACTIONS(2273), + [anon_sym_debugger] = ACTIONS(2273), + [anon_sym_return] = ACTIONS(2273), + [anon_sym_throw] = ACTIONS(2273), + [anon_sym_SEMI] = ACTIONS(2271), + [anon_sym_case] = ACTIONS(2273), + [anon_sym_yield] = ACTIONS(2273), + [anon_sym_LBRACK] = ACTIONS(2271), + [anon_sym_LTtemplate_GT] = ACTIONS(2271), + [anon_sym_class] = ACTIONS(2273), + [anon_sym_async] = ACTIONS(2273), + [anon_sym_function] = ACTIONS(2273), + [anon_sym_new] = ACTIONS(2273), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_SLASH] = ACTIONS(2273), + [anon_sym_LT] = ACTIONS(2273), + [anon_sym_TILDE] = ACTIONS(2271), + [anon_sym_void] = ACTIONS(2273), + [anon_sym_delete] = ACTIONS(2273), + [anon_sym_PLUS_PLUS] = ACTIONS(2271), + [anon_sym_DASH_DASH] = ACTIONS(2273), + [anon_sym_DQUOTE] = ACTIONS(2271), + [anon_sym_SQUOTE] = ACTIONS(2271), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2323), - [sym_number] = ACTIONS(2323), - [sym_this] = ACTIONS(2325), - [sym_super] = ACTIONS(2325), - [sym_true] = ACTIONS(2325), - [sym_false] = ACTIONS(2325), - [sym_null] = ACTIONS(2325), - [sym_undefined] = ACTIONS(2325), - [anon_sym_AT] = ACTIONS(2323), - [anon_sym_static] = ACTIONS(2325), - [anon_sym_readonly] = ACTIONS(2325), - [anon_sym_get] = ACTIONS(2325), - [anon_sym_set] = ACTIONS(2325), - [anon_sym_declare] = ACTIONS(2325), - [anon_sym_public] = ACTIONS(2325), - [anon_sym_private] = ACTIONS(2325), - [anon_sym_protected] = ACTIONS(2325), - [anon_sym_override] = ACTIONS(2325), - [anon_sym_module] = ACTIONS(2325), - [anon_sym_any] = ACTIONS(2325), - [anon_sym_number] = ACTIONS(2325), - [anon_sym_boolean] = ACTIONS(2325), - [anon_sym_string] = ACTIONS(2325), - [anon_sym_symbol] = ACTIONS(2325), - [anon_sym_abstract] = ACTIONS(2325), - [anon_sym_interface] = ACTIONS(2325), - [anon_sym_enum] = ACTIONS(2325), + [anon_sym_BQUOTE] = ACTIONS(2271), + [sym_number] = ACTIONS(2271), + [sym_this] = ACTIONS(2273), + [sym_super] = ACTIONS(2273), + [sym_true] = ACTIONS(2273), + [sym_false] = ACTIONS(2273), + [sym_null] = ACTIONS(2273), + [sym_undefined] = ACTIONS(2273), + [anon_sym_AT] = ACTIONS(2271), + [anon_sym_static] = ACTIONS(2273), + [anon_sym_readonly] = ACTIONS(2273), + [anon_sym_get] = ACTIONS(2273), + [anon_sym_set] = ACTIONS(2273), + [anon_sym_declare] = ACTIONS(2273), + [anon_sym_public] = ACTIONS(2273), + [anon_sym_private] = ACTIONS(2273), + [anon_sym_protected] = ACTIONS(2273), + [anon_sym_override] = ACTIONS(2273), + [anon_sym_module] = ACTIONS(2273), + [anon_sym_any] = ACTIONS(2273), + [anon_sym_number] = ACTIONS(2273), + [anon_sym_boolean] = ACTIONS(2273), + [anon_sym_string] = ACTIONS(2273), + [anon_sym_symbol] = ACTIONS(2273), + [anon_sym_abstract] = ACTIONS(2273), + [anon_sym_interface] = ACTIONS(2273), + [anon_sym_enum] = ACTIONS(2273), }, - [701] = { - [ts_builtin_sym_end] = ACTIONS(2327), - [sym_identifier] = ACTIONS(2329), - [anon_sym_export] = ACTIONS(2329), - [anon_sym_default] = ACTIONS(2329), - [anon_sym_type] = ACTIONS(2329), - [anon_sym_namespace] = ACTIONS(2329), - [anon_sym_LBRACE] = ACTIONS(2327), - [anon_sym_RBRACE] = ACTIONS(2327), - [anon_sym_typeof] = ACTIONS(2329), - [anon_sym_import] = ACTIONS(2329), - [anon_sym_var] = ACTIONS(2329), - [anon_sym_let] = ACTIONS(2329), - [anon_sym_const] = ACTIONS(2329), - [anon_sym_BANG] = ACTIONS(2327), - [anon_sym_else] = ACTIONS(2329), - [anon_sym_if] = ACTIONS(2329), - [anon_sym_switch] = ACTIONS(2329), - [anon_sym_for] = ACTIONS(2329), - [anon_sym_LPAREN] = ACTIONS(2327), - [anon_sym_await] = ACTIONS(2329), - [anon_sym_while] = ACTIONS(2329), - [anon_sym_do] = ACTIONS(2329), - [anon_sym_try] = ACTIONS(2329), - [anon_sym_with] = ACTIONS(2329), - [anon_sym_break] = ACTIONS(2329), - [anon_sym_continue] = ACTIONS(2329), - [anon_sym_debugger] = ACTIONS(2329), - [anon_sym_return] = ACTIONS(2329), - [anon_sym_throw] = ACTIONS(2329), - [anon_sym_SEMI] = ACTIONS(2327), - [anon_sym_case] = ACTIONS(2329), - [anon_sym_yield] = ACTIONS(2329), - [anon_sym_LBRACK] = ACTIONS(2327), - [anon_sym_LTtemplate_GT] = ACTIONS(2327), - [anon_sym_LT] = ACTIONS(2329), - [anon_sym_SLASH] = ACTIONS(2329), - [anon_sym_class] = ACTIONS(2329), - [anon_sym_async] = ACTIONS(2329), - [anon_sym_function] = ACTIONS(2329), - [anon_sym_new] = ACTIONS(2329), - [anon_sym_PLUS] = ACTIONS(2329), - [anon_sym_DASH] = ACTIONS(2329), - [anon_sym_TILDE] = ACTIONS(2327), - [anon_sym_void] = ACTIONS(2329), - [anon_sym_delete] = ACTIONS(2329), - [anon_sym_PLUS_PLUS] = ACTIONS(2327), - [anon_sym_DASH_DASH] = ACTIONS(2327), - [anon_sym_DQUOTE] = ACTIONS(2327), - [anon_sym_SQUOTE] = ACTIONS(2327), + [698] = { + [ts_builtin_sym_end] = ACTIONS(2275), + [sym_identifier] = ACTIONS(2277), + [anon_sym_export] = ACTIONS(2277), + [anon_sym_default] = ACTIONS(2277), + [anon_sym_type] = ACTIONS(2277), + [anon_sym_namespace] = ACTIONS(2277), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_RBRACE] = ACTIONS(2275), + [anon_sym_typeof] = ACTIONS(2277), + [anon_sym_import] = ACTIONS(2277), + [anon_sym_var] = ACTIONS(2277), + [anon_sym_let] = ACTIONS(2277), + [anon_sym_const] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2275), + [anon_sym_else] = ACTIONS(2277), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2277), + [anon_sym_for] = ACTIONS(2277), + [anon_sym_LPAREN] = ACTIONS(2275), + [anon_sym_await] = ACTIONS(2277), + [anon_sym_while] = ACTIONS(2277), + [anon_sym_do] = ACTIONS(2277), + [anon_sym_try] = ACTIONS(2277), + [anon_sym_with] = ACTIONS(2277), + [anon_sym_break] = ACTIONS(2277), + [anon_sym_continue] = ACTIONS(2277), + [anon_sym_debugger] = ACTIONS(2277), + [anon_sym_return] = ACTIONS(2277), + [anon_sym_throw] = ACTIONS(2277), + [anon_sym_SEMI] = ACTIONS(2275), + [anon_sym_case] = ACTIONS(2277), + [anon_sym_yield] = ACTIONS(2277), + [anon_sym_LBRACK] = ACTIONS(2275), + [anon_sym_LTtemplate_GT] = ACTIONS(2275), + [anon_sym_class] = ACTIONS(2277), + [anon_sym_async] = ACTIONS(2277), + [anon_sym_function] = ACTIONS(2277), + [anon_sym_new] = ACTIONS(2277), + [anon_sym_PLUS] = ACTIONS(2277), + [anon_sym_DASH] = ACTIONS(2277), + [anon_sym_SLASH] = ACTIONS(2277), + [anon_sym_LT] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2275), + [anon_sym_void] = ACTIONS(2277), + [anon_sym_delete] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2275), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_DQUOTE] = ACTIONS(2275), + [anon_sym_SQUOTE] = ACTIONS(2275), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2275), + [sym_number] = ACTIONS(2275), + [sym_this] = ACTIONS(2277), + [sym_super] = ACTIONS(2277), + [sym_true] = ACTIONS(2277), + [sym_false] = ACTIONS(2277), + [sym_null] = ACTIONS(2277), + [sym_undefined] = ACTIONS(2277), + [anon_sym_AT] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2277), + [anon_sym_readonly] = ACTIONS(2277), + [anon_sym_get] = ACTIONS(2277), + [anon_sym_set] = ACTIONS(2277), + [anon_sym_declare] = ACTIONS(2277), + [anon_sym_public] = ACTIONS(2277), + [anon_sym_private] = ACTIONS(2277), + [anon_sym_protected] = ACTIONS(2277), + [anon_sym_override] = ACTIONS(2277), + [anon_sym_module] = ACTIONS(2277), + [anon_sym_any] = ACTIONS(2277), + [anon_sym_number] = ACTIONS(2277), + [anon_sym_boolean] = ACTIONS(2277), + [anon_sym_string] = ACTIONS(2277), + [anon_sym_symbol] = ACTIONS(2277), + [anon_sym_abstract] = ACTIONS(2277), + [anon_sym_interface] = ACTIONS(2277), + [anon_sym_enum] = ACTIONS(2277), + }, + [699] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), + }, + [700] = { + [ts_builtin_sym_end] = ACTIONS(1600), + [sym_identifier] = ACTIONS(1602), + [anon_sym_export] = ACTIONS(1602), + [anon_sym_default] = ACTIONS(1602), + [anon_sym_type] = ACTIONS(1602), + [anon_sym_namespace] = ACTIONS(1602), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), + [anon_sym_typeof] = ACTIONS(1602), + [anon_sym_import] = ACTIONS(1602), + [anon_sym_var] = ACTIONS(1602), + [anon_sym_let] = ACTIONS(1602), + [anon_sym_const] = ACTIONS(1602), + [anon_sym_BANG] = ACTIONS(1600), + [anon_sym_else] = ACTIONS(1602), + [anon_sym_if] = ACTIONS(1602), + [anon_sym_switch] = ACTIONS(1602), + [anon_sym_for] = ACTIONS(1602), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_await] = ACTIONS(1602), + [anon_sym_while] = ACTIONS(1602), + [anon_sym_do] = ACTIONS(1602), + [anon_sym_try] = ACTIONS(1602), + [anon_sym_with] = ACTIONS(1602), + [anon_sym_break] = ACTIONS(1602), + [anon_sym_continue] = ACTIONS(1602), + [anon_sym_debugger] = ACTIONS(1602), + [anon_sym_return] = ACTIONS(1602), + [anon_sym_throw] = ACTIONS(1602), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_case] = ACTIONS(1602), + [anon_sym_yield] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_LTtemplate_GT] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1602), + [anon_sym_async] = ACTIONS(1602), + [anon_sym_function] = ACTIONS(1602), + [anon_sym_new] = ACTIONS(1602), + [anon_sym_PLUS] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1602), + [anon_sym_SLASH] = ACTIONS(1602), + [anon_sym_LT] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1600), + [anon_sym_void] = ACTIONS(1602), + [anon_sym_delete] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1600), + [anon_sym_DASH_DASH] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1600), + [anon_sym_SQUOTE] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1600), + [sym_number] = ACTIONS(1600), + [sym_this] = ACTIONS(1602), + [sym_super] = ACTIONS(1602), + [sym_true] = ACTIONS(1602), + [sym_false] = ACTIONS(1602), + [sym_null] = ACTIONS(1602), + [sym_undefined] = ACTIONS(1602), + [anon_sym_AT] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1602), + [anon_sym_readonly] = ACTIONS(1602), + [anon_sym_get] = ACTIONS(1602), + [anon_sym_set] = ACTIONS(1602), + [anon_sym_declare] = ACTIONS(1602), + [anon_sym_public] = ACTIONS(1602), + [anon_sym_private] = ACTIONS(1602), + [anon_sym_protected] = ACTIONS(1602), + [anon_sym_override] = ACTIONS(1602), + [anon_sym_module] = ACTIONS(1602), + [anon_sym_any] = ACTIONS(1602), + [anon_sym_number] = ACTIONS(1602), + [anon_sym_boolean] = ACTIONS(1602), + [anon_sym_string] = ACTIONS(1602), + [anon_sym_symbol] = ACTIONS(1602), + [anon_sym_abstract] = ACTIONS(1602), + [anon_sym_interface] = ACTIONS(1602), + [anon_sym_enum] = ACTIONS(1602), + }, + [701] = { + [ts_builtin_sym_end] = ACTIONS(2259), + [sym_identifier] = ACTIONS(2261), + [anon_sym_export] = ACTIONS(2261), + [anon_sym_default] = ACTIONS(2261), + [anon_sym_type] = ACTIONS(2261), + [anon_sym_namespace] = ACTIONS(2261), + [anon_sym_LBRACE] = ACTIONS(2259), + [anon_sym_RBRACE] = ACTIONS(2259), + [anon_sym_typeof] = ACTIONS(2261), + [anon_sym_import] = ACTIONS(2261), + [anon_sym_var] = ACTIONS(2261), + [anon_sym_let] = ACTIONS(2261), + [anon_sym_const] = ACTIONS(2261), + [anon_sym_BANG] = ACTIONS(2259), + [anon_sym_else] = ACTIONS(2261), + [anon_sym_if] = ACTIONS(2261), + [anon_sym_switch] = ACTIONS(2261), + [anon_sym_for] = ACTIONS(2261), + [anon_sym_LPAREN] = ACTIONS(2259), + [anon_sym_await] = ACTIONS(2261), + [anon_sym_while] = ACTIONS(2261), + [anon_sym_do] = ACTIONS(2261), + [anon_sym_try] = ACTIONS(2261), + [anon_sym_with] = ACTIONS(2261), + [anon_sym_break] = ACTIONS(2261), + [anon_sym_continue] = ACTIONS(2261), + [anon_sym_debugger] = ACTIONS(2261), + [anon_sym_return] = ACTIONS(2261), + [anon_sym_throw] = ACTIONS(2261), + [anon_sym_SEMI] = ACTIONS(2259), + [anon_sym_case] = ACTIONS(2261), + [anon_sym_yield] = ACTIONS(2261), + [anon_sym_LBRACK] = ACTIONS(2259), + [anon_sym_LTtemplate_GT] = ACTIONS(2259), + [anon_sym_class] = ACTIONS(2261), + [anon_sym_async] = ACTIONS(2261), + [anon_sym_function] = ACTIONS(2261), + [anon_sym_new] = ACTIONS(2261), + [anon_sym_PLUS] = ACTIONS(2261), + [anon_sym_DASH] = ACTIONS(2261), + [anon_sym_SLASH] = ACTIONS(2261), + [anon_sym_LT] = ACTIONS(2261), + [anon_sym_TILDE] = ACTIONS(2259), + [anon_sym_void] = ACTIONS(2261), + [anon_sym_delete] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2259), + [anon_sym_DASH_DASH] = ACTIONS(2261), + [anon_sym_DQUOTE] = ACTIONS(2259), + [anon_sym_SQUOTE] = ACTIONS(2259), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2327), - [sym_number] = ACTIONS(2327), - [sym_this] = ACTIONS(2329), - [sym_super] = ACTIONS(2329), - [sym_true] = ACTIONS(2329), - [sym_false] = ACTIONS(2329), - [sym_null] = ACTIONS(2329), - [sym_undefined] = ACTIONS(2329), - [anon_sym_AT] = ACTIONS(2327), - [anon_sym_static] = ACTIONS(2329), - [anon_sym_readonly] = ACTIONS(2329), - [anon_sym_get] = ACTIONS(2329), - [anon_sym_set] = ACTIONS(2329), - [anon_sym_declare] = ACTIONS(2329), - [anon_sym_public] = ACTIONS(2329), - [anon_sym_private] = ACTIONS(2329), - [anon_sym_protected] = ACTIONS(2329), - [anon_sym_override] = ACTIONS(2329), - [anon_sym_module] = ACTIONS(2329), - [anon_sym_any] = ACTIONS(2329), - [anon_sym_number] = ACTIONS(2329), - [anon_sym_boolean] = ACTIONS(2329), - [anon_sym_string] = ACTIONS(2329), - [anon_sym_symbol] = ACTIONS(2329), - [anon_sym_abstract] = ACTIONS(2329), - [anon_sym_interface] = ACTIONS(2329), - [anon_sym_enum] = ACTIONS(2329), + [anon_sym_BQUOTE] = ACTIONS(2259), + [sym_number] = ACTIONS(2259), + [sym_this] = ACTIONS(2261), + [sym_super] = ACTIONS(2261), + [sym_true] = ACTIONS(2261), + [sym_false] = ACTIONS(2261), + [sym_null] = ACTIONS(2261), + [sym_undefined] = ACTIONS(2261), + [anon_sym_AT] = ACTIONS(2259), + [anon_sym_static] = ACTIONS(2261), + [anon_sym_readonly] = ACTIONS(2261), + [anon_sym_get] = ACTIONS(2261), + [anon_sym_set] = ACTIONS(2261), + [anon_sym_declare] = ACTIONS(2261), + [anon_sym_public] = ACTIONS(2261), + [anon_sym_private] = ACTIONS(2261), + [anon_sym_protected] = ACTIONS(2261), + [anon_sym_override] = ACTIONS(2261), + [anon_sym_module] = ACTIONS(2261), + [anon_sym_any] = ACTIONS(2261), + [anon_sym_number] = ACTIONS(2261), + [anon_sym_boolean] = ACTIONS(2261), + [anon_sym_string] = ACTIONS(2261), + [anon_sym_symbol] = ACTIONS(2261), + [anon_sym_abstract] = ACTIONS(2261), + [anon_sym_interface] = ACTIONS(2261), + [anon_sym_enum] = ACTIONS(2261), }, [702] = { - [ts_builtin_sym_end] = ACTIONS(2331), - [sym_identifier] = ACTIONS(2333), - [anon_sym_export] = ACTIONS(2333), - [anon_sym_default] = ACTIONS(2333), - [anon_sym_type] = ACTIONS(2333), - [anon_sym_namespace] = ACTIONS(2333), - [anon_sym_LBRACE] = ACTIONS(2331), - [anon_sym_RBRACE] = ACTIONS(2331), - [anon_sym_typeof] = ACTIONS(2333), - [anon_sym_import] = ACTIONS(2333), - [anon_sym_var] = ACTIONS(2333), - [anon_sym_let] = ACTIONS(2333), - [anon_sym_const] = ACTIONS(2333), - [anon_sym_BANG] = ACTIONS(2331), - [anon_sym_else] = ACTIONS(2333), - [anon_sym_if] = ACTIONS(2333), - [anon_sym_switch] = ACTIONS(2333), - [anon_sym_for] = ACTIONS(2333), - [anon_sym_LPAREN] = ACTIONS(2331), - [anon_sym_await] = ACTIONS(2333), - [anon_sym_while] = ACTIONS(2333), - [anon_sym_do] = ACTIONS(2333), - [anon_sym_try] = ACTIONS(2333), - [anon_sym_with] = ACTIONS(2333), - [anon_sym_break] = ACTIONS(2333), - [anon_sym_continue] = ACTIONS(2333), - [anon_sym_debugger] = ACTIONS(2333), - [anon_sym_return] = ACTIONS(2333), - [anon_sym_throw] = ACTIONS(2333), - [anon_sym_SEMI] = ACTIONS(2331), - [anon_sym_case] = ACTIONS(2333), - [anon_sym_yield] = ACTIONS(2333), - [anon_sym_LBRACK] = ACTIONS(2331), - [anon_sym_LTtemplate_GT] = ACTIONS(2331), - [anon_sym_LT] = ACTIONS(2333), - [anon_sym_SLASH] = ACTIONS(2333), - [anon_sym_class] = ACTIONS(2333), - [anon_sym_async] = ACTIONS(2333), - [anon_sym_function] = ACTIONS(2333), - [anon_sym_new] = ACTIONS(2333), - [anon_sym_PLUS] = ACTIONS(2333), - [anon_sym_DASH] = ACTIONS(2333), - [anon_sym_TILDE] = ACTIONS(2331), - [anon_sym_void] = ACTIONS(2333), - [anon_sym_delete] = ACTIONS(2333), - [anon_sym_PLUS_PLUS] = ACTIONS(2331), - [anon_sym_DASH_DASH] = ACTIONS(2331), - [anon_sym_DQUOTE] = ACTIONS(2331), - [anon_sym_SQUOTE] = ACTIONS(2331), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2331), - [sym_number] = ACTIONS(2331), - [sym_this] = ACTIONS(2333), - [sym_super] = ACTIONS(2333), - [sym_true] = ACTIONS(2333), - [sym_false] = ACTIONS(2333), - [sym_null] = ACTIONS(2333), - [sym_undefined] = ACTIONS(2333), - [anon_sym_AT] = ACTIONS(2331), - [anon_sym_static] = ACTIONS(2333), - [anon_sym_readonly] = ACTIONS(2333), - [anon_sym_get] = ACTIONS(2333), - [anon_sym_set] = ACTIONS(2333), - [anon_sym_declare] = ACTIONS(2333), - [anon_sym_public] = ACTIONS(2333), - [anon_sym_private] = ACTIONS(2333), - [anon_sym_protected] = ACTIONS(2333), - [anon_sym_override] = ACTIONS(2333), - [anon_sym_module] = ACTIONS(2333), - [anon_sym_any] = ACTIONS(2333), - [anon_sym_number] = ACTIONS(2333), - [anon_sym_boolean] = ACTIONS(2333), - [anon_sym_string] = ACTIONS(2333), - [anon_sym_symbol] = ACTIONS(2333), - [anon_sym_abstract] = ACTIONS(2333), - [anon_sym_interface] = ACTIONS(2333), - [anon_sym_enum] = ACTIONS(2333), + [ts_builtin_sym_end] = ACTIONS(1528), + [sym_identifier] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_type] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_typeof] = ACTIONS(1530), + [anon_sym_import] = ACTIONS(1530), + [anon_sym_var] = ACTIONS(1530), + [anon_sym_let] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_BANG] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_await] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_with] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_debugger] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_yield] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LTtemplate_GT] = ACTIONS(1528), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_async] = ACTIONS(1530), + [anon_sym_function] = ACTIONS(1530), + [anon_sym_new] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_SLASH] = ACTIONS(1530), + [anon_sym_LT] = ACTIONS(1530), + [anon_sym_TILDE] = ACTIONS(1528), + [anon_sym_void] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_PLUS_PLUS] = ACTIONS(1528), + [anon_sym_DASH_DASH] = ACTIONS(1530), + [anon_sym_DQUOTE] = ACTIONS(1528), + [anon_sym_SQUOTE] = ACTIONS(1528), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1528), + [sym_number] = ACTIONS(1528), + [sym_this] = ACTIONS(1530), + [sym_super] = ACTIONS(1530), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_undefined] = ACTIONS(1530), + [anon_sym_AT] = ACTIONS(1528), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_readonly] = ACTIONS(1530), + [anon_sym_get] = ACTIONS(1530), + [anon_sym_set] = ACTIONS(1530), + [anon_sym_declare] = ACTIONS(1530), + [anon_sym_public] = ACTIONS(1530), + [anon_sym_private] = ACTIONS(1530), + [anon_sym_protected] = ACTIONS(1530), + [anon_sym_override] = ACTIONS(1530), + [anon_sym_module] = ACTIONS(1530), + [anon_sym_any] = ACTIONS(1530), + [anon_sym_number] = ACTIONS(1530), + [anon_sym_boolean] = ACTIONS(1530), + [anon_sym_string] = ACTIONS(1530), + [anon_sym_symbol] = ACTIONS(1530), + [anon_sym_abstract] = ACTIONS(1530), + [anon_sym_interface] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), }, [703] = { - [ts_builtin_sym_end] = ACTIONS(2335), - [sym_identifier] = ACTIONS(2337), - [anon_sym_export] = ACTIONS(2337), - [anon_sym_default] = ACTIONS(2337), - [anon_sym_type] = ACTIONS(2337), - [anon_sym_namespace] = ACTIONS(2337), - [anon_sym_LBRACE] = ACTIONS(2335), - [anon_sym_RBRACE] = ACTIONS(2335), - [anon_sym_typeof] = ACTIONS(2337), - [anon_sym_import] = ACTIONS(2337), - [anon_sym_var] = ACTIONS(2337), - [anon_sym_let] = ACTIONS(2337), - [anon_sym_const] = ACTIONS(2337), - [anon_sym_BANG] = ACTIONS(2335), - [anon_sym_else] = ACTIONS(2337), - [anon_sym_if] = ACTIONS(2337), - [anon_sym_switch] = ACTIONS(2337), - [anon_sym_for] = ACTIONS(2337), - [anon_sym_LPAREN] = ACTIONS(2335), - [anon_sym_await] = ACTIONS(2337), - [anon_sym_while] = ACTIONS(2337), - [anon_sym_do] = ACTIONS(2337), - [anon_sym_try] = ACTIONS(2337), - [anon_sym_with] = ACTIONS(2337), - [anon_sym_break] = ACTIONS(2337), - [anon_sym_continue] = ACTIONS(2337), - [anon_sym_debugger] = ACTIONS(2337), - [anon_sym_return] = ACTIONS(2337), - [anon_sym_throw] = ACTIONS(2337), - [anon_sym_SEMI] = ACTIONS(2335), - [anon_sym_case] = ACTIONS(2337), - [anon_sym_yield] = ACTIONS(2337), - [anon_sym_LBRACK] = ACTIONS(2335), - [anon_sym_LTtemplate_GT] = ACTIONS(2335), - [anon_sym_LT] = ACTIONS(2337), - [anon_sym_SLASH] = ACTIONS(2337), - [anon_sym_class] = ACTIONS(2337), - [anon_sym_async] = ACTIONS(2337), - [anon_sym_function] = ACTIONS(2337), - [anon_sym_new] = ACTIONS(2337), - [anon_sym_PLUS] = ACTIONS(2337), - [anon_sym_DASH] = ACTIONS(2337), - [anon_sym_TILDE] = ACTIONS(2335), - [anon_sym_void] = ACTIONS(2337), - [anon_sym_delete] = ACTIONS(2337), - [anon_sym_PLUS_PLUS] = ACTIONS(2335), - [anon_sym_DASH_DASH] = ACTIONS(2335), - [anon_sym_DQUOTE] = ACTIONS(2335), - [anon_sym_SQUOTE] = ACTIONS(2335), + [ts_builtin_sym_end] = ACTIONS(2279), + [sym_identifier] = ACTIONS(2281), + [anon_sym_export] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2281), + [anon_sym_type] = ACTIONS(2281), + [anon_sym_namespace] = ACTIONS(2281), + [anon_sym_LBRACE] = ACTIONS(2279), + [anon_sym_RBRACE] = ACTIONS(2279), + [anon_sym_typeof] = ACTIONS(2281), + [anon_sym_import] = ACTIONS(2281), + [anon_sym_var] = ACTIONS(2281), + [anon_sym_let] = ACTIONS(2281), + [anon_sym_const] = ACTIONS(2281), + [anon_sym_BANG] = ACTIONS(2279), + [anon_sym_else] = ACTIONS(2281), + [anon_sym_if] = ACTIONS(2281), + [anon_sym_switch] = ACTIONS(2281), + [anon_sym_for] = ACTIONS(2281), + [anon_sym_LPAREN] = ACTIONS(2279), + [anon_sym_await] = ACTIONS(2281), + [anon_sym_while] = ACTIONS(2281), + [anon_sym_do] = ACTIONS(2281), + [anon_sym_try] = ACTIONS(2281), + [anon_sym_with] = ACTIONS(2281), + [anon_sym_break] = ACTIONS(2281), + [anon_sym_continue] = ACTIONS(2281), + [anon_sym_debugger] = ACTIONS(2281), + [anon_sym_return] = ACTIONS(2281), + [anon_sym_throw] = ACTIONS(2281), + [anon_sym_SEMI] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_yield] = ACTIONS(2281), + [anon_sym_LBRACK] = ACTIONS(2279), + [anon_sym_LTtemplate_GT] = ACTIONS(2279), + [anon_sym_class] = ACTIONS(2281), + [anon_sym_async] = ACTIONS(2281), + [anon_sym_function] = ACTIONS(2281), + [anon_sym_new] = ACTIONS(2281), + [anon_sym_PLUS] = ACTIONS(2281), + [anon_sym_DASH] = ACTIONS(2281), + [anon_sym_SLASH] = ACTIONS(2281), + [anon_sym_LT] = ACTIONS(2281), + [anon_sym_TILDE] = ACTIONS(2279), + [anon_sym_void] = ACTIONS(2281), + [anon_sym_delete] = ACTIONS(2281), + [anon_sym_PLUS_PLUS] = ACTIONS(2279), + [anon_sym_DASH_DASH] = ACTIONS(2281), + [anon_sym_DQUOTE] = ACTIONS(2279), + [anon_sym_SQUOTE] = ACTIONS(2279), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2335), - [sym_number] = ACTIONS(2335), - [sym_this] = ACTIONS(2337), - [sym_super] = ACTIONS(2337), - [sym_true] = ACTIONS(2337), - [sym_false] = ACTIONS(2337), - [sym_null] = ACTIONS(2337), - [sym_undefined] = ACTIONS(2337), - [anon_sym_AT] = ACTIONS(2335), - [anon_sym_static] = ACTIONS(2337), - [anon_sym_readonly] = ACTIONS(2337), - [anon_sym_get] = ACTIONS(2337), - [anon_sym_set] = ACTIONS(2337), - [anon_sym_declare] = ACTIONS(2337), - [anon_sym_public] = ACTIONS(2337), - [anon_sym_private] = ACTIONS(2337), - [anon_sym_protected] = ACTIONS(2337), - [anon_sym_override] = ACTIONS(2337), - [anon_sym_module] = ACTIONS(2337), - [anon_sym_any] = ACTIONS(2337), - [anon_sym_number] = ACTIONS(2337), - [anon_sym_boolean] = ACTIONS(2337), - [anon_sym_string] = ACTIONS(2337), - [anon_sym_symbol] = ACTIONS(2337), - [anon_sym_abstract] = ACTIONS(2337), - [anon_sym_interface] = ACTIONS(2337), - [anon_sym_enum] = ACTIONS(2337), + [anon_sym_BQUOTE] = ACTIONS(2279), + [sym_number] = ACTIONS(2279), + [sym_this] = ACTIONS(2281), + [sym_super] = ACTIONS(2281), + [sym_true] = ACTIONS(2281), + [sym_false] = ACTIONS(2281), + [sym_null] = ACTIONS(2281), + [sym_undefined] = ACTIONS(2281), + [anon_sym_AT] = ACTIONS(2279), + [anon_sym_static] = ACTIONS(2281), + [anon_sym_readonly] = ACTIONS(2281), + [anon_sym_get] = ACTIONS(2281), + [anon_sym_set] = ACTIONS(2281), + [anon_sym_declare] = ACTIONS(2281), + [anon_sym_public] = ACTIONS(2281), + [anon_sym_private] = ACTIONS(2281), + [anon_sym_protected] = ACTIONS(2281), + [anon_sym_override] = ACTIONS(2281), + [anon_sym_module] = ACTIONS(2281), + [anon_sym_any] = ACTIONS(2281), + [anon_sym_number] = ACTIONS(2281), + [anon_sym_boolean] = ACTIONS(2281), + [anon_sym_string] = ACTIONS(2281), + [anon_sym_symbol] = ACTIONS(2281), + [anon_sym_abstract] = ACTIONS(2281), + [anon_sym_interface] = ACTIONS(2281), + [anon_sym_enum] = ACTIONS(2281), }, [704] = { - [ts_builtin_sym_end] = ACTIONS(2339), - [sym_identifier] = ACTIONS(2341), - [anon_sym_export] = ACTIONS(2341), - [anon_sym_default] = ACTIONS(2341), - [anon_sym_type] = ACTIONS(2341), - [anon_sym_namespace] = ACTIONS(2341), - [anon_sym_LBRACE] = ACTIONS(2339), - [anon_sym_RBRACE] = ACTIONS(2339), - [anon_sym_typeof] = ACTIONS(2341), - [anon_sym_import] = ACTIONS(2341), - [anon_sym_var] = ACTIONS(2341), - [anon_sym_let] = ACTIONS(2341), - [anon_sym_const] = ACTIONS(2341), - [anon_sym_BANG] = ACTIONS(2339), - [anon_sym_else] = ACTIONS(2341), - [anon_sym_if] = ACTIONS(2341), - [anon_sym_switch] = ACTIONS(2341), - [anon_sym_for] = ACTIONS(2341), - [anon_sym_LPAREN] = ACTIONS(2339), - [anon_sym_await] = ACTIONS(2341), - [anon_sym_while] = ACTIONS(2341), - [anon_sym_do] = ACTIONS(2341), - [anon_sym_try] = ACTIONS(2341), - [anon_sym_with] = ACTIONS(2341), - [anon_sym_break] = ACTIONS(2341), - [anon_sym_continue] = ACTIONS(2341), - [anon_sym_debugger] = ACTIONS(2341), - [anon_sym_return] = ACTIONS(2341), - [anon_sym_throw] = ACTIONS(2341), - [anon_sym_SEMI] = ACTIONS(2339), - [anon_sym_case] = ACTIONS(2341), - [anon_sym_yield] = ACTIONS(2341), - [anon_sym_LBRACK] = ACTIONS(2339), - [anon_sym_LTtemplate_GT] = ACTIONS(2339), - [anon_sym_LT] = ACTIONS(2341), - [anon_sym_SLASH] = ACTIONS(2341), - [anon_sym_class] = ACTIONS(2341), - [anon_sym_async] = ACTIONS(2341), - [anon_sym_function] = ACTIONS(2341), - [anon_sym_new] = ACTIONS(2341), - [anon_sym_PLUS] = ACTIONS(2341), - [anon_sym_DASH] = ACTIONS(2341), - [anon_sym_TILDE] = ACTIONS(2339), - [anon_sym_void] = ACTIONS(2341), - [anon_sym_delete] = ACTIONS(2341), - [anon_sym_PLUS_PLUS] = ACTIONS(2339), - [anon_sym_DASH_DASH] = ACTIONS(2339), - [anon_sym_DQUOTE] = ACTIONS(2339), - [anon_sym_SQUOTE] = ACTIONS(2339), + [ts_builtin_sym_end] = ACTIONS(2283), + [sym_identifier] = ACTIONS(2285), + [anon_sym_export] = ACTIONS(2285), + [anon_sym_default] = ACTIONS(2285), + [anon_sym_type] = ACTIONS(2285), + [anon_sym_namespace] = ACTIONS(2285), + [anon_sym_LBRACE] = ACTIONS(2283), + [anon_sym_RBRACE] = ACTIONS(2283), + [anon_sym_typeof] = ACTIONS(2285), + [anon_sym_import] = ACTIONS(2285), + [anon_sym_var] = ACTIONS(2285), + [anon_sym_let] = ACTIONS(2285), + [anon_sym_const] = ACTIONS(2285), + [anon_sym_BANG] = ACTIONS(2283), + [anon_sym_else] = ACTIONS(2285), + [anon_sym_if] = ACTIONS(2285), + [anon_sym_switch] = ACTIONS(2285), + [anon_sym_for] = ACTIONS(2285), + [anon_sym_LPAREN] = ACTIONS(2283), + [anon_sym_await] = ACTIONS(2285), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2285), + [anon_sym_try] = ACTIONS(2285), + [anon_sym_with] = ACTIONS(2285), + [anon_sym_break] = ACTIONS(2285), + [anon_sym_continue] = ACTIONS(2285), + [anon_sym_debugger] = ACTIONS(2285), + [anon_sym_return] = ACTIONS(2285), + [anon_sym_throw] = ACTIONS(2285), + [anon_sym_SEMI] = ACTIONS(2283), + [anon_sym_case] = ACTIONS(2285), + [anon_sym_yield] = ACTIONS(2285), + [anon_sym_LBRACK] = ACTIONS(2283), + [anon_sym_LTtemplate_GT] = ACTIONS(2283), + [anon_sym_class] = ACTIONS(2285), + [anon_sym_async] = ACTIONS(2285), + [anon_sym_function] = ACTIONS(2285), + [anon_sym_new] = ACTIONS(2285), + [anon_sym_PLUS] = ACTIONS(2285), + [anon_sym_DASH] = ACTIONS(2285), + [anon_sym_SLASH] = ACTIONS(2285), + [anon_sym_LT] = ACTIONS(2285), + [anon_sym_TILDE] = ACTIONS(2283), + [anon_sym_void] = ACTIONS(2285), + [anon_sym_delete] = ACTIONS(2285), + [anon_sym_PLUS_PLUS] = ACTIONS(2283), + [anon_sym_DASH_DASH] = ACTIONS(2285), + [anon_sym_DQUOTE] = ACTIONS(2283), + [anon_sym_SQUOTE] = ACTIONS(2283), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2339), - [sym_number] = ACTIONS(2339), - [sym_this] = ACTIONS(2341), - [sym_super] = ACTIONS(2341), - [sym_true] = ACTIONS(2341), - [sym_false] = ACTIONS(2341), - [sym_null] = ACTIONS(2341), - [sym_undefined] = ACTIONS(2341), - [anon_sym_AT] = ACTIONS(2339), - [anon_sym_static] = ACTIONS(2341), - [anon_sym_readonly] = ACTIONS(2341), - [anon_sym_get] = ACTIONS(2341), - [anon_sym_set] = ACTIONS(2341), - [anon_sym_declare] = ACTIONS(2341), - [anon_sym_public] = ACTIONS(2341), - [anon_sym_private] = ACTIONS(2341), - [anon_sym_protected] = ACTIONS(2341), - [anon_sym_override] = ACTIONS(2341), - [anon_sym_module] = ACTIONS(2341), - [anon_sym_any] = ACTIONS(2341), - [anon_sym_number] = ACTIONS(2341), - [anon_sym_boolean] = ACTIONS(2341), - [anon_sym_string] = ACTIONS(2341), - [anon_sym_symbol] = ACTIONS(2341), - [anon_sym_abstract] = ACTIONS(2341), - [anon_sym_interface] = ACTIONS(2341), - [anon_sym_enum] = ACTIONS(2341), - }, - [705] = { - [ts_builtin_sym_end] = ACTIONS(2343), - [sym_identifier] = ACTIONS(2345), - [anon_sym_export] = ACTIONS(2345), - [anon_sym_default] = ACTIONS(2345), - [anon_sym_type] = ACTIONS(2345), - [anon_sym_namespace] = ACTIONS(2345), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_RBRACE] = ACTIONS(2343), - [anon_sym_typeof] = ACTIONS(2345), - [anon_sym_import] = ACTIONS(2345), - [anon_sym_var] = ACTIONS(2345), - [anon_sym_let] = ACTIONS(2345), - [anon_sym_const] = ACTIONS(2345), - [anon_sym_BANG] = ACTIONS(2343), - [anon_sym_else] = ACTIONS(2345), - [anon_sym_if] = ACTIONS(2345), - [anon_sym_switch] = ACTIONS(2345), - [anon_sym_for] = ACTIONS(2345), - [anon_sym_LPAREN] = ACTIONS(2343), - [anon_sym_await] = ACTIONS(2345), - [anon_sym_while] = ACTIONS(2345), - [anon_sym_do] = ACTIONS(2345), - [anon_sym_try] = ACTIONS(2345), - [anon_sym_with] = ACTIONS(2345), - [anon_sym_break] = ACTIONS(2345), - [anon_sym_continue] = ACTIONS(2345), - [anon_sym_debugger] = ACTIONS(2345), - [anon_sym_return] = ACTIONS(2345), - [anon_sym_throw] = ACTIONS(2345), - [anon_sym_SEMI] = ACTIONS(2343), - [anon_sym_case] = ACTIONS(2345), - [anon_sym_yield] = ACTIONS(2345), - [anon_sym_LBRACK] = ACTIONS(2343), - [anon_sym_LTtemplate_GT] = ACTIONS(2343), - [anon_sym_LT] = ACTIONS(2345), - [anon_sym_SLASH] = ACTIONS(2345), - [anon_sym_class] = ACTIONS(2345), - [anon_sym_async] = ACTIONS(2345), - [anon_sym_function] = ACTIONS(2345), - [anon_sym_new] = ACTIONS(2345), - [anon_sym_PLUS] = ACTIONS(2345), - [anon_sym_DASH] = ACTIONS(2345), - [anon_sym_TILDE] = ACTIONS(2343), - [anon_sym_void] = ACTIONS(2345), - [anon_sym_delete] = ACTIONS(2345), - [anon_sym_PLUS_PLUS] = ACTIONS(2343), - [anon_sym_DASH_DASH] = ACTIONS(2343), - [anon_sym_DQUOTE] = ACTIONS(2343), - [anon_sym_SQUOTE] = ACTIONS(2343), + [anon_sym_BQUOTE] = ACTIONS(2283), + [sym_number] = ACTIONS(2283), + [sym_this] = ACTIONS(2285), + [sym_super] = ACTIONS(2285), + [sym_true] = ACTIONS(2285), + [sym_false] = ACTIONS(2285), + [sym_null] = ACTIONS(2285), + [sym_undefined] = ACTIONS(2285), + [anon_sym_AT] = ACTIONS(2283), + [anon_sym_static] = ACTIONS(2285), + [anon_sym_readonly] = ACTIONS(2285), + [anon_sym_get] = ACTIONS(2285), + [anon_sym_set] = ACTIONS(2285), + [anon_sym_declare] = ACTIONS(2285), + [anon_sym_public] = ACTIONS(2285), + [anon_sym_private] = ACTIONS(2285), + [anon_sym_protected] = ACTIONS(2285), + [anon_sym_override] = ACTIONS(2285), + [anon_sym_module] = ACTIONS(2285), + [anon_sym_any] = ACTIONS(2285), + [anon_sym_number] = ACTIONS(2285), + [anon_sym_boolean] = ACTIONS(2285), + [anon_sym_string] = ACTIONS(2285), + [anon_sym_symbol] = ACTIONS(2285), + [anon_sym_abstract] = ACTIONS(2285), + [anon_sym_interface] = ACTIONS(2285), + [anon_sym_enum] = ACTIONS(2285), + }, + [705] = { + [ts_builtin_sym_end] = ACTIONS(2287), + [sym_identifier] = ACTIONS(2289), + [anon_sym_export] = ACTIONS(2289), + [anon_sym_default] = ACTIONS(2289), + [anon_sym_type] = ACTIONS(2289), + [anon_sym_namespace] = ACTIONS(2289), + [anon_sym_LBRACE] = ACTIONS(2287), + [anon_sym_RBRACE] = ACTIONS(2287), + [anon_sym_typeof] = ACTIONS(2289), + [anon_sym_import] = ACTIONS(2289), + [anon_sym_var] = ACTIONS(2289), + [anon_sym_let] = ACTIONS(2289), + [anon_sym_const] = ACTIONS(2289), + [anon_sym_BANG] = ACTIONS(2287), + [anon_sym_else] = ACTIONS(2289), + [anon_sym_if] = ACTIONS(2289), + [anon_sym_switch] = ACTIONS(2289), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_LPAREN] = ACTIONS(2287), + [anon_sym_await] = ACTIONS(2289), + [anon_sym_while] = ACTIONS(2289), + [anon_sym_do] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_with] = ACTIONS(2289), + [anon_sym_break] = ACTIONS(2289), + [anon_sym_continue] = ACTIONS(2289), + [anon_sym_debugger] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2289), + [anon_sym_SEMI] = ACTIONS(2287), + [anon_sym_case] = ACTIONS(2289), + [anon_sym_yield] = ACTIONS(2289), + [anon_sym_LBRACK] = ACTIONS(2287), + [anon_sym_LTtemplate_GT] = ACTIONS(2287), + [anon_sym_class] = ACTIONS(2289), + [anon_sym_async] = ACTIONS(2289), + [anon_sym_function] = ACTIONS(2289), + [anon_sym_new] = ACTIONS(2289), + [anon_sym_PLUS] = ACTIONS(2289), + [anon_sym_DASH] = ACTIONS(2289), + [anon_sym_SLASH] = ACTIONS(2289), + [anon_sym_LT] = ACTIONS(2289), + [anon_sym_TILDE] = ACTIONS(2287), + [anon_sym_void] = ACTIONS(2289), + [anon_sym_delete] = ACTIONS(2289), + [anon_sym_PLUS_PLUS] = ACTIONS(2287), + [anon_sym_DASH_DASH] = ACTIONS(2289), + [anon_sym_DQUOTE] = ACTIONS(2287), + [anon_sym_SQUOTE] = ACTIONS(2287), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2343), - [sym_number] = ACTIONS(2343), - [sym_this] = ACTIONS(2345), - [sym_super] = ACTIONS(2345), - [sym_true] = ACTIONS(2345), - [sym_false] = ACTIONS(2345), - [sym_null] = ACTIONS(2345), - [sym_undefined] = ACTIONS(2345), - [anon_sym_AT] = ACTIONS(2343), - [anon_sym_static] = ACTIONS(2345), - [anon_sym_readonly] = ACTIONS(2345), - [anon_sym_get] = ACTIONS(2345), - [anon_sym_set] = ACTIONS(2345), - [anon_sym_declare] = ACTIONS(2345), - [anon_sym_public] = ACTIONS(2345), - [anon_sym_private] = ACTIONS(2345), - [anon_sym_protected] = ACTIONS(2345), - [anon_sym_override] = ACTIONS(2345), - [anon_sym_module] = ACTIONS(2345), - [anon_sym_any] = ACTIONS(2345), - [anon_sym_number] = ACTIONS(2345), - [anon_sym_boolean] = ACTIONS(2345), - [anon_sym_string] = ACTIONS(2345), - [anon_sym_symbol] = ACTIONS(2345), - [anon_sym_abstract] = ACTIONS(2345), - [anon_sym_interface] = ACTIONS(2345), - [anon_sym_enum] = ACTIONS(2345), + [anon_sym_BQUOTE] = ACTIONS(2287), + [sym_number] = ACTIONS(2287), + [sym_this] = ACTIONS(2289), + [sym_super] = ACTIONS(2289), + [sym_true] = ACTIONS(2289), + [sym_false] = ACTIONS(2289), + [sym_null] = ACTIONS(2289), + [sym_undefined] = ACTIONS(2289), + [anon_sym_AT] = ACTIONS(2287), + [anon_sym_static] = ACTIONS(2289), + [anon_sym_readonly] = ACTIONS(2289), + [anon_sym_get] = ACTIONS(2289), + [anon_sym_set] = ACTIONS(2289), + [anon_sym_declare] = ACTIONS(2289), + [anon_sym_public] = ACTIONS(2289), + [anon_sym_private] = ACTIONS(2289), + [anon_sym_protected] = ACTIONS(2289), + [anon_sym_override] = ACTIONS(2289), + [anon_sym_module] = ACTIONS(2289), + [anon_sym_any] = ACTIONS(2289), + [anon_sym_number] = ACTIONS(2289), + [anon_sym_boolean] = ACTIONS(2289), + [anon_sym_string] = ACTIONS(2289), + [anon_sym_symbol] = ACTIONS(2289), + [anon_sym_abstract] = ACTIONS(2289), + [anon_sym_interface] = ACTIONS(2289), + [anon_sym_enum] = ACTIONS(2289), }, [706] = { - [ts_builtin_sym_end] = ACTIONS(2347), - [sym_identifier] = ACTIONS(2349), - [anon_sym_export] = ACTIONS(2349), - [anon_sym_default] = ACTIONS(2349), - [anon_sym_type] = ACTIONS(2349), - [anon_sym_namespace] = ACTIONS(2349), - [anon_sym_LBRACE] = ACTIONS(2347), - [anon_sym_RBRACE] = ACTIONS(2347), - [anon_sym_typeof] = ACTIONS(2349), - [anon_sym_import] = ACTIONS(2349), - [anon_sym_var] = ACTIONS(2349), - [anon_sym_let] = ACTIONS(2349), - [anon_sym_const] = ACTIONS(2349), - [anon_sym_BANG] = ACTIONS(2347), - [anon_sym_else] = ACTIONS(2349), - [anon_sym_if] = ACTIONS(2349), - [anon_sym_switch] = ACTIONS(2349), - [anon_sym_for] = ACTIONS(2349), - [anon_sym_LPAREN] = ACTIONS(2347), - [anon_sym_await] = ACTIONS(2349), - [anon_sym_while] = ACTIONS(2349), - [anon_sym_do] = ACTIONS(2349), - [anon_sym_try] = ACTIONS(2349), - [anon_sym_with] = ACTIONS(2349), - [anon_sym_break] = ACTIONS(2349), - [anon_sym_continue] = ACTIONS(2349), - [anon_sym_debugger] = ACTIONS(2349), - [anon_sym_return] = ACTIONS(2349), - [anon_sym_throw] = ACTIONS(2349), - [anon_sym_SEMI] = ACTIONS(2347), - [anon_sym_case] = ACTIONS(2349), - [anon_sym_yield] = ACTIONS(2349), - [anon_sym_LBRACK] = ACTIONS(2347), - [anon_sym_LTtemplate_GT] = ACTIONS(2347), - [anon_sym_LT] = ACTIONS(2349), - [anon_sym_SLASH] = ACTIONS(2349), - [anon_sym_class] = ACTIONS(2349), - [anon_sym_async] = ACTIONS(2349), - [anon_sym_function] = ACTIONS(2349), - [anon_sym_new] = ACTIONS(2349), - [anon_sym_PLUS] = ACTIONS(2349), - [anon_sym_DASH] = ACTIONS(2349), - [anon_sym_TILDE] = ACTIONS(2347), - [anon_sym_void] = ACTIONS(2349), - [anon_sym_delete] = ACTIONS(2349), - [anon_sym_PLUS_PLUS] = ACTIONS(2347), - [anon_sym_DASH_DASH] = ACTIONS(2347), - [anon_sym_DQUOTE] = ACTIONS(2347), - [anon_sym_SQUOTE] = ACTIONS(2347), + [ts_builtin_sym_end] = ACTIONS(2291), + [sym_identifier] = ACTIONS(2293), + [anon_sym_export] = ACTIONS(2293), + [anon_sym_default] = ACTIONS(2293), + [anon_sym_type] = ACTIONS(2293), + [anon_sym_namespace] = ACTIONS(2293), + [anon_sym_LBRACE] = ACTIONS(2291), + [anon_sym_RBRACE] = ACTIONS(2291), + [anon_sym_typeof] = ACTIONS(2293), + [anon_sym_import] = ACTIONS(2293), + [anon_sym_var] = ACTIONS(2293), + [anon_sym_let] = ACTIONS(2293), + [anon_sym_const] = ACTIONS(2293), + [anon_sym_BANG] = ACTIONS(2291), + [anon_sym_else] = ACTIONS(2293), + [anon_sym_if] = ACTIONS(2293), + [anon_sym_switch] = ACTIONS(2293), + [anon_sym_for] = ACTIONS(2293), + [anon_sym_LPAREN] = ACTIONS(2291), + [anon_sym_await] = ACTIONS(2293), + [anon_sym_while] = ACTIONS(2293), + [anon_sym_do] = ACTIONS(2293), + [anon_sym_try] = ACTIONS(2293), + [anon_sym_with] = ACTIONS(2293), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2293), + [anon_sym_debugger] = ACTIONS(2293), + [anon_sym_return] = ACTIONS(2293), + [anon_sym_throw] = ACTIONS(2293), + [anon_sym_SEMI] = ACTIONS(2291), + [anon_sym_case] = ACTIONS(2293), + [anon_sym_yield] = ACTIONS(2293), + [anon_sym_LBRACK] = ACTIONS(2291), + [anon_sym_LTtemplate_GT] = ACTIONS(2291), + [anon_sym_class] = ACTIONS(2293), + [anon_sym_async] = ACTIONS(2293), + [anon_sym_function] = ACTIONS(2293), + [anon_sym_new] = ACTIONS(2293), + [anon_sym_PLUS] = ACTIONS(2293), + [anon_sym_DASH] = ACTIONS(2293), + [anon_sym_SLASH] = ACTIONS(2293), + [anon_sym_LT] = ACTIONS(2293), + [anon_sym_TILDE] = ACTIONS(2291), + [anon_sym_void] = ACTIONS(2293), + [anon_sym_delete] = ACTIONS(2293), + [anon_sym_PLUS_PLUS] = ACTIONS(2291), + [anon_sym_DASH_DASH] = ACTIONS(2293), + [anon_sym_DQUOTE] = ACTIONS(2291), + [anon_sym_SQUOTE] = ACTIONS(2291), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2347), - [sym_number] = ACTIONS(2347), - [sym_this] = ACTIONS(2349), - [sym_super] = ACTIONS(2349), - [sym_true] = ACTIONS(2349), - [sym_false] = ACTIONS(2349), - [sym_null] = ACTIONS(2349), - [sym_undefined] = ACTIONS(2349), - [anon_sym_AT] = ACTIONS(2347), - [anon_sym_static] = ACTIONS(2349), - [anon_sym_readonly] = ACTIONS(2349), - [anon_sym_get] = ACTIONS(2349), - [anon_sym_set] = ACTIONS(2349), - [anon_sym_declare] = ACTIONS(2349), - [anon_sym_public] = ACTIONS(2349), - [anon_sym_private] = ACTIONS(2349), - [anon_sym_protected] = ACTIONS(2349), - [anon_sym_override] = ACTIONS(2349), - [anon_sym_module] = ACTIONS(2349), - [anon_sym_any] = ACTIONS(2349), - [anon_sym_number] = ACTIONS(2349), - [anon_sym_boolean] = ACTIONS(2349), - [anon_sym_string] = ACTIONS(2349), - [anon_sym_symbol] = ACTIONS(2349), - [anon_sym_abstract] = ACTIONS(2349), - [anon_sym_interface] = ACTIONS(2349), - [anon_sym_enum] = ACTIONS(2349), + [anon_sym_BQUOTE] = ACTIONS(2291), + [sym_number] = ACTIONS(2291), + [sym_this] = ACTIONS(2293), + [sym_super] = ACTIONS(2293), + [sym_true] = ACTIONS(2293), + [sym_false] = ACTIONS(2293), + [sym_null] = ACTIONS(2293), + [sym_undefined] = ACTIONS(2293), + [anon_sym_AT] = ACTIONS(2291), + [anon_sym_static] = ACTIONS(2293), + [anon_sym_readonly] = ACTIONS(2293), + [anon_sym_get] = ACTIONS(2293), + [anon_sym_set] = ACTIONS(2293), + [anon_sym_declare] = ACTIONS(2293), + [anon_sym_public] = ACTIONS(2293), + [anon_sym_private] = ACTIONS(2293), + [anon_sym_protected] = ACTIONS(2293), + [anon_sym_override] = ACTIONS(2293), + [anon_sym_module] = ACTIONS(2293), + [anon_sym_any] = ACTIONS(2293), + [anon_sym_number] = ACTIONS(2293), + [anon_sym_boolean] = ACTIONS(2293), + [anon_sym_string] = ACTIONS(2293), + [anon_sym_symbol] = ACTIONS(2293), + [anon_sym_abstract] = ACTIONS(2293), + [anon_sym_interface] = ACTIONS(2293), + [anon_sym_enum] = ACTIONS(2293), }, [707] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [ts_builtin_sym_end] = ACTIONS(2295), + [sym_identifier] = ACTIONS(2297), + [anon_sym_export] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_type] = ACTIONS(2297), + [anon_sym_namespace] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_RBRACE] = ACTIONS(2295), + [anon_sym_typeof] = ACTIONS(2297), + [anon_sym_import] = ACTIONS(2297), + [anon_sym_var] = ACTIONS(2297), + [anon_sym_let] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_BANG] = ACTIONS(2295), + [anon_sym_else] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2295), + [anon_sym_await] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_try] = ACTIONS(2297), + [anon_sym_with] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_debugger] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_throw] = ACTIONS(2297), + [anon_sym_SEMI] = ACTIONS(2295), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_yield] = ACTIONS(2297), + [anon_sym_LBRACK] = ACTIONS(2295), + [anon_sym_LTtemplate_GT] = ACTIONS(2295), + [anon_sym_class] = ACTIONS(2297), + [anon_sym_async] = ACTIONS(2297), + [anon_sym_function] = ACTIONS(2297), + [anon_sym_new] = ACTIONS(2297), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_SLASH] = ACTIONS(2297), + [anon_sym_LT] = ACTIONS(2297), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_void] = ACTIONS(2297), + [anon_sym_delete] = ACTIONS(2297), + [anon_sym_PLUS_PLUS] = ACTIONS(2295), + [anon_sym_DASH_DASH] = ACTIONS(2297), + [anon_sym_DQUOTE] = ACTIONS(2295), + [anon_sym_SQUOTE] = ACTIONS(2295), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2295), + [sym_number] = ACTIONS(2295), + [sym_this] = ACTIONS(2297), + [sym_super] = ACTIONS(2297), + [sym_true] = ACTIONS(2297), + [sym_false] = ACTIONS(2297), + [sym_null] = ACTIONS(2297), + [sym_undefined] = ACTIONS(2297), + [anon_sym_AT] = ACTIONS(2295), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_readonly] = ACTIONS(2297), + [anon_sym_get] = ACTIONS(2297), + [anon_sym_set] = ACTIONS(2297), + [anon_sym_declare] = ACTIONS(2297), + [anon_sym_public] = ACTIONS(2297), + [anon_sym_private] = ACTIONS(2297), + [anon_sym_protected] = ACTIONS(2297), + [anon_sym_override] = ACTIONS(2297), + [anon_sym_module] = ACTIONS(2297), + [anon_sym_any] = ACTIONS(2297), + [anon_sym_number] = ACTIONS(2297), + [anon_sym_boolean] = ACTIONS(2297), + [anon_sym_string] = ACTIONS(2297), + [anon_sym_symbol] = ACTIONS(2297), + [anon_sym_abstract] = ACTIONS(2297), + [anon_sym_interface] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), }, [708] = { - [ts_builtin_sym_end] = ACTIONS(2351), - [sym_identifier] = ACTIONS(2353), - [anon_sym_export] = ACTIONS(2353), - [anon_sym_default] = ACTIONS(2353), - [anon_sym_type] = ACTIONS(2353), - [anon_sym_namespace] = ACTIONS(2353), - [anon_sym_LBRACE] = ACTIONS(2351), - [anon_sym_RBRACE] = ACTIONS(2351), - [anon_sym_typeof] = ACTIONS(2353), - [anon_sym_import] = ACTIONS(2353), - [anon_sym_var] = ACTIONS(2353), - [anon_sym_let] = ACTIONS(2353), - [anon_sym_const] = ACTIONS(2353), - [anon_sym_BANG] = ACTIONS(2351), - [anon_sym_else] = ACTIONS(2353), - [anon_sym_if] = ACTIONS(2353), - [anon_sym_switch] = ACTIONS(2353), - [anon_sym_for] = ACTIONS(2353), - [anon_sym_LPAREN] = ACTIONS(2351), - [anon_sym_await] = ACTIONS(2353), - [anon_sym_while] = ACTIONS(2353), - [anon_sym_do] = ACTIONS(2353), - [anon_sym_try] = ACTIONS(2353), - [anon_sym_with] = ACTIONS(2353), - [anon_sym_break] = ACTIONS(2353), - [anon_sym_continue] = ACTIONS(2353), - [anon_sym_debugger] = ACTIONS(2353), - [anon_sym_return] = ACTIONS(2353), - [anon_sym_throw] = ACTIONS(2353), - [anon_sym_SEMI] = ACTIONS(2351), - [anon_sym_case] = ACTIONS(2353), - [anon_sym_yield] = ACTIONS(2353), - [anon_sym_LBRACK] = ACTIONS(2351), - [anon_sym_LTtemplate_GT] = ACTIONS(2351), - [anon_sym_LT] = ACTIONS(2353), - [anon_sym_SLASH] = ACTIONS(2353), - [anon_sym_class] = ACTIONS(2353), - [anon_sym_async] = ACTIONS(2353), - [anon_sym_function] = ACTIONS(2353), - [anon_sym_new] = ACTIONS(2353), - [anon_sym_PLUS] = ACTIONS(2353), - [anon_sym_DASH] = ACTIONS(2353), - [anon_sym_TILDE] = ACTIONS(2351), - [anon_sym_void] = ACTIONS(2353), - [anon_sym_delete] = ACTIONS(2353), - [anon_sym_PLUS_PLUS] = ACTIONS(2351), - [anon_sym_DASH_DASH] = ACTIONS(2351), - [anon_sym_DQUOTE] = ACTIONS(2351), - [anon_sym_SQUOTE] = ACTIONS(2351), + [ts_builtin_sym_end] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [anon_sym_export] = ACTIONS(2301), + [anon_sym_default] = ACTIONS(2301), + [anon_sym_type] = ACTIONS(2301), + [anon_sym_namespace] = ACTIONS(2301), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_RBRACE] = ACTIONS(2299), + [anon_sym_typeof] = ACTIONS(2301), + [anon_sym_import] = ACTIONS(2301), + [anon_sym_var] = ACTIONS(2301), + [anon_sym_let] = ACTIONS(2301), + [anon_sym_const] = ACTIONS(2301), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_else] = ACTIONS(2301), + [anon_sym_if] = ACTIONS(2301), + [anon_sym_switch] = ACTIONS(2301), + [anon_sym_for] = ACTIONS(2301), + [anon_sym_LPAREN] = ACTIONS(2299), + [anon_sym_await] = ACTIONS(2301), + [anon_sym_while] = ACTIONS(2301), + [anon_sym_do] = ACTIONS(2301), + [anon_sym_try] = ACTIONS(2301), + [anon_sym_with] = ACTIONS(2301), + [anon_sym_break] = ACTIONS(2301), + [anon_sym_continue] = ACTIONS(2301), + [anon_sym_debugger] = ACTIONS(2301), + [anon_sym_return] = ACTIONS(2301), + [anon_sym_throw] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_case] = ACTIONS(2301), + [anon_sym_yield] = ACTIONS(2301), + [anon_sym_LBRACK] = ACTIONS(2299), + [anon_sym_LTtemplate_GT] = ACTIONS(2299), + [anon_sym_class] = ACTIONS(2301), + [anon_sym_async] = ACTIONS(2301), + [anon_sym_function] = ACTIONS(2301), + [anon_sym_new] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2301), + [anon_sym_DASH] = ACTIONS(2301), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_LT] = ACTIONS(2301), + [anon_sym_TILDE] = ACTIONS(2299), + [anon_sym_void] = ACTIONS(2301), + [anon_sym_delete] = ACTIONS(2301), + [anon_sym_PLUS_PLUS] = ACTIONS(2299), + [anon_sym_DASH_DASH] = ACTIONS(2301), + [anon_sym_DQUOTE] = ACTIONS(2299), + [anon_sym_SQUOTE] = ACTIONS(2299), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2351), - [sym_number] = ACTIONS(2351), - [sym_this] = ACTIONS(2353), - [sym_super] = ACTIONS(2353), - [sym_true] = ACTIONS(2353), - [sym_false] = ACTIONS(2353), - [sym_null] = ACTIONS(2353), - [sym_undefined] = ACTIONS(2353), - [anon_sym_AT] = ACTIONS(2351), - [anon_sym_static] = ACTIONS(2353), - [anon_sym_readonly] = ACTIONS(2353), - [anon_sym_get] = ACTIONS(2353), - [anon_sym_set] = ACTIONS(2353), - [anon_sym_declare] = ACTIONS(2353), - [anon_sym_public] = ACTIONS(2353), - [anon_sym_private] = ACTIONS(2353), - [anon_sym_protected] = ACTIONS(2353), - [anon_sym_override] = ACTIONS(2353), - [anon_sym_module] = ACTIONS(2353), - [anon_sym_any] = ACTIONS(2353), - [anon_sym_number] = ACTIONS(2353), - [anon_sym_boolean] = ACTIONS(2353), - [anon_sym_string] = ACTIONS(2353), - [anon_sym_symbol] = ACTIONS(2353), - [anon_sym_abstract] = ACTIONS(2353), - [anon_sym_interface] = ACTIONS(2353), - [anon_sym_enum] = ACTIONS(2353), + [anon_sym_BQUOTE] = ACTIONS(2299), + [sym_number] = ACTIONS(2299), + [sym_this] = ACTIONS(2301), + [sym_super] = ACTIONS(2301), + [sym_true] = ACTIONS(2301), + [sym_false] = ACTIONS(2301), + [sym_null] = ACTIONS(2301), + [sym_undefined] = ACTIONS(2301), + [anon_sym_AT] = ACTIONS(2299), + [anon_sym_static] = ACTIONS(2301), + [anon_sym_readonly] = ACTIONS(2301), + [anon_sym_get] = ACTIONS(2301), + [anon_sym_set] = ACTIONS(2301), + [anon_sym_declare] = ACTIONS(2301), + [anon_sym_public] = ACTIONS(2301), + [anon_sym_private] = ACTIONS(2301), + [anon_sym_protected] = ACTIONS(2301), + [anon_sym_override] = ACTIONS(2301), + [anon_sym_module] = ACTIONS(2301), + [anon_sym_any] = ACTIONS(2301), + [anon_sym_number] = ACTIONS(2301), + [anon_sym_boolean] = ACTIONS(2301), + [anon_sym_string] = ACTIONS(2301), + [anon_sym_symbol] = ACTIONS(2301), + [anon_sym_abstract] = ACTIONS(2301), + [anon_sym_interface] = ACTIONS(2301), + [anon_sym_enum] = ACTIONS(2301), }, [709] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [ts_builtin_sym_end] = ACTIONS(1542), + [sym_identifier] = ACTIONS(1544), + [anon_sym_export] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_type] = ACTIONS(1544), + [anon_sym_namespace] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1542), + [anon_sym_RBRACE] = ACTIONS(1542), + [anon_sym_typeof] = ACTIONS(1544), + [anon_sym_import] = ACTIONS(1544), + [anon_sym_var] = ACTIONS(1544), + [anon_sym_let] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_BANG] = ACTIONS(1542), + [anon_sym_else] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_LPAREN] = ACTIONS(1542), + [anon_sym_await] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_try] = ACTIONS(1544), + [anon_sym_with] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_debugger] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_throw] = ACTIONS(1544), + [anon_sym_SEMI] = ACTIONS(1542), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_yield] = ACTIONS(1544), + [anon_sym_LBRACK] = ACTIONS(1542), + [anon_sym_LTtemplate_GT] = ACTIONS(1542), + [anon_sym_class] = ACTIONS(1544), + [anon_sym_async] = ACTIONS(1544), + [anon_sym_function] = ACTIONS(1544), + [anon_sym_new] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_SLASH] = ACTIONS(1544), + [anon_sym_LT] = ACTIONS(1544), + [anon_sym_TILDE] = ACTIONS(1542), + [anon_sym_void] = ACTIONS(1544), + [anon_sym_delete] = ACTIONS(1544), + [anon_sym_PLUS_PLUS] = ACTIONS(1542), + [anon_sym_DASH_DASH] = ACTIONS(1544), + [anon_sym_DQUOTE] = ACTIONS(1542), + [anon_sym_SQUOTE] = ACTIONS(1542), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(1542), + [sym_number] = ACTIONS(1542), + [sym_this] = ACTIONS(1544), + [sym_super] = ACTIONS(1544), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [sym_null] = ACTIONS(1544), + [sym_undefined] = ACTIONS(1544), + [anon_sym_AT] = ACTIONS(1542), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_readonly] = ACTIONS(1544), + [anon_sym_get] = ACTIONS(1544), + [anon_sym_set] = ACTIONS(1544), + [anon_sym_declare] = ACTIONS(1544), + [anon_sym_public] = ACTIONS(1544), + [anon_sym_private] = ACTIONS(1544), + [anon_sym_protected] = ACTIONS(1544), + [anon_sym_override] = ACTIONS(1544), + [anon_sym_module] = ACTIONS(1544), + [anon_sym_any] = ACTIONS(1544), + [anon_sym_number] = ACTIONS(1544), + [anon_sym_boolean] = ACTIONS(1544), + [anon_sym_string] = ACTIONS(1544), + [anon_sym_symbol] = ACTIONS(1544), + [anon_sym_abstract] = ACTIONS(1544), + [anon_sym_interface] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), }, [710] = { - [ts_builtin_sym_end] = ACTIONS(2355), - [sym_identifier] = ACTIONS(2357), - [anon_sym_export] = ACTIONS(2357), - [anon_sym_default] = ACTIONS(2357), - [anon_sym_type] = ACTIONS(2357), - [anon_sym_namespace] = ACTIONS(2357), - [anon_sym_LBRACE] = ACTIONS(2355), - [anon_sym_RBRACE] = ACTIONS(2355), - [anon_sym_typeof] = ACTIONS(2357), - [anon_sym_import] = ACTIONS(2357), - [anon_sym_var] = ACTIONS(2357), - [anon_sym_let] = ACTIONS(2357), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_BANG] = ACTIONS(2355), - [anon_sym_else] = ACTIONS(2357), - [anon_sym_if] = ACTIONS(2357), - [anon_sym_switch] = ACTIONS(2357), - [anon_sym_for] = ACTIONS(2357), - [anon_sym_LPAREN] = ACTIONS(2355), - [anon_sym_await] = ACTIONS(2357), - [anon_sym_while] = ACTIONS(2357), - [anon_sym_do] = ACTIONS(2357), - [anon_sym_try] = ACTIONS(2357), - [anon_sym_with] = ACTIONS(2357), - [anon_sym_break] = ACTIONS(2357), - [anon_sym_continue] = ACTIONS(2357), - [anon_sym_debugger] = ACTIONS(2357), - [anon_sym_return] = ACTIONS(2357), - [anon_sym_throw] = ACTIONS(2357), - [anon_sym_SEMI] = ACTIONS(2355), - [anon_sym_case] = ACTIONS(2357), - [anon_sym_yield] = ACTIONS(2357), - [anon_sym_LBRACK] = ACTIONS(2355), - [anon_sym_LTtemplate_GT] = ACTIONS(2355), - [anon_sym_LT] = ACTIONS(2357), - [anon_sym_SLASH] = ACTIONS(2357), - [anon_sym_class] = ACTIONS(2357), - [anon_sym_async] = ACTIONS(2357), - [anon_sym_function] = ACTIONS(2357), - [anon_sym_new] = ACTIONS(2357), - [anon_sym_PLUS] = ACTIONS(2357), - [anon_sym_DASH] = ACTIONS(2357), - [anon_sym_TILDE] = ACTIONS(2355), - [anon_sym_void] = ACTIONS(2357), - [anon_sym_delete] = ACTIONS(2357), - [anon_sym_PLUS_PLUS] = ACTIONS(2355), - [anon_sym_DASH_DASH] = ACTIONS(2355), - [anon_sym_DQUOTE] = ACTIONS(2355), - [anon_sym_SQUOTE] = ACTIONS(2355), + [ts_builtin_sym_end] = ACTIONS(2303), + [sym_identifier] = ACTIONS(2305), + [anon_sym_export] = ACTIONS(2305), + [anon_sym_default] = ACTIONS(2305), + [anon_sym_type] = ACTIONS(2305), + [anon_sym_namespace] = ACTIONS(2305), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_RBRACE] = ACTIONS(2303), + [anon_sym_typeof] = ACTIONS(2305), + [anon_sym_import] = ACTIONS(2305), + [anon_sym_var] = ACTIONS(2305), + [anon_sym_let] = ACTIONS(2305), + [anon_sym_const] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2303), + [anon_sym_else] = ACTIONS(2305), + [anon_sym_if] = ACTIONS(2305), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_for] = ACTIONS(2305), + [anon_sym_LPAREN] = ACTIONS(2303), + [anon_sym_await] = ACTIONS(2305), + [anon_sym_while] = ACTIONS(2305), + [anon_sym_do] = ACTIONS(2305), + [anon_sym_try] = ACTIONS(2305), + [anon_sym_with] = ACTIONS(2305), + [anon_sym_break] = ACTIONS(2305), + [anon_sym_continue] = ACTIONS(2305), + [anon_sym_debugger] = ACTIONS(2305), + [anon_sym_return] = ACTIONS(2305), + [anon_sym_throw] = ACTIONS(2305), + [anon_sym_SEMI] = ACTIONS(2303), + [anon_sym_case] = ACTIONS(2305), + [anon_sym_yield] = ACTIONS(2305), + [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_LTtemplate_GT] = ACTIONS(2303), + [anon_sym_class] = ACTIONS(2305), + [anon_sym_async] = ACTIONS(2305), + [anon_sym_function] = ACTIONS(2305), + [anon_sym_new] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2305), + [anon_sym_DASH] = ACTIONS(2305), + [anon_sym_SLASH] = ACTIONS(2305), + [anon_sym_LT] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2303), + [anon_sym_void] = ACTIONS(2305), + [anon_sym_delete] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_DQUOTE] = ACTIONS(2303), + [anon_sym_SQUOTE] = ACTIONS(2303), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2355), - [sym_number] = ACTIONS(2355), - [sym_this] = ACTIONS(2357), - [sym_super] = ACTIONS(2357), - [sym_true] = ACTIONS(2357), - [sym_false] = ACTIONS(2357), - [sym_null] = ACTIONS(2357), - [sym_undefined] = ACTIONS(2357), - [anon_sym_AT] = ACTIONS(2355), - [anon_sym_static] = ACTIONS(2357), - [anon_sym_readonly] = ACTIONS(2357), - [anon_sym_get] = ACTIONS(2357), - [anon_sym_set] = ACTIONS(2357), - [anon_sym_declare] = ACTIONS(2357), - [anon_sym_public] = ACTIONS(2357), - [anon_sym_private] = ACTIONS(2357), - [anon_sym_protected] = ACTIONS(2357), - [anon_sym_override] = ACTIONS(2357), - [anon_sym_module] = ACTIONS(2357), - [anon_sym_any] = ACTIONS(2357), - [anon_sym_number] = ACTIONS(2357), - [anon_sym_boolean] = ACTIONS(2357), - [anon_sym_string] = ACTIONS(2357), - [anon_sym_symbol] = ACTIONS(2357), - [anon_sym_abstract] = ACTIONS(2357), - [anon_sym_interface] = ACTIONS(2357), - [anon_sym_enum] = ACTIONS(2357), + [anon_sym_BQUOTE] = ACTIONS(2303), + [sym_number] = ACTIONS(2303), + [sym_this] = ACTIONS(2305), + [sym_super] = ACTIONS(2305), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_null] = ACTIONS(2305), + [sym_undefined] = ACTIONS(2305), + [anon_sym_AT] = ACTIONS(2303), + [anon_sym_static] = ACTIONS(2305), + [anon_sym_readonly] = ACTIONS(2305), + [anon_sym_get] = ACTIONS(2305), + [anon_sym_set] = ACTIONS(2305), + [anon_sym_declare] = ACTIONS(2305), + [anon_sym_public] = ACTIONS(2305), + [anon_sym_private] = ACTIONS(2305), + [anon_sym_protected] = ACTIONS(2305), + [anon_sym_override] = ACTIONS(2305), + [anon_sym_module] = ACTIONS(2305), + [anon_sym_any] = ACTIONS(2305), + [anon_sym_number] = ACTIONS(2305), + [anon_sym_boolean] = ACTIONS(2305), + [anon_sym_string] = ACTIONS(2305), + [anon_sym_symbol] = ACTIONS(2305), + [anon_sym_abstract] = ACTIONS(2305), + [anon_sym_interface] = ACTIONS(2305), + [anon_sym_enum] = ACTIONS(2305), }, [711] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [ts_builtin_sym_end] = ACTIONS(2307), + [sym_identifier] = ACTIONS(2309), + [anon_sym_export] = ACTIONS(2309), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_type] = ACTIONS(2309), + [anon_sym_namespace] = ACTIONS(2309), + [anon_sym_LBRACE] = ACTIONS(2307), + [anon_sym_RBRACE] = ACTIONS(2307), + [anon_sym_typeof] = ACTIONS(2309), + [anon_sym_import] = ACTIONS(2309), + [anon_sym_var] = ACTIONS(2309), + [anon_sym_let] = ACTIONS(2309), + [anon_sym_const] = ACTIONS(2309), + [anon_sym_BANG] = ACTIONS(2307), + [anon_sym_else] = ACTIONS(2309), + [anon_sym_if] = ACTIONS(2309), + [anon_sym_switch] = ACTIONS(2309), + [anon_sym_for] = ACTIONS(2309), + [anon_sym_LPAREN] = ACTIONS(2307), + [anon_sym_await] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2309), + [anon_sym_do] = ACTIONS(2309), + [anon_sym_try] = ACTIONS(2309), + [anon_sym_with] = ACTIONS(2309), + [anon_sym_break] = ACTIONS(2309), + [anon_sym_continue] = ACTIONS(2309), + [anon_sym_debugger] = ACTIONS(2309), + [anon_sym_return] = ACTIONS(2309), + [anon_sym_throw] = ACTIONS(2309), + [anon_sym_SEMI] = ACTIONS(2307), + [anon_sym_case] = ACTIONS(2309), + [anon_sym_yield] = ACTIONS(2309), + [anon_sym_LBRACK] = ACTIONS(2307), + [anon_sym_LTtemplate_GT] = ACTIONS(2307), + [anon_sym_class] = ACTIONS(2309), + [anon_sym_async] = ACTIONS(2309), + [anon_sym_function] = ACTIONS(2309), + [anon_sym_new] = ACTIONS(2309), + [anon_sym_PLUS] = ACTIONS(2309), + [anon_sym_DASH] = ACTIONS(2309), + [anon_sym_SLASH] = ACTIONS(2309), + [anon_sym_LT] = ACTIONS(2309), + [anon_sym_TILDE] = ACTIONS(2307), + [anon_sym_void] = ACTIONS(2309), + [anon_sym_delete] = ACTIONS(2309), + [anon_sym_PLUS_PLUS] = ACTIONS(2307), + [anon_sym_DASH_DASH] = ACTIONS(2309), + [anon_sym_DQUOTE] = ACTIONS(2307), + [anon_sym_SQUOTE] = ACTIONS(2307), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2307), + [sym_number] = ACTIONS(2307), + [sym_this] = ACTIONS(2309), + [sym_super] = ACTIONS(2309), + [sym_true] = ACTIONS(2309), + [sym_false] = ACTIONS(2309), + [sym_null] = ACTIONS(2309), + [sym_undefined] = ACTIONS(2309), + [anon_sym_AT] = ACTIONS(2307), + [anon_sym_static] = ACTIONS(2309), + [anon_sym_readonly] = ACTIONS(2309), + [anon_sym_get] = ACTIONS(2309), + [anon_sym_set] = ACTIONS(2309), + [anon_sym_declare] = ACTIONS(2309), + [anon_sym_public] = ACTIONS(2309), + [anon_sym_private] = ACTIONS(2309), + [anon_sym_protected] = ACTIONS(2309), + [anon_sym_override] = ACTIONS(2309), + [anon_sym_module] = ACTIONS(2309), + [anon_sym_any] = ACTIONS(2309), + [anon_sym_number] = ACTIONS(2309), + [anon_sym_boolean] = ACTIONS(2309), + [anon_sym_string] = ACTIONS(2309), + [anon_sym_symbol] = ACTIONS(2309), + [anon_sym_abstract] = ACTIONS(2309), + [anon_sym_interface] = ACTIONS(2309), + [anon_sym_enum] = ACTIONS(2309), }, [712] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [ts_builtin_sym_end] = ACTIONS(2295), + [sym_identifier] = ACTIONS(2297), + [anon_sym_export] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_type] = ACTIONS(2297), + [anon_sym_namespace] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_RBRACE] = ACTIONS(2295), + [anon_sym_typeof] = ACTIONS(2297), + [anon_sym_import] = ACTIONS(2297), + [anon_sym_var] = ACTIONS(2297), + [anon_sym_let] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_BANG] = ACTIONS(2295), + [anon_sym_else] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2295), + [anon_sym_await] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_try] = ACTIONS(2297), + [anon_sym_with] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_debugger] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_throw] = ACTIONS(2297), + [anon_sym_SEMI] = ACTIONS(2295), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_yield] = ACTIONS(2297), + [anon_sym_LBRACK] = ACTIONS(2295), + [anon_sym_LTtemplate_GT] = ACTIONS(2295), + [anon_sym_class] = ACTIONS(2297), + [anon_sym_async] = ACTIONS(2297), + [anon_sym_function] = ACTIONS(2297), + [anon_sym_new] = ACTIONS(2297), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_SLASH] = ACTIONS(2297), + [anon_sym_LT] = ACTIONS(2297), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_void] = ACTIONS(2297), + [anon_sym_delete] = ACTIONS(2297), + [anon_sym_PLUS_PLUS] = ACTIONS(2295), + [anon_sym_DASH_DASH] = ACTIONS(2297), + [anon_sym_DQUOTE] = ACTIONS(2295), + [anon_sym_SQUOTE] = ACTIONS(2295), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2295), + [sym_number] = ACTIONS(2295), + [sym_this] = ACTIONS(2297), + [sym_super] = ACTIONS(2297), + [sym_true] = ACTIONS(2297), + [sym_false] = ACTIONS(2297), + [sym_null] = ACTIONS(2297), + [sym_undefined] = ACTIONS(2297), + [anon_sym_AT] = ACTIONS(2295), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_readonly] = ACTIONS(2297), + [anon_sym_get] = ACTIONS(2297), + [anon_sym_set] = ACTIONS(2297), + [anon_sym_declare] = ACTIONS(2297), + [anon_sym_public] = ACTIONS(2297), + [anon_sym_private] = ACTIONS(2297), + [anon_sym_protected] = ACTIONS(2297), + [anon_sym_override] = ACTIONS(2297), + [anon_sym_module] = ACTIONS(2297), + [anon_sym_any] = ACTIONS(2297), + [anon_sym_number] = ACTIONS(2297), + [anon_sym_boolean] = ACTIONS(2297), + [anon_sym_string] = ACTIONS(2297), + [anon_sym_symbol] = ACTIONS(2297), + [anon_sym_abstract] = ACTIONS(2297), + [anon_sym_interface] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), }, [713] = { - [ts_builtin_sym_end] = ACTIONS(2359), - [sym_identifier] = ACTIONS(2361), - [anon_sym_export] = ACTIONS(2361), - [anon_sym_default] = ACTIONS(2361), - [anon_sym_type] = ACTIONS(2361), - [anon_sym_namespace] = ACTIONS(2361), - [anon_sym_LBRACE] = ACTIONS(2359), - [anon_sym_RBRACE] = ACTIONS(2359), - [anon_sym_typeof] = ACTIONS(2361), - [anon_sym_import] = ACTIONS(2361), - [anon_sym_var] = ACTIONS(2361), - [anon_sym_let] = ACTIONS(2361), - [anon_sym_const] = ACTIONS(2361), - [anon_sym_BANG] = ACTIONS(2359), - [anon_sym_else] = ACTIONS(2361), - [anon_sym_if] = ACTIONS(2361), - [anon_sym_switch] = ACTIONS(2361), - [anon_sym_for] = ACTIONS(2361), - [anon_sym_LPAREN] = ACTIONS(2359), - [anon_sym_await] = ACTIONS(2361), - [anon_sym_while] = ACTIONS(2361), - [anon_sym_do] = ACTIONS(2361), - [anon_sym_try] = ACTIONS(2361), - [anon_sym_with] = ACTIONS(2361), - [anon_sym_break] = ACTIONS(2361), - [anon_sym_continue] = ACTIONS(2361), - [anon_sym_debugger] = ACTIONS(2361), - [anon_sym_return] = ACTIONS(2361), - [anon_sym_throw] = ACTIONS(2361), - [anon_sym_SEMI] = ACTIONS(2359), - [anon_sym_case] = ACTIONS(2361), - [anon_sym_yield] = ACTIONS(2361), - [anon_sym_LBRACK] = ACTIONS(2359), - [anon_sym_LTtemplate_GT] = ACTIONS(2359), - [anon_sym_LT] = ACTIONS(2361), - [anon_sym_SLASH] = ACTIONS(2361), - [anon_sym_class] = ACTIONS(2361), - [anon_sym_async] = ACTIONS(2361), - [anon_sym_function] = ACTIONS(2361), - [anon_sym_new] = ACTIONS(2361), - [anon_sym_PLUS] = ACTIONS(2361), - [anon_sym_DASH] = ACTIONS(2361), - [anon_sym_TILDE] = ACTIONS(2359), - [anon_sym_void] = ACTIONS(2361), - [anon_sym_delete] = ACTIONS(2361), - [anon_sym_PLUS_PLUS] = ACTIONS(2359), - [anon_sym_DASH_DASH] = ACTIONS(2359), - [anon_sym_DQUOTE] = ACTIONS(2359), - [anon_sym_SQUOTE] = ACTIONS(2359), + [ts_builtin_sym_end] = ACTIONS(2311), + [sym_identifier] = ACTIONS(2313), + [anon_sym_export] = ACTIONS(2313), + [anon_sym_default] = ACTIONS(2313), + [anon_sym_type] = ACTIONS(2313), + [anon_sym_namespace] = ACTIONS(2313), + [anon_sym_LBRACE] = ACTIONS(2311), + [anon_sym_RBRACE] = ACTIONS(2311), + [anon_sym_typeof] = ACTIONS(2313), + [anon_sym_import] = ACTIONS(2313), + [anon_sym_var] = ACTIONS(2313), + [anon_sym_let] = ACTIONS(2313), + [anon_sym_const] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2311), + [anon_sym_else] = ACTIONS(2313), + [anon_sym_if] = ACTIONS(2313), + [anon_sym_switch] = ACTIONS(2313), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_LPAREN] = ACTIONS(2311), + [anon_sym_await] = ACTIONS(2313), + [anon_sym_while] = ACTIONS(2313), + [anon_sym_do] = ACTIONS(2313), + [anon_sym_try] = ACTIONS(2313), + [anon_sym_with] = ACTIONS(2313), + [anon_sym_break] = ACTIONS(2313), + [anon_sym_continue] = ACTIONS(2313), + [anon_sym_debugger] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2313), + [anon_sym_throw] = ACTIONS(2313), + [anon_sym_SEMI] = ACTIONS(2311), + [anon_sym_case] = ACTIONS(2313), + [anon_sym_yield] = ACTIONS(2313), + [anon_sym_LBRACK] = ACTIONS(2311), + [anon_sym_LTtemplate_GT] = ACTIONS(2311), + [anon_sym_class] = ACTIONS(2313), + [anon_sym_async] = ACTIONS(2313), + [anon_sym_function] = ACTIONS(2313), + [anon_sym_new] = ACTIONS(2313), + [anon_sym_PLUS] = ACTIONS(2313), + [anon_sym_DASH] = ACTIONS(2313), + [anon_sym_SLASH] = ACTIONS(2313), + [anon_sym_LT] = ACTIONS(2313), + [anon_sym_TILDE] = ACTIONS(2311), + [anon_sym_void] = ACTIONS(2313), + [anon_sym_delete] = ACTIONS(2313), + [anon_sym_PLUS_PLUS] = ACTIONS(2311), + [anon_sym_DASH_DASH] = ACTIONS(2313), + [anon_sym_DQUOTE] = ACTIONS(2311), + [anon_sym_SQUOTE] = ACTIONS(2311), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2359), - [sym_number] = ACTIONS(2359), - [sym_this] = ACTIONS(2361), - [sym_super] = ACTIONS(2361), - [sym_true] = ACTIONS(2361), - [sym_false] = ACTIONS(2361), - [sym_null] = ACTIONS(2361), - [sym_undefined] = ACTIONS(2361), - [anon_sym_AT] = ACTIONS(2359), - [anon_sym_static] = ACTIONS(2361), - [anon_sym_readonly] = ACTIONS(2361), - [anon_sym_get] = ACTIONS(2361), - [anon_sym_set] = ACTIONS(2361), - [anon_sym_declare] = ACTIONS(2361), - [anon_sym_public] = ACTIONS(2361), - [anon_sym_private] = ACTIONS(2361), - [anon_sym_protected] = ACTIONS(2361), - [anon_sym_override] = ACTIONS(2361), - [anon_sym_module] = ACTIONS(2361), - [anon_sym_any] = ACTIONS(2361), - [anon_sym_number] = ACTIONS(2361), - [anon_sym_boolean] = ACTIONS(2361), - [anon_sym_string] = ACTIONS(2361), - [anon_sym_symbol] = ACTIONS(2361), - [anon_sym_abstract] = ACTIONS(2361), - [anon_sym_interface] = ACTIONS(2361), - [anon_sym_enum] = ACTIONS(2361), + [anon_sym_BQUOTE] = ACTIONS(2311), + [sym_number] = ACTIONS(2311), + [sym_this] = ACTIONS(2313), + [sym_super] = ACTIONS(2313), + [sym_true] = ACTIONS(2313), + [sym_false] = ACTIONS(2313), + [sym_null] = ACTIONS(2313), + [sym_undefined] = ACTIONS(2313), + [anon_sym_AT] = ACTIONS(2311), + [anon_sym_static] = ACTIONS(2313), + [anon_sym_readonly] = ACTIONS(2313), + [anon_sym_get] = ACTIONS(2313), + [anon_sym_set] = ACTIONS(2313), + [anon_sym_declare] = ACTIONS(2313), + [anon_sym_public] = ACTIONS(2313), + [anon_sym_private] = ACTIONS(2313), + [anon_sym_protected] = ACTIONS(2313), + [anon_sym_override] = ACTIONS(2313), + [anon_sym_module] = ACTIONS(2313), + [anon_sym_any] = ACTIONS(2313), + [anon_sym_number] = ACTIONS(2313), + [anon_sym_boolean] = ACTIONS(2313), + [anon_sym_string] = ACTIONS(2313), + [anon_sym_symbol] = ACTIONS(2313), + [anon_sym_abstract] = ACTIONS(2313), + [anon_sym_interface] = ACTIONS(2313), + [anon_sym_enum] = ACTIONS(2313), }, [714] = { - [ts_builtin_sym_end] = ACTIONS(2363), - [sym_identifier] = ACTIONS(2365), - [anon_sym_export] = ACTIONS(2365), - [anon_sym_default] = ACTIONS(2365), - [anon_sym_type] = ACTIONS(2365), - [anon_sym_namespace] = ACTIONS(2365), - [anon_sym_LBRACE] = ACTIONS(2363), - [anon_sym_RBRACE] = ACTIONS(2363), - [anon_sym_typeof] = ACTIONS(2365), - [anon_sym_import] = ACTIONS(2365), - [anon_sym_var] = ACTIONS(2365), - [anon_sym_let] = ACTIONS(2365), - [anon_sym_const] = ACTIONS(2365), - [anon_sym_BANG] = ACTIONS(2363), - [anon_sym_else] = ACTIONS(2365), - [anon_sym_if] = ACTIONS(2365), - [anon_sym_switch] = ACTIONS(2365), - [anon_sym_for] = ACTIONS(2365), - [anon_sym_LPAREN] = ACTIONS(2363), - [anon_sym_await] = ACTIONS(2365), - [anon_sym_while] = ACTIONS(2365), - [anon_sym_do] = ACTIONS(2365), - [anon_sym_try] = ACTIONS(2365), - [anon_sym_with] = ACTIONS(2365), - [anon_sym_break] = ACTIONS(2365), - [anon_sym_continue] = ACTIONS(2365), - [anon_sym_debugger] = ACTIONS(2365), - [anon_sym_return] = ACTIONS(2365), - [anon_sym_throw] = ACTIONS(2365), - [anon_sym_SEMI] = ACTIONS(2363), - [anon_sym_case] = ACTIONS(2365), - [anon_sym_yield] = ACTIONS(2365), - [anon_sym_LBRACK] = ACTIONS(2363), - [anon_sym_LTtemplate_GT] = ACTIONS(2363), - [anon_sym_LT] = ACTIONS(2365), - [anon_sym_SLASH] = ACTIONS(2365), - [anon_sym_class] = ACTIONS(2365), - [anon_sym_async] = ACTIONS(2365), - [anon_sym_function] = ACTIONS(2365), - [anon_sym_new] = ACTIONS(2365), - [anon_sym_PLUS] = ACTIONS(2365), - [anon_sym_DASH] = ACTIONS(2365), - [anon_sym_TILDE] = ACTIONS(2363), - [anon_sym_void] = ACTIONS(2365), - [anon_sym_delete] = ACTIONS(2365), - [anon_sym_PLUS_PLUS] = ACTIONS(2363), - [anon_sym_DASH_DASH] = ACTIONS(2363), - [anon_sym_DQUOTE] = ACTIONS(2363), - [anon_sym_SQUOTE] = ACTIONS(2363), + [ts_builtin_sym_end] = ACTIONS(2315), + [sym_identifier] = ACTIONS(2317), + [anon_sym_export] = ACTIONS(2317), + [anon_sym_default] = ACTIONS(2317), + [anon_sym_type] = ACTIONS(2317), + [anon_sym_namespace] = ACTIONS(2317), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_RBRACE] = ACTIONS(2315), + [anon_sym_typeof] = ACTIONS(2317), + [anon_sym_import] = ACTIONS(2317), + [anon_sym_var] = ACTIONS(2317), + [anon_sym_let] = ACTIONS(2317), + [anon_sym_const] = ACTIONS(2317), + [anon_sym_BANG] = ACTIONS(2315), + [anon_sym_else] = ACTIONS(2317), + [anon_sym_if] = ACTIONS(2317), + [anon_sym_switch] = ACTIONS(2317), + [anon_sym_for] = ACTIONS(2317), + [anon_sym_LPAREN] = ACTIONS(2315), + [anon_sym_await] = ACTIONS(2317), + [anon_sym_while] = ACTIONS(2317), + [anon_sym_do] = ACTIONS(2317), + [anon_sym_try] = ACTIONS(2317), + [anon_sym_with] = ACTIONS(2317), + [anon_sym_break] = ACTIONS(2317), + [anon_sym_continue] = ACTIONS(2317), + [anon_sym_debugger] = ACTIONS(2317), + [anon_sym_return] = ACTIONS(2317), + [anon_sym_throw] = ACTIONS(2317), + [anon_sym_SEMI] = ACTIONS(2315), + [anon_sym_case] = ACTIONS(2317), + [anon_sym_yield] = ACTIONS(2317), + [anon_sym_LBRACK] = ACTIONS(2315), + [anon_sym_LTtemplate_GT] = ACTIONS(2315), + [anon_sym_class] = ACTIONS(2317), + [anon_sym_async] = ACTIONS(2317), + [anon_sym_function] = ACTIONS(2317), + [anon_sym_new] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2317), + [anon_sym_DASH] = ACTIONS(2317), + [anon_sym_SLASH] = ACTIONS(2317), + [anon_sym_LT] = ACTIONS(2317), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_void] = ACTIONS(2317), + [anon_sym_delete] = ACTIONS(2317), + [anon_sym_PLUS_PLUS] = ACTIONS(2315), + [anon_sym_DASH_DASH] = ACTIONS(2317), + [anon_sym_DQUOTE] = ACTIONS(2315), + [anon_sym_SQUOTE] = ACTIONS(2315), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2363), - [sym_number] = ACTIONS(2363), - [sym_this] = ACTIONS(2365), - [sym_super] = ACTIONS(2365), - [sym_true] = ACTIONS(2365), - [sym_false] = ACTIONS(2365), - [sym_null] = ACTIONS(2365), - [sym_undefined] = ACTIONS(2365), - [anon_sym_AT] = ACTIONS(2363), - [anon_sym_static] = ACTIONS(2365), - [anon_sym_readonly] = ACTIONS(2365), - [anon_sym_get] = ACTIONS(2365), - [anon_sym_set] = ACTIONS(2365), - [anon_sym_declare] = ACTIONS(2365), - [anon_sym_public] = ACTIONS(2365), - [anon_sym_private] = ACTIONS(2365), - [anon_sym_protected] = ACTIONS(2365), - [anon_sym_override] = ACTIONS(2365), - [anon_sym_module] = ACTIONS(2365), - [anon_sym_any] = ACTIONS(2365), - [anon_sym_number] = ACTIONS(2365), - [anon_sym_boolean] = ACTIONS(2365), - [anon_sym_string] = ACTIONS(2365), - [anon_sym_symbol] = ACTIONS(2365), - [anon_sym_abstract] = ACTIONS(2365), - [anon_sym_interface] = ACTIONS(2365), - [anon_sym_enum] = ACTIONS(2365), + [anon_sym_BQUOTE] = ACTIONS(2315), + [sym_number] = ACTIONS(2315), + [sym_this] = ACTIONS(2317), + [sym_super] = ACTIONS(2317), + [sym_true] = ACTIONS(2317), + [sym_false] = ACTIONS(2317), + [sym_null] = ACTIONS(2317), + [sym_undefined] = ACTIONS(2317), + [anon_sym_AT] = ACTIONS(2315), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_readonly] = ACTIONS(2317), + [anon_sym_get] = ACTIONS(2317), + [anon_sym_set] = ACTIONS(2317), + [anon_sym_declare] = ACTIONS(2317), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_protected] = ACTIONS(2317), + [anon_sym_override] = ACTIONS(2317), + [anon_sym_module] = ACTIONS(2317), + [anon_sym_any] = ACTIONS(2317), + [anon_sym_number] = ACTIONS(2317), + [anon_sym_boolean] = ACTIONS(2317), + [anon_sym_string] = ACTIONS(2317), + [anon_sym_symbol] = ACTIONS(2317), + [anon_sym_abstract] = ACTIONS(2317), + [anon_sym_interface] = ACTIONS(2317), + [anon_sym_enum] = ACTIONS(2317), + }, + [715] = { + [ts_builtin_sym_end] = ACTIONS(2315), + [sym_identifier] = ACTIONS(2317), + [anon_sym_export] = ACTIONS(2317), + [anon_sym_default] = ACTIONS(2317), + [anon_sym_type] = ACTIONS(2317), + [anon_sym_namespace] = ACTIONS(2317), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_RBRACE] = ACTIONS(2315), + [anon_sym_typeof] = ACTIONS(2317), + [anon_sym_import] = ACTIONS(2317), + [anon_sym_var] = ACTIONS(2317), + [anon_sym_let] = ACTIONS(2317), + [anon_sym_const] = ACTIONS(2317), + [anon_sym_BANG] = ACTIONS(2315), + [anon_sym_else] = ACTIONS(2317), + [anon_sym_if] = ACTIONS(2317), + [anon_sym_switch] = ACTIONS(2317), + [anon_sym_for] = ACTIONS(2317), + [anon_sym_LPAREN] = ACTIONS(2315), + [anon_sym_await] = ACTIONS(2317), + [anon_sym_while] = ACTIONS(2317), + [anon_sym_do] = ACTIONS(2317), + [anon_sym_try] = ACTIONS(2317), + [anon_sym_with] = ACTIONS(2317), + [anon_sym_break] = ACTIONS(2317), + [anon_sym_continue] = ACTIONS(2317), + [anon_sym_debugger] = ACTIONS(2317), + [anon_sym_return] = ACTIONS(2317), + [anon_sym_throw] = ACTIONS(2317), + [anon_sym_SEMI] = ACTIONS(2315), + [anon_sym_case] = ACTIONS(2317), + [anon_sym_yield] = ACTIONS(2317), + [anon_sym_LBRACK] = ACTIONS(2315), + [anon_sym_LTtemplate_GT] = ACTIONS(2315), + [anon_sym_class] = ACTIONS(2317), + [anon_sym_async] = ACTIONS(2317), + [anon_sym_function] = ACTIONS(2317), + [anon_sym_new] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2317), + [anon_sym_DASH] = ACTIONS(2317), + [anon_sym_SLASH] = ACTIONS(2317), + [anon_sym_LT] = ACTIONS(2317), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_void] = ACTIONS(2317), + [anon_sym_delete] = ACTIONS(2317), + [anon_sym_PLUS_PLUS] = ACTIONS(2315), + [anon_sym_DASH_DASH] = ACTIONS(2317), + [anon_sym_DQUOTE] = ACTIONS(2315), + [anon_sym_SQUOTE] = ACTIONS(2315), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2315), + [sym_number] = ACTIONS(2315), + [sym_this] = ACTIONS(2317), + [sym_super] = ACTIONS(2317), + [sym_true] = ACTIONS(2317), + [sym_false] = ACTIONS(2317), + [sym_null] = ACTIONS(2317), + [sym_undefined] = ACTIONS(2317), + [anon_sym_AT] = ACTIONS(2315), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_readonly] = ACTIONS(2317), + [anon_sym_get] = ACTIONS(2317), + [anon_sym_set] = ACTIONS(2317), + [anon_sym_declare] = ACTIONS(2317), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_protected] = ACTIONS(2317), + [anon_sym_override] = ACTIONS(2317), + [anon_sym_module] = ACTIONS(2317), + [anon_sym_any] = ACTIONS(2317), + [anon_sym_number] = ACTIONS(2317), + [anon_sym_boolean] = ACTIONS(2317), + [anon_sym_string] = ACTIONS(2317), + [anon_sym_symbol] = ACTIONS(2317), + [anon_sym_abstract] = ACTIONS(2317), + [anon_sym_interface] = ACTIONS(2317), + [anon_sym_enum] = ACTIONS(2317), }, - [715] = { + [716] = { [ts_builtin_sym_end] = ACTIONS(2319), [sym_identifier] = ACTIONS(2321), [anon_sym_export] = ACTIONS(2321), @@ -90792,19 +90641,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2321), [anon_sym_LBRACK] = ACTIONS(2319), [anon_sym_LTtemplate_GT] = ACTIONS(2319), - [anon_sym_LT] = ACTIONS(2321), - [anon_sym_SLASH] = ACTIONS(2321), [anon_sym_class] = ACTIONS(2321), [anon_sym_async] = ACTIONS(2321), [anon_sym_function] = ACTIONS(2321), [anon_sym_new] = ACTIONS(2321), [anon_sym_PLUS] = ACTIONS(2321), [anon_sym_DASH] = ACTIONS(2321), + [anon_sym_SLASH] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2321), [anon_sym_TILDE] = ACTIONS(2319), [anon_sym_void] = ACTIONS(2321), [anon_sym_delete] = ACTIONS(2321), [anon_sym_PLUS_PLUS] = ACTIONS(2319), - [anon_sym_DASH_DASH] = ACTIONS(2319), + [anon_sym_DASH_DASH] = ACTIONS(2321), [anon_sym_DQUOTE] = ACTIONS(2319), [anon_sym_SQUOTE] = ACTIONS(2319), [sym_comment] = ACTIONS(3), @@ -90836,7 +90685,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2321), [anon_sym_enum] = ACTIONS(2321), }, - [716] = { + [717] = { [ts_builtin_sym_end] = ACTIONS(2319), [sym_identifier] = ACTIONS(2321), [anon_sym_export] = ACTIONS(2321), @@ -90871,19 +90720,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2321), [anon_sym_LBRACK] = ACTIONS(2319), [anon_sym_LTtemplate_GT] = ACTIONS(2319), - [anon_sym_LT] = ACTIONS(2321), - [anon_sym_SLASH] = ACTIONS(2321), [anon_sym_class] = ACTIONS(2321), [anon_sym_async] = ACTIONS(2321), [anon_sym_function] = ACTIONS(2321), [anon_sym_new] = ACTIONS(2321), [anon_sym_PLUS] = ACTIONS(2321), [anon_sym_DASH] = ACTIONS(2321), + [anon_sym_SLASH] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2321), [anon_sym_TILDE] = ACTIONS(2319), [anon_sym_void] = ACTIONS(2321), [anon_sym_delete] = ACTIONS(2321), [anon_sym_PLUS_PLUS] = ACTIONS(2319), - [anon_sym_DASH_DASH] = ACTIONS(2319), + [anon_sym_DASH_DASH] = ACTIONS(2321), [anon_sym_DQUOTE] = ACTIONS(2319), [anon_sym_SQUOTE] = ACTIONS(2319), [sym_comment] = ACTIONS(3), @@ -90915,1034 +90764,1587 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2321), [anon_sym_enum] = ACTIONS(2321), }, - [717] = { - [ts_builtin_sym_end] = ACTIONS(2319), - [sym_identifier] = ACTIONS(2321), - [anon_sym_export] = ACTIONS(2321), - [anon_sym_default] = ACTIONS(2321), - [anon_sym_type] = ACTIONS(2321), - [anon_sym_namespace] = ACTIONS(2321), - [anon_sym_LBRACE] = ACTIONS(2319), - [anon_sym_RBRACE] = ACTIONS(2319), - [anon_sym_typeof] = ACTIONS(2321), - [anon_sym_import] = ACTIONS(2321), - [anon_sym_var] = ACTIONS(2321), - [anon_sym_let] = ACTIONS(2321), - [anon_sym_const] = ACTIONS(2321), - [anon_sym_BANG] = ACTIONS(2319), - [anon_sym_else] = ACTIONS(2321), - [anon_sym_if] = ACTIONS(2321), - [anon_sym_switch] = ACTIONS(2321), - [anon_sym_for] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2319), - [anon_sym_await] = ACTIONS(2321), - [anon_sym_while] = ACTIONS(2321), - [anon_sym_do] = ACTIONS(2321), - [anon_sym_try] = ACTIONS(2321), - [anon_sym_with] = ACTIONS(2321), - [anon_sym_break] = ACTIONS(2321), - [anon_sym_continue] = ACTIONS(2321), - [anon_sym_debugger] = ACTIONS(2321), - [anon_sym_return] = ACTIONS(2321), - [anon_sym_throw] = ACTIONS(2321), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym_case] = ACTIONS(2321), - [anon_sym_yield] = ACTIONS(2321), - [anon_sym_LBRACK] = ACTIONS(2319), - [anon_sym_LTtemplate_GT] = ACTIONS(2319), - [anon_sym_LT] = ACTIONS(2321), - [anon_sym_SLASH] = ACTIONS(2321), - [anon_sym_class] = ACTIONS(2321), - [anon_sym_async] = ACTIONS(2321), - [anon_sym_function] = ACTIONS(2321), - [anon_sym_new] = ACTIONS(2321), - [anon_sym_PLUS] = ACTIONS(2321), - [anon_sym_DASH] = ACTIONS(2321), - [anon_sym_TILDE] = ACTIONS(2319), - [anon_sym_void] = ACTIONS(2321), - [anon_sym_delete] = ACTIONS(2321), - [anon_sym_PLUS_PLUS] = ACTIONS(2319), - [anon_sym_DASH_DASH] = ACTIONS(2319), - [anon_sym_DQUOTE] = ACTIONS(2319), - [anon_sym_SQUOTE] = ACTIONS(2319), + [718] = { + [ts_builtin_sym_end] = ACTIONS(2323), + [sym_identifier] = ACTIONS(2325), + [anon_sym_export] = ACTIONS(2325), + [anon_sym_default] = ACTIONS(2325), + [anon_sym_type] = ACTIONS(2325), + [anon_sym_namespace] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2323), + [anon_sym_RBRACE] = ACTIONS(2323), + [anon_sym_typeof] = ACTIONS(2325), + [anon_sym_import] = ACTIONS(2325), + [anon_sym_var] = ACTIONS(2325), + [anon_sym_let] = ACTIONS(2325), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_BANG] = ACTIONS(2323), + [anon_sym_else] = ACTIONS(2325), + [anon_sym_if] = ACTIONS(2325), + [anon_sym_switch] = ACTIONS(2325), + [anon_sym_for] = ACTIONS(2325), + [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_await] = ACTIONS(2325), + [anon_sym_while] = ACTIONS(2325), + [anon_sym_do] = ACTIONS(2325), + [anon_sym_try] = ACTIONS(2325), + [anon_sym_with] = ACTIONS(2325), + [anon_sym_break] = ACTIONS(2325), + [anon_sym_continue] = ACTIONS(2325), + [anon_sym_debugger] = ACTIONS(2325), + [anon_sym_return] = ACTIONS(2325), + [anon_sym_throw] = ACTIONS(2325), + [anon_sym_SEMI] = ACTIONS(2323), + [anon_sym_case] = ACTIONS(2325), + [anon_sym_yield] = ACTIONS(2325), + [anon_sym_LBRACK] = ACTIONS(2323), + [anon_sym_LTtemplate_GT] = ACTIONS(2323), + [anon_sym_class] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_function] = ACTIONS(2325), + [anon_sym_new] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_TILDE] = ACTIONS(2323), + [anon_sym_void] = ACTIONS(2325), + [anon_sym_delete] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2323), + [anon_sym_DASH_DASH] = ACTIONS(2325), + [anon_sym_DQUOTE] = ACTIONS(2323), + [anon_sym_SQUOTE] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2323), + [sym_number] = ACTIONS(2323), + [sym_this] = ACTIONS(2325), + [sym_super] = ACTIONS(2325), + [sym_true] = ACTIONS(2325), + [sym_false] = ACTIONS(2325), + [sym_null] = ACTIONS(2325), + [sym_undefined] = ACTIONS(2325), + [anon_sym_AT] = ACTIONS(2323), + [anon_sym_static] = ACTIONS(2325), + [anon_sym_readonly] = ACTIONS(2325), + [anon_sym_get] = ACTIONS(2325), + [anon_sym_set] = ACTIONS(2325), + [anon_sym_declare] = ACTIONS(2325), + [anon_sym_public] = ACTIONS(2325), + [anon_sym_private] = ACTIONS(2325), + [anon_sym_protected] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2325), + [anon_sym_module] = ACTIONS(2325), + [anon_sym_any] = ACTIONS(2325), + [anon_sym_number] = ACTIONS(2325), + [anon_sym_boolean] = ACTIONS(2325), + [anon_sym_string] = ACTIONS(2325), + [anon_sym_symbol] = ACTIONS(2325), + [anon_sym_abstract] = ACTIONS(2325), + [anon_sym_interface] = ACTIONS(2325), + [anon_sym_enum] = ACTIONS(2325), + }, + [719] = { + [ts_builtin_sym_end] = ACTIONS(2327), + [sym_identifier] = ACTIONS(2329), + [anon_sym_export] = ACTIONS(2329), + [anon_sym_default] = ACTIONS(2329), + [anon_sym_type] = ACTIONS(2329), + [anon_sym_namespace] = ACTIONS(2329), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_typeof] = ACTIONS(2329), + [anon_sym_import] = ACTIONS(2329), + [anon_sym_var] = ACTIONS(2329), + [anon_sym_let] = ACTIONS(2329), + [anon_sym_const] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2327), + [anon_sym_else] = ACTIONS(2329), + [anon_sym_if] = ACTIONS(2329), + [anon_sym_switch] = ACTIONS(2329), + [anon_sym_for] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_await] = ACTIONS(2329), + [anon_sym_while] = ACTIONS(2329), + [anon_sym_do] = ACTIONS(2329), + [anon_sym_try] = ACTIONS(2329), + [anon_sym_with] = ACTIONS(2329), + [anon_sym_break] = ACTIONS(2329), + [anon_sym_continue] = ACTIONS(2329), + [anon_sym_debugger] = ACTIONS(2329), + [anon_sym_return] = ACTIONS(2329), + [anon_sym_throw] = ACTIONS(2329), + [anon_sym_SEMI] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2329), + [anon_sym_yield] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_LTtemplate_GT] = ACTIONS(2327), + [anon_sym_class] = ACTIONS(2329), + [anon_sym_async] = ACTIONS(2329), + [anon_sym_function] = ACTIONS(2329), + [anon_sym_new] = ACTIONS(2329), + [anon_sym_PLUS] = ACTIONS(2329), + [anon_sym_DASH] = ACTIONS(2329), + [anon_sym_SLASH] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2329), + [anon_sym_TILDE] = ACTIONS(2327), + [anon_sym_void] = ACTIONS(2329), + [anon_sym_delete] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_DQUOTE] = ACTIONS(2327), + [anon_sym_SQUOTE] = ACTIONS(2327), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2327), + [sym_number] = ACTIONS(2327), + [sym_this] = ACTIONS(2329), + [sym_super] = ACTIONS(2329), + [sym_true] = ACTIONS(2329), + [sym_false] = ACTIONS(2329), + [sym_null] = ACTIONS(2329), + [sym_undefined] = ACTIONS(2329), + [anon_sym_AT] = ACTIONS(2327), + [anon_sym_static] = ACTIONS(2329), + [anon_sym_readonly] = ACTIONS(2329), + [anon_sym_get] = ACTIONS(2329), + [anon_sym_set] = ACTIONS(2329), + [anon_sym_declare] = ACTIONS(2329), + [anon_sym_public] = ACTIONS(2329), + [anon_sym_private] = ACTIONS(2329), + [anon_sym_protected] = ACTIONS(2329), + [anon_sym_override] = ACTIONS(2329), + [anon_sym_module] = ACTIONS(2329), + [anon_sym_any] = ACTIONS(2329), + [anon_sym_number] = ACTIONS(2329), + [anon_sym_boolean] = ACTIONS(2329), + [anon_sym_string] = ACTIONS(2329), + [anon_sym_symbol] = ACTIONS(2329), + [anon_sym_abstract] = ACTIONS(2329), + [anon_sym_interface] = ACTIONS(2329), + [anon_sym_enum] = ACTIONS(2329), + }, + [720] = { + [ts_builtin_sym_end] = ACTIONS(2331), + [sym_identifier] = ACTIONS(2333), + [anon_sym_export] = ACTIONS(2333), + [anon_sym_default] = ACTIONS(2333), + [anon_sym_type] = ACTIONS(2333), + [anon_sym_namespace] = ACTIONS(2333), + [anon_sym_LBRACE] = ACTIONS(2331), + [anon_sym_RBRACE] = ACTIONS(2331), + [anon_sym_typeof] = ACTIONS(2333), + [anon_sym_import] = ACTIONS(2333), + [anon_sym_var] = ACTIONS(2333), + [anon_sym_let] = ACTIONS(2333), + [anon_sym_const] = ACTIONS(2333), + [anon_sym_BANG] = ACTIONS(2331), + [anon_sym_else] = ACTIONS(2333), + [anon_sym_if] = ACTIONS(2333), + [anon_sym_switch] = ACTIONS(2333), + [anon_sym_for] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2331), + [anon_sym_await] = ACTIONS(2333), + [anon_sym_while] = ACTIONS(2333), + [anon_sym_do] = ACTIONS(2333), + [anon_sym_try] = ACTIONS(2333), + [anon_sym_with] = ACTIONS(2333), + [anon_sym_break] = ACTIONS(2333), + [anon_sym_continue] = ACTIONS(2333), + [anon_sym_debugger] = ACTIONS(2333), + [anon_sym_return] = ACTIONS(2333), + [anon_sym_throw] = ACTIONS(2333), + [anon_sym_SEMI] = ACTIONS(2331), + [anon_sym_case] = ACTIONS(2333), + [anon_sym_yield] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2331), + [anon_sym_LTtemplate_GT] = ACTIONS(2331), + [anon_sym_class] = ACTIONS(2333), + [anon_sym_async] = ACTIONS(2333), + [anon_sym_function] = ACTIONS(2333), + [anon_sym_new] = ACTIONS(2333), + [anon_sym_PLUS] = ACTIONS(2333), + [anon_sym_DASH] = ACTIONS(2333), + [anon_sym_SLASH] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2333), + [anon_sym_TILDE] = ACTIONS(2331), + [anon_sym_void] = ACTIONS(2333), + [anon_sym_delete] = ACTIONS(2333), + [anon_sym_PLUS_PLUS] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_DQUOTE] = ACTIONS(2331), + [anon_sym_SQUOTE] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2331), + [sym_number] = ACTIONS(2331), + [sym_this] = ACTIONS(2333), + [sym_super] = ACTIONS(2333), + [sym_true] = ACTIONS(2333), + [sym_false] = ACTIONS(2333), + [sym_null] = ACTIONS(2333), + [sym_undefined] = ACTIONS(2333), + [anon_sym_AT] = ACTIONS(2331), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_readonly] = ACTIONS(2333), + [anon_sym_get] = ACTIONS(2333), + [anon_sym_set] = ACTIONS(2333), + [anon_sym_declare] = ACTIONS(2333), + [anon_sym_public] = ACTIONS(2333), + [anon_sym_private] = ACTIONS(2333), + [anon_sym_protected] = ACTIONS(2333), + [anon_sym_override] = ACTIONS(2333), + [anon_sym_module] = ACTIONS(2333), + [anon_sym_any] = ACTIONS(2333), + [anon_sym_number] = ACTIONS(2333), + [anon_sym_boolean] = ACTIONS(2333), + [anon_sym_string] = ACTIONS(2333), + [anon_sym_symbol] = ACTIONS(2333), + [anon_sym_abstract] = ACTIONS(2333), + [anon_sym_interface] = ACTIONS(2333), + [anon_sym_enum] = ACTIONS(2333), + }, + [721] = { + [ts_builtin_sym_end] = ACTIONS(2335), + [sym_identifier] = ACTIONS(2337), + [anon_sym_export] = ACTIONS(2337), + [anon_sym_default] = ACTIONS(2337), + [anon_sym_type] = ACTIONS(2337), + [anon_sym_namespace] = ACTIONS(2337), + [anon_sym_LBRACE] = ACTIONS(2335), + [anon_sym_RBRACE] = ACTIONS(2335), + [anon_sym_typeof] = ACTIONS(2337), + [anon_sym_import] = ACTIONS(2337), + [anon_sym_var] = ACTIONS(2337), + [anon_sym_let] = ACTIONS(2337), + [anon_sym_const] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2335), + [anon_sym_else] = ACTIONS(2337), + [anon_sym_if] = ACTIONS(2337), + [anon_sym_switch] = ACTIONS(2337), + [anon_sym_for] = ACTIONS(2337), + [anon_sym_LPAREN] = ACTIONS(2335), + [anon_sym_await] = ACTIONS(2337), + [anon_sym_while] = ACTIONS(2337), + [anon_sym_do] = ACTIONS(2337), + [anon_sym_try] = ACTIONS(2337), + [anon_sym_with] = ACTIONS(2337), + [anon_sym_break] = ACTIONS(2337), + [anon_sym_continue] = ACTIONS(2337), + [anon_sym_debugger] = ACTIONS(2337), + [anon_sym_return] = ACTIONS(2337), + [anon_sym_throw] = ACTIONS(2337), + [anon_sym_SEMI] = ACTIONS(2335), + [anon_sym_case] = ACTIONS(2337), + [anon_sym_yield] = ACTIONS(2337), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_LTtemplate_GT] = ACTIONS(2335), + [anon_sym_class] = ACTIONS(2337), + [anon_sym_async] = ACTIONS(2337), + [anon_sym_function] = ACTIONS(2337), + [anon_sym_new] = ACTIONS(2337), + [anon_sym_PLUS] = ACTIONS(2337), + [anon_sym_DASH] = ACTIONS(2337), + [anon_sym_SLASH] = ACTIONS(2337), + [anon_sym_LT] = ACTIONS(2337), + [anon_sym_TILDE] = ACTIONS(2335), + [anon_sym_void] = ACTIONS(2337), + [anon_sym_delete] = ACTIONS(2337), + [anon_sym_PLUS_PLUS] = ACTIONS(2335), + [anon_sym_DASH_DASH] = ACTIONS(2337), + [anon_sym_DQUOTE] = ACTIONS(2335), + [anon_sym_SQUOTE] = ACTIONS(2335), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2335), + [sym_number] = ACTIONS(2335), + [sym_this] = ACTIONS(2337), + [sym_super] = ACTIONS(2337), + [sym_true] = ACTIONS(2337), + [sym_false] = ACTIONS(2337), + [sym_null] = ACTIONS(2337), + [sym_undefined] = ACTIONS(2337), + [anon_sym_AT] = ACTIONS(2335), + [anon_sym_static] = ACTIONS(2337), + [anon_sym_readonly] = ACTIONS(2337), + [anon_sym_get] = ACTIONS(2337), + [anon_sym_set] = ACTIONS(2337), + [anon_sym_declare] = ACTIONS(2337), + [anon_sym_public] = ACTIONS(2337), + [anon_sym_private] = ACTIONS(2337), + [anon_sym_protected] = ACTIONS(2337), + [anon_sym_override] = ACTIONS(2337), + [anon_sym_module] = ACTIONS(2337), + [anon_sym_any] = ACTIONS(2337), + [anon_sym_number] = ACTIONS(2337), + [anon_sym_boolean] = ACTIONS(2337), + [anon_sym_string] = ACTIONS(2337), + [anon_sym_symbol] = ACTIONS(2337), + [anon_sym_abstract] = ACTIONS(2337), + [anon_sym_interface] = ACTIONS(2337), + [anon_sym_enum] = ACTIONS(2337), + }, + [722] = { + [ts_builtin_sym_end] = ACTIONS(2335), + [sym_identifier] = ACTIONS(2337), + [anon_sym_export] = ACTIONS(2337), + [anon_sym_default] = ACTIONS(2337), + [anon_sym_type] = ACTIONS(2337), + [anon_sym_namespace] = ACTIONS(2337), + [anon_sym_LBRACE] = ACTIONS(2335), + [anon_sym_RBRACE] = ACTIONS(2335), + [anon_sym_typeof] = ACTIONS(2337), + [anon_sym_import] = ACTIONS(2337), + [anon_sym_var] = ACTIONS(2337), + [anon_sym_let] = ACTIONS(2337), + [anon_sym_const] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2335), + [anon_sym_else] = ACTIONS(2337), + [anon_sym_if] = ACTIONS(2337), + [anon_sym_switch] = ACTIONS(2337), + [anon_sym_for] = ACTIONS(2337), + [anon_sym_LPAREN] = ACTIONS(2335), + [anon_sym_await] = ACTIONS(2337), + [anon_sym_while] = ACTIONS(2337), + [anon_sym_do] = ACTIONS(2337), + [anon_sym_try] = ACTIONS(2337), + [anon_sym_with] = ACTIONS(2337), + [anon_sym_break] = ACTIONS(2337), + [anon_sym_continue] = ACTIONS(2337), + [anon_sym_debugger] = ACTIONS(2337), + [anon_sym_return] = ACTIONS(2337), + [anon_sym_throw] = ACTIONS(2337), + [anon_sym_SEMI] = ACTIONS(2335), + [anon_sym_case] = ACTIONS(2337), + [anon_sym_yield] = ACTIONS(2337), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_LTtemplate_GT] = ACTIONS(2335), + [anon_sym_class] = ACTIONS(2337), + [anon_sym_async] = ACTIONS(2337), + [anon_sym_function] = ACTIONS(2337), + [anon_sym_new] = ACTIONS(2337), + [anon_sym_PLUS] = ACTIONS(2337), + [anon_sym_DASH] = ACTIONS(2337), + [anon_sym_SLASH] = ACTIONS(2337), + [anon_sym_LT] = ACTIONS(2337), + [anon_sym_TILDE] = ACTIONS(2335), + [anon_sym_void] = ACTIONS(2337), + [anon_sym_delete] = ACTIONS(2337), + [anon_sym_PLUS_PLUS] = ACTIONS(2335), + [anon_sym_DASH_DASH] = ACTIONS(2337), + [anon_sym_DQUOTE] = ACTIONS(2335), + [anon_sym_SQUOTE] = ACTIONS(2335), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2335), + [sym_number] = ACTIONS(2335), + [sym_this] = ACTIONS(2337), + [sym_super] = ACTIONS(2337), + [sym_true] = ACTIONS(2337), + [sym_false] = ACTIONS(2337), + [sym_null] = ACTIONS(2337), + [sym_undefined] = ACTIONS(2337), + [anon_sym_AT] = ACTIONS(2335), + [anon_sym_static] = ACTIONS(2337), + [anon_sym_readonly] = ACTIONS(2337), + [anon_sym_get] = ACTIONS(2337), + [anon_sym_set] = ACTIONS(2337), + [anon_sym_declare] = ACTIONS(2337), + [anon_sym_public] = ACTIONS(2337), + [anon_sym_private] = ACTIONS(2337), + [anon_sym_protected] = ACTIONS(2337), + [anon_sym_override] = ACTIONS(2337), + [anon_sym_module] = ACTIONS(2337), + [anon_sym_any] = ACTIONS(2337), + [anon_sym_number] = ACTIONS(2337), + [anon_sym_boolean] = ACTIONS(2337), + [anon_sym_string] = ACTIONS(2337), + [anon_sym_symbol] = ACTIONS(2337), + [anon_sym_abstract] = ACTIONS(2337), + [anon_sym_interface] = ACTIONS(2337), + [anon_sym_enum] = ACTIONS(2337), + }, + [723] = { + [ts_builtin_sym_end] = ACTIONS(2335), + [sym_identifier] = ACTIONS(2337), + [anon_sym_export] = ACTIONS(2337), + [anon_sym_default] = ACTIONS(2337), + [anon_sym_type] = ACTIONS(2337), + [anon_sym_namespace] = ACTIONS(2337), + [anon_sym_LBRACE] = ACTIONS(2335), + [anon_sym_RBRACE] = ACTIONS(2335), + [anon_sym_typeof] = ACTIONS(2337), + [anon_sym_import] = ACTIONS(2337), + [anon_sym_var] = ACTIONS(2337), + [anon_sym_let] = ACTIONS(2337), + [anon_sym_const] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2335), + [anon_sym_else] = ACTIONS(2337), + [anon_sym_if] = ACTIONS(2337), + [anon_sym_switch] = ACTIONS(2337), + [anon_sym_for] = ACTIONS(2337), + [anon_sym_LPAREN] = ACTIONS(2335), + [anon_sym_await] = ACTIONS(2337), + [anon_sym_while] = ACTIONS(2337), + [anon_sym_do] = ACTIONS(2337), + [anon_sym_try] = ACTIONS(2337), + [anon_sym_with] = ACTIONS(2337), + [anon_sym_break] = ACTIONS(2337), + [anon_sym_continue] = ACTIONS(2337), + [anon_sym_debugger] = ACTIONS(2337), + [anon_sym_return] = ACTIONS(2337), + [anon_sym_throw] = ACTIONS(2337), + [anon_sym_SEMI] = ACTIONS(2335), + [anon_sym_case] = ACTIONS(2337), + [anon_sym_yield] = ACTIONS(2337), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_LTtemplate_GT] = ACTIONS(2335), + [anon_sym_class] = ACTIONS(2337), + [anon_sym_async] = ACTIONS(2337), + [anon_sym_function] = ACTIONS(2337), + [anon_sym_new] = ACTIONS(2337), + [anon_sym_PLUS] = ACTIONS(2337), + [anon_sym_DASH] = ACTIONS(2337), + [anon_sym_SLASH] = ACTIONS(2337), + [anon_sym_LT] = ACTIONS(2337), + [anon_sym_TILDE] = ACTIONS(2335), + [anon_sym_void] = ACTIONS(2337), + [anon_sym_delete] = ACTIONS(2337), + [anon_sym_PLUS_PLUS] = ACTIONS(2335), + [anon_sym_DASH_DASH] = ACTIONS(2337), + [anon_sym_DQUOTE] = ACTIONS(2335), + [anon_sym_SQUOTE] = ACTIONS(2335), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2319), - [sym_number] = ACTIONS(2319), - [sym_this] = ACTIONS(2321), - [sym_super] = ACTIONS(2321), - [sym_true] = ACTIONS(2321), - [sym_false] = ACTIONS(2321), - [sym_null] = ACTIONS(2321), - [sym_undefined] = ACTIONS(2321), - [anon_sym_AT] = ACTIONS(2319), - [anon_sym_static] = ACTIONS(2321), - [anon_sym_readonly] = ACTIONS(2321), - [anon_sym_get] = ACTIONS(2321), - [anon_sym_set] = ACTIONS(2321), - [anon_sym_declare] = ACTIONS(2321), - [anon_sym_public] = ACTIONS(2321), - [anon_sym_private] = ACTIONS(2321), - [anon_sym_protected] = ACTIONS(2321), - [anon_sym_override] = ACTIONS(2321), - [anon_sym_module] = ACTIONS(2321), - [anon_sym_any] = ACTIONS(2321), - [anon_sym_number] = ACTIONS(2321), - [anon_sym_boolean] = ACTIONS(2321), - [anon_sym_string] = ACTIONS(2321), - [anon_sym_symbol] = ACTIONS(2321), - [anon_sym_abstract] = ACTIONS(2321), - [anon_sym_interface] = ACTIONS(2321), - [anon_sym_enum] = ACTIONS(2321), + [anon_sym_BQUOTE] = ACTIONS(2335), + [sym_number] = ACTIONS(2335), + [sym_this] = ACTIONS(2337), + [sym_super] = ACTIONS(2337), + [sym_true] = ACTIONS(2337), + [sym_false] = ACTIONS(2337), + [sym_null] = ACTIONS(2337), + [sym_undefined] = ACTIONS(2337), + [anon_sym_AT] = ACTIONS(2335), + [anon_sym_static] = ACTIONS(2337), + [anon_sym_readonly] = ACTIONS(2337), + [anon_sym_get] = ACTIONS(2337), + [anon_sym_set] = ACTIONS(2337), + [anon_sym_declare] = ACTIONS(2337), + [anon_sym_public] = ACTIONS(2337), + [anon_sym_private] = ACTIONS(2337), + [anon_sym_protected] = ACTIONS(2337), + [anon_sym_override] = ACTIONS(2337), + [anon_sym_module] = ACTIONS(2337), + [anon_sym_any] = ACTIONS(2337), + [anon_sym_number] = ACTIONS(2337), + [anon_sym_boolean] = ACTIONS(2337), + [anon_sym_string] = ACTIONS(2337), + [anon_sym_symbol] = ACTIONS(2337), + [anon_sym_abstract] = ACTIONS(2337), + [anon_sym_interface] = ACTIONS(2337), + [anon_sym_enum] = ACTIONS(2337), }, - [718] = { - [ts_builtin_sym_end] = ACTIONS(2319), - [sym_identifier] = ACTIONS(2321), - [anon_sym_export] = ACTIONS(2321), - [anon_sym_default] = ACTIONS(2321), - [anon_sym_type] = ACTIONS(2321), - [anon_sym_namespace] = ACTIONS(2321), - [anon_sym_LBRACE] = ACTIONS(2319), - [anon_sym_RBRACE] = ACTIONS(2319), - [anon_sym_typeof] = ACTIONS(2321), - [anon_sym_import] = ACTIONS(2321), - [anon_sym_var] = ACTIONS(2321), - [anon_sym_let] = ACTIONS(2321), - [anon_sym_const] = ACTIONS(2321), - [anon_sym_BANG] = ACTIONS(2319), - [anon_sym_else] = ACTIONS(2321), - [anon_sym_if] = ACTIONS(2321), - [anon_sym_switch] = ACTIONS(2321), - [anon_sym_for] = ACTIONS(2321), - [anon_sym_LPAREN] = ACTIONS(2319), - [anon_sym_await] = ACTIONS(2321), - [anon_sym_while] = ACTIONS(2321), - [anon_sym_do] = ACTIONS(2321), - [anon_sym_try] = ACTIONS(2321), - [anon_sym_with] = ACTIONS(2321), - [anon_sym_break] = ACTIONS(2321), - [anon_sym_continue] = ACTIONS(2321), - [anon_sym_debugger] = ACTIONS(2321), - [anon_sym_return] = ACTIONS(2321), - [anon_sym_throw] = ACTIONS(2321), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym_case] = ACTIONS(2321), - [anon_sym_yield] = ACTIONS(2321), - [anon_sym_LBRACK] = ACTIONS(2319), - [anon_sym_LTtemplate_GT] = ACTIONS(2319), - [anon_sym_LT] = ACTIONS(2321), - [anon_sym_SLASH] = ACTIONS(2321), - [anon_sym_class] = ACTIONS(2321), - [anon_sym_async] = ACTIONS(2321), - [anon_sym_function] = ACTIONS(2321), - [anon_sym_new] = ACTIONS(2321), - [anon_sym_PLUS] = ACTIONS(2321), - [anon_sym_DASH] = ACTIONS(2321), - [anon_sym_TILDE] = ACTIONS(2319), - [anon_sym_void] = ACTIONS(2321), - [anon_sym_delete] = ACTIONS(2321), - [anon_sym_PLUS_PLUS] = ACTIONS(2319), - [anon_sym_DASH_DASH] = ACTIONS(2319), - [anon_sym_DQUOTE] = ACTIONS(2319), - [anon_sym_SQUOTE] = ACTIONS(2319), + [724] = { + [ts_builtin_sym_end] = ACTIONS(2339), + [sym_identifier] = ACTIONS(2341), + [anon_sym_export] = ACTIONS(2341), + [anon_sym_default] = ACTIONS(2341), + [anon_sym_type] = ACTIONS(2341), + [anon_sym_namespace] = ACTIONS(2341), + [anon_sym_LBRACE] = ACTIONS(2339), + [anon_sym_RBRACE] = ACTIONS(2339), + [anon_sym_typeof] = ACTIONS(2341), + [anon_sym_import] = ACTIONS(2341), + [anon_sym_var] = ACTIONS(2341), + [anon_sym_let] = ACTIONS(2341), + [anon_sym_const] = ACTIONS(2341), + [anon_sym_BANG] = ACTIONS(2339), + [anon_sym_else] = ACTIONS(2341), + [anon_sym_if] = ACTIONS(2341), + [anon_sym_switch] = ACTIONS(2341), + [anon_sym_for] = ACTIONS(2341), + [anon_sym_LPAREN] = ACTIONS(2339), + [anon_sym_await] = ACTIONS(2341), + [anon_sym_while] = ACTIONS(2341), + [anon_sym_do] = ACTIONS(2341), + [anon_sym_try] = ACTIONS(2341), + [anon_sym_with] = ACTIONS(2341), + [anon_sym_break] = ACTIONS(2341), + [anon_sym_continue] = ACTIONS(2341), + [anon_sym_debugger] = ACTIONS(2341), + [anon_sym_return] = ACTIONS(2341), + [anon_sym_throw] = ACTIONS(2341), + [anon_sym_SEMI] = ACTIONS(2339), + [anon_sym_case] = ACTIONS(2341), + [anon_sym_yield] = ACTIONS(2341), + [anon_sym_LBRACK] = ACTIONS(2339), + [anon_sym_LTtemplate_GT] = ACTIONS(2339), + [anon_sym_class] = ACTIONS(2341), + [anon_sym_async] = ACTIONS(2341), + [anon_sym_function] = ACTIONS(2341), + [anon_sym_new] = ACTIONS(2341), + [anon_sym_PLUS] = ACTIONS(2341), + [anon_sym_DASH] = ACTIONS(2341), + [anon_sym_SLASH] = ACTIONS(2341), + [anon_sym_LT] = ACTIONS(2341), + [anon_sym_TILDE] = ACTIONS(2339), + [anon_sym_void] = ACTIONS(2341), + [anon_sym_delete] = ACTIONS(2341), + [anon_sym_PLUS_PLUS] = ACTIONS(2339), + [anon_sym_DASH_DASH] = ACTIONS(2341), + [anon_sym_DQUOTE] = ACTIONS(2339), + [anon_sym_SQUOTE] = ACTIONS(2339), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2319), - [sym_number] = ACTIONS(2319), - [sym_this] = ACTIONS(2321), - [sym_super] = ACTIONS(2321), - [sym_true] = ACTIONS(2321), - [sym_false] = ACTIONS(2321), - [sym_null] = ACTIONS(2321), - [sym_undefined] = ACTIONS(2321), - [anon_sym_AT] = ACTIONS(2319), - [anon_sym_static] = ACTIONS(2321), - [anon_sym_readonly] = ACTIONS(2321), - [anon_sym_get] = ACTIONS(2321), - [anon_sym_set] = ACTIONS(2321), - [anon_sym_declare] = ACTIONS(2321), - [anon_sym_public] = ACTIONS(2321), - [anon_sym_private] = ACTIONS(2321), - [anon_sym_protected] = ACTIONS(2321), - [anon_sym_override] = ACTIONS(2321), - [anon_sym_module] = ACTIONS(2321), - [anon_sym_any] = ACTIONS(2321), - [anon_sym_number] = ACTIONS(2321), - [anon_sym_boolean] = ACTIONS(2321), - [anon_sym_string] = ACTIONS(2321), - [anon_sym_symbol] = ACTIONS(2321), - [anon_sym_abstract] = ACTIONS(2321), - [anon_sym_interface] = ACTIONS(2321), - [anon_sym_enum] = ACTIONS(2321), + [anon_sym_BQUOTE] = ACTIONS(2339), + [sym_number] = ACTIONS(2339), + [sym_this] = ACTIONS(2341), + [sym_super] = ACTIONS(2341), + [sym_true] = ACTIONS(2341), + [sym_false] = ACTIONS(2341), + [sym_null] = ACTIONS(2341), + [sym_undefined] = ACTIONS(2341), + [anon_sym_AT] = ACTIONS(2339), + [anon_sym_static] = ACTIONS(2341), + [anon_sym_readonly] = ACTIONS(2341), + [anon_sym_get] = ACTIONS(2341), + [anon_sym_set] = ACTIONS(2341), + [anon_sym_declare] = ACTIONS(2341), + [anon_sym_public] = ACTIONS(2341), + [anon_sym_private] = ACTIONS(2341), + [anon_sym_protected] = ACTIONS(2341), + [anon_sym_override] = ACTIONS(2341), + [anon_sym_module] = ACTIONS(2341), + [anon_sym_any] = ACTIONS(2341), + [anon_sym_number] = ACTIONS(2341), + [anon_sym_boolean] = ACTIONS(2341), + [anon_sym_string] = ACTIONS(2341), + [anon_sym_symbol] = ACTIONS(2341), + [anon_sym_abstract] = ACTIONS(2341), + [anon_sym_interface] = ACTIONS(2341), + [anon_sym_enum] = ACTIONS(2341), }, - [719] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [725] = { + [ts_builtin_sym_end] = ACTIONS(2339), + [sym_identifier] = ACTIONS(2341), + [anon_sym_export] = ACTIONS(2341), + [anon_sym_default] = ACTIONS(2341), + [anon_sym_type] = ACTIONS(2341), + [anon_sym_namespace] = ACTIONS(2341), + [anon_sym_LBRACE] = ACTIONS(2339), + [anon_sym_RBRACE] = ACTIONS(2339), + [anon_sym_typeof] = ACTIONS(2341), + [anon_sym_import] = ACTIONS(2341), + [anon_sym_var] = ACTIONS(2341), + [anon_sym_let] = ACTIONS(2341), + [anon_sym_const] = ACTIONS(2341), + [anon_sym_BANG] = ACTIONS(2339), + [anon_sym_else] = ACTIONS(2341), + [anon_sym_if] = ACTIONS(2341), + [anon_sym_switch] = ACTIONS(2341), + [anon_sym_for] = ACTIONS(2341), + [anon_sym_LPAREN] = ACTIONS(2339), + [anon_sym_await] = ACTIONS(2341), + [anon_sym_while] = ACTIONS(2341), + [anon_sym_do] = ACTIONS(2341), + [anon_sym_try] = ACTIONS(2341), + [anon_sym_with] = ACTIONS(2341), + [anon_sym_break] = ACTIONS(2341), + [anon_sym_continue] = ACTIONS(2341), + [anon_sym_debugger] = ACTIONS(2341), + [anon_sym_return] = ACTIONS(2341), + [anon_sym_throw] = ACTIONS(2341), + [anon_sym_SEMI] = ACTIONS(2339), + [anon_sym_case] = ACTIONS(2341), + [anon_sym_yield] = ACTIONS(2341), + [anon_sym_LBRACK] = ACTIONS(2339), + [anon_sym_LTtemplate_GT] = ACTIONS(2339), + [anon_sym_class] = ACTIONS(2341), + [anon_sym_async] = ACTIONS(2341), + [anon_sym_function] = ACTIONS(2341), + [anon_sym_new] = ACTIONS(2341), + [anon_sym_PLUS] = ACTIONS(2341), + [anon_sym_DASH] = ACTIONS(2341), + [anon_sym_SLASH] = ACTIONS(2341), + [anon_sym_LT] = ACTIONS(2341), + [anon_sym_TILDE] = ACTIONS(2339), + [anon_sym_void] = ACTIONS(2341), + [anon_sym_delete] = ACTIONS(2341), + [anon_sym_PLUS_PLUS] = ACTIONS(2339), + [anon_sym_DASH_DASH] = ACTIONS(2341), + [anon_sym_DQUOTE] = ACTIONS(2339), + [anon_sym_SQUOTE] = ACTIONS(2339), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2339), + [sym_number] = ACTIONS(2339), + [sym_this] = ACTIONS(2341), + [sym_super] = ACTIONS(2341), + [sym_true] = ACTIONS(2341), + [sym_false] = ACTIONS(2341), + [sym_null] = ACTIONS(2341), + [sym_undefined] = ACTIONS(2341), + [anon_sym_AT] = ACTIONS(2339), + [anon_sym_static] = ACTIONS(2341), + [anon_sym_readonly] = ACTIONS(2341), + [anon_sym_get] = ACTIONS(2341), + [anon_sym_set] = ACTIONS(2341), + [anon_sym_declare] = ACTIONS(2341), + [anon_sym_public] = ACTIONS(2341), + [anon_sym_private] = ACTIONS(2341), + [anon_sym_protected] = ACTIONS(2341), + [anon_sym_override] = ACTIONS(2341), + [anon_sym_module] = ACTIONS(2341), + [anon_sym_any] = ACTIONS(2341), + [anon_sym_number] = ACTIONS(2341), + [anon_sym_boolean] = ACTIONS(2341), + [anon_sym_string] = ACTIONS(2341), + [anon_sym_symbol] = ACTIONS(2341), + [anon_sym_abstract] = ACTIONS(2341), + [anon_sym_interface] = ACTIONS(2341), + [anon_sym_enum] = ACTIONS(2341), }, - [720] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [726] = { + [ts_builtin_sym_end] = ACTIONS(2343), + [sym_identifier] = ACTIONS(2345), + [anon_sym_export] = ACTIONS(2345), + [anon_sym_default] = ACTIONS(2345), + [anon_sym_type] = ACTIONS(2345), + [anon_sym_namespace] = ACTIONS(2345), + [anon_sym_LBRACE] = ACTIONS(2343), + [anon_sym_RBRACE] = ACTIONS(2343), + [anon_sym_typeof] = ACTIONS(2345), + [anon_sym_import] = ACTIONS(2345), + [anon_sym_var] = ACTIONS(2345), + [anon_sym_let] = ACTIONS(2345), + [anon_sym_const] = ACTIONS(2345), + [anon_sym_BANG] = ACTIONS(2343), + [anon_sym_else] = ACTIONS(2345), + [anon_sym_if] = ACTIONS(2345), + [anon_sym_switch] = ACTIONS(2345), + [anon_sym_for] = ACTIONS(2345), + [anon_sym_LPAREN] = ACTIONS(2343), + [anon_sym_await] = ACTIONS(2345), + [anon_sym_while] = ACTIONS(2345), + [anon_sym_do] = ACTIONS(2345), + [anon_sym_try] = ACTIONS(2345), + [anon_sym_with] = ACTIONS(2345), + [anon_sym_break] = ACTIONS(2345), + [anon_sym_continue] = ACTIONS(2345), + [anon_sym_debugger] = ACTIONS(2345), + [anon_sym_return] = ACTIONS(2345), + [anon_sym_throw] = ACTIONS(2345), + [anon_sym_SEMI] = ACTIONS(2343), + [anon_sym_case] = ACTIONS(2345), + [anon_sym_yield] = ACTIONS(2345), + [anon_sym_LBRACK] = ACTIONS(2343), + [anon_sym_LTtemplate_GT] = ACTIONS(2343), + [anon_sym_class] = ACTIONS(2345), + [anon_sym_async] = ACTIONS(2345), + [anon_sym_function] = ACTIONS(2345), + [anon_sym_new] = ACTIONS(2345), + [anon_sym_PLUS] = ACTIONS(2345), + [anon_sym_DASH] = ACTIONS(2345), + [anon_sym_SLASH] = ACTIONS(2345), + [anon_sym_LT] = ACTIONS(2345), + [anon_sym_TILDE] = ACTIONS(2343), + [anon_sym_void] = ACTIONS(2345), + [anon_sym_delete] = ACTIONS(2345), + [anon_sym_PLUS_PLUS] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2345), + [anon_sym_DQUOTE] = ACTIONS(2343), + [anon_sym_SQUOTE] = ACTIONS(2343), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2343), + [sym_number] = ACTIONS(2343), + [sym_this] = ACTIONS(2345), + [sym_super] = ACTIONS(2345), + [sym_true] = ACTIONS(2345), + [sym_false] = ACTIONS(2345), + [sym_null] = ACTIONS(2345), + [sym_undefined] = ACTIONS(2345), + [anon_sym_AT] = ACTIONS(2343), + [anon_sym_static] = ACTIONS(2345), + [anon_sym_readonly] = ACTIONS(2345), + [anon_sym_get] = ACTIONS(2345), + [anon_sym_set] = ACTIONS(2345), + [anon_sym_declare] = ACTIONS(2345), + [anon_sym_public] = ACTIONS(2345), + [anon_sym_private] = ACTIONS(2345), + [anon_sym_protected] = ACTIONS(2345), + [anon_sym_override] = ACTIONS(2345), + [anon_sym_module] = ACTIONS(2345), + [anon_sym_any] = ACTIONS(2345), + [anon_sym_number] = ACTIONS(2345), + [anon_sym_boolean] = ACTIONS(2345), + [anon_sym_string] = ACTIONS(2345), + [anon_sym_symbol] = ACTIONS(2345), + [anon_sym_abstract] = ACTIONS(2345), + [anon_sym_interface] = ACTIONS(2345), + [anon_sym_enum] = ACTIONS(2345), }, - [721] = { - [ts_builtin_sym_end] = ACTIONS(2367), - [sym_identifier] = ACTIONS(2369), - [anon_sym_export] = ACTIONS(2369), - [anon_sym_default] = ACTIONS(2369), - [anon_sym_type] = ACTIONS(2369), - [anon_sym_namespace] = ACTIONS(2369), - [anon_sym_LBRACE] = ACTIONS(2367), - [anon_sym_RBRACE] = ACTIONS(2367), - [anon_sym_typeof] = ACTIONS(2369), - [anon_sym_import] = ACTIONS(2369), - [anon_sym_var] = ACTIONS(2369), - [anon_sym_let] = ACTIONS(2369), - [anon_sym_const] = ACTIONS(2369), - [anon_sym_BANG] = ACTIONS(2367), - [anon_sym_else] = ACTIONS(2369), - [anon_sym_if] = ACTIONS(2369), - [anon_sym_switch] = ACTIONS(2369), - [anon_sym_for] = ACTIONS(2369), - [anon_sym_LPAREN] = ACTIONS(2367), - [anon_sym_await] = ACTIONS(2369), - [anon_sym_while] = ACTIONS(2369), - [anon_sym_do] = ACTIONS(2369), - [anon_sym_try] = ACTIONS(2369), - [anon_sym_with] = ACTIONS(2369), - [anon_sym_break] = ACTIONS(2369), - [anon_sym_continue] = ACTIONS(2369), - [anon_sym_debugger] = ACTIONS(2369), - [anon_sym_return] = ACTIONS(2369), - [anon_sym_throw] = ACTIONS(2369), - [anon_sym_SEMI] = ACTIONS(2367), - [anon_sym_case] = ACTIONS(2369), - [anon_sym_yield] = ACTIONS(2369), - [anon_sym_LBRACK] = ACTIONS(2367), - [anon_sym_LTtemplate_GT] = ACTIONS(2367), - [anon_sym_LT] = ACTIONS(2369), - [anon_sym_SLASH] = ACTIONS(2369), - [anon_sym_class] = ACTIONS(2369), - [anon_sym_async] = ACTIONS(2369), - [anon_sym_function] = ACTIONS(2369), - [anon_sym_new] = ACTIONS(2369), - [anon_sym_PLUS] = ACTIONS(2369), - [anon_sym_DASH] = ACTIONS(2369), - [anon_sym_TILDE] = ACTIONS(2367), - [anon_sym_void] = ACTIONS(2369), - [anon_sym_delete] = ACTIONS(2369), - [anon_sym_PLUS_PLUS] = ACTIONS(2367), - [anon_sym_DASH_DASH] = ACTIONS(2367), - [anon_sym_DQUOTE] = ACTIONS(2367), - [anon_sym_SQUOTE] = ACTIONS(2367), + [727] = { + [ts_builtin_sym_end] = ACTIONS(2347), + [sym_identifier] = ACTIONS(2349), + [anon_sym_export] = ACTIONS(2349), + [anon_sym_default] = ACTIONS(2349), + [anon_sym_type] = ACTIONS(2349), + [anon_sym_namespace] = ACTIONS(2349), + [anon_sym_LBRACE] = ACTIONS(2347), + [anon_sym_RBRACE] = ACTIONS(2347), + [anon_sym_typeof] = ACTIONS(2349), + [anon_sym_import] = ACTIONS(2349), + [anon_sym_var] = ACTIONS(2349), + [anon_sym_let] = ACTIONS(2349), + [anon_sym_const] = ACTIONS(2349), + [anon_sym_BANG] = ACTIONS(2347), + [anon_sym_else] = ACTIONS(2349), + [anon_sym_if] = ACTIONS(2349), + [anon_sym_switch] = ACTIONS(2349), + [anon_sym_for] = ACTIONS(2349), + [anon_sym_LPAREN] = ACTIONS(2347), + [anon_sym_await] = ACTIONS(2349), + [anon_sym_while] = ACTIONS(2349), + [anon_sym_do] = ACTIONS(2349), + [anon_sym_try] = ACTIONS(2349), + [anon_sym_with] = ACTIONS(2349), + [anon_sym_break] = ACTIONS(2349), + [anon_sym_continue] = ACTIONS(2349), + [anon_sym_debugger] = ACTIONS(2349), + [anon_sym_return] = ACTIONS(2349), + [anon_sym_throw] = ACTIONS(2349), + [anon_sym_SEMI] = ACTIONS(2347), + [anon_sym_case] = ACTIONS(2349), + [anon_sym_yield] = ACTIONS(2349), + [anon_sym_LBRACK] = ACTIONS(2347), + [anon_sym_LTtemplate_GT] = ACTIONS(2347), + [anon_sym_class] = ACTIONS(2349), + [anon_sym_async] = ACTIONS(2349), + [anon_sym_function] = ACTIONS(2349), + [anon_sym_new] = ACTIONS(2349), + [anon_sym_PLUS] = ACTIONS(2349), + [anon_sym_DASH] = ACTIONS(2349), + [anon_sym_SLASH] = ACTIONS(2349), + [anon_sym_LT] = ACTIONS(2349), + [anon_sym_TILDE] = ACTIONS(2347), + [anon_sym_void] = ACTIONS(2349), + [anon_sym_delete] = ACTIONS(2349), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_DASH_DASH] = ACTIONS(2349), + [anon_sym_DQUOTE] = ACTIONS(2347), + [anon_sym_SQUOTE] = ACTIONS(2347), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2367), - [sym_number] = ACTIONS(2367), - [sym_this] = ACTIONS(2369), - [sym_super] = ACTIONS(2369), - [sym_true] = ACTIONS(2369), - [sym_false] = ACTIONS(2369), - [sym_null] = ACTIONS(2369), - [sym_undefined] = ACTIONS(2369), - [anon_sym_AT] = ACTIONS(2367), - [anon_sym_static] = ACTIONS(2369), - [anon_sym_readonly] = ACTIONS(2369), - [anon_sym_get] = ACTIONS(2369), - [anon_sym_set] = ACTIONS(2369), - [anon_sym_declare] = ACTIONS(2369), - [anon_sym_public] = ACTIONS(2369), - [anon_sym_private] = ACTIONS(2369), - [anon_sym_protected] = ACTIONS(2369), - [anon_sym_override] = ACTIONS(2369), - [anon_sym_module] = ACTIONS(2369), - [anon_sym_any] = ACTIONS(2369), - [anon_sym_number] = ACTIONS(2369), - [anon_sym_boolean] = ACTIONS(2369), - [anon_sym_string] = ACTIONS(2369), - [anon_sym_symbol] = ACTIONS(2369), - [anon_sym_abstract] = ACTIONS(2369), - [anon_sym_interface] = ACTIONS(2369), - [anon_sym_enum] = ACTIONS(2369), + [anon_sym_BQUOTE] = ACTIONS(2347), + [sym_number] = ACTIONS(2347), + [sym_this] = ACTIONS(2349), + [sym_super] = ACTIONS(2349), + [sym_true] = ACTIONS(2349), + [sym_false] = ACTIONS(2349), + [sym_null] = ACTIONS(2349), + [sym_undefined] = ACTIONS(2349), + [anon_sym_AT] = ACTIONS(2347), + [anon_sym_static] = ACTIONS(2349), + [anon_sym_readonly] = ACTIONS(2349), + [anon_sym_get] = ACTIONS(2349), + [anon_sym_set] = ACTIONS(2349), + [anon_sym_declare] = ACTIONS(2349), + [anon_sym_public] = ACTIONS(2349), + [anon_sym_private] = ACTIONS(2349), + [anon_sym_protected] = ACTIONS(2349), + [anon_sym_override] = ACTIONS(2349), + [anon_sym_module] = ACTIONS(2349), + [anon_sym_any] = ACTIONS(2349), + [anon_sym_number] = ACTIONS(2349), + [anon_sym_boolean] = ACTIONS(2349), + [anon_sym_string] = ACTIONS(2349), + [anon_sym_symbol] = ACTIONS(2349), + [anon_sym_abstract] = ACTIONS(2349), + [anon_sym_interface] = ACTIONS(2349), + [anon_sym_enum] = ACTIONS(2349), }, - [722] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [728] = { + [ts_builtin_sym_end] = ACTIONS(2351), + [sym_identifier] = ACTIONS(2353), + [anon_sym_export] = ACTIONS(2353), + [anon_sym_default] = ACTIONS(2353), + [anon_sym_type] = ACTIONS(2353), + [anon_sym_namespace] = ACTIONS(2353), + [anon_sym_LBRACE] = ACTIONS(2351), + [anon_sym_RBRACE] = ACTIONS(2351), + [anon_sym_typeof] = ACTIONS(2353), + [anon_sym_import] = ACTIONS(2353), + [anon_sym_var] = ACTIONS(2353), + [anon_sym_let] = ACTIONS(2353), + [anon_sym_const] = ACTIONS(2353), + [anon_sym_BANG] = ACTIONS(2351), + [anon_sym_else] = ACTIONS(2353), + [anon_sym_if] = ACTIONS(2353), + [anon_sym_switch] = ACTIONS(2353), + [anon_sym_for] = ACTIONS(2353), + [anon_sym_LPAREN] = ACTIONS(2351), + [anon_sym_await] = ACTIONS(2353), + [anon_sym_while] = ACTIONS(2353), + [anon_sym_do] = ACTIONS(2353), + [anon_sym_try] = ACTIONS(2353), + [anon_sym_with] = ACTIONS(2353), + [anon_sym_break] = ACTIONS(2353), + [anon_sym_continue] = ACTIONS(2353), + [anon_sym_debugger] = ACTIONS(2353), + [anon_sym_return] = ACTIONS(2353), + [anon_sym_throw] = ACTIONS(2353), + [anon_sym_SEMI] = ACTIONS(2351), + [anon_sym_case] = ACTIONS(2353), + [anon_sym_yield] = ACTIONS(2353), + [anon_sym_LBRACK] = ACTIONS(2351), + [anon_sym_LTtemplate_GT] = ACTIONS(2351), + [anon_sym_class] = ACTIONS(2353), + [anon_sym_async] = ACTIONS(2353), + [anon_sym_function] = ACTIONS(2353), + [anon_sym_new] = ACTIONS(2353), + [anon_sym_PLUS] = ACTIONS(2353), + [anon_sym_DASH] = ACTIONS(2353), + [anon_sym_SLASH] = ACTIONS(2353), + [anon_sym_LT] = ACTIONS(2353), + [anon_sym_TILDE] = ACTIONS(2351), + [anon_sym_void] = ACTIONS(2353), + [anon_sym_delete] = ACTIONS(2353), + [anon_sym_PLUS_PLUS] = ACTIONS(2351), + [anon_sym_DASH_DASH] = ACTIONS(2353), + [anon_sym_DQUOTE] = ACTIONS(2351), + [anon_sym_SQUOTE] = ACTIONS(2351), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2351), + [sym_number] = ACTIONS(2351), + [sym_this] = ACTIONS(2353), + [sym_super] = ACTIONS(2353), + [sym_true] = ACTIONS(2353), + [sym_false] = ACTIONS(2353), + [sym_null] = ACTIONS(2353), + [sym_undefined] = ACTIONS(2353), + [anon_sym_AT] = ACTIONS(2351), + [anon_sym_static] = ACTIONS(2353), + [anon_sym_readonly] = ACTIONS(2353), + [anon_sym_get] = ACTIONS(2353), + [anon_sym_set] = ACTIONS(2353), + [anon_sym_declare] = ACTIONS(2353), + [anon_sym_public] = ACTIONS(2353), + [anon_sym_private] = ACTIONS(2353), + [anon_sym_protected] = ACTIONS(2353), + [anon_sym_override] = ACTIONS(2353), + [anon_sym_module] = ACTIONS(2353), + [anon_sym_any] = ACTIONS(2353), + [anon_sym_number] = ACTIONS(2353), + [anon_sym_boolean] = ACTIONS(2353), + [anon_sym_string] = ACTIONS(2353), + [anon_sym_symbol] = ACTIONS(2353), + [anon_sym_abstract] = ACTIONS(2353), + [anon_sym_interface] = ACTIONS(2353), + [anon_sym_enum] = ACTIONS(2353), }, - [723] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [729] = { + [ts_builtin_sym_end] = ACTIONS(2355), + [sym_identifier] = ACTIONS(2357), + [anon_sym_export] = ACTIONS(2357), + [anon_sym_default] = ACTIONS(2357), + [anon_sym_type] = ACTIONS(2357), + [anon_sym_namespace] = ACTIONS(2357), + [anon_sym_LBRACE] = ACTIONS(2355), + [anon_sym_RBRACE] = ACTIONS(2355), + [anon_sym_typeof] = ACTIONS(2357), + [anon_sym_import] = ACTIONS(2357), + [anon_sym_var] = ACTIONS(2357), + [anon_sym_let] = ACTIONS(2357), + [anon_sym_const] = ACTIONS(2357), + [anon_sym_BANG] = ACTIONS(2355), + [anon_sym_else] = ACTIONS(2357), + [anon_sym_if] = ACTIONS(2357), + [anon_sym_switch] = ACTIONS(2357), + [anon_sym_for] = ACTIONS(2357), + [anon_sym_LPAREN] = ACTIONS(2355), + [anon_sym_await] = ACTIONS(2357), + [anon_sym_while] = ACTIONS(2357), + [anon_sym_do] = ACTIONS(2357), + [anon_sym_try] = ACTIONS(2357), + [anon_sym_with] = ACTIONS(2357), + [anon_sym_break] = ACTIONS(2357), + [anon_sym_continue] = ACTIONS(2357), + [anon_sym_debugger] = ACTIONS(2357), + [anon_sym_return] = ACTIONS(2357), + [anon_sym_throw] = ACTIONS(2357), + [anon_sym_SEMI] = ACTIONS(2355), + [anon_sym_case] = ACTIONS(2357), + [anon_sym_yield] = ACTIONS(2357), + [anon_sym_LBRACK] = ACTIONS(2355), + [anon_sym_LTtemplate_GT] = ACTIONS(2355), + [anon_sym_class] = ACTIONS(2357), + [anon_sym_async] = ACTIONS(2357), + [anon_sym_function] = ACTIONS(2357), + [anon_sym_new] = ACTIONS(2357), + [anon_sym_PLUS] = ACTIONS(2357), + [anon_sym_DASH] = ACTIONS(2357), + [anon_sym_SLASH] = ACTIONS(2357), + [anon_sym_LT] = ACTIONS(2357), + [anon_sym_TILDE] = ACTIONS(2355), + [anon_sym_void] = ACTIONS(2357), + [anon_sym_delete] = ACTIONS(2357), + [anon_sym_PLUS_PLUS] = ACTIONS(2355), + [anon_sym_DASH_DASH] = ACTIONS(2357), + [anon_sym_DQUOTE] = ACTIONS(2355), + [anon_sym_SQUOTE] = ACTIONS(2355), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2355), + [sym_number] = ACTIONS(2355), + [sym_this] = ACTIONS(2357), + [sym_super] = ACTIONS(2357), + [sym_true] = ACTIONS(2357), + [sym_false] = ACTIONS(2357), + [sym_null] = ACTIONS(2357), + [sym_undefined] = ACTIONS(2357), + [anon_sym_AT] = ACTIONS(2355), + [anon_sym_static] = ACTIONS(2357), + [anon_sym_readonly] = ACTIONS(2357), + [anon_sym_get] = ACTIONS(2357), + [anon_sym_set] = ACTIONS(2357), + [anon_sym_declare] = ACTIONS(2357), + [anon_sym_public] = ACTIONS(2357), + [anon_sym_private] = ACTIONS(2357), + [anon_sym_protected] = ACTIONS(2357), + [anon_sym_override] = ACTIONS(2357), + [anon_sym_module] = ACTIONS(2357), + [anon_sym_any] = ACTIONS(2357), + [anon_sym_number] = ACTIONS(2357), + [anon_sym_boolean] = ACTIONS(2357), + [anon_sym_string] = ACTIONS(2357), + [anon_sym_symbol] = ACTIONS(2357), + [anon_sym_abstract] = ACTIONS(2357), + [anon_sym_interface] = ACTIONS(2357), + [anon_sym_enum] = ACTIONS(2357), + }, + [730] = { + [ts_builtin_sym_end] = ACTIONS(2359), + [sym_identifier] = ACTIONS(2361), + [anon_sym_export] = ACTIONS(2361), + [anon_sym_default] = ACTIONS(2361), + [anon_sym_type] = ACTIONS(2361), + [anon_sym_namespace] = ACTIONS(2361), + [anon_sym_LBRACE] = ACTIONS(2359), + [anon_sym_RBRACE] = ACTIONS(2359), + [anon_sym_typeof] = ACTIONS(2361), + [anon_sym_import] = ACTIONS(2361), + [anon_sym_var] = ACTIONS(2361), + [anon_sym_let] = ACTIONS(2361), + [anon_sym_const] = ACTIONS(2361), + [anon_sym_BANG] = ACTIONS(2359), + [anon_sym_else] = ACTIONS(2361), + [anon_sym_if] = ACTIONS(2361), + [anon_sym_switch] = ACTIONS(2361), + [anon_sym_for] = ACTIONS(2361), + [anon_sym_LPAREN] = ACTIONS(2359), + [anon_sym_await] = ACTIONS(2361), + [anon_sym_while] = ACTIONS(2361), + [anon_sym_do] = ACTIONS(2361), + [anon_sym_try] = ACTIONS(2361), + [anon_sym_with] = ACTIONS(2361), + [anon_sym_break] = ACTIONS(2361), + [anon_sym_continue] = ACTIONS(2361), + [anon_sym_debugger] = ACTIONS(2361), + [anon_sym_return] = ACTIONS(2361), + [anon_sym_throw] = ACTIONS(2361), + [anon_sym_SEMI] = ACTIONS(2359), + [anon_sym_case] = ACTIONS(2361), + [anon_sym_yield] = ACTIONS(2361), + [anon_sym_LBRACK] = ACTIONS(2359), + [anon_sym_LTtemplate_GT] = ACTIONS(2359), + [anon_sym_class] = ACTIONS(2361), + [anon_sym_async] = ACTIONS(2361), + [anon_sym_function] = ACTIONS(2361), + [anon_sym_new] = ACTIONS(2361), + [anon_sym_PLUS] = ACTIONS(2361), + [anon_sym_DASH] = ACTIONS(2361), + [anon_sym_SLASH] = ACTIONS(2361), + [anon_sym_LT] = ACTIONS(2361), + [anon_sym_TILDE] = ACTIONS(2359), + [anon_sym_void] = ACTIONS(2361), + [anon_sym_delete] = ACTIONS(2361), + [anon_sym_PLUS_PLUS] = ACTIONS(2359), + [anon_sym_DASH_DASH] = ACTIONS(2361), + [anon_sym_DQUOTE] = ACTIONS(2359), + [anon_sym_SQUOTE] = ACTIONS(2359), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2359), + [sym_number] = ACTIONS(2359), + [sym_this] = ACTIONS(2361), + [sym_super] = ACTIONS(2361), + [sym_true] = ACTIONS(2361), + [sym_false] = ACTIONS(2361), + [sym_null] = ACTIONS(2361), + [sym_undefined] = ACTIONS(2361), + [anon_sym_AT] = ACTIONS(2359), + [anon_sym_static] = ACTIONS(2361), + [anon_sym_readonly] = ACTIONS(2361), + [anon_sym_get] = ACTIONS(2361), + [anon_sym_set] = ACTIONS(2361), + [anon_sym_declare] = ACTIONS(2361), + [anon_sym_public] = ACTIONS(2361), + [anon_sym_private] = ACTIONS(2361), + [anon_sym_protected] = ACTIONS(2361), + [anon_sym_override] = ACTIONS(2361), + [anon_sym_module] = ACTIONS(2361), + [anon_sym_any] = ACTIONS(2361), + [anon_sym_number] = ACTIONS(2361), + [anon_sym_boolean] = ACTIONS(2361), + [anon_sym_string] = ACTIONS(2361), + [anon_sym_symbol] = ACTIONS(2361), + [anon_sym_abstract] = ACTIONS(2361), + [anon_sym_interface] = ACTIONS(2361), + [anon_sym_enum] = ACTIONS(2361), }, - [724] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [731] = { + [ts_builtin_sym_end] = ACTIONS(2319), + [sym_identifier] = ACTIONS(2321), + [anon_sym_export] = ACTIONS(2321), + [anon_sym_default] = ACTIONS(2321), + [anon_sym_type] = ACTIONS(2321), + [anon_sym_namespace] = ACTIONS(2321), + [anon_sym_LBRACE] = ACTIONS(2319), + [anon_sym_RBRACE] = ACTIONS(2319), + [anon_sym_typeof] = ACTIONS(2321), + [anon_sym_import] = ACTIONS(2321), + [anon_sym_var] = ACTIONS(2321), + [anon_sym_let] = ACTIONS(2321), + [anon_sym_const] = ACTIONS(2321), + [anon_sym_BANG] = ACTIONS(2319), + [anon_sym_else] = ACTIONS(2321), + [anon_sym_if] = ACTIONS(2321), + [anon_sym_switch] = ACTIONS(2321), + [anon_sym_for] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2319), + [anon_sym_await] = ACTIONS(2321), + [anon_sym_while] = ACTIONS(2321), + [anon_sym_do] = ACTIONS(2321), + [anon_sym_try] = ACTIONS(2321), + [anon_sym_with] = ACTIONS(2321), + [anon_sym_break] = ACTIONS(2321), + [anon_sym_continue] = ACTIONS(2321), + [anon_sym_debugger] = ACTIONS(2321), + [anon_sym_return] = ACTIONS(2321), + [anon_sym_throw] = ACTIONS(2321), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_case] = ACTIONS(2321), + [anon_sym_yield] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2319), + [anon_sym_LTtemplate_GT] = ACTIONS(2319), + [anon_sym_class] = ACTIONS(2321), + [anon_sym_async] = ACTIONS(2321), + [anon_sym_function] = ACTIONS(2321), + [anon_sym_new] = ACTIONS(2321), + [anon_sym_PLUS] = ACTIONS(2321), + [anon_sym_DASH] = ACTIONS(2321), + [anon_sym_SLASH] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2321), + [anon_sym_TILDE] = ACTIONS(2319), + [anon_sym_void] = ACTIONS(2321), + [anon_sym_delete] = ACTIONS(2321), + [anon_sym_PLUS_PLUS] = ACTIONS(2319), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_DQUOTE] = ACTIONS(2319), + [anon_sym_SQUOTE] = ACTIONS(2319), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2319), + [sym_number] = ACTIONS(2319), + [sym_this] = ACTIONS(2321), + [sym_super] = ACTIONS(2321), + [sym_true] = ACTIONS(2321), + [sym_false] = ACTIONS(2321), + [sym_null] = ACTIONS(2321), + [sym_undefined] = ACTIONS(2321), + [anon_sym_AT] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2321), + [anon_sym_readonly] = ACTIONS(2321), + [anon_sym_get] = ACTIONS(2321), + [anon_sym_set] = ACTIONS(2321), + [anon_sym_declare] = ACTIONS(2321), + [anon_sym_public] = ACTIONS(2321), + [anon_sym_private] = ACTIONS(2321), + [anon_sym_protected] = ACTIONS(2321), + [anon_sym_override] = ACTIONS(2321), + [anon_sym_module] = ACTIONS(2321), + [anon_sym_any] = ACTIONS(2321), + [anon_sym_number] = ACTIONS(2321), + [anon_sym_boolean] = ACTIONS(2321), + [anon_sym_string] = ACTIONS(2321), + [anon_sym_symbol] = ACTIONS(2321), + [anon_sym_abstract] = ACTIONS(2321), + [anon_sym_interface] = ACTIONS(2321), + [anon_sym_enum] = ACTIONS(2321), }, - [725] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), + [732] = { + [ts_builtin_sym_end] = ACTIONS(2319), + [sym_identifier] = ACTIONS(2321), + [anon_sym_export] = ACTIONS(2321), + [anon_sym_default] = ACTIONS(2321), + [anon_sym_type] = ACTIONS(2321), + [anon_sym_namespace] = ACTIONS(2321), + [anon_sym_LBRACE] = ACTIONS(2319), + [anon_sym_RBRACE] = ACTIONS(2319), + [anon_sym_typeof] = ACTIONS(2321), + [anon_sym_import] = ACTIONS(2321), + [anon_sym_var] = ACTIONS(2321), + [anon_sym_let] = ACTIONS(2321), + [anon_sym_const] = ACTIONS(2321), + [anon_sym_BANG] = ACTIONS(2319), + [anon_sym_else] = ACTIONS(2321), + [anon_sym_if] = ACTIONS(2321), + [anon_sym_switch] = ACTIONS(2321), + [anon_sym_for] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2319), + [anon_sym_await] = ACTIONS(2321), + [anon_sym_while] = ACTIONS(2321), + [anon_sym_do] = ACTIONS(2321), + [anon_sym_try] = ACTIONS(2321), + [anon_sym_with] = ACTIONS(2321), + [anon_sym_break] = ACTIONS(2321), + [anon_sym_continue] = ACTIONS(2321), + [anon_sym_debugger] = ACTIONS(2321), + [anon_sym_return] = ACTIONS(2321), + [anon_sym_throw] = ACTIONS(2321), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_case] = ACTIONS(2321), + [anon_sym_yield] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2319), + [anon_sym_LTtemplate_GT] = ACTIONS(2319), + [anon_sym_class] = ACTIONS(2321), + [anon_sym_async] = ACTIONS(2321), + [anon_sym_function] = ACTIONS(2321), + [anon_sym_new] = ACTIONS(2321), + [anon_sym_PLUS] = ACTIONS(2321), + [anon_sym_DASH] = ACTIONS(2321), + [anon_sym_SLASH] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2321), + [anon_sym_TILDE] = ACTIONS(2319), + [anon_sym_void] = ACTIONS(2321), + [anon_sym_delete] = ACTIONS(2321), + [anon_sym_PLUS_PLUS] = ACTIONS(2319), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_DQUOTE] = ACTIONS(2319), + [anon_sym_SQUOTE] = ACTIONS(2319), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), + [anon_sym_BQUOTE] = ACTIONS(2319), + [sym_number] = ACTIONS(2319), + [sym_this] = ACTIONS(2321), + [sym_super] = ACTIONS(2321), + [sym_true] = ACTIONS(2321), + [sym_false] = ACTIONS(2321), + [sym_null] = ACTIONS(2321), + [sym_undefined] = ACTIONS(2321), + [anon_sym_AT] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2321), + [anon_sym_readonly] = ACTIONS(2321), + [anon_sym_get] = ACTIONS(2321), + [anon_sym_set] = ACTIONS(2321), + [anon_sym_declare] = ACTIONS(2321), + [anon_sym_public] = ACTIONS(2321), + [anon_sym_private] = ACTIONS(2321), + [anon_sym_protected] = ACTIONS(2321), + [anon_sym_override] = ACTIONS(2321), + [anon_sym_module] = ACTIONS(2321), + [anon_sym_any] = ACTIONS(2321), + [anon_sym_number] = ACTIONS(2321), + [anon_sym_boolean] = ACTIONS(2321), + [anon_sym_string] = ACTIONS(2321), + [anon_sym_symbol] = ACTIONS(2321), + [anon_sym_abstract] = ACTIONS(2321), + [anon_sym_interface] = ACTIONS(2321), + [anon_sym_enum] = ACTIONS(2321), }, - [726] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), + [733] = { + [ts_builtin_sym_end] = ACTIONS(2319), + [sym_identifier] = ACTIONS(2321), + [anon_sym_export] = ACTIONS(2321), + [anon_sym_default] = ACTIONS(2321), + [anon_sym_type] = ACTIONS(2321), + [anon_sym_namespace] = ACTIONS(2321), + [anon_sym_LBRACE] = ACTIONS(2319), + [anon_sym_RBRACE] = ACTIONS(2319), + [anon_sym_typeof] = ACTIONS(2321), + [anon_sym_import] = ACTIONS(2321), + [anon_sym_var] = ACTIONS(2321), + [anon_sym_let] = ACTIONS(2321), + [anon_sym_const] = ACTIONS(2321), + [anon_sym_BANG] = ACTIONS(2319), + [anon_sym_else] = ACTIONS(2321), + [anon_sym_if] = ACTIONS(2321), + [anon_sym_switch] = ACTIONS(2321), + [anon_sym_for] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2319), + [anon_sym_await] = ACTIONS(2321), + [anon_sym_while] = ACTIONS(2321), + [anon_sym_do] = ACTIONS(2321), + [anon_sym_try] = ACTIONS(2321), + [anon_sym_with] = ACTIONS(2321), + [anon_sym_break] = ACTIONS(2321), + [anon_sym_continue] = ACTIONS(2321), + [anon_sym_debugger] = ACTIONS(2321), + [anon_sym_return] = ACTIONS(2321), + [anon_sym_throw] = ACTIONS(2321), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_case] = ACTIONS(2321), + [anon_sym_yield] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2319), + [anon_sym_LTtemplate_GT] = ACTIONS(2319), + [anon_sym_class] = ACTIONS(2321), + [anon_sym_async] = ACTIONS(2321), + [anon_sym_function] = ACTIONS(2321), + [anon_sym_new] = ACTIONS(2321), + [anon_sym_PLUS] = ACTIONS(2321), + [anon_sym_DASH] = ACTIONS(2321), + [anon_sym_SLASH] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2321), + [anon_sym_TILDE] = ACTIONS(2319), + [anon_sym_void] = ACTIONS(2321), + [anon_sym_delete] = ACTIONS(2321), + [anon_sym_PLUS_PLUS] = ACTIONS(2319), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_DQUOTE] = ACTIONS(2319), + [anon_sym_SQUOTE] = ACTIONS(2319), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), + [anon_sym_BQUOTE] = ACTIONS(2319), + [sym_number] = ACTIONS(2319), + [sym_this] = ACTIONS(2321), + [sym_super] = ACTIONS(2321), + [sym_true] = ACTIONS(2321), + [sym_false] = ACTIONS(2321), + [sym_null] = ACTIONS(2321), + [sym_undefined] = ACTIONS(2321), + [anon_sym_AT] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2321), + [anon_sym_readonly] = ACTIONS(2321), + [anon_sym_get] = ACTIONS(2321), + [anon_sym_set] = ACTIONS(2321), + [anon_sym_declare] = ACTIONS(2321), + [anon_sym_public] = ACTIONS(2321), + [anon_sym_private] = ACTIONS(2321), + [anon_sym_protected] = ACTIONS(2321), + [anon_sym_override] = ACTIONS(2321), + [anon_sym_module] = ACTIONS(2321), + [anon_sym_any] = ACTIONS(2321), + [anon_sym_number] = ACTIONS(2321), + [anon_sym_boolean] = ACTIONS(2321), + [anon_sym_string] = ACTIONS(2321), + [anon_sym_symbol] = ACTIONS(2321), + [anon_sym_abstract] = ACTIONS(2321), + [anon_sym_interface] = ACTIONS(2321), + [anon_sym_enum] = ACTIONS(2321), + }, + [734] = { + [ts_builtin_sym_end] = ACTIONS(2319), + [sym_identifier] = ACTIONS(2321), + [anon_sym_export] = ACTIONS(2321), + [anon_sym_default] = ACTIONS(2321), + [anon_sym_type] = ACTIONS(2321), + [anon_sym_namespace] = ACTIONS(2321), + [anon_sym_LBRACE] = ACTIONS(2319), + [anon_sym_RBRACE] = ACTIONS(2319), + [anon_sym_typeof] = ACTIONS(2321), + [anon_sym_import] = ACTIONS(2321), + [anon_sym_var] = ACTIONS(2321), + [anon_sym_let] = ACTIONS(2321), + [anon_sym_const] = ACTIONS(2321), + [anon_sym_BANG] = ACTIONS(2319), + [anon_sym_else] = ACTIONS(2321), + [anon_sym_if] = ACTIONS(2321), + [anon_sym_switch] = ACTIONS(2321), + [anon_sym_for] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2319), + [anon_sym_await] = ACTIONS(2321), + [anon_sym_while] = ACTIONS(2321), + [anon_sym_do] = ACTIONS(2321), + [anon_sym_try] = ACTIONS(2321), + [anon_sym_with] = ACTIONS(2321), + [anon_sym_break] = ACTIONS(2321), + [anon_sym_continue] = ACTIONS(2321), + [anon_sym_debugger] = ACTIONS(2321), + [anon_sym_return] = ACTIONS(2321), + [anon_sym_throw] = ACTIONS(2321), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_case] = ACTIONS(2321), + [anon_sym_yield] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2319), + [anon_sym_LTtemplate_GT] = ACTIONS(2319), + [anon_sym_class] = ACTIONS(2321), + [anon_sym_async] = ACTIONS(2321), + [anon_sym_function] = ACTIONS(2321), + [anon_sym_new] = ACTIONS(2321), + [anon_sym_PLUS] = ACTIONS(2321), + [anon_sym_DASH] = ACTIONS(2321), + [anon_sym_SLASH] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2321), + [anon_sym_TILDE] = ACTIONS(2319), + [anon_sym_void] = ACTIONS(2321), + [anon_sym_delete] = ACTIONS(2321), + [anon_sym_PLUS_PLUS] = ACTIONS(2319), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_DQUOTE] = ACTIONS(2319), + [anon_sym_SQUOTE] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2319), + [sym_number] = ACTIONS(2319), + [sym_this] = ACTIONS(2321), + [sym_super] = ACTIONS(2321), + [sym_true] = ACTIONS(2321), + [sym_false] = ACTIONS(2321), + [sym_null] = ACTIONS(2321), + [sym_undefined] = ACTIONS(2321), + [anon_sym_AT] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2321), + [anon_sym_readonly] = ACTIONS(2321), + [anon_sym_get] = ACTIONS(2321), + [anon_sym_set] = ACTIONS(2321), + [anon_sym_declare] = ACTIONS(2321), + [anon_sym_public] = ACTIONS(2321), + [anon_sym_private] = ACTIONS(2321), + [anon_sym_protected] = ACTIONS(2321), + [anon_sym_override] = ACTIONS(2321), + [anon_sym_module] = ACTIONS(2321), + [anon_sym_any] = ACTIONS(2321), + [anon_sym_number] = ACTIONS(2321), + [anon_sym_boolean] = ACTIONS(2321), + [anon_sym_string] = ACTIONS(2321), + [anon_sym_symbol] = ACTIONS(2321), + [anon_sym_abstract] = ACTIONS(2321), + [anon_sym_interface] = ACTIONS(2321), + [anon_sym_enum] = ACTIONS(2321), }, - [727] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), + [735] = { + [ts_builtin_sym_end] = ACTIONS(2259), + [sym_identifier] = ACTIONS(2261), + [anon_sym_export] = ACTIONS(2261), + [anon_sym_default] = ACTIONS(2261), + [anon_sym_type] = ACTIONS(2261), + [anon_sym_namespace] = ACTIONS(2261), + [anon_sym_LBRACE] = ACTIONS(2259), + [anon_sym_RBRACE] = ACTIONS(2259), + [anon_sym_typeof] = ACTIONS(2261), + [anon_sym_import] = ACTIONS(2261), + [anon_sym_var] = ACTIONS(2261), + [anon_sym_let] = ACTIONS(2261), + [anon_sym_const] = ACTIONS(2261), + [anon_sym_BANG] = ACTIONS(2259), + [anon_sym_else] = ACTIONS(2261), + [anon_sym_if] = ACTIONS(2261), + [anon_sym_switch] = ACTIONS(2261), + [anon_sym_for] = ACTIONS(2261), + [anon_sym_LPAREN] = ACTIONS(2259), + [anon_sym_await] = ACTIONS(2261), + [anon_sym_while] = ACTIONS(2261), + [anon_sym_do] = ACTIONS(2261), + [anon_sym_try] = ACTIONS(2261), + [anon_sym_with] = ACTIONS(2261), + [anon_sym_break] = ACTIONS(2261), + [anon_sym_continue] = ACTIONS(2261), + [anon_sym_debugger] = ACTIONS(2261), + [anon_sym_return] = ACTIONS(2261), + [anon_sym_throw] = ACTIONS(2261), + [anon_sym_SEMI] = ACTIONS(2259), + [anon_sym_case] = ACTIONS(2261), + [anon_sym_yield] = ACTIONS(2261), + [anon_sym_LBRACK] = ACTIONS(2259), + [anon_sym_LTtemplate_GT] = ACTIONS(2259), + [anon_sym_class] = ACTIONS(2261), + [anon_sym_async] = ACTIONS(2261), + [anon_sym_function] = ACTIONS(2261), + [anon_sym_new] = ACTIONS(2261), + [anon_sym_PLUS] = ACTIONS(2261), + [anon_sym_DASH] = ACTIONS(2261), + [anon_sym_SLASH] = ACTIONS(2261), + [anon_sym_LT] = ACTIONS(2261), + [anon_sym_TILDE] = ACTIONS(2259), + [anon_sym_void] = ACTIONS(2261), + [anon_sym_delete] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2259), + [anon_sym_DASH_DASH] = ACTIONS(2261), + [anon_sym_DQUOTE] = ACTIONS(2259), + [anon_sym_SQUOTE] = ACTIONS(2259), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), + [anon_sym_BQUOTE] = ACTIONS(2259), + [sym_number] = ACTIONS(2259), + [sym_this] = ACTIONS(2261), + [sym_super] = ACTIONS(2261), + [sym_true] = ACTIONS(2261), + [sym_false] = ACTIONS(2261), + [sym_null] = ACTIONS(2261), + [sym_undefined] = ACTIONS(2261), + [anon_sym_AT] = ACTIONS(2259), + [anon_sym_static] = ACTIONS(2261), + [anon_sym_readonly] = ACTIONS(2261), + [anon_sym_get] = ACTIONS(2261), + [anon_sym_set] = ACTIONS(2261), + [anon_sym_declare] = ACTIONS(2261), + [anon_sym_public] = ACTIONS(2261), + [anon_sym_private] = ACTIONS(2261), + [anon_sym_protected] = ACTIONS(2261), + [anon_sym_override] = ACTIONS(2261), + [anon_sym_module] = ACTIONS(2261), + [anon_sym_any] = ACTIONS(2261), + [anon_sym_number] = ACTIONS(2261), + [anon_sym_boolean] = ACTIONS(2261), + [anon_sym_string] = ACTIONS(2261), + [anon_sym_symbol] = ACTIONS(2261), + [anon_sym_abstract] = ACTIONS(2261), + [anon_sym_interface] = ACTIONS(2261), + [anon_sym_enum] = ACTIONS(2261), }, - [728] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), + [736] = { + [ts_builtin_sym_end] = ACTIONS(2363), + [sym_identifier] = ACTIONS(2365), + [anon_sym_export] = ACTIONS(2365), + [anon_sym_default] = ACTIONS(2365), + [anon_sym_type] = ACTIONS(2365), + [anon_sym_namespace] = ACTIONS(2365), + [anon_sym_LBRACE] = ACTIONS(2363), + [anon_sym_RBRACE] = ACTIONS(2363), + [anon_sym_typeof] = ACTIONS(2365), + [anon_sym_import] = ACTIONS(2365), + [anon_sym_var] = ACTIONS(2365), + [anon_sym_let] = ACTIONS(2365), + [anon_sym_const] = ACTIONS(2365), + [anon_sym_BANG] = ACTIONS(2363), + [anon_sym_else] = ACTIONS(2365), + [anon_sym_if] = ACTIONS(2365), + [anon_sym_switch] = ACTIONS(2365), + [anon_sym_for] = ACTIONS(2365), + [anon_sym_LPAREN] = ACTIONS(2363), + [anon_sym_await] = ACTIONS(2365), + [anon_sym_while] = ACTIONS(2365), + [anon_sym_do] = ACTIONS(2365), + [anon_sym_try] = ACTIONS(2365), + [anon_sym_with] = ACTIONS(2365), + [anon_sym_break] = ACTIONS(2365), + [anon_sym_continue] = ACTIONS(2365), + [anon_sym_debugger] = ACTIONS(2365), + [anon_sym_return] = ACTIONS(2365), + [anon_sym_throw] = ACTIONS(2365), + [anon_sym_SEMI] = ACTIONS(2363), + [anon_sym_case] = ACTIONS(2365), + [anon_sym_yield] = ACTIONS(2365), + [anon_sym_LBRACK] = ACTIONS(2363), + [anon_sym_LTtemplate_GT] = ACTIONS(2363), + [anon_sym_class] = ACTIONS(2365), + [anon_sym_async] = ACTIONS(2365), + [anon_sym_function] = ACTIONS(2365), + [anon_sym_new] = ACTIONS(2365), + [anon_sym_PLUS] = ACTIONS(2365), + [anon_sym_DASH] = ACTIONS(2365), + [anon_sym_SLASH] = ACTIONS(2365), + [anon_sym_LT] = ACTIONS(2365), + [anon_sym_TILDE] = ACTIONS(2363), + [anon_sym_void] = ACTIONS(2365), + [anon_sym_delete] = ACTIONS(2365), + [anon_sym_PLUS_PLUS] = ACTIONS(2363), + [anon_sym_DASH_DASH] = ACTIONS(2365), + [anon_sym_DQUOTE] = ACTIONS(2363), + [anon_sym_SQUOTE] = ACTIONS(2363), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), + [anon_sym_BQUOTE] = ACTIONS(2363), + [sym_number] = ACTIONS(2363), + [sym_this] = ACTIONS(2365), + [sym_super] = ACTIONS(2365), + [sym_true] = ACTIONS(2365), + [sym_false] = ACTIONS(2365), + [sym_null] = ACTIONS(2365), + [sym_undefined] = ACTIONS(2365), + [anon_sym_AT] = ACTIONS(2363), + [anon_sym_static] = ACTIONS(2365), + [anon_sym_readonly] = ACTIONS(2365), + [anon_sym_get] = ACTIONS(2365), + [anon_sym_set] = ACTIONS(2365), + [anon_sym_declare] = ACTIONS(2365), + [anon_sym_public] = ACTIONS(2365), + [anon_sym_private] = ACTIONS(2365), + [anon_sym_protected] = ACTIONS(2365), + [anon_sym_override] = ACTIONS(2365), + [anon_sym_module] = ACTIONS(2365), + [anon_sym_any] = ACTIONS(2365), + [anon_sym_number] = ACTIONS(2365), + [anon_sym_boolean] = ACTIONS(2365), + [anon_sym_string] = ACTIONS(2365), + [anon_sym_symbol] = ACTIONS(2365), + [anon_sym_abstract] = ACTIONS(2365), + [anon_sym_interface] = ACTIONS(2365), + [anon_sym_enum] = ACTIONS(2365), }, - [729] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), + [737] = { + [ts_builtin_sym_end] = ACTIONS(2367), + [sym_identifier] = ACTIONS(2369), + [anon_sym_export] = ACTIONS(2369), + [anon_sym_default] = ACTIONS(2369), + [anon_sym_type] = ACTIONS(2369), + [anon_sym_namespace] = ACTIONS(2369), + [anon_sym_LBRACE] = ACTIONS(2367), + [anon_sym_RBRACE] = ACTIONS(2367), + [anon_sym_typeof] = ACTIONS(2369), + [anon_sym_import] = ACTIONS(2369), + [anon_sym_var] = ACTIONS(2369), + [anon_sym_let] = ACTIONS(2369), + [anon_sym_const] = ACTIONS(2369), + [anon_sym_BANG] = ACTIONS(2367), + [anon_sym_else] = ACTIONS(2369), + [anon_sym_if] = ACTIONS(2369), + [anon_sym_switch] = ACTIONS(2369), + [anon_sym_for] = ACTIONS(2369), + [anon_sym_LPAREN] = ACTIONS(2367), + [anon_sym_await] = ACTIONS(2369), + [anon_sym_while] = ACTIONS(2369), + [anon_sym_do] = ACTIONS(2369), + [anon_sym_try] = ACTIONS(2369), + [anon_sym_with] = ACTIONS(2369), + [anon_sym_break] = ACTIONS(2369), + [anon_sym_continue] = ACTIONS(2369), + [anon_sym_debugger] = ACTIONS(2369), + [anon_sym_return] = ACTIONS(2369), + [anon_sym_throw] = ACTIONS(2369), + [anon_sym_SEMI] = ACTIONS(2367), + [anon_sym_case] = ACTIONS(2369), + [anon_sym_yield] = ACTIONS(2369), + [anon_sym_LBRACK] = ACTIONS(2367), + [anon_sym_LTtemplate_GT] = ACTIONS(2367), + [anon_sym_class] = ACTIONS(2369), + [anon_sym_async] = ACTIONS(2369), + [anon_sym_function] = ACTIONS(2369), + [anon_sym_new] = ACTIONS(2369), + [anon_sym_PLUS] = ACTIONS(2369), + [anon_sym_DASH] = ACTIONS(2369), + [anon_sym_SLASH] = ACTIONS(2369), + [anon_sym_LT] = ACTIONS(2369), + [anon_sym_TILDE] = ACTIONS(2367), + [anon_sym_void] = ACTIONS(2369), + [anon_sym_delete] = ACTIONS(2369), + [anon_sym_PLUS_PLUS] = ACTIONS(2367), + [anon_sym_DASH_DASH] = ACTIONS(2369), + [anon_sym_DQUOTE] = ACTIONS(2367), + [anon_sym_SQUOTE] = ACTIONS(2367), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), + [anon_sym_BQUOTE] = ACTIONS(2367), + [sym_number] = ACTIONS(2367), + [sym_this] = ACTIONS(2369), + [sym_super] = ACTIONS(2369), + [sym_true] = ACTIONS(2369), + [sym_false] = ACTIONS(2369), + [sym_null] = ACTIONS(2369), + [sym_undefined] = ACTIONS(2369), + [anon_sym_AT] = ACTIONS(2367), + [anon_sym_static] = ACTIONS(2369), + [anon_sym_readonly] = ACTIONS(2369), + [anon_sym_get] = ACTIONS(2369), + [anon_sym_set] = ACTIONS(2369), + [anon_sym_declare] = ACTIONS(2369), + [anon_sym_public] = ACTIONS(2369), + [anon_sym_private] = ACTIONS(2369), + [anon_sym_protected] = ACTIONS(2369), + [anon_sym_override] = ACTIONS(2369), + [anon_sym_module] = ACTIONS(2369), + [anon_sym_any] = ACTIONS(2369), + [anon_sym_number] = ACTIONS(2369), + [anon_sym_boolean] = ACTIONS(2369), + [anon_sym_string] = ACTIONS(2369), + [anon_sym_symbol] = ACTIONS(2369), + [anon_sym_abstract] = ACTIONS(2369), + [anon_sym_interface] = ACTIONS(2369), + [anon_sym_enum] = ACTIONS(2369), }, - [730] = { + [738] = { [ts_builtin_sym_end] = ACTIONS(2371), [sym_identifier] = ACTIONS(2373), [anon_sym_export] = ACTIONS(2373), @@ -91977,19 +92379,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2373), [anon_sym_LBRACK] = ACTIONS(2371), [anon_sym_LTtemplate_GT] = ACTIONS(2371), - [anon_sym_LT] = ACTIONS(2373), - [anon_sym_SLASH] = ACTIONS(2373), [anon_sym_class] = ACTIONS(2373), [anon_sym_async] = ACTIONS(2373), [anon_sym_function] = ACTIONS(2373), [anon_sym_new] = ACTIONS(2373), [anon_sym_PLUS] = ACTIONS(2373), [anon_sym_DASH] = ACTIONS(2373), + [anon_sym_SLASH] = ACTIONS(2373), + [anon_sym_LT] = ACTIONS(2373), [anon_sym_TILDE] = ACTIONS(2371), [anon_sym_void] = ACTIONS(2373), [anon_sym_delete] = ACTIONS(2373), [anon_sym_PLUS_PLUS] = ACTIONS(2371), - [anon_sym_DASH_DASH] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2373), [anon_sym_DQUOTE] = ACTIONS(2371), [anon_sym_SQUOTE] = ACTIONS(2371), [sym_comment] = ACTIONS(3), @@ -92021,323 +92423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2373), [anon_sym_enum] = ACTIONS(2373), }, - [731] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [732] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [733] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [734] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [735] = { + [739] = { [ts_builtin_sym_end] = ACTIONS(2375), [sym_identifier] = ACTIONS(2377), [anon_sym_export] = ACTIONS(2377), @@ -92372,19 +92458,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2377), [anon_sym_LBRACK] = ACTIONS(2375), [anon_sym_LTtemplate_GT] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2377), - [anon_sym_SLASH] = ACTIONS(2377), [anon_sym_class] = ACTIONS(2377), [anon_sym_async] = ACTIONS(2377), [anon_sym_function] = ACTIONS(2377), [anon_sym_new] = ACTIONS(2377), [anon_sym_PLUS] = ACTIONS(2377), [anon_sym_DASH] = ACTIONS(2377), + [anon_sym_SLASH] = ACTIONS(2377), + [anon_sym_LT] = ACTIONS(2377), [anon_sym_TILDE] = ACTIONS(2375), [anon_sym_void] = ACTIONS(2377), [anon_sym_delete] = ACTIONS(2377), [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DASH_DASH] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2377), [anon_sym_DQUOTE] = ACTIONS(2375), [anon_sym_SQUOTE] = ACTIONS(2375), [sym_comment] = ACTIONS(3), @@ -92416,7 +92502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2377), [anon_sym_enum] = ACTIONS(2377), }, - [736] = { + [740] = { [ts_builtin_sym_end] = ACTIONS(2379), [sym_identifier] = ACTIONS(2381), [anon_sym_export] = ACTIONS(2381), @@ -92451,19 +92537,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2381), [anon_sym_LBRACK] = ACTIONS(2379), [anon_sym_LTtemplate_GT] = ACTIONS(2379), - [anon_sym_LT] = ACTIONS(2381), - [anon_sym_SLASH] = ACTIONS(2381), [anon_sym_class] = ACTIONS(2381), [anon_sym_async] = ACTIONS(2381), [anon_sym_function] = ACTIONS(2381), [anon_sym_new] = ACTIONS(2381), [anon_sym_PLUS] = ACTIONS(2381), [anon_sym_DASH] = ACTIONS(2381), + [anon_sym_SLASH] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2381), [anon_sym_TILDE] = ACTIONS(2379), [anon_sym_void] = ACTIONS(2381), [anon_sym_delete] = ACTIONS(2381), [anon_sym_PLUS_PLUS] = ACTIONS(2379), - [anon_sym_DASH_DASH] = ACTIONS(2379), + [anon_sym_DASH_DASH] = ACTIONS(2381), [anon_sym_DQUOTE] = ACTIONS(2379), [anon_sym_SQUOTE] = ACTIONS(2379), [sym_comment] = ACTIONS(3), @@ -92495,86 +92581,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2381), [anon_sym_enum] = ACTIONS(2381), }, - [737] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [738] = { + [741] = { [ts_builtin_sym_end] = ACTIONS(2383), [sym_identifier] = ACTIONS(2385), [anon_sym_export] = ACTIONS(2385), @@ -92609,19 +92616,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2385), [anon_sym_LBRACK] = ACTIONS(2383), [anon_sym_LTtemplate_GT] = ACTIONS(2383), - [anon_sym_LT] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2385), [anon_sym_class] = ACTIONS(2385), [anon_sym_async] = ACTIONS(2385), [anon_sym_function] = ACTIONS(2385), [anon_sym_new] = ACTIONS(2385), [anon_sym_PLUS] = ACTIONS(2385), [anon_sym_DASH] = ACTIONS(2385), + [anon_sym_SLASH] = ACTIONS(2385), + [anon_sym_LT] = ACTIONS(2385), [anon_sym_TILDE] = ACTIONS(2383), [anon_sym_void] = ACTIONS(2385), [anon_sym_delete] = ACTIONS(2385), [anon_sym_PLUS_PLUS] = ACTIONS(2383), - [anon_sym_DASH_DASH] = ACTIONS(2383), + [anon_sym_DASH_DASH] = ACTIONS(2385), [anon_sym_DQUOTE] = ACTIONS(2383), [anon_sym_SQUOTE] = ACTIONS(2383), [sym_comment] = ACTIONS(3), @@ -92653,7 +92660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2385), [anon_sym_enum] = ACTIONS(2385), }, - [739] = { + [742] = { [ts_builtin_sym_end] = ACTIONS(2387), [sym_identifier] = ACTIONS(2389), [anon_sym_export] = ACTIONS(2389), @@ -92688,19 +92695,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2389), [anon_sym_LBRACK] = ACTIONS(2387), [anon_sym_LTtemplate_GT] = ACTIONS(2387), - [anon_sym_LT] = ACTIONS(2389), - [anon_sym_SLASH] = ACTIONS(2389), [anon_sym_class] = ACTIONS(2389), [anon_sym_async] = ACTIONS(2389), [anon_sym_function] = ACTIONS(2389), [anon_sym_new] = ACTIONS(2389), [anon_sym_PLUS] = ACTIONS(2389), [anon_sym_DASH] = ACTIONS(2389), + [anon_sym_SLASH] = ACTIONS(2389), + [anon_sym_LT] = ACTIONS(2389), [anon_sym_TILDE] = ACTIONS(2387), [anon_sym_void] = ACTIONS(2389), [anon_sym_delete] = ACTIONS(2389), [anon_sym_PLUS_PLUS] = ACTIONS(2387), - [anon_sym_DASH_DASH] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2389), [anon_sym_DQUOTE] = ACTIONS(2387), [anon_sym_SQUOTE] = ACTIONS(2387), [sym_comment] = ACTIONS(3), @@ -92713,105 +92720,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(2389), [sym_undefined] = ACTIONS(2389), [anon_sym_AT] = ACTIONS(2387), - [anon_sym_static] = ACTIONS(2389), - [anon_sym_readonly] = ACTIONS(2389), - [anon_sym_get] = ACTIONS(2389), - [anon_sym_set] = ACTIONS(2389), - [anon_sym_declare] = ACTIONS(2389), - [anon_sym_public] = ACTIONS(2389), - [anon_sym_private] = ACTIONS(2389), - [anon_sym_protected] = ACTIONS(2389), - [anon_sym_override] = ACTIONS(2389), - [anon_sym_module] = ACTIONS(2389), - [anon_sym_any] = ACTIONS(2389), - [anon_sym_number] = ACTIONS(2389), - [anon_sym_boolean] = ACTIONS(2389), - [anon_sym_string] = ACTIONS(2389), - [anon_sym_symbol] = ACTIONS(2389), - [anon_sym_abstract] = ACTIONS(2389), - [anon_sym_interface] = ACTIONS(2389), - [anon_sym_enum] = ACTIONS(2389), - }, - [740] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), + [anon_sym_static] = ACTIONS(2389), + [anon_sym_readonly] = ACTIONS(2389), + [anon_sym_get] = ACTIONS(2389), + [anon_sym_set] = ACTIONS(2389), + [anon_sym_declare] = ACTIONS(2389), + [anon_sym_public] = ACTIONS(2389), + [anon_sym_private] = ACTIONS(2389), + [anon_sym_protected] = ACTIONS(2389), + [anon_sym_override] = ACTIONS(2389), + [anon_sym_module] = ACTIONS(2389), + [anon_sym_any] = ACTIONS(2389), + [anon_sym_number] = ACTIONS(2389), + [anon_sym_boolean] = ACTIONS(2389), + [anon_sym_string] = ACTIONS(2389), + [anon_sym_symbol] = ACTIONS(2389), + [anon_sym_abstract] = ACTIONS(2389), + [anon_sym_interface] = ACTIONS(2389), + [anon_sym_enum] = ACTIONS(2389), }, - [741] = { + [743] = { [ts_builtin_sym_end] = ACTIONS(2391), [sym_identifier] = ACTIONS(2393), [anon_sym_export] = ACTIONS(2393), @@ -92846,19 +92774,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2393), [anon_sym_LBRACK] = ACTIONS(2391), [anon_sym_LTtemplate_GT] = ACTIONS(2391), - [anon_sym_LT] = ACTIONS(2393), - [anon_sym_SLASH] = ACTIONS(2393), [anon_sym_class] = ACTIONS(2393), [anon_sym_async] = ACTIONS(2393), [anon_sym_function] = ACTIONS(2393), [anon_sym_new] = ACTIONS(2393), [anon_sym_PLUS] = ACTIONS(2393), [anon_sym_DASH] = ACTIONS(2393), + [anon_sym_SLASH] = ACTIONS(2393), + [anon_sym_LT] = ACTIONS(2393), [anon_sym_TILDE] = ACTIONS(2391), [anon_sym_void] = ACTIONS(2393), [anon_sym_delete] = ACTIONS(2393), [anon_sym_PLUS_PLUS] = ACTIONS(2391), - [anon_sym_DASH_DASH] = ACTIONS(2391), + [anon_sym_DASH_DASH] = ACTIONS(2393), [anon_sym_DQUOTE] = ACTIONS(2391), [anon_sym_SQUOTE] = ACTIONS(2391), [sym_comment] = ACTIONS(3), @@ -92890,164 +92818,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2393), [anon_sym_enum] = ACTIONS(2393), }, - [742] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), - }, - [743] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), - }, [744] = { [ts_builtin_sym_end] = ACTIONS(2395), [sym_identifier] = ACTIONS(2397), @@ -93083,19 +92853,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2397), [anon_sym_LBRACK] = ACTIONS(2395), [anon_sym_LTtemplate_GT] = ACTIONS(2395), - [anon_sym_LT] = ACTIONS(2397), - [anon_sym_SLASH] = ACTIONS(2397), [anon_sym_class] = ACTIONS(2397), [anon_sym_async] = ACTIONS(2397), [anon_sym_function] = ACTIONS(2397), [anon_sym_new] = ACTIONS(2397), [anon_sym_PLUS] = ACTIONS(2397), [anon_sym_DASH] = ACTIONS(2397), + [anon_sym_SLASH] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(2397), [anon_sym_TILDE] = ACTIONS(2395), [anon_sym_void] = ACTIONS(2397), [anon_sym_delete] = ACTIONS(2397), [anon_sym_PLUS_PLUS] = ACTIONS(2395), - [anon_sym_DASH_DASH] = ACTIONS(2395), + [anon_sym_DASH_DASH] = ACTIONS(2397), [anon_sym_DQUOTE] = ACTIONS(2395), [anon_sym_SQUOTE] = ACTIONS(2395), [sym_comment] = ACTIONS(3), @@ -93128,401 +92898,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(2397), }, [745] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), - }, - [746] = { - [ts_builtin_sym_end] = ACTIONS(1586), - [sym_identifier] = ACTIONS(1588), - [anon_sym_export] = ACTIONS(1588), - [anon_sym_default] = ACTIONS(1588), - [anon_sym_type] = ACTIONS(1588), - [anon_sym_namespace] = ACTIONS(1588), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1586), - [anon_sym_typeof] = ACTIONS(1588), - [anon_sym_import] = ACTIONS(1588), - [anon_sym_var] = ACTIONS(1588), - [anon_sym_let] = ACTIONS(1588), - [anon_sym_const] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1586), - [anon_sym_else] = ACTIONS(1588), - [anon_sym_if] = ACTIONS(1588), - [anon_sym_switch] = ACTIONS(1588), - [anon_sym_for] = ACTIONS(1588), - [anon_sym_LPAREN] = ACTIONS(1586), - [anon_sym_await] = ACTIONS(1588), - [anon_sym_while] = ACTIONS(1588), - [anon_sym_do] = ACTIONS(1588), - [anon_sym_try] = ACTIONS(1588), - [anon_sym_with] = ACTIONS(1588), - [anon_sym_break] = ACTIONS(1588), - [anon_sym_continue] = ACTIONS(1588), - [anon_sym_debugger] = ACTIONS(1588), - [anon_sym_return] = ACTIONS(1588), - [anon_sym_throw] = ACTIONS(1588), - [anon_sym_SEMI] = ACTIONS(1586), - [anon_sym_case] = ACTIONS(1588), - [anon_sym_yield] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_LTtemplate_GT] = ACTIONS(1586), - [anon_sym_LT] = ACTIONS(1588), - [anon_sym_SLASH] = ACTIONS(1588), - [anon_sym_class] = ACTIONS(1588), - [anon_sym_async] = ACTIONS(1588), - [anon_sym_function] = ACTIONS(1588), - [anon_sym_new] = ACTIONS(1588), - [anon_sym_PLUS] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1586), - [anon_sym_void] = ACTIONS(1588), - [anon_sym_delete] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1586), - [anon_sym_DQUOTE] = ACTIONS(1586), - [anon_sym_SQUOTE] = ACTIONS(1586), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1586), - [sym_number] = ACTIONS(1586), - [sym_this] = ACTIONS(1588), - [sym_super] = ACTIONS(1588), - [sym_true] = ACTIONS(1588), - [sym_false] = ACTIONS(1588), - [sym_null] = ACTIONS(1588), - [sym_undefined] = ACTIONS(1588), - [anon_sym_AT] = ACTIONS(1586), - [anon_sym_static] = ACTIONS(1588), - [anon_sym_readonly] = ACTIONS(1588), - [anon_sym_get] = ACTIONS(1588), - [anon_sym_set] = ACTIONS(1588), - [anon_sym_declare] = ACTIONS(1588), - [anon_sym_public] = ACTIONS(1588), - [anon_sym_private] = ACTIONS(1588), - [anon_sym_protected] = ACTIONS(1588), - [anon_sym_override] = ACTIONS(1588), - [anon_sym_module] = ACTIONS(1588), - [anon_sym_any] = ACTIONS(1588), - [anon_sym_number] = ACTIONS(1588), - [anon_sym_boolean] = ACTIONS(1588), - [anon_sym_string] = ACTIONS(1588), - [anon_sym_symbol] = ACTIONS(1588), - [anon_sym_abstract] = ACTIONS(1588), - [anon_sym_interface] = ACTIONS(1588), - [anon_sym_enum] = ACTIONS(1588), - }, - [747] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [748] = { - [ts_builtin_sym_end] = ACTIONS(2207), - [sym_identifier] = ACTIONS(2209), - [anon_sym_export] = ACTIONS(2209), - [anon_sym_default] = ACTIONS(2209), - [anon_sym_type] = ACTIONS(2209), - [anon_sym_namespace] = ACTIONS(2209), - [anon_sym_LBRACE] = ACTIONS(2207), - [anon_sym_RBRACE] = ACTIONS(2207), - [anon_sym_typeof] = ACTIONS(2209), - [anon_sym_import] = ACTIONS(2209), - [anon_sym_var] = ACTIONS(2209), - [anon_sym_let] = ACTIONS(2209), - [anon_sym_const] = ACTIONS(2209), - [anon_sym_BANG] = ACTIONS(2207), - [anon_sym_else] = ACTIONS(2209), - [anon_sym_if] = ACTIONS(2209), - [anon_sym_switch] = ACTIONS(2209), - [anon_sym_for] = ACTIONS(2209), - [anon_sym_LPAREN] = ACTIONS(2207), - [anon_sym_await] = ACTIONS(2209), - [anon_sym_while] = ACTIONS(2209), - [anon_sym_do] = ACTIONS(2209), - [anon_sym_try] = ACTIONS(2209), - [anon_sym_with] = ACTIONS(2209), - [anon_sym_break] = ACTIONS(2209), - [anon_sym_continue] = ACTIONS(2209), - [anon_sym_debugger] = ACTIONS(2209), - [anon_sym_return] = ACTIONS(2209), - [anon_sym_throw] = ACTIONS(2209), - [anon_sym_SEMI] = ACTIONS(2207), - [anon_sym_case] = ACTIONS(2209), - [anon_sym_yield] = ACTIONS(2209), - [anon_sym_LBRACK] = ACTIONS(2207), - [anon_sym_LTtemplate_GT] = ACTIONS(2207), - [anon_sym_LT] = ACTIONS(2209), - [anon_sym_SLASH] = ACTIONS(2209), - [anon_sym_class] = ACTIONS(2209), - [anon_sym_async] = ACTIONS(2209), - [anon_sym_function] = ACTIONS(2209), - [anon_sym_new] = ACTIONS(2209), - [anon_sym_PLUS] = ACTIONS(2209), - [anon_sym_DASH] = ACTIONS(2209), - [anon_sym_TILDE] = ACTIONS(2207), - [anon_sym_void] = ACTIONS(2209), - [anon_sym_delete] = ACTIONS(2209), - [anon_sym_PLUS_PLUS] = ACTIONS(2207), - [anon_sym_DASH_DASH] = ACTIONS(2207), - [anon_sym_DQUOTE] = ACTIONS(2207), - [anon_sym_SQUOTE] = ACTIONS(2207), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2207), - [sym_number] = ACTIONS(2207), - [sym_this] = ACTIONS(2209), - [sym_super] = ACTIONS(2209), - [sym_true] = ACTIONS(2209), - [sym_false] = ACTIONS(2209), - [sym_null] = ACTIONS(2209), - [sym_undefined] = ACTIONS(2209), - [anon_sym_AT] = ACTIONS(2207), - [anon_sym_static] = ACTIONS(2209), - [anon_sym_readonly] = ACTIONS(2209), - [anon_sym_get] = ACTIONS(2209), - [anon_sym_set] = ACTIONS(2209), - [anon_sym_declare] = ACTIONS(2209), - [anon_sym_public] = ACTIONS(2209), - [anon_sym_private] = ACTIONS(2209), - [anon_sym_protected] = ACTIONS(2209), - [anon_sym_override] = ACTIONS(2209), - [anon_sym_module] = ACTIONS(2209), - [anon_sym_any] = ACTIONS(2209), - [anon_sym_number] = ACTIONS(2209), - [anon_sym_boolean] = ACTIONS(2209), - [anon_sym_string] = ACTIONS(2209), - [anon_sym_symbol] = ACTIONS(2209), - [anon_sym_abstract] = ACTIONS(2209), - [anon_sym_interface] = ACTIONS(2209), - [anon_sym_enum] = ACTIONS(2209), - }, - [749] = { - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_export] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_namespace] = ACTIONS(2125), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_typeof] = ACTIONS(2125), - [anon_sym_import] = ACTIONS(2125), - [anon_sym_var] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_else] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_switch] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_await] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_do] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_with] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_debugger] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_case] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LTtemplate_GT] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2125), - [anon_sym_SLASH] = ACTIONS(2125), - [anon_sym_class] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_function] = ACTIONS(2125), - [anon_sym_new] = ACTIONS(2125), - [anon_sym_PLUS] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2125), - [anon_sym_TILDE] = ACTIONS(2123), - [anon_sym_void] = ACTIONS(2125), - [anon_sym_delete] = ACTIONS(2125), - [anon_sym_PLUS_PLUS] = ACTIONS(2123), - [anon_sym_DASH_DASH] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2123), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2123), - [sym_number] = ACTIONS(2123), - [sym_this] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_true] = ACTIONS(2125), - [sym_false] = ACTIONS(2125), - [sym_null] = ACTIONS(2125), - [sym_undefined] = ACTIONS(2125), - [anon_sym_AT] = ACTIONS(2123), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_readonly] = ACTIONS(2125), - [anon_sym_get] = ACTIONS(2125), - [anon_sym_set] = ACTIONS(2125), - [anon_sym_declare] = ACTIONS(2125), - [anon_sym_public] = ACTIONS(2125), - [anon_sym_private] = ACTIONS(2125), - [anon_sym_protected] = ACTIONS(2125), - [anon_sym_override] = ACTIONS(2125), - [anon_sym_module] = ACTIONS(2125), - [anon_sym_any] = ACTIONS(2125), - [anon_sym_number] = ACTIONS(2125), - [anon_sym_boolean] = ACTIONS(2125), - [anon_sym_string] = ACTIONS(2125), - [anon_sym_symbol] = ACTIONS(2125), - [anon_sym_abstract] = ACTIONS(2125), - [anon_sym_interface] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), - }, - [750] = { [ts_builtin_sym_end] = ACTIONS(2399), [sym_identifier] = ACTIONS(2401), [anon_sym_export] = ACTIONS(2401), @@ -93557,19 +92932,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2401), [anon_sym_LBRACK] = ACTIONS(2399), [anon_sym_LTtemplate_GT] = ACTIONS(2399), - [anon_sym_LT] = ACTIONS(2401), - [anon_sym_SLASH] = ACTIONS(2401), [anon_sym_class] = ACTIONS(2401), [anon_sym_async] = ACTIONS(2401), [anon_sym_function] = ACTIONS(2401), [anon_sym_new] = ACTIONS(2401), [anon_sym_PLUS] = ACTIONS(2401), [anon_sym_DASH] = ACTIONS(2401), + [anon_sym_SLASH] = ACTIONS(2401), + [anon_sym_LT] = ACTIONS(2401), [anon_sym_TILDE] = ACTIONS(2399), [anon_sym_void] = ACTIONS(2401), [anon_sym_delete] = ACTIONS(2401), [anon_sym_PLUS_PLUS] = ACTIONS(2399), - [anon_sym_DASH_DASH] = ACTIONS(2399), + [anon_sym_DASH_DASH] = ACTIONS(2401), [anon_sym_DQUOTE] = ACTIONS(2399), [anon_sym_SQUOTE] = ACTIONS(2399), [sym_comment] = ACTIONS(3), @@ -93601,86 +92976,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2401), [anon_sym_enum] = ACTIONS(2401), }, - [751] = { - [ts_builtin_sym_end] = ACTIONS(1602), - [sym_identifier] = ACTIONS(1604), - [anon_sym_export] = ACTIONS(1604), - [anon_sym_default] = ACTIONS(1604), - [anon_sym_type] = ACTIONS(1604), - [anon_sym_namespace] = ACTIONS(1604), - [anon_sym_LBRACE] = ACTIONS(1602), - [anon_sym_RBRACE] = ACTIONS(1602), - [anon_sym_typeof] = ACTIONS(1604), - [anon_sym_import] = ACTIONS(1604), - [anon_sym_var] = ACTIONS(1604), - [anon_sym_let] = ACTIONS(1604), - [anon_sym_const] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1602), - [anon_sym_else] = ACTIONS(1604), - [anon_sym_if] = ACTIONS(1604), - [anon_sym_switch] = ACTIONS(1604), - [anon_sym_for] = ACTIONS(1604), - [anon_sym_LPAREN] = ACTIONS(1602), - [anon_sym_await] = ACTIONS(1604), - [anon_sym_while] = ACTIONS(1604), - [anon_sym_do] = ACTIONS(1604), - [anon_sym_try] = ACTIONS(1604), - [anon_sym_with] = ACTIONS(1604), - [anon_sym_break] = ACTIONS(1604), - [anon_sym_continue] = ACTIONS(1604), - [anon_sym_debugger] = ACTIONS(1604), - [anon_sym_return] = ACTIONS(1604), - [anon_sym_throw] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1604), - [anon_sym_yield] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1602), - [anon_sym_LTtemplate_GT] = ACTIONS(1602), - [anon_sym_LT] = ACTIONS(1604), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_class] = ACTIONS(1604), - [anon_sym_async] = ACTIONS(1604), - [anon_sym_function] = ACTIONS(1604), - [anon_sym_new] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1602), - [anon_sym_void] = ACTIONS(1604), - [anon_sym_delete] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1602), - [anon_sym_DASH_DASH] = ACTIONS(1602), - [anon_sym_DQUOTE] = ACTIONS(1602), - [anon_sym_SQUOTE] = ACTIONS(1602), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1602), - [sym_number] = ACTIONS(1602), - [sym_this] = ACTIONS(1604), - [sym_super] = ACTIONS(1604), - [sym_true] = ACTIONS(1604), - [sym_false] = ACTIONS(1604), - [sym_null] = ACTIONS(1604), - [sym_undefined] = ACTIONS(1604), - [anon_sym_AT] = ACTIONS(1602), - [anon_sym_static] = ACTIONS(1604), - [anon_sym_readonly] = ACTIONS(1604), - [anon_sym_get] = ACTIONS(1604), - [anon_sym_set] = ACTIONS(1604), - [anon_sym_declare] = ACTIONS(1604), - [anon_sym_public] = ACTIONS(1604), - [anon_sym_private] = ACTIONS(1604), - [anon_sym_protected] = ACTIONS(1604), - [anon_sym_override] = ACTIONS(1604), - [anon_sym_module] = ACTIONS(1604), - [anon_sym_any] = ACTIONS(1604), - [anon_sym_number] = ACTIONS(1604), - [anon_sym_boolean] = ACTIONS(1604), - [anon_sym_string] = ACTIONS(1604), - [anon_sym_symbol] = ACTIONS(1604), - [anon_sym_abstract] = ACTIONS(1604), - [anon_sym_interface] = ACTIONS(1604), - [anon_sym_enum] = ACTIONS(1604), - }, - [752] = { + [746] = { [ts_builtin_sym_end] = ACTIONS(2403), [sym_identifier] = ACTIONS(2405), [anon_sym_export] = ACTIONS(2405), @@ -93715,19 +93011,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2405), [anon_sym_LBRACK] = ACTIONS(2403), [anon_sym_LTtemplate_GT] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2405), - [anon_sym_SLASH] = ACTIONS(2405), [anon_sym_class] = ACTIONS(2405), [anon_sym_async] = ACTIONS(2405), [anon_sym_function] = ACTIONS(2405), [anon_sym_new] = ACTIONS(2405), [anon_sym_PLUS] = ACTIONS(2405), [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_LT] = ACTIONS(2405), [anon_sym_TILDE] = ACTIONS(2403), [anon_sym_void] = ACTIONS(2405), [anon_sym_delete] = ACTIONS(2405), [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DASH_DASH] = ACTIONS(2403), + [anon_sym_DASH_DASH] = ACTIONS(2405), [anon_sym_DQUOTE] = ACTIONS(2403), [anon_sym_SQUOTE] = ACTIONS(2403), [sym_comment] = ACTIONS(3), @@ -93759,86 +93055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2405), [anon_sym_enum] = ACTIONS(2405), }, - [753] = { - [ts_builtin_sym_end] = ACTIONS(2207), - [sym_identifier] = ACTIONS(2209), - [anon_sym_export] = ACTIONS(2209), - [anon_sym_default] = ACTIONS(2209), - [anon_sym_type] = ACTIONS(2209), - [anon_sym_namespace] = ACTIONS(2209), - [anon_sym_LBRACE] = ACTIONS(2207), - [anon_sym_RBRACE] = ACTIONS(2207), - [anon_sym_typeof] = ACTIONS(2209), - [anon_sym_import] = ACTIONS(2209), - [anon_sym_var] = ACTIONS(2209), - [anon_sym_let] = ACTIONS(2209), - [anon_sym_const] = ACTIONS(2209), - [anon_sym_BANG] = ACTIONS(2207), - [anon_sym_else] = ACTIONS(2209), - [anon_sym_if] = ACTIONS(2209), - [anon_sym_switch] = ACTIONS(2209), - [anon_sym_for] = ACTIONS(2209), - [anon_sym_LPAREN] = ACTIONS(2207), - [anon_sym_await] = ACTIONS(2209), - [anon_sym_while] = ACTIONS(2209), - [anon_sym_do] = ACTIONS(2209), - [anon_sym_try] = ACTIONS(2209), - [anon_sym_with] = ACTIONS(2209), - [anon_sym_break] = ACTIONS(2209), - [anon_sym_continue] = ACTIONS(2209), - [anon_sym_debugger] = ACTIONS(2209), - [anon_sym_return] = ACTIONS(2209), - [anon_sym_throw] = ACTIONS(2209), - [anon_sym_SEMI] = ACTIONS(2207), - [anon_sym_case] = ACTIONS(2209), - [anon_sym_yield] = ACTIONS(2209), - [anon_sym_LBRACK] = ACTIONS(2207), - [anon_sym_LTtemplate_GT] = ACTIONS(2207), - [anon_sym_LT] = ACTIONS(2209), - [anon_sym_SLASH] = ACTIONS(2209), - [anon_sym_class] = ACTIONS(2209), - [anon_sym_async] = ACTIONS(2209), - [anon_sym_function] = ACTIONS(2209), - [anon_sym_new] = ACTIONS(2209), - [anon_sym_PLUS] = ACTIONS(2209), - [anon_sym_DASH] = ACTIONS(2209), - [anon_sym_TILDE] = ACTIONS(2207), - [anon_sym_void] = ACTIONS(2209), - [anon_sym_delete] = ACTIONS(2209), - [anon_sym_PLUS_PLUS] = ACTIONS(2207), - [anon_sym_DASH_DASH] = ACTIONS(2207), - [anon_sym_DQUOTE] = ACTIONS(2207), - [anon_sym_SQUOTE] = ACTIONS(2207), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2207), - [sym_number] = ACTIONS(2207), - [sym_this] = ACTIONS(2209), - [sym_super] = ACTIONS(2209), - [sym_true] = ACTIONS(2209), - [sym_false] = ACTIONS(2209), - [sym_null] = ACTIONS(2209), - [sym_undefined] = ACTIONS(2209), - [anon_sym_AT] = ACTIONS(2207), - [anon_sym_static] = ACTIONS(2209), - [anon_sym_readonly] = ACTIONS(2209), - [anon_sym_get] = ACTIONS(2209), - [anon_sym_set] = ACTIONS(2209), - [anon_sym_declare] = ACTIONS(2209), - [anon_sym_public] = ACTIONS(2209), - [anon_sym_private] = ACTIONS(2209), - [anon_sym_protected] = ACTIONS(2209), - [anon_sym_override] = ACTIONS(2209), - [anon_sym_module] = ACTIONS(2209), - [anon_sym_any] = ACTIONS(2209), - [anon_sym_number] = ACTIONS(2209), - [anon_sym_boolean] = ACTIONS(2209), - [anon_sym_string] = ACTIONS(2209), - [anon_sym_symbol] = ACTIONS(2209), - [anon_sym_abstract] = ACTIONS(2209), - [anon_sym_interface] = ACTIONS(2209), - [anon_sym_enum] = ACTIONS(2209), - }, - [754] = { + [747] = { [ts_builtin_sym_end] = ACTIONS(2407), [sym_identifier] = ACTIONS(2409), [anon_sym_export] = ACTIONS(2409), @@ -93873,19 +93090,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2409), [anon_sym_LBRACK] = ACTIONS(2407), [anon_sym_LTtemplate_GT] = ACTIONS(2407), - [anon_sym_LT] = ACTIONS(2409), - [anon_sym_SLASH] = ACTIONS(2409), [anon_sym_class] = ACTIONS(2409), [anon_sym_async] = ACTIONS(2409), [anon_sym_function] = ACTIONS(2409), [anon_sym_new] = ACTIONS(2409), [anon_sym_PLUS] = ACTIONS(2409), [anon_sym_DASH] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2409), + [anon_sym_LT] = ACTIONS(2409), [anon_sym_TILDE] = ACTIONS(2407), [anon_sym_void] = ACTIONS(2409), [anon_sym_delete] = ACTIONS(2409), [anon_sym_PLUS_PLUS] = ACTIONS(2407), - [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2409), [anon_sym_DQUOTE] = ACTIONS(2407), [anon_sym_SQUOTE] = ACTIONS(2407), [sym_comment] = ACTIONS(3), @@ -93917,7 +93134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2409), [anon_sym_enum] = ACTIONS(2409), }, - [755] = { + [748] = { [ts_builtin_sym_end] = ACTIONS(2411), [sym_identifier] = ACTIONS(2413), [anon_sym_export] = ACTIONS(2413), @@ -93952,19 +93169,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2413), [anon_sym_LBRACK] = ACTIONS(2411), [anon_sym_LTtemplate_GT] = ACTIONS(2411), - [anon_sym_LT] = ACTIONS(2413), - [anon_sym_SLASH] = ACTIONS(2413), [anon_sym_class] = ACTIONS(2413), [anon_sym_async] = ACTIONS(2413), [anon_sym_function] = ACTIONS(2413), [anon_sym_new] = ACTIONS(2413), [anon_sym_PLUS] = ACTIONS(2413), [anon_sym_DASH] = ACTIONS(2413), + [anon_sym_SLASH] = ACTIONS(2413), + [anon_sym_LT] = ACTIONS(2413), [anon_sym_TILDE] = ACTIONS(2411), [anon_sym_void] = ACTIONS(2413), [anon_sym_delete] = ACTIONS(2413), [anon_sym_PLUS_PLUS] = ACTIONS(2411), - [anon_sym_DASH_DASH] = ACTIONS(2411), + [anon_sym_DASH_DASH] = ACTIONS(2413), [anon_sym_DQUOTE] = ACTIONS(2411), [anon_sym_SQUOTE] = ACTIONS(2411), [sym_comment] = ACTIONS(3), @@ -93996,7 +93213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2413), [anon_sym_enum] = ACTIONS(2413), }, - [756] = { + [749] = { [ts_builtin_sym_end] = ACTIONS(2415), [sym_identifier] = ACTIONS(2417), [anon_sym_export] = ACTIONS(2417), @@ -94031,19 +93248,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2417), [anon_sym_LBRACK] = ACTIONS(2415), [anon_sym_LTtemplate_GT] = ACTIONS(2415), - [anon_sym_LT] = ACTIONS(2417), - [anon_sym_SLASH] = ACTIONS(2417), [anon_sym_class] = ACTIONS(2417), [anon_sym_async] = ACTIONS(2417), [anon_sym_function] = ACTIONS(2417), [anon_sym_new] = ACTIONS(2417), [anon_sym_PLUS] = ACTIONS(2417), [anon_sym_DASH] = ACTIONS(2417), + [anon_sym_SLASH] = ACTIONS(2417), + [anon_sym_LT] = ACTIONS(2417), [anon_sym_TILDE] = ACTIONS(2415), [anon_sym_void] = ACTIONS(2417), [anon_sym_delete] = ACTIONS(2417), [anon_sym_PLUS_PLUS] = ACTIONS(2415), - [anon_sym_DASH_DASH] = ACTIONS(2415), + [anon_sym_DASH_DASH] = ACTIONS(2417), [anon_sym_DQUOTE] = ACTIONS(2415), [anon_sym_SQUOTE] = ACTIONS(2415), [sym_comment] = ACTIONS(3), @@ -94075,7 +93292,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2417), [anon_sym_enum] = ACTIONS(2417), }, - [757] = { + [750] = { [ts_builtin_sym_end] = ACTIONS(2419), [sym_identifier] = ACTIONS(2421), [anon_sym_export] = ACTIONS(2421), @@ -94110,19 +93327,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2421), [anon_sym_LBRACK] = ACTIONS(2419), [anon_sym_LTtemplate_GT] = ACTIONS(2419), - [anon_sym_LT] = ACTIONS(2421), - [anon_sym_SLASH] = ACTIONS(2421), [anon_sym_class] = ACTIONS(2421), [anon_sym_async] = ACTIONS(2421), [anon_sym_function] = ACTIONS(2421), [anon_sym_new] = ACTIONS(2421), [anon_sym_PLUS] = ACTIONS(2421), [anon_sym_DASH] = ACTIONS(2421), + [anon_sym_SLASH] = ACTIONS(2421), + [anon_sym_LT] = ACTIONS(2421), [anon_sym_TILDE] = ACTIONS(2419), [anon_sym_void] = ACTIONS(2421), [anon_sym_delete] = ACTIONS(2421), [anon_sym_PLUS_PLUS] = ACTIONS(2419), - [anon_sym_DASH_DASH] = ACTIONS(2419), + [anon_sym_DASH_DASH] = ACTIONS(2421), [anon_sym_DQUOTE] = ACTIONS(2419), [anon_sym_SQUOTE] = ACTIONS(2419), [sym_comment] = ACTIONS(3), @@ -94154,7 +93371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2421), [anon_sym_enum] = ACTIONS(2421), }, - [758] = { + [751] = { [ts_builtin_sym_end] = ACTIONS(2423), [sym_identifier] = ACTIONS(2425), [anon_sym_export] = ACTIONS(2425), @@ -94189,19 +93406,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2425), [anon_sym_LBRACK] = ACTIONS(2423), [anon_sym_LTtemplate_GT] = ACTIONS(2423), - [anon_sym_LT] = ACTIONS(2425), - [anon_sym_SLASH] = ACTIONS(2425), [anon_sym_class] = ACTIONS(2425), [anon_sym_async] = ACTIONS(2425), [anon_sym_function] = ACTIONS(2425), [anon_sym_new] = ACTIONS(2425), [anon_sym_PLUS] = ACTIONS(2425), [anon_sym_DASH] = ACTIONS(2425), + [anon_sym_SLASH] = ACTIONS(2425), + [anon_sym_LT] = ACTIONS(2425), [anon_sym_TILDE] = ACTIONS(2423), [anon_sym_void] = ACTIONS(2425), [anon_sym_delete] = ACTIONS(2425), [anon_sym_PLUS_PLUS] = ACTIONS(2423), - [anon_sym_DASH_DASH] = ACTIONS(2423), + [anon_sym_DASH_DASH] = ACTIONS(2425), [anon_sym_DQUOTE] = ACTIONS(2423), [anon_sym_SQUOTE] = ACTIONS(2423), [sym_comment] = ACTIONS(3), @@ -94233,7 +93450,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2425), [anon_sym_enum] = ACTIONS(2425), }, - [759] = { + [752] = { [ts_builtin_sym_end] = ACTIONS(2427), [sym_identifier] = ACTIONS(2429), [anon_sym_export] = ACTIONS(2429), @@ -94268,19 +93485,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2429), [anon_sym_LBRACK] = ACTIONS(2427), [anon_sym_LTtemplate_GT] = ACTIONS(2427), - [anon_sym_LT] = ACTIONS(2429), - [anon_sym_SLASH] = ACTIONS(2429), [anon_sym_class] = ACTIONS(2429), [anon_sym_async] = ACTIONS(2429), [anon_sym_function] = ACTIONS(2429), [anon_sym_new] = ACTIONS(2429), [anon_sym_PLUS] = ACTIONS(2429), [anon_sym_DASH] = ACTIONS(2429), + [anon_sym_SLASH] = ACTIONS(2429), + [anon_sym_LT] = ACTIONS(2429), [anon_sym_TILDE] = ACTIONS(2427), [anon_sym_void] = ACTIONS(2429), [anon_sym_delete] = ACTIONS(2429), [anon_sym_PLUS_PLUS] = ACTIONS(2427), - [anon_sym_DASH_DASH] = ACTIONS(2427), + [anon_sym_DASH_DASH] = ACTIONS(2429), [anon_sym_DQUOTE] = ACTIONS(2427), [anon_sym_SQUOTE] = ACTIONS(2427), [sym_comment] = ACTIONS(3), @@ -94312,7 +93529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2429), [anon_sym_enum] = ACTIONS(2429), }, - [760] = { + [753] = { [ts_builtin_sym_end] = ACTIONS(2431), [sym_identifier] = ACTIONS(2433), [anon_sym_export] = ACTIONS(2433), @@ -94347,19 +93564,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2433), [anon_sym_LBRACK] = ACTIONS(2431), [anon_sym_LTtemplate_GT] = ACTIONS(2431), - [anon_sym_LT] = ACTIONS(2433), - [anon_sym_SLASH] = ACTIONS(2433), [anon_sym_class] = ACTIONS(2433), [anon_sym_async] = ACTIONS(2433), [anon_sym_function] = ACTIONS(2433), [anon_sym_new] = ACTIONS(2433), [anon_sym_PLUS] = ACTIONS(2433), [anon_sym_DASH] = ACTIONS(2433), + [anon_sym_SLASH] = ACTIONS(2433), + [anon_sym_LT] = ACTIONS(2433), [anon_sym_TILDE] = ACTIONS(2431), [anon_sym_void] = ACTIONS(2433), [anon_sym_delete] = ACTIONS(2433), [anon_sym_PLUS_PLUS] = ACTIONS(2431), - [anon_sym_DASH_DASH] = ACTIONS(2431), + [anon_sym_DASH_DASH] = ACTIONS(2433), [anon_sym_DQUOTE] = ACTIONS(2431), [anon_sym_SQUOTE] = ACTIONS(2431), [sym_comment] = ACTIONS(3), @@ -94391,7 +93608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2433), [anon_sym_enum] = ACTIONS(2433), }, - [761] = { + [754] = { [ts_builtin_sym_end] = ACTIONS(2435), [sym_identifier] = ACTIONS(2437), [anon_sym_export] = ACTIONS(2437), @@ -94426,19 +93643,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2437), [anon_sym_LBRACK] = ACTIONS(2435), [anon_sym_LTtemplate_GT] = ACTIONS(2435), - [anon_sym_LT] = ACTIONS(2437), - [anon_sym_SLASH] = ACTIONS(2437), [anon_sym_class] = ACTIONS(2437), [anon_sym_async] = ACTIONS(2437), [anon_sym_function] = ACTIONS(2437), [anon_sym_new] = ACTIONS(2437), [anon_sym_PLUS] = ACTIONS(2437), [anon_sym_DASH] = ACTIONS(2437), + [anon_sym_SLASH] = ACTIONS(2437), + [anon_sym_LT] = ACTIONS(2437), [anon_sym_TILDE] = ACTIONS(2435), [anon_sym_void] = ACTIONS(2437), [anon_sym_delete] = ACTIONS(2437), [anon_sym_PLUS_PLUS] = ACTIONS(2435), - [anon_sym_DASH_DASH] = ACTIONS(2435), + [anon_sym_DASH_DASH] = ACTIONS(2437), [anon_sym_DQUOTE] = ACTIONS(2435), [anon_sym_SQUOTE] = ACTIONS(2435), [sym_comment] = ACTIONS(3), @@ -94470,7 +93687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2437), [anon_sym_enum] = ACTIONS(2437), }, - [762] = { + [755] = { [ts_builtin_sym_end] = ACTIONS(2439), [sym_identifier] = ACTIONS(2441), [anon_sym_export] = ACTIONS(2441), @@ -94505,19 +93722,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2441), [anon_sym_LBRACK] = ACTIONS(2439), [anon_sym_LTtemplate_GT] = ACTIONS(2439), - [anon_sym_LT] = ACTIONS(2441), - [anon_sym_SLASH] = ACTIONS(2441), [anon_sym_class] = ACTIONS(2441), [anon_sym_async] = ACTIONS(2441), [anon_sym_function] = ACTIONS(2441), [anon_sym_new] = ACTIONS(2441), [anon_sym_PLUS] = ACTIONS(2441), [anon_sym_DASH] = ACTIONS(2441), + [anon_sym_SLASH] = ACTIONS(2441), + [anon_sym_LT] = ACTIONS(2441), [anon_sym_TILDE] = ACTIONS(2439), [anon_sym_void] = ACTIONS(2441), [anon_sym_delete] = ACTIONS(2441), [anon_sym_PLUS_PLUS] = ACTIONS(2439), - [anon_sym_DASH_DASH] = ACTIONS(2439), + [anon_sym_DASH_DASH] = ACTIONS(2441), [anon_sym_DQUOTE] = ACTIONS(2439), [anon_sym_SQUOTE] = ACTIONS(2439), [sym_comment] = ACTIONS(3), @@ -94549,7 +93766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2441), [anon_sym_enum] = ACTIONS(2441), }, - [763] = { + [756] = { [ts_builtin_sym_end] = ACTIONS(2443), [sym_identifier] = ACTIONS(2445), [anon_sym_export] = ACTIONS(2445), @@ -94584,19 +93801,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2445), [anon_sym_LBRACK] = ACTIONS(2443), [anon_sym_LTtemplate_GT] = ACTIONS(2443), - [anon_sym_LT] = ACTIONS(2445), - [anon_sym_SLASH] = ACTIONS(2445), [anon_sym_class] = ACTIONS(2445), [anon_sym_async] = ACTIONS(2445), [anon_sym_function] = ACTIONS(2445), [anon_sym_new] = ACTIONS(2445), [anon_sym_PLUS] = ACTIONS(2445), [anon_sym_DASH] = ACTIONS(2445), + [anon_sym_SLASH] = ACTIONS(2445), + [anon_sym_LT] = ACTIONS(2445), [anon_sym_TILDE] = ACTIONS(2443), [anon_sym_void] = ACTIONS(2445), [anon_sym_delete] = ACTIONS(2445), [anon_sym_PLUS_PLUS] = ACTIONS(2443), - [anon_sym_DASH_DASH] = ACTIONS(2443), + [anon_sym_DASH_DASH] = ACTIONS(2445), [anon_sym_DQUOTE] = ACTIONS(2443), [anon_sym_SQUOTE] = ACTIONS(2443), [sym_comment] = ACTIONS(3), @@ -94628,86 +93845,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2445), [anon_sym_enum] = ACTIONS(2445), }, - [764] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [765] = { + [757] = { [ts_builtin_sym_end] = ACTIONS(2447), [sym_identifier] = ACTIONS(2449), [anon_sym_export] = ACTIONS(2449), @@ -94742,19 +93880,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2449), [anon_sym_LBRACK] = ACTIONS(2447), [anon_sym_LTtemplate_GT] = ACTIONS(2447), - [anon_sym_LT] = ACTIONS(2449), - [anon_sym_SLASH] = ACTIONS(2449), [anon_sym_class] = ACTIONS(2449), [anon_sym_async] = ACTIONS(2449), [anon_sym_function] = ACTIONS(2449), [anon_sym_new] = ACTIONS(2449), [anon_sym_PLUS] = ACTIONS(2449), [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_SLASH] = ACTIONS(2449), + [anon_sym_LT] = ACTIONS(2449), [anon_sym_TILDE] = ACTIONS(2447), [anon_sym_void] = ACTIONS(2449), [anon_sym_delete] = ACTIONS(2449), [anon_sym_PLUS_PLUS] = ACTIONS(2447), - [anon_sym_DASH_DASH] = ACTIONS(2447), + [anon_sym_DASH_DASH] = ACTIONS(2449), [anon_sym_DQUOTE] = ACTIONS(2447), [anon_sym_SQUOTE] = ACTIONS(2447), [sym_comment] = ACTIONS(3), @@ -94786,86 +93924,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2449), [anon_sym_enum] = ACTIONS(2449), }, - [766] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), + [758] = { + [ts_builtin_sym_end] = ACTIONS(2251), + [sym_identifier] = ACTIONS(2253), + [anon_sym_export] = ACTIONS(2253), + [anon_sym_default] = ACTIONS(2253), + [anon_sym_type] = ACTIONS(2253), + [anon_sym_namespace] = ACTIONS(2253), + [anon_sym_LBRACE] = ACTIONS(2251), + [anon_sym_RBRACE] = ACTIONS(2251), + [anon_sym_typeof] = ACTIONS(2253), + [anon_sym_import] = ACTIONS(2253), + [anon_sym_var] = ACTIONS(2253), + [anon_sym_let] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_BANG] = ACTIONS(2251), + [anon_sym_else] = ACTIONS(2253), + [anon_sym_if] = ACTIONS(2253), + [anon_sym_switch] = ACTIONS(2253), + [anon_sym_for] = ACTIONS(2253), + [anon_sym_LPAREN] = ACTIONS(2251), + [anon_sym_await] = ACTIONS(2253), + [anon_sym_while] = ACTIONS(2253), + [anon_sym_do] = ACTIONS(2253), + [anon_sym_try] = ACTIONS(2253), + [anon_sym_with] = ACTIONS(2253), + [anon_sym_break] = ACTIONS(2253), + [anon_sym_continue] = ACTIONS(2253), + [anon_sym_debugger] = ACTIONS(2253), + [anon_sym_return] = ACTIONS(2253), + [anon_sym_throw] = ACTIONS(2253), + [anon_sym_SEMI] = ACTIONS(2251), + [anon_sym_case] = ACTIONS(2253), + [anon_sym_yield] = ACTIONS(2253), + [anon_sym_LBRACK] = ACTIONS(2251), + [anon_sym_LTtemplate_GT] = ACTIONS(2251), + [anon_sym_class] = ACTIONS(2253), + [anon_sym_async] = ACTIONS(2253), + [anon_sym_function] = ACTIONS(2253), + [anon_sym_new] = ACTIONS(2253), + [anon_sym_PLUS] = ACTIONS(2253), + [anon_sym_DASH] = ACTIONS(2253), + [anon_sym_SLASH] = ACTIONS(2253), + [anon_sym_LT] = ACTIONS(2253), + [anon_sym_TILDE] = ACTIONS(2251), + [anon_sym_void] = ACTIONS(2253), + [anon_sym_delete] = ACTIONS(2253), + [anon_sym_PLUS_PLUS] = ACTIONS(2251), + [anon_sym_DASH_DASH] = ACTIONS(2253), + [anon_sym_DQUOTE] = ACTIONS(2251), + [anon_sym_SQUOTE] = ACTIONS(2251), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), + [anon_sym_BQUOTE] = ACTIONS(2251), + [sym_number] = ACTIONS(2251), + [sym_this] = ACTIONS(2253), + [sym_super] = ACTIONS(2253), + [sym_true] = ACTIONS(2253), + [sym_false] = ACTIONS(2253), + [sym_null] = ACTIONS(2253), + [sym_undefined] = ACTIONS(2253), + [anon_sym_AT] = ACTIONS(2251), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_readonly] = ACTIONS(2253), + [anon_sym_get] = ACTIONS(2253), + [anon_sym_set] = ACTIONS(2253), + [anon_sym_declare] = ACTIONS(2253), + [anon_sym_public] = ACTIONS(2253), + [anon_sym_private] = ACTIONS(2253), + [anon_sym_protected] = ACTIONS(2253), + [anon_sym_override] = ACTIONS(2253), + [anon_sym_module] = ACTIONS(2253), + [anon_sym_any] = ACTIONS(2253), + [anon_sym_number] = ACTIONS(2253), + [anon_sym_boolean] = ACTIONS(2253), + [anon_sym_string] = ACTIONS(2253), + [anon_sym_symbol] = ACTIONS(2253), + [anon_sym_abstract] = ACTIONS(2253), + [anon_sym_interface] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), }, - [767] = { + [759] = { [ts_builtin_sym_end] = ACTIONS(2451), [sym_identifier] = ACTIONS(2453), [anon_sym_export] = ACTIONS(2453), @@ -94900,19 +94038,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2453), [anon_sym_LBRACK] = ACTIONS(2451), [anon_sym_LTtemplate_GT] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(2453), - [anon_sym_SLASH] = ACTIONS(2453), [anon_sym_class] = ACTIONS(2453), [anon_sym_async] = ACTIONS(2453), [anon_sym_function] = ACTIONS(2453), [anon_sym_new] = ACTIONS(2453), [anon_sym_PLUS] = ACTIONS(2453), [anon_sym_DASH] = ACTIONS(2453), + [anon_sym_SLASH] = ACTIONS(2453), + [anon_sym_LT] = ACTIONS(2453), [anon_sym_TILDE] = ACTIONS(2451), [anon_sym_void] = ACTIONS(2453), [anon_sym_delete] = ACTIONS(2453), [anon_sym_PLUS_PLUS] = ACTIONS(2451), - [anon_sym_DASH_DASH] = ACTIONS(2451), + [anon_sym_DASH_DASH] = ACTIONS(2453), [anon_sym_DQUOTE] = ACTIONS(2451), [anon_sym_SQUOTE] = ACTIONS(2451), [sym_comment] = ACTIONS(3), @@ -94944,7 +94082,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2453), [anon_sym_enum] = ACTIONS(2453), }, - [768] = { + [760] = { [ts_builtin_sym_end] = ACTIONS(2455), [sym_identifier] = ACTIONS(2457), [anon_sym_export] = ACTIONS(2457), @@ -94979,19 +94117,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2457), [anon_sym_LBRACK] = ACTIONS(2455), [anon_sym_LTtemplate_GT] = ACTIONS(2455), - [anon_sym_LT] = ACTIONS(2457), - [anon_sym_SLASH] = ACTIONS(2457), [anon_sym_class] = ACTIONS(2457), [anon_sym_async] = ACTIONS(2457), [anon_sym_function] = ACTIONS(2457), [anon_sym_new] = ACTIONS(2457), [anon_sym_PLUS] = ACTIONS(2457), [anon_sym_DASH] = ACTIONS(2457), + [anon_sym_SLASH] = ACTIONS(2457), + [anon_sym_LT] = ACTIONS(2457), [anon_sym_TILDE] = ACTIONS(2455), [anon_sym_void] = ACTIONS(2457), [anon_sym_delete] = ACTIONS(2457), [anon_sym_PLUS_PLUS] = ACTIONS(2455), - [anon_sym_DASH_DASH] = ACTIONS(2455), + [anon_sym_DASH_DASH] = ACTIONS(2457), [anon_sym_DQUOTE] = ACTIONS(2455), [anon_sym_SQUOTE] = ACTIONS(2455), [sym_comment] = ACTIONS(3), @@ -95023,7 +94161,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2457), [anon_sym_enum] = ACTIONS(2457), }, - [769] = { + [761] = { + [ts_builtin_sym_end] = ACTIONS(1488), + [sym_identifier] = ACTIONS(1490), + [anon_sym_export] = ACTIONS(1490), + [anon_sym_default] = ACTIONS(1490), + [anon_sym_type] = ACTIONS(1490), + [anon_sym_namespace] = ACTIONS(1490), + [anon_sym_LBRACE] = ACTIONS(1488), + [anon_sym_RBRACE] = ACTIONS(1488), + [anon_sym_typeof] = ACTIONS(1490), + [anon_sym_import] = ACTIONS(1490), + [anon_sym_var] = ACTIONS(1490), + [anon_sym_let] = ACTIONS(1490), + [anon_sym_const] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1488), + [anon_sym_else] = ACTIONS(1490), + [anon_sym_if] = ACTIONS(1490), + [anon_sym_switch] = ACTIONS(1490), + [anon_sym_for] = ACTIONS(1490), + [anon_sym_LPAREN] = ACTIONS(1488), + [anon_sym_await] = ACTIONS(1490), + [anon_sym_while] = ACTIONS(1490), + [anon_sym_do] = ACTIONS(1490), + [anon_sym_try] = ACTIONS(1490), + [anon_sym_with] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1490), + [anon_sym_continue] = ACTIONS(1490), + [anon_sym_debugger] = ACTIONS(1490), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_throw] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1490), + [anon_sym_yield] = ACTIONS(1490), + [anon_sym_LBRACK] = ACTIONS(1488), + [anon_sym_LTtemplate_GT] = ACTIONS(1488), + [anon_sym_class] = ACTIONS(1490), + [anon_sym_async] = ACTIONS(1490), + [anon_sym_function] = ACTIONS(1490), + [anon_sym_new] = ACTIONS(1490), + [anon_sym_PLUS] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1490), + [anon_sym_SLASH] = ACTIONS(1490), + [anon_sym_LT] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1488), + [anon_sym_void] = ACTIONS(1490), + [anon_sym_delete] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1488), + [anon_sym_SQUOTE] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1488), + [sym_number] = ACTIONS(1488), + [sym_this] = ACTIONS(1490), + [sym_super] = ACTIONS(1490), + [sym_true] = ACTIONS(1490), + [sym_false] = ACTIONS(1490), + [sym_null] = ACTIONS(1490), + [sym_undefined] = ACTIONS(1490), + [anon_sym_AT] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1490), + [anon_sym_readonly] = ACTIONS(1490), + [anon_sym_get] = ACTIONS(1490), + [anon_sym_set] = ACTIONS(1490), + [anon_sym_declare] = ACTIONS(1490), + [anon_sym_public] = ACTIONS(1490), + [anon_sym_private] = ACTIONS(1490), + [anon_sym_protected] = ACTIONS(1490), + [anon_sym_override] = ACTIONS(1490), + [anon_sym_module] = ACTIONS(1490), + [anon_sym_any] = ACTIONS(1490), + [anon_sym_number] = ACTIONS(1490), + [anon_sym_boolean] = ACTIONS(1490), + [anon_sym_string] = ACTIONS(1490), + [anon_sym_symbol] = ACTIONS(1490), + [anon_sym_abstract] = ACTIONS(1490), + [anon_sym_interface] = ACTIONS(1490), + [anon_sym_enum] = ACTIONS(1490), + }, + [762] = { [ts_builtin_sym_end] = ACTIONS(2459), [sym_identifier] = ACTIONS(2461), [anon_sym_export] = ACTIONS(2461), @@ -95058,19 +94275,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2461), [anon_sym_LBRACK] = ACTIONS(2459), [anon_sym_LTtemplate_GT] = ACTIONS(2459), - [anon_sym_LT] = ACTIONS(2461), - [anon_sym_SLASH] = ACTIONS(2461), [anon_sym_class] = ACTIONS(2461), [anon_sym_async] = ACTIONS(2461), [anon_sym_function] = ACTIONS(2461), [anon_sym_new] = ACTIONS(2461), [anon_sym_PLUS] = ACTIONS(2461), [anon_sym_DASH] = ACTIONS(2461), + [anon_sym_SLASH] = ACTIONS(2461), + [anon_sym_LT] = ACTIONS(2461), [anon_sym_TILDE] = ACTIONS(2459), [anon_sym_void] = ACTIONS(2461), [anon_sym_delete] = ACTIONS(2461), [anon_sym_PLUS_PLUS] = ACTIONS(2459), - [anon_sym_DASH_DASH] = ACTIONS(2459), + [anon_sym_DASH_DASH] = ACTIONS(2461), [anon_sym_DQUOTE] = ACTIONS(2459), [anon_sym_SQUOTE] = ACTIONS(2459), [sym_comment] = ACTIONS(3), @@ -95102,165 +94319,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2461), [anon_sym_enum] = ACTIONS(2461), }, - [770] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [771] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [772] = { + [763] = { [ts_builtin_sym_end] = ACTIONS(2463), [sym_identifier] = ACTIONS(2465), [anon_sym_export] = ACTIONS(2465), @@ -95295,15569 +94354,15713 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2465), [anon_sym_LBRACK] = ACTIONS(2463), [anon_sym_LTtemplate_GT] = ACTIONS(2463), - [anon_sym_LT] = ACTIONS(2465), - [anon_sym_SLASH] = ACTIONS(2465), [anon_sym_class] = ACTIONS(2465), [anon_sym_async] = ACTIONS(2465), [anon_sym_function] = ACTIONS(2465), [anon_sym_new] = ACTIONS(2465), [anon_sym_PLUS] = ACTIONS(2465), [anon_sym_DASH] = ACTIONS(2465), + [anon_sym_SLASH] = ACTIONS(2465), + [anon_sym_LT] = ACTIONS(2465), [anon_sym_TILDE] = ACTIONS(2463), [anon_sym_void] = ACTIONS(2465), [anon_sym_delete] = ACTIONS(2465), - [anon_sym_PLUS_PLUS] = ACTIONS(2463), - [anon_sym_DASH_DASH] = ACTIONS(2463), - [anon_sym_DQUOTE] = ACTIONS(2463), - [anon_sym_SQUOTE] = ACTIONS(2463), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2463), - [sym_number] = ACTIONS(2463), - [sym_this] = ACTIONS(2465), - [sym_super] = ACTIONS(2465), - [sym_true] = ACTIONS(2465), - [sym_false] = ACTIONS(2465), - [sym_null] = ACTIONS(2465), - [sym_undefined] = ACTIONS(2465), - [anon_sym_AT] = ACTIONS(2463), - [anon_sym_static] = ACTIONS(2465), - [anon_sym_readonly] = ACTIONS(2465), - [anon_sym_get] = ACTIONS(2465), - [anon_sym_set] = ACTIONS(2465), - [anon_sym_declare] = ACTIONS(2465), - [anon_sym_public] = ACTIONS(2465), - [anon_sym_private] = ACTIONS(2465), - [anon_sym_protected] = ACTIONS(2465), - [anon_sym_override] = ACTIONS(2465), - [anon_sym_module] = ACTIONS(2465), - [anon_sym_any] = ACTIONS(2465), - [anon_sym_number] = ACTIONS(2465), - [anon_sym_boolean] = ACTIONS(2465), - [anon_sym_string] = ACTIONS(2465), - [anon_sym_symbol] = ACTIONS(2465), - [anon_sym_abstract] = ACTIONS(2465), - [anon_sym_interface] = ACTIONS(2465), - [anon_sym_enum] = ACTIONS(2465), - }, - [773] = { - [ts_builtin_sym_end] = ACTIONS(2467), - [sym_identifier] = ACTIONS(2469), - [anon_sym_export] = ACTIONS(2469), - [anon_sym_default] = ACTIONS(2469), - [anon_sym_type] = ACTIONS(2469), - [anon_sym_namespace] = ACTIONS(2469), - [anon_sym_LBRACE] = ACTIONS(2467), - [anon_sym_RBRACE] = ACTIONS(2467), - [anon_sym_typeof] = ACTIONS(2469), - [anon_sym_import] = ACTIONS(2469), - [anon_sym_var] = ACTIONS(2469), - [anon_sym_let] = ACTIONS(2469), - [anon_sym_const] = ACTIONS(2469), - [anon_sym_BANG] = ACTIONS(2467), - [anon_sym_else] = ACTIONS(2469), - [anon_sym_if] = ACTIONS(2469), - [anon_sym_switch] = ACTIONS(2469), - [anon_sym_for] = ACTIONS(2469), - [anon_sym_LPAREN] = ACTIONS(2467), - [anon_sym_await] = ACTIONS(2469), - [anon_sym_while] = ACTIONS(2469), - [anon_sym_do] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2469), - [anon_sym_with] = ACTIONS(2469), - [anon_sym_break] = ACTIONS(2469), - [anon_sym_continue] = ACTIONS(2469), - [anon_sym_debugger] = ACTIONS(2469), - [anon_sym_return] = ACTIONS(2469), - [anon_sym_throw] = ACTIONS(2469), - [anon_sym_SEMI] = ACTIONS(2467), - [anon_sym_case] = ACTIONS(2469), - [anon_sym_yield] = ACTIONS(2469), - [anon_sym_LBRACK] = ACTIONS(2467), - [anon_sym_LTtemplate_GT] = ACTIONS(2467), - [anon_sym_LT] = ACTIONS(2469), - [anon_sym_SLASH] = ACTIONS(2469), - [anon_sym_class] = ACTIONS(2469), - [anon_sym_async] = ACTIONS(2469), - [anon_sym_function] = ACTIONS(2469), - [anon_sym_new] = ACTIONS(2469), - [anon_sym_PLUS] = ACTIONS(2469), - [anon_sym_DASH] = ACTIONS(2469), - [anon_sym_TILDE] = ACTIONS(2467), - [anon_sym_void] = ACTIONS(2469), - [anon_sym_delete] = ACTIONS(2469), - [anon_sym_PLUS_PLUS] = ACTIONS(2467), - [anon_sym_DASH_DASH] = ACTIONS(2467), - [anon_sym_DQUOTE] = ACTIONS(2467), - [anon_sym_SQUOTE] = ACTIONS(2467), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2467), - [sym_number] = ACTIONS(2467), - [sym_this] = ACTIONS(2469), - [sym_super] = ACTIONS(2469), - [sym_true] = ACTIONS(2469), - [sym_false] = ACTIONS(2469), - [sym_null] = ACTIONS(2469), - [sym_undefined] = ACTIONS(2469), - [anon_sym_AT] = ACTIONS(2467), - [anon_sym_static] = ACTIONS(2469), - [anon_sym_readonly] = ACTIONS(2469), - [anon_sym_get] = ACTIONS(2469), - [anon_sym_set] = ACTIONS(2469), - [anon_sym_declare] = ACTIONS(2469), - [anon_sym_public] = ACTIONS(2469), - [anon_sym_private] = ACTIONS(2469), - [anon_sym_protected] = ACTIONS(2469), - [anon_sym_override] = ACTIONS(2469), - [anon_sym_module] = ACTIONS(2469), - [anon_sym_any] = ACTIONS(2469), - [anon_sym_number] = ACTIONS(2469), - [anon_sym_boolean] = ACTIONS(2469), - [anon_sym_string] = ACTIONS(2469), - [anon_sym_symbol] = ACTIONS(2469), - [anon_sym_abstract] = ACTIONS(2469), - [anon_sym_interface] = ACTIONS(2469), - [anon_sym_enum] = ACTIONS(2469), - }, - [774] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [775] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - }, - [776] = { - [ts_builtin_sym_end] = ACTIONS(2471), - [sym_identifier] = ACTIONS(2473), - [anon_sym_export] = ACTIONS(2473), - [anon_sym_default] = ACTIONS(2473), - [anon_sym_type] = ACTIONS(2473), - [anon_sym_namespace] = ACTIONS(2473), - [anon_sym_LBRACE] = ACTIONS(2471), - [anon_sym_RBRACE] = ACTIONS(2471), - [anon_sym_typeof] = ACTIONS(2473), - [anon_sym_import] = ACTIONS(2473), - [anon_sym_var] = ACTIONS(2473), - [anon_sym_let] = ACTIONS(2473), - [anon_sym_const] = ACTIONS(2473), - [anon_sym_BANG] = ACTIONS(2471), - [anon_sym_else] = ACTIONS(2473), - [anon_sym_if] = ACTIONS(2473), - [anon_sym_switch] = ACTIONS(2473), - [anon_sym_for] = ACTIONS(2473), - [anon_sym_LPAREN] = ACTIONS(2471), - [anon_sym_await] = ACTIONS(2473), - [anon_sym_while] = ACTIONS(2473), - [anon_sym_do] = ACTIONS(2473), - [anon_sym_try] = ACTIONS(2473), - [anon_sym_with] = ACTIONS(2473), - [anon_sym_break] = ACTIONS(2473), - [anon_sym_continue] = ACTIONS(2473), - [anon_sym_debugger] = ACTIONS(2473), - [anon_sym_return] = ACTIONS(2473), - [anon_sym_throw] = ACTIONS(2473), - [anon_sym_SEMI] = ACTIONS(2471), - [anon_sym_case] = ACTIONS(2473), - [anon_sym_yield] = ACTIONS(2473), - [anon_sym_LBRACK] = ACTIONS(2471), - [anon_sym_LTtemplate_GT] = ACTIONS(2471), - [anon_sym_LT] = ACTIONS(2473), - [anon_sym_SLASH] = ACTIONS(2473), - [anon_sym_class] = ACTIONS(2473), - [anon_sym_async] = ACTIONS(2473), - [anon_sym_function] = ACTIONS(2473), - [anon_sym_new] = ACTIONS(2473), - [anon_sym_PLUS] = ACTIONS(2473), - [anon_sym_DASH] = ACTIONS(2473), - [anon_sym_TILDE] = ACTIONS(2471), - [anon_sym_void] = ACTIONS(2473), - [anon_sym_delete] = ACTIONS(2473), - [anon_sym_PLUS_PLUS] = ACTIONS(2471), - [anon_sym_DASH_DASH] = ACTIONS(2471), - [anon_sym_DQUOTE] = ACTIONS(2471), - [anon_sym_SQUOTE] = ACTIONS(2471), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2471), - [sym_number] = ACTIONS(2471), - [sym_this] = ACTIONS(2473), - [sym_super] = ACTIONS(2473), - [sym_true] = ACTIONS(2473), - [sym_false] = ACTIONS(2473), - [sym_null] = ACTIONS(2473), - [sym_undefined] = ACTIONS(2473), - [anon_sym_AT] = ACTIONS(2471), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_readonly] = ACTIONS(2473), - [anon_sym_get] = ACTIONS(2473), - [anon_sym_set] = ACTIONS(2473), - [anon_sym_declare] = ACTIONS(2473), - [anon_sym_public] = ACTIONS(2473), - [anon_sym_private] = ACTIONS(2473), - [anon_sym_protected] = ACTIONS(2473), - [anon_sym_override] = ACTIONS(2473), - [anon_sym_module] = ACTIONS(2473), - [anon_sym_any] = ACTIONS(2473), - [anon_sym_number] = ACTIONS(2473), - [anon_sym_boolean] = ACTIONS(2473), - [anon_sym_string] = ACTIONS(2473), - [anon_sym_symbol] = ACTIONS(2473), - [anon_sym_abstract] = ACTIONS(2473), - [anon_sym_interface] = ACTIONS(2473), - [anon_sym_enum] = ACTIONS(2473), - }, - [777] = { - [ts_builtin_sym_end] = ACTIONS(2471), - [sym_identifier] = ACTIONS(2473), - [anon_sym_export] = ACTIONS(2473), - [anon_sym_default] = ACTIONS(2473), - [anon_sym_type] = ACTIONS(2473), - [anon_sym_namespace] = ACTIONS(2473), - [anon_sym_LBRACE] = ACTIONS(2471), - [anon_sym_RBRACE] = ACTIONS(2471), - [anon_sym_typeof] = ACTIONS(2473), - [anon_sym_import] = ACTIONS(2473), - [anon_sym_var] = ACTIONS(2473), - [anon_sym_let] = ACTIONS(2473), - [anon_sym_const] = ACTIONS(2473), - [anon_sym_BANG] = ACTIONS(2471), - [anon_sym_else] = ACTIONS(2473), - [anon_sym_if] = ACTIONS(2473), - [anon_sym_switch] = ACTIONS(2473), - [anon_sym_for] = ACTIONS(2473), - [anon_sym_LPAREN] = ACTIONS(2471), - [anon_sym_await] = ACTIONS(2473), - [anon_sym_while] = ACTIONS(2473), - [anon_sym_do] = ACTIONS(2473), - [anon_sym_try] = ACTIONS(2473), - [anon_sym_with] = ACTIONS(2473), - [anon_sym_break] = ACTIONS(2473), - [anon_sym_continue] = ACTIONS(2473), - [anon_sym_debugger] = ACTIONS(2473), - [anon_sym_return] = ACTIONS(2473), - [anon_sym_throw] = ACTIONS(2473), - [anon_sym_SEMI] = ACTIONS(2471), - [anon_sym_case] = ACTIONS(2473), - [anon_sym_yield] = ACTIONS(2473), - [anon_sym_LBRACK] = ACTIONS(2471), - [anon_sym_LTtemplate_GT] = ACTIONS(2471), - [anon_sym_LT] = ACTIONS(2473), - [anon_sym_SLASH] = ACTIONS(2473), - [anon_sym_class] = ACTIONS(2473), - [anon_sym_async] = ACTIONS(2473), - [anon_sym_function] = ACTIONS(2473), - [anon_sym_new] = ACTIONS(2473), - [anon_sym_PLUS] = ACTIONS(2473), - [anon_sym_DASH] = ACTIONS(2473), - [anon_sym_TILDE] = ACTIONS(2471), - [anon_sym_void] = ACTIONS(2473), - [anon_sym_delete] = ACTIONS(2473), - [anon_sym_PLUS_PLUS] = ACTIONS(2471), - [anon_sym_DASH_DASH] = ACTIONS(2471), - [anon_sym_DQUOTE] = ACTIONS(2471), - [anon_sym_SQUOTE] = ACTIONS(2471), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2471), - [sym_number] = ACTIONS(2471), - [sym_this] = ACTIONS(2473), - [sym_super] = ACTIONS(2473), - [sym_true] = ACTIONS(2473), - [sym_false] = ACTIONS(2473), - [sym_null] = ACTIONS(2473), - [sym_undefined] = ACTIONS(2473), - [anon_sym_AT] = ACTIONS(2471), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_readonly] = ACTIONS(2473), - [anon_sym_get] = ACTIONS(2473), - [anon_sym_set] = ACTIONS(2473), - [anon_sym_declare] = ACTIONS(2473), - [anon_sym_public] = ACTIONS(2473), - [anon_sym_private] = ACTIONS(2473), - [anon_sym_protected] = ACTIONS(2473), - [anon_sym_override] = ACTIONS(2473), - [anon_sym_module] = ACTIONS(2473), - [anon_sym_any] = ACTIONS(2473), - [anon_sym_number] = ACTIONS(2473), - [anon_sym_boolean] = ACTIONS(2473), - [anon_sym_string] = ACTIONS(2473), - [anon_sym_symbol] = ACTIONS(2473), - [anon_sym_abstract] = ACTIONS(2473), - [anon_sym_interface] = ACTIONS(2473), - [anon_sym_enum] = ACTIONS(2473), - }, - [778] = { - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_namespace] = ACTIONS(2121), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_typeof] = ACTIONS(2121), - [anon_sym_import] = ACTIONS(2121), - [anon_sym_var] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_else] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_switch] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_await] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_do] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [anon_sym_with] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_debugger] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_throw] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_case] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LTtemplate_GT] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2121), - [anon_sym_SLASH] = ACTIONS(2121), - [anon_sym_class] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_function] = ACTIONS(2121), - [anon_sym_new] = ACTIONS(2121), - [anon_sym_PLUS] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2121), - [anon_sym_TILDE] = ACTIONS(2119), - [anon_sym_void] = ACTIONS(2121), - [anon_sym_delete] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2119), - [anon_sym_DASH_DASH] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2119), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2119), - [sym_number] = ACTIONS(2119), - [sym_this] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_true] = ACTIONS(2121), - [sym_false] = ACTIONS(2121), - [sym_null] = ACTIONS(2121), - [sym_undefined] = ACTIONS(2121), - [anon_sym_AT] = ACTIONS(2119), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_get] = ACTIONS(2121), - [anon_sym_set] = ACTIONS(2121), - [anon_sym_declare] = ACTIONS(2121), - [anon_sym_public] = ACTIONS(2121), - [anon_sym_private] = ACTIONS(2121), - [anon_sym_protected] = ACTIONS(2121), - [anon_sym_override] = ACTIONS(2121), - [anon_sym_module] = ACTIONS(2121), - [anon_sym_any] = ACTIONS(2121), - [anon_sym_number] = ACTIONS(2121), - [anon_sym_boolean] = ACTIONS(2121), - [anon_sym_string] = ACTIONS(2121), - [anon_sym_symbol] = ACTIONS(2121), - [anon_sym_abstract] = ACTIONS(2121), - [anon_sym_interface] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2463), + [anon_sym_DASH_DASH] = ACTIONS(2465), + [anon_sym_DQUOTE] = ACTIONS(2463), + [anon_sym_SQUOTE] = ACTIONS(2463), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2463), + [sym_number] = ACTIONS(2463), + [sym_this] = ACTIONS(2465), + [sym_super] = ACTIONS(2465), + [sym_true] = ACTIONS(2465), + [sym_false] = ACTIONS(2465), + [sym_null] = ACTIONS(2465), + [sym_undefined] = ACTIONS(2465), + [anon_sym_AT] = ACTIONS(2463), + [anon_sym_static] = ACTIONS(2465), + [anon_sym_readonly] = ACTIONS(2465), + [anon_sym_get] = ACTIONS(2465), + [anon_sym_set] = ACTIONS(2465), + [anon_sym_declare] = ACTIONS(2465), + [anon_sym_public] = ACTIONS(2465), + [anon_sym_private] = ACTIONS(2465), + [anon_sym_protected] = ACTIONS(2465), + [anon_sym_override] = ACTIONS(2465), + [anon_sym_module] = ACTIONS(2465), + [anon_sym_any] = ACTIONS(2465), + [anon_sym_number] = ACTIONS(2465), + [anon_sym_boolean] = ACTIONS(2465), + [anon_sym_string] = ACTIONS(2465), + [anon_sym_symbol] = ACTIONS(2465), + [anon_sym_abstract] = ACTIONS(2465), + [anon_sym_interface] = ACTIONS(2465), + [anon_sym_enum] = ACTIONS(2465), }, - [779] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3816), - [sym_optional_tuple_parameter] = STATE(3816), - [sym_optional_type] = STATE(3816), - [sym_rest_type] = STATE(3816), - [sym__tuple_type_member] = STATE(3816), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), + [764] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3831), + [sym_optional_tuple_parameter] = STATE(3831), + [sym_optional_type] = STATE(3831), + [sym_rest_type] = STATE(3831), + [sym__tuple_type_member] = STATE(3831), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(2469), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2471), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [765] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3659), + [sym_optional_tuple_parameter] = STATE(3659), + [sym_optional_type] = STATE(3659), + [sym_rest_type] = STATE(3659), + [sym__tuple_type_member] = STATE(3659), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), [anon_sym_COMMA] = ACTIONS(2477), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), [anon_sym_RBRACK] = ACTIONS(2479), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [766] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3719), + [sym_optional_tuple_parameter] = STATE(3719), + [sym_optional_type] = STATE(3719), + [sym_rest_type] = STATE(3719), + [sym__tuple_type_member] = STATE(3719), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(2481), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2483), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [767] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3693), + [sym_optional_tuple_parameter] = STATE(3693), + [sym_optional_type] = STATE(3693), + [sym_rest_type] = STATE(3693), + [sym__tuple_type_member] = STATE(3693), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(2485), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2487), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [768] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3845), + [sym_optional_tuple_parameter] = STATE(3845), + [sym_optional_type] = STATE(3845), + [sym_rest_type] = STATE(3845), + [sym__tuple_type_member] = STATE(3845), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_COMMA] = ACTIONS(2489), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2491), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [769] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2493), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [770] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2495), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [771] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2497), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [772] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2499), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [773] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2501), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [774] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2503), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [775] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2505), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [776] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2507), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [777] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2509), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [778] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2511), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [779] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_rest_pattern] = STATE(4017), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3118), + [sym_tuple_parameter] = STATE(3958), + [sym_optional_tuple_parameter] = STATE(3958), + [sym_optional_type] = STATE(3958), + [sym_rest_type] = STATE(3958), + [sym__tuple_type_member] = STATE(3958), + [sym_constructor_type] = STATE(3118), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3118), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3118), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3118), + [sym_identifier] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2473), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [780] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3601), - [sym_optional_tuple_parameter] = STATE(3601), - [sym_optional_type] = STATE(3601), - [sym_rest_type] = STATE(3601), - [sym__tuple_type_member] = STATE(3601), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(2487), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2489), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2513), + [anon_sym_export] = ACTIONS(2513), + [anon_sym_type] = ACTIONS(2513), + [anon_sym_namespace] = ACTIONS(2513), + [anon_sym_LBRACE] = ACTIONS(2515), + [anon_sym_typeof] = ACTIONS(2513), + [anon_sym_import] = ACTIONS(2513), + [anon_sym_var] = ACTIONS(2513), + [anon_sym_let] = ACTIONS(2513), + [anon_sym_const] = ACTIONS(2513), + [anon_sym_BANG] = ACTIONS(2515), + [anon_sym_if] = ACTIONS(2513), + [anon_sym_switch] = ACTIONS(2513), + [anon_sym_for] = ACTIONS(2513), + [anon_sym_LPAREN] = ACTIONS(2515), + [anon_sym_await] = ACTIONS(2513), + [anon_sym_while] = ACTIONS(2513), + [anon_sym_do] = ACTIONS(2513), + [anon_sym_try] = ACTIONS(2513), + [anon_sym_with] = ACTIONS(2513), + [anon_sym_break] = ACTIONS(2513), + [anon_sym_continue] = ACTIONS(2513), + [anon_sym_debugger] = ACTIONS(2513), + [anon_sym_return] = ACTIONS(2513), + [anon_sym_throw] = ACTIONS(2513), + [anon_sym_SEMI] = ACTIONS(2515), + [anon_sym_yield] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2515), + [anon_sym_LTtemplate_GT] = ACTIONS(2515), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_async] = ACTIONS(2513), + [anon_sym_function] = ACTIONS(2513), + [anon_sym_new] = ACTIONS(2513), + [anon_sym_PLUS] = ACTIONS(2513), + [anon_sym_DASH] = ACTIONS(2513), + [anon_sym_SLASH] = ACTIONS(2513), + [anon_sym_LT] = ACTIONS(2513), + [anon_sym_TILDE] = ACTIONS(2515), + [anon_sym_void] = ACTIONS(2513), + [anon_sym_delete] = ACTIONS(2513), + [anon_sym_PLUS_PLUS] = ACTIONS(2515), + [anon_sym_DASH_DASH] = ACTIONS(2513), + [anon_sym_DQUOTE] = ACTIONS(2515), + [anon_sym_SQUOTE] = ACTIONS(2515), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2515), + [sym_number] = ACTIONS(2515), + [sym_this] = ACTIONS(2513), + [sym_super] = ACTIONS(2513), + [sym_true] = ACTIONS(2513), + [sym_false] = ACTIONS(2513), + [sym_null] = ACTIONS(2513), + [sym_undefined] = ACTIONS(2513), + [anon_sym_AT] = ACTIONS(2515), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_readonly] = ACTIONS(2513), + [anon_sym_get] = ACTIONS(2513), + [anon_sym_set] = ACTIONS(2513), + [anon_sym_declare] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_protected] = ACTIONS(2513), + [anon_sym_override] = ACTIONS(2513), + [anon_sym_module] = ACTIONS(2513), + [anon_sym_any] = ACTIONS(2513), + [anon_sym_number] = ACTIONS(2513), + [anon_sym_boolean] = ACTIONS(2513), + [anon_sym_string] = ACTIONS(2513), + [anon_sym_symbol] = ACTIONS(2513), + [anon_sym_abstract] = ACTIONS(2513), + [anon_sym_interface] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), }, [781] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3646), - [sym_optional_tuple_parameter] = STATE(3646), - [sym_optional_type] = STATE(3646), - [sym_rest_type] = STATE(3646), - [sym__tuple_type_member] = STATE(3646), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(2491), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2493), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [782] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3667), - [sym_optional_tuple_parameter] = STATE(3667), - [sym_optional_type] = STATE(3667), - [sym_rest_type] = STATE(3667), - [sym__tuple_type_member] = STATE(3667), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(2495), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2497), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2521), + [anon_sym_export] = ACTIONS(2521), + [anon_sym_type] = ACTIONS(2521), + [anon_sym_namespace] = ACTIONS(2521), + [anon_sym_LBRACE] = ACTIONS(2523), + [anon_sym_typeof] = ACTIONS(2521), + [anon_sym_import] = ACTIONS(2521), + [anon_sym_var] = ACTIONS(2521), + [anon_sym_let] = ACTIONS(2521), + [anon_sym_const] = ACTIONS(2521), + [anon_sym_BANG] = ACTIONS(2523), + [anon_sym_if] = ACTIONS(2521), + [anon_sym_switch] = ACTIONS(2521), + [anon_sym_for] = ACTIONS(2521), + [anon_sym_LPAREN] = ACTIONS(2523), + [anon_sym_await] = ACTIONS(2521), + [anon_sym_while] = ACTIONS(2521), + [anon_sym_do] = ACTIONS(2521), + [anon_sym_try] = ACTIONS(2521), + [anon_sym_with] = ACTIONS(2521), + [anon_sym_break] = ACTIONS(2521), + [anon_sym_continue] = ACTIONS(2521), + [anon_sym_debugger] = ACTIONS(2521), + [anon_sym_return] = ACTIONS(2521), + [anon_sym_throw] = ACTIONS(2521), + [anon_sym_SEMI] = ACTIONS(2523), + [anon_sym_yield] = ACTIONS(2521), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LTtemplate_GT] = ACTIONS(2523), + [anon_sym_class] = ACTIONS(2521), + [anon_sym_async] = ACTIONS(2521), + [anon_sym_function] = ACTIONS(2521), + [anon_sym_new] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_TILDE] = ACTIONS(2523), + [anon_sym_void] = ACTIONS(2521), + [anon_sym_delete] = ACTIONS(2521), + [anon_sym_PLUS_PLUS] = ACTIONS(2523), + [anon_sym_DASH_DASH] = ACTIONS(2521), + [anon_sym_DQUOTE] = ACTIONS(2523), + [anon_sym_SQUOTE] = ACTIONS(2523), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2523), + [sym_number] = ACTIONS(2523), + [sym_this] = ACTIONS(2521), + [sym_super] = ACTIONS(2521), + [sym_true] = ACTIONS(2521), + [sym_false] = ACTIONS(2521), + [sym_null] = ACTIONS(2521), + [sym_undefined] = ACTIONS(2521), + [anon_sym_AT] = ACTIONS(2523), + [anon_sym_static] = ACTIONS(2521), + [anon_sym_readonly] = ACTIONS(2521), + [anon_sym_get] = ACTIONS(2521), + [anon_sym_set] = ACTIONS(2521), + [anon_sym_declare] = ACTIONS(2521), + [anon_sym_public] = ACTIONS(2521), + [anon_sym_private] = ACTIONS(2521), + [anon_sym_protected] = ACTIONS(2521), + [anon_sym_override] = ACTIONS(2521), + [anon_sym_module] = ACTIONS(2521), + [anon_sym_any] = ACTIONS(2521), + [anon_sym_number] = ACTIONS(2521), + [anon_sym_boolean] = ACTIONS(2521), + [anon_sym_string] = ACTIONS(2521), + [anon_sym_symbol] = ACTIONS(2521), + [anon_sym_abstract] = ACTIONS(2521), + [anon_sym_interface] = ACTIONS(2521), + [anon_sym_enum] = ACTIONS(2521), }, [783] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3729), - [sym_optional_tuple_parameter] = STATE(3729), - [sym_optional_type] = STATE(3729), - [sym_rest_type] = STATE(3729), - [sym__tuple_type_member] = STATE(3729), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(2499), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2501), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [784] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2503), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [785] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2505), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [786] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2507), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [787] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2509), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [788] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2511), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2525), + [anon_sym_export] = ACTIONS(2525), + [anon_sym_type] = ACTIONS(2525), + [anon_sym_namespace] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_typeof] = ACTIONS(2525), + [anon_sym_import] = ACTIONS(2525), + [anon_sym_var] = ACTIONS(2525), + [anon_sym_let] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_switch] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2527), + [anon_sym_await] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_do] = ACTIONS(2525), + [anon_sym_try] = ACTIONS(2525), + [anon_sym_with] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_debugger] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_throw] = ACTIONS(2525), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_yield] = ACTIONS(2525), + [anon_sym_LBRACK] = ACTIONS(2527), + [anon_sym_LTtemplate_GT] = ACTIONS(2527), + [anon_sym_class] = ACTIONS(2525), + [anon_sym_async] = ACTIONS(2525), + [anon_sym_function] = ACTIONS(2525), + [anon_sym_new] = ACTIONS(2525), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_SLASH] = ACTIONS(2525), + [anon_sym_LT] = ACTIONS(2525), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_void] = ACTIONS(2525), + [anon_sym_delete] = ACTIONS(2525), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_DASH_DASH] = ACTIONS(2525), + [anon_sym_DQUOTE] = ACTIONS(2527), + [anon_sym_SQUOTE] = ACTIONS(2527), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2527), + [sym_number] = ACTIONS(2527), + [sym_this] = ACTIONS(2525), + [sym_super] = ACTIONS(2525), + [sym_true] = ACTIONS(2525), + [sym_false] = ACTIONS(2525), + [sym_null] = ACTIONS(2525), + [sym_undefined] = ACTIONS(2525), + [anon_sym_AT] = ACTIONS(2527), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_readonly] = ACTIONS(2525), + [anon_sym_get] = ACTIONS(2525), + [anon_sym_set] = ACTIONS(2525), + [anon_sym_declare] = ACTIONS(2525), + [anon_sym_public] = ACTIONS(2525), + [anon_sym_private] = ACTIONS(2525), + [anon_sym_protected] = ACTIONS(2525), + [anon_sym_override] = ACTIONS(2525), + [anon_sym_module] = ACTIONS(2525), + [anon_sym_any] = ACTIONS(2525), + [anon_sym_number] = ACTIONS(2525), + [anon_sym_boolean] = ACTIONS(2525), + [anon_sym_string] = ACTIONS(2525), + [anon_sym_symbol] = ACTIONS(2525), + [anon_sym_abstract] = ACTIONS(2525), + [anon_sym_interface] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), }, [789] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2513), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [790] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2515), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [791] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2517), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2529), + [anon_sym_export] = ACTIONS(2529), + [anon_sym_type] = ACTIONS(2529), + [anon_sym_namespace] = ACTIONS(2529), + [anon_sym_LBRACE] = ACTIONS(2531), + [anon_sym_typeof] = ACTIONS(2529), + [anon_sym_import] = ACTIONS(2529), + [anon_sym_var] = ACTIONS(2529), + [anon_sym_let] = ACTIONS(2529), + [anon_sym_const] = ACTIONS(2529), + [anon_sym_BANG] = ACTIONS(2531), + [anon_sym_if] = ACTIONS(2529), + [anon_sym_switch] = ACTIONS(2529), + [anon_sym_for] = ACTIONS(2529), + [anon_sym_LPAREN] = ACTIONS(2531), + [anon_sym_await] = ACTIONS(2529), + [anon_sym_while] = ACTIONS(2529), + [anon_sym_do] = ACTIONS(2529), + [anon_sym_try] = ACTIONS(2529), + [anon_sym_with] = ACTIONS(2529), + [anon_sym_break] = ACTIONS(2529), + [anon_sym_continue] = ACTIONS(2529), + [anon_sym_debugger] = ACTIONS(2529), + [anon_sym_return] = ACTIONS(2529), + [anon_sym_throw] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2531), + [anon_sym_yield] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2531), + [anon_sym_LTtemplate_GT] = ACTIONS(2531), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_async] = ACTIONS(2529), + [anon_sym_function] = ACTIONS(2529), + [anon_sym_new] = ACTIONS(2529), + [anon_sym_PLUS] = ACTIONS(2529), + [anon_sym_DASH] = ACTIONS(2529), + [anon_sym_SLASH] = ACTIONS(2529), + [anon_sym_LT] = ACTIONS(2529), + [anon_sym_TILDE] = ACTIONS(2531), + [anon_sym_void] = ACTIONS(2529), + [anon_sym_delete] = ACTIONS(2529), + [anon_sym_PLUS_PLUS] = ACTIONS(2531), + [anon_sym_DASH_DASH] = ACTIONS(2529), + [anon_sym_DQUOTE] = ACTIONS(2531), + [anon_sym_SQUOTE] = ACTIONS(2531), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2531), + [sym_number] = ACTIONS(2531), + [sym_this] = ACTIONS(2529), + [sym_super] = ACTIONS(2529), + [sym_true] = ACTIONS(2529), + [sym_false] = ACTIONS(2529), + [sym_null] = ACTIONS(2529), + [sym_undefined] = ACTIONS(2529), + [anon_sym_AT] = ACTIONS(2531), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_readonly] = ACTIONS(2529), + [anon_sym_get] = ACTIONS(2529), + [anon_sym_set] = ACTIONS(2529), + [anon_sym_declare] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_protected] = ACTIONS(2529), + [anon_sym_override] = ACTIONS(2529), + [anon_sym_module] = ACTIONS(2529), + [anon_sym_any] = ACTIONS(2529), + [anon_sym_number] = ACTIONS(2529), + [anon_sym_boolean] = ACTIONS(2529), + [anon_sym_string] = ACTIONS(2529), + [anon_sym_symbol] = ACTIONS(2529), + [anon_sym_abstract] = ACTIONS(2529), + [anon_sym_interface] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), }, [792] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2519), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_identifier] = ACTIONS(2533), + [anon_sym_export] = ACTIONS(2533), + [anon_sym_type] = ACTIONS(2533), + [anon_sym_namespace] = ACTIONS(2533), + [anon_sym_LBRACE] = ACTIONS(2535), + [anon_sym_typeof] = ACTIONS(2533), + [anon_sym_import] = ACTIONS(2533), + [anon_sym_var] = ACTIONS(2533), + [anon_sym_let] = ACTIONS(2533), + [anon_sym_const] = ACTIONS(2533), + [anon_sym_BANG] = ACTIONS(2535), + [anon_sym_if] = ACTIONS(2533), + [anon_sym_switch] = ACTIONS(2533), + [anon_sym_for] = ACTIONS(2533), + [anon_sym_LPAREN] = ACTIONS(2535), + [anon_sym_await] = ACTIONS(2533), + [anon_sym_while] = ACTIONS(2533), + [anon_sym_do] = ACTIONS(2533), + [anon_sym_try] = ACTIONS(2533), + [anon_sym_with] = ACTIONS(2533), + [anon_sym_break] = ACTIONS(2533), + [anon_sym_continue] = ACTIONS(2533), + [anon_sym_debugger] = ACTIONS(2533), + [anon_sym_return] = ACTIONS(2533), + [anon_sym_throw] = ACTIONS(2533), + [anon_sym_SEMI] = ACTIONS(2535), + [anon_sym_yield] = ACTIONS(2533), + [anon_sym_LBRACK] = ACTIONS(2535), + [anon_sym_LTtemplate_GT] = ACTIONS(2535), + [anon_sym_class] = ACTIONS(2533), + [anon_sym_async] = ACTIONS(2533), + [anon_sym_function] = ACTIONS(2533), + [anon_sym_new] = ACTIONS(2533), + [anon_sym_PLUS] = ACTIONS(2533), + [anon_sym_DASH] = ACTIONS(2533), + [anon_sym_SLASH] = ACTIONS(2533), + [anon_sym_LT] = ACTIONS(2533), + [anon_sym_TILDE] = ACTIONS(2535), + [anon_sym_void] = ACTIONS(2533), + [anon_sym_delete] = ACTIONS(2533), + [anon_sym_PLUS_PLUS] = ACTIONS(2535), + [anon_sym_DASH_DASH] = ACTIONS(2533), + [anon_sym_DQUOTE] = ACTIONS(2535), + [anon_sym_SQUOTE] = ACTIONS(2535), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2535), + [sym_number] = ACTIONS(2535), + [sym_this] = ACTIONS(2533), + [sym_super] = ACTIONS(2533), + [sym_true] = ACTIONS(2533), + [sym_false] = ACTIONS(2533), + [sym_null] = ACTIONS(2533), + [sym_undefined] = ACTIONS(2533), + [anon_sym_AT] = ACTIONS(2535), + [anon_sym_static] = ACTIONS(2533), + [anon_sym_readonly] = ACTIONS(2533), + [anon_sym_get] = ACTIONS(2533), + [anon_sym_set] = ACTIONS(2533), + [anon_sym_declare] = ACTIONS(2533), + [anon_sym_public] = ACTIONS(2533), + [anon_sym_private] = ACTIONS(2533), + [anon_sym_protected] = ACTIONS(2533), + [anon_sym_override] = ACTIONS(2533), + [anon_sym_module] = ACTIONS(2533), + [anon_sym_any] = ACTIONS(2533), + [anon_sym_number] = ACTIONS(2533), + [anon_sym_boolean] = ACTIONS(2533), + [anon_sym_string] = ACTIONS(2533), + [anon_sym_symbol] = ACTIONS(2533), + [anon_sym_abstract] = ACTIONS(2533), + [anon_sym_interface] = ACTIONS(2533), + [anon_sym_enum] = ACTIONS(2533), }, [793] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2521), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym_asserts] = STATE(2466), + [sym__type] = STATE(2552), + [sym_constructor_type] = STATE(2552), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2552), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_predicate] = STATE(2466), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2449), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2552), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2552), + [sym_identifier] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(2539), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_asserts] = ACTIONS(2541), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [794] = { - [sym_identifier] = ACTIONS(2523), - [anon_sym_export] = ACTIONS(2523), - [anon_sym_type] = ACTIONS(2523), - [anon_sym_namespace] = ACTIONS(2523), - [anon_sym_LBRACE] = ACTIONS(2525), - [anon_sym_typeof] = ACTIONS(2523), - [anon_sym_import] = ACTIONS(2523), - [anon_sym_var] = ACTIONS(2523), - [anon_sym_let] = ACTIONS(2523), - [anon_sym_const] = ACTIONS(2523), - [anon_sym_BANG] = ACTIONS(2525), - [anon_sym_if] = ACTIONS(2523), - [anon_sym_switch] = ACTIONS(2523), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_LPAREN] = ACTIONS(2525), - [anon_sym_await] = ACTIONS(2523), - [anon_sym_while] = ACTIONS(2523), - [anon_sym_do] = ACTIONS(2523), - [anon_sym_try] = ACTIONS(2523), - [anon_sym_with] = ACTIONS(2523), - [anon_sym_break] = ACTIONS(2523), - [anon_sym_continue] = ACTIONS(2523), - [anon_sym_debugger] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2523), - [anon_sym_throw] = ACTIONS(2523), - [anon_sym_SEMI] = ACTIONS(2525), - [anon_sym_yield] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2525), - [anon_sym_LTtemplate_GT] = ACTIONS(2525), - [anon_sym_LT] = ACTIONS(2523), - [anon_sym_SLASH] = ACTIONS(2523), - [anon_sym_class] = ACTIONS(2523), - [anon_sym_async] = ACTIONS(2523), - [anon_sym_function] = ACTIONS(2523), - [anon_sym_new] = ACTIONS(2523), - [anon_sym_PLUS] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2523), - [anon_sym_TILDE] = ACTIONS(2525), - [anon_sym_void] = ACTIONS(2523), - [anon_sym_delete] = ACTIONS(2523), - [anon_sym_PLUS_PLUS] = ACTIONS(2525), - [anon_sym_DASH_DASH] = ACTIONS(2525), - [anon_sym_DQUOTE] = ACTIONS(2525), - [anon_sym_SQUOTE] = ACTIONS(2525), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2525), - [sym_number] = ACTIONS(2525), - [sym_this] = ACTIONS(2523), - [sym_super] = ACTIONS(2523), - [sym_true] = ACTIONS(2523), - [sym_false] = ACTIONS(2523), - [sym_null] = ACTIONS(2523), - [sym_undefined] = ACTIONS(2523), - [anon_sym_AT] = ACTIONS(2525), - [anon_sym_static] = ACTIONS(2523), - [anon_sym_readonly] = ACTIONS(2523), - [anon_sym_get] = ACTIONS(2523), - [anon_sym_set] = ACTIONS(2523), - [anon_sym_declare] = ACTIONS(2523), - [anon_sym_public] = ACTIONS(2523), - [anon_sym_private] = ACTIONS(2523), - [anon_sym_protected] = ACTIONS(2523), - [anon_sym_override] = ACTIONS(2523), - [anon_sym_module] = ACTIONS(2523), - [anon_sym_any] = ACTIONS(2523), - [anon_sym_number] = ACTIONS(2523), - [anon_sym_boolean] = ACTIONS(2523), - [anon_sym_string] = ACTIONS(2523), - [anon_sym_symbol] = ACTIONS(2523), - [anon_sym_abstract] = ACTIONS(2523), - [anon_sym_interface] = ACTIONS(2523), - [anon_sym_enum] = ACTIONS(2523), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym_asserts] = STATE(2855), + [sym__type] = STATE(2856), + [sym_constructor_type] = STATE(2856), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2856), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_predicate] = STATE(2855), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2739), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2856), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2856), + [sym_identifier] = ACTIONS(2543), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2575), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_asserts] = ACTIONS(2585), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [795] = { - [sym_identifier] = ACTIONS(2527), - [anon_sym_export] = ACTIONS(2527), - [anon_sym_type] = ACTIONS(2527), - [anon_sym_namespace] = ACTIONS(2527), - [anon_sym_LBRACE] = ACTIONS(2529), - [anon_sym_typeof] = ACTIONS(2527), - [anon_sym_import] = ACTIONS(2527), - [anon_sym_var] = ACTIONS(2527), - [anon_sym_let] = ACTIONS(2527), - [anon_sym_const] = ACTIONS(2527), - [anon_sym_BANG] = ACTIONS(2529), - [anon_sym_if] = ACTIONS(2527), - [anon_sym_switch] = ACTIONS(2527), - [anon_sym_for] = ACTIONS(2527), - [anon_sym_LPAREN] = ACTIONS(2529), - [anon_sym_await] = ACTIONS(2527), - [anon_sym_while] = ACTIONS(2527), - [anon_sym_do] = ACTIONS(2527), - [anon_sym_try] = ACTIONS(2527), - [anon_sym_with] = ACTIONS(2527), - [anon_sym_break] = ACTIONS(2527), - [anon_sym_continue] = ACTIONS(2527), - [anon_sym_debugger] = ACTIONS(2527), - [anon_sym_return] = ACTIONS(2527), - [anon_sym_throw] = ACTIONS(2527), - [anon_sym_SEMI] = ACTIONS(2529), - [anon_sym_yield] = ACTIONS(2527), - [anon_sym_LBRACK] = ACTIONS(2529), - [anon_sym_LTtemplate_GT] = ACTIONS(2529), - [anon_sym_LT] = ACTIONS(2527), - [anon_sym_SLASH] = ACTIONS(2527), - [anon_sym_class] = ACTIONS(2527), - [anon_sym_async] = ACTIONS(2527), - [anon_sym_function] = ACTIONS(2527), - [anon_sym_new] = ACTIONS(2527), - [anon_sym_PLUS] = ACTIONS(2527), - [anon_sym_DASH] = ACTIONS(2527), - [anon_sym_TILDE] = ACTIONS(2529), - [anon_sym_void] = ACTIONS(2527), - [anon_sym_delete] = ACTIONS(2527), - [anon_sym_PLUS_PLUS] = ACTIONS(2529), - [anon_sym_DASH_DASH] = ACTIONS(2529), - [anon_sym_DQUOTE] = ACTIONS(2529), - [anon_sym_SQUOTE] = ACTIONS(2529), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2529), - [sym_number] = ACTIONS(2529), - [sym_this] = ACTIONS(2527), - [sym_super] = ACTIONS(2527), - [sym_true] = ACTIONS(2527), - [sym_false] = ACTIONS(2527), - [sym_null] = ACTIONS(2527), - [sym_undefined] = ACTIONS(2527), - [anon_sym_AT] = ACTIONS(2529), - [anon_sym_static] = ACTIONS(2527), - [anon_sym_readonly] = ACTIONS(2527), - [anon_sym_get] = ACTIONS(2527), - [anon_sym_set] = ACTIONS(2527), - [anon_sym_declare] = ACTIONS(2527), - [anon_sym_public] = ACTIONS(2527), - [anon_sym_private] = ACTIONS(2527), - [anon_sym_protected] = ACTIONS(2527), - [anon_sym_override] = ACTIONS(2527), - [anon_sym_module] = ACTIONS(2527), - [anon_sym_any] = ACTIONS(2527), - [anon_sym_number] = ACTIONS(2527), - [anon_sym_boolean] = ACTIONS(2527), - [anon_sym_string] = ACTIONS(2527), - [anon_sym_symbol] = ACTIONS(2527), - [anon_sym_abstract] = ACTIONS(2527), - [anon_sym_interface] = ACTIONS(2527), - [anon_sym_enum] = ACTIONS(2527), + [sym_identifier] = ACTIONS(2595), + [anon_sym_export] = ACTIONS(2595), + [anon_sym_type] = ACTIONS(2595), + [anon_sym_EQ] = ACTIONS(2595), + [anon_sym_namespace] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [anon_sym_RBRACE] = ACTIONS(2597), + [anon_sym_typeof] = ACTIONS(2595), + [anon_sym_import] = ACTIONS(2595), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [anon_sym_await] = ACTIONS(2595), + [anon_sym_COLON] = ACTIONS(2597), + [anon_sym_yield] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_RBRACK] = ACTIONS(2597), + [anon_sym_LTtemplate_GT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2595), + [anon_sym_class] = ACTIONS(2595), + [anon_sym_async] = ACTIONS(2595), + [anon_sym_function] = ACTIONS(2595), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_QMARK_DOT] = ACTIONS(2597), + [anon_sym_new] = ACTIONS(2595), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2595), + [anon_sym_DASH] = ACTIONS(2595), + [anon_sym_SLASH] = ACTIONS(2595), + [anon_sym_LT] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_void] = ACTIONS(2595), + [anon_sym_delete] = ACTIONS(2595), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2595), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2597), + [sym_number] = ACTIONS(2597), + [sym_this] = ACTIONS(2595), + [sym_super] = ACTIONS(2595), + [sym_true] = ACTIONS(2595), + [sym_false] = ACTIONS(2595), + [sym_null] = ACTIONS(2595), + [sym_undefined] = ACTIONS(2595), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_static] = ACTIONS(2595), + [anon_sym_readonly] = ACTIONS(2595), + [anon_sym_get] = ACTIONS(2595), + [anon_sym_set] = ACTIONS(2595), + [anon_sym_QMARK] = ACTIONS(2595), + [anon_sym_declare] = ACTIONS(2595), + [anon_sym_public] = ACTIONS(2595), + [anon_sym_private] = ACTIONS(2595), + [anon_sym_protected] = ACTIONS(2595), + [anon_sym_override] = ACTIONS(2595), + [anon_sym_module] = ACTIONS(2595), + [anon_sym_any] = ACTIONS(2595), + [anon_sym_number] = ACTIONS(2595), + [anon_sym_boolean] = ACTIONS(2595), + [anon_sym_string] = ACTIONS(2595), + [anon_sym_symbol] = ACTIONS(2595), + [anon_sym_abstract] = ACTIONS(2595), + [anon_sym_extends] = ACTIONS(2595), }, [796] = { - [sym_identifier] = ACTIONS(2531), - [anon_sym_export] = ACTIONS(2531), - [anon_sym_type] = ACTIONS(2531), - [anon_sym_namespace] = ACTIONS(2531), - [anon_sym_LBRACE] = ACTIONS(2533), - [anon_sym_typeof] = ACTIONS(2531), - [anon_sym_import] = ACTIONS(2531), - [anon_sym_var] = ACTIONS(2531), - [anon_sym_let] = ACTIONS(2531), - [anon_sym_const] = ACTIONS(2531), - [anon_sym_BANG] = ACTIONS(2533), - [anon_sym_if] = ACTIONS(2531), - [anon_sym_switch] = ACTIONS(2531), - [anon_sym_for] = ACTIONS(2531), - [anon_sym_LPAREN] = ACTIONS(2533), - [anon_sym_await] = ACTIONS(2531), - [anon_sym_while] = ACTIONS(2531), - [anon_sym_do] = ACTIONS(2531), - [anon_sym_try] = ACTIONS(2531), - [anon_sym_with] = ACTIONS(2531), - [anon_sym_break] = ACTIONS(2531), - [anon_sym_continue] = ACTIONS(2531), - [anon_sym_debugger] = ACTIONS(2531), - [anon_sym_return] = ACTIONS(2531), - [anon_sym_throw] = ACTIONS(2531), - [anon_sym_SEMI] = ACTIONS(2533), - [anon_sym_yield] = ACTIONS(2531), - [anon_sym_LBRACK] = ACTIONS(2533), - [anon_sym_LTtemplate_GT] = ACTIONS(2533), - [anon_sym_LT] = ACTIONS(2531), - [anon_sym_SLASH] = ACTIONS(2531), - [anon_sym_class] = ACTIONS(2531), - [anon_sym_async] = ACTIONS(2531), - [anon_sym_function] = ACTIONS(2531), - [anon_sym_new] = ACTIONS(2531), - [anon_sym_PLUS] = ACTIONS(2531), - [anon_sym_DASH] = ACTIONS(2531), - [anon_sym_TILDE] = ACTIONS(2533), - [anon_sym_void] = ACTIONS(2531), - [anon_sym_delete] = ACTIONS(2531), - [anon_sym_PLUS_PLUS] = ACTIONS(2533), - [anon_sym_DASH_DASH] = ACTIONS(2533), - [anon_sym_DQUOTE] = ACTIONS(2533), - [anon_sym_SQUOTE] = ACTIONS(2533), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2533), - [sym_number] = ACTIONS(2533), - [sym_this] = ACTIONS(2531), - [sym_super] = ACTIONS(2531), - [sym_true] = ACTIONS(2531), - [sym_false] = ACTIONS(2531), - [sym_null] = ACTIONS(2531), - [sym_undefined] = ACTIONS(2531), - [anon_sym_AT] = ACTIONS(2533), - [anon_sym_static] = ACTIONS(2531), - [anon_sym_readonly] = ACTIONS(2531), - [anon_sym_get] = ACTIONS(2531), - [anon_sym_set] = ACTIONS(2531), - [anon_sym_declare] = ACTIONS(2531), - [anon_sym_public] = ACTIONS(2531), - [anon_sym_private] = ACTIONS(2531), - [anon_sym_protected] = ACTIONS(2531), - [anon_sym_override] = ACTIONS(2531), - [anon_sym_module] = ACTIONS(2531), - [anon_sym_any] = ACTIONS(2531), - [anon_sym_number] = ACTIONS(2531), - [anon_sym_boolean] = ACTIONS(2531), - [anon_sym_string] = ACTIONS(2531), - [anon_sym_symbol] = ACTIONS(2531), - [anon_sym_abstract] = ACTIONS(2531), - [anon_sym_interface] = ACTIONS(2531), - [anon_sym_enum] = ACTIONS(2531), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym_asserts] = STATE(1346), + [sym__type] = STATE(1348), + [sym_constructor_type] = STATE(1348), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1348), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_predicate] = STATE(1346), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1222), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1348), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1348), + [sym_identifier] = ACTIONS(2599), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_asserts] = ACTIONS(2637), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [797] = { - [sym_identifier] = ACTIONS(2535), - [anon_sym_export] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_namespace] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_typeof] = ACTIONS(2535), - [anon_sym_import] = ACTIONS(2535), - [anon_sym_var] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_switch] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_await] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_do] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [anon_sym_with] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_debugger] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_throw] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LTtemplate_GT] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2535), - [anon_sym_class] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_function] = ACTIONS(2535), - [anon_sym_new] = ACTIONS(2535), - [anon_sym_PLUS] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2537), - [anon_sym_void] = ACTIONS(2535), - [anon_sym_delete] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2537), - [anon_sym_DASH_DASH] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2537), - [sym_number] = ACTIONS(2537), - [sym_this] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_true] = ACTIONS(2535), - [sym_false] = ACTIONS(2535), - [sym_null] = ACTIONS(2535), - [sym_undefined] = ACTIONS(2535), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_readonly] = ACTIONS(2535), - [anon_sym_get] = ACTIONS(2535), - [anon_sym_set] = ACTIONS(2535), - [anon_sym_declare] = ACTIONS(2535), - [anon_sym_public] = ACTIONS(2535), - [anon_sym_private] = ACTIONS(2535), - [anon_sym_protected] = ACTIONS(2535), - [anon_sym_override] = ACTIONS(2535), - [anon_sym_module] = ACTIONS(2535), - [anon_sym_any] = ACTIONS(2535), - [anon_sym_number] = ACTIONS(2535), - [anon_sym_boolean] = ACTIONS(2535), - [anon_sym_string] = ACTIONS(2535), - [anon_sym_symbol] = ACTIONS(2535), - [anon_sym_abstract] = ACTIONS(2535), - [anon_sym_interface] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym_asserts] = STATE(2685), + [sym__type] = STATE(2679), + [sym_constructor_type] = STATE(2679), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2679), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_predicate] = STATE(2685), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2641), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2679), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2679), + [sym_identifier] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(2651), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_asserts] = ACTIONS(2653), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [798] = { - [sym_identifier] = ACTIONS(2535), - [anon_sym_export] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_namespace] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_typeof] = ACTIONS(2535), - [anon_sym_import] = ACTIONS(2535), - [anon_sym_var] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_switch] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_await] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_do] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [anon_sym_with] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_debugger] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_throw] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LTtemplate_GT] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2535), - [anon_sym_class] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_function] = ACTIONS(2535), - [anon_sym_new] = ACTIONS(2535), - [anon_sym_PLUS] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2537), - [anon_sym_void] = ACTIONS(2535), - [anon_sym_delete] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2537), - [anon_sym_DASH_DASH] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2537), - [sym_number] = ACTIONS(2537), - [sym_this] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_true] = ACTIONS(2535), - [sym_false] = ACTIONS(2535), - [sym_null] = ACTIONS(2535), - [sym_undefined] = ACTIONS(2535), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_readonly] = ACTIONS(2535), - [anon_sym_get] = ACTIONS(2535), - [anon_sym_set] = ACTIONS(2535), - [anon_sym_declare] = ACTIONS(2535), - [anon_sym_public] = ACTIONS(2535), - [anon_sym_private] = ACTIONS(2535), - [anon_sym_protected] = ACTIONS(2535), - [anon_sym_override] = ACTIONS(2535), - [anon_sym_module] = ACTIONS(2535), - [anon_sym_any] = ACTIONS(2535), - [anon_sym_number] = ACTIONS(2535), - [anon_sym_boolean] = ACTIONS(2535), - [anon_sym_string] = ACTIONS(2535), - [anon_sym_symbol] = ACTIONS(2535), - [anon_sym_abstract] = ACTIONS(2535), - [anon_sym_interface] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym_asserts] = STATE(2466), + [sym__type] = STATE(3049), + [sym_constructor_type] = STATE(3049), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3049), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_predicate] = STATE(2466), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2953), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3049), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3049), + [sym_identifier] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(2667), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_asserts] = ACTIONS(2675), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [799] = { - [sym_identifier] = ACTIONS(2539), - [anon_sym_export] = ACTIONS(2539), - [anon_sym_type] = ACTIONS(2539), - [anon_sym_namespace] = ACTIONS(2539), - [anon_sym_LBRACE] = ACTIONS(2541), - [anon_sym_typeof] = ACTIONS(2539), - [anon_sym_import] = ACTIONS(2539), - [anon_sym_var] = ACTIONS(2539), - [anon_sym_let] = ACTIONS(2539), - [anon_sym_const] = ACTIONS(2539), - [anon_sym_BANG] = ACTIONS(2541), - [anon_sym_if] = ACTIONS(2539), - [anon_sym_switch] = ACTIONS(2539), - [anon_sym_for] = ACTIONS(2539), - [anon_sym_LPAREN] = ACTIONS(2541), - [anon_sym_await] = ACTIONS(2539), - [anon_sym_while] = ACTIONS(2539), - [anon_sym_do] = ACTIONS(2539), - [anon_sym_try] = ACTIONS(2539), - [anon_sym_with] = ACTIONS(2539), - [anon_sym_break] = ACTIONS(2539), - [anon_sym_continue] = ACTIONS(2539), - [anon_sym_debugger] = ACTIONS(2539), - [anon_sym_return] = ACTIONS(2539), - [anon_sym_throw] = ACTIONS(2539), - [anon_sym_SEMI] = ACTIONS(2541), - [anon_sym_yield] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LTtemplate_GT] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2539), - [anon_sym_SLASH] = ACTIONS(2539), - [anon_sym_class] = ACTIONS(2539), - [anon_sym_async] = ACTIONS(2539), - [anon_sym_function] = ACTIONS(2539), - [anon_sym_new] = ACTIONS(2539), - [anon_sym_PLUS] = ACTIONS(2539), - [anon_sym_DASH] = ACTIONS(2539), - [anon_sym_TILDE] = ACTIONS(2541), - [anon_sym_void] = ACTIONS(2539), - [anon_sym_delete] = ACTIONS(2539), - [anon_sym_PLUS_PLUS] = ACTIONS(2541), - [anon_sym_DASH_DASH] = ACTIONS(2541), - [anon_sym_DQUOTE] = ACTIONS(2541), - [anon_sym_SQUOTE] = ACTIONS(2541), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2541), - [sym_number] = ACTIONS(2541), - [sym_this] = ACTIONS(2539), - [sym_super] = ACTIONS(2539), - [sym_true] = ACTIONS(2539), - [sym_false] = ACTIONS(2539), - [sym_null] = ACTIONS(2539), - [sym_undefined] = ACTIONS(2539), - [anon_sym_AT] = ACTIONS(2541), - [anon_sym_static] = ACTIONS(2539), - [anon_sym_readonly] = ACTIONS(2539), - [anon_sym_get] = ACTIONS(2539), - [anon_sym_set] = ACTIONS(2539), - [anon_sym_declare] = ACTIONS(2539), - [anon_sym_public] = ACTIONS(2539), - [anon_sym_private] = ACTIONS(2539), - [anon_sym_protected] = ACTIONS(2539), - [anon_sym_override] = ACTIONS(2539), - [anon_sym_module] = ACTIONS(2539), - [anon_sym_any] = ACTIONS(2539), - [anon_sym_number] = ACTIONS(2539), - [anon_sym_boolean] = ACTIONS(2539), - [anon_sym_string] = ACTIONS(2539), - [anon_sym_symbol] = ACTIONS(2539), - [anon_sym_abstract] = ACTIONS(2539), - [anon_sym_interface] = ACTIONS(2539), - [anon_sym_enum] = ACTIONS(2539), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym_asserts] = STATE(2477), + [sym__type] = STATE(3069), + [sym_constructor_type] = STATE(3069), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3069), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_predicate] = STATE(2477), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2953), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3069), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3069), + [sym_identifier] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(2667), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_asserts] = ACTIONS(2675), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [800] = { - [sym_identifier] = ACTIONS(2535), - [anon_sym_export] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_namespace] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_typeof] = ACTIONS(2535), - [anon_sym_import] = ACTIONS(2535), - [anon_sym_var] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_switch] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_await] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_do] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [anon_sym_with] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_debugger] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_throw] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LTtemplate_GT] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2535), - [anon_sym_class] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_function] = ACTIONS(2535), - [anon_sym_new] = ACTIONS(2535), - [anon_sym_PLUS] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2537), - [anon_sym_void] = ACTIONS(2535), - [anon_sym_delete] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2537), - [anon_sym_DASH_DASH] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2537), - [sym_number] = ACTIONS(2537), - [sym_this] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_true] = ACTIONS(2535), - [sym_false] = ACTIONS(2535), - [sym_null] = ACTIONS(2535), - [sym_undefined] = ACTIONS(2535), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_readonly] = ACTIONS(2535), - [anon_sym_get] = ACTIONS(2535), - [anon_sym_set] = ACTIONS(2535), - [anon_sym_declare] = ACTIONS(2535), - [anon_sym_public] = ACTIONS(2535), - [anon_sym_private] = ACTIONS(2535), - [anon_sym_protected] = ACTIONS(2535), - [anon_sym_override] = ACTIONS(2535), - [anon_sym_module] = ACTIONS(2535), - [anon_sym_any] = ACTIONS(2535), - [anon_sym_number] = ACTIONS(2535), - [anon_sym_boolean] = ACTIONS(2535), - [anon_sym_string] = ACTIONS(2535), - [anon_sym_symbol] = ACTIONS(2535), - [anon_sym_abstract] = ACTIONS(2535), - [anon_sym_interface] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym_asserts] = STATE(1756), + [sym__type] = STATE(1755), + [sym_constructor_type] = STATE(1755), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1755), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_predicate] = STATE(1756), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1617), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1755), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1755), + [sym_identifier] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2711), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_asserts] = ACTIONS(2721), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [801] = { - [sym_identifier] = ACTIONS(2535), - [anon_sym_export] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_namespace] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_typeof] = ACTIONS(2535), - [anon_sym_import] = ACTIONS(2535), - [anon_sym_var] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_switch] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_await] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_do] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [anon_sym_with] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_debugger] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_throw] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LTtemplate_GT] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2535), - [anon_sym_class] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_function] = ACTIONS(2535), - [anon_sym_new] = ACTIONS(2535), - [anon_sym_PLUS] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2537), - [anon_sym_void] = ACTIONS(2535), - [anon_sym_delete] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2537), - [anon_sym_DASH_DASH] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2537), - [sym_number] = ACTIONS(2537), - [sym_this] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_true] = ACTIONS(2535), - [sym_false] = ACTIONS(2535), - [sym_null] = ACTIONS(2535), - [sym_undefined] = ACTIONS(2535), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_readonly] = ACTIONS(2535), - [anon_sym_get] = ACTIONS(2535), - [anon_sym_set] = ACTIONS(2535), - [anon_sym_declare] = ACTIONS(2535), - [anon_sym_public] = ACTIONS(2535), - [anon_sym_private] = ACTIONS(2535), - [anon_sym_protected] = ACTIONS(2535), - [anon_sym_override] = ACTIONS(2535), - [anon_sym_module] = ACTIONS(2535), - [anon_sym_any] = ACTIONS(2535), - [anon_sym_number] = ACTIONS(2535), - [anon_sym_boolean] = ACTIONS(2535), - [anon_sym_string] = ACTIONS(2535), - [anon_sym_symbol] = ACTIONS(2535), - [anon_sym_abstract] = ACTIONS(2535), - [anon_sym_interface] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym_asserts] = STATE(4030), + [sym__type] = STATE(2800), + [sym_constructor_type] = STATE(2800), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2800), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_predicate] = STATE(4028), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2449), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2800), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2800), + [sym_identifier] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(2539), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_asserts] = ACTIONS(2541), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [802] = { - [sym_identifier] = ACTIONS(2535), - [anon_sym_export] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_namespace] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_typeof] = ACTIONS(2535), - [anon_sym_import] = ACTIONS(2535), - [anon_sym_var] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_switch] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_await] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_do] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [anon_sym_with] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_debugger] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_throw] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LTtemplate_GT] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2535), - [anon_sym_class] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_function] = ACTIONS(2535), - [anon_sym_new] = ACTIONS(2535), - [anon_sym_PLUS] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2537), - [anon_sym_void] = ACTIONS(2535), - [anon_sym_delete] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2537), - [anon_sym_DASH_DASH] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2537), - [sym_number] = ACTIONS(2537), - [sym_this] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_true] = ACTIONS(2535), - [sym_false] = ACTIONS(2535), - [sym_null] = ACTIONS(2535), - [sym_undefined] = ACTIONS(2535), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_readonly] = ACTIONS(2535), - [anon_sym_get] = ACTIONS(2535), - [anon_sym_set] = ACTIONS(2535), - [anon_sym_declare] = ACTIONS(2535), - [anon_sym_public] = ACTIONS(2535), - [anon_sym_private] = ACTIONS(2535), - [anon_sym_protected] = ACTIONS(2535), - [anon_sym_override] = ACTIONS(2535), - [anon_sym_module] = ACTIONS(2535), - [anon_sym_any] = ACTIONS(2535), - [anon_sym_number] = ACTIONS(2535), - [anon_sym_boolean] = ACTIONS(2535), - [anon_sym_string] = ACTIONS(2535), - [anon_sym_symbol] = ACTIONS(2535), - [anon_sym_abstract] = ACTIONS(2535), - [anon_sym_interface] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym_asserts] = STATE(2660), + [sym__type] = STATE(2677), + [sym_constructor_type] = STATE(2677), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2677), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_predicate] = STATE(2660), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2641), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2677), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2677), + [sym_identifier] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(2651), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_asserts] = ACTIONS(2653), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [803] = { - [sym_identifier] = ACTIONS(2535), - [anon_sym_export] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_namespace] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_typeof] = ACTIONS(2535), - [anon_sym_import] = ACTIONS(2535), - [anon_sym_var] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_switch] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_await] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_do] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [anon_sym_with] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_debugger] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_throw] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LTtemplate_GT] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2535), - [anon_sym_class] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_function] = ACTIONS(2535), - [anon_sym_new] = ACTIONS(2535), - [anon_sym_PLUS] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2537), - [anon_sym_void] = ACTIONS(2535), - [anon_sym_delete] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2537), - [anon_sym_DASH_DASH] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2537), - [sym_number] = ACTIONS(2537), - [sym_this] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_true] = ACTIONS(2535), - [sym_false] = ACTIONS(2535), - [sym_null] = ACTIONS(2535), - [sym_undefined] = ACTIONS(2535), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_readonly] = ACTIONS(2535), - [anon_sym_get] = ACTIONS(2535), - [anon_sym_set] = ACTIONS(2535), - [anon_sym_declare] = ACTIONS(2535), - [anon_sym_public] = ACTIONS(2535), - [anon_sym_private] = ACTIONS(2535), - [anon_sym_protected] = ACTIONS(2535), - [anon_sym_override] = ACTIONS(2535), - [anon_sym_module] = ACTIONS(2535), - [anon_sym_any] = ACTIONS(2535), - [anon_sym_number] = ACTIONS(2535), - [anon_sym_boolean] = ACTIONS(2535), - [anon_sym_string] = ACTIONS(2535), - [anon_sym_symbol] = ACTIONS(2535), - [anon_sym_abstract] = ACTIONS(2535), - [anon_sym_interface] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), + [sym_identifier] = ACTIONS(2731), + [anon_sym_export] = ACTIONS(2731), + [anon_sym_type] = ACTIONS(2731), + [anon_sym_EQ] = ACTIONS(2731), + [anon_sym_namespace] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_COMMA] = ACTIONS(2733), + [anon_sym_RBRACE] = ACTIONS(2733), + [anon_sym_typeof] = ACTIONS(2731), + [anon_sym_import] = ACTIONS(2731), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_LPAREN] = ACTIONS(2733), + [anon_sym_RPAREN] = ACTIONS(2733), + [anon_sym_await] = ACTIONS(2731), + [anon_sym_COLON] = ACTIONS(2733), + [anon_sym_yield] = ACTIONS(2731), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_RBRACK] = ACTIONS(2733), + [anon_sym_LTtemplate_GT] = ACTIONS(2733), + [anon_sym_GT] = ACTIONS(2733), + [anon_sym_DOT] = ACTIONS(2731), + [anon_sym_class] = ACTIONS(2731), + [anon_sym_async] = ACTIONS(2731), + [anon_sym_function] = ACTIONS(2731), + [anon_sym_EQ_GT] = ACTIONS(2733), + [anon_sym_QMARK_DOT] = ACTIONS(2733), + [anon_sym_new] = ACTIONS(2731), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2733), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_PIPE] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_SLASH] = ACTIONS(2731), + [anon_sym_LT] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2733), + [anon_sym_void] = ACTIONS(2731), + [anon_sym_delete] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [anon_sym_SQUOTE] = ACTIONS(2733), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2733), + [sym_number] = ACTIONS(2733), + [sym_this] = ACTIONS(2731), + [sym_super] = ACTIONS(2731), + [sym_true] = ACTIONS(2731), + [sym_false] = ACTIONS(2731), + [sym_null] = ACTIONS(2731), + [sym_undefined] = ACTIONS(2731), + [anon_sym_AT] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2731), + [anon_sym_readonly] = ACTIONS(2731), + [anon_sym_get] = ACTIONS(2731), + [anon_sym_set] = ACTIONS(2731), + [anon_sym_QMARK] = ACTIONS(2731), + [anon_sym_declare] = ACTIONS(2731), + [anon_sym_public] = ACTIONS(2731), + [anon_sym_private] = ACTIONS(2731), + [anon_sym_protected] = ACTIONS(2731), + [anon_sym_override] = ACTIONS(2731), + [anon_sym_module] = ACTIONS(2731), + [anon_sym_any] = ACTIONS(2731), + [anon_sym_number] = ACTIONS(2731), + [anon_sym_boolean] = ACTIONS(2731), + [anon_sym_string] = ACTIONS(2731), + [anon_sym_symbol] = ACTIONS(2731), + [anon_sym_abstract] = ACTIONS(2731), + [anon_sym_extends] = ACTIONS(2731), }, [804] = { - [sym_identifier] = ACTIONS(2535), - [anon_sym_export] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_namespace] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_typeof] = ACTIONS(2535), - [anon_sym_import] = ACTIONS(2535), - [anon_sym_var] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_switch] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_await] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_do] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [anon_sym_with] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_debugger] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_throw] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LTtemplate_GT] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2535), - [anon_sym_class] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_function] = ACTIONS(2535), - [anon_sym_new] = ACTIONS(2535), - [anon_sym_PLUS] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2537), - [anon_sym_void] = ACTIONS(2535), - [anon_sym_delete] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2537), - [anon_sym_DASH_DASH] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2537), - [sym_number] = ACTIONS(2537), - [sym_this] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_true] = ACTIONS(2535), - [sym_false] = ACTIONS(2535), - [sym_null] = ACTIONS(2535), - [sym_undefined] = ACTIONS(2535), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_readonly] = ACTIONS(2535), - [anon_sym_get] = ACTIONS(2535), - [anon_sym_set] = ACTIONS(2535), - [anon_sym_declare] = ACTIONS(2535), - [anon_sym_public] = ACTIONS(2535), - [anon_sym_private] = ACTIONS(2535), - [anon_sym_protected] = ACTIONS(2535), - [anon_sym_override] = ACTIONS(2535), - [anon_sym_module] = ACTIONS(2535), - [anon_sym_any] = ACTIONS(2535), - [anon_sym_number] = ACTIONS(2535), - [anon_sym_boolean] = ACTIONS(2535), - [anon_sym_string] = ACTIONS(2535), - [anon_sym_symbol] = ACTIONS(2535), - [anon_sym_abstract] = ACTIONS(2535), - [anon_sym_interface] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), + [sym_identifier] = ACTIONS(2735), + [anon_sym_export] = ACTIONS(2735), + [anon_sym_type] = ACTIONS(2735), + [anon_sym_EQ] = ACTIONS(2735), + [anon_sym_namespace] = ACTIONS(2735), + [anon_sym_LBRACE] = ACTIONS(2737), + [anon_sym_COMMA] = ACTIONS(2737), + [anon_sym_RBRACE] = ACTIONS(2737), + [anon_sym_typeof] = ACTIONS(2735), + [anon_sym_import] = ACTIONS(2735), + [anon_sym_BANG] = ACTIONS(2737), + [anon_sym_LPAREN] = ACTIONS(2737), + [anon_sym_RPAREN] = ACTIONS(2737), + [anon_sym_await] = ACTIONS(2735), + [anon_sym_COLON] = ACTIONS(2737), + [anon_sym_yield] = ACTIONS(2735), + [anon_sym_LBRACK] = ACTIONS(2737), + [anon_sym_RBRACK] = ACTIONS(2737), + [anon_sym_LTtemplate_GT] = ACTIONS(2737), + [anon_sym_GT] = ACTIONS(2737), + [anon_sym_DOT] = ACTIONS(2735), + [anon_sym_class] = ACTIONS(2735), + [anon_sym_async] = ACTIONS(2735), + [anon_sym_function] = ACTIONS(2735), + [anon_sym_EQ_GT] = ACTIONS(2737), + [anon_sym_QMARK_DOT] = ACTIONS(2737), + [anon_sym_new] = ACTIONS(2735), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2737), + [anon_sym_AMP] = ACTIONS(2737), + [anon_sym_PIPE] = ACTIONS(2737), + [anon_sym_PLUS] = ACTIONS(2735), + [anon_sym_DASH] = ACTIONS(2735), + [anon_sym_SLASH] = ACTIONS(2735), + [anon_sym_LT] = ACTIONS(2735), + [anon_sym_TILDE] = ACTIONS(2737), + [anon_sym_void] = ACTIONS(2735), + [anon_sym_delete] = ACTIONS(2735), + [anon_sym_PLUS_PLUS] = ACTIONS(2737), + [anon_sym_DASH_DASH] = ACTIONS(2735), + [anon_sym_DQUOTE] = ACTIONS(2737), + [anon_sym_SQUOTE] = ACTIONS(2737), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2737), + [sym_number] = ACTIONS(2737), + [sym_this] = ACTIONS(2735), + [sym_super] = ACTIONS(2735), + [sym_true] = ACTIONS(2735), + [sym_false] = ACTIONS(2735), + [sym_null] = ACTIONS(2735), + [sym_undefined] = ACTIONS(2735), + [anon_sym_AT] = ACTIONS(2737), + [anon_sym_static] = ACTIONS(2735), + [anon_sym_readonly] = ACTIONS(2735), + [anon_sym_get] = ACTIONS(2735), + [anon_sym_set] = ACTIONS(2735), + [anon_sym_QMARK] = ACTIONS(2735), + [anon_sym_declare] = ACTIONS(2735), + [anon_sym_public] = ACTIONS(2735), + [anon_sym_private] = ACTIONS(2735), + [anon_sym_protected] = ACTIONS(2735), + [anon_sym_override] = ACTIONS(2735), + [anon_sym_module] = ACTIONS(2735), + [anon_sym_any] = ACTIONS(2735), + [anon_sym_number] = ACTIONS(2735), + [anon_sym_boolean] = ACTIONS(2735), + [anon_sym_string] = ACTIONS(2735), + [anon_sym_symbol] = ACTIONS(2735), + [anon_sym_abstract] = ACTIONS(2735), + [anon_sym_extends] = ACTIONS(2735), }, [805] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_rest_pattern] = STATE(4052), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2988), - [sym_tuple_parameter] = STATE(3932), - [sym_optional_tuple_parameter] = STATE(3932), - [sym_optional_type] = STATE(3932), - [sym_rest_type] = STATE(3932), - [sym__tuple_type_member] = STATE(3932), - [sym_constructor_type] = STATE(2988), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2988), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2988), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2988), - [sym_identifier] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym_asserts] = STATE(3208), + [sym__type] = STATE(2889), + [sym_constructor_type] = STATE(2889), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2889), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_predicate] = STATE(3209), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2739), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2889), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2889), + [sym_identifier] = ACTIONS(2543), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2575), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_asserts] = ACTIONS(2585), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [806] = { - [sym_identifier] = ACTIONS(2535), - [anon_sym_export] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_namespace] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_typeof] = ACTIONS(2535), - [anon_sym_import] = ACTIONS(2535), - [anon_sym_var] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_switch] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_await] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_do] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [anon_sym_with] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_debugger] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_throw] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LTtemplate_GT] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2535), - [anon_sym_class] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_function] = ACTIONS(2535), - [anon_sym_new] = ACTIONS(2535), - [anon_sym_PLUS] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2537), - [anon_sym_void] = ACTIONS(2535), - [anon_sym_delete] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2537), - [anon_sym_DASH_DASH] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2537), - [sym_number] = ACTIONS(2537), - [sym_this] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_true] = ACTIONS(2535), - [sym_false] = ACTIONS(2535), - [sym_null] = ACTIONS(2535), - [sym_undefined] = ACTIONS(2535), - [anon_sym_AT] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_readonly] = ACTIONS(2535), - [anon_sym_get] = ACTIONS(2535), - [anon_sym_set] = ACTIONS(2535), - [anon_sym_declare] = ACTIONS(2535), - [anon_sym_public] = ACTIONS(2535), - [anon_sym_private] = ACTIONS(2535), - [anon_sym_protected] = ACTIONS(2535), - [anon_sym_override] = ACTIONS(2535), - [anon_sym_module] = ACTIONS(2535), - [anon_sym_any] = ACTIONS(2535), - [anon_sym_number] = ACTIONS(2535), - [anon_sym_boolean] = ACTIONS(2535), - [anon_sym_string] = ACTIONS(2535), - [anon_sym_symbol] = ACTIONS(2535), - [anon_sym_abstract] = ACTIONS(2535), - [anon_sym_interface] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym_asserts] = STATE(1321), + [sym__type] = STATE(1323), + [sym_constructor_type] = STATE(1323), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1323), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_predicate] = STATE(1321), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1222), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1323), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1323), + [sym_identifier] = ACTIONS(2599), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_asserts] = ACTIONS(2637), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [807] = { + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym_asserts] = STATE(2881), + [sym__type] = STATE(2882), + [sym_constructor_type] = STATE(2882), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2882), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_predicate] = STATE(2881), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2739), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2882), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2882), [sym_identifier] = ACTIONS(2543), - [anon_sym_export] = ACTIONS(2543), - [anon_sym_type] = ACTIONS(2543), - [anon_sym_namespace] = ACTIONS(2543), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_typeof] = ACTIONS(2543), - [anon_sym_import] = ACTIONS(2543), - [anon_sym_var] = ACTIONS(2543), - [anon_sym_let] = ACTIONS(2543), - [anon_sym_const] = ACTIONS(2543), - [anon_sym_BANG] = ACTIONS(2545), - [anon_sym_if] = ACTIONS(2543), - [anon_sym_switch] = ACTIONS(2543), - [anon_sym_for] = ACTIONS(2543), - [anon_sym_LPAREN] = ACTIONS(2545), - [anon_sym_await] = ACTIONS(2543), - [anon_sym_while] = ACTIONS(2543), - [anon_sym_do] = ACTIONS(2543), - [anon_sym_try] = ACTIONS(2543), - [anon_sym_with] = ACTIONS(2543), - [anon_sym_break] = ACTIONS(2543), - [anon_sym_continue] = ACTIONS(2543), - [anon_sym_debugger] = ACTIONS(2543), - [anon_sym_return] = ACTIONS(2543), - [anon_sym_throw] = ACTIONS(2543), - [anon_sym_SEMI] = ACTIONS(2545), - [anon_sym_yield] = ACTIONS(2543), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_LTtemplate_GT] = ACTIONS(2545), - [anon_sym_LT] = ACTIONS(2543), - [anon_sym_SLASH] = ACTIONS(2543), - [anon_sym_class] = ACTIONS(2543), - [anon_sym_async] = ACTIONS(2543), - [anon_sym_function] = ACTIONS(2543), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_PLUS] = ACTIONS(2543), - [anon_sym_DASH] = ACTIONS(2543), - [anon_sym_TILDE] = ACTIONS(2545), - [anon_sym_void] = ACTIONS(2543), - [anon_sym_delete] = ACTIONS(2543), - [anon_sym_PLUS_PLUS] = ACTIONS(2545), - [anon_sym_DASH_DASH] = ACTIONS(2545), - [anon_sym_DQUOTE] = ACTIONS(2545), - [anon_sym_SQUOTE] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2545), - [sym_number] = ACTIONS(2545), - [sym_this] = ACTIONS(2543), - [sym_super] = ACTIONS(2543), - [sym_true] = ACTIONS(2543), - [sym_false] = ACTIONS(2543), - [sym_null] = ACTIONS(2543), - [sym_undefined] = ACTIONS(2543), - [anon_sym_AT] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2543), - [anon_sym_readonly] = ACTIONS(2543), - [anon_sym_get] = ACTIONS(2543), - [anon_sym_set] = ACTIONS(2543), - [anon_sym_declare] = ACTIONS(2543), - [anon_sym_public] = ACTIONS(2543), - [anon_sym_private] = ACTIONS(2543), - [anon_sym_protected] = ACTIONS(2543), - [anon_sym_override] = ACTIONS(2543), - [anon_sym_module] = ACTIONS(2543), - [anon_sym_any] = ACTIONS(2543), - [anon_sym_number] = ACTIONS(2543), - [anon_sym_boolean] = ACTIONS(2543), - [anon_sym_string] = ACTIONS(2543), - [anon_sym_symbol] = ACTIONS(2543), - [anon_sym_abstract] = ACTIONS(2543), - [anon_sym_interface] = ACTIONS(2543), - [anon_sym_enum] = ACTIONS(2543), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2575), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_asserts] = ACTIONS(2585), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [808] = { - [sym_identifier] = ACTIONS(2547), - [anon_sym_export] = ACTIONS(2547), - [anon_sym_type] = ACTIONS(2547), - [anon_sym_EQ] = ACTIONS(2547), - [anon_sym_namespace] = ACTIONS(2547), - [anon_sym_LBRACE] = ACTIONS(2549), - [anon_sym_COMMA] = ACTIONS(2549), - [anon_sym_RBRACE] = ACTIONS(2549), - [anon_sym_typeof] = ACTIONS(2547), - [anon_sym_import] = ACTIONS(2547), - [anon_sym_BANG] = ACTIONS(2549), - [anon_sym_LPAREN] = ACTIONS(2549), - [anon_sym_RPAREN] = ACTIONS(2549), - [anon_sym_await] = ACTIONS(2547), - [anon_sym_COLON] = ACTIONS(2549), - [anon_sym_yield] = ACTIONS(2547), - [anon_sym_LBRACK] = ACTIONS(2549), - [anon_sym_RBRACK] = ACTIONS(2549), - [anon_sym_LTtemplate_GT] = ACTIONS(2549), - [anon_sym_LT] = ACTIONS(2547), - [anon_sym_GT] = ACTIONS(2549), - [anon_sym_SLASH] = ACTIONS(2547), - [anon_sym_DOT] = ACTIONS(2547), - [anon_sym_class] = ACTIONS(2547), - [anon_sym_async] = ACTIONS(2547), - [anon_sym_function] = ACTIONS(2547), - [anon_sym_EQ_GT] = ACTIONS(2549), - [anon_sym_QMARK_DOT] = ACTIONS(2549), - [anon_sym_new] = ACTIONS(2547), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2549), - [anon_sym_AMP] = ACTIONS(2549), - [anon_sym_PIPE] = ACTIONS(2549), - [anon_sym_PLUS] = ACTIONS(2547), - [anon_sym_DASH] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2547), - [anon_sym_delete] = ACTIONS(2547), - [anon_sym_PLUS_PLUS] = ACTIONS(2549), - [anon_sym_DASH_DASH] = ACTIONS(2549), - [anon_sym_DQUOTE] = ACTIONS(2549), - [anon_sym_SQUOTE] = ACTIONS(2549), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2549), - [sym_number] = ACTIONS(2549), - [sym_this] = ACTIONS(2547), - [sym_super] = ACTIONS(2547), - [sym_true] = ACTIONS(2547), - [sym_false] = ACTIONS(2547), - [sym_null] = ACTIONS(2547), - [sym_undefined] = ACTIONS(2547), - [anon_sym_AT] = ACTIONS(2549), - [anon_sym_static] = ACTIONS(2547), - [anon_sym_readonly] = ACTIONS(2547), - [anon_sym_get] = ACTIONS(2547), - [anon_sym_set] = ACTIONS(2547), - [anon_sym_QMARK] = ACTIONS(2547), - [anon_sym_declare] = ACTIONS(2547), - [anon_sym_public] = ACTIONS(2547), - [anon_sym_private] = ACTIONS(2547), - [anon_sym_protected] = ACTIONS(2547), - [anon_sym_override] = ACTIONS(2547), - [anon_sym_module] = ACTIONS(2547), - [anon_sym_any] = ACTIONS(2547), - [anon_sym_number] = ACTIONS(2547), - [anon_sym_boolean] = ACTIONS(2547), - [anon_sym_string] = ACTIONS(2547), - [anon_sym_symbol] = ACTIONS(2547), - [anon_sym_abstract] = ACTIONS(2547), - [anon_sym_extends] = ACTIONS(2547), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym_asserts] = STATE(2477), + [sym__type] = STATE(2540), + [sym_constructor_type] = STATE(2540), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2540), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_predicate] = STATE(2477), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2449), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2540), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2540), + [sym_identifier] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(2539), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_asserts] = ACTIONS(2541), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [809] = { - [sym_identifier] = ACTIONS(2551), - [anon_sym_export] = ACTIONS(2551), - [anon_sym_type] = ACTIONS(2551), - [anon_sym_EQ] = ACTIONS(2551), - [anon_sym_namespace] = ACTIONS(2551), - [anon_sym_LBRACE] = ACTIONS(2553), - [anon_sym_COMMA] = ACTIONS(2553), - [anon_sym_RBRACE] = ACTIONS(2553), - [anon_sym_typeof] = ACTIONS(2551), - [anon_sym_import] = ACTIONS(2551), - [anon_sym_BANG] = ACTIONS(2553), - [anon_sym_LPAREN] = ACTIONS(2553), - [anon_sym_RPAREN] = ACTIONS(2553), - [anon_sym_await] = ACTIONS(2551), - [anon_sym_COLON] = ACTIONS(2553), - [anon_sym_yield] = ACTIONS(2551), - [anon_sym_LBRACK] = ACTIONS(2553), - [anon_sym_RBRACK] = ACTIONS(2553), - [anon_sym_LTtemplate_GT] = ACTIONS(2553), - [anon_sym_LT] = ACTIONS(2551), - [anon_sym_GT] = ACTIONS(2553), - [anon_sym_SLASH] = ACTIONS(2551), - [anon_sym_DOT] = ACTIONS(2551), - [anon_sym_class] = ACTIONS(2551), - [anon_sym_async] = ACTIONS(2551), - [anon_sym_function] = ACTIONS(2551), - [anon_sym_EQ_GT] = ACTIONS(2553), - [anon_sym_QMARK_DOT] = ACTIONS(2553), - [anon_sym_new] = ACTIONS(2551), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2553), - [anon_sym_AMP] = ACTIONS(2553), - [anon_sym_PIPE] = ACTIONS(2553), - [anon_sym_PLUS] = ACTIONS(2551), - [anon_sym_DASH] = ACTIONS(2551), - [anon_sym_TILDE] = ACTIONS(2553), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_delete] = ACTIONS(2551), - [anon_sym_PLUS_PLUS] = ACTIONS(2553), - [anon_sym_DASH_DASH] = ACTIONS(2553), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2553), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2553), - [sym_number] = ACTIONS(2553), - [sym_this] = ACTIONS(2551), - [sym_super] = ACTIONS(2551), - [sym_true] = ACTIONS(2551), - [sym_false] = ACTIONS(2551), - [sym_null] = ACTIONS(2551), - [sym_undefined] = ACTIONS(2551), - [anon_sym_AT] = ACTIONS(2553), - [anon_sym_static] = ACTIONS(2551), - [anon_sym_readonly] = ACTIONS(2551), - [anon_sym_get] = ACTIONS(2551), - [anon_sym_set] = ACTIONS(2551), - [anon_sym_QMARK] = ACTIONS(2551), - [anon_sym_declare] = ACTIONS(2551), - [anon_sym_public] = ACTIONS(2551), - [anon_sym_private] = ACTIONS(2551), - [anon_sym_protected] = ACTIONS(2551), - [anon_sym_override] = ACTIONS(2551), - [anon_sym_module] = ACTIONS(2551), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2551), - [anon_sym_extends] = ACTIONS(2551), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym_asserts] = STATE(3174), + [sym__type] = STATE(2742), + [sym_constructor_type] = STATE(2742), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2742), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_predicate] = STATE(3173), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2641), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2742), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2742), + [sym_identifier] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(2651), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_asserts] = ACTIONS(2653), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [810] = { - [sym_identifier] = ACTIONS(2555), - [anon_sym_export] = ACTIONS(2555), - [anon_sym_type] = ACTIONS(2555), - [anon_sym_EQ] = ACTIONS(2555), - [anon_sym_namespace] = ACTIONS(2555), - [anon_sym_LBRACE] = ACTIONS(2557), - [anon_sym_COMMA] = ACTIONS(2557), - [anon_sym_RBRACE] = ACTIONS(2557), - [anon_sym_typeof] = ACTIONS(2555), - [anon_sym_import] = ACTIONS(2555), - [anon_sym_BANG] = ACTIONS(2557), - [anon_sym_LPAREN] = ACTIONS(2557), - [anon_sym_RPAREN] = ACTIONS(2557), - [anon_sym_await] = ACTIONS(2555), - [anon_sym_COLON] = ACTIONS(2557), - [anon_sym_yield] = ACTIONS(2555), - [anon_sym_LBRACK] = ACTIONS(2557), - [anon_sym_RBRACK] = ACTIONS(2557), - [anon_sym_LTtemplate_GT] = ACTIONS(2557), - [anon_sym_LT] = ACTIONS(2555), - [anon_sym_GT] = ACTIONS(2557), - [anon_sym_SLASH] = ACTIONS(2555), - [anon_sym_DOT] = ACTIONS(2555), - [anon_sym_class] = ACTIONS(2555), - [anon_sym_async] = ACTIONS(2555), - [anon_sym_function] = ACTIONS(2555), - [anon_sym_EQ_GT] = ACTIONS(2557), - [anon_sym_QMARK_DOT] = ACTIONS(2557), - [anon_sym_new] = ACTIONS(2555), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2557), - [anon_sym_AMP] = ACTIONS(2557), - [anon_sym_PIPE] = ACTIONS(2557), - [anon_sym_PLUS] = ACTIONS(2555), - [anon_sym_DASH] = ACTIONS(2555), - [anon_sym_TILDE] = ACTIONS(2557), - [anon_sym_void] = ACTIONS(2555), - [anon_sym_delete] = ACTIONS(2555), - [anon_sym_PLUS_PLUS] = ACTIONS(2557), - [anon_sym_DASH_DASH] = ACTIONS(2557), - [anon_sym_DQUOTE] = ACTIONS(2557), - [anon_sym_SQUOTE] = ACTIONS(2557), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2557), - [sym_this] = ACTIONS(2555), - [sym_super] = ACTIONS(2555), - [sym_true] = ACTIONS(2555), - [sym_false] = ACTIONS(2555), - [sym_null] = ACTIONS(2555), - [sym_undefined] = ACTIONS(2555), - [anon_sym_AT] = ACTIONS(2557), - [anon_sym_static] = ACTIONS(2555), - [anon_sym_readonly] = ACTIONS(2555), - [anon_sym_get] = ACTIONS(2555), - [anon_sym_set] = ACTIONS(2555), - [anon_sym_QMARK] = ACTIONS(2555), - [anon_sym_declare] = ACTIONS(2555), - [anon_sym_public] = ACTIONS(2555), - [anon_sym_private] = ACTIONS(2555), - [anon_sym_protected] = ACTIONS(2555), - [anon_sym_override] = ACTIONS(2555), - [anon_sym_module] = ACTIONS(2555), - [anon_sym_any] = ACTIONS(2555), - [anon_sym_number] = ACTIONS(2555), - [anon_sym_boolean] = ACTIONS(2555), - [anon_sym_string] = ACTIONS(2555), - [anon_sym_symbol] = ACTIONS(2555), - [anon_sym_abstract] = ACTIONS(2555), - [anon_sym_extends] = ACTIONS(2555), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym_asserts] = STATE(1702), + [sym__type] = STATE(1701), + [sym_constructor_type] = STATE(1701), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1701), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_predicate] = STATE(1702), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1617), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1701), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1701), + [sym_identifier] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2711), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_asserts] = ACTIONS(2721), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [811] = { - [sym_nested_identifier] = STATE(152), - [sym_string] = STATE(153), - [sym__module] = STATE(184), - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(2559), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(152), + [sym_nested_identifier] = STATE(139), + [sym_string] = STATE(142), + [sym__module] = STATE(164), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(2561), - [anon_sym_SQUOTE] = ACTIONS(2563), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(2741), + [anon_sym_SQUOTE] = ACTIONS(2743), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [812] = { - [sym_nested_identifier] = STATE(152), - [sym_string] = STATE(153), - [sym__module] = STATE(184), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(2559), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(2561), - [anon_sym_SQUOTE] = ACTIONS(2563), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(589), + [sym_string] = STATE(615), + [sym__module] = STATE(678), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(2745), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [813] = { - [sym_nested_identifier] = STATE(609), - [sym_string] = STATE(631), - [sym__module] = STATE(653), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(2565), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(152), + [sym_nested_identifier] = STATE(589), + [sym_string] = STATE(615), + [sym__module] = STATE(678), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(2745), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), [anon_sym_RBRACE] = ACTIONS(1889), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [814] = { - [sym_nested_identifier] = STATE(152), - [sym_string] = STATE(153), - [sym__module] = STATE(184), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(2559), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(2561), - [anon_sym_SQUOTE] = ACTIONS(2563), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(139), + [sym_string] = STATE(142), + [sym__module] = STATE(164), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(2741), + [anon_sym_SQUOTE] = ACTIONS(2743), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [815] = { - [sym_nested_identifier] = STATE(609), - [sym_string] = STATE(631), - [sym__module] = STATE(653), - [aux_sym_object_repeat1] = STATE(3702), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(2565), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(139), + [sym_string] = STATE(142), + [sym__module] = STATE(164), + [aux_sym_object_repeat1] = STATE(3837), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1889), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(2741), + [anon_sym_SQUOTE] = ACTIONS(2743), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [816] = { - [sym_nested_identifier] = STATE(609), - [sym_string] = STATE(631), - [sym__module] = STATE(653), - [aux_sym_object_repeat1] = STATE(3802), - [aux_sym_object_pattern_repeat1] = STATE(3696), - [sym_identifier] = ACTIONS(2565), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1897), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(1834), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(152), - [anon_sym_COLON] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(1850), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(1264), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(1859), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(152), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(589), + [sym_string] = STATE(615), + [sym__module] = STATE(678), + [aux_sym_object_repeat1] = STATE(3716), + [aux_sym_object_pattern_repeat1] = STATE(3884), + [sym_identifier] = ACTIONS(2745), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1899), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1891), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1262), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1872), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1875), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [817] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2690), - [sym_constructor_type] = STATE(2690), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2690), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_predicate] = STATE(3097), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2573), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2690), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2690), - [sym_identifier] = ACTIONS(2567), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(2571), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_asserts] = ACTIONS(2573), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2747), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [818] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2851), - [sym_constructor_type] = STATE(2851), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2851), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_predicate] = STATE(3304), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2668), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2851), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2851), - [sym_identifier] = ACTIONS(2575), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2605), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_asserts] = ACTIONS(2615), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2749), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [819] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2733), - [sym_constructor_type] = STATE(2733), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2733), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_predicate] = STATE(3876), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2418), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2733), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2733), - [sym_identifier] = ACTIONS(2623), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(2625), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_asserts] = ACTIONS(2627), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3646), + [sym_constructor_type] = STATE(3646), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3646), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3646), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3646), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2751), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [820] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3461), - [sym_constructor_type] = STATE(3461), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3461), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3461), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3461), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2629), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1266), + [sym_constructor_type] = STATE(1266), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1266), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1266), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1266), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_const] = ACTIONS(2755), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [821] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3145), - [sym_constructor_type] = STATE(3145), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3145), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_predicate] = STATE(2427), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2958), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3145), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3145), - [sym_identifier] = ACTIONS(2631), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(2643), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3603), + [sym_constructor_type] = STATE(3603), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3603), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3603), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3603), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2759), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [822] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2655), - [anon_sym_export] = ACTIONS(2657), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2655), - [anon_sym_namespace] = ACTIONS(2655), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2665), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2673), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_readonly] = ACTIONS(2683), - [anon_sym_get] = ACTIONS(2685), - [anon_sym_set] = ACTIONS(2685), - [anon_sym_declare] = ACTIONS(2655), - [anon_sym_public] = ACTIONS(2687), - [anon_sym_private] = ACTIONS(2687), - [anon_sym_protected] = ACTIONS(2687), - [anon_sym_override] = ACTIONS(2689), - [anon_sym_module] = ACTIONS(2655), - [anon_sym_any] = ACTIONS(2655), - [anon_sym_number] = ACTIONS(2655), - [anon_sym_boolean] = ACTIONS(2655), - [anon_sym_string] = ACTIONS(2655), - [anon_sym_symbol] = ACTIONS(2655), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2761), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [823] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3707), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3707), - [sym_pair] = STATE(3707), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3715), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2695), - [anon_sym_export] = ACTIONS(2697), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2695), - [anon_sym_namespace] = ACTIONS(2695), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2699), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2701), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2703), - [anon_sym_readonly] = ACTIONS(2705), - [anon_sym_get] = ACTIONS(2707), - [anon_sym_set] = ACTIONS(2707), - [anon_sym_declare] = ACTIONS(2695), - [anon_sym_public] = ACTIONS(2709), - [anon_sym_private] = ACTIONS(2709), - [anon_sym_protected] = ACTIONS(2709), - [anon_sym_override] = ACTIONS(2711), - [anon_sym_module] = ACTIONS(2695), - [anon_sym_any] = ACTIONS(2695), - [anon_sym_number] = ACTIONS(2695), - [anon_sym_boolean] = ACTIONS(2695), - [anon_sym_string] = ACTIONS(2695), - [anon_sym_symbol] = ACTIONS(2695), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2763), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [824] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2655), - [anon_sym_export] = ACTIONS(2657), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2655), - [anon_sym_namespace] = ACTIONS(2655), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2713), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2673), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_readonly] = ACTIONS(2683), - [anon_sym_get] = ACTIONS(2685), - [anon_sym_set] = ACTIONS(2685), - [anon_sym_declare] = ACTIONS(2655), - [anon_sym_public] = ACTIONS(2687), - [anon_sym_private] = ACTIONS(2687), - [anon_sym_protected] = ACTIONS(2687), - [anon_sym_override] = ACTIONS(2689), - [anon_sym_module] = ACTIONS(2655), - [anon_sym_any] = ACTIONS(2655), - [anon_sym_number] = ACTIONS(2655), - [anon_sym_boolean] = ACTIONS(2655), - [anon_sym_string] = ACTIONS(2655), - [anon_sym_symbol] = ACTIONS(2655), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1733), + [sym_constructor_type] = STATE(1733), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1733), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1733), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1733), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_const] = ACTIONS(2767), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [825] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2769), - [sym_constructor_type] = STATE(2769), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2769), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_predicate] = STATE(2770), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2668), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2769), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2769), - [sym_identifier] = ACTIONS(2575), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2605), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2771), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [826] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1307), - [sym_constructor_type] = STATE(1307), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1307), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_predicate] = STATE(1251), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1235), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1307), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1307), - [sym_identifier] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2741), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2773), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [827] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2757), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3592), + [sym_constructor_type] = STATE(3592), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3592), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3592), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3592), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2775), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [828] = { - [sym_nested_identifier] = STATE(1333), - [sym_string] = STATE(1331), - [sym__module] = STATE(1461), - [sym_identifier] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(207), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(210), - [anon_sym_RBRACE] = ACTIONS(210), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_RPAREN] = ACTIONS(210), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(210), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(210), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3146), + [sym_constructor_type] = STATE(3146), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3146), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3146), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3146), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [sym_jsx_identifier] = ACTIONS(2779), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [829] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2761), - [anon_sym_export] = ACTIONS(2763), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_namespace] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2765), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2767), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_readonly] = ACTIONS(2771), - [anon_sym_get] = ACTIONS(2773), - [anon_sym_set] = ACTIONS(2773), - [anon_sym_declare] = ACTIONS(2761), - [anon_sym_public] = ACTIONS(2775), - [anon_sym_private] = ACTIONS(2775), - [anon_sym_protected] = ACTIONS(2775), - [anon_sym_override] = ACTIONS(2777), - [anon_sym_module] = ACTIONS(2761), - [anon_sym_any] = ACTIONS(2761), - [anon_sym_number] = ACTIONS(2761), - [anon_sym_boolean] = ACTIONS(2761), - [anon_sym_string] = ACTIONS(2761), - [anon_sym_symbol] = ACTIONS(2761), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2781), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [830] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2779), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2783), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [831] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3652), + [sym_constructor_type] = STATE(3652), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3652), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3652), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3652), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2785), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [832] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2783), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2787), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [833] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3545), - [sym_constructor_type] = STATE(3545), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3545), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3545), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3545), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2785), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2789), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [834] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2787), - [anon_sym_export] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2787), - [anon_sym_namespace] = ACTIONS(2787), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2791), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2793), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_get] = ACTIONS(2799), - [anon_sym_set] = ACTIONS(2799), - [anon_sym_declare] = ACTIONS(2787), - [anon_sym_public] = ACTIONS(2801), - [anon_sym_private] = ACTIONS(2801), - [anon_sym_protected] = ACTIONS(2801), - [anon_sym_override] = ACTIONS(2803), - [anon_sym_module] = ACTIONS(2787), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2791), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [835] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2787), - [anon_sym_export] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2787), - [anon_sym_namespace] = ACTIONS(2787), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2713), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2793), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_get] = ACTIONS(2799), - [anon_sym_set] = ACTIONS(2799), - [anon_sym_declare] = ACTIONS(2787), - [anon_sym_public] = ACTIONS(2801), - [anon_sym_private] = ACTIONS(2801), - [anon_sym_protected] = ACTIONS(2801), - [anon_sym_override] = ACTIONS(2803), - [anon_sym_module] = ACTIONS(2787), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2793), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [836] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2805), - [anon_sym_export] = ACTIONS(2807), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2805), - [anon_sym_namespace] = ACTIONS(2805), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2809), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2811), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2813), - [anon_sym_readonly] = ACTIONS(2815), - [anon_sym_get] = ACTIONS(2817), - [anon_sym_set] = ACTIONS(2817), - [anon_sym_declare] = ACTIONS(2805), - [anon_sym_public] = ACTIONS(2819), - [anon_sym_private] = ACTIONS(2819), - [anon_sym_protected] = ACTIONS(2819), - [anon_sym_override] = ACTIONS(2821), - [anon_sym_module] = ACTIONS(2805), - [anon_sym_any] = ACTIONS(2805), - [anon_sym_number] = ACTIONS(2805), - [anon_sym_boolean] = ACTIONS(2805), - [anon_sym_string] = ACTIONS(2805), - [anon_sym_symbol] = ACTIONS(2805), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2795), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [837] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2655), - [anon_sym_export] = ACTIONS(2657), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2655), - [anon_sym_namespace] = ACTIONS(2655), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2809), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2673), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_readonly] = ACTIONS(2683), - [anon_sym_get] = ACTIONS(2685), - [anon_sym_set] = ACTIONS(2685), - [anon_sym_declare] = ACTIONS(2655), - [anon_sym_public] = ACTIONS(2687), - [anon_sym_private] = ACTIONS(2687), - [anon_sym_protected] = ACTIONS(2687), - [anon_sym_override] = ACTIONS(2689), - [anon_sym_module] = ACTIONS(2655), - [anon_sym_any] = ACTIONS(2655), - [anon_sym_number] = ACTIONS(2655), - [anon_sym_boolean] = ACTIONS(2655), - [anon_sym_string] = ACTIONS(2655), - [anon_sym_symbol] = ACTIONS(2655), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [838] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3535), + [sym_constructor_type] = STATE(3535), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3535), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3535), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3535), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_RBRACK] = ACTIONS(2799), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [839] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2825), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3564), + [sym_constructor_type] = STATE(3564), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3564), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3564), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3564), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [840] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2787), - [anon_sym_export] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2787), - [anon_sym_namespace] = ACTIONS(2787), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2827), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2793), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_get] = ACTIONS(2799), - [anon_sym_set] = ACTIONS(2799), - [anon_sym_declare] = ACTIONS(2787), - [anon_sym_public] = ACTIONS(2801), - [anon_sym_private] = ACTIONS(2801), - [anon_sym_protected] = ACTIONS(2801), - [anon_sym_override] = ACTIONS(2803), - [anon_sym_module] = ACTIONS(2787), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2538), + [sym_constructor_type] = STATE(2538), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2538), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2538), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2538), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [841] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2829), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(1258), + [sym_string] = STATE(1267), + [sym__module] = STATE(1531), + [sym_identifier] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(214), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_RBRACE] = ACTIONS(217), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(217), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(217), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(217), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [842] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2831), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2462), + [sym_constructor_type] = STATE(2462), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2462), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2462), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2462), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [843] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2833), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2422), + [sym_constructor_type] = STATE(2422), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2422), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2422), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2422), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [844] = { - [sym_nested_identifier] = STATE(1333), - [sym_string] = STATE(1331), - [sym__module] = STATE(1461), - [sym_identifier] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_RBRACE] = ACTIONS(122), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(122), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(644), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3139), + [sym_constructor_type] = STATE(3139), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3139), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3139), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3139), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [845] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2835), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2480), + [sym_constructor_type] = STATE(2480), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2480), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2480), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2480), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [846] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1671), - [sym_constructor_type] = STATE(1671), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1671), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_predicate] = STATE(1670), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1560), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1671), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1671), - [sym_identifier] = ACTIONS(2837), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2863), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2682), + [sym_constructor_type] = STATE(2682), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2682), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2682), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2682), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [847] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1820), - [sym_constructor_type] = STATE(1820), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1820), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_predicate] = STATE(1818), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1560), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1820), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1820), - [sym_identifier] = ACTIONS(2837), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2863), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2666), + [sym_constructor_type] = STATE(2666), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2666), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2666), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2666), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [848] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2650), - [sym_constructor_type] = STATE(2650), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2650), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_predicate] = STATE(2653), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2573), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2650), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2650), - [sym_identifier] = ACTIONS(2567), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(2571), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3095), + [sym_constructor_type] = STATE(3095), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3095), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3095), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3095), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [849] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2619), - [sym_constructor_type] = STATE(2619), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2619), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_predicate] = STATE(2625), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2573), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2619), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2619), - [sym_identifier] = ACTIONS(2567), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(2571), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3522), + [sym_constructor_type] = STATE(3522), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3522), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3522), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3522), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [850] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3707), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3707), - [sym_pair] = STATE(3707), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3715), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2695), - [anon_sym_export] = ACTIONS(2697), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2695), - [anon_sym_namespace] = ACTIONS(2695), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2879), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2701), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2703), - [anon_sym_readonly] = ACTIONS(2705), - [anon_sym_get] = ACTIONS(2707), - [anon_sym_set] = ACTIONS(2707), - [anon_sym_declare] = ACTIONS(2695), - [anon_sym_public] = ACTIONS(2709), - [anon_sym_private] = ACTIONS(2709), - [anon_sym_protected] = ACTIONS(2709), - [anon_sym_override] = ACTIONS(2711), - [anon_sym_module] = ACTIONS(2695), - [anon_sym_any] = ACTIONS(2695), - [anon_sym_number] = ACTIONS(2695), - [anon_sym_boolean] = ACTIONS(2695), - [anon_sym_string] = ACTIONS(2695), - [anon_sym_symbol] = ACTIONS(2695), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2689), + [sym_constructor_type] = STATE(2689), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2689), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2689), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2689), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [851] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2881), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3159), + [sym_constructor_type] = STATE(3159), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3159), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3159), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3159), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [852] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3133), - [sym_constructor_type] = STATE(3133), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3133), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_predicate] = STATE(2411), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2958), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3133), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3133), - [sym_identifier] = ACTIONS(2631), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(2643), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(1258), + [sym_string] = STATE(1267), + [sym__module] = STATE(1531), + [sym_identifier] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_RBRACE] = ACTIONS(124), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(124), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(652), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [853] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1347), - [sym_constructor_type] = STATE(1347), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1347), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_predicate] = STATE(1344), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1235), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1347), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1347), - [sym_identifier] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2741), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3649), + [sym_constructor_type] = STATE(3649), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3649), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3649), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3649), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [854] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2883), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2548), + [sym_constructor_type] = STATE(2548), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2548), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2548), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2548), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [855] = { - [sym_export_statement] = STATE(3113), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(3113), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(3113), - [sym_property_signature] = STATE(3113), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(3113), - [sym_index_signature] = STATE(3113), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2655), - [anon_sym_export] = ACTIONS(2657), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2655), - [anon_sym_namespace] = ACTIONS(2655), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2885), - [anon_sym_RBRACE] = ACTIONS(2887), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2673), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_readonly] = ACTIONS(2683), - [anon_sym_get] = ACTIONS(2685), - [anon_sym_set] = ACTIONS(2685), - [anon_sym_declare] = ACTIONS(2655), - [anon_sym_public] = ACTIONS(2687), - [anon_sym_private] = ACTIONS(2687), - [anon_sym_protected] = ACTIONS(2687), - [anon_sym_override] = ACTIONS(2689), - [anon_sym_module] = ACTIONS(2655), - [anon_sym_any] = ACTIONS(2655), - [anon_sym_number] = ACTIONS(2655), - [anon_sym_boolean] = ACTIONS(2655), - [anon_sym_string] = ACTIONS(2655), - [anon_sym_symbol] = ACTIONS(2655), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2891), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3647), + [sym_constructor_type] = STATE(3647), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3647), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3647), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3647), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [856] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2799), - [sym_constructor_type] = STATE(2799), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2799), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_predicate] = STATE(2800), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2668), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2799), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2799), - [sym_identifier] = ACTIONS(2575), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2605), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2528), + [sym_constructor_type] = STATE(2528), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2528), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2528), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2528), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [857] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3539), - [sym_constructor_type] = STATE(3539), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3539), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3539), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3539), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2893), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1288), + [sym_constructor_type] = STATE(1288), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1288), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1288), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1288), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [858] = { - [sym_export_statement] = STATE(2987), - [sym_object_pattern] = STATE(4322), - [sym_object_assignment_pattern] = STATE(3706), - [sym_array_pattern] = STATE(4322), - [sym__call_signature] = STATE(3182), - [sym__destructuring_pattern] = STATE(4322), - [sym_spread_element] = STATE(3728), - [sym_string] = STATE(2539), - [sym_decorator] = STATE(1171), - [sym_formal_parameters] = STATE(2701), - [sym_rest_pattern] = STATE(3706), - [sym_method_definition] = STATE(3728), - [sym_pair] = STATE(3728), - [sym_pair_pattern] = STATE(3706), - [sym__property_name] = STATE(2539), - [sym_computed_property_name] = STATE(2539), - [sym_method_signature] = STATE(2987), - [sym_accessibility_modifier] = STATE(2278), - [sym_override_modifier] = STATE(2310), - [sym_call_signature] = STATE(2987), - [sym_property_signature] = STATE(2987), - [sym_type_parameters] = STATE(3934), - [sym_construct_signature] = STATE(2987), - [sym_index_signature] = STATE(2987), - [aux_sym_export_statement_repeat1] = STATE(3562), - [aux_sym_object_repeat1] = STATE(3614), - [aux_sym_object_pattern_repeat1] = STATE(3717), - [sym_identifier] = ACTIONS(2761), - [anon_sym_export] = ACTIONS(2763), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_namespace] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2895), - [anon_sym_LPAREN] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2767), - [anon_sym_new] = ACTIONS(2675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(233), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2679), - [sym_private_property_identifier] = ACTIONS(2679), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_readonly] = ACTIONS(2771), - [anon_sym_get] = ACTIONS(2773), - [anon_sym_set] = ACTIONS(2773), - [anon_sym_declare] = ACTIONS(2761), - [anon_sym_public] = ACTIONS(2775), - [anon_sym_private] = ACTIONS(2775), - [anon_sym_protected] = ACTIONS(2775), - [anon_sym_override] = ACTIONS(2777), - [anon_sym_module] = ACTIONS(2761), - [anon_sym_any] = ACTIONS(2761), - [anon_sym_number] = ACTIONS(2761), - [anon_sym_boolean] = ACTIONS(2761), - [anon_sym_string] = ACTIONS(2761), - [anon_sym_symbol] = ACTIONS(2761), - [anon_sym_abstract] = ACTIONS(2691), - [anon_sym_PIPE_RBRACE] = ACTIONS(2693), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2708), + [sym_constructor_type] = STATE(2708), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2708), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2708), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2708), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [859] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3496), - [sym_constructor_type] = STATE(3496), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3496), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3496), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3496), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2897), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(3330), + [sym_constructor_type] = STATE(3330), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(3330), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(3330), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(3330), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [860] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2899), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2709), + [sym_constructor_type] = STATE(2709), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2709), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2709), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2709), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [861] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2460), - [sym_constructor_type] = STATE(2460), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2460), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_predicate] = STATE(2427), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2418), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2460), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2460), - [sym_identifier] = ACTIONS(2623), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(2625), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2857), + [sym_constructor_type] = STATE(2857), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2857), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2857), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2857), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [862] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2470), - [sym_constructor_type] = STATE(2470), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2470), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_predicate] = STATE(2411), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2418), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2470), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2470), - [sym_identifier] = ACTIONS(2623), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(2625), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1344), + [sym_constructor_type] = STATE(1344), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1344), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1344), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1344), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [863] = { - [sym_nested_identifier] = STATE(1333), - [sym_string] = STATE(1331), - [sym__module] = STATE(1461), - [sym_identifier] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(1273), - [anon_sym_RBRACE] = ACTIONS(1273), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_RPAREN] = ACTIONS(1273), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(1273), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(150), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_QMARK] = ACTIONS(2027), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3068), + [sym_constructor_type] = STATE(3068), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3068), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3068), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3068), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [864] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3548), - [sym_constructor_type] = STATE(3548), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3548), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3548), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3548), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_RBRACK] = ACTIONS(2901), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2507), + [sym_constructor_type] = STATE(2507), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2507), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2507), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2507), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [865] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2984), - [sym_constructor_type] = STATE(2984), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2984), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2984), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2984), - [sym_identifier] = ACTIONS(2903), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [sym_jsx_identifier] = ACTIONS(2905), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2711), + [sym_constructor_type] = STATE(2711), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2711), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2711), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2711), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [866] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_GT] = ACTIONS(2907), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1291), + [sym_constructor_type] = STATE(1291), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1291), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1291), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1291), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [867] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3167), - [sym_constructor_type] = STATE(3167), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3167), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3167), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3167), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2800), + [sym_constructor_type] = STATE(2800), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2800), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2800), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2800), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [868] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(3513), + [sym_constructor_type] = STATE(3513), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(3513), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(3513), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(3513), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), + }, + [869] = { + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1784), + [sym_constructor_type] = STATE(1784), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1784), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1784), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1784), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), + }, + [870] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), [sym__type] = STATE(3146), [sym_constructor_type] = STATE(3146), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), [sym_infer_type] = STATE(3146), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), [sym_readonly_type] = STATE(3146), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), [sym_function_type] = STATE(3146), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), - }, - [869] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3051), - [sym_constructor_type] = STATE(3051), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3051), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3051), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3051), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [870] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1339), - [sym_constructor_type] = STATE(1339), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1339), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1339), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1339), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [871] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(3246), - [sym_constructor_type] = STATE(3246), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(3246), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(3246), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(3246), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_export_statement] = STATE(3108), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3108), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3108), + [sym_property_signature] = STATE(3108), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3108), + [sym_index_signature] = STATE(3108), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2807), + [anon_sym_export] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2807), + [anon_sym_namespace] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2815), + [anon_sym_RBRACE] = ACTIONS(2817), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2821), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_readonly] = ACTIONS(2835), + [anon_sym_get] = ACTIONS(2837), + [anon_sym_set] = ACTIONS(2837), + [anon_sym_declare] = ACTIONS(2807), + [anon_sym_public] = ACTIONS(2839), + [anon_sym_private] = ACTIONS(2839), + [anon_sym_protected] = ACTIONS(2839), + [anon_sym_override] = ACTIONS(2841), + [anon_sym_module] = ACTIONS(2807), + [anon_sym_any] = ACTIONS(2807), + [anon_sym_number] = ACTIONS(2807), + [anon_sym_boolean] = ACTIONS(2807), + [anon_sym_string] = ACTIONS(2807), + [anon_sym_symbol] = ACTIONS(2807), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2845), }, [872] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3089), - [sym_constructor_type] = STATE(3089), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3089), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3089), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3089), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2908), + [sym_constructor_type] = STATE(2908), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2908), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2908), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2908), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [873] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3147), - [sym_constructor_type] = STATE(3147), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3147), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3147), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3147), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2847), + [anon_sym_export] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2847), + [anon_sym_namespace] = ACTIONS(2847), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2853), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2857), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2859), + [anon_sym_readonly] = ACTIONS(2861), + [anon_sym_get] = ACTIONS(2863), + [anon_sym_set] = ACTIONS(2863), + [anon_sym_declare] = ACTIONS(2847), + [anon_sym_public] = ACTIONS(2865), + [anon_sym_private] = ACTIONS(2865), + [anon_sym_protected] = ACTIONS(2865), + [anon_sym_override] = ACTIONS(2867), + [anon_sym_module] = ACTIONS(2847), + [anon_sym_any] = ACTIONS(2847), + [anon_sym_number] = ACTIONS(2847), + [anon_sym_boolean] = ACTIONS(2847), + [anon_sym_string] = ACTIONS(2847), + [anon_sym_symbol] = ACTIONS(2847), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [874] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3059), - [sym_constructor_type] = STATE(3059), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3059), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3059), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3059), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3515), + [sym_constructor_type] = STATE(3515), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3515), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3515), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3515), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [875] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3559), - [sym_constructor_type] = STATE(3559), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3559), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3559), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3559), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2901), + [sym_constructor_type] = STATE(2901), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2901), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2901), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2901), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [876] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1729), - [sym_constructor_type] = STATE(1729), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1729), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1729), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1729), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(3832), + [sym_constructor_type] = STATE(3832), + [sym__primary_type] = STATE(2673), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(3832), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(3832), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(3832), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [877] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2495), - [sym_constructor_type] = STATE(2495), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2495), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2495), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2495), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(3832), + [sym_constructor_type] = STATE(3832), + [sym__primary_type] = STATE(2676), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(3832), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(3832), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(3832), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [878] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2441), - [sym_constructor_type] = STATE(2441), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2441), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2441), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2441), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2871), + [anon_sym_export] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2871), + [anon_sym_namespace] = ACTIONS(2871), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2875), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2877), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2879), + [anon_sym_readonly] = ACTIONS(2881), + [anon_sym_get] = ACTIONS(2883), + [anon_sym_set] = ACTIONS(2883), + [anon_sym_declare] = ACTIONS(2871), + [anon_sym_public] = ACTIONS(2885), + [anon_sym_private] = ACTIONS(2885), + [anon_sym_protected] = ACTIONS(2885), + [anon_sym_override] = ACTIONS(2887), + [anon_sym_module] = ACTIONS(2871), + [anon_sym_any] = ACTIONS(2871), + [anon_sym_number] = ACTIONS(2871), + [anon_sym_boolean] = ACTIONS(2871), + [anon_sym_string] = ACTIONS(2871), + [anon_sym_symbol] = ACTIONS(2871), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [879] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3021), - [sym_constructor_type] = STATE(3021), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3021), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3021), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3021), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2678), + [sym_constructor_type] = STATE(2678), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2678), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2678), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2678), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [880] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2690), - [sym_constructor_type] = STATE(2690), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2690), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2690), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2690), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2695), + [sym_constructor_type] = STATE(2695), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2695), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2695), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2695), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [881] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3501), - [sym_constructor_type] = STATE(3501), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3501), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3501), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3501), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2699), + [sym_constructor_type] = STATE(2699), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2699), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2699), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2699), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [882] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2440), - [sym_constructor_type] = STATE(2440), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2440), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2440), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2440), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1754), + [sym_constructor_type] = STATE(1754), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1754), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1754), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1754), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [883] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3527), - [sym_constructor_type] = STATE(3527), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3527), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3527), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3527), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1753), + [sym_constructor_type] = STATE(1753), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1753), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1753), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1753), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [884] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2772), - [sym_constructor_type] = STATE(2772), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2772), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2772), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2772), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2847), + [anon_sym_export] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2847), + [anon_sym_namespace] = ACTIONS(2847), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2889), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2857), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2859), + [anon_sym_readonly] = ACTIONS(2861), + [anon_sym_get] = ACTIONS(2863), + [anon_sym_set] = ACTIONS(2863), + [anon_sym_declare] = ACTIONS(2847), + [anon_sym_public] = ACTIONS(2865), + [anon_sym_private] = ACTIONS(2865), + [anon_sym_protected] = ACTIONS(2865), + [anon_sym_override] = ACTIONS(2867), + [anon_sym_module] = ACTIONS(2847), + [anon_sym_any] = ACTIONS(2847), + [anon_sym_number] = ACTIONS(2847), + [anon_sym_boolean] = ACTIONS(2847), + [anon_sym_string] = ACTIONS(2847), + [anon_sym_symbol] = ACTIONS(2847), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [885] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2984), - [sym_constructor_type] = STATE(2984), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2984), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2984), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2984), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3144), + [sym_constructor_type] = STATE(3144), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3144), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3144), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3144), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [886] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(3664), - [sym_constructor_type] = STATE(3664), - [sym__primary_type] = STATE(1362), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(3664), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(3664), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(3664), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2465), + [sym_constructor_type] = STATE(2465), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2465), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2465), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2465), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [887] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2510), - [sym_constructor_type] = STATE(2510), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2510), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2510), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2510), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3100), + [sym_constructor_type] = STATE(3100), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3100), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3100), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3100), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [888] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2814), - [sym_constructor_type] = STATE(2814), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2814), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2814), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2814), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2858), + [sym_constructor_type] = STATE(2858), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2858), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2858), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2858), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [889] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1732), - [sym_constructor_type] = STATE(1732), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1732), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1732), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1732), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3609), + [sym_constructor_type] = STATE(3609), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3609), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3609), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3609), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [890] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2815), - [sym_constructor_type] = STATE(2815), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2815), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2815), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2815), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3432), + [sym_constructor_type] = STATE(3432), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3432), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3432), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3432), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [891] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(3664), - [sym_constructor_type] = STATE(3664), - [sym__primary_type] = STATE(1349), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(3664), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(3664), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(3664), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2891), + [anon_sym_export] = ACTIONS(2893), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2891), + [anon_sym_namespace] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2895), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2897), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2899), + [anon_sym_readonly] = ACTIONS(2901), + [anon_sym_get] = ACTIONS(2903), + [anon_sym_set] = ACTIONS(2903), + [anon_sym_declare] = ACTIONS(2891), + [anon_sym_public] = ACTIONS(2905), + [anon_sym_private] = ACTIONS(2905), + [anon_sym_protected] = ACTIONS(2905), + [anon_sym_override] = ACTIONS(2907), + [anon_sym_module] = ACTIONS(2891), + [anon_sym_any] = ACTIONS(2891), + [anon_sym_number] = ACTIONS(2891), + [anon_sym_boolean] = ACTIONS(2891), + [anon_sym_string] = ACTIONS(2891), + [anon_sym_symbol] = ACTIONS(2891), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [892] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1346), - [sym_constructor_type] = STATE(1346), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1346), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1346), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1346), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(3723), + [sym_constructor_type] = STATE(3723), + [sym__primary_type] = STATE(2826), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(3723), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(3723), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(3723), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [893] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2733), - [sym_constructor_type] = STATE(2733), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2733), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2733), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2733), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3850), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3850), + [sym_pair] = STATE(3850), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3857), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2909), + [anon_sym_export] = ACTIONS(2911), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2909), + [anon_sym_namespace] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2913), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2915), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2917), + [anon_sym_readonly] = ACTIONS(2919), + [anon_sym_get] = ACTIONS(2921), + [anon_sym_set] = ACTIONS(2921), + [anon_sym_declare] = ACTIONS(2909), + [anon_sym_public] = ACTIONS(2923), + [anon_sym_private] = ACTIONS(2923), + [anon_sym_protected] = ACTIONS(2923), + [anon_sym_override] = ACTIONS(2925), + [anon_sym_module] = ACTIONS(2909), + [anon_sym_any] = ACTIONS(2909), + [anon_sym_number] = ACTIONS(2909), + [anon_sym_boolean] = ACTIONS(2909), + [anon_sym_string] = ACTIONS(2909), + [anon_sym_symbol] = ACTIONS(2909), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [894] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2828), - [sym_constructor_type] = STATE(2828), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2828), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2828), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2828), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3611), + [sym_constructor_type] = STATE(3611), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3611), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3611), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3611), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [895] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(3237), - [sym_constructor_type] = STATE(3237), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(3237), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(3237), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(3237), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3610), + [sym_constructor_type] = STATE(3610), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3610), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3610), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3610), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [896] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2771), - [sym_constructor_type] = STATE(2771), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2771), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2771), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2771), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3106), + [sym_constructor_type] = STATE(3106), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3106), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3106), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3106), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [897] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1267), - [sym_constructor_type] = STATE(1267), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1267), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1267), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1267), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(3219), + [sym_constructor_type] = STATE(3219), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(3219), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(3219), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(3219), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [898] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1656), - [sym_constructor_type] = STATE(1656), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1656), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1656), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1656), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3705), + [sym_constructor_type] = STATE(3705), + [sym__primary_type] = STATE(2473), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3705), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3705), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3705), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [899] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3524), - [sym_constructor_type] = STATE(3524), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3524), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3524), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3524), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3705), + [sym_constructor_type] = STATE(3705), + [sym__primary_type] = STATE(2468), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3705), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3705), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3705), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [900] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1312), - [sym_constructor_type] = STATE(1312), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1312), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1312), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1312), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(3723), + [sym_constructor_type] = STATE(3723), + [sym__primary_type] = STATE(2824), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(3723), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(3723), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(3723), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [901] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(3247), - [sym_constructor_type] = STATE(3247), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(3247), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(3247), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(3247), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2823), + [sym_constructor_type] = STATE(2823), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2823), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2823), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2823), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [902] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2441), - [sym_constructor_type] = STATE(2441), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2441), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2441), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2441), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3650), + [sym_constructor_type] = STATE(3650), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3650), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3650), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3650), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [903] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3529), - [sym_constructor_type] = STATE(3529), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3529), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3529), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3529), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2819), + [sym_constructor_type] = STATE(2819), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2819), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2819), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2819), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [904] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2612), - [sym_constructor_type] = STATE(2612), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2612), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2612), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2612), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3036), + [sym_constructor_type] = STATE(3036), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3036), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3036), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3036), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [905] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2655), - [sym_constructor_type] = STATE(2655), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2655), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2655), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2655), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2818), + [sym_constructor_type] = STATE(2818), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2818), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2818), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2818), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [906] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1659), - [sym_constructor_type] = STATE(1659), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1659), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1659), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1659), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1658), + [sym_constructor_type] = STATE(1658), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1658), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1658), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1658), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [907] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1667), - [sym_constructor_type] = STATE(1667), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1667), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1667), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1667), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2807), + [anon_sym_export] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2807), + [anon_sym_namespace] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2875), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_readonly] = ACTIONS(2835), + [anon_sym_get] = ACTIONS(2837), + [anon_sym_set] = ACTIONS(2837), + [anon_sym_declare] = ACTIONS(2807), + [anon_sym_public] = ACTIONS(2839), + [anon_sym_private] = ACTIONS(2839), + [anon_sym_protected] = ACTIONS(2839), + [anon_sym_override] = ACTIONS(2841), + [anon_sym_module] = ACTIONS(2807), + [anon_sym_any] = ACTIONS(2807), + [anon_sym_number] = ACTIONS(2807), + [anon_sym_boolean] = ACTIONS(2807), + [anon_sym_string] = ACTIONS(2807), + [anon_sym_symbol] = ACTIONS(2807), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [908] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2440), - [sym_constructor_type] = STATE(2440), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2440), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2440), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2440), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3039), + [sym_constructor_type] = STATE(3039), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3039), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3039), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3039), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [909] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1290), - [sym_constructor_type] = STATE(1290), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1290), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1290), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1290), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3850), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3850), + [sym_pair] = STATE(3850), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3857), + [aux_sym_object_pattern_repeat1] = STATE(3752), [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [anon_sym_export] = ACTIONS(2911), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2909), + [anon_sym_namespace] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2927), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2915), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2917), + [anon_sym_readonly] = ACTIONS(2919), + [anon_sym_get] = ACTIONS(2921), + [anon_sym_set] = ACTIONS(2921), + [anon_sym_declare] = ACTIONS(2909), + [anon_sym_public] = ACTIONS(2923), + [anon_sym_private] = ACTIONS(2923), + [anon_sym_protected] = ACTIONS(2923), + [anon_sym_override] = ACTIONS(2925), + [anon_sym_module] = ACTIONS(2909), + [anon_sym_any] = ACTIONS(2909), + [anon_sym_number] = ACTIONS(2909), + [anon_sym_boolean] = ACTIONS(2909), + [anon_sym_string] = ACTIONS(2909), + [anon_sym_symbol] = ACTIONS(2909), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [910] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1291), - [sym_constructor_type] = STATE(1291), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1291), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1291), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1291), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1660), + [sym_constructor_type] = STATE(1660), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1660), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1660), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1660), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [911] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1665), - [sym_constructor_type] = STATE(1665), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1665), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1665), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1665), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2774), + [sym_constructor_type] = STATE(2774), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2774), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2774), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2774), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [912] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2465), - [sym_constructor_type] = STATE(2465), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2465), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2465), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2465), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1324), + [sym_constructor_type] = STATE(1324), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1324), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1324), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1324), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [913] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1343), - [sym_constructor_type] = STATE(1343), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1343), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1343), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1343), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3644), + [sym_constructor_type] = STATE(3644), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3644), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3644), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3644), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [914] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3042), - [sym_constructor_type] = STATE(3042), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3042), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3042), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3042), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3762), + [sym_constructor_type] = STATE(3762), + [sym__primary_type] = STATE(2468), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3762), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3762), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3762), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [915] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2409), - [sym_constructor_type] = STATE(2409), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2409), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2409), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2409), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3762), + [sym_constructor_type] = STATE(3762), + [sym__primary_type] = STATE(2473), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3762), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3762), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3762), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [916] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1649), - [sym_constructor_type] = STATE(1649), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1649), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1649), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1649), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2532), + [sym_constructor_type] = STATE(2532), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2532), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2532), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2532), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [917] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3472), - [sym_constructor_type] = STATE(3472), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3472), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3472), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3472), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2537), + [sym_constructor_type] = STATE(2537), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2537), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2537), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2537), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [918] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3648), - [sym_constructor_type] = STATE(3648), - [sym__primary_type] = STATE(2433), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3648), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3648), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3648), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2465), + [sym_constructor_type] = STATE(2465), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2465), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2465), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2465), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [919] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1308), - [sym_constructor_type] = STATE(1308), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1308), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1308), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1308), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(3843), + [sym_constructor_type] = STATE(3843), + [sym__primary_type] = STATE(1826), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(3843), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(3843), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(3843), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [920] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1661), - [sym_constructor_type] = STATE(1661), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1661), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1661), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1661), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1803), + [sym_constructor_type] = STATE(1803), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1803), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1803), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1803), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [921] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3149), - [sym_constructor_type] = STATE(3149), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3149), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3149), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3149), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(3843), + [sym_constructor_type] = STATE(3843), + [sym__primary_type] = STATE(1828), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(3843), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(3843), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(3843), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [922] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3473), - [sym_constructor_type] = STATE(3473), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3473), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3473), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3473), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2480), + [sym_constructor_type] = STATE(2480), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2480), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2480), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2480), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [923] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1263), - [sym_constructor_type] = STATE(1263), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1263), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1263), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1263), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3186), + [sym_constructor_type] = STATE(3186), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3186), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3186), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3186), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [924] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2830), - [sym_constructor_type] = STATE(2830), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2830), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2830), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2830), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), - }, - [925] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2652), - [sym_constructor_type] = STATE(2652), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2652), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2652), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2652), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), - }, - [926] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1310), - [sym_constructor_type] = STATE(1310), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1310), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1310), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1310), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2773), + [sym_constructor_type] = STATE(2773), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2773), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2773), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2773), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), + }, + [925] = { + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1804), + [sym_constructor_type] = STATE(1804), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1804), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1804), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1804), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), + }, + [926] = { + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1829), + [sym_constructor_type] = STATE(1829), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1829), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1829), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1829), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [927] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3573), - [sym_constructor_type] = STATE(3573), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3573), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3573), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3573), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1833), + [sym_constructor_type] = STATE(1833), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1833), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1833), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1833), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [928] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3143), - [sym_constructor_type] = STATE(3143), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3143), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3143), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3143), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1834), + [sym_constructor_type] = STATE(1834), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1834), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1834), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1834), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [929] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2850), - [sym_constructor_type] = STATE(2850), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2850), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2850), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2850), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2531), + [sym_constructor_type] = STATE(2531), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2531), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2531), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2531), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [930] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3648), - [sym_constructor_type] = STATE(3648), - [sym__primary_type] = STATE(2431), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3648), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3648), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3648), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2877), + [sym_constructor_type] = STATE(2877), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2877), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2877), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2877), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [931] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2847), - [sym_constructor_type] = STATE(2847), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2847), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2847), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2847), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2879), + [sym_constructor_type] = STATE(2879), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2879), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2879), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2879), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [932] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2654), - [sym_constructor_type] = STATE(2654), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2654), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2654), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2654), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1343), + [sym_constructor_type] = STATE(1343), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1343), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1343), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1343), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [933] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(3832), - [sym_constructor_type] = STATE(3832), - [sym__primary_type] = STATE(2634), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(3832), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(3832), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(3832), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2828), + [sym_constructor_type] = STATE(2828), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2828), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2828), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2828), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [934] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2464), - [sym_constructor_type] = STATE(2464), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2464), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2464), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2464), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2715), + [sym_constructor_type] = STATE(2715), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2715), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2715), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2715), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [935] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3552), - [sym_constructor_type] = STATE(3552), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3552), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3552), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3552), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1716), + [sym_constructor_type] = STATE(1716), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1716), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1716), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1716), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [936] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3574), - [sym_constructor_type] = STATE(3574), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3574), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3574), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3574), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2807), + [anon_sym_export] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2807), + [anon_sym_namespace] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2929), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_readonly] = ACTIONS(2835), + [anon_sym_get] = ACTIONS(2837), + [anon_sym_set] = ACTIONS(2837), + [anon_sym_declare] = ACTIONS(2807), + [anon_sym_public] = ACTIONS(2839), + [anon_sym_private] = ACTIONS(2839), + [anon_sym_protected] = ACTIONS(2839), + [anon_sym_override] = ACTIONS(2841), + [anon_sym_module] = ACTIONS(2807), + [anon_sym_any] = ACTIONS(2807), + [anon_sym_number] = ACTIONS(2807), + [anon_sym_boolean] = ACTIONS(2807), + [anon_sym_string] = ACTIONS(2807), + [anon_sym_symbol] = ACTIONS(2807), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [937] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3551), - [sym_constructor_type] = STATE(3551), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3551), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3551), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3551), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3582), + [sym_constructor_type] = STATE(3582), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3582), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3582), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3582), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [938] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3456), - [sym_constructor_type] = STATE(3456), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3456), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3456), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3456), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1704), + [sym_constructor_type] = STATE(1704), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1704), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1704), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1704), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [939] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1812), - [sym_constructor_type] = STATE(1812), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1812), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1812), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1812), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(3305), + [sym_constructor_type] = STATE(3305), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(3305), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(3305), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(3305), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [940] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2633), - [sym_constructor_type] = STATE(2633), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2633), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2633), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2633), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1674), + [sym_constructor_type] = STATE(1674), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1674), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1674), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1674), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [941] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2795), - [sym_constructor_type] = STATE(2795), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2795), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2795), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2795), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2717), + [sym_constructor_type] = STATE(2717), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2717), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2717), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2717), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [942] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(3832), - [sym_constructor_type] = STATE(3832), - [sym__primary_type] = STATE(2638), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(3832), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(3832), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(3832), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2820), + [sym_constructor_type] = STATE(2820), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2820), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2820), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2820), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [943] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2632), - [sym_constructor_type] = STATE(2632), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2632), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2632), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2632), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3622), + [sym_constructor_type] = STATE(3622), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3622), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3622), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3622), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [944] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2412), - [sym_constructor_type] = STATE(2412), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2412), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2412), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2412), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(1258), + [sym_string] = STATE(1267), + [sym__module] = STATE(1531), + [sym_identifier] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(1267), + [anon_sym_RBRACE] = ACTIONS(1267), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(1267), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(1267), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(2017), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [945] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3513), - [sym_constructor_type] = STATE(3513), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3513), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3513), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3513), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(3348), + [sym_constructor_type] = STATE(3348), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(3348), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(3348), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(3348), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [946] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2409), - [sym_constructor_type] = STATE(2409), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2409), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2409), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2409), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1350), + [sym_constructor_type] = STATE(1350), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1350), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1350), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1350), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [947] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1719), - [sym_constructor_type] = STATE(1719), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1719), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1719), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1719), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3585), + [sym_constructor_type] = STATE(3585), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3585), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3585), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3585), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [948] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1718), - [sym_constructor_type] = STATE(1718), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1718), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1718), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1718), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2891), + [anon_sym_export] = ACTIONS(2893), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2891), + [anon_sym_namespace] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2931), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2897), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2899), + [anon_sym_readonly] = ACTIONS(2901), + [anon_sym_get] = ACTIONS(2903), + [anon_sym_set] = ACTIONS(2903), + [anon_sym_declare] = ACTIONS(2891), + [anon_sym_public] = ACTIONS(2905), + [anon_sym_private] = ACTIONS(2905), + [anon_sym_protected] = ACTIONS(2905), + [anon_sym_override] = ACTIONS(2907), + [anon_sym_module] = ACTIONS(2891), + [anon_sym_any] = ACTIONS(2891), + [anon_sym_number] = ACTIONS(2891), + [anon_sym_boolean] = ACTIONS(2891), + [anon_sym_string] = ACTIONS(2891), + [anon_sym_symbol] = ACTIONS(2891), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [949] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3127), - [sym_constructor_type] = STATE(3127), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3127), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3127), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3127), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1376), + [sym_constructor_type] = STATE(1376), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1376), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1376), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1376), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [950] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2423), - [sym_constructor_type] = STATE(2423), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2423), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2423), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2423), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1375), + [sym_constructor_type] = STATE(1375), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1375), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1375), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1375), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [951] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3553), - [sym_constructor_type] = STATE(3553), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3553), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3553), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3553), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3054), + [sym_constructor_type] = STATE(3054), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3054), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3054), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3054), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [952] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(3605), - [sym_constructor_type] = STATE(3605), - [sym__primary_type] = STATE(2748), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(3605), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(3605), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(3605), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1298), + [sym_constructor_type] = STATE(1298), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1298), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1298), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1298), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [953] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(3445), - [sym_constructor_type] = STATE(3445), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(3445), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(3445), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(3445), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2704), + [sym_constructor_type] = STATE(2704), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2704), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2704), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2704), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [954] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2639), - [sym_constructor_type] = STATE(2639), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2639), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2639), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2639), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3048), + [sym_constructor_type] = STATE(3048), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3048), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3048), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3048), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [955] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(3605), - [sym_constructor_type] = STATE(3605), - [sym__primary_type] = STATE(2746), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(3605), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(3605), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(3605), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2847), + [anon_sym_export] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2847), + [anon_sym_namespace] = ACTIONS(2847), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2933), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2857), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2859), + [anon_sym_readonly] = ACTIONS(2861), + [anon_sym_get] = ACTIONS(2863), + [anon_sym_set] = ACTIONS(2863), + [anon_sym_declare] = ACTIONS(2847), + [anon_sym_public] = ACTIONS(2865), + [anon_sym_private] = ACTIONS(2865), + [anon_sym_protected] = ACTIONS(2865), + [anon_sym_override] = ACTIONS(2867), + [anon_sym_module] = ACTIONS(2847), + [anon_sym_any] = ACTIONS(2847), + [anon_sym_number] = ACTIONS(2847), + [anon_sym_boolean] = ACTIONS(2847), + [anon_sym_string] = ACTIONS(2847), + [anon_sym_symbol] = ACTIONS(2847), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [956] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2659), - [sym_constructor_type] = STATE(2659), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2659), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2659), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2659), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(3688), + [sym_constructor_type] = STATE(3688), + [sym__primary_type] = STATE(1299), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(3688), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(3688), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(3688), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [957] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1702), - [sym_constructor_type] = STATE(1702), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1702), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1702), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1702), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(3688), + [sym_constructor_type] = STATE(3688), + [sym__primary_type] = STATE(1304), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(3688), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(3688), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(3688), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [958] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2416), - [sym_constructor_type] = STATE(2416), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2416), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2416), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2416), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4503), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2425), + [sym_constructor_type] = STATE(2425), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2425), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4046), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2425), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2425), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_typeof] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(2661), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2665), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(2673), + [anon_sym_infer] = ACTIONS(2677), + [anon_sym_keyof] = ACTIONS(2679), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(2681), }, [959] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(3822), - [sym_constructor_type] = STATE(3822), - [sym__primary_type] = STATE(1700), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(3822), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(3822), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(3822), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3640), + [sym_constructor_type] = STATE(3640), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3640), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3640), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3640), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [960] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2745), - [sym_constructor_type] = STATE(2745), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2745), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2745), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2745), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3623), + [sym_constructor_type] = STATE(3623), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3623), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3623), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3623), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [961] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3013), - [sym_constructor_type] = STATE(3013), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3013), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3013), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3013), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2507), + [sym_constructor_type] = STATE(2507), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2507), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2507), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2507), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [962] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2661), - [sym_constructor_type] = STATE(2661), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2661), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2661), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2661), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1325), + [sym_constructor_type] = STATE(1325), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1325), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1325), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1325), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [963] = { - [sym_nested_identifier] = STATE(1333), - [sym_string] = STATE(1331), - [sym__module] = STATE(1461), - [sym_identifier] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_RPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3643), + [sym_constructor_type] = STATE(3643), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3643), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3643), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3643), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [964] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4185), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3012), - [sym_constructor_type] = STATE(3012), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3012), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(4077), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3012), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3012), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(2645), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(2649), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3058), + [sym_constructor_type] = STATE(3058), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3058), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3058), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3058), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [965] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2643), - [sym_constructor_type] = STATE(2643), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2643), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2643), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2643), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_export_statement] = STATE(3105), + [sym_object_pattern] = STATE(4267), + [sym_object_assignment_pattern] = STATE(3849), + [sym_array_pattern] = STATE(4267), + [sym__call_signature] = STATE(3356), + [sym__destructuring_pattern] = STATE(4267), + [sym_spread_element] = STATE(3758), + [sym_string] = STATE(2603), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2745), + [sym_rest_pattern] = STATE(3849), + [sym_method_definition] = STATE(3758), + [sym_pair] = STATE(3758), + [sym_pair_pattern] = STATE(3849), + [sym__property_name] = STATE(2603), + [sym_computed_property_name] = STATE(2603), + [sym_method_signature] = STATE(3105), + [sym_accessibility_modifier] = STATE(2307), + [sym_override_modifier] = STATE(2325), + [sym_call_signature] = STATE(3105), + [sym_property_signature] = STATE(3105), + [sym_type_parameters] = STATE(4156), + [sym_construct_signature] = STATE(3105), + [sym_index_signature] = STATE(3105), + [aux_sym_export_statement_repeat1] = STATE(3621), + [aux_sym_object_repeat1] = STATE(3760), + [aux_sym_object_pattern_repeat1] = STATE(3752), + [sym_identifier] = ACTIONS(2807), + [anon_sym_export] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2807), + [anon_sym_namespace] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2889), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_async] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2827), + [anon_sym_DOT_DOT_DOT] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2831), + [sym_private_property_identifier] = ACTIONS(2831), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_readonly] = ACTIONS(2835), + [anon_sym_get] = ACTIONS(2837), + [anon_sym_set] = ACTIONS(2837), + [anon_sym_declare] = ACTIONS(2807), + [anon_sym_public] = ACTIONS(2839), + [anon_sym_private] = ACTIONS(2839), + [anon_sym_protected] = ACTIONS(2839), + [anon_sym_override] = ACTIONS(2841), + [anon_sym_module] = ACTIONS(2807), + [anon_sym_any] = ACTIONS(2807), + [anon_sym_number] = ACTIONS(2807), + [anon_sym_boolean] = ACTIONS(2807), + [anon_sym_string] = ACTIONS(2807), + [anon_sym_symbol] = ACTIONS(2807), + [anon_sym_abstract] = ACTIONS(2843), + [anon_sym_PIPE_RBRACE] = ACTIONS(2869), }, [966] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3811), - [sym_constructor_type] = STATE(3811), - [sym__primary_type] = STATE(2433), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3811), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3811), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3811), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2742), + [sym_constructor_type] = STATE(2742), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2742), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2742), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2742), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [967] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2644), - [sym_constructor_type] = STATE(2644), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2644), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2644), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2644), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3762), + [sym_constructor_type] = STATE(3762), + [sym__primary_type] = STATE(3369), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3630), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3762), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3762), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [968] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3648), - [sym_constructor_type] = STATE(3648), - [sym__primary_type] = STATE(3356), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3500), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3648), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3648), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2775), + [sym_constructor_type] = STATE(2775), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2775), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2775), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2775), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [969] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(3822), - [sym_constructor_type] = STATE(3822), - [sym__primary_type] = STATE(1697), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(3822), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(3822), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(3822), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(2663), + [sym_constructor_type] = STATE(2663), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(2663), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(2663), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(2663), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [970] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3811), - [sym_constructor_type] = STATE(3811), - [sym__primary_type] = STATE(2431), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3811), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3811), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3811), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_typeof] = ACTIONS(2635), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1943), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(2647), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(2651), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(2653), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3576), + [sym_constructor_type] = STATE(3576), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3576), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3576), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3576), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [971] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2412), - [sym_constructor_type] = STATE(2412), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2412), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2412), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2412), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3102), + [sym_constructor_type] = STATE(3102), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3102), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3102), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3102), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [972] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2741), - [sym_constructor_type] = STATE(2741), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2741), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2741), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2741), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), + [sym_nested_identifier] = STATE(4504), + [sym_string] = STATE(1745), + [sym_formal_parameters] = STATE(4307), + [sym_nested_type_identifier] = STATE(1547), + [sym__type] = STATE(1675), + [sym_constructor_type] = STATE(1675), + [sym__primary_type] = STATE(1737), + [sym_template_literal_type] = STATE(1715), + [sym_infer_type] = STATE(1675), + [sym_conditional_type] = STATE(1715), + [sym_generic_type] = STATE(1715), + [sym_type_query] = STATE(1715), + [sym_index_type_query] = STATE(1715), + [sym_lookup_type] = STATE(1715), + [sym_literal_type] = STATE(1715), + [sym__number] = STATE(1714), + [sym_existential_type] = STATE(1715), + [sym_flow_maybe_type] = STATE(1715), + [sym_parenthesized_type] = STATE(1715), + [sym_predefined_type] = STATE(1715), + [sym_object_type] = STATE(1715), + [sym_type_parameters] = STATE(3925), + [sym_array_type] = STATE(1715), + [sym_tuple_type] = STATE(1715), + [sym_readonly_type] = STATE(1675), + [sym_union_type] = STATE(1715), + [sym_intersection_type] = STATE(1715), + [sym_function_type] = STATE(1675), + [sym_identifier] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_typeof] = ACTIONS(2689), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_PLUS] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2705), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2707), + [sym_number] = ACTIONS(2709), + [sym_this] = ACTIONS(2769), + [sym_true] = ACTIONS(2713), + [sym_false] = ACTIONS(2713), + [sym_null] = ACTIONS(2713), + [sym_undefined] = ACTIONS(2713), + [anon_sym_readonly] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_any] = ACTIONS(2705), + [anon_sym_number] = ACTIONS(2705), + [anon_sym_boolean] = ACTIONS(2705), + [anon_sym_string] = ACTIONS(2705), + [anon_sym_symbol] = ACTIONS(2705), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_infer] = ACTIONS(2723), + [anon_sym_keyof] = ACTIONS(2725), + [anon_sym_unique] = ACTIONS(2727), + [anon_sym_unknown] = ACTIONS(2705), + [anon_sym_never] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2705), + [anon_sym_LBRACE_PIPE] = ACTIONS(2729), }, [973] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1376), - [sym_constructor_type] = STATE(1376), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1376), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1376), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1376), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2422), + [sym_constructor_type] = STATE(2422), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2422), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2422), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2422), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [974] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(3406), - [sym_constructor_type] = STATE(3406), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(3406), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(3406), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(3406), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3179), + [sym_constructor_type] = STATE(3179), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3179), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3179), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3179), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [975] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1258), - [sym_constructor_type] = STATE(1258), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1258), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1258), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1258), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4279), + [sym_string] = STATE(2786), + [sym_formal_parameters] = STATE(4400), + [sym_nested_type_identifier] = STATE(2719), + [sym__type] = STATE(2770), + [sym_constructor_type] = STATE(2770), + [sym__primary_type] = STATE(2821), + [sym_template_literal_type] = STATE(2794), + [sym_infer_type] = STATE(2770), + [sym_conditional_type] = STATE(2794), + [sym_generic_type] = STATE(2794), + [sym_type_query] = STATE(2794), + [sym_index_type_query] = STATE(2794), + [sym_lookup_type] = STATE(2794), + [sym_literal_type] = STATE(2794), + [sym__number] = STATE(2795), + [sym_existential_type] = STATE(2794), + [sym_flow_maybe_type] = STATE(2794), + [sym_parenthesized_type] = STATE(2794), + [sym_predefined_type] = STATE(2794), + [sym_object_type] = STATE(2794), + [sym_type_parameters] = STATE(4084), + [sym_array_type] = STATE(2794), + [sym_tuple_type] = STATE(2794), + [sym_readonly_type] = STATE(2770), + [sym_union_type] = STATE(2794), + [sym_intersection_type] = STATE(2794), + [sym_function_type] = STATE(2770), + [sym_identifier] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_typeof] = ACTIONS(2549), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2553), + [anon_sym_new] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_PLUS] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2565), + [anon_sym_DQUOTE] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2571), + [sym_number] = ACTIONS(2573), + [sym_this] = ACTIONS(2805), + [sym_true] = ACTIONS(2577), + [sym_false] = ACTIONS(2577), + [sym_null] = ACTIONS(2577), + [sym_undefined] = ACTIONS(2577), + [anon_sym_readonly] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2581), + [anon_sym_any] = ACTIONS(2565), + [anon_sym_number] = ACTIONS(2565), + [anon_sym_boolean] = ACTIONS(2565), + [anon_sym_string] = ACTIONS(2565), + [anon_sym_symbol] = ACTIONS(2565), + [anon_sym_abstract] = ACTIONS(2583), + [anon_sym_infer] = ACTIONS(2587), + [anon_sym_keyof] = ACTIONS(2589), + [anon_sym_unique] = ACTIONS(2591), + [anon_sym_unknown] = ACTIONS(2565), + [anon_sym_never] = ACTIONS(2565), + [anon_sym_object] = ACTIONS(2565), + [anon_sym_LBRACE_PIPE] = ACTIONS(2593), }, [976] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1808), - [sym_constructor_type] = STATE(1808), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1808), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1808), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1808), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), - }, - [977] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2740), - [sym_constructor_type] = STATE(2740), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2740), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2740), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2740), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), - }, - [978] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), [sym__type] = STATE(1352), [sym_constructor_type] = STATE(1352), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), [sym_infer_type] = STATE(1352), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), [sym_readonly_type] = STATE(1352), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), [sym_function_type] = STATE(1352), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), + }, + [977] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3641), + [sym_constructor_type] = STATE(3641), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3641), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3641), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3641), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), + }, + [978] = { + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3568), + [sym_constructor_type] = STATE(3568), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3568), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3568), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3568), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [979] = { - [sym_nested_identifier] = STATE(4123), - [sym_string] = STATE(1265), - [sym_formal_parameters] = STATE(4323), - [sym_nested_type_identifier] = STATE(1239), - [sym__type] = STATE(1311), - [sym_constructor_type] = STATE(1311), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1260), - [sym_infer_type] = STATE(1311), - [sym_conditional_type] = STATE(1260), - [sym_generic_type] = STATE(1260), - [sym_type_query] = STATE(1260), - [sym_index_type_query] = STATE(1260), - [sym_lookup_type] = STATE(1260), - [sym_literal_type] = STATE(1260), - [sym__number] = STATE(1259), - [sym_existential_type] = STATE(1260), - [sym_flow_maybe_type] = STATE(1260), - [sym_parenthesized_type] = STATE(1260), - [sym_predefined_type] = STATE(1260), - [sym_object_type] = STATE(1260), - [sym_type_parameters] = STATE(4081), - [sym_array_type] = STATE(1260), - [sym_tuple_type] = STATE(1260), - [sym_readonly_type] = STATE(1311), - [sym_union_type] = STATE(1260), - [sym_intersection_type] = STATE(1260), - [sym_function_type] = STATE(1311), - [sym_identifier] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_typeof] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_void] = ACTIONS(2735), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2737), - [sym_number] = ACTIONS(2739), - [sym_this] = ACTIONS(2911), - [sym_true] = ACTIONS(2743), - [sym_false] = ACTIONS(2743), - [sym_null] = ACTIONS(2743), - [sym_undefined] = ACTIONS(2743), - [anon_sym_readonly] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_any] = ACTIONS(2735), - [anon_sym_number] = ACTIONS(2735), - [anon_sym_boolean] = ACTIONS(2735), - [anon_sym_string] = ACTIONS(2735), - [anon_sym_symbol] = ACTIONS(2735), - [anon_sym_abstract] = ACTIONS(2749), - [anon_sym_infer] = ACTIONS(2751), - [anon_sym_keyof] = ACTIONS(2753), - [anon_sym_unknown] = ACTIONS(2735), - [anon_sym_never] = ACTIONS(2735), - [anon_sym_object] = ACTIONS(2735), - [anon_sym_LBRACE_PIPE] = ACTIONS(2755), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1292), + [sym_constructor_type] = STATE(1292), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1292), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1292), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1292), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [980] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3011), - [sym_constructor_type] = STATE(3011), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3011), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3011), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3011), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4214), + [sym_string] = STATE(2671), + [sym_formal_parameters] = STATE(4211), + [sym_nested_type_identifier] = STATE(2596), + [sym__type] = STATE(3282), + [sym_constructor_type] = STATE(3282), + [sym__primary_type] = STATE(2688), + [sym_template_literal_type] = STATE(2691), + [sym_infer_type] = STATE(3282), + [sym_conditional_type] = STATE(2691), + [sym_generic_type] = STATE(2691), + [sym_type_query] = STATE(2691), + [sym_index_type_query] = STATE(2691), + [sym_lookup_type] = STATE(2691), + [sym_literal_type] = STATE(2691), + [sym__number] = STATE(2694), + [sym_existential_type] = STATE(2691), + [sym_flow_maybe_type] = STATE(2691), + [sym_parenthesized_type] = STATE(2691), + [sym_predefined_type] = STATE(2691), + [sym_object_type] = STATE(2691), + [sym_type_parameters] = STATE(4132), + [sym_array_type] = STATE(2691), + [sym_tuple_type] = STATE(2691), + [sym_readonly_type] = STATE(3282), + [sym_union_type] = STATE(2691), + [sym_intersection_type] = STATE(2691), + [sym_function_type] = STATE(3282), + [sym_identifier] = ACTIONS(1281), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_typeof] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1291), + [anon_sym_new] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(722), + [anon_sym_PIPE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(754), + [anon_sym_DQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1305), + [sym_number] = ACTIONS(1307), + [sym_this] = ACTIONS(1309), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [sym_null] = ACTIONS(1311), + [sym_undefined] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1313), + [anon_sym_QMARK] = ACTIONS(742), + [anon_sym_any] = ACTIONS(754), + [anon_sym_number] = ACTIONS(754), + [anon_sym_boolean] = ACTIONS(754), + [anon_sym_string] = ACTIONS(754), + [anon_sym_symbol] = ACTIONS(754), + [anon_sym_abstract] = ACTIONS(746), + [anon_sym_infer] = ACTIONS(748), + [anon_sym_keyof] = ACTIONS(750), + [anon_sym_unique] = ACTIONS(752), + [anon_sym_unknown] = ACTIONS(754), + [anon_sym_never] = ACTIONS(754), + [anon_sym_object] = ACTIONS(754), + [anon_sym_LBRACE_PIPE] = ACTIONS(756), }, [981] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2423), - [sym_constructor_type] = STATE(2423), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2423), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2423), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2423), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [982] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2458), - [sym_constructor_type] = STATE(2458), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2458), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2458), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2458), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2425), + [sym_constructor_type] = STATE(2425), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2425), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2425), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2425), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [983] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3446), - [sym_constructor_type] = STATE(3446), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3446), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3446), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3446), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2551), + [sym_constructor_type] = STATE(2551), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2551), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2551), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2551), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [984] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3115), - [sym_constructor_type] = STATE(3115), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3115), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3115), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3115), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(3642), + [sym_constructor_type] = STATE(3642), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(3642), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(3642), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(3642), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [985] = { - [sym_nested_identifier] = STATE(1333), - [sym_string] = STATE(1331), - [sym__module] = STATE(1461), - [sym_identifier] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1228), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(152), - [anon_sym_RBRACE] = ACTIONS(152), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(152), - [anon_sym_RPAREN] = ACTIONS(152), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(152), - [anon_sym_LBRACK] = ACTIONS(152), - [anon_sym_RBRACK] = ACTIONS(152), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(152), - [anon_sym_EQ_GT] = ACTIONS(213), - [anon_sym_QMARK_DOT] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(156), - [anon_sym_DASH_EQ] = ACTIONS(156), - [anon_sym_STAR_EQ] = ACTIONS(156), - [anon_sym_SLASH_EQ] = ACTIONS(156), - [anon_sym_PERCENT_EQ] = ACTIONS(156), - [anon_sym_CARET_EQ] = ACTIONS(156), - [anon_sym_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_EQ] = ACTIONS(156), - [anon_sym_GT_GT_EQ] = ACTIONS(156), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(156), - [anon_sym_LT_LT_EQ] = ACTIONS(156), - [anon_sym_STAR_STAR_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP_EQ] = ACTIONS(156), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(156), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(152), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(152), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(152), - [anon_sym_GT_EQ] = ACTIONS(152), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(152), - [anon_sym_DASH_DASH] = ACTIONS(152), - [anon_sym_DQUOTE] = ACTIONS(175), - [anon_sym_SQUOTE] = ACTIONS(177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(152), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(152), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1295), + [sym_constructor_type] = STATE(1295), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1295), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1295), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1295), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [986] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3072), - [sym_constructor_type] = STATE(3072), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3072), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3072), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3072), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), + [sym_nested_identifier] = STATE(4232), + [sym_string] = STATE(2517), + [sym_formal_parameters] = STATE(4233), + [sym_nested_type_identifier] = STATE(2414), + [sym__type] = STATE(2462), + [sym_constructor_type] = STATE(2462), + [sym__primary_type] = STATE(2423), + [sym_template_literal_type] = STATE(2486), + [sym_infer_type] = STATE(2462), + [sym_conditional_type] = STATE(2486), + [sym_generic_type] = STATE(2486), + [sym_type_query] = STATE(2486), + [sym_index_type_query] = STATE(2486), + [sym_lookup_type] = STATE(2486), + [sym_literal_type] = STATE(2486), + [sym__number] = STATE(2476), + [sym_existential_type] = STATE(2486), + [sym_flow_maybe_type] = STATE(2486), + [sym_parenthesized_type] = STATE(2486), + [sym_predefined_type] = STATE(2486), + [sym_object_type] = STATE(2486), + [sym_type_parameters] = STATE(4099), + [sym_array_type] = STATE(2486), + [sym_tuple_type] = STATE(2486), + [sym_readonly_type] = STATE(2462), + [sym_union_type] = STATE(2486), + [sym_intersection_type] = STATE(2486), + [sym_function_type] = STATE(2462), + [sym_identifier] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_typeof] = ACTIONS(1230), + [anon_sym_LPAREN] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_new] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(210), + [anon_sym_DQUOTE] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1244), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1246), + [sym_number] = ACTIONS(1248), + [sym_this] = ACTIONS(1250), + [sym_true] = ACTIONS(1252), + [sym_false] = ACTIONS(1252), + [sym_null] = ACTIONS(1252), + [sym_undefined] = ACTIONS(1252), + [anon_sym_readonly] = ACTIONS(1254), + [anon_sym_QMARK] = ACTIONS(604), + [anon_sym_any] = ACTIONS(210), + [anon_sym_number] = ACTIONS(210), + [anon_sym_boolean] = ACTIONS(210), + [anon_sym_string] = ACTIONS(210), + [anon_sym_symbol] = ACTIONS(210), + [anon_sym_abstract] = ACTIONS(202), + [anon_sym_infer] = ACTIONS(204), + [anon_sym_keyof] = ACTIONS(206), + [anon_sym_unique] = ACTIONS(208), + [anon_sym_unknown] = ACTIONS(210), + [anon_sym_never] = ACTIONS(210), + [anon_sym_object] = ACTIONS(210), + [anon_sym_LBRACE_PIPE] = ACTIONS(212), }, [987] = { - [sym_nested_identifier] = STATE(4186), - [sym_string] = STATE(1796), - [sym_formal_parameters] = STATE(4471), - [sym_nested_type_identifier] = STATE(1576), - [sym__type] = STATE(1815), - [sym_constructor_type] = STATE(1815), - [sym__primary_type] = STATE(1790), - [sym_template_literal_type] = STATE(1789), - [sym_infer_type] = STATE(1815), - [sym_conditional_type] = STATE(1789), - [sym_generic_type] = STATE(1789), - [sym_type_query] = STATE(1789), - [sym_index_type_query] = STATE(1789), - [sym_lookup_type] = STATE(1789), - [sym_literal_type] = STATE(1789), - [sym__number] = STATE(1784), - [sym_existential_type] = STATE(1789), - [sym_flow_maybe_type] = STATE(1789), - [sym_parenthesized_type] = STATE(1789), - [sym_predefined_type] = STATE(1789), - [sym_object_type] = STATE(1789), - [sym_type_parameters] = STATE(3866), - [sym_array_type] = STATE(1789), - [sym_tuple_type] = STATE(1789), - [sym_readonly_type] = STATE(1815), - [sym_union_type] = STATE(1789), - [sym_intersection_type] = STATE(1789), - [sym_function_type] = STATE(1815), - [sym_identifier] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_typeof] = ACTIONS(2843), - [anon_sym_LPAREN] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2855), - [anon_sym_void] = ACTIONS(2857), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2859), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2915), - [sym_true] = ACTIONS(2865), - [sym_false] = ACTIONS(2865), - [sym_null] = ACTIONS(2865), - [sym_undefined] = ACTIONS(2865), - [anon_sym_readonly] = ACTIONS(2867), - [anon_sym_QMARK] = ACTIONS(2869), - [anon_sym_any] = ACTIONS(2857), - [anon_sym_number] = ACTIONS(2857), - [anon_sym_boolean] = ACTIONS(2857), - [anon_sym_string] = ACTIONS(2857), - [anon_sym_symbol] = ACTIONS(2857), - [anon_sym_abstract] = ACTIONS(2871), - [anon_sym_infer] = ACTIONS(2873), - [anon_sym_keyof] = ACTIONS(2875), - [anon_sym_unknown] = ACTIONS(2857), - [anon_sym_never] = ACTIONS(2857), - [anon_sym_object] = ACTIONS(2857), - [anon_sym_LBRACE_PIPE] = ACTIONS(2877), + [sym_nested_identifier] = STATE(4209), + [sym_string] = STATE(1274), + [sym_formal_parameters] = STATE(4306), + [sym_nested_type_identifier] = STATE(1234), + [sym__type] = STATE(1296), + [sym_constructor_type] = STATE(1296), + [sym__primary_type] = STATE(1275), + [sym_template_literal_type] = STATE(1276), + [sym_infer_type] = STATE(1296), + [sym_conditional_type] = STATE(1276), + [sym_generic_type] = STATE(1276), + [sym_type_query] = STATE(1276), + [sym_index_type_query] = STATE(1276), + [sym_lookup_type] = STATE(1276), + [sym_literal_type] = STATE(1276), + [sym__number] = STATE(1278), + [sym_existential_type] = STATE(1276), + [sym_flow_maybe_type] = STATE(1276), + [sym_parenthesized_type] = STATE(1276), + [sym_predefined_type] = STATE(1276), + [sym_object_type] = STATE(1276), + [sym_type_parameters] = STATE(4141), + [sym_array_type] = STATE(1276), + [sym_tuple_type] = STATE(1276), + [sym_readonly_type] = STATE(1296), + [sym_union_type] = STATE(1276), + [sym_intersection_type] = STATE(1276), + [sym_function_type] = STATE(1296), + [sym_identifier] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_typeof] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_new] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_void] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2623), + [sym_number] = ACTIONS(2625), + [sym_this] = ACTIONS(2757), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [sym_null] = ACTIONS(2629), + [sym_undefined] = ACTIONS(2629), + [anon_sym_readonly] = ACTIONS(2631), + [anon_sym_QMARK] = ACTIONS(2633), + [anon_sym_any] = ACTIONS(2621), + [anon_sym_number] = ACTIONS(2621), + [anon_sym_boolean] = ACTIONS(2621), + [anon_sym_string] = ACTIONS(2621), + [anon_sym_symbol] = ACTIONS(2621), + [anon_sym_abstract] = ACTIONS(2635), + [anon_sym_infer] = ACTIONS(2639), + [anon_sym_keyof] = ACTIONS(2641), + [anon_sym_unique] = ACTIONS(2643), + [anon_sym_unknown] = ACTIONS(2621), + [anon_sym_never] = ACTIONS(2621), + [anon_sym_object] = ACTIONS(2621), + [anon_sym_LBRACE_PIPE] = ACTIONS(2645), }, [988] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(3191), - [sym_constructor_type] = STATE(3191), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(3191), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(3191), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(3191), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(1258), + [sym_string] = STATE(1267), + [sym__module] = STATE(1531), + [sym_identifier] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1226), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [989] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3577), - [sym_constructor_type] = STATE(3577), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3577), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3577), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3577), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [990] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3493), - [sym_constructor_type] = STATE(3493), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3493), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3493), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3493), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [991] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3489), - [sym_constructor_type] = STATE(3489), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3489), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3489), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3489), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [992] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2838), - [sym_constructor_type] = STATE(2838), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2838), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2838), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2838), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), - }, - [993] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3566), - [sym_constructor_type] = STATE(3566), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3566), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3566), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3566), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [994] = { - [sym_nested_identifier] = STATE(4196), - [sym_string] = STATE(2712), - [sym_formal_parameters] = STATE(4275), - [sym_nested_type_identifier] = STATE(2615), - [sym__type] = STATE(2750), - [sym_constructor_type] = STATE(2750), - [sym__primary_type] = STATE(2718), - [sym_template_literal_type] = STATE(2719), - [sym_infer_type] = STATE(2750), - [sym_conditional_type] = STATE(2719), - [sym_generic_type] = STATE(2719), - [sym_type_query] = STATE(2719), - [sym_index_type_query] = STATE(2719), - [sym_lookup_type] = STATE(2719), - [sym_literal_type] = STATE(2719), - [sym__number] = STATE(2720), - [sym_existential_type] = STATE(2719), - [sym_flow_maybe_type] = STATE(2719), - [sym_parenthesized_type] = STATE(2719), - [sym_predefined_type] = STATE(2719), - [sym_object_type] = STATE(2719), - [sym_type_parameters] = STATE(3863), - [sym_array_type] = STATE(2719), - [sym_tuple_type] = STATE(2719), - [sym_readonly_type] = STATE(2750), - [sym_union_type] = STATE(2719), - [sym_intersection_type] = STATE(2719), - [sym_function_type] = STATE(2750), - [sym_identifier] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_typeof] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_void] = ACTIONS(2595), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2601), - [sym_number] = ACTIONS(2603), - [sym_this] = ACTIONS(2919), - [sym_true] = ACTIONS(2607), - [sym_false] = ACTIONS(2607), - [sym_null] = ACTIONS(2607), - [sym_undefined] = ACTIONS(2607), - [anon_sym_readonly] = ACTIONS(2609), - [anon_sym_QMARK] = ACTIONS(2611), - [anon_sym_any] = ACTIONS(2595), - [anon_sym_number] = ACTIONS(2595), - [anon_sym_boolean] = ACTIONS(2595), - [anon_sym_string] = ACTIONS(2595), - [anon_sym_symbol] = ACTIONS(2595), - [anon_sym_abstract] = ACTIONS(2613), - [anon_sym_infer] = ACTIONS(2617), - [anon_sym_keyof] = ACTIONS(2619), - [anon_sym_unknown] = ACTIONS(2595), - [anon_sym_never] = ACTIONS(2595), - [anon_sym_object] = ACTIONS(2595), - [anon_sym_LBRACE_PIPE] = ACTIONS(2621), - }, - [995] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2487), - [sym_constructor_type] = STATE(2487), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2487), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2487), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2487), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [996] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(3087), - [sym_constructor_type] = STATE(3087), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(3087), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(3087), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(3087), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [997] = { - [sym_nested_identifier] = STATE(4216), - [sym_string] = STATE(2436), - [sym_formal_parameters] = STATE(4214), - [sym_nested_type_identifier] = STATE(2399), - [sym__type] = STATE(2416), - [sym_constructor_type] = STATE(2416), - [sym__primary_type] = STATE(2443), - [sym_template_literal_type] = STATE(2445), - [sym_infer_type] = STATE(2416), - [sym_conditional_type] = STATE(2445), - [sym_generic_type] = STATE(2445), - [sym_type_query] = STATE(2445), - [sym_index_type_query] = STATE(2445), - [sym_lookup_type] = STATE(2445), - [sym_literal_type] = STATE(2445), - [sym__number] = STATE(2421), - [sym_existential_type] = STATE(2445), - [sym_flow_maybe_type] = STATE(2445), - [sym_parenthesized_type] = STATE(2445), - [sym_predefined_type] = STATE(2445), - [sym_object_type] = STATE(2445), - [sym_type_parameters] = STATE(3981), - [sym_array_type] = STATE(2445), - [sym_tuple_type] = STATE(2445), - [sym_readonly_type] = STATE(2416), - [sym_union_type] = STATE(2445), - [sym_intersection_type] = STATE(2445), - [sym_function_type] = STATE(2416), - [sym_identifier] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(1230), - [anon_sym_typeof] = ACTIONS(1232), - [anon_sym_LPAREN] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(600), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_void] = ACTIONS(203), - [anon_sym_DQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1248), - [sym_number] = ACTIONS(1250), - [sym_this] = ACTIONS(1252), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [sym_null] = ACTIONS(1254), - [sym_undefined] = ACTIONS(1254), - [anon_sym_readonly] = ACTIONS(1256), - [anon_sym_QMARK] = ACTIONS(616), - [anon_sym_any] = ACTIONS(203), - [anon_sym_number] = ACTIONS(203), - [anon_sym_boolean] = ACTIONS(203), - [anon_sym_string] = ACTIONS(203), - [anon_sym_symbol] = ACTIONS(203), - [anon_sym_abstract] = ACTIONS(197), - [anon_sym_infer] = ACTIONS(199), - [anon_sym_keyof] = ACTIONS(201), - [anon_sym_unknown] = ACTIONS(203), - [anon_sym_never] = ACTIONS(203), - [anon_sym_object] = ACTIONS(203), - [anon_sym_LBRACE_PIPE] = ACTIONS(205), - }, - [998] = { - [sym_nested_identifier] = STATE(4140), - [sym_string] = STATE(2666), - [sym_formal_parameters] = STATE(4357), - [sym_nested_type_identifier] = STATE(2536), - [sym__type] = STATE(2628), - [sym_constructor_type] = STATE(2628), - [sym__primary_type] = STATE(2662), - [sym_template_literal_type] = STATE(2613), - [sym_infer_type] = STATE(2628), - [sym_conditional_type] = STATE(2613), - [sym_generic_type] = STATE(2613), - [sym_type_query] = STATE(2613), - [sym_index_type_query] = STATE(2613), - [sym_lookup_type] = STATE(2613), - [sym_literal_type] = STATE(2613), - [sym__number] = STATE(2660), - [sym_existential_type] = STATE(2613), - [sym_flow_maybe_type] = STATE(2613), - [sym_parenthesized_type] = STATE(2613), - [sym_predefined_type] = STATE(2613), - [sym_object_type] = STATE(2613), - [sym_type_parameters] = STATE(4034), - [sym_array_type] = STATE(2613), - [sym_tuple_type] = STATE(2613), - [sym_readonly_type] = STATE(2628), - [sym_union_type] = STATE(2613), - [sym_intersection_type] = STATE(2613), - [sym_function_type] = STATE(2628), - [sym_identifier] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_typeof] = ACTIONS(1289), - [anon_sym_LPAREN] = ACTIONS(1291), - [anon_sym_LBRACK] = ACTIONS(1293), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(732), - [anon_sym_PIPE] = ACTIONS(734), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_void] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1307), - [sym_number] = ACTIONS(1309), - [sym_this] = ACTIONS(1311), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1315), - [anon_sym_QMARK] = ACTIONS(752), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_abstract] = ACTIONS(756), - [anon_sym_infer] = ACTIONS(758), - [anon_sym_keyof] = ACTIONS(760), - [anon_sym_unknown] = ACTIONS(762), - [anon_sym_never] = ACTIONS(762), - [anon_sym_object] = ACTIONS(762), - [anon_sym_LBRACE_PIPE] = ACTIONS(764), + [sym_nested_identifier] = STATE(1258), + [sym_string] = STATE(1267), + [sym__module] = STATE(1531), + [sym_identifier] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1321), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(220), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(180), + [anon_sym_SQUOTE] = ACTIONS(182), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, }; @@ -110865,23 +110068,661 @@ static const uint16_t ts_small_parse_table[] = { [0] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, + ACTIONS(180), 1, + anon_sym_DQUOTE, + ACTIONS(182), 1, + anon_sym_SQUOTE, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(2801), 1, + sym_identifier, + STATE(1258), 1, + sym_nested_identifier, + STATE(1267), 1, + sym_string, + STATE(1531), 1, + sym__module, + ACTIONS(149), 15, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [89] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + anon_sym_DQUOTE, + ACTIONS(85), 1, + anon_sym_SQUOTE, + ACTIONS(1256), 1, + anon_sym_EQ, + ACTIONS(1258), 1, + anon_sym_EQ_GT, + ACTIONS(2935), 1, + sym_identifier, + STATE(1223), 1, + sym_string, + STATE(1224), 1, + sym_nested_identifier, + STATE(1384), 1, + sym__module, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 26, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + anon_sym_of, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [178] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(180), 1, + anon_sym_DQUOTE, + ACTIONS(182), 1, + anon_sym_SQUOTE, + ACTIONS(220), 1, + anon_sym_EQ_GT, + ACTIONS(1226), 1, + anon_sym_EQ, + ACTIONS(1267), 1, + anon_sym_COLON, + ACTIONS(2801), 1, + sym_identifier, + STATE(1258), 1, + sym_nested_identifier, + STATE(1267), 1, + sym_string, + STATE(1531), 1, + sym__module, + ACTIONS(1264), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(149), 11, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [271] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(1260), 1, + anon_sym_EQ, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(1907), 1, + anon_sym_COLON, + ACTIONS(2745), 1, + sym_identifier, + STATE(589), 1, + sym_nested_identifier, + STATE(615), 1, + sym_string, + STATE(678), 1, + sym__module, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [362] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(1260), 1, + anon_sym_EQ, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(1911), 1, + anon_sym_COLON, + ACTIONS(2745), 1, + sym_identifier, + STATE(589), 1, + sym_nested_identifier, + STATE(615), 1, + sym_string, + STATE(678), 1, + sym__module, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [453] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(177), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(1264), 1, + ACTIONS(1258), 1, anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(2801), 1, + sym_identifier, + STATE(1258), 1, + sym_nested_identifier, + STATE(1267), 1, + sym_string, + STATE(1531), 1, + sym__module, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 26, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + anon_sym_of, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [542] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + anon_sym_DQUOTE, + ACTIONS(85), 1, + anon_sym_SQUOTE, + ACTIONS(1260), 1, + anon_sym_EQ, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(1911), 1, + anon_sym_COLON, + ACTIONS(2935), 1, + sym_identifier, + STATE(1223), 1, + sym_string, + STATE(1224), 1, + sym_nested_identifier, + STATE(1384), 1, + sym__module, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [633] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1260), 1, + anon_sym_EQ, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(1907), 1, + anon_sym_COLON, + ACTIONS(2739), 1, + sym_identifier, + ACTIONS(2741), 1, + anon_sym_DQUOTE, + ACTIONS(2743), 1, + anon_sym_SQUOTE, + STATE(139), 1, + sym_nested_identifier, + STATE(142), 1, + sym_string, + STATE(164), 1, + sym__module, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [724] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + anon_sym_DQUOTE, + ACTIONS(85), 1, + anon_sym_SQUOTE, + ACTIONS(1260), 1, anon_sym_EQ, - ACTIONS(2759), 1, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(2935), 1, sym_identifier, - STATE(1331), 1, + STATE(1223), 1, sym_string, - STATE(1333), 1, + STATE(1224), 1, sym_nested_identifier, - STATE(1461), 1, + STATE(1384), 1, sym__module, - ACTIONS(156), 15, + ACTIONS(149), 15, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110897,12 +110738,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(152), 16, + ACTIONS(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [813] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + anon_sym_DQUOTE, + ACTIONS(85), 1, + anon_sym_SQUOTE, + ACTIONS(1260), 1, + anon_sym_EQ, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(2031), 1, + anon_sym_in, + ACTIONS(2034), 1, + anon_sym_of, + ACTIONS(2935), 1, + sym_identifier, + STATE(1223), 1, + sym_string, + STATE(1224), 1, + sym_nested_identifier, + STATE(1384), 1, + sym__module, + ACTIONS(149), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 24, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [906] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(1850), 1, anon_sym_RBRACE, + ACTIONS(1860), 1, anon_sym_LPAREN, + ACTIONS(1863), 1, + anon_sym_COLON, + ACTIONS(1872), 1, + anon_sym_LT, + ACTIONS(1875), 1, + anon_sym_QMARK, + ACTIONS(1899), 1, + anon_sym_EQ, + ACTIONS(2937), 1, + sym_identifier, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(149), 13, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -110912,16 +110879,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 24, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [998] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(180), 1, + anon_sym_DQUOTE, + ACTIONS(182), 1, + anon_sym_SQUOTE, + ACTIONS(1279), 1, + anon_sym_EQ_GT, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(2801), 1, + sym_identifier, + STATE(1258), 1, + sym_nested_identifier, + STATE(1267), 1, + sym_string, + STATE(1531), 1, + sym__module, + ACTIONS(149), 13, + sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 26, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_DASH_DASH, + anon_sym_satisfies, + anon_sym_implements, + [1086] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(180), 1, + anon_sym_DQUOTE, + ACTIONS(182), 1, + anon_sym_SQUOTE, + ACTIONS(1269), 1, + anon_sym_EQ, + ACTIONS(1271), 1, + anon_sym_EQ_GT, + ACTIONS(2801), 1, + sym_identifier, + STATE(1258), 1, + sym_nested_identifier, + STATE(1267), 1, + sym_string, + STATE(1531), 1, + sym__module, + ACTIONS(149), 14, + sym__ternary_qmark, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, anon_sym_BQUOTE, - ACTIONS(116), 24, + ACTIONS(153), 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(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110932,41 +111063,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [89] = 14, + [1174] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(1262), 1, anon_sym_EQ_GT, - ACTIONS(1228), 1, - anon_sym_EQ, - ACTIONS(1273), 1, + ACTIONS(1860), 1, + anon_sym_LPAREN, + ACTIONS(1863), 1, anon_sym_COLON, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(1270), 3, - anon_sym_COMMA, + ACTIONS(1872), 1, + anon_sym_LT, + ACTIONS(1875), 1, + anon_sym_QMARK, + ACTIONS(1889), 1, anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(152), 12, + ACTIONS(1899), 1, + anon_sym_EQ, + ACTIONS(2937), 1, + sym_identifier, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -110975,9 +111109,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110993,14 +111126,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(116), 24, + ACTIONS(118), 24, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111011,37 +111142,42 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [182] = 12, + [1266] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - anon_sym_DQUOTE, - ACTIONS(83), 1, - anon_sym_SQUOTE, - ACTIONS(1258), 1, - anon_sym_EQ, - ACTIONS(1260), 1, + ACTIONS(1262), 1, anon_sym_EQ_GT, - ACTIONS(2921), 1, + ACTIONS(1860), 1, + anon_sym_LPAREN, + ACTIONS(1863), 1, + anon_sym_COLON, + ACTIONS(1872), 1, + anon_sym_LT, + ACTIONS(1875), 1, + anon_sym_QMARK, + ACTIONS(1891), 1, + anon_sym_RBRACE, + ACTIONS(1899), 1, + anon_sym_EQ, + ACTIONS(2937), 1, sym_identifier, - STATE(1234), 1, - sym_nested_identifier, - STATE(1244), 1, - sym_string, - STATE(1383), 1, - sym__module, - ACTIONS(152), 15, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(149), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -111051,9 +111187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111069,15 +111204,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(116), 25, + ACTIONS(118), 24, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111088,40 +111220,39 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [271] = 13, + [1358] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, + ACTIONS(180), 1, + anon_sym_DQUOTE, + ACTIONS(182), 1, + anon_sym_SQUOTE, + ACTIONS(1277), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(1279), 1, anon_sym_EQ_GT, - ACTIONS(1919), 1, - anon_sym_COLON, - ACTIONS(2559), 1, + ACTIONS(2801), 1, sym_identifier, - ACTIONS(2561), 1, - anon_sym_DQUOTE, - ACTIONS(2563), 1, - anon_sym_SQUOTE, - STATE(152), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(153), 1, + STATE(1267), 1, sym_string, - STATE(184), 1, + STATE(1531), 1, sym__module, - ACTIONS(152), 15, - sym__automatic_semicolon, + ACTIONS(149), 13, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -111130,9 +111261,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111148,14 +111278,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(116), 24, + ACTIONS(118), 26, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111166,41 +111294,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [362] = 13, + anon_sym_implements, + [1446] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(1262), 1, - anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(1271), 1, anon_sym_EQ_GT, - ACTIONS(1917), 1, - anon_sym_COLON, - ACTIONS(2565), 1, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(2801), 1, sym_identifier, - STATE(609), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(631), 1, + STATE(1267), 1, sym_string, - STATE(653), 1, + STATE(1531), 1, sym__module, - ACTIONS(152), 15, - sym__automatic_semicolon, + ACTIONS(149), 14, sym__ternary_qmark, - anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -111208,9 +111338,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111226,14 +111355,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111244,40 +111371,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [453] = 13, + [1534] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, + ACTIONS(124), 1, + anon_sym_COMMA, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(83), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(1262), 1, - anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(217), 1, + anon_sym_RBRACK, + ACTIONS(1271), 1, anon_sym_EQ_GT, - ACTIONS(1909), 1, + ACTIONS(2052), 1, + anon_sym_EQ, + ACTIONS(2055), 1, anon_sym_COLON, - ACTIONS(2921), 1, + ACTIONS(2801), 1, sym_identifier, - STATE(1234), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(1244), 1, + STATE(1267), 1, sym_string, - STATE(1383), 1, + STATE(1531), 1, sym__module, - ACTIONS(152), 15, - sym__automatic_semicolon, + ACTIONS(149), 11, sym__ternary_qmark, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -111286,9 +111417,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111304,14 +111434,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111322,51 +111450,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [544] = 13, + [1628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - anon_sym_DQUOTE, - ACTIONS(83), 1, - anon_sym_SQUOTE, - ACTIONS(1262), 1, + ACTIONS(2939), 24, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1917), 1, - anon_sym_COLON, - ACTIONS(2921), 1, - sym_identifier, - STATE(1234), 1, - sym_nested_identifier, - STATE(1244), 1, - sym_string, - STATE(1383), 1, - sym__module, - ACTIONS(152), 15, - sym__automatic_semicolon, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(2941), 37, sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(156), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111382,14 +111517,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(116), 24, + 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, + anon_sym_satisfies, + anon_sym_implements, + [1697] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2943), 24, anon_sym_STAR, - anon_sym_as, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111400,40 +111545,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(2945), 37, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [635] = 14, + anon_sym_implements, + [1766] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - anon_sym_DQUOTE, - ACTIONS(83), 1, - anon_sym_SQUOTE, - ACTIONS(1262), 1, + ACTIONS(1273), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(1275), 1, anon_sym_EQ_GT, - ACTIONS(2037), 1, - anon_sym_in, - ACTIONS(2040), 1, - anon_sym_of, - ACTIONS(2921), 1, + ACTIONS(2739), 1, sym_identifier, - STATE(1234), 1, + ACTIONS(2741), 1, + anon_sym_DQUOTE, + ACTIONS(2743), 1, + anon_sym_SQUOTE, + STATE(139), 1, sym_nested_identifier, - STATE(1244), 1, + STATE(142), 1, sym_string, - STATE(1383), 1, + STATE(164), 1, sym__module, - ACTIONS(152), 15, + ACTIONS(149), 13, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -111444,9 +111624,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111462,13 +111641,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(116), 23, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111479,33 +111657,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [728] = 12, + [1853] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - anon_sym_DQUOTE, - ACTIONS(83), 1, - anon_sym_SQUOTE, - ACTIONS(1262), 1, + ACTIONS(1863), 1, + anon_sym_COLON, + ACTIONS(1875), 1, + anon_sym_QMARK, + ACTIONS(1891), 1, + anon_sym_RBRACE, + ACTIONS(2949), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(2953), 1, + anon_sym_LPAREN, + ACTIONS(2956), 1, anon_sym_EQ_GT, - ACTIONS(2921), 1, - sym_identifier, - STATE(1234), 1, - sym_nested_identifier, - STATE(1244), 1, - sym_string, - STATE(1383), 1, - sym__module, - ACTIONS(156), 15, + ACTIONS(2960), 1, + anon_sym_LT, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111521,12 +111704,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(152), 16, + ACTIONS(2951), 16, sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -111535,17 +111717,15 @@ static const uint16_t ts_small_parse_table[] = { 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(116), 24, + anon_sym_satisfies, + ACTIONS(2947), 21, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111556,51 +111736,35 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, - anon_sym_satisfies, - [817] = 13, + anon_sym_DASH_DASH, + [1942] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(1262), 1, - anon_sym_EQ, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1909), 1, + ACTIONS(1863), 1, anon_sym_COLON, - ACTIONS(2923), 1, - sym_identifier, - STATE(631), 1, - sym_string, - STATE(653), 1, - sym__module, - STATE(3508), 1, - sym_nested_identifier, - ACTIONS(152), 15, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_QMARK, + ACTIONS(1889), 1, + anon_sym_RBRACE, + ACTIONS(2949), 1, + anon_sym_EQ, + ACTIONS(2953), 1, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(2956), 1, + anon_sym_EQ_GT, + ACTIONS(2960), 1, + anon_sym_LT, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111616,14 +111780,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(116), 24, - anon_sym_STAR, + ACTIONS(2951), 16, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2947), 21, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111634,49 +111812,56 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, - anon_sym_satisfies, - [908] = 12, + anon_sym_DASH_DASH, + [2031] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1260), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(2963), 1, anon_sym_EQ, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 15, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, + ACTIONS(2967), 1, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(2971), 1, anon_sym_DOT, + ACTIONS(2973), 1, + anon_sym_EQ_GT, + ACTIONS(2975), 1, anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2965), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, 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(156), 15, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111692,70 +111877,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 25, + ACTIONS(2947), 18, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [997] = 13, + anon_sym_DASH_DASH, + [2122] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(1262), 1, - anon_sym_EQ, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1919), 1, - anon_sym_COLON, - ACTIONS(2565), 1, - sym_identifier, - STATE(609), 1, - sym_nested_identifier, - STATE(631), 1, + ACTIONS(2811), 1, + anon_sym_STAR, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2823), 1, + anon_sym_LBRACK, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(2981), 1, + anon_sym_export, + ACTIONS(2986), 1, + anon_sym_async, + ACTIONS(2988), 1, + anon_sym_static, + ACTIONS(2990), 1, + anon_sym_readonly, + ACTIONS(2996), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2307), 1, + sym_accessibility_modifier, + STATE(2325), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(2831), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2983), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2992), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(2994), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2603), 3, sym_string, - STATE(653), 1, - sym__module, - ACTIONS(152), 15, - sym__automatic_semicolon, + sym__property_name, + sym_computed_property_name, + STATE(4083), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4107), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + STATE(3148), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(2979), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [2255] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2998), 24, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3000), 37, sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(156), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111771,14 +112051,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(116), 24, + 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, + anon_sym_satisfies, + anon_sym_implements, + [2324] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3002), 24, anon_sym_STAR, - anon_sym_as, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111789,52 +112079,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [1088] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1844), 1, - anon_sym_LPAREN, - ACTIONS(1847), 1, - anon_sym_COLON, - ACTIONS(1850), 1, - anon_sym_LT, - ACTIONS(1859), 1, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(1889), 1, - anon_sym_RBRACE, - ACTIONS(1897), 1, - anon_sym_EQ, - ACTIONS(2925), 1, - sym_identifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(152), 14, - sym__automatic_semicolon, + ACTIONS(3004), 37, sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(156), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111850,65 +112117,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 23, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, + anon_sym_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, anon_sym_satisfies, - [1180] = 12, + anon_sym_implements, + [2393] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1281), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(2963), 1, anon_sym_EQ, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 14, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(2973), 1, + anon_sym_EQ_GT, + ACTIONS(3006), 1, anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3008), 1, anon_sym_DOT, + ACTIONS(3010), 1, anon_sym_QMARK_DOT, + ACTIONS(3012), 1, + anon_sym_LT, + STATE(2575), 1, + sym_arguments, + STATE(2659), 1, + sym_type_arguments, + ACTIONS(2969), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2965), 7, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2951), 10, + sym__ternary_qmark, + anon_sym_as, 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(156), 15, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111924,71 +112183,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 25, + ACTIONS(2947), 19, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - anon_sym_implements, - [1268] = 14, + anon_sym_DASH_DASH, + [2484] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1264), 1, + ACTIONS(1262), 1, anon_sym_EQ_GT, - ACTIONS(1834), 1, + ACTIONS(1850), 1, anon_sym_RBRACE, - ACTIONS(1844), 1, + ACTIONS(1860), 1, anon_sym_LPAREN, - ACTIONS(1847), 1, + ACTIONS(1863), 1, anon_sym_COLON, - ACTIONS(1850), 1, + ACTIONS(1872), 1, anon_sym_LT, - ACTIONS(1859), 1, + ACTIONS(1875), 1, anon_sym_QMARK, - ACTIONS(1897), 1, + ACTIONS(1899), 1, anon_sym_EQ, - ACTIONS(2925), 1, - sym_identifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(152), 14, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(156), 15, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112004,13 +112240,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(116), 23, - anon_sym_STAR, + ACTIONS(149), 16, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(118), 21, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112021,49 +112272,55 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, - anon_sym_satisfies, - [1360] = 12, + anon_sym_DASH_DASH, + [2573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(3014), 24, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 15, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3016), 37, sym__ternary_qmark, + anon_sym_as, + 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, anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(156), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112079,55 +112336,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, + anon_sym_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, anon_sym_satisfies, - [1448] = 12, + anon_sym_implements, + [2642] = 35, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2811), 1, + anon_sym_STAR, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2823), 1, + anon_sym_LBRACK, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(2981), 1, + anon_sym_export, + ACTIONS(2986), 1, + anon_sym_async, + ACTIONS(2988), 1, + anon_sym_static, + ACTIONS(2990), 1, + anon_sym_readonly, + ACTIONS(2996), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2307), 1, + sym_accessibility_modifier, + STATE(2325), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(2831), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2983), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2992), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(2994), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2603), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(4083), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4107), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + STATE(3043), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(2979), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [2775] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(177), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(1266), 1, + ACTIONS(1269), 1, anon_sym_EQ, - ACTIONS(1268), 1, + ACTIONS(1271), 1, anon_sym_EQ_GT, - ACTIONS(2759), 1, + ACTIONS(2055), 1, + anon_sym_COLON, + ACTIONS(2801), 1, sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(1461), 1, + STATE(1267), 1, + sym_string, + STATE(1531), 1, sym__module, - ACTIONS(152), 15, + ACTIONS(149), 12, sym__ternary_qmark, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, @@ -112137,9 +112476,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112155,14 +112493,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112173,52 +112509,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1536] = 14, + [2864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1844), 1, - anon_sym_LPAREN, - ACTIONS(1847), 1, - anon_sym_COLON, - ACTIONS(1850), 1, + ACTIONS(3018), 24, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_BANG, + anon_sym_in, + 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_LT, - ACTIONS(1859), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(1897), 1, - anon_sym_EQ, - ACTIONS(2925), 1, - sym_identifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(152), 14, - sym__automatic_semicolon, + ACTIONS(3020), 37, sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + anon_sym_satisfies, + anon_sym_implements, + [2933] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(1860), 1, + anon_sym_LPAREN, + ACTIONS(1863), 1, + anon_sym_COLON, + ACTIONS(1872), 1, + anon_sym_LT, + ACTIONS(1875), 1, + anon_sym_QMARK, + ACTIONS(1891), 1, + anon_sym_RBRACE, + ACTIONS(1899), 1, + anon_sym_EQ, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112234,13 +112622,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(116), 23, - anon_sym_STAR, + ACTIONS(149), 16, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(118), 21, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112251,41 +112654,37 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, - anon_sym_satisfies, - [1628] = 15, + anon_sym_DASH_DASH, + [3022] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(122), 1, - anon_sym_COMMA, - ACTIONS(175), 1, + ACTIONS(1273), 1, + anon_sym_EQ, + ACTIONS(1275), 1, + anon_sym_EQ_GT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(177), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(210), 1, - anon_sym_RBRACK, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(2064), 1, - anon_sym_EQ, - ACTIONS(2067), 1, - anon_sym_COLON, - ACTIONS(2759), 1, + ACTIONS(3022), 1, sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, + STATE(2909), 1, sym_nested_identifier, - STATE(1461), 1, + STATE(2927), 1, + sym_string, + STATE(3251), 1, sym__module, - ACTIONS(152), 12, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -112294,9 +112693,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112312,14 +112710,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112330,37 +112726,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1722] = 12, + [3109] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(177), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(1279), 1, + ACTIONS(1273), 1, anon_sym_EQ, - ACTIONS(1281), 1, + ACTIONS(1275), 1, anon_sym_EQ_GT, - ACTIONS(2759), 1, + ACTIONS(2745), 1, sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, + STATE(589), 1, sym_nested_identifier, - STATE(1461), 1, + STATE(615), 1, + sym_string, + STATE(678), 1, sym__module, - ACTIONS(152), 14, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -112369,9 +112768,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112387,14 +112785,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(116), 25, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112405,102 +112801,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - anon_sym_implements, - [1810] = 3, + [3196] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2927), 23, - anon_sym_STAR, + ACTIONS(124), 1, + anon_sym_COMMA, + ACTIONS(180), 1, + anon_sym_DQUOTE, + ACTIONS(182), 1, + anon_sym_SQUOTE, + ACTIONS(217), 1, + anon_sym_RBRACK, + ACTIONS(1271), 1, + anon_sym_EQ_GT, + ACTIONS(2052), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2929), 38, + ACTIONS(2801), 1, + sym_identifier, + STATE(1258), 1, + sym_nested_identifier, + STATE(1267), 1, + sym_string, + STATE(1531), 1, + sym__module, + ACTIONS(149), 11, sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, - anon_sym_satisfies, - anon_sym_implements, - [1879] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1834), 1, - anon_sym_RBRACE, - ACTIONS(1847), 1, - anon_sym_COLON, - ACTIONS(1859), 1, - anon_sym_QMARK, - ACTIONS(2933), 1, - anon_sym_EQ, - ACTIONS(2937), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - anon_sym_LT, - ACTIONS(2943), 1, - anon_sym_EQ_GT, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112516,30 +112862,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(2935), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 20, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112550,31 +112878,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [1968] = 12, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [3287] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(177), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(1277), 1, + ACTIONS(1275), 1, anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(1321), 1, anon_sym_EQ, - ACTIONS(2759), 1, + ACTIONS(2801), 1, sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(1461), 1, + STATE(1267), 1, + sym_string, + STATE(1531), 1, sym__module, - ACTIONS(152), 14, + ACTIONS(149), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, @@ -112587,9 +112920,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112605,14 +112937,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112623,38 +112953,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [2055] = 12, + [3374] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1275), 1, + ACTIONS(180), 1, + anon_sym_DQUOTE, + ACTIONS(182), 1, + anon_sym_SQUOTE, + ACTIONS(1269), 1, anon_sym_EQ, - ACTIONS(1277), 1, + ACTIONS(1271), 1, anon_sym_EQ_GT, - ACTIONS(2559), 1, + ACTIONS(2069), 1, + anon_sym_COLON, + ACTIONS(2801), 1, sym_identifier, - ACTIONS(2561), 1, - anon_sym_DQUOTE, - ACTIONS(2563), 1, - anon_sym_SQUOTE, - STATE(152), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(153), 1, + STATE(1267), 1, sym_string, - STATE(184), 1, + STATE(1531), 1, sym__module, - ACTIONS(152), 14, - sym__automatic_semicolon, + ACTIONS(149), 12, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -112662,9 +112996,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112680,14 +113013,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112698,35 +113029,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [2142] = 13, + [3463] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1847), 1, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(1860), 1, + anon_sym_LPAREN, + ACTIONS(1863), 1, anon_sym_COLON, - ACTIONS(1859), 1, + ACTIONS(1872), 1, + anon_sym_LT, + ACTIONS(1875), 1, anon_sym_QMARK, ACTIONS(1889), 1, anon_sym_RBRACE, - ACTIONS(2933), 1, + ACTIONS(1899), 1, anon_sym_EQ, - ACTIONS(2937), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - anon_sym_LT, - ACTIONS(2943), 1, - anon_sym_EQ_GT, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(2945), 15, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112742,7 +113076,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(2935), 17, + ACTIONS(149), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -112757,15 +113091,39 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 20, + ACTIONS(118), 21, anon_sym_STAR, anon_sym_BANG, anon_sym_in, 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, + [3552] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3024), 24, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112776,33 +113134,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [2231] = 13, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3026), 37, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [3621] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1264), 1, + ACTIONS(83), 1, + anon_sym_DQUOTE, + ACTIONS(85), 1, + anon_sym_SQUOTE, + ACTIONS(1273), 1, + anon_sym_EQ, + ACTIONS(1275), 1, anon_sym_EQ_GT, - ACTIONS(1844), 1, + ACTIONS(2935), 1, + sym_identifier, + STATE(1223), 1, + sym_string, + STATE(1224), 1, + sym_nested_identifier, + STATE(1384), 1, + sym__module, + ACTIONS(149), 13, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_LPAREN, - ACTIONS(1847), 1, - anon_sym_COLON, - ACTIONS(1850), 1, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 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(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, - ACTIONS(1859), 1, - anon_sym_QMARK, - ACTIONS(1891), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [3708] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1850), 1, anon_sym_RBRACE, - ACTIONS(1897), 1, + ACTIONS(1863), 1, + anon_sym_COLON, + ACTIONS(1875), 1, + anon_sym_QMARK, + ACTIONS(2949), 1, anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, + ACTIONS(2953), 1, + anon_sym_LPAREN, + ACTIONS(2956), 1, + anon_sym_EQ_GT, + ACTIONS(2960), 1, + anon_sym_LT, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(156), 15, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112818,7 +113293,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(152), 17, + ACTIONS(2951), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -112833,15 +113308,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 20, + ACTIONS(2947), 21, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112852,133 +113325,39 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2320] = 35, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2659), 1, - anon_sym_STAR, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2671), 1, - anon_sym_LBRACK, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(2949), 1, - anon_sym_export, - ACTIONS(2954), 1, - anon_sym_async, - ACTIONS(2956), 1, - anon_sym_static, - ACTIONS(2958), 1, - anon_sym_readonly, - ACTIONS(2964), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2278), 1, - sym_accessibility_modifier, - STATE(2310), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(2679), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2951), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2960), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(2962), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2539), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(4016), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(4017), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - STATE(3008), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(2947), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [2453] = 12, + anon_sym_DASH_DASH, + [3797] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1275), 1, - anon_sym_EQ, - ACTIONS(1277), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(1303), 1, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(2966), 1, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(2031), 1, + anon_sym_in, + ACTIONS(2034), 1, + anon_sym_of, + ACTIONS(2801), 1, sym_identifier, - STATE(2857), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(2897), 1, + STATE(1267), 1, sym_string, - STATE(3324), 1, + STATE(1531), 1, sym__module, - ACTIONS(152), 14, - sym__automatic_semicolon, + ACTIONS(149), 11, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -112987,9 +113366,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113005,14 +113383,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(116), 24, + ACTIONS(118), 24, anon_sym_STAR, anon_sym_as, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113023,152 +113398,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [2540] = 35, + [3887] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2659), 1, - anon_sym_STAR, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(2667), 1, + ACTIONS(2967), 1, anon_sym_LPAREN, - ACTIONS(2671), 1, - anon_sym_LBRACK, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(2949), 1, - anon_sym_export, - ACTIONS(2954), 1, - anon_sym_async, - ACTIONS(2956), 1, - anon_sym_static, - ACTIONS(2958), 1, - anon_sym_readonly, - ACTIONS(2964), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2278), 1, - sym_accessibility_modifier, - STATE(2310), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(2679), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2951), 2, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3028), 1, + anon_sym_EQ, + ACTIONS(3030), 1, + anon_sym_EQ_GT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2965), 3, anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 13, + sym__ternary_qmark, + anon_sym_as, anon_sym_RBRACE, - ACTIONS(2960), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(2962), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2539), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(4016), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(4017), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - STATE(3110), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(2947), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [2673] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2968), 23, + anon_sym_COLON, + anon_sym_RBRACK, + 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, + anon_sym_satisfies, + ACTIONS(2958), 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(2947), 18, anon_sym_STAR, - anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2970), 38, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_DASH_DASH, + [3977] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2956), 1, + anon_sym_EQ_GT, + ACTIONS(2967), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(2971), 1, anon_sym_DOT, + ACTIONS(2975), 1, anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3032), 1, + anon_sym_EQ, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2965), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 13, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_SEMI, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113184,51 +113541,65 @@ 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_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [2742] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(81), 1, - anon_sym_DQUOTE, - ACTIONS(83), 1, - anon_sym_SQUOTE, - ACTIONS(1275), 1, - anon_sym_EQ, - ACTIONS(1277), 1, + ACTIONS(2947), 18, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + 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, + [4067] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2973), 1, anon_sym_EQ_GT, - ACTIONS(2921), 1, - sym_identifier, - STATE(1234), 1, - sym_nested_identifier, - STATE(1244), 1, - sym_string, - STATE(1383), 1, - sym__module, - ACTIONS(152), 14, + ACTIONS(3034), 1, + anon_sym_EQ, + ACTIONS(3043), 1, + anon_sym_LBRACK, + ACTIONS(3046), 1, + anon_sym_DOT, + ACTIONS(3052), 1, + anon_sym_LT, + STATE(2681), 1, + sym_type_arguments, + ACTIONS(3037), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3049), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3041), 4, sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2951), 12, sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, 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(156), 15, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113244,42 +113615,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, + ACTIONS(2947), 19, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [2829] = 3, + anon_sym_DASH_DASH, + [4155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2972), 23, + ACTIONS(2525), 23, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113290,13 +113654,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2974), 38, + anon_sym_DASH_DASH, + ACTIONS(2527), 37, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -113331,21 +113697,35 @@ 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, anon_sym_satisfies, anon_sym_implements, - [2898] = 3, + [4223] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2976), 23, - anon_sym_STAR, + ACTIONS(3055), 1, anon_sym_EQ, + ACTIONS(2958), 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(2947), 22, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113356,13 +113736,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2978), 38, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -113376,67 +113758,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, anon_sym_satisfies, anon_sym_implements, - [2967] = 13, + [4295] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1266), 1, - anon_sym_EQ, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(2067), 1, - anon_sym_COLON, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 13, - sym__ternary_qmark, + ACTIONS(2967), 1, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(2971), 1, anon_sym_DOT, + ACTIONS(2975), 1, anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3057), 1, + anon_sym_EQ, + ACTIONS(3059), 1, + anon_sym_EQ_GT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2965), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 13, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_of, + anon_sym_SEMI, 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(156), 15, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113452,55 +113824,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, + ACTIONS(2947), 18, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [3056] = 12, + anon_sym_DASH_DASH, + [4385] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(1275), 1, + ACTIONS(1317), 1, anon_sym_EQ, - ACTIONS(1277), 1, + ACTIONS(1319), 1, anon_sym_EQ_GT, - ACTIONS(2923), 1, + ACTIONS(2801), 1, sym_identifier, - STATE(631), 1, + STATE(1258), 1, + sym_nested_identifier, + STATE(1267), 1, sym_string, - STATE(653), 1, + STATE(1531), 1, sym__module, - STATE(3508), 1, - sym_nested_identifier, - ACTIONS(152), 14, - sym__automatic_semicolon, + ACTIONS(149), 11, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -113509,9 +113873,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113527,14 +113890,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(116), 24, + ACTIONS(118), 26, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, + anon_sym_of, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113545,49 +113907,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [3143] = 13, + [4471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1266), 1, + ACTIONS(2521), 23, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(2077), 1, - anon_sym_COLON, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 13, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + ACTIONS(2523), 37, sym__ternary_qmark, + anon_sym_as, + 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, anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(156), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113603,53 +113973,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, + anon_sym_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, anon_sym_satisfies, - [3232] = 13, + anon_sym_implements, + [4539] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1847), 1, - anon_sym_COLON, - ACTIONS(1859), 1, - anon_sym_QMARK, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(2933), 1, + ACTIONS(2963), 1, anon_sym_EQ, - ACTIONS(2937), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, - anon_sym_LT, - ACTIONS(2943), 1, + ACTIONS(2973), 1, anon_sym_EQ_GT, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(2945), 15, + ACTIONS(3041), 1, + anon_sym_extends, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3043), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3049), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113665,14 +114020,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(2935), 17, - sym__automatic_semicolon, + ACTIONS(2951), 16, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -113680,71 +114035,70 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 20, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [3321] = 3, + anon_sym_DASH_DASH, + [4625] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2980), 23, - anon_sym_STAR, + ACTIONS(2973), 1, + anon_sym_EQ_GT, + ACTIONS(3034), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3041), 1, + anon_sym_extends, + ACTIONS(3043), 1, + anon_sym_LBRACK, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3067), 1, + anon_sym_COLON, + ACTIONS(3069), 1, + anon_sym_QMARK, + STATE(2492), 1, + sym_type_arguments, + STATE(3897), 1, + sym_type_annotation, + ACTIONS(3037), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(3049), 2, anon_sym_AMP, - anon_sym_CARET, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2982), 38, + ACTIONS(2951), 12, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113760,57 +114114,67 @@ 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_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [3390] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2984), 23, + ACTIONS(2947), 19, anon_sym_STAR, - anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2986), 38, + anon_sym_DASH_DASH, + [4719] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2963), 1, + anon_sym_EQ, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2973), 1, + anon_sym_EQ_GT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2969), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2965), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2951), 12, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113826,40 +114190,50 @@ 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, + ACTIONS(2947), 19, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_CARET, + 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, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [3459] = 12, + [4809] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(1275), 1, + ACTIONS(1267), 1, + anon_sym_COLON, + ACTIONS(1321), 1, anon_sym_EQ, - ACTIONS(1277), 1, - anon_sym_EQ_GT, - ACTIONS(2565), 1, + ACTIONS(2801), 1, sym_identifier, - STATE(609), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(631), 1, + STATE(1267), 1, sym_string, - STATE(653), 1, + STATE(1531), 1, sym__module, - ACTIONS(152), 14, - sym__automatic_semicolon, + ACTIONS(149), 11, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -113868,9 +114242,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113886,14 +114259,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113904,101 +114275,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [3546] = 3, + [4897] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2988), 23, - anon_sym_STAR, + ACTIONS(180), 1, + anon_sym_DQUOTE, + ACTIONS(182), 1, + anon_sym_SQUOTE, + ACTIONS(1319), 1, + anon_sym_EQ_GT, + ACTIONS(1321), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2990), 38, + ACTIONS(2801), 1, + sym_identifier, + STATE(1258), 1, + sym_nested_identifier, + STATE(1267), 1, + sym_string, + STATE(1531), 1, + sym__module, + ACTIONS(149), 11, sym__ternary_qmark, - anon_sym_as, - 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, anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [3615] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1834), 1, - anon_sym_RBRACE, - ACTIONS(1844), 1, - anon_sym_LPAREN, - ACTIONS(1847), 1, - anon_sym_COLON, - ACTIONS(1850), 1, - anon_sym_LT, - ACTIONS(1859), 1, - anon_sym_QMARK, - ACTIONS(1897), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114014,30 +114332,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(152), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 20, + ACTIONS(118), 26, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, + anon_sym_of, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114048,33 +114349,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [3704] = 13, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [4983] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1264), 1, + ACTIONS(3072), 1, + anon_sym_EQ, + ACTIONS(3077), 1, anon_sym_EQ_GT, - ACTIONS(1844), 1, - anon_sym_LPAREN, - ACTIONS(1847), 1, - anon_sym_COLON, - ACTIONS(1850), 1, - anon_sym_LT, - ACTIONS(1859), 1, + ACTIONS(3079), 1, anon_sym_QMARK, - ACTIONS(1889), 1, + ACTIONS(3075), 5, + anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(1897), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(156), 15, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2951), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114090,30 +114405,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(152), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 20, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114124,35 +114420,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [3793] = 14, + anon_sym_DASH_DASH, + [5060] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(122), 1, - anon_sym_COMMA, - ACTIONS(175), 1, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(180), 1, anon_sym_DQUOTE, - ACTIONS(177), 1, + ACTIONS(182), 1, anon_sym_SQUOTE, - ACTIONS(210), 1, - anon_sym_RBRACK, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(2064), 1, + ACTIONS(1321), 1, anon_sym_EQ, - ACTIONS(2759), 1, + ACTIONS(2801), 1, sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, + STATE(1258), 1, sym_nested_identifier, - STATE(1461), 1, + STATE(1267), 1, + sym_string, + STATE(1531), 1, sym__module, - ACTIONS(152), 12, + ACTIONS(149), 11, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -114163,9 +114458,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114181,14 +114475,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114199,84 +114491,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [3884] = 3, + [5145] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 22, - anon_sym_STAR, + ACTIONS(2963), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2973), 1, + anon_sym_EQ_GT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2969), 3, anon_sym_AMP, - anon_sym_CARET, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(2525), 38, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + anon_sym_QMARK, + ACTIONS(2965), 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, - anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, + anon_sym_extends, + ACTIONS(2951), 10, + sym__ternary_qmark, + anon_sym_as, 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, anon_sym_satisfies, - anon_sym_implements, - [3952] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114292,40 +114556,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 21, + ACTIONS(2947), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2935), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + anon_sym_DASH_DASH, + [5234] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(214), 1, + anon_sym_EQ, + ACTIONS(220), 1, + anon_sym_EQ_GT, + ACTIONS(652), 1, + anon_sym_QMARK, + ACTIONS(217), 5, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, + ACTIONS(149), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -114334,33 +114604,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, anon_sym_satisfies, - anon_sym_implements, - [4024] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2994), 1, - anon_sym_EQ, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(3010), 1, - anon_sym_extends, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(2996), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3002), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114376,25 +114622,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 17, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2935), 17, + anon_sym_DASH_DASH, + [5311] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(220), 1, + anon_sym_EQ_GT, + ACTIONS(1226), 1, + anon_sym_EQ, + ACTIONS(1385), 1, + anon_sym_extends, + ACTIONS(3081), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(153), 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(149), 17, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, @@ -114402,6 +114685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -114409,34 +114693,46 @@ 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, anon_sym_satisfies, - [4110] = 14, + ACTIONS(118), 19, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [5390] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(150), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1319), 1, + ACTIONS(1321), 1, anon_sym_EQ, - ACTIONS(2037), 1, - anon_sym_in, - ACTIONS(2040), 1, - anon_sym_of, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 12, + ACTIONS(2017), 1, + anon_sym_QMARK, + ACTIONS(1267), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(149), 14, sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, @@ -114445,10 +114741,11 @@ static const uint16_t ts_small_parse_table[] = { 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(156), 15, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114464,13 +114761,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(116), 23, + ACTIONS(118), 22, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114481,53 +114776,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [4200] = 12, + anon_sym_DASH_DASH, + [5467] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(3041), 1, + anon_sym_extends, + ACTIONS(3043), 1, + anon_sym_LBRACK, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + ACTIONS(3072), 1, anon_sym_EQ, - ACTIONS(3008), 1, + ACTIONS(3077), 1, anon_sym_EQ_GT, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3016), 3, - anon_sym_GT, + ACTIONS(3079), 1, + anon_sym_QMARK, + ACTIONS(3087), 1, + anon_sym_RPAREN, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3049), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2935), 15, + ACTIONS(3075), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2951), 12, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114543,12 +114840,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(2931), 18, + ACTIONS(2947), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114557,32 +114853,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [4286] = 12, + anon_sym_DASH_DASH, + [5558] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1321), 1, - anon_sym_EQ, - ACTIONS(1323), 1, + ACTIONS(2973), 1, anon_sym_EQ_GT, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 12, + ACTIONS(3034), 1, + anon_sym_EQ, + ACTIONS(3079), 1, + anon_sym_QMARK, + ACTIONS(3090), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2951), 14, sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, @@ -114591,10 +114886,11 @@ static const uint16_t ts_small_parse_table[] = { 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(156), 15, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114610,15 +114906,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(116), 25, + ACTIONS(2947), 22, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114629,48 +114921,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [4372] = 13, + anon_sym_DASH_DASH, + [5635] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(150), 1, + ACTIONS(2956), 1, anon_sym_EQ_GT, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1273), 1, - anon_sym_COLON, - ACTIONS(1319), 1, + ACTIONS(3032), 1, anon_sym_EQ, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 12, + ACTIONS(3041), 1, + anon_sym_extends, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3043), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3049), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 15, + sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, + anon_sym_SEMI, anon_sym_QMARK_DOT, 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(156), 15, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114686,64 +114983,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, + ACTIONS(2947), 18, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [4460] = 12, + anon_sym_DASH_DASH, + [5720] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1319), 1, + ACTIONS(3028), 1, anon_sym_EQ, - ACTIONS(1323), 1, + ACTIONS(3030), 1, anon_sym_EQ_GT, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 12, - sym__ternary_qmark, - anon_sym_LPAREN, + ACTIONS(3043), 1, anon_sym_LBRACK, + ACTIONS(3061), 1, anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3041), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3049), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_QMARK_DOT, 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(156), 15, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114759,65 +115056,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 25, + ACTIONS(2947), 18, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [4546] = 16, + anon_sym_DASH_DASH, + [5805] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(3010), 1, + ACTIONS(3041), 1, anon_sym_extends, - ACTIONS(3022), 1, + ACTIONS(3057), 1, anon_sym_EQ, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(3031), 1, - anon_sym_QMARK, - STATE(2429), 1, + ACTIONS(3059), 1, + anon_sym_EQ_GT, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + STATE(2492), 1, sym_type_arguments, - STATE(3899), 1, - sym_type_annotation, - ACTIONS(3002), 2, + ACTIONS(3043), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3049), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3025), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2935), 13, + ACTIONS(2951), 15, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -114825,10 +115111,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114844,12 +115129,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(2931), 18, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114858,50 +115141,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [4640] = 12, + anon_sym_DASH_DASH, + [5890] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, - anon_sym_EQ, - ACTIONS(3008), 1, + ACTIONS(2973), 1, anon_sym_EQ_GT, ACTIONS(3034), 1, - anon_sym_LPAREN, - ACTIONS(3036), 1, + anon_sym_EQ, + ACTIONS(3037), 1, + anon_sym_RPAREN, + ACTIONS(3041), 1, + anon_sym_extends, + ACTIONS(3043), 1, + anon_sym_LBRACK, + ACTIONS(3061), 1, anon_sym_DOT, - ACTIONS(3038), 1, - anon_sym_QMARK_DOT, - STATE(2543), 1, - sym_arguments, - ACTIONS(3016), 2, + ACTIONS(3064), 1, + anon_sym_LT, + ACTIONS(3079), 1, + anon_sym_QMARK, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3049), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3012), 7, - sym__automatic_semicolon, + ACTIONS(3090), 2, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2935), 11, + anon_sym_COLON, + ACTIONS(2951), 12, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114917,13 +115204,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(2931), 19, + ACTIONS(2947), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114932,117 +115217,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [4726] = 3, + anon_sym_DASH_DASH, + [5981] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2543), 22, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(2545), 38, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(2967), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(2971), 1, anon_sym_DOT, + ACTIONS(2975), 1, anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [4794] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2996), 1, - anon_sym_LBRACK, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(3022), 1, - anon_sym_EQ, - ACTIONS(3040), 1, + ACTIONS(2977), 1, anon_sym_LT, - ACTIONS(3043), 1, - anon_sym_DOT, - STATE(2640), 1, + ACTIONS(3093), 1, + anon_sym_EQ, + ACTIONS(3095), 1, + anon_sym_EQ_GT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, sym_type_arguments, - ACTIONS(3002), 2, + ACTIONS(2965), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3025), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3010), 4, + ACTIONS(2951), 12, sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2935), 13, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_QMARK_DOT, + anon_sym_SEMI, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115058,12 +115280,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(2931), 18, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115072,43 +115292,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [4882] = 8, + anon_sym_DASH_DASH, + [6070] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(113), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3097), 1, anon_sym_EQ, - ACTIONS(150), 1, + ACTIONS(3099), 1, anon_sym_EQ_GT, - ACTIONS(644), 1, - anon_sym_QMARK, - ACTIONS(122), 5, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2965), 3, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(152), 15, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 12, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_LBRACE, 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, anon_sym_satisfies, - ACTIONS(156), 15, + anon_sym_implements, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115124,44 +115355,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 21, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [4959] = 8, + anon_sym_DASH_DASH, + [6159] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(150), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(115), 1, anon_sym_EQ, - ACTIONS(2027), 1, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(652), 1, anon_sym_QMARK, - ACTIONS(1273), 5, + ACTIONS(124), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(152), 15, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -115174,10 +115402,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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115193,13 +115420,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(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115210,42 +115435,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5036] = 15, + anon_sym_DASH_DASH, + [6236] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(3010), 1, - anon_sym_extends, - ACTIONS(3022), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(3025), 1, - anon_sym_RPAREN, - ACTIONS(3049), 1, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + ACTIONS(3103), 1, anon_sym_QMARK, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(3002), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3046), 2, + ACTIONS(3101), 5, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(2935), 13, + anon_sym_RBRACK, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -115253,10 +115471,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115272,137 +115489,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 18, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5127] = 12, + anon_sym_DASH_DASH, + [6313] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_EQ_GT, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3010), 1, - anon_sym_extends, - ACTIONS(3051), 1, + ACTIONS(214), 1, anon_sym_EQ, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(2996), 2, - anon_sym_COMMA, + ACTIONS(220), 1, + anon_sym_EQ_GT, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(3002), 3, - anon_sym_GT, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2945), 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(2935), 16, + ACTIONS(1385), 6, sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 17, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [5212] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_EQ_GT, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(3051), 1, - anon_sym_EQ, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 3, - anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_extends, - ACTIONS(3016), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2935), 14, - sym__automatic_semicolon, + anon_sym_PIPE_RBRACE, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115418,12 +115561,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(2931), 18, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115432,44 +115574,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5297] = 12, + anon_sym_DASH_DASH, + [6392] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(150), 1, - anon_sym_EQ_GT, - ACTIONS(175), 1, - anon_sym_DQUOTE, - ACTIONS(177), 1, - anon_sym_SQUOTE, - ACTIONS(1319), 1, + ACTIONS(115), 1, anon_sym_EQ, - ACTIONS(2759), 1, - sym_identifier, - STATE(1331), 1, - sym_string, - STATE(1333), 1, - sym_nested_identifier, - STATE(1461), 1, - sym__module, - ACTIONS(152), 12, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(652), 1, + anon_sym_QMARK, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(124), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(1385), 2, + anon_sym_RPAREN, + anon_sym_extends, + ACTIONS(3084), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(149), 13, sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, 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(156), 15, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115485,70 +115632,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, + ACTIONS(118), 20, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [5382] = 12, + anon_sym_DASH_DASH, + [6474] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(3053), 1, + ACTIONS(3072), 1, anon_sym_EQ, - ACTIONS(3055), 1, - anon_sym_EQ_GT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 3, + ACTIONS(3079), 1, + anon_sym_QMARK, + ACTIONS(3075), 5, anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3016), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2935), 14, - sym__ternary_qmark, - anon_sym_as, anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, + ACTIONS(2951), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115564,44 +115697,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 18, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5467] = 8, + anon_sym_DASH_DASH, + [6548] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(1260), 1, anon_sym_EQ, - ACTIONS(3059), 1, + ACTIONS(1262), 1, anon_sym_EQ_GT, - ACTIONS(3061), 1, - anon_sym_QMARK, - ACTIONS(3057), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + ACTIONS(1907), 1, anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2935), 15, + ACTIONS(2937), 1, + sym_identifier, + ACTIONS(149), 14, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -115609,12 +115744,9 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115630,13 +115762,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(2931), 21, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115647,34 +115778,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5544] = 12, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [6624] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3010), 1, - anon_sym_extends, - ACTIONS(3063), 1, + ACTIONS(1256), 1, anon_sym_EQ, - ACTIONS(3065), 1, + ACTIONS(1258), 1, anon_sym_EQ_GT, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(2996), 2, + ACTIONS(1385), 1, + anon_sym_extends, + ACTIONS(3081), 2, anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3002), 3, + ACTIONS(3084), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115690,13 +115820,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(2935), 16, + ACTIONS(149), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -115704,14 +115835,12 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 17, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115720,28 +115849,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5629] = 9, + anon_sym_DASH_DASH, + [6702] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(213), 1, + ACTIONS(2973), 1, anon_sym_EQ_GT, - ACTIONS(1228), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(1381), 1, - anon_sym_extends, - ACTIONS(3067), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3070), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(156), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115757,32 +115880,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(116), 18, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(152), 18, + ACTIONS(2951), 19, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -115792,47 +115898,60 @@ 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, anon_sym_satisfies, - [5708] = 12, + ACTIONS(2947), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [6774] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3016), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3012), 4, + ACTIONS(3103), 1, + anon_sym_QMARK, + ACTIONS(3101), 5, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2935), 13, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115848,58 +115967,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 19, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5793] = 8, + anon_sym_DASH_DASH, + [6848] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(207), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(213), 1, + ACTIONS(3077), 1, anon_sym_EQ_GT, - ACTIONS(644), 1, - anon_sym_QMARK, - ACTIONS(210), 5, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2969), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2965), 4, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, - ACTIONS(152), 15, + anon_sym_extends, + ACTIONS(2951), 10, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115915,51 +116044,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 21, + ACTIONS(2947), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5870] = 12, + anon_sym_DASH_DASH, + [6936] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3053), 1, + ACTIONS(1260), 1, anon_sym_EQ, - ACTIONS(3055), 1, + ACTIONS(1262), 1, anon_sym_EQ_GT, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(3010), 2, - anon_sym_COMMA, + ACTIONS(1385), 1, anon_sym_extends, - ACTIONS(3002), 3, + ACTIONS(3081), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3084), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115975,13 +116096,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(2935), 16, + ACTIONS(149), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -115989,14 +116111,12 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 17, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116005,27 +116125,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5955] = 8, + anon_sym_DASH_DASH, + [7014] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(3022), 1, + ACTIONS(3034), 1, anon_sym_EQ, - ACTIONS(3049), 1, + ACTIONS(3079), 1, anon_sym_QMARK, - ACTIONS(3046), 5, + ACTIONS(3090), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(2935), 15, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -116038,10 +116159,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116057,13 +116177,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(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116074,43 +116192,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6032] = 8, + anon_sym_DASH_DASH, + [7088] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, - anon_sym_QMARK, - ACTIONS(3059), 1, + ACTIONS(220), 1, anon_sym_EQ_GT, - ACTIONS(3073), 1, + ACTIONS(1226), 1, anon_sym_EQ, - ACTIONS(3076), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2935), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116126,59 +116223,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [6109] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2996), 1, - anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3010), 1, - anon_sym_extends, - ACTIONS(3049), 1, - anon_sym_QMARK, - ACTIONS(3059), 1, - anon_sym_EQ_GT, - ACTIONS(3073), 1, - anon_sym_EQ, - ACTIONS(3078), 1, - anon_sym_RPAREN, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(3002), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3076), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(2935), 13, + ACTIONS(149), 19, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -116186,83 +116241,58 @@ 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, anon_sym_satisfies, - ACTIONS(2945), 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(2931), 18, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6200] = 12, + anon_sym_DASH_DASH, + [7160] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(3063), 1, + ACTIONS(1260), 1, anon_sym_EQ, - ACTIONS(3065), 1, + ACTIONS(1262), 1, anon_sym_EQ_GT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3016), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2935), 14, + ACTIONS(1911), 1, + anon_sym_COLON, + ACTIONS(2937), 1, + sym_identifier, + ACTIONS(149), 14, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, - anon_sym_of, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, - anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116278,49 +116308,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 18, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6285] = 9, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [7236] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(207), 1, + ACTIONS(3041), 1, + anon_sym_extends, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + ACTIONS(3097), 1, anon_sym_EQ, - ACTIONS(213), 1, + ACTIONS(3099), 1, anon_sym_EQ_GT, - ACTIONS(3067), 1, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3043), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3070), 2, + ACTIONS(3049), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(1381), 6, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(152), 14, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -116328,10 +116368,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, anon_sym_satisfies, - ACTIONS(156), 15, + anon_sym_implements, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116347,13 +116387,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(116), 19, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116362,28 +116399,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [6364] = 9, + anon_sym_DASH_DASH, + [7320] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, + ACTIONS(3043), 1, + anon_sym_LBRACK, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + ACTIONS(3093), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(3095), 1, anon_sym_EQ_GT, - ACTIONS(1381), 1, - anon_sym_extends, - ACTIONS(3067), 2, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3041), 2, anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3070), 3, + anon_sym_extends, + ACTIONS(3049), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(156), 15, + ACTIONS(2951), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116399,30 +116459,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(152), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 18, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116431,19 +116471,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [6442] = 6, + anon_sym_DASH_DASH, + [7404] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(213), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(2963), 1, anon_sym_EQ, - ACTIONS(156), 15, + ACTIONS(2973), 1, + anon_sym_EQ_GT, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116459,7 +116501,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(152), 20, + ACTIONS(2951), 19, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -116477,16 +116519,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116497,19 +116536,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6514] = 6, + anon_sym_DASH_DASH, + [7476] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(213), 1, - anon_sym_EQ_GT, - ACTIONS(1228), 1, + ACTIONS(1269), 1, anon_sym_EQ, - ACTIONS(156), 15, + ACTIONS(1271), 1, + anon_sym_EQ_GT, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(1385), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116525,15 +116576,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(152), 20, + ACTIONS(149), 16, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -116543,59 +116591,68 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6586] = 8, + anon_sym_DASH_DASH, + [7554] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3105), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(3107), 1, anon_sym_EQ_GT, - ACTIONS(1919), 1, - anon_sym_COLON, - ACTIONS(2925), 1, - sym_identifier, - ACTIONS(152), 15, - sym__automatic_semicolon, - sym__ternary_qmark, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2965), 3, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 11, + sym__ternary_qmark, + anon_sym_as, + anon_sym_of, 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(156), 15, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116611,70 +116668,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, + ACTIONS(2947), 18, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [6662] = 12, + anon_sym_DASH_DASH, + [7642] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3081), 1, - anon_sym_EQ, - ACTIONS(3083), 1, + ACTIONS(220), 1, anon_sym_EQ_GT, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(3010), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3002), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2935), 15, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116690,43 +116710,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 17, + ACTIONS(149), 19, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6746] = 7, + anon_sym_DASH_DASH, + [7714] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3022), 1, + ACTIONS(2963), 1, anon_sym_EQ, - ACTIONS(3049), 1, - anon_sym_QMARK, - ACTIONS(3046), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + ACTIONS(2973), 1, + anon_sym_EQ_GT, + ACTIONS(3041), 1, + anon_sym_extends, + ACTIONS(3043), 1, + anon_sym_LBRACK, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + ACTIONS(3101), 1, anon_sym_COLON, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3049), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3109), 2, + anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(2935), 15, + ACTIONS(2951), 12, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -116734,10 +116789,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116753,53 +116807,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 21, + ACTIONS(2947), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6820] = 13, + anon_sym_DASH_DASH, + [7802] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(2996), 1, + ACTIONS(3043), 1, anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, + ACTIONS(3055), 1, + anon_sym_EQ, + ACTIONS(3061), 1, anon_sym_DOT, - ACTIONS(3057), 1, - anon_sym_COLON, - ACTIONS(3059), 1, + ACTIONS(3064), 1, + anon_sym_LT, + ACTIONS(3077), 1, anon_sym_EQ_GT, - STATE(2429), 1, + ACTIONS(3101), 1, + anon_sym_COLON, + STATE(2492), 1, sym_type_arguments, - ACTIONS(3002), 2, + ACTIONS(3049), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3010), 3, + ACTIONS(3041), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_extends, - ACTIONS(2935), 13, + ACTIONS(2951), 12, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -116810,10 +116862,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116829,12 +116880,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(2931), 18, + ACTIONS(2947), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116843,32 +116893,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [6906] = 11, + anon_sym_DASH_DASH, + [7888] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(207), 1, + ACTIONS(214), 1, anon_sym_EQ, - ACTIONS(213), 1, + ACTIONS(220), 1, anon_sym_EQ_GT, - ACTIONS(644), 1, + ACTIONS(652), 1, anon_sym_QMARK, - ACTIONS(3067), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(210), 2, + ACTIONS(217), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(1381), 2, + ACTIONS(1385), 2, anon_sym_RPAREN, anon_sym_extends, - ACTIONS(3070), 2, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(152), 14, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -116880,10 +116932,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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116899,13 +116950,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(116), 19, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116914,49 +116963,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6988] = 12, + anon_sym_DASH_DASH, + [7970] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(3085), 1, + ACTIONS(1260), 1, anon_sym_EQ, - ACTIONS(3087), 1, + ACTIONS(1262), 1, anon_sym_EQ_GT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3016), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2935), 13, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2945), 15, + ACTIONS(1907), 1, + anon_sym_COLON, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116972,63 +116996,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 18, + ACTIONS(149), 17, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7072] = 12, + anon_sym_DASH_DASH, + [8043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(3081), 1, + ACTIONS(3014), 23, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(3083), 1, - anon_sym_EQ_GT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3016), 3, + anon_sym_BANG, + anon_sym_in, 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, - ACTIONS(2935), 13, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + ACTIONS(3016), 34, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - 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, - anon_sym_satisfies, - ACTIONS(2945), 15, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117044,55 +117091,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 18, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [7156] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3061), 1, - anon_sym_QMARK, - ACTIONS(3057), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2935), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + [8108] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1258), 1, + anon_sym_EQ_GT, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117108,13 +117122,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(2931), 21, + ACTIONS(149), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117125,41 +117156,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7230] = 7, + anon_sym_DASH_DASH, + [8179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, - anon_sym_QMARK, - ACTIONS(3073), 1, + ACTIONS(2521), 23, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(3076), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2935), 15, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + ACTIONS(2523), 34, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(2945), 15, + [8244] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2956), 1, + anon_sym_EQ_GT, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117175,13 +117249,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 21, + ACTIONS(2951), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2947), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [8315] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2525), 23, anon_sym_STAR, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117192,48 +117310,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7304] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2994), 1, - anon_sym_EQ, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(3014), 1, + anon_sym_DASH_DASH, + ACTIONS(2527), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3018), 1, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, - ACTIONS(3020), 1, anon_sym_QMARK_DOT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3016), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(3012), 4, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2935), 11, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_satisfies, - ACTIONS(2945), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117249,47 +117345,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 19, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [7388] = 11, + 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, + anon_sym_satisfies, + [8380] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(113), 1, - anon_sym_EQ, - ACTIONS(150), 1, + ACTIONS(220), 1, anon_sym_EQ_GT, - ACTIONS(644), 1, - anon_sym_QMARK, - ACTIONS(3067), 1, - anon_sym_LBRACK, - ACTIONS(122), 2, - anon_sym_COMMA, + ACTIONS(1226), 1, + anon_sym_EQ, + ACTIONS(1267), 1, anon_sym_COLON, - ACTIONS(1381), 2, - anon_sym_RPAREN, + ACTIONS(1385), 1, anon_sym_extends, - ACTIONS(3070), 2, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(152), 14, + ACTIONS(3113), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -117301,10 +117384,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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117320,13 +117402,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(116), 19, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117335,28 +117415,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7470] = 9, + anon_sym_DASH_DASH, + [8461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1258), 1, + ACTIONS(3002), 23, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(1260), 1, - anon_sym_EQ_GT, - ACTIONS(1381), 1, - anon_sym_extends, - ACTIONS(3067), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3070), 3, + anon_sym_BANG, + anon_sym_in, 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, - ACTIONS(156), 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + ACTIONS(3004), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117372,51 +117477,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(152), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(116), 18, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [7548] = 6, + [8526] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(2963), 1, anon_sym_EQ, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117432,7 +117506,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(2935), 20, + ACTIONS(2951), 19, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -117450,16 +117524,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117470,39 +117541,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7620] = 14, + anon_sym_DASH_DASH, + [8595] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(2963), 1, anon_sym_EQ, - ACTIONS(2996), 1, - anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3008), 1, + ACTIONS(2973), 1, anon_sym_EQ_GT, - ACTIONS(3010), 1, + ACTIONS(3041), 1, anon_sym_extends, - ACTIONS(3057), 1, - anon_sym_COLON, - STATE(2429), 1, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + STATE(2492), 1, sym_type_arguments, - ACTIONS(3002), 2, + ACTIONS(3043), 2, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3049), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3089), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2935), 13, + ACTIONS(2951), 13, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -117511,10 +117582,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117530,12 +117600,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(2931), 18, + ACTIONS(2947), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117544,19 +117613,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [7708] = 6, + anon_sym_DASH_DASH, + [8678] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(1260), 1, anon_sym_EQ, - ACTIONS(3008), 1, + ACTIONS(1262), 1, anon_sym_EQ_GT, - ACTIONS(2945), 15, + ACTIONS(1911), 1, + anon_sym_COLON, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117572,16 +117645,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(2935), 20, + ACTIONS(149), 17, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -117590,16 +117661,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117610,39 +117678,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7780] = 8, + anon_sym_DASH_DASH, + [8751] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1262), 1, - anon_sym_EQ, - ACTIONS(1264), 1, anon_sym_EQ_GT, - ACTIONS(1917), 1, - anon_sym_COLON, - ACTIONS(2925), 1, - sym_identifier, - ACTIONS(152), 15, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(156), 15, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117658,14 +117709,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(116), 24, - anon_sym_STAR, + ACTIONS(149), 18, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(118), 22, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117676,52 +117743,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [7856] = 12, + anon_sym_DASH_DASH, + [8822] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3010), 1, - anon_sym_extends, - ACTIONS(3085), 1, - anon_sym_EQ, - ACTIONS(3087), 1, + ACTIONS(2956), 1, anon_sym_EQ_GT, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(2996), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3002), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2935), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2945), 15, + ACTIONS(3055), 1, + anon_sym_EQ, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117737,39 +117774,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(2931), 17, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [7940] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1262), 1, - anon_sym_EQ, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1909), 1, - anon_sym_COLON, - ACTIONS(2925), 1, - sym_identifier, - ACTIONS(152), 15, + ACTIONS(2951), 18, sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -117779,33 +117789,15 @@ static const uint16_t ts_small_parse_table[] = { 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(156), 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(116), 24, + anon_sym_satisfies, + ACTIONS(2947), 22, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117816,30 +117808,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [8016] = 9, + anon_sym_DASH_DASH, + [8893] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1266), 1, - anon_sym_EQ, - ACTIONS(1268), 1, + ACTIONS(2956), 1, anon_sym_EQ_GT, - ACTIONS(3067), 1, - anon_sym_LBRACK, - ACTIONS(1381), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3070), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(156), 15, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3117), 1, + anon_sym_in, + ACTIONS(3120), 1, + anon_sym_of, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117855,13 +117843,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(152), 17, + ACTIONS(2951), 17, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -117870,39 +117859,39 @@ 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, anon_sym_satisfies, - ACTIONS(116), 18, + ACTIONS(2947), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8094] = 3, + anon_sym_DASH_DASH, + [8968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 22, + ACTIONS(2943), 23, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117913,12 +117902,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2525), 35, + anon_sym_DASH_DASH, + ACTIONS(2945), 34, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -117951,19 +117943,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, anon_sym_satisfies, - [8159] = 7, + [9033] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1911), 1, anon_sym_COLON, - ACTIONS(2943), 1, + ACTIONS(2956), 1, anon_sym_EQ_GT, - ACTIONS(3051), 1, + ACTIONS(3032), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117979,7 +117970,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(2935), 18, + ACTIONS(2951), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -117995,16 +117986,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118015,23 +118003,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8232] = 8, + anon_sym_DASH_DASH, + [9106] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(1273), 1, + anon_sym_EQ, + ACTIONS(1275), 1, anon_sym_EQ_GT, - ACTIONS(3051), 1, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(1385), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(149), 15, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 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(118), 19, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [9183] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1260), 1, anon_sym_EQ, - ACTIONS(3093), 1, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(2031), 1, anon_sym_in, - ACTIONS(3096), 1, + ACTIONS(3122), 1, anon_sym_of, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118047,7 +118106,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(2935), 18, + ACTIONS(149), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -118063,15 +118122,12 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 20, + ACTIONS(118), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118082,19 +118138,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8307] = 6, + anon_sym_DASH_DASH, + [9258] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(3077), 1, anon_sym_EQ_GT, - ACTIONS(156), 15, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2965), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 10, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118110,58 +118200,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(152), 19, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8378] = 7, + anon_sym_DASH_DASH, + [9345] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, + ACTIONS(3043), 1, + anon_sym_LBRACK, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + ACTIONS(3105), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(3107), 1, anon_sym_EQ_GT, - ACTIONS(1919), 1, - anon_sym_COLON, - ACTIONS(156), 15, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3041), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3049), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2951), 13, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118177,55 +118271,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(152), 18, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8451] = 6, + anon_sym_DASH_DASH, + [9428] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3063), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(3065), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118241,11 +118311,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(2935), 19, + ACTIONS(2951), 19, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, @@ -118258,16 +118329,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118278,17 +118346,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8522] = 5, + anon_sym_DASH_DASH, + [9497] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(1277), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(1279), 1, + anon_sym_EQ_GT, + ACTIONS(1385), 1, + anon_sym_extends, + ACTIONS(3081), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(149), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118304,55 +118402,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2935), 20, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8591] = 5, + anon_sym_DASH_DASH, + [9574] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(1260), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(1262), 1, + anon_sym_EQ_GT, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118368,14 +118445,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(2935), 20, + ACTIONS(149), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -118386,16 +118462,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118406,48 +118479,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8660] = 12, + anon_sym_DASH_DASH, + [9645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(3024), 23, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3008), 1, - anon_sym_EQ_GT, - ACTIONS(3010), 1, - anon_sym_extends, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(2996), 2, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3002), 2, + anon_sym_BANG, + anon_sym_in, + 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, - ACTIONS(2935), 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + ACTIONS(3026), 34, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2945), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118463,63 +118541,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 18, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [8743] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2996), 1, - anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3098), 1, - anon_sym_EQ, - ACTIONS(3100), 1, - anon_sym_EQ_GT, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(3010), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3002), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2935), 14, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + [9710] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3055), 1, + anon_sym_EQ, + ACTIONS(3059), 1, + anon_sym_EQ_GT, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118535,41 +118572,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(2931), 17, + ACTIONS(2951), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8826] = 9, + anon_sym_DASH_DASH, + [9781] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1275), 1, - anon_sym_EQ, - ACTIONS(1277), 1, + ACTIONS(1907), 1, + anon_sym_COLON, + ACTIONS(2956), 1, anon_sym_EQ_GT, - ACTIONS(3067), 1, - anon_sym_LBRACK, - ACTIONS(1381), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3070), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(156), 15, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118585,12 +118639,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(152), 16, + ACTIONS(2951), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -118599,40 +118655,39 @@ 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, anon_sym_satisfies, - ACTIONS(116), 18, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8903] = 8, + anon_sym_DASH_DASH, + [9854] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, + ACTIONS(1256), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(1258), 1, anon_sym_EQ_GT, - ACTIONS(2037), 1, - anon_sym_in, - ACTIONS(3102), 1, - anon_sym_of, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118648,12 +118703,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(152), 18, + ACTIONS(149), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -118664,15 +118720,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 20, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118683,30 +118737,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8978] = 10, + anon_sym_DASH_DASH, + [9925] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(150), 1, - anon_sym_EQ_GT, - ACTIONS(1273), 1, - anon_sym_COLON, - ACTIONS(1319), 1, + ACTIONS(214), 1, anon_sym_EQ, - ACTIONS(3067), 1, + ACTIONS(220), 1, + anon_sym_EQ_GT, + ACTIONS(1387), 1, + anon_sym_QMARK, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(3070), 2, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(1381), 3, + ACTIONS(1385), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_extends, - ACTIONS(152), 14, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -118718,10 +118775,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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118737,13 +118793,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(116), 19, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118752,33 +118806,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9057] = 10, + anon_sym_DASH_DASH, + [10004] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(207), 1, - anon_sym_EQ, - ACTIONS(213), 1, + ACTIONS(220), 1, anon_sym_EQ_GT, - ACTIONS(1383), 1, - anon_sym_QMARK, - ACTIONS(3067), 1, - anon_sym_LBRACK, - ACTIONS(3070), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1381), 3, + ACTIONS(1226), 1, + anon_sym_EQ, + ACTIONS(1267), 1, + anon_sym_COLON, + ACTIONS(1264), 3, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(152), 14, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -118787,10 +118840,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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118806,34 +118858,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 19, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9136] = 6, + anon_sym_DASH_DASH, + [10079] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1260), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(3057), 1, anon_sym_EQ, - ACTIONS(156), 15, + ACTIONS(3059), 1, + anon_sym_EQ_GT, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118849,7 +118904,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(152), 19, + ACTIONS(2951), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -118866,16 +118921,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118886,22 +118938,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9207] = 3, + anon_sym_DASH_DASH, + [10150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2968), 22, + ACTIONS(2998), 23, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118912,12 +118965,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2970), 35, + anon_sym_DASH_DASH, + ACTIONS(3000), 34, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -118950,19 +119006,47 @@ 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, anon_sym_satisfies, - [9272] = 7, + [10215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, + ACTIONS(2939), 23, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1909), 1, - anon_sym_COLON, - ACTIONS(156), 15, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + ACTIONS(2941), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118978,32 +119062,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(152), 18, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(116), 21, + [10280] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3018), 23, anon_sym_STAR, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119014,46 +119089,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9345] = 11, + anon_sym_DASH_DASH, + ACTIONS(3020), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [10345] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(213), 1, - anon_sym_EQ_GT, - ACTIONS(1228), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(1273), 1, - anon_sym_COLON, - ACTIONS(1381), 1, - anon_sym_extends, - ACTIONS(3067), 1, - anon_sym_LBRACK, - ACTIONS(3070), 2, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2969), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3104), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(152), 14, + ACTIONS(2965), 3, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2951), 10, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119069,13 +119185,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(116), 19, + ACTIONS(2947), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119084,49 +119198,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [9426] = 3, + anon_sym_DASH_DASH, + [10432] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2927), 22, - anon_sym_STAR, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(1267), 1, + anon_sym_COLON, + ACTIONS(1321), 1, anon_sym_EQ, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(3084), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1385), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(149), 13, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 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(118), 20, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2929), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_DASH_DASH, + [10511] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1271), 1, + anon_sym_EQ_GT, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119142,26 +119297,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(149), 17, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [9491] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2988), 22, + ACTIONS(118), 22, anon_sym_STAR, - anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119172,23 +119330,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2990), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_DASH_DASH, + [10581] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119204,32 +119359,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(2951), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [9556] = 9, + ACTIONS(2947), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [10649] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1279), 1, + ACTIONS(3097), 1, anon_sym_EQ, - ACTIONS(1281), 1, + ACTIONS(3099), 1, anon_sym_EQ_GT, - ACTIONS(1381), 1, - anon_sym_extends, - ACTIONS(3067), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3070), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(156), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119245,11 +119424,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(152), 16, + ACTIONS(2951), 17, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -119258,37 +119439,42 @@ 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, anon_sym_satisfies, anon_sym_implements, - ACTIONS(116), 18, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9633] = 6, + anon_sym_DASH_DASH, + [10719] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_EQ_GT, - ACTIONS(3051), 1, + ACTIONS(3032), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(3117), 1, + anon_sym_in, + ACTIONS(3120), 1, + anon_sym_of, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119304,12 +119490,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(2935), 19, + ACTIONS(2951), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -119321,16 +119506,12 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119341,49 +119522,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9704] = 3, + anon_sym_DASH_DASH, + [10791] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2980), 22, - anon_sym_STAR, + ACTIONS(2963), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(2982), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3101), 1, + anon_sym_COLON, + ACTIONS(3124), 3, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(2951), 14, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119399,26 +119572,11 @@ 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_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [9769] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2984), 22, + ACTIONS(2947), 22, anon_sym_STAR, - anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119429,23 +119587,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2986), 35, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + [10863] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3030), 1, + anon_sym_EQ_GT, + ACTIONS(3075), 1, + anon_sym_COMMA, + ACTIONS(3090), 1, + anon_sym_RBRACK, + ACTIONS(3127), 1, + anon_sym_EQ, + ACTIONS(3130), 1, + anon_sym_in, + ACTIONS(3132), 1, + anon_sym_COLON, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119461,23 +119641,36 @@ 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, + ACTIONS(2947), 21, + anon_sym_STAR, + anon_sym_BANG, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [9834] = 6, + [10941] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(3030), 1, anon_sym_EQ_GT, - ACTIONS(2992), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119493,15 +119686,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(2935), 19, - sym__automatic_semicolon, + ACTIONS(2951), 17, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -119510,16 +119702,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119530,21 +119719,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9905] = 7, + anon_sym_DASH_DASH, + [11011] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(1264), 1, + ACTIONS(3099), 1, anon_sym_EQ_GT, - ACTIONS(1917), 1, - anon_sym_COLON, - ACTIONS(156), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119560,13 +119750,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(152), 18, - sym__automatic_semicolon, + ACTIONS(2951), 17, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -119576,16 +119765,14 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + anon_sym_implements, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119596,81 +119783,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9978] = 3, + anon_sym_DASH_DASH, + [11081] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2543), 22, - anon_sym_STAR, + ACTIONS(2963), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(2545), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(2973), 1, + anon_sym_EQ_GT, + ACTIONS(3124), 3, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(2951), 14, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, anon_sym_satisfies, - [10043] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3065), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119686,33 +119833,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(2935), 19, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119723,21 +119848,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10114] = 7, + anon_sym_DASH_DASH, + [11153] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1917), 1, - anon_sym_COLON, - ACTIONS(2943), 1, - anon_sym_EQ_GT, - ACTIONS(3051), 1, + ACTIONS(3028), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(3030), 1, + anon_sym_EQ_GT, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119753,14 +119879,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(2935), 18, - sym__automatic_semicolon, + ACTIONS(2951), 17, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -119769,16 +119895,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119789,81 +119912,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10187] = 3, + anon_sym_DASH_DASH, + [11223] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2972), 22, - anon_sym_STAR, + ACTIONS(220), 1, + anon_sym_EQ_GT, + ACTIONS(1226), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(1385), 1, + anon_sym_extends, + ACTIONS(3081), 2, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3084), 2, anon_sym_AMP, - anon_sym_CARET, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(2974), 35, - sym__automatic_semicolon, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, anon_sym_satisfies, - [10252] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1264), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, - anon_sym_EQ, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119879,59 +119966,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(152), 19, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10323] = 3, + anon_sym_DASH_DASH, + [11299] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2976), 22, - anon_sym_STAR, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(3138), 1, + anon_sym_DOT, + STATE(1159), 1, + sym_arguments, + ACTIONS(3136), 12, + anon_sym_LBRACE, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + sym_number, + anon_sym_AT, + ACTIONS(3134), 41, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [11369] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(124), 1, + anon_sym_COMMA, + ACTIONS(217), 1, + anon_sym_RBRACK, + ACTIONS(1271), 1, + anon_sym_EQ_GT, + ACTIONS(2052), 1, anon_sym_EQ, + ACTIONS(2055), 1, + anon_sym_COLON, + ACTIONS(149), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 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(118), 22, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119942,23 +120110,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2978), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_DASH_DASH, + [11445] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1279), 1, + anon_sym_EQ_GT, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119974,31 +120141,11 @@ 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_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [10388] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(213), 1, - anon_sym_EQ_GT, - ACTIONS(1228), 1, - anon_sym_EQ, - ACTIONS(1273), 1, - anon_sym_COLON, - ACTIONS(1270), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(152), 15, + ACTIONS(149), 17, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, @@ -120009,10 +120156,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + ACTIONS(118), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - ACTIONS(156), 15, + [11515] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3057), 1, + anon_sym_EQ, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120028,13 +120203,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(116), 21, + ACTIONS(2951), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120045,21 +120237,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10463] = 7, + anon_sym_DASH_DASH, + [11583] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1919), 1, - anon_sym_COLON, - ACTIONS(2943), 1, - anon_sym_EQ_GT, - ACTIONS(3051), 1, + ACTIONS(1277), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(1279), 1, + anon_sym_EQ_GT, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120075,13 +120268,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(2935), 18, - sym__automatic_semicolon, + ACTIONS(149), 17, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -120091,16 +120283,14 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + anon_sym_implements, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120111,48 +120301,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10536] = 12, + anon_sym_DASH_DASH, + [11653] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(3098), 1, + ACTIONS(3043), 1, + anon_sym_LBRACK, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(3100), 1, + ACTIONS(3061), 1, + anon_sym_DOT, + ACTIONS(3064), 1, + anon_sym_LT, + ACTIONS(3077), 1, anon_sym_EQ_GT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 3, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3041), 2, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_extends, - ACTIONS(3016), 3, + ACTIONS(3049), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2935), 12, + ACTIONS(2951), 12, sym__ternary_qmark, anon_sym_as, - anon_sym_of, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120168,12 +120360,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(2931), 18, + ACTIONS(2947), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120182,47 +120372,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [10619] = 12, + anon_sym_DASH_DASH, + [11735] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(1317), 1, anon_sym_EQ, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(3059), 1, + ACTIONS(1319), 1, anon_sym_EQ_GT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3016), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3012), 4, - anon_sym_COMMA, + ACTIONS(3081), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1385), 2, + anon_sym_COMMA, anon_sym_extends, - ACTIONS(2935), 11, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120238,13 +120426,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(2931), 19, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120253,19 +120438,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10702] = 6, + anon_sym_DASH_DASH, + [11811] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1258), 1, + ACTIONS(3144), 1, + anon_sym_AT, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + ACTIONS(3142), 12, + anon_sym_LBRACE, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + sym_number, + ACTIONS(3140), 41, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [11881] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1269), 1, anon_sym_EQ, - ACTIONS(1260), 1, + ACTIONS(1271), 1, anon_sym_EQ_GT, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120281,15 +120533,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(152), 19, - sym__automatic_semicolon, + ACTIONS(149), 17, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -120298,16 +120549,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120318,40 +120566,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10773] = 6, + anon_sym_DASH_DASH, + [11951] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 1, + ACTIONS(1273), 1, anon_sym_EQ, - ACTIONS(3087), 1, + ACTIONS(1275), 1, anon_sym_EQ_GT, - ACTIONS(2945), 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(2935), 18, + ACTIONS(3147), 1, + sym_identifier, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -120359,42 +120595,9 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [10843] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3087), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120410,32 +120613,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(2935), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2931), 21, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120446,30 +120629,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10913] = 10, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [12023] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3046), 1, - anon_sym_RBRACK, - ACTIONS(3055), 1, - anon_sym_EQ_GT, - ACTIONS(3076), 1, - anon_sym_COMMA, - ACTIONS(3108), 1, + ACTIONS(1273), 1, anon_sym_EQ, - ACTIONS(3111), 1, - anon_sym_in, - ACTIONS(3113), 1, - anon_sym_COLON, - ACTIONS(2935), 15, + ACTIONS(1275), 1, + anon_sym_EQ_GT, + ACTIONS(2937), 1, + sym_identifier, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -120477,12 +120660,9 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120498,12 +120678,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(2931), 20, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120514,31 +120694,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10991] = 9, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [12095] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(213), 1, - anon_sym_EQ_GT, - ACTIONS(1228), 1, + ACTIONS(1269), 1, anon_sym_EQ, - ACTIONS(1381), 1, - anon_sym_extends, - ACTIONS(3067), 2, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3070), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(152), 15, + ACTIONS(1271), 1, + anon_sym_EQ_GT, + ACTIONS(2055), 1, + anon_sym_COLON, + ACTIONS(149), 15, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -120547,10 +120727,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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120566,34 +120745,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 19, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11067] = 6, + anon_sym_DASH_DASH, + [12166] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1279), 1, + ACTIONS(3028), 1, anon_sym_EQ, - ACTIONS(1281), 1, + ACTIONS(3030), 1, anon_sym_EQ_GT, - ACTIONS(156), 15, + ACTIONS(3130), 1, + anon_sym_in, + ACTIONS(3132), 1, + anon_sym_COLON, + ACTIONS(2951), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120609,32 +120811,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(152), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(116), 21, + ACTIONS(2947), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120645,46 +120825,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11137] = 12, + anon_sym_DASH_DASH, + [12239] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(3030), 1, + anon_sym_EQ_GT, + ACTIONS(3075), 1, + anon_sym_COMMA, + ACTIONS(3090), 1, + anon_sym_RBRACK, + ACTIONS(3127), 1, anon_sym_EQ, - ACTIONS(3014), 1, + ACTIONS(2951), 14, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - ACTIONS(3018), 1, + anon_sym_LBRACK, anon_sym_DOT, - ACTIONS(3020), 1, anon_sym_QMARK_DOT, - ACTIONS(3059), 1, - anon_sym_EQ_GT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3016), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3012), 3, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2935), 11, - sym__ternary_qmark, - anon_sym_as, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120700,40 +120875,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 19, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11219] = 9, + anon_sym_DASH_DASH, + [12312] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(122), 1, + ACTIONS(124), 1, anon_sym_COMMA, - ACTIONS(210), 1, + ACTIONS(217), 1, anon_sym_RBRACK, - ACTIONS(1268), 1, + ACTIONS(1271), 1, anon_sym_EQ_GT, - ACTIONS(2064), 1, + ACTIONS(2052), 1, anon_sym_EQ, - ACTIONS(2067), 1, - anon_sym_COLON, - ACTIONS(152), 15, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -120746,10 +120922,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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120765,13 +120940,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(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120782,17 +120955,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11295] = 5, + anon_sym_DASH_DASH, + [12385] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3151), 13, + anon_sym_LBRACE, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + sym_number, + anon_sym_AT, + ACTIONS(3149), 42, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, + anon_sym_DOT, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [12448] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3063), 1, + ACTIONS(3093), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(3095), 1, + anon_sym_EQ_GT, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120808,13 +121046,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(2935), 19, + ACTIONS(2951), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -120825,16 +121061,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120845,19 +121078,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11363] = 6, + anon_sym_DASH_DASH, + [12517] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 1, + ACTIONS(3028), 1, anon_sym_EQ, - ACTIONS(3055), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120873,7 +121107,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(2935), 18, + ACTIONS(2951), 17, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, @@ -120889,16 +121123,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120909,37 +121140,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11433] = 12, + anon_sym_DASH_DASH, + [12584] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(1321), 1, anon_sym_EQ, - ACTIONS(2996), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(2999), 1, - anon_sym_LT, - ACTIONS(3005), 1, - anon_sym_DOT, - ACTIONS(3059), 1, - anon_sym_EQ_GT, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(3010), 2, + ACTIONS(1385), 2, anon_sym_COMMA, anon_sym_extends, - ACTIONS(3002), 3, + ACTIONS(3084), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2935), 13, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -120947,10 +121176,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120966,11 +121194,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(2931), 17, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -120979,19 +121206,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11515] = 6, + anon_sym_DASH_DASH, + [12659] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(156), 15, + ACTIONS(3095), 1, + anon_sym_EQ_GT, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121007,14 +121237,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(152), 18, + ACTIONS(2951), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -121023,16 +121252,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121043,35 +121269,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11585] = 6, + anon_sym_DASH_DASH, + [12728] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3119), 1, - anon_sym_DOT, - STATE(1179), 1, - sym_arguments, - ACTIONS(3117), 13, + ACTIONS(3144), 1, + anon_sym_AT, + ACTIONS(3153), 1, + anon_sym_class, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + ACTIONS(3142), 12, anon_sym_LBRACE, anon_sym_BANG, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LTtemplate_GT, anon_sym_DOT_DOT_DOT, anon_sym_TILDE, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, - anon_sym_AT, - ACTIONS(3115), 40, + ACTIONS(3140), 39, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -121079,16 +121309,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_import, anon_sym_await, anon_sym_yield, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_void, anon_sym_delete, + anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, @@ -121111,15 +121341,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [11655] = 6, + [12799] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1281), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(1269), 1, anon_sym_EQ, - ACTIONS(156), 15, + ACTIONS(1271), 1, + anon_sym_EQ_GT, + ACTIONS(2069), 1, + anon_sym_COLON, + ACTIONS(149), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121135,32 +121382,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(152), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121171,27 +121397,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11725] = 7, + anon_sym_DASH_DASH, + [12870] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(3028), 1, anon_sym_EQ, - ACTIONS(3008), 1, + ACTIONS(3030), 1, anon_sym_EQ_GT, - ACTIONS(3121), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(2935), 15, + ACTIONS(3130), 1, + anon_sym_in, + ACTIONS(3156), 1, + anon_sym_COLON, + ACTIONS(2951), 15, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -121200,10 +121430,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121219,13 +121448,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(2931), 21, + ACTIONS(2947), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121236,19 +121462,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11797] = 6, + anon_sym_DASH_DASH, + [12943] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1266), 1, + ACTIONS(1273), 1, anon_sym_EQ, - ACTIONS(1268), 1, + ACTIONS(1275), 1, anon_sym_EQ_GT, - ACTIONS(156), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121264,14 +121493,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(152), 18, + ACTIONS(149), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -121280,16 +121508,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121300,19 +121525,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11867] = 6, + anon_sym_DASH_DASH, + [13012] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3055), 1, + ACTIONS(1275), 1, anon_sym_EQ_GT, - ACTIONS(2945), 15, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121328,14 +121556,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(2935), 18, + ACTIONS(149), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -121344,16 +121571,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121364,44 +121588,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11937] = 9, + anon_sym_DASH_DASH, + [13081] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1321), 1, + ACTIONS(3097), 1, anon_sym_EQ, - ACTIONS(1323), 1, - anon_sym_EQ_GT, - ACTIONS(3067), 1, - anon_sym_LBRACK, - ACTIONS(1381), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3070), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(152), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121417,39 +121617,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 18, + ACTIONS(2951), 17, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12013] = 7, + anon_sym_DASH_DASH, + [13148] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1275), 1, - anon_sym_EQ, - ACTIONS(1277), 1, + ACTIONS(1319), 1, anon_sym_EQ_GT, - ACTIONS(3124), 1, - sym_identifier, - ACTIONS(152), 14, - sym__automatic_semicolon, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(149), 15, sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -121457,10 +121677,11 @@ static const uint16_t ts_small_parse_table[] = { 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(156), 15, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121476,14 +121697,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(116), 24, + ACTIONS(118), 22, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121494,28 +121712,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [12085] = 7, + anon_sym_DASH_DASH, + [13216] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(3105), 1, anon_sym_EQ, - ACTIONS(3057), 1, - anon_sym_COLON, - ACTIONS(3121), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(2935), 15, + ACTIONS(3107), 1, + anon_sym_EQ_GT, + ACTIONS(2951), 15, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -121525,10 +121741,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121544,13 +121759,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(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121561,21 +121774,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12157] = 6, + anon_sym_DASH_DASH, + [13284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3130), 1, - anon_sym_AT, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - ACTIONS(3128), 13, + ACTIONS(3136), 13, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LPAREN, @@ -121584,12 +121794,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_TILDE, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, - ACTIONS(3126), 40, + anon_sym_AT, + ACTIONS(3134), 41, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -121597,16 +121807,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_import, anon_sym_await, anon_sym_yield, - 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_LT, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [13346] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3160), 13, + anon_sym_LBRACE, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + sym_number, + anon_sym_AT, + ACTIONS(3158), 41, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_void, anon_sym_delete, + anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, @@ -121630,12 +121900,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [12227] = 5, + [13408] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(2945), 15, + ACTIONS(3107), 1, + anon_sym_EQ_GT, + ACTIONS(2951), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121651,14 +121939,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2935), 19, - sym__automatic_semicolon, + ACTIONS(2947), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [13476] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3075), 1, + anon_sym_COMMA, + ACTIONS(3090), 1, + anon_sym_RBRACK, + ACTIONS(3127), 1, + anon_sym_EQ, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -121668,16 +121984,29 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2958), 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(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121688,47 +122017,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12295] = 12, + anon_sym_DASH_DASH, + [13546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3014), 1, + ACTIONS(3164), 13, + anon_sym_LBRACE, + anon_sym_BANG, anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(3059), 1, - anon_sym_EQ_GT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 3, - anon_sym_COMMA, anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3016), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2935), 11, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + sym_number, + anon_sym_AT, + ACTIONS(3162), 41, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [13608] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1317), 1, + anon_sym_EQ, + ACTIONS(1319), 1, + anon_sym_EQ_GT, + ACTIONS(149), 15, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121744,35 +122123,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2931), 18, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12377] = 7, + anon_sym_DASH_DASH, + [13676] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 1, - anon_sym_EQ, ACTIONS(3093), 1, - anon_sym_in, - ACTIONS(3096), 1, - anon_sym_of, - ACTIONS(2945), 15, + anon_sym_EQ, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121788,11 +122167,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(2935), 18, + ACTIONS(2951), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -121804,15 +122182,13 @@ 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, anon_sym_satisfies, - ACTIONS(2931), 20, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121823,25 +122199,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12449] = 7, + anon_sym_DASH_DASH, + [13742] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1275), 1, - anon_sym_EQ, - ACTIONS(1277), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(2925), 1, - sym_identifier, - ACTIONS(152), 14, - sym__automatic_semicolon, + ACTIONS(1267), 1, + anon_sym_COLON, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(149), 14, sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -121849,10 +122227,11 @@ static const uint16_t ts_small_parse_table[] = { 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(156), 15, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121868,14 +122247,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(116), 24, + ACTIONS(118), 22, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121886,25 +122262,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [12521] = 8, + anon_sym_DASH_DASH, + [13812] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 1, - anon_sym_EQ, - ACTIONS(3055), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(3111), 1, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(2031), 1, anon_sym_in, - ACTIONS(3113), 1, - anon_sym_COLON, - ACTIONS(2945), 15, + ACTIONS(3122), 1, + anon_sym_of, + ACTIONS(149), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121920,29 +122312,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(2935), 16, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 20, + ACTIONS(118), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -121953,23 +122326,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12594] = 8, + anon_sym_DASH_DASH, + [13884] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 1, - anon_sym_EQ, ACTIONS(3055), 1, + anon_sym_EQ, + ACTIONS(3077), 1, anon_sym_EQ_GT, - ACTIONS(3111), 1, + ACTIONS(3117), 1, anon_sym_in, - ACTIONS(3133), 1, - anon_sym_COLON, - ACTIONS(2945), 15, + ACTIONS(3120), 1, + anon_sym_of, + ACTIONS(2951), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121985,29 +122376,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(2935), 16, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 20, + ACTIONS(2947), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -122018,42 +122390,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12667] = 7, + anon_sym_DASH_DASH, + [13956] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1266), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(2077), 1, + ACTIONS(3101), 1, anon_sym_COLON, - ACTIONS(156), 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(152), 16, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -122062,16 +122418,29 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2958), 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(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -122082,19 +122451,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12738] = 6, + anon_sym_DASH_DASH, + [14023] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1275), 1, - anon_sym_EQ, - ACTIONS(1277), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(156), 15, + ACTIONS(1321), 1, + anon_sym_EQ, + ACTIONS(149), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122110,31 +122497,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(152), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -122145,23 +122512,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12807] = 8, + anon_sym_DASH_DASH, + [14090] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(122), 1, - anon_sym_COMMA, - ACTIONS(210), 1, - anon_sym_RBRACK, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(2064), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(152), 15, + ACTIONS(3117), 1, + anon_sym_in, + ACTIONS(3120), 1, + anon_sym_of, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -122174,10 +122542,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, anon_sym_satisfies, - ACTIONS(156), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122193,13 +122560,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(116), 21, + ACTIONS(2947), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -122210,23 +122574,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12880] = 8, + anon_sym_DASH_DASH, + [14159] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3046), 1, - anon_sym_RBRACK, ACTIONS(3055), 1, - anon_sym_EQ_GT, - ACTIONS(3076), 1, - anon_sym_COMMA, - ACTIONS(3108), 1, anon_sym_EQ, - ACTIONS(2935), 15, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + ACTIONS(2951), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -122239,10 +122602,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, anon_sym_satisfies, - ACTIONS(2945), 15, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122258,13 +122620,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(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -122275,19 +122635,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12953] = 6, + anon_sym_DASH_DASH, + [14226] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3081), 1, + ACTIONS(3105), 1, anon_sym_EQ, - ACTIONS(3083), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 15, + ACTIONS(2951), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2958), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122303,31 +122680,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(2935), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2947), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -122338,1635 +122695,2488 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13022] = 7, + anon_sym_DASH_DASH, + [14291] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(1266), 1, - anon_sym_EQ, - ACTIONS(1268), 1, - anon_sym_EQ_GT, - ACTIONS(2067), 1, - anon_sym_COLON, - ACTIONS(156), 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(152), 16, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3172), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3174), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3130), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14407] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3192), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3194), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3145), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14523] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(2821), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(2845), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3108), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14639] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3196), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3198), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3057), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14755] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3200), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3202), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3101), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14871] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(2855), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(2869), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3105), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14987] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(3204), 1, + sym_identifier, + ACTIONS(3206), 1, anon_sym_STAR, + ACTIONS(3208), 1, + anon_sym_type, + ACTIONS(3212), 1, + anon_sym_LBRACE, + ACTIONS(3216), 1, + anon_sym_typeof, + STATE(3963), 1, + sym_import_clause, + STATE(3965), 1, + sym_string, + STATE(3967), 1, + sym__import_identifier, + STATE(3968), 1, + sym_import_require_clause, + STATE(4426), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3210), 16, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_AMP, - anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13093] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3083), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 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(2935), 17, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(3214), 22, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13162] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3085), 1, - anon_sym_EQ, - ACTIONS(2945), 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(2935), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, + anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + [15070] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13229] = 9, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3218), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15182] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(150), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, - anon_sym_EQ, - ACTIONS(3067), 1, - anon_sym_LBRACK, - ACTIONS(1381), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3070), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(152), 14, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(156), 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(116), 18, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3220), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15294] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13304] = 5, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3222), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15406] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 1, - anon_sym_EQ, - ACTIONS(2945), 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(2935), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3224), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15518] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13371] = 3, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3226), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15630] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 14, - anon_sym_LBRACE, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, - anon_sym_BQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3228), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15742] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(3135), 41, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3230), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, - anon_sym_typeof, - anon_sym_import, - anon_sym_await, - anon_sym_yield, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15854] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_SLASH, - anon_sym_DOT, - anon_sym_class, - anon_sym_async, - anon_sym_function, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, anon_sym_new, - anon_sym_PLUS, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, anon_sym_static, + ACTIONS(3184), 1, anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - anon_sym_declare, + ACTIONS(3232), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [13434] = 7, + [15966] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(3130), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(3139), 1, - anon_sym_class, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - ACTIONS(3128), 13, - anon_sym_LBRACE, - anon_sym_BANG, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3234), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [16078] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - ACTIONS(3126), 38, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3236), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, - anon_sym_typeof, - anon_sym_import, - anon_sym_await, - anon_sym_yield, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [16190] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_SLASH, - anon_sym_async, - anon_sym_function, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, anon_sym_new, - anon_sym_PLUS, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, anon_sym_static, + ACTIONS(3184), 1, anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - anon_sym_declare, + ACTIONS(3238), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [13505] = 6, + [16302] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1277), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1848), 1, + anon_sym_LBRACE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1953), 1, + anon_sym_namespace, + ACTIONS(1955), 1, + anon_sym_import, + ACTIONS(1957), 1, + anon_sym_var, + ACTIONS(1959), 1, + anon_sym_let, + ACTIONS(1961), 1, + anon_sym_const, + ACTIONS(1963), 1, + anon_sym_class, + ACTIONS(1965), 1, + anon_sym_async, + ACTIONS(1967), 1, + anon_sym_function, + ACTIONS(1969), 1, + anon_sym_declare, + ACTIONS(1973), 1, + anon_sym_abstract, + ACTIONS(1977), 1, + anon_sym_interface, + ACTIONS(1979), 1, + anon_sym_enum, + ACTIONS(3240), 1, + anon_sym_STAR, + ACTIONS(3242), 1, + anon_sym_default, + ACTIONS(3244), 1, + anon_sym_type, + ACTIONS(3246), 1, anon_sym_EQ, - ACTIONS(156), 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(152), 17, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(3248), 1, anon_sym_as, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3253), 1, + anon_sym_RBRACE, + ACTIONS(3258), 1, + anon_sym_module, + STATE(1162), 1, + sym_decorator, + STATE(3213), 1, + aux_sym_export_statement_repeat1, + STATE(3233), 1, + sym_internal_module, + STATE(3254), 1, + sym_declaration, + STATE(3599), 1, + sym_export_clause, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + STATE(3914), 1, + sym_namespace_export, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3255), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [16422] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1848), 1, + anon_sym_LBRACE, + ACTIONS(1875), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13574] = 3, + ACTIONS(1953), 1, + anon_sym_namespace, + ACTIONS(1955), 1, + anon_sym_import, + ACTIONS(1957), 1, + anon_sym_var, + ACTIONS(1959), 1, + anon_sym_let, + ACTIONS(1961), 1, + anon_sym_const, + ACTIONS(1963), 1, + anon_sym_class, + ACTIONS(1965), 1, + anon_sym_async, + ACTIONS(1967), 1, + anon_sym_function, + ACTIONS(1969), 1, + anon_sym_declare, + ACTIONS(1973), 1, + anon_sym_abstract, + ACTIONS(1977), 1, + anon_sym_interface, + ACTIONS(1979), 1, + anon_sym_enum, + ACTIONS(3240), 1, + anon_sym_STAR, + ACTIONS(3242), 1, + anon_sym_default, + ACTIONS(3244), 1, + anon_sym_type, + ACTIONS(3246), 1, + anon_sym_EQ, + ACTIONS(3248), 1, + anon_sym_as, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3258), 1, + anon_sym_module, + ACTIONS(3260), 1, + anon_sym_RBRACE, + STATE(1162), 1, + sym_decorator, + STATE(3213), 1, + aux_sym_export_statement_repeat1, + STATE(3233), 1, + sym_internal_module, + STATE(3254), 1, + sym_declaration, + STATE(3599), 1, + sym_export_clause, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + STATE(3914), 1, + sym_namespace_export, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3255), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [16542] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(3144), 14, - anon_sym_LBRACE, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(3142), 40, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_typeof, - anon_sym_import, - anon_sym_await, - anon_sym_yield, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_SLASH, - anon_sym_class, - anon_sym_async, - anon_sym_function, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, anon_sym_new, - anon_sym_PLUS, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, anon_sym_static, + ACTIONS(3184), 1, anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - anon_sym_declare, + ACTIONS(3263), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [13636] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3059), 1, - anon_sym_EQ_GT, - ACTIONS(3093), 1, - anon_sym_in, - ACTIONS(3096), 1, - anon_sym_of, - ACTIONS(2935), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2945), 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(2931), 20, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13708] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(150), 1, - anon_sym_EQ_GT, - ACTIONS(1273), 1, - anon_sym_COLON, - ACTIONS(1319), 1, - anon_sym_EQ, - ACTIONS(152), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(156), 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(116), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13778] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1319), 1, - anon_sym_EQ, - ACTIONS(1323), 1, - anon_sym_EQ_GT, - ACTIONS(156), 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(152), 16, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13846] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(150), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, - anon_sym_EQ, - ACTIONS(2037), 1, - anon_sym_in, - ACTIONS(3102), 1, - anon_sym_of, - ACTIONS(152), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(156), 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(116), 20, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13918] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3081), 1, - anon_sym_EQ, - ACTIONS(2945), 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(2935), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13984] = 6, + [16654] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3098), 1, - anon_sym_EQ, - ACTIONS(3100), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 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(2935), 16, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1848), 1, + anon_sym_LBRACE, + ACTIONS(1875), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14052] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1321), 1, - anon_sym_EQ, - ACTIONS(1323), 1, - anon_sym_EQ_GT, - ACTIONS(156), 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(152), 16, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(1953), 1, + anon_sym_namespace, + ACTIONS(1955), 1, + anon_sym_import, + ACTIONS(1957), 1, + anon_sym_var, + ACTIONS(1959), 1, + anon_sym_let, + ACTIONS(1961), 1, + anon_sym_const, + ACTIONS(1963), 1, + anon_sym_class, + ACTIONS(1965), 1, + anon_sym_async, + ACTIONS(1967), 1, + anon_sym_function, + ACTIONS(1969), 1, + anon_sym_declare, + ACTIONS(1973), 1, + anon_sym_abstract, + ACTIONS(1977), 1, + anon_sym_interface, + ACTIONS(1979), 1, + anon_sym_enum, + ACTIONS(3240), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14120] = 3, + ACTIONS(3242), 1, + anon_sym_default, + ACTIONS(3244), 1, + anon_sym_type, + ACTIONS(3246), 1, + anon_sym_EQ, + ACTIONS(3248), 1, + anon_sym_as, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3258), 1, + anon_sym_module, + ACTIONS(3265), 1, + anon_sym_RBRACE, + STATE(1162), 1, + sym_decorator, + STATE(3213), 1, + aux_sym_export_statement_repeat1, + STATE(3233), 1, + sym_internal_module, + STATE(3254), 1, + sym_declaration, + STATE(3599), 1, + sym_export_clause, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + STATE(3914), 1, + sym_namespace_export, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3255), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [16774] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(3148), 14, - anon_sym_LBRACE, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - anon_sym_AT, - ACTIONS(3146), 40, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3268), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, - anon_sym_typeof, - anon_sym_import, - anon_sym_await, - anon_sym_yield, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [16886] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_SLASH, - anon_sym_class, - anon_sym_async, - anon_sym_function, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, anon_sym_new, - anon_sym_PLUS, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, anon_sym_static, + ACTIONS(3184), 1, anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - anon_sym_declare, + ACTIONS(3270), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [14182] = 7, + [16998] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(3046), 1, - anon_sym_RBRACK, - ACTIONS(3076), 1, - anon_sym_COMMA, - ACTIONS(3108), 1, - anon_sym_EQ, - ACTIONS(2935), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2945), 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(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14252] = 6, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3272), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [17110] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1848), 1, + anon_sym_LBRACE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1953), 1, + anon_sym_namespace, + ACTIONS(1955), 1, + anon_sym_import, + ACTIONS(1957), 1, + anon_sym_var, + ACTIONS(1959), 1, + anon_sym_let, + ACTIONS(1961), 1, + anon_sym_const, + ACTIONS(1963), 1, + anon_sym_class, + ACTIONS(1965), 1, + anon_sym_async, + ACTIONS(1967), 1, + anon_sym_function, + ACTIONS(1969), 1, + anon_sym_declare, + ACTIONS(1973), 1, + anon_sym_abstract, + ACTIONS(1977), 1, + anon_sym_interface, + ACTIONS(1979), 1, + anon_sym_enum, + ACTIONS(3240), 1, + anon_sym_STAR, + ACTIONS(3242), 1, + anon_sym_default, + ACTIONS(3244), 1, + anon_sym_type, + ACTIONS(3246), 1, anon_sym_EQ, - ACTIONS(3100), 1, - anon_sym_EQ_GT, - ACTIONS(2945), 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(2935), 16, - sym__ternary_qmark, + ACTIONS(3248), 1, anon_sym_as, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3258), 1, + anon_sym_module, + ACTIONS(3274), 1, + anon_sym_RBRACE, + STATE(1162), 1, + sym_decorator, + STATE(3213), 1, + aux_sym_export_statement_repeat1, + STATE(3233), 1, + sym_internal_module, + STATE(3254), 1, + sym_declaration, + STATE(3599), 1, + sym_export_clause, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + STATE(3914), 1, + sym_namespace_export, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14320] = 3, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3255), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [17230] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 14, - anon_sym_LBRACE, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(3115), 40, - anon_sym_export, - anon_sym_type, + ACTIONS(1848), 1, + anon_sym_LBRACE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1953), 1, anon_sym_namespace, - anon_sym_typeof, + ACTIONS(1955), 1, anon_sym_import, - anon_sym_await, - anon_sym_yield, - anon_sym_LT, - anon_sym_SLASH, + ACTIONS(1957), 1, + anon_sym_var, + ACTIONS(1959), 1, + anon_sym_let, + ACTIONS(1961), 1, + anon_sym_const, + ACTIONS(1963), 1, anon_sym_class, + ACTIONS(1965), 1, anon_sym_async, + ACTIONS(1967), 1, anon_sym_function, + ACTIONS(1969), 1, + anon_sym_declare, + ACTIONS(1973), 1, + anon_sym_abstract, + ACTIONS(1977), 1, + anon_sym_interface, + ACTIONS(1979), 1, + anon_sym_enum, + ACTIONS(3240), 1, + anon_sym_STAR, + ACTIONS(3242), 1, + anon_sym_default, + ACTIONS(3244), 1, + anon_sym_type, + ACTIONS(3246), 1, + anon_sym_EQ, + ACTIONS(3248), 1, + anon_sym_as, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3258), 1, + anon_sym_module, + ACTIONS(3277), 1, + anon_sym_RBRACE, + STATE(1162), 1, + sym_decorator, + STATE(3213), 1, + aux_sym_export_statement_repeat1, + STATE(3233), 1, + sym_internal_module, + STATE(3254), 1, + sym_declaration, + STATE(3599), 1, + sym_export_clause, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + STATE(3914), 1, + sym_namespace_export, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3255), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [17350] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(2827), 1, anon_sym_new, - anon_sym_PLUS, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, + anon_sym_STAR, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, anon_sym_static, + ACTIONS(3184), 1, anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - anon_sym_declare, + ACTIONS(3280), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [14382] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3093), 1, - anon_sym_in, - ACTIONS(3096), 1, - anon_sym_of, - ACTIONS(2935), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2945), 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(2931), 20, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14451] = 6, + [17462] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3057), 1, - anon_sym_COLON, - ACTIONS(2935), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2945), 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(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14518] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3098), 1, - anon_sym_EQ, - ACTIONS(2945), 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(2935), 16, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2819), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2931), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, + ACTIONS(2827), 1, + anon_sym_new, + ACTIONS(2829), 1, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14583] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3059), 1, - anon_sym_EQ_GT, - ACTIONS(2935), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2945), 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(2931), 21, + ACTIONS(2843), 1, + anon_sym_abstract, + ACTIONS(3168), 1, + anon_sym_export, + ACTIONS(3170), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14650] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(150), 1, - anon_sym_EQ_GT, - ACTIONS(1319), 1, - anon_sym_EQ, - ACTIONS(152), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, + ACTIONS(3176), 1, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(156), 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(116), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14717] = 31, + ACTIONS(3178), 1, + anon_sym_async, + ACTIONS(3182), 1, + anon_sym_static, + ACTIONS(3184), 1, + anon_sym_readonly, + ACTIONS(3190), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2311), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + STATE(2745), 1, + sym_formal_parameters, + STATE(3356), 1, + sym__call_signature, + STATE(3621), 1, + aux_sym_export_statement_repeat1, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(3180), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3186), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3282), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2599), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3496), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [17574] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, + ACTIONS(2827), 1, anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(2691), 1, + ACTIONS(2843), 1, anon_sym_abstract, - ACTIONS(3152), 1, + ACTIONS(3168), 1, anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3170), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3178), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3182), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3184), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(2296), 1, + STATE(2311), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2320), 1, sym_override_modifier, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3182), 1, + STATE(3356), 1, sym__call_signature, - STATE(3562), 1, + STATE(3621), 1, aux_sym_export_statement_repeat1, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(2889), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(2891), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3160), 2, + ACTIONS(3180), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - ACTIONS(3168), 3, + ACTIONS(3284), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2599), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3113), 6, + STATE(3496), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -123977,81 +125187,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [14833] = 31, + [17686] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, + ACTIONS(2827), 1, anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(2691), 1, + ACTIONS(2843), 1, anon_sym_abstract, - ACTIONS(3152), 1, + ACTIONS(3168), 1, anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3170), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3178), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3182), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3184), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(2296), 1, + STATE(2311), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2320), 1, sym_override_modifier, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3182), 1, + STATE(3356), 1, sym__call_signature, - STATE(3562), 1, + STATE(3621), 1, aux_sym_export_statement_repeat1, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(3160), 2, + ACTIONS(3180), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - ACTIONS(3172), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3174), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2599), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3071), 6, + STATE(3134), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -124062,70 +125266,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [14949] = 31, + [17794] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1472), 15, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(1470), 33, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [17850] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, + ACTIONS(2827), 1, anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(2691), 1, + ACTIONS(2843), 1, anon_sym_abstract, - ACTIONS(3152), 1, + ACTIONS(3168), 1, anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3170), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3178), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3182), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3184), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(2296), 1, + STATE(2311), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2320), 1, sym_override_modifier, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3182), 1, + STATE(3356), 1, sym__call_signature, - STATE(3562), 1, + STATE(3621), 1, aux_sym_export_statement_repeat1, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(3160), 2, + ACTIONS(3180), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - ACTIONS(3176), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3178), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2599), 3, sym_string, sym__property_name, sym_computed_property_name, @@ -124136,7 +125387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -124147,81 +125398,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15065] = 31, + [17958] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, + ACTIONS(2827), 1, anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(2691), 1, + ACTIONS(2843), 1, anon_sym_abstract, - ACTIONS(3152), 1, + ACTIONS(3168), 1, anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3170), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3178), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3182), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3184), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(2296), 1, + STATE(2311), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2320), 1, sym_override_modifier, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3182), 1, + STATE(3356), 1, sym__call_signature, - STATE(3562), 1, + STATE(3621), 1, aux_sym_export_statement_repeat1, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(2669), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(2693), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3160), 2, + ACTIONS(3180), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2599), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(2987), 6, + STATE(3052), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -124232,81 +125477,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15181] = 31, + [18066] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, + ACTIONS(2827), 1, anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(2691), 1, + ACTIONS(2843), 1, anon_sym_abstract, - ACTIONS(3152), 1, + ACTIONS(3168), 1, anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3170), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3178), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3182), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3184), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(2296), 1, + STATE(2311), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2320), 1, sym_override_modifier, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3182), 1, + STATE(3356), 1, sym__call_signature, - STATE(3562), 1, + STATE(3621), 1, aux_sym_export_statement_repeat1, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(3160), 2, + ACTIONS(3180), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - ACTIONS(3180), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3182), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2599), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3058), 6, + STATE(3496), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -124317,81 +125556,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15297] = 31, + [18174] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, + ACTIONS(2827), 1, anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(2691), 1, + ACTIONS(2843), 1, anon_sym_abstract, - ACTIONS(3152), 1, + ACTIONS(3168), 1, anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3170), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3178), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3182), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3184), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(2296), 1, + STATE(2311), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2320), 1, sym_override_modifier, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3182), 1, + STATE(3356), 1, sym__call_signature, - STATE(3562), 1, + STATE(3621), 1, aux_sym_export_statement_repeat1, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(3160), 2, + ACTIONS(3180), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - ACTIONS(3184), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3186), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2599), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3131), 6, + STATE(3066), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -124402,78 +125635,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15413] = 30, + [18282] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1566), 15, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(1564), 33, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [18338] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, + ACTIONS(2827), 1, anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(2691), 1, + ACTIONS(2843), 1, anon_sym_abstract, - ACTIONS(3152), 1, + ACTIONS(3168), 1, anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3170), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3178), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3182), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3184), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(2296), 1, + STATE(2311), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2320), 1, sym_override_modifier, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3182), 1, + STATE(3356), 1, sym__call_signature, - STATE(3562), 1, + STATE(3621), 1, aux_sym_export_statement_repeat1, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(3160), 2, + ACTIONS(3180), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - ACTIONS(3188), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2599), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, + STATE(3043), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -124484,78 +125767,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15525] = 33, + [18446] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1832), 1, + ACTIONS(1848), 1, anon_sym_LBRACE, - ACTIONS(1963), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1953), 1, anon_sym_namespace, - ACTIONS(1965), 1, + ACTIONS(1955), 1, anon_sym_import, - ACTIONS(1967), 1, + ACTIONS(1957), 1, anon_sym_var, - ACTIONS(1969), 1, + ACTIONS(1959), 1, anon_sym_let, - ACTIONS(1971), 1, + ACTIONS(1961), 1, anon_sym_const, - ACTIONS(1973), 1, + ACTIONS(1963), 1, anon_sym_class, - ACTIONS(1975), 1, + ACTIONS(1965), 1, anon_sym_async, - ACTIONS(1977), 1, + ACTIONS(1967), 1, anon_sym_function, - ACTIONS(1979), 1, + ACTIONS(1969), 1, anon_sym_declare, - ACTIONS(1983), 1, + ACTIONS(1973), 1, anon_sym_abstract, - ACTIONS(1987), 1, + ACTIONS(1977), 1, anon_sym_interface, - ACTIONS(1989), 1, + ACTIONS(1979), 1, anon_sym_enum, - ACTIONS(3190), 1, + ACTIONS(3240), 1, anon_sym_STAR, - ACTIONS(3192), 1, + ACTIONS(3242), 1, anon_sym_default, - ACTIONS(3194), 1, + ACTIONS(3244), 1, anon_sym_type, - ACTIONS(3196), 1, + ACTIONS(3246), 1, anon_sym_EQ, - ACTIONS(3198), 1, + ACTIONS(3248), 1, anon_sym_as, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3203), 1, - anon_sym_RBRACE, - ACTIONS(3208), 1, + ACTIONS(3258), 1, anon_sym_module, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(3322), 1, + STATE(3213), 1, aux_sym_export_statement_repeat1, - STATE(3327), 1, + STATE(3233), 1, sym_internal_module, - STATE(3328), 1, + STATE(3254), 1, sym_declaration, - STATE(3519), 1, + STATE(3599), 1, sym_export_clause, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - STATE(3940), 1, + STATE(3914), 1, sym_namespace_export, - ACTIONS(3206), 7, + ACTIONS(3286), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - STATE(3329), 13, + STATE(3255), 13, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, @@ -124569,78 +125848,75 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_declaration, sym_enum_declaration, sym_type_alias_declaration, - [15643] = 30, + [18558] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, + ACTIONS(2827), 1, anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(2691), 1, + ACTIONS(2843), 1, anon_sym_abstract, - ACTIONS(3152), 1, + ACTIONS(3168), 1, anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3170), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3178), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3182), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3184), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - STATE(2296), 1, + STATE(2311), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2320), 1, sym_override_modifier, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3182), 1, + STATE(3356), 1, sym__call_signature, - STATE(3562), 1, + STATE(3621), 1, aux_sym_export_statement_repeat1, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(3160), 2, + ACTIONS(3180), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3186), 2, anon_sym_get, anon_sym_set, - ACTIONS(3210), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2599), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, + STATE(3148), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -124651,78 +125927,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15755] = 33, + [18666] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1832), 1, + ACTIONS(1848), 1, anon_sym_LBRACE, - ACTIONS(1963), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1953), 1, anon_sym_namespace, - ACTIONS(1965), 1, + ACTIONS(1955), 1, anon_sym_import, - ACTIONS(1967), 1, + ACTIONS(1957), 1, anon_sym_var, - ACTIONS(1969), 1, + ACTIONS(1959), 1, anon_sym_let, - ACTIONS(1971), 1, + ACTIONS(1961), 1, anon_sym_const, - ACTIONS(1973), 1, + ACTIONS(1963), 1, anon_sym_class, - ACTIONS(1975), 1, + ACTIONS(1965), 1, anon_sym_async, - ACTIONS(1977), 1, + ACTIONS(1967), 1, anon_sym_function, - ACTIONS(1979), 1, + ACTIONS(1969), 1, anon_sym_declare, - ACTIONS(1983), 1, + ACTIONS(1973), 1, anon_sym_abstract, - ACTIONS(1987), 1, + ACTIONS(1977), 1, anon_sym_interface, - ACTIONS(1989), 1, + ACTIONS(1979), 1, anon_sym_enum, - ACTIONS(3190), 1, + ACTIONS(3240), 1, anon_sym_STAR, - ACTIONS(3192), 1, + ACTIONS(3242), 1, anon_sym_default, - ACTIONS(3194), 1, + ACTIONS(3244), 1, anon_sym_type, - ACTIONS(3196), 1, - anon_sym_EQ, - ACTIONS(3198), 1, + ACTIONS(3248), 1, anon_sym_as, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3208), 1, + ACTIONS(3258), 1, anon_sym_module, - ACTIONS(3212), 1, - anon_sym_RBRACE, - STATE(1171), 1, + ACTIONS(3290), 1, + anon_sym_EQ, + STATE(1162), 1, sym_decorator, - STATE(3322), 1, + STATE(3213), 1, aux_sym_export_statement_repeat1, - STATE(3327), 1, + STATE(3233), 1, sym_internal_module, - STATE(3328), 1, + STATE(3254), 1, sym_declaration, - STATE(3519), 1, + STATE(3599), 1, sym_export_clause, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - STATE(3940), 1, + STATE(3914), 1, sym_namespace_export, - ACTIONS(3206), 7, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - STATE(3329), 13, + STATE(3255), 13, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, @@ -124736,219 +126007,214 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_declaration, sym_enum_declaration, sym_type_alias_declaration, - [15873] = 30, + [18776] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, + ACTIONS(3294), 1, + anon_sym_DOT, + ACTIONS(3296), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3298), 1, + anon_sym_is, + STATE(1297), 1, + sym_type_arguments, + ACTIONS(3292), 13, anon_sym_STAR, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3215), 2, + anon_sym_BANG, + anon_sym_in, + 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(3041), 30, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [15985] = 30, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [18839] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, + ACTIONS(3296), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3306), 1, + anon_sym_DOT, + STATE(1310), 1, + sym_arguments, + STATE(1311), 1, + sym_type_arguments, + ACTIONS(3300), 13, anon_sym_STAR, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3217), 2, + anon_sym_BANG, + anon_sym_in, + 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(3302), 29, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [16097] = 13, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [18904] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3219), 1, - sym_identifier, - ACTIONS(3221), 1, + ACTIONS(3296), 1, + anon_sym_LT, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3312), 1, + anon_sym_DOT, + STATE(1312), 1, + sym_arguments, + STATE(1313), 1, + sym_type_arguments, + ACTIONS(3308), 13, anon_sym_STAR, - ACTIONS(3227), 1, - anon_sym_LBRACE, - STATE(3963), 1, - sym_import_require_clause, - STATE(3972), 1, - sym_string, - STATE(3978), 1, - sym_import_clause, - ACTIONS(3223), 2, - anon_sym_type, - anon_sym_typeof, - STATE(4411), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(3225), 15, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3310), 29, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - ACTIONS(3229), 23, - sym__automatic_semicolon, + anon_sym_extends, + anon_sym_implements, + [18969] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3296), 1, + anon_sym_LT, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_DOT, + STATE(1308), 1, + sym_arguments, + STATE(1309), 1, + sym_type_arguments, + ACTIONS(2969), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(2965), 29, sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, + anon_sym_RBRACK, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -124962,81 +126228,135 @@ 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, - [16175] = 30, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [19034] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, + ACTIONS(3296), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3324), 1, + anon_sym_QMARK_DOT, + STATE(1277), 1, + sym_type_arguments, + STATE(1508), 1, + sym_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3316), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3318), 26, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [19105] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(226), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_RBRACE, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3332), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3334), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3336), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3342), 1, anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, + STATE(2297), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2332), 1, sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, + STATE(3752), 1, + aux_sym_object_pattern_repeat1, + STATE(3760), 1, + aux_sym_object_repeat1, + ACTIONS(244), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3338), 2, anon_sym_get, anon_sym_set, - ACTIONS(3231), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3340), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2960), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, + STATE(3758), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(3849), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3326), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -125047,78 +126367,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [16287] = 30, + [19203] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(226), 1, + anon_sym_STAR, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3346), 1, + anon_sym_RBRACE, + ACTIONS(3348), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3350), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3352), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3358), 1, anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, + STATE(2297), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2332), 1, sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, + STATE(3752), 1, + aux_sym_object_pattern_repeat1, + STATE(3857), 1, + aux_sym_object_repeat1, + ACTIONS(244), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3354), 2, anon_sym_get, anon_sym_set, - ACTIONS(3233), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3356), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2960), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, + STATE(3849), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(3850), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3344), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -125129,78 +126440,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [16399] = 30, + [19301] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(226), 1, + anon_sym_STAR, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3362), 1, + anon_sym_RBRACE, + ACTIONS(3364), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3366), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3368), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3374), 1, anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, + STATE(2297), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2332), 1, sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, + STATE(3752), 1, + aux_sym_object_pattern_repeat1, + STATE(3857), 1, + aux_sym_object_repeat1, + ACTIONS(244), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3370), 2, anon_sym_get, anon_sym_set, - ACTIONS(3235), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3372), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2960), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, + STATE(3849), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(3850), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3360), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -125211,160 +126513,442 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [16511] = 30, + [19399] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, + ACTIONS(3380), 1, + anon_sym_is, + ACTIONS(3376), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(2667), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3378), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [19455] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3382), 1, + anon_sym_LBRACE, + STATE(1385), 1, + sym_statement_block, + ACTIONS(1405), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1403), 30, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_PIPE_RBRACE, + [19513] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3382), 1, + anon_sym_LBRACE, + ACTIONS(3384), 1, + anon_sym_DOT, + STATE(1385), 1, + sym_statement_block, + ACTIONS(1405), 14, anon_sym_STAR, - ACTIONS(3156), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1403), 29, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3237), 2, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_PIPE_RBRACE, + [19573] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3382), 1, + anon_sym_LBRACE, + ACTIONS(3386), 1, + anon_sym_DOT, + STATE(1385), 1, + sym_statement_block, + ACTIONS(1405), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1403), 29, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + 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_QMARK_DOT, + 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, + anon_sym_satisfies, anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [16623] = 30, + [19633] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(3388), 1, + sym__automatic_semicolon, + ACTIONS(1393), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1391), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [19691] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2977), 1, + anon_sym_LT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2947), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(2951), 29, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [19753] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3298), 1, + anon_sym_is, + ACTIONS(3390), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3392), 31, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [19809] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(226), 1, + anon_sym_STAR, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3396), 1, + anon_sym_RBRACE, + ACTIONS(3398), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3400), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3402), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3408), 1, anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, + STATE(2297), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2332), 1, sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, + STATE(3752), 1, + aux_sym_object_pattern_repeat1, + STATE(3760), 1, + aux_sym_object_repeat1, + ACTIONS(244), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3404), 2, anon_sym_get, anon_sym_set, - ACTIONS(3239), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3406), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2960), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, + STATE(3758), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(3849), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3394), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -125375,330 +126959,435 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [16735] = 33, + [19907] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1832), 1, - anon_sym_LBRACE, - ACTIONS(1963), 1, - anon_sym_namespace, - ACTIONS(1965), 1, - anon_sym_import, - ACTIONS(1967), 1, - anon_sym_var, - ACTIONS(1969), 1, - anon_sym_let, - ACTIONS(1971), 1, - anon_sym_const, - ACTIONS(1973), 1, - anon_sym_class, - ACTIONS(1975), 1, - anon_sym_async, - ACTIONS(1977), 1, - anon_sym_function, - ACTIONS(1979), 1, - anon_sym_declare, - ACTIONS(1983), 1, - anon_sym_abstract, - ACTIONS(1987), 1, - anon_sym_interface, - ACTIONS(1989), 1, - anon_sym_enum, - ACTIONS(3190), 1, + ACTIONS(3298), 1, + anon_sym_is, + ACTIONS(3410), 14, anon_sym_STAR, - ACTIONS(3192), 1, - anon_sym_default, - ACTIONS(3194), 1, - anon_sym_type, - ACTIONS(3196), 1, - anon_sym_EQ, - ACTIONS(3198), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3412), 31, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3200), 1, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(3208), 1, - anon_sym_module, - ACTIONS(3241), 1, anon_sym_RBRACE, - STATE(1171), 1, - sym_decorator, - STATE(3322), 1, - aux_sym_export_statement_repeat1, - STATE(3327), 1, - sym_internal_module, - STATE(3328), 1, - sym_declaration, - STATE(3519), 1, - sym_export_clause, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - STATE(3940), 1, - sym_namespace_export, - ACTIONS(3206), 7, - sym__automatic_semicolon, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3329), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [16853] = 30, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [19963] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, + STATE(1485), 2, + sym_template_string, + sym_arguments, + ACTIONS(3414), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3416), 28, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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_satisfies, + anon_sym_implements, + [20023] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1472), 15, anon_sym_STAR, - ACTIONS(3156), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(1470), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3244), 2, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20077] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1566), 15, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(1564), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [16965] = 33, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20131] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1832), 1, + ACTIONS(3296), 1, + anon_sym_LT, + STATE(1305), 1, + sym_type_arguments, + ACTIONS(3376), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(3378), 31, + sym__ternary_qmark, + anon_sym_as, anon_sym_LBRACE, - ACTIONS(1963), 1, - anon_sym_namespace, - ACTIONS(1965), 1, - anon_sym_import, - ACTIONS(1967), 1, - anon_sym_var, - ACTIONS(1969), 1, - anon_sym_let, - ACTIONS(1971), 1, - anon_sym_const, - ACTIONS(1973), 1, - anon_sym_class, - ACTIONS(1975), 1, - anon_sym_async, - ACTIONS(1977), 1, - anon_sym_function, - ACTIONS(1979), 1, - anon_sym_declare, - ACTIONS(1983), 1, - anon_sym_abstract, - ACTIONS(1987), 1, - anon_sym_interface, - ACTIONS(1989), 1, - anon_sym_enum, - ACTIONS(3190), 1, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20189] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3294), 1, + anon_sym_DOT, + ACTIONS(3296), 1, + anon_sym_LT, + STATE(1297), 1, + sym_type_arguments, + ACTIONS(3292), 13, anon_sym_STAR, - ACTIONS(3192), 1, - anon_sym_default, - ACTIONS(3194), 1, - anon_sym_type, - ACTIONS(3196), 1, - anon_sym_EQ, - ACTIONS(3198), 1, + anon_sym_BANG, + anon_sym_in, + 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(3041), 30, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3200), 1, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(3208), 1, - anon_sym_module, - ACTIONS(3246), 1, anon_sym_RBRACE, - STATE(1171), 1, - sym_decorator, - STATE(3322), 1, - aux_sym_export_statement_repeat1, - STATE(3327), 1, - sym_internal_module, - STATE(3328), 1, - sym_declaration, - STATE(3519), 1, - sym_export_clause, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - STATE(3940), 1, - sym_namespace_export, - ACTIONS(3206), 7, - sym__automatic_semicolon, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20249] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1387), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3329), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [17083] = 30, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1385), 32, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + anon_sym_is, + [20303] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(226), 1, + anon_sym_STAR, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3420), 1, + anon_sym_RBRACE, + ACTIONS(3422), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3424), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3426), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3432), 1, anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, + STATE(2297), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2332), 1, sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, + STATE(3752), 1, + aux_sym_object_pattern_repeat1, + STATE(3760), 1, + aux_sym_object_repeat1, + ACTIONS(244), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3428), 2, anon_sym_get, anon_sym_set, - ACTIONS(3249), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3430), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2960), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, + STATE(3758), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(3849), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3418), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -125709,78 +127398,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [17195] = 30, + [20401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, + ACTIONS(3434), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(2667), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3436), 32, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + anon_sym_is, + [20455] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(226), 1, anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3440), 1, + anon_sym_RBRACE, + ACTIONS(3442), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3444), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3446), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3452), 1, anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, + STATE(2297), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2332), 1, sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, + STATE(3752), 1, + aux_sym_object_pattern_repeat1, + STATE(3760), 1, + aux_sym_object_repeat1, + ACTIONS(244), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3448), 2, anon_sym_get, anon_sym_set, - ACTIONS(3251), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3450), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2960), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, + STATE(3758), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(3849), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3438), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -125791,78 +127522,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [17307] = 30, + [20553] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, + ACTIONS(226), 1, + anon_sym_STAR, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, + ACTIONS(3456), 1, + anon_sym_RBRACE, + ACTIONS(3458), 1, anon_sym_async, - ACTIONS(3162), 1, + ACTIONS(3460), 1, anon_sym_static, - ACTIONS(3164), 1, + ACTIONS(3462), 1, anon_sym_readonly, - ACTIONS(3170), 1, + ACTIONS(3468), 1, anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, + STATE(2297), 1, sym_accessibility_modifier, - STATE(2309), 1, + STATE(2332), 1, sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, + STATE(3752), 1, + aux_sym_object_pattern_repeat1, + STATE(3760), 1, + aux_sym_object_repeat1, + ACTIONS(244), 2, sym_number, sym_private_property_identifier, - ACTIONS(3166), 2, + ACTIONS(3464), 2, anon_sym_get, anon_sym_set, - ACTIONS(3253), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, + ACTIONS(3466), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2531), 3, + STATE(2960), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, + STATE(3758), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(3849), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3454), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -125873,929 +127595,1009 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [17419] = 33, + [20651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1832), 1, + ACTIONS(3410), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3412), 31, + sym__ternary_qmark, + anon_sym_as, anon_sym_LBRACE, - ACTIONS(1963), 1, - anon_sym_namespace, - ACTIONS(1965), 1, - anon_sym_import, - ACTIONS(1967), 1, - anon_sym_var, - ACTIONS(1969), 1, - anon_sym_let, - ACTIONS(1971), 1, - anon_sym_const, - ACTIONS(1973), 1, - anon_sym_class, - ACTIONS(1975), 1, - anon_sym_async, - ACTIONS(1977), 1, - anon_sym_function, - ACTIONS(1979), 1, - anon_sym_declare, - ACTIONS(1983), 1, - anon_sym_abstract, - ACTIONS(1987), 1, - anon_sym_interface, - ACTIONS(1989), 1, - anon_sym_enum, - ACTIONS(3190), 1, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20704] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3470), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3472), 31, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20757] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3474), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3476), 31, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20810] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3478), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3480), 31, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20863] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2735), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2737), 31, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [20916] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - ACTIONS(3192), 1, - anon_sym_default, - ACTIONS(3194), 1, - anon_sym_type, - ACTIONS(3196), 1, - anon_sym_EQ, - ACTIONS(3198), 1, - anon_sym_as, - ACTIONS(3200), 1, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3486), 5, anon_sym_COMMA, - ACTIONS(3208), 1, - anon_sym_module, - ACTIONS(3255), 1, anon_sym_RBRACE, - STATE(1171), 1, - sym_decorator, - STATE(3322), 1, - aux_sym_export_statement_repeat1, - STATE(3327), 1, - sym_internal_module, - STATE(3328), 1, - sym_declaration, - STATE(3519), 1, - sym_export_clause, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - STATE(3940), 1, - sym_namespace_export, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3329), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [17537] = 30, + anon_sym_RBRACK, + [21029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, + ACTIONS(3532), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(2667), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3534), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3258), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [17649] = 30, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [21082] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3536), 3, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3260), 2, + anon_sym_extends, + ACTIONS(3538), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2951), 28, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [17761] = 30, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [21139] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3552), 1, + anon_sym_extends, + ACTIONS(3546), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3262), 2, + ACTIONS(3549), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3540), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3544), 27, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [17873] = 30, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [21200] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(1993), 1, + anon_sym_extends, + ACTIONS(3554), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3264), 2, + ACTIONS(3557), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1395), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1399), 27, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [17985] = 30, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [21261] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3055), 1, + anon_sym_EQ, + ACTIONS(2947), 14, anon_sym_STAR, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3266), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18097] = 29, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2951), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [21316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, + ACTIONS(2731), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(2667), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2733), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3008), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18205] = 29, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [21369] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1832), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - ACTIONS(1963), 1, - anon_sym_namespace, - ACTIONS(1965), 1, - anon_sym_import, - ACTIONS(1967), 1, - anon_sym_var, - ACTIONS(1969), 1, - anon_sym_let, - ACTIONS(1971), 1, - anon_sym_const, - ACTIONS(1973), 1, - anon_sym_class, - ACTIONS(1975), 1, - anon_sym_async, - ACTIONS(1977), 1, - anon_sym_function, - ACTIONS(1979), 1, - anon_sym_declare, - ACTIONS(1983), 1, - anon_sym_abstract, - ACTIONS(1987), 1, - anon_sym_interface, - ACTIONS(1989), 1, - anon_sym_enum, - ACTIONS(3190), 1, + ACTIONS(3562), 1, + anon_sym_DOT, + STATE(1526), 1, + sym_statement_block, + ACTIONS(1405), 14, anon_sym_STAR, - ACTIONS(3192), 1, - anon_sym_default, - ACTIONS(3194), 1, - anon_sym_type, - ACTIONS(3198), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1403), 28, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3208), 1, - anon_sym_module, - ACTIONS(3268), 1, - anon_sym_EQ, - STATE(1171), 1, - sym_decorator, - STATE(3322), 1, - aux_sym_export_statement_repeat1, - STATE(3327), 1, - sym_internal_module, - STATE(3328), 1, - sym_declaration, - STATE(3519), 1, - sym_export_clause, - STATE(3940), 1, - sym_namespace_export, - ACTIONS(3206), 9, - sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3329), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [18313] = 29, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [21428] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3139), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18421] = 29, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3568), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 11, + anon_sym_STAR, + anon_sym_in, + 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(3566), 18, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + [21511] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3070), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18529] = 29, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3568), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 10, + anon_sym_BANG, + anon_sym_in, + 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(3566), 19, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_satisfies, + [21592] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3084), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18637] = 3, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 11, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_satisfies, + [21691] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1608), 14, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 12, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_satisfies, + [21788] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3560), 1, + anon_sym_LBRACE, + ACTIONS(3571), 1, + anon_sym_DOT, + STATE(1526), 1, + sym_statement_block, + ACTIONS(1405), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - ACTIONS(1606), 34, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1403), 28, sym__ternary_qmark, anon_sym_as, - 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_DOT, + anon_sym_RBRACK, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -126811,466 +128613,380 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [18693] = 29, + anon_sym_implements, + [21847] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3110), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18801] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3056), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18909] = 3, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3564), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3566), 12, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_satisfies, + [21942] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1544), 14, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3568), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 8, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - ACTIONS(1542), 34, - sym__automatic_semicolon, + ACTIONS(3566), 19, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_else, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [18965] = 30, + [22025] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1832), 1, - anon_sym_LBRACE, - ACTIONS(1963), 1, - anon_sym_namespace, - ACTIONS(1965), 1, - anon_sym_import, - ACTIONS(1967), 1, - anon_sym_var, - ACTIONS(1969), 1, - anon_sym_let, - ACTIONS(1971), 1, - anon_sym_const, - ACTIONS(1973), 1, - anon_sym_class, - ACTIONS(1975), 1, - anon_sym_async, - ACTIONS(1977), 1, - anon_sym_function, - ACTIONS(1979), 1, - anon_sym_declare, - ACTIONS(1983), 1, - anon_sym_abstract, - ACTIONS(1987), 1, - anon_sym_interface, - ACTIONS(1989), 1, - anon_sym_enum, - ACTIONS(3190), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - ACTIONS(3192), 1, - anon_sym_default, - ACTIONS(3194), 1, - anon_sym_type, - ACTIONS(3196), 1, - anon_sym_EQ, - ACTIONS(3198), 1, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 10, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3208), 1, - anon_sym_module, - STATE(1171), 1, - sym_decorator, - STATE(3322), 1, - aux_sym_export_statement_repeat1, - STATE(3327), 1, - sym_internal_module, - STATE(3328), 1, - sym_declaration, - STATE(3519), 1, - sym_export_clause, - STATE(3940), 1, - sym_namespace_export, - ACTIONS(3270), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3329), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [19075] = 29, + anon_sym_RBRACK, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [22128] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(2675), 1, - anon_sym_new, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(2691), 1, - anon_sym_abstract, - ACTIONS(3152), 1, - anon_sym_export, - ACTIONS(3154), 1, - anon_sym_STAR, - ACTIONS(3156), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3158), 1, - anon_sym_async, - ACTIONS(3162), 1, - anon_sym_static, - ACTIONS(3164), 1, - anon_sym_readonly, - ACTIONS(3170), 1, - anon_sym_override, - STATE(1171), 1, - sym_decorator, - STATE(2296), 1, - sym_accessibility_modifier, - STATE(2309), 1, - sym_override_modifier, - STATE(2701), 1, - sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3562), 1, - aux_sym_export_statement_repeat1, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(3160), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3166), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2531), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3428), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [19183] = 11, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 11, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_satisfies, + [22229] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3278), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3282), 1, - anon_sym_LT, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3286), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - STATE(1340), 1, - sym_type_arguments, - STATE(1453), 1, - sym_arguments, - STATE(3765), 1, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3274), 12, + ACTIONS(3482), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 7, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3276), 27, + ACTIONS(3566), 17, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [19254] = 7, + [22316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3282), 1, - anon_sym_LT, - ACTIONS(3290), 1, - anon_sym_DOT, - ACTIONS(3292), 1, - anon_sym_is, - STATE(1345), 1, - sym_type_arguments, - ACTIONS(3288), 12, + ACTIONS(2595), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3010), 31, + anon_sym_DASH_DASH, + ACTIONS(2597), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127282,6 +128998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -127297,285 +129014,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [19317] = 25, + [22369] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(219), 1, - anon_sym_STAR, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3296), 1, - anon_sym_RBRACE, - ACTIONS(3298), 1, - anon_sym_LBRACK, - ACTIONS(3300), 1, - anon_sym_async, - ACTIONS(3302), 1, - anon_sym_static, + ACTIONS(1124), 1, + anon_sym_BQUOTE, ACTIONS(3304), 1, - anon_sym_readonly, - ACTIONS(3310), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, - sym_override_modifier, - STATE(3715), 1, - aux_sym_object_repeat1, - STATE(3717), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(237), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3306), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3308), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2956), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3706), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3707), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3294), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [19415] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3282), 1, - anon_sym_LT, - ACTIONS(3290), 1, - anon_sym_DOT, - STATE(1345), 1, - sym_type_arguments, - ACTIONS(3288), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3010), 31, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(3320), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [19475] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(219), 1, - anon_sym_STAR, - ACTIONS(225), 1, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, anon_sym_COMMA, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, - anon_sym_LBRACK, - ACTIONS(3314), 1, - anon_sym_RBRACE, - ACTIONS(3316), 1, - anon_sym_async, - ACTIONS(3318), 1, - anon_sym_static, - ACTIONS(3320), 1, - anon_sym_readonly, - ACTIONS(3326), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, - sym_override_modifier, - STATE(3614), 1, - aux_sym_object_repeat1, - STATE(3717), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(237), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3322), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3324), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2956), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3706), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3728), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3312), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [19573] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - ACTIONS(3330), 1, - anon_sym_DOT, - STATE(1454), 1, - sym_statement_block, - ACTIONS(1395), 13, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3490), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1393), 30, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - 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_QMARK_DOT, - 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(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [19633] = 4, + ACTIONS(3575), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [22484] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3336), 1, - anon_sym_is, - ACTIONS(3332), 13, + ACTIONS(3581), 1, + anon_sym_AMP, + ACTIONS(3583), 1, + anon_sym_PIPE, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3577), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3334), 32, + anon_sym_DASH_DASH, + ACTIONS(3579), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127603,34 +129149,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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [19689] = 4, + [22543] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3292), 1, - anon_sym_is, - ACTIONS(3338), 13, + ACTIONS(3560), 1, + anon_sym_LBRACE, + STATE(1526), 1, + sym_statement_block, + ACTIONS(1405), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3340), 32, + anon_sym_DASH_DASH, + ACTIONS(1403), 29, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, @@ -127655,283 +129201,252 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [19745] = 25, + [22600] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(219), 1, - anon_sym_STAR, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3344), 1, - anon_sym_RBRACE, - ACTIONS(3346), 1, - anon_sym_async, - ACTIONS(3348), 1, - anon_sym_static, - ACTIONS(3350), 1, - anon_sym_readonly, - ACTIONS(3356), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, - sym_override_modifier, - STATE(3614), 1, - aux_sym_object_repeat1, - STATE(3717), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(237), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3352), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3354), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2956), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3706), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3728), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3342), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [19843] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1544), 14, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3568), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - ACTIONS(1542), 32, + ACTIONS(3566), 20, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [19897] = 5, + [22677] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3282), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, anon_sym_LT, - STATE(1379), 1, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - ACTIONS(3332), 12, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3334), 32, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3587), 5, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, + [22790] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [19955] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(219), 1, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, - anon_sym_LBRACK, - ACTIONS(3360), 1, - anon_sym_RBRACE, - ACTIONS(3362), 1, - anon_sym_async, - ACTIONS(3364), 1, - anon_sym_static, - ACTIONS(3366), 1, - anon_sym_readonly, - ACTIONS(3372), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, - sym_override_modifier, - STATE(3614), 1, - aux_sym_object_repeat1, - STATE(3717), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(237), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3368), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3370), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2956), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3706), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3728), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3358), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [20053] = 5, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3589), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [22903] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(3374), 1, + ACTIONS(3388), 1, sym__automatic_semicolon, - ACTIONS(1421), 13, + ACTIONS(1393), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1419), 31, + anon_sym_DASH_DASH, + ACTIONS(1391), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127959,102 +129474,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [20111] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(219), 1, - anon_sym_STAR, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, - anon_sym_LBRACK, - ACTIONS(3378), 1, - anon_sym_RBRACE, - ACTIONS(3380), 1, - anon_sym_async, - ACTIONS(3382), 1, - anon_sym_static, - ACTIONS(3384), 1, - anon_sym_readonly, - ACTIONS(3390), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, - sym_override_modifier, - STATE(3614), 1, - aux_sym_object_repeat1, - STATE(3717), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(237), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3386), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3388), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2956), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3706), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3728), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3376), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [20209] = 3, + [22958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1608), 14, + ACTIONS(3591), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - ACTIONS(1606), 32, + anon_sym_DASH_DASH, + ACTIONS(3593), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128082,244 +129523,121 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [20263] = 5, + [23011] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - STATE(1454), 1, - sym_statement_block, - ACTIONS(1395), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1393), 31, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_else, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_while, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [20321] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(219), 1, - anon_sym_STAR, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, - anon_sym_LBRACK, - ACTIONS(3394), 1, - anon_sym_RBRACE, - ACTIONS(3396), 1, - anon_sym_async, - ACTIONS(3398), 1, - anon_sym_static, - ACTIONS(3400), 1, - anon_sym_readonly, - ACTIONS(3406), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, - sym_override_modifier, - STATE(3715), 1, - aux_sym_object_repeat1, - STATE(3717), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(237), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3402), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3404), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2956), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3706), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3707), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3392), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [20419] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(219), 1, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - ACTIONS(225), 1, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3595), 5, anon_sym_COMMA, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, - anon_sym_LBRACK, - ACTIONS(3410), 1, anon_sym_RBRACE, - ACTIONS(3412), 1, - anon_sym_async, - ACTIONS(3414), 1, - anon_sym_static, - ACTIONS(3416), 1, - anon_sym_readonly, - ACTIONS(3422), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, - sym_override_modifier, - STATE(3614), 1, - aux_sym_object_repeat1, - STATE(3717), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(237), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3418), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3420), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2956), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3706), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3728), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3408), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [20517] = 6, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [23124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3428), 1, - anon_sym_DOT, - STATE(1361), 1, - sym_arguments, - ACTIONS(3424), 13, + ACTIONS(3597), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3426), 30, + anon_sym_DASH_DASH, + ACTIONS(3599), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -128335,29 +129653,31 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [20577] = 3, + [23177] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1383), 13, + ACTIONS(3605), 1, + anon_sym_LBRACK, + ACTIONS(3601), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1381), 33, + anon_sym_DASH_DASH, + ACTIONS(3603), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128367,7 +129687,6 @@ 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, anon_sym_QMARK_DOT, @@ -128385,46 +129704,41 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - anon_sym_is, - [20631] = 6, + [23232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3434), 1, - anon_sym_DOT, - STATE(1356), 1, - sym_arguments, - ACTIONS(3430), 13, + ACTIONS(3376), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3432), 30, + anon_sym_DASH_DASH, + ACTIONS(3378), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -128440,35 +129754,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [20691] = 6, + [23285] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3436), 1, - anon_sym_DOT, - STATE(1364), 1, + STATE(1535), 1, sym_arguments, - ACTIONS(3016), 13, + ACTIONS(3607), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3012), 30, + anon_sym_DASH_DASH, + ACTIONS(3609), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128479,6 +129791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -128494,29 +129807,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [20751] = 3, + [23342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3438), 13, + ACTIONS(3611), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3440), 32, + anon_sym_DASH_DASH, + ACTIONS(3613), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128544,121 +129856,121 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [20804] = 32, + [23395] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3446), 5, + ACTIONS(3615), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [20915] = 4, + [23508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3490), 1, - sym__automatic_semicolon, - ACTIONS(1447), 13, + ACTIONS(1502), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1445), 31, + anon_sym_DASH_DASH, + ACTIONS(1500), 31, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -128675,42 +129987,40 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [20970] = 5, + anon_sym_PIPE_RBRACE, + [23561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3492), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3494), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(1516), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 29, + anon_sym_DASH_DASH, + ACTIONS(1514), 31, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -128727,91 +130037,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, anon_sym_satisfies, - anon_sym_implements, - [21027] = 7, + anon_sym_PIPE_RBRACE, + [23614] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3508), 1, - anon_sym_extends, - ACTIONS(3502), 2, - anon_sym_COMMA, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3505), 3, - anon_sym_GT, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3496), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 28, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [21088] = 5, + ACTIONS(3617), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [23727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - STATE(2396), 1, - sym_arguments, - ACTIONS(2931), 13, + ACTIONS(1995), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 30, + anon_sym_DASH_DASH, + ACTIONS(1993), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, @@ -128833,45 +130166,42 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [21145] = 7, + [23780] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(1995), 1, - anon_sym_extends, - ACTIONS(3510), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3513), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1423), 10, + ACTIONS(3623), 1, + anon_sym_DOT, + ACTIONS(3619), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 28, + anon_sym_DASH_DASH, + ACTIONS(3621), 30, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -128887,30 +130217,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [21206] = 5, + [23835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3522), 1, - anon_sym_PIPE, - ACTIONS(3516), 11, + ACTIONS(3625), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3518), 32, + anon_sym_DASH_DASH, + ACTIONS(3627), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128938,29 +130267,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [21263] = 3, + [23888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3524), 13, + ACTIONS(3629), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3526), 32, + anon_sym_DASH_DASH, + ACTIONS(3552), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128988,81 +130317,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [21316] = 3, + [23941] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3490), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3564), 5, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3334), 32, + ACTIONS(3566), 14, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [21369] = 4, + [24032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3532), 1, - anon_sym_LBRACK, - ACTIONS(3528), 13, + ACTIONS(3631), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3530), 31, + anon_sym_DASH_DASH, + ACTIONS(3633), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129072,6 +130418,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, anon_sym_QMARK_DOT, @@ -129089,108 +130436,186 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [21424] = 32, + [24085] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3635), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [24198] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(3564), 1, + anon_sym_BANG, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3534), 5, + ACTIONS(3566), 9, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [21535] = 3, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [24303] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3536), 13, + ACTIONS(3581), 1, + anon_sym_AMP, + ACTIONS(3637), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3538), 32, + anon_sym_DASH_DASH, + ACTIONS(3639), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129218,29 +130643,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [21588] = 3, + [24358] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3338), 13, + ACTIONS(3581), 1, + anon_sym_AMP, + ACTIONS(3583), 1, + anon_sym_PIPE, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3641), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3340), 32, + anon_sym_DASH_DASH, + ACTIONS(3643), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129268,29 +130697,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [21641] = 3, + [24417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3540), 13, + ACTIONS(3538), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3542), 32, + anon_sym_DASH_DASH, + ACTIONS(3536), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129318,29 +130746,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [21694] = 3, + [24470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 13, + ACTIONS(3645), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3546), 32, + anon_sym_DASH_DASH, + ACTIONS(3647), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129368,30 +130796,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [21747] = 4, + [24523] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, + ACTIONS(3581), 1, anon_sym_AMP, - ACTIONS(3548), 12, + ACTIONS(3583), 1, + anon_sym_PIPE, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3649), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3550), 32, + anon_sym_DASH_DASH, + ACTIONS(3651), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129419,133 +130850,45 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [21802] = 32, + [24582] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3581), 1, anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3583), 1, anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3552), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [21913] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3558), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3554), 12, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3653), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3556), 23, + anon_sym_DASH_DASH, + ACTIONS(3655), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -129560,26 +130903,28 @@ 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, anon_sym_satisfies, - [21984] = 3, + anon_sym_implements, + [24641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 13, + ACTIONS(3657), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3546), 32, + anon_sym_DASH_DASH, + ACTIONS(3659), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129607,29 +130952,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22037] = 3, + [24694] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3561), 13, + ACTIONS(3581), 1, + anon_sym_AMP, + ACTIONS(3583), 1, + anon_sym_PIPE, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3661), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3563), 32, + anon_sym_DASH_DASH, + ACTIONS(3663), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129657,29 +131006,33 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22090] = 3, + [24753] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 13, + ACTIONS(3603), 1, + anon_sym_extends, + ACTIONS(3605), 1, + anon_sym_LBRACK, + ACTIONS(3601), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3665), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3546), 32, + anon_sym_DASH_DASH, + ACTIONS(3667), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129689,7 +131042,6 @@ 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, anon_sym_QMARK_DOT, @@ -129707,31 +131059,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22143] = 4, + [24812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_DOT, - ACTIONS(3565), 13, + ACTIONS(3390), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3567), 31, + anon_sym_DASH_DASH, + ACTIONS(3392), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129743,6 +131092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -129758,29 +131108,31 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22198] = 3, + [24865] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 13, + ACTIONS(3673), 1, + anon_sym_extends, + ACTIONS(3669), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3573), 32, + anon_sym_DASH_DASH, + ACTIONS(3671), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129808,79 +131160,190 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22251] = 3, + [24920] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 13, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, + ACTIONS(3502), 1, anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3573), 32, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3675), 5, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, + [25033] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [22304] = 3, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3677), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [25146] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2547), 13, + ACTIONS(3605), 1, + anon_sym_LBRACK, + ACTIONS(3679), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2549), 32, + anon_sym_DASH_DASH, + ACTIONS(3681), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129890,7 +131353,6 @@ 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, anon_sym_QMARK_DOT, @@ -129908,29 +131370,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22357] = 3, + [25201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 13, + ACTIONS(3683), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3573), 32, + anon_sym_DASH_DASH, + ACTIONS(3685), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129958,29 +131420,37 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22410] = 3, + [25254] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 13, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3324), 1, + anon_sym_QMARK_DOT, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(1496), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3577), 32, + anon_sym_DASH_DASH, + ACTIONS(1498), 27, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129990,10 +131460,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, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -130008,31 +131475,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22463] = 4, + [25315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3374), 1, - sym__automatic_semicolon, - ACTIONS(1421), 13, + ACTIONS(1991), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1419), 31, + anon_sym_DASH_DASH, + ACTIONS(1989), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130060,28 +131524,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [22518] = 3, + [25368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 13, + ACTIONS(3687), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3577), 32, + anon_sym_DASH_DASH, + ACTIONS(3689), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130109,108 +131574,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22571] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3579), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [22682] = 3, + [25421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 13, + ACTIONS(3691), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3577), 32, + anon_sym_DASH_DASH, + ACTIONS(3693), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130238,29 +131624,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22735] = 3, + [25474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3581), 13, + ACTIONS(3695), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3583), 32, + anon_sym_DASH_DASH, + ACTIONS(3697), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130288,61 +131674,42 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22788] = 16, + [25527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3589), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3585), 11, + ACTIONS(3699), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3587), 19, + anon_sym_DASH_DASH, + ACTIONS(3701), 31, sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -130356,24 +131723,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [22867] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [25580] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1993), 13, + ACTIONS(3703), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1991), 32, + anon_sym_DASH_DASH, + ACTIONS(3705), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130401,108 +131774,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22920] = 32, + [25633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3592), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [23031] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1997), 13, + ACTIONS(3707), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1995), 32, + anon_sym_DASH_DASH, + ACTIONS(3709), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130530,187 +131824,81 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23084] = 32, + [25686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3711), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3464), 1, anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3594), 5, + ACTIONS(3713), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, - anon_sym_RBRACK, - [23195] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3596), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [23306] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [25739] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 13, + ACTIONS(3715), 1, + sym__automatic_semicolon, + ACTIONS(1433), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3600), 32, + anon_sym_DASH_DASH, + ACTIONS(1431), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130738,29 +131926,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [23359] = 3, + [25794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 13, + ACTIONS(3717), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3604), 32, + anon_sym_DASH_DASH, + ACTIONS(3719), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130788,29 +131975,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23412] = 3, + [25847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3606), 13, + ACTIONS(3721), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3608), 32, + anon_sym_DASH_DASH, + ACTIONS(3723), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130838,29 +132025,31 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23465] = 3, + [25900] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 13, + ACTIONS(3729), 1, + anon_sym_DOT, + ACTIONS(3725), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3612), 32, + anon_sym_DASH_DASH, + ACTIONS(3727), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130872,7 +132061,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -130888,29 +132076,31 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23518] = 3, + [25955] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 13, + ACTIONS(3732), 1, + anon_sym_DOT, + ACTIONS(3725), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3612), 32, + anon_sym_DASH_DASH, + ACTIONS(3727), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130922,7 +132112,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -130938,29 +132127,109 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23571] = 3, + [26010] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3735), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [26123] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3737), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3612), 32, + anon_sym_DASH_DASH, + ACTIONS(3739), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130988,108 +132257,113 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23624] = 32, + [26176] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3614), 5, + ACTIONS(3741), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [23735] = 3, + [26289] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 13, + ACTIONS(3581), 1, + anon_sym_AMP, + ACTIONS(3583), 1, + anon_sym_PIPE, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3737), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3618), 32, + anon_sym_DASH_DASH, + ACTIONS(3739), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131117,29 +132391,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [23788] = 3, + [26348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 13, + ACTIONS(3743), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3618), 32, + anon_sym_DASH_DASH, + ACTIONS(3745), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131167,29 +132440,30 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23841] = 3, + [26401] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 13, + ACTIONS(3581), 1, + anon_sym_AMP, + ACTIONS(3747), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3618), 32, + anon_sym_DASH_DASH, + ACTIONS(3749), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131217,29 +132491,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23894] = 3, + [26456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 13, + ACTIONS(3751), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3622), 32, + anon_sym_DASH_DASH, + ACTIONS(3753), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131267,29 +132541,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23947] = 3, + [26509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3624), 13, + ACTIONS(1987), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3508), 32, + anon_sym_DASH_DASH, + ACTIONS(1985), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131317,29 +132591,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24000] = 3, + [26562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 13, + ACTIONS(3755), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3622), 32, + anon_sym_DASH_DASH, + ACTIONS(3757), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131367,29 +132641,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24053] = 3, + [26615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 13, + ACTIONS(3759), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3622), 32, + anon_sym_DASH_DASH, + ACTIONS(3761), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131417,29 +132691,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24106] = 3, + [26668] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3626), 13, + ACTIONS(3763), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3628), 32, + anon_sym_DASH_DASH, + ACTIONS(3765), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131467,29 +132741,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24159] = 3, + [26721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 13, + ACTIONS(3767), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1999), 32, + anon_sym_DASH_DASH, + ACTIONS(3769), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131517,112 +132791,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24212] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3630), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [24323] = 6, + [26774] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3522), 1, - anon_sym_PIPE, - ACTIONS(3632), 1, - anon_sym_extends, - ACTIONS(3438), 11, + ACTIONS(3763), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3440), 31, + anon_sym_DASH_DASH, + ACTIONS(3765), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131650,32 +132841,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [24382] = 6, + [26827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3522), 1, - anon_sym_PIPE, - ACTIONS(3632), 1, - anon_sym_extends, - ACTIONS(3634), 11, + ACTIONS(3767), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3636), 31, + anon_sym_DASH_DASH, + ACTIONS(3769), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131703,28 +132891,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [24441] = 3, + [26880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3638), 13, + ACTIONS(3771), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3640), 32, + anon_sym_DASH_DASH, + ACTIONS(3773), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131752,33 +132941,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24494] = 6, + [26933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3522), 1, - anon_sym_PIPE, - ACTIONS(3632), 1, - anon_sym_extends, - ACTIONS(3642), 11, + ACTIONS(3775), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3644), 31, + anon_sym_DASH_DASH, + ACTIONS(3777), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131806,28 +132991,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [24553] = 3, + [26986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3646), 13, + ACTIONS(3771), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3648), 32, + anon_sym_DASH_DASH, + ACTIONS(3773), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131855,29 +133041,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24606] = 3, + [27039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(3775), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3652), 32, + anon_sym_DASH_DASH, + ACTIONS(3777), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131905,29 +133091,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24659] = 3, + [27092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3654), 13, + ACTIONS(3779), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3656), 32, + anon_sym_DASH_DASH, + ACTIONS(3781), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131955,199 +133141,190 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24712] = 32, + [27145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3783), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3785), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3284), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + anon_sym_implements, + [27198] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3779), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3658), 5, + ACTIONS(3781), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, - anon_sym_RBRACK, - [24823] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + anon_sym_implements, + [27251] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3783), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3660), 5, + ACTIONS(3785), 31, + sym__ternary_qmark, + anon_sym_as, + 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, - [24934] = 3, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [27304] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1443), 13, + ACTIONS(3787), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1441), 32, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3789), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -132164,28 +133341,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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [24987] = 3, + anon_sym_extends, + anon_sym_implements, + [27357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 13, + ACTIONS(3791), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3664), 32, + anon_sym_DASH_DASH, + ACTIONS(3793), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132213,29 +133391,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25040] = 3, + [27410] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 13, + ACTIONS(3581), 1, + anon_sym_AMP, + ACTIONS(3583), 1, + anon_sym_PIPE, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3795), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3668), 32, + anon_sym_DASH_DASH, + ACTIONS(3797), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132263,31 +133445,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [25093] = 4, + [27469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(2931), 13, + ACTIONS(3799), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 31, + anon_sym_DASH_DASH, + ACTIONS(3801), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132315,28 +133494,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [25148] = 3, + [27522] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 13, + ACTIONS(3803), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3664), 32, + anon_sym_DASH_DASH, + ACTIONS(3805), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132364,50 +133544,50 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25201] = 13, + [27575] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3674), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3811), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3670), 12, + ACTIONS(3807), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3672), 21, + ACTIONS(3809), 21, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -132429,85 +133609,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [25274] = 14, + [27650] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3681), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3581), 1, anon_sym_AMP, + ACTIONS(3583), 1, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 20, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [25349] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3666), 13, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3803), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3668), 32, + anon_sym_DASH_DASH, + ACTIONS(3805), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132535,29 +133659,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [25402] = 3, + [27709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 13, + ACTIONS(1999), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3686), 32, + anon_sym_DASH_DASH, + ACTIONS(1997), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132585,29 +133708,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25455] = 3, + [27762] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 13, + ACTIONS(3581), 1, + anon_sym_AMP, + ACTIONS(3583), 1, + anon_sym_PIPE, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(3814), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3690), 32, + anon_sym_DASH_DASH, + ACTIONS(3816), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132635,29 +133762,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [25508] = 3, + [27821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 13, + ACTIONS(3818), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3686), 32, + anon_sym_DASH_DASH, + ACTIONS(3820), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132685,29 +133811,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25561] = 3, + [27874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 13, + ACTIONS(3822), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3690), 32, + anon_sym_DASH_DASH, + ACTIONS(3824), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132735,29 +133861,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25614] = 3, + [27927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3494), 13, + ACTIONS(3826), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3492), 32, + anon_sym_DASH_DASH, + ACTIONS(3828), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132785,29 +133911,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25667] = 3, + [27980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 13, + ACTIONS(3830), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3694), 32, + anon_sym_DASH_DASH, + ACTIONS(3832), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132835,29 +133961,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25720] = 3, + [28033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 13, + ACTIONS(3830), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3698), 32, + anon_sym_DASH_DASH, + ACTIONS(3832), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132885,35 +134011,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25773] = 5, + [28086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, - anon_sym_LBRACE, - STATE(1496), 1, - sym_statement_block, - ACTIONS(1395), 13, + ACTIONS(3830), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1393), 30, + anon_sym_DASH_DASH, + ACTIONS(3832), 31, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, @@ -132938,28 +134061,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [25830] = 3, + [28139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 13, + ACTIONS(3834), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3694), 32, + anon_sym_DASH_DASH, + ACTIONS(3836), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132987,82 +134111,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25883] = 6, + [28192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, - anon_sym_LBRACE, - ACTIONS(3702), 1, - anon_sym_DOT, - STATE(1496), 1, - sym_statement_block, - ACTIONS(1395), 13, + ACTIONS(3826), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1393), 29, - sym__ternary_qmark, - anon_sym_as, - 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_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - [25942] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3696), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3698), 32, + anon_sym_DASH_DASH, + ACTIONS(3828), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133090,29 +134161,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25995] = 3, + [28245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3704), 13, + ACTIONS(3826), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3706), 32, + anon_sym_DASH_DASH, + ACTIONS(3828), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133140,29 +134211,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26048] = 3, + [28298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3708), 13, + ACTIONS(3838), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3710), 32, + anon_sym_DASH_DASH, + ACTIONS(3840), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133190,42 +134261,54 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26101] = 3, + [28351] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2009), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3846), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3842), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2007), 32, + anon_sym_DASH_DASH, + ACTIONS(3844), 22, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -133240,29 +134323,26 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [26154] = 3, + [28422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3712), 13, + ACTIONS(3838), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3714), 32, + anon_sym_DASH_DASH, + ACTIONS(3840), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133290,30 +134370,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26207] = 4, + [28475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3716), 12, + ACTIONS(3838), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3718), 32, + anon_sym_DASH_DASH, + ACTIONS(3840), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133341,38 +134420,35 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26262] = 5, + [28528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3278), 1, - anon_sym_LPAREN, - STATE(1513), 1, - sym_arguments, - ACTIONS(3720), 13, + ACTIONS(3849), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3722), 30, + anon_sym_DASH_DASH, + ACTIONS(3851), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, @@ -133394,28 +134470,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [26319] = 3, + [28581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3724), 13, + ACTIONS(3834), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3726), 32, + anon_sym_DASH_DASH, + ACTIONS(3836), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133443,29 +134520,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26372] = 3, + [28634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 13, + ACTIONS(3834), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 32, + anon_sym_DASH_DASH, + ACTIONS(3836), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133493,29 +134570,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26425] = 3, + [28687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 13, + ACTIONS(3470), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3734), 32, + anon_sym_DASH_DASH, + ACTIONS(3472), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133543,29 +134620,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26478] = 3, + [28740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 13, + ACTIONS(3849), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3738), 32, + anon_sym_DASH_DASH, + ACTIONS(3851), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133593,29 +134670,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26531] = 3, + [28793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3740), 13, + ACTIONS(3849), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3742), 32, + anon_sym_DASH_DASH, + ACTIONS(3851), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133643,33 +134720,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26584] = 6, + [28846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3522), 1, - anon_sym_PIPE, - ACTIONS(3632), 1, - anon_sym_extends, - ACTIONS(3744), 11, + ACTIONS(3470), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3746), 31, + anon_sym_DASH_DASH, + ACTIONS(3472), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133697,32 +134770,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [26643] = 6, + [28899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3522), 1, - anon_sym_PIPE, - ACTIONS(3632), 1, - anon_sym_extends, - ACTIONS(3736), 11, + ACTIONS(3853), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3738), 31, + anon_sym_DASH_DASH, + ACTIONS(3855), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133750,41 +134820,141 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [26702] = 3, + [28952] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3748), 13, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3857), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [29065] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3863), 1, anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3859), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3750), 32, + ACTIONS(3861), 19, sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -133798,35 +134968,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [26755] = 6, + [29146] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3530), 1, - anon_sym_extends, - ACTIONS(3532), 1, - anon_sym_LBRACK, - ACTIONS(3528), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3752), 11, + ACTIONS(1983), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3754), 30, + anon_sym_DASH_DASH, + ACTIONS(1981), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133836,6 +134996,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, anon_sym_QMARK_DOT, @@ -133853,30 +135014,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [26814] = 4, + [29199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3760), 1, - anon_sym_DOT, - ACTIONS(3756), 13, + ACTIONS(3866), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3758), 31, + anon_sym_DASH_DASH, + ACTIONS(3868), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133888,6 +135048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -133903,29 +135064,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26869] = 3, + [29252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 13, + ACTIONS(3870), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3765), 32, + anon_sym_DASH_DASH, + ACTIONS(3872), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133953,33 +135114,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26922] = 6, + [29305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3522), 1, - anon_sym_PIPE, - ACTIONS(3632), 1, - anon_sym_extends, - ACTIONS(3767), 11, + ACTIONS(3874), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3769), 31, + anon_sym_DASH_DASH, + ACTIONS(3876), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134007,95 +135164,126 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [26981] = 28, + [29358] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3892), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3894), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3896), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3902), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3904), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3908), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3910), 1, anon_sym_STAR_STAR, - ACTIONS(3677), 1, - anon_sym_BANG, - STATE(3509), 1, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3886), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 9, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3486), 4, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [27084] = 3, + anon_sym_of, + anon_sym_SEMI, + [29470] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3771), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3930), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 10, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -134103,57 +135291,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3773), 32, + ACTIONS(3566), 18, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [27137] = 3, + [29550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 13, + ACTIONS(3933), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3777), 32, + anon_sym_DASH_DASH, + ACTIONS(3935), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134181,40 +135356,42 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [27190] = 3, + [29602] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3779), 13, + ACTIONS(3542), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(3937), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(3540), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3781), 32, + anon_sym_DASH_DASH, + ACTIONS(3544), 23, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -134231,172 +135408,117 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [27243] = 21, + [29658] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3460), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3472), 1, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3677), 5, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 14, - sym__ternary_qmark, - anon_sym_as, - 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, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [27332] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3681), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 11, - anon_sym_STAR, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 18, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, + ACTIONS(3966), 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, - [27413] = 3, + ACTIONS(3615), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [29770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3783), 13, + ACTIONS(1602), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3785), 32, + anon_sym_DASH_DASH, + ACTIONS(1600), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -134413,44 +135535,14 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [27466] = 16, + anon_sym_PIPE_RBRACE, + [29822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3681), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(1544), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, @@ -134459,57 +135551,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 19, + anon_sym_DASH_DASH, + ACTIONS(1542), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_else, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [27545] = 3, + anon_sym_PIPE_RBRACE, + [29874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3787), 13, + ACTIONS(1530), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3789), 32, + anon_sym_DASH_DASH, + ACTIONS(1528), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -134526,41 +135633,40 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [27598] = 4, + anon_sym_PIPE_RBRACE, + [29926] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3532), 1, - anon_sym_LBRACK, - ACTIONS(3791), 13, + ACTIONS(3976), 1, + sym__automatic_semicolon, + ACTIONS(1393), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3793), 31, + anon_sym_DASH_DASH, + ACTIONS(1391), 29, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -134577,111 +135683,170 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [27653] = 24, + anon_sym_PIPE_RBRACE, + [29980] = 36, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3067), 1, + anon_sym_COLON, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3460), 1, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3472), 1, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(3978), 1, + anon_sym_RPAREN, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + STATE(4287), 1, + sym_type_annotation, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 12, + [30098] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3980), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3982), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [27748] = 3, + anon_sym_implements, + [30150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3795), 13, + ACTIONS(1490), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3797), 32, + anon_sym_DASH_DASH, + ACTIONS(1488), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -134698,41 +135863,44 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [27801] = 3, + anon_sym_PIPE_RBRACE, + [30202] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2005), 13, + ACTIONS(3984), 1, + anon_sym_DOT, + ACTIONS(3986), 1, + anon_sym_LT, + ACTIONS(3988), 1, + anon_sym_is, + STATE(1830), 1, + sym_type_arguments, + ACTIONS(3292), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 32, + anon_sym_DASH_DASH, + ACTIONS(3041), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -134748,99 +135916,235 @@ 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, anon_sym_satisfies, anon_sym_extends, - anon_sym_implements, - [27854] = 23, + [30262] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3460), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3472), 1, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3857), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [30374] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3940), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3968), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3970), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3677), 3, + ACTIONS(3589), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [30486] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1454), 14, + anon_sym_STAR, anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3679), 12, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1456), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [27947] = 3, + anon_sym_implements, + [30538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3799), 13, + ACTIONS(3990), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 32, + anon_sym_DASH_DASH, + ACTIONS(3992), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134868,101 +136172,77 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [28000] = 17, + [30590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3681), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(1439), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 8, anon_sym_BANG, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 19, + anon_sym_DASH_DASH, + ACTIONS(1441), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [28081] = 7, + anon_sym_implements, + [30642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3286), 1, - anon_sym_QMARK_DOT, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(1467), 13, + ACTIONS(3994), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1469), 28, + anon_sym_DASH_DASH, + ACTIONS(3996), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134972,7 +136252,10 @@ 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -134987,187 +136270,362 @@ 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, anon_sym_satisfies, anon_sym_implements, - [28142] = 27, + [30694] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3886), 1, + anon_sym_GT, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3452), 1, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, + anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, + sym__ternary_qmark, + ACTIONS(4000), 1, + anon_sym_in, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3998), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [30808] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3460), 1, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3677), 1, - anon_sym_BANG, - STATE(3509), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 10, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3595), 4, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, + [30920] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [28243] = 26, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3940), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3968), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3970), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3635), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [31032] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3460), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3677), 1, - anon_sym_BANG, - STATE(3509), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 11, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3587), 4, + sym__automatic_semicolon, 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, - anon_sym_satisfies, - [28342] = 3, + anon_sym_SEMI, + [31144] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 13, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3986), 1, + anon_sym_LT, + ACTIONS(4003), 1, + anon_sym_DOT, + STATE(1767), 1, + sym_type_arguments, + STATE(1768), 1, + sym_arguments, + ACTIONS(3308), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2553), 32, + anon_sym_DASH_DASH, + ACTIONS(3310), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -135183,70 +136641,63 @@ 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, anon_sym_satisfies, anon_sym_extends, - anon_sym_implements, - [28395] = 19, + [31206] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4005), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 7, + ACTIONS(3564), 12, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, 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(3679), 17, + ACTIONS(3566), 19, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + 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, @@ -135254,37 +136705,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [28480] = 3, + [31282] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2555), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4008), 1, anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3859), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(2557), 32, + ACTIONS(3861), 18, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -135298,126 +136768,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [28533] = 33, + [31362] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, + ACTIONS(3986), 1, anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - STATE(3509), 1, + ACTIONS(4011), 1, + anon_sym_DOT, + STATE(1769), 1, sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + STATE(1770), 1, + sym_arguments, + ACTIONS(3300), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3302), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK_DOT, + 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, - ACTIONS(3805), 4, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [28646] = 6, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [31424] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 1, - anon_sym_AMP, - ACTIONS(3522), 1, - anon_sym_PIPE, - ACTIONS(3632), 1, - anon_sym_extends, - ACTIONS(3807), 11, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3986), 1, + anon_sym_LT, + ACTIONS(4013), 1, + anon_sym_DOT, + STATE(1772), 1, + sym_type_arguments, + STATE(1773), 1, + sym_arguments, + ACTIONS(2969), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3809), 31, + anon_sym_DASH_DASH, + ACTIONS(2965), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -135433,229 +136873,186 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [28705] = 25, + anon_sym_extends, + [31486] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3460), 1, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3472), 1, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 11, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4015), 4, 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, - anon_sym_satisfies, - [28802] = 32, + [31598] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3811), 5, + ACTIONS(3486), 4, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [28913] = 3, + anon_sym_SEMI, + [31710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 13, + ACTIONS(1572), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3815), 32, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [28966] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3817), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3592), 31, + anon_sym_DASH_DASH, + ACTIONS(1574), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -135683,28 +137080,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29018] = 3, + [31762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3819), 13, + ACTIONS(1586), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3821), 31, + anon_sym_DASH_DASH, + ACTIONS(1588), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -135732,198 +137129,94 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29070] = 26, + [31814] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, - anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, - anon_sym_PIPE, - ACTIONS(3847), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - STATE(3455), 1, + ACTIONS(3964), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3855), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 10, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [29168] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1604), 13, - anon_sym_STAR, + ACTIONS(3564), 7, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1602), 31, + ACTIONS(3566), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [29220] = 3, + [31900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 13, + ACTIONS(1608), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3861), 31, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - [29272] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3863), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3811), 31, + anon_sym_DASH_DASH, + ACTIONS(1610), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -135951,153 +137244,126 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [29324] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3865), 1, - anon_sym_LT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 12, + anon_sym_implements, + [31952] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3210), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 19, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3214), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [29398] = 19, + anon_sym_implements, + [32004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(1464), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 7, anon_sym_BANG, anon_sym_in, anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 16, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1466), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [29482] = 3, + anon_sym_implements, + [32056] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3882), 13, + ACTIONS(1522), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3884), 31, + anon_sym_DASH_DASH, + ACTIONS(1524), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -136125,106 +137391,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29534] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3552), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [29644] = 3, + [32108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3914), 13, + ACTIONS(4017), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3916), 31, + anon_sym_DASH_DASH, + ACTIONS(4019), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -136252,135 +137440,124 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29696] = 17, + [32160] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3412), 1, + anon_sym_extends, + ACTIONS(4021), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3918), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(4024), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3845), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 8, anon_sym_BANG, anon_sym_in, - anon_sym_GT, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 18, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 27, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [29776] = 26, + anon_sym_implements, + [32218] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, + ACTIONS(3564), 1, anon_sym_BANG, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3896), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - STATE(3455), 1, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 10, + ACTIONS(3566), 10, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -136391,70 +137568,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [29874] = 27, + [32318] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, + ACTIONS(3564), 1, anon_sym_BANG, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3892), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3896), 1, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - STATE(3455), 1, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 9, + ACTIONS(3566), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -136464,42 +137642,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [29974] = 17, + [32420] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3865), 1, - anon_sym_LT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3880), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3960), 1, anon_sym_PERCENT, - STATE(3455), 1, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(4005), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 8, + ACTIONS(3564), 8, anon_sym_BANG, anon_sym_in, anon_sym_GT, @@ -136508,7 +137687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 18, + ACTIONS(3566), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -136527,51 +137706,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [30054] = 13, + [32502] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3921), 1, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, + anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, anon_sym_DASH_DASH, - STATE(1989), 2, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3670), 12, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3735), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [32614] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4027), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3672), 20, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4029), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -136585,25 +137830,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [30126] = 3, + anon_sym_implements, + [32666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3924), 13, + ACTIONS(4031), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 31, + anon_sym_DASH_DASH, + ACTIONS(4033), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -136631,97 +137880,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [30178] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 11, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [30270] = 3, + [32718] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 13, + ACTIONS(4035), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3930), 31, + anon_sym_DASH_DASH, + ACTIONS(4037), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -136749,501 +137929,442 @@ 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, anon_sym_satisfies, anon_sym_implements, - [30322] = 24, + [32770] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4039), 1, anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3896), 1, - anon_sym_AMP, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3859), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3904), 2, + 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(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 11, + ACTIONS(3861), 18, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_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_satisfies, - [30416] = 23, + anon_sym_instanceof, + [32850] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3847), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - STATE(3455), 1, + ACTIONS(3964), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 3, + ACTIONS(3564), 3, anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3851), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 11, + ACTIONS(3566), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, anon_sym_satisfies, - [30508] = 32, + [32944] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3882), 1, anon_sym_BANG, - ACTIONS(3892), 1, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3894), 1, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3908), 1, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3534), 4, + ACTIONS(3735), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [30618] = 35, + [33056] = 36, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3029), 1, + ACTIONS(3067), 1, anon_sym_COLON, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - ACTIONS(3803), 1, + ACTIONS(3573), 1, anon_sym_COMMA, - ACTIONS(3932), 1, + ACTIONS(4042), 1, anon_sym_RPAREN, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - STATE(4393), 1, + STATE(4207), 1, sym_type_annotation, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [30734] = 25, + [33174] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3896), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3954), 1, anon_sym_CARET, - STATE(3455), 1, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 10, + ACTIONS(3617), 4, sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [30830] = 32, + [33286] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(3964), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3934), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [30940] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3865), 1, - anon_sym_LT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3880), 1, - anon_sym_PERCENT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 10, - anon_sym_BANG, - anon_sym_in, - 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(3679), 18, + ACTIONS(3566), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -137252,183 +138373,133 @@ 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_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_satisfies, - [31018] = 6, + [33382] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 1, - anon_sym_extends, - ACTIONS(3936), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 28, - sym__ternary_qmark, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, + ACTIONS(3922), 1, anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3926), 1, anon_sym_satisfies, - anon_sym_implements, - [31076] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3847), 1, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - STATE(3455), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3837), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 7, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_LT_EQ, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_satisfies, - [31160] = 17, + ACTIONS(3741), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [33494] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3865), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4044), 1, anon_sym_LT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 11, + ACTIONS(3807), 12, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3679), 17, + ACTIONS(3809), 20, sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -137436,45 +138507,51 @@ static const uint16_t ts_small_parse_table[] = { 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, - [31240] = 14, + anon_sym_satisfies, + [33568] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3849), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3918), 1, + ACTIONS(4005), 1, anon_sym_LT, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + ACTIONS(3940), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 12, - anon_sym_STAR, + ACTIONS(3564), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -137482,319 +138559,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 19, + ACTIONS(3566), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, - anon_sym_satisfies, - [31314] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3340), 1, - anon_sym_extends, - ACTIONS(3942), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3945), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 28, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [31372] = 21, + [33648] = 36, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3067), 1, + anon_sym_COLON, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3677), 5, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 13, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(3484), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [31460] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3841), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3843), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3847), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4047), 1, + anon_sym_RPAREN, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3823), 2, + STATE(4173), 1, + sym_type_annotation, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3811), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [31570] = 32, + [33766] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, - anon_sym_GT_GT, - ACTIONS(3839), 1, - anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, - anon_sym_PIPE, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, - sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(4005), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3827), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(3566), 17, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3630), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [31680] = 3, + [33848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 13, + ACTIONS(1508), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 31, + anon_sym_DASH_DASH, + ACTIONS(1510), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -137822,180 +138770,77 @@ 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, anon_sym_satisfies, anon_sym_implements, - [31732] = 28, + [33900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, + ACTIONS(1618), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, anon_sym_PIPE, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 8, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1620), 30, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [31834] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3833), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3894), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3906), 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3630), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [31944] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [33952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1570), 13, + ACTIONS(1480), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1572), 31, + anon_sym_DASH_DASH, + ACTIONS(1482), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138023,28 +138868,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [31996] = 3, + [34004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1594), 13, + ACTIONS(1558), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1596), 31, + anon_sym_DASH_DASH, + ACTIONS(1560), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138072,184 +138917,131 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32048] = 24, + [34056] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, - anon_sym_AMP, - ACTIONS(3847), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - STATE(3455), 1, + ACTIONS(3964), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3823), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3855), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 11, + ACTIONS(3564), 5, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3566), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [32142] = 25, + [34146] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3835), 1, - anon_sym_GT_GT, - ACTIONS(3839), 1, - anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3823), 2, + ACTIONS(4049), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3827), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 10, - sym__automatic_semicolon, + ACTIONS(4051), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [32238] = 16, + anon_sym_implements, + [34198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3918), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(4053), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, @@ -138258,175 +139050,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 18, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4055), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [32316] = 17, + anon_sym_implements, + [34250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3918), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 11, + ACTIONS(4057), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 17, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4059), 30, sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, - [32396] = 21, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [34302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3835), 1, - anon_sym_GT_GT, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(4061), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3827), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, + ACTIONS(4063), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, - ACTIONS(3677), 5, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [34354] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4065), 14, + anon_sym_STAR, anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 13, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4067), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [32484] = 3, + anon_sym_implements, + [34406] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3956), 13, + ACTIONS(4069), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3958), 31, + anon_sym_DASH_DASH, + ACTIONS(4071), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138454,28 +139279,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32536] = 3, + [34458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(1602), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3962), 31, + anon_sym_DASH_DASH, + ACTIONS(1600), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138503,180 +139328,77 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32588] = 28, + [34510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, + ACTIONS(4073), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3835), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3839), 1, anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, anon_sym_PIPE, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3823), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3827), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 8, - sym__automatic_semicolon, + ACTIONS(3741), 30, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [32690] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3829), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3833), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3906), 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3592), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [32800] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [34562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(4075), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3962), 31, + anon_sym_DASH_DASH, + ACTIONS(4077), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138704,184 +139426,211 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32852] = 32, + [34614] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3986), 1, + anon_sym_LT, + ACTIONS(4079), 1, + anon_sym_QMARK_DOT, + STATE(1656), 1, + sym_type_arguments, + STATE(2016), 1, + sym_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3316), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3839), 1, anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, anon_sym_PIPE, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3318), 23, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_of, + anon_sym_SEMI, anon_sym_AMP_AMP, - ACTIONS(3950), 1, anon_sym_PIPE_PIPE, - ACTIONS(3952), 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, - ACTIONS(3954), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3823), 2, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [34682] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4087), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4081), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3827), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, + ACTIONS(4085), 23, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - ACTIONS(3614), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [32962] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [34738] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3894), 1, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3594), 4, + ACTIONS(3566), 8, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [33072] = 3, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [34842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(4090), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3962), 31, + anon_sym_DASH_DASH, + ACTIONS(4092), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138909,28 +139658,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [33124] = 3, + [34894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 13, + ACTIONS(1536), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3966), 31, + anon_sym_DASH_DASH, + ACTIONS(1538), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138958,39 +139707,39 @@ 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, anon_sym_satisfies, anon_sym_implements, - [33176] = 3, + [34946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(1580), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3962), 31, + anon_sym_DASH_DASH, + ACTIONS(1578), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -139007,195 +139756,39 @@ 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, - anon_sym_satisfies, - anon_sym_implements, - [33228] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3446), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [33338] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3660), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [33448] = 3, + anon_sym_PIPE_RBRACE, + [34998] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3968), 13, + ACTIONS(1433), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3970), 31, + anon_sym_DASH_DASH, + ACTIONS(1431), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -139212,28 +139805,28 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [33500] = 3, + anon_sym_PIPE_RBRACE, + [35050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1443), 13, + ACTIONS(1502), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1441), 31, + anon_sym_DASH_DASH, + ACTIONS(1500), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139261,106 +139854,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, anon_sym_satisfies, anon_sym_implements, - [33552] = 32, + [35102] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4094), 1, anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3807), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3904), 2, + 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(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3596), 4, + ACTIONS(3809), 20, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [33662] = 3, + 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_satisfies, + [35176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3972), 13, + ACTIONS(1516), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3974), 31, + anon_sym_DASH_DASH, + ACTIONS(1514), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139388,184 +139963,107 @@ 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, anon_sym_satisfies, anon_sym_implements, - [33714] = 32, + [35228] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3835), 1, - anon_sym_GT_GT, - ACTIONS(3839), 1, - anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, - anon_sym_PIPE, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, + ACTIONS(3880), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3882), 1, anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3823), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3827), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3853), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3855), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3446), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [33824] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3841), 1, + ACTIONS(3902), 1, anon_sym_CARET, - ACTIONS(3843), 1, + ACTIONS(3904), 1, anon_sym_PIPE, - ACTIONS(3847), 1, + ACTIONS(3908), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(3886), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3660), 4, + ACTIONS(3857), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [33934] = 3, + [35340] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3976), 13, + ACTIONS(4097), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3978), 31, + anon_sym_DASH_DASH, + ACTIONS(4099), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139593,257 +140091,313 @@ 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, anon_sym_satisfies, anon_sym_implements, - [33986] = 32, + [35392] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3841), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3843), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3847), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + ACTIONS(4101), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4103), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3552), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [34096] = 32, + [35506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(1496), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3839), 1, anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, anon_sym_PIPE, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1498), 30, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3950), 1, anon_sym_PIPE_PIPE, - ACTIONS(3952), 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, - ACTIONS(3954), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3823), 2, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [35558] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3827), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + anon_sym_DASH_DASH, + ACTIONS(4107), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, - ACTIONS(3857), 2, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [35610] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4109), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, + ACTIONS(4111), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, - ACTIONS(3534), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [34206] = 27, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [35662] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, - anon_sym_GT_GT, - ACTIONS(3839), 1, - anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, - anon_sym_PIPE, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - STATE(3455), 1, + ACTIONS(4113), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3842), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3827), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 9, + ACTIONS(3844), 21, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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_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_satisfies, - [34306] = 3, + [35732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1467), 13, + ACTIONS(4116), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1469), 31, + anon_sym_DASH_DASH, + ACTIONS(4118), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139871,28 +140425,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34358] = 3, + [35784] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3980), 13, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3982), 31, + anon_sym_DASH_DASH, + ACTIONS(2951), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139920,28 +140474,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34410] = 3, + [35836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1493), 13, + ACTIONS(4120), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1495), 31, + anon_sym_DASH_DASH, + ACTIONS(4122), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139969,28 +140523,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, anon_sym_satisfies, anon_sym_implements, - [34462] = 3, + [35888] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1536), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(4124), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3842), 13, anon_sym_STAR, anon_sym_BANG, 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(3844), 21, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_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_satisfies, + [35958] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4127), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1538), 31, + anon_sym_DASH_DASH, + ACTIONS(4129), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140018,109 +140630,221 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34514] = 35, + [36010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(3278), 1, + ACTIONS(4131), 1, + sym__automatic_semicolon, + ACTIONS(1433), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1431), 29, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_PIPE_RBRACE, + [36064] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3882), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3892), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3894), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3896), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3902), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3904), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3908), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3910), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3928), 1, sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(3984), 1, - anon_sym_RPAREN, - STATE(3509), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - STATE(4476), 1, - sym_type_annotation, - ACTIONS(3442), 2, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3886), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3741), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [36176] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3922), 1, anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(3930), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3564), 8, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3566), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + 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, - [34630] = 3, + anon_sym_satisfies, + [36258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1520), 13, + ACTIONS(4133), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1522), 31, + anon_sym_DASH_DASH, + ACTIONS(4135), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140148,39 +140872,42 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34682] = 3, + [36310] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1614), 13, + ACTIONS(1397), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4137), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(1395), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1616), 31, + anon_sym_DASH_DASH, + ACTIONS(1399), 23, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -140197,28 +140924,27 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [34734] = 3, + [36366] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3986), 13, + ACTIONS(4140), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3988), 31, + anon_sym_DASH_DASH, + ACTIONS(3675), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140246,39 +140972,39 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34786] = 3, + [36418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 13, + ACTIONS(4142), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1459), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4144), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -140295,28 +141021,28 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [34838] = 3, + anon_sym_implements, + [36470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3990), 13, + ACTIONS(4146), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3992), 31, + anon_sym_DASH_DASH, + ACTIONS(4148), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140344,38 +141070,41 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34890] = 3, + [36522] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3994), 13, + ACTIONS(3599), 1, + anon_sym_extends, + ACTIONS(4150), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(4153), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3996), 31, + anon_sym_DASH_DASH, + ACTIONS(2951), 27, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -140393,38 +141122,41 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34942] = 3, + [36580] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1479), 13, + ACTIONS(3647), 1, + anon_sym_extends, + ACTIONS(4156), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(4159), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3994), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1481), 31, + anon_sym_DASH_DASH, + ACTIONS(3996), 27, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -140442,28 +141174,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34994] = 3, + [36638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1487), 13, + ACTIONS(4162), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1485), 31, + anon_sym_DASH_DASH, + ACTIONS(4164), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140491,28 +141223,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35046] = 3, + [36690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3998), 13, + ACTIONS(4166), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4000), 31, + anon_sym_DASH_DASH, + ACTIONS(4168), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140540,77 +141272,186 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35098] = 3, + [36742] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1435), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, + ACTIONS(3952), 1, anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, anon_sym_PIPE, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3940), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1437), 31, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(3970), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3675), 4, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_SEMI, + [36854] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(3888), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3892), 1, anon_sym_AMP_AMP, + ACTIONS(3894), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, anon_sym_PERCENT, + ACTIONS(3910), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3922), 1, anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3926), 1, anon_sym_satisfies, - anon_sym_implements, - [35150] = 3, + ACTIONS(3928), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3635), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [36966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1604), 13, + ACTIONS(4170), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1602), 31, + anon_sym_DASH_DASH, + ACTIONS(4172), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140638,28 +141479,178 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35202] = 3, + [37018] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4002), 13, + ACTIONS(226), 1, anon_sym_STAR, + ACTIONS(240), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, + anon_sym_LBRACK, + ACTIONS(4176), 1, + anon_sym_async, + ACTIONS(4178), 1, + anon_sym_static, + ACTIONS(4180), 1, + anon_sym_readonly, + ACTIONS(4186), 1, + anon_sym_override, + STATE(2297), 1, + sym_accessibility_modifier, + STATE(2332), 1, + sym_override_modifier, + ACTIONS(244), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2983), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4182), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(4184), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2960), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(4083), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4107), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(4174), 11, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [37108] = 36, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3067), 1, + anon_sym_COLON, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, anon_sym_LT, - anon_sym_GT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4188), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(4318), 1, + sym_type_annotation, + ACTIONS(3482), 2, + anon_sym_STAR, anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [37226] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4190), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4004), 31, + anon_sym_DASH_DASH, + ACTIONS(4192), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140687,28 +141678,107 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35254] = 3, + [37278] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3940), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3968), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3970), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3677), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [37390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1550), 13, + ACTIONS(1490), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1552), 31, + anon_sym_DASH_DASH, + ACTIONS(1488), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140736,28 +141806,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35306] = 3, + [37442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1503), 13, + ACTIONS(4194), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 31, + anon_sym_DASH_DASH, + ACTIONS(4196), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140785,28 +141855,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35358] = 3, + [37494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1560), 13, + ACTIONS(4198), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1562), 31, + anon_sym_DASH_DASH, + ACTIONS(3617), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -140834,157 +141904,296 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35410] = 34, + [37546] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, + anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, anon_sym_STAR_STAR, - ACTIONS(3872), 1, + ACTIONS(3912), 1, anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3595), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [37658] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3882), 1, anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, ACTIONS(3892), 1, anon_sym_AMP_AMP, ACTIONS(3894), 1, anon_sym_PIPE_PIPE, ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3902), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3904), 1, anon_sym_PIPE, ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, + anon_sym_PERCENT, ACTIONS(3910), 1, - anon_sym_satisfies, + anon_sym_STAR_STAR, ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, sym__ternary_qmark, - ACTIONS(4006), 1, - anon_sym_COMMA, - ACTIONS(4009), 1, - anon_sym_RBRACE, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4011), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [35524] = 3, + ACTIONS(3587), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [37770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4013), 13, + ACTIONS(4200), 14, anon_sym_STAR, anon_sym_BANG, 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4202), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [37822] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3930), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 12, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(4015), 31, + ACTIONS(3566), 19, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [35576] = 3, + [37898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4017), 13, + ACTIONS(4204), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4019), 31, + anon_sym_DASH_DASH, + ACTIONS(4206), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -141012,28 +142221,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35628] = 3, + [37950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4021), 13, + ACTIONS(1580), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3446), 31, + anon_sym_DASH_DASH, + ACTIONS(1578), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -141061,28 +142270,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35680] = 3, + [38002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 13, + ACTIONS(4208), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3229), 31, + anon_sym_DASH_DASH, + ACTIONS(4210), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -141110,28 +142319,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35732] = 3, + [38054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4023), 13, + ACTIONS(4212), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4025), 31, + anon_sym_DASH_DASH, + ACTIONS(4214), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -141159,108 +142368,94 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35784] = 34, + [38106] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, + anon_sym_GT_GT, ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, + anon_sym_PERCENT, ACTIONS(3910), 1, - anon_sym_satisfies, + anon_sym_STAR_STAR, ACTIONS(3912), 1, - sym__ternary_qmark, - ACTIONS(4006), 1, - anon_sym_COMMA, - ACTIONS(4009), 1, - anon_sym_RBRACE, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3552), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, + anon_sym_LT, + ACTIONS(3922), 1, anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, anon_sym_DASH_DASH, - ACTIONS(3870), 2, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 7, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3904), 2, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3566), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [35898] = 3, + anon_sym_satisfies, + [38192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4027), 13, + ACTIONS(4216), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4029), 31, + anon_sym_DASH_DASH, + ACTIONS(4218), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -141288,39 +142483,112 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35950] = 3, + [38244] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, + anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 10, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [38344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 13, + ACTIONS(4220), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1471), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3615), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -141337,186 +142605,200 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [36002] = 34, + anon_sym_implements, + [38396] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, ACTIONS(3892), 1, anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3902), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3904), 1, anon_sym_PIPE, ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, + anon_sym_PERCENT, ACTIONS(3910), 1, - anon_sym_satisfies, + anon_sym_STAR_STAR, ACTIONS(3912), 1, - sym__ternary_qmark, - ACTIONS(4009), 1, - anon_sym_RBRACE, - ACTIONS(4031), 1, - anon_sym_COMMA, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3630), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, + anon_sym_LT, + ACTIONS(3922), 1, anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, anon_sym_DASH_DASH, - ACTIONS(3870), 2, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [36116] = 32, + ACTIONS(3566), 9, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [38498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(4222), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4224), 30, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3829), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3833), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3894), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, + 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, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [38550] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4226), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3904), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + anon_sym_DASH_DASH, + ACTIONS(4228), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3658), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [36226] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [38602] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4034), 13, + ACTIONS(4230), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4036), 31, + anon_sym_DASH_DASH, + ACTIONS(4232), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -141544,28 +142826,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [36278] = 3, + [38654] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4038), 13, + ACTIONS(4234), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4040), 31, + anon_sym_DASH_DASH, + ACTIONS(4236), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -141593,516 +142875,394 @@ 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, anon_sym_satisfies, anon_sym_implements, - [36330] = 34, + [38706] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3872), 1, + ACTIONS(3964), 1, anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(3940), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3968), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3970), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 10, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [38804] = 35, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3882), 1, anon_sym_BANG, - ACTIONS(3892), 1, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3894), 1, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3908), 1, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - ACTIONS(4042), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4045), 1, + ACTIONS(4241), 1, anon_sym_RBRACE, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3630), 2, + ACTIONS(3595), 2, sym__automatic_semicolon, anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [36444] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(219), 1, - anon_sym_STAR, - ACTIONS(233), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, - anon_sym_LBRACK, - ACTIONS(4049), 1, - anon_sym_async, - ACTIONS(4051), 1, - anon_sym_static, - ACTIONS(4053), 1, - anon_sym_readonly, - ACTIONS(4059), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, - sym_override_modifier, - ACTIONS(237), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2951), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(4055), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(4057), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2956), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(4016), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(4017), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(4047), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [36534] = 32, + [38920] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, + anon_sym_GT_GT, ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, + anon_sym_PERCENT, ACTIONS(3910), 1, - anon_sym_satisfies, + anon_sym_STAR_STAR, ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, + anon_sym_LT, + ACTIONS(3922), 1, anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, anon_sym_DASH_DASH, - ACTIONS(3870), 2, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3564), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3811), 4, + ACTIONS(3566), 11, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [36644] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4061), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4063), 31, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [36696] = 35, + [39014] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3896), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3908), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3910), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4065), 1, - anon_sym_RPAREN, - STATE(3509), 1, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - STATE(4283), 1, - sym_type_annotation, - ACTIONS(3442), 2, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3886), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [36812] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4067), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4069), 31, + ACTIONS(3566), 11, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [36864] = 35, + [39110] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3896), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3902), 1, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3908), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3910), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4071), 1, - anon_sym_RPAREN, - STATE(3509), 1, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - STATE(4327), 1, - sym_type_annotation, - ACTIONS(3442), 2, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3886), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [36980] = 4, + ACTIONS(3566), 10, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [39208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3496), 13, + ACTIONS(4194), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 30, + anon_sym_DASH_DASH, + ACTIONS(4196), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -142110,6 +143270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -142129,28 +143290,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [37034] = 3, + [39260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4073), 13, + ACTIONS(4243), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4075), 31, + anon_sym_DASH_DASH, + ACTIONS(4245), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -142178,52 +143339,58 @@ 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, anon_sym_satisfies, anon_sym_implements, - [37086] = 13, + [39312] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(4077), 1, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3930), 1, anon_sym_LT, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3670), 12, + ACTIONS(3564), 11, anon_sym_STAR, - anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3672), 20, + ACTIONS(3566), 17, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, @@ -142233,84 +143400,112 @@ static const uint16_t ts_small_parse_table[] = { 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_satisfies, - [37158] = 6, + [39394] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(3730), 1, - anon_sym_extends, - ACTIONS(4084), 2, - anon_sym_COMMA, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(4087), 3, - anon_sym_GT, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(4080), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, anon_sym_LT, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + ACTIONS(4101), 1, + anon_sym_RBRACE, + ACTIONS(4247), 1, + anon_sym_COMMA, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3595), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(3940), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 28, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [37216] = 3, + [39510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4090), 13, + ACTIONS(4250), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4092), 31, + anon_sym_DASH_DASH, + ACTIONS(3589), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -142338,59 +143533,41 @@ 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, anon_sym_satisfies, anon_sym_implements, - [37268] = 16, + [39562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4094), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3585), 11, + ACTIONS(4252), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3587), 18, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4254), 30, sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -142404,135 +143581,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [37346] = 34, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [39614] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4101), 1, - anon_sym_COMMA, - ACTIONS(4105), 1, - anon_sym_LT, - ACTIONS(4107), 1, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - STATE(2858), 1, + ACTIONS(4101), 1, + anon_sym_RBRACE, + ACTIONS(4256), 1, + anon_sym_COMMA, + STATE(1553), 1, sym_type_arguments, - STATE(3565), 1, - aux_sym_extends_clause_repeat1, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(3735), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4099), 2, - anon_sym_LBRACE, - anon_sym_implements, - ACTIONS(4103), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(4127), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [37460] = 16, + [39730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4137), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3585), 11, + ACTIONS(4259), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3587), 18, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3587), 30, sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -142546,24 +143711,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [37538] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [39782] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4140), 13, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(1395), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3534), 31, + anon_sym_DASH_DASH, + ACTIONS(1399), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -142571,7 +143743,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -142591,40 +143762,39 @@ 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, anon_sym_satisfies, anon_sym_implements, - [37590] = 4, + [39836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 1, - sym__automatic_semicolon, - ACTIONS(1421), 13, + ACTIONS(1433), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1419), 30, + anon_sym_DASH_DASH, + ACTIONS(1431), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -142641,28 +143811,30 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [37644] = 3, + anon_sym_implements, + [39888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1461), 13, + ACTIONS(4083), 1, + anon_sym_EQ, + ACTIONS(4081), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1459), 31, + anon_sym_DASH_DASH, + ACTIONS(4085), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -142670,7 +143842,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -142690,107 +143861,77 @@ 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, anon_sym_satisfies, anon_sym_implements, - [37696] = 33, + [39942] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3827), 1, - anon_sym_GT, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3835), 1, - anon_sym_GT_GT, - ACTIONS(3839), 1, - anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, - anon_sym_PIPE, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(1530), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, - sym__ternary_qmark, - ACTIONS(4146), 1, anon_sym_in, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3823), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3837), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3845), 2, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3851), 3, + ACTIONS(1528), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, - ACTIONS(4144), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [37808] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [39994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4080), 13, + ACTIONS(4261), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 31, + anon_sym_DASH_DASH, + ACTIONS(4263), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -142818,28 +143959,30 @@ 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, anon_sym_satisfies, anon_sym_implements, - [37860] = 3, + [40046] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4149), 13, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3540), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4151), 31, + anon_sym_DASH_DASH, + ACTIONS(3544), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -142847,7 +143990,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -142867,39 +144009,39 @@ 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, anon_sym_satisfies, anon_sym_implements, - [37912] = 3, + [40100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1487), 13, + ACTIONS(4265), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1485), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4267), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -142916,120 +144058,120 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [37964] = 32, + anon_sym_implements, + [40152] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3841), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3843), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3847), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(4101), 1, + anon_sym_RBRACE, + ACTIONS(4256), 1, + anon_sym_COMMA, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + ACTIONS(4269), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3658), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [38074] = 5, + [40268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4159), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4153), 13, + ACTIONS(1544), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4157), 24, + anon_sym_DASH_DASH, + ACTIONS(1542), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -143046,105 +144188,107 @@ 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, anon_sym_satisfies, - [38130] = 32, + anon_sym_implements, + [40320] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3841), 1, + ACTIONS(3902), 1, anon_sym_CARET, - ACTIONS(3843), 1, + ACTIONS(3904), 1, anon_sym_PIPE, - ACTIONS(3847), 1, + ACTIONS(3908), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(3886), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3579), 4, + ACTIONS(3589), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [38240] = 3, + [40432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1588), 13, + ACTIONS(3577), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1586), 31, + anon_sym_DASH_DASH, + ACTIONS(3579), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -143172,39 +144316,118 @@ 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, anon_sym_satisfies, anon_sym_implements, - [38292] = 3, + [40484] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, + anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3615), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [40596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1447), 13, + ACTIONS(4271), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1445), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4273), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -143221,101 +144444,262 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [38344] = 11, + anon_sym_implements, + [40648] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 1, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(4162), 1, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, anon_sym_LT, - ACTIONS(4164), 1, - anon_sym_QMARK_DOT, - STATE(1690), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + STATE(1553), 1, sym_type_arguments, - STATE(1925), 1, - sym_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3274), 12, + ACTIONS(3878), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3886), 2, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3564), 5, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3276), 24, + ACTIONS(3566), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [40738] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, + anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, anon_sym_PERCENT, + ACTIONS(3910), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3566), 8, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + anon_sym_QMARK_QMARK, anon_sym_satisfies, - [38412] = 7, + [40842] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4162), 1, - anon_sym_LT, - ACTIONS(4166), 1, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(4168), 1, - anon_sym_is, - STATE(1705), 1, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, + anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - ACTIONS(3288), 12, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3675), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [40954] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4275), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3010), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4277), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -143331,52 +144715,120 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [38472] = 12, + anon_sym_implements, + [41006] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(4170), 1, + ACTIONS(3892), 1, + anon_sym_AMP_AMP, + ACTIONS(3894), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, + anon_sym_AMP, + ACTIONS(3902), 1, + anon_sym_CARET, + ACTIONS(3904), 1, + anon_sym_PIPE, + ACTIONS(3908), 1, + anon_sym_PERCENT, + ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, anon_sym_LT, - STATE(3455), 1, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3928), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - STATE(1989), 2, + ACTIONS(3878), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3906), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3916), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3918), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3554), 12, + ACTIONS(3914), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3677), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [41118] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4194), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3556), 22, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4196), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -143391,164 +144843,184 @@ 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, anon_sym_satisfies, - [38542] = 32, + anon_sym_implements, + [41170] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3882), 1, anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, ACTIONS(3892), 1, anon_sym_AMP_AMP, ACTIONS(3894), 1, anon_sym_PIPE_PIPE, ACTIONS(3896), 1, + anon_sym_GT_GT, + ACTIONS(3900), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3902), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3904), 1, anon_sym_PIPE, ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, + anon_sym_PERCENT, ACTIONS(3910), 1, + anon_sym_STAR_STAR, + ACTIONS(3912), 1, + anon_sym_LT, + ACTIONS(3920), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(3912), 1, + ACTIONS(3928), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3878), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3886), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3898), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3906), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3916), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3918), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3914), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3614), 4, + ACTIONS(3617), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [38652] = 3, + [41282] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4287), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4279), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 8, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4175), 31, + ACTIONS(3566), 17, sym__ternary_qmark, anon_sym_as, 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, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, anon_sym_implements, - [38704] = 3, + [41363] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1580), 13, + ACTIONS(3034), 1, + anon_sym_EQ, + ACTIONS(3079), 1, + anon_sym_QMARK, + ACTIONS(3090), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1582), 31, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -143565,42 +145037,43 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [38756] = 5, + [41420] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 2, + ACTIONS(1397), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4177), 5, + ACTIONS(3554), 1, + anon_sym_LBRACK, + ACTIONS(3557), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4290), 2, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(3496), 13, + ACTIONS(1993), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(1395), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 24, + anon_sym_DASH_DASH, + ACTIONS(1399), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -143617,38 +145090,109 @@ 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, anon_sym_satisfies, - [38812] = 3, + [41481] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4294), 1, + anon_sym_STAR, + ACTIONS(4296), 1, + anon_sym_RBRACE, + ACTIONS(4298), 1, + anon_sym_async, + ACTIONS(4302), 1, + anon_sym_AT, + ACTIONS(4304), 1, + anon_sym_static, + ACTIONS(4306), 1, + anon_sym_readonly, + ACTIONS(4310), 1, + anon_sym_declare, + ACTIONS(4312), 1, + anon_sym_abstract, + STATE(2235), 1, + sym_method_definition, + STATE(2277), 1, + sym_accessibility_modifier, + STATE(2318), 1, + sym_override_modifier, + STATE(3552), 1, + sym_method_signature, + ACTIONS(4300), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4308), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1640), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2542), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3830), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [41576] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4180), 13, + ACTIONS(3986), 1, + anon_sym_LT, + STATE(1823), 1, + sym_type_arguments, + ACTIONS(3376), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4182), 31, + anon_sym_DASH_DASH, + ACTIONS(3378), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -143665,118 +145209,120 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [38864] = 32, + anon_sym_extends, + [41631] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, + anon_sym_AMP_AMP, + ACTIONS(4320), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(3841), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(3843), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(3847), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3615), 3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3592), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [38974] = 3, + [41742] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4184), 13, + ACTIONS(3984), 1, + anon_sym_DOT, + ACTIONS(3986), 1, + anon_sym_LT, + STATE(1830), 1, + sym_type_arguments, + ACTIONS(3292), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4186), 31, + anon_sym_DASH_DASH, + ACTIONS(3041), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -143792,39 +145338,37 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [39026] = 3, + anon_sym_extends, + [41799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 13, + ACTIONS(1387), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4190), 31, + anon_sym_DASH_DASH, + ACTIONS(1385), 29, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -143841,39 +145385,44 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [39078] = 3, + anon_sym_extends, + anon_sym_is, + [41850] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4192), 13, + ACTIONS(3034), 1, + anon_sym_EQ, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(4153), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3599), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4194), 31, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -143890,88 +145439,120 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [39130] = 3, + [41909] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4196), 13, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, + anon_sym_AMP_AMP, + ACTIONS(4354), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4356), 1, anon_sym_GT_GT, + ACTIONS(4360), 1, anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4364), 1, anon_sym_PIPE, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4376), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4279), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4281), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4198), 31, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4372), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3857), 3, 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, - anon_sym_QMARK_DOT, - 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_implements, + ACTIONS(4368), 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [39182] = 3, + [42020] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3884), 1, + anon_sym_LPAREN, + STATE(1941), 2, + sym_template_string, + sym_arguments, + ACTIONS(3414), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1471), 31, + anon_sym_DASH_DASH, + ACTIONS(3416), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -143988,192 +145569,359 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [39234] = 3, + [42077] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(4200), 13, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, + ACTIONS(3502), 1, anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(4378), 1, + anon_sym_RBRACK, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(3860), 1, + aux_sym_array_repeat1, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4202), 31, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [42192] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4294), 1, + anon_sym_STAR, + ACTIONS(4298), 1, + anon_sym_async, + ACTIONS(4302), 1, + anon_sym_AT, + ACTIONS(4304), 1, + anon_sym_static, + ACTIONS(4306), 1, + anon_sym_readonly, + ACTIONS(4310), 1, + anon_sym_declare, + ACTIONS(4312), 1, + anon_sym_abstract, + ACTIONS(4380), 1, anon_sym_RBRACE, + STATE(2235), 1, + sym_method_definition, + STATE(2277), 1, + sym_accessibility_modifier, + STATE(2318), 1, + sym_override_modifier, + STATE(3552), 1, + sym_method_signature, + ACTIONS(4300), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4308), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1588), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2542), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3830), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [42287] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(3888), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, anon_sym_PERCENT, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [39286] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1425), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4204), 5, + ACTIONS(3974), 1, + sym__ternary_qmark, + ACTIONS(4382), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(1423), 13, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3940), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3942), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 24, - sym__ternary_qmark, + ACTIONS(3970), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4384), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [42400] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3735), 1, + anon_sym_COMMA, + ACTIONS(3880), 1, anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_of, + ACTIONS(3888), 1, anon_sym_LBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, anon_sym_PERCENT, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [39342] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4155), 1, - anon_sym_EQ, - ACTIONS(4153), 13, + ACTIONS(3974), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3940), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3942), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4157), 30, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(4269), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3966), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [39396] = 4, + [42513] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4207), 1, - sym__automatic_semicolon, - ACTIONS(1447), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4386), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3807), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1445), 30, + ACTIONS(3809), 19, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, 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, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -144187,38 +145935,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [39450] = 3, + anon_sym_implements, + [42586] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1588), 13, + ACTIONS(3434), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1586), 31, + anon_sym_DASH_DASH, + ACTIONS(3436), 29, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, @@ -144237,174 +145981,199 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [39502] = 12, + anon_sym_extends, + anon_sym_is, + [42637] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(4209), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, + anon_sym_AMP_AMP, + ACTIONS(4354), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4364), 1, + anon_sym_PIPE, + ACTIONS(4366), 1, anon_sym_LT, - STATE(3455), 1, + ACTIONS(4374), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4376), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3554), 12, + ACTIONS(4279), 2, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4281), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3556), 22, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4370), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3615), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4368), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - [39572] = 32, + [42748] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3882), 1, anon_sym_BANG, - ACTIONS(3892), 1, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3894), 1, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3908), 1, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3579), 4, + ACTIONS(3998), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - [39682] = 3, + [42859] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4212), 13, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(3554), 1, + anon_sym_LBRACK, + ACTIONS(1993), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3557), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1395), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4214), 31, + anon_sym_DASH_DASH, + ACTIONS(1399), 25, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, @@ -144422,236 +146191,277 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [39734] = 3, + [42918] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1447), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1445), 31, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(1632), 1, anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(3320), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_implements, - [39786] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4216), 13, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(4389), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(3818), 1, + aux_sym_array_repeat1, + ACTIONS(3482), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3490), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3596), 31, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, - 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(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [39838] = 4, + [43033] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(1423), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1427), 30, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + ACTIONS(3320), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_implements, - [39892] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4218), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, + anon_sym_AMP_AMP, + ACTIONS(4354), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4356), 1, anon_sym_GT_GT, + ACTIONS(4360), 1, anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4364), 1, anon_sym_PIPE, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4376), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4279), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4281), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4220), 31, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4372), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3741), 3, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_implements, + ACTIONS(4368), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [43144] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + ACTIONS(3320), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, anon_sym_AMP_AMP, + ACTIONS(4354), 1, anon_sym_PIPE_PIPE, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4364), 1, + anon_sym_PIPE, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4376), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4279), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4370), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3735), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4368), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [39944] = 3, + [43255] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 13, + ACTIONS(3055), 1, + anon_sym_EQ, + ACTIONS(3103), 1, + anon_sym_QMARK, + ACTIONS(3101), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3594), 31, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -144668,276 +146478,332 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [39996] = 33, + [43312] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3892), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, anon_sym_AMP_AMP, - ACTIONS(3894), 1, + ACTIONS(4354), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(4362), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(4364), 1, anon_sym_PIPE, - ACTIONS(3908), 1, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, + ACTIONS(4376), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(4281), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4009), 2, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3635), 3, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(4224), 2, + anon_sym_implements, + ACTIONS(4368), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [43423] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3988), 1, + anon_sym_is, + ACTIONS(3390), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3392), 28, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [40108] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [43476] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3835), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3839), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3841), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3843), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3847), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3849), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3948), 1, - anon_sym_AMP_AMP, - ACTIONS(3950), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3596), 4, - sym__automatic_semicolon, + ACTIONS(3998), 3, anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [40218] = 32, + anon_sym_RBRACE, + anon_sym_RPAREN, + [43587] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3831), 1, - anon_sym_LT, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3835), 1, - anon_sym_GT_GT, - ACTIONS(3839), 1, - anon_sym_AMP, - ACTIONS(3841), 1, - anon_sym_CARET, - ACTIONS(3843), 1, - anon_sym_PIPE, - ACTIONS(3847), 1, - anon_sym_PERCENT, - ACTIONS(3849), 1, - anon_sym_STAR_STAR, - ACTIONS(3886), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3910), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3948), 1, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, anon_sym_AMP_AMP, - ACTIONS(3950), 1, + ACTIONS(4354), 1, anon_sym_PIPE_PIPE, - ACTIONS(3952), 1, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4364), 1, + anon_sym_PIPE, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, anon_sym_QMARK_QMARK, - ACTIONS(3954), 1, + ACTIONS(4376), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3823), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3827), 2, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3837), 2, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3845), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3853), 2, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3855), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3851), 3, + ACTIONS(3595), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4368), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3594), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [40328] = 3, + [43698] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4226), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(4391), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3842), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4228), 31, + anon_sym_DASH_DASH, + ACTIONS(3844), 20, sym__ternary_qmark, anon_sym_as, 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, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -144952,162 +146818,251 @@ 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, anon_sym_satisfies, anon_sym_implements, - [40380] = 24, + [43767] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, anon_sym_PERCENT, - ACTIONS(4246), 1, + ACTIONS(4285), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4352), 1, + anon_sym_AMP_AMP, + ACTIONS(4354), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4364), 1, + anon_sym_PIPE, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4376), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(4230), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4248), 3, + ACTIONS(3587), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4368), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 10, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [40473] = 6, + [43878] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(4254), 1, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, - STATE(1678), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4287), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, sym_arguments, - ACTIONS(3430), 13, + ACTIONS(3564), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3432), 27, - sym__automatic_semicolon, + ACTIONS(3566), 18, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - [40530] = 6, + anon_sym_implements, + [43953] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(4256), 1, - anon_sym_DOT, - STATE(1680), 1, - sym_arguments, - ACTIONS(3016), 13, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4294), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, + ACTIONS(4298), 1, + anon_sym_async, + ACTIONS(4302), 1, + anon_sym_AT, + ACTIONS(4304), 1, + anon_sym_static, + ACTIONS(4306), 1, + anon_sym_readonly, + ACTIONS(4310), 1, + anon_sym_declare, + ACTIONS(4312), 1, + anon_sym_abstract, + ACTIONS(4394), 1, + anon_sym_RBRACE, + STATE(2235), 1, + sym_method_definition, + STATE(2277), 1, + sym_accessibility_modifier, + STATE(2318), 1, + sym_override_modifier, + STATE(3552), 1, + sym_method_signature, + ACTIONS(4300), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4308), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1589), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2542), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3830), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [44048] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3552), 1, + anon_sym_extends, + ACTIONS(3546), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3549), 3, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + ACTIONS(3540), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3012), 27, + anon_sym_DASH_DASH, + ACTIONS(3544), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -145123,34 +147078,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, anon_sym_satisfies, - anon_sym_extends, - [40587] = 6, + [44107] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 1, + ACTIONS(2967), 1, anon_sym_LPAREN, - ACTIONS(4258), 1, - anon_sym_DOT, - STATE(1679), 1, + ACTIONS(2977), 1, + anon_sym_LT, + STATE(2416), 1, sym_arguments, - ACTIONS(3424), 13, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2947), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3426), 27, + anon_sym_DASH_DASH, + ACTIONS(2951), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -145159,6 +147114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -145174,258 +147130,198 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [40644] = 32, + [44166] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(4354), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4356), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4360), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4362), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4364), 1, anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(4376), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(4260), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - [40753] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4125), 1, - anon_sym_STAR_STAR, - ACTIONS(4262), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 11, - anon_sym_STAR, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 16, - sym__ternary_qmark, + ACTIONS(3486), 3, anon_sym_LBRACE, anon_sym_COMMA, - 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_implements, + ACTIONS(4368), 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, - anon_sym_implements, - [40832] = 32, + [44277] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, + ACTIONS(4283), 1, anon_sym_PERCENT, - ACTIONS(4246), 1, + ACTIONS(4285), 1, anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4352), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4354), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4364), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4376), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3579), 3, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(3589), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4368), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [40941] = 6, + [44388] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(1397), 1, anon_sym_EQ, - ACTIONS(3061), 1, - anon_sym_QMARK, - ACTIONS(3057), 5, + ACTIONS(1993), 1, + anon_sym_extends, + ACTIONS(3554), 2, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2931), 13, + anon_sym_LBRACK, + ACTIONS(3557), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1395), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(1399), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_of, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -145442,63 +147338,58 @@ 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, anon_sym_satisfies, - [40998] = 21, + [44447] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4111), 1, - anon_sym_GT_GT, - ACTIONS(4123), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4283), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4285), 1, anon_sym_STAR_STAR, - ACTIONS(4277), 1, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4366), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4113), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(4281), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1439), 2, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4127), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3677), 5, + ACTIONS(3564), 7, anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 12, + ACTIONS(3566), 15, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -145506,370 +147397,540 @@ static const uint16_t ts_small_parse_table[] = { 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, anon_sym_satisfies, anon_sym_implements, - [41085] = 26, + [44532] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4294), 1, + anon_sym_STAR, + ACTIONS(4298), 1, + anon_sym_async, + ACTIONS(4302), 1, + anon_sym_AT, + ACTIONS(4304), 1, + anon_sym_static, + ACTIONS(4306), 1, + anon_sym_readonly, + ACTIONS(4310), 1, + anon_sym_declare, + ACTIONS(4312), 1, + anon_sym_abstract, + ACTIONS(4396), 1, + anon_sym_RBRACE, + STATE(2235), 1, + sym_method_definition, + STATE(2277), 1, + sym_accessibility_modifier, + STATE(2318), 1, + sym_override_modifier, + STATE(3552), 1, + sym_method_signature, + ACTIONS(4300), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4308), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1574), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2542), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3830), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [44627] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, + anon_sym_AMP_AMP, + ACTIONS(4354), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4364), 1, + anon_sym_PIPE, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4376), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4279), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4372), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3617), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4368), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [44738] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(4111), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(4277), 1, + ACTIONS(3514), 1, anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4127), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 9, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(4398), 3, anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - anon_sym_implements, - [41182] = 27, + anon_sym_RBRACE, + anon_sym_RBRACK, + [44849] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(4107), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(4111), 1, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(4277), 1, + ACTIONS(3514), 1, anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(4400), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(3825), 1, + aux_sym_array_repeat1, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4127), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 8, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - anon_sym_implements, - [41281] = 32, + [44964] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(4402), 1, + anon_sym_RPAREN, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3798), 1, + aux_sym_array_repeat1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(4144), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - [41390] = 34, + [45079] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(1622), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - ACTIONS(4279), 1, + ACTIONS(4404), 1, anon_sym_RBRACK, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3722), 1, + STATE(3665), 1, aux_sym_array_repeat1, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [41503] = 25, + [45194] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - ACTIONS(4281), 1, + ACTIONS(4294), 1, anon_sym_STAR, - ACTIONS(4283), 1, - anon_sym_RBRACE, - ACTIONS(4285), 1, + ACTIONS(4298), 1, anon_sym_async, - ACTIONS(4289), 1, + ACTIONS(4302), 1, anon_sym_AT, - ACTIONS(4291), 1, + ACTIONS(4304), 1, anon_sym_static, - ACTIONS(4293), 1, + ACTIONS(4306), 1, anon_sym_readonly, - ACTIONS(4297), 1, + ACTIONS(4310), 1, anon_sym_declare, - ACTIONS(4299), 1, + ACTIONS(4312), 1, anon_sym_abstract, - STATE(2250), 1, + ACTIONS(4406), 1, + anon_sym_RBRACE, + STATE(2235), 1, sym_method_definition, - STATE(2266), 1, + STATE(2277), 1, sym_accessibility_modifier, - STATE(2315), 1, + STATE(2318), 1, sym_override_modifier, - STATE(3531), 1, + STATE(3552), 1, sym_method_signature, - ACTIONS(4287), 2, + ACTIONS(4300), 2, sym_number, sym_private_property_identifier, - ACTIONS(4295), 2, + ACTIONS(4308), 2, anon_sym_get, anon_sym_set, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1586), 3, + STATE(1594), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2542), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3647), 3, + STATE(3830), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -145880,679 +147941,509 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [41598] = 12, + [45289] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4301), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3554), 12, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4294), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3556), 21, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4298), 1, + anon_sym_async, + ACTIONS(4302), 1, + anon_sym_AT, + ACTIONS(4304), 1, + anon_sym_static, + ACTIONS(4306), 1, + anon_sym_readonly, + ACTIONS(4310), 1, + anon_sym_declare, + ACTIONS(4312), 1, + anon_sym_abstract, + ACTIONS(4408), 1, anon_sym_RBRACE, - 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_DASH_DASH, - anon_sym_satisfies, - [41667] = 32, + STATE(2235), 1, + sym_method_definition, + STATE(2277), 1, + sym_accessibility_modifier, + STATE(2318), 1, + sym_override_modifier, + STATE(3552), 1, + sym_method_signature, + ACTIONS(4300), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4308), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1589), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2542), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3830), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [45384] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4413), 1, + anon_sym_STAR, + ACTIONS(4416), 1, + anon_sym_RBRACE, + ACTIONS(4418), 1, + anon_sym_LBRACK, + ACTIONS(4421), 1, + anon_sym_async, + ACTIONS(4424), 1, + anon_sym_DASH, + ACTIONS(4427), 1, + anon_sym_DQUOTE, + ACTIONS(4430), 1, + anon_sym_SQUOTE, + ACTIONS(4436), 1, + anon_sym_AT, + ACTIONS(4439), 1, + anon_sym_static, + ACTIONS(4442), 1, + anon_sym_readonly, + ACTIONS(4448), 1, + anon_sym_declare, + ACTIONS(4454), 1, + anon_sym_override, + ACTIONS(4457), 1, + anon_sym_abstract, + STATE(2235), 1, + sym_method_definition, + STATE(2277), 1, + sym_accessibility_modifier, + STATE(2318), 1, + sym_override_modifier, + STATE(3552), 1, + sym_method_signature, + ACTIONS(4433), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4445), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(4451), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1589), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2542), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3830), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(4410), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [45479] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4107), 1, - anon_sym_AMP_AMP, - ACTIONS(4109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4360), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(4362), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(4364), 1, anon_sym_PIPE, - ACTIONS(4123), 1, - anon_sym_PERCENT, - ACTIONS(4125), 1, - anon_sym_STAR_STAR, - ACTIONS(4133), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, - sym__ternary_qmark, - ACTIONS(4277), 1, + ACTIONS(4366), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3596), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, + ACTIONS(4368), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [41776] = 32, + ACTIONS(3566), 9, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + anon_sym_implements, + [45578] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(4460), 1, + anon_sym_RPAREN, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3727), 1, + aux_sym_array_repeat1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(4304), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [41885] = 16, + [45693] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4306), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3585), 11, - anon_sym_STAR, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3587), 17, - sym__ternary_qmark, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, anon_sym_AMP_AMP, + ACTIONS(4354), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 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, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [41962] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4123), 1, - anon_sym_PERCENT, - ACTIONS(4125), 1, - anon_sym_STAR_STAR, - ACTIONS(4262), 1, + ACTIONS(4364), 1, + anon_sym_PIPE, + ACTIONS(4366), 1, anon_sym_LT, - STATE(3509), 1, + ACTIONS(4374), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4376), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4121), 2, + ACTIONS(4281), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 8, - anon_sym_BANG, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 17, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4372), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3677), 3, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + anon_sym_implements, + ACTIONS(4368), 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, - anon_sym_satisfies, - anon_sym_implements, - [42041] = 6, + [45804] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, - anon_sym_QMARK, - ACTIONS(3073), 1, - anon_sym_EQ, - ACTIONS(3076), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2931), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [42098] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_is, - ACTIONS(3338), 13, - anon_sym_STAR, + ACTIONS(3564), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3340), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(4283), 1, anon_sym_PERCENT, + ACTIONS(4285), 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_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [42151] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, + ACTIONS(4352), 1, anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(4362), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(4364), 1, anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - ACTIONS(4309), 1, - anon_sym_COMMA, - STATE(3455), 1, + ACTIONS(4366), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(4281), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4311), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [42262] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3022), 1, - anon_sym_EQ, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3542), 6, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2931), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 22, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, + ACTIONS(4368), 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [42321] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4313), 1, - anon_sym_is, - ACTIONS(3332), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3334), 29, - sym__automatic_semicolon, + ACTIONS(3566), 8, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, anon_sym_satisfies, - anon_sym_extends, - [42374] = 25, + anon_sym_implements, + [45905] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - ACTIONS(4281), 1, + ACTIONS(4294), 1, anon_sym_STAR, - ACTIONS(4285), 1, + ACTIONS(4298), 1, anon_sym_async, - ACTIONS(4289), 1, + ACTIONS(4302), 1, anon_sym_AT, - ACTIONS(4291), 1, + ACTIONS(4304), 1, anon_sym_static, - ACTIONS(4293), 1, + ACTIONS(4306), 1, anon_sym_readonly, - ACTIONS(4297), 1, + ACTIONS(4310), 1, anon_sym_declare, - ACTIONS(4299), 1, + ACTIONS(4312), 1, anon_sym_abstract, - ACTIONS(4315), 1, + ACTIONS(4462), 1, anon_sym_RBRACE, - STATE(2250), 1, + STATE(2235), 1, sym_method_definition, - STATE(2266), 1, + STATE(2277), 1, sym_accessibility_modifier, - STATE(2315), 1, + STATE(2318), 1, sym_override_modifier, - STATE(3531), 1, + STATE(3552), 1, sym_method_signature, - ACTIONS(4287), 2, + ACTIONS(4300), 2, sym_number, sym_private_property_identifier, - ACTIONS(4295), 2, + ACTIONS(4308), 2, anon_sym_get, anon_sym_set, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1582), 3, + STATE(1589), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2542), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3647), 3, + STATE(3830), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -146563,196 +148454,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [42469] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(4144), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [42578] = 34, + [46000] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(4317), 1, - anon_sym_RPAREN, - STATE(3509), 1, - sym_type_arguments, - STATE(3662), 1, - aux_sym_array_repeat1, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [42691] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4123), 1, - anon_sym_PERCENT, - ACTIONS(4125), 1, - anon_sym_STAR_STAR, - ACTIONS(4262), 1, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4464), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 10, - anon_sym_BANG, + ACTIONS(3859), 11, + anon_sym_STAR, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, @@ -146760,11 +148495,11 @@ 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(3679), 17, + ACTIONS(3861), 17, sym__ternary_qmark, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_AMP_AMP, @@ -146772,58 +148507,52 @@ 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_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_satisfies, anon_sym_implements, - [42768] = 13, + [46079] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3546), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4319), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3670), 12, + ACTIONS(3549), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4467), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3552), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(3540), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3672), 19, + anon_sym_DASH_DASH, + ACTIONS(3544), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -146837,34 +148566,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [42839] = 3, + [46140] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1383), 13, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3546), 1, + anon_sym_LBRACK, + ACTIONS(3552), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3549), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3540), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1381), 30, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3544), 25, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -146881,649 +148619,777 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_is, - [42890] = 6, + [46199] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(4162), 1, - anon_sym_LT, - ACTIONS(4166), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, - STATE(1705), 1, - sym_type_arguments, - ACTIONS(3288), 12, - anon_sym_STAR, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, + ACTIONS(3502), 1, anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(4471), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3684), 1, + aux_sym_array_repeat1, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3010), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [46314] = 35, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(1632), 1, anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_extends, - [42947] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4281), 1, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(4473), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3734), 1, + aux_sym_array_repeat1, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - ACTIONS(4285), 1, - anon_sym_async, - ACTIONS(4289), 1, - anon_sym_AT, - ACTIONS(4291), 1, - anon_sym_static, - ACTIONS(4293), 1, - anon_sym_readonly, - ACTIONS(4297), 1, - anon_sym_declare, - ACTIONS(4299), 1, - anon_sym_abstract, - ACTIONS(4322), 1, - anon_sym_RBRACE, - STATE(2250), 1, - sym_method_definition, - STATE(2266), 1, - sym_accessibility_modifier, - STATE(2315), 1, - sym_override_modifier, - STATE(3531), 1, - sym_method_signature, - ACTIONS(4287), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4295), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1586), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3647), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [43042] = 34, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [46429] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, + anon_sym_AMP_AMP, + ACTIONS(4354), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4364), 1, + anon_sym_PIPE, + ACTIONS(4366), 1, anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(4374), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4376), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4279), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4372), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3675), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4368), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [46540] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3948), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3960), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3962), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - ACTIONS(4324), 1, - anon_sym_RBRACK, - STATE(3509), 1, + ACTIONS(4382), 1, + anon_sym_COMMA, + STATE(1553), 1, sym_type_arguments, - STATE(3606), 1, - aux_sym_array_repeat1, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3575), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3942), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [43155] = 25, + [46653] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4111), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4366), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4279), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4372), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 3, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4117), 1, + anon_sym_PIPE, + ACTIONS(4368), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 10, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_CARET, - ACTIONS(4123), 1, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + anon_sym_implements, + [46746] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4283), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4285), 1, anon_sym_STAR_STAR, - ACTIONS(4277), 1, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4366), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3677), 2, + ACTIONS(3564), 2, anon_sym_BANG, anon_sym_PIPE, - ACTIONS(4097), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4127), 3, + ACTIONS(4368), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 9, + ACTIONS(3566), 10, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_QMARK_QMARK, anon_sym_satisfies, anon_sym_implements, - [43250] = 25, + [46841] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(3156), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4281), 1, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(4475), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3842), 13, anon_sym_STAR, - ACTIONS(4285), 1, - anon_sym_async, - ACTIONS(4289), 1, - anon_sym_AT, - ACTIONS(4291), 1, - anon_sym_static, - ACTIONS(4293), 1, - anon_sym_readonly, - ACTIONS(4297), 1, - anon_sym_declare, - ACTIONS(4299), 1, - anon_sym_abstract, - ACTIONS(4326), 1, + anon_sym_BANG, + anon_sym_in, + 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(3844), 20, + sym__ternary_qmark, + anon_sym_as, anon_sym_RBRACE, - STATE(2250), 1, - sym_method_definition, - STATE(2266), 1, - sym_accessibility_modifier, - STATE(2315), 1, - sym_override_modifier, - STATE(3531), 1, - sym_method_signature, - ACTIONS(4287), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4295), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1568), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3647), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [43345] = 8, + 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_satisfies, + [46910] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(3510), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3513), 2, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, anon_sym_AMP, + ACTIONS(4362), 1, + anon_sym_CARET, + ACTIONS(4366), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3564), 2, + anon_sym_BANG, anon_sym_PIPE, - ACTIONS(4328), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(1995), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(1423), 11, + ACTIONS(4279), 2, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4281), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 22, + ACTIONS(4372), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4368), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 9, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_LBRACE, + anon_sym_COMMA, 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, anon_sym_satisfies, - [43406] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4281), 1, - anon_sym_STAR, - ACTIONS(4285), 1, - anon_sym_async, - ACTIONS(4289), 1, - anon_sym_AT, - ACTIONS(4291), 1, - anon_sym_static, - ACTIONS(4293), 1, - anon_sym_readonly, - ACTIONS(4297), 1, - anon_sym_declare, - ACTIONS(4299), 1, - anon_sym_abstract, - ACTIONS(4332), 1, - anon_sym_RBRACE, - STATE(2250), 1, - sym_method_definition, - STATE(2266), 1, - sym_accessibility_modifier, - STATE(2315), 1, - sym_override_modifier, - STATE(3531), 1, - sym_method_signature, - ACTIONS(4287), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4295), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1608), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3647), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [43501] = 34, + anon_sym_implements, + [47007] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - ACTIONS(4334), 1, - anon_sym_RPAREN, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3618), 1, - aux_sym_array_repeat1, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3857), 3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [43614] = 19, + [47118] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4111), 1, - anon_sym_GT_GT, - ACTIONS(4123), 1, - anon_sym_PERCENT, - ACTIONS(4125), 1, - anon_sym_STAR_STAR, - ACTIONS(4277), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4478), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4113), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4121), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 7, - anon_sym_BANG, + ACTIONS(3859), 11, + anon_sym_STAR, anon_sym_in, 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(3679), 15, + ACTIONS(3861), 17, sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_RBRACE, + 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_satisfies, - anon_sym_implements, - [43697] = 5, + [47197] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4162), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4481), 1, anon_sym_LT, - STATE(1696), 1, + STATE(1231), 1, sym_type_arguments, - ACTIONS(3332), 12, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3807), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3334), 29, - sym__automatic_semicolon, + ACTIONS(3809), 19, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -147537,44 +149403,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_extends, - [43752] = 14, + [47270] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4125), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, anon_sym_STAR_STAR, - ACTIONS(4262), 1, + ACTIONS(4287), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(4279), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 12, - anon_sym_STAR, + ACTIONS(3564), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -147582,7 +149448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 18, + ACTIONS(3566), 17, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -147592,7 +149458,6 @@ 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, @@ -147601,417 +149466,547 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_instanceof, anon_sym_satisfies, anon_sym_implements, - [43825] = 24, + [47349] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4111), 1, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(4123), 1, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(4277), 1, + ACTIONS(3514), 1, anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(4097), 2, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(4484), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(3875), 1, + aux_sym_array_repeat1, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4127), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 10, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - anon_sym_implements, - [43918] = 32, + [47464] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4107), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4352), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, + ACTIONS(4354), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(4356), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4360), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(4362), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(4364), 1, anon_sym_PIPE, - ACTIONS(4123), 1, - anon_sym_PERCENT, - ACTIONS(4125), 1, - anon_sym_STAR_STAR, - ACTIONS(4133), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, - sym__ternary_qmark, - ACTIONS(4277), 1, + ACTIONS(4366), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3811), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, + ACTIONS(4368), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44027] = 32, + ACTIONS(3566), 7, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + anon_sym_implements, + [47567] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4107), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3630), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44136] = 33, + ACTIONS(4486), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [47678] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3882), 1, anon_sym_BANG, - ACTIONS(3892), 1, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, anon_sym_AMP_AMP, - ACTIONS(3894), 1, + ACTIONS(3946), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(3954), 1, anon_sym_CARET, - ACTIONS(3900), 1, + ACTIONS(3956), 1, anon_sym_PIPE, - ACTIONS(3908), 1, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, + anon_sym_LT, + ACTIONS(3972), 1, anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, + ACTIONS(3974), 1, sym__ternary_qmark, - ACTIONS(4309), 1, + ACTIONS(4382), 1, anon_sym_COMMA, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3940), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(3958), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(3968), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(3970), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4336), 2, + ACTIONS(4488), 2, sym__automatic_semicolon, anon_sym_SEMI, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(3966), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44247] = 25, + [47791] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(3156), 1, + ACTIONS(2963), 1, + anon_sym_EQ, + ACTIONS(3599), 1, + anon_sym_extends, + ACTIONS(4150), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4281), 1, + ACTIONS(4153), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, anon_sym_STAR, - ACTIONS(4285), 1, - anon_sym_async, - ACTIONS(4289), 1, - anon_sym_AT, - ACTIONS(4291), 1, - anon_sym_static, - ACTIONS(4293), 1, - anon_sym_readonly, - ACTIONS(4297), 1, - anon_sym_declare, - ACTIONS(4299), 1, - anon_sym_abstract, - ACTIONS(4338), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, + sym__ternary_qmark, + anon_sym_as, anon_sym_RBRACE, - STATE(2250), 1, - sym_method_definition, - STATE(2266), 1, - sym_accessibility_modifier, - STATE(2315), 1, - sym_override_modifier, - STATE(3531), 1, - sym_method_signature, - ACTIONS(4287), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4295), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1586), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3647), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [44342] = 12, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [47850] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4283), 1, + anon_sym_PERCENT, + ACTIONS(4285), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4366), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4279), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4358), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4368), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3564), 5, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3566), 12, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + 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, + anon_sym_satisfies, + anon_sym_implements, + [47939] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4340), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + anon_sym_AMP_AMP, + ACTIONS(3946), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3948), 1, + anon_sym_GT_GT, + ACTIONS(3952), 1, + anon_sym_AMP, + ACTIONS(3954), 1, + anon_sym_CARET, + ACTIONS(3956), 1, + anon_sym_PIPE, + ACTIONS(3960), 1, + anon_sym_PERCENT, + ACTIONS(3962), 1, + anon_sym_STAR_STAR, + ACTIONS(3964), 1, anon_sym_LT, - STATE(3509), 1, + ACTIONS(3972), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3974), 1, + sym__ternary_qmark, + ACTIONS(4382), 1, + anon_sym_COMMA, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - STATE(1439), 2, + ACTIONS(3940), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3942), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3950), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3958), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3968), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3970), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4490), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3554), 12, + ACTIONS(3966), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [48052] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4492), 1, + anon_sym_is, + ACTIONS(3376), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3556), 21, + anon_sym_DASH_DASH, + ACTIONS(3378), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -148026,40 +150021,38 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [44411] = 6, + anon_sym_extends, + [48105] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3022), 1, - anon_sym_EQ, - ACTIONS(3049), 1, - anon_sym_QMARK, - ACTIONS(3046), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2931), 13, + ACTIONS(3988), 1, + anon_sym_is, + ACTIONS(3410), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(3412), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -148077,146 +150070,217 @@ 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, anon_sym_satisfies, - [44468] = 32, + anon_sym_extends, + [48158] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4294), 1, + anon_sym_STAR, + ACTIONS(4298), 1, + anon_sym_async, + ACTIONS(4302), 1, + anon_sym_AT, + ACTIONS(4304), 1, + anon_sym_static, + ACTIONS(4306), 1, + anon_sym_readonly, + ACTIONS(4310), 1, + anon_sym_declare, + ACTIONS(4312), 1, + anon_sym_abstract, + ACTIONS(4494), 1, + anon_sym_RBRACE, + STATE(2235), 1, + sym_method_definition, + STATE(2277), 1, + sym_accessibility_modifier, + STATE(2318), 1, + sym_override_modifier, + STATE(3552), 1, + sym_method_signature, + ACTIONS(4300), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4308), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1589), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2542), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3830), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3166), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [48253] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4107), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3614), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, + ACTIONS(3741), 3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44577] = 25, + [48364] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4346), 1, - anon_sym_STAR, - ACTIONS(4349), 1, - anon_sym_RBRACE, - ACTIONS(4351), 1, - anon_sym_LBRACK, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4357), 1, - anon_sym_DASH, - ACTIONS(4360), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(4363), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4369), 1, + ACTIONS(2829), 1, + anon_sym_DASH, + ACTIONS(3176), 1, + anon_sym_LBRACK, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4294), 1, + anon_sym_STAR, + ACTIONS(4298), 1, + anon_sym_async, + ACTIONS(4302), 1, anon_sym_AT, - ACTIONS(4372), 1, + ACTIONS(4304), 1, anon_sym_static, - ACTIONS(4375), 1, + ACTIONS(4306), 1, anon_sym_readonly, - ACTIONS(4381), 1, + ACTIONS(4310), 1, anon_sym_declare, - ACTIONS(4387), 1, - anon_sym_override, - ACTIONS(4390), 1, + ACTIONS(4312), 1, anon_sym_abstract, - STATE(2250), 1, + ACTIONS(4496), 1, + anon_sym_RBRACE, + STATE(2235), 1, sym_method_definition, - STATE(2266), 1, + STATE(2277), 1, sym_accessibility_modifier, - STATE(2315), 1, + STATE(2318), 1, sym_override_modifier, - STATE(3531), 1, + STATE(3552), 1, sym_method_signature, - ACTIONS(4366), 2, + ACTIONS(4300), 2, sym_number, sym_private_property_identifier, - ACTIONS(4378), 2, + ACTIONS(4308), 2, anon_sym_get, anon_sym_set, - ACTIONS(4384), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1586), 3, + STATE(1619), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2542), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3647), 3, + STATE(3830), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(4343), 10, + ACTIONS(3166), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -148227,730 +150291,851 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [44672] = 32, + [48459] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4107), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3552), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, + ACTIONS(3735), 3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44781] = 32, + [48570] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, + ACTIONS(4283), 1, anon_sym_PERCENT, - ACTIONS(4246), 1, + ACTIONS(4285), 1, anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4352), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4354), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4356), 1, + anon_sym_GT_GT, + ACTIONS(4360), 1, + anon_sym_AMP, + ACTIONS(4362), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4364), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4366), 1, + anon_sym_LT, + ACTIONS(4374), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4376), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1866), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4279), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4281), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4350), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4358), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4370), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4372), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3534), 3, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(4368), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44890] = 32, + ACTIONS(4498), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + [48681] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3552), 3, + ACTIONS(3635), 3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44999] = 32, + [48792] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3614), 3, + ACTIONS(3595), 3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [45108] = 34, + [48903] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - ACTIONS(4393), 1, - anon_sym_RPAREN, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3608), 1, - aux_sym_array_repeat1, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3587), 3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4340), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [49014] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4500), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3564), 12, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(3566), 18, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [45221] = 32, + anon_sym_satisfies, + [49089] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4105), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, anon_sym_LT, - ACTIONS(4107), 1, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4314), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4324), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4332), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 7, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3566), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_AMP_AMP, - ACTIONS(4109), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + 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, + anon_sym_satisfies, + [49174] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, - sym__ternary_qmark, - STATE(2873), 1, + ACTIONS(4338), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4127), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(4395), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - [45330] = 32, + ACTIONS(3566), 9, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [49273] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3630), 3, + ACTIONS(3486), 3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [45439] = 32, + [49384] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3811), 3, + ACTIONS(3589), 3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [45548] = 34, + [49495] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(4397), 1, - anon_sym_RPAREN, - STATE(3509), 1, + ACTIONS(4338), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3703), 1, - aux_sym_array_repeat1, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [45661] = 5, + ACTIONS(3566), 8, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [49596] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 2, + ACTIONS(3072), 1, anon_sym_EQ, + ACTIONS(3079), 1, anon_sym_QMARK, - ACTIONS(4399), 5, + ACTIONS(3075), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(1423), 13, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -148971,117 +151156,54 @@ 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, anon_sym_satisfies, - [45716] = 14, + [49653] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4401), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [45789] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4244), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4246), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4500), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 7, + ACTIONS(3564), 8, anon_sym_BANG, anon_sym_in, anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 15, + ACTIONS(3566), 17, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, @@ -149089,6 +151211,8 @@ 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_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -149097,33 +151221,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [45872] = 5, + [49734] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 2, + ACTIONS(1397), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(4404), 5, + ACTIONS(4503), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4153), 13, + ACTIONS(1395), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4157), 23, + anon_sym_DASH_DASH, + ACTIONS(1399), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -149144,71 +151269,67 @@ 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, anon_sym_satisfies, - [45927] = 26, + [49789] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4246), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - STATE(3509), 1, + ACTIONS(4338), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4248), 3, + ACTIONS(3564), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 9, + ACTIONS(3566), 10, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, @@ -149216,464 +151337,165 @@ 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, anon_sym_satisfies, - [46024] = 27, + [49882] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4240), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(4244), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4246), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4265), 1, - anon_sym_AMP_AMP, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - STATE(3509), 1, + ACTIONS(4338), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4248), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 8, + ACTIONS(3566), 10, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, anon_sym_COLON, anon_sym_RBRACK, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [46123] = 17, + [49977] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4401), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4083), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4505), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4081), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 8, anon_sym_BANG, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 17, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [46202] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4248), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 10, + anon_sym_DASH_DASH, + ACTIONS(4085), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [46293] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4107), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, - anon_sym_GT_GT, - ACTIONS(4115), 1, - anon_sym_AMP, - ACTIONS(4117), 1, - anon_sym_CARET, - ACTIONS(4119), 1, - anon_sym_PIPE, - ACTIONS(4123), 1, - anon_sym_PERCENT, - ACTIONS(4125), 1, - anon_sym_STAR_STAR, - ACTIONS(4133), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, - sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4103), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4113), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4129), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4131), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3534), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [46402] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(4107), 1, - anon_sym_AMP_AMP, - ACTIONS(4109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, - anon_sym_GT_GT, - ACTIONS(4115), 1, - anon_sym_AMP, - ACTIONS(4117), 1, anon_sym_CARET, - ACTIONS(4119), 1, - anon_sym_PIPE, - ACTIONS(4123), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, anon_sym_STAR_STAR, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4103), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4113), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4121), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4129), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4131), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4127), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 7, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [46503] = 25, + [50032] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4269), 1, - anon_sym_CARET, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4250), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 9, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, + ACTIONS(3528), 1, anon_sym_satisfies, - [46598] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, + ACTIONS(4285), 1, anon_sym_STAR_STAR, - ACTIONS(4401), 1, + ACTIONS(4287), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 10, - anon_sym_BANG, + ACTIONS(3564), 11, + anon_sym_STAR, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, @@ -149681,86 +151503,86 @@ 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(3679), 17, + ACTIONS(3566), 16, sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_COMMA, 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, - anon_sym_satisfies, - [46675] = 25, + anon_sym_implements, + [50113] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(2677), 1, + ACTIONS(2829), 1, anon_sym_DASH, - ACTIONS(3156), 1, + ACTIONS(3176), 1, anon_sym_LBRACK, - ACTIONS(3170), 1, + ACTIONS(3190), 1, anon_sym_override, - ACTIONS(4281), 1, + ACTIONS(4294), 1, anon_sym_STAR, - ACTIONS(4285), 1, + ACTIONS(4298), 1, anon_sym_async, - ACTIONS(4289), 1, + ACTIONS(4302), 1, anon_sym_AT, - ACTIONS(4291), 1, + ACTIONS(4304), 1, anon_sym_static, - ACTIONS(4293), 1, + ACTIONS(4306), 1, anon_sym_readonly, - ACTIONS(4297), 1, + ACTIONS(4310), 1, anon_sym_declare, - ACTIONS(4299), 1, + ACTIONS(4312), 1, anon_sym_abstract, - ACTIONS(4406), 1, + ACTIONS(4507), 1, anon_sym_RBRACE, - STATE(2250), 1, + STATE(2235), 1, sym_method_definition, - STATE(2266), 1, + STATE(2277), 1, sym_accessibility_modifier, - STATE(2315), 1, + STATE(2318), 1, sym_override_modifier, - STATE(3531), 1, + STATE(3552), 1, sym_method_signature, - ACTIONS(4287), 2, + ACTIONS(4300), 2, sym_number, sym_private_property_identifier, - ACTIONS(4295), 2, + ACTIONS(4308), 2, anon_sym_get, anon_sym_set, - ACTIONS(3168), 3, + ACTIONS(3188), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1586), 3, + STATE(1589), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2542), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3647), 3, + STATE(3830), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3150), 10, + ACTIONS(3166), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -149771,207 +151593,236 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [46770] = 33, + [50208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3552), 1, + ACTIONS(3542), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4509), 5, anon_sym_COMMA, - ACTIONS(3825), 1, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(3540), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3544), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [50263] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(3898), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3876), 2, + ACTIONS(4316), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4011), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3902), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [46881] = 32, + ACTIONS(3566), 9, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [50360] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4107), 1, - anon_sym_AMP_AMP, - ACTIONS(4109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, - anon_sym_GT_GT, - ACTIONS(4115), 1, - anon_sym_AMP, - ACTIONS(4117), 1, - anon_sym_CARET, - ACTIONS(4119), 1, - anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, - sym__ternary_qmark, - ACTIONS(4277), 1, + ACTIONS(4500), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 10, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4121), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(3566), 17, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3446), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [46990] = 17, + anon_sym_satisfies, + [50439] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4246), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4401), 1, + ACTIONS(4500), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 11, + ACTIONS(3564), 11, anon_sym_STAR, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3679), 16, + ACTIONS(3566), 16, sym__ternary_qmark, anon_sym_RBRACE, anon_sym_COLON, @@ -149988,60 +151839,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [47069] = 21, + [50520] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4244), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4246), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4338), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4248), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3677), 5, + ACTIONS(3564), 5, anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 12, + ACTIONS(3566), 12, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, @@ -150054,723 +151906,424 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [47156] = 34, + [50609] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(4408), 1, - anon_sym_RPAREN, - STATE(3509), 1, + ACTIONS(4338), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - STATE(3827), 1, - aux_sym_array_repeat1, - ACTIONS(3442), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [47269] = 32, + ACTIONS(3566), 7, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [50712] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4107), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3660), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [47378] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3502), 1, - anon_sym_LBRACK, - ACTIONS(3505), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4410), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3508), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(3496), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3500), 22, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [47439] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3498), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4414), 5, - anon_sym_COMMA, + ACTIONS(3675), 3, anon_sym_RBRACE, - anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(3496), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3500), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, + ACTIONS(4340), 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [47494] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4281), 1, - anon_sym_STAR, - ACTIONS(4285), 1, - anon_sym_async, - ACTIONS(4289), 1, - anon_sym_AT, - ACTIONS(4291), 1, - anon_sym_static, - ACTIONS(4293), 1, - anon_sym_readonly, - ACTIONS(4297), 1, - anon_sym_declare, - ACTIONS(4299), 1, - anon_sym_abstract, - ACTIONS(4416), 1, - anon_sym_RBRACE, - STATE(2250), 1, - sym_method_definition, - STATE(2266), 1, - sym_accessibility_modifier, - STATE(2315), 1, - sym_override_modifier, - STATE(3531), 1, - sym_method_signature, - ACTIONS(4287), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4295), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1550), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3647), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [47589] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4281), 1, - anon_sym_STAR, - ACTIONS(4285), 1, - anon_sym_async, - ACTIONS(4289), 1, - anon_sym_AT, - ACTIONS(4291), 1, - anon_sym_static, - ACTIONS(4293), 1, - anon_sym_readonly, - ACTIONS(4297), 1, - anon_sym_declare, - ACTIONS(4299), 1, - anon_sym_abstract, - ACTIONS(4418), 1, - anon_sym_RBRACE, - STATE(2250), 1, - sym_method_definition, - STATE(2266), 1, - sym_accessibility_modifier, - STATE(2315), 1, - sym_override_modifier, - STATE(3531), 1, - sym_method_signature, - ACTIONS(4287), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4295), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1586), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3647), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [47684] = 32, + [50823] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(4511), 1, + anon_sym_RBRACK, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3665), 1, + aux_sym_array_repeat1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3446), 3, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4248), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [47793] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(1995), 1, - anon_sym_extends, - ACTIONS(3510), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3513), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1423), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1427), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, + ACTIONS(3516), 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [47852] = 34, + [50938] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - ACTIONS(4420), 1, - anon_sym_RPAREN, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3676), 1, - aux_sym_array_repeat1, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3677), 3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [47965] = 32, + [51049] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3660), 3, + ACTIONS(3617), 3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48074] = 7, + [51160] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, - anon_sym_EQ, - ACTIONS(3542), 1, + ACTIONS(4513), 1, anon_sym_extends, - ACTIONS(3936), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(3669), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, + anon_sym_DASH_DASH, + ACTIONS(3671), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -150787,42 +152340,39 @@ 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, anon_sym_satisfies, - [48133] = 7, + [51212] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, + ACTIONS(1397), 1, anon_sym_EQ, - ACTIONS(3508), 1, - anon_sym_extends, - ACTIONS(3502), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3505), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3496), 10, + ACTIONS(3976), 1, + sym__automatic_semicolon, + ACTIONS(1393), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 26, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1391), 26, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -150839,280 +152389,272 @@ 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, anon_sym_satisfies, - [48192] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(2677), 1, - anon_sym_DASH, - ACTIONS(3156), 1, - anon_sym_LBRACK, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4281), 1, - anon_sym_STAR, - ACTIONS(4285), 1, - anon_sym_async, - ACTIONS(4289), 1, - anon_sym_AT, - ACTIONS(4291), 1, - anon_sym_static, - ACTIONS(4293), 1, - anon_sym_readonly, - ACTIONS(4297), 1, - anon_sym_declare, - ACTIONS(4299), 1, - anon_sym_abstract, - ACTIONS(4422), 1, - anon_sym_RBRACE, - STATE(2250), 1, - sym_method_definition, - STATE(2266), 1, - sym_accessibility_modifier, - STATE(2315), 1, - sym_override_modifier, - STATE(3531), 1, - sym_method_signature, - ACTIONS(4287), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4295), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1618), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3647), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3150), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [48287] = 32, + [51266] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4107), 1, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, + ACTIONS(4549), 1, sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(3595), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3579), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48396] = 32, + [51376] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4107), 1, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4115), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(4117), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(4119), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(4123), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, + ACTIONS(4549), 1, sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + ACTIONS(3635), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4103), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4121), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3658), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48505] = 16, + [51486] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4424), 1, + ACTIONS(4519), 1, + anon_sym_AMP_AMP, + ACTIONS(4521), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, + anon_sym_AMP, + ACTIONS(4529), 1, + anon_sym_CARET, + ACTIONS(4531), 1, + anon_sym_PIPE, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, anon_sym_LT, - STATE(3509), 1, + ACTIONS(4547), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4549), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(3735), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4517), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4543), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3585), 11, + ACTIONS(4541), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [51596] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3884), 1, + anon_sym_LPAREN, + STATE(1884), 1, + sym_arguments, + ACTIONS(3607), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3587), 17, + anon_sym_DASH_DASH, + ACTIONS(3609), 26, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -151126,50 +152668,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_implements, - [48582] = 13, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [51650] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4427), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, + anon_sym_AMP_AMP, + ACTIONS(4521), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, + anon_sym_AMP, + ACTIONS(4529), 1, + anon_sym_CARET, + ACTIONS(4531), 1, + anon_sym_PIPE, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, anon_sym_LT, - STATE(3509), 1, + ACTIONS(4547), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4549), 1, + sym__ternary_qmark, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(3741), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4517), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4543), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3670), 12, + ACTIONS(4541), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [51760] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(4553), 1, + anon_sym_PIPE, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(3814), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3672), 19, + anon_sym_DASH_DASH, + ACTIONS(3816), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -151183,272 +152795,286 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [48653] = 32, + [51816] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, + anon_sym_AMP, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4549), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + ACTIONS(4557), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3596), 3, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48762] = 32, + [51926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3822), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3824), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - ACTIONS(4273), 1, + 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, - ACTIONS(4275), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [51976] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3826), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3594), 3, + anon_sym_DASH_DASH, + ACTIONS(3828), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4248), 3, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [48871] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52026] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4559), 1, + anon_sym_RPAREN, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3592), 3, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4248), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48980] = 7, + [52138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3502), 1, - anon_sym_LBRACK, - ACTIONS(3508), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3505), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3496), 10, + ACTIONS(3826), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 26, + anon_sym_DASH_DASH, + ACTIONS(3828), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -151465,42 +153091,37 @@ 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, anon_sym_satisfies, - [49039] = 7, + anon_sym_extends, + [52188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(3510), 1, - anon_sym_LBRACK, - ACTIONS(1995), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3513), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1423), 10, + ACTIONS(3826), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 26, + anon_sym_DASH_DASH, + ACTIONS(3828), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -151517,790 +153138,792 @@ 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, anon_sym_satisfies, - [49098] = 32, + anon_sym_extends, + [52238] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3838), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3840), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4107), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, - anon_sym_GT_GT, - ACTIONS(4115), 1, - anon_sym_AMP, - ACTIONS(4117), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4119), 1, - anon_sym_PIPE, - ACTIONS(4123), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, - sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52288] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3838), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4103), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4121), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3592), 3, - anon_sym_LBRACE, + anon_sym_DASH_DASH, + ACTIONS(3840), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [49207] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - ACTIONS(4273), 1, + 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, - ACTIONS(4275), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52338] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3838), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3658), 3, + anon_sym_DASH_DASH, + ACTIONS(3840), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4248), 3, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [49316] = 34, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52388] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(1622), 1, + ACTIONS(3849), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3851), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - ACTIONS(3278), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(4430), 1, - anon_sym_RPAREN, - STATE(3509), 1, - sym_type_arguments, - STATE(3671), 1, - aux_sym_array_repeat1, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + [52438] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3849), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [49429] = 34, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(1622), 1, + ACTIONS(3851), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - ACTIONS(3278), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(4432), 1, - anon_sym_RBRACK, - STATE(3509), 1, - sym_type_arguments, - STATE(3606), 1, - aux_sym_array_repeat1, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + [52488] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3849), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [49542] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3851), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3829), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3833), 1, anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3892), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3894), 1, anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, - anon_sym_AMP, - ACTIONS(3898), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3900), 1, - anon_sym_PIPE, - ACTIONS(3908), 1, + 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, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, - sym__ternary_qmark, - ACTIONS(4309), 1, - anon_sym_COMMA, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52538] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3853), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3904), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4434), 2, + anon_sym_DASH_DASH, + ACTIONS(3855), 28, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [49653] = 33, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3868), 1, - anon_sym_STAR_STAR, - ACTIONS(3872), 1, - anon_sym_LT, - ACTIONS(3874), 1, - anon_sym_GT_GT, - ACTIONS(3880), 1, - anon_sym_PERCENT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(1983), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3892), 1, - anon_sym_AMP_AMP, - ACTIONS(3894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3896), 1, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, - ACTIONS(3898), 1, - anon_sym_CARET, - ACTIONS(3900), 1, anon_sym_PIPE, - ACTIONS(3908), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(3912), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1981), 28, + sym__automatic_semicolon, sym__ternary_qmark, - ACTIONS(4309), 1, + anon_sym_as, anon_sym_COMMA, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3805), 2, - sym__automatic_semicolon, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3870), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3876), 2, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3878), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3890), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3904), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3906), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3902), 3, + 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, - [49764] = 23, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52638] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4111), 1, - anon_sym_GT_GT, - ACTIONS(4123), 1, - anon_sym_PERCENT, - ACTIONS(4125), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4277), 1, + ACTIONS(4561), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4103), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4121), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, + ACTIONS(3566), 17, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + 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, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 3, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_satisfies, + [52712] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3866), 14, + anon_sym_STAR, anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4127), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 10, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3868), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_implements, - [49855] = 32, + anon_sym_extends, + [52762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3870), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3872), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4107), 1, anon_sym_AMP_AMP, - ACTIONS(4109), 1, anon_sym_PIPE_PIPE, - ACTIONS(4111), 1, - anon_sym_GT_GT, - ACTIONS(4115), 1, - anon_sym_AMP, - ACTIONS(4117), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4119), 1, - anon_sym_PIPE, - ACTIONS(4123), 1, anon_sym_PERCENT, - ACTIONS(4125), 1, anon_sym_STAR_STAR, - ACTIONS(4133), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(4135), 1, - sym__ternary_qmark, - ACTIONS(4277), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4097), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52812] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3874), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4103), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4113), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4121), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4129), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3594), 3, - anon_sym_LBRACE, + anon_sym_DASH_DASH, + ACTIONS(3876), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4127), 3, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [49964] = 28, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3470), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3472), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + 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(4230), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [52912] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3470), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 7, + anon_sym_DASH_DASH, + ACTIONS(3472), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - [50065] = 33, + anon_sym_extends, + [52962] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3470), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3472), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4436), 1, - anon_sym_RBRACK, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + [53012] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3834), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3836), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [50175] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [53062] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 13, + ACTIONS(3834), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3686), 29, + anon_sym_DASH_DASH, + ACTIONS(3836), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152326,32 +153949,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, anon_sym_satisfies, anon_sym_extends, - [50225] = 5, + [53112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(4142), 1, - sym__automatic_semicolon, - ACTIONS(1421), 13, + ACTIONS(3834), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1419), 27, + anon_sym_DASH_DASH, + ACTIONS(3836), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -152376,229 +153996,186 @@ 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, anon_sym_satisfies, - [50279] = 32, + anon_sym_extends, + [53162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3830), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3832), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3829), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3833), 1, anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(4446), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4456), 1, - anon_sym_PIPE, - ACTIONS(4460), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3660), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [53212] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3830), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + anon_sym_DASH_DASH, + ACTIONS(3832), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [50387] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [53262] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, - anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(4539), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3614), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [50495] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4474), 1, - anon_sym_AMP, - ACTIONS(4476), 1, - anon_sym_PIPE, - ACTIONS(4478), 1, - anon_sym_extends, - ACTIONS(3807), 11, - anon_sym_STAR, + ACTIONS(3564), 7, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3809), 28, + ACTIONS(3566), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [50551] = 3, + [53346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3799), 13, + ACTIONS(3830), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 29, + anon_sym_DASH_DASH, + ACTIONS(3832), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152624,28 +154201,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50601] = 3, + [53396] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2555), 13, + ACTIONS(3818), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2557), 29, + anon_sym_DASH_DASH, + ACTIONS(3820), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152671,121 +154248,115 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50651] = 33, + [53446] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - ACTIONS(3803), 1, + ACTIONS(3573), 1, anon_sym_COMMA, - ACTIONS(4480), 1, + ACTIONS(4564), 1, anon_sym_RBRACK, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [50761] = 9, + [53558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3502), 1, - anon_sym_LBRACK, - ACTIONS(3508), 1, - anon_sym_extends, - ACTIONS(4410), 1, - anon_sym_RPAREN, - ACTIONS(3498), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3505), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4177), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(3496), 11, + ACTIONS(1999), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 22, + anon_sym_DASH_DASH, + ACTIONS(1997), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -152802,155 +154373,173 @@ 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, anon_sym_satisfies, - [50823] = 32, + anon_sym_extends, + [53608] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(4454), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(4456), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(4539), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3658), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [50931] = 6, + ACTIONS(3566), 8, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [53706] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 1, - anon_sym_extends, - ACTIONS(3936), 2, - anon_sym_COMMA, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3939), 3, - anon_sym_GT, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4519), 1, + anon_sym_AMP_AMP, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, anon_sym_AMP, + ACTIONS(4529), 1, + anon_sym_CARET, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(2931), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4515), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4517), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 7, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, anon_sym_satisfies, - [50987] = 5, + [53806] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, - anon_sym_AMP, - ACTIONS(4476), 1, - anon_sym_PIPE, - ACTIONS(3516), 11, + ACTIONS(3055), 1, + anon_sym_EQ, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3518), 29, + anon_sym_DASH_DASH, + ACTIONS(2951), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152976,41 +154565,40 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [51041] = 6, + [53858] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3340), 1, - anon_sym_extends, - ACTIONS(3942), 2, - anon_sym_COMMA, + ACTIONS(4021), 1, anon_sym_LBRACK, - ACTIONS(3945), 3, + ACTIONS(3412), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4024), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153027,43 +154615,43 @@ 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, anon_sym_satisfies, - [51097] = 7, + [53914] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 1, - anon_sym_EQ, - ACTIONS(3542), 1, - anon_sym_extends, - ACTIONS(3936), 2, - anon_sym_COMMA, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(4079), 1, + anon_sym_QMARK_DOT, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(1496), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 25, + anon_sym_DASH_DASH, + ACTIONS(1498), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -153078,316 +154666,392 @@ 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, anon_sym_satisfies, - [51155] = 3, + [53972] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(3536), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4561), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4515), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4533), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 8, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3538), 29, + ACTIONS(3566), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - [51205] = 3, + [54052] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4515), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4517), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3546), 29, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4541), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - [51255] = 6, + [54144] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(4476), 1, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3564), 2, + anon_sym_BANG, anon_sym_PIPE, - ACTIONS(4478), 1, - anon_sym_extends, - ACTIONS(3767), 11, + ACTIONS(4515), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4517), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3769), 28, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 9, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [51311] = 32, + [54238] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3886), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(4446), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(4454), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(4456), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4566), 1, + anon_sym_RBRACE, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3446), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [51419] = 33, + [54350] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4482), 1, - anon_sym_RBRACE, - STATE(3509), 1, + ACTIONS(4539), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [51529] = 3, + ACTIONS(3566), 8, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [54446] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3712), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4561), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4515), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 10, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -153395,55 +155059,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3714), 29, + ACTIONS(3566), 16, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_as, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_extends, - [51579] = 4, + [54524] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, + ACTIONS(4551), 1, anon_sym_AMP, - ACTIONS(3716), 12, + ACTIONS(4553), 1, + anon_sym_PIPE, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(3803), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3718), 29, + anon_sym_DASH_DASH, + ACTIONS(3805), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -153469,28 +155124,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [51631] = 3, + [54580] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 13, + ACTIONS(3803), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3546), 29, + anon_sym_DASH_DASH, + ACTIONS(3805), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -153516,28 +155170,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51681] = 3, + [54630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 13, + ACTIONS(3799), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3734), 29, + anon_sym_DASH_DASH, + ACTIONS(3801), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -153563,28 +155217,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, anon_sym_satisfies, anon_sym_extends, - [51731] = 3, + [54680] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 13, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(4553), 1, + anon_sym_PIPE, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(3795), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3546), 29, + anon_sym_DASH_DASH, + ACTIONS(3797), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -153610,37 +155268,40 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [51781] = 3, + [54736] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 13, + ACTIONS(4024), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4021), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3412), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3573), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153657,37 +155318,40 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [51831] = 3, + [54792] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 13, + ACTIONS(4159), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4156), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3647), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(3994), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3738), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3996), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153704,41 +155368,40 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [51881] = 6, + [54848] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, - anon_sym_AMP, - ACTIONS(4476), 1, - anon_sym_PIPE, - ACTIONS(4478), 1, - anon_sym_extends, - ACTIONS(3736), 11, + ACTIONS(4572), 1, + sym_regex_flags, + ACTIONS(4568), 17, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3738), 28, - sym__automatic_semicolon, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(4570), 24, sym__ternary_qmark, - anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153753,40 +155416,40 @@ 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, - anon_sym_satisfies, - [51937] = 4, + [54900] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(2931), 13, + ACTIONS(4153), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4150), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3599), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153803,38 +155466,44 @@ 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, anon_sym_satisfies, - [51989] = 4, + [54956] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3760), 1, - anon_sym_DOT, - ACTIONS(3756), 13, + ACTIONS(3412), 1, + anon_sym_extends, + ACTIONS(4021), 1, + anon_sym_LBRACK, + ACTIONS(4578), 1, + anon_sym_RPAREN, + ACTIONS(4024), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4574), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4576), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3758), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -153850,53 +155519,46 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [52041] = 13, + [55018] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3546), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(4484), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3670), 12, + ACTIONS(3552), 1, + anon_sym_extends, + ACTIONS(3629), 1, + anon_sym_QMARK, + ACTIONS(4509), 1, + anon_sym_COLON, + ACTIONS(3549), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4467), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(3540), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3672), 18, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3544), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -153910,34 +155572,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [52111] = 3, + [55082] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 13, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(1993), 1, + anon_sym_extends, + ACTIONS(1995), 1, + anon_sym_QMARK, + ACTIONS(3554), 1, + anon_sym_LBRACK, + ACTIONS(4503), 1, + anon_sym_COLON, + ACTIONS(3557), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4290), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1395), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3765), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1399), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153954,75 +155627,91 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [52161] = 3, + [55146] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(3771), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4561), 1, anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3773), 29, + ACTIONS(3566), 15, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, - anon_sym_satisfies, - anon_sym_extends, - [52211] = 3, + [55226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 13, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(1395), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3777), 29, + anon_sym_DASH_DASH, + ACTIONS(1399), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -154048,28 +155737,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [52261] = 3, + [55278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3779), 13, + ACTIONS(3611), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3781), 29, + anon_sym_DASH_DASH, + ACTIONS(3613), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -154095,28 +155783,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52311] = 3, + [55328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3787), 13, + ACTIONS(3376), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3789), 29, + anon_sym_DASH_DASH, + ACTIONS(3378), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -154142,28 +155830,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52361] = 3, + [55378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3795), 13, + ACTIONS(3791), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3797), 29, + anon_sym_DASH_DASH, + ACTIONS(3793), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -154189,28 +155877,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52411] = 3, + [55428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2005), 13, + ACTIONS(3787), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2003), 29, + anon_sym_DASH_DASH, + ACTIONS(3789), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -154236,429 +155924,131 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52461] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4487), 1, - anon_sym_RPAREN, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [52571] = 33, + [55478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, - anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - ACTIONS(4489), 1, - anon_sym_SEMI, - ACTIONS(4491), 1, - sym__automatic_semicolon, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(3783), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4466), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [52681] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4493), 1, - anon_sym_RPAREN, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [52791] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4495), 1, - anon_sym_RPAREN, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [52901] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3785), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4497), 1, - anon_sym_RPAREN, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + [55528] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3779), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3781), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [53011] = 9, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [55578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1995), 1, - anon_sym_extends, - ACTIONS(3510), 1, - anon_sym_LBRACK, - ACTIONS(4328), 1, - anon_sym_RPAREN, - ACTIONS(1425), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3513), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4204), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1423), 11, + ACTIONS(3783), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 22, + anon_sym_DASH_DASH, + ACTIONS(3785), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -154675,190 +156065,175 @@ 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, anon_sym_satisfies, - [53073] = 33, + anon_sym_extends, + [55628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3779), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3781), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4499), 1, - anon_sym_RBRACE, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + [55678] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3775), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [53183] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3777), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4501), 1, - anon_sym_RBRACE, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + [55728] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3771), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3773), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [53293] = 5, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [55778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 1, - anon_sym_LPAREN, - STATE(1993), 1, - sym_arguments, - ACTIONS(3720), 13, + ACTIONS(3775), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3722), 27, + anon_sym_DASH_DASH, + ACTIONS(3777), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, @@ -154878,103 +156253,122 @@ 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, anon_sym_satisfies, - [53347] = 32, + anon_sym_extends, + [55828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3771), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3773), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + anon_sym_extends, + [55878] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3767), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4503), 2, + ACTIONS(3769), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [53455] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [55928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3748), 13, + ACTIONS(3763), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3750), 29, + anon_sym_DASH_DASH, + ACTIONS(3765), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155000,108 +156394,37 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53505] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3255), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4515), 1, - anon_sym_readonly, - STATE(2313), 1, - sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4513), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [53587] = 10, + [55978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(1995), 1, - anon_sym_extends, - ACTIONS(1997), 1, - anon_sym_QMARK, - ACTIONS(3510), 1, - anon_sym_LBRACK, - ACTIONS(4399), 1, - anon_sym_COLON, - ACTIONS(3513), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4328), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1423), 11, + ACTIONS(3767), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 22, + anon_sym_DASH_DASH, + ACTIONS(3769), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -155118,44 +156441,37 @@ 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, anon_sym_satisfies, - [53651] = 10, + anon_sym_extends, + [56028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3502), 1, - anon_sym_LBRACK, - ACTIONS(3508), 1, - anon_sym_extends, - ACTIONS(3624), 1, - anon_sym_QMARK, - ACTIONS(4414), 1, - anon_sym_COLON, - ACTIONS(3505), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4410), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(3496), 11, + ACTIONS(3763), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 22, + anon_sym_DASH_DASH, + ACTIONS(3765), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -155172,27 +156488,28 @@ 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, anon_sym_satisfies, - [53715] = 3, + anon_sym_extends, + [56078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 13, + ACTIONS(3759), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3815), 29, + anon_sym_DASH_DASH, + ACTIONS(3761), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155218,30 +156535,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53765] = 4, + [56128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4519), 1, - anon_sym_LBRACK, - ACTIONS(3791), 13, + ACTIONS(3755), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3793), 28, + anon_sym_DASH_DASH, + ACTIONS(3757), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155250,6 +156565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -155266,28 +156582,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53817] = 3, + [56178] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 13, + ACTIONS(1987), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3573), 29, + anon_sym_DASH_DASH, + ACTIONS(1985), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155313,28 +156629,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, anon_sym_satisfies, anon_sym_extends, - [53867] = 3, + [56228] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3783), 13, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(4553), 1, + anon_sym_PIPE, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(3577), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3785), 29, + anon_sym_DASH_DASH, + ACTIONS(3579), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155360,33 +156680,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [53917] = 6, + [56284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3530), 1, - anon_sym_extends, - ACTIONS(4519), 1, - anon_sym_LBRACK, - ACTIONS(3528), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3752), 11, + ACTIONS(2595), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3754), 27, + anon_sym_DASH_DASH, + ACTIONS(2597), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155395,6 +156709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -155411,81 +156726,186 @@ 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, anon_sym_satisfies, - [53973] = 6, + anon_sym_extends, + [56334] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3942), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3340), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3945), 3, - anon_sym_GT, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(2931), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4581), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [56446] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - [54029] = 6, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4583), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [56558] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, - anon_sym_AMP, - ACTIONS(4476), 1, - anon_sym_PIPE, - ACTIONS(4478), 1, - anon_sym_extends, - ACTIONS(3744), 11, + ACTIONS(4585), 1, + anon_sym_LBRACK, + ACTIONS(3601), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3746), 28, + anon_sym_DASH_DASH, + ACTIONS(3603), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155494,7 +156914,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -155511,99 +156930,184 @@ 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, anon_sym_satisfies, - [54085] = 28, + anon_sym_extends, + [56610] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(4446), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(4454), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(4456), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4587), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 6, - sym__automatic_semicolon, - sym__ternary_qmark, + [56722] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, anon_sym_as, - anon_sym_SEMI, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - [54185] = 3, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4589), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [56834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 13, + ACTIONS(3410), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3573), 29, + anon_sym_DASH_DASH, + ACTIONS(3412), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155629,133 +157133,284 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54235] = 3, + [56884] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3740), 13, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, anon_sym_GT_GT, + ACTIONS(3502), 1, anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4591), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3742), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [56996] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_extends, - [54285] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3575), 13, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4593), 1, + anon_sym_RBRACK, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3490), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3577), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [57108] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_extends, - [54335] = 3, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4595), 1, + anon_sym_RPAREN, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [57220] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(4597), 1, + anon_sym_LT, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3842), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 29, + anon_sym_DASH_DASH, + ACTIONS(3844), 19, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -155770,28 +157425,26 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [54385] = 3, + [57288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 13, + ACTIONS(3597), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3577), 29, + anon_sym_DASH_DASH, + ACTIONS(3599), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155817,57 +157470,46 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54435] = 16, + [57338] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(1993), 1, + anon_sym_extends, + ACTIONS(3554), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4521), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3585), 11, + ACTIONS(4600), 1, + anon_sym_RPAREN, + ACTIONS(1397), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(3557), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4503), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(1395), 12, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3587), 16, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1399), 21, sym__ternary_qmark, - anon_sym_SEMI, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -155881,60 +157523,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [54511] = 21, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [57400] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4448), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4460), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - STATE(3455), 1, + ACTIONS(4539), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3677), 5, + ACTIONS(3564), 5, anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 11, + ACTIONS(3566), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155946,24 +157592,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [54597] = 3, + [57488] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 13, + ACTIONS(3591), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3577), 29, + anon_sym_DASH_DASH, + ACTIONS(3593), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155989,28 +157636,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54647] = 3, + [57538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3581), 13, + ACTIONS(2731), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3583), 29, + anon_sym_DASH_DASH, + ACTIONS(2733), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156036,28 +157683,94 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54697] = 3, + [57588] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3277), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4613), 1, + anon_sym_readonly, + STATE(2324), 1, + sym_override_modifier, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [57672] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3494), 13, + ACTIONS(4083), 1, + anon_sym_EQ, + ACTIONS(4081), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3492), 29, + anon_sym_DASH_DASH, + ACTIONS(4085), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156083,28 +157796,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [54747] = 3, + [57724] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1993), 13, + ACTIONS(3751), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1991), 29, + anon_sym_DASH_DASH, + ACTIONS(3753), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156130,226 +157842,173 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54797] = 17, + [57774] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4524), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 11, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(3747), 13, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 15, + anon_sym_DASH_DASH, + ACTIONS(3749), 28, sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, - [54875] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [57826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3743), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4452), 1, anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3579), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [54983] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + anon_sym_DASH_DASH, + ACTIONS(3745), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3829), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3833), 1, anon_sym_DOT, - ACTIONS(4460), 1, + anon_sym_QMARK_DOT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, anon_sym_PERCENT, - ACTIONS(4462), 1, anon_sym_STAR_STAR, - ACTIONS(4524), 1, - anon_sym_LT, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, + anon_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(4438), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [57876] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(4553), 1, + anon_sym_PIPE, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(3737), 12, anon_sym_STAR, - anon_sym_SLASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 16, + anon_sym_DASH_DASH, + ACTIONS(3739), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [55059] = 4, + [57932] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, - anon_sym_AMP, - ACTIONS(3548), 12, + ACTIONS(3737), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3550), 29, + anon_sym_DASH_DASH, + ACTIONS(3739), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156375,28 +158034,30 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55111] = 3, + [57982] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(3732), 1, + anon_sym_DOT, + ACTIONS(3725), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3652), 29, + anon_sym_DASH_DASH, + ACTIONS(3727), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156406,7 +158067,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156422,105 +158082,103 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55161] = 33, + [58034] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4527), 1, - anon_sym_RPAREN, - STATE(3509), 1, + ACTIONS(4539), 1, + anon_sym_LT, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [55271] = 3, + ACTIONS(3566), 6, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_SEMI, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [58136] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3624), 13, + ACTIONS(3729), 1, + anon_sym_DOT, + ACTIONS(3725), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3508), 29, + anon_sym_DASH_DASH, + ACTIONS(3727), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156530,7 +158188,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156546,44 +158203,37 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55321] = 9, + [58188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3022), 1, - anon_sym_EQ, - ACTIONS(3049), 1, - anon_sym_QMARK, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3046), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(3542), 2, - anon_sym_RPAREN, - anon_sym_extends, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 11, + ACTIONS(3721), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(3723), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -156600,40 +158250,41 @@ 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, anon_sym_satisfies, - [55383] = 9, + anon_sym_extends, + [58238] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3340), 1, - anon_sym_extends, - ACTIONS(3942), 1, + ACTIONS(3546), 1, anon_sym_LBRACK, - ACTIONS(4534), 1, + ACTIONS(3552), 1, + anon_sym_extends, + ACTIONS(4617), 1, anon_sym_RPAREN, - ACTIONS(3945), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4529), 2, + ACTIONS(3542), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(4531), 2, + ACTIONS(3549), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4509), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(2931), 11, + ACTIONS(3540), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(3544), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -156653,254 +158304,260 @@ 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, anon_sym_satisfies, - [55445] = 4, + [58300] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(4538), 1, - anon_sym_DOT, - ACTIONS(3565), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3567), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_extends, - [55497] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1997), 13, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4620), 1, + anon_sym_RBRACE, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3490), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1995), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [58412] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - anon_sym_extends, - [55547] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(4540), 1, - anon_sym_LT, - STATE(3455), 1, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4622), 1, + anon_sym_COLON, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3554), 12, + ACTIONS(3482), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3556), 20, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - 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, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - [55615] = 32, + [58524] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(4446), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(4454), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(4456), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, + ACTIONS(4549), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(3675), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4543), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [55723] = 3, + [58634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2009), 13, + ACTIONS(3717), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2007), 29, + anon_sym_DASH_DASH, + ACTIONS(3719), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156926,28 +158583,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55773] = 3, + [58684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 13, + ACTIONS(3711), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3600), 29, + anon_sym_DASH_DASH, + ACTIONS(3713), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156973,28 +158630,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55823] = 3, + [58734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3708), 13, + ACTIONS(3707), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3710), 29, + anon_sym_DASH_DASH, + ACTIONS(3709), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157020,28 +158677,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55873] = 3, + [58784] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3704), 13, + ACTIONS(3703), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3706), 29, + anon_sym_DASH_DASH, + ACTIONS(3705), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157067,28 +158724,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55923] = 3, + [58834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 13, + ACTIONS(3699), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3604), 29, + anon_sym_DASH_DASH, + ACTIONS(3701), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157114,28 +158771,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55973] = 3, + [58884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3606), 13, + ACTIONS(3695), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3608), 29, + anon_sym_DASH_DASH, + ACTIONS(3697), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157161,122 +158818,105 @@ 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, anon_sym_satisfies, anon_sym_extends, - [56023] = 3, + [58934] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3612), 29, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3888), 1, anon_sym_LBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, anon_sym_AMP_AMP, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, + anon_sym_AMP, + ACTIONS(4529), 1, anon_sym_CARET, + ACTIONS(4531), 1, + anon_sym_PIPE, + ACTIONS(4535), 1, anon_sym_PERCENT, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [56073] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3610), 13, + ACTIONS(4549), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3677), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4517), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3612), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [56123] = 3, + [59044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 13, + ACTIONS(3691), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3612), 29, + anon_sym_DASH_DASH, + ACTIONS(3693), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157302,28 +158942,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [56173] = 3, + [59094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 13, + ACTIONS(3687), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3618), 29, + anon_sym_DASH_DASH, + ACTIONS(3689), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157349,28 +158989,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [56223] = 3, + [59144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 13, + ACTIONS(1991), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3618), 29, + anon_sym_DASH_DASH, + ACTIONS(1989), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157396,279 +159036,272 @@ 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, anon_sym_satisfies, anon_sym_extends, - [56273] = 3, + [59194] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3618), 29, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3888), 1, anon_sym_LBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, anon_sym_AMP_AMP, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, + anon_sym_AMP, + ACTIONS(4529), 1, anon_sym_CARET, + ACTIONS(4531), 1, + anon_sym_PIPE, + ACTIONS(4535), 1, anon_sym_PERCENT, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [56323] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3620), 13, + ACTIONS(4549), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3617), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4517), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3622), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [56373] = 3, + [59304] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3622), 29, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3888), 1, anon_sym_LBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, anon_sym_AMP_AMP, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, + anon_sym_AMP, + ACTIONS(4529), 1, anon_sym_CARET, + ACTIONS(4531), 1, + anon_sym_PIPE, + ACTIONS(4535), 1, anon_sym_PERCENT, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [56423] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3620), 13, + ACTIONS(4549), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3615), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4517), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3622), 29, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [59414] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3888), 1, anon_sym_LBRACK, + ACTIONS(3890), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, anon_sym_AMP_AMP, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, + anon_sym_AMP, + ACTIONS(4529), 1, anon_sym_CARET, + ACTIONS(4531), 1, + anon_sym_PIPE, + ACTIONS(4535), 1, anon_sym_PERCENT, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [56473] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3626), 13, + ACTIONS(4549), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(3589), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4517), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3628), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [56523] = 9, + [59524] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1995), 1, + ACTIONS(3599), 1, anon_sym_extends, - ACTIONS(3510), 1, + ACTIONS(4150), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(4545), 1, - anon_sym_RPAREN, - ACTIONS(1425), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3513), 2, + ACTIONS(4153), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4399), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1423), 11, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 22, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -157685,36 +159318,40 @@ 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, anon_sym_satisfies, - [56585] = 3, + [59580] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 13, + ACTIONS(3412), 1, + anon_sym_extends, + ACTIONS(4021), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(4024), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3698), 29, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -157731,37 +159368,41 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [56635] = 3, + [59636] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 13, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3599), 1, + anon_sym_extends, + ACTIONS(4150), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(4153), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1999), 29, + anon_sym_DASH_DASH, + ACTIONS(2951), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -157778,28 +159419,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [56685] = 3, + [59694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 13, + ACTIONS(3474), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3694), 29, + anon_sym_DASH_DASH, + ACTIONS(3476), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157825,37 +159465,44 @@ 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, anon_sym_satisfies, anon_sym_extends, - [56735] = 3, + [59744] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 13, + ACTIONS(3546), 1, + anon_sym_LBRACK, + ACTIONS(3552), 1, + anon_sym_extends, + ACTIONS(4467), 1, + anon_sym_RPAREN, + ACTIONS(3542), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(3549), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3937), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(3540), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3698), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3544), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -157872,28 +159519,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [56785] = 3, + [59806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 13, + ACTIONS(3390), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3694), 29, + anon_sym_DASH_DASH, + ACTIONS(3392), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157919,28 +159565,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, anon_sym_satisfies, anon_sym_extends, - [56835] = 3, + [59856] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 13, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(4553), 1, + anon_sym_PIPE, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(3641), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3690), 29, + anon_sym_DASH_DASH, + ACTIONS(3643), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157966,41 +159616,118 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [56885] = 9, + [59912] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3340), 1, - anon_sym_extends, - ACTIONS(3942), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(4550), 1, - anon_sym_RPAREN, - ACTIONS(3945), 2, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4529), 2, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4624), 1, + anon_sym_RBRACK, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [60024] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1993), 1, + anon_sym_extends, + ACTIONS(3554), 1, + anon_sym_LBRACK, + ACTIONS(4290), 1, + anon_sym_RPAREN, + ACTIONS(1397), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(4548), 2, + ACTIONS(3557), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4137), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(2931), 11, + ACTIONS(1395), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(1399), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -158020,359 +159747,599 @@ 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, anon_sym_satisfies, - [56947] = 9, + [60086] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, - anon_sym_QMARK, - ACTIONS(3073), 1, - anon_sym_EQ, - ACTIONS(3936), 1, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3076), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(3542), 2, - anon_sym_RPAREN, - anon_sym_extends, - ACTIONS(3939), 2, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, + anon_sym_AMP_AMP, + ACTIONS(4521), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, anon_sym_AMP, + ACTIONS(4529), 1, + anon_sym_CARET, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(2931), 11, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4549), 1, + sym__ternary_qmark, + ACTIONS(4626), 1, + anon_sym_SEMI, + ACTIONS(4628), 1, + sym__automatic_semicolon, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4515), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4517), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [60198] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, anon_sym_PERCENT, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(4241), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, + [60308] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - [57009] = 19, + ACTIONS(3530), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4101), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [60418] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(3200), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, + anon_sym_AMP_AMP, + ACTIONS(3496), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3498), 1, + anon_sym_GT_GT, + ACTIONS(3502), 1, + anon_sym_AMP, + ACTIONS(3504), 1, + anon_sym_CARET, + ACTIONS(3506), 1, + anon_sym_PIPE, + ACTIONS(3510), 1, + anon_sym_PERCENT, + ACTIONS(3512), 1, + anon_sym_STAR_STAR, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3530), 1, + sym__ternary_qmark, + ACTIONS(3573), 1, anon_sym_COMMA, - ACTIONS(3246), 1, + ACTIONS(4630), 1, anon_sym_RBRACE, - ACTIONS(4505), 1, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3482), 2, anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4515), 1, - anon_sym_readonly, - STATE(2313), 1, - sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4513), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [57091] = 32, + anon_sym_SLASH, + ACTIONS(3490), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3500), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3508), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3518), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3520), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3516), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [60530] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(4446), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(4454), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(4456), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, + ACTIONS(4549), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3552), 2, + ACTIONS(3486), 2, sym__automatic_semicolon, anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57199] = 19, + [60640] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3212), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4515), 1, - anon_sym_readonly, - STATE(2313), 1, - sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4513), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, + anon_sym_AMP_AMP, + ACTIONS(4521), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4523), 1, + anon_sym_GT_GT, + ACTIONS(4527), 1, + anon_sym_AMP, + ACTIONS(4529), 1, + anon_sym_CARET, + ACTIONS(4531), 1, + anon_sym_PIPE, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [57281] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2547), 13, + ACTIONS(4547), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4549), 1, + sym__ternary_qmark, + ACTIONS(4632), 1, + anon_sym_SEMI, + ACTIONS(4634), 1, + sym__automatic_semicolon, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4515), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4517), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4543), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [60752] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3888), 1, + anon_sym_LBRACK, + ACTIONS(3890), 1, + anon_sym_DOT, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, + anon_sym_AMP_AMP, + ACTIONS(4521), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4523), 1, anon_sym_GT_GT, + ACTIONS(4527), 1, anon_sym_AMP, + ACTIONS(4529), 1, + anon_sym_CARET, + ACTIONS(4531), 1, anon_sym_PIPE, + ACTIONS(4535), 1, + anon_sym_PERCENT, + ACTIONS(4537), 1, + anon_sym_STAR_STAR, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4549), 1, + sym__ternary_qmark, + STATE(1553), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4515), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4517), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4525), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2549), 29, + ACTIONS(4545), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4636), 2, sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4541), 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [57331] = 19, + [60862] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, anon_sym_override, - ACTIONS(3200), 1, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3241), 1, + ACTIONS(3265), 1, anon_sym_RBRACE, - ACTIONS(4505), 1, + ACTIONS(4603), 1, anon_sym_STAR, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4509), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4511), 1, + ACTIONS(4609), 1, anon_sym_async, - ACTIONS(4515), 1, + ACTIONS(4613), 1, anon_sym_readonly, - STATE(2313), 1, + STATE(2324), 1, sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(4513), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, sym_number, sym_private_property_identifier, - ACTIONS(4517), 2, + ACTIONS(4615), 2, anon_sym_get, anon_sym_set, - STATE(2528), 3, + STATE(2600), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, + ACTIONS(3166), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -158388,235 +160355,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [57413] = 32, + [60946] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3886), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(4446), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(4454), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(4456), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3630), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - ACTIONS(4438), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4466), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [57521] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, - anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3455), 1, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4638), 1, + anon_sym_RBRACK, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3811), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57629] = 6, + [61058] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4084), 1, - anon_sym_LBRACK, - ACTIONS(3730), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(4087), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4080), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, anon_sym_LT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4082), 26, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3253), 1, anon_sym_RBRACE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4613), 1, + anon_sym_readonly, + STATE(2324), 1, + sym_override_modifier, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, - anon_sym_of, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [57685] = 5, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [61142] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - STATE(2396), 1, - sym_arguments, - ACTIONS(2931), 13, + ACTIONS(1995), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 27, + anon_sym_DASH_DASH, + ACTIONS(1993), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, @@ -158636,39 +160541,37 @@ 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, anon_sym_satisfies, - [57739] = 5, + anon_sym_extends, + [61192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3492), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3494), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(3532), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, + anon_sym_DASH_DASH, + ACTIONS(3534), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -158685,33 +160588,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, anon_sym_satisfies, - [57793] = 6, + anon_sym_extends, + [61242] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3730), 1, + ACTIONS(3647), 1, anon_sym_extends, - ACTIONS(4084), 2, + ACTIONS(4156), 2, anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(4087), 3, + ACTIONS(4159), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4080), 10, + ACTIONS(3994), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 26, + anon_sym_DASH_DASH, + ACTIONS(3996), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -158735,43 +160639,39 @@ 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, anon_sym_satisfies, - [57849] = 9, + [61298] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3502), 1, + ACTIONS(3536), 3, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3508), 1, anon_sym_extends, - ACTIONS(4553), 1, - anon_sym_RPAREN, - ACTIONS(3498), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3505), 2, + ACTIONS(3538), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4414), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(3496), 11, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 22, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -158788,89 +160688,41 @@ 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, anon_sym_satisfies, - [57911] = 6, + [61352] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3936), 3, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3028), 1, + anon_sym_EQ, + ACTIONS(4150), 1, anon_sym_LBRACK, - ACTIONS(3542), 4, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3599), 2, + anon_sym_COMMA, anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2931), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, + ACTIONS(4153), 3, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 22, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [57967] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3494), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3492), 7, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2931), 11, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(2951), 24, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -158887,287 +160739,57 @@ 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, - anon_sym_satisfies, - [58021] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4556), 1, - anon_sym_RBRACK, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [58131] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, - anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - ACTIONS(4558), 1, - anon_sym_SEMI, - ACTIONS(4560), 1, - sym__automatic_semicolon, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4466), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [58241] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, - anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4224), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(4438), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4466), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [58349] = 19, + [61410] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, anon_sym_override, - ACTIONS(3200), 1, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3203), 1, + ACTIONS(3260), 1, anon_sym_RBRACE, - ACTIONS(4505), 1, + ACTIONS(4603), 1, anon_sym_STAR, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4509), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4511), 1, + ACTIONS(4609), 1, anon_sym_async, - ACTIONS(4515), 1, + ACTIONS(4613), 1, anon_sym_readonly, - STATE(2313), 1, + STATE(2324), 1, sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3716), 1, aux_sym_object_repeat1, - ACTIONS(4513), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, sym_number, sym_private_property_identifier, - ACTIONS(4517), 2, + ACTIONS(4615), 2, anon_sym_get, anon_sym_set, - STATE(2528), 3, + STATE(2600), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, + ACTIONS(3166), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -159183,24 +160805,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [58431] = 3, + [61494] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 13, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(4553), 1, + anon_sym_PIPE, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(3653), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3686), 29, + anon_sym_DASH_DASH, + ACTIONS(3655), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -159226,41 +160853,40 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [58481] = 6, + [61550] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 2, + ACTIONS(4551), 1, anon_sym_AMP, + ACTIONS(4553), 1, anon_sym_PIPE, - ACTIONS(4084), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3730), 4, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(4555), 1, anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(4080), 11, + ACTIONS(3649), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 22, + anon_sym_DASH_DASH, + ACTIONS(3651), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -159277,486 +160903,397 @@ 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, anon_sym_satisfies, - [58537] = 32, + [61606] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(4446), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(4454), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(4456), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, + ACTIONS(4549), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(3587), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4562), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58645] = 32, + [61716] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(3573), 1, + anon_sym_COMMA, + ACTIONS(4640), 1, + anon_sym_RPAREN, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4009), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58753] = 25, + [61828] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(2963), 1, + anon_sym_EQ, + ACTIONS(2947), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 8, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 27, sym__ternary_qmark, anon_sym_as, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [58847] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3284), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4045), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [58955] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [61880] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(4446), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(4454), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(4456), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(4460), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(4462), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(4470), 1, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, + ACTIONS(4549), 1, sym__ternary_qmark, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3596), 2, + ACTIONS(3857), 2, sym__automatic_semicolon, anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4440), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(4464), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59063] = 33, + [61990] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - ACTIONS(3803), 1, + ACTIONS(3573), 1, anon_sym_COMMA, - ACTIONS(4564), 1, + ACTIONS(4642), 1, anon_sym_RPAREN, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [59173] = 3, + [62102] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3724), 13, + ACTIONS(3538), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3536), 7, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3726), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -159773,334 +161310,144 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [59223] = 33, + [62156] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(4156), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3647), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4159), 3, + anon_sym_GT, anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4566), 1, - anon_sym_RPAREN, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3994), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, + anon_sym_BANG, anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [59333] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3996), 25, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, + anon_sym_QMARK_DOT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4466), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4468), 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 9, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [59425] = 32, + [62212] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3057), 1, + anon_sym_EQ, + ACTIONS(3599), 1, + anon_sym_extends, + ACTIONS(4150), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(4153), 3, + anon_sym_GT, anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3594), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(2947), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, + anon_sym_BANG, anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [59533] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + anon_sym_DASH_DASH, + ACTIONS(2951), 24, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, - anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(4446), 1, anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, - anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3592), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4458), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4466), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4468), 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [59641] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [62270] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3524), 13, + ACTIONS(3034), 1, + anon_sym_EQ, + ACTIONS(3079), 1, + anon_sym_QMARK, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(3090), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(3599), 2, + anon_sym_RPAREN, + anon_sym_extends, + ACTIONS(4153), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3526), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160117,306 +161464,318 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [59691] = 23, + [62332] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3412), 1, + anon_sym_extends, + ACTIONS(4021), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(4648), 1, + anon_sym_RPAREN, + ACTIONS(4024), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4644), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4646), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2947), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 9, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [59781] = 17, + [62394] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4524), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4651), 1, anon_sym_LT, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4458), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1989), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 8, - anon_sym_BANG, + ACTIONS(3859), 11, + anon_sym_STAR, anon_sym_in, 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(3679), 16, + ACTIONS(3861), 16, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, 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_satisfies, - [59859] = 27, + [62472] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3412), 1, + anon_sym_extends, + ACTIONS(4021), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, + ACTIONS(4657), 1, + anon_sym_RPAREN, + ACTIONS(4024), 2, anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(4644), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4654), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2947), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3679), 7, - sym__automatic_semicolon, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [62534] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(3599), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4153), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, sym__ternary_qmark, anon_sym_as, - anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - [59957] = 26, + [62590] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(3825), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(4442), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(4661), 1, anon_sym_LT, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4452), 1, - anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, - anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(3807), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 8, + ACTIONS(3809), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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_satisfies, - [60053] = 3, + [62662] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 13, + ACTIONS(3072), 1, + anon_sym_EQ, + ACTIONS(3079), 1, + anon_sym_QMARK, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(3075), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(3599), 2, + anon_sym_RPAREN, + anon_sym_extends, + ACTIONS(4153), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3334), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160433,30 +161792,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [60103] = 4, + [62724] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4519), 1, - anon_sym_LBRACK, - ACTIONS(3528), 13, + ACTIONS(2735), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3530), 28, + anon_sym_DASH_DASH, + ACTIONS(2737), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160465,6 +161821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160481,118 +161838,178 @@ 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, anon_sym_satisfies, anon_sym_extends, - [60155] = 33, + [62774] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3274), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4613), 1, + anon_sym_readonly, + STATE(2324), 1, + sym_override_modifier, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [62858] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3494), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(3496), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(3498), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(3502), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(3504), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(3506), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(3510), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(3512), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(3514), 1, + anon_sym_LT, + ACTIONS(3522), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(3530), 1, sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4568), 1, - anon_sym_RPAREN, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(3482), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(3490), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(3500), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(3508), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(3518), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(3520), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(4664), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(3516), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [60265] = 6, + [62968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3945), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3942), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3340), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2931), 11, + ACTIONS(3683), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(3685), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160609,117 +162026,85 @@ 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, anon_sym_satisfies, - [60321] = 32, + anon_sym_extends, + [63018] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(3886), 1, - anon_sym_as, - ACTIONS(3888), 1, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3540), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3910), 1, - anon_sym_satisfies, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4444), 1, - anon_sym_AMP_AMP, - ACTIONS(4446), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4448), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4452), 1, anon_sym_AMP, - ACTIONS(4454), 1, - anon_sym_CARET, - ACTIONS(4456), 1, anon_sym_PIPE, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - ACTIONS(4470), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4472), 1, - sym__ternary_qmark, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3534), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4440), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4466), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4468), 2, + anon_sym_DASH_DASH, + ACTIONS(3544), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4464), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [60429] = 7, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [63070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 1, - anon_sym_EQ, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3542), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(3625), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 25, + anon_sym_DASH_DASH, + ACTIONS(3627), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160736,27 +162121,30 @@ 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, anon_sym_satisfies, - [60487] = 3, + anon_sym_extends, + [63120] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3338), 13, + ACTIONS(4585), 1, + anon_sym_LBRACK, + ACTIONS(3679), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3340), 29, + anon_sym_DASH_DASH, + ACTIONS(3681), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160765,7 +162153,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160782,35 +162169,39 @@ 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, anon_sym_satisfies, anon_sym_extends, - [60537] = 3, + [63172] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3540), 13, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(1401), 1, + sym__automatic_semicolon, + ACTIONS(1391), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1395), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3542), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1399), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -160829,28 +162220,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, anon_sym_satisfies, - anon_sym_extends, - [60587] = 3, + [63228] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3561), 13, + ACTIONS(3603), 1, + anon_sym_extends, + ACTIONS(4585), 1, + anon_sym_LBRACK, + ACTIONS(3601), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3665), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3563), 29, + anon_sym_DASH_DASH, + ACTIONS(3667), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160859,7 +162254,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160876,41 +162270,40 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [60637] = 4, + [63284] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4574), 1, - sym_regex_flags, - ACTIONS(4570), 16, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(4553), 1, + anon_sym_PIPE, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(3661), 12, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(4572), 25, + anon_sym_DASH_DASH, + ACTIONS(3663), 27, + sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160925,27 +162318,29 @@ 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, - [60689] = 3, + anon_sym_satisfies, + [63340] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 13, + ACTIONS(3657), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3690), 29, + anon_sym_DASH_DASH, + ACTIONS(3659), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160971,107 +162366,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [60739] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_AMP_AMP, - ACTIONS(3458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, - anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, - anon_sym_PERCENT, - ACTIONS(3474), 1, - anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4576), 1, - anon_sym_COLON, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [60849] = 4, + [63390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(1423), 13, + ACTIONS(3645), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 28, + anon_sym_DASH_DASH, + ACTIONS(3647), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161097,29 +162413,28 @@ 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, anon_sym_satisfies, - [60901] = 4, + anon_sym_extends, + [63440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 1, - anon_sym_EQ, - ACTIONS(4153), 13, + ACTIONS(3538), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4157), 28, + anon_sym_DASH_DASH, + ACTIONS(3536), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161145,29 +162460,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, anon_sym_satisfies, - [60953] = 4, + anon_sym_extends, + [63490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3496), 13, + ACTIONS(4551), 1, + anon_sym_AMP, + ACTIONS(3637), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 28, + anon_sym_DASH_DASH, + ACTIONS(3639), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161193,41 +162508,37 @@ 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, anon_sym_satisfies, - [61005] = 7, + anon_sym_extends, + [63542] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3063), 1, - anon_sym_EQ, - ACTIONS(3542), 1, - anon_sym_extends, - ACTIONS(3936), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(3631), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 25, + anon_sym_DASH_DASH, + ACTIONS(3633), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -161244,27 +162555,28 @@ 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, anon_sym_satisfies, - [61063] = 3, + anon_sym_extends, + [63592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 13, + ACTIONS(3629), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3668), 29, + anon_sym_DASH_DASH, + ACTIONS(3552), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161290,105 +162602,105 @@ 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, anon_sym_satisfies, anon_sym_extends, - [61113] = 33, + [63642] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3880), 1, + anon_sym_as, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3922), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3924), 1, + anon_sym_DASH_DASH, + ACTIONS(3926), 1, + anon_sym_satisfies, + ACTIONS(4519), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(4521), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4523), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4527), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4529), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4531), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4535), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4537), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(4539), 1, + anon_sym_LT, + ACTIONS(4547), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(4549), 1, sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4578), 1, - anon_sym_RPAREN, - STATE(3509), 1, + STATE(1553), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3876), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(4103), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4515), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4517), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4525), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4533), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4543), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4545), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1853), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(4541), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61223] = 3, + [63752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 13, + ACTIONS(3478), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3664), 29, + anon_sym_DASH_DASH, + ACTIONS(3480), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161414,32 +162726,30 @@ 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, anon_sym_satisfies, anon_sym_extends, - [61273] = 6, + [63802] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, - anon_sym_AMP, - ACTIONS(4476), 1, - anon_sym_PIPE, - ACTIONS(4478), 1, - anon_sym_extends, - ACTIONS(3642), 11, + ACTIONS(4666), 1, + anon_sym_DOT, + ACTIONS(3619), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3644), 28, + anon_sym_DASH_DASH, + ACTIONS(3621), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161449,7 +162759,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161465,27 +162774,28 @@ 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, anon_sym_satisfies, - [61329] = 3, + anon_sym_extends, + [63854] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 13, + ACTIONS(1454), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3668), 29, + anon_sym_DASH_DASH, + ACTIONS(1456), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161511,36 +162821,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, anon_sym_satisfies, - anon_sym_extends, - [61379] = 3, + [63903] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 13, + ACTIONS(1582), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1586), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3664), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1588), 22, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [63954] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1568), 5, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1572), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1574), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -161558,36 +162915,84 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [61429] = 3, + [64005] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3654), 13, + ACTIONS(4668), 1, + sym__automatic_semicolon, + ACTIONS(1435), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1439), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3656), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1441), 22, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [64058] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1450), 5, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1454), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1456), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -161605,35 +163010,36 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [61479] = 3, + [64109] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3646), 13, + ACTIONS(1622), 1, + sym__automatic_semicolon, + ACTIONS(1614), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1618), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3648), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1620), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -161652,39 +163058,36 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [61529] = 4, + [64162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, - anon_sym_EQ, - ACTIONS(2931), 13, + ACTIONS(4105), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 28, + anon_sym_DASH_DASH, + ACTIONS(4107), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -161701,89 +163104,200 @@ 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, anon_sym_satisfies, - [61581] = 14, + [64211] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(4462), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, + anon_sym_AMP_AMP, + ACTIONS(4320), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, + anon_sym_CARET, + ACTIONS(4330), 1, + anon_sym_PIPE, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4524), 1, + ACTIONS(4338), 1, anon_sym_LT, - STATE(3455), 1, + ACTIONS(4346), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4348), 1, + sym__ternary_qmark, + ACTIONS(4670), 1, + anon_sym_RBRACK, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1989), 2, + ACTIONS(4314), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4316), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4324), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4332), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4342), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4344), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 12, + ACTIONS(4340), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [64320] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4672), 1, + anon_sym_LPAREN, + ACTIONS(4675), 1, + anon_sym_COLON, + ACTIONS(4677), 1, + anon_sym_LT, + ACTIONS(4680), 1, + anon_sym_QMARK, + ACTIONS(3980), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3679), 17, + anon_sym_DASH_DASH, + ACTIONS(3982), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [64377] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4682), 1, + sym_regex_flags, + ACTIONS(4568), 18, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + anon_sym_of, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(4570), 22, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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_satisfies, - [61653] = 6, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + [64428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, - anon_sym_AMP, - ACTIONS(4476), 1, - anon_sym_PIPE, - ACTIONS(4478), 1, - anon_sym_extends, - ACTIONS(3634), 11, + ACTIONS(4220), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3636), 28, + anon_sym_DASH_DASH, + ACTIONS(3615), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161809,35 +163323,104 @@ 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, anon_sym_satisfies, - [61709] = 7, + [64477] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(4164), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - STATE(3763), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3998), 1, + anon_sym_of, + ACTIONS(4686), 1, + anon_sym_in, + ACTIONS(4689), 1, + anon_sym_GT, + ACTIONS(4691), 1, + anon_sym_AMP_AMP, + ACTIONS(4693), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4701), 1, + anon_sym_CARET, + ACTIONS(4703), 1, + anon_sym_PIPE, + ACTIONS(4707), 1, + anon_sym_PERCENT, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4721), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, sym_optional_chain, - ACTIONS(1467), 13, + ACTIONS(4684), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4715), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4717), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [64588] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4097), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1469), 25, + anon_sym_DASH_DASH, + ACTIONS(4099), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161846,6 +163429,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -161860,40 +163446,36 @@ 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, anon_sym_satisfies, - [61767] = 6, + [64637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3542), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(4061), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, + anon_sym_DASH_DASH, + ACTIONS(4063), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -161910,27 +163492,27 @@ 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, anon_sym_satisfies, - [61823] = 3, + [64686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3438), 13, + ACTIONS(4053), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3440), 29, + anon_sym_DASH_DASH, + ACTIONS(4055), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161956,28 +163538,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [61873] = 3, + [64735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3638), 13, + ACTIONS(1536), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3640), 29, + anon_sym_DASH_DASH, + ACTIONS(1538), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -162003,40 +163584,37 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [61923] = 6, + [64784] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, - anon_sym_AMP, - ACTIONS(4476), 1, - anon_sym_PIPE, - ACTIONS(4478), 1, - anon_sym_extends, - ACTIONS(3438), 11, + ACTIONS(4723), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4725), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3440), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162054,43 +163632,36 @@ 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, anon_sym_satisfies, - [61979] = 9, + [64837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3340), 1, - anon_sym_extends, - ACTIONS(3942), 1, - anon_sym_LBRACK, - ACTIONS(4584), 1, - anon_sym_RPAREN, - ACTIONS(3945), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4580), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4582), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(2931), 11, + ACTIONS(3994), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(3996), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -162107,252 +163678,206 @@ 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, anon_sym_satisfies, - [62041] = 33, + [64886] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4015), 1, + anon_sym_RBRACE, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(3464), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(3466), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(3468), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(3472), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4587), 1, - anon_sym_RPAREN, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3442), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3450), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3462), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3470), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3478), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3480), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3476), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62151] = 19, + [64995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_LBRACK, - ACTIONS(3833), 1, - anon_sym_DOT, - ACTIONS(4442), 1, - anon_sym_LT, - ACTIONS(4448), 1, - anon_sym_GT_GT, - ACTIONS(4460), 1, - anon_sym_PERCENT, - ACTIONS(4462), 1, - anon_sym_STAR_STAR, - STATE(3455), 1, - sym_type_arguments, - STATE(3763), 1, - sym_optional_chain, - ACTIONS(3857), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4438), 2, + ACTIONS(3990), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4450), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4458), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 7, anon_sym_BANG, anon_sym_in, anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 14, + anon_sym_DASH_DASH, + ACTIONS(3992), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [62233] = 33, + [65044] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(1492), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1496), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1498), 25, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3452), 1, - anon_sym_LT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3456), 1, anon_sym_AMP_AMP, - ACTIONS(3458), 1, anon_sym_PIPE_PIPE, - ACTIONS(3460), 1, - anon_sym_GT_GT, - ACTIONS(3464), 1, - anon_sym_AMP, - ACTIONS(3466), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3468), 1, - anon_sym_PIPE, - ACTIONS(3472), 1, anon_sym_PERCENT, - ACTIONS(3474), 1, anon_sym_STAR_STAR, - ACTIONS(3482), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3488), 1, - sym__ternary_qmark, - ACTIONS(3803), 1, - anon_sym_COMMA, - ACTIONS(4589), 1, - anon_sym_RBRACK, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3442), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3450), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3462), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3470), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3478), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3480), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3476), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [62343] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [65095] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 13, + ACTIONS(4727), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4729), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2553), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162370,40 +163895,37 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [62393] = 6, + [65148] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, + ACTIONS(4731), 2, anon_sym_EQ, - ACTIONS(1429), 1, - sym__automatic_semicolon, - ACTIONS(1419), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1423), 13, + anon_sym_QMARK, + ACTIONS(4733), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 25, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162421,35 +163943,37 @@ 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, anon_sym_satisfies, - [62449] = 3, + [65201] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1614), 13, + ACTIONS(4731), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4733), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1616), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162467,40 +163991,38 @@ 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, anon_sym_satisfies, - [62498] = 7, + [65254] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3540), 1, + ACTIONS(4731), 2, + anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3542), 2, - anon_sym_RPAREN, - anon_sym_extends, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3936), 3, + ACTIONS(4733), 3, anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(2931), 11, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -162517,189 +164039,134 @@ 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, anon_sym_satisfies, - [62555] = 32, + [65307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(4075), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, - anon_sym_AMP_AMP, - ACTIONS(4267), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, anon_sym_PIPE, - ACTIONS(4273), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, - sym__ternary_qmark, - ACTIONS(4591), 1, - anon_sym_COLON, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [62662] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + anon_sym_DASH_DASH, + ACTIONS(4077), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3280), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3658), 1, - anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4607), 1, - anon_sym_AMP, - ACTIONS(4609), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4611), 1, - anon_sym_PIPE, - ACTIONS(4615), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, anon_sym_STAR_STAR, - ACTIONS(4625), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + [65356] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4735), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4737), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [62769] = 7, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [65409] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(4632), 1, - anon_sym_COLON, - ACTIONS(4634), 1, - anon_sym_LT, - ACTIONS(4637), 1, - anon_sym_QMARK, - ACTIONS(2931), 12, + STATE(1485), 2, + sym_template_string, + sym_arguments, + ACTIONS(4739), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(3414), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 25, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3416), 20, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162717,95 +164184,33 @@ 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, anon_sym_satisfies, - [62826] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3255), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4641), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4643), 2, - anon_sym_get, - anon_sym_set, - STATE(3129), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [62899] = 6, + [65466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(4414), 1, - anon_sym_of, - ACTIONS(4645), 1, - anon_sym_in, - ACTIONS(3496), 12, + ACTIONS(1572), 14, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 26, + anon_sym_DASH_DASH, + ACTIONS(1574), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -162824,114 +164229,36 @@ 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, - anon_sym_satisfies, - [62954] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, - anon_sym_AMP_AMP, - ACTIONS(4267), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - ACTIONS(4273), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, - sym__ternary_qmark, - ACTIONS(4648), 1, - anon_sym_COLON, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4250), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [63061] = 6, + [65515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3730), 1, - anon_sym_extends, - ACTIONS(4087), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4084), 3, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(4080), 11, + ACTIONS(1586), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 24, + anon_sym_DASH_DASH, + ACTIONS(1588), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -162948,36 +164275,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, anon_sym_satisfies, - [63116] = 5, + [65564] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1618), 1, - sym__automatic_semicolon, - ACTIONS(1610), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1614), 13, + ACTIONS(1608), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1616), 25, + anon_sym_DASH_DASH, + ACTIONS(1610), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -162996,96 +164321,73 @@ 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, anon_sym_satisfies, - [63169] = 26, + [65613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, + ACTIONS(1464), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4603), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4607), 1, anon_sym_AMP, - ACTIONS(4609), 1, - anon_sym_CARET, - ACTIONS(4611), 1, anon_sym_PIPE, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 7, + anon_sym_DASH_DASH, + ACTIONS(1466), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [63264] = 3, + [65662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 13, + ACTIONS(3933), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3861), 28, + anon_sym_DASH_DASH, + ACTIONS(3935), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -163111,34 +164413,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, anon_sym_satisfies, - [63313] = 5, + [65711] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4529), 2, + ACTIONS(4644), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(4548), 3, + ACTIONS(4646), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(2931), 13, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -163159,111 +164461,35 @@ 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, - anon_sym_satisfies, - [63366] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, anon_sym_satisfies, - ACTIONS(3592), 1, - anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, - anon_sym_AMP_AMP, - ACTIONS(4601), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4607), 1, - anon_sym_AMP, - ACTIONS(4609), 1, - anon_sym_CARET, - ACTIONS(4611), 1, - anon_sym_PIPE, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - ACTIONS(4625), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4621), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4623), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [63473] = 4, + [65764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1467), 13, + ACTIONS(1522), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1469), 23, + anon_sym_DASH_DASH, + ACTIONS(1524), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -163281,27 +164507,27 @@ 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, anon_sym_satisfies, - [63524] = 3, + [65813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3914), 13, + ACTIONS(4190), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3916), 28, + anon_sym_DASH_DASH, + ACTIONS(4192), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -163327,36 +164553,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, anon_sym_satisfies, - [63573] = 5, + [65862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, - sym__automatic_semicolon, - ACTIONS(1499), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1503), 13, + ACTIONS(4198), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 25, + anon_sym_DASH_DASH, + ACTIONS(3617), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -163375,38 +164599,39 @@ 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, anon_sym_satisfies, - [63626] = 5, + [65911] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4650), 2, + ACTIONS(3097), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4652), 3, + ACTIONS(3599), 1, + anon_sym_extends, + ACTIONS(4150), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + anon_sym_LBRACK, + ACTIONS(4153), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 23, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -163423,51 +164648,52 @@ 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, anon_sym_satisfies, - [63679] = 16, + anon_sym_implements, + [65968] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(3200), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3255), 1, + ACTIONS(3274), 1, anon_sym_RBRACE, - ACTIONS(4505), 1, + ACTIONS(4603), 1, anon_sym_STAR, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4511), 1, + ACTIONS(4609), 1, anon_sym_async, - ACTIONS(4654), 1, + ACTIONS(4741), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(4513), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, sym_number, sym_private_property_identifier, - ACTIONS(4517), 2, + ACTIONS(4615), 2, anon_sym_get, anon_sym_set, - STATE(2528), 3, + STATE(2600), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -163485,167 +164711,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [63754] = 32, + [66045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(4017), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, - anon_sym_AMP_AMP, - ACTIONS(4267), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, anon_sym_PIPE, - ACTIONS(4273), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, - sym__ternary_qmark, - ACTIONS(4656), 1, - anon_sym_COLON, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + anon_sym_DASH_DASH, + ACTIONS(4019), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [63861] = 16, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [66094] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(4658), 1, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3274), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, anon_sym_STAR, - ACTIONS(4660), 1, - anon_sym_LBRACE, - ACTIONS(4662), 1, - anon_sym_async, - ACTIONS(4666), 1, - anon_sym_readonly, - STATE(2290), 1, - sym_statement_block, - STATE(2305), 1, - sym_override_modifier, - ACTIONS(4664), 2, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, sym_number, sym_private_property_identifier, - ACTIONS(4668), 2, + ACTIONS(4747), 2, anon_sym_get, anon_sym_set, - STATE(2462), 3, + STATE(3131), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 6, sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 15, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [63936] = 4, + [66169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1532), 5, + ACTIONS(4216), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4218), 27, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1536), 13, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [66218] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(4503), 1, + anon_sym_of, + ACTIONS(4749), 1, + anon_sym_in, + ACTIONS(1395), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1538), 23, + anon_sym_DASH_DASH, + ACTIONS(1399), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -163663,36 +164909,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, anon_sym_satisfies, - [63987] = 5, + [66273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1554), 1, - sym__automatic_semicolon, - ACTIONS(1546), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1550), 13, + ACTIONS(4250), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1552), 25, + anon_sym_DASH_DASH, + ACTIONS(3589), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -163711,37 +164955,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, anon_sym_satisfies, - [64040] = 4, + [66322] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4670), 1, - sym_regex_flags, - ACTIONS(4570), 17, + ACTIONS(4265), 14, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(4572), 23, + anon_sym_DASH_DASH, + ACTIONS(4267), 27, sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -163758,27 +164999,29 @@ 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, - [64091] = 3, + anon_sym_satisfies, + [66371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4140), 13, + ACTIONS(4271), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3534), 28, + anon_sym_DASH_DASH, + ACTIONS(4273), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -163804,36 +165047,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, anon_sym_satisfies, - [64140] = 5, + [66420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1598), 1, - sym__automatic_semicolon, - ACTIONS(1590), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1594), 13, + ACTIONS(4275), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1596), 25, + anon_sym_DASH_DASH, + ACTIONS(4277), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -163852,41 +165093,36 @@ 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, anon_sym_satisfies, - [64193] = 8, + [66469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3057), 1, - anon_sym_COLON, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3542), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2931), 11, + ACTIONS(4194), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(4196), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -163903,37 +165139,35 @@ 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, anon_sym_satisfies, - [64252] = 5, + [66518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4672), 1, - sym__automatic_semicolon, - ACTIONS(1489), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1493), 13, + ACTIONS(4261), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1495), 23, + anon_sym_DASH_DASH, + ACTIONS(4263), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -163951,37 +165185,35 @@ 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, anon_sym_satisfies, - [64305] = 5, + [66567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4674), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4676), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + ACTIONS(4194), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(4196), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -163999,37 +165231,35 @@ 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, anon_sym_satisfies, - [64358] = 5, + [66616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4674), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4676), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + ACTIONS(4204), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(4206), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -164047,27 +165277,27 @@ 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, anon_sym_satisfies, - [64411] = 3, + [66665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3882), 13, + ACTIONS(4200), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3884), 28, + anon_sym_DASH_DASH, + ACTIONS(4202), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -164093,30 +165323,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, anon_sym_satisfies, - [64460] = 4, + [66714] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1467), 13, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(4509), 1, + anon_sym_of, + ACTIONS(4752), 1, + anon_sym_in, + ACTIONS(3540), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1469), 26, + anon_sym_DASH_DASH, + ACTIONS(3544), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -164140,37 +165372,35 @@ 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, anon_sym_satisfies, - [64511] = 5, + [66769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4680), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + ACTIONS(4194), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(4196), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -164188,173 +165418,162 @@ 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, anon_sym_satisfies, - [64564] = 19, + [66818] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4083), 1, + anon_sym_EQ, + ACTIONS(4505), 1, + anon_sym_of, + ACTIONS(4755), 1, + anon_sym_in, + ACTIONS(4081), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 7, anon_sym_BANG, - anon_sym_in, anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 13, + anon_sym_DASH_DASH, + ACTIONS(4085), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_of, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [64645] = 32, + [66873] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3594), 1, - anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(4609), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4611), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4615), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4625), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(4758), 1, + anon_sym_COLON, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4619), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64752] = 4, + [66982] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1556), 5, + ACTIONS(1512), 1, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1560), 13, + ACTIONS(1504), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1508), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1562), 23, + anon_sym_DASH_DASH, + ACTIONS(1510), 24, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -164372,75 +165591,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, anon_sym_satisfies, - [64803] = 5, + [67035] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4674), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4676), 3, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(3250), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + ACTIONS(3260), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [64856] = 3, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4747), 2, + anon_sym_get, + anon_sym_set, + STATE(3131), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [67110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1479), 13, + ACTIONS(4133), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1481), 28, + anon_sym_DASH_DASH, + ACTIONS(4135), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -164466,265 +165696,144 @@ 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, anon_sym_satisfies, - [64905] = 32, + [67159] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3596), 1, - anon_sym_of, - ACTIONS(4597), 1, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, anon_sym_LT, - ACTIONS(4599), 1, - anon_sym_AMP_AMP, - ACTIONS(4601), 1, - anon_sym_PIPE_PIPE, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3260), 1, + anon_sym_RBRACE, ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4607), 1, - anon_sym_AMP, - ACTIONS(4609), 1, - anon_sym_CARET, - ACTIONS(4611), 1, - anon_sym_PIPE, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - ACTIONS(4625), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4621), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4623), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [65012] = 32, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4741), 1, + anon_sym_LBRACK, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [67236] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(4644), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4654), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3660), 1, - anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, - anon_sym_AMP_AMP, - ACTIONS(4601), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4607), 1, anon_sym_AMP, - ACTIONS(4609), 1, - anon_sym_CARET, - ACTIONS(4611), 1, anon_sym_PIPE, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - ACTIONS(4625), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [65119] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - ACTIONS(3280), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3446), 1, - anon_sym_of, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4607), 1, - anon_sym_AMP, - ACTIONS(4609), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4611), 1, - anon_sym_PIPE, - ACTIONS(4615), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, anon_sym_STAR_STAR, - ACTIONS(4625), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4621), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4623), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [65226] = 7, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [67289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3081), 1, - anon_sym_EQ, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3542), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(4065), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 24, + anon_sym_DASH_DASH, + ACTIONS(4067), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -164741,35 +165850,37 @@ 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, anon_sym_satisfies, - [65283] = 3, + [67338] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4173), 13, + ACTIONS(4760), 1, + sym__automatic_semicolon, + ACTIONS(1604), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1608), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4175), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1610), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -164787,306 +165898,255 @@ 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, anon_sym_satisfies, - [65332] = 28, + [67391] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3741), 1, + anon_sym_of, + ACTIONS(4691), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, + ACTIONS(4695), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4699), 1, anon_sym_AMP, - ACTIONS(4609), 1, + ACTIONS(4701), 1, anon_sym_CARET, - ACTIONS(4611), 1, + ACTIONS(4703), 1, anon_sym_PIPE, - ACTIONS(4615), 1, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4721), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4619), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 5, - sym__ternary_qmark, - anon_sym_as, - anon_sym_of, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [65431] = 33, + [67500] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4144), 1, + ACTIONS(3735), 1, anon_sym_of, - ACTIONS(4595), 1, - anon_sym_GT, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, + ACTIONS(4691), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, + ACTIONS(4695), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4699), 1, anon_sym_AMP, - ACTIONS(4609), 1, + ACTIONS(4701), 1, anon_sym_CARET, - ACTIONS(4611), 1, + ACTIONS(4703), 1, anon_sym_PIPE, - ACTIONS(4615), 1, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - ACTIONS(4625), 1, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, + ACTIONS(4721), 1, sym__ternary_qmark, - ACTIONS(4682), 1, - anon_sym_in, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4605), 2, + ACTIONS(4689), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [65540] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 16, - sym__ternary_qmark, - anon_sym_as, - 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, + ACTIONS(4713), 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, - anon_sym_satisfies, - [65611] = 32, + [67609] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3811), 1, + ACTIONS(3635), 1, anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, + ACTIONS(4691), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, + ACTIONS(4695), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4699), 1, anon_sym_AMP, - ACTIONS(4609), 1, + ACTIONS(4701), 1, anon_sym_CARET, - ACTIONS(4611), 1, + ACTIONS(4703), 1, anon_sym_PIPE, - ACTIONS(4615), 1, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - ACTIONS(4625), 1, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, + ACTIONS(4721), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4619), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65718] = 3, + [67718] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1467), 13, + ACTIONS(4069), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1469), 28, + anon_sym_DASH_DASH, + ACTIONS(4071), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -165112,33 +166172,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, anon_sym_satisfies, - [65767] = 4, + [67767] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1499), 5, + ACTIONS(4762), 1, sym__automatic_semicolon, + ACTIONS(1460), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - ACTIONS(1503), 13, + ACTIONS(1464), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 23, + anon_sym_DASH_DASH, + ACTIONS(1466), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -165159,252 +166220,152 @@ 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, anon_sym_satisfies, - [65818] = 32, + [67820] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3630), 1, + ACTIONS(3595), 1, anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, + ACTIONS(4691), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, + ACTIONS(4695), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4699), 1, anon_sym_AMP, - ACTIONS(4609), 1, + ACTIONS(4701), 1, anon_sym_CARET, - ACTIONS(4611), 1, + ACTIONS(4703), 1, anon_sym_PIPE, - ACTIONS(4615), 1, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - ACTIONS(4625), 1, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, + ACTIONS(4721), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4619), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65925] = 32, + [67929] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3614), 1, - anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, - anon_sym_AMP_AMP, - ACTIONS(4601), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(3599), 1, + anon_sym_extends, + ACTIONS(4153), 2, anon_sym_AMP, - ACTIONS(4609), 1, - anon_sym_CARET, - ACTIONS(4611), 1, anon_sym_PIPE, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - ACTIONS(4625), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4150), 3, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_LBRACK, + ACTIONS(2947), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [66032] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + anon_sym_DASH_DASH, + ACTIONS(2951), 23, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - ACTIONS(4273), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, - sym__ternary_qmark, - ACTIONS(4688), 1, - anon_sym_RBRACK, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4250), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4252), 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(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [66139] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [67984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1570), 13, + ACTIONS(4027), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1572), 28, + anon_sym_DASH_DASH, + ACTIONS(4029), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -165430,100 +166391,35 @@ 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, - anon_sym_satisfies, - [66188] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3677), 5, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 10, - sym__ternary_qmark, - anon_sym_as, - 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, anon_sym_satisfies, - [66273] = 4, + [68033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1431), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1435), 13, + ACTIONS(4140), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1437), 23, + anon_sym_DASH_DASH, + ACTIONS(3675), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -165541,203 +166437,228 @@ 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, anon_sym_satisfies, - [66324] = 32, + [68082] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3253), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4747), 2, + anon_sym_get, + anon_sym_set, + STATE(3131), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [68157] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(3587), 1, + anon_sym_of, + ACTIONS(4691), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4701), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4703), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4707), 1, + anon_sym_PERCENT, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4721), 1, sym__ternary_qmark, - ACTIONS(4690), 1, - anon_sym_COLON, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4248), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66431] = 3, + [68266] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3990), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3992), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [66480] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3994), 13, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4764), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3996), 28, - sym__automatic_semicolon, + ACTIONS(3566), 16, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_as, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [66529] = 4, + [68339] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4670), 1, - sym_regex_flags, - ACTIONS(4570), 16, + ACTIONS(1484), 1, + sym__automatic_semicolon, + ACTIONS(1476), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1480), 14, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(4572), 24, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1482), 24, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -165755,36 +166676,39 @@ 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, - [66580] = 4, + anon_sym_satisfies, + [68392] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1475), 5, + ACTIONS(1562), 1, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1479), 13, + ACTIONS(1554), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1558), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1481), 23, + anon_sym_DASH_DASH, + ACTIONS(1560), 24, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -165802,41 +166726,36 @@ 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, anon_sym_satisfies, - [66631] = 8, + [68445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3022), 1, - anon_sym_EQ, - ACTIONS(3540), 1, - anon_sym_QMARK, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3542), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2931), 11, + ACTIONS(4031), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(4033), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -165853,42 +166772,36 @@ 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, anon_sym_satisfies, - [66690] = 9, + [68494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, - anon_sym_EQ, - ACTIONS(3057), 1, - anon_sym_COLON, - ACTIONS(3542), 1, - anon_sym_extends, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4692), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2931), 11, + ACTIONS(4127), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(4129), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -165905,27 +166818,27 @@ 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, anon_sym_satisfies, - [66751] = 3, + [68543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1594), 13, + ACTIONS(4120), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1596), 28, + anon_sym_DASH_DASH, + ACTIONS(4122), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -165951,27 +166864,27 @@ 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, anon_sym_satisfies, - [66800] = 3, + [68592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3968), 13, + ACTIONS(4116), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3970), 28, + anon_sym_DASH_DASH, + ACTIONS(4118), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -165997,60 +166910,123 @@ 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, anon_sym_satisfies, - [66849] = 16, + [68641] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3265), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4741), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [68718] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4615), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4711), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1439), 2, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 10, + ACTIONS(3564), 7, anon_sym_BANG, anon_sym_in, 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(3679), 15, + ACTIONS(3566), 13, sym__ternary_qmark, anon_sym_as, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -166059,67 +167035,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [66924] = 25, + [68801] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3253), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4741), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [68878] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4603), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4695), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4699), 1, anon_sym_AMP, - ACTIONS(4609), 1, + ACTIONS(4701), 1, anon_sym_CARET, - ACTIONS(4615), 1, + ACTIONS(4703), 1, + anon_sym_PIPE, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4711), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4619), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 7, + ACTIONS(3566), 7, sym__ternary_qmark, anon_sym_as, anon_sym_of, @@ -166127,24 +167165,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [67017] = 3, + [68975] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3265), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4747), 2, + anon_sym_get, + anon_sym_set, + STATE(3131), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [69050] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, + anon_sym_AMP_AMP, + ACTIONS(4320), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, + anon_sym_CARET, + ACTIONS(4330), 1, + anon_sym_PIPE, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4348), 1, + sym__ternary_qmark, + ACTIONS(4767), 1, + anon_sym_COLON, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4314), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4316), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4324), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4332), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4342), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4344), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4340), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [69159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1550), 13, + ACTIONS(4090), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1552), 28, + anon_sym_DASH_DASH, + ACTIONS(4092), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -166170,27 +167344,27 @@ 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, anon_sym_satisfies, - [67066] = 3, + [69208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1503), 13, + ACTIONS(4057), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 28, + anon_sym_DASH_DASH, + ACTIONS(4059), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -166216,94 +167390,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, anon_sym_satisfies, - [67115] = 24, + [69257] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4603), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4691), 1, + anon_sym_AMP_AMP, + ACTIONS(4695), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4699), 1, anon_sym_AMP, - ACTIONS(4615), 1, + ACTIONS(4701), 1, + anon_sym_CARET, + ACTIONS(4703), 1, + anon_sym_PIPE, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4711), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4619), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 8, + ACTIONS(3566), 6, sym__ternary_qmark, anon_sym_as, anon_sym_of, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_CARET, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [67206] = 3, + [69356] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4184), 13, + ACTIONS(4035), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4186), 28, + anon_sym_DASH_DASH, + ACTIONS(4037), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -166329,235 +167507,155 @@ 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, anon_sym_satisfies, - [67255] = 5, + [69405] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1574), 1, - sym__automatic_semicolon, - ACTIONS(1566), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1570), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1572), 25, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [67308] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4696), 1, - sym__automatic_semicolon, - ACTIONS(1610), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1614), 13, + ACTIONS(4707), 1, + anon_sym_PERCENT, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4764), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 8, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1616), 23, + ACTIONS(3566), 15, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [67361] = 23, + [69484] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4603), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4695), 1, anon_sym_GT_GT, - ACTIONS(4615), 1, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4711), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 3, + ACTIONS(3564), 3, anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4619), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 8, - sym__ternary_qmark, - anon_sym_as, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [67450] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4226), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4228), 28, - sym__automatic_semicolon, + ACTIONS(3566), 8, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [67499] = 3, + [69575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(4142), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3962), 28, + anon_sym_DASH_DASH, + ACTIONS(4144), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -166583,27 +167681,27 @@ 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, anon_sym_satisfies, - [67548] = 3, + [69624] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(3210), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3962), 28, + anon_sym_DASH_DASH, + ACTIONS(3214), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -166629,27 +167727,27 @@ 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, anon_sym_satisfies, - [67597] = 3, + [69673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(4146), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3962), 28, + anon_sym_DASH_DASH, + ACTIONS(4148), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -166675,27 +167773,27 @@ 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, anon_sym_satisfies, - [67646] = 3, + [69722] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4013), 13, + ACTIONS(4162), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4015), 28, + anon_sym_DASH_DASH, + ACTIONS(4164), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -166721,35 +167819,36 @@ 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, anon_sym_satisfies, - [67695] = 3, + [69771] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1560), 13, + ACTIONS(1518), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1522), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1562), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1524), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -166767,41 +167866,36 @@ 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, anon_sym_satisfies, - [67744] = 8, + [69822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3502), 1, - anon_sym_LBRACK, - ACTIONS(4414), 1, - anon_sym_COLON, - ACTIONS(3505), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3508), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(3496), 11, + ACTIONS(1558), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 22, + anon_sym_DASH_DASH, + ACTIONS(1560), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -166818,27 +167912,27 @@ 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, anon_sym_satisfies, - [67803] = 3, + [69871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 13, + ACTIONS(4166), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3966), 28, + anon_sym_DASH_DASH, + ACTIONS(4168), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -166864,110 +167958,36 @@ 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, - anon_sym_satisfies, - [67852] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, - anon_sym_AMP_AMP, - ACTIONS(4267), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - ACTIONS(4273), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, - sym__ternary_qmark, - ACTIONS(4698), 1, - anon_sym_COLON, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4250), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [67959] = 3, + [69920] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(1504), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1508), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3962), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1510), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -166985,87 +168005,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, anon_sym_satisfies, - [68008] = 17, + [69971] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4615), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4711), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4613), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 8, - anon_sym_BANG, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 15, + ACTIONS(4717), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 8, sym__ternary_qmark, anon_sym_as, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_CARET, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, anon_sym_satisfies, - [68085] = 3, + [70064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3956), 13, + ACTIONS(4170), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3958), 28, + anon_sym_DASH_DASH, + ACTIONS(4172), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -167091,85 +168119,39 @@ 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, anon_sym_satisfies, - [68134] = 6, + [70113] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 1, - anon_sym_EQ, - ACTIONS(4404), 1, - anon_sym_of, - ACTIONS(4700), 1, - anon_sym_in, - ACTIONS(4153), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3647), 1, + anon_sym_extends, + ACTIONS(4159), 2, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4157), 26, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(4156), 3, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [68189] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1536), 13, + ACTIONS(3994), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1538), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3996), 23, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -167186,27 +168168,27 @@ 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, anon_sym_satisfies, - [68238] = 3, + [70168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 13, + ACTIONS(1480), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3229), 28, + anon_sym_DASH_DASH, + ACTIONS(1482), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -167232,83 +168214,27 @@ 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, anon_sym_satisfies, - [68287] = 13, + [70217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4703), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3670), 12, + ACTIONS(4226), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3672), 17, - sym__ternary_qmark, - anon_sym_as, - 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_satisfies, - [68356] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4017), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4019), 28, + anon_sym_DASH_DASH, + ACTIONS(4228), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -167334,27 +168260,27 @@ 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, anon_sym_satisfies, - [68405] = 3, + [70266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4021), 13, + ACTIONS(1618), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3446), 28, + anon_sym_DASH_DASH, + ACTIONS(1620), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -167380,38 +168306,39 @@ 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, anon_sym_satisfies, - [68454] = 7, + [70315] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 1, - anon_sym_EQ, - ACTIONS(3542), 1, + ACTIONS(3645), 1, + anon_sym_QMARK, + ACTIONS(3647), 2, + anon_sym_RPAREN, anon_sym_extends, - ACTIONS(3936), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3939), 3, - anon_sym_GT, + ACTIONS(4159), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2931), 10, + ACTIONS(4156), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + ACTIONS(3994), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 24, + anon_sym_DASH_DASH, + ACTIONS(3996), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -167429,37 +168356,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, anon_sym_satisfies, - anon_sym_implements, - [68511] = 5, + [70372] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1483), 1, - sym__automatic_semicolon, - ACTIONS(1475), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1479), 13, + ACTIONS(1508), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1481), 25, + anon_sym_DASH_DASH, + ACTIONS(1510), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -167478,87 +168402,109 @@ 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, anon_sym_satisfies, - [68564] = 3, + [70421] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4061), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4695), 1, anon_sym_GT_GT, + ACTIONS(4699), 1, anon_sym_AMP, + ACTIONS(4701), 1, + anon_sym_CARET, + ACTIONS(4707), 1, + anon_sym_PERCENT, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4711), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3564), 2, + anon_sym_BANG, anon_sym_PIPE, + ACTIONS(4684), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4689), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4063), 28, - sym__automatic_semicolon, + ACTIONS(4717), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 7, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [68613] = 8, + [70516] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, + ACTIONS(3093), 1, anon_sym_EQ, - ACTIONS(3510), 1, + ACTIONS(4150), 1, anon_sym_LBRACK, - ACTIONS(4399), 1, - anon_sym_COLON, - ACTIONS(3513), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1995), 3, + ACTIONS(3599), 2, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_extends, - ACTIONS(1423), 11, + ACTIONS(4153), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 22, + anon_sym_DASH_DASH, + ACTIONS(2951), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -167575,67 +168521,45 @@ 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, anon_sym_satisfies, - [68672] = 5, + [70573] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1439), 1, - sym__automatic_semicolon, - ACTIONS(1431), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1435), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1437), 25, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [68725] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3980), 13, + ACTIONS(4707), 1, + anon_sym_PERCENT, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4764), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 10, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -167643,249 +168567,402 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3982), 28, - sym__automatic_semicolon, + ACTIONS(3566), 15, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [68774] = 3, + [70650] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1493), 13, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4764), 1, anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(1495), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_BANG_EQ, + ACTIONS(3566), 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_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, - anon_sym_satisfies, - [68823] = 3, + [70729] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3986), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4707), 1, + anon_sym_PERCENT, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4711), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4689), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3564), 5, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3988), 28, - sym__automatic_semicolon, + ACTIONS(3566), 10, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [68872] = 6, + [70816] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(4399), 1, - anon_sym_of, - ACTIONS(4706), 1, - anon_sym_in, - ACTIONS(1423), 12, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(4691), 1, + anon_sym_AMP_AMP, + ACTIONS(4693), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4695), 1, anon_sym_GT_GT, + ACTIONS(4699), 1, anon_sym_AMP, + ACTIONS(4701), 1, + anon_sym_CARET, + ACTIONS(4703), 1, anon_sym_PIPE, + ACTIONS(4707), 1, + anon_sym_PERCENT, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4711), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4689), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 26, - sym__automatic_semicolon, + ACTIONS(4717), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 5, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, + anon_sym_of, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [70917] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3675), 1, + anon_sym_of, + ACTIONS(4691), 1, anon_sym_AMP_AMP, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4701), 1, anon_sym_CARET, + ACTIONS(4703), 1, + anon_sym_PIPE, + ACTIONS(4707), 1, anon_sym_PERCENT, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [68927] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4678), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4680), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + ACTIONS(4721), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4689), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4717), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [71026] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3677), 1, + anon_sym_of, + ACTIONS(4691), 1, anon_sym_AMP_AMP, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4701), 1, anon_sym_CARET, + ACTIONS(4703), 1, + anon_sym_PIPE, + ACTIONS(4707), 1, anon_sym_PERCENT, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4721), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4689), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4715), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [68980] = 3, + [71135] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3819), 13, + ACTIONS(4769), 1, + anon_sym_LPAREN, + ACTIONS(4772), 1, + anon_sym_COLON, + ACTIONS(4774), 1, + anon_sym_LT, + ACTIONS(4777), 1, + anon_sym_QMARK, + ACTIONS(2947), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3821), 28, + anon_sym_DASH_DASH, + ACTIONS(2951), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -167904,80 +168981,111 @@ 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, anon_sym_satisfies, - [69029] = 3, + [71192] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4002), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4004), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, anon_sym_AMP_AMP, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, anon_sym_CARET, + ACTIONS(4330), 1, + anon_sym_PIPE, + ACTIONS(4334), 1, anon_sym_PERCENT, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4348), 1, + sym__ternary_qmark, + ACTIONS(4779), 1, + anon_sym_RBRACK, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4314), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4316), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4324), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4332), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4342), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4340), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [69078] = 4, + [71301] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 1, - anon_sym_EQ, - ACTIONS(2931), 13, + ACTIONS(1526), 1, + sym__automatic_semicolon, + ACTIONS(1518), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1522), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 27, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1524), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -167997,37 +169105,35 @@ 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, anon_sym_satisfies, - [69129] = 5, + [71354] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4709), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4711), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + ACTIONS(4049), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(4051), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -168045,84 +169151,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, anon_sym_satisfies, - [69182] = 5, + [71403] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4680), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3617), 1, + anon_sym_of, + ACTIONS(4691), 1, anon_sym_AMP_AMP, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4701), 1, anon_sym_CARET, + ACTIONS(4703), 1, + anon_sym_PIPE, + ACTIONS(4707), 1, anon_sym_PERCENT, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4721), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4689), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4715), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [69235] = 3, + [71512] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3976), 13, + ACTIONS(3538), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3536), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3978), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 23, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -168139,36 +169275,42 @@ 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, anon_sym_satisfies, - [69284] = 3, + [71565] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1580), 13, + ACTIONS(2963), 1, + anon_sym_EQ, + ACTIONS(3101), 1, + anon_sym_COLON, + ACTIONS(3599), 1, + anon_sym_extends, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(4153), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4781), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1582), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -168185,27 +169327,27 @@ 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, anon_sym_satisfies, - [69333] = 3, + [71626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4023), 13, + ACTIONS(4073), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4025), 28, + anon_sym_DASH_DASH, + ACTIONS(3741), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -168231,107 +169373,92 @@ 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, anon_sym_satisfies, - [69382] = 32, + [71675] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, - anon_sym_AMP_AMP, - ACTIONS(4267), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, - anon_sym_PIPE, - ACTIONS(4273), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, - sym__ternary_qmark, - ACTIONS(4713), 1, - anon_sym_COLON, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3277), 1, + anon_sym_RBRACE, + ACTIONS(4603), 1, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4250), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4252), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [69489] = 5, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4741), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [71752] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1584), 1, + ACTIONS(1540), 1, sym__automatic_semicolon, - ACTIONS(1576), 2, + ACTIONS(1532), 2, anon_sym_else, anon_sym_while, - ACTIONS(1580), 13, + ACTIONS(1536), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1582), 25, + anon_sym_DASH_DASH, + ACTIONS(1538), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -168354,34 +169481,36 @@ 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, anon_sym_satisfies, - [69542] = 3, + [71805] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4027), 13, + ACTIONS(1468), 1, + sym__automatic_semicolon, + ACTIONS(1460), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1464), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4029), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1466), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -168400,199 +169529,184 @@ 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, anon_sym_satisfies, - [69591] = 32, + [71858] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3552), 1, + ACTIONS(3615), 1, anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, + ACTIONS(4691), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, + ACTIONS(4695), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4699), 1, anon_sym_AMP, - ACTIONS(4609), 1, + ACTIONS(4701), 1, anon_sym_CARET, - ACTIONS(4611), 1, + ACTIONS(4703), 1, anon_sym_PIPE, - ACTIONS(4615), 1, + ACTIONS(4707), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - ACTIONS(4625), 1, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, + ACTIONS(4721), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4619), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69698] = 3, + [71967] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4200), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4202), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3589), 1, + anon_sym_of, + ACTIONS(4691), 1, anon_sym_AMP_AMP, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4701), 1, anon_sym_CARET, + ACTIONS(4703), 1, + anon_sym_PIPE, + ACTIONS(4707), 1, anon_sym_PERCENT, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [69747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4192), 13, + ACTIONS(4721), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4689), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4194), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [69796] = 5, + [72076] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1497), 1, + ACTIONS(1612), 1, sym__automatic_semicolon, - ACTIONS(1489), 2, + ACTIONS(1604), 2, anon_sym_else, anon_sym_while, - ACTIONS(1493), 13, + ACTIONS(1608), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1495), 25, + anon_sym_DASH_DASH, + ACTIONS(1610), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -168615,36 +169729,94 @@ 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, anon_sym_satisfies, - [69849] = 4, + [72129] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1576), 5, - sym__automatic_semicolon, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(3250), 1, anon_sym_COMMA, + ACTIONS(3277), 1, anon_sym_RBRACE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4747), 2, + anon_sym_get, + anon_sym_set, + STATE(3131), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1580), 13, + ACTIONS(1941), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [72204] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1439), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1582), 23, + anon_sym_DASH_DASH, + ACTIONS(1441), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -168662,85 +169834,203 @@ 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, anon_sym_satisfies, - [69900] = 3, + [72253] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4034), 13, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, + anon_sym_AMP_AMP, + ACTIONS(4320), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4322), 1, anon_sym_GT_GT, + ACTIONS(4326), 1, anon_sym_AMP, + ACTIONS(4328), 1, + anon_sym_CARET, + ACTIONS(4330), 1, anon_sym_PIPE, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4348), 1, + sym__ternary_qmark, + ACTIONS(4785), 1, + anon_sym_COLON, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4314), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4316), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4324), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4036), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4344), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4340), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [72362] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3486), 1, + anon_sym_of, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4691), 1, anon_sym_AMP_AMP, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4701), 1, anon_sym_CARET, + ACTIONS(4703), 1, + anon_sym_PIPE, + ACTIONS(4707), 1, anon_sym_PERCENT, + ACTIONS(4709), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4721), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4684), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4689), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4697), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4715), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4713), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [69949] = 4, + [72471] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3063), 1, - anon_sym_EQ, - ACTIONS(2931), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4787), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3807), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 27, - sym__automatic_semicolon, + ACTIONS(3809), 17, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -168754,41 +170044,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [70000] = 5, + [72542] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4715), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4717), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, - anon_sym_STAR, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4790), 1, anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3859), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(2935), 23, + ACTIONS(3861), 15, sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -168802,38 +170105,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [70053] = 5, + [72619] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4719), 1, + ACTIONS(1590), 1, sym__automatic_semicolon, - ACTIONS(1546), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1550), 13, + ACTIONS(1582), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1586), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1552), 23, + anon_sym_DASH_DASH, + ACTIONS(1588), 24, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -168851,37 +170151,37 @@ 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, anon_sym_satisfies, - [70106] = 5, + [72672] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4721), 1, + ACTIONS(1576), 1, sym__automatic_semicolon, - ACTIONS(1590), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1594), 13, + ACTIONS(1568), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1572), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1596), 23, + anon_sym_DASH_DASH, + ACTIONS(1574), 24, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -168899,33 +170199,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, anon_sym_satisfies, - [70159] = 4, + [72725] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1566), 5, + ACTIONS(4793), 1, sym__automatic_semicolon, + ACTIONS(1614), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - ACTIONS(1570), 13, + ACTIONS(1618), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1572), 23, + anon_sym_DASH_DASH, + ACTIONS(1620), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -168946,97 +170247,27 @@ 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, - anon_sym_satisfies, - [70210] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, - anon_sym_AMP_AMP, - ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4607), 1, - anon_sym_AMP, - ACTIONS(4609), 1, - anon_sym_CARET, - ACTIONS(4611), 1, - anon_sym_PIPE, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4595), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4621), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4623), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 6, - sym__ternary_qmark, - anon_sym_as, - anon_sym_of, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, anon_sym_satisfies, - [70307] = 3, + [72778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4038), 13, + ACTIONS(3577), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4040), 28, + anon_sym_DASH_DASH, + ACTIONS(3579), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -169062,111 +170293,85 @@ 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, anon_sym_satisfies, - [70356] = 32, + [72827] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3055), 1, + anon_sym_EQ, + ACTIONS(3101), 1, + anon_sym_COLON, + ACTIONS(4150), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3934), 1, - anon_sym_RBRACE, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, + ACTIONS(4153), 2, anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, - anon_sym_AMP_AMP, - ACTIONS(4267), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, anon_sym_PIPE, - ACTIONS(4273), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(3599), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2947), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, + anon_sym_BANG, anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [70463] = 5, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [72886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1540), 1, - sym__automatic_semicolon, - ACTIONS(1532), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1536), 13, + ACTIONS(4109), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1538), 25, + anon_sym_DASH_DASH, + ACTIONS(4111), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -169185,113 +170390,124 @@ 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, anon_sym_satisfies, - [70516] = 32, + [72935] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(3857), 1, + anon_sym_of, + ACTIONS(4691), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4693), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4695), 1, + anon_sym_GT_GT, + ACTIONS(4699), 1, + anon_sym_AMP, + ACTIONS(4701), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4703), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4707), 1, + anon_sym_PERCENT, + ACTIONS(4709), 1, + anon_sym_STAR_STAR, + ACTIONS(4711), 1, + anon_sym_LT, + ACTIONS(4719), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4721), 1, sym__ternary_qmark, - ACTIONS(4723), 1, - anon_sym_COLON, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4684), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4689), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4697), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4715), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4717), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4248), 3, + ACTIONS(4713), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [70623] = 3, + [73044] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(4795), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3842), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3844), 18, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -169306,37 +170522,35 @@ 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, anon_sym_satisfies, - [70672] = 5, + [73111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4529), 2, + ACTIONS(3057), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4531), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -169354,36 +170568,41 @@ 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, anon_sym_satisfies, - [70725] = 3, + [73162] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3998), 13, + ACTIONS(3034), 1, + anon_sym_EQ, + ACTIONS(3597), 1, + anon_sym_QMARK, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(4153), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3599), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4000), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -169400,34 +170619,37 @@ 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, anon_sym_satisfies, - [70774] = 3, + [73221] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1520), 13, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3117), 1, + anon_sym_in, + ACTIONS(3120), 1, + anon_sym_of, + ACTIONS(2947), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1522), 28, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -169446,37 +170668,37 @@ 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, anon_sym_satisfies, - [70823] = 5, + [73276] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1564), 1, - sym__automatic_semicolon, - ACTIONS(1556), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1560), 13, + ACTIONS(4574), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4576), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1562), 25, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -169494,98 +170716,214 @@ 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, anon_sym_satisfies, - [70876] = 17, + [73329] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4617), 1, + ACTIONS(4318), 1, + anon_sym_AMP_AMP, + ACTIONS(4320), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, + anon_sym_CARET, + ACTIONS(4330), 1, + anon_sym_PIPE, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4338), 1, anon_sym_LT, - STATE(3509), 1, + ACTIONS(4346), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4348), 1, + sym__ternary_qmark, + ACTIONS(4798), 1, + anon_sym_COLON, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, + ACTIONS(4314), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4316), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4324), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4332), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4342), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4344), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 11, + ACTIONS(4340), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [73438] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4800), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4802), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 14, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, - anon_sym_of, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, - [70953] = 5, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [73491] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4725), 2, + ACTIONS(1397), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4727), 3, + ACTIONS(3554), 1, + anon_sym_LBRACK, + ACTIONS(1993), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + anon_sym_extends, + ACTIONS(3557), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1395), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1399), 23, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [73548] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3546), 1, + anon_sym_LBRACK, + ACTIONS(3552), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3549), 3, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + ACTIONS(3540), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(3544), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -169602,33 +170940,109 @@ 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, anon_sym_satisfies, - [71006] = 4, + [73605] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, + anon_sym_AMP_AMP, + ACTIONS(4320), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, + anon_sym_CARET, + ACTIONS(4330), 1, + anon_sym_PIPE, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4348), 1, + sym__ternary_qmark, + ACTIONS(4804), 1, + anon_sym_COLON, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4314), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4316), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4324), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4332), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4342), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4344), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4340), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [73714] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 5, + ACTIONS(1476), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - ACTIONS(1520), 13, + ACTIONS(1480), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1522), 23, + anon_sym_DASH_DASH, + ACTIONS(1482), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -169649,35 +171063,36 @@ 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, anon_sym_satisfies, - [71057] = 3, + [73765] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4149), 13, + ACTIONS(1554), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1558), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4151), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1560), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -169695,37 +171110,38 @@ 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, anon_sym_satisfies, - [71106] = 7, + [73816] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, - anon_sym_QMARK, - ACTIONS(3730), 2, - anon_sym_RPAREN, - anon_sym_extends, - ACTIONS(4087), 2, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(3554), 1, + anon_sym_LBRACK, + ACTIONS(4503), 1, + anon_sym_COLON, + ACTIONS(3557), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4084), 3, + ACTIONS(1993), 3, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_RBRACK, - ACTIONS(4080), 11, + anon_sym_extends, + ACTIONS(1395), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 22, + anon_sym_DASH_DASH, + ACTIONS(1399), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -169745,36 +171161,41 @@ 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, anon_sym_satisfies, - [71163] = 3, + [73875] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4196), 13, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3546), 1, + anon_sym_LBRACK, + ACTIONS(4509), 1, + anon_sym_COLON, + ACTIONS(3549), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3552), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(3540), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4198), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3544), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -169791,48 +171212,38 @@ 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, anon_sym_satisfies, - [71212] = 12, + [73934] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4729), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3554), 12, + ACTIONS(4259), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3556), 19, + anon_sym_DASH_DASH, + ACTIONS(3587), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -169847,31 +171258,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, anon_sym_satisfies, - [71279] = 5, + [73983] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1524), 1, + ACTIONS(1443), 1, sym__automatic_semicolon, - ACTIONS(1516), 2, + ACTIONS(1435), 2, anon_sym_else, anon_sym_while, - ACTIONS(1520), 13, + ACTIONS(1439), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1522), 25, + anon_sym_DASH_DASH, + ACTIONS(1441), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -169894,97 +171306,36 @@ 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, anon_sym_satisfies, - [71332] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3203), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4654), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4513), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [71407] = 5, + [74036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3494), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3492), 4, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2931), 11, + ACTIONS(4252), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 24, + anon_sym_DASH_DASH, + ACTIONS(4254), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -170001,35 +171352,37 @@ 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, anon_sym_satisfies, - [71460] = 3, + [74085] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4067), 13, + ACTIONS(4806), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4808), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4069), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -170047,40 +171400,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, anon_sym_satisfies, - [71509] = 7, + [74138] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3502), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3508), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3505), 3, - anon_sym_GT, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4318), 1, + anon_sym_AMP_AMP, + ACTIONS(4320), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, anon_sym_AMP, + ACTIONS(4328), 1, + anon_sym_CARET, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(3496), 10, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4348), 1, + sym__ternary_qmark, + ACTIONS(4810), 1, + anon_sym_COLON, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4314), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4316), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4324), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4332), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4342), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4344), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4340), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [74247] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1458), 1, + sym__automatic_semicolon, + ACTIONS(1450), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1454), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 24, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1456), 24, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -170097,27 +171524,27 @@ 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, anon_sym_satisfies, - [71566] = 3, + [74300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3863), 13, + ACTIONS(1496), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3811), 28, + anon_sym_DASH_DASH, + ACTIONS(1498), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -170143,98 +171570,36 @@ 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, anon_sym_satisfies, - [71615] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3203), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4641), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4643), 2, - anon_sym_get, - anon_sym_set, - STATE(3129), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [71688] = 7, + [74349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(3510), 1, - anon_sym_LBRACK, - ACTIONS(1995), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3513), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1423), 10, + ACTIONS(4243), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 24, + anon_sym_DASH_DASH, + ACTIONS(4245), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -170251,27 +171616,27 @@ 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, anon_sym_satisfies, - [71745] = 3, + [74398] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4073), 13, + ACTIONS(3980), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4075), 28, + anon_sym_DASH_DASH, + ACTIONS(3982), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -170297,36 +171662,40 @@ 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, anon_sym_satisfies, - [71794] = 3, + [74447] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 13, + ACTIONS(3597), 1, + anon_sym_QMARK, + ACTIONS(3599), 2, + anon_sym_RPAREN, + anon_sym_extends, + ACTIONS(4153), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4150), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4190), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -170343,167 +171712,173 @@ 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, anon_sym_satisfies, - [71843] = 15, + [74504] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3212), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4641), 2, + ACTIONS(4812), 1, + anon_sym_STAR, + ACTIONS(4814), 1, + anon_sym_LBRACE, + ACTIONS(4816), 1, + anon_sym_async, + ACTIONS(4820), 1, + anon_sym_readonly, + STATE(2303), 1, + sym_statement_block, + STATE(2327), 1, + sym_override_modifier, + ACTIONS(4818), 2, sym_number, sym_private_property_identifier, - ACTIONS(4643), 2, + ACTIONS(4822), 2, anon_sym_get, anon_sym_set, - STATE(3129), 3, + STATE(2541), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(3166), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [71916] = 32, + [74581] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_GT_GT, - ACTIONS(4240), 1, - anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4267), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, + ACTIONS(4322), 1, + anon_sym_GT_GT, + ACTIONS(4326), 1, + anon_sym_AMP, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4271), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4273), 1, + ACTIONS(4334), 1, + anon_sym_PERCENT, + ACTIONS(4336), 1, + anon_sym_STAR_STAR, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - ACTIONS(4732), 1, + ACTIONS(4824), 1, anon_sym_COLON, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4232), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4238), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4242), 2, + ACTIONS(4332), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + ACTIONS(4342), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + ACTIONS(4344), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4248), 3, + ACTIONS(4340), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72023] = 3, + [74690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3924), 13, + ACTIONS(4682), 1, + sym_regex_flags, + ACTIONS(4568), 17, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 28, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(4570), 23, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -170520,174 +171895,36 @@ 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, - anon_sym_satisfies, - [72072] = 16, + [74741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4734), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3585), 11, + ACTIONS(1532), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1536), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3587), 15, - 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_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, - [72147] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3534), 1, - anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, - anon_sym_AMP_AMP, - ACTIONS(4601), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, - anon_sym_GT_GT, - ACTIONS(4607), 1, - anon_sym_AMP, - ACTIONS(4609), 1, - anon_sym_CARET, - ACTIONS(4611), 1, - anon_sym_PIPE, - ACTIONS(4615), 1, - anon_sym_PERCENT, - ACTIONS(4617), 1, - anon_sym_STAR_STAR, - ACTIONS(4625), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, - anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4605), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4613), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4621), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4623), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [72254] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3051), 1, - anon_sym_EQ, - ACTIONS(3093), 1, - anon_sym_in, - ACTIONS(3096), 1, - anon_sym_of, - ACTIONS(2931), 12, - anon_sym_STAR, - anon_sym_BANG, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1538), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -170705,94 +171942,37 @@ 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, anon_sym_satisfies, - [72309] = 16, + [74792] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3212), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, + ACTIONS(4723), 2, anon_sym_EQ, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4654), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4513), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [72384] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3928), 13, + ACTIONS(4725), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3930), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -170810,109 +171990,157 @@ 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, anon_sym_satisfies, - [72433] = 32, + [74845] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(3579), 1, - anon_sym_of, - ACTIONS(4597), 1, - anon_sym_LT, - ACTIONS(4599), 1, + ACTIONS(4318), 1, anon_sym_AMP_AMP, - ACTIONS(4601), 1, + ACTIONS(4320), 1, anon_sym_PIPE_PIPE, - ACTIONS(4603), 1, + ACTIONS(4322), 1, anon_sym_GT_GT, - ACTIONS(4607), 1, + ACTIONS(4326), 1, anon_sym_AMP, - ACTIONS(4609), 1, + ACTIONS(4328), 1, anon_sym_CARET, - ACTIONS(4611), 1, + ACTIONS(4330), 1, anon_sym_PIPE, - ACTIONS(4615), 1, + ACTIONS(4334), 1, anon_sym_PERCENT, - ACTIONS(4617), 1, + ACTIONS(4336), 1, anon_sym_STAR_STAR, - ACTIONS(4625), 1, + ACTIONS(4338), 1, + anon_sym_LT, + ACTIONS(4346), 1, anon_sym_QMARK_QMARK, - ACTIONS(4627), 1, + ACTIONS(4348), 1, sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(4826), 1, + anon_sym_COLON, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4593), 2, + ACTIONS(4314), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4595), 2, + ACTIONS(4316), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4605), 2, + ACTIONS(4324), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4613), 2, + ACTIONS(4332), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4342), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4344), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4340), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [74954] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4234), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4621), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4623), 2, + anon_sym_DASH_DASH, + ACTIONS(4236), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4619), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [72540] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [75003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4080), 13, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 28, + anon_sym_DASH_DASH, + ACTIONS(2951), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -170931,39 +172159,36 @@ 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, anon_sym_satisfies, - [72589] = 6, + [75054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 1, - anon_sym_extends, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3936), 3, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(2931), 11, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 24, + anon_sym_DASH_DASH, + ACTIONS(2951), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -170980,86 +172205,27 @@ 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, anon_sym_satisfies, - [72644] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3241), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4654), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(4513), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [72719] = 3, + [75103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3972), 13, + ACTIONS(4230), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3974), 28, + anon_sym_DASH_DASH, + ACTIONS(4232), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -171085,85 +172251,27 @@ 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, anon_sym_satisfies, - [72768] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3241), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(4641), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4643), 2, - anon_sym_get, - anon_sym_set, - STATE(3129), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [72841] = 3, + [75152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4090), 13, + ACTIONS(4208), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4092), 28, + anon_sym_DASH_DASH, + ACTIONS(4210), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -171189,93 +172297,36 @@ 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, anon_sym_satisfies, - [72890] = 15, + [75201] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(3200), 1, + ACTIONS(1492), 5, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(3246), 1, anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4641), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4643), 2, - anon_sym_get, - anon_sym_set, - STATE(3129), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [72963] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4180), 13, + ACTIONS(1496), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4182), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1498), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -171293,102 +172344,73 @@ 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, anon_sym_satisfies, - [73012] = 32, + [75252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(4222), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4234), 1, - anon_sym_LT, - ACTIONS(4236), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(4244), 1, - anon_sym_PERCENT, - ACTIONS(4246), 1, - anon_sym_STAR_STAR, - ACTIONS(4265), 1, - anon_sym_AMP_AMP, - ACTIONS(4267), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4269), 1, - anon_sym_CARET, - ACTIONS(4271), 1, anon_sym_PIPE, - ACTIONS(4273), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4275), 1, - sym__ternary_qmark, - ACTIONS(4737), 1, - anon_sym_RBRACK, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4230), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4232), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4238), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4242), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4250), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4252), 2, + anon_sym_DASH_DASH, + ACTIONS(4224), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4248), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [73119] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [75301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3817), 13, + ACTIONS(4212), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3592), 28, + anon_sym_DASH_DASH, + ACTIONS(4214), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -171414,35 +172436,37 @@ 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, anon_sym_satisfies, - [73168] = 3, + [75350] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 13, + ACTIONS(4723), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4725), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3594), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -171460,19 +172484,45 @@ 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, anon_sym_satisfies, - [73217] = 3, + [75403] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4218), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4828), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 10, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -171480,18 +172530,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4220), 28, - sym__automatic_semicolon, + ACTIONS(3566), 14, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + 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, + anon_sym_satisfies, + [75479] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4837), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3807), 12, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(3809), 16, + sym__ternary_qmark, + anon_sym_as, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -171505,36 +172600,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [73266] = 3, + [75549] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 13, + ACTIONS(4572), 1, + sym_regex_flags, + ACTIONS(4568), 18, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3596), 28, - sym__automatic_semicolon, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + anon_sym_implements, + ACTIONS(4570), 21, sym__ternary_qmark, - anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -171550,38 +172645,148 @@ 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, - anon_sym_satisfies, - [73315] = 3, + [75599] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3274), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, + sym_number, + sym_private_property_identifier, + STATE(3131), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [75669] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3277), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, + sym_number, + sym_private_property_identifier, + STATE(3131), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [75739] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4212), 13, + ACTIONS(3028), 1, + anon_sym_EQ, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4214), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -171598,38 +172803,39 @@ 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, anon_sym_satisfies, - [73364] = 5, + [75789] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4580), 2, - anon_sym_EQ, + ACTIONS(3410), 1, anon_sym_QMARK, - ACTIONS(4582), 3, + ACTIONS(3412), 1, + anon_sym_extends, + ACTIONS(4024), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4021), 3, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2931), 13, + anon_sym_LBRACK, + anon_sym_RBRACK, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -171646,36 +172852,39 @@ 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, anon_sym_satisfies, - [73417] = 3, + [75845] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1435), 13, + ACTIONS(3105), 1, + anon_sym_EQ, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(3599), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4153), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1437), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -171692,101 +172901,105 @@ 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, anon_sym_satisfies, - [73466] = 16, + [75901] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3246), 1, - anon_sym_RBRACE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4654), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4513), 2, + ACTIONS(4842), 1, + anon_sym_static, + ACTIONS(4844), 1, + anon_sym_readonly, + ACTIONS(4846), 1, + anon_sym_abstract, + STATE(2312), 1, + sym_accessibility_modifier, + STATE(2349), 1, + sym_override_modifier, + ACTIONS(4840), 2, sym_number, sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, + ACTIONS(3188), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2886), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(3166), 14, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [73541] = 7, + [75975] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4739), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(4742), 1, - anon_sym_COLON, - ACTIONS(4744), 1, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(4848), 1, anon_sym_LT, - ACTIONS(4747), 1, - anon_sym_QMARK, - ACTIONS(4200), 12, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3842), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(4202), 25, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3844), 17, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -171801,190 +173014,176 @@ 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, anon_sym_satisfies, - [73598] = 31, + [76041] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, + ACTIONS(4879), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [73702] = 31, + [76147] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3825), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3829), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3833), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3888), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(4753), 1, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4881), 1, anon_sym_LT, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, - anon_sym_AMP, - ACTIONS(4765), 1, - anon_sym_CARET, - ACTIONS(4767), 1, - anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, - sym__ternary_qmark, - STATE(3455), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3763), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3859), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4751), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4769), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(3861), 14, + sym__ternary_qmark, + 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(1989), 2, - sym_template_string, - sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [73806] = 13, + [76223] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3200), 1, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3203), 1, + ACTIONS(3260), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3716), 1, aux_sym_object_repeat1, - ACTIONS(4641), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, sym_number, sym_private_property_identifier, - STATE(3129), 3, + STATE(3131), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172005,41 +173204,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [73874] = 13, + [76293] = 32, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, + anon_sym_AMP_AMP, + ACTIONS(4855), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, + anon_sym_AMP, + ACTIONS(4863), 1, + anon_sym_CARET, + ACTIONS(4865), 1, + anon_sym_PIPE, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4879), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4828), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4851), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4859), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4867), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4873), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4875), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4871), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [76399] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3006), 1, + anon_sym_LPAREN, + ACTIONS(3012), 1, + anon_sym_LT, + STATE(2575), 1, + sym_arguments, + STATE(2659), 1, + sym_type_arguments, + ACTIONS(2947), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(2951), 23, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [76455] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3200), 1, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3241), 1, + ACTIONS(3265), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(4641), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, sym_number, sym_private_property_identifier, - STATE(3129), 3, + STATE(3131), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172060,632 +173383,733 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [73942] = 31, + [76525] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(3882), 1, + anon_sym_BANG, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3888), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3890), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, + anon_sym_AMP_AMP, + ACTIONS(4855), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, + anon_sym_AMP, + ACTIONS(4863), 1, + anon_sym_CARET, + ACTIONS(4865), 1, + anon_sym_PIPE, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4879), 1, + sym__ternary_qmark, + STATE(2129), 1, + sym_type_arguments, + STATE(3876), 1, + sym_optional_chain, + ACTIONS(4828), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4851), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4859), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4867), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4873), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4875), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1853), 2, + sym_template_string, + sym_arguments, + ACTIONS(4871), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [76631] = 32, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, + ACTIONS(4879), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74046] = 31, + [76737] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, + ACTIONS(4879), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74150] = 13, + [76843] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3212), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(4641), 2, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4613), 1, + anon_sym_readonly, + STATE(2324), 1, + sym_override_modifier, + ACTIONS(3286), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4611), 2, sym_number, sym_private_property_identifier, - STATE(3129), 3, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + ACTIONS(3166), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [74218] = 6, + [76919] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(3942), 1, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3340), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3945), 3, - anon_sym_GT, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, + anon_sym_AMP_AMP, + ACTIONS(4855), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, anon_sym_AMP, + ACTIONS(4863), 1, + anon_sym_CARET, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(2931), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(4869), 1, anon_sym_LT, + ACTIONS(4877), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4879), 1, + sym__ternary_qmark, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(4828), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4851), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4859), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 24, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4871), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [74272] = 31, + [77025] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, + ACTIONS(4879), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74376] = 31, + [77131] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, + ACTIONS(4879), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74480] = 31, + [77237] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, - sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(4869), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74584] = 14, + ACTIONS(3566), 4, + sym__ternary_qmark, + anon_sym_as, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [77337] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4773), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - ACTIONS(4785), 1, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4869), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 12, + ACTIONS(4828), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4859), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4871), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3564), 5, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 15, + ACTIONS(3566), 9, sym__ternary_qmark, anon_sym_as, 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, anon_sym_satisfies, - [74654] = 31, + [77423] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, - anon_sym_AMP, - ACTIONS(4765), 1, - anon_sym_CARET, - ACTIONS(4767), 1, - anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - ACTIONS(4781), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, - sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(4834), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4751), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4769), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(3566), 13, + sym__ternary_qmark, + 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(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [74758] = 6, + [77501] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3542), 2, + ACTIONS(2963), 1, + anon_sym_EQ, + ACTIONS(3124), 3, anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 24, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -172702,94 +174126,168 @@ 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, anon_sym_satisfies, - [74812] = 19, + [77553] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4771), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4830), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, + anon_sym_AMP, + ACTIONS(4863), 1, + anon_sym_CARET, + ACTIONS(4869), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(3564), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4761), 2, + ACTIONS(4851), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1439), 2, + ACTIONS(4873), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4875), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 7, + ACTIONS(4871), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 6, + sym__ternary_qmark, + anon_sym_as, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [77647] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, + anon_sym_AMP, + ACTIONS(4869), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + ACTIONS(3564), 2, anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4828), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4859), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4867), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 12, + ACTIONS(4875), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4871), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3566), 7, sym__ternary_qmark, anon_sym_as, 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, anon_sym_satisfies, - [74892] = 6, + [77739] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4084), 1, + ACTIONS(4021), 1, anon_sym_LBRACK, - ACTIONS(3730), 2, + ACTIONS(3412), 2, anon_sym_COMMA, anon_sym_extends, - ACTIONS(4087), 3, + ACTIONS(4024), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4080), 10, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 24, + anon_sym_DASH_DASH, + ACTIONS(2951), 23, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -172811,109 +174309,38 @@ 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, anon_sym_satisfies, - [74946] = 31, + [77793] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(2963), 1, + anon_sym_EQ, + ACTIONS(3599), 1, + anon_sym_extends, + ACTIONS(4150), 2, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, - anon_sym_AMP, - ACTIONS(4765), 1, - anon_sym_CARET, - ACTIONS(4767), 1, - anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4751), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4761), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4769), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4777), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4779), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [75050] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3494), 3, + ACTIONS(4153), 2, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(3492), 4, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2931), 11, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -172931,887 +174358,643 @@ 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, anon_sym_satisfies, - [75102] = 28, + [77849] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, - anon_sym_AMP, - ACTIONS(4765), 1, - anon_sym_CARET, - ACTIONS(4767), 1, - anon_sym_PIPE, - ACTIONS(4771), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4830), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4869), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(3564), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 4, + ACTIONS(3566), 7, sym__ternary_qmark, anon_sym_as, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [75200] = 21, + [77939] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4771), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4830), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4834), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4761), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3677), 5, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3679), 9, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_satisfies, - [75284] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3564), 8, anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4785), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 11, - anon_sym_STAR, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 13, + ACTIONS(3566), 14, sym__ternary_qmark, + anon_sym_as, 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, - [75360] = 16, + anon_sym_satisfies, + [78017] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4771), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4830), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - ACTIONS(4785), 1, + ACTIONS(4853), 1, + anon_sym_AMP_AMP, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, + anon_sym_AMP, + ACTIONS(4863), 1, + anon_sym_CARET, + ACTIONS(4865), 1, + anon_sym_PIPE, + ACTIONS(4869), 1, anon_sym_LT, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3677), 10, - anon_sym_BANG, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4859), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 14, - sym__ternary_qmark, - anon_sym_as, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_LT_EQ, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(4871), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, + ACTIONS(3566), 5, + sym__ternary_qmark, + anon_sym_as, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, anon_sym_satisfies, - [75434] = 25, + [78115] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4759), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3564), 1, + anon_sym_BANG, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4865), 1, + anon_sym_PIPE, + ACTIONS(4869), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 6, + ACTIONS(3566), 6, sym__ternary_qmark, anon_sym_as, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [75526] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(4790), 1, - anon_sym_static, - ACTIONS(4792), 1, - anon_sym_readonly, - ACTIONS(4794), 1, - anon_sym_abstract, - STATE(2288), 1, - sym_accessibility_modifier, - STATE(2318), 1, - sym_override_modifier, - ACTIONS(4788), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3168), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2807), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(3150), 14, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [75598] = 31, + [78211] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, - anon_sym_AMP, - ACTIONS(4765), 1, - anon_sym_CARET, - ACTIONS(4767), 1, - anon_sym_PIPE, - ACTIONS(4771), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4830), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - ACTIONS(4781), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, - sym__ternary_qmark, - STATE(3509), 1, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4869), 1, + anon_sym_LT, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4779), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [75702] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3053), 1, - anon_sym_EQ, - ACTIONS(2931), 13, - anon_sym_STAR, + ACTIONS(3564), 7, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, + ACTIONS(3566), 12, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [75752] = 4, + [78293] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 1, - anon_sym_EQ, - ACTIONS(2931), 13, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(3320), 1, + anon_sym_LBRACK, + ACTIONS(3322), 1, + anon_sym_DOT, + ACTIONS(3492), 1, + anon_sym_QMARK_DOT, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + anon_sym_LT, + STATE(1231), 1, + sym_type_arguments, + STATE(3809), 1, + sym_optional_chain, + STATE(1441), 2, + sym_template_string, + sym_arguments, + ACTIONS(3564), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 26, + ACTIONS(3566), 15, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_implements, - [75802] = 31, + [78365] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, + ACTIONS(4879), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [75906] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3338), 1, - anon_sym_QMARK, - ACTIONS(3340), 1, - anon_sym_extends, - ACTIONS(3945), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3942), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(2931), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 22, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, + ACTIONS(4871), 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [75962] = 31, + [78471] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, + ACTIONS(4879), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [76066] = 6, + [78577] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 1, - anon_sym_EQ, - ACTIONS(4404), 1, - anon_sym_COLON, - ACTIONS(4159), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(4153), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4157), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(1124), 1, + anon_sym_BQUOTE, + ACTIONS(3304), 1, anon_sym_LPAREN, + ACTIONS(3320), 1, anon_sym_LBRACK, + ACTIONS(3322), 1, anon_sym_DOT, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3524), 1, anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3528), 1, anon_sym_satisfies, - [76120] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, - anon_sym_AMP, - ACTIONS(4771), 1, + ACTIONS(4830), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4853), 1, + anon_sym_AMP_AMP, + ACTIONS(4855), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, + anon_sym_AMP, + ACTIONS(4863), 1, + anon_sym_CARET, + ACTIONS(4865), 1, + anon_sym_PIPE, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4879), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3677), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 7, - sym__ternary_qmark, - anon_sym_as, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [76210] = 7, + [78683] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3098), 1, - anon_sym_EQ, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3542), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3939), 3, - anon_sym_GT, + ACTIONS(3538), 3, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2931), 10, + anon_sym_QMARK, + ACTIONS(3536), 4, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_of, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -173828,243 +175011,234 @@ 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, anon_sym_satisfies, - [76266] = 23, + [78735] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4771), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4830), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - STATE(3509), 1, + ACTIONS(4853), 1, + anon_sym_AMP_AMP, + ACTIONS(4855), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, + anon_sym_AMP, + ACTIONS(4863), 1, + anon_sym_CARET, + ACTIONS(4865), 1, + anon_sym_PIPE, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4879), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4775), 3, + ACTIONS(4871), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3679), 7, - sym__ternary_qmark, - anon_sym_as, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [76354] = 17, + [78841] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3484), 1, + anon_sym_as, + ACTIONS(3488), 1, + anon_sym_BANG, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(4771), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, + anon_sym_satisfies, + ACTIONS(4830), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - ACTIONS(4785), 1, + ACTIONS(4853), 1, + anon_sym_AMP_AMP, + ACTIONS(4855), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4857), 1, + anon_sym_GT_GT, + ACTIONS(4861), 1, + anon_sym_AMP, + ACTIONS(4863), 1, + anon_sym_CARET, + ACTIONS(4865), 1, + anon_sym_PIPE, + ACTIONS(4869), 1, anon_sym_LT, - STATE(3509), 1, + ACTIONS(4877), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4879), 1, + sym__ternary_qmark, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4769), 2, + ACTIONS(4851), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4859), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1439), 2, + ACTIONS(4873), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4875), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3677), 8, + ACTIONS(4871), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [78947] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3097), 1, + anon_sym_EQ, + ACTIONS(2947), 14, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3679), 14, + anon_sym_DASH_DASH, + ACTIONS(2951), 25, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [76430] = 27, + anon_sym_implements, + [78997] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(4150), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(3599), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4153), 3, + anon_sym_GT, anon_sym_AMP, - ACTIONS(4765), 1, - anon_sym_CARET, - ACTIONS(4767), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(2947), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4751), 2, + anon_sym_BANG, anon_sym_in, - anon_sym_GT, - ACTIONS(4761), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4769), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 5, + anon_sym_DASH_DASH, + ACTIONS(2951), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [76526] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(4796), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3670), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3672), 16, - sym__ternary_qmark, - anon_sym_as, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -174078,120 +175252,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [76594] = 26, + [79051] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(4156), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3677), 1, - anon_sym_BANG, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(3647), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4159), 3, + anon_sym_GT, anon_sym_AMP, - ACTIONS(4765), 1, - anon_sym_CARET, - ACTIONS(4767), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(3994), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4751), 2, + anon_sym_BANG, anon_sym_in, - anon_sym_GT, - ACTIONS(4761), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4769), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3679), 6, + anon_sym_DASH_DASH, + ACTIONS(3996), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [76688] = 16, + [79105] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4799), 1, + ACTIONS(1875), 1, anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(3585), 11, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3253), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4745), 2, + sym_number, + sym_private_property_identifier, + STATE(3131), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [79175] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, + anon_sym_EQ, + ACTIONS(4505), 1, + anon_sym_COLON, + ACTIONS(4087), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(4081), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3587), 14, + anon_sym_DASH_DASH, + ACTIONS(4085), 22, sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -174205,34 +175404,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [76762] = 5, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [79229] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(1397), 1, anon_sym_EQ, - ACTIONS(3121), 3, - anon_sym_COMMA, + ACTIONS(1993), 1, + anon_sym_extends, + ACTIONS(3554), 2, anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(2931), 13, + anon_sym_LBRACK, + ACTIONS(3557), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1395), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(1399), 22, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -174249,162 +175454,109 @@ 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, anon_sym_satisfies, - [76814] = 31, + [79285] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1124), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - ACTIONS(3280), 1, + ACTIONS(3320), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, + ACTIONS(3322), 1, anon_sym_DOT, - ACTIONS(3444), 1, + ACTIONS(3484), 1, anon_sym_as, - ACTIONS(3448), 1, + ACTIONS(3488), 1, anon_sym_BANG, - ACTIONS(3454), 1, + ACTIONS(3492), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, + ACTIONS(3524), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3526), 1, + anon_sym_DASH_DASH, + ACTIONS(3528), 1, anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, + ACTIONS(4830), 1, + anon_sym_PERCENT, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4853), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4855), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4857), 1, anon_sym_GT_GT, - ACTIONS(4763), 1, + ACTIONS(4861), 1, anon_sym_AMP, - ACTIONS(4765), 1, + ACTIONS(4863), 1, anon_sym_CARET, - ACTIONS(4767), 1, + ACTIONS(4865), 1, anon_sym_PIPE, - ACTIONS(4771), 1, - anon_sym_PERCENT, - ACTIONS(4773), 1, - anon_sym_STAR_STAR, - ACTIONS(4781), 1, + ACTIONS(4869), 1, + anon_sym_LT, + ACTIONS(4877), 1, anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, + ACTIONS(4879), 1, sym__ternary_qmark, - STATE(3509), 1, + STATE(1231), 1, sym_type_arguments, - STATE(3765), 1, + STATE(3809), 1, sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, + ACTIONS(4828), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4751), 2, + ACTIONS(4851), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4761), 2, + ACTIONS(4859), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4769), 2, + ACTIONS(4867), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4777), 2, + ACTIONS(4873), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4779), 2, + ACTIONS(4875), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [76918] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(3280), 1, - anon_sym_LBRACK, - ACTIONS(3284), 1, - anon_sym_DOT, - ACTIONS(3454), 1, - anon_sym_QMARK_DOT, - ACTIONS(4802), 1, - anon_sym_LT, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - STATE(1439), 2, + STATE(1441), 2, sym_template_string, sym_arguments, - ACTIONS(3554), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3556), 18, - sym__ternary_qmark, - anon_sym_as, - 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, + ACTIONS(4871), 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - [76984] = 7, + [79391] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, - anon_sym_EQ, ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3552), 1, anon_sym_extends, - ACTIONS(3936), 2, + ACTIONS(3546), 2, anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(3939), 2, + ACTIONS(3549), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2931), 11, + ACTIONS(3540), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(3544), 22, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -174425,107 +175577,115 @@ 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, anon_sym_satisfies, - [77040] = 13, + [79447] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(3200), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(3246), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1891), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + ACTIONS(4884), 1, + anon_sym_STAR, + STATE(2333), 1, + sym_override_modifier, + STATE(3716), 1, aux_sym_object_repeat1, - ACTIONS(4641), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3129), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [77108] = 16, + [79528] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1889), 1, + anon_sym_RBRACE, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, anon_sym_override, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4515), 1, - anon_sym_readonly, - STATE(2313), 1, + ACTIONS(4884), 1, + anon_sym_STAR, + STATE(2333), 1, sym_override_modifier, - ACTIONS(3270), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(4513), 2, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(4517), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(2528), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174541,36 +175701,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [77182] = 7, + [79609] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - anon_sym_EQ, - ACTIONS(3508), 1, - anon_sym_extends, - ACTIONS(3502), 2, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3505), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3496), 11, + ACTIONS(4135), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(4886), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 23, + anon_sym_DASH_DASH, + ACTIONS(4889), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -174587,39 +175744,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, anon_sym_satisfies, - [77238] = 7, + [79658] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(1995), 1, - anon_sym_extends, - ACTIONS(3510), 2, - anon_sym_RBRACE, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(3513), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1423), 11, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(4892), 1, + anon_sym_RBRACE, + STATE(2333), 1, + sym_override_modifier, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [79739] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(3937), 1, + anon_sym_RBRACK, + ACTIONS(4509), 1, + anon_sym_COMMA, + ACTIONS(3540), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 23, + anon_sym_DASH_DASH, + ACTIONS(3544), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -174636,165 +175852,191 @@ 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, anon_sym_satisfies, - [77294] = 31, + [79792] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, + ACTIONS(3075), 1, + anon_sym_COMMA, + ACTIONS(3090), 1, + anon_sym_RBRACK, + ACTIONS(3127), 1, + anon_sym_EQ, + ACTIONS(2947), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - ACTIONS(3280), 1, anon_sym_LBRACK, - ACTIONS(3284), 1, anon_sym_DOT, - ACTIONS(3444), 1, - anon_sym_as, - ACTIONS(3448), 1, - anon_sym_BANG, - ACTIONS(3454), 1, anon_sym_QMARK_DOT, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4753), 1, - anon_sym_LT, - ACTIONS(4755), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_GT_GT, - ACTIONS(4763), 1, - anon_sym_AMP, - ACTIONS(4765), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4767), 1, - anon_sym_PIPE, - ACTIONS(4771), 1, anon_sym_PERCENT, - ACTIONS(4773), 1, anon_sym_STAR_STAR, - ACTIONS(4781), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4783), 1, - sym__ternary_qmark, - STATE(3509), 1, - sym_type_arguments, - STATE(3765), 1, - sym_optional_chain, - ACTIONS(3484), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4749), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4751), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4761), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4769), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4777), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4779), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1439), 2, - sym_template_string, - sym_arguments, - ACTIONS(4775), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [77398] = 13, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [79845] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3255), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(4894), 1, + anon_sym_RBRACE, + STATE(2333), 1, + sym_override_modifier, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(4641), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3129), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [77466] = 4, + [79926] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4574), 1, - sym_regex_flags, - ACTIONS(4570), 17, + ACTIONS(4083), 1, + anon_sym_EQ, + ACTIONS(4087), 1, + anon_sym_RBRACK, + ACTIONS(4505), 1, + anon_sym_COMMA, + ACTIONS(4081), 14, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4085), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [79979] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4896), 1, + sym_identifier, + ACTIONS(3210), 17, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - anon_sym_implements, - ACTIONS(4572), 22, + ACTIONS(3214), 21, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -174811,43 +176053,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + [80028] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1397), 1, + anon_sym_EQ, + ACTIONS(4137), 1, + anon_sym_RBRACK, + ACTIONS(4503), 1, + anon_sym_COMMA, + ACTIONS(1395), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DASH_DASH, + ACTIONS(1399), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [77516] = 14, + anon_sym_satisfies, + [80081] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(158), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1244), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4807), 1, - anon_sym_COMMA, - ACTIONS(4809), 1, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(4898), 1, anon_sym_RBRACE, - STATE(3632), 1, + STATE(2333), 1, + sym_override_modifier, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, aux_sym_object_pattern_repeat1, - ACTIONS(4811), 2, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3776), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(4294), 3, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80162] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3286), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4745), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4747), 2, + anon_sym_get, + anon_sym_set, + STATE(3131), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(4805), 20, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174855,8 +176205,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -174868,78 +176216,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [77585] = 6, + [80229] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1425), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(4204), 1, - anon_sym_RBRACK, - ACTIONS(4399), 1, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(3599), 2, anon_sym_COMMA, - ACTIONS(1423), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, + anon_sym_extends, + ACTIONS(4153), 3, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1427), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [77638] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4084), 1, - anon_sym_LBRACK, - ACTIONS(4087), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3730), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(4080), 11, + ACTIONS(2947), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4082), 22, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -174959,31 +176262,31 @@ 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, anon_sym_satisfies, - [77691] = 4, + [80284] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1538), 3, + ACTIONS(1456), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4813), 13, + ACTIONS(4900), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4816), 23, + anon_sym_DASH_DASH, + ACTIONS(4903), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -175004,35 +176307,148 @@ 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, anon_sym_satisfies, - [77740] = 4, + [80333] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3884), 3, + ACTIONS(155), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, + anon_sym_LBRACK, + ACTIONS(4908), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4910), 1, + anon_sym_RBRACE, + STATE(3752), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4912), 2, + sym_number, + sym_private_property_identifier, + STATE(3849), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4188), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(4906), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80402] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4914), 1, + anon_sym_STAR, + ACTIONS(4916), 1, + anon_sym_async, + ACTIONS(4920), 1, + anon_sym_readonly, + STATE(2326), 1, + sym_override_modifier, + ACTIONS(4918), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4922), 2, + anon_sym_get, + anon_sym_set, + STATE(2555), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - ACTIONS(4819), 13, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80473] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4021), 1, + anon_sym_LBRACK, + ACTIONS(4024), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3412), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4822), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -175049,32 +176465,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, anon_sym_satisfies, - [77789] = 4, + [80526] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 1, + ACTIONS(4924), 1, sym_identifier, - ACTIONS(3225), 16, + ACTIONS(3210), 17, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - ACTIONS(3229), 22, + ACTIONS(3214), 21, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, @@ -175095,100 +176511,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - [77838] = 6, + [80575] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3942), 1, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4741), 1, anon_sym_LBRACK, - ACTIONS(3945), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3340), 3, + ACTIONS(3286), 2, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2931), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 22, - sym__ternary_qmark, - anon_sym_as, + anon_sym_RBRACE, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [77891] = 19, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80644] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, + ACTIONS(1943), 1, anon_sym_async, - ACTIONS(1955), 1, + ACTIONS(1945), 1, anon_sym_readonly, - ACTIONS(1959), 1, + ACTIONS(1949), 1, anon_sym_override, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4829), 1, + ACTIONS(4926), 1, anon_sym_RBRACE, - STATE(2308), 1, + STATE(2333), 1, sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(3182), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(1941), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80725] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1850), 1, + anon_sym_RBRACE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4884), 1, + anon_sym_STAR, + STATE(2333), 1, + sym_override_modifier, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 15, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175204,32 +176689,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [77970] = 5, + [80806] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3034), 1, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4928), 1, + anon_sym_STAR, + ACTIONS(4930), 1, + anon_sym_async, + ACTIONS(4934), 1, + anon_sym_readonly, + STATE(2322), 1, + sym_override_modifier, + ACTIONS(4932), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4936), 2, + anon_sym_get, + anon_sym_set, + STATE(2554), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - STATE(2543), 1, - sym_arguments, - ACTIONS(2931), 13, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80877] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3093), 1, + anon_sym_EQ, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 24, + anon_sym_DASH_DASH, + ACTIONS(2951), 24, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -175247,35 +176788,37 @@ 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, anon_sym_satisfies, - [78021] = 4, + [80926] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4198), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(4831), 13, + ACTIONS(3412), 1, + anon_sym_extends, + ACTIONS(4021), 2, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(4024), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4834), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -175292,31 +176835,31 @@ 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, anon_sym_satisfies, - [78070] = 4, + [80979] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4063), 3, + ACTIONS(1588), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4837), 13, + ACTIONS(4938), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4840), 23, + anon_sym_DASH_DASH, + ACTIONS(4941), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -175337,184 +176880,76 @@ 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, anon_sym_satisfies, - [78119] = 4, + [81028] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1562), 3, + ACTIONS(1574), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4843), 13, + ACTIONS(4944), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4846), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [78168] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3542), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3939), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(4947), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [78223] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(1959), 1, - anon_sym_override, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(4849), 1, - anon_sym_RBRACE, - STATE(2308), 1, - sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1951), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [78302] = 4, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [81077] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4069), 3, + ACTIONS(4019), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4851), 13, + ACTIONS(4950), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4854), 23, + anon_sym_DASH_DASH, + ACTIONS(4953), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -175535,35 +176970,37 @@ 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, anon_sym_satisfies, - [78351] = 4, + [81126] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1522), 3, + ACTIONS(4150), 1, + anon_sym_LBRACK, + ACTIONS(4153), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3599), 3, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(4857), 13, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2947), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4860), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -175580,44 +177017,43 @@ 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, anon_sym_satisfies, - [78400] = 14, + [81179] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(158), 1, + ACTIONS(155), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1244), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(2661), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - ACTIONS(3298), 1, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(4807), 1, + ACTIONS(4908), 1, anon_sym_COMMA, - ACTIONS(4865), 1, + ACTIONS(4958), 1, anon_sym_RBRACE, - STATE(3717), 1, + STATE(3763), 1, aux_sym_object_pattern_repeat1, - ACTIONS(4811), 2, + ACTIONS(4912), 2, sym_number, sym_private_property_identifier, - STATE(3706), 3, + STATE(3757), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(4294), 3, + STATE(4188), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(4322), 3, + STATE(4267), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - ACTIONS(4863), 20, + ACTIONS(4956), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175638,31 +177074,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78469] = 4, + [81248] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3081), 1, - anon_sym_EQ, - ACTIONS(2931), 13, + ACTIONS(1510), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(4960), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 25, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4963), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -175680,46 +177117,45 @@ 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, anon_sym_satisfies, - [78518] = 13, + [81297] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4505), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4966), 1, anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4511), 1, + ACTIONS(4968), 1, anon_sym_async, - ACTIONS(4654), 1, - anon_sym_LBRACK, - ACTIONS(3270), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(4513), 2, + ACTIONS(4974), 1, + anon_sym_abstract, + ACTIONS(4970), 2, sym_number, sym_private_property_identifier, - ACTIONS(4517), 2, + ACTIONS(4972), 2, anon_sym_get, anon_sym_set, - STATE(2528), 3, + STATE(2543), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175737,79 +177173,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78585] = 4, + [81364] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1505), 3, + ACTIONS(4092), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4867), 13, + ACTIONS(4976), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4870), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [78634] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3936), 1, - anon_sym_LBRACK, - ACTIONS(3939), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3542), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2931), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 22, + anon_sym_DASH_DASH, + ACTIONS(4979), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -175826,33 +177216,31 @@ 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, anon_sym_satisfies, - [78687] = 6, + [81413] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3046), 1, - anon_sym_RBRACK, - ACTIONS(3076), 1, + ACTIONS(4059), 3, anon_sym_COMMA, - ACTIONS(3108), 1, - anon_sym_EQ, - ACTIONS(2931), 13, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(4982), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_DASH_DASH, + ACTIONS(4985), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -175873,35 +177261,36 @@ 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, anon_sym_satisfies, - [78740] = 12, + [81462] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4654), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4741), 1, anon_sym_LBRACK, - ACTIONS(4658), 1, + ACTIONS(4812), 1, anon_sym_STAR, - ACTIONS(4662), 1, + ACTIONS(4816), 1, anon_sym_async, - ACTIONS(4873), 1, + ACTIONS(4988), 1, anon_sym_abstract, - ACTIONS(4664), 2, + ACTIONS(4818), 2, sym_number, sym_private_property_identifier, - ACTIONS(4668), 2, + ACTIONS(4822), 2, anon_sym_get, anon_sym_set, - STATE(2462), 3, + STATE(2541), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -175909,9 +177298,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 17, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175929,111 +177317,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78805] = 19, + [81529] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1834), 1, - anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(1959), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, anon_sym_override, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4990), 1, anon_sym_STAR, - STATE(2308), 1, - sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1951), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [78884] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(1953), 1, + ACTIONS(4992), 1, anon_sym_async, - ACTIONS(1955), 1, + ACTIONS(4996), 1, anon_sym_readonly, - ACTIONS(1959), 1, - anon_sym_override, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(4875), 1, - anon_sym_RBRACE, - STATE(2308), 1, + STATE(2319), 1, sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(4994), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(4998), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, + STATE(2607), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 15, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176049,51 +177373,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78963] = 19, + [81600] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(1959), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3190), 1, anon_sym_override, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4966), 1, anon_sym_STAR, - STATE(2308), 1, + ACTIONS(4968), 1, + anon_sym_async, + ACTIONS(5000), 1, + anon_sym_readonly, + STATE(2323), 1, sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(4970), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(4972), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, + STATE(2543), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 15, + ACTIONS(3166), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176109,79 +177429,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79042] = 4, + [81671] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, - sym_identifier, - ACTIONS(3225), 16, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4156), 1, + anon_sym_LBRACK, + ACTIONS(4159), 2, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(3229), 22, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [79091] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4155), 1, - anon_sym_EQ, - ACTIONS(4159), 1, - anon_sym_RBRACK, - ACTIONS(4404), 1, + ACTIONS(3647), 3, anon_sym_COMMA, - ACTIONS(4153), 13, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(3994), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4157), 23, + anon_sym_DASH_DASH, + ACTIONS(3996), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -176198,207 +177474,247 @@ 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, anon_sym_satisfies, - [79144] = 14, + [81724] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4879), 1, + ACTIONS(5002), 1, anon_sym_STAR, - ACTIONS(4881), 1, - anon_sym_async, - ACTIONS(4885), 1, - anon_sym_readonly, - STATE(2304), 1, - sym_override_modifier, - ACTIONS(4883), 2, + ACTIONS(5004), 2, sym_number, sym_private_property_identifier, - ACTIONS(4887), 2, + ACTIONS(5006), 2, anon_sym_get, anon_sym_set, - STATE(2517), 3, + STATE(3032), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79213] = 19, + [81786] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, + ACTIONS(1943), 1, anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(1959), 1, - anon_sym_override, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4889), 1, + ACTIONS(4898), 1, anon_sym_RBRACE, - STATE(2308), 1, - sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 15, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79292] = 14, + [81860] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4891), 1, + ACTIONS(5008), 1, anon_sym_STAR, - ACTIONS(4893), 1, - anon_sym_async, - ACTIONS(4897), 1, - anon_sym_readonly, - STATE(2307), 1, - sym_override_modifier, - ACTIONS(4895), 2, + ACTIONS(5010), 2, sym_number, sym_private_property_identifier, - ACTIONS(4899), 2, + ACTIONS(5012), 2, anon_sym_get, anon_sym_set, - STATE(2457), 3, + STATE(3045), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 15, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79361] = 6, + [81922] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3340), 1, - anon_sym_extends, - ACTIONS(3942), 2, - anon_sym_RBRACE, + ACTIONS(155), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(3330), 1, anon_sym_LBRACK, - ACTIONS(3945), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2931), 11, + ACTIONS(4912), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(5016), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(4107), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4188), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(4267), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(5014), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [81986] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4572), 1, + sym_regex_flags, + ACTIONS(4568), 18, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, + anon_sym_of, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 23, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(4570), 19, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -176413,108 +177729,200 @@ 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, - anon_sym_satisfies, - [79414] = 14, + [82034] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4901), 1, + ACTIONS(5018), 1, anon_sym_STAR, - ACTIONS(4903), 1, - anon_sym_async, - ACTIONS(4907), 1, - anon_sym_readonly, - STATE(2301), 1, - sym_override_modifier, - ACTIONS(4905), 2, + ACTIONS(5020), 2, sym_number, sym_private_property_identifier, - ACTIONS(4909), 2, + ACTIONS(5022), 2, anon_sym_get, anon_sym_set, - STATE(2525), 3, + STATE(3122), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1941), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [82096] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, anon_sym_LT, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3274), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79483] = 12, + [82156] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4891), 1, + ACTIONS(5024), 1, anon_sym_STAR, - ACTIONS(4893), 1, + ACTIONS(5026), 1, anon_sym_async, - ACTIONS(4911), 1, - anon_sym_abstract, - ACTIONS(4895), 2, + ACTIONS(5028), 2, sym_number, sym_private_property_identifier, - ACTIONS(4899), 2, + ACTIONS(5030), 2, anon_sym_get, anon_sym_set, - STATE(2457), 3, + STATE(2597), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [82220] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3274), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 17, + anon_sym_PIPE_RBRACE, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176526,41 +177934,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79548] = 12, + [82280] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(3270), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(4641), 2, + ACTIONS(5024), 1, + anon_sym_STAR, + ACTIONS(5032), 2, sym_number, sym_private_property_identifier, - ACTIONS(4643), 2, + ACTIONS(5034), 2, anon_sym_get, anon_sym_set, - STATE(3129), 3, + STATE(3187), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176579,33 +177985,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79613] = 6, + [82342] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, + ACTIONS(3105), 1, anon_sym_EQ, - ACTIONS(4177), 1, - anon_sym_RBRACK, - ACTIONS(4414), 1, - anon_sym_COMMA, - ACTIONS(3496), 13, + ACTIONS(2947), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3500), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 23, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -176623,164 +178027,204 @@ 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, anon_sym_satisfies, - [79666] = 19, + [82390] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(1889), 1, + ACTIONS(3277), 1, anon_sym_RBRACE, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(1959), 1, - anon_sym_override, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - STATE(2308), 1, - sym_override_modifier, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 15, + anon_sym_PIPE_RBRACE, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79745] = 14, + [82450] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, + anon_sym_COMMA, + ACTIONS(3277), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1305), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(4913), 1, - anon_sym_STAR, - ACTIONS(4915), 1, - anon_sym_async, - ACTIONS(4919), 1, - anon_sym_readonly, - STATE(2306), 1, - sym_override_modifier, - ACTIONS(4917), 2, sym_number, sym_private_property_identifier, - ACTIONS(4921), 2, - anon_sym_get, - anon_sym_set, - STATE(2537), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 6, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 15, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79814] = 11, + [82510] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4654), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4913), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4915), 1, - anon_sym_async, - ACTIONS(4917), 2, + ACTIONS(4892), 1, + anon_sym_RBRACE, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(4921), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(2537), 3, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(3182), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, + ACTIONS(1941), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [82584] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, + ACTIONS(3265), 1, anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176792,42 +178236,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79876] = 10, + [82644] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4923), 1, + ACTIONS(5036), 1, anon_sym_STAR, - ACTIONS(4925), 2, + ACTIONS(5038), 1, + anon_sym_async, + ACTIONS(5040), 2, sym_number, sym_private_property_identifier, - ACTIONS(4927), 2, + ACTIONS(5042), 2, anon_sym_get, anon_sym_set, - STATE(3130), 3, + STATE(2536), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -176842,45 +178288,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79936] = 10, + [82708] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(3270), 2, - anon_sym_COMMA, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(4894), 1, anon_sym_RBRACE, - ACTIONS(4641), 2, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3129), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176892,35 +178345,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79996] = 9, + [82782] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3241), 1, + ACTIONS(3265), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1690), 6, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1692), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1688), 20, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176941,46 +178395,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80054] = 11, + [82842] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4929), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4931), 1, - anon_sym_async, - ACTIONS(4933), 2, + ACTIONS(4892), 1, + anon_sym_RBRACE, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(4935), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(2533), 3, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(3182), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, + ACTIONS(1941), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [82914] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3884), 1, + anon_sym_LPAREN, + STATE(1941), 2, + sym_template_string, + sym_arguments, + ACTIONS(3414), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3416), 20, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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_satisfies, + [82966] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, + ACTIONS(3253), 1, anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176992,35 +178547,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80116] = 9, + [83026] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3241), 1, + ACTIONS(3253), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1714), 6, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1692), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1712), 20, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177041,38 +178597,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80174] = 10, + [83086] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4929), 1, + ACTIONS(4812), 1, anon_sym_STAR, - ACTIONS(4937), 2, + ACTIONS(5044), 2, sym_number, sym_private_property_identifier, - ACTIONS(4939), 2, + ACTIONS(5046), 2, anon_sym_get, anon_sym_set, - STATE(3098), 3, + STATE(3072), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177091,40 +178648,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80234] = 11, + [83148] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4941), 1, + ACTIONS(5018), 1, anon_sym_STAR, - ACTIONS(4943), 1, + ACTIONS(5048), 1, anon_sym_async, - ACTIONS(4945), 2, + ACTIONS(5050), 2, sym_number, sym_private_property_identifier, - ACTIONS(4947), 2, + ACTIONS(5052), 2, anon_sym_get, anon_sym_set, - STATE(2540), 3, + STATE(2544), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177142,35 +178700,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80296] = 9, + [83212] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3212), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1690), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(5054), 1, + anon_sym_STAR, + ACTIONS(5056), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, + ACTIONS(5058), 2, + anon_sym_get, + anon_sym_set, + STATE(3103), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1688), 20, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177178,8 +178740,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -177191,29 +178751,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80354] = 4, + [83274] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1714), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, - sym_number, - sym_private_property_identifier, - ACTIONS(3206), 11, - sym__automatic_semicolon, + ACTIONS(4605), 1, anon_sym_EQ, - anon_sym_COMMA, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(4894), 1, anon_sym_RBRACE, - anon_sym_BANG, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1712), 21, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177221,8 +178796,62 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [83346] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1891), 1, + anon_sym_RBRACE, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4884), 1, + anon_sym_STAR, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -177234,29 +178863,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [80402] = 10, + [83418] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4658), 1, + ACTIONS(5036), 1, anon_sym_STAR, - ACTIONS(4949), 2, + ACTIONS(5060), 2, sym_number, sym_private_property_identifier, - ACTIONS(4951), 2, + ACTIONS(5062), 2, anon_sym_get, anon_sym_set, - STATE(2986), 3, + STATE(3170), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -177264,9 +178894,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177285,40 +178914,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80462] = 11, + [83480] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4953), 1, + ACTIONS(5064), 1, anon_sym_STAR, - ACTIONS(4955), 1, + ACTIONS(5066), 1, anon_sym_async, - ACTIONS(4957), 2, + ACTIONS(5068), 2, sym_number, sym_private_property_identifier, - ACTIONS(4959), 2, + ACTIONS(5070), 2, anon_sym_get, anon_sym_set, - STATE(2453), 3, + STATE(2556), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 17, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177336,75 +178966,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80524] = 6, + [83544] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4414), 1, - anon_sym_of, - ACTIONS(4645), 1, - anon_sym_in, - ACTIONS(3496), 12, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4884), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3500), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4898), 1, + anon_sym_RBRACE, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [80576] = 6, + anon_sym_COLON, + anon_sym_QMARK, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [83616] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 1, + ACTIONS(3055), 1, anon_sym_EQ, - ACTIONS(4404), 1, - anon_sym_of, - ACTIONS(4700), 1, + ACTIONS(3117), 1, anon_sym_in, - ACTIONS(4153), 12, + ACTIONS(3120), 1, + anon_sym_of, + ACTIONS(2947), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4157), 23, + anon_sym_DASH_DASH, + ACTIONS(2951), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -177425,46 +179066,41 @@ 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, anon_sym_satisfies, - [80628] = 15, + [83668] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(4875), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(5072), 1, + anon_sym_STAR, + ACTIONS(5074), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(5076), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, + STATE(3113), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177483,43 +179119,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80698] = 15, + [83730] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1891), 1, + anon_sym_RBRACE, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4889), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3716), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(3182), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(1941), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [83804] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(3256), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(1690), 21, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177527,6 +179207,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -177538,42 +179220,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80768] = 10, + anon_sym_abstract, + [83854] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4879), 1, + ACTIONS(4990), 1, anon_sym_STAR, - ACTIONS(4961), 2, + ACTIONS(4992), 1, + anon_sym_async, + ACTIONS(4994), 2, sym_number, sym_private_property_identifier, - ACTIONS(4963), 2, + ACTIONS(4998), 2, anon_sym_get, anon_sym_set, - STATE(2976), 3, + STATE(2607), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -177588,48 +179273,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80828] = 16, + [83918] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(5078), 1, anon_sym_STAR, - ACTIONS(4889), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(5080), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(5082), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, + STATE(3093), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 17, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -177644,35 +179324,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80900] = 9, + [83980] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3212), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1714), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4928), 1, + anon_sym_STAR, + ACTIONS(5084), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, + ACTIONS(5086), 2, + anon_sym_get, + anon_sym_set, + STATE(3067), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1712), 20, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177680,8 +179364,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -177693,45 +179375,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80958] = 16, + [84042] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1850), 1, + anon_sym_RBRACE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, + ACTIONS(1943), 1, anon_sym_async, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4875), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 17, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177749,42 +179432,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81030] = 10, + [84116] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4741), 1, anon_sym_LBRACK, - ACTIONS(4891), 1, + ACTIONS(4914), 1, anon_sym_STAR, - ACTIONS(4965), 2, + ACTIONS(4916), 1, + anon_sym_async, + ACTIONS(4918), 2, sym_number, sym_private_property_identifier, - ACTIONS(4967), 2, + ACTIONS(4922), 2, anon_sym_get, anon_sym_set, - STATE(3001), 3, + STATE(2555), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -177799,43 +179484,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81090] = 15, + [84180] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(4849), 1, + ACTIONS(3260), 1, anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3716), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177843,6 +179521,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -177854,30 +179534,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81160] = 11, + [84240] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4891), 1, + ACTIONS(4966), 1, anon_sym_STAR, - ACTIONS(4893), 1, + ACTIONS(4968), 1, anon_sym_async, - ACTIONS(4895), 2, + ACTIONS(4970), 2, sym_number, sym_private_property_identifier, - ACTIONS(4899), 2, + ACTIONS(4972), 2, anon_sym_get, anon_sym_set, - STATE(2457), 3, + STATE(2543), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -177885,9 +179567,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 17, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177905,43 +179586,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81222] = 15, + [84304] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(1834), 1, + ACTIONS(3260), 1, anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + sym_number, + sym_private_property_identifier, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1700), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [84364] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4966), 1, anon_sym_STAR, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(5088), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(5090), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, + STATE(3147), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177960,48 +179687,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81292] = 16, + [84426] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1834), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1889), 1, anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4884), 1, anon_sym_STAR, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 17, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178016,42 +179743,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81364] = 10, + [84498] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1889), 1, + anon_sym_RBRACE, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4969), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4971), 2, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(4973), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(3114), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178066,44 +179800,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81424] = 9, + [84572] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(3246), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1714), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(4926), 1, + anon_sym_RBRACE, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, - sym__automatic_semicolon, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1712), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178115,38 +179857,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81482] = 10, + [84646] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4941), 1, + ACTIONS(4990), 1, anon_sym_STAR, - ACTIONS(4975), 2, + ACTIONS(5092), 2, sym_number, sym_private_property_identifier, - ACTIONS(4977), 2, + ACTIONS(5094), 2, anon_sym_get, anon_sym_set, - STATE(3148), 3, + STATE(3138), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178165,87 +179908,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81542] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4574), 1, - sym_regex_flags, - ACTIONS(4570), 17, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_of, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(4572), 20, - sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [81590] = 15, + [84708] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4829), 1, + ACTIONS(4926), 1, anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178264,43 +179964,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81660] = 11, + [84780] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4901), 1, + ACTIONS(5064), 1, anon_sym_STAR, - ACTIONS(4903), 1, - anon_sym_async, - ACTIONS(4905), 2, + ACTIONS(5096), 2, sym_number, sym_private_property_identifier, - ACTIONS(4909), 2, + ACTIONS(5098), 2, anon_sym_get, anon_sym_set, - STATE(2525), 3, + STATE(3081), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178315,30 +180015,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81722] = 4, + [84842] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3098), 1, + ACTIONS(1397), 1, anon_sym_EQ, - ACTIONS(2931), 13, + ACTIONS(4503), 1, + anon_sym_of, + ACTIONS(4749), 1, + anon_sym_in, + ACTIONS(1395), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2935), 24, + anon_sym_DASH_DASH, + ACTIONS(1399), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -178356,45 +180059,46 @@ 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, anon_sym_satisfies, - [81770] = 10, + [84894] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4901), 1, + ACTIONS(4928), 1, anon_sym_STAR, - ACTIONS(4979), 2, + ACTIONS(4930), 1, + anon_sym_async, + ACTIONS(4932), 2, sym_number, sym_private_property_identifier, - ACTIONS(4981), 2, + ACTIONS(4936), 2, anon_sym_get, anon_sym_set, - STATE(3029), 3, + STATE(2554), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178409,38 +180113,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81830] = 10, + [84958] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4083), 1, + anon_sym_EQ, + ACTIONS(4505), 1, + anon_sym_of, + ACTIONS(4755), 1, + anon_sym_in, + ACTIONS(4081), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4085), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [85010] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3542), 1, + anon_sym_EQ, + ACTIONS(4509), 1, + anon_sym_of, + ACTIONS(4752), 1, + anon_sym_in, + ACTIONS(3540), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3544), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [85062] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4913), 1, - anon_sym_STAR, - ACTIONS(4983), 2, + ACTIONS(3286), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4745), 2, sym_number, sym_private_property_identifier, - ACTIONS(4985), 2, - anon_sym_get, - anon_sym_set, - STATE(3007), 3, + STATE(3131), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 6, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178448,6 +180243,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178459,48 +180256,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81890] = 16, + [85124] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1850), 1, + anon_sym_RBRACE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(4884), 1, anon_sym_STAR, - ACTIONS(4849), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(1947), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 17, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178515,42 +180312,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81962] = 10, + [85196] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4987), 1, + ACTIONS(5054), 1, anon_sym_STAR, - ACTIONS(4989), 2, + ACTIONS(5100), 1, + anon_sym_async, + ACTIONS(5102), 2, sym_number, sym_private_property_identifier, - ACTIONS(4991), 2, + ACTIONS(5104), 2, anon_sym_get, anon_sym_set, - STATE(3080), 3, + STATE(2598), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178565,86 +180364,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82022] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1425), 1, - anon_sym_EQ, - ACTIONS(4399), 1, - anon_sym_of, - ACTIONS(4706), 1, - anon_sym_in, - ACTIONS(1423), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1427), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [82074] = 11, + [85260] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4993), 1, + ACTIONS(5002), 1, anon_sym_STAR, - ACTIONS(4995), 1, + ACTIONS(5106), 1, anon_sym_async, - ACTIONS(4997), 2, + ACTIONS(5108), 2, sym_number, sym_private_property_identifier, - ACTIONS(4999), 2, + ACTIONS(5110), 2, anon_sym_get, anon_sym_set, - STATE(2534), 3, + STATE(2608), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178662,35 +180416,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82136] = 9, + [85324] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3203), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1690), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4914), 1, + anon_sym_STAR, + ACTIONS(5112), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, + ACTIONS(5114), 2, + anon_sym_get, + anon_sym_set, + STATE(3044), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1688), 20, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178698,8 +180456,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178711,38 +180467,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82194] = 10, + [85386] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4993), 1, - anon_sym_STAR, - ACTIONS(5001), 2, + ACTIONS(5056), 2, sym_number, sym_private_property_identifier, - ACTIONS(5003), 2, - anon_sym_get, - anon_sym_set, - STATE(3060), 3, + STATE(3103), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178750,6 +180502,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178761,46 +180515,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82254] = 11, + [85443] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4879), 1, - anon_sym_STAR, - ACTIONS(4881), 1, - anon_sym_async, - ACTIONS(4883), 2, + ACTIONS(5092), 2, sym_number, sym_private_property_identifier, - ACTIONS(4887), 2, - anon_sym_get, - anon_sym_set, - STATE(2517), 3, + STATE(3138), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178812,28 +180563,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82316] = 10, + [85500] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4953), 1, - anon_sym_STAR, - ACTIONS(5005), 2, + ACTIONS(5060), 2, sym_number, sym_private_property_identifier, - ACTIONS(5007), 2, - anon_sym_get, - anon_sym_set, - STATE(3049), 3, + STATE(3170), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -178841,9 +180589,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178851,6 +180598,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178862,35 +180611,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82376] = 9, + [85557] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3246), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1690), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(5116), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, + STATE(2780), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1688), 20, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178911,46 +180659,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82434] = 11, + [85614] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1891), 1, + anon_sym_RBRACE, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5009), 1, - anon_sym_STAR, - ACTIONS(5011), 1, - anon_sym_async, - ACTIONS(5013), 2, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(5015), 2, - anon_sym_get, - anon_sym_set, - STATE(2518), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3150), 17, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178962,51 +180712,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82496] = 16, + [85681] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(5112), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, + STATE(3044), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 17, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179018,89 +180760,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82568] = 6, + [85738] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_EQ, - ACTIONS(3093), 1, - anon_sym_in, - ACTIONS(3096), 1, - anon_sym_of, - ACTIONS(2931), 12, - anon_sym_STAR, - anon_sym_BANG, + ACTIONS(1875), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2935), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [82620] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(5118), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, + STATE(3136), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179108,6 +180795,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179119,51 +180808,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82690] = 16, + [85795] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1889), 1, - anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(5084), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, + STATE(3067), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 17, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179175,43 +180856,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82762] = 15, + [85852] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1889), 1, - anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(5032), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, + STATE(3187), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179219,6 +180891,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179230,38 +180904,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82832] = 10, + [85909] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5009), 1, - anon_sym_STAR, - ACTIONS(5017), 2, + ACTIONS(5004), 2, sym_number, sym_private_property_identifier, - ACTIONS(5019), 2, - anon_sym_get, - anon_sym_set, - STATE(3132), 3, + STATE(3032), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 18, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179269,6 +180939,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179280,38 +180952,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82892] = 10, + [85966] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5021), 1, - anon_sym_STAR, - ACTIONS(5023), 2, + ACTIONS(5096), 2, sym_number, sym_private_property_identifier, - ACTIONS(5025), 2, - anon_sym_get, - anon_sym_set, - STATE(3022), 3, + STATE(3081), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179319,6 +180987,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179330,51 +181000,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82952] = 16, + [86023] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(4829), 1, + ACTIONS(4898), 1, anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 17, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179386,38 +181053,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83024] = 12, + [86090] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(158), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1244), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(3298), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4811), 2, + ACTIONS(5080), 2, sym_number, sym_private_property_identifier, - ACTIONS(5029), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(4016), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(4294), 3, + STATE(3093), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(4322), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(5027), 20, + ACTIONS(3256), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179438,35 +181101,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83088] = 9, + [86147] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(3255), 1, + ACTIONS(1850), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1714), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, - sym__automatic_semicolon, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1712), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179487,35 +181154,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83146] = 9, + [86214] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3255), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1690), 6, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1702), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, + ACTIONS(3256), 10, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1688), 20, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179536,30 +181198,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83204] = 11, + [86263] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5021), 1, - anon_sym_STAR, - ACTIONS(5031), 1, - anon_sym_async, - ACTIONS(5033), 2, + ACTIONS(5020), 2, sym_number, sym_private_property_identifier, - ACTIONS(5035), 2, - anon_sym_get, - anon_sym_set, - STATE(2459), 3, + STATE(3122), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -179567,15 +181224,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 17, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179587,35 +181246,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83266] = 9, + [86320] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3203), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1714), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(5120), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, + STATE(2834), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1712), 20, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179636,80 +181294,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83324] = 8, + [86377] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5001), 2, + ACTIONS(4884), 1, + anon_sym_STAR, + STATE(2333), 1, + sym_override_modifier, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3060), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5122), 2, anon_sym_COMMA, anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83379] = 8, + [86450] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4983), 2, + ACTIONS(5010), 2, sym_number, sym_private_property_identifier, - STATE(3007), 3, + STATE(3045), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179730,93 +181398,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83434] = 16, + [86507] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(1959), 1, - anon_sym_override, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - STATE(2308), 1, - sym_override_modifier, - ACTIONS(1945), 2, + ACTIONS(4892), 1, + anon_sym_RBRACE, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(5037), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 15, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83505] = 13, + [86574] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4829), 1, + ACTIONS(4926), 1, anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179837,33 +181504,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83570] = 8, + [86641] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4971), 2, + ACTIONS(5044), 2, sym_number, sym_private_property_identifier, - STATE(3114), 3, + STATE(3072), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179884,33 +181552,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83625] = 8, + [86698] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4975), 2, + ACTIONS(5074), 2, sym_number, sym_private_property_identifier, - STATE(3148), 3, + STATE(3113), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179931,33 +181600,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83680] = 8, + [86755] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5017), 2, + ACTIONS(5088), 2, sym_number, sym_private_property_identifier, - STATE(3132), 3, + STATE(3147), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1941), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [86812] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4894), 1, + anon_sym_RBRACE, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179978,23 +181701,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83735] = 8, + [86879] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5023), 2, + ACTIONS(5125), 2, sym_number, sym_private_property_identifier, - STATE(3022), 3, + STATE(3096), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -180002,9 +181727,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180025,33 +181749,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83790] = 8, + [86936] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(226), 1, + anon_sym_STAR, + ACTIONS(1636), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4925), 2, + ACTIONS(5131), 1, + anon_sym_async, + ACTIONS(5135), 1, + anon_sym_static, + ACTIONS(5137), 1, + anon_sym_readonly, + ACTIONS(5143), 1, + anon_sym_override, + STATE(2297), 1, + sym_accessibility_modifier, + STATE(2332), 1, + sym_override_modifier, + ACTIONS(5129), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(5133), 2, sym_number, sym_private_property_identifier, - STATE(3130), 3, + ACTIONS(5139), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5141), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2998), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, + STATE(4083), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + ACTIONS(5127), 11, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [87013] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(232), 1, anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1889), 1, anon_sym_RBRACE, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, + anon_sym_LBRACK, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1937), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180072,29 +181860,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83845] = 4, + [87080] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1690), 6, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(3286), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(1692), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3206), 11, + ACTIONS(3256), 6, sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1688), 20, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180115,33 +181905,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83892] = 8, + [87132] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(3286), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1305), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(5040), 2, sym_number, sym_private_property_identifier, - STATE(2826), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 6, sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 20, + anon_sym_PIPE_RBRACE, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180162,152 +181950,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83947] = 19, + [87184] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(219), 1, - anon_sym_STAR, - ACTIONS(1626), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5046), 1, - anon_sym_async, - ACTIONS(5050), 1, - anon_sym_static, - ACTIONS(5052), 1, + ACTIONS(5145), 1, anon_sym_readonly, - ACTIONS(5058), 1, - anon_sym_override, - STATE(2294), 1, - sym_accessibility_modifier, - STATE(2303), 1, + STATE(2337), 1, sym_override_modifier, - ACTIONS(5044), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(5048), 2, + ACTIONS(5120), 2, sym_number, sym_private_property_identifier, - ACTIONS(5054), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(5056), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2964), 3, + STATE(2834), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(4017), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - ACTIONS(5042), 11, + ACTIONS(3256), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(3166), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, + anon_sym_static, + anon_sym_get, + anon_sym_set, anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84024] = 8, + [87244] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4979), 2, + ACTIONS(4884), 1, + anon_sym_STAR, + STATE(2333), 1, + sym_override_modifier, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3029), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5147), 2, anon_sym_COMMA, anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84079] = 13, + [87314] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4849), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5122), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -180319,33 +182105,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84144] = 8, + [87380] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4949), 2, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(2986), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5122), 2, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180353,8 +182145,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -180366,33 +182156,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84199] = 8, + [87444] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5005), 2, + ACTIONS(4974), 1, + anon_sym_abstract, + ACTIONS(5116), 2, sym_number, sym_private_property_identifier, - STATE(3049), 3, + STATE(2780), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, anon_sym_BANG, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180413,33 +182203,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84254] = 8, + [87500] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5060), 2, + ACTIONS(5149), 1, + anon_sym_abstract, + ACTIONS(5120), 2, sym_number, sym_private_property_identifier, - STATE(3027), 3, + STATE(2834), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, anon_sym_BANG, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180460,85 +182250,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84309] = 13, + [87556] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(5151), 1, + anon_sym_readonly, + STATE(2355), 1, + sym_override_modifier, + ACTIONS(5116), 2, sym_number, sym_private_property_identifier, - STATE(3092), 3, + STATE(2780), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, - anon_sym_LPAREN, + ACTIONS(3256), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(3166), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84374] = 8, + [87616] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4989), 2, + ACTIONS(5153), 2, sym_number, sym_private_property_identifier, - STATE(3080), 3, + STATE(2867), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 9, + ACTIONS(3256), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, anon_sym_BANG, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180559,38 +182344,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84429] = 13, + [87669] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1889), 1, - anon_sym_RBRACE, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + ACTIONS(4892), 1, + anon_sym_RBRACE, + STATE(3716), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, - sym_number, - sym_private_property_identifier, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180611,42 +182391,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84494] = 8, + [87726] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4965), 2, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5147), 2, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -180658,33 +182441,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84549] = 8, + [87789] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(5062), 2, - sym_number, - sym_private_property_identifier, - STATE(3004), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(232), 1, anon_sym_COMMA, - anon_sym_BANG, + ACTIONS(1850), 1, + anon_sym_RBRACE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180705,33 +182488,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84604] = 8, + [87846] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4961), 2, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(2976), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5147), 2, anon_sym_COMMA, anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180739,8 +182526,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -180752,33 +182537,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84659] = 8, + [87907] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(5064), 2, - sym_number, - sym_private_property_identifier, - STATE(2738), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(232), 1, anon_sym_COMMA, - anon_sym_BANG, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1891), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3150), 20, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180799,33 +182584,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84714] = 8, + [87964] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4937), 2, - sym_number, - sym_private_property_identifier, - STATE(3098), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 9, - sym__automatic_semicolon, + ACTIONS(232), 1, anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4926), 1, anon_sym_RBRACE, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1951), 20, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180846,38 +182631,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84769] = 13, + [88021] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4875), 1, + ACTIONS(4926), 1, anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, - sym_number, - sym_private_property_identifier, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180898,38 +182678,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84834] = 13, + [88078] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(232), 1, anon_sym_COMMA, - ACTIONS(1834), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1891), 1, anon_sym_RBRACE, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3716), 1, aux_sym_object_repeat1, - ACTIONS(1945), 2, - sym_number, - sym_private_property_identifier, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180950,38 +182725,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84899] = 13, + [88135] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4889), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(1945), 2, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(5122), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181002,127 +182773,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84964] = 11, + [88194] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1889), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1305), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(5066), 1, - anon_sym_readonly, - STATE(2329), 1, - sym_override_modifier, - ACTIONS(5064), 2, sym_number, sym_private_property_identifier, - STATE(2738), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(3150), 18, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85024] = 15, + [88251] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(1959), 1, - anon_sym_override, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - STATE(2308), 1, - sym_override_modifier, - ACTIONS(1945), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(5068), 2, + ACTIONS(232), 1, anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1889), 1, anon_sym_RBRACE, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 15, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85092] = 9, + [88308] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4911), 1, - anon_sym_abstract, - ACTIONS(5064), 2, + ACTIONS(5155), 2, sym_number, sym_private_property_identifier, - STATE(2738), 3, + STATE(2767), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 7, + ACTIONS(3256), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -181130,7 +182891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - ACTIONS(3150), 20, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181151,38 +182912,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85148] = 12, + [88361] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(1945), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(5037), 2, + ACTIONS(232), 1, anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4898), 1, anon_sym_RBRACE, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181190,6 +182946,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181201,33 +182959,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85210] = 9, + [88418] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4892), 1, + anon_sym_RBRACE, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1305), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(5070), 1, - anon_sym_abstract, - ACTIONS(5040), 2, sym_number, sym_private_property_identifier, - STATE(2826), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(3150), 20, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181248,46 +183006,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85266] = 13, + [88475] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(1945), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(5037), 2, + ACTIONS(232), 1, anon_sym_COMMA, + ACTIONS(1850), 1, anon_sym_RBRACE, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 17, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181299,79 +183053,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85330] = 11, + [88532] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4898), 1, + anon_sym_RBRACE, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1702), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1305), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(5072), 1, - anon_sym_readonly, - STATE(2344), 1, - sym_override_modifier, - ACTIONS(5040), 2, sym_number, sym_private_property_identifier, - STATE(2826), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(3150), 18, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85390] = 6, + [88589] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(3270), 2, + ACTIONS(232), 1, anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4894), 1, anon_sym_RBRACE, - ACTIONS(1714), 6, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1702), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1712), 20, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181392,30 +183147,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85440] = 6, + [88646] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(3270), 2, + ACTIONS(232), 1, anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4894), 1, anon_sym_RBRACE, - ACTIONS(1690), 6, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1692), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1688), 20, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181436,36 +183194,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85490] = 11, + [88703] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(1945), 2, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(5068), 2, + ACTIONS(5147), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1951), 18, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181473,6 +183227,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181484,32 +183240,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85549] = 9, + [88759] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4849), 1, + ACTIONS(5122), 2, + anon_sym_COMMA, anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1690), 6, + ACTIONS(1702), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181530,78 +183282,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85604] = 9, + [88808] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1834), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(5157), 1, + anon_sym_STAR, + ACTIONS(5159), 1, + anon_sym_async, + ACTIONS(5163), 1, + anon_sym_readonly, + STATE(2321), 1, + sym_override_modifier, + ACTIONS(3256), 2, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1690), 6, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, + ACTIONS(5161), 2, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + ACTIONS(5165), 2, + anon_sym_get, + anon_sym_set, + STATE(3086), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85659] = 9, + [88873] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1846), 1, + anon_sym_namespace, + ACTIONS(1852), 1, + anon_sym_import, + ACTIONS(1854), 1, + anon_sym_var, + ACTIONS(1856), 1, + anon_sym_let, + ACTIONS(1858), 1, + anon_sym_const, + ACTIONS(1866), 1, + anon_sym_class, + ACTIONS(1868), 1, + anon_sym_async, + ACTIONS(1870), 1, + anon_sym_function, + ACTIONS(1877), 1, + anon_sym_declare, + ACTIONS(1879), 1, + anon_sym_module, + ACTIONS(1881), 1, + anon_sym_abstract, + ACTIONS(1883), 1, + anon_sym_interface, + ACTIONS(1885), 1, + anon_sym_enum, + ACTIONS(1897), 1, + anon_sym_type, + ACTIONS(5167), 1, + anon_sym_default, + STATE(619), 1, + sym_internal_module, + STATE(708), 1, + sym_declaration, + STATE(1162), 1, + sym_decorator, + STATE(3506), 1, + aux_sym_export_statement_repeat1, + STATE(632), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [88952] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1951), 1, + anon_sym_type, + ACTIONS(1953), 1, + anon_sym_namespace, + ACTIONS(1955), 1, + anon_sym_import, + ACTIONS(1957), 1, + anon_sym_var, + ACTIONS(1959), 1, + anon_sym_let, + ACTIONS(1961), 1, + anon_sym_const, + ACTIONS(1963), 1, + anon_sym_class, + ACTIONS(1965), 1, + anon_sym_async, + ACTIONS(1967), 1, + anon_sym_function, + ACTIONS(1969), 1, + anon_sym_declare, + ACTIONS(1971), 1, + anon_sym_module, + ACTIONS(1973), 1, + anon_sym_abstract, + ACTIONS(1975), 1, + anon_sym_global, + ACTIONS(1977), 1, + anon_sym_interface, + ACTIONS(1979), 1, + anon_sym_enum, + STATE(1162), 1, + sym_decorator, + STATE(3213), 1, + aux_sym_export_statement_repeat1, + STATE(3233), 1, + sym_internal_module, + STATE(3253), 1, + sym_declaration, + STATE(3255), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [89031] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, anon_sym_EQ, - ACTIONS(4875), 1, + ACTIONS(5122), 2, + anon_sym_COMMA, anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1690), 6, + ACTIONS(1692), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181622,36 +183488,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85714] = 9, + [89080] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4875), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1951), 1, + anon_sym_type, + ACTIONS(1953), 1, + anon_sym_namespace, + ACTIONS(1955), 1, + anon_sym_import, + ACTIONS(1957), 1, + anon_sym_var, + ACTIONS(1959), 1, + anon_sym_let, + ACTIONS(1961), 1, + anon_sym_const, + ACTIONS(1963), 1, + anon_sym_class, + ACTIONS(1965), 1, + anon_sym_async, + ACTIONS(1967), 1, + anon_sym_function, + ACTIONS(1969), 1, + anon_sym_declare, + ACTIONS(1973), 1, + anon_sym_abstract, + ACTIONS(1977), 1, + anon_sym_interface, + ACTIONS(1979), 1, + anon_sym_enum, + ACTIONS(3258), 1, + anon_sym_module, + ACTIONS(5169), 1, + anon_sym_default, + STATE(1162), 1, + sym_decorator, + STATE(3213), 1, + aux_sym_export_statement_repeat1, + STATE(3220), 1, + sym_declaration, + STATE(3233), 1, + sym_internal_module, + STATE(3255), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [89159] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5171), 1, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1714), 6, + ACTIONS(5173), 1, + anon_sym_DOT, + STATE(2305), 1, + sym_arguments, + ACTIONS(3136), 8, anon_sym_STAR, + anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + anon_sym_AT, + ACTIONS(3134), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -181668,32 +183585,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85769] = 9, + anon_sym_abstract, + [89206] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1846), 1, + anon_sym_namespace, + ACTIONS(1852), 1, + anon_sym_import, + ACTIONS(1854), 1, + anon_sym_var, + ACTIONS(1856), 1, + anon_sym_let, + ACTIONS(1858), 1, + anon_sym_const, + ACTIONS(1866), 1, + anon_sym_class, + ACTIONS(1868), 1, + anon_sym_async, + ACTIONS(1870), 1, + anon_sym_function, + ACTIONS(1877), 1, + anon_sym_declare, + ACTIONS(1881), 1, + anon_sym_abstract, + ACTIONS(1883), 1, + anon_sym_interface, + ACTIONS(1885), 1, + anon_sym_enum, + ACTIONS(1897), 1, + anon_sym_type, + ACTIONS(1901), 1, + anon_sym_module, + ACTIONS(1903), 1, + anon_sym_global, + STATE(619), 1, + sym_internal_module, + STATE(679), 1, + sym_declaration, + STATE(1162), 1, + sym_decorator, + STATE(3506), 1, + aux_sym_export_statement_repeat1, + STATE(632), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [89285] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1846), 1, + anon_sym_namespace, + ACTIONS(1852), 1, + anon_sym_import, + ACTIONS(1854), 1, + anon_sym_var, + ACTIONS(1856), 1, + anon_sym_let, + ACTIONS(1858), 1, + anon_sym_const, + ACTIONS(1866), 1, + anon_sym_class, + ACTIONS(1868), 1, + anon_sym_async, + ACTIONS(1870), 1, + anon_sym_function, + ACTIONS(1877), 1, + anon_sym_declare, + ACTIONS(1879), 1, + anon_sym_module, + ACTIONS(1881), 1, + anon_sym_abstract, + ACTIONS(1883), 1, + anon_sym_interface, + ACTIONS(1885), 1, + anon_sym_enum, + ACTIONS(1897), 1, + anon_sym_type, + ACTIONS(5175), 1, + anon_sym_default, + STATE(619), 1, + sym_internal_module, + STATE(708), 1, + sym_declaration, + STATE(1162), 1, + sym_decorator, + STATE(3506), 1, + aux_sym_export_statement_repeat1, + STATE(632), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [89364] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(5147), 2, anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4829), 1, anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, + ACTIONS(3256), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1714), 6, + ACTIONS(1702), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181714,44 +183740,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85824] = 12, + [89410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(5181), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(5179), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(1945), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(5068), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1951), 17, + anon_sym_AT, + ACTIONS(5177), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181763,35 +183777,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85885] = 8, + anon_sym_abstract, + [89452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(5185), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1305), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(5074), 2, sym_number, sym_private_property_identifier, - STATE(2768), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(3150), 20, + anon_sym_AT, + ACTIONS(5183), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -181808,36 +183814,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85938] = 9, + anon_sym_abstract, + [89492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4829), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1690), 6, + ACTIONS(5189), 10, + sym__automatic_semicolon, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + anon_sym_AT, + ACTIONS(5187), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -181854,36 +183851,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85993] = 9, + anon_sym_abstract, + [89532] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1889), 1, + ACTIONS(3151), 9, + anon_sym_STAR, anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1690), 6, - anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + anon_sym_AT, + ACTIONS(3149), 23, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_DOT, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -181900,36 +183888,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86048] = 9, + anon_sym_abstract, + [89572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1834), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1714), 6, + ACTIONS(5193), 10, + sym__automatic_semicolon, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + anon_sym_AT, + ACTIONS(5191), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -181946,41 +183925,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86103] = 9, + anon_sym_abstract, + [89612] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1889), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, + ACTIONS(1875), 1, anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1714), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(5157), 1, + anon_sym_STAR, + ACTIONS(5159), 1, + anon_sym_async, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5161), 2, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + ACTIONS(5165), 2, + anon_sym_get, + anon_sym_set, + STATE(3086), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181992,36 +183972,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86158] = 9, + [89670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4849), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1714), 6, + ACTIONS(5197), 10, + sym__automatic_semicolon, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + anon_sym_AT, + ACTIONS(5195), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182038,37 +184008,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86213] = 10, + anon_sym_abstract, + [89710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(5201), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(1945), 2, sym_number, sym_private_property_identifier, - ACTIONS(5037), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(3092), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1951), 20, + anon_sym_AT, + ACTIONS(5199), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182085,35 +184045,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86270] = 8, + anon_sym_abstract, + [89750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(5205), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1305), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(5076), 2, sym_number, sym_private_property_identifier, - STATE(2711), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(3150), 20, + anon_sym_AT, + ACTIONS(5203), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182130,36 +184082,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86323] = 9, + anon_sym_abstract, + [89790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1714), 6, + ACTIONS(5209), 10, + sym__automatic_semicolon, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + anon_sym_AT, + ACTIONS(5207), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182176,41 +184119,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86378] = 9, + anon_sym_abstract, + [89830] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, + ACTIONS(1875), 1, anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1690), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(5211), 1, + anon_sym_STAR, + ACTIONS(5213), 1, + anon_sym_async, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5215), 2, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + ACTIONS(5217), 2, + anon_sym_get, + anon_sym_set, + STATE(3112), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -182221,37 +184165,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_number, anon_sym_boolean, anon_sym_string, - anon_sym_symbol, - [86433] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4889), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1714), 6, + anon_sym_symbol, + [89888] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5221), 10, + sym__automatic_semicolon, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + anon_sym_AT, + ACTIONS(5219), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182268,36 +184202,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86488] = 9, + anon_sym_abstract, + [89928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4889), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1690), 6, + ACTIONS(5221), 10, + sym__automatic_semicolon, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + anon_sym_AT, + ACTIONS(5219), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182314,31 +184239,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86543] = 9, + anon_sym_abstract, + [89968] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(1945), 2, + ACTIONS(5157), 1, + anon_sym_STAR, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5161), 2, sym_number, sym_private_property_identifier, - ACTIONS(5068), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(3092), 3, + ACTIONS(5165), 2, + anon_sym_get, + anon_sym_set, + STATE(3086), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1951), 20, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182346,8 +184274,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -182359,201 +184285,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86597] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1836), 1, - anon_sym_import, - ACTIONS(1838), 1, - anon_sym_var, - ACTIONS(1840), 1, - anon_sym_let, - ACTIONS(1842), 1, - anon_sym_const, - ACTIONS(1853), 1, - anon_sym_class, - ACTIONS(1855), 1, - anon_sym_async, - ACTIONS(1857), 1, - anon_sym_function, - ACTIONS(1865), 1, - anon_sym_abstract, - ACTIONS(1867), 1, - anon_sym_interface, - ACTIONS(1869), 1, - anon_sym_enum, - ACTIONS(1895), 1, - anon_sym_type, - ACTIONS(1907), 1, - anon_sym_namespace, - ACTIONS(1911), 1, - anon_sym_declare, - ACTIONS(1913), 1, - anon_sym_module, - ACTIONS(5078), 1, - anon_sym_default, - STATE(636), 1, - sym_internal_module, - STATE(690), 1, - sym_declaration, - STATE(1171), 1, - sym_decorator, - STATE(3198), 1, - aux_sym_export_statement_repeat1, - STATE(649), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [86676] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1830), 1, - anon_sym_namespace, - ACTIONS(1836), 1, - anon_sym_import, - ACTIONS(1838), 1, - anon_sym_var, - ACTIONS(1840), 1, - anon_sym_let, - ACTIONS(1842), 1, - anon_sym_const, - ACTIONS(1853), 1, - anon_sym_class, - ACTIONS(1855), 1, - anon_sym_async, - ACTIONS(1857), 1, - anon_sym_function, - ACTIONS(1861), 1, - anon_sym_declare, - ACTIONS(1863), 1, - anon_sym_module, - ACTIONS(1865), 1, - anon_sym_abstract, - ACTIONS(1867), 1, - anon_sym_interface, - ACTIONS(1869), 1, - anon_sym_enum, - ACTIONS(1895), 1, - anon_sym_type, - ACTIONS(5080), 1, - anon_sym_default, - STATE(636), 1, - sym_internal_module, - STATE(690), 1, - sym_declaration, - STATE(1171), 1, - sym_decorator, - STATE(3198), 1, - aux_sym_export_statement_repeat1, - STATE(649), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [86755] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1830), 1, - anon_sym_namespace, - ACTIONS(1836), 1, - anon_sym_import, - ACTIONS(1838), 1, - anon_sym_var, - ACTIONS(1840), 1, - anon_sym_let, - ACTIONS(1842), 1, - anon_sym_const, - ACTIONS(1853), 1, - anon_sym_class, - ACTIONS(1855), 1, - anon_sym_async, - ACTIONS(1857), 1, - anon_sym_function, - ACTIONS(1861), 1, - anon_sym_declare, - ACTIONS(1863), 1, - anon_sym_module, - ACTIONS(1865), 1, - anon_sym_abstract, - ACTIONS(1867), 1, - anon_sym_interface, - ACTIONS(1869), 1, - anon_sym_enum, - ACTIONS(1895), 1, - anon_sym_type, - ACTIONS(5082), 1, - anon_sym_default, - STATE(636), 1, - sym_internal_module, - STATE(690), 1, - sym_declaration, - STATE(1171), 1, - sym_decorator, - STATE(3198), 1, - aux_sym_export_statement_repeat1, - STATE(649), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [86834] = 6, + [90024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5084), 1, - anon_sym_LPAREN, - ACTIONS(5086), 1, - anon_sym_DOT, - STATE(2281), 1, - sym_arguments, - ACTIONS(3117), 9, + ACTIONS(5225), 10, + sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(3115), 21, + ACTIONS(5223), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182571,145 +184322,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86881] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1836), 1, - anon_sym_import, - ACTIONS(1838), 1, - anon_sym_var, - ACTIONS(1840), 1, - anon_sym_let, - ACTIONS(1842), 1, - anon_sym_const, - ACTIONS(1853), 1, - anon_sym_class, - ACTIONS(1855), 1, - anon_sym_async, - ACTIONS(1857), 1, - anon_sym_function, - ACTIONS(1865), 1, - anon_sym_abstract, - ACTIONS(1867), 1, - anon_sym_interface, - ACTIONS(1869), 1, - anon_sym_enum, - ACTIONS(1895), 1, - anon_sym_type, - ACTIONS(1901), 1, - anon_sym_global, - ACTIONS(1907), 1, - anon_sym_namespace, - ACTIONS(1911), 1, - anon_sym_declare, - ACTIONS(1949), 1, - anon_sym_module, - STATE(636), 1, - sym_internal_module, - STATE(650), 1, - sym_declaration, - STATE(1171), 1, - sym_decorator, - STATE(3198), 1, - aux_sym_export_statement_repeat1, - STATE(649), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [86960] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1961), 1, - anon_sym_type, - ACTIONS(1963), 1, - anon_sym_namespace, - ACTIONS(1965), 1, - anon_sym_import, - ACTIONS(1967), 1, - anon_sym_var, - ACTIONS(1969), 1, - anon_sym_let, - ACTIONS(1971), 1, - anon_sym_const, - ACTIONS(1973), 1, - anon_sym_class, - ACTIONS(1975), 1, - anon_sym_async, - ACTIONS(1977), 1, - anon_sym_function, - ACTIONS(1979), 1, - anon_sym_declare, - ACTIONS(1981), 1, - anon_sym_module, - ACTIONS(1983), 1, - anon_sym_abstract, - ACTIONS(1985), 1, - anon_sym_global, - ACTIONS(1987), 1, - anon_sym_interface, - ACTIONS(1989), 1, - anon_sym_enum, - STATE(1171), 1, - sym_decorator, - STATE(3322), 1, - aux_sym_export_statement_repeat1, - STATE(3325), 1, - sym_declaration, - STATE(3327), 1, - sym_internal_module, - STATE(3329), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [87039] = 6, + [90064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(5037), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1714), 6, + ACTIONS(5229), 10, + sym__automatic_semicolon, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + anon_sym_AT, + ACTIONS(5227), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182726,31 +184358,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87086] = 6, + anon_sym_abstract, + [90104] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(5037), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1690), 6, + ACTIONS(1431), 10, + sym__automatic_semicolon, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + anon_sym_AT, + ACTIONS(1433), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182767,189 +184395,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87133] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1961), 1, - anon_sym_type, - ACTIONS(1963), 1, - anon_sym_namespace, - ACTIONS(1965), 1, - anon_sym_import, - ACTIONS(1967), 1, - anon_sym_var, - ACTIONS(1969), 1, - anon_sym_let, - ACTIONS(1971), 1, - anon_sym_const, - ACTIONS(1973), 1, - anon_sym_class, - ACTIONS(1975), 1, - anon_sym_async, - ACTIONS(1977), 1, - anon_sym_function, - ACTIONS(1979), 1, - anon_sym_declare, - ACTIONS(1983), 1, anon_sym_abstract, - ACTIONS(1987), 1, - anon_sym_interface, - ACTIONS(1989), 1, - anon_sym_enum, - ACTIONS(3208), 1, - anon_sym_module, - ACTIONS(5088), 1, - anon_sym_default, - STATE(1171), 1, - sym_decorator, - STATE(3302), 1, - sym_declaration, - STATE(3322), 1, - aux_sym_export_statement_repeat1, - STATE(3327), 1, - sym_internal_module, - STATE(3329), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [87212] = 14, + [90144] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1959), 1, - anon_sym_override, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5090), 1, - anon_sym_STAR, - ACTIONS(5092), 1, - anon_sym_async, - ACTIONS(5096), 1, - anon_sym_readonly, - STATE(2311), 1, - sym_override_modifier, - ACTIONS(5094), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(5098), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3206), 3, + ACTIONS(5231), 1, + anon_sym_EQ_GT, + ACTIONS(3256), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2996), 3, + ACTIONS(5161), 2, + sym_number, + sym_private_property_identifier, + STATE(3086), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 15, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87275] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1830), 1, - anon_sym_namespace, - ACTIONS(1836), 1, - anon_sym_import, - ACTIONS(1838), 1, - anon_sym_var, - ACTIONS(1840), 1, - anon_sym_let, - ACTIONS(1842), 1, - anon_sym_const, - ACTIONS(1853), 1, - anon_sym_class, - ACTIONS(1855), 1, - anon_sym_async, - ACTIONS(1857), 1, - anon_sym_function, - ACTIONS(1861), 1, - anon_sym_declare, - ACTIONS(1865), 1, - anon_sym_abstract, - ACTIONS(1867), 1, - anon_sym_interface, - ACTIONS(1869), 1, - anon_sym_enum, - ACTIONS(1895), 1, - anon_sym_type, - ACTIONS(1899), 1, - anon_sym_module, - ACTIONS(1901), 1, - anon_sym_global, - STATE(636), 1, - sym_internal_module, - STATE(650), 1, - sym_declaration, - STATE(1171), 1, - sym_decorator, - STATE(3198), 1, - aux_sym_export_statement_repeat1, - STATE(649), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [87354] = 3, + [90198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5102), 11, + ACTIONS(5229), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5100), 21, + ACTIONS(5227), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -182967,26 +184477,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [87394] = 3, + [90238] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5106), 11, + ACTIONS(1578), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5104), 21, + ACTIONS(1580), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183004,32 +184514,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [87434] = 10, + [90278] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5108), 1, + ACTIONS(5211), 1, anon_sym_STAR, - ACTIONS(5110), 2, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5215), 2, sym_number, sym_private_property_identifier, - ACTIONS(5112), 2, + ACTIONS(5217), 2, anon_sym_get, anon_sym_set, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2994), 3, + STATE(3112), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 18, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -183048,26 +184559,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87488] = 3, + [90334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5116), 11, + ACTIONS(5201), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5114), 21, + ACTIONS(5199), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183085,26 +184596,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [87528] = 3, + [90374] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5120), 11, + ACTIONS(5205), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5118), 21, + ACTIONS(5203), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183122,40 +184633,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [87568] = 11, + [90414] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(5197), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(5108), 1, - anon_sym_STAR, - ACTIONS(5122), 1, - anon_sym_async, - ACTIONS(5110), 2, sym_number, sym_private_property_identifier, - ACTIONS(5112), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2994), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 17, + anon_sym_AT, + ACTIONS(5195), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -183167,39 +184669,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87624] = 10, + anon_sym_abstract, + [90454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(5235), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(5090), 1, - anon_sym_STAR, - ACTIONS(5094), 2, sym_number, sym_private_property_identifier, - ACTIONS(5098), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2996), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 18, + anon_sym_AT, + ACTIONS(5233), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -183211,33 +184706,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87678] = 9, + anon_sym_abstract, + [90494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(5239), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(5124), 1, - anon_sym_EQ_GT, - ACTIONS(5094), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2996), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, + anon_sym_AT, + ACTIONS(5237), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183254,22 +184743,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87730] = 3, + anon_sym_abstract, + [90534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5128), 11, + ACTIONS(5243), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5126), 21, + ACTIONS(5241), 22, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + anon_sym_DASH, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [90574] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(5147), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1692), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1690), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -183290,38 +184821,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [87770] = 11, + [90620] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5130), 1, + ACTIONS(5245), 1, anon_sym_STAR, - ACTIONS(5132), 1, - anon_sym_async, - ACTIONS(5134), 2, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5247), 2, sym_number, sym_private_property_identifier, - ACTIONS(5136), 2, + ACTIONS(5249), 2, anon_sym_get, anon_sym_set, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3017), 3, + STATE(3161), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 17, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183336,39 +184866,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87826] = 10, + [90676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(5209), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(5130), 1, - anon_sym_STAR, - ACTIONS(5134), 2, sym_number, sym_private_property_identifier, - ACTIONS(5136), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3017), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 18, + anon_sym_AT, + ACTIONS(5207), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -183380,31 +184902,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87880] = 3, + anon_sym_abstract, + [90716] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(5251), 1, + anon_sym_STAR, + ACTIONS(5253), 1, + anon_sym_async, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5255), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5138), 21, + ACTIONS(5257), 2, + anon_sym_get, + anon_sym_set, + STATE(3056), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -183416,27 +184949,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [87920] = 3, + [90774] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 10, + ACTIONS(5225), 10, + sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(3135), 22, + ACTIONS(5223), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_DOT, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183454,27 +184986,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [87960] = 4, + [90814] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5142), 1, + ACTIONS(5259), 1, sym__automatic_semicolon, - ACTIONS(1445), 10, + ACTIONS(1431), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1447), 21, + ACTIONS(1433), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183492,26 +185024,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88002] = 3, + [90856] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1485), 11, + ACTIONS(5261), 1, sym__automatic_semicolon, + ACTIONS(1391), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1487), 21, + ACTIONS(1393), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183529,27 +185062,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88042] = 4, + [90898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5144), 1, + ACTIONS(5189), 10, sym__automatic_semicolon, - ACTIONS(1419), 10, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1421), 21, + ACTIONS(5187), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183567,32 +185099,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88084] = 10, + [90938] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5146), 1, + ACTIONS(5251), 1, anon_sym_STAR, - ACTIONS(5148), 2, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5255), 2, sym_number, sym_private_property_identifier, - ACTIONS(5150), 2, + ACTIONS(5257), 2, anon_sym_get, anon_sym_set, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3041), 3, + STATE(3056), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 18, + ACTIONS(1941), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -183611,65 +185144,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88138] = 5, + [90994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5068), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1690), 6, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - sym_number, - sym_private_property_identifier, - ACTIONS(1688), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [88182] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5154), 11, + ACTIONS(5265), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5152), 21, + ACTIONS(5263), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183687,40 +185181,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88222] = 11, + [91034] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5090), 1, - anon_sym_STAR, - ACTIONS(5092), 1, - anon_sym_async, - ACTIONS(5094), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(5098), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3206), 3, + ACTIONS(3256), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2996), 3, + ACTIONS(5020), 2, + sym_number, + sym_private_property_identifier, + STATE(3122), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 17, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -183732,22 +185223,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88278] = 3, + [91085] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5158), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5074), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5156), 21, + STATE(3113), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -183768,23 +185265,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88318] = 3, + [91136] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5102), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5080), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5100), 21, + STATE(3093), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -183805,23 +185307,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88358] = 3, + [91187] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5162), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5255), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5160), 21, + STATE(3056), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -183842,27 +185349,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88398] = 3, + [91238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 11, + ACTIONS(5267), 1, sym__automatic_semicolon, + ACTIONS(1391), 8, anon_sym_STAR, anon_sym_RBRACE, - anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1447), 21, + ACTIONS(1393), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -183880,96 +185386,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88438] = 3, + [91279] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(5166), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, - sym_number, - sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5164), 21, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4812), 1, + anon_sym_STAR, + ACTIONS(4816), 1, anon_sym_async, - sym_identifier, + ACTIONS(5269), 1, anon_sym_static, + ACTIONS(5271), 1, anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, + ACTIONS(5273), 1, anon_sym_abstract, - [88478] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5106), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, + STATE(2327), 1, + sym_override_modifier, + ACTIONS(4818), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5104), 21, + ACTIONS(4822), 2, + anon_sym_get, + anon_sym_set, + STATE(2541), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3166), 14, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88518] = 3, + [91342] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5170), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5032), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5168), 21, + STATE(3187), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -183990,26 +185476,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88558] = 5, + [91393] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5068), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, + ACTIONS(1875), 1, anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1714), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5161), 2, sym_number, sym_private_property_identifier, - ACTIONS(1712), 20, + STATE(3086), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184030,22 +185518,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88602] = 3, + [91444] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5174), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5056), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5172), 21, + STATE(3103), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184066,23 +185560,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88642] = 3, + [91495] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5154), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5088), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5152), 21, + STATE(3147), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184103,23 +185602,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88682] = 3, + [91546] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5275), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5138), 21, + STATE(3094), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184140,23 +185644,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88722] = 3, + [91597] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5162), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5215), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5160), 21, + STATE(3112), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184177,23 +185686,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88762] = 3, + [91648] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5166), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5247), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5164), 21, + STATE(3161), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184214,24 +185728,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88802] = 4, + [91699] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5180), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(5178), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5277), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5176), 21, + STATE(3034), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184252,23 +185770,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88844] = 3, + [91750] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5116), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5092), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5114), 21, + STATE(3138), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184289,23 +185812,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88884] = 3, + [91801] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5184), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5060), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5182), 21, + STATE(3170), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184326,23 +185854,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88924] = 3, + [91852] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5120), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5084), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5118), 21, + STATE(3067), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184363,23 +185896,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88964] = 3, + [91903] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5188), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5096), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5186), 21, + STATE(3081), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184400,28 +185938,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [89004] = 8, + [91954] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5005), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3206), 3, + ACTIONS(3256), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(3049), 3, + ACTIONS(5010), 2, + sym_number, + sym_private_property_identifier, + STATE(3045), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184442,26 +185980,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89053] = 4, + [92005] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5190), 1, + ACTIONS(5279), 1, sym__automatic_semicolon, - ACTIONS(1445), 9, + ACTIONS(1431), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1447), 21, + ACTIONS(1433), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -184479,27 +186017,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [89094] = 8, + [92046] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5110), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3206), 3, + ACTIONS(3256), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2994), 3, + ACTIONS(5281), 2, + sym_number, + sym_private_property_identifier, + STATE(3116), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184520,27 +186059,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89143] = 8, + [92097] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4989), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3206), 3, + ACTIONS(3256), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(3080), 3, + ACTIONS(5004), 2, + sym_number, + sym_private_property_identifier, + STATE(3032), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184561,27 +186101,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89192] = 8, + [92148] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5001), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3206), 3, + ACTIONS(3256), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(3060), 3, + ACTIONS(5283), 2, + sym_number, + sym_private_property_identifier, + STATE(3071), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184602,27 +186143,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89241] = 8, + [92199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(2733), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + sym_number, + sym_private_property_identifier, + anon_sym_AT, + ACTIONS(2731), 22, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + anon_sym_DASH, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [92237] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4979), 2, + ACTIONS(5285), 1, + anon_sym_RBRACE, + STATE(3957), 1, + sym_enum_assignment, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3029), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184643,27 +186219,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89290] = 8, + [92287] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(1949), 1, + anon_sym_override, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(5289), 1, + anon_sym_static, + STATE(2333), 1, + sym_override_modifier, + ACTIONS(1937), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 14, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [92347] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4925), 2, + ACTIONS(5291), 1, + anon_sym_RBRACE, + STATE(3957), 1, + sym_enum_assignment, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3130), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184684,26 +186306,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89339] = 4, + [92397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5192), 1, - sym__automatic_semicolon, - ACTIONS(1419), 9, + ACTIONS(1578), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1421), 21, + ACTIONS(1580), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -184721,31 +186341,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [89380] = 8, + [92435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(2737), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(5017), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3132), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, + anon_sym_AT, + ACTIONS(2735), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -184762,27 +186375,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89429] = 8, + anon_sym_abstract, + [92473] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5194), 2, + ACTIONS(5293), 1, + anon_sym_RBRACE, + STATE(3821), 1, + sym_enum_assignment, + ACTIONS(5295), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3119), 3, + STATE(3258), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184803,27 +186417,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89478] = 8, + [92523] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4975), 2, + ACTIONS(5297), 1, + anon_sym_RBRACE, + STATE(3957), 1, + sym_enum_assignment, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3148), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -184844,79 +186458,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89527] = 15, + [92573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(4658), 1, + ACTIONS(5301), 8, anon_sym_STAR, - ACTIONS(4662), 1, - anon_sym_async, - ACTIONS(5196), 1, - anon_sym_static, - ACTIONS(5198), 1, - anon_sym_readonly, - ACTIONS(5200), 1, - anon_sym_abstract, - STATE(2305), 1, - sym_override_modifier, - ACTIONS(4664), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4668), 2, - anon_sym_get, - anon_sym_set, - STATE(2462), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3150), 14, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [89590] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4937), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3098), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, + anon_sym_AT, + ACTIONS(5299), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -184933,31 +186492,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89639] = 8, + anon_sym_abstract, + [92611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(4416), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4965), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, + anon_sym_AT, + ACTIONS(5303), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -184974,31 +186527,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89688] = 8, + anon_sym_abstract, + [92649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(3160), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1943), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(5148), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3041), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, + anon_sym_AT, + ACTIONS(3158), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -185015,27 +186562,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89737] = 8, + anon_sym_abstract, + [92687] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4961), 2, + ACTIONS(5305), 1, + anon_sym_RBRACE, + STATE(3957), 1, + sym_enum_assignment, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2976), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -185056,68 +186604,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89786] = 8, + [92737] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5202), 2, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4613), 1, + anon_sym_readonly, + ACTIONS(5307), 1, + anon_sym_static, + STATE(2324), 1, + sym_override_modifier, + ACTIONS(4611), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3109), 3, + ACTIONS(4615), 2, + anon_sym_get, + anon_sym_set, + STATE(2600), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 14, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89835] = 8, + [92797] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4971), 2, + ACTIONS(5309), 1, + anon_sym_RBRACE, + STATE(3740), 1, + sym_enum_assignment, + ACTIONS(5311), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3114), 3, + STATE(3436), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -185138,27 +186691,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89884] = 8, + [92847] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5134), 2, + ACTIONS(5313), 1, + anon_sym_RBRACE, + STATE(3957), 1, + sym_enum_assignment, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3017), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -185179,27 +186732,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89933] = 8, + [92897] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5204), 2, + ACTIONS(5315), 1, + anon_sym_RBRACE, + STATE(3957), 1, + sym_enum_assignment, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3128), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -185220,109 +186773,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89982] = 8, + [92947] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5206), 2, + ACTIONS(4914), 1, + anon_sym_STAR, + ACTIONS(4916), 1, + anon_sym_async, + ACTIONS(4920), 1, + anon_sym_readonly, + ACTIONS(5317), 1, + anon_sym_static, + STATE(2326), 1, + sym_override_modifier, + ACTIONS(4918), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3075), 3, + ACTIONS(4922), 2, + anon_sym_get, + anon_sym_set, + STATE(2555), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 14, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90031] = 8, + [93007] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3190), 1, + anon_sym_override, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5023), 2, + ACTIONS(5319), 1, + anon_sym_static, + ACTIONS(5321), 1, + anon_sym_readonly, + ACTIONS(5323), 1, + anon_sym_abstract, + STATE(2355), 1, + sym_override_modifier, + ACTIONS(5116), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(3022), 3, + STATE(2780), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90080] = 8, + [93063] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5094), 2, + ACTIONS(5325), 1, + anon_sym_RBRACE, + STATE(3957), 1, + sym_enum_assignment, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2996), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -185343,70 +186904,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90129] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4509), 1, - anon_sym_LBRACK, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4515), 1, - anon_sym_readonly, - ACTIONS(5208), 1, - anon_sym_static, - STATE(2313), 1, - sym_override_modifier, - ACTIONS(4513), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3150), 14, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [90189] = 3, + [93113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1445), 9, + ACTIONS(1431), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1447), 21, + ACTIONS(1433), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -185424,27 +186939,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [90227] = 9, + [93151] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5210), 1, + ACTIONS(5327), 1, anon_sym_RBRACE, - STATE(3670), 1, + STATE(3957), 1, sym_enum_assignment, - ACTIONS(5212), 2, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - STATE(3221), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -185465,24 +186980,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90277] = 3, + [93201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3148), 9, + ACTIONS(2597), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(3146), 21, + ACTIONS(2595), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -185500,24 +187015,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [90315] = 3, + [93239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 9, + ACTIONS(3136), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(3115), 21, + ACTIONS(3134), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -185535,36 +187050,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [90353] = 9, + [93277] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5214), 1, - anon_sym_RBRACE, - STATE(3599), 1, - sym_enum_assignment, - ACTIONS(5216), 2, + ACTIONS(4812), 1, + anon_sym_STAR, + ACTIONS(4816), 1, + anon_sym_async, + ACTIONS(4820), 1, + anon_sym_readonly, + ACTIONS(4818), 2, sym_number, sym_private_property_identifier, - STATE(3165), 3, + ACTIONS(4822), 2, + anon_sym_get, + anon_sym_set, + STATE(2541), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -185576,36 +187092,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90403] = 9, + [93330] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5218), 1, - anon_sym_RBRACE, - STATE(3944), 1, - sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(5024), 1, + anon_sym_STAR, + ACTIONS(5026), 1, + anon_sym_async, + ACTIONS(5329), 1, + anon_sym_readonly, + ACTIONS(5028), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + ACTIONS(5030), 2, + anon_sym_get, + anon_sym_set, + STATE(2597), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -185617,29 +187134,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90453] = 3, + [93383] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2553), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4914), 1, + anon_sym_STAR, + ACTIONS(4916), 1, + anon_sym_async, + ACTIONS(4920), 1, + anon_sym_readonly, + ACTIONS(4918), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(2551), 21, + ACTIONS(4922), 2, + anon_sym_get, + anon_sym_set, + STATE(2555), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3166), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -185651,37 +187176,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [90491] = 9, + [93436] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5222), 1, - anon_sym_RBRACE, - STATE(3944), 1, - sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(5251), 1, + anon_sym_STAR, + ACTIONS(5253), 1, + anon_sym_async, + ACTIONS(5331), 1, + anon_sym_readonly, + ACTIONS(5255), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + ACTIONS(5257), 2, + anon_sym_get, + anon_sym_set, + STATE(3056), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -185693,36 +187218,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90541] = 9, + [93489] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5224), 1, - anon_sym_RBRACE, - STATE(3944), 1, - sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(5002), 1, + anon_sym_STAR, + ACTIONS(5106), 1, + anon_sym_async, + ACTIONS(5333), 1, + anon_sym_readonly, + ACTIONS(5108), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + ACTIONS(5110), 2, + anon_sym_get, + anon_sym_set, + STATE(2608), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -185734,73 +187260,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90591] = 12, + [93542] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5226), 1, - anon_sym_static, - ACTIONS(5228), 1, + ACTIONS(5018), 1, + anon_sym_STAR, + ACTIONS(5048), 1, + anon_sym_async, + ACTIONS(5335), 1, anon_sym_readonly, - ACTIONS(5230), 1, - anon_sym_abstract, - STATE(2329), 1, - sym_override_modifier, - ACTIONS(5064), 2, + ACTIONS(5050), 2, sym_number, sym_private_property_identifier, - STATE(2738), 3, + ACTIONS(5052), 2, + anon_sym_get, + anon_sym_set, + STATE(2544), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 17, + ACTIONS(3166), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, - anon_sym_get, - anon_sym_set, + anon_sym_static, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90647] = 3, + [93595] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4928), 1, + anon_sym_STAR, + ACTIONS(4930), 1, + anon_sym_async, + ACTIONS(4934), 1, + anon_sym_readonly, + ACTIONS(4932), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(2547), 21, + ACTIONS(4936), 2, + anon_sym_get, + anon_sym_set, + STATE(2554), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3166), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [93648] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(4603), 1, + anon_sym_STAR, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4609), 1, + anon_sym_async, + ACTIONS(4613), 1, anon_sym_readonly, + ACTIONS(4611), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4615), 2, anon_sym_get, anon_sym_set, + STATE(2600), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3166), 16, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -185812,30 +187386,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [90685] = 3, + [93701] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4990), 1, + anon_sym_STAR, + ACTIONS(4992), 1, + anon_sym_async, + ACTIONS(4996), 1, + anon_sym_readonly, + ACTIONS(4994), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5232), 21, + ACTIONS(4998), 2, + anon_sym_get, + anon_sym_set, + STATE(2607), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3166), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [93754] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(4966), 1, + anon_sym_STAR, + ACTIONS(4968), 1, + anon_sym_async, + ACTIONS(5000), 1, anon_sym_readonly, + ACTIONS(4970), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4972), 2, anon_sym_get, anon_sym_set, + STATE(2543), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3166), 16, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -185847,37 +187470,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [90723] = 9, + [93807] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5236), 1, - anon_sym_RBRACE, - STATE(3944), 1, - sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(5337), 1, + anon_sym_STAR, + ACTIONS(5341), 1, + anon_sym_readonly, + ACTIONS(5339), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + ACTIONS(5343), 2, + anon_sym_get, + anon_sym_set, + STATE(2530), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -185889,27 +187511,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90773] = 9, + [93858] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1242), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1244), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5238), 1, - anon_sym_RBRACE, - STATE(3944), 1, + STATE(3957), 1, sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(5287), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + STATE(3538), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -185930,20 +187550,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90823] = 3, + [93905] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 9, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(1702), 6, anon_sym_STAR, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5240), 21, + ACTIONS(1700), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -185964,83 +187586,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [90861] = 14, + [93946] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(1959), 1, - anon_sym_override, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, + ACTIONS(5151), 1, + anon_sym_readonly, + ACTIONS(5345), 1, anon_sym_STAR, - ACTIONS(5242), 1, - anon_sym_static, - STATE(2308), 1, - sym_override_modifier, - ACTIONS(1945), 2, + ACTIONS(5347), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, + ACTIONS(5349), 2, anon_sym_get, anon_sym_set, - STATE(3092), 3, + STATE(2539), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 14, + ACTIONS(3166), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, + anon_sym_static, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90921] = 9, + [93997] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(1943), 1, + anon_sym_async, + ACTIONS(1945), 1, + anon_sym_readonly, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5244), 1, - anon_sym_RBRACE, - STATE(3944), 1, - sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(4884), 1, + anon_sym_STAR, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + ACTIONS(1947), 2, + anon_sym_get, + anon_sym_set, + STATE(3182), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186052,73 +187669,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90971] = 14, + [94050] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(3170), 1, - anon_sym_override, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4913), 1, + ACTIONS(5157), 1, anon_sym_STAR, - ACTIONS(4915), 1, + ACTIONS(5159), 1, anon_sym_async, - ACTIONS(4919), 1, + ACTIONS(5163), 1, anon_sym_readonly, - ACTIONS(5246), 1, - anon_sym_static, - STATE(2306), 1, - sym_override_modifier, - ACTIONS(4917), 2, + ACTIONS(5161), 2, sym_number, sym_private_property_identifier, - ACTIONS(4921), 2, + ACTIONS(5165), 2, anon_sym_get, anon_sym_set, - STATE(2537), 3, + STATE(3086), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 14, + ACTIONS(1941), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, + anon_sym_static, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91031] = 9, + [94103] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5248), 1, - anon_sym_RBRACE, - STATE(3944), 1, - sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(5084), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + STATE(3067), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -186139,20 +187748,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91081] = 3, + [94147] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1485), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(5120), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(1487), 21, + STATE(2834), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -186173,21 +187785,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [91119] = 3, + [94191] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1301), 1, anon_sym_DQUOTE, + ACTIONS(1303), 1, anon_sym_SQUOTE, + ACTIONS(4607), 1, + anon_sym_LBRACK, + ACTIONS(5153), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(2555), 21, + STATE(2867), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -186208,35 +187822,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [91157] = 9, + [94235] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(5250), 1, - anon_sym_RBRACE, - STATE(3944), 1, - sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(5351), 1, + anon_sym_readonly, + ACTIONS(5153), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + STATE(2867), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 19, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, @@ -186250,37 +187860,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91207] = 11, + [94281] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4993), 1, - anon_sym_STAR, - ACTIONS(4995), 1, - anon_sym_async, - ACTIONS(5252), 1, - anon_sym_readonly, - ACTIONS(4997), 2, + ACTIONS(5116), 2, sym_number, sym_private_property_identifier, - ACTIONS(4999), 2, - anon_sym_get, - anon_sym_set, - STATE(2534), 3, + STATE(2780), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(3166), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186292,21 +187897,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91260] = 4, + [94325] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1690), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1933), 1, anon_sym_DQUOTE, + ACTIONS(1935), 1, anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(1937), 2, sym_number, sym_private_property_identifier, - ACTIONS(1688), 20, + STATE(3182), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -186327,37 +187934,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91299] = 11, + [94369] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(1953), 1, - anon_sym_async, - ACTIONS(1955), 1, - anon_sym_readonly, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4827), 1, - anon_sym_STAR, - ACTIONS(1945), 2, + ACTIONS(5056), 2, sym_number, sym_private_property_identifier, - ACTIONS(1957), 2, - anon_sym_get, - anon_sym_set, - STATE(3092), 3, + STATE(3103), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186369,37 +187971,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91352] = 11, + [94413] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4941), 1, - anon_sym_STAR, - ACTIONS(4943), 1, - anon_sym_async, - ACTIONS(5254), 1, - anon_sym_readonly, - ACTIONS(4945), 2, + ACTIONS(5281), 2, sym_number, sym_private_property_identifier, - ACTIONS(4947), 2, - anon_sym_get, - anon_sym_set, - STATE(2540), 3, + STATE(3116), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186411,37 +188008,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91405] = 11, + [94457] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4891), 1, - anon_sym_STAR, - ACTIONS(4893), 1, - anon_sym_async, - ACTIONS(4897), 1, - anon_sym_readonly, - ACTIONS(4895), 2, + ACTIONS(5247), 2, sym_number, sym_private_property_identifier, - ACTIONS(4899), 2, - anon_sym_get, - anon_sym_set, - STATE(2457), 3, + STATE(3161), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186453,37 +188045,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91458] = 11, + [94501] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4901), 1, - anon_sym_STAR, - ACTIONS(4903), 1, + ACTIONS(5096), 2, + sym_number, + sym_private_property_identifier, + STATE(3081), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, anon_sym_async, - ACTIONS(4907), 1, + sym_identifier, + anon_sym_static, anon_sym_readonly, - ACTIONS(4905), 2, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [94545] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(5004), 2, sym_number, sym_private_property_identifier, - ACTIONS(4909), 2, + STATE(3032), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1941), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, anon_sym_get, anon_sym_set, - STATE(2525), 3, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [94589] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(4743), 1, + anon_sym_LBRACK, + ACTIONS(5112), 2, + sym_number, + sym_private_property_identifier, + STATE(3044), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186495,37 +188156,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91511] = 11, + [94633] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5021), 1, - anon_sym_STAR, - ACTIONS(5031), 1, - anon_sym_async, - ACTIONS(5256), 1, - anon_sym_readonly, - ACTIONS(5033), 2, + ACTIONS(5283), 2, sym_number, sym_private_property_identifier, - ACTIONS(5035), 2, - anon_sym_get, - anon_sym_set, - STATE(2459), 3, + STATE(3071), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186537,37 +188193,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91564] = 11, + [94677] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5090), 1, - anon_sym_STAR, - ACTIONS(5092), 1, - anon_sym_async, - ACTIONS(5096), 1, - anon_sym_readonly, - ACTIONS(5094), 2, + ACTIONS(5020), 2, sym_number, sym_private_property_identifier, - ACTIONS(5098), 2, - anon_sym_get, - anon_sym_set, - STATE(2996), 3, + STATE(3122), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186579,37 +188230,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91617] = 11, + [94721] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4913), 1, - anon_sym_STAR, - ACTIONS(4915), 1, - anon_sym_async, - ACTIONS(4919), 1, - anon_sym_readonly, - ACTIONS(4917), 2, + ACTIONS(5255), 2, sym_number, sym_private_property_identifier, - ACTIONS(4921), 2, - anon_sym_get, - anon_sym_set, - STATE(2537), 3, + STATE(3056), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186621,37 +188267,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91670] = 11, + [94765] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4505), 1, - anon_sym_STAR, - ACTIONS(4509), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - ACTIONS(4511), 1, - anon_sym_async, - ACTIONS(4515), 1, + ACTIONS(5151), 1, anon_sym_readonly, - ACTIONS(4513), 2, + ACTIONS(5116), 2, sym_number, sym_private_property_identifier, - ACTIONS(4517), 2, - anon_sym_get, - anon_sym_set, - STATE(2528), 3, + STATE(2780), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(3166), 19, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186663,37 +188305,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91723] = 11, + [94811] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5108), 1, - anon_sym_STAR, - ACTIONS(5122), 1, - anon_sym_async, - ACTIONS(5258), 1, - anon_sym_readonly, - ACTIONS(5110), 2, + ACTIONS(5088), 2, sym_number, sym_private_property_identifier, - ACTIONS(5112), 2, - anon_sym_get, - anon_sym_set, - STATE(2994), 3, + STATE(3147), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186705,36 +188342,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91776] = 10, + [94855] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5260), 1, - anon_sym_STAR, - ACTIONS(5264), 1, - anon_sym_readonly, - ACTIONS(5262), 2, + ACTIONS(5092), 2, sym_number, sym_private_property_identifier, - ACTIONS(5266), 2, - anon_sym_get, - anon_sym_set, - STATE(2463), 3, + STATE(3138), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 17, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186746,37 +188379,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91827] = 11, + [94899] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4879), 1, - anon_sym_STAR, - ACTIONS(4881), 1, - anon_sym_async, - ACTIONS(4885), 1, - anon_sym_readonly, - ACTIONS(4883), 2, + ACTIONS(5074), 2, sym_number, sym_private_property_identifier, - ACTIONS(4887), 2, - anon_sym_get, - anon_sym_set, - STATE(2517), 3, + STATE(3113), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186788,36 +188416,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91880] = 10, + [94943] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5066), 1, - anon_sym_readonly, - ACTIONS(5268), 1, - anon_sym_STAR, - ACTIONS(5270), 2, + ACTIONS(5010), 2, sym_number, sym_private_property_identifier, - ACTIONS(5272), 2, - anon_sym_get, - anon_sym_set, - STATE(2466), 3, + STATE(3045), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 17, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186829,37 +188453,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91931] = 11, + [94987] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4658), 1, - anon_sym_STAR, - ACTIONS(4662), 1, - anon_sym_async, - ACTIONS(4666), 1, - anon_sym_readonly, - ACTIONS(4664), 2, + ACTIONS(5277), 2, sym_number, sym_private_property_identifier, - ACTIONS(4668), 2, - anon_sym_get, - anon_sym_set, - STATE(2462), 3, + STATE(3034), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 16, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -186871,32 +188490,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91984] = 8, + [95031] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4607), 1, anon_sym_LBRACK, - STATE(3944), 1, - sym_enum_assignment, - ACTIONS(5220), 2, + ACTIONS(5145), 1, + anon_sym_readonly, + ACTIONS(5120), 2, sym_number, sym_private_property_identifier, - STATE(3452), 3, + STATE(2834), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(3166), 19, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, @@ -186910,23 +188528,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92031] = 7, + [95077] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5023), 2, + ACTIONS(5118), 2, sym_number, sym_private_property_identifier, - STATE(3022), 3, + STATE(3136), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -186947,31 +188565,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92075] = 8, + [95121] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5066), 1, - anon_sym_readonly, - ACTIONS(5064), 2, + ACTIONS(5161), 2, sym_number, sym_private_property_identifier, - STATE(2738), 3, + STATE(3086), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3150), 19, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, @@ -186985,23 +188602,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92121] = 7, + [95165] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5060), 2, + ACTIONS(5080), 2, sym_number, sym_private_property_identifier, - STATE(3027), 3, + STATE(3093), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -187022,23 +188639,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92165] = 7, + [95209] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4641), 2, + ACTIONS(4745), 2, sym_number, sym_private_property_identifier, - STATE(3129), 3, + STATE(3131), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -187059,23 +188676,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92209] = 7, + [95253] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4937), 2, + ACTIONS(5275), 2, sym_number, sym_private_property_identifier, - STATE(3098), 3, + STATE(3094), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -187096,23 +188713,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92253] = 7, + [95297] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(1945), 2, + ACTIONS(5215), 2, sym_number, sym_private_property_identifier, - STATE(3092), 3, + STATE(3112), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -187133,23 +188750,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92297] = 7, + [95341] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5148), 2, + ACTIONS(5125), 2, sym_number, sym_private_property_identifier, - STATE(3041), 3, + STATE(3096), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -187170,23 +188787,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92341] = 7, + [95385] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5110), 2, + ACTIONS(5044), 2, sym_number, sym_private_property_identifier, - STATE(2994), 3, + STATE(3072), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -187207,23 +188824,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92385] = 7, + [95429] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(4975), 2, + ACTIONS(5032), 2, sym_number, sym_private_property_identifier, - STATE(3148), 3, + STATE(3187), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -187244,23 +188861,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92429] = 7, + [95473] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(4743), 1, anon_sym_LBRACK, - ACTIONS(5017), 2, + ACTIONS(5060), 2, sym_number, sym_private_property_identifier, - STATE(3132), 3, + STATE(3170), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(1941), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -187281,28 +188898,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92473] = 7, + [95517] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4925), 2, - sym_number, - sym_private_property_identifier, - STATE(3130), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, + ACTIONS(5353), 1, + sym_identifier, + STATE(4414), 1, + sym_mapped_type_clause, + ACTIONS(5355), 19, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, - sym_identifier, anon_sym_static, anon_sym_readonly, anon_sym_get, @@ -187318,824 +188925,992 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [92517] = 7, + [95548] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, + anon_sym_LT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2969), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(2965), 12, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95588] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(5357), 1, + anon_sym_DOT, + ACTIONS(5359), 1, + anon_sym_QMARK_DOT, + STATE(2415), 1, + sym_arguments, + STATE(2497), 1, + sym_type_arguments, + ACTIONS(3300), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(3302), 12, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95628] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(5361), 1, + anon_sym_DOT, + ACTIONS(5363), 1, + anon_sym_QMARK_DOT, + STATE(2412), 1, + sym_arguments, + STATE(2493), 1, + sym_type_arguments, + ACTIONS(3308), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(3310), 12, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95668] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3470), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3472), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95695] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3763), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3765), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95722] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3775), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3777), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95749] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3834), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3836), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95776] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3849), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3851), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95803] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3783), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3785), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95830] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3779), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3781), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95857] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3853), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3855), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95884] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3783), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3785), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95911] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3779), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3781), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95938] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3834), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3836), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95965] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3771), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3773), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95992] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3849), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3851), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96019] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3775), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3777), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3830), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3832), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5204), 2, - sym_number, - sym_private_property_identifier, - STATE(3128), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92561] = 8, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(3830), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3832), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5072), 1, - anon_sym_readonly, - ACTIONS(5040), 2, - sym_number, - sym_private_property_identifier, - STATE(2826), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3150), 19, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92607] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3830), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3832), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(4989), 2, - sym_number, - sym_private_property_identifier, - STATE(3080), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92651] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3838), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3840), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(4983), 2, - sym_number, - sym_private_property_identifier, - STATE(3007), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92695] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(3771), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3773), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5040), 2, - sym_number, - sym_private_property_identifier, - STATE(2826), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3150), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92739] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3767), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3769), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(4979), 2, - sym_number, - sym_private_property_identifier, - STATE(3029), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92783] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3838), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3840), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(4971), 2, - sym_number, - sym_private_property_identifier, - STATE(3114), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92827] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(3763), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3765), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5076), 2, - sym_number, - sym_private_property_identifier, - STATE(2711), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3150), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92871] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3818), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3820), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(4961), 2, - sym_number, - sym_private_property_identifier, - STATE(2976), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92915] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3849), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3851), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5005), 2, - sym_number, - sym_private_property_identifier, - STATE(3049), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [92959] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3838), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3840), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5134), 2, - sym_number, - sym_private_property_identifier, - STATE(3017), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93003] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96343] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3767), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3769), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5206), 2, - sym_number, - sym_private_property_identifier, - STATE(3075), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93047] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3470), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3472), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(4965), 2, - sym_number, - sym_private_property_identifier, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93091] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3759), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3761), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5094), 2, - sym_number, - sym_private_property_identifier, - STATE(2996), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93135] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3755), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3757), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5001), 2, - sym_number, - sym_private_property_identifier, - STATE(3060), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93179] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3826), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3828), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5194), 2, - sym_number, - sym_private_property_identifier, - STATE(3119), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93223] = 8, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(3826), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3828), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5274), 1, - anon_sym_readonly, - ACTIONS(5076), 2, - sym_number, - sym_private_property_identifier, - STATE(2711), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3150), 19, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93269] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(4509), 1, + ACTIONS(3834), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3836), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5064), 2, - sym_number, - sym_private_property_identifier, - STATE(2738), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3150), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93313] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96532] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3470), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3472), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(4949), 2, - sym_number, - sym_private_property_identifier, - STATE(2986), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93357] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(3826), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3828), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5062), 2, - sym_number, - sym_private_property_identifier, - STATE(3004), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93401] = 7, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_DOT, + anon_sym_EQ_GT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [96586] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(4639), 1, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3292), 1, + anon_sym_EQ, + ACTIONS(5365), 1, + anon_sym_DOT, + ACTIONS(5367), 1, + anon_sym_is, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3041), 13, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(5202), 2, - sym_number, - sym_private_property_identifier, - STATE(3109), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1951), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93445] = 4, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, + [96620] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5369), 1, sym_identifier, - STATE(4184), 1, - sym_mapped_type_clause, - ACTIONS(5278), 19, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [93476] = 6, + ACTIONS(5371), 1, + anon_sym_EQ, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5375), 1, + anon_sym_COMMA, + ACTIONS(5377), 1, + anon_sym_COLON, + ACTIONS(5379), 1, + anon_sym_GT, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5384), 1, + anon_sym_DOT, + ACTIONS(5386), 1, + anon_sym_SLASH_GT, + ACTIONS(5388), 1, + anon_sym_LT, + ACTIONS(5390), 1, + anon_sym_extends, + STATE(2863), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(2875), 1, + sym_type_arguments, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3561), 1, + sym_constraint, + STATE(4082), 1, + sym_default_type, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [96676] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3288), 1, - anon_sym_EQ, - ACTIONS(5280), 1, + ACTIONS(2977), 1, anon_sym_LT, - ACTIONS(5282), 1, + ACTIONS(3292), 1, + anon_sym_EQ, + ACTIONS(5365), 1, anon_sym_DOT, - STATE(2429), 1, + STATE(2492), 1, sym_type_arguments, - ACTIONS(3010), 14, + ACTIONS(3041), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -188150,43 +189925,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93508] = 3, + [96708] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 2, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5371), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3577), 16, - anon_sym_as, + ACTIONS(5373), 1, anon_sym_LBRACE, + ACTIONS(5375), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(5377), 1, anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(5379), 1, anon_sym_GT, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5384), 1, anon_sym_DOT, - anon_sym_EQ_GT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(5388), 1, + anon_sym_LT, + ACTIONS(5390), 1, anon_sym_extends, - [93534] = 7, + ACTIONS(5392), 1, + anon_sym_SLASH_GT, + STATE(2755), 1, + sym_type_arguments, + STATE(2756), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3561), 1, + sym_constraint, + STATE(4082), 1, + sym_default_type, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [96764] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3288), 1, - anon_sym_EQ, - ACTIONS(5280), 1, - anon_sym_LT, - ACTIONS(5282), 1, + ACTIONS(5394), 1, anon_sym_DOT, - ACTIONS(5284), 1, - anon_sym_is, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(3010), 13, + ACTIONS(5396), 1, + anon_sym_QMARK_DOT, + ACTIONS(3619), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(3621), 13, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -188198,104 +189986,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93568] = 3, + [96793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3581), 2, + ACTIONS(1514), 1, + anon_sym_DOT, + ACTIONS(3725), 2, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3583), 16, + anon_sym_LT, + ACTIONS(3727), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93594] = 18, + [96820] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5288), 1, + ACTIONS(3006), 1, + anon_sym_LPAREN, + ACTIONS(3012), 1, + anon_sym_LT, + ACTIONS(3300), 1, + anon_sym_PIPE, + ACTIONS(5398), 1, + anon_sym_DOT, + ACTIONS(5400), 1, + anon_sym_QMARK_DOT, + STATE(2594), 1, + sym_arguments, + STATE(2690), 1, + sym_type_arguments, + ACTIONS(3302), 10, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(5290), 1, anon_sym_LBRACE, - ACTIONS(5292), 1, anon_sym_COMMA, - ACTIONS(5294), 1, - anon_sym_COLON, - ACTIONS(5296), 1, - anon_sym_LT, - ACTIONS(5298), 1, - anon_sym_GT, - ACTIONS(5301), 1, - anon_sym_SLASH, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(5307), 1, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, anon_sym_extends, - STATE(2816), 1, - sym_type_arguments, - STATE(2834), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3533), 1, - sym_constraint, - STATE(4070), 1, - sym_default_type, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [93650] = 3, + anon_sym_PIPE_RBRACE, + [96857] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 2, + ACTIONS(1500), 1, + anon_sym_DOT, + ACTIONS(3725), 2, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3577), 16, + anon_sym_LT, + ACTIONS(3727), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93676] = 3, + [96884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3708), 2, + ACTIONS(3703), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3710), 16, + ACTIONS(3705), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, @@ -188307,41 +190083,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [93702] = 3, + [96909] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 2, + ACTIONS(3006), 1, + anon_sym_LPAREN, + ACTIONS(3012), 1, + anon_sym_LT, + ACTIONS(3308), 1, + anon_sym_PIPE, + ACTIONS(5402), 1, + anon_sym_DOT, + ACTIONS(5404), 1, + anon_sym_QMARK_DOT, + STATE(2590), 1, + sym_arguments, + STATE(2658), 1, + sym_type_arguments, + ACTIONS(3310), 10, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3618), 16, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [96946] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3376), 1, + anon_sym_EQ, + STATE(2429), 1, + sym_type_arguments, + ACTIONS(3378), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93728] = 3, + [96975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3704), 2, + ACTIONS(3695), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3706), 16, + ACTIONS(3697), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, @@ -188353,18 +190157,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [93754] = 3, + [97000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 2, + ACTIONS(3687), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3618), 16, + ACTIONS(3689), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, @@ -188376,201 +190179,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [93780] = 3, + [97025] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 2, + ACTIONS(2969), 1, + anon_sym_PIPE, + ACTIONS(3006), 1, + anon_sym_LPAREN, + ACTIONS(3008), 1, + anon_sym_DOT, + ACTIONS(3010), 1, + anon_sym_QMARK_DOT, + ACTIONS(3012), 1, + anon_sym_LT, + STATE(2575), 1, + sym_arguments, + STATE(2659), 1, + sym_type_arguments, + ACTIONS(2965), 10, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3698), 16, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [97062] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3434), 1, + anon_sym_EQ, + ACTIONS(3436), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93806] = 3, + anon_sym_is, + [97086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 2, + ACTIONS(1472), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(1470), 14, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3622), 16, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_COLON, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_DOT, - anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93832] = 3, + anon_sym_PIPE_RBRACE, + [97110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 2, + ACTIONS(1566), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(1564), 14, + sym__automatic_semicolon, anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(3622), 16, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [97134] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1387), 1, + anon_sym_EQ, + ACTIONS(1385), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93858] = 3, + anon_sym_is, + [97158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 2, + ACTIONS(3866), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3694), 16, + ACTIONS(3868), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93884] = 3, + [97181] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 2, + ACTIONS(3601), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3622), 16, + ACTIONS(5406), 1, + anon_sym_LBRACK, + ACTIONS(3603), 13, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93910] = 3, + [97206] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 2, + ACTIONS(3849), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3851), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3577), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [93936] = 3, + anon_sym_PIPE_RBRACE, + [97229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3626), 2, + ACTIONS(3743), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3628), 16, + ACTIONS(3745), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [93962] = 3, + [97252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 2, + ACTIONS(3849), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3851), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3698), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [93988] = 3, + anon_sym_PIPE_RBRACE, + [97275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3724), 1, + ACTIONS(3751), 1, anon_sym_EQ, - ACTIONS(3726), 17, + ACTIONS(3753), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, @@ -188579,44 +190410,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_BQUOTE, anon_sym_QMARK, anon_sym_extends, - anon_sym_implements, - [94014] = 3, + [97298] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5408), 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, + [97319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 2, + ACTIONS(3683), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3573), 16, + ACTIONS(3685), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, + [97342] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5410), 1, + anon_sym_LPAREN, + ACTIONS(5412), 1, + anon_sym_DOT, + ACTIONS(5414), 1, anon_sym_QMARK_DOT, + ACTIONS(5416), 1, + anon_sym_LT, + STATE(2668), 1, + sym_arguments, + STATE(2847), 1, + sym_type_arguments, + ACTIONS(3310), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [94040] = 3, + [97375] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3799), 1, + ACTIONS(5410), 1, + anon_sym_LPAREN, + ACTIONS(5416), 1, + anon_sym_LT, + ACTIONS(5418), 1, + anon_sym_DOT, + ACTIONS(5420), 1, + anon_sym_QMARK_DOT, + STATE(2669), 1, + sym_arguments, + STATE(2845), 1, + sym_type_arguments, + ACTIONS(3302), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [97408] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5422), 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, + [97429] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5410), 1, + anon_sym_LPAREN, + ACTIONS(5416), 1, + anon_sym_LT, + ACTIONS(5424), 1, + anon_sym_DOT, + ACTIONS(5426), 1, + anon_sym_QMARK_DOT, + STATE(2670), 1, + sym_arguments, + STATE(2843), 1, + sym_type_arguments, + ACTIONS(2965), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [97462] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3538), 1, anon_sym_EQ, - ACTIONS(3801), 17, + ACTIONS(3536), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, @@ -188625,67 +190563,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_BQUOTE, anon_sym_QMARK, anon_sym_extends, - anon_sym_implements, - [94066] = 3, + [97485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 2, + ACTIONS(3853), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3855), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3612), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94092] = 3, + anon_sym_PIPE_RBRACE, + [97508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 2, + ACTIONS(3625), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3694), 16, + ACTIONS(3627), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94118] = 3, + [97531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3748), 1, + ACTIONS(3629), 1, anon_sym_EQ, - ACTIONS(3750), 17, + ACTIONS(3552), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, @@ -188694,75 +190623,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_BQUOTE, anon_sym_QMARK, anon_sym_extends, - anon_sym_implements, - [94144] = 7, + [97554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, + ACTIONS(3470), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3472), 13, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(5309), 1, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, - ACTIONS(5311), 1, anon_sym_QMARK_DOT, - STATE(2394), 1, - sym_arguments, - ACTIONS(3430), 2, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [97577] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3470), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3472), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3432), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94178] = 3, + anon_sym_PIPE_RBRACE, + [97600] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5430), 1, + sym_number, + ACTIONS(5432), 1, + anon_sym_unique, + STATE(4177), 2, + sym_string, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [97631] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5434), 1, + sym_number, + STATE(4174), 1, + sym_predefined_type, + STATE(4175), 1, + sym_string, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [97664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 2, + ACTIONS(3390), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3612), 16, + ACTIONS(3392), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94204] = 7, + [97687] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(5313), 1, - anon_sym_DOT, - ACTIONS(5315), 1, - anon_sym_QMARK_DOT, - STATE(2395), 1, - sym_arguments, - ACTIONS(3424), 2, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5436), 1, + sym_number, + STATE(4170), 1, + sym_predefined_type, + STATE(4171), 1, + sym_string, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [97720] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5438), 1, + sym_number, + STATE(4169), 1, + sym_string, + STATE(4178), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [97753] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3390), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3426), 12, + ACTIONS(5367), 1, + anon_sym_is, + ACTIONS(3392), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -188774,68 +190803,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94238] = 3, + [97778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 2, + ACTIONS(3474), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3573), 16, + ACTIONS(3476), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94264] = 3, + [97801] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5440), 1, + sym_number, + STATE(4470), 1, + sym_string, + STATE(4474), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [97834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 2, + ACTIONS(3470), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3472), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3546), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94290] = 7, + anon_sym_PIPE_RBRACE, + [97857] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - STATE(2396), 1, - sym_arguments, - ACTIONS(3016), 2, + ACTIONS(3376), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3012), 12, + ACTIONS(5442), 1, + anon_sym_is, + ACTIONS(3378), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -188847,442 +190889,519 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94324] = 3, + [97882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 2, + ACTIONS(3834), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3836), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3612), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94350] = 3, + anon_sym_PIPE_RBRACE, + [97905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 2, + ACTIONS(3478), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3573), 16, + ACTIONS(3480), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94376] = 3, + [97928] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5444), 1, + sym_number, + STATE(4268), 1, + sym_string, + STATE(4269), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [97961] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5446), 1, + sym_number, + STATE(4263), 1, + sym_string, + STATE(4265), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [97994] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 2, + ACTIONS(3410), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3546), 16, - anon_sym_as, + ACTIONS(5367), 1, + anon_sym_is, + ACTIONS(3412), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94402] = 3, + [98019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 2, + ACTIONS(3834), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3836), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3546), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94428] = 3, + anon_sym_PIPE_RBRACE, + [98042] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5448), 1, + sym_number, + STATE(4250), 1, + sym_string, + STATE(4261), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98075] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5450), 1, + sym_number, + STATE(4247), 2, + sym_string, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 2, + ACTIONS(3834), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3836), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3664), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94454] = 3, + anon_sym_PIPE_RBRACE, + [98129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 2, + ACTIONS(3532), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3668), 16, + ACTIONS(3534), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94480] = 18, + [98152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5288), 1, + ACTIONS(5452), 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, + [98173] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3849), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3851), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(5290), 1, anon_sym_LBRACE, - ACTIONS(5292), 1, anon_sym_COMMA, - ACTIONS(5294), 1, - anon_sym_COLON, - ACTIONS(5296), 1, - anon_sym_LT, - ACTIONS(5298), 1, - anon_sym_GT, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5305), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, - ACTIONS(5307), 1, + anon_sym_QMARK_DOT, + anon_sym_AMP, anon_sym_extends, - ACTIONS(5317), 1, - anon_sym_SLASH, - STATE(2753), 1, - sym_type_arguments, - STATE(2755), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3533), 1, - sym_constraint, - STATE(4070), 1, - sym_default_type, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [94536] = 3, + anon_sym_PIPE_RBRACE, + [98196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 2, + ACTIONS(3870), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3664), 16, + ACTIONS(3872), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94562] = 3, + [98219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 2, + ACTIONS(3874), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3668), 16, + ACTIONS(3876), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94588] = 3, + [98242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 2, + ACTIONS(3830), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3832), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3690), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94614] = 3, + anon_sym_PIPE_RBRACE, + [98265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 2, + ACTIONS(3631), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3686), 16, + ACTIONS(3633), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94640] = 3, + [98288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 2, + ACTIONS(3737), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3686), 16, + ACTIONS(3739), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94666] = 3, + [98311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 2, + ACTIONS(3830), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3832), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3690), 16, - anon_sym_as, anon_sym_LBRACE, 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_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94692] = 3, + anon_sym_PIPE_RBRACE, + [98334] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 2, + ACTIONS(3679), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3618), 16, + ACTIONS(5406), 1, + anon_sym_LBRACK, + ACTIONS(3681), 13, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [94718] = 3, + [98359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3779), 2, + ACTIONS(3830), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3832), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3781), 15, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94743] = 3, + anon_sym_PIPE_RBRACE, + [98382] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3787), 2, + ACTIONS(3012), 1, + anon_sym_LT, + ACTIONS(3292), 1, + anon_sym_PIPE, + ACTIONS(5454), 1, + anon_sym_DOT, + ACTIONS(5456), 1, + anon_sym_is, + STATE(2681), 1, + sym_type_arguments, + ACTIONS(3041), 10, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3789), 15, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_DOT, - anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94768] = 3, + anon_sym_PIPE_RBRACE, + [98413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3795), 2, + ACTIONS(3818), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3820), 13, + sym__automatic_semicolon, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3797), 15, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, anon_sym_DOT, - anon_sym_EQ_GT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [94793] = 5, + anon_sym_PIPE_RBRACE, + [98436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5319), 1, - anon_sym_DOT, - ACTIONS(5321), 1, - anon_sym_QMARK_DOT, - ACTIONS(3565), 2, + ACTIONS(5458), 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, + [98457] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3665), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3567), 13, + ACTIONS(5406), 1, + anon_sym_LBRACK, + ACTIONS(3603), 3, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + ACTIONS(3667), 10, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, anon_sym_EQ_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [94822] = 4, + anon_sym_QMARK, + [98484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(3756), 1, + ACTIONS(3721), 1, anon_sym_EQ, - ACTIONS(3758), 15, + ACTIONS(3723), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189291,23 +191410,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [94849] = 5, + [98507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 1, + ACTIONS(3799), 1, anon_sym_EQ, - ACTIONS(5280), 1, - anon_sym_LT, - STATE(2437), 1, - sym_type_arguments, - ACTIONS(3334), 14, + ACTIONS(3801), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189322,54 +191436,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [94878] = 3, + [98530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1544), 1, - anon_sym_PIPE, - ACTIONS(1542), 15, - sym__automatic_semicolon, + ACTIONS(3611), 1, anon_sym_EQ, + ACTIONS(3613), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, - anon_sym_LT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, - anon_sym_QMARK, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [94902] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1608), 1, anon_sym_PIPE, - ACTIONS(1606), 15, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_AMP, anon_sym_QMARK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [94926] = 3, + [98553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1383), 1, + ACTIONS(3803), 1, anon_sym_EQ, - ACTIONS(1381), 15, + ACTIONS(3805), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189384,75 +191476,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - anon_sym_is, - [94950] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5323), 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, - [94971] = 2, + [98576] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5325), 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, - [94992] = 7, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5460), 1, + sym_number, + STATE(4473), 2, + sym_string, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98607] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3034), 1, - anon_sym_LPAREN, - ACTIONS(3430), 1, - anon_sym_PIPE, - ACTIONS(5327), 1, - anon_sym_DOT, - ACTIONS(5329), 1, - anon_sym_QMARK_DOT, - STATE(2544), 1, - sym_arguments, - ACTIONS(3432), 10, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95023] = 3, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5462), 1, + sym_number, + STATE(4370), 1, + sym_predefined_type, + STATE(4461), 1, + sym_string, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98640] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3771), 1, + ACTIONS(3822), 1, anon_sym_EQ, - ACTIONS(3773), 14, + ACTIONS(3824), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189467,12 +191545,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95046] = 3, + [98663] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5464), 1, + sym_number, + STATE(4364), 2, + sym_string, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98694] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5466), 1, + sym_number, + STATE(4478), 1, + sym_string, + STATE(4479), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3606), 1, + ACTIONS(3717), 1, anon_sym_EQ, - ACTIONS(3608), 14, + ACTIONS(3719), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189487,52 +191614,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95069] = 3, + [98750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3654), 1, + ACTIONS(3783), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3785), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3656), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95092] = 3, + anon_sym_PIPE_RBRACE, + [98773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3646), 1, + ACTIONS(3779), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3781), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3648), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95115] = 3, + anon_sym_PIPE_RBRACE, + [98796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3638), 1, + ACTIONS(3376), 1, anon_sym_EQ, - ACTIONS(3640), 14, + ACTIONS(3378), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189547,32 +191674,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95138] = 3, + [98819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3438), 1, + ACTIONS(3783), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3785), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3440), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95161] = 3, + anon_sym_PIPE_RBRACE, + [98842] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5468), 1, + sym_number, + STATE(4463), 1, + sym_string, + STATE(4465), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98875] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5470), 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, + [98896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3536), 1, + ACTIONS(3711), 1, anon_sym_EQ, - ACTIONS(3538), 14, + ACTIONS(3713), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189587,32 +191758,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95184] = 3, + [98919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3561), 1, + ACTIONS(3779), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3781), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3563), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95207] = 3, + anon_sym_PIPE_RBRACE, + [98942] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3657), 1, anon_sym_EQ, - ACTIONS(3765), 14, + ACTIONS(3659), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189627,12 +191798,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95230] = 3, + [98965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3624), 1, + ACTIONS(3707), 1, anon_sym_EQ, - ACTIONS(3508), 14, + ACTIONS(3709), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189647,53 +191818,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95253] = 3, + [98988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3650), 1, + ACTIONS(3775), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3777), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3652), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [99011] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3771), 2, anon_sym_PIPE, - anon_sym_QMARK, + anon_sym_LT, + ACTIONS(3773), 13, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, anon_sym_extends, - [95276] = 2, + anon_sym_PIPE_RBRACE, + [99034] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5331), 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, - [95297] = 4, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5472), 1, + sym_number, + STATE(4486), 1, + sym_string, + STATE(4491), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [99067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 1, + ACTIONS(3699), 1, anon_sym_EQ, - ACTIONS(5333), 1, - anon_sym_is, - ACTIONS(3334), 13, + ACTIONS(3701), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -189707,10 +191903,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95322] = 2, + [99090] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3775), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3777), 13, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [99113] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5335), 15, + ACTIONS(5474), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -189726,36 +191942,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [95343] = 7, + [99134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3288), 1, + ACTIONS(3771), 2, anon_sym_PIPE, - ACTIONS(5337), 1, anon_sym_LT, - ACTIONS(5339), 1, - anon_sym_DOT, - ACTIONS(5341), 1, - anon_sym_is, - STATE(2640), 1, - sym_type_arguments, - ACTIONS(3010), 10, + ACTIONS(3773), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [95374] = 3, + [99157] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3524), 1, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5476), 1, + sym_number, + STATE(4384), 1, + sym_string, + STATE(4388), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [99190] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5478), 1, + sym_number, + STATE(4372), 1, + sym_string, + STATE(4380), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [99223] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5480), 1, + sym_number, + STATE(4493), 1, + sym_string, + STATE(4494), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [99256] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3691), 1, anon_sym_EQ, - ACTIONS(3526), 14, + ACTIONS(3693), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189770,10 +192057,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95397] = 2, + [99279] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5343), 15, + ACTIONS(5482), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -189789,12 +192076,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [95418] = 3, + [99300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3787), 1, anon_sym_EQ, - ACTIONS(3734), 14, + ACTIONS(3789), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189809,36 +192096,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95441] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3034), 1, - anon_sym_LPAREN, - ACTIONS(3424), 1, - anon_sym_PIPE, - ACTIONS(5345), 1, - anon_sym_DOT, - ACTIONS(5347), 1, - anon_sym_QMARK_DOT, - STATE(2530), 1, - sym_arguments, - ACTIONS(3426), 10, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95472] = 3, + [99323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3494), 1, + ACTIONS(3791), 1, anon_sym_EQ, - ACTIONS(3492), 14, + ACTIONS(3793), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189853,134 +192116,157 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95495] = 3, + [99346] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5484), 1, + sym_number, + STATE(4455), 1, + sym_string, + STATE(4517), 1, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [99379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3826), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3828), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3730), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95518] = 3, + anon_sym_PIPE_RBRACE, + [99402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, + ACTIONS(3826), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3828), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3738), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95541] = 3, + anon_sym_PIPE_RBRACE, + [99425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3712), 1, + ACTIONS(3826), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3828), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3714), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95564] = 3, + anon_sym_PIPE_RBRACE, + [99448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3740), 1, + ACTIONS(3838), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3840), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3742), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95587] = 3, + anon_sym_PIPE_RBRACE, + [99471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(3838), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3840), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3777), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95610] = 5, + anon_sym_PIPE_RBRACE, + [99494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3752), 1, - anon_sym_EQ, - ACTIONS(5349), 1, - anon_sym_LBRACK, - ACTIONS(3530), 3, - anon_sym_AMP, + ACTIONS(3838), 2, anon_sym_PIPE, - anon_sym_extends, - ACTIONS(3754), 10, - anon_sym_as, + anon_sym_LT, + ACTIONS(3840), 13, + sym__automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_QMARK, - [95637] = 3, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [99517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3783), 1, + ACTIONS(3410), 1, anon_sym_EQ, - ACTIONS(3785), 14, + ACTIONS(3412), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -189995,20 +192281,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95660] = 4, + [99540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3645), 1, anon_sym_EQ, - ACTIONS(5349), 1, - anon_sym_LBRACK, - ACTIONS(3793), 13, + ACTIONS(3647), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, anon_sym_EQ_GT, @@ -190016,14 +192301,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95685] = 4, + [99563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3338), 1, + ACTIONS(3597), 1, anon_sym_EQ, - ACTIONS(5284), 1, - anon_sym_is, - ACTIONS(3340), 13, + ACTIONS(3599), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -190037,10 +192321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95710] = 2, + [99586] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5351), 15, + ACTIONS(5486), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -190056,12 +192340,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [95731] = 3, + [99607] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5432), 1, + anon_sym_unique, + ACTIONS(5488), 1, + sym_number, + STATE(4450), 2, + sym_string, + sym_predefined_type, + ACTIONS(5428), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [99638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3540), 1, + ACTIONS(3591), 1, anon_sym_EQ, - ACTIONS(3542), 14, + ACTIONS(3593), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -190076,176 +192384,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [95754] = 3, + [99661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3767), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3769), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3815), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95777] = 3, + anon_sym_PIPE_RBRACE, + [99684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3338), 1, + ACTIONS(3755), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3757), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3340), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95800] = 2, + anon_sym_PIPE_RBRACE, + [99707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5353), 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, - [95821] = 3, + ACTIONS(3759), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3761), 13, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [99730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3763), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3765), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3604), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95844] = 3, + anon_sym_PIPE_RBRACE, + [99753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(3767), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3769), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3600), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [95867] = 7, + anon_sym_PIPE_RBRACE, + [99776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3016), 1, + ACTIONS(3763), 2, anon_sym_PIPE, - ACTIONS(3034), 1, - anon_sym_LPAREN, - ACTIONS(3036), 1, - anon_sym_DOT, - ACTIONS(3038), 1, - anon_sym_QMARK_DOT, - STATE(2543), 1, - sym_arguments, - ACTIONS(3012), 10, + anon_sym_LT, + ACTIONS(3765), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [95898] = 4, + [99799] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3528), 1, - anon_sym_EQ, - ACTIONS(5349), 1, - anon_sym_LBRACK, - ACTIONS(3530), 13, - anon_sym_as, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3292), 1, + anon_sym_extends, + ACTIONS(5365), 1, + anon_sym_DOT, + ACTIONS(5490), 1, + sym_identifier, + ACTIONS(5494), 1, + anon_sym_GT, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(5492), 3, anon_sym_LBRACE, + sym_jsx_identifier, + anon_sym_SLASH_GT, + ACTIONS(3041), 5, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_LBRACK, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_extends, - [95923] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5355), 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, - [95944] = 3, + [99833] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 1, + ACTIONS(3653), 1, anon_sym_EQ, - ACTIONS(3334), 14, - anon_sym_as, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(3655), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -190255,160 +192550,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_GT, anon_sym_EQ_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_QMARK, - anon_sym_extends, - [95967] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5359), 1, - sym_number, - STATE(4410), 2, - sym_string, - sym_predefined_type, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95995] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5361), 1, - sym_number, - STATE(4263), 1, - sym_string, - STATE(4267), 1, - sym_predefined_type, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96025] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5363), 1, - sym_number, - STATE(4287), 1, - sym_predefined_type, - STATE(4288), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96055] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5365), 1, - sym_number, - STATE(4235), 1, - sym_predefined_type, - STATE(4236), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96085] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5367), 1, - sym_number, - STATE(4206), 1, - sym_predefined_type, - STATE(4230), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96115] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5369), 1, - sym_number, - STATE(4284), 1, - sym_predefined_type, - STATE(4285), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96145] = 6, + [99861] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5371), 1, - sym_number, - STATE(4290), 2, - sym_string, + ACTIONS(208), 1, + anon_sym_unique, + STATE(2683), 1, + sym_type_predicate, + STATE(4368), 1, sym_predefined_type, - ACTIONS(5357), 9, + ACTIONS(5503), 2, + sym_identifier, + sym_this, + ACTIONS(210), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -190418,96 +192573,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [96173] = 13, + [99889] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5373), 1, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5377), 1, + ACTIONS(5509), 1, anon_sym_BANG, - ACTIONS(5379), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(5383), 1, + ACTIONS(5513), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3091), 1, - sym__call_signature, - STATE(3363), 1, + STATE(3241), 1, sym_type_annotation, - STATE(3691), 1, + STATE(3780), 1, sym__initializer, - STATE(3917), 1, + STATE(3794), 1, + sym__call_signature, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5375), 3, + ACTIONS(5507), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [96215] = 7, + [99931] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5385), 1, - sym_number, - STATE(4241), 1, - sym_predefined_type, - STATE(4242), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96245] = 9, + ACTIONS(3814), 1, + anon_sym_EQ, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(3816), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [99959] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3288), 1, + ACTIONS(3661), 1, + anon_sym_EQ, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(5280), 1, + ACTIONS(3663), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [99987] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3012), 1, anon_sym_LT, - ACTIONS(5282), 1, + ACTIONS(3292), 1, + anon_sym_PIPE, + ACTIONS(5454), 1, anon_sym_DOT, - ACTIONS(5391), 1, - anon_sym_GT, - STATE(2429), 1, + STATE(2681), 1, sym_type_arguments, - ACTIONS(5387), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(5389), 2, - anon_sym_LBRACE, - sym_jsx_identifier, - ACTIONS(3010), 5, + ACTIONS(3041), 10, + sym__automatic_semicolon, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_AMP, - anon_sym_PIPE, - [96279] = 6, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [100015] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(5394), 1, - sym_number, - STATE(4244), 2, + ACTIONS(3212), 1, + anon_sym_LBRACE, + ACTIONS(5515), 1, + sym_identifier, + ACTIONS(5517), 1, + anon_sym_STAR, + ACTIONS(5519), 1, + anon_sym_type, + ACTIONS(5521), 1, + anon_sym_COMMA, + ACTIONS(5523), 1, + anon_sym_from, + STATE(3967), 1, + sym__import_identifier, + STATE(4125), 1, + sym_import_clause, + STATE(4135), 1, sym_string, + STATE(4139), 1, + sym_import_require_clause, + STATE(4426), 2, + sym_namespace_import, + sym_named_imports, + [100059] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(208), 1, + anon_sym_unique, + STATE(2442), 1, + sym_type_predicate, + STATE(4389), 1, sym_predefined_type, - ACTIONS(5357), 9, + ACTIONS(5525), 2, + sym_identifier, + sym_this, + ACTIONS(210), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -190517,43 +192720,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [96307] = 13, + [100087] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5379), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(5398), 1, + ACTIONS(5529), 1, anon_sym_BANG, - ACTIONS(5400), 1, + ACTIONS(5531), 1, + anon_sym_LPAREN, + ACTIONS(5533), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3039), 1, + STATE(3107), 1, sym__call_signature, - STATE(3410), 1, + STATE(3383), 1, sym_type_annotation, - STATE(3808), 1, + STATE(3690), 1, sym__initializer, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - ACTIONS(5396), 3, + ACTIONS(5527), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [96349] = 4, + [100129] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3637), 1, anon_sym_EQ, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(3718), 12, + ACTIONS(3639), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -190566,47 +192769,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [96373] = 13, + [100153] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5373), 1, + ACTIONS(3795), 1, anon_sym_EQ, - ACTIONS(5379), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(3797), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [100181] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(5406), 1, + ACTIONS(5537), 1, anon_sym_BANG, - ACTIONS(5408), 1, + ACTIONS(5539), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3053), 1, - sym__call_signature, - STATE(3371), 1, + STATE(3448), 1, sym_type_annotation, - STATE(3695), 1, + STATE(3812), 1, + sym__call_signature, + STATE(3816), 1, sym__initializer, - STATE(3917), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5404), 3, + ACTIONS(5535), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [96415] = 6, + [100223] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, + ACTIONS(3803), 1, anon_sym_EQ, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(3738), 10, + ACTIONS(3805), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -190617,201 +192842,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_EQ_GT, anon_sym_QMARK, - [96443] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3288), 1, - anon_sym_PIPE, - ACTIONS(5337), 1, - anon_sym_LT, - ACTIONS(5339), 1, - anon_sym_DOT, - STATE(2640), 1, - sym_type_arguments, - ACTIONS(3010), 10, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96471] = 13, + [100251] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5379), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5416), 1, + ACTIONS(5509), 1, anon_sym_BANG, - ACTIONS(5418), 1, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5531), 1, + anon_sym_LPAREN, + ACTIONS(5541), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3002), 1, + STATE(3129), 1, sym__call_signature, - STATE(3323), 1, + STATE(3241), 1, sym_type_annotation, - STATE(3752), 1, + STATE(3844), 1, sym__initializer, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - ACTIONS(5414), 3, + ACTIONS(5507), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [96513] = 13, + [100293] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(5416), 1, + ACTIONS(5531), 1, + anon_sym_LPAREN, + ACTIONS(5545), 1, anon_sym_BANG, - ACTIONS(5420), 1, + ACTIONS(5547), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3323), 1, - sym_type_annotation, - STATE(3760), 1, + STATE(3047), 1, sym__call_signature, - STATE(3761), 1, + STATE(3291), 1, + sym_type_annotation, + STATE(3781), 1, sym__initializer, - STATE(3934), 1, + STATE(4022), 1, sym_type_parameters, - ACTIONS(5414), 3, + ACTIONS(5543), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [96555] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3744), 1, - anon_sym_EQ, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(3746), 10, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_QMARK, - [96583] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3516), 1, - anon_sym_EQ, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(3518), 11, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_extends, - [96609] = 13, + [100335] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(5398), 1, + ACTIONS(5531), 1, + anon_sym_LPAREN, + ACTIONS(5537), 1, anon_sym_BANG, - ACTIONS(5422), 1, + ACTIONS(5549), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3410), 1, + STATE(3125), 1, + sym__call_signature, + STATE(3448), 1, sym_type_annotation, - STATE(3784), 1, + STATE(3759), 1, sym__initializer, - STATE(3785), 1, - sym__call_signature, - STATE(3934), 1, + STATE(4022), 1, sym_type_parameters, - ACTIONS(5396), 3, + ACTIONS(5535), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [96651] = 13, + [100377] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5379), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(5426), 1, + ACTIONS(5531), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, anon_sym_BANG, - ACTIONS(5428), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(2993), 1, + STATE(3180), 1, sym__call_signature, - STATE(3176), 1, + STATE(3451), 1, sym_type_annotation, - STATE(3640), 1, + STATE(3708), 1, sym__initializer, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - ACTIONS(5424), 3, + ACTIONS(5551), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [96693] = 7, + [100419] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5430), 1, - sym_number, - STATE(4280), 1, + ACTIONS(208), 1, + anon_sym_unique, + STATE(1783), 1, + sym_type_predicate, + STATE(4220), 1, sym_predefined_type, - STATE(4281), 1, - sym_string, - ACTIONS(5357), 9, + ACTIONS(5557), 2, + sym_identifier, + sym_this, + ACTIONS(210), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -190821,19 +192980,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [96723] = 6, + [100447] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5432), 1, - sym_number, - STATE(4226), 2, - sym_string, + ACTIONS(208), 1, + anon_sym_unique, + STATE(2442), 1, + sym_type_predicate, + STATE(4179), 1, sym_predefined_type, - ACTIONS(5357), 9, + ACTIONS(5559), 2, + sym_identifier, + sym_this, + ACTIONS(210), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -190843,899 +193002,565 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [96751] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3438), 1, - anon_sym_EQ, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(3440), 10, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_QMARK, - [96779] = 7, + [100475] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5434), 1, - sym_number, - STATE(4246), 1, - sym_string, - STATE(4249), 1, + ACTIONS(208), 1, + anon_sym_unique, + STATE(2798), 1, + sym_type_predicate, + STATE(4238), 1, sym_predefined_type, - ACTIONS(5357), 9, + ACTIONS(5561), 2, + sym_identifier, + sym_this, + ACTIONS(210), 9, anon_sym_void, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96809] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3708), 1, - anon_sym_PIPE, - ACTIONS(3710), 13, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96831] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3704), 1, - anon_sym_PIPE, - ACTIONS(3706), 13, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96853] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3696), 1, - anon_sym_PIPE, - ACTIONS(3698), 13, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96875] = 3, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [100503] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 1, - anon_sym_PIPE, - ACTIONS(3694), 13, - sym__automatic_semicolon, + ACTIONS(3649), 1, anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(5497), 1, anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96897] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3696), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(3698), 13, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(3651), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96919] = 3, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [100531] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 1, - anon_sym_PIPE, - ACTIONS(3694), 13, - sym__automatic_semicolon, + ACTIONS(3669), 1, anon_sym_EQ, + ACTIONS(5563), 1, + anon_sym_extends, + ACTIONS(3671), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96941] = 3, + anon_sym_PIPE, + anon_sym_QMARK, + [100555] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 1, - anon_sym_PIPE, - ACTIONS(3690), 13, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96963] = 3, + ACTIONS(208), 1, + anon_sym_unique, + STATE(1300), 1, + sym_type_predicate, + STATE(4417), 1, + sym_predefined_type, + ACTIONS(5565), 2, + sym_identifier, + sym_this, + ACTIONS(210), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [100583] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 1, - anon_sym_PIPE, - ACTIONS(3686), 13, - sym__automatic_semicolon, + ACTIONS(3747), 1, anon_sym_EQ, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(3749), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96985] = 3, + [100607] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 1, - anon_sym_PIPE, - ACTIONS(3690), 13, - sym__automatic_semicolon, + ACTIONS(3737), 1, anon_sym_EQ, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(3739), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97007] = 3, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [100635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3684), 1, - anon_sym_PIPE, - ACTIONS(3686), 13, + ACTIONS(3759), 1, + anon_sym_LT, + ACTIONS(3761), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97029] = 3, + [100656] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 1, - anon_sym_PIPE, - ACTIONS(3668), 13, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5569), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(2936), 1, + sym__call_signature, + STATE(3426), 1, + sym_type_annotation, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5567), 5, sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [97051] = 3, + [100691] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 1, - anon_sym_PIPE, - ACTIONS(3664), 13, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5573), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(3490), 1, + sym__call_signature, + STATE(3494), 1, + sym_type_annotation, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5571), 5, sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [97073] = 3, + [100726] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 1, - anon_sym_PIPE, - ACTIONS(3668), 13, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5577), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(2979), 1, + sym__call_signature, + STATE(3285), 1, + sym_type_annotation, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5575), 5, sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [97095] = 3, + [100761] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 1, - anon_sym_PIPE, - ACTIONS(3664), 13, + ACTIONS(3826), 1, + anon_sym_LT, + ACTIONS(3828), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97117] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5436), 1, - sym_number, - STATE(4269), 1, - sym_string, - STATE(4271), 1, - sym_predefined_type, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [97147] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3548), 1, - anon_sym_EQ, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(3550), 12, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [97171] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5438), 1, - sym_number, - STATE(4349), 2, - sym_string, - sym_predefined_type, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [97199] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5440), 1, - sym_number, - STATE(4346), 1, - sym_predefined_type, - STATE(4347), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [97229] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5442), 1, - sym_number, - STATE(4339), 1, - sym_predefined_type, - STATE(4341), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [97259] = 3, + [100782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 1, - anon_sym_PIPE, - ACTIONS(3546), 13, + ACTIONS(3826), 1, + anon_sym_LT, + ACTIONS(3828), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97281] = 3, + [100803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 1, - anon_sym_PIPE, - ACTIONS(3546), 13, + ACTIONS(3826), 1, + anon_sym_LT, + ACTIONS(3828), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97303] = 3, + [100824] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3544), 1, - anon_sym_PIPE, - ACTIONS(3546), 13, + ACTIONS(3838), 1, + anon_sym_LT, + ACTIONS(3840), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97325] = 3, + [100845] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 1, - anon_sym_PIPE, - ACTIONS(3573), 13, + ACTIONS(3838), 1, + anon_sym_LT, + ACTIONS(3840), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97347] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3634), 1, - anon_sym_EQ, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, anon_sym_PIPE, - ACTIONS(5412), 1, anon_sym_extends, - ACTIONS(3636), 10, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_QMARK, - [97375] = 3, + [100866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 1, - anon_sym_PIPE, - ACTIONS(3573), 13, + ACTIONS(3838), 1, + anon_sym_LT, + ACTIONS(3840), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97397] = 3, + [100887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3626), 1, - anon_sym_PIPE, - ACTIONS(3628), 13, + ACTIONS(3849), 1, + anon_sym_LT, + ACTIONS(3851), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97419] = 3, + [100908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, - anon_sym_PIPE, - ACTIONS(3622), 13, + ACTIONS(3849), 1, + anon_sym_LT, + ACTIONS(3851), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97441] = 3, + [100929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, - anon_sym_PIPE, - ACTIONS(3622), 13, + ACTIONS(3849), 1, + anon_sym_LT, + ACTIONS(3851), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97463] = 3, + [100950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, - anon_sym_PIPE, - ACTIONS(3622), 13, + ACTIONS(3853), 1, + anon_sym_LT, + ACTIONS(3855), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97485] = 3, + [100971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 1, - anon_sym_PIPE, - ACTIONS(3618), 13, + ACTIONS(3470), 1, + anon_sym_LT, + ACTIONS(3472), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97507] = 3, + [100992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 1, - anon_sym_PIPE, - ACTIONS(3618), 13, + ACTIONS(3470), 1, + anon_sym_LT, + ACTIONS(3472), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97529] = 3, + [101013] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 1, - anon_sym_PIPE, - ACTIONS(3618), 13, + ACTIONS(5416), 1, + anon_sym_LT, + ACTIONS(5579), 1, + anon_sym_DOT, + ACTIONS(5581), 1, + anon_sym_is, + STATE(2763), 1, + sym_type_arguments, + ACTIONS(3041), 9, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97551] = 3, + [101040] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, - anon_sym_PIPE, - ACTIONS(3612), 13, + ACTIONS(3470), 1, + anon_sym_LT, + ACTIONS(3472), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97573] = 3, + [101061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, - anon_sym_PIPE, - ACTIONS(3612), 13, + ACTIONS(3834), 1, + anon_sym_LT, + ACTIONS(3836), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97595] = 3, + [101082] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, - anon_sym_PIPE, - ACTIONS(3612), 13, + ACTIONS(3834), 1, + anon_sym_LT, + ACTIONS(3836), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97617] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5444), 1, - sym_number, - STATE(4406), 1, - sym_predefined_type, - STATE(4408), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [97647] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5446), 1, - sym_number, - STATE(4402), 1, - sym_predefined_type, - STATE(4403), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [97677] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5448), 1, - sym_number, - STATE(4335), 1, - sym_predefined_type, - STATE(4337), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [97707] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3642), 1, - anon_sym_EQ, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, anon_sym_PIPE, - ACTIONS(5412), 1, anon_sym_extends, - ACTIONS(3644), 10, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_QMARK, - [97735] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5450), 1, - sym_number, - STATE(4396), 1, - sym_predefined_type, - STATE(4398), 1, - sym_string, - ACTIONS(5357), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [97765] = 3, + [101103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3581), 1, - anon_sym_PIPE, - ACTIONS(3583), 13, + ACTIONS(3834), 1, + anon_sym_LT, + ACTIONS(3836), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97787] = 3, + [101124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 1, - anon_sym_PIPE, - ACTIONS(3577), 13, + ACTIONS(3830), 1, + anon_sym_LT, + ACTIONS(3832), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97809] = 3, + [101145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 1, + ACTIONS(3687), 1, anon_sym_PIPE, - ACTIONS(3577), 13, + ACTIONS(3689), 12, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -191743,104 +193568,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [97831] = 3, + [101166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3575), 1, - anon_sym_PIPE, - ACTIONS(3577), 13, + ACTIONS(3830), 1, + anon_sym_LT, + ACTIONS(3832), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97853] = 3, + [101187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3571), 1, - anon_sym_PIPE, - ACTIONS(3573), 13, + ACTIONS(3830), 1, + anon_sym_LT, + ACTIONS(3832), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [97875] = 10, + [101208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1514), 1, + anon_sym_DOT, + ACTIONS(3725), 2, + anon_sym_PIPE, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5454), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(2922), 1, - sym__call_signature, - STATE(3311), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5452), 5, + ACTIONS(3727), 10, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [97910] = 10, + [101231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(3818), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5458), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(2886), 1, - sym__call_signature, - STATE(3372), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5456), 5, + ACTIONS(3820), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [97945] = 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [101252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3565), 1, - anon_sym_PIPE, - ACTIONS(5460), 1, + ACTIONS(1500), 1, anon_sym_DOT, - ACTIONS(5462), 1, - anon_sym_QMARK_DOT, - ACTIONS(3567), 10, + ACTIONS(3725), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3727), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -191851,365 +193660,174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [97970] = 6, + [101275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5464), 1, - anon_sym_LPAREN, - ACTIONS(5466), 1, - anon_sym_DOT, - ACTIONS(5468), 1, - anon_sym_QMARK_DOT, - STATE(2626), 1, - sym_arguments, - ACTIONS(3012), 9, + ACTIONS(3783), 1, + anon_sym_LT, + ACTIONS(3785), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97997] = 6, + [101296] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5464), 1, - anon_sym_LPAREN, - ACTIONS(5470), 1, - anon_sym_DOT, - ACTIONS(5472), 1, - anon_sym_QMARK_DOT, - STATE(2627), 1, - sym_arguments, - ACTIONS(3426), 9, + ACTIONS(3779), 1, + anon_sym_LT, + ACTIONS(3781), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98024] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3277), 1, - sym_type_predicate, - STATE(4435), 1, - sym_predefined_type, - ACTIONS(5474), 2, - sym_identifier, - sym_this, - ACTIONS(203), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [98049] = 3, + [101317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 1, - anon_sym_PIPE, - ACTIONS(2553), 12, + ACTIONS(3783), 1, + anon_sym_LT, + ACTIONS(3785), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98070] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, - anon_sym_LBRACE, - ACTIONS(5296), 1, - anon_sym_LT, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(5478), 1, - anon_sym_GT, - ACTIONS(5480), 1, - anon_sym_SLASH, - STATE(2786), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(2808), 1, - sym_type_arguments, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [98111] = 10, + [101338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(3779), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5482), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(3311), 1, - sym_type_annotation, - STATE(3320), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5452), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [98146] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2555), 1, - anon_sym_PIPE, - ACTIONS(2557), 12, + ACTIONS(3781), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98167] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3094), 1, - sym_type_predicate, - STATE(4372), 1, - sym_predefined_type, - ACTIONS(5484), 2, - sym_identifier, - sym_this, - ACTIONS(203), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [98192] = 10, + [101359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(3775), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5488), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(2940), 1, - sym__call_signature, - STATE(3426), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5486), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [98227] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(3756), 1, - anon_sym_PIPE, - ACTIONS(3758), 11, + ACTIONS(3777), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_LT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98250] = 3, + [101380] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3787), 1, - anon_sym_PIPE, - ACTIONS(3789), 12, + ACTIONS(3771), 1, + anon_sym_LT, + ACTIONS(3773), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98271] = 10, + [101401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(3775), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5492), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(3352), 1, - sym__call_signature, - STATE(3353), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5490), 5, + ACTIONS(3777), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [98306] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4001), 1, - sym_type_predicate, - STATE(4144), 1, - sym_predefined_type, - ACTIONS(5494), 2, - sym_identifier, - sym_this, - ACTIONS(203), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [98331] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5496), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(3372), 1, - sym_type_annotation, - STATE(3373), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5456), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [98366] = 10, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [101422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(3771), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5500), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(3395), 1, - sym__call_signature, - STATE(3399), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5498), 5, + ACTIONS(3773), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [98401] = 6, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [101443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 1, + ACTIONS(3767), 1, anon_sym_LT, - ACTIONS(5504), 1, - anon_sym_DOT, - ACTIONS(5506), 1, - anon_sym_is, - STATE(2829), 1, - sym_type_arguments, - ACTIONS(3010), 9, + ACTIONS(3769), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98428] = 5, + [101464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 1, + ACTIONS(3703), 1, anon_sym_PIPE, - ACTIONS(5337), 1, - anon_sym_LT, - STATE(2631), 1, - sym_type_arguments, - ACTIONS(3334), 10, + ACTIONS(3705), 12, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -192217,175 +193835,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98453] = 10, + [101485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(3763), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5508), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(3424), 1, - sym__call_signature, - STATE(3426), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5486), 5, + ACTIONS(3765), 12, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [98488] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5296), 1, - anon_sym_LT, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(5478), 1, - anon_sym_GT, - ACTIONS(5510), 1, - anon_sym_SLASH, - STATE(2835), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(2836), 1, - sym_type_arguments, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [98529] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5512), 1, - anon_sym_COLON, - ACTIONS(5514), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(2915), 1, - sym__call_signature, - STATE(3353), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5490), 5, - sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [98564] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5516), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(2939), 1, - sym__call_signature, - STATE(3399), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5498), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [98599] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2547), 1, - anon_sym_PIPE, - ACTIONS(2549), 12, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98620] = 6, + [101506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5464), 1, - anon_sym_LPAREN, - ACTIONS(5518), 1, - anon_sym_DOT, - ACTIONS(5520), 1, - anon_sym_QMARK_DOT, - STATE(2629), 1, - sym_arguments, - ACTIONS(3432), 9, + ACTIONS(3767), 1, + anon_sym_LT, + ACTIONS(3769), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98647] = 3, + [101527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3795), 1, - anon_sym_PIPE, - ACTIONS(3797), 12, + ACTIONS(3763), 1, + anon_sym_LT, + ACTIONS(3765), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98668] = 3, + [101548] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3779), 1, + ACTIONS(3695), 1, anon_sym_PIPE, - ACTIONS(3781), 12, + ACTIONS(3697), 12, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -192398,35 +193912,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98689] = 11, + [101569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(3755), 1, anon_sym_LT, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5379), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(2756), 1, - sym_formal_parameters, - STATE(3023), 1, - sym__call_signature, - STATE(3413), 1, - sym_type_annotation, - STATE(3803), 1, - sym__initializer, - STATE(3917), 1, - sym_type_parameters, - ACTIONS(5522), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [98725] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3577), 12, + ACTIONS(3757), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -192439,1196 +193930,1469 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98743] = 5, + [101590] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 1, + ACTIONS(3012), 1, anon_sym_LT, - ACTIONS(5504), 1, - anon_sym_DOT, - STATE(2829), 1, + ACTIONS(3376), 1, + anon_sym_PIPE, + STATE(2665), 1, sym_type_arguments, - ACTIONS(3010), 9, + ACTIONS(3378), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [98767] = 11, + anon_sym_PIPE_RBRACE, + [101615] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5379), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2756), 1, + ACTIONS(5585), 1, + anon_sym_QMARK, + STATE(2745), 1, sym_formal_parameters, - STATE(3082), 1, - sym__call_signature, - STATE(3226), 1, + STATE(3340), 1, sym_type_annotation, - STATE(3654), 1, - sym__initializer, - STATE(3917), 1, - sym_type_parameters, - ACTIONS(5524), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [98803] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(2701), 1, - sym_formal_parameters, - STATE(3389), 1, + STATE(3341), 1, sym__call_signature, - STATE(3394), 1, - sym_type_annotation, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5526), 5, + ACTIONS(5583), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [98835] = 9, + [101650] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2701), 1, + ACTIONS(5587), 1, + anon_sym_QMARK, + STATE(2745), 1, sym_formal_parameters, - STATE(3374), 1, + STATE(3285), 1, sym_type_annotation, - STATE(3375), 1, + STATE(3286), 1, sym__call_signature, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5528), 5, + ACTIONS(5575), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [98867] = 9, + [101685] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2701), 1, + ACTIONS(5591), 1, + anon_sym_QMARK, + STATE(2745), 1, sym_formal_parameters, - STATE(2866), 1, + STATE(3318), 1, sym__call_signature, - STATE(3394), 1, + STATE(3325), 1, sym_type_annotation, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5526), 5, + ACTIONS(5589), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [98899] = 11, + [101720] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5379), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2756), 1, + ACTIONS(5593), 1, + anon_sym_QMARK, + STATE(2745), 1, sym_formal_parameters, - STATE(3111), 1, + STATE(2929), 1, sym__call_signature, - STATE(3443), 1, + STATE(3494), 1, sym_type_annotation, - STATE(3825), 1, - sym__initializer, - STATE(3917), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5530), 3, + ACTIONS(5571), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [98935] = 2, + anon_sym_PIPE_RBRACE, + [101755] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3710), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5384), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [98953] = 2, + ACTIONS(5388), 1, + anon_sym_LT, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(5597), 1, + anon_sym_GT, + ACTIONS(5599), 1, + anon_sym_SLASH_GT, + STATE(2861), 1, + sym_type_arguments, + STATE(2864), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [101796] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3706), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, + ACTIONS(3619), 1, anon_sym_PIPE, - anon_sym_extends, - [98971] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3698), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(5601), 1, anon_sym_DOT, + ACTIONS(5603), 1, anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [98989] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3694), 12, + ACTIONS(3621), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [99007] = 2, + anon_sym_PIPE_RBRACE, + [101821] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3698), 12, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5605), 1, + anon_sym_COLON, + ACTIONS(5607), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(2975), 1, + sym__call_signature, + STATE(3325), 1, + sym_type_annotation, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5589), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99025] = 2, + anon_sym_PIPE_RBRACE, + [101856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3694), 12, + ACTIONS(2735), 1, + anon_sym_PIPE, + ACTIONS(2737), 12, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [99043] = 2, + anon_sym_PIPE_RBRACE, + [101877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3690), 12, + ACTIONS(2731), 1, + anon_sym_PIPE, + ACTIONS(2733), 12, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [99061] = 2, + anon_sym_PIPE_RBRACE, + [101898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3686), 12, + ACTIONS(2595), 1, + anon_sym_PIPE, + ACTIONS(2597), 12, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [99079] = 2, + anon_sym_PIPE_RBRACE, + [101919] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3690), 12, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5609), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(3426), 1, + sym_type_annotation, + STATE(3430), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5567), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [101954] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, anon_sym_LPAREN, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5611), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(2996), 1, + sym__call_signature, + STATE(3340), 1, + sym_type_annotation, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5583), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99097] = 12, + anon_sym_PIPE_RBRACE, + [101989] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5296), 1, - anon_sym_LT, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5305), 1, + ACTIONS(5384), 1, anon_sym_DOT, - ACTIONS(5478), 1, + ACTIONS(5388), 1, + anon_sym_LT, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(5597), 1, anon_sym_GT, - ACTIONS(5480), 1, - anon_sym_SLASH, - STATE(2785), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(2808), 1, + ACTIONS(5613), 1, + anon_sym_SLASH_GT, + STATE(2838), 1, sym_type_arguments, - STATE(3064), 1, + STATE(2839), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [99135] = 2, + [102030] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3686), 12, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, + sym_formal_parameters, + STATE(3126), 1, + sym__call_signature, + STATE(3450), 1, + sym_type_annotation, + STATE(3771), 1, + sym__initializer, + STATE(4022), 1, + sym_type_parameters, + ACTIONS(5615), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [102066] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3434), 1, + anon_sym_PIPE, + ACTIONS(3436), 11, + sym__automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [99153] = 9, + anon_sym_is, + anon_sym_PIPE_RBRACE, + [102086] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(2950), 1, + STATE(2928), 1, sym__call_signature, - STATE(3431), 1, + STATE(3508), 1, sym_type_annotation, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5532), 5, + ACTIONS(5617), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [99185] = 2, + [102118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3668), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(1566), 1, + anon_sym_LT, + ACTIONS(1564), 11, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [99203] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3664), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + [102138] = 8, + ACTIONS(5619), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99221] = 2, + ACTIONS(5623), 1, + anon_sym_LT_SLASH, + ACTIONS(5625), 1, + anon_sym_LT, + ACTIONS(5627), 1, + sym_comment, + STATE(1932), 1, + sym_jsx_closing_element, + STATE(2626), 1, + sym_jsx_opening_element, + ACTIONS(5621), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2687), 5, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [102168] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3668), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, + ACTIONS(3260), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99239] = 2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + [102198] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3664), 12, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(2745), 1, + sym_formal_parameters, + STATE(2937), 1, + sym__call_signature, + STATE(3422), 1, + sym_type_annotation, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5629), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99257] = 2, + anon_sym_PIPE_RBRACE, + [102230] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3628), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5388), 1, + anon_sym_LT, + ACTIONS(5631), 1, + anon_sym_GT, + ACTIONS(5633), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99275] = 9, + ACTIONS(5635), 1, + anon_sym_SLASH_GT, + STATE(2872), 1, + sym_type_arguments, + STATE(2878), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [102268] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3430), 1, + STATE(2950), 1, sym__call_signature, - STATE(3431), 1, + STATE(3293), 1, sym_type_annotation, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5532), 5, + ACTIONS(5637), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [99307] = 3, + [102300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1383), 1, - anon_sym_PIPE, - ACTIONS(1381), 11, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(1472), 1, + anon_sym_LT, + ACTIONS(1470), 11, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - anon_sym_is, - anon_sym_PIPE_RBRACE, - [99327] = 4, + [102320] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3338), 1, - anon_sym_PIPE, - ACTIONS(5341), 1, - anon_sym_is, - ACTIONS(3340), 10, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(3067), 1, + anon_sym_COLON, + ACTIONS(5365), 1, + anon_sym_DOT, + ACTIONS(5639), 1, + anon_sym_QMARK, + STATE(2492), 1, + sym_type_arguments, + STATE(3897), 1, + sym_type_annotation, + ACTIONS(3041), 6, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [99349] = 4, + [102350] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 1, - anon_sym_PIPE, - ACTIONS(5534), 1, - anon_sym_is, - ACTIONS(3334), 10, - sym__automatic_semicolon, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5505), 1, anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, + sym_formal_parameters, + STATE(3070), 1, + sym__call_signature, + STATE(3302), 1, + sym_type_annotation, + STATE(3768), 1, + sym__initializer, + STATE(4022), 1, + sym_type_parameters, + ACTIONS(5642), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [99371] = 2, + [102386] = 8, + ACTIONS(5619), 1, + anon_sym_LBRACE, + ACTIONS(5625), 1, + anon_sym_LT, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(5644), 1, + anon_sym_LT_SLASH, + STATE(1477), 1, + sym_jsx_closing_element, + STATE(2626), 1, + sym_jsx_opening_element, + ACTIONS(5621), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2687), 5, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [102416] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3622), 12, + ACTIONS(5416), 1, + anon_sym_LT, + ACTIONS(5579), 1, + anon_sym_DOT, + STATE(2763), 1, + sym_type_arguments, + ACTIONS(3041), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [99389] = 11, + [102440] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5379), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2756), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3050), 1, + STATE(3498), 1, sym__call_signature, - STATE(3391), 1, + STATE(3508), 1, sym_type_annotation, - STATE(3701), 1, - sym__initializer, - STATE(3917), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5536), 3, + ACTIONS(5617), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [99425] = 12, + anon_sym_PIPE_RBRACE, + [102472] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(3212), 1, + anon_sym_LBRACE, + ACTIONS(5515), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5517), 1, + anon_sym_STAR, + ACTIONS(5519), 1, + anon_sym_type, + STATE(3967), 1, + sym__import_identifier, + STATE(4125), 1, + sym_import_clause, + STATE(4135), 1, + sym_string, + STATE(4139), 1, + sym_import_require_clause, + STATE(4426), 2, + sym_namespace_import, + sym_named_imports, + [102510] = 8, + ACTIONS(5619), 1, anon_sym_LBRACE, - ACTIONS(5296), 1, + ACTIONS(5625), 1, anon_sym_LT, - ACTIONS(5301), 1, - anon_sym_SLASH, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5305), 1, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(5646), 1, + anon_sym_LT_SLASH, + STATE(2626), 1, + sym_jsx_opening_element, + STATE(3443), 1, + sym_jsx_closing_element, + ACTIONS(5621), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2637), 5, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [102540] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(5357), 1, anon_sym_DOT, - ACTIONS(5478), 1, - anon_sym_GT, - STATE(2816), 1, + ACTIONS(5359), 1, + anon_sym_QMARK_DOT, + ACTIONS(5648), 1, + anon_sym_LPAREN, + STATE(2415), 1, + sym_arguments, + STATE(2497), 1, sym_type_arguments, - STATE(2821), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, + ACTIONS(3302), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [102570] = 8, + ACTIONS(5619), 1, + anon_sym_LBRACE, + ACTIONS(5625), 1, + anon_sym_LT, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(5644), 1, + anon_sym_LT_SLASH, + STATE(1445), 1, + sym_jsx_closing_element, + STATE(2626), 1, + sym_jsx_opening_element, + ACTIONS(5621), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2622), 5, + sym_jsx_element, + sym_jsx_text, sym_jsx_expression, - sym_jsx_attribute, - [99463] = 2, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [102600] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3622), 12, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(2745), 1, + sym_formal_parameters, + STATE(3293), 1, + sym_type_annotation, + STATE(3295), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5637), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_PIPE_RBRACE, + [102632] = 8, + ACTIONS(5619), 1, + anon_sym_LBRACE, + ACTIONS(5625), 1, + anon_sym_LT, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(5650), 1, + anon_sym_LT_SLASH, + STATE(2626), 1, + sym_jsx_opening_element, + STATE(3503), 1, + sym_jsx_closing_element, + ACTIONS(5621), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2687), 5, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [102662] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(5361), 1, anon_sym_DOT, + ACTIONS(5363), 1, anon_sym_QMARK_DOT, + ACTIONS(5648), 1, + anon_sym_LPAREN, + STATE(2412), 1, + sym_arguments, + STATE(2493), 1, + sym_type_arguments, + ACTIONS(3310), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [99481] = 11, + [102692] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(2971), 1, + anon_sym_DOT, + ACTIONS(2975), 1, + anon_sym_QMARK_DOT, + ACTIONS(2977), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5648), 1, anon_sym_LPAREN, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + ACTIONS(2965), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [102722] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5369), 1, + sym_identifier, ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5388), 1, + anon_sym_LT, + ACTIONS(5631), 1, + anon_sym_GT, + ACTIONS(5633), 1, + anon_sym_DOT, + ACTIONS(5652), 1, + anon_sym_SLASH_GT, + STATE(2799), 1, + sym_type_arguments, + STATE(2809), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [102760] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2701), 1, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, sym_formal_parameters, - STATE(3413), 1, + STATE(3172), 1, + sym__call_signature, + STATE(3476), 1, sym_type_annotation, - STATE(3791), 1, + STATE(3802), 1, sym__initializer, - STATE(3793), 1, - sym__call_signature, - STATE(3934), 1, + STATE(4022), 1, sym_type_parameters, - ACTIONS(5522), 3, + ACTIONS(5654), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [99517] = 2, + [102796] = 8, + ACTIONS(5619), 1, + anon_sym_LBRACE, + ACTIONS(5623), 1, + anon_sym_LT_SLASH, + ACTIONS(5625), 1, + anon_sym_LT, + ACTIONS(5627), 1, + sym_comment, + STATE(1905), 1, + sym_jsx_closing_element, + STATE(2626), 1, + sym_jsx_opening_element, + ACTIONS(5621), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2614), 5, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [102826] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3622), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5388), 1, + anon_sym_LT, + ACTIONS(5631), 1, + anon_sym_GT, + ACTIONS(5633), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99535] = 2, + ACTIONS(5656), 1, + anon_sym_SLASH_GT, + STATE(2842), 1, + sym_type_arguments, + STATE(2844), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [102864] = 8, + ACTIONS(5619), 1, + anon_sym_LBRACE, + ACTIONS(5625), 1, + anon_sym_LT, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(5646), 1, + anon_sym_LT_SLASH, + STATE(2626), 1, + sym_jsx_opening_element, + STATE(3463), 1, + sym_jsx_closing_element, + ACTIONS(5621), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2687), 5, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [102894] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3618), 12, + ACTIONS(3390), 1, + anon_sym_PIPE, + ACTIONS(5456), 1, + anon_sym_is, + ACTIONS(3392), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [99553] = 9, + anon_sym_PIPE_RBRACE, + [102916] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(2920), 1, - sym__call_signature, - STATE(3288), 1, + STATE(3343), 1, sym_type_annotation, - STATE(3934), 1, + STATE(3350), 1, + sym__call_signature, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5538), 5, + ACTIONS(5658), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [99585] = 2, + [102948] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3618), 12, + ACTIONS(3410), 1, + anon_sym_PIPE, + ACTIONS(5456), 1, + anon_sym_is, + ACTIONS(3412), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [99603] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3200), 1, - anon_sym_COMMA, - ACTIONS(3246), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [99631] = 7, + [102970] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(3376), 1, + anon_sym_PIPE, + ACTIONS(5660), 1, + anon_sym_is, + ACTIONS(3378), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(3212), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [99659] = 2, + [102992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3618), 12, + ACTIONS(1387), 1, + anon_sym_PIPE, + ACTIONS(1385), 11, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [99677] = 2, + anon_sym_is, + anon_sym_PIPE_RBRACE, + [103012] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3612), 12, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(2745), 1, + sym_formal_parameters, + STATE(3450), 1, + sym_type_annotation, + STATE(3664), 1, + sym__initializer, + STATE(3804), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5615), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99695] = 11, + [103048] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5379), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2756), 1, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, sym_formal_parameters, - STATE(3005), 1, + STATE(3063), 1, sym__call_signature, - STATE(3333), 1, + STATE(3294), 1, sym_type_annotation, - STATE(3766), 1, + STATE(3775), 1, sym__initializer, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - ACTIONS(5540), 3, + ACTIONS(5662), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [99731] = 2, + [103084] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3612), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5388), 1, + anon_sym_LT, + ACTIONS(5631), 1, + anon_sym_GT, + ACTIONS(5633), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99749] = 2, + ACTIONS(5664), 1, + anon_sym_SLASH_GT, + STATE(2759), 1, + sym_type_arguments, + STATE(2815), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [103122] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3612), 12, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(2745), 1, + sym_formal_parameters, + STATE(3263), 1, + sym_type_annotation, + STATE(3264), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5666), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99767] = 7, + anon_sym_PIPE_RBRACE, + [103154] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3203), 1, + ACTIONS(3274), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(3206), 7, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [99795] = 12, + [103184] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, - anon_sym_LBRACE, - ACTIONS(5296), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(5317), 1, - anon_sym_SLASH, - ACTIONS(5478), 1, - anon_sym_GT, - STATE(2737), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(2753), 1, - sym_type_arguments, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [99833] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3583), 12, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, + sym_formal_parameters, + STATE(3111), 1, + sym__call_signature, + STATE(3384), 1, + sym_type_annotation, + STATE(3672), 1, + sym__initializer, + STATE(4022), 1, + sym_type_parameters, + ACTIONS(5668), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99851] = 8, + [103220] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(5280), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5282), 1, - anon_sym_DOT, - ACTIONS(5542), 1, - anon_sym_QMARK, - STATE(2429), 1, - sym_type_arguments, - STATE(3899), 1, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(2745), 1, + sym_formal_parameters, + STATE(3476), 1, sym_type_annotation, - ACTIONS(3010), 6, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99881] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3577), 12, + STATE(3748), 1, + sym__initializer, + STATE(3750), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5654), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99899] = 2, + [103256] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3577), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99917] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3200), 1, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(2745), 1, + sym_formal_parameters, + STATE(2913), 1, + sym__call_signature, + STATE(3263), 1, + sym_type_annotation, + STATE(4156), 1, + sym_type_parameters, + ACTIONS(5666), 5, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(3255), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [99945] = 9, + [103288] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3288), 1, + STATE(3422), 1, sym_type_annotation, - STATE(3306), 1, + STATE(3423), 1, sym__call_signature, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5538), 5, + ACTIONS(5629), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [99977] = 2, + [103320] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 12, - anon_sym_as, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, + ACTIONS(3253), 1, anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 6, + sym__automatic_semicolon, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_QMARK, - anon_sym_extends, - [99995] = 9, + anon_sym_PIPE_RBRACE, + [103350] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(2863), 1, + STATE(2987), 1, sym__call_signature, - STATE(3374), 1, + STATE(3343), 1, sym_type_annotation, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - ACTIONS(5528), 5, + ACTIONS(5658), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [100027] = 11, + [103382] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1875), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(2701), 1, - sym_formal_parameters, - STATE(3391), 1, - sym_type_annotation, - STATE(3677), 1, - sym__initializer, - STATE(3680), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5536), 3, - sym__automatic_semicolon, + ACTIONS(3250), 1, anon_sym_COMMA, - anon_sym_SEMI, - [100063] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3573), 12, + ACTIONS(3277), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 6, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [100081] = 7, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + [103412] = 8, + ACTIONS(5619), 1, + anon_sym_LBRACE, + ACTIONS(5625), 1, + anon_sym_LT, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(5650), 1, + anon_sym_LT_SLASH, + STATE(2626), 1, + sym_jsx_opening_element, + STATE(3511), 1, + sym_jsx_closing_element, + ACTIONS(5621), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2630), 5, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [103442] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3250), 1, anon_sym_COMMA, - ACTIONS(3241), 1, + ACTIONS(3265), 1, anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(4605), 1, anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, + STATE(3837), 1, aux_sym_object_repeat1, - ACTIONS(3206), 7, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [100109] = 2, + [103472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1606), 12, - anon_sym_as, + ACTIONS(1999), 1, + anon_sym_PIPE, + ACTIONS(1997), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [100127] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, - anon_sym_LBRACE, - ACTIONS(5296), 1, - anon_sym_LT, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(5478), 1, - anon_sym_GT, - ACTIONS(5510), 1, - anon_sym_SLASH, - STATE(2832), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(2836), 1, - sym_type_arguments, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [100165] = 2, + anon_sym_PIPE_RBRACE, + [103491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3546), 12, + ACTIONS(3707), 1, + anon_sym_PIPE, + ACTIONS(3709), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [100183] = 2, + anon_sym_PIPE_RBRACE, + [103510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3546), 12, + ACTIONS(3691), 1, + anon_sym_PIPE, + ACTIONS(3693), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [100201] = 2, + anon_sym_PIPE_RBRACE, + [103529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3546), 12, + ACTIONS(3803), 1, + anon_sym_PIPE, + ACTIONS(3805), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [100219] = 2, + anon_sym_PIPE_RBRACE, + [103548] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3573), 12, + ACTIONS(3478), 1, + anon_sym_PIPE, + ACTIONS(3480), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [100237] = 2, + anon_sym_PIPE_RBRACE, + [103567] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3573), 12, + ACTIONS(2737), 11, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -193636,58 +195400,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100255] = 9, + [103584] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(2701), 1, - sym_formal_parameters, - STATE(2924), 1, - sym__call_signature, - STATE(3337), 1, - sym_type_annotation, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5545), 5, + ACTIONS(3866), 1, + anon_sym_PIPE, + ACTIONS(3868), 10, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [100287] = 9, + [103603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(4680), 1, anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(2701), 1, - sym_formal_parameters, - STATE(3337), 1, - sym_type_annotation, - STATE(3338), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - ACTIONS(5545), 5, + ACTIONS(4675), 10, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_BANG, + anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [100319] = 3, + [103622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3683), 1, anon_sym_PIPE, - ACTIONS(3734), 10, + ACTIONS(3685), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -193698,12 +195448,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100338] = 3, + [103641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3332), 1, + ACTIONS(3743), 1, anon_sym_PIPE, - ACTIONS(3334), 10, + ACTIONS(3745), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -193714,74 +195464,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100357] = 2, + [103660] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3206), 11, + ACTIONS(3591), 1, + anon_sym_PIPE, + ACTIONS(3593), 10, sym__automatic_semicolon, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_BANG, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [100374] = 4, + [103679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 1, - anon_sym_LT, - STATE(2825), 1, - sym_type_arguments, - ACTIONS(3334), 9, + ACTIONS(3705), 11, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100395] = 3, + [103696] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2005), 1, - anon_sym_PIPE, - ACTIONS(2003), 10, + ACTIONS(3697), 11, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [100414] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3638), 1, anon_sym_PIPE, - ACTIONS(3640), 10, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [100433] = 2, + [103713] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 11, + ACTIONS(3689), 11, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -193793,16 +195525,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100450] = 5, + [103730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5549), 1, + ACTIONS(3597), 1, anon_sym_PIPE, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(3440), 8, + ACTIONS(3599), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -193810,13 +195538,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [100473] = 3, + [103749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3654), 1, + ACTIONS(3410), 1, anon_sym_PIPE, - ACTIONS(3656), 10, + ACTIONS(3412), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -193827,76 +195557,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100492] = 3, + [103768] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3748), 1, + ACTIONS(3679), 1, anon_sym_PIPE, - ACTIONS(3750), 10, + ACTIONS(5670), 1, + anon_sym_LBRACK, + ACTIONS(3681), 9, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100511] = 4, + [103789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5553), 1, - anon_sym_DOT, - ACTIONS(5555), 1, - anon_sym_QMARK_DOT, - ACTIONS(3567), 9, + ACTIONS(3532), 1, + anon_sym_PIPE, + ACTIONS(3534), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [100532] = 2, + anon_sym_PIPE_RBRACE, + [103808] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 11, + ACTIONS(3669), 1, + anon_sym_PIPE, + ACTIONS(5672), 1, + anon_sym_extends, + ACTIONS(3671), 9, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [100549] = 3, + anon_sym_PIPE_RBRACE, + [103829] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(3758), 10, + ACTIONS(3601), 1, + anon_sym_PIPE, + ACTIONS(5670), 1, + anon_sym_LBRACK, + ACTIONS(3603), 2, + anon_sym_AMP, + anon_sym_extends, + ACTIONS(3667), 7, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [100568] = 3, + anon_sym_PIPE_RBRACE, + [103852] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3438), 1, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5676), 1, anon_sym_PIPE, - ACTIONS(3440), 10, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(3805), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -193904,28 +195642,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [100587] = 2, + [103875] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3797), 11, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5676), 1, + anon_sym_PIPE, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(3663), 8, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_PIPE_RBRACE, + [103898] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5674), 1, anon_sym_AMP, + ACTIONS(5676), 1, anon_sym_PIPE, + ACTIONS(5678), 1, anon_sym_extends, - [100604] = 2, + ACTIONS(3739), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_PIPE_RBRACE, + [103921] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 11, + ACTIONS(2733), 11, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -193937,12 +195694,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100621] = 3, + [103938] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3646), 1, + ACTIONS(3657), 1, anon_sym_PIPE, - ACTIONS(3648), 10, + ACTIONS(3659), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -193953,27 +195710,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100640] = 2, + [103957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3781), 11, + ACTIONS(3747), 1, + anon_sym_PIPE, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(3749), 9, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [100657] = 3, + anon_sym_PIPE_RBRACE, + [103978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3799), 1, + ACTIONS(3390), 1, anon_sym_PIPE, - ACTIONS(3801), 10, + ACTIONS(3392), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -193984,12 +195743,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100676] = 3, + [103997] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(5680), 1, + sym_identifier, + ACTIONS(5682), 1, + anon_sym_type, + ACTIONS(5684), 1, + anon_sym_COMMA, + ACTIONS(5686), 1, + anon_sym_RBRACE, + ACTIONS(5688), 1, + anon_sym_typeof, + STATE(3738), 1, + sym_import_specifier, + STATE(4150), 1, + sym__import_identifier, + STATE(4196), 2, + sym__module_export_name, + sym_string, + [104032] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3737), 1, anon_sym_PIPE, - ACTIONS(3815), 10, + ACTIONS(3739), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194000,16 +195783,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100695] = 5, + [104051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5549), 1, + ACTIONS(3645), 1, anon_sym_PIPE, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(3644), 8, + ACTIONS(3647), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194017,48 +195796,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [100718] = 5, + [104070] = 7, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(5690), 1, + anon_sym_LBRACE, + ACTIONS(5696), 1, + anon_sym_LT_SLASH, + ACTIONS(5698), 1, + anon_sym_LT, + STATE(2626), 1, + sym_jsx_opening_element, + ACTIONS(5693), 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + STATE(2687), 5, + sym_jsx_element, + sym_jsx_text, + sym_jsx_expression, + sym_jsx_self_closing_element, + aux_sym_jsx_element_repeat1, + [104097] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5549), 1, + ACTIONS(3601), 1, anon_sym_PIPE, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(3636), 8, + ACTIONS(5670), 1, + anon_sym_LBRACK, + ACTIONS(3603), 9, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [100741] = 4, + [104118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3822), 1, anon_sym_PIPE, - ACTIONS(5557), 1, - anon_sym_LBRACK, - ACTIONS(3793), 9, + ACTIONS(3824), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100762] = 3, + [104137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(3699), 1, anon_sym_PIPE, - ACTIONS(3777), 10, + ACTIONS(3701), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194069,12 +195868,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100781] = 3, + [104156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3771), 1, + ACTIONS(3376), 1, anon_sym_PIPE, - ACTIONS(3773), 10, + ACTIONS(3378), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194085,12 +195884,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100800] = 3, + [104175] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3783), 1, + ACTIONS(1500), 1, + anon_sym_DOT, + ACTIONS(3725), 1, + anon_sym_LT, + ACTIONS(3727), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3785), 10, + anon_sym_extends, + [104196] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3538), 1, + anon_sym_PIPE, + ACTIONS(3536), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194101,34 +195917,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100819] = 5, + [104215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3528), 1, + ACTIONS(3611), 1, anon_sym_PIPE, - ACTIONS(5557), 1, - anon_sym_LBRACK, - ACTIONS(3530), 2, - anon_sym_AMP, - anon_sym_extends, - ACTIONS(3754), 7, + ACTIONS(3613), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [100842] = 5, + [104234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5549), 1, + ACTIONS(3637), 1, anon_sym_PIPE, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(3746), 8, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(3639), 9, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194136,13 +195948,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [100865] = 3, + [104255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3740), 1, + ACTIONS(3474), 1, anon_sym_PIPE, - ACTIONS(3742), 10, + ACTIONS(3476), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194153,28 +195966,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100884] = 3, + [104274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, - anon_sym_PIPE, - ACTIONS(3730), 10, + ACTIONS(1514), 1, + anon_sym_DOT, + ACTIONS(3725), 1, + anon_sym_LT, + ACTIONS(3727), 9, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [100903] = 3, + [104295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3494), 1, + ACTIONS(1995), 1, anon_sym_PIPE, - ACTIONS(3492), 10, + ACTIONS(1993), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194185,14 +195999,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100922] = 4, + [104314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3548), 1, + ACTIONS(3631), 1, anon_sym_PIPE, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(3550), 9, + ACTIONS(3633), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194200,14 +196012,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100943] = 3, + [104333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3650), 1, + ACTIONS(3629), 1, anon_sym_PIPE, - ACTIONS(3652), 10, + ACTIONS(3552), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194218,12 +196031,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100962] = 3, + [104352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3624), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(3508), 10, + ACTIONS(1989), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194234,27 +196047,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [100981] = 2, + [104371] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2553), 11, + ACTIONS(5701), 1, + anon_sym_DOT, + ACTIONS(5703), 1, + anon_sym_QMARK_DOT, + ACTIONS(3621), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100998] = 3, + [104392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(1983), 1, anon_sym_PIPE, - ACTIONS(3765), 10, + ACTIONS(1981), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194265,12 +196080,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101017] = 3, + [104411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1997), 1, + ACTIONS(3870), 1, anon_sym_PIPE, - ACTIONS(1995), 10, + ACTIONS(3872), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194281,12 +196096,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101036] = 3, + [104430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(3787), 1, anon_sym_PIPE, - ACTIONS(1999), 10, + ACTIONS(3789), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194297,16 +196112,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101055] = 5, + [104449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5549), 1, + ACTIONS(3711), 1, anon_sym_PIPE, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(3738), 8, + ACTIONS(3713), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194314,13 +196125,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [101078] = 3, + [104468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3606), 1, + ACTIONS(3874), 1, anon_sym_PIPE, - ACTIONS(3608), 10, + ACTIONS(3876), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194331,12 +196144,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101097] = 3, + [104487] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5676), 1, anon_sym_PIPE, - ACTIONS(3604), 10, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(3655), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194344,15 +196161,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [101116] = 3, + [104510] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3736), 1, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5676), 1, anon_sym_PIPE, - ACTIONS(3738), 10, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(3651), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194360,15 +196179,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [101135] = 3, + [104533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(3717), 1, anon_sym_PIPE, - ACTIONS(3600), 10, + ACTIONS(3719), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194379,14 +196196,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101154] = 4, + [104552] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3716), 1, - anon_sym_PIPE, - ACTIONS(5547), 1, + ACTIONS(5674), 1, anon_sym_AMP, - ACTIONS(3718), 9, + ACTIONS(5676), 1, + anon_sym_PIPE, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(3816), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194394,30 +196213,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [101175] = 3, + [104575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1993), 1, - anon_sym_PIPE, - ACTIONS(1991), 10, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(3256), 10, sym__automatic_semicolon, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_BANG, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [101194] = 3, + [104594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3561), 1, + ACTIONS(3625), 1, anon_sym_PIPE, - ACTIONS(3563), 10, + ACTIONS(3627), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194428,12 +196246,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101213] = 3, + [104613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3724), 1, + ACTIONS(3799), 1, anon_sym_PIPE, - ACTIONS(3726), 10, + ACTIONS(3801), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194444,12 +196262,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101232] = 3, + [104632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3536), 1, + ACTIONS(3791), 1, anon_sym_PIPE, - ACTIONS(3538), 10, + ACTIONS(3793), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194460,12 +196278,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101251] = 3, + [104651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3524), 1, + ACTIONS(3721), 1, anon_sym_PIPE, - ACTIONS(3526), 10, + ACTIONS(3723), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194476,14 +196294,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101270] = 4, + [104670] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, + ACTIONS(5674), 1, anon_sym_AMP, - ACTIONS(5549), 1, + ACTIONS(5676), 1, anon_sym_PIPE, - ACTIONS(3518), 9, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(3797), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194491,62 +196311,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [101291] = 4, + [104693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3528), 1, - anon_sym_PIPE, - ACTIONS(5557), 1, - anon_sym_LBRACK, - ACTIONS(3530), 9, + ACTIONS(2597), 11, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [101312] = 3, + [104710] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3712), 1, - anon_sym_PIPE, - ACTIONS(3714), 10, + ACTIONS(5416), 1, + anon_sym_LT, + STATE(2764), 1, + sym_type_arguments, + ACTIONS(3378), 9, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [101331] = 2, + [104731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4742), 11, + ACTIONS(3751), 1, + anon_sym_PIPE, + ACTIONS(3753), 10, sym__automatic_semicolon, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_BANG, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [101348] = 3, + [104750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3338), 1, + ACTIONS(1987), 1, anon_sym_PIPE, - ACTIONS(3340), 10, + ACTIONS(1985), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -194557,44 +196376,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [101367] = 3, + [104769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3540), 1, - anon_sym_PIPE, - ACTIONS(3542), 10, + ACTIONS(3436), 10, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [101386] = 3, + anon_sym_is, + [104785] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5705), 1, + sym_identifier, + ACTIONS(5707), 1, + anon_sym_LBRACE, + ACTIONS(5709), 1, + anon_sym_extends, + ACTIONS(5711), 1, + anon_sym_implements, + STATE(1474), 1, + sym_class_body, + STATE(3029), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4072), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [104819] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(5365), 1, + anon_sym_DOT, + ACTIONS(5713), 1, + anon_sym_is, + STATE(2492), 1, + sym_type_arguments, + ACTIONS(3041), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [104843] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5709), 1, + anon_sym_extends, + ACTIONS(5711), 1, + anon_sym_implements, + ACTIONS(5715), 1, + sym_identifier, + ACTIONS(5717), 1, + anon_sym_LBRACE, + STATE(1871), 1, + sym_class_body, + STATE(2977), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(3995), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [104877] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(5719), 1, + sym_identifier, + ACTIONS(5723), 1, + anon_sym_COMMA, + ACTIONS(5725), 1, + anon_sym_RBRACE, + STATE(3853), 1, + sym_export_specifier, + ACTIONS(5721), 2, + anon_sym_type, + anon_sym_typeof, + STATE(3854), 2, + sym__module_export_name, + sym_string, + [104907] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5707), 1, + anon_sym_LBRACE, + ACTIONS(5709), 1, + anon_sym_extends, + ACTIONS(5711), 1, + anon_sym_implements, + ACTIONS(5727), 1, + sym_identifier, + STATE(2075), 1, + sym_class_body, + STATE(2946), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(3922), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [104941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2009), 1, - anon_sym_PIPE, - ACTIONS(2007), 10, + ACTIONS(1385), 10, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [101405] = 3, + anon_sym_is, + [104957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5559), 1, + ACTIONS(5581), 1, anon_sym_is, - ACTIONS(3334), 9, + ACTIONS(3412), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -194604,774 +196527,677 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101423] = 7, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5563), 1, - anon_sym_LT, - ACTIONS(5565), 1, - sym_jsx_text, - ACTIONS(5567), 1, - sym_comment, - STATE(1468), 1, - sym_jsx_closing_element, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [101449] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5290), 1, - anon_sym_LBRACE, - ACTIONS(5569), 1, - anon_sym_LT, - ACTIONS(5571), 1, - anon_sym_DQUOTE, - ACTIONS(5573), 1, - anon_sym_SQUOTE, - STATE(2696), 1, - sym_jsx_opening_element, - STATE(3272), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - sym_string, - [101475] = 7, + [104975] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5290), 1, - anon_sym_LBRACE, - ACTIONS(5569), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5571), 1, - anon_sym_DQUOTE, - ACTIONS(5573), 1, - anon_sym_SQUOTE, - STATE(2696), 1, - sym_jsx_opening_element, - STATE(3271), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - sym_string, - [101501] = 7, - ACTIONS(5561), 1, + ACTIONS(5709), 1, + anon_sym_extends, + ACTIONS(5711), 1, + anon_sym_implements, + ACTIONS(5717), 1, anon_sym_LBRACE, - ACTIONS(5565), 1, - sym_jsx_text, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5575), 1, - anon_sym_LT, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(3177), 1, - sym_jsx_closing_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [101527] = 6, + ACTIONS(5729), 1, + sym_identifier, + STATE(1897), 1, + sym_class_body, + STATE(2949), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4024), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [105009] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5309), 1, - anon_sym_DOT, - ACTIONS(5311), 1, - anon_sym_QMARK_DOT, - ACTIONS(5577), 1, - anon_sym_LPAREN, - STATE(2394), 1, - sym_arguments, - ACTIONS(3432), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [101551] = 9, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(5731), 1, + anon_sym_EQ, + ACTIONS(5735), 1, + anon_sym_BANG, + STATE(3197), 1, + sym__initializer, + STATE(3339), 1, + sym_type_annotation, + ACTIONS(5737), 2, + anon_sym_in, + anon_sym_of, + ACTIONS(5733), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [105037] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(5579), 1, + ACTIONS(5680), 1, sym_identifier, - ACTIONS(5583), 1, - anon_sym_COMMA, - ACTIONS(5585), 1, - anon_sym_RBRACE, - STATE(3627), 1, - sym_import_specifier, - ACTIONS(5581), 2, + ACTIONS(5682), 1, anon_sym_type, + ACTIONS(5688), 1, anon_sym_typeof, - STATE(4300), 2, + ACTIONS(5739), 1, + anon_sym_RBRACE, + STATE(4086), 1, + sym_import_specifier, + STATE(4150), 1, + sym__import_identifier, + STATE(4196), 2, sym__module_export_name, sym_string, - [101581] = 10, + [105069] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(3286), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3256), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + [105091] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5709), 1, + anon_sym_extends, + ACTIONS(5711), 1, + anon_sym_implements, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5741), 1, + sym_identifier, + STATE(1897), 1, + sym_class_body, + STATE(2949), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4024), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [105125] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5317), 1, - anon_sym_SLASH, - ACTIONS(5476), 1, + ACTIONS(5392), 1, + anon_sym_SLASH_GT, + ACTIONS(5595), 1, anon_sym_COLON, - ACTIONS(5478), 1, + ACTIONS(5597), 1, anon_sym_GT, - STATE(2822), 1, + STATE(2783), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [101613] = 6, + [105157] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3018), 1, - anon_sym_DOT, - ACTIONS(3020), 1, - anon_sym_QMARK_DOT, - ACTIONS(5577), 1, - anon_sym_LPAREN, - STATE(2396), 1, - sym_arguments, - ACTIONS(3012), 6, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(5680), 1, + sym_identifier, + ACTIONS(5743), 1, + anon_sym_type, + ACTIONS(5745), 1, anon_sym_as, + STATE(3898), 1, + sym__import_identifier, + ACTIONS(5521), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(4523), 2, + sym__module_export_name, + sym_string, + [105187] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5581), 1, + anon_sym_is, + ACTIONS(3392), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101637] = 8, + [105205] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(5589), 1, + ACTIONS(5735), 1, anon_sym_BANG, - STATE(3193), 1, + STATE(3339), 1, sym_type_annotation, - STATE(3613), 1, + STATE(3728), 1, sym__initializer, - ACTIONS(5591), 2, + ACTIONS(5737), 2, anon_sym_in, anon_sym_of, - ACTIONS(5587), 3, + ACTIONS(5733), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [101665] = 10, + [105233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(3227), 1, - anon_sym_LBRACE, - ACTIONS(5593), 1, - sym_identifier, - ACTIONS(5595), 1, - anon_sym_STAR, - STATE(4032), 1, - sym_import_clause, - STATE(4075), 1, - sym_string, - STATE(4076), 1, - sym_import_require_clause, - STATE(4411), 2, - sym_namespace_import, - sym_named_imports, - [101697] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5589), 1, - anon_sym_BANG, - ACTIONS(5597), 1, - anon_sym_EQ, - STATE(3193), 1, - sym_type_annotation, - STATE(3256), 1, - sym__initializer, - ACTIONS(5591), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(5587), 3, + ACTIONS(5747), 1, + anon_sym_is, + ACTIONS(3378), 9, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [101725] = 10, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [105251] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5476), 1, + ACTIONS(5595), 1, anon_sym_COLON, - ACTIONS(5478), 1, + ACTIONS(5597), 1, anon_sym_GT, - ACTIONS(5480), 1, - anon_sym_SLASH, - STATE(2788), 1, + ACTIONS(5613), 1, + anon_sym_SLASH_GT, + STATE(2837), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [101757] = 11, + [105283] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5599), 1, - sym_identifier, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5603), 1, + ACTIONS(5709), 1, anon_sym_extends, - ACTIONS(5605), 1, + ACTIONS(5711), 1, anon_sym_implements, - STATE(1869), 1, - sym_class_body, - STATE(2930), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(3841), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [101791] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - ACTIONS(5603), 1, - anon_sym_extends, - ACTIONS(5605), 1, - anon_sym_implements, - ACTIONS(5607), 1, + ACTIONS(5749), 1, sym_identifier, - STATE(1869), 1, + STATE(1871), 1, sym_class_body, - STATE(2930), 1, + STATE(2977), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3841), 1, + STATE(3995), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [101825] = 11, + [105317] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5603), 1, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5676), 1, + anon_sym_PIPE, + ACTIONS(5678), 1, anon_sym_extends, - ACTIONS(5605), 1, - anon_sym_implements, - ACTIONS(5609), 1, - sym_identifier, - ACTIONS(5611), 1, - anon_sym_LBRACE, - STATE(1510), 1, - sym_class_body, - STATE(2971), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(4069), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [101859] = 7, - ACTIONS(5561), 1, + ACTIONS(5751), 7, + sym__automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, - ACTIONS(5563), 1, - anon_sym_LT, - ACTIONS(5567), 1, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [105339] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(5613), 1, - sym_jsx_text, - STATE(1516), 1, - sym_jsx_closing_element, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2669), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [101885] = 7, - ACTIONS(5561), 1, + ACTIONS(5755), 1, + anon_sym_COLON, + STATE(3171), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + ACTIONS(5753), 6, + sym__automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5565), 1, - sym_jsx_text, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5615), 1, - anon_sym_LT, - STATE(1916), 1, - sym_jsx_closing_element, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [101911] = 11, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [105359] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5603), 1, + ACTIONS(5709), 1, anon_sym_extends, - ACTIONS(5605), 1, + ACTIONS(5711), 1, anon_sym_implements, - ACTIONS(5617), 1, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5757), 1, sym_identifier, - STATE(1920), 1, + STATE(1897), 1, sym_class_body, - STATE(2952), 1, + STATE(2949), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3889), 1, + STATE(4024), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [101945] = 4, + [105393] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5621), 1, + ACTIONS(5755), 1, anon_sym_COLON, - STATE(3096), 3, + STATE(3183), 3, sym_type_annotation, - sym_asserts, + sym_asserts_annotation, sym_type_predicate_annotation, - ACTIONS(5619), 6, + ACTIONS(5759), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [101965] = 6, + [105413] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5313), 1, - anon_sym_DOT, - ACTIONS(5315), 1, - anon_sym_QMARK_DOT, - ACTIONS(5577), 1, - anon_sym_LPAREN, - STATE(2395), 1, - sym_arguments, - ACTIONS(3426), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5709), 1, + anon_sym_extends, + ACTIONS(5711), 1, + anon_sym_implements, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5761), 1, + sym_identifier, + STATE(1871), 1, + sym_class_body, + STATE(2977), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(3995), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [105447] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5709), 1, anon_sym_extends, - [101989] = 10, + ACTIONS(5711), 1, + anon_sym_implements, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5763), 1, + sym_identifier, + STATE(1897), 1, + sym_class_body, + STATE(2949), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4024), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [105481] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5301), 1, - anon_sym_SLASH, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5476), 1, + ACTIONS(5386), 1, + anon_sym_SLASH_GT, + ACTIONS(5595), 1, anon_sym_COLON, - ACTIONS(5478), 1, + ACTIONS(5597), 1, anon_sym_GT, - STATE(2811), 1, + STATE(2885), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [102021] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5549), 1, - anon_sym_PIPE, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(5623), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [102043] = 9, + [105513] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(5625), 1, + ACTIONS(5680), 1, sym_identifier, - ACTIONS(5629), 1, - anon_sym_COMMA, - ACTIONS(5631), 1, - anon_sym_RBRACE, - STATE(3747), 1, - sym_export_specifier, - ACTIONS(5627), 2, + ACTIONS(5682), 1, anon_sym_type, + ACTIONS(5688), 1, anon_sym_typeof, - STATE(3745), 2, + ACTIONS(5765), 1, + anon_sym_RBRACE, + STATE(4086), 1, + sym_import_specifier, + STATE(4150), 1, + sym__import_identifier, + STATE(4196), 2, sym__module_export_name, sym_string, - [102073] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5506), 1, - anon_sym_is, - ACTIONS(3340), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [102091] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5280), 1, - anon_sym_LT, - ACTIONS(5282), 1, - anon_sym_DOT, - ACTIONS(5633), 1, - anon_sym_is, - STATE(2429), 1, - sym_type_arguments, - ACTIONS(3010), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [102115] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(3270), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3206), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - [102135] = 11, + [105545] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5603), 1, + ACTIONS(5709), 1, anon_sym_extends, - ACTIONS(5605), 1, + ACTIONS(5711), 1, anon_sym_implements, - ACTIONS(5635), 1, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5767), 1, sym_identifier, - STATE(1920), 1, + STATE(1871), 1, sym_class_body, - STATE(2952), 1, + STATE(2977), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3889), 1, + STATE(3995), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [102169] = 7, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5567), 1, + [105579] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(5575), 1, - anon_sym_LT, - ACTIONS(5637), 1, - sym_jsx_text, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(3217), 1, - sym_jsx_closing_element, - STATE(2672), 5, - sym_jsx_element, - sym_jsx_fragment, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(5597), 1, + anon_sym_GT, + ACTIONS(5599), 1, + anon_sym_SLASH_GT, + STATE(2854), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [102195] = 11, + sym_jsx_attribute, + [105611] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - ACTIONS(5603), 1, + ACTIONS(5709), 1, anon_sym_extends, - ACTIONS(5605), 1, + ACTIONS(5711), 1, anon_sym_implements, - ACTIONS(5639), 1, + ACTIONS(5769), 1, sym_identifier, - STATE(1920), 1, + STATE(1380), 1, sym_class_body, - STATE(2952), 1, + STATE(2954), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3889), 1, + STATE(4027), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [102229] = 11, + [105645] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5603), 1, - anon_sym_extends, - ACTIONS(5605), 1, - anon_sym_implements, - ACTIONS(5611), 1, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5597), 1, + anon_sym_GT, + ACTIONS(5599), 1, + anon_sym_SLASH_GT, + STATE(2883), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [105674] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5771), 9, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [105689] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5641), 1, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5773), 1, + anon_sym_GT, + ACTIONS(5775), 1, + anon_sym_SLASH_GT, + STATE(2870), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [105718] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5369), 1, sym_identifier, - STATE(1482), 1, - sym_class_body, - STATE(2919), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(3919), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [102263] = 11, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5777), 1, + anon_sym_GT, + ACTIONS(5779), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [105747] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - ACTIONS(5603), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5605), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5643), 1, - sym_identifier, - STATE(1920), 1, - sym_class_body, - STATE(2952), 1, + STATE(2920), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3287), 1, + sym_class_body, + STATE(3677), 1, sym_extends_clause, - STATE(3889), 1, + STATE(4161), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [102297] = 7, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5565), 1, - sym_jsx_text, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5645), 1, - anon_sym_LT, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(3755), 1, - sym_jsx_closing_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [102323] = 4, + [105778] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5621), 1, - anon_sym_COLON, - STATE(3101), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - ACTIONS(5647), 6, - sym__automatic_semicolon, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [102343] = 10, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5787), 1, + anon_sym_GT, + ACTIONS(5789), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [105807] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(5478), 1, + ACTIONS(5791), 1, anon_sym_GT, - ACTIONS(5510), 1, - anon_sym_SLASH, - STATE(2791), 1, + ACTIONS(5793), 1, + anon_sym_SLASH_GT, + STATE(2758), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [102375] = 11, + [105836] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5603), 1, - anon_sym_extends, - ACTIONS(5605), 1, - anon_sym_implements, - ACTIONS(5611), 1, - anon_sym_LBRACE, - ACTIONS(5649), 1, + ACTIONS(5369), 1, sym_identifier, - STATE(2064), 1, - sym_class_body, - STATE(2887), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(4095), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [102409] = 7, - ACTIONS(5561), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5386), 1, + anon_sym_SLASH_GT, + ACTIONS(5597), 1, + anon_sym_GT, + STATE(2813), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [105865] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(5645), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, anon_sym_LT, - ACTIONS(5651), 1, - sym_jsx_text, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(3635), 1, - sym_jsx_closing_element, - STATE(2700), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [102435] = 11, + ACTIONS(1891), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [105892] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5603), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5605), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5653), 1, - sym_identifier, - STATE(1869), 1, + ACTIONS(5795), 1, + anon_sym_LBRACE, + STATE(163), 1, sym_class_body, - STATE(2930), 1, + STATE(3006), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3841), 1, + STATE(4124), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [102469] = 7, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5615), 1, - anon_sym_LT, - ACTIONS(5655), 1, - sym_jsx_text, - STATE(1976), 1, - sym_jsx_closing_element, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2685), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [102495] = 2, + [105923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1381), 10, + ACTIONS(3659), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -195381,214 +197207,194 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - anon_sym_is, - [102511] = 11, + [105938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(3685), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5603), 1, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - ACTIONS(5605), 1, - anon_sym_implements, - ACTIONS(5657), 1, - sym_identifier, - STATE(1869), 1, - sym_class_body, - STATE(2930), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(3841), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [102545] = 10, + [105953] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5611), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1511), 1, - sym_class_body, - STATE(2905), 1, + STATE(3017), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3375), 1, + sym_class_body, + STATE(3677), 1, sym_extends_clause, - STATE(3870), 1, + STATE(4142), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [102576] = 8, + [105984] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(5579), 1, - sym_identifier, - ACTIONS(5663), 1, - anon_sym_RBRACE, - STATE(3971), 1, - sym_import_specifier, - ACTIONS(5581), 2, - anon_sym_type, - anon_sym_typeof, - STATE(4300), 2, - sym__module_export_name, - sym_string, - [102603] = 7, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3339), 1, + sym_type_annotation, + STATE(3721), 1, + sym__initializer, + ACTIONS(5737), 2, + anon_sym_in, + anon_sym_of, + ACTIONS(5733), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [106009] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(3363), 1, + STATE(3301), 1, sym_type_annotation, - STATE(3681), 1, + STATE(3766), 1, sym__initializer, - ACTIONS(5377), 2, + ACTIONS(5799), 2, anon_sym_BANG, anon_sym_QMARK, - ACTIONS(5375), 3, + ACTIONS(5797), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [102628] = 2, + [106034] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 9, + ACTIONS(5801), 1, + anon_sym_COLON, + STATE(3249), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + ACTIONS(5759), 5, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK, + [106053] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5803), 9, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [106068] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5805), 1, anon_sym_AMP, + ACTIONS(5807), 1, anon_sym_PIPE, + ACTIONS(5809), 1, anon_sym_extends, - [102643] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3340), 9, + ACTIONS(3816), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [102658] = 10, + [106089] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - STATE(1937), 1, - sym_class_body, - STATE(2931), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(3986), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [102689] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5665), 9, + ACTIONS(4605), 1, anon_sym_EQ, - anon_sym_COMMA, + ACTIONS(4894), 1, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, anon_sym_COLON, - anon_sym_RBRACK, anon_sym_QMARK, - [102704] = 7, + [106116] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3193), 1, - sym_type_annotation, - STATE(3603), 1, - sym__initializer, - ACTIONS(5591), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(5587), 3, - sym__automatic_semicolon, + ACTIONS(232), 1, anon_sym_COMMA, - anon_sym_SEMI, - [102729] = 6, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5565), 1, - sym_jsx_text, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5667), 1, + ACTIONS(1875), 1, anon_sym_LT, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [102752] = 3, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4892), 1, + anon_sym_RBRACE, + STATE(3716), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [106143] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5669), 1, - anon_sym_LBRACK, - ACTIONS(3530), 8, + ACTIONS(5805), 1, + anon_sym_AMP, + ACTIONS(5807), 1, + anon_sym_PIPE, + ACTIONS(5809), 1, + anon_sym_extends, + ACTIONS(3651), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK, + [106164] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5805), 1, anon_sym_AMP, + ACTIONS(5807), 1, anon_sym_PIPE, + ACTIONS(5809), 1, anon_sym_extends, - [102769] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3334), 9, + ACTIONS(3655), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [102784] = 2, + [106185] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3526), 9, + ACTIONS(3824), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -195598,246 +197404,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [102799] = 6, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5671), 1, - anon_sym_LT, - ACTIONS(5673), 1, - sym_jsx_text, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2717), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [102822] = 7, + [106200] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4829), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, + ACTIONS(5511), 1, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [102847] = 6, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5565), 1, - sym_jsx_text, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5675), 1, - anon_sym_LT, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [102870] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(2954), 1, - sym_type_parameters, - STATE(3197), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(4019), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [102901] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5679), 9, + ACTIONS(5731), 1, anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + STATE(3193), 1, + sym__initializer, + STATE(3339), 1, + sym_type_annotation, + ACTIONS(5737), 2, anon_sym_in, anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [102916] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(612), 1, - sym_class_body, - STATE(2904), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(3987), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [102947] = 6, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5681), 1, - anon_sym_LT, - ACTIONS(5683), 1, - sym_jsx_text, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2723), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [102970] = 8, + ACTIONS(5733), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [106225] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(5625), 1, + ACTIONS(5719), 1, sym_identifier, - ACTIONS(5685), 1, + ACTIONS(5811), 1, anon_sym_RBRACE, - STATE(3995), 1, + STATE(4140), 1, sym_export_specifier, - ACTIONS(5627), 2, + ACTIONS(5721), 2, anon_sym_type, anon_sym_typeof, - STATE(3745), 2, + STATE(3854), 2, sym__module_export_name, sym_string, - [102997] = 9, + [106252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, + ACTIONS(3536), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5687), 1, - anon_sym_GT, - ACTIONS(5689), 1, - anon_sym_SLASH, - STATE(2804), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [103026] = 10, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [106267] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5659), 1, + ACTIONS(5781), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5691), 1, - anon_sym_LBRACE, - STATE(171), 1, + STATE(608), 1, sym_class_body, - STATE(2889), 1, + STATE(2963), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3999), 1, + STATE(3966), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [103057] = 7, + [106298] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1834), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, + ACTIONS(5505), 1, anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, + ACTIONS(5511), 1, anon_sym_COLON, - anon_sym_LT, + STATE(3448), 1, + sym_type_annotation, + STATE(3783), 1, + sym__initializer, + ACTIONS(5537), 2, + anon_sym_BANG, anon_sym_QMARK, - [103082] = 6, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5693), 1, - anon_sym_LT, - ACTIONS(5695), 1, - sym_jsx_text, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2810), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [103105] = 6, + ACTIONS(5535), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [106323] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(5697), 1, - anon_sym_EQ, - ACTIONS(5623), 5, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_EQ_GT, - [103128] = 2, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5813), 1, + anon_sym_GT, + ACTIONS(5815), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [106352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1995), 9, + ACTIONS(3593), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -195847,88 +197526,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103143] = 9, + [106367] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5301), 1, - anon_sym_SLASH, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5478), 1, + ACTIONS(5817), 1, anon_sym_GT, - STATE(2823), 1, + ACTIONS(5819), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [103172] = 9, + [106396] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5781), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5699), 1, - anon_sym_GT, - ACTIONS(5701), 1, - anon_sym_SLASH, - STATE(2804), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [103201] = 9, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(2919), 1, + sym_type_parameters, + STATE(3227), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4075), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [106427] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5717), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5703), 1, - anon_sym_GT, - ACTIONS(5705), 1, - anon_sym_SLASH, - STATE(2804), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [103230] = 7, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(1965), 1, + sym_class_body, + STATE(3018), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4053), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [106458] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3410), 1, - sym_type_annotation, - STATE(3796), 1, - sym__initializer, - ACTIONS(5398), 2, - anon_sym_BANG, - anon_sym_QMARK, - ACTIONS(5396), 3, + ACTIONS(3599), 9, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [103255] = 2, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [106473] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(5680), 1, + sym_identifier, + ACTIONS(5682), 1, + anon_sym_type, + ACTIONS(5688), 1, + anon_sym_typeof, + STATE(4086), 1, + sym_import_specifier, + STATE(4150), 1, + sym__import_identifier, + STATE(4196), 2, + sym__module_export_name, + sym_string, + [106502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 9, + ACTIONS(3412), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -195938,10 +197634,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103270] = 2, + [106517] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(1889), 1, + anon_sym_RBRACE, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [106544] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + ACTIONS(5821), 1, + anon_sym_LBRACE, + STATE(704), 1, + sym_class_body, + STATE(2942), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4002), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [106575] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + ACTIONS(5795), 1, + anon_sym_LBRACE, + STATE(159), 1, + sym_class_body, + STATE(2943), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4159), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [106606] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3652), 9, + ACTIONS(1470), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -195951,24 +197708,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103285] = 3, + [106621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, - anon_sym_AMP, - ACTIONS(3550), 8, + ACTIONS(3647), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103302] = 2, + [106636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3492), 9, + ACTIONS(3378), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -195978,10 +197734,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103317] = 2, + [106651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3730), 9, + ACTIONS(3613), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -195991,62 +197747,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103332] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5691), 1, - anon_sym_LBRACE, - STATE(180), 1, - sym_class_body, - STATE(2969), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(4037), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [103363] = 5, + [106666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, - anon_sym_AMP, - ACTIONS(5709), 1, - anon_sym_PIPE, - ACTIONS(5711), 1, - anon_sym_extends, - ACTIONS(3746), 6, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(5823), 9, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - [103384] = 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [106681] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5669), 1, - anon_sym_LBRACK, - ACTIONS(3530), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - ACTIONS(3754), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(232), 1, anon_sym_COMMA, - anon_sym_SEMI, - [103403] = 2, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4898), 1, + anon_sym_RBRACE, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [106708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3785), 9, + ACTIONS(3392), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196056,119 +197792,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103418] = 3, + [106723] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5669), 1, - anon_sym_LBRACK, - ACTIONS(3793), 8, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5791), 1, + anon_sym_GT, + ACTIONS(5825), 1, + anon_sym_SLASH_GT, + STATE(2852), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [106752] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5497), 1, anon_sym_AMP, + ACTIONS(5499), 1, anon_sym_PIPE, + ACTIONS(5501), 1, anon_sym_extends, - [103435] = 10, + ACTIONS(5827), 1, + anon_sym_EQ, + ACTIONS(5751), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_EQ_GT, + [106775] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1967), 1, + STATE(597), 1, sym_class_body, - STATE(2955), 1, + STATE(2989), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4061), 1, + STATE(4153), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [103466] = 5, + [106806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, - anon_sym_AMP, - ACTIONS(5709), 1, - anon_sym_PIPE, - ACTIONS(5711), 1, - anon_sym_extends, - ACTIONS(3644), 6, + ACTIONS(5829), 9, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [106821] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1564), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - [103487] = 10, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [106836] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5659), 1, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(629), 1, + STATE(1854), 1, sym_class_body, - STATE(2953), 1, + STATE(2971), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3958), 1, + STATE(3921), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [103518] = 6, - ACTIONS(5567), 1, + [106867] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(5713), 1, - anon_sym_LBRACE, - ACTIONS(5716), 1, - anon_sym_LT, - ACTIONS(5719), 1, - sym_jsx_text, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [103541] = 9, + ACTIONS(5831), 9, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [106882] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5722), 1, + ACTIONS(5813), 1, anon_sym_GT, - ACTIONS(5724), 1, - anon_sym_SLASH, - STATE(2729), 1, + ACTIONS(5833), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [103570] = 2, + [106911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3563), 9, + ACTIONS(3534), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196178,79 +197943,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103585] = 9, + [106926] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5726), 1, + ACTIONS(5392), 1, + anon_sym_SLASH_GT, + ACTIONS(5597), 1, anon_sym_GT, - ACTIONS(5728), 1, - anon_sym_SLASH, - STATE(2804), 1, + STATE(2810), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [103614] = 4, + [106955] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5730), 1, - anon_sym_COLON, - STATE(3319), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - ACTIONS(5647), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [103633] = 10, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5835), 1, + anon_sym_GT, + ACTIONS(5837), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [106984] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - STATE(1958), 1, - sym_class_body, - STATE(2908), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(3975), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [103664] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5732), 9, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [103679] = 2, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5839), 1, + anon_sym_GT, + ACTIONS(5841), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [107013] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3750), 9, + ACTIONS(1993), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196260,10 +198016,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103694] = 2, + [107028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2003), 9, + ACTIONS(3480), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196273,64 +198029,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103709] = 7, + [107043] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1889), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [103734] = 7, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5839), 1, + anon_sym_GT, + ACTIONS(5843), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [107072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(1981), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4875), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [103759] = 7, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [107087] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(1891), 1, - anon_sym_RBRACE, - ACTIONS(4507), 1, - anon_sym_EQ, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3702), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [103784] = 2, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5835), 1, + anon_sym_GT, + ACTIONS(5845), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [107116] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3777), 9, + ACTIONS(3627), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196340,10 +198095,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103799] = 2, + [107131] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3773), 9, + ACTIONS(3552), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196353,29 +198108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103814] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(5625), 1, - sym_identifier, - ACTIONS(5734), 1, - anon_sym_RBRACE, - STATE(3995), 1, - sym_export_specifier, - ACTIONS(5627), 2, - anon_sym_type, - anon_sym_typeof, - STATE(3745), 2, - sym__module_export_name, - sym_string, - [103841] = 2, + [107146] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3765), 9, + ACTIONS(3633), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196385,57 +198121,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103856] = 7, + [107161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3423), 1, - sym_type_annotation, - STATE(3775), 1, - sym__initializer, - ACTIONS(5738), 2, - anon_sym_BANG, - anon_sym_QMARK, - ACTIONS(5736), 3, + ACTIONS(5805), 1, + anon_sym_AMP, + ACTIONS(3639), 8, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [103881] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5707), 1, - anon_sym_AMP, - ACTIONS(5709), 1, + anon_sym_LBRACK, anon_sym_PIPE, - ACTIONS(5711), 1, anon_sym_extends, - ACTIONS(3738), 6, + [107178] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3868), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - [103902] = 2, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [107193] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3738), 9, + ACTIONS(5847), 1, + anon_sym_LBRACK, + ACTIONS(3603), 8, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103917] = 2, + [107210] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3734), 9, + ACTIONS(3476), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196445,24 +198175,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103932] = 3, + [107225] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, + ACTIONS(5805), 1, anon_sym_AMP, - ACTIONS(3718), 8, + ACTIONS(5807), 1, + anon_sym_PIPE, + ACTIONS(5809), 1, + anon_sym_extends, + ACTIONS(3663), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, + [107246] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5847), 1, + anon_sym_LBRACK, + ACTIONS(3603), 3, + anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [103949] = 2, + ACTIONS(3667), 5, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [107265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3714), 9, + ACTIONS(5849), 1, + anon_sym_extends, + ACTIONS(3671), 8, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196471,32 +198220,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_AMP, anon_sym_PIPE, + [107282] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5847), 1, + anon_sym_LBRACK, + ACTIONS(3681), 8, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - [103964] = 10, + [107299] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1934), 1, + STATE(2102), 1, sym_class_body, - STATE(2932), 1, + STATE(2978), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4026), 1, + STATE(4065), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [103995] = 2, + [107330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 9, + ACTIONS(3872), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196506,210 +198268,237 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104010] = 2, + [107345] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3801), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(232), 1, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [104025] = 10, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4926), 1, + anon_sym_RBRACE, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [107372] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5659), 1, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5740), 1, - anon_sym_LBRACE, - STATE(741), 1, + STATE(2010), 1, sym_class_body, - STATE(2941), 1, + STATE(2993), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4025), 1, + STATE(4143), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [104056] = 10, + [107403] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5659), 1, + ACTIONS(5707), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5740), 1, - anon_sym_LBRACE, - STATE(675), 1, + STATE(1453), 1, sym_class_body, - STATE(2968), 1, + STATE(3004), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3850), 1, + STATE(4096), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [104087] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2007), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [104102] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, - anon_sym_LBRACE, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5687), 1, - anon_sym_GT, - ACTIONS(5742), 1, - anon_sym_SLASH, - STATE(2804), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [104131] = 9, + [107434] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5699), 1, + ACTIONS(5597), 1, anon_sym_GT, - ACTIONS(5744), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5613), 1, + anon_sym_SLASH_GT, + STATE(2846), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104160] = 8, + [107463] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(5579), 1, - sym_identifier, - ACTIONS(5746), 1, + ACTIONS(232), 1, + anon_sym_COMMA, + ACTIONS(1850), 1, anon_sym_RBRACE, - STATE(3971), 1, - sym_import_specifier, - ACTIONS(5581), 2, - anon_sym_type, - anon_sym_typeof, - STATE(4300), 2, - sym__module_export_name, - sym_string, - [104187] = 4, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + STATE(3837), 1, + aux_sym_object_repeat1, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [107490] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5730), 1, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(3303), 3, + STATE(3451), 1, sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - ACTIONS(5619), 5, + STATE(3765), 1, + sym__initializer, + ACTIONS(5553), 2, + anon_sym_BANG, + anon_sym_QMARK, + ACTIONS(5551), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [104206] = 7, + [107515] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4889), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_QMARK, - [104231] = 9, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + ACTIONS(5821), 1, + anon_sym_LBRACE, + STATE(746), 1, + sym_class_body, + STATE(2980), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4154), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [107546] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3876), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [107561] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5817), 1, + anon_sym_GT, + ACTIONS(5851), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [107590] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5703), 1, + ACTIONS(5773), 1, anon_sym_GT, - ACTIONS(5748), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5853), 1, + anon_sym_SLASH_GT, + STATE(2806), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104260] = 9, + [107619] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5726), 1, + ACTIONS(5777), 1, anon_sym_GT, - ACTIONS(5750), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5855), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104289] = 2, + [107648] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5801), 1, + anon_sym_COLON, + STATE(3210), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + ACTIONS(5753), 5, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [107667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1606), 9, + ACTIONS(1989), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196719,130 +198508,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104304] = 9, + [107682] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5752), 1, + ACTIONS(5791), 1, anon_sym_GT, - ACTIONS(5754), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5857), 1, + anon_sym_SLASH_GT, + STATE(2866), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104333] = 9, + [107711] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3693), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [107726] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5478), 1, + ACTIONS(5835), 1, anon_sym_GT, - ACTIONS(5480), 1, - anon_sym_SLASH, - STATE(2781), 1, + ACTIONS(5859), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104362] = 7, + [107755] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(5597), 1, - anon_sym_EQ, - STATE(3193), 1, - sym_type_annotation, - STATE(3259), 1, - sym__initializer, - ACTIONS(5591), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(5587), 3, + ACTIONS(3701), 9, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [104387] = 9, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [107770] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5752), 1, + ACTIONS(5839), 1, anon_sym_GT, - ACTIONS(5756), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5861), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104416] = 10, + [107799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5677), 1, + ACTIONS(3709), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - STATE(2877), 1, - sym_type_parameters, - STATE(3297), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(3896), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [104447] = 10, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [107814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5611), 1, + ACTIONS(3713), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5659), 1, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - STATE(2069), 1, - sym_class_body, - STATE(2913), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(3951), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [104478] = 2, + [107829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3656), 9, + ACTIONS(3719), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196852,10 +198633,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104493] = 2, + [107844] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(5719), 1, + sym_identifier, + ACTIONS(5863), 1, + anon_sym_RBRACE, + STATE(4140), 1, + sym_export_specifier, + ACTIONS(5721), 2, + anon_sym_type, + anon_sym_typeof, + STATE(3854), 2, + sym__module_export_name, + sym_string, + [107871] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3648), 9, + ACTIONS(3723), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196865,43 +198665,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104508] = 9, + [107886] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5478), 1, + ACTIONS(5787), 1, anon_sym_GT, - ACTIONS(5510), 1, - anon_sym_SLASH, - STATE(2827), 1, + ACTIONS(5865), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104537] = 2, + [107915] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5758), 9, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [104552] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5707), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(1435), 1, + sym_class_body, + STATE(2972), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4111), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [107946] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5369), 1, + sym_identifier, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5382), 1, + sym_jsx_identifier, + ACTIONS(5817), 1, + anon_sym_GT, + ACTIONS(5867), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [107975] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3640), 9, + ACTIONS(3739), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196911,26 +198739,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104567] = 5, + [107990] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, + ACTIONS(5805), 1, anon_sym_AMP, - ACTIONS(5709), 1, + ACTIONS(5807), 1, anon_sym_PIPE, - ACTIONS(5711), 1, + ACTIONS(5809), 1, anon_sym_extends, - ACTIONS(3440), 6, + ACTIONS(3739), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - [104588] = 2, + [108011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3440), 9, + ACTIONS(3745), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196940,23 +198768,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104603] = 2, + [108026] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3726), 9, + ACTIONS(5805), 1, + anon_sym_AMP, + ACTIONS(3749), 8, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104618] = 2, + [108043] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1999), 9, + ACTIONS(3753), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -196966,220 +198795,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104633] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5760), 9, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [104648] = 9, + [108058] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5762), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5765), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5768), 1, - anon_sym_GT, - ACTIONS(5770), 1, - anon_sym_SLASH, - ACTIONS(5772), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - STATE(2804), 1, + ACTIONS(5787), 1, + anon_sym_GT, + ACTIONS(5869), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104677] = 9, + [108087] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5687), 1, + ACTIONS(5773), 1, anon_sym_GT, - ACTIONS(5775), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5871), 1, + anon_sym_SLASH_GT, + STATE(2871), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104706] = 10, + [108116] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1943), 1, + STATE(1947), 1, sym_class_body, - STATE(2878), 1, + STATE(2912), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3888), 1, + STATE(4093), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [104737] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3323), 1, - sym_type_annotation, - STATE(3759), 1, - sym__initializer, - ACTIONS(5416), 2, - anon_sym_BANG, - anon_sym_QMARK, - ACTIONS(5414), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [104762] = 9, + [108147] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5722), 1, - anon_sym_GT, ACTIONS(5777), 1, - anon_sym_SLASH, - STATE(2780), 1, + anon_sym_GT, + ACTIONS(5873), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104791] = 6, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5565), 1, - sym_jsx_text, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5779), 1, - anon_sym_LT, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [104814] = 6, - ACTIONS(5561), 1, - anon_sym_LBRACE, - ACTIONS(5565), 1, - sym_jsx_text, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5781), 1, - anon_sym_LT, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2752), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [104837] = 9, + [108176] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5752), 1, + ACTIONS(5777), 1, anon_sym_GT, - ACTIONS(5783), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5875), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104866] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_COMMA, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4849), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - STATE(3802), 1, - aux_sym_object_repeat1, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [104891] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3608), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [104906] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3604), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [104921] = 2, + [108205] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3600), 9, + ACTIONS(1985), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -197189,185 +198909,206 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [104936] = 9, + [108220] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5722), 1, + ACTIONS(5787), 1, anon_sym_GT, - ACTIONS(5785), 1, - anon_sym_SLASH, - STATE(2805), 1, + ACTIONS(5877), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [104965] = 2, + [108249] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 9, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3383), 1, + sym_type_annotation, + STATE(3674), 1, + sym__initializer, + ACTIONS(5529), 2, + anon_sym_BANG, + anon_sym_QMARK, + ACTIONS(5527), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [104980] = 10, + [108274] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5659), 1, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5677), 1, + STATE(1939), 1, + sym_class_body, + STATE(3030), 1, + sym_type_parameters, + STATE(3677), 1, + sym_extends_clause, + STATE(4123), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [108305] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5781), 1, anon_sym_LBRACE, - STATE(2883), 1, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(2948), 1, sym_type_parameters, - STATE(3283), 1, + STATE(3332), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4094), 1, + STATE(4106), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [105011] = 9, + [108336] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5317), 1, - anon_sym_SLASH, - ACTIONS(5478), 1, + ACTIONS(5813), 1, anon_sym_GT, - STATE(2736), 1, + ACTIONS(5879), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [105040] = 9, + [108365] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5687), 1, + ACTIONS(5813), 1, anon_sym_GT, - ACTIONS(5787), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5881), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [105069] = 9, + [108394] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5703), 1, + ACTIONS(5791), 1, anon_sym_GT, - ACTIONS(5789), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5883), 1, + anon_sym_SLASH_GT, + STATE(2860), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [105098] = 9, + [108423] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5752), 1, - anon_sym_GT, - ACTIONS(5791), 1, - anon_sym_SLASH, - STATE(2804), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, + ACTIONS(5885), 1, + anon_sym_LT, + ACTIONS(5887), 1, + anon_sym_DQUOTE, + ACTIONS(5889), 1, + anon_sym_SQUOTE, + STATE(2655), 1, + sym_jsx_opening_element, + STATE(3387), 4, + sym_jsx_element, sym_jsx_expression, - sym_jsx_attribute, - [105127] = 9, + sym_jsx_self_closing_element, + sym_string, + [108448] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5373), 1, + anon_sym_LBRACE, + ACTIONS(5885), 1, + anon_sym_LT, + ACTIONS(5887), 1, + anon_sym_DQUOTE, + ACTIONS(5889), 1, + anon_sym_SQUOTE, + STATE(2655), 1, + sym_jsx_opening_element, + STATE(3388), 4, + sym_jsx_element, + sym_jsx_expression, + sym_jsx_self_closing_element, + sym_string, + [108473] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5699), 1, + ACTIONS(5773), 1, anon_sym_GT, - ACTIONS(5793), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5891), 1, + anon_sym_SLASH_GT, + STATE(2781), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [105156] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - STATE(1962), 1, - sym_class_body, - STATE(2865), 1, - sym_type_parameters, - STATE(3579), 1, - sym_extends_clause, - STATE(3970), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [105187] = 2, + [108502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3815), 9, + ACTIONS(3789), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -197377,61 +199118,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [105202] = 7, + [108517] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3371), 1, - sym_type_annotation, - STATE(3686), 1, - sym__initializer, - ACTIONS(5406), 2, - anon_sym_BANG, - anon_sym_QMARK, - ACTIONS(5404), 3, + ACTIONS(3793), 9, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [105227] = 9, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [108532] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5699), 1, + ACTIONS(5835), 1, anon_sym_GT, - ACTIONS(5795), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5893), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [105256] = 2, + [108561] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3538), 9, + ACTIONS(5805), 1, + anon_sym_AMP, + ACTIONS(5807), 1, + anon_sym_PIPE, + ACTIONS(5809), 1, + anon_sym_extends, + ACTIONS(3797), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [105271] = 2, + [108582] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3742), 9, + ACTIONS(3801), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -197441,420 +199180,337 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [105286] = 4, + [108597] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, - anon_sym_AMP, - ACTIONS(5709), 1, - anon_sym_PIPE, - ACTIONS(3518), 7, + ACTIONS(3805), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - [105305] = 10, + [108612] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5659), 1, + ACTIONS(5805), 1, + anon_sym_AMP, + ACTIONS(5807), 1, + anon_sym_PIPE, + ACTIONS(5809), 1, anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(2961), 1, - sym_type_parameters, - STATE(3249), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(4055), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [105336] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, - anon_sym_LBRACE, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5703), 1, - anon_sym_GT, - ACTIONS(5797), 1, - anon_sym_SLASH, - STATE(2804), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [105365] = 6, - ACTIONS(5561), 1, + ACTIONS(3805), 6, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(5799), 1, - anon_sym_LT, - ACTIONS(5801), 1, - sym_jsx_text, - STATE(2704), 1, - sym_jsx_opening_element, - STATE(2809), 5, - sym_jsx_element, - sym_jsx_fragment, - sym_jsx_expression, - sym_jsx_self_closing_element, - aux_sym_jsx_element_repeat1, - [105388] = 9, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + [108633] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5726), 1, + ACTIONS(5839), 1, anon_sym_GT, - ACTIONS(5803), 1, - anon_sym_SLASH, - STATE(2804), 1, + ACTIONS(5895), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [105417] = 9, + [108662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, - sym_identifier, - ACTIONS(5290), 1, + ACTIONS(1997), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5303), 1, - sym_jsx_identifier, - ACTIONS(5726), 1, - anon_sym_GT, - ACTIONS(5805), 1, - anon_sym_SLASH, - STATE(2804), 1, - aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, - sym_jsx_namespace_name, - STATE(3253), 2, - sym_jsx_expression, - sym_jsx_attribute, - [105446] = 9, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [108677] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5286), 1, + ACTIONS(5369), 1, sym_identifier, - ACTIONS(5290), 1, + ACTIONS(5373), 1, anon_sym_LBRACE, - ACTIONS(5303), 1, + ACTIONS(5382), 1, sym_jsx_identifier, - ACTIONS(5722), 1, + ACTIONS(5817), 1, anon_sym_GT, - ACTIONS(5807), 1, - anon_sym_SLASH, - STATE(2820), 1, + ACTIONS(5897), 1, + anon_sym_SLASH_GT, + STATE(2888), 1, aux_sym__jsx_start_opening_element_repeat1, - STATE(3064), 1, + STATE(3164), 1, sym_jsx_namespace_name, - STATE(3253), 2, + STATE(3481), 2, sym_jsx_expression, sym_jsx_attribute, - [105475] = 10, + [108706] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3241), 1, + sym_type_annotation, + STATE(3810), 1, + sym__initializer, + ACTIONS(5509), 2, + anon_sym_BANG, + anon_sym_QMARK, + ACTIONS(5507), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [108731] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5611), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1451), 1, + STATE(1895), 1, sym_class_body, - STATE(2965), 1, + STATE(2931), 1, sym_type_parameters, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4042), 1, + STATE(4103), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [105506] = 5, + [108762] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, + ACTIONS(5899), 1, + sym_identifier, + ACTIONS(5902), 1, + anon_sym_LBRACE, + ACTIONS(5907), 1, + sym_jsx_identifier, + STATE(2888), 1, + aux_sym__jsx_start_opening_element_repeat1, + STATE(3164), 1, + sym_jsx_namespace_name, + ACTIONS(5905), 2, + anon_sym_GT, + anon_sym_SLASH_GT, + STATE(3481), 2, + sym_jsx_expression, + sym_jsx_attribute, + [108789] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5805), 1, anon_sym_AMP, - ACTIONS(5709), 1, + ACTIONS(5807), 1, anon_sym_PIPE, - ACTIONS(5711), 1, + ACTIONS(5809), 1, anon_sym_extends, - ACTIONS(3636), 6, + ACTIONS(5751), 5, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK, - [105527] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2557), 8, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [105541] = 7, + [108809] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5809), 1, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(5719), 1, sym_identifier, - ACTIONS(5811), 1, - anon_sym_LBRACE, - ACTIONS(5813), 1, - anon_sym_LBRACK, - ACTIONS(5815), 1, - anon_sym_enum, - STATE(3534), 1, - sym_variable_declarator, - STATE(2945), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [105565] = 7, + STATE(4140), 1, + sym_export_specifier, + ACTIONS(5721), 2, + anon_sym_type, + anon_sym_typeof, + STATE(3854), 2, + sym__module_export_name, + sym_string, + [108833] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5817), 1, + ACTIONS(5910), 1, sym_escape_sequence, - ACTIONS(5819), 1, + ACTIONS(5912), 1, anon_sym_BQUOTE, - ACTIONS(5821), 1, + ACTIONS(5914), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5823), 1, + ACTIONS(5916), 1, sym__template_chars, - STATE(2997), 2, + STATE(3090), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3194), 2, + STATE(3425), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [105589] = 7, + [108857] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5817), 1, + ACTIONS(5910), 1, sym_escape_sequence, - ACTIONS(5821), 1, + ACTIONS(5914), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5823), 1, + ACTIONS(5916), 1, sym__template_chars, - ACTIONS(5825), 1, + ACTIONS(5918), 1, anon_sym_BQUOTE, - STATE(2997), 2, + STATE(3090), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3194), 2, + STATE(3425), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [105613] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(5625), 1, - sym_identifier, - STATE(3995), 1, - sym_export_specifier, - ACTIONS(5627), 2, - anon_sym_type, - anon_sym_typeof, - STATE(3745), 2, - sym__module_export_name, - sym_string, - [105637] = 7, + [108881] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(5579), 1, + ACTIONS(5920), 1, sym_identifier, - STATE(3971), 1, - sym_import_specifier, - ACTIONS(5581), 2, - anon_sym_type, - anon_sym_typeof, - STATE(4300), 2, - sym__module_export_name, - sym_string, - [105661] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5817), 1, - sym_escape_sequence, - ACTIONS(5821), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5823), 1, - sym__template_chars, - ACTIONS(5827), 1, - anon_sym_BQUOTE, - STATE(2997), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - STATE(3393), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [105685] = 7, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(5924), 1, + anon_sym_GT, + ACTIONS(5926), 1, + sym_jsx_identifier, + ACTIONS(5928), 1, + anon_sym_SLASH_GT, + STATE(2645), 1, + sym_nested_identifier, + STATE(2760), 1, + sym_jsx_namespace_name, + STATE(3702), 1, + sym_type_parameter, + [108909] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(5589), 1, + ACTIONS(5735), 1, anon_sym_BANG, - STATE(3193), 1, + STATE(3339), 1, sym_type_annotation, - STATE(3613), 1, + STATE(3728), 1, sym__initializer, - ACTIONS(5587), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [105709] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5549), 1, - anon_sym_PIPE, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(5829), 5, + ACTIONS(5733), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [105729] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1443), 3, - anon_sym_while, - anon_sym_SLASH, - sym_identifier, - ACTIONS(1441), 5, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_DOT, - [105745] = 7, + [108933] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5821), 1, + ACTIONS(5910), 1, + sym_escape_sequence, + ACTIONS(5914), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5823), 1, + ACTIONS(5916), 1, sym__template_chars, - ACTIONS(5831), 1, - sym_escape_sequence, - ACTIONS(5833), 1, + ACTIONS(5930), 1, anon_sym_BQUOTE, - STATE(3107), 2, + STATE(3090), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3194), 2, + STATE(3425), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [105769] = 5, + [108957] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5549), 1, - anon_sym_PIPE, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(5835), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [105789] = 5, + ACTIONS(5910), 1, + sym_escape_sequence, + ACTIONS(5914), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5916), 1, + sym__template_chars, + ACTIONS(5932), 1, + anon_sym_BQUOTE, + STATE(3090), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + STATE(3425), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [108981] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, - anon_sym_AMP, - ACTIONS(5709), 1, - anon_sym_PIPE, - ACTIONS(5711), 1, - anon_sym_extends, - ACTIONS(5623), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(5934), 1, + sym_identifier, + ACTIONS(5936), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [105809] = 7, + ACTIONS(5938), 1, + anon_sym_LBRACK, + ACTIONS(5940), 1, + anon_sym_enum, + STATE(3597), 1, + sym_variable_declarator, + STATE(2981), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [109005] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5817), 1, - sym_escape_sequence, - ACTIONS(5821), 1, + ACTIONS(5914), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5823), 1, + ACTIONS(5916), 1, sym__template_chars, - ACTIONS(5837), 1, + ACTIONS(5942), 1, + sym_escape_sequence, + ACTIONS(5944), 1, anon_sym_BQUOTE, - STATE(2997), 2, + STATE(3061), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3194), 2, + STATE(3425), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [105833] = 7, + [109029] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5817), 1, + ACTIONS(5910), 1, sym_escape_sequence, - ACTIONS(5821), 1, + ACTIONS(5914), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5823), 1, + ACTIONS(5916), 1, sym__template_chars, - ACTIONS(5839), 1, + ACTIONS(5946), 1, anon_sym_BQUOTE, - STATE(2997), 2, + STATE(3090), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3194), 2, + STATE(3504), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [105857] = 2, + [109053] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2553), 8, + ACTIONS(2737), 8, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, @@ -197863,27 +199519,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [105871] = 7, + [109067] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5821), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5823), 1, - sym__template_chars, - ACTIONS(5831), 1, - sym_escape_sequence, - ACTIONS(5841), 1, - anon_sym_BQUOTE, - STATE(3107), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - STATE(3194), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [105895] = 2, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5676), 1, + anon_sym_PIPE, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(5948), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [109087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 8, + ACTIONS(2733), 8, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, @@ -197892,521 +199546,319 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [105909] = 5, + [109101] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, - anon_sym_LBRACE, - ACTIONS(5845), 1, + ACTIONS(2597), 8, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, - STATE(3387), 1, - sym_statement_block, - ACTIONS(1393), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [105929] = 7, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [109115] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(5924), 1, + anon_sym_GT, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(5952), 1, + sym_jsx_identifier, + ACTIONS(5954), 1, + anon_sym_SLASH_GT, + STATE(2633), 1, + sym_nested_identifier, + STATE(2808), 1, + sym_jsx_namespace_name, + STATE(3702), 1, + sym_type_parameter, + [109143] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(5910), 1, + sym_escape_sequence, + ACTIONS(5914), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5916), 1, + sym__template_chars, + ACTIONS(5956), 1, anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(4101), 1, - anon_sym_COMMA, - STATE(3512), 1, - aux_sym_extends_clause_repeat1, - ACTIONS(5847), 2, - anon_sym_LBRACE, - anon_sym_implements, - STATE(1455), 2, - sym_template_string, - sym_arguments, - [105953] = 7, + STATE(3090), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + STATE(3425), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [109167] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5809), 1, + ACTIONS(5934), 1, sym_identifier, - ACTIONS(5811), 1, + ACTIONS(5936), 1, anon_sym_LBRACE, - ACTIONS(5813), 1, + ACTIONS(5938), 1, anon_sym_LBRACK, - ACTIONS(5849), 1, + ACTIONS(5958), 1, anon_sym_enum, - STATE(3520), 1, + STATE(3579), 1, sym_variable_declarator, - STATE(2945), 3, + STATE(2981), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - [105977] = 7, + [109191] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5817), 1, - sym_escape_sequence, - ACTIONS(5821), 1, + ACTIONS(5914), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5823), 1, + ACTIONS(5916), 1, sym__template_chars, - ACTIONS(5851), 1, + ACTIONS(5942), 1, + sym_escape_sequence, + ACTIONS(5960), 1, anon_sym_BQUOTE, - STATE(2997), 2, + STATE(3061), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3194), 2, + STATE(3425), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [106001] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(4003), 1, - sym_statement_block, - ACTIONS(5853), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [106018] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(5037), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [106035] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3881), 1, - sym_statement_block, - ACTIONS(5855), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [106052] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5857), 7, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_PIPE_RBRACE, - [106065] = 8, + [109215] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5676), 1, + anon_sym_PIPE, + ACTIONS(5678), 1, anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - STATE(1862), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(3918), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [106090] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3857), 1, - sym_statement_block, - ACTIONS(5859), 5, + ACTIONS(5962), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [106107] = 4, + [109235] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(5964), 1, anon_sym_LBRACE, - STATE(3954), 1, + ACTIONS(5966), 1, + anon_sym_DOT, + STATE(3402), 1, sym_statement_block, - ACTIONS(5861), 5, + ACTIONS(1403), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [106124] = 4, + [109255] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(5964), 1, anon_sym_LBRACE, - STATE(3946), 1, + ACTIONS(5968), 1, + anon_sym_DOT, + STATE(3402), 1, sym_statement_block, - ACTIONS(5859), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [106141] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5341), 1, - anon_sym_is, - ACTIONS(5863), 6, + ACTIONS(1403), 5, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [106156] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5865), 1, - sym_identifier, - ACTIONS(5867), 1, - anon_sym_DOT, - STATE(631), 1, - sym_string, - STATE(653), 1, - sym__module, - STATE(3508), 1, - sym_nested_identifier, - [106181] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5869), 1, - anon_sym_LBRACE, - ACTIONS(5871), 1, - anon_sym_COMMA, - ACTIONS(5873), 1, - anon_sym_LT, - ACTIONS(5875), 1, - anon_sym_DOT, - ACTIONS(5877), 1, - anon_sym_LBRACE_PIPE, - STATE(3487), 1, - aux_sym_extends_type_clause_repeat1, - STATE(3597), 1, - sym_type_arguments, - [106206] = 8, + [109275] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5879), 1, + ACTIONS(5970), 1, sym_identifier, - ACTIONS(5881), 1, + ACTIONS(5972), 1, anon_sym_STAR, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(4051), 1, + STATE(4003), 1, sym__call_signature, - [106231] = 5, + [109300] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - STATE(1455), 2, - sym_template_string, - sym_arguments, - ACTIONS(5885), 3, + ACTIONS(5717), 1, anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, anon_sym_implements, - [106250] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3336), 1, - sym_type_annotation, - ACTIONS(5887), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [106267] = 4, + STATE(1867), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(3982), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [109325] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3287), 1, - sym_type_annotation, - ACTIONS(5889), 5, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3951), 1, + sym_statement_block, + ACTIONS(5976), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [106284] = 2, + [109342] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 7, + ACTIONS(5823), 7, sym__automatic_semicolon, - anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_in, + anon_sym_of, anon_sym_SEMI, anon_sym_COLON, - anon_sym_PIPE_RBRACE, - [106297] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(3254), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(4057), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [106322] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - STATE(1886), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(3858), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [106347] = 6, + [109355] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3333), 1, - sym_type_annotation, - STATE(3762), 1, - sym__initializer, - ACTIONS(5540), 3, + ACTIONS(5831), 7, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, + anon_sym_in, + anon_sym_of, anon_sym_SEMI, - [106368] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5476), 1, anon_sym_COLON, - ACTIONS(5895), 1, - anon_sym_EQ, - ACTIONS(5893), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(5897), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [106387] = 3, + [109368] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5899), 1, + ACTIONS(5829), 7, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3057), 6, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [106402] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(5901), 1, - sym_identifier, - ACTIONS(5903), 1, - anon_sym_STAR, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4024), 1, - sym__call_signature, - [106427] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(3216), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(4029), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [106452] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3748), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3750), 5, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_BQUOTE, - [106467] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3724), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3726), 5, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_GT, - sym_jsx_identifier, - anon_sym_BQUOTE, - [106482] = 4, + [109381] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3927), 1, + STATE(3910), 1, sym_statement_block, - ACTIONS(5905), 5, + ACTIONS(5978), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [106499] = 8, + [109398] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3304), 1, + anon_sym_LPAREN, + ACTIONS(5388), 1, + anon_sym_LT, + STATE(1482), 1, + sym_arguments, + STATE(4068), 1, + sym_type_arguments, + ACTIONS(5980), 3, + anon_sym_LBRACK, + sym_identifier, + sym_private_property_identifier, + [109419] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(2063), 1, + STATE(3327), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3950), 1, + STATE(4105), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [106524] = 6, + [109444] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5811), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - ACTIONS(5813), 1, - anon_sym_LBRACK, - ACTIONS(5907), 1, - sym_identifier, - STATE(3534), 1, - sym_variable_declarator, - STATE(2716), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [106545] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5691), 1, - anon_sym_LBRACE, - STATE(177), 1, + STATE(3361), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3851), 1, + STATE(4127), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [106570] = 6, + [109469] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5811), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - ACTIONS(5813), 1, - anon_sym_LBRACK, - ACTIONS(5909), 1, - sym_identifier, - STATE(3457), 1, - sym_variable_declarator, - STATE(2790), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [106591] = 6, + STATE(3899), 1, + sym_statement_block, + ACTIONS(5982), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [109486] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5811), 1, + ACTIONS(5936), 1, anon_sym_LBRACE, - ACTIONS(5813), 1, + ACTIONS(5938), 1, anon_sym_LBRACK, - ACTIONS(5911), 1, + ACTIONS(5984), 1, sym_identifier, - STATE(3587), 1, + STATE(3588), 1, sym_variable_declarator, - STATE(2945), 3, + STATE(2981), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - [106612] = 2, + [109507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4414), 7, + ACTIONS(1516), 2, + anon_sym_LT, + sym_identifier, + ACTIONS(1514), 5, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_DOT, + anon_sym_SLASH_GT, + [109522] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4505), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -198414,304 +199866,481 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_COLON, - [106625] = 2, + [109535] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4399), 7, - sym__automatic_semicolon, + ACTIONS(5505), 1, anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3384), 1, + sym_type_annotation, + STATE(3670), 1, + sym__initializer, + ACTIONS(5668), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, anon_sym_SEMI, + [109556] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, anon_sym_COLON, - [106638] = 6, + STATE(3302), 1, + sym_type_annotation, + STATE(3761), 1, + sym__initializer, + ACTIONS(5642), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [109577] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 1, - anon_sym_LPAREN, - ACTIONS(5296), 1, - anon_sym_LT, - STATE(1884), 1, - sym_arguments, - STATE(4110), 1, - sym_type_arguments, - ACTIONS(5913), 3, - anon_sym_LBRACK, - sym_identifier, - sym_private_property_identifier, - [106659] = 2, + ACTIONS(5964), 1, + anon_sym_LBRACE, + STATE(3402), 1, + sym_statement_block, + ACTIONS(1403), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [109594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4404), 7, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3896), 1, + sym_statement_block, + ACTIONS(5986), 5, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, - [106672] = 8, + anon_sym_PIPE_RBRACE, + [109611] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(5915), 1, - sym_identifier, - ACTIONS(5917), 1, - anon_sym_STAR, - STATE(3123), 1, - sym_formal_parameters, - STATE(3935), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [106697] = 4, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3943), 1, + sym_statement_block, + ACTIONS(5988), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [109628] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3387), 1, + STATE(4128), 1, sym_statement_block, - ACTIONS(1393), 5, + ACTIONS(5988), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [106714] = 8, + [109645] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(1977), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4131), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [109670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1502), 2, anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(5919), 1, sym_identifier, - ACTIONS(5921), 1, - anon_sym_STAR, - STATE(3123), 1, - sym_formal_parameters, - STATE(3875), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [106739] = 6, + ACTIONS(1500), 5, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_DOT, + anon_sym_SLASH_GT, + [109685] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5811), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - ACTIONS(5813), 1, - anon_sym_LBRACK, - ACTIONS(5911), 1, + STATE(3997), 1, + sym_statement_block, + ACTIONS(5990), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [109702] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5992), 1, sym_identifier, - STATE(3520), 1, - sym_variable_declarator, - STATE(2945), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [106760] = 6, + ACTIONS(5994), 1, + anon_sym_DOT, + STATE(589), 1, + sym_nested_identifier, + STATE(615), 1, + sym_string, + STATE(678), 1, + sym__module, + [109727] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5811), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - ACTIONS(5813), 1, - anon_sym_LBRACK, - ACTIONS(5911), 1, - sym_identifier, - STATE(3466), 1, - sym_variable_declarator, - STATE(2945), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [106781] = 6, + STATE(3991), 1, + sym_statement_block, + ACTIONS(5996), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [109744] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3443), 1, - sym_type_annotation, - STATE(3754), 1, - sym__initializer, - ACTIONS(5530), 3, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3935), 1, + sym_statement_block, + ACTIONS(5996), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [106802] = 2, + anon_sym_PIPE_RBRACE, + [109761] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5732), 7, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3936), 1, + sym_statement_block, + ACTIONS(5990), 5, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, - [106815] = 2, + anon_sym_PIPE_RBRACE, + [109778] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(5998), 1, + sym_identifier, + ACTIONS(6000), 1, + anon_sym_STAR, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4029), 1, + sym__call_signature, + [109803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5923), 7, + ACTIONS(1500), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_DOT, + anon_sym_PIPE_RBRACE, + [109816] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1514), 7, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_PIPE_RBRACE, - [106828] = 8, + [109829] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(212), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1228), 1, + anon_sym_LBRACE, + ACTIONS(6002), 1, + anon_sym_LT, + ACTIONS(6004), 1, + anon_sym_extends, + STATE(634), 1, + sym_object_type, + STATE(3437), 1, + sym_type_parameters, + STATE(3746), 1, + sym_extends_type_clause, + [109854] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5677), 1, + ACTIONS(5821), 1, anon_sym_LBRACE, - STATE(628), 1, + STATE(655), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3879), 1, + STATE(3956), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [106853] = 8, + [109879] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, - anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1457), 1, + ACTIONS(5795), 1, + anon_sym_LBRACE, + STATE(169), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4050), 1, + STATE(4004), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [106878] = 2, + [109904] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4742), 7, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [106891] = 3, + ACTIONS(5936), 1, + anon_sym_LBRACE, + ACTIONS(5938), 1, + anon_sym_LBRACK, + ACTIONS(6006), 1, + sym_identifier, + STATE(3597), 1, + sym_variable_declarator, + STATE(2766), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [109925] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5925), 1, - anon_sym_EQ, - ACTIONS(3076), 6, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [106906] = 8, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6008), 1, + sym_identifier, + ACTIONS(6010), 1, + anon_sym_STAR, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4094), 1, + sym__call_signature, + [109950] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1905), 1, + STATE(2105), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3837), 1, + STATE(4062), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [106931] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(4000), 1, - sym_statement_block, - ACTIONS(5928), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [106948] = 8, + [109975] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(5930), 1, + ACTIONS(6012), 1, sym_identifier, - ACTIONS(5932), 1, + ACTIONS(6014), 1, anon_sym_STAR, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3935), 1, - sym__call_signature, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - [106973] = 2, + STATE(4003), 1, + sym__call_signature, + [110000] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5781), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(3381), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4146), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [110025] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(1927), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4160), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [110050] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5679), 7, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3941), 1, + sym_statement_block, + ACTIONS(6016), 5, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, - [106986] = 2, + anon_sym_PIPE_RBRACE, + [110067] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5665), 7, + ACTIONS(6018), 7, sym__automatic_semicolon, - anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_COLON, - [106999] = 8, + anon_sym_PIPE_RBRACE, + [110080] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5936), 1, + anon_sym_LBRACE, + ACTIONS(5938), 1, + anon_sym_LBRACK, + ACTIONS(6020), 1, + sym_identifier, + STATE(3553), 1, + sym_variable_declarator, + STATE(2776), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [110101] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6022), 1, + anon_sym_is, + ACTIONS(3378), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [110116] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5707), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(2065), 1, + STATE(1500), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3852), 1, + STATE(4058), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [107024] = 2, + [110141] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6024), 1, + sym_identifier, + ACTIONS(6026), 1, + anon_sym_import, + STATE(2408), 1, + sym__type_query_call_expression, + STATE(2436), 1, + sym__type_query_instantiation_expression, + STATE(2627), 1, + sym__type_query_member_expression, + STATE(2631), 1, + sym__type_query_subscript_expression, + STATE(3614), 1, + sym_import, + [110166] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3067), 1, + anon_sym_COLON, + ACTIONS(6028), 1, + anon_sym_EQ, + ACTIONS(6032), 1, + anon_sym_QMARK, + STATE(3620), 1, + sym_type_annotation, + STATE(4167), 1, + sym__initializer, + ACTIONS(6030), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [110189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5760), 7, + ACTIONS(5771), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -198719,17062 +200348,17166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_COLON, - [107037] = 4, + [110202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(4010), 1, - sym_statement_block, - ACTIONS(5934), 5, - sym__automatic_semicolon, + ACTIONS(5713), 1, + anon_sym_is, + ACTIONS(3412), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [110217] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3075), 7, + anon_sym_EQ, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107054] = 2, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [110230] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1441), 7, - sym__automatic_semicolon, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6034), 1, + anon_sym_COLON, + ACTIONS(6036), 1, + anon_sym_QMARK, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4102), 1, + sym__call_signature, + [110255] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2071), 1, anon_sym_LBRACE, + STATE(3924), 1, + sym_statement_block, + ACTIONS(6038), 5, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_DOT, anon_sym_PIPE_RBRACE, - [107067] = 2, + [110272] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5758), 7, - sym__automatic_semicolon, + ACTIONS(6040), 1, anon_sym_EQ, + ACTIONS(3075), 6, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, - anon_sym_COLON, - [107080] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, - STATE(3351), 1, - sym_type_annotation, - STATE(3774), 1, - sym__initializer, - ACTIONS(5936), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [107101] = 8, + anon_sym_RBRACK, + anon_sym_QMARK, + [110287] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1518), 1, + STATE(609), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4058), 1, + STATE(4164), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [107126] = 4, + [110312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3983), 1, - sym_statement_block, - ACTIONS(5938), 5, - sym__automatic_semicolon, + ACTIONS(6043), 1, + anon_sym_EQ, + ACTIONS(3075), 6, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107143] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, + anon_sym_RPAREN, anon_sym_COLON, - STATE(3413), 1, - sym_type_annotation, - STATE(3806), 1, - sym__initializer, - ACTIONS(5522), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [107164] = 4, + anon_sym_RBRACK, + anon_sym_QMARK, + [110327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(4106), 1, - sym_statement_block, - ACTIONS(5940), 5, - sym__automatic_semicolon, + ACTIONS(6046), 1, + anon_sym_EQ, + ACTIONS(3101), 6, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107181] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [110342] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3842), 1, - sym_statement_block, - ACTIONS(5940), 5, + ACTIONS(5803), 7, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_in, + anon_sym_of, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107198] = 4, + anon_sym_COLON, + [110355] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3956), 1, - sym_statement_block, - ACTIONS(5853), 5, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3274), 1, + sym_type_annotation, + STATE(3803), 1, + sym__initializer, + ACTIONS(6048), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107215] = 4, + [110376] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(4108), 1, + STATE(3934), 1, sym_statement_block, - ACTIONS(5905), 5, + ACTIONS(6016), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107232] = 8, + [110393] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(205), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1230), 1, - anon_sym_LBRACE, - ACTIONS(5942), 1, + ACTIONS(6026), 1, + anon_sym_import, + ACTIONS(6050), 1, + sym_identifier, + STATE(2430), 1, + sym__type_query_subscript_expression, + STATE(2431), 1, + sym__type_query_member_expression, + STATE(2702), 1, + sym__type_query_call_expression, + STATE(2816), 1, + sym__type_query_instantiation_expression, + STATE(3521), 1, + sym_import, + [110418] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5944), 1, - anon_sym_extends, - STATE(744), 1, - sym_object_type, - STATE(3432), 1, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6052), 1, + sym_identifier, + ACTIONS(6054), 1, + anon_sym_STAR, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, sym_type_parameters, - STATE(3767), 1, - sym_extends_type_clause, - [107257] = 8, + STATE(4003), 1, + sym__call_signature, + [110443] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, + ACTIONS(5717), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(1943), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4101), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [110468] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5707), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(1408), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4148), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [110493] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1246), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(5867), 1, - anon_sym_DOT, - ACTIONS(5946), 1, + ACTIONS(6056), 1, sym_identifier, - STATE(609), 1, + ACTIONS(6058), 1, + anon_sym_DOT, + STATE(2909), 1, sym_nested_identifier, - STATE(631), 1, + STATE(2927), 1, sym_string, - STATE(653), 1, + STATE(3251), 1, sym__module, - [107282] = 8, + [110518] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(6060), 1, + anon_sym_LBRACE, + ACTIONS(6062), 1, + anon_sym_COMMA, + ACTIONS(6064), 1, + anon_sym_DOT, + ACTIONS(6066), 1, anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(5948), 1, - sym_identifier, - ACTIONS(5950), 1, - anon_sym_STAR, - STATE(3123), 1, - sym_formal_parameters, - STATE(3935), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [107307] = 4, + ACTIONS(6068), 1, + anon_sym_LBRACE_PIPE, + STATE(3654), 1, + aux_sym_extends_type_clause_repeat1, + STATE(3671), 1, + sym_type_arguments, + [110543] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3844), 1, + STATE(3928), 1, sym_statement_block, - ACTIONS(5938), 5, + ACTIONS(6070), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107324] = 8, + [110560] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - STATE(1944), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(3965), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [107349] = 8, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(5122), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3256), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [110579] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1919), 1, + STATE(2020), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3945), 1, + STATE(4097), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [107374] = 8, + [110604] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1864), 1, + STATE(2098), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3979), 1, + STATE(3981), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [107399] = 4, + [110629] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3877), 1, + STATE(3942), 1, sym_statement_block, - ACTIONS(5952), 5, + ACTIONS(6038), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107416] = 4, + [110646] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + ACTIONS(5821), 1, anon_sym_LBRACE, - STATE(3887), 1, - sym_statement_block, - ACTIONS(5954), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107433] = 4, + STATE(705), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4007), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [110671] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(4102), 1, - sym_statement_block, - ACTIONS(5855), 5, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3339), 1, + sym_type_annotation, + STATE(3721), 1, + sym__initializer, + ACTIONS(5733), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107450] = 6, + [110692] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3278), 1, - anon_sym_LPAREN, - ACTIONS(5296), 1, + ACTIONS(1240), 1, anon_sym_LT, - STATE(1456), 1, - sym_arguments, - STATE(4012), 1, - sym_type_arguments, - ACTIONS(5913), 3, - anon_sym_LBRACK, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6072), 1, sym_identifier, - sym_private_property_identifier, - [107471] = 6, + ACTIONS(6074), 1, + anon_sym_STAR, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4094), 1, + sym__call_signature, + [110717] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(3391), 1, + STATE(3476), 1, sym_type_annotation, - STATE(3711), 1, + STATE(3811), 1, sym__initializer, - ACTIONS(5536), 3, + ACTIONS(5654), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [107492] = 4, + [110738] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6076), 1, + sym_identifier, + ACTIONS(6078), 1, + anon_sym_STAR, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4059), 1, + sym__call_signature, + [110763] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3984), 1, + STATE(3955), 1, sym_statement_block, - ACTIONS(5956), 5, + ACTIONS(6080), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107509] = 4, + [110780] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5936), 1, + anon_sym_LBRACE, + ACTIONS(5938), 1, + anon_sym_LBRACK, + ACTIONS(5984), 1, + sym_identifier, + STATE(3579), 1, + sym_variable_declarator, + STATE(2981), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [110801] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3874), 1, + STATE(3937), 1, sym_statement_block, - ACTIONS(5861), 5, + ACTIONS(6080), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107526] = 4, + [110818] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(4062), 1, - sym_statement_block, - ACTIONS(5956), 5, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3294), 1, + sym_type_annotation, + STATE(3779), 1, + sym__initializer, + ACTIONS(5662), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107543] = 8, + [110839] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5659), 1, + ACTIONS(5781), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5740), 1, + STATE(607), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(3999), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [110864] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5936), 1, + anon_sym_LBRACE, + ACTIONS(5938), 1, + anon_sym_LBRACK, + ACTIONS(5984), 1, + sym_identifier, + STATE(3885), 1, + sym_variable_declarator, + STATE(2981), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [110885] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6026), 1, + anon_sym_import, + ACTIONS(6082), 1, + sym_identifier, + STATE(1215), 1, + sym__type_query_member_expression, + STATE(1216), 1, + sym__type_query_subscript_expression, + STATE(1284), 1, + sym__type_query_call_expression, + STATE(1285), 1, + sym__type_query_instantiation_expression, + STATE(3626), 1, + sym_import, + [110910] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6026), 1, + anon_sym_import, + ACTIONS(6084), 1, + sym_identifier, + STATE(2368), 1, + sym__type_query_member_expression, + STATE(2369), 1, + sym__type_query_subscript_expression, + STATE(2408), 1, + sym__type_query_call_expression, + STATE(2436), 1, + sym__type_query_instantiation_expression, + STATE(3629), 1, + sym_import, + [110935] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(652), 1, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(1993), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3868), 1, + STATE(4134), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [107568] = 7, + [110960] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(5958), 1, - anon_sym_EQ, - ACTIONS(5962), 1, - anon_sym_QMARK, - STATE(3576), 1, - sym_type_annotation, - STATE(3997), 1, - sym__initializer, - ACTIONS(5960), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [107591] = 2, + ACTIONS(6026), 1, + anon_sym_import, + ACTIONS(6086), 1, + sym_identifier, + STATE(2410), 1, + sym__type_query_member_expression, + STATE(2413), 1, + sym__type_query_subscript_expression, + STATE(2602), 1, + sym__type_query_call_expression, + STATE(2713), 1, + sym__type_query_instantiation_expression, + STATE(3551), 1, + sym_import, + [110985] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3076), 7, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [107604] = 3, + ACTIONS(756), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1285), 1, + anon_sym_LBRACE, + ACTIONS(6002), 1, + anon_sym_LT, + ACTIONS(6004), 1, + anon_sym_extends, + STATE(3202), 1, + sym_type_parameters, + STATE(3272), 1, + sym_object_type, + STATE(3877), 1, + sym_extends_type_clause, + [111010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5964), 1, - anon_sym_EQ, - ACTIONS(3076), 6, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3938), 1, + sym_statement_block, + ACTIONS(6088), 5, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [107619] = 6, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111027] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - STATE(3193), 1, + STATE(3450), 1, sym_type_annotation, - STATE(3603), 1, + STATE(3767), 1, sym__initializer, - ACTIONS(5587), 3, + ACTIONS(5615), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [107640] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5811), 1, - anon_sym_LBRACE, - ACTIONS(5813), 1, - anon_sym_LBRACK, - ACTIONS(5911), 1, - sym_identifier, - STATE(3457), 1, - sym_variable_declarator, - STATE(2945), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [107661] = 8, + [111048] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(5967), 1, - sym_identifier, - ACTIONS(5969), 1, - anon_sym_STAR, - STATE(3123), 1, + ACTIONS(6036), 1, + anon_sym_QMARK, + ACTIONS(6090), 1, + anon_sym_COLON, + STATE(3177), 1, sym_formal_parameters, - STATE(3875), 1, - sym__call_signature, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - [107686] = 4, + STATE(4102), 1, + sym__call_signature, + [111073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3422), 1, - sym_type_annotation, - ACTIONS(5971), 5, + ACTIONS(6092), 7, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_COLON, anon_sym_PIPE_RBRACE, - [107703] = 6, + [111086] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5288), 1, - anon_sym_EQ, - STATE(3533), 1, - sym_constraint, - STATE(4070), 1, - sym_default_type, - ACTIONS(5292), 2, + ACTIONS(6094), 7, + sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_GT, - ACTIONS(5973), 2, + anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_extends, - [107724] = 4, + anon_sym_PIPE_RBRACE, + [111099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3980), 1, + STATE(3904), 1, sym_statement_block, - ACTIONS(5975), 5, + ACTIONS(6096), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111116] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3431), 1, + sym_type_annotation, + ACTIONS(6098), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107741] = 8, + [111133] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(5977), 1, + ACTIONS(6100), 1, sym_identifier, - ACTIONS(5979), 1, + ACTIONS(6102), 1, anon_sym_STAR, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3875), 1, - sym__call_signature, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - [107766] = 8, + STATE(4003), 1, + sym__call_signature, + [111158] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1965), 1, + STATE(1437), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3998), 1, + STATE(4108), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [107791] = 8, + [111183] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5677), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(630), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(3991), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [107816] = 8, + STATE(3916), 1, + sym_statement_block, + ACTIONS(5976), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111200] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - ACTIONS(5677), 1, + ACTIONS(5795), 1, anon_sym_LBRACE, - STATE(3156), 1, + STATE(154), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(3964), 1, + STATE(3939), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [107841] = 8, + [111225] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - STATE(1959), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(4021), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [107866] = 8, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3421), 1, + sym_type_annotation, + ACTIONS(6104), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(5981), 1, + ACTIONS(4509), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, anon_sym_COLON, - ACTIONS(5983), 1, - anon_sym_QMARK, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4020), 1, - sym__call_signature, - [107891] = 8, + [111255] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(3884), 1, anon_sym_LPAREN, - ACTIONS(5985), 1, - sym_identifier, - ACTIONS(5987), 1, - anon_sym_STAR, - STATE(3123), 1, - sym_formal_parameters, - STATE(3935), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [107916] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5989), 1, - anon_sym_is, - ACTIONS(3334), 6, - anon_sym_as, + ACTIONS(5388), 1, + anon_sym_LT, + STATE(1938), 1, + sym_arguments, + STATE(4047), 1, + sym_type_arguments, + ACTIONS(5980), 3, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [107931] = 2, + sym_identifier, + sym_private_property_identifier, + [111276] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5991), 7, - sym__automatic_semicolon, + ACTIONS(2071), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_PIPE_RBRACE, - [107944] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3400), 1, - sym_type_annotation, - ACTIONS(5993), 5, + STATE(3962), 1, + sym_statement_block, + ACTIONS(6088), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107961] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(3185), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(4015), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [107986] = 3, + [111293] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3799), 2, - anon_sym_SLASH, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(6106), 1, sym_identifier, - ACTIONS(3801), 5, + ACTIONS(6108), 1, + anon_sym_EQ, + ACTIONS(6110), 4, anon_sym_LBRACE, - anon_sym_LPAREN, anon_sym_GT, sym_jsx_identifier, - anon_sym_BQUOTE, - [108001] = 6, + anon_sym_SLASH_GT, + [111312] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - ACTIONS(5381), 1, - anon_sym_COLON, - STATE(3226), 1, - sym_type_annotation, - STATE(3631), 1, - sym__initializer, - ACTIONS(5524), 3, + ACTIONS(4503), 7, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, + anon_sym_in, + anon_sym_of, anon_sym_SEMI, - [108022] = 8, + anon_sym_COLON, + [111325] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(5983), 1, - anon_sym_QMARK, - ACTIONS(5995), 1, - anon_sym_COLON, - STATE(3123), 1, + ACTIONS(6112), 1, + sym_identifier, + ACTIONS(6114), 1, + anon_sym_STAR, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(4020), 1, + STATE(4094), 1, sym__call_signature, - [108047] = 8, + [111350] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4680), 1, + anon_sym_LT, + ACTIONS(4675), 6, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [111365] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5371), 1, + anon_sym_EQ, + STATE(3566), 1, + sym_constraint, + STATE(4079), 1, + sym_default_type, + ACTIONS(6116), 2, + anon_sym_COMMA, + anon_sym_GT, + ACTIONS(6118), 2, + anon_sym_COLON, + anon_sym_extends, + [111386] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1935), 1, + anon_sym_SQUOTE, + ACTIONS(5680), 1, + sym_identifier, + ACTIONS(5743), 1, + anon_sym_type, + STATE(3898), 1, + sym__import_identifier, + STATE(4523), 2, + sym__module_export_name, + sym_string, + [111409] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5781), 1, + anon_sym_LBRACE, + ACTIONS(5783), 1, + anon_sym_extends, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(3408), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4166), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [111434] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1465), 1, + STATE(1914), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4011), 1, + STATE(4087), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [108072] = 3, + [111459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5633), 1, + ACTIONS(5713), 1, anon_sym_is, - ACTIONS(3340), 6, + ACTIONS(3392), 6, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [108087] = 8, + [111474] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6026), 1, + anon_sym_import, + ACTIONS(6120), 1, + sym_identifier, + STATE(1401), 1, + sym__type_query_subscript_expression, + STATE(1404), 1, + sym__type_query_member_expression, + STATE(1825), 1, + sym__type_query_instantiation_expression, + STATE(1838), 1, + sym__type_query_call_expression, + STATE(3534), 1, + sym_import, + [111499] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5936), 1, + anon_sym_LBRACE, + ACTIONS(5938), 1, + anon_sym_LBRACK, + ACTIONS(5984), 1, + sym_identifier, + STATE(3553), 1, + sym_variable_declarator, + STATE(2981), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [111520] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3337), 1, + sym_type_annotation, + ACTIONS(6122), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111537] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(5997), 1, + ACTIONS(6124), 1, sym_identifier, - ACTIONS(5999), 1, + ACTIONS(6126), 1, anon_sym_STAR, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3875), 1, - sym__call_signature, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - [108112] = 8, + STATE(4094), 1, + sym__call_signature, + [111562] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5659), 1, - anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5740), 1, + ACTIONS(5936), 1, anon_sym_LBRACE, - STATE(758), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(3990), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [108137] = 8, + ACTIONS(5938), 1, + anon_sym_LBRACK, + ACTIONS(5984), 1, + sym_identifier, + STATE(3597), 1, + sym_variable_declarator, + STATE(2981), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [111583] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5659), 1, + ACTIONS(5371), 1, + anon_sym_EQ, + STATE(3561), 1, + sym_constraint, + STATE(4082), 1, + sym_default_type, + ACTIONS(5375), 2, + anon_sym_COMMA, + anon_sym_GT, + ACTIONS(6118), 2, + anon_sym_COLON, anon_sym_extends, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(5691), 1, - anon_sym_LBRACE, - STATE(165), 1, - sym_class_body, - STATE(3579), 1, - sym_extends_clause, - STATE(4063), 1, - sym_class_heritage, - STATE(4376), 1, - sym_implements_clause, - [108162] = 4, + [111604] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3925), 1, + STATE(3920), 1, sym_statement_block, - ACTIONS(6001), 5, + ACTIONS(6128), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108179] = 8, + [111621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(6130), 7, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_PIPE_RBRACE, + [111634] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3489), 1, + sym_type_annotation, + ACTIONS(6132), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111651] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5707), 1, anon_sym_LBRACE, - ACTIONS(5659), 1, + ACTIONS(5783), 1, anon_sym_extends, - ACTIONS(5661), 1, + ACTIONS(5785), 1, anon_sym_implements, - STATE(1477), 1, + STATE(1442), 1, sym_class_body, - STATE(3579), 1, + STATE(3677), 1, sym_extends_clause, - STATE(4047), 1, + STATE(4104), 1, sym_class_heritage, - STATE(4376), 1, + STATE(4387), 1, sym_implements_clause, - [108204] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5811), 1, - anon_sym_LBRACE, - ACTIONS(5813), 1, - anon_sym_LBRACK, - ACTIONS(5911), 1, - sym_identifier, - STATE(3534), 1, - sym_variable_declarator, - STATE(2945), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [108225] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(6003), 1, - sym_identifier, - ACTIONS(6005), 1, - anon_sym_DOT, - STATE(2857), 1, - sym_nested_identifier, - STATE(2897), 1, - sym_string, - STATE(3324), 1, - sym__module, - [108250] = 8, + [111676] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(764), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1287), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - ACTIONS(5942), 1, - anon_sym_LT, - ACTIONS(5944), 1, + ACTIONS(5783), 1, anon_sym_extends, - STATE(3308), 1, - sym_object_type, - STATE(3384), 1, - sym_type_parameters, - STATE(3611), 1, - sym_extends_type_clause, - [108275] = 7, + ACTIONS(5785), 1, + anon_sym_implements, + STATE(1841), 1, + sym_class_body, + STATE(3677), 1, + sym_extends_clause, + STATE(4114), 1, + sym_class_heritage, + STATE(4387), 1, + sym_implements_clause, + [111701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6007), 1, - sym_identifier, - ACTIONS(6009), 1, - anon_sym_import, - STATE(2405), 1, - sym__type_query_subscript_expression, - STATE(2424), 1, - sym__type_query_member_expression, - STATE(2519), 1, - sym__type_query_call_expression, - STATE(3856), 1, - sym_import, - [108297] = 7, + ACTIONS(6134), 1, + anon_sym_extends, + ACTIONS(3671), 5, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + [111715] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6011), 1, + ACTIONS(6136), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(2923), 1, + STATE(3010), 1, sym__call_signature, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - [108319] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6017), 1, - anon_sym_SLASH, - ACTIONS(6019), 1, - sym_jsx_identifier, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [108341] = 5, + [111737] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6021), 1, - anon_sym_default, - ACTIONS(6023), 1, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(3218), 2, anon_sym_RBRACE, - ACTIONS(6025), 1, - anon_sym_case, - STATE(2998), 3, - sym_switch_case, - sym_switch_default, - aux_sym_switch_body_repeat1, - [108359] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(6027), 1, - sym_identifier, - ACTIONS(6029), 1, - anon_sym_LBRACK, - STATE(3532), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [108377] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(6029), 1, - anon_sym_LBRACK, - ACTIONS(6031), 1, - sym_identifier, - STATE(3955), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [108395] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2661), 1, - anon_sym_LBRACE, - ACTIONS(6029), 1, - anon_sym_LBRACK, - ACTIONS(6033), 1, - sym_identifier, - STATE(3734), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [108413] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6035), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [108435] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5387), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(5389), 4, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [108449] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6037), 3, - anon_sym_EQ, + anon_sym_PIPE_RBRACE, + ACTIONS(6138), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_GT, - [108467] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6039), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [108489] = 7, + anon_sym_SEMI, + [111753] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6041), 1, + ACTIONS(6140), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(2999), 1, + STATE(3257), 1, sym__call_signature, - STATE(3917), 1, + STATE(4156), 1, sym_type_parameters, - [108511] = 4, + [111775] = 4, ACTIONS(3), 1, sym_comment, - STATE(3010), 1, + STATE(3140), 1, aux_sym_object_type_repeat1, - ACTIONS(6045), 2, + ACTIONS(3236), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6043), 3, + ACTIONS(6142), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [108527] = 6, + [111791] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(6144), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(6146), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(6148), 1, anon_sym_extends, - ACTIONS(6049), 1, - anon_sym_QMARK, - ACTIONS(6047), 2, - anon_sym_COMMA, + ACTIONS(3651), 3, + anon_sym_as, + anon_sym_LBRACK, anon_sym_RBRACK, - [108547] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6051), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [108569] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(6053), 1, - sym_identifier, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4030), 1, - sym__call_signature, - [108591] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6055), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [108613] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5871), 1, - anon_sym_COMMA, - ACTIONS(5873), 1, - anon_sym_LT, - ACTIONS(6057), 1, - anon_sym_LBRACE, - ACTIONS(6059), 1, - anon_sym_LBRACE_PIPE, - STATE(3484), 1, - aux_sym_extends_type_clause_repeat1, - STATE(3712), 1, - sym_type_arguments, - [108635] = 4, + [111809] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2225), 1, + STATE(2261), 1, sym_statement_block, - ACTIONS(5934), 4, + ACTIONS(6128), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [108651] = 7, + [111825] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(6063), 1, - anon_sym_QMARK, - STATE(3123), 1, - sym_formal_parameters, - STATE(3840), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [108673] = 3, + ACTIONS(5924), 1, + anon_sym_GT, + ACTIONS(6152), 1, + sym_identifier, + ACTIONS(6154), 1, + sym_jsx_identifier, + ACTIONS(6156), 1, + anon_sym_SLASH_GT, + STATE(2636), 1, + sym_nested_identifier, + STATE(2832), 1, + sym_jsx_namespace_name, + [111847] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5068), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3206), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [108687] = 7, + ACTIONS(6144), 1, + anon_sym_AMP, + ACTIONS(6146), 1, + anon_sym_PIPE, + ACTIONS(6148), 1, + anon_sym_extends, + ACTIONS(3655), 3, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + [111865] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(6065), 1, - anon_sym_QMARK, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(3982), 1, - sym__call_signature, - [108709] = 5, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + ACTIONS(6056), 1, + sym_identifier, + STATE(2909), 1, + sym_nested_identifier, + STATE(2927), 1, + sym_string, + STATE(3404), 1, + sym__module, + [111887] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6069), 1, + ACTIONS(6158), 1, anon_sym_BQUOTE, - ACTIONS(6071), 1, + ACTIONS(6160), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6067), 2, + ACTIONS(5910), 2, sym__template_chars, sym_escape_sequence, - STATE(3031), 2, + STATE(3090), 2, sym_template_substitution, aux_sym_template_string_repeat1, - [108727] = 5, + [111905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6073), 1, - anon_sym_default, - ACTIONS(6076), 1, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(3268), 2, anon_sym_RBRACE, - ACTIONS(6078), 1, - anon_sym_case, - STATE(2998), 3, - sym_switch_case, - sym_switch_default, - aux_sym_switch_body_repeat1, - [108745] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2217), 1, - sym_statement_block, - ACTIONS(5956), 4, + anon_sym_PIPE_RBRACE, + ACTIONS(6162), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [108761] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(6081), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, - anon_sym_QMARK_COLON, - STATE(3402), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [108779] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5379), 1, - anon_sym_LPAREN, - ACTIONS(6085), 1, - anon_sym_QMARK, - STATE(2756), 1, - sym_formal_parameters, - STATE(3020), 1, - sym__call_signature, - STATE(3917), 1, - sym_type_parameters, - [108801] = 4, + [111921] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2238), 1, - sym_statement_block, - ACTIONS(5956), 4, + STATE(3137), 1, + aux_sym_object_type_repeat1, + ACTIONS(3218), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6138), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [108817] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1995), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [108829] = 7, + [111937] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6087), 1, + ACTIONS(6164), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3794), 1, + STATE(3488), 1, sym__call_signature, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - [108851] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2237), 1, - sym_statement_block, - ACTIONS(5975), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [108867] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - ACTIONS(6003), 1, - sym_identifier, - STATE(2857), 1, - sym_nested_identifier, - STATE(2897), 1, - sym_string, - STATE(3324), 1, - sym__module, - [108889] = 7, + [111959] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6089), 1, + ACTIONS(6166), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3420), 1, + STATE(3268), 1, sym__call_signature, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - [108911] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(3028), 1, - aux_sym_object_type_repeat1, - ACTIONS(3249), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6091), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [108927] = 7, + [111981] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1301), 1, anon_sym_DQUOTE, - ACTIONS(1305), 1, + ACTIONS(1303), 1, anon_sym_SQUOTE, - ACTIONS(6003), 1, + ACTIONS(6056), 1, sym_identifier, - STATE(2857), 1, + STATE(2909), 1, sym_nested_identifier, - STATE(2897), 1, + STATE(2927), 1, sym_string, - STATE(3381), 1, + STATE(3251), 1, sym__module, - [108949] = 4, + [112003] = 4, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, - aux_sym_object_type_repeat1, - ACTIONS(3249), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6091), 3, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2271), 1, + sym_statement_block, + ACTIONS(6070), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [108965] = 5, + [112019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(6144), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(3749), 5, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PIPE, - ACTIONS(5412), 1, anon_sym_extends, - ACTIONS(6093), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_GT, - [108983] = 5, + [112033] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6095), 1, + ACTIONS(6144), 1, anon_sym_AMP, - ACTIONS(6097), 1, + ACTIONS(6146), 1, anon_sym_PIPE, - ACTIONS(6099), 1, + ACTIONS(6148), 1, anon_sym_extends, - ACTIONS(3746), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [109001] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6095), 1, - anon_sym_AMP, - ACTIONS(3550), 5, + ACTIONS(3739), 3, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_extends, - [109015] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6101), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [109037] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(6103), 1, - sym_identifier, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4099), 1, - sym__call_signature, - [109059] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6071), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6105), 1, - anon_sym_BQUOTE, - ACTIONS(5817), 2, - sym__template_chars, - sym_escape_sequence, - STATE(2997), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [109077] = 7, + [112051] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(6107), 1, - anon_sym_QMARK, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(3959), 1, - sym__call_signature, - [109099] = 7, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2260), 1, + sym_statement_block, + ACTIONS(5982), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [112067] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6009), 1, - anon_sym_import, - ACTIONS(6109), 1, - sym_identifier, - STATE(2374), 1, - sym__type_query_subscript_expression, - STATE(2376), 1, - sym__type_query_member_expression, - STATE(2397), 1, - sym__type_query_call_expression, - STATE(4056), 1, - sym_import, - [109121] = 4, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(3280), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6168), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [112083] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2241), 1, - sym_statement_block, - ACTIONS(5938), 4, + STATE(3042), 1, + aux_sym_object_type_repeat1, + ACTIONS(3280), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6168), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109137] = 4, + [112099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2239), 1, - sym_statement_block, - ACTIONS(5940), 4, + ACTIONS(6094), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [109153] = 7, + anon_sym_COLON, + [112111] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6111), 1, + ACTIONS(6170), 1, anon_sym_COMMA, - ACTIONS(6113), 1, + ACTIONS(6172), 1, anon_sym_GT, - STATE(3689), 1, + STATE(3827), 1, aux_sym_implements_clause_repeat1, - [109175] = 7, + [112133] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2259), 1, + sym_statement_block, + ACTIONS(6096), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [112149] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(6115), 1, + ACTIONS(6174), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3048), 1, - sym__call_signature, - STATE(3917), 1, + STATE(3944), 1, sym_type_parameters, - [109197] = 4, + STATE(3990), 1, + sym__call_signature, + [112171] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2249), 1, - sym_statement_block, - ACTIONS(5938), 4, + STATE(3051), 1, + aux_sym_object_type_repeat1, + ACTIONS(6178), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6176), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109213] = 7, + [112187] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6180), 1, + anon_sym_COMMA, + ACTIONS(6182), 1, anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6117), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [109235] = 7, + STATE(3800), 1, + aux_sym_implements_clause_repeat1, + [112209] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6184), 1, + anon_sym_default, + ACTIONS(6186), 1, + anon_sym_RBRACE, + ACTIONS(6188), 1, + anon_sym_case, + STATE(3184), 3, + sym_switch_case, + sym_switch_default, + aux_sym_switch_body_repeat1, + [112227] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(6119), 1, + ACTIONS(6190), 1, sym_identifier, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(4071), 1, + STATE(4092), 1, sym__call_signature, - [109257] = 5, + [112249] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6160), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6194), 1, + anon_sym_BQUOTE, + ACTIONS(6192), 2, + sym__template_chars, + sym_escape_sequence, + STATE(3185), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + [112267] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, + ACTIONS(6196), 1, anon_sym_COLON, - ACTIONS(6081), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, - anon_sym_QMARK_COLON, - STATE(3369), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, + ACTIONS(5753), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + STATE(4026), 3, sym_type_annotation, - [109275] = 7, + sym_asserts_annotation, + sym_type_predicate_annotation, + [112283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(6121), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(3682), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [109297] = 4, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2239), 1, + sym_statement_block, + ACTIONS(5986), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [112299] = 4, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, + STATE(3140), 1, aux_sym_object_type_repeat1, - ACTIONS(3231), 2, + ACTIONS(3228), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6123), 3, + ACTIONS(6198), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109313] = 7, + [112315] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1875), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5147), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3256), 3, anon_sym_LPAREN, - ACTIONS(6125), 1, + anon_sym_COLON, anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(3341), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [109335] = 4, + [112331] = 4, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, + STATE(3035), 1, aux_sym_object_type_repeat1, - ACTIONS(6130), 2, + ACTIONS(3228), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6127), 3, + ACTIONS(6198), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109351] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6135), 1, - anon_sym_BQUOTE, - ACTIONS(6137), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6132), 2, - sym__template_chars, - sym_escape_sequence, - STATE(3031), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [109369] = 6, + [112347] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5873), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5875), 1, - anon_sym_DOT, - ACTIONS(6140), 1, - anon_sym_LBRACE, - STATE(3597), 1, - sym_type_arguments, - ACTIONS(6142), 2, - anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [109389] = 2, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(6200), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(2935), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [112369] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1991), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(6144), 1, anon_sym_AMP, + ACTIONS(6146), 1, anon_sym_PIPE, + ACTIONS(6148), 1, anon_sym_extends, - [109401] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1999), 6, + ACTIONS(3797), 3, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [109413] = 7, + [112387] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, ACTIONS(6144), 1, - anon_sym_export, + anon_sym_AMP, ACTIONS(6146), 1, - anon_sym_class, + anon_sym_PIPE, ACTIONS(6148), 1, - anon_sym_abstract, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [109435] = 7, + anon_sym_extends, + ACTIONS(3805), 3, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + [112405] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2269), 1, + sym_statement_block, + ACTIONS(5976), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [112421] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - ACTIONS(6150), 1, - sym_identifier, - STATE(3123), 1, + ACTIONS(6202), 1, + anon_sym_QMARK, + STATE(2768), 1, sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4030), 1, + STATE(3050), 1, sym__call_signature, - [109457] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6152), 1, - sym_identifier, - ACTIONS(6154), 1, - anon_sym_GT, - ACTIONS(6156), 1, - sym_jsx_identifier, - STATE(2591), 1, - sym_nested_identifier, - STATE(2819), 1, - sym_jsx_namespace_name, - STATE(3578), 1, - sym_type_parameter, - [109479] = 2, + STATE(4022), 1, + sym_type_parameters, + [112443] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2007), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [109491] = 4, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, + anon_sym_LPAREN, + ACTIONS(6204), 1, + anon_sym_QMARK, + STATE(2768), 1, + sym_formal_parameters, + STATE(3151), 1, + sym__call_signature, + STATE(4022), 1, + sym_type_parameters, + [112465] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2248), 1, + STATE(2236), 1, sym_statement_block, - ACTIONS(5940), 4, + ACTIONS(5978), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [112481] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6018), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [109507] = 2, + anon_sym_COLON, + [112493] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2003), 6, + ACTIONS(1981), 6, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [109519] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(6158), 1, - anon_sym_QMARK, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4109), 1, - sym__call_signature, - [109541] = 7, + [112505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(1997), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, - ACTIONS(5410), 1, anon_sym_PIPE, - ACTIONS(5412), 1, anon_sym_extends, - ACTIONS(6160), 1, - anon_sym_LBRACE, - ACTIONS(6162), 1, - anon_sym_COMMA, - STATE(3649), 1, - aux_sym_implements_clause_repeat1, - [109563] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5865), 1, - sym_identifier, - STATE(631), 1, - sym_string, - STATE(751), 1, - sym__module, - STATE(3508), 1, - sym_nested_identifier, - [109585] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(6081), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, - anon_sym_QMARK_COLON, - STATE(3181), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [109603] = 7, + [112517] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6164), 1, - sym_identifier, - ACTIONS(6166), 1, - anon_sym_GT, - ACTIONS(6168), 1, - sym_jsx_identifier, - STATE(2576), 1, - sym_nested_identifier, - STATE(2735), 1, - sym_jsx_namespace_name, - STATE(3578), 1, - sym_type_parameter, - [109625] = 4, + ACTIONS(1985), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [112529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2246), 1, + STATE(2237), 1, sym_statement_block, - ACTIONS(5859), 4, + ACTIONS(5976), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109641] = 5, + [112545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(6081), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, - anon_sym_QMARK_COLON, - STATE(3153), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [109659] = 4, + ACTIONS(1989), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [112557] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(2813), 1, anon_sym_LBRACE, - STATE(2247), 1, - sym_statement_block, - ACTIONS(5861), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [109675] = 7, + ACTIONS(6206), 1, + sym_identifier, + ACTIONS(6208), 1, + anon_sym_LBRACK, + STATE(3874), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [112575] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6170), 1, + ACTIONS(6210), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3077), 1, + STATE(2961), 1, sym__call_signature, - STATE(3917), 1, + STATE(4156), 1, sym_type_parameters, - [109697] = 4, + [112597] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2235), 1, - sym_statement_block, - ACTIONS(5859), 4, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(3272), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6212), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109713] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6172), 1, - anon_sym_COMMA, - ACTIONS(6174), 1, - anon_sym_GT, - STATE(3705), 1, - aux_sym_implements_clause_repeat1, - [109735] = 7, + [112613] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6009), 1, - anon_sym_import, - ACTIONS(6176), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6214), 1, sym_identifier, - STATE(1538), 1, - sym__type_query_subscript_expression, - STATE(1540), 1, - sym__type_query_member_expression, - STATE(1724), 1, - sym__type_query_call_expression, - STATE(3947), 1, - sym_import, - [109757] = 4, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4091), 1, + sym__call_signature, + [112635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2228), 1, - sym_statement_block, - ACTIONS(5861), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [109773] = 4, + ACTIONS(1993), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [112647] = 4, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, + STATE(3140), 1, aux_sym_object_type_repeat1, - ACTIONS(3264), 2, + ACTIONS(3234), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6178), 3, + ACTIONS(6216), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109789] = 4, + [112663] = 7, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6218), 1, + anon_sym_QMARK, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4118), 1, + sym__call_signature, + [112685] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(6220), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(6222), 1, + anon_sym_QMARK_COLON, + STATE(3276), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [112703] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(3082), 1, aux_sym_object_type_repeat1, - ACTIONS(3251), 2, + ACTIONS(3234), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6180), 3, + ACTIONS(6216), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109805] = 4, + [112719] = 2, ACTIONS(3), 1, sym_comment, - STATE(3054), 1, - aux_sym_object_type_repeat1, - ACTIONS(3251), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6180), 3, + ACTIONS(6130), 6, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [109821] = 7, + anon_sym_COLON, + [112731] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5865), 1, - sym_identifier, - STATE(631), 1, - sym_string, - STATE(653), 1, - sym__module, - STATE(3508), 1, - sym_nested_identifier, - [109843] = 4, + ACTIONS(6160), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6224), 1, + anon_sym_BQUOTE, + ACTIONS(6192), 2, + sym__template_chars, + sym_escape_sequence, + STATE(3185), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + [112749] = 6, ACTIONS(3), 1, sym_comment, - STATE(3055), 1, - aux_sym_object_type_repeat1, - ACTIONS(6184), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6182), 3, - sym__automatic_semicolon, + ACTIONS(3067), 1, + anon_sym_COLON, + ACTIONS(6028), 1, + anon_sym_EQ, + STATE(3530), 1, + sym_type_annotation, + STATE(3918), 1, + sym__initializer, + ACTIONS(6226), 2, anon_sym_COMMA, - anon_sym_SEMI, - [109859] = 7, + anon_sym_RPAREN, + [112769] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6186), 1, - anon_sym_COMMA, - ACTIONS(6188), 1, - anon_sym_GT, - STATE(3678), 1, - aux_sym_implements_clause_repeat1, - [109881] = 7, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(6220), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(6222), 1, + anon_sym_QMARK_COLON, + STATE(3306), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [112787] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6190), 1, + ACTIONS(6228), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3383), 1, + STATE(2917), 1, sym__call_signature, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - [109903] = 7, + [112809] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6192), 1, - sym_identifier, - STATE(3123), 1, + ACTIONS(6230), 1, + anon_sym_QMARK, + STATE(2745), 1, sym_formal_parameters, - STATE(3930), 1, + STATE(2921), 1, sym__call_signature, - STATE(3937), 1, + STATE(4156), 1, sym_type_parameters, - [109925] = 5, + [112831] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6071), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6194), 1, - anon_sym_BQUOTE, - ACTIONS(5831), 2, - sym__template_chars, - sym_escape_sequence, - STATE(3107), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [109943] = 7, + ACTIONS(6144), 1, + anon_sym_AMP, + ACTIONS(6146), 1, + anon_sym_PIPE, + ACTIONS(6148), 1, + anon_sym_extends, + ACTIONS(3816), 3, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + [112849] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6196), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [109965] = 4, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(6232), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(3797), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [112871] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6200), 1, - anon_sym_EQ, - ACTIONS(6198), 2, - anon_sym_SLASH, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6234), 1, sym_identifier, - ACTIONS(6202), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [109981] = 7, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4077), 1, + sym__call_signature, + [112893] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6236), 3, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6204), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [110003] = 7, + [112911] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6009), 1, - anon_sym_import, - ACTIONS(6206), 1, - sym_identifier, - STATE(2397), 1, - sym__type_query_call_expression, - STATE(2673), 1, - sym__type_query_subscript_expression, - STATE(2688), 1, - sym__type_query_member_expression, - STATE(3867), 1, - sym_import, - [110025] = 7, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(6220), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(6222), 1, + anon_sym_QMARK_COLON, + STATE(3275), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [112929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - ACTIONS(6208), 1, - sym_identifier, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4030), 1, - sym__call_signature, - [110047] = 4, + ACTIONS(6144), 1, + anon_sym_AMP, + ACTIONS(3639), 5, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_extends, + [112943] = 4, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, + STATE(3085), 1, aux_sym_object_type_repeat1, - ACTIONS(3253), 2, + ACTIONS(6240), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6210), 3, + ACTIONS(6238), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110063] = 4, + [112959] = 7, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6242), 1, + anon_sym_COMMA, + ACTIONS(6244), 1, + anon_sym_GT, + STATE(3729), 1, + aux_sym_implements_clause_repeat1, + [112981] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(6246), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(3298), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [113003] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5924), 1, + anon_sym_GT, + ACTIONS(6248), 1, + sym_identifier, + ACTIONS(6250), 1, + sym_jsx_identifier, + ACTIONS(6252), 1, + anon_sym_SLASH_GT, + STATE(2617), 1, + sym_nested_identifier, + STATE(2753), 1, + sym_jsx_namespace_name, + [113025] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(3033), 1, aux_sym_object_type_repeat1, - ACTIONS(3258), 2, + ACTIONS(6256), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6212), 3, + ACTIONS(6254), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110079] = 4, + [113041] = 5, ACTIONS(3), 1, sym_comment, - STATE(3068), 1, - aux_sym_object_type_repeat1, - ACTIONS(3258), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6212), 3, + ACTIONS(6144), 1, + anon_sym_AMP, + ACTIONS(6146), 1, + anon_sym_PIPE, + ACTIONS(6148), 1, + anon_sym_extends, + ACTIONS(3663), 3, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + [113059] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2266), 1, + sym_statement_block, + ACTIONS(6038), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110095] = 4, + [113075] = 4, ACTIONS(3), 1, sym_comment, - STATE(3069), 1, + STATE(3152), 1, aux_sym_object_type_repeat1, - ACTIONS(6216), 2, + ACTIONS(6260), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6214), 3, + ACTIONS(6258), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110111] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6218), 1, - anon_sym_COMMA, - ACTIONS(6220), 1, - anon_sym_GT, - STATE(3610), 1, - aux_sym_implements_clause_repeat1, - [110133] = 5, + [113091] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(6081), 1, + ACTIONS(6220), 1, anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, + ACTIONS(6222), 1, anon_sym_QMARK_COLON, - STATE(3152), 3, + STATE(3312), 3, sym_omitting_type_annotation, sym_opting_type_annotation, sym_type_annotation, - [110151] = 7, + [113109] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6009), 1, - anon_sym_import, - ACTIONS(6222), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6262), 1, sym_identifier, - STATE(2521), 1, - sym__type_query_member_expression, - STATE(2542), 1, - sym__type_query_subscript_expression, - STATE(2622), 1, - sym__type_query_call_expression, - STATE(4100), 1, - sym_import, - [110173] = 7, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4092), 1, + sym__call_signature, + [113131] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2253), 1, + sym_statement_block, + ACTIONS(6016), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [113147] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(6224), 1, + ACTIONS(6264), 1, anon_sym_QMARK, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(3996), 1, + STATE(3950), 1, + sym__call_signature, + [113169] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, + anon_sym_LPAREN, + ACTIONS(6266), 1, + anon_sym_QMARK, + STATE(2768), 1, + sym_formal_parameters, + STATE(3073), 1, sym__call_signature, - [110195] = 4, + STATE(4022), 1, + sym_type_parameters, + [113191] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2221), 1, + STATE(2249), 1, sym_statement_block, - ACTIONS(5855), 4, + ACTIONS(6038), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110211] = 4, + [113207] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2220), 1, + STATE(2250), 1, sym_statement_block, - ACTIONS(5905), 4, + ACTIONS(6016), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110227] = 6, + [113223] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(5958), 1, - anon_sym_EQ, - STATE(3570), 1, - sym_type_annotation, - STATE(4098), 1, - sym__initializer, - ACTIONS(6226), 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6268), 1, + anon_sym_QMARK, + STATE(3177), 1, + sym_formal_parameters, + STATE(3908), 1, + sym__call_signature, + STATE(3944), 1, + sym_type_parameters, + [113245] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2242), 1, + sym_statement_block, + ACTIONS(5990), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, - anon_sym_RPAREN, - [110247] = 5, + anon_sym_SEMI, + [113261] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6021), 1, - anon_sym_default, - ACTIONS(6025), 1, - anon_sym_case, - ACTIONS(6228), 1, - anon_sym_RBRACE, - STATE(2978), 3, - sym_switch_case, - sym_switch_default, - aux_sym_switch_body_repeat1, - [110265] = 7, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6272), 1, + anon_sym_QMARK, + ACTIONS(6270), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [113281] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(6062), 1, + anon_sym_COMMA, + ACTIONS(6066), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(6274), 1, + anon_sym_LBRACE, + ACTIONS(6276), 1, + anon_sym_LBRACE_PIPE, + STATE(3653), 1, + aux_sym_extends_type_clause_repeat1, + STATE(3675), 1, + sym_type_arguments, + [113303] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2243), 1, + sym_statement_block, + ACTIONS(5996), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [113319] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(6230), 1, + ACTIONS(6278), 1, + sym_identifier, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4061), 1, + sym__call_signature, + [113341] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, + anon_sym_LPAREN, + ACTIONS(6280), 1, anon_sym_QMARK, - STATE(2756), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3103), 1, + STATE(3169), 1, sym__call_signature, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - [110287] = 4, + [113363] = 7, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, - aux_sym_object_type_repeat1, - ACTIONS(3260), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6232), 3, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6282), 1, + anon_sym_export, + ACTIONS(6284), 1, + anon_sym_class, + ACTIONS(6286), 1, + anon_sym_abstract, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [113385] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6288), 1, + sym_identifier, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4077), 1, + sym__call_signature, + [113407] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2257), 1, + sym_statement_block, + ACTIONS(5996), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110303] = 4, + [113423] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2253), 1, + STATE(2256), 1, sym_statement_block, - ACTIONS(5855), 4, + ACTIONS(5990), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110319] = 4, + [113439] = 4, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, + STATE(3140), 1, aux_sym_object_type_repeat1, - ACTIONS(3262), 2, + ACTIONS(3284), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6234), 3, + ACTIONS(6290), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [113455] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(6220), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(6222), 1, + anon_sym_QMARK_COLON, + STATE(3447), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [113473] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2246), 1, + sym_statement_block, + ACTIONS(5988), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110335] = 4, + [113489] = 4, ACTIONS(3), 1, sym_comment, - STATE(3081), 1, + STATE(3064), 1, aux_sym_object_type_repeat1, - ACTIONS(3262), 2, + ACTIONS(6294), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6234), 3, + ACTIONS(6292), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110351] = 7, + [113505] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6236), 1, - sym_identifier, - STATE(3123), 1, + ACTIONS(6296), 1, + anon_sym_QMARK, + STATE(2745), 1, sym_formal_parameters, - STATE(3930), 1, + STATE(2930), 1, sym__call_signature, - STATE(3937), 1, + STATE(4156), 1, sym_type_parameters, - [110373] = 5, + [113527] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(6081), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, - anon_sym_QMARK_COLON, - STATE(3433), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [110391] = 7, + ACTIONS(2813), 1, + anon_sym_LBRACE, + ACTIONS(6208), 1, + anon_sym_LBRACK, + ACTIONS(6298), 1, + sym_identifier, + STATE(4067), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [113545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6238), 1, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(3220), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6300), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6240), 1, - anon_sym_GT, - STATE(3620), 1, - aux_sym_implements_clause_repeat1, - [110413] = 4, + anon_sym_SEMI, + [113561] = 4, ACTIONS(3), 1, sym_comment, - STATE(3083), 1, + STATE(3133), 1, aux_sym_object_type_repeat1, - ACTIONS(6244), 2, + ACTIONS(3284), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(6242), 3, + ACTIONS(6290), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110429] = 7, + [113577] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6246), 1, - anon_sym_COMMA, - ACTIONS(6248), 1, - anon_sym_GT, - STATE(3660), 1, - aux_sym_implements_clause_repeat1, - [110451] = 5, + ACTIONS(6160), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6302), 1, + anon_sym_BQUOTE, + ACTIONS(5942), 2, + sym__template_chars, + sym_escape_sequence, + STATE(3061), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + [113595] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(6081), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, - anon_sym_QMARK_COLON, - STATE(3436), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [110469] = 4, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + ACTIONS(6304), 1, + anon_sym_QMARK, + STATE(2745), 1, + sym_formal_parameters, + STATE(3751), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [113617] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2251), 1, - sym_statement_block, - ACTIONS(5905), 4, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(3224), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6306), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110485] = 7, + [113633] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6250), 1, + ACTIONS(6308), 1, anon_sym_QMARK, - STATE(3123), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(3966), 1, + STATE(3433), 1, sym__call_signature, - [110507] = 7, + STATE(4156), 1, + sym_type_parameters, + [113655] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6009), 1, - anon_sym_import, - ACTIONS(6252), 1, - sym_identifier, - STATE(1247), 1, - sym__type_query_member_expression, - STATE(1249), 1, - sym__type_query_subscript_expression, - STATE(1273), 1, - sym__type_query_call_expression, - STATE(4018), 1, - sym_import, - [110529] = 2, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6310), 1, + anon_sym_COMMA, + ACTIONS(6312), 1, + anon_sym_GT, + STATE(3851), 1, + aux_sym_implements_clause_repeat1, + [113677] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5863), 6, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(6317), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6314), 3, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110541] = 2, + [113693] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3206), 6, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1240), 1, anon_sym_LT, - anon_sym_QMARK, - [110553] = 2, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6319), 1, + sym_identifier, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4092), 1, + sym__call_signature, + [113715] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6254), 6, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(3222), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6321), 3, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110565] = 2, + [113731] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6256), 6, - sym__automatic_semicolon, + ACTIONS(2813), 1, anon_sym_LBRACE, + ACTIONS(6208), 1, + anon_sym_LBRACK, + ACTIONS(6323), 1, + sym_identifier, + STATE(3586), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [113749] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6325), 1, anon_sym_COMMA, + ACTIONS(6327), 1, + anon_sym_GT, + STATE(3696), 1, + aux_sym_implements_clause_repeat1, + [113771] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(3127), 1, + aux_sym_object_type_repeat1, + ACTIONS(6331), 2, anon_sym_RBRACE, - anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110577] = 7, + ACTIONS(6329), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [113787] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6333), 3, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_GT, + [113805] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - ACTIONS(6258), 1, + ACTIONS(6335), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3378), 1, + STATE(3120), 1, sym__call_signature, - STATE(3934), 1, + STATE(4022), 1, sym_type_parameters, - [110599] = 5, + [113827] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, - anon_sym_COLON, - ACTIONS(6081), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, - anon_sym_QMARK_COLON, - STATE(3361), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [110617] = 5, + STATE(3142), 1, + aux_sym_object_type_repeat1, + ACTIONS(3230), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6337), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [113843] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3474), 1, + sym_identifier, + ACTIONS(3476), 5, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [113857] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, + ACTIONS(5511), 1, anon_sym_COLON, - ACTIONS(6081), 1, + ACTIONS(6220), 1, anon_sym_DASH_QMARK_COLON, - ACTIONS(6083), 1, + ACTIONS(6222), 1, anon_sym_QMARK_COLON, - STATE(3360), 3, + STATE(3439), 3, sym_omitting_type_annotation, sym_opting_type_annotation, sym_type_annotation, - [110635] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6260), 6, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110647] = 4, + [113875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2242), 1, + STATE(2247), 1, sym_statement_block, - ACTIONS(5853), 4, + ACTIONS(5988), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110663] = 4, + [113891] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, - anon_sym_LBRACE, - STATE(2243), 1, - sym_statement_block, - ACTIONS(5928), 4, + STATE(3140), 1, + aux_sym_object_type_repeat1, + ACTIONS(3230), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6337), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110679] = 4, + [113907] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_COLON, - ACTIONS(5619), 2, + ACTIONS(6064), 1, + anon_sym_DOT, + ACTIONS(6066), 1, + anon_sym_LT, + ACTIONS(6339), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - STATE(3883), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [110695] = 7, + STATE(3671), 1, + sym_type_arguments, + ACTIONS(6341), 2, + anon_sym_COMMA, + anon_sym_LBRACE_PIPE, + [113927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6013), 1, + ACTIONS(3478), 1, sym_identifier, - ACTIONS(6015), 1, + ACTIONS(3480), 5, + anon_sym_LBRACE, + anon_sym_LPAREN, anon_sym_GT, - ACTIONS(6019), 1, sym_jsx_identifier, - ACTIONS(6264), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [110717] = 4, + anon_sym_SLASH_GT, + [113941] = 7, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, - aux_sym_object_type_repeat1, - ACTIONS(3215), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6266), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [110733] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6071), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6268), 1, - anon_sym_BQUOTE, - ACTIONS(6067), 2, - sym__template_chars, - sym_escape_sequence, - STATE(3031), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [110751] = 4, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + ACTIONS(6343), 1, + sym_identifier, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4077), 1, + sym__call_signature, + [113963] = 7, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, - aux_sym_object_type_repeat1, - ACTIONS(3188), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6270), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [110767] = 7, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6286), 1, + anon_sym_abstract, + ACTIONS(6345), 1, + anon_sym_export, + ACTIONS(6347), 1, + anon_sym_class, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [113985] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(6272), 1, - anon_sym_QMARK, - STATE(2756), 1, - sym_formal_parameters, - STATE(3117), 1, - sym__call_signature, - STATE(3917), 1, + ACTIONS(6349), 1, + sym_identifier, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, sym_type_parameters, - [110789] = 4, + STATE(4092), 1, + sym__call_signature, + [114007] = 3, ACTIONS(3), 1, sym_comment, - STATE(3106), 1, - aux_sym_object_type_repeat1, - ACTIONS(3188), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6270), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [110805] = 4, + ACTIONS(3532), 1, + sym_identifier, + ACTIONS(3534), 5, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [114021] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6351), 1, anon_sym_LBRACE, - STATE(2218), 1, - sym_statement_block, - ACTIONS(5853), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(6353), 1, anon_sym_COMMA, - anon_sym_SEMI, - [110821] = 7, + STATE(3782), 1, + aux_sym_implements_clause_repeat1, + [114043] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5992), 1, + sym_identifier, + STATE(589), 1, + sym_nested_identifier, + STATE(615), 1, + sym_string, + STATE(678), 1, + sym__module, + [114065] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(6274), 1, - sym_identifier, - STATE(3123), 1, + ACTIONS(6355), 1, + anon_sym_QMARK, + STATE(3177), 1, sym_formal_parameters, - STATE(3930), 1, + STATE(3923), 1, sym__call_signature, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - [110843] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(3108), 1, - aux_sym_object_type_repeat1, - ACTIONS(6278), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6276), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [110859] = 7, + [114087] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(6280), 1, - anon_sym_QMARK, - STATE(2701), 1, + ACTIONS(6357), 1, + sym_identifier, + STATE(3177), 1, sym_formal_parameters, - STATE(3340), 1, - sym__call_signature, - STATE(3934), 1, + STATE(3944), 1, sym_type_parameters, - [110881] = 7, + STATE(4077), 1, + sym__call_signature, + [114109] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6282), 1, - anon_sym_COMMA, - ACTIONS(6284), 1, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(5992), 1, + sym_identifier, + STATE(589), 1, + sym_nested_identifier, + STATE(615), 1, + sym_string, + STATE(709), 1, + sym__module, + [114131] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6359), 1, + sym_identifier, + ACTIONS(6361), 1, + anon_sym_EQ, + ACTIONS(6363), 4, + anon_sym_LBRACE, anon_sym_GT, - STATE(3823), 1, - aux_sym_implements_clause_repeat1, - [110903] = 4, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [114147] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(6220), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(6222), 1, + anon_sym_QMARK_COLON, + STATE(3393), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [114165] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(6220), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(6222), 1, + anon_sym_QMARK_COLON, + STATE(3392), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [114183] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2245), 1, + STATE(2244), 1, sym_statement_block, - ACTIONS(5952), 4, + ACTIONS(6080), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110919] = 4, + [114199] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5511), 1, + anon_sym_COLON, + ACTIONS(6220), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(6222), 1, + anon_sym_QMARK_COLON, + STATE(3386), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [114217] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2252), 1, + STATE(2241), 1, sym_statement_block, - ACTIONS(5954), 4, + ACTIONS(6088), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110935] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6146), 1, - anon_sym_class, - ACTIONS(6148), 1, - anon_sym_abstract, - ACTIONS(6286), 1, - anon_sym_export, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [110957] = 7, + [114233] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - ACTIONS(6288), 1, + ACTIONS(6365), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3331), 1, + STATE(3114), 1, sym__call_signature, - STATE(3934), 1, + STATE(4022), 1, sym_type_parameters, - [110979] = 4, + [114255] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6367), 6, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [114267] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6061), 1, + ACTIONS(6150), 1, anon_sym_LBRACE, - STATE(2254), 1, + STATE(2264), 1, sym_statement_block, - ACTIONS(6001), 4, + ACTIONS(6080), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110995] = 2, + [114283] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5991), 6, + ACTIONS(6369), 6, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, - [111007] = 2, + anon_sym_PIPE_RBRACE, + [114295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5923), 6, + ACTIONS(6371), 6, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, - [111019] = 4, + anon_sym_PIPE_RBRACE, + [114307] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6373), 1, + anon_sym_default, + ACTIONS(6376), 1, + anon_sym_RBRACE, + ACTIONS(6378), 1, + anon_sym_case, + STATE(3175), 3, + sym_switch_case, + sym_switch_default, + aux_sym_switch_body_repeat1, + [114325] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5490), 1, + sym_identifier, + ACTIONS(5492), 5, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [114339] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6196), 1, anon_sym_COLON, - ACTIONS(5647), 2, + ACTIONS(5759), 2, anon_sym_LBRACE, anon_sym_EQ_GT, - STATE(3928), 3, + STATE(4025), 3, sym_type_annotation, - sym_asserts, + sym_asserts_annotation, sym_type_predicate_annotation, - [111035] = 2, + [114355] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 6, + ACTIONS(6092), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_COLON, - [111047] = 7, + [114367] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6148), 1, - anon_sym_abstract, - ACTIONS(6290), 1, - anon_sym_export, - ACTIONS(6292), 1, - anon_sym_class, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [111069] = 3, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6381), 1, + anon_sym_COMMA, + ACTIONS(6383), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_implements_clause_repeat1, + [114389] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 1, - anon_sym_is, - ACTIONS(5863), 5, + ACTIONS(6150), 1, + anon_sym_LBRACE, + STATE(2258), 1, + sym_statement_block, + ACTIONS(6088), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [111083] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6095), 1, - anon_sym_AMP, - ACTIONS(6097), 1, - anon_sym_PIPE, - ACTIONS(3518), 4, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_extends, - [111099] = 7, + [114405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1875), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(3256), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(6294), 1, anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(2934), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [111121] = 7, + [114419] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - ACTIONS(6296), 1, + ACTIONS(6385), 1, anon_sym_QMARK, - STATE(2701), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(2938), 1, - sym__call_signature, - STATE(3934), 1, + STATE(3944), 1, sym_type_parameters, - [111143] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(6298), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(2909), 1, + STATE(3948), 1, sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [111165] = 4, + [114441] = 2, ACTIONS(3), 1, sym_comment, - STATE(3142), 1, - aux_sym_object_type_repeat1, - ACTIONS(6302), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6300), 3, + ACTIONS(6387), 6, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [111181] = 7, + anon_sym_PIPE_RBRACE, + [114453] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - ACTIONS(6304), 1, - anon_sym_QMARK, - STATE(2701), 1, - sym_formal_parameters, - STATE(2925), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [111203] = 5, + ACTIONS(6184), 1, + anon_sym_default, + ACTIONS(6188), 1, + anon_sym_case, + ACTIONS(6389), 1, + anon_sym_RBRACE, + STATE(3175), 3, + sym_switch_case, + sym_switch_default, + aux_sym_switch_body_repeat1, + [114471] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6394), 1, + anon_sym_BQUOTE, + ACTIONS(6396), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6391), 2, + sym__template_chars, + sym_escape_sequence, + STATE(3185), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + [114489] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6095), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(6097), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(6099), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(3440), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [111221] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6306), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [111243] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5857), 6, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(6399), 1, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - [111255] = 7, + ACTIONS(6401), 1, + anon_sym_GT, + STATE(3813), 1, + aux_sym_implements_clause_repeat1, + [114511] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - ACTIONS(6308), 1, - sym_identifier, - STATE(3123), 1, + ACTIONS(6403), 1, + anon_sym_QMARK, + STATE(2745), 1, sym_formal_parameters, - STATE(3930), 1, + STATE(3354), 1, sym__call_signature, - STATE(3937), 1, + STATE(4156), 1, sym_type_parameters, - [111277] = 7, - ACTIONS(3), 1, + [114533] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - ACTIONS(6310), 1, - anon_sym_SLASH, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [111299] = 7, - ACTIONS(3), 1, + ACTIONS(4120), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [114544] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5946), 1, - sym_identifier, - STATE(609), 1, - sym_nested_identifier, - STATE(631), 1, - sym_string, - STATE(751), 1, - sym__module, - [111321] = 4, + ACTIONS(4116), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [114555] = 2, ACTIONS(3), 1, sym_comment, - STATE(3140), 1, - aux_sym_object_type_repeat1, - ACTIONS(3217), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6312), 3, + ACTIONS(2147), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [111337] = 4, + anon_sym_PIPE_RBRACE, + [114566] = 2, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, - aux_sym_object_type_repeat1, - ACTIONS(3210), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6314), 3, + ACTIONS(2131), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [111353] = 7, + anon_sym_PIPE_RBRACE, + [114577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(5946), 1, - sym_identifier, - STATE(609), 1, - sym_nested_identifier, - STATE(631), 1, - sym_string, - STATE(653), 1, - sym__module, - [111375] = 4, + ACTIONS(4725), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [114588] = 4, ACTIONS(3), 1, sym_comment, - STATE(3030), 1, - aux_sym_object_type_repeat1, - ACTIONS(3217), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(6312), 3, + ACTIONS(6407), 1, + anon_sym_in, + ACTIONS(6409), 1, + anon_sym_of, + ACTIONS(6405), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [111391] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6095), 1, - anon_sym_AMP, - ACTIONS(6097), 1, - anon_sym_PIPE, - ACTIONS(6099), 1, - anon_sym_extends, - ACTIONS(3644), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [111409] = 7, + [114603] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - ACTIONS(6316), 1, - sym_identifier, - STATE(3123), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4030), 1, + STATE(3211), 1, sym__call_signature, - [111431] = 5, + STATE(4022), 1, + sym_type_parameters, + [114622] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6095), 1, - anon_sym_AMP, - ACTIONS(6097), 1, - anon_sym_PIPE, - ACTIONS(6099), 1, - anon_sym_extends, - ACTIONS(3738), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [111449] = 3, + ACTIONS(6196), 1, + anon_sym_COLON, + ACTIONS(6411), 1, + anon_sym_EQ_GT, + STATE(4025), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [114637] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6095), 1, - anon_sym_AMP, - ACTIONS(3718), 5, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_extends, - [111463] = 5, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6284), 1, + anon_sym_class, + ACTIONS(6286), 1, + anon_sym_abstract, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [114656] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6095), 1, - anon_sym_AMP, - ACTIONS(6097), 1, - anon_sym_PIPE, - ACTIONS(6099), 1, - anon_sym_extends, - ACTIONS(3636), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [111481] = 7, + ACTIONS(6414), 1, + anon_sym_in, + ACTIONS(6416), 1, + anon_sym_of, + ACTIONS(6405), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [114671] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4808), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [114682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(2135), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [114693] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - ACTIONS(6318), 1, - anon_sym_QMARK, - STATE(2701), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(2867), 1, + STATE(3217), 1, sym__call_signature, - STATE(3934), 1, + STATE(4022), 1, sym_type_parameters, - [111503] = 6, + [114712] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6095), 1, - anon_sym_AMP, - ACTIONS(6097), 1, - anon_sym_PIPE, - ACTIONS(6099), 1, + ACTIONS(4725), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [114723] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(756), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1285), 1, + anon_sym_LBRACE, + ACTIONS(6004), 1, anon_sym_extends, - ACTIONS(6320), 1, - anon_sym_as, - ACTIONS(6322), 1, - anon_sym_RBRACK, - [111522] = 2, + STATE(3290), 1, + sym_object_type, + STATE(3822), 1, + sym_extends_type_clause, + [114742] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2327), 5, + ACTIONS(2143), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111533] = 2, + [114753] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2303), 5, - sym__automatic_semicolon, + ACTIONS(4509), 5, + anon_sym_EQ, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + [114764] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6418), 1, + sym_identifier, + ACTIONS(6420), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [114777] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4725), 5, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [111544] = 2, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [114788] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4503), 5, + anon_sym_EQ, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + [114799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6324), 5, + ACTIONS(6371), 5, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [111555] = 2, + [114810] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6326), 5, + ACTIONS(6369), 5, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [111566] = 2, + [114821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1532), 5, + ACTIONS(6367), 5, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [111577] = 2, + [114832] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4652), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [111588] = 2, + ACTIONS(3382), 1, + anon_sym_LBRACE, + ACTIONS(6422), 1, + anon_sym_SEMI, + ACTIONS(6424), 1, + sym__automatic_semicolon, + ACTIONS(6426), 1, + sym__function_signature_automatic_semicolon, + STATE(1844), 1, + sym_statement_block, + [114851] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2423), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, + sym_formal_parameters, + STATE(3309), 1, + sym__call_signature, + STATE(4022), 1, + sym_type_parameters, + [114870] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6428), 1, + anon_sym_class, + ACTIONS(6430), 1, + anon_sym_abstract, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [114889] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4098), 1, + sym__call_signature, + [114908] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4100), 1, + sym__call_signature, + [114927] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, + sym_formal_parameters, + STATE(3117), 1, + sym__call_signature, + STATE(4022), 1, + sym_type_parameters, + [114946] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5964), 1, + anon_sym_LBRACE, + ACTIONS(6432), 1, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [111599] = 5, + ACTIONS(6434), 1, + sym__automatic_semicolon, + ACTIONS(6436), 1, + sym__function_signature_automatic_semicolon, + STATE(3279), 1, + sym_statement_block, + [114965] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6328), 1, + ACTIONS(6438), 1, anon_sym_BQUOTE, - ACTIONS(6330), 1, + ACTIONS(6440), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6332), 1, + ACTIONS(6442), 1, sym__template_chars, - STATE(3192), 2, + STATE(3237), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [111616] = 6, + [114982] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - ACTIONS(6334), 1, - anon_sym_SEMI, - ACTIONS(6336), 1, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(6446), 1, + anon_sym_PIPE, + ACTIONS(6444), 2, sym__automatic_semicolon, - ACTIONS(6338), 1, - sym__function_signature_automatic_semicolon, - STATE(1852), 1, - sym_statement_block, - [111635] = 2, + anon_sym_SEMI, + [114999] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2419), 5, + ACTIONS(2299), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111646] = 2, + [115010] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2271), 5, + ACTIONS(2319), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111657] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4676), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [111668] = 2, + [115021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4676), 5, - anon_sym_EQ, + ACTIONS(2319), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [111679] = 2, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115032] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2243), 5, + ACTIONS(2323), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111690] = 2, + [115043] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4676), 5, + ACTIONS(4729), 5, anon_sym_EQ, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, anon_sym_QMARK, - [111701] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5958), 1, - anon_sym_EQ, - ACTIONS(6340), 1, - anon_sym_COMMA, - ACTIONS(6342), 1, - anon_sym_RBRACE, - STATE(3656), 1, - aux_sym_enum_body_repeat1, - STATE(3862), 1, - sym__initializer, - [111720] = 6, + [115054] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3102), 1, - sym__call_signature, - STATE(3917), 1, + STATE(3944), 1, sym_type_parameters, - [111739] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6344), 2, - anon_sym_COMMA, - anon_sym_GT, - [111756] = 2, + STATE(4085), 1, + sym__call_signature, + [115073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2231), 5, + ACTIONS(2327), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111767] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6262), 1, - anon_sym_COLON, - ACTIONS(6346), 1, - anon_sym_EQ_GT, - STATE(3928), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [111782] = 2, + [115084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2215), 5, + ACTIONS(1532), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111793] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3956), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3958), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [111806] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6262), 1, - anon_sym_COLON, - ACTIONS(6349), 1, - anon_sym_EQ_GT, - STATE(3883), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [111821] = 2, + [115095] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 5, + ACTIONS(2319), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111832] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6352), 5, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_extends, - anon_sym_implements, - [111843] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3980), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3982), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [111856] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3768), 1, - sym__initializer, - ACTIONS(6354), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [111871] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4017), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(4019), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [111884] = 2, + [115106] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2135), 5, + ACTIONS(2319), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111895] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4727), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [111906] = 2, + [115117] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2127), 5, + ACTIONS(2319), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111917] = 2, + [115128] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6356), 5, + ACTIONS(2319), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111928] = 2, + [115139] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6358), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [111939] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, + sym_formal_parameters, + STATE(3248), 1, + sym__call_signature, + STATE(4022), 1, + sym_type_parameters, + [115158] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2287), 5, + ACTIONS(1492), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111950] = 2, + [115169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 5, + ACTIONS(4505), 5, anon_sym_EQ, - anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, anon_sym_COLON, - anon_sym_QMARK, - [111961] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1556), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [111972] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3960), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3962), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [111985] = 6, + [115180] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, - anon_sym_LBRACE, - ACTIONS(6360), 1, - anon_sym_SEMI, - ACTIONS(6362), 1, - sym__automatic_semicolon, - ACTIONS(6364), 1, - sym__function_signature_automatic_semicolon, - STATE(3224), 1, - sym_statement_block, - [112004] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4696), 1, + ACTIONS(2311), 5, sym__automatic_semicolon, - ACTIONS(1610), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112017] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3913), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [112036] = 2, + [115191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1499), 5, + ACTIONS(2303), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112047] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(6368), 1, - anon_sym_PIPE, - ACTIONS(6366), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [112064] = 5, + [115202] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6330), 1, + ACTIONS(6440), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6370), 1, + ACTIONS(6448), 1, anon_sym_BQUOTE, - ACTIONS(6372), 1, + ACTIONS(6450), 1, sym__template_chars, - STATE(3358), 2, + STATE(3373), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [112081] = 4, + [115219] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, + ACTIONS(3256), 1, + anon_sym_COLON, + ACTIONS(4605), 1, anon_sym_EQ, - STATE(3583), 1, - sym__initializer, - ACTIONS(6374), 3, - sym__automatic_semicolon, + ACTIONS(4908), 1, anon_sym_COMMA, - anon_sym_SEMI, - [112096] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6330), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6372), 1, - sym__template_chars, - ACTIONS(6376), 1, - anon_sym_BQUOTE, - STATE(3358), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [112113] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(3976), 1, - sym__call_signature, - [112132] = 2, + ACTIONS(6452), 1, + anon_sym_RBRACE, + STATE(3884), 1, + aux_sym_object_pattern_repeat1, + [115238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1566), 5, - sym__automatic_semicolon, + ACTIONS(4733), 5, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [112143] = 2, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [115249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2259), 5, - sym__automatic_semicolon, + ACTIONS(6454), 1, + anon_sym_EQ, + ACTIONS(3101), 4, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [112154] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6148), 1, - anon_sym_abstract, - ACTIONS(6378), 1, - anon_sym_class, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [112173] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3964), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3966), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [112186] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - STATE(2701), 1, - sym_formal_parameters, - STATE(2929), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [112205] = 2, + anon_sym_COLON, + anon_sym_RBRACK, + [115262] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2191), 5, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3777), 1, + sym__initializer, + ACTIONS(6456), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [112216] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3839), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [112235] = 6, + [115277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3206), 1, - anon_sym_COLON, - ACTIONS(4507), 1, + ACTIONS(4733), 5, anon_sym_EQ, - ACTIONS(4807), 1, anon_sym_COMMA, - ACTIONS(6380), 1, - anon_sym_RBRACE, - STATE(3798), 1, - aux_sym_object_pattern_repeat1, - [112254] = 6, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [115288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5379), 1, - anon_sym_LPAREN, - STATE(2756), 1, - sym_formal_parameters, - STATE(3398), 1, - sym__call_signature, - STATE(3917), 1, - sym_type_parameters, - [112273] = 6, + ACTIONS(4733), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [115299] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(3977), 1, + STATE(4095), 1, sym__call_signature, - [112292] = 2, + [115318] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, + ACTIONS(2279), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112303] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3898), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [112322] = 2, + [115329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2199), 5, + ACTIONS(2423), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112333] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3846), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [112352] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3886), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [112371] = 2, + [115340] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2207), 5, + ACTIONS(2243), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112382] = 6, + [115351] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1397), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - ACTIONS(6334), 1, + ACTIONS(6458), 1, anon_sym_SEMI, - ACTIONS(6336), 1, + ACTIONS(6460), 1, sym__automatic_semicolon, - ACTIONS(6338), 1, + ACTIONS(6462), 1, sym__function_signature_automatic_semicolon, - STATE(182), 1, + STATE(1966), 1, sym_statement_block, - [112401] = 5, + [115370] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6387), 5, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [115381] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1933), 1, anon_sym_DQUOTE, - ACTIONS(1943), 1, + ACTIONS(1935), 1, anon_sym_SQUOTE, - ACTIONS(6382), 1, + ACTIONS(6464), 1, sym_identifier, - STATE(4128), 2, + STATE(3680), 2, sym__module_export_name, sym_string, - [112418] = 2, + [115398] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2187), 5, + ACTIONS(2215), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112429] = 6, + [115409] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(6384), 1, - anon_sym_class, - ACTIONS(6386), 1, + ACTIONS(6286), 1, anon_sym_abstract, - STATE(1151), 1, + ACTIONS(6347), 1, + anon_sym_class, + STATE(1137), 1, aux_sym_export_statement_repeat1, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - [112448] = 2, + [115428] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2179), 5, + ACTIONS(2219), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112459] = 3, + [115439] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(4190), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [112472] = 2, + ACTIONS(2247), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2175), 5, + ACTIONS(1492), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112483] = 4, + [115461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_COLON, - ACTIONS(6388), 1, - anon_sym_EQ_GT, - STATE(3883), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [112498] = 2, + ACTIONS(6128), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115472] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2163), 5, + ACTIONS(5982), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112509] = 6, + [115483] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5958), 1, + ACTIONS(6028), 1, anon_sym_EQ, - ACTIONS(6391), 1, + ACTIONS(6466), 1, anon_sym_COMMA, - ACTIONS(6393), 1, + ACTIONS(6468), 1, anon_sym_RBRACE, - STATE(3818), 1, + STATE(3756), 1, aux_sym_enum_body_repeat1, - STATE(3862), 1, + STATE(4006), 1, sym__initializer, - [112528] = 4, + [115502] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_COLON, - ACTIONS(6395), 1, - anon_sym_EQ_GT, - STATE(3928), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [112543] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2745), 1, + sym_formal_parameters, + STATE(3256), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [115521] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2151), 5, + ACTIONS(6096), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112554] = 3, + [115532] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4721), 1, - sym__automatic_semicolon, - ACTIONS(1590), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [112567] = 3, + ACTIONS(6470), 1, + sym_identifier, + ACTIONS(6472), 1, + anon_sym_GT, + ACTIONS(6474), 1, + sym_jsx_identifier, + STATE(4070), 1, + sym_nested_identifier, + STATE(4276), 1, + sym_jsx_namespace_name, + [115551] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4719), 1, + ACTIONS(6196), 1, + anon_sym_COLON, + ACTIONS(6476), 1, + anon_sym_EQ_GT, + STATE(4025), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [115566] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6479), 5, sym__automatic_semicolon, - ACTIONS(1546), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112580] = 4, + [115577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3741), 1, - sym__initializer, - ACTIONS(6398), 3, + ACTIONS(5976), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [112595] = 4, + anon_sym_PIPE_RBRACE, + [115588] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6196), 1, anon_sym_COLON, - ACTIONS(6400), 1, + ACTIONS(6481), 1, anon_sym_EQ_GT, - STATE(3883), 3, + STATE(4026), 3, sym_type_annotation, - sym_asserts, + sym_asserts_annotation, sym_type_predicate_annotation, - [112610] = 6, + [115603] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(3989), 1, + sym__call_signature, + [115622] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, sym_formal_parameters, - STATE(3368), 1, + STATE(3929), 1, sym__call_signature, - STATE(3917), 1, + STATE(3944), 1, sym_type_parameters, - [112629] = 2, + [115641] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2151), 5, + ACTIONS(5978), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112640] = 6, + [115652] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(2868), 1, + STATE(3260), 1, sym__call_signature, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - [112659] = 2, + [115671] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2151), 5, + ACTIONS(5976), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112670] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6013), 1, - sym_identifier, - ACTIONS(6015), 1, - anon_sym_GT, - ACTIONS(6019), 1, - sym_jsx_identifier, - STATE(2604), 1, - sym_nested_identifier, - STATE(2796), 1, - sym_jsx_namespace_name, - [112689] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(6403), 1, - sym_identifier, - STATE(3849), 2, - sym__module_export_name, - sym_string, - [112706] = 6, + [115682] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3847), 1, - sym__call_signature, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - [112725] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6330), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6372), 1, - sym__template_chars, - ACTIONS(6405), 1, - anon_sym_BQUOTE, - STATE(3358), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [112742] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5843), 1, - anon_sym_LBRACE, - ACTIONS(6334), 1, - anon_sym_SEMI, - ACTIONS(6336), 1, - sym__automatic_semicolon, - ACTIONS(6338), 1, - sym__function_signature_automatic_semicolon, - STATE(622), 1, - sym_statement_block, - [112761] = 5, + STATE(3996), 1, + sym__call_signature, + [115701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(6368), 1, - anon_sym_PIPE, - ACTIONS(6407), 2, + ACTIONS(2139), 5, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [112778] = 6, + anon_sym_PIPE_RBRACE, + [115712] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3843), 1, + STATE(3037), 1, sym__call_signature, - STATE(3937), 1, + STATE(4022), 1, sym_type_parameters, - [112797] = 3, + [115731] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3962), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [112810] = 6, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3814), 1, + sym__initializer, + ACTIONS(6484), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [115746] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3838), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [112829] = 3, + ACTIONS(6486), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3962), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [112842] = 4, + ACTIONS(6488), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, - anon_sym_COLON, - STATE(3899), 1, - sym_type_annotation, - ACTIONS(3076), 3, - anon_sym_EQ, + ACTIONS(2335), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACK, - [112857] = 6, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115779] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, + ACTIONS(5964), 1, anon_sym_LBRACE, - ACTIONS(6409), 1, + ACTIONS(6490), 1, anon_sym_SEMI, - ACTIONS(6411), 1, + ACTIONS(6492), 1, sym__automatic_semicolon, - ACTIONS(6413), 1, + ACTIONS(6494), 1, sym__function_signature_automatic_semicolon, - STATE(1836), 1, + STATE(3322), 1, sym_statement_block, - [112876] = 2, + [115798] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2211), 5, + ACTIONS(4793), 1, sym__automatic_semicolon, + ACTIONS(1614), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112887] = 6, + [115811] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(3985), 1, + STATE(4008), 1, sym__call_signature, - [112906] = 5, + [115830] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(6368), 1, - anon_sym_PIPE, - ACTIONS(6415), 2, + ACTIONS(2335), 5, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [112923] = 5, + anon_sym_PIPE_RBRACE, + [115841] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, + ACTIONS(5674), 1, anon_sym_AMP, - ACTIONS(5551), 1, + ACTIONS(5678), 1, anon_sym_extends, - ACTIONS(6368), 1, + ACTIONS(6446), 1, anon_sym_PIPE, - ACTIONS(6417), 2, + ACTIONS(6496), 2, sym__automatic_semicolon, anon_sym_SEMI, - [112940] = 2, + [115858] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2275), 5, + ACTIONS(2335), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112951] = 2, + [115869] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(6498), 1, + sym_identifier, + STATE(4374), 2, + sym__module_export_name, + sym_string, + [115886] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1516), 5, + ACTIONS(6500), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112962] = 6, + [115897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, - anon_sym_LBRACE, - ACTIONS(6409), 1, + ACTIONS(6038), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - ACTIONS(6411), 1, + anon_sym_PIPE_RBRACE, + [115908] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2403), 5, sym__automatic_semicolon, - ACTIONS(6413), 1, - sym__function_signature_automatic_semicolon, - STATE(623), 1, - sym_statement_block, - [112981] = 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115919] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4672), 1, + ACTIONS(2195), 5, sym__automatic_semicolon, - ACTIONS(1489), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [112994] = 6, + [115930] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - STATE(2701), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(2935), 1, + STATE(2933), 1, sym__call_signature, - STATE(3934), 1, + STATE(4156), 1, sym_type_parameters, - [113013] = 3, + [115949] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6419), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(6421), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [113026] = 2, + ACTIONS(2255), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115960] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3774), 1, + sym__initializer, + ACTIONS(6502), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [115975] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1475), 5, + ACTIONS(2239), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113037] = 6, + [115986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(3988), 1, - sym__call_signature, - [113056] = 4, + ACTIONS(6504), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [115997] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6425), 1, - anon_sym_in, - ACTIONS(6427), 1, - anon_sym_of, - ACTIONS(6423), 3, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3806), 1, + sym__initializer, + ACTIONS(6506), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [113071] = 2, + [116012] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6429), 5, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_extends, - anon_sym_implements, - [113082] = 6, + ACTIONS(6016), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [116023] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3236), 1, + STATE(3911), 1, sym__call_signature, - STATE(3917), 1, + STATE(3944), 1, sym_type_parameters, - [113101] = 4, + [116042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6431), 1, - anon_sym_in, - ACTIONS(6433), 1, - anon_sym_of, - ACTIONS(6423), 3, + ACTIONS(6080), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [113116] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6330), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6435), 1, - anon_sym_BQUOTE, - ACTIONS(6437), 1, - sym__template_chars, - STATE(3194), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [113133] = 2, + anon_sym_PIPE_RBRACE, + [116053] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4717), 5, - anon_sym_EQ, + ACTIONS(6038), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [113144] = 2, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [116064] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4548), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [113155] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2745), 1, + sym_formal_parameters, + STATE(3270), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [116083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4680), 5, - anon_sym_EQ, + ACTIONS(6016), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [113166] = 2, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [116094] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4680), 5, + ACTIONS(5505), 1, anon_sym_EQ, + STATE(3805), 1, + sym__initializer, + ACTIONS(6508), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [113177] = 2, + anon_sym_SEMI, + [116109] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1431), 5, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3801), 1, + sym__initializer, + ACTIONS(6510), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113188] = 6, + [116124] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(4046), 1, + STATE(4129), 1, sym__call_signature, - [113207] = 6, + [116143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - STATE(2701), 1, - sym_formal_parameters, - STATE(2861), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [113226] = 5, + ACTIONS(6512), 1, + sym_identifier, + ACTIONS(6514), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [116156] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(6439), 1, - sym_identifier, - STATE(3993), 2, - sym__module_export_name, - sym_string, - [113243] = 2, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(6446), 1, + anon_sym_PIPE, + ACTIONS(6516), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [116173] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 5, + ACTIONS(6518), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113254] = 6, + [116184] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2701), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(2933), 1, - sym__call_signature, - STATE(3934), 1, + STATE(3944), 1, sym_type_parameters, - [113273] = 3, + STATE(4013), 1, + sym__call_signature, + [116203] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6441), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(6443), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [113286] = 3, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6520), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [116220] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6445), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(6447), 3, + ACTIONS(5964), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [113299] = 6, + ACTIONS(6422), 1, + anon_sym_SEMI, + ACTIONS(6424), 1, + sym__automatic_semicolon, + ACTIONS(6426), 1, + sym__function_signature_automatic_semicolon, + STATE(606), 1, + sym_statement_block, + [116239] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2701), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(2970), 1, - sym__call_signature, - STATE(3934), 1, + STATE(3944), 1, sym_type_parameters, - [113318] = 2, + STATE(4157), 1, + sym__call_signature, + [116258] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113329] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, + sym_formal_parameters, + STATE(3355), 1, + sym__call_signature, + STATE(4022), 1, + sym_type_parameters, + [116277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2315), 5, + ACTIONS(6522), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113340] = 2, + [116288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2339), 5, + ACTIONS(2231), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113351] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5863), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [113362] = 2, + [116299] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6449), 5, - anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, anon_sym_LPAREN, - anon_sym_extends, - anon_sym_implements, - [113373] = 3, + STATE(2768), 1, + sym_formal_parameters, + STATE(3055), 1, + sym__call_signature, + STATE(4022), 1, + sym_type_parameters, + [116318] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6451), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(6453), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [113386] = 2, + ACTIONS(6196), 1, + anon_sym_COLON, + ACTIONS(6524), 1, + anon_sym_EQ_GT, + STATE(4026), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [116333] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2375), 5, + ACTIONS(2251), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113397] = 2, + [116344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2379), 5, + ACTIONS(2251), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113408] = 2, + [116355] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 5, + ACTIONS(6070), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113419] = 2, + [116366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2391), 5, + ACTIONS(2447), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113430] = 2, + [116377] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6527), 1, + sym_identifier, + ACTIONS(6529), 1, + anon_sym_GT, + ACTIONS(6531), 1, + sym_jsx_identifier, + STATE(4041), 1, + sym_nested_identifier, + STATE(4336), 1, + sym_jsx_namespace_name, + [116396] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6533), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [116407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2207), 5, + ACTIONS(4762), 1, sym__automatic_semicolon, + ACTIONS(1460), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113441] = 2, + [116420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2207), 5, + ACTIONS(4760), 1, sym__automatic_semicolon, + ACTIONS(1604), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113452] = 6, + [116433] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3019), 1, + STATE(3278), 1, sym__call_signature, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - [113471] = 2, + [116452] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6455), 5, + ACTIONS(6535), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113482] = 2, + [116463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6457), 5, + ACTIONS(1554), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113493] = 2, + [116474] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2439), 5, + ACTIONS(1476), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113504] = 2, + [116485] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2443), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113515] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2745), 1, + sym_formal_parameters, + STATE(2985), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [116504] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4109), 1, + sym__call_signature, + [116523] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2451), 5, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(6446), 1, + anon_sym_PIPE, + ACTIONS(6537), 2, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113526] = 2, + [116540] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4404), 5, - anon_sym_EQ, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_COLON, - [113537] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4110), 1, + sym__call_signature, + [116559] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 5, + ACTIONS(1504), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113548] = 2, + [116570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 5, + ACTIONS(2155), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113559] = 2, + [116581] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 5, - sym__automatic_semicolon, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, + sym_formal_parameters, + STATE(3900), 1, + sym__call_signature, + STATE(3944), 1, + sym_type_parameters, + [116600] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3256), 1, + anon_sym_COLON, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(4908), 1, anon_sym_COMMA, + ACTIONS(6539), 1, anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113570] = 2, + STATE(3839), 1, + aux_sym_object_pattern_repeat1, + [116619] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 5, + ACTIONS(2331), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113581] = 2, + [116630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1576), 5, + ACTIONS(6541), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113592] = 5, + [116641] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5873), 1, - anon_sym_LT, - ACTIONS(6459), 1, - anon_sym_LBRACE, - STATE(3712), 1, - sym_type_arguments, - ACTIONS(6461), 2, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(6543), 1, + sym_identifier, + STATE(4090), 2, + sym__module_export_name, + sym_string, + [116658] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3886), 1, + sym__initializer, + ACTIONS(6545), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [113609] = 2, + anon_sym_SEMI, + [116673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2323), 5, + ACTIONS(6547), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113620] = 2, + [116684] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 5, + ACTIONS(6088), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113631] = 2, + [116695] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 5, + ACTIONS(6440), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6450), 1, + sym__template_chars, + ACTIONS(6549), 1, + anon_sym_BQUOTE, + STATE(3373), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [116712] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6551), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113642] = 2, + [116723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2299), 5, + ACTIONS(2259), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113653] = 2, + [116734] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6254), 5, + ACTIONS(2259), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [113664] = 2, + anon_sym_PIPE_RBRACE, + [116745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6256), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(1566), 1, + sym_identifier, + ACTIONS(1564), 4, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [113675] = 3, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [116758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6463), 2, - anon_sym_SLASH, + ACTIONS(1472), 1, sym_identifier, - ACTIONS(6465), 3, + ACTIONS(1470), 4, anon_sym_LBRACE, anon_sym_GT, sym_jsx_identifier, - [113688] = 2, + anon_sym_SLASH_GT, + [116771] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5938), 5, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(6446), 1, + anon_sym_PIPE, + ACTIONS(6553), 2, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113699] = 2, + [116788] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2131), 5, + ACTIONS(2259), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113710] = 2, + [116799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2395), 5, + ACTIONS(6080), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113721] = 2, + [116810] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 5, + ACTIONS(2359), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113732] = 2, + [116821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5952), 5, + ACTIONS(4668), 1, sym__automatic_semicolon, + ACTIONS(1435), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113743] = 2, + [116834] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2745), 1, + sym_formal_parameters, + STATE(2968), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [116853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6467), 5, + ACTIONS(6088), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113754] = 4, + [116864] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_COLON, - ACTIONS(6469), 1, - anon_sym_EQ_GT, - STATE(3928), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [113769] = 2, + ACTIONS(5964), 1, + anon_sym_LBRACE, + ACTIONS(6458), 1, + anon_sym_SEMI, + ACTIONS(6460), 1, + sym__automatic_semicolon, + ACTIONS(6462), 1, + sym__function_signature_automatic_semicolon, + STATE(612), 1, + sym_statement_block, + [116883] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2363), 5, + ACTIONS(6555), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113780] = 2, + [116894] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2343), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113791] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2745), 1, + sym_formal_parameters, + STATE(3300), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [116913] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4414), 5, + ACTIONS(4576), 5, anon_sym_EQ, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, anon_sym_COLON, - [113802] = 2, + anon_sym_QMARK, + [116924] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4399), 5, - anon_sym_EQ, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_COLON, - [113813] = 2, + ACTIONS(6440), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6557), 1, + anon_sym_BQUOTE, + ACTIONS(6559), 1, + sym__template_chars, + STATE(3342), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [116941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 5, + ACTIONS(2427), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113824] = 2, + [116952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2467), 5, + ACTIONS(2287), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113835] = 2, + [116963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6260), 5, + ACTIONS(2463), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [113846] = 2, + anon_sym_PIPE_RBRACE, + [116974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5940), 5, + ACTIONS(2439), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113857] = 5, + [116985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6330), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6372), 1, - sym__template_chars, - ACTIONS(6472), 1, - anon_sym_BQUOTE, - STATE(3358), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [113874] = 6, + ACTIONS(4802), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [116996] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6386), 1, - anon_sym_abstract, - ACTIONS(6474), 1, - anon_sym_class, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [113893] = 4, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4126), 1, + sym__call_signature, + [117015] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3801), 1, - sym__initializer, - ACTIONS(6476), 3, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4000), 1, + sym__call_signature, + [117034] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2411), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [117045] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2745), 1, + sym_formal_parameters, + STATE(3005), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [117064] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5406), 1, + anon_sym_LBRACK, + ACTIONS(6561), 1, + anon_sym_RBRACE, + ACTIONS(3603), 3, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [117079] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2315), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [117090] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2745), 1, + sym_formal_parameters, + STATE(3001), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [117109] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2315), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [113908] = 2, + anon_sym_PIPE_RBRACE, + [117120] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6563), 1, + anon_sym_BQUOTE, + ACTIONS(6565), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6568), 1, + sym__template_chars, + STATE(3373), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [117137] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2183), 5, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2745), 1, + sym_formal_parameters, + STATE(3026), 1, + sym__call_signature, + STATE(4156), 1, + sym_type_parameters, + [117156] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2283), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113919] = 2, + [117167] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2171), 5, + ACTIONS(1518), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113930] = 3, + [117178] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3962), 3, + ACTIONS(1514), 1, + anon_sym_DOT, + ACTIONS(3725), 2, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [113943] = 2, + anon_sym_LT, + ACTIONS(3727), 2, + anon_sym_COMMA, + anon_sym_LBRACE_PIPE, + [117193] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113954] = 2, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3177), 1, + sym_formal_parameters, + STATE(3944), 1, + sym_type_parameters, + STATE(4147), 1, + sym__call_signature, + [117212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2223), 5, + ACTIONS(1582), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113965] = 2, + [117223] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1463), 5, - sym__automatic_semicolon, + ACTIONS(1500), 1, + anon_sym_DOT, + ACTIONS(3725), 2, + anon_sym_LBRACE, + anon_sym_LT, + ACTIONS(3727), 2, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [113976] = 2, + anon_sym_LBRACE_PIPE, + [117238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6001), 5, + ACTIONS(1568), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113987] = 2, + [117249] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5954), 5, + ACTIONS(2183), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [113998] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - STATE(2701), 1, - sym_formal_parameters, - STATE(3330), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [114017] = 4, + [117260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - STATE(3787), 1, + STATE(3776), 1, sym__initializer, - ACTIONS(6478), 3, + ACTIONS(6571), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [114032] = 2, + [117275] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 5, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3753), 1, + sym__initializer, + ACTIONS(6573), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [114043] = 6, + [117290] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3116), 1, + STATE(3078), 1, sym__call_signature, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - [114062] = 2, + [117309] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6480), 5, + ACTIONS(6575), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114073] = 2, + [117320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6482), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [114084] = 2, + ACTIONS(6577), 1, + sym_identifier, + ACTIONS(6579), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [117333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5853), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [114095] = 2, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6583), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [117346] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6585), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [117357] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6587), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [117368] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2331), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [114106] = 2, + ACTIONS(6589), 5, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_extends, + anon_sym_implements, + [117379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5928), 5, + ACTIONS(6591), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114117] = 2, + [117390] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5940), 5, + ACTIONS(6593), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114128] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - STATE(2701), 1, - sym_formal_parameters, - STATE(3380), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [114147] = 6, + [117401] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2701), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3310), 1, + STATE(3915), 1, sym__call_signature, - STATE(3934), 1, + STATE(3944), 1, sym_type_parameters, - [114166] = 6, + [117420] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4005), 1, - sym__call_signature, - [114185] = 2, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + ACTIONS(6595), 1, + sym_identifier, + STATE(4001), 2, + sym__module_export_name, + sym_string, + [117437] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5853), 5, + ACTIONS(2275), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114196] = 2, + [117448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2335), 5, + ACTIONS(2271), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114207] = 2, + [117459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5938), 5, + ACTIONS(2263), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114218] = 3, + [117470] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6484), 1, - anon_sym_EQ, - ACTIONS(3057), 4, + ACTIONS(2227), 5, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RBRACK, - [114231] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5379), 1, - anon_sym_LPAREN, - STATE(2756), 1, - sym_formal_parameters, - STATE(3120), 1, - sym__call_signature, - STATE(3917), 1, - sym_type_parameters, - [114250] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3859), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(3861), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [114263] = 4, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [117481] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3757), 1, - sym__initializer, - ACTIONS(6486), 3, + ACTIONS(2223), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [114278] = 2, + anon_sym_PIPE_RBRACE, + [117492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5934), 5, + ACTIONS(2211), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114289] = 2, + [117503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6488), 5, + ACTIONS(1528), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114300] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4023), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(4025), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [114313] = 5, + [117514] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6490), 2, + ACTIONS(2171), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACK, - [114330] = 4, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [117525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5349), 1, - anon_sym_LBRACK, - ACTIONS(6492), 1, + ACTIONS(1542), 5, + sym__automatic_semicolon, + anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(3530), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [114345] = 5, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [117536] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6330), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6494), 1, - anon_sym_BQUOTE, - ACTIONS(6496), 1, - sym__template_chars, - STATE(3235), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [114362] = 5, - ACTIONS(3), 1, + ACTIONS(6196), 1, + anon_sym_COLON, + ACTIONS(6597), 1, + anon_sym_EQ_GT, + STATE(4026), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [117551] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6498), 1, - anon_sym_BQUOTE, - ACTIONS(6500), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6503), 1, - sym__template_chars, - STATE(3358), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [114379] = 6, + ACTIONS(6600), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [117562] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4013), 1, + STATE(3495), 1, sym__call_signature, - [114398] = 2, + STATE(4022), 1, + sym_type_parameters, + [117581] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6506), 5, + ACTIONS(2167), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114409] = 2, + [117592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6508), 5, + ACTIONS(1450), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114420] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6510), 1, - sym_identifier, - ACTIONS(6512), 1, - anon_sym_GT, - ACTIONS(6514), 1, - sym_jsx_identifier, - STATE(2562), 1, - sym_nested_identifier, - STATE(2789), 1, - sym_jsx_namespace_name, - [114439] = 4, + [117603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3773), 1, - sym__initializer, - ACTIONS(6516), 3, + ACTIONS(2307), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [114454] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - STATE(2701), 1, - sym_formal_parameters, - STATE(3693), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [114473] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6330), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6518), 1, - anon_sym_BQUOTE, - ACTIONS(6520), 1, - sym__template_chars, - STATE(3393), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [114490] = 6, + anon_sym_PIPE_RBRACE, + [117614] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(4031), 1, + STATE(3954), 1, sym__call_signature, - [114509] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4027), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(4029), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [114522] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - ACTIONS(6522), 1, - anon_sym_SEMI, - ACTIONS(6524), 1, - sym__automatic_semicolon, - ACTIONS(6526), 1, - sym__function_signature_automatic_semicolon, - STATE(1898), 1, - sym_statement_block, - [114541] = 2, + [117633] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6528), 5, + ACTIONS(2159), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114552] = 5, + [117644] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6512), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [117655] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6418), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [117666] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6330), 1, + ACTIONS(6440), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6530), 1, - anon_sym_BQUOTE, - ACTIONS(6532), 1, + ACTIONS(6450), 1, sym__template_chars, - STATE(3321), 2, + ACTIONS(6602), 1, + anon_sym_BQUOTE, + STATE(3373), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [114569] = 4, + [117683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3661), 1, - sym__initializer, - ACTIONS(6534), 3, + ACTIONS(2127), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [114584] = 2, + anon_sym_PIPE_RBRACE, + [117694] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6536), 5, + ACTIONS(6196), 1, + anon_sym_COLON, + ACTIONS(6604), 1, + anon_sym_EQ_GT, + STATE(4025), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [117709] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2435), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114595] = 2, + [117720] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 5, + ACTIONS(2355), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114606] = 2, + [117731] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6538), 5, + ACTIONS(6196), 1, + anon_sym_COLON, + ACTIONS(6607), 1, + anon_sym_EQ_GT, + STATE(4026), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [117746] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6610), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114617] = 2, + [117757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5855), 5, + ACTIONS(6612), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114628] = 2, + [117768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2355), 5, + ACTIONS(5990), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114639] = 2, + [117779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4680), 5, + ACTIONS(4646), 5, anon_sym_EQ, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, anon_sym_QMARK, - [114650] = 2, + [117790] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 5, + ACTIONS(6440), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6450), 1, + sym__template_chars, + ACTIONS(6614), 1, + anon_sym_BQUOTE, + STATE(3373), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [117807] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6616), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114661] = 6, + [117818] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - STATE(2701), 1, - sym_formal_parameters, - STATE(3345), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [114680] = 2, + ACTIONS(4737), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [117829] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6196), 1, + anon_sym_COLON, + ACTIONS(6618), 1, + anon_sym_EQ_GT, + STATE(4025), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [117844] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3067), 1, + anon_sym_COLON, + STATE(3897), 1, + sym_type_annotation, + ACTIONS(3075), 3, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACK, + [117859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5859), 5, + ACTIONS(5996), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114691] = 2, + [117870] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 5, + ACTIONS(6621), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114702] = 6, + [117881] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(2667), 1, - anon_sym_LPAREN, - STATE(2701), 1, - sym_formal_parameters, - STATE(3396), 1, - sym__call_signature, - STATE(3934), 1, - sym_type_parameters, - [114721] = 2, + ACTIONS(6144), 1, + anon_sym_AMP, + ACTIONS(6146), 1, + anon_sym_PIPE, + ACTIONS(6148), 1, + anon_sym_extends, + ACTIONS(6623), 1, + anon_sym_as, + ACTIONS(6625), 1, + anon_sym_RBRACK, + [117900] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5861), 5, + ACTIONS(5996), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114732] = 6, + [117911] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(764), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1287), 1, - anon_sym_LBRACE, - ACTIONS(5944), 1, - anon_sym_extends, - STATE(3281), 1, - sym_object_type, - STATE(3598), 1, - sym_extends_type_clause, - [114751] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4044), 1, + STATE(3297), 1, sym__call_signature, - [114770] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, + STATE(4156), 1, sym_type_parameters, - STATE(4049), 1, - sym__call_signature, - [114789] = 2, + [117930] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1459), 5, + ACTIONS(5990), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114800] = 4, + [117941] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_COLON, - ACTIONS(6540), 1, - anon_sym_EQ_GT, - STATE(3883), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [114815] = 2, + ACTIONS(6028), 1, + anon_sym_EQ, + ACTIONS(6627), 1, + anon_sym_COMMA, + ACTIONS(6629), 1, + anon_sym_RBRACE, + STATE(3662), 1, + aux_sym_enum_body_repeat1, + STATE(4006), 1, + sym__initializer, + [117960] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(212), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1228), 1, + anon_sym_LBRACE, + ACTIONS(6004), 1, + anon_sym_extends, + STATE(691), 1, + sym_object_type, + STATE(3742), 1, + sym_extends_type_clause, + [117979] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6440), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6631), 1, + anon_sym_BQUOTE, + ACTIONS(6633), 1, + sym__template_chars, + STATE(3415), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [117996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5859), 5, + ACTIONS(6635), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114826] = 6, + [118007] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3187), 1, + STATE(3167), 1, sym__call_signature, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - [114845] = 4, + [118026] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(3990), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3607), 1, - sym__initializer, - ACTIONS(6543), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [114860] = 6, + ACTIONS(4027), 1, + sym_identifier, + ACTIONS(4029), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118050] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(4069), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118061] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4031), 1, + sym_identifier, + ACTIONS(4033), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118074] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(3953), 1, + STATE(3692), 1, sym__call_signature, - [114879] = 5, + STATE(4156), 1, + sym_type_parameters, + [118093] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6330), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6372), 1, - sym__template_chars, - ACTIONS(6545), 1, - anon_sym_BQUOTE, - STATE(3358), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [114896] = 2, + ACTIONS(6637), 1, + sym_identifier, + ACTIONS(6639), 1, + anon_sym_GT, + ACTIONS(6641), 1, + sym_jsx_identifier, + STATE(4054), 1, + sym_nested_identifier, + STATE(4315), 1, + sym_jsx_namespace_name, + [118112] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6547), 5, + ACTIONS(6643), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114907] = 2, + [118123] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5861), 5, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3786), 1, + sym__initializer, + ACTIONS(6645), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [114918] = 2, + [118138] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5855), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [114929] = 2, + ACTIONS(6647), 5, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_extends, + anon_sym_implements, + [118149] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 5, + ACTIONS(5505), 1, anon_sym_EQ, + STATE(3778), 1, + sym__initializer, + ACTIONS(6649), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [114940] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - ACTIONS(6360), 1, anon_sym_SEMI, - ACTIONS(6362), 1, - sym__automatic_semicolon, - ACTIONS(6364), 1, - sym__function_signature_automatic_semicolon, - STATE(1948), 1, - sym_statement_block, - [114959] = 2, + [118164] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6549), 5, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3673), 1, + sym__initializer, + ACTIONS(6651), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [114970] = 2, + [118179] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6551), 5, + ACTIONS(2351), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [114981] = 6, - ACTIONS(3), 1, + [118190] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(4234), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3885), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [115000] = 2, - ACTIONS(3), 1, + [118201] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6553), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [115011] = 6, + ACTIONS(4243), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118212] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5379), 1, - anon_sym_LPAREN, - STATE(2756), 1, - sym_formal_parameters, - STATE(3046), 1, - sym__call_signature, - STATE(3917), 1, - sym_type_parameters, - [115030] = 6, + ACTIONS(6653), 1, + sym_identifier, + ACTIONS(6655), 1, + anon_sym_GT, + ACTIONS(6657), 1, + sym_jsx_identifier, + STATE(4136), 1, + sym_nested_identifier, + STATE(4212), 1, + sym_jsx_namespace_name, + [118231] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3937), 1, + STATE(3944), 1, sym_type_parameters, - STATE(4097), 1, + STATE(4010), 1, sym__call_signature, - [115049] = 6, + [118250] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6659), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118261] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(4146), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118272] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(4116), 1, + sym_identifier, + ACTIONS(4118), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118285] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3158), 1, - sym__call_signature, - STATE(3917), 1, + STATE(3944), 1, sym_type_parameters, - [115068] = 5, + STATE(4115), 1, + sym__call_signature, + [118304] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(6368), 1, - anon_sym_PIPE, - ACTIONS(6555), 2, - sym__automatic_semicolon, + ACTIONS(1407), 1, + anon_sym_LBRACE, + ACTIONS(6458), 1, anon_sym_SEMI, - [115085] = 6, + ACTIONS(6460), 1, + sym__automatic_semicolon, + ACTIONS(6462), 1, + sym__function_signature_automatic_semicolon, + STATE(150), 1, + sym_statement_block, + [118323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(4120), 1, + sym_identifier, + ACTIONS(4122), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118336] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(4142), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, anon_sym_LT, - ACTIONS(5379), 1, + [118347] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6661), 5, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_LPAREN, - STATE(2756), 1, - sym_formal_parameters, - STATE(3440), 1, - sym__call_signature, - STATE(3917), 1, - sym_type_parameters, - [115104] = 6, + anon_sym_extends, + anon_sym_implements, + [118358] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3076), 1, + STATE(3764), 1, sym__call_signature, - STATE(3917), 1, + STATE(4156), 1, sym_type_parameters, - [115123] = 4, + [118377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1441), 1, - anon_sym_DOT, - ACTIONS(3756), 1, + ACTIONS(4194), 1, + sym_identifier, + ACTIONS(4196), 4, anon_sym_LBRACE, - ACTIONS(3758), 3, - anon_sym_COMMA, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118390] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6663), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, anon_sym_LT, - anon_sym_LBRACE_PIPE, - [115138] = 4, + [118401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3700), 1, - sym__initializer, - ACTIONS(6557), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115153] = 2, + ACTIONS(4200), 1, + sym_identifier, + ACTIONS(4202), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118414] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6665), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2247), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [115164] = 6, + ACTIONS(4204), 1, + sym_identifier, + ACTIONS(4206), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118438] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, + ACTIONS(6440), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6667), 1, + anon_sym_BQUOTE, + ACTIONS(6669), 1, + sym__template_chars, + STATE(3504), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [118455] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4194), 1, + sym_identifier, + ACTIONS(4196), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118468] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4261), 1, + sym_identifier, + ACTIONS(4263), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118481] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4194), 1, + sym_identifier, + ACTIONS(4196), 4, anon_sym_LBRACE, - ACTIONS(6522), 1, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118494] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3382), 1, + anon_sym_LBRACE, + ACTIONS(6432), 1, anon_sym_SEMI, - ACTIONS(6524), 1, + ACTIONS(6434), 1, sym__automatic_semicolon, - ACTIONS(6526), 1, + ACTIONS(6436), 1, sym__function_signature_automatic_semicolon, - STATE(3188), 1, + STATE(1978), 1, sym_statement_block, - [115183] = 4, + [118513] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, + ACTIONS(5505), 1, anon_sym_EQ, - STATE(3699), 1, + STATE(3669), 1, sym__initializer, - ACTIONS(6559), 3, + ACTIONS(6671), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [115198] = 6, - ACTIONS(3), 1, + [118528] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(6673), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3890), 1, - sym__call_signature, - STATE(3937), 1, - sym_type_parameters, - [115217] = 6, + [118539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(4243), 1, + sym_identifier, + ACTIONS(4245), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118552] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(2701), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3685), 1, + STATE(3115), 1, sym__call_signature, - STATE(3934), 1, + STATE(4022), 1, sym_type_parameters, - [115236] = 6, + [118571] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(4194), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118582] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6675), 1, + sym_identifier, + ACTIONS(6677), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118595] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(2819), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(2745), 1, sym_formal_parameters, - STATE(3412), 1, + STATE(3435), 1, sym__call_signature, - STATE(3917), 1, + STATE(4156), 1, sym_type_parameters, - [115255] = 4, - ACTIONS(3), 1, + [118614] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_COLON, - ACTIONS(6561), 1, - anon_sym_EQ_GT, - STATE(3928), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [115270] = 6, - ACTIONS(3), 1, + ACTIONS(4261), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118625] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6146), 1, - anon_sym_class, - ACTIONS(6148), 1, - anon_sym_abstract, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [115289] = 6, + ACTIONS(6679), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118636] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6681), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118647] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6663), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118658] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2701), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3347), 1, - sym__call_signature, - STATE(3934), 1, + STATE(3944), 1, sym_type_parameters, - [115308] = 2, + STATE(4042), 1, + sym__call_signature, + [118677] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5956), 5, + ACTIONS(5988), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [115319] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1544), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(1542), 3, - anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [115332] = 2, + [118688] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6564), 5, + ACTIONS(6683), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [115343] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3772), 1, - sym__initializer, - ACTIONS(6566), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115358] = 2, + [118699] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5956), 5, + ACTIONS(5988), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [115369] = 6, - ACTIONS(3), 1, + [118710] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(4194), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4002), 1, - sym__call_signature, - [115388] = 2, - ACTIONS(3), 1, + [118721] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6568), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [115399] = 6, + ACTIONS(4204), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118732] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(3123), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4103), 1, + STATE(3509), 1, sym__call_signature, - [115418] = 2, + STATE(4022), 1, + sym_type_parameters, + [118751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6130), 5, + ACTIONS(6685), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [115429] = 3, + [118762] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1608), 2, - anon_sym_SLASH, - sym_identifier, - ACTIONS(1606), 3, + ACTIONS(1407), 1, anon_sym_LBRACE, - anon_sym_GT, - sym_jsx_identifier, - [115442] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5975), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(6422), 1, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [115453] = 2, + ACTIONS(6424), 1, + sym__automatic_semicolon, + ACTIONS(6426), 1, + sym__function_signature_automatic_semicolon, + STATE(175), 1, + sym_statement_block, + [118781] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6570), 5, + ACTIONS(6317), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [115464] = 6, - ACTIONS(3), 1, + [118792] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(205), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1230), 1, + ACTIONS(4200), 5, anon_sym_LBRACE, - ACTIONS(5944), 1, - anon_sym_extends, - STATE(736), 1, - sym_object_type, - STATE(3659), 1, - sym_extends_type_clause, - [115483] = 2, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6572), 5, + ACTIONS(5986), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [115494] = 6, + [118814] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3243), 1, - sym__call_signature, - STATE(3917), 1, + STATE(3944), 1, sym_type_parameters, - [115513] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3206), 1, - anon_sym_COLON, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(4807), 1, - anon_sym_COMMA, - ACTIONS(6574), 1, - anon_sym_RBRACE, - STATE(3696), 1, - aux_sym_object_pattern_repeat1, - [115532] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6576), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [115543] = 6, + STATE(4078), 1, + sym__call_signature, + [118833] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(2768), 1, sym_formal_parameters, - STATE(3250), 1, + STATE(3461), 1, sym__call_signature, - STATE(3917), 1, + STATE(4022), 1, sym_type_parameters, - [115562] = 6, + [118852] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(4194), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [118863] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2756), 1, + STATE(3177), 1, sym_formal_parameters, - STATE(3212), 1, + STATE(3933), 1, sym__call_signature, - STATE(3917), 1, + STATE(3944), 1, sym_type_parameters, - [115581] = 5, + [118882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_DQUOTE, - ACTIONS(1943), 1, - anon_sym_SQUOTE, - ACTIONS(6578), 1, + ACTIONS(4142), 1, sym_identifier, - STATE(3788), 2, - sym__module_export_name, - sym_string, - [115598] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1397), 1, + ACTIONS(4144), 4, anon_sym_LBRACE, - ACTIONS(6409), 1, - anon_sym_SEMI, - ACTIONS(6411), 1, - sym__automatic_semicolon, - ACTIONS(6413), 1, - sym__function_signature_automatic_semicolon, - STATE(186), 1, - sym_statement_block, - [115617] = 6, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118895] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3123), 1, - sym_formal_parameters, - STATE(3937), 1, - sym_type_parameters, - STATE(4028), 1, - sym__call_signature, - [115636] = 6, + ACTIONS(6440), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6450), 1, + sym__template_chars, + ACTIONS(6687), 1, + anon_sym_BQUOTE, + STATE(3373), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [118912] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(6148), 1, + ACTIONS(6430), 1, anon_sym_abstract, - ACTIONS(6292), 1, + ACTIONS(6689), 1, anon_sym_class, - STATE(1151), 1, + STATE(1137), 1, aux_sym_export_statement_repeat1, - STATE(1171), 1, + STATE(1162), 1, sym_decorator, - [115655] = 4, + [118931] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_EQ, - STATE(3777), 1, - sym__initializer, - ACTIONS(6580), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115670] = 5, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6286), 1, + anon_sym_abstract, + ACTIONS(6691), 1, + anon_sym_class, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [118950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - ACTIONS(6582), 1, + ACTIONS(4146), 1, sym_identifier, - STATE(4164), 2, - sym__module_export_name, - sym_string, - [115687] = 5, + ACTIONS(4148), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [118963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(6368), 1, - anon_sym_PIPE, - ACTIONS(6584), 2, + ACTIONS(6693), 5, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [115704] = 5, + anon_sym_PIPE_RBRACE, + [118974] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6586), 1, - anon_sym_QMARK, - [115720] = 4, + ACTIONS(3382), 1, + anon_sym_LBRACE, + ACTIONS(6490), 1, + anon_sym_SEMI, + ACTIONS(6492), 1, + sym__automatic_semicolon, + ACTIONS(6494), 1, + sym__function_signature_automatic_semicolon, + STATE(1906), 1, + sym_statement_block, + [118993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6588), 1, - anon_sym_COMMA, - STATE(3525), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6590), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [115734] = 5, + ACTIONS(4234), 1, + sym_identifier, + ACTIONS(4236), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [119006] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3904), 1, - sym_type_parameters, - STATE(4264), 1, - sym_formal_parameters, - [115750] = 4, + ACTIONS(4069), 1, + sym_identifier, + ACTIONS(4071), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [119019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - STATE(3893), 1, - sym__from_clause, - ACTIONS(4011), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [115764] = 5, + ACTIONS(3990), 1, + sym_identifier, + ACTIONS(3992), 4, + anon_sym_LBRACE, + anon_sym_GT, + sym_jsx_identifier, + anon_sym_SLASH_GT, + [119032] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6594), 1, - anon_sym_class, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [115780] = 5, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(6446), 1, + anon_sym_PIPE, + ACTIONS(6695), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [119049] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6596), 1, + ACTIONS(6066), 1, + anon_sym_LT, + ACTIONS(6697), 1, anon_sym_LBRACE, - ACTIONS(6598), 1, + STATE(3675), 1, + sym_type_arguments, + ACTIONS(6699), 2, anon_sym_COMMA, - ACTIONS(6601), 1, anon_sym_LBRACE_PIPE, - STATE(3451), 1, - aux_sym_extends_type_clause_repeat1, - [115796] = 4, + [119066] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5958), 1, - anon_sym_EQ, - STATE(3862), 1, - sym__initializer, - ACTIONS(6603), 2, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6701), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [115810] = 4, - ACTIONS(5567), 1, + anon_sym_GT, + [119083] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6605), 1, - anon_sym_DQUOTE, - STATE(3453), 1, - aux_sym_string_repeat1, - ACTIONS(6607), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [115824] = 4, + ACTIONS(6440), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6703), 1, + anon_sym_BQUOTE, + ACTIONS(6705), 1, + sym__template_chars, + STATE(3425), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [119100] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(4027), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [119111] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(4031), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [119122] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6663), 5, + anon_sym_LBRACE, + aux_sym_jsx_text_token1, + aux_sym_jsx_text_token2, + anon_sym_LT_SLASH, + anon_sym_LT, + [119133] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6588), 1, - anon_sym_COMMA, - STATE(3525), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6610), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [115838] = 4, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5531), 1, + anon_sym_LPAREN, + STATE(2768), 1, + sym_formal_parameters, + STATE(3475), 1, + sym__call_signature, + STATE(4022), 1, + sym_type_parameters, + [119152] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3825), 1, + ACTIONS(5410), 1, anon_sym_LPAREN, - STATE(1883), 2, - sym_template_string, + ACTIONS(5416), 1, + anon_sym_LT, + STATE(2670), 1, sym_arguments, - [115852] = 5, + STATE(2843), 1, + sym_type_arguments, + [119168] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6612), 1, - anon_sym_COLON, - [115868] = 4, + ACTIONS(6707), 1, + anon_sym_RBRACK, + [119184] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6588), 1, - anon_sym_COMMA, - STATE(3554), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6614), 2, + ACTIONS(6709), 1, + anon_sym_from, + STATE(4073), 1, + sym__from_clause, + ACTIONS(4103), 2, sym__automatic_semicolon, anon_sym_SEMI, - [115882] = 4, - ACTIONS(5567), 1, + [119198] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 1, - anon_sym_SQUOTE, - STATE(3458), 1, - aux_sym_string_repeat2, - ACTIONS(6618), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [115896] = 5, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6711), 1, + anon_sym_class, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [119214] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6621), 1, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(6713), 1, sym_identifier, - STATE(2992), 1, - sym_nested_type_identifier, - STATE(3543), 1, - sym_generic_type, - STATE(4181), 1, - sym_nested_identifier, - [115912] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6623), 1, - anon_sym_SQUOTE, - STATE(3538), 1, - aux_sym_string_repeat2, - ACTIONS(6625), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [115926] = 5, + ACTIONS(6715), 1, + anon_sym_GT, + STATE(4145), 1, + sym_type_parameter, + [119230] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6627), 1, - anon_sym_RBRACK, - [115942] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6629), 1, - anon_sym_SQUOTE, - STATE(3458), 1, - aux_sym_string_repeat2, - ACTIONS(6631), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [115956] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6629), 1, - anon_sym_DQUOTE, - STATE(3453), 1, - aux_sym_string_repeat1, - ACTIONS(6633), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [115970] = 5, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4076), 1, + sym_type_parameters, + STATE(4424), 1, + sym_formal_parameters, + [119246] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3871), 1, + STATE(4039), 1, sym_type_parameters, - STATE(4445), 1, + STATE(4337), 1, sym_formal_parameters, - [115986] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6635), 1, - anon_sym_SQUOTE, - STATE(3458), 1, - aux_sym_string_repeat2, - ACTIONS(6631), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [116000] = 4, + [119262] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6588), 1, - anon_sym_COMMA, - STATE(3447), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6637), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116014] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6635), 1, - anon_sym_DQUOTE, - STATE(3453), 1, - aux_sym_string_repeat1, - ACTIONS(6633), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [116028] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6639), 1, - anon_sym_SQUOTE, - STATE(3465), 1, - aux_sym_string_repeat2, - ACTIONS(6641), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [116042] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6639), 1, - anon_sym_DQUOTE, - STATE(3467), 1, - aux_sym_string_repeat1, - ACTIONS(6643), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [116056] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6645), 1, - anon_sym_DQUOTE, - STATE(3480), 1, - aux_sym_string_repeat1, - ACTIONS(6647), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [116070] = 4, - ACTIONS(5567), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4081), 1, + sym_type_parameters, + STATE(4406), 1, + sym_formal_parameters, + [119278] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6645), 1, - anon_sym_SQUOTE, - STATE(3481), 1, - aux_sym_string_repeat2, - ACTIONS(6649), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [116084] = 5, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(5231), 1, + anon_sym_EQ_GT, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + [119292] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6651), 1, - anon_sym_RBRACK, - [116100] = 5, + ACTIONS(6028), 1, + anon_sym_EQ, + STATE(4066), 1, + sym__initializer, + ACTIONS(6717), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [119306] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6653), 1, - anon_sym_RBRACK, - [116116] = 5, + ACTIONS(1875), 1, + anon_sym_LT, + ACTIONS(6719), 1, + anon_sym_EQ_GT, + ACTIONS(3256), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + [119320] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3873), 1, + STATE(3980), 1, sym_type_parameters, - STATE(4273), 1, + STATE(4255), 1, sym_formal_parameters, - [116132] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6623), 1, - anon_sym_DQUOTE, - STATE(3479), 1, - aux_sym_string_repeat1, - ACTIONS(6655), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [116146] = 4, + [119336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - STATE(3921), 1, - sym__from_clause, - ACTIONS(4224), 2, + ACTIONS(6721), 1, + anon_sym_COMMA, + STATE(3565), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6723), 2, sym__automatic_semicolon, anon_sym_SEMI, - [116160] = 5, + [119350] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6657), 1, - sym_identifier, - ACTIONS(6659), 1, - sym_jsx_identifier, - STATE(4068), 1, - sym_nested_identifier, - STATE(4436), 1, - sym_jsx_namespace_name, - [116176] = 5, + ACTIONS(3884), 1, + anon_sym_LPAREN, + ACTIONS(3986), 1, + anon_sym_LT, + STATE(1772), 1, + sym_type_arguments, + STATE(1773), 1, + sym_arguments, + [119366] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6661), 1, - anon_sym_RPAREN, - [116192] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6663), 1, - anon_sym_DQUOTE, - STATE(3453), 1, - aux_sym_string_repeat1, - ACTIONS(6633), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [116206] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6665), 1, - anon_sym_DQUOTE, - STATE(3453), 1, - aux_sym_string_repeat1, - ACTIONS(6633), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [116220] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6665), 1, - anon_sym_SQUOTE, - STATE(3458), 1, - aux_sym_string_repeat2, - ACTIONS(6631), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [116234] = 5, + ACTIONS(6725), 1, + anon_sym_RBRACK, + [119382] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5871), 1, + ACTIONS(6729), 1, anon_sym_COMMA, - ACTIONS(6667), 1, + STATE(3589), 1, + aux_sym_extends_clause_repeat1, + ACTIONS(6727), 2, anon_sym_LBRACE, - ACTIONS(6669), 1, - anon_sym_LBRACE_PIPE, - STATE(3451), 1, - aux_sym_extends_type_clause_repeat1, - [116250] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1409), 1, - anon_sym_COMMA, - ACTIONS(6671), 1, - anon_sym_EQ, - ACTIONS(6673), 1, - anon_sym_RBRACK, - STATE(3612), 1, - aux_sym_array_pattern_repeat1, - [116266] = 5, + anon_sym_implements, + [119396] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5871), 1, - anon_sym_COMMA, - ACTIONS(6667), 1, + ACTIONS(6731), 1, anon_sym_LBRACE, - ACTIONS(6669), 1, + ACTIONS(6733), 1, + anon_sym_COMMA, + ACTIONS(6736), 1, anon_sym_LBRACE_PIPE, - STATE(3451), 1, + STATE(3537), 1, aux_sym_extends_type_clause_repeat1, - [116282] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6675), 1, - anon_sym_SQUOTE, - STATE(3458), 1, - aux_sym_string_repeat2, - ACTIONS(6631), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [116296] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6675), 1, - anon_sym_DQUOTE, - STATE(3453), 1, - aux_sym_string_repeat1, - ACTIONS(6633), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [116310] = 5, + [119412] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5871), 1, + ACTIONS(6028), 1, + anon_sym_EQ, + STATE(4006), 1, + sym__initializer, + ACTIONS(6738), 2, anon_sym_COMMA, - ACTIONS(6677), 1, - anon_sym_LBRACE, - ACTIONS(6679), 1, - anon_sym_LBRACE_PIPE, - STATE(3451), 1, - aux_sym_extends_type_clause_repeat1, - [116326] = 5, + anon_sym_RBRACE, + [119426] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6681), 1, - sym_identifier, - STATE(3298), 1, - sym_nested_type_identifier, - STATE(3748), 1, - sym_generic_type, - STATE(4181), 1, - sym_nested_identifier, - [116342] = 5, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6740), 1, + anon_sym_class, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [119442] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6683), 1, - anon_sym_RBRACK, - [116358] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6685), 1, - anon_sym_SQUOTE, - STATE(3485), 1, - aux_sym_string_repeat2, - ACTIONS(6687), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [116372] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6685), 1, - anon_sym_DQUOTE, - STATE(3486), 1, - aux_sym_string_repeat1, - ACTIONS(6689), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [116386] = 5, + ACTIONS(6742), 1, + anon_sym_RPAREN, + [119458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - sym_identifier, - ACTIONS(6693), 1, - sym_jsx_identifier, - STATE(4006), 1, - sym_nested_identifier, - STATE(4143), 1, - sym_jsx_namespace_name, - [116402] = 5, + ACTIONS(6721), 1, + anon_sym_COMMA, + STATE(3565), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6744), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [119472] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6695), 1, - anon_sym_RBRACK, - [116418] = 5, - ACTIONS(5567), 1, + ACTIONS(6709), 1, + anon_sym_from, + STATE(3993), 1, + sym__from_clause, + ACTIONS(4269), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [119486] = 5, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6697), 1, + ACTIONS(6746), 1, sym__glimmer_template_content, - ACTIONS(6699), 1, + ACTIONS(6748), 1, anon_sym_LT_SLASHtemplate_GT, - STATE(1396), 1, + STATE(1481), 1, sym_glimmer_closing_tag, - STATE(3514), 1, + STATE(3689), 1, aux_sym_glimmer_template_repeat1, - [116434] = 5, - ACTIONS(3), 1, + [119502] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3895), 1, - sym_type_parameters, - STATE(4431), 1, - sym_formal_parameters, - [116450] = 5, + ACTIONS(6750), 1, + anon_sym_SQUOTE, + STATE(3596), 1, + aux_sym_string_repeat2, + ACTIONS(6752), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [119516] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6701), 1, - anon_sym_RBRACK, - [116466] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6703), 1, - anon_sym_DQUOTE, - STATE(3463), 1, - aux_sym_string_repeat1, - ACTIONS(6705), 2, - sym_unescaped_double_string_fragment, + ACTIONS(6754), 4, + sym__template_chars, sym_escape_sequence, - [116480] = 4, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [119526] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6707), 1, - anon_sym_COMMA, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - ACTIONS(6093), 2, - anon_sym_LBRACE, - anon_sym_GT, - [116494] = 4, - ACTIONS(5567), 1, + ACTIONS(6709), 1, + anon_sym_from, + STATE(4064), 1, + sym__from_clause, + ACTIONS(6756), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [119540] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6710), 1, + ACTIONS(6750), 1, anon_sym_DQUOTE, - STATE(3453), 1, + STATE(3595), 1, aux_sym_string_repeat1, - ACTIONS(6633), 2, + ACTIONS(6758), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [116508] = 3, + [119554] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6760), 1, + anon_sym_SQUOTE, + STATE(3544), 1, + aux_sym_string_repeat2, + ACTIONS(6762), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [119568] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6492), 1, - anon_sym_RBRACE, - ACTIONS(3530), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [116520] = 5, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4144), 1, + sym_type_parameters, + STATE(4215), 1, + sym_formal_parameters, + [119584] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6712), 1, - anon_sym_COLON, - [116536] = 3, + ACTIONS(6764), 1, + anon_sym_RPAREN, + [119600] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5124), 1, - anon_sym_EQ_GT, - ACTIONS(3206), 3, + ACTIONS(3006), 1, anon_sym_LPAREN, + ACTIONS(3012), 1, anon_sym_LT, - anon_sym_QMARK, - [116548] = 3, + STATE(2575), 1, + sym_arguments, + STATE(2659), 1, + sym_type_arguments, + [119616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6714), 1, - anon_sym_EQ_GT, - ACTIONS(3206), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - [116560] = 5, + ACTIONS(5181), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [119626] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6721), 1, + anon_sym_COMMA, + STATE(3612), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6766), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [119640] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6760), 1, + anon_sym_DQUOTE, + STATE(3547), 1, + aux_sym_string_repeat1, + ACTIONS(6768), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [119654] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(6713), 1, + sym_identifier, + ACTIONS(6770), 1, + anon_sym_GT, + STATE(4145), 1, + sym_type_parameter, + [119670] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2875), 1, - sym_formal_parameters, - STATE(3915), 1, + STATE(4033), 1, sym_type_parameters, - [116576] = 4, - ACTIONS(5567), 1, + STATE(4407), 1, + sym_formal_parameters, + [119686] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6703), 1, + ACTIONS(6772), 1, anon_sym_SQUOTE, - STATE(3462), 1, + STATE(3596), 1, aux_sym_string_repeat2, - ACTIONS(6716), 2, + ACTIONS(6752), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [116590] = 4, - ACTIONS(5567), 1, + [119700] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6772), 1, + anon_sym_DQUOTE, + STATE(3595), 1, + aux_sym_string_repeat1, + ACTIONS(6758), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [119714] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6718), 1, + ACTIONS(6774), 1, anon_sym_SQUOTE, - STATE(3458), 1, + STATE(3557), 1, aux_sym_string_repeat2, - ACTIONS(6631), 2, + ACTIONS(6776), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [116604] = 4, - ACTIONS(5567), 1, + [119728] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6718), 1, + ACTIONS(6774), 1, anon_sym_DQUOTE, - STATE(3453), 1, + STATE(3558), 1, aux_sym_string_repeat1, - ACTIONS(6633), 2, + ACTIONS(6778), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [116618] = 5, + [119742] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1393), 1, - anon_sym_while, - ACTIONS(2089), 1, - anon_sym_LBRACE, - ACTIONS(5305), 1, - anon_sym_DOT, - STATE(678), 1, - sym_statement_block, - [116634] = 4, - ACTIONS(3), 1, + ACTIONS(5371), 1, + anon_sym_EQ, + STATE(4138), 1, + sym_default_type, + ACTIONS(6780), 2, + anon_sym_COMMA, + anon_sym_GT, + [119756] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_BQUOTE, - ACTIONS(3278), 1, - anon_sym_LPAREN, - STATE(1455), 2, - sym_template_string, - sym_arguments, - [116648] = 5, + ACTIONS(6782), 1, + anon_sym_SQUOTE, + STATE(3596), 1, + aux_sym_string_repeat2, + ACTIONS(6752), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [119770] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6782), 1, + anon_sym_DQUOTE, + STATE(3595), 1, + aux_sym_string_repeat1, + ACTIONS(6758), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [119784] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6720), 1, - anon_sym_RPAREN, - [116664] = 4, + ACTIONS(6784), 1, + anon_sym_COLON, + [119800] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6724), 1, + ACTIONS(6786), 1, anon_sym_COMMA, - STATE(3511), 1, - aux_sym_extends_clause_repeat1, - ACTIONS(6722), 2, - anon_sym_LBRACE, - anon_sym_implements, - [116678] = 4, + STATE(3565), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6789), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [119814] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4101), 1, + ACTIONS(5371), 1, + anon_sym_EQ, + STATE(4009), 1, + sym_default_type, + ACTIONS(6791), 2, anon_sym_COMMA, - STATE(3511), 1, - aux_sym_extends_clause_repeat1, - ACTIONS(6727), 2, - anon_sym_LBRACE, - anon_sym_implements, - [116692] = 5, + anon_sym_GT, + [119828] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4031), 1, + sym_type_parameters, + STATE(4377), 1, + sym_formal_parameters, + [119844] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6729), 1, + ACTIONS(6793), 1, anon_sym_QMARK, - [116708] = 5, - ACTIONS(5567), 1, + [119860] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym_LT_SLASHtemplate_GT, - ACTIONS(6731), 1, - sym__glimmer_template_content, - STATE(1467), 1, - sym_glimmer_closing_tag, - STATE(3833), 1, - aux_sym_glimmer_template_repeat1, - [116724] = 4, - ACTIONS(5567), 1, + ACTIONS(1421), 1, + anon_sym_COMMA, + ACTIONS(6795), 1, + anon_sym_EQ, + ACTIONS(6797), 1, + anon_sym_RBRACK, + STATE(3862), 1, + aux_sym_array_pattern_repeat1, + [119876] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6733), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4149), 1, + sym_type_parameters, + STATE(4226), 1, + sym_formal_parameters, + [119892] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6799), 1, anon_sym_SQUOTE, - STATE(3506), 1, + STATE(3596), 1, aux_sym_string_repeat2, - ACTIONS(6735), 2, + ACTIONS(6752), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [116738] = 4, - ACTIONS(5567), 1, + [119906] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6799), 1, + anon_sym_DQUOTE, + STATE(3595), 1, + aux_sym_string_repeat1, + ACTIONS(6758), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [119920] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(6713), 1, + sym_identifier, + ACTIONS(6801), 1, + anon_sym_GT, + STATE(4145), 1, + sym_type_parameter, + [119936] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6737), 1, + ACTIONS(6803), 1, anon_sym_SQUOTE, - STATE(3458), 1, + STATE(3571), 1, aux_sym_string_repeat2, - ACTIONS(6631), 2, + ACTIONS(6805), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [116752] = 4, - ACTIONS(5567), 1, + [119950] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6737), 1, + ACTIONS(6803), 1, anon_sym_DQUOTE, - STATE(3453), 1, + STATE(3572), 1, aux_sym_string_repeat1, - ACTIONS(6633), 2, + ACTIONS(6807), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [116766] = 4, - ACTIONS(5567), 1, + [119964] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6733), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6809), 1, + anon_sym_COLON, + [119980] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6811), 1, anon_sym_DQUOTE, - STATE(3507), 1, + STATE(3590), 1, aux_sym_string_repeat1, - ACTIONS(6739), 2, + ACTIONS(6813), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [116780] = 4, - ACTIONS(3), 1, + [119994] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - STATE(3865), 1, - sym__from_clause, - ACTIONS(6741), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116794] = 4, + ACTIONS(6811), 1, + anon_sym_SQUOTE, + STATE(3591), 1, + aux_sym_string_repeat2, + ACTIONS(6815), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [120008] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6588), 1, + ACTIONS(6721), 1, anon_sym_COMMA, - STATE(3454), 1, + STATE(3533), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(6743), 2, + ACTIONS(6817), 2, sym__automatic_semicolon, anon_sym_SEMI, - [116808] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3805), 4, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [116818] = 4, - ACTIONS(5567), 1, + [120022] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6745), 1, + ACTIONS(6819), 1, anon_sym_SQUOTE, - STATE(3516), 1, + STATE(3596), 1, aux_sym_string_repeat2, - ACTIONS(6747), 2, + ACTIONS(6752), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [116832] = 4, - ACTIONS(5567), 1, + [120036] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6745), 1, + ACTIONS(6819), 1, anon_sym_DQUOTE, - STATE(3517), 1, + STATE(3595), 1, aux_sym_string_repeat1, - ACTIONS(6749), 2, + ACTIONS(6758), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [116846] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6751), 1, - anon_sym_QMARK, - [116862] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6753), 1, - anon_sym_COMMA, - STATE(3525), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6756), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116876] = 5, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6731), 1, - sym__glimmer_template_content, - ACTIONS(6758), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1904), 1, - sym_glimmer_closing_tag, - STATE(3833), 1, - aux_sym_glimmer_template_repeat1, - [116892] = 5, + [120050] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6760), 1, - anon_sym_COLON, - [116908] = 5, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6758), 1, - anon_sym_LT_SLASHtemplate_GT, - ACTIONS(6762), 1, - sym__glimmer_template_content, - STATE(1979), 1, - sym_glimmer_closing_tag, - STATE(3526), 1, - aux_sym_glimmer_template_repeat1, - [116924] = 5, + ACTIONS(6821), 1, + anon_sym_RBRACK, + [120066] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6764), 1, + ACTIONS(3256), 1, anon_sym_COLON, - [116940] = 5, + ACTIONS(4605), 1, + anon_sym_EQ, + ACTIONS(6823), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [120080] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(4043), 1, + STATE(4011), 1, sym_type_parameters, - STATE(4137), 1, + STATE(4369), 1, sym_formal_parameters, - [116956] = 2, + [120096] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5180), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [116966] = 4, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6825), 1, + anon_sym_RBRACK, + [120112] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6766), 1, + ACTIONS(6827), 1, anon_sym_EQ, - STATE(3848), 1, + STATE(3961), 1, sym__initializer, - ACTIONS(5591), 2, + ACTIONS(5737), 2, anon_sym_in, anon_sym_of, - [116980] = 4, + [120126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5288), 1, - anon_sym_EQ, - STATE(4080), 1, - sym_default_type, - ACTIONS(6768), 2, - anon_sym_COMMA, - anon_sym_GT, - [116994] = 4, + ACTIONS(3575), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [120136] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6588), 1, + ACTIONS(6721), 1, anon_sym_COMMA, - STATE(3557), 1, + STATE(3541), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(6770), 2, + ACTIONS(6829), 2, sym__automatic_semicolon, anon_sym_SEMI, - [117008] = 5, + [120150] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(6729), 1, + anon_sym_COMMA, + STATE(3593), 1, + aux_sym_extends_clause_repeat1, + ACTIONS(6831), 2, + anon_sym_LBRACE, + anon_sym_implements, + [120164] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6833), 1, + anon_sym_DQUOTE, + STATE(3595), 1, + aux_sym_string_repeat1, + ACTIONS(6758), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [120178] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6833), 1, + anon_sym_SQUOTE, + STATE(3596), 1, + aux_sym_string_repeat2, + ACTIONS(6752), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [120192] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6772), 1, - anon_sym_RPAREN, - [117024] = 4, + ACTIONS(6835), 1, + anon_sym_RBRACK, + [120208] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6839), 1, + anon_sym_COMMA, + STATE(3593), 1, + aux_sym_extends_clause_repeat1, + ACTIONS(6837), 2, + anon_sym_LBRACE, + anon_sym_implements, + [120222] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(3007), 1, + sym_formal_parameters, + STATE(3974), 1, + sym_type_parameters, + [120238] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6842), 1, + anon_sym_DQUOTE, + STATE(3595), 1, + aux_sym_string_repeat1, + ACTIONS(6844), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [120252] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6847), 1, + anon_sym_SQUOTE, + STATE(3596), 1, + aux_sym_string_repeat2, + ACTIONS(6849), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [120266] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3206), 1, - anon_sym_COLON, - ACTIONS(4507), 1, - anon_sym_EQ, - ACTIONS(6774), 2, + ACTIONS(6721), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [117038] = 5, + STATE(3615), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6852), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [120280] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(4079), 1, + STATE(4130), 1, sym_type_parameters, - STATE(4175), 1, + STATE(4339), 1, sym_formal_parameters, - [117054] = 4, - ACTIONS(5567), 1, + [120296] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6663), 1, - anon_sym_SQUOTE, - STATE(3458), 1, - aux_sym_string_repeat2, - ACTIONS(6631), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [117068] = 5, + ACTIONS(6709), 1, + anon_sym_from, + STATE(4050), 1, + sym__from_clause, + ACTIONS(6854), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [120310] = 5, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6748), 1, + anon_sym_LT_SLASHtemplate_GT, + ACTIONS(6856), 1, + sym__glimmer_template_content, + STATE(1444), 1, + sym_glimmer_closing_tag, + STATE(3543), 1, + aux_sym_glimmer_template_repeat1, + [120326] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6776), 1, - anon_sym_RBRACK, - [117084] = 5, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(3028), 1, + sym_formal_parameters, + STATE(4023), 1, + sym_type_parameters, + [120342] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6778), 1, - anon_sym_class, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [117100] = 4, + ACTIONS(6858), 1, + sym_identifier, + STATE(3119), 1, + sym_nested_type_identifier, + STATE(3605), 1, + sym_generic_type, + STATE(4264), 1, + sym_nested_identifier, + [120358] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6780), 1, - anon_sym_COMMA, - STATE(3541), 1, - aux_sym_array_repeat1, - ACTIONS(4304), 2, - anon_sym_RPAREN, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6860), 1, anon_sym_RBRACK, - [117114] = 3, - ACTIONS(3), 1, + [120374] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6783), 1, + ACTIONS(6862), 1, + anon_sym_SQUOTE, + STATE(3562), 1, + aux_sym_string_repeat2, + ACTIONS(6864), 2, + sym_unescaped_single_string_fragment, sym_escape_sequence, - ACTIONS(6785), 3, - sym__template_chars, - anon_sym_BQUOTE, - anon_sym_DOLLAR_LBRACE, - [117126] = 5, + [120388] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5871), 1, + ACTIONS(6062), 1, anon_sym_COMMA, - ACTIONS(6057), 1, + ACTIONS(6274), 1, anon_sym_LBRACE, - ACTIONS(6059), 1, + ACTIONS(6276), 1, anon_sym_LBRACE_PIPE, - STATE(3482), 1, + STATE(3651), 1, aux_sym_extends_type_clause_repeat1, - [117142] = 2, - ACTIONS(3), 1, + [120404] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6788), 4, - sym__template_chars, + ACTIONS(6862), 1, + anon_sym_DQUOTE, + STATE(3563), 1, + aux_sym_string_repeat1, + ACTIONS(6866), 2, + sym_unescaped_double_string_fragment, sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR_LBRACE, - [117152] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6790), 1, - anon_sym_RBRACK, - [117168] = 5, + [120418] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4090), 1, - sym_type_parameters, - STATE(4162), 1, - sym_formal_parameters, - [117184] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3227), 1, + ACTIONS(3212), 1, anon_sym_LBRACE, - ACTIONS(5595), 1, + ACTIONS(5517), 1, anon_sym_STAR, - STATE(4117), 2, + STATE(4518), 2, sym_namespace_import, sym_named_imports, - [117198] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6792), 1, - anon_sym_RBRACK, - [117214] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4048), 1, - sym_type_parameters, - STATE(4381), 1, - sym_formal_parameters, - [117230] = 5, - ACTIONS(3), 1, + [120432] = 5, + ACTIONS(5627), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3882), 1, - sym_type_parameters, - STATE(4142), 1, - sym_formal_parameters, - [117246] = 5, + ACTIONS(6746), 1, + sym__glimmer_template_content, + ACTIONS(6868), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1935), 1, + sym_glimmer_closing_tag, + STATE(3689), 1, + aux_sym_glimmer_template_repeat1, + [120448] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6794), 1, - anon_sym_QMARK, - [117262] = 5, + ACTIONS(6870), 1, + anon_sym_RBRACK, + [120464] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6796), 1, + ACTIONS(6872), 1, anon_sym_QMARK, - [117278] = 5, + [120480] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6798), 1, - anon_sym_QMARK, - [117294] = 4, + ACTIONS(6874), 1, + anon_sym_RBRACK, + [120496] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6588), 1, + ACTIONS(6721), 1, anon_sym_COMMA, - STATE(3525), 1, + STATE(3565), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(6800), 2, + ACTIONS(6876), 2, sym__automatic_semicolon, anon_sym_SEMI, - [117308] = 5, + [120510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym_identifier, - ACTIONS(6804), 1, - sym_jsx_identifier, - STATE(3861), 1, - sym_nested_identifier, - STATE(4377), 1, - sym_jsx_namespace_name, - [117324] = 5, + ACTIONS(6878), 1, + sym_escape_sequence, + ACTIONS(6880), 3, + sym__template_chars, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [120522] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6806), 1, - anon_sym_RPAREN, - [117340] = 4, + ACTIONS(2977), 1, + anon_sym_LT, + ACTIONS(5648), 1, + anon_sym_LPAREN, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + [120538] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6588), 1, + ACTIONS(6721), 1, anon_sym_COMMA, - STATE(3525), 1, + STATE(3565), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(6808), 2, + ACTIONS(6883), 2, sym__automatic_semicolon, anon_sym_SEMI, - [117354] = 5, + [120552] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4053), 1, - sym_type_parameters, - STATE(4367), 1, - sym_formal_parameters, - [117370] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6810), 1, - anon_sym_COLON, - [117386] = 4, - ACTIONS(5567), 1, + ACTIONS(6885), 1, + anon_sym_RPAREN, + [120568] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6710), 1, + ACTIONS(6887), 1, anon_sym_SQUOTE, - STATE(3458), 1, + STATE(3580), 1, aux_sym_string_repeat2, - ACTIONS(6631), 2, + ACTIONS(6889), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [117400] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6812), 1, - anon_sym_RPAREN, - [117416] = 5, + [120582] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6814), 1, - anon_sym_export, - STATE(1151), 1, - aux_sym_export_statement_repeat1, - STATE(1171), 1, - sym_decorator, - [117432] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2481), 1, + ACTIONS(1240), 1, anon_sym_LT, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2948), 1, - sym_formal_parameters, - STATE(3916), 1, + STATE(4005), 1, sym_type_parameters, - [117448] = 4, - ACTIONS(3), 1, + STATE(4222), 1, + sym_formal_parameters, + [120598] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - STATE(4007), 1, - sym__from_clause, - ACTIONS(6816), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [117462] = 4, + ACTIONS(6887), 1, + anon_sym_DQUOTE, + STATE(3581), 1, + aux_sym_string_repeat1, + ACTIONS(6891), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [120612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4101), 1, + ACTIONS(6028), 1, + anon_sym_EQ, + STATE(3919), 1, + sym__initializer, + ACTIONS(6893), 2, anon_sym_COMMA, - STATE(3511), 1, - aux_sym_extends_clause_repeat1, - ACTIONS(6818), 2, - anon_sym_LBRACE, - anon_sym_implements, - [117476] = 5, + anon_sym_RPAREN, + [120626] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6895), 1, + anon_sym_export, + STATE(1137), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [120642] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6820), 1, + ACTIONS(6897), 1, anon_sym_COLON, - [117492] = 5, + [120658] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4067), 1, - sym_type_parameters, - STATE(4306), 1, - sym_formal_parameters, - [117508] = 5, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6899), 1, + anon_sym_QMARK, + [120674] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6901), 1, + anon_sym_SQUOTE, + STATE(3596), 1, + aux_sym_string_repeat2, + ACTIONS(6752), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [120688] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6822), 1, - sym_identifier, - ACTIONS(6824), 1, - sym_jsx_identifier, - STATE(4027), 1, - sym_nested_identifier, - STATE(4311), 1, - sym_jsx_namespace_name, - [117524] = 5, + ACTIONS(6903), 1, + anon_sym_COMMA, + STATE(3625), 1, + aux_sym_array_repeat1, + ACTIONS(4486), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [120702] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(3296), 1, anon_sym_LT, - ACTIONS(5883), 1, + ACTIONS(3304), 1, anon_sym_LPAREN, - STATE(4074), 1, - sym_type_parameters, - STATE(4314), 1, - sym_formal_parameters, - [117540] = 4, + STATE(1308), 1, + sym_arguments, + STATE(1309), 1, + sym_type_arguments, + [120718] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5958), 1, - anon_sym_EQ, - STATE(3952), 1, - sym__initializer, - ACTIONS(6826), 2, - anon_sym_COMMA, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6906), 1, anon_sym_RPAREN, - [117554] = 4, - ACTIONS(5567), 1, + [120734] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(6828), 1, + ACTIONS(6901), 1, anon_sym_DQUOTE, - STATE(3499), 1, + STATE(3595), 1, aux_sym_string_repeat1, - ACTIONS(6830), 2, + ACTIONS(6758), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [117568] = 4, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6828), 1, - anon_sym_SQUOTE, - STATE(3560), 1, - aux_sym_string_repeat2, - ACTIONS(6832), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [117582] = 5, + [120748] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, - anon_sym_AMP, - ACTIONS(5410), 1, - anon_sym_PIPE, - ACTIONS(5412), 1, - anon_sym_extends, - ACTIONS(6834), 1, - anon_sym_RBRACK, - [117598] = 5, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2977), 1, + anon_sym_LT, + STATE(2416), 1, + sym_arguments, + STATE(2504), 1, + sym_type_arguments, + [120764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(6561), 1, + anon_sym_RBRACE, + ACTIONS(3603), 3, anon_sym_AMP, - ACTIONS(5410), 1, anon_sym_PIPE, - ACTIONS(5412), 1, anon_sym_extends, - ACTIONS(6836), 1, - anon_sym_RBRACK, - [117614] = 5, + [120776] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 1, + ACTIONS(1421), 1, anon_sym_COMMA, - ACTIONS(6671), 1, + ACTIONS(6795), 1, anon_sym_EQ, - ACTIONS(6838), 1, + ACTIONS(6908), 1, anon_sym_RBRACK, - STATE(3721), 1, + STATE(3668), 1, aux_sym_array_pattern_repeat1, - [117630] = 4, + [120792] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5958), 1, - anon_sym_EQ, - STATE(4096), 1, - sym__initializer, - ACTIONS(6840), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [117644] = 5, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(6713), 1, + sym_identifier, + ACTIONS(6910), 1, + anon_sym_GT, + STATE(4145), 1, + sym_type_parameter, + [120808] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6912), 1, + anon_sym_SQUOTE, + STATE(3624), 1, + aux_sym_string_repeat2, + ACTIONS(6914), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [120822] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6912), 1, + anon_sym_DQUOTE, + STATE(3628), 1, + aux_sym_string_repeat1, + ACTIONS(6916), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [120836] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6918), 1, + anon_sym_SQUOTE, + STATE(3596), 1, + aux_sym_string_repeat2, + ACTIONS(6752), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [120850] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(5497), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(5499), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(5501), 1, anon_sym_extends, - ACTIONS(6842), 1, - anon_sym_RBRACK, - [117660] = 4, + ACTIONS(6920), 1, + anon_sym_RPAREN, + [120866] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6844), 1, - anon_sym_COMMA, - ACTIONS(6846), 1, - anon_sym_GT, - STATE(3645), 1, - aux_sym_type_parameters_repeat1, - [117673] = 4, - ACTIONS(3), 1, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4133), 1, + sym_type_parameters, + STATE(4328), 1, + sym_formal_parameters, + [120882] = 5, + ACTIONS(5627), 1, sym_comment, - ACTIONS(5661), 1, - anon_sym_implements, - ACTIONS(6848), 1, - anon_sym_LBRACE, - STATE(4210), 1, - sym_implements_clause, - [117686] = 2, - ACTIONS(3), 1, + ACTIONS(6868), 1, + anon_sym_LT_SLASHtemplate_GT, + ACTIONS(6922), 1, + sym__glimmer_template_content, + STATE(1900), 1, + sym_glimmer_closing_tag, + STATE(3608), 1, + aux_sym_glimmer_template_repeat1, + [120898] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(5923), 3, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [117695] = 4, + ACTIONS(6918), 1, + anon_sym_DQUOTE, + STATE(3595), 1, + aux_sym_string_repeat1, + ACTIONS(6758), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [120912] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1347), 1, - anon_sym_RPAREN, - ACTIONS(6850), 1, - anon_sym_COMMA, - STATE(3596), 1, - aux_sym_formal_parameters_repeat1, - [117708] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(3859), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [117717] = 2, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6924), 1, + anon_sym_QMARK, + [120928] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6852), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [117726] = 4, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6926), 1, + anon_sym_COLON, + [120944] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4334), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [117739] = 4, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6928), 1, + anon_sym_QMARK, + [120960] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4334), 1, - anon_sym_RPAREN, - STATE(3618), 1, - aux_sym_array_repeat1, - [117752] = 4, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6930), 1, + anon_sym_COLON, + [120976] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4279), 1, - anon_sym_RBRACK, - STATE(3722), 1, - aux_sym_array_repeat1, - [117765] = 2, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6932), 1, + anon_sym_QMARK, + [120992] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6756), 3, - sym__automatic_semicolon, + ACTIONS(6934), 1, anon_sym_COMMA, - anon_sym_SEMI, - [117774] = 4, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + ACTIONS(6236), 2, + anon_sym_LBRACE, + anon_sym_GT, + [121006] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4279), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6937), 1, anon_sym_RBRACK, - STATE(3541), 1, - aux_sym_array_repeat1, - [117787] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - ACTIONS(6854), 1, - anon_sym_LPAREN, - STATE(614), 1, - sym_statement_block, - [117800] = 4, + [121022] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 1, - anon_sym_COMMA, - ACTIONS(6838), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6939), 1, anon_sym_RBRACK, - STATE(3630), 1, - aux_sym_array_pattern_repeat1, - [117813] = 4, - ACTIONS(3), 1, + [121038] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4393), 1, - anon_sym_RPAREN, - STATE(3608), 1, - aux_sym_array_repeat1, - [117826] = 4, + ACTIONS(6941), 1, + anon_sym_SQUOTE, + STATE(3635), 1, + aux_sym_string_repeat2, + ACTIONS(6943), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [121052] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4393), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [117839] = 2, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6945), 1, + anon_sym_RBRACK, + [121068] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 3, - anon_sym_LBRACE, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6947), 1, anon_sym_COLON, - anon_sym_EQ_GT, - [117848] = 2, + [121084] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6856), 3, - sym__automatic_semicolon, + ACTIONS(6062), 1, anon_sym_COMMA, - anon_sym_SEMI, - [117857] = 4, + ACTIONS(6949), 1, + anon_sym_LBRACE, + ACTIONS(6951), 1, + anon_sym_LBRACE_PIPE, + STATE(3537), 1, + aux_sym_extends_type_clause_repeat1, + [121100] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2517), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + ACTIONS(6953), 1, anon_sym_RBRACK, - ACTIONS(6858), 1, - anon_sym_COMMA, - STATE(3756), 1, - aux_sym_tuple_type_repeat1, - [117870] = 4, + [121116] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6860), 1, + ACTIONS(6062), 1, anon_sym_COMMA, - ACTIONS(6863), 1, - anon_sym_RPAREN, - STATE(3596), 1, - aux_sym_formal_parameters_repeat1, - [117883] = 3, + ACTIONS(6949), 1, + anon_sym_LBRACE, + ACTIONS(6951), 1, + anon_sym_LBRACE_PIPE, + STATE(3537), 1, + aux_sym_extends_type_clause_repeat1, + [121132] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3740), 1, - anon_sym_LBRACE, - ACTIONS(3742), 2, + ACTIONS(6062), 1, anon_sym_COMMA, + ACTIONS(6955), 1, + anon_sym_LBRACE, + ACTIONS(6957), 1, anon_sym_LBRACE_PIPE, - [117894] = 4, + STATE(3537), 1, + aux_sym_extends_type_clause_repeat1, + [121148] = 4, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(6941), 1, + anon_sym_DQUOTE, + STATE(3639), 1, + aux_sym_string_repeat1, + ACTIONS(6959), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [121162] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(764), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1287), 1, - anon_sym_LBRACE, - STATE(3214), 1, - sym_object_type, - [117907] = 4, + ACTIONS(6961), 1, + sym_identifier, + STATE(3514), 1, + sym_nested_type_identifier, + STATE(3865), 1, + sym_generic_type, + STATE(4264), 1, + sym_nested_identifier, + [121178] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6865), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(6867), 1, - anon_sym_RBRACE, - STATE(3657), 1, - aux_sym_enum_body_repeat1, - [117920] = 4, + ACTIONS(4460), 1, + anon_sym_RPAREN, + STATE(3727), 1, + aux_sym_array_repeat1, + [121191] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6869), 1, + ACTIONS(6963), 1, anon_sym_COMMA, - ACTIONS(6871), 1, - anon_sym_GT, - STATE(3716), 1, - aux_sym_type_parameters_repeat1, - [117933] = 4, + ACTIONS(6965), 1, + anon_sym_RPAREN, + STATE(3855), 1, + aux_sym_formal_parameters_repeat1, + [121204] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6873), 1, + ACTIONS(6967), 1, anon_sym_COMMA, - ACTIONS(6875), 1, + ACTIONS(6969), 1, anon_sym_RBRACK, - STATE(3623), 1, + STATE(3700), 1, aux_sym_tuple_type_repeat1, - [117946] = 2, + [121217] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4304), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2507), 1, anon_sym_RBRACK, - [117955] = 2, + ACTIONS(6971), 1, + anon_sym_COMMA, + STATE(3847), 1, + aux_sym_tuple_type_repeat1, + [121230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6423), 3, + ACTIONS(6973), 3, sym__automatic_semicolon, - anon_sym_COMMA, + anon_sym_from, anon_sym_SEMI, - [117964] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6671), 1, - anon_sym_EQ, - ACTIONS(6877), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [117975] = 4, + [121239] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5707), 1, - anon_sym_AMP, - ACTIONS(5709), 1, - anon_sym_PIPE, - ACTIONS(5711), 1, - anon_sym_extends, - [117988] = 4, + ACTIONS(6975), 1, + anon_sym_COMMA, + ACTIONS(6977), 1, + anon_sym_RBRACE, + STATE(3846), 1, + aux_sym_enum_body_repeat1, + [121252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(6979), 1, anon_sym_COMMA, - ACTIONS(6879), 1, - anon_sym_RBRACK, - STATE(3541), 1, - aux_sym_array_repeat1, - [118001] = 2, + ACTIONS(6981), 1, + anon_sym_RPAREN, + STATE(3795), 1, + aux_sym_formal_parameters_repeat1, + [121265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6881), 3, + ACTIONS(6983), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [118010] = 4, + [121274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(6883), 1, - anon_sym_RPAREN, - STATE(3541), 1, + ACTIONS(6985), 1, + anon_sym_RBRACK, + STATE(3625), 1, aux_sym_array_repeat1, - [118023] = 4, + [121287] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5746), 1, - anon_sym_RBRACE, - ACTIONS(6885), 1, + ACTIONS(6987), 1, anon_sym_COMMA, - STATE(3725), 1, - aux_sym_named_imports_repeat1, - [118036] = 4, + ACTIONS(6989), 1, + anon_sym_RBRACE, + STATE(3846), 1, + aux_sym_enum_body_repeat1, + [121300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 1, - anon_sym_GT, - ACTIONS(6887), 1, + ACTIONS(6795), 1, + anon_sym_EQ, + ACTIONS(6991), 2, anon_sym_COMMA, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - [118049] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(764), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1287), 1, - anon_sym_LBRACE, - STATE(3282), 1, - sym_object_type, - [118062] = 4, + anon_sym_RBRACK, + [121311] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 1, + ACTIONS(1421), 1, anon_sym_COMMA, - ACTIONS(6889), 1, + ACTIONS(6993), 1, anon_sym_RBRACK, - STATE(3630), 1, + STATE(3720), 1, aux_sym_array_pattern_repeat1, - [118075] = 2, + [121324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6423), 3, + ACTIONS(6995), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [118084] = 4, + [121333] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(6997), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6893), 1, - anon_sym_RBRACE, - STATE(3666), 1, - aux_sym_object_repeat1, - [118097] = 4, + anon_sym_SEMI, + [121342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6895), 1, - sym_identifier, - ACTIONS(6897), 1, - anon_sym_LBRACK, - ACTIONS(6899), 1, - sym_private_property_identifier, - [118110] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6901), 3, + ACTIONS(3657), 1, anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118119] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6903), 1, - sym_identifier, - ACTIONS(6905), 1, - anon_sym_LBRACK, - ACTIONS(6907), 1, - sym_private_property_identifier, - [118132] = 4, + ACTIONS(3659), 2, + anon_sym_COMMA, + anon_sym_LBRACE_PIPE, + [121353] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(6997), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6909), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [118145] = 4, + anon_sym_SEMI, + [121362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6911), 1, - sym_identifier, - ACTIONS(6913), 1, - anon_sym_LBRACK, - ACTIONS(6915), 1, - sym_private_property_identifier, - [118158] = 4, + ACTIONS(6999), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [121371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2829), 1, - anon_sym_GT, - ACTIONS(6917), 1, + ACTIONS(7001), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - [118171] = 4, + anon_sym_SEMI, + [121380] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6919), 1, - sym_identifier, - ACTIONS(6921), 1, - anon_sym_LBRACK, - ACTIONS(6923), 1, - sym_private_property_identifier, - [118184] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6925), 3, + ACTIONS(3683), 1, anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118193] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2515), 1, - anon_sym_RBRACK, - ACTIONS(6927), 1, + ACTIONS(3685), 2, anon_sym_COMMA, - STATE(3756), 1, - aux_sym_tuple_type_repeat1, - [118206] = 2, - ACTIONS(5567), 1, + anon_sym_LBRACE_PIPE, + [121391] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118215] = 2, - ACTIONS(5567), 1, + ACTIONS(7003), 3, + sym__automatic_semicolon, + anon_sym_from, + anon_sym_SEMI, + [121400] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 3, + ACTIONS(5785), 1, + anon_sym_implements, + ACTIONS(7005), 1, anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118224] = 4, + STATE(4243), 1, + sym_implements_clause, + [121413] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(6713), 1, sym_identifier, - ACTIONS(6931), 1, - anon_sym_require, - STATE(3824), 1, - sym_nested_identifier, - [118237] = 4, + STATE(4145), 1, + sym_type_parameter, + [121426] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6933), 1, + ACTIONS(7007), 1, anon_sym_COMMA, - ACTIONS(6935), 1, + ACTIONS(7010), 1, anon_sym_RBRACE, - STATE(3609), 1, - aux_sym_named_imports_repeat1, - [118250] = 3, + STATE(3679), 1, + aux_sym_export_clause_repeat1, + [121439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6937), 1, + ACTIONS(7012), 1, anon_sym_as, - ACTIONS(6939), 2, + ACTIONS(7014), 2, anon_sym_COMMA, anon_sym_RBRACE, - [118261] = 4, + [121450] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6941), 1, + ACTIONS(7016), 1, sym_identifier, - STATE(1143), 1, + STATE(1130), 1, sym_decorator_member_expression, - STATE(1182), 1, + STATE(1158), 1, sym_decorator_call_expression, - [118274] = 4, + [121463] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6877), 1, - anon_sym_RBRACK, - ACTIONS(6943), 1, + ACTIONS(2763), 1, + anon_sym_GT, + ACTIONS(7018), 1, anon_sym_COMMA, - STATE(3630), 1, - aux_sym_array_pattern_repeat1, - [118287] = 2, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + [121476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6946), 3, + ACTIONS(7020), 3, sym__automatic_semicolon, - anon_sym_COMMA, + anon_sym_from, anon_sym_SEMI, - [118296] = 4, + [121485] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(6948), 1, - anon_sym_RBRACE, - STATE(3665), 1, - aux_sym_object_pattern_repeat1, - [118309] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6901), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118318] = 4, + ACTIONS(7022), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [121498] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, + ACTIONS(5384), 1, anon_sym_DOT, - ACTIONS(5476), 1, + ACTIONS(5595), 1, anon_sym_COLON, - ACTIONS(6950), 1, + ACTIONS(7024), 1, anon_sym_GT, - [118331] = 2, - ACTIONS(5567), 1, + [121511] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118340] = 4, + ACTIONS(1421), 1, + anon_sym_COMMA, + ACTIONS(6908), 1, + anon_sym_RBRACK, + STATE(3720), 1, + aux_sym_array_pattern_repeat1, + [121524] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6952), 1, - sym_identifier, - ACTIONS(6954), 1, - anon_sym_GT, - STATE(4072), 1, - sym_type_parameter, - [118353] = 2, - ACTIONS(5567), 1, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(4511), 1, + anon_sym_RBRACK, + STATE(3625), 1, + aux_sym_array_repeat1, + [121537] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6956), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118362] = 2, - ACTIONS(5567), 1, + ACTIONS(3585), 1, + anon_sym_extends, + ACTIONS(7026), 1, + anon_sym_AMP, + ACTIONS(7028), 1, + anon_sym_PIPE, + [121550] = 4, + ACTIONS(5627), 1, sym_comment, - ACTIONS(4027), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118371] = 4, + ACTIONS(7030), 1, + sym__glimmer_template_content, + ACTIONS(7033), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(3689), 1, + aux_sym_glimmer_template_repeat1, + [121563] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6958), 1, + ACTIONS(7001), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6961), 1, - anon_sym_GT, - STATE(3639), 1, - aux_sym_type_parameters_repeat1, - [118384] = 2, + anon_sym_SEMI, + [121572] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(4511), 1, + anon_sym_RBRACK, + STATE(3665), 1, + aux_sym_array_repeat1, + [121585] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6963), 3, + ACTIONS(7035), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [118393] = 3, + [121594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6937), 1, - anon_sym_as, - ACTIONS(6965), 2, + ACTIONS(7037), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [118404] = 4, + ACTIONS(7039), 1, + anon_sym_RBRACK, + STATE(3660), 1, + aux_sym_tuple_type_repeat1, + [121607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6967), 1, + ACTIONS(7041), 1, + anon_sym_EQ, + ACTIONS(7043), 2, + anon_sym_COMMA, + anon_sym_from, + [121618] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4486), 3, anon_sym_COMMA, - ACTIONS(6969), 1, anon_sym_RPAREN, - STATE(3736), 1, - aux_sym_formal_parameters_repeat1, - [118417] = 4, + anon_sym_RBRACK, + [121627] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6971), 1, - anon_sym_EQ, - ACTIONS(6973), 1, + ACTIONS(2773), 1, + anon_sym_GT, + ACTIONS(7045), 1, anon_sym_COMMA, - ACTIONS(6975), 1, - anon_sym_from, - [118430] = 4, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + [121640] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6977), 1, + ACTIONS(5811), 1, + anon_sym_RBRACE, + ACTIONS(7047), 1, + anon_sym_COMMA, + STATE(3679), 1, + aux_sym_export_clause_repeat1, + [121653] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(4473), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [121666] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2071), 1, + anon_sym_LBRACE, + ACTIONS(7049), 1, anon_sym_LPAREN, - ACTIONS(6979), 1, - anon_sym_await, - STATE(48), 1, - sym__for_header, - [118443] = 4, + STATE(599), 1, + sym_statement_block, + [121679] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6981), 1, + ACTIONS(2501), 1, + anon_sym_RBRACK, + ACTIONS(7051), 1, anon_sym_COMMA, - ACTIONS(6983), 1, + STATE(3847), 1, + aux_sym_tuple_type_repeat1, + [121692] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5384), 1, + anon_sym_DOT, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(7053), 1, anon_sym_GT, - STATE(3639), 1, + [121705] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7055), 1, + anon_sym_COMMA, + ACTIONS(7057), 1, + anon_sym_GT, + STATE(3769), 1, aux_sym_type_parameters_repeat1, - [118456] = 4, + [121718] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6985), 1, + ACTIONS(1331), 1, + anon_sym_RPAREN, + ACTIONS(7059), 1, anon_sym_COMMA, - ACTIONS(6987), 1, - anon_sym_RBRACK, - STATE(3804), 1, - aux_sym_tuple_type_repeat1, - [118469] = 2, + STATE(3866), 1, + aux_sym_formal_parameters_repeat1, + [121731] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5180), 3, - sym__automatic_semicolon, + ACTIONS(1632), 1, anon_sym_COMMA, - anon_sym_SEMI, - [118478] = 4, + ACTIONS(4473), 1, + anon_sym_RPAREN, + STATE(3734), 1, + aux_sym_array_repeat1, + [121744] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5402), 1, + ACTIONS(6144), 1, anon_sym_AMP, - ACTIONS(5410), 1, + ACTIONS(6146), 1, anon_sym_PIPE, - ACTIONS(5412), 1, + ACTIONS(6148), 1, anon_sym_extends, - [118491] = 4, + [121757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6162), 1, - anon_sym_COMMA, - ACTIONS(6989), 1, + ACTIONS(7061), 1, anon_sym_LBRACE, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - [118504] = 4, + ACTIONS(6589), 2, + anon_sym_extends, + anon_sym_LBRACE_PIPE, + [121768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2503), 1, - anon_sym_RBRACK, - ACTIONS(6991), 1, + ACTIONS(6092), 3, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [121777] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7063), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3756), 1, - aux_sym_tuple_type_repeat1, - [118517] = 4, + anon_sym_SEMI, + [121786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6952), 1, - sym_identifier, - ACTIONS(6983), 1, - anon_sym_GT, - STATE(4072), 1, - sym_type_parameter, - [118530] = 4, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(4460), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [121799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(6993), 1, + ACTIONS(7065), 1, anon_sym_EQ, - STATE(4329), 1, - sym_type_parameters, - [118543] = 2, - ACTIONS(5567), 1, + ACTIONS(3120), 2, + anon_sym_in, + anon_sym_of, + [121810] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4023), 3, + ACTIONS(3532), 1, anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118552] = 2, + ACTIONS(3534), 2, + anon_sym_COMMA, + anon_sym_LBRACE_PIPE, + [121821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6946), 3, - sym__automatic_semicolon, + ACTIONS(3478), 1, + anon_sym_LBRACE, + ACTIONS(3480), 2, anon_sym_COMMA, - anon_sym_SEMI, - [118561] = 4, + anon_sym_LBRACE_PIPE, + [121832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, - anon_sym_LT, - ACTIONS(6995), 1, - anon_sym_EQ, - STATE(4247), 1, - sym_type_parameters, - [118574] = 4, + ACTIONS(3474), 1, + anon_sym_LBRACE, + ACTIONS(3476), 2, + anon_sym_COMMA, + anon_sym_LBRACE_PIPE, + [121843] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7067), 1, + sym_identifier, + ACTIONS(7069), 1, + anon_sym_LBRACK, + ACTIONS(7071), 1, + sym_private_property_identifier, + [121856] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5980), 3, + anon_sym_LBRACK, + sym_identifier, + sym_private_property_identifier, + [121865] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6997), 1, + ACTIONS(7073), 1, anon_sym_COMMA, - ACTIONS(6999), 1, + ACTIONS(7075), 1, anon_sym_RBRACE, - STATE(3737), 1, - aux_sym_enum_body_repeat1, - [118587] = 4, + STATE(3808), 1, + aux_sym_object_repeat1, + [121878] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7001), 1, + ACTIONS(7077), 1, + anon_sym_EQ, + ACTIONS(3075), 2, anon_sym_COMMA, - ACTIONS(7003), 1, - anon_sym_RBRACE, - STATE(3737), 1, - aux_sym_enum_body_repeat1, - [118600] = 4, + anon_sym_RBRACK, + [121889] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(7005), 1, - anon_sym_GT, - [118613] = 4, + ACTIONS(7080), 1, + sym_identifier, + ACTIONS(7082), 1, + anon_sym_LBRACK, + ACTIONS(7084), 1, + sym_private_property_identifier, + [121902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(205), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1230), 1, - anon_sym_LBRACE, - STATE(654), 1, - sym_object_type, - [118626] = 4, + ACTIONS(7086), 1, + anon_sym_COMMA, + ACTIONS(7088), 1, + anon_sym_RBRACK, + STATE(3743), 1, + aux_sym_tuple_type_repeat1, + [121915] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 1, - anon_sym_GT, - ACTIONS(7007), 1, + ACTIONS(6991), 1, + anon_sym_RBRACK, + ACTIONS(7090), 1, anon_sym_COMMA, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - [118639] = 2, + STATE(3720), 1, + aux_sym_array_pattern_repeat1, + [121928] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7009), 3, + ACTIONS(6405), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [118648] = 4, + [121937] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(1421), 1, anon_sym_COMMA, - ACTIONS(7011), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [118661] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(3960), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118670] = 4, + ACTIONS(6908), 1, + anon_sym_RBRACK, + STATE(3668), 1, + aux_sym_array_pattern_repeat1, + [121950] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3632), 1, - anon_sym_extends, - ACTIONS(7013), 1, + ACTIONS(5805), 1, anon_sym_AMP, - ACTIONS(7015), 1, + ACTIONS(5807), 1, anon_sym_PIPE, - [118683] = 4, + ACTIONS(5809), 1, + anon_sym_extends, + [121963] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7017), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(7020), 1, - anon_sym_RBRACE, - STATE(3665), 1, - aux_sym_object_pattern_repeat1, - [118696] = 4, + ACTIONS(4471), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [121976] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7022), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(7025), 1, - anon_sym_RBRACE, - STATE(3666), 1, - aux_sym_object_repeat1, - [118709] = 4, + ACTIONS(4471), 1, + anon_sym_RPAREN, + STATE(3684), 1, + aux_sym_array_repeat1, + [121989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7027), 1, - anon_sym_COMMA, - ACTIONS(7029), 1, - anon_sym_RBRACK, - STATE(3595), 1, - aux_sym_tuple_type_repeat1, - [118722] = 4, + ACTIONS(7093), 1, + sym_identifier, + ACTIONS(7095), 1, + anon_sym_LBRACK, + ACTIONS(7097), 1, + sym_private_property_identifier, + [122002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(4420), 1, + ACTIONS(7099), 1, anon_sym_RPAREN, - STATE(3676), 1, + STATE(3625), 1, aux_sym_array_repeat1, - [118735] = 4, + [122015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(6405), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(4420), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [118748] = 4, + anon_sym_SEMI, + [122024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7031), 1, + ACTIONS(2761), 1, + anon_sym_GT, + ACTIONS(7101), 1, anon_sym_COMMA, - ACTIONS(7033), 1, - anon_sym_RBRACE, - STATE(3820), 1, - aux_sym_enum_body_repeat1, - [118761] = 4, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + [122037] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(7103), 1, anon_sym_COMMA, - ACTIONS(7035), 1, + ACTIONS(7105), 1, anon_sym_RPAREN, - STATE(3541), 1, + STATE(3703), 1, + aux_sym_formal_parameters_repeat1, + [122050] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7107), 1, + sym_identifier, + ACTIONS(7109), 1, + anon_sym_LBRACK, + ACTIONS(7111), 1, + sym_private_property_identifier, + [122063] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6709), 1, + anon_sym_from, + ACTIONS(7113), 1, + anon_sym_as, + STATE(4040), 1, + sym__from_clause, + [122076] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7115), 1, + sym_identifier, + ACTIONS(7117), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [122087] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(7119), 1, + anon_sym_RPAREN, + STATE(3625), 1, aux_sym_array_repeat1, - [118774] = 2, - ACTIONS(5567), 1, + [122100] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118783] = 4, + ACTIONS(7121), 1, + sym_identifier, + ACTIONS(7123), 1, + anon_sym_LBRACK, + ACTIONS(7125), 1, + sym_private_property_identifier, + [122113] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7127), 1, + sym_identifier, + ACTIONS(7129), 1, + anon_sym_require, + STATE(3889), 1, + sym_nested_identifier, + [122126] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7131), 1, + sym_identifier, + ACTIONS(7133), 1, + anon_sym_LBRACK, + ACTIONS(7135), 1, + sym_private_property_identifier, + [122139] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(7137), 1, anon_sym_COMMA, - ACTIONS(7037), 1, + ACTIONS(7139), 1, anon_sym_RBRACE, - STATE(3666), 1, - aux_sym_object_repeat1, - [118796] = 4, + STATE(3891), 1, + aux_sym_named_imports_repeat1, + [122152] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7141), 1, + sym_identifier, + ACTIONS(7143), 1, + anon_sym_LBRACK, + ACTIONS(7145), 1, + sym_private_property_identifier, + [122165] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(7147), 1, anon_sym_COMMA, - ACTIONS(7039), 1, + ACTIONS(7149), 1, anon_sym_RBRACE, - STATE(3665), 1, - aux_sym_object_pattern_repeat1, - [118809] = 2, - ACTIONS(5567), 1, + STATE(3666), 1, + aux_sym_enum_body_repeat1, + [122178] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7151), 1, + sym_identifier, + ACTIONS(7153), 1, + anon_sym_LBRACK, + ACTIONS(7155), 1, + sym_private_property_identifier, + [122191] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 3, + ACTIONS(212), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1228), 1, anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118818] = 4, + STATE(763), 1, + sym_object_type, + [122204] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(2493), 1, + anon_sym_RBRACK, + ACTIONS(7157), 1, anon_sym_COMMA, - ACTIONS(7041), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [118831] = 2, + STATE(3847), 1, + aux_sym_tuple_type_repeat1, + [122217] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7043), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [118840] = 4, + ACTIONS(7159), 1, + sym_identifier, + STATE(2231), 1, + sym_decorator_member_expression, + STATE(2317), 1, + sym_decorator_call_expression, + [122230] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, - anon_sym_GT, - ACTIONS(7045), 1, + ACTIONS(7161), 1, + anon_sym_as, + ACTIONS(7043), 2, anon_sym_COMMA, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - [118853] = 2, - ACTIONS(5567), 1, + anon_sym_RBRACE, + [122241] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(212), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1228), 1, + anon_sym_LBRACE, + STATE(670), 1, + sym_object_type, + [122254] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 3, + ACTIONS(6094), 3, anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118862] = 2, + anon_sym_COLON, + anon_sym_EQ_GT, + [122263] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7047), 3, + ACTIONS(7163), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [118871] = 2, + [122272] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7049), 3, - sym__automatic_semicolon, + ACTIONS(7165), 1, + anon_sym_EQ, + ACTIONS(7043), 2, anon_sym_COMMA, - anon_sym_SEMI, - [118880] = 2, + anon_sym_from, + [122283] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7051), 3, + ACTIONS(7167), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [118889] = 4, + [122292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(7169), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(4317), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [118902] = 4, + anon_sym_SEMI, + [122301] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(4908), 1, anon_sym_COMMA, - ACTIONS(4317), 1, - anon_sym_RPAREN, - STATE(3662), 1, - aux_sym_array_repeat1, - [118915] = 2, + ACTIONS(7171), 1, + anon_sym_RBRACE, + STATE(3807), 1, + aux_sym_object_pattern_repeat1, + [122314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7047), 3, + ACTIONS(7173), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [118924] = 2, + [122323] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7053), 3, - sym__automatic_semicolon, + ACTIONS(7175), 1, anon_sym_COMMA, - anon_sym_SEMI, - [118933] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(3960), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118942] = 3, + ACTIONS(7177), 1, + anon_sym_RBRACE, + STATE(3846), 1, + aux_sym_enum_body_repeat1, + [122336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7055), 1, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(6713), 1, sym_identifier, - ACTIONS(7057), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [118953] = 4, + STATE(3702), 1, + sym_type_parameter, + [122349] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2779), 1, - anon_sym_GT, - ACTIONS(7059), 1, + ACTIONS(7179), 1, anon_sym_COMMA, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - [118966] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(3980), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118975] = 2, + ACTIONS(7181), 1, + anon_sym_RBRACE, + STATE(3846), 1, + aux_sym_enum_body_repeat1, + [122362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7049), 3, - sym__automatic_semicolon, + ACTIONS(4908), 1, anon_sym_COMMA, - anon_sym_SEMI, - [118984] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(3956), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [118993] = 2, + ACTIONS(7183), 1, + anon_sym_RBRACE, + STATE(3840), 1, + aux_sym_object_pattern_repeat1, + [122375] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7061), 3, - sym__automatic_semicolon, + ACTIONS(7073), 1, anon_sym_COMMA, - anon_sym_SEMI, - [119002] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(6451), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [119011] = 2, + ACTIONS(7185), 1, + anon_sym_RBRACE, + STATE(3842), 1, + aux_sym_object_repeat1, + [122388] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7053), 3, + ACTIONS(7187), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119020] = 4, + [122397] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(7073), 1, anon_sym_COMMA, - ACTIONS(7063), 1, + ACTIONS(7185), 1, anon_sym_RBRACE, - STATE(3665), 1, - aux_sym_object_pattern_repeat1, - [119033] = 4, + STATE(3808), 1, + aux_sym_object_repeat1, + [122410] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(7189), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(4397), 1, - anon_sym_RPAREN, - STATE(3703), 1, - aux_sym_array_repeat1, - [119046] = 4, + anon_sym_SEMI, + [122419] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(5497), 1, + anon_sym_AMP, + ACTIONS(5499), 1, + anon_sym_PIPE, + ACTIONS(5501), 1, + anon_sym_extends, + [122432] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4908), 1, anon_sym_COMMA, - ACTIONS(4397), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [119059] = 2, + ACTIONS(7183), 1, + anon_sym_RBRACE, + STATE(3807), 1, + aux_sym_object_pattern_repeat1, + [122445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7065), 3, + ACTIONS(7167), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119068] = 2, + [122454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7067), 3, + ACTIONS(7063), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119077] = 2, + [122463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7043), 3, + ACTIONS(7191), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119086] = 4, + [122472] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(6983), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7069), 1, - anon_sym_RBRACE, - STATE(3666), 1, - aux_sym_object_repeat1, - [119099] = 4, + anon_sym_SEMI, + [122481] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(7189), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7071), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [119112] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(7073), 1, - anon_sym_GT, - [119125] = 4, + anon_sym_SEMI, + [122490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(6801), 1, anon_sym_GT, - ACTIONS(7075), 1, + ACTIONS(7193), 1, anon_sym_COMMA, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - [119138] = 4, + STATE(3773), 1, + aux_sym_type_parameters_repeat1, + [122503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(5521), 3, anon_sym_COMMA, - ACTIONS(7077), 1, anon_sym_RBRACE, - STATE(3674), 1, - aux_sym_object_pattern_repeat1, - [119151] = 4, + anon_sym_from, + [122512] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(6983), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7079), 1, - anon_sym_RBRACE, - STATE(3673), 1, - aux_sym_object_repeat1, - [119164] = 3, + anon_sym_SEMI, + [122521] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5284), 1, - anon_sym_is, - ACTIONS(5863), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [119175] = 3, + ACTIONS(2511), 1, + anon_sym_RBRACK, + ACTIONS(7195), 1, + anon_sym_COMMA, + STATE(3847), 1, + aux_sym_tuple_type_repeat1, + [122534] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6671), 1, - anon_sym_EQ, - ACTIONS(7081), 2, + ACTIONS(7197), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [119186] = 3, + ACTIONS(7200), 1, + anon_sym_GT, + STATE(3773), 1, + aux_sym_type_parameters_repeat1, + [122547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, - anon_sym_DOT, - ACTIONS(7083), 2, + ACTIONS(7202), 3, sym__automatic_semicolon, + anon_sym_COMMA, anon_sym_SEMI, - [119197] = 2, + [122556] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7043), 3, + ACTIONS(7204), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119206] = 3, + [122565] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, - anon_sym_LBRACE, - ACTIONS(3815), 2, + ACTIONS(7206), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [119217] = 2, + anon_sym_SEMI, + [122574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7085), 3, + ACTIONS(7208), 3, sym__automatic_semicolon, - anon_sym_from, + anon_sym_COMMA, anon_sym_SEMI, - [119226] = 4, + [122583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7087), 1, + ACTIONS(7210), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7090), 1, - anon_sym_RBRACE, - STATE(3714), 1, - aux_sym_export_clause_repeat1, - [119239] = 4, + anon_sym_SEMI, + [122592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(7204), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7079), 1, - anon_sym_RBRACE, - STATE(3666), 1, - aux_sym_object_repeat1, - [119252] = 4, + anon_sym_SEMI, + [122601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7092), 1, + ACTIONS(7212), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7094), 1, - anon_sym_GT, - STATE(3639), 1, - aux_sym_type_parameters_repeat1, - [119265] = 4, + anon_sym_SEMI, + [122610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(7214), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7077), 1, - anon_sym_RBRACE, - STATE(3665), 1, - aux_sym_object_pattern_repeat1, - [119278] = 4, + anon_sym_SEMI, + [122619] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6952), 1, - sym_identifier, - ACTIONS(7094), 1, - anon_sym_GT, - STATE(4072), 1, - sym_type_parameter, - [119291] = 3, + ACTIONS(6353), 1, + anon_sym_COMMA, + ACTIONS(7216), 1, + anon_sym_LBRACE, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + [122632] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7096), 1, - anon_sym_EQ, - ACTIONS(3076), 2, + ACTIONS(7187), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACK, - [119302] = 4, + anon_sym_SEMI, + [122641] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 1, + ACTIONS(1421), 1, anon_sym_COMMA, - ACTIONS(6838), 1, + ACTIONS(6797), 1, anon_sym_RBRACK, - STATE(3721), 1, + STATE(3862), 1, aux_sym_array_pattern_repeat1, - [119315] = 4, + [122654] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(7099), 1, + ACTIONS(4378), 1, anon_sym_RBRACK, - STATE(3630), 1, - aux_sym_array_pattern_repeat1, - [119328] = 4, + STATE(3860), 1, + aux_sym_array_repeat1, + [122667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(7218), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7101), 1, - anon_sym_RBRACK, - STATE(3541), 1, - aux_sym_array_repeat1, - [119341] = 3, + anon_sym_SEMI, + [122676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7103), 1, + ACTIONS(7220), 1, anon_sym_LBRACE, - ACTIONS(6449), 2, + ACTIONS(6661), 2, anon_sym_extends, anon_sym_LBRACE_PIPE, - [119352] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1832), 1, - anon_sym_LBRACE, - ACTIONS(7105), 1, - sym_identifier, - STATE(3449), 1, - sym_export_clause, - [119365] = 4, + [122687] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7107), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(7110), 1, - anon_sym_RBRACE, - STATE(3725), 1, - aux_sym_named_imports_repeat1, - [119378] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7112), 1, - anon_sym_LPAREN, - ACTIONS(7114), 1, - anon_sym_await, - STATE(52), 1, - sym__for_header, - [119391] = 4, + ACTIONS(4378), 1, + anon_sym_RBRACK, + STATE(3625), 1, + aux_sym_array_repeat1, + [122700] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1244), 1, - anon_sym_DQUOTE, - ACTIONS(1246), 1, - anon_sym_SQUOTE, - STATE(4179), 1, - sym_string, - [119404] = 4, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(4402), 1, + anon_sym_RPAREN, + STATE(3798), 1, + aux_sym_array_repeat1, + [122713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(6893), 1, - anon_sym_RBRACE, - STATE(3786), 1, - aux_sym_object_repeat1, - [119417] = 4, + ACTIONS(4402), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [122726] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7116), 1, + ACTIONS(1421), 1, anon_sym_COMMA, - ACTIONS(7118), 1, + ACTIONS(6797), 1, anon_sym_RBRACK, - STATE(3650), 1, - aux_sym_tuple_type_repeat1, - [119430] = 2, + STATE(3720), 1, + aux_sym_array_pattern_repeat1, + [122739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5991), 3, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [119439] = 4, + ACTIONS(7222), 1, + sym_identifier, + ACTIONS(7224), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [122750] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7226), 1, + anon_sym_LPAREN, + ACTIONS(7228), 1, + anon_sym_await, + STATE(40), 1, + sym__for_header, + [122763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(7230), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7122), 1, + anon_sym_SEMI, + [122772] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1341), 1, anon_sym_RPAREN, - STATE(3581), 1, + ACTIONS(7232), 1, + anon_sym_COMMA, + STATE(3866), 1, aux_sym_formal_parameters_repeat1, - [119452] = 2, + [122785] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5857), 3, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [119461] = 4, + ACTIONS(1301), 1, + anon_sym_DQUOTE, + ACTIONS(1303), 1, + anon_sym_SQUOTE, + STATE(3998), 1, + sym_string, + [122798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2109), 1, - anon_sym_while, - ACTIONS(7124), 1, - anon_sym_else, - STATE(761), 1, - sym_else_clause, - [119474] = 4, + ACTIONS(7234), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [122807] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(7126), 1, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(7236), 1, anon_sym_RPAREN, - STATE(4182), 1, - sym_type_annotation, - [119487] = 4, + STATE(3625), 1, + aux_sym_array_repeat1, + [122820] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6952), 1, - sym_identifier, - ACTIONS(7128), 1, + ACTIONS(7238), 1, + anon_sym_COMMA, + ACTIONS(7240), 1, anon_sym_GT, - STATE(4072), 1, - sym_type_parameter, - [119500] = 4, + STATE(3872), 1, + aux_sym_type_parameters_repeat1, + [122833] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1343), 1, - anon_sym_RPAREN, - ACTIONS(7130), 1, + ACTIONS(2781), 1, + anon_sym_GT, + ACTIONS(7242), 1, anon_sym_COMMA, - STATE(3596), 1, - aux_sym_formal_parameters_repeat1, - [119513] = 4, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + [122846] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7132), 1, + ACTIONS(7244), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7135), 1, - anon_sym_RBRACE, - STATE(3737), 1, - aux_sym_enum_body_repeat1, - [119526] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - ACTIONS(7137), 1, - anon_sym_as, - STATE(3938), 1, - sym__from_clause, - [119539] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(7139), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [119548] = 4, + anon_sym_SEMI, + [122855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5685), 1, - anon_sym_RBRACE, - ACTIONS(7141), 1, + ACTIONS(7163), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3714), 1, - aux_sym_export_clause_repeat1, - [119561] = 2, + anon_sym_SEMI, + [122864] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7143), 3, + ACTIONS(7246), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119570] = 4, + [122873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - ACTIONS(7137), 1, - anon_sym_as, - STATE(3872), 1, - sym__from_clause, - [119583] = 4, + ACTIONS(7248), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [122882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1832), 1, - anon_sym_LBRACE, - ACTIONS(7145), 1, - sym_identifier, - STATE(3476), 1, - sym_export_clause, - [119596] = 4, + ACTIONS(7250), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [122891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6973), 1, + ACTIONS(7252), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6975), 1, - anon_sym_from, - ACTIONS(7147), 1, - anon_sym_EQ, - [119609] = 3, + anon_sym_SEMI, + [122900] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7149), 1, - anon_sym_as, - ACTIONS(7151), 2, + ACTIONS(7254), 1, anon_sym_COMMA, + ACTIONS(7257), 1, anon_sym_RBRACE, - [119620] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7153), 1, - anon_sym_LBRACE, - ACTIONS(6352), 2, - anon_sym_extends, - anon_sym_LBRACE_PIPE, - [119631] = 4, + STATE(3807), 1, + aux_sym_object_pattern_repeat1, + [122913] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7155), 1, + ACTIONS(7259), 1, anon_sym_COMMA, - ACTIONS(7157), 1, + ACTIONS(7262), 1, anon_sym_RBRACE, - STATE(3740), 1, - aux_sym_export_clause_repeat1, - [119644] = 3, + STATE(3808), 1, + aux_sym_object_repeat1, + [122926] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6459), 1, - anon_sym_LBRACE, - ACTIONS(6461), 2, - anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [119655] = 2, + ACTIONS(7264), 1, + sym_identifier, + ACTIONS(7266), 1, + anon_sym_LBRACK, + ACTIONS(7268), 1, + sym_private_property_identifier, + [122939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7159), 3, + ACTIONS(7212), 3, sym__automatic_semicolon, - anon_sym_from, + anon_sym_COMMA, anon_sym_SEMI, - [119664] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5899), 1, - anon_sym_EQ, - ACTIONS(3096), 2, - anon_sym_in, - anon_sym_of, - [119675] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_DQUOTE, - ACTIONS(1305), 1, - anon_sym_SQUOTE, - STATE(3892), 1, - sym_string, - [119688] = 2, + [122948] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7161), 3, + ACTIONS(7163), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119697] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7163), 3, - sym__template_chars, - anon_sym_BQUOTE, - anon_sym_DOLLAR_LBRACE, - [119706] = 2, + [122957] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 3, + ACTIONS(7234), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119715] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(4017), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [119724] = 4, + [122966] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7167), 1, + ACTIONS(2749), 1, + anon_sym_GT, + ACTIONS(7270), 1, anon_sym_COMMA, - ACTIONS(7170), 1, - anon_sym_RBRACK, - STATE(3756), 1, - aux_sym_tuple_type_repeat1, - [119737] = 2, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + [122979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7172), 3, + ACTIONS(7272), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119746] = 2, + [122988] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7174), 3, - sym__automatic_semicolon, - anon_sym_from, - anon_sym_SEMI, - [119755] = 2, + ACTIONS(1848), 1, + anon_sym_LBRACE, + ACTIONS(7274), 1, + sym_identifier, + STATE(3542), 1, + sym_export_clause, + [123001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7161), 3, + ACTIONS(7187), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119764] = 2, + [123010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7176), 3, - sym__automatic_semicolon, + ACTIONS(7073), 1, anon_sym_COMMA, - anon_sym_SEMI, - [119773] = 2, + ACTIONS(7276), 1, + anon_sym_RBRACE, + STATE(3808), 1, + aux_sym_object_repeat1, + [123023] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7161), 3, - sym__automatic_semicolon, + ACTIONS(1632), 1, anon_sym_COMMA, - anon_sym_SEMI, - [119782] = 2, + ACTIONS(7278), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [123036] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7178), 3, - sym__automatic_semicolon, + ACTIONS(1632), 1, anon_sym_COMMA, - anon_sym_SEMI, - [119791] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7180), 1, - sym_identifier, - ACTIONS(7182), 1, - anon_sym_LBRACK, - ACTIONS(7184), 1, - sym_private_property_identifier, - [119804] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5913), 3, - anon_sym_LBRACK, - sym_identifier, - sym_private_property_identifier, - [119813] = 4, + ACTIONS(4400), 1, + anon_sym_RPAREN, + STATE(3825), 1, + aux_sym_array_repeat1, + [123049] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7186), 1, - sym_identifier, - ACTIONS(7188), 1, - anon_sym_LBRACK, - ACTIONS(7190), 1, - sym_private_property_identifier, - [119826] = 2, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(4400), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [123062] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7178), 3, - sym__automatic_semicolon, + ACTIONS(7280), 1, anon_sym_COMMA, - anon_sym_SEMI, - [119835] = 4, + ACTIONS(7282), 1, + anon_sym_RBRACE, + STATE(3754), 1, + aux_sym_enum_body_repeat1, + [123075] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(205), 1, + ACTIONS(756), 1, anon_sym_LBRACE_PIPE, - ACTIONS(1230), 1, + ACTIONS(1285), 1, anon_sym_LBRACE, - STATE(738), 1, + STATE(3362), 1, sym_object_type, - [119848] = 2, + [123088] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7192), 3, - sym__automatic_semicolon, + ACTIONS(1632), 1, anon_sym_COMMA, - anon_sym_SEMI, - [119857] = 4, + ACTIONS(4484), 1, + anon_sym_RPAREN, + STATE(3875), 1, + aux_sym_array_repeat1, + [123101] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7194), 1, + ACTIONS(4908), 1, anon_sym_COMMA, - ACTIONS(7196), 1, - anon_sym_RPAREN, - STATE(3799), 1, - aux_sym_formal_parameters_repeat1, - [119870] = 4, + ACTIONS(7284), 1, + anon_sym_RBRACE, + STATE(3807), 1, + aux_sym_object_pattern_repeat1, + [123114] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(4430), 1, + ACTIONS(7286), 1, anon_sym_RPAREN, - STATE(3671), 1, + STATE(3625), 1, aux_sym_array_repeat1, - [119883] = 4, + [123127] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(4430), 1, + ACTIONS(4484), 1, anon_sym_RPAREN, - STATE(3541), 1, + STATE(3625), 1, aux_sym_array_repeat1, - [119896] = 2, + [123140] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7198), 3, - sym__automatic_semicolon, + ACTIONS(2795), 1, + anon_sym_GT, + ACTIONS(7288), 1, anon_sym_COMMA, - anon_sym_SEMI, - [119905] = 2, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + [123153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7200), 3, - sym__automatic_semicolon, + ACTIONS(7290), 3, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_SEMI, - [119914] = 2, + anon_sym_implements, + [123162] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7202), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [119923] = 2, + ACTIONS(5384), 1, + anon_sym_DOT, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(7292), 1, + anon_sym_GT, + [123175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7204), 3, + ACTIONS(5181), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [119932] = 4, + [123184] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(7294), 1, anon_sym_COMMA, - ACTIONS(6948), 1, - anon_sym_RBRACE, - STATE(3797), 1, - aux_sym_object_pattern_repeat1, - [119945] = 2, + ACTIONS(7296), 1, + anon_sym_RBRACK, + STATE(3852), 1, + aux_sym_tuple_type_repeat1, + [123197] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7206), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [119954] = 4, + ACTIONS(5674), 1, + anon_sym_AMP, + ACTIONS(5678), 1, + anon_sym_extends, + ACTIONS(6446), 1, + anon_sym_PIPE, + [123210] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7208), 1, - sym_identifier, - ACTIONS(7210), 1, - anon_sym_LBRACK, - ACTIONS(7212), 1, - sym_private_property_identifier, - [119967] = 4, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(7298), 1, + anon_sym_EQ, + STATE(4290), 1, + sym_type_parameters, + [123223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2519), 1, - anon_sym_RBRACK, - ACTIONS(7214), 1, + ACTIONS(6795), 1, + anon_sym_EQ, + ACTIONS(7300), 2, anon_sym_COMMA, - STATE(3756), 1, - aux_sym_tuple_type_repeat1, - [119980] = 4, + anon_sym_RBRACE, + [123234] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7216), 1, - sym_identifier, - ACTIONS(7218), 1, - anon_sym_LBRACK, - ACTIONS(7220), 1, - sym_private_property_identifier, - [119993] = 3, + ACTIONS(7302), 3, + sym__template_chars, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [123243] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7304), 3, + sym__automatic_semicolon, + anon_sym_from, + anon_sym_SEMI, + [123252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3748), 1, - anon_sym_LBRACE, - ACTIONS(3750), 2, + ACTIONS(7073), 1, anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [120004] = 4, + ACTIONS(7306), 1, + anon_sym_RBRACE, + STATE(3808), 1, + aux_sym_object_repeat1, + [123265] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7222), 1, + ACTIONS(5519), 1, + anon_sym_type, + ACTIONS(7308), 1, sym_identifier, - ACTIONS(7224), 1, - anon_sym_LBRACK, - ACTIONS(7226), 1, - sym_private_property_identifier, - [120017] = 4, + STATE(3988), 1, + sym__import_identifier, + [123278] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7228), 1, - sym_identifier, - ACTIONS(7230), 1, - anon_sym_LBRACK, - ACTIONS(7232), 1, - sym_private_property_identifier, - [120030] = 2, + ACTIONS(4908), 1, + anon_sym_COMMA, + ACTIONS(7310), 1, + anon_sym_RBRACE, + STATE(3807), 1, + aux_sym_object_pattern_repeat1, + [123291] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7234), 3, - sym__automatic_semicolon, + ACTIONS(4908), 1, anon_sym_COMMA, - anon_sym_SEMI, - [120039] = 2, + ACTIONS(7312), 1, + anon_sym_RBRACE, + STATE(3807), 1, + aux_sym_object_pattern_repeat1, + [123304] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7236), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [120048] = 4, + ACTIONS(5519), 1, + anon_sym_type, + ACTIONS(7314), 1, + sym_identifier, + STATE(3987), 1, + sym__import_identifier, + [123317] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(7073), 1, anon_sym_COMMA, - ACTIONS(7238), 1, + ACTIONS(7316), 1, anon_sym_RBRACE, - STATE(3666), 1, + STATE(3808), 1, aux_sym_object_repeat1, - [120061] = 2, + [123330] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4555), 1, + anon_sym_extends, + ACTIONS(7318), 1, + anon_sym_AMP, + ACTIONS(7320), 1, + anon_sym_PIPE, + [123343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 3, + ACTIONS(7212), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [120070] = 3, + [123352] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7242), 1, - anon_sym_as, - ACTIONS(7244), 2, + ACTIONS(7322), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [120081] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7246), 1, - sym_identifier, - ACTIONS(7248), 1, - anon_sym_LBRACK, - ACTIONS(7250), 1, - sym_private_property_identifier, - [120094] = 4, + ACTIONS(7324), 1, + anon_sym_RBRACK, + STATE(3772), 1, + aux_sym_tuple_type_repeat1, + [123365] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7252), 1, - sym_identifier, - ACTIONS(7254), 1, - anon_sym_LBRACK, - ACTIONS(7256), 1, - sym_private_property_identifier, - [120107] = 2, + ACTIONS(7326), 1, + anon_sym_COMMA, + ACTIONS(7329), 1, + anon_sym_RBRACE, + STATE(3846), 1, + aux_sym_enum_body_repeat1, + [123378] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7258), 3, - sym__automatic_semicolon, + ACTIONS(7331), 1, anon_sym_COMMA, - anon_sym_SEMI, - [120116] = 4, + ACTIONS(7334), 1, + anon_sym_RBRACK, + STATE(3847), 1, + aux_sym_tuple_type_repeat1, + [123391] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7260), 1, - sym_identifier, - ACTIONS(7262), 1, - anon_sym_LBRACK, - ACTIONS(7264), 1, - sym_private_property_identifier, - [120129] = 2, + ACTIONS(7336), 1, + anon_sym_LPAREN, + ACTIONS(7338), 1, + anon_sym_await, + STATE(47), 1, + sym__for_header, + [123404] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7266), 3, - sym__automatic_semicolon, + ACTIONS(4908), 1, anon_sym_COMMA, - anon_sym_SEMI, - [120138] = 2, + ACTIONS(7171), 1, + anon_sym_RBRACE, + STATE(3824), 1, + aux_sym_object_pattern_repeat1, + [123417] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7236), 3, - sym__automatic_semicolon, + ACTIONS(7073), 1, anon_sym_COMMA, - anon_sym_SEMI, - [120147] = 4, + ACTIONS(7340), 1, + anon_sym_RBRACE, + STATE(3817), 1, + aux_sym_object_repeat1, + [123430] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7268), 1, - sym_identifier, - ACTIONS(7270), 1, - anon_sym_LBRACK, - ACTIONS(7272), 1, - sym_private_property_identifier, - [120160] = 2, + ACTIONS(2791), 1, + anon_sym_GT, + ACTIONS(7342), 1, + anon_sym_COMMA, + STATE(3645), 1, + aux_sym_implements_clause_repeat1, + [123443] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7234), 3, - sym__automatic_semicolon, + ACTIONS(2499), 1, + anon_sym_RBRACK, + ACTIONS(7344), 1, anon_sym_COMMA, - anon_sym_SEMI, - [120169] = 4, + STATE(3847), 1, + aux_sym_tuple_type_repeat1, + [123456] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(7346), 1, anon_sym_COMMA, - ACTIONS(7274), 1, + ACTIONS(7348), 1, anon_sym_RBRACE, - STATE(3665), 1, - aux_sym_object_pattern_repeat1, - [120182] = 4, + STATE(3697), 1, + aux_sym_export_clause_repeat1, + [123469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(7350), 1, + anon_sym_as, + ACTIONS(7352), 2, anon_sym_COMMA, - ACTIONS(7276), 1, anon_sym_RBRACE, - STATE(3665), 1, - aux_sym_object_pattern_repeat1, - [120195] = 4, + [123480] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1353), 1, + ACTIONS(1343), 1, anon_sym_RPAREN, - ACTIONS(7278), 1, + ACTIONS(7354), 1, anon_sym_COMMA, - STATE(3596), 1, + STATE(3866), 1, aux_sym_formal_parameters_repeat1, - [120208] = 4, + [123493] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2109), 1, + ACTIONS(2105), 1, anon_sym_while, - ACTIONS(7280), 1, + ACTIONS(7356), 1, anon_sym_else, - STATE(761), 1, + STATE(696), 1, sym_else_clause, - [120221] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7282), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [120230] = 4, + [123506] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6891), 1, + ACTIONS(7073), 1, anon_sym_COMMA, - ACTIONS(7284), 1, + ACTIONS(7340), 1, anon_sym_RBRACE, - STATE(3666), 1, + STATE(3808), 1, aux_sym_object_repeat1, - [120243] = 2, + [123519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7258), 3, + ACTIONS(5966), 1, + anon_sym_DOT, + ACTIONS(7358), 2, sym__automatic_semicolon, - anon_sym_COMMA, anon_sym_SEMI, - [120252] = 4, + [123530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2509), 1, - anon_sym_RBRACK, - ACTIONS(7286), 1, - anon_sym_COMMA, - STATE(3756), 1, - aux_sym_tuple_type_repeat1, - [120265] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7288), 1, - sym_identifier, - ACTIONS(7290), 2, + ACTIONS(5968), 1, + anon_sym_DOT, + ACTIONS(7358), 2, sym__automatic_semicolon, anon_sym_SEMI, - [120276] = 2, + [123541] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7258), 3, - sym__automatic_semicolon, + ACTIONS(1632), 1, anon_sym_COMMA, - anon_sym_SEMI, - [120285] = 4, + ACTIONS(7360), 1, + anon_sym_RBRACK, + STATE(3625), 1, + aux_sym_array_repeat1, + [123554] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7362), 1, + sym_identifier, + ACTIONS(7364), 1, + anon_sym_LBRACK, + ACTIONS(7366), 1, + sym_private_property_identifier, + [123567] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 1, + ACTIONS(1421), 1, anon_sym_COMMA, - ACTIONS(6673), 1, + ACTIONS(7368), 1, anon_sym_RBRACK, - STATE(3612), 1, + STATE(3720), 1, aux_sym_array_pattern_repeat1, - [120298] = 2, + [123580] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7234), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [120307] = 4, + ACTIONS(6709), 1, + anon_sym_from, + ACTIONS(7113), 1, + anon_sym_as, + STATE(4045), 1, + sym__from_clause, + [123593] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_RPAREN, - STATE(3827), 1, - aux_sym_array_repeat1, - [120320] = 3, + ACTIONS(1848), 1, + anon_sym_LBRACE, + ACTIONS(7370), 1, + sym_identifier, + STATE(3523), 1, + sym_export_clause, + [123606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3799), 1, + ACTIONS(6697), 1, anon_sym_LBRACE, - ACTIONS(3801), 2, + ACTIONS(6699), 2, anon_sym_COMMA, anon_sym_LBRACE_PIPE, - [120331] = 4, + [123617] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6095), 1, - anon_sym_AMP, - ACTIONS(6097), 1, - anon_sym_PIPE, - ACTIONS(6099), 1, - anon_sym_extends, - [120344] = 4, + ACTIONS(7372), 1, + anon_sym_COMMA, + ACTIONS(7375), 1, + anon_sym_RPAREN, + STATE(3866), 1, + aux_sym_formal_parameters_repeat1, + [123630] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(7377), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [120357] = 4, + ACTIONS(7380), 1, + anon_sym_RBRACE, + STATE(3867), 1, + aux_sym_named_imports_repeat1, + [123643] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 1, - anon_sym_LPAREN, - ACTIONS(7294), 1, - anon_sym_await, - STATE(42), 1, - sym__for_header, - [120370] = 4, + ACTIONS(7382), 1, + sym_identifier, + ACTIONS(7384), 1, + anon_sym_LBRACK, + ACTIONS(7386), 1, + sym_private_property_identifier, + [123656] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4432), 1, - anon_sym_RBRACK, - STATE(3606), 1, - aux_sym_array_repeat1, - [120383] = 4, + ACTIONS(6018), 3, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [123665] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, - anon_sym_COMMA, - ACTIONS(4432), 1, - anon_sym_RBRACK, - STATE(3541), 1, - aux_sym_array_repeat1, - [120396] = 4, + ACTIONS(1240), 1, + anon_sym_LT, + ACTIONS(7388), 1, + anon_sym_EQ, + STATE(4322), 1, + sym_type_parameters, + [123678] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7296), 1, - anon_sym_COMMA, - ACTIONS(7298), 1, - anon_sym_RBRACK, - STATE(3779), 1, - aux_sym_tuple_type_repeat1, - [120409] = 4, + ACTIONS(7390), 1, + sym_identifier, + ACTIONS(7392), 1, + anon_sym_LBRACK, + ACTIONS(7394), 1, + sym_private_property_identifier, + [123691] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 1, + ACTIONS(6715), 1, + anon_sym_GT, + ACTIONS(7396), 1, anon_sym_COMMA, - ACTIONS(6673), 1, - anon_sym_RBRACK, - STATE(3630), 1, - aux_sym_array_pattern_repeat1, - [120422] = 4, + STATE(3773), 1, + aux_sym_type_parameters_repeat1, + [123704] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1242), 1, + anon_sym_DQUOTE, + ACTIONS(1244), 1, + anon_sym_SQUOTE, + STATE(4402), 1, + sym_string, + [123717] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3067), 1, + anon_sym_COLON, + ACTIONS(7398), 1, + anon_sym_RPAREN, + STATE(4408), 1, + sym_type_annotation, + [123730] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7300), 1, + ACTIONS(1632), 1, anon_sym_COMMA, - ACTIONS(7302), 1, - anon_sym_RBRACE, - STATE(3737), 1, - aux_sym_enum_body_repeat1, - [120435] = 4, + ACTIONS(7400), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [123743] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7304), 1, + ACTIONS(7402), 1, sym_identifier, - STATE(2209), 1, - sym_decorator_member_expression, - STATE(2282), 1, - sym_decorator_call_expression, - [120448] = 4, + ACTIONS(7404), 1, + anon_sym_LBRACK, + ACTIONS(7406), 1, + sym_private_property_identifier, + [123756] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7306), 1, - anon_sym_COMMA, - ACTIONS(7308), 1, - anon_sym_RBRACE, - STATE(3737), 1, - aux_sym_enum_body_repeat1, - [120461] = 4, + ACTIONS(756), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1285), 1, + anon_sym_LBRACE, + STATE(3288), 1, + sym_object_type, + [123769] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, + ACTIONS(5384), 1, anon_sym_DOT, - ACTIONS(5476), 1, + ACTIONS(5595), 1, anon_sym_COLON, - ACTIONS(7310), 1, + ACTIONS(7408), 1, anon_sym_GT, - [120474] = 4, + [123782] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4478), 1, - anon_sym_extends, - ACTIONS(7312), 1, - anon_sym_AMP, - ACTIONS(7314), 1, - anon_sym_PIPE, - [120487] = 4, + ACTIONS(7410), 1, + sym_identifier, + ACTIONS(7412), 1, + anon_sym_LBRACK, + ACTIONS(7414), 1, + sym_private_property_identifier, + [123795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, - anon_sym_GT, - ACTIONS(7316), 1, + ACTIONS(6046), 1, + anon_sym_EQ, + ACTIONS(3120), 2, + anon_sym_in, + anon_sym_of, + [123806] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6130), 3, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [123815] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5922), 1, + anon_sym_const, + ACTIONS(6713), 1, + sym_identifier, + STATE(3799), 1, + sym_type_parameter, + [123828] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1632), 1, anon_sym_COMMA, - STATE(3498), 1, - aux_sym_implements_clause_repeat1, - [120500] = 3, + ACTIONS(4389), 1, + anon_sym_RPAREN, + STATE(3818), 1, + aux_sym_array_repeat1, + [123841] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5845), 1, - anon_sym_DOT, - ACTIONS(7318), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [120511] = 2, + ACTIONS(4908), 1, + anon_sym_COMMA, + ACTIONS(7416), 1, + anon_sym_RBRACE, + STATE(3807), 1, + aux_sym_object_pattern_repeat1, + [123854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 3, + ACTIONS(6789), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [120520] = 3, + [123863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3724), 1, - anon_sym_LBRACE, - ACTIONS(3726), 2, + ACTIONS(7418), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [120531] = 4, + anon_sym_SEMI, + [123872] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1622), 1, + ACTIONS(7420), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(7320), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [120544] = 3, + anon_sym_SEMI, + [123881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7322), 1, + ACTIONS(7422), 1, anon_sym_LBRACE, - ACTIONS(6429), 2, + ACTIONS(6647), 2, anon_sym_extends, anon_sym_LBRACE_PIPE, - [120555] = 2, - ACTIONS(5567), 1, + [123892] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(6463), 3, - anon_sym_LBRACE, - anon_sym_LT, - sym_jsx_text, - [120564] = 2, + ACTIONS(5966), 1, + anon_sym_DOT, + ACTIONS(7424), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [123903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7324), 3, + ACTIONS(5968), 1, + anon_sym_DOT, + ACTIONS(7424), 2, sym__automatic_semicolon, - anon_sym_from, anon_sym_SEMI, - [120573] = 3, + [123914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 1, - anon_sym_EQ, - ACTIONS(3096), 2, - anon_sym_in, - anon_sym_of, - [120584] = 4, + ACTIONS(5739), 1, + anon_sym_RBRACE, + ACTIONS(7426), 1, + anon_sym_COMMA, + STATE(3867), 1, + aux_sym_named_imports_repeat1, + [123927] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_AMP, - ACTIONS(5551), 1, - anon_sym_extends, - ACTIONS(6368), 1, - anon_sym_PIPE, - [120597] = 4, - ACTIONS(5567), 1, + ACTIONS(1632), 1, + anon_sym_COMMA, + ACTIONS(4389), 1, + anon_sym_RPAREN, + STATE(3625), 1, + aux_sym_array_repeat1, + [123940] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, - sym__glimmer_template_content, - ACTIONS(7331), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(3833), 1, - aux_sym_glimmer_template_repeat1, - [120610] = 3, + ACTIONS(5519), 1, + anon_sym_type, + ACTIONS(7428), 1, + sym_identifier, + STATE(4088), 1, + sym__import_identifier, + [123953] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6952), 1, + ACTIONS(5519), 1, + anon_sym_type, + ACTIONS(7430), 1, sym_identifier, - STATE(3578), 1, - sym_type_parameter, - [120620] = 3, + STATE(4071), 1, + sym__import_identifier, + [123966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, - anon_sym_LPAREN, - STATE(51), 1, - sym_parenthesized_expression, - [120630] = 2, + ACTIONS(7432), 1, + anon_sym_as, + ACTIONS(5521), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [123977] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7335), 2, + ACTIONS(5193), 2, anon_sym_COMMA, anon_sym_RBRACE, - [120638] = 3, + [123985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - STATE(1913), 1, - sym_class_body, - [120648] = 3, + ACTIONS(7434), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [123993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - STATE(1924), 1, - sym_statement_block, - [120658] = 3, + ACTIONS(7436), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - STATE(1947), 1, - sym_statement_block, - [120668] = 3, + ACTIONS(5239), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3954), 1, + STATE(3920), 1, sym_statement_block, - [120678] = 3, + [124019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - STATE(1951), 1, - sym_class_body, - [120688] = 2, + ACTIONS(7438), 1, + anon_sym_LPAREN, + STATE(45), 1, + sym_parenthesized_expression, + [124029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5162), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [120696] = 3, + ACTIONS(7440), 1, + anon_sym_SEMI, + ACTIONS(7442), 1, + sym__automatic_semicolon, + [124039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3946), 1, - sym_statement_block, - [120706] = 2, + ACTIONS(7438), 1, + anon_sym_LPAREN, + STATE(3977), 1, + sym_parenthesized_expression, + [124049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5166), 2, + ACTIONS(5235), 2, anon_sym_COMMA, anon_sym_RBRACE, - [120714] = 3, + [124057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(7438), 1, anon_sym_LPAREN, - STATE(3227), 1, - sym_formal_parameters, - [120724] = 3, + STATE(49), 1, + sym_parenthesized_expression, + [124067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1397), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(168), 1, + STATE(565), 1, sym_statement_block, - [120734] = 3, + [124077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, + ACTIONS(7438), 1, + anon_sym_LPAREN, + STATE(39), 1, + sym_parenthesized_expression, + [124087] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(618), 1, + STATE(3899), 1, sym_statement_block, - [120744] = 3, + [124097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6425), 1, - anon_sym_in, - ACTIONS(6427), 1, - anon_sym_of, - [120754] = 2, + ACTIONS(7444), 1, + anon_sym_LPAREN, + STATE(32), 1, + sym__for_header, + [124107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7337), 2, + ACTIONS(5185), 2, anon_sym_COMMA, anon_sym_RBRACE, - [120762] = 3, + [124115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5740), 1, - anon_sym_LBRACE, - STATE(757), 1, - sym_class_body, - [120772] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5691), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - STATE(174), 1, - sym_class_body, - [120782] = 3, + STATE(1945), 1, + sym_statement_block, + [124125] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, - anon_sym_LBRACE, - STATE(2057), 1, - sym_class_body, - [120792] = 3, + ACTIONS(7446), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [124133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7339), 1, - sym_identifier, - STATE(3710), 1, - sym_nested_identifier, - [120802] = 3, + ACTIONS(7375), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [124141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7341), 1, - sym_identifier, - ACTIONS(7343), 1, - anon_sym_STAR, - [120812] = 3, + ACTIONS(6709), 1, + anon_sym_from, + STATE(4049), 1, + sym__from_clause, + [124151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(621), 1, + STATE(3904), 1, sym_statement_block, - [120822] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3034), 1, - anon_sym_LPAREN, - STATE(2543), 1, - sym_arguments, - [120832] = 2, + [124161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5154), 2, + ACTIONS(5189), 2, anon_sym_COMMA, anon_sym_RBRACE, - [120840] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - STATE(1949), 1, - sym_class_body, - [120850] = 3, - ACTIONS(3), 1, + [124169] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(7310), 1, - anon_sym_GT, - [120860] = 3, + ACTIONS(7448), 2, + sym__glimmer_template_content, + anon_sym_LT_SLASHtemplate_GT, + [124177] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, - anon_sym_SEMI, - ACTIONS(7347), 1, - sym__automatic_semicolon, - [120870] = 3, + ACTIONS(7450), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [124185] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(7310), 1, - anon_sym_GT, - [120880] = 2, + ACTIONS(7452), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [124193] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7349), 2, + ACTIONS(5243), 2, anon_sym_COMMA, anon_sym_RBRACE, - [120888] = 3, + [124201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4270), 1, - sym_formal_parameters, - [120898] = 3, + ACTIONS(5717), 1, + anon_sym_LBRACE, + STATE(1937), 1, + sym_class_body, + [124211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7351), 1, - anon_sym_in, - ACTIONS(7353), 1, - anon_sym_COLON, - [120908] = 3, + ACTIONS(5707), 1, + anon_sym_LBRACE, + STATE(2104), 1, + sym_class_body, + [124221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7355), 1, - anon_sym_SEMI, - ACTIONS(7357), 1, - sym__automatic_semicolon, - [120918] = 3, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3910), 1, + sym_statement_block, + [124231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4441), 1, - sym_formal_parameters, - [120928] = 3, + ACTIONS(5225), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5577), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2396), 1, - sym_arguments, - [120938] = 3, + STATE(4248), 1, + sym_formal_parameters, + [124249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5740), 1, - anon_sym_LBRACE, - STATE(639), 1, - sym_class_body, - [120948] = 3, + ACTIONS(7438), 1, + anon_sym_LPAREN, + STATE(33), 1, + sym_parenthesized_expression, + [124259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, + ACTIONS(7438), 1, anon_sym_LPAREN, - STATE(39), 1, + STATE(48), 1, sym_parenthesized_expression, - [120958] = 3, + [124269] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5265), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124277] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(1460), 1, - sym_class_body, - [120968] = 3, + STATE(3896), 1, + sym_statement_block, + [124287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(7438), 1, anon_sym_LPAREN, - STATE(4432), 1, - sym_formal_parameters, - [120978] = 3, + STATE(31), 1, + sym_parenthesized_expression, + [124297] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7359), 1, - anon_sym_SEMI, - ACTIONS(7361), 1, + ACTIONS(7454), 2, sym__automatic_semicolon, - [120988] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4229), 1, - sym_formal_parameters, - [120998] = 2, + anon_sym_SEMI, + [124305] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 2, + ACTIONS(7300), 2, anon_sym_COMMA, anon_sym_RBRACE, - [121006] = 3, + [124313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(1929), 1, + STATE(3916), 1, sym_statement_block, - [121016] = 2, + [124323] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5229), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6256), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [121024] = 2, + ACTIONS(5205), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124339] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5174), 2, + ACTIONS(5201), 2, anon_sym_COMMA, anon_sym_RBRACE, - [121032] = 3, + [124347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, - anon_sym_LPAREN, - STATE(37), 1, - sym_parenthesized_expression, - [121042] = 3, + ACTIONS(5209), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124355] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5197), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, + ACTIONS(5795), 1, anon_sym_LBRACE, - STATE(619), 1, + STATE(161), 1, sym_class_body, - [121052] = 2, + [124373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4336), 2, + ACTIONS(4384), 2, sym__automatic_semicolon, anon_sym_SEMI, - [121060] = 2, + [124381] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5120), 2, + ACTIONS(5229), 2, anon_sym_COMMA, anon_sym_RBRACE, - [121068] = 3, + [124389] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4168), 1, - sym_formal_parameters, - [121078] = 2, + ACTIONS(5225), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124397] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6254), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [121086] = 3, + ACTIONS(5221), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3219), 1, + STATE(3062), 1, sym_formal_parameters, - [121096] = 3, + [124415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3925), 1, - sym_statement_block, - [121106] = 3, + ACTIONS(3210), 1, + anon_sym_LT, + ACTIONS(3214), 1, + anon_sym_LPAREN, + [124425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3225), 1, + STATE(596), 1, sym_statement_block, - [121116] = 2, + [124435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5184), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [121124] = 3, + ACTIONS(7456), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [124443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(1881), 1, - sym_class_body, - [121134] = 3, + STATE(4128), 1, + sym_statement_block, + [124453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - STATE(1970), 1, - sym_class_body, - [121144] = 3, + ACTIONS(7458), 1, + sym_identifier, + ACTIONS(7460), 1, + anon_sym_STAR, + [124463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(1452), 1, + STATE(3924), 1, sym_statement_block, - [121154] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4311), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [121162] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7363), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [121170] = 3, + [124473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7365), 1, - anon_sym_SEMI, - ACTIONS(7367), 1, - sym__automatic_semicolon, - [121180] = 2, + ACTIONS(5189), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7369), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [121188] = 3, + ACTIONS(6709), 1, + anon_sym_from, + STATE(4063), 1, + sym__from_clause, + [124491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(4412), 1, + STATE(3265), 1, sym_formal_parameters, - [121198] = 3, + [124501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3265), 1, - sym_class_body, - [121208] = 2, + STATE(3934), 1, + sym_statement_block, + [124511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7371), 2, + ACTIONS(5209), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [121216] = 3, + anon_sym_RBRACE, + [124519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, + ACTIONS(5821), 1, anon_sym_LBRACE, - STATE(3251), 1, - sym_statement_block, - [121226] = 2, + STATE(729), 1, + sym_class_body, + [124529] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7462), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124537] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7373), 2, + ACTIONS(7334), 2, anon_sym_COMMA, anon_sym_RBRACK, - [121234] = 3, + [124545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, - anon_sym_COLON, - STATE(3931), 1, - sym_type_annotation, - [121244] = 2, + ACTIONS(7464), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [124553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7375), 2, + ACTIONS(2527), 2, sym__automatic_semicolon, anon_sym_SEMI, - [121252] = 3, + [124561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7268), 1, - sym_identifier, - ACTIONS(7272), 1, - sym_private_property_identifier, - [121262] = 3, + ACTIONS(6414), 1, + anon_sym_in, + ACTIONS(6416), 1, + anon_sym_of, + [124571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7377), 1, - sym_identifier, - ACTIONS(7379), 1, - sym_private_property_identifier, - [121272] = 3, + ACTIONS(5197), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4248), 1, - sym_formal_parameters, - [121282] = 3, + ACTIONS(6709), 1, + anon_sym_from, + STATE(4151), 1, + sym__from_clause, + [124589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7381), 1, + ACTIONS(7466), 1, sym_identifier, - ACTIONS(7383), 1, - sym_private_property_identifier, - [121292] = 3, + STATE(3858), 1, + sym_nested_identifier, + [124599] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7468), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [124607] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5781), 1, + anon_sym_LBRACE, + STATE(610), 1, + sym_class_body, + [124617] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7470), 1, + anon_sym_COMMA, + ACTIONS(7472), 1, + anon_sym_from, + [124627] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7474), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [124635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7385), 1, + ACTIONS(7476), 1, sym_identifier, - ACTIONS(7387), 1, + ACTIONS(7478), 1, sym_private_property_identifier, - [121302] = 3, + [124645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7389), 1, + ACTIONS(7480), 1, sym_identifier, - ACTIONS(7391), 1, - sym_private_property_identifier, - [121312] = 3, + STATE(3889), 1, + sym_nested_identifier, + [124655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7393), 1, + ACTIONS(7482), 1, sym_identifier, - ACTIONS(7395), 1, + ACTIONS(7484), 1, sym_private_property_identifier, - [121322] = 3, + [124665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7397), 1, + ACTIONS(7486), 1, sym_identifier, - ACTIONS(7399), 1, + ACTIONS(7488), 1, sym_private_property_identifier, - [121332] = 3, + [124675] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7208), 1, + ACTIONS(7121), 1, sym_identifier, - ACTIONS(7212), 1, + ACTIONS(7125), 1, sym_private_property_identifier, - [121342] = 2, + [124685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7401), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [121350] = 2, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(3022), 1, + sym_formal_parameters, + [124695] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7403), 2, + ACTIONS(2523), 2, sym__automatic_semicolon, anon_sym_SEMI, - [121358] = 3, + [124703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - STATE(1854), 1, - sym_statement_block, - [121368] = 3, + ACTIONS(7490), 1, + anon_sym_in, + ACTIONS(7492), 1, + anon_sym_COLON, + [124713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, - anon_sym_LPAREN, - STATE(55), 1, - sym_parenthesized_expression, - [121378] = 3, + ACTIONS(7494), 1, + anon_sym_LBRACE, + STATE(621), 1, + sym_switch_body, + [124723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2667), 1, + ACTIONS(7444), 1, anon_sym_LPAREN, - STATE(2960), 1, - sym_formal_parameters, - [121388] = 3, + STATE(35), 1, + sym__for_header, + [124733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2667), 1, - anon_sym_LPAREN, - STATE(2874), 1, - sym_formal_parameters, - [121398] = 3, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(614), 1, + sym_statement_block, + [124743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5379), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2783), 1, + STATE(4224), 1, sym_formal_parameters, - [121408] = 3, + [124753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - STATE(1848), 1, + STATE(2086), 1, sym_class_body, - [121418] = 3, + [124763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(1484), 1, + STATE(1839), 1, sym_class_body, - [121428] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7405), 1, - anon_sym_LPAREN, - STATE(35), 1, - sym__for_header, - [121438] = 3, + [124773] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7407), 1, - anon_sym_SEMI, - ACTIONS(7409), 1, + ACTIONS(7496), 2, sym__automatic_semicolon, - [121448] = 2, + anon_sym_SEMI, + [124781] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3805), 2, + ACTIONS(7498), 2, sym__automatic_semicolon, anon_sym_SEMI, - [121456] = 3, + [124789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(760), 1, - sym_statement_block, - [121466] = 3, + ACTIONS(4488), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [124797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7411), 1, - anon_sym_LBRACE, - STATE(637), 1, - sym_enum_body, - [121476] = 2, + ACTIONS(4490), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [124805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5188), 2, + ACTIONS(7500), 2, anon_sym_COMMA, anon_sym_RBRACE, - [121484] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7413), 1, - sym_identifier, - ACTIONS(7415), 1, - sym_private_property_identifier, - [121494] = 2, + [124813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5116), 2, + ACTIONS(7502), 2, anon_sym_COMMA, anon_sym_RBRACE, - [121502] = 2, + [124821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6260), 2, + ACTIONS(3382), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - [121510] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7417), 1, - sym_identifier, - ACTIONS(7419), 1, - sym_private_property_identifier, - [121520] = 3, + STATE(1971), 1, + sym_statement_block, + [124831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(1957), 1, + STATE(3962), 1, sym_statement_block, - [121530] = 2, + [124841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7421), 2, + ACTIONS(5205), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [121538] = 2, + anon_sym_RBRACE, + [124849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7170), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [121546] = 3, + ACTIONS(7504), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [124857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7405), 1, - anon_sym_LPAREN, - STATE(54), 1, - sym__for_header, - [121556] = 3, + ACTIONS(7506), 1, + anon_sym_SEMI, + ACTIONS(7508), 1, + sym__automatic_semicolon, + [124867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2667), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(2687), 1, + STATE(3315), 1, sym_formal_parameters, - [121566] = 3, + [124877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(1997), 1, - sym_statement_block, - [121576] = 3, + STATE(2017), 1, + sym_class_body, + [124887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7423), 1, + ACTIONS(5964), 1, anon_sym_LBRACE, - STATE(3307), 1, - sym_enum_body, - [121586] = 3, + STATE(3323), 1, + sym_statement_block, + [124897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3104), 1, - sym_formal_parameters, - [121596] = 3, + ACTIONS(5201), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [124905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7425), 1, - anon_sym_SEMI, - ACTIONS(7427), 1, + ACTIONS(7510), 2, sym__automatic_semicolon, - [121606] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6952), 1, - sym_identifier, - STATE(4072), 1, - sym_type_parameter, - [121616] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - STATE(3860), 1, - sym__from_clause, - [121626] = 3, + anon_sym_SEMI, + [124913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7429), 1, - sym_identifier, - ACTIONS(7431), 1, - anon_sym_STAR, - [121636] = 3, + ACTIONS(5781), 1, + anon_sym_LBRACE, + STATE(603), 1, + sym_class_body, + [124923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7423), 1, + ACTIONS(5964), 1, anon_sym_LBRACE, - STATE(3289), 1, - sym_enum_body, - [121646] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(7433), 2, - sym__glimmer_template_content, - anon_sym_LT_SLASHtemplate_GT, - [121654] = 2, + STATE(602), 1, + sym_statement_block, + [124933] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7435), 2, + ACTIONS(7512), 2, anon_sym_COMMA, anon_sym_RBRACE, - [121662] = 3, + [124941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5821), 1, anon_sym_LBRACE, - STATE(1897), 1, + STATE(656), 1, sym_class_body, - [121672] = 2, + [124951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5154), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [121680] = 3, + ACTIONS(3382), 1, + anon_sym_LBRACE, + STATE(2019), 1, + sym_statement_block, + [124961] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5795), 1, + anon_sym_LBRACE, + STATE(149), 1, + sym_class_body, + [124971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(1680), 1, - sym_arguments, - [121690] = 2, + STATE(4180), 1, + sym_formal_parameters, + [124981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7437), 2, + ACTIONS(7514), 2, anon_sym_COMMA, anon_sym_RBRACE, - [121698] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7439), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [121706] = 3, + [124989] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5821), 1, anon_sym_LBRACE, - STATE(2058), 1, + STATE(697), 1, sym_class_body, - [121716] = 3, + [124999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5964), 1, anon_sym_LBRACE, - STATE(2073), 1, - sym_class_body, - [121726] = 2, + STATE(3352), 1, + sym_statement_block, + [125009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7441), 2, + ACTIONS(7516), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [121734] = 3, + anon_sym_GT, + [125017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(1407), 1, anon_sym_LBRACE, - STATE(4102), 1, + STATE(146), 1, sym_statement_block, - [121744] = 2, + [125027] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4443), 1, + sym_formal_parameters, + [125037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 2, + ACTIONS(7518), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [121752] = 2, + anon_sym_RBRACK, + [125045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5591), 2, - anon_sym_in, - anon_sym_of, - [121760] = 2, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3955), 1, + sym_statement_block, + [125055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5106), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [121768] = 3, + ACTIONS(3067), 1, + anon_sym_COLON, + STATE(3959), 1, + sym_type_annotation, + [125065] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(631), 1, + sym_statement_block, + [125075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7443), 1, + ACTIONS(7520), 1, sym_identifier, - STATE(3824), 1, - sym_nested_identifier, - [121778] = 3, + ACTIONS(7522), 1, + sym_private_property_identifier, + [125085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(632), 1, - sym_class_body, - [121788] = 3, + ACTIONS(3067), 1, + anon_sym_COLON, + STATE(3897), 1, + sym_type_annotation, + [125095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(7524), 1, anon_sym_LBRACE, - STATE(4108), 1, - sym_statement_block, - [121798] = 3, + STATE(636), 1, + sym_enum_body, + [125105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7405), 1, - anon_sym_LPAREN, - STATE(40), 1, - sym__for_header, - [121808] = 3, + ACTIONS(7526), 1, + sym_identifier, + ACTIONS(7528), 1, + sym_private_property_identifier, + [125115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7445), 1, - anon_sym_LBRACE, - STATE(721), 1, - sym_switch_body, - [121818] = 3, + ACTIONS(7530), 1, + sym_identifier, + ACTIONS(7532), 1, + sym_private_property_identifier, + [125125] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7107), 1, + sym_identifier, + ACTIONS(7111), 1, + sym_private_property_identifier, + [125135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, + ACTIONS(5531), 1, anon_sym_LPAREN, - STATE(47), 1, - sym_parenthesized_expression, - [121828] = 2, + STATE(2840), 1, + sym_formal_parameters, + [125145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7447), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [121836] = 3, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(3002), 1, + sym_formal_parameters, + [125155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(3376), 1, + STATE(1926), 1, sym_class_body, - [121846] = 3, + [125165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(6387), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [125173] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6367), 2, anon_sym_LBRACE, - STATE(1999), 1, + anon_sym_EQ_GT, + [125181] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5707), 1, + anon_sym_LBRACE, + STATE(1499), 1, sym_class_body, - [121856] = 3, + [125191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(6369), 2, anon_sym_LBRACE, - STATE(3984), 1, - sym_statement_block, - [121866] = 3, + anon_sym_EQ_GT, + [125199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - STATE(3309), 1, + STATE(1506), 1, sym_statement_block, - [121876] = 3, + [125209] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6371), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [125217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(38), 1, - sym_parenthesized_expression, - [121886] = 3, + STATE(4361), 1, + sym_formal_parameters, + [125227] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5964), 1, + anon_sym_LBRACE, + STATE(3191), 1, + sym_statement_block, + [125237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(57), 1, - sym_parenthesized_expression, - [121896] = 3, + STATE(4379), 1, + sym_formal_parameters, + [125247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(7534), 1, anon_sym_LBRACE, - STATE(1875), 1, - sym_class_body, - [121906] = 2, + STATE(3190), 1, + sym_enum_body, + [125257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7110), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [121914] = 2, + ACTIONS(7536), 1, + sym_identifier, + ACTIONS(7538), 1, + sym_private_property_identifier, + [125267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7449), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [121922] = 3, + ACTIONS(7540), 1, + sym_identifier, + ACTIONS(7542), 1, + sym_private_property_identifier, + [125277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(7544), 1, + sym_identifier, + ACTIONS(7546), 1, + sym_private_property_identifier, + [125287] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7548), 1, + sym_identifier, + ACTIONS(7550), 1, + sym_private_property_identifier, + [125297] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(3172), 1, + STATE(4357), 1, sym_formal_parameters, - [121932] = 2, + [125307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7451), 2, - sym__automatic_semicolon, + ACTIONS(7552), 1, anon_sym_SEMI, - [121940] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - STATE(1894), 1, - sym_class_body, - [121950] = 3, + ACTIONS(7554), 1, + sym__automatic_semicolon, + [125317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - STATE(1893), 1, - sym_statement_block, - [121960] = 3, + ACTIONS(5633), 1, + anon_sym_DOT, + ACTIONS(7556), 1, + anon_sym_GT, + [125327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - STATE(1889), 1, + STATE(1901), 1, sym_statement_block, - [121970] = 3, + [125337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - STATE(4082), 1, - sym__from_clause, - [121980] = 3, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(7024), 1, + anon_sym_GT, + [125347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - STATE(1879), 1, - sym_class_body, - [121990] = 2, + ACTIONS(7558), 1, + sym_identifier, + ACTIONS(7560), 1, + sym_private_property_identifier, + [125357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5158), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [121998] = 3, + ACTIONS(7562), 1, + anon_sym_SEMI, + ACTIONS(7564), 1, + sym__automatic_semicolon, + [125367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(4139), 1, + STATE(4397), 1, sym_formal_parameters, - [122008] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3842), 1, - sym_statement_block, - [122018] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5166), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [122026] = 2, + [125377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5102), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [122034] = 3, + ACTIONS(3884), 1, + anon_sym_LPAREN, + STATE(1917), 1, + sym_arguments, + [125387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3844), 1, - sym_statement_block, - [122044] = 3, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3420), 1, + sym_formal_parameters, + [125397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LBRACE, - STATE(1922), 1, - sym_class_body, - [122054] = 3, + ACTIONS(7566), 1, + anon_sym_SEMI, + ACTIONS(7568), 1, + sym__automatic_semicolon, + [125407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(625), 1, - sym_class_body, - [122064] = 3, + ACTIONS(7570), 1, + anon_sym_SEMI, + ACTIONS(7572), 1, + sym__automatic_semicolon, + [125417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5843), 1, - anon_sym_LBRACE, - STATE(624), 1, - sym_statement_block, - [122074] = 3, + ACTIONS(7574), 1, + sym_identifier, + ACTIONS(7576), 1, + anon_sym_STAR, + [125427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(620), 1, - sym_statement_block, - [122084] = 3, + ACTIONS(7578), 1, + sym_identifier, + ACTIONS(7580), 1, + sym_private_property_identifier, + [125437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5740), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(710), 1, + STATE(1915), 1, sym_class_body, - [122094] = 3, + [125447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(613), 1, - sym_class_body, - [122104] = 2, + ACTIONS(5633), 1, + anon_sym_DOT, + ACTIONS(7582), 1, + anon_sym_GT, + [125457] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7081), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [122112] = 2, + ACTIONS(3575), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [125465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7453), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [122120] = 2, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(7053), 1, + anon_sym_GT, + [125475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4434), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [122128] = 2, + ACTIONS(7584), 1, + sym_identifier, + ACTIONS(7586), 1, + anon_sym_STAR, + [125485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7090), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [122136] = 3, + ACTIONS(5707), 1, + anon_sym_LBRACE, + STATE(1488), 1, + sym_class_body, + [125495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - STATE(3887), 1, + STATE(1502), 1, sym_statement_block, - [122146] = 2, + [125505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7455), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [122154] = 3, + ACTIONS(7588), 1, + sym_identifier, + ACTIONS(7590), 1, + anon_sym_STAR, + [125515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - STATE(1857), 1, - sym_class_body, - [122164] = 3, + STATE(1529), 1, + sym_statement_block, + [125525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5691), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - STATE(169), 1, + STATE(2099), 1, sym_class_body, - [122174] = 2, + [125535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5170), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [122182] = 2, + ACTIONS(7592), 1, + anon_sym_SEMI, + ACTIONS(7594), 1, + sym__automatic_semicolon, + [125545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5863), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [122190] = 3, + ACTIONS(7596), 1, + anon_sym_SEMI, + ACTIONS(7598), 1, + sym__automatic_semicolon, + [125555] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - STATE(3877), 1, - sym_statement_block, - [122200] = 2, + STATE(2097), 1, + sym_class_body, + [125565] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5106), 2, + ACTIONS(7600), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [122208] = 3, + anon_sym_RPAREN, + [125573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7457), 1, - anon_sym_SEMI, - ACTIONS(7459), 1, - sym__automatic_semicolon, - [122218] = 3, + ACTIONS(5737), 2, + anon_sym_in, + anon_sym_of, + [125581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(3980), 1, - sym_statement_block, - [122228] = 3, + ACTIONS(3304), 1, + anon_sym_LPAREN, + STATE(1470), 1, + sym_arguments, + [125591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, + ACTIONS(5595), 1, + anon_sym_COLON, + ACTIONS(7408), 1, + anon_sym_GT, + [125601] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5633), 1, anon_sym_DOT, - ACTIONS(7073), 1, + ACTIONS(7602), 1, anon_sym_GT, - [122238] = 3, + [125611] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7461), 1, - anon_sym_SEMI, - ACTIONS(7463), 1, - sym__automatic_semicolon, - [122248] = 3, + ACTIONS(7604), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [125619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(7073), 1, - anon_sym_GT, - [122258] = 2, + ACTIONS(5707), 1, + anon_sym_LBRACE, + STATE(1452), 1, + sym_class_body, + [125629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2545), 2, - sym__automatic_semicolon, + ACTIONS(7606), 1, anon_sym_SEMI, - [122266] = 2, + ACTIONS(7608), 1, + sym__automatic_semicolon, + [125639] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5128), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [122274] = 3, + ACTIONS(7610), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [125647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - STATE(1449), 1, + STATE(3326), 1, sym_class_body, - [122284] = 3, + [125657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3278), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(1487), 1, - sym_arguments, - [122294] = 3, + STATE(4449), 1, + sym_formal_parameters, + [125667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - STATE(1448), 1, + STATE(1929), 1, sym_statement_block, - [122304] = 3, + [125677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(3388), 1, - sym_formal_parameters, - [122314] = 3, + ACTIONS(1407), 1, + anon_sym_LBRACE, + STATE(174), 1, + sym_statement_block, + [125687] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7612), 2, + anon_sym_COMMA, + anon_sym_GT, + [125695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, + ACTIONS(7534), 1, anon_sym_LBRACE, - STATE(3154), 1, - sym_class_body, - [122324] = 2, + STATE(3245), 1, + sym_enum_body, + [125705] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4423), 1, + sym_formal_parameters, + [125715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7020), 2, + ACTIONS(7614), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [122332] = 2, + anon_sym_GT, + [125723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 2, + ACTIONS(7262), 2, anon_sym_COMMA, anon_sym_RBRACE, - [122340] = 3, + [125731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3278), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(1364), 1, - sym_arguments, - [122350] = 3, + STATE(4415), 1, + sym_formal_parameters, + [125741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - STATE(3159), 1, - sym_class_body, - [122360] = 3, + STATE(1436), 1, + sym_statement_block, + [125751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, - anon_sym_LBRACE, - STATE(4010), 1, - sym_statement_block, - [122370] = 3, + ACTIONS(7380), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [125759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(1953), 1, + STATE(1958), 1, sym_class_body, - [122380] = 3, + [125769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, - anon_sym_LPAREN, - STATE(31), 1, - sym_parenthesized_expression, - [122390] = 3, + ACTIONS(7616), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [125777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(7005), 1, - anon_sym_GT, - [122400] = 3, + ACTIONS(2779), 1, + sym_jsx_identifier, + ACTIONS(7618), 1, + sym_identifier, + [125787] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7620), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [125795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - STATE(1462), 1, + STATE(1423), 1, sym_statement_block, - [122410] = 3, + [125805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5740), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - STATE(651), 1, - sym_class_body, - [122420] = 3, + STATE(1883), 1, + sym_statement_block, + [125815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(2001), 1, + STATE(1868), 1, sym_class_body, - [122430] = 3, + [125825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(7005), 1, - anon_sym_GT, - [122440] = 3, + ACTIONS(3382), 1, + anon_sym_LBRACE, + STATE(1880), 1, + sym_statement_block, + [125835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1397), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - STATE(176), 1, + STATE(1969), 1, sym_statement_block, - [122450] = 3, + [125845] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - STATE(3173), 1, + STATE(1438), 1, sym_class_body, - [122460] = 3, + [125855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(1842), 1, - sym_statement_block, - [122470] = 3, + STATE(1874), 1, + sym_class_body, + [125865] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - STATE(1942), 1, + STATE(1869), 1, sym_statement_block, - [122480] = 3, + [125875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 1, - anon_sym_from, - STATE(4054), 1, - sym__from_clause, - [122490] = 3, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4270), 1, + sym_formal_parameters, + [125885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - STATE(584), 1, + STATE(1870), 1, sym_statement_block, - [122500] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4378), 1, - sym_formal_parameters, - [122510] = 3, + [125895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7465), 1, - sym_identifier, - ACTIONS(7467), 1, - sym_private_property_identifier, - [122520] = 3, + ACTIONS(5717), 1, + anon_sym_LBRACE, + STATE(1873), 1, + sym_class_body, + [125905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7469), 1, - sym_identifier, - ACTIONS(7471), 1, - sym_private_property_identifier, - [122530] = 3, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(3928), 1, + sym_statement_block, + [125915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5691), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(156), 1, + STATE(1976), 1, sym_class_body, - [122540] = 3, + [125925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7473), 1, - sym_identifier, - ACTIONS(7475), 1, - sym_private_property_identifier, - [122550] = 3, + ACTIONS(5707), 1, + anon_sym_LBRACE, + STATE(1415), 1, + sym_class_body, + [125935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7477), 1, - sym_identifier, - ACTIONS(7479), 1, - sym_private_property_identifier, - [122560] = 3, + ACTIONS(5781), 1, + anon_sym_LBRACE, + STATE(3376), 1, + sym_class_body, + [125945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7481), 1, - sym_identifier, - ACTIONS(7483), 1, - sym_private_property_identifier, - [122570] = 3, + ACTIONS(5781), 1, + anon_sym_LBRACE, + STATE(3379), 1, + sym_class_body, + [125955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7485), 1, - sym_identifier, - ACTIONS(7487), 1, - sym_private_property_identifier, - [122580] = 3, + ACTIONS(7257), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [125963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - STATE(1464), 1, + STATE(1414), 1, sym_class_body, - [122590] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4166), 1, - sym_formal_parameters, - [122600] = 3, + [125973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - STATE(1463), 1, + STATE(1413), 1, sym_statement_block, - [122610] = 3, + [125983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, - anon_sym_LPAREN, - STATE(50), 1, - sym_parenthesized_expression, - [122620] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3328), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - STATE(1827), 1, + STATE(1411), 1, sym_statement_block, - [122630] = 3, + [125993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - STATE(1527), 1, + STATE(1409), 1, sym_class_body, - [122640] = 3, + [126003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4368), 1, - sym_formal_parameters, - [122650] = 3, + ACTIONS(7622), 1, + sym_identifier, + ACTIONS(7624), 1, + sym_private_property_identifier, + [126013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, - anon_sym_LBRACE, - STATE(1418), 1, - sym_statement_block, - [122660] = 3, + ACTIONS(7626), 1, + sym_identifier, + ACTIONS(7628), 1, + sym_private_property_identifier, + [126023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(1417), 1, + STATE(1843), 1, sym_class_body, - [122670] = 3, + [126033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - STATE(1531), 1, + STATE(1842), 1, sym_statement_block, - [122680] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3029), 1, - anon_sym_COLON, - STATE(3899), 1, - sym_type_annotation, - [122690] = 3, + [126043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4354), 1, - sym_formal_parameters, - [122700] = 3, + ACTIONS(7630), 1, + sym_identifier, + ACTIONS(7632), 1, + sym_private_property_identifier, + [126053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7489), 1, - anon_sym_SEMI, - ACTIONS(7491), 1, - sym__automatic_semicolon, - [122710] = 3, + ACTIONS(7634), 1, + sym_identifier, + ACTIONS(7636), 1, + sym_private_property_identifier, + [126063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(3190), 1, - sym_class_body, - [122720] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3014), 1, - anon_sym_LPAREN, - STATE(2396), 1, - sym_arguments, - [122730] = 3, + STATE(3991), 1, + sym_statement_block, + [126073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, - anon_sym_LBRACE, - STATE(3196), 1, - sym_class_body, - [122740] = 3, + ACTIONS(7638), 1, + sym_identifier, + ACTIONS(7640), 1, + sym_private_property_identifier, + [126083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, - anon_sym_LBRACE, - STATE(1388), 1, - sym_class_body, - [122750] = 3, + ACTIONS(7642), 1, + sym_identifier, + ACTIONS(7644), 1, + sym_private_property_identifier, + [126093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7493), 1, + ACTIONS(7646), 1, sym_identifier, - ACTIONS(7495), 1, + ACTIONS(7648), 1, sym_private_property_identifier, - [122760] = 3, + [126103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7497), 1, + ACTIONS(7410), 1, sym_identifier, - ACTIONS(7499), 1, + ACTIONS(7414), 1, sym_private_property_identifier, - [122770] = 3, + [126113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(1843), 1, + STATE(1840), 1, sym_class_body, - [122780] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5102), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [122788] = 3, + [126123] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5691), 1, + ACTIONS(5795), 1, anon_sym_LBRACE, - STATE(178), 1, + STATE(167), 1, sym_class_body, - [122798] = 3, + [126133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 1, + ACTIONS(6709), 1, anon_sym_from, - STATE(4004), 1, + STATE(3902), 1, sym__from_clause, - [122808] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7501), 1, - sym_identifier, - ACTIONS(7503), 1, - anon_sym_STAR, - [122818] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6863), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [122826] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4291), 1, - sym_formal_parameters, - [122836] = 3, + [126143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, - anon_sym_DOT, - ACTIONS(6950), 1, - anon_sym_GT, - [122846] = 3, + ACTIONS(3382), 1, + anon_sym_LBRACE, + STATE(1998), 1, + sym_statement_block, + [126153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - STATE(1478), 1, + STATE(3397), 1, sym_class_body, - [122856] = 2, + [126163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7505), 2, + ACTIONS(5221), 2, anon_sym_COMMA, - anon_sym_GT, - [122864] = 3, + anon_sym_RBRACE, + [126171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, + ACTIONS(2071), 1, anon_sym_LBRACE, - STATE(1459), 1, + STATE(3997), 1, sym_statement_block, - [122874] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6961), 2, - anon_sym_COMMA, - anon_sym_GT, - [122882] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2905), 1, - sym_jsx_identifier, - ACTIONS(7507), 1, - sym_identifier, - [122892] = 3, + [126181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(4307), 1, + STATE(4363), 1, sym_formal_parameters, - [122902] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7509), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [122910] = 2, + [126191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7511), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [122918] = 3, + ACTIONS(5717), 1, + anon_sym_LBRACE, + STATE(2002), 1, + sym_class_body, + [126201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(4169), 1, + STATE(4218), 1, sym_formal_parameters, - [122928] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5476), 1, - anon_sym_COLON, - ACTIONS(6950), 1, - anon_sym_GT, - [122938] = 3, + [126211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, + ACTIONS(5974), 1, anon_sym_LPAREN, - STATE(4163), 1, + STATE(4338), 1, sym_formal_parameters, - [122948] = 2, + [126221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7513), 2, - anon_sym_COMMA, - anon_sym_GT, - [122956] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4312), 1, - sym_formal_parameters, - [122966] = 3, + ACTIONS(5717), 1, + anon_sym_LBRACE, + STATE(1936), 1, + sym_class_body, + [126231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7515), 1, - anon_sym_SEMI, - ACTIONS(7517), 1, + ACTIONS(7650), 2, sym__automatic_semicolon, - [122976] = 3, + anon_sym_SEMI, + [126239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6952), 1, - sym_identifier, - STATE(3600), 1, - sym_type_parameter, - [122986] = 3, + ACTIONS(5633), 1, + anon_sym_DOT, + ACTIONS(7652), 1, + anon_sym_GT, + [126249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, + ACTIONS(5595), 1, anon_sym_COLON, - STATE(3594), 1, - sym_type_annotation, - [122996] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7519), 1, - sym_identifier, - ACTIONS(7521), 1, - sym_private_property_identifier, - [123006] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7523), 1, - sym_identifier, - ACTIONS(7525), 1, - sym_private_property_identifier, - [123016] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7527), 1, - sym_identifier, - ACTIONS(7529), 1, - sym_private_property_identifier, - [123026] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7333), 1, - anon_sym_LPAREN, - STATE(3961), 1, - sym_parenthesized_expression, - [123036] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6895), 1, - sym_identifier, - ACTIONS(6899), 1, - sym_private_property_identifier, - [123046] = 3, + ACTIONS(7292), 1, + anon_sym_GT, + [126259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LPAREN, - STATE(4161), 1, - sym_formal_parameters, - [123056] = 2, + ACTIONS(7654), 2, + anon_sym_COMMA, + anon_sym_GT, + [126267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7531), 2, + ACTIONS(7656), 2, sym__automatic_semicolon, anon_sym_SEMI, - [123064] = 2, + [126275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6877), 2, + ACTIONS(7010), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [123072] = 3, + anon_sym_RBRACE, + [126283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7411), 1, - anon_sym_LBRACE, - STATE(762), 1, - sym_enum_body, - [123082] = 3, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4334), 1, + sym_formal_parameters, + [126293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - STATE(3218), 1, + STATE(3403), 1, sym_class_body, - [123092] = 3, + [126303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5611), 1, + ACTIONS(5717), 1, anon_sym_LBRACE, - STATE(2068), 1, + STATE(1994), 1, sym_class_body, - [123102] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7533), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [123110] = 3, + [126313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, - anon_sym_LBRACE, - STATE(1849), 1, - sym_statement_block, - [123120] = 2, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4225), 1, + sym_formal_parameters, + [126323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7535), 2, + ACTIONS(7200), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [123128] = 3, + anon_sym_GT, + [126331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - STATE(1390), 1, - sym_statement_block, - [123138] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5464), 1, - anon_sym_LPAREN, - STATE(2626), 1, - sym_arguments, - [123148] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2525), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [123156] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5120), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [123164] = 3, + STATE(3409), 1, + sym_class_body, + [126341] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(3560), 1, anon_sym_LBRACE, - STATE(4003), 1, + STATE(1395), 1, sym_statement_block, - [123174] = 3, + [126351] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(5707), 1, anon_sym_LBRACE, - STATE(645), 1, - sym_statement_block, - [123184] = 3, + STATE(1393), 1, + sym_class_body, + [126361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7537), 1, - sym_identifier, - ACTIONS(7539), 1, - anon_sym_STAR, - [123194] = 2, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(4246), 1, + sym_formal_parameters, + [126371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5162), 2, + ACTIONS(7658), 2, anon_sym_COMMA, anon_sym_RBRACE, - [123202] = 3, + [126379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7541), 1, - anon_sym_LPAREN, - STATE(4091), 1, - sym_parenthesized_expression, - [123212] = 2, + ACTIONS(7660), 1, + anon_sym_SEMI, + ACTIONS(7662), 1, + sym__automatic_semicolon, + [126389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5116), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [123220] = 3, + ACTIONS(5511), 1, + anon_sym_COLON, + STATE(3887), 1, + sym_type_annotation, + [126399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 1, + ACTIONS(5781), 1, anon_sym_LBRACE, - STATE(4000), 1, - sym_statement_block, - [123230] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3825), 1, - anon_sym_LPAREN, - STATE(1975), 1, - sym_arguments, - [123240] = 2, + STATE(600), 1, + sym_class_body, + [126409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7543), 1, - sym_identifier, - [123247] = 2, + ACTIONS(5821), 1, + anon_sym_LBRACE, + STATE(752), 1, + sym_class_body, + [126419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7545), 1, - anon_sym_EQ_GT, - [123254] = 2, + ACTIONS(5974), 1, + anon_sym_LPAREN, + STATE(3405), 1, + sym_formal_parameters, + [126429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7547), 1, - anon_sym_EQ_GT, - [123261] = 2, + ACTIONS(2819), 1, + anon_sym_LPAREN, + STATE(2743), 1, + sym_formal_parameters, + [126439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7549), 1, - anon_sym_EQ_GT, - [123268] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(7551), 1, - sym_regex_pattern, - [123275] = 2, + ACTIONS(5964), 1, + anon_sym_LBRACE, + STATE(611), 1, + sym_statement_block, + [126449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7553), 1, - anon_sym_EQ_GT, - [123282] = 2, + ACTIONS(7524), 1, + anon_sym_LBRACE, + STATE(703), 1, + sym_enum_body, + [126459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7555), 1, - anon_sym_from, - [123289] = 2, + ACTIONS(5795), 1, + anon_sym_LBRACE, + STATE(171), 1, + sym_class_body, + [126469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7557), 1, - anon_sym_LPAREN, - [123296] = 2, + ACTIONS(5717), 1, + anon_sym_LBRACE, + STATE(1878), 1, + sym_class_body, + [126479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7559), 1, - anon_sym_COLON, - [123303] = 2, + ACTIONS(5781), 1, + anon_sym_LBRACE, + STATE(3360), 1, + sym_class_body, + [126489] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4556), 1, + ACTIONS(6991), 2, + anon_sym_COMMA, anon_sym_RBRACK, - [123310] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7561), 1, - sym_identifier, - [123317] = 2, + [126497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7563), 1, - anon_sym_GT, - [123324] = 2, + ACTIONS(2071), 1, + anon_sym_LBRACE, + STATE(671), 1, + sym_statement_block, + [126507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3290), 1, - anon_sym_DOT, - [123331] = 2, + ACTIONS(5781), 1, + anon_sym_LBRACE, + STATE(613), 1, + sym_class_body, + [126517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7565), 1, - anon_sym_GT, - [123338] = 2, + ACTIONS(7664), 1, + anon_sym_LPAREN, + STATE(3931), 1, + sym_parenthesized_expression, + [126527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7567), 1, - anon_sym_GT, - [123345] = 2, + ACTIONS(5781), 1, + anon_sym_LBRACE, + STATE(3419), 1, + sym_class_body, + [126537] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7569), 1, - anon_sym_GT, - [123352] = 2, + ACTIONS(7666), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [126545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7571), 1, - anon_sym_from, - [123359] = 2, + ACTIONS(7668), 1, + anon_sym_RBRACK, + [126552] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7573), 1, - anon_sym_as, - [123366] = 2, + ACTIONS(7670), 1, + anon_sym_RBRACK, + [126559] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7575), 1, - anon_sym_GT, - [123373] = 2, + ACTIONS(7672), 1, + anon_sym_RBRACK, + [126566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7577), 1, - anon_sym_GT, - [123380] = 2, + ACTIONS(7674), 1, + anon_sym_RBRACK, + [126573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7579), 1, + ACTIONS(7676), 1, anon_sym_RBRACK, - [123387] = 2, + [126580] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7581), 1, - anon_sym_LBRACK, - [123394] = 2, + ACTIONS(7678), 1, + anon_sym_RPAREN, + [126587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7583), 1, - anon_sym_new, - [123401] = 2, + ACTIONS(7680), 1, + anon_sym_RBRACK, + [126594] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7585), 1, - anon_sym_require, - [123408] = 2, + ACTIONS(7682), 1, + anon_sym_RBRACK, + [126601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7587), 1, - anon_sym_from, - [123415] = 2, + ACTIONS(7684), 1, + anon_sym_RBRACK, + [126608] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6987), 1, + ACTIONS(7686), 1, anon_sym_RBRACK, - [123422] = 2, + [126615] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7589), 1, - anon_sym_EQ_GT, - [123429] = 2, + ACTIONS(7688), 1, + anon_sym_RBRACK, + [126622] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7591), 1, - sym_identifier, - [123436] = 2, + ACTIONS(5442), 1, + anon_sym_is, + [126629] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7593), 1, + ACTIONS(7690), 1, anon_sym_EQ_GT, - [123443] = 2, + [126636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5339), 1, - anon_sym_DOT, - [123450] = 2, + ACTIONS(4638), 1, + anon_sym_RBRACK, + [126643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7595), 1, - anon_sym_COLON, - [123457] = 2, + ACTIONS(4042), 1, + anon_sym_RPAREN, + [126650] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7597), 1, - anon_sym_EQ_GT, - [123464] = 2, + ACTIONS(7692), 1, + anon_sym_RBRACK, + [126657] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7073), 1, - anon_sym_GT, - [123471] = 2, + ACTIONS(7694), 1, + anon_sym_RBRACK, + [126664] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5333), 1, - anon_sym_is, - [123478] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(7599), 1, - sym_regex_pattern, - [123485] = 2, + ACTIONS(7696), 1, + anon_sym_RBRACK, + [126671] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7601), 1, - sym_identifier, - [123492] = 2, + ACTIONS(7698), 1, + anon_sym_COLON, + [126678] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7603), 1, - anon_sym_from, - [123499] = 2, + ACTIONS(7700), 1, + anon_sym_RBRACK, + [126685] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4576), 1, + ACTIONS(7702), 1, anon_sym_COLON, - [123506] = 2, + [126692] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7605), 1, - anon_sym_EQ_GT, - [123513] = 2, + ACTIONS(7704), 1, + anon_sym_RBRACK, + [126699] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7607), 1, - anon_sym_EQ_GT, - [123520] = 2, + ACTIONS(7706), 1, + anon_sym_RBRACK, + [126706] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7609), 1, - anon_sym_EQ_GT, - [123527] = 2, + ACTIONS(7708), 1, + anon_sym_RBRACK, + [126713] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4564), 1, - anon_sym_RPAREN, - [123534] = 2, + ACTIONS(7710), 1, + anon_sym_SLASH2, + [126720] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6484), 1, - anon_sym_EQ, - [123541] = 2, + ACTIONS(7712), 1, + anon_sym_RBRACK, + [126727] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7611), 1, + ACTIONS(7714), 1, sym_identifier, - [123548] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7613), 1, - anon_sym_EQ_GT, - [123555] = 2, + [126734] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4566), 1, - anon_sym_RPAREN, - [123562] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4568), 1, - anon_sym_RPAREN, - [123569] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7615), 1, - anon_sym_GT, - [123576] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7617), 1, - anon_sym_GT, - [123583] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7619), 1, + ACTIONS(7716), 1, anon_sym_RBRACK, - [123590] = 2, + [126741] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7621), 1, - anon_sym_EQ_GT, - [123597] = 2, + ACTIONS(7718), 1, + anon_sym_as, + [126748] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7623), 1, - anon_sym_EQ_GT, - [123604] = 2, + ACTIONS(7720), 1, + anon_sym_RBRACK, + [126755] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7625), 1, + ACTIONS(7722), 1, anon_sym_EQ_GT, - [123611] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7627), 1, - anon_sym_from, - [123618] = 2, + [126762] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7629), 1, + ACTIONS(7724), 1, sym_identifier, - [123625] = 2, + [126769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7631), 1, - anon_sym_EQ_GT, - [123632] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4587), 1, - anon_sym_RPAREN, - [123639] = 2, + ACTIONS(7726), 1, + anon_sym_readonly, + [126776] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7633), 1, + ACTIONS(7728), 1, anon_sym_EQ_GT, - [123646] = 2, + [126783] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7635), 1, + ACTIONS(7730), 1, anon_sym_EQ_GT, - [123653] = 2, + [126790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7637), 1, + ACTIONS(7732), 1, anon_sym_EQ_GT, - [123660] = 2, + [126797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4499), 1, - anon_sym_RBRACE, - [123667] = 2, - ACTIONS(3), 1, + ACTIONS(7734), 1, + anon_sym_from, + [126804] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(7639), 1, - anon_sym_EQ_GT, - [123674] = 2, + ACTIONS(7736), 1, + sym_regex_pattern, + [126811] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7641), 1, - anon_sym_EQ_GT, - [123681] = 2, + ACTIONS(7139), 1, + anon_sym_RBRACE, + [126818] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7643), 1, - anon_sym_EQ_GT, - [123688] = 2, + ACTIONS(7738), 1, + anon_sym_RPAREN, + [126825] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7645), 1, - anon_sym_EQ_GT, - [123695] = 2, - ACTIONS(5567), 1, + ACTIONS(7740), 1, + sym_number, + [126832] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7647), 1, - sym_regex_pattern, - [123702] = 2, + ACTIONS(7742), 1, + anon_sym_DOT, + [126839] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7649), 1, + ACTIONS(7744), 1, sym_identifier, - [123709] = 2, + [126846] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7651), 1, - anon_sym_from, - [123716] = 2, + ACTIONS(7746), 1, + anon_sym_EQ_GT, + [126853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7653), 1, - anon_sym_RPAREN, - [123723] = 2, + ACTIONS(7292), 1, + anon_sym_GT, + [126860] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4578), 1, - anon_sym_RPAREN, - [123730] = 2, + ACTIONS(7296), 1, + anon_sym_RBRACK, + [126867] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5875), 1, + ACTIONS(7748), 1, anon_sym_DOT, - [123737] = 2, + [126874] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7655), 1, - anon_sym_RPAREN, - [123744] = 2, + ACTIONS(7750), 1, + anon_sym_EQ_GT, + [126881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7657), 1, - anon_sym_COLON, - [123751] = 2, + ACTIONS(7752), 1, + sym_identifier, + [126888] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7659), 1, - anon_sym_RBRACK, - [123758] = 2, + ACTIONS(7754), 1, + sym_identifier, + [126895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7661), 1, + ACTIONS(7756), 1, anon_sym_EQ_GT, - [123765] = 2, + [126902] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4166), 1, - anon_sym_DOT, - [123772] = 2, + ACTIONS(7758), 1, + anon_sym_symbol, + [126909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7663), 1, - sym_identifier, - [123779] = 2, + ACTIONS(4492), 1, + anon_sym_is, + [126916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4480), 1, - anon_sym_RBRACK, - [123786] = 2, + ACTIONS(7760), 1, + sym_number, + [126923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7665), 1, - sym_identifier, - [123793] = 2, + ACTIONS(7762), 1, + anon_sym_EQ_GT, + [126930] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7667), 1, - anon_sym_RBRACK, - [123800] = 2, + ACTIONS(7764), 1, + sym_identifier, + [126937] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7669), 1, - anon_sym_RBRACK, - [123807] = 2, + ACTIONS(7766), 1, + anon_sym_EQ_GT, + [126944] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7671), 1, - sym_identifier, - [123814] = 2, + ACTIONS(7768), 1, + anon_sym_EQ_GT, + [126951] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7673), 1, - anon_sym_RBRACK, - [123821] = 2, + ACTIONS(7770), 1, + anon_sym_EQ_GT, + [126958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7675), 1, + ACTIONS(7772), 1, anon_sym_RBRACK, - [123828] = 2, + [126965] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7677), 1, - sym_identifier, - [123835] = 2, + ACTIONS(7774), 1, + anon_sym_new, + [126972] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5504), 1, - anon_sym_DOT, - [123842] = 2, + ACTIONS(7776), 1, + sym_identifier, + [126979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7679), 1, - sym_identifier, - [123849] = 2, + ACTIONS(7778), 1, + anon_sym_symbol, + [126986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7681), 1, + ACTIONS(7780), 1, anon_sym_RBRACK, - [123856] = 2, + [126993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4501), 1, - anon_sym_RBRACE, - [123863] = 2, + ACTIONS(7782), 1, + anon_sym_DOT, + [127000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7683), 1, - anon_sym_RBRACK, - [123870] = 2, + ACTIONS(7784), 1, + anon_sym_EQ_GT, + [127007] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7685), 1, + ACTIONS(7786), 1, anon_sym_RBRACK, - [123877] = 2, + [127014] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7687), 1, + ACTIONS(7788), 1, anon_sym_RBRACK, - [123884] = 2, + [127021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(7790), 1, anon_sym_RBRACK, - [123891] = 2, + [127028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7691), 1, + ACTIONS(7792), 1, anon_sym_RBRACK, - [123898] = 2, + [127035] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7693), 1, - sym_identifier, - [123905] = 2, - ACTIONS(3), 1, + ACTIONS(5747), 1, + anon_sym_is, + [127042] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(7695), 1, - anon_sym_RBRACK, - [123912] = 2, + ACTIONS(7794), 1, + sym_regex_pattern, + [127049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7697), 1, - sym_identifier, - [123919] = 2, + ACTIONS(7796), 1, + anon_sym_RBRACK, + [127056] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7699), 1, - sym_identifier, - [123926] = 2, + ACTIONS(4624), 1, + anon_sym_RBRACK, + [127063] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7701), 1, - sym_identifier, - [123933] = 2, + ACTIONS(7798), 1, + anon_sym_RBRACK, + [127070] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7703), 1, + ACTIONS(7800), 1, anon_sym_LBRACE, - [123940] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(7705), 1, - sym_regex_pattern, - [123947] = 2, + [127077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7707), 1, - anon_sym_RPAREN, - [123954] = 2, + ACTIONS(7802), 1, + anon_sym_RBRACK, + [127084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7709), 1, - anon_sym_class, - [123961] = 2, + ACTIONS(7804), 1, + anon_sym_RBRACK, + [127091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7711), 1, + ACTIONS(7806), 1, anon_sym_EQ_GT, - [123968] = 2, + [127098] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7713), 1, - anon_sym_EQ_GT, - [123975] = 2, + ACTIONS(7808), 1, + anon_sym_RBRACK, + [127105] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5282), 1, - anon_sym_DOT, - [123982] = 2, + ACTIONS(7810), 1, + anon_sym_EQ_GT, + [127112] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7715), 1, - anon_sym_EQ, - [123989] = 2, + ACTIONS(7812), 1, + anon_sym_RBRACK, + [127119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7717), 1, - anon_sym_namespace, - [123996] = 2, + ACTIONS(7814), 1, + anon_sym_RBRACK, + [127126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7719), 1, - anon_sym_RPAREN, - [124003] = 2, + ACTIONS(7816), 1, + anon_sym_from, + [127133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7721), 1, - anon_sym_RPAREN, - [124010] = 2, + ACTIONS(7818), 1, + sym_identifier, + [127140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7723), 1, + ACTIONS(7820), 1, sym_identifier, - [124017] = 2, + [127147] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7725), 1, - anon_sym_RPAREN, - [124024] = 2, + ACTIONS(7822), 1, + anon_sym_EQ_GT, + [127154] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7727), 1, - sym_identifier, - [124031] = 2, + ACTIONS(7824), 1, + anon_sym_EQ_GT, + [127161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7729), 1, - sym_identifier, - [124038] = 2, + ACTIONS(7826), 1, + anon_sym_EQ_GT, + [127168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7731), 1, - anon_sym_new, - [124045] = 2, + ACTIONS(7828), 1, + anon_sym_EQ_GT, + [127175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7733), 1, - anon_sym_RBRACK, - [124052] = 2, + ACTIONS(7830), 1, + anon_sym_EQ_GT, + [127182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7735), 1, - sym_number, - [124059] = 2, + ACTIONS(7324), 1, + anon_sym_RBRACK, + [127189] = 2, + ACTIONS(5627), 1, + sym_comment, + ACTIONS(7832), 1, + sym_regex_pattern, + [127196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7737), 1, + ACTIONS(7834), 1, anon_sym_RBRACK, - [124066] = 2, + [127203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7739), 1, - anon_sym_EQ_GT, - [124073] = 2, + ACTIONS(7836), 1, + anon_sym_RBRACK, + [127210] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7741), 1, + ACTIONS(7838), 1, anon_sym_RBRACK, - [124080] = 2, + [127217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7743), 1, - anon_sym_EQ_GT, - [124087] = 2, + ACTIONS(7840), 1, + anon_sym_DOT, + [127224] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7745), 1, + ACTIONS(7842), 1, anon_sym_RBRACK, - [124094] = 2, + [127231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7747), 1, - anon_sym_EQ_GT, - [124101] = 2, + ACTIONS(7844), 1, + anon_sym_RBRACK, + [127238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7749), 1, - anon_sym_EQ_GT, - [124108] = 2, + ACTIONS(7846), 1, + anon_sym_EQ, + [127245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7751), 1, + ACTIONS(7848), 1, anon_sym_RBRACK, - [124115] = 2, + [127252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7753), 1, + ACTIONS(7850), 1, anon_sym_RBRACK, - [124122] = 2, + [127259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7145), 1, - sym_identifier, - [124129] = 2, + ACTIONS(7852), 1, + anon_sym_EQ_GT, + [127266] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7755), 1, - anon_sym_readonly, - [124136] = 2, + ACTIONS(7854), 1, + anon_sym_EQ_GT, + [127273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7757), 1, - anon_sym_RBRACK, - [124143] = 2, + ACTIONS(7856), 1, + anon_sym_EQ_GT, + [127280] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7759), 1, - anon_sym_class, - [124150] = 2, + ACTIONS(7858), 1, + anon_sym_EQ_GT, + [127287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7761), 1, - anon_sym_RBRACK, - [124157] = 2, + ACTIONS(7860), 1, + sym_identifier, + [127294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7763), 1, - anon_sym_RBRACK, - [124164] = 2, + ACTIONS(6454), 1, + anon_sym_EQ, + [127301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7765), 1, - anon_sym_RBRACK, - [124171] = 2, + ACTIONS(7408), 1, + anon_sym_GT, + [127308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7767), 1, - anon_sym_RBRACK, - [124178] = 2, + ACTIONS(3978), 1, + anon_sym_RPAREN, + [127315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7769), 1, - anon_sym_EQ, - [124185] = 2, + ACTIONS(7862), 1, + anon_sym_EQ_GT, + [127322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7771), 1, - anon_sym_RBRACK, - [124192] = 2, + ACTIONS(7864), 1, + anon_sym_DOT, + [127329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7773), 1, - anon_sym_EQ, - [124199] = 2, + ACTIONS(4620), 1, + anon_sym_RBRACE, + [127336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7775), 1, - anon_sym_EQ_GT, - [124206] = 2, + ACTIONS(7866), 1, + anon_sym_SLASH2, + [127343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - anon_sym_RBRACK, - [124213] = 2, + ACTIONS(4559), 1, + anon_sym_RPAREN, + [127350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7779), 1, - anon_sym_RBRACK, - [124220] = 2, + ACTIONS(4591), 1, + anon_sym_RPAREN, + [127357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7781), 1, - anon_sym_GT, - [124227] = 2, + ACTIONS(4589), 1, + anon_sym_RPAREN, + [127364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7783), 1, - anon_sym_RBRACK, - [124234] = 2, + ACTIONS(7868), 1, + sym_identifier, + [127371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7785), 1, - anon_sym_RBRACK, - [124241] = 2, + ACTIONS(7870), 1, + sym_identifier, + [127378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7787), 1, - anon_sym_RBRACK, - [124248] = 2, + ACTIONS(7872), 1, + anon_sym_RPAREN, + [127385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7789), 1, - anon_sym_RBRACK, - [124255] = 2, + ACTIONS(7874), 1, + sym_identifier, + [127392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7791), 1, - anon_sym_RBRACK, - [124262] = 2, + ACTIONS(7876), 1, + sym_identifier, + [127399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7793), 1, - anon_sym_new, - [124269] = 2, + ACTIONS(7878), 1, + anon_sym_EQ, + [127406] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7795), 1, - anon_sym_RBRACK, - [124276] = 2, + ACTIONS(7880), 1, + sym_identifier, + [127413] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7797), 1, + ACTIONS(4564), 1, anon_sym_RBRACK, - [124283] = 2, + [127420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, - anon_sym_RBRACK, - [124290] = 2, + ACTIONS(4566), 1, + anon_sym_RBRACE, + [127427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7801), 1, - anon_sym_RBRACK, - [124297] = 2, + ACTIONS(7882), 1, + sym_identifier, + [127434] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7803), 1, - anon_sym_RBRACK, - [124304] = 2, + ACTIONS(7884), 1, + sym_identifier, + [127441] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7805), 1, - anon_sym_RBRACK, - [124311] = 2, + ACTIONS(7886), 1, + anon_sym_class, + [127448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7807), 1, - anon_sym_EQ_GT, - [124318] = 2, + ACTIONS(7888), 1, + sym_identifier, + [127455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7809), 1, - anon_sym_COLON, - [124325] = 2, + ACTIONS(7890), 1, + anon_sym_EQ_GT, + [127462] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7811), 1, - anon_sym_GT, - [124332] = 2, + ACTIONS(7892), 1, + sym_identifier, + [127469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7813), 1, - anon_sym_RBRACK, - [124339] = 2, + ACTIONS(7894), 1, + anon_sym_EQ, + [127476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7815), 1, - anon_sym_RBRACK, - [124346] = 2, + ACTIONS(7896), 1, + anon_sym_namespace, + [127483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7817), 1, - anon_sym_RBRACK, - [124353] = 2, + ACTIONS(7898), 1, + sym_number, + [127490] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7819), 1, - anon_sym_EQ_GT, - [124360] = 2, + ACTIONS(7900), 1, + sym_identifier, + [127497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7821), 1, - anon_sym_RBRACK, - [124367] = 2, + ACTIONS(7902), 1, + anon_sym_symbol, + [127504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7823), 1, + ACTIONS(7904), 1, sym_identifier, - [124374] = 2, + [127511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7825), 1, + ACTIONS(7906), 1, anon_sym_EQ_GT, - [124381] = 2, + [127518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6875), 1, - anon_sym_RBRACK, - [124388] = 2, + ACTIONS(7908), 1, + anon_sym_EQ_GT, + [127525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7827), 1, - anon_sym_EQ_GT, - [124395] = 2, + ACTIONS(7910), 1, + anon_sym_symbol, + [127532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7829), 1, - sym_identifier, - [124402] = 2, + ACTIONS(7912), 1, + anon_sym_EQ, + [127539] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7831), 1, - sym_number, - [124409] = 2, + ACTIONS(7914), 1, + anon_sym_EQ_GT, + [127546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7833), 1, + ACTIONS(7916), 1, sym_identifier, - [124416] = 2, + [127553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7835), 1, - anon_sym_SLASH2, - [124423] = 2, + ACTIONS(7918), 1, + anon_sym_EQ_GT, + [127560] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7837), 1, - anon_sym_RBRACK, - [124430] = 2, + ACTIONS(7920), 1, + anon_sym_EQ_GT, + [127567] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7839), 1, - anon_sym_RBRACK, - [124437] = 2, + ACTIONS(7922), 1, + sym_number, + [127574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7841), 1, - anon_sym_RBRACK, - [124444] = 2, + ACTIONS(7053), 1, + anon_sym_GT, + [127581] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7843), 1, - anon_sym_RPAREN, - [124451] = 2, + ACTIONS(7370), 1, + sym_identifier, + [127588] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7845), 1, - anon_sym_RBRACK, - [124458] = 2, + ACTIONS(7924), 1, + anon_sym_class, + [127595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7847), 1, - anon_sym_RBRACK, - [124465] = 2, + ACTIONS(7926), 1, + anon_sym_RPAREN, + [127602] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7849), 1, + ACTIONS(4593), 1, anon_sym_RBRACK, - [124472] = 2, + [127609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7851), 1, - anon_sym_RBRACK, - [124479] = 2, + ACTIONS(7928), 1, + anon_sym_EQ, + [127616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7853), 1, + ACTIONS(7039), 1, anon_sym_RBRACK, - [124486] = 2, + [127623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7855), 1, - anon_sym_RBRACK, - [124493] = 2, + ACTIONS(7930), 1, + anon_sym_EQ, + [127630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7857), 1, - anon_sym_RBRACK, - [124500] = 2, + ACTIONS(7348), 1, + anon_sym_RBRACE, + [127637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7859), 1, - anon_sym_EQ_GT, - [124507] = 2, + ACTIONS(7932), 1, + sym_identifier, + [127644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7861), 1, - anon_sym_RBRACK, - [124514] = 2, + ACTIONS(7934), 1, + sym_identifier, + [127651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7863), 1, - anon_sym_RBRACK, - [124521] = 2, + ACTIONS(7936), 1, + sym_identifier, + [127658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7865), 1, + ACTIONS(4622), 1, anon_sym_COLON, - [124528] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7867), 1, - anon_sym_RBRACK, - [124535] = 2, + [127665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7869), 1, - anon_sym_RBRACK, - [124542] = 2, + ACTIONS(7938), 1, + anon_sym_EQ_GT, + [127672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7871), 1, - anon_sym_RBRACK, - [124549] = 2, + ACTIONS(7940), 1, + sym_identifier, + [127679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7873), 1, + ACTIONS(7942), 1, anon_sym_RBRACK, - [124556] = 2, + [127686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7875), 1, - anon_sym_RBRACK, - [124563] = 2, + ACTIONS(7944), 1, + anon_sym_new, + [127693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7877), 1, - anon_sym_as, - [124570] = 2, + ACTIONS(7946), 1, + sym_identifier, + [127700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7879), 1, - anon_sym_RBRACK, - [124577] = 2, + ACTIONS(7948), 1, + sym_identifier, + [127707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7881), 1, - anon_sym_from, - [124584] = 2, + ACTIONS(7950), 1, + anon_sym_EQ_GT, + [127714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6935), 1, + ACTIONS(4630), 1, anon_sym_RBRACE, - [124591] = 2, + [127721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7883), 1, - anon_sym_RBRACK, - [124598] = 2, + ACTIONS(7024), 1, + anon_sym_GT, + [127728] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7885), 1, - anon_sym_RBRACK, - [124605] = 2, + ACTIONS(7952), 1, + anon_sym_EQ_GT, + [127735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7887), 1, + ACTIONS(7954), 1, anon_sym_EQ_GT, - [124612] = 2, + [127742] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7889), 1, + ACTIONS(7956), 1, anon_sym_EQ_GT, - [124619] = 2, + [127749] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7891), 1, - anon_sym_GT, - [124626] = 2, + ACTIONS(7958), 1, + anon_sym_COLON, + [127756] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7893), 1, - sym_identifier, - [124633] = 2, + ACTIONS(7960), 1, + anon_sym_SLASH2, + [127763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7895), 1, - anon_sym_GT, - [124640] = 2, + ACTIONS(7962), 1, + anon_sym_target, + [127770] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7005), 1, - anon_sym_GT, - [124647] = 2, + ACTIONS(7964), 1, + anon_sym_RBRACK, + [127777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7897), 1, - anon_sym_EQ_GT, - [124654] = 2, + ACTIONS(7966), 1, + anon_sym_RBRACK, + [127784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7899), 1, - sym_identifier, - [124661] = 2, + ACTIONS(7968), 1, + anon_sym_EQ_GT, + [127791] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7901), 1, - anon_sym_EQ_GT, - [124668] = 2, + ACTIONS(7970), 1, + anon_sym_class, + [127798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7029), 1, - anon_sym_RBRACK, - [124675] = 2, + ACTIONS(7972), 1, + anon_sym_EQ_GT, + [127805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7903), 1, - anon_sym_GT, - [124682] = 2, + ACTIONS(7974), 1, + anon_sym_EQ_GT, + [127812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7905), 1, - anon_sym_GT, - [124689] = 2, + ACTIONS(7976), 1, + anon_sym_RBRACK, + [127819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7907), 1, - anon_sym_GT, - [124696] = 2, + ACTIONS(7978), 1, + anon_sym_RBRACK, + [127826] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7909), 1, - anon_sym_GT, - [124703] = 2, + ACTIONS(4188), 1, + anon_sym_RPAREN, + [127833] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7911), 1, - anon_sym_GT, - [124710] = 2, + ACTIONS(7980), 1, + anon_sym_RBRACK, + [127840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7913), 1, + ACTIONS(7982), 1, anon_sym_RBRACK, - [124717] = 2, + [127847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7915), 1, + ACTIONS(6046), 1, anon_sym_EQ, - [124724] = 2, + [127854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7917), 1, + ACTIONS(7984), 1, anon_sym_EQ_GT, - [124731] = 2, + [127861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7919), 1, - sym_identifier, - [124738] = 2, + ACTIONS(7986), 1, + anon_sym_RBRACK, + [127868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7921), 1, - sym_number, - [124745] = 2, + ACTIONS(7988), 1, + anon_sym_EQ_GT, + [127875] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7923), 1, - anon_sym_GT, - [124752] = 2, + ACTIONS(7990), 1, + anon_sym_RBRACK, + [127882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7925), 1, - anon_sym_RPAREN, - [124759] = 2, + ACTIONS(7992), 1, + anon_sym_RBRACK, + [127889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7927), 1, - sym_identifier, - [124766] = 2, + ACTIONS(7994), 1, + anon_sym_RBRACK, + [127896] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7929), 1, - anon_sym_EQ, - [124773] = 2, + ACTIONS(7996), 1, + anon_sym_EQ_GT, + [127903] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7931), 1, + ACTIONS(7998), 1, sym_identifier, - [124780] = 2, + [127910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7933), 1, - sym_identifier, - [124787] = 2, + ACTIONS(8000), 1, + anon_sym_EQ_GT, + [127917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7935), 1, - anon_sym_SLASH2, - [124794] = 2, + ACTIONS(8002), 1, + anon_sym_RBRACK, + [127924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4071), 1, - anon_sym_RPAREN, - [124801] = 2, + ACTIONS(7274), 1, + sym_identifier, + [127931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7937), 1, - sym_identifier, - [124808] = 2, + ACTIONS(8004), 1, + anon_sym_from, + [127938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7939), 1, + ACTIONS(8006), 1, anon_sym_RBRACK, - [124815] = 2, + [127945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7941), 1, - anon_sym_EQ, - [124822] = 2, + ACTIONS(5660), 1, + anon_sym_is, + [127952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7943), 1, - anon_sym_RBRACK, - [124829] = 2, + ACTIONS(8008), 1, + anon_sym_EQ_GT, + [127959] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7945), 1, + ACTIONS(8010), 1, anon_sym_RBRACK, - [124836] = 2, + [127966] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7947), 1, + ACTIONS(8012), 1, anon_sym_RBRACK, - [124843] = 2, + [127973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, - anon_sym_RBRACE, - [124850] = 2, + ACTIONS(8014), 1, + anon_sym_RBRACK, + [127980] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7949), 1, - anon_sym_RBRACK, - [124857] = 2, + ACTIONS(8016), 1, + sym_identifier, + [127987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7951), 1, - anon_sym_EQ_GT, - [124864] = 2, + ACTIONS(8018), 1, + anon_sym_from, + [127994] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7953), 1, + ACTIONS(8020), 1, sym_identifier, - [124871] = 2, + [128001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7955), 1, - anon_sym_EQ, - [124878] = 2, + ACTIONS(8022), 1, + anon_sym_SLASH2, + [128008] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7957), 1, - anon_sym_RBRACK, - [124885] = 2, + ACTIONS(8024), 1, + anon_sym_EQ_GT, + [128015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7959), 1, - anon_sym_RBRACK, - [124892] = 2, + ACTIONS(8026), 1, + anon_sym_target, + [128022] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7961), 1, - anon_sym_RBRACK, - [124899] = 2, + ACTIONS(8028), 1, + anon_sym_EQ_GT, + [128029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7963), 1, + ACTIONS(8030), 1, anon_sym_RBRACK, - [124906] = 2, + [128036] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7965), 1, + ACTIONS(8032), 1, anon_sym_RBRACK, - [124913] = 2, + [128043] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7967), 1, + ACTIONS(8034), 1, anon_sym_EQ_GT, - [124920] = 2, + [128050] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7969), 1, + ACTIONS(6719), 1, anon_sym_EQ_GT, - [124927] = 2, + [128057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7971), 1, - anon_sym_EQ_GT, - [124934] = 2, + ACTIONS(8036), 1, + anon_sym_RBRACK, + [128064] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7973), 1, - anon_sym_class, - [124941] = 2, + ACTIONS(5231), 1, + anon_sym_EQ_GT, + [128071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7975), 1, - anon_sym_EQ_GT, - [124948] = 2, + ACTIONS(4640), 1, + anon_sym_RPAREN, + [128078] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7977), 1, - anon_sym_RBRACK, - [124955] = 2, + ACTIONS(7005), 1, + anon_sym_LBRACE, + [128085] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7979), 1, + ACTIONS(8038), 1, anon_sym_RBRACK, - [124962] = 2, + [128092] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7981), 1, - anon_sym_EQ_GT, - [124969] = 2, + ACTIONS(6022), 1, + anon_sym_is, + [128099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7983), 1, - anon_sym_RBRACK, - [124976] = 2, + ACTIONS(8040), 1, + anon_sym_from, + [128106] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7985), 1, + ACTIONS(6969), 1, anon_sym_RBRACK, - [124983] = 2, + [128113] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7987), 1, - anon_sym_RBRACK, - [124990] = 2, + ACTIONS(8042), 1, + anon_sym_SLASH2, + [128120] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7989), 1, - anon_sym_RBRACK, - [124997] = 2, + ACTIONS(8044), 1, + sym_identifier, + [128127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7991), 1, - anon_sym_RBRACK, - [125004] = 2, + ACTIONS(8046), 1, + sym_identifier, + [128134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7993), 1, - sym_identifier, - [125011] = 2, + ACTIONS(8048), 1, + sym_number, + [128141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7995), 1, + ACTIONS(8050), 1, anon_sym_RBRACK, - [125018] = 2, + [128148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7105), 1, - sym_identifier, - [125025] = 2, + ACTIONS(8052), 1, + anon_sym_EQ_GT, + [128155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7997), 1, - anon_sym_RBRACK, - [125032] = 2, + ACTIONS(8054), 1, + sym_identifier, + [128162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7999), 1, - anon_sym_EQ_GT, - [125039] = 2, + ACTIONS(8056), 1, + anon_sym_symbol, + [128169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8001), 1, + ACTIONS(8058), 1, anon_sym_EQ_GT, - [125046] = 2, + [128176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8003), 1, - anon_sym_target, - [125053] = 2, + ACTIONS(8060), 1, + anon_sym_while, + [128183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8005), 1, - anon_sym_GT, - [125060] = 2, + ACTIONS(8062), 1, + anon_sym_RPAREN, + [128190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8007), 1, - anon_sym_GT, - [125067] = 2, + ACTIONS(4642), 1, + anon_sym_RPAREN, + [128197] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5534), 1, - anon_sym_is, - [125074] = 2, + ACTIONS(7088), 1, + anon_sym_RBRACK, + [128204] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8009), 1, - anon_sym_EQ_GT, - [125081] = 2, + ACTIONS(4047), 1, + anon_sym_RPAREN, + [128211] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6714), 1, + ACTIONS(8064), 1, anon_sym_EQ_GT, - [125088] = 2, + [128218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5124), 1, + ACTIONS(8066), 1, anon_sym_EQ_GT, - [125095] = 2, + [128225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6848), 1, - anon_sym_LBRACE, - [125102] = 2, + ACTIONS(8068), 1, + anon_sym_RPAREN, + [128232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7310), 1, - anon_sym_GT, - [125109] = 2, + ACTIONS(8070), 1, + sym_identifier, + [128239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8011), 1, - anon_sym_EQ_GT, - [125116] = 2, + ACTIONS(8072), 1, + sym_identifier, + [128246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8013), 1, + ACTIONS(8074), 1, sym_identifier, - [125123] = 2, + [128253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8015), 1, - anon_sym_SLASH2, - [125130] = 2, + ACTIONS(8076), 1, + anon_sym_COLON, + [128260] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8017), 1, - anon_sym_EQ_GT, - [125137] = 2, + ACTIONS(8078), 1, + anon_sym_new, + [128267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7298), 1, + ACTIONS(8080), 1, anon_sym_RBRACK, - [125144] = 2, + [128274] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8019), 1, - anon_sym_GT, - [125151] = 2, + ACTIONS(8082), 1, + anon_sym_EQ_GT, + [128281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8021), 1, - anon_sym_GT, - [125158] = 2, + ACTIONS(8084), 1, + anon_sym_EQ_GT, + [128288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8023), 1, - anon_sym_GT, - [125165] = 2, + ACTIONS(3380), 1, + anon_sym_is, + [128295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8025), 1, - anon_sym_GT, - [125172] = 2, + ACTIONS(8086), 1, + anon_sym_EQ, + [128302] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8027), 1, - anon_sym_GT, - [125179] = 2, + ACTIONS(8088), 1, + anon_sym_EQ_GT, + [128309] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8029), 1, - anon_sym_GT, - [125186] = 2, + ACTIONS(8090), 1, + anon_sym_EQ_GT, + [128316] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8092), 1, + anon_sym_EQ_GT, + [128323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8031), 1, + ACTIONS(8094), 1, anon_sym_RBRACK, - [125193] = 2, + [128330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8033), 1, - sym_identifier, - [125200] = 2, + ACTIONS(8096), 1, + anon_sym_EQ_GT, + [128337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8035), 1, - sym_number, - [125207] = 2, + ACTIONS(8098), 1, + anon_sym_EQ_GT, + [128344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8037), 1, - anon_sym_GT, - [125214] = 2, + ACTIONS(8100), 1, + anon_sym_RBRACK, + [128351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8039), 1, - anon_sym_RPAREN, - [125221] = 2, + ACTIONS(7472), 1, + anon_sym_from, + [128358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8041), 1, - anon_sym_SLASH2, - [125228] = 2, + ACTIONS(8102), 1, + sym_identifier, + [128365] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3932), 1, - anon_sym_RPAREN, - [125235] = 2, + ACTIONS(8104), 1, + anon_sym_RBRACK, + [128372] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8043), 1, + ACTIONS(8106), 1, anon_sym_RBRACK, - [125242] = 2, + [128379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8045), 1, - anon_sym_while, - [125249] = 2, + ACTIONS(8108), 1, + anon_sym_RBRACK, + [128386] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8047), 1, + ACTIONS(8110), 1, anon_sym_RBRACK, - [125256] = 2, + [128393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4527), 1, - anon_sym_RPAREN, - [125263] = 2, + ACTIONS(8112), 1, + anon_sym_as, + [128400] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4065), 1, - anon_sym_RPAREN, - [125270] = 2, + ACTIONS(8114), 1, + anon_sym_RBRACK, + [128407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8049), 1, + ACTIONS(8116), 1, anon_sym_RBRACK, - [125277] = 2, + [128414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8051), 1, + ACTIONS(8118), 1, anon_sym_RBRACK, - [125284] = 2, + [128421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8053), 1, + ACTIONS(8120), 1, anon_sym_RBRACK, - [125291] = 2, + [128428] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8055), 1, + ACTIONS(8122), 1, anon_sym_RBRACK, - [125298] = 2, + [128435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8057), 1, - sym_identifier, - [125305] = 2, + ACTIONS(8124), 1, + anon_sym_RBRACK, + [128442] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8126), 1, + anon_sym_RBRACK, + [128449] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8128), 1, + anon_sym_RBRACK, + [128456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8059), 1, + ACTIONS(8130), 1, anon_sym_RBRACK, - [125312] = 2, + [128463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8061), 1, + ACTIONS(8132), 1, anon_sym_EQ, - [125319] = 2, + [128470] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8134), 1, + anon_sym_EQ_GT, + [128477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8063), 1, + ACTIONS(8136), 1, + sym_identifier, + [128484] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8138), 1, anon_sym_RBRACK, - [125326] = 2, + [128491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8065), 1, + ACTIONS(8140), 1, anon_sym_RBRACK, - [125333] = 2, + [128498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8067), 1, + ACTIONS(8142), 1, anon_sym_RBRACK, - [125340] = 2, + [128505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6975), 1, - anon_sym_from, - [125347] = 2, + ACTIONS(8144), 1, + anon_sym_RBRACK, + [128512] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8069), 1, + ACTIONS(8146), 1, anon_sym_EQ_GT, - [125354] = 2, + [128519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8071), 1, + ACTIONS(8148), 1, anon_sym_RBRACK, - [125361] = 2, + [128526] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8073), 1, - anon_sym_EQ_GT, - [125368] = 2, + ACTIONS(8150), 1, + anon_sym_RBRACK, + [128533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8075), 1, - anon_sym_as, - [125375] = 2, + ACTIONS(8152), 1, + anon_sym_function, + [128540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8077), 1, - anon_sym_EQ, - [125382] = 2, + ACTIONS(8154), 1, + sym_identifier, + [128547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8079), 1, + ACTIONS(8156), 1, + sym_identifier, + [128554] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8158), 1, anon_sym_RBRACK, - [125389] = 2, + [128561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8081), 1, - anon_sym_GT, - [125396] = 2, + ACTIONS(8160), 1, + anon_sym_EQ, + [128568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8083), 1, - anon_sym_RBRACK, - [125403] = 2, + ACTIONS(8162), 1, + anon_sym_RPAREN, + [128575] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8085), 1, - anon_sym_EQ_GT, - [125410] = 2, + ACTIONS(8164), 1, + anon_sym_namespace, + [128582] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8087), 1, - anon_sym_RBRACK, - [125417] = 2, + ACTIONS(8166), 1, + anon_sym_RPAREN, + [128589] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8089), 1, - anon_sym_EQ_GT, - [125424] = 2, + ACTIONS(8168), 1, + anon_sym_RPAREN, + [128596] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8091), 1, - anon_sym_EQ_GT, - [125431] = 2, + ACTIONS(8170), 1, + anon_sym_RBRACK, + [128603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8093), 1, + ACTIONS(8172), 1, anon_sym_RBRACK, - [125438] = 2, + [128610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8095), 1, + ACTIONS(8174), 1, anon_sym_RBRACK, - [125445] = 2, + [128617] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8176), 1, + anon_sym_EQ_GT, + [128624] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8097), 1, + ACTIONS(8178), 1, anon_sym_RBRACK, - [125452] = 2, + [128631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8099), 1, + ACTIONS(8180), 1, anon_sym_EQ, - [125459] = 2, + [128638] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8182), 1, + anon_sym_RPAREN, + [128645] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8101), 1, + ACTIONS(8184), 1, anon_sym_RBRACK, - [125466] = 2, + [128652] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8103), 1, - anon_sym_new, - [125473] = 2, + ACTIONS(8186), 1, + anon_sym_EQ_GT, + [128659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8105), 1, + ACTIONS(8188), 1, anon_sym_RBRACK, - [125480] = 2, + [128666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8107), 1, + ACTIONS(8190), 1, anon_sym_EQ_GT, - [125487] = 2, + [128673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8109), 1, + ACTIONS(8192), 1, anon_sym_EQ_GT, - [125494] = 2, + [128680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8111), 1, - anon_sym_GT, - [125501] = 2, + ACTIONS(8194), 1, + anon_sym_RBRACK, + [128687] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8113), 1, - anon_sym_GT, - [125508] = 2, + ACTIONS(8196), 1, + anon_sym_RBRACK, + [128694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5559), 1, - anon_sym_is, - [125515] = 2, + ACTIONS(8198), 1, + anon_sym_new, + [128701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6950), 1, - anon_sym_GT, - [125522] = 2, + ACTIONS(8200), 1, + anon_sym_RBRACK, + [128708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4436), 1, + ACTIONS(7065), 1, + anon_sym_EQ, + [128715] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8202), 1, anon_sym_RBRACK, - [125529] = 2, + [128722] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8115), 1, - anon_sym_function, - [125536] = 2, + ACTIONS(8204), 1, + anon_sym_RBRACK, + [128729] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8206), 1, + anon_sym_EQ_GT, + [128736] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8117), 1, + ACTIONS(8208), 1, sym_identifier, - [125543] = 2, + [128743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8119), 1, + ACTIONS(8210), 1, sym_identifier, - [125550] = 2, + [128750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8121), 1, - anon_sym_EQ_GT, - [125557] = 2, + ACTIONS(8212), 1, + anon_sym_RBRACK, + [128757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, - anon_sym_namespace, - [125564] = 2, + ACTIONS(8214), 1, + ts_builtin_sym_end, + [128764] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8125), 1, - anon_sym_EQ, - [125571] = 2, + ACTIONS(8216), 1, + sym_identifier, + [128771] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8218), 1, + anon_sym_RBRACK, + [128778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8127), 1, + ACTIONS(8220), 1, sym_identifier, - [125578] = 2, + [128785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8129), 1, - anon_sym_EQ_GT, - [125585] = 2, + ACTIONS(8222), 1, + anon_sym_class, + [128792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7118), 1, - anon_sym_RBRACK, - [125592] = 2, + ACTIONS(8224), 1, + anon_sym_EQ, + [128799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8131), 1, + ACTIONS(8226), 1, anon_sym_new, - [125599] = 2, + [128806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8133), 1, - anon_sym_GT, - [125606] = 2, + ACTIONS(8228), 1, + anon_sym_RBRACK, + [128813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8135), 1, - anon_sym_GT, - [125613] = 2, + ACTIONS(8230), 1, + anon_sym_RBRACK, + [128820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8137), 1, - anon_sym_GT, - [125620] = 2, + ACTIONS(8232), 1, + anon_sym_RBRACK, + [128827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8139), 1, - anon_sym_GT, - [125627] = 2, + ACTIONS(8234), 1, + anon_sym_RBRACK, + [128834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8141), 1, + ACTIONS(8236), 1, anon_sym_new, - [125634] = 2, + [128841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8143), 1, - anon_sym_GT, - [125641] = 2, + ACTIONS(8238), 1, + sym_identifier, + [128848] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8145), 1, - anon_sym_SLASH2, - [125648] = 2, + ACTIONS(8240), 1, + sym_identifier, + [128855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 1, - anon_sym_EQ, - [125655] = 2, + ACTIONS(8242), 1, + anon_sym_LBRACK, + [128862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8147), 1, - anon_sym_EQ_GT, - [125662] = 2, - ACTIONS(3), 1, + ACTIONS(8244), 1, + anon_sym_RBRACK, + [128869] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(4482), 1, - anon_sym_RBRACE, - [125669] = 2, + ACTIONS(8246), 1, + sym_regex_pattern, + [128876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8149), 1, + ACTIONS(8248), 1, sym_identifier, - [125676] = 2, + [128883] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8151), 1, + ACTIONS(8250), 1, anon_sym_function, - [125683] = 2, + [128890] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8153), 1, - ts_builtin_sym_end, - [125690] = 2, + ACTIONS(8252), 1, + anon_sym_EQ_GT, + [128897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8155), 1, - sym_identifier, - [125697] = 2, - ACTIONS(3), 1, + ACTIONS(8254), 1, + anon_sym_DOT, + [128904] = 2, + ACTIONS(5627), 1, sym_comment, - ACTIONS(8157), 1, - sym_identifier, - [125704] = 2, + ACTIONS(8256), 1, + sym_regex_pattern, + [128911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8159), 1, + ACTIONS(8258), 1, sym_identifier, - [125711] = 2, + [128918] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8161), 1, + ACTIONS(8260), 1, anon_sym_new, - [125718] = 2, + [128925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8163), 1, + ACTIONS(8262), 1, sym_identifier, - [125725] = 2, + [128932] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8165), 1, + ACTIONS(8264), 1, sym_identifier, - [125732] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8167), 1, - anon_sym_class, - [125739] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3229), 1, - anon_sym_LPAREN, - [125746] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4589), 1, - anon_sym_RBRACK, - [125753] = 2, + [128939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8169), 1, + ACTIONS(8266), 1, sym_identifier, - [125760] = 2, + [128946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8171), 1, - anon_sym_EQ_GT, - [125767] = 2, + ACTIONS(8268), 1, + sym_identifier, + [128953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8173), 1, + ACTIONS(8270), 1, sym_identifier, - [125774] = 2, - ACTIONS(5567), 1, - sym_comment, - ACTIONS(8175), 1, - sym_regex_pattern, - [125781] = 2, + [128960] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8177), 1, - sym_number, - [125788] = 2, + ACTIONS(8272), 1, + sym_identifier, + [128967] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8179), 1, - anon_sym_GT, - [125795] = 2, + ACTIONS(8274), 1, + sym_identifier, + [128974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8181), 1, - anon_sym_RPAREN, - [125802] = 2, + ACTIONS(8276), 1, + anon_sym_COLON, + [128981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8183), 1, + ACTIONS(8278), 1, sym_identifier, - [125809] = 2, + [128988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8185), 1, - anon_sym_EQ_GT, - [125816] = 2, + ACTIONS(8280), 1, + anon_sym_RBRACK, + [128995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5899), 1, - anon_sym_EQ, - [125823] = 2, + ACTIONS(8282), 1, + anon_sym_from, + [129002] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3984), 1, - anon_sym_RPAREN, - [125830] = 2, + ACTIONS(8284), 1, + anon_sym_from, + [129009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8187), 1, - anon_sym_target, - [125837] = 2, + ACTIONS(8286), 1, + anon_sym_require, + [129016] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8189), 1, - anon_sym_EQ_GT, - [125844] = 2, + ACTIONS(8288), 1, + anon_sym_LPAREN, + [129023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8191), 1, - anon_sym_EQ_GT, - [125851] = 2, + ACTIONS(8290), 1, + sym_identifier, + [129030] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8193), 1, - anon_sym_EQ_GT, + ACTIONS(8292), 1, + anon_sym_as, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(999)] = 0, - [SMALL_STATE(1000)] = 89, - [SMALL_STATE(1001)] = 182, - [SMALL_STATE(1002)] = 271, - [SMALL_STATE(1003)] = 362, - [SMALL_STATE(1004)] = 453, - [SMALL_STATE(1005)] = 544, - [SMALL_STATE(1006)] = 635, - [SMALL_STATE(1007)] = 728, - [SMALL_STATE(1008)] = 817, - [SMALL_STATE(1009)] = 908, - [SMALL_STATE(1010)] = 997, - [SMALL_STATE(1011)] = 1088, - [SMALL_STATE(1012)] = 1180, - [SMALL_STATE(1013)] = 1268, - [SMALL_STATE(1014)] = 1360, - [SMALL_STATE(1015)] = 1448, - [SMALL_STATE(1016)] = 1536, - [SMALL_STATE(1017)] = 1628, - [SMALL_STATE(1018)] = 1722, - [SMALL_STATE(1019)] = 1810, - [SMALL_STATE(1020)] = 1879, - [SMALL_STATE(1021)] = 1968, - [SMALL_STATE(1022)] = 2055, - [SMALL_STATE(1023)] = 2142, - [SMALL_STATE(1024)] = 2231, - [SMALL_STATE(1025)] = 2320, - [SMALL_STATE(1026)] = 2453, - [SMALL_STATE(1027)] = 2540, - [SMALL_STATE(1028)] = 2673, - [SMALL_STATE(1029)] = 2742, - [SMALL_STATE(1030)] = 2829, - [SMALL_STATE(1031)] = 2898, - [SMALL_STATE(1032)] = 2967, - [SMALL_STATE(1033)] = 3056, - [SMALL_STATE(1034)] = 3143, - [SMALL_STATE(1035)] = 3232, - [SMALL_STATE(1036)] = 3321, - [SMALL_STATE(1037)] = 3390, - [SMALL_STATE(1038)] = 3459, - [SMALL_STATE(1039)] = 3546, - [SMALL_STATE(1040)] = 3615, - [SMALL_STATE(1041)] = 3704, - [SMALL_STATE(1042)] = 3793, - [SMALL_STATE(1043)] = 3884, - [SMALL_STATE(1044)] = 3952, - [SMALL_STATE(1045)] = 4024, - [SMALL_STATE(1046)] = 4110, - [SMALL_STATE(1047)] = 4200, - [SMALL_STATE(1048)] = 4286, - [SMALL_STATE(1049)] = 4372, - [SMALL_STATE(1050)] = 4460, - [SMALL_STATE(1051)] = 4546, - [SMALL_STATE(1052)] = 4640, - [SMALL_STATE(1053)] = 4726, - [SMALL_STATE(1054)] = 4794, - [SMALL_STATE(1055)] = 4882, - [SMALL_STATE(1056)] = 4959, - [SMALL_STATE(1057)] = 5036, - [SMALL_STATE(1058)] = 5127, - [SMALL_STATE(1059)] = 5212, - [SMALL_STATE(1060)] = 5297, - [SMALL_STATE(1061)] = 5382, - [SMALL_STATE(1062)] = 5467, - [SMALL_STATE(1063)] = 5544, - [SMALL_STATE(1064)] = 5629, - [SMALL_STATE(1065)] = 5708, - [SMALL_STATE(1066)] = 5793, - [SMALL_STATE(1067)] = 5870, - [SMALL_STATE(1068)] = 5955, - [SMALL_STATE(1069)] = 6032, - [SMALL_STATE(1070)] = 6109, - [SMALL_STATE(1071)] = 6200, - [SMALL_STATE(1072)] = 6285, - [SMALL_STATE(1073)] = 6364, - [SMALL_STATE(1074)] = 6442, - [SMALL_STATE(1075)] = 6514, - [SMALL_STATE(1076)] = 6586, - [SMALL_STATE(1077)] = 6662, - [SMALL_STATE(1078)] = 6746, - [SMALL_STATE(1079)] = 6820, - [SMALL_STATE(1080)] = 6906, - [SMALL_STATE(1081)] = 6988, - [SMALL_STATE(1082)] = 7072, - [SMALL_STATE(1083)] = 7156, - [SMALL_STATE(1084)] = 7230, - [SMALL_STATE(1085)] = 7304, - [SMALL_STATE(1086)] = 7388, - [SMALL_STATE(1087)] = 7470, - [SMALL_STATE(1088)] = 7548, - [SMALL_STATE(1089)] = 7620, - [SMALL_STATE(1090)] = 7708, - [SMALL_STATE(1091)] = 7780, - [SMALL_STATE(1092)] = 7856, - [SMALL_STATE(1093)] = 7940, - [SMALL_STATE(1094)] = 8016, - [SMALL_STATE(1095)] = 8094, - [SMALL_STATE(1096)] = 8159, - [SMALL_STATE(1097)] = 8232, - [SMALL_STATE(1098)] = 8307, - [SMALL_STATE(1099)] = 8378, - [SMALL_STATE(1100)] = 8451, - [SMALL_STATE(1101)] = 8522, - [SMALL_STATE(1102)] = 8591, - [SMALL_STATE(1103)] = 8660, - [SMALL_STATE(1104)] = 8743, - [SMALL_STATE(1105)] = 8826, - [SMALL_STATE(1106)] = 8903, - [SMALL_STATE(1107)] = 8978, - [SMALL_STATE(1108)] = 9057, - [SMALL_STATE(1109)] = 9136, - [SMALL_STATE(1110)] = 9207, - [SMALL_STATE(1111)] = 9272, - [SMALL_STATE(1112)] = 9345, - [SMALL_STATE(1113)] = 9426, - [SMALL_STATE(1114)] = 9491, - [SMALL_STATE(1115)] = 9556, - [SMALL_STATE(1116)] = 9633, - [SMALL_STATE(1117)] = 9704, - [SMALL_STATE(1118)] = 9769, - [SMALL_STATE(1119)] = 9834, - [SMALL_STATE(1120)] = 9905, - [SMALL_STATE(1121)] = 9978, - [SMALL_STATE(1122)] = 10043, - [SMALL_STATE(1123)] = 10114, - [SMALL_STATE(1124)] = 10187, - [SMALL_STATE(1125)] = 10252, - [SMALL_STATE(1126)] = 10323, - [SMALL_STATE(1127)] = 10388, - [SMALL_STATE(1128)] = 10463, - [SMALL_STATE(1129)] = 10536, - [SMALL_STATE(1130)] = 10619, - [SMALL_STATE(1131)] = 10702, - [SMALL_STATE(1132)] = 10773, - [SMALL_STATE(1133)] = 10843, - [SMALL_STATE(1134)] = 10913, - [SMALL_STATE(1135)] = 10991, - [SMALL_STATE(1136)] = 11067, - [SMALL_STATE(1137)] = 11137, - [SMALL_STATE(1138)] = 11219, - [SMALL_STATE(1139)] = 11295, - [SMALL_STATE(1140)] = 11363, - [SMALL_STATE(1141)] = 11433, - [SMALL_STATE(1142)] = 11515, - [SMALL_STATE(1143)] = 11585, - [SMALL_STATE(1144)] = 11655, - [SMALL_STATE(1145)] = 11725, - [SMALL_STATE(1146)] = 11797, - [SMALL_STATE(1147)] = 11867, - [SMALL_STATE(1148)] = 11937, - [SMALL_STATE(1149)] = 12013, - [SMALL_STATE(1150)] = 12085, - [SMALL_STATE(1151)] = 12157, - [SMALL_STATE(1152)] = 12227, - [SMALL_STATE(1153)] = 12295, - [SMALL_STATE(1154)] = 12377, - [SMALL_STATE(1155)] = 12449, - [SMALL_STATE(1156)] = 12521, - [SMALL_STATE(1157)] = 12594, - [SMALL_STATE(1158)] = 12667, - [SMALL_STATE(1159)] = 12738, - [SMALL_STATE(1160)] = 12807, - [SMALL_STATE(1161)] = 12880, - [SMALL_STATE(1162)] = 12953, - [SMALL_STATE(1163)] = 13022, - [SMALL_STATE(1164)] = 13093, - [SMALL_STATE(1165)] = 13162, - [SMALL_STATE(1166)] = 13229, - [SMALL_STATE(1167)] = 13304, - [SMALL_STATE(1168)] = 13371, - [SMALL_STATE(1169)] = 13434, - [SMALL_STATE(1170)] = 13505, - [SMALL_STATE(1171)] = 13574, - [SMALL_STATE(1172)] = 13636, - [SMALL_STATE(1173)] = 13708, - [SMALL_STATE(1174)] = 13778, - [SMALL_STATE(1175)] = 13846, - [SMALL_STATE(1176)] = 13918, - [SMALL_STATE(1177)] = 13984, - [SMALL_STATE(1178)] = 14052, - [SMALL_STATE(1179)] = 14120, - [SMALL_STATE(1180)] = 14182, - [SMALL_STATE(1181)] = 14252, - [SMALL_STATE(1182)] = 14320, - [SMALL_STATE(1183)] = 14382, - [SMALL_STATE(1184)] = 14451, - [SMALL_STATE(1185)] = 14518, - [SMALL_STATE(1186)] = 14583, - [SMALL_STATE(1187)] = 14650, - [SMALL_STATE(1188)] = 14717, - [SMALL_STATE(1189)] = 14833, - [SMALL_STATE(1190)] = 14949, - [SMALL_STATE(1191)] = 15065, - [SMALL_STATE(1192)] = 15181, - [SMALL_STATE(1193)] = 15297, - [SMALL_STATE(1194)] = 15413, - [SMALL_STATE(1195)] = 15525, - [SMALL_STATE(1196)] = 15643, - [SMALL_STATE(1197)] = 15755, - [SMALL_STATE(1198)] = 15873, - [SMALL_STATE(1199)] = 15985, - [SMALL_STATE(1200)] = 16097, - [SMALL_STATE(1201)] = 16175, - [SMALL_STATE(1202)] = 16287, - [SMALL_STATE(1203)] = 16399, - [SMALL_STATE(1204)] = 16511, - [SMALL_STATE(1205)] = 16623, - [SMALL_STATE(1206)] = 16735, - [SMALL_STATE(1207)] = 16853, - [SMALL_STATE(1208)] = 16965, - [SMALL_STATE(1209)] = 17083, - [SMALL_STATE(1210)] = 17195, - [SMALL_STATE(1211)] = 17307, - [SMALL_STATE(1212)] = 17419, - [SMALL_STATE(1213)] = 17537, - [SMALL_STATE(1214)] = 17649, - [SMALL_STATE(1215)] = 17761, - [SMALL_STATE(1216)] = 17873, - [SMALL_STATE(1217)] = 17985, - [SMALL_STATE(1218)] = 18097, - [SMALL_STATE(1219)] = 18205, - [SMALL_STATE(1220)] = 18313, - [SMALL_STATE(1221)] = 18421, - [SMALL_STATE(1222)] = 18529, - [SMALL_STATE(1223)] = 18637, - [SMALL_STATE(1224)] = 18693, - [SMALL_STATE(1225)] = 18801, - [SMALL_STATE(1226)] = 18909, - [SMALL_STATE(1227)] = 18965, - [SMALL_STATE(1228)] = 19075, - [SMALL_STATE(1229)] = 19183, - [SMALL_STATE(1230)] = 19254, - [SMALL_STATE(1231)] = 19317, - [SMALL_STATE(1232)] = 19415, - [SMALL_STATE(1233)] = 19475, - [SMALL_STATE(1234)] = 19573, - [SMALL_STATE(1235)] = 19633, - [SMALL_STATE(1236)] = 19689, - [SMALL_STATE(1237)] = 19745, - [SMALL_STATE(1238)] = 19843, - [SMALL_STATE(1239)] = 19897, - [SMALL_STATE(1240)] = 19955, - [SMALL_STATE(1241)] = 20053, - [SMALL_STATE(1242)] = 20111, - [SMALL_STATE(1243)] = 20209, - [SMALL_STATE(1244)] = 20263, - [SMALL_STATE(1245)] = 20321, - [SMALL_STATE(1246)] = 20419, - [SMALL_STATE(1247)] = 20517, - [SMALL_STATE(1248)] = 20577, - [SMALL_STATE(1249)] = 20631, - [SMALL_STATE(1250)] = 20691, - [SMALL_STATE(1251)] = 20751, - [SMALL_STATE(1252)] = 20804, - [SMALL_STATE(1253)] = 20915, - [SMALL_STATE(1254)] = 20970, - [SMALL_STATE(1255)] = 21027, - [SMALL_STATE(1256)] = 21088, - [SMALL_STATE(1257)] = 21145, - [SMALL_STATE(1258)] = 21206, - [SMALL_STATE(1259)] = 21263, - [SMALL_STATE(1260)] = 21316, - [SMALL_STATE(1261)] = 21369, - [SMALL_STATE(1262)] = 21424, - [SMALL_STATE(1263)] = 21535, - [SMALL_STATE(1264)] = 21588, - [SMALL_STATE(1265)] = 21641, - [SMALL_STATE(1266)] = 21694, - [SMALL_STATE(1267)] = 21747, - [SMALL_STATE(1268)] = 21802, - [SMALL_STATE(1269)] = 21913, - [SMALL_STATE(1270)] = 21984, - [SMALL_STATE(1271)] = 22037, - [SMALL_STATE(1272)] = 22090, - [SMALL_STATE(1273)] = 22143, - [SMALL_STATE(1274)] = 22198, - [SMALL_STATE(1275)] = 22251, - [SMALL_STATE(1276)] = 22304, - [SMALL_STATE(1277)] = 22357, - [SMALL_STATE(1278)] = 22410, - [SMALL_STATE(1279)] = 22463, - [SMALL_STATE(1280)] = 22518, - [SMALL_STATE(1281)] = 22571, - [SMALL_STATE(1282)] = 22682, - [SMALL_STATE(1283)] = 22735, - [SMALL_STATE(1284)] = 22788, - [SMALL_STATE(1285)] = 22867, - [SMALL_STATE(1286)] = 22920, - [SMALL_STATE(1287)] = 23031, - [SMALL_STATE(1288)] = 23084, - [SMALL_STATE(1289)] = 23195, - [SMALL_STATE(1290)] = 23306, - [SMALL_STATE(1291)] = 23359, - [SMALL_STATE(1292)] = 23412, - [SMALL_STATE(1293)] = 23465, - [SMALL_STATE(1294)] = 23518, - [SMALL_STATE(1295)] = 23571, - [SMALL_STATE(1296)] = 23624, - [SMALL_STATE(1297)] = 23735, - [SMALL_STATE(1298)] = 23788, - [SMALL_STATE(1299)] = 23841, - [SMALL_STATE(1300)] = 23894, - [SMALL_STATE(1301)] = 23947, - [SMALL_STATE(1302)] = 24000, - [SMALL_STATE(1303)] = 24053, - [SMALL_STATE(1304)] = 24106, - [SMALL_STATE(1305)] = 24159, - [SMALL_STATE(1306)] = 24212, - [SMALL_STATE(1307)] = 24323, - [SMALL_STATE(1308)] = 24382, - [SMALL_STATE(1309)] = 24441, - [SMALL_STATE(1310)] = 24494, - [SMALL_STATE(1311)] = 24553, - [SMALL_STATE(1312)] = 24606, - [SMALL_STATE(1313)] = 24659, - [SMALL_STATE(1314)] = 24712, - [SMALL_STATE(1315)] = 24823, - [SMALL_STATE(1316)] = 24934, - [SMALL_STATE(1317)] = 24987, - [SMALL_STATE(1318)] = 25040, - [SMALL_STATE(1319)] = 25093, - [SMALL_STATE(1320)] = 25148, - [SMALL_STATE(1321)] = 25201, - [SMALL_STATE(1322)] = 25274, - [SMALL_STATE(1323)] = 25349, - [SMALL_STATE(1324)] = 25402, - [SMALL_STATE(1325)] = 25455, - [SMALL_STATE(1326)] = 25508, - [SMALL_STATE(1327)] = 25561, - [SMALL_STATE(1328)] = 25614, - [SMALL_STATE(1329)] = 25667, - [SMALL_STATE(1330)] = 25720, - [SMALL_STATE(1331)] = 25773, - [SMALL_STATE(1332)] = 25830, - [SMALL_STATE(1333)] = 25883, - [SMALL_STATE(1334)] = 25942, - [SMALL_STATE(1335)] = 25995, - [SMALL_STATE(1336)] = 26048, - [SMALL_STATE(1337)] = 26101, - [SMALL_STATE(1338)] = 26154, - [SMALL_STATE(1339)] = 26207, - [SMALL_STATE(1340)] = 26262, - [SMALL_STATE(1341)] = 26319, - [SMALL_STATE(1342)] = 26372, - [SMALL_STATE(1343)] = 26425, - [SMALL_STATE(1344)] = 26478, - [SMALL_STATE(1345)] = 26531, - [SMALL_STATE(1346)] = 26584, - [SMALL_STATE(1347)] = 26643, - [SMALL_STATE(1348)] = 26702, - [SMALL_STATE(1349)] = 26755, - [SMALL_STATE(1350)] = 26814, - [SMALL_STATE(1351)] = 26869, - [SMALL_STATE(1352)] = 26922, - [SMALL_STATE(1353)] = 26981, - [SMALL_STATE(1354)] = 27084, - [SMALL_STATE(1355)] = 27137, - [SMALL_STATE(1356)] = 27190, - [SMALL_STATE(1357)] = 27243, - [SMALL_STATE(1358)] = 27332, - [SMALL_STATE(1359)] = 27413, - [SMALL_STATE(1360)] = 27466, - [SMALL_STATE(1361)] = 27545, - [SMALL_STATE(1362)] = 27598, - [SMALL_STATE(1363)] = 27653, - [SMALL_STATE(1364)] = 27748, - [SMALL_STATE(1365)] = 27801, - [SMALL_STATE(1366)] = 27854, - [SMALL_STATE(1367)] = 27947, - [SMALL_STATE(1368)] = 28000, - [SMALL_STATE(1369)] = 28081, - [SMALL_STATE(1370)] = 28142, - [SMALL_STATE(1371)] = 28243, - [SMALL_STATE(1372)] = 28342, - [SMALL_STATE(1373)] = 28395, - [SMALL_STATE(1374)] = 28480, - [SMALL_STATE(1375)] = 28533, - [SMALL_STATE(1376)] = 28646, - [SMALL_STATE(1377)] = 28705, - [SMALL_STATE(1378)] = 28802, - [SMALL_STATE(1379)] = 28913, - [SMALL_STATE(1380)] = 28966, - [SMALL_STATE(1381)] = 29018, - [SMALL_STATE(1382)] = 29070, - [SMALL_STATE(1383)] = 29168, - [SMALL_STATE(1384)] = 29220, - [SMALL_STATE(1385)] = 29272, - [SMALL_STATE(1386)] = 29324, - [SMALL_STATE(1387)] = 29398, - [SMALL_STATE(1388)] = 29482, - [SMALL_STATE(1389)] = 29534, - [SMALL_STATE(1390)] = 29644, - [SMALL_STATE(1391)] = 29696, - [SMALL_STATE(1392)] = 29776, - [SMALL_STATE(1393)] = 29874, - [SMALL_STATE(1394)] = 29974, - [SMALL_STATE(1395)] = 30054, - [SMALL_STATE(1396)] = 30126, - [SMALL_STATE(1397)] = 30178, - [SMALL_STATE(1398)] = 30270, - [SMALL_STATE(1399)] = 30322, - [SMALL_STATE(1400)] = 30416, - [SMALL_STATE(1401)] = 30508, - [SMALL_STATE(1402)] = 30618, - [SMALL_STATE(1403)] = 30734, - [SMALL_STATE(1404)] = 30830, - [SMALL_STATE(1405)] = 30940, - [SMALL_STATE(1406)] = 31018, - [SMALL_STATE(1407)] = 31076, - [SMALL_STATE(1408)] = 31160, - [SMALL_STATE(1409)] = 31240, - [SMALL_STATE(1410)] = 31314, - [SMALL_STATE(1411)] = 31372, - [SMALL_STATE(1412)] = 31460, - [SMALL_STATE(1413)] = 31570, - [SMALL_STATE(1414)] = 31680, - [SMALL_STATE(1415)] = 31732, - [SMALL_STATE(1416)] = 31834, - [SMALL_STATE(1417)] = 31944, - [SMALL_STATE(1418)] = 31996, - [SMALL_STATE(1419)] = 32048, - [SMALL_STATE(1420)] = 32142, - [SMALL_STATE(1421)] = 32238, - [SMALL_STATE(1422)] = 32316, - [SMALL_STATE(1423)] = 32396, - [SMALL_STATE(1424)] = 32484, - [SMALL_STATE(1425)] = 32536, - [SMALL_STATE(1426)] = 32588, - [SMALL_STATE(1427)] = 32690, - [SMALL_STATE(1428)] = 32800, - [SMALL_STATE(1429)] = 32852, - [SMALL_STATE(1430)] = 32962, - [SMALL_STATE(1431)] = 33072, - [SMALL_STATE(1432)] = 33124, - [SMALL_STATE(1433)] = 33176, - [SMALL_STATE(1434)] = 33228, - [SMALL_STATE(1435)] = 33338, - [SMALL_STATE(1436)] = 33448, - [SMALL_STATE(1437)] = 33500, - [SMALL_STATE(1438)] = 33552, - [SMALL_STATE(1439)] = 33662, - [SMALL_STATE(1440)] = 33714, - [SMALL_STATE(1441)] = 33824, - [SMALL_STATE(1442)] = 33934, - [SMALL_STATE(1443)] = 33986, - [SMALL_STATE(1444)] = 34096, - [SMALL_STATE(1445)] = 34206, - [SMALL_STATE(1446)] = 34306, - [SMALL_STATE(1447)] = 34358, - [SMALL_STATE(1448)] = 34410, - [SMALL_STATE(1449)] = 34462, - [SMALL_STATE(1450)] = 34514, - [SMALL_STATE(1451)] = 34630, - [SMALL_STATE(1452)] = 34682, - [SMALL_STATE(1453)] = 34734, - [SMALL_STATE(1454)] = 34786, - [SMALL_STATE(1455)] = 34838, - [SMALL_STATE(1456)] = 34890, - [SMALL_STATE(1457)] = 34942, - [SMALL_STATE(1458)] = 34994, - [SMALL_STATE(1459)] = 35046, - [SMALL_STATE(1460)] = 35098, - [SMALL_STATE(1461)] = 35150, - [SMALL_STATE(1462)] = 35202, - [SMALL_STATE(1463)] = 35254, - [SMALL_STATE(1464)] = 35306, - [SMALL_STATE(1465)] = 35358, - [SMALL_STATE(1466)] = 35410, - [SMALL_STATE(1467)] = 35524, - [SMALL_STATE(1468)] = 35576, - [SMALL_STATE(1469)] = 35628, - [SMALL_STATE(1470)] = 35680, - [SMALL_STATE(1471)] = 35732, - [SMALL_STATE(1472)] = 35784, - [SMALL_STATE(1473)] = 35898, - [SMALL_STATE(1474)] = 35950, - [SMALL_STATE(1475)] = 36002, - [SMALL_STATE(1476)] = 36116, - [SMALL_STATE(1477)] = 36226, - [SMALL_STATE(1478)] = 36278, - [SMALL_STATE(1479)] = 36330, - [SMALL_STATE(1480)] = 36444, - [SMALL_STATE(1481)] = 36534, - [SMALL_STATE(1482)] = 36644, - [SMALL_STATE(1483)] = 36696, - [SMALL_STATE(1484)] = 36812, - [SMALL_STATE(1485)] = 36864, - [SMALL_STATE(1486)] = 36980, - [SMALL_STATE(1487)] = 37034, - [SMALL_STATE(1488)] = 37086, - [SMALL_STATE(1489)] = 37158, - [SMALL_STATE(1490)] = 37216, - [SMALL_STATE(1491)] = 37268, - [SMALL_STATE(1492)] = 37346, - [SMALL_STATE(1493)] = 37460, - [SMALL_STATE(1494)] = 37538, - [SMALL_STATE(1495)] = 37590, - [SMALL_STATE(1496)] = 37644, - [SMALL_STATE(1497)] = 37696, - [SMALL_STATE(1498)] = 37808, - [SMALL_STATE(1499)] = 37860, - [SMALL_STATE(1500)] = 37912, - [SMALL_STATE(1501)] = 37964, - [SMALL_STATE(1502)] = 38074, - [SMALL_STATE(1503)] = 38130, - [SMALL_STATE(1504)] = 38240, - [SMALL_STATE(1505)] = 38292, - [SMALL_STATE(1506)] = 38344, - [SMALL_STATE(1507)] = 38412, - [SMALL_STATE(1508)] = 38472, - [SMALL_STATE(1509)] = 38542, - [SMALL_STATE(1510)] = 38652, - [SMALL_STATE(1511)] = 38704, - [SMALL_STATE(1512)] = 38756, - [SMALL_STATE(1513)] = 38812, - [SMALL_STATE(1514)] = 38864, - [SMALL_STATE(1515)] = 38974, - [SMALL_STATE(1516)] = 39026, - [SMALL_STATE(1517)] = 39078, - [SMALL_STATE(1518)] = 39130, - [SMALL_STATE(1519)] = 39182, - [SMALL_STATE(1520)] = 39234, - [SMALL_STATE(1521)] = 39286, - [SMALL_STATE(1522)] = 39342, - [SMALL_STATE(1523)] = 39396, - [SMALL_STATE(1524)] = 39450, - [SMALL_STATE(1525)] = 39502, - [SMALL_STATE(1526)] = 39572, - [SMALL_STATE(1527)] = 39682, - [SMALL_STATE(1528)] = 39734, - [SMALL_STATE(1529)] = 39786, - [SMALL_STATE(1530)] = 39838, - [SMALL_STATE(1531)] = 39892, - [SMALL_STATE(1532)] = 39944, - [SMALL_STATE(1533)] = 39996, - [SMALL_STATE(1534)] = 40108, - [SMALL_STATE(1535)] = 40218, - [SMALL_STATE(1536)] = 40328, - [SMALL_STATE(1537)] = 40380, - [SMALL_STATE(1538)] = 40473, - [SMALL_STATE(1539)] = 40530, - [SMALL_STATE(1540)] = 40587, - [SMALL_STATE(1541)] = 40644, - [SMALL_STATE(1542)] = 40753, - [SMALL_STATE(1543)] = 40832, - [SMALL_STATE(1544)] = 40941, - [SMALL_STATE(1545)] = 40998, - [SMALL_STATE(1546)] = 41085, - [SMALL_STATE(1547)] = 41182, - [SMALL_STATE(1548)] = 41281, - [SMALL_STATE(1549)] = 41390, - [SMALL_STATE(1550)] = 41503, - [SMALL_STATE(1551)] = 41598, - [SMALL_STATE(1552)] = 41667, - [SMALL_STATE(1553)] = 41776, - [SMALL_STATE(1554)] = 41885, - [SMALL_STATE(1555)] = 41962, - [SMALL_STATE(1556)] = 42041, - [SMALL_STATE(1557)] = 42098, - [SMALL_STATE(1558)] = 42151, - [SMALL_STATE(1559)] = 42262, - [SMALL_STATE(1560)] = 42321, - [SMALL_STATE(1561)] = 42374, - [SMALL_STATE(1562)] = 42469, - [SMALL_STATE(1563)] = 42578, - [SMALL_STATE(1564)] = 42691, - [SMALL_STATE(1565)] = 42768, - [SMALL_STATE(1566)] = 42839, - [SMALL_STATE(1567)] = 42890, - [SMALL_STATE(1568)] = 42947, - [SMALL_STATE(1569)] = 43042, - [SMALL_STATE(1570)] = 43155, - [SMALL_STATE(1571)] = 43250, - [SMALL_STATE(1572)] = 43345, - [SMALL_STATE(1573)] = 43406, - [SMALL_STATE(1574)] = 43501, - [SMALL_STATE(1575)] = 43614, - [SMALL_STATE(1576)] = 43697, - [SMALL_STATE(1577)] = 43752, - [SMALL_STATE(1578)] = 43825, - [SMALL_STATE(1579)] = 43918, - [SMALL_STATE(1580)] = 44027, - [SMALL_STATE(1581)] = 44136, - [SMALL_STATE(1582)] = 44247, - [SMALL_STATE(1583)] = 44342, - [SMALL_STATE(1584)] = 44411, - [SMALL_STATE(1585)] = 44468, - [SMALL_STATE(1586)] = 44577, - [SMALL_STATE(1587)] = 44672, - [SMALL_STATE(1588)] = 44781, - [SMALL_STATE(1589)] = 44890, - [SMALL_STATE(1590)] = 44999, - [SMALL_STATE(1591)] = 45108, - [SMALL_STATE(1592)] = 45221, - [SMALL_STATE(1593)] = 45330, - [SMALL_STATE(1594)] = 45439, - [SMALL_STATE(1595)] = 45548, - [SMALL_STATE(1596)] = 45661, - [SMALL_STATE(1597)] = 45716, - [SMALL_STATE(1598)] = 45789, - [SMALL_STATE(1599)] = 45872, - [SMALL_STATE(1600)] = 45927, - [SMALL_STATE(1601)] = 46024, - [SMALL_STATE(1602)] = 46123, - [SMALL_STATE(1603)] = 46202, - [SMALL_STATE(1604)] = 46293, - [SMALL_STATE(1605)] = 46402, - [SMALL_STATE(1606)] = 46503, - [SMALL_STATE(1607)] = 46598, - [SMALL_STATE(1608)] = 46675, - [SMALL_STATE(1609)] = 46770, - [SMALL_STATE(1610)] = 46881, - [SMALL_STATE(1611)] = 46990, - [SMALL_STATE(1612)] = 47069, - [SMALL_STATE(1613)] = 47156, - [SMALL_STATE(1614)] = 47269, - [SMALL_STATE(1615)] = 47378, - [SMALL_STATE(1616)] = 47439, - [SMALL_STATE(1617)] = 47494, - [SMALL_STATE(1618)] = 47589, - [SMALL_STATE(1619)] = 47684, - [SMALL_STATE(1620)] = 47793, - [SMALL_STATE(1621)] = 47852, - [SMALL_STATE(1622)] = 47965, - [SMALL_STATE(1623)] = 48074, - [SMALL_STATE(1624)] = 48133, - [SMALL_STATE(1625)] = 48192, - [SMALL_STATE(1626)] = 48287, - [SMALL_STATE(1627)] = 48396, - [SMALL_STATE(1628)] = 48505, - [SMALL_STATE(1629)] = 48582, - [SMALL_STATE(1630)] = 48653, - [SMALL_STATE(1631)] = 48762, - [SMALL_STATE(1632)] = 48871, - [SMALL_STATE(1633)] = 48980, - [SMALL_STATE(1634)] = 49039, - [SMALL_STATE(1635)] = 49098, - [SMALL_STATE(1636)] = 49207, - [SMALL_STATE(1637)] = 49316, - [SMALL_STATE(1638)] = 49429, - [SMALL_STATE(1639)] = 49542, - [SMALL_STATE(1640)] = 49653, - [SMALL_STATE(1641)] = 49764, - [SMALL_STATE(1642)] = 49855, - [SMALL_STATE(1643)] = 49964, - [SMALL_STATE(1644)] = 50065, - [SMALL_STATE(1645)] = 50175, - [SMALL_STATE(1646)] = 50225, - [SMALL_STATE(1647)] = 50279, - [SMALL_STATE(1648)] = 50387, - [SMALL_STATE(1649)] = 50495, - [SMALL_STATE(1650)] = 50551, - [SMALL_STATE(1651)] = 50601, - [SMALL_STATE(1652)] = 50651, - [SMALL_STATE(1653)] = 50761, - [SMALL_STATE(1654)] = 50823, - [SMALL_STATE(1655)] = 50931, - [SMALL_STATE(1656)] = 50987, - [SMALL_STATE(1657)] = 51041, - [SMALL_STATE(1658)] = 51097, - [SMALL_STATE(1659)] = 51155, - [SMALL_STATE(1660)] = 51205, - [SMALL_STATE(1661)] = 51255, - [SMALL_STATE(1662)] = 51311, - [SMALL_STATE(1663)] = 51419, - [SMALL_STATE(1664)] = 51529, - [SMALL_STATE(1665)] = 51579, - [SMALL_STATE(1666)] = 51631, - [SMALL_STATE(1667)] = 51681, - [SMALL_STATE(1668)] = 51731, - [SMALL_STATE(1669)] = 51781, - [SMALL_STATE(1670)] = 51831, - [SMALL_STATE(1671)] = 51881, - [SMALL_STATE(1672)] = 51937, - [SMALL_STATE(1673)] = 51989, - [SMALL_STATE(1674)] = 52041, - [SMALL_STATE(1675)] = 52111, - [SMALL_STATE(1676)] = 52161, - [SMALL_STATE(1677)] = 52211, - [SMALL_STATE(1678)] = 52261, - [SMALL_STATE(1679)] = 52311, - [SMALL_STATE(1680)] = 52361, - [SMALL_STATE(1681)] = 52411, - [SMALL_STATE(1682)] = 52461, - [SMALL_STATE(1683)] = 52571, - [SMALL_STATE(1684)] = 52681, - [SMALL_STATE(1685)] = 52791, - [SMALL_STATE(1686)] = 52901, - [SMALL_STATE(1687)] = 53011, - [SMALL_STATE(1688)] = 53073, - [SMALL_STATE(1689)] = 53183, - [SMALL_STATE(1690)] = 53293, - [SMALL_STATE(1691)] = 53347, - [SMALL_STATE(1692)] = 53455, - [SMALL_STATE(1693)] = 53505, - [SMALL_STATE(1694)] = 53587, - [SMALL_STATE(1695)] = 53651, - [SMALL_STATE(1696)] = 53715, - [SMALL_STATE(1697)] = 53765, - [SMALL_STATE(1698)] = 53817, - [SMALL_STATE(1699)] = 53867, - [SMALL_STATE(1700)] = 53917, - [SMALL_STATE(1701)] = 53973, - [SMALL_STATE(1702)] = 54029, - [SMALL_STATE(1703)] = 54085, - [SMALL_STATE(1704)] = 54185, - [SMALL_STATE(1705)] = 54235, - [SMALL_STATE(1706)] = 54285, - [SMALL_STATE(1707)] = 54335, - [SMALL_STATE(1708)] = 54385, - [SMALL_STATE(1709)] = 54435, - [SMALL_STATE(1710)] = 54511, - [SMALL_STATE(1711)] = 54597, - [SMALL_STATE(1712)] = 54647, - [SMALL_STATE(1713)] = 54697, - [SMALL_STATE(1714)] = 54747, - [SMALL_STATE(1715)] = 54797, - [SMALL_STATE(1716)] = 54875, - [SMALL_STATE(1717)] = 54983, - [SMALL_STATE(1718)] = 55059, - [SMALL_STATE(1719)] = 55111, - [SMALL_STATE(1720)] = 55161, - [SMALL_STATE(1721)] = 55271, - [SMALL_STATE(1722)] = 55321, - [SMALL_STATE(1723)] = 55383, - [SMALL_STATE(1724)] = 55445, - [SMALL_STATE(1725)] = 55497, - [SMALL_STATE(1726)] = 55547, - [SMALL_STATE(1727)] = 55615, - [SMALL_STATE(1728)] = 55723, - [SMALL_STATE(1729)] = 55773, - [SMALL_STATE(1730)] = 55823, - [SMALL_STATE(1731)] = 55873, - [SMALL_STATE(1732)] = 55923, - [SMALL_STATE(1733)] = 55973, - [SMALL_STATE(1734)] = 56023, - [SMALL_STATE(1735)] = 56073, - [SMALL_STATE(1736)] = 56123, - [SMALL_STATE(1737)] = 56173, - [SMALL_STATE(1738)] = 56223, - [SMALL_STATE(1739)] = 56273, - [SMALL_STATE(1740)] = 56323, - [SMALL_STATE(1741)] = 56373, - [SMALL_STATE(1742)] = 56423, - [SMALL_STATE(1743)] = 56473, - [SMALL_STATE(1744)] = 56523, - [SMALL_STATE(1745)] = 56585, - [SMALL_STATE(1746)] = 56635, - [SMALL_STATE(1747)] = 56685, - [SMALL_STATE(1748)] = 56735, - [SMALL_STATE(1749)] = 56785, - [SMALL_STATE(1750)] = 56835, - [SMALL_STATE(1751)] = 56885, - [SMALL_STATE(1752)] = 56947, - [SMALL_STATE(1753)] = 57009, - [SMALL_STATE(1754)] = 57091, - [SMALL_STATE(1755)] = 57199, - [SMALL_STATE(1756)] = 57281, - [SMALL_STATE(1757)] = 57331, - [SMALL_STATE(1758)] = 57413, - [SMALL_STATE(1759)] = 57521, - [SMALL_STATE(1760)] = 57629, - [SMALL_STATE(1761)] = 57685, - [SMALL_STATE(1762)] = 57739, - [SMALL_STATE(1763)] = 57793, - [SMALL_STATE(1764)] = 57849, - [SMALL_STATE(1765)] = 57911, - [SMALL_STATE(1766)] = 57967, - [SMALL_STATE(1767)] = 58021, - [SMALL_STATE(1768)] = 58131, - [SMALL_STATE(1769)] = 58241, - [SMALL_STATE(1770)] = 58349, - [SMALL_STATE(1771)] = 58431, - [SMALL_STATE(1772)] = 58481, - [SMALL_STATE(1773)] = 58537, - [SMALL_STATE(1774)] = 58645, - [SMALL_STATE(1775)] = 58753, - [SMALL_STATE(1776)] = 58847, - [SMALL_STATE(1777)] = 58955, - [SMALL_STATE(1778)] = 59063, - [SMALL_STATE(1779)] = 59173, - [SMALL_STATE(1780)] = 59223, - [SMALL_STATE(1781)] = 59333, - [SMALL_STATE(1782)] = 59425, - [SMALL_STATE(1783)] = 59533, - [SMALL_STATE(1784)] = 59641, - [SMALL_STATE(1785)] = 59691, - [SMALL_STATE(1786)] = 59781, - [SMALL_STATE(1787)] = 59859, - [SMALL_STATE(1788)] = 59957, - [SMALL_STATE(1789)] = 60053, - [SMALL_STATE(1790)] = 60103, - [SMALL_STATE(1791)] = 60155, - [SMALL_STATE(1792)] = 60265, - [SMALL_STATE(1793)] = 60321, - [SMALL_STATE(1794)] = 60429, - [SMALL_STATE(1795)] = 60487, - [SMALL_STATE(1796)] = 60537, - [SMALL_STATE(1797)] = 60587, - [SMALL_STATE(1798)] = 60637, - [SMALL_STATE(1799)] = 60689, - [SMALL_STATE(1800)] = 60739, - [SMALL_STATE(1801)] = 60849, - [SMALL_STATE(1802)] = 60901, - [SMALL_STATE(1803)] = 60953, - [SMALL_STATE(1804)] = 61005, - [SMALL_STATE(1805)] = 61063, - [SMALL_STATE(1806)] = 61113, - [SMALL_STATE(1807)] = 61223, - [SMALL_STATE(1808)] = 61273, - [SMALL_STATE(1809)] = 61329, - [SMALL_STATE(1810)] = 61379, - [SMALL_STATE(1811)] = 61429, - [SMALL_STATE(1812)] = 61479, - [SMALL_STATE(1813)] = 61529, - [SMALL_STATE(1814)] = 61581, - [SMALL_STATE(1815)] = 61653, - [SMALL_STATE(1816)] = 61709, - [SMALL_STATE(1817)] = 61767, - [SMALL_STATE(1818)] = 61823, - [SMALL_STATE(1819)] = 61873, - [SMALL_STATE(1820)] = 61923, - [SMALL_STATE(1821)] = 61979, - [SMALL_STATE(1822)] = 62041, - [SMALL_STATE(1823)] = 62151, - [SMALL_STATE(1824)] = 62233, - [SMALL_STATE(1825)] = 62343, - [SMALL_STATE(1826)] = 62393, - [SMALL_STATE(1827)] = 62449, - [SMALL_STATE(1828)] = 62498, - [SMALL_STATE(1829)] = 62555, - [SMALL_STATE(1830)] = 62662, - [SMALL_STATE(1831)] = 62769, - [SMALL_STATE(1832)] = 62826, - [SMALL_STATE(1833)] = 62899, - [SMALL_STATE(1834)] = 62954, - [SMALL_STATE(1835)] = 63061, - [SMALL_STATE(1836)] = 63116, - [SMALL_STATE(1837)] = 63169, - [SMALL_STATE(1838)] = 63264, - [SMALL_STATE(1839)] = 63313, - [SMALL_STATE(1840)] = 63366, - [SMALL_STATE(1841)] = 63473, - [SMALL_STATE(1842)] = 63524, - [SMALL_STATE(1843)] = 63573, - [SMALL_STATE(1844)] = 63626, - [SMALL_STATE(1845)] = 63679, - [SMALL_STATE(1846)] = 63754, - [SMALL_STATE(1847)] = 63861, - [SMALL_STATE(1848)] = 63936, - [SMALL_STATE(1849)] = 63987, - [SMALL_STATE(1850)] = 64040, - [SMALL_STATE(1851)] = 64091, - [SMALL_STATE(1852)] = 64140, - [SMALL_STATE(1853)] = 64193, - [SMALL_STATE(1854)] = 64252, - [SMALL_STATE(1855)] = 64305, - [SMALL_STATE(1856)] = 64358, - [SMALL_STATE(1857)] = 64411, - [SMALL_STATE(1858)] = 64460, - [SMALL_STATE(1859)] = 64511, - [SMALL_STATE(1860)] = 64564, - [SMALL_STATE(1861)] = 64645, - [SMALL_STATE(1862)] = 64752, - [SMALL_STATE(1863)] = 64803, - [SMALL_STATE(1864)] = 64856, - [SMALL_STATE(1865)] = 64905, - [SMALL_STATE(1866)] = 65012, - [SMALL_STATE(1867)] = 65119, - [SMALL_STATE(1868)] = 65226, - [SMALL_STATE(1869)] = 65283, - [SMALL_STATE(1870)] = 65332, - [SMALL_STATE(1871)] = 65431, - [SMALL_STATE(1872)] = 65540, - [SMALL_STATE(1873)] = 65611, - [SMALL_STATE(1874)] = 65718, - [SMALL_STATE(1875)] = 65767, - [SMALL_STATE(1876)] = 65818, - [SMALL_STATE(1877)] = 65925, - [SMALL_STATE(1878)] = 66032, - [SMALL_STATE(1879)] = 66139, - [SMALL_STATE(1880)] = 66188, - [SMALL_STATE(1881)] = 66273, - [SMALL_STATE(1882)] = 66324, - [SMALL_STATE(1883)] = 66431, - [SMALL_STATE(1884)] = 66480, - [SMALL_STATE(1885)] = 66529, - [SMALL_STATE(1886)] = 66580, - [SMALL_STATE(1887)] = 66631, - [SMALL_STATE(1888)] = 66690, - [SMALL_STATE(1889)] = 66751, - [SMALL_STATE(1890)] = 66800, - [SMALL_STATE(1891)] = 66849, - [SMALL_STATE(1892)] = 66924, - [SMALL_STATE(1893)] = 67017, - [SMALL_STATE(1894)] = 67066, - [SMALL_STATE(1895)] = 67115, - [SMALL_STATE(1896)] = 67206, - [SMALL_STATE(1897)] = 67255, - [SMALL_STATE(1898)] = 67308, - [SMALL_STATE(1899)] = 67361, - [SMALL_STATE(1900)] = 67450, - [SMALL_STATE(1901)] = 67499, - [SMALL_STATE(1902)] = 67548, - [SMALL_STATE(1903)] = 67597, - [SMALL_STATE(1904)] = 67646, - [SMALL_STATE(1905)] = 67695, - [SMALL_STATE(1906)] = 67744, - [SMALL_STATE(1907)] = 67803, - [SMALL_STATE(1908)] = 67852, - [SMALL_STATE(1909)] = 67959, - [SMALL_STATE(1910)] = 68008, - [SMALL_STATE(1911)] = 68085, - [SMALL_STATE(1912)] = 68134, - [SMALL_STATE(1913)] = 68189, - [SMALL_STATE(1914)] = 68238, - [SMALL_STATE(1915)] = 68287, - [SMALL_STATE(1916)] = 68356, - [SMALL_STATE(1917)] = 68405, - [SMALL_STATE(1918)] = 68454, - [SMALL_STATE(1919)] = 68511, - [SMALL_STATE(1920)] = 68564, - [SMALL_STATE(1921)] = 68613, - [SMALL_STATE(1922)] = 68672, - [SMALL_STATE(1923)] = 68725, - [SMALL_STATE(1924)] = 68774, - [SMALL_STATE(1925)] = 68823, - [SMALL_STATE(1926)] = 68872, - [SMALL_STATE(1927)] = 68927, - [SMALL_STATE(1928)] = 68980, - [SMALL_STATE(1929)] = 69029, - [SMALL_STATE(1930)] = 69078, - [SMALL_STATE(1931)] = 69129, - [SMALL_STATE(1932)] = 69182, - [SMALL_STATE(1933)] = 69235, - [SMALL_STATE(1934)] = 69284, - [SMALL_STATE(1935)] = 69333, - [SMALL_STATE(1936)] = 69382, - [SMALL_STATE(1937)] = 69489, - [SMALL_STATE(1938)] = 69542, - [SMALL_STATE(1939)] = 69591, - [SMALL_STATE(1940)] = 69698, - [SMALL_STATE(1941)] = 69747, - [SMALL_STATE(1942)] = 69796, - [SMALL_STATE(1943)] = 69849, - [SMALL_STATE(1944)] = 69900, - [SMALL_STATE(1945)] = 69949, - [SMALL_STATE(1946)] = 70000, - [SMALL_STATE(1947)] = 70053, - [SMALL_STATE(1948)] = 70106, - [SMALL_STATE(1949)] = 70159, - [SMALL_STATE(1950)] = 70210, - [SMALL_STATE(1951)] = 70307, - [SMALL_STATE(1952)] = 70356, - [SMALL_STATE(1953)] = 70463, - [SMALL_STATE(1954)] = 70516, - [SMALL_STATE(1955)] = 70623, - [SMALL_STATE(1956)] = 70672, - [SMALL_STATE(1957)] = 70725, - [SMALL_STATE(1958)] = 70774, - [SMALL_STATE(1959)] = 70823, - [SMALL_STATE(1960)] = 70876, - [SMALL_STATE(1961)] = 70953, - [SMALL_STATE(1962)] = 71006, - [SMALL_STATE(1963)] = 71057, - [SMALL_STATE(1964)] = 71106, - [SMALL_STATE(1965)] = 71163, - [SMALL_STATE(1966)] = 71212, - [SMALL_STATE(1967)] = 71279, - [SMALL_STATE(1968)] = 71332, - [SMALL_STATE(1969)] = 71407, - [SMALL_STATE(1970)] = 71460, - [SMALL_STATE(1971)] = 71509, - [SMALL_STATE(1972)] = 71566, - [SMALL_STATE(1973)] = 71615, - [SMALL_STATE(1974)] = 71688, - [SMALL_STATE(1975)] = 71745, - [SMALL_STATE(1976)] = 71794, - [SMALL_STATE(1977)] = 71843, - [SMALL_STATE(1978)] = 71916, - [SMALL_STATE(1979)] = 72023, - [SMALL_STATE(1980)] = 72072, - [SMALL_STATE(1981)] = 72147, - [SMALL_STATE(1982)] = 72254, - [SMALL_STATE(1983)] = 72309, - [SMALL_STATE(1984)] = 72384, - [SMALL_STATE(1985)] = 72433, - [SMALL_STATE(1986)] = 72540, - [SMALL_STATE(1987)] = 72589, - [SMALL_STATE(1988)] = 72644, - [SMALL_STATE(1989)] = 72719, - [SMALL_STATE(1990)] = 72768, - [SMALL_STATE(1991)] = 72841, - [SMALL_STATE(1992)] = 72890, - [SMALL_STATE(1993)] = 72963, - [SMALL_STATE(1994)] = 73012, - [SMALL_STATE(1995)] = 73119, - [SMALL_STATE(1996)] = 73168, - [SMALL_STATE(1997)] = 73217, - [SMALL_STATE(1998)] = 73266, - [SMALL_STATE(1999)] = 73315, - [SMALL_STATE(2000)] = 73364, - [SMALL_STATE(2001)] = 73417, - [SMALL_STATE(2002)] = 73466, - [SMALL_STATE(2003)] = 73541, - [SMALL_STATE(2004)] = 73598, - [SMALL_STATE(2005)] = 73702, - [SMALL_STATE(2006)] = 73806, - [SMALL_STATE(2007)] = 73874, - [SMALL_STATE(2008)] = 73942, - [SMALL_STATE(2009)] = 74046, - [SMALL_STATE(2010)] = 74150, - [SMALL_STATE(2011)] = 74218, - [SMALL_STATE(2012)] = 74272, - [SMALL_STATE(2013)] = 74376, - [SMALL_STATE(2014)] = 74480, - [SMALL_STATE(2015)] = 74584, - [SMALL_STATE(2016)] = 74654, - [SMALL_STATE(2017)] = 74758, - [SMALL_STATE(2018)] = 74812, - [SMALL_STATE(2019)] = 74892, - [SMALL_STATE(2020)] = 74946, - [SMALL_STATE(2021)] = 75050, - [SMALL_STATE(2022)] = 75102, - [SMALL_STATE(2023)] = 75200, - [SMALL_STATE(2024)] = 75284, - [SMALL_STATE(2025)] = 75360, - [SMALL_STATE(2026)] = 75434, - [SMALL_STATE(2027)] = 75526, - [SMALL_STATE(2028)] = 75598, - [SMALL_STATE(2029)] = 75702, - [SMALL_STATE(2030)] = 75752, - [SMALL_STATE(2031)] = 75802, - [SMALL_STATE(2032)] = 75906, - [SMALL_STATE(2033)] = 75962, - [SMALL_STATE(2034)] = 76066, - [SMALL_STATE(2035)] = 76120, - [SMALL_STATE(2036)] = 76210, - [SMALL_STATE(2037)] = 76266, - [SMALL_STATE(2038)] = 76354, - [SMALL_STATE(2039)] = 76430, - [SMALL_STATE(2040)] = 76526, - [SMALL_STATE(2041)] = 76594, - [SMALL_STATE(2042)] = 76688, - [SMALL_STATE(2043)] = 76762, - [SMALL_STATE(2044)] = 76814, - [SMALL_STATE(2045)] = 76918, - [SMALL_STATE(2046)] = 76984, - [SMALL_STATE(2047)] = 77040, - [SMALL_STATE(2048)] = 77108, - [SMALL_STATE(2049)] = 77182, - [SMALL_STATE(2050)] = 77238, - [SMALL_STATE(2051)] = 77294, - [SMALL_STATE(2052)] = 77398, - [SMALL_STATE(2053)] = 77466, - [SMALL_STATE(2054)] = 77516, - [SMALL_STATE(2055)] = 77585, - [SMALL_STATE(2056)] = 77638, - [SMALL_STATE(2057)] = 77691, - [SMALL_STATE(2058)] = 77740, - [SMALL_STATE(2059)] = 77789, - [SMALL_STATE(2060)] = 77838, - [SMALL_STATE(2061)] = 77891, - [SMALL_STATE(2062)] = 77970, - [SMALL_STATE(2063)] = 78021, - [SMALL_STATE(2064)] = 78070, - [SMALL_STATE(2065)] = 78119, - [SMALL_STATE(2066)] = 78168, - [SMALL_STATE(2067)] = 78223, - [SMALL_STATE(2068)] = 78302, - [SMALL_STATE(2069)] = 78351, - [SMALL_STATE(2070)] = 78400, - [SMALL_STATE(2071)] = 78469, - [SMALL_STATE(2072)] = 78518, - [SMALL_STATE(2073)] = 78585, - [SMALL_STATE(2074)] = 78634, - [SMALL_STATE(2075)] = 78687, - [SMALL_STATE(2076)] = 78740, - [SMALL_STATE(2077)] = 78805, - [SMALL_STATE(2078)] = 78884, - [SMALL_STATE(2079)] = 78963, - [SMALL_STATE(2080)] = 79042, - [SMALL_STATE(2081)] = 79091, - [SMALL_STATE(2082)] = 79144, - [SMALL_STATE(2083)] = 79213, - [SMALL_STATE(2084)] = 79292, - [SMALL_STATE(2085)] = 79361, - [SMALL_STATE(2086)] = 79414, - [SMALL_STATE(2087)] = 79483, - [SMALL_STATE(2088)] = 79548, - [SMALL_STATE(2089)] = 79613, - [SMALL_STATE(2090)] = 79666, - [SMALL_STATE(2091)] = 79745, - [SMALL_STATE(2092)] = 79814, - [SMALL_STATE(2093)] = 79876, - [SMALL_STATE(2094)] = 79936, - [SMALL_STATE(2095)] = 79996, - [SMALL_STATE(2096)] = 80054, - [SMALL_STATE(2097)] = 80116, - [SMALL_STATE(2098)] = 80174, - [SMALL_STATE(2099)] = 80234, - [SMALL_STATE(2100)] = 80296, - [SMALL_STATE(2101)] = 80354, - [SMALL_STATE(2102)] = 80402, - [SMALL_STATE(2103)] = 80462, - [SMALL_STATE(2104)] = 80524, - [SMALL_STATE(2105)] = 80576, - [SMALL_STATE(2106)] = 80628, - [SMALL_STATE(2107)] = 80698, - [SMALL_STATE(2108)] = 80768, - [SMALL_STATE(2109)] = 80828, - [SMALL_STATE(2110)] = 80900, - [SMALL_STATE(2111)] = 80958, - [SMALL_STATE(2112)] = 81030, - [SMALL_STATE(2113)] = 81090, - [SMALL_STATE(2114)] = 81160, - [SMALL_STATE(2115)] = 81222, - [SMALL_STATE(2116)] = 81292, - [SMALL_STATE(2117)] = 81364, - [SMALL_STATE(2118)] = 81424, - [SMALL_STATE(2119)] = 81482, - [SMALL_STATE(2120)] = 81542, - [SMALL_STATE(2121)] = 81590, - [SMALL_STATE(2122)] = 81660, - [SMALL_STATE(2123)] = 81722, - [SMALL_STATE(2124)] = 81770, - [SMALL_STATE(2125)] = 81830, - [SMALL_STATE(2126)] = 81890, - [SMALL_STATE(2127)] = 81962, - [SMALL_STATE(2128)] = 82022, - [SMALL_STATE(2129)] = 82074, - [SMALL_STATE(2130)] = 82136, - [SMALL_STATE(2131)] = 82194, - [SMALL_STATE(2132)] = 82254, - [SMALL_STATE(2133)] = 82316, - [SMALL_STATE(2134)] = 82376, - [SMALL_STATE(2135)] = 82434, - [SMALL_STATE(2136)] = 82496, - [SMALL_STATE(2137)] = 82568, - [SMALL_STATE(2138)] = 82620, - [SMALL_STATE(2139)] = 82690, - [SMALL_STATE(2140)] = 82762, - [SMALL_STATE(2141)] = 82832, - [SMALL_STATE(2142)] = 82892, - [SMALL_STATE(2143)] = 82952, - [SMALL_STATE(2144)] = 83024, - [SMALL_STATE(2145)] = 83088, - [SMALL_STATE(2146)] = 83146, - [SMALL_STATE(2147)] = 83204, - [SMALL_STATE(2148)] = 83266, - [SMALL_STATE(2149)] = 83324, - [SMALL_STATE(2150)] = 83379, - [SMALL_STATE(2151)] = 83434, - [SMALL_STATE(2152)] = 83505, - [SMALL_STATE(2153)] = 83570, - [SMALL_STATE(2154)] = 83625, - [SMALL_STATE(2155)] = 83680, - [SMALL_STATE(2156)] = 83735, - [SMALL_STATE(2157)] = 83790, - [SMALL_STATE(2158)] = 83845, - [SMALL_STATE(2159)] = 83892, - [SMALL_STATE(2160)] = 83947, - [SMALL_STATE(2161)] = 84024, - [SMALL_STATE(2162)] = 84079, - [SMALL_STATE(2163)] = 84144, - [SMALL_STATE(2164)] = 84199, - [SMALL_STATE(2165)] = 84254, - [SMALL_STATE(2166)] = 84309, - [SMALL_STATE(2167)] = 84374, - [SMALL_STATE(2168)] = 84429, - [SMALL_STATE(2169)] = 84494, - [SMALL_STATE(2170)] = 84549, - [SMALL_STATE(2171)] = 84604, - [SMALL_STATE(2172)] = 84659, - [SMALL_STATE(2173)] = 84714, - [SMALL_STATE(2174)] = 84769, - [SMALL_STATE(2175)] = 84834, - [SMALL_STATE(2176)] = 84899, - [SMALL_STATE(2177)] = 84964, - [SMALL_STATE(2178)] = 85024, - [SMALL_STATE(2179)] = 85092, - [SMALL_STATE(2180)] = 85148, - [SMALL_STATE(2181)] = 85210, - [SMALL_STATE(2182)] = 85266, - [SMALL_STATE(2183)] = 85330, - [SMALL_STATE(2184)] = 85390, - [SMALL_STATE(2185)] = 85440, - [SMALL_STATE(2186)] = 85490, - [SMALL_STATE(2187)] = 85549, - [SMALL_STATE(2188)] = 85604, - [SMALL_STATE(2189)] = 85659, - [SMALL_STATE(2190)] = 85714, - [SMALL_STATE(2191)] = 85769, - [SMALL_STATE(2192)] = 85824, - [SMALL_STATE(2193)] = 85885, - [SMALL_STATE(2194)] = 85938, - [SMALL_STATE(2195)] = 85993, - [SMALL_STATE(2196)] = 86048, - [SMALL_STATE(2197)] = 86103, - [SMALL_STATE(2198)] = 86158, - [SMALL_STATE(2199)] = 86213, - [SMALL_STATE(2200)] = 86270, - [SMALL_STATE(2201)] = 86323, - [SMALL_STATE(2202)] = 86378, - [SMALL_STATE(2203)] = 86433, - [SMALL_STATE(2204)] = 86488, - [SMALL_STATE(2205)] = 86543, - [SMALL_STATE(2206)] = 86597, - [SMALL_STATE(2207)] = 86676, - [SMALL_STATE(2208)] = 86755, - [SMALL_STATE(2209)] = 86834, - [SMALL_STATE(2210)] = 86881, - [SMALL_STATE(2211)] = 86960, - [SMALL_STATE(2212)] = 87039, - [SMALL_STATE(2213)] = 87086, - [SMALL_STATE(2214)] = 87133, - [SMALL_STATE(2215)] = 87212, - [SMALL_STATE(2216)] = 87275, - [SMALL_STATE(2217)] = 87354, - [SMALL_STATE(2218)] = 87394, - [SMALL_STATE(2219)] = 87434, - [SMALL_STATE(2220)] = 87488, - [SMALL_STATE(2221)] = 87528, - [SMALL_STATE(2222)] = 87568, - [SMALL_STATE(2223)] = 87624, - [SMALL_STATE(2224)] = 87678, - [SMALL_STATE(2225)] = 87730, - [SMALL_STATE(2226)] = 87770, - [SMALL_STATE(2227)] = 87826, - [SMALL_STATE(2228)] = 87880, - [SMALL_STATE(2229)] = 87920, - [SMALL_STATE(2230)] = 87960, - [SMALL_STATE(2231)] = 88002, - [SMALL_STATE(2232)] = 88042, - [SMALL_STATE(2233)] = 88084, - [SMALL_STATE(2234)] = 88138, - [SMALL_STATE(2235)] = 88182, - [SMALL_STATE(2236)] = 88222, - [SMALL_STATE(2237)] = 88278, - [SMALL_STATE(2238)] = 88318, - [SMALL_STATE(2239)] = 88358, - [SMALL_STATE(2240)] = 88398, - [SMALL_STATE(2241)] = 88438, - [SMALL_STATE(2242)] = 88478, - [SMALL_STATE(2243)] = 88518, - [SMALL_STATE(2244)] = 88558, - [SMALL_STATE(2245)] = 88602, - [SMALL_STATE(2246)] = 88642, - [SMALL_STATE(2247)] = 88682, - [SMALL_STATE(2248)] = 88722, - [SMALL_STATE(2249)] = 88762, - [SMALL_STATE(2250)] = 88802, - [SMALL_STATE(2251)] = 88844, - [SMALL_STATE(2252)] = 88884, - [SMALL_STATE(2253)] = 88924, - [SMALL_STATE(2254)] = 88964, - [SMALL_STATE(2255)] = 89004, - [SMALL_STATE(2256)] = 89053, - [SMALL_STATE(2257)] = 89094, - [SMALL_STATE(2258)] = 89143, - [SMALL_STATE(2259)] = 89192, - [SMALL_STATE(2260)] = 89241, - [SMALL_STATE(2261)] = 89290, - [SMALL_STATE(2262)] = 89339, - [SMALL_STATE(2263)] = 89380, - [SMALL_STATE(2264)] = 89429, - [SMALL_STATE(2265)] = 89478, - [SMALL_STATE(2266)] = 89527, - [SMALL_STATE(2267)] = 89590, - [SMALL_STATE(2268)] = 89639, - [SMALL_STATE(2269)] = 89688, - [SMALL_STATE(2270)] = 89737, - [SMALL_STATE(2271)] = 89786, - [SMALL_STATE(2272)] = 89835, - [SMALL_STATE(2273)] = 89884, - [SMALL_STATE(2274)] = 89933, - [SMALL_STATE(2275)] = 89982, - [SMALL_STATE(2276)] = 90031, - [SMALL_STATE(2277)] = 90080, - [SMALL_STATE(2278)] = 90129, - [SMALL_STATE(2279)] = 90189, - [SMALL_STATE(2280)] = 90227, - [SMALL_STATE(2281)] = 90277, - [SMALL_STATE(2282)] = 90315, - [SMALL_STATE(2283)] = 90353, - [SMALL_STATE(2284)] = 90403, - [SMALL_STATE(2285)] = 90453, - [SMALL_STATE(2286)] = 90491, - [SMALL_STATE(2287)] = 90541, - [SMALL_STATE(2288)] = 90591, - [SMALL_STATE(2289)] = 90647, - [SMALL_STATE(2290)] = 90685, - [SMALL_STATE(2291)] = 90723, - [SMALL_STATE(2292)] = 90773, - [SMALL_STATE(2293)] = 90823, - [SMALL_STATE(2294)] = 90861, - [SMALL_STATE(2295)] = 90921, - [SMALL_STATE(2296)] = 90971, - [SMALL_STATE(2297)] = 91031, - [SMALL_STATE(2298)] = 91081, - [SMALL_STATE(2299)] = 91119, - [SMALL_STATE(2300)] = 91157, - [SMALL_STATE(2301)] = 91207, - [SMALL_STATE(2302)] = 91260, - [SMALL_STATE(2303)] = 91299, - [SMALL_STATE(2304)] = 91352, - [SMALL_STATE(2305)] = 91405, - [SMALL_STATE(2306)] = 91458, - [SMALL_STATE(2307)] = 91511, - [SMALL_STATE(2308)] = 91564, - [SMALL_STATE(2309)] = 91617, - [SMALL_STATE(2310)] = 91670, - [SMALL_STATE(2311)] = 91723, - [SMALL_STATE(2312)] = 91776, - [SMALL_STATE(2313)] = 91827, - [SMALL_STATE(2314)] = 91880, - [SMALL_STATE(2315)] = 91931, - [SMALL_STATE(2316)] = 91984, - [SMALL_STATE(2317)] = 92031, - [SMALL_STATE(2318)] = 92075, - [SMALL_STATE(2319)] = 92121, - [SMALL_STATE(2320)] = 92165, - [SMALL_STATE(2321)] = 92209, - [SMALL_STATE(2322)] = 92253, - [SMALL_STATE(2323)] = 92297, - [SMALL_STATE(2324)] = 92341, - [SMALL_STATE(2325)] = 92385, - [SMALL_STATE(2326)] = 92429, - [SMALL_STATE(2327)] = 92473, - [SMALL_STATE(2328)] = 92517, - [SMALL_STATE(2329)] = 92561, - [SMALL_STATE(2330)] = 92607, - [SMALL_STATE(2331)] = 92651, - [SMALL_STATE(2332)] = 92695, - [SMALL_STATE(2333)] = 92739, - [SMALL_STATE(2334)] = 92783, - [SMALL_STATE(2335)] = 92827, - [SMALL_STATE(2336)] = 92871, - [SMALL_STATE(2337)] = 92915, - [SMALL_STATE(2338)] = 92959, - [SMALL_STATE(2339)] = 93003, - [SMALL_STATE(2340)] = 93047, - [SMALL_STATE(2341)] = 93091, - [SMALL_STATE(2342)] = 93135, - [SMALL_STATE(2343)] = 93179, - [SMALL_STATE(2344)] = 93223, - [SMALL_STATE(2345)] = 93269, - [SMALL_STATE(2346)] = 93313, - [SMALL_STATE(2347)] = 93357, - [SMALL_STATE(2348)] = 93401, - [SMALL_STATE(2349)] = 93445, - [SMALL_STATE(2350)] = 93476, - [SMALL_STATE(2351)] = 93508, - [SMALL_STATE(2352)] = 93534, - [SMALL_STATE(2353)] = 93568, - [SMALL_STATE(2354)] = 93594, - [SMALL_STATE(2355)] = 93650, - [SMALL_STATE(2356)] = 93676, - [SMALL_STATE(2357)] = 93702, - [SMALL_STATE(2358)] = 93728, - [SMALL_STATE(2359)] = 93754, - [SMALL_STATE(2360)] = 93780, - [SMALL_STATE(2361)] = 93806, - [SMALL_STATE(2362)] = 93832, - [SMALL_STATE(2363)] = 93858, - [SMALL_STATE(2364)] = 93884, - [SMALL_STATE(2365)] = 93910, - [SMALL_STATE(2366)] = 93936, - [SMALL_STATE(2367)] = 93962, - [SMALL_STATE(2368)] = 93988, - [SMALL_STATE(2369)] = 94014, - [SMALL_STATE(2370)] = 94040, - [SMALL_STATE(2371)] = 94066, - [SMALL_STATE(2372)] = 94092, - [SMALL_STATE(2373)] = 94118, - [SMALL_STATE(2374)] = 94144, - [SMALL_STATE(2375)] = 94178, - [SMALL_STATE(2376)] = 94204, - [SMALL_STATE(2377)] = 94238, - [SMALL_STATE(2378)] = 94264, - [SMALL_STATE(2379)] = 94290, - [SMALL_STATE(2380)] = 94324, - [SMALL_STATE(2381)] = 94350, - [SMALL_STATE(2382)] = 94376, - [SMALL_STATE(2383)] = 94402, - [SMALL_STATE(2384)] = 94428, - [SMALL_STATE(2385)] = 94454, - [SMALL_STATE(2386)] = 94480, - [SMALL_STATE(2387)] = 94536, - [SMALL_STATE(2388)] = 94562, - [SMALL_STATE(2389)] = 94588, - [SMALL_STATE(2390)] = 94614, - [SMALL_STATE(2391)] = 94640, - [SMALL_STATE(2392)] = 94666, - [SMALL_STATE(2393)] = 94692, - [SMALL_STATE(2394)] = 94718, - [SMALL_STATE(2395)] = 94743, - [SMALL_STATE(2396)] = 94768, - [SMALL_STATE(2397)] = 94793, - [SMALL_STATE(2398)] = 94822, - [SMALL_STATE(2399)] = 94849, - [SMALL_STATE(2400)] = 94878, - [SMALL_STATE(2401)] = 94902, - [SMALL_STATE(2402)] = 94926, - [SMALL_STATE(2403)] = 94950, - [SMALL_STATE(2404)] = 94971, - [SMALL_STATE(2405)] = 94992, - [SMALL_STATE(2406)] = 95023, - [SMALL_STATE(2407)] = 95046, - [SMALL_STATE(2408)] = 95069, - [SMALL_STATE(2409)] = 95092, - [SMALL_STATE(2410)] = 95115, - [SMALL_STATE(2411)] = 95138, - [SMALL_STATE(2412)] = 95161, - [SMALL_STATE(2413)] = 95184, - [SMALL_STATE(2414)] = 95207, - [SMALL_STATE(2415)] = 95230, - [SMALL_STATE(2416)] = 95253, - [SMALL_STATE(2417)] = 95276, - [SMALL_STATE(2418)] = 95297, - [SMALL_STATE(2419)] = 95322, - [SMALL_STATE(2420)] = 95343, - [SMALL_STATE(2421)] = 95374, - [SMALL_STATE(2422)] = 95397, - [SMALL_STATE(2423)] = 95418, - [SMALL_STATE(2424)] = 95441, - [SMALL_STATE(2425)] = 95472, - [SMALL_STATE(2426)] = 95495, - [SMALL_STATE(2427)] = 95518, - [SMALL_STATE(2428)] = 95541, - [SMALL_STATE(2429)] = 95564, - [SMALL_STATE(2430)] = 95587, - [SMALL_STATE(2431)] = 95610, - [SMALL_STATE(2432)] = 95637, - [SMALL_STATE(2433)] = 95660, - [SMALL_STATE(2434)] = 95685, - [SMALL_STATE(2435)] = 95710, - [SMALL_STATE(2436)] = 95731, - [SMALL_STATE(2437)] = 95754, - [SMALL_STATE(2438)] = 95777, - [SMALL_STATE(2439)] = 95800, - [SMALL_STATE(2440)] = 95821, - [SMALL_STATE(2441)] = 95844, - [SMALL_STATE(2442)] = 95867, - [SMALL_STATE(2443)] = 95898, - [SMALL_STATE(2444)] = 95923, - [SMALL_STATE(2445)] = 95944, - [SMALL_STATE(2446)] = 95967, - [SMALL_STATE(2447)] = 95995, - [SMALL_STATE(2448)] = 96025, - [SMALL_STATE(2449)] = 96055, - [SMALL_STATE(2450)] = 96085, - [SMALL_STATE(2451)] = 96115, - [SMALL_STATE(2452)] = 96145, - [SMALL_STATE(2453)] = 96173, - [SMALL_STATE(2454)] = 96215, - [SMALL_STATE(2455)] = 96245, - [SMALL_STATE(2456)] = 96279, - [SMALL_STATE(2457)] = 96307, - [SMALL_STATE(2458)] = 96349, - [SMALL_STATE(2459)] = 96373, - [SMALL_STATE(2460)] = 96415, - [SMALL_STATE(2461)] = 96443, - [SMALL_STATE(2462)] = 96471, - [SMALL_STATE(2463)] = 96513, - [SMALL_STATE(2464)] = 96555, - [SMALL_STATE(2465)] = 96583, - [SMALL_STATE(2466)] = 96609, - [SMALL_STATE(2467)] = 96651, - [SMALL_STATE(2468)] = 96693, - [SMALL_STATE(2469)] = 96723, - [SMALL_STATE(2470)] = 96751, - [SMALL_STATE(2471)] = 96779, - [SMALL_STATE(2472)] = 96809, - [SMALL_STATE(2473)] = 96831, - [SMALL_STATE(2474)] = 96853, - [SMALL_STATE(2475)] = 96875, - [SMALL_STATE(2476)] = 96897, - [SMALL_STATE(2477)] = 96919, - [SMALL_STATE(2478)] = 96941, - [SMALL_STATE(2479)] = 96963, - [SMALL_STATE(2480)] = 96985, - [SMALL_STATE(2481)] = 97007, - [SMALL_STATE(2482)] = 97029, - [SMALL_STATE(2483)] = 97051, - [SMALL_STATE(2484)] = 97073, - [SMALL_STATE(2485)] = 97095, - [SMALL_STATE(2486)] = 97117, - [SMALL_STATE(2487)] = 97147, - [SMALL_STATE(2488)] = 97171, - [SMALL_STATE(2489)] = 97199, - [SMALL_STATE(2490)] = 97229, - [SMALL_STATE(2491)] = 97259, - [SMALL_STATE(2492)] = 97281, - [SMALL_STATE(2493)] = 97303, - [SMALL_STATE(2494)] = 97325, - [SMALL_STATE(2495)] = 97347, - [SMALL_STATE(2496)] = 97375, - [SMALL_STATE(2497)] = 97397, - [SMALL_STATE(2498)] = 97419, - [SMALL_STATE(2499)] = 97441, - [SMALL_STATE(2500)] = 97463, - [SMALL_STATE(2501)] = 97485, - [SMALL_STATE(2502)] = 97507, - [SMALL_STATE(2503)] = 97529, - [SMALL_STATE(2504)] = 97551, - [SMALL_STATE(2505)] = 97573, - [SMALL_STATE(2506)] = 97595, - [SMALL_STATE(2507)] = 97617, - [SMALL_STATE(2508)] = 97647, - [SMALL_STATE(2509)] = 97677, - [SMALL_STATE(2510)] = 97707, - [SMALL_STATE(2511)] = 97735, - [SMALL_STATE(2512)] = 97765, - [SMALL_STATE(2513)] = 97787, - [SMALL_STATE(2514)] = 97809, - [SMALL_STATE(2515)] = 97831, - [SMALL_STATE(2516)] = 97853, - [SMALL_STATE(2517)] = 97875, - [SMALL_STATE(2518)] = 97910, - [SMALL_STATE(2519)] = 97945, - [SMALL_STATE(2520)] = 97970, - [SMALL_STATE(2521)] = 97997, - [SMALL_STATE(2522)] = 98024, - [SMALL_STATE(2523)] = 98049, - [SMALL_STATE(2524)] = 98070, - [SMALL_STATE(2525)] = 98111, - [SMALL_STATE(2526)] = 98146, - [SMALL_STATE(2527)] = 98167, - [SMALL_STATE(2528)] = 98192, - [SMALL_STATE(2529)] = 98227, - [SMALL_STATE(2530)] = 98250, - [SMALL_STATE(2531)] = 98271, - [SMALL_STATE(2532)] = 98306, - [SMALL_STATE(2533)] = 98331, - [SMALL_STATE(2534)] = 98366, - [SMALL_STATE(2535)] = 98401, - [SMALL_STATE(2536)] = 98428, - [SMALL_STATE(2537)] = 98453, - [SMALL_STATE(2538)] = 98488, - [SMALL_STATE(2539)] = 98529, - [SMALL_STATE(2540)] = 98564, - [SMALL_STATE(2541)] = 98599, - [SMALL_STATE(2542)] = 98620, - [SMALL_STATE(2543)] = 98647, - [SMALL_STATE(2544)] = 98668, - [SMALL_STATE(2545)] = 98689, - [SMALL_STATE(2546)] = 98725, - [SMALL_STATE(2547)] = 98743, - [SMALL_STATE(2548)] = 98767, - [SMALL_STATE(2549)] = 98803, - [SMALL_STATE(2550)] = 98835, - [SMALL_STATE(2551)] = 98867, - [SMALL_STATE(2552)] = 98899, - [SMALL_STATE(2553)] = 98935, - [SMALL_STATE(2554)] = 98953, - [SMALL_STATE(2555)] = 98971, - [SMALL_STATE(2556)] = 98989, - [SMALL_STATE(2557)] = 99007, - [SMALL_STATE(2558)] = 99025, - [SMALL_STATE(2559)] = 99043, - [SMALL_STATE(2560)] = 99061, - [SMALL_STATE(2561)] = 99079, - [SMALL_STATE(2562)] = 99097, - [SMALL_STATE(2563)] = 99135, - [SMALL_STATE(2564)] = 99153, - [SMALL_STATE(2565)] = 99185, - [SMALL_STATE(2566)] = 99203, - [SMALL_STATE(2567)] = 99221, - [SMALL_STATE(2568)] = 99239, - [SMALL_STATE(2569)] = 99257, - [SMALL_STATE(2570)] = 99275, - [SMALL_STATE(2571)] = 99307, - [SMALL_STATE(2572)] = 99327, - [SMALL_STATE(2573)] = 99349, - [SMALL_STATE(2574)] = 99371, - [SMALL_STATE(2575)] = 99389, - [SMALL_STATE(2576)] = 99425, - [SMALL_STATE(2577)] = 99463, - [SMALL_STATE(2578)] = 99481, - [SMALL_STATE(2579)] = 99517, - [SMALL_STATE(2580)] = 99535, - [SMALL_STATE(2581)] = 99553, - [SMALL_STATE(2582)] = 99585, - [SMALL_STATE(2583)] = 99603, - [SMALL_STATE(2584)] = 99631, - [SMALL_STATE(2585)] = 99659, - [SMALL_STATE(2586)] = 99677, - [SMALL_STATE(2587)] = 99695, - [SMALL_STATE(2588)] = 99731, - [SMALL_STATE(2589)] = 99749, - [SMALL_STATE(2590)] = 99767, - [SMALL_STATE(2591)] = 99795, - [SMALL_STATE(2592)] = 99833, - [SMALL_STATE(2593)] = 99851, - [SMALL_STATE(2594)] = 99881, - [SMALL_STATE(2595)] = 99899, - [SMALL_STATE(2596)] = 99917, - [SMALL_STATE(2597)] = 99945, - [SMALL_STATE(2598)] = 99977, - [SMALL_STATE(2599)] = 99995, - [SMALL_STATE(2600)] = 100027, - [SMALL_STATE(2601)] = 100063, - [SMALL_STATE(2602)] = 100081, - [SMALL_STATE(2603)] = 100109, - [SMALL_STATE(2604)] = 100127, - [SMALL_STATE(2605)] = 100165, - [SMALL_STATE(2606)] = 100183, - [SMALL_STATE(2607)] = 100201, - [SMALL_STATE(2608)] = 100219, - [SMALL_STATE(2609)] = 100237, - [SMALL_STATE(2610)] = 100255, - [SMALL_STATE(2611)] = 100287, - [SMALL_STATE(2612)] = 100319, - [SMALL_STATE(2613)] = 100338, - [SMALL_STATE(2614)] = 100357, - [SMALL_STATE(2615)] = 100374, - [SMALL_STATE(2616)] = 100395, - [SMALL_STATE(2617)] = 100414, - [SMALL_STATE(2618)] = 100433, - [SMALL_STATE(2619)] = 100450, - [SMALL_STATE(2620)] = 100473, - [SMALL_STATE(2621)] = 100492, - [SMALL_STATE(2622)] = 100511, - [SMALL_STATE(2623)] = 100532, - [SMALL_STATE(2624)] = 100549, - [SMALL_STATE(2625)] = 100568, - [SMALL_STATE(2626)] = 100587, - [SMALL_STATE(2627)] = 100604, - [SMALL_STATE(2628)] = 100621, - [SMALL_STATE(2629)] = 100640, - [SMALL_STATE(2630)] = 100657, - [SMALL_STATE(2631)] = 100676, - [SMALL_STATE(2632)] = 100695, - [SMALL_STATE(2633)] = 100718, - [SMALL_STATE(2634)] = 100741, - [SMALL_STATE(2635)] = 100762, - [SMALL_STATE(2636)] = 100781, - [SMALL_STATE(2637)] = 100800, - [SMALL_STATE(2638)] = 100819, - [SMALL_STATE(2639)] = 100842, - [SMALL_STATE(2640)] = 100865, - [SMALL_STATE(2641)] = 100884, - [SMALL_STATE(2642)] = 100903, - [SMALL_STATE(2643)] = 100922, - [SMALL_STATE(2644)] = 100943, - [SMALL_STATE(2645)] = 100962, - [SMALL_STATE(2646)] = 100981, - [SMALL_STATE(2647)] = 100998, - [SMALL_STATE(2648)] = 101017, - [SMALL_STATE(2649)] = 101036, - [SMALL_STATE(2650)] = 101055, - [SMALL_STATE(2651)] = 101078, - [SMALL_STATE(2652)] = 101097, - [SMALL_STATE(2653)] = 101116, - [SMALL_STATE(2654)] = 101135, - [SMALL_STATE(2655)] = 101154, - [SMALL_STATE(2656)] = 101175, - [SMALL_STATE(2657)] = 101194, - [SMALL_STATE(2658)] = 101213, - [SMALL_STATE(2659)] = 101232, - [SMALL_STATE(2660)] = 101251, - [SMALL_STATE(2661)] = 101270, - [SMALL_STATE(2662)] = 101291, - [SMALL_STATE(2663)] = 101312, - [SMALL_STATE(2664)] = 101331, - [SMALL_STATE(2665)] = 101348, - [SMALL_STATE(2666)] = 101367, - [SMALL_STATE(2667)] = 101386, - [SMALL_STATE(2668)] = 101405, - [SMALL_STATE(2669)] = 101423, - [SMALL_STATE(2670)] = 101449, - [SMALL_STATE(2671)] = 101475, - [SMALL_STATE(2672)] = 101501, - [SMALL_STATE(2673)] = 101527, - [SMALL_STATE(2674)] = 101551, - [SMALL_STATE(2675)] = 101581, - [SMALL_STATE(2676)] = 101613, - [SMALL_STATE(2677)] = 101637, - [SMALL_STATE(2678)] = 101665, - [SMALL_STATE(2679)] = 101697, - [SMALL_STATE(2680)] = 101725, - [SMALL_STATE(2681)] = 101757, - [SMALL_STATE(2682)] = 101791, - [SMALL_STATE(2683)] = 101825, - [SMALL_STATE(2684)] = 101859, - [SMALL_STATE(2685)] = 101885, - [SMALL_STATE(2686)] = 101911, - [SMALL_STATE(2687)] = 101945, - [SMALL_STATE(2688)] = 101965, - [SMALL_STATE(2689)] = 101989, - [SMALL_STATE(2690)] = 102021, - [SMALL_STATE(2691)] = 102043, - [SMALL_STATE(2692)] = 102073, - [SMALL_STATE(2693)] = 102091, - [SMALL_STATE(2694)] = 102115, - [SMALL_STATE(2695)] = 102135, - [SMALL_STATE(2696)] = 102169, - [SMALL_STATE(2697)] = 102195, - [SMALL_STATE(2698)] = 102229, - [SMALL_STATE(2699)] = 102263, - [SMALL_STATE(2700)] = 102297, - [SMALL_STATE(2701)] = 102323, - [SMALL_STATE(2702)] = 102343, - [SMALL_STATE(2703)] = 102375, - [SMALL_STATE(2704)] = 102409, - [SMALL_STATE(2705)] = 102435, - [SMALL_STATE(2706)] = 102469, - [SMALL_STATE(2707)] = 102495, - [SMALL_STATE(2708)] = 102511, - [SMALL_STATE(2709)] = 102545, - [SMALL_STATE(2710)] = 102576, - [SMALL_STATE(2711)] = 102603, - [SMALL_STATE(2712)] = 102628, - [SMALL_STATE(2713)] = 102643, - [SMALL_STATE(2714)] = 102658, - [SMALL_STATE(2715)] = 102689, - [SMALL_STATE(2716)] = 102704, - [SMALL_STATE(2717)] = 102729, - [SMALL_STATE(2718)] = 102752, - [SMALL_STATE(2719)] = 102769, - [SMALL_STATE(2720)] = 102784, - [SMALL_STATE(2721)] = 102799, - [SMALL_STATE(2722)] = 102822, - [SMALL_STATE(2723)] = 102847, - [SMALL_STATE(2724)] = 102870, - [SMALL_STATE(2725)] = 102901, - [SMALL_STATE(2726)] = 102916, - [SMALL_STATE(2727)] = 102947, - [SMALL_STATE(2728)] = 102970, - [SMALL_STATE(2729)] = 102997, - [SMALL_STATE(2730)] = 103026, - [SMALL_STATE(2731)] = 103057, - [SMALL_STATE(2732)] = 103082, - [SMALL_STATE(2733)] = 103105, - [SMALL_STATE(2734)] = 103128, - [SMALL_STATE(2735)] = 103143, - [SMALL_STATE(2736)] = 103172, - [SMALL_STATE(2737)] = 103201, - [SMALL_STATE(2738)] = 103230, - [SMALL_STATE(2739)] = 103255, - [SMALL_STATE(2740)] = 103270, - [SMALL_STATE(2741)] = 103285, - [SMALL_STATE(2742)] = 103302, - [SMALL_STATE(2743)] = 103317, - [SMALL_STATE(2744)] = 103332, - [SMALL_STATE(2745)] = 103363, - [SMALL_STATE(2746)] = 103384, - [SMALL_STATE(2747)] = 103403, - [SMALL_STATE(2748)] = 103418, - [SMALL_STATE(2749)] = 103435, - [SMALL_STATE(2750)] = 103466, - [SMALL_STATE(2751)] = 103487, - [SMALL_STATE(2752)] = 103518, - [SMALL_STATE(2753)] = 103541, - [SMALL_STATE(2754)] = 103570, - [SMALL_STATE(2755)] = 103585, - [SMALL_STATE(2756)] = 103614, - [SMALL_STATE(2757)] = 103633, - [SMALL_STATE(2758)] = 103664, - [SMALL_STATE(2759)] = 103679, - [SMALL_STATE(2760)] = 103694, - [SMALL_STATE(2761)] = 103709, - [SMALL_STATE(2762)] = 103734, - [SMALL_STATE(2763)] = 103759, - [SMALL_STATE(2764)] = 103784, - [SMALL_STATE(2765)] = 103799, - [SMALL_STATE(2766)] = 103814, - [SMALL_STATE(2767)] = 103841, - [SMALL_STATE(2768)] = 103856, - [SMALL_STATE(2769)] = 103881, - [SMALL_STATE(2770)] = 103902, - [SMALL_STATE(2771)] = 103917, - [SMALL_STATE(2772)] = 103932, - [SMALL_STATE(2773)] = 103949, - [SMALL_STATE(2774)] = 103964, - [SMALL_STATE(2775)] = 103995, - [SMALL_STATE(2776)] = 104010, - [SMALL_STATE(2777)] = 104025, - [SMALL_STATE(2778)] = 104056, - [SMALL_STATE(2779)] = 104087, - [SMALL_STATE(2780)] = 104102, - [SMALL_STATE(2781)] = 104131, - [SMALL_STATE(2782)] = 104160, - [SMALL_STATE(2783)] = 104187, - [SMALL_STATE(2784)] = 104206, - [SMALL_STATE(2785)] = 104231, - [SMALL_STATE(2786)] = 104260, - [SMALL_STATE(2787)] = 104289, - [SMALL_STATE(2788)] = 104304, - [SMALL_STATE(2789)] = 104333, - [SMALL_STATE(2790)] = 104362, - [SMALL_STATE(2791)] = 104387, - [SMALL_STATE(2792)] = 104416, - [SMALL_STATE(2793)] = 104447, - [SMALL_STATE(2794)] = 104478, - [SMALL_STATE(2795)] = 104493, - [SMALL_STATE(2796)] = 104508, - [SMALL_STATE(2797)] = 104537, - [SMALL_STATE(2798)] = 104552, - [SMALL_STATE(2799)] = 104567, - [SMALL_STATE(2800)] = 104588, - [SMALL_STATE(2801)] = 104603, - [SMALL_STATE(2802)] = 104618, - [SMALL_STATE(2803)] = 104633, - [SMALL_STATE(2804)] = 104648, - [SMALL_STATE(2805)] = 104677, - [SMALL_STATE(2806)] = 104706, - [SMALL_STATE(2807)] = 104737, - [SMALL_STATE(2808)] = 104762, - [SMALL_STATE(2809)] = 104791, - [SMALL_STATE(2810)] = 104814, - [SMALL_STATE(2811)] = 104837, - [SMALL_STATE(2812)] = 104866, - [SMALL_STATE(2813)] = 104891, - [SMALL_STATE(2814)] = 104906, - [SMALL_STATE(2815)] = 104921, - [SMALL_STATE(2816)] = 104936, - [SMALL_STATE(2817)] = 104965, - [SMALL_STATE(2818)] = 104980, - [SMALL_STATE(2819)] = 105011, - [SMALL_STATE(2820)] = 105040, - [SMALL_STATE(2821)] = 105069, - [SMALL_STATE(2822)] = 105098, - [SMALL_STATE(2823)] = 105127, - [SMALL_STATE(2824)] = 105156, - [SMALL_STATE(2825)] = 105187, - [SMALL_STATE(2826)] = 105202, - [SMALL_STATE(2827)] = 105227, - [SMALL_STATE(2828)] = 105256, - [SMALL_STATE(2829)] = 105271, - [SMALL_STATE(2830)] = 105286, - [SMALL_STATE(2831)] = 105305, - [SMALL_STATE(2832)] = 105336, - [SMALL_STATE(2833)] = 105365, - [SMALL_STATE(2834)] = 105388, - [SMALL_STATE(2835)] = 105417, - [SMALL_STATE(2836)] = 105446, - [SMALL_STATE(2837)] = 105475, - [SMALL_STATE(2838)] = 105506, - [SMALL_STATE(2839)] = 105527, - [SMALL_STATE(2840)] = 105541, - [SMALL_STATE(2841)] = 105565, - [SMALL_STATE(2842)] = 105589, - [SMALL_STATE(2843)] = 105613, - [SMALL_STATE(2844)] = 105637, - [SMALL_STATE(2845)] = 105661, - [SMALL_STATE(2846)] = 105685, - [SMALL_STATE(2847)] = 105709, - [SMALL_STATE(2848)] = 105729, - [SMALL_STATE(2849)] = 105745, - [SMALL_STATE(2850)] = 105769, - [SMALL_STATE(2851)] = 105789, - [SMALL_STATE(2852)] = 105809, - [SMALL_STATE(2853)] = 105833, - [SMALL_STATE(2854)] = 105857, - [SMALL_STATE(2855)] = 105871, - [SMALL_STATE(2856)] = 105895, - [SMALL_STATE(2857)] = 105909, - [SMALL_STATE(2858)] = 105929, - [SMALL_STATE(2859)] = 105953, - [SMALL_STATE(2860)] = 105977, - [SMALL_STATE(2861)] = 106001, - [SMALL_STATE(2862)] = 106018, - [SMALL_STATE(2863)] = 106035, - [SMALL_STATE(2864)] = 106052, - [SMALL_STATE(2865)] = 106065, - [SMALL_STATE(2866)] = 106090, - [SMALL_STATE(2867)] = 106107, - [SMALL_STATE(2868)] = 106124, - [SMALL_STATE(2869)] = 106141, - [SMALL_STATE(2870)] = 106156, - [SMALL_STATE(2871)] = 106181, - [SMALL_STATE(2872)] = 106206, - [SMALL_STATE(2873)] = 106231, - [SMALL_STATE(2874)] = 106250, - [SMALL_STATE(2875)] = 106267, - [SMALL_STATE(2876)] = 106284, - [SMALL_STATE(2877)] = 106297, - [SMALL_STATE(2878)] = 106322, - [SMALL_STATE(2879)] = 106347, - [SMALL_STATE(2880)] = 106368, - [SMALL_STATE(2881)] = 106387, - [SMALL_STATE(2882)] = 106402, - [SMALL_STATE(2883)] = 106427, - [SMALL_STATE(2884)] = 106452, - [SMALL_STATE(2885)] = 106467, - [SMALL_STATE(2886)] = 106482, - [SMALL_STATE(2887)] = 106499, - [SMALL_STATE(2888)] = 106524, - [SMALL_STATE(2889)] = 106545, - [SMALL_STATE(2890)] = 106570, - [SMALL_STATE(2891)] = 106591, - [SMALL_STATE(2892)] = 106612, - [SMALL_STATE(2893)] = 106625, - [SMALL_STATE(2894)] = 106638, - [SMALL_STATE(2895)] = 106659, - [SMALL_STATE(2896)] = 106672, - [SMALL_STATE(2897)] = 106697, - [SMALL_STATE(2898)] = 106714, - [SMALL_STATE(2899)] = 106739, - [SMALL_STATE(2900)] = 106760, - [SMALL_STATE(2901)] = 106781, - [SMALL_STATE(2902)] = 106802, - [SMALL_STATE(2903)] = 106815, - [SMALL_STATE(2904)] = 106828, - [SMALL_STATE(2905)] = 106853, - [SMALL_STATE(2906)] = 106878, - [SMALL_STATE(2907)] = 106891, - [SMALL_STATE(2908)] = 106906, - [SMALL_STATE(2909)] = 106931, - [SMALL_STATE(2910)] = 106948, - [SMALL_STATE(2911)] = 106973, - [SMALL_STATE(2912)] = 106986, - [SMALL_STATE(2913)] = 106999, - [SMALL_STATE(2914)] = 107024, - [SMALL_STATE(2915)] = 107037, - [SMALL_STATE(2916)] = 107054, - [SMALL_STATE(2917)] = 107067, - [SMALL_STATE(2918)] = 107080, - [SMALL_STATE(2919)] = 107101, - [SMALL_STATE(2920)] = 107126, - [SMALL_STATE(2921)] = 107143, - [SMALL_STATE(2922)] = 107164, - [SMALL_STATE(2923)] = 107181, - [SMALL_STATE(2924)] = 107198, - [SMALL_STATE(2925)] = 107215, - [SMALL_STATE(2926)] = 107232, - [SMALL_STATE(2927)] = 107257, - [SMALL_STATE(2928)] = 107282, - [SMALL_STATE(2929)] = 107307, - [SMALL_STATE(2930)] = 107324, - [SMALL_STATE(2931)] = 107349, - [SMALL_STATE(2932)] = 107374, - [SMALL_STATE(2933)] = 107399, - [SMALL_STATE(2934)] = 107416, - [SMALL_STATE(2935)] = 107433, - [SMALL_STATE(2936)] = 107450, - [SMALL_STATE(2937)] = 107471, - [SMALL_STATE(2938)] = 107492, - [SMALL_STATE(2939)] = 107509, - [SMALL_STATE(2940)] = 107526, - [SMALL_STATE(2941)] = 107543, - [SMALL_STATE(2942)] = 107568, - [SMALL_STATE(2943)] = 107591, - [SMALL_STATE(2944)] = 107604, - [SMALL_STATE(2945)] = 107619, - [SMALL_STATE(2946)] = 107640, - [SMALL_STATE(2947)] = 107661, - [SMALL_STATE(2948)] = 107686, - [SMALL_STATE(2949)] = 107703, - [SMALL_STATE(2950)] = 107724, - [SMALL_STATE(2951)] = 107741, - [SMALL_STATE(2952)] = 107766, - [SMALL_STATE(2953)] = 107791, - [SMALL_STATE(2954)] = 107816, - [SMALL_STATE(2955)] = 107841, - [SMALL_STATE(2956)] = 107866, - [SMALL_STATE(2957)] = 107891, - [SMALL_STATE(2958)] = 107916, - [SMALL_STATE(2959)] = 107931, - [SMALL_STATE(2960)] = 107944, - [SMALL_STATE(2961)] = 107961, - [SMALL_STATE(2962)] = 107986, - [SMALL_STATE(2963)] = 108001, - [SMALL_STATE(2964)] = 108022, - [SMALL_STATE(2965)] = 108047, - [SMALL_STATE(2966)] = 108072, - [SMALL_STATE(2967)] = 108087, - [SMALL_STATE(2968)] = 108112, - [SMALL_STATE(2969)] = 108137, - [SMALL_STATE(2970)] = 108162, - [SMALL_STATE(2971)] = 108179, - [SMALL_STATE(2972)] = 108204, - [SMALL_STATE(2973)] = 108225, - [SMALL_STATE(2974)] = 108250, - [SMALL_STATE(2975)] = 108275, - [SMALL_STATE(2976)] = 108297, - [SMALL_STATE(2977)] = 108319, - [SMALL_STATE(2978)] = 108341, - [SMALL_STATE(2979)] = 108359, - [SMALL_STATE(2980)] = 108377, - [SMALL_STATE(2981)] = 108395, - [SMALL_STATE(2982)] = 108413, - [SMALL_STATE(2983)] = 108435, - [SMALL_STATE(2984)] = 108449, - [SMALL_STATE(2985)] = 108467, - [SMALL_STATE(2986)] = 108489, - [SMALL_STATE(2987)] = 108511, - [SMALL_STATE(2988)] = 108527, - [SMALL_STATE(2989)] = 108547, - [SMALL_STATE(2990)] = 108569, - [SMALL_STATE(2991)] = 108591, - [SMALL_STATE(2992)] = 108613, - [SMALL_STATE(2993)] = 108635, - [SMALL_STATE(2994)] = 108651, - [SMALL_STATE(2995)] = 108673, - [SMALL_STATE(2996)] = 108687, - [SMALL_STATE(2997)] = 108709, - [SMALL_STATE(2998)] = 108727, - [SMALL_STATE(2999)] = 108745, - [SMALL_STATE(3000)] = 108761, - [SMALL_STATE(3001)] = 108779, - [SMALL_STATE(3002)] = 108801, - [SMALL_STATE(3003)] = 108817, - [SMALL_STATE(3004)] = 108829, - [SMALL_STATE(3005)] = 108851, - [SMALL_STATE(3006)] = 108867, - [SMALL_STATE(3007)] = 108889, - [SMALL_STATE(3008)] = 108911, - [SMALL_STATE(3009)] = 108927, - [SMALL_STATE(3010)] = 108949, - [SMALL_STATE(3011)] = 108965, - [SMALL_STATE(3012)] = 108983, - [SMALL_STATE(3013)] = 109001, - [SMALL_STATE(3014)] = 109015, - [SMALL_STATE(3015)] = 109037, - [SMALL_STATE(3016)] = 109059, - [SMALL_STATE(3017)] = 109077, - [SMALL_STATE(3018)] = 109099, - [SMALL_STATE(3019)] = 109121, - [SMALL_STATE(3020)] = 109137, - [SMALL_STATE(3021)] = 109153, - [SMALL_STATE(3022)] = 109175, - [SMALL_STATE(3023)] = 109197, - [SMALL_STATE(3024)] = 109213, - [SMALL_STATE(3025)] = 109235, - [SMALL_STATE(3026)] = 109257, - [SMALL_STATE(3027)] = 109275, - [SMALL_STATE(3028)] = 109297, - [SMALL_STATE(3029)] = 109313, - [SMALL_STATE(3030)] = 109335, - [SMALL_STATE(3031)] = 109351, - [SMALL_STATE(3032)] = 109369, - [SMALL_STATE(3033)] = 109389, - [SMALL_STATE(3034)] = 109401, - [SMALL_STATE(3035)] = 109413, - [SMALL_STATE(3036)] = 109435, - [SMALL_STATE(3037)] = 109457, - [SMALL_STATE(3038)] = 109479, - [SMALL_STATE(3039)] = 109491, - [SMALL_STATE(3040)] = 109507, - [SMALL_STATE(3041)] = 109519, - [SMALL_STATE(3042)] = 109541, - [SMALL_STATE(3043)] = 109563, - [SMALL_STATE(3044)] = 109585, - [SMALL_STATE(3045)] = 109603, - [SMALL_STATE(3046)] = 109625, - [SMALL_STATE(3047)] = 109641, - [SMALL_STATE(3048)] = 109659, - [SMALL_STATE(3049)] = 109675, - [SMALL_STATE(3050)] = 109697, - [SMALL_STATE(3051)] = 109713, - [SMALL_STATE(3052)] = 109735, - [SMALL_STATE(3053)] = 109757, - [SMALL_STATE(3054)] = 109773, - [SMALL_STATE(3055)] = 109789, - [SMALL_STATE(3056)] = 109805, - [SMALL_STATE(3057)] = 109821, - [SMALL_STATE(3058)] = 109843, - [SMALL_STATE(3059)] = 109859, - [SMALL_STATE(3060)] = 109881, - [SMALL_STATE(3061)] = 109903, - [SMALL_STATE(3062)] = 109925, - [SMALL_STATE(3063)] = 109943, - [SMALL_STATE(3064)] = 109965, - [SMALL_STATE(3065)] = 109981, - [SMALL_STATE(3066)] = 110003, - [SMALL_STATE(3067)] = 110025, - [SMALL_STATE(3068)] = 110047, - [SMALL_STATE(3069)] = 110063, - [SMALL_STATE(3070)] = 110079, - [SMALL_STATE(3071)] = 110095, - [SMALL_STATE(3072)] = 110111, - [SMALL_STATE(3073)] = 110133, - [SMALL_STATE(3074)] = 110151, - [SMALL_STATE(3075)] = 110173, - [SMALL_STATE(3076)] = 110195, - [SMALL_STATE(3077)] = 110211, - [SMALL_STATE(3078)] = 110227, - [SMALL_STATE(3079)] = 110247, - [SMALL_STATE(3080)] = 110265, - [SMALL_STATE(3081)] = 110287, - [SMALL_STATE(3082)] = 110303, - [SMALL_STATE(3083)] = 110319, - [SMALL_STATE(3084)] = 110335, - [SMALL_STATE(3085)] = 110351, - [SMALL_STATE(3086)] = 110373, - [SMALL_STATE(3087)] = 110391, - [SMALL_STATE(3088)] = 110413, - [SMALL_STATE(3089)] = 110429, - [SMALL_STATE(3090)] = 110451, - [SMALL_STATE(3091)] = 110469, - [SMALL_STATE(3092)] = 110485, - [SMALL_STATE(3093)] = 110507, - [SMALL_STATE(3094)] = 110529, - [SMALL_STATE(3095)] = 110541, - [SMALL_STATE(3096)] = 110553, - [SMALL_STATE(3097)] = 110565, - [SMALL_STATE(3098)] = 110577, - [SMALL_STATE(3099)] = 110599, - [SMALL_STATE(3100)] = 110617, - [SMALL_STATE(3101)] = 110635, - [SMALL_STATE(3102)] = 110647, - [SMALL_STATE(3103)] = 110663, - [SMALL_STATE(3104)] = 110679, - [SMALL_STATE(3105)] = 110695, - [SMALL_STATE(3106)] = 110717, - [SMALL_STATE(3107)] = 110733, - [SMALL_STATE(3108)] = 110751, - [SMALL_STATE(3109)] = 110767, - [SMALL_STATE(3110)] = 110789, - [SMALL_STATE(3111)] = 110805, - [SMALL_STATE(3112)] = 110821, - [SMALL_STATE(3113)] = 110843, - [SMALL_STATE(3114)] = 110859, - [SMALL_STATE(3115)] = 110881, - [SMALL_STATE(3116)] = 110903, - [SMALL_STATE(3117)] = 110919, - [SMALL_STATE(3118)] = 110935, - [SMALL_STATE(3119)] = 110957, - [SMALL_STATE(3120)] = 110979, - [SMALL_STATE(3121)] = 110995, - [SMALL_STATE(3122)] = 111007, - [SMALL_STATE(3123)] = 111019, - [SMALL_STATE(3124)] = 111035, - [SMALL_STATE(3125)] = 111047, - [SMALL_STATE(3126)] = 111069, - [SMALL_STATE(3127)] = 111083, - [SMALL_STATE(3128)] = 111099, - [SMALL_STATE(3129)] = 111121, - [SMALL_STATE(3130)] = 111143, - [SMALL_STATE(3131)] = 111165, - [SMALL_STATE(3132)] = 111181, - [SMALL_STATE(3133)] = 111203, - [SMALL_STATE(3134)] = 111221, - [SMALL_STATE(3135)] = 111243, - [SMALL_STATE(3136)] = 111255, - [SMALL_STATE(3137)] = 111277, - [SMALL_STATE(3138)] = 111299, - [SMALL_STATE(3139)] = 111321, - [SMALL_STATE(3140)] = 111337, - [SMALL_STATE(3141)] = 111353, - [SMALL_STATE(3142)] = 111375, - [SMALL_STATE(3143)] = 111391, - [SMALL_STATE(3144)] = 111409, - [SMALL_STATE(3145)] = 111431, - [SMALL_STATE(3146)] = 111449, - [SMALL_STATE(3147)] = 111463, - [SMALL_STATE(3148)] = 111481, - [SMALL_STATE(3149)] = 111503, - [SMALL_STATE(3150)] = 111522, - [SMALL_STATE(3151)] = 111533, - [SMALL_STATE(3152)] = 111544, - [SMALL_STATE(3153)] = 111555, - [SMALL_STATE(3154)] = 111566, - [SMALL_STATE(3155)] = 111577, - [SMALL_STATE(3156)] = 111588, - [SMALL_STATE(3157)] = 111599, - [SMALL_STATE(3158)] = 111616, - [SMALL_STATE(3159)] = 111635, - [SMALL_STATE(3160)] = 111646, - [SMALL_STATE(3161)] = 111657, - [SMALL_STATE(3162)] = 111668, - [SMALL_STATE(3163)] = 111679, - [SMALL_STATE(3164)] = 111690, - [SMALL_STATE(3165)] = 111701, - [SMALL_STATE(3166)] = 111720, - [SMALL_STATE(3167)] = 111739, - [SMALL_STATE(3168)] = 111756, - [SMALL_STATE(3169)] = 111767, - [SMALL_STATE(3170)] = 111782, - [SMALL_STATE(3171)] = 111793, - [SMALL_STATE(3172)] = 111806, - [SMALL_STATE(3173)] = 111821, - [SMALL_STATE(3174)] = 111832, - [SMALL_STATE(3175)] = 111843, - [SMALL_STATE(3176)] = 111856, - [SMALL_STATE(3177)] = 111871, - [SMALL_STATE(3178)] = 111884, - [SMALL_STATE(3179)] = 111895, - [SMALL_STATE(3180)] = 111906, - [SMALL_STATE(3181)] = 111917, - [SMALL_STATE(3182)] = 111928, - [SMALL_STATE(3183)] = 111939, - [SMALL_STATE(3184)] = 111950, - [SMALL_STATE(3185)] = 111961, - [SMALL_STATE(3186)] = 111972, - [SMALL_STATE(3187)] = 111985, - [SMALL_STATE(3188)] = 112004, - [SMALL_STATE(3189)] = 112017, - [SMALL_STATE(3190)] = 112036, - [SMALL_STATE(3191)] = 112047, - [SMALL_STATE(3192)] = 112064, - [SMALL_STATE(3193)] = 112081, - [SMALL_STATE(3194)] = 112096, - [SMALL_STATE(3195)] = 112113, - [SMALL_STATE(3196)] = 112132, - [SMALL_STATE(3197)] = 112143, - [SMALL_STATE(3198)] = 112154, - [SMALL_STATE(3199)] = 112173, - [SMALL_STATE(3200)] = 112186, - [SMALL_STATE(3201)] = 112205, - [SMALL_STATE(3202)] = 112216, - [SMALL_STATE(3203)] = 112235, - [SMALL_STATE(3204)] = 112254, - [SMALL_STATE(3205)] = 112273, - [SMALL_STATE(3206)] = 112292, - [SMALL_STATE(3207)] = 112303, - [SMALL_STATE(3208)] = 112322, - [SMALL_STATE(3209)] = 112333, - [SMALL_STATE(3210)] = 112352, - [SMALL_STATE(3211)] = 112371, - [SMALL_STATE(3212)] = 112382, - [SMALL_STATE(3213)] = 112401, - [SMALL_STATE(3214)] = 112418, - [SMALL_STATE(3215)] = 112429, - [SMALL_STATE(3216)] = 112448, - [SMALL_STATE(3217)] = 112459, - [SMALL_STATE(3218)] = 112472, - [SMALL_STATE(3219)] = 112483, - [SMALL_STATE(3220)] = 112498, - [SMALL_STATE(3221)] = 112509, - [SMALL_STATE(3222)] = 112528, - [SMALL_STATE(3223)] = 112543, - [SMALL_STATE(3224)] = 112554, - [SMALL_STATE(3225)] = 112567, - [SMALL_STATE(3226)] = 112580, - [SMALL_STATE(3227)] = 112595, - [SMALL_STATE(3228)] = 112610, - [SMALL_STATE(3229)] = 112629, - [SMALL_STATE(3230)] = 112640, - [SMALL_STATE(3231)] = 112659, - [SMALL_STATE(3232)] = 112670, - [SMALL_STATE(3233)] = 112689, - [SMALL_STATE(3234)] = 112706, - [SMALL_STATE(3235)] = 112725, - [SMALL_STATE(3236)] = 112742, - [SMALL_STATE(3237)] = 112761, - [SMALL_STATE(3238)] = 112778, - [SMALL_STATE(3239)] = 112797, - [SMALL_STATE(3240)] = 112810, - [SMALL_STATE(3241)] = 112829, - [SMALL_STATE(3242)] = 112842, - [SMALL_STATE(3243)] = 112857, - [SMALL_STATE(3244)] = 112876, - [SMALL_STATE(3245)] = 112887, - [SMALL_STATE(3246)] = 112906, - [SMALL_STATE(3247)] = 112923, - [SMALL_STATE(3248)] = 112940, - [SMALL_STATE(3249)] = 112951, - [SMALL_STATE(3250)] = 112962, - [SMALL_STATE(3251)] = 112981, - [SMALL_STATE(3252)] = 112994, - [SMALL_STATE(3253)] = 113013, - [SMALL_STATE(3254)] = 113026, - [SMALL_STATE(3255)] = 113037, - [SMALL_STATE(3256)] = 113056, - [SMALL_STATE(3257)] = 113071, - [SMALL_STATE(3258)] = 113082, - [SMALL_STATE(3259)] = 113101, - [SMALL_STATE(3260)] = 113116, - [SMALL_STATE(3261)] = 113133, - [SMALL_STATE(3262)] = 113144, - [SMALL_STATE(3263)] = 113155, - [SMALL_STATE(3264)] = 113166, - [SMALL_STATE(3265)] = 113177, - [SMALL_STATE(3266)] = 113188, - [SMALL_STATE(3267)] = 113207, - [SMALL_STATE(3268)] = 113226, - [SMALL_STATE(3269)] = 113243, - [SMALL_STATE(3270)] = 113254, - [SMALL_STATE(3271)] = 113273, - [SMALL_STATE(3272)] = 113286, - [SMALL_STATE(3273)] = 113299, - [SMALL_STATE(3274)] = 113318, - [SMALL_STATE(3275)] = 113329, - [SMALL_STATE(3276)] = 113340, - [SMALL_STATE(3277)] = 113351, - [SMALL_STATE(3278)] = 113362, - [SMALL_STATE(3279)] = 113373, - [SMALL_STATE(3280)] = 113386, - [SMALL_STATE(3281)] = 113397, - [SMALL_STATE(3282)] = 113408, - [SMALL_STATE(3283)] = 113419, - [SMALL_STATE(3284)] = 113430, - [SMALL_STATE(3285)] = 113441, - [SMALL_STATE(3286)] = 113452, - [SMALL_STATE(3287)] = 113471, - [SMALL_STATE(3288)] = 113482, - [SMALL_STATE(3289)] = 113493, - [SMALL_STATE(3290)] = 113504, - [SMALL_STATE(3291)] = 113515, - [SMALL_STATE(3292)] = 113526, - [SMALL_STATE(3293)] = 113537, - [SMALL_STATE(3294)] = 113548, - [SMALL_STATE(3295)] = 113559, - [SMALL_STATE(3296)] = 113570, - [SMALL_STATE(3297)] = 113581, - [SMALL_STATE(3298)] = 113592, - [SMALL_STATE(3299)] = 113609, - [SMALL_STATE(3300)] = 113620, - [SMALL_STATE(3301)] = 113631, - [SMALL_STATE(3302)] = 113642, - [SMALL_STATE(3303)] = 113653, - [SMALL_STATE(3304)] = 113664, - [SMALL_STATE(3305)] = 113675, - [SMALL_STATE(3306)] = 113688, - [SMALL_STATE(3307)] = 113699, - [SMALL_STATE(3308)] = 113710, - [SMALL_STATE(3309)] = 113721, - [SMALL_STATE(3310)] = 113732, - [SMALL_STATE(3311)] = 113743, - [SMALL_STATE(3312)] = 113754, - [SMALL_STATE(3313)] = 113769, - [SMALL_STATE(3314)] = 113780, - [SMALL_STATE(3315)] = 113791, - [SMALL_STATE(3316)] = 113802, - [SMALL_STATE(3317)] = 113813, - [SMALL_STATE(3318)] = 113824, - [SMALL_STATE(3319)] = 113835, - [SMALL_STATE(3320)] = 113846, - [SMALL_STATE(3321)] = 113857, - [SMALL_STATE(3322)] = 113874, - [SMALL_STATE(3323)] = 113893, - [SMALL_STATE(3324)] = 113908, - [SMALL_STATE(3325)] = 113919, - [SMALL_STATE(3326)] = 113930, - [SMALL_STATE(3327)] = 113943, - [SMALL_STATE(3328)] = 113954, - [SMALL_STATE(3329)] = 113965, - [SMALL_STATE(3330)] = 113976, - [SMALL_STATE(3331)] = 113987, - [SMALL_STATE(3332)] = 113998, - [SMALL_STATE(3333)] = 114017, - [SMALL_STATE(3334)] = 114032, - [SMALL_STATE(3335)] = 114043, - [SMALL_STATE(3336)] = 114062, - [SMALL_STATE(3337)] = 114073, - [SMALL_STATE(3338)] = 114084, - [SMALL_STATE(3339)] = 114095, - [SMALL_STATE(3340)] = 114106, - [SMALL_STATE(3341)] = 114117, - [SMALL_STATE(3342)] = 114128, - [SMALL_STATE(3343)] = 114147, - [SMALL_STATE(3344)] = 114166, - [SMALL_STATE(3345)] = 114185, - [SMALL_STATE(3346)] = 114196, - [SMALL_STATE(3347)] = 114207, - [SMALL_STATE(3348)] = 114218, - [SMALL_STATE(3349)] = 114231, - [SMALL_STATE(3350)] = 114250, - [SMALL_STATE(3351)] = 114263, - [SMALL_STATE(3352)] = 114278, - [SMALL_STATE(3353)] = 114289, - [SMALL_STATE(3354)] = 114300, - [SMALL_STATE(3355)] = 114313, - [SMALL_STATE(3356)] = 114330, - [SMALL_STATE(3357)] = 114345, - [SMALL_STATE(3358)] = 114362, - [SMALL_STATE(3359)] = 114379, - [SMALL_STATE(3360)] = 114398, - [SMALL_STATE(3361)] = 114409, - [SMALL_STATE(3362)] = 114420, - [SMALL_STATE(3363)] = 114439, - [SMALL_STATE(3364)] = 114454, - [SMALL_STATE(3365)] = 114473, - [SMALL_STATE(3366)] = 114490, - [SMALL_STATE(3367)] = 114509, - [SMALL_STATE(3368)] = 114522, - [SMALL_STATE(3369)] = 114541, - [SMALL_STATE(3370)] = 114552, - [SMALL_STATE(3371)] = 114569, - [SMALL_STATE(3372)] = 114584, - [SMALL_STATE(3373)] = 114595, - [SMALL_STATE(3374)] = 114606, - [SMALL_STATE(3375)] = 114617, - [SMALL_STATE(3376)] = 114628, - [SMALL_STATE(3377)] = 114639, - [SMALL_STATE(3378)] = 114650, - [SMALL_STATE(3379)] = 114661, - [SMALL_STATE(3380)] = 114680, - [SMALL_STATE(3381)] = 114691, - [SMALL_STATE(3382)] = 114702, - [SMALL_STATE(3383)] = 114721, - [SMALL_STATE(3384)] = 114732, - [SMALL_STATE(3385)] = 114751, - [SMALL_STATE(3386)] = 114770, - [SMALL_STATE(3387)] = 114789, - [SMALL_STATE(3388)] = 114800, - [SMALL_STATE(3389)] = 114815, - [SMALL_STATE(3390)] = 114826, - [SMALL_STATE(3391)] = 114845, - [SMALL_STATE(3392)] = 114860, - [SMALL_STATE(3393)] = 114879, - [SMALL_STATE(3394)] = 114896, - [SMALL_STATE(3395)] = 114907, - [SMALL_STATE(3396)] = 114918, - [SMALL_STATE(3397)] = 114929, - [SMALL_STATE(3398)] = 114940, - [SMALL_STATE(3399)] = 114959, - [SMALL_STATE(3400)] = 114970, - [SMALL_STATE(3401)] = 114981, - [SMALL_STATE(3402)] = 115000, - [SMALL_STATE(3403)] = 115011, - [SMALL_STATE(3404)] = 115030, - [SMALL_STATE(3405)] = 115049, - [SMALL_STATE(3406)] = 115068, - [SMALL_STATE(3407)] = 115085, - [SMALL_STATE(3408)] = 115104, - [SMALL_STATE(3409)] = 115123, - [SMALL_STATE(3410)] = 115138, - [SMALL_STATE(3411)] = 115153, - [SMALL_STATE(3412)] = 115164, - [SMALL_STATE(3413)] = 115183, - [SMALL_STATE(3414)] = 115198, - [SMALL_STATE(3415)] = 115217, - [SMALL_STATE(3416)] = 115236, - [SMALL_STATE(3417)] = 115255, - [SMALL_STATE(3418)] = 115270, - [SMALL_STATE(3419)] = 115289, - [SMALL_STATE(3420)] = 115308, - [SMALL_STATE(3421)] = 115319, - [SMALL_STATE(3422)] = 115332, - [SMALL_STATE(3423)] = 115343, - [SMALL_STATE(3424)] = 115358, - [SMALL_STATE(3425)] = 115369, - [SMALL_STATE(3426)] = 115388, - [SMALL_STATE(3427)] = 115399, - [SMALL_STATE(3428)] = 115418, - [SMALL_STATE(3429)] = 115429, - [SMALL_STATE(3430)] = 115442, - [SMALL_STATE(3431)] = 115453, - [SMALL_STATE(3432)] = 115464, - [SMALL_STATE(3433)] = 115483, - [SMALL_STATE(3434)] = 115494, - [SMALL_STATE(3435)] = 115513, - [SMALL_STATE(3436)] = 115532, - [SMALL_STATE(3437)] = 115543, - [SMALL_STATE(3438)] = 115562, - [SMALL_STATE(3439)] = 115581, - [SMALL_STATE(3440)] = 115598, - [SMALL_STATE(3441)] = 115617, - [SMALL_STATE(3442)] = 115636, - [SMALL_STATE(3443)] = 115655, - [SMALL_STATE(3444)] = 115670, - [SMALL_STATE(3445)] = 115687, - [SMALL_STATE(3446)] = 115704, - [SMALL_STATE(3447)] = 115720, - [SMALL_STATE(3448)] = 115734, - [SMALL_STATE(3449)] = 115750, - [SMALL_STATE(3450)] = 115764, - [SMALL_STATE(3451)] = 115780, - [SMALL_STATE(3452)] = 115796, - [SMALL_STATE(3453)] = 115810, - [SMALL_STATE(3454)] = 115824, - [SMALL_STATE(3455)] = 115838, - [SMALL_STATE(3456)] = 115852, - [SMALL_STATE(3457)] = 115868, - [SMALL_STATE(3458)] = 115882, - [SMALL_STATE(3459)] = 115896, - [SMALL_STATE(3460)] = 115912, - [SMALL_STATE(3461)] = 115926, - [SMALL_STATE(3462)] = 115942, - [SMALL_STATE(3463)] = 115956, - [SMALL_STATE(3464)] = 115970, - [SMALL_STATE(3465)] = 115986, - [SMALL_STATE(3466)] = 116000, - [SMALL_STATE(3467)] = 116014, - [SMALL_STATE(3468)] = 116028, - [SMALL_STATE(3469)] = 116042, - [SMALL_STATE(3470)] = 116056, - [SMALL_STATE(3471)] = 116070, - [SMALL_STATE(3472)] = 116084, - [SMALL_STATE(3473)] = 116100, - [SMALL_STATE(3474)] = 116116, - [SMALL_STATE(3475)] = 116132, - [SMALL_STATE(3476)] = 116146, - [SMALL_STATE(3477)] = 116160, - [SMALL_STATE(3478)] = 116176, - [SMALL_STATE(3479)] = 116192, - [SMALL_STATE(3480)] = 116206, - [SMALL_STATE(3481)] = 116220, - [SMALL_STATE(3482)] = 116234, - [SMALL_STATE(3483)] = 116250, - [SMALL_STATE(3484)] = 116266, - [SMALL_STATE(3485)] = 116282, - [SMALL_STATE(3486)] = 116296, - [SMALL_STATE(3487)] = 116310, - [SMALL_STATE(3488)] = 116326, - [SMALL_STATE(3489)] = 116342, - [SMALL_STATE(3490)] = 116358, - [SMALL_STATE(3491)] = 116372, - [SMALL_STATE(3492)] = 116386, - [SMALL_STATE(3493)] = 116402, - [SMALL_STATE(3494)] = 116418, - [SMALL_STATE(3495)] = 116434, - [SMALL_STATE(3496)] = 116450, - [SMALL_STATE(3497)] = 116466, - [SMALL_STATE(3498)] = 116480, - [SMALL_STATE(3499)] = 116494, - [SMALL_STATE(3500)] = 116508, - [SMALL_STATE(3501)] = 116520, - [SMALL_STATE(3502)] = 116536, - [SMALL_STATE(3503)] = 116548, - [SMALL_STATE(3504)] = 116560, - [SMALL_STATE(3505)] = 116576, - [SMALL_STATE(3506)] = 116590, - [SMALL_STATE(3507)] = 116604, - [SMALL_STATE(3508)] = 116618, - [SMALL_STATE(3509)] = 116634, - [SMALL_STATE(3510)] = 116648, - [SMALL_STATE(3511)] = 116664, - [SMALL_STATE(3512)] = 116678, - [SMALL_STATE(3513)] = 116692, - [SMALL_STATE(3514)] = 116708, - [SMALL_STATE(3515)] = 116724, - [SMALL_STATE(3516)] = 116738, - [SMALL_STATE(3517)] = 116752, - [SMALL_STATE(3518)] = 116766, - [SMALL_STATE(3519)] = 116780, - [SMALL_STATE(3520)] = 116794, - [SMALL_STATE(3521)] = 116808, - [SMALL_STATE(3522)] = 116818, - [SMALL_STATE(3523)] = 116832, - [SMALL_STATE(3524)] = 116846, - [SMALL_STATE(3525)] = 116862, - [SMALL_STATE(3526)] = 116876, - [SMALL_STATE(3527)] = 116892, - [SMALL_STATE(3528)] = 116908, - [SMALL_STATE(3529)] = 116924, - [SMALL_STATE(3530)] = 116940, - [SMALL_STATE(3531)] = 116956, - [SMALL_STATE(3532)] = 116966, - [SMALL_STATE(3533)] = 116980, - [SMALL_STATE(3534)] = 116994, - [SMALL_STATE(3535)] = 117008, - [SMALL_STATE(3536)] = 117024, - [SMALL_STATE(3537)] = 117038, - [SMALL_STATE(3538)] = 117054, - [SMALL_STATE(3539)] = 117068, - [SMALL_STATE(3540)] = 117084, - [SMALL_STATE(3541)] = 117100, - [SMALL_STATE(3542)] = 117114, - [SMALL_STATE(3543)] = 117126, - [SMALL_STATE(3544)] = 117142, - [SMALL_STATE(3545)] = 117152, - [SMALL_STATE(3546)] = 117168, - [SMALL_STATE(3547)] = 117184, - [SMALL_STATE(3548)] = 117198, - [SMALL_STATE(3549)] = 117214, - [SMALL_STATE(3550)] = 117230, - [SMALL_STATE(3551)] = 117246, - [SMALL_STATE(3552)] = 117262, - [SMALL_STATE(3553)] = 117278, - [SMALL_STATE(3554)] = 117294, - [SMALL_STATE(3555)] = 117308, - [SMALL_STATE(3556)] = 117324, - [SMALL_STATE(3557)] = 117340, - [SMALL_STATE(3558)] = 117354, - [SMALL_STATE(3559)] = 117370, - [SMALL_STATE(3560)] = 117386, - [SMALL_STATE(3561)] = 117400, - [SMALL_STATE(3562)] = 117416, - [SMALL_STATE(3563)] = 117432, - [SMALL_STATE(3564)] = 117448, - [SMALL_STATE(3565)] = 117462, - [SMALL_STATE(3566)] = 117476, - [SMALL_STATE(3567)] = 117492, - [SMALL_STATE(3568)] = 117508, - [SMALL_STATE(3569)] = 117524, - [SMALL_STATE(3570)] = 117540, - [SMALL_STATE(3571)] = 117554, - [SMALL_STATE(3572)] = 117568, - [SMALL_STATE(3573)] = 117582, - [SMALL_STATE(3574)] = 117598, - [SMALL_STATE(3575)] = 117614, - [SMALL_STATE(3576)] = 117630, - [SMALL_STATE(3577)] = 117644, - [SMALL_STATE(3578)] = 117660, - [SMALL_STATE(3579)] = 117673, - [SMALL_STATE(3580)] = 117686, - [SMALL_STATE(3581)] = 117695, - [SMALL_STATE(3582)] = 117708, - [SMALL_STATE(3583)] = 117717, - [SMALL_STATE(3584)] = 117726, - [SMALL_STATE(3585)] = 117739, - [SMALL_STATE(3586)] = 117752, - [SMALL_STATE(3587)] = 117765, - [SMALL_STATE(3588)] = 117774, - [SMALL_STATE(3589)] = 117787, - [SMALL_STATE(3590)] = 117800, - [SMALL_STATE(3591)] = 117813, - [SMALL_STATE(3592)] = 117826, - [SMALL_STATE(3593)] = 117839, - [SMALL_STATE(3594)] = 117848, - [SMALL_STATE(3595)] = 117857, - [SMALL_STATE(3596)] = 117870, - [SMALL_STATE(3597)] = 117883, - [SMALL_STATE(3598)] = 117894, - [SMALL_STATE(3599)] = 117907, - [SMALL_STATE(3600)] = 117920, - [SMALL_STATE(3601)] = 117933, - [SMALL_STATE(3602)] = 117946, - [SMALL_STATE(3603)] = 117955, - [SMALL_STATE(3604)] = 117964, - [SMALL_STATE(3605)] = 117975, - [SMALL_STATE(3606)] = 117988, - [SMALL_STATE(3607)] = 118001, - [SMALL_STATE(3608)] = 118010, - [SMALL_STATE(3609)] = 118023, - [SMALL_STATE(3610)] = 118036, - [SMALL_STATE(3611)] = 118049, - [SMALL_STATE(3612)] = 118062, - [SMALL_STATE(3613)] = 118075, - [SMALL_STATE(3614)] = 118084, - [SMALL_STATE(3615)] = 118097, - [SMALL_STATE(3616)] = 118110, - [SMALL_STATE(3617)] = 118119, - [SMALL_STATE(3618)] = 118132, - [SMALL_STATE(3619)] = 118145, - [SMALL_STATE(3620)] = 118158, - [SMALL_STATE(3621)] = 118171, - [SMALL_STATE(3622)] = 118184, - [SMALL_STATE(3623)] = 118193, - [SMALL_STATE(3624)] = 118206, - [SMALL_STATE(3625)] = 118215, - [SMALL_STATE(3626)] = 118224, - [SMALL_STATE(3627)] = 118237, - [SMALL_STATE(3628)] = 118250, - [SMALL_STATE(3629)] = 118261, - [SMALL_STATE(3630)] = 118274, - [SMALL_STATE(3631)] = 118287, - [SMALL_STATE(3632)] = 118296, - [SMALL_STATE(3633)] = 118309, - [SMALL_STATE(3634)] = 118318, - [SMALL_STATE(3635)] = 118331, - [SMALL_STATE(3636)] = 118340, - [SMALL_STATE(3637)] = 118353, - [SMALL_STATE(3638)] = 118362, - [SMALL_STATE(3639)] = 118371, - [SMALL_STATE(3640)] = 118384, - [SMALL_STATE(3641)] = 118393, - [SMALL_STATE(3642)] = 118404, - [SMALL_STATE(3643)] = 118417, - [SMALL_STATE(3644)] = 118430, - [SMALL_STATE(3645)] = 118443, - [SMALL_STATE(3646)] = 118456, - [SMALL_STATE(3647)] = 118469, - [SMALL_STATE(3648)] = 118478, - [SMALL_STATE(3649)] = 118491, - [SMALL_STATE(3650)] = 118504, - [SMALL_STATE(3651)] = 118517, - [SMALL_STATE(3652)] = 118530, - [SMALL_STATE(3653)] = 118543, - [SMALL_STATE(3654)] = 118552, - [SMALL_STATE(3655)] = 118561, - [SMALL_STATE(3656)] = 118574, - [SMALL_STATE(3657)] = 118587, - [SMALL_STATE(3658)] = 118600, - [SMALL_STATE(3659)] = 118613, - [SMALL_STATE(3660)] = 118626, - [SMALL_STATE(3661)] = 118639, - [SMALL_STATE(3662)] = 118648, - [SMALL_STATE(3663)] = 118661, - [SMALL_STATE(3664)] = 118670, - [SMALL_STATE(3665)] = 118683, - [SMALL_STATE(3666)] = 118696, - [SMALL_STATE(3667)] = 118709, - [SMALL_STATE(3668)] = 118722, - [SMALL_STATE(3669)] = 118735, - [SMALL_STATE(3670)] = 118748, - [SMALL_STATE(3671)] = 118761, - [SMALL_STATE(3672)] = 118774, - [SMALL_STATE(3673)] = 118783, - [SMALL_STATE(3674)] = 118796, - [SMALL_STATE(3675)] = 118809, - [SMALL_STATE(3676)] = 118818, - [SMALL_STATE(3677)] = 118831, - [SMALL_STATE(3678)] = 118840, - [SMALL_STATE(3679)] = 118853, - [SMALL_STATE(3680)] = 118862, - [SMALL_STATE(3681)] = 118871, - [SMALL_STATE(3682)] = 118880, - [SMALL_STATE(3683)] = 118889, - [SMALL_STATE(3684)] = 118902, - [SMALL_STATE(3685)] = 118915, - [SMALL_STATE(3686)] = 118924, - [SMALL_STATE(3687)] = 118933, - [SMALL_STATE(3688)] = 118942, - [SMALL_STATE(3689)] = 118953, - [SMALL_STATE(3690)] = 118966, - [SMALL_STATE(3691)] = 118975, - [SMALL_STATE(3692)] = 118984, - [SMALL_STATE(3693)] = 118993, - [SMALL_STATE(3694)] = 119002, - [SMALL_STATE(3695)] = 119011, - [SMALL_STATE(3696)] = 119020, - [SMALL_STATE(3697)] = 119033, - [SMALL_STATE(3698)] = 119046, - [SMALL_STATE(3699)] = 119059, - [SMALL_STATE(3700)] = 119068, - [SMALL_STATE(3701)] = 119077, - [SMALL_STATE(3702)] = 119086, - [SMALL_STATE(3703)] = 119099, - [SMALL_STATE(3704)] = 119112, - [SMALL_STATE(3705)] = 119125, - [SMALL_STATE(3706)] = 119138, - [SMALL_STATE(3707)] = 119151, - [SMALL_STATE(3708)] = 119164, - [SMALL_STATE(3709)] = 119175, - [SMALL_STATE(3710)] = 119186, - [SMALL_STATE(3711)] = 119197, - [SMALL_STATE(3712)] = 119206, - [SMALL_STATE(3713)] = 119217, - [SMALL_STATE(3714)] = 119226, - [SMALL_STATE(3715)] = 119239, - [SMALL_STATE(3716)] = 119252, - [SMALL_STATE(3717)] = 119265, - [SMALL_STATE(3718)] = 119278, - [SMALL_STATE(3719)] = 119291, - [SMALL_STATE(3720)] = 119302, - [SMALL_STATE(3721)] = 119315, - [SMALL_STATE(3722)] = 119328, - [SMALL_STATE(3723)] = 119341, - [SMALL_STATE(3724)] = 119352, - [SMALL_STATE(3725)] = 119365, - [SMALL_STATE(3726)] = 119378, - [SMALL_STATE(3727)] = 119391, - [SMALL_STATE(3728)] = 119404, - [SMALL_STATE(3729)] = 119417, - [SMALL_STATE(3730)] = 119430, - [SMALL_STATE(3731)] = 119439, - [SMALL_STATE(3732)] = 119452, - [SMALL_STATE(3733)] = 119461, - [SMALL_STATE(3734)] = 119474, - [SMALL_STATE(3735)] = 119487, - [SMALL_STATE(3736)] = 119500, - [SMALL_STATE(3737)] = 119513, - [SMALL_STATE(3738)] = 119526, - [SMALL_STATE(3739)] = 119539, - [SMALL_STATE(3740)] = 119548, - [SMALL_STATE(3741)] = 119561, - [SMALL_STATE(3742)] = 119570, - [SMALL_STATE(3743)] = 119583, - [SMALL_STATE(3744)] = 119596, - [SMALL_STATE(3745)] = 119609, - [SMALL_STATE(3746)] = 119620, - [SMALL_STATE(3747)] = 119631, - [SMALL_STATE(3748)] = 119644, - [SMALL_STATE(3749)] = 119655, - [SMALL_STATE(3750)] = 119664, - [SMALL_STATE(3751)] = 119675, - [SMALL_STATE(3752)] = 119688, - [SMALL_STATE(3753)] = 119697, - [SMALL_STATE(3754)] = 119706, - [SMALL_STATE(3755)] = 119715, - [SMALL_STATE(3756)] = 119724, - [SMALL_STATE(3757)] = 119737, - [SMALL_STATE(3758)] = 119746, - [SMALL_STATE(3759)] = 119755, - [SMALL_STATE(3760)] = 119764, - [SMALL_STATE(3761)] = 119773, - [SMALL_STATE(3762)] = 119782, - [SMALL_STATE(3763)] = 119791, - [SMALL_STATE(3764)] = 119804, - [SMALL_STATE(3765)] = 119813, - [SMALL_STATE(3766)] = 119826, - [SMALL_STATE(3767)] = 119835, - [SMALL_STATE(3768)] = 119848, - [SMALL_STATE(3769)] = 119857, - [SMALL_STATE(3770)] = 119870, - [SMALL_STATE(3771)] = 119883, - [SMALL_STATE(3772)] = 119896, - [SMALL_STATE(3773)] = 119905, - [SMALL_STATE(3774)] = 119914, - [SMALL_STATE(3775)] = 119923, - [SMALL_STATE(3776)] = 119932, - [SMALL_STATE(3777)] = 119945, - [SMALL_STATE(3778)] = 119954, - [SMALL_STATE(3779)] = 119967, - [SMALL_STATE(3780)] = 119980, - [SMALL_STATE(3781)] = 119993, - [SMALL_STATE(3782)] = 120004, - [SMALL_STATE(3783)] = 120017, - [SMALL_STATE(3784)] = 120030, - [SMALL_STATE(3785)] = 120039, - [SMALL_STATE(3786)] = 120048, - [SMALL_STATE(3787)] = 120061, - [SMALL_STATE(3788)] = 120070, - [SMALL_STATE(3789)] = 120081, - [SMALL_STATE(3790)] = 120094, - [SMALL_STATE(3791)] = 120107, - [SMALL_STATE(3792)] = 120116, - [SMALL_STATE(3793)] = 120129, - [SMALL_STATE(3794)] = 120138, - [SMALL_STATE(3795)] = 120147, - [SMALL_STATE(3796)] = 120160, - [SMALL_STATE(3797)] = 120169, - [SMALL_STATE(3798)] = 120182, - [SMALL_STATE(3799)] = 120195, - [SMALL_STATE(3800)] = 120208, - [SMALL_STATE(3801)] = 120221, - [SMALL_STATE(3802)] = 120230, - [SMALL_STATE(3803)] = 120243, - [SMALL_STATE(3804)] = 120252, - [SMALL_STATE(3805)] = 120265, - [SMALL_STATE(3806)] = 120276, - [SMALL_STATE(3807)] = 120285, - [SMALL_STATE(3808)] = 120298, - [SMALL_STATE(3809)] = 120307, - [SMALL_STATE(3810)] = 120320, - [SMALL_STATE(3811)] = 120331, - [SMALL_STATE(3812)] = 120344, - [SMALL_STATE(3813)] = 120357, - [SMALL_STATE(3814)] = 120370, - [SMALL_STATE(3815)] = 120383, - [SMALL_STATE(3816)] = 120396, - [SMALL_STATE(3817)] = 120409, - [SMALL_STATE(3818)] = 120422, - [SMALL_STATE(3819)] = 120435, - [SMALL_STATE(3820)] = 120448, - [SMALL_STATE(3821)] = 120461, - [SMALL_STATE(3822)] = 120474, - [SMALL_STATE(3823)] = 120487, - [SMALL_STATE(3824)] = 120500, - [SMALL_STATE(3825)] = 120511, - [SMALL_STATE(3826)] = 120520, - [SMALL_STATE(3827)] = 120531, - [SMALL_STATE(3828)] = 120544, - [SMALL_STATE(3829)] = 120555, - [SMALL_STATE(3830)] = 120564, - [SMALL_STATE(3831)] = 120573, - [SMALL_STATE(3832)] = 120584, - [SMALL_STATE(3833)] = 120597, - [SMALL_STATE(3834)] = 120610, - [SMALL_STATE(3835)] = 120620, - [SMALL_STATE(3836)] = 120630, - [SMALL_STATE(3837)] = 120638, - [SMALL_STATE(3838)] = 120648, - [SMALL_STATE(3839)] = 120658, - [SMALL_STATE(3840)] = 120668, - [SMALL_STATE(3841)] = 120678, - [SMALL_STATE(3842)] = 120688, - [SMALL_STATE(3843)] = 120696, - [SMALL_STATE(3844)] = 120706, - [SMALL_STATE(3845)] = 120714, - [SMALL_STATE(3846)] = 120724, - [SMALL_STATE(3847)] = 120734, - [SMALL_STATE(3848)] = 120744, - [SMALL_STATE(3849)] = 120754, - [SMALL_STATE(3850)] = 120762, - [SMALL_STATE(3851)] = 120772, - [SMALL_STATE(3852)] = 120782, - [SMALL_STATE(3853)] = 120792, - [SMALL_STATE(3854)] = 120802, - [SMALL_STATE(3855)] = 120812, - [SMALL_STATE(3856)] = 120822, - [SMALL_STATE(3857)] = 120832, - [SMALL_STATE(3858)] = 120840, - [SMALL_STATE(3859)] = 120850, - [SMALL_STATE(3860)] = 120860, - [SMALL_STATE(3861)] = 120870, - [SMALL_STATE(3862)] = 120880, - [SMALL_STATE(3863)] = 120888, - [SMALL_STATE(3864)] = 120898, - [SMALL_STATE(3865)] = 120908, - [SMALL_STATE(3866)] = 120918, - [SMALL_STATE(3867)] = 120928, - [SMALL_STATE(3868)] = 120938, - [SMALL_STATE(3869)] = 120948, - [SMALL_STATE(3870)] = 120958, - [SMALL_STATE(3871)] = 120968, - [SMALL_STATE(3872)] = 120978, - [SMALL_STATE(3873)] = 120988, - [SMALL_STATE(3874)] = 120998, - [SMALL_STATE(3875)] = 121006, - [SMALL_STATE(3876)] = 121016, - [SMALL_STATE(3877)] = 121024, - [SMALL_STATE(3878)] = 121032, - [SMALL_STATE(3879)] = 121042, - [SMALL_STATE(3880)] = 121052, - [SMALL_STATE(3881)] = 121060, - [SMALL_STATE(3882)] = 121068, - [SMALL_STATE(3883)] = 121078, - [SMALL_STATE(3884)] = 121086, - [SMALL_STATE(3885)] = 121096, - [SMALL_STATE(3886)] = 121106, - [SMALL_STATE(3887)] = 121116, - [SMALL_STATE(3888)] = 121124, - [SMALL_STATE(3889)] = 121134, - [SMALL_STATE(3890)] = 121144, - [SMALL_STATE(3891)] = 121154, - [SMALL_STATE(3892)] = 121162, - [SMALL_STATE(3893)] = 121170, - [SMALL_STATE(3894)] = 121180, - [SMALL_STATE(3895)] = 121188, - [SMALL_STATE(3896)] = 121198, - [SMALL_STATE(3897)] = 121208, - [SMALL_STATE(3898)] = 121216, - [SMALL_STATE(3899)] = 121226, - [SMALL_STATE(3900)] = 121234, - [SMALL_STATE(3901)] = 121244, - [SMALL_STATE(3902)] = 121252, - [SMALL_STATE(3903)] = 121262, - [SMALL_STATE(3904)] = 121272, - [SMALL_STATE(3905)] = 121282, - [SMALL_STATE(3906)] = 121292, - [SMALL_STATE(3907)] = 121302, - [SMALL_STATE(3908)] = 121312, - [SMALL_STATE(3909)] = 121322, - [SMALL_STATE(3910)] = 121332, - [SMALL_STATE(3911)] = 121342, - [SMALL_STATE(3912)] = 121350, - [SMALL_STATE(3913)] = 121358, - [SMALL_STATE(3914)] = 121368, - [SMALL_STATE(3915)] = 121378, - [SMALL_STATE(3916)] = 121388, - [SMALL_STATE(3917)] = 121398, - [SMALL_STATE(3918)] = 121408, - [SMALL_STATE(3919)] = 121418, - [SMALL_STATE(3920)] = 121428, - [SMALL_STATE(3921)] = 121438, - [SMALL_STATE(3922)] = 121448, - [SMALL_STATE(3923)] = 121456, - [SMALL_STATE(3924)] = 121466, - [SMALL_STATE(3925)] = 121476, - [SMALL_STATE(3926)] = 121484, - [SMALL_STATE(3927)] = 121494, - [SMALL_STATE(3928)] = 121502, - [SMALL_STATE(3929)] = 121510, - [SMALL_STATE(3930)] = 121520, - [SMALL_STATE(3931)] = 121530, - [SMALL_STATE(3932)] = 121538, - [SMALL_STATE(3933)] = 121546, - [SMALL_STATE(3934)] = 121556, - [SMALL_STATE(3935)] = 121566, - [SMALL_STATE(3936)] = 121576, - [SMALL_STATE(3937)] = 121586, - [SMALL_STATE(3938)] = 121596, - [SMALL_STATE(3939)] = 121606, - [SMALL_STATE(3940)] = 121616, - [SMALL_STATE(3941)] = 121626, - [SMALL_STATE(3942)] = 121636, - [SMALL_STATE(3943)] = 121646, - [SMALL_STATE(3944)] = 121654, - [SMALL_STATE(3945)] = 121662, - [SMALL_STATE(3946)] = 121672, - [SMALL_STATE(3947)] = 121680, - [SMALL_STATE(3948)] = 121690, - [SMALL_STATE(3949)] = 121698, - [SMALL_STATE(3950)] = 121706, - [SMALL_STATE(3951)] = 121716, - [SMALL_STATE(3952)] = 121726, - [SMALL_STATE(3953)] = 121734, - [SMALL_STATE(3954)] = 121744, - [SMALL_STATE(3955)] = 121752, - [SMALL_STATE(3956)] = 121760, - [SMALL_STATE(3957)] = 121768, - [SMALL_STATE(3958)] = 121778, - [SMALL_STATE(3959)] = 121788, - [SMALL_STATE(3960)] = 121798, - [SMALL_STATE(3961)] = 121808, - [SMALL_STATE(3962)] = 121818, - [SMALL_STATE(3963)] = 121828, - [SMALL_STATE(3964)] = 121836, - [SMALL_STATE(3965)] = 121846, - [SMALL_STATE(3966)] = 121856, - [SMALL_STATE(3967)] = 121866, - [SMALL_STATE(3968)] = 121876, - [SMALL_STATE(3969)] = 121886, - [SMALL_STATE(3970)] = 121896, - [SMALL_STATE(3971)] = 121906, - [SMALL_STATE(3972)] = 121914, - [SMALL_STATE(3973)] = 121922, - [SMALL_STATE(3974)] = 121932, - [SMALL_STATE(3975)] = 121940, - [SMALL_STATE(3976)] = 121950, - [SMALL_STATE(3977)] = 121960, - [SMALL_STATE(3978)] = 121970, - [SMALL_STATE(3979)] = 121980, - [SMALL_STATE(3980)] = 121990, - [SMALL_STATE(3981)] = 121998, - [SMALL_STATE(3982)] = 122008, - [SMALL_STATE(3983)] = 122018, - [SMALL_STATE(3984)] = 122026, - [SMALL_STATE(3985)] = 122034, - [SMALL_STATE(3986)] = 122044, - [SMALL_STATE(3987)] = 122054, - [SMALL_STATE(3988)] = 122064, - [SMALL_STATE(3989)] = 122074, - [SMALL_STATE(3990)] = 122084, - [SMALL_STATE(3991)] = 122094, - [SMALL_STATE(3992)] = 122104, - [SMALL_STATE(3993)] = 122112, - [SMALL_STATE(3994)] = 122120, - [SMALL_STATE(3995)] = 122128, - [SMALL_STATE(3996)] = 122136, - [SMALL_STATE(3997)] = 122146, - [SMALL_STATE(3998)] = 122154, - [SMALL_STATE(3999)] = 122164, - [SMALL_STATE(4000)] = 122174, - [SMALL_STATE(4001)] = 122182, - [SMALL_STATE(4002)] = 122190, - [SMALL_STATE(4003)] = 122200, - [SMALL_STATE(4004)] = 122208, - [SMALL_STATE(4005)] = 122218, - [SMALL_STATE(4006)] = 122228, - [SMALL_STATE(4007)] = 122238, - [SMALL_STATE(4008)] = 122248, - [SMALL_STATE(4009)] = 122258, - [SMALL_STATE(4010)] = 122266, - [SMALL_STATE(4011)] = 122274, - [SMALL_STATE(4012)] = 122284, - [SMALL_STATE(4013)] = 122294, - [SMALL_STATE(4014)] = 122304, - [SMALL_STATE(4015)] = 122314, - [SMALL_STATE(4016)] = 122324, - [SMALL_STATE(4017)] = 122332, - [SMALL_STATE(4018)] = 122340, - [SMALL_STATE(4019)] = 122350, - [SMALL_STATE(4020)] = 122360, - [SMALL_STATE(4021)] = 122370, - [SMALL_STATE(4022)] = 122380, - [SMALL_STATE(4023)] = 122390, - [SMALL_STATE(4024)] = 122400, - [SMALL_STATE(4025)] = 122410, - [SMALL_STATE(4026)] = 122420, - [SMALL_STATE(4027)] = 122430, - [SMALL_STATE(4028)] = 122440, - [SMALL_STATE(4029)] = 122450, - [SMALL_STATE(4030)] = 122460, - [SMALL_STATE(4031)] = 122470, - [SMALL_STATE(4032)] = 122480, - [SMALL_STATE(4033)] = 122490, - [SMALL_STATE(4034)] = 122500, - [SMALL_STATE(4035)] = 122510, - [SMALL_STATE(4036)] = 122520, - [SMALL_STATE(4037)] = 122530, - [SMALL_STATE(4038)] = 122540, - [SMALL_STATE(4039)] = 122550, - [SMALL_STATE(4040)] = 122560, - [SMALL_STATE(4041)] = 122570, - [SMALL_STATE(4042)] = 122580, - [SMALL_STATE(4043)] = 122590, - [SMALL_STATE(4044)] = 122600, - [SMALL_STATE(4045)] = 122610, - [SMALL_STATE(4046)] = 122620, - [SMALL_STATE(4047)] = 122630, - [SMALL_STATE(4048)] = 122640, - [SMALL_STATE(4049)] = 122650, - [SMALL_STATE(4050)] = 122660, - [SMALL_STATE(4051)] = 122670, - [SMALL_STATE(4052)] = 122680, - [SMALL_STATE(4053)] = 122690, - [SMALL_STATE(4054)] = 122700, - [SMALL_STATE(4055)] = 122710, - [SMALL_STATE(4056)] = 122720, - [SMALL_STATE(4057)] = 122730, - [SMALL_STATE(4058)] = 122740, - [SMALL_STATE(4059)] = 122750, - [SMALL_STATE(4060)] = 122760, - [SMALL_STATE(4061)] = 122770, - [SMALL_STATE(4062)] = 122780, - [SMALL_STATE(4063)] = 122788, - [SMALL_STATE(4064)] = 122798, - [SMALL_STATE(4065)] = 122808, - [SMALL_STATE(4066)] = 122818, - [SMALL_STATE(4067)] = 122826, - [SMALL_STATE(4068)] = 122836, - [SMALL_STATE(4069)] = 122846, - [SMALL_STATE(4070)] = 122856, - [SMALL_STATE(4071)] = 122864, - [SMALL_STATE(4072)] = 122874, - [SMALL_STATE(4073)] = 122882, - [SMALL_STATE(4074)] = 122892, - [SMALL_STATE(4075)] = 122902, - [SMALL_STATE(4076)] = 122910, - [SMALL_STATE(4077)] = 122918, - [SMALL_STATE(4078)] = 122928, - [SMALL_STATE(4079)] = 122938, - [SMALL_STATE(4080)] = 122948, - [SMALL_STATE(4081)] = 122956, - [SMALL_STATE(4082)] = 122966, - [SMALL_STATE(4083)] = 122976, - [SMALL_STATE(4084)] = 122986, - [SMALL_STATE(4085)] = 122996, - [SMALL_STATE(4086)] = 123006, - [SMALL_STATE(4087)] = 123016, - [SMALL_STATE(4088)] = 123026, - [SMALL_STATE(4089)] = 123036, - [SMALL_STATE(4090)] = 123046, - [SMALL_STATE(4091)] = 123056, - [SMALL_STATE(4092)] = 123064, - [SMALL_STATE(4093)] = 123072, - [SMALL_STATE(4094)] = 123082, - [SMALL_STATE(4095)] = 123092, - [SMALL_STATE(4096)] = 123102, - [SMALL_STATE(4097)] = 123110, - [SMALL_STATE(4098)] = 123120, - [SMALL_STATE(4099)] = 123128, - [SMALL_STATE(4100)] = 123138, - [SMALL_STATE(4101)] = 123148, - [SMALL_STATE(4102)] = 123156, - [SMALL_STATE(4103)] = 123164, - [SMALL_STATE(4104)] = 123174, - [SMALL_STATE(4105)] = 123184, - [SMALL_STATE(4106)] = 123194, - [SMALL_STATE(4107)] = 123202, - [SMALL_STATE(4108)] = 123212, - [SMALL_STATE(4109)] = 123220, - [SMALL_STATE(4110)] = 123230, - [SMALL_STATE(4111)] = 123240, - [SMALL_STATE(4112)] = 123247, - [SMALL_STATE(4113)] = 123254, - [SMALL_STATE(4114)] = 123261, - [SMALL_STATE(4115)] = 123268, - [SMALL_STATE(4116)] = 123275, - [SMALL_STATE(4117)] = 123282, - [SMALL_STATE(4118)] = 123289, - [SMALL_STATE(4119)] = 123296, - [SMALL_STATE(4120)] = 123303, - [SMALL_STATE(4121)] = 123310, - [SMALL_STATE(4122)] = 123317, - [SMALL_STATE(4123)] = 123324, - [SMALL_STATE(4124)] = 123331, - [SMALL_STATE(4125)] = 123338, - [SMALL_STATE(4126)] = 123345, - [SMALL_STATE(4127)] = 123352, - [SMALL_STATE(4128)] = 123359, - [SMALL_STATE(4129)] = 123366, - [SMALL_STATE(4130)] = 123373, - [SMALL_STATE(4131)] = 123380, - [SMALL_STATE(4132)] = 123387, - [SMALL_STATE(4133)] = 123394, - [SMALL_STATE(4134)] = 123401, - [SMALL_STATE(4135)] = 123408, - [SMALL_STATE(4136)] = 123415, - [SMALL_STATE(4137)] = 123422, - [SMALL_STATE(4138)] = 123429, - [SMALL_STATE(4139)] = 123436, - [SMALL_STATE(4140)] = 123443, - [SMALL_STATE(4141)] = 123450, - [SMALL_STATE(4142)] = 123457, - [SMALL_STATE(4143)] = 123464, - [SMALL_STATE(4144)] = 123471, - [SMALL_STATE(4145)] = 123478, - [SMALL_STATE(4146)] = 123485, - [SMALL_STATE(4147)] = 123492, - [SMALL_STATE(4148)] = 123499, - [SMALL_STATE(4149)] = 123506, - [SMALL_STATE(4150)] = 123513, - [SMALL_STATE(4151)] = 123520, - [SMALL_STATE(4152)] = 123527, - [SMALL_STATE(4153)] = 123534, - [SMALL_STATE(4154)] = 123541, - [SMALL_STATE(4155)] = 123548, - [SMALL_STATE(4156)] = 123555, - [SMALL_STATE(4157)] = 123562, - [SMALL_STATE(4158)] = 123569, - [SMALL_STATE(4159)] = 123576, - [SMALL_STATE(4160)] = 123583, - [SMALL_STATE(4161)] = 123590, - [SMALL_STATE(4162)] = 123597, - [SMALL_STATE(4163)] = 123604, - [SMALL_STATE(4164)] = 123611, - [SMALL_STATE(4165)] = 123618, - [SMALL_STATE(4166)] = 123625, - [SMALL_STATE(4167)] = 123632, - [SMALL_STATE(4168)] = 123639, - [SMALL_STATE(4169)] = 123646, - [SMALL_STATE(4170)] = 123653, - [SMALL_STATE(4171)] = 123660, - [SMALL_STATE(4172)] = 123667, - [SMALL_STATE(4173)] = 123674, - [SMALL_STATE(4174)] = 123681, - [SMALL_STATE(4175)] = 123688, - [SMALL_STATE(4176)] = 123695, - [SMALL_STATE(4177)] = 123702, - [SMALL_STATE(4178)] = 123709, - [SMALL_STATE(4179)] = 123716, - [SMALL_STATE(4180)] = 123723, - [SMALL_STATE(4181)] = 123730, - [SMALL_STATE(4182)] = 123737, - [SMALL_STATE(4183)] = 123744, - [SMALL_STATE(4184)] = 123751, - [SMALL_STATE(4185)] = 123758, - [SMALL_STATE(4186)] = 123765, - [SMALL_STATE(4187)] = 123772, - [SMALL_STATE(4188)] = 123779, - [SMALL_STATE(4189)] = 123786, - [SMALL_STATE(4190)] = 123793, - [SMALL_STATE(4191)] = 123800, - [SMALL_STATE(4192)] = 123807, - [SMALL_STATE(4193)] = 123814, - [SMALL_STATE(4194)] = 123821, - [SMALL_STATE(4195)] = 123828, - [SMALL_STATE(4196)] = 123835, - [SMALL_STATE(4197)] = 123842, - [SMALL_STATE(4198)] = 123849, - [SMALL_STATE(4199)] = 123856, - [SMALL_STATE(4200)] = 123863, - [SMALL_STATE(4201)] = 123870, - [SMALL_STATE(4202)] = 123877, - [SMALL_STATE(4203)] = 123884, - [SMALL_STATE(4204)] = 123891, - [SMALL_STATE(4205)] = 123898, - [SMALL_STATE(4206)] = 123905, - [SMALL_STATE(4207)] = 123912, - [SMALL_STATE(4208)] = 123919, - [SMALL_STATE(4209)] = 123926, - [SMALL_STATE(4210)] = 123933, - [SMALL_STATE(4211)] = 123940, - [SMALL_STATE(4212)] = 123947, - [SMALL_STATE(4213)] = 123954, - [SMALL_STATE(4214)] = 123961, - [SMALL_STATE(4215)] = 123968, - [SMALL_STATE(4216)] = 123975, - [SMALL_STATE(4217)] = 123982, - [SMALL_STATE(4218)] = 123989, - [SMALL_STATE(4219)] = 123996, - [SMALL_STATE(4220)] = 124003, - [SMALL_STATE(4221)] = 124010, - [SMALL_STATE(4222)] = 124017, - [SMALL_STATE(4223)] = 124024, - [SMALL_STATE(4224)] = 124031, - [SMALL_STATE(4225)] = 124038, - [SMALL_STATE(4226)] = 124045, - [SMALL_STATE(4227)] = 124052, - [SMALL_STATE(4228)] = 124059, - [SMALL_STATE(4229)] = 124066, - [SMALL_STATE(4230)] = 124073, - [SMALL_STATE(4231)] = 124080, - [SMALL_STATE(4232)] = 124087, - [SMALL_STATE(4233)] = 124094, - [SMALL_STATE(4234)] = 124101, - [SMALL_STATE(4235)] = 124108, - [SMALL_STATE(4236)] = 124115, - [SMALL_STATE(4237)] = 124122, - [SMALL_STATE(4238)] = 124129, - [SMALL_STATE(4239)] = 124136, - [SMALL_STATE(4240)] = 124143, - [SMALL_STATE(4241)] = 124150, - [SMALL_STATE(4242)] = 124157, - [SMALL_STATE(4243)] = 124164, - [SMALL_STATE(4244)] = 124171, - [SMALL_STATE(4245)] = 124178, - [SMALL_STATE(4246)] = 124185, - [SMALL_STATE(4247)] = 124192, - [SMALL_STATE(4248)] = 124199, - [SMALL_STATE(4249)] = 124206, - [SMALL_STATE(4250)] = 124213, - [SMALL_STATE(4251)] = 124220, - [SMALL_STATE(4252)] = 124227, - [SMALL_STATE(4253)] = 124234, - [SMALL_STATE(4254)] = 124241, - [SMALL_STATE(4255)] = 124248, - [SMALL_STATE(4256)] = 124255, - [SMALL_STATE(4257)] = 124262, - [SMALL_STATE(4258)] = 124269, - [SMALL_STATE(4259)] = 124276, - [SMALL_STATE(4260)] = 124283, - [SMALL_STATE(4261)] = 124290, - [SMALL_STATE(4262)] = 124297, - [SMALL_STATE(4263)] = 124304, - [SMALL_STATE(4264)] = 124311, - [SMALL_STATE(4265)] = 124318, - [SMALL_STATE(4266)] = 124325, - [SMALL_STATE(4267)] = 124332, - [SMALL_STATE(4268)] = 124339, - [SMALL_STATE(4269)] = 124346, - [SMALL_STATE(4270)] = 124353, - [SMALL_STATE(4271)] = 124360, - [SMALL_STATE(4272)] = 124367, - [SMALL_STATE(4273)] = 124374, - [SMALL_STATE(4274)] = 124381, - [SMALL_STATE(4275)] = 124388, - [SMALL_STATE(4276)] = 124395, - [SMALL_STATE(4277)] = 124402, - [SMALL_STATE(4278)] = 124409, - [SMALL_STATE(4279)] = 124416, - [SMALL_STATE(4280)] = 124423, - [SMALL_STATE(4281)] = 124430, - [SMALL_STATE(4282)] = 124437, - [SMALL_STATE(4283)] = 124444, - [SMALL_STATE(4284)] = 124451, - [SMALL_STATE(4285)] = 124458, - [SMALL_STATE(4286)] = 124465, - [SMALL_STATE(4287)] = 124472, - [SMALL_STATE(4288)] = 124479, - [SMALL_STATE(4289)] = 124486, - [SMALL_STATE(4290)] = 124493, - [SMALL_STATE(4291)] = 124500, - [SMALL_STATE(4292)] = 124507, - [SMALL_STATE(4293)] = 124514, - [SMALL_STATE(4294)] = 124521, - [SMALL_STATE(4295)] = 124528, - [SMALL_STATE(4296)] = 124535, - [SMALL_STATE(4297)] = 124542, - [SMALL_STATE(4298)] = 124549, - [SMALL_STATE(4299)] = 124556, - [SMALL_STATE(4300)] = 124563, - [SMALL_STATE(4301)] = 124570, - [SMALL_STATE(4302)] = 124577, - [SMALL_STATE(4303)] = 124584, - [SMALL_STATE(4304)] = 124591, - [SMALL_STATE(4305)] = 124598, - [SMALL_STATE(4306)] = 124605, - [SMALL_STATE(4307)] = 124612, - [SMALL_STATE(4308)] = 124619, - [SMALL_STATE(4309)] = 124626, - [SMALL_STATE(4310)] = 124633, - [SMALL_STATE(4311)] = 124640, - [SMALL_STATE(4312)] = 124647, - [SMALL_STATE(4313)] = 124654, - [SMALL_STATE(4314)] = 124661, - [SMALL_STATE(4315)] = 124668, - [SMALL_STATE(4316)] = 124675, - [SMALL_STATE(4317)] = 124682, - [SMALL_STATE(4318)] = 124689, - [SMALL_STATE(4319)] = 124696, - [SMALL_STATE(4320)] = 124703, - [SMALL_STATE(4321)] = 124710, - [SMALL_STATE(4322)] = 124717, - [SMALL_STATE(4323)] = 124724, - [SMALL_STATE(4324)] = 124731, - [SMALL_STATE(4325)] = 124738, - [SMALL_STATE(4326)] = 124745, - [SMALL_STATE(4327)] = 124752, - [SMALL_STATE(4328)] = 124759, - [SMALL_STATE(4329)] = 124766, - [SMALL_STATE(4330)] = 124773, - [SMALL_STATE(4331)] = 124780, - [SMALL_STATE(4332)] = 124787, - [SMALL_STATE(4333)] = 124794, - [SMALL_STATE(4334)] = 124801, - [SMALL_STATE(4335)] = 124808, - [SMALL_STATE(4336)] = 124815, - [SMALL_STATE(4337)] = 124822, - [SMALL_STATE(4338)] = 124829, - [SMALL_STATE(4339)] = 124836, - [SMALL_STATE(4340)] = 124843, - [SMALL_STATE(4341)] = 124850, - [SMALL_STATE(4342)] = 124857, - [SMALL_STATE(4343)] = 124864, - [SMALL_STATE(4344)] = 124871, - [SMALL_STATE(4345)] = 124878, - [SMALL_STATE(4346)] = 124885, - [SMALL_STATE(4347)] = 124892, - [SMALL_STATE(4348)] = 124899, - [SMALL_STATE(4349)] = 124906, - [SMALL_STATE(4350)] = 124913, - [SMALL_STATE(4351)] = 124920, - [SMALL_STATE(4352)] = 124927, - [SMALL_STATE(4353)] = 124934, - [SMALL_STATE(4354)] = 124941, - [SMALL_STATE(4355)] = 124948, - [SMALL_STATE(4356)] = 124955, - [SMALL_STATE(4357)] = 124962, - [SMALL_STATE(4358)] = 124969, - [SMALL_STATE(4359)] = 124976, - [SMALL_STATE(4360)] = 124983, - [SMALL_STATE(4361)] = 124990, - [SMALL_STATE(4362)] = 124997, - [SMALL_STATE(4363)] = 125004, - [SMALL_STATE(4364)] = 125011, - [SMALL_STATE(4365)] = 125018, - [SMALL_STATE(4366)] = 125025, - [SMALL_STATE(4367)] = 125032, - [SMALL_STATE(4368)] = 125039, - [SMALL_STATE(4369)] = 125046, - [SMALL_STATE(4370)] = 125053, - [SMALL_STATE(4371)] = 125060, - [SMALL_STATE(4372)] = 125067, - [SMALL_STATE(4373)] = 125074, - [SMALL_STATE(4374)] = 125081, - [SMALL_STATE(4375)] = 125088, - [SMALL_STATE(4376)] = 125095, - [SMALL_STATE(4377)] = 125102, - [SMALL_STATE(4378)] = 125109, - [SMALL_STATE(4379)] = 125116, - [SMALL_STATE(4380)] = 125123, - [SMALL_STATE(4381)] = 125130, - [SMALL_STATE(4382)] = 125137, - [SMALL_STATE(4383)] = 125144, - [SMALL_STATE(4384)] = 125151, - [SMALL_STATE(4385)] = 125158, - [SMALL_STATE(4386)] = 125165, - [SMALL_STATE(4387)] = 125172, - [SMALL_STATE(4388)] = 125179, - [SMALL_STATE(4389)] = 125186, - [SMALL_STATE(4390)] = 125193, - [SMALL_STATE(4391)] = 125200, - [SMALL_STATE(4392)] = 125207, - [SMALL_STATE(4393)] = 125214, - [SMALL_STATE(4394)] = 125221, - [SMALL_STATE(4395)] = 125228, - [SMALL_STATE(4396)] = 125235, - [SMALL_STATE(4397)] = 125242, - [SMALL_STATE(4398)] = 125249, - [SMALL_STATE(4399)] = 125256, - [SMALL_STATE(4400)] = 125263, - [SMALL_STATE(4401)] = 125270, - [SMALL_STATE(4402)] = 125277, - [SMALL_STATE(4403)] = 125284, - [SMALL_STATE(4404)] = 125291, - [SMALL_STATE(4405)] = 125298, - [SMALL_STATE(4406)] = 125305, - [SMALL_STATE(4407)] = 125312, - [SMALL_STATE(4408)] = 125319, - [SMALL_STATE(4409)] = 125326, - [SMALL_STATE(4410)] = 125333, - [SMALL_STATE(4411)] = 125340, - [SMALL_STATE(4412)] = 125347, - [SMALL_STATE(4413)] = 125354, - [SMALL_STATE(4414)] = 125361, - [SMALL_STATE(4415)] = 125368, - [SMALL_STATE(4416)] = 125375, - [SMALL_STATE(4417)] = 125382, - [SMALL_STATE(4418)] = 125389, - [SMALL_STATE(4419)] = 125396, - [SMALL_STATE(4420)] = 125403, - [SMALL_STATE(4421)] = 125410, - [SMALL_STATE(4422)] = 125417, - [SMALL_STATE(4423)] = 125424, - [SMALL_STATE(4424)] = 125431, - [SMALL_STATE(4425)] = 125438, - [SMALL_STATE(4426)] = 125445, - [SMALL_STATE(4427)] = 125452, - [SMALL_STATE(4428)] = 125459, - [SMALL_STATE(4429)] = 125466, - [SMALL_STATE(4430)] = 125473, - [SMALL_STATE(4431)] = 125480, - [SMALL_STATE(4432)] = 125487, - [SMALL_STATE(4433)] = 125494, - [SMALL_STATE(4434)] = 125501, - [SMALL_STATE(4435)] = 125508, - [SMALL_STATE(4436)] = 125515, - [SMALL_STATE(4437)] = 125522, - [SMALL_STATE(4438)] = 125529, - [SMALL_STATE(4439)] = 125536, - [SMALL_STATE(4440)] = 125543, - [SMALL_STATE(4441)] = 125550, - [SMALL_STATE(4442)] = 125557, - [SMALL_STATE(4443)] = 125564, - [SMALL_STATE(4444)] = 125571, - [SMALL_STATE(4445)] = 125578, - [SMALL_STATE(4446)] = 125585, - [SMALL_STATE(4447)] = 125592, - [SMALL_STATE(4448)] = 125599, - [SMALL_STATE(4449)] = 125606, - [SMALL_STATE(4450)] = 125613, - [SMALL_STATE(4451)] = 125620, - [SMALL_STATE(4452)] = 125627, - [SMALL_STATE(4453)] = 125634, - [SMALL_STATE(4454)] = 125641, - [SMALL_STATE(4455)] = 125648, - [SMALL_STATE(4456)] = 125655, - [SMALL_STATE(4457)] = 125662, - [SMALL_STATE(4458)] = 125669, - [SMALL_STATE(4459)] = 125676, - [SMALL_STATE(4460)] = 125683, - [SMALL_STATE(4461)] = 125690, - [SMALL_STATE(4462)] = 125697, - [SMALL_STATE(4463)] = 125704, - [SMALL_STATE(4464)] = 125711, - [SMALL_STATE(4465)] = 125718, - [SMALL_STATE(4466)] = 125725, - [SMALL_STATE(4467)] = 125732, - [SMALL_STATE(4468)] = 125739, - [SMALL_STATE(4469)] = 125746, - [SMALL_STATE(4470)] = 125753, - [SMALL_STATE(4471)] = 125760, - [SMALL_STATE(4472)] = 125767, - [SMALL_STATE(4473)] = 125774, - [SMALL_STATE(4474)] = 125781, - [SMALL_STATE(4475)] = 125788, - [SMALL_STATE(4476)] = 125795, - [SMALL_STATE(4477)] = 125802, - [SMALL_STATE(4478)] = 125809, - [SMALL_STATE(4479)] = 125816, - [SMALL_STATE(4480)] = 125823, - [SMALL_STATE(4481)] = 125830, - [SMALL_STATE(4482)] = 125837, - [SMALL_STATE(4483)] = 125844, - [SMALL_STATE(4484)] = 125851, + [SMALL_STATE(990)] = 0, + [SMALL_STATE(991)] = 89, + [SMALL_STATE(992)] = 178, + [SMALL_STATE(993)] = 271, + [SMALL_STATE(994)] = 362, + [SMALL_STATE(995)] = 453, + [SMALL_STATE(996)] = 542, + [SMALL_STATE(997)] = 633, + [SMALL_STATE(998)] = 724, + [SMALL_STATE(999)] = 813, + [SMALL_STATE(1000)] = 906, + [SMALL_STATE(1001)] = 998, + [SMALL_STATE(1002)] = 1086, + [SMALL_STATE(1003)] = 1174, + [SMALL_STATE(1004)] = 1266, + [SMALL_STATE(1005)] = 1358, + [SMALL_STATE(1006)] = 1446, + [SMALL_STATE(1007)] = 1534, + [SMALL_STATE(1008)] = 1628, + [SMALL_STATE(1009)] = 1697, + [SMALL_STATE(1010)] = 1766, + [SMALL_STATE(1011)] = 1853, + [SMALL_STATE(1012)] = 1942, + [SMALL_STATE(1013)] = 2031, + [SMALL_STATE(1014)] = 2122, + [SMALL_STATE(1015)] = 2255, + [SMALL_STATE(1016)] = 2324, + [SMALL_STATE(1017)] = 2393, + [SMALL_STATE(1018)] = 2484, + [SMALL_STATE(1019)] = 2573, + [SMALL_STATE(1020)] = 2642, + [SMALL_STATE(1021)] = 2775, + [SMALL_STATE(1022)] = 2864, + [SMALL_STATE(1023)] = 2933, + [SMALL_STATE(1024)] = 3022, + [SMALL_STATE(1025)] = 3109, + [SMALL_STATE(1026)] = 3196, + [SMALL_STATE(1027)] = 3287, + [SMALL_STATE(1028)] = 3374, + [SMALL_STATE(1029)] = 3463, + [SMALL_STATE(1030)] = 3552, + [SMALL_STATE(1031)] = 3621, + [SMALL_STATE(1032)] = 3708, + [SMALL_STATE(1033)] = 3797, + [SMALL_STATE(1034)] = 3887, + [SMALL_STATE(1035)] = 3977, + [SMALL_STATE(1036)] = 4067, + [SMALL_STATE(1037)] = 4155, + [SMALL_STATE(1038)] = 4223, + [SMALL_STATE(1039)] = 4295, + [SMALL_STATE(1040)] = 4385, + [SMALL_STATE(1041)] = 4471, + [SMALL_STATE(1042)] = 4539, + [SMALL_STATE(1043)] = 4625, + [SMALL_STATE(1044)] = 4719, + [SMALL_STATE(1045)] = 4809, + [SMALL_STATE(1046)] = 4897, + [SMALL_STATE(1047)] = 4983, + [SMALL_STATE(1048)] = 5060, + [SMALL_STATE(1049)] = 5145, + [SMALL_STATE(1050)] = 5234, + [SMALL_STATE(1051)] = 5311, + [SMALL_STATE(1052)] = 5390, + [SMALL_STATE(1053)] = 5467, + [SMALL_STATE(1054)] = 5558, + [SMALL_STATE(1055)] = 5635, + [SMALL_STATE(1056)] = 5720, + [SMALL_STATE(1057)] = 5805, + [SMALL_STATE(1058)] = 5890, + [SMALL_STATE(1059)] = 5981, + [SMALL_STATE(1060)] = 6070, + [SMALL_STATE(1061)] = 6159, + [SMALL_STATE(1062)] = 6236, + [SMALL_STATE(1063)] = 6313, + [SMALL_STATE(1064)] = 6392, + [SMALL_STATE(1065)] = 6474, + [SMALL_STATE(1066)] = 6548, + [SMALL_STATE(1067)] = 6624, + [SMALL_STATE(1068)] = 6702, + [SMALL_STATE(1069)] = 6774, + [SMALL_STATE(1070)] = 6848, + [SMALL_STATE(1071)] = 6936, + [SMALL_STATE(1072)] = 7014, + [SMALL_STATE(1073)] = 7088, + [SMALL_STATE(1074)] = 7160, + [SMALL_STATE(1075)] = 7236, + [SMALL_STATE(1076)] = 7320, + [SMALL_STATE(1077)] = 7404, + [SMALL_STATE(1078)] = 7476, + [SMALL_STATE(1079)] = 7554, + [SMALL_STATE(1080)] = 7642, + [SMALL_STATE(1081)] = 7714, + [SMALL_STATE(1082)] = 7802, + [SMALL_STATE(1083)] = 7888, + [SMALL_STATE(1084)] = 7970, + [SMALL_STATE(1085)] = 8043, + [SMALL_STATE(1086)] = 8108, + [SMALL_STATE(1087)] = 8179, + [SMALL_STATE(1088)] = 8244, + [SMALL_STATE(1089)] = 8315, + [SMALL_STATE(1090)] = 8380, + [SMALL_STATE(1091)] = 8461, + [SMALL_STATE(1092)] = 8526, + [SMALL_STATE(1093)] = 8595, + [SMALL_STATE(1094)] = 8678, + [SMALL_STATE(1095)] = 8751, + [SMALL_STATE(1096)] = 8822, + [SMALL_STATE(1097)] = 8893, + [SMALL_STATE(1098)] = 8968, + [SMALL_STATE(1099)] = 9033, + [SMALL_STATE(1100)] = 9106, + [SMALL_STATE(1101)] = 9183, + [SMALL_STATE(1102)] = 9258, + [SMALL_STATE(1103)] = 9345, + [SMALL_STATE(1104)] = 9428, + [SMALL_STATE(1105)] = 9497, + [SMALL_STATE(1106)] = 9574, + [SMALL_STATE(1107)] = 9645, + [SMALL_STATE(1108)] = 9710, + [SMALL_STATE(1109)] = 9781, + [SMALL_STATE(1110)] = 9854, + [SMALL_STATE(1111)] = 9925, + [SMALL_STATE(1112)] = 10004, + [SMALL_STATE(1113)] = 10079, + [SMALL_STATE(1114)] = 10150, + [SMALL_STATE(1115)] = 10215, + [SMALL_STATE(1116)] = 10280, + [SMALL_STATE(1117)] = 10345, + [SMALL_STATE(1118)] = 10432, + [SMALL_STATE(1119)] = 10511, + [SMALL_STATE(1120)] = 10581, + [SMALL_STATE(1121)] = 10649, + [SMALL_STATE(1122)] = 10719, + [SMALL_STATE(1123)] = 10791, + [SMALL_STATE(1124)] = 10863, + [SMALL_STATE(1125)] = 10941, + [SMALL_STATE(1126)] = 11011, + [SMALL_STATE(1127)] = 11081, + [SMALL_STATE(1128)] = 11153, + [SMALL_STATE(1129)] = 11223, + [SMALL_STATE(1130)] = 11299, + [SMALL_STATE(1131)] = 11369, + [SMALL_STATE(1132)] = 11445, + [SMALL_STATE(1133)] = 11515, + [SMALL_STATE(1134)] = 11583, + [SMALL_STATE(1135)] = 11653, + [SMALL_STATE(1136)] = 11735, + [SMALL_STATE(1137)] = 11811, + [SMALL_STATE(1138)] = 11881, + [SMALL_STATE(1139)] = 11951, + [SMALL_STATE(1140)] = 12023, + [SMALL_STATE(1141)] = 12095, + [SMALL_STATE(1142)] = 12166, + [SMALL_STATE(1143)] = 12239, + [SMALL_STATE(1144)] = 12312, + [SMALL_STATE(1145)] = 12385, + [SMALL_STATE(1146)] = 12448, + [SMALL_STATE(1147)] = 12517, + [SMALL_STATE(1148)] = 12584, + [SMALL_STATE(1149)] = 12659, + [SMALL_STATE(1150)] = 12728, + [SMALL_STATE(1151)] = 12799, + [SMALL_STATE(1152)] = 12870, + [SMALL_STATE(1153)] = 12943, + [SMALL_STATE(1154)] = 13012, + [SMALL_STATE(1155)] = 13081, + [SMALL_STATE(1156)] = 13148, + [SMALL_STATE(1157)] = 13216, + [SMALL_STATE(1158)] = 13284, + [SMALL_STATE(1159)] = 13346, + [SMALL_STATE(1160)] = 13408, + [SMALL_STATE(1161)] = 13476, + [SMALL_STATE(1162)] = 13546, + [SMALL_STATE(1163)] = 13608, + [SMALL_STATE(1164)] = 13676, + [SMALL_STATE(1165)] = 13742, + [SMALL_STATE(1166)] = 13812, + [SMALL_STATE(1167)] = 13884, + [SMALL_STATE(1168)] = 13956, + [SMALL_STATE(1169)] = 14023, + [SMALL_STATE(1170)] = 14090, + [SMALL_STATE(1171)] = 14159, + [SMALL_STATE(1172)] = 14226, + [SMALL_STATE(1173)] = 14291, + [SMALL_STATE(1174)] = 14407, + [SMALL_STATE(1175)] = 14523, + [SMALL_STATE(1176)] = 14639, + [SMALL_STATE(1177)] = 14755, + [SMALL_STATE(1178)] = 14871, + [SMALL_STATE(1179)] = 14987, + [SMALL_STATE(1180)] = 15070, + [SMALL_STATE(1181)] = 15182, + [SMALL_STATE(1182)] = 15294, + [SMALL_STATE(1183)] = 15406, + [SMALL_STATE(1184)] = 15518, + [SMALL_STATE(1185)] = 15630, + [SMALL_STATE(1186)] = 15742, + [SMALL_STATE(1187)] = 15854, + [SMALL_STATE(1188)] = 15966, + [SMALL_STATE(1189)] = 16078, + [SMALL_STATE(1190)] = 16190, + [SMALL_STATE(1191)] = 16302, + [SMALL_STATE(1192)] = 16422, + [SMALL_STATE(1193)] = 16542, + [SMALL_STATE(1194)] = 16654, + [SMALL_STATE(1195)] = 16774, + [SMALL_STATE(1196)] = 16886, + [SMALL_STATE(1197)] = 16998, + [SMALL_STATE(1198)] = 17110, + [SMALL_STATE(1199)] = 17230, + [SMALL_STATE(1200)] = 17350, + [SMALL_STATE(1201)] = 17462, + [SMALL_STATE(1202)] = 17574, + [SMALL_STATE(1203)] = 17686, + [SMALL_STATE(1204)] = 17794, + [SMALL_STATE(1205)] = 17850, + [SMALL_STATE(1206)] = 17958, + [SMALL_STATE(1207)] = 18066, + [SMALL_STATE(1208)] = 18174, + [SMALL_STATE(1209)] = 18282, + [SMALL_STATE(1210)] = 18338, + [SMALL_STATE(1211)] = 18446, + [SMALL_STATE(1212)] = 18558, + [SMALL_STATE(1213)] = 18666, + [SMALL_STATE(1214)] = 18776, + [SMALL_STATE(1215)] = 18839, + [SMALL_STATE(1216)] = 18904, + [SMALL_STATE(1217)] = 18969, + [SMALL_STATE(1218)] = 19034, + [SMALL_STATE(1219)] = 19105, + [SMALL_STATE(1220)] = 19203, + [SMALL_STATE(1221)] = 19301, + [SMALL_STATE(1222)] = 19399, + [SMALL_STATE(1223)] = 19455, + [SMALL_STATE(1224)] = 19513, + [SMALL_STATE(1225)] = 19573, + [SMALL_STATE(1226)] = 19633, + [SMALL_STATE(1227)] = 19691, + [SMALL_STATE(1228)] = 19753, + [SMALL_STATE(1229)] = 19809, + [SMALL_STATE(1230)] = 19907, + [SMALL_STATE(1231)] = 19963, + [SMALL_STATE(1232)] = 20023, + [SMALL_STATE(1233)] = 20077, + [SMALL_STATE(1234)] = 20131, + [SMALL_STATE(1235)] = 20189, + [SMALL_STATE(1236)] = 20249, + [SMALL_STATE(1237)] = 20303, + [SMALL_STATE(1238)] = 20401, + [SMALL_STATE(1239)] = 20455, + [SMALL_STATE(1240)] = 20553, + [SMALL_STATE(1241)] = 20651, + [SMALL_STATE(1242)] = 20704, + [SMALL_STATE(1243)] = 20757, + [SMALL_STATE(1244)] = 20810, + [SMALL_STATE(1245)] = 20863, + [SMALL_STATE(1246)] = 20916, + [SMALL_STATE(1247)] = 21029, + [SMALL_STATE(1248)] = 21082, + [SMALL_STATE(1249)] = 21139, + [SMALL_STATE(1250)] = 21200, + [SMALL_STATE(1251)] = 21261, + [SMALL_STATE(1252)] = 21316, + [SMALL_STATE(1253)] = 21369, + [SMALL_STATE(1254)] = 21428, + [SMALL_STATE(1255)] = 21511, + [SMALL_STATE(1256)] = 21592, + [SMALL_STATE(1257)] = 21691, + [SMALL_STATE(1258)] = 21788, + [SMALL_STATE(1259)] = 21847, + [SMALL_STATE(1260)] = 21942, + [SMALL_STATE(1261)] = 22025, + [SMALL_STATE(1262)] = 22128, + [SMALL_STATE(1263)] = 22229, + [SMALL_STATE(1264)] = 22316, + [SMALL_STATE(1265)] = 22369, + [SMALL_STATE(1266)] = 22484, + [SMALL_STATE(1267)] = 22543, + [SMALL_STATE(1268)] = 22600, + [SMALL_STATE(1269)] = 22677, + [SMALL_STATE(1270)] = 22790, + [SMALL_STATE(1271)] = 22903, + [SMALL_STATE(1272)] = 22958, + [SMALL_STATE(1273)] = 23011, + [SMALL_STATE(1274)] = 23124, + [SMALL_STATE(1275)] = 23177, + [SMALL_STATE(1276)] = 23232, + [SMALL_STATE(1277)] = 23285, + [SMALL_STATE(1278)] = 23342, + [SMALL_STATE(1279)] = 23395, + [SMALL_STATE(1280)] = 23508, + [SMALL_STATE(1281)] = 23561, + [SMALL_STATE(1282)] = 23614, + [SMALL_STATE(1283)] = 23727, + [SMALL_STATE(1284)] = 23780, + [SMALL_STATE(1285)] = 23835, + [SMALL_STATE(1286)] = 23888, + [SMALL_STATE(1287)] = 23941, + [SMALL_STATE(1288)] = 24032, + [SMALL_STATE(1289)] = 24085, + [SMALL_STATE(1290)] = 24198, + [SMALL_STATE(1291)] = 24303, + [SMALL_STATE(1292)] = 24358, + [SMALL_STATE(1293)] = 24417, + [SMALL_STATE(1294)] = 24470, + [SMALL_STATE(1295)] = 24523, + [SMALL_STATE(1296)] = 24582, + [SMALL_STATE(1297)] = 24641, + [SMALL_STATE(1298)] = 24694, + [SMALL_STATE(1299)] = 24753, + [SMALL_STATE(1300)] = 24812, + [SMALL_STATE(1301)] = 24865, + [SMALL_STATE(1302)] = 24920, + [SMALL_STATE(1303)] = 25033, + [SMALL_STATE(1304)] = 25146, + [SMALL_STATE(1305)] = 25201, + [SMALL_STATE(1306)] = 25254, + [SMALL_STATE(1307)] = 25315, + [SMALL_STATE(1308)] = 25368, + [SMALL_STATE(1309)] = 25421, + [SMALL_STATE(1310)] = 25474, + [SMALL_STATE(1311)] = 25527, + [SMALL_STATE(1312)] = 25580, + [SMALL_STATE(1313)] = 25633, + [SMALL_STATE(1314)] = 25686, + [SMALL_STATE(1315)] = 25739, + [SMALL_STATE(1316)] = 25794, + [SMALL_STATE(1317)] = 25847, + [SMALL_STATE(1318)] = 25900, + [SMALL_STATE(1319)] = 25955, + [SMALL_STATE(1320)] = 26010, + [SMALL_STATE(1321)] = 26123, + [SMALL_STATE(1322)] = 26176, + [SMALL_STATE(1323)] = 26289, + [SMALL_STATE(1324)] = 26348, + [SMALL_STATE(1325)] = 26401, + [SMALL_STATE(1326)] = 26456, + [SMALL_STATE(1327)] = 26509, + [SMALL_STATE(1328)] = 26562, + [SMALL_STATE(1329)] = 26615, + [SMALL_STATE(1330)] = 26668, + [SMALL_STATE(1331)] = 26721, + [SMALL_STATE(1332)] = 26774, + [SMALL_STATE(1333)] = 26827, + [SMALL_STATE(1334)] = 26880, + [SMALL_STATE(1335)] = 26933, + [SMALL_STATE(1336)] = 26986, + [SMALL_STATE(1337)] = 27039, + [SMALL_STATE(1338)] = 27092, + [SMALL_STATE(1339)] = 27145, + [SMALL_STATE(1340)] = 27198, + [SMALL_STATE(1341)] = 27251, + [SMALL_STATE(1342)] = 27304, + [SMALL_STATE(1343)] = 27357, + [SMALL_STATE(1344)] = 27410, + [SMALL_STATE(1345)] = 27469, + [SMALL_STATE(1346)] = 27522, + [SMALL_STATE(1347)] = 27575, + [SMALL_STATE(1348)] = 27650, + [SMALL_STATE(1349)] = 27709, + [SMALL_STATE(1350)] = 27762, + [SMALL_STATE(1351)] = 27821, + [SMALL_STATE(1352)] = 27874, + [SMALL_STATE(1353)] = 27927, + [SMALL_STATE(1354)] = 27980, + [SMALL_STATE(1355)] = 28033, + [SMALL_STATE(1356)] = 28086, + [SMALL_STATE(1357)] = 28139, + [SMALL_STATE(1358)] = 28192, + [SMALL_STATE(1359)] = 28245, + [SMALL_STATE(1360)] = 28298, + [SMALL_STATE(1361)] = 28351, + [SMALL_STATE(1362)] = 28422, + [SMALL_STATE(1363)] = 28475, + [SMALL_STATE(1364)] = 28528, + [SMALL_STATE(1365)] = 28581, + [SMALL_STATE(1366)] = 28634, + [SMALL_STATE(1367)] = 28687, + [SMALL_STATE(1368)] = 28740, + [SMALL_STATE(1369)] = 28793, + [SMALL_STATE(1370)] = 28846, + [SMALL_STATE(1371)] = 28899, + [SMALL_STATE(1372)] = 28952, + [SMALL_STATE(1373)] = 29065, + [SMALL_STATE(1374)] = 29146, + [SMALL_STATE(1375)] = 29199, + [SMALL_STATE(1376)] = 29252, + [SMALL_STATE(1377)] = 29305, + [SMALL_STATE(1378)] = 29358, + [SMALL_STATE(1379)] = 29470, + [SMALL_STATE(1380)] = 29550, + [SMALL_STATE(1381)] = 29602, + [SMALL_STATE(1382)] = 29658, + [SMALL_STATE(1383)] = 29770, + [SMALL_STATE(1384)] = 29822, + [SMALL_STATE(1385)] = 29874, + [SMALL_STATE(1386)] = 29926, + [SMALL_STATE(1387)] = 29980, + [SMALL_STATE(1388)] = 30098, + [SMALL_STATE(1389)] = 30150, + [SMALL_STATE(1390)] = 30202, + [SMALL_STATE(1391)] = 30262, + [SMALL_STATE(1392)] = 30374, + [SMALL_STATE(1393)] = 30486, + [SMALL_STATE(1394)] = 30538, + [SMALL_STATE(1395)] = 30590, + [SMALL_STATE(1396)] = 30642, + [SMALL_STATE(1397)] = 30694, + [SMALL_STATE(1398)] = 30808, + [SMALL_STATE(1399)] = 30920, + [SMALL_STATE(1400)] = 31032, + [SMALL_STATE(1401)] = 31144, + [SMALL_STATE(1402)] = 31206, + [SMALL_STATE(1403)] = 31282, + [SMALL_STATE(1404)] = 31362, + [SMALL_STATE(1405)] = 31424, + [SMALL_STATE(1406)] = 31486, + [SMALL_STATE(1407)] = 31598, + [SMALL_STATE(1408)] = 31710, + [SMALL_STATE(1409)] = 31762, + [SMALL_STATE(1410)] = 31814, + [SMALL_STATE(1411)] = 31900, + [SMALL_STATE(1412)] = 31952, + [SMALL_STATE(1413)] = 32004, + [SMALL_STATE(1414)] = 32056, + [SMALL_STATE(1415)] = 32108, + [SMALL_STATE(1416)] = 32160, + [SMALL_STATE(1417)] = 32218, + [SMALL_STATE(1418)] = 32318, + [SMALL_STATE(1419)] = 32420, + [SMALL_STATE(1420)] = 32502, + [SMALL_STATE(1421)] = 32614, + [SMALL_STATE(1422)] = 32666, + [SMALL_STATE(1423)] = 32718, + [SMALL_STATE(1424)] = 32770, + [SMALL_STATE(1425)] = 32850, + [SMALL_STATE(1426)] = 32944, + [SMALL_STATE(1427)] = 33056, + [SMALL_STATE(1428)] = 33174, + [SMALL_STATE(1429)] = 33286, + [SMALL_STATE(1430)] = 33382, + [SMALL_STATE(1431)] = 33494, + [SMALL_STATE(1432)] = 33568, + [SMALL_STATE(1433)] = 33648, + [SMALL_STATE(1434)] = 33766, + [SMALL_STATE(1435)] = 33848, + [SMALL_STATE(1436)] = 33900, + [SMALL_STATE(1437)] = 33952, + [SMALL_STATE(1438)] = 34004, + [SMALL_STATE(1439)] = 34056, + [SMALL_STATE(1440)] = 34146, + [SMALL_STATE(1441)] = 34198, + [SMALL_STATE(1442)] = 34250, + [SMALL_STATE(1443)] = 34302, + [SMALL_STATE(1444)] = 34354, + [SMALL_STATE(1445)] = 34406, + [SMALL_STATE(1446)] = 34458, + [SMALL_STATE(1447)] = 34510, + [SMALL_STATE(1448)] = 34562, + [SMALL_STATE(1449)] = 34614, + [SMALL_STATE(1450)] = 34682, + [SMALL_STATE(1451)] = 34738, + [SMALL_STATE(1452)] = 34842, + [SMALL_STATE(1453)] = 34894, + [SMALL_STATE(1454)] = 34946, + [SMALL_STATE(1455)] = 34998, + [SMALL_STATE(1456)] = 35050, + [SMALL_STATE(1457)] = 35102, + [SMALL_STATE(1458)] = 35176, + [SMALL_STATE(1459)] = 35228, + [SMALL_STATE(1460)] = 35340, + [SMALL_STATE(1461)] = 35392, + [SMALL_STATE(1462)] = 35506, + [SMALL_STATE(1463)] = 35558, + [SMALL_STATE(1464)] = 35610, + [SMALL_STATE(1465)] = 35662, + [SMALL_STATE(1466)] = 35732, + [SMALL_STATE(1467)] = 35784, + [SMALL_STATE(1468)] = 35836, + [SMALL_STATE(1469)] = 35888, + [SMALL_STATE(1470)] = 35958, + [SMALL_STATE(1471)] = 36010, + [SMALL_STATE(1472)] = 36064, + [SMALL_STATE(1473)] = 36176, + [SMALL_STATE(1474)] = 36258, + [SMALL_STATE(1475)] = 36310, + [SMALL_STATE(1476)] = 36366, + [SMALL_STATE(1477)] = 36418, + [SMALL_STATE(1478)] = 36470, + [SMALL_STATE(1479)] = 36522, + [SMALL_STATE(1480)] = 36580, + [SMALL_STATE(1481)] = 36638, + [SMALL_STATE(1482)] = 36690, + [SMALL_STATE(1483)] = 36742, + [SMALL_STATE(1484)] = 36854, + [SMALL_STATE(1485)] = 36966, + [SMALL_STATE(1486)] = 37018, + [SMALL_STATE(1487)] = 37108, + [SMALL_STATE(1488)] = 37226, + [SMALL_STATE(1489)] = 37278, + [SMALL_STATE(1490)] = 37390, + [SMALL_STATE(1491)] = 37442, + [SMALL_STATE(1492)] = 37494, + [SMALL_STATE(1493)] = 37546, + [SMALL_STATE(1494)] = 37658, + [SMALL_STATE(1495)] = 37770, + [SMALL_STATE(1496)] = 37822, + [SMALL_STATE(1497)] = 37898, + [SMALL_STATE(1498)] = 37950, + [SMALL_STATE(1499)] = 38002, + [SMALL_STATE(1500)] = 38054, + [SMALL_STATE(1501)] = 38106, + [SMALL_STATE(1502)] = 38192, + [SMALL_STATE(1503)] = 38244, + [SMALL_STATE(1504)] = 38344, + [SMALL_STATE(1505)] = 38396, + [SMALL_STATE(1506)] = 38498, + [SMALL_STATE(1507)] = 38550, + [SMALL_STATE(1508)] = 38602, + [SMALL_STATE(1509)] = 38654, + [SMALL_STATE(1510)] = 38706, + [SMALL_STATE(1511)] = 38804, + [SMALL_STATE(1512)] = 38920, + [SMALL_STATE(1513)] = 39014, + [SMALL_STATE(1514)] = 39110, + [SMALL_STATE(1515)] = 39208, + [SMALL_STATE(1516)] = 39260, + [SMALL_STATE(1517)] = 39312, + [SMALL_STATE(1518)] = 39394, + [SMALL_STATE(1519)] = 39510, + [SMALL_STATE(1520)] = 39562, + [SMALL_STATE(1521)] = 39614, + [SMALL_STATE(1522)] = 39730, + [SMALL_STATE(1523)] = 39782, + [SMALL_STATE(1524)] = 39836, + [SMALL_STATE(1525)] = 39888, + [SMALL_STATE(1526)] = 39942, + [SMALL_STATE(1527)] = 39994, + [SMALL_STATE(1528)] = 40046, + [SMALL_STATE(1529)] = 40100, + [SMALL_STATE(1530)] = 40152, + [SMALL_STATE(1531)] = 40268, + [SMALL_STATE(1532)] = 40320, + [SMALL_STATE(1533)] = 40432, + [SMALL_STATE(1534)] = 40484, + [SMALL_STATE(1535)] = 40596, + [SMALL_STATE(1536)] = 40648, + [SMALL_STATE(1537)] = 40738, + [SMALL_STATE(1538)] = 40842, + [SMALL_STATE(1539)] = 40954, + [SMALL_STATE(1540)] = 41006, + [SMALL_STATE(1541)] = 41118, + [SMALL_STATE(1542)] = 41170, + [SMALL_STATE(1543)] = 41282, + [SMALL_STATE(1544)] = 41363, + [SMALL_STATE(1545)] = 41420, + [SMALL_STATE(1546)] = 41481, + [SMALL_STATE(1547)] = 41576, + [SMALL_STATE(1548)] = 41631, + [SMALL_STATE(1549)] = 41742, + [SMALL_STATE(1550)] = 41799, + [SMALL_STATE(1551)] = 41850, + [SMALL_STATE(1552)] = 41909, + [SMALL_STATE(1553)] = 42020, + [SMALL_STATE(1554)] = 42077, + [SMALL_STATE(1555)] = 42192, + [SMALL_STATE(1556)] = 42287, + [SMALL_STATE(1557)] = 42400, + [SMALL_STATE(1558)] = 42513, + [SMALL_STATE(1559)] = 42586, + [SMALL_STATE(1560)] = 42637, + [SMALL_STATE(1561)] = 42748, + [SMALL_STATE(1562)] = 42859, + [SMALL_STATE(1563)] = 42918, + [SMALL_STATE(1564)] = 43033, + [SMALL_STATE(1565)] = 43144, + [SMALL_STATE(1566)] = 43255, + [SMALL_STATE(1567)] = 43312, + [SMALL_STATE(1568)] = 43423, + [SMALL_STATE(1569)] = 43476, + [SMALL_STATE(1570)] = 43587, + [SMALL_STATE(1571)] = 43698, + [SMALL_STATE(1572)] = 43767, + [SMALL_STATE(1573)] = 43878, + [SMALL_STATE(1574)] = 43953, + [SMALL_STATE(1575)] = 44048, + [SMALL_STATE(1576)] = 44107, + [SMALL_STATE(1577)] = 44166, + [SMALL_STATE(1578)] = 44277, + [SMALL_STATE(1579)] = 44388, + [SMALL_STATE(1580)] = 44447, + [SMALL_STATE(1581)] = 44532, + [SMALL_STATE(1582)] = 44627, + [SMALL_STATE(1583)] = 44738, + [SMALL_STATE(1584)] = 44849, + [SMALL_STATE(1585)] = 44964, + [SMALL_STATE(1586)] = 45079, + [SMALL_STATE(1587)] = 45194, + [SMALL_STATE(1588)] = 45289, + [SMALL_STATE(1589)] = 45384, + [SMALL_STATE(1590)] = 45479, + [SMALL_STATE(1591)] = 45578, + [SMALL_STATE(1592)] = 45693, + [SMALL_STATE(1593)] = 45804, + [SMALL_STATE(1594)] = 45905, + [SMALL_STATE(1595)] = 46000, + [SMALL_STATE(1596)] = 46079, + [SMALL_STATE(1597)] = 46140, + [SMALL_STATE(1598)] = 46199, + [SMALL_STATE(1599)] = 46314, + [SMALL_STATE(1600)] = 46429, + [SMALL_STATE(1601)] = 46540, + [SMALL_STATE(1602)] = 46653, + [SMALL_STATE(1603)] = 46746, + [SMALL_STATE(1604)] = 46841, + [SMALL_STATE(1605)] = 46910, + [SMALL_STATE(1606)] = 47007, + [SMALL_STATE(1607)] = 47118, + [SMALL_STATE(1608)] = 47197, + [SMALL_STATE(1609)] = 47270, + [SMALL_STATE(1610)] = 47349, + [SMALL_STATE(1611)] = 47464, + [SMALL_STATE(1612)] = 47567, + [SMALL_STATE(1613)] = 47678, + [SMALL_STATE(1614)] = 47791, + [SMALL_STATE(1615)] = 47850, + [SMALL_STATE(1616)] = 47939, + [SMALL_STATE(1617)] = 48052, + [SMALL_STATE(1618)] = 48105, + [SMALL_STATE(1619)] = 48158, + [SMALL_STATE(1620)] = 48253, + [SMALL_STATE(1621)] = 48364, + [SMALL_STATE(1622)] = 48459, + [SMALL_STATE(1623)] = 48570, + [SMALL_STATE(1624)] = 48681, + [SMALL_STATE(1625)] = 48792, + [SMALL_STATE(1626)] = 48903, + [SMALL_STATE(1627)] = 49014, + [SMALL_STATE(1628)] = 49089, + [SMALL_STATE(1629)] = 49174, + [SMALL_STATE(1630)] = 49273, + [SMALL_STATE(1631)] = 49384, + [SMALL_STATE(1632)] = 49495, + [SMALL_STATE(1633)] = 49596, + [SMALL_STATE(1634)] = 49653, + [SMALL_STATE(1635)] = 49734, + [SMALL_STATE(1636)] = 49789, + [SMALL_STATE(1637)] = 49882, + [SMALL_STATE(1638)] = 49977, + [SMALL_STATE(1639)] = 50032, + [SMALL_STATE(1640)] = 50113, + [SMALL_STATE(1641)] = 50208, + [SMALL_STATE(1642)] = 50263, + [SMALL_STATE(1643)] = 50360, + [SMALL_STATE(1644)] = 50439, + [SMALL_STATE(1645)] = 50520, + [SMALL_STATE(1646)] = 50609, + [SMALL_STATE(1647)] = 50712, + [SMALL_STATE(1648)] = 50823, + [SMALL_STATE(1649)] = 50938, + [SMALL_STATE(1650)] = 51049, + [SMALL_STATE(1651)] = 51160, + [SMALL_STATE(1652)] = 51212, + [SMALL_STATE(1653)] = 51266, + [SMALL_STATE(1654)] = 51376, + [SMALL_STATE(1655)] = 51486, + [SMALL_STATE(1656)] = 51596, + [SMALL_STATE(1657)] = 51650, + [SMALL_STATE(1658)] = 51760, + [SMALL_STATE(1659)] = 51816, + [SMALL_STATE(1660)] = 51926, + [SMALL_STATE(1661)] = 51976, + [SMALL_STATE(1662)] = 52026, + [SMALL_STATE(1663)] = 52138, + [SMALL_STATE(1664)] = 52188, + [SMALL_STATE(1665)] = 52238, + [SMALL_STATE(1666)] = 52288, + [SMALL_STATE(1667)] = 52338, + [SMALL_STATE(1668)] = 52388, + [SMALL_STATE(1669)] = 52438, + [SMALL_STATE(1670)] = 52488, + [SMALL_STATE(1671)] = 52538, + [SMALL_STATE(1672)] = 52588, + [SMALL_STATE(1673)] = 52638, + [SMALL_STATE(1674)] = 52712, + [SMALL_STATE(1675)] = 52762, + [SMALL_STATE(1676)] = 52812, + [SMALL_STATE(1677)] = 52862, + [SMALL_STATE(1678)] = 52912, + [SMALL_STATE(1679)] = 52962, + [SMALL_STATE(1680)] = 53012, + [SMALL_STATE(1681)] = 53062, + [SMALL_STATE(1682)] = 53112, + [SMALL_STATE(1683)] = 53162, + [SMALL_STATE(1684)] = 53212, + [SMALL_STATE(1685)] = 53262, + [SMALL_STATE(1686)] = 53346, + [SMALL_STATE(1687)] = 53396, + [SMALL_STATE(1688)] = 53446, + [SMALL_STATE(1689)] = 53558, + [SMALL_STATE(1690)] = 53608, + [SMALL_STATE(1691)] = 53706, + [SMALL_STATE(1692)] = 53806, + [SMALL_STATE(1693)] = 53858, + [SMALL_STATE(1694)] = 53914, + [SMALL_STATE(1695)] = 53972, + [SMALL_STATE(1696)] = 54052, + [SMALL_STATE(1697)] = 54144, + [SMALL_STATE(1698)] = 54238, + [SMALL_STATE(1699)] = 54350, + [SMALL_STATE(1700)] = 54446, + [SMALL_STATE(1701)] = 54524, + [SMALL_STATE(1702)] = 54580, + [SMALL_STATE(1703)] = 54630, + [SMALL_STATE(1704)] = 54680, + [SMALL_STATE(1705)] = 54736, + [SMALL_STATE(1706)] = 54792, + [SMALL_STATE(1707)] = 54848, + [SMALL_STATE(1708)] = 54900, + [SMALL_STATE(1709)] = 54956, + [SMALL_STATE(1710)] = 55018, + [SMALL_STATE(1711)] = 55082, + [SMALL_STATE(1712)] = 55146, + [SMALL_STATE(1713)] = 55226, + [SMALL_STATE(1714)] = 55278, + [SMALL_STATE(1715)] = 55328, + [SMALL_STATE(1716)] = 55378, + [SMALL_STATE(1717)] = 55428, + [SMALL_STATE(1718)] = 55478, + [SMALL_STATE(1719)] = 55528, + [SMALL_STATE(1720)] = 55578, + [SMALL_STATE(1721)] = 55628, + [SMALL_STATE(1722)] = 55678, + [SMALL_STATE(1723)] = 55728, + [SMALL_STATE(1724)] = 55778, + [SMALL_STATE(1725)] = 55828, + [SMALL_STATE(1726)] = 55878, + [SMALL_STATE(1727)] = 55928, + [SMALL_STATE(1728)] = 55978, + [SMALL_STATE(1729)] = 56028, + [SMALL_STATE(1730)] = 56078, + [SMALL_STATE(1731)] = 56128, + [SMALL_STATE(1732)] = 56178, + [SMALL_STATE(1733)] = 56228, + [SMALL_STATE(1734)] = 56284, + [SMALL_STATE(1735)] = 56334, + [SMALL_STATE(1736)] = 56446, + [SMALL_STATE(1737)] = 56558, + [SMALL_STATE(1738)] = 56610, + [SMALL_STATE(1739)] = 56722, + [SMALL_STATE(1740)] = 56834, + [SMALL_STATE(1741)] = 56884, + [SMALL_STATE(1742)] = 56996, + [SMALL_STATE(1743)] = 57108, + [SMALL_STATE(1744)] = 57220, + [SMALL_STATE(1745)] = 57288, + [SMALL_STATE(1746)] = 57338, + [SMALL_STATE(1747)] = 57400, + [SMALL_STATE(1748)] = 57488, + [SMALL_STATE(1749)] = 57538, + [SMALL_STATE(1750)] = 57588, + [SMALL_STATE(1751)] = 57672, + [SMALL_STATE(1752)] = 57724, + [SMALL_STATE(1753)] = 57774, + [SMALL_STATE(1754)] = 57826, + [SMALL_STATE(1755)] = 57876, + [SMALL_STATE(1756)] = 57932, + [SMALL_STATE(1757)] = 57982, + [SMALL_STATE(1758)] = 58034, + [SMALL_STATE(1759)] = 58136, + [SMALL_STATE(1760)] = 58188, + [SMALL_STATE(1761)] = 58238, + [SMALL_STATE(1762)] = 58300, + [SMALL_STATE(1763)] = 58412, + [SMALL_STATE(1764)] = 58524, + [SMALL_STATE(1765)] = 58634, + [SMALL_STATE(1766)] = 58684, + [SMALL_STATE(1767)] = 58734, + [SMALL_STATE(1768)] = 58784, + [SMALL_STATE(1769)] = 58834, + [SMALL_STATE(1770)] = 58884, + [SMALL_STATE(1771)] = 58934, + [SMALL_STATE(1772)] = 59044, + [SMALL_STATE(1773)] = 59094, + [SMALL_STATE(1774)] = 59144, + [SMALL_STATE(1775)] = 59194, + [SMALL_STATE(1776)] = 59304, + [SMALL_STATE(1777)] = 59414, + [SMALL_STATE(1778)] = 59524, + [SMALL_STATE(1779)] = 59580, + [SMALL_STATE(1780)] = 59636, + [SMALL_STATE(1781)] = 59694, + [SMALL_STATE(1782)] = 59744, + [SMALL_STATE(1783)] = 59806, + [SMALL_STATE(1784)] = 59856, + [SMALL_STATE(1785)] = 59912, + [SMALL_STATE(1786)] = 60024, + [SMALL_STATE(1787)] = 60086, + [SMALL_STATE(1788)] = 60198, + [SMALL_STATE(1789)] = 60308, + [SMALL_STATE(1790)] = 60418, + [SMALL_STATE(1791)] = 60530, + [SMALL_STATE(1792)] = 60640, + [SMALL_STATE(1793)] = 60752, + [SMALL_STATE(1794)] = 60862, + [SMALL_STATE(1795)] = 60946, + [SMALL_STATE(1796)] = 61058, + [SMALL_STATE(1797)] = 61142, + [SMALL_STATE(1798)] = 61192, + [SMALL_STATE(1799)] = 61242, + [SMALL_STATE(1800)] = 61298, + [SMALL_STATE(1801)] = 61352, + [SMALL_STATE(1802)] = 61410, + [SMALL_STATE(1803)] = 61494, + [SMALL_STATE(1804)] = 61550, + [SMALL_STATE(1805)] = 61606, + [SMALL_STATE(1806)] = 61716, + [SMALL_STATE(1807)] = 61828, + [SMALL_STATE(1808)] = 61880, + [SMALL_STATE(1809)] = 61990, + [SMALL_STATE(1810)] = 62102, + [SMALL_STATE(1811)] = 62156, + [SMALL_STATE(1812)] = 62212, + [SMALL_STATE(1813)] = 62270, + [SMALL_STATE(1814)] = 62332, + [SMALL_STATE(1815)] = 62394, + [SMALL_STATE(1816)] = 62472, + [SMALL_STATE(1817)] = 62534, + [SMALL_STATE(1818)] = 62590, + [SMALL_STATE(1819)] = 62662, + [SMALL_STATE(1820)] = 62724, + [SMALL_STATE(1821)] = 62774, + [SMALL_STATE(1822)] = 62858, + [SMALL_STATE(1823)] = 62968, + [SMALL_STATE(1824)] = 63018, + [SMALL_STATE(1825)] = 63070, + [SMALL_STATE(1826)] = 63120, + [SMALL_STATE(1827)] = 63172, + [SMALL_STATE(1828)] = 63228, + [SMALL_STATE(1829)] = 63284, + [SMALL_STATE(1830)] = 63340, + [SMALL_STATE(1831)] = 63390, + [SMALL_STATE(1832)] = 63440, + [SMALL_STATE(1833)] = 63490, + [SMALL_STATE(1834)] = 63542, + [SMALL_STATE(1835)] = 63592, + [SMALL_STATE(1836)] = 63642, + [SMALL_STATE(1837)] = 63752, + [SMALL_STATE(1838)] = 63802, + [SMALL_STATE(1839)] = 63854, + [SMALL_STATE(1840)] = 63903, + [SMALL_STATE(1841)] = 63954, + [SMALL_STATE(1842)] = 64005, + [SMALL_STATE(1843)] = 64058, + [SMALL_STATE(1844)] = 64109, + [SMALL_STATE(1845)] = 64162, + [SMALL_STATE(1846)] = 64211, + [SMALL_STATE(1847)] = 64320, + [SMALL_STATE(1848)] = 64377, + [SMALL_STATE(1849)] = 64428, + [SMALL_STATE(1850)] = 64477, + [SMALL_STATE(1851)] = 64588, + [SMALL_STATE(1852)] = 64637, + [SMALL_STATE(1853)] = 64686, + [SMALL_STATE(1854)] = 64735, + [SMALL_STATE(1855)] = 64784, + [SMALL_STATE(1856)] = 64837, + [SMALL_STATE(1857)] = 64886, + [SMALL_STATE(1858)] = 64995, + [SMALL_STATE(1859)] = 65044, + [SMALL_STATE(1860)] = 65095, + [SMALL_STATE(1861)] = 65148, + [SMALL_STATE(1862)] = 65201, + [SMALL_STATE(1863)] = 65254, + [SMALL_STATE(1864)] = 65307, + [SMALL_STATE(1865)] = 65356, + [SMALL_STATE(1866)] = 65409, + [SMALL_STATE(1867)] = 65466, + [SMALL_STATE(1868)] = 65515, + [SMALL_STATE(1869)] = 65564, + [SMALL_STATE(1870)] = 65613, + [SMALL_STATE(1871)] = 65662, + [SMALL_STATE(1872)] = 65711, + [SMALL_STATE(1873)] = 65764, + [SMALL_STATE(1874)] = 65813, + [SMALL_STATE(1875)] = 65862, + [SMALL_STATE(1876)] = 65911, + [SMALL_STATE(1877)] = 65968, + [SMALL_STATE(1878)] = 66045, + [SMALL_STATE(1879)] = 66094, + [SMALL_STATE(1880)] = 66169, + [SMALL_STATE(1881)] = 66218, + [SMALL_STATE(1882)] = 66273, + [SMALL_STATE(1883)] = 66322, + [SMALL_STATE(1884)] = 66371, + [SMALL_STATE(1885)] = 66420, + [SMALL_STATE(1886)] = 66469, + [SMALL_STATE(1887)] = 66518, + [SMALL_STATE(1888)] = 66567, + [SMALL_STATE(1889)] = 66616, + [SMALL_STATE(1890)] = 66665, + [SMALL_STATE(1891)] = 66714, + [SMALL_STATE(1892)] = 66769, + [SMALL_STATE(1893)] = 66818, + [SMALL_STATE(1894)] = 66873, + [SMALL_STATE(1895)] = 66982, + [SMALL_STATE(1896)] = 67035, + [SMALL_STATE(1897)] = 67110, + [SMALL_STATE(1898)] = 67159, + [SMALL_STATE(1899)] = 67236, + [SMALL_STATE(1900)] = 67289, + [SMALL_STATE(1901)] = 67338, + [SMALL_STATE(1902)] = 67391, + [SMALL_STATE(1903)] = 67500, + [SMALL_STATE(1904)] = 67609, + [SMALL_STATE(1905)] = 67718, + [SMALL_STATE(1906)] = 67767, + [SMALL_STATE(1907)] = 67820, + [SMALL_STATE(1908)] = 67929, + [SMALL_STATE(1909)] = 67984, + [SMALL_STATE(1910)] = 68033, + [SMALL_STATE(1911)] = 68082, + [SMALL_STATE(1912)] = 68157, + [SMALL_STATE(1913)] = 68266, + [SMALL_STATE(1914)] = 68339, + [SMALL_STATE(1915)] = 68392, + [SMALL_STATE(1916)] = 68445, + [SMALL_STATE(1917)] = 68494, + [SMALL_STATE(1918)] = 68543, + [SMALL_STATE(1919)] = 68592, + [SMALL_STATE(1920)] = 68641, + [SMALL_STATE(1921)] = 68718, + [SMALL_STATE(1922)] = 68801, + [SMALL_STATE(1923)] = 68878, + [SMALL_STATE(1924)] = 68975, + [SMALL_STATE(1925)] = 69050, + [SMALL_STATE(1926)] = 69159, + [SMALL_STATE(1927)] = 69208, + [SMALL_STATE(1928)] = 69257, + [SMALL_STATE(1929)] = 69356, + [SMALL_STATE(1930)] = 69405, + [SMALL_STATE(1931)] = 69484, + [SMALL_STATE(1932)] = 69575, + [SMALL_STATE(1933)] = 69624, + [SMALL_STATE(1934)] = 69673, + [SMALL_STATE(1935)] = 69722, + [SMALL_STATE(1936)] = 69771, + [SMALL_STATE(1937)] = 69822, + [SMALL_STATE(1938)] = 69871, + [SMALL_STATE(1939)] = 69920, + [SMALL_STATE(1940)] = 69971, + [SMALL_STATE(1941)] = 70064, + [SMALL_STATE(1942)] = 70113, + [SMALL_STATE(1943)] = 70168, + [SMALL_STATE(1944)] = 70217, + [SMALL_STATE(1945)] = 70266, + [SMALL_STATE(1946)] = 70315, + [SMALL_STATE(1947)] = 70372, + [SMALL_STATE(1948)] = 70421, + [SMALL_STATE(1949)] = 70516, + [SMALL_STATE(1950)] = 70573, + [SMALL_STATE(1951)] = 70650, + [SMALL_STATE(1952)] = 70729, + [SMALL_STATE(1953)] = 70816, + [SMALL_STATE(1954)] = 70917, + [SMALL_STATE(1955)] = 71026, + [SMALL_STATE(1956)] = 71135, + [SMALL_STATE(1957)] = 71192, + [SMALL_STATE(1958)] = 71301, + [SMALL_STATE(1959)] = 71354, + [SMALL_STATE(1960)] = 71403, + [SMALL_STATE(1961)] = 71512, + [SMALL_STATE(1962)] = 71565, + [SMALL_STATE(1963)] = 71626, + [SMALL_STATE(1964)] = 71675, + [SMALL_STATE(1965)] = 71752, + [SMALL_STATE(1966)] = 71805, + [SMALL_STATE(1967)] = 71858, + [SMALL_STATE(1968)] = 71967, + [SMALL_STATE(1969)] = 72076, + [SMALL_STATE(1970)] = 72129, + [SMALL_STATE(1971)] = 72204, + [SMALL_STATE(1972)] = 72253, + [SMALL_STATE(1973)] = 72362, + [SMALL_STATE(1974)] = 72471, + [SMALL_STATE(1975)] = 72542, + [SMALL_STATE(1976)] = 72619, + [SMALL_STATE(1977)] = 72672, + [SMALL_STATE(1978)] = 72725, + [SMALL_STATE(1979)] = 72778, + [SMALL_STATE(1980)] = 72827, + [SMALL_STATE(1981)] = 72886, + [SMALL_STATE(1982)] = 72935, + [SMALL_STATE(1983)] = 73044, + [SMALL_STATE(1984)] = 73111, + [SMALL_STATE(1985)] = 73162, + [SMALL_STATE(1986)] = 73221, + [SMALL_STATE(1987)] = 73276, + [SMALL_STATE(1988)] = 73329, + [SMALL_STATE(1989)] = 73438, + [SMALL_STATE(1990)] = 73491, + [SMALL_STATE(1991)] = 73548, + [SMALL_STATE(1992)] = 73605, + [SMALL_STATE(1993)] = 73714, + [SMALL_STATE(1994)] = 73765, + [SMALL_STATE(1995)] = 73816, + [SMALL_STATE(1996)] = 73875, + [SMALL_STATE(1997)] = 73934, + [SMALL_STATE(1998)] = 73983, + [SMALL_STATE(1999)] = 74036, + [SMALL_STATE(2000)] = 74085, + [SMALL_STATE(2001)] = 74138, + [SMALL_STATE(2002)] = 74247, + [SMALL_STATE(2003)] = 74300, + [SMALL_STATE(2004)] = 74349, + [SMALL_STATE(2005)] = 74398, + [SMALL_STATE(2006)] = 74447, + [SMALL_STATE(2007)] = 74504, + [SMALL_STATE(2008)] = 74581, + [SMALL_STATE(2009)] = 74690, + [SMALL_STATE(2010)] = 74741, + [SMALL_STATE(2011)] = 74792, + [SMALL_STATE(2012)] = 74845, + [SMALL_STATE(2013)] = 74954, + [SMALL_STATE(2014)] = 75003, + [SMALL_STATE(2015)] = 75054, + [SMALL_STATE(2016)] = 75103, + [SMALL_STATE(2017)] = 75152, + [SMALL_STATE(2018)] = 75201, + [SMALL_STATE(2019)] = 75252, + [SMALL_STATE(2020)] = 75301, + [SMALL_STATE(2021)] = 75350, + [SMALL_STATE(2022)] = 75403, + [SMALL_STATE(2023)] = 75479, + [SMALL_STATE(2024)] = 75549, + [SMALL_STATE(2025)] = 75599, + [SMALL_STATE(2026)] = 75669, + [SMALL_STATE(2027)] = 75739, + [SMALL_STATE(2028)] = 75789, + [SMALL_STATE(2029)] = 75845, + [SMALL_STATE(2030)] = 75901, + [SMALL_STATE(2031)] = 75975, + [SMALL_STATE(2032)] = 76041, + [SMALL_STATE(2033)] = 76147, + [SMALL_STATE(2034)] = 76223, + [SMALL_STATE(2035)] = 76293, + [SMALL_STATE(2036)] = 76399, + [SMALL_STATE(2037)] = 76455, + [SMALL_STATE(2038)] = 76525, + [SMALL_STATE(2039)] = 76631, + [SMALL_STATE(2040)] = 76737, + [SMALL_STATE(2041)] = 76843, + [SMALL_STATE(2042)] = 76919, + [SMALL_STATE(2043)] = 77025, + [SMALL_STATE(2044)] = 77131, + [SMALL_STATE(2045)] = 77237, + [SMALL_STATE(2046)] = 77337, + [SMALL_STATE(2047)] = 77423, + [SMALL_STATE(2048)] = 77501, + [SMALL_STATE(2049)] = 77553, + [SMALL_STATE(2050)] = 77647, + [SMALL_STATE(2051)] = 77739, + [SMALL_STATE(2052)] = 77793, + [SMALL_STATE(2053)] = 77849, + [SMALL_STATE(2054)] = 77939, + [SMALL_STATE(2055)] = 78017, + [SMALL_STATE(2056)] = 78115, + [SMALL_STATE(2057)] = 78211, + [SMALL_STATE(2058)] = 78293, + [SMALL_STATE(2059)] = 78365, + [SMALL_STATE(2060)] = 78471, + [SMALL_STATE(2061)] = 78577, + [SMALL_STATE(2062)] = 78683, + [SMALL_STATE(2063)] = 78735, + [SMALL_STATE(2064)] = 78841, + [SMALL_STATE(2065)] = 78947, + [SMALL_STATE(2066)] = 78997, + [SMALL_STATE(2067)] = 79051, + [SMALL_STATE(2068)] = 79105, + [SMALL_STATE(2069)] = 79175, + [SMALL_STATE(2070)] = 79229, + [SMALL_STATE(2071)] = 79285, + [SMALL_STATE(2072)] = 79391, + [SMALL_STATE(2073)] = 79447, + [SMALL_STATE(2074)] = 79528, + [SMALL_STATE(2075)] = 79609, + [SMALL_STATE(2076)] = 79658, + [SMALL_STATE(2077)] = 79739, + [SMALL_STATE(2078)] = 79792, + [SMALL_STATE(2079)] = 79845, + [SMALL_STATE(2080)] = 79926, + [SMALL_STATE(2081)] = 79979, + [SMALL_STATE(2082)] = 80028, + [SMALL_STATE(2083)] = 80081, + [SMALL_STATE(2084)] = 80162, + [SMALL_STATE(2085)] = 80229, + [SMALL_STATE(2086)] = 80284, + [SMALL_STATE(2087)] = 80333, + [SMALL_STATE(2088)] = 80402, + [SMALL_STATE(2089)] = 80473, + [SMALL_STATE(2090)] = 80526, + [SMALL_STATE(2091)] = 80575, + [SMALL_STATE(2092)] = 80644, + [SMALL_STATE(2093)] = 80725, + [SMALL_STATE(2094)] = 80806, + [SMALL_STATE(2095)] = 80877, + [SMALL_STATE(2096)] = 80926, + [SMALL_STATE(2097)] = 80979, + [SMALL_STATE(2098)] = 81028, + [SMALL_STATE(2099)] = 81077, + [SMALL_STATE(2100)] = 81126, + [SMALL_STATE(2101)] = 81179, + [SMALL_STATE(2102)] = 81248, + [SMALL_STATE(2103)] = 81297, + [SMALL_STATE(2104)] = 81364, + [SMALL_STATE(2105)] = 81413, + [SMALL_STATE(2106)] = 81462, + [SMALL_STATE(2107)] = 81529, + [SMALL_STATE(2108)] = 81600, + [SMALL_STATE(2109)] = 81671, + [SMALL_STATE(2110)] = 81724, + [SMALL_STATE(2111)] = 81786, + [SMALL_STATE(2112)] = 81860, + [SMALL_STATE(2113)] = 81922, + [SMALL_STATE(2114)] = 81986, + [SMALL_STATE(2115)] = 82034, + [SMALL_STATE(2116)] = 82096, + [SMALL_STATE(2117)] = 82156, + [SMALL_STATE(2118)] = 82220, + [SMALL_STATE(2119)] = 82280, + [SMALL_STATE(2120)] = 82342, + [SMALL_STATE(2121)] = 82390, + [SMALL_STATE(2122)] = 82450, + [SMALL_STATE(2123)] = 82510, + [SMALL_STATE(2124)] = 82584, + [SMALL_STATE(2125)] = 82644, + [SMALL_STATE(2126)] = 82708, + [SMALL_STATE(2127)] = 82782, + [SMALL_STATE(2128)] = 82842, + [SMALL_STATE(2129)] = 82914, + [SMALL_STATE(2130)] = 82966, + [SMALL_STATE(2131)] = 83026, + [SMALL_STATE(2132)] = 83086, + [SMALL_STATE(2133)] = 83148, + [SMALL_STATE(2134)] = 83212, + [SMALL_STATE(2135)] = 83274, + [SMALL_STATE(2136)] = 83346, + [SMALL_STATE(2137)] = 83418, + [SMALL_STATE(2138)] = 83480, + [SMALL_STATE(2139)] = 83544, + [SMALL_STATE(2140)] = 83616, + [SMALL_STATE(2141)] = 83668, + [SMALL_STATE(2142)] = 83730, + [SMALL_STATE(2143)] = 83804, + [SMALL_STATE(2144)] = 83854, + [SMALL_STATE(2145)] = 83918, + [SMALL_STATE(2146)] = 83980, + [SMALL_STATE(2147)] = 84042, + [SMALL_STATE(2148)] = 84116, + [SMALL_STATE(2149)] = 84180, + [SMALL_STATE(2150)] = 84240, + [SMALL_STATE(2151)] = 84304, + [SMALL_STATE(2152)] = 84364, + [SMALL_STATE(2153)] = 84426, + [SMALL_STATE(2154)] = 84498, + [SMALL_STATE(2155)] = 84572, + [SMALL_STATE(2156)] = 84646, + [SMALL_STATE(2157)] = 84708, + [SMALL_STATE(2158)] = 84780, + [SMALL_STATE(2159)] = 84842, + [SMALL_STATE(2160)] = 84894, + [SMALL_STATE(2161)] = 84958, + [SMALL_STATE(2162)] = 85010, + [SMALL_STATE(2163)] = 85062, + [SMALL_STATE(2164)] = 85124, + [SMALL_STATE(2165)] = 85196, + [SMALL_STATE(2166)] = 85260, + [SMALL_STATE(2167)] = 85324, + [SMALL_STATE(2168)] = 85386, + [SMALL_STATE(2169)] = 85443, + [SMALL_STATE(2170)] = 85500, + [SMALL_STATE(2171)] = 85557, + [SMALL_STATE(2172)] = 85614, + [SMALL_STATE(2173)] = 85681, + [SMALL_STATE(2174)] = 85738, + [SMALL_STATE(2175)] = 85795, + [SMALL_STATE(2176)] = 85852, + [SMALL_STATE(2177)] = 85909, + [SMALL_STATE(2178)] = 85966, + [SMALL_STATE(2179)] = 86023, + [SMALL_STATE(2180)] = 86090, + [SMALL_STATE(2181)] = 86147, + [SMALL_STATE(2182)] = 86214, + [SMALL_STATE(2183)] = 86263, + [SMALL_STATE(2184)] = 86320, + [SMALL_STATE(2185)] = 86377, + [SMALL_STATE(2186)] = 86450, + [SMALL_STATE(2187)] = 86507, + [SMALL_STATE(2188)] = 86574, + [SMALL_STATE(2189)] = 86641, + [SMALL_STATE(2190)] = 86698, + [SMALL_STATE(2191)] = 86755, + [SMALL_STATE(2192)] = 86812, + [SMALL_STATE(2193)] = 86879, + [SMALL_STATE(2194)] = 86936, + [SMALL_STATE(2195)] = 87013, + [SMALL_STATE(2196)] = 87080, + [SMALL_STATE(2197)] = 87132, + [SMALL_STATE(2198)] = 87184, + [SMALL_STATE(2199)] = 87244, + [SMALL_STATE(2200)] = 87314, + [SMALL_STATE(2201)] = 87380, + [SMALL_STATE(2202)] = 87444, + [SMALL_STATE(2203)] = 87500, + [SMALL_STATE(2204)] = 87556, + [SMALL_STATE(2205)] = 87616, + [SMALL_STATE(2206)] = 87669, + [SMALL_STATE(2207)] = 87726, + [SMALL_STATE(2208)] = 87789, + [SMALL_STATE(2209)] = 87846, + [SMALL_STATE(2210)] = 87907, + [SMALL_STATE(2211)] = 87964, + [SMALL_STATE(2212)] = 88021, + [SMALL_STATE(2213)] = 88078, + [SMALL_STATE(2214)] = 88135, + [SMALL_STATE(2215)] = 88194, + [SMALL_STATE(2216)] = 88251, + [SMALL_STATE(2217)] = 88308, + [SMALL_STATE(2218)] = 88361, + [SMALL_STATE(2219)] = 88418, + [SMALL_STATE(2220)] = 88475, + [SMALL_STATE(2221)] = 88532, + [SMALL_STATE(2222)] = 88589, + [SMALL_STATE(2223)] = 88646, + [SMALL_STATE(2224)] = 88703, + [SMALL_STATE(2225)] = 88759, + [SMALL_STATE(2226)] = 88808, + [SMALL_STATE(2227)] = 88873, + [SMALL_STATE(2228)] = 88952, + [SMALL_STATE(2229)] = 89031, + [SMALL_STATE(2230)] = 89080, + [SMALL_STATE(2231)] = 89159, + [SMALL_STATE(2232)] = 89206, + [SMALL_STATE(2233)] = 89285, + [SMALL_STATE(2234)] = 89364, + [SMALL_STATE(2235)] = 89410, + [SMALL_STATE(2236)] = 89452, + [SMALL_STATE(2237)] = 89492, + [SMALL_STATE(2238)] = 89532, + [SMALL_STATE(2239)] = 89572, + [SMALL_STATE(2240)] = 89612, + [SMALL_STATE(2241)] = 89670, + [SMALL_STATE(2242)] = 89710, + [SMALL_STATE(2243)] = 89750, + [SMALL_STATE(2244)] = 89790, + [SMALL_STATE(2245)] = 89830, + [SMALL_STATE(2246)] = 89888, + [SMALL_STATE(2247)] = 89928, + [SMALL_STATE(2248)] = 89968, + [SMALL_STATE(2249)] = 90024, + [SMALL_STATE(2250)] = 90064, + [SMALL_STATE(2251)] = 90104, + [SMALL_STATE(2252)] = 90144, + [SMALL_STATE(2253)] = 90198, + [SMALL_STATE(2254)] = 90238, + [SMALL_STATE(2255)] = 90278, + [SMALL_STATE(2256)] = 90334, + [SMALL_STATE(2257)] = 90374, + [SMALL_STATE(2258)] = 90414, + [SMALL_STATE(2259)] = 90454, + [SMALL_STATE(2260)] = 90494, + [SMALL_STATE(2261)] = 90534, + [SMALL_STATE(2262)] = 90574, + [SMALL_STATE(2263)] = 90620, + [SMALL_STATE(2264)] = 90676, + [SMALL_STATE(2265)] = 90716, + [SMALL_STATE(2266)] = 90774, + [SMALL_STATE(2267)] = 90814, + [SMALL_STATE(2268)] = 90856, + [SMALL_STATE(2269)] = 90898, + [SMALL_STATE(2270)] = 90938, + [SMALL_STATE(2271)] = 90994, + [SMALL_STATE(2272)] = 91034, + [SMALL_STATE(2273)] = 91085, + [SMALL_STATE(2274)] = 91136, + [SMALL_STATE(2275)] = 91187, + [SMALL_STATE(2276)] = 91238, + [SMALL_STATE(2277)] = 91279, + [SMALL_STATE(2278)] = 91342, + [SMALL_STATE(2279)] = 91393, + [SMALL_STATE(2280)] = 91444, + [SMALL_STATE(2281)] = 91495, + [SMALL_STATE(2282)] = 91546, + [SMALL_STATE(2283)] = 91597, + [SMALL_STATE(2284)] = 91648, + [SMALL_STATE(2285)] = 91699, + [SMALL_STATE(2286)] = 91750, + [SMALL_STATE(2287)] = 91801, + [SMALL_STATE(2288)] = 91852, + [SMALL_STATE(2289)] = 91903, + [SMALL_STATE(2290)] = 91954, + [SMALL_STATE(2291)] = 92005, + [SMALL_STATE(2292)] = 92046, + [SMALL_STATE(2293)] = 92097, + [SMALL_STATE(2294)] = 92148, + [SMALL_STATE(2295)] = 92199, + [SMALL_STATE(2296)] = 92237, + [SMALL_STATE(2297)] = 92287, + [SMALL_STATE(2298)] = 92347, + [SMALL_STATE(2299)] = 92397, + [SMALL_STATE(2300)] = 92435, + [SMALL_STATE(2301)] = 92473, + [SMALL_STATE(2302)] = 92523, + [SMALL_STATE(2303)] = 92573, + [SMALL_STATE(2304)] = 92611, + [SMALL_STATE(2305)] = 92649, + [SMALL_STATE(2306)] = 92687, + [SMALL_STATE(2307)] = 92737, + [SMALL_STATE(2308)] = 92797, + [SMALL_STATE(2309)] = 92847, + [SMALL_STATE(2310)] = 92897, + [SMALL_STATE(2311)] = 92947, + [SMALL_STATE(2312)] = 93007, + [SMALL_STATE(2313)] = 93063, + [SMALL_STATE(2314)] = 93113, + [SMALL_STATE(2315)] = 93151, + [SMALL_STATE(2316)] = 93201, + [SMALL_STATE(2317)] = 93239, + [SMALL_STATE(2318)] = 93277, + [SMALL_STATE(2319)] = 93330, + [SMALL_STATE(2320)] = 93383, + [SMALL_STATE(2321)] = 93436, + [SMALL_STATE(2322)] = 93489, + [SMALL_STATE(2323)] = 93542, + [SMALL_STATE(2324)] = 93595, + [SMALL_STATE(2325)] = 93648, + [SMALL_STATE(2326)] = 93701, + [SMALL_STATE(2327)] = 93754, + [SMALL_STATE(2328)] = 93807, + [SMALL_STATE(2329)] = 93858, + [SMALL_STATE(2330)] = 93905, + [SMALL_STATE(2331)] = 93946, + [SMALL_STATE(2332)] = 93997, + [SMALL_STATE(2333)] = 94050, + [SMALL_STATE(2334)] = 94103, + [SMALL_STATE(2335)] = 94147, + [SMALL_STATE(2336)] = 94191, + [SMALL_STATE(2337)] = 94235, + [SMALL_STATE(2338)] = 94281, + [SMALL_STATE(2339)] = 94325, + [SMALL_STATE(2340)] = 94369, + [SMALL_STATE(2341)] = 94413, + [SMALL_STATE(2342)] = 94457, + [SMALL_STATE(2343)] = 94501, + [SMALL_STATE(2344)] = 94545, + [SMALL_STATE(2345)] = 94589, + [SMALL_STATE(2346)] = 94633, + [SMALL_STATE(2347)] = 94677, + [SMALL_STATE(2348)] = 94721, + [SMALL_STATE(2349)] = 94765, + [SMALL_STATE(2350)] = 94811, + [SMALL_STATE(2351)] = 94855, + [SMALL_STATE(2352)] = 94899, + [SMALL_STATE(2353)] = 94943, + [SMALL_STATE(2354)] = 94987, + [SMALL_STATE(2355)] = 95031, + [SMALL_STATE(2356)] = 95077, + [SMALL_STATE(2357)] = 95121, + [SMALL_STATE(2358)] = 95165, + [SMALL_STATE(2359)] = 95209, + [SMALL_STATE(2360)] = 95253, + [SMALL_STATE(2361)] = 95297, + [SMALL_STATE(2362)] = 95341, + [SMALL_STATE(2363)] = 95385, + [SMALL_STATE(2364)] = 95429, + [SMALL_STATE(2365)] = 95473, + [SMALL_STATE(2366)] = 95517, + [SMALL_STATE(2367)] = 95548, + [SMALL_STATE(2368)] = 95588, + [SMALL_STATE(2369)] = 95628, + [SMALL_STATE(2370)] = 95668, + [SMALL_STATE(2371)] = 95695, + [SMALL_STATE(2372)] = 95722, + [SMALL_STATE(2373)] = 95749, + [SMALL_STATE(2374)] = 95776, + [SMALL_STATE(2375)] = 95803, + [SMALL_STATE(2376)] = 95830, + [SMALL_STATE(2377)] = 95857, + [SMALL_STATE(2378)] = 95884, + [SMALL_STATE(2379)] = 95911, + [SMALL_STATE(2380)] = 95938, + [SMALL_STATE(2381)] = 95965, + [SMALL_STATE(2382)] = 95992, + [SMALL_STATE(2383)] = 96019, + [SMALL_STATE(2384)] = 96046, + [SMALL_STATE(2385)] = 96073, + [SMALL_STATE(2386)] = 96100, + [SMALL_STATE(2387)] = 96127, + [SMALL_STATE(2388)] = 96154, + [SMALL_STATE(2389)] = 96181, + [SMALL_STATE(2390)] = 96208, + [SMALL_STATE(2391)] = 96235, + [SMALL_STATE(2392)] = 96262, + [SMALL_STATE(2393)] = 96289, + [SMALL_STATE(2394)] = 96316, + [SMALL_STATE(2395)] = 96343, + [SMALL_STATE(2396)] = 96370, + [SMALL_STATE(2397)] = 96397, + [SMALL_STATE(2398)] = 96424, + [SMALL_STATE(2399)] = 96451, + [SMALL_STATE(2400)] = 96478, + [SMALL_STATE(2401)] = 96505, + [SMALL_STATE(2402)] = 96532, + [SMALL_STATE(2403)] = 96559, + [SMALL_STATE(2404)] = 96586, + [SMALL_STATE(2405)] = 96620, + [SMALL_STATE(2406)] = 96676, + [SMALL_STATE(2407)] = 96708, + [SMALL_STATE(2408)] = 96764, + [SMALL_STATE(2409)] = 96793, + [SMALL_STATE(2410)] = 96820, + [SMALL_STATE(2411)] = 96857, + [SMALL_STATE(2412)] = 96884, + [SMALL_STATE(2413)] = 96909, + [SMALL_STATE(2414)] = 96946, + [SMALL_STATE(2415)] = 96975, + [SMALL_STATE(2416)] = 97000, + [SMALL_STATE(2417)] = 97025, + [SMALL_STATE(2418)] = 97062, + [SMALL_STATE(2419)] = 97086, + [SMALL_STATE(2420)] = 97110, + [SMALL_STATE(2421)] = 97134, + [SMALL_STATE(2422)] = 97158, + [SMALL_STATE(2423)] = 97181, + [SMALL_STATE(2424)] = 97206, + [SMALL_STATE(2425)] = 97229, + [SMALL_STATE(2426)] = 97252, + [SMALL_STATE(2427)] = 97275, + [SMALL_STATE(2428)] = 97298, + [SMALL_STATE(2429)] = 97319, + [SMALL_STATE(2430)] = 97342, + [SMALL_STATE(2431)] = 97375, + [SMALL_STATE(2432)] = 97408, + [SMALL_STATE(2433)] = 97429, + [SMALL_STATE(2434)] = 97462, + [SMALL_STATE(2435)] = 97485, + [SMALL_STATE(2436)] = 97508, + [SMALL_STATE(2437)] = 97531, + [SMALL_STATE(2438)] = 97554, + [SMALL_STATE(2439)] = 97577, + [SMALL_STATE(2440)] = 97600, + [SMALL_STATE(2441)] = 97631, + [SMALL_STATE(2442)] = 97664, + [SMALL_STATE(2443)] = 97687, + [SMALL_STATE(2444)] = 97720, + [SMALL_STATE(2445)] = 97753, + [SMALL_STATE(2446)] = 97778, + [SMALL_STATE(2447)] = 97801, + [SMALL_STATE(2448)] = 97834, + [SMALL_STATE(2449)] = 97857, + [SMALL_STATE(2450)] = 97882, + [SMALL_STATE(2451)] = 97905, + [SMALL_STATE(2452)] = 97928, + [SMALL_STATE(2453)] = 97961, + [SMALL_STATE(2454)] = 97994, + [SMALL_STATE(2455)] = 98019, + [SMALL_STATE(2456)] = 98042, + [SMALL_STATE(2457)] = 98075, + [SMALL_STATE(2458)] = 98106, + [SMALL_STATE(2459)] = 98129, + [SMALL_STATE(2460)] = 98152, + [SMALL_STATE(2461)] = 98173, + [SMALL_STATE(2462)] = 98196, + [SMALL_STATE(2463)] = 98219, + [SMALL_STATE(2464)] = 98242, + [SMALL_STATE(2465)] = 98265, + [SMALL_STATE(2466)] = 98288, + [SMALL_STATE(2467)] = 98311, + [SMALL_STATE(2468)] = 98334, + [SMALL_STATE(2469)] = 98359, + [SMALL_STATE(2470)] = 98382, + [SMALL_STATE(2471)] = 98413, + [SMALL_STATE(2472)] = 98436, + [SMALL_STATE(2473)] = 98457, + [SMALL_STATE(2474)] = 98484, + [SMALL_STATE(2475)] = 98507, + [SMALL_STATE(2476)] = 98530, + [SMALL_STATE(2477)] = 98553, + [SMALL_STATE(2478)] = 98576, + [SMALL_STATE(2479)] = 98607, + [SMALL_STATE(2480)] = 98640, + [SMALL_STATE(2481)] = 98663, + [SMALL_STATE(2482)] = 98694, + [SMALL_STATE(2483)] = 98727, + [SMALL_STATE(2484)] = 98750, + [SMALL_STATE(2485)] = 98773, + [SMALL_STATE(2486)] = 98796, + [SMALL_STATE(2487)] = 98819, + [SMALL_STATE(2488)] = 98842, + [SMALL_STATE(2489)] = 98875, + [SMALL_STATE(2490)] = 98896, + [SMALL_STATE(2491)] = 98919, + [SMALL_STATE(2492)] = 98942, + [SMALL_STATE(2493)] = 98965, + [SMALL_STATE(2494)] = 98988, + [SMALL_STATE(2495)] = 99011, + [SMALL_STATE(2496)] = 99034, + [SMALL_STATE(2497)] = 99067, + [SMALL_STATE(2498)] = 99090, + [SMALL_STATE(2499)] = 99113, + [SMALL_STATE(2500)] = 99134, + [SMALL_STATE(2501)] = 99157, + [SMALL_STATE(2502)] = 99190, + [SMALL_STATE(2503)] = 99223, + [SMALL_STATE(2504)] = 99256, + [SMALL_STATE(2505)] = 99279, + [SMALL_STATE(2506)] = 99300, + [SMALL_STATE(2507)] = 99323, + [SMALL_STATE(2508)] = 99346, + [SMALL_STATE(2509)] = 99379, + [SMALL_STATE(2510)] = 99402, + [SMALL_STATE(2511)] = 99425, + [SMALL_STATE(2512)] = 99448, + [SMALL_STATE(2513)] = 99471, + [SMALL_STATE(2514)] = 99494, + [SMALL_STATE(2515)] = 99517, + [SMALL_STATE(2516)] = 99540, + [SMALL_STATE(2517)] = 99563, + [SMALL_STATE(2518)] = 99586, + [SMALL_STATE(2519)] = 99607, + [SMALL_STATE(2520)] = 99638, + [SMALL_STATE(2521)] = 99661, + [SMALL_STATE(2522)] = 99684, + [SMALL_STATE(2523)] = 99707, + [SMALL_STATE(2524)] = 99730, + [SMALL_STATE(2525)] = 99753, + [SMALL_STATE(2526)] = 99776, + [SMALL_STATE(2527)] = 99799, + [SMALL_STATE(2528)] = 99833, + [SMALL_STATE(2529)] = 99861, + [SMALL_STATE(2530)] = 99889, + [SMALL_STATE(2531)] = 99931, + [SMALL_STATE(2532)] = 99959, + [SMALL_STATE(2533)] = 99987, + [SMALL_STATE(2534)] = 100015, + [SMALL_STATE(2535)] = 100059, + [SMALL_STATE(2536)] = 100087, + [SMALL_STATE(2537)] = 100129, + [SMALL_STATE(2538)] = 100153, + [SMALL_STATE(2539)] = 100181, + [SMALL_STATE(2540)] = 100223, + [SMALL_STATE(2541)] = 100251, + [SMALL_STATE(2542)] = 100293, + [SMALL_STATE(2543)] = 100335, + [SMALL_STATE(2544)] = 100377, + [SMALL_STATE(2545)] = 100419, + [SMALL_STATE(2546)] = 100447, + [SMALL_STATE(2547)] = 100475, + [SMALL_STATE(2548)] = 100503, + [SMALL_STATE(2549)] = 100531, + [SMALL_STATE(2550)] = 100555, + [SMALL_STATE(2551)] = 100583, + [SMALL_STATE(2552)] = 100607, + [SMALL_STATE(2553)] = 100635, + [SMALL_STATE(2554)] = 100656, + [SMALL_STATE(2555)] = 100691, + [SMALL_STATE(2556)] = 100726, + [SMALL_STATE(2557)] = 100761, + [SMALL_STATE(2558)] = 100782, + [SMALL_STATE(2559)] = 100803, + [SMALL_STATE(2560)] = 100824, + [SMALL_STATE(2561)] = 100845, + [SMALL_STATE(2562)] = 100866, + [SMALL_STATE(2563)] = 100887, + [SMALL_STATE(2564)] = 100908, + [SMALL_STATE(2565)] = 100929, + [SMALL_STATE(2566)] = 100950, + [SMALL_STATE(2567)] = 100971, + [SMALL_STATE(2568)] = 100992, + [SMALL_STATE(2569)] = 101013, + [SMALL_STATE(2570)] = 101040, + [SMALL_STATE(2571)] = 101061, + [SMALL_STATE(2572)] = 101082, + [SMALL_STATE(2573)] = 101103, + [SMALL_STATE(2574)] = 101124, + [SMALL_STATE(2575)] = 101145, + [SMALL_STATE(2576)] = 101166, + [SMALL_STATE(2577)] = 101187, + [SMALL_STATE(2578)] = 101208, + [SMALL_STATE(2579)] = 101231, + [SMALL_STATE(2580)] = 101252, + [SMALL_STATE(2581)] = 101275, + [SMALL_STATE(2582)] = 101296, + [SMALL_STATE(2583)] = 101317, + [SMALL_STATE(2584)] = 101338, + [SMALL_STATE(2585)] = 101359, + [SMALL_STATE(2586)] = 101380, + [SMALL_STATE(2587)] = 101401, + [SMALL_STATE(2588)] = 101422, + [SMALL_STATE(2589)] = 101443, + [SMALL_STATE(2590)] = 101464, + [SMALL_STATE(2591)] = 101485, + [SMALL_STATE(2592)] = 101506, + [SMALL_STATE(2593)] = 101527, + [SMALL_STATE(2594)] = 101548, + [SMALL_STATE(2595)] = 101569, + [SMALL_STATE(2596)] = 101590, + [SMALL_STATE(2597)] = 101615, + [SMALL_STATE(2598)] = 101650, + [SMALL_STATE(2599)] = 101685, + [SMALL_STATE(2600)] = 101720, + [SMALL_STATE(2601)] = 101755, + [SMALL_STATE(2602)] = 101796, + [SMALL_STATE(2603)] = 101821, + [SMALL_STATE(2604)] = 101856, + [SMALL_STATE(2605)] = 101877, + [SMALL_STATE(2606)] = 101898, + [SMALL_STATE(2607)] = 101919, + [SMALL_STATE(2608)] = 101954, + [SMALL_STATE(2609)] = 101989, + [SMALL_STATE(2610)] = 102030, + [SMALL_STATE(2611)] = 102066, + [SMALL_STATE(2612)] = 102086, + [SMALL_STATE(2613)] = 102118, + [SMALL_STATE(2614)] = 102138, + [SMALL_STATE(2615)] = 102168, + [SMALL_STATE(2616)] = 102198, + [SMALL_STATE(2617)] = 102230, + [SMALL_STATE(2618)] = 102268, + [SMALL_STATE(2619)] = 102300, + [SMALL_STATE(2620)] = 102320, + [SMALL_STATE(2621)] = 102350, + [SMALL_STATE(2622)] = 102386, + [SMALL_STATE(2623)] = 102416, + [SMALL_STATE(2624)] = 102440, + [SMALL_STATE(2625)] = 102472, + [SMALL_STATE(2626)] = 102510, + [SMALL_STATE(2627)] = 102540, + [SMALL_STATE(2628)] = 102570, + [SMALL_STATE(2629)] = 102600, + [SMALL_STATE(2630)] = 102632, + [SMALL_STATE(2631)] = 102662, + [SMALL_STATE(2632)] = 102692, + [SMALL_STATE(2633)] = 102722, + [SMALL_STATE(2634)] = 102760, + [SMALL_STATE(2635)] = 102796, + [SMALL_STATE(2636)] = 102826, + [SMALL_STATE(2637)] = 102864, + [SMALL_STATE(2638)] = 102894, + [SMALL_STATE(2639)] = 102916, + [SMALL_STATE(2640)] = 102948, + [SMALL_STATE(2641)] = 102970, + [SMALL_STATE(2642)] = 102992, + [SMALL_STATE(2643)] = 103012, + [SMALL_STATE(2644)] = 103048, + [SMALL_STATE(2645)] = 103084, + [SMALL_STATE(2646)] = 103122, + [SMALL_STATE(2647)] = 103154, + [SMALL_STATE(2648)] = 103184, + [SMALL_STATE(2649)] = 103220, + [SMALL_STATE(2650)] = 103256, + [SMALL_STATE(2651)] = 103288, + [SMALL_STATE(2652)] = 103320, + [SMALL_STATE(2653)] = 103350, + [SMALL_STATE(2654)] = 103382, + [SMALL_STATE(2655)] = 103412, + [SMALL_STATE(2656)] = 103442, + [SMALL_STATE(2657)] = 103472, + [SMALL_STATE(2658)] = 103491, + [SMALL_STATE(2659)] = 103510, + [SMALL_STATE(2660)] = 103529, + [SMALL_STATE(2661)] = 103548, + [SMALL_STATE(2662)] = 103567, + [SMALL_STATE(2663)] = 103584, + [SMALL_STATE(2664)] = 103603, + [SMALL_STATE(2665)] = 103622, + [SMALL_STATE(2666)] = 103641, + [SMALL_STATE(2667)] = 103660, + [SMALL_STATE(2668)] = 103679, + [SMALL_STATE(2669)] = 103696, + [SMALL_STATE(2670)] = 103713, + [SMALL_STATE(2671)] = 103730, + [SMALL_STATE(2672)] = 103749, + [SMALL_STATE(2673)] = 103768, + [SMALL_STATE(2674)] = 103789, + [SMALL_STATE(2675)] = 103808, + [SMALL_STATE(2676)] = 103829, + [SMALL_STATE(2677)] = 103852, + [SMALL_STATE(2678)] = 103875, + [SMALL_STATE(2679)] = 103898, + [SMALL_STATE(2680)] = 103921, + [SMALL_STATE(2681)] = 103938, + [SMALL_STATE(2682)] = 103957, + [SMALL_STATE(2683)] = 103978, + [SMALL_STATE(2684)] = 103997, + [SMALL_STATE(2685)] = 104032, + [SMALL_STATE(2686)] = 104051, + [SMALL_STATE(2687)] = 104070, + [SMALL_STATE(2688)] = 104097, + [SMALL_STATE(2689)] = 104118, + [SMALL_STATE(2690)] = 104137, + [SMALL_STATE(2691)] = 104156, + [SMALL_STATE(2692)] = 104175, + [SMALL_STATE(2693)] = 104196, + [SMALL_STATE(2694)] = 104215, + [SMALL_STATE(2695)] = 104234, + [SMALL_STATE(2696)] = 104255, + [SMALL_STATE(2697)] = 104274, + [SMALL_STATE(2698)] = 104295, + [SMALL_STATE(2699)] = 104314, + [SMALL_STATE(2700)] = 104333, + [SMALL_STATE(2701)] = 104352, + [SMALL_STATE(2702)] = 104371, + [SMALL_STATE(2703)] = 104392, + [SMALL_STATE(2704)] = 104411, + [SMALL_STATE(2705)] = 104430, + [SMALL_STATE(2706)] = 104449, + [SMALL_STATE(2707)] = 104468, + [SMALL_STATE(2708)] = 104487, + [SMALL_STATE(2709)] = 104510, + [SMALL_STATE(2710)] = 104533, + [SMALL_STATE(2711)] = 104552, + [SMALL_STATE(2712)] = 104575, + [SMALL_STATE(2713)] = 104594, + [SMALL_STATE(2714)] = 104613, + [SMALL_STATE(2715)] = 104632, + [SMALL_STATE(2716)] = 104651, + [SMALL_STATE(2717)] = 104670, + [SMALL_STATE(2718)] = 104693, + [SMALL_STATE(2719)] = 104710, + [SMALL_STATE(2720)] = 104731, + [SMALL_STATE(2721)] = 104750, + [SMALL_STATE(2722)] = 104769, + [SMALL_STATE(2723)] = 104785, + [SMALL_STATE(2724)] = 104819, + [SMALL_STATE(2725)] = 104843, + [SMALL_STATE(2726)] = 104877, + [SMALL_STATE(2727)] = 104907, + [SMALL_STATE(2728)] = 104941, + [SMALL_STATE(2729)] = 104957, + [SMALL_STATE(2730)] = 104975, + [SMALL_STATE(2731)] = 105009, + [SMALL_STATE(2732)] = 105037, + [SMALL_STATE(2733)] = 105069, + [SMALL_STATE(2734)] = 105091, + [SMALL_STATE(2735)] = 105125, + [SMALL_STATE(2736)] = 105157, + [SMALL_STATE(2737)] = 105187, + [SMALL_STATE(2738)] = 105205, + [SMALL_STATE(2739)] = 105233, + [SMALL_STATE(2740)] = 105251, + [SMALL_STATE(2741)] = 105283, + [SMALL_STATE(2742)] = 105317, + [SMALL_STATE(2743)] = 105339, + [SMALL_STATE(2744)] = 105359, + [SMALL_STATE(2745)] = 105393, + [SMALL_STATE(2746)] = 105413, + [SMALL_STATE(2747)] = 105447, + [SMALL_STATE(2748)] = 105481, + [SMALL_STATE(2749)] = 105513, + [SMALL_STATE(2750)] = 105545, + [SMALL_STATE(2751)] = 105579, + [SMALL_STATE(2752)] = 105611, + [SMALL_STATE(2753)] = 105645, + [SMALL_STATE(2754)] = 105674, + [SMALL_STATE(2755)] = 105689, + [SMALL_STATE(2756)] = 105718, + [SMALL_STATE(2757)] = 105747, + [SMALL_STATE(2758)] = 105778, + [SMALL_STATE(2759)] = 105807, + [SMALL_STATE(2760)] = 105836, + [SMALL_STATE(2761)] = 105865, + [SMALL_STATE(2762)] = 105892, + [SMALL_STATE(2763)] = 105923, + [SMALL_STATE(2764)] = 105938, + [SMALL_STATE(2765)] = 105953, + [SMALL_STATE(2766)] = 105984, + [SMALL_STATE(2767)] = 106009, + [SMALL_STATE(2768)] = 106034, + [SMALL_STATE(2769)] = 106053, + [SMALL_STATE(2770)] = 106068, + [SMALL_STATE(2771)] = 106089, + [SMALL_STATE(2772)] = 106116, + [SMALL_STATE(2773)] = 106143, + [SMALL_STATE(2774)] = 106164, + [SMALL_STATE(2775)] = 106185, + [SMALL_STATE(2776)] = 106200, + [SMALL_STATE(2777)] = 106225, + [SMALL_STATE(2778)] = 106252, + [SMALL_STATE(2779)] = 106267, + [SMALL_STATE(2780)] = 106298, + [SMALL_STATE(2781)] = 106323, + [SMALL_STATE(2782)] = 106352, + [SMALL_STATE(2783)] = 106367, + [SMALL_STATE(2784)] = 106396, + [SMALL_STATE(2785)] = 106427, + [SMALL_STATE(2786)] = 106458, + [SMALL_STATE(2787)] = 106473, + [SMALL_STATE(2788)] = 106502, + [SMALL_STATE(2789)] = 106517, + [SMALL_STATE(2790)] = 106544, + [SMALL_STATE(2791)] = 106575, + [SMALL_STATE(2792)] = 106606, + [SMALL_STATE(2793)] = 106621, + [SMALL_STATE(2794)] = 106636, + [SMALL_STATE(2795)] = 106651, + [SMALL_STATE(2796)] = 106666, + [SMALL_STATE(2797)] = 106681, + [SMALL_STATE(2798)] = 106708, + [SMALL_STATE(2799)] = 106723, + [SMALL_STATE(2800)] = 106752, + [SMALL_STATE(2801)] = 106775, + [SMALL_STATE(2802)] = 106806, + [SMALL_STATE(2803)] = 106821, + [SMALL_STATE(2804)] = 106836, + [SMALL_STATE(2805)] = 106867, + [SMALL_STATE(2806)] = 106882, + [SMALL_STATE(2807)] = 106911, + [SMALL_STATE(2808)] = 106926, + [SMALL_STATE(2809)] = 106955, + [SMALL_STATE(2810)] = 106984, + [SMALL_STATE(2811)] = 107013, + [SMALL_STATE(2812)] = 107028, + [SMALL_STATE(2813)] = 107043, + [SMALL_STATE(2814)] = 107072, + [SMALL_STATE(2815)] = 107087, + [SMALL_STATE(2816)] = 107116, + [SMALL_STATE(2817)] = 107131, + [SMALL_STATE(2818)] = 107146, + [SMALL_STATE(2819)] = 107161, + [SMALL_STATE(2820)] = 107178, + [SMALL_STATE(2821)] = 107193, + [SMALL_STATE(2822)] = 107210, + [SMALL_STATE(2823)] = 107225, + [SMALL_STATE(2824)] = 107246, + [SMALL_STATE(2825)] = 107265, + [SMALL_STATE(2826)] = 107282, + [SMALL_STATE(2827)] = 107299, + [SMALL_STATE(2828)] = 107330, + [SMALL_STATE(2829)] = 107345, + [SMALL_STATE(2830)] = 107372, + [SMALL_STATE(2831)] = 107403, + [SMALL_STATE(2832)] = 107434, + [SMALL_STATE(2833)] = 107463, + [SMALL_STATE(2834)] = 107490, + [SMALL_STATE(2835)] = 107515, + [SMALL_STATE(2836)] = 107546, + [SMALL_STATE(2837)] = 107561, + [SMALL_STATE(2838)] = 107590, + [SMALL_STATE(2839)] = 107619, + [SMALL_STATE(2840)] = 107648, + [SMALL_STATE(2841)] = 107667, + [SMALL_STATE(2842)] = 107682, + [SMALL_STATE(2843)] = 107711, + [SMALL_STATE(2844)] = 107726, + [SMALL_STATE(2845)] = 107755, + [SMALL_STATE(2846)] = 107770, + [SMALL_STATE(2847)] = 107799, + [SMALL_STATE(2848)] = 107814, + [SMALL_STATE(2849)] = 107829, + [SMALL_STATE(2850)] = 107844, + [SMALL_STATE(2851)] = 107871, + [SMALL_STATE(2852)] = 107886, + [SMALL_STATE(2853)] = 107915, + [SMALL_STATE(2854)] = 107946, + [SMALL_STATE(2855)] = 107975, + [SMALL_STATE(2856)] = 107990, + [SMALL_STATE(2857)] = 108011, + [SMALL_STATE(2858)] = 108026, + [SMALL_STATE(2859)] = 108043, + [SMALL_STATE(2860)] = 108058, + [SMALL_STATE(2861)] = 108087, + [SMALL_STATE(2862)] = 108116, + [SMALL_STATE(2863)] = 108147, + [SMALL_STATE(2864)] = 108176, + [SMALL_STATE(2865)] = 108205, + [SMALL_STATE(2866)] = 108220, + [SMALL_STATE(2867)] = 108249, + [SMALL_STATE(2868)] = 108274, + [SMALL_STATE(2869)] = 108305, + [SMALL_STATE(2870)] = 108336, + [SMALL_STATE(2871)] = 108365, + [SMALL_STATE(2872)] = 108394, + [SMALL_STATE(2873)] = 108423, + [SMALL_STATE(2874)] = 108448, + [SMALL_STATE(2875)] = 108473, + [SMALL_STATE(2876)] = 108502, + [SMALL_STATE(2877)] = 108517, + [SMALL_STATE(2878)] = 108532, + [SMALL_STATE(2879)] = 108561, + [SMALL_STATE(2880)] = 108582, + [SMALL_STATE(2881)] = 108597, + [SMALL_STATE(2882)] = 108612, + [SMALL_STATE(2883)] = 108633, + [SMALL_STATE(2884)] = 108662, + [SMALL_STATE(2885)] = 108677, + [SMALL_STATE(2886)] = 108706, + [SMALL_STATE(2887)] = 108731, + [SMALL_STATE(2888)] = 108762, + [SMALL_STATE(2889)] = 108789, + [SMALL_STATE(2890)] = 108809, + [SMALL_STATE(2891)] = 108833, + [SMALL_STATE(2892)] = 108857, + [SMALL_STATE(2893)] = 108881, + [SMALL_STATE(2894)] = 108909, + [SMALL_STATE(2895)] = 108933, + [SMALL_STATE(2896)] = 108957, + [SMALL_STATE(2897)] = 108981, + [SMALL_STATE(2898)] = 109005, + [SMALL_STATE(2899)] = 109029, + [SMALL_STATE(2900)] = 109053, + [SMALL_STATE(2901)] = 109067, + [SMALL_STATE(2902)] = 109087, + [SMALL_STATE(2903)] = 109101, + [SMALL_STATE(2904)] = 109115, + [SMALL_STATE(2905)] = 109143, + [SMALL_STATE(2906)] = 109167, + [SMALL_STATE(2907)] = 109191, + [SMALL_STATE(2908)] = 109215, + [SMALL_STATE(2909)] = 109235, + [SMALL_STATE(2910)] = 109255, + [SMALL_STATE(2911)] = 109275, + [SMALL_STATE(2912)] = 109300, + [SMALL_STATE(2913)] = 109325, + [SMALL_STATE(2914)] = 109342, + [SMALL_STATE(2915)] = 109355, + [SMALL_STATE(2916)] = 109368, + [SMALL_STATE(2917)] = 109381, + [SMALL_STATE(2918)] = 109398, + [SMALL_STATE(2919)] = 109419, + [SMALL_STATE(2920)] = 109444, + [SMALL_STATE(2921)] = 109469, + [SMALL_STATE(2922)] = 109486, + [SMALL_STATE(2923)] = 109507, + [SMALL_STATE(2924)] = 109522, + [SMALL_STATE(2925)] = 109535, + [SMALL_STATE(2926)] = 109556, + [SMALL_STATE(2927)] = 109577, + [SMALL_STATE(2928)] = 109594, + [SMALL_STATE(2929)] = 109611, + [SMALL_STATE(2930)] = 109628, + [SMALL_STATE(2931)] = 109645, + [SMALL_STATE(2932)] = 109670, + [SMALL_STATE(2933)] = 109685, + [SMALL_STATE(2934)] = 109702, + [SMALL_STATE(2935)] = 109727, + [SMALL_STATE(2936)] = 109744, + [SMALL_STATE(2937)] = 109761, + [SMALL_STATE(2938)] = 109778, + [SMALL_STATE(2939)] = 109803, + [SMALL_STATE(2940)] = 109816, + [SMALL_STATE(2941)] = 109829, + [SMALL_STATE(2942)] = 109854, + [SMALL_STATE(2943)] = 109879, + [SMALL_STATE(2944)] = 109904, + [SMALL_STATE(2945)] = 109925, + [SMALL_STATE(2946)] = 109950, + [SMALL_STATE(2947)] = 109975, + [SMALL_STATE(2948)] = 110000, + [SMALL_STATE(2949)] = 110025, + [SMALL_STATE(2950)] = 110050, + [SMALL_STATE(2951)] = 110067, + [SMALL_STATE(2952)] = 110080, + [SMALL_STATE(2953)] = 110101, + [SMALL_STATE(2954)] = 110116, + [SMALL_STATE(2955)] = 110141, + [SMALL_STATE(2956)] = 110166, + [SMALL_STATE(2957)] = 110189, + [SMALL_STATE(2958)] = 110202, + [SMALL_STATE(2959)] = 110217, + [SMALL_STATE(2960)] = 110230, + [SMALL_STATE(2961)] = 110255, + [SMALL_STATE(2962)] = 110272, + [SMALL_STATE(2963)] = 110287, + [SMALL_STATE(2964)] = 110312, + [SMALL_STATE(2965)] = 110327, + [SMALL_STATE(2966)] = 110342, + [SMALL_STATE(2967)] = 110355, + [SMALL_STATE(2968)] = 110376, + [SMALL_STATE(2969)] = 110393, + [SMALL_STATE(2970)] = 110418, + [SMALL_STATE(2971)] = 110443, + [SMALL_STATE(2972)] = 110468, + [SMALL_STATE(2973)] = 110493, + [SMALL_STATE(2974)] = 110518, + [SMALL_STATE(2975)] = 110543, + [SMALL_STATE(2976)] = 110560, + [SMALL_STATE(2977)] = 110579, + [SMALL_STATE(2978)] = 110604, + [SMALL_STATE(2979)] = 110629, + [SMALL_STATE(2980)] = 110646, + [SMALL_STATE(2981)] = 110671, + [SMALL_STATE(2982)] = 110692, + [SMALL_STATE(2983)] = 110717, + [SMALL_STATE(2984)] = 110738, + [SMALL_STATE(2985)] = 110763, + [SMALL_STATE(2986)] = 110780, + [SMALL_STATE(2987)] = 110801, + [SMALL_STATE(2988)] = 110818, + [SMALL_STATE(2989)] = 110839, + [SMALL_STATE(2990)] = 110864, + [SMALL_STATE(2991)] = 110885, + [SMALL_STATE(2992)] = 110910, + [SMALL_STATE(2993)] = 110935, + [SMALL_STATE(2994)] = 110960, + [SMALL_STATE(2995)] = 110985, + [SMALL_STATE(2996)] = 111010, + [SMALL_STATE(2997)] = 111027, + [SMALL_STATE(2998)] = 111048, + [SMALL_STATE(2999)] = 111073, + [SMALL_STATE(3000)] = 111086, + [SMALL_STATE(3001)] = 111099, + [SMALL_STATE(3002)] = 111116, + [SMALL_STATE(3003)] = 111133, + [SMALL_STATE(3004)] = 111158, + [SMALL_STATE(3005)] = 111183, + [SMALL_STATE(3006)] = 111200, + [SMALL_STATE(3007)] = 111225, + [SMALL_STATE(3008)] = 111242, + [SMALL_STATE(3009)] = 111255, + [SMALL_STATE(3010)] = 111276, + [SMALL_STATE(3011)] = 111293, + [SMALL_STATE(3012)] = 111312, + [SMALL_STATE(3013)] = 111325, + [SMALL_STATE(3014)] = 111350, + [SMALL_STATE(3015)] = 111365, + [SMALL_STATE(3016)] = 111386, + [SMALL_STATE(3017)] = 111409, + [SMALL_STATE(3018)] = 111434, + [SMALL_STATE(3019)] = 111459, + [SMALL_STATE(3020)] = 111474, + [SMALL_STATE(3021)] = 111499, + [SMALL_STATE(3022)] = 111520, + [SMALL_STATE(3023)] = 111537, + [SMALL_STATE(3024)] = 111562, + [SMALL_STATE(3025)] = 111583, + [SMALL_STATE(3026)] = 111604, + [SMALL_STATE(3027)] = 111621, + [SMALL_STATE(3028)] = 111634, + [SMALL_STATE(3029)] = 111651, + [SMALL_STATE(3030)] = 111676, + [SMALL_STATE(3031)] = 111701, + [SMALL_STATE(3032)] = 111715, + [SMALL_STATE(3033)] = 111737, + [SMALL_STATE(3034)] = 111753, + [SMALL_STATE(3035)] = 111775, + [SMALL_STATE(3036)] = 111791, + [SMALL_STATE(3037)] = 111809, + [SMALL_STATE(3038)] = 111825, + [SMALL_STATE(3039)] = 111847, + [SMALL_STATE(3040)] = 111865, + [SMALL_STATE(3041)] = 111887, + [SMALL_STATE(3042)] = 111905, + [SMALL_STATE(3043)] = 111921, + [SMALL_STATE(3044)] = 111937, + [SMALL_STATE(3045)] = 111959, + [SMALL_STATE(3046)] = 111981, + [SMALL_STATE(3047)] = 112003, + [SMALL_STATE(3048)] = 112019, + [SMALL_STATE(3049)] = 112033, + [SMALL_STATE(3050)] = 112051, + [SMALL_STATE(3051)] = 112067, + [SMALL_STATE(3052)] = 112083, + [SMALL_STATE(3053)] = 112099, + [SMALL_STATE(3054)] = 112111, + [SMALL_STATE(3055)] = 112133, + [SMALL_STATE(3056)] = 112149, + [SMALL_STATE(3057)] = 112171, + [SMALL_STATE(3058)] = 112187, + [SMALL_STATE(3059)] = 112209, + [SMALL_STATE(3060)] = 112227, + [SMALL_STATE(3061)] = 112249, + [SMALL_STATE(3062)] = 112267, + [SMALL_STATE(3063)] = 112283, + [SMALL_STATE(3064)] = 112299, + [SMALL_STATE(3065)] = 112315, + [SMALL_STATE(3066)] = 112331, + [SMALL_STATE(3067)] = 112347, + [SMALL_STATE(3068)] = 112369, + [SMALL_STATE(3069)] = 112387, + [SMALL_STATE(3070)] = 112405, + [SMALL_STATE(3071)] = 112421, + [SMALL_STATE(3072)] = 112443, + [SMALL_STATE(3073)] = 112465, + [SMALL_STATE(3074)] = 112481, + [SMALL_STATE(3075)] = 112493, + [SMALL_STATE(3076)] = 112505, + [SMALL_STATE(3077)] = 112517, + [SMALL_STATE(3078)] = 112529, + [SMALL_STATE(3079)] = 112545, + [SMALL_STATE(3080)] = 112557, + [SMALL_STATE(3081)] = 112575, + [SMALL_STATE(3082)] = 112597, + [SMALL_STATE(3083)] = 112613, + [SMALL_STATE(3084)] = 112635, + [SMALL_STATE(3085)] = 112647, + [SMALL_STATE(3086)] = 112663, + [SMALL_STATE(3087)] = 112685, + [SMALL_STATE(3088)] = 112703, + [SMALL_STATE(3089)] = 112719, + [SMALL_STATE(3090)] = 112731, + [SMALL_STATE(3091)] = 112749, + [SMALL_STATE(3092)] = 112769, + [SMALL_STATE(3093)] = 112787, + [SMALL_STATE(3094)] = 112809, + [SMALL_STATE(3095)] = 112831, + [SMALL_STATE(3096)] = 112849, + [SMALL_STATE(3097)] = 112871, + [SMALL_STATE(3098)] = 112893, + [SMALL_STATE(3099)] = 112911, + [SMALL_STATE(3100)] = 112929, + [SMALL_STATE(3101)] = 112943, + [SMALL_STATE(3102)] = 112959, + [SMALL_STATE(3103)] = 112981, + [SMALL_STATE(3104)] = 113003, + [SMALL_STATE(3105)] = 113025, + [SMALL_STATE(3106)] = 113041, + [SMALL_STATE(3107)] = 113059, + [SMALL_STATE(3108)] = 113075, + [SMALL_STATE(3109)] = 113091, + [SMALL_STATE(3110)] = 113109, + [SMALL_STATE(3111)] = 113131, + [SMALL_STATE(3112)] = 113147, + [SMALL_STATE(3113)] = 113169, + [SMALL_STATE(3114)] = 113191, + [SMALL_STATE(3115)] = 113207, + [SMALL_STATE(3116)] = 113223, + [SMALL_STATE(3117)] = 113245, + [SMALL_STATE(3118)] = 113261, + [SMALL_STATE(3119)] = 113281, + [SMALL_STATE(3120)] = 113303, + [SMALL_STATE(3121)] = 113319, + [SMALL_STATE(3122)] = 113341, + [SMALL_STATE(3123)] = 113363, + [SMALL_STATE(3124)] = 113385, + [SMALL_STATE(3125)] = 113407, + [SMALL_STATE(3126)] = 113423, + [SMALL_STATE(3127)] = 113439, + [SMALL_STATE(3128)] = 113455, + [SMALL_STATE(3129)] = 113473, + [SMALL_STATE(3130)] = 113489, + [SMALL_STATE(3131)] = 113505, + [SMALL_STATE(3132)] = 113527, + [SMALL_STATE(3133)] = 113545, + [SMALL_STATE(3134)] = 113561, + [SMALL_STATE(3135)] = 113577, + [SMALL_STATE(3136)] = 113595, + [SMALL_STATE(3137)] = 113617, + [SMALL_STATE(3138)] = 113633, + [SMALL_STATE(3139)] = 113655, + [SMALL_STATE(3140)] = 113677, + [SMALL_STATE(3141)] = 113693, + [SMALL_STATE(3142)] = 113715, + [SMALL_STATE(3143)] = 113731, + [SMALL_STATE(3144)] = 113749, + [SMALL_STATE(3145)] = 113771, + [SMALL_STATE(3146)] = 113787, + [SMALL_STATE(3147)] = 113805, + [SMALL_STATE(3148)] = 113827, + [SMALL_STATE(3149)] = 113843, + [SMALL_STATE(3150)] = 113857, + [SMALL_STATE(3151)] = 113875, + [SMALL_STATE(3152)] = 113891, + [SMALL_STATE(3153)] = 113907, + [SMALL_STATE(3154)] = 113927, + [SMALL_STATE(3155)] = 113941, + [SMALL_STATE(3156)] = 113963, + [SMALL_STATE(3157)] = 113985, + [SMALL_STATE(3158)] = 114007, + [SMALL_STATE(3159)] = 114021, + [SMALL_STATE(3160)] = 114043, + [SMALL_STATE(3161)] = 114065, + [SMALL_STATE(3162)] = 114087, + [SMALL_STATE(3163)] = 114109, + [SMALL_STATE(3164)] = 114131, + [SMALL_STATE(3165)] = 114147, + [SMALL_STATE(3166)] = 114165, + [SMALL_STATE(3167)] = 114183, + [SMALL_STATE(3168)] = 114199, + [SMALL_STATE(3169)] = 114217, + [SMALL_STATE(3170)] = 114233, + [SMALL_STATE(3171)] = 114255, + [SMALL_STATE(3172)] = 114267, + [SMALL_STATE(3173)] = 114283, + [SMALL_STATE(3174)] = 114295, + [SMALL_STATE(3175)] = 114307, + [SMALL_STATE(3176)] = 114325, + [SMALL_STATE(3177)] = 114339, + [SMALL_STATE(3178)] = 114355, + [SMALL_STATE(3179)] = 114367, + [SMALL_STATE(3180)] = 114389, + [SMALL_STATE(3181)] = 114405, + [SMALL_STATE(3182)] = 114419, + [SMALL_STATE(3183)] = 114441, + [SMALL_STATE(3184)] = 114453, + [SMALL_STATE(3185)] = 114471, + [SMALL_STATE(3186)] = 114489, + [SMALL_STATE(3187)] = 114511, + [SMALL_STATE(3188)] = 114533, + [SMALL_STATE(3189)] = 114544, + [SMALL_STATE(3190)] = 114555, + [SMALL_STATE(3191)] = 114566, + [SMALL_STATE(3192)] = 114577, + [SMALL_STATE(3193)] = 114588, + [SMALL_STATE(3194)] = 114603, + [SMALL_STATE(3195)] = 114622, + [SMALL_STATE(3196)] = 114637, + [SMALL_STATE(3197)] = 114656, + [SMALL_STATE(3198)] = 114671, + [SMALL_STATE(3199)] = 114682, + [SMALL_STATE(3200)] = 114693, + [SMALL_STATE(3201)] = 114712, + [SMALL_STATE(3202)] = 114723, + [SMALL_STATE(3203)] = 114742, + [SMALL_STATE(3204)] = 114753, + [SMALL_STATE(3205)] = 114764, + [SMALL_STATE(3206)] = 114777, + [SMALL_STATE(3207)] = 114788, + [SMALL_STATE(3208)] = 114799, + [SMALL_STATE(3209)] = 114810, + [SMALL_STATE(3210)] = 114821, + [SMALL_STATE(3211)] = 114832, + [SMALL_STATE(3212)] = 114851, + [SMALL_STATE(3213)] = 114870, + [SMALL_STATE(3214)] = 114889, + [SMALL_STATE(3215)] = 114908, + [SMALL_STATE(3216)] = 114927, + [SMALL_STATE(3217)] = 114946, + [SMALL_STATE(3218)] = 114965, + [SMALL_STATE(3219)] = 114982, + [SMALL_STATE(3220)] = 114999, + [SMALL_STATE(3221)] = 115010, + [SMALL_STATE(3222)] = 115021, + [SMALL_STATE(3223)] = 115032, + [SMALL_STATE(3224)] = 115043, + [SMALL_STATE(3225)] = 115054, + [SMALL_STATE(3226)] = 115073, + [SMALL_STATE(3227)] = 115084, + [SMALL_STATE(3228)] = 115095, + [SMALL_STATE(3229)] = 115106, + [SMALL_STATE(3230)] = 115117, + [SMALL_STATE(3231)] = 115128, + [SMALL_STATE(3232)] = 115139, + [SMALL_STATE(3233)] = 115158, + [SMALL_STATE(3234)] = 115169, + [SMALL_STATE(3235)] = 115180, + [SMALL_STATE(3236)] = 115191, + [SMALL_STATE(3237)] = 115202, + [SMALL_STATE(3238)] = 115219, + [SMALL_STATE(3239)] = 115238, + [SMALL_STATE(3240)] = 115249, + [SMALL_STATE(3241)] = 115262, + [SMALL_STATE(3242)] = 115277, + [SMALL_STATE(3243)] = 115288, + [SMALL_STATE(3244)] = 115299, + [SMALL_STATE(3245)] = 115318, + [SMALL_STATE(3246)] = 115329, + [SMALL_STATE(3247)] = 115340, + [SMALL_STATE(3248)] = 115351, + [SMALL_STATE(3249)] = 115370, + [SMALL_STATE(3250)] = 115381, + [SMALL_STATE(3251)] = 115398, + [SMALL_STATE(3252)] = 115409, + [SMALL_STATE(3253)] = 115428, + [SMALL_STATE(3254)] = 115439, + [SMALL_STATE(3255)] = 115450, + [SMALL_STATE(3256)] = 115461, + [SMALL_STATE(3257)] = 115472, + [SMALL_STATE(3258)] = 115483, + [SMALL_STATE(3259)] = 115502, + [SMALL_STATE(3260)] = 115521, + [SMALL_STATE(3261)] = 115532, + [SMALL_STATE(3262)] = 115551, + [SMALL_STATE(3263)] = 115566, + [SMALL_STATE(3264)] = 115577, + [SMALL_STATE(3265)] = 115588, + [SMALL_STATE(3266)] = 115603, + [SMALL_STATE(3267)] = 115622, + [SMALL_STATE(3268)] = 115641, + [SMALL_STATE(3269)] = 115652, + [SMALL_STATE(3270)] = 115671, + [SMALL_STATE(3271)] = 115682, + [SMALL_STATE(3272)] = 115701, + [SMALL_STATE(3273)] = 115712, + [SMALL_STATE(3274)] = 115731, + [SMALL_STATE(3275)] = 115746, + [SMALL_STATE(3276)] = 115757, + [SMALL_STATE(3277)] = 115768, + [SMALL_STATE(3278)] = 115779, + [SMALL_STATE(3279)] = 115798, + [SMALL_STATE(3280)] = 115811, + [SMALL_STATE(3281)] = 115830, + [SMALL_STATE(3282)] = 115841, + [SMALL_STATE(3283)] = 115858, + [SMALL_STATE(3284)] = 115869, + [SMALL_STATE(3285)] = 115886, + [SMALL_STATE(3286)] = 115897, + [SMALL_STATE(3287)] = 115908, + [SMALL_STATE(3288)] = 115919, + [SMALL_STATE(3289)] = 115930, + [SMALL_STATE(3290)] = 115949, + [SMALL_STATE(3291)] = 115960, + [SMALL_STATE(3292)] = 115975, + [SMALL_STATE(3293)] = 115986, + [SMALL_STATE(3294)] = 115997, + [SMALL_STATE(3295)] = 116012, + [SMALL_STATE(3296)] = 116023, + [SMALL_STATE(3297)] = 116042, + [SMALL_STATE(3298)] = 116053, + [SMALL_STATE(3299)] = 116064, + [SMALL_STATE(3300)] = 116083, + [SMALL_STATE(3301)] = 116094, + [SMALL_STATE(3302)] = 116109, + [SMALL_STATE(3303)] = 116124, + [SMALL_STATE(3304)] = 116143, + [SMALL_STATE(3305)] = 116156, + [SMALL_STATE(3306)] = 116173, + [SMALL_STATE(3307)] = 116184, + [SMALL_STATE(3308)] = 116203, + [SMALL_STATE(3309)] = 116220, + [SMALL_STATE(3310)] = 116239, + [SMALL_STATE(3311)] = 116258, + [SMALL_STATE(3312)] = 116277, + [SMALL_STATE(3313)] = 116288, + [SMALL_STATE(3314)] = 116299, + [SMALL_STATE(3315)] = 116318, + [SMALL_STATE(3316)] = 116333, + [SMALL_STATE(3317)] = 116344, + [SMALL_STATE(3318)] = 116355, + [SMALL_STATE(3319)] = 116366, + [SMALL_STATE(3320)] = 116377, + [SMALL_STATE(3321)] = 116396, + [SMALL_STATE(3322)] = 116407, + [SMALL_STATE(3323)] = 116420, + [SMALL_STATE(3324)] = 116433, + [SMALL_STATE(3325)] = 116452, + [SMALL_STATE(3326)] = 116463, + [SMALL_STATE(3327)] = 116474, + [SMALL_STATE(3328)] = 116485, + [SMALL_STATE(3329)] = 116504, + [SMALL_STATE(3330)] = 116523, + [SMALL_STATE(3331)] = 116540, + [SMALL_STATE(3332)] = 116559, + [SMALL_STATE(3333)] = 116570, + [SMALL_STATE(3334)] = 116581, + [SMALL_STATE(3335)] = 116600, + [SMALL_STATE(3336)] = 116619, + [SMALL_STATE(3337)] = 116630, + [SMALL_STATE(3338)] = 116641, + [SMALL_STATE(3339)] = 116658, + [SMALL_STATE(3340)] = 116673, + [SMALL_STATE(3341)] = 116684, + [SMALL_STATE(3342)] = 116695, + [SMALL_STATE(3343)] = 116712, + [SMALL_STATE(3344)] = 116723, + [SMALL_STATE(3345)] = 116734, + [SMALL_STATE(3346)] = 116745, + [SMALL_STATE(3347)] = 116758, + [SMALL_STATE(3348)] = 116771, + [SMALL_STATE(3349)] = 116788, + [SMALL_STATE(3350)] = 116799, + [SMALL_STATE(3351)] = 116810, + [SMALL_STATE(3352)] = 116821, + [SMALL_STATE(3353)] = 116834, + [SMALL_STATE(3354)] = 116853, + [SMALL_STATE(3355)] = 116864, + [SMALL_STATE(3356)] = 116883, + [SMALL_STATE(3357)] = 116894, + [SMALL_STATE(3358)] = 116913, + [SMALL_STATE(3359)] = 116924, + [SMALL_STATE(3360)] = 116941, + [SMALL_STATE(3361)] = 116952, + [SMALL_STATE(3362)] = 116963, + [SMALL_STATE(3363)] = 116974, + [SMALL_STATE(3364)] = 116985, + [SMALL_STATE(3365)] = 116996, + [SMALL_STATE(3366)] = 117015, + [SMALL_STATE(3367)] = 117034, + [SMALL_STATE(3368)] = 117045, + [SMALL_STATE(3369)] = 117064, + [SMALL_STATE(3370)] = 117079, + [SMALL_STATE(3371)] = 117090, + [SMALL_STATE(3372)] = 117109, + [SMALL_STATE(3373)] = 117120, + [SMALL_STATE(3374)] = 117137, + [SMALL_STATE(3375)] = 117156, + [SMALL_STATE(3376)] = 117167, + [SMALL_STATE(3377)] = 117178, + [SMALL_STATE(3378)] = 117193, + [SMALL_STATE(3379)] = 117212, + [SMALL_STATE(3380)] = 117223, + [SMALL_STATE(3381)] = 117238, + [SMALL_STATE(3382)] = 117249, + [SMALL_STATE(3383)] = 117260, + [SMALL_STATE(3384)] = 117275, + [SMALL_STATE(3385)] = 117290, + [SMALL_STATE(3386)] = 117309, + [SMALL_STATE(3387)] = 117320, + [SMALL_STATE(3388)] = 117333, + [SMALL_STATE(3389)] = 117346, + [SMALL_STATE(3390)] = 117357, + [SMALL_STATE(3391)] = 117368, + [SMALL_STATE(3392)] = 117379, + [SMALL_STATE(3393)] = 117390, + [SMALL_STATE(3394)] = 117401, + [SMALL_STATE(3395)] = 117420, + [SMALL_STATE(3396)] = 117437, + [SMALL_STATE(3397)] = 117448, + [SMALL_STATE(3398)] = 117459, + [SMALL_STATE(3399)] = 117470, + [SMALL_STATE(3400)] = 117481, + [SMALL_STATE(3401)] = 117492, + [SMALL_STATE(3402)] = 117503, + [SMALL_STATE(3403)] = 117514, + [SMALL_STATE(3404)] = 117525, + [SMALL_STATE(3405)] = 117536, + [SMALL_STATE(3406)] = 117551, + [SMALL_STATE(3407)] = 117562, + [SMALL_STATE(3408)] = 117581, + [SMALL_STATE(3409)] = 117592, + [SMALL_STATE(3410)] = 117603, + [SMALL_STATE(3411)] = 117614, + [SMALL_STATE(3412)] = 117633, + [SMALL_STATE(3413)] = 117644, + [SMALL_STATE(3414)] = 117655, + [SMALL_STATE(3415)] = 117666, + [SMALL_STATE(3416)] = 117683, + [SMALL_STATE(3417)] = 117694, + [SMALL_STATE(3418)] = 117709, + [SMALL_STATE(3419)] = 117720, + [SMALL_STATE(3420)] = 117731, + [SMALL_STATE(3421)] = 117746, + [SMALL_STATE(3422)] = 117757, + [SMALL_STATE(3423)] = 117768, + [SMALL_STATE(3424)] = 117779, + [SMALL_STATE(3425)] = 117790, + [SMALL_STATE(3426)] = 117807, + [SMALL_STATE(3427)] = 117818, + [SMALL_STATE(3428)] = 117829, + [SMALL_STATE(3429)] = 117844, + [SMALL_STATE(3430)] = 117859, + [SMALL_STATE(3431)] = 117870, + [SMALL_STATE(3432)] = 117881, + [SMALL_STATE(3433)] = 117900, + [SMALL_STATE(3434)] = 117911, + [SMALL_STATE(3435)] = 117930, + [SMALL_STATE(3436)] = 117941, + [SMALL_STATE(3437)] = 117960, + [SMALL_STATE(3438)] = 117979, + [SMALL_STATE(3439)] = 117996, + [SMALL_STATE(3440)] = 118007, + [SMALL_STATE(3441)] = 118026, + [SMALL_STATE(3442)] = 118037, + [SMALL_STATE(3443)] = 118050, + [SMALL_STATE(3444)] = 118061, + [SMALL_STATE(3445)] = 118074, + [SMALL_STATE(3446)] = 118093, + [SMALL_STATE(3447)] = 118112, + [SMALL_STATE(3448)] = 118123, + [SMALL_STATE(3449)] = 118138, + [SMALL_STATE(3450)] = 118149, + [SMALL_STATE(3451)] = 118164, + [SMALL_STATE(3452)] = 118179, + [SMALL_STATE(3453)] = 118190, + [SMALL_STATE(3454)] = 118201, + [SMALL_STATE(3455)] = 118212, + [SMALL_STATE(3456)] = 118231, + [SMALL_STATE(3457)] = 118250, + [SMALL_STATE(3458)] = 118261, + [SMALL_STATE(3459)] = 118272, + [SMALL_STATE(3460)] = 118285, + [SMALL_STATE(3461)] = 118304, + [SMALL_STATE(3462)] = 118323, + [SMALL_STATE(3463)] = 118336, + [SMALL_STATE(3464)] = 118347, + [SMALL_STATE(3465)] = 118358, + [SMALL_STATE(3466)] = 118377, + [SMALL_STATE(3467)] = 118390, + [SMALL_STATE(3468)] = 118401, + [SMALL_STATE(3469)] = 118414, + [SMALL_STATE(3470)] = 118425, + [SMALL_STATE(3471)] = 118438, + [SMALL_STATE(3472)] = 118455, + [SMALL_STATE(3473)] = 118468, + [SMALL_STATE(3474)] = 118481, + [SMALL_STATE(3475)] = 118494, + [SMALL_STATE(3476)] = 118513, + [SMALL_STATE(3477)] = 118528, + [SMALL_STATE(3478)] = 118539, + [SMALL_STATE(3479)] = 118552, + [SMALL_STATE(3480)] = 118571, + [SMALL_STATE(3481)] = 118582, + [SMALL_STATE(3482)] = 118595, + [SMALL_STATE(3483)] = 118614, + [SMALL_STATE(3484)] = 118625, + [SMALL_STATE(3485)] = 118636, + [SMALL_STATE(3486)] = 118647, + [SMALL_STATE(3487)] = 118658, + [SMALL_STATE(3488)] = 118677, + [SMALL_STATE(3489)] = 118688, + [SMALL_STATE(3490)] = 118699, + [SMALL_STATE(3491)] = 118710, + [SMALL_STATE(3492)] = 118721, + [SMALL_STATE(3493)] = 118732, + [SMALL_STATE(3494)] = 118751, + [SMALL_STATE(3495)] = 118762, + [SMALL_STATE(3496)] = 118781, + [SMALL_STATE(3497)] = 118792, + [SMALL_STATE(3498)] = 118803, + [SMALL_STATE(3499)] = 118814, + [SMALL_STATE(3500)] = 118833, + [SMALL_STATE(3501)] = 118852, + [SMALL_STATE(3502)] = 118863, + [SMALL_STATE(3503)] = 118882, + [SMALL_STATE(3504)] = 118895, + [SMALL_STATE(3505)] = 118912, + [SMALL_STATE(3506)] = 118931, + [SMALL_STATE(3507)] = 118950, + [SMALL_STATE(3508)] = 118963, + [SMALL_STATE(3509)] = 118974, + [SMALL_STATE(3510)] = 118993, + [SMALL_STATE(3511)] = 119006, + [SMALL_STATE(3512)] = 119019, + [SMALL_STATE(3513)] = 119032, + [SMALL_STATE(3514)] = 119049, + [SMALL_STATE(3515)] = 119066, + [SMALL_STATE(3516)] = 119083, + [SMALL_STATE(3517)] = 119100, + [SMALL_STATE(3518)] = 119111, + [SMALL_STATE(3519)] = 119122, + [SMALL_STATE(3520)] = 119133, + [SMALL_STATE(3521)] = 119152, + [SMALL_STATE(3522)] = 119168, + [SMALL_STATE(3523)] = 119184, + [SMALL_STATE(3524)] = 119198, + [SMALL_STATE(3525)] = 119214, + [SMALL_STATE(3526)] = 119230, + [SMALL_STATE(3527)] = 119246, + [SMALL_STATE(3528)] = 119262, + [SMALL_STATE(3529)] = 119278, + [SMALL_STATE(3530)] = 119292, + [SMALL_STATE(3531)] = 119306, + [SMALL_STATE(3532)] = 119320, + [SMALL_STATE(3533)] = 119336, + [SMALL_STATE(3534)] = 119350, + [SMALL_STATE(3535)] = 119366, + [SMALL_STATE(3536)] = 119382, + [SMALL_STATE(3537)] = 119396, + [SMALL_STATE(3538)] = 119412, + [SMALL_STATE(3539)] = 119426, + [SMALL_STATE(3540)] = 119442, + [SMALL_STATE(3541)] = 119458, + [SMALL_STATE(3542)] = 119472, + [SMALL_STATE(3543)] = 119486, + [SMALL_STATE(3544)] = 119502, + [SMALL_STATE(3545)] = 119516, + [SMALL_STATE(3546)] = 119526, + [SMALL_STATE(3547)] = 119540, + [SMALL_STATE(3548)] = 119554, + [SMALL_STATE(3549)] = 119568, + [SMALL_STATE(3550)] = 119584, + [SMALL_STATE(3551)] = 119600, + [SMALL_STATE(3552)] = 119616, + [SMALL_STATE(3553)] = 119626, + [SMALL_STATE(3554)] = 119640, + [SMALL_STATE(3555)] = 119654, + [SMALL_STATE(3556)] = 119670, + [SMALL_STATE(3557)] = 119686, + [SMALL_STATE(3558)] = 119700, + [SMALL_STATE(3559)] = 119714, + [SMALL_STATE(3560)] = 119728, + [SMALL_STATE(3561)] = 119742, + [SMALL_STATE(3562)] = 119756, + [SMALL_STATE(3563)] = 119770, + [SMALL_STATE(3564)] = 119784, + [SMALL_STATE(3565)] = 119800, + [SMALL_STATE(3566)] = 119814, + [SMALL_STATE(3567)] = 119828, + [SMALL_STATE(3568)] = 119844, + [SMALL_STATE(3569)] = 119860, + [SMALL_STATE(3570)] = 119876, + [SMALL_STATE(3571)] = 119892, + [SMALL_STATE(3572)] = 119906, + [SMALL_STATE(3573)] = 119920, + [SMALL_STATE(3574)] = 119936, + [SMALL_STATE(3575)] = 119950, + [SMALL_STATE(3576)] = 119964, + [SMALL_STATE(3577)] = 119980, + [SMALL_STATE(3578)] = 119994, + [SMALL_STATE(3579)] = 120008, + [SMALL_STATE(3580)] = 120022, + [SMALL_STATE(3581)] = 120036, + [SMALL_STATE(3582)] = 120050, + [SMALL_STATE(3583)] = 120066, + [SMALL_STATE(3584)] = 120080, + [SMALL_STATE(3585)] = 120096, + [SMALL_STATE(3586)] = 120112, + [SMALL_STATE(3587)] = 120126, + [SMALL_STATE(3588)] = 120136, + [SMALL_STATE(3589)] = 120150, + [SMALL_STATE(3590)] = 120164, + [SMALL_STATE(3591)] = 120178, + [SMALL_STATE(3592)] = 120192, + [SMALL_STATE(3593)] = 120208, + [SMALL_STATE(3594)] = 120222, + [SMALL_STATE(3595)] = 120238, + [SMALL_STATE(3596)] = 120252, + [SMALL_STATE(3597)] = 120266, + [SMALL_STATE(3598)] = 120280, + [SMALL_STATE(3599)] = 120296, + [SMALL_STATE(3600)] = 120310, + [SMALL_STATE(3601)] = 120326, + [SMALL_STATE(3602)] = 120342, + [SMALL_STATE(3603)] = 120358, + [SMALL_STATE(3604)] = 120374, + [SMALL_STATE(3605)] = 120388, + [SMALL_STATE(3606)] = 120404, + [SMALL_STATE(3607)] = 120418, + [SMALL_STATE(3608)] = 120432, + [SMALL_STATE(3609)] = 120448, + [SMALL_STATE(3610)] = 120464, + [SMALL_STATE(3611)] = 120480, + [SMALL_STATE(3612)] = 120496, + [SMALL_STATE(3613)] = 120510, + [SMALL_STATE(3614)] = 120522, + [SMALL_STATE(3615)] = 120538, + [SMALL_STATE(3616)] = 120552, + [SMALL_STATE(3617)] = 120568, + [SMALL_STATE(3618)] = 120582, + [SMALL_STATE(3619)] = 120598, + [SMALL_STATE(3620)] = 120612, + [SMALL_STATE(3621)] = 120626, + [SMALL_STATE(3622)] = 120642, + [SMALL_STATE(3623)] = 120658, + [SMALL_STATE(3624)] = 120674, + [SMALL_STATE(3625)] = 120688, + [SMALL_STATE(3626)] = 120702, + [SMALL_STATE(3627)] = 120718, + [SMALL_STATE(3628)] = 120734, + [SMALL_STATE(3629)] = 120748, + [SMALL_STATE(3630)] = 120764, + [SMALL_STATE(3631)] = 120776, + [SMALL_STATE(3632)] = 120792, + [SMALL_STATE(3633)] = 120808, + [SMALL_STATE(3634)] = 120822, + [SMALL_STATE(3635)] = 120836, + [SMALL_STATE(3636)] = 120850, + [SMALL_STATE(3637)] = 120866, + [SMALL_STATE(3638)] = 120882, + [SMALL_STATE(3639)] = 120898, + [SMALL_STATE(3640)] = 120912, + [SMALL_STATE(3641)] = 120928, + [SMALL_STATE(3642)] = 120944, + [SMALL_STATE(3643)] = 120960, + [SMALL_STATE(3644)] = 120976, + [SMALL_STATE(3645)] = 120992, + [SMALL_STATE(3646)] = 121006, + [SMALL_STATE(3647)] = 121022, + [SMALL_STATE(3648)] = 121038, + [SMALL_STATE(3649)] = 121052, + [SMALL_STATE(3650)] = 121068, + [SMALL_STATE(3651)] = 121084, + [SMALL_STATE(3652)] = 121100, + [SMALL_STATE(3653)] = 121116, + [SMALL_STATE(3654)] = 121132, + [SMALL_STATE(3655)] = 121148, + [SMALL_STATE(3656)] = 121162, + [SMALL_STATE(3657)] = 121178, + [SMALL_STATE(3658)] = 121191, + [SMALL_STATE(3659)] = 121204, + [SMALL_STATE(3660)] = 121217, + [SMALL_STATE(3661)] = 121230, + [SMALL_STATE(3662)] = 121239, + [SMALL_STATE(3663)] = 121252, + [SMALL_STATE(3664)] = 121265, + [SMALL_STATE(3665)] = 121274, + [SMALL_STATE(3666)] = 121287, + [SMALL_STATE(3667)] = 121300, + [SMALL_STATE(3668)] = 121311, + [SMALL_STATE(3669)] = 121324, + [SMALL_STATE(3670)] = 121333, + [SMALL_STATE(3671)] = 121342, + [SMALL_STATE(3672)] = 121353, + [SMALL_STATE(3673)] = 121362, + [SMALL_STATE(3674)] = 121371, + [SMALL_STATE(3675)] = 121380, + [SMALL_STATE(3676)] = 121391, + [SMALL_STATE(3677)] = 121400, + [SMALL_STATE(3678)] = 121413, + [SMALL_STATE(3679)] = 121426, + [SMALL_STATE(3680)] = 121439, + [SMALL_STATE(3681)] = 121450, + [SMALL_STATE(3682)] = 121463, + [SMALL_STATE(3683)] = 121476, + [SMALL_STATE(3684)] = 121485, + [SMALL_STATE(3685)] = 121498, + [SMALL_STATE(3686)] = 121511, + [SMALL_STATE(3687)] = 121524, + [SMALL_STATE(3688)] = 121537, + [SMALL_STATE(3689)] = 121550, + [SMALL_STATE(3690)] = 121563, + [SMALL_STATE(3691)] = 121572, + [SMALL_STATE(3692)] = 121585, + [SMALL_STATE(3693)] = 121594, + [SMALL_STATE(3694)] = 121607, + [SMALL_STATE(3695)] = 121618, + [SMALL_STATE(3696)] = 121627, + [SMALL_STATE(3697)] = 121640, + [SMALL_STATE(3698)] = 121653, + [SMALL_STATE(3699)] = 121666, + [SMALL_STATE(3700)] = 121679, + [SMALL_STATE(3701)] = 121692, + [SMALL_STATE(3702)] = 121705, + [SMALL_STATE(3703)] = 121718, + [SMALL_STATE(3704)] = 121731, + [SMALL_STATE(3705)] = 121744, + [SMALL_STATE(3706)] = 121757, + [SMALL_STATE(3707)] = 121768, + [SMALL_STATE(3708)] = 121777, + [SMALL_STATE(3709)] = 121786, + [SMALL_STATE(3710)] = 121799, + [SMALL_STATE(3711)] = 121810, + [SMALL_STATE(3712)] = 121821, + [SMALL_STATE(3713)] = 121832, + [SMALL_STATE(3714)] = 121843, + [SMALL_STATE(3715)] = 121856, + [SMALL_STATE(3716)] = 121865, + [SMALL_STATE(3717)] = 121878, + [SMALL_STATE(3718)] = 121889, + [SMALL_STATE(3719)] = 121902, + [SMALL_STATE(3720)] = 121915, + [SMALL_STATE(3721)] = 121928, + [SMALL_STATE(3722)] = 121937, + [SMALL_STATE(3723)] = 121950, + [SMALL_STATE(3724)] = 121963, + [SMALL_STATE(3725)] = 121976, + [SMALL_STATE(3726)] = 121989, + [SMALL_STATE(3727)] = 122002, + [SMALL_STATE(3728)] = 122015, + [SMALL_STATE(3729)] = 122024, + [SMALL_STATE(3730)] = 122037, + [SMALL_STATE(3731)] = 122050, + [SMALL_STATE(3732)] = 122063, + [SMALL_STATE(3733)] = 122076, + [SMALL_STATE(3734)] = 122087, + [SMALL_STATE(3735)] = 122100, + [SMALL_STATE(3736)] = 122113, + [SMALL_STATE(3737)] = 122126, + [SMALL_STATE(3738)] = 122139, + [SMALL_STATE(3739)] = 122152, + [SMALL_STATE(3740)] = 122165, + [SMALL_STATE(3741)] = 122178, + [SMALL_STATE(3742)] = 122191, + [SMALL_STATE(3743)] = 122204, + [SMALL_STATE(3744)] = 122217, + [SMALL_STATE(3745)] = 122230, + [SMALL_STATE(3746)] = 122241, + [SMALL_STATE(3747)] = 122254, + [SMALL_STATE(3748)] = 122263, + [SMALL_STATE(3749)] = 122272, + [SMALL_STATE(3750)] = 122283, + [SMALL_STATE(3751)] = 122292, + [SMALL_STATE(3752)] = 122301, + [SMALL_STATE(3753)] = 122314, + [SMALL_STATE(3754)] = 122323, + [SMALL_STATE(3755)] = 122336, + [SMALL_STATE(3756)] = 122349, + [SMALL_STATE(3757)] = 122362, + [SMALL_STATE(3758)] = 122375, + [SMALL_STATE(3759)] = 122388, + [SMALL_STATE(3760)] = 122397, + [SMALL_STATE(3761)] = 122410, + [SMALL_STATE(3762)] = 122419, + [SMALL_STATE(3763)] = 122432, + [SMALL_STATE(3764)] = 122445, + [SMALL_STATE(3765)] = 122454, + [SMALL_STATE(3766)] = 122463, + [SMALL_STATE(3767)] = 122472, + [SMALL_STATE(3768)] = 122481, + [SMALL_STATE(3769)] = 122490, + [SMALL_STATE(3770)] = 122503, + [SMALL_STATE(3771)] = 122512, + [SMALL_STATE(3772)] = 122521, + [SMALL_STATE(3773)] = 122534, + [SMALL_STATE(3774)] = 122547, + [SMALL_STATE(3775)] = 122556, + [SMALL_STATE(3776)] = 122565, + [SMALL_STATE(3777)] = 122574, + [SMALL_STATE(3778)] = 122583, + [SMALL_STATE(3779)] = 122592, + [SMALL_STATE(3780)] = 122601, + [SMALL_STATE(3781)] = 122610, + [SMALL_STATE(3782)] = 122619, + [SMALL_STATE(3783)] = 122632, + [SMALL_STATE(3784)] = 122641, + [SMALL_STATE(3785)] = 122654, + [SMALL_STATE(3786)] = 122667, + [SMALL_STATE(3787)] = 122676, + [SMALL_STATE(3788)] = 122687, + [SMALL_STATE(3789)] = 122700, + [SMALL_STATE(3790)] = 122713, + [SMALL_STATE(3791)] = 122726, + [SMALL_STATE(3792)] = 122739, + [SMALL_STATE(3793)] = 122750, + [SMALL_STATE(3794)] = 122763, + [SMALL_STATE(3795)] = 122772, + [SMALL_STATE(3796)] = 122785, + [SMALL_STATE(3797)] = 122798, + [SMALL_STATE(3798)] = 122807, + [SMALL_STATE(3799)] = 122820, + [SMALL_STATE(3800)] = 122833, + [SMALL_STATE(3801)] = 122846, + [SMALL_STATE(3802)] = 122855, + [SMALL_STATE(3803)] = 122864, + [SMALL_STATE(3804)] = 122873, + [SMALL_STATE(3805)] = 122882, + [SMALL_STATE(3806)] = 122891, + [SMALL_STATE(3807)] = 122900, + [SMALL_STATE(3808)] = 122913, + [SMALL_STATE(3809)] = 122926, + [SMALL_STATE(3810)] = 122939, + [SMALL_STATE(3811)] = 122948, + [SMALL_STATE(3812)] = 122957, + [SMALL_STATE(3813)] = 122966, + [SMALL_STATE(3814)] = 122979, + [SMALL_STATE(3815)] = 122988, + [SMALL_STATE(3816)] = 123001, + [SMALL_STATE(3817)] = 123010, + [SMALL_STATE(3818)] = 123023, + [SMALL_STATE(3819)] = 123036, + [SMALL_STATE(3820)] = 123049, + [SMALL_STATE(3821)] = 123062, + [SMALL_STATE(3822)] = 123075, + [SMALL_STATE(3823)] = 123088, + [SMALL_STATE(3824)] = 123101, + [SMALL_STATE(3825)] = 123114, + [SMALL_STATE(3826)] = 123127, + [SMALL_STATE(3827)] = 123140, + [SMALL_STATE(3828)] = 123153, + [SMALL_STATE(3829)] = 123162, + [SMALL_STATE(3830)] = 123175, + [SMALL_STATE(3831)] = 123184, + [SMALL_STATE(3832)] = 123197, + [SMALL_STATE(3833)] = 123210, + [SMALL_STATE(3834)] = 123223, + [SMALL_STATE(3835)] = 123234, + [SMALL_STATE(3836)] = 123243, + [SMALL_STATE(3837)] = 123252, + [SMALL_STATE(3838)] = 123265, + [SMALL_STATE(3839)] = 123278, + [SMALL_STATE(3840)] = 123291, + [SMALL_STATE(3841)] = 123304, + [SMALL_STATE(3842)] = 123317, + [SMALL_STATE(3843)] = 123330, + [SMALL_STATE(3844)] = 123343, + [SMALL_STATE(3845)] = 123352, + [SMALL_STATE(3846)] = 123365, + [SMALL_STATE(3847)] = 123378, + [SMALL_STATE(3848)] = 123391, + [SMALL_STATE(3849)] = 123404, + [SMALL_STATE(3850)] = 123417, + [SMALL_STATE(3851)] = 123430, + [SMALL_STATE(3852)] = 123443, + [SMALL_STATE(3853)] = 123456, + [SMALL_STATE(3854)] = 123469, + [SMALL_STATE(3855)] = 123480, + [SMALL_STATE(3856)] = 123493, + [SMALL_STATE(3857)] = 123506, + [SMALL_STATE(3858)] = 123519, + [SMALL_STATE(3859)] = 123530, + [SMALL_STATE(3860)] = 123541, + [SMALL_STATE(3861)] = 123554, + [SMALL_STATE(3862)] = 123567, + [SMALL_STATE(3863)] = 123580, + [SMALL_STATE(3864)] = 123593, + [SMALL_STATE(3865)] = 123606, + [SMALL_STATE(3866)] = 123617, + [SMALL_STATE(3867)] = 123630, + [SMALL_STATE(3868)] = 123643, + [SMALL_STATE(3869)] = 123656, + [SMALL_STATE(3870)] = 123665, + [SMALL_STATE(3871)] = 123678, + [SMALL_STATE(3872)] = 123691, + [SMALL_STATE(3873)] = 123704, + [SMALL_STATE(3874)] = 123717, + [SMALL_STATE(3875)] = 123730, + [SMALL_STATE(3876)] = 123743, + [SMALL_STATE(3877)] = 123756, + [SMALL_STATE(3878)] = 123769, + [SMALL_STATE(3879)] = 123782, + [SMALL_STATE(3880)] = 123795, + [SMALL_STATE(3881)] = 123806, + [SMALL_STATE(3882)] = 123815, + [SMALL_STATE(3883)] = 123828, + [SMALL_STATE(3884)] = 123841, + [SMALL_STATE(3885)] = 123854, + [SMALL_STATE(3886)] = 123863, + [SMALL_STATE(3887)] = 123872, + [SMALL_STATE(3888)] = 123881, + [SMALL_STATE(3889)] = 123892, + [SMALL_STATE(3890)] = 123903, + [SMALL_STATE(3891)] = 123914, + [SMALL_STATE(3892)] = 123927, + [SMALL_STATE(3893)] = 123940, + [SMALL_STATE(3894)] = 123953, + [SMALL_STATE(3895)] = 123966, + [SMALL_STATE(3896)] = 123977, + [SMALL_STATE(3897)] = 123985, + [SMALL_STATE(3898)] = 123993, + [SMALL_STATE(3899)] = 124001, + [SMALL_STATE(3900)] = 124009, + [SMALL_STATE(3901)] = 124019, + [SMALL_STATE(3902)] = 124029, + [SMALL_STATE(3903)] = 124039, + [SMALL_STATE(3904)] = 124049, + [SMALL_STATE(3905)] = 124057, + [SMALL_STATE(3906)] = 124067, + [SMALL_STATE(3907)] = 124077, + [SMALL_STATE(3908)] = 124087, + [SMALL_STATE(3909)] = 124097, + [SMALL_STATE(3910)] = 124107, + [SMALL_STATE(3911)] = 124115, + [SMALL_STATE(3912)] = 124125, + [SMALL_STATE(3913)] = 124133, + [SMALL_STATE(3914)] = 124141, + [SMALL_STATE(3915)] = 124151, + [SMALL_STATE(3916)] = 124161, + [SMALL_STATE(3917)] = 124169, + [SMALL_STATE(3918)] = 124177, + [SMALL_STATE(3919)] = 124185, + [SMALL_STATE(3920)] = 124193, + [SMALL_STATE(3921)] = 124201, + [SMALL_STATE(3922)] = 124211, + [SMALL_STATE(3923)] = 124221, + [SMALL_STATE(3924)] = 124231, + [SMALL_STATE(3925)] = 124239, + [SMALL_STATE(3926)] = 124249, + [SMALL_STATE(3927)] = 124259, + [SMALL_STATE(3928)] = 124269, + [SMALL_STATE(3929)] = 124277, + [SMALL_STATE(3930)] = 124287, + [SMALL_STATE(3931)] = 124297, + [SMALL_STATE(3932)] = 124305, + [SMALL_STATE(3933)] = 124313, + [SMALL_STATE(3934)] = 124323, + [SMALL_STATE(3935)] = 124331, + [SMALL_STATE(3936)] = 124339, + [SMALL_STATE(3937)] = 124347, + [SMALL_STATE(3938)] = 124355, + [SMALL_STATE(3939)] = 124363, + [SMALL_STATE(3940)] = 124373, + [SMALL_STATE(3941)] = 124381, + [SMALL_STATE(3942)] = 124389, + [SMALL_STATE(3943)] = 124397, + [SMALL_STATE(3944)] = 124405, + [SMALL_STATE(3945)] = 124415, + [SMALL_STATE(3946)] = 124425, + [SMALL_STATE(3947)] = 124435, + [SMALL_STATE(3948)] = 124443, + [SMALL_STATE(3949)] = 124453, + [SMALL_STATE(3950)] = 124463, + [SMALL_STATE(3951)] = 124473, + [SMALL_STATE(3952)] = 124481, + [SMALL_STATE(3953)] = 124491, + [SMALL_STATE(3954)] = 124501, + [SMALL_STATE(3955)] = 124511, + [SMALL_STATE(3956)] = 124519, + [SMALL_STATE(3957)] = 124529, + [SMALL_STATE(3958)] = 124537, + [SMALL_STATE(3959)] = 124545, + [SMALL_STATE(3960)] = 124553, + [SMALL_STATE(3961)] = 124561, + [SMALL_STATE(3962)] = 124571, + [SMALL_STATE(3963)] = 124579, + [SMALL_STATE(3964)] = 124589, + [SMALL_STATE(3965)] = 124599, + [SMALL_STATE(3966)] = 124607, + [SMALL_STATE(3967)] = 124617, + [SMALL_STATE(3968)] = 124627, + [SMALL_STATE(3969)] = 124635, + [SMALL_STATE(3970)] = 124645, + [SMALL_STATE(3971)] = 124655, + [SMALL_STATE(3972)] = 124665, + [SMALL_STATE(3973)] = 124675, + [SMALL_STATE(3974)] = 124685, + [SMALL_STATE(3975)] = 124695, + [SMALL_STATE(3976)] = 124703, + [SMALL_STATE(3977)] = 124713, + [SMALL_STATE(3978)] = 124723, + [SMALL_STATE(3979)] = 124733, + [SMALL_STATE(3980)] = 124743, + [SMALL_STATE(3981)] = 124753, + [SMALL_STATE(3982)] = 124763, + [SMALL_STATE(3983)] = 124773, + [SMALL_STATE(3984)] = 124781, + [SMALL_STATE(3985)] = 124789, + [SMALL_STATE(3986)] = 124797, + [SMALL_STATE(3987)] = 124805, + [SMALL_STATE(3988)] = 124813, + [SMALL_STATE(3989)] = 124821, + [SMALL_STATE(3990)] = 124831, + [SMALL_STATE(3991)] = 124841, + [SMALL_STATE(3992)] = 124849, + [SMALL_STATE(3993)] = 124857, + [SMALL_STATE(3994)] = 124867, + [SMALL_STATE(3995)] = 124877, + [SMALL_STATE(3996)] = 124887, + [SMALL_STATE(3997)] = 124897, + [SMALL_STATE(3998)] = 124905, + [SMALL_STATE(3999)] = 124913, + [SMALL_STATE(4000)] = 124923, + [SMALL_STATE(4001)] = 124933, + [SMALL_STATE(4002)] = 124941, + [SMALL_STATE(4003)] = 124951, + [SMALL_STATE(4004)] = 124961, + [SMALL_STATE(4005)] = 124971, + [SMALL_STATE(4006)] = 124981, + [SMALL_STATE(4007)] = 124989, + [SMALL_STATE(4008)] = 124999, + [SMALL_STATE(4009)] = 125009, + [SMALL_STATE(4010)] = 125017, + [SMALL_STATE(4011)] = 125027, + [SMALL_STATE(4012)] = 125037, + [SMALL_STATE(4013)] = 125045, + [SMALL_STATE(4014)] = 125055, + [SMALL_STATE(4015)] = 125065, + [SMALL_STATE(4016)] = 125075, + [SMALL_STATE(4017)] = 125085, + [SMALL_STATE(4018)] = 125095, + [SMALL_STATE(4019)] = 125105, + [SMALL_STATE(4020)] = 125115, + [SMALL_STATE(4021)] = 125125, + [SMALL_STATE(4022)] = 125135, + [SMALL_STATE(4023)] = 125145, + [SMALL_STATE(4024)] = 125155, + [SMALL_STATE(4025)] = 125165, + [SMALL_STATE(4026)] = 125173, + [SMALL_STATE(4027)] = 125181, + [SMALL_STATE(4028)] = 125191, + [SMALL_STATE(4029)] = 125199, + [SMALL_STATE(4030)] = 125209, + [SMALL_STATE(4031)] = 125217, + [SMALL_STATE(4032)] = 125227, + [SMALL_STATE(4033)] = 125237, + [SMALL_STATE(4034)] = 125247, + [SMALL_STATE(4035)] = 125257, + [SMALL_STATE(4036)] = 125267, + [SMALL_STATE(4037)] = 125277, + [SMALL_STATE(4038)] = 125287, + [SMALL_STATE(4039)] = 125297, + [SMALL_STATE(4040)] = 125307, + [SMALL_STATE(4041)] = 125317, + [SMALL_STATE(4042)] = 125327, + [SMALL_STATE(4043)] = 125337, + [SMALL_STATE(4044)] = 125347, + [SMALL_STATE(4045)] = 125357, + [SMALL_STATE(4046)] = 125367, + [SMALL_STATE(4047)] = 125377, + [SMALL_STATE(4048)] = 125387, + [SMALL_STATE(4049)] = 125397, + [SMALL_STATE(4050)] = 125407, + [SMALL_STATE(4051)] = 125417, + [SMALL_STATE(4052)] = 125427, + [SMALL_STATE(4053)] = 125437, + [SMALL_STATE(4054)] = 125447, + [SMALL_STATE(4055)] = 125457, + [SMALL_STATE(4056)] = 125465, + [SMALL_STATE(4057)] = 125475, + [SMALL_STATE(4058)] = 125485, + [SMALL_STATE(4059)] = 125495, + [SMALL_STATE(4060)] = 125505, + [SMALL_STATE(4061)] = 125515, + [SMALL_STATE(4062)] = 125525, + [SMALL_STATE(4063)] = 125535, + [SMALL_STATE(4064)] = 125545, + [SMALL_STATE(4065)] = 125555, + [SMALL_STATE(4066)] = 125565, + [SMALL_STATE(4067)] = 125573, + [SMALL_STATE(4068)] = 125581, + [SMALL_STATE(4069)] = 125591, + [SMALL_STATE(4070)] = 125601, + [SMALL_STATE(4071)] = 125611, + [SMALL_STATE(4072)] = 125619, + [SMALL_STATE(4073)] = 125629, + [SMALL_STATE(4074)] = 125639, + [SMALL_STATE(4075)] = 125647, + [SMALL_STATE(4076)] = 125657, + [SMALL_STATE(4077)] = 125667, + [SMALL_STATE(4078)] = 125677, + [SMALL_STATE(4079)] = 125687, + [SMALL_STATE(4080)] = 125695, + [SMALL_STATE(4081)] = 125705, + [SMALL_STATE(4082)] = 125715, + [SMALL_STATE(4083)] = 125723, + [SMALL_STATE(4084)] = 125731, + [SMALL_STATE(4085)] = 125741, + [SMALL_STATE(4086)] = 125751, + [SMALL_STATE(4087)] = 125759, + [SMALL_STATE(4088)] = 125769, + [SMALL_STATE(4089)] = 125777, + [SMALL_STATE(4090)] = 125787, + [SMALL_STATE(4091)] = 125795, + [SMALL_STATE(4092)] = 125805, + [SMALL_STATE(4093)] = 125815, + [SMALL_STATE(4094)] = 125825, + [SMALL_STATE(4095)] = 125835, + [SMALL_STATE(4096)] = 125845, + [SMALL_STATE(4097)] = 125855, + [SMALL_STATE(4098)] = 125865, + [SMALL_STATE(4099)] = 125875, + [SMALL_STATE(4100)] = 125885, + [SMALL_STATE(4101)] = 125895, + [SMALL_STATE(4102)] = 125905, + [SMALL_STATE(4103)] = 125915, + [SMALL_STATE(4104)] = 125925, + [SMALL_STATE(4105)] = 125935, + [SMALL_STATE(4106)] = 125945, + [SMALL_STATE(4107)] = 125955, + [SMALL_STATE(4108)] = 125963, + [SMALL_STATE(4109)] = 125973, + [SMALL_STATE(4110)] = 125983, + [SMALL_STATE(4111)] = 125993, + [SMALL_STATE(4112)] = 126003, + [SMALL_STATE(4113)] = 126013, + [SMALL_STATE(4114)] = 126023, + [SMALL_STATE(4115)] = 126033, + [SMALL_STATE(4116)] = 126043, + [SMALL_STATE(4117)] = 126053, + [SMALL_STATE(4118)] = 126063, + [SMALL_STATE(4119)] = 126073, + [SMALL_STATE(4120)] = 126083, + [SMALL_STATE(4121)] = 126093, + [SMALL_STATE(4122)] = 126103, + [SMALL_STATE(4123)] = 126113, + [SMALL_STATE(4124)] = 126123, + [SMALL_STATE(4125)] = 126133, + [SMALL_STATE(4126)] = 126143, + [SMALL_STATE(4127)] = 126153, + [SMALL_STATE(4128)] = 126163, + [SMALL_STATE(4129)] = 126171, + [SMALL_STATE(4130)] = 126181, + [SMALL_STATE(4131)] = 126191, + [SMALL_STATE(4132)] = 126201, + [SMALL_STATE(4133)] = 126211, + [SMALL_STATE(4134)] = 126221, + [SMALL_STATE(4135)] = 126231, + [SMALL_STATE(4136)] = 126239, + [SMALL_STATE(4137)] = 126249, + [SMALL_STATE(4138)] = 126259, + [SMALL_STATE(4139)] = 126267, + [SMALL_STATE(4140)] = 126275, + [SMALL_STATE(4141)] = 126283, + [SMALL_STATE(4142)] = 126293, + [SMALL_STATE(4143)] = 126303, + [SMALL_STATE(4144)] = 126313, + [SMALL_STATE(4145)] = 126323, + [SMALL_STATE(4146)] = 126331, + [SMALL_STATE(4147)] = 126341, + [SMALL_STATE(4148)] = 126351, + [SMALL_STATE(4149)] = 126361, + [SMALL_STATE(4150)] = 126371, + [SMALL_STATE(4151)] = 126379, + [SMALL_STATE(4152)] = 126389, + [SMALL_STATE(4153)] = 126399, + [SMALL_STATE(4154)] = 126409, + [SMALL_STATE(4155)] = 126419, + [SMALL_STATE(4156)] = 126429, + [SMALL_STATE(4157)] = 126439, + [SMALL_STATE(4158)] = 126449, + [SMALL_STATE(4159)] = 126459, + [SMALL_STATE(4160)] = 126469, + [SMALL_STATE(4161)] = 126479, + [SMALL_STATE(4162)] = 126489, + [SMALL_STATE(4163)] = 126497, + [SMALL_STATE(4164)] = 126507, + [SMALL_STATE(4165)] = 126517, + [SMALL_STATE(4166)] = 126527, + [SMALL_STATE(4167)] = 126537, + [SMALL_STATE(4168)] = 126545, + [SMALL_STATE(4169)] = 126552, + [SMALL_STATE(4170)] = 126559, + [SMALL_STATE(4171)] = 126566, + [SMALL_STATE(4172)] = 126573, + [SMALL_STATE(4173)] = 126580, + [SMALL_STATE(4174)] = 126587, + [SMALL_STATE(4175)] = 126594, + [SMALL_STATE(4176)] = 126601, + [SMALL_STATE(4177)] = 126608, + [SMALL_STATE(4178)] = 126615, + [SMALL_STATE(4179)] = 126622, + [SMALL_STATE(4180)] = 126629, + [SMALL_STATE(4181)] = 126636, + [SMALL_STATE(4182)] = 126643, + [SMALL_STATE(4183)] = 126650, + [SMALL_STATE(4184)] = 126657, + [SMALL_STATE(4185)] = 126664, + [SMALL_STATE(4186)] = 126671, + [SMALL_STATE(4187)] = 126678, + [SMALL_STATE(4188)] = 126685, + [SMALL_STATE(4189)] = 126692, + [SMALL_STATE(4190)] = 126699, + [SMALL_STATE(4191)] = 126706, + [SMALL_STATE(4192)] = 126713, + [SMALL_STATE(4193)] = 126720, + [SMALL_STATE(4194)] = 126727, + [SMALL_STATE(4195)] = 126734, + [SMALL_STATE(4196)] = 126741, + [SMALL_STATE(4197)] = 126748, + [SMALL_STATE(4198)] = 126755, + [SMALL_STATE(4199)] = 126762, + [SMALL_STATE(4200)] = 126769, + [SMALL_STATE(4201)] = 126776, + [SMALL_STATE(4202)] = 126783, + [SMALL_STATE(4203)] = 126790, + [SMALL_STATE(4204)] = 126797, + [SMALL_STATE(4205)] = 126804, + [SMALL_STATE(4206)] = 126811, + [SMALL_STATE(4207)] = 126818, + [SMALL_STATE(4208)] = 126825, + [SMALL_STATE(4209)] = 126832, + [SMALL_STATE(4210)] = 126839, + [SMALL_STATE(4211)] = 126846, + [SMALL_STATE(4212)] = 126853, + [SMALL_STATE(4213)] = 126860, + [SMALL_STATE(4214)] = 126867, + [SMALL_STATE(4215)] = 126874, + [SMALL_STATE(4216)] = 126881, + [SMALL_STATE(4217)] = 126888, + [SMALL_STATE(4218)] = 126895, + [SMALL_STATE(4219)] = 126902, + [SMALL_STATE(4220)] = 126909, + [SMALL_STATE(4221)] = 126916, + [SMALL_STATE(4222)] = 126923, + [SMALL_STATE(4223)] = 126930, + [SMALL_STATE(4224)] = 126937, + [SMALL_STATE(4225)] = 126944, + [SMALL_STATE(4226)] = 126951, + [SMALL_STATE(4227)] = 126958, + [SMALL_STATE(4228)] = 126965, + [SMALL_STATE(4229)] = 126972, + [SMALL_STATE(4230)] = 126979, + [SMALL_STATE(4231)] = 126986, + [SMALL_STATE(4232)] = 126993, + [SMALL_STATE(4233)] = 127000, + [SMALL_STATE(4234)] = 127007, + [SMALL_STATE(4235)] = 127014, + [SMALL_STATE(4236)] = 127021, + [SMALL_STATE(4237)] = 127028, + [SMALL_STATE(4238)] = 127035, + [SMALL_STATE(4239)] = 127042, + [SMALL_STATE(4240)] = 127049, + [SMALL_STATE(4241)] = 127056, + [SMALL_STATE(4242)] = 127063, + [SMALL_STATE(4243)] = 127070, + [SMALL_STATE(4244)] = 127077, + [SMALL_STATE(4245)] = 127084, + [SMALL_STATE(4246)] = 127091, + [SMALL_STATE(4247)] = 127098, + [SMALL_STATE(4248)] = 127105, + [SMALL_STATE(4249)] = 127112, + [SMALL_STATE(4250)] = 127119, + [SMALL_STATE(4251)] = 127126, + [SMALL_STATE(4252)] = 127133, + [SMALL_STATE(4253)] = 127140, + [SMALL_STATE(4254)] = 127147, + [SMALL_STATE(4255)] = 127154, + [SMALL_STATE(4256)] = 127161, + [SMALL_STATE(4257)] = 127168, + [SMALL_STATE(4258)] = 127175, + [SMALL_STATE(4259)] = 127182, + [SMALL_STATE(4260)] = 127189, + [SMALL_STATE(4261)] = 127196, + [SMALL_STATE(4262)] = 127203, + [SMALL_STATE(4263)] = 127210, + [SMALL_STATE(4264)] = 127217, + [SMALL_STATE(4265)] = 127224, + [SMALL_STATE(4266)] = 127231, + [SMALL_STATE(4267)] = 127238, + [SMALL_STATE(4268)] = 127245, + [SMALL_STATE(4269)] = 127252, + [SMALL_STATE(4270)] = 127259, + [SMALL_STATE(4271)] = 127266, + [SMALL_STATE(4272)] = 127273, + [SMALL_STATE(4273)] = 127280, + [SMALL_STATE(4274)] = 127287, + [SMALL_STATE(4275)] = 127294, + [SMALL_STATE(4276)] = 127301, + [SMALL_STATE(4277)] = 127308, + [SMALL_STATE(4278)] = 127315, + [SMALL_STATE(4279)] = 127322, + [SMALL_STATE(4280)] = 127329, + [SMALL_STATE(4281)] = 127336, + [SMALL_STATE(4282)] = 127343, + [SMALL_STATE(4283)] = 127350, + [SMALL_STATE(4284)] = 127357, + [SMALL_STATE(4285)] = 127364, + [SMALL_STATE(4286)] = 127371, + [SMALL_STATE(4287)] = 127378, + [SMALL_STATE(4288)] = 127385, + [SMALL_STATE(4289)] = 127392, + [SMALL_STATE(4290)] = 127399, + [SMALL_STATE(4291)] = 127406, + [SMALL_STATE(4292)] = 127413, + [SMALL_STATE(4293)] = 127420, + [SMALL_STATE(4294)] = 127427, + [SMALL_STATE(4295)] = 127434, + [SMALL_STATE(4296)] = 127441, + [SMALL_STATE(4297)] = 127448, + [SMALL_STATE(4298)] = 127455, + [SMALL_STATE(4299)] = 127462, + [SMALL_STATE(4300)] = 127469, + [SMALL_STATE(4301)] = 127476, + [SMALL_STATE(4302)] = 127483, + [SMALL_STATE(4303)] = 127490, + [SMALL_STATE(4304)] = 127497, + [SMALL_STATE(4305)] = 127504, + [SMALL_STATE(4306)] = 127511, + [SMALL_STATE(4307)] = 127518, + [SMALL_STATE(4308)] = 127525, + [SMALL_STATE(4309)] = 127532, + [SMALL_STATE(4310)] = 127539, + [SMALL_STATE(4311)] = 127546, + [SMALL_STATE(4312)] = 127553, + [SMALL_STATE(4313)] = 127560, + [SMALL_STATE(4314)] = 127567, + [SMALL_STATE(4315)] = 127574, + [SMALL_STATE(4316)] = 127581, + [SMALL_STATE(4317)] = 127588, + [SMALL_STATE(4318)] = 127595, + [SMALL_STATE(4319)] = 127602, + [SMALL_STATE(4320)] = 127609, + [SMALL_STATE(4321)] = 127616, + [SMALL_STATE(4322)] = 127623, + [SMALL_STATE(4323)] = 127630, + [SMALL_STATE(4324)] = 127637, + [SMALL_STATE(4325)] = 127644, + [SMALL_STATE(4326)] = 127651, + [SMALL_STATE(4327)] = 127658, + [SMALL_STATE(4328)] = 127665, + [SMALL_STATE(4329)] = 127672, + [SMALL_STATE(4330)] = 127679, + [SMALL_STATE(4331)] = 127686, + [SMALL_STATE(4332)] = 127693, + [SMALL_STATE(4333)] = 127700, + [SMALL_STATE(4334)] = 127707, + [SMALL_STATE(4335)] = 127714, + [SMALL_STATE(4336)] = 127721, + [SMALL_STATE(4337)] = 127728, + [SMALL_STATE(4338)] = 127735, + [SMALL_STATE(4339)] = 127742, + [SMALL_STATE(4340)] = 127749, + [SMALL_STATE(4341)] = 127756, + [SMALL_STATE(4342)] = 127763, + [SMALL_STATE(4343)] = 127770, + [SMALL_STATE(4344)] = 127777, + [SMALL_STATE(4345)] = 127784, + [SMALL_STATE(4346)] = 127791, + [SMALL_STATE(4347)] = 127798, + [SMALL_STATE(4348)] = 127805, + [SMALL_STATE(4349)] = 127812, + [SMALL_STATE(4350)] = 127819, + [SMALL_STATE(4351)] = 127826, + [SMALL_STATE(4352)] = 127833, + [SMALL_STATE(4353)] = 127840, + [SMALL_STATE(4354)] = 127847, + [SMALL_STATE(4355)] = 127854, + [SMALL_STATE(4356)] = 127861, + [SMALL_STATE(4357)] = 127868, + [SMALL_STATE(4358)] = 127875, + [SMALL_STATE(4359)] = 127882, + [SMALL_STATE(4360)] = 127889, + [SMALL_STATE(4361)] = 127896, + [SMALL_STATE(4362)] = 127903, + [SMALL_STATE(4363)] = 127910, + [SMALL_STATE(4364)] = 127917, + [SMALL_STATE(4365)] = 127924, + [SMALL_STATE(4366)] = 127931, + [SMALL_STATE(4367)] = 127938, + [SMALL_STATE(4368)] = 127945, + [SMALL_STATE(4369)] = 127952, + [SMALL_STATE(4370)] = 127959, + [SMALL_STATE(4371)] = 127966, + [SMALL_STATE(4372)] = 127973, + [SMALL_STATE(4373)] = 127980, + [SMALL_STATE(4374)] = 127987, + [SMALL_STATE(4375)] = 127994, + [SMALL_STATE(4376)] = 128001, + [SMALL_STATE(4377)] = 128008, + [SMALL_STATE(4378)] = 128015, + [SMALL_STATE(4379)] = 128022, + [SMALL_STATE(4380)] = 128029, + [SMALL_STATE(4381)] = 128036, + [SMALL_STATE(4382)] = 128043, + [SMALL_STATE(4383)] = 128050, + [SMALL_STATE(4384)] = 128057, + [SMALL_STATE(4385)] = 128064, + [SMALL_STATE(4386)] = 128071, + [SMALL_STATE(4387)] = 128078, + [SMALL_STATE(4388)] = 128085, + [SMALL_STATE(4389)] = 128092, + [SMALL_STATE(4390)] = 128099, + [SMALL_STATE(4391)] = 128106, + [SMALL_STATE(4392)] = 128113, + [SMALL_STATE(4393)] = 128120, + [SMALL_STATE(4394)] = 128127, + [SMALL_STATE(4395)] = 128134, + [SMALL_STATE(4396)] = 128141, + [SMALL_STATE(4397)] = 128148, + [SMALL_STATE(4398)] = 128155, + [SMALL_STATE(4399)] = 128162, + [SMALL_STATE(4400)] = 128169, + [SMALL_STATE(4401)] = 128176, + [SMALL_STATE(4402)] = 128183, + [SMALL_STATE(4403)] = 128190, + [SMALL_STATE(4404)] = 128197, + [SMALL_STATE(4405)] = 128204, + [SMALL_STATE(4406)] = 128211, + [SMALL_STATE(4407)] = 128218, + [SMALL_STATE(4408)] = 128225, + [SMALL_STATE(4409)] = 128232, + [SMALL_STATE(4410)] = 128239, + [SMALL_STATE(4411)] = 128246, + [SMALL_STATE(4412)] = 128253, + [SMALL_STATE(4413)] = 128260, + [SMALL_STATE(4414)] = 128267, + [SMALL_STATE(4415)] = 128274, + [SMALL_STATE(4416)] = 128281, + [SMALL_STATE(4417)] = 128288, + [SMALL_STATE(4418)] = 128295, + [SMALL_STATE(4419)] = 128302, + [SMALL_STATE(4420)] = 128309, + [SMALL_STATE(4421)] = 128316, + [SMALL_STATE(4422)] = 128323, + [SMALL_STATE(4423)] = 128330, + [SMALL_STATE(4424)] = 128337, + [SMALL_STATE(4425)] = 128344, + [SMALL_STATE(4426)] = 128351, + [SMALL_STATE(4427)] = 128358, + [SMALL_STATE(4428)] = 128365, + [SMALL_STATE(4429)] = 128372, + [SMALL_STATE(4430)] = 128379, + [SMALL_STATE(4431)] = 128386, + [SMALL_STATE(4432)] = 128393, + [SMALL_STATE(4433)] = 128400, + [SMALL_STATE(4434)] = 128407, + [SMALL_STATE(4435)] = 128414, + [SMALL_STATE(4436)] = 128421, + [SMALL_STATE(4437)] = 128428, + [SMALL_STATE(4438)] = 128435, + [SMALL_STATE(4439)] = 128442, + [SMALL_STATE(4440)] = 128449, + [SMALL_STATE(4441)] = 128456, + [SMALL_STATE(4442)] = 128463, + [SMALL_STATE(4443)] = 128470, + [SMALL_STATE(4444)] = 128477, + [SMALL_STATE(4445)] = 128484, + [SMALL_STATE(4446)] = 128491, + [SMALL_STATE(4447)] = 128498, + [SMALL_STATE(4448)] = 128505, + [SMALL_STATE(4449)] = 128512, + [SMALL_STATE(4450)] = 128519, + [SMALL_STATE(4451)] = 128526, + [SMALL_STATE(4452)] = 128533, + [SMALL_STATE(4453)] = 128540, + [SMALL_STATE(4454)] = 128547, + [SMALL_STATE(4455)] = 128554, + [SMALL_STATE(4456)] = 128561, + [SMALL_STATE(4457)] = 128568, + [SMALL_STATE(4458)] = 128575, + [SMALL_STATE(4459)] = 128582, + [SMALL_STATE(4460)] = 128589, + [SMALL_STATE(4461)] = 128596, + [SMALL_STATE(4462)] = 128603, + [SMALL_STATE(4463)] = 128610, + [SMALL_STATE(4464)] = 128617, + [SMALL_STATE(4465)] = 128624, + [SMALL_STATE(4466)] = 128631, + [SMALL_STATE(4467)] = 128638, + [SMALL_STATE(4468)] = 128645, + [SMALL_STATE(4469)] = 128652, + [SMALL_STATE(4470)] = 128659, + [SMALL_STATE(4471)] = 128666, + [SMALL_STATE(4472)] = 128673, + [SMALL_STATE(4473)] = 128680, + [SMALL_STATE(4474)] = 128687, + [SMALL_STATE(4475)] = 128694, + [SMALL_STATE(4476)] = 128701, + [SMALL_STATE(4477)] = 128708, + [SMALL_STATE(4478)] = 128715, + [SMALL_STATE(4479)] = 128722, + [SMALL_STATE(4480)] = 128729, + [SMALL_STATE(4481)] = 128736, + [SMALL_STATE(4482)] = 128743, + [SMALL_STATE(4483)] = 128750, + [SMALL_STATE(4484)] = 128757, + [SMALL_STATE(4485)] = 128764, + [SMALL_STATE(4486)] = 128771, + [SMALL_STATE(4487)] = 128778, + [SMALL_STATE(4488)] = 128785, + [SMALL_STATE(4489)] = 128792, + [SMALL_STATE(4490)] = 128799, + [SMALL_STATE(4491)] = 128806, + [SMALL_STATE(4492)] = 128813, + [SMALL_STATE(4493)] = 128820, + [SMALL_STATE(4494)] = 128827, + [SMALL_STATE(4495)] = 128834, + [SMALL_STATE(4496)] = 128841, + [SMALL_STATE(4497)] = 128848, + [SMALL_STATE(4498)] = 128855, + [SMALL_STATE(4499)] = 128862, + [SMALL_STATE(4500)] = 128869, + [SMALL_STATE(4501)] = 128876, + [SMALL_STATE(4502)] = 128883, + [SMALL_STATE(4503)] = 128890, + [SMALL_STATE(4504)] = 128897, + [SMALL_STATE(4505)] = 128904, + [SMALL_STATE(4506)] = 128911, + [SMALL_STATE(4507)] = 128918, + [SMALL_STATE(4508)] = 128925, + [SMALL_STATE(4509)] = 128932, + [SMALL_STATE(4510)] = 128939, + [SMALL_STATE(4511)] = 128946, + [SMALL_STATE(4512)] = 128953, + [SMALL_STATE(4513)] = 128960, + [SMALL_STATE(4514)] = 128967, + [SMALL_STATE(4515)] = 128974, + [SMALL_STATE(4516)] = 128981, + [SMALL_STATE(4517)] = 128988, + [SMALL_STATE(4518)] = 128995, + [SMALL_STATE(4519)] = 129002, + [SMALL_STATE(4520)] = 129009, + [SMALL_STATE(4521)] = 129016, + [SMALL_STATE(4522)] = 129023, + [SMALL_STATE(4523)] = 129030, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -215782,3969 +217515,4017 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4033), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3805), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3901), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3045), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4473), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2967), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4462), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4461), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2413), - [113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(353), - [116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), - [128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(398), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), - [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(4211), - [144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), - [146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2882), - [150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), - [156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), - [158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(352), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4225), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(442), - [210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), - [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1128), - [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(536), - [321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), - [323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1076), - [326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1002), - [329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(6), - [332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(330), - [335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1200), - [338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2946), - [341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2972), - [344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2840), - [347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(330), - [350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3962), - [353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4088), - [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3644), - [359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(127), - [362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(344), - [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4045), - [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(53), - [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4033), - [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4022), - [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3688), - [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3805), - [383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3901), - [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(225), - [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(245), - [392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(627), - [395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(100), - [398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(138), - [401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3943), - [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3045), - [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4473), - [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2708), - [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(573), - [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2967), - [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(261), - [422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(455), - [425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3497), - [428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3505), - [431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3062), - [434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1955), - [437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1955), - [440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1930), - [443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3629), - [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1099), - [449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(541), - [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1010), - [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4467), - [458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4462), - [461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4461), - [464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, .production_id = 202), - [466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 4, .production_id = 202), - [468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2), - [470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 2), - [472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, .production_id = 49), - [474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 3, .production_id = 49), - [476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, .production_id = 53), - [478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 3, .production_id = 53), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3901), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3903), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3912), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4488), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4485), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), + [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(366), + [118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(454), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(4505), + [166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), + [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(363), + [177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(363), + [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), + [190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), + [204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), + [206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4230), + [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), + [212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(331), + [217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), + [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), + [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), + [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), + [322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1109), + [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(521), + [328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), + [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1066), + [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(997), + [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(6), + [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(324), + [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1179), + [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3021), + [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3024), + [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2897), + [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(324), + [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3901), + [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3903), + [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3793), + [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(115), + [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(337), + [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3905), + [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(43), + [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3906), + [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3907), + [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3792), + [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3733), + [390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3912), + [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(214), + [396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(236), + [399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(616), + [402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(90), + [405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(136), + [408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3917), + [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2750), + [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(557), + [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2911), + [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(242), + [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4500), + [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2904), + [429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(416), + [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(416), + [435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3655), + [438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3648), + [441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3135), + [444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2015), + [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2015), + [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2014), + [453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3681), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1084), + [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(527), + [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(993), + [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4488), + [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4487), + [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4485), + [474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, .production_id = 221), + [476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 4, .production_id = 221), + [478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, .production_id = 86), + [480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 3, .production_id = 86), + [482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2), + [484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 2), + [486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, .production_id = 51), + [488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 3, .production_id = 51), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), + [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3835), - [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), - [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), - [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), - [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), - [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2898), - [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), - [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), - [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3914), - [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3813), - [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3869), - [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3878), - [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), - [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), - [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4211), - [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), - [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(128), - [627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(149), - [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(3037), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(3016), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4429), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4390), - [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), - [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), - [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), - [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4145), - [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), - [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), - [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), - [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), - [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), - [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), - [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), - [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), - [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), - [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), - [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3930), + [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), + [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3927), + [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), + [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), + [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4505), + [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), + [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), + [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(116), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(126), + [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2893), + [643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(3041), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), + [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), + [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), + [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), + [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4219), + [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), + [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), + [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), + [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4205), + [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), + [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), + [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), + [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), + [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4260), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), + [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), + [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), + [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4239), + [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), + [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), + [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [1120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), - [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), - [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), - [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), - [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [1188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2900), - [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), - [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), - [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), - [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), - [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), - [1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4209), - [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4208), - [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), - [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), - [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), - [1242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4227), - [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), - [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), - [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), - [1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), - [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), - [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [1270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 27), - [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, .production_id = 27), - [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), - [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), - [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2975), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4391), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), - [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2666), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), - [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), - [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), - [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), - [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), - [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predefined_type, 1), - [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_predefined_type, 1), - [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module, 1, .production_id = 5), - [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__module, 1, .production_id = 5), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4328), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), - [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2), - [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2), - [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), - [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2), - [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), - [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 98), - [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 98), - [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 98), - [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 98), - [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3), - [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3), - [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3), - [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3), - [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), - [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), - [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module, 2, .production_id = 24), - [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__module, 2, .production_id = 24), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), - [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), - [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), - [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), - [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 99), - [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 99), - [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 99), - [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 99), - [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4), - [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4), - [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 191), - [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 191), - [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, .production_id = 191), - [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, .production_id = 191), - [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 159), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 159), - [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 159), - [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 159), - [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [1509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), - [1512] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), SHIFT(2636), - [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 123), - [1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 123), - [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 123), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 123), - [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [1528] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), SHIFT(2406), - [1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 197), - [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 197), - [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 6, .production_id = 197), - [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 6, .production_id = 197), - [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 150), - [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 150), - [1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 150), - [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 150), - [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 160), - [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 160), - [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 160), - [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 160), - [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 140), - [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 140), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 140), - [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 140), - [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 48), - [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 48), - [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 48), - [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 48), - [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), - [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 150), - [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 150), - [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 150), - [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 150), - [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_internal_module, 2, .production_id = 6), - [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_internal_module, 2, .production_id = 6), - [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 115), - [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 115), - [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 115), - [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 115), - [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 1), - [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), - [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), - [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), - [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), - [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), - [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), - [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), - [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_override_modifier, 1), - [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_override_modifier, 1), - [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), - [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), - [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accessibility_modifier, 1), - [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accessibility_modifier, 1), - [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4481), - [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), - [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4369), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), - [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), - [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [1764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), - [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), - [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), - [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), - [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), - [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4442), - [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [1844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), - [1847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(46), - [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), - [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), - [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 7), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), - [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), - [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), - [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), - [1925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2341), - [1928] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(135), - [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(336), - [1935] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(3834), - [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), - [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), - [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), - [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), - [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), - [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 6), - [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 6), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 2), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 2), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 5), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 5), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 3), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 3), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 4), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 4), - [2011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4483), - [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4484), - [2015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(135), - [2018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(3834), - [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), - [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), - [2025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), - [2027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2, .production_id = 27), - [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), - [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4375), - [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), - [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [2037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(268), - [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4422), + [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1), + [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1), + [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), + [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), + [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), + [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), + [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [1168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [1188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), + [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2986), + [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), + [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), + [1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), + [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), + [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4510), + [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), + [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), + [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), + [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), + [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), + [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), + [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), + [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 28), + [1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, .production_id = 28), + [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), + [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2667), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2994), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4208), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), + [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predefined_type, 1), + [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_predefined_type, 1), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2), + [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2), + [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), + [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2), + [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module, 1, .production_id = 5), + [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__module, 1, .production_id = 5), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3), + [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3), + [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 210), + [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 210), + [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, .production_id = 210), + [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, .production_id = 210), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [1445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 216), + [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 216), + [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 6, .production_id = 216), + [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 6, .production_id = 216), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 165), + [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 165), + [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 165), + [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 165), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 101), + [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 101), + [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 101), + [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 101), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), + [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), + [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), + [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), + [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), + [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 80), + [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, .production_id = 80), + [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 136), + [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 136), + [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 136), + [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 136), + [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 81), + [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, .production_id = 81), + [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 153), + [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 153), + [1522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 153), + [1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 153), + [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module, 2, .production_id = 25), + [1530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__module, 2, .production_id = 25), + [1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 45), + [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 45), + [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 45), + [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 45), + [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_internal_module, 2, .production_id = 6), + [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_internal_module, 2, .production_id = 6), + [1546] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), SHIFT(2483), + [1550] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), SHIFT(2710), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 100), + [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 100), + [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 100), + [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 100), + [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 178), + [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 178), + [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 178), + [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 178), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4), + [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4), + [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 177), + [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 177), + [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 177), + [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 177), + [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), + [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), + [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), + [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 165), + [1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 165), + [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 165), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 165), + [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 119), + [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 119), + [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 119), + [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 119), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 1), + [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), + [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), + [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), + [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accessibility_modifier, 1), + [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accessibility_modifier, 1), + [1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), + [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), + [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_override_modifier, 1), + [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_override_modifier, 1), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), + [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), + [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [1710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), + [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), + [1716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4378), + [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [1764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), + [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), + [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), + [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), + [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [1824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4458), + [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), + [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [1860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), + [1863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(42), + [1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), + [1868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [1872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), + [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 7), + [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), + [1917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2357), + [1920] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(125), + [1924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(343), + [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2945), + [1929] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(3755), + [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), + [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), + [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), + [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), + [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), + [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), + [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), + [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), + [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), + [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), + [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 6), + [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 6), + [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 4), + [1987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 4), + [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 3), + [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 3), + [1993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 2), + [1995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 2), + [1997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 5), + [1999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 5), + [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4272), + [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4273), + [2005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(125), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(3755), + [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4347), + [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4348), + [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2, .production_id = 28), + [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), + [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4385), + [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), + [2025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), + [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4471), + [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4469), + [2031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(247), + [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, .production_id = 11), + [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, .production_id = 11), + [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), + [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4163), [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), - [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), - [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4116), - [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, .production_id = 11), - [2054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, .production_id = 11), - [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), - [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), - [2060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4351), - [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4350), - [2064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(489), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4233), - [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4231), - [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), - [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4172), - [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 40), - [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 40), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4111), - [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 11), - [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, .production_id = 11), - [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 6, .production_id = 229), - [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 6, .production_id = 229), - [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 205), - [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 205), - [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 32), - [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 32), - [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), - [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), - [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, .production_id = 34), - [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, .production_id = 34), - [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, .production_id = 84), - [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, .production_id = 84), - [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 150), - [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 150), - [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 60), - [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 60), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 150), - [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 150), - [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 192), - [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 192), - [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 133), - [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 133), - [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature, 5, .production_id = 149), - [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature, 5, .production_id = 149), - [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 91), - [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 91), - [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, .production_id = 11), - [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, .production_id = 11), - [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 115), - [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 115), - [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 98), - [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 98), - [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 2), - [2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 2), - [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 151), - [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 151), - [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 152), - [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 152), - [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2, .production_id = 6), - [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 2, .production_id = 6), - [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 140), - [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 140), - [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3, .production_id = 44), - [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3, .production_id = 44), - [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3), - [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3), - [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3), - [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3), - [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), - [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), - [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature, 4, .production_id = 114), - [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature, 4, .production_id = 114), - [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_alias, 5), - [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_alias, 5), - [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 44), - [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 44), - [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, .production_id = 126), - [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, .production_id = 126), - [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, .production_id = 4), - [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, .production_id = 4), - [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 194), - [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 194), - [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, .production_id = 43), - [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, .production_id = 43), - [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 48), - [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 48), - [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4), - [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4), - [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 158), - [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 158), - [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, .production_id = 43), - [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, .production_id = 43), - [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 123), - [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 123), - [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 162), - [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 162), - [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, .production_id = 42), - [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, .production_id = 42), - [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 196), - [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 196), - [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_declaration, 5, .production_id = 128), - [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias_declaration, 5, .production_id = 128), - [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 41), - [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 41), - [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, .production_id = 28), - [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, .production_id = 28), - [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_declaration, 6, .production_id = 164), - [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias_declaration, 6, .production_id = 164), - [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 39), - [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 39), - [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3), - [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3), - [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 72), - [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 72), - [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 191), - [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 191), - [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5), - [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5), - [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 7, .production_id = 224), - [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 7, .production_id = 224), - [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 126), - [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 126), - [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 74), - [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 74), - [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 75), - [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 75), + [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4419), + [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4202), + [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4201), + [2052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(512), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), + [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4310), + [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4199), + [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 41), + [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 41), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), + [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), + [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4256), + [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 6, .production_id = 248), + [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 6, .production_id = 248), + [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 11), + [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, .production_id = 11), + [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 224), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 224), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), + [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), + [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 33), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 33), + [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), + [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, .production_id = 35), + [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, .production_id = 35), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 147), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 147), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 34), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 34), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, .production_id = 91), + [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, .production_id = 91), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, .production_id = 213), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, .production_id = 213), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 3), + [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 3), + [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, .production_id = 32), + [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, .production_id = 32), + [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 45), + [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 45), + [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), + [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 64), + [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 64), + [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 223), + [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 223), + [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_declaration, 5, .production_id = 141), + [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias_declaration, 5, .production_id = 141), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 7, .production_id = 243), + [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 7, .production_id = 243), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 101), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 101), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 218), + [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 218), + [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 217), + [2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 217), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3), + [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3), + [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, .production_id = 29), + [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, .production_id = 29), + [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_declaration, 6, .production_id = 182), + [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias_declaration, 6, .production_id = 182), + [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 178), + [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 178), + [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 177), + [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 177), + [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 100), + [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 100), + [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, .production_id = 11), + [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, .production_id = 11), + [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 98), + [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 98), + [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 187), + [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 187), + [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 215), + [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 215), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2, .production_id = 6), + [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 2, .production_id = 6), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 2), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 2), + [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4), + [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4), + [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 213), + [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 213), + [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 135), + [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 135), + [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2), + [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2), + [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), + [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 2), + [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 21), + [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 21), + [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, .production_id = 4), + [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, .production_id = 4), + [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 139), + [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 139), + [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 101), + [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 101), + [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature, 5, .production_id = 164), + [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature, 5, .production_id = 164), + [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 57), + [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 57), + [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 90), + [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 90), + [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 211), + [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 211), + [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 165), + [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 165), + [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 89), + [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 89), + [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 180), + [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 180), + [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 170), + [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 170), + [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 136), + [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 136), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, .production_id = 139), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, .production_id = 139), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 76), + [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 76), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, .production_id = 32), + [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, .production_id = 32), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 165), + [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 165), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4), + [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 176), + [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 176), + [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 78), + [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 78), + [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 79), + [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 79), [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4), [2329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4), - [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, .production_id = 194), - [2333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, .production_id = 194), - [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, .production_id = 196), - [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, .production_id = 196), - [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 122), - [2341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 122), - [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), - [2345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), - [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3), - [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3), - [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 197), - [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 197), - [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 7, .production_id = 225), - [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 7, .production_id = 225), - [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 168), - [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 168), - [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, .production_id = 31), - [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, .production_id = 31), - [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 33), - [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 33), - [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 22), - [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 22), - [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), - [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 2), - [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 99), - [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 99), - [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 98), - [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 98), - [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 4, .production_id = 117), - [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 4, .production_id = 117), - [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 48), - [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 48), - [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 159), - [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 159), - [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 99), - [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 99), - [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2), - [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 160), - [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 160), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 204), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 204), - [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 198), - [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 198), - [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 199), - [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 199), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2), - [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 3), - [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 3), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 83), - [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 83), - [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 82), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 82), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, .production_id = 31), - [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, .production_id = 31), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 140), - [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 140), - [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4), - [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4), - [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 79), - [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 79), - [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4), - [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4), - [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 20), - [2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 20), - [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 74), - [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 74), - [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), - [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), - [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [2523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [2525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [2527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 166), - [2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 166), - [2531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, .production_id = 203), - [2533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 6, .production_id = 203), - [2535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, .production_id = 228), - [2537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 7, .production_id = 228), - [2539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 167), - [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 167), - [2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 4, .production_id = 85), - [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 4, .production_id = 85), - [2547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), - [2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), - [2551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), - [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), - [2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), - [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), - [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), - [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), - [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), - [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3474), - [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), - [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), - [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), - [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4452), - [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), - [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434), - [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), - [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), - [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), - [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), - [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), - [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4464), - [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3563), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), - [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), - [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), - [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), - [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), - [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), - [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4447), - [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4324), - [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), - [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), - [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), - [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), - [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), - [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), - [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), - [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), - [2819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), - [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), - [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), - [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), - [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [2903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), - [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [2915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [2917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), - [2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), - [2921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3508), - [2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), - [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 65), - [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 65), - [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), - [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), - [2937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 7), - [2940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 7), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1), - [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), - [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [2951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), REDUCE(aux_sym_object_pattern_repeat1, 1), - [2954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), - [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), - [2960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [2964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), - [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), - [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_null_expression, 2), - [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_null_expression, 2), - [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 63), - [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 63), - [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 62), - [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 62), - [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 120), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 120), - [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, .production_id = 156), - [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, .production_id = 156), - [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 64), - [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 64), - [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), - [2996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 50), - [2999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(872), - [3002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 50), - [3005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(4138), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 50), - [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), - [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [3022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(465), - [3025] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), REDUCE(sym__primary_type, 1, .production_id = 50), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [3031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 50), SHIFT(3900), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [3040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(986), - [3043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(4379), - [3046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2), - [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [3067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), - [3070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), - [3073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(359), - [3076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [3078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), REDUCE(sym__primary_type, 1, .production_id = 50), - [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [3089] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 50), REDUCE(sym_rest_pattern, 2), - [3093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(269), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [3098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [3104] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), REDUCE(sym_rest_pattern, 2, .production_id = 27), - [3108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(495), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2), - [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2), - [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), - [3121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_rest_pattern, 2), - [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), - [3126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 19), - [3128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 19), - [3130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 19), SHIFT_REPEAT(3629), - [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [3135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 62), - [3137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 62), - [3139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 19), SHIFT(2698), - [3142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), - [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), - [3146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 15), - [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 15), - [3150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), - [3152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), - [3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [3198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4218), - [3200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1480), - [3203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1599), - [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [3212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1502), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), - [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), - [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), - [3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [3241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1802), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [3246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(2034), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [3255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1522), - [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3270] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), REDUCE(aux_sym_object_repeat1, 2, .production_id = 25), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 26), - [3274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 13), - [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 13), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [3282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), - [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [3288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 50), - [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), - [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [3294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), - [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), - [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), - [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), - [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), - [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), - [3332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1), - [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [3338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 51), - [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 51), - [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), - [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), - [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), - [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), - [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), - [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), - [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), - [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), - [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), - [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), - [3424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 103), - [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 103), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [3430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 104), - [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 104), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [3438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, .production_id = 190), - [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, .production_id = 190), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 70), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), - [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__number, 2, .production_id = 8), - [3494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__number, 2, .production_id = 8), - [3496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), - [3498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2), - [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), - [3502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_tuple_type, 2), - [3505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_tuple_type, 2), - [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 2), - [3510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_type, 2), - [3513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_type, 2), - [3516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_type, 7, .production_id = 261), - [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_type, 7, .production_id = 261), - [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), - [3524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_type, 1, .production_id = 52), - [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_type, 1, .production_id = 52), - [3528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), - [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 23), - [3536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 6, .production_id = 248), - [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 6, .production_id = 248), - [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_type, 1), - [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_type, 1), - [3544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 247), - [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 247), - [3548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2), - [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2), - [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 21), - [3554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), - [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 8), - [3558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(95), - [3561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_existential_type, 1), - [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_existential_type, 1), - [3565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 105), - [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 105), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 246), - [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 246), - [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 245), - [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 245), - [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2), - [3581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 244), - [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 244), - [3585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2), - [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2), - [3589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(95), - [3592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 113), - [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 112), - [3596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 110), - [3598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 5, .production_id = 223), - [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 5, .production_id = 223), - [3602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 5, .production_id = 222), - [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 5, .production_id = 222), - [3606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5), - [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5), - [3610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 221), - [3612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 221), - [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3), - [3616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 220), - [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 220), - [3620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 219), - [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 219), - [3624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 2), - [3626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 120), - [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 120), - [3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 58), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [3634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_predicate, 3, .production_id = 157), - [3636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate, 3, .production_id = 157), - [3638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lookup_type, 4), - [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lookup_type, 4), - [3642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_predicate, 3, .production_id = 80), - [3644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate, 3, .production_id = 80), - [3646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 4, .production_id = 189), - [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 4, .production_id = 189), - [3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2), - [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2), - [3654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4), - [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4), - [3658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 155), - [3660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, .production_id = 61), - [3662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 188), - [3664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 188), - [3666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 187), - [3668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 187), - [3670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), - [3672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 8), - [3674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(95), - [3677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), - [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 61), - [3681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), SHIFT(95), - [3684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 186), - [3686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 186), - [3688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 185), - [3690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 185), - [3692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 184), - [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 184), - [3696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 183), - [3698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 183), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), - [3704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 63), - [3706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 63), - [3708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 62), - [3710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 62), - [3712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3), - [3714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3), - [3716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 3), - [3718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3), - [3720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 57), - [3722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 57), - [3724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5), - [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5), - [3728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_literal_type, 2), - [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal_type, 2), - [3732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 3), - [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 3), - [3736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 147), - [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 147), - [3740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 106), - [3742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 106), - [3744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_readonly_type, 2), - [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_readonly_type, 2), - [3748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), - [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), - [3752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flow_maybe_type, 2), - [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flow_maybe_type, 2), - [3756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_type_identifier, 3, .production_id = 146), - [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_type_identifier, 3, .production_id = 146), - [3760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_nested_identifier, 3), REDUCE(sym_nested_type_identifier, 3, .production_id = 146), - [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_literal_type, 3), - [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal_type, 3), - [3767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_satisfies_expression, 3), - [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_satisfies_expression, 3), - [3771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3), - [3773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3), - [3775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), - [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), - [3779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 145), - [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 145), - [3783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infer_type, 2, .production_id = 107), - [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infer_type, 2, .production_id = 107), - [3787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 144), - [3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 144), - [3791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_type_query, 2), - [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_type_query, 2), - [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 15), - [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 15), - [3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), - [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, .production_id = 58), - [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3), - [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3), - [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 59), - [3813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 108), - [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 108), - [3817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 113), - [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3), - [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3), - [3823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [3831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [3835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [3839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [3843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 4, .production_id = 135), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 4, .production_id = 135), - [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 59), - [3865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), SHIFT(91), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [3870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [3872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), - [3874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [3882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 161), - [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 161), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [3888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), - [3890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [3900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 148), - [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 148), - [3918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), SHIFT(94), - [3921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(91), - [3924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, .production_id = 16), - [3926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, .production_id = 16), - [3928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1), - [3930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2), - [3936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), - [3939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), - [3942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 51), - [3945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 51), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 44), - [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 44), - [3960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 5, .dynamic_precedence = -1, .production_id = 92), - [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 5, .dynamic_precedence = -1, .production_id = 92), - [3964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 5, .dynamic_precedence = -1, .production_id = 94), - [3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 5, .dynamic_precedence = -1, .production_id = 94), - [3968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3), - [3970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3), - [3972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 15), - [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 15), - [3976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 14), - [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 14), - [3980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_fragment, 5), - [3982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_fragment, 5), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [3986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 56), - [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 56), - [3990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 66), - [3992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 66), - [3994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 67), - [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 67), - [3998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, .production_id = 111), - [4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, .production_id = 111), - [4002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 55), - [4004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 55), - [4006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 76), REDUCE(sym_assignment_expression, 3, .production_id = 21), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 76), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [4013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, .production_id = 68), - [4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, .production_id = 68), - [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 3, .production_id = 69), - [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 3, .production_id = 69), - [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 70), - [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_fragment, 6), - [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_fragment, 6), - [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 6, .dynamic_precedence = -1, .production_id = 134), - [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 6, .dynamic_precedence = -1, .production_id = 134), - [4031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 76), REDUCE(sym_assignment_expression, 3, .production_id = 58), - [4034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 54), - [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 54), - [4038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 53), - [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 53), - [4042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 58), REDUCE(sym_assignment_expression, 3, .production_id = 58), - [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 58), - [4047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), - [4049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), - [4051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [4055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), - [4059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), - [4061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 73), - [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 73), - [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [4067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 124), - [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 124), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [4073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 4, .production_id = 121), - [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 4, .production_id = 121), - [4077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(94), - [4080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2), - [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2), - [4084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_string, 2), REDUCE(sym_template_literal_type, 2), - [4087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_string, 2), REDUCE(sym_template_literal_type, 2), - [4090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, .production_id = 25), - [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, .production_id = 25), - [4094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(94), - [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 2, .production_id = 49), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [4119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [4121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [4137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(91), - [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 23), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, .production_id = 49), - [4146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 49), SHIFT(430), - [4149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), - [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), - [4153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 25), - [4155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, .production_id = 26), - [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 25), - [4159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 25), REDUCE(sym_object_pattern, 3, .production_id = 26), - [4162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(91), - [4173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 11), - [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 11), - [4177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), - [4180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 116), - [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 116), - [4184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4), - [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4), - [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 2, .production_id = 16), - [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 2, .production_id = 16), - [4192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, .production_id = 96), - [4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, .production_id = 96), - [4196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 125), - [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 125), - [4200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), - [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), - [4204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [4209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(94), - [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 109), - [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 109), - [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 110), - [4218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 111), - [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 111), - [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 112), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [4226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), - [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), - [4230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [4232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [4236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [4240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [4242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [4260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, .production_id = 58), - [4262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), SHIFT(88), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [4285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [4291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), - [4293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [4297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [4299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), - [4301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(90), - [4304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), - [4306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(90), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [4319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(90), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [4328] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), REDUCE(sym_object_type, 2), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [4340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(88), - [4343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2614), - [4346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2346), - [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), - [4351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(271), - [4354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2102), - [4357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(4238), - [4360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3518), - [4363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3515), - [4366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2467), - [4369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3819), - [4372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(1847), - [4375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2076), - [4378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2163), - [4381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2027), - [4384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2101), - [4387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2158), - [4390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2312), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [4395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 49), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [4399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2), - [4401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), SHIFT(90), - [4404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, .production_id = 26), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [4410] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), REDUCE(sym_tuple_type, 2), - [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [4424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(88), - [4427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(88), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [4438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [4440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [4442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [4456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [4458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [4474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [4476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [4484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(97), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 77), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [4521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(97), - [4524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), SHIFT(97), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [4529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 1, .production_id = 9), - [4531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__parameter_name, 1, .production_id = 9), - [4534] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__parameter_name, 1, .production_id = 9), REDUCE(sym__primary_type, 1, .production_id = 51), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [4540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(97), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [4545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_pattern, 2), REDUCE(sym_object_type, 2), - [4548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 1, .production_id = 9), - [4550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__parameter_name, 1, .production_id = 9), REDUCE(sym__primary_type, 1, .production_id = 51), - [4553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_pattern, 2), REDUCE(sym_tuple_type, 2), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [4570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, .production_id = 35), - [4572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, .production_id = 35), - [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [4580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 2, .production_id = 35), - [4582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 2, .production_id = 35), - [4584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 51), REDUCE(sym__parameter_name, 2, .production_id = 35), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), - [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), - [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [4629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), - [4632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1), - [4634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), - [4637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [4645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), - [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [4650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 3, .production_id = 86), - [4652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 3, .production_id = 86), - [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [4662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [4668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [4670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [4674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 3, .production_id = 90), - [4676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 3, .production_id = 90), - [4678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 4, .production_id = 132), - [4680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 4, .production_id = 132), - [4682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 49), SHIFT(441), - [4685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), SHIFT(89), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [4692] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), REDUCE(sym_rest_pattern, 2), - [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [4700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 25), REDUCE(sym_object_pattern, 3, .production_id = 26), - [4703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(89), - [4706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), - [4709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 5, .production_id = 169), - [4711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 5, .production_id = 169), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 4, .production_id = 130), - [4717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 4, .production_id = 130), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [4725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 2, .production_id = 38), - [4727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 2, .production_id = 38), - [4729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(89), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [4734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(89), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [4739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), - [4742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3), - [4744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), - [4747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_computed_property_name, 3), - [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [4751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [4785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 61), SHIFT(96), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), - [4790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [4792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), - [4794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), - [4796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(96), - [4799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(96), - [4802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(96), - [4805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), - [4813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 140), REDUCE(sym_class, 6, .production_id = 197), - [4816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 140), REDUCE(sym_class, 6, .production_id = 197), - [4819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 109), REDUCE(sym_class, 5, .production_id = 161), - [4822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 109), REDUCE(sym_class, 5, .production_id = 161), - [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4245), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [4831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 54), REDUCE(sym_class, 4, .production_id = 125), - [4834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 54), REDUCE(sym_class, 4, .production_id = 125), - [4837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 11), REDUCE(sym_class, 3, .production_id = 73), - [4840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 11), REDUCE(sym_class, 3, .production_id = 73), - [4843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 99), REDUCE(sym_class, 5, .production_id = 160), - [4846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 99), REDUCE(sym_class, 5, .production_id = 160), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [4851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 53), REDUCE(sym_class, 4, .production_id = 124), - [4854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 53), REDUCE(sym_class, 4, .production_id = 124), - [4857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 48), REDUCE(sym_class, 4, .production_id = 123), - [4860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 48), REDUCE(sym_class, 4, .production_id = 123), - [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [4867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 98), REDUCE(sym_class, 5, .production_id = 159), - [4870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 98), REDUCE(sym_class, 5, .production_id = 159), - [4873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [4877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4336), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [4881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [4885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [4887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [4893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [4897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [4899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [4903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [4907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [4909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [4911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [4915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [4919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [4921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [4927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [4931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [4935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [4939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [4943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [4951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [4955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [4959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), - [4963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [4967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [4981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [4985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [4991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [4999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [5003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [5007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [5011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [5015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [5019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [5025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), - [5027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3536), - [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 1), - [5031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [5035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [5037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 25), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 26), - [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), - [5044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), - [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), - [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), - [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), - [5056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [5058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), - [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [5066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [5068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 25), - [5070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [5072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [5086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [5098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [5100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 115), - [5102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 115), - [5104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 249), - [5106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 249), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2273), - [5114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 227), - [5116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 227), - [5118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 226), - [5120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 226), - [5122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [5126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, .production_id = 78), - [5128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, .production_id = 78), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [5138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 191), - [5140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 191), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [5150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), - [5152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 200), - [5154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 200), - [5156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 129), - [5158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 129), - [5160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 150), - [5162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 150), - [5164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 165), - [5166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 165), - [5168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 250), - [5170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 250), - [5172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 262), - [5174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 262), - [5176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), - [5178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [5182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 263), - [5184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 263), - [5186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 10, .production_id = 272), - [5188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 10, .production_id = 272), - [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [5196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [5200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [5208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [5226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [5230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), - [5232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, .production_id = 11), - [5234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_static_block, 2, .production_id = 11), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [5240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), - [5242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [5246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [5252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [5256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [5258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [5272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [5274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), - [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), - [5278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [5292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 12), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [5298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 12), SHIFT(3637), - [5301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4251), - [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), - [5307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [5317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 215), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), - [5387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_namespace_name, 3), - [5389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_namespace_name, 3), - [5391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 50), REDUCE(sym_jsx_namespace_name, 3), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [5396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 135), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [5404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 178), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), - [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [5414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 44), - [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [5424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 1, .production_id = 5), - [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), - [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), - [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), - [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), - [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), - [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), - [5452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 135), - [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [5456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 215), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), - [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [5474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [5480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4326), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), - [5486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 44), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [5490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 1, .production_id = 5), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [5494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3708), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [5498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 178), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [5522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 44), - [5524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 178), - [5526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 135), - [5528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 178), - [5530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 215), - [5532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 5), - [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [5536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 135), - [5538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 44), - [5540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 5), - [5542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 50), SHIFT(3900), - [5545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 215), - [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [5549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [5561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [5563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), - [5565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), - [5567] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), - [5575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3134), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [5579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3628), - [5581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), - [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), - [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), - [5587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 5), - [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [5599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [5603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), - [5605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [5607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), - [5609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), - [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [5613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2669), - [5615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), - [5617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [5619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 18), - [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [5623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_annotation, 2), - [5625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), - [5627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), - [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), - [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [5635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [5637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), - [5639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), - [5641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [5643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [5645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), - [5647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), - [5649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), - [5651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), - [5653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), - [5655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), - [5657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [5665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4), - [5667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2985), - [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [5671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), - [5675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2989), - [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [5679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, .production_id = 26), - [5681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), - [5683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), - [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [5689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4433), - [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), - [5695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), - [5697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_annotation, 2), - [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), - [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4449), - [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [5713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(206), - [5716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(3232), - [5719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(2752), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4450), - [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [5732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3), - [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [5736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 242), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4308), - [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), - [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4317), - [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), - [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4320), - [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4387), - [5758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3), - [5760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4), - [5762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 93), SHIFT_REPEAT(2880), - [5765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 93), SHIFT_REPEAT(203), - [5768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 93), - [5770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 93), - [5772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 93), SHIFT_REPEAT(2880), - [5775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), - [5777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4319), - [5779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), - [5781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), - [5783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), - [5785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), - [5787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4370), - [5789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), - [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), - [5793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), - [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), - [5797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), - [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), - [5801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), - [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), - [5805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4385), - [5807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), - [5809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4405), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [5829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opting_type_annotation, 2), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [5835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_omitting_type_annotation, 2), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [5847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 3, .production_id = 100), - [5849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4205), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [5853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 7, .production_id = 251), - [5855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 6, .production_id = 234), - [5857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), - [5859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 5, .production_id = 206), - [5861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 5, .production_id = 207), - [5863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asserts, 3), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [5869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 2, .production_id = 118), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [5877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 2, .production_id = 118), - [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [5885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 3, .production_id = 100), - [5887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 181), - [5889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 182), - [5891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), - [5893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, .production_id = 7), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [5897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 1, .production_id = 7), - [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [5905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 6, .production_id = 235), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [5913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_chain, 1), - [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), - [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [5923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), - [5925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(359), - [5928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 7, .production_id = 252), - [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [5934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 2, .production_id = 97), - [5936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 242), - [5938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 4, .production_id = 170), - [5940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 4, .production_id = 149), - [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [5952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 8, .production_id = 266), - [5954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 8, .production_id = 271), - [5956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 3, .production_id = 114), - [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [5960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 1, .production_id = 10), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), - [5964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(465), - [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [5971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 2, .production_id = 143), - [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [5975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 3, .production_id = 139), - [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [5991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), - [5993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 218), - [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [6001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 9, .production_id = 274), - [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), - [6007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), - [6009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [6013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [6017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4266), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [6035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4158), - [6037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint, 2), - [6039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4310), - [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [6047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_type_member, 1), - [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), - [6051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4371), - [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [6055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4388), - [6057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 2, .production_id = 119), - [6059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 2, .production_id = 119), - [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [6073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(4119), - [6076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), - [6078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(267), - [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [6093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_implements_clause_repeat1, 2), - [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [6101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), - [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), - [6109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4418), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [6127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_type_repeat1, 2), SHIFT_REPEAT(1228), - [6130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_type_repeat1, 2), - [6132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(3031), - [6135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), - [6137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(257), - [6140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 118), - [6142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 118), - [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [6160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements_clause, 2), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [6164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), - [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [6176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), - [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), - [6198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1), - [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [6202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 1), - [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), - [6206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), - [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_alias, 5), + [2333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_alias, 5), + [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature, 4, .production_id = 118), + [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature, 4, .production_id = 118), + [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 78), + [2341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 78), + [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), + [2345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 40), + [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 40), + [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 210), + [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 210), + [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 7, .production_id = 244), + [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 7, .production_id = 244), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 119), + [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 119), + [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 42), + [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 42), + [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3), + [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, .production_id = 43), + [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, .production_id = 43), + [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, .production_id = 44), + [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, .production_id = 44), + [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, .production_id = 44), + [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, .production_id = 44), + [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2), + [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), + [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), + [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 4, .production_id = 130), + [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 4, .production_id = 130), + [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 216), + [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 216), + [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3), + [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 45), + [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 45), + [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3), + [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3), + [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 169), + [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 169), + [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 153), + [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 153), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, .production_id = 215), + [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, .production_id = 215), + [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3, .production_id = 57), + [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3, .production_id = 57), + [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 100), + [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 100), + [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5), + [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 85), + [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 85), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4), + [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4), + [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 23), + [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 23), + [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 153), + [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 153), + [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 185), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 185), + [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, .production_id = 247), + [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 7, .production_id = 247), + [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 4, .production_id = 92), + [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 4, .production_id = 92), + [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 186), + [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 186), + [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, .production_id = 222), + [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 6, .production_id = 222), + [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), + [2539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), + [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), + [2543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2569), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2969), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), + [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), + [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), + [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), + [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4398), + [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [2595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), + [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), + [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4302), + [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), + [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4490), + [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), + [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4303), + [2641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4304), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), + [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), + [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), + [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), + [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), + [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), + [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), + [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4332), + [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), + [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4314), + [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4331), + [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), + [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4311), + [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4308), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [2731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), + [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), + [2735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), + [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), + [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [2765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2788), + [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), + [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), + [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), + [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4200), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4413), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), + [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [2861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), + [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [2891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), + [2893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [2897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [2901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), + [2903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), + [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [2915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [2917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [2921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 67), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 67), + [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_null_expression, 2), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_null_expression, 2), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), + [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), + [2953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 7), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1), + [2960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 7), + [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [2969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2), + [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), + [2983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), REDUCE(aux_sym_object_pattern_repeat1, 1), + [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), + [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [2996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), + [2998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 66), + [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 66), + [3002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 68), + [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 68), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [3014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 69), + [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 69), + [3018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 133), + [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 133), + [3022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), + [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, .production_id = 174), + [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, .production_id = 174), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [3034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(341), + [3037] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), REDUCE(sym__primary_type, 1, .production_id = 48), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 48), + [3043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 48), + [3046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(4216), + [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 48), + [3052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(971), + [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [3061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(4294), + [3064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(974), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [3069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 48), SHIFT(4014), + [3072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(368), + [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), + [3081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), + [3084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), + [3087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), REDUCE(sym__primary_type, 1, .production_id = 48), + [3090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), + [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2), + [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2), + [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [3109] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 48), REDUCE(sym_rest_pattern, 2), + [3113] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), REDUCE(sym_rest_pattern, 2, .production_id = 28), + [3117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(250), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_rest_pattern, 2), + [3127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(485), + [3130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2), + [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2), + [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4295), + [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 20), + [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 20), + [3144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 20), SHIFT_REPEAT(3681), + [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3870), + [3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 66), + [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 66), + [3153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 20), SHIFT(2723), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [3158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 15), + [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 15), + [3162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), + [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), + [3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), + [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [3184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), + [3188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [3190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3694), + [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), + [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), + [3210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1), + [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4301), + [3250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1486), + [3253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1525), + [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), + [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [3260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1751), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [3265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1638), + [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [3274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(2069), + [3277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1450), + [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [3286] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), REDUCE(aux_sym_object_repeat1, 2, .production_id = 26), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 27), + [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [3292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 48), + [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [3300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 105), + [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 105), + [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [3308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 106), + [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 106), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [3316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 12), + [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 12), + [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [3334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [3340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), + [3344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), + [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), + [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), + [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), + [3376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1), + [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [3390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asserts, 2), + [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asserts, 2), + [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), + [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [3410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 49), + [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 49), + [3414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instantiation_expression, 2, .production_id = 16), + [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_expression, 2, .production_id = 16), + [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [3434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_predefined_type, 2, .production_id = 111), + [3436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predefined_type, 2, .production_id = 111), + [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [3470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 240), + [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 240), + [3474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5), + [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5), + [3478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), + [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), + [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 173), + [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [3532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), + [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), + [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__number, 2, .production_id = 8), + [3538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__number, 2, .production_id = 8), + [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), + [3542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2), + [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), + [3546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_tuple_type, 2), + [3549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_tuple_type, 2), + [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 2), + [3554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_type, 2), + [3557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_type, 2), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), + [3564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), + [3566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 65), + [3568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), SHIFT(83), + [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), + [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, .production_id = 62), + [3577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3), + [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3), + [3581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [3583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 63), + [3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 117), + [3591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_existential_type, 1), + [3593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_existential_type, 1), + [3595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 62), + [3597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_type, 1), + [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_type, 1), + [3601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), + [3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [3607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 55), + [3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 55), + [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_type, 1, .production_id = 50), + [3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_type, 1, .production_id = 50), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 116), + [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 114), + [3619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 107), + [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 107), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [3625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 108), + [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 108), + [3629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 2), + [3631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2), + [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2), + [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3), + [3637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2), + [3641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_satisfies_expression, 3), + [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_satisfies_expression, 3), + [3645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_literal_type, 2), + [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal_type, 2), + [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_predicate, 3, .production_id = 175), + [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate, 3, .production_id = 175), + [3653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_predicate, 3, .production_id = 87), + [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate, 3, .production_id = 87), + [3657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 109), + [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 109), + [3661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_readonly_type, 2), + [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_readonly_type, 2), + [3665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flow_maybe_type, 2), + [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flow_maybe_type, 2), + [3669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infer_type, 2, .production_id = 110), + [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infer_type, 2, .production_id = 110), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 74), + [3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, .production_id = 65), + [3679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_type_query, 2), + [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_type_query, 2), + [3683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 112), + [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 112), + [3687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 15), + [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 15), + [3691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 156), + [3693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 156), + [3695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 157), + [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 157), + [3699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 158), + [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 158), + [3703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 159), + [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 159), + [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 160), + [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 160), + [3711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), + [3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [3717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3), + [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3), + [3721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_literal_type, 3), + [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal_type, 3), + [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_type_identifier, 3, .production_id = 161), + [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_type_identifier, 3, .production_id = 161), + [3729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 80), REDUCE(sym_nested_type_identifier, 3, .production_id = 161), + [3732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 81), REDUCE(sym_nested_type_identifier, 3, .production_id = 161), + [3735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 22), + [3737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 162), + [3739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 162), + [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 24), + [3743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 3), + [3745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 3), + [3747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 3), + [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3), + [3751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3), + [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3), + [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 66), + [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 66), + [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 67), + [3761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 67), + [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 202), + [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 202), + [3767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 203), + [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 203), + [3771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 204), + [3773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 204), + [3775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 205), + [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 205), + [3779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 206), + [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 206), + [3783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 207), + [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 207), + [3787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4), + [3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4), + [3791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 4, .production_id = 208), + [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 4, .production_id = 208), + [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infer_type, 4, .production_id = 110), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infer_type, 4, .production_id = 110), + [3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lookup_type, 4), + [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lookup_type, 4), + [3803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, .production_id = 209), + [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, .production_id = 209), + [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), + [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 8), + [3811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(83), + [3814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_type, 7, .production_id = 280), + [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_type, 7, .production_id = 280), + [3818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 133), + [3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 133), + [3822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 6, .production_id = 267), + [3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 6, .production_id = 267), + [3826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 266), + [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 266), + [3830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 238), + [3832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 238), + [3834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 239), + [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 239), + [3838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 265), + [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 265), + [3842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), + [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 8), + [3846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(83), + [3849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 264), + [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 264), + [3853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 263), + [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 263), + [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2), + [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2), + [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2), + [3863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(83), + [3866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 5, .production_id = 242), + [3868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 5, .production_id = 242), + [3870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 5, .production_id = 241), + [3872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 5, .production_id = 241), + [3874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5), + [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5), + [3878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [3882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [3886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [3900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [3904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [3906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [3912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [3916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [3924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), SHIFT(78), + [3933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 11), + [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 11), + [3937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), + [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [3942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [3964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [3968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [3980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), + [3982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [3986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [3990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 2, .dynamic_precedence = -1), + [3992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 2, .dynamic_precedence = -1), + [3994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2), + [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2), + [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, .production_id = 86), + [4000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 86), SHIFT(495), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [4005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), SHIFT(84), + [4008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(78), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2), + [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 179), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 179), + [4021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 49), + [4024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 49), + [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 5, .dynamic_precedence = -1, .production_id = 168), + [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 5, .dynamic_precedence = -1, .production_id = 168), + [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 5, .dynamic_precedence = -1, .production_id = 167), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 5, .dynamic_precedence = -1, .production_id = 167), + [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 163), + [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 163), + [4039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(84), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [4044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(78), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [4049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 14), + [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 14), + [4053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 15), + [4055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 15), + [4057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 138), + [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 138), + [4061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1), + [4065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, .production_id = 17), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, .production_id = 17), + [4069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 2, .production_id = 17), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 2, .production_id = 17), + [4073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 24), + [4075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4), + [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [4081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 26), + [4083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, .production_id = 27), + [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 26), + [4087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 26), REDUCE(sym_object_pattern, 3, .production_id = 27), + [4090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 137), + [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 137), + [4094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(84), + [4097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), + [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), + [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 82), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [4105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, .production_id = 26), + [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, .production_id = 26), + [4109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), + [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), + [4113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(78), + [4116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 61), + [4118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 61), + [4120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 57), + [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 3, .production_id = 57), + [4124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(84), + [4127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 4, .production_id = 134), + [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 4, .production_id = 134), + [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [4133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 77), + [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 77), + [4137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), + [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 74), + [4142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_element, 3, .production_id = 73), + [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_element, 3, .production_id = 73), + [4146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_closing_element, 2), + [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_closing_element, 2), + [4150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), + [4153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), + [4156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_string, 2), REDUCE(sym_template_literal_type, 2), + [4159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_string, 2), REDUCE(sym_template_literal_type, 2), + [4162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, .production_id = 72), + [4164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, .production_id = 72), + [4166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 71), + [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 71), + [4170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 70), + [4172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 70), + [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), + [4176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [4178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [4180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [4182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [4184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), + [4186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [4190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 113), + [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 113), + [4194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 124), + [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 124), + [4198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 114), + [4200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 129), + [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 129), + [4204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 128), + [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 128), + [4208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 51), + [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 51), + [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 52), + [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 52), + [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 115), + [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 115), + [4220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 116), + [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 53), + [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 53), + [4226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3), + [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3), + [4230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 54), + [4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 54), + [4234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 3, .dynamic_precedence = -1, .production_id = 57), + [4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 3, .dynamic_precedence = -1, .production_id = 57), + [4238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 62), REDUCE(sym_assignment_expression, 3, .production_id = 62), + [4241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 62), + [4243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 3, .dynamic_precedence = -1, .production_id = 61), + [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 3, .dynamic_precedence = -1, .production_id = 61), + [4247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 82), REDUCE(sym_assignment_expression, 3, .production_id = 62), + [4250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 117), + [4252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3), + [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3), + [4256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 82), REDUCE(sym_assignment_expression, 3, .production_id = 22), + [4259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 63), + [4261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 126), + [4263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_self_closing_element, 4, .dynamic_precedence = -1, .production_id = 126), + [4265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, .production_id = 115), + [4267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, .production_id = 115), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [4271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 120), + [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 120), + [4275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, .production_id = 121), + [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, .production_id = 121), + [4279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [4281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), SHIFT(86), + [4290] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), REDUCE(sym_object_type, 2), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [4298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [4304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [4306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [4308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [4312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), + [4314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [4316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [4338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [4342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [4366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [4386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(86), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [4391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(86), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, .production_id = 62), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [4410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2712), + [4413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2363), + [4416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), + [4418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(287), + [4421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2132), + [4424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(4200), + [4427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3619), + [4430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3617), + [4433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2542), + [4436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3744), + [4439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2007), + [4442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2106), + [4445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2189), + [4448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2030), + [4451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2143), + [4454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2182), + [4457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2328), + [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [4464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(86), + [4467] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), REDUCE(sym_tuple_type, 2), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [4475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(79), + [4478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(79), + [4481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(79), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [4486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extends_clause_single, 1, .production_id = 46), + [4500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), SHIFT(79), + [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2), + [4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, .production_id = 27), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [4509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), SHIFT(80), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [4568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, .production_id = 36), + [4570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, .production_id = 36), + [4572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [4574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 2, .production_id = 36), + [4576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 2, .production_id = 36), + [4578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 49), REDUCE(sym__parameter_name, 2, .production_id = 36), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [4597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(80), + [4600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_pattern, 2), REDUCE(sym_object_type, 2), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), + [4617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_pattern, 2), REDUCE(sym_tuple_type, 2), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [4644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 1, .production_id = 9), + [4646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 1, .production_id = 9), + [4648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__parameter_name, 1, .production_id = 9), REDUCE(sym__primary_type, 1, .production_id = 49), + [4651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(80), + [4654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__parameter_name, 1, .production_id = 9), + [4657] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__parameter_name, 1, .production_id = 9), REDUCE(sym__primary_type, 1, .production_id = 49), + [4661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(80), + [4664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 83), + [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [4672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), + [4675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3), + [4677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), + [4680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_computed_property_name, 3), + [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [4684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [4686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 86), SHIFT(398), + [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [4723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 4, .production_id = 146), + [4725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 4, .production_id = 146), + [4727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 3, .production_id = 93), + [4729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 3, .production_id = 93), + [4731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 3, .production_id = 97), + [4733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 3, .production_id = 97), + [4735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 5, .production_id = 188), + [4737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 5, .production_id = 188), + [4739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extends_clause_single, 2, .production_id = 102), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), + [4749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), + [4752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), + [4755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 26), REDUCE(sym_object_pattern, 3, .production_id = 27), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [4764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), SHIFT(82), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [4769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), + [4772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1), + [4774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), + [4777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [4781] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), REDUCE(sym_rest_pattern, 2), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [4787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(82), + [4790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(82), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [4795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(82), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [4800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 2, .production_id = 39), + [4802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 2, .production_id = 39), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [4806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 4, .production_id = 144), + [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 4, .production_id = 144), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [4816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [4822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [4834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 65), SHIFT(85), + [4837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(85), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [4844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [4846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), + [4848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(85), + [4851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [4867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), + [4869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [4873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [4881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(85), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [4886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 11), REDUCE(sym_class, 3, .production_id = 77), + [4889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 11), REDUCE(sym_class, 3, .production_id = 77), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4320), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [4900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 153), REDUCE(sym_class, 6, .production_id = 216), + [4903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 153), REDUCE(sym_class, 6, .production_id = 216), + [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [4920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [4922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4309), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [4930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [4938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 100), REDUCE(sym_class, 5, .production_id = 177), + [4941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 100), REDUCE(sym_class, 5, .production_id = 177), + [4944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 101), REDUCE(sym_class, 5, .production_id = 178), + [4947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 101), REDUCE(sym_class, 5, .production_id = 178), + [4950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 113), REDUCE(sym_class, 5, .production_id = 179), + [4953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 113), REDUCE(sym_class, 5, .production_id = 179), + [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), + [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), + [4960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 45), REDUCE(sym_class, 4, .production_id = 136), + [4963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 45), REDUCE(sym_class, 4, .production_id = 136), + [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), + [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [4972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), + [4976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 51), REDUCE(sym_class, 4, .production_id = 137), + [4979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 51), REDUCE(sym_class, 4, .production_id = 137), + [4982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 52), REDUCE(sym_class, 4, .production_id = 138), + [4985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 52), REDUCE(sym_class, 4, .production_id = 138), + [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [4998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [5000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), + [5014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), + [5016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 1), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [5022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [5026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [5048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [5058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [5062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2273), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [5066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [5070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [5076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [5086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [5094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [5098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), + [5100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [5104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [5106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [5110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [5114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [5122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 26), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 27), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [5127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), + [5129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), + [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [5135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [5137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), + [5139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), + [5141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), + [5143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), + [5145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [5147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 26), + [5149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), + [5151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [5159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [5163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), + [5165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [5173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4297), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [5177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), + [5179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [5183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 269), + [5185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 269), + [5187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 268), + [5189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 268), + [5191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 142), + [5193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 142), + [5195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 210), + [5197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 210), + [5199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 183), + [5201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 183), + [5203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 165), + [5205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 165), + [5207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 219), + [5209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 219), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), + [5219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 119), + [5221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 119), + [5223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 246), + [5225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 246), + [5227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 245), + [5229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 245), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [5233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 281), + [5235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 281), + [5237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 282), + [5239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 282), + [5241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 10, .production_id = 291), + [5243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 10, .production_id = 291), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [5263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, .production_id = 84), + [5265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, .production_id = 84), + [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [5269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [5273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [5299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, .production_id = 11), + [5301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_static_block, 2, .production_id = 11), + [5303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [5307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [5317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [5319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [5321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), + [5323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [5331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [5333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [5335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [5341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [5343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [5351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [5353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), + [5355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [5369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3011), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [5375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 13), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [5379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 13), SHIFT(3484), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [5388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), + [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), + [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), + [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), + [5490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_namespace_name, 3), + [5492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_namespace_name, 3), + [5494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 48), REDUCE(sym_jsx_namespace_name, 3), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [5503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [5507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 57), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [5515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), + [5519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), + [5521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_identifier, 1, .production_id = 1), + [5523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__import_identifier, 1, .production_id = 1), + [5525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [5527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 234), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [5535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 148), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [5543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 1, .production_id = 5), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [5551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 197), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [5559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), + [5561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [5565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [5567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 148), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [5571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 57), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [5575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 234), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [5583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 197), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [5589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 1, .production_id = 5), + [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [5615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 57), + [5617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 5), + [5619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [5621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), + [5623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), + [5625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), + [5627] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [5629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 57), + [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [5637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 197), + [5639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 48), SHIFT(4014), + [5642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 234), + [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [5654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 148), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [5658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 148), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [5662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 5), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [5666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 234), + [5668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 197), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [5676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [5680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), + [5682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), + [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), + [5688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3016), + [5690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(193), + [5693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(3321), + [5696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), + [5698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_jsx_element_repeat1, 2), SHIFT_REPEAT(3038), + [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [5709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), + [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [5715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), + [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [5719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), + [5721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [5727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), + [5729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), + [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [5733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 5), + [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [5741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), + [5743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3895), + [5745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), + [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [5749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), + [5751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_annotation, 2), + [5753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 19), + [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [5757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), + [5759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), + [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), + [5763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [5767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [5769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2831), + [5771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3), + [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [5797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 261), + [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [5803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [5823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3), + [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [5827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_annotation, 2), + [5829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, .production_id = 27), + [5831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), + [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [5885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3104), + [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [5899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 125), SHIFT_REPEAT(3011), + [5902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 125), SHIFT_REPEAT(199), + [5905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 125), + [5907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 2, .production_id = 125), SHIFT_REPEAT(3011), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), + [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4375), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [5934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2894), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [5948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_omitting_type_annotation, 2), + [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4513), + [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [5962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opting_type_annotation, 2), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [5976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 7, .production_id = 270), + [5978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 7, .production_id = 271), + [5980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_chain, 1), + [5982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 8, .production_id = 290), + [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [5986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 3, .production_id = 152), + [5988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 3, .production_id = 118), + [5990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 4, .production_id = 189), + [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [5996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 4, .production_id = 164), + [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3882), + [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [6016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 6, .production_id = 253), + [6018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), + [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), + [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [6030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 1, .production_id = 10), + [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [6038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 6, .production_id = 254), + [6040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(368), + [6043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(341), + [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [6048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 261), + [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), + [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), + [6060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 2, .production_id = 131), + [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [6066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [6068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 2, .production_id = 131), + [6070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 2, .production_id = 99), + [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [6080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 5, .production_id = 225), + [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), + [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), + [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2417), + [6088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 5, .production_id = 226), + [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [6092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), + [6094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), + [6096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 8, .production_id = 285), + [6098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 200), + [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [6104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 201), + [6106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1, .production_id = 7), + [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [6110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 1, .production_id = 7), + [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [6116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 56), + [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), + [6122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 237), + [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [6128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 9, .production_id = 293), + [6130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), + [6132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 2, .production_id = 155), + [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2609), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), [6226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 2, .production_id = 10), - [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [6254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 3, .production_id = 71), - [6256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate_annotation, 2), - [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [6260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 17), - [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), - [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [6306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [6310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [6322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapped_type_clause, 3, .production_id = 171), - [6324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 232), - [6326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 233), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [6344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_type, 2), - [6346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(998), - [6349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 18), SHIFT(849), - [6352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), - [6354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 30), - [6356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 230), - [6358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_signature, 1, .production_id = 102), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [6374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 30), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), - [6388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 18), SHIFT(925), - [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [6395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(915), - [6398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 238), - [6400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 18), SHIFT(862), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), - [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [6419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 1, .production_id = 45), - [6421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 1, .production_id = 45), - [6423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 29), - [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [6429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [6441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, .production_id = 7), - [6443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 3, .production_id = 7), - [6445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3), - [6447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 3), - [6449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5), - [6451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 3), - [6453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_expression, 3), - [6455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 217), - [6457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 176), - [6459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 119), - [6461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 119), - [6463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 2), - [6465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_expression, 2), - [6467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 174), - [6469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(848), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [6476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 137), - [6478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 80), - [6480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 216), - [6482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 7, .production_id = 257), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [6486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 269), - [6488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 30), - [6490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_type, 2), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [6498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), - [6500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), SHIFT_REPEAT(968), - [6503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), SHIFT_REPEAT(3358), - [6506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 8, .production_id = 265), - [6508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 8, .production_id = 264), - [6510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), - [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [6516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 241), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [6528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 5, .production_id = 214), - [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [6534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 213), - [6536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 241), - [6538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 238), - [6540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 18), SHIFT(882), - [6543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 209), - [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [6547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 209), - [6549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 213), - [6551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 5, .production_id = 243), - [6553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 4, .production_id = 172), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [6557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 174), - [6559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 176), - [6561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(861), - [6564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 180), - [6566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 260), - [6568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 137), - [6570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 80), - [6572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 7, .production_id = 254), - [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [6576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 7, .production_id = 255), - [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [6580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 257), - [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), - [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [6596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 193), - [6598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 193), SHIFT_REPEAT(3488), - [6601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 193), - [6603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 44), - [6605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), - [6607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3453), - [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [6616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), - [6618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(3458), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [6667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 3, .production_id = 154), - [6669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 3, .production_id = 154), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [6675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [6677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 3, .production_id = 153), - [6679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 3, .production_id = 153), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [6691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), - [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [6703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [6707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_implements_clause_repeat1, 2), SHIFT_REPEAT(980), - [6710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [6718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), - [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [6722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 142), - [6724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 142), SHIFT_REPEAT(486), - [6727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 4, .production_id = 141), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), - [6733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [6737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [6745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [6753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), SHIFT_REPEAT(2891), - [6756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), - [6758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [6762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), - [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [6768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 47), - [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [6774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 26), - [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [6780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), SHIFT_REPEAT(200), - [6783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), - [6785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), REDUCE(aux_sym_template_literal_type_repeat1, 1), - [6788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3), - [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [6802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), - [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), - [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [6818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 3, .production_id = 101), - [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [6822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), - [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [6826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 3, .production_id = 88), - [6828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), - [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), - [6840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 2, .production_id = 37), - [6842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapped_type_clause, 5, .production_id = 231), - [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [6848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 1), - [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [6852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 81), - [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [6856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 80), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [6860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(147), - [6863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), - [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [6877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [6881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 236), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [6901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 92), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [6925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 94), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [6929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3824), - [6931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [6937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1), - [6939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, .production_id = 5), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [6943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), SHIFT_REPEAT(187), - [6946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 237), - [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [6956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, .dynamic_precedence = -1, .production_id = 44), - [6958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(3939), - [6961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), - [6963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 29), - [6965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 2, .production_id = 44), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [6975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [6989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements_clause, 3), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [7009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 239), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [7017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), SHIFT_REPEAT(2144), - [7020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), - [7022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(2160), - [7025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [7043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 208), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [7047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 5, .production_id = 206), - [7049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 240), - [7051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 5, .production_id = 207), - [7053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 212), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [7061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 6, .production_id = 234), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [7065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 211), - [7067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 210), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [7081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, .production_id = 77), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [7085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4), - [7087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), SHIFT_REPEAT(2843), - [7090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), - [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [7096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(495), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [7103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), - [7107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), SHIFT_REPEAT(2844), - [7110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [7132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 195), SHIFT_REPEAT(2316), - [7135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 195), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), - [7139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 5, .dynamic_precedence = -1, .production_id = 134), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [7143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 253), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [7151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, .production_id = 5), - [7153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [7159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2), - [7161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 136), - [7163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 3), - [7165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 256), - [7167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(805), - [7170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), - [7172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 9, .production_id = 273), - [7174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3), - [7176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 3, .production_id = 114), - [7178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 138), - [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [7192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 81), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [7198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 270), - [7200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 258), - [7202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 268), - [7204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 259), - [7206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 267), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [7234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 173), - [7236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 4, .production_id = 149), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [7240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 179), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [7244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 2, .production_id = 44), - [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [7258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 175), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [7266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 4, .production_id = 170), - [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [7282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 177), - [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [7322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), - [7324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5), - [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [7328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), SHIFT_REPEAT(3833), - [7331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [7335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 4, .production_id = 163), - [7337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 4, .production_id = 163), - [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [7349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_assignment, 2, .production_id = 29), - [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [7363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, .production_id = 28), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [7371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2), - [7373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_parameter, 2, .production_id = 30), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [7421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_tuple_parameter, 3, .production_id = 80), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), - [7433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1), - [7435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), - [7437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 127), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [7441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 4, .production_id = 131), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [7451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_require_clause, 6, .production_id = 201), - [7453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, .production_id = 127), - [7455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 2, .production_id = 36), - [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), - [7505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 46), - [7507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [7513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 95), - [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [7533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 3, .production_id = 89), - [7535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 3, .production_id = 87), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [7551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4332), - [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [7555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [7571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3), - [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [7587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [7599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [7603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [7627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [7647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [7651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [7703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2), - [7705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), - [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), - [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), - [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [7835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), - [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [7881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2), - [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [7935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), - [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [8015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), - [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [8041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), - [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), - [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), - [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), - [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), - [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), - [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [8145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), - [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), - [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [8153] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), - [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [8169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [8175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [6236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_implements_clause_repeat1, 2), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [6270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_type_member, 1), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [6274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 2, .production_id = 132), + [6276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 2, .production_id = 132), + [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [6314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_type_repeat1, 2), SHIFT_REPEAT(1207), + [6317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_type_repeat1, 2), + [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [6333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint, 2), + [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [6339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 131), + [6341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 131), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [6351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements_clause, 2), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [6359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 1), + [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [6363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 1), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [6367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 3, .production_id = 75), + [6369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate_annotation, 2), + [6371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asserts_annotation, 2), + [6373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(4515), + [6376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), + [6378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(246), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [6387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 18), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [6391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(3185), + [6394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), + [6396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(241), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [6405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 30), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [6411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(797), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [6418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 2), + [6420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_expression, 2), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), + [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [6456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 150), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [6470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3878), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [6476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(934), + [6479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 7, .production_id = 276), + [6481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 19), SHIFT(802), + [6484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 288), + [6486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 8, .production_id = 284), + [6488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 8, .production_id = 283), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [6500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 260), + [6502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 31), + [6504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 257), + [6506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 87), + [6508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 279), + [6510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 276), + [6512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_expression, 3), + [6514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_expression, 3), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [6518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 7, .production_id = 274), + [6520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_type, 2), + [6522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 7, .production_id = 273), + [6524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 19), SHIFT(953), + [6527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [6533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_text, 1), + [6535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 31), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [6541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 5, .production_id = 262), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [6545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 31), + [6547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 232), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [6551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 228), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [6555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_signature, 1, .production_id = 104), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [6563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), + [6565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), SHIFT_REPEAT(967), + [6568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), SHIFT_REPEAT(3373), + [6571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 260), + [6573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 257), + [6575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 252), + [6577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3, .production_id = 7), + [6579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 3, .production_id = 7), + [6581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_attribute, 3), + [6583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jsx_attribute, 3), + [6585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 5, .dynamic_precedence = -1, .production_id = 167), + [6587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 5, .dynamic_precedence = -1, .production_id = 168), + [6589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5), + [6591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 251), + [6593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 249), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [6597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 19), SHIFT(986), + [6600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 2, .dynamic_precedence = -1), + [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [6604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(793), + [6607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 19), SHIFT(808), + [6610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 236), + [6612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 195), + [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [6616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 193), + [6618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(961), + [6621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 235), + [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [6625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapped_type_clause, 3, .production_id = 190), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [6635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 4, .production_id = 191), + [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [6643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 5, .production_id = 233), + [6645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 193), + [6647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), + [6649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 195), + [6651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 232), + [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [6659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 126), + [6661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), + [6663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 124), + [6665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 129), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [6671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 228), + [6673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, .dynamic_precedence = -1, .production_id = 61), + [6675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 1, .production_id = 58), + [6677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__jsx_start_opening_element_repeat1, 1, .production_id = 58), + [6679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 3, .dynamic_precedence = -1, .production_id = 57), + [6681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jsx_opening_element, 4, .dynamic_precedence = -1, .production_id = 128), + [6683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 199), + [6685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 150), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [6693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 87), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [6697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 132), + [6699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 132), + [6701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_type, 2), + [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [6707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapped_type_clause, 5, .production_id = 250), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [6717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 3, .production_id = 95), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [6727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 2, .production_id = 47), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [6731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 212), + [6733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 212), SHIFT_REPEAT(3656), + [6736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 212), + [6738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 57), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [6746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), + [6748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [6750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [6754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [6760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3347), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [6772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), + [6774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2792), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [6780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 60), + [6782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [6786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), SHIFT_REPEAT(2990), + [6789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), + [6791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 123), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [6799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), + [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [6823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 27), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [6831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 3, .production_id = 103), + [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [6837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 154), + [6839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 154), SHIFT_REPEAT(288), + [6842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), + [6844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3595), + [6847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), + [6849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(3596), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [6856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [6862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [6868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [6878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), + [6880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), REDUCE(aux_sym_template_literal_type_repeat1, 1), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [6887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [6893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 2, .production_id = 38), + [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [6901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [6903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), SHIFT_REPEAT(189), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [6912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [6934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_implements_clause_repeat1, 2), SHIFT_REPEAT(981), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [6941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [6949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 3, .production_id = 172), + [6951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 3, .production_id = 172), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [6955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 3, .production_id = 171), + [6957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 3, .production_id = 171), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [6973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [6983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 194), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [6991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [6995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 255), + [6997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 256), + [6999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 258), + [7001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 259), + [7003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5), + [7005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 1), + [7007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), SHIFT_REPEAT(2890), + [7010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), + [7012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [7014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 2, .production_id = 57), + [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [7020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3), + [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [7030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), SHIFT_REPEAT(3689), + [7033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), + [7035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 6, .production_id = 253), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [7043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_identifier, 1), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [7061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5), + [7063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 231), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [7077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(485), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [7090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), SHIFT_REPEAT(176), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3890), + [7129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [7161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1), + [7163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 227), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [7167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 5, .production_id = 225), + [7169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 5, .production_id = 226), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [7173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 272), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [7187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 192), + [7189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 275), + [7191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 278), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [7197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(3678), + [7200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [7202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 88), + [7204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 151), + [7206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 277), + [7208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 196), + [7210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 230), + [7212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 149), + [7214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 30), + [7216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements_clause, 3), + [7218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 229), + [7220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [7230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 3, .production_id = 118), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [7234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 4, .production_id = 164), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [7244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 286), + [7246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 287), + [7248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 4, .production_id = 189), + [7250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 289), + [7252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 198), + [7254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), SHIFT_REPEAT(2113), + [7257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), + [7259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(2194), + [7262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), + [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [7272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 9, .production_id = 292), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [7290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 47), + [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [7300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, .production_id = 83), + [7302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 3), + [7304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2), + [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [7308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [7314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3987), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [7326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 214), SHIFT_REPEAT(2329), + [7329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 214), + [7331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(779), + [7334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [7352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, .production_id = 5), + [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [7372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(137), + [7375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), + [7377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), SHIFT_REPEAT(2787), + [7380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), + [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), + [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [7418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 88), + [7420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 87), + [7422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [7428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), + [7430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [7434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_parameter, 2, .production_id = 31), + [7436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 2, .production_id = 57), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [7448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1), + [7450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 3, .production_id = 94), + [7452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 3, .production_id = 96), + [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [7456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_require_clause, 6, .production_id = 220), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [7462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), + [7464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_tuple_parameter, 3, .production_id = 87), + [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), + [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [7472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [7500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 4, .production_id = 181), + [7502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 4, .production_id = 184), + [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [7510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, .production_id = 29), + [7512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 4, .production_id = 181), + [7514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_assignment, 2, .production_id = 30), + [7516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, .production_id = 166), + [7518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), + [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), + [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [7600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 4, .production_id = 145), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [7604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 143), + [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [7612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 122), + [7614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 59), + [7616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 140), + [7618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), + [7620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, .production_id = 140), + [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [7654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 127), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [7658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, .production_id = 5), + [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [7666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 2, .production_id = 37), + [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [7710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), + [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [7734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2), + [7736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4281), + [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), + [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), + [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), + [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), + [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [7794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), + [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [7800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2), + [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [7816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4), + [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [7832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), + [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), + [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), + [7866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), + [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), + [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), + [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), + [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [7960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [8004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3), + [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [8018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3), + [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [8022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), + [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [8040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5), + [8042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), + [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), + [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), + [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [8090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [8106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [8146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [8214] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [8246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4376), + [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), + [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [8256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), + [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [8282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3), + [8284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3), + [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), + [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), }; #ifdef __cplusplus diff --git a/typescript/typescript/parser.c b/typescript/typescript/parser.c index c0096a80..5f76a7ac 100644 --- a/typescript/typescript/parser.c +++ b/typescript/typescript/parser.c @@ -6,15 +6,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 4241 -#define LARGE_STATE_COUNT 985 -#define SYMBOL_COUNT 362 +#define STATE_COUNT 4345 +#define LARGE_STATE_COUNT 995 +#define SYMBOL_COUNT 368 #define ALIAS_COUNT 6 -#define TOKEN_COUNT 160 +#define TOKEN_COUNT 161 #define EXTERNAL_TOKEN_COUNT 5 #define FIELD_COUNT 43 #define MAX_ALIAS_SEQUENCE_LENGTH 10 -#define PRODUCTION_ID_COUNT 269 +#define PRODUCTION_ID_COUNT 284 enum { sym_identifier = 1, @@ -65,44 +65,44 @@ enum { sym__glimmer_template_content = 46, anon_sym_LTtemplate_GT = 47, anon_sym_LT_SLASHtemplate_GT = 48, - anon_sym_LT = 49, - anon_sym_GT = 50, - anon_sym_SLASH = 51, - anon_sym_DOT = 52, - anon_sym_class = 53, - anon_sym_async = 54, - anon_sym_function = 55, - anon_sym_EQ_GT = 56, - anon_sym_QMARK_DOT = 57, - anon_sym_new = 58, - anon_sym_PLUS_EQ = 59, - anon_sym_DASH_EQ = 60, - anon_sym_STAR_EQ = 61, - anon_sym_SLASH_EQ = 62, - anon_sym_PERCENT_EQ = 63, - anon_sym_CARET_EQ = 64, - anon_sym_AMP_EQ = 65, - anon_sym_PIPE_EQ = 66, - anon_sym_GT_GT_EQ = 67, - anon_sym_GT_GT_GT_EQ = 68, - anon_sym_LT_LT_EQ = 69, - anon_sym_STAR_STAR_EQ = 70, - anon_sym_AMP_AMP_EQ = 71, - anon_sym_PIPE_PIPE_EQ = 72, - anon_sym_QMARK_QMARK_EQ = 73, - anon_sym_DOT_DOT_DOT = 74, - anon_sym_AMP_AMP = 75, - anon_sym_PIPE_PIPE = 76, - anon_sym_GT_GT = 77, - anon_sym_GT_GT_GT = 78, - anon_sym_LT_LT = 79, - anon_sym_AMP = 80, - anon_sym_CARET = 81, - anon_sym_PIPE = 82, - anon_sym_PLUS = 83, - anon_sym_DASH = 84, - anon_sym_PERCENT = 85, - anon_sym_STAR_STAR = 86, + anon_sym_GT = 49, + anon_sym_DOT = 50, + anon_sym_class = 51, + anon_sym_async = 52, + anon_sym_function = 53, + anon_sym_EQ_GT = 54, + anon_sym_QMARK_DOT = 55, + anon_sym_new = 56, + anon_sym_PLUS_EQ = 57, + anon_sym_DASH_EQ = 58, + anon_sym_STAR_EQ = 59, + anon_sym_SLASH_EQ = 60, + anon_sym_PERCENT_EQ = 61, + anon_sym_CARET_EQ = 62, + anon_sym_AMP_EQ = 63, + anon_sym_PIPE_EQ = 64, + anon_sym_GT_GT_EQ = 65, + anon_sym_GT_GT_GT_EQ = 66, + anon_sym_LT_LT_EQ = 67, + anon_sym_STAR_STAR_EQ = 68, + anon_sym_AMP_AMP_EQ = 69, + anon_sym_PIPE_PIPE_EQ = 70, + anon_sym_QMARK_QMARK_EQ = 71, + anon_sym_DOT_DOT_DOT = 72, + anon_sym_AMP_AMP = 73, + anon_sym_PIPE_PIPE = 74, + anon_sym_GT_GT = 75, + anon_sym_GT_GT_GT = 76, + anon_sym_LT_LT = 77, + anon_sym_AMP = 78, + anon_sym_CARET = 79, + anon_sym_PIPE = 80, + anon_sym_PLUS = 81, + anon_sym_DASH = 82, + anon_sym_SLASH = 83, + anon_sym_PERCENT = 84, + anon_sym_STAR_STAR = 85, + anon_sym_LT = 86, anon_sym_LT_EQ = 87, anon_sym_EQ_EQ = 88, anon_sym_EQ_EQ_EQ = 89, @@ -167,223 +167,229 @@ enum { anon_sym_infer = 148, anon_sym_is = 149, anon_sym_keyof = 150, - anon_sym_unknown = 151, - anon_sym_never = 152, - anon_sym_object = 153, - anon_sym_LBRACE_PIPE = 154, - anon_sym_PIPE_RBRACE = 155, - sym__automatic_semicolon = 156, - sym__template_chars = 157, - sym__ternary_qmark = 158, - sym__function_signature_automatic_semicolon = 159, - sym_program = 160, - sym_export_statement = 161, - sym_namespace_export = 162, - sym_export_clause = 163, - sym_export_specifier = 164, - sym__module_export_name = 165, - sym_declaration = 166, - sym_import = 167, - sym_import_statement = 168, - sym_import_clause = 169, - sym__from_clause = 170, - sym_namespace_import = 171, - sym_named_imports = 172, - sym_import_specifier = 173, - sym_expression_statement = 174, - sym_variable_declaration = 175, - sym_lexical_declaration = 176, - sym_variable_declarator = 177, - sym_statement_block = 178, - sym_else_clause = 179, - sym_if_statement = 180, - sym_switch_statement = 181, - sym_for_statement = 182, - sym_for_in_statement = 183, - sym__for_header = 184, - sym_while_statement = 185, - sym_do_statement = 186, - sym_try_statement = 187, - sym_with_statement = 188, - sym_break_statement = 189, - sym_continue_statement = 190, - sym_debugger_statement = 191, - sym_return_statement = 192, - sym_throw_statement = 193, - sym_empty_statement = 194, - sym_labeled_statement = 195, - sym_switch_body = 196, - sym_switch_case = 197, - sym_switch_default = 198, - sym_catch_clause = 199, - sym_finally_clause = 200, - sym_parenthesized_expression = 201, - sym_expression = 202, - sym_primary_expression = 203, - sym_yield_expression = 204, - sym_object = 205, - sym_object_pattern = 206, - sym_assignment_pattern = 207, - sym_object_assignment_pattern = 208, - sym_array = 209, - sym_array_pattern = 210, - sym_glimmer_template = 211, - sym_glimmer_opening_tag = 212, - sym_glimmer_closing_tag = 213, - sym_nested_identifier = 214, - sym_class = 215, - sym_class_declaration = 216, - sym_class_heritage = 217, - sym_function = 218, - sym_function_declaration = 219, - sym_generator_function = 220, - sym_generator_function_declaration = 221, - sym_arrow_function = 222, - sym__call_signature = 223, - sym__formal_parameter = 224, - sym_optional_chain = 225, - sym_call_expression = 226, - sym_new_expression = 227, - sym_await_expression = 228, - sym_member_expression = 229, - sym_subscript_expression = 230, - sym_assignment_expression = 231, - sym__augmented_assignment_lhs = 232, - sym_augmented_assignment_expression = 233, - sym__initializer = 234, - sym__destructuring_pattern = 235, - sym_spread_element = 236, - sym_ternary_expression = 237, - sym_binary_expression = 238, - sym_unary_expression = 239, - sym_update_expression = 240, - sym_sequence_expression = 241, - sym_string = 242, - sym_template_string = 243, - sym_template_substitution = 244, - sym_regex = 245, - sym_meta_property = 246, - sym_arguments = 247, - sym_decorator = 248, - sym_decorator_member_expression = 249, - sym_decorator_call_expression = 250, - sym_class_body = 251, - sym_formal_parameters = 252, - sym_class_static_block = 253, - sym_pattern = 254, - sym_rest_pattern = 255, - sym_method_definition = 256, - sym_pair = 257, - sym_pair_pattern = 258, - sym__property_name = 259, - sym_computed_property_name = 260, - sym_public_field_definition = 261, - sym_non_null_expression = 262, - sym_method_signature = 263, - sym_abstract_method_signature = 264, - sym_function_signature = 265, - sym_type_assertion = 266, - sym_as_expression = 267, - sym_satisfies_expression = 268, - sym_import_require_clause = 269, - sym_extends_clause = 270, - sym_implements_clause = 271, - sym_ambient_declaration = 272, - sym_abstract_class_declaration = 273, - sym_module = 274, - sym_internal_module = 275, - sym__module = 276, - sym_import_alias = 277, - sym_nested_type_identifier = 278, - sym_interface_declaration = 279, - sym_extends_type_clause = 280, - sym_enum_declaration = 281, - sym_enum_body = 282, - sym_enum_assignment = 283, - sym_type_alias_declaration = 284, - sym_accessibility_modifier = 285, - sym_override_modifier = 286, - sym_required_parameter = 287, - sym_optional_parameter = 288, - sym__parameter_name = 289, - sym_omitting_type_annotation = 290, - sym_opting_type_annotation = 291, - sym_type_annotation = 292, - sym_asserts = 293, - sym__type = 294, - sym_tuple_parameter = 295, - sym_optional_tuple_parameter = 296, - sym_optional_type = 297, - sym_rest_type = 298, - sym__tuple_type_member = 299, - sym_constructor_type = 300, - sym__primary_type = 301, - sym_template_type = 302, - sym_template_literal_type = 303, - sym_infer_type = 304, - sym_conditional_type = 305, - sym_generic_type = 306, - sym_type_predicate = 307, - sym_type_predicate_annotation = 308, - sym__type_query_member_expression = 309, - sym__type_query_subscript_expression = 310, - sym__type_query_call_expression = 311, - sym_type_query = 312, - sym_index_type_query = 313, - sym_lookup_type = 314, - sym_mapped_type_clause = 315, - sym_literal_type = 316, - sym__number = 317, - sym_existential_type = 318, - sym_flow_maybe_type = 319, - sym_parenthesized_type = 320, - sym_predefined_type = 321, - sym_type_arguments = 322, - sym_object_type = 323, - sym_call_signature = 324, - sym_property_signature = 325, - sym_type_parameters = 326, - sym_type_parameter = 327, - sym_default_type = 328, - sym_constraint = 329, - sym_construct_signature = 330, - sym_index_signature = 331, - sym_array_type = 332, - sym_tuple_type = 333, - sym_readonly_type = 334, - sym_union_type = 335, - sym_intersection_type = 336, - sym_function_type = 337, - aux_sym_program_repeat1 = 338, - aux_sym_export_statement_repeat1 = 339, - aux_sym_export_clause_repeat1 = 340, - aux_sym_named_imports_repeat1 = 341, - aux_sym_variable_declaration_repeat1 = 342, - aux_sym_switch_body_repeat1 = 343, - aux_sym_object_repeat1 = 344, - aux_sym_object_pattern_repeat1 = 345, - aux_sym_array_repeat1 = 346, - aux_sym_array_pattern_repeat1 = 347, - aux_sym_glimmer_template_repeat1 = 348, - aux_sym_string_repeat1 = 349, - aux_sym_string_repeat2 = 350, - aux_sym_template_string_repeat1 = 351, - aux_sym_class_body_repeat1 = 352, - aux_sym_formal_parameters_repeat1 = 353, - aux_sym_extends_clause_repeat1 = 354, - aux_sym_implements_clause_repeat1 = 355, - aux_sym_extends_type_clause_repeat1 = 356, - aux_sym_enum_body_repeat1 = 357, - aux_sym_template_literal_type_repeat1 = 358, - aux_sym_object_type_repeat1 = 359, - aux_sym_type_parameters_repeat1 = 360, - aux_sym_tuple_type_repeat1 = 361, - alias_sym_property_identifier = 362, - alias_sym_shorthand_property_identifier = 363, - alias_sym_shorthand_property_identifier_pattern = 364, - alias_sym_statement_identifier = 365, - alias_sym_this_type = 366, - alias_sym_type_identifier = 367, + anon_sym_unique = 151, + anon_sym_unknown = 152, + anon_sym_never = 153, + anon_sym_object = 154, + anon_sym_LBRACE_PIPE = 155, + anon_sym_PIPE_RBRACE = 156, + sym__automatic_semicolon = 157, + sym__template_chars = 158, + sym__ternary_qmark = 159, + sym__function_signature_automatic_semicolon = 160, + sym_program = 161, + sym_export_statement = 162, + sym_namespace_export = 163, + sym_export_clause = 164, + sym_export_specifier = 165, + sym__module_export_name = 166, + sym_declaration = 167, + sym_import = 168, + sym_import_statement = 169, + sym_import_clause = 170, + sym__from_clause = 171, + sym_namespace_import = 172, + sym_named_imports = 173, + sym_import_specifier = 174, + sym_expression_statement = 175, + sym_variable_declaration = 176, + sym_lexical_declaration = 177, + sym_variable_declarator = 178, + sym_statement_block = 179, + sym_else_clause = 180, + sym_if_statement = 181, + sym_switch_statement = 182, + sym_for_statement = 183, + sym_for_in_statement = 184, + sym__for_header = 185, + sym_while_statement = 186, + sym_do_statement = 187, + sym_try_statement = 188, + sym_with_statement = 189, + sym_break_statement = 190, + sym_continue_statement = 191, + sym_debugger_statement = 192, + sym_return_statement = 193, + sym_throw_statement = 194, + sym_empty_statement = 195, + sym_labeled_statement = 196, + sym_switch_body = 197, + sym_switch_case = 198, + sym_switch_default = 199, + sym_catch_clause = 200, + sym_finally_clause = 201, + sym_parenthesized_expression = 202, + sym_expression = 203, + sym_primary_expression = 204, + sym_yield_expression = 205, + sym_object = 206, + sym_object_pattern = 207, + sym_assignment_pattern = 208, + sym_object_assignment_pattern = 209, + sym_array = 210, + sym_array_pattern = 211, + sym_glimmer_template = 212, + sym_glimmer_opening_tag = 213, + sym_glimmer_closing_tag = 214, + sym_nested_identifier = 215, + sym_class = 216, + sym_class_declaration = 217, + sym_class_heritage = 218, + sym_function = 219, + sym_function_declaration = 220, + sym_generator_function = 221, + sym_generator_function_declaration = 222, + sym_arrow_function = 223, + sym__call_signature = 224, + sym__formal_parameter = 225, + sym_optional_chain = 226, + sym_call_expression = 227, + sym_new_expression = 228, + sym_await_expression = 229, + sym_member_expression = 230, + sym_subscript_expression = 231, + sym_assignment_expression = 232, + sym__augmented_assignment_lhs = 233, + sym_augmented_assignment_expression = 234, + sym__initializer = 235, + sym__destructuring_pattern = 236, + sym_spread_element = 237, + sym_ternary_expression = 238, + sym_binary_expression = 239, + sym_unary_expression = 240, + sym_update_expression = 241, + sym_sequence_expression = 242, + sym_string = 243, + sym_template_string = 244, + sym_template_substitution = 245, + sym_regex = 246, + sym_meta_property = 247, + sym_arguments = 248, + sym_decorator = 249, + sym_decorator_member_expression = 250, + sym_decorator_call_expression = 251, + sym_class_body = 252, + sym_formal_parameters = 253, + sym_class_static_block = 254, + sym_pattern = 255, + sym_rest_pattern = 256, + sym_method_definition = 257, + sym_pair = 258, + sym_pair_pattern = 259, + sym__property_name = 260, + sym_computed_property_name = 261, + sym_public_field_definition = 262, + sym__import_identifier = 263, + sym_non_null_expression = 264, + sym_method_signature = 265, + sym_abstract_method_signature = 266, + sym_function_signature = 267, + sym_type_assertion = 268, + sym_as_expression = 269, + sym_satisfies_expression = 270, + sym_instantiation_expression = 271, + sym_import_require_clause = 272, + sym_extends_clause = 273, + sym__extends_clause_single = 274, + sym_implements_clause = 275, + sym_ambient_declaration = 276, + sym_abstract_class_declaration = 277, + sym_module = 278, + sym_internal_module = 279, + sym__module = 280, + sym_import_alias = 281, + sym_nested_type_identifier = 282, + sym_interface_declaration = 283, + sym_extends_type_clause = 284, + sym_enum_declaration = 285, + sym_enum_body = 286, + sym_enum_assignment = 287, + sym_type_alias_declaration = 288, + sym_accessibility_modifier = 289, + sym_override_modifier = 290, + sym_required_parameter = 291, + sym_optional_parameter = 292, + sym__parameter_name = 293, + sym_omitting_type_annotation = 294, + sym_opting_type_annotation = 295, + sym_type_annotation = 296, + sym_asserts = 297, + sym_asserts_annotation = 298, + sym__type = 299, + sym_tuple_parameter = 300, + sym_optional_tuple_parameter = 301, + sym_optional_type = 302, + sym_rest_type = 303, + sym__tuple_type_member = 304, + sym_constructor_type = 305, + sym__primary_type = 306, + sym_template_type = 307, + sym_template_literal_type = 308, + sym_infer_type = 309, + sym_conditional_type = 310, + sym_generic_type = 311, + sym_type_predicate = 312, + sym_type_predicate_annotation = 313, + sym__type_query_member_expression = 314, + sym__type_query_subscript_expression = 315, + sym__type_query_call_expression = 316, + sym__type_query_instantiation_expression = 317, + sym_type_query = 318, + sym_index_type_query = 319, + sym_lookup_type = 320, + sym_mapped_type_clause = 321, + sym_literal_type = 322, + sym__number = 323, + sym_existential_type = 324, + sym_flow_maybe_type = 325, + sym_parenthesized_type = 326, + sym_predefined_type = 327, + sym_type_arguments = 328, + sym_object_type = 329, + sym_call_signature = 330, + sym_property_signature = 331, + sym_type_parameters = 332, + sym_type_parameter = 333, + sym_default_type = 334, + sym_constraint = 335, + sym_construct_signature = 336, + sym_index_signature = 337, + sym_array_type = 338, + sym_tuple_type = 339, + sym_readonly_type = 340, + sym_union_type = 341, + sym_intersection_type = 342, + sym_function_type = 343, + aux_sym_program_repeat1 = 344, + aux_sym_export_statement_repeat1 = 345, + aux_sym_export_clause_repeat1 = 346, + aux_sym_named_imports_repeat1 = 347, + aux_sym_variable_declaration_repeat1 = 348, + aux_sym_switch_body_repeat1 = 349, + aux_sym_object_repeat1 = 350, + aux_sym_object_pattern_repeat1 = 351, + aux_sym_array_repeat1 = 352, + aux_sym_array_pattern_repeat1 = 353, + aux_sym_glimmer_template_repeat1 = 354, + aux_sym_string_repeat1 = 355, + aux_sym_string_repeat2 = 356, + aux_sym_template_string_repeat1 = 357, + aux_sym_class_body_repeat1 = 358, + aux_sym_formal_parameters_repeat1 = 359, + aux_sym_extends_clause_repeat1 = 360, + aux_sym_implements_clause_repeat1 = 361, + aux_sym_extends_type_clause_repeat1 = 362, + aux_sym_enum_body_repeat1 = 363, + aux_sym_template_literal_type_repeat1 = 364, + aux_sym_object_type_repeat1 = 365, + aux_sym_type_parameters_repeat1 = 366, + aux_sym_tuple_type_repeat1 = 367, + alias_sym_property_identifier = 368, + alias_sym_shorthand_property_identifier = 369, + alias_sym_shorthand_property_identifier_pattern = 370, + alias_sym_statement_identifier = 371, + alias_sym_this_type = 372, + alias_sym_type_identifier = 373, }; static const char * const ts_symbol_names[] = { @@ -436,9 +442,7 @@ static const char * const ts_symbol_names[] = { [sym__glimmer_template_content] = "_glimmer_template_content", [anon_sym_LTtemplate_GT] = "", - [anon_sym_LT] = "<", [anon_sym_GT] = ">", - [anon_sym_SLASH] = "/", [anon_sym_DOT] = ".", [anon_sym_class] = "class", [anon_sym_async] = "async", @@ -472,8 +476,10 @@ static const char * const ts_symbol_names[] = { [anon_sym_PIPE] = "|", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", + [anon_sym_SLASH] = "/", [anon_sym_PERCENT] = "%", [anon_sym_STAR_STAR] = "**", + [anon_sym_LT] = "<", [anon_sym_LT_EQ] = "<=", [anon_sym_EQ_EQ] = "==", [anon_sym_EQ_EQ_EQ] = "===", @@ -538,6 +544,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_infer] = "infer", [anon_sym_is] = "is", [anon_sym_keyof] = "keyof", + [anon_sym_unique] = "unique symbol", [anon_sym_unknown] = "unknown", [anon_sym_never] = "never", [anon_sym_object] = "object", @@ -649,6 +656,7 @@ static const char * const ts_symbol_names[] = { [sym__property_name] = "_property_name", [sym_computed_property_name] = "computed_property_name", [sym_public_field_definition] = "public_field_definition", + [sym__import_identifier] = "_import_identifier", [sym_non_null_expression] = "non_null_expression", [sym_method_signature] = "method_signature", [sym_abstract_method_signature] = "abstract_method_signature", @@ -656,8 +664,10 @@ static const char * const ts_symbol_names[] = { [sym_type_assertion] = "type_assertion", [sym_as_expression] = "as_expression", [sym_satisfies_expression] = "satisfies_expression", + [sym_instantiation_expression] = "instantiation_expression", [sym_import_require_clause] = "import_require_clause", [sym_extends_clause] = "extends_clause", + [sym__extends_clause_single] = "_extends_clause_single", [sym_implements_clause] = "implements_clause", [sym_ambient_declaration] = "ambient_declaration", [sym_abstract_class_declaration] = "abstract_class_declaration", @@ -681,6 +691,7 @@ static const char * const ts_symbol_names[] = { [sym_opting_type_annotation] = "opting_type_annotation", [sym_type_annotation] = "type_annotation", [sym_asserts] = "asserts", + [sym_asserts_annotation] = "asserts_annotation", [sym__type] = "_type", [sym_tuple_parameter] = "required_parameter", [sym_optional_tuple_parameter] = "optional_parameter", @@ -699,6 +710,7 @@ static const char * const ts_symbol_names[] = { [sym__type_query_member_expression] = "member_expression", [sym__type_query_subscript_expression] = "subscript_expression", [sym__type_query_call_expression] = "call_expression", + [sym__type_query_instantiation_expression] = "instantiation_expression", [sym_type_query] = "type_query", [sym_index_type_query] = "index_type_query", [sym_lookup_type] = "lookup_type", @@ -807,9 +819,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__glimmer_template_content] = sym__glimmer_template_content, [anon_sym_LTtemplate_GT] = anon_sym_LTtemplate_GT, [anon_sym_LT_SLASHtemplate_GT] = anon_sym_LT_SLASHtemplate_GT, - [anon_sym_LT] = anon_sym_LT, [anon_sym_GT] = anon_sym_GT, - [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_class] = anon_sym_class, [anon_sym_async] = anon_sym_async, @@ -843,8 +853,10 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, + [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_STAR_STAR] = anon_sym_STAR_STAR, + [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_EQ_EQ_EQ] = anon_sym_EQ_EQ_EQ, @@ -909,6 +921,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_infer] = anon_sym_infer, [anon_sym_is] = anon_sym_is, [anon_sym_keyof] = anon_sym_keyof, + [anon_sym_unique] = anon_sym_unique, [anon_sym_unknown] = anon_sym_unknown, [anon_sym_never] = anon_sym_never, [anon_sym_object] = anon_sym_object, @@ -1020,6 +1033,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__property_name] = sym__property_name, [sym_computed_property_name] = sym_computed_property_name, [sym_public_field_definition] = sym_public_field_definition, + [sym__import_identifier] = sym__import_identifier, [sym_non_null_expression] = sym_non_null_expression, [sym_method_signature] = sym_method_signature, [sym_abstract_method_signature] = sym_abstract_method_signature, @@ -1027,8 +1041,10 @@ static const TSSymbol ts_symbol_map[] = { [sym_type_assertion] = sym_type_assertion, [sym_as_expression] = sym_as_expression, [sym_satisfies_expression] = sym_satisfies_expression, + [sym_instantiation_expression] = sym_instantiation_expression, [sym_import_require_clause] = sym_import_require_clause, [sym_extends_clause] = sym_extends_clause, + [sym__extends_clause_single] = sym__extends_clause_single, [sym_implements_clause] = sym_implements_clause, [sym_ambient_declaration] = sym_ambient_declaration, [sym_abstract_class_declaration] = sym_abstract_class_declaration, @@ -1052,6 +1068,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_opting_type_annotation] = sym_opting_type_annotation, [sym_type_annotation] = sym_type_annotation, [sym_asserts] = sym_asserts, + [sym_asserts_annotation] = sym_asserts_annotation, [sym__type] = sym__type, [sym_tuple_parameter] = sym_required_parameter, [sym_optional_tuple_parameter] = sym_optional_parameter, @@ -1070,6 +1087,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__type_query_member_expression] = sym_member_expression, [sym__type_query_subscript_expression] = sym_subscript_expression, [sym__type_query_call_expression] = sym_call_expression, + [sym__type_query_instantiation_expression] = sym_instantiation_expression, [sym_type_query] = sym_type_query, [sym_index_type_query] = sym_index_type_query, [sym_lookup_type] = sym_lookup_type, @@ -1325,18 +1343,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_LT] = { - .visible = true, - .named = false, - }, [anon_sym_GT] = { .visible = true, .named = false, }, - [anon_sym_SLASH] = { - .visible = true, - .named = false, - }, [anon_sym_DOT] = { .visible = true, .named = false, @@ -1469,6 +1479,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_SLASH] = { + .visible = true, + .named = false, + }, [anon_sym_PERCENT] = { .visible = true, .named = false, @@ -1477,6 +1491,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_LT] = { + .visible = true, + .named = false, + }, [anon_sym_LT_EQ] = { .visible = true, .named = false, @@ -1733,6 +1751,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_unique] = { + .visible = true, + .named = false, + }, [anon_sym_unknown] = { .visible = true, .named = false, @@ -2181,6 +2203,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__import_identifier] = { + .visible = false, + .named = true, + }, [sym_non_null_expression] = { .visible = true, .named = true, @@ -2209,6 +2235,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_instantiation_expression] = { + .visible = true, + .named = true, + }, [sym_import_require_clause] = { .visible = true, .named = true, @@ -2217,6 +2247,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__extends_clause_single] = { + .visible = false, + .named = true, + }, [sym_implements_clause] = { .visible = true, .named = true, @@ -2309,6 +2343,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_asserts_annotation] = { + .visible = true, + .named = true, + }, [sym__type] = { .visible = false, .named = true, @@ -2382,6 +2420,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__type_query_instantiation_expression] = { + .visible = true, + .named = true, + }, [sym_type_query] = { .visible = true, .named = true, @@ -2711,256 +2753,268 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [9] = {.index = 8, .length = 1}, [10] = {.index = 9, .length = 2}, [11] = {.index = 11, .length = 1}, - [13] = {.index = 3, .length = 1}, - [15] = {.index = 12, .length = 2}, - [16] = {.index = 14, .length = 1}, + [12] = {.index = 12, .length = 1}, + [14] = {.index = 3, .length = 1}, + [16] = {.index = 13, .length = 2}, [17] = {.index = 15, .length = 2}, [18] = {.index = 17, .length = 2}, - [19] = {.index = 19, .length = 2}, - [20] = {.index = 21, .length = 2}, - [21] = {.index = 23, .length = 2}, - [22] = {.index = 25, .length = 2}, - [23] = {.index = 27, .length = 1}, - [24] = {.index = 28, .length = 2}, - [25] = {.index = 30, .length = 2}, - [26] = {.index = 32, .length = 2}, - [27] = {.index = 34, .length = 2}, - [31] = {.index = 36, .length = 1}, - [32] = {.index = 37, .length = 2}, - [33] = {.index = 39, .length = 2}, - [34] = {.index = 41, .length = 1}, - [35] = {.index = 42, .length = 2}, - [36] = {.index = 44, .length = 2}, - [37] = {.index = 46, .length = 6}, - [38] = {.index = 52, .length = 1}, - [39] = {.index = 53, .length = 3}, - [40] = {.index = 56, .length = 3}, - [41] = {.index = 59, .length = 2}, - [42] = {.index = 61, .length = 2}, - [43] = {.index = 63, .length = 2}, - [44] = {.index = 65, .length = 2}, - [45] = {.index = 67, .length = 2}, - [46] = {.index = 69, .length = 1}, - [47] = {.index = 70, .length = 3}, - [48] = {.index = 73, .length = 2}, - [49] = {.index = 75, .length = 2}, - [50] = {.index = 77, .length = 2}, - [51] = {.index = 79, .length = 2}, - [52] = {.index = 81, .length = 2}, - [53] = {.index = 83, .length = 2}, - [55] = {.index = 79, .length = 2}, - [56] = {.index = 85, .length = 2}, - [57] = {.index = 87, .length = 1}, - [58] = {.index = 88, .length = 1}, - [59] = {.index = 89, .length = 2}, - [60] = {.index = 91, .length = 4}, - [61] = {.index = 95, .length = 2}, - [62] = {.index = 97, .length = 2}, - [63] = {.index = 28, .length = 2}, - [64] = {.index = 32, .length = 2}, - [65] = {.index = 85, .length = 2}, - [66] = {.index = 99, .length = 3}, - [67] = {.index = 102, .length = 2}, - [68] = {.index = 102, .length = 2}, - [69] = {.index = 104, .length = 3}, - [70] = {.index = 104, .length = 3}, - [71] = {.index = 107, .length = 3}, - [72] = {.index = 110, .length = 2}, - [73] = {.index = 112, .length = 3}, - [74] = {.index = 115, .length = 4}, - [75] = {.index = 119, .length = 3}, - [76] = {.index = 122, .length = 2}, - [77] = {.index = 124, .length = 2}, - [78] = {.index = 126, .length = 1}, - [79] = {.index = 127, .length = 1}, - [80] = {.index = 128, .length = 1}, - [81] = {.index = 28, .length = 2}, - [82] = {.index = 129, .length = 2}, - [83] = {.index = 131, .length = 5}, - [84] = {.index = 136, .length = 1}, - [85] = {.index = 137, .length = 2}, - [86] = {.index = 139, .length = 3}, - [87] = {.index = 142, .length = 2}, - [88] = {.index = 144, .length = 3}, - [89] = {.index = 147, .length = 6}, - [90] = {.index = 153, .length = 1}, - [91] = {.index = 154, .length = 1}, - [92] = {.index = 155, .length = 3}, - [93] = {.index = 158, .length = 3}, - [94] = {.index = 161, .length = 4}, - [95] = {.index = 165, .length = 2}, - [96] = {.index = 167, .length = 3}, - [97] = {.index = 170, .length = 1}, - [98] = {.index = 171, .length = 4}, - [99] = {.index = 175, .length = 4}, - [100] = {.index = 179, .length = 4}, - [101] = {.index = 183, .length = 2}, - [102] = {.index = 185, .length = 3}, - [103] = {.index = 188, .length = 2}, - [104] = {.index = 190, .length = 2}, - [105] = {.index = 192, .length = 2}, - [106] = {.index = 194, .length = 3}, - [107] = {.index = 197, .length = 2}, - [108] = {.index = 199, .length = 3}, - [109] = {.index = 202, .length = 2}, - [110] = {.index = 204, .length = 2}, - [111] = {.index = 206, .length = 4}, - [112] = {.index = 204, .length = 2}, - [113] = {.index = 210, .length = 4}, - [114] = {.index = 214, .length = 4}, - [115] = {.index = 218, .length = 5}, - [116] = {.index = 223, .length = 3}, - [117] = {.index = 142, .length = 2}, - [118] = {.index = 226, .length = 1}, - [119] = {.index = 226, .length = 1}, - [120] = {.index = 227, .length = 2}, - [121] = {.index = 229, .length = 3}, - [122] = {.index = 232, .length = 2}, - [123] = {.index = 234, .length = 3}, - [124] = {.index = 237, .length = 2}, - [125] = {.index = 239, .length = 3}, - [126] = {.index = 242, .length = 1}, - [127] = {.index = 243, .length = 2}, - [128] = {.index = 245, .length = 2}, - [129] = {.index = 247, .length = 5}, - [130] = {.index = 252, .length = 1}, - [131] = {.index = 253, .length = 4}, - [132] = {.index = 257, .length = 2}, - [133] = {.index = 259, .length = 2}, - [134] = {.index = 261, .length = 2}, - [135] = {.index = 263, .length = 2}, - [136] = {.index = 265, .length = 1}, - [137] = {.index = 266, .length = 2}, - [138] = {.index = 268, .length = 1}, - [139] = {.index = 269, .length = 4}, - [140] = {.index = 273, .length = 4}, - [141] = {.index = 273, .length = 4}, - [142] = {.index = 277, .length = 4}, - [143] = {.index = 277, .length = 4}, - [144] = {.index = 281, .length = 4}, - [145] = {.index = 281, .length = 4}, - [146] = {.index = 285, .length = 2}, - [147] = {.index = 287, .length = 3}, - [148] = {.index = 290, .length = 2}, - [149] = {.index = 292, .length = 2}, - [150] = {.index = 294, .length = 3}, - [151] = {.index = 297, .length = 4}, - [152] = {.index = 301, .length = 4}, - [153] = {.index = 305, .length = 4}, - [154] = {.index = 309, .length = 4}, - [155] = {.index = 313, .length = 5}, - [156] = {.index = 318, .length = 2}, - [157] = {.index = 320, .length = 3}, - [158] = {.index = 323, .length = 2}, - [159] = {.index = 323, .length = 2}, - [160] = {.index = 325, .length = 3}, - [161] = {.index = 328, .length = 3}, - [162] = {.index = 137, .length = 2}, - [163] = {.index = 331, .length = 2}, - [164] = {.index = 333, .length = 3}, - [165] = {.index = 336, .length = 4}, - [166] = {.index = 340, .length = 3}, - [167] = {.index = 343, .length = 3}, - [168] = {.index = 346, .length = 2}, - [169] = {.index = 348, .length = 3}, - [170] = {.index = 351, .length = 5}, - [171] = {.index = 356, .length = 3}, - [172] = {.index = 356, .length = 3}, - [173] = {.index = 359, .length = 3}, - [174] = {.index = 362, .length = 2}, - [175] = {.index = 364, .length = 4}, - [176] = {.index = 137, .length = 2}, - [177] = {.index = 368, .length = 1}, - [178] = {.index = 369, .length = 3}, - [179] = {.index = 372, .length = 2}, - [180] = {.index = 374, .length = 2}, - [181] = {.index = 376, .length = 1}, - [182] = {.index = 377, .length = 2}, - [183] = {.index = 379, .length = 2}, - [184] = {.index = 381, .length = 4}, - [185] = {.index = 385, .length = 4}, - [186] = {.index = 389, .length = 4}, - [187] = {.index = 393, .length = 3}, - [188] = {.index = 396, .length = 2}, - [189] = {.index = 398, .length = 2}, - [190] = {.index = 400, .length = 2}, - [191] = {.index = 402, .length = 3}, - [192] = {.index = 405, .length = 3}, - [193] = {.index = 408, .length = 5}, - [194] = {.index = 413, .length = 3}, - [195] = {.index = 416, .length = 2}, - [196] = {.index = 418, .length = 2}, - [197] = {.index = 420, .length = 2}, - [198] = {.index = 422, .length = 1}, - [199] = {.index = 423, .length = 4}, - [200] = {.index = 427, .length = 3}, - [201] = {.index = 430, .length = 4}, - [202] = {.index = 434, .length = 5}, - [203] = {.index = 439, .length = 1}, - [204] = {.index = 440, .length = 2}, - [205] = {.index = 442, .length = 4}, - [206] = {.index = 446, .length = 4}, - [207] = {.index = 450, .length = 2}, - [208] = {.index = 452, .length = 4}, - [209] = {.index = 456, .length = 4}, - [210] = {.index = 460, .length = 2}, - [211] = {.index = 462, .length = 2}, - [212] = {.index = 464, .length = 1}, - [213] = {.index = 465, .length = 3}, - [214] = {.index = 468, .length = 1}, - [215] = {.index = 469, .length = 2}, - [216] = {.index = 471, .length = 4}, - [217] = {.index = 475, .length = 4}, - [218] = {.index = 479, .length = 4}, - [219] = {.index = 483, .length = 3}, - [220] = {.index = 486, .length = 2}, - [221] = {.index = 488, .length = 3}, - [222] = {.index = 491, .length = 3}, - [223] = {.index = 494, .length = 2}, - [225] = {.index = 496, .length = 4}, - [226] = {.index = 500, .length = 5}, - [227] = {.index = 505, .length = 5}, - [228] = {.index = 510, .length = 5}, - [229] = {.index = 515, .length = 3}, - [230] = {.index = 518, .length = 3}, - [231] = {.index = 521, .length = 3}, - [232] = {.index = 518, .length = 3}, - [233] = {.index = 524, .length = 2}, - [234] = {.index = 526, .length = 4}, - [235] = {.index = 530, .length = 4}, - [236] = {.index = 534, .length = 2}, - [237] = {.index = 536, .length = 2}, - [238] = {.index = 538, .length = 4}, - [239] = {.index = 542, .length = 3}, - [240] = {.index = 545, .length = 2}, - [241] = {.index = 547, .length = 3}, - [242] = {.index = 550, .length = 2}, - [243] = {.index = 552, .length = 1}, - [244] = {.index = 553, .length = 5}, - [245] = {.index = 558, .length = 5}, - [246] = {.index = 563, .length = 4}, - [247] = {.index = 567, .length = 4}, - [248] = {.index = 571, .length = 3}, - [249] = {.index = 571, .length = 3}, - [250] = {.index = 574, .length = 2}, - [251] = {.index = 576, .length = 3}, - [252] = {.index = 579, .length = 2}, - [253] = {.index = 581, .length = 3}, - [254] = {.index = 584, .length = 2}, - [255] = {.index = 586, .length = 2}, - [256] = {.index = 588, .length = 5}, - [257] = {.index = 593, .length = 5}, - [258] = {.index = 598, .length = 4}, - [259] = {.index = 598, .length = 4}, - [260] = {.index = 602, .length = 4}, - [261] = {.index = 606, .length = 4}, - [262] = {.index = 610, .length = 3}, - [263] = {.index = 613, .length = 2}, - [264] = {.index = 615, .length = 2}, - [265] = {.index = 617, .length = 3}, - [266] = {.index = 620, .length = 5}, - [267] = {.index = 625, .length = 4}, - [268] = {.index = 629, .length = 3}, + [19] = {.index = 19, .length = 1}, + [20] = {.index = 20, .length = 2}, + [21] = {.index = 22, .length = 2}, + [22] = {.index = 24, .length = 2}, + [23] = {.index = 26, .length = 2}, + [24] = {.index = 28, .length = 1}, + [25] = {.index = 29, .length = 2}, + [26] = {.index = 31, .length = 2}, + [27] = {.index = 33, .length = 2}, + [28] = {.index = 35, .length = 2}, + [32] = {.index = 37, .length = 1}, + [33] = {.index = 38, .length = 2}, + [34] = {.index = 40, .length = 2}, + [35] = {.index = 42, .length = 1}, + [36] = {.index = 43, .length = 2}, + [37] = {.index = 45, .length = 2}, + [38] = {.index = 47, .length = 6}, + [39] = {.index = 53, .length = 1}, + [40] = {.index = 54, .length = 3}, + [41] = {.index = 57, .length = 3}, + [42] = {.index = 60, .length = 2}, + [43] = {.index = 62, .length = 2}, + [44] = {.index = 64, .length = 2}, + [45] = {.index = 66, .length = 2}, + [46] = {.index = 68, .length = 2}, + [47] = {.index = 70, .length = 1}, + [48] = {.index = 71, .length = 2}, + [49] = {.index = 73, .length = 1}, + [50] = {.index = 74, .length = 2}, + [51] = {.index = 76, .length = 1}, + [52] = {.index = 77, .length = 2}, + [53] = {.index = 79, .length = 4}, + [54] = {.index = 83, .length = 2}, + [55] = {.index = 85, .length = 2}, + [56] = {.index = 87, .length = 3}, + [57] = {.index = 90, .length = 2}, + [58] = {.index = 92, .length = 2}, + [59] = {.index = 94, .length = 2}, + [60] = {.index = 96, .length = 2}, + [61] = {.index = 98, .length = 1}, + [62] = {.index = 99, .length = 2}, + [63] = {.index = 101, .length = 2}, + [64] = {.index = 103, .length = 2}, + [67] = {.index = 99, .length = 2}, + [68] = {.index = 29, .length = 2}, + [69] = {.index = 33, .length = 2}, + [70] = {.index = 71, .length = 2}, + [71] = {.index = 105, .length = 3}, + [72] = {.index = 108, .length = 2}, + [73] = {.index = 108, .length = 2}, + [74] = {.index = 110, .length = 3}, + [75] = {.index = 110, .length = 3}, + [76] = {.index = 113, .length = 3}, + [77] = {.index = 116, .length = 2}, + [78] = {.index = 118, .length = 3}, + [79] = {.index = 121, .length = 4}, + [80] = {.index = 125, .length = 3}, + [81] = {.index = 128, .length = 2}, + [82] = {.index = 130, .length = 2}, + [83] = {.index = 132, .length = 1}, + [84] = {.index = 133, .length = 1}, + [85] = {.index = 98, .length = 1}, + [88] = {.index = 29, .length = 2}, + [89] = {.index = 134, .length = 2}, + [90] = {.index = 136, .length = 5}, + [91] = {.index = 141, .length = 1}, + [92] = {.index = 142, .length = 1}, + [93] = {.index = 143, .length = 2}, + [94] = {.index = 145, .length = 3}, + [95] = {.index = 148, .length = 2}, + [96] = {.index = 150, .length = 3}, + [97] = {.index = 153, .length = 6}, + [98] = {.index = 159, .length = 1}, + [99] = {.index = 160, .length = 1}, + [100] = {.index = 161, .length = 3}, + [101] = {.index = 164, .length = 3}, + [102] = {.index = 167, .length = 4}, + [103] = {.index = 171, .length = 2}, + [104] = {.index = 173, .length = 3}, + [105] = {.index = 176, .length = 4}, + [106] = {.index = 180, .length = 2}, + [107] = {.index = 182, .length = 3}, + [108] = {.index = 185, .length = 2}, + [109] = {.index = 187, .length = 4}, + [110] = {.index = 191, .length = 2}, + [111] = {.index = 193, .length = 2}, + [112] = {.index = 195, .length = 4}, + [113] = {.index = 193, .length = 2}, + [114] = {.index = 199, .length = 4}, + [115] = {.index = 203, .length = 4}, + [116] = {.index = 207, .length = 5}, + [117] = {.index = 212, .length = 3}, + [118] = {.index = 215, .length = 2}, + [119] = {.index = 217, .length = 1}, + [120] = {.index = 218, .length = 2}, + [121] = {.index = 220, .length = 4}, + [122] = {.index = 224, .length = 4}, + [123] = {.index = 228, .length = 4}, + [124] = {.index = 232, .length = 4}, + [125] = {.index = 236, .length = 2}, + [126] = {.index = 238, .length = 2}, + [127] = {.index = 240, .length = 2}, + [128] = {.index = 242, .length = 3}, + [129] = {.index = 245, .length = 2}, + [130] = {.index = 148, .length = 2}, + [131] = {.index = 247, .length = 1}, + [132] = {.index = 247, .length = 1}, + [133] = {.index = 248, .length = 2}, + [134] = {.index = 250, .length = 3}, + [135] = {.index = 253, .length = 2}, + [136] = {.index = 255, .length = 3}, + [137] = {.index = 258, .length = 2}, + [138] = {.index = 260, .length = 3}, + [139] = {.index = 263, .length = 1}, + [140] = {.index = 264, .length = 2}, + [141] = {.index = 266, .length = 2}, + [142] = {.index = 268, .length = 5}, + [143] = {.index = 264, .length = 2}, + [144] = {.index = 273, .length = 1}, + [145] = {.index = 274, .length = 4}, + [146] = {.index = 278, .length = 2}, + [147] = {.index = 280, .length = 2}, + [148] = {.index = 282, .length = 1}, + [149] = {.index = 283, .length = 2}, + [150] = {.index = 285, .length = 2}, + [151] = {.index = 287, .length = 2}, + [152] = {.index = 289, .length = 4}, + [153] = {.index = 293, .length = 3}, + [154] = {.index = 296, .length = 4}, + [155] = {.index = 300, .length = 4}, + [156] = {.index = 304, .length = 4}, + [157] = {.index = 308, .length = 5}, + [158] = {.index = 313, .length = 2}, + [159] = {.index = 315, .length = 2}, + [160] = {.index = 317, .length = 1}, + [161] = {.index = 318, .length = 4}, + [162] = {.index = 318, .length = 4}, + [163] = {.index = 322, .length = 4}, + [164] = {.index = 322, .length = 4}, + [165] = {.index = 326, .length = 4}, + [166] = {.index = 326, .length = 4}, + [167] = {.index = 330, .length = 3}, + [168] = {.index = 333, .length = 2}, + [169] = {.index = 335, .length = 3}, + [170] = {.index = 338, .length = 2}, + [171] = {.index = 340, .length = 3}, + [172] = {.index = 343, .length = 2}, + [173] = {.index = 343, .length = 2}, + [174] = {.index = 345, .length = 3}, + [175] = {.index = 348, .length = 3}, + [176] = {.index = 143, .length = 2}, + [177] = {.index = 351, .length = 2}, + [178] = {.index = 353, .length = 3}, + [179] = {.index = 356, .length = 4}, + [180] = {.index = 360, .length = 3}, + [181] = {.index = 363, .length = 3}, + [182] = {.index = 366, .length = 2}, + [183] = {.index = 368, .length = 3}, + [184] = {.index = 371, .length = 5}, + [185] = {.index = 366, .length = 2}, + [186] = {.index = 376, .length = 3}, + [187] = {.index = 376, .length = 3}, + [188] = {.index = 379, .length = 3}, + [189] = {.index = 382, .length = 2}, + [190] = {.index = 384, .length = 4}, + [191] = {.index = 143, .length = 2}, + [192] = {.index = 388, .length = 1}, + [193] = {.index = 389, .length = 2}, + [194] = {.index = 391, .length = 2}, + [195] = {.index = 393, .length = 2}, + [196] = {.index = 395, .length = 2}, + [197] = {.index = 397, .length = 3}, + [198] = {.index = 400, .length = 1}, + [199] = {.index = 401, .length = 3}, + [200] = {.index = 404, .length = 5}, + [201] = {.index = 409, .length = 3}, + [202] = {.index = 412, .length = 2}, + [203] = {.index = 414, .length = 2}, + [204] = {.index = 416, .length = 4}, + [205] = {.index = 420, .length = 4}, + [206] = {.index = 424, .length = 4}, + [207] = {.index = 428, .length = 3}, + [208] = {.index = 431, .length = 2}, + [209] = {.index = 433, .length = 3}, + [210] = {.index = 436, .length = 2}, + [211] = {.index = 438, .length = 2}, + [212] = {.index = 440, .length = 2}, + [213] = {.index = 442, .length = 1}, + [214] = {.index = 443, .length = 4}, + [215] = {.index = 447, .length = 3}, + [216] = {.index = 450, .length = 4}, + [217] = {.index = 454, .length = 5}, + [218] = {.index = 459, .length = 1}, + [219] = {.index = 460, .length = 2}, + [220] = {.index = 462, .length = 4}, + [221] = {.index = 466, .length = 4}, + [222] = {.index = 470, .length = 2}, + [223] = {.index = 472, .length = 4}, + [224] = {.index = 476, .length = 4}, + [225] = {.index = 480, .length = 2}, + [226] = {.index = 482, .length = 2}, + [227] = {.index = 484, .length = 3}, + [228] = {.index = 487, .length = 3}, + [229] = {.index = 490, .length = 2}, + [230] = {.index = 492, .length = 2}, + [231] = {.index = 494, .length = 1}, + [232] = {.index = 495, .length = 1}, + [233] = {.index = 496, .length = 3}, + [234] = {.index = 499, .length = 2}, + [235] = {.index = 501, .length = 4}, + [236] = {.index = 505, .length = 4}, + [237] = {.index = 509, .length = 4}, + [238] = {.index = 513, .length = 3}, + [240] = {.index = 516, .length = 4}, + [241] = {.index = 520, .length = 5}, + [242] = {.index = 525, .length = 5}, + [243] = {.index = 530, .length = 5}, + [244] = {.index = 535, .length = 3}, + [245] = {.index = 538, .length = 3}, + [246] = {.index = 541, .length = 3}, + [247] = {.index = 538, .length = 3}, + [248] = {.index = 544, .length = 2}, + [249] = {.index = 546, .length = 4}, + [250] = {.index = 550, .length = 4}, + [251] = {.index = 554, .length = 3}, + [252] = {.index = 557, .length = 2}, + [253] = {.index = 559, .length = 2}, + [254] = {.index = 561, .length = 3}, + [255] = {.index = 564, .length = 2}, + [256] = {.index = 566, .length = 2}, + [257] = {.index = 568, .length = 1}, + [258] = {.index = 569, .length = 4}, + [259] = {.index = 573, .length = 5}, + [260] = {.index = 578, .length = 5}, + [261] = {.index = 583, .length = 4}, + [262] = {.index = 587, .length = 4}, + [263] = {.index = 591, .length = 3}, + [264] = {.index = 594, .length = 3}, + [265] = {.index = 594, .length = 3}, + [266] = {.index = 597, .length = 2}, + [267] = {.index = 599, .length = 2}, + [268] = {.index = 601, .length = 3}, + [269] = {.index = 604, .length = 2}, + [270] = {.index = 606, .length = 2}, + [271] = {.index = 608, .length = 5}, + [272] = {.index = 613, .length = 5}, + [273] = {.index = 618, .length = 4}, + [274] = {.index = 618, .length = 4}, + [275] = {.index = 622, .length = 4}, + [276] = {.index = 626, .length = 3}, + [277] = {.index = 629, .length = 2}, + [278] = {.index = 631, .length = 2}, + [279] = {.index = 633, .length = 3}, + [280] = {.index = 636, .length = 4}, + [281] = {.index = 640, .length = 5}, + [282] = {.index = 645, .length = 3}, + [283] = {.index = 648, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2986,10 +3040,10 @@ static const TSFieldMapEntry ts_field_map_entries[] = { [11] = {field_body, 1}, [12] = + {field_constructor, 1}, + [13] = {field_argument, 0, .inherited = true}, {field_operator, 0, .inherited = true}, - [14] = - {field_constructor, 1}, [15] = {field_argument, 0}, {field_operator, 1}, @@ -2997,843 +3051,872 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_arguments, 1}, {field_function, 0}, [19] = + {field_type_arguments, 1}, + [20] = {field_close_tag, 1}, {field_open_tag, 0}, - [21] = + [22] = {field_parameters, 0}, {field_return_type, 1}, - [23] = + [24] = {field_parameters, 1}, {field_type_parameters, 0}, - [25] = + [26] = {field_decorator, 0, .inherited = true}, {field_decorator, 1, .inherited = true}, - [27] = - {field_declaration, 2}, [28] = + {field_declaration, 2}, + [29] = {field_left, 0}, {field_right, 2}, - [30] = + [31] = {field_body, 2}, {field_label, 0}, - [32] = + [33] = {field_body, 2}, {field_parameter, 0}, - [34] = + [35] = {field_body, 1}, {field_name, 0}, - [36] = - {field_source, 1}, [37] = + {field_source, 1}, + [38] = {field_name, 0}, {field_value, 1, .inherited = true}, - [39] = + [40] = {field_name, 0}, {field_type, 1}, - [41] = - {field_kind, 0}, [42] = + {field_kind, 0}, + [43] = {field_condition, 1}, {field_consequence, 2}, - [44] = + [45] = {field_body, 2}, {field_value, 1}, - [46] = + [47] = {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}, - [52] = - {field_pattern, 1}, [53] = + {field_pattern, 1}, + [54] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_value, 1, .inherited = true}, - [56] = + [57] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_type, 1}, - [59] = + [60] = {field_decorator, 0, .inherited = true}, {field_pattern, 1}, - [61] = + [62] = {field_body, 2}, {field_condition, 1}, - [63] = + [64] = {field_body, 1}, {field_handler, 2}, - [65] = + [66] = {field_body, 1}, {field_finalizer, 2}, - [67] = + [68] = {field_body, 2}, {field_object, 1}, - [69] = - {field_label, 1}, [70] = + {field_label, 1}, + [71] = + {field_body, 2}, + {field_name, 1}, + [73] = + {field_value, 0}, + [74] = + {field_type_arguments, 1, .inherited = true}, + {field_value, 1, .inherited = true}, + [76] = + {field_body, 2}, + [77] = + {field_body, 2}, + {field_type_parameters, 1}, + [79] = + {field_body, 2}, + {field_parameters, 1, .inherited = true}, + {field_return_type, 1, .inherited = true}, + {field_type_parameters, 1, .inherited = true}, + [83] = + {field_arguments, 2}, + {field_constructor, 1}, + [85] = + {field_constructor, 1}, + {field_type_arguments, 2}, + [87] = {field_parameters, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, - [73] = + [90] = {field_object, 1, .inherited = true}, {field_property, 1, .inherited = true}, - [75] = + [92] = {field_index, 1, .inherited = true}, {field_object, 1, .inherited = true}, - [77] = + [94] = {field_arguments, 1, .inherited = true}, {field_function, 1, .inherited = true}, - [79] = + [96] = + {field_function, 1, .inherited = true}, + {field_type_arguments, 1, .inherited = true}, + [98] = + {field_name, 1}, + [99] = {field_name, 0}, {field_type_arguments, 1}, - [81] = + [101] = {field_name, 0}, {field_value, 1}, - [83] = + [103] = {field_constraint, 1}, {field_name, 0}, - [85] = - {field_body, 2}, - {field_name, 1}, - [87] = - {field_value, 1}, - [88] = - {field_body, 2}, - [89] = - {field_body, 2}, - {field_type_parameters, 1}, - [91] = - {field_body, 2}, - {field_parameters, 1, .inherited = true}, - {field_return_type, 1, .inherited = true}, - {field_type_parameters, 1, .inherited = true}, - [95] = - {field_arguments, 2}, - {field_constructor, 1}, - [97] = - {field_constructor, 1}, - {field_type_arguments, 2}, - [99] = + [105] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [102] = + [108] = {field_object, 0}, {field_property, 2}, - [104] = + [110] = {field_object, 0}, {field_optional_chain, 1}, {field_property, 2}, - [107] = + [113] = {field_arguments, 2}, {field_function, 0}, {field_type_arguments, 1}, - [110] = + [116] = {field_arguments, 2}, {field_function, 0}, - [112] = + [118] = {field_close_tag, 2}, {field_content, 1}, {field_open_tag, 0}, - [115] = + [121] = {field_body, 2}, {field_parameters, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, - [119] = + [125] = {field_parameters, 1}, {field_return_type, 2}, {field_type_parameters, 0}, - [122] = + [128] = {field_declaration, 2}, {field_decorator, 0, .inherited = true}, - [124] = + [130] = {field_body, 2}, {field_decorator, 0, .inherited = true}, - [126] = + [132] = {field_source, 2, .inherited = true}, - [127] = + [133] = {field_value, 2}, - [128] = - {field_name, 1}, - [129] = + [134] = {field_key, 0}, {field_value, 2}, - [131] = + [136] = {field_body, 2}, {field_name, 0}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [136] = + [141] = {field_source, 2}, - [137] = + [142] = + {field_value, 1}, + [143] = {field_name, 0}, {field_type, 2}, - [139] = + [145] = {field_name, 0}, {field_type, 1}, {field_value, 2, .inherited = true}, - [142] = + [148] = {field_body, 3}, {field_name, 2}, - [144] = + [150] = {field_alternative, 3}, {field_condition, 1}, {field_consequence, 2}, - [147] = + [153] = {field_body, 3}, {field_kind, 2, .inherited = true}, {field_left, 2, .inherited = true}, {field_operator, 2, .inherited = true}, {field_right, 2, .inherited = true}, {field_value, 2, .inherited = true}, - [153] = + [159] = {field_type, 2}, - [154] = + [160] = {field_pattern, 2}, - [155] = + [161] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_value, 2, .inherited = true}, - [158] = + [164] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_type, 2}, - [161] = + [167] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_type, 1}, {field_value, 2, .inherited = true}, - [165] = + [171] = {field_decorator, 0, .inherited = true}, {field_pattern, 2}, - [167] = + [173] = {field_body, 1}, {field_finalizer, 3}, {field_handler, 2}, - [170] = - {field_parameters, 1}, - [171] = + [176] = {field_name, 0}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [175] = - {field_arguments, 1}, - {field_function, 0}, - {field_object, 0, .inherited = true}, - {field_property, 0, .inherited = true}, - [179] = - {field_arguments, 1}, - {field_function, 0}, - {field_index, 0, .inherited = true}, - {field_object, 0, .inherited = true}, - [183] = - {field_module, 0}, - {field_name, 2}, - [185] = - {field_constraint, 1}, - {field_name, 0}, - {field_value, 2}, - [188] = - {field_parameters, 0}, - {field_return_type, 2}, - [190] = - {field_flags, 3}, - {field_pattern, 1}, - [192] = + [180] = {field_body, 3}, {field_name, 1}, - [194] = + [182] = {field_body, 3}, {field_name, 1}, {field_type_parameters, 2}, - [197] = - {field_type_arguments, 2}, - {field_value, 1}, - [199] = + [185] = + {field_type_arguments, 1}, + {field_value, 0}, + [187] = + {field_type_arguments, 1, .inherited = true}, {field_type_arguments, 2, .inherited = true}, - {field_value, 1}, + {field_value, 1, .inherited = true}, {field_value, 2, .inherited = true}, - [202] = + [191] = {field_body, 3}, {field_type_parameters, 1}, - [204] = + [193] = {field_body, 3}, {field_parameter, 1}, - [206] = + [195] = {field_body, 3}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [210] = + [199] = {field_body, 3}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, - [214] = + [203] = {field_name, 1}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [218] = + [207] = {field_body, 3}, {field_name, 1}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [223] = + [212] = {field_arguments, 3}, {field_constructor, 1}, {field_type_arguments, 2}, - [226] = + [215] = + {field_flags, 3}, + {field_pattern, 1}, + [217] = + {field_parameters, 1}, + [218] = + {field_function, 0}, + {field_type_arguments, 1}, + [220] = + {field_arguments, 1}, + {field_function, 0}, + {field_object, 0, .inherited = true}, + {field_property, 0, .inherited = true}, + [224] = + {field_function, 0}, + {field_object, 0, .inherited = true}, + {field_property, 0, .inherited = true}, + {field_type_arguments, 1}, + [228] = + {field_arguments, 1}, + {field_function, 0}, + {field_index, 0, .inherited = true}, + {field_object, 0, .inherited = true}, + [232] = + {field_function, 0}, + {field_index, 0, .inherited = true}, + {field_object, 0, .inherited = true}, + {field_type_arguments, 1}, + [236] = + {field_name, 1}, + {field_value, 2}, + [238] = + {field_constraint, 2}, + {field_name, 1}, + [240] = + {field_module, 0}, + {field_name, 2}, + [242] = + {field_constraint, 1}, + {field_name, 0}, + {field_value, 2}, + [245] = + {field_parameters, 0}, + {field_return_type, 2}, + [247] = {field_type, 1}, - [227] = + [248] = {field_index, 2}, {field_object, 0}, - [229] = + [250] = {field_arguments, 3}, {field_function, 0}, {field_type_arguments, 2}, - [232] = + [253] = {field_declaration, 3}, {field_decorator, 0, .inherited = true}, - [234] = + [255] = {field_body, 3}, {field_decorator, 0, .inherited = true}, {field_name, 2}, - [237] = + [258] = {field_body, 3}, {field_decorator, 0, .inherited = true}, - [239] = + [260] = {field_body, 3}, {field_decorator, 0, .inherited = true}, {field_type_parameters, 2}, - [242] = + [263] = {field_source, 3, .inherited = true}, - [243] = + [264] = {field_alias, 2}, {field_name, 0}, - [245] = + [266] = {field_name, 1}, {field_value, 3}, - [247] = + [268] = {field_body, 3}, {field_name, 0}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [252] = + [273] = {field_pattern, 3}, - [253] = + [274] = {field_decorator, 0, .inherited = true}, {field_pattern, 0, .inherited = true}, {field_type, 2}, {field_value, 3, .inherited = true}, - [257] = + [278] = {field_decorator, 0, .inherited = true}, {field_pattern, 3}, - [259] = + [280] = {field_body, 1}, {field_condition, 3}, - [261] = - {field_parameters, 1}, - {field_type, 2}, - [263] = - {field_parameters, 2}, - {field_type_parameters, 1}, - [265] = + [282] = {field_name, 2}, - [266] = + [283] = + {field_name, 1}, + {field_value, 2, .inherited = true}, + [285] = {field_name, 1}, {field_type, 2}, - [268] = - {field_parameters, 2}, - [269] = + [287] = + {field_name, 0}, + {field_value, 2, .inherited = true}, + [289] = {field_name, 0}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, {field_type_parameters, 2, .inherited = true}, - [273] = - {field_object, 0}, - {field_object, 0, .inherited = true}, - {field_property, 0, .inherited = true}, - {field_property, 2}, - [277] = - {field_index, 0, .inherited = true}, - {field_object, 0}, - {field_object, 0, .inherited = true}, - {field_property, 2}, - [281] = - {field_arguments, 0, .inherited = true}, - {field_function, 0, .inherited = true}, - {field_object, 0}, - {field_property, 2}, - [285] = - {field_parameters, 1}, - {field_type, 3}, - [287] = - {field_parameters, 1}, - {field_return_type, 3}, - {field_type_parameters, 0}, - [290] = - {field_name, 1}, - {field_value, 2, .inherited = true}, - [292] = - {field_name, 0}, - {field_value, 2, .inherited = true}, - [294] = + [293] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, - [297] = - {field_type_arguments, 2}, - {field_type_arguments, 3, .inherited = true}, - {field_value, 1}, - {field_value, 3, .inherited = true}, - [301] = + [296] = {field_type_arguments, 0, .inherited = true}, {field_type_arguments, 1, .inherited = true}, {field_value, 0, .inherited = true}, {field_value, 1, .inherited = true}, - [305] = + [300] = {field_body, 4}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [309] = + [304] = {field_name, 2}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [313] = + [308] = {field_body, 4}, {field_name, 2}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, + [313] = + {field_parameters, 1}, + {field_type, 2}, + [315] = + {field_parameters, 2}, + {field_type_parameters, 1}, + [317] = + {field_parameters, 2}, [318] = + {field_object, 0}, + {field_object, 0, .inherited = true}, + {field_property, 0, .inherited = true}, + {field_property, 2}, + [322] = + {field_index, 0, .inherited = true}, + {field_object, 0}, + {field_object, 0, .inherited = true}, + {field_property, 2}, + [326] = + {field_arguments, 0, .inherited = true}, + {field_function, 0, .inherited = true}, + {field_object, 0}, + {field_property, 2}, + [330] = + {field_constraint, 2}, + {field_name, 1}, + {field_value, 3}, + [333] = + {field_parameters, 1}, + {field_type, 3}, + [335] = + {field_parameters, 1}, + {field_return_type, 3}, + {field_type_parameters, 0}, + [338] = {field_body, 4}, {field_name, 2}, - [320] = + [340] = {field_body, 4}, {field_name, 2}, {field_type_parameters, 3}, - [323] = + [343] = {field_type, 1}, {field_type, 2, .inherited = true}, - [325] = + [345] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, - [328] = + [348] = {field_index, 3}, {field_object, 0}, {field_optional_chain, 1}, - [331] = + [351] = {field_decorator, 0, .inherited = true}, {field_value, 3}, - [333] = + [353] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_name, 2}, - [336] = + [356] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_name, 2}, {field_type_parameters, 3}, - [340] = + [360] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_type_parameters, 2}, - [343] = + [363] = {field_body, 4}, {field_decorator, 0, .inherited = true}, {field_name, 3}, - [346] = + [366] = {field_alias, 3}, {field_name, 1}, - [348] = + [368] = {field_name, 1}, {field_type_parameters, 2}, {field_value, 4}, - [351] = + [371] = {field_body, 4}, {field_name, 1}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [356] = + [376] = {field_left, 1}, {field_operator, 2}, {field_right, 3}, - [359] = + [379] = {field_body, 5}, {field_condition, 3}, {field_initializer, 2}, - [362] = + [382] = {field_decorator, 0, .inherited = true}, {field_pattern, 4}, - [364] = + [384] = {field_name, 1}, {field_parameters, 3, .inherited = true}, {field_return_type, 3, .inherited = true}, {field_type_parameters, 3, .inherited = true}, - [368] = - {field_type, 3}, - [369] = - {field_parameters, 2}, + [388] = {field_type, 3}, - {field_type_parameters, 1}, - [372] = + [389] = + {field_name, 2}, + {field_value, 3, .inherited = true}, + [391] = {field_name, 2}, {field_type, 3}, - [374] = + [393] = + {field_name, 1}, + {field_value, 3, .inherited = true}, + [395] = {field_name, 1}, {field_type, 3}, - [376] = + [397] = + {field_name, 1}, + {field_type, 2}, + {field_value, 3, .inherited = true}, + [400] = + {field_name, 3}, + [401] = + {field_name, 0}, + {field_type, 2}, + {field_value, 3, .inherited = true}, + [404] = + {field_body, 5}, {field_name, 3}, - [377] = + {field_parameters, 4, .inherited = true}, + {field_return_type, 4, .inherited = true}, + {field_type_parameters, 4, .inherited = true}, + [409] = {field_parameters, 2}, {field_type, 3}, - [379] = + {field_type_parameters, 1}, + [412] = + {field_parameters, 2}, + {field_type, 3}, + [414] = {field_parameters, 3}, {field_type_parameters, 2}, - [381] = + [416] = {field_index, 2}, {field_object, 0}, {field_object, 0, .inherited = true}, {field_property, 0, .inherited = true}, - [385] = + [420] = {field_index, 0, .inherited = true}, {field_index, 2}, {field_object, 0}, {field_object, 0, .inherited = true}, - [389] = + [424] = {field_arguments, 0, .inherited = true}, {field_function, 0, .inherited = true}, {field_index, 2}, {field_object, 0}, - [393] = + [428] = {field_parameters, 2}, {field_type, 4}, {field_type_parameters, 1}, - [396] = + [431] = {field_parameters, 2}, {field_type, 4}, - [398] = - {field_name, 2}, - {field_value, 3, .inherited = true}, - [400] = - {field_name, 1}, - {field_value, 3, .inherited = true}, - [402] = - {field_name, 1}, - {field_type, 2}, - {field_value, 3, .inherited = true}, - [405] = - {field_name, 0}, - {field_type, 2}, - {field_value, 3, .inherited = true}, - [408] = - {field_body, 5}, - {field_name, 3}, - {field_parameters, 4, .inherited = true}, - {field_return_type, 4, .inherited = true}, - {field_type_parameters, 4, .inherited = true}, - [413] = + [433] = {field_body, 5}, {field_name, 2}, {field_type_parameters, 3}, - [416] = + [436] = {field_type, 0, .inherited = true}, {field_type, 1, .inherited = true}, - [418] = + [438] = {field_name, 1}, {field_name, 2, .inherited = true}, - [420] = + [440] = {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, - [422] = + [442] = {field_name, 2, .inherited = true}, - [423] = + [443] = {field_body, 5}, {field_decorator, 0, .inherited = true}, {field_name, 2}, {field_type_parameters, 3}, - [427] = + [447] = {field_body, 5}, {field_decorator, 0, .inherited = true}, {field_name, 3}, - [430] = + [450] = {field_body, 5}, {field_decorator, 0, .inherited = true}, {field_name, 3}, {field_type_parameters, 4}, - [434] = + [454] = {field_body, 5}, {field_name, 2}, {field_parameters, 4, .inherited = true}, {field_return_type, 4, .inherited = true}, {field_type_parameters, 4, .inherited = true}, - [439] = + [459] = {field_source, 4}, - [440] = + [460] = {field_body, 3}, {field_value, 1}, - [442] = + [462] = {field_kind, 1}, {field_left, 2}, {field_operator, 3}, {field_right, 4}, - [446] = + [466] = {field_body, 6}, {field_condition, 3}, {field_increment, 4}, {field_initializer, 2}, - [450] = + [470] = {field_body, 4}, {field_parameter, 2}, - [452] = + [472] = {field_name, 2}, {field_parameters, 4, .inherited = true}, {field_return_type, 4, .inherited = true}, {field_type_parameters, 4, .inherited = true}, - [456] = + [476] = {field_name, 3}, {field_parameters, 4, .inherited = true}, {field_return_type, 4, .inherited = true}, {field_type_parameters, 4, .inherited = true}, - [460] = + [480] = + {field_name, 2}, + {field_value, 4, .inherited = true}, + [482] = {field_name, 2}, {field_type, 4}, - [462] = + [484] = + {field_name, 2}, + {field_type, 3}, + {field_value, 4, .inherited = true}, + [487] = + {field_name, 1}, + {field_type, 3}, + {field_value, 4, .inherited = true}, + [490] = + {field_name, 3}, + {field_value, 4, .inherited = true}, + [492] = {field_name, 3}, {field_type, 4}, - [464] = + [494] = {field_type, 4}, - [465] = + [495] = + {field_name, 4}, + [496] = {field_parameters, 3}, {field_type, 4}, {field_type_parameters, 2}, - [468] = - {field_name, 4}, - [469] = + [499] = {field_index, 3}, {field_object, 0}, - [471] = + [501] = {field_index, 3}, {field_object, 0}, {field_object, 0, .inherited = true}, {field_property, 0, .inherited = true}, - [475] = + [505] = {field_index, 0, .inherited = true}, {field_index, 3}, {field_object, 0}, {field_object, 0, .inherited = true}, - [479] = + [509] = {field_arguments, 0, .inherited = true}, {field_function, 0, .inherited = true}, {field_index, 3}, {field_object, 0}, - [483] = + [513] = {field_parameters, 3}, {field_type, 5}, {field_type_parameters, 2}, - [486] = - {field_name, 2}, - {field_value, 4, .inherited = true}, - [488] = - {field_name, 2}, - {field_type, 3}, - {field_value, 4, .inherited = true}, - [491] = - {field_name, 1}, - {field_type, 3}, - {field_value, 4, .inherited = true}, - [494] = - {field_name, 3}, - {field_value, 4, .inherited = true}, - [496] = + [516] = {field_body, 6}, {field_decorator, 0, .inherited = true}, {field_name, 3}, {field_type_parameters, 4}, - [500] = + [520] = {field_body, 6}, {field_name, 3}, {field_parameters, 5, .inherited = true}, {field_return_type, 5, .inherited = true}, {field_type_parameters, 5, .inherited = true}, - [505] = + [525] = {field_body, 6}, {field_name, 4}, {field_parameters, 5, .inherited = true}, {field_return_type, 5, .inherited = true}, {field_type_parameters, 5, .inherited = true}, - [510] = + [530] = {field_kind, 1}, {field_left, 2}, {field_operator, 4}, {field_right, 5}, {field_value, 3, .inherited = true}, - [515] = + [535] = {field_body, 5}, {field_parameter, 2}, {field_type, 3}, - [518] = + [538] = {field_index_type, 3}, {field_name, 1}, {field_type, 5}, - [521] = + [541] = {field_alias, 4}, {field_name, 0}, {field_type, 2}, - [524] = + [544] = {field_sign, 0}, {field_type, 5}, - [526] = + [546] = {field_name, 3}, {field_parameters, 5, .inherited = true}, {field_return_type, 5, .inherited = true}, {field_type_parameters, 5, .inherited = true}, - [530] = + [550] = {field_name, 4}, {field_parameters, 5, .inherited = true}, {field_return_type, 5, .inherited = true}, {field_type_parameters, 5, .inherited = true}, - [534] = - {field_name, 3}, - {field_type, 5}, - [536] = - {field_name, 4}, - {field_type, 5}, - [538] = - {field_alternative, 6}, - {field_consequence, 4}, - {field_left, 0}, - {field_right, 2}, - [542] = + [554] = {field_name, 2}, {field_type, 4}, {field_value, 5, .inherited = true}, - [545] = + [557] = {field_name, 3}, {field_value, 5, .inherited = true}, - [547] = + [559] = + {field_name, 3}, + {field_type, 5}, + [561] = {field_name, 3}, {field_type, 4}, {field_value, 5, .inherited = true}, - [550] = + [564] = {field_name, 4}, {field_value, 5, .inherited = true}, - [552] = + [566] = + {field_name, 4}, + {field_type, 5}, + [568] = {field_name, 5}, - [553] = + [569] = + {field_alternative, 6}, + {field_consequence, 4}, + {field_left, 0}, + {field_right, 2}, + [573] = {field_body, 7}, {field_name, 4}, {field_parameters, 6, .inherited = true}, {field_return_type, 6, .inherited = true}, {field_type_parameters, 6, .inherited = true}, - [558] = + [578] = {field_body, 7}, {field_name, 5}, {field_parameters, 6, .inherited = true}, {field_return_type, 6, .inherited = true}, {field_type_parameters, 6, .inherited = true}, - [563] = + [583] = {field_name, 4}, {field_parameters, 6, .inherited = true}, {field_return_type, 6, .inherited = true}, {field_type_parameters, 6, .inherited = true}, - [567] = + [587] = {field_name, 5}, {field_parameters, 6, .inherited = true}, {field_return_type, 6, .inherited = true}, {field_type_parameters, 6, .inherited = true}, - [571] = + [591] = + {field_name, 3}, + {field_type, 5}, + {field_value, 6, .inherited = true}, + [594] = {field_index_type, 4}, {field_name, 2}, {field_type, 6}, - [574] = + [597] = {field_name, 4}, - {field_type, 6}, - [576] = - {field_name, 3}, - {field_type, 5}, {field_value, 6, .inherited = true}, - [579] = + [599] = {field_name, 4}, - {field_value, 6, .inherited = true}, - [581] = + {field_type, 6}, + [601] = {field_name, 4}, {field_type, 5}, {field_value, 6, .inherited = true}, - [584] = + [604] = {field_name, 5}, {field_value, 6, .inherited = true}, - [586] = + [606] = {field_name, 5}, {field_type, 6}, - [588] = + [608] = {field_body, 8}, {field_name, 5}, {field_parameters, 7, .inherited = true}, {field_return_type, 7, .inherited = true}, {field_type_parameters, 7, .inherited = true}, - [593] = + [613] = {field_body, 8}, {field_name, 6}, {field_parameters, 7, .inherited = true}, {field_return_type, 7, .inherited = true}, {field_type_parameters, 7, .inherited = true}, - [598] = + [618] = {field_index_type, 5}, {field_name, 3}, {field_sign, 0}, {field_type, 7}, - [602] = + [622] = {field_name, 5}, {field_parameters, 7, .inherited = true}, {field_return_type, 7, .inherited = true}, {field_type_parameters, 7, .inherited = true}, - [606] = - {field_name, 6}, - {field_parameters, 7, .inherited = true}, - {field_return_type, 7, .inherited = true}, - {field_type_parameters, 7, .inherited = true}, - [610] = + [626] = {field_name, 4}, {field_type, 6}, {field_value, 7, .inherited = true}, - [613] = + [629] = {field_name, 5}, {field_value, 7, .inherited = true}, - [615] = + [631] = {field_name, 5}, {field_type, 7}, - [617] = + [633] = {field_name, 5}, {field_type, 6}, {field_value, 7, .inherited = true}, - [620] = + [636] = + {field_name, 6}, + {field_parameters, 7, .inherited = true}, + {field_return_type, 7, .inherited = true}, + {field_type_parameters, 7, .inherited = true}, + [640] = {field_body, 9}, {field_name, 6}, {field_parameters, 8, .inherited = true}, {field_return_type, 8, .inherited = true}, {field_type_parameters, 8, .inherited = true}, - [625] = + [645] = + {field_name, 5}, + {field_type, 7}, + {field_value, 8, .inherited = true}, + [648] = {field_name, 6}, {field_parameters, 8, .inherited = true}, {field_return_type, 8, .inherited = true}, {field_type_parameters, 8, .inherited = true}, - [629] = - {field_name, 5}, - {field_type, 7}, - {field_value, 8, .inherited = true}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { @@ -3844,162 +3927,193 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [7] = { [0] = alias_sym_property_identifier, }, - [12] = { - [0] = alias_sym_type_identifier, - }, [13] = { [0] = alias_sym_type_identifier, }, [14] = { + [0] = alias_sym_type_identifier, + }, + [15] = { [0] = alias_sym_this_type, }, - [24] = { + [25] = { [0] = sym_identifier, }, - [25] = { + [26] = { [0] = alias_sym_statement_identifier, }, - [26] = { + [27] = { [0] = sym_identifier, }, - [28] = { + [29] = { [1] = alias_sym_shorthand_property_identifier, }, - [29] = { + [30] = { [1] = alias_sym_shorthand_property_identifier_pattern, }, - [30] = { + [31] = { [1] = sym_identifier, }, - [46] = { + [47] = { [1] = alias_sym_statement_identifier, }, - [51] = { + [48] = { + [1] = alias_sym_type_identifier, + }, + [61] = { + [1] = alias_sym_type_identifier, + }, + [62] = { [0] = alias_sym_type_identifier, }, - [52] = { + [63] = { [0] = alias_sym_type_identifier, }, - [53] = { + [64] = { [0] = alias_sym_type_identifier, }, - [54] = { + [65] = { [1] = alias_sym_type_identifier, }, - [56] = { - [1] = alias_sym_type_identifier, + [66] = { + [1] = anon_sym_unique, }, - [67] = { + [72] = { [2] = alias_sym_property_identifier, }, - [69] = { + [74] = { [2] = alias_sym_property_identifier, }, - [81] = { - [0] = alias_sym_shorthand_property_identifier_pattern, + [86] = { + [2] = alias_sym_property_identifier, }, - [101] = { - [2] = alias_sym_type_identifier, + [87] = { + [0] = sym_member_expression, + [2] = alias_sym_property_identifier, }, - [102] = { - [0] = alias_sym_type_identifier, + [88] = { + [0] = alias_sym_shorthand_property_identifier_pattern, }, - [105] = { + [106] = { [1] = alias_sym_type_identifier, }, - [106] = { + [107] = { [1] = alias_sym_type_identifier, }, - [110] = { + [111] = { [1] = sym_identifier, }, - [117] = { - [2] = alias_sym_type_identifier, + [125] = { + [1] = alias_sym_type_identifier, }, - [118] = { + [126] = { [1] = alias_sym_type_identifier, }, - [123] = { + [127] = { [2] = alias_sym_type_identifier, }, [128] = { + [0] = alias_sym_type_identifier, + }, + [130] = { + [2] = alias_sym_type_identifier, + }, + [131] = { [1] = alias_sym_type_identifier, }, - [140] = { + [136] = { + [2] = alias_sym_type_identifier, + }, + [141] = { + [1] = alias_sym_type_identifier, + }, + [143] = { + [0] = sym_identifier, + }, + [153] = { + [1] = alias_sym_type_identifier, + }, + [161] = { [2] = alias_sym_property_identifier, }, - [142] = { + [163] = { [2] = alias_sym_property_identifier, }, - [144] = { + [165] = { [2] = alias_sym_property_identifier, }, - [150] = { + [167] = { [1] = alias_sym_type_identifier, }, - [156] = { + [170] = { [2] = alias_sym_type_identifier, }, - [157] = { + [171] = { [2] = alias_sym_type_identifier, }, - [158] = { + [172] = { [1] = alias_sym_type_identifier, }, - [162] = { + [176] = { [0] = sym_identifier, }, - [164] = { + [178] = { [2] = alias_sym_type_identifier, }, - [165] = { + [179] = { [2] = alias_sym_type_identifier, }, - [167] = { + [181] = { [3] = alias_sym_type_identifier, }, - [169] = { + [183] = { [1] = alias_sym_type_identifier, }, - [171] = { + [185] = { [1] = sym_identifier, }, - [176] = { + [186] = { + [1] = sym_identifier, + }, + [191] = { [0] = alias_sym_type_identifier, }, - [194] = { + [209] = { [2] = alias_sym_type_identifier, }, - [199] = { + [214] = { [2] = alias_sym_type_identifier, }, - [200] = { + [215] = { [3] = alias_sym_type_identifier, }, - [201] = { + [216] = { [3] = alias_sym_type_identifier, }, - [224] = { + [239] = { [3] = alias_sym_property_identifier, }, - [225] = { + [240] = { [3] = alias_sym_type_identifier, }, - [230] = { + [245] = { [1] = sym_identifier, }, - [231] = { + [246] = { [0] = alias_sym_type_identifier, }, - [248] = { + [264] = { [2] = sym_identifier, }, - [258] = { + [273] = { [3] = sym_identifier, }, }; static const uint16_t ts_non_terminal_alias_map[] = { + sym_nested_identifier, 2, + sym_nested_identifier, + sym_member_expression, sym_predefined_type, 2, sym_predefined_type, sym_identifier, @@ -4022,58 +4136,58 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [12] = 12, [13] = 13, [14] = 14, - [15] = 14, - [16] = 16, + [15] = 15, + [16] = 15, [17] = 14, - [18] = 18, + [18] = 15, [19] = 19, - [20] = 16, - [21] = 16, - [22] = 14, - [23] = 16, + [20] = 15, + [21] = 21, + [22] = 22, + [23] = 15, [24] = 14, - [25] = 16, - [26] = 26, - [27] = 16, - [28] = 14, - [29] = 16, + [25] = 14, + [26] = 14, + [27] = 14, + [28] = 15, + [29] = 15, [30] = 14, [31] = 31, [32] = 32, - [33] = 33, - [34] = 33, + [33] = 31, + [34] = 34, [35] = 35, [36] = 36, - [37] = 35, + [37] = 37, [38] = 38, - [39] = 36, + [39] = 37, [40] = 40, - [41] = 41, - [42] = 42, + [41] = 36, + [42] = 35, [43] = 38, - [44] = 31, - [45] = 42, - [46] = 40, - [47] = 47, - [48] = 32, - [49] = 47, + [44] = 34, + [45] = 45, + [46] = 46, + [47] = 32, + [48] = 40, + [49] = 45, [50] = 50, [51] = 50, - [52] = 52, + [52] = 50, [53] = 50, [54] = 50, - [55] = 55, - [56] = 56, + [55] = 50, + [56] = 50, [57] = 50, - [58] = 58, + [58] = 50, [59] = 50, - [60] = 50, + [60] = 60, [61] = 61, - [62] = 55, + [62] = 62, [63] = 63, - [64] = 50, - [65] = 50, - [66] = 50, + [64] = 64, + [65] = 65, + [66] = 65, [67] = 67, [68] = 68, [69] = 68, @@ -4090,11 +4204,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [80] = 78, [81] = 78, [82] = 78, - [83] = 78, + [83] = 83, [84] = 84, [85] = 78, [86] = 78, - [87] = 87, + [87] = 78, [88] = 88, [89] = 88, [90] = 88, @@ -4104,11 +4218,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [94] = 88, [95] = 88, [96] = 96, - [97] = 97, + [97] = 96, [98] = 96, - [99] = 97, - [100] = 97, - [101] = 96, + [99] = 99, + [100] = 99, + [101] = 99, [102] = 102, [103] = 102, [104] = 102, @@ -4116,50 +4230,50 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [106] = 106, [107] = 102, [108] = 105, - [109] = 102, + [109] = 105, [110] = 102, - [111] = 105, - [112] = 106, - [113] = 102, + [111] = 102, + [112] = 102, + [113] = 106, [114] = 102, [115] = 115, [116] = 115, [117] = 117, - [118] = 118, + [118] = 117, [119] = 119, - [120] = 119, - [121] = 119, - [122] = 117, - [123] = 123, - [124] = 124, - [125] = 125, - [126] = 123, - [127] = 123, - [128] = 117, - [129] = 129, + [120] = 120, + [121] = 120, + [122] = 119, + [123] = 117, + [124] = 119, + [125] = 120, + [126] = 126, + [127] = 127, + [128] = 126, + [129] = 126, [130] = 130, - [131] = 131, + [131] = 126, [132] = 132, - [133] = 133, - [134] = 134, - [135] = 135, + [133] = 126, + [134] = 126, + [135] = 126, [136] = 136, [137] = 137, - [138] = 134, + [138] = 138, [139] = 139, - [140] = 140, - [141] = 134, - [142] = 134, + [140] = 127, + [141] = 141, + [142] = 142, [143] = 143, [144] = 144, [145] = 145, [146] = 146, - [147] = 134, + [147] = 147, [148] = 148, [149] = 149, - [150] = 146, + [150] = 150, [151] = 151, - [152] = 134, + [152] = 152, [153] = 153, [154] = 154, [155] = 155, @@ -4170,465 +4284,465 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [160] = 160, [161] = 161, [162] = 162, - [163] = 134, + [163] = 137, [164] = 164, [165] = 165, - [166] = 129, - [167] = 129, + [166] = 166, + [167] = 167, [168] = 168, [169] = 169, [170] = 170, - [171] = 171, - [172] = 170, - [173] = 171, - [174] = 174, - [175] = 175, - [176] = 129, - [177] = 129, - [178] = 129, - [179] = 179, - [180] = 175, - [181] = 181, - [182] = 129, - [183] = 129, - [184] = 179, - [185] = 181, - [186] = 186, - [187] = 181, - [188] = 181, - [189] = 181, - [190] = 181, - [191] = 191, - [192] = 181, - [193] = 129, - [194] = 194, - [195] = 195, + [171] = 137, + [172] = 172, + [173] = 173, + [174] = 172, + [175] = 173, + [176] = 176, + [177] = 177, + [178] = 178, + [179] = 137, + [180] = 180, + [181] = 177, + [182] = 137, + [183] = 177, + [184] = 137, + [185] = 177, + [186] = 177, + [187] = 137, + [188] = 177, + [189] = 137, + [190] = 137, + [191] = 177, + [192] = 192, + [193] = 193, + [194] = 193, + [195] = 193, [196] = 196, - [197] = 197, - [198] = 198, - [199] = 194, + [197] = 193, + [198] = 193, + [199] = 199, [200] = 200, - [201] = 200, - [202] = 200, - [203] = 200, - [204] = 204, + [201] = 201, + [202] = 196, + [203] = 193, + [204] = 193, [205] = 205, - [206] = 200, - [207] = 200, - [208] = 200, - [209] = 200, - [210] = 200, - [211] = 211, - [212] = 200, - [213] = 213, - [214] = 200, + [206] = 193, + [207] = 193, + [208] = 199, + [209] = 209, + [210] = 193, + [211] = 193, + [212] = 205, + [213] = 193, + [214] = 193, [215] = 215, - [216] = 200, - [217] = 200, + [216] = 216, + [217] = 217, [218] = 218, [219] = 219, - [220] = 219, + [220] = 220, [221] = 221, [222] = 221, - [223] = 221, + [223] = 223, [224] = 224, [225] = 225, [226] = 226, [227] = 227, [228] = 228, [229] = 229, - [230] = 224, - [231] = 224, - [232] = 232, + [230] = 228, + [231] = 226, + [232] = 225, [233] = 233, - [234] = 232, - [235] = 233, - [236] = 236, + [234] = 223, + [235] = 235, + [236] = 223, [237] = 237, - [238] = 238, - [239] = 225, - [240] = 240, + [238] = 227, + [239] = 233, + [240] = 229, [241] = 241, - [242] = 242, - [243] = 243, - [244] = 244, - [245] = 241, - [246] = 246, - [247] = 247, - [248] = 242, - [249] = 225, - [250] = 233, - [251] = 232, - [252] = 224, - [253] = 253, - [254] = 242, - [255] = 255, - [256] = 256, - [257] = 257, - [258] = 241, - [259] = 246, - [260] = 246, - [261] = 243, - [262] = 246, - [263] = 255, - [264] = 241, - [265] = 243, - [266] = 232, - [267] = 233, - [268] = 246, - [269] = 243, - [270] = 242, - [271] = 225, - [272] = 241, - [273] = 233, - [274] = 257, - [275] = 232, - [276] = 224, - [277] = 241, - [278] = 247, - [279] = 243, - [280] = 243, - [281] = 246, - [282] = 225, - [283] = 242, - [284] = 225, - [285] = 233, - [286] = 232, - [287] = 224, + [242] = 224, + [243] = 227, + [244] = 223, + [245] = 245, + [246] = 223, + [247] = 225, + [248] = 226, + [249] = 227, + [250] = 228, + [251] = 233, + [252] = 252, + [253] = 233, + [254] = 227, + [255] = 227, + [256] = 224, + [257] = 229, + [258] = 252, + [259] = 228, + [260] = 226, + [261] = 261, + [262] = 225, + [263] = 224, + [264] = 229, + [265] = 265, + [266] = 266, + [267] = 267, + [268] = 223, + [269] = 223, + [270] = 225, + [271] = 228, + [272] = 226, + [273] = 225, + [274] = 226, + [275] = 275, + [276] = 228, + [277] = 233, + [278] = 223, + [279] = 279, + [280] = 224, + [281] = 227, + [282] = 252, + [283] = 235, + [284] = 224, + [285] = 285, + [286] = 286, + [287] = 287, [288] = 288, - [289] = 243, + [289] = 229, [290] = 290, - [291] = 246, - [292] = 244, - [293] = 242, - [294] = 225, - [295] = 233, - [296] = 232, - [297] = 224, - [298] = 225, - [299] = 243, - [300] = 246, - [301] = 242, - [302] = 242, - [303] = 233, - [304] = 232, - [305] = 224, - [306] = 225, - [307] = 241, - [308] = 241, - [309] = 241, - [310] = 310, - [311] = 311, - [312] = 312, - [313] = 313, + [291] = 229, + [292] = 224, + [293] = 227, + [294] = 227, + [295] = 295, + [296] = 226, + [297] = 228, + [298] = 224, + [299] = 279, + [300] = 245, + [301] = 301, + [302] = 226, + [303] = 228, + [304] = 225, + [305] = 229, + [306] = 233, + [307] = 307, + [308] = 223, + [309] = 233, + [310] = 233, + [311] = 225, + [312] = 295, + [313] = 229, [314] = 314, - [315] = 311, + [315] = 315, [316] = 316, - [317] = 310, - [318] = 313, + [317] = 317, + [318] = 318, [319] = 319, - [320] = 320, + [320] = 314, [321] = 321, [322] = 322, [323] = 323, [324] = 324, - [325] = 316, + [325] = 323, [326] = 326, [327] = 327, [328] = 328, [329] = 329, - [330] = 312, - [331] = 311, - [332] = 320, - [333] = 313, - [334] = 334, - [335] = 320, - [336] = 336, - [337] = 311, - [338] = 338, + [330] = 326, + [331] = 322, + [332] = 328, + [333] = 333, + [334] = 314, + [335] = 323, + [336] = 318, + [337] = 317, + [338] = 316, [339] = 339, - [340] = 312, + [340] = 340, [341] = 341, - [342] = 342, + [342] = 329, [343] = 343, [344] = 344, - [345] = 338, - [346] = 329, - [347] = 327, - [348] = 348, - [349] = 324, - [350] = 322, - [351] = 319, - [352] = 352, - [353] = 353, + [345] = 315, + [346] = 346, + [347] = 347, + [348] = 321, + [349] = 321, + [350] = 350, + [351] = 347, + [352] = 327, + [353] = 346, [354] = 354, - [355] = 355, - [356] = 344, - [357] = 310, - [358] = 358, - [359] = 353, - [360] = 310, - [361] = 343, - [362] = 313, - [363] = 316, - [364] = 342, - [365] = 311, - [366] = 312, - [367] = 341, - [368] = 368, - [369] = 316, - [370] = 336, - [371] = 319, - [372] = 326, - [373] = 322, - [374] = 374, - [375] = 324, - [376] = 327, - [377] = 374, - [378] = 329, - [379] = 338, - [380] = 344, - [381] = 381, - [382] = 320, - [383] = 343, - [384] = 342, - [385] = 310, - [386] = 341, - [387] = 319, + [355] = 321, + [356] = 314, + [357] = 315, + [358] = 344, + [359] = 359, + [360] = 343, + [361] = 361, + [362] = 362, + [363] = 346, + [364] = 364, + [365] = 347, + [366] = 333, + [367] = 322, + [368] = 333, + [369] = 350, + [370] = 329, + [371] = 341, + [372] = 340, + [373] = 318, + [374] = 362, + [375] = 339, + [376] = 376, + [377] = 316, + [378] = 333, + [379] = 350, + [380] = 346, + [381] = 376, + [382] = 339, + [383] = 362, + [384] = 362, + [385] = 328, + [386] = 317, + [387] = 387, [388] = 322, - [389] = 324, - [390] = 390, - [391] = 327, - [392] = 321, - [393] = 329, - [394] = 316, - [395] = 338, - [396] = 344, - [397] = 343, - [398] = 334, - [399] = 342, - [400] = 341, - [401] = 336, - [402] = 336, - [403] = 334, - [404] = 310, - [405] = 328, + [389] = 322, + [390] = 315, + [391] = 326, + [392] = 392, + [393] = 376, + [394] = 318, + [395] = 318, + [396] = 396, + [397] = 314, + [398] = 317, + [399] = 344, + [400] = 343, + [401] = 323, + [402] = 314, + [403] = 340, + [404] = 350, + [405] = 323, [406] = 326, - [407] = 323, - [408] = 311, - [409] = 321, - [410] = 410, - [411] = 312, - [412] = 328, - [413] = 334, - [414] = 313, - [415] = 328, - [416] = 339, - [417] = 328, - [418] = 311, - [419] = 312, - [420] = 313, - [421] = 326, - [422] = 316, - [423] = 423, - [424] = 374, - [425] = 425, - [426] = 316, - [427] = 374, - [428] = 323, - [429] = 326, - [430] = 430, - [431] = 320, - [432] = 374, - [433] = 312, - [434] = 316, - [435] = 339, - [436] = 320, - [437] = 321, - [438] = 323, - [439] = 310, - [440] = 323, - [441] = 326, - [442] = 319, - [443] = 322, - [444] = 328, - [445] = 324, - [446] = 327, - [447] = 334, - [448] = 329, - [449] = 336, - [450] = 450, - [451] = 316, - [452] = 338, + [407] = 329, + [408] = 341, + [409] = 340, + [410] = 376, + [411] = 341, + [412] = 318, + [413] = 317, + [414] = 316, + [415] = 339, + [416] = 316, + [417] = 340, + [418] = 328, + [419] = 339, + [420] = 340, + [421] = 341, + [422] = 327, + [423] = 362, + [424] = 329, + [425] = 343, + [426] = 343, + [427] = 344, + [428] = 333, + [429] = 350, + [430] = 376, + [431] = 339, + [432] = 344, + [433] = 315, + [434] = 315, + [435] = 346, + [436] = 362, + [437] = 317, + [438] = 326, + [439] = 347, + [440] = 346, + [441] = 341, + [442] = 362, + [443] = 321, + [444] = 319, + [445] = 362, + [446] = 347, + [447] = 376, + [448] = 316, + [449] = 329, + [450] = 343, + [451] = 321, + [452] = 362, [453] = 344, - [454] = 341, - [455] = 342, - [456] = 343, - [457] = 344, - [458] = 338, - [459] = 343, - [460] = 311, - [461] = 329, + [454] = 362, + [455] = 455, + [456] = 347, + [457] = 328, + [458] = 322, + [459] = 339, + [460] = 316, + [461] = 461, [462] = 327, - [463] = 324, - [464] = 322, + [463] = 317, + [464] = 328, [465] = 319, - [466] = 313, - [467] = 310, - [468] = 334, - [469] = 316, - [470] = 336, - [471] = 374, - [472] = 312, - [473] = 339, - [474] = 316, - [475] = 321, - [476] = 321, - [477] = 323, - [478] = 323, - [479] = 326, - [480] = 321, - [481] = 328, - [482] = 341, - [483] = 342, - [484] = 313, - [485] = 341, - [486] = 334, - [487] = 336, - [488] = 334, - [489] = 320, - [490] = 316, - [491] = 491, - [492] = 328, - [493] = 374, - [494] = 336, - [495] = 316, - [496] = 342, - [497] = 326, - [498] = 341, - [499] = 342, - [500] = 343, - [501] = 344, - [502] = 338, - [503] = 329, - [504] = 319, - [505] = 327, - [506] = 324, - [507] = 322, - [508] = 319, - [509] = 343, - [510] = 344, - [511] = 338, + [466] = 318, + [467] = 326, + [468] = 350, + [469] = 362, + [470] = 323, + [471] = 314, + [472] = 323, + [473] = 323, + [474] = 322, + [475] = 318, + [476] = 317, + [477] = 316, + [478] = 339, + [479] = 340, + [480] = 341, + [481] = 340, + [482] = 326, + [483] = 327, + [484] = 314, + [485] = 329, + [486] = 343, + [487] = 344, + [488] = 488, + [489] = 489, + [490] = 315, + [491] = 346, + [492] = 319, + [493] = 327, + [494] = 347, + [495] = 495, + [496] = 327, + [497] = 359, + [498] = 326, + [499] = 333, + [500] = 328, + [501] = 321, + [502] = 350, + [503] = 321, + [504] = 504, + [505] = 328, + [506] = 333, + [507] = 347, + [508] = 362, + [509] = 346, + [510] = 315, + [511] = 341, [512] = 329, - [513] = 327, - [514] = 324, - [515] = 374, - [516] = 516, - [517] = 323, - [518] = 320, - [519] = 321, - [520] = 322, - [521] = 521, - [522] = 521, - [523] = 521, - [524] = 524, - [525] = 524, + [513] = 344, + [514] = 362, + [515] = 515, + [516] = 376, + [517] = 322, + [518] = 327, + [519] = 376, + [520] = 333, + [521] = 350, + [522] = 343, + [523] = 523, + [524] = 523, + [525] = 523, [526] = 526, [527] = 526, - [528] = 526, - [529] = 529, - [530] = 529, + [528] = 528, + [529] = 528, + [530] = 528, [531] = 531, [532] = 531, - [533] = 531, - [534] = 534, - [535] = 535, + [533] = 533, + [534] = 533, + [535] = 533, [536] = 536, - [537] = 536, - [538] = 148, - [539] = 535, - [540] = 534, - [541] = 535, - [542] = 162, - [543] = 536, - [544] = 544, - [545] = 545, + [537] = 155, + [538] = 536, + [539] = 146, + [540] = 540, + [541] = 541, + [542] = 541, + [543] = 540, + [544] = 540, + [545] = 541, [546] = 546, [547] = 547, [548] = 548, [549] = 549, [550] = 550, - [551] = 549, - [552] = 550, - [553] = 549, - [554] = 550, - [555] = 555, - [556] = 555, + [551] = 551, + [552] = 552, + [553] = 551, + [554] = 552, + [555] = 551, + [556] = 552, [557] = 557, [558] = 558, [559] = 558, [560] = 560, - [561] = 558, - [562] = 558, + [561] = 560, + [562] = 560, [563] = 563, - [564] = 558, - [565] = 563, - [566] = 558, - [567] = 557, - [568] = 155, - [569] = 153, - [570] = 558, - [571] = 571, - [572] = 572, - [573] = 558, - [574] = 158, - [575] = 575, - [576] = 558, - [577] = 145, - [578] = 153, - [579] = 579, - [580] = 580, - [581] = 156, - [582] = 580, - [583] = 558, - [584] = 155, - [585] = 158, - [586] = 558, - [587] = 161, - [588] = 145, - [589] = 580, - [590] = 558, - [591] = 555, - [592] = 557, - [593] = 558, - [594] = 558, - [595] = 595, - [596] = 125, + [564] = 557, + [565] = 560, + [566] = 560, + [567] = 560, + [568] = 568, + [569] = 568, + [570] = 570, + [571] = 560, + [572] = 154, + [573] = 560, + [574] = 574, + [575] = 144, + [576] = 151, + [577] = 560, + [578] = 558, + [579] = 152, + [580] = 161, + [581] = 154, + [582] = 560, + [583] = 148, + [584] = 584, + [585] = 585, + [586] = 560, + [587] = 587, + [588] = 560, + [589] = 584, + [590] = 148, + [591] = 144, + [592] = 584, + [593] = 151, + [594] = 557, + [595] = 132, + [596] = 141, [597] = 560, - [598] = 598, - [599] = 558, - [600] = 600, + [598] = 560, + [599] = 599, + [600] = 563, [601] = 601, [602] = 602, - [603] = 603, + [603] = 143, [604] = 604, [605] = 605, [606] = 606, [607] = 607, [608] = 608, [609] = 609, - [610] = 124, + [610] = 610, [611] = 611, - [612] = 612, + [612] = 560, [613] = 613, - [614] = 133, + [614] = 156, [615] = 615, [616] = 616, [617] = 617, [618] = 618, [619] = 619, [620] = 620, - [621] = 621, + [621] = 138, [622] = 622, [623] = 623, [624] = 624, @@ -4668,14 +4782,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [658] = 658, [659] = 659, [660] = 660, - [661] = 661, + [661] = 160, [662] = 662, [663] = 663, [664] = 664, - [665] = 665, + [665] = 161, [666] = 666, [667] = 667, - [668] = 668, + [668] = 152, [669] = 669, [670] = 670, [671] = 671, @@ -4688,13 +4802,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [678] = 678, [679] = 679, [680] = 680, - [681] = 156, + [681] = 681, [682] = 682, [683] = 683, [684] = 684, [685] = 685, [686] = 686, - [687] = 143, + [687] = 687, [688] = 688, [689] = 689, [690] = 690, @@ -4716,7 +4830,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [706] = 706, [707] = 707, [708] = 708, - [709] = 161, + [709] = 709, [710] = 710, [711] = 711, [712] = 712, @@ -4755,7 +4869,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [745] = 745, [746] = 746, [747] = 747, - [748] = 131, + [748] = 748, [749] = 749, [750] = 750, [751] = 751, @@ -4773,24 +4887,24 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [763] = 763, [764] = 764, [765] = 765, - [766] = 765, - [767] = 765, - [768] = 765, - [769] = 765, - [770] = 770, - [771] = 770, - [772] = 772, - [773] = 770, - [774] = 772, - [775] = 772, - [776] = 770, - [777] = 772, - [778] = 772, - [779] = 770, - [780] = 780, - [781] = 781, - [782] = 782, - [783] = 783, + [766] = 766, + [767] = 150, + [768] = 768, + [769] = 769, + [770] = 769, + [771] = 769, + [772] = 769, + [773] = 769, + [774] = 774, + [775] = 775, + [776] = 774, + [777] = 774, + [778] = 774, + [779] = 774, + [780] = 775, + [781] = 775, + [782] = 775, + [783] = 775, [784] = 784, [785] = 785, [786] = 786, @@ -4805,498 +4919,498 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [795] = 795, [796] = 796, [797] = 797, - [798] = 797, + [798] = 798, [799] = 799, - [800] = 797, - [801] = 799, + [800] = 799, + [801] = 801, [802] = 799, - [803] = 803, - [804] = 803, - [805] = 803, - [806] = 806, - [807] = 807, + [803] = 801, + [804] = 801, + [805] = 801, + [806] = 798, + [807] = 799, [808] = 808, - [809] = 809, - [810] = 810, + [809] = 799, + [810] = 798, [811] = 811, [812] = 812, - [813] = 806, - [814] = 807, - [815] = 807, - [816] = 807, - [817] = 810, - [818] = 807, - [819] = 812, - [820] = 809, - [821] = 807, - [822] = 806, - [823] = 807, - [824] = 824, - [825] = 810, - [826] = 807, - [827] = 810, - [828] = 828, - [829] = 807, - [830] = 828, - [831] = 807, - [832] = 812, - [833] = 809, - [834] = 807, - [835] = 810, - [836] = 806, - [837] = 810, - [838] = 828, - [839] = 839, - [840] = 828, - [841] = 809, - [842] = 812, - [843] = 839, - [844] = 812, + [813] = 801, + [814] = 801, + [815] = 799, + [816] = 816, + [817] = 817, + [818] = 818, + [819] = 818, + [820] = 817, + [821] = 817, + [822] = 818, + [823] = 823, + [824] = 823, + [825] = 823, + [826] = 826, + [827] = 827, + [828] = 827, + [829] = 827, + [830] = 826, + [831] = 831, + [832] = 826, + [833] = 827, + [834] = 826, + [835] = 823, + [836] = 826, + [837] = 823, + [838] = 831, + [839] = 827, + [840] = 827, + [841] = 823, + [842] = 842, + [843] = 843, + [844] = 844, [845] = 845, - [846] = 809, - [847] = 828, - [848] = 809, + [846] = 846, + [847] = 842, + [848] = 848, [849] = 849, - [850] = 806, - [851] = 828, - [852] = 807, - [853] = 806, + [850] = 850, + [851] = 851, + [852] = 852, + [853] = 851, [854] = 854, [855] = 855, [856] = 856, [857] = 857, - [858] = 856, + [858] = 858, [859] = 859, [860] = 860, [861] = 861, - [862] = 862, - [863] = 863, - [864] = 864, + [862] = 858, + [863] = 848, + [864] = 857, [865] = 865, - [866] = 866, + [866] = 861, [867] = 867, [868] = 868, - [869] = 866, + [869] = 844, [870] = 870, - [871] = 861, - [872] = 854, - [873] = 870, - [874] = 874, - [875] = 868, - [876] = 876, - [877] = 863, - [878] = 878, - [879] = 879, + [871] = 867, + [872] = 851, + [873] = 843, + [874] = 859, + [875] = 857, + [876] = 858, + [877] = 877, + [878] = 867, + [879] = 848, [880] = 880, [881] = 881, - [882] = 870, - [883] = 861, - [884] = 854, - [885] = 866, + [882] = 844, + [883] = 883, + [884] = 849, + [885] = 844, [886] = 886, - [887] = 865, - [888] = 888, - [889] = 857, - [890] = 865, - [891] = 879, - [892] = 854, - [893] = 879, - [894] = 879, - [895] = 867, - [896] = 866, - [897] = 860, - [898] = 864, - [899] = 899, + [887] = 844, + [888] = 851, + [889] = 859, + [890] = 848, + [891] = 891, + [892] = 851, + [893] = 893, + [894] = 858, + [895] = 895, + [896] = 859, + [897] = 897, + [898] = 897, + [899] = 859, [900] = 900, - [901] = 901, - [902] = 862, - [903] = 879, - [904] = 904, - [905] = 859, - [906] = 906, + [901] = 861, + [902] = 895, + [903] = 858, + [904] = 850, + [905] = 870, + [906] = 857, [907] = 907, - [908] = 908, - [909] = 909, - [910] = 857, - [911] = 861, - [912] = 912, - [913] = 899, - [914] = 863, - [915] = 864, - [916] = 863, - [917] = 908, - [918] = 901, - [919] = 908, - [920] = 906, - [921] = 904, - [922] = 906, - [923] = 901, - [924] = 899, - [925] = 904, - [926] = 908, - [927] = 904, - [928] = 900, - [929] = 907, - [930] = 906, - [931] = 901, - [932] = 912, - [933] = 854, - [934] = 899, - [935] = 863, - [936] = 864, - [937] = 906, - [938] = 908, - [939] = 859, - [940] = 865, - [941] = 870, - [942] = 868, - [943] = 861, - [944] = 899, - [945] = 901, - [946] = 863, - [947] = 864, - [948] = 907, - [949] = 909, - [950] = 868, - [951] = 904, - [952] = 879, - [953] = 907, - [954] = 954, - [955] = 866, - [956] = 868, - [957] = 957, - [958] = 958, - [959] = 907, - [960] = 865, - [961] = 861, - [962] = 870, - [963] = 854, - [964] = 964, - [965] = 904, - [966] = 868, - [967] = 864, - [968] = 857, - [969] = 901, - [970] = 899, - [971] = 907, - [972] = 972, - [973] = 866, - [974] = 859, - [975] = 859, - [976] = 976, - [977] = 857, - [978] = 865, - [979] = 906, - [980] = 859, - [981] = 857, - [982] = 870, - [983] = 983, - [984] = 908, - [985] = 912, - [986] = 912, - [987] = 987, - [988] = 988, - [989] = 912, - [990] = 808, - [991] = 912, - [992] = 988, - [993] = 987, + [908] = 860, + [909] = 850, + [910] = 846, + [911] = 858, + [912] = 849, + [913] = 867, + [914] = 858, + [915] = 846, + [916] = 891, + [917] = 842, + [918] = 849, + [919] = 855, + [920] = 920, + [921] = 907, + [922] = 860, + [923] = 923, + [924] = 846, + [925] = 925, + [926] = 849, + [927] = 870, + [928] = 860, + [929] = 861, + [930] = 891, + [931] = 931, + [932] = 870, + [933] = 858, + [934] = 870, + [935] = 861, + [936] = 861, + [937] = 856, + [938] = 848, + [939] = 842, + [940] = 940, + [941] = 867, + [942] = 850, + [943] = 857, + [944] = 944, + [945] = 850, + [946] = 944, + [947] = 860, + [948] = 849, + [949] = 858, + [950] = 895, + [951] = 897, + [952] = 842, + [953] = 953, + [954] = 843, + [955] = 843, + [956] = 855, + [957] = 891, + [958] = 860, + [959] = 855, + [960] = 897, + [961] = 891, + [962] = 931, + [963] = 855, + [964] = 858, + [965] = 858, + [966] = 858, + [967] = 843, + [968] = 859, + [969] = 895, + [970] = 857, + [971] = 851, + [972] = 844, + [973] = 895, + [974] = 974, + [975] = 870, + [976] = 846, + [977] = 842, + [978] = 897, + [979] = 848, + [980] = 850, + [981] = 897, + [982] = 891, + [983] = 867, + [984] = 920, + [985] = 855, + [986] = 843, + [987] = 893, + [988] = 846, + [989] = 895, + [990] = 990, + [991] = 991, + [992] = 991, + [993] = 993, [994] = 994, - [995] = 995, + [995] = 974, [996] = 996, - [997] = 996, - [998] = 996, - [999] = 912, - [1000] = 912, - [1001] = 1001, - [1002] = 912, - [1003] = 839, - [1004] = 1004, - [1005] = 1005, + [997] = 991, + [998] = 991, + [999] = 999, + [1000] = 999, + [1001] = 991, + [1002] = 1002, + [1003] = 991, + [1004] = 996, + [1005] = 991, [1006] = 1006, - [1007] = 1007, - [1008] = 1001, - [1009] = 912, - [1010] = 1010, - [1011] = 1006, - [1012] = 1012, - [1013] = 1013, - [1014] = 1014, - [1015] = 1014, - [1016] = 1005, - [1017] = 1017, + [1007] = 991, + [1008] = 1008, + [1009] = 1006, + [1010] = 1006, + [1011] = 1011, + [1012] = 991, + [1013] = 991, + [1014] = 991, + [1015] = 1015, + [1016] = 1016, + [1017] = 991, [1018] = 1018, - [1019] = 1006, + [1019] = 1019, [1020] = 1020, - [1021] = 912, - [1022] = 1014, - [1023] = 912, + [1021] = 1021, + [1022] = 1011, + [1023] = 1019, [1024] = 1024, - [1025] = 912, + [1025] = 1025, [1026] = 1026, - [1027] = 912, - [1028] = 912, - [1029] = 1029, - [1030] = 786, - [1031] = 1031, + [1027] = 1015, + [1028] = 1011, + [1029] = 944, + [1030] = 1019, + [1031] = 991, [1032] = 1032, [1033] = 1033, - [1034] = 808, - [1035] = 994, - [1036] = 1029, - [1037] = 781, - [1038] = 1038, - [1039] = 1039, - [1040] = 1040, - [1041] = 1032, - [1042] = 1040, - [1043] = 1032, - [1044] = 1029, - [1045] = 1045, + [1034] = 1024, + [1035] = 1035, + [1036] = 1036, + [1037] = 1036, + [1038] = 1015, + [1039] = 974, + [1040] = 1015, + [1041] = 791, + [1042] = 1042, + [1043] = 792, + [1044] = 1015, + [1045] = 991, [1046] = 1046, - [1047] = 1033, - [1048] = 1029, - [1049] = 1033, - [1050] = 1038, - [1051] = 1029, + [1047] = 1047, + [1048] = 1002, + [1049] = 1049, + [1050] = 991, + [1051] = 1046, [1052] = 1052, - [1053] = 912, - [1054] = 1029, + [1053] = 1053, + [1054] = 1054, [1055] = 1055, [1056] = 1056, - [1057] = 1057, - [1058] = 1058, - [1059] = 1032, - [1060] = 1056, - [1061] = 1032, - [1062] = 1029, - [1063] = 1032, + [1057] = 1052, + [1058] = 1056, + [1059] = 1059, + [1060] = 1015, + [1061] = 1015, + [1062] = 1049, + [1063] = 1015, [1064] = 1046, - [1065] = 1045, - [1066] = 1066, - [1067] = 1055, - [1068] = 1066, - [1069] = 1046, - [1070] = 1057, + [1065] = 1049, + [1066] = 991, + [1067] = 1015, + [1068] = 1054, + [1069] = 1054, + [1070] = 1015, [1071] = 1071, - [1072] = 1045, - [1073] = 1029, - [1074] = 1029, - [1075] = 1058, - [1076] = 1007, - [1077] = 786, + [1072] = 1059, + [1073] = 1059, + [1074] = 1074, + [1075] = 1075, + [1076] = 1071, + [1077] = 1074, [1078] = 1078, - [1079] = 1055, - [1080] = 1026, - [1081] = 1081, - [1082] = 1012, - [1083] = 1083, - [1084] = 1057, - [1085] = 1055, - [1086] = 1086, - [1087] = 1086, - [1088] = 1024, - [1089] = 1057, - [1090] = 1026, - [1091] = 1032, - [1092] = 1078, - [1093] = 1057, - [1094] = 1039, - [1095] = 1020, - [1096] = 1045, - [1097] = 1046, - [1098] = 1098, - [1099] = 1055, - [1100] = 1029, - [1101] = 1029, - [1102] = 1045, - [1103] = 1032, - [1104] = 1010, - [1105] = 1018, - [1106] = 1013, - [1107] = 781, - [1108] = 1055, - [1109] = 1057, - [1110] = 1098, - [1111] = 1045, - [1112] = 1112, - [1113] = 1113, - [1114] = 1045, - [1115] = 1057, - [1116] = 1057, - [1117] = 1117, - [1118] = 1071, - [1119] = 1055, - [1120] = 1026, - [1121] = 1117, - [1122] = 1052, - [1123] = 1123, - [1124] = 1029, - [1125] = 1045, - [1126] = 1126, - [1127] = 1026, - [1128] = 1032, - [1129] = 1129, - [1130] = 1055, - [1131] = 1029, - [1132] = 1040, - [1133] = 1057, - [1134] = 1026, - [1135] = 1135, - [1136] = 1057, - [1137] = 1055, - [1138] = 1055, - [1139] = 1055, - [1140] = 1140, - [1141] = 1045, - [1142] = 1142, - [1143] = 1143, - [1144] = 1057, - [1145] = 1057, - [1146] = 1055, - [1147] = 1147, + [1079] = 1015, + [1080] = 1049, + [1081] = 1049, + [1082] = 1082, + [1083] = 1078, + [1084] = 1075, + [1085] = 1085, + [1086] = 1049, + [1087] = 1085, + [1088] = 1016, + [1089] = 1075, + [1090] = 1059, + [1091] = 1074, + [1092] = 1092, + [1093] = 1075, + [1094] = 1094, + [1095] = 1059, + [1096] = 1047, + [1097] = 1097, + [1098] = 1015, + [1099] = 1032, + [1100] = 1100, + [1101] = 1101, + [1102] = 1033, + [1103] = 792, + [1104] = 1092, + [1105] = 1074, + [1106] = 1074, + [1107] = 1074, + [1108] = 1021, + [1109] = 1025, + [1110] = 1049, + [1111] = 1020, + [1112] = 1059, + [1113] = 1049, + [1114] = 1035, + [1115] = 1075, + [1116] = 1075, + [1117] = 1055, + [1118] = 1101, + [1119] = 1047, + [1120] = 1054, + [1121] = 791, + [1122] = 1100, + [1123] = 1015, + [1124] = 1124, + [1125] = 1053, + [1126] = 1049, + [1127] = 1124, + [1128] = 1128, + [1129] = 1075, + [1130] = 1047, + [1131] = 1074, + [1132] = 1132, + [1133] = 1133, + [1134] = 1134, + [1135] = 1075, + [1136] = 1082, + [1137] = 1074, + [1138] = 1138, + [1139] = 1059, + [1140] = 1047, + [1141] = 1059, + [1142] = 1074, + [1143] = 1052, + [1144] = 1047, + [1145] = 1145, + [1146] = 1075, + [1147] = 1074, [1148] = 1148, - [1149] = 1038, - [1150] = 1150, - [1151] = 1066, - [1152] = 1039, - [1153] = 1083, - [1154] = 1026, - [1155] = 1081, - [1156] = 1156, - [1157] = 1026, + [1149] = 1149, + [1150] = 1059, + [1151] = 1074, + [1152] = 1074, + [1153] = 1075, + [1154] = 1154, + [1155] = 1155, + [1156] = 1056, + [1157] = 1075, [1158] = 1158, - [1159] = 1057, - [1160] = 1055, - [1161] = 1057, - [1162] = 1055, - [1163] = 1123, - [1164] = 1057, - [1165] = 1055, - [1166] = 1026, - [1167] = 1071, - [1168] = 1168, - [1169] = 1168, - [1170] = 1168, - [1171] = 1168, - [1172] = 1168, - [1173] = 1168, - [1174] = 1174, - [1175] = 1175, - [1176] = 1175, - [1177] = 1175, - [1178] = 1175, - [1179] = 1179, - [1180] = 1180, - [1181] = 1175, - [1182] = 1180, - [1183] = 1179, + [1159] = 1075, + [1160] = 1094, + [1161] = 1075, + [1162] = 1162, + [1163] = 1097, + [1164] = 1055, + [1165] = 1047, + [1166] = 1075, + [1167] = 1047, + [1168] = 1074, + [1169] = 1169, + [1170] = 1170, + [1171] = 1085, + [1172] = 1074, + [1173] = 1075, + [1174] = 1074, + [1175] = 1134, + [1176] = 1047, + [1177] = 1082, + [1178] = 1178, + [1179] = 1178, + [1180] = 1178, + [1181] = 1178, + [1182] = 1178, + [1183] = 1178, [1184] = 1184, - [1185] = 1184, - [1186] = 1179, - [1187] = 1184, - [1188] = 1180, - [1189] = 1180, - [1190] = 1179, - [1191] = 1184, - [1192] = 1175, - [1193] = 1179, - [1194] = 1179, - [1195] = 1180, - [1196] = 1180, - [1197] = 1184, - [1198] = 1198, - [1199] = 148, - [1200] = 1198, - [1201] = 162, - [1202] = 1202, - [1203] = 1203, - [1204] = 1198, - [1205] = 1198, - [1206] = 1198, - [1207] = 1198, + [1185] = 1185, + [1186] = 1186, + [1187] = 1187, + [1188] = 1185, + [1189] = 1187, + [1190] = 1185, + [1191] = 1187, + [1192] = 1192, + [1193] = 1192, + [1194] = 1192, + [1195] = 1192, + [1196] = 1187, + [1197] = 1185, + [1198] = 1185, + [1199] = 1186, + [1200] = 1186, + [1201] = 1187, + [1202] = 1187, + [1203] = 1186, + [1204] = 1192, + [1205] = 1192, + [1206] = 1186, + [1207] = 1186, [1208] = 1208, - [1209] = 1209, + [1209] = 146, [1210] = 1210, - [1211] = 125, - [1212] = 1212, - [1213] = 1213, - [1214] = 1213, - [1215] = 118, - [1216] = 1213, - [1217] = 1217, + [1211] = 1208, + [1212] = 1208, + [1213] = 1208, + [1214] = 1208, + [1215] = 1215, + [1216] = 155, + [1217] = 1208, [1218] = 1218, - [1219] = 148, + [1219] = 1219, [1220] = 1220, [1221] = 1221, [1222] = 1222, - [1223] = 162, - [1224] = 124, - [1225] = 1213, - [1226] = 1213, + [1223] = 1223, + [1224] = 1224, + [1225] = 146, + [1226] = 155, [1227] = 1227, - [1228] = 1228, - [1229] = 1213, - [1230] = 1213, + [1228] = 138, + [1229] = 132, + [1230] = 141, [1231] = 1231, - [1232] = 133, + [1232] = 1231, [1233] = 1233, [1234] = 1234, [1235] = 1235, - [1236] = 1236, + [1236] = 1231, [1237] = 1237, - [1238] = 1238, - [1239] = 824, - [1240] = 1240, + [1238] = 1231, + [1239] = 1231, + [1240] = 1231, [1241] = 1241, - [1242] = 1242, + [1242] = 1231, [1243] = 1243, - [1244] = 845, + [1244] = 136, [1245] = 1245, - [1246] = 1246, + [1246] = 811, [1247] = 1247, - [1248] = 1248, + [1248] = 138, [1249] = 1249, - [1250] = 153, + [1250] = 1250, [1251] = 1251, [1252] = 1252, - [1253] = 849, - [1254] = 125, - [1255] = 124, - [1256] = 1256, + [1253] = 1253, + [1254] = 1254, + [1255] = 1255, + [1256] = 546, [1257] = 1257, - [1258] = 1258, + [1258] = 548, [1259] = 1259, [1260] = 1260, [1261] = 1261, [1262] = 1262, [1263] = 1263, - [1264] = 155, - [1265] = 545, + [1264] = 1264, + [1265] = 1265, [1266] = 1266, [1267] = 1267, [1268] = 1268, [1269] = 1269, [1270] = 1270, - [1271] = 1271, + [1271] = 994, [1272] = 1272, [1273] = 1273, [1274] = 1274, [1275] = 1275, [1276] = 1276, [1277] = 1277, - [1278] = 1278, + [1278] = 808, [1279] = 1279, [1280] = 1280, [1281] = 1281, [1282] = 1282, [1283] = 1283, - [1284] = 796, + [1284] = 1284, [1285] = 1285, - [1286] = 795, + [1286] = 1286, [1287] = 1287, - [1288] = 547, - [1289] = 1289, + [1288] = 1288, + [1289] = 156, [1290] = 1290, [1291] = 1291, [1292] = 1292, @@ -5314,9 +5428,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1304] = 1304, [1305] = 1305, [1306] = 1306, - [1307] = 546, + [1307] = 144, [1308] = 1308, - [1309] = 1309, + [1309] = 143, [1310] = 1310, [1311] = 1311, [1312] = 1312, @@ -5324,8 +5438,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1314] = 1314, [1315] = 1315, [1316] = 1316, - [1317] = 1317, - [1318] = 1318, + [1317] = 132, + [1318] = 141, [1319] = 1319, [1320] = 1320, [1321] = 1321, @@ -5334,29 +5448,29 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1324] = 1324, [1325] = 1325, [1326] = 1326, - [1327] = 1327, + [1327] = 550, [1328] = 1328, [1329] = 1329, [1330] = 1330, [1331] = 1331, - [1332] = 794, - [1333] = 548, + [1332] = 1332, + [1333] = 1333, [1334] = 1334, [1335] = 1335, - [1336] = 1336, + [1336] = 154, [1337] = 1337, - [1338] = 1338, + [1338] = 812, [1339] = 1339, [1340] = 1340, [1341] = 1341, [1342] = 1342, [1343] = 1343, - [1344] = 1344, + [1344] = 990, [1345] = 1345, [1346] = 1346, [1347] = 1347, [1348] = 1348, - [1349] = 544, + [1349] = 1349, [1350] = 1350, [1351] = 1351, [1352] = 1352, @@ -5367,821 +5481,821 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1357] = 1357, [1358] = 1358, [1359] = 1359, - [1360] = 1360, - [1361] = 1236, + [1360] = 549, + [1361] = 547, [1362] = 1362, [1363] = 1363, [1364] = 1364, - [1365] = 1249, - [1366] = 158, + [1365] = 1365, + [1366] = 1366, [1367] = 1367, - [1368] = 1209, - [1369] = 1251, - [1370] = 1240, + [1368] = 1368, + [1369] = 1369, + [1370] = 1370, [1371] = 1371, - [1372] = 1248, - [1373] = 1252, + [1372] = 1372, + [1373] = 1373, [1374] = 1374, [1375] = 1375, [1376] = 1376, - [1377] = 1246, + [1377] = 993, [1378] = 1378, [1379] = 1379, [1380] = 1380, [1381] = 1381, - [1382] = 1241, + [1382] = 1382, [1383] = 1383, - [1384] = 1384, - [1385] = 1385, - [1386] = 1386, + [1384] = 1316, + [1385] = 1262, + [1386] = 1349, [1387] = 1387, - [1388] = 1388, + [1388] = 1334, [1389] = 1389, - [1390] = 1390, - [1391] = 1323, - [1392] = 1363, - [1393] = 1363, - [1394] = 1245, - [1395] = 1260, - [1396] = 1242, + [1390] = 150, + [1391] = 143, + [1392] = 1347, + [1393] = 1381, + [1394] = 1394, + [1395] = 1219, + [1396] = 151, [1397] = 1397, - [1398] = 1331, - [1399] = 156, - [1400] = 1400, + [1398] = 1398, + [1399] = 1324, + [1400] = 1374, [1401] = 1401, [1402] = 1402, - [1403] = 1403, - [1404] = 1404, - [1405] = 1241, + [1403] = 1402, + [1404] = 1381, + [1405] = 1405, [1406] = 1406, - [1407] = 1238, - [1408] = 1236, + [1407] = 1407, + [1408] = 1408, [1409] = 1409, [1410] = 1410, - [1411] = 1411, - [1412] = 161, + [1411] = 151, + [1412] = 160, [1413] = 1413, [1414] = 1414, - [1415] = 1415, + [1415] = 144, [1416] = 1416, [1417] = 1417, [1418] = 1418, - [1419] = 1251, - [1420] = 1243, - [1421] = 1421, + [1419] = 1334, + [1420] = 1420, + [1421] = 1296, [1422] = 1422, [1423] = 1423, - [1424] = 161, + [1424] = 1347, [1425] = 1425, - [1426] = 1280, + [1426] = 1426, [1427] = 1427, - [1428] = 156, - [1429] = 1298, - [1430] = 1295, - [1431] = 1238, + [1428] = 1428, + [1429] = 1429, + [1430] = 1374, + [1431] = 1291, [1432] = 1432, [1433] = 1433, - [1434] = 1243, - [1435] = 155, - [1436] = 1306, + [1434] = 1434, + [1435] = 1298, + [1436] = 1436, [1437] = 1437, - [1438] = 1438, + [1438] = 152, [1439] = 1439, [1440] = 1440, - [1441] = 1270, - [1442] = 1247, - [1443] = 1292, + [1441] = 1221, + [1442] = 1442, + [1443] = 1443, [1444] = 1444, [1445] = 1445, - [1446] = 1281, - [1447] = 1283, - [1448] = 143, - [1449] = 1449, + [1446] = 1446, + [1447] = 1262, + [1448] = 1448, + [1449] = 148, [1450] = 1450, - [1451] = 1270, - [1452] = 1281, - [1453] = 1283, - [1454] = 131, + [1451] = 1330, + [1452] = 1366, + [1453] = 1453, + [1454] = 1366, [1455] = 1455, - [1456] = 1240, - [1457] = 158, - [1458] = 1458, - [1459] = 133, - [1460] = 1256, - [1461] = 1323, - [1462] = 1210, - [1463] = 1327, - [1464] = 1325, + [1456] = 1373, + [1457] = 1457, + [1458] = 1367, + [1459] = 1459, + [1460] = 148, + [1461] = 1461, + [1462] = 1448, + [1463] = 1463, + [1464] = 1464, [1465] = 1465, - [1466] = 1466, - [1467] = 1298, - [1468] = 1292, - [1469] = 145, - [1470] = 1470, - [1471] = 1471, - [1472] = 1306, - [1473] = 1473, - [1474] = 1474, - [1475] = 143, - [1476] = 1334, - [1477] = 1280, - [1478] = 1388, - [1479] = 1334, - [1480] = 1295, - [1481] = 1260, - [1482] = 1325, - [1483] = 1327, - [1484] = 1484, - [1485] = 1363, - [1486] = 1242, - [1487] = 1487, - [1488] = 1488, - [1489] = 1489, + [1466] = 1298, + [1467] = 154, + [1468] = 1296, + [1469] = 1291, + [1470] = 1439, + [1471] = 160, + [1472] = 1346, + [1473] = 1345, + [1474] = 1312, + [1475] = 1475, + [1476] = 1349, + [1477] = 1477, + [1478] = 1322, + [1479] = 1320, + [1480] = 1319, + [1481] = 1481, + [1482] = 1482, + [1483] = 1247, + [1484] = 1314, + [1485] = 1313, + [1486] = 1486, + [1487] = 156, + [1488] = 1330, + [1489] = 152, [1490] = 1490, [1491] = 1491, - [1492] = 1252, + [1492] = 1306, [1493] = 1493, - [1494] = 1494, - [1495] = 1495, - [1496] = 145, - [1497] = 1414, - [1498] = 131, - [1499] = 153, - [1500] = 1247, - [1501] = 1331, - [1502] = 1256, - [1503] = 1249, - [1504] = 1495, - [1505] = 1248, - [1506] = 1245, - [1507] = 1246, - [1508] = 1285, - [1509] = 1212, - [1510] = 1510, - [1511] = 1246, - [1512] = 1233, + [1494] = 1312, + [1495] = 1373, + [1496] = 1367, + [1497] = 1497, + [1498] = 161, + [1499] = 1346, + [1500] = 1345, + [1501] = 1402, + [1502] = 1502, + [1503] = 1503, + [1504] = 1504, + [1505] = 161, + [1506] = 1506, + [1507] = 1507, + [1508] = 1508, + [1509] = 1281, + [1510] = 1324, + [1511] = 1288, + [1512] = 1295, [1513] = 1513, - [1514] = 1241, - [1515] = 1387, - [1516] = 1516, - [1517] = 1517, - [1518] = 1518, - [1519] = 1519, - [1520] = 1238, - [1521] = 1218, - [1522] = 1236, - [1523] = 1298, - [1524] = 1306, - [1525] = 1270, - [1526] = 1281, - [1527] = 1235, - [1528] = 1528, - [1529] = 1388, - [1530] = 1233, - [1531] = 1531, - [1532] = 1243, - [1533] = 1248, - [1534] = 1249, - [1535] = 1518, - [1536] = 1251, - [1537] = 1513, - [1538] = 1227, - [1539] = 1516, - [1540] = 1513, - [1541] = 1228, - [1542] = 1283, - [1543] = 1543, - [1544] = 1544, - [1545] = 1414, - [1546] = 1546, - [1547] = 1242, - [1548] = 1518, - [1549] = 1495, - [1550] = 1217, - [1551] = 1252, - [1552] = 1331, - [1553] = 1513, - [1554] = 1554, - [1555] = 1516, - [1556] = 1513, - [1557] = 1516, - [1558] = 1516, - [1559] = 1559, + [1514] = 1514, + [1515] = 1295, + [1516] = 1306, + [1517] = 1313, + [1518] = 1322, + [1519] = 1314, + [1520] = 1520, + [1521] = 1247, + [1522] = 1402, + [1523] = 1523, + [1524] = 1316, + [1525] = 1223, + [1526] = 1288, + [1527] = 1527, + [1528] = 1320, + [1529] = 1222, + [1530] = 150, + [1531] = 1319, + [1532] = 1281, + [1533] = 1220, + [1534] = 1401, + [1535] = 1535, + [1536] = 1536, + [1537] = 1536, + [1538] = 1538, + [1539] = 1345, + [1540] = 1540, + [1541] = 1367, + [1542] = 1535, + [1543] = 1302, + [1544] = 1373, + [1545] = 1237, + [1546] = 1224, + [1547] = 1547, + [1548] = 1262, + [1549] = 1227, + [1550] = 1312, + [1551] = 1547, + [1552] = 1547, + [1553] = 1286, + [1554] = 1346, + [1555] = 1285, + [1556] = 1241, + [1557] = 1366, + [1558] = 1334, + [1559] = 1320, [1560] = 1560, - [1561] = 1235, - [1562] = 1513, - [1563] = 1528, - [1564] = 1220, - [1565] = 1260, - [1566] = 1566, - [1567] = 1517, - [1568] = 1568, - [1569] = 1221, - [1570] = 1518, - [1571] = 1295, - [1572] = 1334, - [1573] = 1222, - [1574] = 1240, - [1575] = 1245, - [1576] = 1576, - [1577] = 1280, - [1578] = 1292, - [1579] = 1325, - [1580] = 1327, - [1581] = 1513, - [1582] = 1323, - [1583] = 1387, - [1584] = 1256, - [1585] = 1518, - [1586] = 1247, - [1587] = 1283, - [1588] = 1328, - [1589] = 1388, - [1590] = 1260, - [1591] = 1295, - [1592] = 1334, - [1593] = 1240, - [1594] = 1594, - [1595] = 1510, - [1596] = 1233, + [1561] = 1561, + [1562] = 1547, + [1563] = 1547, + [1564] = 1564, + [1565] = 1535, + [1566] = 1547, + [1567] = 1536, + [1568] = 1324, + [1569] = 1569, + [1570] = 1298, + [1571] = 1347, + [1572] = 1381, + [1573] = 1296, + [1574] = 1574, + [1575] = 1374, + [1576] = 1291, + [1577] = 1349, + [1578] = 1330, + [1579] = 1243, + [1580] = 1439, + [1581] = 1535, + [1582] = 1582, + [1583] = 1583, + [1584] = 1281, + [1585] = 1288, + [1586] = 1450, + [1587] = 1448, + [1588] = 1295, + [1589] = 1401, + [1590] = 1245, + [1591] = 1306, + [1592] = 1592, + [1593] = 1547, + [1594] = 1536, + [1595] = 1595, + [1596] = 1595, [1597] = 1597, - [1598] = 1235, - [1599] = 1597, - [1600] = 1600, - [1601] = 1601, - [1602] = 1602, + [1598] = 1322, + [1599] = 1313, + [1600] = 1569, + [1601] = 1536, + [1602] = 1285, [1603] = 1603, - [1604] = 1234, - [1605] = 1331, - [1606] = 1606, - [1607] = 1283, - [1608] = 1281, - [1609] = 1270, - [1610] = 1306, - [1611] = 1298, - [1612] = 1236, - [1613] = 1241, - [1614] = 1242, - [1615] = 1245, - [1616] = 1616, - [1617] = 1246, - [1618] = 1248, - [1619] = 1233, - [1620] = 118, - [1621] = 1235, - [1622] = 1237, - [1623] = 1249, - [1624] = 845, - [1625] = 1351, - [1626] = 1279, - [1627] = 1251, - [1628] = 1278, - [1629] = 1294, - [1630] = 1277, - [1631] = 1276, - [1632] = 1275, - [1633] = 1354, - [1634] = 1355, - [1635] = 1356, - [1636] = 1358, - [1637] = 1360, - [1638] = 1231, - [1639] = 1274, - [1640] = 1273, - [1641] = 1293, - [1642] = 1272, - [1643] = 1271, - [1644] = 1269, - [1645] = 1252, - [1646] = 1268, - [1647] = 1280, - [1648] = 1359, - [1649] = 1357, - [1650] = 1353, - [1651] = 1352, - [1652] = 1350, - [1653] = 544, - [1654] = 1654, - [1655] = 1292, - [1656] = 1519, - [1657] = 1657, - [1658] = 1325, - [1659] = 1348, - [1660] = 1347, - [1661] = 1346, - [1662] = 1344, - [1663] = 1343, - [1664] = 1342, - [1665] = 1341, - [1666] = 1340, - [1667] = 1339, - [1668] = 1338, - [1669] = 1337, - [1670] = 1336, - [1671] = 1335, - [1672] = 548, - [1673] = 1425, - [1674] = 1327, - [1675] = 1323, - [1676] = 1256, - [1677] = 1247, - [1678] = 1243, - [1679] = 1267, - [1680] = 1510, - [1681] = 1488, - [1682] = 794, - [1683] = 545, - [1684] = 1597, - [1685] = 1685, - [1686] = 796, - [1687] = 1287, - [1688] = 1330, - [1689] = 1329, - [1690] = 1262, - [1691] = 849, - [1692] = 1692, - [1693] = 1693, - [1694] = 1324, - [1695] = 1322, - [1696] = 1321, - [1697] = 1320, - [1698] = 1319, - [1699] = 1318, - [1700] = 1317, - [1701] = 1316, - [1702] = 1315, - [1703] = 1314, - [1704] = 1313, - [1705] = 1312, - [1706] = 1311, - [1707] = 1310, - [1708] = 1309, - [1709] = 1308, - [1710] = 546, - [1711] = 1414, - [1712] = 795, - [1713] = 547, - [1714] = 1289, - [1715] = 1290, - [1716] = 1291, - [1717] = 1717, - [1718] = 1233, - [1719] = 1235, - [1720] = 1345, - [1721] = 1721, - [1722] = 1597, - [1723] = 1723, - [1724] = 1282, - [1725] = 1725, - [1726] = 1425, - [1727] = 1233, - [1728] = 1235, - [1729] = 1401, - [1730] = 1488, - [1731] = 1731, - [1732] = 1331, - [1733] = 1238, - [1734] = 1326, - [1735] = 1519, - [1736] = 1263, - [1737] = 1657, - [1738] = 1238, - [1739] = 1495, - [1740] = 1305, - [1741] = 1304, - [1742] = 1303, - [1743] = 1243, - [1744] = 1597, - [1745] = 1721, - [1746] = 1326, - [1747] = 824, - [1748] = 1247, - [1749] = 1256, - [1750] = 1236, - [1751] = 1302, - [1752] = 1298, - [1753] = 1401, - [1754] = 1266, - [1755] = 1301, - [1756] = 1300, - [1757] = 1757, - [1758] = 1240, - [1759] = 1723, - [1760] = 1306, - [1761] = 118, - [1762] = 1323, - [1763] = 1270, - [1764] = 1281, - [1765] = 1296, - [1766] = 1327, - [1767] = 1325, - [1768] = 1295, - [1769] = 1292, - [1770] = 1299, - [1771] = 1280, - [1772] = 1772, - [1773] = 1692, - [1774] = 1685, - [1775] = 1260, - [1776] = 1237, - [1777] = 1252, + [1604] = 1604, + [1605] = 1314, + [1606] = 1247, + [1607] = 1319, + [1608] = 1535, + [1609] = 1316, + [1610] = 1286, + [1611] = 1450, + [1612] = 1235, + [1613] = 1234, + [1614] = 1233, + [1615] = 1305, + [1616] = 1279, + [1617] = 1617, + [1618] = 1448, + [1619] = 1366, + [1620] = 1312, + [1621] = 1262, + [1622] = 1373, + [1623] = 1367, + [1624] = 1346, + [1625] = 1339, + [1626] = 1335, + [1627] = 1345, + [1628] = 1439, + [1629] = 1331, + [1630] = 1324, + [1631] = 1322, + [1632] = 1320, + [1633] = 1319, + [1634] = 1316, + [1635] = 1247, + [1636] = 1314, + [1637] = 1313, + [1638] = 1306, + [1639] = 1295, + [1640] = 1283, + [1641] = 1285, + [1642] = 1286, + [1643] = 1288, + [1644] = 1281, + [1645] = 1330, + [1646] = 1330, + [1647] = 1315, + [1648] = 1648, + [1649] = 1583, + [1650] = 1650, + [1651] = 1297, + [1652] = 811, + [1653] = 1414, + [1654] = 1582, + [1655] = 1348, + [1656] = 1286, + [1657] = 1285, + [1658] = 1658, + [1659] = 1659, + [1660] = 1349, + [1661] = 1374, + [1662] = 1347, + [1663] = 1291, + [1664] = 1296, + [1665] = 1298, + [1666] = 136, + [1667] = 1401, + [1668] = 1273, + [1669] = 1334, + [1670] = 1381, + [1671] = 1266, + [1672] = 1368, + [1673] = 1372, + [1674] = 1375, + [1675] = 1675, + [1676] = 1676, + [1677] = 1677, + [1678] = 1678, + [1679] = 1276, + [1680] = 1250, + [1681] = 1252, + [1682] = 1257, + [1683] = 1382, + [1684] = 1684, + [1685] = 1263, + [1686] = 1272, + [1687] = 1342, + [1688] = 547, + [1689] = 1281, + [1690] = 1288, + [1691] = 1295, + [1692] = 1306, + [1693] = 1658, + [1694] = 1259, + [1695] = 1337, + [1696] = 1333, + [1697] = 1294, + [1698] = 1280, + [1699] = 1684, + [1700] = 1269, + [1701] = 1267, + [1702] = 1264, + [1703] = 1261, + [1704] = 1254, + [1705] = 1251, + [1706] = 1379, + [1707] = 548, + [1708] = 1313, + [1709] = 1314, + [1710] = 1247, + [1711] = 1316, + [1712] = 1319, + [1713] = 1320, + [1714] = 1322, + [1715] = 1324, + [1716] = 1345, + [1717] = 1346, + [1718] = 1367, + [1719] = 1373, + [1720] = 1286, + [1721] = 1285, + [1722] = 1282, + [1723] = 1270, + [1724] = 1275, + [1725] = 993, + [1726] = 1277, + [1727] = 1284, + [1728] = 1290, + [1729] = 1292, + [1730] = 1293, + [1731] = 1299, + [1732] = 1300, + [1733] = 1301, + [1734] = 1304, + [1735] = 1310, + [1736] = 1311, + [1737] = 1325, + [1738] = 1326, + [1739] = 1328, + [1740] = 1332, + [1741] = 1351, + [1742] = 1359, + [1743] = 549, + [1744] = 1291, + [1745] = 1296, + [1746] = 1617, + [1747] = 1262, + [1748] = 1312, + [1749] = 1366, + [1750] = 1684, + [1751] = 1363, + [1752] = 1364, + [1753] = 1369, + [1754] = 994, + [1755] = 1370, + [1756] = 1378, + [1757] = 1357, + [1758] = 1383, + [1759] = 1352, + [1760] = 1329, + [1761] = 1323, + [1762] = 1465, + [1763] = 1283, + [1764] = 1684, + [1765] = 1321, + [1766] = 1308, + [1767] = 1303, + [1768] = 1249, + [1769] = 1253, + [1770] = 1255, + [1771] = 546, + [1772] = 1286, + [1773] = 1684, + [1774] = 1285, + [1775] = 1775, + [1776] = 1355, + [1777] = 1418, [1778] = 1778, - [1779] = 1251, - [1780] = 1297, - [1781] = 1334, - [1782] = 1782, - [1783] = 1257, - [1784] = 1249, - [1785] = 1717, - [1786] = 1248, - [1787] = 1258, - [1788] = 1259, - [1789] = 1246, - [1790] = 1245, - [1791] = 1242, - [1792] = 1241, - [1793] = 1261, - [1794] = 1794, - [1795] = 130, - [1796] = 1796, - [1797] = 1242, - [1798] = 1796, - [1799] = 157, - [1800] = 1241, - [1801] = 1238, - [1802] = 1236, - [1803] = 1298, - [1804] = 1306, - [1805] = 1270, - [1806] = 1806, - [1807] = 1807, - [1808] = 1281, - [1809] = 1796, - [1810] = 137, - [1811] = 1811, - [1812] = 1487, - [1813] = 1813, - [1814] = 1283, - [1815] = 1815, + [1779] = 808, + [1780] = 1775, + [1781] = 1465, + [1782] = 1778, + [1783] = 1414, + [1784] = 1784, + [1785] = 1785, + [1786] = 1786, + [1787] = 1334, + [1788] = 1788, + [1789] = 990, + [1790] = 1380, + [1791] = 1791, + [1792] = 136, + [1793] = 1793, + [1794] = 1376, + [1795] = 1371, + [1796] = 1365, + [1797] = 1362, + [1798] = 1358, + [1799] = 1356, + [1800] = 1354, + [1801] = 1353, + [1802] = 1350, + [1803] = 1343, + [1804] = 1804, + [1805] = 1805, + [1806] = 1583, + [1807] = 1648, + [1808] = 1786, + [1809] = 1418, + [1810] = 1582, + [1811] = 1341, + [1812] = 1340, + [1813] = 1355, + [1814] = 1298, + [1815] = 550, [1816] = 1816, - [1817] = 1331, - [1818] = 1260, - [1819] = 1819, - [1820] = 1295, - [1821] = 1334, - [1822] = 1822, - [1823] = 1823, - [1824] = 1824, - [1825] = 1240, - [1826] = 1326, - [1827] = 1827, - [1828] = 1796, - [1829] = 1829, - [1830] = 1416, - [1831] = 1425, - [1832] = 1417, - [1833] = 1418, - [1834] = 1422, - [1835] = 1401, - [1836] = 1423, - [1837] = 140, - [1838] = 1410, - [1839] = 1235, - [1840] = 1233, - [1841] = 1796, - [1842] = 135, - [1843] = 1616, - [1844] = 1829, - [1845] = 1845, - [1846] = 1433, - [1847] = 1326, - [1848] = 1440, - [1849] = 1397, + [1817] = 1260, + [1818] = 1818, + [1819] = 812, + [1820] = 1287, + [1821] = 1265, + [1822] = 1268, + [1823] = 1374, + [1824] = 1349, + [1825] = 1347, + [1826] = 1381, + [1827] = 1274, + [1828] = 1828, + [1829] = 1397, + [1830] = 1582, + [1831] = 1831, + [1832] = 1832, + [1833] = 1833, + [1834] = 1446, + [1835] = 145, + [1836] = 168, + [1837] = 1349, + [1838] = 1345, + [1839] = 1334, + [1840] = 1833, + [1841] = 1366, + [1842] = 162, + [1843] = 158, + [1844] = 1455, + [1845] = 1486, + [1846] = 1832, + [1847] = 1346, + [1848] = 1848, + [1849] = 1387, [1850] = 1389, - [1851] = 1235, - [1852] = 1364, - [1853] = 1827, - [1854] = 1383, - [1855] = 1406, - [1856] = 1445, - [1857] = 1233, - [1858] = 1510, - [1859] = 159, - [1860] = 1488, - [1861] = 1409, - [1862] = 1796, - [1863] = 1404, - [1864] = 1438, - [1865] = 1403, - [1866] = 1411, - [1867] = 1413, - [1868] = 1425, - [1869] = 1384, - [1870] = 1466, - [1871] = 1470, - [1872] = 1796, - [1873] = 1471, - [1874] = 1473, - [1875] = 1362, - [1876] = 1495, - [1877] = 1489, - [1878] = 1474, - [1879] = 164, - [1880] = 1400, - [1881] = 1827, - [1882] = 154, - [1883] = 149, - [1884] = 1829, - [1885] = 1414, - [1886] = 1455, - [1887] = 144, - [1888] = 160, - [1889] = 1388, - [1890] = 1379, - [1891] = 1491, - [1892] = 1375, - [1893] = 1402, - [1894] = 1367, - [1895] = 1374, - [1896] = 136, - [1897] = 132, - [1898] = 1376, - [1899] = 1493, - [1900] = 1245, - [1901] = 1246, - [1902] = 1510, - [1903] = 1903, - [1904] = 1248, - [1905] = 1251, - [1906] = 1252, - [1907] = 1280, - [1908] = 1292, - [1909] = 1325, - [1910] = 1327, - [1911] = 1323, - [1912] = 1256, - [1913] = 157, - [1914] = 1401, - [1915] = 1387, - [1916] = 1247, - [1917] = 1510, - [1918] = 137, - [1919] = 1490, - [1920] = 1616, - [1921] = 1243, - [1922] = 1922, - [1923] = 1425, - [1924] = 1371, - [1925] = 132, - [1926] = 136, - [1927] = 1378, - [1928] = 1380, - [1929] = 160, - [1930] = 1796, - [1931] = 1385, - [1932] = 1381, - [1933] = 1823, - [1934] = 144, - [1935] = 1450, - [1936] = 1401, - [1937] = 1237, - [1938] = 1827, - [1939] = 149, - [1940] = 1449, - [1941] = 154, - [1942] = 1829, - [1943] = 1829, - [1944] = 164, - [1945] = 1827, - [1946] = 1794, - [1947] = 1415, - [1948] = 159, - [1949] = 1437, - [1950] = 1824, - [1951] = 1494, - [1952] = 1952, - [1953] = 1444, - [1954] = 1249, - [1955] = 1955, - [1956] = 135, - [1957] = 1519, - [1958] = 1465, - [1959] = 1959, - [1960] = 140, - [1961] = 1961, - [1962] = 130, - [1963] = 1281, - [1964] = 1249, - [1965] = 1965, - [1966] = 1966, - [1967] = 1965, - [1968] = 1326, - [1969] = 1510, - [1970] = 1970, - [1971] = 1616, - [1972] = 1488, - [1973] = 1237, - [1974] = 1240, - [1975] = 1334, - [1976] = 1295, - [1977] = 1260, - [1978] = 1235, - [1979] = 1233, - [1980] = 1414, - [1981] = 1510, - [1982] = 1531, - [1983] = 1965, - [1984] = 1984, - [1985] = 1965, - [1986] = 1331, - [1987] = 1248, - [1988] = 1246, - [1989] = 1245, - [1990] = 1323, - [1991] = 1236, - [1992] = 1298, - [1993] = 1306, - [1994] = 1242, - [1995] = 1984, - [1996] = 1401, - [1997] = 1270, - [1998] = 1965, - [1999] = 1327, - [2000] = 1243, - [2001] = 1247, - [2002] = 1241, - [2003] = 1256, - [2004] = 1325, - [2005] = 1283, - [2006] = 1425, - [2007] = 1292, - [2008] = 1280, - [2009] = 1252, - [2010] = 1488, - [2011] = 1251, - [2012] = 1238, - [2013] = 2013, - [2014] = 2014, - [2015] = 1517, - [2016] = 2016, + [1851] = 1355, + [1852] = 1464, + [1853] = 1853, + [1854] = 1322, + [1855] = 1463, + [1856] = 1856, + [1857] = 1320, + [1858] = 1858, + [1859] = 1355, + [1860] = 159, + [1861] = 1861, + [1862] = 1848, + [1863] = 1863, + [1864] = 1864, + [1865] = 1312, + [1866] = 1319, + [1867] = 1833, + [1868] = 1868, + [1869] = 1869, + [1870] = 1316, + [1871] = 1465, + [1872] = 1872, + [1873] = 1873, + [1874] = 1262, + [1875] = 164, + [1876] = 165, + [1877] = 1413, + [1878] = 1828, + [1879] = 1247, + [1880] = 1314, + [1881] = 142, + [1882] = 1409, + [1883] = 1883, + [1884] = 1884, + [1885] = 1490, + [1886] = 1491, + [1887] = 1503, + [1888] = 1523, + [1889] = 1514, + [1890] = 1513, + [1891] = 167, + [1892] = 1832, + [1893] = 1493, + [1894] = 1848, + [1895] = 149, + [1896] = 1583, + [1897] = 1313, + [1898] = 1432, + [1899] = 1833, + [1900] = 1450, + [1901] = 1901, + [1902] = 1306, + [1903] = 1497, + [1904] = 1582, + [1905] = 1295, + [1906] = 1394, + [1907] = 1373, + [1908] = 1443, + [1909] = 1442, + [1910] = 1465, + [1911] = 1848, + [1912] = 1440, + [1913] = 1502, + [1914] = 1367, + [1915] = 1444, + [1916] = 149, + [1917] = 1832, + [1918] = 1414, + [1919] = 1506, + [1920] = 157, + [1921] = 1504, + [1922] = 1832, + [1923] = 1833, + [1924] = 1507, + [1925] = 1508, + [1926] = 1926, + [1927] = 1520, + [1928] = 1816, + [1929] = 1929, + [1930] = 1930, + [1931] = 1848, + [1932] = 1427, + [1933] = 1288, + [1934] = 1281, + [1935] = 1330, + [1936] = 1481, + [1937] = 1937, + [1938] = 1347, + [1939] = 1283, + [1940] = 1381, + [1941] = 1465, + [1942] = 1418, + [1943] = 1291, + [1944] = 1426, + [1945] = 1873, + [1946] = 1425, + [1947] = 1405, + [1948] = 166, + [1949] = 1416, + [1950] = 1410, + [1951] = 1374, + [1952] = 1816, + [1953] = 153, + [1954] = 153, + [1955] = 1901, + [1956] = 166, + [1957] = 157, + [1958] = 1296, + [1959] = 1298, + [1960] = 1833, + [1961] = 1398, + [1962] = 1324, + [1963] = 1418, + [1964] = 1406, + [1965] = 1833, + [1966] = 1434, + [1967] = 1407, + [1968] = 1436, + [1969] = 1286, + [1970] = 1420, + [1971] = 1418, + [1972] = 1437, + [1973] = 1285, + [1974] = 1445, + [1975] = 1482, + [1976] = 1477, + [1977] = 1401, + [1978] = 168, + [1979] = 1833, + [1980] = 1582, + [1981] = 1408, + [1982] = 145, + [1983] = 162, + [1984] = 158, + [1985] = 1461, + [1986] = 1433, + [1987] = 1448, + [1988] = 1285, + [1989] = 1286, + [1990] = 1439, + [1991] = 159, + [1992] = 167, + [1993] = 142, + [1994] = 1428, + [1995] = 1459, + [1996] = 1453, + [1997] = 164, + [1998] = 165, + [1999] = 1381, + [2000] = 1306, + [2001] = 1367, + [2002] = 1281, + [2003] = 1355, + [2004] = 2004, + [2005] = 1418, + [2006] = 1346, + [2007] = 1448, + [2008] = 1345, + [2009] = 1324, + [2010] = 1322, + [2011] = 1288, + [2012] = 1414, + [2013] = 1366, + [2014] = 1347, + [2015] = 2015, + [2016] = 1414, [2017] = 2017, - [2018] = 2016, + [2018] = 1312, [2019] = 2019, - [2020] = 2016, - [2021] = 1282, - [2022] = 2022, - [2023] = 2023, - [2024] = 2024, - [2025] = 2025, - [2026] = 1488, - [2027] = 2027, - [2028] = 2016, - [2029] = 1326, - [2030] = 1488, - [2031] = 2031, - [2032] = 2016, - [2033] = 1326, - [2034] = 1425, - [2035] = 2016, - [2036] = 2036, - [2037] = 2037, - [2038] = 2038, - [2039] = 1401, - [2040] = 2040, - [2041] = 2013, - [2042] = 2042, - [2043] = 2043, - [2044] = 2044, - [2045] = 1388, - [2046] = 1414, - [2047] = 2036, - [2048] = 1495, - [2049] = 1510, - [2050] = 2016, + [2020] = 1262, + [2021] = 1373, + [2022] = 2017, + [2023] = 2017, + [2024] = 1582, + [2025] = 1295, + [2026] = 1560, + [2027] = 1816, + [2028] = 1465, + [2029] = 2017, + [2030] = 2015, + [2031] = 1286, + [2032] = 1243, + [2033] = 1283, + [2034] = 1349, + [2035] = 1320, + [2036] = 1319, + [2037] = 1316, + [2038] = 1247, + [2039] = 1285, + [2040] = 1291, + [2041] = 1314, + [2042] = 1313, + [2043] = 1374, + [2044] = 1296, + [2045] = 1330, + [2046] = 1582, + [2047] = 1298, + [2048] = 2017, + [2049] = 1334, + [2050] = 2050, [2051] = 2051, [2052] = 2052, [2053] = 2053, - [2054] = 2054, + [2054] = 1355, [2055] = 2055, [2056] = 2056, - [2057] = 2057, - [2058] = 2057, + [2057] = 2050, + [2058] = 2058, [2059] = 2059, - [2060] = 2055, - [2061] = 2055, - [2062] = 2062, + [2060] = 1582, + [2061] = 2061, + [2062] = 1355, [2063] = 2063, - [2064] = 2064, - [2065] = 2065, + [2064] = 2050, + [2065] = 1595, [2066] = 2066, [2067] = 2067, - [2068] = 2057, - [2069] = 2069, + [2068] = 1414, + [2069] = 2050, [2070] = 2070, - [2071] = 2071, - [2072] = 2055, - [2073] = 2073, + [2071] = 2050, + [2072] = 1401, + [2073] = 1448, [2074] = 2074, - [2075] = 1326, - [2076] = 2055, - [2077] = 2057, - [2078] = 2053, - [2079] = 2054, - [2080] = 2080, + [2075] = 2075, + [2076] = 2076, + [2077] = 1414, + [2078] = 1465, + [2079] = 2079, + [2080] = 1439, [2081] = 2081, - [2082] = 2081, + [2082] = 2053, [2083] = 2083, - [2084] = 2070, - [2085] = 2054, - [2086] = 1616, - [2087] = 2054, + [2084] = 1418, + [2085] = 2050, + [2086] = 2050, + [2087] = 2074, [2088] = 2088, - [2089] = 2081, - [2090] = 1388, - [2091] = 2081, - [2092] = 1414, - [2093] = 2093, + [2089] = 2089, + [2090] = 1355, + [2091] = 2091, + [2092] = 2092, + [2093] = 1868, [2094] = 2094, [2095] = 2095, - [2096] = 2081, - [2097] = 1806, + [2096] = 2096, + [2097] = 1224, [2098] = 2098, - [2099] = 2057, - [2100] = 2081, - [2101] = 1495, - [2102] = 2073, - [2103] = 2081, - [2104] = 2054, - [2105] = 2069, - [2106] = 2054, + [2099] = 2099, + [2100] = 2091, + [2101] = 2101, + [2102] = 2102, + [2103] = 2096, + [2104] = 2096, + [2105] = 2105, + [2106] = 1439, [2107] = 2107, - [2108] = 2054, - [2109] = 2109, + [2108] = 2108, + [2109] = 1816, [2110] = 2110, [2111] = 2111, - [2112] = 2111, + [2112] = 2091, [2113] = 2113, [2114] = 2114, - [2115] = 2115, - [2116] = 2116, - [2117] = 2117, - [2118] = 2111, - [2119] = 2119, - [2120] = 2113, - [2121] = 2111, - [2122] = 2122, - [2123] = 2111, - [2124] = 2111, - [2125] = 2114, - [2126] = 2111, - [2127] = 2127, - [2128] = 2117, - [2129] = 2129, - [2130] = 2130, + [2115] = 2096, + [2116] = 2092, + [2117] = 2094, + [2118] = 2096, + [2119] = 2094, + [2120] = 2101, + [2121] = 2091, + [2122] = 2107, + [2123] = 1448, + [2124] = 2091, + [2125] = 2092, + [2126] = 2092, + [2127] = 2094, + [2128] = 2096, + [2129] = 2108, + [2130] = 2092, [2131] = 2131, - [2132] = 2110, - [2133] = 2133, - [2134] = 2134, + [2132] = 1401, + [2133] = 2113, + [2134] = 2096, [2135] = 2135, [2136] = 2136, [2137] = 2137, [2138] = 2138, - [2139] = 2139, + [2139] = 2094, [2140] = 2140, - [2141] = 2141, + [2141] = 2091, [2142] = 2142, [2143] = 2143, [2144] = 2144, - [2145] = 2145, - [2146] = 2055, - [2147] = 2057, - [2148] = 2055, - [2149] = 2055, - [2150] = 2150, - [2151] = 2057, - [2152] = 2057, - [2153] = 2055, - [2154] = 2057, - [2155] = 2155, - [2156] = 2057, - [2157] = 2055, - [2158] = 2055, + [2145] = 2091, + [2146] = 2146, + [2147] = 2147, + [2148] = 2148, + [2149] = 2149, + [2150] = 2148, + [2151] = 2151, + [2152] = 2152, + [2153] = 2153, + [2154] = 2154, + [2155] = 2153, + [2156] = 2148, + [2157] = 2157, + [2158] = 2158, [2159] = 2159, - [2160] = 2057, - [2161] = 2057, + [2160] = 2148, + [2161] = 2161, [2162] = 2162, - [2163] = 2163, - [2164] = 2055, - [2165] = 2165, - [2166] = 2166, - [2167] = 1129, + [2163] = 2162, + [2164] = 2148, + [2165] = 2148, + [2166] = 2146, + [2167] = 2167, [2168] = 2168, - [2169] = 2169, - [2170] = 2169, - [2171] = 2169, - [2172] = 2141, - [2173] = 2140, - [2174] = 2166, + [2169] = 2157, + [2170] = 2170, + [2171] = 2171, + [2172] = 2172, + [2173] = 2148, + [2174] = 2174, [2175] = 2175, [2176] = 2176, [2177] = 2177, @@ -6190,680 +6304,680 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2180] = 2180, [2181] = 2181, [2182] = 2182, - [2183] = 1143, - [2184] = 2184, - [2185] = 2185, - [2186] = 145, - [2187] = 158, + [2183] = 2092, + [2184] = 2092, + [2185] = 2094, + [2186] = 2092, + [2187] = 2094, [2188] = 2188, - [2189] = 2189, - [2190] = 2190, + [2189] = 2092, + [2190] = 2094, [2191] = 2191, [2192] = 2192, - [2193] = 2193, - [2194] = 155, + [2193] = 2094, + [2194] = 2092, [2195] = 2195, - [2196] = 2196, - [2197] = 153, - [2198] = 2198, - [2199] = 2199, - [2200] = 2200, - [2201] = 2201, + [2196] = 2094, + [2197] = 2197, + [2198] = 2094, + [2199] = 2092, + [2200] = 2092, + [2201] = 2094, [2202] = 2202, [2203] = 2203, - [2204] = 2204, + [2204] = 2179, [2205] = 2205, - [2206] = 2206, - [2207] = 2207, - [2208] = 2208, - [2209] = 2209, - [2210] = 2210, + [2206] = 2205, + [2207] = 2203, + [2208] = 1128, + [2209] = 2205, + [2210] = 2178, [2211] = 2211, [2212] = 2212, - [2213] = 2113, + [2213] = 2213, [2214] = 2214, [2215] = 2215, - [2216] = 2117, - [2217] = 2131, + [2216] = 2216, + [2217] = 2217, [2218] = 2218, - [2219] = 2117, + [2219] = 2219, [2220] = 2220, - [2221] = 2110, - [2222] = 2114, - [2223] = 2113, - [2224] = 2116, + [2221] = 2221, + [2222] = 2222, + [2223] = 154, + [2224] = 148, [2225] = 2225, [2226] = 2226, - [2227] = 153, - [2228] = 2136, - [2229] = 155, + [2227] = 2227, + [2228] = 2228, + [2229] = 2229, [2230] = 2230, - [2231] = 2133, - [2232] = 2114, - [2233] = 2110, + [2231] = 2231, + [2232] = 2232, + [2233] = 2233, [2234] = 2234, - [2235] = 2234, + [2235] = 2235, [2236] = 2236, [2237] = 2237, [2238] = 2238, - [2239] = 1150, + [2239] = 2239, [2240] = 2240, - [2241] = 158, - [2242] = 796, + [2241] = 2241, + [2242] = 1158, [2243] = 2243, - [2244] = 2244, + [2244] = 151, [2245] = 2245, - [2246] = 2246, - [2247] = 1158, - [2248] = 2243, - [2249] = 145, - [2250] = 2250, - [2251] = 2250, - [2252] = 2244, - [2253] = 2237, - [2254] = 2245, - [2255] = 795, - [2256] = 2256, + [2246] = 144, + [2247] = 2247, + [2248] = 2248, + [2249] = 2249, + [2250] = 2157, + [2251] = 2146, + [2252] = 2252, + [2253] = 2253, + [2254] = 2254, + [2255] = 144, + [2256] = 2153, [2257] = 2257, - [2258] = 794, - [2259] = 2259, - [2260] = 2260, + [2258] = 2258, + [2259] = 2162, + [2260] = 2157, [2261] = 2261, - [2262] = 2262, - [2263] = 2122, - [2264] = 2264, - [2265] = 2265, + [2262] = 154, + [2263] = 2149, + [2264] = 2257, + [2265] = 2153, [2266] = 2266, - [2267] = 2267, - [2268] = 2268, + [2267] = 2171, + [2268] = 2146, [2269] = 2269, - [2270] = 2270, - [2271] = 2271, - [2272] = 2272, - [2273] = 2273, + [2270] = 2154, + [2271] = 2147, + [2272] = 2162, + [2273] = 1169, [2274] = 2274, [2275] = 2275, [2276] = 2276, - [2277] = 2277, - [2278] = 2278, + [2277] = 1170, + [2278] = 811, [2279] = 2279, [2280] = 2280, - [2281] = 2281, - [2282] = 2282, + [2281] = 2276, + [2282] = 812, [2283] = 2283, - [2284] = 2284, + [2284] = 808, [2285] = 2285, - [2286] = 2282, + [2286] = 2286, [2287] = 2287, - [2288] = 2288, - [2289] = 2289, + [2288] = 2283, + [2289] = 2287, [2290] = 2290, - [2291] = 2291, - [2292] = 2292, - [2293] = 2293, + [2291] = 148, + [2292] = 2285, + [2293] = 2275, [2294] = 2294, - [2295] = 2295, - [2296] = 2291, + [2295] = 151, + [2296] = 2296, [2297] = 2297, - [2298] = 2298, + [2298] = 2168, [2299] = 2299, - [2300] = 2297, + [2300] = 2300, [2301] = 2301, [2302] = 2302, - [2303] = 2279, - [2304] = 2284, + [2303] = 2303, + [2304] = 2304, [2305] = 2305, - [2306] = 2277, + [2306] = 2306, [2307] = 2307, - [2308] = 1356, - [2309] = 1340, - [2310] = 1310, - [2311] = 1311, - [2312] = 1312, - [2313] = 1313, - [2314] = 1355, - [2315] = 1335, - [2316] = 1358, - [2317] = 1336, - [2318] = 1360, - [2319] = 1231, - [2320] = 1318, - [2321] = 1316, - [2322] = 1357, - [2323] = 1344, - [2324] = 1320, - [2325] = 1353, - [2326] = 1319, - [2327] = 1314, - [2328] = 1210, - [2329] = 1359, - [2330] = 1315, - [2331] = 1321, - [2332] = 1352, - [2333] = 1350, - [2334] = 1343, - [2335] = 1342, - [2336] = 1309, - [2337] = 1308, - [2338] = 1220, - [2339] = 1341, - [2340] = 1212, - [2341] = 1221, - [2342] = 1337, - [2343] = 1317, - [2344] = 1339, - [2345] = 1338, - [2346] = 1290, - [2347] = 1222, - [2348] = 1267, - [2349] = 1289, - [2350] = 1291, - [2351] = 1300, - [2352] = 148, - [2353] = 1218, - [2354] = 1217, - [2355] = 162, - [2356] = 2356, - [2357] = 1228, - [2358] = 1210, - [2359] = 1272, - [2360] = 1324, - [2361] = 1273, - [2362] = 2356, - [2363] = 1299, - [2364] = 2356, - [2365] = 2356, - [2366] = 1274, - [2367] = 2356, - [2368] = 1276, - [2369] = 1277, - [2370] = 1278, - [2371] = 1297, - [2372] = 1279, - [2373] = 1296, - [2374] = 1328, - [2375] = 1269, - [2376] = 1302, - [2377] = 1257, - [2378] = 1258, - [2379] = 1259, - [2380] = 1261, - [2381] = 1262, - [2382] = 1263, - [2383] = 1330, - [2384] = 1268, - [2385] = 1303, - [2386] = 1220, - [2387] = 1212, - [2388] = 1221, - [2389] = 1354, - [2390] = 1322, - [2391] = 1346, - [2392] = 1347, - [2393] = 2356, - [2394] = 1348, - [2395] = 2356, - [2396] = 2356, + [2308] = 2308, + [2309] = 2309, + [2310] = 2310, + [2311] = 2311, + [2312] = 2312, + [2313] = 2313, + [2314] = 2312, + [2315] = 2315, + [2316] = 2316, + [2317] = 2317, + [2318] = 2318, + [2319] = 2319, + [2320] = 2320, + [2321] = 2321, + [2322] = 2322, + [2323] = 2323, + [2324] = 2324, + [2325] = 2325, + [2326] = 2326, + [2327] = 2327, + [2328] = 2313, + [2329] = 2329, + [2330] = 2330, + [2331] = 2331, + [2332] = 2332, + [2333] = 2333, + [2334] = 2334, + [2335] = 2335, + [2336] = 2336, + [2337] = 2325, + [2338] = 2338, + [2339] = 2339, + [2340] = 2340, + [2341] = 2339, + [2342] = 2323, + [2343] = 2340, + [2344] = 2344, + [2345] = 1220, + [2346] = 1222, + [2347] = 1223, + [2348] = 1328, + [2349] = 1325, + [2350] = 1267, + [2351] = 1264, + [2352] = 1372, + [2353] = 1359, + [2354] = 1272, + [2355] = 1263, + [2356] = 1269, + [2357] = 1375, + [2358] = 1261, + [2359] = 1280, + [2360] = 1342, + [2361] = 1294, + [2362] = 1250, + [2363] = 1254, + [2364] = 1351, + [2365] = 1382, + [2366] = 1251, + [2367] = 1305, + [2368] = 1332, + [2369] = 1252, + [2370] = 1292, + [2371] = 1257, + [2372] = 1326, + [2373] = 1293, + [2374] = 1299, + [2375] = 1311, + [2376] = 1310, + [2377] = 1304, + [2378] = 1368, + [2379] = 1301, + [2380] = 1379, + [2381] = 1300, + [2382] = 1219, + [2383] = 1223, + [2384] = 1308, + [2385] = 1249, + [2386] = 1383, + [2387] = 1357, + [2388] = 1237, + [2389] = 1255, + [2390] = 1340, + [2391] = 1220, + [2392] = 1222, + [2393] = 1241, + [2394] = 1245, + [2395] = 155, + [2396] = 146, [2397] = 1227, - [2398] = 1305, - [2399] = 1304, - [2400] = 1321, + [2398] = 1253, + [2399] = 1261, + [2400] = 1235, [2401] = 2401, [2402] = 2402, - [2403] = 1351, - [2404] = 1271, - [2405] = 2405, - [2406] = 1335, - [2407] = 1336, - [2408] = 1337, - [2409] = 1338, - [2410] = 1339, - [2411] = 1340, - [2412] = 1341, - [2413] = 1342, - [2414] = 1343, - [2415] = 1344, - [2416] = 2416, - [2417] = 1275, + [2403] = 1363, + [2404] = 1270, + [2405] = 1220, + [2406] = 1275, + [2407] = 2407, + [2408] = 2407, + [2409] = 1222, + [2410] = 1223, + [2411] = 2407, + [2412] = 1321, + [2413] = 1284, + [2414] = 2407, + [2415] = 1290, + [2416] = 1369, + [2417] = 1337, [2418] = 2418, - [2419] = 2419, - [2420] = 2420, - [2421] = 2421, - [2422] = 1308, - [2423] = 1350, - [2424] = 1352, - [2425] = 1353, - [2426] = 1357, + [2419] = 2407, + [2420] = 1378, + [2421] = 1233, + [2422] = 1331, + [2423] = 1341, + [2424] = 2424, + [2425] = 2402, + [2426] = 1352, [2427] = 1359, - [2428] = 1231, - [2429] = 1360, - [2430] = 1358, - [2431] = 1356, - [2432] = 1355, - [2433] = 1309, - [2434] = 1294, - [2435] = 1293, - [2436] = 2405, - [2437] = 2419, - [2438] = 2421, - [2439] = 2420, - [2440] = 2421, - [2441] = 2419, - [2442] = 1310, - [2443] = 2405, - [2444] = 1311, - [2445] = 1312, - [2446] = 1313, - [2447] = 2420, - [2448] = 2419, - [2449] = 1314, - [2450] = 1315, - [2451] = 1316, - [2452] = 1317, - [2453] = 1318, - [2454] = 1319, - [2455] = 1320, - [2456] = 1329, - [2457] = 2420, - [2458] = 1301, - [2459] = 2405, - [2460] = 2460, - [2461] = 2421, - [2462] = 2419, - [2463] = 2463, - [2464] = 2405, - [2465] = 1222, - [2466] = 2421, - [2467] = 2467, - [2468] = 2420, - [2469] = 2469, - [2470] = 1218, - [2471] = 2471, - [2472] = 1210, - [2473] = 2473, - [2474] = 2474, - [2475] = 1221, - [2476] = 1212, - [2477] = 1220, - [2478] = 1291, - [2479] = 1290, - [2480] = 1289, - [2481] = 2481, - [2482] = 2471, - [2483] = 796, - [2484] = 1267, - [2485] = 2485, - [2486] = 2486, - [2487] = 794, - [2488] = 2488, - [2489] = 1300, - [2490] = 2490, - [2491] = 2491, - [2492] = 2471, - [2493] = 2493, - [2494] = 795, - [2495] = 2495, - [2496] = 1315, - [2497] = 2497, - [2498] = 2498, - [2499] = 2499, + [2428] = 1351, + [2429] = 1332, + [2430] = 1328, + [2431] = 1326, + [2432] = 1325, + [2433] = 1311, + [2434] = 1310, + [2435] = 1304, + [2436] = 1301, + [2437] = 1300, + [2438] = 1299, + [2439] = 1293, + [2440] = 1292, + [2441] = 2401, + [2442] = 2401, + [2443] = 1380, + [2444] = 1329, + [2445] = 1323, + [2446] = 1234, + [2447] = 1260, + [2448] = 2424, + [2449] = 2407, + [2450] = 2418, + [2451] = 2407, + [2452] = 2402, + [2453] = 2424, + [2454] = 1259, + [2455] = 2401, + [2456] = 1265, + [2457] = 1379, + [2458] = 1305, + [2459] = 1251, + [2460] = 1254, + [2461] = 1333, + [2462] = 1264, + [2463] = 1267, + [2464] = 1269, + [2465] = 1280, + [2466] = 1294, + [2467] = 2418, + [2468] = 1268, + [2469] = 2402, + [2470] = 1287, + [2471] = 2407, + [2472] = 1219, + [2473] = 1342, + [2474] = 1272, + [2475] = 1263, + [2476] = 1382, + [2477] = 1257, + [2478] = 1252, + [2479] = 1250, + [2480] = 1375, + [2481] = 1372, + [2482] = 1368, + [2483] = 1266, + [2484] = 1303, + [2485] = 1274, + [2486] = 2402, + [2487] = 1279, + [2488] = 2401, + [2489] = 2424, + [2490] = 1343, + [2491] = 2418, + [2492] = 2424, + [2493] = 1350, + [2494] = 1354, + [2495] = 2418, + [2496] = 1376, + [2497] = 1356, + [2498] = 1365, + [2499] = 1358, [2500] = 2500, - [2501] = 1227, - [2502] = 1228, - [2503] = 2503, - [2504] = 1308, - [2505] = 148, - [2506] = 2506, - [2507] = 1309, - [2508] = 1222, - [2509] = 1310, - [2510] = 1311, - [2511] = 2511, - [2512] = 1312, - [2513] = 2499, - [2514] = 1313, - [2515] = 1314, - [2516] = 2516, - [2517] = 2499, - [2518] = 1316, - [2519] = 1317, + [2501] = 2501, + [2502] = 2502, + [2503] = 1353, + [2504] = 1273, + [2505] = 2505, + [2506] = 2505, + [2507] = 2505, + [2508] = 2505, + [2509] = 2509, + [2510] = 2510, + [2511] = 2505, + [2512] = 1371, + [2513] = 1237, + [2514] = 1362, + [2515] = 1370, + [2516] = 2505, + [2517] = 1277, + [2518] = 1339, + [2519] = 1335, [2520] = 2520, - [2521] = 1318, + [2521] = 2521, [2522] = 2522, - [2523] = 1319, - [2524] = 1320, - [2525] = 1321, - [2526] = 2526, - [2527] = 2527, + [2523] = 1282, + [2524] = 1364, + [2525] = 2525, + [2526] = 1245, + [2527] = 1304, [2528] = 2528, - [2529] = 1335, - [2530] = 1336, - [2531] = 1337, - [2532] = 1338, - [2533] = 1339, - [2534] = 162, - [2535] = 2535, - [2536] = 1340, - [2537] = 1341, + [2529] = 1328, + [2530] = 1326, + [2531] = 1351, + [2532] = 1301, + [2533] = 1325, + [2534] = 1383, + [2535] = 1357, + [2536] = 1368, + [2537] = 2537, [2538] = 2538, - [2539] = 1342, - [2540] = 2540, - [2541] = 1343, - [2542] = 1344, - [2543] = 1350, - [2544] = 1352, - [2545] = 2499, - [2546] = 2546, - [2547] = 2499, + [2539] = 1300, + [2540] = 1332, + [2541] = 1299, + [2542] = 1372, + [2543] = 1311, + [2544] = 1375, + [2545] = 1250, + [2546] = 1293, + [2547] = 1340, [2548] = 2548, - [2549] = 1353, - [2550] = 1357, - [2551] = 1359, - [2552] = 1217, - [2553] = 1231, + [2549] = 1252, + [2550] = 811, + [2551] = 1292, + [2552] = 1219, + [2553] = 1310, [2554] = 2554, - [2555] = 1355, - [2556] = 1360, - [2557] = 1358, - [2558] = 1356, - [2559] = 2559, - [2560] = 1262, - [2561] = 1257, - [2562] = 1302, - [2563] = 548, - [2564] = 796, - [2565] = 1303, - [2566] = 1258, - [2567] = 1289, - [2568] = 1290, - [2569] = 849, - [2570] = 1259, - [2571] = 1291, - [2572] = 1300, - [2573] = 1304, - [2574] = 795, - [2575] = 1273, - [2576] = 1293, - [2577] = 1354, - [2578] = 1261, - [2579] = 1294, - [2580] = 845, - [2581] = 1330, - [2582] = 1263, - [2583] = 824, - [2584] = 1272, - [2585] = 1275, - [2586] = 794, - [2587] = 1322, - [2588] = 1301, + [2555] = 1359, + [2556] = 1308, + [2557] = 1257, + [2558] = 2558, + [2559] = 1379, + [2560] = 812, + [2561] = 1305, + [2562] = 1382, + [2563] = 1263, + [2564] = 1272, + [2565] = 1249, + [2566] = 1251, + [2567] = 1342, + [2568] = 1254, + [2569] = 2569, + [2570] = 2570, + [2571] = 1294, + [2572] = 1280, + [2573] = 2573, + [2574] = 1261, + [2575] = 1264, + [2576] = 808, + [2577] = 2577, + [2578] = 1267, + [2579] = 1269, + [2580] = 1255, + [2581] = 1222, + [2582] = 2582, + [2583] = 2583, + [2584] = 1220, + [2585] = 2585, + [2586] = 2586, + [2587] = 1234, + [2588] = 2588, [2589] = 2589, - [2590] = 1271, - [2591] = 545, - [2592] = 1296, - [2593] = 1351, - [2594] = 1328, - [2595] = 1277, - [2596] = 1218, - [2597] = 1267, - [2598] = 1329, - [2599] = 1276, - [2600] = 1279, - [2601] = 547, - [2602] = 546, - [2603] = 544, - [2604] = 1269, - [2605] = 1274, - [2606] = 1348, - [2607] = 1347, - [2608] = 1299, - [2609] = 1297, - [2610] = 1324, - [2611] = 1346, - [2612] = 1305, - [2613] = 1268, - [2614] = 1278, + [2590] = 2590, + [2591] = 1223, + [2592] = 2592, + [2593] = 2593, + [2594] = 2589, + [2595] = 2589, + [2596] = 1235, + [2597] = 2589, + [2598] = 1241, + [2599] = 1227, + [2600] = 2600, + [2601] = 2601, + [2602] = 2602, + [2603] = 2603, + [2604] = 2604, + [2605] = 2605, + [2606] = 2606, + [2607] = 2607, + [2608] = 1233, + [2609] = 2609, + [2610] = 1237, + [2611] = 155, + [2612] = 2612, + [2613] = 146, + [2614] = 2589, [2615] = 2615, - [2616] = 1220, - [2617] = 2617, - [2618] = 1217, - [2619] = 2619, - [2620] = 2620, - [2621] = 1228, - [2622] = 2620, + [2616] = 993, + [2617] = 1356, + [2618] = 1321, + [2619] = 1383, + [2620] = 1323, + [2621] = 1308, + [2622] = 994, [2623] = 2623, - [2624] = 1210, - [2625] = 2625, - [2626] = 2617, - [2627] = 2627, - [2628] = 2628, + [2624] = 808, + [2625] = 546, + [2626] = 1249, + [2627] = 1380, + [2628] = 1255, [2629] = 2629, - [2630] = 2630, - [2631] = 2631, - [2632] = 2615, - [2633] = 1221, - [2634] = 2634, - [2635] = 2617, - [2636] = 2636, - [2637] = 2637, - [2638] = 1227, - [2639] = 2615, - [2640] = 2631, - [2641] = 1212, - [2642] = 849, - [2643] = 2623, - [2644] = 2644, - [2645] = 545, - [2646] = 2646, - [2647] = 2647, - [2648] = 547, - [2649] = 845, - [2650] = 1279, - [2651] = 2651, - [2652] = 1278, - [2653] = 2653, - [2654] = 2654, - [2655] = 1277, - [2656] = 1276, - [2657] = 1296, - [2658] = 1297, - [2659] = 2646, - [2660] = 1299, - [2661] = 1275, - [2662] = 1301, - [2663] = 1302, - [2664] = 824, - [2665] = 1303, - [2666] = 1304, - [2667] = 1305, - [2668] = 1274, - [2669] = 2669, - [2670] = 1273, - [2671] = 546, - [2672] = 1272, - [2673] = 1271, - [2674] = 1269, - [2675] = 1268, - [2676] = 2499, - [2677] = 2677, - [2678] = 2499, - [2679] = 2499, - [2680] = 1263, - [2681] = 1262, - [2682] = 1261, + [2630] = 1357, + [2631] = 1376, + [2632] = 1253, + [2633] = 1303, + [2634] = 1371, + [2635] = 2635, + [2636] = 1365, + [2637] = 1362, + [2638] = 1352, + [2639] = 1358, + [2640] = 1340, + [2641] = 1378, + [2642] = 1370, + [2643] = 1369, + [2644] = 811, + [2645] = 990, + [2646] = 1329, + [2647] = 1364, + [2648] = 1260, + [2649] = 1265, + [2650] = 1268, + [2651] = 1274, + [2652] = 812, + [2653] = 1273, + [2654] = 1279, + [2655] = 1266, + [2656] = 547, + [2657] = 1363, + [2658] = 1287, + [2659] = 1354, + [2660] = 1259, + [2661] = 1337, + [2662] = 1333, + [2663] = 1245, + [2664] = 550, + [2665] = 1341, + [2666] = 1343, + [2667] = 548, + [2668] = 1339, + [2669] = 1335, + [2670] = 1282, + [2671] = 1350, + [2672] = 1270, + [2673] = 1275, + [2674] = 1277, + [2675] = 1284, + [2676] = 1290, + [2677] = 549, + [2678] = 1353, + [2679] = 1331, + [2680] = 2680, + [2681] = 1241, + [2682] = 2682, [2683] = 2683, - [2684] = 1259, - [2685] = 1258, - [2686] = 1322, - [2687] = 1324, - [2688] = 2688, + [2684] = 2684, + [2685] = 2685, + [2686] = 2686, + [2687] = 2687, + [2688] = 2687, [2689] = 2689, - [2690] = 849, - [2691] = 1328, - [2692] = 1329, - [2693] = 1330, - [2694] = 1257, + [2690] = 1219, + [2691] = 2685, + [2692] = 1233, + [2693] = 2693, + [2694] = 1234, [2695] = 2695, - [2696] = 2644, - [2697] = 548, + [2696] = 1235, + [2697] = 2697, [2698] = 2698, - [2699] = 2636, - [2700] = 2683, - [2701] = 824, - [2702] = 2654, + [2699] = 2685, + [2700] = 1227, + [2701] = 2701, + [2702] = 2693, [2703] = 2703, - [2704] = 2698, - [2705] = 2499, - [2706] = 2706, - [2707] = 2646, - [2708] = 1346, - [2709] = 1347, - [2710] = 1348, - [2711] = 2711, - [2712] = 544, - [2713] = 2683, - [2714] = 2714, - [2715] = 2715, - [2716] = 2499, - [2717] = 2669, + [2704] = 2704, + [2705] = 2703, + [2706] = 2693, + [2707] = 1371, + [2708] = 993, + [2709] = 1356, + [2710] = 1358, + [2711] = 1362, + [2712] = 1365, + [2713] = 2713, + [2714] = 1376, + [2715] = 1380, + [2716] = 990, + [2717] = 2695, [2718] = 2718, [2719] = 2719, [2720] = 2720, - [2721] = 1293, + [2721] = 2720, [2722] = 2722, [2723] = 1354, - [2724] = 2689, - [2725] = 1351, + [2724] = 1335, + [2725] = 2720, [2726] = 2726, - [2727] = 148, - [2728] = 162, - [2729] = 845, - [2730] = 2730, - [2731] = 1222, - [2732] = 2647, - [2733] = 2733, - [2734] = 1294, - [2735] = 2629, - [2736] = 2499, - [2737] = 2499, - [2738] = 2636, - [2739] = 2739, - [2740] = 2740, - [2741] = 1218, - [2742] = 2742, - [2743] = 2742, - [2744] = 2744, - [2745] = 2742, - [2746] = 2746, - [2747] = 2742, - [2748] = 2748, - [2749] = 2749, - [2750] = 2742, - [2751] = 794, - [2752] = 795, - [2753] = 2742, - [2754] = 796, - [2755] = 125, - [2756] = 2742, - [2757] = 2757, - [2758] = 2742, - [2759] = 2744, - [2760] = 2760, + [2727] = 546, + [2728] = 1253, + [2729] = 1303, + [2730] = 1321, + [2731] = 1339, + [2732] = 2732, + [2733] = 2722, + [2734] = 2734, + [2735] = 2735, + [2736] = 1323, + [2737] = 1329, + [2738] = 1352, + [2739] = 1378, + [2740] = 1370, + [2741] = 994, + [2742] = 1369, + [2743] = 1364, + [2744] = 1363, + [2745] = 2719, + [2746] = 2719, + [2747] = 1353, + [2748] = 549, + [2749] = 1350, + [2750] = 1343, + [2751] = 1341, + [2752] = 550, + [2753] = 155, + [2754] = 2686, + [2755] = 2589, + [2756] = 2756, + [2757] = 1287, + [2758] = 1279, + [2759] = 990, + [2760] = 2589, [2761] = 2761, - [2762] = 2762, - [2763] = 133, - [2764] = 2764, - [2765] = 2765, - [2766] = 2766, - [2767] = 2766, - [2768] = 2768, - [2769] = 2769, - [2770] = 2770, - [2771] = 2770, - [2772] = 2772, + [2762] = 1274, + [2763] = 1290, + [2764] = 1284, + [2765] = 1268, + [2766] = 1265, + [2767] = 1277, + [2768] = 994, + [2769] = 1275, + [2770] = 1270, + [2771] = 1282, + [2772] = 1260, [2773] = 2773, - [2774] = 2762, - [2775] = 2775, + [2774] = 2761, + [2775] = 548, [2776] = 2776, [2777] = 2777, - [2778] = 2726, + [2778] = 2777, [2779] = 2779, - [2780] = 2780, - [2781] = 2703, - [2782] = 2719, - [2783] = 1227, + [2780] = 2589, + [2781] = 993, + [2782] = 2782, + [2783] = 2773, [2784] = 2784, - [2785] = 1228, - [2786] = 2786, - [2787] = 2787, - [2788] = 2788, - [2789] = 2773, - [2790] = 2790, + [2785] = 1331, + [2786] = 1333, + [2787] = 1337, + [2788] = 1259, + [2789] = 2789, + [2790] = 547, [2791] = 2791, - [2792] = 2792, + [2792] = 2680, [2793] = 2793, - [2794] = 2688, - [2795] = 2715, - [2796] = 2559, - [2797] = 2797, + [2794] = 2794, + [2795] = 2589, + [2796] = 2589, + [2797] = 1237, [2798] = 2798, - [2799] = 2799, + [2799] = 2589, [2800] = 2800, - [2801] = 2801, - [2802] = 2802, - [2803] = 2803, + [2801] = 1266, + [2802] = 2791, + [2803] = 1273, [2804] = 2804, - [2805] = 2791, - [2806] = 2806, - [2807] = 2807, - [2808] = 2808, - [2809] = 2809, - [2810] = 2787, - [2811] = 2772, - [2812] = 2812, + [2805] = 146, + [2806] = 2589, + [2807] = 2779, + [2808] = 132, + [2809] = 812, + [2810] = 808, + [2811] = 1245, + [2812] = 811, [2813] = 2813, [2814] = 2814, [2815] = 2815, [2816] = 2816, - [2817] = 2817, - [2818] = 124, - [2819] = 2768, - [2820] = 2769, - [2821] = 2764, - [2822] = 2822, - [2823] = 2786, - [2824] = 2798, - [2825] = 2787, - [2826] = 2803, + [2817] = 141, + [2818] = 2814, + [2819] = 2814, + [2820] = 2814, + [2821] = 2814, + [2822] = 2814, + [2823] = 2695, + [2824] = 2814, + [2825] = 2814, + [2826] = 2826, [2827] = 2827, - [2828] = 2828, + [2828] = 2816, [2829] = 2829, - [2830] = 2816, - [2831] = 2791, + [2830] = 2830, + [2831] = 2831, [2832] = 2832, [2833] = 2833, [2834] = 2834, [2835] = 2835, [2836] = 2836, [2837] = 2837, - [2838] = 2630, + [2838] = 2838, [2839] = 2839, [2840] = 2840, [2841] = 2841, [2842] = 2842, - [2843] = 2773, - [2844] = 2814, + [2843] = 2843, + [2844] = 2844, [2845] = 2845, [2846] = 2846, [2847] = 2847, - [2848] = 2848, - [2849] = 2813, - [2850] = 2850, - [2851] = 2851, - [2852] = 2852, - [2853] = 2853, - [2854] = 2784, - [2855] = 2855, - [2856] = 2848, + [2848] = 2718, + [2849] = 2849, + [2850] = 2756, + [2851] = 2735, + [2852] = 1233, + [2853] = 2849, + [2854] = 2854, + [2855] = 2841, + [2856] = 2856, [2857] = 2857, [2858] = 2858, [2859] = 2859, @@ -6871,647 +6985,647 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2861] = 2861, [2862] = 2862, [2863] = 2863, - [2864] = 2801, + [2864] = 2864, [2865] = 2865, - [2866] = 2809, + [2866] = 2701, [2867] = 2867, - [2868] = 2768, - [2869] = 2804, - [2870] = 2870, + [2868] = 2868, + [2869] = 2857, + [2870] = 2635, [2871] = 2871, [2872] = 2872, - [2873] = 2873, + [2873] = 2858, [2874] = 2874, - [2875] = 2875, - [2876] = 2839, - [2877] = 2800, + [2875] = 1234, + [2876] = 1235, + [2877] = 2877, [2878] = 2878, - [2879] = 2837, - [2880] = 2880, + [2879] = 2879, + [2880] = 2782, [2881] = 2881, - [2882] = 2882, + [2882] = 2833, [2883] = 2883, [2884] = 2884, [2885] = 2885, - [2886] = 2870, - [2887] = 2836, + [2886] = 2804, + [2887] = 2887, [2888] = 2888, [2889] = 2889, [2890] = 2890, - [2891] = 2861, + [2891] = 2891, [2892] = 2892, [2893] = 2893, - [2894] = 2835, + [2894] = 2894, [2895] = 2895, - [2896] = 2896, + [2896] = 2872, [2897] = 2897, - [2898] = 548, + [2898] = 2898, [2899] = 2899, [2900] = 2900, - [2901] = 2893, - [2902] = 2589, - [2903] = 2834, - [2904] = 2904, - [2905] = 2905, + [2901] = 2901, + [2902] = 2902, + [2903] = 2903, + [2904] = 2903, + [2905] = 2899, [2906] = 2906, - [2907] = 2893, - [2908] = 2896, + [2907] = 138, + [2908] = 2864, [2909] = 2909, - [2910] = 2881, - [2911] = 2911, - [2912] = 2899, - [2913] = 2881, + [2910] = 2836, + [2911] = 2895, + [2912] = 2912, + [2913] = 2913, [2914] = 2914, [2915] = 2915, - [2916] = 2899, - [2917] = 2870, - [2918] = 2899, + [2916] = 2916, + [2917] = 2846, + [2918] = 2918, [2919] = 2919, - [2920] = 2870, - [2921] = 2881, - [2922] = 2922, - [2923] = 2799, - [2924] = 2896, - [2925] = 2925, - [2926] = 2926, - [2927] = 2896, - [2928] = 2870, - [2929] = 2629, - [2930] = 2842, - [2931] = 2931, - [2932] = 2932, - [2933] = 2933, - [2934] = 2833, - [2935] = 2893, - [2936] = 2936, - [2937] = 2937, - [2938] = 2845, - [2939] = 2897, - [2940] = 2915, + [2920] = 2920, + [2921] = 2921, + [2922] = 2909, + [2923] = 2894, + [2924] = 2894, + [2925] = 2887, + [2926] = 2894, + [2927] = 2898, + [2928] = 2897, + [2929] = 2929, + [2930] = 2930, + [2931] = 2898, + [2932] = 2831, + [2933] = 2832, + [2934] = 2894, + [2935] = 2841, + [2936] = 2894, + [2937] = 156, + [2938] = 143, + [2939] = 2846, + [2940] = 2940, [2941] = 2941, - [2942] = 2899, - [2943] = 2779, - [2944] = 2944, - [2945] = 2846, + [2942] = 2902, + [2943] = 2909, + [2944] = 2941, + [2945] = 2945, [2946] = 2946, - [2947] = 2832, - [2948] = 2881, - [2949] = 2949, - [2950] = 2867, - [2951] = 2847, - [2952] = 2828, - [2953] = 545, + [2947] = 2947, + [2948] = 2948, + [2949] = 2686, + [2950] = 2950, + [2951] = 2951, + [2952] = 2952, + [2953] = 2953, [2954] = 2954, - [2955] = 2793, - [2956] = 2896, - [2957] = 2827, - [2958] = 2926, + [2955] = 2865, + [2956] = 2956, + [2957] = 2954, + [2958] = 2958, [2959] = 2959, [2960] = 2960, [2961] = 2961, - [2962] = 2815, - [2963] = 2963, - [2964] = 2841, - [2965] = 2859, - [2966] = 2881, - [2967] = 2967, - [2968] = 2911, - [2969] = 2931, + [2962] = 2962, + [2963] = 2680, + [2964] = 2964, + [2965] = 2965, + [2966] = 2867, + [2967] = 2863, + [2968] = 2968, + [2969] = 2629, [2970] = 2970, - [2971] = 2878, - [2972] = 1351, - [2973] = 2941, - [2974] = 2914, + [2971] = 2861, + [2972] = 2860, + [2973] = 2960, + [2974] = 2974, [2975] = 2975, - [2976] = 2976, - [2977] = 2977, + [2976] = 2856, + [2977] = 2962, [2978] = 2978, - [2979] = 2979, - [2980] = 2905, + [2979] = 2952, + [2980] = 2953, [2981] = 2981, - [2982] = 2982, - [2983] = 2983, - [2984] = 2885, - [2985] = 547, - [2986] = 1293, - [2987] = 1294, - [2988] = 2919, - [2989] = 2862, - [2990] = 2880, - [2991] = 2959, - [2992] = 1329, + [2982] = 2951, + [2983] = 2854, + [2984] = 2954, + [2985] = 2985, + [2986] = 2868, + [2987] = 2987, + [2988] = 2988, + [2989] = 2989, + [2990] = 2948, + [2991] = 2952, + [2992] = 2960, [2993] = 2993, - [2994] = 2915, - [2995] = 2851, - [2996] = 2623, - [2997] = 2997, - [2998] = 2926, - [2999] = 546, - [3000] = 2893, - [3001] = 2872, - [3002] = 2933, - [3003] = 2896, + [2994] = 547, + [2995] = 2989, + [2996] = 548, + [2997] = 549, + [2998] = 2989, + [2999] = 2999, + [3000] = 3000, + [3001] = 2964, + [3002] = 3002, + [3003] = 2959, [3004] = 3004, - [3005] = 2870, - [3006] = 2885, - [3007] = 2885, - [3008] = 1275, - [3009] = 1271, - [3010] = 2885, - [3011] = 3011, - [3012] = 1301, - [3013] = 2899, - [3014] = 1304, - [3015] = 2761, - [3016] = 3016, - [3017] = 2860, + [3005] = 2960, + [3006] = 3006, + [3007] = 550, + [3008] = 546, + [3009] = 2956, + [3010] = 3010, + [3011] = 2960, + [3012] = 2989, + [3013] = 3013, + [3014] = 3014, + [3015] = 2871, + [3016] = 2879, + [3017] = 3017, [3018] = 3018, - [3019] = 2885, - [3020] = 2893, - [3021] = 2977, - [3022] = 544, + [3019] = 3019, + [3020] = 3020, + [3021] = 2964, + [3022] = 2884, [3023] = 3023, - [3024] = 676, - [3025] = 665, - [3026] = 661, - [3027] = 719, - [3028] = 3028, - [3029] = 727, - [3030] = 728, + [3024] = 3024, + [3025] = 3025, + [3026] = 3026, + [3027] = 3027, + [3028] = 2959, + [3029] = 3029, + [3030] = 2989, [3031] = 3031, [3032] = 3032, [3033] = 3033, - [3034] = 3034, - [3035] = 729, - [3036] = 3036, - [3037] = 730, - [3038] = 1300, - [3039] = 3039, - [3040] = 604, - [3041] = 3041, - [3042] = 742, - [3043] = 743, - [3044] = 3044, - [3045] = 3045, - [3046] = 3046, - [3047] = 744, - [3048] = 745, - [3049] = 3049, - [3050] = 3050, - [3051] = 638, - [3052] = 2850, - [3053] = 641, - [3054] = 710, - [3055] = 705, - [3056] = 3049, - [3057] = 704, - [3058] = 2858, - [3059] = 2863, + [3034] = 2956, + [3035] = 2889, + [3036] = 2960, + [3037] = 2890, + [3038] = 2989, + [3039] = 2843, + [3040] = 2891, + [3041] = 2901, + [3042] = 3042, + [3043] = 3043, + [3044] = 2847, + [3045] = 3018, + [3046] = 1273, + [3047] = 2961, + [3048] = 2975, + [3049] = 2842, + [3050] = 2915, + [3051] = 2964, + [3052] = 3052, + [3053] = 2959, + [3054] = 3054, + [3055] = 2956, + [3056] = 2964, + [3057] = 2959, + [3058] = 2835, + [3059] = 2862, [3060] = 3060, - [3061] = 3061, - [3062] = 3062, - [3063] = 753, - [3064] = 706, - [3065] = 3050, - [3066] = 646, - [3067] = 666, - [3068] = 3068, + [3061] = 3052, + [3062] = 2950, + [3063] = 3063, + [3064] = 1339, + [3065] = 1335, + [3066] = 3066, + [3067] = 1282, + [3068] = 1277, [3069] = 3069, - [3070] = 669, - [3071] = 670, - [3072] = 720, - [3073] = 3073, + [3070] = 2956, + [3071] = 2974, + [3072] = 2837, + [3073] = 2956, [3074] = 3074, - [3075] = 131, - [3076] = 3076, - [3077] = 3077, - [3078] = 668, + [3075] = 3075, + [3076] = 1353, + [3077] = 1362, + [3078] = 1371, [3079] = 3079, - [3080] = 609, - [3081] = 3060, + [3080] = 2839, + [3081] = 3074, [3082] = 3082, - [3083] = 143, + [3083] = 2840, [3084] = 3084, - [3085] = 3034, - [3086] = 3086, - [3087] = 3087, + [3085] = 2945, + [3086] = 1364, + [3087] = 1370, [3088] = 3088, - [3089] = 3089, - [3090] = 664, - [3091] = 663, - [3092] = 662, - [3093] = 3093, - [3094] = 656, - [3095] = 653, - [3096] = 652, - [3097] = 651, + [3089] = 3020, + [3090] = 2959, + [3091] = 2964, + [3092] = 3063, + [3093] = 2919, + [3094] = 3094, + [3095] = 3095, + [3096] = 3096, + [3097] = 655, [3098] = 3098, - [3099] = 3099, + [3099] = 654, [3100] = 3100, - [3101] = 3101, - [3102] = 642, - [3103] = 3103, + [3101] = 653, + [3102] = 3102, + [3103] = 652, [3104] = 3104, - [3105] = 3039, + [3105] = 3105, [3106] = 3106, - [3107] = 3107, + [3107] = 634, [3108] = 3108, - [3109] = 3109, - [3110] = 3110, + [3109] = 3105, + [3110] = 625, [3111] = 3111, - [3112] = 629, - [3113] = 3113, - [3114] = 3114, + [3112] = 3112, + [3113] = 609, + [3114] = 604, [3115] = 3115, - [3116] = 627, - [3117] = 625, + [3116] = 672, + [3117] = 620, [3118] = 3118, - [3119] = 598, - [3120] = 612, - [3121] = 3121, - [3122] = 607, - [3123] = 608, - [3124] = 3124, - [3125] = 3125, - [3126] = 3126, - [3127] = 3127, - [3128] = 615, - [3129] = 695, - [3130] = 3130, + [3119] = 3119, + [3120] = 3120, + [3121] = 673, + [3122] = 3122, + [3123] = 731, + [3124] = 736, + [3125] = 737, + [3126] = 739, + [3127] = 754, + [3128] = 760, + [3129] = 766, + [3130] = 752, [3131] = 3131, - [3132] = 3061, - [3133] = 708, - [3134] = 3134, - [3135] = 3135, + [3132] = 3111, + [3133] = 3031, + [3134] = 684, + [3135] = 656, [3136] = 3136, - [3137] = 3034, - [3138] = 3138, - [3139] = 3139, - [3140] = 3140, - [3141] = 3141, + [3137] = 3137, + [3138] = 657, + [3139] = 685, + [3140] = 690, + [3141] = 659, [3142] = 3142, - [3143] = 3143, - [3144] = 616, + [3143] = 694, + [3144] = 3144, [3145] = 3145, - [3146] = 3146, + [3146] = 755, [3147] = 3147, - [3148] = 3148, + [3148] = 3108, [3149] = 3149, - [3150] = 3150, - [3151] = 3134, - [3152] = 3152, - [3153] = 3076, - [3154] = 3154, - [3155] = 3155, - [3156] = 3156, - [3157] = 3157, - [3158] = 3158, - [3159] = 711, - [3160] = 3082, - [3161] = 2822, + [3150] = 695, + [3151] = 757, + [3152] = 730, + [3153] = 761, + [3154] = 2906, + [3155] = 608, + [3156] = 765, + [3157] = 764, + [3158] = 601, + [3159] = 763, + [3160] = 742, + [3161] = 762, [3162] = 3162, - [3163] = 620, - [3164] = 697, - [3165] = 3165, - [3166] = 3060, - [3167] = 648, - [3168] = 640, - [3169] = 737, + [3163] = 3095, + [3164] = 605, + [3165] = 698, + [3166] = 618, + [3167] = 3100, + [3168] = 3168, + [3169] = 697, [3170] = 3170, [3171] = 3171, - [3172] = 3172, - [3173] = 723, - [3174] = 736, - [3175] = 644, + [3172] = 746, + [3173] = 745, + [3174] = 3149, + [3175] = 662, [3176] = 3176, - [3177] = 3177, + [3177] = 744, [3178] = 3178, - [3179] = 685, - [3180] = 691, - [3181] = 732, + [3179] = 658, + [3180] = 3180, + [3181] = 647, [3182] = 3182, - [3183] = 617, - [3184] = 3079, - [3185] = 606, + [3183] = 3183, + [3184] = 3184, + [3185] = 3185, [3186] = 3186, [3187] = 3187, [3188] = 3188, [3189] = 3189, - [3190] = 3110, - [3191] = 601, - [3192] = 694, - [3193] = 3099, - [3194] = 3194, - [3195] = 3195, + [3190] = 743, + [3191] = 735, + [3192] = 3029, + [3193] = 3193, + [3194] = 642, + [3195] = 641, [3196] = 3196, - [3197] = 3149, - [3198] = 3198, - [3199] = 3098, + [3197] = 3197, + [3198] = 637, + [3199] = 3033, [3200] = 3200, [3201] = 3201, - [3202] = 3202, + [3202] = 622, [3203] = 3203, - [3204] = 3204, + [3204] = 3189, [3205] = 3205, - [3206] = 3206, - [3207] = 3189, - [3208] = 3208, + [3206] = 682, + [3207] = 602, + [3208] = 616, [3209] = 3209, - [3210] = 671, - [3211] = 3068, - [3212] = 3212, - [3213] = 3125, - [3214] = 734, - [3215] = 3215, - [3216] = 740, - [3217] = 746, + [3210] = 613, + [3211] = 3211, + [3212] = 679, + [3213] = 3213, + [3214] = 3131, + [3215] = 675, + [3216] = 3216, + [3217] = 3217, [3218] = 3218, [3219] = 3219, - [3220] = 3034, - [3221] = 750, + [3220] = 3220, + [3221] = 3213, [3222] = 3222, - [3223] = 3223, - [3224] = 3224, - [3225] = 3225, - [3226] = 762, - [3227] = 3227, - [3228] = 3124, - [3229] = 735, - [3230] = 3135, - [3231] = 725, - [3232] = 602, + [3223] = 759, + [3224] = 756, + [3225] = 768, + [3226] = 646, + [3227] = 677, + [3228] = 3228, + [3229] = 741, + [3230] = 3112, + [3231] = 3231, + [3232] = 615, [3233] = 3233, - [3234] = 3234, - [3235] = 3218, - [3236] = 3032, - [3237] = 3031, + [3234] = 3205, + [3235] = 732, + [3236] = 3236, + [3237] = 3115, [3238] = 3238, - [3239] = 3062, + [3239] = 3239, [3240] = 3240, [3241] = 3241, - [3242] = 3201, - [3243] = 3243, - [3244] = 3113, - [3245] = 3034, - [3246] = 3060, - [3247] = 3247, - [3248] = 3124, - [3249] = 3138, + [3242] = 696, + [3243] = 2900, + [3244] = 2883, + [3245] = 626, + [3246] = 748, + [3247] = 3024, + [3248] = 3248, + [3249] = 645, [3250] = 3250, [3251] = 3251, - [3252] = 3252, - [3253] = 3253, - [3254] = 3254, - [3255] = 3241, - [3256] = 747, - [3257] = 3147, - [3258] = 3171, + [3252] = 716, + [3253] = 713, + [3254] = 674, + [3255] = 3255, + [3256] = 3256, + [3257] = 3257, + [3258] = 3258, [3259] = 3259, - [3260] = 749, - [3261] = 3098, - [3262] = 3238, - [3263] = 755, - [3264] = 756, + [3260] = 3260, + [3261] = 3261, + [3262] = 3186, + [3263] = 3241, + [3264] = 3176, [3265] = 3265, - [3266] = 3140, - [3267] = 760, + [3266] = 3236, + [3267] = 3267, [3268] = 3268, - [3269] = 3060, - [3270] = 3023, - [3271] = 3271, - [3272] = 3187, + [3269] = 3269, + [3270] = 3270, + [3271] = 636, + [3272] = 3170, [3273] = 3273, [3274] = 3274, - [3275] = 2961, - [3276] = 3276, + [3275] = 3275, + [3276] = 3115, [3277] = 3277, - [3278] = 3146, - [3279] = 3186, - [3280] = 3018, - [3281] = 3004, - [3282] = 3282, + [3278] = 3278, + [3279] = 3279, + [3280] = 3280, + [3281] = 3119, + [3282] = 3120, [3283] = 3283, [3284] = 3284, - [3285] = 3218, - [3286] = 3087, - [3287] = 3062, - [3288] = 3288, + [3285] = 3285, + [3286] = 3286, + [3287] = 160, + [3288] = 3238, [3289] = 3289, - [3290] = 3241, - [3291] = 3238, - [3292] = 3147, + [3290] = 3290, + [3291] = 3291, + [3292] = 3292, [3293] = 3293, - [3294] = 3294, - [3295] = 3295, - [3296] = 3296, - [3297] = 2932, + [3294] = 3098, + [3295] = 3239, + [3296] = 150, + [3297] = 3096, [3298] = 3298, [3299] = 3299, [3300] = 3300, [3301] = 3301, [3302] = 3302, - [3303] = 3303, + [3303] = 3122, [3304] = 3304, [3305] = 3305, [3306] = 3306, - [3307] = 3307, + [3307] = 3228, [3308] = 3308, [3309] = 3309, [3310] = 3310, [3311] = 3311, - [3312] = 3312, - [3313] = 3313, + [3312] = 3305, + [3313] = 3203, [3314] = 3314, [3315] = 3315, - [3316] = 3308, - [3317] = 3317, - [3318] = 3318, - [3319] = 3319, - [3320] = 3299, + [3316] = 3316, + [3317] = 3238, + [3318] = 3251, + [3319] = 1357, + [3320] = 3320, [3321] = 3321, [3322] = 3322, - [3323] = 3323, - [3324] = 3308, - [3325] = 3314, - [3326] = 3299, - [3327] = 3327, - [3328] = 3328, - [3329] = 3329, + [3323] = 3238, + [3324] = 3324, + [3325] = 3273, + [3326] = 3326, + [3327] = 3170, + [3328] = 3176, + [3329] = 3273, [3330] = 3330, - [3331] = 3312, - [3332] = 3311, + [3331] = 3305, + [3332] = 3332, [3333] = 3333, [3334] = 3334, [3335] = 3335, - [3336] = 3336, - [3337] = 3337, - [3338] = 3338, - [3339] = 3339, + [3336] = 3311, + [3337] = 3298, + [3338] = 3104, + [3339] = 3180, [3340] = 3340, - [3341] = 3303, + [3341] = 3238, [3342] = 3342, - [3343] = 3343, + [3343] = 2874, [3344] = 3344, - [3345] = 3313, - [3346] = 3308, - [3347] = 3313, + [3345] = 3185, + [3346] = 3346, + [3347] = 3347, [3348] = 3348, [3349] = 3349, - [3350] = 3339, - [3351] = 3349, - [3352] = 3348, + [3350] = 3350, + [3351] = 3351, + [3352] = 3305, [3353] = 3353, - [3354] = 3338, - [3355] = 3314, - [3356] = 3356, - [3357] = 3357, + [3354] = 3354, + [3355] = 3355, + [3356] = 3112, + [3357] = 3186, [3358] = 3358, - [3359] = 3313, - [3360] = 3308, - [3361] = 3361, - [3362] = 3299, - [3363] = 3313, - [3364] = 3330, - [3365] = 3365, + [3359] = 1383, + [3360] = 3305, + [3361] = 3233, + [3362] = 3362, + [3363] = 3363, + [3364] = 3364, + [3365] = 3205, [3366] = 3366, - [3367] = 3308, - [3368] = 3311, - [3369] = 3312, - [3370] = 3370, - [3371] = 3312, - [3372] = 3311, - [3373] = 3348, - [3374] = 3349, - [3375] = 3344, + [3367] = 3367, + [3368] = 3368, + [3369] = 3369, + [3370] = 3333, + [3371] = 3371, + [3372] = 3372, + [3373] = 3373, + [3374] = 3374, + [3375] = 3375, [3376] = 3376, - [3377] = 3377, - [3378] = 3318, - [3379] = 3312, - [3380] = 3314, - [3381] = 3311, - [3382] = 3313, - [3383] = 3312, - [3384] = 3328, - [3385] = 3311, - [3386] = 3336, - [3387] = 3348, - [3388] = 3349, - [3389] = 3299, - [3390] = 3342, - [3391] = 3353, + [3377] = 3375, + [3378] = 3375, + [3379] = 3375, + [3380] = 3380, + [3381] = 3381, + [3382] = 3382, + [3383] = 3383, + [3384] = 3384, + [3385] = 3385, + [3386] = 3384, + [3387] = 3383, + [3388] = 3388, + [3389] = 3389, + [3390] = 3390, + [3391] = 3382, [3392] = 3392, - [3393] = 3376, + [3393] = 3393, [3394] = 3394, - [3395] = 3303, + [3395] = 3372, [3396] = 3396, [3397] = 3397, - [3398] = 3398, - [3399] = 3399, + [3398] = 3388, + [3399] = 3389, [3400] = 3400, - [3401] = 3401, - [3402] = 3365, + [3401] = 3380, + [3402] = 3375, [3403] = 3403, - [3404] = 3314, - [3405] = 3303, - [3406] = 3344, - [3407] = 3348, - [3408] = 3349, - [3409] = 3396, - [3410] = 3303, - [3411] = 3344, - [3412] = 3299, - [3413] = 3413, - [3414] = 3349, - [3415] = 3348, - [3416] = 3344, - [3417] = 3348, - [3418] = 3311, - [3419] = 3312, - [3420] = 3349, - [3421] = 3344, - [3422] = 3422, + [3404] = 3404, + [3405] = 3385, + [3406] = 3406, + [3407] = 3407, + [3408] = 3376, + [3409] = 3409, + [3410] = 3410, + [3411] = 3411, + [3412] = 3412, + [3413] = 3403, + [3414] = 3374, + [3415] = 3373, + [3416] = 3385, + [3417] = 3417, + [3418] = 3418, + [3419] = 3419, + [3420] = 3420, + [3421] = 3421, + [3422] = 3403, [3423] = 3423, [3424] = 3424, [3425] = 3425, [3426] = 3426, [3427] = 3427, - [3428] = 3274, - [3429] = 3429, - [3430] = 2841, - [3431] = 3431, + [3428] = 3403, + [3429] = 3385, + [3430] = 3406, + [3431] = 3407, [3432] = 3432, [3433] = 3433, [3434] = 3434, - [3435] = 3435, - [3436] = 2803, + [3435] = 3403, + [3436] = 3419, [3437] = 3437, - [3438] = 3438, - [3439] = 3439, - [3440] = 3435, - [3441] = 3441, - [3442] = 3442, - [3443] = 3443, - [3444] = 3444, + [3438] = 3393, + [3439] = 3420, + [3440] = 3440, + [3441] = 3385, + [3442] = 3373, + [3443] = 3374, + [3444] = 3424, [3445] = 3445, [3446] = 3446, [3447] = 3447, [3448] = 3448, - [3449] = 1279, + [3449] = 3375, [3450] = 3450, - [3451] = 3451, - [3452] = 3452, + [3451] = 3372, + [3452] = 3420, [3453] = 3453, - [3454] = 3443, + [3454] = 3454, [3455] = 3455, - [3456] = 3456, - [3457] = 3457, + [3456] = 3423, + [3457] = 3372, [3458] = 3458, - [3459] = 3206, - [3460] = 3460, - [3461] = 2799, - [3462] = 3462, - [3463] = 3463, + [3459] = 3419, + [3460] = 3388, + [3461] = 3389, + [3462] = 3453, + [3463] = 3403, [3464] = 3464, [3465] = 3465, - [3466] = 3423, - [3467] = 3467, - [3468] = 3422, + [3466] = 3385, + [3467] = 3381, + [3468] = 3419, [3469] = 3469, [3470] = 3470, [3471] = 3471, [3472] = 3472, [3473] = 3473, - [3474] = 3474, + [3474] = 3420, [3475] = 3475, - [3476] = 3476, - [3477] = 3477, - [3478] = 3478, - [3479] = 3479, - [3480] = 3480, - [3481] = 3481, - [3482] = 3482, - [3483] = 3483, - [3484] = 3484, - [3485] = 3485, - [3486] = 3486, - [3487] = 3484, - [3488] = 3488, - [3489] = 3460, - [3490] = 3483, - [3491] = 3448, - [3492] = 3492, - [3493] = 3445, - [3494] = 3494, - [3495] = 3429, - [3496] = 3432, - [3497] = 3435, - [3498] = 3498, - [3499] = 3499, - [3500] = 3442, + [3476] = 3389, + [3477] = 3388, + [3478] = 3374, + [3479] = 3373, + [3480] = 3423, + [3481] = 3392, + [3482] = 3419, + [3483] = 3389, + [3484] = 3388, + [3485] = 3374, + [3486] = 3373, + [3487] = 3423, + [3488] = 3372, + [3489] = 3373, + [3490] = 3374, + [3491] = 3420, + [3492] = 3389, + [3493] = 3419, + [3494] = 3389, + [3495] = 3388, + [3496] = 3374, + [3497] = 3373, + [3498] = 3423, + [3499] = 3388, + [3500] = 3423, [3501] = 3501, - [3502] = 3443, + [3502] = 3502, [3503] = 3503, - [3504] = 3484, + [3504] = 3504, [3505] = 3505, [3506] = 3506, [3507] = 3507, @@ -7519,11 +7633,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3509] = 3509, [3510] = 3510, [3511] = 3511, - [3512] = 3041, - [3513] = 3478, - [3514] = 3476, - [3515] = 3483, - [3516] = 3471, + [3512] = 3512, + [3513] = 3513, + [3514] = 3514, + [3515] = 3503, + [3516] = 3516, [3517] = 3517, [3518] = 3518, [3519] = 3519, @@ -7537,717 +7651,821 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3527] = 3527, [3528] = 3528, [3529] = 3529, - [3530] = 3478, - [3531] = 3517, - [3532] = 3506, - [3533] = 3476, - [3534] = 3482, - [3535] = 3485, + [3530] = 3530, + [3531] = 3531, + [3532] = 3532, + [3533] = 2887, + [3534] = 3534, + [3535] = 3535, [3536] = 3536, [3537] = 3537, [3538] = 3538, [3539] = 3539, - [3540] = 2815, - [3541] = 3443, - [3542] = 3471, + [3540] = 3540, + [3541] = 3541, + [3542] = 3542, [3543] = 3543, - [3544] = 3452, - [3545] = 3447, + [3544] = 3544, + [3545] = 3545, [3546] = 3546, - [3547] = 3463, + [3547] = 2945, [3548] = 3548, - [3549] = 3478, - [3550] = 3505, - [3551] = 3483, - [3552] = 3484, + [3549] = 3549, + [3550] = 3550, + [3551] = 3551, + [3552] = 3552, [3553] = 3553, - [3554] = 3434, - [3555] = 2779, - [3556] = 3520, - [3557] = 3443, - [3558] = 3558, - [3559] = 3559, + [3554] = 3554, + [3555] = 3555, + [3556] = 3556, + [3557] = 3557, + [3558] = 2901, + [3559] = 3519, [3560] = 3560, - [3561] = 3435, - [3562] = 3519, - [3563] = 3528, + [3561] = 3557, + [3562] = 3511, + [3563] = 3519, [3564] = 3564, - [3565] = 3518, + [3565] = 3565, [3566] = 3566, - [3567] = 3520, - [3568] = 2793, - [3569] = 3476, + [3567] = 3567, + [3568] = 3545, + [3569] = 3554, [3570] = 3570, - [3571] = 3478, - [3572] = 3481, - [3573] = 3483, - [3574] = 3484, - [3575] = 3443, - [3576] = 3483, - [3577] = 3484, - [3578] = 3471, - [3579] = 3460, - [3580] = 3580, - [3581] = 3581, - [3582] = 3582, + [3571] = 3571, + [3572] = 3521, + [3573] = 3557, + [3574] = 3529, + [3575] = 3575, + [3576] = 3511, + [3577] = 3577, + [3578] = 3518, + [3579] = 3579, + [3580] = 3518, + [3581] = 3521, + [3582] = 3552, [3583] = 3583, - [3584] = 3584, + [3584] = 3512, [3585] = 3585, - [3586] = 3448, - [3587] = 3587, - [3588] = 3445, - [3589] = 3476, - [3590] = 3424, - [3591] = 3591, - [3592] = 3592, - [3593] = 3429, - [3594] = 3478, - [3595] = 3510, - [3596] = 3508, + [3586] = 3586, + [3587] = 3545, + [3588] = 1358, + [3589] = 3552, + [3590] = 3590, + [3591] = 3583, + [3592] = 3554, + [3593] = 3586, + [3594] = 3594, + [3595] = 3507, + [3596] = 3596, [3597] = 3597, - [3598] = 3431, - [3599] = 3599, - [3600] = 3600, - [3601] = 3601, - [3602] = 3602, + [3598] = 3598, + [3599] = 3518, + [3600] = 3508, + [3601] = 3521, + [3602] = 3507, [3603] = 3603, [3604] = 3604, - [3605] = 3605, + [3605] = 3577, [3606] = 3606, - [3607] = 3438, - [3608] = 3439, - [3609] = 3471, - [3610] = 3610, - [3611] = 3443, - [3612] = 3472, - [3613] = 3613, - [3614] = 3507, + [3607] = 3583, + [3608] = 3118, + [3609] = 3586, + [3610] = 3590, + [3611] = 3611, + [3612] = 3612, + [3613] = 3507, + [3614] = 3614, [3615] = 3615, - [3616] = 3435, - [3617] = 3617, - [3618] = 3483, - [3619] = 3484, + [3616] = 3616, + [3617] = 1380, + [3618] = 3618, + [3619] = 3619, [3620] = 3620, [3621] = 3621, [3622] = 3622, - [3623] = 3623, - [3624] = 3624, + [3623] = 3567, + [3624] = 3544, [3625] = 3625, [3626] = 3626, - [3627] = 3627, - [3628] = 3444, - [3629] = 3629, - [3630] = 3630, - [3631] = 3476, + [3627] = 3521, + [3628] = 3628, + [3629] = 3518, + [3630] = 3543, + [3631] = 3631, [3632] = 3632, - [3633] = 3446, + [3633] = 3633, [3634] = 3634, - [3635] = 3463, - [3636] = 3636, - [3637] = 611, - [3638] = 3467, + [3635] = 3635, + [3636] = 3508, + [3637] = 3637, + [3638] = 3638, [3639] = 3639, - [3640] = 3450, - [3641] = 1274, - [3642] = 3451, - [3643] = 3441, + [3640] = 3511, + [3641] = 3641, + [3642] = 3508, + [3643] = 3643, [3644] = 3644, - [3645] = 3645, - [3646] = 3479, + [3645] = 3596, + [3646] = 3646, [3647] = 3647, [3648] = 3648, - [3649] = 3649, + [3649] = 3511, [3650] = 3650, - [3651] = 3651, - [3652] = 3652, + [3651] = 3518, + [3652] = 3521, [3653] = 3653, [3654] = 3654, [3655] = 3655, [3656] = 3656, - [3657] = 3657, - [3658] = 3658, - [3659] = 3659, + [3657] = 3508, + [3658] = 3209, + [3659] = 3557, [3660] = 3660, [3661] = 3661, - [3662] = 3662, - [3663] = 3663, - [3664] = 3664, - [3665] = 3665, - [3666] = 3666, - [3667] = 3667, - [3668] = 781, - [3669] = 3669, - [3670] = 3670, - [3671] = 3671, + [3662] = 3557, + [3663] = 3541, + [3664] = 3531, + [3665] = 3532, + [3666] = 3510, + [3667] = 3661, + [3668] = 3554, + [3669] = 3650, + [3670] = 3611, + [3671] = 3554, [3672] = 3672, - [3673] = 3673, - [3674] = 3674, - [3675] = 3675, - [3676] = 3672, - [3677] = 3663, + [3673] = 3518, + [3674] = 3521, + [3675] = 3508, + [3676] = 3676, + [3677] = 3677, [3678] = 3678, - [3679] = 3679, + [3679] = 3660, [3680] = 3680, [3681] = 3681, [3682] = 3682, - [3683] = 3683, + [3683] = 3542, [3684] = 3684, - [3685] = 2185, - [3686] = 3686, + [3685] = 2919, + [3686] = 3632, [3687] = 3687, - [3688] = 3688, + [3688] = 3637, [3689] = 3689, - [3690] = 3690, - [3691] = 3671, - [3692] = 3692, + [3690] = 3509, + [3691] = 3508, + [3692] = 3557, [3693] = 3693, - [3694] = 3669, + [3694] = 3694, [3695] = 3695, - [3696] = 3660, - [3697] = 3659, + [3696] = 3696, + [3697] = 3697, [3698] = 3698, [3699] = 3699, [3700] = 3700, - [3701] = 3701, - [3702] = 3651, - [3703] = 3664, - [3704] = 3004, - [3705] = 786, - [3706] = 3018, - [3707] = 3707, - [3708] = 3708, + [3701] = 3523, + [3702] = 3702, + [3703] = 3703, + [3704] = 3704, + [3705] = 610, + [3706] = 3527, + [3707] = 3528, + [3708] = 3511, [3709] = 3709, [3710] = 3710, [3711] = 3711, - [3712] = 3712, - [3713] = 3713, + [3712] = 3504, + [3713] = 3626, [3714] = 3714, [3715] = 3715, [3716] = 3716, - [3717] = 3709, - [3718] = 2182, - [3719] = 3678, - [3720] = 3674, - [3721] = 3322, + [3717] = 3520, + [3718] = 3510, + [3719] = 3719, + [3720] = 2915, + [3721] = 3316, [3722] = 3722, - [3723] = 3667, - [3724] = 3724, - [3725] = 3725, - [3726] = 3726, + [3723] = 3723, + [3724] = 3711, + [3725] = 3597, + [3726] = 3507, [3727] = 3727, [3728] = 3728, - [3729] = 3708, - [3730] = 3730, - [3731] = 3731, - [3732] = 3665, + [3729] = 3621, + [3730] = 3540, + [3731] = 3653, + [3732] = 3732, [3733] = 3733, [3734] = 3734, - [3735] = 3735, + [3735] = 2226, [3736] = 3736, [3737] = 3737, [3738] = 3738, [3739] = 3739, - [3740] = 3712, - [3741] = 3726, - [3742] = 2188, + [3740] = 3738, + [3741] = 3741, + [3742] = 3742, [3743] = 3743, - [3744] = 2189, - [3745] = 3695, - [3746] = 3713, - [3747] = 3711, + [3744] = 3744, + [3745] = 3745, + [3746] = 3746, + [3747] = 3747, [3748] = 3748, [3749] = 3749, - [3750] = 3699, + [3750] = 3750, [3751] = 3751, - [3752] = 2177, + [3752] = 3752, [3753] = 3753, - [3754] = 3686, - [3755] = 3755, - [3756] = 3672, + [3754] = 3754, + [3755] = 3754, + [3756] = 3756, [3757] = 3757, [3758] = 3758, [3759] = 3759, - [3760] = 2176, + [3760] = 3760, [3761] = 3761, - [3762] = 2180, - [3763] = 3671, - [3764] = 2203, + [3762] = 3762, + [3763] = 3763, + [3764] = 3764, [3765] = 3765, [3766] = 3766, - [3767] = 3755, + [3767] = 3767, [3768] = 3768, - [3769] = 3714, + [3769] = 3769, [3770] = 3770, [3771] = 3771, - [3772] = 3692, + [3772] = 3772, [3773] = 3773, - [3774] = 3683, - [3775] = 3647, - [3776] = 3669, - [3777] = 3725, + [3774] = 3764, + [3775] = 3748, + [3776] = 3776, + [3777] = 2237, [3778] = 3778, [3779] = 3779, - [3780] = 3684, - [3781] = 3667, - [3782] = 2961, - [3783] = 3725, - [3784] = 3708, - [3785] = 3778, - [3786] = 3758, - [3787] = 3724, + [3780] = 3780, + [3781] = 2236, + [3782] = 3782, + [3783] = 3783, + [3784] = 3784, + [3785] = 3785, + [3786] = 3761, + [3787] = 3787, [3788] = 3788, - [3789] = 3667, - [3790] = 3707, - [3791] = 3682, + [3789] = 3789, + [3790] = 3745, + [3791] = 3791, [3792] = 3792, - [3793] = 3669, + [3793] = 3734, [3794] = 3794, - [3795] = 3795, - [3796] = 3796, - [3797] = 3671, - [3798] = 3657, + [3795] = 3767, + [3796] = 3761, + [3797] = 3785, + [3798] = 3798, [3799] = 3799, - [3800] = 3672, - [3801] = 3655, - [3802] = 3686, - [3803] = 3653, - [3804] = 3671, + [3800] = 3751, + [3801] = 3801, + [3802] = 3802, + [3803] = 3803, + [3804] = 3804, [3805] = 3805, - [3806] = 3806, - [3807] = 3672, - [3808] = 3681, - [3809] = 3809, + [3806] = 3768, + [3807] = 3807, + [3808] = 3808, + [3809] = 3738, [3810] = 3810, - [3811] = 3799, + [3811] = 3811, [3812] = 3812, [3813] = 3813, [3814] = 3814, - [3815] = 3737, - [3816] = 2192, - [3817] = 2179, - [3818] = 2191, - [3819] = 3766, - [3820] = 2178, - [3821] = 3669, - [3822] = 3682, - [3823] = 3768, + [3815] = 3784, + [3816] = 3764, + [3817] = 3817, + [3818] = 3818, + [3819] = 2241, + [3820] = 3785, + [3821] = 3821, + [3822] = 3822, + [3823] = 3823, [3824] = 3824, - [3825] = 3773, - [3826] = 3667, + [3825] = 3825, + [3826] = 3779, [3827] = 3827, - [3828] = 3765, - [3829] = 3770, - [3830] = 3751, - [3831] = 3686, + [3828] = 3828, + [3829] = 3829, + [3830] = 3830, + [3831] = 3776, [3832] = 3832, [3833] = 3833, - [3834] = 3708, - [3835] = 3680, - [3836] = 2207, - [3837] = 3682, - [3838] = 3683, - [3839] = 2202, - [3840] = 2210, - [3841] = 2206, - [3842] = 3674, - [3843] = 3843, - [3844] = 3844, - [3845] = 2204, - [3846] = 3779, + [3834] = 3761, + [3835] = 3767, + [3836] = 3836, + [3837] = 3794, + [3838] = 3838, + [3839] = 3839, + [3840] = 3782, + [3841] = 3841, + [3842] = 3842, + [3843] = 3787, + [3844] = 2235, + [3845] = 3845, + [3846] = 3846, [3847] = 3847, - [3848] = 2196, - [3849] = 3794, - [3850] = 3792, + [3848] = 2234, + [3849] = 3814, + [3850] = 3850, [3851] = 3851, - [3852] = 3852, - [3853] = 2198, - [3854] = 3686, - [3855] = 3682, + [3852] = 3788, + [3853] = 3773, + [3854] = 3838, + [3855] = 3855, [3856] = 3856, - [3857] = 3779, - [3858] = 3858, - [3859] = 3795, - [3860] = 3860, - [3861] = 3687, - [3862] = 3692, - [3863] = 3708, - [3864] = 3674, - [3865] = 3674, - [3866] = 2199, + [3857] = 3857, + [3858] = 3791, + [3859] = 3859, + [3860] = 3813, + [3861] = 3861, + [3862] = 3743, + [3863] = 3863, + [3864] = 2227, + [3865] = 3769, + [3866] = 3866, [3867] = 3867, - [3868] = 3730, - [3869] = 3738, - [3870] = 3693, - [3871] = 3871, - [3872] = 3813, - [3873] = 3675, - [3874] = 3874, - [3875] = 3674, - [3876] = 3728, - [3877] = 3877, + [3868] = 3794, + [3869] = 3869, + [3870] = 3870, + [3871] = 2238, + [3872] = 3759, + [3873] = 3801, + [3874] = 3024, + [3875] = 3875, + [3876] = 3739, + [3877] = 2229, [3878] = 3878, [3879] = 3879, - [3880] = 2201, - [3881] = 3881, - [3882] = 3814, + [3880] = 3757, + [3881] = 3766, + [3882] = 3882, [3883] = 3883, - [3884] = 3675, - [3885] = 3885, + [3884] = 3767, + [3885] = 3738, [3886] = 3886, [3887] = 3887, - [3888] = 3888, - [3889] = 3889, + [3888] = 3821, + [3889] = 2245, [3890] = 3890, - [3891] = 3891, - [3892] = 3708, - [3893] = 3682, - [3894] = 3727, - [3895] = 3871, - [3896] = 3724, + [3891] = 3767, + [3892] = 3892, + [3893] = 2239, + [3894] = 3894, + [3895] = 3895, + [3896] = 3896, [3897] = 3897, - [3898] = 3753, - [3899] = 3686, - [3900] = 3900, - [3901] = 3714, - [3902] = 3902, - [3903] = 3903, + [3898] = 2232, + [3899] = 3821, + [3900] = 3832, + [3901] = 3822, + [3902] = 3761, + [3903] = 3823, [3904] = 3904, - [3905] = 2193, - [3906] = 3906, + [3905] = 3829, + [3906] = 3821, [3907] = 3907, - [3908] = 3788, - [3909] = 3909, - [3910] = 2932, - [3911] = 3911, - [3912] = 3912, + [3908] = 3822, + [3909] = 3465, + [3910] = 3744, + [3911] = 3822, + [3912] = 3823, [3913] = 3913, - [3914] = 3914, + [3914] = 3738, [3915] = 3915, [3916] = 3916, - [3917] = 3917, - [3918] = 3918, - [3919] = 3919, - [3920] = 3920, + [3917] = 3829, + [3918] = 2220, + [3919] = 2222, + [3920] = 3887, [3921] = 3921, [3922] = 3922, [3923] = 3923, - [3924] = 3924, - [3925] = 3925, - [3926] = 3926, + [3924] = 2218, + [3925] = 3033, + [3926] = 3836, [3927] = 3927, - [3928] = 3928, - [3929] = 3929, - [3930] = 3928, - [3931] = 3931, - [3932] = 3932, - [3933] = 3933, + [3928] = 3031, + [3929] = 3839, + [3930] = 3029, + [3931] = 3883, + [3932] = 3738, + [3933] = 3823, [3934] = 3934, - [3935] = 3935, - [3936] = 3936, + [3935] = 3753, + [3936] = 3842, [3937] = 3937, - [3938] = 3922, - [3939] = 3939, - [3940] = 3911, - [3941] = 3941, - [3942] = 3942, - [3943] = 3943, - [3944] = 3937, - [3945] = 3945, + [3938] = 3938, + [3939] = 3879, + [3940] = 3870, + [3941] = 3822, + [3942] = 3821, + [3943] = 2219, + [3944] = 3944, + [3945] = 3823, [3946] = 3946, - [3947] = 3947, - [3948] = 3937, + [3947] = 2212, + [3948] = 3948, [3949] = 3949, [3950] = 3950, - [3951] = 3951, - [3952] = 3937, - [3953] = 3953, - [3954] = 3954, - [3955] = 3955, - [3956] = 3956, + [3951] = 2240, + [3952] = 3952, + [3953] = 2243, + [3954] = 2248, + [3955] = 3798, + [3956] = 1428, [3957] = 3957, - [3958] = 3912, - [3959] = 3959, - [3960] = 3925, - [3961] = 3916, - [3962] = 3962, - [3963] = 3928, - [3964] = 3964, - [3965] = 3965, - [3966] = 3966, - [3967] = 3922, - [3968] = 3934, - [3969] = 3969, - [3970] = 3970, - [3971] = 3916, - [3972] = 3972, - [3973] = 3919, - [3974] = 3920, - [3975] = 3921, - [3976] = 3976, - [3977] = 3923, - [3978] = 3925, - [3979] = 3979, - [3980] = 3926, - [3981] = 3962, - [3982] = 3982, - [3983] = 3928, + [3958] = 3958, + [3959] = 2213, + [3960] = 3812, + [3961] = 3761, + [3962] = 3765, + [3963] = 3810, + [3964] = 3805, + [3965] = 3767, + [3966] = 3890, + [3967] = 3967, + [3968] = 3829, + [3969] = 3829, + [3970] = 3866, + [3971] = 3747, + [3972] = 3836, + [3973] = 3897, + [3974] = 3974, + [3975] = 3744, + [3976] = 3842, + [3977] = 3977, + [3978] = 3851, + [3979] = 3745, + [3980] = 792, + [3981] = 3981, + [3982] = 3855, + [3983] = 2247, [3984] = 3984, [3985] = 3985, [3986] = 3986, [3987] = 3987, - [3988] = 3925, - [3989] = 3932, - [3990] = 3969, - [3991] = 3926, - [3992] = 3992, - [3993] = 3993, - [3994] = 3962, - [3995] = 3923, - [3996] = 3926, + [3988] = 3783, + [3989] = 3989, + [3990] = 3990, + [3991] = 791, + [3992] = 3789, + [3993] = 3742, + [3994] = 3994, + [3995] = 3863, + [3996] = 3818, [3997] = 3997, - [3998] = 3962, - [3999] = 3982, - [4000] = 3912, - [4001] = 3947, + [3998] = 3998, + [3999] = 3999, + [4000] = 4000, + [4001] = 4001, [4002] = 4002, [4003] = 4003, - [4004] = 3921, - [4005] = 3920, - [4006] = 3919, - [4007] = 3939, + [4004] = 4004, + [4005] = 4005, + [4006] = 4006, + [4007] = 4007, [4008] = 4008, [4009] = 4009, - [4010] = 3941, + [4010] = 4010, [4011] = 4011, - [4012] = 3945, - [4013] = 3916, - [4014] = 3927, - [4015] = 3927, + [4012] = 4012, + [4013] = 4013, + [4014] = 4014, + [4015] = 4015, [4016] = 4016, - [4017] = 3916, - [4018] = 3946, - [4019] = 3964, + [4017] = 4017, + [4018] = 4015, + [4019] = 4019, [4020] = 4020, [4021] = 4021, - [4022] = 3949, - [4023] = 3985, - [4024] = 3943, - [4025] = 3942, - [4026] = 3950, - [4027] = 4027, - [4028] = 3928, - [4029] = 3919, - [4030] = 3951, - [4031] = 3920, - [4032] = 3921, - [4033] = 3953, + [4022] = 4022, + [4023] = 4023, + [4024] = 4024, + [4025] = 4012, + [4026] = 4024, + [4027] = 4016, + [4028] = 4022, + [4029] = 4007, + [4030] = 4021, + [4031] = 4020, + [4032] = 4032, + [4033] = 4017, [4034] = 4034, [4035] = 4035, [4036] = 4036, - [4037] = 3954, + [4037] = 4037, [4038] = 4038, - [4039] = 4020, - [4040] = 4040, - [4041] = 4002, - [4042] = 3955, - [4043] = 3956, - [4044] = 1493, - [4045] = 3923, - [4046] = 3922, + [4039] = 4039, + [4040] = 4035, + [4041] = 4041, + [4042] = 4042, + [4043] = 4009, + [4044] = 4044, + [4045] = 4034, + [4046] = 4046, [4047] = 4047, - [4048] = 4048, - [4049] = 4036, - [4050] = 4050, - [4051] = 3936, - [4052] = 3964, + [4048] = 4023, + [4049] = 4037, + [4050] = 4019, + [4051] = 4051, + [4052] = 4019, [4053] = 4053, [4054] = 4054, - [4055] = 4055, + [4055] = 4015, [4056] = 4056, - [4057] = 4057, - [4058] = 3921, - [4059] = 3957, - [4060] = 3947, + [4057] = 4051, + [4058] = 4012, + [4059] = 4038, + [4060] = 4036, [4061] = 4061, - [4062] = 3920, - [4063] = 4063, - [4064] = 3943, + [4062] = 4009, + [4063] = 4014, + [4064] = 4064, [4065] = 4065, - [4066] = 3969, + [4066] = 4066, [4067] = 4067, - [4068] = 3919, - [4069] = 3964, - [4070] = 3922, - [4071] = 3917, - [4072] = 3942, - [4073] = 4035, + [4068] = 4068, + [4069] = 4069, + [4070] = 4070, + [4071] = 4071, + [4072] = 4036, + [4073] = 4017, [4074] = 4074, - [4075] = 3941, - [4076] = 3962, - [4077] = 3982, - [4078] = 4048, - [4079] = 3932, - [4080] = 3928, - [4081] = 3965, - [4082] = 3921, - [4083] = 3920, - [4084] = 3966, - [4085] = 3919, - [4086] = 3934, + [4075] = 4020, + [4076] = 4021, + [4077] = 4022, + [4078] = 4038, + [4079] = 4024, + [4080] = 4080, + [4081] = 4038, + [4082] = 4016, + [4083] = 4083, + [4084] = 4084, + [4085] = 4085, + [4086] = 4056, [4087] = 4087, - [4088] = 3979, + [4088] = 4068, [4089] = 4089, - [4090] = 3969, - [4091] = 3942, - [4092] = 3935, - [4093] = 4093, - [4094] = 3972, - [4095] = 3972, - [4096] = 3979, - [4097] = 3932, - [4098] = 3982, - [4099] = 3911, - [4100] = 3926, - [4101] = 3936, - [4102] = 4027, - [4103] = 3912, - [4104] = 3941, + [4090] = 4090, + [4091] = 4051, + [4092] = 4092, + [4093] = 4023, + [4094] = 4065, + [4095] = 4012, + [4096] = 4096, + [4097] = 4097, + [4098] = 4054, + [4099] = 4016, + [4100] = 4100, + [4101] = 4101, + [4102] = 4102, + [4103] = 4103, + [4104] = 4000, [4105] = 4105, [4106] = 4106, - [4107] = 4107, - [4108] = 3935, - [4109] = 3997, - [4110] = 3964, - [4111] = 3934, - [4112] = 3925, - [4113] = 4113, - [4114] = 3992, - [4115] = 4115, - [4116] = 3972, - [4117] = 3979, - [4118] = 4118, - [4119] = 3934, - [4120] = 3966, - [4121] = 3965, - [4122] = 4122, - [4123] = 3911, - [4124] = 3932, - [4125] = 3947, - [4126] = 3931, - [4127] = 3985, - [4128] = 3943, - [4129] = 3936, - [4130] = 3916, - [4131] = 3956, - [4132] = 3927, - [4133] = 3919, - [4134] = 3920, - [4135] = 3921, - [4136] = 4136, - [4137] = 3955, + [4107] = 4023, + [4108] = 4108, + [4109] = 4109, + [4110] = 4110, + [4111] = 4111, + [4112] = 4112, + [4113] = 4109, + [4114] = 4114, + [4115] = 4000, + [4116] = 4017, + [4117] = 4112, + [4118] = 4032, + [4119] = 4119, + [4120] = 4054, + [4121] = 4100, + [4122] = 4102, + [4123] = 4103, + [4124] = 4017, + [4125] = 4105, + [4126] = 4110, + [4127] = 4106, + [4128] = 4020, + [4129] = 4108, + [4130] = 4021, + [4131] = 4022, + [4132] = 4032, + [4133] = 4106, + [4134] = 4134, + [4135] = 4047, + [4136] = 4108, + [4137] = 4110, [4138] = 4138, - [4139] = 3954, - [4140] = 3947, - [4141] = 4138, - [4142] = 4055, - [4143] = 3982, - [4144] = 3985, - [4145] = 3953, - [4146] = 3917, - [4147] = 4147, - [4148] = 3912, - [4149] = 4136, - [4150] = 3915, + [4139] = 4139, + [4140] = 4112, + [4141] = 4109, + [4142] = 4142, + [4143] = 4143, + [4144] = 4144, + [4145] = 4145, + [4146] = 4080, + [4147] = 4105, + [4148] = 4016, + [4149] = 4054, + [4150] = 4150, [4151] = 4151, - [4152] = 3942, - [4153] = 3911, - [4154] = 3936, - [4155] = 3941, - [4156] = 3935, - [4157] = 4157, - [4158] = 3951, - [4159] = 3926, - [4160] = 3985, - [4161] = 4161, - [4162] = 3950, - [4163] = 4163, - [4164] = 3949, - [4165] = 3911, - [4166] = 3922, - [4167] = 3946, - [4168] = 4168, - [4169] = 3931, - [4170] = 3945, + [4152] = 4152, + [4153] = 4153, + [4154] = 4154, + [4155] = 4103, + [4156] = 4156, + [4157] = 4036, + [4158] = 4158, + [4159] = 4159, + [4160] = 4101, + [4161] = 4102, + [4162] = 4046, + [4163] = 4101, + [4164] = 4164, + [4165] = 4165, + [4166] = 4166, + [4167] = 4024, + [4168] = 4089, + [4169] = 4169, + [4170] = 4100, [4171] = 4171, - [4172] = 4061, - [4173] = 4173, - [4174] = 3943, - [4175] = 3927, - [4176] = 3962, - [4177] = 4016, - [4178] = 3939, - [4179] = 3985, - [4180] = 3939, - [4181] = 3943, - [4182] = 3916, - [4183] = 3945, - [4184] = 3927, - [4185] = 4185, - [4186] = 3946, - [4187] = 4027, - [4188] = 3919, - [4189] = 3949, - [4190] = 3920, - [4191] = 3921, - [4192] = 3950, - [4193] = 3951, - [4194] = 4194, - [4195] = 3979, + [4172] = 4172, + [4173] = 4085, + [4174] = 4174, + [4175] = 4084, + [4176] = 4143, + [4177] = 4009, + [4178] = 4080, + [4179] = 4008, + [4180] = 4051, + [4181] = 4012, + [4182] = 4182, + [4183] = 4071, + [4184] = 3997, + [4185] = 4067, + [4186] = 4015, + [4187] = 4066, + [4188] = 4065, + [4189] = 4068, + [4190] = 4144, + [4191] = 4090, + [4192] = 4192, + [4193] = 4064, + [4194] = 4047, + [4195] = 4195, [4196] = 4196, - [4197] = 3927, - [4198] = 4198, - [4199] = 3972, - [4200] = 3916, - [4201] = 3935, - [4202] = 4202, - [4203] = 3969, - [4204] = 4056, - [4205] = 4054, - [4206] = 3927, - [4207] = 4027, - [4208] = 3939, - [4209] = 4115, - [4210] = 4011, - [4211] = 3953, - [4212] = 4027, - [4213] = 4003, - [4214] = 3954, - [4215] = 3945, - [4216] = 4038, - [4217] = 3955, - [4218] = 4173, - [4219] = 4171, - [4220] = 3966, - [4221] = 4027, - [4222] = 3923, - [4223] = 3956, - [4224] = 4008, - [4225] = 3946, - [4226] = 4118, - [4227] = 4185, - [4228] = 3931, - [4229] = 3949, - [4230] = 3950, - [4231] = 3964, - [4232] = 3965, - [4233] = 3951, - [4234] = 3953, - [4235] = 3954, - [4236] = 3966, - [4237] = 3955, - [4238] = 3956, - [4239] = 3965, - [4240] = 4240, + [4197] = 4142, + [4198] = 4053, + [4199] = 4019, + [4200] = 4019, + [4201] = 4201, + [4202] = 4015, + [4203] = 4111, + [4204] = 4000, + [4205] = 4089, + [4206] = 4065, + [4207] = 4053, + [4208] = 4044, + [4209] = 4139, + [4210] = 4064, + [4211] = 4066, + [4212] = 4067, + [4213] = 4071, + [4214] = 4008, + [4215] = 4084, + [4216] = 4085, + [4217] = 4038, + [4218] = 4092, + [4219] = 4138, + [4220] = 4036, + [4221] = 4054, + [4222] = 4109, + [4223] = 4112, + [4224] = 4110, + [4225] = 4108, + [4226] = 4080, + [4227] = 4016, + [4228] = 3997, + [4229] = 4047, + [4230] = 4134, + [4231] = 4106, + [4232] = 4044, + [4233] = 4017, + [4234] = 4105, + [4235] = 4032, + [4236] = 4020, + [4237] = 4021, + [4238] = 4022, + [4239] = 4239, + [4240] = 4041, + [4241] = 4241, + [4242] = 4103, + [4243] = 4041, + [4244] = 4102, + [4245] = 4022, + [4246] = 4021, + [4247] = 4020, + [4248] = 4248, + [4249] = 4101, + [4250] = 4100, + [4251] = 4051, + [4252] = 4038, + [4253] = 4036, + [4254] = 4068, + [4255] = 4023, + [4256] = 4256, + [4257] = 4019, + [4258] = 4015, + [4259] = 4012, + [4260] = 4009, + [4261] = 4261, + [4262] = 4241, + [4263] = 4034, + [4264] = 4092, + [4265] = 4092, + [4266] = 4065, + [4267] = 4068, + [4268] = 4150, + [4269] = 4089, + [4270] = 4080, + [4271] = 3997, + [4272] = 4047, + [4273] = 4041, + [4274] = 4274, + [4275] = 4044, + [4276] = 4085, + [4277] = 4277, + [4278] = 4032, + [4279] = 4084, + [4280] = 4008, + [4281] = 4041, + [4282] = 4071, + [4283] = 4283, + [4284] = 4067, + [4285] = 4066, + [4286] = 4017, + [4287] = 4064, + [4288] = 4032, + [4289] = 4053, + [4290] = 4053, + [4291] = 4020, + [4292] = 4064, + [4293] = 4021, + [4294] = 4022, + [4295] = 4022, + [4296] = 4134, + [4297] = 4021, + [4298] = 4020, + [4299] = 4066, + [4300] = 4067, + [4301] = 4301, + [4302] = 4164, + [4303] = 4303, + [4304] = 4071, + [4305] = 4119, + [4306] = 4008, + [4307] = 4084, + [4308] = 4085, + [4309] = 4089, + [4310] = 4032, + [4311] = 4134, + [4312] = 4092, + [4313] = 4034, + [4314] = 4044, + [4315] = 4032, + [4316] = 4134, + [4317] = 4054, + [4318] = 4017, + [4319] = 4047, + [4320] = 4320, + [4321] = 4165, + [4322] = 4303, + [4323] = 4301, + [4324] = 4166, + [4325] = 4134, + [4326] = 4114, + [4327] = 4109, + [4328] = 4195, + [4329] = 4112, + [4330] = 4039, + [4331] = 4003, + [4332] = 4110, + [4333] = 4108, + [4334] = 4023, + [4335] = 4024, + [4336] = 4106, + [4337] = 4105, + [4338] = 4103, + [4339] = 4102, + [4340] = 4101, + [4341] = 4100, + [4342] = 3997, + [4343] = 4080, + [4344] = 4051, }; static inline bool anon_sym_BANG_character_set_1(int32_t c) { @@ -8359,1566 +8577,1781 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(92); - if (lookahead == '!') ADVANCE(105); - if (lookahead == '"') ADVANCE(193); + if (eof) ADVANCE(98); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '"') ADVANCE(200); if (lookahead == '#') ADVANCE(10); - if (lookahead == '$') ADVANCE(229); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(161); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(95); - if (lookahead == '+') ADVANCE(173); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(177); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(215); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(120); - if (lookahead == '=') ADVANCE(98); - if (lookahead == '>') ADVANCE(125); - if (lookahead == '?') ADVANCE(235); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(50); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '^') ADVANCE(164); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(101); - if (lookahead == '|') ADVANCE(167); - if (lookahead == '}') ADVANCE(103); - if (lookahead == '~') ADVANCE(190); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(89) + if (lookahead == '$') ADVANCE(255); + if (lookahead == '%') ADVANCE(180); + if (lookahead == '&') ADVANCE(160); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(101); + if (lookahead == '+') ADVANCE(172); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(175); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(236); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(185); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(126); + if (lookahead == '?') ADVANCE(261); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(56); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '^') ADVANCE(163); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(107); + if (lookahead == '|') ADVANCE(166); + if (lookahead == '}') ADVANCE(109); + if (lookahead == '~') ADVANCE(197); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(95) if (lookahead != 0 && - lookahead > 31) ADVANCE(230); + lookahead > 31) ADVANCE(256); END_STATE(); case 1: if (lookahead == '\n') SKIP(1) - if (lookahead == '/') ADVANCE(113); - if (lookahead == '<') ADVANCE(115); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(114); - if (lookahead != 0) ADVANCE(112); + if (lookahead == '-') ADVANCE(122); + if (lookahead == '/') ADVANCE(120); + if (lookahead == '<') ADVANCE(119); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(121); + if (lookahead != 0) ADVANCE(118); END_STATE(); case 2: - if (lookahead == '\n') SKIP(26) - if (lookahead == '/') ADVANCE(20); - if (lookahead == '[') ADVANCE(34); - if (lookahead == '\\') ADVANCE(88); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(216); - if (lookahead != 0) ADVANCE(217); + if (lookahead == '\n') SKIP(29) + if (lookahead == '-') ADVANCE(239); + if (lookahead == '/') ADVANCE(22); + if (lookahead == '<') ADVANCE(238); + if (lookahead == '[') ADVANCE(40); + if (lookahead == '\\') ADVANCE(94); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(237); + if (lookahead != 0) ADVANCE(243); END_STATE(); case 3: - if (lookahead == '!') ADVANCE(105); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '#') ADVANCE(33); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(161); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(95); - if (lookahead == '+') ADVANCE(173); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(176); - if (lookahead == '.') ADVANCE(131); - if (lookahead == '/') ADVANCE(128); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(119); - if (lookahead == '=') ADVANCE(98); - if (lookahead == '>') ADVANCE(125); - if (lookahead == '?') ADVANCE(235); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '^') ADVANCE(164); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(101); - if (lookahead == '|') ADVANCE(167); - if (lookahead == '}') ADVANCE(103); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '#') ADVANCE(39); + if (lookahead == '%') ADVANCE(180); + if (lookahead == '&') ADVANCE(160); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(101); + if (lookahead == '+') ADVANCE(172); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(174); + if (lookahead == '.') ADVANCE(130); + if (lookahead == '/') ADVANCE(178); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(184); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(126); + if (lookahead == '?') ADVANCE(261); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '^') ADVANCE(163); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(107); + if (lookahead == '|') ADVANCE(166); + if (lookahead == '}') ADVANCE(109); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(3) if (lookahead != 0 && lookahead > 31 && - lookahead != '~') ADVANCE(230); + lookahead != '~') ADVANCE(256); END_STATE(); case 4: - if (lookahead == '!') ADVANCE(105); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(161); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(95); - if (lookahead == '+') ADVANCE(173); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(176); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(128); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == '<') ADVANCE(120); - if (lookahead == '=') ADVANCE(98); - if (lookahead == '>') ADVANCE(125); - if (lookahead == '?') ADVANCE(235); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == '^') ADVANCE(164); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(101); - if (lookahead == '|') ADVANCE(166); - if (lookahead == '~') ADVANCE(190); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '%') ADVANCE(180); + if (lookahead == '&') ADVANCE(160); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(101); + if (lookahead == '+') ADVANCE(172); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(174); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(178); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == '<') ADVANCE(185); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(126); + if (lookahead == '?') ADVANCE(261); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == '^') ADVANCE(163); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(107); + if (lookahead == '|') ADVANCE(165); + if (lookahead == '~') ADVANCE(197); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(4) if (lookahead != 0 && lookahead > '#' && lookahead != ';' && lookahead != ']' && - lookahead != '}') ADVANCE(230); + lookahead != '}') ADVANCE(256); END_STATE(); case 5: - if (lookahead == '!') ADVANCE(105); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(161); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(95); - if (lookahead == '+') ADVANCE(173); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(176); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(128); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == '<') ADVANCE(120); - if (lookahead == '=') ADVANCE(98); - if (lookahead == '>') ADVANCE(125); - if (lookahead == '?') ADVANCE(235); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == '^') ADVANCE(164); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(166); - if (lookahead == '~') ADVANCE(190); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '%') ADVANCE(180); + if (lookahead == '&') ADVANCE(160); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(101); + if (lookahead == '+') ADVANCE(172); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(174); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(178); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == '<') ADVANCE(185); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(126); + if (lookahead == '?') ADVANCE(261); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == '^') ADVANCE(163); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(165); + if (lookahead == '~') ADVANCE(197); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(5) if (lookahead != 0 && lookahead > '#' && lookahead != ';' && lookahead != ']' && - lookahead != '}') ADVANCE(230); + lookahead != '}') ADVANCE(256); END_STATE(); case 6: - if (lookahead == '!') ADVANCE(105); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(161); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(95); - if (lookahead == '+') ADVANCE(173); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(176); - if (lookahead == '.') ADVANCE(129); - if (lookahead == '/') ADVANCE(128); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(119); - if (lookahead == '=') ADVANCE(98); - if (lookahead == '>') ADVANCE(125); - if (lookahead == '?') ADVANCE(235); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '^') ADVANCE(164); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(166); - if (lookahead == '}') ADVANCE(103); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '%') ADVANCE(180); + if (lookahead == '&') ADVANCE(160); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(101); + if (lookahead == '+') ADVANCE(172); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(174); + if (lookahead == '.') ADVANCE(128); + if (lookahead == '/') ADVANCE(178); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(184); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(126); + if (lookahead == '?') ADVANCE(261); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '^') ADVANCE(163); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(165); + if (lookahead == '}') ADVANCE(109); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(6) if (lookahead != 0 && lookahead > '#' && (lookahead < '0' || '9' < lookahead) && - lookahead != '~') ADVANCE(230); + lookahead != '~') ADVANCE(256); END_STATE(); case 7: - if (lookahead == '!') ADVANCE(105); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '%') ADVANCE(178); - if (lookahead == '&') ADVANCE(162); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(96); - if (lookahead == '+') ADVANCE(172); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(175); - if (lookahead == '.') ADVANCE(129); - if (lookahead == '/') ADVANCE(127); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(121); - if (lookahead == '=') ADVANCE(97); - if (lookahead == '>') ADVANCE(126); - if (lookahead == '?') ADVANCE(236); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '^') ADVANCE(163); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(169); - if (lookahead == '}') ADVANCE(103); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '%') ADVANCE(179); + if (lookahead == '&') ADVANCE(161); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(102); + if (lookahead == '+') ADVANCE(171); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(173); + if (lookahead == '.') ADVANCE(128); + if (lookahead == '/') ADVANCE(177); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(186); + if (lookahead == '=') ADVANCE(103); + if (lookahead == '>') ADVANCE(127); + if (lookahead == '?') ADVANCE(262); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '^') ADVANCE(162); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(168); + if (lookahead == '}') ADVANCE(109); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(7) if (lookahead != 0 && lookahead > '#' && (lookahead < '0' || '@' < lookahead) && - lookahead != '~') ADVANCE(230); + lookahead != '~') ADVANCE(256); END_STATE(); case 8: - if (lookahead == '!') ADVANCE(105); - if (lookahead == '%') ADVANCE(178); - if (lookahead == '&') ADVANCE(162); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(96); - if (lookahead == '+') ADVANCE(172); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(175); - if (lookahead == '.') ADVANCE(129); - if (lookahead == '/') ADVANCE(127); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(121); - if (lookahead == '=') ADVANCE(29); - if (lookahead == '>') ADVANCE(126); - if (lookahead == '?') ADVANCE(24); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '^') ADVANCE(163); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(168); - if (lookahead == '}') ADVANCE(103); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '%') ADVANCE(179); + if (lookahead == '&') ADVANCE(161); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(102); + if (lookahead == '+') ADVANCE(171); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(173); + if (lookahead == '.') ADVANCE(128); + if (lookahead == '/') ADVANCE(177); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(186); + if (lookahead == '=') ADVANCE(35); + if (lookahead == '>') ADVANCE(127); + if (lookahead == '?') ADVANCE(31); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '^') ADVANCE(162); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(167); + if (lookahead == '}') ADVANCE(109); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(218); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(244); if (lookahead != 0 && lookahead > '#' && (lookahead < '\'' || '@' < lookahead) && - lookahead != '~') ADVANCE(230); + lookahead != '~') ADVANCE(256); END_STATE(); case 9: - if (lookahead == '!') ADVANCE(105); - if (lookahead == '%') ADVANCE(178); - if (lookahead == '&') ADVANCE(162); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(96); - if (lookahead == '+') ADVANCE(172); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(175); - if (lookahead == '.') ADVANCE(129); - if (lookahead == '/') ADVANCE(127); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(121); - if (lookahead == '=') ADVANCE(29); - if (lookahead == '>') ADVANCE(126); - if (lookahead == '?') ADVANCE(24); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '^') ADVANCE(163); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(168); - if (lookahead == '}') ADVANCE(103); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '%') ADVANCE(179); + if (lookahead == '&') ADVANCE(161); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(102); + if (lookahead == '+') ADVANCE(171); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(173); + if (lookahead == '.') ADVANCE(128); + if (lookahead == '/') ADVANCE(177); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(186); + if (lookahead == '=') ADVANCE(35); + if (lookahead == '>') ADVANCE(127); + if (lookahead == '?') ADVANCE(31); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '^') ADVANCE(162); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(167); + if (lookahead == '}') ADVANCE(109); if (anon_sym_BANG_character_set_1(lookahead)) SKIP(9) if (lookahead != 0 && lookahead > '#' && (lookahead < '\'' || '@' < lookahead) && - lookahead != '~') ADVANCE(230); + lookahead != '~') ADVANCE(256); END_STATE(); case 10: - if (lookahead == '!') ADVANCE(93); - if (lookahead == '\\') ADVANCE(51); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(231); + if (lookahead == '!') ADVANCE(99); + if (lookahead == '\\') ADVANCE(57); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(257); END_STATE(); case 11: - if (lookahead == '!') ADVANCE(104); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '#') ADVANCE(33); - if (lookahead == '&') ADVANCE(160); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(94); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(174); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(20); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(118); - if (lookahead == '=') ADVANCE(99); - if (lookahead == '>') ADVANCE(124); - if (lookahead == '?') ADVANCE(233); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(170); - if (lookahead == '}') ADVANCE(103); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(11) + if (lookahead == '!') ADVANCE(26); + END_STATE(); + case 12: + if (lookahead == '!') ADVANCE(110); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '#') ADVANCE(39); + if (lookahead == '&') ADVANCE(159); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(100); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(176); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(22); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(183); + if (lookahead == '=') ADVANCE(105); + if (lookahead == '>') ADVANCE(125); + if (lookahead == '?') ADVANCE(259); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(169); + if (lookahead == '}') ADVANCE(109); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(12) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || '+' < lookahead) && lookahead != '^' && lookahead != '`' && - lookahead != '~') ADVANCE(230); + lookahead != '~') ADVANCE(256); END_STATE(); - case 12: - if (lookahead == '!') ADVANCE(104); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '#') ADVANCE(33); - if (lookahead == '&') ADVANCE(160); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == '*') ADVANCE(94); - if (lookahead == '+') ADVANCE(171); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(174); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(215); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(118); - if (lookahead == '=') ADVANCE(99); - if (lookahead == '>') ADVANCE(124); - if (lookahead == '?') ADVANCE(233); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(101); - if (lookahead == '|') ADVANCE(170); - if (lookahead == '}') ADVANCE(103); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(13) + case 13: + if (lookahead == '!') ADVANCE(110); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '#') ADVANCE(39); + if (lookahead == '&') ADVANCE(159); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == '*') ADVANCE(100); + if (lookahead == '+') ADVANCE(170); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(176); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(236); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(183); + if (lookahead == '=') ADVANCE(105); + if (lookahead == '>') ADVANCE(125); + if (lookahead == '?') ADVANCE(259); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(107); + if (lookahead == '|') ADVANCE(169); + if (lookahead == '}') ADVANCE(109); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(14) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || ')' < lookahead) && lookahead != '^' && - lookahead != '~') ADVANCE(230); + lookahead != '~') ADVANCE(256); END_STATE(); - case 13: - if (lookahead == '!') ADVANCE(104); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '#') ADVANCE(33); - if (lookahead == '&') ADVANCE(160); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == '*') ADVANCE(94); - if (lookahead == '+') ADVANCE(171); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(174); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(20); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(118); - if (lookahead == '=') ADVANCE(99); - if (lookahead == '>') ADVANCE(124); - if (lookahead == '?') ADVANCE(233); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(101); - if (lookahead == '|') ADVANCE(170); - if (lookahead == '}') ADVANCE(103); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(13) + case 14: + if (lookahead == '!') ADVANCE(110); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '#') ADVANCE(39); + if (lookahead == '&') ADVANCE(159); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == '*') ADVANCE(100); + if (lookahead == '+') ADVANCE(170); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(176); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(22); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(183); + if (lookahead == '=') ADVANCE(105); + if (lookahead == '>') ADVANCE(125); + if (lookahead == '?') ADVANCE(259); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(107); + if (lookahead == '|') ADVANCE(169); + if (lookahead == '}') ADVANCE(109); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(14) if (lookahead != 0 && lookahead > 31 && (lookahead < '%' || ')' < lookahead) && lookahead != '^' && - lookahead != '~') ADVANCE(230); + lookahead != '~') ADVANCE(256); END_STATE(); - case 14: - if (lookahead == '!') ADVANCE(104); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '&') ADVANCE(160); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(94); - if (lookahead == '+') ADVANCE(172); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(175); - if (lookahead == '.') ADVANCE(23); - if (lookahead == '/') ADVANCE(127); - if (lookahead == '0') ADVANCE(220); - if (lookahead == '<') ADVANCE(123); - if (lookahead == '?') ADVANCE(233); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(101); - if (lookahead == '|') ADVANCE(165); - if (lookahead == '~') ADVANCE(190); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(14) + case 15: + if (lookahead == '!') ADVANCE(110); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '&') ADVANCE(159); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(100); + if (lookahead == '+') ADVANCE(171); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(173); + if (lookahead == '.') ADVANCE(30); + if (lookahead == '/') ADVANCE(177); + if (lookahead == '0') ADVANCE(246); + if (lookahead == '<') ADVANCE(188); + if (lookahead == '?') ADVANCE(259); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(107); + if (lookahead == '|') ADVANCE(164); + if (lookahead == '~') ADVANCE(197); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(15) if (lookahead != 0 && lookahead > '#' && (lookahead < '%' || '>' < lookahead) && lookahead != '^' && - lookahead != '}') ADVANCE(230); + lookahead != '}') ADVANCE(256); END_STATE(); - case 15: - if (lookahead == '!') ADVANCE(104); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '&') ADVANCE(160); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '+') ADVANCE(172); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(175); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(127); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(123); - if (lookahead == '=') ADVANCE(99); - if (lookahead == '>') ADVANCE(124); - if (lookahead == '?') ADVANCE(234); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(170); - if (lookahead == '}') ADVANCE(103); - if (lookahead == '~') ADVANCE(190); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(15) + case 16: + if (lookahead == '!') ADVANCE(110); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '&') ADVANCE(159); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '+') ADVANCE(171); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(173); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(177); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(188); + if (lookahead == '=') ADVANCE(105); + if (lookahead == '>') ADVANCE(125); + if (lookahead == '?') ADVANCE(260); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(169); + if (lookahead == '}') ADVANCE(109); + if (lookahead == '~') ADVANCE(197); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(16) if (lookahead != 0 && lookahead > '#' && (lookahead < '%' || '*' < lookahead) && - lookahead != '^') ADVANCE(230); - END_STATE(); - case 16: - if (lookahead == '"') ADVANCE(193); - if (lookahead == '/') ADVANCE(196); - if (lookahead == '\\') ADVANCE(53); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(199); - if (lookahead != 0) ADVANCE(200); + lookahead != '^') ADVANCE(256); END_STATE(); case 17: - if (lookahead == '$') ADVANCE(54); - if (lookahead == '-') ADVANCE(32); - if (lookahead == '/') ADVANCE(20); - if (lookahead == ':') ADVANCE(109); - if (lookahead == '?') ADVANCE(28); - if (lookahead == '\\') ADVANCE(53); - if (lookahead == '`') ADVANCE(213); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(18) + if (lookahead == '"') ADVANCE(200); + if (lookahead == '-') ADVANCE(208); + if (lookahead == '/') ADVANCE(204); + if (lookahead == '<') ADVANCE(203); + if (lookahead == '\\') ADVANCE(59); + if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(207); + if (lookahead != 0) ADVANCE(212); END_STATE(); case 18: - if (lookahead == '$') ADVANCE(54); - if (lookahead == '-') ADVANCE(32); - if (lookahead == '/') ADVANCE(20); - if (lookahead == ':') ADVANCE(109); - if (lookahead == '?') ADVANCE(28); - if (lookahead == '`') ADVANCE(213); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(18) + if (lookahead == '$') ADVANCE(60); + if (lookahead == '-') ADVANCE(28); + if (lookahead == '/') ADVANCE(22); + if (lookahead == ':') ADVANCE(115); + if (lookahead == '<') ADVANCE(11); + if (lookahead == '?') ADVANCE(34); + if (lookahead == '\\') ADVANCE(59); + if (lookahead == '`') ADVANCE(234); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(19) END_STATE(); case 19: - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '/') ADVANCE(202); - if (lookahead == '\\') ADVANCE(53); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(205); - if (lookahead != 0) ADVANCE(206); + if (lookahead == '$') ADVANCE(60); + if (lookahead == '-') ADVANCE(28); + if (lookahead == '/') ADVANCE(22); + if (lookahead == ':') ADVANCE(115); + if (lookahead == '<') ADVANCE(11); + if (lookahead == '?') ADVANCE(34); + if (lookahead == '`') ADVANCE(234); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(19) END_STATE(); case 20: - if (lookahead == '*') ADVANCE(22); - if (lookahead == '/') ADVANCE(212); + if (lookahead == '&') ADVANCE(159); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(27); + if (lookahead == '.') ADVANCE(128); + if (lookahead == '/') ADVANCE(22); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(183); + if (lookahead == '=') ADVANCE(105); + if (lookahead == '>') ADVANCE(125); + if (lookahead == '?') ADVANCE(260); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(169); + if (lookahead == '}') ADVANCE(109); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(20) + if (lookahead != 0 && + lookahead > '#' && + (lookahead < '%' || '@' < lookahead) && + lookahead != '^' && + lookahead != '`' && + lookahead != '~') ADVANCE(256); END_STATE(); case 21: - if (lookahead == '*') ADVANCE(21); - if (lookahead == '/') ADVANCE(211); - if (lookahead != 0) ADVANCE(22); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '-') ADVANCE(219); + if (lookahead == '/') ADVANCE(215); + if (lookahead == '<') ADVANCE(214); + if (lookahead == '\\') ADVANCE(59); + if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(218); + if (lookahead != 0) ADVANCE(223); END_STATE(); case 22: - if (lookahead == '*') ADVANCE(21); - if (lookahead != 0) ADVANCE(22); + if (lookahead == '*') ADVANCE(24); + if (lookahead == '/') ADVANCE(231); END_STATE(); case 23: - if (lookahead == '.') ADVANCE(25); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(227); + if (lookahead == '*') ADVANCE(23); + if (lookahead == '/') ADVANCE(228); + if (lookahead != 0) ADVANCE(24); END_STATE(); case 24: - if (lookahead == '.') ADVANCE(133); - if (lookahead == '?') ADVANCE(188); + if (lookahead == '*') ADVANCE(23); + if (lookahead != 0) ADVANCE(24); END_STATE(); case 25: - if (lookahead == '.') ADVANCE(149); + if (lookahead == '-') ADVANCE(231); END_STATE(); case 26: - if (lookahead == '/') ADVANCE(20); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(26) + if (lookahead == '-') ADVANCE(25); END_STATE(); case 27: - if (lookahead == ':') ADVANCE(237); + if (lookahead == '-') ADVANCE(36); END_STATE(); case 28: - if (lookahead == ':') ADVANCE(238); + if (lookahead == '-') ADVANCE(36); + if (lookahead == '?') ADVANCE(33); END_STATE(); case 29: - if (lookahead == '=') ADVANCE(183); + if (lookahead == '-') ADVANCE(27); + if (lookahead == '/') ADVANCE(22); + if (lookahead == '<') ADVANCE(11); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(29) END_STATE(); case 30: - if (lookahead == '>') ADVANCE(116); + if (lookahead == '.') ADVANCE(32); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(253); END_STATE(); case 31: - if (lookahead == '>') ADVANCE(117); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '?') ADVANCE(195); END_STATE(); case 32: - if (lookahead == '?') ADVANCE(27); + if (lookahead == '.') ADVANCE(148); END_STATE(); case 33: - if (lookahead == '\\') ADVANCE(51); - if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(231); + if (lookahead == ':') ADVANCE(263); END_STATE(); case 34: - if (lookahead == '\\') ADVANCE(87); - if (lookahead == ']') ADVANCE(217); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(34); + if (lookahead == ':') ADVANCE(264); END_STATE(); case 35: - if (lookahead == 'a') ADVANCE(47); + if (lookahead == '=') ADVANCE(190); END_STATE(); case 36: - if (lookahead == 'a') ADVANCE(48); + if (lookahead == '>') ADVANCE(231); END_STATE(); case 37: - if (lookahead == 'e') ADVANCE(43); + if (lookahead == '>') ADVANCE(123); END_STATE(); case 38: - if (lookahead == 'e') ADVANCE(30); + if (lookahead == '>') ADVANCE(124); END_STATE(); case 39: - if (lookahead == 'e') ADVANCE(31); + if (lookahead == '\\') ADVANCE(57); + if (!sym_private_property_identifier_character_set_1(lookahead)) ADVANCE(257); END_STATE(); case 40: - if (lookahead == 'e') ADVANCE(44); + if (lookahead == '\\') ADVANCE(93); + if (lookahead == ']') ADVANCE(243); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(40); END_STATE(); case 41: - if (lookahead == 'l') ADVANCE(35); + if (lookahead == 'a') ADVANCE(53); END_STATE(); case 42: - if (lookahead == 'l') ADVANCE(36); + if (lookahead == 'a') ADVANCE(54); END_STATE(); case 43: - if (lookahead == 'm') ADVANCE(45); + if (lookahead == 'e') ADVANCE(49); END_STATE(); case 44: - if (lookahead == 'm') ADVANCE(46); + if (lookahead == 'e') ADVANCE(37); END_STATE(); case 45: - if (lookahead == 'p') ADVANCE(41); + if (lookahead == 'e') ADVANCE(38); END_STATE(); case 46: - if (lookahead == 'p') ADVANCE(42); + if (lookahead == 'e') ADVANCE(50); END_STATE(); case 47: - if (lookahead == 't') ADVANCE(38); + if (lookahead == 'l') ADVANCE(41); END_STATE(); case 48: - if (lookahead == 't') ADVANCE(39); + if (lookahead == 'l') ADVANCE(42); END_STATE(); case 49: - if (lookahead == 't') ADVANCE(40); + if (lookahead == 'm') ADVANCE(51); END_STATE(); case 50: - if (lookahead == 'u') ADVANCE(55); - if (lookahead == 'x') ADVANCE(79); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(210); - if (lookahead != 0) ADVANCE(207); + if (lookahead == 'm') ADVANCE(52); END_STATE(); case 51: - if (lookahead == 'u') ADVANCE(56); + if (lookahead == 'p') ADVANCE(47); END_STATE(); case 52: - if (lookahead == 'u') ADVANCE(57); + if (lookahead == 'p') ADVANCE(48); END_STATE(); case 53: - if (lookahead == 'u') ADVANCE(58); - if (lookahead == 'x') ADVANCE(79); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(210); - if (lookahead != 0) ADVANCE(207); + if (lookahead == 't') ADVANCE(44); END_STATE(); case 54: - if (lookahead == '{') ADVANCE(214); + if (lookahead == 't') ADVANCE(45); END_STATE(); case 55: - if (lookahead == '{') ADVANCE(74); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(84); + if (lookahead == 't') ADVANCE(46); END_STATE(); case 56: - if (lookahead == '{') ADVANCE(77); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(85); + if (lookahead == 'u') ADVANCE(61); + if (lookahead == 'x') ADVANCE(85); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(227); + if (lookahead != 0) ADVANCE(224); END_STATE(); case 57: - if (lookahead == '{') ADVANCE(78); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(86); + if (lookahead == 'u') ADVANCE(62); END_STATE(); case 58: - if (lookahead == '{') ADVANCE(80); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(76); + if (lookahead == 'u') ADVANCE(63); END_STATE(); case 59: - if (lookahead == '}') ADVANCE(230); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(59); + if (lookahead == 'u') ADVANCE(64); + if (lookahead == 'x') ADVANCE(85); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(227); + if (lookahead != 0) ADVANCE(224); END_STATE(); case 60: - if (lookahead == '}') ADVANCE(231); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(60); + if (lookahead == '{') ADVANCE(235); END_STATE(); case 61: - if (lookahead == '}') ADVANCE(207); + if (lookahead == '{') ADVANCE(80); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(90); END_STATE(); case 62: - if (lookahead == '}') ADVANCE(208); + if (lookahead == '{') ADVANCE(83); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(91); END_STATE(); case 63: - if (lookahead == '+' || - lookahead == '-') ADVANCE(69); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(226); + if (lookahead == '{') ADVANCE(84); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(92); END_STATE(); case 64: - if (lookahead == '0' || - lookahead == '1') ADVANCE(222); + if (lookahead == '{') ADVANCE(86); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(82); END_STATE(); case 65: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(223); + if (lookahead == '}') ADVANCE(256); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(65); END_STATE(); case 66: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(221); + if (lookahead == '}') ADVANCE(257); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(66); END_STATE(); case 67: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(227); + if (lookahead == '}') ADVANCE(224); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(67); END_STATE(); case 68: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(225); + if (lookahead == '}') ADVANCE(225); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(68); END_STATE(); case 69: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(226); + if (lookahead == '+' || + lookahead == '-') ADVANCE(75); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(252); END_STATE(); case 70: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(230); + if (lookahead == '0' || + lookahead == '1') ADVANCE(248); END_STATE(); case 71: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(231); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(249); END_STATE(); case 72: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(207); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); case 73: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(224); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(253); END_STATE(); case 74: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(251); END_STATE(); case 75: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(208); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(252); END_STATE(); case 76: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(79); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(256); END_STATE(); case 77: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(60); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(257); END_STATE(); case 78: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(59); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(224); END_STATE(); case 79: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(72); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(250); END_STATE(); case 80: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(68); END_STATE(); case 81: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(75); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(225); END_STATE(); case 82: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(71); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(85); END_STATE(); case 83: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(70); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(66); END_STATE(); case 84: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(81); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(65); END_STATE(); case 85: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(82); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(78); END_STATE(); case 86: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(83); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(67); END_STATE(); case 87: - if (lookahead != 0 && - lookahead != '\n') ADVANCE(34); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(81); END_STATE(); case 88: - if (lookahead != 0 && - lookahead != '\n') ADVANCE(217); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(77); END_STATE(); case 89: - if (eof) ADVANCE(92); - if (lookahead == '!') ADVANCE(105); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '#') ADVANCE(10); - if (lookahead == '$') ADVANCE(229); - if (lookahead == '%') ADVANCE(179); - if (lookahead == '&') ADVANCE(161); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(95); - if (lookahead == '+') ADVANCE(173); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(177); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(127); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(120); - if (lookahead == '=') ADVANCE(98); - if (lookahead == '>') ADVANCE(125); - if (lookahead == '?') ADVANCE(235); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '^') ADVANCE(164); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(101); - if (lookahead == '|') ADVANCE(167); - if (lookahead == '}') ADVANCE(103); - if (lookahead == '~') ADVANCE(190); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(89) - if (lookahead != 0 && - lookahead > 31) ADVANCE(230); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(76); END_STATE(); case 90: - if (eof) ADVANCE(92); - if (lookahead == '!') ADVANCE(105); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '%') ADVANCE(178); - if (lookahead == '&') ADVANCE(162); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(96); - if (lookahead == '+') ADVANCE(172); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(175); - if (lookahead == '.') ADVANCE(131); - if (lookahead == '/') ADVANCE(127); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(122); - if (lookahead == '=') ADVANCE(97); - if (lookahead == '>') ADVANCE(126); - if (lookahead == '?') ADVANCE(24); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '^') ADVANCE(163); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(168); - if (lookahead == '}') ADVANCE(103); - if (lookahead == '~') ADVANCE(190); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(90) - if (lookahead != 0 && - lookahead > '#') ADVANCE(230); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(87); END_STATE(); case 91: - if (eof) ADVANCE(92); - if (lookahead == '!') ADVANCE(104); - if (lookahead == '"') ADVANCE(193); - if (lookahead == '#') ADVANCE(10); - if (lookahead == '&') ADVANCE(160); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '(') ADVANCE(106); - if (lookahead == ')') ADVANCE(107); - if (lookahead == '*') ADVANCE(94); - if (lookahead == '+') ADVANCE(172); - if (lookahead == ',') ADVANCE(102); - if (lookahead == '-') ADVANCE(175); - if (lookahead == '.') ADVANCE(130); - if (lookahead == '/') ADVANCE(127); - if (lookahead == '0') ADVANCE(220); - if (lookahead == ':') ADVANCE(109); - if (lookahead == ';') ADVANCE(108); - if (lookahead == '<') ADVANCE(123); - if (lookahead == '=') ADVANCE(99); - if (lookahead == '>') ADVANCE(124); - if (lookahead == '?') ADVANCE(233); - if (lookahead == '@') ADVANCE(232); - if (lookahead == '[') ADVANCE(110); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == ']') ADVANCE(111); - if (lookahead == '`') ADVANCE(213); - if (lookahead == '{') ADVANCE(100); - if (lookahead == '|') ADVANCE(170); - if (lookahead == '}') ADVANCE(103); - if (lookahead == '~') ADVANCE(190); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); - if (anon_sym_BANG_character_set_1(lookahead)) SKIP(91) - if (lookahead != 0 && - lookahead > 31 && - lookahead != '%' && - lookahead != '^') ADVANCE(230); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(88); END_STATE(); case 92: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(89); END_STATE(); case 93: - ACCEPT_TOKEN(sym_hash_bang_line); if (lookahead != 0 && - lookahead != '\n') ADVANCE(93); + lookahead != '\n') ADVANCE(40); END_STATE(); case 94: - ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(243); END_STATE(); case 95: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(181); - if (lookahead == '=') ADVANCE(136); + if (eof) ADVANCE(98); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '#') ADVANCE(10); + if (lookahead == '$') ADVANCE(255); + if (lookahead == '%') ADVANCE(180); + if (lookahead == '&') ADVANCE(160); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(101); + if (lookahead == '+') ADVANCE(172); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(175); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(177); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(185); + if (lookahead == '=') ADVANCE(104); + if (lookahead == '>') ADVANCE(126); + if (lookahead == '?') ADVANCE(261); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '^') ADVANCE(163); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(107); + if (lookahead == '|') ADVANCE(166); + if (lookahead == '}') ADVANCE(109); + if (lookahead == '~') ADVANCE(197); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(95) + if (lookahead != 0 && + lookahead > 31) ADVANCE(256); END_STATE(); case 96: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(180); + if (eof) ADVANCE(98); + if (lookahead == '!') ADVANCE(111); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '%') ADVANCE(179); + if (lookahead == '&') ADVANCE(161); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(102); + if (lookahead == '+') ADVANCE(171); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(173); + if (lookahead == '.') ADVANCE(130); + if (lookahead == '/') ADVANCE(177); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(187); + if (lookahead == '=') ADVANCE(103); + if (lookahead == '>') ADVANCE(127); + if (lookahead == '?') ADVANCE(31); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '^') ADVANCE(162); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(167); + if (lookahead == '}') ADVANCE(109); + if (lookahead == '~') ADVANCE(197); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(96) + if (lookahead != 0 && + lookahead > '#') ADVANCE(256); END_STATE(); case 97: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(183); + if (eof) ADVANCE(98); + if (lookahead == '!') ADVANCE(110); + if (lookahead == '"') ADVANCE(200); + if (lookahead == '#') ADVANCE(10); + if (lookahead == '&') ADVANCE(159); + if (lookahead == '\'') ADVANCE(201); + if (lookahead == '(') ADVANCE(112); + if (lookahead == ')') ADVANCE(113); + if (lookahead == '*') ADVANCE(100); + if (lookahead == '+') ADVANCE(171); + if (lookahead == ',') ADVANCE(108); + if (lookahead == '-') ADVANCE(173); + if (lookahead == '.') ADVANCE(129); + if (lookahead == '/') ADVANCE(177); + if (lookahead == '0') ADVANCE(246); + if (lookahead == ':') ADVANCE(115); + if (lookahead == ';') ADVANCE(114); + if (lookahead == '<') ADVANCE(188); + if (lookahead == '=') ADVANCE(105); + if (lookahead == '>') ADVANCE(125); + if (lookahead == '?') ADVANCE(259); + if (lookahead == '@') ADVANCE(258); + if (lookahead == '[') ADVANCE(116); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == ']') ADVANCE(117); + if (lookahead == '`') ADVANCE(234); + if (lookahead == '{') ADVANCE(106); + if (lookahead == '|') ADVANCE(169); + if (lookahead == '}') ADVANCE(109); + if (lookahead == '~') ADVANCE(197); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); + if (anon_sym_BANG_character_set_1(lookahead)) SKIP(97) + if (lookahead != 0 && + lookahead > 31 && + lookahead != '%' && + lookahead != '^') ADVANCE(256); END_STATE(); case 98: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(183); - if (lookahead == '>') ADVANCE(132); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 99: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '>') ADVANCE(132); + ACCEPT_TOKEN(sym_hash_bang_line); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(99); END_STATE(); case 100: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 101: - ACCEPT_TOKEN(anon_sym_LBRACE); - if (lookahead == '|') ADVANCE(239); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(182); + if (lookahead == '=') ADVANCE(135); END_STATE(); case 102: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(181); END_STATE(); case 103: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(190); END_STATE(); case 104: - ACCEPT_TOKEN(anon_sym_BANG); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(190); + if (lookahead == '>') ADVANCE(131); END_STATE(); case 105: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(185); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '>') ADVANCE(131); END_STATE(); case 106: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 107: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_LBRACE); + if (lookahead == '|') ADVANCE(265); END_STATE(); case 108: - ACCEPT_TOKEN(anon_sym_SEMI); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 109: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 110: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 111: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(192); END_STATE(); case 112: - ACCEPT_TOKEN(sym__glimmer_template_content); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 113: - ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '*') ADVANCE(22); - if (lookahead == '/') ADVANCE(212); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 114: - ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '/') ADVANCE(113); - if (lookahead == '<') ADVANCE(115); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(114); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(112); + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 115: - ACCEPT_TOKEN(sym__glimmer_template_content); - if (lookahead == '/') ADVANCE(49); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 116: - ACCEPT_TOKEN(anon_sym_LTtemplate_GT); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 117: - ACCEPT_TOKEN(anon_sym_LT_SLASHtemplate_GT); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 118: - ACCEPT_TOKEN(anon_sym_LT); + ACCEPT_TOKEN(sym__glimmer_template_content); END_STATE(); case 119: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(159); - if (lookahead == '=') ADVANCE(182); + ACCEPT_TOKEN(sym__glimmer_template_content); + if (lookahead == '!') ADVANCE(26); + if (lookahead == '/') ADVANCE(55); END_STATE(); case 120: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(159); - if (lookahead == '=') ADVANCE(182); - if (lookahead == 't') ADVANCE(37); + ACCEPT_TOKEN(sym__glimmer_template_content); + if (lookahead == '*') ADVANCE(24); + if (lookahead == '/') ADVANCE(231); END_STATE(); case 121: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(158); - if (lookahead == '=') ADVANCE(182); + ACCEPT_TOKEN(sym__glimmer_template_content); + if (lookahead == '-') ADVANCE(122); + if (lookahead == '/') ADVANCE(120); + if (lookahead == '<') ADVANCE(119); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(121); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(118); END_STATE(); case 122: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(158); - if (lookahead == '=') ADVANCE(182); - if (lookahead == 't') ADVANCE(37); + ACCEPT_TOKEN(sym__glimmer_template_content); + if (lookahead == '-') ADVANCE(36); END_STATE(); case 123: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == 't') ADVANCE(37); + ACCEPT_TOKEN(anon_sym_LTtemplate_GT); END_STATE(); case 124: - ACCEPT_TOKEN(anon_sym_GT); + ACCEPT_TOKEN(anon_sym_LT_SLASHtemplate_GT); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(187); - if (lookahead == '>') ADVANCE(154); END_STATE(); case 126: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(187); - if (lookahead == '>') ADVANCE(155); + if (lookahead == '=') ADVANCE(194); + if (lookahead == '>') ADVANCE(153); END_STATE(); case 127: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(22); - if (lookahead == '/') ADVANCE(212); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(194); + if (lookahead == '>') ADVANCE(154); END_STATE(); case 128: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(22); - if (lookahead == '/') ADVANCE(212); - if (lookahead == '=') ADVANCE(137); + ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 129: ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(32); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(253); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(25); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(227); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(253); END_STATE(); case 131: - ACCEPT_TOKEN(anon_sym_DOT); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(227); + ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 132: - ACCEPT_TOKEN(anon_sym_EQ_GT); + ACCEPT_TOKEN(anon_sym_QMARK_DOT); END_STATE(); case 133: - ACCEPT_TOKEN(anon_sym_QMARK_DOT); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 134: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 135: - ACCEPT_TOKEN(anon_sym_DASH_EQ); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 136: - ACCEPT_TOKEN(anon_sym_STAR_EQ); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 137: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 138: - ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 139: - ACCEPT_TOKEN(anon_sym_CARET_EQ); + ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 140: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 141: - ACCEPT_TOKEN(anon_sym_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 142: - ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ); END_STATE(); case 143: - ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 144: - ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 145: - ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); + ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); END_STATE(); case 146: - ACCEPT_TOKEN(anon_sym_AMP_AMP_EQ); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); END_STATE(); case 147: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); END_STATE(); case 148: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); + ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 149: - ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 150: ACCEPT_TOKEN(anon_sym_AMP_AMP); + if (lookahead == '=') ADVANCE(145); END_STATE(); case 151: - ACCEPT_TOKEN(anon_sym_AMP_AMP); - if (lookahead == '=') ADVANCE(146); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + if (lookahead == '=') ADVANCE(146); END_STATE(); case 153: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); - if (lookahead == '=') ADVANCE(147); + ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(141); + if (lookahead == '>') ADVANCE(156); END_STATE(); case 154: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(142); - if (lookahead == '>') ADVANCE(157); + if (lookahead == '>') ADVANCE(155); END_STATE(); case 155: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '>') ADVANCE(156); + ACCEPT_TOKEN(anon_sym_GT_GT_GT); END_STATE(); case 156: ACCEPT_TOKEN(anon_sym_GT_GT_GT); + if (lookahead == '=') ADVANCE(142); END_STATE(); case 157: - ACCEPT_TOKEN(anon_sym_GT_GT_GT); - if (lookahead == '=') ADVANCE(143); + ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 158: ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '=') ADVANCE(143); END_STATE(); case 159: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(144); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 160: ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(150); + if (lookahead == '=') ADVANCE(139); END_STATE(); case 161: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(151); - if (lookahead == '=') ADVANCE(140); + if (lookahead == '&') ADVANCE(149); END_STATE(); case 162: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(150); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(138); END_STATE(); case 164: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(139); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 165: ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(140); + if (lookahead == '|') ADVANCE(152); END_STATE(); case 166: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(141); - if (lookahead == '|') ADVANCE(153); + if (lookahead == '=') ADVANCE(140); + if (lookahead == '|') ADVANCE(152); + if (lookahead == '}') ADVANCE(266); END_STATE(); case 167: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(141); - if (lookahead == '|') ADVANCE(153); - if (lookahead == '}') ADVANCE(240); + if (lookahead == '|') ADVANCE(151); END_STATE(); case 168: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(152); + if (lookahead == '|') ADVANCE(151); + if (lookahead == '}') ADVANCE(266); END_STATE(); case 169: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(152); - if (lookahead == '}') ADVANCE(240); + if (lookahead == '}') ADVANCE(266); END_STATE(); case 170: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '}') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 171: ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(198); END_STATE(); case 172: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(191); + if (lookahead == '+') ADVANCE(198); + if (lookahead == '=') ADVANCE(133); END_STATE(); case 173: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(191); - if (lookahead == '=') ADVANCE(134); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(199); END_STATE(); case 174: ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(199); + if (lookahead == '=') ADVANCE(134); END_STATE(); case 175: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(192); + if (lookahead == '-') ADVANCE(199); + if (lookahead == '=') ADVANCE(134); + if (lookahead == '?') ADVANCE(33); END_STATE(); case 176: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(192); - if (lookahead == '=') ADVANCE(135); + if (lookahead == '-') ADVANCE(36); END_STATE(); case 177: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(192); - if (lookahead == '=') ADVANCE(135); - if (lookahead == '?') ADVANCE(27); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(24); + if (lookahead == '/') ADVANCE(231); END_STATE(); case 178: - ACCEPT_TOKEN(anon_sym_PERCENT); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(24); + if (lookahead == '/') ADVANCE(231); + if (lookahead == '=') ADVANCE(136); END_STATE(); case 179: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(138); END_STATE(); case 180: - ACCEPT_TOKEN(anon_sym_STAR_STAR); + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(137); END_STATE(); case 181: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(145); END_STATE(); case 182: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (lookahead == '=') ADVANCE(144); END_STATE(); case 183: - ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (lookahead == '=') ADVANCE(184); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(26); END_STATE(); case 184: - ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(26); + if (lookahead == '<') ADVANCE(158); + if (lookahead == '=') ADVANCE(189); END_STATE(); case 185: - ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == '=') ADVANCE(186); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(26); + if (lookahead == '<') ADVANCE(158); + if (lookahead == '=') ADVANCE(189); + if (lookahead == 't') ADVANCE(43); END_STATE(); case 186: - ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(26); + if (lookahead == '<') ADVANCE(157); + if (lookahead == '=') ADVANCE(189); END_STATE(); case 187: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(26); + if (lookahead == '<') ADVANCE(157); + if (lookahead == '=') ADVANCE(189); + if (lookahead == 't') ADVANCE(43); END_STATE(); case 188: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '!') ADVANCE(26); + if (lookahead == 't') ADVANCE(43); END_STATE(); case 189: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK); - if (lookahead == '=') ADVANCE(148); + ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 190: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_EQ_EQ); + if (lookahead == '=') ADVANCE(191); END_STATE(); case 191: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); END_STATE(); case 192: - ACCEPT_TOKEN(anon_sym_DASH_DASH); + ACCEPT_TOKEN(anon_sym_BANG_EQ); + if (lookahead == '=') ADVANCE(193); END_STATE(); case 193: - ACCEPT_TOKEN(anon_sym_DQUOTE); + ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); END_STATE(); case 194: - ACCEPT_TOKEN(anon_sym_SQUOTE); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 195: + ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + END_STATE(); + case 196: + ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + if (lookahead == '=') ADVANCE(147); + END_STATE(); + case 197: + ACCEPT_TOKEN(anon_sym_TILDE); + END_STATE(); + case 198: + ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + END_STATE(); + case 199: + ACCEPT_TOKEN(anon_sym_DASH_DASH); + if (lookahead == '>') ADVANCE(231); + END_STATE(); + case 200: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 201: + ACCEPT_TOKEN(anon_sym_SQUOTE); + END_STATE(); + case 202: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '\n') ADVANCE(200); + if (lookahead == '\n') ADVANCE(212); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(195); + lookahead != '\\') ADVANCE(202); END_STATE(); - case 196: + case 203: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(198); - if (lookahead == '/') ADVANCE(195); + if (lookahead == '!') ADVANCE(210); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(200); + lookahead != '\\') ADVANCE(212); END_STATE(); - case 197: + case 204: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(197); - if (lookahead == '/') ADVANCE(200); + if (lookahead == '*') ADVANCE(206); + if (lookahead == '/') ADVANCE(202); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(198); + lookahead != '\\') ADVANCE(212); END_STATE(); - case 198: + case 205: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '*') ADVANCE(197); + if (lookahead == '*') ADVANCE(205); + if (lookahead == '/') ADVANCE(212); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(198); + lookahead != '\\') ADVANCE(206); END_STATE(); - case 199: + case 206: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); - if (lookahead == '/') ADVANCE(196); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(199); + if (lookahead == '*') ADVANCE(205); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(200); + lookahead != '\\') ADVANCE(206); END_STATE(); - case 200: + case 207: ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '-') ADVANCE(208); + if (lookahead == '/') ADVANCE(204); + if (lookahead == '<') ADVANCE(203); + if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(207); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(200); + lookahead != '\\') ADVANCE(212); END_STATE(); - case 201: + case 208: + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '-') ADVANCE(211); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(212); + END_STATE(); + case 209: + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '-') ADVANCE(202); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(212); + END_STATE(); + case 210: + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '-') ADVANCE(209); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(212); + END_STATE(); + case 211: + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead == '>') ADVANCE(202); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(212); + END_STATE(); + case 212: + ACCEPT_TOKEN(sym_unescaped_double_string_fragment); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(212); + END_STATE(); + case 213: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '\n') ADVANCE(206); + if (lookahead == '\n') ADVANCE(223); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(201); + lookahead != '\\') ADVANCE(213); END_STATE(); - case 202: + case 214: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(204); - if (lookahead == '/') ADVANCE(201); + if (lookahead == '!') ADVANCE(221); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(206); + lookahead != '\\') ADVANCE(223); END_STATE(); - case 203: + case 215: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(203); - if (lookahead == '/') ADVANCE(206); + if (lookahead == '*') ADVANCE(217); + if (lookahead == '/') ADVANCE(213); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(204); + lookahead != '\\') ADVANCE(223); END_STATE(); - case 204: + case 216: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '*') ADVANCE(203); + if (lookahead == '*') ADVANCE(216); + if (lookahead == '/') ADVANCE(223); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(204); + lookahead != '\\') ADVANCE(217); END_STATE(); - case 205: + case 217: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); - if (lookahead == '/') ADVANCE(202); - if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(205); + if (lookahead == '*') ADVANCE(216); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(206); + lookahead != '\\') ADVANCE(217); END_STATE(); - case 206: + case 218: ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '-') ADVANCE(219); + if (lookahead == '/') ADVANCE(215); + if (lookahead == '<') ADVANCE(214); + if (anon_sym_BANG_character_set_1(lookahead)) ADVANCE(218); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(206); + lookahead != '\\') ADVANCE(223); END_STATE(); - case 207: + case 219: + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '-') ADVANCE(222); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(223); + END_STATE(); + case 220: + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '-') ADVANCE(213); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(223); + END_STATE(); + case 221: + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '-') ADVANCE(220); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(223); + END_STATE(); + case 222: + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead == '>') ADVANCE(213); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(223); + END_STATE(); + case 223: + ACCEPT_TOKEN(sym_unescaped_single_string_fragment); + if (lookahead != 0 && + lookahead != '\'' && + lookahead != '\\') ADVANCE(223); + END_STATE(); + case 224: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); - case 208: + case 225: ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(52); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(230); + if (lookahead == '\\') ADVANCE(58); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(256); END_STATE(); - case 209: + case 226: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(207); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(224); END_STATE(); - case 210: + case 227: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(209); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(226); END_STATE(); - case 211: + case 228: ACCEPT_TOKEN(sym_comment); END_STATE(); - case 212: + case 229: ACCEPT_TOKEN(sym_comment); + if (lookahead == '/') ADVANCE(231); + if (lookahead == '[') ADVANCE(230); + if (lookahead == '\\') ADVANCE(232); if (lookahead != 0 && - lookahead != '\n') ADVANCE(212); + lookahead != '\n') ADVANCE(229); END_STATE(); - case 213: + case 230: + ACCEPT_TOKEN(sym_comment); + if (lookahead == '\\') ADVANCE(233); + if (lookahead == ']') ADVANCE(229); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(230); + END_STATE(); + case 231: + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(231); + END_STATE(); + case 232: + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(229); + END_STATE(); + case 233: + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(230); + END_STATE(); + case 234: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 214: + case 235: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); - case 215: + case 236: ACCEPT_TOKEN(anon_sym_SLASH2); - if (lookahead == '*') ADVANCE(22); - if (lookahead == '/') ADVANCE(212); + if (lookahead == '*') ADVANCE(24); + if (lookahead == '/') ADVANCE(231); END_STATE(); - case 216: + case 237: ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '\n') SKIP(26) - if (lookahead == '/') ADVANCE(20); - if (lookahead == '[') ADVANCE(34); - if (lookahead == '\\') ADVANCE(88); - if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(216); - if (lookahead != 0) ADVANCE(217); + if (lookahead == '\n') SKIP(29) + if (lookahead == '-') ADVANCE(239); + if (lookahead == '/') ADVANCE(22); + if (lookahead == '<') ADVANCE(238); + if (lookahead == '[') ADVANCE(40); + if (lookahead == '\\') ADVANCE(94); + if (sym__glimmer_template_content_character_set_1(lookahead)) ADVANCE(237); + if (lookahead != 0) ADVANCE(243); END_STATE(); - case 217: + case 238: ACCEPT_TOKEN(sym_regex_pattern); - if (lookahead == '[') ADVANCE(34); - if (lookahead == '\\') ADVANCE(88); + if (lookahead == '!') ADVANCE(241); + if (lookahead == '[') ADVANCE(40); + if (lookahead == '\\') ADVANCE(94); if (lookahead != 0 && lookahead != '\n' && - lookahead != '/') ADVANCE(217); + lookahead != '/') ADVANCE(243); END_STATE(); - case 218: + case 239: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '-') ADVANCE(242); + if (lookahead == '[') ADVANCE(40); + if (lookahead == '\\') ADVANCE(94); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(243); + END_STATE(); + case 240: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '-') ADVANCE(229); + if (lookahead == '[') ADVANCE(40); + if (lookahead == '\\') ADVANCE(94); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(243); + END_STATE(); + case 241: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '-') ADVANCE(240); + if (lookahead == '[') ADVANCE(40); + if (lookahead == '\\') ADVANCE(94); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(243); + END_STATE(); + case 242: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '>') ADVANCE(229); + if (lookahead == '[') ADVANCE(40); + if (lookahead == '\\') ADVANCE(94); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(243); + END_STATE(); + case 243: + ACCEPT_TOKEN(sym_regex_pattern); + if (lookahead == '[') ADVANCE(40); + if (lookahead == '\\') ADVANCE(94); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '/') ADVANCE(243); + END_STATE(); + case 244: ACCEPT_TOKEN(sym_regex_flags); - if (lookahead == '\\') ADVANCE(52); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(218); - if (!sym_identifier_character_set_2(lookahead)) ADVANCE(230); + if (lookahead == '\\') ADVANCE(58); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(244); + if (!sym_identifier_character_set_2(lookahead)) ADVANCE(256); END_STATE(); - case 219: + case 245: ACCEPT_TOKEN(sym_number); END_STATE(); - case 220: + case 246: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(228); - if (lookahead == '0') ADVANCE(225); + if (lookahead == '.') ADVANCE(254); + if (lookahead == '0') ADVANCE(251); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(64); + lookahead == 'b') ADVANCE(70); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(63); + lookahead == 'e') ADVANCE(69); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(65); + lookahead == 'o') ADVANCE(71); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(73); - if (lookahead == '_') ADVANCE(68); - if (lookahead == 'n') ADVANCE(219); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(221); + lookahead == 'x') ADVANCE(79); + if (lookahead == '_') ADVANCE(74); + if (lookahead == 'n') ADVANCE(245); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); - case 221: + case 247: ACCEPT_TOKEN(sym_number); - if (lookahead == '.') ADVANCE(228); + if (lookahead == '.') ADVANCE(254); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(63); - if (lookahead == '_') ADVANCE(66); - if (lookahead == 'n') ADVANCE(219); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(221); + lookahead == 'e') ADVANCE(69); + if (lookahead == '_') ADVANCE(72); + if (lookahead == 'n') ADVANCE(245); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(247); END_STATE(); - case 222: + case 248: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(64); - if (lookahead == 'n') ADVANCE(219); + if (lookahead == '_') ADVANCE(70); + if (lookahead == 'n') ADVANCE(245); if (lookahead == '0' || - lookahead == '1') ADVANCE(222); + lookahead == '1') ADVANCE(248); END_STATE(); - case 223: + case 249: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(65); - if (lookahead == 'n') ADVANCE(219); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(223); + if (lookahead == '_') ADVANCE(71); + if (lookahead == 'n') ADVANCE(245); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(249); END_STATE(); - case 224: + case 250: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(73); - if (lookahead == 'n') ADVANCE(219); + if (lookahead == '_') ADVANCE(79); + if (lookahead == 'n') ADVANCE(245); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(224); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(250); END_STATE(); - case 225: + case 251: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(68); - if (lookahead == 'n') ADVANCE(219); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(225); + if (lookahead == '_') ADVANCE(74); + if (lookahead == 'n') ADVANCE(245); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(251); END_STATE(); - case 226: + case 252: ACCEPT_TOKEN(sym_number); - if (lookahead == '_') ADVANCE(69); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(226); + if (lookahead == '_') ADVANCE(75); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(252); END_STATE(); - case 227: + case 253: ACCEPT_TOKEN(sym_number); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(63); - if (lookahead == '_') ADVANCE(67); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(227); + lookahead == 'e') ADVANCE(69); + if (lookahead == '_') ADVANCE(73); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(253); END_STATE(); - case 228: + case 254: ACCEPT_TOKEN(sym_number); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(63); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(227); + lookahead == 'e') ADVANCE(69); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(253); END_STATE(); - case 229: + case 255: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(52); - if (lookahead == '{') ADVANCE(214); - if (!sym_identifier_character_set_3(lookahead)) ADVANCE(230); + if (lookahead == '\\') ADVANCE(58); + if (lookahead == '{') ADVANCE(235); + if (!sym_identifier_character_set_3(lookahead)) ADVANCE(256); END_STATE(); - case 230: + case 256: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\\') ADVANCE(52); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(230); + if (lookahead == '\\') ADVANCE(58); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(256); END_STATE(); - case 231: + case 257: ACCEPT_TOKEN(sym_private_property_identifier); - if (lookahead == '\\') ADVANCE(51); - if (!sym_identifier_character_set_1(lookahead)) ADVANCE(231); + if (lookahead == '\\') ADVANCE(57); + if (!sym_identifier_character_set_1(lookahead)) ADVANCE(257); END_STATE(); - case 232: + case 258: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 233: + case 259: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); - case 234: + case 260: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '.') ADVANCE(133); + if (lookahead == '.') ADVANCE(132); END_STATE(); - case 235: + case 261: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '.') ADVANCE(133); - if (lookahead == '?') ADVANCE(189); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '?') ADVANCE(196); END_STATE(); - case 236: + case 262: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '.') ADVANCE(133); - if (lookahead == '?') ADVANCE(188); + if (lookahead == '.') ADVANCE(132); + if (lookahead == '?') ADVANCE(195); END_STATE(); - case 237: + case 263: ACCEPT_TOKEN(anon_sym_DASH_QMARK_COLON); END_STATE(); - case 238: + case 264: ACCEPT_TOKEN(anon_sym_QMARK_COLON); END_STATE(); - case 239: + case 265: ACCEPT_TOKEN(anon_sym_LBRACE_PIPE); END_STATE(); - case 240: + case 266: ACCEPT_TOKEN(anon_sym_PIPE_RBRACE); END_STATE(); default: @@ -10221,798 +10654,811 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { END_STATE(); case 69: if (lookahead == 'd') ADVANCE(134); - if (lookahead == 'k') ADVANCE(135); + if (lookahead == 'i') ADVANCE(135); + if (lookahead == 'k') ADVANCE(136); END_STATE(); case 70: - if (lookahead == 'r') ADVANCE(136); + if (lookahead == 'r') ADVANCE(137); END_STATE(); case 71: - if (lookahead == 'i') ADVANCE(137); + if (lookahead == 'i') ADVANCE(138); END_STATE(); case 72: - if (lookahead == 'i') ADVANCE(138); + if (lookahead == 'i') ADVANCE(139); END_STATE(); case 73: - if (lookahead == 't') ADVANCE(139); + if (lookahead == 't') ADVANCE(140); END_STATE(); case 74: - if (lookahead == 'e') ADVANCE(140); + if (lookahead == 'e') ADVANCE(141); END_STATE(); case 75: - if (lookahead == 't') ADVANCE(141); + if (lookahead == 't') ADVANCE(142); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_any); END_STATE(); case 77: - if (lookahead == 'e') ADVANCE(142); + if (lookahead == 'e') ADVANCE(143); END_STATE(); case 78: - if (lookahead == 'n') ADVANCE(143); + if (lookahead == 'n') ADVANCE(144); END_STATE(); case 79: - if (lookahead == 'i') ADVANCE(144); + if (lookahead == 'i') ADVANCE(145); END_STATE(); case 80: - if (lookahead == 'l') ADVANCE(145); + if (lookahead == 'l') ADVANCE(146); END_STATE(); case 81: - if (lookahead == 'a') ADVANCE(146); + if (lookahead == 'a') ADVANCE(147); END_STATE(); case 82: - if (lookahead == 'e') ADVANCE(147); + if (lookahead == 'e') ADVANCE(148); END_STATE(); case 83: - if (lookahead == 'c') ADVANCE(148); + if (lookahead == 'c') ADVANCE(149); END_STATE(); case 84: - if (lookahead == 's') ADVANCE(149); + if (lookahead == 's') ADVANCE(150); END_STATE(); case 85: - if (lookahead == 's') ADVANCE(150); - if (lookahead == 't') ADVANCE(151); + if (lookahead == 's') ADVANCE(151); + if (lookahead == 't') ADVANCE(152); END_STATE(); case 86: - if (lookahead == 'u') ADVANCE(152); + if (lookahead == 'u') ADVANCE(153); END_STATE(); case 87: - if (lookahead == 'l') ADVANCE(153); + if (lookahead == 'l') ADVANCE(154); END_STATE(); case 88: - if (lookahead == 'a') ADVANCE(154); + if (lookahead == 'a') ADVANCE(155); END_STATE(); case 89: - if (lookahead == 'e') ADVANCE(155); + if (lookahead == 'e') ADVANCE(156); END_STATE(); case 90: - if (lookahead == 'e') ADVANCE(156); + if (lookahead == 'e') ADVANCE(157); END_STATE(); case 91: - if (lookahead == 'm') ADVANCE(157); + if (lookahead == 'm') ADVANCE(158); END_STATE(); case 92: - if (lookahead == 'o') ADVANCE(158); + if (lookahead == 'o') ADVANCE(159); END_STATE(); case 93: - if (lookahead == 'e') ADVANCE(159); + if (lookahead == 'e') ADVANCE(160); END_STATE(); case 94: - if (lookahead == 's') ADVANCE(160); + if (lookahead == 's') ADVANCE(161); END_STATE(); case 95: - if (lookahead == 'a') ADVANCE(161); + if (lookahead == 'a') ADVANCE(162); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 97: - if (lookahead == 'm') ADVANCE(162); + if (lookahead == 'm') ADVANCE(163); END_STATE(); case 98: - if (lookahead == 'c') ADVANCE(163); + if (lookahead == 'c') ADVANCE(164); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_get); END_STATE(); case 100: - if (lookahead == 'b') ADVANCE(164); + if (lookahead == 'b') ADVANCE(165); END_STATE(); case 101: - if (lookahead == 'l') ADVANCE(165); - if (lookahead == 'o') ADVANCE(166); + if (lookahead == 'l') ADVANCE(166); + if (lookahead == 'o') ADVANCE(167); END_STATE(); case 102: - if (lookahead == 'e') ADVANCE(167); + if (lookahead == 'e') ADVANCE(168); END_STATE(); case 103: - if (lookahead == 't') ADVANCE(168); + if (lookahead == 't') ADVANCE(169); END_STATE(); case 104: - if (lookahead == 'e') ADVANCE(169); + if (lookahead == 'e') ADVANCE(170); END_STATE(); case 105: - if (lookahead == 'o') ADVANCE(170); + if (lookahead == 'o') ADVANCE(171); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_let); END_STATE(); case 107: - if (lookahead == 'u') ADVANCE(171); + if (lookahead == 'u') ADVANCE(172); END_STATE(); case 108: - if (lookahead == 'e') ADVANCE(172); + if (lookahead == 'e') ADVANCE(173); END_STATE(); case 109: - if (lookahead == 'e') ADVANCE(173); + if (lookahead == 'e') ADVANCE(174); END_STATE(); case 110: ACCEPT_TOKEN(anon_sym_new); END_STATE(); case 111: - if (lookahead == 'l') ADVANCE(174); + if (lookahead == 'l') ADVANCE(175); END_STATE(); case 112: - if (lookahead == 'b') ADVANCE(175); + if (lookahead == 'b') ADVANCE(176); END_STATE(); case 113: - if (lookahead == 'e') ADVANCE(176); + if (lookahead == 'e') ADVANCE(177); END_STATE(); case 114: - if (lookahead == 'r') ADVANCE(177); + if (lookahead == 'r') ADVANCE(178); END_STATE(); case 115: - if (lookahead == 'v') ADVANCE(178); + if (lookahead == 'v') ADVANCE(179); END_STATE(); case 116: - if (lookahead == 't') ADVANCE(179); + if (lookahead == 't') ADVANCE(180); END_STATE(); case 117: - if (lookahead == 'l') ADVANCE(180); + if (lookahead == 'l') ADVANCE(181); END_STATE(); case 118: - if (lookahead == 'd') ADVANCE(181); + if (lookahead == 'd') ADVANCE(182); END_STATE(); case 119: - if (lookahead == 'u') ADVANCE(182); + if (lookahead == 'u') ADVANCE(183); END_STATE(); case 120: - if (lookahead == 'u') ADVANCE(183); + if (lookahead == 'u') ADVANCE(184); END_STATE(); case 121: - if (lookahead == 'i') ADVANCE(184); + if (lookahead == 'i') ADVANCE(185); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_set); END_STATE(); case 123: - if (lookahead == 't') ADVANCE(185); + if (lookahead == 't') ADVANCE(186); END_STATE(); case 124: - if (lookahead == 'i') ADVANCE(186); + if (lookahead == 'i') ADVANCE(187); END_STATE(); case 125: - if (lookahead == 'e') ADVANCE(187); + if (lookahead == 'e') ADVANCE(188); END_STATE(); case 126: - if (lookahead == 't') ADVANCE(188); + if (lookahead == 't') ADVANCE(189); END_STATE(); case 127: - if (lookahead == 'b') ADVANCE(189); + if (lookahead == 'b') ADVANCE(190); END_STATE(); case 128: - if (lookahead == 'g') ADVANCE(190); + if (lookahead == 'g') ADVANCE(191); END_STATE(); case 129: - if (lookahead == 's') ADVANCE(191); + if (lookahead == 's') ADVANCE(192); END_STATE(); case 130: - if (lookahead == 'o') ADVANCE(192); + if (lookahead == 'o') ADVANCE(193); END_STATE(); case 131: - if (lookahead == 'e') ADVANCE(193); + if (lookahead == 'e') ADVANCE(194); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 133: - if (lookahead == 'e') ADVANCE(194); + if (lookahead == 'e') ADVANCE(195); END_STATE(); case 134: - if (lookahead == 'e') ADVANCE(195); + if (lookahead == 'e') ADVANCE(196); END_STATE(); case 135: - if (lookahead == 'n') ADVANCE(196); + if (lookahead == 'q') ADVANCE(197); END_STATE(); case 136: - ACCEPT_TOKEN(anon_sym_var); + if (lookahead == 'n') ADVANCE(198); END_STATE(); case 137: - if (lookahead == 'd') ADVANCE(197); + ACCEPT_TOKEN(anon_sym_var); END_STATE(); case 138: - if (lookahead == 'l') ADVANCE(198); + if (lookahead == 'd') ADVANCE(199); END_STATE(); case 139: - if (lookahead == 'h') ADVANCE(199); + if (lookahead == 'l') ADVANCE(200); END_STATE(); case 140: - if (lookahead == 'l') ADVANCE(200); + if (lookahead == 'h') ADVANCE(201); END_STATE(); case 141: - if (lookahead == 'r') ADVANCE(201); + if (lookahead == 'l') ADVANCE(202); END_STATE(); case 142: - if (lookahead == 'r') ADVANCE(202); + if (lookahead == 'r') ADVANCE(203); END_STATE(); case 143: - if (lookahead == 'c') ADVANCE(203); + if (lookahead == 'r') ADVANCE(204); END_STATE(); case 144: - if (lookahead == 't') ADVANCE(204); + if (lookahead == 'c') ADVANCE(205); END_STATE(); case 145: - if (lookahead == 'e') ADVANCE(205); + if (lookahead == 't') ADVANCE(206); END_STATE(); case 146: - if (lookahead == 'k') ADVANCE(206); + if (lookahead == 'e') ADVANCE(207); END_STATE(); case 147: - ACCEPT_TOKEN(anon_sym_case); + if (lookahead == 'k') ADVANCE(208); END_STATE(); case 148: - if (lookahead == 'h') ADVANCE(207); + ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 149: - if (lookahead == 's') ADVANCE(208); + if (lookahead == 'h') ADVANCE(209); END_STATE(); case 150: - if (lookahead == 't') ADVANCE(209); + if (lookahead == 's') ADVANCE(210); END_STATE(); case 151: - if (lookahead == 'i') ADVANCE(210); + if (lookahead == 't') ADVANCE(211); END_STATE(); case 152: - if (lookahead == 'g') ADVANCE(211); + if (lookahead == 'i') ADVANCE(212); END_STATE(); case 153: - if (lookahead == 'a') ADVANCE(212); + if (lookahead == 'g') ADVANCE(213); END_STATE(); case 154: - if (lookahead == 'u') ADVANCE(213); + if (lookahead == 'a') ADVANCE(214); END_STATE(); case 155: - if (lookahead == 't') ADVANCE(214); + if (lookahead == 'u') ADVANCE(215); END_STATE(); case 156: - ACCEPT_TOKEN(anon_sym_else); + if (lookahead == 't') ADVANCE(216); END_STATE(); case 157: - ACCEPT_TOKEN(anon_sym_enum); + ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 158: - if (lookahead == 'r') ADVANCE(215); + ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 159: - if (lookahead == 'n') ADVANCE(216); + if (lookahead == 'r') ADVANCE(217); END_STATE(); case 160: - if (lookahead == 'e') ADVANCE(217); + if (lookahead == 'n') ADVANCE(218); END_STATE(); case 161: - if (lookahead == 'l') ADVANCE(218); + if (lookahead == 'e') ADVANCE(219); END_STATE(); case 162: - ACCEPT_TOKEN(anon_sym_from); + if (lookahead == 'l') ADVANCE(220); END_STATE(); case 163: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_from); END_STATE(); case 164: - if (lookahead == 'a') ADVANCE(220); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 165: - if (lookahead == 'e') ADVANCE(221); + if (lookahead == 'a') ADVANCE(222); END_STATE(); case 166: - if (lookahead == 'r') ADVANCE(222); + if (lookahead == 'e') ADVANCE(223); END_STATE(); case 167: - if (lookahead == 'r') ADVANCE(223); + if (lookahead == 'r') ADVANCE(224); END_STATE(); case 168: - if (lookahead == 'a') ADVANCE(224); + if (lookahead == 'r') ADVANCE(225); END_STATE(); case 169: - if (lookahead == 'r') ADVANCE(225); + if (lookahead == 'a') ADVANCE(226); END_STATE(); case 170: - if (lookahead == 'f') ADVANCE(226); + if (lookahead == 'r') ADVANCE(227); END_STATE(); case 171: - if (lookahead == 'l') ADVANCE(227); + if (lookahead == 'f') ADVANCE(228); END_STATE(); case 172: - if (lookahead == 's') ADVANCE(228); + if (lookahead == 'l') ADVANCE(229); END_STATE(); case 173: - if (lookahead == 'r') ADVANCE(229); + if (lookahead == 's') ADVANCE(230); END_STATE(); case 174: - ACCEPT_TOKEN(sym_null); + if (lookahead == 'r') ADVANCE(231); END_STATE(); case 175: - if (lookahead == 'e') ADVANCE(230); + ACCEPT_TOKEN(sym_null); END_STATE(); case 176: - if (lookahead == 'c') ADVANCE(231); + if (lookahead == 'e') ADVANCE(232); END_STATE(); case 177: - if (lookahead == 'r') ADVANCE(232); + if (lookahead == 'c') ADVANCE(233); END_STATE(); case 178: - if (lookahead == 'a') ADVANCE(233); + if (lookahead == 'r') ADVANCE(234); END_STATE(); case 179: - if (lookahead == 'e') ADVANCE(234); + if (lookahead == 'a') ADVANCE(235); END_STATE(); case 180: - if (lookahead == 'i') ADVANCE(235); + if (lookahead == 'e') ADVANCE(236); END_STATE(); case 181: - if (lookahead == 'o') ADVANCE(236); + if (lookahead == 'i') ADVANCE(237); END_STATE(); case 182: - if (lookahead == 'i') ADVANCE(237); + if (lookahead == 'o') ADVANCE(238); END_STATE(); case 183: - if (lookahead == 'r') ADVANCE(238); + if (lookahead == 'i') ADVANCE(239); END_STATE(); case 184: - if (lookahead == 's') ADVANCE(239); + if (lookahead == 'r') ADVANCE(240); END_STATE(); case 185: - if (lookahead == 'i') ADVANCE(240); + if (lookahead == 's') ADVANCE(241); END_STATE(); case 186: - if (lookahead == 'n') ADVANCE(241); + if (lookahead == 'i') ADVANCE(242); END_STATE(); case 187: - if (lookahead == 'r') ADVANCE(242); + if (lookahead == 'n') ADVANCE(243); END_STATE(); case 188: - if (lookahead == 'c') ADVANCE(243); + if (lookahead == 'r') ADVANCE(244); END_STATE(); case 189: - if (lookahead == 'o') ADVANCE(244); + if (lookahead == 'c') ADVANCE(245); END_STATE(); case 190: - if (lookahead == 'e') ADVANCE(245); + if (lookahead == 'o') ADVANCE(246); END_STATE(); case 191: - ACCEPT_TOKEN(sym_this); + if (lookahead == 'e') ADVANCE(247); END_STATE(); case 192: - if (lookahead == 'w') ADVANCE(246); + ACCEPT_TOKEN(sym_this); END_STATE(); case 193: - ACCEPT_TOKEN(sym_true); + if (lookahead == 'w') ADVANCE(248); END_STATE(); case 194: - ACCEPT_TOKEN(anon_sym_type); - if (lookahead == 'o') ADVANCE(247); + ACCEPT_TOKEN(sym_true); END_STATE(); case 195: - if (lookahead == 'f') ADVANCE(248); + ACCEPT_TOKEN(anon_sym_type); + if (lookahead == 'o') ADVANCE(249); END_STATE(); case 196: - if (lookahead == 'o') ADVANCE(249); + if (lookahead == 'f') ADVANCE(250); END_STATE(); case 197: - ACCEPT_TOKEN(anon_sym_void); + if (lookahead == 'u') ADVANCE(251); END_STATE(); case 198: - if (lookahead == 'e') ADVANCE(250); + if (lookahead == 'o') ADVANCE(252); END_STATE(); case 199: - ACCEPT_TOKEN(anon_sym_with); + ACCEPT_TOKEN(anon_sym_void); END_STATE(); case 200: - if (lookahead == 'd') ADVANCE(251); + if (lookahead == 'e') ADVANCE(253); END_STATE(); case 201: - if (lookahead == 'a') ADVANCE(252); + ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 202: - if (lookahead == 't') ADVANCE(253); + if (lookahead == 'd') ADVANCE(254); END_STATE(); case 203: - ACCEPT_TOKEN(anon_sym_async); + if (lookahead == 'a') ADVANCE(255); END_STATE(); case 204: - ACCEPT_TOKEN(anon_sym_await); + if (lookahead == 't') ADVANCE(256); END_STATE(); case 205: - if (lookahead == 'a') ADVANCE(254); + ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 206: - ACCEPT_TOKEN(anon_sym_break); + ACCEPT_TOKEN(anon_sym_await); END_STATE(); case 207: - ACCEPT_TOKEN(anon_sym_catch); + if (lookahead == 'a') ADVANCE(257); END_STATE(); case 208: - ACCEPT_TOKEN(anon_sym_class); + ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 209: - ACCEPT_TOKEN(anon_sym_const); + ACCEPT_TOKEN(anon_sym_catch); END_STATE(); case 210: - if (lookahead == 'n') ADVANCE(255); + ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 211: - if (lookahead == 'g') ADVANCE(256); + ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 212: - if (lookahead == 'r') ADVANCE(257); + if (lookahead == 'n') ADVANCE(258); END_STATE(); case 213: - if (lookahead == 'l') ADVANCE(258); + if (lookahead == 'g') ADVANCE(259); END_STATE(); case 214: - if (lookahead == 'e') ADVANCE(259); + if (lookahead == 'r') ADVANCE(260); END_STATE(); case 215: - if (lookahead == 't') ADVANCE(260); + if (lookahead == 'l') ADVANCE(261); END_STATE(); case 216: - if (lookahead == 'd') ADVANCE(261); + if (lookahead == 'e') ADVANCE(262); END_STATE(); case 217: - ACCEPT_TOKEN(sym_false); + if (lookahead == 't') ADVANCE(263); END_STATE(); case 218: - if (lookahead == 'l') ADVANCE(262); + if (lookahead == 'd') ADVANCE(264); END_STATE(); case 219: - if (lookahead == 'i') ADVANCE(263); + ACCEPT_TOKEN(sym_false); END_STATE(); case 220: - if (lookahead == 'l') ADVANCE(264); + if (lookahead == 'l') ADVANCE(265); END_STATE(); case 221: - if (lookahead == 'm') ADVANCE(265); + if (lookahead == 'i') ADVANCE(266); END_STATE(); case 222: - if (lookahead == 't') ADVANCE(266); + if (lookahead == 'l') ADVANCE(267); END_STATE(); case 223: - ACCEPT_TOKEN(anon_sym_infer); + if (lookahead == 'm') ADVANCE(268); END_STATE(); case 224: - if (lookahead == 'n') ADVANCE(267); + if (lookahead == 't') ADVANCE(269); END_STATE(); case 225: - if (lookahead == 'f') ADVANCE(268); + ACCEPT_TOKEN(anon_sym_infer); END_STATE(); case 226: - ACCEPT_TOKEN(anon_sym_keyof); + if (lookahead == 'n') ADVANCE(270); END_STATE(); case 227: - if (lookahead == 'e') ADVANCE(269); + if (lookahead == 'f') ADVANCE(271); END_STATE(); case 228: - if (lookahead == 'p') ADVANCE(270); + ACCEPT_TOKEN(anon_sym_keyof); END_STATE(); case 229: - ACCEPT_TOKEN(anon_sym_never); + if (lookahead == 'e') ADVANCE(272); END_STATE(); case 230: - if (lookahead == 'r') ADVANCE(271); + if (lookahead == 'p') ADVANCE(273); END_STATE(); case 231: - if (lookahead == 't') ADVANCE(272); + ACCEPT_TOKEN(anon_sym_never); END_STATE(); case 232: - if (lookahead == 'i') ADVANCE(273); + if (lookahead == 'r') ADVANCE(274); END_STATE(); case 233: - if (lookahead == 't') ADVANCE(274); + if (lookahead == 't') ADVANCE(275); END_STATE(); case 234: - if (lookahead == 'c') ADVANCE(275); + if (lookahead == 'i') ADVANCE(276); END_STATE(); case 235: - if (lookahead == 'c') ADVANCE(276); + if (lookahead == 't') ADVANCE(277); END_STATE(); case 236: - if (lookahead == 'n') ADVANCE(277); + if (lookahead == 'c') ADVANCE(278); END_STATE(); case 237: - if (lookahead == 'r') ADVANCE(278); + if (lookahead == 'c') ADVANCE(279); END_STATE(); case 238: - if (lookahead == 'n') ADVANCE(279); + if (lookahead == 'n') ADVANCE(280); END_STATE(); case 239: - if (lookahead == 'f') ADVANCE(280); + if (lookahead == 'r') ADVANCE(281); END_STATE(); case 240: - if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'n') ADVANCE(282); END_STATE(); case 241: - if (lookahead == 'g') ADVANCE(282); + if (lookahead == 'f') ADVANCE(283); END_STATE(); case 242: - ACCEPT_TOKEN(sym_super); + if (lookahead == 'c') ADVANCE(284); END_STATE(); case 243: - if (lookahead == 'h') ADVANCE(283); + if (lookahead == 'g') ADVANCE(285); END_STATE(); case 244: - if (lookahead == 'l') ADVANCE(284); + ACCEPT_TOKEN(sym_super); END_STATE(); case 245: - if (lookahead == 't') ADVANCE(285); + if (lookahead == 'h') ADVANCE(286); END_STATE(); case 246: - ACCEPT_TOKEN(anon_sym_throw); + if (lookahead == 'l') ADVANCE(287); END_STATE(); case 247: - if (lookahead == 'f') ADVANCE(286); + if (lookahead == 't') ADVANCE(288); END_STATE(); case 248: - if (lookahead == 'i') ADVANCE(287); + ACCEPT_TOKEN(anon_sym_throw); END_STATE(); case 249: - if (lookahead == 'w') ADVANCE(288); + if (lookahead == 'f') ADVANCE(289); END_STATE(); case 250: - ACCEPT_TOKEN(anon_sym_while); + if (lookahead == 'i') ADVANCE(290); END_STATE(); case 251: - ACCEPT_TOKEN(anon_sym_yield); + if (lookahead == 'e') ADVANCE(291); END_STATE(); case 252: - if (lookahead == 'c') ADVANCE(289); + if (lookahead == 'w') ADVANCE(292); END_STATE(); case 253: - if (lookahead == 's') ADVANCE(290); + ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 254: - if (lookahead == 'n') ADVANCE(291); + ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 255: - if (lookahead == 'u') ADVANCE(292); + if (lookahead == 'c') ADVANCE(293); END_STATE(); case 256: - if (lookahead == 'e') ADVANCE(293); + if (lookahead == 's') ADVANCE(294); END_STATE(); case 257: - if (lookahead == 'e') ADVANCE(294); + if (lookahead == 'n') ADVANCE(295); END_STATE(); case 258: - if (lookahead == 't') ADVANCE(295); + if (lookahead == 'u') ADVANCE(296); END_STATE(); case 259: - ACCEPT_TOKEN(anon_sym_delete); + if (lookahead == 'e') ADVANCE(297); END_STATE(); case 260: - ACCEPT_TOKEN(anon_sym_export); + if (lookahead == 'e') ADVANCE(298); END_STATE(); case 261: - if (lookahead == 's') ADVANCE(296); + if (lookahead == 't') ADVANCE(299); END_STATE(); case 262: - if (lookahead == 'y') ADVANCE(297); + ACCEPT_TOKEN(anon_sym_delete); END_STATE(); case 263: - if (lookahead == 'o') ADVANCE(298); + ACCEPT_TOKEN(anon_sym_export); END_STATE(); case 264: - ACCEPT_TOKEN(anon_sym_global); + if (lookahead == 's') ADVANCE(300); END_STATE(); case 265: - if (lookahead == 'e') ADVANCE(299); + if (lookahead == 'y') ADVANCE(301); END_STATE(); case 266: - ACCEPT_TOKEN(anon_sym_import); + if (lookahead == 'o') ADVANCE(302); END_STATE(); case 267: - if (lookahead == 'c') ADVANCE(300); + ACCEPT_TOKEN(anon_sym_global); END_STATE(); case 268: - if (lookahead == 'a') ADVANCE(301); + if (lookahead == 'e') ADVANCE(303); END_STATE(); case 269: - ACCEPT_TOKEN(anon_sym_module); + ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 270: - if (lookahead == 'a') ADVANCE(302); + if (lookahead == 'c') ADVANCE(304); END_STATE(); case 271: - ACCEPT_TOKEN(anon_sym_number); + if (lookahead == 'a') ADVANCE(305); END_STATE(); case 272: - ACCEPT_TOKEN(anon_sym_object); + ACCEPT_TOKEN(anon_sym_module); END_STATE(); case 273: - if (lookahead == 'd') ADVANCE(303); + if (lookahead == 'a') ADVANCE(306); END_STATE(); case 274: - if (lookahead == 'e') ADVANCE(304); + ACCEPT_TOKEN(anon_sym_number); END_STATE(); case 275: - if (lookahead == 't') ADVANCE(305); + ACCEPT_TOKEN(anon_sym_object); END_STATE(); case 276: - ACCEPT_TOKEN(anon_sym_public); + if (lookahead == 'd') ADVANCE(307); END_STATE(); case 277: - if (lookahead == 'l') ADVANCE(306); + if (lookahead == 'e') ADVANCE(308); END_STATE(); case 278: - if (lookahead == 'e') ADVANCE(307); + if (lookahead == 't') ADVANCE(309); END_STATE(); case 279: - ACCEPT_TOKEN(anon_sym_return); + ACCEPT_TOKEN(anon_sym_public); END_STATE(); case 280: - if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'l') ADVANCE(310); END_STATE(); case 281: - ACCEPT_TOKEN(anon_sym_static); + if (lookahead == 'e') ADVANCE(311); END_STATE(); case 282: - ACCEPT_TOKEN(anon_sym_string); + ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 283: - ACCEPT_TOKEN(anon_sym_switch); + if (lookahead == 'i') ADVANCE(312); END_STATE(); case 284: - ACCEPT_TOKEN(anon_sym_symbol); + ACCEPT_TOKEN(anon_sym_static); END_STATE(); case 285: - ACCEPT_TOKEN(anon_sym_target); + ACCEPT_TOKEN(anon_sym_string); END_STATE(); case 286: - ACCEPT_TOKEN(anon_sym_typeof); + ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 287: - if (lookahead == 'n') ADVANCE(309); + ACCEPT_TOKEN(anon_sym_symbol); END_STATE(); case 288: - if (lookahead == 'n') ADVANCE(310); + ACCEPT_TOKEN(anon_sym_target); END_STATE(); case 289: - if (lookahead == 't') ADVANCE(311); + ACCEPT_TOKEN(anon_sym_typeof); END_STATE(); case 290: - ACCEPT_TOKEN(anon_sym_asserts); + if (lookahead == 'n') ADVANCE(313); END_STATE(); case 291: - ACCEPT_TOKEN(anon_sym_boolean); + ACCEPT_TOKEN(anon_sym_unique); END_STATE(); case 292: - if (lookahead == 'e') ADVANCE(312); + if (lookahead == 'n') ADVANCE(314); END_STATE(); case 293: - if (lookahead == 'r') ADVANCE(313); + if (lookahead == 't') ADVANCE(315); END_STATE(); case 294: - ACCEPT_TOKEN(anon_sym_declare); + ACCEPT_TOKEN(anon_sym_asserts); END_STATE(); case 295: - ACCEPT_TOKEN(anon_sym_default); + ACCEPT_TOKEN(anon_sym_boolean); END_STATE(); case 296: - ACCEPT_TOKEN(anon_sym_extends); + if (lookahead == 'e') ADVANCE(316); END_STATE(); case 297: - ACCEPT_TOKEN(anon_sym_finally); + if (lookahead == 'r') ADVANCE(317); END_STATE(); case 298: - if (lookahead == 'n') ADVANCE(314); + ACCEPT_TOKEN(anon_sym_declare); END_STATE(); case 299: - if (lookahead == 'n') ADVANCE(315); + ACCEPT_TOKEN(anon_sym_default); END_STATE(); case 300: - if (lookahead == 'e') ADVANCE(316); + ACCEPT_TOKEN(anon_sym_extends); END_STATE(); case 301: - if (lookahead == 'c') ADVANCE(317); + ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 302: - if (lookahead == 'c') ADVANCE(318); + if (lookahead == 'n') ADVANCE(318); END_STATE(); case 303: - if (lookahead == 'e') ADVANCE(319); + if (lookahead == 'n') ADVANCE(319); END_STATE(); case 304: - ACCEPT_TOKEN(anon_sym_private); + if (lookahead == 'e') ADVANCE(320); END_STATE(); case 305: - if (lookahead == 'e') ADVANCE(320); + if (lookahead == 'c') ADVANCE(321); END_STATE(); case 306: - if (lookahead == 'y') ADVANCE(321); + if (lookahead == 'c') ADVANCE(322); END_STATE(); case 307: - ACCEPT_TOKEN(anon_sym_require); + if (lookahead == 'e') ADVANCE(323); END_STATE(); case 308: - if (lookahead == 'e') ADVANCE(322); + ACCEPT_TOKEN(anon_sym_private); END_STATE(); case 309: - if (lookahead == 'e') ADVANCE(323); + if (lookahead == 'e') ADVANCE(324); END_STATE(); case 310: - ACCEPT_TOKEN(anon_sym_unknown); + if (lookahead == 'y') ADVANCE(325); END_STATE(); case 311: - ACCEPT_TOKEN(anon_sym_abstract); + ACCEPT_TOKEN(anon_sym_require); END_STATE(); case 312: - ACCEPT_TOKEN(anon_sym_continue); + if (lookahead == 'e') ADVANCE(326); END_STATE(); case 313: - ACCEPT_TOKEN(anon_sym_debugger); + if (lookahead == 'e') ADVANCE(327); END_STATE(); case 314: - ACCEPT_TOKEN(anon_sym_function); + ACCEPT_TOKEN(anon_sym_unknown); END_STATE(); case 315: - if (lookahead == 't') ADVANCE(324); + ACCEPT_TOKEN(anon_sym_abstract); END_STATE(); case 316: - if (lookahead == 'o') ADVANCE(325); + ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 317: - if (lookahead == 'e') ADVANCE(326); + ACCEPT_TOKEN(anon_sym_debugger); END_STATE(); case 318: - if (lookahead == 'e') ADVANCE(327); + ACCEPT_TOKEN(anon_sym_function); END_STATE(); case 319: - ACCEPT_TOKEN(anon_sym_override); + if (lookahead == 't') ADVANCE(328); END_STATE(); case 320: - if (lookahead == 'd') ADVANCE(328); + if (lookahead == 'o') ADVANCE(329); END_STATE(); case 321: - ACCEPT_TOKEN(anon_sym_readonly); + if (lookahead == 'e') ADVANCE(330); END_STATE(); case 322: - if (lookahead == 's') ADVANCE(329); + if (lookahead == 'e') ADVANCE(331); END_STATE(); case 323: - if (lookahead == 'd') ADVANCE(330); + ACCEPT_TOKEN(anon_sym_override); END_STATE(); case 324: - if (lookahead == 's') ADVANCE(331); + if (lookahead == 'd') ADVANCE(332); END_STATE(); case 325: - if (lookahead == 'f') ADVANCE(332); + ACCEPT_TOKEN(anon_sym_readonly); END_STATE(); case 326: - ACCEPT_TOKEN(anon_sym_interface); + if (lookahead == 's') ADVANCE(333); END_STATE(); case 327: - ACCEPT_TOKEN(anon_sym_namespace); + if (lookahead == 'd') ADVANCE(334); END_STATE(); case 328: - ACCEPT_TOKEN(anon_sym_protected); + if (lookahead == 's') ADVANCE(335); END_STATE(); case 329: - ACCEPT_TOKEN(anon_sym_satisfies); + if (lookahead == 'f') ADVANCE(336); END_STATE(); case 330: - ACCEPT_TOKEN(sym_undefined); + ACCEPT_TOKEN(anon_sym_interface); END_STATE(); case 331: - ACCEPT_TOKEN(anon_sym_implements); + ACCEPT_TOKEN(anon_sym_namespace); END_STATE(); case 332: + ACCEPT_TOKEN(anon_sym_protected); + END_STATE(); + case 333: + ACCEPT_TOKEN(anon_sym_satisfies); + END_STATE(); + case 334: + ACCEPT_TOKEN(sym_undefined); + END_STATE(); + case 335: + ACCEPT_TOKEN(anon_sym_implements); + END_STATE(); + case 336: ACCEPT_TOKEN(anon_sym_instanceof); END_STATE(); default: @@ -11022,107 +11468,107 @@ 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 = 91}, + [1] = {.lex_state = 97}, [2] = {.lex_state = 4, .external_lex_state = 2}, [3] = {.lex_state = 4, .external_lex_state = 2}, - [4] = {.lex_state = 91}, - [5] = {.lex_state = 91}, - [6] = {.lex_state = 91}, - [7] = {.lex_state = 91}, - [8] = {.lex_state = 91}, - [9] = {.lex_state = 91}, - [10] = {.lex_state = 91}, - [11] = {.lex_state = 91}, - [12] = {.lex_state = 91}, - [13] = {.lex_state = 91}, - [14] = {.lex_state = 91}, - [15] = {.lex_state = 91}, - [16] = {.lex_state = 91}, - [17] = {.lex_state = 91}, - [18] = {.lex_state = 91}, - [19] = {.lex_state = 91}, - [20] = {.lex_state = 91}, - [21] = {.lex_state = 91}, - [22] = {.lex_state = 91}, - [23] = {.lex_state = 91}, - [24] = {.lex_state = 91}, - [25] = {.lex_state = 91}, - [26] = {.lex_state = 91}, - [27] = {.lex_state = 91}, - [28] = {.lex_state = 91}, - [29] = {.lex_state = 91}, - [30] = {.lex_state = 91}, - [31] = {.lex_state = 91}, - [32] = {.lex_state = 91}, - [33] = {.lex_state = 91}, - [34] = {.lex_state = 91}, - [35] = {.lex_state = 91}, - [36] = {.lex_state = 91}, - [37] = {.lex_state = 91}, - [38] = {.lex_state = 91}, - [39] = {.lex_state = 91}, - [40] = {.lex_state = 91}, - [41] = {.lex_state = 91}, - [42] = {.lex_state = 91}, - [43] = {.lex_state = 91}, - [44] = {.lex_state = 91}, - [45] = {.lex_state = 91}, - [46] = {.lex_state = 91}, - [47] = {.lex_state = 91}, - [48] = {.lex_state = 91}, - [49] = {.lex_state = 91}, - [50] = {.lex_state = 14}, - [51] = {.lex_state = 14}, - [52] = {.lex_state = 5, .external_lex_state = 2}, - [53] = {.lex_state = 14}, - [54] = {.lex_state = 14}, - [55] = {.lex_state = 5, .external_lex_state = 2}, - [56] = {.lex_state = 5, .external_lex_state = 2}, - [57] = {.lex_state = 14}, - [58] = {.lex_state = 5, .external_lex_state = 2}, - [59] = {.lex_state = 14}, - [60] = {.lex_state = 14}, + [4] = {.lex_state = 97}, + [5] = {.lex_state = 97}, + [6] = {.lex_state = 97}, + [7] = {.lex_state = 97}, + [8] = {.lex_state = 97}, + [9] = {.lex_state = 97}, + [10] = {.lex_state = 97}, + [11] = {.lex_state = 97}, + [12] = {.lex_state = 97}, + [13] = {.lex_state = 97}, + [14] = {.lex_state = 97}, + [15] = {.lex_state = 97}, + [16] = {.lex_state = 97}, + [17] = {.lex_state = 97}, + [18] = {.lex_state = 97}, + [19] = {.lex_state = 97}, + [20] = {.lex_state = 97}, + [21] = {.lex_state = 97}, + [22] = {.lex_state = 97}, + [23] = {.lex_state = 97}, + [24] = {.lex_state = 97}, + [25] = {.lex_state = 97}, + [26] = {.lex_state = 97}, + [27] = {.lex_state = 97}, + [28] = {.lex_state = 97}, + [29] = {.lex_state = 97}, + [30] = {.lex_state = 97}, + [31] = {.lex_state = 97}, + [32] = {.lex_state = 97}, + [33] = {.lex_state = 97}, + [34] = {.lex_state = 97}, + [35] = {.lex_state = 97}, + [36] = {.lex_state = 97}, + [37] = {.lex_state = 97}, + [38] = {.lex_state = 97}, + [39] = {.lex_state = 97}, + [40] = {.lex_state = 97}, + [41] = {.lex_state = 97}, + [42] = {.lex_state = 97}, + [43] = {.lex_state = 97}, + [44] = {.lex_state = 97}, + [45] = {.lex_state = 97}, + [46] = {.lex_state = 97}, + [47] = {.lex_state = 97}, + [48] = {.lex_state = 97}, + [49] = {.lex_state = 97}, + [50] = {.lex_state = 15}, + [51] = {.lex_state = 15}, + [52] = {.lex_state = 15}, + [53] = {.lex_state = 15}, + [54] = {.lex_state = 15}, + [55] = {.lex_state = 15}, + [56] = {.lex_state = 15}, + [57] = {.lex_state = 15}, + [58] = {.lex_state = 15}, + [59] = {.lex_state = 15}, + [60] = {.lex_state = 5, .external_lex_state = 2}, [61] = {.lex_state = 5, .external_lex_state = 2}, [62] = {.lex_state = 5, .external_lex_state = 2}, [63] = {.lex_state = 5, .external_lex_state = 2}, - [64] = {.lex_state = 14}, - [65] = {.lex_state = 14}, - [66] = {.lex_state = 14}, + [64] = {.lex_state = 5, .external_lex_state = 2}, + [65] = {.lex_state = 5, .external_lex_state = 2}, + [66] = {.lex_state = 5, .external_lex_state = 2}, [67] = {.lex_state = 5, .external_lex_state = 2}, - [68] = {.lex_state = 14}, - [69] = {.lex_state = 14}, - [70] = {.lex_state = 14}, - [71] = {.lex_state = 14}, - [72] = {.lex_state = 14}, - [73] = {.lex_state = 14}, - [74] = {.lex_state = 14}, - [75] = {.lex_state = 14}, - [76] = {.lex_state = 14}, - [77] = {.lex_state = 14}, - [78] = {.lex_state = 14}, - [79] = {.lex_state = 14}, - [80] = {.lex_state = 14}, - [81] = {.lex_state = 14}, - [82] = {.lex_state = 14}, - [83] = {.lex_state = 14}, - [84] = {.lex_state = 14}, - [85] = {.lex_state = 14}, - [86] = {.lex_state = 14}, - [87] = {.lex_state = 14}, - [88] = {.lex_state = 90, .external_lex_state = 2}, - [89] = {.lex_state = 90, .external_lex_state = 3}, - [90] = {.lex_state = 90, .external_lex_state = 3}, - [91] = {.lex_state = 90, .external_lex_state = 3}, - [92] = {.lex_state = 90, .external_lex_state = 2}, - [93] = {.lex_state = 90, .external_lex_state = 2}, - [94] = {.lex_state = 90, .external_lex_state = 2}, - [95] = {.lex_state = 90, .external_lex_state = 2}, - [96] = {.lex_state = 91}, - [97] = {.lex_state = 91}, - [98] = {.lex_state = 91}, - [99] = {.lex_state = 91}, - [100] = {.lex_state = 91}, - [101] = {.lex_state = 91}, + [68] = {.lex_state = 15}, + [69] = {.lex_state = 15}, + [70] = {.lex_state = 15}, + [71] = {.lex_state = 15}, + [72] = {.lex_state = 15}, + [73] = {.lex_state = 15}, + [74] = {.lex_state = 15}, + [75] = {.lex_state = 15}, + [76] = {.lex_state = 15}, + [77] = {.lex_state = 15}, + [78] = {.lex_state = 15}, + [79] = {.lex_state = 15}, + [80] = {.lex_state = 15}, + [81] = {.lex_state = 15}, + [82] = {.lex_state = 15}, + [83] = {.lex_state = 15}, + [84] = {.lex_state = 15}, + [85] = {.lex_state = 15}, + [86] = {.lex_state = 15}, + [87] = {.lex_state = 15}, + [88] = {.lex_state = 96, .external_lex_state = 2}, + [89] = {.lex_state = 96, .external_lex_state = 3}, + [90] = {.lex_state = 96, .external_lex_state = 3}, + [91] = {.lex_state = 96, .external_lex_state = 2}, + [92] = {.lex_state = 96, .external_lex_state = 2}, + [93] = {.lex_state = 96, .external_lex_state = 3}, + [94] = {.lex_state = 96, .external_lex_state = 2}, + [95] = {.lex_state = 96, .external_lex_state = 2}, + [96] = {.lex_state = 97}, + [97] = {.lex_state = 97}, + [98] = {.lex_state = 97}, + [99] = {.lex_state = 97}, + [100] = {.lex_state = 97}, + [101] = {.lex_state = 97}, [102] = {.lex_state = 3, .external_lex_state = 2}, [103] = {.lex_state = 3, .external_lex_state = 3}, [104] = {.lex_state = 3, .external_lex_state = 3}, @@ -11130,425 +11576,425 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [106] = {.lex_state = 3, .external_lex_state = 2}, [107] = {.lex_state = 3, .external_lex_state = 2}, [108] = {.lex_state = 3, .external_lex_state = 2}, - [109] = {.lex_state = 3, .external_lex_state = 3}, + [109] = {.lex_state = 3, .external_lex_state = 2}, [110] = {.lex_state = 3, .external_lex_state = 2}, - [111] = {.lex_state = 3, .external_lex_state = 2}, + [111] = {.lex_state = 3, .external_lex_state = 3}, [112] = {.lex_state = 3, .external_lex_state = 2}, [113] = {.lex_state = 3, .external_lex_state = 2}, [114] = {.lex_state = 3, .external_lex_state = 2}, - [115] = {.lex_state = 91}, - [116] = {.lex_state = 91}, - [117] = {.lex_state = 91}, - [118] = {.lex_state = 90, .external_lex_state = 3}, - [119] = {.lex_state = 91}, - [120] = {.lex_state = 91}, - [121] = {.lex_state = 91}, - [122] = {.lex_state = 91}, - [123] = {.lex_state = 91}, - [124] = {.lex_state = 90, .external_lex_state = 3}, - [125] = {.lex_state = 90, .external_lex_state = 3}, - [126] = {.lex_state = 91}, - [127] = {.lex_state = 91}, - [128] = {.lex_state = 91}, - [129] = {.lex_state = 91}, - [130] = {.lex_state = 90, .external_lex_state = 3}, - [131] = {.lex_state = 90, .external_lex_state = 3}, - [132] = {.lex_state = 90, .external_lex_state = 3}, - [133] = {.lex_state = 90, .external_lex_state = 3}, - [134] = {.lex_state = 91}, - [135] = {.lex_state = 90, .external_lex_state = 3}, - [136] = {.lex_state = 90, .external_lex_state = 3}, - [137] = {.lex_state = 90, .external_lex_state = 3}, - [138] = {.lex_state = 91}, - [139] = {.lex_state = 91}, - [140] = {.lex_state = 90, .external_lex_state = 3}, - [141] = {.lex_state = 91}, - [142] = {.lex_state = 91}, - [143] = {.lex_state = 90, .external_lex_state = 3}, - [144] = {.lex_state = 90, .external_lex_state = 3}, - [145] = {.lex_state = 90, .external_lex_state = 3}, - [146] = {.lex_state = 91}, - [147] = {.lex_state = 91}, - [148] = {.lex_state = 90, .external_lex_state = 3}, - [149] = {.lex_state = 90, .external_lex_state = 3}, - [150] = {.lex_state = 91}, - [151] = {.lex_state = 91}, - [152] = {.lex_state = 91}, - [153] = {.lex_state = 90, .external_lex_state = 3}, - [154] = {.lex_state = 90, .external_lex_state = 3}, - [155] = {.lex_state = 90, .external_lex_state = 3}, - [156] = {.lex_state = 90, .external_lex_state = 3}, - [157] = {.lex_state = 90, .external_lex_state = 3}, - [158] = {.lex_state = 90, .external_lex_state = 3}, - [159] = {.lex_state = 90, .external_lex_state = 3}, - [160] = {.lex_state = 90, .external_lex_state = 3}, - [161] = {.lex_state = 90, .external_lex_state = 3}, - [162] = {.lex_state = 90, .external_lex_state = 3}, - [163] = {.lex_state = 91}, - [164] = {.lex_state = 90, .external_lex_state = 3}, - [165] = {.lex_state = 91}, - [166] = {.lex_state = 91, .external_lex_state = 4}, - [167] = {.lex_state = 91}, - [168] = {.lex_state = 91}, - [169] = {.lex_state = 91}, - [170] = {.lex_state = 91}, - [171] = {.lex_state = 91}, - [172] = {.lex_state = 91}, - [173] = {.lex_state = 91}, - [174] = {.lex_state = 91}, - [175] = {.lex_state = 5, .external_lex_state = 2}, - [176] = {.lex_state = 91}, - [177] = {.lex_state = 91}, - [178] = {.lex_state = 91}, - [179] = {.lex_state = 5, .external_lex_state = 2}, - [180] = {.lex_state = 5, .external_lex_state = 2}, - [181] = {.lex_state = 91}, - [182] = {.lex_state = 91}, - [183] = {.lex_state = 91}, - [184] = {.lex_state = 5, .external_lex_state = 2}, - [185] = {.lex_state = 91}, - [186] = {.lex_state = 91}, - [187] = {.lex_state = 91}, - [188] = {.lex_state = 91}, - [189] = {.lex_state = 91}, - [190] = {.lex_state = 91}, - [191] = {.lex_state = 91}, - [192] = {.lex_state = 91}, - [193] = {.lex_state = 91}, - [194] = {.lex_state = 91}, - [195] = {.lex_state = 91}, - [196] = {.lex_state = 91}, - [197] = {.lex_state = 91}, - [198] = {.lex_state = 91}, - [199] = {.lex_state = 91}, - [200] = {.lex_state = 91}, - [201] = {.lex_state = 91}, - [202] = {.lex_state = 91}, - [203] = {.lex_state = 91}, - [204] = {.lex_state = 91}, - [205] = {.lex_state = 91, .external_lex_state = 4}, - [206] = {.lex_state = 91}, - [207] = {.lex_state = 91}, - [208] = {.lex_state = 91}, - [209] = {.lex_state = 91}, - [210] = {.lex_state = 91}, - [211] = {.lex_state = 91}, - [212] = {.lex_state = 91}, - [213] = {.lex_state = 91}, - [214] = {.lex_state = 91}, - [215] = {.lex_state = 91}, - [216] = {.lex_state = 91}, - [217] = {.lex_state = 91}, - [218] = {.lex_state = 91}, - [219] = {.lex_state = 91}, - [220] = {.lex_state = 91}, - [221] = {.lex_state = 6, .external_lex_state = 3}, - [222] = {.lex_state = 6, .external_lex_state = 3}, - [223] = {.lex_state = 6, .external_lex_state = 3}, - [224] = {.lex_state = 91}, - [225] = {.lex_state = 91}, - [226] = {.lex_state = 91}, - [227] = {.lex_state = 91}, - [228] = {.lex_state = 91}, - [229] = {.lex_state = 91}, - [230] = {.lex_state = 91}, - [231] = {.lex_state = 91}, - [232] = {.lex_state = 91}, - [233] = {.lex_state = 91}, - [234] = {.lex_state = 91}, - [235] = {.lex_state = 91}, - [236] = {.lex_state = 91}, - [237] = {.lex_state = 91}, - [238] = {.lex_state = 91}, - [239] = {.lex_state = 91}, - [240] = {.lex_state = 91}, - [241] = {.lex_state = 91}, - [242] = {.lex_state = 91}, - [243] = {.lex_state = 91}, - [244] = {.lex_state = 91}, - [245] = {.lex_state = 91}, - [246] = {.lex_state = 91}, - [247] = {.lex_state = 91}, - [248] = {.lex_state = 91}, - [249] = {.lex_state = 91}, - [250] = {.lex_state = 91}, - [251] = {.lex_state = 91}, - [252] = {.lex_state = 91}, - [253] = {.lex_state = 91}, - [254] = {.lex_state = 91}, - [255] = {.lex_state = 91}, - [256] = {.lex_state = 91}, - [257] = {.lex_state = 91}, - [258] = {.lex_state = 91}, - [259] = {.lex_state = 91}, - [260] = {.lex_state = 91}, - [261] = {.lex_state = 91}, - [262] = {.lex_state = 91}, - [263] = {.lex_state = 91}, - [264] = {.lex_state = 91}, - [265] = {.lex_state = 91}, - [266] = {.lex_state = 91}, - [267] = {.lex_state = 91}, - [268] = {.lex_state = 91}, - [269] = {.lex_state = 91}, - [270] = {.lex_state = 91}, - [271] = {.lex_state = 91}, - [272] = {.lex_state = 91}, - [273] = {.lex_state = 91}, - [274] = {.lex_state = 91}, - [275] = {.lex_state = 91}, - [276] = {.lex_state = 91}, - [277] = {.lex_state = 91}, - [278] = {.lex_state = 91}, - [279] = {.lex_state = 91}, - [280] = {.lex_state = 91}, - [281] = {.lex_state = 91}, - [282] = {.lex_state = 91}, - [283] = {.lex_state = 91}, - [284] = {.lex_state = 91}, - [285] = {.lex_state = 91}, - [286] = {.lex_state = 91}, - [287] = {.lex_state = 91}, - [288] = {.lex_state = 91}, - [289] = {.lex_state = 91}, - [290] = {.lex_state = 91}, - [291] = {.lex_state = 91}, - [292] = {.lex_state = 91}, - [293] = {.lex_state = 91}, - [294] = {.lex_state = 91}, - [295] = {.lex_state = 91}, - [296] = {.lex_state = 91}, - [297] = {.lex_state = 91}, - [298] = {.lex_state = 91}, - [299] = {.lex_state = 91}, - [300] = {.lex_state = 91}, - [301] = {.lex_state = 91}, - [302] = {.lex_state = 91}, - [303] = {.lex_state = 91}, - [304] = {.lex_state = 91}, - [305] = {.lex_state = 91}, - [306] = {.lex_state = 91}, - [307] = {.lex_state = 91}, - [308] = {.lex_state = 91}, - [309] = {.lex_state = 91}, - [310] = {.lex_state = 91}, - [311] = {.lex_state = 91}, - [312] = {.lex_state = 91}, - [313] = {.lex_state = 91}, - [314] = {.lex_state = 91}, - [315] = {.lex_state = 91}, - [316] = {.lex_state = 91}, - [317] = {.lex_state = 91}, - [318] = {.lex_state = 91}, - [319] = {.lex_state = 91}, - [320] = {.lex_state = 91}, - [321] = {.lex_state = 91}, - [322] = {.lex_state = 91}, - [323] = {.lex_state = 91}, - [324] = {.lex_state = 91}, - [325] = {.lex_state = 91}, - [326] = {.lex_state = 91}, - [327] = {.lex_state = 91}, - [328] = {.lex_state = 91}, - [329] = {.lex_state = 91}, - [330] = {.lex_state = 91}, - [331] = {.lex_state = 91}, - [332] = {.lex_state = 91}, - [333] = {.lex_state = 91}, - [334] = {.lex_state = 91}, - [335] = {.lex_state = 91}, - [336] = {.lex_state = 91}, - [337] = {.lex_state = 91}, - [338] = {.lex_state = 91}, - [339] = {.lex_state = 91}, - [340] = {.lex_state = 91}, - [341] = {.lex_state = 91}, - [342] = {.lex_state = 91}, - [343] = {.lex_state = 91}, - [344] = {.lex_state = 91}, - [345] = {.lex_state = 91}, - [346] = {.lex_state = 91}, - [347] = {.lex_state = 91}, - [348] = {.lex_state = 91}, - [349] = {.lex_state = 91}, - [350] = {.lex_state = 91}, - [351] = {.lex_state = 91}, - [352] = {.lex_state = 91}, - [353] = {.lex_state = 91}, - [354] = {.lex_state = 91}, - [355] = {.lex_state = 91}, - [356] = {.lex_state = 91}, - [357] = {.lex_state = 91}, - [358] = {.lex_state = 91}, - [359] = {.lex_state = 91}, - [360] = {.lex_state = 91}, - [361] = {.lex_state = 91}, - [362] = {.lex_state = 91}, - [363] = {.lex_state = 91}, - [364] = {.lex_state = 91}, - [365] = {.lex_state = 91}, - [366] = {.lex_state = 91}, - [367] = {.lex_state = 91}, - [368] = {.lex_state = 91}, - [369] = {.lex_state = 91}, - [370] = {.lex_state = 91}, - [371] = {.lex_state = 91}, - [372] = {.lex_state = 91}, - [373] = {.lex_state = 91}, - [374] = {.lex_state = 91}, - [375] = {.lex_state = 91}, - [376] = {.lex_state = 91}, - [377] = {.lex_state = 91}, - [378] = {.lex_state = 91}, - [379] = {.lex_state = 91}, - [380] = {.lex_state = 91}, - [381] = {.lex_state = 91}, - [382] = {.lex_state = 91}, - [383] = {.lex_state = 91}, - [384] = {.lex_state = 91}, - [385] = {.lex_state = 91}, - [386] = {.lex_state = 91}, - [387] = {.lex_state = 91}, - [388] = {.lex_state = 91}, - [389] = {.lex_state = 91}, - [390] = {.lex_state = 91}, - [391] = {.lex_state = 91}, - [392] = {.lex_state = 91}, - [393] = {.lex_state = 91}, - [394] = {.lex_state = 91}, - [395] = {.lex_state = 91}, - [396] = {.lex_state = 91}, - [397] = {.lex_state = 91}, - [398] = {.lex_state = 91}, - [399] = {.lex_state = 91}, - [400] = {.lex_state = 91}, - [401] = {.lex_state = 91}, - [402] = {.lex_state = 91}, - [403] = {.lex_state = 91}, - [404] = {.lex_state = 91}, - [405] = {.lex_state = 91}, - [406] = {.lex_state = 91}, - [407] = {.lex_state = 91}, - [408] = {.lex_state = 91}, - [409] = {.lex_state = 91}, - [410] = {.lex_state = 91}, - [411] = {.lex_state = 91}, - [412] = {.lex_state = 91}, - [413] = {.lex_state = 91}, - [414] = {.lex_state = 91}, - [415] = {.lex_state = 91}, - [416] = {.lex_state = 91}, - [417] = {.lex_state = 91}, - [418] = {.lex_state = 91}, - [419] = {.lex_state = 91}, - [420] = {.lex_state = 91}, - [421] = {.lex_state = 91}, - [422] = {.lex_state = 91}, - [423] = {.lex_state = 91}, - [424] = {.lex_state = 91}, - [425] = {.lex_state = 91}, - [426] = {.lex_state = 91}, - [427] = {.lex_state = 91}, - [428] = {.lex_state = 91}, - [429] = {.lex_state = 91}, - [430] = {.lex_state = 91}, - [431] = {.lex_state = 91}, - [432] = {.lex_state = 91}, - [433] = {.lex_state = 91}, - [434] = {.lex_state = 91}, - [435] = {.lex_state = 91}, - [436] = {.lex_state = 91}, - [437] = {.lex_state = 91}, - [438] = {.lex_state = 91}, - [439] = {.lex_state = 91}, - [440] = {.lex_state = 91}, - [441] = {.lex_state = 91}, - [442] = {.lex_state = 91}, - [443] = {.lex_state = 91}, - [444] = {.lex_state = 91}, - [445] = {.lex_state = 91}, - [446] = {.lex_state = 91}, - [447] = {.lex_state = 91}, - [448] = {.lex_state = 91}, - [449] = {.lex_state = 91}, - [450] = {.lex_state = 91}, - [451] = {.lex_state = 91}, - [452] = {.lex_state = 91}, - [453] = {.lex_state = 91}, - [454] = {.lex_state = 91}, - [455] = {.lex_state = 91}, - [456] = {.lex_state = 91}, - [457] = {.lex_state = 91}, - [458] = {.lex_state = 91}, - [459] = {.lex_state = 91}, - [460] = {.lex_state = 91}, - [461] = {.lex_state = 91}, - [462] = {.lex_state = 91}, - [463] = {.lex_state = 91}, - [464] = {.lex_state = 91}, - [465] = {.lex_state = 91}, - [466] = {.lex_state = 91}, - [467] = {.lex_state = 91}, - [468] = {.lex_state = 91}, - [469] = {.lex_state = 91}, - [470] = {.lex_state = 91}, - [471] = {.lex_state = 91}, - [472] = {.lex_state = 91}, - [473] = {.lex_state = 91}, - [474] = {.lex_state = 91}, - [475] = {.lex_state = 91}, - [476] = {.lex_state = 91}, - [477] = {.lex_state = 91}, - [478] = {.lex_state = 91}, - [479] = {.lex_state = 91}, - [480] = {.lex_state = 91}, - [481] = {.lex_state = 91}, - [482] = {.lex_state = 91}, - [483] = {.lex_state = 91}, - [484] = {.lex_state = 91}, - [485] = {.lex_state = 91}, - [486] = {.lex_state = 91}, - [487] = {.lex_state = 91}, - [488] = {.lex_state = 91}, - [489] = {.lex_state = 91}, - [490] = {.lex_state = 91}, - [491] = {.lex_state = 91}, - [492] = {.lex_state = 91}, - [493] = {.lex_state = 91}, - [494] = {.lex_state = 91}, - [495] = {.lex_state = 91}, - [496] = {.lex_state = 91}, - [497] = {.lex_state = 91}, - [498] = {.lex_state = 91}, - [499] = {.lex_state = 91}, - [500] = {.lex_state = 91}, - [501] = {.lex_state = 91}, - [502] = {.lex_state = 91}, - [503] = {.lex_state = 91}, - [504] = {.lex_state = 91}, - [505] = {.lex_state = 91}, - [506] = {.lex_state = 91}, - [507] = {.lex_state = 91}, - [508] = {.lex_state = 91}, - [509] = {.lex_state = 91}, - [510] = {.lex_state = 91}, - [511] = {.lex_state = 91}, - [512] = {.lex_state = 91}, - [513] = {.lex_state = 91}, - [514] = {.lex_state = 91}, - [515] = {.lex_state = 91}, - [516] = {.lex_state = 91}, - [517] = {.lex_state = 91}, - [518] = {.lex_state = 91}, - [519] = {.lex_state = 91}, - [520] = {.lex_state = 91}, - [521] = {.lex_state = 3, .external_lex_state = 3}, - [522] = {.lex_state = 3, .external_lex_state = 3}, + [115] = {.lex_state = 97}, + [116] = {.lex_state = 97}, + [117] = {.lex_state = 97}, + [118] = {.lex_state = 97}, + [119] = {.lex_state = 97}, + [120] = {.lex_state = 97}, + [121] = {.lex_state = 97}, + [122] = {.lex_state = 97}, + [123] = {.lex_state = 97}, + [124] = {.lex_state = 97}, + [125] = {.lex_state = 97}, + [126] = {.lex_state = 97}, + [127] = {.lex_state = 97}, + [128] = {.lex_state = 97}, + [129] = {.lex_state = 97}, + [130] = {.lex_state = 97}, + [131] = {.lex_state = 97}, + [132] = {.lex_state = 96, .external_lex_state = 3}, + [133] = {.lex_state = 97}, + [134] = {.lex_state = 97}, + [135] = {.lex_state = 97}, + [136] = {.lex_state = 96, .external_lex_state = 3}, + [137] = {.lex_state = 97}, + [138] = {.lex_state = 96, .external_lex_state = 3}, + [139] = {.lex_state = 97}, + [140] = {.lex_state = 97}, + [141] = {.lex_state = 96, .external_lex_state = 3}, + [142] = {.lex_state = 96, .external_lex_state = 3}, + [143] = {.lex_state = 96, .external_lex_state = 3}, + [144] = {.lex_state = 96, .external_lex_state = 3}, + [145] = {.lex_state = 96, .external_lex_state = 3}, + [146] = {.lex_state = 96, .external_lex_state = 3}, + [147] = {.lex_state = 97}, + [148] = {.lex_state = 96, .external_lex_state = 3}, + [149] = {.lex_state = 96, .external_lex_state = 3}, + [150] = {.lex_state = 96, .external_lex_state = 3}, + [151] = {.lex_state = 96, .external_lex_state = 3}, + [152] = {.lex_state = 96, .external_lex_state = 3}, + [153] = {.lex_state = 96, .external_lex_state = 3}, + [154] = {.lex_state = 96, .external_lex_state = 3}, + [155] = {.lex_state = 96, .external_lex_state = 3}, + [156] = {.lex_state = 96, .external_lex_state = 3}, + [157] = {.lex_state = 96, .external_lex_state = 3}, + [158] = {.lex_state = 96, .external_lex_state = 3}, + [159] = {.lex_state = 96, .external_lex_state = 3}, + [160] = {.lex_state = 96, .external_lex_state = 3}, + [161] = {.lex_state = 96, .external_lex_state = 3}, + [162] = {.lex_state = 96, .external_lex_state = 3}, + [163] = {.lex_state = 97, .external_lex_state = 4}, + [164] = {.lex_state = 96, .external_lex_state = 3}, + [165] = {.lex_state = 96, .external_lex_state = 3}, + [166] = {.lex_state = 96, .external_lex_state = 3}, + [167] = {.lex_state = 96, .external_lex_state = 3}, + [168] = {.lex_state = 96, .external_lex_state = 3}, + [169] = {.lex_state = 97}, + [170] = {.lex_state = 97}, + [171] = {.lex_state = 97}, + [172] = {.lex_state = 97}, + [173] = {.lex_state = 97}, + [174] = {.lex_state = 97}, + [175] = {.lex_state = 97}, + [176] = {.lex_state = 97}, + [177] = {.lex_state = 97}, + [178] = {.lex_state = 97}, + [179] = {.lex_state = 97}, + [180] = {.lex_state = 97}, + [181] = {.lex_state = 97}, + [182] = {.lex_state = 97}, + [183] = {.lex_state = 97}, + [184] = {.lex_state = 97}, + [185] = {.lex_state = 97}, + [186] = {.lex_state = 97}, + [187] = {.lex_state = 97}, + [188] = {.lex_state = 97}, + [189] = {.lex_state = 97}, + [190] = {.lex_state = 97}, + [191] = {.lex_state = 97}, + [192] = {.lex_state = 97}, + [193] = {.lex_state = 97}, + [194] = {.lex_state = 97}, + [195] = {.lex_state = 97}, + [196] = {.lex_state = 97}, + [197] = {.lex_state = 97}, + [198] = {.lex_state = 97}, + [199] = {.lex_state = 5, .external_lex_state = 2}, + [200] = {.lex_state = 97}, + [201] = {.lex_state = 97}, + [202] = {.lex_state = 97}, + [203] = {.lex_state = 97}, + [204] = {.lex_state = 97}, + [205] = {.lex_state = 5, .external_lex_state = 2}, + [206] = {.lex_state = 97}, + [207] = {.lex_state = 97}, + [208] = {.lex_state = 5, .external_lex_state = 2}, + [209] = {.lex_state = 97}, + [210] = {.lex_state = 97}, + [211] = {.lex_state = 97}, + [212] = {.lex_state = 5, .external_lex_state = 2}, + [213] = {.lex_state = 97}, + [214] = {.lex_state = 97}, + [215] = {.lex_state = 97}, + [216] = {.lex_state = 97}, + [217] = {.lex_state = 97}, + [218] = {.lex_state = 97}, + [219] = {.lex_state = 97}, + [220] = {.lex_state = 97, .external_lex_state = 4}, + [221] = {.lex_state = 97}, + [222] = {.lex_state = 97}, + [223] = {.lex_state = 97}, + [224] = {.lex_state = 97}, + [225] = {.lex_state = 97}, + [226] = {.lex_state = 97}, + [227] = {.lex_state = 97}, + [228] = {.lex_state = 97}, + [229] = {.lex_state = 97}, + [230] = {.lex_state = 97}, + [231] = {.lex_state = 97}, + [232] = {.lex_state = 97}, + [233] = {.lex_state = 97}, + [234] = {.lex_state = 97}, + [235] = {.lex_state = 97}, + [236] = {.lex_state = 97}, + [237] = {.lex_state = 97}, + [238] = {.lex_state = 97}, + [239] = {.lex_state = 97}, + [240] = {.lex_state = 97}, + [241] = {.lex_state = 97}, + [242] = {.lex_state = 97}, + [243] = {.lex_state = 97}, + [244] = {.lex_state = 97}, + [245] = {.lex_state = 97}, + [246] = {.lex_state = 97}, + [247] = {.lex_state = 97}, + [248] = {.lex_state = 97}, + [249] = {.lex_state = 97}, + [250] = {.lex_state = 97}, + [251] = {.lex_state = 97}, + [252] = {.lex_state = 6, .external_lex_state = 3}, + [253] = {.lex_state = 97}, + [254] = {.lex_state = 97}, + [255] = {.lex_state = 97}, + [256] = {.lex_state = 97}, + [257] = {.lex_state = 97}, + [258] = {.lex_state = 6, .external_lex_state = 3}, + [259] = {.lex_state = 97}, + [260] = {.lex_state = 97}, + [261] = {.lex_state = 97}, + [262] = {.lex_state = 97}, + [263] = {.lex_state = 97}, + [264] = {.lex_state = 97}, + [265] = {.lex_state = 97}, + [266] = {.lex_state = 97}, + [267] = {.lex_state = 97}, + [268] = {.lex_state = 97}, + [269] = {.lex_state = 97}, + [270] = {.lex_state = 97}, + [271] = {.lex_state = 97}, + [272] = {.lex_state = 97}, + [273] = {.lex_state = 97}, + [274] = {.lex_state = 97}, + [275] = {.lex_state = 97}, + [276] = {.lex_state = 97}, + [277] = {.lex_state = 97}, + [278] = {.lex_state = 97}, + [279] = {.lex_state = 97}, + [280] = {.lex_state = 97}, + [281] = {.lex_state = 97}, + [282] = {.lex_state = 6, .external_lex_state = 3}, + [283] = {.lex_state = 97}, + [284] = {.lex_state = 97}, + [285] = {.lex_state = 97}, + [286] = {.lex_state = 97}, + [287] = {.lex_state = 97}, + [288] = {.lex_state = 97}, + [289] = {.lex_state = 97}, + [290] = {.lex_state = 97}, + [291] = {.lex_state = 97}, + [292] = {.lex_state = 97}, + [293] = {.lex_state = 97}, + [294] = {.lex_state = 97}, + [295] = {.lex_state = 97}, + [296] = {.lex_state = 97}, + [297] = {.lex_state = 97}, + [298] = {.lex_state = 97}, + [299] = {.lex_state = 97}, + [300] = {.lex_state = 97}, + [301] = {.lex_state = 97}, + [302] = {.lex_state = 97}, + [303] = {.lex_state = 97}, + [304] = {.lex_state = 97}, + [305] = {.lex_state = 97}, + [306] = {.lex_state = 97}, + [307] = {.lex_state = 97}, + [308] = {.lex_state = 97}, + [309] = {.lex_state = 97}, + [310] = {.lex_state = 97}, + [311] = {.lex_state = 97}, + [312] = {.lex_state = 97}, + [313] = {.lex_state = 97}, + [314] = {.lex_state = 97}, + [315] = {.lex_state = 97}, + [316] = {.lex_state = 97}, + [317] = {.lex_state = 97}, + [318] = {.lex_state = 97}, + [319] = {.lex_state = 97}, + [320] = {.lex_state = 97}, + [321] = {.lex_state = 97}, + [322] = {.lex_state = 97}, + [323] = {.lex_state = 97}, + [324] = {.lex_state = 97}, + [325] = {.lex_state = 97}, + [326] = {.lex_state = 97}, + [327] = {.lex_state = 97}, + [328] = {.lex_state = 97}, + [329] = {.lex_state = 97}, + [330] = {.lex_state = 97}, + [331] = {.lex_state = 97}, + [332] = {.lex_state = 97}, + [333] = {.lex_state = 97}, + [334] = {.lex_state = 97}, + [335] = {.lex_state = 97}, + [336] = {.lex_state = 97}, + [337] = {.lex_state = 97}, + [338] = {.lex_state = 97}, + [339] = {.lex_state = 97}, + [340] = {.lex_state = 97}, + [341] = {.lex_state = 97}, + [342] = {.lex_state = 97}, + [343] = {.lex_state = 97}, + [344] = {.lex_state = 97}, + [345] = {.lex_state = 97}, + [346] = {.lex_state = 97}, + [347] = {.lex_state = 97}, + [348] = {.lex_state = 97}, + [349] = {.lex_state = 97}, + [350] = {.lex_state = 97}, + [351] = {.lex_state = 97}, + [352] = {.lex_state = 97}, + [353] = {.lex_state = 97}, + [354] = {.lex_state = 97}, + [355] = {.lex_state = 97}, + [356] = {.lex_state = 97}, + [357] = {.lex_state = 97}, + [358] = {.lex_state = 97}, + [359] = {.lex_state = 97}, + [360] = {.lex_state = 97}, + [361] = {.lex_state = 97}, + [362] = {.lex_state = 97}, + [363] = {.lex_state = 97}, + [364] = {.lex_state = 97}, + [365] = {.lex_state = 97}, + [366] = {.lex_state = 97}, + [367] = {.lex_state = 97}, + [368] = {.lex_state = 97}, + [369] = {.lex_state = 97}, + [370] = {.lex_state = 97}, + [371] = {.lex_state = 97}, + [372] = {.lex_state = 97}, + [373] = {.lex_state = 97}, + [374] = {.lex_state = 97}, + [375] = {.lex_state = 97}, + [376] = {.lex_state = 97}, + [377] = {.lex_state = 97}, + [378] = {.lex_state = 97}, + [379] = {.lex_state = 97}, + [380] = {.lex_state = 97}, + [381] = {.lex_state = 97}, + [382] = {.lex_state = 97}, + [383] = {.lex_state = 97}, + [384] = {.lex_state = 97}, + [385] = {.lex_state = 97}, + [386] = {.lex_state = 97}, + [387] = {.lex_state = 97}, + [388] = {.lex_state = 97}, + [389] = {.lex_state = 97}, + [390] = {.lex_state = 97}, + [391] = {.lex_state = 97}, + [392] = {.lex_state = 97}, + [393] = {.lex_state = 97}, + [394] = {.lex_state = 97}, + [395] = {.lex_state = 97}, + [396] = {.lex_state = 97}, + [397] = {.lex_state = 97}, + [398] = {.lex_state = 97}, + [399] = {.lex_state = 97}, + [400] = {.lex_state = 97}, + [401] = {.lex_state = 97}, + [402] = {.lex_state = 97}, + [403] = {.lex_state = 97}, + [404] = {.lex_state = 97}, + [405] = {.lex_state = 97}, + [406] = {.lex_state = 97}, + [407] = {.lex_state = 97}, + [408] = {.lex_state = 97}, + [409] = {.lex_state = 97}, + [410] = {.lex_state = 97}, + [411] = {.lex_state = 97}, + [412] = {.lex_state = 97}, + [413] = {.lex_state = 97}, + [414] = {.lex_state = 97}, + [415] = {.lex_state = 97}, + [416] = {.lex_state = 97}, + [417] = {.lex_state = 97}, + [418] = {.lex_state = 97}, + [419] = {.lex_state = 97}, + [420] = {.lex_state = 97}, + [421] = {.lex_state = 97}, + [422] = {.lex_state = 97}, + [423] = {.lex_state = 97}, + [424] = {.lex_state = 97}, + [425] = {.lex_state = 97}, + [426] = {.lex_state = 97}, + [427] = {.lex_state = 97}, + [428] = {.lex_state = 97}, + [429] = {.lex_state = 97}, + [430] = {.lex_state = 97}, + [431] = {.lex_state = 97}, + [432] = {.lex_state = 97}, + [433] = {.lex_state = 97}, + [434] = {.lex_state = 97}, + [435] = {.lex_state = 97}, + [436] = {.lex_state = 97}, + [437] = {.lex_state = 97}, + [438] = {.lex_state = 97}, + [439] = {.lex_state = 97}, + [440] = {.lex_state = 97}, + [441] = {.lex_state = 97}, + [442] = {.lex_state = 97}, + [443] = {.lex_state = 97}, + [444] = {.lex_state = 97}, + [445] = {.lex_state = 97}, + [446] = {.lex_state = 97}, + [447] = {.lex_state = 97}, + [448] = {.lex_state = 97}, + [449] = {.lex_state = 97}, + [450] = {.lex_state = 97}, + [451] = {.lex_state = 97}, + [452] = {.lex_state = 97}, + [453] = {.lex_state = 97}, + [454] = {.lex_state = 97}, + [455] = {.lex_state = 97}, + [456] = {.lex_state = 97}, + [457] = {.lex_state = 97}, + [458] = {.lex_state = 97}, + [459] = {.lex_state = 97}, + [460] = {.lex_state = 97}, + [461] = {.lex_state = 97}, + [462] = {.lex_state = 97}, + [463] = {.lex_state = 97}, + [464] = {.lex_state = 97}, + [465] = {.lex_state = 97}, + [466] = {.lex_state = 97}, + [467] = {.lex_state = 97}, + [468] = {.lex_state = 97}, + [469] = {.lex_state = 97}, + [470] = {.lex_state = 97}, + [471] = {.lex_state = 97}, + [472] = {.lex_state = 97}, + [473] = {.lex_state = 97}, + [474] = {.lex_state = 97}, + [475] = {.lex_state = 97}, + [476] = {.lex_state = 97}, + [477] = {.lex_state = 97}, + [478] = {.lex_state = 97}, + [479] = {.lex_state = 97}, + [480] = {.lex_state = 97}, + [481] = {.lex_state = 97}, + [482] = {.lex_state = 97}, + [483] = {.lex_state = 97}, + [484] = {.lex_state = 97}, + [485] = {.lex_state = 97}, + [486] = {.lex_state = 97}, + [487] = {.lex_state = 97}, + [488] = {.lex_state = 97}, + [489] = {.lex_state = 97}, + [490] = {.lex_state = 97}, + [491] = {.lex_state = 97}, + [492] = {.lex_state = 97}, + [493] = {.lex_state = 97}, + [494] = {.lex_state = 97}, + [495] = {.lex_state = 97}, + [496] = {.lex_state = 97}, + [497] = {.lex_state = 97}, + [498] = {.lex_state = 97}, + [499] = {.lex_state = 97}, + [500] = {.lex_state = 97}, + [501] = {.lex_state = 97}, + [502] = {.lex_state = 97}, + [503] = {.lex_state = 97}, + [504] = {.lex_state = 97}, + [505] = {.lex_state = 97}, + [506] = {.lex_state = 97}, + [507] = {.lex_state = 97}, + [508] = {.lex_state = 97}, + [509] = {.lex_state = 97}, + [510] = {.lex_state = 97}, + [511] = {.lex_state = 97}, + [512] = {.lex_state = 97}, + [513] = {.lex_state = 97}, + [514] = {.lex_state = 97}, + [515] = {.lex_state = 97}, + [516] = {.lex_state = 97}, + [517] = {.lex_state = 97}, + [518] = {.lex_state = 97}, + [519] = {.lex_state = 97}, + [520] = {.lex_state = 97}, + [521] = {.lex_state = 97}, + [522] = {.lex_state = 97}, [523] = {.lex_state = 3, .external_lex_state = 3}, - [524] = {.lex_state = 6, .external_lex_state = 3}, - [525] = {.lex_state = 6, .external_lex_state = 3}, - [526] = {.lex_state = 3, .external_lex_state = 3}, - [527] = {.lex_state = 3, .external_lex_state = 3}, + [524] = {.lex_state = 3, .external_lex_state = 3}, + [525] = {.lex_state = 3, .external_lex_state = 3}, + [526] = {.lex_state = 6, .external_lex_state = 3}, + [527] = {.lex_state = 6, .external_lex_state = 3}, [528] = {.lex_state = 3, .external_lex_state = 3}, [529] = {.lex_state = 3, .external_lex_state = 3}, [530] = {.lex_state = 3, .external_lex_state = 3}, @@ -11558,720 +12004,720 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [534] = {.lex_state = 3, .external_lex_state = 3}, [535] = {.lex_state = 3, .external_lex_state = 3}, [536] = {.lex_state = 3, .external_lex_state = 3}, - [537] = {.lex_state = 3, .external_lex_state = 3}, - [538] = {.lex_state = 91}, - [539] = {.lex_state = 3, .external_lex_state = 3}, + [537] = {.lex_state = 97}, + [538] = {.lex_state = 3, .external_lex_state = 3}, + [539] = {.lex_state = 97}, [540] = {.lex_state = 3, .external_lex_state = 3}, [541] = {.lex_state = 3, .external_lex_state = 3}, - [542] = {.lex_state = 91}, + [542] = {.lex_state = 3, .external_lex_state = 3}, [543] = {.lex_state = 3, .external_lex_state = 3}, - [544] = {.lex_state = 91}, - [545] = {.lex_state = 91}, - [546] = {.lex_state = 91}, - [547] = {.lex_state = 91}, - [548] = {.lex_state = 91}, - [549] = {.lex_state = 3, .external_lex_state = 3}, - [550] = {.lex_state = 3, .external_lex_state = 3}, + [544] = {.lex_state = 3, .external_lex_state = 3}, + [545] = {.lex_state = 3, .external_lex_state = 3}, + [546] = {.lex_state = 97}, + [547] = {.lex_state = 97}, + [548] = {.lex_state = 97}, + [549] = {.lex_state = 97}, + [550] = {.lex_state = 97}, [551] = {.lex_state = 3, .external_lex_state = 3}, [552] = {.lex_state = 3, .external_lex_state = 3}, [553] = {.lex_state = 3, .external_lex_state = 3}, [554] = {.lex_state = 3, .external_lex_state = 3}, - [555] = {.lex_state = 3, .external_lex_state = 2}, - [556] = {.lex_state = 3, .external_lex_state = 2}, + [555] = {.lex_state = 3, .external_lex_state = 3}, + [556] = {.lex_state = 3, .external_lex_state = 3}, [557] = {.lex_state = 3, .external_lex_state = 2}, [558] = {.lex_state = 3, .external_lex_state = 2}, [559] = {.lex_state = 3, .external_lex_state = 2}, - [560] = {.lex_state = 3, .external_lex_state = 3}, - [561] = {.lex_state = 3, .external_lex_state = 3}, + [560] = {.lex_state = 3, .external_lex_state = 2}, + [561] = {.lex_state = 3, .external_lex_state = 2}, [562] = {.lex_state = 3, .external_lex_state = 3}, [563] = {.lex_state = 3, .external_lex_state = 3}, - [564] = {.lex_state = 3, .external_lex_state = 3}, + [564] = {.lex_state = 3, .external_lex_state = 2}, [565] = {.lex_state = 3, .external_lex_state = 3}, [566] = {.lex_state = 3, .external_lex_state = 3}, - [567] = {.lex_state = 3, .external_lex_state = 2}, - [568] = {.lex_state = 91, .external_lex_state = 4}, - [569] = {.lex_state = 91, .external_lex_state = 4}, - [570] = {.lex_state = 6, .external_lex_state = 2}, - [571] = {.lex_state = 91}, - [572] = {.lex_state = 3, .external_lex_state = 2}, + [567] = {.lex_state = 3, .external_lex_state = 3}, + [568] = {.lex_state = 3, .external_lex_state = 3}, + [569] = {.lex_state = 3, .external_lex_state = 3}, + [570] = {.lex_state = 3, .external_lex_state = 2}, + [571] = {.lex_state = 6, .external_lex_state = 2}, + [572] = {.lex_state = 97, .external_lex_state = 4}, [573] = {.lex_state = 6, .external_lex_state = 2}, - [574] = {.lex_state = 91}, - [575] = {.lex_state = 3, .external_lex_state = 2}, - [576] = {.lex_state = 3, .external_lex_state = 3}, - [577] = {.lex_state = 91, .external_lex_state = 4}, - [578] = {.lex_state = 91, .external_lex_state = 4}, - [579] = {.lex_state = 3, .external_lex_state = 2}, - [580] = {.lex_state = 3, .external_lex_state = 3}, - [581] = {.lex_state = 91, .external_lex_state = 4}, + [574] = {.lex_state = 97}, + [575] = {.lex_state = 97, .external_lex_state = 4}, + [576] = {.lex_state = 97}, + [577] = {.lex_state = 3, .external_lex_state = 3}, + [578] = {.lex_state = 3, .external_lex_state = 2}, + [579] = {.lex_state = 97, .external_lex_state = 4}, + [580] = {.lex_state = 97, .external_lex_state = 4}, + [581] = {.lex_state = 97, .external_lex_state = 4}, [582] = {.lex_state = 3, .external_lex_state = 3}, - [583] = {.lex_state = 3, .external_lex_state = 3}, - [584] = {.lex_state = 91, .external_lex_state = 4}, - [585] = {.lex_state = 91, .external_lex_state = 4}, + [583] = {.lex_state = 97}, + [584] = {.lex_state = 3, .external_lex_state = 3}, + [585] = {.lex_state = 3, .external_lex_state = 2}, [586] = {.lex_state = 3, .external_lex_state = 2}, - [587] = {.lex_state = 91, .external_lex_state = 4}, - [588] = {.lex_state = 91}, + [587] = {.lex_state = 3, .external_lex_state = 2}, + [588] = {.lex_state = 3, .external_lex_state = 2}, [589] = {.lex_state = 3, .external_lex_state = 3}, - [590] = {.lex_state = 3, .external_lex_state = 2}, - [591] = {.lex_state = 3, .external_lex_state = 2}, - [592] = {.lex_state = 3, .external_lex_state = 2}, - [593] = {.lex_state = 3, .external_lex_state = 2}, + [590] = {.lex_state = 97, .external_lex_state = 4}, + [591] = {.lex_state = 97, .external_lex_state = 4}, + [592] = {.lex_state = 3, .external_lex_state = 3}, + [593] = {.lex_state = 97, .external_lex_state = 4}, [594] = {.lex_state = 3, .external_lex_state = 2}, - [595] = {.lex_state = 91}, - [596] = {.lex_state = 91}, + [595] = {.lex_state = 97}, + [596] = {.lex_state = 97}, [597] = {.lex_state = 3, .external_lex_state = 2}, - [598] = {.lex_state = 91, .external_lex_state = 4}, - [599] = {.lex_state = 3, .external_lex_state = 2}, - [600] = {.lex_state = 91}, - [601] = {.lex_state = 91, .external_lex_state = 4}, - [602] = {.lex_state = 91, .external_lex_state = 4}, - [603] = {.lex_state = 91}, - [604] = {.lex_state = 91, .external_lex_state = 4}, - [605] = {.lex_state = 91}, - [606] = {.lex_state = 91, .external_lex_state = 4}, - [607] = {.lex_state = 91, .external_lex_state = 4}, - [608] = {.lex_state = 91, .external_lex_state = 4}, - [609] = {.lex_state = 91, .external_lex_state = 4}, - [610] = {.lex_state = 91}, - [611] = {.lex_state = 91}, - [612] = {.lex_state = 91, .external_lex_state = 4}, - [613] = {.lex_state = 91}, - [614] = {.lex_state = 91}, - [615] = {.lex_state = 91, .external_lex_state = 4}, - [616] = {.lex_state = 91, .external_lex_state = 4}, - [617] = {.lex_state = 91, .external_lex_state = 4}, - [618] = {.lex_state = 91}, - [619] = {.lex_state = 91}, - [620] = {.lex_state = 91}, - [621] = {.lex_state = 91}, - [622] = {.lex_state = 91}, - [623] = {.lex_state = 91}, - [624] = {.lex_state = 91}, - [625] = {.lex_state = 91}, - [626] = {.lex_state = 91}, - [627] = {.lex_state = 91}, - [628] = {.lex_state = 91}, - [629] = {.lex_state = 91}, - [630] = {.lex_state = 91}, - [631] = {.lex_state = 91}, - [632] = {.lex_state = 91}, - [633] = {.lex_state = 91}, - [634] = {.lex_state = 91}, - [635] = {.lex_state = 91}, - [636] = {.lex_state = 91}, - [637] = {.lex_state = 91}, - [638] = {.lex_state = 91}, - [639] = {.lex_state = 91}, - [640] = {.lex_state = 91}, - [641] = {.lex_state = 91}, - [642] = {.lex_state = 91}, - [643] = {.lex_state = 91}, - [644] = {.lex_state = 91}, - [645] = {.lex_state = 91}, - [646] = {.lex_state = 91}, - [647] = {.lex_state = 91}, - [648] = {.lex_state = 91}, - [649] = {.lex_state = 91}, - [650] = {.lex_state = 91}, - [651] = {.lex_state = 91}, - [652] = {.lex_state = 91}, - [653] = {.lex_state = 91}, - [654] = {.lex_state = 91}, - [655] = {.lex_state = 91}, - [656] = {.lex_state = 91}, - [657] = {.lex_state = 91}, - [658] = {.lex_state = 91}, - [659] = {.lex_state = 91}, - [660] = {.lex_state = 91}, - [661] = {.lex_state = 91}, - [662] = {.lex_state = 91}, - [663] = {.lex_state = 91}, - [664] = {.lex_state = 91}, - [665] = {.lex_state = 91}, - [666] = {.lex_state = 91}, - [667] = {.lex_state = 91}, - [668] = {.lex_state = 91}, - [669] = {.lex_state = 91}, - [670] = {.lex_state = 91}, - [671] = {.lex_state = 91}, - [672] = {.lex_state = 91}, - [673] = {.lex_state = 91}, - [674] = {.lex_state = 91}, - [675] = {.lex_state = 91}, - [676] = {.lex_state = 91}, - [677] = {.lex_state = 91}, - [678] = {.lex_state = 91}, - [679] = {.lex_state = 91}, - [680] = {.lex_state = 91}, - [681] = {.lex_state = 91}, - [682] = {.lex_state = 91}, - [683] = {.lex_state = 91}, - [684] = {.lex_state = 91}, - [685] = {.lex_state = 91}, - [686] = {.lex_state = 91}, - [687] = {.lex_state = 91}, - [688] = {.lex_state = 91}, - [689] = {.lex_state = 91}, - [690] = {.lex_state = 91}, - [691] = {.lex_state = 91}, - [692] = {.lex_state = 91}, - [693] = {.lex_state = 91}, - [694] = {.lex_state = 91}, - [695] = {.lex_state = 91}, - [696] = {.lex_state = 91}, - [697] = {.lex_state = 91}, - [698] = {.lex_state = 91}, - [699] = {.lex_state = 91}, - [700] = {.lex_state = 91}, - [701] = {.lex_state = 91}, - [702] = {.lex_state = 91}, - [703] = {.lex_state = 91}, - [704] = {.lex_state = 91}, - [705] = {.lex_state = 91}, - [706] = {.lex_state = 91}, - [707] = {.lex_state = 91}, - [708] = {.lex_state = 91}, - [709] = {.lex_state = 91}, - [710] = {.lex_state = 91}, - [711] = {.lex_state = 91}, - [712] = {.lex_state = 91}, - [713] = {.lex_state = 91}, - [714] = {.lex_state = 91}, - [715] = {.lex_state = 91}, - [716] = {.lex_state = 91}, - [717] = {.lex_state = 91}, - [718] = {.lex_state = 91}, - [719] = {.lex_state = 91}, - [720] = {.lex_state = 91}, - [721] = {.lex_state = 91}, - [722] = {.lex_state = 91}, - [723] = {.lex_state = 91}, - [724] = {.lex_state = 91}, - [725] = {.lex_state = 91}, - [726] = {.lex_state = 91}, - [727] = {.lex_state = 91}, - [728] = {.lex_state = 91}, - [729] = {.lex_state = 91}, - [730] = {.lex_state = 91}, - [731] = {.lex_state = 91}, - [732] = {.lex_state = 91}, - [733] = {.lex_state = 91}, - [734] = {.lex_state = 91}, - [735] = {.lex_state = 91}, - [736] = {.lex_state = 91}, - [737] = {.lex_state = 91}, - [738] = {.lex_state = 91}, - [739] = {.lex_state = 91}, - [740] = {.lex_state = 91}, - [741] = {.lex_state = 91}, - [742] = {.lex_state = 91}, - [743] = {.lex_state = 91}, - [744] = {.lex_state = 91}, - [745] = {.lex_state = 91}, - [746] = {.lex_state = 91}, - [747] = {.lex_state = 91}, - [748] = {.lex_state = 91}, - [749] = {.lex_state = 91}, - [750] = {.lex_state = 91}, - [751] = {.lex_state = 91}, - [752] = {.lex_state = 91}, - [753] = {.lex_state = 91}, - [754] = {.lex_state = 91}, - [755] = {.lex_state = 91}, - [756] = {.lex_state = 91}, - [757] = {.lex_state = 91}, - [758] = {.lex_state = 91}, - [759] = {.lex_state = 91}, - [760] = {.lex_state = 91}, - [761] = {.lex_state = 91}, - [762] = {.lex_state = 91}, - [763] = {.lex_state = 91}, - [764] = {.lex_state = 91}, - [765] = {.lex_state = 12}, - [766] = {.lex_state = 12}, - [767] = {.lex_state = 12}, - [768] = {.lex_state = 12}, - [769] = {.lex_state = 12}, - [770] = {.lex_state = 12}, - [771] = {.lex_state = 12}, - [772] = {.lex_state = 12}, - [773] = {.lex_state = 12}, - [774] = {.lex_state = 12}, - [775] = {.lex_state = 12}, - [776] = {.lex_state = 12}, - [777] = {.lex_state = 12}, - [778] = {.lex_state = 12}, - [779] = {.lex_state = 12}, - [780] = {.lex_state = 91}, - [781] = {.lex_state = 91}, - [782] = {.lex_state = 91}, - [783] = {.lex_state = 91}, - [784] = {.lex_state = 91}, - [785] = {.lex_state = 12}, - [786] = {.lex_state = 91}, - [787] = {.lex_state = 91}, - [788] = {.lex_state = 91}, - [789] = {.lex_state = 91}, - [790] = {.lex_state = 91}, - [791] = {.lex_state = 91}, - [792] = {.lex_state = 91}, - [793] = {.lex_state = 91}, - [794] = {.lex_state = 15}, - [795] = {.lex_state = 15}, - [796] = {.lex_state = 15}, - [797] = {.lex_state = 3, .external_lex_state = 3}, - [798] = {.lex_state = 3, .external_lex_state = 3}, - [799] = {.lex_state = 3, .external_lex_state = 3}, - [800] = {.lex_state = 3, .external_lex_state = 3}, - [801] = {.lex_state = 3, .external_lex_state = 3}, - [802] = {.lex_state = 3, .external_lex_state = 3}, - [803] = {.lex_state = 12}, - [804] = {.lex_state = 12}, - [805] = {.lex_state = 12}, - [806] = {.lex_state = 12}, - [807] = {.lex_state = 11}, - [808] = {.lex_state = 3, .external_lex_state = 2}, - [809] = {.lex_state = 12}, - [810] = {.lex_state = 12}, - [811] = {.lex_state = 12}, - [812] = {.lex_state = 12}, - [813] = {.lex_state = 12}, - [814] = {.lex_state = 11}, - [815] = {.lex_state = 11}, - [816] = {.lex_state = 11}, - [817] = {.lex_state = 12}, - [818] = {.lex_state = 11}, - [819] = {.lex_state = 12}, - [820] = {.lex_state = 12}, - [821] = {.lex_state = 11}, - [822] = {.lex_state = 12}, - [823] = {.lex_state = 11}, - [824] = {.lex_state = 91}, - [825] = {.lex_state = 12}, - [826] = {.lex_state = 11}, - [827] = {.lex_state = 12}, - [828] = {.lex_state = 12}, - [829] = {.lex_state = 11}, - [830] = {.lex_state = 12}, - [831] = {.lex_state = 11}, - [832] = {.lex_state = 12}, - [833] = {.lex_state = 12}, - [834] = {.lex_state = 11}, - [835] = {.lex_state = 12}, - [836] = {.lex_state = 12}, - [837] = {.lex_state = 12}, - [838] = {.lex_state = 12}, - [839] = {.lex_state = 3, .external_lex_state = 2}, - [840] = {.lex_state = 12}, - [841] = {.lex_state = 12}, - [842] = {.lex_state = 12}, - [843] = {.lex_state = 3, .external_lex_state = 2}, - [844] = {.lex_state = 12}, - [845] = {.lex_state = 91}, - [846] = {.lex_state = 12}, - [847] = {.lex_state = 12}, - [848] = {.lex_state = 12}, - [849] = {.lex_state = 91}, - [850] = {.lex_state = 12}, - [851] = {.lex_state = 12}, - [852] = {.lex_state = 11}, - [853] = {.lex_state = 12}, - [854] = {.lex_state = 12}, - [855] = {.lex_state = 12}, - [856] = {.lex_state = 12}, - [857] = {.lex_state = 12}, + [598] = {.lex_state = 3, .external_lex_state = 2}, + [599] = {.lex_state = 97}, + [600] = {.lex_state = 3, .external_lex_state = 2}, + [601] = {.lex_state = 97, .external_lex_state = 4}, + [602] = {.lex_state = 97, .external_lex_state = 4}, + [603] = {.lex_state = 97}, + [604] = {.lex_state = 97, .external_lex_state = 4}, + [605] = {.lex_state = 97, .external_lex_state = 4}, + [606] = {.lex_state = 97}, + [607] = {.lex_state = 97}, + [608] = {.lex_state = 97, .external_lex_state = 4}, + [609] = {.lex_state = 97, .external_lex_state = 4}, + [610] = {.lex_state = 97}, + [611] = {.lex_state = 97}, + [612] = {.lex_state = 3, .external_lex_state = 2}, + [613] = {.lex_state = 97, .external_lex_state = 4}, + [614] = {.lex_state = 97}, + [615] = {.lex_state = 97, .external_lex_state = 4}, + [616] = {.lex_state = 97, .external_lex_state = 4}, + [617] = {.lex_state = 97}, + [618] = {.lex_state = 97, .external_lex_state = 4}, + [619] = {.lex_state = 97}, + [620] = {.lex_state = 97, .external_lex_state = 4}, + [621] = {.lex_state = 97}, + [622] = {.lex_state = 97, .external_lex_state = 4}, + [623] = {.lex_state = 97}, + [624] = {.lex_state = 97}, + [625] = {.lex_state = 97}, + [626] = {.lex_state = 97}, + [627] = {.lex_state = 97}, + [628] = {.lex_state = 97}, + [629] = {.lex_state = 97}, + [630] = {.lex_state = 97}, + [631] = {.lex_state = 97}, + [632] = {.lex_state = 97}, + [633] = {.lex_state = 97}, + [634] = {.lex_state = 97}, + [635] = {.lex_state = 97}, + [636] = {.lex_state = 97}, + [637] = {.lex_state = 97}, + [638] = {.lex_state = 97}, + [639] = {.lex_state = 97}, + [640] = {.lex_state = 97}, + [641] = {.lex_state = 97}, + [642] = {.lex_state = 97}, + [643] = {.lex_state = 97}, + [644] = {.lex_state = 97}, + [645] = {.lex_state = 97}, + [646] = {.lex_state = 97}, + [647] = {.lex_state = 97}, + [648] = {.lex_state = 97}, + [649] = {.lex_state = 97}, + [650] = {.lex_state = 97}, + [651] = {.lex_state = 97}, + [652] = {.lex_state = 97}, + [653] = {.lex_state = 97}, + [654] = {.lex_state = 97}, + [655] = {.lex_state = 97}, + [656] = {.lex_state = 97}, + [657] = {.lex_state = 97}, + [658] = {.lex_state = 97}, + [659] = {.lex_state = 97}, + [660] = {.lex_state = 97}, + [661] = {.lex_state = 97}, + [662] = {.lex_state = 97}, + [663] = {.lex_state = 97}, + [664] = {.lex_state = 97}, + [665] = {.lex_state = 97}, + [666] = {.lex_state = 97}, + [667] = {.lex_state = 97}, + [668] = {.lex_state = 97}, + [669] = {.lex_state = 97}, + [670] = {.lex_state = 97}, + [671] = {.lex_state = 97}, + [672] = {.lex_state = 97}, + [673] = {.lex_state = 97}, + [674] = {.lex_state = 97}, + [675] = {.lex_state = 97}, + [676] = {.lex_state = 97}, + [677] = {.lex_state = 97}, + [678] = {.lex_state = 97}, + [679] = {.lex_state = 97}, + [680] = {.lex_state = 97}, + [681] = {.lex_state = 97}, + [682] = {.lex_state = 97}, + [683] = {.lex_state = 97}, + [684] = {.lex_state = 97}, + [685] = {.lex_state = 97}, + [686] = {.lex_state = 97}, + [687] = {.lex_state = 97}, + [688] = {.lex_state = 97}, + [689] = {.lex_state = 97}, + [690] = {.lex_state = 97}, + [691] = {.lex_state = 97}, + [692] = {.lex_state = 97}, + [693] = {.lex_state = 97}, + [694] = {.lex_state = 97}, + [695] = {.lex_state = 97}, + [696] = {.lex_state = 97}, + [697] = {.lex_state = 97}, + [698] = {.lex_state = 97}, + [699] = {.lex_state = 97}, + [700] = {.lex_state = 97}, + [701] = {.lex_state = 97}, + [702] = {.lex_state = 97}, + [703] = {.lex_state = 97}, + [704] = {.lex_state = 97}, + [705] = {.lex_state = 97}, + [706] = {.lex_state = 97}, + [707] = {.lex_state = 97}, + [708] = {.lex_state = 97}, + [709] = {.lex_state = 97}, + [710] = {.lex_state = 97}, + [711] = {.lex_state = 97}, + [712] = {.lex_state = 97}, + [713] = {.lex_state = 97}, + [714] = {.lex_state = 97}, + [715] = {.lex_state = 97}, + [716] = {.lex_state = 97}, + [717] = {.lex_state = 97}, + [718] = {.lex_state = 97}, + [719] = {.lex_state = 97}, + [720] = {.lex_state = 97}, + [721] = {.lex_state = 97}, + [722] = {.lex_state = 97}, + [723] = {.lex_state = 97}, + [724] = {.lex_state = 97}, + [725] = {.lex_state = 97}, + [726] = {.lex_state = 97}, + [727] = {.lex_state = 97}, + [728] = {.lex_state = 97}, + [729] = {.lex_state = 97}, + [730] = {.lex_state = 97}, + [731] = {.lex_state = 97}, + [732] = {.lex_state = 97}, + [733] = {.lex_state = 97}, + [734] = {.lex_state = 97}, + [735] = {.lex_state = 97}, + [736] = {.lex_state = 97}, + [737] = {.lex_state = 97}, + [738] = {.lex_state = 97}, + [739] = {.lex_state = 97}, + [740] = {.lex_state = 97}, + [741] = {.lex_state = 97}, + [742] = {.lex_state = 97}, + [743] = {.lex_state = 97}, + [744] = {.lex_state = 97}, + [745] = {.lex_state = 97}, + [746] = {.lex_state = 97}, + [747] = {.lex_state = 97}, + [748] = {.lex_state = 97}, + [749] = {.lex_state = 97}, + [750] = {.lex_state = 97}, + [751] = {.lex_state = 97}, + [752] = {.lex_state = 97}, + [753] = {.lex_state = 97}, + [754] = {.lex_state = 97}, + [755] = {.lex_state = 97}, + [756] = {.lex_state = 97}, + [757] = {.lex_state = 97}, + [758] = {.lex_state = 97}, + [759] = {.lex_state = 97}, + [760] = {.lex_state = 97}, + [761] = {.lex_state = 97}, + [762] = {.lex_state = 97}, + [763] = {.lex_state = 97}, + [764] = {.lex_state = 97}, + [765] = {.lex_state = 97}, + [766] = {.lex_state = 97}, + [767] = {.lex_state = 97}, + [768] = {.lex_state = 97}, + [769] = {.lex_state = 13}, + [770] = {.lex_state = 13}, + [771] = {.lex_state = 13}, + [772] = {.lex_state = 13}, + [773] = {.lex_state = 13}, + [774] = {.lex_state = 13}, + [775] = {.lex_state = 13}, + [776] = {.lex_state = 13}, + [777] = {.lex_state = 13}, + [778] = {.lex_state = 13}, + [779] = {.lex_state = 13}, + [780] = {.lex_state = 13}, + [781] = {.lex_state = 13}, + [782] = {.lex_state = 13}, + [783] = {.lex_state = 13}, + [784] = {.lex_state = 13}, + [785] = {.lex_state = 97}, + [786] = {.lex_state = 97}, + [787] = {.lex_state = 97}, + [788] = {.lex_state = 97}, + [789] = {.lex_state = 97}, + [790] = {.lex_state = 97}, + [791] = {.lex_state = 97}, + [792] = {.lex_state = 97}, + [793] = {.lex_state = 97}, + [794] = {.lex_state = 97}, + [795] = {.lex_state = 97}, + [796] = {.lex_state = 97}, + [797] = {.lex_state = 97}, + [798] = {.lex_state = 13}, + [799] = {.lex_state = 13}, + [800] = {.lex_state = 13}, + [801] = {.lex_state = 13}, + [802] = {.lex_state = 13}, + [803] = {.lex_state = 13}, + [804] = {.lex_state = 13}, + [805] = {.lex_state = 13}, + [806] = {.lex_state = 13}, + [807] = {.lex_state = 13}, + [808] = {.lex_state = 16}, + [809] = {.lex_state = 13}, + [810] = {.lex_state = 13}, + [811] = {.lex_state = 16}, + [812] = {.lex_state = 16}, + [813] = {.lex_state = 13}, + [814] = {.lex_state = 13}, + [815] = {.lex_state = 13}, + [816] = {.lex_state = 13}, + [817] = {.lex_state = 3, .external_lex_state = 3}, + [818] = {.lex_state = 3, .external_lex_state = 3}, + [819] = {.lex_state = 3, .external_lex_state = 3}, + [820] = {.lex_state = 3, .external_lex_state = 3}, + [821] = {.lex_state = 3, .external_lex_state = 3}, + [822] = {.lex_state = 3, .external_lex_state = 3}, + [823] = {.lex_state = 13}, + [824] = {.lex_state = 13}, + [825] = {.lex_state = 13}, + [826] = {.lex_state = 13}, + [827] = {.lex_state = 13}, + [828] = {.lex_state = 13}, + [829] = {.lex_state = 13}, + [830] = {.lex_state = 13}, + [831] = {.lex_state = 13}, + [832] = {.lex_state = 13}, + [833] = {.lex_state = 13}, + [834] = {.lex_state = 13}, + [835] = {.lex_state = 13}, + [836] = {.lex_state = 13}, + [837] = {.lex_state = 13}, + [838] = {.lex_state = 13}, + [839] = {.lex_state = 13}, + [840] = {.lex_state = 13}, + [841] = {.lex_state = 13}, + [842] = {.lex_state = 13}, + [843] = {.lex_state = 13}, + [844] = {.lex_state = 13}, + [845] = {.lex_state = 13}, + [846] = {.lex_state = 13}, + [847] = {.lex_state = 13}, + [848] = {.lex_state = 13}, + [849] = {.lex_state = 13}, + [850] = {.lex_state = 13}, + [851] = {.lex_state = 13}, + [852] = {.lex_state = 13}, + [853] = {.lex_state = 13}, + [854] = {.lex_state = 13}, + [855] = {.lex_state = 13}, + [856] = {.lex_state = 13}, + [857] = {.lex_state = 13}, [858] = {.lex_state = 12}, - [859] = {.lex_state = 12}, - [860] = {.lex_state = 12}, - [861] = {.lex_state = 12}, + [859] = {.lex_state = 13}, + [860] = {.lex_state = 13}, + [861] = {.lex_state = 13}, [862] = {.lex_state = 12}, - [863] = {.lex_state = 12}, - [864] = {.lex_state = 12}, - [865] = {.lex_state = 12}, - [866] = {.lex_state = 12}, - [867] = {.lex_state = 12}, - [868] = {.lex_state = 12}, - [869] = {.lex_state = 12}, - [870] = {.lex_state = 12}, - [871] = {.lex_state = 12}, - [872] = {.lex_state = 12}, - [873] = {.lex_state = 12}, - [874] = {.lex_state = 12}, - [875] = {.lex_state = 12}, + [863] = {.lex_state = 13}, + [864] = {.lex_state = 13}, + [865] = {.lex_state = 13}, + [866] = {.lex_state = 13}, + [867] = {.lex_state = 13}, + [868] = {.lex_state = 13}, + [869] = {.lex_state = 13}, + [870] = {.lex_state = 13}, + [871] = {.lex_state = 13}, + [872] = {.lex_state = 13}, + [873] = {.lex_state = 13}, + [874] = {.lex_state = 13}, + [875] = {.lex_state = 13}, [876] = {.lex_state = 12}, - [877] = {.lex_state = 12}, - [878] = {.lex_state = 12}, - [879] = {.lex_state = 12}, - [880] = {.lex_state = 12}, - [881] = {.lex_state = 12}, - [882] = {.lex_state = 12}, - [883] = {.lex_state = 12}, - [884] = {.lex_state = 12}, - [885] = {.lex_state = 12}, - [886] = {.lex_state = 12}, - [887] = {.lex_state = 12}, - [888] = {.lex_state = 12}, - [889] = {.lex_state = 12}, - [890] = {.lex_state = 12}, - [891] = {.lex_state = 12}, - [892] = {.lex_state = 12}, - [893] = {.lex_state = 12}, + [877] = {.lex_state = 13}, + [878] = {.lex_state = 13}, + [879] = {.lex_state = 13}, + [880] = {.lex_state = 13}, + [881] = {.lex_state = 13}, + [882] = {.lex_state = 13}, + [883] = {.lex_state = 13}, + [884] = {.lex_state = 13}, + [885] = {.lex_state = 13}, + [886] = {.lex_state = 13}, + [887] = {.lex_state = 13}, + [888] = {.lex_state = 13}, + [889] = {.lex_state = 13}, + [890] = {.lex_state = 13}, + [891] = {.lex_state = 13}, + [892] = {.lex_state = 13}, + [893] = {.lex_state = 13}, [894] = {.lex_state = 12}, - [895] = {.lex_state = 12}, - [896] = {.lex_state = 12}, - [897] = {.lex_state = 12}, - [898] = {.lex_state = 12}, - [899] = {.lex_state = 12}, - [900] = {.lex_state = 12}, - [901] = {.lex_state = 12}, - [902] = {.lex_state = 12}, + [895] = {.lex_state = 13}, + [896] = {.lex_state = 13}, + [897] = {.lex_state = 13}, + [898] = {.lex_state = 13}, + [899] = {.lex_state = 13}, + [900] = {.lex_state = 13}, + [901] = {.lex_state = 13}, + [902] = {.lex_state = 13}, [903] = {.lex_state = 12}, - [904] = {.lex_state = 12}, - [905] = {.lex_state = 12}, - [906] = {.lex_state = 12}, - [907] = {.lex_state = 12}, - [908] = {.lex_state = 12}, - [909] = {.lex_state = 12}, - [910] = {.lex_state = 12}, + [904] = {.lex_state = 13}, + [905] = {.lex_state = 13}, + [906] = {.lex_state = 13}, + [907] = {.lex_state = 13}, + [908] = {.lex_state = 13}, + [909] = {.lex_state = 13}, + [910] = {.lex_state = 13}, [911] = {.lex_state = 12}, - [912] = {.lex_state = 3, .external_lex_state = 2}, - [913] = {.lex_state = 12}, + [912] = {.lex_state = 13}, + [913] = {.lex_state = 13}, [914] = {.lex_state = 12}, - [915] = {.lex_state = 12}, - [916] = {.lex_state = 12}, - [917] = {.lex_state = 12}, - [918] = {.lex_state = 12}, - [919] = {.lex_state = 12}, - [920] = {.lex_state = 12}, - [921] = {.lex_state = 12}, - [922] = {.lex_state = 12}, - [923] = {.lex_state = 12}, - [924] = {.lex_state = 12}, - [925] = {.lex_state = 12}, - [926] = {.lex_state = 12}, - [927] = {.lex_state = 12}, - [928] = {.lex_state = 12}, - [929] = {.lex_state = 12}, - [930] = {.lex_state = 12}, - [931] = {.lex_state = 12}, - [932] = {.lex_state = 3, .external_lex_state = 2}, + [915] = {.lex_state = 13}, + [916] = {.lex_state = 13}, + [917] = {.lex_state = 13}, + [918] = {.lex_state = 13}, + [919] = {.lex_state = 13}, + [920] = {.lex_state = 13}, + [921] = {.lex_state = 13}, + [922] = {.lex_state = 13}, + [923] = {.lex_state = 13}, + [924] = {.lex_state = 13}, + [925] = {.lex_state = 13}, + [926] = {.lex_state = 13}, + [927] = {.lex_state = 13}, + [928] = {.lex_state = 13}, + [929] = {.lex_state = 13}, + [930] = {.lex_state = 13}, + [931] = {.lex_state = 13}, + [932] = {.lex_state = 13}, [933] = {.lex_state = 12}, - [934] = {.lex_state = 12}, - [935] = {.lex_state = 12}, - [936] = {.lex_state = 12}, - [937] = {.lex_state = 12}, - [938] = {.lex_state = 12}, - [939] = {.lex_state = 12}, - [940] = {.lex_state = 12}, - [941] = {.lex_state = 12}, - [942] = {.lex_state = 12}, - [943] = {.lex_state = 12}, - [944] = {.lex_state = 12}, - [945] = {.lex_state = 12}, - [946] = {.lex_state = 12}, - [947] = {.lex_state = 12}, - [948] = {.lex_state = 12}, + [934] = {.lex_state = 13}, + [935] = {.lex_state = 13}, + [936] = {.lex_state = 13}, + [937] = {.lex_state = 13}, + [938] = {.lex_state = 13}, + [939] = {.lex_state = 13}, + [940] = {.lex_state = 13}, + [941] = {.lex_state = 13}, + [942] = {.lex_state = 13}, + [943] = {.lex_state = 13}, + [944] = {.lex_state = 3, .external_lex_state = 2}, + [945] = {.lex_state = 13}, + [946] = {.lex_state = 3, .external_lex_state = 2}, + [947] = {.lex_state = 13}, + [948] = {.lex_state = 13}, [949] = {.lex_state = 12}, - [950] = {.lex_state = 12}, - [951] = {.lex_state = 12}, - [952] = {.lex_state = 12}, - [953] = {.lex_state = 12}, - [954] = {.lex_state = 12}, - [955] = {.lex_state = 12}, - [956] = {.lex_state = 12}, - [957] = {.lex_state = 12}, - [958] = {.lex_state = 12}, - [959] = {.lex_state = 12}, - [960] = {.lex_state = 12}, - [961] = {.lex_state = 12}, - [962] = {.lex_state = 12}, - [963] = {.lex_state = 12}, + [950] = {.lex_state = 13}, + [951] = {.lex_state = 13}, + [952] = {.lex_state = 13}, + [953] = {.lex_state = 13}, + [954] = {.lex_state = 13}, + [955] = {.lex_state = 13}, + [956] = {.lex_state = 13}, + [957] = {.lex_state = 13}, + [958] = {.lex_state = 13}, + [959] = {.lex_state = 13}, + [960] = {.lex_state = 13}, + [961] = {.lex_state = 13}, + [962] = {.lex_state = 13}, + [963] = {.lex_state = 13}, [964] = {.lex_state = 12}, [965] = {.lex_state = 12}, [966] = {.lex_state = 12}, - [967] = {.lex_state = 12}, - [968] = {.lex_state = 12}, - [969] = {.lex_state = 12}, - [970] = {.lex_state = 12}, - [971] = {.lex_state = 12}, - [972] = {.lex_state = 12}, - [973] = {.lex_state = 12}, - [974] = {.lex_state = 12}, - [975] = {.lex_state = 12}, - [976] = {.lex_state = 12}, - [977] = {.lex_state = 12}, - [978] = {.lex_state = 12}, - [979] = {.lex_state = 12}, - [980] = {.lex_state = 12}, - [981] = {.lex_state = 12}, - [982] = {.lex_state = 12}, - [983] = {.lex_state = 12}, - [984] = {.lex_state = 12}, - [985] = {.lex_state = 3, .external_lex_state = 3}, - [986] = {.lex_state = 3, .external_lex_state = 3}, - [987] = {.lex_state = 3, .external_lex_state = 3}, - [988] = {.lex_state = 3, .external_lex_state = 3}, - [989] = {.lex_state = 3, .external_lex_state = 3}, - [990] = {.lex_state = 3, .external_lex_state = 2}, - [991] = {.lex_state = 3, .external_lex_state = 3}, - [992] = {.lex_state = 3, .external_lex_state = 3}, - [993] = {.lex_state = 3, .external_lex_state = 3}, - [994] = {.lex_state = 3, .external_lex_state = 3}, + [967] = {.lex_state = 13}, + [968] = {.lex_state = 13}, + [969] = {.lex_state = 13}, + [970] = {.lex_state = 13}, + [971] = {.lex_state = 13}, + [972] = {.lex_state = 13}, + [973] = {.lex_state = 13}, + [974] = {.lex_state = 3, .external_lex_state = 2}, + [975] = {.lex_state = 13}, + [976] = {.lex_state = 13}, + [977] = {.lex_state = 13}, + [978] = {.lex_state = 13}, + [979] = {.lex_state = 13}, + [980] = {.lex_state = 13}, + [981] = {.lex_state = 13}, + [982] = {.lex_state = 13}, + [983] = {.lex_state = 13}, + [984] = {.lex_state = 13}, + [985] = {.lex_state = 13}, + [986] = {.lex_state = 13}, + [987] = {.lex_state = 13}, + [988] = {.lex_state = 13}, + [989] = {.lex_state = 13}, + [990] = {.lex_state = 97}, + [991] = {.lex_state = 3, .external_lex_state = 2}, + [992] = {.lex_state = 3, .external_lex_state = 2}, + [993] = {.lex_state = 97}, + [994] = {.lex_state = 97}, [995] = {.lex_state = 3, .external_lex_state = 2}, [996] = {.lex_state = 3, .external_lex_state = 3}, [997] = {.lex_state = 3, .external_lex_state = 3}, [998] = {.lex_state = 3, .external_lex_state = 3}, - [999] = {.lex_state = 6, .external_lex_state = 2}, - [1000] = {.lex_state = 6, .external_lex_state = 2}, - [1001] = {.lex_state = 11}, + [999] = {.lex_state = 3, .external_lex_state = 3}, + [1000] = {.lex_state = 3, .external_lex_state = 3}, + [1001] = {.lex_state = 3, .external_lex_state = 3}, [1002] = {.lex_state = 3, .external_lex_state = 3}, - [1003] = {.lex_state = 3, .external_lex_state = 2}, - [1004] = {.lex_state = 3, .external_lex_state = 2}, - [1005] = {.lex_state = 3, .external_lex_state = 3}, + [1003] = {.lex_state = 3, .external_lex_state = 3}, + [1004] = {.lex_state = 3, .external_lex_state = 3}, + [1005] = {.lex_state = 6, .external_lex_state = 2}, [1006] = {.lex_state = 3, .external_lex_state = 3}, [1007] = {.lex_state = 6, .external_lex_state = 2}, - [1008] = {.lex_state = 11}, + [1008] = {.lex_state = 3, .external_lex_state = 2}, [1009] = {.lex_state = 3, .external_lex_state = 3}, - [1010] = {.lex_state = 6, .external_lex_state = 2}, + [1010] = {.lex_state = 3, .external_lex_state = 3}, [1011] = {.lex_state = 3, .external_lex_state = 3}, - [1012] = {.lex_state = 6, .external_lex_state = 2}, - [1013] = {.lex_state = 6, .external_lex_state = 2}, + [1012] = {.lex_state = 3, .external_lex_state = 2}, + [1013] = {.lex_state = 3, .external_lex_state = 3}, [1014] = {.lex_state = 3, .external_lex_state = 3}, [1015] = {.lex_state = 3, .external_lex_state = 3}, - [1016] = {.lex_state = 3, .external_lex_state = 3}, + [1016] = {.lex_state = 6, .external_lex_state = 2}, [1017] = {.lex_state = 3, .external_lex_state = 2}, - [1018] = {.lex_state = 6, .external_lex_state = 2}, + [1018] = {.lex_state = 3, .external_lex_state = 2}, [1019] = {.lex_state = 3, .external_lex_state = 3}, [1020] = {.lex_state = 6, .external_lex_state = 2}, - [1021] = {.lex_state = 3, .external_lex_state = 2}, + [1021] = {.lex_state = 6, .external_lex_state = 2}, [1022] = {.lex_state = 3, .external_lex_state = 3}, [1023] = {.lex_state = 3, .external_lex_state = 3}, - [1024] = {.lex_state = 6, .external_lex_state = 2}, - [1025] = {.lex_state = 3, .external_lex_state = 2}, - [1026] = {.lex_state = 6, .external_lex_state = 2}, + [1024] = {.lex_state = 12}, + [1025] = {.lex_state = 6, .external_lex_state = 2}, + [1026] = {.lex_state = 3, .external_lex_state = 2}, [1027] = {.lex_state = 3, .external_lex_state = 2}, - [1028] = {.lex_state = 3, .external_lex_state = 2}, - [1029] = {.lex_state = 3, .external_lex_state = 3}, - [1030] = {.lex_state = 6, .external_lex_state = 2}, - [1031] = {.lex_state = 3, .external_lex_state = 2}, - [1032] = {.lex_state = 3, .external_lex_state = 2}, - [1033] = {.lex_state = 3, .external_lex_state = 3}, - [1034] = {.lex_state = 3, .external_lex_state = 2}, - [1035] = {.lex_state = 3, .external_lex_state = 2}, - [1036] = {.lex_state = 3, .external_lex_state = 2}, - [1037] = {.lex_state = 6, .external_lex_state = 2}, + [1028] = {.lex_state = 3, .external_lex_state = 3}, + [1029] = {.lex_state = 3, .external_lex_state = 2}, + [1030] = {.lex_state = 3, .external_lex_state = 3}, + [1031] = {.lex_state = 3, .external_lex_state = 3}, + [1032] = {.lex_state = 6, .external_lex_state = 2}, + [1033] = {.lex_state = 6, .external_lex_state = 2}, + [1034] = {.lex_state = 12}, + [1035] = {.lex_state = 6, .external_lex_state = 2}, + [1036] = {.lex_state = 3, .external_lex_state = 3}, + [1037] = {.lex_state = 3, .external_lex_state = 3}, [1038] = {.lex_state = 3, .external_lex_state = 2}, [1039] = {.lex_state = 3, .external_lex_state = 2}, - [1040] = {.lex_state = 3, .external_lex_state = 2}, - [1041] = {.lex_state = 3, .external_lex_state = 3}, + [1040] = {.lex_state = 3, .external_lex_state = 3}, + [1041] = {.lex_state = 6, .external_lex_state = 2}, [1042] = {.lex_state = 3, .external_lex_state = 2}, - [1043] = {.lex_state = 3, .external_lex_state = 3}, - [1044] = {.lex_state = 3, .external_lex_state = 2}, + [1043] = {.lex_state = 6, .external_lex_state = 2}, + [1044] = {.lex_state = 3, .external_lex_state = 3}, [1045] = {.lex_state = 3, .external_lex_state = 2}, [1046] = {.lex_state = 3, .external_lex_state = 3}, - [1047] = {.lex_state = 3, .external_lex_state = 2}, - [1048] = {.lex_state = 3, .external_lex_state = 3}, + [1047] = {.lex_state = 6, .external_lex_state = 2}, + [1048] = {.lex_state = 3, .external_lex_state = 2}, [1049] = {.lex_state = 3, .external_lex_state = 2}, [1050] = {.lex_state = 3, .external_lex_state = 2}, - [1051] = {.lex_state = 3, .external_lex_state = 3}, + [1051] = {.lex_state = 3, .external_lex_state = 2}, [1052] = {.lex_state = 3, .external_lex_state = 2}, [1053] = {.lex_state = 3, .external_lex_state = 2}, - [1054] = {.lex_state = 3, .external_lex_state = 2}, + [1054] = {.lex_state = 3, .external_lex_state = 3}, [1055] = {.lex_state = 3, .external_lex_state = 2}, [1056] = {.lex_state = 3, .external_lex_state = 2}, [1057] = {.lex_state = 3, .external_lex_state = 2}, - [1058] = {.lex_state = 3, .external_lex_state = 3}, + [1058] = {.lex_state = 3, .external_lex_state = 2}, [1059] = {.lex_state = 3, .external_lex_state = 2}, - [1060] = {.lex_state = 3, .external_lex_state = 2}, - [1061] = {.lex_state = 3, .external_lex_state = 3}, - [1062] = {.lex_state = 3, .external_lex_state = 2}, - [1063] = {.lex_state = 6, .external_lex_state = 2}, + [1060] = {.lex_state = 6, .external_lex_state = 2}, + [1061] = {.lex_state = 3, .external_lex_state = 2}, + [1062] = {.lex_state = 3, .external_lex_state = 3}, + [1063] = {.lex_state = 3, .external_lex_state = 2}, [1064] = {.lex_state = 3, .external_lex_state = 2}, [1065] = {.lex_state = 3, .external_lex_state = 3}, [1066] = {.lex_state = 3, .external_lex_state = 2}, - [1067] = {.lex_state = 3, .external_lex_state = 2}, + [1067] = {.lex_state = 3, .external_lex_state = 3}, [1068] = {.lex_state = 3, .external_lex_state = 2}, [1069] = {.lex_state = 3, .external_lex_state = 2}, [1070] = {.lex_state = 3, .external_lex_state = 2}, - [1071] = {.lex_state = 3, .external_lex_state = 2}, + [1071] = {.lex_state = 3, .external_lex_state = 3}, [1072] = {.lex_state = 3, .external_lex_state = 3}, [1073] = {.lex_state = 3, .external_lex_state = 3}, - [1074] = {.lex_state = 6, .external_lex_state = 2}, - [1075] = {.lex_state = 3, .external_lex_state = 3}, + [1074] = {.lex_state = 3, .external_lex_state = 2}, + [1075] = {.lex_state = 3, .external_lex_state = 2}, [1076] = {.lex_state = 3, .external_lex_state = 3}, - [1077] = {.lex_state = 3, .external_lex_state = 3}, + [1077] = {.lex_state = 3, .external_lex_state = 2}, [1078] = {.lex_state = 3, .external_lex_state = 2}, - [1079] = {.lex_state = 3, .external_lex_state = 3}, - [1080] = {.lex_state = 3, .external_lex_state = 3}, - [1081] = {.lex_state = 3, .external_lex_state = 3}, - [1082] = {.lex_state = 3, .external_lex_state = 3}, - [1083] = {.lex_state = 3, .external_lex_state = 3}, - [1084] = {.lex_state = 3, .external_lex_state = 3}, - [1085] = {.lex_state = 3, .external_lex_state = 3}, + [1079] = {.lex_state = 3, .external_lex_state = 2}, + [1080] = {.lex_state = 3, .external_lex_state = 2}, + [1081] = {.lex_state = 6, .external_lex_state = 2}, + [1082] = {.lex_state = 3, .external_lex_state = 2}, + [1083] = {.lex_state = 3, .external_lex_state = 2}, + [1084] = {.lex_state = 3, .external_lex_state = 2}, + [1085] = {.lex_state = 3, .external_lex_state = 2}, [1086] = {.lex_state = 3, .external_lex_state = 3}, - [1087] = {.lex_state = 3, .external_lex_state = 3}, + [1087] = {.lex_state = 3, .external_lex_state = 2}, [1088] = {.lex_state = 3, .external_lex_state = 3}, [1089] = {.lex_state = 3, .external_lex_state = 3}, - [1090] = {.lex_state = 3, .external_lex_state = 2}, - [1091] = {.lex_state = 3, .external_lex_state = 2}, + [1090] = {.lex_state = 3, .external_lex_state = 3}, + [1091] = {.lex_state = 3, .external_lex_state = 3}, [1092] = {.lex_state = 3, .external_lex_state = 2}, [1093] = {.lex_state = 3, .external_lex_state = 3}, - [1094] = {.lex_state = 3, .external_lex_state = 2}, - [1095] = {.lex_state = 3, .external_lex_state = 3}, + [1094] = {.lex_state = 3, .external_lex_state = 3}, + [1095] = {.lex_state = 3, .external_lex_state = 2}, [1096] = {.lex_state = 3, .external_lex_state = 2}, - [1097] = {.lex_state = 3, .external_lex_state = 2}, - [1098] = {.lex_state = 3, .external_lex_state = 3}, + [1097] = {.lex_state = 3, .external_lex_state = 3}, + [1098] = {.lex_state = 3, .external_lex_state = 2}, [1099] = {.lex_state = 3, .external_lex_state = 3}, - [1100] = {.lex_state = 3, .external_lex_state = 2}, - [1101] = {.lex_state = 3, .external_lex_state = 2}, + [1100] = {.lex_state = 3, .external_lex_state = 3}, + [1101] = {.lex_state = 3, .external_lex_state = 3}, [1102] = {.lex_state = 3, .external_lex_state = 3}, - [1103] = {.lex_state = 3, .external_lex_state = 2}, - [1104] = {.lex_state = 3, .external_lex_state = 3}, + [1103] = {.lex_state = 3, .external_lex_state = 3}, + [1104] = {.lex_state = 3, .external_lex_state = 2}, [1105] = {.lex_state = 3, .external_lex_state = 3}, [1106] = {.lex_state = 3, .external_lex_state = 3}, [1107] = {.lex_state = 3, .external_lex_state = 3}, [1108] = {.lex_state = 3, .external_lex_state = 3}, [1109] = {.lex_state = 3, .external_lex_state = 3}, - [1110] = {.lex_state = 3, .external_lex_state = 3}, - [1111] = {.lex_state = 6, .external_lex_state = 2}, - [1112] = {.lex_state = 3, .external_lex_state = 2}, - [1113] = {.lex_state = 91}, - [1114] = {.lex_state = 3, .external_lex_state = 2}, - [1115] = {.lex_state = 6, .external_lex_state = 2}, - [1116] = {.lex_state = 6, .external_lex_state = 2}, - [1117] = {.lex_state = 3, .external_lex_state = 3}, - [1118] = {.lex_state = 3, .external_lex_state = 2}, - [1119] = {.lex_state = 6, .external_lex_state = 2}, - [1120] = {.lex_state = 3, .external_lex_state = 3}, + [1110] = {.lex_state = 3, .external_lex_state = 2}, + [1111] = {.lex_state = 3, .external_lex_state = 3}, + [1112] = {.lex_state = 6, .external_lex_state = 2}, + [1113] = {.lex_state = 3, .external_lex_state = 2}, + [1114] = {.lex_state = 3, .external_lex_state = 3}, + [1115] = {.lex_state = 3, .external_lex_state = 3}, + [1116] = {.lex_state = 3, .external_lex_state = 3}, + [1117] = {.lex_state = 3, .external_lex_state = 2}, + [1118] = {.lex_state = 3, .external_lex_state = 3}, + [1119] = {.lex_state = 3, .external_lex_state = 3}, + [1120] = {.lex_state = 3, .external_lex_state = 2}, [1121] = {.lex_state = 3, .external_lex_state = 3}, - [1122] = {.lex_state = 3, .external_lex_state = 2}, - [1123] = {.lex_state = 3, .external_lex_state = 3}, - [1124] = {.lex_state = 3, .external_lex_state = 2}, + [1122] = {.lex_state = 3, .external_lex_state = 3}, + [1123] = {.lex_state = 3, .external_lex_state = 2}, + [1124] = {.lex_state = 3, .external_lex_state = 3}, [1125] = {.lex_state = 3, .external_lex_state = 2}, [1126] = {.lex_state = 3, .external_lex_state = 2}, [1127] = {.lex_state = 3, .external_lex_state = 3}, - [1128] = {.lex_state = 3, .external_lex_state = 2}, - [1129] = {.lex_state = 91}, - [1130] = {.lex_state = 6, .external_lex_state = 2}, - [1131] = {.lex_state = 3, .external_lex_state = 2}, + [1128] = {.lex_state = 97}, + [1129] = {.lex_state = 6, .external_lex_state = 2}, + [1130] = {.lex_state = 3, .external_lex_state = 3}, + [1131] = {.lex_state = 6, .external_lex_state = 2}, [1132] = {.lex_state = 3, .external_lex_state = 2}, [1133] = {.lex_state = 3, .external_lex_state = 2}, - [1134] = {.lex_state = 6, .external_lex_state = 2}, - [1135] = {.lex_state = 3, .external_lex_state = 2}, + [1134] = {.lex_state = 3, .external_lex_state = 3}, + [1135] = {.lex_state = 6, .external_lex_state = 2}, [1136] = {.lex_state = 3, .external_lex_state = 2}, - [1137] = {.lex_state = 3, .external_lex_state = 3}, - [1138] = {.lex_state = 3, .external_lex_state = 2}, - [1139] = {.lex_state = 3, .external_lex_state = 3}, - [1140] = {.lex_state = 3, .external_lex_state = 2}, + [1137] = {.lex_state = 6, .external_lex_state = 2}, + [1138] = {.lex_state = 97}, + [1139] = {.lex_state = 3, .external_lex_state = 2}, + [1140] = {.lex_state = 3, .external_lex_state = 3}, [1141] = {.lex_state = 3, .external_lex_state = 2}, - [1142] = {.lex_state = 3, .external_lex_state = 2}, - [1143] = {.lex_state = 91}, - [1144] = {.lex_state = 3, .external_lex_state = 3}, - [1145] = {.lex_state = 3, .external_lex_state = 3}, - [1146] = {.lex_state = 3, .external_lex_state = 2}, - [1147] = {.lex_state = 91}, + [1142] = {.lex_state = 3, .external_lex_state = 3}, + [1143] = {.lex_state = 3, .external_lex_state = 2}, + [1144] = {.lex_state = 6, .external_lex_state = 2}, + [1145] = {.lex_state = 3, .external_lex_state = 2}, + [1146] = {.lex_state = 3, .external_lex_state = 3}, + [1147] = {.lex_state = 3, .external_lex_state = 3}, [1148] = {.lex_state = 3, .external_lex_state = 2}, - [1149] = {.lex_state = 3, .external_lex_state = 2}, - [1150] = {.lex_state = 91}, + [1149] = {.lex_state = 97}, + [1150] = {.lex_state = 3, .external_lex_state = 2}, [1151] = {.lex_state = 3, .external_lex_state = 2}, [1152] = {.lex_state = 3, .external_lex_state = 2}, [1153] = {.lex_state = 3, .external_lex_state = 2}, [1154] = {.lex_state = 3, .external_lex_state = 2}, [1155] = {.lex_state = 3, .external_lex_state = 2}, - [1156] = {.lex_state = 91}, - [1157] = {.lex_state = 3, .external_lex_state = 3}, - [1158] = {.lex_state = 91}, - [1159] = {.lex_state = 3, .external_lex_state = 2}, + [1156] = {.lex_state = 3, .external_lex_state = 2}, + [1157] = {.lex_state = 3, .external_lex_state = 2}, + [1158] = {.lex_state = 97}, + [1159] = {.lex_state = 3, .external_lex_state = 3}, [1160] = {.lex_state = 3, .external_lex_state = 2}, [1161] = {.lex_state = 3, .external_lex_state = 2}, - [1162] = {.lex_state = 3, .external_lex_state = 2}, + [1162] = {.lex_state = 97}, [1163] = {.lex_state = 3, .external_lex_state = 2}, [1164] = {.lex_state = 3, .external_lex_state = 2}, - [1165] = {.lex_state = 3, .external_lex_state = 2}, + [1165] = {.lex_state = 3, .external_lex_state = 3}, [1166] = {.lex_state = 3, .external_lex_state = 2}, [1167] = {.lex_state = 3, .external_lex_state = 2}, - [1168] = {.lex_state = 12}, - [1169] = {.lex_state = 12}, - [1170] = {.lex_state = 12}, - [1171] = {.lex_state = 12}, - [1172] = {.lex_state = 12}, - [1173] = {.lex_state = 12}, - [1174] = {.lex_state = 7, .external_lex_state = 3}, - [1175] = {.lex_state = 12}, - [1176] = {.lex_state = 12}, - [1177] = {.lex_state = 12}, - [1178] = {.lex_state = 12}, - [1179] = {.lex_state = 12}, - [1180] = {.lex_state = 12}, - [1181] = {.lex_state = 12}, - [1182] = {.lex_state = 12}, - [1183] = {.lex_state = 12}, - [1184] = {.lex_state = 11, .external_lex_state = 4}, - [1185] = {.lex_state = 11, .external_lex_state = 4}, - [1186] = {.lex_state = 12}, - [1187] = {.lex_state = 11, .external_lex_state = 4}, - [1188] = {.lex_state = 12}, - [1189] = {.lex_state = 12}, - [1190] = {.lex_state = 12}, - [1191] = {.lex_state = 11, .external_lex_state = 4}, - [1192] = {.lex_state = 12}, - [1193] = {.lex_state = 12}, - [1194] = {.lex_state = 12}, - [1195] = {.lex_state = 12}, - [1196] = {.lex_state = 12}, - [1197] = {.lex_state = 11, .external_lex_state = 4}, - [1198] = {.lex_state = 12}, - [1199] = {.lex_state = 7, .external_lex_state = 3}, - [1200] = {.lex_state = 12}, - [1201] = {.lex_state = 7, .external_lex_state = 3}, - [1202] = {.lex_state = 11, .external_lex_state = 4}, - [1203] = {.lex_state = 12}, - [1204] = {.lex_state = 12}, - [1205] = {.lex_state = 12}, - [1206] = {.lex_state = 12}, - [1207] = {.lex_state = 12}, - [1208] = {.lex_state = 11, .external_lex_state = 4}, - [1209] = {.lex_state = 7, .external_lex_state = 2}, - [1210] = {.lex_state = 7, .external_lex_state = 2}, - [1211] = {.lex_state = 7, .external_lex_state = 3}, - [1212] = {.lex_state = 7, .external_lex_state = 2}, - [1213] = {.lex_state = 91}, - [1214] = {.lex_state = 91}, - [1215] = {.lex_state = 7, .external_lex_state = 3}, - [1216] = {.lex_state = 91}, - [1217] = {.lex_state = 7, .external_lex_state = 2}, - [1218] = {.lex_state = 7, .external_lex_state = 2}, + [1168] = {.lex_state = 3, .external_lex_state = 2}, + [1169] = {.lex_state = 97}, + [1170] = {.lex_state = 97}, + [1171] = {.lex_state = 3, .external_lex_state = 2}, + [1172] = {.lex_state = 3, .external_lex_state = 2}, + [1173] = {.lex_state = 3, .external_lex_state = 2}, + [1174] = {.lex_state = 3, .external_lex_state = 2}, + [1175] = {.lex_state = 3, .external_lex_state = 2}, + [1176] = {.lex_state = 3, .external_lex_state = 2}, + [1177] = {.lex_state = 3, .external_lex_state = 2}, + [1178] = {.lex_state = 13}, + [1179] = {.lex_state = 13}, + [1180] = {.lex_state = 13}, + [1181] = {.lex_state = 13}, + [1182] = {.lex_state = 13}, + [1183] = {.lex_state = 13}, + [1184] = {.lex_state = 7, .external_lex_state = 3}, + [1185] = {.lex_state = 12, .external_lex_state = 4}, + [1186] = {.lex_state = 13}, + [1187] = {.lex_state = 13}, + [1188] = {.lex_state = 12, .external_lex_state = 4}, + [1189] = {.lex_state = 13}, + [1190] = {.lex_state = 12, .external_lex_state = 4}, + [1191] = {.lex_state = 13}, + [1192] = {.lex_state = 13}, + [1193] = {.lex_state = 13}, + [1194] = {.lex_state = 13}, + [1195] = {.lex_state = 13}, + [1196] = {.lex_state = 13}, + [1197] = {.lex_state = 12, .external_lex_state = 4}, + [1198] = {.lex_state = 12, .external_lex_state = 4}, + [1199] = {.lex_state = 13}, + [1200] = {.lex_state = 13}, + [1201] = {.lex_state = 13}, + [1202] = {.lex_state = 13}, + [1203] = {.lex_state = 13}, + [1204] = {.lex_state = 13}, + [1205] = {.lex_state = 13}, + [1206] = {.lex_state = 13}, + [1207] = {.lex_state = 13}, + [1208] = {.lex_state = 13}, + [1209] = {.lex_state = 7, .external_lex_state = 3}, + [1210] = {.lex_state = 12, .external_lex_state = 4}, + [1211] = {.lex_state = 13}, + [1212] = {.lex_state = 13}, + [1213] = {.lex_state = 13}, + [1214] = {.lex_state = 13}, + [1215] = {.lex_state = 13}, + [1216] = {.lex_state = 7, .external_lex_state = 3}, + [1217] = {.lex_state = 13}, + [1218] = {.lex_state = 12, .external_lex_state = 4}, [1219] = {.lex_state = 7, .external_lex_state = 2}, [1220] = {.lex_state = 7, .external_lex_state = 2}, [1221] = {.lex_state = 7, .external_lex_state = 2}, [1222] = {.lex_state = 7, .external_lex_state = 2}, [1223] = {.lex_state = 7, .external_lex_state = 2}, - [1224] = {.lex_state = 7, .external_lex_state = 3}, - [1225] = {.lex_state = 91}, - [1226] = {.lex_state = 91}, + [1224] = {.lex_state = 7, .external_lex_state = 2}, + [1225] = {.lex_state = 7, .external_lex_state = 2}, + [1226] = {.lex_state = 7, .external_lex_state = 2}, [1227] = {.lex_state = 7, .external_lex_state = 2}, - [1228] = {.lex_state = 7, .external_lex_state = 2}, - [1229] = {.lex_state = 91}, - [1230] = {.lex_state = 91}, - [1231] = {.lex_state = 7, .external_lex_state = 2}, - [1232] = {.lex_state = 7, .external_lex_state = 3}, + [1228] = {.lex_state = 7, .external_lex_state = 3}, + [1229] = {.lex_state = 7, .external_lex_state = 3}, + [1230] = {.lex_state = 7, .external_lex_state = 3}, + [1231] = {.lex_state = 97}, + [1232] = {.lex_state = 97}, [1233] = {.lex_state = 7, .external_lex_state = 2}, [1234] = {.lex_state = 7, .external_lex_state = 2}, [1235] = {.lex_state = 7, .external_lex_state = 2}, - [1236] = {.lex_state = 7, .external_lex_state = 2}, + [1236] = {.lex_state = 97}, [1237] = {.lex_state = 7, .external_lex_state = 2}, - [1238] = {.lex_state = 7, .external_lex_state = 2}, - [1239] = {.lex_state = 7, .external_lex_state = 2}, - [1240] = {.lex_state = 7, .external_lex_state = 2}, + [1238] = {.lex_state = 97}, + [1239] = {.lex_state = 97}, + [1240] = {.lex_state = 97}, [1241] = {.lex_state = 7, .external_lex_state = 2}, - [1242] = {.lex_state = 7, .external_lex_state = 2}, + [1242] = {.lex_state = 97}, [1243] = {.lex_state = 7, .external_lex_state = 2}, - [1244] = {.lex_state = 7, .external_lex_state = 2}, + [1244] = {.lex_state = 7, .external_lex_state = 3}, [1245] = {.lex_state = 7, .external_lex_state = 2}, [1246] = {.lex_state = 7, .external_lex_state = 2}, [1247] = {.lex_state = 7, .external_lex_state = 2}, [1248] = {.lex_state = 7, .external_lex_state = 2}, [1249] = {.lex_state = 7, .external_lex_state = 2}, - [1250] = {.lex_state = 7, .external_lex_state = 3}, + [1250] = {.lex_state = 7, .external_lex_state = 2}, [1251] = {.lex_state = 7, .external_lex_state = 2}, [1252] = {.lex_state = 7, .external_lex_state = 2}, [1253] = {.lex_state = 7, .external_lex_state = 2}, @@ -12285,7 +12731,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1261] = {.lex_state = 7, .external_lex_state = 2}, [1262] = {.lex_state = 7, .external_lex_state = 2}, [1263] = {.lex_state = 7, .external_lex_state = 2}, - [1264] = {.lex_state = 7, .external_lex_state = 3}, + [1264] = {.lex_state = 7, .external_lex_state = 2}, [1265] = {.lex_state = 7, .external_lex_state = 2}, [1266] = {.lex_state = 7, .external_lex_state = 2}, [1267] = {.lex_state = 7, .external_lex_state = 2}, @@ -12310,7 +12756,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1286] = {.lex_state = 7, .external_lex_state = 2}, [1287] = {.lex_state = 7, .external_lex_state = 2}, [1288] = {.lex_state = 7, .external_lex_state = 2}, - [1289] = {.lex_state = 7, .external_lex_state = 2}, + [1289] = {.lex_state = 7, .external_lex_state = 3}, [1290] = {.lex_state = 7, .external_lex_state = 2}, [1291] = {.lex_state = 7, .external_lex_state = 2}, [1292] = {.lex_state = 7, .external_lex_state = 2}, @@ -12328,9 +12774,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1304] = {.lex_state = 7, .external_lex_state = 2}, [1305] = {.lex_state = 7, .external_lex_state = 2}, [1306] = {.lex_state = 7, .external_lex_state = 2}, - [1307] = {.lex_state = 7, .external_lex_state = 2}, + [1307] = {.lex_state = 7, .external_lex_state = 3}, [1308] = {.lex_state = 7, .external_lex_state = 2}, - [1309] = {.lex_state = 7, .external_lex_state = 2}, + [1309] = {.lex_state = 7, .external_lex_state = 3}, [1310] = {.lex_state = 7, .external_lex_state = 2}, [1311] = {.lex_state = 7, .external_lex_state = 2}, [1312] = {.lex_state = 7, .external_lex_state = 2}, @@ -12357,7 +12803,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1333] = {.lex_state = 7, .external_lex_state = 2}, [1334] = {.lex_state = 7, .external_lex_state = 2}, [1335] = {.lex_state = 7, .external_lex_state = 2}, - [1336] = {.lex_state = 7, .external_lex_state = 2}, + [1336] = {.lex_state = 7, .external_lex_state = 3}, [1337] = {.lex_state = 7, .external_lex_state = 2}, [1338] = {.lex_state = 7, .external_lex_state = 2}, [1339] = {.lex_state = 7, .external_lex_state = 2}, @@ -12382,320 +12828,320 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1358] = {.lex_state = 7, .external_lex_state = 2}, [1359] = {.lex_state = 7, .external_lex_state = 2}, [1360] = {.lex_state = 7, .external_lex_state = 2}, - [1361] = {.lex_state = 7, .external_lex_state = 3}, + [1361] = {.lex_state = 7, .external_lex_state = 2}, [1362] = {.lex_state = 7, .external_lex_state = 2}, [1363] = {.lex_state = 7, .external_lex_state = 2}, [1364] = {.lex_state = 7, .external_lex_state = 2}, - [1365] = {.lex_state = 7, .external_lex_state = 3}, - [1366] = {.lex_state = 7, .external_lex_state = 3}, + [1365] = {.lex_state = 7, .external_lex_state = 2}, + [1366] = {.lex_state = 7, .external_lex_state = 2}, [1367] = {.lex_state = 7, .external_lex_state = 2}, - [1368] = {.lex_state = 7, .external_lex_state = 3}, - [1369] = {.lex_state = 7, .external_lex_state = 3}, - [1370] = {.lex_state = 7, .external_lex_state = 3}, + [1368] = {.lex_state = 7, .external_lex_state = 2}, + [1369] = {.lex_state = 7, .external_lex_state = 2}, + [1370] = {.lex_state = 7, .external_lex_state = 2}, [1371] = {.lex_state = 7, .external_lex_state = 2}, - [1372] = {.lex_state = 7, .external_lex_state = 3}, - [1373] = {.lex_state = 7, .external_lex_state = 3}, + [1372] = {.lex_state = 7, .external_lex_state = 2}, + [1373] = {.lex_state = 7, .external_lex_state = 2}, [1374] = {.lex_state = 7, .external_lex_state = 2}, [1375] = {.lex_state = 7, .external_lex_state = 2}, [1376] = {.lex_state = 7, .external_lex_state = 2}, - [1377] = {.lex_state = 7, .external_lex_state = 3}, + [1377] = {.lex_state = 7, .external_lex_state = 2}, [1378] = {.lex_state = 7, .external_lex_state = 2}, [1379] = {.lex_state = 7, .external_lex_state = 2}, [1380] = {.lex_state = 7, .external_lex_state = 2}, [1381] = {.lex_state = 7, .external_lex_state = 2}, - [1382] = {.lex_state = 7, .external_lex_state = 3}, + [1382] = {.lex_state = 7, .external_lex_state = 2}, [1383] = {.lex_state = 7, .external_lex_state = 2}, - [1384] = {.lex_state = 7, .external_lex_state = 2}, - [1385] = {.lex_state = 7, .external_lex_state = 2}, - [1386] = {.lex_state = 7, .external_lex_state = 2}, - [1387] = {.lex_state = 7, .external_lex_state = 3}, - [1388] = {.lex_state = 7, .external_lex_state = 2}, + [1384] = {.lex_state = 7, .external_lex_state = 3}, + [1385] = {.lex_state = 7, .external_lex_state = 3}, + [1386] = {.lex_state = 7, .external_lex_state = 3}, + [1387] = {.lex_state = 7, .external_lex_state = 2}, + [1388] = {.lex_state = 7, .external_lex_state = 3}, [1389] = {.lex_state = 7, .external_lex_state = 2}, [1390] = {.lex_state = 7, .external_lex_state = 3}, - [1391] = {.lex_state = 7, .external_lex_state = 3}, - [1392] = {.lex_state = 7, .external_lex_state = 2}, - [1393] = {.lex_state = 7, .external_lex_state = 2}, - [1394] = {.lex_state = 7, .external_lex_state = 3}, + [1391] = {.lex_state = 7, .external_lex_state = 2}, + [1392] = {.lex_state = 7, .external_lex_state = 3}, + [1393] = {.lex_state = 7, .external_lex_state = 3}, + [1394] = {.lex_state = 7, .external_lex_state = 2}, [1395] = {.lex_state = 7, .external_lex_state = 3}, - [1396] = {.lex_state = 7, .external_lex_state = 3}, + [1396] = {.lex_state = 7, .external_lex_state = 2}, [1397] = {.lex_state = 7, .external_lex_state = 2}, - [1398] = {.lex_state = 7, .external_lex_state = 3}, - [1399] = {.lex_state = 7, .external_lex_state = 2}, - [1400] = {.lex_state = 7, .external_lex_state = 2}, + [1398] = {.lex_state = 7, .external_lex_state = 2}, + [1399] = {.lex_state = 7, .external_lex_state = 3}, + [1400] = {.lex_state = 7, .external_lex_state = 3}, [1401] = {.lex_state = 7, .external_lex_state = 2}, [1402] = {.lex_state = 7, .external_lex_state = 2}, [1403] = {.lex_state = 7, .external_lex_state = 2}, - [1404] = {.lex_state = 7, .external_lex_state = 2}, - [1405] = {.lex_state = 7, .external_lex_state = 3}, + [1404] = {.lex_state = 7, .external_lex_state = 3}, + [1405] = {.lex_state = 7, .external_lex_state = 2}, [1406] = {.lex_state = 7, .external_lex_state = 2}, - [1407] = {.lex_state = 7, .external_lex_state = 3}, - [1408] = {.lex_state = 7, .external_lex_state = 3}, + [1407] = {.lex_state = 7, .external_lex_state = 2}, + [1408] = {.lex_state = 7, .external_lex_state = 2}, [1409] = {.lex_state = 7, .external_lex_state = 2}, [1410] = {.lex_state = 7, .external_lex_state = 2}, - [1411] = {.lex_state = 7, .external_lex_state = 2}, - [1412] = {.lex_state = 7, .external_lex_state = 2}, + [1411] = {.lex_state = 7, .external_lex_state = 3}, + [1412] = {.lex_state = 7, .external_lex_state = 3}, [1413] = {.lex_state = 7, .external_lex_state = 2}, [1414] = {.lex_state = 7, .external_lex_state = 2}, - [1415] = {.lex_state = 7, .external_lex_state = 2}, + [1415] = {.lex_state = 7, .external_lex_state = 3}, [1416] = {.lex_state = 7, .external_lex_state = 2}, - [1417] = {.lex_state = 7, .external_lex_state = 2}, + [1417] = {.lex_state = 7, .external_lex_state = 3}, [1418] = {.lex_state = 7, .external_lex_state = 2}, [1419] = {.lex_state = 7, .external_lex_state = 3}, - [1420] = {.lex_state = 7, .external_lex_state = 3}, + [1420] = {.lex_state = 7, .external_lex_state = 2}, [1421] = {.lex_state = 7, .external_lex_state = 3}, - [1422] = {.lex_state = 7, .external_lex_state = 2}, - [1423] = {.lex_state = 7, .external_lex_state = 2}, + [1422] = {.lex_state = 7, .external_lex_state = 3}, + [1423] = {.lex_state = 7, .external_lex_state = 3}, [1424] = {.lex_state = 7, .external_lex_state = 3}, [1425] = {.lex_state = 7, .external_lex_state = 2}, - [1426] = {.lex_state = 7, .external_lex_state = 3}, - [1427] = {.lex_state = 7, .external_lex_state = 3}, - [1428] = {.lex_state = 7, .external_lex_state = 3}, + [1426] = {.lex_state = 7, .external_lex_state = 2}, + [1427] = {.lex_state = 7, .external_lex_state = 2}, + [1428] = {.lex_state = 7, .external_lex_state = 2}, [1429] = {.lex_state = 7, .external_lex_state = 3}, [1430] = {.lex_state = 7, .external_lex_state = 3}, [1431] = {.lex_state = 7, .external_lex_state = 3}, [1432] = {.lex_state = 7, .external_lex_state = 2}, [1433] = {.lex_state = 7, .external_lex_state = 2}, - [1434] = {.lex_state = 7, .external_lex_state = 3}, + [1434] = {.lex_state = 7, .external_lex_state = 2}, [1435] = {.lex_state = 7, .external_lex_state = 3}, - [1436] = {.lex_state = 7, .external_lex_state = 3}, + [1436] = {.lex_state = 7, .external_lex_state = 2}, [1437] = {.lex_state = 7, .external_lex_state = 2}, - [1438] = {.lex_state = 7, .external_lex_state = 2}, - [1439] = {.lex_state = 7, .external_lex_state = 3}, + [1438] = {.lex_state = 7, .external_lex_state = 3}, + [1439] = {.lex_state = 7, .external_lex_state = 2}, [1440] = {.lex_state = 7, .external_lex_state = 2}, [1441] = {.lex_state = 7, .external_lex_state = 3}, - [1442] = {.lex_state = 7, .external_lex_state = 3}, - [1443] = {.lex_state = 7, .external_lex_state = 3}, + [1442] = {.lex_state = 7, .external_lex_state = 2}, + [1443] = {.lex_state = 7, .external_lex_state = 2}, [1444] = {.lex_state = 7, .external_lex_state = 2}, [1445] = {.lex_state = 7, .external_lex_state = 2}, - [1446] = {.lex_state = 7, .external_lex_state = 3}, + [1446] = {.lex_state = 7, .external_lex_state = 2}, [1447] = {.lex_state = 7, .external_lex_state = 3}, - [1448] = {.lex_state = 7, .external_lex_state = 3}, + [1448] = {.lex_state = 7, .external_lex_state = 2}, [1449] = {.lex_state = 7, .external_lex_state = 2}, - [1450] = {.lex_state = 7, .external_lex_state = 2}, + [1450] = {.lex_state = 7, .external_lex_state = 3}, [1451] = {.lex_state = 7, .external_lex_state = 3}, [1452] = {.lex_state = 7, .external_lex_state = 3}, - [1453] = {.lex_state = 7, .external_lex_state = 3}, + [1453] = {.lex_state = 7, .external_lex_state = 2}, [1454] = {.lex_state = 7, .external_lex_state = 3}, [1455] = {.lex_state = 7, .external_lex_state = 2}, [1456] = {.lex_state = 7, .external_lex_state = 3}, - [1457] = {.lex_state = 7, .external_lex_state = 2}, + [1457] = {.lex_state = 97}, [1458] = {.lex_state = 7, .external_lex_state = 3}, [1459] = {.lex_state = 7, .external_lex_state = 2}, [1460] = {.lex_state = 7, .external_lex_state = 3}, - [1461] = {.lex_state = 7, .external_lex_state = 3}, - [1462] = {.lex_state = 7, .external_lex_state = 3}, - [1463] = {.lex_state = 7, .external_lex_state = 3}, - [1464] = {.lex_state = 7, .external_lex_state = 3}, + [1461] = {.lex_state = 7, .external_lex_state = 2}, + [1462] = {.lex_state = 7, .external_lex_state = 2}, + [1463] = {.lex_state = 7, .external_lex_state = 2}, + [1464] = {.lex_state = 7, .external_lex_state = 2}, [1465] = {.lex_state = 7, .external_lex_state = 2}, - [1466] = {.lex_state = 7, .external_lex_state = 2}, + [1466] = {.lex_state = 7, .external_lex_state = 3}, [1467] = {.lex_state = 7, .external_lex_state = 3}, [1468] = {.lex_state = 7, .external_lex_state = 3}, [1469] = {.lex_state = 7, .external_lex_state = 3}, [1470] = {.lex_state = 7, .external_lex_state = 2}, [1471] = {.lex_state = 7, .external_lex_state = 2}, [1472] = {.lex_state = 7, .external_lex_state = 3}, - [1473] = {.lex_state = 7, .external_lex_state = 2}, - [1474] = {.lex_state = 7, .external_lex_state = 2}, + [1473] = {.lex_state = 7, .external_lex_state = 3}, + [1474] = {.lex_state = 7, .external_lex_state = 3}, [1475] = {.lex_state = 7, .external_lex_state = 2}, [1476] = {.lex_state = 7, .external_lex_state = 3}, - [1477] = {.lex_state = 7, .external_lex_state = 3}, - [1478] = {.lex_state = 7, .external_lex_state = 2}, + [1477] = {.lex_state = 7, .external_lex_state = 2}, + [1478] = {.lex_state = 7, .external_lex_state = 3}, [1479] = {.lex_state = 7, .external_lex_state = 3}, [1480] = {.lex_state = 7, .external_lex_state = 3}, - [1481] = {.lex_state = 7, .external_lex_state = 3}, - [1482] = {.lex_state = 7, .external_lex_state = 3}, + [1481] = {.lex_state = 7, .external_lex_state = 2}, + [1482] = {.lex_state = 7, .external_lex_state = 2}, [1483] = {.lex_state = 7, .external_lex_state = 3}, - [1484] = {.lex_state = 91}, - [1485] = {.lex_state = 7, .external_lex_state = 2}, - [1486] = {.lex_state = 7, .external_lex_state = 3}, + [1484] = {.lex_state = 7, .external_lex_state = 3}, + [1485] = {.lex_state = 7, .external_lex_state = 3}, + [1486] = {.lex_state = 7, .external_lex_state = 2}, [1487] = {.lex_state = 7, .external_lex_state = 2}, - [1488] = {.lex_state = 7, .external_lex_state = 2}, + [1488] = {.lex_state = 7, .external_lex_state = 3}, [1489] = {.lex_state = 7, .external_lex_state = 2}, [1490] = {.lex_state = 7, .external_lex_state = 2}, [1491] = {.lex_state = 7, .external_lex_state = 2}, [1492] = {.lex_state = 7, .external_lex_state = 3}, [1493] = {.lex_state = 7, .external_lex_state = 2}, - [1494] = {.lex_state = 7, .external_lex_state = 2}, - [1495] = {.lex_state = 7, .external_lex_state = 2}, - [1496] = {.lex_state = 7, .external_lex_state = 2}, + [1494] = {.lex_state = 7, .external_lex_state = 3}, + [1495] = {.lex_state = 7, .external_lex_state = 3}, + [1496] = {.lex_state = 7, .external_lex_state = 3}, [1497] = {.lex_state = 7, .external_lex_state = 2}, [1498] = {.lex_state = 7, .external_lex_state = 2}, [1499] = {.lex_state = 7, .external_lex_state = 3}, [1500] = {.lex_state = 7, .external_lex_state = 3}, - [1501] = {.lex_state = 7, .external_lex_state = 3}, - [1502] = {.lex_state = 7, .external_lex_state = 3}, - [1503] = {.lex_state = 7, .external_lex_state = 3}, + [1501] = {.lex_state = 7, .external_lex_state = 2}, + [1502] = {.lex_state = 7, .external_lex_state = 2}, + [1503] = {.lex_state = 7, .external_lex_state = 2}, [1504] = {.lex_state = 7, .external_lex_state = 2}, [1505] = {.lex_state = 7, .external_lex_state = 3}, - [1506] = {.lex_state = 7, .external_lex_state = 3}, - [1507] = {.lex_state = 7, .external_lex_state = 3}, - [1508] = {.lex_state = 7, .external_lex_state = 3}, + [1506] = {.lex_state = 7, .external_lex_state = 2}, + [1507] = {.lex_state = 7, .external_lex_state = 2}, + [1508] = {.lex_state = 7, .external_lex_state = 2}, [1509] = {.lex_state = 7, .external_lex_state = 3}, - [1510] = {.lex_state = 7, .external_lex_state = 2}, - [1511] = {.lex_state = 7, .external_lex_state = 2}, + [1510] = {.lex_state = 7, .external_lex_state = 3}, + [1511] = {.lex_state = 7, .external_lex_state = 3}, [1512] = {.lex_state = 7, .external_lex_state = 3}, [1513] = {.lex_state = 7, .external_lex_state = 2}, [1514] = {.lex_state = 7, .external_lex_state = 2}, - [1515] = {.lex_state = 7, .external_lex_state = 2}, - [1516] = {.lex_state = 12}, - [1517] = {.lex_state = 7, .external_lex_state = 2}, - [1518] = {.lex_state = 12}, + [1515] = {.lex_state = 7, .external_lex_state = 3}, + [1516] = {.lex_state = 7, .external_lex_state = 3}, + [1517] = {.lex_state = 7, .external_lex_state = 3}, + [1518] = {.lex_state = 7, .external_lex_state = 3}, [1519] = {.lex_state = 7, .external_lex_state = 3}, [1520] = {.lex_state = 7, .external_lex_state = 2}, [1521] = {.lex_state = 7, .external_lex_state = 3}, [1522] = {.lex_state = 7, .external_lex_state = 2}, [1523] = {.lex_state = 7, .external_lex_state = 2}, - [1524] = {.lex_state = 7, .external_lex_state = 2}, - [1525] = {.lex_state = 7, .external_lex_state = 2}, - [1526] = {.lex_state = 7, .external_lex_state = 2}, + [1524] = {.lex_state = 7, .external_lex_state = 3}, + [1525] = {.lex_state = 7, .external_lex_state = 3}, + [1526] = {.lex_state = 7, .external_lex_state = 3}, [1527] = {.lex_state = 7, .external_lex_state = 3}, - [1528] = {.lex_state = 7, .external_lex_state = 2}, - [1529] = {.lex_state = 7, .external_lex_state = 2}, - [1530] = {.lex_state = 7, .external_lex_state = 3}, - [1531] = {.lex_state = 7, .external_lex_state = 2}, - [1532] = {.lex_state = 7, .external_lex_state = 2}, - [1533] = {.lex_state = 7, .external_lex_state = 2}, + [1528] = {.lex_state = 7, .external_lex_state = 3}, + [1529] = {.lex_state = 7, .external_lex_state = 3}, + [1530] = {.lex_state = 7, .external_lex_state = 2}, + [1531] = {.lex_state = 7, .external_lex_state = 3}, + [1532] = {.lex_state = 7, .external_lex_state = 3}, + [1533] = {.lex_state = 7, .external_lex_state = 3}, [1534] = {.lex_state = 7, .external_lex_state = 2}, - [1535] = {.lex_state = 12}, - [1536] = {.lex_state = 7, .external_lex_state = 2}, - [1537] = {.lex_state = 7, .external_lex_state = 2}, + [1535] = {.lex_state = 13}, + [1536] = {.lex_state = 13}, + [1537] = {.lex_state = 13}, [1538] = {.lex_state = 7, .external_lex_state = 3}, - [1539] = {.lex_state = 12}, + [1539] = {.lex_state = 7, .external_lex_state = 2}, [1540] = {.lex_state = 7, .external_lex_state = 2}, - [1541] = {.lex_state = 7, .external_lex_state = 3}, - [1542] = {.lex_state = 7, .external_lex_state = 2}, + [1541] = {.lex_state = 7, .external_lex_state = 2}, + [1542] = {.lex_state = 13}, [1543] = {.lex_state = 7, .external_lex_state = 3}, - [1544] = {.lex_state = 7, .external_lex_state = 3}, - [1545] = {.lex_state = 7, .external_lex_state = 2}, + [1544] = {.lex_state = 7, .external_lex_state = 2}, + [1545] = {.lex_state = 7, .external_lex_state = 3}, [1546] = {.lex_state = 7, .external_lex_state = 3}, [1547] = {.lex_state = 7, .external_lex_state = 2}, - [1548] = {.lex_state = 12}, - [1549] = {.lex_state = 7, .external_lex_state = 2}, - [1550] = {.lex_state = 7, .external_lex_state = 3}, + [1548] = {.lex_state = 7, .external_lex_state = 2}, + [1549] = {.lex_state = 7, .external_lex_state = 3}, + [1550] = {.lex_state = 7, .external_lex_state = 2}, [1551] = {.lex_state = 7, .external_lex_state = 2}, [1552] = {.lex_state = 7, .external_lex_state = 2}, - [1553] = {.lex_state = 7, .external_lex_state = 2}, + [1553] = {.lex_state = 7, .external_lex_state = 3}, [1554] = {.lex_state = 7, .external_lex_state = 2}, - [1555] = {.lex_state = 12}, - [1556] = {.lex_state = 7, .external_lex_state = 2}, - [1557] = {.lex_state = 12}, - [1558] = {.lex_state = 12}, + [1555] = {.lex_state = 7, .external_lex_state = 3}, + [1556] = {.lex_state = 7, .external_lex_state = 3}, + [1557] = {.lex_state = 7, .external_lex_state = 2}, + [1558] = {.lex_state = 7, .external_lex_state = 2}, [1559] = {.lex_state = 7, .external_lex_state = 2}, - [1560] = {.lex_state = 12}, - [1561] = {.lex_state = 7, .external_lex_state = 3}, + [1560] = {.lex_state = 7, .external_lex_state = 2}, + [1561] = {.lex_state = 7, .external_lex_state = 2}, [1562] = {.lex_state = 7, .external_lex_state = 2}, [1563] = {.lex_state = 7, .external_lex_state = 2}, - [1564] = {.lex_state = 7, .external_lex_state = 3}, - [1565] = {.lex_state = 7, .external_lex_state = 2}, - [1566] = {.lex_state = 7, .external_lex_state = 3}, - [1567] = {.lex_state = 7, .external_lex_state = 2}, + [1564] = {.lex_state = 13}, + [1565] = {.lex_state = 13}, + [1566] = {.lex_state = 7, .external_lex_state = 2}, + [1567] = {.lex_state = 13}, [1568] = {.lex_state = 7, .external_lex_state = 2}, - [1569] = {.lex_state = 7, .external_lex_state = 3}, - [1570] = {.lex_state = 12}, + [1569] = {.lex_state = 7, .external_lex_state = 2}, + [1570] = {.lex_state = 7, .external_lex_state = 2}, [1571] = {.lex_state = 7, .external_lex_state = 2}, [1572] = {.lex_state = 7, .external_lex_state = 2}, - [1573] = {.lex_state = 7, .external_lex_state = 3}, - [1574] = {.lex_state = 7, .external_lex_state = 2}, + [1573] = {.lex_state = 7, .external_lex_state = 2}, + [1574] = {.lex_state = 7, .external_lex_state = 3}, [1575] = {.lex_state = 7, .external_lex_state = 2}, [1576] = {.lex_state = 7, .external_lex_state = 2}, [1577] = {.lex_state = 7, .external_lex_state = 2}, [1578] = {.lex_state = 7, .external_lex_state = 2}, - [1579] = {.lex_state = 7, .external_lex_state = 2}, + [1579] = {.lex_state = 7, .external_lex_state = 3}, [1580] = {.lex_state = 7, .external_lex_state = 2}, - [1581] = {.lex_state = 7, .external_lex_state = 2}, + [1581] = {.lex_state = 13}, [1582] = {.lex_state = 7, .external_lex_state = 2}, [1583] = {.lex_state = 7, .external_lex_state = 3}, [1584] = {.lex_state = 7, .external_lex_state = 2}, - [1585] = {.lex_state = 12}, + [1585] = {.lex_state = 7, .external_lex_state = 2}, [1586] = {.lex_state = 7, .external_lex_state = 2}, - [1587] = {.lex_state = 7, .external_lex_state = 3}, - [1588] = {.lex_state = 7, .external_lex_state = 3}, - [1589] = {.lex_state = 7, .external_lex_state = 3}, + [1587] = {.lex_state = 7, .external_lex_state = 2}, + [1588] = {.lex_state = 7, .external_lex_state = 2}, + [1589] = {.lex_state = 7, .external_lex_state = 2}, [1590] = {.lex_state = 7, .external_lex_state = 3}, - [1591] = {.lex_state = 7, .external_lex_state = 3}, + [1591] = {.lex_state = 7, .external_lex_state = 2}, [1592] = {.lex_state = 7, .external_lex_state = 3}, - [1593] = {.lex_state = 7, .external_lex_state = 3}, - [1594] = {.lex_state = 7, .external_lex_state = 2}, - [1595] = {.lex_state = 7, .external_lex_state = 3}, + [1593] = {.lex_state = 7, .external_lex_state = 2}, + [1594] = {.lex_state = 13}, + [1595] = {.lex_state = 7, .external_lex_state = 2}, [1596] = {.lex_state = 7, .external_lex_state = 2}, - [1597] = {.lex_state = 12, .external_lex_state = 4}, + [1597] = {.lex_state = 7, .external_lex_state = 2}, [1598] = {.lex_state = 7, .external_lex_state = 2}, - [1599] = {.lex_state = 12, .external_lex_state = 4}, + [1599] = {.lex_state = 7, .external_lex_state = 2}, [1600] = {.lex_state = 7, .external_lex_state = 2}, - [1601] = {.lex_state = 7, .external_lex_state = 2}, - [1602] = {.lex_state = 7, .external_lex_state = 2}, - [1603] = {.lex_state = 7, .external_lex_state = 2}, - [1604] = {.lex_state = 7, .external_lex_state = 3}, + [1601] = {.lex_state = 13}, + [1602] = {.lex_state = 7, .external_lex_state = 3}, + [1603] = {.lex_state = 7, .external_lex_state = 3}, + [1604] = {.lex_state = 7, .external_lex_state = 2}, [1605] = {.lex_state = 7, .external_lex_state = 2}, [1606] = {.lex_state = 7, .external_lex_state = 2}, [1607] = {.lex_state = 7, .external_lex_state = 2}, - [1608] = {.lex_state = 7, .external_lex_state = 2}, + [1608] = {.lex_state = 13}, [1609] = {.lex_state = 7, .external_lex_state = 2}, - [1610] = {.lex_state = 7, .external_lex_state = 2}, - [1611] = {.lex_state = 7, .external_lex_state = 2}, - [1612] = {.lex_state = 7, .external_lex_state = 2}, - [1613] = {.lex_state = 7, .external_lex_state = 2}, - [1614] = {.lex_state = 7, .external_lex_state = 2}, - [1615] = {.lex_state = 7, .external_lex_state = 2}, - [1616] = {.lex_state = 8, .external_lex_state = 2}, - [1617] = {.lex_state = 7, .external_lex_state = 2}, - [1618] = {.lex_state = 7, .external_lex_state = 2}, + [1610] = {.lex_state = 7, .external_lex_state = 3}, + [1611] = {.lex_state = 7, .external_lex_state = 3}, + [1612] = {.lex_state = 7, .external_lex_state = 3}, + [1613] = {.lex_state = 7, .external_lex_state = 3}, + [1614] = {.lex_state = 7, .external_lex_state = 3}, + [1615] = {.lex_state = 7, .external_lex_state = 3}, + [1616] = {.lex_state = 7, .external_lex_state = 3}, + [1617] = {.lex_state = 7, .external_lex_state = 3}, + [1618] = {.lex_state = 7, .external_lex_state = 3}, [1619] = {.lex_state = 7, .external_lex_state = 2}, - [1620] = {.lex_state = 7, .external_lex_state = 3}, + [1620] = {.lex_state = 7, .external_lex_state = 2}, [1621] = {.lex_state = 7, .external_lex_state = 2}, - [1622] = {.lex_state = 7, .external_lex_state = 3}, + [1622] = {.lex_state = 7, .external_lex_state = 2}, [1623] = {.lex_state = 7, .external_lex_state = 2}, - [1624] = {.lex_state = 7, .external_lex_state = 3}, + [1624] = {.lex_state = 7, .external_lex_state = 2}, [1625] = {.lex_state = 7, .external_lex_state = 3}, [1626] = {.lex_state = 7, .external_lex_state = 3}, [1627] = {.lex_state = 7, .external_lex_state = 2}, [1628] = {.lex_state = 7, .external_lex_state = 3}, [1629] = {.lex_state = 7, .external_lex_state = 3}, - [1630] = {.lex_state = 7, .external_lex_state = 3}, - [1631] = {.lex_state = 7, .external_lex_state = 3}, - [1632] = {.lex_state = 7, .external_lex_state = 3}, - [1633] = {.lex_state = 7, .external_lex_state = 3}, - [1634] = {.lex_state = 7, .external_lex_state = 3}, - [1635] = {.lex_state = 7, .external_lex_state = 3}, - [1636] = {.lex_state = 7, .external_lex_state = 3}, - [1637] = {.lex_state = 7, .external_lex_state = 3}, - [1638] = {.lex_state = 7, .external_lex_state = 3}, - [1639] = {.lex_state = 7, .external_lex_state = 3}, + [1630] = {.lex_state = 7, .external_lex_state = 2}, + [1631] = {.lex_state = 7, .external_lex_state = 2}, + [1632] = {.lex_state = 7, .external_lex_state = 2}, + [1633] = {.lex_state = 7, .external_lex_state = 2}, + [1634] = {.lex_state = 7, .external_lex_state = 2}, + [1635] = {.lex_state = 7, .external_lex_state = 2}, + [1636] = {.lex_state = 7, .external_lex_state = 2}, + [1637] = {.lex_state = 7, .external_lex_state = 2}, + [1638] = {.lex_state = 7, .external_lex_state = 2}, + [1639] = {.lex_state = 7, .external_lex_state = 2}, [1640] = {.lex_state = 7, .external_lex_state = 3}, - [1641] = {.lex_state = 7, .external_lex_state = 3}, - [1642] = {.lex_state = 7, .external_lex_state = 3}, - [1643] = {.lex_state = 7, .external_lex_state = 3}, - [1644] = {.lex_state = 7, .external_lex_state = 3}, + [1641] = {.lex_state = 7, .external_lex_state = 2}, + [1642] = {.lex_state = 7, .external_lex_state = 2}, + [1643] = {.lex_state = 7, .external_lex_state = 2}, + [1644] = {.lex_state = 7, .external_lex_state = 2}, [1645] = {.lex_state = 7, .external_lex_state = 2}, [1646] = {.lex_state = 7, .external_lex_state = 3}, - [1647] = {.lex_state = 7, .external_lex_state = 2}, - [1648] = {.lex_state = 7, .external_lex_state = 3}, - [1649] = {.lex_state = 7, .external_lex_state = 3}, - [1650] = {.lex_state = 7, .external_lex_state = 3}, + [1647] = {.lex_state = 7, .external_lex_state = 3}, + [1648] = {.lex_state = 7, .external_lex_state = 2}, + [1649] = {.lex_state = 7, .external_lex_state = 2}, + [1650] = {.lex_state = 7, .external_lex_state = 2}, [1651] = {.lex_state = 7, .external_lex_state = 3}, [1652] = {.lex_state = 7, .external_lex_state = 3}, [1653] = {.lex_state = 7, .external_lex_state = 3}, - [1654] = {.lex_state = 7, .external_lex_state = 2}, - [1655] = {.lex_state = 7, .external_lex_state = 2}, + [1654] = {.lex_state = 7, .external_lex_state = 3}, + [1655] = {.lex_state = 7, .external_lex_state = 3}, [1656] = {.lex_state = 7, .external_lex_state = 2}, [1657] = {.lex_state = 7, .external_lex_state = 2}, [1658] = {.lex_state = 7, .external_lex_state = 2}, - [1659] = {.lex_state = 7, .external_lex_state = 3}, - [1660] = {.lex_state = 7, .external_lex_state = 3}, - [1661] = {.lex_state = 7, .external_lex_state = 3}, - [1662] = {.lex_state = 7, .external_lex_state = 3}, - [1663] = {.lex_state = 7, .external_lex_state = 3}, - [1664] = {.lex_state = 7, .external_lex_state = 3}, - [1665] = {.lex_state = 7, .external_lex_state = 3}, + [1659] = {.lex_state = 7, .external_lex_state = 2}, + [1660] = {.lex_state = 7, .external_lex_state = 2}, + [1661] = {.lex_state = 7, .external_lex_state = 2}, + [1662] = {.lex_state = 7, .external_lex_state = 2}, + [1663] = {.lex_state = 7, .external_lex_state = 2}, + [1664] = {.lex_state = 7, .external_lex_state = 2}, + [1665] = {.lex_state = 7, .external_lex_state = 2}, [1666] = {.lex_state = 7, .external_lex_state = 3}, [1667] = {.lex_state = 7, .external_lex_state = 3}, [1668] = {.lex_state = 7, .external_lex_state = 3}, - [1669] = {.lex_state = 7, .external_lex_state = 3}, - [1670] = {.lex_state = 7, .external_lex_state = 3}, + [1669] = {.lex_state = 7, .external_lex_state = 2}, + [1670] = {.lex_state = 7, .external_lex_state = 2}, [1671] = {.lex_state = 7, .external_lex_state = 3}, [1672] = {.lex_state = 7, .external_lex_state = 3}, [1673] = {.lex_state = 7, .external_lex_state = 3}, - [1674] = {.lex_state = 7, .external_lex_state = 2}, + [1674] = {.lex_state = 7, .external_lex_state = 3}, [1675] = {.lex_state = 7, .external_lex_state = 2}, [1676] = {.lex_state = 7, .external_lex_state = 2}, [1677] = {.lex_state = 7, .external_lex_state = 2}, @@ -12705,22 +13151,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1681] = {.lex_state = 7, .external_lex_state = 3}, [1682] = {.lex_state = 7, .external_lex_state = 3}, [1683] = {.lex_state = 7, .external_lex_state = 3}, - [1684] = {.lex_state = 12, .external_lex_state = 4}, - [1685] = {.lex_state = 7, .external_lex_state = 2}, + [1684] = {.lex_state = 13, .external_lex_state = 4}, + [1685] = {.lex_state = 7, .external_lex_state = 3}, [1686] = {.lex_state = 7, .external_lex_state = 3}, [1687] = {.lex_state = 7, .external_lex_state = 3}, [1688] = {.lex_state = 7, .external_lex_state = 3}, [1689] = {.lex_state = 7, .external_lex_state = 3}, [1690] = {.lex_state = 7, .external_lex_state = 3}, [1691] = {.lex_state = 7, .external_lex_state = 3}, - [1692] = {.lex_state = 7, .external_lex_state = 2}, + [1692] = {.lex_state = 7, .external_lex_state = 3}, [1693] = {.lex_state = 7, .external_lex_state = 2}, [1694] = {.lex_state = 7, .external_lex_state = 3}, [1695] = {.lex_state = 7, .external_lex_state = 3}, [1696] = {.lex_state = 7, .external_lex_state = 3}, [1697] = {.lex_state = 7, .external_lex_state = 3}, [1698] = {.lex_state = 7, .external_lex_state = 3}, - [1699] = {.lex_state = 7, .external_lex_state = 3}, + [1699] = {.lex_state = 13, .external_lex_state = 4}, [1700] = {.lex_state = 7, .external_lex_state = 3}, [1701] = {.lex_state = 7, .external_lex_state = 3}, [1702] = {.lex_state = 7, .external_lex_state = 3}, @@ -12738,174 +13184,174 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1714] = {.lex_state = 7, .external_lex_state = 3}, [1715] = {.lex_state = 7, .external_lex_state = 3}, [1716] = {.lex_state = 7, .external_lex_state = 3}, - [1717] = {.lex_state = 7, .external_lex_state = 2}, - [1718] = {.lex_state = 7, .external_lex_state = 2}, - [1719] = {.lex_state = 7, .external_lex_state = 2}, - [1720] = {.lex_state = 7, .external_lex_state = 3}, - [1721] = {.lex_state = 7, .external_lex_state = 3}, - [1722] = {.lex_state = 12, .external_lex_state = 4}, + [1717] = {.lex_state = 7, .external_lex_state = 3}, + [1718] = {.lex_state = 7, .external_lex_state = 3}, + [1719] = {.lex_state = 7, .external_lex_state = 3}, + [1720] = {.lex_state = 7, .external_lex_state = 2}, + [1721] = {.lex_state = 7, .external_lex_state = 2}, + [1722] = {.lex_state = 7, .external_lex_state = 3}, [1723] = {.lex_state = 7, .external_lex_state = 3}, [1724] = {.lex_state = 7, .external_lex_state = 3}, - [1725] = {.lex_state = 7, .external_lex_state = 2}, + [1725] = {.lex_state = 7, .external_lex_state = 3}, [1726] = {.lex_state = 7, .external_lex_state = 3}, - [1727] = {.lex_state = 7, .external_lex_state = 2}, - [1728] = {.lex_state = 7, .external_lex_state = 2}, + [1727] = {.lex_state = 7, .external_lex_state = 3}, + [1728] = {.lex_state = 7, .external_lex_state = 3}, [1729] = {.lex_state = 7, .external_lex_state = 3}, [1730] = {.lex_state = 7, .external_lex_state = 3}, - [1731] = {.lex_state = 7, .external_lex_state = 2}, + [1731] = {.lex_state = 7, .external_lex_state = 3}, [1732] = {.lex_state = 7, .external_lex_state = 3}, - [1733] = {.lex_state = 7, .external_lex_state = 2}, + [1733] = {.lex_state = 7, .external_lex_state = 3}, [1734] = {.lex_state = 7, .external_lex_state = 3}, - [1735] = {.lex_state = 7, .external_lex_state = 2}, + [1735] = {.lex_state = 7, .external_lex_state = 3}, [1736] = {.lex_state = 7, .external_lex_state = 3}, - [1737] = {.lex_state = 7, .external_lex_state = 2}, + [1737] = {.lex_state = 7, .external_lex_state = 3}, [1738] = {.lex_state = 7, .external_lex_state = 3}, [1739] = {.lex_state = 7, .external_lex_state = 3}, [1740] = {.lex_state = 7, .external_lex_state = 3}, [1741] = {.lex_state = 7, .external_lex_state = 3}, [1742] = {.lex_state = 7, .external_lex_state = 3}, [1743] = {.lex_state = 7, .external_lex_state = 3}, - [1744] = {.lex_state = 12, .external_lex_state = 4}, + [1744] = {.lex_state = 7, .external_lex_state = 3}, [1745] = {.lex_state = 7, .external_lex_state = 3}, - [1746] = {.lex_state = 7, .external_lex_state = 2}, + [1746] = {.lex_state = 7, .external_lex_state = 3}, [1747] = {.lex_state = 7, .external_lex_state = 3}, [1748] = {.lex_state = 7, .external_lex_state = 3}, [1749] = {.lex_state = 7, .external_lex_state = 3}, - [1750] = {.lex_state = 7, .external_lex_state = 3}, + [1750] = {.lex_state = 13, .external_lex_state = 4}, [1751] = {.lex_state = 7, .external_lex_state = 3}, [1752] = {.lex_state = 7, .external_lex_state = 3}, [1753] = {.lex_state = 7, .external_lex_state = 3}, [1754] = {.lex_state = 7, .external_lex_state = 3}, [1755] = {.lex_state = 7, .external_lex_state = 3}, [1756] = {.lex_state = 7, .external_lex_state = 3}, - [1757] = {.lex_state = 7, .external_lex_state = 2}, - [1758] = {.lex_state = 7, .external_lex_state = 2}, + [1757] = {.lex_state = 7, .external_lex_state = 3}, + [1758] = {.lex_state = 7, .external_lex_state = 3}, [1759] = {.lex_state = 7, .external_lex_state = 3}, [1760] = {.lex_state = 7, .external_lex_state = 3}, [1761] = {.lex_state = 7, .external_lex_state = 3}, [1762] = {.lex_state = 7, .external_lex_state = 3}, [1763] = {.lex_state = 7, .external_lex_state = 3}, - [1764] = {.lex_state = 7, .external_lex_state = 3}, + [1764] = {.lex_state = 13, .external_lex_state = 4}, [1765] = {.lex_state = 7, .external_lex_state = 3}, [1766] = {.lex_state = 7, .external_lex_state = 3}, [1767] = {.lex_state = 7, .external_lex_state = 3}, - [1768] = {.lex_state = 7, .external_lex_state = 2}, + [1768] = {.lex_state = 7, .external_lex_state = 3}, [1769] = {.lex_state = 7, .external_lex_state = 3}, [1770] = {.lex_state = 7, .external_lex_state = 3}, [1771] = {.lex_state = 7, .external_lex_state = 3}, - [1772] = {.lex_state = 7, .external_lex_state = 3}, - [1773] = {.lex_state = 7, .external_lex_state = 2}, + [1772] = {.lex_state = 7, .external_lex_state = 2}, + [1773] = {.lex_state = 13, .external_lex_state = 4}, [1774] = {.lex_state = 7, .external_lex_state = 2}, [1775] = {.lex_state = 7, .external_lex_state = 2}, - [1776] = {.lex_state = 7, .external_lex_state = 3}, + [1776] = {.lex_state = 7, .external_lex_state = 2}, [1777] = {.lex_state = 7, .external_lex_state = 3}, - [1778] = {.lex_state = 7, .external_lex_state = 2}, + [1778] = {.lex_state = 7, .external_lex_state = 3}, [1779] = {.lex_state = 7, .external_lex_state = 3}, - [1780] = {.lex_state = 7, .external_lex_state = 3}, - [1781] = {.lex_state = 7, .external_lex_state = 2}, - [1782] = {.lex_state = 7, .external_lex_state = 2}, + [1780] = {.lex_state = 7, .external_lex_state = 2}, + [1781] = {.lex_state = 7, .external_lex_state = 3}, + [1782] = {.lex_state = 7, .external_lex_state = 3}, [1783] = {.lex_state = 7, .external_lex_state = 3}, - [1784] = {.lex_state = 7, .external_lex_state = 3}, + [1784] = {.lex_state = 7, .external_lex_state = 2}, [1785] = {.lex_state = 7, .external_lex_state = 2}, - [1786] = {.lex_state = 7, .external_lex_state = 3}, + [1786] = {.lex_state = 7, .external_lex_state = 2}, [1787] = {.lex_state = 7, .external_lex_state = 3}, - [1788] = {.lex_state = 7, .external_lex_state = 3}, + [1788] = {.lex_state = 7, .external_lex_state = 2}, [1789] = {.lex_state = 7, .external_lex_state = 3}, [1790] = {.lex_state = 7, .external_lex_state = 3}, - [1791] = {.lex_state = 7, .external_lex_state = 3}, + [1791] = {.lex_state = 7, .external_lex_state = 2}, [1792] = {.lex_state = 7, .external_lex_state = 3}, - [1793] = {.lex_state = 7, .external_lex_state = 3}, - [1794] = {.lex_state = 7, .external_lex_state = 2}, + [1793] = {.lex_state = 7, .external_lex_state = 2}, + [1794] = {.lex_state = 7, .external_lex_state = 3}, [1795] = {.lex_state = 7, .external_lex_state = 3}, - [1796] = {.lex_state = 7, .external_lex_state = 2}, - [1797] = {.lex_state = 7, .external_lex_state = 2}, - [1798] = {.lex_state = 7, .external_lex_state = 2}, + [1796] = {.lex_state = 7, .external_lex_state = 3}, + [1797] = {.lex_state = 7, .external_lex_state = 3}, + [1798] = {.lex_state = 7, .external_lex_state = 3}, [1799] = {.lex_state = 7, .external_lex_state = 3}, - [1800] = {.lex_state = 7, .external_lex_state = 2}, - [1801] = {.lex_state = 7, .external_lex_state = 2}, - [1802] = {.lex_state = 7, .external_lex_state = 2}, - [1803] = {.lex_state = 7, .external_lex_state = 2}, + [1800] = {.lex_state = 7, .external_lex_state = 3}, + [1801] = {.lex_state = 7, .external_lex_state = 3}, + [1802] = {.lex_state = 7, .external_lex_state = 3}, + [1803] = {.lex_state = 7, .external_lex_state = 3}, [1804] = {.lex_state = 7, .external_lex_state = 2}, [1805] = {.lex_state = 7, .external_lex_state = 2}, - [1806] = {.lex_state = 7, .external_lex_state = 3}, + [1806] = {.lex_state = 7, .external_lex_state = 2}, [1807] = {.lex_state = 7, .external_lex_state = 2}, [1808] = {.lex_state = 7, .external_lex_state = 2}, - [1809] = {.lex_state = 7, .external_lex_state = 2}, + [1809] = {.lex_state = 7, .external_lex_state = 3}, [1810] = {.lex_state = 7, .external_lex_state = 3}, [1811] = {.lex_state = 7, .external_lex_state = 3}, [1812] = {.lex_state = 7, .external_lex_state = 3}, - [1813] = {.lex_state = 7, .external_lex_state = 2}, - [1814] = {.lex_state = 7, .external_lex_state = 2}, - [1815] = {.lex_state = 7, .external_lex_state = 2}, - [1816] = {.lex_state = 7, .external_lex_state = 2}, - [1817] = {.lex_state = 7, .external_lex_state = 2}, - [1818] = {.lex_state = 7, .external_lex_state = 2}, - [1819] = {.lex_state = 7, .external_lex_state = 2}, - [1820] = {.lex_state = 7, .external_lex_state = 2}, - [1821] = {.lex_state = 7, .external_lex_state = 2}, - [1822] = {.lex_state = 7, .external_lex_state = 2}, - [1823] = {.lex_state = 7, .external_lex_state = 2}, - [1824] = {.lex_state = 7, .external_lex_state = 2}, - [1825] = {.lex_state = 7, .external_lex_state = 2}, + [1813] = {.lex_state = 7, .external_lex_state = 3}, + [1814] = {.lex_state = 7, .external_lex_state = 3}, + [1815] = {.lex_state = 7, .external_lex_state = 3}, + [1816] = {.lex_state = 8, .external_lex_state = 2}, + [1817] = {.lex_state = 7, .external_lex_state = 3}, + [1818] = {.lex_state = 7, .external_lex_state = 3}, + [1819] = {.lex_state = 7, .external_lex_state = 3}, + [1820] = {.lex_state = 7, .external_lex_state = 3}, + [1821] = {.lex_state = 7, .external_lex_state = 3}, + [1822] = {.lex_state = 7, .external_lex_state = 3}, + [1823] = {.lex_state = 7, .external_lex_state = 3}, + [1824] = {.lex_state = 7, .external_lex_state = 3}, + [1825] = {.lex_state = 7, .external_lex_state = 3}, [1826] = {.lex_state = 7, .external_lex_state = 3}, - [1827] = {.lex_state = 12, .external_lex_state = 4}, + [1827] = {.lex_state = 7, .external_lex_state = 3}, [1828] = {.lex_state = 7, .external_lex_state = 2}, - [1829] = {.lex_state = 12, .external_lex_state = 4}, - [1830] = {.lex_state = 7, .external_lex_state = 3}, + [1829] = {.lex_state = 7, .external_lex_state = 3}, + [1830] = {.lex_state = 7, .external_lex_state = 2}, [1831] = {.lex_state = 7, .external_lex_state = 2}, - [1832] = {.lex_state = 7, .external_lex_state = 3}, - [1833] = {.lex_state = 7, .external_lex_state = 3}, + [1832] = {.lex_state = 13, .external_lex_state = 4}, + [1833] = {.lex_state = 7, .external_lex_state = 2}, [1834] = {.lex_state = 7, .external_lex_state = 3}, - [1835] = {.lex_state = 7, .external_lex_state = 2}, + [1835] = {.lex_state = 7, .external_lex_state = 3}, [1836] = {.lex_state = 7, .external_lex_state = 3}, - [1837] = {.lex_state = 7, .external_lex_state = 3}, - [1838] = {.lex_state = 7, .external_lex_state = 3}, - [1839] = {.lex_state = 7, .external_lex_state = 3}, - [1840] = {.lex_state = 7, .external_lex_state = 3}, + [1837] = {.lex_state = 7, .external_lex_state = 2}, + [1838] = {.lex_state = 7, .external_lex_state = 2}, + [1839] = {.lex_state = 7, .external_lex_state = 2}, + [1840] = {.lex_state = 7, .external_lex_state = 2}, [1841] = {.lex_state = 7, .external_lex_state = 2}, [1842] = {.lex_state = 7, .external_lex_state = 3}, - [1843] = {.lex_state = 8, .external_lex_state = 3}, - [1844] = {.lex_state = 12, .external_lex_state = 4}, - [1845] = {.lex_state = 11, .external_lex_state = 4}, - [1846] = {.lex_state = 7, .external_lex_state = 3}, - [1847] = {.lex_state = 7, .external_lex_state = 3}, - [1848] = {.lex_state = 7, .external_lex_state = 3}, + [1843] = {.lex_state = 7, .external_lex_state = 3}, + [1844] = {.lex_state = 7, .external_lex_state = 3}, + [1845] = {.lex_state = 7, .external_lex_state = 3}, + [1846] = {.lex_state = 13, .external_lex_state = 4}, + [1847] = {.lex_state = 7, .external_lex_state = 2}, + [1848] = {.lex_state = 13, .external_lex_state = 4}, [1849] = {.lex_state = 7, .external_lex_state = 3}, [1850] = {.lex_state = 7, .external_lex_state = 3}, - [1851] = {.lex_state = 7, .external_lex_state = 2}, + [1851] = {.lex_state = 7, .external_lex_state = 3}, [1852] = {.lex_state = 7, .external_lex_state = 3}, - [1853] = {.lex_state = 12, .external_lex_state = 4}, - [1854] = {.lex_state = 7, .external_lex_state = 3}, + [1853] = {.lex_state = 7, .external_lex_state = 2}, + [1854] = {.lex_state = 7, .external_lex_state = 2}, [1855] = {.lex_state = 7, .external_lex_state = 3}, - [1856] = {.lex_state = 7, .external_lex_state = 3}, + [1856] = {.lex_state = 7, .external_lex_state = 2}, [1857] = {.lex_state = 7, .external_lex_state = 2}, [1858] = {.lex_state = 7, .external_lex_state = 2}, [1859] = {.lex_state = 7, .external_lex_state = 3}, - [1860] = {.lex_state = 7, .external_lex_state = 2}, - [1861] = {.lex_state = 7, .external_lex_state = 3}, - [1862] = {.lex_state = 7, .external_lex_state = 2}, + [1860] = {.lex_state = 7, .external_lex_state = 3}, + [1861] = {.lex_state = 7, .external_lex_state = 2}, + [1862] = {.lex_state = 13, .external_lex_state = 4}, [1863] = {.lex_state = 7, .external_lex_state = 3}, [1864] = {.lex_state = 7, .external_lex_state = 3}, - [1865] = {.lex_state = 7, .external_lex_state = 3}, - [1866] = {.lex_state = 7, .external_lex_state = 3}, - [1867] = {.lex_state = 7, .external_lex_state = 3}, - [1868] = {.lex_state = 7, .external_lex_state = 2}, - [1869] = {.lex_state = 7, .external_lex_state = 3}, - [1870] = {.lex_state = 7, .external_lex_state = 3}, - [1871] = {.lex_state = 7, .external_lex_state = 3}, + [1865] = {.lex_state = 7, .external_lex_state = 2}, + [1866] = {.lex_state = 7, .external_lex_state = 2}, + [1867] = {.lex_state = 7, .external_lex_state = 2}, + [1868] = {.lex_state = 7, .external_lex_state = 3}, + [1869] = {.lex_state = 7, .external_lex_state = 2}, + [1870] = {.lex_state = 7, .external_lex_state = 2}, + [1871] = {.lex_state = 7, .external_lex_state = 2}, [1872] = {.lex_state = 7, .external_lex_state = 2}, - [1873] = {.lex_state = 7, .external_lex_state = 3}, - [1874] = {.lex_state = 7, .external_lex_state = 3}, + [1873] = {.lex_state = 7, .external_lex_state = 2}, + [1874] = {.lex_state = 7, .external_lex_state = 2}, [1875] = {.lex_state = 7, .external_lex_state = 3}, [1876] = {.lex_state = 7, .external_lex_state = 3}, [1877] = {.lex_state = 7, .external_lex_state = 3}, - [1878] = {.lex_state = 7, .external_lex_state = 3}, - [1879] = {.lex_state = 7, .external_lex_state = 3}, - [1880] = {.lex_state = 7, .external_lex_state = 3}, - [1881] = {.lex_state = 12, .external_lex_state = 4}, + [1878] = {.lex_state = 7, .external_lex_state = 2}, + [1879] = {.lex_state = 7, .external_lex_state = 2}, + [1880] = {.lex_state = 7, .external_lex_state = 2}, + [1881] = {.lex_state = 7, .external_lex_state = 3}, [1882] = {.lex_state = 7, .external_lex_state = 3}, - [1883] = {.lex_state = 7, .external_lex_state = 3}, - [1884] = {.lex_state = 12, .external_lex_state = 4}, + [1883] = {.lex_state = 12, .external_lex_state = 4}, + [1884] = {.lex_state = 7, .external_lex_state = 2}, [1885] = {.lex_state = 7, .external_lex_state = 3}, [1886] = {.lex_state = 7, .external_lex_state = 3}, [1887] = {.lex_state = 7, .external_lex_state = 3}, @@ -12913,2345 +13359,2345 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1889] = {.lex_state = 7, .external_lex_state = 3}, [1890] = {.lex_state = 7, .external_lex_state = 3}, [1891] = {.lex_state = 7, .external_lex_state = 3}, - [1892] = {.lex_state = 7, .external_lex_state = 3}, + [1892] = {.lex_state = 13, .external_lex_state = 4}, [1893] = {.lex_state = 7, .external_lex_state = 3}, - [1894] = {.lex_state = 7, .external_lex_state = 3}, + [1894] = {.lex_state = 13, .external_lex_state = 4}, [1895] = {.lex_state = 7, .external_lex_state = 3}, - [1896] = {.lex_state = 7, .external_lex_state = 3}, - [1897] = {.lex_state = 7, .external_lex_state = 3}, + [1896] = {.lex_state = 7, .external_lex_state = 2}, + [1897] = {.lex_state = 7, .external_lex_state = 2}, [1898] = {.lex_state = 7, .external_lex_state = 3}, - [1899] = {.lex_state = 7, .external_lex_state = 3}, + [1899] = {.lex_state = 7, .external_lex_state = 2}, [1900] = {.lex_state = 7, .external_lex_state = 2}, [1901] = {.lex_state = 7, .external_lex_state = 2}, [1902] = {.lex_state = 7, .external_lex_state = 2}, - [1903] = {.lex_state = 7, .external_lex_state = 2}, - [1904] = {.lex_state = 7, .external_lex_state = 2}, + [1903] = {.lex_state = 7, .external_lex_state = 3}, + [1904] = {.lex_state = 7, .external_lex_state = 3}, [1905] = {.lex_state = 7, .external_lex_state = 2}, - [1906] = {.lex_state = 7, .external_lex_state = 2}, + [1906] = {.lex_state = 7, .external_lex_state = 3}, [1907] = {.lex_state = 7, .external_lex_state = 2}, - [1908] = {.lex_state = 7, .external_lex_state = 2}, - [1909] = {.lex_state = 7, .external_lex_state = 2}, + [1908] = {.lex_state = 7, .external_lex_state = 3}, + [1909] = {.lex_state = 7, .external_lex_state = 3}, [1910] = {.lex_state = 7, .external_lex_state = 2}, - [1911] = {.lex_state = 7, .external_lex_state = 2}, - [1912] = {.lex_state = 7, .external_lex_state = 2}, + [1911] = {.lex_state = 13, .external_lex_state = 4}, + [1912] = {.lex_state = 7, .external_lex_state = 3}, [1913] = {.lex_state = 7, .external_lex_state = 3}, [1914] = {.lex_state = 7, .external_lex_state = 2}, - [1915] = {.lex_state = 7, .external_lex_state = 2}, - [1916] = {.lex_state = 7, .external_lex_state = 2}, - [1917] = {.lex_state = 7, .external_lex_state = 3}, - [1918] = {.lex_state = 7, .external_lex_state = 3}, + [1915] = {.lex_state = 7, .external_lex_state = 3}, + [1916] = {.lex_state = 7, .external_lex_state = 3}, + [1917] = {.lex_state = 13, .external_lex_state = 4}, + [1918] = {.lex_state = 7, .external_lex_state = 2}, [1919] = {.lex_state = 7, .external_lex_state = 3}, - [1920] = {.lex_state = 8, .external_lex_state = 3}, - [1921] = {.lex_state = 7, .external_lex_state = 2}, - [1922] = {.lex_state = 7, .external_lex_state = 2}, + [1920] = {.lex_state = 7, .external_lex_state = 3}, + [1921] = {.lex_state = 7, .external_lex_state = 3}, + [1922] = {.lex_state = 13, .external_lex_state = 4}, [1923] = {.lex_state = 7, .external_lex_state = 2}, [1924] = {.lex_state = 7, .external_lex_state = 3}, [1925] = {.lex_state = 7, .external_lex_state = 3}, - [1926] = {.lex_state = 7, .external_lex_state = 3}, + [1926] = {.lex_state = 7, .external_lex_state = 2}, [1927] = {.lex_state = 7, .external_lex_state = 3}, - [1928] = {.lex_state = 7, .external_lex_state = 3}, - [1929] = {.lex_state = 7, .external_lex_state = 3}, + [1928] = {.lex_state = 8, .external_lex_state = 3}, + [1929] = {.lex_state = 7, .external_lex_state = 2}, [1930] = {.lex_state = 7, .external_lex_state = 2}, - [1931] = {.lex_state = 7, .external_lex_state = 3}, + [1931] = {.lex_state = 13, .external_lex_state = 4}, [1932] = {.lex_state = 7, .external_lex_state = 3}, [1933] = {.lex_state = 7, .external_lex_state = 2}, - [1934] = {.lex_state = 7, .external_lex_state = 3}, - [1935] = {.lex_state = 7, .external_lex_state = 3}, - [1936] = {.lex_state = 7, .external_lex_state = 2}, + [1934] = {.lex_state = 7, .external_lex_state = 2}, + [1935] = {.lex_state = 7, .external_lex_state = 2}, + [1936] = {.lex_state = 7, .external_lex_state = 3}, [1937] = {.lex_state = 7, .external_lex_state = 2}, - [1938] = {.lex_state = 12, .external_lex_state = 4}, - [1939] = {.lex_state = 7, .external_lex_state = 3}, - [1940] = {.lex_state = 7, .external_lex_state = 3}, - [1941] = {.lex_state = 7, .external_lex_state = 3}, - [1942] = {.lex_state = 12, .external_lex_state = 4}, - [1943] = {.lex_state = 12, .external_lex_state = 4}, + [1938] = {.lex_state = 7, .external_lex_state = 2}, + [1939] = {.lex_state = 7, .external_lex_state = 2}, + [1940] = {.lex_state = 7, .external_lex_state = 2}, + [1941] = {.lex_state = 7, .external_lex_state = 2}, + [1942] = {.lex_state = 7, .external_lex_state = 2}, + [1943] = {.lex_state = 7, .external_lex_state = 2}, [1944] = {.lex_state = 7, .external_lex_state = 3}, - [1945] = {.lex_state = 12, .external_lex_state = 4}, - [1946] = {.lex_state = 7, .external_lex_state = 2}, + [1945] = {.lex_state = 7, .external_lex_state = 2}, + [1946] = {.lex_state = 7, .external_lex_state = 3}, [1947] = {.lex_state = 7, .external_lex_state = 3}, [1948] = {.lex_state = 7, .external_lex_state = 3}, [1949] = {.lex_state = 7, .external_lex_state = 3}, - [1950] = {.lex_state = 7, .external_lex_state = 2}, - [1951] = {.lex_state = 7, .external_lex_state = 3}, - [1952] = {.lex_state = 7, .external_lex_state = 3}, + [1950] = {.lex_state = 7, .external_lex_state = 3}, + [1951] = {.lex_state = 7, .external_lex_state = 2}, + [1952] = {.lex_state = 8, .external_lex_state = 3}, [1953] = {.lex_state = 7, .external_lex_state = 3}, - [1954] = {.lex_state = 7, .external_lex_state = 2}, + [1954] = {.lex_state = 7, .external_lex_state = 3}, [1955] = {.lex_state = 7, .external_lex_state = 2}, [1956] = {.lex_state = 7, .external_lex_state = 3}, - [1957] = {.lex_state = 7, .external_lex_state = 2}, - [1958] = {.lex_state = 7, .external_lex_state = 3}, + [1957] = {.lex_state = 7, .external_lex_state = 3}, + [1958] = {.lex_state = 7, .external_lex_state = 2}, [1959] = {.lex_state = 7, .external_lex_state = 2}, - [1960] = {.lex_state = 7, .external_lex_state = 3}, - [1961] = {.lex_state = 7, .external_lex_state = 2}, - [1962] = {.lex_state = 7, .external_lex_state = 3}, + [1960] = {.lex_state = 7, .external_lex_state = 2}, + [1961] = {.lex_state = 7, .external_lex_state = 3}, + [1962] = {.lex_state = 7, .external_lex_state = 2}, [1963] = {.lex_state = 7, .external_lex_state = 2}, - [1964] = {.lex_state = 7, .external_lex_state = 2}, - [1965] = {.lex_state = 12, .external_lex_state = 4}, - [1966] = {.lex_state = 12, .external_lex_state = 4}, - [1967] = {.lex_state = 12, .external_lex_state = 4}, - [1968] = {.lex_state = 7, .external_lex_state = 2}, + [1964] = {.lex_state = 7, .external_lex_state = 3}, + [1965] = {.lex_state = 7, .external_lex_state = 2}, + [1966] = {.lex_state = 7, .external_lex_state = 3}, + [1967] = {.lex_state = 7, .external_lex_state = 3}, + [1968] = {.lex_state = 7, .external_lex_state = 3}, [1969] = {.lex_state = 7, .external_lex_state = 2}, - [1970] = {.lex_state = 12, .external_lex_state = 4}, - [1971] = {.lex_state = 8, .external_lex_state = 2}, - [1972] = {.lex_state = 7, .external_lex_state = 2}, + [1970] = {.lex_state = 7, .external_lex_state = 3}, + [1971] = {.lex_state = 7, .external_lex_state = 2}, + [1972] = {.lex_state = 7, .external_lex_state = 3}, [1973] = {.lex_state = 7, .external_lex_state = 2}, - [1974] = {.lex_state = 7, .external_lex_state = 2}, - [1975] = {.lex_state = 7, .external_lex_state = 2}, - [1976] = {.lex_state = 7, .external_lex_state = 2}, - [1977] = {.lex_state = 7, .external_lex_state = 2}, - [1978] = {.lex_state = 7, .external_lex_state = 2}, + [1974] = {.lex_state = 7, .external_lex_state = 3}, + [1975] = {.lex_state = 7, .external_lex_state = 3}, + [1976] = {.lex_state = 7, .external_lex_state = 3}, + [1977] = {.lex_state = 7, .external_lex_state = 3}, + [1978] = {.lex_state = 7, .external_lex_state = 3}, [1979] = {.lex_state = 7, .external_lex_state = 2}, [1980] = {.lex_state = 7, .external_lex_state = 2}, - [1981] = {.lex_state = 7, .external_lex_state = 2}, - [1982] = {.lex_state = 7, .external_lex_state = 2}, - [1983] = {.lex_state = 12, .external_lex_state = 4}, - [1984] = {.lex_state = 7, .external_lex_state = 2}, - [1985] = {.lex_state = 12, .external_lex_state = 4}, - [1986] = {.lex_state = 7, .external_lex_state = 2}, - [1987] = {.lex_state = 7, .external_lex_state = 2}, - [1988] = {.lex_state = 7, .external_lex_state = 2}, - [1989] = {.lex_state = 7, .external_lex_state = 2}, - [1990] = {.lex_state = 7, .external_lex_state = 2}, - [1991] = {.lex_state = 7, .external_lex_state = 2}, - [1992] = {.lex_state = 7, .external_lex_state = 2}, - [1993] = {.lex_state = 7, .external_lex_state = 2}, - [1994] = {.lex_state = 7, .external_lex_state = 2}, - [1995] = {.lex_state = 7, .external_lex_state = 2}, + [1981] = {.lex_state = 7, .external_lex_state = 3}, + [1982] = {.lex_state = 7, .external_lex_state = 3}, + [1983] = {.lex_state = 7, .external_lex_state = 3}, + [1984] = {.lex_state = 7, .external_lex_state = 3}, + [1985] = {.lex_state = 7, .external_lex_state = 3}, + [1986] = {.lex_state = 7, .external_lex_state = 3}, + [1987] = {.lex_state = 7, .external_lex_state = 3}, + [1988] = {.lex_state = 7, .external_lex_state = 3}, + [1989] = {.lex_state = 7, .external_lex_state = 3}, + [1990] = {.lex_state = 7, .external_lex_state = 3}, + [1991] = {.lex_state = 7, .external_lex_state = 3}, + [1992] = {.lex_state = 7, .external_lex_state = 3}, + [1993] = {.lex_state = 7, .external_lex_state = 3}, + [1994] = {.lex_state = 7, .external_lex_state = 3}, + [1995] = {.lex_state = 7, .external_lex_state = 3}, [1996] = {.lex_state = 7, .external_lex_state = 3}, - [1997] = {.lex_state = 7, .external_lex_state = 2}, - [1998] = {.lex_state = 12, .external_lex_state = 4}, + [1997] = {.lex_state = 7, .external_lex_state = 3}, + [1998] = {.lex_state = 7, .external_lex_state = 3}, [1999] = {.lex_state = 7, .external_lex_state = 2}, [2000] = {.lex_state = 7, .external_lex_state = 2}, [2001] = {.lex_state = 7, .external_lex_state = 2}, [2002] = {.lex_state = 7, .external_lex_state = 2}, [2003] = {.lex_state = 7, .external_lex_state = 2}, - [2004] = {.lex_state = 7, .external_lex_state = 2}, - [2005] = {.lex_state = 7, .external_lex_state = 2}, - [2006] = {.lex_state = 7, .external_lex_state = 3}, + [2004] = {.lex_state = 13, .external_lex_state = 4}, + [2005] = {.lex_state = 7, .external_lex_state = 3}, + [2006] = {.lex_state = 7, .external_lex_state = 2}, [2007] = {.lex_state = 7, .external_lex_state = 2}, [2008] = {.lex_state = 7, .external_lex_state = 2}, [2009] = {.lex_state = 7, .external_lex_state = 2}, - [2010] = {.lex_state = 7, .external_lex_state = 3}, + [2010] = {.lex_state = 7, .external_lex_state = 2}, [2011] = {.lex_state = 7, .external_lex_state = 2}, - [2012] = {.lex_state = 7, .external_lex_state = 2}, - [2013] = {.lex_state = 91}, - [2014] = {.lex_state = 12, .external_lex_state = 4}, + [2012] = {.lex_state = 7, .external_lex_state = 3}, + [2013] = {.lex_state = 7, .external_lex_state = 2}, + [2014] = {.lex_state = 7, .external_lex_state = 2}, [2015] = {.lex_state = 7, .external_lex_state = 2}, - [2016] = {.lex_state = 12}, - [2017] = {.lex_state = 7, .external_lex_state = 2}, - [2018] = {.lex_state = 12}, - [2019] = {.lex_state = 12, .external_lex_state = 4}, - [2020] = {.lex_state = 12}, + [2016] = {.lex_state = 7, .external_lex_state = 2}, + [2017] = {.lex_state = 13, .external_lex_state = 4}, + [2018] = {.lex_state = 7, .external_lex_state = 2}, + [2019] = {.lex_state = 13, .external_lex_state = 4}, + [2020] = {.lex_state = 7, .external_lex_state = 2}, [2021] = {.lex_state = 7, .external_lex_state = 2}, - [2022] = {.lex_state = 7, .external_lex_state = 2}, - [2023] = {.lex_state = 12, .external_lex_state = 4}, - [2024] = {.lex_state = 12, .external_lex_state = 4}, - [2025] = {.lex_state = 12, .external_lex_state = 4}, + [2022] = {.lex_state = 13, .external_lex_state = 4}, + [2023] = {.lex_state = 13, .external_lex_state = 4}, + [2024] = {.lex_state = 7, .external_lex_state = 2}, + [2025] = {.lex_state = 7, .external_lex_state = 2}, [2026] = {.lex_state = 7, .external_lex_state = 2}, - [2027] = {.lex_state = 7, .external_lex_state = 2}, - [2028] = {.lex_state = 12}, - [2029] = {.lex_state = 7, .external_lex_state = 3}, + [2027] = {.lex_state = 8, .external_lex_state = 2}, + [2028] = {.lex_state = 7, .external_lex_state = 3}, + [2029] = {.lex_state = 13, .external_lex_state = 4}, [2030] = {.lex_state = 7, .external_lex_state = 2}, - [2031] = {.lex_state = 12, .external_lex_state = 4}, - [2032] = {.lex_state = 12}, + [2031] = {.lex_state = 7, .external_lex_state = 2}, + [2032] = {.lex_state = 7, .external_lex_state = 2}, [2033] = {.lex_state = 7, .external_lex_state = 2}, [2034] = {.lex_state = 7, .external_lex_state = 2}, - [2035] = {.lex_state = 12}, - [2036] = {.lex_state = 7, .external_lex_state = 3}, + [2035] = {.lex_state = 7, .external_lex_state = 2}, + [2036] = {.lex_state = 7, .external_lex_state = 2}, [2037] = {.lex_state = 7, .external_lex_state = 2}, - [2038] = {.lex_state = 12, .external_lex_state = 4}, + [2038] = {.lex_state = 7, .external_lex_state = 2}, [2039] = {.lex_state = 7, .external_lex_state = 2}, [2040] = {.lex_state = 7, .external_lex_state = 2}, - [2041] = {.lex_state = 91}, + [2041] = {.lex_state = 7, .external_lex_state = 2}, [2042] = {.lex_state = 7, .external_lex_state = 2}, [2043] = {.lex_state = 7, .external_lex_state = 2}, [2044] = {.lex_state = 7, .external_lex_state = 2}, [2045] = {.lex_state = 7, .external_lex_state = 2}, [2046] = {.lex_state = 7, .external_lex_state = 2}, - [2047] = {.lex_state = 7, .external_lex_state = 3}, - [2048] = {.lex_state = 7, .external_lex_state = 2}, + [2047] = {.lex_state = 7, .external_lex_state = 2}, + [2048] = {.lex_state = 13, .external_lex_state = 4}, [2049] = {.lex_state = 7, .external_lex_state = 2}, - [2050] = {.lex_state = 12}, - [2051] = {.lex_state = 12, .external_lex_state = 4}, - [2052] = {.lex_state = 12, .external_lex_state = 4}, - [2053] = {.lex_state = 12, .external_lex_state = 4}, - [2054] = {.lex_state = 12}, - [2055] = {.lex_state = 12, .external_lex_state = 4}, - [2056] = {.lex_state = 12, .external_lex_state = 4}, - [2057] = {.lex_state = 12, .external_lex_state = 4}, - [2058] = {.lex_state = 12, .external_lex_state = 4}, - [2059] = {.lex_state = 12, .external_lex_state = 4}, - [2060] = {.lex_state = 12, .external_lex_state = 4}, - [2061] = {.lex_state = 12, .external_lex_state = 4}, - [2062] = {.lex_state = 12, .external_lex_state = 4}, - [2063] = {.lex_state = 12, .external_lex_state = 4}, - [2064] = {.lex_state = 12, .external_lex_state = 4}, - [2065] = {.lex_state = 12, .external_lex_state = 4}, - [2066] = {.lex_state = 12, .external_lex_state = 4}, - [2067] = {.lex_state = 12, .external_lex_state = 4}, - [2068] = {.lex_state = 12, .external_lex_state = 4}, - [2069] = {.lex_state = 12, .external_lex_state = 4}, - [2070] = {.lex_state = 12, .external_lex_state = 4}, - [2071] = {.lex_state = 12, .external_lex_state = 4}, - [2072] = {.lex_state = 12, .external_lex_state = 4}, - [2073] = {.lex_state = 12, .external_lex_state = 4}, - [2074] = {.lex_state = 12, .external_lex_state = 4}, + [2050] = {.lex_state = 13}, + [2051] = {.lex_state = 13, .external_lex_state = 4}, + [2052] = {.lex_state = 7, .external_lex_state = 2}, + [2053] = {.lex_state = 97}, + [2054] = {.lex_state = 7, .external_lex_state = 3}, + [2055] = {.lex_state = 7, .external_lex_state = 2}, + [2056] = {.lex_state = 13, .external_lex_state = 4}, + [2057] = {.lex_state = 13}, + [2058] = {.lex_state = 13, .external_lex_state = 4}, + [2059] = {.lex_state = 13, .external_lex_state = 4}, + [2060] = {.lex_state = 7, .external_lex_state = 2}, + [2061] = {.lex_state = 7, .external_lex_state = 2}, + [2062] = {.lex_state = 7, .external_lex_state = 2}, + [2063] = {.lex_state = 7, .external_lex_state = 2}, + [2064] = {.lex_state = 13}, + [2065] = {.lex_state = 7, .external_lex_state = 2}, + [2066] = {.lex_state = 7, .external_lex_state = 2}, + [2067] = {.lex_state = 7, .external_lex_state = 2}, + [2068] = {.lex_state = 7, .external_lex_state = 2}, + [2069] = {.lex_state = 13}, + [2070] = {.lex_state = 7, .external_lex_state = 2}, + [2071] = {.lex_state = 13}, + [2072] = {.lex_state = 7, .external_lex_state = 2}, + [2073] = {.lex_state = 7, .external_lex_state = 2}, + [2074] = {.lex_state = 7, .external_lex_state = 3}, [2075] = {.lex_state = 7, .external_lex_state = 2}, - [2076] = {.lex_state = 12, .external_lex_state = 4}, - [2077] = {.lex_state = 12, .external_lex_state = 4}, - [2078] = {.lex_state = 12, .external_lex_state = 4}, - [2079] = {.lex_state = 12}, - [2080] = {.lex_state = 12, .external_lex_state = 4}, - [2081] = {.lex_state = 12}, - [2082] = {.lex_state = 12}, - [2083] = {.lex_state = 12, .external_lex_state = 4}, - [2084] = {.lex_state = 12, .external_lex_state = 4}, - [2085] = {.lex_state = 12}, - [2086] = {.lex_state = 8, .external_lex_state = 2}, - [2087] = {.lex_state = 12}, - [2088] = {.lex_state = 12, .external_lex_state = 4}, - [2089] = {.lex_state = 12}, + [2076] = {.lex_state = 13, .external_lex_state = 4}, + [2077] = {.lex_state = 7, .external_lex_state = 2}, + [2078] = {.lex_state = 7, .external_lex_state = 2}, + [2079] = {.lex_state = 13, .external_lex_state = 4}, + [2080] = {.lex_state = 7, .external_lex_state = 2}, + [2081] = {.lex_state = 13, .external_lex_state = 4}, + [2082] = {.lex_state = 97}, + [2083] = {.lex_state = 13, .external_lex_state = 4}, + [2084] = {.lex_state = 7, .external_lex_state = 2}, + [2085] = {.lex_state = 13}, + [2086] = {.lex_state = 13}, + [2087] = {.lex_state = 7, .external_lex_state = 3}, + [2088] = {.lex_state = 13, .external_lex_state = 4}, + [2089] = {.lex_state = 13, .external_lex_state = 4}, [2090] = {.lex_state = 7, .external_lex_state = 2}, - [2091] = {.lex_state = 12}, - [2092] = {.lex_state = 7, .external_lex_state = 2}, - [2093] = {.lex_state = 12, .external_lex_state = 4}, - [2094] = {.lex_state = 12, .external_lex_state = 4}, - [2095] = {.lex_state = 12, .external_lex_state = 4}, - [2096] = {.lex_state = 12}, + [2091] = {.lex_state = 13}, + [2092] = {.lex_state = 13, .external_lex_state = 4}, + [2093] = {.lex_state = 7, .external_lex_state = 2}, + [2094] = {.lex_state = 13, .external_lex_state = 4}, + [2095] = {.lex_state = 13, .external_lex_state = 4}, + [2096] = {.lex_state = 13}, [2097] = {.lex_state = 7, .external_lex_state = 2}, - [2098] = {.lex_state = 91}, - [2099] = {.lex_state = 12, .external_lex_state = 4}, - [2100] = {.lex_state = 12}, - [2101] = {.lex_state = 7, .external_lex_state = 2}, - [2102] = {.lex_state = 12, .external_lex_state = 4}, - [2103] = {.lex_state = 12}, - [2104] = {.lex_state = 12}, - [2105] = {.lex_state = 12, .external_lex_state = 4}, - [2106] = {.lex_state = 12}, - [2107] = {.lex_state = 12, .external_lex_state = 4}, - [2108] = {.lex_state = 12}, - [2109] = {.lex_state = 12, .external_lex_state = 4}, - [2110] = {.lex_state = 12, .external_lex_state = 4}, - [2111] = {.lex_state = 12}, - [2112] = {.lex_state = 12}, - [2113] = {.lex_state = 12, .external_lex_state = 4}, - [2114] = {.lex_state = 12, .external_lex_state = 4}, - [2115] = {.lex_state = 12, .external_lex_state = 4}, - [2116] = {.lex_state = 12, .external_lex_state = 4}, - [2117] = {.lex_state = 12, .external_lex_state = 4}, - [2118] = {.lex_state = 12}, - [2119] = {.lex_state = 12, .external_lex_state = 4}, - [2120] = {.lex_state = 12, .external_lex_state = 4}, - [2121] = {.lex_state = 12}, - [2122] = {.lex_state = 12, .external_lex_state = 4}, - [2123] = {.lex_state = 12}, - [2124] = {.lex_state = 12}, - [2125] = {.lex_state = 12, .external_lex_state = 4}, - [2126] = {.lex_state = 12}, - [2127] = {.lex_state = 12}, - [2128] = {.lex_state = 12, .external_lex_state = 4}, - [2129] = {.lex_state = 12, .external_lex_state = 4}, - [2130] = {.lex_state = 91}, - [2131] = {.lex_state = 12, .external_lex_state = 4}, - [2132] = {.lex_state = 12, .external_lex_state = 4}, - [2133] = {.lex_state = 12, .external_lex_state = 4}, - [2134] = {.lex_state = 12, .external_lex_state = 4}, - [2135] = {.lex_state = 12, .external_lex_state = 4}, - [2136] = {.lex_state = 12, .external_lex_state = 4}, - [2137] = {.lex_state = 12}, - [2138] = {.lex_state = 12}, - [2139] = {.lex_state = 12}, - [2140] = {.lex_state = 12, .external_lex_state = 4}, - [2141] = {.lex_state = 12, .external_lex_state = 4}, - [2142] = {.lex_state = 91, .external_lex_state = 4}, - [2143] = {.lex_state = 91, .external_lex_state = 4}, - [2144] = {.lex_state = 91, .external_lex_state = 4}, - [2145] = {.lex_state = 91, .external_lex_state = 4}, - [2146] = {.lex_state = 12}, - [2147] = {.lex_state = 12}, - [2148] = {.lex_state = 12}, - [2149] = {.lex_state = 12}, - [2150] = {.lex_state = 91, .external_lex_state = 4}, - [2151] = {.lex_state = 12}, - [2152] = {.lex_state = 12}, - [2153] = {.lex_state = 12}, - [2154] = {.lex_state = 12}, - [2155] = {.lex_state = 12}, - [2156] = {.lex_state = 12}, - [2157] = {.lex_state = 12}, - [2158] = {.lex_state = 12}, - [2159] = {.lex_state = 12}, - [2160] = {.lex_state = 12}, - [2161] = {.lex_state = 12}, - [2162] = {.lex_state = 12}, - [2163] = {.lex_state = 91, .external_lex_state = 4}, - [2164] = {.lex_state = 12}, - [2165] = {.lex_state = 12}, - [2166] = {.lex_state = 91}, - [2167] = {.lex_state = 12}, - [2168] = {.lex_state = 12}, - [2169] = {.lex_state = 91}, - [2170] = {.lex_state = 91}, - [2171] = {.lex_state = 91}, - [2172] = {.lex_state = 12}, - [2173] = {.lex_state = 12}, - [2174] = {.lex_state = 91}, - [2175] = {.lex_state = 12}, - [2176] = {.lex_state = 12, .external_lex_state = 4}, - [2177] = {.lex_state = 12, .external_lex_state = 4}, - [2178] = {.lex_state = 12, .external_lex_state = 4}, - [2179] = {.lex_state = 12, .external_lex_state = 4}, - [2180] = {.lex_state = 12, .external_lex_state = 4}, - [2181] = {.lex_state = 12}, - [2182] = {.lex_state = 12, .external_lex_state = 4}, - [2183] = {.lex_state = 12}, - [2184] = {.lex_state = 12}, - [2185] = {.lex_state = 12, .external_lex_state = 4}, - [2186] = {.lex_state = 12, .external_lex_state = 4}, - [2187] = {.lex_state = 12, .external_lex_state = 4}, - [2188] = {.lex_state = 12, .external_lex_state = 4}, - [2189] = {.lex_state = 12, .external_lex_state = 4}, - [2190] = {.lex_state = 12}, - [2191] = {.lex_state = 12, .external_lex_state = 4}, - [2192] = {.lex_state = 12, .external_lex_state = 4}, - [2193] = {.lex_state = 12, .external_lex_state = 4}, - [2194] = {.lex_state = 12, .external_lex_state = 4}, - [2195] = {.lex_state = 12}, - [2196] = {.lex_state = 12, .external_lex_state = 4}, - [2197] = {.lex_state = 12, .external_lex_state = 4}, - [2198] = {.lex_state = 12, .external_lex_state = 4}, - [2199] = {.lex_state = 12, .external_lex_state = 4}, - [2200] = {.lex_state = 12}, - [2201] = {.lex_state = 12, .external_lex_state = 4}, - [2202] = {.lex_state = 12, .external_lex_state = 4}, - [2203] = {.lex_state = 12, .external_lex_state = 4}, - [2204] = {.lex_state = 12, .external_lex_state = 4}, - [2205] = {.lex_state = 12}, - [2206] = {.lex_state = 12, .external_lex_state = 4}, - [2207] = {.lex_state = 12, .external_lex_state = 4}, - [2208] = {.lex_state = 12}, - [2209] = {.lex_state = 12}, - [2210] = {.lex_state = 12, .external_lex_state = 4}, - [2211] = {.lex_state = 12}, - [2212] = {.lex_state = 12, .external_lex_state = 4}, - [2213] = {.lex_state = 12}, - [2214] = {.lex_state = 12}, - [2215] = {.lex_state = 12}, - [2216] = {.lex_state = 12}, - [2217] = {.lex_state = 12}, - [2218] = {.lex_state = 12}, - [2219] = {.lex_state = 12}, - [2220] = {.lex_state = 12}, - [2221] = {.lex_state = 12}, - [2222] = {.lex_state = 12}, - [2223] = {.lex_state = 12}, - [2224] = {.lex_state = 12}, - [2225] = {.lex_state = 12}, - [2226] = {.lex_state = 12}, - [2227] = {.lex_state = 12, .external_lex_state = 4}, - [2228] = {.lex_state = 12}, - [2229] = {.lex_state = 12, .external_lex_state = 4}, - [2230] = {.lex_state = 91}, - [2231] = {.lex_state = 12}, - [2232] = {.lex_state = 12}, - [2233] = {.lex_state = 12}, - [2234] = {.lex_state = 12}, - [2235] = {.lex_state = 12}, - [2236] = {.lex_state = 91}, - [2237] = {.lex_state = 91}, - [2238] = {.lex_state = 91}, - [2239] = {.lex_state = 12}, - [2240] = {.lex_state = 12}, - [2241] = {.lex_state = 12}, - [2242] = {.lex_state = 12}, - [2243] = {.lex_state = 91}, - [2244] = {.lex_state = 91}, - [2245] = {.lex_state = 91}, - [2246] = {.lex_state = 91}, - [2247] = {.lex_state = 12}, - [2248] = {.lex_state = 91}, - [2249] = {.lex_state = 12}, - [2250] = {.lex_state = 91}, - [2251] = {.lex_state = 91}, - [2252] = {.lex_state = 91}, - [2253] = {.lex_state = 91}, - [2254] = {.lex_state = 91}, - [2255] = {.lex_state = 12}, - [2256] = {.lex_state = 91}, - [2257] = {.lex_state = 12}, - [2258] = {.lex_state = 12}, - [2259] = {.lex_state = 91}, - [2260] = {.lex_state = 91}, - [2261] = {.lex_state = 91}, - [2262] = {.lex_state = 91}, - [2263] = {.lex_state = 12}, - [2264] = {.lex_state = 91}, - [2265] = {.lex_state = 91}, - [2266] = {.lex_state = 91}, - [2267] = {.lex_state = 91}, - [2268] = {.lex_state = 91}, - [2269] = {.lex_state = 91}, - [2270] = {.lex_state = 91}, - [2271] = {.lex_state = 91}, - [2272] = {.lex_state = 91}, - [2273] = {.lex_state = 91}, - [2274] = {.lex_state = 91}, - [2275] = {.lex_state = 91}, - [2276] = {.lex_state = 91}, - [2277] = {.lex_state = 91}, - [2278] = {.lex_state = 91}, - [2279] = {.lex_state = 91}, - [2280] = {.lex_state = 91}, - [2281] = {.lex_state = 91}, - [2282] = {.lex_state = 91}, - [2283] = {.lex_state = 91}, - [2284] = {.lex_state = 91}, - [2285] = {.lex_state = 91}, - [2286] = {.lex_state = 91}, - [2287] = {.lex_state = 91}, - [2288] = {.lex_state = 91}, - [2289] = {.lex_state = 91}, - [2290] = {.lex_state = 91}, - [2291] = {.lex_state = 91}, - [2292] = {.lex_state = 91}, - [2293] = {.lex_state = 91}, - [2294] = {.lex_state = 91}, - [2295] = {.lex_state = 91}, - [2296] = {.lex_state = 91}, - [2297] = {.lex_state = 91}, - [2298] = {.lex_state = 91}, - [2299] = {.lex_state = 91}, - [2300] = {.lex_state = 91}, - [2301] = {.lex_state = 91}, - [2302] = {.lex_state = 91}, - [2303] = {.lex_state = 91}, - [2304] = {.lex_state = 91}, - [2305] = {.lex_state = 91}, - [2306] = {.lex_state = 91}, - [2307] = {.lex_state = 91}, - [2308] = {.lex_state = 15}, - [2309] = {.lex_state = 15}, - [2310] = {.lex_state = 15}, - [2311] = {.lex_state = 15}, - [2312] = {.lex_state = 15}, - [2313] = {.lex_state = 15}, - [2314] = {.lex_state = 15}, - [2315] = {.lex_state = 15}, - [2316] = {.lex_state = 15}, - [2317] = {.lex_state = 15}, - [2318] = {.lex_state = 15}, - [2319] = {.lex_state = 15}, - [2320] = {.lex_state = 15}, - [2321] = {.lex_state = 15}, - [2322] = {.lex_state = 15}, - [2323] = {.lex_state = 15}, - [2324] = {.lex_state = 15}, - [2325] = {.lex_state = 15}, - [2326] = {.lex_state = 15}, - [2327] = {.lex_state = 15}, - [2328] = {.lex_state = 11}, - [2329] = {.lex_state = 15}, - [2330] = {.lex_state = 15}, - [2331] = {.lex_state = 15}, - [2332] = {.lex_state = 15}, - [2333] = {.lex_state = 15}, - [2334] = {.lex_state = 15}, - [2335] = {.lex_state = 15}, - [2336] = {.lex_state = 15}, - [2337] = {.lex_state = 15}, - [2338] = {.lex_state = 15}, - [2339] = {.lex_state = 15}, - [2340] = {.lex_state = 15}, - [2341] = {.lex_state = 15}, - [2342] = {.lex_state = 15}, - [2343] = {.lex_state = 15}, - [2344] = {.lex_state = 15}, - [2345] = {.lex_state = 15}, - [2346] = {.lex_state = 15}, - [2347] = {.lex_state = 11}, - [2348] = {.lex_state = 15}, - [2349] = {.lex_state = 15}, - [2350] = {.lex_state = 15}, - [2351] = {.lex_state = 11}, - [2352] = {.lex_state = 11, .external_lex_state = 4}, - [2353] = {.lex_state = 11}, - [2354] = {.lex_state = 91}, - [2355] = {.lex_state = 11, .external_lex_state = 4}, - [2356] = {.lex_state = 4}, - [2357] = {.lex_state = 91}, - [2358] = {.lex_state = 11, .external_lex_state = 4}, - [2359] = {.lex_state = 91}, - [2360] = {.lex_state = 91}, - [2361] = {.lex_state = 91}, - [2362] = {.lex_state = 4}, - [2363] = {.lex_state = 91}, - [2364] = {.lex_state = 4}, - [2365] = {.lex_state = 4}, - [2366] = {.lex_state = 91}, - [2367] = {.lex_state = 4}, - [2368] = {.lex_state = 91}, - [2369] = {.lex_state = 91}, - [2370] = {.lex_state = 91}, - [2371] = {.lex_state = 91}, - [2372] = {.lex_state = 91}, - [2373] = {.lex_state = 91}, - [2374] = {.lex_state = 91}, - [2375] = {.lex_state = 91}, - [2376] = {.lex_state = 91}, - [2377] = {.lex_state = 91}, - [2378] = {.lex_state = 91}, - [2379] = {.lex_state = 91}, - [2380] = {.lex_state = 91}, - [2381] = {.lex_state = 91}, - [2382] = {.lex_state = 91}, - [2383] = {.lex_state = 91}, - [2384] = {.lex_state = 91}, - [2385] = {.lex_state = 91}, - [2386] = {.lex_state = 15, .external_lex_state = 4}, - [2387] = {.lex_state = 15, .external_lex_state = 4}, - [2388] = {.lex_state = 15, .external_lex_state = 4}, - [2389] = {.lex_state = 91}, - [2390] = {.lex_state = 91}, - [2391] = {.lex_state = 91}, - [2392] = {.lex_state = 91}, - [2393] = {.lex_state = 4}, - [2394] = {.lex_state = 91}, - [2395] = {.lex_state = 4}, - [2396] = {.lex_state = 4}, - [2397] = {.lex_state = 91}, - [2398] = {.lex_state = 91}, - [2399] = {.lex_state = 91}, - [2400] = {.lex_state = 15, .external_lex_state = 4}, - [2401] = {.lex_state = 12, .external_lex_state = 4}, - [2402] = {.lex_state = 12, .external_lex_state = 4}, - [2403] = {.lex_state = 91}, - [2404] = {.lex_state = 91}, - [2405] = {.lex_state = 91}, - [2406] = {.lex_state = 15, .external_lex_state = 4}, - [2407] = {.lex_state = 15, .external_lex_state = 4}, - [2408] = {.lex_state = 15, .external_lex_state = 4}, - [2409] = {.lex_state = 15, .external_lex_state = 4}, - [2410] = {.lex_state = 15, .external_lex_state = 4}, - [2411] = {.lex_state = 15, .external_lex_state = 4}, - [2412] = {.lex_state = 15, .external_lex_state = 4}, - [2413] = {.lex_state = 15, .external_lex_state = 4}, - [2414] = {.lex_state = 15, .external_lex_state = 4}, - [2415] = {.lex_state = 15, .external_lex_state = 4}, - [2416] = {.lex_state = 12, .external_lex_state = 4}, - [2417] = {.lex_state = 91}, - [2418] = {.lex_state = 12, .external_lex_state = 4}, - [2419] = {.lex_state = 91}, - [2420] = {.lex_state = 91}, - [2421] = {.lex_state = 91}, - [2422] = {.lex_state = 15, .external_lex_state = 4}, - [2423] = {.lex_state = 15, .external_lex_state = 4}, - [2424] = {.lex_state = 15, .external_lex_state = 4}, - [2425] = {.lex_state = 15, .external_lex_state = 4}, - [2426] = {.lex_state = 15, .external_lex_state = 4}, - [2427] = {.lex_state = 15, .external_lex_state = 4}, - [2428] = {.lex_state = 15, .external_lex_state = 4}, - [2429] = {.lex_state = 15, .external_lex_state = 4}, - [2430] = {.lex_state = 15, .external_lex_state = 4}, - [2431] = {.lex_state = 15, .external_lex_state = 4}, - [2432] = {.lex_state = 15, .external_lex_state = 4}, - [2433] = {.lex_state = 15, .external_lex_state = 4}, - [2434] = {.lex_state = 91}, - [2435] = {.lex_state = 91}, - [2436] = {.lex_state = 91}, - [2437] = {.lex_state = 91}, - [2438] = {.lex_state = 91}, - [2439] = {.lex_state = 91}, - [2440] = {.lex_state = 91}, - [2441] = {.lex_state = 91}, - [2442] = {.lex_state = 15, .external_lex_state = 4}, - [2443] = {.lex_state = 91}, - [2444] = {.lex_state = 15, .external_lex_state = 4}, - [2445] = {.lex_state = 15, .external_lex_state = 4}, - [2446] = {.lex_state = 15, .external_lex_state = 4}, - [2447] = {.lex_state = 91}, - [2448] = {.lex_state = 91}, - [2449] = {.lex_state = 15, .external_lex_state = 4}, - [2450] = {.lex_state = 15, .external_lex_state = 4}, - [2451] = {.lex_state = 15, .external_lex_state = 4}, - [2452] = {.lex_state = 15, .external_lex_state = 4}, - [2453] = {.lex_state = 15, .external_lex_state = 4}, - [2454] = {.lex_state = 15, .external_lex_state = 4}, - [2455] = {.lex_state = 15, .external_lex_state = 4}, - [2456] = {.lex_state = 91}, - [2457] = {.lex_state = 91}, - [2458] = {.lex_state = 91}, - [2459] = {.lex_state = 91}, - [2460] = {.lex_state = 12, .external_lex_state = 4}, - [2461] = {.lex_state = 91}, - [2462] = {.lex_state = 91}, - [2463] = {.lex_state = 12, .external_lex_state = 4}, - [2464] = {.lex_state = 91}, - [2465] = {.lex_state = 11, .external_lex_state = 4}, - [2466] = {.lex_state = 91}, - [2467] = {.lex_state = 12, .external_lex_state = 4}, - [2468] = {.lex_state = 91}, - [2469] = {.lex_state = 12, .external_lex_state = 4}, - [2470] = {.lex_state = 11, .external_lex_state = 4}, - [2471] = {.lex_state = 91}, - [2472] = {.lex_state = 11, .external_lex_state = 5}, - [2473] = {.lex_state = 12, .external_lex_state = 4}, - [2474] = {.lex_state = 12, .external_lex_state = 4}, - [2475] = {.lex_state = 15, .external_lex_state = 5}, - [2476] = {.lex_state = 15, .external_lex_state = 5}, - [2477] = {.lex_state = 15, .external_lex_state = 5}, - [2478] = {.lex_state = 15, .external_lex_state = 4}, - [2479] = {.lex_state = 15, .external_lex_state = 4}, - [2480] = {.lex_state = 15, .external_lex_state = 4}, - [2481] = {.lex_state = 12, .external_lex_state = 4}, - [2482] = {.lex_state = 91}, - [2483] = {.lex_state = 15, .external_lex_state = 4}, - [2484] = {.lex_state = 15, .external_lex_state = 4}, - [2485] = {.lex_state = 12, .external_lex_state = 4}, - [2486] = {.lex_state = 12, .external_lex_state = 4}, - [2487] = {.lex_state = 15, .external_lex_state = 4}, - [2488] = {.lex_state = 12, .external_lex_state = 4}, - [2489] = {.lex_state = 11, .external_lex_state = 4}, - [2490] = {.lex_state = 12, .external_lex_state = 4}, - [2491] = {.lex_state = 12, .external_lex_state = 4}, - [2492] = {.lex_state = 91}, - [2493] = {.lex_state = 12}, - [2494] = {.lex_state = 15, .external_lex_state = 4}, - [2495] = {.lex_state = 12, .external_lex_state = 4}, - [2496] = {.lex_state = 15, .external_lex_state = 5}, - [2497] = {.lex_state = 12, .external_lex_state = 4}, - [2498] = {.lex_state = 12, .external_lex_state = 4}, - [2499] = {.lex_state = 12, .external_lex_state = 4}, - [2500] = {.lex_state = 12, .external_lex_state = 4}, - [2501] = {.lex_state = 91, .external_lex_state = 4}, - [2502] = {.lex_state = 91, .external_lex_state = 4}, - [2503] = {.lex_state = 12, .external_lex_state = 4}, - [2504] = {.lex_state = 15, .external_lex_state = 5}, - [2505] = {.lex_state = 12}, - [2506] = {.lex_state = 12, .external_lex_state = 4}, - [2507] = {.lex_state = 15, .external_lex_state = 5}, - [2508] = {.lex_state = 11, .external_lex_state = 5}, - [2509] = {.lex_state = 15, .external_lex_state = 5}, - [2510] = {.lex_state = 15, .external_lex_state = 5}, - [2511] = {.lex_state = 12, .external_lex_state = 4}, - [2512] = {.lex_state = 15, .external_lex_state = 5}, + [2098] = {.lex_state = 13, .external_lex_state = 4}, + [2099] = {.lex_state = 13, .external_lex_state = 4}, + [2100] = {.lex_state = 13}, + [2101] = {.lex_state = 13, .external_lex_state = 4}, + [2102] = {.lex_state = 13, .external_lex_state = 4}, + [2103] = {.lex_state = 13}, + [2104] = {.lex_state = 13}, + [2105] = {.lex_state = 13, .external_lex_state = 4}, + [2106] = {.lex_state = 7, .external_lex_state = 2}, + [2107] = {.lex_state = 13, .external_lex_state = 4}, + [2108] = {.lex_state = 13, .external_lex_state = 4}, + [2109] = {.lex_state = 8, .external_lex_state = 2}, + [2110] = {.lex_state = 13, .external_lex_state = 4}, + [2111] = {.lex_state = 13, .external_lex_state = 4}, + [2112] = {.lex_state = 13}, + [2113] = {.lex_state = 13, .external_lex_state = 4}, + [2114] = {.lex_state = 13, .external_lex_state = 4}, + [2115] = {.lex_state = 13}, + [2116] = {.lex_state = 13, .external_lex_state = 4}, + [2117] = {.lex_state = 13, .external_lex_state = 4}, + [2118] = {.lex_state = 13}, + [2119] = {.lex_state = 13, .external_lex_state = 4}, + [2120] = {.lex_state = 13, .external_lex_state = 4}, + [2121] = {.lex_state = 13}, + [2122] = {.lex_state = 13, .external_lex_state = 4}, + [2123] = {.lex_state = 7, .external_lex_state = 2}, + [2124] = {.lex_state = 13}, + [2125] = {.lex_state = 13, .external_lex_state = 4}, + [2126] = {.lex_state = 13, .external_lex_state = 4}, + [2127] = {.lex_state = 13, .external_lex_state = 4}, + [2128] = {.lex_state = 13}, + [2129] = {.lex_state = 13, .external_lex_state = 4}, + [2130] = {.lex_state = 13, .external_lex_state = 4}, + [2131] = {.lex_state = 13, .external_lex_state = 4}, + [2132] = {.lex_state = 7, .external_lex_state = 2}, + [2133] = {.lex_state = 13, .external_lex_state = 4}, + [2134] = {.lex_state = 13}, + [2135] = {.lex_state = 13, .external_lex_state = 4}, + [2136] = {.lex_state = 13, .external_lex_state = 4}, + [2137] = {.lex_state = 97}, + [2138] = {.lex_state = 13, .external_lex_state = 4}, + [2139] = {.lex_state = 13, .external_lex_state = 4}, + [2140] = {.lex_state = 13, .external_lex_state = 4}, + [2141] = {.lex_state = 13}, + [2142] = {.lex_state = 13, .external_lex_state = 4}, + [2143] = {.lex_state = 13, .external_lex_state = 4}, + [2144] = {.lex_state = 13, .external_lex_state = 4}, + [2145] = {.lex_state = 13}, + [2146] = {.lex_state = 13, .external_lex_state = 4}, + [2147] = {.lex_state = 13, .external_lex_state = 4}, + [2148] = {.lex_state = 13}, + [2149] = {.lex_state = 13, .external_lex_state = 4}, + [2150] = {.lex_state = 13}, + [2151] = {.lex_state = 13, .external_lex_state = 4}, + [2152] = {.lex_state = 13, .external_lex_state = 4}, + [2153] = {.lex_state = 13, .external_lex_state = 4}, + [2154] = {.lex_state = 13, .external_lex_state = 4}, + [2155] = {.lex_state = 13, .external_lex_state = 4}, + [2156] = {.lex_state = 13}, + [2157] = {.lex_state = 13, .external_lex_state = 4}, + [2158] = {.lex_state = 13}, + [2159] = {.lex_state = 13, .external_lex_state = 4}, + [2160] = {.lex_state = 13}, + [2161] = {.lex_state = 97}, + [2162] = {.lex_state = 13, .external_lex_state = 4}, + [2163] = {.lex_state = 13, .external_lex_state = 4}, + [2164] = {.lex_state = 13}, + [2165] = {.lex_state = 13}, + [2166] = {.lex_state = 13, .external_lex_state = 4}, + [2167] = {.lex_state = 13, .external_lex_state = 4}, + [2168] = {.lex_state = 13, .external_lex_state = 4}, + [2169] = {.lex_state = 13, .external_lex_state = 4}, + [2170] = {.lex_state = 13, .external_lex_state = 4}, + [2171] = {.lex_state = 13, .external_lex_state = 4}, + [2172] = {.lex_state = 13, .external_lex_state = 4}, + [2173] = {.lex_state = 13}, + [2174] = {.lex_state = 97, .external_lex_state = 4}, + [2175] = {.lex_state = 13}, + [2176] = {.lex_state = 97, .external_lex_state = 4}, + [2177] = {.lex_state = 97, .external_lex_state = 4}, + [2178] = {.lex_state = 13, .external_lex_state = 4}, + [2179] = {.lex_state = 13, .external_lex_state = 4}, + [2180] = {.lex_state = 13}, + [2181] = {.lex_state = 97, .external_lex_state = 4}, + [2182] = {.lex_state = 13}, + [2183] = {.lex_state = 13}, + [2184] = {.lex_state = 13}, + [2185] = {.lex_state = 13}, + [2186] = {.lex_state = 13}, + [2187] = {.lex_state = 13}, + [2188] = {.lex_state = 13}, + [2189] = {.lex_state = 13}, + [2190] = {.lex_state = 13}, + [2191] = {.lex_state = 13}, + [2192] = {.lex_state = 97, .external_lex_state = 4}, + [2193] = {.lex_state = 13}, + [2194] = {.lex_state = 13}, + [2195] = {.lex_state = 97, .external_lex_state = 4}, + [2196] = {.lex_state = 13}, + [2197] = {.lex_state = 13}, + [2198] = {.lex_state = 13}, + [2199] = {.lex_state = 13}, + [2200] = {.lex_state = 13}, + [2201] = {.lex_state = 13}, + [2202] = {.lex_state = 13}, + [2203] = {.lex_state = 97}, + [2204] = {.lex_state = 13}, + [2205] = {.lex_state = 97}, + [2206] = {.lex_state = 97}, + [2207] = {.lex_state = 97}, + [2208] = {.lex_state = 13}, + [2209] = {.lex_state = 97}, + [2210] = {.lex_state = 13}, + [2211] = {.lex_state = 13}, + [2212] = {.lex_state = 13, .external_lex_state = 4}, + [2213] = {.lex_state = 13, .external_lex_state = 4}, + [2214] = {.lex_state = 13}, + [2215] = {.lex_state = 13}, + [2216] = {.lex_state = 13}, + [2217] = {.lex_state = 13}, + [2218] = {.lex_state = 13, .external_lex_state = 4}, + [2219] = {.lex_state = 13, .external_lex_state = 4}, + [2220] = {.lex_state = 13, .external_lex_state = 4}, + [2221] = {.lex_state = 13, .external_lex_state = 4}, + [2222] = {.lex_state = 13, .external_lex_state = 4}, + [2223] = {.lex_state = 13, .external_lex_state = 4}, + [2224] = {.lex_state = 13, .external_lex_state = 4}, + [2225] = {.lex_state = 13}, + [2226] = {.lex_state = 13, .external_lex_state = 4}, + [2227] = {.lex_state = 13, .external_lex_state = 4}, + [2228] = {.lex_state = 13}, + [2229] = {.lex_state = 13, .external_lex_state = 4}, + [2230] = {.lex_state = 13}, + [2231] = {.lex_state = 13}, + [2232] = {.lex_state = 13, .external_lex_state = 4}, + [2233] = {.lex_state = 13}, + [2234] = {.lex_state = 13, .external_lex_state = 4}, + [2235] = {.lex_state = 13, .external_lex_state = 4}, + [2236] = {.lex_state = 13, .external_lex_state = 4}, + [2237] = {.lex_state = 13, .external_lex_state = 4}, + [2238] = {.lex_state = 13, .external_lex_state = 4}, + [2239] = {.lex_state = 13, .external_lex_state = 4}, + [2240] = {.lex_state = 13, .external_lex_state = 4}, + [2241] = {.lex_state = 13, .external_lex_state = 4}, + [2242] = {.lex_state = 13}, + [2243] = {.lex_state = 13, .external_lex_state = 4}, + [2244] = {.lex_state = 13, .external_lex_state = 4}, + [2245] = {.lex_state = 13, .external_lex_state = 4}, + [2246] = {.lex_state = 13, .external_lex_state = 4}, + [2247] = {.lex_state = 13, .external_lex_state = 4}, + [2248] = {.lex_state = 13, .external_lex_state = 4}, + [2249] = {.lex_state = 13}, + [2250] = {.lex_state = 13}, + [2251] = {.lex_state = 13}, + [2252] = {.lex_state = 13}, + [2253] = {.lex_state = 13}, + [2254] = {.lex_state = 13}, + [2255] = {.lex_state = 13, .external_lex_state = 4}, + [2256] = {.lex_state = 13}, + [2257] = {.lex_state = 13}, + [2258] = {.lex_state = 13}, + [2259] = {.lex_state = 13}, + [2260] = {.lex_state = 13}, + [2261] = {.lex_state = 13}, + [2262] = {.lex_state = 13, .external_lex_state = 4}, + [2263] = {.lex_state = 13}, + [2264] = {.lex_state = 13}, + [2265] = {.lex_state = 13}, + [2266] = {.lex_state = 13}, + [2267] = {.lex_state = 13}, + [2268] = {.lex_state = 13}, + [2269] = {.lex_state = 97}, + [2270] = {.lex_state = 13}, + [2271] = {.lex_state = 13}, + [2272] = {.lex_state = 13}, + [2273] = {.lex_state = 13}, + [2274] = {.lex_state = 13}, + [2275] = {.lex_state = 97}, + [2276] = {.lex_state = 97}, + [2277] = {.lex_state = 13}, + [2278] = {.lex_state = 13}, + [2279] = {.lex_state = 97}, + [2280] = {.lex_state = 13}, + [2281] = {.lex_state = 97}, + [2282] = {.lex_state = 13}, + [2283] = {.lex_state = 97}, + [2284] = {.lex_state = 13}, + [2285] = {.lex_state = 97}, + [2286] = {.lex_state = 97}, + [2287] = {.lex_state = 97}, + [2288] = {.lex_state = 97}, + [2289] = {.lex_state = 97}, + [2290] = {.lex_state = 97}, + [2291] = {.lex_state = 13}, + [2292] = {.lex_state = 97}, + [2293] = {.lex_state = 97}, + [2294] = {.lex_state = 97}, + [2295] = {.lex_state = 13}, + [2296] = {.lex_state = 97}, + [2297] = {.lex_state = 97}, + [2298] = {.lex_state = 13}, + [2299] = {.lex_state = 97}, + [2300] = {.lex_state = 97}, + [2301] = {.lex_state = 97}, + [2302] = {.lex_state = 97}, + [2303] = {.lex_state = 97}, + [2304] = {.lex_state = 97}, + [2305] = {.lex_state = 97}, + [2306] = {.lex_state = 97}, + [2307] = {.lex_state = 97}, + [2308] = {.lex_state = 97}, + [2309] = {.lex_state = 97}, + [2310] = {.lex_state = 97}, + [2311] = {.lex_state = 97}, + [2312] = {.lex_state = 97}, + [2313] = {.lex_state = 97}, + [2314] = {.lex_state = 97}, + [2315] = {.lex_state = 97}, + [2316] = {.lex_state = 97}, + [2317] = {.lex_state = 97}, + [2318] = {.lex_state = 97}, + [2319] = {.lex_state = 97}, + [2320] = {.lex_state = 97}, + [2321] = {.lex_state = 97}, + [2322] = {.lex_state = 97}, + [2323] = {.lex_state = 97}, + [2324] = {.lex_state = 97}, + [2325] = {.lex_state = 97}, + [2326] = {.lex_state = 97}, + [2327] = {.lex_state = 97}, + [2328] = {.lex_state = 97}, + [2329] = {.lex_state = 97}, + [2330] = {.lex_state = 97}, + [2331] = {.lex_state = 97}, + [2332] = {.lex_state = 97}, + [2333] = {.lex_state = 97}, + [2334] = {.lex_state = 97}, + [2335] = {.lex_state = 97}, + [2336] = {.lex_state = 97}, + [2337] = {.lex_state = 97}, + [2338] = {.lex_state = 97}, + [2339] = {.lex_state = 97}, + [2340] = {.lex_state = 97}, + [2341] = {.lex_state = 97}, + [2342] = {.lex_state = 97}, + [2343] = {.lex_state = 97}, + [2344] = {.lex_state = 97}, + [2345] = {.lex_state = 20}, + [2346] = {.lex_state = 20}, + [2347] = {.lex_state = 20}, + [2348] = {.lex_state = 20}, + [2349] = {.lex_state = 20}, + [2350] = {.lex_state = 20}, + [2351] = {.lex_state = 20}, + [2352] = {.lex_state = 20}, + [2353] = {.lex_state = 20}, + [2354] = {.lex_state = 20}, + [2355] = {.lex_state = 20}, + [2356] = {.lex_state = 20}, + [2357] = {.lex_state = 20}, + [2358] = {.lex_state = 20}, + [2359] = {.lex_state = 20}, + [2360] = {.lex_state = 20}, + [2361] = {.lex_state = 20}, + [2362] = {.lex_state = 20}, + [2363] = {.lex_state = 20}, + [2364] = {.lex_state = 20}, + [2365] = {.lex_state = 20}, + [2366] = {.lex_state = 20}, + [2367] = {.lex_state = 20}, + [2368] = {.lex_state = 20}, + [2369] = {.lex_state = 20}, + [2370] = {.lex_state = 20}, + [2371] = {.lex_state = 20}, + [2372] = {.lex_state = 20}, + [2373] = {.lex_state = 20}, + [2374] = {.lex_state = 20}, + [2375] = {.lex_state = 20}, + [2376] = {.lex_state = 20}, + [2377] = {.lex_state = 20}, + [2378] = {.lex_state = 20}, + [2379] = {.lex_state = 20}, + [2380] = {.lex_state = 20}, + [2381] = {.lex_state = 20}, + [2382] = {.lex_state = 12}, + [2383] = {.lex_state = 20, .external_lex_state = 4}, + [2384] = {.lex_state = 16}, + [2385] = {.lex_state = 16}, + [2386] = {.lex_state = 12}, + [2387] = {.lex_state = 12}, + [2388] = {.lex_state = 12}, + [2389] = {.lex_state = 16}, + [2390] = {.lex_state = 16}, + [2391] = {.lex_state = 20, .external_lex_state = 4}, + [2392] = {.lex_state = 20, .external_lex_state = 4}, + [2393] = {.lex_state = 97}, + [2394] = {.lex_state = 12}, + [2395] = {.lex_state = 12, .external_lex_state = 4}, + [2396] = {.lex_state = 12, .external_lex_state = 4}, + [2397] = {.lex_state = 97}, + [2398] = {.lex_state = 97}, + [2399] = {.lex_state = 20, .external_lex_state = 4}, + [2400] = {.lex_state = 97}, + [2401] = {.lex_state = 97}, + [2402] = {.lex_state = 97}, + [2403] = {.lex_state = 97}, + [2404] = {.lex_state = 97}, + [2405] = {.lex_state = 20, .external_lex_state = 5}, + [2406] = {.lex_state = 97}, + [2407] = {.lex_state = 4}, + [2408] = {.lex_state = 4}, + [2409] = {.lex_state = 20, .external_lex_state = 5}, + [2410] = {.lex_state = 20, .external_lex_state = 5}, + [2411] = {.lex_state = 4}, + [2412] = {.lex_state = 97}, + [2413] = {.lex_state = 97}, + [2414] = {.lex_state = 4}, + [2415] = {.lex_state = 97}, + [2416] = {.lex_state = 97}, + [2417] = {.lex_state = 97}, + [2418] = {.lex_state = 97}, + [2419] = {.lex_state = 4}, + [2420] = {.lex_state = 97}, + [2421] = {.lex_state = 97}, + [2422] = {.lex_state = 97}, + [2423] = {.lex_state = 97}, + [2424] = {.lex_state = 97}, + [2425] = {.lex_state = 97}, + [2426] = {.lex_state = 97}, + [2427] = {.lex_state = 20, .external_lex_state = 4}, + [2428] = {.lex_state = 20, .external_lex_state = 4}, + [2429] = {.lex_state = 20, .external_lex_state = 4}, + [2430] = {.lex_state = 20, .external_lex_state = 4}, + [2431] = {.lex_state = 20, .external_lex_state = 4}, + [2432] = {.lex_state = 20, .external_lex_state = 4}, + [2433] = {.lex_state = 20, .external_lex_state = 4}, + [2434] = {.lex_state = 20, .external_lex_state = 4}, + [2435] = {.lex_state = 20, .external_lex_state = 4}, + [2436] = {.lex_state = 20, .external_lex_state = 4}, + [2437] = {.lex_state = 20, .external_lex_state = 4}, + [2438] = {.lex_state = 20, .external_lex_state = 4}, + [2439] = {.lex_state = 20, .external_lex_state = 4}, + [2440] = {.lex_state = 20, .external_lex_state = 4}, + [2441] = {.lex_state = 97}, + [2442] = {.lex_state = 97}, + [2443] = {.lex_state = 97}, + [2444] = {.lex_state = 97}, + [2445] = {.lex_state = 97}, + [2446] = {.lex_state = 97}, + [2447] = {.lex_state = 97}, + [2448] = {.lex_state = 97}, + [2449] = {.lex_state = 4}, + [2450] = {.lex_state = 97}, + [2451] = {.lex_state = 4}, + [2452] = {.lex_state = 97}, + [2453] = {.lex_state = 97}, + [2454] = {.lex_state = 97}, + [2455] = {.lex_state = 97}, + [2456] = {.lex_state = 97}, + [2457] = {.lex_state = 20, .external_lex_state = 4}, + [2458] = {.lex_state = 20, .external_lex_state = 4}, + [2459] = {.lex_state = 20, .external_lex_state = 4}, + [2460] = {.lex_state = 20, .external_lex_state = 4}, + [2461] = {.lex_state = 97}, + [2462] = {.lex_state = 20, .external_lex_state = 4}, + [2463] = {.lex_state = 20, .external_lex_state = 4}, + [2464] = {.lex_state = 20, .external_lex_state = 4}, + [2465] = {.lex_state = 20, .external_lex_state = 4}, + [2466] = {.lex_state = 20, .external_lex_state = 4}, + [2467] = {.lex_state = 97}, + [2468] = {.lex_state = 97}, + [2469] = {.lex_state = 97}, + [2470] = {.lex_state = 97}, + [2471] = {.lex_state = 4}, + [2472] = {.lex_state = 12, .external_lex_state = 4}, + [2473] = {.lex_state = 20, .external_lex_state = 4}, + [2474] = {.lex_state = 20, .external_lex_state = 4}, + [2475] = {.lex_state = 20, .external_lex_state = 4}, + [2476] = {.lex_state = 20, .external_lex_state = 4}, + [2477] = {.lex_state = 20, .external_lex_state = 4}, + [2478] = {.lex_state = 20, .external_lex_state = 4}, + [2479] = {.lex_state = 20, .external_lex_state = 4}, + [2480] = {.lex_state = 20, .external_lex_state = 4}, + [2481] = {.lex_state = 20, .external_lex_state = 4}, + [2482] = {.lex_state = 20, .external_lex_state = 4}, + [2483] = {.lex_state = 97}, + [2484] = {.lex_state = 97}, + [2485] = {.lex_state = 97}, + [2486] = {.lex_state = 97}, + [2487] = {.lex_state = 97}, + [2488] = {.lex_state = 97}, + [2489] = {.lex_state = 97}, + [2490] = {.lex_state = 97}, + [2491] = {.lex_state = 97}, + [2492] = {.lex_state = 97}, + [2493] = {.lex_state = 97}, + [2494] = {.lex_state = 97}, + [2495] = {.lex_state = 97}, + [2496] = {.lex_state = 97}, + [2497] = {.lex_state = 97}, + [2498] = {.lex_state = 97}, + [2499] = {.lex_state = 97}, + [2500] = {.lex_state = 13, .external_lex_state = 4}, + [2501] = {.lex_state = 13, .external_lex_state = 4}, + [2502] = {.lex_state = 13, .external_lex_state = 4}, + [2503] = {.lex_state = 97}, + [2504] = {.lex_state = 97}, + [2505] = {.lex_state = 97}, + [2506] = {.lex_state = 97}, + [2507] = {.lex_state = 97}, + [2508] = {.lex_state = 97}, + [2509] = {.lex_state = 13, .external_lex_state = 4}, + [2510] = {.lex_state = 97}, + [2511] = {.lex_state = 97}, + [2512] = {.lex_state = 97}, [2513] = {.lex_state = 12, .external_lex_state = 4}, - [2514] = {.lex_state = 15, .external_lex_state = 5}, - [2515] = {.lex_state = 15, .external_lex_state = 5}, - [2516] = {.lex_state = 12, .external_lex_state = 4}, - [2517] = {.lex_state = 12, .external_lex_state = 4}, - [2518] = {.lex_state = 15, .external_lex_state = 5}, - [2519] = {.lex_state = 15, .external_lex_state = 5}, - [2520] = {.lex_state = 12, .external_lex_state = 4}, - [2521] = {.lex_state = 15, .external_lex_state = 5}, - [2522] = {.lex_state = 12, .external_lex_state = 4}, - [2523] = {.lex_state = 15, .external_lex_state = 5}, - [2524] = {.lex_state = 15, .external_lex_state = 5}, - [2525] = {.lex_state = 15, .external_lex_state = 5}, + [2514] = {.lex_state = 97}, + [2515] = {.lex_state = 97}, + [2516] = {.lex_state = 97}, + [2517] = {.lex_state = 97}, + [2518] = {.lex_state = 97}, + [2519] = {.lex_state = 97}, + [2520] = {.lex_state = 13, .external_lex_state = 4}, + [2521] = {.lex_state = 13, .external_lex_state = 4}, + [2522] = {.lex_state = 13, .external_lex_state = 4}, + [2523] = {.lex_state = 97}, + [2524] = {.lex_state = 97}, + [2525] = {.lex_state = 13, .external_lex_state = 4}, [2526] = {.lex_state = 12, .external_lex_state = 4}, - [2527] = {.lex_state = 12}, - [2528] = {.lex_state = 12, .external_lex_state = 4}, - [2529] = {.lex_state = 15, .external_lex_state = 5}, - [2530] = {.lex_state = 15, .external_lex_state = 5}, - [2531] = {.lex_state = 15, .external_lex_state = 5}, - [2532] = {.lex_state = 15, .external_lex_state = 5}, - [2533] = {.lex_state = 15, .external_lex_state = 5}, - [2534] = {.lex_state = 12}, + [2527] = {.lex_state = 20, .external_lex_state = 5}, + [2528] = {.lex_state = 13, .external_lex_state = 4}, + [2529] = {.lex_state = 20, .external_lex_state = 5}, + [2530] = {.lex_state = 20, .external_lex_state = 5}, + [2531] = {.lex_state = 20, .external_lex_state = 5}, + [2532] = {.lex_state = 20, .external_lex_state = 5}, + [2533] = {.lex_state = 20, .external_lex_state = 5}, + [2534] = {.lex_state = 12, .external_lex_state = 4}, [2535] = {.lex_state = 12, .external_lex_state = 4}, - [2536] = {.lex_state = 15, .external_lex_state = 5}, - [2537] = {.lex_state = 15, .external_lex_state = 5}, - [2538] = {.lex_state = 12, .external_lex_state = 4}, - [2539] = {.lex_state = 15, .external_lex_state = 5}, - [2540] = {.lex_state = 12, .external_lex_state = 4}, - [2541] = {.lex_state = 15, .external_lex_state = 5}, - [2542] = {.lex_state = 15, .external_lex_state = 5}, - [2543] = {.lex_state = 15, .external_lex_state = 5}, - [2544] = {.lex_state = 15, .external_lex_state = 5}, - [2545] = {.lex_state = 12, .external_lex_state = 4}, - [2546] = {.lex_state = 12, .external_lex_state = 4}, - [2547] = {.lex_state = 12, .external_lex_state = 4}, - [2548] = {.lex_state = 12, .external_lex_state = 4}, - [2549] = {.lex_state = 15, .external_lex_state = 5}, - [2550] = {.lex_state = 15, .external_lex_state = 5}, - [2551] = {.lex_state = 15, .external_lex_state = 5}, - [2552] = {.lex_state = 91, .external_lex_state = 4}, - [2553] = {.lex_state = 15, .external_lex_state = 5}, - [2554] = {.lex_state = 12, .external_lex_state = 4}, - [2555] = {.lex_state = 15, .external_lex_state = 5}, - [2556] = {.lex_state = 15, .external_lex_state = 5}, - [2557] = {.lex_state = 15, .external_lex_state = 5}, - [2558] = {.lex_state = 15, .external_lex_state = 5}, - [2559] = {.lex_state = 12, .external_lex_state = 4}, - [2560] = {.lex_state = 91, .external_lex_state = 4}, - [2561] = {.lex_state = 91, .external_lex_state = 4}, - [2562] = {.lex_state = 91, .external_lex_state = 4}, - [2563] = {.lex_state = 91, .external_lex_state = 4}, - [2564] = {.lex_state = 15, .external_lex_state = 5}, - [2565] = {.lex_state = 91, .external_lex_state = 4}, - [2566] = {.lex_state = 91, .external_lex_state = 4}, - [2567] = {.lex_state = 15, .external_lex_state = 5}, - [2568] = {.lex_state = 15, .external_lex_state = 5}, - [2569] = {.lex_state = 91, .external_lex_state = 4}, - [2570] = {.lex_state = 91, .external_lex_state = 4}, - [2571] = {.lex_state = 15, .external_lex_state = 5}, - [2572] = {.lex_state = 11, .external_lex_state = 5}, - [2573] = {.lex_state = 91, .external_lex_state = 4}, - [2574] = {.lex_state = 15, .external_lex_state = 5}, - [2575] = {.lex_state = 91, .external_lex_state = 4}, - [2576] = {.lex_state = 91, .external_lex_state = 4}, - [2577] = {.lex_state = 91, .external_lex_state = 4}, - [2578] = {.lex_state = 91, .external_lex_state = 4}, - [2579] = {.lex_state = 91, .external_lex_state = 4}, - [2580] = {.lex_state = 91, .external_lex_state = 4}, - [2581] = {.lex_state = 91, .external_lex_state = 4}, - [2582] = {.lex_state = 91, .external_lex_state = 4}, - [2583] = {.lex_state = 91, .external_lex_state = 4}, - [2584] = {.lex_state = 91, .external_lex_state = 4}, - [2585] = {.lex_state = 91, .external_lex_state = 4}, - [2586] = {.lex_state = 15, .external_lex_state = 5}, - [2587] = {.lex_state = 91, .external_lex_state = 4}, - [2588] = {.lex_state = 91, .external_lex_state = 4}, - [2589] = {.lex_state = 12, .external_lex_state = 4}, - [2590] = {.lex_state = 91, .external_lex_state = 4}, - [2591] = {.lex_state = 91, .external_lex_state = 4}, - [2592] = {.lex_state = 91, .external_lex_state = 4}, - [2593] = {.lex_state = 91, .external_lex_state = 4}, - [2594] = {.lex_state = 91, .external_lex_state = 4}, - [2595] = {.lex_state = 91, .external_lex_state = 4}, - [2596] = {.lex_state = 11, .external_lex_state = 5}, - [2597] = {.lex_state = 15, .external_lex_state = 5}, - [2598] = {.lex_state = 91, .external_lex_state = 4}, - [2599] = {.lex_state = 91, .external_lex_state = 4}, - [2600] = {.lex_state = 91, .external_lex_state = 4}, - [2601] = {.lex_state = 91, .external_lex_state = 4}, - [2602] = {.lex_state = 91, .external_lex_state = 4}, - [2603] = {.lex_state = 91, .external_lex_state = 4}, - [2604] = {.lex_state = 91, .external_lex_state = 4}, - [2605] = {.lex_state = 91, .external_lex_state = 4}, - [2606] = {.lex_state = 91, .external_lex_state = 4}, - [2607] = {.lex_state = 91, .external_lex_state = 4}, - [2608] = {.lex_state = 91, .external_lex_state = 4}, - [2609] = {.lex_state = 91, .external_lex_state = 4}, - [2610] = {.lex_state = 91, .external_lex_state = 4}, - [2611] = {.lex_state = 91, .external_lex_state = 4}, - [2612] = {.lex_state = 91, .external_lex_state = 4}, - [2613] = {.lex_state = 91, .external_lex_state = 4}, - [2614] = {.lex_state = 91, .external_lex_state = 4}, - [2615] = {.lex_state = 11}, - [2616] = {.lex_state = 15}, - [2617] = {.lex_state = 11}, - [2618] = {.lex_state = 91, .external_lex_state = 5}, - [2619] = {.lex_state = 91}, - [2620] = {.lex_state = 11}, - [2621] = {.lex_state = 91, .external_lex_state = 5}, - [2622] = {.lex_state = 11}, - [2623] = {.lex_state = 91, .external_lex_state = 4}, - [2624] = {.lex_state = 12}, - [2625] = {.lex_state = 91}, - [2626] = {.lex_state = 11}, - [2627] = {.lex_state = 91}, - [2628] = {.lex_state = 91, .external_lex_state = 4}, - [2629] = {.lex_state = 91, .external_lex_state = 4}, - [2630] = {.lex_state = 12, .external_lex_state = 4}, - [2631] = {.lex_state = 11}, - [2632] = {.lex_state = 11}, - [2633] = {.lex_state = 15}, - [2634] = {.lex_state = 11}, - [2635] = {.lex_state = 11}, - [2636] = {.lex_state = 91, .external_lex_state = 4}, - [2637] = {.lex_state = 91, .external_lex_state = 4}, - [2638] = {.lex_state = 91, .external_lex_state = 5}, - [2639] = {.lex_state = 11}, - [2640] = {.lex_state = 11}, - [2641] = {.lex_state = 15}, - [2642] = {.lex_state = 91, .external_lex_state = 5}, - [2643] = {.lex_state = 91, .external_lex_state = 5}, - [2644] = {.lex_state = 11}, - [2645] = {.lex_state = 91, .external_lex_state = 5}, - [2646] = {.lex_state = 11}, - [2647] = {.lex_state = 11}, - [2648] = {.lex_state = 91, .external_lex_state = 5}, - [2649] = {.lex_state = 14}, - [2650] = {.lex_state = 91, .external_lex_state = 5}, - [2651] = {.lex_state = 91}, - [2652] = {.lex_state = 91, .external_lex_state = 5}, - [2653] = {.lex_state = 91}, - [2654] = {.lex_state = 11}, - [2655] = {.lex_state = 91, .external_lex_state = 5}, - [2656] = {.lex_state = 91, .external_lex_state = 5}, - [2657] = {.lex_state = 91, .external_lex_state = 5}, - [2658] = {.lex_state = 91, .external_lex_state = 5}, - [2659] = {.lex_state = 11}, - [2660] = {.lex_state = 91, .external_lex_state = 5}, - [2661] = {.lex_state = 91, .external_lex_state = 5}, - [2662] = {.lex_state = 91, .external_lex_state = 5}, - [2663] = {.lex_state = 91, .external_lex_state = 5}, - [2664] = {.lex_state = 14}, - [2665] = {.lex_state = 91, .external_lex_state = 5}, - [2666] = {.lex_state = 91, .external_lex_state = 5}, - [2667] = {.lex_state = 91, .external_lex_state = 5}, - [2668] = {.lex_state = 91, .external_lex_state = 5}, - [2669] = {.lex_state = 11}, - [2670] = {.lex_state = 91, .external_lex_state = 5}, - [2671] = {.lex_state = 91, .external_lex_state = 5}, - [2672] = {.lex_state = 91, .external_lex_state = 5}, - [2673] = {.lex_state = 91, .external_lex_state = 5}, - [2674] = {.lex_state = 91, .external_lex_state = 5}, - [2675] = {.lex_state = 91, .external_lex_state = 5}, - [2676] = {.lex_state = 12}, - [2677] = {.lex_state = 91, .external_lex_state = 4}, - [2678] = {.lex_state = 12}, - [2679] = {.lex_state = 12}, - [2680] = {.lex_state = 91, .external_lex_state = 5}, - [2681] = {.lex_state = 91, .external_lex_state = 5}, - [2682] = {.lex_state = 91, .external_lex_state = 5}, - [2683] = {.lex_state = 11}, - [2684] = {.lex_state = 91, .external_lex_state = 5}, - [2685] = {.lex_state = 91, .external_lex_state = 5}, - [2686] = {.lex_state = 91, .external_lex_state = 5}, - [2687] = {.lex_state = 91, .external_lex_state = 5}, - [2688] = {.lex_state = 91}, - [2689] = {.lex_state = 11}, - [2690] = {.lex_state = 14}, - [2691] = {.lex_state = 91, .external_lex_state = 5}, - [2692] = {.lex_state = 91, .external_lex_state = 5}, - [2693] = {.lex_state = 91, .external_lex_state = 5}, - [2694] = {.lex_state = 91, .external_lex_state = 5}, - [2695] = {.lex_state = 91}, - [2696] = {.lex_state = 11}, - [2697] = {.lex_state = 91, .external_lex_state = 5}, - [2698] = {.lex_state = 11}, - [2699] = {.lex_state = 91}, - [2700] = {.lex_state = 11}, - [2701] = {.lex_state = 91, .external_lex_state = 5}, - [2702] = {.lex_state = 11}, - [2703] = {.lex_state = 91}, - [2704] = {.lex_state = 11}, + [2536] = {.lex_state = 20, .external_lex_state = 5}, + [2537] = {.lex_state = 13, .external_lex_state = 4}, + [2538] = {.lex_state = 13, .external_lex_state = 4}, + [2539] = {.lex_state = 20, .external_lex_state = 5}, + [2540] = {.lex_state = 20, .external_lex_state = 5}, + [2541] = {.lex_state = 20, .external_lex_state = 5}, + [2542] = {.lex_state = 20, .external_lex_state = 5}, + [2543] = {.lex_state = 20, .external_lex_state = 5}, + [2544] = {.lex_state = 20, .external_lex_state = 5}, + [2545] = {.lex_state = 20, .external_lex_state = 5}, + [2546] = {.lex_state = 20, .external_lex_state = 5}, + [2547] = {.lex_state = 16, .external_lex_state = 4}, + [2548] = {.lex_state = 13, .external_lex_state = 4}, + [2549] = {.lex_state = 20, .external_lex_state = 5}, + [2550] = {.lex_state = 16, .external_lex_state = 4}, + [2551] = {.lex_state = 20, .external_lex_state = 5}, + [2552] = {.lex_state = 12, .external_lex_state = 5}, + [2553] = {.lex_state = 20, .external_lex_state = 5}, + [2554] = {.lex_state = 13, .external_lex_state = 4}, + [2555] = {.lex_state = 20, .external_lex_state = 5}, + [2556] = {.lex_state = 16, .external_lex_state = 4}, + [2557] = {.lex_state = 20, .external_lex_state = 5}, + [2558] = {.lex_state = 13, .external_lex_state = 4}, + [2559] = {.lex_state = 20, .external_lex_state = 5}, + [2560] = {.lex_state = 16, .external_lex_state = 4}, + [2561] = {.lex_state = 20, .external_lex_state = 5}, + [2562] = {.lex_state = 20, .external_lex_state = 5}, + [2563] = {.lex_state = 20, .external_lex_state = 5}, + [2564] = {.lex_state = 20, .external_lex_state = 5}, + [2565] = {.lex_state = 16, .external_lex_state = 4}, + [2566] = {.lex_state = 20, .external_lex_state = 5}, + [2567] = {.lex_state = 20, .external_lex_state = 5}, + [2568] = {.lex_state = 20, .external_lex_state = 5}, + [2569] = {.lex_state = 13, .external_lex_state = 4}, + [2570] = {.lex_state = 13, .external_lex_state = 4}, + [2571] = {.lex_state = 20, .external_lex_state = 5}, + [2572] = {.lex_state = 20, .external_lex_state = 5}, + [2573] = {.lex_state = 13}, + [2574] = {.lex_state = 20, .external_lex_state = 5}, + [2575] = {.lex_state = 20, .external_lex_state = 5}, + [2576] = {.lex_state = 16, .external_lex_state = 4}, + [2577] = {.lex_state = 13, .external_lex_state = 4}, + [2578] = {.lex_state = 20, .external_lex_state = 5}, + [2579] = {.lex_state = 20, .external_lex_state = 5}, + [2580] = {.lex_state = 16, .external_lex_state = 4}, + [2581] = {.lex_state = 20}, + [2582] = {.lex_state = 13, .external_lex_state = 4}, + [2583] = {.lex_state = 13, .external_lex_state = 4}, + [2584] = {.lex_state = 20}, + [2585] = {.lex_state = 13, .external_lex_state = 4}, + [2586] = {.lex_state = 13, .external_lex_state = 4}, + [2587] = {.lex_state = 97, .external_lex_state = 4}, + [2588] = {.lex_state = 13, .external_lex_state = 4}, + [2589] = {.lex_state = 13, .external_lex_state = 4}, + [2590] = {.lex_state = 13, .external_lex_state = 4}, + [2591] = {.lex_state = 20}, + [2592] = {.lex_state = 13, .external_lex_state = 4}, + [2593] = {.lex_state = 13, .external_lex_state = 4}, + [2594] = {.lex_state = 13, .external_lex_state = 4}, + [2595] = {.lex_state = 13, .external_lex_state = 4}, + [2596] = {.lex_state = 97, .external_lex_state = 4}, + [2597] = {.lex_state = 13, .external_lex_state = 4}, + [2598] = {.lex_state = 97, .external_lex_state = 4}, + [2599] = {.lex_state = 97, .external_lex_state = 4}, + [2600] = {.lex_state = 13, .external_lex_state = 4}, + [2601] = {.lex_state = 13}, + [2602] = {.lex_state = 13, .external_lex_state = 4}, + [2603] = {.lex_state = 97}, + [2604] = {.lex_state = 13, .external_lex_state = 4}, + [2605] = {.lex_state = 13, .external_lex_state = 4}, + [2606] = {.lex_state = 13, .external_lex_state = 4}, + [2607] = {.lex_state = 13, .external_lex_state = 4}, + [2608] = {.lex_state = 97, .external_lex_state = 4}, + [2609] = {.lex_state = 13, .external_lex_state = 4}, + [2610] = {.lex_state = 12, .external_lex_state = 5}, + [2611] = {.lex_state = 13}, + [2612] = {.lex_state = 13, .external_lex_state = 4}, + [2613] = {.lex_state = 13}, + [2614] = {.lex_state = 13, .external_lex_state = 4}, + [2615] = {.lex_state = 13, .external_lex_state = 4}, + [2616] = {.lex_state = 97, .external_lex_state = 4}, + [2617] = {.lex_state = 97, .external_lex_state = 4}, + [2618] = {.lex_state = 97, .external_lex_state = 4}, + [2619] = {.lex_state = 12, .external_lex_state = 5}, + [2620] = {.lex_state = 97, .external_lex_state = 4}, + [2621] = {.lex_state = 16, .external_lex_state = 5}, + [2622] = {.lex_state = 97, .external_lex_state = 4}, + [2623] = {.lex_state = 97}, + [2624] = {.lex_state = 16, .external_lex_state = 5}, + [2625] = {.lex_state = 97, .external_lex_state = 4}, + [2626] = {.lex_state = 16, .external_lex_state = 5}, + [2627] = {.lex_state = 97, .external_lex_state = 4}, + [2628] = {.lex_state = 16, .external_lex_state = 5}, + [2629] = {.lex_state = 13, .external_lex_state = 4}, + [2630] = {.lex_state = 12, .external_lex_state = 5}, + [2631] = {.lex_state = 97, .external_lex_state = 4}, + [2632] = {.lex_state = 97, .external_lex_state = 4}, + [2633] = {.lex_state = 97, .external_lex_state = 4}, + [2634] = {.lex_state = 97, .external_lex_state = 4}, + [2635] = {.lex_state = 13, .external_lex_state = 4}, + [2636] = {.lex_state = 97, .external_lex_state = 4}, + [2637] = {.lex_state = 97, .external_lex_state = 4}, + [2638] = {.lex_state = 97, .external_lex_state = 4}, + [2639] = {.lex_state = 97, .external_lex_state = 4}, + [2640] = {.lex_state = 16, .external_lex_state = 5}, + [2641] = {.lex_state = 97, .external_lex_state = 4}, + [2642] = {.lex_state = 97, .external_lex_state = 4}, + [2643] = {.lex_state = 97, .external_lex_state = 4}, + [2644] = {.lex_state = 16, .external_lex_state = 5}, + [2645] = {.lex_state = 97, .external_lex_state = 4}, + [2646] = {.lex_state = 97, .external_lex_state = 4}, + [2647] = {.lex_state = 97, .external_lex_state = 4}, + [2648] = {.lex_state = 97, .external_lex_state = 4}, + [2649] = {.lex_state = 97, .external_lex_state = 4}, + [2650] = {.lex_state = 97, .external_lex_state = 4}, + [2651] = {.lex_state = 97, .external_lex_state = 4}, + [2652] = {.lex_state = 16, .external_lex_state = 5}, + [2653] = {.lex_state = 97, .external_lex_state = 4}, + [2654] = {.lex_state = 97, .external_lex_state = 4}, + [2655] = {.lex_state = 97, .external_lex_state = 4}, + [2656] = {.lex_state = 97, .external_lex_state = 4}, + [2657] = {.lex_state = 97, .external_lex_state = 4}, + [2658] = {.lex_state = 97, .external_lex_state = 4}, + [2659] = {.lex_state = 97, .external_lex_state = 4}, + [2660] = {.lex_state = 97, .external_lex_state = 4}, + [2661] = {.lex_state = 97, .external_lex_state = 4}, + [2662] = {.lex_state = 97, .external_lex_state = 4}, + [2663] = {.lex_state = 12, .external_lex_state = 5}, + [2664] = {.lex_state = 97, .external_lex_state = 4}, + [2665] = {.lex_state = 97, .external_lex_state = 4}, + [2666] = {.lex_state = 97, .external_lex_state = 4}, + [2667] = {.lex_state = 97, .external_lex_state = 4}, + [2668] = {.lex_state = 97, .external_lex_state = 4}, + [2669] = {.lex_state = 97, .external_lex_state = 4}, + [2670] = {.lex_state = 97, .external_lex_state = 4}, + [2671] = {.lex_state = 97, .external_lex_state = 4}, + [2672] = {.lex_state = 97, .external_lex_state = 4}, + [2673] = {.lex_state = 97, .external_lex_state = 4}, + [2674] = {.lex_state = 97, .external_lex_state = 4}, + [2675] = {.lex_state = 97, .external_lex_state = 4}, + [2676] = {.lex_state = 97, .external_lex_state = 4}, + [2677] = {.lex_state = 97, .external_lex_state = 4}, + [2678] = {.lex_state = 97, .external_lex_state = 4}, + [2679] = {.lex_state = 97, .external_lex_state = 4}, + [2680] = {.lex_state = 97, .external_lex_state = 4}, + [2681] = {.lex_state = 97, .external_lex_state = 5}, + [2682] = {.lex_state = 97}, + [2683] = {.lex_state = 97, .external_lex_state = 4}, + [2684] = {.lex_state = 97, .external_lex_state = 4}, + [2685] = {.lex_state = 12}, + [2686] = {.lex_state = 97, .external_lex_state = 4}, + [2687] = {.lex_state = 12}, + [2688] = {.lex_state = 12}, + [2689] = {.lex_state = 97}, + [2690] = {.lex_state = 13}, + [2691] = {.lex_state = 12}, + [2692] = {.lex_state = 97, .external_lex_state = 5}, + [2693] = {.lex_state = 12}, + [2694] = {.lex_state = 97, .external_lex_state = 5}, + [2695] = {.lex_state = 97, .external_lex_state = 4}, + [2696] = {.lex_state = 97, .external_lex_state = 5}, + [2697] = {.lex_state = 12}, + [2698] = {.lex_state = 97}, + [2699] = {.lex_state = 12}, + [2700] = {.lex_state = 97, .external_lex_state = 5}, + [2701] = {.lex_state = 13, .external_lex_state = 4}, + [2702] = {.lex_state = 12}, + [2703] = {.lex_state = 12}, + [2704] = {.lex_state = 97}, [2705] = {.lex_state = 12}, - [2706] = {.lex_state = 11}, - [2707] = {.lex_state = 11}, - [2708] = {.lex_state = 91, .external_lex_state = 5}, - [2709] = {.lex_state = 91, .external_lex_state = 5}, - [2710] = {.lex_state = 91, .external_lex_state = 5}, - [2711] = {.lex_state = 91, .external_lex_state = 4}, - [2712] = {.lex_state = 91, .external_lex_state = 5}, - [2713] = {.lex_state = 11}, - [2714] = {.lex_state = 91, .external_lex_state = 4}, - [2715] = {.lex_state = 91}, - [2716] = {.lex_state = 12}, - [2717] = {.lex_state = 11}, - [2718] = {.lex_state = 91, .external_lex_state = 4}, - [2719] = {.lex_state = 91}, - [2720] = {.lex_state = 91, .external_lex_state = 4}, - [2721] = {.lex_state = 91, .external_lex_state = 5}, - [2722] = {.lex_state = 91, .external_lex_state = 4}, - [2723] = {.lex_state = 91, .external_lex_state = 5}, - [2724] = {.lex_state = 11}, - [2725] = {.lex_state = 91, .external_lex_state = 5}, - [2726] = {.lex_state = 91}, - [2727] = {.lex_state = 91, .external_lex_state = 5}, - [2728] = {.lex_state = 91, .external_lex_state = 5}, - [2729] = {.lex_state = 91, .external_lex_state = 5}, - [2730] = {.lex_state = 91}, - [2731] = {.lex_state = 12}, - [2732] = {.lex_state = 11}, - [2733] = {.lex_state = 91, .external_lex_state = 4}, - [2734] = {.lex_state = 91, .external_lex_state = 5}, - [2735] = {.lex_state = 91, .external_lex_state = 5}, - [2736] = {.lex_state = 12}, - [2737] = {.lex_state = 12}, - [2738] = {.lex_state = 91, .external_lex_state = 5}, - [2739] = {.lex_state = 91, .external_lex_state = 4}, - [2740] = {.lex_state = 91, .external_lex_state = 4}, - [2741] = {.lex_state = 12}, - [2742] = {.lex_state = 17, .external_lex_state = 6}, - [2743] = {.lex_state = 17, .external_lex_state = 6}, - [2744] = {.lex_state = 91}, - [2745] = {.lex_state = 17, .external_lex_state = 6}, - [2746] = {.lex_state = 91}, - [2747] = {.lex_state = 17, .external_lex_state = 6}, - [2748] = {.lex_state = 91}, - [2749] = {.lex_state = 91}, - [2750] = {.lex_state = 17, .external_lex_state = 6}, - [2751] = {.lex_state = 15}, - [2752] = {.lex_state = 15}, - [2753] = {.lex_state = 17, .external_lex_state = 6}, - [2754] = {.lex_state = 15}, - [2755] = {.lex_state = 91, .external_lex_state = 4}, - [2756] = {.lex_state = 17, .external_lex_state = 6}, - [2757] = {.lex_state = 91, .external_lex_state = 4}, - [2758] = {.lex_state = 17, .external_lex_state = 6}, - [2759] = {.lex_state = 91}, - [2760] = {.lex_state = 0, .external_lex_state = 4}, - [2761] = {.lex_state = 91, .external_lex_state = 4}, - [2762] = {.lex_state = 91}, - [2763] = {.lex_state = 91, .external_lex_state = 4}, - [2764] = {.lex_state = 91}, - [2765] = {.lex_state = 0, .external_lex_state = 4}, - [2766] = {.lex_state = 91}, - [2767] = {.lex_state = 91}, - [2768] = {.lex_state = 91}, - [2769] = {.lex_state = 91}, - [2770] = {.lex_state = 91}, - [2771] = {.lex_state = 91}, - [2772] = {.lex_state = 91}, + [2706] = {.lex_state = 12}, + [2707] = {.lex_state = 97, .external_lex_state = 5}, + [2708] = {.lex_state = 15}, + [2709] = {.lex_state = 97, .external_lex_state = 5}, + [2710] = {.lex_state = 97, .external_lex_state = 5}, + [2711] = {.lex_state = 97, .external_lex_state = 5}, + [2712] = {.lex_state = 97, .external_lex_state = 5}, + [2713] = {.lex_state = 97, .external_lex_state = 4}, + [2714] = {.lex_state = 97, .external_lex_state = 5}, + [2715] = {.lex_state = 97, .external_lex_state = 5}, + [2716] = {.lex_state = 15}, + [2717] = {.lex_state = 97}, + [2718] = {.lex_state = 97}, + [2719] = {.lex_state = 12}, + [2720] = {.lex_state = 12}, + [2721] = {.lex_state = 12}, + [2722] = {.lex_state = 12}, + [2723] = {.lex_state = 97, .external_lex_state = 5}, + [2724] = {.lex_state = 97, .external_lex_state = 5}, + [2725] = {.lex_state = 12}, + [2726] = {.lex_state = 97}, + [2727] = {.lex_state = 97, .external_lex_state = 5}, + [2728] = {.lex_state = 97, .external_lex_state = 5}, + [2729] = {.lex_state = 97, .external_lex_state = 5}, + [2730] = {.lex_state = 97, .external_lex_state = 5}, + [2731] = {.lex_state = 97, .external_lex_state = 5}, + [2732] = {.lex_state = 97, .external_lex_state = 4}, + [2733] = {.lex_state = 12}, + [2734] = {.lex_state = 97, .external_lex_state = 4}, + [2735] = {.lex_state = 97}, + [2736] = {.lex_state = 97, .external_lex_state = 5}, + [2737] = {.lex_state = 97, .external_lex_state = 5}, + [2738] = {.lex_state = 97, .external_lex_state = 5}, + [2739] = {.lex_state = 97, .external_lex_state = 5}, + [2740] = {.lex_state = 97, .external_lex_state = 5}, + [2741] = {.lex_state = 15}, + [2742] = {.lex_state = 97, .external_lex_state = 5}, + [2743] = {.lex_state = 97, .external_lex_state = 5}, + [2744] = {.lex_state = 97, .external_lex_state = 5}, + [2745] = {.lex_state = 12}, + [2746] = {.lex_state = 12}, + [2747] = {.lex_state = 97, .external_lex_state = 5}, + [2748] = {.lex_state = 97, .external_lex_state = 5}, + [2749] = {.lex_state = 97, .external_lex_state = 5}, + [2750] = {.lex_state = 97, .external_lex_state = 5}, + [2751] = {.lex_state = 97, .external_lex_state = 5}, + [2752] = {.lex_state = 97, .external_lex_state = 5}, + [2753] = {.lex_state = 97, .external_lex_state = 5}, + [2754] = {.lex_state = 97, .external_lex_state = 5}, + [2755] = {.lex_state = 13}, + [2756] = {.lex_state = 97}, + [2757] = {.lex_state = 97, .external_lex_state = 5}, + [2758] = {.lex_state = 97, .external_lex_state = 5}, + [2759] = {.lex_state = 97, .external_lex_state = 5}, + [2760] = {.lex_state = 13}, + [2761] = {.lex_state = 12}, + [2762] = {.lex_state = 97, .external_lex_state = 5}, + [2763] = {.lex_state = 97, .external_lex_state = 5}, + [2764] = {.lex_state = 97, .external_lex_state = 5}, + [2765] = {.lex_state = 97, .external_lex_state = 5}, + [2766] = {.lex_state = 97, .external_lex_state = 5}, + [2767] = {.lex_state = 97, .external_lex_state = 5}, + [2768] = {.lex_state = 97, .external_lex_state = 5}, + [2769] = {.lex_state = 97, .external_lex_state = 5}, + [2770] = {.lex_state = 97, .external_lex_state = 5}, + [2771] = {.lex_state = 97, .external_lex_state = 5}, + [2772] = {.lex_state = 97, .external_lex_state = 5}, [2773] = {.lex_state = 12}, - [2774] = {.lex_state = 91}, - [2775] = {.lex_state = 91}, - [2776] = {.lex_state = 12}, - [2777] = {.lex_state = 91}, - [2778] = {.lex_state = 91, .external_lex_state = 4}, - [2779] = {.lex_state = 91, .external_lex_state = 4}, - [2780] = {.lex_state = 0, .external_lex_state = 4}, - [2781] = {.lex_state = 91, .external_lex_state = 4}, - [2782] = {.lex_state = 91, .external_lex_state = 4}, - [2783] = {.lex_state = 91}, - [2784] = {.lex_state = 12}, - [2785] = {.lex_state = 91}, - [2786] = {.lex_state = 91}, - [2787] = {.lex_state = 12}, - [2788] = {.lex_state = 0, .external_lex_state = 4}, - [2789] = {.lex_state = 12}, - [2790] = {.lex_state = 0, .external_lex_state = 4}, - [2791] = {.lex_state = 91}, - [2792] = {.lex_state = 0, .external_lex_state = 4}, - [2793] = {.lex_state = 91, .external_lex_state = 4}, - [2794] = {.lex_state = 91, .external_lex_state = 4}, - [2795] = {.lex_state = 91, .external_lex_state = 4}, - [2796] = {.lex_state = 12}, - [2797] = {.lex_state = 12}, - [2798] = {.lex_state = 12}, - [2799] = {.lex_state = 91, .external_lex_state = 4}, - [2800] = {.lex_state = 91, .external_lex_state = 4}, - [2801] = {.lex_state = 91}, - [2802] = {.lex_state = 0, .external_lex_state = 4}, - [2803] = {.lex_state = 91}, - [2804] = {.lex_state = 91, .external_lex_state = 4}, - [2805] = {.lex_state = 91}, - [2806] = {.lex_state = 91}, - [2807] = {.lex_state = 91}, - [2808] = {.lex_state = 0, .external_lex_state = 4}, - [2809] = {.lex_state = 91}, - [2810] = {.lex_state = 12}, - [2811] = {.lex_state = 91}, - [2812] = {.lex_state = 12}, - [2813] = {.lex_state = 91}, - [2814] = {.lex_state = 12}, - [2815] = {.lex_state = 91, .external_lex_state = 4}, - [2816] = {.lex_state = 12}, - [2817] = {.lex_state = 0, .external_lex_state = 4}, - [2818] = {.lex_state = 91, .external_lex_state = 4}, - [2819] = {.lex_state = 91}, - [2820] = {.lex_state = 91}, - [2821] = {.lex_state = 91}, - [2822] = {.lex_state = 91}, - [2823] = {.lex_state = 91}, - [2824] = {.lex_state = 12}, - [2825] = {.lex_state = 12}, - [2826] = {.lex_state = 91}, - [2827] = {.lex_state = 91, .external_lex_state = 4}, - [2828] = {.lex_state = 91, .external_lex_state = 4}, - [2829] = {.lex_state = 91}, - [2830] = {.lex_state = 12}, - [2831] = {.lex_state = 91}, - [2832] = {.lex_state = 91, .external_lex_state = 4}, - [2833] = {.lex_state = 91, .external_lex_state = 4}, - [2834] = {.lex_state = 91, .external_lex_state = 4}, - [2835] = {.lex_state = 91, .external_lex_state = 4}, - [2836] = {.lex_state = 91, .external_lex_state = 4}, - [2837] = {.lex_state = 91, .external_lex_state = 4}, - [2838] = {.lex_state = 12}, - [2839] = {.lex_state = 91, .external_lex_state = 4}, - [2840] = {.lex_state = 91}, - [2841] = {.lex_state = 91, .external_lex_state = 4}, - [2842] = {.lex_state = 91, .external_lex_state = 4}, - [2843] = {.lex_state = 12}, - [2844] = {.lex_state = 12}, - [2845] = {.lex_state = 91, .external_lex_state = 4}, - [2846] = {.lex_state = 91, .external_lex_state = 4}, - [2847] = {.lex_state = 91, .external_lex_state = 4}, - [2848] = {.lex_state = 91}, - [2849] = {.lex_state = 91}, - [2850] = {.lex_state = 91, .external_lex_state = 4}, - [2851] = {.lex_state = 91, .external_lex_state = 4}, - [2852] = {.lex_state = 0, .external_lex_state = 4}, - [2853] = {.lex_state = 91}, - [2854] = {.lex_state = 12}, - [2855] = {.lex_state = 91}, - [2856] = {.lex_state = 91}, - [2857] = {.lex_state = 91}, - [2858] = {.lex_state = 91, .external_lex_state = 4}, - [2859] = {.lex_state = 91, .external_lex_state = 4}, - [2860] = {.lex_state = 91, .external_lex_state = 4}, - [2861] = {.lex_state = 91, .external_lex_state = 4}, - [2862] = {.lex_state = 91, .external_lex_state = 4}, - [2863] = {.lex_state = 91, .external_lex_state = 4}, - [2864] = {.lex_state = 91}, - [2865] = {.lex_state = 0, .external_lex_state = 4}, - [2866] = {.lex_state = 91}, - [2867] = {.lex_state = 91, .external_lex_state = 4}, - [2868] = {.lex_state = 91}, - [2869] = {.lex_state = 91, .external_lex_state = 5}, - [2870] = {.lex_state = 91}, - [2871] = {.lex_state = 0}, - [2872] = {.lex_state = 12}, - [2873] = {.lex_state = 91}, - [2874] = {.lex_state = 17}, - [2875] = {.lex_state = 17}, - [2876] = {.lex_state = 91, .external_lex_state = 5}, - [2877] = {.lex_state = 91, .external_lex_state = 5}, - [2878] = {.lex_state = 12}, - [2879] = {.lex_state = 91, .external_lex_state = 5}, - [2880] = {.lex_state = 12}, - [2881] = {.lex_state = 91}, - [2882] = {.lex_state = 91}, - [2883] = {.lex_state = 91}, - [2884] = {.lex_state = 12}, + [2774] = {.lex_state = 12}, + [2775] = {.lex_state = 97, .external_lex_state = 5}, + [2776] = {.lex_state = 97}, + [2777] = {.lex_state = 12}, + [2778] = {.lex_state = 12}, + [2779] = {.lex_state = 12}, + [2780] = {.lex_state = 13}, + [2781] = {.lex_state = 97, .external_lex_state = 5}, + [2782] = {.lex_state = 97}, + [2783] = {.lex_state = 12}, + [2784] = {.lex_state = 97, .external_lex_state = 4}, + [2785] = {.lex_state = 97, .external_lex_state = 5}, + [2786] = {.lex_state = 97, .external_lex_state = 5}, + [2787] = {.lex_state = 97, .external_lex_state = 5}, + [2788] = {.lex_state = 97, .external_lex_state = 5}, + [2789] = {.lex_state = 97, .external_lex_state = 4}, + [2790] = {.lex_state = 97, .external_lex_state = 5}, + [2791] = {.lex_state = 12}, + [2792] = {.lex_state = 97, .external_lex_state = 5}, + [2793] = {.lex_state = 97, .external_lex_state = 4}, + [2794] = {.lex_state = 12}, + [2795] = {.lex_state = 13}, + [2796] = {.lex_state = 13}, + [2797] = {.lex_state = 13}, + [2798] = {.lex_state = 97, .external_lex_state = 4}, + [2799] = {.lex_state = 13}, + [2800] = {.lex_state = 97}, + [2801] = {.lex_state = 97, .external_lex_state = 5}, + [2802] = {.lex_state = 12}, + [2803] = {.lex_state = 97, .external_lex_state = 5}, + [2804] = {.lex_state = 97}, + [2805] = {.lex_state = 97, .external_lex_state = 5}, + [2806] = {.lex_state = 13}, + [2807] = {.lex_state = 12}, + [2808] = {.lex_state = 97, .external_lex_state = 4}, + [2809] = {.lex_state = 16}, + [2810] = {.lex_state = 16}, + [2811] = {.lex_state = 13}, + [2812] = {.lex_state = 16}, + [2813] = {.lex_state = 97, .external_lex_state = 4}, + [2814] = {.lex_state = 18, .external_lex_state = 6}, + [2815] = {.lex_state = 97}, + [2816] = {.lex_state = 97}, + [2817] = {.lex_state = 97, .external_lex_state = 4}, + [2818] = {.lex_state = 18, .external_lex_state = 6}, + [2819] = {.lex_state = 18, .external_lex_state = 6}, + [2820] = {.lex_state = 18, .external_lex_state = 6}, + [2821] = {.lex_state = 18, .external_lex_state = 6}, + [2822] = {.lex_state = 18, .external_lex_state = 6}, + [2823] = {.lex_state = 97, .external_lex_state = 5}, + [2824] = {.lex_state = 18, .external_lex_state = 6}, + [2825] = {.lex_state = 18, .external_lex_state = 6}, + [2826] = {.lex_state = 97, .external_lex_state = 4}, + [2827] = {.lex_state = 97, .external_lex_state = 4}, + [2828] = {.lex_state = 97}, + [2829] = {.lex_state = 97}, + [2830] = {.lex_state = 0, .external_lex_state = 4}, + [2831] = {.lex_state = 97}, + [2832] = {.lex_state = 97}, + [2833] = {.lex_state = 13}, + [2834] = {.lex_state = 97}, + [2835] = {.lex_state = 97, .external_lex_state = 4}, + [2836] = {.lex_state = 97}, + [2837] = {.lex_state = 97, .external_lex_state = 4}, + [2838] = {.lex_state = 97}, + [2839] = {.lex_state = 97, .external_lex_state = 4}, + [2840] = {.lex_state = 97, .external_lex_state = 4}, + [2841] = {.lex_state = 97}, + [2842] = {.lex_state = 97, .external_lex_state = 4}, + [2843] = {.lex_state = 97, .external_lex_state = 4}, + [2844] = {.lex_state = 97}, + [2845] = {.lex_state = 0, .external_lex_state = 4}, + [2846] = {.lex_state = 13}, + [2847] = {.lex_state = 97, .external_lex_state = 4}, + [2848] = {.lex_state = 97, .external_lex_state = 4}, + [2849] = {.lex_state = 97}, + [2850] = {.lex_state = 97, .external_lex_state = 4}, + [2851] = {.lex_state = 97, .external_lex_state = 4}, + [2852] = {.lex_state = 97}, + [2853] = {.lex_state = 97}, + [2854] = {.lex_state = 97, .external_lex_state = 4}, + [2855] = {.lex_state = 97}, + [2856] = {.lex_state = 97, .external_lex_state = 4}, + [2857] = {.lex_state = 97}, + [2858] = {.lex_state = 97}, + [2859] = {.lex_state = 13}, + [2860] = {.lex_state = 97, .external_lex_state = 4}, + [2861] = {.lex_state = 97, .external_lex_state = 4}, + [2862] = {.lex_state = 97, .external_lex_state = 4}, + [2863] = {.lex_state = 97, .external_lex_state = 4}, + [2864] = {.lex_state = 97}, + [2865] = {.lex_state = 97, .external_lex_state = 4}, + [2866] = {.lex_state = 13}, + [2867] = {.lex_state = 97, .external_lex_state = 4}, + [2868] = {.lex_state = 97, .external_lex_state = 4}, + [2869] = {.lex_state = 97}, + [2870] = {.lex_state = 13}, + [2871] = {.lex_state = 97, .external_lex_state = 4}, + [2872] = {.lex_state = 97}, + [2873] = {.lex_state = 97}, + [2874] = {.lex_state = 97}, + [2875] = {.lex_state = 97}, + [2876] = {.lex_state = 97}, + [2877] = {.lex_state = 97}, + [2878] = {.lex_state = 0, .external_lex_state = 4}, + [2879] = {.lex_state = 97, .external_lex_state = 4}, + [2880] = {.lex_state = 97, .external_lex_state = 4}, + [2881] = {.lex_state = 97}, + [2882] = {.lex_state = 13}, + [2883] = {.lex_state = 97, .external_lex_state = 4}, + [2884] = {.lex_state = 97, .external_lex_state = 4}, [2885] = {.lex_state = 0, .external_lex_state = 4}, - [2886] = {.lex_state = 91}, - [2887] = {.lex_state = 91, .external_lex_state = 5}, - [2888] = {.lex_state = 91}, - [2889] = {.lex_state = 17}, - [2890] = {.lex_state = 17}, - [2891] = {.lex_state = 91, .external_lex_state = 5}, - [2892] = {.lex_state = 12}, + [2886] = {.lex_state = 97, .external_lex_state = 4}, + [2887] = {.lex_state = 97}, + [2888] = {.lex_state = 0, .external_lex_state = 4}, + [2889] = {.lex_state = 97, .external_lex_state = 4}, + [2890] = {.lex_state = 97, .external_lex_state = 4}, + [2891] = {.lex_state = 97, .external_lex_state = 4}, + [2892] = {.lex_state = 97}, [2893] = {.lex_state = 0, .external_lex_state = 4}, - [2894] = {.lex_state = 91, .external_lex_state = 5}, - [2895] = {.lex_state = 12}, - [2896] = {.lex_state = 0, .external_lex_state = 4}, - [2897] = {.lex_state = 17, .external_lex_state = 6}, - [2898] = {.lex_state = 91}, - [2899] = {.lex_state = 0, .external_lex_state = 4}, - [2900] = {.lex_state = 12}, - [2901] = {.lex_state = 0, .external_lex_state = 4}, - [2902] = {.lex_state = 12}, - [2903] = {.lex_state = 91, .external_lex_state = 5}, - [2904] = {.lex_state = 91}, - [2905] = {.lex_state = 91}, - [2906] = {.lex_state = 91}, - [2907] = {.lex_state = 0, .external_lex_state = 4}, - [2908] = {.lex_state = 0, .external_lex_state = 4}, - [2909] = {.lex_state = 91}, - [2910] = {.lex_state = 91}, - [2911] = {.lex_state = 91}, - [2912] = {.lex_state = 0, .external_lex_state = 4}, - [2913] = {.lex_state = 91}, - [2914] = {.lex_state = 91}, - [2915] = {.lex_state = 12}, - [2916] = {.lex_state = 0, .external_lex_state = 4}, - [2917] = {.lex_state = 91}, + [2894] = {.lex_state = 97}, + [2895] = {.lex_state = 13}, + [2896] = {.lex_state = 97}, + [2897] = {.lex_state = 13}, + [2898] = {.lex_state = 97}, + [2899] = {.lex_state = 13}, + [2900] = {.lex_state = 97, .external_lex_state = 4}, + [2901] = {.lex_state = 97, .external_lex_state = 4}, + [2902] = {.lex_state = 97}, + [2903] = {.lex_state = 97}, + [2904] = {.lex_state = 97}, + [2905] = {.lex_state = 13}, + [2906] = {.lex_state = 97, .external_lex_state = 4}, + [2907] = {.lex_state = 97, .external_lex_state = 4}, + [2908] = {.lex_state = 97}, + [2909] = {.lex_state = 13}, + [2910] = {.lex_state = 97}, + [2911] = {.lex_state = 13}, + [2912] = {.lex_state = 97}, + [2913] = {.lex_state = 0, .external_lex_state = 4}, + [2914] = {.lex_state = 13}, + [2915] = {.lex_state = 97, .external_lex_state = 4}, + [2916] = {.lex_state = 13}, + [2917] = {.lex_state = 13}, [2918] = {.lex_state = 0, .external_lex_state = 4}, - [2919] = {.lex_state = 12}, - [2920] = {.lex_state = 91}, - [2921] = {.lex_state = 91}, - [2922] = {.lex_state = 12}, - [2923] = {.lex_state = 91, .external_lex_state = 5}, - [2924] = {.lex_state = 0, .external_lex_state = 4}, - [2925] = {.lex_state = 91}, - [2926] = {.lex_state = 12}, - [2927] = {.lex_state = 0, .external_lex_state = 4}, - [2928] = {.lex_state = 91}, - [2929] = {.lex_state = 91}, - [2930] = {.lex_state = 91, .external_lex_state = 5}, - [2931] = {.lex_state = 12}, - [2932] = {.lex_state = 91, .external_lex_state = 4}, - [2933] = {.lex_state = 17, .external_lex_state = 6}, - [2934] = {.lex_state = 91, .external_lex_state = 5}, - [2935] = {.lex_state = 0, .external_lex_state = 4}, - [2936] = {.lex_state = 12}, - [2937] = {.lex_state = 0, .external_lex_state = 4}, - [2938] = {.lex_state = 91, .external_lex_state = 5}, - [2939] = {.lex_state = 17, .external_lex_state = 6}, - [2940] = {.lex_state = 12}, - [2941] = {.lex_state = 12}, - [2942] = {.lex_state = 0, .external_lex_state = 4}, - [2943] = {.lex_state = 91, .external_lex_state = 5}, - [2944] = {.lex_state = 12}, - [2945] = {.lex_state = 91, .external_lex_state = 5}, - [2946] = {.lex_state = 12}, - [2947] = {.lex_state = 91, .external_lex_state = 5}, - [2948] = {.lex_state = 91}, - [2949] = {.lex_state = 12}, - [2950] = {.lex_state = 91, .external_lex_state = 5}, - [2951] = {.lex_state = 91, .external_lex_state = 5}, - [2952] = {.lex_state = 91, .external_lex_state = 5}, - [2953] = {.lex_state = 91}, - [2954] = {.lex_state = 91}, - [2955] = {.lex_state = 91, .external_lex_state = 5}, + [2919] = {.lex_state = 97, .external_lex_state = 4}, + [2920] = {.lex_state = 0, .external_lex_state = 4}, + [2921] = {.lex_state = 0, .external_lex_state = 4}, + [2922] = {.lex_state = 13}, + [2923] = {.lex_state = 97}, + [2924] = {.lex_state = 97}, + [2925] = {.lex_state = 97}, + [2926] = {.lex_state = 97}, + [2927] = {.lex_state = 97}, + [2928] = {.lex_state = 13}, + [2929] = {.lex_state = 97}, + [2930] = {.lex_state = 0, .external_lex_state = 4}, + [2931] = {.lex_state = 97}, + [2932] = {.lex_state = 97}, + [2933] = {.lex_state = 97}, + [2934] = {.lex_state = 97}, + [2935] = {.lex_state = 97}, + [2936] = {.lex_state = 97}, + [2937] = {.lex_state = 97, .external_lex_state = 4}, + [2938] = {.lex_state = 97, .external_lex_state = 4}, + [2939] = {.lex_state = 13}, + [2940] = {.lex_state = 97}, + [2941] = {.lex_state = 97}, + [2942] = {.lex_state = 97}, + [2943] = {.lex_state = 13}, + [2944] = {.lex_state = 97}, + [2945] = {.lex_state = 97, .external_lex_state = 4}, + [2946] = {.lex_state = 13}, + [2947] = {.lex_state = 18}, + [2948] = {.lex_state = 18, .external_lex_state = 6}, + [2949] = {.lex_state = 97}, + [2950] = {.lex_state = 97}, + [2951] = {.lex_state = 97}, + [2952] = {.lex_state = 13}, + [2953] = {.lex_state = 97}, + [2954] = {.lex_state = 13}, + [2955] = {.lex_state = 97, .external_lex_state = 5}, [2956] = {.lex_state = 0, .external_lex_state = 4}, - [2957] = {.lex_state = 91, .external_lex_state = 5}, - [2958] = {.lex_state = 12}, - [2959] = {.lex_state = 12}, - [2960] = {.lex_state = 17}, - [2961] = {.lex_state = 91, .external_lex_state = 4}, - [2962] = {.lex_state = 91, .external_lex_state = 5}, - [2963] = {.lex_state = 17}, - [2964] = {.lex_state = 91, .external_lex_state = 5}, - [2965] = {.lex_state = 91, .external_lex_state = 5}, - [2966] = {.lex_state = 91}, - [2967] = {.lex_state = 17}, - [2968] = {.lex_state = 91}, - [2969] = {.lex_state = 12}, - [2970] = {.lex_state = 17}, - [2971] = {.lex_state = 12}, - [2972] = {.lex_state = 91}, - [2973] = {.lex_state = 12}, - [2974] = {.lex_state = 91}, - [2975] = {.lex_state = 17, .external_lex_state = 6}, - [2976] = {.lex_state = 12}, - [2977] = {.lex_state = 12}, - [2978] = {.lex_state = 12}, - [2979] = {.lex_state = 12}, - [2980] = {.lex_state = 91}, - [2981] = {.lex_state = 12}, - [2982] = {.lex_state = 12}, - [2983] = {.lex_state = 17}, - [2984] = {.lex_state = 0, .external_lex_state = 4}, - [2985] = {.lex_state = 91}, - [2986] = {.lex_state = 91}, - [2987] = {.lex_state = 91}, - [2988] = {.lex_state = 12}, - [2989] = {.lex_state = 91, .external_lex_state = 5}, - [2990] = {.lex_state = 12}, - [2991] = {.lex_state = 12}, - [2992] = {.lex_state = 91}, - [2993] = {.lex_state = 12}, - [2994] = {.lex_state = 12}, - [2995] = {.lex_state = 91, .external_lex_state = 5}, - [2996] = {.lex_state = 91}, - [2997] = {.lex_state = 12}, - [2998] = {.lex_state = 12}, - [2999] = {.lex_state = 91}, - [3000] = {.lex_state = 0, .external_lex_state = 4}, - [3001] = {.lex_state = 12}, - [3002] = {.lex_state = 17, .external_lex_state = 6}, + [2957] = {.lex_state = 13}, + [2958] = {.lex_state = 13}, + [2959] = {.lex_state = 0, .external_lex_state = 4}, + [2960] = {.lex_state = 97}, + [2961] = {.lex_state = 13}, + [2962] = {.lex_state = 18, .external_lex_state = 6}, + [2963] = {.lex_state = 97}, + [2964] = {.lex_state = 0, .external_lex_state = 4}, + [2965] = {.lex_state = 13}, + [2966] = {.lex_state = 97, .external_lex_state = 5}, + [2967] = {.lex_state = 97, .external_lex_state = 5}, + [2968] = {.lex_state = 18}, + [2969] = {.lex_state = 13}, + [2970] = {.lex_state = 13}, + [2971] = {.lex_state = 97, .external_lex_state = 5}, + [2972] = {.lex_state = 97, .external_lex_state = 5}, + [2973] = {.lex_state = 97}, + [2974] = {.lex_state = 13}, + [2975] = {.lex_state = 13}, + [2976] = {.lex_state = 97, .external_lex_state = 5}, + [2977] = {.lex_state = 18, .external_lex_state = 6}, + [2978] = {.lex_state = 18}, + [2979] = {.lex_state = 13}, + [2980] = {.lex_state = 97}, + [2981] = {.lex_state = 18}, + [2982] = {.lex_state = 97}, + [2983] = {.lex_state = 97, .external_lex_state = 5}, + [2984] = {.lex_state = 13}, + [2985] = {.lex_state = 97}, + [2986] = {.lex_state = 97, .external_lex_state = 5}, + [2987] = {.lex_state = 18}, + [2988] = {.lex_state = 0}, + [2989] = {.lex_state = 0, .external_lex_state = 4}, + [2990] = {.lex_state = 18, .external_lex_state = 6}, + [2991] = {.lex_state = 13}, + [2992] = {.lex_state = 97}, + [2993] = {.lex_state = 18}, + [2994] = {.lex_state = 97}, + [2995] = {.lex_state = 0, .external_lex_state = 4}, + [2996] = {.lex_state = 97}, + [2997] = {.lex_state = 97}, + [2998] = {.lex_state = 0, .external_lex_state = 4}, + [2999] = {.lex_state = 13}, + [3000] = {.lex_state = 13}, + [3001] = {.lex_state = 0, .external_lex_state = 4}, + [3002] = {.lex_state = 97}, [3003] = {.lex_state = 0, .external_lex_state = 4}, - [3004] = {.lex_state = 91, .external_lex_state = 4}, - [3005] = {.lex_state = 91}, - [3006] = {.lex_state = 0, .external_lex_state = 4}, - [3007] = {.lex_state = 0, .external_lex_state = 4}, - [3008] = {.lex_state = 91}, - [3009] = {.lex_state = 91}, - [3010] = {.lex_state = 0, .external_lex_state = 4}, - [3011] = {.lex_state = 12}, - [3012] = {.lex_state = 91}, - [3013] = {.lex_state = 0, .external_lex_state = 4}, - [3014] = {.lex_state = 91}, - [3015] = {.lex_state = 91, .external_lex_state = 5}, - [3016] = {.lex_state = 91}, - [3017] = {.lex_state = 91, .external_lex_state = 5}, - [3018] = {.lex_state = 91, .external_lex_state = 4}, - [3019] = {.lex_state = 0, .external_lex_state = 4}, - [3020] = {.lex_state = 0, .external_lex_state = 4}, - [3021] = {.lex_state = 12}, - [3022] = {.lex_state = 91}, - [3023] = {.lex_state = 12}, - [3024] = {.lex_state = 0, .external_lex_state = 4}, - [3025] = {.lex_state = 0, .external_lex_state = 4}, - [3026] = {.lex_state = 0, .external_lex_state = 4}, - [3027] = {.lex_state = 0, .external_lex_state = 4}, + [3004] = {.lex_state = 97}, + [3005] = {.lex_state = 97}, + [3006] = {.lex_state = 18, .external_lex_state = 6}, + [3007] = {.lex_state = 97}, + [3008] = {.lex_state = 97}, + [3009] = {.lex_state = 0, .external_lex_state = 4}, + [3010] = {.lex_state = 13}, + [3011] = {.lex_state = 97}, + [3012] = {.lex_state = 0, .external_lex_state = 4}, + [3013] = {.lex_state = 18}, + [3014] = {.lex_state = 18}, + [3015] = {.lex_state = 97, .external_lex_state = 5}, + [3016] = {.lex_state = 97, .external_lex_state = 5}, + [3017] = {.lex_state = 13}, + [3018] = {.lex_state = 13}, + [3019] = {.lex_state = 13}, + [3020] = {.lex_state = 13}, + [3021] = {.lex_state = 0, .external_lex_state = 4}, + [3022] = {.lex_state = 97, .external_lex_state = 5}, + [3023] = {.lex_state = 13}, + [3024] = {.lex_state = 97, .external_lex_state = 4}, + [3025] = {.lex_state = 13}, + [3026] = {.lex_state = 97}, + [3027] = {.lex_state = 97}, [3028] = {.lex_state = 0, .external_lex_state = 4}, - [3029] = {.lex_state = 0, .external_lex_state = 4}, + [3029] = {.lex_state = 97, .external_lex_state = 4}, [3030] = {.lex_state = 0, .external_lex_state = 4}, - [3031] = {.lex_state = 91, .external_lex_state = 5}, - [3032] = {.lex_state = 91, .external_lex_state = 4}, - [3033] = {.lex_state = 0, .external_lex_state = 4}, - [3034] = {.lex_state = 17, .external_lex_state = 6}, - [3035] = {.lex_state = 0, .external_lex_state = 4}, - [3036] = {.lex_state = 0, .external_lex_state = 4}, - [3037] = {.lex_state = 0, .external_lex_state = 4}, - [3038] = {.lex_state = 12}, - [3039] = {.lex_state = 12}, - [3040] = {.lex_state = 0, .external_lex_state = 4}, - [3041] = {.lex_state = 91}, - [3042] = {.lex_state = 0, .external_lex_state = 4}, - [3043] = {.lex_state = 0, .external_lex_state = 4}, - [3044] = {.lex_state = 0}, - [3045] = {.lex_state = 91, .external_lex_state = 4}, - [3046] = {.lex_state = 91, .external_lex_state = 4}, - [3047] = {.lex_state = 0, .external_lex_state = 4}, - [3048] = {.lex_state = 0, .external_lex_state = 4}, - [3049] = {.lex_state = 0}, - [3050] = {.lex_state = 0}, + [3031] = {.lex_state = 97, .external_lex_state = 4}, + [3032] = {.lex_state = 13}, + [3033] = {.lex_state = 97, .external_lex_state = 4}, + [3034] = {.lex_state = 0, .external_lex_state = 4}, + [3035] = {.lex_state = 97, .external_lex_state = 5}, + [3036] = {.lex_state = 97}, + [3037] = {.lex_state = 97, .external_lex_state = 5}, + [3038] = {.lex_state = 0, .external_lex_state = 4}, + [3039] = {.lex_state = 97, .external_lex_state = 5}, + [3040] = {.lex_state = 97, .external_lex_state = 5}, + [3041] = {.lex_state = 97, .external_lex_state = 5}, + [3042] = {.lex_state = 97}, + [3043] = {.lex_state = 97}, + [3044] = {.lex_state = 97, .external_lex_state = 5}, + [3045] = {.lex_state = 13}, + [3046] = {.lex_state = 97}, + [3047] = {.lex_state = 13}, + [3048] = {.lex_state = 13}, + [3049] = {.lex_state = 97, .external_lex_state = 5}, + [3050] = {.lex_state = 97, .external_lex_state = 5}, [3051] = {.lex_state = 0, .external_lex_state = 4}, - [3052] = {.lex_state = 91}, + [3052] = {.lex_state = 13}, [3053] = {.lex_state = 0, .external_lex_state = 4}, - [3054] = {.lex_state = 0, .external_lex_state = 4}, + [3054] = {.lex_state = 13}, [3055] = {.lex_state = 0, .external_lex_state = 4}, - [3056] = {.lex_state = 0}, + [3056] = {.lex_state = 0, .external_lex_state = 4}, [3057] = {.lex_state = 0, .external_lex_state = 4}, - [3058] = {.lex_state = 91}, - [3059] = {.lex_state = 91}, - [3060] = {.lex_state = 17, .external_lex_state = 6}, - [3061] = {.lex_state = 91}, - [3062] = {.lex_state = 91, .external_lex_state = 5}, - [3063] = {.lex_state = 0, .external_lex_state = 4}, - [3064] = {.lex_state = 0, .external_lex_state = 4}, - [3065] = {.lex_state = 0}, + [3058] = {.lex_state = 97, .external_lex_state = 5}, + [3059] = {.lex_state = 97, .external_lex_state = 5}, + [3060] = {.lex_state = 13}, + [3061] = {.lex_state = 13}, + [3062] = {.lex_state = 97}, + [3063] = {.lex_state = 13}, + [3064] = {.lex_state = 97}, + [3065] = {.lex_state = 97}, [3066] = {.lex_state = 0, .external_lex_state = 4}, - [3067] = {.lex_state = 0, .external_lex_state = 4}, - [3068] = {.lex_state = 0}, - [3069] = {.lex_state = 91}, + [3067] = {.lex_state = 97}, + [3068] = {.lex_state = 97}, + [3069] = {.lex_state = 13}, [3070] = {.lex_state = 0, .external_lex_state = 4}, - [3071] = {.lex_state = 0, .external_lex_state = 4}, - [3072] = {.lex_state = 0, .external_lex_state = 4}, + [3071] = {.lex_state = 13}, + [3072] = {.lex_state = 97, .external_lex_state = 5}, [3073] = {.lex_state = 0, .external_lex_state = 4}, - [3074] = {.lex_state = 91}, - [3075] = {.lex_state = 0, .external_lex_state = 4}, - [3076] = {.lex_state = 12}, - [3077] = {.lex_state = 91}, - [3078] = {.lex_state = 0, .external_lex_state = 4}, - [3079] = {.lex_state = 91, .external_lex_state = 5}, - [3080] = {.lex_state = 0, .external_lex_state = 4}, - [3081] = {.lex_state = 17, .external_lex_state = 6}, - [3082] = {.lex_state = 91, .external_lex_state = 4}, - [3083] = {.lex_state = 0, .external_lex_state = 4}, - [3084] = {.lex_state = 0, .external_lex_state = 4}, - [3085] = {.lex_state = 17, .external_lex_state = 6}, - [3086] = {.lex_state = 12}, - [3087] = {.lex_state = 12}, - [3088] = {.lex_state = 0, .external_lex_state = 4}, - [3089] = {.lex_state = 0, .external_lex_state = 4}, + [3074] = {.lex_state = 13}, + [3075] = {.lex_state = 13}, + [3076] = {.lex_state = 97}, + [3077] = {.lex_state = 97}, + [3078] = {.lex_state = 97}, + [3079] = {.lex_state = 97}, + [3080] = {.lex_state = 97, .external_lex_state = 5}, + [3081] = {.lex_state = 13}, + [3082] = {.lex_state = 18}, + [3083] = {.lex_state = 97, .external_lex_state = 5}, + [3084] = {.lex_state = 97}, + [3085] = {.lex_state = 97, .external_lex_state = 5}, + [3086] = {.lex_state = 97}, + [3087] = {.lex_state = 97}, + [3088] = {.lex_state = 97}, + [3089] = {.lex_state = 13}, [3090] = {.lex_state = 0, .external_lex_state = 4}, [3091] = {.lex_state = 0, .external_lex_state = 4}, - [3092] = {.lex_state = 0, .external_lex_state = 4}, - [3093] = {.lex_state = 0, .external_lex_state = 4}, - [3094] = {.lex_state = 0, .external_lex_state = 4}, - [3095] = {.lex_state = 0, .external_lex_state = 4}, - [3096] = {.lex_state = 0, .external_lex_state = 4}, + [3092] = {.lex_state = 13}, + [3093] = {.lex_state = 97, .external_lex_state = 5}, + [3094] = {.lex_state = 13}, + [3095] = {.lex_state = 97, .external_lex_state = 5}, + [3096] = {.lex_state = 97, .external_lex_state = 5}, [3097] = {.lex_state = 0, .external_lex_state = 4}, - [3098] = {.lex_state = 12}, - [3099] = {.lex_state = 0}, - [3100] = {.lex_state = 91}, - [3101] = {.lex_state = 91}, - [3102] = {.lex_state = 0, .external_lex_state = 4}, - [3103] = {.lex_state = 91}, - [3104] = {.lex_state = 91}, - [3105] = {.lex_state = 12}, - [3106] = {.lex_state = 91}, + [3098] = {.lex_state = 97, .external_lex_state = 4}, + [3099] = {.lex_state = 0, .external_lex_state = 4}, + [3100] = {.lex_state = 97, .external_lex_state = 4}, + [3101] = {.lex_state = 0, .external_lex_state = 4}, + [3102] = {.lex_state = 13}, + [3103] = {.lex_state = 0, .external_lex_state = 4}, + [3104] = {.lex_state = 13}, + [3105] = {.lex_state = 13}, + [3106] = {.lex_state = 97}, [3107] = {.lex_state = 0, .external_lex_state = 4}, - [3108] = {.lex_state = 91}, - [3109] = {.lex_state = 91}, - [3110] = {.lex_state = 12}, - [3111] = {.lex_state = 91}, - [3112] = {.lex_state = 0, .external_lex_state = 4}, - [3113] = {.lex_state = 12}, - [3114] = {.lex_state = 12}, - [3115] = {.lex_state = 0, .external_lex_state = 4}, + [3108] = {.lex_state = 0}, + [3109] = {.lex_state = 13}, + [3110] = {.lex_state = 0, .external_lex_state = 4}, + [3111] = {.lex_state = 0}, + [3112] = {.lex_state = 97, .external_lex_state = 5}, + [3113] = {.lex_state = 0, .external_lex_state = 4}, + [3114] = {.lex_state = 0, .external_lex_state = 4}, + [3115] = {.lex_state = 13}, [3116] = {.lex_state = 0, .external_lex_state = 4}, [3117] = {.lex_state = 0, .external_lex_state = 4}, - [3118] = {.lex_state = 12}, - [3119] = {.lex_state = 0, .external_lex_state = 4}, - [3120] = {.lex_state = 0, .external_lex_state = 4}, - [3121] = {.lex_state = 91}, - [3122] = {.lex_state = 0, .external_lex_state = 4}, + [3118] = {.lex_state = 97}, + [3119] = {.lex_state = 13}, + [3120] = {.lex_state = 13}, + [3121] = {.lex_state = 0, .external_lex_state = 4}, + [3122] = {.lex_state = 13}, [3123] = {.lex_state = 0, .external_lex_state = 4}, - [3124] = {.lex_state = 91}, - [3125] = {.lex_state = 4}, - [3126] = {.lex_state = 91}, - [3127] = {.lex_state = 91}, + [3124] = {.lex_state = 0, .external_lex_state = 4}, + [3125] = {.lex_state = 0, .external_lex_state = 4}, + [3126] = {.lex_state = 0, .external_lex_state = 4}, + [3127] = {.lex_state = 0, .external_lex_state = 4}, [3128] = {.lex_state = 0, .external_lex_state = 4}, [3129] = {.lex_state = 0, .external_lex_state = 4}, [3130] = {.lex_state = 0, .external_lex_state = 4}, - [3131] = {.lex_state = 0, .external_lex_state = 4}, - [3132] = {.lex_state = 91}, - [3133] = {.lex_state = 0, .external_lex_state = 4}, - [3134] = {.lex_state = 12}, - [3135] = {.lex_state = 12}, - [3136] = {.lex_state = 0, .external_lex_state = 4}, - [3137] = {.lex_state = 17, .external_lex_state = 6}, - [3138] = {.lex_state = 12}, + [3131] = {.lex_state = 0}, + [3132] = {.lex_state = 0}, + [3133] = {.lex_state = 97, .external_lex_state = 5}, + [3134] = {.lex_state = 0, .external_lex_state = 4}, + [3135] = {.lex_state = 0, .external_lex_state = 4}, + [3136] = {.lex_state = 97, .external_lex_state = 4}, + [3137] = {.lex_state = 97, .external_lex_state = 4}, + [3138] = {.lex_state = 0, .external_lex_state = 4}, [3139] = {.lex_state = 0, .external_lex_state = 4}, - [3140] = {.lex_state = 91, .external_lex_state = 4}, + [3140] = {.lex_state = 0, .external_lex_state = 4}, [3141] = {.lex_state = 0, .external_lex_state = 4}, - [3142] = {.lex_state = 0, .external_lex_state = 4}, + [3142] = {.lex_state = 97}, [3143] = {.lex_state = 0, .external_lex_state = 4}, - [3144] = {.lex_state = 0, .external_lex_state = 4}, - [3145] = {.lex_state = 12}, - [3146] = {.lex_state = 12}, - [3147] = {.lex_state = 91, .external_lex_state = 5}, - [3148] = {.lex_state = 0, .external_lex_state = 4}, - [3149] = {.lex_state = 12}, - [3150] = {.lex_state = 12}, - [3151] = {.lex_state = 12}, + [3144] = {.lex_state = 97}, + [3145] = {.lex_state = 97}, + [3146] = {.lex_state = 0, .external_lex_state = 4}, + [3147] = {.lex_state = 97}, + [3148] = {.lex_state = 0}, + [3149] = {.lex_state = 13}, + [3150] = {.lex_state = 0, .external_lex_state = 4}, + [3151] = {.lex_state = 0, .external_lex_state = 4}, [3152] = {.lex_state = 0, .external_lex_state = 4}, - [3153] = {.lex_state = 12}, - [3154] = {.lex_state = 0, .external_lex_state = 4}, - [3155] = {.lex_state = 17, .external_lex_state = 6}, + [3153] = {.lex_state = 0, .external_lex_state = 4}, + [3154] = {.lex_state = 97}, + [3155] = {.lex_state = 0, .external_lex_state = 4}, [3156] = {.lex_state = 0, .external_lex_state = 4}, - [3157] = {.lex_state = 91}, + [3157] = {.lex_state = 0, .external_lex_state = 4}, [3158] = {.lex_state = 0, .external_lex_state = 4}, [3159] = {.lex_state = 0, .external_lex_state = 4}, - [3160] = {.lex_state = 91, .external_lex_state = 4}, - [3161] = {.lex_state = 0}, - [3162] = {.lex_state = 91}, - [3163] = {.lex_state = 0, .external_lex_state = 4}, + [3160] = {.lex_state = 0, .external_lex_state = 4}, + [3161] = {.lex_state = 0, .external_lex_state = 4}, + [3162] = {.lex_state = 97}, + [3163] = {.lex_state = 97, .external_lex_state = 5}, [3164] = {.lex_state = 0, .external_lex_state = 4}, [3165] = {.lex_state = 0, .external_lex_state = 4}, - [3166] = {.lex_state = 17, .external_lex_state = 6}, - [3167] = {.lex_state = 0, .external_lex_state = 4}, + [3166] = {.lex_state = 0, .external_lex_state = 4}, + [3167] = {.lex_state = 97, .external_lex_state = 4}, [3168] = {.lex_state = 0, .external_lex_state = 4}, [3169] = {.lex_state = 0, .external_lex_state = 4}, - [3170] = {.lex_state = 12}, - [3171] = {.lex_state = 0}, + [3170] = {.lex_state = 13}, + [3171] = {.lex_state = 0, .external_lex_state = 4}, [3172] = {.lex_state = 0, .external_lex_state = 4}, [3173] = {.lex_state = 0, .external_lex_state = 4}, - [3174] = {.lex_state = 0, .external_lex_state = 4}, + [3174] = {.lex_state = 13}, [3175] = {.lex_state = 0, .external_lex_state = 4}, - [3176] = {.lex_state = 0, .external_lex_state = 4}, - [3177] = {.lex_state = 12}, - [3178] = {.lex_state = 0, .external_lex_state = 4}, + [3176] = {.lex_state = 13}, + [3177] = {.lex_state = 0, .external_lex_state = 4}, + [3178] = {.lex_state = 18, .external_lex_state = 6}, [3179] = {.lex_state = 0, .external_lex_state = 4}, - [3180] = {.lex_state = 0, .external_lex_state = 4}, + [3180] = {.lex_state = 13}, [3181] = {.lex_state = 0, .external_lex_state = 4}, - [3182] = {.lex_state = 0, .external_lex_state = 4}, + [3182] = {.lex_state = 13}, [3183] = {.lex_state = 0, .external_lex_state = 4}, - [3184] = {.lex_state = 91, .external_lex_state = 5}, - [3185] = {.lex_state = 0, .external_lex_state = 4}, - [3186] = {.lex_state = 12}, - [3187] = {.lex_state = 12}, + [3184] = {.lex_state = 97}, + [3185] = {.lex_state = 13}, + [3186] = {.lex_state = 97}, + [3187] = {.lex_state = 97}, [3188] = {.lex_state = 0, .external_lex_state = 4}, [3189] = {.lex_state = 0}, - [3190] = {.lex_state = 12}, + [3190] = {.lex_state = 0, .external_lex_state = 4}, [3191] = {.lex_state = 0, .external_lex_state = 4}, - [3192] = {.lex_state = 0, .external_lex_state = 4}, - [3193] = {.lex_state = 0}, + [3192] = {.lex_state = 97, .external_lex_state = 5}, + [3193] = {.lex_state = 0, .external_lex_state = 4}, [3194] = {.lex_state = 0, .external_lex_state = 4}, [3195] = {.lex_state = 0, .external_lex_state = 4}, [3196] = {.lex_state = 0, .external_lex_state = 4}, - [3197] = {.lex_state = 12}, + [3197] = {.lex_state = 0, .external_lex_state = 4}, [3198] = {.lex_state = 0, .external_lex_state = 4}, - [3199] = {.lex_state = 12}, - [3200] = {.lex_state = 91}, - [3201] = {.lex_state = 12}, + [3199] = {.lex_state = 97, .external_lex_state = 5}, + [3200] = {.lex_state = 0, .external_lex_state = 4}, + [3201] = {.lex_state = 0, .external_lex_state = 4}, [3202] = {.lex_state = 0, .external_lex_state = 4}, - [3203] = {.lex_state = 0, .external_lex_state = 4}, - [3204] = {.lex_state = 0, .external_lex_state = 4}, - [3205] = {.lex_state = 91}, - [3206] = {.lex_state = 91}, - [3207] = {.lex_state = 0}, + [3203] = {.lex_state = 4}, + [3204] = {.lex_state = 0}, + [3205] = {.lex_state = 13}, + [3206] = {.lex_state = 0, .external_lex_state = 4}, + [3207] = {.lex_state = 0, .external_lex_state = 4}, [3208] = {.lex_state = 0, .external_lex_state = 4}, - [3209] = {.lex_state = 0, .external_lex_state = 4}, + [3209] = {.lex_state = 97}, [3210] = {.lex_state = 0, .external_lex_state = 4}, - [3211] = {.lex_state = 0}, + [3211] = {.lex_state = 13}, [3212] = {.lex_state = 0, .external_lex_state = 4}, - [3213] = {.lex_state = 4}, - [3214] = {.lex_state = 0, .external_lex_state = 4}, + [3213] = {.lex_state = 13}, + [3214] = {.lex_state = 0}, [3215] = {.lex_state = 0, .external_lex_state = 4}, - [3216] = {.lex_state = 0, .external_lex_state = 4}, - [3217] = {.lex_state = 0, .external_lex_state = 4}, - [3218] = {.lex_state = 12}, - [3219] = {.lex_state = 91}, - [3220] = {.lex_state = 17, .external_lex_state = 6}, - [3221] = {.lex_state = 0, .external_lex_state = 4}, + [3216] = {.lex_state = 0}, + [3217] = {.lex_state = 97}, + [3218] = {.lex_state = 0, .external_lex_state = 4}, + [3219] = {.lex_state = 97}, + [3220] = {.lex_state = 0, .external_lex_state = 4}, + [3221] = {.lex_state = 13}, [3222] = {.lex_state = 0, .external_lex_state = 4}, [3223] = {.lex_state = 0, .external_lex_state = 4}, - [3224] = {.lex_state = 91}, + [3224] = {.lex_state = 0, .external_lex_state = 4}, [3225] = {.lex_state = 0, .external_lex_state = 4}, [3226] = {.lex_state = 0, .external_lex_state = 4}, - [3227] = {.lex_state = 12}, - [3228] = {.lex_state = 91}, + [3227] = {.lex_state = 0, .external_lex_state = 4}, + [3228] = {.lex_state = 97, .external_lex_state = 4}, [3229] = {.lex_state = 0, .external_lex_state = 4}, - [3230] = {.lex_state = 12}, + [3230] = {.lex_state = 97, .external_lex_state = 5}, [3231] = {.lex_state = 0, .external_lex_state = 4}, [3232] = {.lex_state = 0, .external_lex_state = 4}, - [3233] = {.lex_state = 0, .external_lex_state = 4}, - [3234] = {.lex_state = 12}, - [3235] = {.lex_state = 12}, - [3236] = {.lex_state = 91, .external_lex_state = 4}, - [3237] = {.lex_state = 91, .external_lex_state = 5}, - [3238] = {.lex_state = 12}, - [3239] = {.lex_state = 91, .external_lex_state = 5}, + [3233] = {.lex_state = 13}, + [3234] = {.lex_state = 13}, + [3235] = {.lex_state = 0, .external_lex_state = 4}, + [3236] = {.lex_state = 13}, + [3237] = {.lex_state = 13}, + [3238] = {.lex_state = 18, .external_lex_state = 6}, + [3239] = {.lex_state = 13}, [3240] = {.lex_state = 0, .external_lex_state = 4}, - [3241] = {.lex_state = 12}, - [3242] = {.lex_state = 12}, - [3243] = {.lex_state = 12}, - [3244] = {.lex_state = 12}, - [3245] = {.lex_state = 17, .external_lex_state = 6}, - [3246] = {.lex_state = 17, .external_lex_state = 6}, - [3247] = {.lex_state = 0, .external_lex_state = 4}, - [3248] = {.lex_state = 91}, - [3249] = {.lex_state = 12}, - [3250] = {.lex_state = 0, .external_lex_state = 4}, - [3251] = {.lex_state = 0, .external_lex_state = 4}, + [3241] = {.lex_state = 13}, + [3242] = {.lex_state = 0, .external_lex_state = 4}, + [3243] = {.lex_state = 97}, + [3244] = {.lex_state = 97}, + [3245] = {.lex_state = 0, .external_lex_state = 4}, + [3246] = {.lex_state = 0, .external_lex_state = 4}, + [3247] = {.lex_state = 97, .external_lex_state = 5}, + [3248] = {.lex_state = 0, .external_lex_state = 4}, + [3249] = {.lex_state = 0, .external_lex_state = 4}, + [3250] = {.lex_state = 13}, + [3251] = {.lex_state = 0}, [3252] = {.lex_state = 0, .external_lex_state = 4}, - [3253] = {.lex_state = 12}, - [3254] = {.lex_state = 91}, - [3255] = {.lex_state = 12}, - [3256] = {.lex_state = 0, .external_lex_state = 4}, - [3257] = {.lex_state = 91, .external_lex_state = 5}, - [3258] = {.lex_state = 0}, - [3259] = {.lex_state = 12}, - [3260] = {.lex_state = 0, .external_lex_state = 4}, - [3261] = {.lex_state = 12}, - [3262] = {.lex_state = 12}, - [3263] = {.lex_state = 0, .external_lex_state = 4}, - [3264] = {.lex_state = 0, .external_lex_state = 4}, + [3253] = {.lex_state = 0, .external_lex_state = 4}, + [3254] = {.lex_state = 0, .external_lex_state = 4}, + [3255] = {.lex_state = 0, .external_lex_state = 4}, + [3256] = {.lex_state = 97}, + [3257] = {.lex_state = 97}, + [3258] = {.lex_state = 97}, + [3259] = {.lex_state = 0, .external_lex_state = 4}, + [3260] = {.lex_state = 13}, + [3261] = {.lex_state = 0, .external_lex_state = 4}, + [3262] = {.lex_state = 97}, + [3263] = {.lex_state = 13}, + [3264] = {.lex_state = 13}, [3265] = {.lex_state = 0, .external_lex_state = 4}, - [3266] = {.lex_state = 91, .external_lex_state = 4}, - [3267] = {.lex_state = 0, .external_lex_state = 4}, - [3268] = {.lex_state = 12}, - [3269] = {.lex_state = 17, .external_lex_state = 6}, - [3270] = {.lex_state = 12}, - [3271] = {.lex_state = 12}, - [3272] = {.lex_state = 12}, - [3273] = {.lex_state = 0, .external_lex_state = 4}, - [3274] = {.lex_state = 91}, - [3275] = {.lex_state = 91, .external_lex_state = 5}, - [3276] = {.lex_state = 0, .external_lex_state = 4}, + [3266] = {.lex_state = 13}, + [3267] = {.lex_state = 13}, + [3268] = {.lex_state = 97}, + [3269] = {.lex_state = 0, .external_lex_state = 4}, + [3270] = {.lex_state = 0, .external_lex_state = 4}, + [3271] = {.lex_state = 0, .external_lex_state = 4}, + [3272] = {.lex_state = 13}, + [3273] = {.lex_state = 97, .external_lex_state = 5}, + [3274] = {.lex_state = 0, .external_lex_state = 4}, + [3275] = {.lex_state = 0, .external_lex_state = 4}, + [3276] = {.lex_state = 13}, [3277] = {.lex_state = 0, .external_lex_state = 4}, - [3278] = {.lex_state = 12}, - [3279] = {.lex_state = 12}, - [3280] = {.lex_state = 91, .external_lex_state = 5}, - [3281] = {.lex_state = 91, .external_lex_state = 5}, - [3282] = {.lex_state = 0, .external_lex_state = 4}, - [3283] = {.lex_state = 0, .external_lex_state = 4}, + [3278] = {.lex_state = 13}, + [3279] = {.lex_state = 0, .external_lex_state = 4}, + [3280] = {.lex_state = 0, .external_lex_state = 4}, + [3281] = {.lex_state = 13}, + [3282] = {.lex_state = 13}, + [3283] = {.lex_state = 13}, [3284] = {.lex_state = 0, .external_lex_state = 4}, - [3285] = {.lex_state = 12}, - [3286] = {.lex_state = 12}, - [3287] = {.lex_state = 91, .external_lex_state = 5}, - [3288] = {.lex_state = 0, .external_lex_state = 4}, + [3285] = {.lex_state = 13}, + [3286] = {.lex_state = 0, .external_lex_state = 4}, + [3287] = {.lex_state = 0, .external_lex_state = 4}, + [3288] = {.lex_state = 18, .external_lex_state = 6}, [3289] = {.lex_state = 0, .external_lex_state = 4}, - [3290] = {.lex_state = 12}, - [3291] = {.lex_state = 12}, - [3292] = {.lex_state = 91, .external_lex_state = 5}, - [3293] = {.lex_state = 12}, - [3294] = {.lex_state = 0, .external_lex_state = 4}, - [3295] = {.lex_state = 0, .external_lex_state = 4}, - [3296] = {.lex_state = 12}, - [3297] = {.lex_state = 91, .external_lex_state = 5}, - [3298] = {.lex_state = 0, .external_lex_state = 4}, - [3299] = {.lex_state = 91}, - [3300] = {.lex_state = 19}, - [3301] = {.lex_state = 91}, - [3302] = {.lex_state = 91}, - [3303] = {.lex_state = 91}, - [3304] = {.lex_state = 16}, - [3305] = {.lex_state = 91}, - [3306] = {.lex_state = 0}, - [3307] = {.lex_state = 0, .external_lex_state = 5}, - [3308] = {.lex_state = 12}, - [3309] = {.lex_state = 91}, - [3310] = {.lex_state = 91}, - [3311] = {.lex_state = 16}, - [3312] = {.lex_state = 19}, - [3313] = {.lex_state = 12}, - [3314] = {.lex_state = 91}, - [3315] = {.lex_state = 91}, - [3316] = {.lex_state = 12}, - [3317] = {.lex_state = 0}, + [3290] = {.lex_state = 0, .external_lex_state = 4}, + [3291] = {.lex_state = 0, .external_lex_state = 4}, + [3292] = {.lex_state = 0, .external_lex_state = 4}, + [3293] = {.lex_state = 0, .external_lex_state = 4}, + [3294] = {.lex_state = 97, .external_lex_state = 4}, + [3295] = {.lex_state = 13}, + [3296] = {.lex_state = 0, .external_lex_state = 4}, + [3297] = {.lex_state = 97, .external_lex_state = 5}, + [3298] = {.lex_state = 13}, + [3299] = {.lex_state = 0, .external_lex_state = 4}, + [3300] = {.lex_state = 13}, + [3301] = {.lex_state = 0, .external_lex_state = 4}, + [3302] = {.lex_state = 0, .external_lex_state = 4}, + [3303] = {.lex_state = 13}, + [3304] = {.lex_state = 97}, + [3305] = {.lex_state = 18, .external_lex_state = 6}, + [3306] = {.lex_state = 0, .external_lex_state = 4}, + [3307] = {.lex_state = 97, .external_lex_state = 4}, + [3308] = {.lex_state = 0, .external_lex_state = 4}, + [3309] = {.lex_state = 0, .external_lex_state = 4}, + [3310] = {.lex_state = 0, .external_lex_state = 4}, + [3311] = {.lex_state = 0}, + [3312] = {.lex_state = 18, .external_lex_state = 6}, + [3313] = {.lex_state = 4}, + [3314] = {.lex_state = 13}, + [3315] = {.lex_state = 0, .external_lex_state = 4}, + [3316] = {.lex_state = 97}, + [3317] = {.lex_state = 18, .external_lex_state = 6}, [3318] = {.lex_state = 0}, - [3319] = {.lex_state = 91}, - [3320] = {.lex_state = 91}, - [3321] = {.lex_state = 91}, - [3322] = {.lex_state = 0}, - [3323] = {.lex_state = 91}, - [3324] = {.lex_state = 12}, - [3325] = {.lex_state = 91}, - [3326] = {.lex_state = 91}, - [3327] = {.lex_state = 17, .external_lex_state = 6}, - [3328] = {.lex_state = 0}, - [3329] = {.lex_state = 12}, - [3330] = {.lex_state = 91, .external_lex_state = 4}, - [3331] = {.lex_state = 19}, - [3332] = {.lex_state = 16}, - [3333] = {.lex_state = 0}, - [3334] = {.lex_state = 0}, - [3335] = {.lex_state = 0}, - [3336] = {.lex_state = 0, .external_lex_state = 4}, - [3337] = {.lex_state = 0}, - [3338] = {.lex_state = 0, .external_lex_state = 4}, - [3339] = {.lex_state = 0, .external_lex_state = 4}, - [3340] = {.lex_state = 91}, - [3341] = {.lex_state = 91}, - [3342] = {.lex_state = 0, .external_lex_state = 4}, - [3343] = {.lex_state = 91}, - [3344] = {.lex_state = 91}, - [3345] = {.lex_state = 12}, - [3346] = {.lex_state = 12}, - [3347] = {.lex_state = 12}, - [3348] = {.lex_state = 19}, - [3349] = {.lex_state = 16}, + [3319] = {.lex_state = 13}, + [3320] = {.lex_state = 0, .external_lex_state = 4}, + [3321] = {.lex_state = 13}, + [3322] = {.lex_state = 0, .external_lex_state = 4}, + [3323] = {.lex_state = 18, .external_lex_state = 6}, + [3324] = {.lex_state = 0, .external_lex_state = 4}, + [3325] = {.lex_state = 97, .external_lex_state = 5}, + [3326] = {.lex_state = 0, .external_lex_state = 4}, + [3327] = {.lex_state = 13}, + [3328] = {.lex_state = 13}, + [3329] = {.lex_state = 97, .external_lex_state = 5}, + [3330] = {.lex_state = 97}, + [3331] = {.lex_state = 18, .external_lex_state = 6}, + [3332] = {.lex_state = 97}, + [3333] = {.lex_state = 97}, + [3334] = {.lex_state = 0, .external_lex_state = 4}, + [3335] = {.lex_state = 0, .external_lex_state = 4}, + [3336] = {.lex_state = 0}, + [3337] = {.lex_state = 13}, + [3338] = {.lex_state = 13}, + [3339] = {.lex_state = 13}, + [3340] = {.lex_state = 0, .external_lex_state = 4}, + [3341] = {.lex_state = 18, .external_lex_state = 6}, + [3342] = {.lex_state = 13}, + [3343] = {.lex_state = 0}, + [3344] = {.lex_state = 0, .external_lex_state = 4}, + [3345] = {.lex_state = 13}, + [3346] = {.lex_state = 97}, + [3347] = {.lex_state = 0, .external_lex_state = 4}, + [3348] = {.lex_state = 13}, + [3349] = {.lex_state = 0, .external_lex_state = 4}, [3350] = {.lex_state = 0, .external_lex_state = 4}, - [3351] = {.lex_state = 16}, - [3352] = {.lex_state = 19}, - [3353] = {.lex_state = 91}, + [3351] = {.lex_state = 0, .external_lex_state = 4}, + [3352] = {.lex_state = 18, .external_lex_state = 6}, + [3353] = {.lex_state = 0, .external_lex_state = 4}, [3354] = {.lex_state = 0, .external_lex_state = 4}, - [3355] = {.lex_state = 91}, - [3356] = {.lex_state = 12}, - [3357] = {.lex_state = 91}, - [3358] = {.lex_state = 12}, - [3359] = {.lex_state = 12}, - [3360] = {.lex_state = 12}, - [3361] = {.lex_state = 91}, - [3362] = {.lex_state = 91}, - [3363] = {.lex_state = 12}, - [3364] = {.lex_state = 91, .external_lex_state = 4}, - [3365] = {.lex_state = 91, .external_lex_state = 4}, - [3366] = {.lex_state = 0, .external_lex_state = 4}, - [3367] = {.lex_state = 12}, - [3368] = {.lex_state = 16}, - [3369] = {.lex_state = 19}, - [3370] = {.lex_state = 91}, - [3371] = {.lex_state = 19}, - [3372] = {.lex_state = 16}, - [3373] = {.lex_state = 19}, - [3374] = {.lex_state = 16}, - [3375] = {.lex_state = 91}, + [3355] = {.lex_state = 0, .external_lex_state = 4}, + [3356] = {.lex_state = 97, .external_lex_state = 5}, + [3357] = {.lex_state = 97}, + [3358] = {.lex_state = 97}, + [3359] = {.lex_state = 13}, + [3360] = {.lex_state = 18, .external_lex_state = 6}, + [3361] = {.lex_state = 13}, + [3362] = {.lex_state = 0, .external_lex_state = 4}, + [3363] = {.lex_state = 0, .external_lex_state = 4}, + [3364] = {.lex_state = 13}, + [3365] = {.lex_state = 13}, + [3366] = {.lex_state = 97}, + [3367] = {.lex_state = 13}, + [3368] = {.lex_state = 0, .external_lex_state = 4}, + [3369] = {.lex_state = 0, .external_lex_state = 4}, + [3370] = {.lex_state = 97}, + [3371] = {.lex_state = 0}, + [3372] = {.lex_state = 97}, + [3373] = {.lex_state = 17}, + [3374] = {.lex_state = 21}, + [3375] = {.lex_state = 97}, [3376] = {.lex_state = 1}, - [3377] = {.lex_state = 0}, - [3378] = {.lex_state = 0}, - [3379] = {.lex_state = 19}, - [3380] = {.lex_state = 91}, - [3381] = {.lex_state = 16}, - [3382] = {.lex_state = 12}, - [3383] = {.lex_state = 19}, + [3377] = {.lex_state = 97}, + [3378] = {.lex_state = 97}, + [3379] = {.lex_state = 97}, + [3380] = {.lex_state = 97, .external_lex_state = 4}, + [3381] = {.lex_state = 97}, + [3382] = {.lex_state = 0, .external_lex_state = 4}, + [3383] = {.lex_state = 0, .external_lex_state = 4}, [3384] = {.lex_state = 0}, - [3385] = {.lex_state = 16}, - [3386] = {.lex_state = 0, .external_lex_state = 4}, - [3387] = {.lex_state = 19}, - [3388] = {.lex_state = 16}, - [3389] = {.lex_state = 91}, - [3390] = {.lex_state = 0, .external_lex_state = 4}, - [3391] = {.lex_state = 91}, - [3392] = {.lex_state = 0}, - [3393] = {.lex_state = 1}, - [3394] = {.lex_state = 0}, - [3395] = {.lex_state = 91}, - [3396] = {.lex_state = 1}, - [3397] = {.lex_state = 91}, - [3398] = {.lex_state = 91}, - [3399] = {.lex_state = 91}, - [3400] = {.lex_state = 12}, - [3401] = {.lex_state = 0}, - [3402] = {.lex_state = 91, .external_lex_state = 4}, - [3403] = {.lex_state = 17, .external_lex_state = 6}, - [3404] = {.lex_state = 91}, - [3405] = {.lex_state = 91}, - [3406] = {.lex_state = 91}, - [3407] = {.lex_state = 19}, - [3408] = {.lex_state = 16}, - [3409] = {.lex_state = 1}, - [3410] = {.lex_state = 91}, - [3411] = {.lex_state = 91}, - [3412] = {.lex_state = 91}, - [3413] = {.lex_state = 91}, - [3414] = {.lex_state = 16}, - [3415] = {.lex_state = 19}, - [3416] = {.lex_state = 91}, - [3417] = {.lex_state = 19}, - [3418] = {.lex_state = 16}, - [3419] = {.lex_state = 19}, - [3420] = {.lex_state = 16}, - [3421] = {.lex_state = 91}, - [3422] = {.lex_state = 0}, - [3423] = {.lex_state = 0}, - [3424] = {.lex_state = 91}, - [3425] = {.lex_state = 91, .external_lex_state = 4}, - [3426] = {.lex_state = 91, .external_lex_state = 4}, - [3427] = {.lex_state = 0, .external_lex_state = 4}, - [3428] = {.lex_state = 4}, - [3429] = {.lex_state = 91}, - [3430] = {.lex_state = 91}, + [3385] = {.lex_state = 13}, + [3386] = {.lex_state = 0}, + [3387] = {.lex_state = 0, .external_lex_state = 4}, + [3388] = {.lex_state = 17}, + [3389] = {.lex_state = 21}, + [3390] = {.lex_state = 97}, + [3391] = {.lex_state = 0, .external_lex_state = 4}, + [3392] = {.lex_state = 1}, + [3393] = {.lex_state = 97, .external_lex_state = 4}, + [3394] = {.lex_state = 97}, + [3395] = {.lex_state = 97}, + [3396] = {.lex_state = 13}, + [3397] = {.lex_state = 13}, + [3398] = {.lex_state = 17}, + [3399] = {.lex_state = 21}, + [3400] = {.lex_state = 97}, + [3401] = {.lex_state = 97, .external_lex_state = 4}, + [3402] = {.lex_state = 97}, + [3403] = {.lex_state = 13}, + [3404] = {.lex_state = 97}, + [3405] = {.lex_state = 13}, + [3406] = {.lex_state = 0, .external_lex_state = 4}, + [3407] = {.lex_state = 0, .external_lex_state = 4}, + [3408] = {.lex_state = 1}, + [3409] = {.lex_state = 0}, + [3410] = {.lex_state = 0}, + [3411] = {.lex_state = 0, .external_lex_state = 5}, + [3412] = {.lex_state = 97}, + [3413] = {.lex_state = 13}, + [3414] = {.lex_state = 21}, + [3415] = {.lex_state = 17}, + [3416] = {.lex_state = 13}, + [3417] = {.lex_state = 13}, + [3418] = {.lex_state = 97}, + [3419] = {.lex_state = 13}, + [3420] = {.lex_state = 97}, + [3421] = {.lex_state = 97}, + [3422] = {.lex_state = 13}, + [3423] = {.lex_state = 97}, + [3424] = {.lex_state = 97}, + [3425] = {.lex_state = 17}, + [3426] = {.lex_state = 21}, + [3427] = {.lex_state = 97}, + [3428] = {.lex_state = 13}, + [3429] = {.lex_state = 13}, + [3430] = {.lex_state = 0, .external_lex_state = 4}, [3431] = {.lex_state = 0, .external_lex_state = 4}, - [3432] = {.lex_state = 91}, - [3433] = {.lex_state = 0}, - [3434] = {.lex_state = 91}, - [3435] = {.lex_state = 0}, - [3436] = {.lex_state = 0}, + [3432] = {.lex_state = 0, .external_lex_state = 4}, + [3433] = {.lex_state = 97}, + [3434] = {.lex_state = 97}, + [3435] = {.lex_state = 13}, + [3436] = {.lex_state = 13}, [3437] = {.lex_state = 0}, - [3438] = {.lex_state = 91}, - [3439] = {.lex_state = 91}, - [3440] = {.lex_state = 0}, - [3441] = {.lex_state = 91}, - [3442] = {.lex_state = 12}, - [3443] = {.lex_state = 0}, - [3444] = {.lex_state = 0}, - [3445] = {.lex_state = 91}, - [3446] = {.lex_state = 0}, - [3447] = {.lex_state = 0}, - [3448] = {.lex_state = 91}, - [3449] = {.lex_state = 0}, - [3450] = {.lex_state = 0}, - [3451] = {.lex_state = 0}, - [3452] = {.lex_state = 0}, - [3453] = {.lex_state = 0, .external_lex_state = 4}, - [3454] = {.lex_state = 0}, - [3455] = {.lex_state = 0, .external_lex_state = 4}, - [3456] = {.lex_state = 91}, - [3457] = {.lex_state = 0, .external_lex_state = 4}, - [3458] = {.lex_state = 0, .external_lex_state = 4}, - [3459] = {.lex_state = 4}, - [3460] = {.lex_state = 91}, - [3461] = {.lex_state = 91}, - [3462] = {.lex_state = 0, .external_lex_state = 4}, - [3463] = {.lex_state = 0}, - [3464] = {.lex_state = 0, .external_lex_state = 4}, - [3465] = {.lex_state = 0, .external_lex_state = 4}, - [3466] = {.lex_state = 0}, - [3467] = {.lex_state = 0}, - [3468] = {.lex_state = 0}, - [3469] = {.lex_state = 0, .external_lex_state = 4}, - [3470] = {.lex_state = 0, .external_lex_state = 4}, + [3438] = {.lex_state = 97, .external_lex_state = 4}, + [3439] = {.lex_state = 97}, + [3440] = {.lex_state = 97}, + [3441] = {.lex_state = 13}, + [3442] = {.lex_state = 17}, + [3443] = {.lex_state = 21}, + [3444] = {.lex_state = 97}, + [3445] = {.lex_state = 13}, + [3446] = {.lex_state = 97}, + [3447] = {.lex_state = 18, .external_lex_state = 6}, + [3448] = {.lex_state = 97}, + [3449] = {.lex_state = 97}, + [3450] = {.lex_state = 97}, + [3451] = {.lex_state = 97}, + [3452] = {.lex_state = 97}, + [3453] = {.lex_state = 97}, + [3454] = {.lex_state = 18, .external_lex_state = 6}, + [3455] = {.lex_state = 0}, + [3456] = {.lex_state = 97}, + [3457] = {.lex_state = 97}, + [3458] = {.lex_state = 97}, + [3459] = {.lex_state = 13}, + [3460] = {.lex_state = 17}, + [3461] = {.lex_state = 21}, + [3462] = {.lex_state = 97}, + [3463] = {.lex_state = 13}, + [3464] = {.lex_state = 97}, + [3465] = {.lex_state = 0}, + [3466] = {.lex_state = 13}, + [3467] = {.lex_state = 97}, + [3468] = {.lex_state = 13}, + [3469] = {.lex_state = 97}, + [3470] = {.lex_state = 0}, [3471] = {.lex_state = 0}, - [3472] = {.lex_state = 91}, - [3473] = {.lex_state = 91}, - [3474] = {.lex_state = 0}, - [3475] = {.lex_state = 0, .external_lex_state = 4}, - [3476] = {.lex_state = 91}, - [3477] = {.lex_state = 0, .external_lex_state = 4}, - [3478] = {.lex_state = 91}, - [3479] = {.lex_state = 0}, - [3480] = {.lex_state = 91}, - [3481] = {.lex_state = 91}, - [3482] = {.lex_state = 0}, - [3483] = {.lex_state = 0}, - [3484] = {.lex_state = 0}, - [3485] = {.lex_state = 0}, - [3486] = {.lex_state = 0, .external_lex_state = 4}, - [3487] = {.lex_state = 0}, - [3488] = {.lex_state = 0}, - [3489] = {.lex_state = 91}, - [3490] = {.lex_state = 0}, - [3491] = {.lex_state = 91}, - [3492] = {.lex_state = 0, .external_lex_state = 4}, - [3493] = {.lex_state = 91}, - [3494] = {.lex_state = 91, .external_lex_state = 4}, - [3495] = {.lex_state = 91}, - [3496] = {.lex_state = 91}, - [3497] = {.lex_state = 0}, - [3498] = {.lex_state = 0}, - [3499] = {.lex_state = 91}, - [3500] = {.lex_state = 12}, - [3501] = {.lex_state = 0, .external_lex_state = 4}, + [3472] = {.lex_state = 0}, + [3473] = {.lex_state = 97}, + [3474] = {.lex_state = 97}, + [3475] = {.lex_state = 97}, + [3476] = {.lex_state = 21}, + [3477] = {.lex_state = 17}, + [3478] = {.lex_state = 21}, + [3479] = {.lex_state = 17}, + [3480] = {.lex_state = 97}, + [3481] = {.lex_state = 1}, + [3482] = {.lex_state = 13}, + [3483] = {.lex_state = 21}, + [3484] = {.lex_state = 17}, + [3485] = {.lex_state = 21}, + [3486] = {.lex_state = 17}, + [3487] = {.lex_state = 97}, + [3488] = {.lex_state = 97}, + [3489] = {.lex_state = 17}, + [3490] = {.lex_state = 21}, + [3491] = {.lex_state = 97}, + [3492] = {.lex_state = 21}, + [3493] = {.lex_state = 13}, + [3494] = {.lex_state = 21}, + [3495] = {.lex_state = 17}, + [3496] = {.lex_state = 21}, + [3497] = {.lex_state = 17}, + [3498] = {.lex_state = 97}, + [3499] = {.lex_state = 17}, + [3500] = {.lex_state = 97}, + [3501] = {.lex_state = 0}, [3502] = {.lex_state = 0}, - [3503] = {.lex_state = 0, .external_lex_state = 4}, + [3503] = {.lex_state = 0}, [3504] = {.lex_state = 0}, - [3505] = {.lex_state = 0}, + [3505] = {.lex_state = 0, .external_lex_state = 4}, [3506] = {.lex_state = 0}, [3507] = {.lex_state = 0}, - [3508] = {.lex_state = 91}, - [3509] = {.lex_state = 0, .external_lex_state = 4}, - [3510] = {.lex_state = 91}, - [3511] = {.lex_state = 0, .external_lex_state = 4}, - [3512] = {.lex_state = 4}, - [3513] = {.lex_state = 91}, - [3514] = {.lex_state = 91}, + [3508] = {.lex_state = 0}, + [3509] = {.lex_state = 97}, + [3510] = {.lex_state = 0}, + [3511] = {.lex_state = 97}, + [3512] = {.lex_state = 0}, + [3513] = {.lex_state = 97, .external_lex_state = 4}, + [3514] = {.lex_state = 97, .external_lex_state = 4}, [3515] = {.lex_state = 0}, [3516] = {.lex_state = 0}, - [3517] = {.lex_state = 0}, + [3517] = {.lex_state = 0, .external_lex_state = 4}, [3518] = {.lex_state = 0}, [3519] = {.lex_state = 0}, - [3520] = {.lex_state = 0}, - [3521] = {.lex_state = 0, .external_lex_state = 4}, - [3522] = {.lex_state = 0}, + [3520] = {.lex_state = 97}, + [3521] = {.lex_state = 0}, + [3522] = {.lex_state = 0, .external_lex_state = 4}, [3523] = {.lex_state = 0}, - [3524] = {.lex_state = 0, .external_lex_state = 4}, - [3525] = {.lex_state = 0, .external_lex_state = 4}, - [3526] = {.lex_state = 0}, - [3527] = {.lex_state = 0, .external_lex_state = 4}, - [3528] = {.lex_state = 0}, - [3529] = {.lex_state = 91, .external_lex_state = 4}, - [3530] = {.lex_state = 91}, - [3531] = {.lex_state = 0}, - [3532] = {.lex_state = 0}, - [3533] = {.lex_state = 91}, - [3534] = {.lex_state = 0}, - [3535] = {.lex_state = 0}, - [3536] = {.lex_state = 91}, - [3537] = {.lex_state = 91}, - [3538] = {.lex_state = 0}, - [3539] = {.lex_state = 91}, - [3540] = {.lex_state = 91}, + [3524] = {.lex_state = 97}, + [3525] = {.lex_state = 97}, + [3526] = {.lex_state = 97}, + [3527] = {.lex_state = 97}, + [3528] = {.lex_state = 97}, + [3529] = {.lex_state = 0}, + [3530] = {.lex_state = 0}, + [3531] = {.lex_state = 0, .external_lex_state = 4}, + [3532] = {.lex_state = 0, .external_lex_state = 4}, + [3533] = {.lex_state = 0}, + [3534] = {.lex_state = 0, .external_lex_state = 4}, + [3535] = {.lex_state = 0, .external_lex_state = 4}, + [3536] = {.lex_state = 0, .external_lex_state = 4}, + [3537] = {.lex_state = 0, .external_lex_state = 4}, + [3538] = {.lex_state = 0, .external_lex_state = 4}, + [3539] = {.lex_state = 0}, + [3540] = {.lex_state = 13}, [3541] = {.lex_state = 0}, [3542] = {.lex_state = 0}, - [3543] = {.lex_state = 0, .external_lex_state = 4}, + [3543] = {.lex_state = 0}, [3544] = {.lex_state = 0}, - [3545] = {.lex_state = 0}, - [3546] = {.lex_state = 91, .external_lex_state = 4}, - [3547] = {.lex_state = 0}, - [3548] = {.lex_state = 0, .external_lex_state = 4}, - [3549] = {.lex_state = 91}, - [3550] = {.lex_state = 0}, - [3551] = {.lex_state = 0}, - [3552] = {.lex_state = 0}, - [3553] = {.lex_state = 0, .external_lex_state = 4}, - [3554] = {.lex_state = 91}, - [3555] = {.lex_state = 91}, - [3556] = {.lex_state = 0}, - [3557] = {.lex_state = 0}, - [3558] = {.lex_state = 91}, + [3545] = {.lex_state = 97}, + [3546] = {.lex_state = 97}, + [3547] = {.lex_state = 97}, + [3548] = {.lex_state = 0}, + [3549] = {.lex_state = 0, .external_lex_state = 4}, + [3550] = {.lex_state = 0, .external_lex_state = 4}, + [3551] = {.lex_state = 0, .external_lex_state = 4}, + [3552] = {.lex_state = 97}, + [3553] = {.lex_state = 97, .external_lex_state = 4}, + [3554] = {.lex_state = 0}, + [3555] = {.lex_state = 97}, + [3556] = {.lex_state = 0, .external_lex_state = 4}, + [3557] = {.lex_state = 97}, + [3558] = {.lex_state = 97}, [3559] = {.lex_state = 0}, - [3560] = {.lex_state = 0}, - [3561] = {.lex_state = 0}, - [3562] = {.lex_state = 0}, + [3560] = {.lex_state = 97}, + [3561] = {.lex_state = 97}, + [3562] = {.lex_state = 97}, [3563] = {.lex_state = 0}, - [3564] = {.lex_state = 0}, - [3565] = {.lex_state = 0}, - [3566] = {.lex_state = 0}, - [3567] = {.lex_state = 0}, - [3568] = {.lex_state = 91}, - [3569] = {.lex_state = 91}, - [3570] = {.lex_state = 91}, - [3571] = {.lex_state = 91}, - [3572] = {.lex_state = 91}, - [3573] = {.lex_state = 0}, + [3564] = {.lex_state = 0, .external_lex_state = 4}, + [3565] = {.lex_state = 1}, + [3566] = {.lex_state = 0, .external_lex_state = 4}, + [3567] = {.lex_state = 97}, + [3568] = {.lex_state = 97}, + [3569] = {.lex_state = 0}, + [3570] = {.lex_state = 0, .external_lex_state = 4}, + [3571] = {.lex_state = 0, .external_lex_state = 4}, + [3572] = {.lex_state = 0}, + [3573] = {.lex_state = 97}, [3574] = {.lex_state = 0}, - [3575] = {.lex_state = 0}, - [3576] = {.lex_state = 0}, + [3575] = {.lex_state = 0, .external_lex_state = 4}, + [3576] = {.lex_state = 97}, [3577] = {.lex_state = 0}, [3578] = {.lex_state = 0}, - [3579] = {.lex_state = 91}, - [3580] = {.lex_state = 0, .external_lex_state = 4}, - [3581] = {.lex_state = 0, .external_lex_state = 4}, - [3582] = {.lex_state = 17, .external_lex_state = 6}, - [3583] = {.lex_state = 0, .external_lex_state = 4}, - [3584] = {.lex_state = 0, .external_lex_state = 4}, + [3579] = {.lex_state = 0, .external_lex_state = 4}, + [3580] = {.lex_state = 0}, + [3581] = {.lex_state = 0}, + [3582] = {.lex_state = 97}, + [3583] = {.lex_state = 97}, + [3584] = {.lex_state = 0}, [3585] = {.lex_state = 0, .external_lex_state = 4}, - [3586] = {.lex_state = 91}, - [3587] = {.lex_state = 0, .external_lex_state = 4}, - [3588] = {.lex_state = 91}, - [3589] = {.lex_state = 91}, - [3590] = {.lex_state = 91}, - [3591] = {.lex_state = 0, .external_lex_state = 4}, - [3592] = {.lex_state = 0, .external_lex_state = 4}, - [3593] = {.lex_state = 91}, - [3594] = {.lex_state = 91}, - [3595] = {.lex_state = 91}, - [3596] = {.lex_state = 91}, - [3597] = {.lex_state = 0, .external_lex_state = 4}, + [3586] = {.lex_state = 97}, + [3587] = {.lex_state = 97}, + [3588] = {.lex_state = 0}, + [3589] = {.lex_state = 97}, + [3590] = {.lex_state = 0}, + [3591] = {.lex_state = 97}, + [3592] = {.lex_state = 0}, + [3593] = {.lex_state = 97}, + [3594] = {.lex_state = 0, .external_lex_state = 4}, + [3595] = {.lex_state = 0}, + [3596] = {.lex_state = 0}, + [3597] = {.lex_state = 97}, [3598] = {.lex_state = 0, .external_lex_state = 4}, [3599] = {.lex_state = 0}, - [3600] = {.lex_state = 0, .external_lex_state = 4}, - [3601] = {.lex_state = 0, .external_lex_state = 4}, - [3602] = {.lex_state = 0, .external_lex_state = 4}, + [3600] = {.lex_state = 0}, + [3601] = {.lex_state = 0}, + [3602] = {.lex_state = 0}, [3603] = {.lex_state = 0, .external_lex_state = 4}, - [3604] = {.lex_state = 0, .external_lex_state = 4}, - [3605] = {.lex_state = 0, .external_lex_state = 4}, + [3604] = {.lex_state = 97}, + [3605] = {.lex_state = 0}, [3606] = {.lex_state = 0}, - [3607] = {.lex_state = 91}, - [3608] = {.lex_state = 91}, - [3609] = {.lex_state = 0}, - [3610] = {.lex_state = 91}, - [3611] = {.lex_state = 0}, - [3612] = {.lex_state = 91}, - [3613] = {.lex_state = 0, .external_lex_state = 4}, - [3614] = {.lex_state = 0}, - [3615] = {.lex_state = 0}, - [3616] = {.lex_state = 0}, + [3607] = {.lex_state = 97}, + [3608] = {.lex_state = 4}, + [3609] = {.lex_state = 97}, + [3610] = {.lex_state = 0}, + [3611] = {.lex_state = 97}, + [3612] = {.lex_state = 0, .external_lex_state = 4}, + [3613] = {.lex_state = 0}, + [3614] = {.lex_state = 0, .external_lex_state = 4}, + [3615] = {.lex_state = 0, .external_lex_state = 4}, + [3616] = {.lex_state = 0, .external_lex_state = 4}, [3617] = {.lex_state = 0}, - [3618] = {.lex_state = 0}, - [3619] = {.lex_state = 0}, - [3620] = {.lex_state = 1}, - [3621] = {.lex_state = 0, .external_lex_state = 4}, + [3618] = {.lex_state = 0, .external_lex_state = 4}, + [3619] = {.lex_state = 97}, + [3620] = {.lex_state = 97}, + [3621] = {.lex_state = 97}, [3622] = {.lex_state = 0, .external_lex_state = 4}, - [3623] = {.lex_state = 0, .external_lex_state = 4}, - [3624] = {.lex_state = 0, .external_lex_state = 4}, - [3625] = {.lex_state = 0, .external_lex_state = 4}, - [3626] = {.lex_state = 91}, - [3627] = {.lex_state = 91, .external_lex_state = 4}, - [3628] = {.lex_state = 0}, + [3623] = {.lex_state = 97}, + [3624] = {.lex_state = 0}, + [3625] = {.lex_state = 0}, + [3626] = {.lex_state = 0}, + [3627] = {.lex_state = 0}, + [3628] = {.lex_state = 0, .external_lex_state = 4}, [3629] = {.lex_state = 0}, - [3630] = {.lex_state = 0, .external_lex_state = 4}, - [3631] = {.lex_state = 91}, - [3632] = {.lex_state = 0, .external_lex_state = 4}, - [3633] = {.lex_state = 0}, + [3630] = {.lex_state = 0}, + [3631] = {.lex_state = 0, .external_lex_state = 4}, + [3632] = {.lex_state = 0}, + [3633] = {.lex_state = 0, .external_lex_state = 4}, [3634] = {.lex_state = 0, .external_lex_state = 4}, - [3635] = {.lex_state = 0}, + [3635] = {.lex_state = 0, .external_lex_state = 4}, [3636] = {.lex_state = 0}, - [3637] = {.lex_state = 91}, - [3638] = {.lex_state = 0}, + [3637] = {.lex_state = 0}, + [3638] = {.lex_state = 0, .external_lex_state = 4}, [3639] = {.lex_state = 0, .external_lex_state = 4}, - [3640] = {.lex_state = 0}, - [3641] = {.lex_state = 0}, + [3640] = {.lex_state = 97}, + [3641] = {.lex_state = 0, .external_lex_state = 4}, [3642] = {.lex_state = 0}, - [3643] = {.lex_state = 91}, - [3644] = {.lex_state = 91}, - [3645] = {.lex_state = 0, .external_lex_state = 4}, - [3646] = {.lex_state = 0}, - [3647] = {.lex_state = 91}, + [3643] = {.lex_state = 0, .external_lex_state = 4}, + [3644] = {.lex_state = 0, .external_lex_state = 4}, + [3645] = {.lex_state = 0}, + [3646] = {.lex_state = 97, .external_lex_state = 4}, + [3647] = {.lex_state = 0}, [3648] = {.lex_state = 0, .external_lex_state = 4}, - [3649] = {.lex_state = 0}, + [3649] = {.lex_state = 97}, [3650] = {.lex_state = 0}, - [3651] = {.lex_state = 91}, - [3652] = {.lex_state = 91}, - [3653] = {.lex_state = 0}, - [3654] = {.lex_state = 0}, - [3655] = {.lex_state = 0}, - [3656] = {.lex_state = 91}, + [3651] = {.lex_state = 0}, + [3652] = {.lex_state = 0}, + [3653] = {.lex_state = 97}, + [3654] = {.lex_state = 97}, + [3655] = {.lex_state = 97, .external_lex_state = 4}, + [3656] = {.lex_state = 0}, [3657] = {.lex_state = 0}, - [3658] = {.lex_state = 0, .external_lex_state = 4}, - [3659] = {.lex_state = 0, .external_lex_state = 4}, - [3660] = {.lex_state = 0, .external_lex_state = 4}, - [3661] = {.lex_state = 91}, - [3662] = {.lex_state = 1}, - [3663] = {.lex_state = 91}, - [3664] = {.lex_state = 91}, - [3665] = {.lex_state = 91}, - [3666] = {.lex_state = 91}, - [3667] = {.lex_state = 91}, - [3668] = {.lex_state = 0, .external_lex_state = 4}, - [3669] = {.lex_state = 91}, - [3670] = {.lex_state = 91}, - [3671] = {.lex_state = 91}, - [3672] = {.lex_state = 91}, - [3673] = {.lex_state = 0, .external_lex_state = 4}, + [3658] = {.lex_state = 4}, + [3659] = {.lex_state = 97}, + [3660] = {.lex_state = 0}, + [3661] = {.lex_state = 0}, + [3662] = {.lex_state = 97}, + [3663] = {.lex_state = 0}, + [3664] = {.lex_state = 0, .external_lex_state = 4}, + [3665] = {.lex_state = 0, .external_lex_state = 4}, + [3666] = {.lex_state = 0}, + [3667] = {.lex_state = 0}, + [3668] = {.lex_state = 0}, + [3669] = {.lex_state = 0}, + [3670] = {.lex_state = 97}, + [3671] = {.lex_state = 0}, + [3672] = {.lex_state = 0}, + [3673] = {.lex_state = 0}, [3674] = {.lex_state = 0}, [3675] = {.lex_state = 0}, - [3676] = {.lex_state = 91}, - [3677] = {.lex_state = 91}, - [3678] = {.lex_state = 91}, + [3676] = {.lex_state = 97}, + [3677] = {.lex_state = 0}, + [3678] = {.lex_state = 97}, [3679] = {.lex_state = 0}, [3680] = {.lex_state = 0}, - [3681] = {.lex_state = 91}, - [3682] = {.lex_state = 0}, - [3683] = {.lex_state = 91}, - [3684] = {.lex_state = 91}, - [3685] = {.lex_state = 0}, + [3681] = {.lex_state = 0}, + [3682] = {.lex_state = 97}, + [3683] = {.lex_state = 0}, + [3684] = {.lex_state = 0, .external_lex_state = 4}, + [3685] = {.lex_state = 97}, [3686] = {.lex_state = 0}, - [3687] = {.lex_state = 91}, + [3687] = {.lex_state = 97}, [3688] = {.lex_state = 0}, - [3689] = {.lex_state = 91}, - [3690] = {.lex_state = 91}, - [3691] = {.lex_state = 91}, - [3692] = {.lex_state = 91}, - [3693] = {.lex_state = 91}, - [3694] = {.lex_state = 91}, - [3695] = {.lex_state = 91}, + [3689] = {.lex_state = 0}, + [3690] = {.lex_state = 97}, + [3691] = {.lex_state = 0}, + [3692] = {.lex_state = 97}, + [3693] = {.lex_state = 0, .external_lex_state = 4}, + [3694] = {.lex_state = 0, .external_lex_state = 4}, + [3695] = {.lex_state = 0, .external_lex_state = 4}, [3696] = {.lex_state = 0, .external_lex_state = 4}, [3697] = {.lex_state = 0, .external_lex_state = 4}, [3698] = {.lex_state = 0, .external_lex_state = 4}, - [3699] = {.lex_state = 91}, - [3700] = {.lex_state = 91}, - [3701] = {.lex_state = 0, .external_lex_state = 4}, - [3702] = {.lex_state = 91}, - [3703] = {.lex_state = 91}, - [3704] = {.lex_state = 91}, - [3705] = {.lex_state = 0, .external_lex_state = 4}, - [3706] = {.lex_state = 91}, - [3707] = {.lex_state = 91}, - [3708] = {.lex_state = 0}, + [3699] = {.lex_state = 0}, + [3700] = {.lex_state = 97, .external_lex_state = 4}, + [3701] = {.lex_state = 0}, + [3702] = {.lex_state = 0, .external_lex_state = 4}, + [3703] = {.lex_state = 0, .external_lex_state = 4}, + [3704] = {.lex_state = 97}, + [3705] = {.lex_state = 97}, + [3706] = {.lex_state = 97}, + [3707] = {.lex_state = 97}, + [3708] = {.lex_state = 97}, [3709] = {.lex_state = 0}, - [3710] = {.lex_state = 0, .external_lex_state = 4}, - [3711] = {.lex_state = 91}, + [3710] = {.lex_state = 0}, + [3711] = {.lex_state = 0}, [3712] = {.lex_state = 0}, - [3713] = {.lex_state = 91}, - [3714] = {.lex_state = 91}, - [3715] = {.lex_state = 91}, - [3716] = {.lex_state = 91}, - [3717] = {.lex_state = 0}, + [3713] = {.lex_state = 0}, + [3714] = {.lex_state = 97}, + [3715] = {.lex_state = 97}, + [3716] = {.lex_state = 0}, + [3717] = {.lex_state = 97}, [3718] = {.lex_state = 0}, - [3719] = {.lex_state = 91}, - [3720] = {.lex_state = 0}, - [3721] = {.lex_state = 0, .external_lex_state = 4}, - [3722] = {.lex_state = 0}, - [3723] = {.lex_state = 91}, - [3724] = {.lex_state = 91}, - [3725] = {.lex_state = 91}, + [3719] = {.lex_state = 97}, + [3720] = {.lex_state = 97}, + [3721] = {.lex_state = 4}, + [3722] = {.lex_state = 97}, + [3723] = {.lex_state = 0, .external_lex_state = 4}, + [3724] = {.lex_state = 0}, + [3725] = {.lex_state = 97}, [3726] = {.lex_state = 0}, - [3727] = {.lex_state = 91}, - [3728] = {.lex_state = 91}, - [3729] = {.lex_state = 0}, - [3730] = {.lex_state = 91}, - [3731] = {.lex_state = 0}, - [3732] = {.lex_state = 91}, + [3727] = {.lex_state = 18, .external_lex_state = 6}, + [3728] = {.lex_state = 0}, + [3729] = {.lex_state = 97}, + [3730] = {.lex_state = 13}, + [3731] = {.lex_state = 97}, + [3732] = {.lex_state = 0, .external_lex_state = 4}, [3733] = {.lex_state = 0, .external_lex_state = 4}, - [3734] = {.lex_state = 0, .external_lex_state = 4}, + [3734] = {.lex_state = 97}, [3735] = {.lex_state = 0}, - [3736] = {.lex_state = 0, .external_lex_state = 4}, - [3737] = {.lex_state = 91}, - [3738] = {.lex_state = 91}, - [3739] = {.lex_state = 0, .external_lex_state = 4}, + [3736] = {.lex_state = 97}, + [3737] = {.lex_state = 0}, + [3738] = {.lex_state = 0}, + [3739] = {.lex_state = 97}, [3740] = {.lex_state = 0}, [3741] = {.lex_state = 0}, - [3742] = {.lex_state = 0}, - [3743] = {.lex_state = 91}, + [3742] = {.lex_state = 97}, + [3743] = {.lex_state = 97}, [3744] = {.lex_state = 0}, - [3745] = {.lex_state = 91}, - [3746] = {.lex_state = 91}, - [3747] = {.lex_state = 91}, - [3748] = {.lex_state = 91}, - [3749] = {.lex_state = 0, .external_lex_state = 4}, - [3750] = {.lex_state = 91}, - [3751] = {.lex_state = 91}, + [3745] = {.lex_state = 97}, + [3746] = {.lex_state = 0}, + [3747] = {.lex_state = 97}, + [3748] = {.lex_state = 97}, + [3749] = {.lex_state = 97}, + [3750] = {.lex_state = 0, .external_lex_state = 4}, + [3751] = {.lex_state = 97}, [3752] = {.lex_state = 0}, - [3753] = {.lex_state = 91}, - [3754] = {.lex_state = 0}, - [3755] = {.lex_state = 91}, - [3756] = {.lex_state = 91}, - [3757] = {.lex_state = 91}, - [3758] = {.lex_state = 91}, - [3759] = {.lex_state = 91}, + [3753] = {.lex_state = 0}, + [3754] = {.lex_state = 97}, + [3755] = {.lex_state = 97}, + [3756] = {.lex_state = 0}, + [3757] = {.lex_state = 97}, + [3758] = {.lex_state = 0}, + [3759] = {.lex_state = 0, .external_lex_state = 4}, [3760] = {.lex_state = 0}, - [3761] = {.lex_state = 91}, - [3762] = {.lex_state = 0}, - [3763] = {.lex_state = 91}, - [3764] = {.lex_state = 0}, - [3765] = {.lex_state = 91}, - [3766] = {.lex_state = 91}, - [3767] = {.lex_state = 91}, - [3768] = {.lex_state = 91}, - [3769] = {.lex_state = 91}, - [3770] = {.lex_state = 91}, + [3761] = {.lex_state = 0}, + [3762] = {.lex_state = 97}, + [3763] = {.lex_state = 0}, + [3764] = {.lex_state = 97}, + [3765] = {.lex_state = 97}, + [3766] = {.lex_state = 97}, + [3767] = {.lex_state = 0}, + [3768] = {.lex_state = 97}, + [3769] = {.lex_state = 97}, + [3770] = {.lex_state = 0, .external_lex_state = 4}, [3771] = {.lex_state = 0, .external_lex_state = 4}, - [3772] = {.lex_state = 91}, - [3773] = {.lex_state = 91}, - [3774] = {.lex_state = 91}, - [3775] = {.lex_state = 91}, - [3776] = {.lex_state = 91}, - [3777] = {.lex_state = 91}, - [3778] = {.lex_state = 91}, - [3779] = {.lex_state = 91}, - [3780] = {.lex_state = 91}, - [3781] = {.lex_state = 91}, - [3782] = {.lex_state = 91}, - [3783] = {.lex_state = 91}, + [3772] = {.lex_state = 0}, + [3773] = {.lex_state = 97}, + [3774] = {.lex_state = 97}, + [3775] = {.lex_state = 97}, + [3776] = {.lex_state = 97}, + [3777] = {.lex_state = 0}, + [3778] = {.lex_state = 97}, + [3779] = {.lex_state = 97}, + [3780] = {.lex_state = 97}, + [3781] = {.lex_state = 0}, + [3782] = {.lex_state = 97}, + [3783] = {.lex_state = 0}, [3784] = {.lex_state = 0}, - [3785] = {.lex_state = 91}, - [3786] = {.lex_state = 91}, - [3787] = {.lex_state = 91}, - [3788] = {.lex_state = 91}, - [3789] = {.lex_state = 91}, - [3790] = {.lex_state = 91}, - [3791] = {.lex_state = 0}, - [3792] = {.lex_state = 91}, - [3793] = {.lex_state = 91}, - [3794] = {.lex_state = 91}, - [3795] = {.lex_state = 0, .external_lex_state = 4}, - [3796] = {.lex_state = 91}, - [3797] = {.lex_state = 91}, + [3785] = {.lex_state = 97}, + [3786] = {.lex_state = 0}, + [3787] = {.lex_state = 97}, + [3788] = {.lex_state = 97}, + [3789] = {.lex_state = 0}, + [3790] = {.lex_state = 97}, + [3791] = {.lex_state = 97}, + [3792] = {.lex_state = 0}, + [3793] = {.lex_state = 97}, + [3794] = {.lex_state = 97}, + [3795] = {.lex_state = 0}, + [3796] = {.lex_state = 0}, + [3797] = {.lex_state = 97}, [3798] = {.lex_state = 0}, - [3799] = {.lex_state = 91}, - [3800] = {.lex_state = 91}, - [3801] = {.lex_state = 0}, - [3802] = {.lex_state = 0}, - [3803] = {.lex_state = 0}, - [3804] = {.lex_state = 91}, - [3805] = {.lex_state = 91}, - [3806] = {.lex_state = 91}, - [3807] = {.lex_state = 91}, - [3808] = {.lex_state = 91}, + [3799] = {.lex_state = 97}, + [3800] = {.lex_state = 97}, + [3801] = {.lex_state = 97}, + [3802] = {.lex_state = 97}, + [3803] = {.lex_state = 97}, + [3804] = {.lex_state = 0}, + [3805] = {.lex_state = 97}, + [3806] = {.lex_state = 97}, + [3807] = {.lex_state = 97}, + [3808] = {.lex_state = 0}, [3809] = {.lex_state = 0}, - [3810] = {.lex_state = 91}, - [3811] = {.lex_state = 91}, - [3812] = {.lex_state = 91}, + [3810] = {.lex_state = 97}, + [3811] = {.lex_state = 0}, + [3812] = {.lex_state = 97}, [3813] = {.lex_state = 0, .external_lex_state = 4}, [3814] = {.lex_state = 0, .external_lex_state = 4}, - [3815] = {.lex_state = 91}, - [3816] = {.lex_state = 0}, + [3815] = {.lex_state = 0}, + [3816] = {.lex_state = 97}, [3817] = {.lex_state = 0}, - [3818] = {.lex_state = 0}, - [3819] = {.lex_state = 91}, - [3820] = {.lex_state = 0}, - [3821] = {.lex_state = 91}, - [3822] = {.lex_state = 0}, - [3823] = {.lex_state = 91}, - [3824] = {.lex_state = 91}, - [3825] = {.lex_state = 91}, - [3826] = {.lex_state = 91}, - [3827] = {.lex_state = 0}, - [3828] = {.lex_state = 91}, - [3829] = {.lex_state = 91}, - [3830] = {.lex_state = 91}, - [3831] = {.lex_state = 0}, - [3832] = {.lex_state = 91}, - [3833] = {.lex_state = 91}, + [3818] = {.lex_state = 97}, + [3819] = {.lex_state = 0}, + [3820] = {.lex_state = 97}, + [3821] = {.lex_state = 97}, + [3822] = {.lex_state = 97}, + [3823] = {.lex_state = 97}, + [3824] = {.lex_state = 0}, + [3825] = {.lex_state = 97}, + [3826] = {.lex_state = 97}, + [3827] = {.lex_state = 97}, + [3828] = {.lex_state = 0}, + [3829] = {.lex_state = 97}, + [3830] = {.lex_state = 97}, + [3831] = {.lex_state = 97}, + [3832] = {.lex_state = 0}, + [3833] = {.lex_state = 97}, [3834] = {.lex_state = 0}, [3835] = {.lex_state = 0}, - [3836] = {.lex_state = 0}, - [3837] = {.lex_state = 0}, - [3838] = {.lex_state = 91}, - [3839] = {.lex_state = 0}, - [3840] = {.lex_state = 0}, - [3841] = {.lex_state = 0}, - [3842] = {.lex_state = 0}, - [3843] = {.lex_state = 91}, + [3836] = {.lex_state = 97}, + [3837] = {.lex_state = 97}, + [3838] = {.lex_state = 97}, + [3839] = {.lex_state = 97}, + [3840] = {.lex_state = 97}, + [3841] = {.lex_state = 97}, + [3842] = {.lex_state = 97}, + [3843] = {.lex_state = 97}, [3844] = {.lex_state = 0}, [3845] = {.lex_state = 0}, - [3846] = {.lex_state = 91}, - [3847] = {.lex_state = 91}, + [3846] = {.lex_state = 97}, + [3847] = {.lex_state = 0}, [3848] = {.lex_state = 0}, - [3849] = {.lex_state = 91}, - [3850] = {.lex_state = 91}, - [3851] = {.lex_state = 91}, - [3852] = {.lex_state = 91}, - [3853] = {.lex_state = 0}, - [3854] = {.lex_state = 0}, - [3855] = {.lex_state = 0}, - [3856] = {.lex_state = 0}, - [3857] = {.lex_state = 91}, - [3858] = {.lex_state = 0}, - [3859] = {.lex_state = 0, .external_lex_state = 4}, - [3860] = {.lex_state = 0}, - [3861] = {.lex_state = 91}, - [3862] = {.lex_state = 91}, - [3863] = {.lex_state = 0}, + [3849] = {.lex_state = 0, .external_lex_state = 4}, + [3850] = {.lex_state = 97}, + [3851] = {.lex_state = 97}, + [3852] = {.lex_state = 97}, + [3853] = {.lex_state = 97}, + [3854] = {.lex_state = 97}, + [3855] = {.lex_state = 97}, + [3856] = {.lex_state = 97}, + [3857] = {.lex_state = 97}, + [3858] = {.lex_state = 97}, + [3859] = {.lex_state = 0}, + [3860] = {.lex_state = 0, .external_lex_state = 4}, + [3861] = {.lex_state = 0}, + [3862] = {.lex_state = 97}, + [3863] = {.lex_state = 97}, [3864] = {.lex_state = 0}, - [3865] = {.lex_state = 0}, - [3866] = {.lex_state = 0}, - [3867] = {.lex_state = 91}, - [3868] = {.lex_state = 91}, - [3869] = {.lex_state = 91}, - [3870] = {.lex_state = 91}, - [3871] = {.lex_state = 91}, + [3865] = {.lex_state = 97}, + [3866] = {.lex_state = 97}, + [3867] = {.lex_state = 0}, + [3868] = {.lex_state = 97}, + [3869] = {.lex_state = 97}, + [3870] = {.lex_state = 0, .external_lex_state = 4}, + [3871] = {.lex_state = 0}, [3872] = {.lex_state = 0, .external_lex_state = 4}, - [3873] = {.lex_state = 0}, - [3874] = {.lex_state = 0}, - [3875] = {.lex_state = 0}, - [3876] = {.lex_state = 91}, + [3873] = {.lex_state = 97}, + [3874] = {.lex_state = 97}, + [3875] = {.lex_state = 97}, + [3876] = {.lex_state = 97}, [3877] = {.lex_state = 0}, - [3878] = {.lex_state = 0}, - [3879] = {.lex_state = 91}, - [3880] = {.lex_state = 0}, - [3881] = {.lex_state = 0}, + [3878] = {.lex_state = 97}, + [3879] = {.lex_state = 0, .external_lex_state = 4}, + [3880] = {.lex_state = 97}, + [3881] = {.lex_state = 97}, [3882] = {.lex_state = 0, .external_lex_state = 4}, - [3883] = {.lex_state = 0}, + [3883] = {.lex_state = 97}, [3884] = {.lex_state = 0}, [3885] = {.lex_state = 0}, - [3886] = {.lex_state = 0}, + [3886] = {.lex_state = 97}, [3887] = {.lex_state = 0}, - [3888] = {.lex_state = 0}, + [3888] = {.lex_state = 97}, [3889] = {.lex_state = 0}, - [3890] = {.lex_state = 0}, - [3891] = {.lex_state = 91}, - [3892] = {.lex_state = 0}, + [3890] = {.lex_state = 97}, + [3891] = {.lex_state = 0}, + [3892] = {.lex_state = 97}, [3893] = {.lex_state = 0}, - [3894] = {.lex_state = 91}, - [3895] = {.lex_state = 91}, - [3896] = {.lex_state = 91}, - [3897] = {.lex_state = 91}, - [3898] = {.lex_state = 91}, - [3899] = {.lex_state = 0}, + [3894] = {.lex_state = 0}, + [3895] = {.lex_state = 0}, + [3896] = {.lex_state = 0}, + [3897] = {.lex_state = 97}, + [3898] = {.lex_state = 0}, + [3899] = {.lex_state = 97}, [3900] = {.lex_state = 0}, - [3901] = {.lex_state = 91}, + [3901] = {.lex_state = 97}, [3902] = {.lex_state = 0}, - [3903] = {.lex_state = 91}, - [3904] = {.lex_state = 0, .external_lex_state = 4}, - [3905] = {.lex_state = 0}, - [3906] = {.lex_state = 0, .external_lex_state = 4}, - [3907] = {.lex_state = 0, .external_lex_state = 4}, - [3908] = {.lex_state = 91}, - [3909] = {.lex_state = 0}, - [3910] = {.lex_state = 91}, - [3911] = {.lex_state = 0}, - [3912] = {.lex_state = 0}, - [3913] = {.lex_state = 91}, + [3903] = {.lex_state = 97}, + [3904] = {.lex_state = 97}, + [3905] = {.lex_state = 97}, + [3906] = {.lex_state = 97}, + [3907] = {.lex_state = 97}, + [3908] = {.lex_state = 97}, + [3909] = {.lex_state = 0, .external_lex_state = 4}, + [3910] = {.lex_state = 0}, + [3911] = {.lex_state = 97}, + [3912] = {.lex_state = 97}, + [3913] = {.lex_state = 0, .external_lex_state = 4}, [3914] = {.lex_state = 0}, - [3915] = {.lex_state = 0}, - [3916] = {.lex_state = 0}, - [3917] = {.lex_state = 91}, - [3918] = {.lex_state = 91}, + [3915] = {.lex_state = 0, .external_lex_state = 4}, + [3916] = {.lex_state = 0, .external_lex_state = 4}, + [3917] = {.lex_state = 97}, + [3918] = {.lex_state = 0}, [3919] = {.lex_state = 0}, [3920] = {.lex_state = 0}, - [3921] = {.lex_state = 0}, - [3922] = {.lex_state = 0}, - [3923] = {.lex_state = 2}, + [3921] = {.lex_state = 0, .external_lex_state = 4}, + [3922] = {.lex_state = 97}, + [3923] = {.lex_state = 0}, [3924] = {.lex_state = 0}, - [3925] = {.lex_state = 0}, - [3926] = {.lex_state = 0}, - [3927] = {.lex_state = 0}, - [3928] = {.lex_state = 91}, - [3929] = {.lex_state = 91}, - [3930] = {.lex_state = 91}, - [3931] = {.lex_state = 0}, + [3925] = {.lex_state = 97}, + [3926] = {.lex_state = 97}, + [3927] = {.lex_state = 0, .external_lex_state = 4}, + [3928] = {.lex_state = 97}, + [3929] = {.lex_state = 97}, + [3930] = {.lex_state = 97}, + [3931] = {.lex_state = 97}, [3932] = {.lex_state = 0}, - [3933] = {.lex_state = 0}, - [3934] = {.lex_state = 0}, + [3933] = {.lex_state = 97}, + [3934] = {.lex_state = 97}, [3935] = {.lex_state = 0}, - [3936] = {.lex_state = 91}, - [3937] = {.lex_state = 0}, - [3938] = {.lex_state = 0}, - [3939] = {.lex_state = 0}, - [3940] = {.lex_state = 0}, - [3941] = {.lex_state = 0}, - [3942] = {.lex_state = 12}, + [3936] = {.lex_state = 97}, + [3937] = {.lex_state = 0, .external_lex_state = 4}, + [3938] = {.lex_state = 97}, + [3939] = {.lex_state = 0, .external_lex_state = 4}, + [3940] = {.lex_state = 0, .external_lex_state = 4}, + [3941] = {.lex_state = 97}, + [3942] = {.lex_state = 97}, [3943] = {.lex_state = 0}, - [3944] = {.lex_state = 0}, - [3945] = {.lex_state = 0}, - [3946] = {.lex_state = 0}, - [3947] = {.lex_state = 91}, - [3948] = {.lex_state = 0}, + [3944] = {.lex_state = 0, .external_lex_state = 4}, + [3945] = {.lex_state = 97}, + [3946] = {.lex_state = 0, .external_lex_state = 4}, + [3947] = {.lex_state = 0}, + [3948] = {.lex_state = 97}, [3949] = {.lex_state = 0}, - [3950] = {.lex_state = 0}, + [3950] = {.lex_state = 97}, [3951] = {.lex_state = 0}, [3952] = {.lex_state = 0}, [3953] = {.lex_state = 0}, [3954] = {.lex_state = 0}, [3955] = {.lex_state = 0}, - [3956] = {.lex_state = 0}, + [3956] = {.lex_state = 13}, [3957] = {.lex_state = 0}, - [3958] = {.lex_state = 0}, + [3958] = {.lex_state = 97}, [3959] = {.lex_state = 0}, - [3960] = {.lex_state = 0}, + [3960] = {.lex_state = 97}, [3961] = {.lex_state = 0}, - [3962] = {.lex_state = 0}, - [3963] = {.lex_state = 91}, - [3964] = {.lex_state = 0}, + [3962] = {.lex_state = 97}, + [3963] = {.lex_state = 97}, + [3964] = {.lex_state = 97}, [3965] = {.lex_state = 0}, - [3966] = {.lex_state = 0}, + [3966] = {.lex_state = 97}, [3967] = {.lex_state = 0}, - [3968] = {.lex_state = 0}, - [3969] = {.lex_state = 0}, - [3970] = {.lex_state = 91}, - [3971] = {.lex_state = 0}, - [3972] = {.lex_state = 0}, - [3973] = {.lex_state = 0}, + [3968] = {.lex_state = 97}, + [3969] = {.lex_state = 97}, + [3970] = {.lex_state = 97}, + [3971] = {.lex_state = 97}, + [3972] = {.lex_state = 97}, + [3973] = {.lex_state = 97}, [3974] = {.lex_state = 0}, [3975] = {.lex_state = 0}, - [3976] = {.lex_state = 0}, - [3977] = {.lex_state = 2}, - [3978] = {.lex_state = 0}, - [3979] = {.lex_state = 0}, - [3980] = {.lex_state = 0}, - [3981] = {.lex_state = 0}, - [3982] = {.lex_state = 0}, - [3983] = {.lex_state = 91}, - [3984] = {.lex_state = 91}, - [3985] = {.lex_state = 0}, - [3986] = {.lex_state = 91}, - [3987] = {.lex_state = 0}, + [3976] = {.lex_state = 97}, + [3977] = {.lex_state = 0, .external_lex_state = 4}, + [3978] = {.lex_state = 97}, + [3979] = {.lex_state = 97}, + [3980] = {.lex_state = 0, .external_lex_state = 4}, + [3981] = {.lex_state = 0, .external_lex_state = 4}, + [3982] = {.lex_state = 97}, + [3983] = {.lex_state = 0}, + [3984] = {.lex_state = 97}, + [3985] = {.lex_state = 1}, + [3986] = {.lex_state = 0}, + [3987] = {.lex_state = 0, .external_lex_state = 4}, [3988] = {.lex_state = 0}, - [3989] = {.lex_state = 0}, - [3990] = {.lex_state = 0}, - [3991] = {.lex_state = 0}, - [3992] = {.lex_state = 91}, - [3993] = {.lex_state = 0}, + [3989] = {.lex_state = 97}, + [3990] = {.lex_state = 97}, + [3991] = {.lex_state = 0, .external_lex_state = 4}, + [3992] = {.lex_state = 0}, + [3993] = {.lex_state = 97}, [3994] = {.lex_state = 0}, - [3995] = {.lex_state = 2}, - [3996] = {.lex_state = 0}, - [3997] = {.lex_state = 91}, - [3998] = {.lex_state = 0}, - [3999] = {.lex_state = 0}, + [3995] = {.lex_state = 97}, + [3996] = {.lex_state = 97}, + [3997] = {.lex_state = 97}, + [3998] = {.lex_state = 97}, + [3999] = {.lex_state = 97}, [4000] = {.lex_state = 0}, - [4001] = {.lex_state = 91}, + [4001] = {.lex_state = 97}, [4002] = {.lex_state = 0}, - [4003] = {.lex_state = 91}, + [4003] = {.lex_state = 97}, [4004] = {.lex_state = 0}, - [4005] = {.lex_state = 0}, - [4006] = {.lex_state = 0}, + [4005] = {.lex_state = 97}, + [4006] = {.lex_state = 97}, [4007] = {.lex_state = 0}, - [4008] = {.lex_state = 91}, + [4008] = {.lex_state = 0}, [4009] = {.lex_state = 0}, [4010] = {.lex_state = 0}, - [4011] = {.lex_state = 91}, + [4011] = {.lex_state = 0}, [4012] = {.lex_state = 0}, - [4013] = {.lex_state = 0}, - [4014] = {.lex_state = 0}, - [4015] = {.lex_state = 0}, - [4016] = {.lex_state = 91}, + [4013] = {.lex_state = 97}, + [4014] = {.lex_state = 97}, + [4015] = {.lex_state = 97}, + [4016] = {.lex_state = 0}, [4017] = {.lex_state = 0}, - [4018] = {.lex_state = 0}, - [4019] = {.lex_state = 0}, + [4018] = {.lex_state = 97}, + [4019] = {.lex_state = 97}, [4020] = {.lex_state = 0}, [4021] = {.lex_state = 0}, [4022] = {.lex_state = 0}, [4023] = {.lex_state = 0}, - [4024] = {.lex_state = 0}, - [4025] = {.lex_state = 12}, - [4026] = {.lex_state = 0}, - [4027] = {.lex_state = 91}, - [4028] = {.lex_state = 91}, + [4024] = {.lex_state = 2}, + [4025] = {.lex_state = 0}, + [4026] = {.lex_state = 2}, + [4027] = {.lex_state = 0}, + [4028] = {.lex_state = 0}, [4029] = {.lex_state = 0}, [4030] = {.lex_state = 0}, [4031] = {.lex_state = 0}, [4032] = {.lex_state = 0}, [4033] = {.lex_state = 0}, [4034] = {.lex_state = 0}, - [4035] = {.lex_state = 91}, - [4036] = {.lex_state = 91}, + [4035] = {.lex_state = 97}, + [4036] = {.lex_state = 0}, [4037] = {.lex_state = 0}, - [4038] = {.lex_state = 91}, - [4039] = {.lex_state = 0}, - [4040] = {.lex_state = 0}, - [4041] = {.lex_state = 0}, + [4038] = {.lex_state = 0}, + [4039] = {.lex_state = 97}, + [4040] = {.lex_state = 97}, + [4041] = {.lex_state = 13}, [4042] = {.lex_state = 0}, [4043] = {.lex_state = 0}, [4044] = {.lex_state = 0}, - [4045] = {.lex_state = 2}, + [4045] = {.lex_state = 0}, [4046] = {.lex_state = 0}, - [4047] = {.lex_state = 91}, - [4048] = {.lex_state = 91}, - [4049] = {.lex_state = 91}, - [4050] = {.lex_state = 0}, - [4051] = {.lex_state = 91}, - [4052] = {.lex_state = 0}, - [4053] = {.lex_state = 91}, - [4054] = {.lex_state = 91}, - [4055] = {.lex_state = 0}, - [4056] = {.lex_state = 91}, - [4057] = {.lex_state = 91}, + [4047] = {.lex_state = 97}, + [4048] = {.lex_state = 0}, + [4049] = {.lex_state = 0}, + [4050] = {.lex_state = 97}, + [4051] = {.lex_state = 97}, + [4052] = {.lex_state = 97}, + [4053] = {.lex_state = 0}, + [4054] = {.lex_state = 0}, + [4055] = {.lex_state = 97}, + [4056] = {.lex_state = 0}, + [4057] = {.lex_state = 97}, [4058] = {.lex_state = 0}, [4059] = {.lex_state = 0}, - [4060] = {.lex_state = 91}, - [4061] = {.lex_state = 91}, + [4060] = {.lex_state = 0}, + [4061] = {.lex_state = 97}, [4062] = {.lex_state = 0}, - [4063] = {.lex_state = 0}, + [4063] = {.lex_state = 97}, [4064] = {.lex_state = 0}, - [4065] = {.lex_state = 91}, + [4065] = {.lex_state = 97}, [4066] = {.lex_state = 0}, - [4067] = {.lex_state = 91}, - [4068] = {.lex_state = 0}, + [4067] = {.lex_state = 0}, + [4068] = {.lex_state = 97}, [4069] = {.lex_state = 0}, - [4070] = {.lex_state = 0}, - [4071] = {.lex_state = 91}, - [4072] = {.lex_state = 12}, - [4073] = {.lex_state = 91}, - [4074] = {.lex_state = 91}, + [4070] = {.lex_state = 97}, + [4071] = {.lex_state = 0}, + [4072] = {.lex_state = 0}, + [4073] = {.lex_state = 0}, + [4074] = {.lex_state = 0}, [4075] = {.lex_state = 0}, [4076] = {.lex_state = 0}, [4077] = {.lex_state = 0}, - [4078] = {.lex_state = 91}, - [4079] = {.lex_state = 0}, - [4080] = {.lex_state = 91}, + [4078] = {.lex_state = 0}, + [4079] = {.lex_state = 2}, + [4080] = {.lex_state = 0}, [4081] = {.lex_state = 0}, [4082] = {.lex_state = 0}, [4083] = {.lex_state = 0}, [4084] = {.lex_state = 0}, [4085] = {.lex_state = 0}, [4086] = {.lex_state = 0}, - [4087] = {.lex_state = 91}, - [4088] = {.lex_state = 0}, + [4087] = {.lex_state = 97}, + [4088] = {.lex_state = 97}, [4089] = {.lex_state = 0}, - [4090] = {.lex_state = 0}, - [4091] = {.lex_state = 12}, + [4090] = {.lex_state = 97}, + [4091] = {.lex_state = 97}, [4092] = {.lex_state = 0}, [4093] = {.lex_state = 0}, - [4094] = {.lex_state = 0}, + [4094] = {.lex_state = 97}, [4095] = {.lex_state = 0}, - [4096] = {.lex_state = 0}, + [4096] = {.lex_state = 97}, [4097] = {.lex_state = 0}, [4098] = {.lex_state = 0}, [4099] = {.lex_state = 0}, [4100] = {.lex_state = 0}, - [4101] = {.lex_state = 91}, - [4102] = {.lex_state = 91}, + [4101] = {.lex_state = 0}, + [4102] = {.lex_state = 0}, [4103] = {.lex_state = 0}, [4104] = {.lex_state = 0}, [4105] = {.lex_state = 0}, [4106] = {.lex_state = 0}, - [4107] = {.lex_state = 91}, + [4107] = {.lex_state = 0}, [4108] = {.lex_state = 0}, - [4109] = {.lex_state = 91}, + [4109] = {.lex_state = 0}, [4110] = {.lex_state = 0}, - [4111] = {.lex_state = 0}, + [4111] = {.lex_state = 97}, [4112] = {.lex_state = 0}, - [4113] = {.lex_state = 91}, - [4114] = {.lex_state = 91}, + [4113] = {.lex_state = 0}, + [4114] = {.lex_state = 97}, [4115] = {.lex_state = 0}, [4116] = {.lex_state = 0}, [4117] = {.lex_state = 0}, - [4118] = {.lex_state = 91}, - [4119] = {.lex_state = 0}, + [4118] = {.lex_state = 0}, + [4119] = {.lex_state = 97}, [4120] = {.lex_state = 0}, [4121] = {.lex_state = 0}, - [4122] = {.lex_state = 91}, + [4122] = {.lex_state = 0}, [4123] = {.lex_state = 0}, [4124] = {.lex_state = 0}, - [4125] = {.lex_state = 91}, + [4125] = {.lex_state = 0}, [4126] = {.lex_state = 0}, [4127] = {.lex_state = 0}, [4128] = {.lex_state = 0}, - [4129] = {.lex_state = 91}, + [4129] = {.lex_state = 0}, [4130] = {.lex_state = 0}, [4131] = {.lex_state = 0}, [4132] = {.lex_state = 0}, [4133] = {.lex_state = 0}, - [4134] = {.lex_state = 0}, - [4135] = {.lex_state = 0}, - [4136] = {.lex_state = 91}, + [4134] = {.lex_state = 97}, + [4135] = {.lex_state = 97}, + [4136] = {.lex_state = 0}, [4137] = {.lex_state = 0}, - [4138] = {.lex_state = 91}, - [4139] = {.lex_state = 0}, - [4140] = {.lex_state = 91}, - [4141] = {.lex_state = 91}, + [4138] = {.lex_state = 97}, + [4139] = {.lex_state = 97}, + [4140] = {.lex_state = 0}, + [4141] = {.lex_state = 0}, [4142] = {.lex_state = 0}, - [4143] = {.lex_state = 0}, + [4143] = {.lex_state = 97}, [4144] = {.lex_state = 0}, [4145] = {.lex_state = 0}, - [4146] = {.lex_state = 91}, + [4146] = {.lex_state = 0}, [4147] = {.lex_state = 0}, [4148] = {.lex_state = 0}, - [4149] = {.lex_state = 91}, - [4150] = {.lex_state = 0}, - [4151] = {.lex_state = 91}, - [4152] = {.lex_state = 12}, - [4153] = {.lex_state = 0}, - [4154] = {.lex_state = 91}, + [4149] = {.lex_state = 0}, + [4150] = {.lex_state = 97}, + [4151] = {.lex_state = 0}, + [4152] = {.lex_state = 0}, + [4153] = {.lex_state = 97}, + [4154] = {.lex_state = 0}, [4155] = {.lex_state = 0}, [4156] = {.lex_state = 0}, - [4157] = {.lex_state = 91}, - [4158] = {.lex_state = 0}, + [4157] = {.lex_state = 0}, + [4158] = {.lex_state = 97}, [4159] = {.lex_state = 0}, [4160] = {.lex_state = 0}, [4161] = {.lex_state = 0}, [4162] = {.lex_state = 0}, - [4163] = {.lex_state = 91}, - [4164] = {.lex_state = 0}, - [4165] = {.lex_state = 0}, - [4166] = {.lex_state = 0}, - [4167] = {.lex_state = 0}, - [4168] = {.lex_state = 91}, - [4169] = {.lex_state = 0}, + [4163] = {.lex_state = 0}, + [4164] = {.lex_state = 97}, + [4165] = {.lex_state = 97}, + [4166] = {.lex_state = 97}, + [4167] = {.lex_state = 2}, + [4168] = {.lex_state = 0}, + [4169] = {.lex_state = 97}, [4170] = {.lex_state = 0}, - [4171] = {.lex_state = 91}, - [4172] = {.lex_state = 91}, - [4173] = {.lex_state = 91}, + [4171] = {.lex_state = 97}, + [4172] = {.lex_state = 0}, + [4173] = {.lex_state = 0}, [4174] = {.lex_state = 0}, [4175] = {.lex_state = 0}, - [4176] = {.lex_state = 0}, - [4177] = {.lex_state = 91}, + [4176] = {.lex_state = 97}, + [4177] = {.lex_state = 0}, [4178] = {.lex_state = 0}, [4179] = {.lex_state = 0}, - [4180] = {.lex_state = 0}, + [4180] = {.lex_state = 97}, [4181] = {.lex_state = 0}, [4182] = {.lex_state = 0}, [4183] = {.lex_state = 0}, - [4184] = {.lex_state = 0}, - [4185] = {.lex_state = 91}, - [4186] = {.lex_state = 0}, - [4187] = {.lex_state = 91}, - [4188] = {.lex_state = 0}, - [4189] = {.lex_state = 0}, + [4184] = {.lex_state = 97}, + [4185] = {.lex_state = 0}, + [4186] = {.lex_state = 97}, + [4187] = {.lex_state = 0}, + [4188] = {.lex_state = 97}, + [4189] = {.lex_state = 97}, [4190] = {.lex_state = 0}, - [4191] = {.lex_state = 0}, + [4191] = {.lex_state = 97}, [4192] = {.lex_state = 0}, [4193] = {.lex_state = 0}, - [4194] = {.lex_state = 0}, - [4195] = {.lex_state = 0}, + [4194] = {.lex_state = 97}, + [4195] = {.lex_state = 97}, [4196] = {.lex_state = 0}, [4197] = {.lex_state = 0}, [4198] = {.lex_state = 0}, - [4199] = {.lex_state = 0}, - [4200] = {.lex_state = 0}, + [4199] = {.lex_state = 97}, + [4200] = {.lex_state = 97}, [4201] = {.lex_state = 0}, - [4202] = {.lex_state = 0}, - [4203] = {.lex_state = 0}, - [4204] = {.lex_state = 91}, - [4205] = {.lex_state = 91}, - [4206] = {.lex_state = 0}, - [4207] = {.lex_state = 91}, + [4202] = {.lex_state = 97}, + [4203] = {.lex_state = 97}, + [4204] = {.lex_state = 0}, + [4205] = {.lex_state = 0}, + [4206] = {.lex_state = 97}, + [4207] = {.lex_state = 0}, [4208] = {.lex_state = 0}, - [4209] = {.lex_state = 0}, - [4210] = {.lex_state = 91}, + [4209] = {.lex_state = 97}, + [4210] = {.lex_state = 0}, [4211] = {.lex_state = 0}, - [4212] = {.lex_state = 91}, - [4213] = {.lex_state = 91}, + [4212] = {.lex_state = 0}, + [4213] = {.lex_state = 0}, [4214] = {.lex_state = 0}, [4215] = {.lex_state = 0}, - [4216] = {.lex_state = 91}, + [4216] = {.lex_state = 0}, [4217] = {.lex_state = 0}, - [4218] = {.lex_state = 91}, - [4219] = {.lex_state = 91}, + [4218] = {.lex_state = 0}, + [4219] = {.lex_state = 97}, [4220] = {.lex_state = 0}, - [4221] = {.lex_state = 91}, - [4222] = {.lex_state = 2}, + [4221] = {.lex_state = 0}, + [4222] = {.lex_state = 0}, [4223] = {.lex_state = 0}, - [4224] = {.lex_state = 91}, + [4224] = {.lex_state = 0}, [4225] = {.lex_state = 0}, - [4226] = {.lex_state = 91}, - [4227] = {.lex_state = 91}, - [4228] = {.lex_state = 0}, - [4229] = {.lex_state = 0}, - [4230] = {.lex_state = 0}, + [4226] = {.lex_state = 0}, + [4227] = {.lex_state = 0}, + [4228] = {.lex_state = 97}, + [4229] = {.lex_state = 97}, + [4230] = {.lex_state = 97}, [4231] = {.lex_state = 0}, [4232] = {.lex_state = 0}, [4233] = {.lex_state = 0}, @@ -15260,8 +15706,112 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4236] = {.lex_state = 0}, [4237] = {.lex_state = 0}, [4238] = {.lex_state = 0}, - [4239] = {.lex_state = 0}, - [4240] = {.lex_state = 0}, + [4239] = {.lex_state = 97}, + [4240] = {.lex_state = 13}, + [4241] = {.lex_state = 97}, + [4242] = {.lex_state = 0}, + [4243] = {.lex_state = 13}, + [4244] = {.lex_state = 0}, + [4245] = {.lex_state = 0}, + [4246] = {.lex_state = 0}, + [4247] = {.lex_state = 0}, + [4248] = {.lex_state = 97}, + [4249] = {.lex_state = 0}, + [4250] = {.lex_state = 0}, + [4251] = {.lex_state = 97}, + [4252] = {.lex_state = 0}, + [4253] = {.lex_state = 0}, + [4254] = {.lex_state = 97}, + [4255] = {.lex_state = 0}, + [4256] = {.lex_state = 0}, + [4257] = {.lex_state = 97}, + [4258] = {.lex_state = 97}, + [4259] = {.lex_state = 0}, + [4260] = {.lex_state = 0}, + [4261] = {.lex_state = 97}, + [4262] = {.lex_state = 97}, + [4263] = {.lex_state = 0}, + [4264] = {.lex_state = 0}, + [4265] = {.lex_state = 0}, + [4266] = {.lex_state = 97}, + [4267] = {.lex_state = 97}, + [4268] = {.lex_state = 97}, + [4269] = {.lex_state = 0}, + [4270] = {.lex_state = 0}, + [4271] = {.lex_state = 97}, + [4272] = {.lex_state = 97}, + [4273] = {.lex_state = 13}, + [4274] = {.lex_state = 97}, + [4275] = {.lex_state = 0}, + [4276] = {.lex_state = 0}, + [4277] = {.lex_state = 97}, + [4278] = {.lex_state = 0}, + [4279] = {.lex_state = 0}, + [4280] = {.lex_state = 0}, + [4281] = {.lex_state = 13}, + [4282] = {.lex_state = 0}, + [4283] = {.lex_state = 0}, + [4284] = {.lex_state = 0}, + [4285] = {.lex_state = 0}, + [4286] = {.lex_state = 0}, + [4287] = {.lex_state = 0}, + [4288] = {.lex_state = 0}, + [4289] = {.lex_state = 0}, + [4290] = {.lex_state = 0}, + [4291] = {.lex_state = 0}, + [4292] = {.lex_state = 0}, + [4293] = {.lex_state = 0}, + [4294] = {.lex_state = 0}, + [4295] = {.lex_state = 0}, + [4296] = {.lex_state = 97}, + [4297] = {.lex_state = 0}, + [4298] = {.lex_state = 0}, + [4299] = {.lex_state = 0}, + [4300] = {.lex_state = 0}, + [4301] = {.lex_state = 97}, + [4302] = {.lex_state = 97}, + [4303] = {.lex_state = 97}, + [4304] = {.lex_state = 0}, + [4305] = {.lex_state = 97}, + [4306] = {.lex_state = 0}, + [4307] = {.lex_state = 0}, + [4308] = {.lex_state = 0}, + [4309] = {.lex_state = 0}, + [4310] = {.lex_state = 0}, + [4311] = {.lex_state = 97}, + [4312] = {.lex_state = 0}, + [4313] = {.lex_state = 0}, + [4314] = {.lex_state = 0}, + [4315] = {.lex_state = 0}, + [4316] = {.lex_state = 97}, + [4317] = {.lex_state = 0}, + [4318] = {.lex_state = 0}, + [4319] = {.lex_state = 97}, + [4320] = {.lex_state = 0}, + [4321] = {.lex_state = 97}, + [4322] = {.lex_state = 97}, + [4323] = {.lex_state = 97}, + [4324] = {.lex_state = 97}, + [4325] = {.lex_state = 97}, + [4326] = {.lex_state = 97}, + [4327] = {.lex_state = 0}, + [4328] = {.lex_state = 97}, + [4329] = {.lex_state = 0}, + [4330] = {.lex_state = 97}, + [4331] = {.lex_state = 97}, + [4332] = {.lex_state = 0}, + [4333] = {.lex_state = 0}, + [4334] = {.lex_state = 0}, + [4335] = {.lex_state = 2}, + [4336] = {.lex_state = 0}, + [4337] = {.lex_state = 0}, + [4338] = {.lex_state = 0}, + [4339] = {.lex_state = 0}, + [4340] = {.lex_state = 0}, + [4341] = {.lex_state = 0}, + [4342] = {.lex_state = 97}, + [4343] = {.lex_state = 0}, + [4344] = {.lex_state = 97}, }; enum { @@ -15358,9 +15908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_LTtemplate_GT] = ACTIONS(1), - [anon_sym_LT] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), - [anon_sym_SLASH] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_async] = ACTIONS(1), @@ -15393,8 +15941,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), + [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_STAR_STAR] = ACTIONS(1), + [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_EQ_EQ_EQ] = ACTIONS(1), @@ -15454,6 +16004,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_infer] = ACTIONS(1), [anon_sym_is] = ACTIONS(1), [anon_sym_keyof] = ACTIONS(1), + [anon_sym_unique] = ACTIONS(1), [anon_sym_unknown] = ACTIONS(1), [anon_sym_never] = ACTIONS(1), [anon_sym_object] = ACTIONS(1), @@ -15465,85 +16016,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__function_signature_automatic_semicolon] = ACTIONS(1), }, [1] = { - [sym_program] = STATE(4202), - [sym_export_statement] = STATE(19), - [sym_declaration] = STATE(19), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(19), - [sym_expression_statement] = STATE(19), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(19), - [sym_if_statement] = STATE(19), - [sym_switch_statement] = STATE(19), - [sym_for_statement] = STATE(19), - [sym_for_in_statement] = STATE(19), - [sym_while_statement] = STATE(19), - [sym_do_statement] = STATE(19), - [sym_try_statement] = STATE(19), - [sym_with_statement] = STATE(19), - [sym_break_statement] = STATE(19), - [sym_continue_statement] = STATE(19), - [sym_debugger_statement] = STATE(19), - [sym_return_statement] = STATE(19), - [sym_throw_statement] = STATE(19), - [sym_empty_statement] = STATE(19), - [sym_labeled_statement] = STATE(19), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(19), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_program] = STATE(4320), + [sym_export_statement] = STATE(22), + [sym_declaration] = STATE(22), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(22), + [sym_expression_statement] = STATE(22), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [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(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(22), + [aux_sym_export_statement_repeat1] = STATE(2950), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [sym_hash_bang_line] = ACTIONS(9), @@ -15575,509 +16127,514 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [2] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3219), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3332), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(181), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(187), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(189), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(193), - [anon_sym_number] = ACTIONS(193), - [anon_sym_boolean] = ACTIONS(193), - [anon_sym_string] = ACTIONS(193), - [anon_sym_symbol] = ACTIONS(193), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(151), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(186), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(192), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(194), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(198), + [anon_sym_number] = ACTIONS(198), + [anon_sym_boolean] = ACTIONS(198), + [anon_sym_string] = ACTIONS(198), + [anon_sym_symbol] = ACTIONS(198), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [3] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3219), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_COMMA] = ACTIONS(208), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(208), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(208), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3332), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_COMMA] = ACTIONS(215), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(215), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(215), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(152), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(181), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(187), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(189), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(193), - [anon_sym_number] = ACTIONS(193), - [anon_sym_boolean] = ACTIONS(193), - [anon_sym_string] = ACTIONS(193), - [anon_sym_symbol] = ACTIONS(193), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(151), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(186), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(192), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(194), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(198), + [anon_sym_number] = ACTIONS(198), + [anon_sym_boolean] = ACTIONS(198), + [anon_sym_string] = ACTIONS(198), + [anon_sym_symbol] = ACTIONS(198), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [4] = { - [sym_export_statement] = STATE(20), - [sym_declaration] = STATE(20), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [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(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4161), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4161), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4161), - [sym_spread_element] = STATE(3446), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1811), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3446), - [sym_pair] = STATE(3446), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2797), - [sym_computed_property_name] = STATE(2797), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_accessibility_modifier] = STATE(2256), - [sym_override_modifier] = STATE(2261), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(20), - [aux_sym_export_statement_repeat1] = STATE(2980), - [aux_sym_object_repeat1] = STATE(3450), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(213), - [anon_sym_export] = ACTIONS(215), - [anon_sym_STAR] = ACTIONS(217), - [anon_sym_type] = ACTIONS(219), - [anon_sym_namespace] = ACTIONS(221), + [sym_export_statement] = STATE(28), + [sym_declaration] = STATE(28), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_for_in_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_with_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_debugger_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_empty_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4283), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4283), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4283), + [sym_spread_element] = STATE(3542), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1864), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3542), + [sym_pair] = STATE(3542), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2916), + [sym_computed_property_name] = STATE(2916), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_accessibility_modifier] = STATE(2286), + [sym_override_modifier] = STATE(2301), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(28), + [aux_sym_export_statement_repeat1] = STATE(2950), + [aux_sym_object_repeat1] = STATE(3543), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(220), + [anon_sym_export] = ACTIONS(222), + [anon_sym_STAR] = ACTIONS(224), + [anon_sym_type] = ACTIONS(226), + [anon_sym_namespace] = ACTIONS(228), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_RBRACE] = ACTIONS(225), + [anon_sym_COMMA] = ACTIONS(230), + [anon_sym_RBRACE] = ACTIONS(232), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -16100,62 +16657,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(234), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(229), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(236), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(233), - [sym_private_property_identifier] = ACTIONS(235), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(237), - [anon_sym_readonly] = ACTIONS(239), - [anon_sym_get] = ACTIONS(241), - [anon_sym_set] = ACTIONS(241), - [anon_sym_declare] = ACTIONS(243), - [anon_sym_public] = ACTIONS(245), - [anon_sym_private] = ACTIONS(245), - [anon_sym_protected] = ACTIONS(245), - [anon_sym_override] = ACTIONS(247), - [anon_sym_module] = ACTIONS(249), - [anon_sym_any] = ACTIONS(251), - [anon_sym_number] = ACTIONS(251), - [anon_sym_boolean] = ACTIONS(251), - [anon_sym_string] = ACTIONS(251), - [anon_sym_symbol] = ACTIONS(251), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(240), + [sym_private_property_identifier] = ACTIONS(242), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(244), + [anon_sym_readonly] = ACTIONS(246), + [anon_sym_get] = ACTIONS(248), + [anon_sym_set] = ACTIONS(248), + [anon_sym_declare] = ACTIONS(250), + [anon_sym_public] = ACTIONS(252), + [anon_sym_private] = ACTIONS(252), + [anon_sym_protected] = ACTIONS(252), + [anon_sym_override] = ACTIONS(254), + [anon_sym_module] = ACTIONS(256), + [anon_sym_any] = ACTIONS(258), + [anon_sym_number] = ACTIONS(258), + [anon_sym_boolean] = ACTIONS(258), + [anon_sym_string] = ACTIONS(258), + [anon_sym_symbol] = ACTIONS(258), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [5] = { [sym_export_statement] = STATE(16), [sym_declaration] = STATE(16), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(16), [sym_expression_statement] = STATE(16), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(16), [sym_if_statement] = STATE(16), [sym_switch_statement] = STATE(16), @@ -16172,81 +16729,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(16), [sym_empty_statement] = STATE(16), [sym_labeled_statement] = STATE(16), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4161), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4161), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4161), - [sym_spread_element] = STATE(3633), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1811), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2797), - [sym_computed_property_name] = STATE(2797), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_accessibility_modifier] = STATE(2256), - [sym_override_modifier] = STATE(2261), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4283), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4283), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4283), + [sym_spread_element] = STATE(3683), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1864), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2916), + [sym_computed_property_name] = STATE(2916), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_accessibility_modifier] = STATE(2286), + [sym_override_modifier] = STATE(2301), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(16), - [aux_sym_export_statement_repeat1] = STATE(2980), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(253), - [anon_sym_export] = ACTIONS(255), - [anon_sym_STAR] = ACTIONS(217), - [anon_sym_type] = ACTIONS(257), - [anon_sym_namespace] = ACTIONS(259), + [aux_sym_export_statement_repeat1] = STATE(2950), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(260), + [anon_sym_export] = ACTIONS(262), + [anon_sym_STAR] = ACTIONS(224), + [anon_sym_type] = ACTIONS(264), + [anon_sym_namespace] = ACTIONS(266), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_RBRACE] = ACTIONS(261), + [anon_sym_COMMA] = ACTIONS(230), + [anon_sym_RBRACE] = ACTIONS(268), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -16269,62 +16827,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(234), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(263), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(270), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(233), - [sym_private_property_identifier] = ACTIONS(235), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(265), - [anon_sym_readonly] = ACTIONS(267), - [anon_sym_get] = ACTIONS(269), - [anon_sym_set] = ACTIONS(269), - [anon_sym_declare] = ACTIONS(271), - [anon_sym_public] = ACTIONS(273), - [anon_sym_private] = ACTIONS(273), - [anon_sym_protected] = ACTIONS(273), - [anon_sym_override] = ACTIONS(275), - [anon_sym_module] = ACTIONS(277), - [anon_sym_any] = ACTIONS(279), - [anon_sym_number] = ACTIONS(279), - [anon_sym_boolean] = ACTIONS(279), - [anon_sym_string] = ACTIONS(279), - [anon_sym_symbol] = ACTIONS(279), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(240), + [sym_private_property_identifier] = ACTIONS(242), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(272), + [anon_sym_readonly] = ACTIONS(274), + [anon_sym_get] = ACTIONS(276), + [anon_sym_set] = ACTIONS(276), + [anon_sym_declare] = ACTIONS(278), + [anon_sym_public] = ACTIONS(280), + [anon_sym_private] = ACTIONS(280), + [anon_sym_protected] = ACTIONS(280), + [anon_sym_override] = ACTIONS(282), + [anon_sym_module] = ACTIONS(284), + [anon_sym_any] = ACTIONS(286), + [anon_sym_number] = ACTIONS(286), + [anon_sym_boolean] = ACTIONS(286), + [anon_sym_string] = ACTIONS(286), + [anon_sym_symbol] = ACTIONS(286), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [6] = { + [sym_export_statement] = STATE(28), + [sym_declaration] = STATE(28), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_for_in_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_with_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_debugger_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_empty_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4283), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4283), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4283), + [sym_spread_element] = STATE(3542), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1864), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3542), + [sym_pair] = STATE(3542), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2916), + [sym_computed_property_name] = STATE(2916), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_accessibility_modifier] = STATE(2286), + [sym_override_modifier] = STATE(2301), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(28), + [aux_sym_export_statement_repeat1] = STATE(2950), + [aux_sym_object_repeat1] = STATE(3543), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(220), + [anon_sym_export] = ACTIONS(222), + [anon_sym_STAR] = ACTIONS(224), + [anon_sym_type] = ACTIONS(226), + [anon_sym_namespace] = ACTIONS(228), + [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_COMMA] = ACTIONS(230), + [anon_sym_RBRACE] = ACTIONS(288), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(21), + [anon_sym_var] = ACTIONS(23), + [anon_sym_let] = ACTIONS(25), + [anon_sym_const] = ACTIONS(27), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_if] = ACTIONS(31), + [anon_sym_switch] = ACTIONS(33), + [anon_sym_for] = ACTIONS(35), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_while] = ACTIONS(41), + [anon_sym_do] = ACTIONS(43), + [anon_sym_try] = ACTIONS(45), + [anon_sym_with] = ACTIONS(47), + [anon_sym_break] = ACTIONS(49), + [anon_sym_continue] = ACTIONS(51), + [anon_sym_debugger] = ACTIONS(53), + [anon_sym_return] = ACTIONS(55), + [anon_sym_throw] = ACTIONS(57), + [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(234), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(236), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(240), + [sym_private_property_identifier] = ACTIONS(242), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(244), + [anon_sym_readonly] = ACTIONS(246), + [anon_sym_get] = ACTIONS(248), + [anon_sym_set] = ACTIONS(248), + [anon_sym_declare] = ACTIONS(250), + [anon_sym_public] = ACTIONS(252), + [anon_sym_private] = ACTIONS(252), + [anon_sym_protected] = ACTIONS(252), + [anon_sym_override] = ACTIONS(254), + [anon_sym_module] = ACTIONS(256), + [anon_sym_any] = ACTIONS(258), + [anon_sym_number] = ACTIONS(258), + [anon_sym_boolean] = ACTIONS(258), + [anon_sym_string] = ACTIONS(258), + [anon_sym_symbol] = ACTIONS(258), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), + }, + [7] = { [sym_export_statement] = STATE(16), [sym_declaration] = STATE(16), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(16), [sym_expression_statement] = STATE(16), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(16), [sym_if_statement] = STATE(16), [sym_switch_statement] = STATE(16), @@ -16341,81 +17069,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(16), [sym_empty_statement] = STATE(16), [sym_labeled_statement] = STATE(16), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4161), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4161), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4161), - [sym_spread_element] = STATE(3633), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1811), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2797), - [sym_computed_property_name] = STATE(2797), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_accessibility_modifier] = STATE(2256), - [sym_override_modifier] = STATE(2261), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4283), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4283), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4283), + [sym_spread_element] = STATE(3683), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1864), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2916), + [sym_computed_property_name] = STATE(2916), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_accessibility_modifier] = STATE(2286), + [sym_override_modifier] = STATE(2301), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(16), - [aux_sym_export_statement_repeat1] = STATE(2980), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(281), - [anon_sym_export] = ACTIONS(283), - [anon_sym_STAR] = ACTIONS(217), - [anon_sym_type] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), + [aux_sym_export_statement_repeat1] = STATE(2950), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(290), + [anon_sym_export] = ACTIONS(292), + [anon_sym_STAR] = ACTIONS(224), + [anon_sym_type] = ACTIONS(294), + [anon_sym_namespace] = ACTIONS(296), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_RBRACE] = ACTIONS(261), + [anon_sym_COMMA] = ACTIONS(230), + [anon_sym_RBRACE] = ACTIONS(268), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -16438,62 +17167,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(234), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(289), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(298), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(233), - [sym_private_property_identifier] = ACTIONS(235), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(291), - [anon_sym_readonly] = ACTIONS(293), - [anon_sym_get] = ACTIONS(295), - [anon_sym_set] = ACTIONS(295), - [anon_sym_declare] = ACTIONS(297), - [anon_sym_public] = ACTIONS(299), - [anon_sym_private] = ACTIONS(299), - [anon_sym_protected] = ACTIONS(299), - [anon_sym_override] = ACTIONS(301), - [anon_sym_module] = ACTIONS(303), - [anon_sym_any] = ACTIONS(305), - [anon_sym_number] = ACTIONS(305), - [anon_sym_boolean] = ACTIONS(305), - [anon_sym_string] = ACTIONS(305), - [anon_sym_symbol] = ACTIONS(305), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(240), + [sym_private_property_identifier] = ACTIONS(242), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(300), + [anon_sym_readonly] = ACTIONS(302), + [anon_sym_get] = ACTIONS(304), + [anon_sym_set] = ACTIONS(304), + [anon_sym_declare] = ACTIONS(306), + [anon_sym_public] = ACTIONS(308), + [anon_sym_private] = ACTIONS(308), + [anon_sym_protected] = ACTIONS(308), + [anon_sym_override] = ACTIONS(310), + [anon_sym_module] = ACTIONS(312), + [anon_sym_any] = ACTIONS(314), + [anon_sym_number] = ACTIONS(314), + [anon_sym_boolean] = ACTIONS(314), + [anon_sym_string] = ACTIONS(314), + [anon_sym_symbol] = ACTIONS(314), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [7] = { + [8] = { [sym_export_statement] = STATE(20), [sym_declaration] = STATE(20), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(20), [sym_expression_statement] = STATE(20), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(20), [sym_if_statement] = STATE(20), [sym_switch_statement] = STATE(20), @@ -16510,81 +17239,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(20), [sym_empty_statement] = STATE(20), [sym_labeled_statement] = STATE(20), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4161), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4161), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4161), - [sym_spread_element] = STATE(3446), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1811), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3446), - [sym_pair] = STATE(3446), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2797), - [sym_computed_property_name] = STATE(2797), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_accessibility_modifier] = STATE(2256), - [sym_override_modifier] = STATE(2261), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4283), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4283), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4283), + [sym_spread_element] = STATE(3542), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1864), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3542), + [sym_pair] = STATE(3542), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2916), + [sym_computed_property_name] = STATE(2916), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_accessibility_modifier] = STATE(2286), + [sym_override_modifier] = STATE(2301), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(20), - [aux_sym_export_statement_repeat1] = STATE(2980), - [aux_sym_object_repeat1] = STATE(3450), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(213), - [anon_sym_export] = ACTIONS(215), - [anon_sym_STAR] = ACTIONS(217), - [anon_sym_type] = ACTIONS(219), - [anon_sym_namespace] = ACTIONS(221), + [aux_sym_export_statement_repeat1] = STATE(2950), + [aux_sym_object_repeat1] = STATE(3543), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(220), + [anon_sym_export] = ACTIONS(222), + [anon_sym_STAR] = ACTIONS(224), + [anon_sym_type] = ACTIONS(226), + [anon_sym_namespace] = ACTIONS(228), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_RBRACE] = ACTIONS(307), + [anon_sym_COMMA] = ACTIONS(230), + [anon_sym_RBRACE] = ACTIONS(316), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -16607,153 +17337,298 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(234), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(229), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(236), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(233), - [sym_private_property_identifier] = ACTIONS(235), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(237), - [anon_sym_readonly] = ACTIONS(239), - [anon_sym_get] = ACTIONS(241), - [anon_sym_set] = ACTIONS(241), - [anon_sym_declare] = ACTIONS(243), - [anon_sym_public] = ACTIONS(245), - [anon_sym_private] = ACTIONS(245), - [anon_sym_protected] = ACTIONS(245), - [anon_sym_override] = ACTIONS(247), - [anon_sym_module] = ACTIONS(249), - [anon_sym_any] = ACTIONS(251), - [anon_sym_number] = ACTIONS(251), - [anon_sym_boolean] = ACTIONS(251), - [anon_sym_string] = ACTIONS(251), - [anon_sym_symbol] = ACTIONS(251), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(240), + [sym_private_property_identifier] = ACTIONS(242), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(244), + [anon_sym_readonly] = ACTIONS(246), + [anon_sym_get] = ACTIONS(248), + [anon_sym_set] = ACTIONS(248), + [anon_sym_declare] = ACTIONS(250), + [anon_sym_public] = ACTIONS(252), + [anon_sym_private] = ACTIONS(252), + [anon_sym_protected] = ACTIONS(252), + [anon_sym_override] = ACTIONS(254), + [anon_sym_module] = ACTIONS(256), + [anon_sym_any] = ACTIONS(258), + [anon_sym_number] = ACTIONS(258), + [anon_sym_boolean] = ACTIONS(258), + [anon_sym_string] = ACTIONS(258), + [anon_sym_symbol] = ACTIONS(258), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [8] = { - [sym_export_statement] = STATE(27), - [sym_declaration] = STATE(27), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_for_in_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_debugger_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_throw_statement] = STATE(27), - [sym_empty_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4161), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4161), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4161), - [sym_spread_element] = STATE(3446), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1811), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3446), - [sym_pair] = STATE(3446), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2797), - [sym_computed_property_name] = STATE(2797), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_accessibility_modifier] = STATE(2256), - [sym_override_modifier] = STATE(2261), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(27), - [aux_sym_export_statement_repeat1] = STATE(2980), - [aux_sym_object_repeat1] = STATE(3450), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(213), - [anon_sym_export] = ACTIONS(215), - [anon_sym_STAR] = ACTIONS(217), - [anon_sym_type] = ACTIONS(219), - [anon_sym_namespace] = ACTIONS(221), + [9] = { + [sym_export_statement] = STATE(9), + [sym_declaration] = STATE(9), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_for_in_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_try_statement] = STATE(9), + [sym_with_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_debugger_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_throw_statement] = STATE(9), + [sym_empty_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_export_statement_repeat1] = STATE(2950), + [ts_builtin_sym_end] = ACTIONS(318), + [sym_identifier] = ACTIONS(320), + [anon_sym_export] = ACTIONS(323), + [anon_sym_default] = ACTIONS(326), + [anon_sym_type] = ACTIONS(328), + [anon_sym_namespace] = ACTIONS(331), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_RBRACE] = ACTIONS(318), + [anon_sym_typeof] = ACTIONS(337), + [anon_sym_import] = ACTIONS(340), + [anon_sym_var] = ACTIONS(343), + [anon_sym_let] = ACTIONS(346), + [anon_sym_const] = ACTIONS(349), + [anon_sym_BANG] = ACTIONS(352), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(358), + [anon_sym_for] = ACTIONS(361), + [anon_sym_LPAREN] = ACTIONS(364), + [anon_sym_await] = ACTIONS(367), + [anon_sym_while] = ACTIONS(370), + [anon_sym_do] = ACTIONS(373), + [anon_sym_try] = ACTIONS(376), + [anon_sym_with] = ACTIONS(379), + [anon_sym_break] = ACTIONS(382), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_debugger] = ACTIONS(388), + [anon_sym_return] = ACTIONS(391), + [anon_sym_throw] = ACTIONS(394), + [anon_sym_SEMI] = ACTIONS(397), + [anon_sym_case] = ACTIONS(326), + [anon_sym_yield] = ACTIONS(400), + [anon_sym_LBRACK] = ACTIONS(403), + [anon_sym_LTtemplate_GT] = ACTIONS(406), + [anon_sym_class] = ACTIONS(409), + [anon_sym_async] = ACTIONS(412), + [anon_sym_function] = ACTIONS(415), + [anon_sym_new] = ACTIONS(418), + [anon_sym_PLUS] = ACTIONS(337), + [anon_sym_DASH] = ACTIONS(337), + [anon_sym_SLASH] = ACTIONS(421), + [anon_sym_LT] = ACTIONS(424), + [anon_sym_TILDE] = ACTIONS(352), + [anon_sym_void] = ACTIONS(337), + [anon_sym_delete] = ACTIONS(337), + [anon_sym_PLUS_PLUS] = ACTIONS(427), + [anon_sym_DASH_DASH] = ACTIONS(430), + [anon_sym_DQUOTE] = ACTIONS(433), + [anon_sym_SQUOTE] = ACTIONS(436), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(439), + [sym_number] = ACTIONS(442), + [sym_this] = ACTIONS(445), + [sym_super] = ACTIONS(445), + [sym_true] = ACTIONS(445), + [sym_false] = ACTIONS(445), + [sym_null] = ACTIONS(445), + [sym_undefined] = ACTIONS(448), + [anon_sym_AT] = ACTIONS(451), + [anon_sym_static] = ACTIONS(454), + [anon_sym_readonly] = ACTIONS(454), + [anon_sym_get] = ACTIONS(454), + [anon_sym_set] = ACTIONS(454), + [anon_sym_declare] = ACTIONS(457), + [anon_sym_public] = ACTIONS(454), + [anon_sym_private] = ACTIONS(454), + [anon_sym_protected] = ACTIONS(454), + [anon_sym_override] = ACTIONS(454), + [anon_sym_module] = ACTIONS(460), + [anon_sym_any] = ACTIONS(454), + [anon_sym_number] = ACTIONS(454), + [anon_sym_boolean] = ACTIONS(454), + [anon_sym_string] = ACTIONS(454), + [anon_sym_symbol] = ACTIONS(454), + [anon_sym_abstract] = ACTIONS(463), + [anon_sym_interface] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(469), + }, + [10] = { + [sym_export_statement] = STATE(9), + [sym_declaration] = STATE(9), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_for_in_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_try_statement] = STATE(9), + [sym_with_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_debugger_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_throw_statement] = STATE(9), + [sym_empty_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_export_statement_repeat1] = STATE(2950), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_default] = ACTIONS(472), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_COMMA] = ACTIONS(223), - [anon_sym_RBRACE] = ACTIONS(309), + [anon_sym_RBRACE] = ACTIONS(474), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -16775,297 +17650,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(55), [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_case] = ACTIONS(472), [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(229), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(233), - [sym_private_property_identifier] = ACTIONS(235), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(237), - [anon_sym_readonly] = ACTIONS(239), - [anon_sym_get] = ACTIONS(241), - [anon_sym_set] = ACTIONS(241), - [anon_sym_declare] = ACTIONS(243), - [anon_sym_public] = ACTIONS(245), - [anon_sym_private] = ACTIONS(245), - [anon_sym_protected] = ACTIONS(245), - [anon_sym_override] = ACTIONS(247), - [anon_sym_module] = ACTIONS(249), - [anon_sym_any] = ACTIONS(251), - [anon_sym_number] = ACTIONS(251), - [anon_sym_boolean] = ACTIONS(251), - [anon_sym_string] = ACTIONS(251), - [anon_sym_symbol] = ACTIONS(251), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [9] = { - [sym_export_statement] = STATE(9), - [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(9), - [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(9), - [sym_if_statement] = STATE(9), - [sym_switch_statement] = STATE(9), - [sym_for_statement] = STATE(9), - [sym_for_in_statement] = STATE(9), - [sym_while_statement] = STATE(9), - [sym_do_statement] = STATE(9), - [sym_try_statement] = STATE(9), - [sym_with_statement] = STATE(9), - [sym_break_statement] = STATE(9), - [sym_continue_statement] = STATE(9), - [sym_debugger_statement] = STATE(9), - [sym_return_statement] = STATE(9), - [sym_throw_statement] = STATE(9), - [sym_empty_statement] = STATE(9), - [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), - [ts_builtin_sym_end] = ACTIONS(311), - [sym_identifier] = ACTIONS(313), - [anon_sym_export] = ACTIONS(316), - [anon_sym_default] = ACTIONS(319), - [anon_sym_type] = ACTIONS(321), - [anon_sym_namespace] = ACTIONS(324), - [anon_sym_LBRACE] = ACTIONS(327), - [anon_sym_RBRACE] = ACTIONS(311), - [anon_sym_typeof] = ACTIONS(330), - [anon_sym_import] = ACTIONS(333), - [anon_sym_var] = ACTIONS(336), - [anon_sym_let] = ACTIONS(339), - [anon_sym_const] = ACTIONS(342), - [anon_sym_BANG] = ACTIONS(345), - [anon_sym_if] = ACTIONS(348), - [anon_sym_switch] = ACTIONS(351), - [anon_sym_for] = ACTIONS(354), - [anon_sym_LPAREN] = ACTIONS(357), - [anon_sym_await] = ACTIONS(360), - [anon_sym_while] = ACTIONS(363), - [anon_sym_do] = ACTIONS(366), - [anon_sym_try] = ACTIONS(369), - [anon_sym_with] = ACTIONS(372), - [anon_sym_break] = ACTIONS(375), - [anon_sym_continue] = ACTIONS(378), - [anon_sym_debugger] = ACTIONS(381), - [anon_sym_return] = ACTIONS(384), - [anon_sym_throw] = ACTIONS(387), - [anon_sym_SEMI] = ACTIONS(390), - [anon_sym_case] = ACTIONS(319), - [anon_sym_yield] = ACTIONS(393), - [anon_sym_LBRACK] = ACTIONS(396), - [anon_sym_LTtemplate_GT] = ACTIONS(399), - [anon_sym_LT] = ACTIONS(402), - [anon_sym_SLASH] = ACTIONS(405), - [anon_sym_class] = ACTIONS(408), - [anon_sym_async] = ACTIONS(411), - [anon_sym_function] = ACTIONS(414), - [anon_sym_new] = ACTIONS(417), - [anon_sym_PLUS] = ACTIONS(330), - [anon_sym_DASH] = ACTIONS(330), - [anon_sym_TILDE] = ACTIONS(345), - [anon_sym_void] = ACTIONS(330), - [anon_sym_delete] = ACTIONS(330), - [anon_sym_PLUS_PLUS] = ACTIONS(420), - [anon_sym_DASH_DASH] = ACTIONS(420), - [anon_sym_DQUOTE] = ACTIONS(423), - [anon_sym_SQUOTE] = ACTIONS(426), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(429), - [sym_number] = ACTIONS(432), - [sym_this] = ACTIONS(435), - [sym_super] = ACTIONS(435), - [sym_true] = ACTIONS(435), - [sym_false] = ACTIONS(435), - [sym_null] = ACTIONS(435), - [sym_undefined] = ACTIONS(438), - [anon_sym_AT] = ACTIONS(441), - [anon_sym_static] = ACTIONS(444), - [anon_sym_readonly] = ACTIONS(444), - [anon_sym_get] = ACTIONS(444), - [anon_sym_set] = ACTIONS(444), - [anon_sym_declare] = ACTIONS(447), - [anon_sym_public] = ACTIONS(444), - [anon_sym_private] = ACTIONS(444), - [anon_sym_protected] = ACTIONS(444), - [anon_sym_override] = ACTIONS(444), - [anon_sym_module] = ACTIONS(450), - [anon_sym_any] = ACTIONS(444), - [anon_sym_number] = ACTIONS(444), - [anon_sym_boolean] = ACTIONS(444), - [anon_sym_string] = ACTIONS(444), - [anon_sym_symbol] = ACTIONS(444), - [anon_sym_abstract] = ACTIONS(453), - [anon_sym_interface] = ACTIONS(456), - [anon_sym_enum] = ACTIONS(459), - }, - [10] = { - [sym_export_statement] = STATE(11), - [sym_declaration] = STATE(11), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(11), - [sym_expression_statement] = STATE(11), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [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(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(11), - [aux_sym_export_statement_repeat1] = STATE(2980), + [11] = { + [sym_export_statement] = STATE(10), + [sym_declaration] = STATE(10), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(10), + [sym_expression_statement] = STATE(10), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [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(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(10), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), - [anon_sym_default] = ACTIONS(462), + [anon_sym_default] = ACTIONS(476), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(464), + [anon_sym_RBRACE] = ACTIONS(478), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17087,62 +17806,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(55), [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_case] = ACTIONS(462), + [anon_sym_case] = ACTIONS(476), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [11] = { + [12] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -17159,68 +17878,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), - [anon_sym_default] = ACTIONS(466), + [anon_sym_default] = ACTIONS(480), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(468), + [anon_sym_RBRACE] = ACTIONS(482), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17242,295 +17962,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(55), [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_case] = ACTIONS(466), + [anon_sym_case] = ACTIONS(480), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), - }, - [12] = { - [sym_export_statement] = STATE(13), - [sym_declaration] = STATE(13), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(13), - [sym_expression_statement] = STATE(13), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(13), - [sym_if_statement] = STATE(13), - [sym_switch_statement] = STATE(13), - [sym_for_statement] = STATE(13), - [sym_for_in_statement] = STATE(13), - [sym_while_statement] = STATE(13), - [sym_do_statement] = STATE(13), - [sym_try_statement] = STATE(13), - [sym_with_statement] = STATE(13), - [sym_break_statement] = STATE(13), - [sym_continue_statement] = STATE(13), - [sym_debugger_statement] = STATE(13), - [sym_return_statement] = STATE(13), - [sym_throw_statement] = STATE(13), - [sym_empty_statement] = STATE(13), - [sym_labeled_statement] = STATE(13), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(13), - [aux_sym_export_statement_repeat1] = STATE(2980), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_default] = ACTIONS(470), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(472), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_case] = ACTIONS(470), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [13] = { - [sym_export_statement] = STATE(9), - [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(9), - [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(9), - [sym_if_statement] = STATE(9), - [sym_switch_statement] = STATE(9), - [sym_for_statement] = STATE(9), - [sym_for_in_statement] = STATE(9), - [sym_while_statement] = STATE(9), - [sym_do_statement] = STATE(9), - [sym_try_statement] = STATE(9), - [sym_with_statement] = STATE(9), - [sym_break_statement] = STATE(9), - [sym_continue_statement] = STATE(9), - [sym_debugger_statement] = STATE(9), - [sym_return_statement] = STATE(9), - [sym_throw_statement] = STATE(9), - [sym_empty_statement] = STATE(9), - [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(12), + [sym_declaration] = STATE(12), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_for_in_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_try_statement] = STATE(12), + [sym_with_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_debugger_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_throw_statement] = STATE(12), + [sym_empty_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(12), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), - [anon_sym_default] = ACTIONS(474), + [anon_sym_default] = ACTIONS(484), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(476), + [anon_sym_RBRACE] = ACTIONS(486), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17552,139 +18118,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(55), [anon_sym_throw] = ACTIONS(57), [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_case] = ACTIONS(474), + [anon_sym_case] = ACTIONS(484), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [14] = { - [sym_export_statement] = STATE(27), - [sym_declaration] = STATE(27), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_for_in_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_with_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_debugger_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_throw_statement] = STATE(27), - [sym_empty_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(27), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(15), + [sym_declaration] = STATE(15), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(15), + [sym_expression_statement] = STATE(15), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [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(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(478), + [anon_sym_RBRACE] = ACTIONS(488), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17709,135 +18276,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [15] = { - [sym_export_statement] = STATE(25), - [sym_declaration] = STATE(25), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(25), - [sym_expression_statement] = STATE(25), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(25), - [sym_if_statement] = STATE(25), - [sym_switch_statement] = STATE(25), - [sym_for_statement] = STATE(25), - [sym_for_in_statement] = STATE(25), - [sym_while_statement] = STATE(25), - [sym_do_statement] = STATE(25), - [sym_try_statement] = STATE(25), - [sym_with_statement] = STATE(25), - [sym_break_statement] = STATE(25), - [sym_continue_statement] = STATE(25), - [sym_debugger_statement] = STATE(25), - [sym_return_statement] = STATE(25), - [sym_throw_statement] = STATE(25), - [sym_empty_statement] = STATE(25), - [sym_labeled_statement] = STATE(25), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(25), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(9), + [sym_declaration] = STATE(9), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_for_in_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_try_statement] = STATE(9), + [sym_with_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_debugger_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_throw_statement] = STATE(9), + [sym_empty_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(480), + [anon_sym_RBRACE] = ACTIONS(490), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -17862,58 +18430,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [16] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -17930,67 +18498,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(482), + [anon_sym_RBRACE] = ACTIONS(492), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18015,58 +18584,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [17] = { [sym_export_statement] = STATE(16), [sym_declaration] = STATE(16), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(16), [sym_expression_statement] = STATE(16), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(16), [sym_if_statement] = STATE(16), [sym_switch_statement] = STATE(16), @@ -18083,67 +18652,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(16), [sym_empty_statement] = STATE(16), [sym_labeled_statement] = STATE(16), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(16), - [aux_sym_export_statement_repeat1] = STATE(2980), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(484), + [anon_sym_RBRACE] = ACTIONS(494), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18168,58 +18738,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [18] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -18236,67 +18806,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), - [ts_builtin_sym_end] = ACTIONS(486), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_RBRACE] = ACTIONS(496), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18321,130 +18892,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [19] = { - [sym_export_statement] = STATE(9), - [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(9), - [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(9), - [sym_if_statement] = STATE(9), - [sym_switch_statement] = STATE(9), - [sym_for_statement] = STATE(9), - [sym_for_in_statement] = STATE(9), - [sym_while_statement] = STATE(9), - [sym_do_statement] = STATE(9), - [sym_try_statement] = STATE(9), - [sym_with_statement] = STATE(9), - [sym_break_statement] = STATE(9), - [sym_continue_statement] = STATE(9), - [sym_debugger_statement] = STATE(9), - [sym_return_statement] = STATE(9), - [sym_throw_statement] = STATE(9), - [sym_empty_statement] = STATE(9), - [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), - [ts_builtin_sym_end] = ACTIONS(488), + [sym_export_statement] = STATE(21), + [sym_declaration] = STATE(21), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(21), + [sym_expression_statement] = STATE(21), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_switch_statement] = STATE(21), + [sym_for_statement] = STATE(21), + [sym_for_in_statement] = STATE(21), + [sym_while_statement] = STATE(21), + [sym_do_statement] = STATE(21), + [sym_try_statement] = STATE(21), + [sym_with_statement] = STATE(21), + [sym_break_statement] = STATE(21), + [sym_continue_statement] = STATE(21), + [sym_debugger_statement] = STATE(21), + [sym_return_statement] = STATE(21), + [sym_throw_statement] = STATE(21), + [sym_empty_statement] = STATE(21), + [sym_labeled_statement] = STATE(21), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(21), + [aux_sym_export_statement_repeat1] = STATE(2950), + [ts_builtin_sym_end] = ACTIONS(498), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -18474,58 +19046,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [20] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -18542,67 +19114,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(490), + [anon_sym_RBRACE] = ACTIONS(500), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18627,58 +19200,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [21] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -18695,67 +19268,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), + [aux_sym_export_statement_repeat1] = STATE(2950), + [ts_builtin_sym_end] = ACTIONS(502), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(492), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -18780,211 +19354,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [22] = { - [sym_export_statement] = STATE(20), - [sym_declaration] = STATE(20), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [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(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(20), - [aux_sym_export_statement_repeat1] = STATE(2980), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(494), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), - }, - [23] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -19001,220 +19422,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(496), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(21), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), - [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), - [anon_sym_do] = ACTIONS(43), - [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), - [anon_sym_break] = ACTIONS(49), - [anon_sym_continue] = ACTIONS(51), - [anon_sym_debugger] = ACTIONS(53), - [anon_sym_return] = ACTIONS(55), - [anon_sym_throw] = ACTIONS(57), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), - }, - [24] = { - [sym_export_statement] = STATE(29), - [sym_declaration] = STATE(29), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(29), - [sym_expression_statement] = STATE(29), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(29), - [sym_if_statement] = STATE(29), - [sym_switch_statement] = STATE(29), - [sym_for_statement] = STATE(29), - [sym_for_in_statement] = STATE(29), - [sym_while_statement] = STATE(29), - [sym_do_statement] = STATE(29), - [sym_try_statement] = STATE(29), - [sym_with_statement] = STATE(29), - [sym_break_statement] = STATE(29), - [sym_continue_statement] = STATE(29), - [sym_debugger_statement] = STATE(29), - [sym_return_statement] = STATE(29), - [sym_throw_statement] = STATE(29), - [sym_empty_statement] = STATE(29), - [sym_labeled_statement] = STATE(29), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(29), - [aux_sym_export_statement_repeat1] = STATE(2980), + [aux_sym_export_statement_repeat1] = STATE(2950), + [ts_builtin_sym_end] = ACTIONS(498), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(498), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19239,58 +19508,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [25] = { + [23] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -19307,67 +19576,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(500), + [anon_sym_RBRACE] = ACTIONS(504), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19392,58 +19662,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, - [26] = { + [24] = { + [sym_export_statement] = STATE(23), + [sym_declaration] = STATE(23), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_for_in_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_try_statement] = STATE(23), + [sym_with_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_debugger_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_throw_statement] = STATE(23), + [sym_empty_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(23), + [aux_sym_export_statement_repeat1] = STATE(2950), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_RBRACE] = ACTIONS(506), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(21), + [anon_sym_var] = ACTIONS(23), + [anon_sym_let] = ACTIONS(25), + [anon_sym_const] = ACTIONS(27), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_if] = ACTIONS(31), + [anon_sym_switch] = ACTIONS(33), + [anon_sym_for] = ACTIONS(35), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_while] = ACTIONS(41), + [anon_sym_do] = ACTIONS(43), + [anon_sym_try] = ACTIONS(45), + [anon_sym_with] = ACTIONS(47), + [anon_sym_break] = ACTIONS(49), + [anon_sym_continue] = ACTIONS(51), + [anon_sym_debugger] = ACTIONS(53), + [anon_sym_return] = ACTIONS(55), + [anon_sym_throw] = ACTIONS(57), + [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = 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(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), + }, + [25] = { [sym_export_statement] = STATE(18), [sym_declaration] = STATE(18), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(18), [sym_expression_statement] = STATE(18), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(18), [sym_if_statement] = STATE(18), [sym_switch_statement] = STATE(18), @@ -19460,67 +19884,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(18), [sym_empty_statement] = STATE(18), [sym_labeled_statement] = STATE(18), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(18), - [aux_sym_export_statement_repeat1] = STATE(2980), - [ts_builtin_sym_end] = ACTIONS(488), + [aux_sym_export_statement_repeat1] = STATE(2950), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_RBRACE] = ACTIONS(508), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(21), + [anon_sym_var] = ACTIONS(23), + [anon_sym_let] = ACTIONS(25), + [anon_sym_const] = ACTIONS(27), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_if] = ACTIONS(31), + [anon_sym_switch] = ACTIONS(33), + [anon_sym_for] = ACTIONS(35), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_while] = ACTIONS(41), + [anon_sym_do] = ACTIONS(43), + [anon_sym_try] = ACTIONS(45), + [anon_sym_with] = ACTIONS(47), + [anon_sym_break] = ACTIONS(49), + [anon_sym_continue] = ACTIONS(51), + [anon_sym_debugger] = ACTIONS(53), + [anon_sym_return] = ACTIONS(55), + [anon_sym_throw] = ACTIONS(57), + [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = 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(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), + }, + [26] = { + [sym_export_statement] = STATE(20), + [sym_declaration] = STATE(20), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [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(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(20), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), + [anon_sym_RBRACE] = ACTIONS(510), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19545,135 +20124,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [27] = { - [sym_export_statement] = STATE(9), - [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(9), - [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(9), - [sym_if_statement] = STATE(9), - [sym_switch_statement] = STATE(9), - [sym_for_statement] = STATE(9), - [sym_for_in_statement] = STATE(9), - [sym_while_statement] = STATE(9), - [sym_do_statement] = STATE(9), - [sym_try_statement] = STATE(9), - [sym_with_statement] = STATE(9), - [sym_break_statement] = STATE(9), - [sym_continue_statement] = STATE(9), - [sym_debugger_statement] = STATE(9), - [sym_return_statement] = STATE(9), - [sym_throw_statement] = STATE(9), - [sym_empty_statement] = STATE(9), - [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(28), + [sym_declaration] = STATE(28), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_for_in_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_with_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_debugger_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_throw_statement] = STATE(28), + [sym_empty_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(28), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(502), + [anon_sym_RBRACE] = ACTIONS(512), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19698,135 +20278,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [28] = { - [sym_export_statement] = STATE(21), - [sym_declaration] = STATE(21), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(21), - [sym_expression_statement] = STATE(21), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(21), - [sym_if_statement] = STATE(21), - [sym_switch_statement] = STATE(21), - [sym_for_statement] = STATE(21), - [sym_for_in_statement] = STATE(21), - [sym_while_statement] = STATE(21), - [sym_do_statement] = STATE(21), - [sym_try_statement] = STATE(21), - [sym_with_statement] = STATE(21), - [sym_break_statement] = STATE(21), - [sym_continue_statement] = STATE(21), - [sym_debugger_statement] = STATE(21), - [sym_return_statement] = STATE(21), - [sym_throw_statement] = STATE(21), - [sym_empty_statement] = STATE(21), - [sym_labeled_statement] = STATE(21), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(21), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(9), + [sym_declaration] = STATE(9), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(9), + [sym_expression_statement] = STATE(9), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(9), + [sym_if_statement] = STATE(9), + [sym_switch_statement] = STATE(9), + [sym_for_statement] = STATE(9), + [sym_for_in_statement] = STATE(9), + [sym_while_statement] = STATE(9), + [sym_do_statement] = STATE(9), + [sym_try_statement] = STATE(9), + [sym_with_statement] = STATE(9), + [sym_break_statement] = STATE(9), + [sym_continue_statement] = STATE(9), + [sym_debugger_statement] = STATE(9), + [sym_return_statement] = STATE(9), + [sym_throw_statement] = STATE(9), + [sym_empty_statement] = STATE(9), + [sym_labeled_statement] = STATE(9), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(504), + [anon_sym_RBRACE] = ACTIONS(514), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -19851,58 +20432,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [29] = { [sym_export_statement] = STATE(9), [sym_declaration] = STATE(9), - [sym_import] = STATE(1864), + [sym_import] = STATE(1852), [sym_import_statement] = STATE(9), [sym_expression_statement] = STATE(9), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), [sym_statement_block] = STATE(9), [sym_if_statement] = STATE(9), [sym_switch_statement] = STATE(9), @@ -19919,67 +20500,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_throw_statement] = STATE(9), [sym_empty_statement] = STATE(9), [sym_labeled_statement] = STATE(9), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), [aux_sym_program_repeat1] = STATE(9), - [aux_sym_export_statement_repeat1] = STATE(2980), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(506), + [anon_sym_RBRACE] = ACTIONS(516), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -20004,135 +20586,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [30] = { - [sym_export_statement] = STATE(23), - [sym_declaration] = STATE(23), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(23), - [sym_expression_statement] = STATE(23), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_switch_statement] = STATE(23), - [sym_for_statement] = STATE(23), - [sym_for_in_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_do_statement] = STATE(23), - [sym_try_statement] = STATE(23), - [sym_with_statement] = STATE(23), - [sym_break_statement] = STATE(23), - [sym_continue_statement] = STATE(23), - [sym_debugger_statement] = STATE(23), - [sym_return_statement] = STATE(23), - [sym_throw_statement] = STATE(23), - [sym_empty_statement] = STATE(23), - [sym_labeled_statement] = STATE(23), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_program_repeat1] = STATE(23), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(29), + [sym_declaration] = STATE(29), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(29), + [sym_expression_statement] = STATE(29), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(29), + [sym_if_statement] = STATE(29), + [sym_switch_statement] = STATE(29), + [sym_for_statement] = STATE(29), + [sym_for_in_statement] = STATE(29), + [sym_while_statement] = STATE(29), + [sym_do_statement] = STATE(29), + [sym_try_statement] = STATE(29), + [sym_with_statement] = STATE(29), + [sym_break_statement] = STATE(29), + [sym_continue_statement] = STATE(29), + [sym_debugger_statement] = STATE(29), + [sym_return_statement] = STATE(29), + [sym_throw_statement] = STATE(29), + [sym_empty_statement] = STATE(29), + [sym_labeled_statement] = STATE(29), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_program_repeat1] = STATE(29), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), [anon_sym_namespace] = ACTIONS(15), [anon_sym_LBRACE] = ACTIONS(17), - [anon_sym_RBRACE] = ACTIONS(508), + [anon_sym_RBRACE] = ACTIONS(518), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), @@ -20157,128 +20740,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [31] = { - [sym_export_statement] = STATE(611), - [sym_declaration] = STATE(611), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(611), - [sym_expression_statement] = STATE(611), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(611), - [sym_if_statement] = STATE(611), - [sym_switch_statement] = STATE(611), - [sym_for_statement] = STATE(611), - [sym_for_in_statement] = STATE(611), - [sym_while_statement] = STATE(611), - [sym_do_statement] = STATE(611), - [sym_try_statement] = STATE(611), - [sym_with_statement] = STATE(611), - [sym_break_statement] = STATE(611), - [sym_continue_statement] = STATE(611), - [sym_debugger_statement] = STATE(611), - [sym_return_statement] = STATE(611), - [sym_throw_statement] = STATE(611), - [sym_empty_statement] = STATE(611), - [sym_labeled_statement] = STATE(611), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(678), + [sym_declaration] = STATE(678), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(678), + [sym_expression_statement] = STATE(678), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(678), + [sym_if_statement] = STATE(678), + [sym_switch_statement] = STATE(678), + [sym_for_statement] = STATE(678), + [sym_for_in_statement] = STATE(678), + [sym_while_statement] = STATE(678), + [sym_do_statement] = STATE(678), + [sym_try_statement] = STATE(678), + [sym_with_statement] = STATE(678), + [sym_break_statement] = STATE(678), + [sym_continue_statement] = STATE(678), + [sym_debugger_statement] = STATE(678), + [sym_return_statement] = STATE(678), + [sym_throw_statement] = STATE(678), + [sym_empty_statement] = STATE(678), + [sym_labeled_statement] = STATE(678), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -20308,148 +20892,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [32] = { - [sym_export_statement] = STATE(764), - [sym_declaration] = STATE(764), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(764), - [sym_expression_statement] = STATE(764), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(764), - [sym_if_statement] = STATE(764), - [sym_switch_statement] = STATE(764), - [sym_for_statement] = STATE(764), - [sym_for_in_statement] = STATE(764), - [sym_while_statement] = STATE(764), - [sym_do_statement] = STATE(764), - [sym_try_statement] = STATE(764), - [sym_with_statement] = STATE(764), - [sym_break_statement] = STATE(764), - [sym_continue_statement] = STATE(764), - [sym_debugger_statement] = STATE(764), - [sym_return_statement] = STATE(764), - [sym_throw_statement] = STATE(764), - [sym_empty_statement] = STATE(764), - [sym_labeled_statement] = STATE(764), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(3705), + [sym_declaration] = STATE(3705), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(3705), + [sym_expression_statement] = STATE(3705), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(3705), + [sym_if_statement] = STATE(3705), + [sym_switch_statement] = STATE(3705), + [sym_for_statement] = STATE(3705), + [sym_for_in_statement] = STATE(3705), + [sym_while_statement] = STATE(3705), + [sym_do_statement] = STATE(3705), + [sym_try_statement] = STATE(3705), + [sym_with_statement] = STATE(3705), + [sym_break_statement] = STATE(3705), + [sym_continue_statement] = STATE(3705), + [sym_debugger_statement] = STATE(3705), + [sym_return_statement] = STATE(3705), + [sym_throw_statement] = STATE(3705), + [sym_empty_statement] = STATE(3705), + [sym_labeled_statement] = STATE(3705), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -20459,148 +21044,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [33] = { - [sym_export_statement] = STATE(699), - [sym_declaration] = STATE(699), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(699), - [sym_expression_statement] = STATE(699), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(699), - [sym_if_statement] = STATE(699), - [sym_switch_statement] = STATE(699), - [sym_for_statement] = STATE(699), - [sym_for_in_statement] = STATE(699), - [sym_while_statement] = STATE(699), - [sym_do_statement] = STATE(699), - [sym_try_statement] = STATE(699), - [sym_with_statement] = STATE(699), - [sym_break_statement] = STATE(699), - [sym_continue_statement] = STATE(699), - [sym_debugger_statement] = STATE(699), - [sym_return_statement] = STATE(699), - [sym_throw_statement] = STATE(699), - [sym_empty_statement] = STATE(699), - [sym_labeled_statement] = STATE(699), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), + [sym_export_statement] = STATE(678), + [sym_declaration] = STATE(678), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(678), + [sym_expression_statement] = STATE(678), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(678), + [sym_if_statement] = STATE(678), + [sym_switch_statement] = STATE(678), + [sym_for_statement] = STATE(678), + [sym_for_in_statement] = STATE(678), + [sym_while_statement] = STATE(678), + [sym_do_statement] = STATE(678), + [sym_try_statement] = STATE(678), + [sym_with_statement] = STATE(678), + [sym_break_statement] = STATE(678), + [sym_continue_statement] = STATE(678), + [sym_debugger_statement] = STATE(678), + [sym_return_statement] = STATE(678), + [sym_throw_statement] = STATE(678), + [sym_empty_statement] = STATE(678), + [sym_labeled_statement] = STATE(678), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -20610,148 +21196,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [34] = { - [sym_export_statement] = STATE(699), - [sym_declaration] = STATE(699), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(699), - [sym_expression_statement] = STATE(699), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(699), - [sym_if_statement] = STATE(699), - [sym_switch_statement] = STATE(699), - [sym_for_statement] = STATE(699), - [sym_for_in_statement] = STATE(699), - [sym_while_statement] = STATE(699), - [sym_do_statement] = STATE(699), - [sym_try_statement] = STATE(699), - [sym_with_statement] = STATE(699), - [sym_break_statement] = STATE(699), - [sym_continue_statement] = STATE(699), - [sym_debugger_statement] = STATE(699), - [sym_return_statement] = STATE(699), - [sym_throw_statement] = STATE(699), - [sym_empty_statement] = STATE(699), - [sym_labeled_statement] = STATE(699), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(749), + [sym_declaration] = STATE(749), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(749), + [sym_expression_statement] = STATE(749), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(749), + [sym_if_statement] = STATE(749), + [sym_switch_statement] = STATE(749), + [sym_for_statement] = STATE(749), + [sym_for_in_statement] = STATE(749), + [sym_while_statement] = STATE(749), + [sym_do_statement] = STATE(749), + [sym_try_statement] = STATE(749), + [sym_with_statement] = STATE(749), + [sym_break_statement] = STATE(749), + [sym_continue_statement] = STATE(749), + [sym_debugger_statement] = STATE(749), + [sym_return_statement] = STATE(749), + [sym_throw_statement] = STATE(749), + [sym_empty_statement] = STATE(749), + [sym_labeled_statement] = STATE(749), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -20761,148 +21348,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [35] = { - [sym_export_statement] = STATE(679), - [sym_declaration] = STATE(679), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(679), - [sym_expression_statement] = STATE(679), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(679), - [sym_if_statement] = STATE(679), - [sym_switch_statement] = STATE(679), - [sym_for_statement] = STATE(679), - [sym_for_in_statement] = STATE(679), - [sym_while_statement] = STATE(679), - [sym_do_statement] = STATE(679), - [sym_try_statement] = STATE(679), - [sym_with_statement] = STATE(679), - [sym_break_statement] = STATE(679), - [sym_continue_statement] = STATE(679), - [sym_debugger_statement] = STATE(679), - [sym_return_statement] = STATE(679), - [sym_throw_statement] = STATE(679), - [sym_empty_statement] = STATE(679), - [sym_labeled_statement] = STATE(679), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(635), + [sym_declaration] = STATE(635), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(635), + [sym_expression_statement] = STATE(635), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(635), + [sym_if_statement] = STATE(635), + [sym_switch_statement] = STATE(635), + [sym_for_statement] = STATE(635), + [sym_for_in_statement] = STATE(635), + [sym_while_statement] = STATE(635), + [sym_do_statement] = STATE(635), + [sym_try_statement] = STATE(635), + [sym_with_statement] = STATE(635), + [sym_break_statement] = STATE(635), + [sym_continue_statement] = STATE(635), + [sym_debugger_statement] = STATE(635), + [sym_return_statement] = STATE(635), + [sym_throw_statement] = STATE(635), + [sym_empty_statement] = STATE(635), + [sym_labeled_statement] = STATE(635), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -20912,148 +21500,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [36] = { - [sym_export_statement] = STATE(739), - [sym_declaration] = STATE(739), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(739), - [sym_expression_statement] = STATE(739), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(739), - [sym_if_statement] = STATE(739), - [sym_switch_statement] = STATE(739), - [sym_for_statement] = STATE(739), - [sym_for_in_statement] = STATE(739), - [sym_while_statement] = STATE(739), - [sym_do_statement] = STATE(739), - [sym_try_statement] = STATE(739), - [sym_with_statement] = STATE(739), - [sym_break_statement] = STATE(739), - [sym_continue_statement] = STATE(739), - [sym_debugger_statement] = STATE(739), - [sym_return_statement] = STATE(739), - [sym_throw_statement] = STATE(739), - [sym_empty_statement] = STATE(739), - [sym_labeled_statement] = STATE(739), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(740), + [sym_declaration] = STATE(740), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(740), + [sym_expression_statement] = STATE(740), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(740), + [sym_if_statement] = STATE(740), + [sym_switch_statement] = STATE(740), + [sym_for_statement] = STATE(740), + [sym_for_in_statement] = STATE(740), + [sym_while_statement] = STATE(740), + [sym_do_statement] = STATE(740), + [sym_try_statement] = STATE(740), + [sym_with_statement] = STATE(740), + [sym_break_statement] = STATE(740), + [sym_continue_statement] = STATE(740), + [sym_debugger_statement] = STATE(740), + [sym_return_statement] = STATE(740), + [sym_throw_statement] = STATE(740), + [sym_empty_statement] = STATE(740), + [sym_labeled_statement] = STATE(740), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21063,128 +21652,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [37] = { - [sym_export_statement] = STATE(679), - [sym_declaration] = STATE(679), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(679), - [sym_expression_statement] = STATE(679), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(679), - [sym_if_statement] = STATE(679), - [sym_switch_statement] = STATE(679), - [sym_for_statement] = STATE(679), - [sym_for_in_statement] = STATE(679), - [sym_while_statement] = STATE(679), - [sym_do_statement] = STATE(679), - [sym_try_statement] = STATE(679), - [sym_with_statement] = STATE(679), - [sym_break_statement] = STATE(679), - [sym_continue_statement] = STATE(679), - [sym_debugger_statement] = STATE(679), - [sym_return_statement] = STATE(679), - [sym_throw_statement] = STATE(679), - [sym_empty_statement] = STATE(679), - [sym_labeled_statement] = STATE(679), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(758), + [sym_declaration] = STATE(758), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(758), + [sym_expression_statement] = STATE(758), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(758), + [sym_if_statement] = STATE(758), + [sym_switch_statement] = STATE(758), + [sym_for_statement] = STATE(758), + [sym_for_in_statement] = STATE(758), + [sym_while_statement] = STATE(758), + [sym_do_statement] = STATE(758), + [sym_try_statement] = STATE(758), + [sym_with_statement] = STATE(758), + [sym_break_statement] = STATE(758), + [sym_continue_statement] = STATE(758), + [sym_debugger_statement] = STATE(758), + [sym_return_statement] = STATE(758), + [sym_throw_statement] = STATE(758), + [sym_empty_statement] = STATE(758), + [sym_labeled_statement] = STATE(758), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -21214,148 +21804,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [38] = { - [sym_export_statement] = STATE(683), - [sym_declaration] = STATE(683), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(683), - [sym_expression_statement] = STATE(683), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(683), - [sym_if_statement] = STATE(683), - [sym_switch_statement] = STATE(683), - [sym_for_statement] = STATE(683), - [sym_for_in_statement] = STATE(683), - [sym_while_statement] = STATE(683), - [sym_do_statement] = STATE(683), - [sym_try_statement] = STATE(683), - [sym_with_statement] = STATE(683), - [sym_break_statement] = STATE(683), - [sym_continue_statement] = STATE(683), - [sym_debugger_statement] = STATE(683), - [sym_return_statement] = STATE(683), - [sym_throw_statement] = STATE(683), - [sym_empty_statement] = STATE(683), - [sym_labeled_statement] = STATE(683), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(728), + [sym_declaration] = STATE(727), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(725), + [sym_expression_statement] = STATE(724), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(723), + [sym_if_statement] = STATE(722), + [sym_switch_statement] = STATE(721), + [sym_for_statement] = STATE(720), + [sym_for_in_statement] = STATE(719), + [sym_while_statement] = STATE(718), + [sym_do_statement] = STATE(717), + [sym_try_statement] = STATE(714), + [sym_with_statement] = STATE(712), + [sym_break_statement] = STATE(711), + [sym_continue_statement] = STATE(624), + [sym_debugger_statement] = STATE(709), + [sym_return_statement] = STATE(708), + [sym_throw_statement] = STATE(707), + [sym_empty_statement] = STATE(706), + [sym_labeled_statement] = STATE(704), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21365,148 +21956,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [39] = { - [sym_export_statement] = STATE(739), - [sym_declaration] = STATE(739), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(739), - [sym_expression_statement] = STATE(739), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(739), - [sym_if_statement] = STATE(739), - [sym_switch_statement] = STATE(739), - [sym_for_statement] = STATE(739), - [sym_for_in_statement] = STATE(739), - [sym_while_statement] = STATE(739), - [sym_do_statement] = STATE(739), - [sym_try_statement] = STATE(739), - [sym_with_statement] = STATE(739), - [sym_break_statement] = STATE(739), - [sym_continue_statement] = STATE(739), - [sym_debugger_statement] = STATE(739), - [sym_return_statement] = STATE(739), - [sym_throw_statement] = STATE(739), - [sym_empty_statement] = STATE(739), - [sym_labeled_statement] = STATE(739), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), + [sym_export_statement] = STATE(758), + [sym_declaration] = STATE(758), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(758), + [sym_expression_statement] = STATE(758), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(758), + [sym_if_statement] = STATE(758), + [sym_switch_statement] = STATE(758), + [sym_for_statement] = STATE(758), + [sym_for_in_statement] = STATE(758), + [sym_while_statement] = STATE(758), + [sym_do_statement] = STATE(758), + [sym_try_statement] = STATE(758), + [sym_with_statement] = STATE(758), + [sym_break_statement] = STATE(758), + [sym_continue_statement] = STATE(758), + [sym_debugger_statement] = STATE(758), + [sym_return_statement] = STATE(758), + [sym_throw_statement] = STATE(758), + [sym_empty_statement] = STATE(758), + [sym_labeled_statement] = STATE(758), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21516,148 +22108,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [40] = { - [sym_export_statement] = STATE(673), - [sym_declaration] = STATE(672), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(667), - [sym_expression_statement] = STATE(657), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(650), - [sym_if_statement] = STATE(649), - [sym_switch_statement] = STATE(645), - [sym_for_statement] = STATE(643), - [sym_for_in_statement] = STATE(639), - [sym_while_statement] = STATE(636), - [sym_do_statement] = STATE(635), - [sym_try_statement] = STATE(634), - [sym_with_statement] = STATE(633), - [sym_break_statement] = STATE(621), - [sym_continue_statement] = STATE(658), - [sym_debugger_statement] = STATE(660), - [sym_return_statement] = STATE(675), - [sym_throw_statement] = STATE(684), - [sym_empty_statement] = STATE(718), - [sym_labeled_statement] = STATE(738), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), + [sym_export_statement] = STATE(699), + [sym_declaration] = STATE(699), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(699), + [sym_expression_statement] = STATE(699), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(699), + [sym_if_statement] = STATE(699), + [sym_switch_statement] = STATE(699), + [sym_for_statement] = STATE(699), + [sym_for_in_statement] = STATE(699), + [sym_while_statement] = STATE(699), + [sym_do_statement] = STATE(699), + [sym_try_statement] = STATE(699), + [sym_with_statement] = STATE(699), + [sym_break_statement] = STATE(699), + [sym_continue_statement] = STATE(699), + [sym_debugger_statement] = STATE(699), + [sym_return_statement] = STATE(699), + [sym_throw_statement] = STATE(699), + [sym_empty_statement] = STATE(699), + [sym_labeled_statement] = STATE(699), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21667,148 +22260,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [41] = { - [sym_export_statement] = STATE(4122), - [sym_declaration] = STATE(4122), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(4122), - [sym_expression_statement] = STATE(4122), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(4122), - [sym_if_statement] = STATE(4122), - [sym_switch_statement] = STATE(4122), - [sym_for_statement] = STATE(4122), - [sym_for_in_statement] = STATE(4122), - [sym_while_statement] = STATE(4122), - [sym_do_statement] = STATE(4122), - [sym_try_statement] = STATE(4122), - [sym_with_statement] = STATE(4122), - [sym_break_statement] = STATE(4122), - [sym_continue_statement] = STATE(4122), - [sym_debugger_statement] = STATE(4122), - [sym_return_statement] = STATE(4122), - [sym_throw_statement] = STATE(4122), - [sym_empty_statement] = STATE(4122), - [sym_labeled_statement] = STATE(4122), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(740), + [sym_declaration] = STATE(740), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(740), + [sym_expression_statement] = STATE(740), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(740), + [sym_if_statement] = STATE(740), + [sym_switch_statement] = STATE(740), + [sym_for_statement] = STATE(740), + [sym_for_in_statement] = STATE(740), + [sym_while_statement] = STATE(740), + [sym_do_statement] = STATE(740), + [sym_try_statement] = STATE(740), + [sym_with_statement] = STATE(740), + [sym_break_statement] = STATE(740), + [sym_continue_statement] = STATE(740), + [sym_debugger_statement] = STATE(740), + [sym_return_statement] = STATE(740), + [sym_throw_statement] = STATE(740), + [sym_empty_statement] = STATE(740), + [sym_labeled_statement] = STATE(740), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21818,148 +22412,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [42] = { - [sym_export_statement] = STATE(632), - [sym_declaration] = STATE(631), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(630), - [sym_expression_statement] = STATE(628), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(626), - [sym_if_statement] = STATE(624), - [sym_switch_statement] = STATE(623), - [sym_for_statement] = STATE(622), - [sym_for_in_statement] = STATE(678), - [sym_while_statement] = STATE(680), - [sym_do_statement] = STATE(688), - [sym_try_statement] = STATE(689), - [sym_with_statement] = STATE(690), - [sym_break_statement] = STATE(696), - [sym_continue_statement] = STATE(700), - [sym_debugger_statement] = STATE(707), - [sym_return_statement] = STATE(721), - [sym_throw_statement] = STATE(722), - [sym_empty_statement] = STATE(724), - [sym_labeled_statement] = STATE(726), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), - [sym_identifier] = ACTIONS(7), - [anon_sym_export] = ACTIONS(11), - [anon_sym_type] = ACTIONS(13), - [anon_sym_namespace] = ACTIONS(15), - [anon_sym_LBRACE] = ACTIONS(17), + [sym_export_statement] = STATE(635), + [sym_declaration] = STATE(635), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(635), + [sym_expression_statement] = STATE(635), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(635), + [sym_if_statement] = STATE(635), + [sym_switch_statement] = STATE(635), + [sym_for_statement] = STATE(635), + [sym_for_in_statement] = STATE(635), + [sym_while_statement] = STATE(635), + [sym_do_statement] = STATE(635), + [sym_try_statement] = STATE(635), + [sym_with_statement] = STATE(635), + [sym_break_statement] = STATE(635), + [sym_continue_statement] = STATE(635), + [sym_debugger_statement] = STATE(635), + [sym_return_statement] = STATE(635), + [sym_throw_statement] = STATE(635), + [sym_empty_statement] = STATE(635), + [sym_labeled_statement] = STATE(635), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(31), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(35), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(41), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(47), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -21969,128 +22564,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [43] = { - [sym_export_statement] = STATE(683), - [sym_declaration] = STATE(683), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(683), - [sym_expression_statement] = STATE(683), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(683), - [sym_if_statement] = STATE(683), - [sym_switch_statement] = STATE(683), - [sym_for_statement] = STATE(683), - [sym_for_in_statement] = STATE(683), - [sym_while_statement] = STATE(683), - [sym_do_statement] = STATE(683), - [sym_try_statement] = STATE(683), - [sym_with_statement] = STATE(683), - [sym_break_statement] = STATE(683), - [sym_continue_statement] = STATE(683), - [sym_debugger_statement] = STATE(683), - [sym_return_statement] = STATE(683), - [sym_throw_statement] = STATE(683), - [sym_empty_statement] = STATE(683), - [sym_labeled_statement] = STATE(683), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(728), + [sym_declaration] = STATE(727), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(725), + [sym_expression_statement] = STATE(724), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(723), + [sym_if_statement] = STATE(722), + [sym_switch_statement] = STATE(721), + [sym_for_statement] = STATE(720), + [sym_for_in_statement] = STATE(719), + [sym_while_statement] = STATE(718), + [sym_do_statement] = STATE(717), + [sym_try_statement] = STATE(714), + [sym_with_statement] = STATE(712), + [sym_break_statement] = STATE(711), + [sym_continue_statement] = STATE(624), + [sym_debugger_statement] = STATE(709), + [sym_return_statement] = STATE(708), + [sym_throw_statement] = STATE(707), + [sym_empty_statement] = STATE(706), + [sym_labeled_statement] = STATE(704), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -22120,148 +22716,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [44] = { - [sym_export_statement] = STATE(3637), - [sym_declaration] = STATE(3637), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(3637), - [sym_expression_statement] = STATE(3637), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(3637), - [sym_if_statement] = STATE(3637), - [sym_switch_statement] = STATE(3637), - [sym_for_statement] = STATE(3637), - [sym_for_in_statement] = STATE(3637), - [sym_while_statement] = STATE(3637), - [sym_do_statement] = STATE(3637), - [sym_try_statement] = STATE(3637), - [sym_with_statement] = STATE(3637), - [sym_break_statement] = STATE(3637), - [sym_continue_statement] = STATE(3637), - [sym_debugger_statement] = STATE(3637), - [sym_return_statement] = STATE(3637), - [sym_throw_statement] = STATE(3637), - [sym_empty_statement] = STATE(3637), - [sym_labeled_statement] = STATE(3637), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(749), + [sym_declaration] = STATE(749), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(749), + [sym_expression_statement] = STATE(749), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(749), + [sym_if_statement] = STATE(749), + [sym_switch_statement] = STATE(749), + [sym_for_statement] = STATE(749), + [sym_for_in_statement] = STATE(749), + [sym_while_statement] = STATE(749), + [sym_do_statement] = STATE(749), + [sym_try_statement] = STATE(749), + [sym_with_statement] = STATE(749), + [sym_break_statement] = STATE(749), + [sym_continue_statement] = STATE(749), + [sym_debugger_statement] = STATE(749), + [sym_return_statement] = STATE(749), + [sym_throw_statement] = STATE(749), + [sym_empty_statement] = STATE(749), + [sym_labeled_statement] = STATE(749), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -22271,148 +22868,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [45] = { - [sym_export_statement] = STATE(632), - [sym_declaration] = STATE(631), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(630), - [sym_expression_statement] = STATE(628), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(626), - [sym_if_statement] = STATE(624), - [sym_switch_statement] = STATE(623), - [sym_for_statement] = STATE(622), - [sym_for_in_statement] = STATE(678), - [sym_while_statement] = STATE(680), - [sym_do_statement] = STATE(688), - [sym_try_statement] = STATE(689), - [sym_with_statement] = STATE(690), - [sym_break_statement] = STATE(696), - [sym_continue_statement] = STATE(700), - [sym_debugger_statement] = STATE(707), - [sym_return_statement] = STATE(721), - [sym_throw_statement] = STATE(722), - [sym_empty_statement] = STATE(724), - [sym_labeled_statement] = STATE(726), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(629), + [sym_declaration] = STATE(715), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(639), + [sym_expression_statement] = STATE(631), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(663), + [sym_if_statement] = STATE(664), + [sym_switch_statement] = STATE(671), + [sym_for_statement] = STATE(701), + [sym_for_in_statement] = STATE(702), + [sym_while_statement] = STATE(705), + [sym_do_statement] = STATE(710), + [sym_try_statement] = STATE(627), + [sym_with_statement] = STATE(628), + [sym_break_statement] = STATE(644), + [sym_continue_statement] = STATE(648), + [sym_debugger_statement] = STATE(660), + [sym_return_statement] = STATE(666), + [sym_throw_statement] = STATE(683), + [sym_empty_statement] = STATE(691), + [sym_labeled_statement] = STATE(692), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -22422,148 +23020,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [46] = { - [sym_export_statement] = STATE(673), - [sym_declaration] = STATE(672), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(667), - [sym_expression_statement] = STATE(657), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(650), - [sym_if_statement] = STATE(649), - [sym_switch_statement] = STATE(645), - [sym_for_statement] = STATE(643), - [sym_for_in_statement] = STATE(639), - [sym_while_statement] = STATE(636), - [sym_do_statement] = STATE(635), - [sym_try_statement] = STATE(634), - [sym_with_statement] = STATE(633), - [sym_break_statement] = STATE(621), - [sym_continue_statement] = STATE(658), - [sym_debugger_statement] = STATE(660), - [sym_return_statement] = STATE(675), - [sym_throw_statement] = STATE(684), - [sym_empty_statement] = STATE(718), - [sym_labeled_statement] = STATE(738), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(4261), + [sym_declaration] = STATE(4261), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(4261), + [sym_expression_statement] = STATE(4261), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(4261), + [sym_if_statement] = STATE(4261), + [sym_switch_statement] = STATE(4261), + [sym_for_statement] = STATE(4261), + [sym_for_in_statement] = STATE(4261), + [sym_while_statement] = STATE(4261), + [sym_do_statement] = STATE(4261), + [sym_try_statement] = STATE(4261), + [sym_with_statement] = STATE(4261), + [sym_break_statement] = STATE(4261), + [sym_continue_statement] = STATE(4261), + [sym_debugger_statement] = STATE(4261), + [sym_return_statement] = STATE(4261), + [sym_throw_statement] = STATE(4261), + [sym_empty_statement] = STATE(4261), + [sym_labeled_statement] = STATE(4261), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3062), + [sym_identifier] = ACTIONS(520), + [anon_sym_export] = ACTIONS(522), + [anon_sym_type] = ACTIONS(524), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(528), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(530), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(532), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(534), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(536), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -22573,148 +23172,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(540), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(544), + [anon_sym_readonly] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_set] = ACTIONS(544), + [anon_sym_declare] = ACTIONS(546), + [anon_sym_public] = ACTIONS(544), + [anon_sym_private] = ACTIONS(544), + [anon_sym_protected] = ACTIONS(544), + [anon_sym_override] = ACTIONS(544), + [anon_sym_module] = ACTIONS(548), + [anon_sym_any] = ACTIONS(544), + [anon_sym_number] = ACTIONS(544), + [anon_sym_boolean] = ACTIONS(544), + [anon_sym_string] = ACTIONS(544), + [anon_sym_symbol] = ACTIONS(544), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [47] = { - [sym_export_statement] = STATE(758), - [sym_declaration] = STATE(758), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(758), - [sym_expression_statement] = STATE(758), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(758), - [sym_if_statement] = STATE(758), - [sym_switch_statement] = STATE(758), - [sym_for_statement] = STATE(758), - [sym_for_in_statement] = STATE(758), - [sym_while_statement] = STATE(758), - [sym_do_statement] = STATE(758), - [sym_try_statement] = STATE(758), - [sym_with_statement] = STATE(758), - [sym_break_statement] = STATE(758), - [sym_continue_statement] = STATE(758), - [sym_debugger_statement] = STATE(758), - [sym_return_statement] = STATE(758), - [sym_throw_statement] = STATE(758), - [sym_empty_statement] = STATE(758), - [sym_labeled_statement] = STATE(758), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2905), - [sym_identifier] = ACTIONS(510), - [anon_sym_export] = ACTIONS(512), - [anon_sym_type] = ACTIONS(514), - [anon_sym_namespace] = ACTIONS(516), - [anon_sym_LBRACE] = ACTIONS(518), + [sym_export_statement] = STATE(610), + [sym_declaration] = STATE(610), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(610), + [sym_expression_statement] = STATE(610), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(610), + [sym_if_statement] = STATE(610), + [sym_switch_statement] = STATE(610), + [sym_for_statement] = STATE(610), + [sym_for_in_statement] = STATE(610), + [sym_while_statement] = STATE(610), + [sym_do_statement] = STATE(610), + [sym_try_statement] = STATE(610), + [sym_with_statement] = STATE(610), + [sym_break_statement] = STATE(610), + [sym_continue_statement] = STATE(610), + [sym_debugger_statement] = STATE(610), + [sym_return_statement] = STATE(610), + [sym_throw_statement] = STATE(610), + [sym_empty_statement] = STATE(610), + [sym_labeled_statement] = STATE(610), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), + [sym_identifier] = ACTIONS(7), + [anon_sym_export] = ACTIONS(11), + [anon_sym_type] = ACTIONS(13), + [anon_sym_namespace] = ACTIONS(15), + [anon_sym_LBRACE] = ACTIONS(17), [anon_sym_typeof] = ACTIONS(19), [anon_sym_import] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_BANG] = ACTIONS(29), - [anon_sym_if] = ACTIONS(520), + [anon_sym_if] = ACTIONS(31), [anon_sym_switch] = ACTIONS(33), - [anon_sym_for] = ACTIONS(522), + [anon_sym_for] = ACTIONS(35), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_while] = ACTIONS(524), + [anon_sym_while] = ACTIONS(41), [anon_sym_do] = ACTIONS(43), [anon_sym_try] = ACTIONS(45), - [anon_sym_with] = ACTIONS(526), + [anon_sym_with] = ACTIONS(47), [anon_sym_break] = ACTIONS(49), [anon_sym_continue] = ACTIONS(51), [anon_sym_debugger] = ACTIONS(53), @@ -22724,128 +23324,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(530), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(534), - [anon_sym_readonly] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_set] = ACTIONS(534), - [anon_sym_declare] = ACTIONS(536), - [anon_sym_public] = ACTIONS(534), - [anon_sym_private] = ACTIONS(534), - [anon_sym_protected] = ACTIONS(534), - [anon_sym_override] = ACTIONS(534), - [anon_sym_module] = ACTIONS(538), - [anon_sym_any] = ACTIONS(534), - [anon_sym_number] = ACTIONS(534), - [anon_sym_boolean] = ACTIONS(534), - [anon_sym_string] = ACTIONS(534), - [anon_sym_symbol] = ACTIONS(534), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [48] = { - [sym_export_statement] = STATE(764), - [sym_declaration] = STATE(764), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(764), - [sym_expression_statement] = STATE(764), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(764), - [sym_if_statement] = STATE(764), - [sym_switch_statement] = STATE(764), - [sym_for_statement] = STATE(764), - [sym_for_in_statement] = STATE(764), - [sym_while_statement] = STATE(764), - [sym_do_statement] = STATE(764), - [sym_try_statement] = STATE(764), - [sym_with_statement] = STATE(764), - [sym_break_statement] = STATE(764), - [sym_continue_statement] = STATE(764), - [sym_debugger_statement] = STATE(764), - [sym_return_statement] = STATE(764), - [sym_throw_statement] = STATE(764), - [sym_empty_statement] = STATE(764), - [sym_labeled_statement] = STATE(764), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(699), + [sym_declaration] = STATE(699), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(699), + [sym_expression_statement] = STATE(699), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(699), + [sym_if_statement] = STATE(699), + [sym_switch_statement] = STATE(699), + [sym_for_statement] = STATE(699), + [sym_for_in_statement] = STATE(699), + [sym_while_statement] = STATE(699), + [sym_do_statement] = STATE(699), + [sym_try_statement] = STATE(699), + [sym_with_statement] = STATE(699), + [sym_break_statement] = STATE(699), + [sym_continue_statement] = STATE(699), + [sym_debugger_statement] = STATE(699), + [sym_return_statement] = STATE(699), + [sym_throw_statement] = STATE(699), + [sym_empty_statement] = STATE(699), + [sym_labeled_statement] = STATE(699), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -22875,128 +23476,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [49] = { - [sym_export_statement] = STATE(758), - [sym_declaration] = STATE(758), - [sym_import] = STATE(1864), - [sym_import_statement] = STATE(758), - [sym_expression_statement] = STATE(758), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_statement_block] = STATE(758), - [sym_if_statement] = STATE(758), - [sym_switch_statement] = STATE(758), - [sym_for_statement] = STATE(758), - [sym_for_in_statement] = STATE(758), - [sym_while_statement] = STATE(758), - [sym_do_statement] = STATE(758), - [sym_try_statement] = STATE(758), - [sym_with_statement] = STATE(758), - [sym_break_statement] = STATE(758), - [sym_continue_statement] = STATE(758), - [sym_debugger_statement] = STATE(758), - [sym_return_statement] = STATE(758), - [sym_throw_statement] = STATE(758), - [sym_empty_statement] = STATE(758), - [sym_labeled_statement] = STATE(758), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(2980), + [sym_export_statement] = STATE(629), + [sym_declaration] = STATE(715), + [sym_import] = STATE(1852), + [sym_import_statement] = STATE(639), + [sym_expression_statement] = STATE(631), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_statement_block] = STATE(663), + [sym_if_statement] = STATE(664), + [sym_switch_statement] = STATE(671), + [sym_for_statement] = STATE(701), + [sym_for_in_statement] = STATE(702), + [sym_while_statement] = STATE(705), + [sym_do_statement] = STATE(710), + [sym_try_statement] = STATE(627), + [sym_with_statement] = STATE(628), + [sym_break_statement] = STATE(644), + [sym_continue_statement] = STATE(648), + [sym_debugger_statement] = STATE(660), + [sym_return_statement] = STATE(666), + [sym_throw_statement] = STATE(683), + [sym_empty_statement] = STATE(691), + [sym_labeled_statement] = STATE(692), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(2950), [sym_identifier] = ACTIONS(7), [anon_sym_export] = ACTIONS(11), [anon_sym_type] = ACTIONS(13), @@ -23026,11699 +23628,12032 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(73), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(69), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(95), - [anon_sym_readonly] = ACTIONS(95), - [anon_sym_get] = ACTIONS(95), - [anon_sym_set] = ACTIONS(95), - [anon_sym_declare] = ACTIONS(97), - [anon_sym_public] = ACTIONS(95), - [anon_sym_private] = ACTIONS(95), - [anon_sym_protected] = ACTIONS(95), - [anon_sym_override] = ACTIONS(95), - [anon_sym_module] = ACTIONS(99), - [anon_sym_any] = ACTIONS(95), - [anon_sym_number] = ACTIONS(95), - [anon_sym_boolean] = ACTIONS(95), - [anon_sym_string] = ACTIONS(95), - [anon_sym_symbol] = ACTIONS(95), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(97), + [anon_sym_readonly] = ACTIONS(97), + [anon_sym_get] = ACTIONS(97), + [anon_sym_set] = ACTIONS(97), + [anon_sym_declare] = ACTIONS(99), + [anon_sym_public] = ACTIONS(97), + [anon_sym_private] = ACTIONS(97), + [anon_sym_protected] = ACTIONS(97), + [anon_sym_override] = ACTIONS(97), + [anon_sym_module] = ACTIONS(101), + [anon_sym_any] = ACTIONS(97), + [anon_sym_number] = ACTIONS(97), + [anon_sym_boolean] = ACTIONS(97), + [anon_sym_string] = ACTIONS(97), + [anon_sym_symbol] = ACTIONS(97), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [50] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(562), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3592), + [sym_optional_tuple_parameter] = STATE(3592), + [sym_optional_type] = STATE(3592), + [sym_rest_type] = STATE(3592), + [sym__tuple_type_member] = STATE(3592), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(560), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(572), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [51] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1569), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3577), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(594), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3584), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(608), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [52] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3126), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(603), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(610), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(611), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(616), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [53] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(622), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(612), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [54] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1528), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3467), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3468), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(624), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(614), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [55] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3219), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(603), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(616), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(611), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(626), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [56] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3162), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(603), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(618), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(611), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(628), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [57] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3609), - [sym_optional_tuple_parameter] = STATE(3609), - [sym_optional_type] = STATE(3609), - [sym_rest_type] = STATE(3609), - [sym__tuple_type_member] = STATE(3609), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(630), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(632), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(620), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [58] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3104), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(603), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(622), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(611), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(634), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [59] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1569), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3577), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(636), + [sym_rest_pattern] = STATE(3216), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3584), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(550), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_COMMA] = ACTIONS(606), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), + [anon_sym_RBRACK] = ACTIONS(624), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(578), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(598), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(600), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(604), + [anon_sym_number] = ACTIONS(604), + [anon_sym_boolean] = ACTIONS(604), + [anon_sym_string] = ACTIONS(604), + [anon_sym_symbol] = ACTIONS(604), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [60] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(638), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3217), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(633), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(641), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(646), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [61] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3109), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(603), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3258), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(633), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(611), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(640), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(641), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(652), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [62] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3219), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(208), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_RPAREN] = ACTIONS(208), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(208), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(603), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3144), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(633), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(611), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(626), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(641), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(654), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [63] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3108), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(603), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3142), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(633), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(611), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(642), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(641), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(656), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [64] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(644), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3268), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(633), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(641), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(658), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [65] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(646), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3332), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(215), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(215), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(215), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(633), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(641), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(660), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [66] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1528), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3467), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(3044), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3468), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(540), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), - [anon_sym_RBRACK] = ACTIONS(648), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3332), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(633), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(570), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(586), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(588), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(592), - [anon_sym_number] = ACTIONS(592), - [anon_sym_boolean] = ACTIONS(592), - [anon_sym_string] = ACTIONS(592), - [anon_sym_symbol] = ACTIONS(592), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(641), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(660), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [67] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3103), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(109), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(128), - [anon_sym_LPAREN] = ACTIONS(600), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(603), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3147), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(111), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(130), + [anon_sym_LPAREN] = ACTIONS(630), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(633), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(128), - [anon_sym_DASH] = ACTIONS(128), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(170), - [anon_sym_DASH_DASH] = ACTIONS(170), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(611), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(650), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(130), + [anon_sym_DASH] = ACTIONS(130), + [anon_sym_SLASH] = ACTIONS(163), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(172), + [anon_sym_DASH_DASH] = ACTIONS(175), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(641), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(662), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [68] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1363), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4126), - [sym_string] = STATE(1923), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym__type] = STATE(3314), - [sym_constructor_type] = STATE(3314), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3314), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3314), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3314), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(652), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(654), - [anon_sym_typeof] = ACTIONS(656), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(660), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(662), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(664), - [sym_number] = ACTIONS(666), - [sym_this] = ACTIONS(668), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(670), - [sym_false] = ACTIONS(670), - [sym_null] = ACTIONS(670), - [sym_undefined] = ACTIONS(672), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(674), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(676), - [anon_sym_private] = ACTIONS(676), - [anon_sym_protected] = ACTIONS(676), - [anon_sym_override] = ACTIONS(678), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(680), - [anon_sym_number] = ACTIONS(680), - [anon_sym_boolean] = ACTIONS(680), - [anon_sym_string] = ACTIONS(680), - [anon_sym_symbol] = ACTIONS(680), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - }, - [69] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1485), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(3931), - [sym_string] = STATE(1923), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym__type] = STATE(3314), - [sym_constructor_type] = STATE(3314), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3314), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3314), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3314), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(652), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(654), - [anon_sym_typeof] = ACTIONS(656), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(660), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(662), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(664), - [sym_number] = ACTIONS(666), - [sym_this] = ACTIONS(668), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(670), - [sym_false] = ACTIONS(670), - [sym_null] = ACTIONS(670), - [sym_undefined] = ACTIONS(672), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(674), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(676), - [anon_sym_private] = ACTIONS(676), - [anon_sym_protected] = ACTIONS(676), - [anon_sym_override] = ACTIONS(678), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(680), - [anon_sym_number] = ACTIONS(680), - [anon_sym_boolean] = ACTIONS(680), - [anon_sym_string] = ACTIONS(680), - [anon_sym_symbol] = ACTIONS(680), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - }, - [70] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1485), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(3931), - [sym_string] = STATE(1923), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym__type] = STATE(3325), - [sym_constructor_type] = STATE(3325), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3325), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3325), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3325), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(652), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(654), - [anon_sym_typeof] = ACTIONS(656), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(660), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(662), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(664), - [sym_number] = ACTIONS(666), - [sym_this] = ACTIONS(668), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(670), - [sym_false] = ACTIONS(670), - [sym_null] = ACTIONS(670), - [sym_undefined] = ACTIONS(672), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(674), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(676), - [anon_sym_private] = ACTIONS(676), - [anon_sym_protected] = ACTIONS(676), - [anon_sym_override] = ACTIONS(678), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(680), - [anon_sym_number] = ACTIONS(680), - [anon_sym_boolean] = ACTIONS(680), - [anon_sym_string] = ACTIONS(680), - [anon_sym_symbol] = ACTIONS(680), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - }, - [71] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym__type] = STATE(3314), - [sym_constructor_type] = STATE(3314), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3314), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3314), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3314), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1522), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4045), + [sym_string] = STATE(1963), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym__type] = STATE(3420), + [sym_constructor_type] = STATE(3420), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3420), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3420), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3420), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(664), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(666), + [anon_sym_typeof] = ACTIONS(668), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(672), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(152), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(684), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(187), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(674), + [anon_sym_DASH] = ACTIONS(674), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(676), + [sym_number] = ACTIONS(678), + [sym_this] = ACTIONS(680), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(682), + [sym_false] = ACTIONS(682), + [sym_null] = ACTIONS(682), + [sym_undefined] = ACTIONS(684), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), [anon_sym_readonly] = ACTIONS(686), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(109), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), [anon_sym_public] = ACTIONS(688), [anon_sym_private] = ACTIONS(688), [anon_sym_protected] = ACTIONS(688), [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(193), - [anon_sym_number] = ACTIONS(193), - [anon_sym_boolean] = ACTIONS(193), - [anon_sym_string] = ACTIONS(193), - [anon_sym_symbol] = ACTIONS(193), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(692), + [anon_sym_number] = ACTIONS(692), + [anon_sym_boolean] = ACTIONS(692), + [anon_sym_string] = ACTIONS(692), + [anon_sym_symbol] = ACTIONS(692), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, - [72] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym__type] = STATE(3404), - [sym_constructor_type] = STATE(3404), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3404), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3404), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3404), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [69] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1522), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4045), + [sym_string] = STATE(1963), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym__type] = STATE(3452), + [sym_constructor_type] = STATE(3452), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3452), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3452), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3452), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(664), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(666), + [anon_sym_typeof] = ACTIONS(668), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(672), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(152), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(684), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(187), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(674), + [anon_sym_DASH] = ACTIONS(674), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(676), + [sym_number] = ACTIONS(678), + [sym_this] = ACTIONS(680), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(682), + [sym_false] = ACTIONS(682), + [sym_null] = ACTIONS(682), + [sym_undefined] = ACTIONS(684), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), [anon_sym_readonly] = ACTIONS(686), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(109), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), [anon_sym_public] = ACTIONS(688), [anon_sym_private] = ACTIONS(688), [anon_sym_protected] = ACTIONS(688), [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(193), - [anon_sym_number] = ACTIONS(193), - [anon_sym_boolean] = ACTIONS(193), - [anon_sym_string] = ACTIONS(193), - [anon_sym_symbol] = ACTIONS(193), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(692), + [anon_sym_number] = ACTIONS(692), + [anon_sym_boolean] = ACTIONS(692), + [anon_sym_string] = ACTIONS(692), + [anon_sym_symbol] = ACTIONS(692), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, - [73] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym__type] = STATE(3380), - [sym_constructor_type] = STATE(3380), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3380), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3380), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3380), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [70] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1402), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4263), + [sym_string] = STATE(1963), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym__type] = STATE(3420), + [sym_constructor_type] = STATE(3420), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3420), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3420), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3420), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(664), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(666), + [anon_sym_typeof] = ACTIONS(668), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(672), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(152), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(684), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(187), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(674), + [anon_sym_DASH] = ACTIONS(674), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(676), + [sym_number] = ACTIONS(678), + [sym_this] = ACTIONS(680), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(682), + [sym_false] = ACTIONS(682), + [sym_null] = ACTIONS(682), + [sym_undefined] = ACTIONS(684), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), [anon_sym_readonly] = ACTIONS(686), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(109), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(552), [anon_sym_public] = ACTIONS(688), [anon_sym_private] = ACTIONS(688), [anon_sym_protected] = ACTIONS(688), [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(193), - [anon_sym_number] = ACTIONS(193), - [anon_sym_boolean] = ACTIONS(193), - [anon_sym_string] = ACTIONS(193), - [anon_sym_symbol] = ACTIONS(193), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(692), + [anon_sym_number] = ACTIONS(692), + [anon_sym_boolean] = ACTIONS(692), + [anon_sym_string] = ACTIONS(692), + [anon_sym_symbol] = ACTIONS(692), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + }, + [71] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym__type] = STATE(3439), + [sym_constructor_type] = STATE(3439), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3439), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3439), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3439), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(698), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(192), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(700), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(198), + [anon_sym_number] = ACTIONS(198), + [anon_sym_boolean] = ACTIONS(198), + [anon_sym_string] = ACTIONS(198), + [anon_sym_symbol] = ACTIONS(198), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + }, + [72] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym__type] = STATE(3474), + [sym_constructor_type] = STATE(3474), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3474), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3474), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3474), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(698), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(192), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(700), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(198), + [anon_sym_number] = ACTIONS(198), + [anon_sym_boolean] = ACTIONS(198), + [anon_sym_string] = ACTIONS(198), + [anon_sym_symbol] = ACTIONS(198), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + }, + [73] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym__type] = STATE(3452), + [sym_constructor_type] = STATE(3452), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3452), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3452), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3452), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(698), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(192), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(700), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(198), + [anon_sym_number] = ACTIONS(198), + [anon_sym_boolean] = ACTIONS(198), + [anon_sym_string] = ACTIONS(198), + [anon_sym_symbol] = ACTIONS(198), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [74] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym__type] = STATE(3325), - [sym_constructor_type] = STATE(3325), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3325), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3325), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3325), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym__type] = STATE(3491), + [sym_constructor_type] = STATE(3491), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3491), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3491), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3491), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(152), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(684), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(187), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(686), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(193), - [anon_sym_number] = ACTIONS(193), - [anon_sym_boolean] = ACTIONS(193), - [anon_sym_string] = ACTIONS(193), - [anon_sym_symbol] = ACTIONS(193), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(698), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(192), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(700), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(198), + [anon_sym_number] = ACTIONS(198), + [anon_sym_boolean] = ACTIONS(198), + [anon_sym_string] = ACTIONS(198), + [anon_sym_symbol] = ACTIONS(198), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [75] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym__type] = STATE(3355), - [sym_constructor_type] = STATE(3355), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3355), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3355), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3355), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(107), - [anon_sym_export] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(120), - [anon_sym_typeof] = ACTIONS(124), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(137), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym__type] = STATE(3420), + [sym_constructor_type] = STATE(3420), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3420), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3420), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3420), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(109), + [anon_sym_export] = ACTIONS(111), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(122), + [anon_sym_typeof] = ACTIONS(126), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(139), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(152), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(684), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(187), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(686), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(193), - [anon_sym_number] = ACTIONS(193), - [anon_sym_boolean] = ACTIONS(193), - [anon_sym_string] = ACTIONS(193), - [anon_sym_symbol] = ACTIONS(193), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(161), + [anon_sym_DASH] = ACTIONS(161), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(698), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(192), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(700), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(198), + [anon_sym_number] = ACTIONS(198), + [anon_sym_boolean] = ACTIONS(198), + [anon_sym_string] = ACTIONS(198), + [anon_sym_symbol] = ACTIONS(198), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [76] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1594), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3650), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(3991), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1726), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3171), - [sym_pattern] = STATE(3636), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2636), - [sym_constructor_type] = STATE(2636), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2636), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3680), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2636), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2636), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(692), - [anon_sym_export] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(696), - [anon_sym_typeof] = ACTIONS(698), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(702), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1659), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3986), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4016), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1777), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3251), + [sym_pattern] = STATE(3516), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2695), + [sym_constructor_type] = STATE(2695), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2695), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3784), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2695), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2695), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(706), + [anon_sym_export] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_typeof] = ACTIONS(712), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(714), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(716), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(704), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(710), - [anon_sym_DASH] = ACTIONS(710), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(712), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(714), - [sym_number] = ACTIONS(716), - [sym_this] = ACTIONS(718), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(720), - [sym_false] = ACTIONS(720), - [sym_null] = ACTIONS(720), - [sym_undefined] = ACTIONS(722), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(724), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(728), - [anon_sym_number] = ACTIONS(728), - [anon_sym_boolean] = ACTIONS(728), - [anon_sym_string] = ACTIONS(728), - [anon_sym_symbol] = ACTIONS(728), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(718), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(724), + [anon_sym_DASH] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(726), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(728), + [sym_number] = ACTIONS(730), + [sym_this] = ACTIONS(732), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(734), + [sym_false] = ACTIONS(734), + [sym_null] = ACTIONS(734), + [sym_undefined] = ACTIONS(736), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(738), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(742), + [anon_sym_number] = ACTIONS(742), + [anon_sym_boolean] = ACTIONS(742), + [anon_sym_string] = ACTIONS(742), + [anon_sym_symbol] = ACTIONS(742), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [77] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1693), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4105), - [sym_string] = STATE(1923), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3589), - [sym_constructor_type] = STATE(3589), - [sym__primary_type] = STATE(3111), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3370), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3589), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3589), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(740), - [anon_sym_export] = ACTIONS(742), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_typeof] = ACTIONS(656), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(748), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1650), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4042), + [sym_string] = STATE(1963), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3659), + [sym_constructor_type] = STATE(3659), + [sym__primary_type] = STATE(3184), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3448), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3659), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3659), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(756), + [anon_sym_export] = ACTIONS(758), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_typeof] = ACTIONS(668), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(764), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(662), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(664), - [sym_number] = ACTIONS(666), - [sym_this] = ACTIONS(752), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(670), - [sym_false] = ACTIONS(670), - [sym_null] = ACTIONS(670), - [sym_undefined] = ACTIONS(754), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(756), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(758), - [anon_sym_number] = ACTIONS(758), - [anon_sym_boolean] = ACTIONS(758), - [anon_sym_string] = ACTIONS(758), - [anon_sym_symbol] = ACTIONS(758), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(674), + [anon_sym_DASH] = ACTIONS(674), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(676), + [sym_number] = ACTIONS(678), + [sym_this] = ACTIONS(768), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(682), + [sym_false] = ACTIONS(682), + [sym_null] = ACTIONS(682), + [sym_undefined] = ACTIONS(770), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(772), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(774), + [anon_sym_number] = ACTIONS(774), + [anon_sym_boolean] = ACTIONS(774), + [anon_sym_string] = ACTIONS(774), + [anon_sym_symbol] = ACTIONS(774), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [78] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1647), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1868), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(519), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(760), - [anon_sym_export] = ACTIONS(762), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(766), - [anon_sym_typeof] = ACTIONS(768), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(776), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1902), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1942), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3005), + [sym_constructor_type] = STATE(3005), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3005), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(500), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3005), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3005), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(776), + [anon_sym_export] = ACTIONS(778), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(782), + [anon_sym_typeof] = ACTIONS(784), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(792), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(780), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(782), - [anon_sym_DASH] = ACTIONS(782), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(784), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(790), - [sym_number] = ACTIONS(792), - [sym_this] = ACTIONS(794), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_null] = ACTIONS(796), - [sym_undefined] = ACTIONS(798), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(800), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(802), - [anon_sym_number] = ACTIONS(802), - [anon_sym_boolean] = ACTIONS(802), - [anon_sym_string] = ACTIONS(802), - [anon_sym_symbol] = ACTIONS(802), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(796), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(798), + [anon_sym_DASH] = ACTIONS(798), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(802), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(810), + [sym_number] = ACTIONS(812), + [sym_this] = ACTIONS(814), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(816), + [sym_false] = ACTIONS(816), + [sym_null] = ACTIONS(816), + [sym_undefined] = ACTIONS(818), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(820), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(822), + [anon_sym_number] = ACTIONS(822), + [anon_sym_boolean] = ACTIONS(822), + [anon_sym_string] = ACTIONS(822), + [anon_sym_symbol] = ACTIONS(822), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [79] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1280), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1425), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(804), - [anon_sym_export] = ACTIONS(742), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(806), - [anon_sym_typeof] = ACTIONS(808), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(810), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1492), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1809), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2973), + [sym_constructor_type] = STATE(2973), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2973), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(505), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2973), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2973), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(824), + [anon_sym_export] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_typeof] = ACTIONS(832), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(836), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(838), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(814), - [sym_number] = ACTIONS(816), - [sym_this] = ACTIONS(818), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(822), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(756), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(824), - [anon_sym_number] = ACTIONS(824), - [anon_sym_boolean] = ACTIONS(824), - [anon_sym_string] = ACTIONS(824), - [anon_sym_symbol] = ACTIONS(824), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(846), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(848), + [anon_sym_DASH] = ACTIONS(848), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(850), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(852), + [sym_number] = ACTIONS(854), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(858), + [sym_false] = ACTIONS(858), + [sym_null] = ACTIONS(858), + [sym_undefined] = ACTIONS(860), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(862), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(864), + [anon_sym_number] = ACTIONS(864), + [anon_sym_boolean] = ACTIONS(864), + [anon_sym_string] = ACTIONS(864), + [anon_sym_symbol] = ACTIONS(864), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [80] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2008), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1868), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(826), - [anon_sym_export] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(832), - [anon_sym_typeof] = ACTIONS(834), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(776), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2000), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1942), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3005), + [sym_constructor_type] = STATE(3005), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3005), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3005), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3005), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(866), + [anon_sym_export] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(782), + [anon_sym_typeof] = ACTIONS(872), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(792), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(152), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(838), - [anon_sym_DASH] = ACTIONS(838), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(790), - [sym_number] = ACTIONS(792), - [sym_this] = ACTIONS(794), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_null] = ACTIONS(796), - [sym_undefined] = ACTIONS(840), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(842), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(844), - [anon_sym_number] = ACTIONS(844), - [anon_sym_boolean] = ACTIONS(844), - [anon_sym_string] = ACTIONS(844), - [anon_sym_symbol] = ACTIONS(844), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(876), + [anon_sym_DASH] = ACTIONS(876), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(810), + [sym_number] = ACTIONS(812), + [sym_this] = ACTIONS(814), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(816), + [sym_false] = ACTIONS(816), + [sym_null] = ACTIONS(816), + [sym_undefined] = ACTIONS(878), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(880), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(882), + [anon_sym_number] = ACTIONS(882), + [anon_sym_boolean] = ACTIONS(882), + [anon_sym_string] = ACTIONS(882), + [anon_sym_symbol] = ACTIONS(882), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [81] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1907), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1868), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(409), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(846), - [anon_sym_export] = ACTIONS(848), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(832), - [anon_sym_typeof] = ACTIONS(852), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(776), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1306), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1418), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3005), + [sym_constructor_type] = STATE(3005), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3005), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3005), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3005), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(884), + [anon_sym_export] = ACTIONS(758), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(886), + [anon_sym_typeof] = ACTIONS(888), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(890), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(864), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(866), - [anon_sym_DASH] = ACTIONS(866), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(868), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(790), - [sym_number] = ACTIONS(792), - [sym_this] = ACTIONS(794), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_null] = ACTIONS(796), - [sym_undefined] = ACTIONS(874), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(876), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(878), - [anon_sym_number] = ACTIONS(878), - [anon_sym_boolean] = ACTIONS(878), - [anon_sym_string] = ACTIONS(878), - [anon_sym_symbol] = ACTIONS(878), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(892), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(894), + [sym_number] = ACTIONS(896), + [sym_this] = ACTIONS(898), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(900), + [sym_false] = ACTIONS(900), + [sym_null] = ACTIONS(900), + [sym_undefined] = ACTIONS(902), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(772), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(904), + [anon_sym_number] = ACTIONS(904), + [anon_sym_boolean] = ACTIONS(904), + [anon_sym_string] = ACTIONS(904), + [anon_sym_symbol] = ACTIONS(904), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [82] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1771), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(2006), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(321), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(880), - [anon_sym_export] = ACTIONS(882), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(886), - [anon_sym_typeof] = ACTIONS(888), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(894), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(900), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1516), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1809), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2973), + [sym_constructor_type] = STATE(2973), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2973), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(385), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2973), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2973), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(906), + [anon_sym_export] = ACTIONS(908), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_typeof] = ACTIONS(912), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(836), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(838), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(908), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(910), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(912), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(918), - [sym_number] = ACTIONS(920), - [sym_this] = ACTIONS(922), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(924), - [sym_false] = ACTIONS(924), - [sym_null] = ACTIONS(924), - [sym_undefined] = ACTIONS(926), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(928), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(930), - [anon_sym_number] = ACTIONS(930), - [anon_sym_boolean] = ACTIONS(930), - [anon_sym_string] = ACTIONS(930), - [anon_sym_symbol] = ACTIONS(930), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(922), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(928), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(852), + [sym_number] = ACTIONS(854), + [sym_this] = ACTIONS(856), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(858), + [sym_false] = ACTIONS(858), + [sym_null] = ACTIONS(858), + [sym_undefined] = ACTIONS(936), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(938), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(940), + [anon_sym_number] = ACTIONS(940), + [anon_sym_boolean] = ACTIONS(940), + [anon_sym_string] = ACTIONS(940), + [anon_sym_symbol] = ACTIONS(940), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [83] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1577), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1425), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(476), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(932), - [anon_sym_export] = ACTIONS(934), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(806), - [anon_sym_typeof] = ACTIONS(938), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(810), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2874), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2874), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1177), + [sym_subscript_expression] = STATE(1177), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2874), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(2084), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1177), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3187), + [sym_constructor_type] = STATE(3187), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3187), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(328), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3187), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3187), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(942), + [anon_sym_export] = ACTIONS(944), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(944), + [anon_sym_namespace] = ACTIONS(946), + [anon_sym_LBRACE] = ACTIONS(948), + [anon_sym_typeof] = ACTIONS(950), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(952), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(952), - [anon_sym_DASH] = ACTIONS(952), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(954), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(814), - [sym_number] = ACTIONS(816), - [sym_this] = ACTIONS(818), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(820), - [sym_false] = ACTIONS(820), - [sym_null] = ACTIONS(820), - [sym_undefined] = ACTIONS(960), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(962), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(964), - [anon_sym_number] = ACTIONS(964), - [anon_sym_boolean] = ACTIONS(964), - [anon_sym_string] = ACTIONS(964), - [anon_sym_symbol] = ACTIONS(964), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(954), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(151), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(956), + [anon_sym_DASH] = ACTIONS(956), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(168), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(958), + [sym_number] = ACTIONS(960), + [sym_this] = ACTIONS(962), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), + [sym_undefined] = ACTIONS(966), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(944), + [anon_sym_readonly] = ACTIONS(968), + [anon_sym_get] = ACTIONS(944), + [anon_sym_set] = ACTIONS(944), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(944), + [anon_sym_public] = ACTIONS(944), + [anon_sym_private] = ACTIONS(944), + [anon_sym_protected] = ACTIONS(944), + [anon_sym_override] = ACTIONS(944), + [anon_sym_module] = ACTIONS(944), + [anon_sym_any] = ACTIONS(970), + [anon_sym_number] = ACTIONS(970), + [anon_sym_boolean] = ACTIONS(970), + [anon_sym_string] = ACTIONS(970), + [anon_sym_symbol] = ACTIONS(970), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [84] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2822), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2822), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1167), - [sym_subscript_expression] = STATE(1167), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2822), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(2034), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1167), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3074), - [sym_constructor_type] = STATE(3074), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3074), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(437), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3074), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3074), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(966), - [anon_sym_export] = ACTIONS(968), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(968), - [anon_sym_namespace] = ACTIONS(970), - [anon_sym_LBRACE] = ACTIONS(972), - [anon_sym_typeof] = ACTIONS(974), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(976), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(3343), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(3343), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1136), + [sym_subscript_expression] = STATE(1136), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(3343), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1971), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1136), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3187), + [sym_constructor_type] = STATE(3187), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3187), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(457), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3187), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3187), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(972), + [anon_sym_export] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(974), + [anon_sym_namespace] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_typeof] = ACTIONS(562), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(570), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(978), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(152), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(166), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(982), - [sym_number] = ACTIONS(984), - [sym_this] = ACTIONS(986), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(988), - [sym_false] = ACTIONS(988), - [sym_null] = ACTIONS(988), - [sym_undefined] = ACTIONS(990), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(968), - [anon_sym_readonly] = ACTIONS(992), - [anon_sym_get] = ACTIONS(968), - [anon_sym_set] = ACTIONS(968), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(968), - [anon_sym_public] = ACTIONS(968), - [anon_sym_private] = ACTIONS(968), - [anon_sym_protected] = ACTIONS(968), - [anon_sym_override] = ACTIONS(968), - [anon_sym_module] = ACTIONS(968), - [anon_sym_any] = ACTIONS(994), - [anon_sym_number] = ACTIONS(994), - [anon_sym_boolean] = ACTIONS(994), - [anon_sym_string] = ACTIONS(994), - [anon_sym_symbol] = ACTIONS(994), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(980), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(576), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(588), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(182), + [sym_number] = ACTIONS(184), + [sym_this] = ACTIONS(596), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(190), + [sym_false] = ACTIONS(190), + [sym_null] = ACTIONS(190), + [sym_undefined] = ACTIONS(982), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(974), + [anon_sym_readonly] = ACTIONS(984), + [anon_sym_get] = ACTIONS(974), + [anon_sym_set] = ACTIONS(974), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(974), + [anon_sym_public] = ACTIONS(974), + [anon_sym_private] = ACTIONS(974), + [anon_sym_protected] = ACTIONS(974), + [anon_sym_override] = ACTIONS(974), + [anon_sym_module] = ACTIONS(974), + [anon_sym_any] = ACTIONS(986), + [anon_sym_number] = ACTIONS(986), + [anon_sym_boolean] = ACTIONS(986), + [anon_sym_string] = ACTIONS(986), + [anon_sym_symbol] = ACTIONS(986), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [85] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1477), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1673), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(475), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(996), - [anon_sym_export] = ACTIONS(998), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1002), - [anon_sym_typeof] = ACTIONS(1004), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(894), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(1012), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1591), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1418), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3005), + [sym_constructor_type] = STATE(3005), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3005), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(418), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3005), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3005), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(988), + [anon_sym_export] = ACTIONS(990), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(886), + [anon_sym_typeof] = ACTIONS(994), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(890), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1018), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(1020), - [anon_sym_DASH] = ACTIONS(1020), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1022), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1028), - [sym_number] = ACTIONS(1030), - [sym_this] = ACTIONS(1032), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(1034), - [sym_false] = ACTIONS(1034), - [sym_null] = ACTIONS(1034), - [sym_undefined] = ACTIONS(1036), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(1038), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(1040), - [anon_sym_number] = ACTIONS(1040), - [anon_sym_boolean] = ACTIONS(1040), - [anon_sym_string] = ACTIONS(1040), - [anon_sym_symbol] = ACTIONS(1040), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1004), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1006), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1010), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(894), + [sym_number] = ACTIONS(896), + [sym_this] = ACTIONS(898), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(900), + [sym_false] = ACTIONS(900), + [sym_null] = ACTIONS(900), + [sym_undefined] = ACTIONS(1018), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(1020), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(1022), + [anon_sym_number] = ACTIONS(1022), + [anon_sym_boolean] = ACTIONS(1022), + [anon_sym_string] = ACTIONS(1022), + [anon_sym_symbol] = ACTIONS(1022), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [86] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1426), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1673), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(392), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1042), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1002), - [anon_sym_typeof] = ACTIONS(1048), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(894), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(1012), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1692), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(2005), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2973), + [sym_constructor_type] = STATE(2973), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2973), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(332), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2973), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2973), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1024), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1030), + [anon_sym_typeof] = ACTIONS(1032), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(836), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(1040), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1052), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1054), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(1056), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1028), - [sym_number] = ACTIONS(1030), - [sym_this] = ACTIONS(1032), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(1034), - [sym_false] = ACTIONS(1034), - [sym_null] = ACTIONS(1034), - [sym_undefined] = ACTIONS(1058), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1060), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1062), - [anon_sym_number] = ACTIONS(1062), - [anon_sym_boolean] = ACTIONS(1062), - [anon_sym_string] = ACTIONS(1062), - [anon_sym_symbol] = ACTIONS(1062), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1048), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1056), + [sym_number] = ACTIONS(1058), + [sym_this] = ACTIONS(1060), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(1062), + [sym_false] = ACTIONS(1062), + [sym_null] = ACTIONS(1062), + [sym_undefined] = ACTIONS(1064), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1066), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1068), + [anon_sym_number] = ACTIONS(1068), + [anon_sym_boolean] = ACTIONS(1068), + [anon_sym_string] = ACTIONS(1068), + [anon_sym_symbol] = ACTIONS(1068), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [87] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1386), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3161), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3161), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_nested_identifier] = STATE(4100), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1118), - [sym_subscript_expression] = STATE(1118), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3161), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1831), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3258), - [sym_non_null_expression] = STATE(1118), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3074), - [sym_constructor_type] = STATE(3074), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3074), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_type_arguments] = STATE(480), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3835), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3074), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3074), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1064), - [anon_sym_export] = ACTIONS(1066), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_type] = ACTIONS(1066), - [anon_sym_namespace] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1070), - [anon_sym_typeof] = ACTIONS(552), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(131), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(560), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_nested_identifier] = STATE(4227), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1942), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3318), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3005), + [sym_constructor_type] = STATE(3005), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3005), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_type_arguments] = STATE(464), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3815), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3005), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3005), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1070), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1076), + [anon_sym_typeof] = ACTIONS(1078), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(792), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1072), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(568), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(576), - [anon_sym_DASH] = ACTIONS(576), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(578), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(177), - [sym_number] = ACTIONS(179), - [sym_this] = ACTIONS(584), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(185), - [sym_false] = ACTIONS(185), - [sym_null] = ACTIONS(185), - [sym_undefined] = ACTIONS(1074), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1066), - [anon_sym_readonly] = ACTIONS(1076), - [anon_sym_get] = ACTIONS(1066), - [anon_sym_set] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_declare] = ACTIONS(1066), - [anon_sym_public] = ACTIONS(1066), - [anon_sym_private] = ACTIONS(1066), - [anon_sym_protected] = ACTIONS(1066), - [anon_sym_override] = ACTIONS(1066), - [anon_sym_module] = ACTIONS(1066), - [anon_sym_any] = ACTIONS(1078), - [anon_sym_number] = ACTIONS(1078), - [anon_sym_boolean] = ACTIONS(1078), - [anon_sym_string] = ACTIONS(1078), - [anon_sym_symbol] = ACTIONS(1078), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1088), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(1090), + [anon_sym_DASH] = ACTIONS(1090), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1092), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(810), + [sym_number] = ACTIONS(812), + [sym_this] = ACTIONS(814), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(816), + [sym_false] = ACTIONS(816), + [sym_null] = ACTIONS(816), + [sym_undefined] = ACTIONS(1100), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1102), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1104), + [anon_sym_number] = ACTIONS(1104), + [anon_sym_boolean] = ACTIONS(1104), + [anon_sym_string] = ACTIONS(1104), + [anon_sym_symbol] = ACTIONS(1104), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [88] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1334), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_STAR] = ACTIONS(1082), - [anon_sym_type] = ACTIONS(742), - [anon_sym_as] = ACTIONS(1084), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1088), - [anon_sym_RBRACE] = ACTIONS(1088), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(580), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1088), - [anon_sym_await] = ACTIONS(556), - [anon_sym_in] = ACTIONS(1084), - [anon_sym_COLON] = ACTIONS(1088), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_RBRACK] = ACTIONS(1088), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1374), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_STAR] = ACTIONS(1108), + [anon_sym_type] = ACTIONS(758), + [anon_sym_as] = ACTIONS(1110), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1114), + [anon_sym_RBRACE] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(590), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1114), + [anon_sym_await] = ACTIONS(566), + [anon_sym_in] = ACTIONS(1110), + [anon_sym_COLON] = ACTIONS(1114), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_RBRACK] = ACTIONS(1114), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_QMARK_DOT] = ACTIONS(1088), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_AMP_AMP] = ACTIONS(1088), - [anon_sym_PIPE_PIPE] = ACTIONS(1088), - [anon_sym_GT_GT] = ACTIONS(1084), - [anon_sym_GT_GT_GT] = ACTIONS(1088), - [anon_sym_LT_LT] = ACTIONS(1088), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1088), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_PERCENT] = ACTIONS(1088), - [anon_sym_STAR_STAR] = ACTIONS(1088), - [anon_sym_LT_EQ] = ACTIONS(1088), - [anon_sym_EQ_EQ] = ACTIONS(1084), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1084), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1088), - [anon_sym_GT_EQ] = ACTIONS(1088), - [anon_sym_QMARK_QMARK] = ACTIONS(1088), - [anon_sym_instanceof] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - [anon_sym_satisfies] = ACTIONS(1084), - [sym__ternary_qmark] = ACTIONS(1088), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1114), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_AMP_AMP] = ACTIONS(1114), + [anon_sym_PIPE_PIPE] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1110), + [anon_sym_GT_GT_GT] = ACTIONS(1114), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1114), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_PERCENT] = ACTIONS(1114), + [anon_sym_STAR_STAR] = ACTIONS(1114), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1114), + [anon_sym_EQ_EQ] = ACTIONS(1110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), + [anon_sym_BANG_EQ] = ACTIONS(1110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), + [anon_sym_GT_EQ] = ACTIONS(1114), + [anon_sym_QMARK_QMARK] = ACTIONS(1114), + [anon_sym_instanceof] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + [anon_sym_satisfies] = ACTIONS(1110), + [sym__ternary_qmark] = ACTIONS(1114), }, [89] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1479), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_STAR] = ACTIONS(1102), - [anon_sym_type] = ACTIONS(998), - [anon_sym_as] = ACTIONS(1084), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_COMMA] = ACTIONS(1088), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1024), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1400), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_STAR] = ACTIONS(1128), + [anon_sym_type] = ACTIONS(908), + [anon_sym_as] = ACTIONS(1110), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_COMMA] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(930), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_in] = ACTIONS(1084), - [anon_sym_of] = ACTIONS(1084), - [anon_sym_SEMI] = ACTIONS(1088), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(916), + [anon_sym_in] = ACTIONS(1110), + [anon_sym_of] = ACTIONS(1110), + [anon_sym_SEMI] = ACTIONS(1114), + [anon_sym_yield] = ACTIONS(918), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_QMARK_DOT] = ACTIONS(1088), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_AMP_AMP] = ACTIONS(1088), - [anon_sym_PIPE_PIPE] = ACTIONS(1088), - [anon_sym_GT_GT] = ACTIONS(1084), - [anon_sym_GT_GT_GT] = ACTIONS(1088), - [anon_sym_LT_LT] = ACTIONS(1088), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1088), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_PERCENT] = ACTIONS(1088), - [anon_sym_STAR_STAR] = ACTIONS(1088), - [anon_sym_LT_EQ] = ACTIONS(1088), - [anon_sym_EQ_EQ] = ACTIONS(1084), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1084), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1088), - [anon_sym_GT_EQ] = ACTIONS(1088), - [anon_sym_QMARK_QMARK] = ACTIONS(1088), - [anon_sym_instanceof] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), - [anon_sym_satisfies] = ACTIONS(1084), - [sym__automatic_semicolon] = ACTIONS(1088), - [sym__ternary_qmark] = ACTIONS(1088), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_QMARK_DOT] = ACTIONS(1114), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_AMP_AMP] = ACTIONS(1114), + [anon_sym_PIPE_PIPE] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1110), + [anon_sym_GT_GT_GT] = ACTIONS(1114), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1114), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_PERCENT] = ACTIONS(1114), + [anon_sym_STAR_STAR] = ACTIONS(1114), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1114), + [anon_sym_EQ_EQ] = ACTIONS(1110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), + [anon_sym_BANG_EQ] = ACTIONS(1110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), + [anon_sym_GT_EQ] = ACTIONS(1114), + [anon_sym_QMARK_QMARK] = ACTIONS(1114), + [anon_sym_instanceof] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), + [anon_sym_satisfies] = ACTIONS(1110), + [sym__automatic_semicolon] = ACTIONS(1114), + [sym__ternary_qmark] = ACTIONS(1114), }, [90] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1476), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_STAR] = ACTIONS(1112), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_as] = ACTIONS(1084), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_COMMA] = ACTIONS(1088), - [anon_sym_RBRACE] = ACTIONS(1088), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1430), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(1138), + [anon_sym_type] = ACTIONS(826), + [anon_sym_as] = ACTIONS(1110), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_COMMA] = ACTIONS(1114), + [anon_sym_RBRACE] = ACTIONS(1114), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_in] = ACTIONS(1084), - [anon_sym_SEMI] = ACTIONS(1088), + [anon_sym_in] = ACTIONS(1110), + [anon_sym_SEMI] = ACTIONS(1114), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_QMARK_DOT] = ACTIONS(1088), - [anon_sym_new] = ACTIONS(77), - [anon_sym_AMP_AMP] = ACTIONS(1088), - [anon_sym_PIPE_PIPE] = ACTIONS(1088), - [anon_sym_GT_GT] = ACTIONS(1084), - [anon_sym_GT_GT_GT] = ACTIONS(1088), - [anon_sym_LT_LT] = ACTIONS(1088), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1088), - [anon_sym_PIPE] = ACTIONS(1084), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_QMARK_DOT] = ACTIONS(1114), + [anon_sym_new] = ACTIONS(73), + [anon_sym_AMP_AMP] = ACTIONS(1114), + [anon_sym_PIPE_PIPE] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1110), + [anon_sym_GT_GT_GT] = ACTIONS(1114), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1114), + [anon_sym_PIPE] = ACTIONS(1110), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), - [anon_sym_PERCENT] = ACTIONS(1088), - [anon_sym_STAR_STAR] = ACTIONS(1088), - [anon_sym_LT_EQ] = ACTIONS(1088), - [anon_sym_EQ_EQ] = ACTIONS(1084), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1084), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1088), - [anon_sym_GT_EQ] = ACTIONS(1088), - [anon_sym_QMARK_QMARK] = ACTIONS(1088), - [anon_sym_instanceof] = ACTIONS(1084), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_PERCENT] = ACTIONS(1114), + [anon_sym_STAR_STAR] = ACTIONS(1114), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1114), + [anon_sym_EQ_EQ] = ACTIONS(1110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), + [anon_sym_BANG_EQ] = ACTIONS(1110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), + [anon_sym_GT_EQ] = ACTIONS(1114), + [anon_sym_QMARK_QMARK] = ACTIONS(1114), + [anon_sym_instanceof] = ACTIONS(1110), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - [anon_sym_satisfies] = ACTIONS(1084), - [sym__automatic_semicolon] = ACTIONS(1088), - [sym__ternary_qmark] = ACTIONS(1088), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + [anon_sym_satisfies] = ACTIONS(1110), + [sym__automatic_semicolon] = ACTIONS(1114), + [sym__ternary_qmark] = ACTIONS(1114), }, [91] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1592), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_STAR] = ACTIONS(1116), - [anon_sym_type] = ACTIONS(882), - [anon_sym_as] = ACTIONS(1084), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(914), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_in] = ACTIONS(1084), - [anon_sym_SEMI] = ACTIONS(1088), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1575), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_type] = ACTIONS(990), + [anon_sym_as] = ACTIONS(1110), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1114), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1012), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_in] = ACTIONS(1110), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_QMARK_DOT] = ACTIONS(1088), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_AMP_AMP] = ACTIONS(1088), - [anon_sym_PIPE_PIPE] = ACTIONS(1088), - [anon_sym_GT_GT] = ACTIONS(1084), - [anon_sym_GT_GT_GT] = ACTIONS(1088), - [anon_sym_LT_LT] = ACTIONS(1088), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1088), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_PERCENT] = ACTIONS(1088), - [anon_sym_STAR_STAR] = ACTIONS(1088), - [anon_sym_LT_EQ] = ACTIONS(1088), - [anon_sym_EQ_EQ] = ACTIONS(1084), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1084), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1088), - [anon_sym_GT_EQ] = ACTIONS(1088), - [anon_sym_QMARK_QMARK] = ACTIONS(1088), - [anon_sym_instanceof] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - [anon_sym_satisfies] = ACTIONS(1084), - [sym__automatic_semicolon] = ACTIONS(1088), - [sym__ternary_qmark] = ACTIONS(1088), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1114), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_AMP_AMP] = ACTIONS(1114), + [anon_sym_PIPE_PIPE] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1110), + [anon_sym_GT_GT_GT] = ACTIONS(1114), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1114), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_PERCENT] = ACTIONS(1114), + [anon_sym_STAR_STAR] = ACTIONS(1114), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1114), + [anon_sym_EQ_EQ] = ACTIONS(1110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), + [anon_sym_BANG_EQ] = ACTIONS(1110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), + [anon_sym_GT_EQ] = ACTIONS(1114), + [anon_sym_QMARK_QMARK] = ACTIONS(1114), + [anon_sym_instanceof] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), + [anon_sym_satisfies] = ACTIONS(1110), + [anon_sym_implements] = ACTIONS(1110), + [sym__ternary_qmark] = ACTIONS(1114), }, [92] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1572), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_STAR] = ACTIONS(1124), - [anon_sym_type] = ACTIONS(934), - [anon_sym_as] = ACTIONS(1084), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1088), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(956), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_in] = ACTIONS(1084), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1661), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1150), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_as] = ACTIONS(1110), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1094), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_in] = ACTIONS(1110), + [anon_sym_COLON] = ACTIONS(1114), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_RBRACK] = ACTIONS(1114), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_QMARK_DOT] = ACTIONS(1088), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_AMP_AMP] = ACTIONS(1088), - [anon_sym_PIPE_PIPE] = ACTIONS(1088), - [anon_sym_GT_GT] = ACTIONS(1084), - [anon_sym_GT_GT_GT] = ACTIONS(1088), - [anon_sym_LT_LT] = ACTIONS(1088), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1088), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_PERCENT] = ACTIONS(1088), - [anon_sym_STAR_STAR] = ACTIONS(1088), - [anon_sym_LT_EQ] = ACTIONS(1088), - [anon_sym_EQ_EQ] = ACTIONS(1084), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1084), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1088), - [anon_sym_GT_EQ] = ACTIONS(1088), - [anon_sym_QMARK_QMARK] = ACTIONS(1088), - [anon_sym_instanceof] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), - [anon_sym_satisfies] = ACTIONS(1084), - [anon_sym_implements] = ACTIONS(1084), - [sym__ternary_qmark] = ACTIONS(1088), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1114), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_AMP_AMP] = ACTIONS(1114), + [anon_sym_PIPE_PIPE] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1110), + [anon_sym_GT_GT_GT] = ACTIONS(1114), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1114), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_PERCENT] = ACTIONS(1114), + [anon_sym_STAR_STAR] = ACTIONS(1114), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1114), + [anon_sym_EQ_EQ] = ACTIONS(1110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), + [anon_sym_BANG_EQ] = ACTIONS(1110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), + [anon_sym_GT_EQ] = ACTIONS(1114), + [anon_sym_QMARK_QMARK] = ACTIONS(1114), + [anon_sym_instanceof] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), + [anon_sym_satisfies] = ACTIONS(1110), + [sym__ternary_qmark] = ACTIONS(1114), }, [93] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1781), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_STAR] = ACTIONS(1132), - [anon_sym_type] = ACTIONS(762), - [anon_sym_as] = ACTIONS(1084), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(786), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_in] = ACTIONS(1084), - [anon_sym_COLON] = ACTIONS(1088), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_RBRACK] = ACTIONS(1088), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1823), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_STAR] = ACTIONS(1158), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_as] = ACTIONS(1110), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1050), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_in] = ACTIONS(1110), + [anon_sym_SEMI] = ACTIONS(1114), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_QMARK_DOT] = ACTIONS(1088), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_AMP_AMP] = ACTIONS(1088), - [anon_sym_PIPE_PIPE] = ACTIONS(1088), - [anon_sym_GT_GT] = ACTIONS(1084), - [anon_sym_GT_GT_GT] = ACTIONS(1088), - [anon_sym_LT_LT] = ACTIONS(1088), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1088), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_PERCENT] = ACTIONS(1088), - [anon_sym_STAR_STAR] = ACTIONS(1088), - [anon_sym_LT_EQ] = ACTIONS(1088), - [anon_sym_EQ_EQ] = ACTIONS(1084), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1084), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1088), - [anon_sym_GT_EQ] = ACTIONS(1088), - [anon_sym_QMARK_QMARK] = ACTIONS(1088), - [anon_sym_instanceof] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_satisfies] = ACTIONS(1084), - [sym__ternary_qmark] = ACTIONS(1088), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_QMARK_DOT] = ACTIONS(1114), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_AMP_AMP] = ACTIONS(1114), + [anon_sym_PIPE_PIPE] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1110), + [anon_sym_GT_GT_GT] = ACTIONS(1114), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1114), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_PERCENT] = ACTIONS(1114), + [anon_sym_STAR_STAR] = ACTIONS(1114), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1114), + [anon_sym_EQ_EQ] = ACTIONS(1110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), + [anon_sym_BANG_EQ] = ACTIONS(1110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), + [anon_sym_GT_EQ] = ACTIONS(1114), + [anon_sym_QMARK_QMARK] = ACTIONS(1114), + [anon_sym_instanceof] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + [anon_sym_satisfies] = ACTIONS(1110), + [sym__automatic_semicolon] = ACTIONS(1114), + [sym__ternary_qmark] = ACTIONS(1114), }, [94] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1821), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_STAR] = ACTIONS(1140), - [anon_sym_type] = ACTIONS(848), - [anon_sym_as] = ACTIONS(1084), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(870), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_in] = ACTIONS(1084), - [anon_sym_of] = ACTIONS(1084), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1951), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_STAR] = ACTIONS(1166), + [anon_sym_type] = ACTIONS(778), + [anon_sym_as] = ACTIONS(1110), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_in] = ACTIONS(1110), + [anon_sym_of] = ACTIONS(1110), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_QMARK_DOT] = ACTIONS(1088), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_AMP_AMP] = ACTIONS(1088), - [anon_sym_PIPE_PIPE] = ACTIONS(1088), - [anon_sym_GT_GT] = ACTIONS(1084), - [anon_sym_GT_GT_GT] = ACTIONS(1088), - [anon_sym_LT_LT] = ACTIONS(1088), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1088), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_PERCENT] = ACTIONS(1088), - [anon_sym_STAR_STAR] = ACTIONS(1088), - [anon_sym_LT_EQ] = ACTIONS(1088), - [anon_sym_EQ_EQ] = ACTIONS(1084), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1084), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1088), - [anon_sym_GT_EQ] = ACTIONS(1088), - [anon_sym_QMARK_QMARK] = ACTIONS(1088), - [anon_sym_instanceof] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), - [anon_sym_satisfies] = ACTIONS(1084), - [sym__ternary_qmark] = ACTIONS(1088), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1114), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_AMP_AMP] = ACTIONS(1114), + [anon_sym_PIPE_PIPE] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1110), + [anon_sym_GT_GT_GT] = ACTIONS(1114), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1114), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_PERCENT] = ACTIONS(1114), + [anon_sym_STAR_STAR] = ACTIONS(1114), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1114), + [anon_sym_EQ_EQ] = ACTIONS(1110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), + [anon_sym_BANG_EQ] = ACTIONS(1110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), + [anon_sym_GT_EQ] = ACTIONS(1114), + [anon_sym_QMARK_QMARK] = ACTIONS(1114), + [anon_sym_instanceof] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), + [anon_sym_satisfies] = ACTIONS(1110), + [sym__ternary_qmark] = ACTIONS(1114), }, [95] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1975), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(1152), - [anon_sym_type] = ACTIONS(828), - [anon_sym_as] = ACTIONS(1084), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(168), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_in] = ACTIONS(1084), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2043), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_STAR] = ACTIONS(1178), + [anon_sym_type] = ACTIONS(868), + [anon_sym_as] = ACTIONS(1110), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(170), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_in] = ACTIONS(1110), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1084), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1084), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_QMARK_DOT] = ACTIONS(1088), - [anon_sym_new] = ACTIONS(609), - [anon_sym_AMP_AMP] = ACTIONS(1088), - [anon_sym_PIPE_PIPE] = ACTIONS(1088), - [anon_sym_GT_GT] = ACTIONS(1084), - [anon_sym_GT_GT_GT] = ACTIONS(1088), - [anon_sym_LT_LT] = ACTIONS(1088), - [anon_sym_AMP] = ACTIONS(1084), - [anon_sym_CARET] = ACTIONS(1088), - [anon_sym_PIPE] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_PERCENT] = ACTIONS(1088), - [anon_sym_STAR_STAR] = ACTIONS(1088), - [anon_sym_LT_EQ] = ACTIONS(1088), - [anon_sym_EQ_EQ] = ACTIONS(1084), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1088), - [anon_sym_BANG_EQ] = ACTIONS(1084), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1088), - [anon_sym_GT_EQ] = ACTIONS(1088), - [anon_sym_QMARK_QMARK] = ACTIONS(1088), - [anon_sym_instanceof] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), - [anon_sym_satisfies] = ACTIONS(1084), - [sym__ternary_qmark] = ACTIONS(1088), + [anon_sym_GT] = ACTIONS(1110), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_QMARK_DOT] = ACTIONS(1114), + [anon_sym_new] = ACTIONS(636), + [anon_sym_AMP_AMP] = ACTIONS(1114), + [anon_sym_PIPE_PIPE] = ACTIONS(1114), + [anon_sym_GT_GT] = ACTIONS(1110), + [anon_sym_GT_GT_GT] = ACTIONS(1114), + [anon_sym_LT_LT] = ACTIONS(1114), + [anon_sym_AMP] = ACTIONS(1110), + [anon_sym_CARET] = ACTIONS(1114), + [anon_sym_PIPE] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_PERCENT] = ACTIONS(1114), + [anon_sym_STAR_STAR] = ACTIONS(1114), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_LT_EQ] = ACTIONS(1114), + [anon_sym_EQ_EQ] = ACTIONS(1110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1114), + [anon_sym_BANG_EQ] = ACTIONS(1110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1114), + [anon_sym_GT_EQ] = ACTIONS(1114), + [anon_sym_QMARK_QMARK] = ACTIONS(1114), + [anon_sym_instanceof] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), + [anon_sym_satisfies] = ACTIONS(1110), + [sym__ternary_qmark] = ACTIONS(1114), }, [96] = { - [sym_declaration] = STATE(642), - [sym_import] = STATE(1864), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1723), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3228), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(1156), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(1158), - [anon_sym_var] = ACTIONS(23), - [anon_sym_let] = ACTIONS(25), - [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(892), + [sym_declaration] = STATE(3126), + [sym_import] = STATE(1852), + [sym_variable_declaration] = STATE(3254), + [sym_lexical_declaration] = STATE(3254), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1778), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(3254), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(3254), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(3254), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_function_signature] = STATE(3254), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(3254), + [sym_abstract_class_declaration] = STATE(3254), + [sym_module] = STATE(3254), + [sym_internal_module] = STATE(1860), + [sym_import_alias] = STATE(3254), + [sym_interface_declaration] = STATE(3254), + [sym_enum_declaration] = STATE(3254), + [sym_type_alias_declaration] = STATE(3254), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3262), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1182), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(1184), + [anon_sym_var] = ACTIONS(1186), + [anon_sym_let] = ACTIONS(1188), + [anon_sym_const] = ACTIONS(1190), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(1160), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(1162), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(1164), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(1192), + [anon_sym_async] = ACTIONS(1194), + [anon_sym_function] = ACTIONS(1196), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1198), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1200), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + [anon_sym_abstract] = ACTIONS(1202), + [anon_sym_interface] = ACTIONS(1204), + [anon_sym_enum] = ACTIONS(1206), }, [97] = { - [sym_declaration] = STATE(706), - [sym_import] = STATE(1864), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1721), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(1799), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3228), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(1156), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(1158), + [sym_declaration] = STATE(739), + [sym_import] = STATE(1852), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1782), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3357), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1208), + [anon_sym_namespace] = ACTIONS(1210), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(1212), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(528), - [anon_sym_async] = ACTIONS(1160), - [anon_sym_function] = ACTIONS(532), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(1162), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(1164), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(1214), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1216), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1218), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [98] = { - [sym_declaration] = STATE(642), - [sym_import] = STATE(1864), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1723), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3124), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(1156), - [anon_sym_namespace] = ACTIONS(1166), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(1158), + [sym_declaration] = STATE(739), + [sym_import] = STATE(1852), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1782), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3186), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1208), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(1212), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(1168), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(1162), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(1164), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(1220), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1216), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1218), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [99] = { - [sym_declaration] = STATE(706), - [sym_import] = STATE(1864), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1721), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(720), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(720), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(720), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_function_signature] = STATE(720), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(157), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3124), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(1156), - [anon_sym_namespace] = ACTIONS(1166), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(1158), + [sym_declaration] = STATE(748), + [sym_import] = STATE(1852), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1617), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(159), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3357), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1208), + [anon_sym_namespace] = ACTIONS(1210), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(1212), [anon_sym_var] = ACTIONS(23), [anon_sym_let] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), - [anon_sym_BANG] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(71), - [anon_sym_async] = ACTIONS(1168), - [anon_sym_function] = ACTIONS(75), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(1162), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(1164), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - [anon_sym_abstract] = ACTIONS(101), - [anon_sym_interface] = ACTIONS(103), - [anon_sym_enum] = ACTIONS(105), + [anon_sym_class] = ACTIONS(67), + [anon_sym_async] = ACTIONS(1214), + [anon_sym_function] = ACTIONS(71), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1216), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1218), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [100] = { - [sym_declaration] = STATE(3064), - [sym_import] = STATE(1864), - [sym_variable_declaration] = STATE(3072), - [sym_lexical_declaration] = STATE(3072), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1745), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(3072), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(3072), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(3072), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_function_signature] = STATE(3072), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(3072), - [sym_abstract_class_declaration] = STATE(3072), - [sym_module] = STATE(3072), - [sym_internal_module] = STATE(1913), - [sym_import_alias] = STATE(3072), - [sym_interface_declaration] = STATE(3072), - [sym_enum_declaration] = STATE(3072), - [sym_type_alias_declaration] = STATE(3072), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3248), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(1170), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(1172), - [anon_sym_var] = ACTIONS(1174), - [anon_sym_let] = ACTIONS(1176), - [anon_sym_const] = ACTIONS(1178), - [anon_sym_BANG] = ACTIONS(892), + [sym_declaration] = STATE(3246), + [sym_import] = STATE(1852), + [sym_variable_declaration] = STATE(3254), + [sym_lexical_declaration] = STATE(3254), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1746), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(3254), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(3254), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(3254), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_function_signature] = STATE(3254), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(3254), + [sym_abstract_class_declaration] = STATE(3254), + [sym_module] = STATE(3254), + [sym_internal_module] = STATE(1860), + [sym_import_alias] = STATE(3254), + [sym_interface_declaration] = STATE(3254), + [sym_enum_declaration] = STATE(3254), + [sym_type_alias_declaration] = STATE(3254), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3262), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1182), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(1184), + [anon_sym_var] = ACTIONS(1186), + [anon_sym_let] = ACTIONS(1188), + [anon_sym_const] = ACTIONS(1190), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(1180), - [anon_sym_async] = ACTIONS(1182), - [anon_sym_function] = ACTIONS(1184), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(1186), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(1188), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - [anon_sym_abstract] = ACTIONS(1190), - [anon_sym_interface] = ACTIONS(1192), - [anon_sym_enum] = ACTIONS(1194), + [anon_sym_class] = ACTIONS(1192), + [anon_sym_async] = ACTIONS(1194), + [anon_sym_function] = ACTIONS(1196), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1198), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1200), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + [anon_sym_abstract] = ACTIONS(1202), + [anon_sym_interface] = ACTIONS(1204), + [anon_sym_enum] = ACTIONS(1206), }, [101] = { - [sym_declaration] = STATE(3102), - [sym_import] = STATE(1864), - [sym_variable_declaration] = STATE(3072), - [sym_lexical_declaration] = STATE(3072), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1759), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_class_declaration] = STATE(3072), - [sym_function] = STATE(1864), - [sym_function_declaration] = STATE(3072), - [sym_generator_function] = STATE(1864), - [sym_generator_function_declaration] = STATE(3072), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_function_signature] = STATE(3072), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_ambient_declaration] = STATE(3072), - [sym_abstract_class_declaration] = STATE(3072), - [sym_module] = STATE(3072), - [sym_internal_module] = STATE(1913), - [sym_import_alias] = STATE(3072), - [sym_interface_declaration] = STATE(3072), - [sym_enum_declaration] = STATE(3072), - [sym_type_alias_declaration] = STATE(3072), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3248), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(1170), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(1172), - [anon_sym_var] = ACTIONS(1174), - [anon_sym_let] = ACTIONS(1176), - [anon_sym_const] = ACTIONS(1178), - [anon_sym_BANG] = ACTIONS(892), + [sym_declaration] = STATE(748), + [sym_import] = STATE(1852), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1617), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_class_declaration] = STATE(674), + [sym_function] = STATE(1852), + [sym_function_declaration] = STATE(674), + [sym_generator_function] = STATE(1852), + [sym_generator_function_declaration] = STATE(674), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_function_signature] = STATE(674), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(1991), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3186), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1208), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(1212), + [anon_sym_var] = ACTIONS(23), + [anon_sym_let] = ACTIONS(25), + [anon_sym_const] = ACTIONS(27), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(1180), - [anon_sym_async] = ACTIONS(1182), - [anon_sym_function] = ACTIONS(1184), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(1186), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(1188), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - [anon_sym_abstract] = ACTIONS(1190), - [anon_sym_interface] = ACTIONS(1192), - [anon_sym_enum] = ACTIONS(1194), + [anon_sym_class] = ACTIONS(538), + [anon_sym_async] = ACTIONS(1220), + [anon_sym_function] = ACTIONS(542), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1216), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1218), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + [anon_sym_abstract] = ACTIONS(103), + [anon_sym_interface] = ACTIONS(105), + [anon_sym_enum] = ACTIONS(107), }, [102] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1198), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(150), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_RPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [103] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1228), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1230), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1254), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [104] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(150), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1258), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1260), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [105] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [106] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1198), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(1236), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(1262), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(1262), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [107] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1241), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1243), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1267), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1269), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_implements] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [108] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(208), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(208), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2637), + [sym_constructor_type] = STATE(2637), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2637), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2637), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2637), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_COMMA] = ACTIONS(215), + [anon_sym_RBRACE] = ACTIONS(215), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(752), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(1305), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), + [sym__ternary_qmark] = ACTIONS(149), }, [109] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1245), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1247), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(215), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [110] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1249), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1251), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_implements] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1307), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1309), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [111] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2585), - [sym_constructor_type] = STATE(2585), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2585), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2585), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2585), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_COMMA] = ACTIONS(208), - [anon_sym_RBRACE] = ACTIONS(208), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_PLUS] = ACTIONS(1271), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(736), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(1287), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1311), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1313), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [112] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1315), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(1317), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [113] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1291), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(1293), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [114] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(111), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(1208), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(158), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_PLUS] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1212), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_void] = ACTIONS(201), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(191), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(113), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(159), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_void] = ACTIONS(208), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(196), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + [sym__ternary_qmark] = ACTIONS(149), }, [115] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1485), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(3931), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1402), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4263), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1297), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(1301), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(676), - [anon_sym_private] = ACTIONS(676), - [anon_sym_protected] = ACTIONS(676), - [anon_sym_override] = ACTIONS(678), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1323), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(1327), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(688), + [anon_sym_private] = ACTIONS(688), + [anon_sym_protected] = ACTIONS(688), + [anon_sym_override] = ACTIONS(690), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [116] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1363), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4126), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1297), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(1301), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(676), - [anon_sym_private] = ACTIONS(676), - [anon_sym_protected] = ACTIONS(676), - [anon_sym_override] = ACTIONS(678), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), - }, - [117] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3874), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3874), - [sym_optional_parameter] = STATE(3874), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1303), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1522), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4045), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1323), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(1327), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), [anon_sym_public] = ACTIONS(688), [anon_sym_private] = ACTIONS(688), [anon_sym_protected] = ACTIONS(688), [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), + }, + [117] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3957), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3957), + [sym_optional_parameter] = STATE(3957), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1329), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1333), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [118] = { - [ts_builtin_sym_end] = ACTIONS(1311), - [sym_identifier] = ACTIONS(1313), - [anon_sym_export] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(1315), - [anon_sym_default] = ACTIONS(1313), - [anon_sym_type] = ACTIONS(1313), - [anon_sym_EQ] = ACTIONS(1317), - [anon_sym_as] = ACTIONS(1315), - [anon_sym_namespace] = ACTIONS(1313), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_COMMA] = ACTIONS(1319), - [anon_sym_RBRACE] = ACTIONS(1311), - [anon_sym_typeof] = ACTIONS(1313), - [anon_sym_import] = ACTIONS(1313), - [anon_sym_var] = ACTIONS(1313), - [anon_sym_let] = ACTIONS(1313), - [anon_sym_const] = ACTIONS(1313), - [anon_sym_BANG] = ACTIONS(1313), - [anon_sym_else] = ACTIONS(1313), - [anon_sym_if] = ACTIONS(1313), - [anon_sym_switch] = ACTIONS(1313), - [anon_sym_for] = ACTIONS(1313), - [anon_sym_LPAREN] = ACTIONS(1311), - [anon_sym_await] = ACTIONS(1313), - [anon_sym_in] = ACTIONS(1315), - [anon_sym_while] = ACTIONS(1313), - [anon_sym_do] = ACTIONS(1313), - [anon_sym_try] = ACTIONS(1313), - [anon_sym_with] = ACTIONS(1313), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1313), - [anon_sym_debugger] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1313), - [anon_sym_throw] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1311), - [anon_sym_case] = ACTIONS(1313), - [anon_sym_yield] = ACTIONS(1313), - [anon_sym_LBRACK] = ACTIONS(1311), - [anon_sym_LTtemplate_GT] = ACTIONS(1311), - [anon_sym_LT] = ACTIONS(1313), - [anon_sym_GT] = ACTIONS(1315), - [anon_sym_SLASH] = ACTIONS(1313), - [anon_sym_DOT] = ACTIONS(1315), - [anon_sym_class] = ACTIONS(1313), - [anon_sym_async] = ACTIONS(1313), - [anon_sym_function] = ACTIONS(1313), - [anon_sym_QMARK_DOT] = ACTIONS(1319), - [anon_sym_new] = ACTIONS(1313), - [anon_sym_AMP_AMP] = ACTIONS(1319), - [anon_sym_PIPE_PIPE] = ACTIONS(1319), - [anon_sym_GT_GT] = ACTIONS(1315), - [anon_sym_GT_GT_GT] = ACTIONS(1319), - [anon_sym_LT_LT] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1315), - [anon_sym_CARET] = ACTIONS(1319), - [anon_sym_PIPE] = ACTIONS(1315), - [anon_sym_PLUS] = ACTIONS(1313), - [anon_sym_DASH] = ACTIONS(1313), - [anon_sym_PERCENT] = ACTIONS(1319), - [anon_sym_STAR_STAR] = ACTIONS(1319), - [anon_sym_LT_EQ] = ACTIONS(1319), - [anon_sym_EQ_EQ] = ACTIONS(1315), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1319), - [anon_sym_BANG_EQ] = ACTIONS(1315), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1319), - [anon_sym_GT_EQ] = ACTIONS(1319), - [anon_sym_QMARK_QMARK] = ACTIONS(1319), - [anon_sym_instanceof] = ACTIONS(1315), - [anon_sym_TILDE] = ACTIONS(1311), - [anon_sym_void] = ACTIONS(1313), - [anon_sym_delete] = ACTIONS(1313), - [anon_sym_PLUS_PLUS] = ACTIONS(1311), - [anon_sym_DASH_DASH] = ACTIONS(1311), - [anon_sym_DQUOTE] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1311), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1311), - [sym_number] = ACTIONS(1311), - [sym_this] = ACTIONS(1313), - [sym_super] = ACTIONS(1313), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_AT] = ACTIONS(1311), - [anon_sym_static] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1313), - [anon_sym_get] = ACTIONS(1313), - [anon_sym_set] = ACTIONS(1313), - [anon_sym_declare] = ACTIONS(1313), - [anon_sym_public] = ACTIONS(1313), - [anon_sym_private] = ACTIONS(1313), - [anon_sym_protected] = ACTIONS(1313), - [anon_sym_override] = ACTIONS(1313), - [anon_sym_module] = ACTIONS(1313), - [anon_sym_any] = ACTIONS(1313), - [anon_sym_number] = ACTIONS(1313), - [anon_sym_boolean] = ACTIONS(1313), - [anon_sym_string] = ACTIONS(1313), - [anon_sym_symbol] = ACTIONS(1313), - [anon_sym_abstract] = ACTIONS(1313), - [anon_sym_satisfies] = ACTIONS(1315), - [anon_sym_interface] = ACTIONS(1313), - [anon_sym_enum] = ACTIONS(1313), - [sym__automatic_semicolon] = ACTIONS(1321), - [sym__ternary_qmark] = ACTIONS(1319), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3957), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3957), + [sym_optional_parameter] = STATE(3957), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1337), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1333), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [119] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3635), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3635), - [sym_optional_parameter] = STATE(3635), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1323), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3563), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3563), + [sym_optional_parameter] = STATE(3563), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1339), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1333), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [120] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3463), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3463), - [sym_optional_parameter] = STATE(3463), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(658), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3957), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3957), + [sym_optional_parameter] = STATE(3957), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1341), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1333), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [121] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3547), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3547), - [sym_optional_parameter] = STATE(3547), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1325), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3957), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3957), + [sym_optional_parameter] = STATE(3957), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1343), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1333), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [122] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3874), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3874), - [sym_optional_parameter] = STATE(3874), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1327), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3519), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3519), + [sym_optional_parameter] = STATE(3519), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1345), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1333), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [123] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3874), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3874), - [sym_optional_parameter] = STATE(3874), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1329), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3957), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3957), + [sym_optional_parameter] = STATE(3957), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1347), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1333), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [124] = { - [sym_statement_block] = STATE(131), - [ts_builtin_sym_end] = ACTIONS(1331), - [sym_identifier] = ACTIONS(1333), - [anon_sym_export] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(1333), - [anon_sym_default] = ACTIONS(1333), - [anon_sym_type] = ACTIONS(1333), - [anon_sym_as] = ACTIONS(1333), - [anon_sym_namespace] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(1335), - [anon_sym_COMMA] = ACTIONS(1331), - [anon_sym_RBRACE] = ACTIONS(1331), - [anon_sym_typeof] = ACTIONS(1333), - [anon_sym_import] = ACTIONS(1333), - [anon_sym_var] = ACTIONS(1333), - [anon_sym_let] = ACTIONS(1333), - [anon_sym_const] = ACTIONS(1333), - [anon_sym_BANG] = ACTIONS(1333), - [anon_sym_else] = ACTIONS(1333), - [anon_sym_if] = ACTIONS(1333), - [anon_sym_switch] = ACTIONS(1333), - [anon_sym_for] = ACTIONS(1333), - [anon_sym_LPAREN] = ACTIONS(1331), - [anon_sym_await] = ACTIONS(1333), - [anon_sym_in] = ACTIONS(1333), - [anon_sym_while] = ACTIONS(1333), - [anon_sym_do] = ACTIONS(1333), - [anon_sym_try] = ACTIONS(1333), - [anon_sym_with] = ACTIONS(1333), - [anon_sym_break] = ACTIONS(1333), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_debugger] = ACTIONS(1333), - [anon_sym_return] = ACTIONS(1333), - [anon_sym_throw] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_case] = ACTIONS(1333), - [anon_sym_yield] = ACTIONS(1333), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3559), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3559), + [sym_optional_parameter] = STATE(3559), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), [anon_sym_LBRACK] = ACTIONS(1331), - [anon_sym_LTtemplate_GT] = ACTIONS(1331), - [anon_sym_LT] = ACTIONS(1333), - [anon_sym_GT] = ACTIONS(1333), - [anon_sym_SLASH] = ACTIONS(1333), - [anon_sym_DOT] = ACTIONS(1333), - [anon_sym_class] = ACTIONS(1333), - [anon_sym_async] = ACTIONS(1333), - [anon_sym_function] = ACTIONS(1333), - [anon_sym_QMARK_DOT] = ACTIONS(1331), - [anon_sym_new] = ACTIONS(1333), - [anon_sym_AMP_AMP] = ACTIONS(1331), - [anon_sym_PIPE_PIPE] = ACTIONS(1331), - [anon_sym_GT_GT] = ACTIONS(1333), - [anon_sym_GT_GT_GT] = ACTIONS(1331), - [anon_sym_LT_LT] = ACTIONS(1331), - [anon_sym_AMP] = ACTIONS(1333), - [anon_sym_CARET] = ACTIONS(1331), - [anon_sym_PIPE] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1333), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_PERCENT] = ACTIONS(1331), - [anon_sym_STAR_STAR] = ACTIONS(1331), - [anon_sym_LT_EQ] = ACTIONS(1331), - [anon_sym_EQ_EQ] = ACTIONS(1333), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1331), - [anon_sym_BANG_EQ] = ACTIONS(1333), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1331), - [anon_sym_GT_EQ] = ACTIONS(1331), - [anon_sym_QMARK_QMARK] = ACTIONS(1331), - [anon_sym_instanceof] = ACTIONS(1333), - [anon_sym_TILDE] = ACTIONS(1331), - [anon_sym_void] = ACTIONS(1333), - [anon_sym_delete] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1331), - [anon_sym_DASH_DASH] = ACTIONS(1331), - [anon_sym_DQUOTE] = ACTIONS(1331), - [anon_sym_SQUOTE] = ACTIONS(1331), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1331), - [sym_number] = ACTIONS(1331), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), [sym_this] = ACTIONS(1333), - [sym_super] = ACTIONS(1333), - [sym_true] = ACTIONS(1333), - [sym_false] = ACTIONS(1333), - [sym_null] = ACTIONS(1333), - [sym_undefined] = ACTIONS(1333), - [anon_sym_AT] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1333), - [anon_sym_readonly] = ACTIONS(1333), - [anon_sym_get] = ACTIONS(1333), - [anon_sym_set] = ACTIONS(1333), - [anon_sym_declare] = ACTIONS(1333), - [anon_sym_public] = ACTIONS(1333), - [anon_sym_private] = ACTIONS(1333), - [anon_sym_protected] = ACTIONS(1333), - [anon_sym_override] = ACTIONS(1333), - [anon_sym_module] = ACTIONS(1333), - [anon_sym_any] = ACTIONS(1333), - [anon_sym_number] = ACTIONS(1333), - [anon_sym_boolean] = ACTIONS(1333), - [anon_sym_string] = ACTIONS(1333), - [anon_sym_symbol] = ACTIONS(1333), - [anon_sym_abstract] = ACTIONS(1333), - [anon_sym_satisfies] = ACTIONS(1333), - [anon_sym_interface] = ACTIONS(1333), - [anon_sym_enum] = ACTIONS(1333), - [sym__automatic_semicolon] = ACTIONS(1331), - [sym__ternary_qmark] = ACTIONS(1331), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [125] = { - [sym_statement_block] = STATE(131), - [ts_builtin_sym_end] = ACTIONS(1331), - [sym_identifier] = ACTIONS(1333), - [anon_sym_export] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(1333), - [anon_sym_default] = ACTIONS(1333), - [anon_sym_type] = ACTIONS(1333), - [anon_sym_as] = ACTIONS(1333), - [anon_sym_namespace] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(1335), - [anon_sym_COMMA] = ACTIONS(1331), - [anon_sym_RBRACE] = ACTIONS(1331), - [anon_sym_typeof] = ACTIONS(1333), - [anon_sym_import] = ACTIONS(1333), - [anon_sym_var] = ACTIONS(1333), - [anon_sym_let] = ACTIONS(1333), - [anon_sym_const] = ACTIONS(1333), - [anon_sym_BANG] = ACTIONS(1333), - [anon_sym_else] = ACTIONS(1333), - [anon_sym_if] = ACTIONS(1333), - [anon_sym_switch] = ACTIONS(1333), - [anon_sym_for] = ACTIONS(1333), - [anon_sym_LPAREN] = ACTIONS(1331), - [anon_sym_await] = ACTIONS(1333), - [anon_sym_in] = ACTIONS(1333), - [anon_sym_while] = ACTIONS(1333), - [anon_sym_do] = ACTIONS(1333), - [anon_sym_try] = ACTIONS(1333), - [anon_sym_with] = ACTIONS(1333), - [anon_sym_break] = ACTIONS(1333), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_debugger] = ACTIONS(1333), - [anon_sym_return] = ACTIONS(1333), - [anon_sym_throw] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_case] = ACTIONS(1333), - [anon_sym_yield] = ACTIONS(1333), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3957), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3957), + [sym_optional_parameter] = STATE(3957), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1349), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), [anon_sym_LBRACK] = ACTIONS(1331), - [anon_sym_LTtemplate_GT] = ACTIONS(1331), - [anon_sym_LT] = ACTIONS(1333), - [anon_sym_GT] = ACTIONS(1333), - [anon_sym_SLASH] = ACTIONS(1333), - [anon_sym_DOT] = ACTIONS(1337), - [anon_sym_class] = ACTIONS(1333), - [anon_sym_async] = ACTIONS(1333), - [anon_sym_function] = ACTIONS(1333), - [anon_sym_QMARK_DOT] = ACTIONS(1331), - [anon_sym_new] = ACTIONS(1333), - [anon_sym_AMP_AMP] = ACTIONS(1331), - [anon_sym_PIPE_PIPE] = ACTIONS(1331), - [anon_sym_GT_GT] = ACTIONS(1333), - [anon_sym_GT_GT_GT] = ACTIONS(1331), - [anon_sym_LT_LT] = ACTIONS(1331), - [anon_sym_AMP] = ACTIONS(1333), - [anon_sym_CARET] = ACTIONS(1331), - [anon_sym_PIPE] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1333), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_PERCENT] = ACTIONS(1331), - [anon_sym_STAR_STAR] = ACTIONS(1331), - [anon_sym_LT_EQ] = ACTIONS(1331), - [anon_sym_EQ_EQ] = ACTIONS(1333), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1331), - [anon_sym_BANG_EQ] = ACTIONS(1333), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1331), - [anon_sym_GT_EQ] = ACTIONS(1331), - [anon_sym_QMARK_QMARK] = ACTIONS(1331), - [anon_sym_instanceof] = ACTIONS(1333), - [anon_sym_TILDE] = ACTIONS(1331), - [anon_sym_void] = ACTIONS(1333), - [anon_sym_delete] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1331), - [anon_sym_DASH_DASH] = ACTIONS(1331), - [anon_sym_DQUOTE] = ACTIONS(1331), - [anon_sym_SQUOTE] = ACTIONS(1331), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1331), - [sym_number] = ACTIONS(1331), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), [sym_this] = ACTIONS(1333), - [sym_super] = ACTIONS(1333), - [sym_true] = ACTIONS(1333), - [sym_false] = ACTIONS(1333), - [sym_null] = ACTIONS(1333), - [sym_undefined] = ACTIONS(1333), - [anon_sym_AT] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1333), - [anon_sym_readonly] = ACTIONS(1333), - [anon_sym_get] = ACTIONS(1333), - [anon_sym_set] = ACTIONS(1333), - [anon_sym_declare] = ACTIONS(1333), - [anon_sym_public] = ACTIONS(1333), - [anon_sym_private] = ACTIONS(1333), - [anon_sym_protected] = ACTIONS(1333), - [anon_sym_override] = ACTIONS(1333), - [anon_sym_module] = ACTIONS(1333), - [anon_sym_any] = ACTIONS(1333), - [anon_sym_number] = ACTIONS(1333), - [anon_sym_boolean] = ACTIONS(1333), - [anon_sym_string] = ACTIONS(1333), - [anon_sym_symbol] = ACTIONS(1333), - [anon_sym_abstract] = ACTIONS(1333), - [anon_sym_satisfies] = ACTIONS(1333), - [anon_sym_interface] = ACTIONS(1333), - [anon_sym_enum] = ACTIONS(1333), - [sym__automatic_semicolon] = ACTIONS(1331), - [sym__ternary_qmark] = ACTIONS(1331), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [126] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3874), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3874), - [sym_optional_parameter] = STATE(3874), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1339), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1351), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1353), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [127] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3874), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3874), - [sym_optional_parameter] = STATE(3874), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1341), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1852), + [sym_expression_statement] = STATE(202), + [sym_variable_declaration] = STATE(202), + [sym_lexical_declaration] = STATE(202), + [sym_empty_statement] = STATE(202), + [sym_parenthesized_expression] = STATE(1134), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(3731), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(3731), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1134), + [sym_subscript_expression] = STATE(1134), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(3731), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1134), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1355), + [anon_sym_export] = ACTIONS(1357), + [anon_sym_type] = ACTIONS(1357), + [anon_sym_namespace] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1361), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_var] = ACTIONS(1363), + [anon_sym_let] = ACTIONS(1365), + [anon_sym_const] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(1367), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1369), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1371), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1357), + [anon_sym_readonly] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(1357), + [anon_sym_set] = ACTIONS(1357), + [anon_sym_declare] = ACTIONS(1357), + [anon_sym_public] = ACTIONS(1357), + [anon_sym_private] = ACTIONS(1357), + [anon_sym_protected] = ACTIONS(1357), + [anon_sym_override] = ACTIONS(1357), + [anon_sym_module] = ACTIONS(1357), + [anon_sym_any] = ACTIONS(1357), + [anon_sym_number] = ACTIONS(1357), + [anon_sym_boolean] = ACTIONS(1357), + [anon_sym_string] = ACTIONS(1357), + [anon_sym_symbol] = ACTIONS(1357), }, [128] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3874), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3874), - [sym_optional_parameter] = STATE(3874), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1351), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1373), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [129] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_RBRACE] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1345), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1345), - [anon_sym_RBRACK] = ACTIONS(1345), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1351), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1375), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_QMARK] = ACTIONS(1345), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - [anon_sym_extends] = ACTIONS(1347), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [130] = { - [ts_builtin_sym_end] = ACTIONS(1349), - [sym_identifier] = ACTIONS(1351), - [anon_sym_export] = ACTIONS(1351), - [anon_sym_STAR] = ACTIONS(1353), - [anon_sym_default] = ACTIONS(1351), - [anon_sym_type] = ACTIONS(1351), - [anon_sym_as] = ACTIONS(1353), - [anon_sym_namespace] = ACTIONS(1351), - [anon_sym_LBRACE] = ACTIONS(1349), - [anon_sym_COMMA] = ACTIONS(1355), - [anon_sym_RBRACE] = ACTIONS(1349), - [anon_sym_typeof] = ACTIONS(1351), - [anon_sym_import] = ACTIONS(1351), - [anon_sym_var] = ACTIONS(1351), - [anon_sym_let] = ACTIONS(1351), - [anon_sym_const] = ACTIONS(1351), - [anon_sym_BANG] = ACTIONS(1351), - [anon_sym_else] = ACTIONS(1351), - [anon_sym_if] = ACTIONS(1351), - [anon_sym_switch] = ACTIONS(1351), - [anon_sym_for] = ACTIONS(1351), - [anon_sym_LPAREN] = ACTIONS(1349), - [anon_sym_await] = ACTIONS(1351), - [anon_sym_in] = ACTIONS(1353), - [anon_sym_while] = ACTIONS(1351), - [anon_sym_do] = ACTIONS(1351), - [anon_sym_try] = ACTIONS(1351), - [anon_sym_with] = ACTIONS(1351), - [anon_sym_break] = ACTIONS(1351), - [anon_sym_continue] = ACTIONS(1351), - [anon_sym_debugger] = ACTIONS(1351), - [anon_sym_return] = ACTIONS(1351), - [anon_sym_throw] = ACTIONS(1351), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym_case] = ACTIONS(1351), - [anon_sym_yield] = ACTIONS(1351), - [anon_sym_LBRACK] = ACTIONS(1349), - [anon_sym_LTtemplate_GT] = ACTIONS(1349), - [anon_sym_LT] = ACTIONS(1351), - [anon_sym_GT] = ACTIONS(1353), - [anon_sym_SLASH] = ACTIONS(1351), - [anon_sym_DOT] = ACTIONS(1353), - [anon_sym_class] = ACTIONS(1351), - [anon_sym_async] = ACTIONS(1351), - [anon_sym_function] = ACTIONS(1351), - [anon_sym_QMARK_DOT] = ACTIONS(1355), - [anon_sym_new] = ACTIONS(1351), - [anon_sym_AMP_AMP] = ACTIONS(1355), - [anon_sym_PIPE_PIPE] = ACTIONS(1355), - [anon_sym_GT_GT] = ACTIONS(1353), - [anon_sym_GT_GT_GT] = ACTIONS(1355), - [anon_sym_LT_LT] = ACTIONS(1355), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_PIPE] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1351), - [anon_sym_DASH] = ACTIONS(1351), - [anon_sym_PERCENT] = ACTIONS(1355), - [anon_sym_STAR_STAR] = ACTIONS(1355), - [anon_sym_LT_EQ] = ACTIONS(1355), - [anon_sym_EQ_EQ] = ACTIONS(1353), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1355), - [anon_sym_BANG_EQ] = ACTIONS(1353), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1355), - [anon_sym_GT_EQ] = ACTIONS(1355), - [anon_sym_QMARK_QMARK] = ACTIONS(1355), - [anon_sym_instanceof] = ACTIONS(1353), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_void] = ACTIONS(1351), - [anon_sym_delete] = ACTIONS(1351), - [anon_sym_PLUS_PLUS] = ACTIONS(1349), - [anon_sym_DASH_DASH] = ACTIONS(1349), - [anon_sym_DQUOTE] = ACTIONS(1349), - [anon_sym_SQUOTE] = ACTIONS(1349), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1349), - [sym_number] = ACTIONS(1349), - [sym_this] = ACTIONS(1351), - [sym_super] = ACTIONS(1351), - [sym_true] = ACTIONS(1351), - [sym_false] = ACTIONS(1351), - [sym_null] = ACTIONS(1351), - [sym_undefined] = ACTIONS(1351), - [anon_sym_AT] = ACTIONS(1349), - [anon_sym_static] = ACTIONS(1351), - [anon_sym_readonly] = ACTIONS(1351), - [anon_sym_get] = ACTIONS(1351), - [anon_sym_set] = ACTIONS(1351), - [anon_sym_declare] = ACTIONS(1351), - [anon_sym_public] = ACTIONS(1351), - [anon_sym_private] = ACTIONS(1351), - [anon_sym_protected] = ACTIONS(1351), - [anon_sym_override] = ACTIONS(1351), - [anon_sym_module] = ACTIONS(1351), - [anon_sym_any] = ACTIONS(1351), - [anon_sym_number] = ACTIONS(1351), - [anon_sym_boolean] = ACTIONS(1351), - [anon_sym_string] = ACTIONS(1351), - [anon_sym_symbol] = ACTIONS(1351), - [anon_sym_abstract] = ACTIONS(1351), - [anon_sym_satisfies] = ACTIONS(1353), - [anon_sym_interface] = ACTIONS(1351), - [anon_sym_enum] = ACTIONS(1351), - [sym__automatic_semicolon] = ACTIONS(1357), - [sym__ternary_qmark] = ACTIONS(1355), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym__formal_parameter] = STATE(3957), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3366), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(192), + [sym_override_modifier] = STATE(217), + [sym_required_parameter] = STATE(3957), + [sym_optional_parameter] = STATE(3957), + [sym__parameter_name] = STATE(2829), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(178), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1333), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [131] = { - [ts_builtin_sym_end] = ACTIONS(1359), - [sym_identifier] = ACTIONS(1361), - [anon_sym_export] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_type] = ACTIONS(1361), - [anon_sym_as] = ACTIONS(1361), - [anon_sym_namespace] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1359), - [anon_sym_COMMA] = ACTIONS(1359), - [anon_sym_RBRACE] = ACTIONS(1359), - [anon_sym_typeof] = ACTIONS(1361), - [anon_sym_import] = ACTIONS(1361), - [anon_sym_var] = ACTIONS(1361), - [anon_sym_let] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_BANG] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_LPAREN] = ACTIONS(1359), - [anon_sym_await] = ACTIONS(1361), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_try] = ACTIONS(1361), - [anon_sym_with] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_debugger] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_throw] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_yield] = ACTIONS(1361), - [anon_sym_LBRACK] = ACTIONS(1359), - [anon_sym_LTtemplate_GT] = ACTIONS(1359), - [anon_sym_LT] = ACTIONS(1361), - [anon_sym_GT] = ACTIONS(1361), - [anon_sym_SLASH] = ACTIONS(1361), - [anon_sym_DOT] = ACTIONS(1361), - [anon_sym_class] = ACTIONS(1361), - [anon_sym_async] = ACTIONS(1361), - [anon_sym_function] = ACTIONS(1361), - [anon_sym_QMARK_DOT] = ACTIONS(1359), - [anon_sym_new] = ACTIONS(1361), - [anon_sym_AMP_AMP] = ACTIONS(1359), - [anon_sym_PIPE_PIPE] = ACTIONS(1359), - [anon_sym_GT_GT] = ACTIONS(1361), - [anon_sym_GT_GT_GT] = ACTIONS(1359), - [anon_sym_LT_LT] = ACTIONS(1359), - [anon_sym_AMP] = ACTIONS(1361), - [anon_sym_CARET] = ACTIONS(1359), - [anon_sym_PIPE] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PERCENT] = ACTIONS(1359), - [anon_sym_STAR_STAR] = ACTIONS(1359), - [anon_sym_LT_EQ] = ACTIONS(1359), - [anon_sym_EQ_EQ] = ACTIONS(1361), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1359), - [anon_sym_BANG_EQ] = ACTIONS(1361), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1359), - [anon_sym_GT_EQ] = ACTIONS(1359), - [anon_sym_QMARK_QMARK] = ACTIONS(1359), - [anon_sym_instanceof] = ACTIONS(1361), - [anon_sym_TILDE] = ACTIONS(1359), - [anon_sym_void] = ACTIONS(1361), - [anon_sym_delete] = ACTIONS(1361), - [anon_sym_PLUS_PLUS] = ACTIONS(1359), - [anon_sym_DASH_DASH] = ACTIONS(1359), - [anon_sym_DQUOTE] = ACTIONS(1359), - [anon_sym_SQUOTE] = ACTIONS(1359), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1359), - [sym_number] = ACTIONS(1359), - [sym_this] = ACTIONS(1361), - [sym_super] = ACTIONS(1361), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [sym_null] = ACTIONS(1361), - [sym_undefined] = ACTIONS(1361), - [anon_sym_AT] = ACTIONS(1359), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(1361), - [anon_sym_set] = ACTIONS(1361), - [anon_sym_declare] = ACTIONS(1361), - [anon_sym_public] = ACTIONS(1361), - [anon_sym_private] = ACTIONS(1361), - [anon_sym_protected] = ACTIONS(1361), - [anon_sym_override] = ACTIONS(1361), - [anon_sym_module] = ACTIONS(1361), - [anon_sym_any] = ACTIONS(1361), - [anon_sym_number] = ACTIONS(1361), - [anon_sym_boolean] = ACTIONS(1361), - [anon_sym_string] = ACTIONS(1361), - [anon_sym_symbol] = ACTIONS(1361), - [anon_sym_abstract] = ACTIONS(1361), - [anon_sym_satisfies] = ACTIONS(1361), - [anon_sym_interface] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [sym__automatic_semicolon] = ACTIONS(1359), - [sym__ternary_qmark] = ACTIONS(1359), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1569), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3577), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3584), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1351), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1377), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [132] = { - [ts_builtin_sym_end] = ACTIONS(1363), - [sym_identifier] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1365), - [anon_sym_STAR] = ACTIONS(1367), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_type] = ACTIONS(1365), - [anon_sym_as] = ACTIONS(1367), - [anon_sym_namespace] = ACTIONS(1365), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_COMMA] = ACTIONS(1369), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_typeof] = ACTIONS(1365), - [anon_sym_import] = ACTIONS(1365), - [anon_sym_var] = ACTIONS(1365), - [anon_sym_let] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_BANG] = ACTIONS(1365), - [anon_sym_else] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_switch] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_await] = ACTIONS(1365), - [anon_sym_in] = ACTIONS(1367), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_do] = ACTIONS(1365), - [anon_sym_try] = ACTIONS(1365), - [anon_sym_with] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_debugger] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_throw] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_case] = ACTIONS(1365), - [anon_sym_yield] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LTtemplate_GT] = ACTIONS(1363), - [anon_sym_LT] = ACTIONS(1365), - [anon_sym_GT] = ACTIONS(1367), - [anon_sym_SLASH] = ACTIONS(1365), - [anon_sym_DOT] = ACTIONS(1367), - [anon_sym_class] = ACTIONS(1365), - [anon_sym_async] = ACTIONS(1365), - [anon_sym_function] = ACTIONS(1365), - [anon_sym_QMARK_DOT] = ACTIONS(1369), - [anon_sym_new] = ACTIONS(1365), - [anon_sym_AMP_AMP] = ACTIONS(1369), - [anon_sym_PIPE_PIPE] = ACTIONS(1369), - [anon_sym_GT_GT] = ACTIONS(1367), - [anon_sym_GT_GT_GT] = ACTIONS(1369), - [anon_sym_LT_LT] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1367), - [anon_sym_CARET] = ACTIONS(1369), - [anon_sym_PIPE] = ACTIONS(1367), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_PERCENT] = ACTIONS(1369), - [anon_sym_STAR_STAR] = ACTIONS(1369), - [anon_sym_LT_EQ] = ACTIONS(1369), - [anon_sym_EQ_EQ] = ACTIONS(1367), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1369), - [anon_sym_BANG_EQ] = ACTIONS(1367), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1369), - [anon_sym_GT_EQ] = ACTIONS(1369), - [anon_sym_QMARK_QMARK] = ACTIONS(1369), - [anon_sym_instanceof] = ACTIONS(1367), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_void] = ACTIONS(1365), - [anon_sym_delete] = ACTIONS(1365), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1363), - [sym_number] = ACTIONS(1363), - [sym_this] = ACTIONS(1365), - [sym_super] = ACTIONS(1365), - [sym_true] = ACTIONS(1365), - [sym_false] = ACTIONS(1365), - [sym_null] = ACTIONS(1365), - [sym_undefined] = ACTIONS(1365), - [anon_sym_AT] = ACTIONS(1363), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_readonly] = ACTIONS(1365), - [anon_sym_get] = ACTIONS(1365), - [anon_sym_set] = ACTIONS(1365), - [anon_sym_declare] = ACTIONS(1365), - [anon_sym_public] = ACTIONS(1365), - [anon_sym_private] = ACTIONS(1365), - [anon_sym_protected] = ACTIONS(1365), - [anon_sym_override] = ACTIONS(1365), - [anon_sym_module] = ACTIONS(1365), - [anon_sym_any] = ACTIONS(1365), - [anon_sym_number] = ACTIONS(1365), - [anon_sym_boolean] = ACTIONS(1365), - [anon_sym_string] = ACTIONS(1365), - [anon_sym_symbol] = ACTIONS(1365), - [anon_sym_abstract] = ACTIONS(1365), - [anon_sym_satisfies] = ACTIONS(1367), - [anon_sym_interface] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [sym__automatic_semicolon] = ACTIONS(1371), - [sym__ternary_qmark] = ACTIONS(1369), + [sym_statement_block] = STATE(160), + [ts_builtin_sym_end] = ACTIONS(1379), + [sym_identifier] = ACTIONS(1381), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_default] = ACTIONS(1381), + [anon_sym_type] = ACTIONS(1381), + [anon_sym_as] = ACTIONS(1381), + [anon_sym_namespace] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_COMMA] = ACTIONS(1379), + [anon_sym_RBRACE] = ACTIONS(1379), + [anon_sym_typeof] = ACTIONS(1381), + [anon_sym_import] = ACTIONS(1381), + [anon_sym_var] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_else] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_switch] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1379), + [anon_sym_await] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_with] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_debugger] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_throw] = ACTIONS(1381), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1381), + [anon_sym_yield] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1379), + [anon_sym_LTtemplate_GT] = ACTIONS(1379), + [anon_sym_GT] = ACTIONS(1381), + [anon_sym_DOT] = ACTIONS(1385), + [anon_sym_class] = ACTIONS(1381), + [anon_sym_async] = ACTIONS(1381), + [anon_sym_function] = ACTIONS(1381), + [anon_sym_QMARK_DOT] = ACTIONS(1379), + [anon_sym_new] = ACTIONS(1381), + [anon_sym_AMP_AMP] = ACTIONS(1379), + [anon_sym_PIPE_PIPE] = ACTIONS(1379), + [anon_sym_GT_GT] = ACTIONS(1381), + [anon_sym_GT_GT_GT] = ACTIONS(1379), + [anon_sym_LT_LT] = ACTIONS(1379), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_CARET] = ACTIONS(1379), + [anon_sym_PIPE] = ACTIONS(1381), + [anon_sym_PLUS] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1381), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1379), + [anon_sym_STAR_STAR] = ACTIONS(1379), + [anon_sym_LT] = ACTIONS(1381), + [anon_sym_LT_EQ] = ACTIONS(1379), + [anon_sym_EQ_EQ] = ACTIONS(1381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1379), + [anon_sym_BANG_EQ] = ACTIONS(1381), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1379), + [anon_sym_GT_EQ] = ACTIONS(1379), + [anon_sym_QMARK_QMARK] = ACTIONS(1379), + [anon_sym_instanceof] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1379), + [anon_sym_void] = ACTIONS(1381), + [anon_sym_delete] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1379), + [anon_sym_SQUOTE] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1379), + [sym_number] = ACTIONS(1379), + [sym_this] = ACTIONS(1381), + [sym_super] = ACTIONS(1381), + [sym_true] = ACTIONS(1381), + [sym_false] = ACTIONS(1381), + [sym_null] = ACTIONS(1381), + [sym_undefined] = ACTIONS(1381), + [anon_sym_AT] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1381), + [anon_sym_readonly] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(1381), + [anon_sym_set] = ACTIONS(1381), + [anon_sym_declare] = ACTIONS(1381), + [anon_sym_public] = ACTIONS(1381), + [anon_sym_private] = ACTIONS(1381), + [anon_sym_protected] = ACTIONS(1381), + [anon_sym_override] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_any] = ACTIONS(1381), + [anon_sym_number] = ACTIONS(1381), + [anon_sym_boolean] = ACTIONS(1381), + [anon_sym_string] = ACTIONS(1381), + [anon_sym_symbol] = ACTIONS(1381), + [anon_sym_abstract] = ACTIONS(1381), + [anon_sym_satisfies] = ACTIONS(1381), + [anon_sym_interface] = ACTIONS(1381), + [anon_sym_enum] = ACTIONS(1381), + [sym__automatic_semicolon] = ACTIONS(1379), + [sym__ternary_qmark] = ACTIONS(1379), }, [133] = { - [ts_builtin_sym_end] = ACTIONS(1373), - [sym_identifier] = ACTIONS(1375), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_default] = ACTIONS(1375), - [anon_sym_type] = ACTIONS(1375), - [anon_sym_as] = ACTIONS(1375), - [anon_sym_namespace] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_COMMA] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_typeof] = ACTIONS(1375), - [anon_sym_import] = ACTIONS(1375), - [anon_sym_var] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_BANG] = ACTIONS(1375), - [anon_sym_else] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_switch] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_await] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_with] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_debugger] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_throw] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_case] = ACTIONS(1375), - [anon_sym_yield] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LTtemplate_GT] = ACTIONS(1373), - [anon_sym_LT] = ACTIONS(1375), - [anon_sym_GT] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_class] = ACTIONS(1375), - [anon_sym_async] = ACTIONS(1375), - [anon_sym_function] = ACTIONS(1375), - [anon_sym_QMARK_DOT] = ACTIONS(1373), - [anon_sym_new] = ACTIONS(1375), - [anon_sym_AMP_AMP] = ACTIONS(1373), - [anon_sym_PIPE_PIPE] = ACTIONS(1373), - [anon_sym_GT_GT] = ACTIONS(1375), - [anon_sym_GT_GT_GT] = ACTIONS(1373), - [anon_sym_LT_LT] = ACTIONS(1373), - [anon_sym_AMP] = ACTIONS(1375), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_PIPE] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_PERCENT] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_QMARK_QMARK] = ACTIONS(1373), - [anon_sym_instanceof] = ACTIONS(1375), - [anon_sym_TILDE] = ACTIONS(1373), - [anon_sym_void] = ACTIONS(1375), - [anon_sym_delete] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_DASH_DASH] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [anon_sym_SQUOTE] = ACTIONS(1373), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1373), - [sym_number] = ACTIONS(1373), - [sym_this] = ACTIONS(1375), - [sym_super] = ACTIONS(1375), - [sym_true] = ACTIONS(1375), - [sym_false] = ACTIONS(1375), - [sym_null] = ACTIONS(1375), - [sym_undefined] = ACTIONS(1375), - [anon_sym_AT] = ACTIONS(1373), - [anon_sym_static] = ACTIONS(1375), - [anon_sym_readonly] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(1375), - [anon_sym_set] = ACTIONS(1375), - [anon_sym_declare] = ACTIONS(1375), - [anon_sym_public] = ACTIONS(1375), - [anon_sym_private] = ACTIONS(1375), - [anon_sym_protected] = ACTIONS(1375), - [anon_sym_override] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_any] = ACTIONS(1375), - [anon_sym_number] = ACTIONS(1375), - [anon_sym_boolean] = ACTIONS(1375), - [anon_sym_string] = ACTIONS(1375), - [anon_sym_symbol] = ACTIONS(1375), - [anon_sym_abstract] = ACTIONS(1375), - [anon_sym_satisfies] = ACTIONS(1375), - [anon_sym_interface] = ACTIONS(1375), - [anon_sym_enum] = ACTIONS(1375), - [sym__automatic_semicolon] = ACTIONS(1373), - [sym__ternary_qmark] = ACTIONS(1373), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1351), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1387), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [134] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1600), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3605), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1379), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3512), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1351), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1389), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [135] = { - [ts_builtin_sym_end] = ACTIONS(1381), - [sym_identifier] = ACTIONS(1383), - [anon_sym_export] = ACTIONS(1383), - [anon_sym_STAR] = ACTIONS(1385), - [anon_sym_default] = ACTIONS(1383), - [anon_sym_type] = ACTIONS(1383), - [anon_sym_as] = ACTIONS(1385), - [anon_sym_namespace] = ACTIONS(1383), - [anon_sym_LBRACE] = ACTIONS(1381), - [anon_sym_COMMA] = ACTIONS(1387), - [anon_sym_RBRACE] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(1383), - [anon_sym_import] = ACTIONS(1383), - [anon_sym_var] = ACTIONS(1383), - [anon_sym_let] = ACTIONS(1383), - [anon_sym_const] = ACTIONS(1383), - [anon_sym_BANG] = ACTIONS(1383), - [anon_sym_else] = ACTIONS(1383), - [anon_sym_if] = ACTIONS(1383), - [anon_sym_switch] = ACTIONS(1383), - [anon_sym_for] = ACTIONS(1383), - [anon_sym_LPAREN] = ACTIONS(1381), - [anon_sym_await] = ACTIONS(1383), - [anon_sym_in] = ACTIONS(1385), - [anon_sym_while] = ACTIONS(1383), - [anon_sym_do] = ACTIONS(1383), - [anon_sym_try] = ACTIONS(1383), - [anon_sym_with] = ACTIONS(1383), - [anon_sym_break] = ACTIONS(1383), - [anon_sym_continue] = ACTIONS(1383), - [anon_sym_debugger] = ACTIONS(1383), - [anon_sym_return] = ACTIONS(1383), - [anon_sym_throw] = ACTIONS(1383), - [anon_sym_SEMI] = ACTIONS(1381), - [anon_sym_case] = ACTIONS(1383), - [anon_sym_yield] = ACTIONS(1383), - [anon_sym_LBRACK] = ACTIONS(1381), - [anon_sym_LTtemplate_GT] = ACTIONS(1381), - [anon_sym_LT] = ACTIONS(1383), - [anon_sym_GT] = ACTIONS(1385), - [anon_sym_SLASH] = ACTIONS(1383), - [anon_sym_DOT] = ACTIONS(1385), - [anon_sym_class] = ACTIONS(1383), - [anon_sym_async] = ACTIONS(1383), - [anon_sym_function] = ACTIONS(1383), - [anon_sym_QMARK_DOT] = ACTIONS(1387), - [anon_sym_new] = ACTIONS(1383), - [anon_sym_AMP_AMP] = ACTIONS(1387), - [anon_sym_PIPE_PIPE] = ACTIONS(1387), - [anon_sym_GT_GT] = ACTIONS(1385), - [anon_sym_GT_GT_GT] = ACTIONS(1387), - [anon_sym_LT_LT] = ACTIONS(1387), - [anon_sym_AMP] = ACTIONS(1385), - [anon_sym_CARET] = ACTIONS(1387), - [anon_sym_PIPE] = ACTIONS(1385), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_PERCENT] = ACTIONS(1387), - [anon_sym_STAR_STAR] = ACTIONS(1387), - [anon_sym_LT_EQ] = ACTIONS(1387), - [anon_sym_EQ_EQ] = ACTIONS(1385), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1387), - [anon_sym_BANG_EQ] = ACTIONS(1385), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1387), - [anon_sym_GT_EQ] = ACTIONS(1387), - [anon_sym_QMARK_QMARK] = ACTIONS(1387), - [anon_sym_instanceof] = ACTIONS(1385), - [anon_sym_TILDE] = ACTIONS(1381), - [anon_sym_void] = ACTIONS(1383), - [anon_sym_delete] = ACTIONS(1383), - [anon_sym_PLUS_PLUS] = ACTIONS(1381), - [anon_sym_DASH_DASH] = ACTIONS(1381), - [anon_sym_DQUOTE] = ACTIONS(1381), - [anon_sym_SQUOTE] = ACTIONS(1381), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1381), - [sym_number] = ACTIONS(1381), - [sym_this] = ACTIONS(1383), - [sym_super] = ACTIONS(1383), - [sym_true] = ACTIONS(1383), - [sym_false] = ACTIONS(1383), - [sym_null] = ACTIONS(1383), - [sym_undefined] = ACTIONS(1383), - [anon_sym_AT] = ACTIONS(1381), - [anon_sym_static] = ACTIONS(1383), - [anon_sym_readonly] = ACTIONS(1383), - [anon_sym_get] = ACTIONS(1383), - [anon_sym_set] = ACTIONS(1383), - [anon_sym_declare] = ACTIONS(1383), - [anon_sym_public] = ACTIONS(1383), - [anon_sym_private] = ACTIONS(1383), - [anon_sym_protected] = ACTIONS(1383), - [anon_sym_override] = ACTIONS(1383), - [anon_sym_module] = ACTIONS(1383), - [anon_sym_any] = ACTIONS(1383), - [anon_sym_number] = ACTIONS(1383), - [anon_sym_boolean] = ACTIONS(1383), - [anon_sym_string] = ACTIONS(1383), - [anon_sym_symbol] = ACTIONS(1383), - [anon_sym_abstract] = ACTIONS(1383), - [anon_sym_satisfies] = ACTIONS(1385), - [anon_sym_interface] = ACTIONS(1383), - [anon_sym_enum] = ACTIONS(1383), - [sym__automatic_semicolon] = ACTIONS(1389), - [sym__ternary_qmark] = ACTIONS(1387), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1569), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3577), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3584), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1351), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1391), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [136] = { - [ts_builtin_sym_end] = ACTIONS(1391), - [sym_identifier] = ACTIONS(1393), - [anon_sym_export] = ACTIONS(1393), - [anon_sym_STAR] = ACTIONS(1395), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_type] = ACTIONS(1393), - [anon_sym_as] = ACTIONS(1395), - [anon_sym_namespace] = ACTIONS(1393), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_COMMA] = ACTIONS(1397), - [anon_sym_RBRACE] = ACTIONS(1391), - [anon_sym_typeof] = ACTIONS(1393), - [anon_sym_import] = ACTIONS(1393), - [anon_sym_var] = ACTIONS(1393), - [anon_sym_let] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_BANG] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1393), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1393), - [anon_sym_for] = ACTIONS(1393), - [anon_sym_LPAREN] = ACTIONS(1391), - [anon_sym_await] = ACTIONS(1393), - [anon_sym_in] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1393), - [anon_sym_do] = ACTIONS(1393), - [anon_sym_try] = ACTIONS(1393), - [anon_sym_with] = ACTIONS(1393), - [anon_sym_break] = ACTIONS(1393), - [anon_sym_continue] = ACTIONS(1393), - [anon_sym_debugger] = ACTIONS(1393), - [anon_sym_return] = ACTIONS(1393), - [anon_sym_throw] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_case] = ACTIONS(1393), - [anon_sym_yield] = ACTIONS(1393), - [anon_sym_LBRACK] = ACTIONS(1391), - [anon_sym_LTtemplate_GT] = ACTIONS(1391), - [anon_sym_LT] = ACTIONS(1393), - [anon_sym_GT] = ACTIONS(1395), - [anon_sym_SLASH] = ACTIONS(1393), - [anon_sym_DOT] = ACTIONS(1395), - [anon_sym_class] = ACTIONS(1393), - [anon_sym_async] = ACTIONS(1393), - [anon_sym_function] = ACTIONS(1393), - [anon_sym_QMARK_DOT] = ACTIONS(1397), - [anon_sym_new] = ACTIONS(1393), - [anon_sym_AMP_AMP] = ACTIONS(1397), - [anon_sym_PIPE_PIPE] = ACTIONS(1397), - [anon_sym_GT_GT] = ACTIONS(1395), - [anon_sym_GT_GT_GT] = ACTIONS(1397), - [anon_sym_LT_LT] = ACTIONS(1397), - [anon_sym_AMP] = ACTIONS(1395), - [anon_sym_CARET] = ACTIONS(1397), - [anon_sym_PIPE] = ACTIONS(1395), - [anon_sym_PLUS] = ACTIONS(1393), - [anon_sym_DASH] = ACTIONS(1393), - [anon_sym_PERCENT] = ACTIONS(1397), - [anon_sym_STAR_STAR] = ACTIONS(1397), - [anon_sym_LT_EQ] = ACTIONS(1397), - [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1397), - [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1397), - [anon_sym_GT_EQ] = ACTIONS(1397), - [anon_sym_QMARK_QMARK] = ACTIONS(1397), - [anon_sym_instanceof] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_void] = ACTIONS(1393), - [anon_sym_delete] = ACTIONS(1393), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1391), - [sym_number] = ACTIONS(1391), - [sym_this] = ACTIONS(1393), - [sym_super] = ACTIONS(1393), - [sym_true] = ACTIONS(1393), - [sym_false] = ACTIONS(1393), - [sym_null] = ACTIONS(1393), - [sym_undefined] = ACTIONS(1393), - [anon_sym_AT] = ACTIONS(1391), - [anon_sym_static] = ACTIONS(1393), - [anon_sym_readonly] = ACTIONS(1393), - [anon_sym_get] = ACTIONS(1393), - [anon_sym_set] = ACTIONS(1393), - [anon_sym_declare] = ACTIONS(1393), - [anon_sym_public] = ACTIONS(1393), - [anon_sym_private] = ACTIONS(1393), - [anon_sym_protected] = ACTIONS(1393), - [anon_sym_override] = ACTIONS(1393), - [anon_sym_module] = ACTIONS(1393), - [anon_sym_any] = ACTIONS(1393), - [anon_sym_number] = ACTIONS(1393), - [anon_sym_boolean] = ACTIONS(1393), - [anon_sym_string] = ACTIONS(1393), - [anon_sym_symbol] = ACTIONS(1393), - [anon_sym_abstract] = ACTIONS(1393), - [anon_sym_satisfies] = ACTIONS(1395), - [anon_sym_interface] = ACTIONS(1393), - [anon_sym_enum] = ACTIONS(1393), - [sym__automatic_semicolon] = ACTIONS(1399), - [sym__ternary_qmark] = ACTIONS(1397), + [ts_builtin_sym_end] = ACTIONS(1393), + [sym_identifier] = ACTIONS(1395), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_type] = ACTIONS(1395), + [anon_sym_EQ] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1397), + [anon_sym_namespace] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_COMMA] = ACTIONS(1401), + [anon_sym_RBRACE] = ACTIONS(1393), + [anon_sym_typeof] = ACTIONS(1395), + [anon_sym_import] = ACTIONS(1395), + [anon_sym_var] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_BANG] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1393), + [anon_sym_await] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1397), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_with] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_debugger] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_throw] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_yield] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1393), + [anon_sym_LTtemplate_GT] = ACTIONS(1393), + [anon_sym_GT] = ACTIONS(1397), + [anon_sym_DOT] = ACTIONS(1397), + [anon_sym_class] = ACTIONS(1395), + [anon_sym_async] = ACTIONS(1395), + [anon_sym_function] = ACTIONS(1395), + [anon_sym_QMARK_DOT] = ACTIONS(1401), + [anon_sym_new] = ACTIONS(1395), + [anon_sym_AMP_AMP] = ACTIONS(1401), + [anon_sym_PIPE_PIPE] = ACTIONS(1401), + [anon_sym_GT_GT] = ACTIONS(1397), + [anon_sym_GT_GT_GT] = ACTIONS(1401), + [anon_sym_LT_LT] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_CARET] = ACTIONS(1401), + [anon_sym_PIPE] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_STAR_STAR] = ACTIONS(1401), + [anon_sym_LT] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ] = ACTIONS(1397), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ] = ACTIONS(1397), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1401), + [anon_sym_GT_EQ] = ACTIONS(1401), + [anon_sym_QMARK_QMARK] = ACTIONS(1401), + [anon_sym_instanceof] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_void] = ACTIONS(1395), + [anon_sym_delete] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_DASH_DASH] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1393), + [sym_number] = ACTIONS(1393), + [sym_this] = ACTIONS(1395), + [sym_super] = ACTIONS(1395), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [sym_null] = ACTIONS(1395), + [sym_undefined] = ACTIONS(1395), + [anon_sym_AT] = ACTIONS(1393), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_readonly] = ACTIONS(1395), + [anon_sym_get] = ACTIONS(1395), + [anon_sym_set] = ACTIONS(1395), + [anon_sym_declare] = ACTIONS(1395), + [anon_sym_public] = ACTIONS(1395), + [anon_sym_private] = ACTIONS(1395), + [anon_sym_protected] = ACTIONS(1395), + [anon_sym_override] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_any] = ACTIONS(1395), + [anon_sym_number] = ACTIONS(1395), + [anon_sym_boolean] = ACTIONS(1395), + [anon_sym_string] = ACTIONS(1395), + [anon_sym_symbol] = ACTIONS(1395), + [anon_sym_abstract] = ACTIONS(1395), + [anon_sym_satisfies] = ACTIONS(1397), + [anon_sym_interface] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [sym__automatic_semicolon] = ACTIONS(1403), + [sym__ternary_qmark] = ACTIONS(1401), }, [137] = { - [ts_builtin_sym_end] = ACTIONS(1401), - [sym_identifier] = ACTIONS(1403), - [anon_sym_export] = ACTIONS(1403), - [anon_sym_STAR] = ACTIONS(1405), - [anon_sym_default] = ACTIONS(1403), - [anon_sym_type] = ACTIONS(1403), - [anon_sym_as] = ACTIONS(1405), - [anon_sym_namespace] = ACTIONS(1403), - [anon_sym_LBRACE] = ACTIONS(1401), - [anon_sym_COMMA] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1401), - [anon_sym_typeof] = ACTIONS(1403), - [anon_sym_import] = ACTIONS(1403), - [anon_sym_var] = ACTIONS(1403), - [anon_sym_let] = ACTIONS(1403), - [anon_sym_const] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_else] = ACTIONS(1403), - [anon_sym_if] = ACTIONS(1403), - [anon_sym_switch] = ACTIONS(1403), - [anon_sym_for] = ACTIONS(1403), - [anon_sym_LPAREN] = ACTIONS(1401), - [anon_sym_await] = ACTIONS(1403), - [anon_sym_in] = ACTIONS(1405), - [anon_sym_while] = ACTIONS(1403), - [anon_sym_do] = ACTIONS(1403), - [anon_sym_try] = ACTIONS(1403), - [anon_sym_with] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1403), - [anon_sym_continue] = ACTIONS(1403), - [anon_sym_debugger] = ACTIONS(1403), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_throw] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1401), - [anon_sym_case] = ACTIONS(1403), - [anon_sym_yield] = ACTIONS(1403), - [anon_sym_LBRACK] = ACTIONS(1401), - [anon_sym_LTtemplate_GT] = ACTIONS(1401), - [anon_sym_LT] = ACTIONS(1403), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_RBRACE] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1405), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1405), + [anon_sym_RBRACK] = ACTIONS(1405), + [anon_sym_LTtemplate_GT] = ACTIONS(65), [anon_sym_GT] = ACTIONS(1405), - [anon_sym_SLASH] = ACTIONS(1403), - [anon_sym_DOT] = ACTIONS(1405), - [anon_sym_class] = ACTIONS(1403), - [anon_sym_async] = ACTIONS(1403), - [anon_sym_function] = ACTIONS(1403), - [anon_sym_QMARK_DOT] = ACTIONS(1407), - [anon_sym_new] = ACTIONS(1403), - [anon_sym_AMP_AMP] = ACTIONS(1407), - [anon_sym_PIPE_PIPE] = ACTIONS(1407), - [anon_sym_GT_GT] = ACTIONS(1405), - [anon_sym_GT_GT_GT] = ACTIONS(1407), - [anon_sym_LT_LT] = ACTIONS(1407), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), [anon_sym_AMP] = ACTIONS(1405), - [anon_sym_CARET] = ACTIONS(1407), [anon_sym_PIPE] = ACTIONS(1405), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_PERCENT] = ACTIONS(1407), - [anon_sym_STAR_STAR] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_QMARK_QMARK] = ACTIONS(1407), - [anon_sym_instanceof] = ACTIONS(1405), - [anon_sym_TILDE] = ACTIONS(1401), - [anon_sym_void] = ACTIONS(1403), - [anon_sym_delete] = ACTIONS(1403), - [anon_sym_PLUS_PLUS] = ACTIONS(1401), - [anon_sym_DASH_DASH] = ACTIONS(1401), - [anon_sym_DQUOTE] = ACTIONS(1401), - [anon_sym_SQUOTE] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1401), - [sym_number] = ACTIONS(1401), - [sym_this] = ACTIONS(1403), - [sym_super] = ACTIONS(1403), - [sym_true] = ACTIONS(1403), - [sym_false] = ACTIONS(1403), - [sym_null] = ACTIONS(1403), - [sym_undefined] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1403), - [anon_sym_readonly] = ACTIONS(1403), - [anon_sym_get] = ACTIONS(1403), - [anon_sym_set] = ACTIONS(1403), - [anon_sym_declare] = ACTIONS(1403), - [anon_sym_public] = ACTIONS(1403), - [anon_sym_private] = ACTIONS(1403), - [anon_sym_protected] = ACTIONS(1403), - [anon_sym_override] = ACTIONS(1403), - [anon_sym_module] = ACTIONS(1403), - [anon_sym_any] = ACTIONS(1403), - [anon_sym_number] = ACTIONS(1403), - [anon_sym_boolean] = ACTIONS(1403), - [anon_sym_string] = ACTIONS(1403), - [anon_sym_symbol] = ACTIONS(1403), - [anon_sym_abstract] = ACTIONS(1403), - [anon_sym_satisfies] = ACTIONS(1405), - [anon_sym_interface] = ACTIONS(1403), - [anon_sym_enum] = ACTIONS(1403), - [sym__automatic_semicolon] = ACTIONS(1409), - [sym__ternary_qmark] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_QMARK] = ACTIONS(1405), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + [anon_sym_extends] = ACTIONS(1407), }, [138] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1411), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [sym_statement_block] = STATE(160), + [ts_builtin_sym_end] = ACTIONS(1379), + [sym_identifier] = ACTIONS(1381), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_default] = ACTIONS(1381), + [anon_sym_type] = ACTIONS(1381), + [anon_sym_as] = ACTIONS(1381), + [anon_sym_namespace] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_COMMA] = ACTIONS(1379), + [anon_sym_RBRACE] = ACTIONS(1379), + [anon_sym_typeof] = ACTIONS(1381), + [anon_sym_import] = ACTIONS(1381), + [anon_sym_var] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_else] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_switch] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1379), + [anon_sym_await] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_with] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_debugger] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_throw] = ACTIONS(1381), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1381), + [anon_sym_yield] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1379), + [anon_sym_LTtemplate_GT] = ACTIONS(1379), + [anon_sym_GT] = ACTIONS(1381), + [anon_sym_DOT] = ACTIONS(1381), + [anon_sym_class] = ACTIONS(1381), + [anon_sym_async] = ACTIONS(1381), + [anon_sym_function] = ACTIONS(1381), + [anon_sym_QMARK_DOT] = ACTIONS(1379), + [anon_sym_new] = ACTIONS(1381), + [anon_sym_AMP_AMP] = ACTIONS(1379), + [anon_sym_PIPE_PIPE] = ACTIONS(1379), + [anon_sym_GT_GT] = ACTIONS(1381), + [anon_sym_GT_GT_GT] = ACTIONS(1379), + [anon_sym_LT_LT] = ACTIONS(1379), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_CARET] = ACTIONS(1379), + [anon_sym_PIPE] = ACTIONS(1381), + [anon_sym_PLUS] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1381), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1379), + [anon_sym_STAR_STAR] = ACTIONS(1379), + [anon_sym_LT] = ACTIONS(1381), + [anon_sym_LT_EQ] = ACTIONS(1379), + [anon_sym_EQ_EQ] = ACTIONS(1381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1379), + [anon_sym_BANG_EQ] = ACTIONS(1381), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1379), + [anon_sym_GT_EQ] = ACTIONS(1379), + [anon_sym_QMARK_QMARK] = ACTIONS(1379), + [anon_sym_instanceof] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1379), + [anon_sym_void] = ACTIONS(1381), + [anon_sym_delete] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1379), + [anon_sym_SQUOTE] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1379), + [sym_number] = ACTIONS(1379), + [sym_this] = ACTIONS(1381), + [sym_super] = ACTIONS(1381), + [sym_true] = ACTIONS(1381), + [sym_false] = ACTIONS(1381), + [sym_null] = ACTIONS(1381), + [sym_undefined] = ACTIONS(1381), + [anon_sym_AT] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1381), + [anon_sym_readonly] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(1381), + [anon_sym_set] = ACTIONS(1381), + [anon_sym_declare] = ACTIONS(1381), + [anon_sym_public] = ACTIONS(1381), + [anon_sym_private] = ACTIONS(1381), + [anon_sym_protected] = ACTIONS(1381), + [anon_sym_override] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_any] = ACTIONS(1381), + [anon_sym_number] = ACTIONS(1381), + [anon_sym_boolean] = ACTIONS(1381), + [anon_sym_string] = ACTIONS(1381), + [anon_sym_symbol] = ACTIONS(1381), + [anon_sym_abstract] = ACTIONS(1381), + [anon_sym_satisfies] = ACTIONS(1381), + [anon_sym_interface] = ACTIONS(1381), + [anon_sym_enum] = ACTIONS(1381), + [sym__automatic_semicolon] = ACTIONS(1379), + [sym__ternary_qmark] = ACTIONS(1379), }, [139] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym__formal_parameter] = STATE(3874), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3077), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(196), - [sym_override_modifier] = STATE(204), - [sym_required_parameter] = STATE(3874), - [sym_optional_parameter] = STATE(3874), - [sym__parameter_name] = STATE(2807), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(186), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1540), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3577), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3584), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1351), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1377), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1307), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [140] = { - [ts_builtin_sym_end] = ACTIONS(1413), - [sym_identifier] = ACTIONS(1415), - [anon_sym_export] = ACTIONS(1415), - [anon_sym_STAR] = ACTIONS(1417), - [anon_sym_default] = ACTIONS(1415), - [anon_sym_type] = ACTIONS(1415), - [anon_sym_as] = ACTIONS(1417), - [anon_sym_namespace] = ACTIONS(1415), - [anon_sym_LBRACE] = ACTIONS(1413), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1413), - [anon_sym_typeof] = ACTIONS(1415), - [anon_sym_import] = ACTIONS(1415), - [anon_sym_var] = ACTIONS(1415), - [anon_sym_let] = ACTIONS(1415), - [anon_sym_const] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_else] = ACTIONS(1415), - [anon_sym_if] = ACTIONS(1415), - [anon_sym_switch] = ACTIONS(1415), - [anon_sym_for] = ACTIONS(1415), - [anon_sym_LPAREN] = ACTIONS(1413), - [anon_sym_await] = ACTIONS(1415), - [anon_sym_in] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1415), - [anon_sym_do] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1415), - [anon_sym_with] = ACTIONS(1415), - [anon_sym_break] = ACTIONS(1415), - [anon_sym_continue] = ACTIONS(1415), - [anon_sym_debugger] = ACTIONS(1415), - [anon_sym_return] = ACTIONS(1415), - [anon_sym_throw] = ACTIONS(1415), - [anon_sym_SEMI] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_yield] = ACTIONS(1415), - [anon_sym_LBRACK] = ACTIONS(1413), - [anon_sym_LTtemplate_GT] = ACTIONS(1413), - [anon_sym_LT] = ACTIONS(1415), - [anon_sym_GT] = ACTIONS(1417), - [anon_sym_SLASH] = ACTIONS(1415), - [anon_sym_DOT] = ACTIONS(1417), - [anon_sym_class] = ACTIONS(1415), - [anon_sym_async] = ACTIONS(1415), - [anon_sym_function] = ACTIONS(1415), - [anon_sym_QMARK_DOT] = ACTIONS(1419), - [anon_sym_new] = ACTIONS(1415), - [anon_sym_AMP_AMP] = ACTIONS(1419), - [anon_sym_PIPE_PIPE] = ACTIONS(1419), - [anon_sym_GT_GT] = ACTIONS(1417), - [anon_sym_GT_GT_GT] = ACTIONS(1419), - [anon_sym_LT_LT] = ACTIONS(1419), - [anon_sym_AMP] = ACTIONS(1417), - [anon_sym_CARET] = ACTIONS(1419), - [anon_sym_PIPE] = ACTIONS(1417), - [anon_sym_PLUS] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1415), - [anon_sym_PERCENT] = ACTIONS(1419), - [anon_sym_STAR_STAR] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_EQ_EQ] = ACTIONS(1417), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1417), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1419), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_QMARK_QMARK] = ACTIONS(1419), - [anon_sym_instanceof] = ACTIONS(1417), - [anon_sym_TILDE] = ACTIONS(1413), - [anon_sym_void] = ACTIONS(1415), - [anon_sym_delete] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1413), - [anon_sym_DQUOTE] = ACTIONS(1413), - [anon_sym_SQUOTE] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1413), - [sym_number] = ACTIONS(1413), - [sym_this] = ACTIONS(1415), - [sym_super] = ACTIONS(1415), - [sym_true] = ACTIONS(1415), - [sym_false] = ACTIONS(1415), - [sym_null] = ACTIONS(1415), - [sym_undefined] = ACTIONS(1415), - [anon_sym_AT] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1415), - [anon_sym_readonly] = ACTIONS(1415), - [anon_sym_get] = ACTIONS(1415), - [anon_sym_set] = ACTIONS(1415), - [anon_sym_declare] = ACTIONS(1415), - [anon_sym_public] = ACTIONS(1415), - [anon_sym_private] = ACTIONS(1415), - [anon_sym_protected] = ACTIONS(1415), - [anon_sym_override] = ACTIONS(1415), - [anon_sym_module] = ACTIONS(1415), - [anon_sym_any] = ACTIONS(1415), - [anon_sym_number] = ACTIONS(1415), - [anon_sym_boolean] = ACTIONS(1415), - [anon_sym_string] = ACTIONS(1415), - [anon_sym_symbol] = ACTIONS(1415), - [anon_sym_abstract] = ACTIONS(1415), - [anon_sym_satisfies] = ACTIONS(1417), - [anon_sym_interface] = ACTIONS(1415), - [anon_sym_enum] = ACTIONS(1415), - [sym__automatic_semicolon] = ACTIONS(1421), - [sym__ternary_qmark] = ACTIONS(1419), + [sym_import] = STATE(1852), + [sym_expression_statement] = STATE(196), + [sym_variable_declaration] = STATE(196), + [sym_lexical_declaration] = STATE(196), + [sym_empty_statement] = STATE(196), + [sym_parenthesized_expression] = STATE(1134), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(3731), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(3731), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1134), + [sym_subscript_expression] = STATE(1134), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(3731), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1134), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1355), + [anon_sym_export] = ACTIONS(1357), + [anon_sym_type] = ACTIONS(1357), + [anon_sym_namespace] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1361), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_var] = ACTIONS(1363), + [anon_sym_let] = ACTIONS(1365), + [anon_sym_const] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_SEMI] = ACTIONS(59), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(1367), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1369), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1371), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1357), + [anon_sym_readonly] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(1357), + [anon_sym_set] = ACTIONS(1357), + [anon_sym_declare] = ACTIONS(1357), + [anon_sym_public] = ACTIONS(1357), + [anon_sym_private] = ACTIONS(1357), + [anon_sym_protected] = ACTIONS(1357), + [anon_sym_override] = ACTIONS(1357), + [anon_sym_module] = ACTIONS(1357), + [anon_sym_any] = ACTIONS(1357), + [anon_sym_number] = ACTIONS(1357), + [anon_sym_boolean] = ACTIONS(1357), + [anon_sym_string] = ACTIONS(1357), + [anon_sym_symbol] = ACTIONS(1357), }, [141] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1528), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3467), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3468), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1423), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [sym_statement_block] = STATE(160), + [ts_builtin_sym_end] = ACTIONS(1379), + [sym_identifier] = ACTIONS(1381), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_default] = ACTIONS(1381), + [anon_sym_type] = ACTIONS(1381), + [anon_sym_as] = ACTIONS(1381), + [anon_sym_namespace] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_COMMA] = ACTIONS(1379), + [anon_sym_RBRACE] = ACTIONS(1379), + [anon_sym_typeof] = ACTIONS(1381), + [anon_sym_import] = ACTIONS(1381), + [anon_sym_var] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_else] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_switch] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1379), + [anon_sym_await] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_with] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_debugger] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_throw] = ACTIONS(1381), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1381), + [anon_sym_yield] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1379), + [anon_sym_LTtemplate_GT] = ACTIONS(1379), + [anon_sym_GT] = ACTIONS(1381), + [anon_sym_DOT] = ACTIONS(1409), + [anon_sym_class] = ACTIONS(1381), + [anon_sym_async] = ACTIONS(1381), + [anon_sym_function] = ACTIONS(1381), + [anon_sym_QMARK_DOT] = ACTIONS(1379), + [anon_sym_new] = ACTIONS(1381), + [anon_sym_AMP_AMP] = ACTIONS(1379), + [anon_sym_PIPE_PIPE] = ACTIONS(1379), + [anon_sym_GT_GT] = ACTIONS(1381), + [anon_sym_GT_GT_GT] = ACTIONS(1379), + [anon_sym_LT_LT] = ACTIONS(1379), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_CARET] = ACTIONS(1379), + [anon_sym_PIPE] = ACTIONS(1381), + [anon_sym_PLUS] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1381), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_PERCENT] = ACTIONS(1379), + [anon_sym_STAR_STAR] = ACTIONS(1379), + [anon_sym_LT] = ACTIONS(1381), + [anon_sym_LT_EQ] = ACTIONS(1379), + [anon_sym_EQ_EQ] = ACTIONS(1381), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1379), + [anon_sym_BANG_EQ] = ACTIONS(1381), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1379), + [anon_sym_GT_EQ] = ACTIONS(1379), + [anon_sym_QMARK_QMARK] = ACTIONS(1379), + [anon_sym_instanceof] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1379), + [anon_sym_void] = ACTIONS(1381), + [anon_sym_delete] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1379), + [anon_sym_SQUOTE] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1379), + [sym_number] = ACTIONS(1379), + [sym_this] = ACTIONS(1381), + [sym_super] = ACTIONS(1381), + [sym_true] = ACTIONS(1381), + [sym_false] = ACTIONS(1381), + [sym_null] = ACTIONS(1381), + [sym_undefined] = ACTIONS(1381), + [anon_sym_AT] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1381), + [anon_sym_readonly] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(1381), + [anon_sym_set] = ACTIONS(1381), + [anon_sym_declare] = ACTIONS(1381), + [anon_sym_public] = ACTIONS(1381), + [anon_sym_private] = ACTIONS(1381), + [anon_sym_protected] = ACTIONS(1381), + [anon_sym_override] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_any] = ACTIONS(1381), + [anon_sym_number] = ACTIONS(1381), + [anon_sym_boolean] = ACTIONS(1381), + [anon_sym_string] = ACTIONS(1381), + [anon_sym_symbol] = ACTIONS(1381), + [anon_sym_abstract] = ACTIONS(1381), + [anon_sym_satisfies] = ACTIONS(1381), + [anon_sym_interface] = ACTIONS(1381), + [anon_sym_enum] = ACTIONS(1381), + [sym__automatic_semicolon] = ACTIONS(1379), + [sym__ternary_qmark] = ACTIONS(1379), }, [142] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1528), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3467), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3468), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1425), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [ts_builtin_sym_end] = ACTIONS(1411), + [sym_identifier] = ACTIONS(1413), + [anon_sym_export] = ACTIONS(1413), + [anon_sym_STAR] = ACTIONS(1415), + [anon_sym_default] = ACTIONS(1413), + [anon_sym_type] = ACTIONS(1413), + [anon_sym_as] = ACTIONS(1415), + [anon_sym_namespace] = ACTIONS(1413), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_COMMA] = ACTIONS(1417), + [anon_sym_RBRACE] = ACTIONS(1411), + [anon_sym_typeof] = ACTIONS(1413), + [anon_sym_import] = ACTIONS(1413), + [anon_sym_var] = ACTIONS(1413), + [anon_sym_let] = ACTIONS(1413), + [anon_sym_const] = ACTIONS(1413), + [anon_sym_BANG] = ACTIONS(1413), + [anon_sym_else] = ACTIONS(1413), + [anon_sym_if] = ACTIONS(1413), + [anon_sym_switch] = ACTIONS(1413), + [anon_sym_for] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(1411), + [anon_sym_await] = ACTIONS(1413), + [anon_sym_in] = ACTIONS(1415), + [anon_sym_while] = ACTIONS(1413), + [anon_sym_do] = ACTIONS(1413), + [anon_sym_try] = ACTIONS(1413), + [anon_sym_with] = ACTIONS(1413), + [anon_sym_break] = ACTIONS(1413), + [anon_sym_continue] = ACTIONS(1413), + [anon_sym_debugger] = ACTIONS(1413), + [anon_sym_return] = ACTIONS(1413), + [anon_sym_throw] = ACTIONS(1413), + [anon_sym_SEMI] = ACTIONS(1411), + [anon_sym_case] = ACTIONS(1413), + [anon_sym_yield] = ACTIONS(1413), + [anon_sym_LBRACK] = ACTIONS(1411), + [anon_sym_LTtemplate_GT] = ACTIONS(1411), + [anon_sym_GT] = ACTIONS(1415), + [anon_sym_DOT] = ACTIONS(1415), + [anon_sym_class] = ACTIONS(1413), + [anon_sym_async] = ACTIONS(1413), + [anon_sym_function] = ACTIONS(1413), + [anon_sym_QMARK_DOT] = ACTIONS(1417), + [anon_sym_new] = ACTIONS(1413), + [anon_sym_AMP_AMP] = ACTIONS(1417), + [anon_sym_PIPE_PIPE] = ACTIONS(1417), + [anon_sym_GT_GT] = ACTIONS(1415), + [anon_sym_GT_GT_GT] = ACTIONS(1417), + [anon_sym_LT_LT] = ACTIONS(1417), + [anon_sym_AMP] = ACTIONS(1415), + [anon_sym_CARET] = ACTIONS(1417), + [anon_sym_PIPE] = ACTIONS(1415), + [anon_sym_PLUS] = ACTIONS(1413), + [anon_sym_DASH] = ACTIONS(1413), + [anon_sym_SLASH] = ACTIONS(1413), + [anon_sym_PERCENT] = ACTIONS(1417), + [anon_sym_STAR_STAR] = ACTIONS(1417), + [anon_sym_LT] = ACTIONS(1413), + [anon_sym_LT_EQ] = ACTIONS(1417), + [anon_sym_EQ_EQ] = ACTIONS(1415), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1417), + [anon_sym_BANG_EQ] = ACTIONS(1415), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1417), + [anon_sym_GT_EQ] = ACTIONS(1417), + [anon_sym_QMARK_QMARK] = ACTIONS(1417), + [anon_sym_instanceof] = ACTIONS(1415), + [anon_sym_TILDE] = ACTIONS(1411), + [anon_sym_void] = ACTIONS(1413), + [anon_sym_delete] = ACTIONS(1413), + [anon_sym_PLUS_PLUS] = ACTIONS(1411), + [anon_sym_DASH_DASH] = ACTIONS(1413), + [anon_sym_DQUOTE] = ACTIONS(1411), + [anon_sym_SQUOTE] = ACTIONS(1411), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1411), + [sym_number] = ACTIONS(1411), + [sym_this] = ACTIONS(1413), + [sym_super] = ACTIONS(1413), + [sym_true] = ACTIONS(1413), + [sym_false] = ACTIONS(1413), + [sym_null] = ACTIONS(1413), + [sym_undefined] = ACTIONS(1413), + [anon_sym_AT] = ACTIONS(1411), + [anon_sym_static] = ACTIONS(1413), + [anon_sym_readonly] = ACTIONS(1413), + [anon_sym_get] = ACTIONS(1413), + [anon_sym_set] = ACTIONS(1413), + [anon_sym_declare] = ACTIONS(1413), + [anon_sym_public] = ACTIONS(1413), + [anon_sym_private] = ACTIONS(1413), + [anon_sym_protected] = ACTIONS(1413), + [anon_sym_override] = ACTIONS(1413), + [anon_sym_module] = ACTIONS(1413), + [anon_sym_any] = ACTIONS(1413), + [anon_sym_number] = ACTIONS(1413), + [anon_sym_boolean] = ACTIONS(1413), + [anon_sym_string] = ACTIONS(1413), + [anon_sym_symbol] = ACTIONS(1413), + [anon_sym_abstract] = ACTIONS(1413), + [anon_sym_satisfies] = ACTIONS(1415), + [anon_sym_interface] = ACTIONS(1413), + [anon_sym_enum] = ACTIONS(1413), + [sym__automatic_semicolon] = ACTIONS(1419), + [sym__ternary_qmark] = ACTIONS(1417), }, [143] = { + [ts_builtin_sym_end] = ACTIONS(1421), + [sym_identifier] = ACTIONS(1423), + [anon_sym_export] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_type] = ACTIONS(1423), + [anon_sym_as] = ACTIONS(1423), + [anon_sym_namespace] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1421), + [anon_sym_COMMA] = ACTIONS(1421), + [anon_sym_RBRACE] = ACTIONS(1421), + [anon_sym_typeof] = ACTIONS(1423), + [anon_sym_import] = ACTIONS(1423), + [anon_sym_var] = ACTIONS(1423), + [anon_sym_let] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_BANG] = ACTIONS(1423), + [anon_sym_else] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_LPAREN] = ACTIONS(1421), + [anon_sym_await] = ACTIONS(1423), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_try] = ACTIONS(1423), + [anon_sym_with] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_debugger] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_throw] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1421), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_yield] = ACTIONS(1423), + [anon_sym_LBRACK] = ACTIONS(1421), + [anon_sym_LTtemplate_GT] = ACTIONS(1421), + [anon_sym_GT] = ACTIONS(1423), + [anon_sym_DOT] = ACTIONS(1423), + [anon_sym_class] = ACTIONS(1423), + [anon_sym_async] = ACTIONS(1423), + [anon_sym_function] = ACTIONS(1423), + [anon_sym_QMARK_DOT] = ACTIONS(1421), + [anon_sym_new] = ACTIONS(1423), + [anon_sym_AMP_AMP] = ACTIONS(1421), + [anon_sym_PIPE_PIPE] = ACTIONS(1421), + [anon_sym_GT_GT] = ACTIONS(1423), + [anon_sym_GT_GT_GT] = ACTIONS(1421), + [anon_sym_LT_LT] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_CARET] = ACTIONS(1421), + [anon_sym_PIPE] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_SLASH] = ACTIONS(1423), + [anon_sym_PERCENT] = ACTIONS(1421), + [anon_sym_STAR_STAR] = ACTIONS(1421), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1421), + [anon_sym_EQ_EQ] = ACTIONS(1423), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1421), + [anon_sym_BANG_EQ] = ACTIONS(1423), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1421), + [anon_sym_GT_EQ] = ACTIONS(1421), + [anon_sym_QMARK_QMARK] = ACTIONS(1421), + [anon_sym_instanceof] = ACTIONS(1423), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_void] = ACTIONS(1423), + [anon_sym_delete] = ACTIONS(1423), + [anon_sym_PLUS_PLUS] = ACTIONS(1421), + [anon_sym_DASH_DASH] = ACTIONS(1423), + [anon_sym_DQUOTE] = ACTIONS(1421), + [anon_sym_SQUOTE] = ACTIONS(1421), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1421), + [sym_number] = ACTIONS(1421), + [sym_this] = ACTIONS(1423), + [sym_super] = ACTIONS(1423), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [sym_null] = ACTIONS(1423), + [sym_undefined] = ACTIONS(1423), + [anon_sym_AT] = ACTIONS(1421), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_get] = ACTIONS(1423), + [anon_sym_set] = ACTIONS(1423), + [anon_sym_declare] = ACTIONS(1423), + [anon_sym_public] = ACTIONS(1423), + [anon_sym_private] = ACTIONS(1423), + [anon_sym_protected] = ACTIONS(1423), + [anon_sym_override] = ACTIONS(1423), + [anon_sym_module] = ACTIONS(1423), + [anon_sym_any] = ACTIONS(1423), + [anon_sym_number] = ACTIONS(1423), + [anon_sym_boolean] = ACTIONS(1423), + [anon_sym_string] = ACTIONS(1423), + [anon_sym_symbol] = ACTIONS(1423), + [anon_sym_abstract] = ACTIONS(1423), + [anon_sym_satisfies] = ACTIONS(1423), + [anon_sym_interface] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [sym__automatic_semicolon] = ACTIONS(1421), + [sym__ternary_qmark] = ACTIONS(1421), + }, + [144] = { + [ts_builtin_sym_end] = ACTIONS(1393), + [sym_identifier] = ACTIONS(1395), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_type] = ACTIONS(1395), + [anon_sym_as] = ACTIONS(1395), + [anon_sym_namespace] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_COMMA] = ACTIONS(1393), + [anon_sym_RBRACE] = ACTIONS(1393), + [anon_sym_typeof] = ACTIONS(1395), + [anon_sym_import] = ACTIONS(1395), + [anon_sym_var] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_BANG] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1393), + [anon_sym_await] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_with] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_debugger] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_throw] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_yield] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1393), + [anon_sym_LTtemplate_GT] = ACTIONS(1393), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_class] = ACTIONS(1395), + [anon_sym_async] = ACTIONS(1395), + [anon_sym_function] = ACTIONS(1395), + [anon_sym_QMARK_DOT] = ACTIONS(1393), + [anon_sym_new] = ACTIONS(1395), + [anon_sym_AMP_AMP] = ACTIONS(1393), + [anon_sym_PIPE_PIPE] = ACTIONS(1393), + [anon_sym_GT_GT] = ACTIONS(1395), + [anon_sym_GT_GT_GT] = ACTIONS(1393), + [anon_sym_LT_LT] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1393), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_PERCENT] = ACTIONS(1393), + [anon_sym_STAR_STAR] = ACTIONS(1393), + [anon_sym_LT] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1393), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1393), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1393), + [anon_sym_GT_EQ] = ACTIONS(1393), + [anon_sym_QMARK_QMARK] = ACTIONS(1393), + [anon_sym_instanceof] = ACTIONS(1395), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_void] = ACTIONS(1395), + [anon_sym_delete] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_DASH_DASH] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1393), + [sym_number] = ACTIONS(1393), + [sym_this] = ACTIONS(1395), + [sym_super] = ACTIONS(1395), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [sym_null] = ACTIONS(1395), + [sym_undefined] = ACTIONS(1395), + [anon_sym_AT] = ACTIONS(1393), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_readonly] = ACTIONS(1395), + [anon_sym_get] = ACTIONS(1395), + [anon_sym_set] = ACTIONS(1395), + [anon_sym_declare] = ACTIONS(1395), + [anon_sym_public] = ACTIONS(1395), + [anon_sym_private] = ACTIONS(1395), + [anon_sym_protected] = ACTIONS(1395), + [anon_sym_override] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_any] = ACTIONS(1395), + [anon_sym_number] = ACTIONS(1395), + [anon_sym_boolean] = ACTIONS(1395), + [anon_sym_string] = ACTIONS(1395), + [anon_sym_symbol] = ACTIONS(1395), + [anon_sym_abstract] = ACTIONS(1395), + [anon_sym_satisfies] = ACTIONS(1395), + [anon_sym_interface] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [sym__automatic_semicolon] = ACTIONS(1425), + [sym__ternary_qmark] = ACTIONS(1393), + }, + [145] = { [ts_builtin_sym_end] = ACTIONS(1427), [sym_identifier] = ACTIONS(1429), [anon_sym_export] = ACTIONS(1429), - [anon_sym_STAR] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1431), [anon_sym_default] = ACTIONS(1429), [anon_sym_type] = ACTIONS(1429), - [anon_sym_as] = ACTIONS(1429), + [anon_sym_as] = ACTIONS(1431), [anon_sym_namespace] = ACTIONS(1429), [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_COMMA] = ACTIONS(1427), + [anon_sym_COMMA] = ACTIONS(1433), [anon_sym_RBRACE] = ACTIONS(1427), [anon_sym_typeof] = ACTIONS(1429), [anon_sym_import] = ACTIONS(1429), @@ -34732,7 +35667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(1429), [anon_sym_LPAREN] = ACTIONS(1427), [anon_sym_await] = ACTIONS(1429), - [anon_sym_in] = ACTIONS(1429), + [anon_sym_in] = ACTIONS(1431), [anon_sym_while] = ACTIONS(1429), [anon_sym_do] = ACTIONS(1429), [anon_sym_try] = ACTIONS(1429), @@ -34747,40 +35682,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(1429), [anon_sym_LBRACK] = ACTIONS(1427), [anon_sym_LTtemplate_GT] = ACTIONS(1427), - [anon_sym_LT] = ACTIONS(1429), - [anon_sym_GT] = ACTIONS(1429), - [anon_sym_SLASH] = ACTIONS(1429), - [anon_sym_DOT] = ACTIONS(1429), + [anon_sym_GT] = ACTIONS(1431), + [anon_sym_DOT] = ACTIONS(1431), [anon_sym_class] = ACTIONS(1429), [anon_sym_async] = ACTIONS(1429), [anon_sym_function] = ACTIONS(1429), - [anon_sym_QMARK_DOT] = ACTIONS(1427), + [anon_sym_QMARK_DOT] = ACTIONS(1433), [anon_sym_new] = ACTIONS(1429), - [anon_sym_AMP_AMP] = ACTIONS(1427), - [anon_sym_PIPE_PIPE] = ACTIONS(1427), - [anon_sym_GT_GT] = ACTIONS(1429), - [anon_sym_GT_GT_GT] = ACTIONS(1427), - [anon_sym_LT_LT] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1429), - [anon_sym_CARET] = ACTIONS(1427), - [anon_sym_PIPE] = ACTIONS(1429), + [anon_sym_AMP_AMP] = ACTIONS(1433), + [anon_sym_PIPE_PIPE] = ACTIONS(1433), + [anon_sym_GT_GT] = ACTIONS(1431), + [anon_sym_GT_GT_GT] = ACTIONS(1433), + [anon_sym_LT_LT] = ACTIONS(1433), + [anon_sym_AMP] = ACTIONS(1431), + [anon_sym_CARET] = ACTIONS(1433), + [anon_sym_PIPE] = ACTIONS(1431), [anon_sym_PLUS] = ACTIONS(1429), [anon_sym_DASH] = ACTIONS(1429), - [anon_sym_PERCENT] = ACTIONS(1427), - [anon_sym_STAR_STAR] = ACTIONS(1427), - [anon_sym_LT_EQ] = ACTIONS(1427), - [anon_sym_EQ_EQ] = ACTIONS(1429), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1427), - [anon_sym_BANG_EQ] = ACTIONS(1429), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1427), - [anon_sym_GT_EQ] = ACTIONS(1427), - [anon_sym_QMARK_QMARK] = ACTIONS(1427), - [anon_sym_instanceof] = ACTIONS(1429), + [anon_sym_SLASH] = ACTIONS(1429), + [anon_sym_PERCENT] = ACTIONS(1433), + [anon_sym_STAR_STAR] = ACTIONS(1433), + [anon_sym_LT] = ACTIONS(1429), + [anon_sym_LT_EQ] = ACTIONS(1433), + [anon_sym_EQ_EQ] = ACTIONS(1431), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1433), + [anon_sym_BANG_EQ] = ACTIONS(1431), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1433), + [anon_sym_GT_EQ] = ACTIONS(1433), + [anon_sym_QMARK_QMARK] = ACTIONS(1433), + [anon_sym_instanceof] = ACTIONS(1431), [anon_sym_TILDE] = ACTIONS(1427), [anon_sym_void] = ACTIONS(1429), [anon_sym_delete] = ACTIONS(1429), [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_DASH_DASH] = ACTIONS(1427), + [anon_sym_DASH_DASH] = ACTIONS(1429), [anon_sym_DQUOTE] = ACTIONS(1427), [anon_sym_SQUOTE] = ACTIONS(1427), [sym_comment] = ACTIONS(3), @@ -34809,204 +35744,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_string] = ACTIONS(1429), [anon_sym_symbol] = ACTIONS(1429), [anon_sym_abstract] = ACTIONS(1429), - [anon_sym_satisfies] = ACTIONS(1429), + [anon_sym_satisfies] = ACTIONS(1431), [anon_sym_interface] = ACTIONS(1429), [anon_sym_enum] = ACTIONS(1429), - [sym__automatic_semicolon] = ACTIONS(1427), - [sym__ternary_qmark] = ACTIONS(1427), + [sym__automatic_semicolon] = ACTIONS(1435), + [sym__ternary_qmark] = ACTIONS(1433), }, - [144] = { - [ts_builtin_sym_end] = ACTIONS(1431), - [sym_identifier] = ACTIONS(1433), - [anon_sym_export] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_type] = ACTIONS(1433), - [anon_sym_as] = ACTIONS(1435), - [anon_sym_namespace] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1431), + [146] = { + [ts_builtin_sym_end] = ACTIONS(1437), + [sym_identifier] = ACTIONS(1439), + [anon_sym_export] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_type] = ACTIONS(1439), + [anon_sym_as] = ACTIONS(1439), + [anon_sym_namespace] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1437), [anon_sym_COMMA] = ACTIONS(1437), - [anon_sym_RBRACE] = ACTIONS(1431), - [anon_sym_typeof] = ACTIONS(1433), - [anon_sym_import] = ACTIONS(1433), - [anon_sym_var] = ACTIONS(1433), - [anon_sym_let] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_BANG] = ACTIONS(1433), - [anon_sym_else] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_await] = ACTIONS(1433), - [anon_sym_in] = ACTIONS(1435), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_try] = ACTIONS(1433), - [anon_sym_with] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_debugger] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_throw] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_yield] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LTtemplate_GT] = ACTIONS(1431), - [anon_sym_LT] = ACTIONS(1433), - [anon_sym_GT] = ACTIONS(1435), - [anon_sym_SLASH] = ACTIONS(1433), - [anon_sym_DOT] = ACTIONS(1435), - [anon_sym_class] = ACTIONS(1433), - [anon_sym_async] = ACTIONS(1433), - [anon_sym_function] = ACTIONS(1433), + [anon_sym_RBRACE] = ACTIONS(1437), + [anon_sym_typeof] = ACTIONS(1439), + [anon_sym_import] = ACTIONS(1439), + [anon_sym_var] = ACTIONS(1439), + [anon_sym_let] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_BANG] = ACTIONS(1439), + [anon_sym_else] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_LPAREN] = ACTIONS(1437), + [anon_sym_await] = ACTIONS(1439), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_try] = ACTIONS(1439), + [anon_sym_with] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_debugger] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_throw] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_yield] = ACTIONS(1439), + [anon_sym_LBRACK] = ACTIONS(1437), + [anon_sym_LTtemplate_GT] = ACTIONS(1437), + [anon_sym_GT] = ACTIONS(1439), + [anon_sym_DOT] = ACTIONS(1439), + [anon_sym_class] = ACTIONS(1439), + [anon_sym_async] = ACTIONS(1439), + [anon_sym_function] = ACTIONS(1439), [anon_sym_QMARK_DOT] = ACTIONS(1437), - [anon_sym_new] = ACTIONS(1433), + [anon_sym_new] = ACTIONS(1439), [anon_sym_AMP_AMP] = ACTIONS(1437), [anon_sym_PIPE_PIPE] = ACTIONS(1437), - [anon_sym_GT_GT] = ACTIONS(1435), + [anon_sym_GT_GT] = ACTIONS(1439), [anon_sym_GT_GT_GT] = ACTIONS(1437), [anon_sym_LT_LT] = ACTIONS(1437), - [anon_sym_AMP] = ACTIONS(1435), + [anon_sym_AMP] = ACTIONS(1439), [anon_sym_CARET] = ACTIONS(1437), - [anon_sym_PIPE] = ACTIONS(1435), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_DASH] = ACTIONS(1433), + [anon_sym_PIPE] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_SLASH] = ACTIONS(1439), [anon_sym_PERCENT] = ACTIONS(1437), [anon_sym_STAR_STAR] = ACTIONS(1437), + [anon_sym_LT] = ACTIONS(1439), [anon_sym_LT_EQ] = ACTIONS(1437), - [anon_sym_EQ_EQ] = ACTIONS(1435), + [anon_sym_EQ_EQ] = ACTIONS(1439), [anon_sym_EQ_EQ_EQ] = ACTIONS(1437), - [anon_sym_BANG_EQ] = ACTIONS(1435), + [anon_sym_BANG_EQ] = ACTIONS(1439), [anon_sym_BANG_EQ_EQ] = ACTIONS(1437), [anon_sym_GT_EQ] = ACTIONS(1437), [anon_sym_QMARK_QMARK] = ACTIONS(1437), - [anon_sym_instanceof] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1431), - [anon_sym_void] = ACTIONS(1433), - [anon_sym_delete] = ACTIONS(1433), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_DASH_DASH] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [anon_sym_SQUOTE] = ACTIONS(1431), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1431), - [sym_number] = ACTIONS(1431), - [sym_this] = ACTIONS(1433), - [sym_super] = ACTIONS(1433), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [sym_null] = ACTIONS(1433), - [sym_undefined] = ACTIONS(1433), - [anon_sym_AT] = ACTIONS(1431), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_get] = ACTIONS(1433), - [anon_sym_set] = ACTIONS(1433), - [anon_sym_declare] = ACTIONS(1433), - [anon_sym_public] = ACTIONS(1433), - [anon_sym_private] = ACTIONS(1433), - [anon_sym_protected] = ACTIONS(1433), - [anon_sym_override] = ACTIONS(1433), - [anon_sym_module] = ACTIONS(1433), - [anon_sym_any] = ACTIONS(1433), - [anon_sym_number] = ACTIONS(1433), - [anon_sym_boolean] = ACTIONS(1433), - [anon_sym_string] = ACTIONS(1433), - [anon_sym_symbol] = ACTIONS(1433), - [anon_sym_abstract] = ACTIONS(1433), - [anon_sym_satisfies] = ACTIONS(1435), - [anon_sym_interface] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [sym__automatic_semicolon] = ACTIONS(1439), + [anon_sym_instanceof] = ACTIONS(1439), + [anon_sym_TILDE] = ACTIONS(1437), + [anon_sym_void] = ACTIONS(1439), + [anon_sym_delete] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1437), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_DQUOTE] = ACTIONS(1437), + [anon_sym_SQUOTE] = ACTIONS(1437), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1437), + [sym_number] = ACTIONS(1437), + [sym_this] = ACTIONS(1439), + [sym_super] = ACTIONS(1439), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [sym_null] = ACTIONS(1439), + [sym_undefined] = ACTIONS(1439), + [anon_sym_AT] = ACTIONS(1437), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_get] = ACTIONS(1439), + [anon_sym_set] = ACTIONS(1439), + [anon_sym_declare] = ACTIONS(1439), + [anon_sym_public] = ACTIONS(1439), + [anon_sym_private] = ACTIONS(1439), + [anon_sym_protected] = ACTIONS(1439), + [anon_sym_override] = ACTIONS(1439), + [anon_sym_module] = ACTIONS(1439), + [anon_sym_any] = ACTIONS(1439), + [anon_sym_number] = ACTIONS(1439), + [anon_sym_boolean] = ACTIONS(1439), + [anon_sym_string] = ACTIONS(1439), + [anon_sym_symbol] = ACTIONS(1439), + [anon_sym_abstract] = ACTIONS(1439), + [anon_sym_satisfies] = ACTIONS(1439), + [anon_sym_interface] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [sym__automatic_semicolon] = ACTIONS(1437), [sym__ternary_qmark] = ACTIONS(1437), }, - [145] = { - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), + [147] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1878), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(3533), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(3533), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1171), + [sym_subscript_expression] = STATE(1171), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(3533), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1171), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_mapped_type_clause] = STATE(4010), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1441), [anon_sym_export] = ACTIONS(1443), - [anon_sym_STAR] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), [anon_sym_type] = ACTIONS(1443), - [anon_sym_as] = ACTIONS(1443), - [anon_sym_namespace] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_typeof] = ACTIONS(1443), - [anon_sym_import] = ACTIONS(1443), - [anon_sym_var] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1443), - [anon_sym_else] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_switch] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_await] = ACTIONS(1443), - [anon_sym_in] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_do] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [anon_sym_with] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_debugger] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_throw] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LTtemplate_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_GT] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_DOT] = ACTIONS(1443), - [anon_sym_class] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_function] = ACTIONS(1443), - [anon_sym_QMARK_DOT] = ACTIONS(1441), - [anon_sym_new] = ACTIONS(1443), - [anon_sym_AMP_AMP] = ACTIONS(1441), - [anon_sym_PIPE_PIPE] = ACTIONS(1441), - [anon_sym_GT_GT] = ACTIONS(1443), - [anon_sym_GT_GT_GT] = ACTIONS(1441), - [anon_sym_LT_LT] = ACTIONS(1441), - [anon_sym_AMP] = ACTIONS(1443), - [anon_sym_CARET] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), - [anon_sym_PERCENT] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_QMARK_QMARK] = ACTIONS(1441), - [anon_sym_instanceof] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1441), - [anon_sym_void] = ACTIONS(1443), - [anon_sym_delete] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1441), - [sym_number] = ACTIONS(1441), - [sym_this] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_true] = ACTIONS(1443), - [sym_false] = ACTIONS(1443), - [sym_null] = ACTIONS(1443), - [sym_undefined] = ACTIONS(1443), - [anon_sym_AT] = ACTIONS(1441), + [anon_sym_namespace] = ACTIONS(1445), + [anon_sym_LBRACE] = ACTIONS(1447), + [anon_sym_COMMA] = ACTIONS(1449), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1451), + [anon_sym_RBRACK] = ACTIONS(1453), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1455), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1457), + [anon_sym_AT] = ACTIONS(95), [anon_sym_static] = ACTIONS(1443), [anon_sym_readonly] = ACTIONS(1443), [anon_sym_get] = ACTIONS(1443), @@ -35022,1940 +35963,1506 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(1443), [anon_sym_string] = ACTIONS(1443), [anon_sym_symbol] = ACTIONS(1443), - [anon_sym_abstract] = ACTIONS(1443), - [anon_sym_satisfies] = ACTIONS(1443), - [anon_sym_interface] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), - [sym__automatic_semicolon] = ACTIONS(1441), - [sym__ternary_qmark] = ACTIONS(1441), }, - [146] = { - [sym_import] = STATE(1864), - [sym_expression_statement] = STATE(199), - [sym_variable_declaration] = STATE(199), - [sym_lexical_declaration] = STATE(199), - [sym_empty_statement] = STATE(199), - [sym_parenthesized_expression] = STATE(1123), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(3554), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(3554), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1123), - [sym_subscript_expression] = STATE(1123), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(3554), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1123), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1445), - [anon_sym_export] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_namespace] = ACTIONS(1449), - [anon_sym_LBRACE] = ACTIONS(1451), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_var] = ACTIONS(1453), - [anon_sym_let] = ACTIONS(1455), - [anon_sym_const] = ACTIONS(1455), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(1457), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1459), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), + [148] = { + [ts_builtin_sym_end] = ACTIONS(1459), + [sym_identifier] = ACTIONS(1461), + [anon_sym_export] = ACTIONS(1461), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_default] = ACTIONS(1461), + [anon_sym_type] = ACTIONS(1461), + [anon_sym_as] = ACTIONS(1461), + [anon_sym_namespace] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(1459), + [anon_sym_COMMA] = ACTIONS(1459), + [anon_sym_RBRACE] = ACTIONS(1459), + [anon_sym_typeof] = ACTIONS(1461), + [anon_sym_import] = ACTIONS(1461), + [anon_sym_var] = ACTIONS(1461), + [anon_sym_let] = ACTIONS(1461), + [anon_sym_const] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_else] = ACTIONS(1461), + [anon_sym_if] = ACTIONS(1461), + [anon_sym_switch] = ACTIONS(1461), + [anon_sym_for] = ACTIONS(1461), + [anon_sym_LPAREN] = ACTIONS(1459), + [anon_sym_await] = ACTIONS(1461), + [anon_sym_in] = ACTIONS(1461), + [anon_sym_while] = ACTIONS(1461), + [anon_sym_do] = ACTIONS(1461), + [anon_sym_try] = ACTIONS(1461), + [anon_sym_with] = ACTIONS(1461), + [anon_sym_break] = ACTIONS(1461), + [anon_sym_continue] = ACTIONS(1461), + [anon_sym_debugger] = ACTIONS(1461), + [anon_sym_return] = ACTIONS(1461), + [anon_sym_throw] = ACTIONS(1461), + [anon_sym_SEMI] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1461), + [anon_sym_yield] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1459), + [anon_sym_LTtemplate_GT] = ACTIONS(1459), + [anon_sym_GT] = ACTIONS(1461), + [anon_sym_DOT] = ACTIONS(1461), + [anon_sym_class] = ACTIONS(1461), + [anon_sym_async] = ACTIONS(1461), + [anon_sym_function] = ACTIONS(1461), + [anon_sym_QMARK_DOT] = ACTIONS(1459), + [anon_sym_new] = ACTIONS(1461), + [anon_sym_AMP_AMP] = ACTIONS(1459), + [anon_sym_PIPE_PIPE] = ACTIONS(1459), + [anon_sym_GT_GT] = ACTIONS(1461), + [anon_sym_GT_GT_GT] = ACTIONS(1459), + [anon_sym_LT_LT] = ACTIONS(1459), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_PIPE] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1461), + [anon_sym_SLASH] = ACTIONS(1461), + [anon_sym_PERCENT] = ACTIONS(1459), + [anon_sym_STAR_STAR] = ACTIONS(1459), + [anon_sym_LT] = ACTIONS(1461), + [anon_sym_LT_EQ] = ACTIONS(1459), + [anon_sym_EQ_EQ] = ACTIONS(1461), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1459), + [anon_sym_BANG_EQ] = ACTIONS(1461), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1459), + [anon_sym_GT_EQ] = ACTIONS(1459), + [anon_sym_QMARK_QMARK] = ACTIONS(1459), + [anon_sym_instanceof] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1459), + [anon_sym_void] = ACTIONS(1461), + [anon_sym_delete] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1459), + [anon_sym_SQUOTE] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1459), + [sym_number] = ACTIONS(1459), + [sym_this] = ACTIONS(1461), + [sym_super] = ACTIONS(1461), + [sym_true] = ACTIONS(1461), + [sym_false] = ACTIONS(1461), + [sym_null] = ACTIONS(1461), [sym_undefined] = ACTIONS(1461), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_readonly] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1447), - [anon_sym_set] = ACTIONS(1447), - [anon_sym_declare] = ACTIONS(1447), - [anon_sym_public] = ACTIONS(1447), - [anon_sym_private] = ACTIONS(1447), - [anon_sym_protected] = ACTIONS(1447), - [anon_sym_override] = ACTIONS(1447), - [anon_sym_module] = ACTIONS(1447), - [anon_sym_any] = ACTIONS(1447), - [anon_sym_number] = ACTIONS(1447), - [anon_sym_boolean] = ACTIONS(1447), - [anon_sym_string] = ACTIONS(1447), - [anon_sym_symbol] = ACTIONS(1447), + [anon_sym_AT] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1461), + [anon_sym_readonly] = ACTIONS(1461), + [anon_sym_get] = ACTIONS(1461), + [anon_sym_set] = ACTIONS(1461), + [anon_sym_declare] = ACTIONS(1461), + [anon_sym_public] = ACTIONS(1461), + [anon_sym_private] = ACTIONS(1461), + [anon_sym_protected] = ACTIONS(1461), + [anon_sym_override] = ACTIONS(1461), + [anon_sym_module] = ACTIONS(1461), + [anon_sym_any] = ACTIONS(1461), + [anon_sym_number] = ACTIONS(1461), + [anon_sym_boolean] = ACTIONS(1461), + [anon_sym_string] = ACTIONS(1461), + [anon_sym_symbol] = ACTIONS(1461), + [anon_sym_abstract] = ACTIONS(1461), + [anon_sym_satisfies] = ACTIONS(1461), + [anon_sym_interface] = ACTIONS(1461), + [anon_sym_enum] = ACTIONS(1461), + [sym__automatic_semicolon] = ACTIONS(1459), + [sym__ternary_qmark] = ACTIONS(1459), }, - [147] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1463), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), - }, - [148] = { - [ts_builtin_sym_end] = ACTIONS(1465), - [sym_identifier] = ACTIONS(1467), - [anon_sym_export] = ACTIONS(1467), + [149] = { + [ts_builtin_sym_end] = ACTIONS(1463), + [sym_identifier] = ACTIONS(1465), + [anon_sym_export] = ACTIONS(1465), [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_default] = ACTIONS(1467), - [anon_sym_type] = ACTIONS(1467), + [anon_sym_default] = ACTIONS(1465), + [anon_sym_type] = ACTIONS(1465), [anon_sym_as] = ACTIONS(1467), - [anon_sym_namespace] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_COMMA] = ACTIONS(1465), - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_typeof] = ACTIONS(1467), - [anon_sym_import] = ACTIONS(1467), - [anon_sym_var] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_BANG] = ACTIONS(1467), - [anon_sym_else] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_switch] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_await] = ACTIONS(1467), + [anon_sym_namespace] = ACTIONS(1465), + [anon_sym_LBRACE] = ACTIONS(1463), + [anon_sym_COMMA] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(1463), + [anon_sym_typeof] = ACTIONS(1465), + [anon_sym_import] = ACTIONS(1465), + [anon_sym_var] = ACTIONS(1465), + [anon_sym_let] = ACTIONS(1465), + [anon_sym_const] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_else] = ACTIONS(1465), + [anon_sym_if] = ACTIONS(1465), + [anon_sym_switch] = ACTIONS(1465), + [anon_sym_for] = ACTIONS(1465), + [anon_sym_LPAREN] = ACTIONS(1463), + [anon_sym_await] = ACTIONS(1465), [anon_sym_in] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_with] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_debugger] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_throw] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1465), - [anon_sym_case] = ACTIONS(1467), - [anon_sym_yield] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LTtemplate_GT] = ACTIONS(1465), - [anon_sym_LT] = ACTIONS(1467), + [anon_sym_while] = ACTIONS(1465), + [anon_sym_do] = ACTIONS(1465), + [anon_sym_try] = ACTIONS(1465), + [anon_sym_with] = ACTIONS(1465), + [anon_sym_break] = ACTIONS(1465), + [anon_sym_continue] = ACTIONS(1465), + [anon_sym_debugger] = ACTIONS(1465), + [anon_sym_return] = ACTIONS(1465), + [anon_sym_throw] = ACTIONS(1465), + [anon_sym_SEMI] = ACTIONS(1463), + [anon_sym_case] = ACTIONS(1465), + [anon_sym_yield] = ACTIONS(1465), + [anon_sym_LBRACK] = ACTIONS(1463), + [anon_sym_LTtemplate_GT] = ACTIONS(1463), [anon_sym_GT] = ACTIONS(1467), - [anon_sym_SLASH] = ACTIONS(1467), [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_class] = ACTIONS(1467), - [anon_sym_async] = ACTIONS(1467), - [anon_sym_function] = ACTIONS(1467), - [anon_sym_QMARK_DOT] = ACTIONS(1465), - [anon_sym_new] = ACTIONS(1467), - [anon_sym_AMP_AMP] = ACTIONS(1465), - [anon_sym_PIPE_PIPE] = ACTIONS(1465), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_async] = ACTIONS(1465), + [anon_sym_function] = ACTIONS(1465), + [anon_sym_QMARK_DOT] = ACTIONS(1469), + [anon_sym_new] = ACTIONS(1465), + [anon_sym_AMP_AMP] = ACTIONS(1469), + [anon_sym_PIPE_PIPE] = ACTIONS(1469), [anon_sym_GT_GT] = ACTIONS(1467), - [anon_sym_GT_GT_GT] = ACTIONS(1465), - [anon_sym_LT_LT] = ACTIONS(1465), + [anon_sym_GT_GT_GT] = ACTIONS(1469), + [anon_sym_LT_LT] = ACTIONS(1469), [anon_sym_AMP] = ACTIONS(1467), - [anon_sym_CARET] = ACTIONS(1465), + [anon_sym_CARET] = ACTIONS(1469), [anon_sym_PIPE] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_PERCENT] = ACTIONS(1465), - [anon_sym_STAR_STAR] = ACTIONS(1465), - [anon_sym_LT_EQ] = ACTIONS(1465), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_SLASH] = ACTIONS(1465), + [anon_sym_PERCENT] = ACTIONS(1469), + [anon_sym_STAR_STAR] = ACTIONS(1469), + [anon_sym_LT] = ACTIONS(1465), + [anon_sym_LT_EQ] = ACTIONS(1469), [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1465), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1469), [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1465), - [anon_sym_GT_EQ] = ACTIONS(1465), - [anon_sym_QMARK_QMARK] = ACTIONS(1465), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1469), + [anon_sym_GT_EQ] = ACTIONS(1469), + [anon_sym_QMARK_QMARK] = ACTIONS(1469), [anon_sym_instanceof] = ACTIONS(1467), - [anon_sym_TILDE] = ACTIONS(1465), - [anon_sym_void] = ACTIONS(1467), - [anon_sym_delete] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1465), + [anon_sym_TILDE] = ACTIONS(1463), + [anon_sym_void] = ACTIONS(1465), + [anon_sym_delete] = ACTIONS(1465), + [anon_sym_PLUS_PLUS] = ACTIONS(1463), [anon_sym_DASH_DASH] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [anon_sym_SQUOTE] = ACTIONS(1465), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1465), - [sym_number] = ACTIONS(1465), - [sym_this] = ACTIONS(1467), - [sym_super] = ACTIONS(1467), - [sym_true] = ACTIONS(1467), - [sym_false] = ACTIONS(1467), - [sym_null] = ACTIONS(1467), - [sym_undefined] = ACTIONS(1467), - [anon_sym_AT] = ACTIONS(1465), - [anon_sym_static] = ACTIONS(1467), - [anon_sym_readonly] = ACTIONS(1467), - [anon_sym_get] = ACTIONS(1467), - [anon_sym_set] = ACTIONS(1467), - [anon_sym_declare] = ACTIONS(1467), - [anon_sym_public] = ACTIONS(1467), - [anon_sym_private] = ACTIONS(1467), - [anon_sym_protected] = ACTIONS(1467), - [anon_sym_override] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_any] = ACTIONS(1467), - [anon_sym_number] = ACTIONS(1467), - [anon_sym_boolean] = ACTIONS(1467), - [anon_sym_string] = ACTIONS(1467), - [anon_sym_symbol] = ACTIONS(1467), - [anon_sym_abstract] = ACTIONS(1467), + [anon_sym_DQUOTE] = ACTIONS(1463), + [anon_sym_SQUOTE] = ACTIONS(1463), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1463), + [sym_number] = ACTIONS(1463), + [sym_this] = ACTIONS(1465), + [sym_super] = ACTIONS(1465), + [sym_true] = ACTIONS(1465), + [sym_false] = ACTIONS(1465), + [sym_null] = ACTIONS(1465), + [sym_undefined] = ACTIONS(1465), + [anon_sym_AT] = ACTIONS(1463), + [anon_sym_static] = ACTIONS(1465), + [anon_sym_readonly] = ACTIONS(1465), + [anon_sym_get] = ACTIONS(1465), + [anon_sym_set] = ACTIONS(1465), + [anon_sym_declare] = ACTIONS(1465), + [anon_sym_public] = ACTIONS(1465), + [anon_sym_private] = ACTIONS(1465), + [anon_sym_protected] = ACTIONS(1465), + [anon_sym_override] = ACTIONS(1465), + [anon_sym_module] = ACTIONS(1465), + [anon_sym_any] = ACTIONS(1465), + [anon_sym_number] = ACTIONS(1465), + [anon_sym_boolean] = ACTIONS(1465), + [anon_sym_string] = ACTIONS(1465), + [anon_sym_symbol] = ACTIONS(1465), + [anon_sym_abstract] = ACTIONS(1465), [anon_sym_satisfies] = ACTIONS(1467), - [anon_sym_interface] = ACTIONS(1467), - [anon_sym_enum] = ACTIONS(1467), - [sym__automatic_semicolon] = ACTIONS(1465), - [sym__ternary_qmark] = ACTIONS(1465), - }, - [149] = { - [ts_builtin_sym_end] = ACTIONS(1469), - [sym_identifier] = ACTIONS(1471), - [anon_sym_export] = ACTIONS(1471), - [anon_sym_STAR] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1471), - [anon_sym_type] = ACTIONS(1471), - [anon_sym_as] = ACTIONS(1473), - [anon_sym_namespace] = ACTIONS(1471), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_COMMA] = ACTIONS(1475), - [anon_sym_RBRACE] = ACTIONS(1469), - [anon_sym_typeof] = ACTIONS(1471), - [anon_sym_import] = ACTIONS(1471), - [anon_sym_var] = ACTIONS(1471), - [anon_sym_let] = ACTIONS(1471), - [anon_sym_const] = ACTIONS(1471), - [anon_sym_BANG] = ACTIONS(1471), - [anon_sym_else] = ACTIONS(1471), - [anon_sym_if] = ACTIONS(1471), - [anon_sym_switch] = ACTIONS(1471), - [anon_sym_for] = ACTIONS(1471), - [anon_sym_LPAREN] = ACTIONS(1469), - [anon_sym_await] = ACTIONS(1471), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1471), - [anon_sym_do] = ACTIONS(1471), - [anon_sym_try] = ACTIONS(1471), - [anon_sym_with] = ACTIONS(1471), - [anon_sym_break] = ACTIONS(1471), - [anon_sym_continue] = ACTIONS(1471), - [anon_sym_debugger] = ACTIONS(1471), - [anon_sym_return] = ACTIONS(1471), - [anon_sym_throw] = ACTIONS(1471), - [anon_sym_SEMI] = ACTIONS(1469), - [anon_sym_case] = ACTIONS(1471), - [anon_sym_yield] = ACTIONS(1471), - [anon_sym_LBRACK] = ACTIONS(1469), - [anon_sym_LTtemplate_GT] = ACTIONS(1469), - [anon_sym_LT] = ACTIONS(1471), - [anon_sym_GT] = ACTIONS(1473), - [anon_sym_SLASH] = ACTIONS(1471), - [anon_sym_DOT] = ACTIONS(1473), - [anon_sym_class] = ACTIONS(1471), - [anon_sym_async] = ACTIONS(1471), - [anon_sym_function] = ACTIONS(1471), - [anon_sym_QMARK_DOT] = ACTIONS(1475), - [anon_sym_new] = ACTIONS(1471), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE_PIPE] = ACTIONS(1475), - [anon_sym_GT_GT] = ACTIONS(1473), - [anon_sym_GT_GT_GT] = ACTIONS(1475), - [anon_sym_LT_LT] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1473), - [anon_sym_CARET] = ACTIONS(1475), - [anon_sym_PIPE] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_PERCENT] = ACTIONS(1475), - [anon_sym_STAR_STAR] = ACTIONS(1475), - [anon_sym_LT_EQ] = ACTIONS(1475), - [anon_sym_EQ_EQ] = ACTIONS(1473), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1475), - [anon_sym_BANG_EQ] = ACTIONS(1473), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1475), - [anon_sym_GT_EQ] = ACTIONS(1475), - [anon_sym_QMARK_QMARK] = ACTIONS(1475), - [anon_sym_instanceof] = ACTIONS(1473), - [anon_sym_TILDE] = ACTIONS(1469), - [anon_sym_void] = ACTIONS(1471), - [anon_sym_delete] = ACTIONS(1471), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_DASH_DASH] = ACTIONS(1469), - [anon_sym_DQUOTE] = ACTIONS(1469), - [anon_sym_SQUOTE] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1469), - [sym_number] = ACTIONS(1469), - [sym_this] = ACTIONS(1471), - [sym_super] = ACTIONS(1471), - [sym_true] = ACTIONS(1471), - [sym_false] = ACTIONS(1471), - [sym_null] = ACTIONS(1471), - [sym_undefined] = ACTIONS(1471), - [anon_sym_AT] = ACTIONS(1469), - [anon_sym_static] = ACTIONS(1471), - [anon_sym_readonly] = ACTIONS(1471), - [anon_sym_get] = ACTIONS(1471), - [anon_sym_set] = ACTIONS(1471), - [anon_sym_declare] = ACTIONS(1471), - [anon_sym_public] = ACTIONS(1471), - [anon_sym_private] = ACTIONS(1471), - [anon_sym_protected] = ACTIONS(1471), - [anon_sym_override] = ACTIONS(1471), - [anon_sym_module] = ACTIONS(1471), - [anon_sym_any] = ACTIONS(1471), - [anon_sym_number] = ACTIONS(1471), - [anon_sym_boolean] = ACTIONS(1471), - [anon_sym_string] = ACTIONS(1471), - [anon_sym_symbol] = ACTIONS(1471), - [anon_sym_abstract] = ACTIONS(1471), - [anon_sym_satisfies] = ACTIONS(1473), - [anon_sym_interface] = ACTIONS(1471), - [anon_sym_enum] = ACTIONS(1471), - [sym__automatic_semicolon] = ACTIONS(1477), - [sym__ternary_qmark] = ACTIONS(1475), + [anon_sym_interface] = ACTIONS(1465), + [anon_sym_enum] = ACTIONS(1465), + [sym__automatic_semicolon] = ACTIONS(1471), + [sym__ternary_qmark] = ACTIONS(1469), }, [150] = { - [sym_import] = STATE(1864), - [sym_expression_statement] = STATE(194), - [sym_variable_declaration] = STATE(194), - [sym_lexical_declaration] = STATE(194), - [sym_empty_statement] = STATE(194), - [sym_parenthesized_expression] = STATE(1123), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(3554), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(3554), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1123), - [sym_subscript_expression] = STATE(1123), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(3554), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1123), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1445), - [anon_sym_export] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_namespace] = ACTIONS(1449), - [anon_sym_LBRACE] = ACTIONS(1451), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_var] = ACTIONS(1453), - [anon_sym_let] = ACTIONS(1455), - [anon_sym_const] = ACTIONS(1455), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(1457), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1459), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1461), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_readonly] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1447), - [anon_sym_set] = ACTIONS(1447), - [anon_sym_declare] = ACTIONS(1447), - [anon_sym_public] = ACTIONS(1447), - [anon_sym_private] = ACTIONS(1447), - [anon_sym_protected] = ACTIONS(1447), - [anon_sym_override] = ACTIONS(1447), - [anon_sym_module] = ACTIONS(1447), - [anon_sym_any] = ACTIONS(1447), - [anon_sym_number] = ACTIONS(1447), - [anon_sym_boolean] = ACTIONS(1447), - [anon_sym_string] = ACTIONS(1447), - [anon_sym_symbol] = ACTIONS(1447), + [ts_builtin_sym_end] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1475), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_type] = ACTIONS(1475), + [anon_sym_as] = ACTIONS(1475), + [anon_sym_namespace] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_COMMA] = ACTIONS(1473), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_typeof] = ACTIONS(1475), + [anon_sym_import] = ACTIONS(1475), + [anon_sym_var] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_else] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_switch] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1473), + [anon_sym_await] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_with] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_debugger] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_throw] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_case] = ACTIONS(1475), + [anon_sym_yield] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1473), + [anon_sym_LTtemplate_GT] = ACTIONS(1473), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_class] = ACTIONS(1475), + [anon_sym_async] = ACTIONS(1475), + [anon_sym_function] = ACTIONS(1475), + [anon_sym_QMARK_DOT] = ACTIONS(1473), + [anon_sym_new] = ACTIONS(1475), + [anon_sym_AMP_AMP] = ACTIONS(1473), + [anon_sym_PIPE_PIPE] = ACTIONS(1473), + [anon_sym_GT_GT] = ACTIONS(1475), + [anon_sym_GT_GT_GT] = ACTIONS(1473), + [anon_sym_LT_LT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1473), + [anon_sym_PIPE] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_PERCENT] = ACTIONS(1473), + [anon_sym_STAR_STAR] = ACTIONS(1473), + [anon_sym_LT] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1473), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1473), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1473), + [anon_sym_GT_EQ] = ACTIONS(1473), + [anon_sym_QMARK_QMARK] = ACTIONS(1473), + [anon_sym_instanceof] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_void] = ACTIONS(1475), + [anon_sym_delete] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_DASH_DASH] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1473), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1473), + [sym_number] = ACTIONS(1473), + [sym_this] = ACTIONS(1475), + [sym_super] = ACTIONS(1475), + [sym_true] = ACTIONS(1475), + [sym_false] = ACTIONS(1475), + [sym_null] = ACTIONS(1475), + [sym_undefined] = ACTIONS(1475), + [anon_sym_AT] = ACTIONS(1473), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_readonly] = ACTIONS(1475), + [anon_sym_get] = ACTIONS(1475), + [anon_sym_set] = ACTIONS(1475), + [anon_sym_declare] = ACTIONS(1475), + [anon_sym_public] = ACTIONS(1475), + [anon_sym_private] = ACTIONS(1475), + [anon_sym_protected] = ACTIONS(1475), + [anon_sym_override] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_any] = ACTIONS(1475), + [anon_sym_number] = ACTIONS(1475), + [anon_sym_boolean] = ACTIONS(1475), + [anon_sym_string] = ACTIONS(1475), + [anon_sym_symbol] = ACTIONS(1475), + [anon_sym_abstract] = ACTIONS(1475), + [anon_sym_satisfies] = ACTIONS(1475), + [anon_sym_interface] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), + [sym__automatic_semicolon] = ACTIONS(1473), + [sym__ternary_qmark] = ACTIONS(1473), }, [151] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1568), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3467), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3468), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1423), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [ts_builtin_sym_end] = ACTIONS(1477), + [sym_identifier] = ACTIONS(1479), + [anon_sym_export] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_type] = ACTIONS(1479), + [anon_sym_as] = ACTIONS(1479), + [anon_sym_namespace] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_typeof] = ACTIONS(1479), + [anon_sym_import] = ACTIONS(1479), + [anon_sym_var] = ACTIONS(1479), + [anon_sym_let] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_BANG] = ACTIONS(1479), + [anon_sym_else] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_await] = ACTIONS(1479), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_try] = ACTIONS(1479), + [anon_sym_with] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_debugger] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_throw] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1477), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_yield] = ACTIONS(1479), + [anon_sym_LBRACK] = ACTIONS(1477), + [anon_sym_LTtemplate_GT] = ACTIONS(1477), + [anon_sym_GT] = ACTIONS(1479), + [anon_sym_DOT] = ACTIONS(1479), + [anon_sym_class] = ACTIONS(1479), + [anon_sym_async] = ACTIONS(1479), + [anon_sym_function] = ACTIONS(1479), + [anon_sym_QMARK_DOT] = ACTIONS(1477), + [anon_sym_new] = ACTIONS(1479), + [anon_sym_AMP_AMP] = ACTIONS(1477), + [anon_sym_PIPE_PIPE] = ACTIONS(1477), + [anon_sym_GT_GT] = ACTIONS(1479), + [anon_sym_GT_GT_GT] = ACTIONS(1477), + [anon_sym_LT_LT] = ACTIONS(1477), + [anon_sym_AMP] = ACTIONS(1479), + [anon_sym_CARET] = ACTIONS(1477), + [anon_sym_PIPE] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_PERCENT] = ACTIONS(1477), + [anon_sym_STAR_STAR] = ACTIONS(1477), + [anon_sym_LT] = ACTIONS(1479), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym_EQ_EQ] = ACTIONS(1479), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1479), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1477), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_QMARK_QMARK] = ACTIONS(1477), + [anon_sym_instanceof] = ACTIONS(1479), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_void] = ACTIONS(1479), + [anon_sym_delete] = ACTIONS(1479), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_DASH_DASH] = ACTIONS(1479), + [anon_sym_DQUOTE] = ACTIONS(1477), + [anon_sym_SQUOTE] = ACTIONS(1477), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1477), + [sym_number] = ACTIONS(1477), + [sym_this] = ACTIONS(1479), + [sym_super] = ACTIONS(1479), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [sym_null] = ACTIONS(1479), + [sym_undefined] = ACTIONS(1479), + [anon_sym_AT] = ACTIONS(1477), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_get] = ACTIONS(1479), + [anon_sym_set] = ACTIONS(1479), + [anon_sym_declare] = ACTIONS(1479), + [anon_sym_public] = ACTIONS(1479), + [anon_sym_private] = ACTIONS(1479), + [anon_sym_protected] = ACTIONS(1479), + [anon_sym_override] = ACTIONS(1479), + [anon_sym_module] = ACTIONS(1479), + [anon_sym_any] = ACTIONS(1479), + [anon_sym_number] = ACTIONS(1479), + [anon_sym_boolean] = ACTIONS(1479), + [anon_sym_string] = ACTIONS(1479), + [anon_sym_symbol] = ACTIONS(1479), + [anon_sym_abstract] = ACTIONS(1479), + [anon_sym_satisfies] = ACTIONS(1479), + [anon_sym_interface] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [sym__automatic_semicolon] = ACTIONS(1477), + [sym__ternary_qmark] = ACTIONS(1477), }, [152] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1479), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [ts_builtin_sym_end] = ACTIONS(1481), + [sym_identifier] = ACTIONS(1483), + [anon_sym_export] = ACTIONS(1483), + [anon_sym_STAR] = ACTIONS(1483), + [anon_sym_default] = ACTIONS(1483), + [anon_sym_type] = ACTIONS(1483), + [anon_sym_as] = ACTIONS(1483), + [anon_sym_namespace] = ACTIONS(1483), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_COMMA] = ACTIONS(1481), + [anon_sym_RBRACE] = ACTIONS(1481), + [anon_sym_typeof] = ACTIONS(1483), + [anon_sym_import] = ACTIONS(1483), + [anon_sym_var] = ACTIONS(1483), + [anon_sym_let] = ACTIONS(1483), + [anon_sym_const] = ACTIONS(1483), + [anon_sym_BANG] = ACTIONS(1483), + [anon_sym_else] = ACTIONS(1483), + [anon_sym_if] = ACTIONS(1483), + [anon_sym_switch] = ACTIONS(1483), + [anon_sym_for] = ACTIONS(1483), + [anon_sym_LPAREN] = ACTIONS(1481), + [anon_sym_await] = ACTIONS(1483), + [anon_sym_in] = ACTIONS(1483), + [anon_sym_while] = ACTIONS(1483), + [anon_sym_do] = ACTIONS(1483), + [anon_sym_try] = ACTIONS(1483), + [anon_sym_with] = ACTIONS(1483), + [anon_sym_break] = ACTIONS(1483), + [anon_sym_continue] = ACTIONS(1483), + [anon_sym_debugger] = ACTIONS(1483), + [anon_sym_return] = ACTIONS(1483), + [anon_sym_throw] = ACTIONS(1483), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_case] = ACTIONS(1483), + [anon_sym_yield] = ACTIONS(1483), + [anon_sym_LBRACK] = ACTIONS(1481), + [anon_sym_LTtemplate_GT] = ACTIONS(1481), + [anon_sym_GT] = ACTIONS(1483), + [anon_sym_DOT] = ACTIONS(1483), + [anon_sym_class] = ACTIONS(1483), + [anon_sym_async] = ACTIONS(1483), + [anon_sym_function] = ACTIONS(1483), + [anon_sym_QMARK_DOT] = ACTIONS(1481), + [anon_sym_new] = ACTIONS(1483), + [anon_sym_AMP_AMP] = ACTIONS(1481), + [anon_sym_PIPE_PIPE] = ACTIONS(1481), + [anon_sym_GT_GT] = ACTIONS(1483), + [anon_sym_GT_GT_GT] = ACTIONS(1481), + [anon_sym_LT_LT] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1483), + [anon_sym_CARET] = ACTIONS(1481), + [anon_sym_PIPE] = ACTIONS(1483), + [anon_sym_PLUS] = ACTIONS(1483), + [anon_sym_DASH] = ACTIONS(1483), + [anon_sym_SLASH] = ACTIONS(1483), + [anon_sym_PERCENT] = ACTIONS(1481), + [anon_sym_STAR_STAR] = ACTIONS(1481), + [anon_sym_LT] = ACTIONS(1483), + [anon_sym_LT_EQ] = ACTIONS(1481), + [anon_sym_EQ_EQ] = ACTIONS(1483), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1481), + [anon_sym_BANG_EQ] = ACTIONS(1483), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1481), + [anon_sym_GT_EQ] = ACTIONS(1481), + [anon_sym_QMARK_QMARK] = ACTIONS(1481), + [anon_sym_instanceof] = ACTIONS(1483), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_void] = ACTIONS(1483), + [anon_sym_delete] = ACTIONS(1483), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_DASH_DASH] = ACTIONS(1483), + [anon_sym_DQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1481), + [sym_number] = ACTIONS(1481), + [sym_this] = ACTIONS(1483), + [sym_super] = ACTIONS(1483), + [sym_true] = ACTIONS(1483), + [sym_false] = ACTIONS(1483), + [sym_null] = ACTIONS(1483), + [sym_undefined] = ACTIONS(1483), + [anon_sym_AT] = ACTIONS(1481), + [anon_sym_static] = ACTIONS(1483), + [anon_sym_readonly] = ACTIONS(1483), + [anon_sym_get] = ACTIONS(1483), + [anon_sym_set] = ACTIONS(1483), + [anon_sym_declare] = ACTIONS(1483), + [anon_sym_public] = ACTIONS(1483), + [anon_sym_private] = ACTIONS(1483), + [anon_sym_protected] = ACTIONS(1483), + [anon_sym_override] = ACTIONS(1483), + [anon_sym_module] = ACTIONS(1483), + [anon_sym_any] = ACTIONS(1483), + [anon_sym_number] = ACTIONS(1483), + [anon_sym_boolean] = ACTIONS(1483), + [anon_sym_string] = ACTIONS(1483), + [anon_sym_symbol] = ACTIONS(1483), + [anon_sym_abstract] = ACTIONS(1483), + [anon_sym_satisfies] = ACTIONS(1483), + [anon_sym_interface] = ACTIONS(1483), + [anon_sym_enum] = ACTIONS(1483), + [sym__automatic_semicolon] = ACTIONS(1481), + [sym__ternary_qmark] = ACTIONS(1481), }, [153] = { - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1443), - [anon_sym_STAR] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), - [anon_sym_type] = ACTIONS(1443), - [anon_sym_as] = ACTIONS(1443), - [anon_sym_namespace] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_typeof] = ACTIONS(1443), - [anon_sym_import] = ACTIONS(1443), - [anon_sym_var] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1443), - [anon_sym_else] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_switch] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_await] = ACTIONS(1443), - [anon_sym_in] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_do] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [anon_sym_with] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_debugger] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_throw] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LTtemplate_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_GT] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_DOT] = ACTIONS(1443), - [anon_sym_class] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_function] = ACTIONS(1443), - [anon_sym_QMARK_DOT] = ACTIONS(1441), - [anon_sym_new] = ACTIONS(1443), - [anon_sym_AMP_AMP] = ACTIONS(1441), - [anon_sym_PIPE_PIPE] = ACTIONS(1441), - [anon_sym_GT_GT] = ACTIONS(1443), - [anon_sym_GT_GT_GT] = ACTIONS(1441), - [anon_sym_LT_LT] = ACTIONS(1441), - [anon_sym_AMP] = ACTIONS(1443), - [anon_sym_CARET] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), - [anon_sym_PERCENT] = ACTIONS(1441), - [anon_sym_STAR_STAR] = ACTIONS(1441), - [anon_sym_LT_EQ] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1441), - [anon_sym_BANG_EQ] = ACTIONS(1443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1441), - [anon_sym_QMARK_QMARK] = ACTIONS(1441), - [anon_sym_instanceof] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1441), - [anon_sym_void] = ACTIONS(1443), - [anon_sym_delete] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1441), - [sym_number] = ACTIONS(1441), - [sym_this] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_true] = ACTIONS(1443), - [sym_false] = ACTIONS(1443), - [sym_null] = ACTIONS(1443), - [sym_undefined] = ACTIONS(1443), - [anon_sym_AT] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1443), - [anon_sym_readonly] = ACTIONS(1443), - [anon_sym_get] = ACTIONS(1443), - [anon_sym_set] = ACTIONS(1443), - [anon_sym_declare] = ACTIONS(1443), - [anon_sym_public] = ACTIONS(1443), - [anon_sym_private] = ACTIONS(1443), - [anon_sym_protected] = ACTIONS(1443), - [anon_sym_override] = ACTIONS(1443), - [anon_sym_module] = ACTIONS(1443), - [anon_sym_any] = ACTIONS(1443), - [anon_sym_number] = ACTIONS(1443), - [anon_sym_boolean] = ACTIONS(1443), - [anon_sym_string] = ACTIONS(1443), - [anon_sym_symbol] = ACTIONS(1443), - [anon_sym_abstract] = ACTIONS(1443), - [anon_sym_satisfies] = ACTIONS(1443), - [anon_sym_interface] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), - [sym__automatic_semicolon] = ACTIONS(1481), - [sym__ternary_qmark] = ACTIONS(1441), + [ts_builtin_sym_end] = ACTIONS(1485), + [sym_identifier] = ACTIONS(1487), + [anon_sym_export] = ACTIONS(1487), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_default] = ACTIONS(1487), + [anon_sym_type] = ACTIONS(1487), + [anon_sym_as] = ACTIONS(1489), + [anon_sym_namespace] = ACTIONS(1487), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_COMMA] = ACTIONS(1491), + [anon_sym_RBRACE] = ACTIONS(1485), + [anon_sym_typeof] = ACTIONS(1487), + [anon_sym_import] = ACTIONS(1487), + [anon_sym_var] = ACTIONS(1487), + [anon_sym_let] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_BANG] = ACTIONS(1487), + [anon_sym_else] = ACTIONS(1487), + [anon_sym_if] = ACTIONS(1487), + [anon_sym_switch] = ACTIONS(1487), + [anon_sym_for] = ACTIONS(1487), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_await] = ACTIONS(1487), + [anon_sym_in] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1487), + [anon_sym_do] = ACTIONS(1487), + [anon_sym_try] = ACTIONS(1487), + [anon_sym_with] = ACTIONS(1487), + [anon_sym_break] = ACTIONS(1487), + [anon_sym_continue] = ACTIONS(1487), + [anon_sym_debugger] = ACTIONS(1487), + [anon_sym_return] = ACTIONS(1487), + [anon_sym_throw] = ACTIONS(1487), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_case] = ACTIONS(1487), + [anon_sym_yield] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1485), + [anon_sym_LTtemplate_GT] = ACTIONS(1485), + [anon_sym_GT] = ACTIONS(1489), + [anon_sym_DOT] = ACTIONS(1489), + [anon_sym_class] = ACTIONS(1487), + [anon_sym_async] = ACTIONS(1487), + [anon_sym_function] = ACTIONS(1487), + [anon_sym_QMARK_DOT] = ACTIONS(1491), + [anon_sym_new] = ACTIONS(1487), + [anon_sym_AMP_AMP] = ACTIONS(1491), + [anon_sym_PIPE_PIPE] = ACTIONS(1491), + [anon_sym_GT_GT] = ACTIONS(1489), + [anon_sym_GT_GT_GT] = ACTIONS(1491), + [anon_sym_LT_LT] = ACTIONS(1491), + [anon_sym_AMP] = ACTIONS(1489), + [anon_sym_CARET] = ACTIONS(1491), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_PLUS] = ACTIONS(1487), + [anon_sym_DASH] = ACTIONS(1487), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_PERCENT] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_LT] = ACTIONS(1487), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_QMARK_QMARK] = ACTIONS(1491), + [anon_sym_instanceof] = ACTIONS(1489), + [anon_sym_TILDE] = ACTIONS(1485), + [anon_sym_void] = ACTIONS(1487), + [anon_sym_delete] = ACTIONS(1487), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_DASH_DASH] = ACTIONS(1487), + [anon_sym_DQUOTE] = ACTIONS(1485), + [anon_sym_SQUOTE] = ACTIONS(1485), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1485), + [sym_number] = ACTIONS(1485), + [sym_this] = ACTIONS(1487), + [sym_super] = ACTIONS(1487), + [sym_true] = ACTIONS(1487), + [sym_false] = ACTIONS(1487), + [sym_null] = ACTIONS(1487), + [sym_undefined] = ACTIONS(1487), + [anon_sym_AT] = ACTIONS(1485), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_get] = ACTIONS(1487), + [anon_sym_set] = ACTIONS(1487), + [anon_sym_declare] = ACTIONS(1487), + [anon_sym_public] = ACTIONS(1487), + [anon_sym_private] = ACTIONS(1487), + [anon_sym_protected] = ACTIONS(1487), + [anon_sym_override] = ACTIONS(1487), + [anon_sym_module] = ACTIONS(1487), + [anon_sym_any] = ACTIONS(1487), + [anon_sym_number] = ACTIONS(1487), + [anon_sym_boolean] = ACTIONS(1487), + [anon_sym_string] = ACTIONS(1487), + [anon_sym_symbol] = ACTIONS(1487), + [anon_sym_abstract] = ACTIONS(1487), + [anon_sym_satisfies] = ACTIONS(1489), + [anon_sym_interface] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [sym__automatic_semicolon] = ACTIONS(1493), + [sym__ternary_qmark] = ACTIONS(1491), }, [154] = { - [ts_builtin_sym_end] = ACTIONS(1483), - [sym_identifier] = ACTIONS(1485), - [anon_sym_export] = ACTIONS(1485), - [anon_sym_STAR] = ACTIONS(1487), - [anon_sym_default] = ACTIONS(1485), - [anon_sym_type] = ACTIONS(1485), - [anon_sym_as] = ACTIONS(1487), - [anon_sym_namespace] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1483), - [anon_sym_COMMA] = ACTIONS(1489), - [anon_sym_RBRACE] = ACTIONS(1483), - [anon_sym_typeof] = ACTIONS(1485), - [anon_sym_import] = ACTIONS(1485), - [anon_sym_var] = ACTIONS(1485), - [anon_sym_let] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_BANG] = ACTIONS(1485), - [anon_sym_else] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_switch] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_LPAREN] = ACTIONS(1483), - [anon_sym_await] = ACTIONS(1485), - [anon_sym_in] = ACTIONS(1487), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_try] = ACTIONS(1485), - [anon_sym_with] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_debugger] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_throw] = ACTIONS(1485), - [anon_sym_SEMI] = ACTIONS(1483), - [anon_sym_case] = ACTIONS(1485), - [anon_sym_yield] = ACTIONS(1485), - [anon_sym_LBRACK] = ACTIONS(1483), - [anon_sym_LTtemplate_GT] = ACTIONS(1483), - [anon_sym_LT] = ACTIONS(1485), - [anon_sym_GT] = ACTIONS(1487), - [anon_sym_SLASH] = ACTIONS(1485), - [anon_sym_DOT] = ACTIONS(1487), - [anon_sym_class] = ACTIONS(1485), - [anon_sym_async] = ACTIONS(1485), - [anon_sym_function] = ACTIONS(1485), - [anon_sym_QMARK_DOT] = ACTIONS(1489), - [anon_sym_new] = ACTIONS(1485), - [anon_sym_AMP_AMP] = ACTIONS(1489), - [anon_sym_PIPE_PIPE] = ACTIONS(1489), - [anon_sym_GT_GT] = ACTIONS(1487), - [anon_sym_GT_GT_GT] = ACTIONS(1489), - [anon_sym_LT_LT] = ACTIONS(1489), - [anon_sym_AMP] = ACTIONS(1487), - [anon_sym_CARET] = ACTIONS(1489), - [anon_sym_PIPE] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1485), - [anon_sym_DASH] = ACTIONS(1485), - [anon_sym_PERCENT] = ACTIONS(1489), - [anon_sym_STAR_STAR] = ACTIONS(1489), - [anon_sym_LT_EQ] = ACTIONS(1489), - [anon_sym_EQ_EQ] = ACTIONS(1487), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1489), - [anon_sym_BANG_EQ] = ACTIONS(1487), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1489), - [anon_sym_GT_EQ] = ACTIONS(1489), - [anon_sym_QMARK_QMARK] = ACTIONS(1489), - [anon_sym_instanceof] = ACTIONS(1487), - [anon_sym_TILDE] = ACTIONS(1483), - [anon_sym_void] = ACTIONS(1485), - [anon_sym_delete] = ACTIONS(1485), - [anon_sym_PLUS_PLUS] = ACTIONS(1483), - [anon_sym_DASH_DASH] = ACTIONS(1483), - [anon_sym_DQUOTE] = ACTIONS(1483), - [anon_sym_SQUOTE] = ACTIONS(1483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1483), - [sym_number] = ACTIONS(1483), - [sym_this] = ACTIONS(1485), - [sym_super] = ACTIONS(1485), - [sym_true] = ACTIONS(1485), - [sym_false] = ACTIONS(1485), - [sym_null] = ACTIONS(1485), - [sym_undefined] = ACTIONS(1485), - [anon_sym_AT] = ACTIONS(1483), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_get] = ACTIONS(1485), - [anon_sym_set] = ACTIONS(1485), - [anon_sym_declare] = ACTIONS(1485), - [anon_sym_public] = ACTIONS(1485), - [anon_sym_private] = ACTIONS(1485), - [anon_sym_protected] = ACTIONS(1485), - [anon_sym_override] = ACTIONS(1485), - [anon_sym_module] = ACTIONS(1485), - [anon_sym_any] = ACTIONS(1485), - [anon_sym_number] = ACTIONS(1485), - [anon_sym_boolean] = ACTIONS(1485), - [anon_sym_string] = ACTIONS(1485), - [anon_sym_symbol] = ACTIONS(1485), - [anon_sym_abstract] = ACTIONS(1485), - [anon_sym_satisfies] = ACTIONS(1487), - [anon_sym_interface] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [sym__automatic_semicolon] = ACTIONS(1491), - [sym__ternary_qmark] = ACTIONS(1489), + [ts_builtin_sym_end] = ACTIONS(1459), + [sym_identifier] = ACTIONS(1461), + [anon_sym_export] = ACTIONS(1461), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_default] = ACTIONS(1461), + [anon_sym_type] = ACTIONS(1461), + [anon_sym_as] = ACTIONS(1461), + [anon_sym_namespace] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(1459), + [anon_sym_COMMA] = ACTIONS(1459), + [anon_sym_RBRACE] = ACTIONS(1459), + [anon_sym_typeof] = ACTIONS(1461), + [anon_sym_import] = ACTIONS(1461), + [anon_sym_var] = ACTIONS(1461), + [anon_sym_let] = ACTIONS(1461), + [anon_sym_const] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_else] = ACTIONS(1461), + [anon_sym_if] = ACTIONS(1461), + [anon_sym_switch] = ACTIONS(1461), + [anon_sym_for] = ACTIONS(1461), + [anon_sym_LPAREN] = ACTIONS(1459), + [anon_sym_await] = ACTIONS(1461), + [anon_sym_in] = ACTIONS(1461), + [anon_sym_while] = ACTIONS(1461), + [anon_sym_do] = ACTIONS(1461), + [anon_sym_try] = ACTIONS(1461), + [anon_sym_with] = ACTIONS(1461), + [anon_sym_break] = ACTIONS(1461), + [anon_sym_continue] = ACTIONS(1461), + [anon_sym_debugger] = ACTIONS(1461), + [anon_sym_return] = ACTIONS(1461), + [anon_sym_throw] = ACTIONS(1461), + [anon_sym_SEMI] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1461), + [anon_sym_yield] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1459), + [anon_sym_LTtemplate_GT] = ACTIONS(1459), + [anon_sym_GT] = ACTIONS(1461), + [anon_sym_DOT] = ACTIONS(1461), + [anon_sym_class] = ACTIONS(1461), + [anon_sym_async] = ACTIONS(1461), + [anon_sym_function] = ACTIONS(1461), + [anon_sym_QMARK_DOT] = ACTIONS(1459), + [anon_sym_new] = ACTIONS(1461), + [anon_sym_AMP_AMP] = ACTIONS(1459), + [anon_sym_PIPE_PIPE] = ACTIONS(1459), + [anon_sym_GT_GT] = ACTIONS(1461), + [anon_sym_GT_GT_GT] = ACTIONS(1459), + [anon_sym_LT_LT] = ACTIONS(1459), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_PIPE] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1461), + [anon_sym_SLASH] = ACTIONS(1461), + [anon_sym_PERCENT] = ACTIONS(1459), + [anon_sym_STAR_STAR] = ACTIONS(1459), + [anon_sym_LT] = ACTIONS(1461), + [anon_sym_LT_EQ] = ACTIONS(1459), + [anon_sym_EQ_EQ] = ACTIONS(1461), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1459), + [anon_sym_BANG_EQ] = ACTIONS(1461), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1459), + [anon_sym_GT_EQ] = ACTIONS(1459), + [anon_sym_QMARK_QMARK] = ACTIONS(1459), + [anon_sym_instanceof] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1459), + [anon_sym_void] = ACTIONS(1461), + [anon_sym_delete] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1459), + [anon_sym_SQUOTE] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1459), + [sym_number] = ACTIONS(1459), + [sym_this] = ACTIONS(1461), + [sym_super] = ACTIONS(1461), + [sym_true] = ACTIONS(1461), + [sym_false] = ACTIONS(1461), + [sym_null] = ACTIONS(1461), + [sym_undefined] = ACTIONS(1461), + [anon_sym_AT] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1461), + [anon_sym_readonly] = ACTIONS(1461), + [anon_sym_get] = ACTIONS(1461), + [anon_sym_set] = ACTIONS(1461), + [anon_sym_declare] = ACTIONS(1461), + [anon_sym_public] = ACTIONS(1461), + [anon_sym_private] = ACTIONS(1461), + [anon_sym_protected] = ACTIONS(1461), + [anon_sym_override] = ACTIONS(1461), + [anon_sym_module] = ACTIONS(1461), + [anon_sym_any] = ACTIONS(1461), + [anon_sym_number] = ACTIONS(1461), + [anon_sym_boolean] = ACTIONS(1461), + [anon_sym_string] = ACTIONS(1461), + [anon_sym_symbol] = ACTIONS(1461), + [anon_sym_abstract] = ACTIONS(1461), + [anon_sym_satisfies] = ACTIONS(1461), + [anon_sym_interface] = ACTIONS(1461), + [anon_sym_enum] = ACTIONS(1461), + [sym__automatic_semicolon] = ACTIONS(1495), + [sym__ternary_qmark] = ACTIONS(1459), }, [155] = { - [ts_builtin_sym_end] = ACTIONS(1311), - [sym_identifier] = ACTIONS(1313), - [anon_sym_export] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(1313), - [anon_sym_default] = ACTIONS(1313), - [anon_sym_type] = ACTIONS(1313), - [anon_sym_as] = ACTIONS(1313), - [anon_sym_namespace] = ACTIONS(1313), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_COMMA] = ACTIONS(1311), - [anon_sym_RBRACE] = ACTIONS(1311), - [anon_sym_typeof] = ACTIONS(1313), - [anon_sym_import] = ACTIONS(1313), - [anon_sym_var] = ACTIONS(1313), - [anon_sym_let] = ACTIONS(1313), - [anon_sym_const] = ACTIONS(1313), - [anon_sym_BANG] = ACTIONS(1313), - [anon_sym_else] = ACTIONS(1313), - [anon_sym_if] = ACTIONS(1313), - [anon_sym_switch] = ACTIONS(1313), - [anon_sym_for] = ACTIONS(1313), - [anon_sym_LPAREN] = ACTIONS(1311), - [anon_sym_await] = ACTIONS(1313), - [anon_sym_in] = ACTIONS(1313), - [anon_sym_while] = ACTIONS(1313), - [anon_sym_do] = ACTIONS(1313), - [anon_sym_try] = ACTIONS(1313), - [anon_sym_with] = ACTIONS(1313), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1313), - [anon_sym_debugger] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1313), - [anon_sym_throw] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1311), - [anon_sym_case] = ACTIONS(1313), - [anon_sym_yield] = ACTIONS(1313), - [anon_sym_LBRACK] = ACTIONS(1311), - [anon_sym_LTtemplate_GT] = ACTIONS(1311), - [anon_sym_LT] = ACTIONS(1313), - [anon_sym_GT] = ACTIONS(1313), - [anon_sym_SLASH] = ACTIONS(1313), - [anon_sym_DOT] = ACTIONS(1313), - [anon_sym_class] = ACTIONS(1313), - [anon_sym_async] = ACTIONS(1313), - [anon_sym_function] = ACTIONS(1313), - [anon_sym_QMARK_DOT] = ACTIONS(1311), - [anon_sym_new] = ACTIONS(1313), - [anon_sym_AMP_AMP] = ACTIONS(1311), - [anon_sym_PIPE_PIPE] = ACTIONS(1311), - [anon_sym_GT_GT] = ACTIONS(1313), - [anon_sym_GT_GT_GT] = ACTIONS(1311), - [anon_sym_LT_LT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(1313), - [anon_sym_CARET] = ACTIONS(1311), - [anon_sym_PIPE] = ACTIONS(1313), - [anon_sym_PLUS] = ACTIONS(1313), - [anon_sym_DASH] = ACTIONS(1313), - [anon_sym_PERCENT] = ACTIONS(1311), - [anon_sym_STAR_STAR] = ACTIONS(1311), - [anon_sym_LT_EQ] = ACTIONS(1311), - [anon_sym_EQ_EQ] = ACTIONS(1313), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1311), - [anon_sym_BANG_EQ] = ACTIONS(1313), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1311), - [anon_sym_GT_EQ] = ACTIONS(1311), - [anon_sym_QMARK_QMARK] = ACTIONS(1311), - [anon_sym_instanceof] = ACTIONS(1313), - [anon_sym_TILDE] = ACTIONS(1311), - [anon_sym_void] = ACTIONS(1313), - [anon_sym_delete] = ACTIONS(1313), - [anon_sym_PLUS_PLUS] = ACTIONS(1311), - [anon_sym_DASH_DASH] = ACTIONS(1311), - [anon_sym_DQUOTE] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1311), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1311), - [sym_number] = ACTIONS(1311), - [sym_this] = ACTIONS(1313), - [sym_super] = ACTIONS(1313), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_AT] = ACTIONS(1311), - [anon_sym_static] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1313), - [anon_sym_get] = ACTIONS(1313), - [anon_sym_set] = ACTIONS(1313), - [anon_sym_declare] = ACTIONS(1313), - [anon_sym_public] = ACTIONS(1313), - [anon_sym_private] = ACTIONS(1313), - [anon_sym_protected] = ACTIONS(1313), - [anon_sym_override] = ACTIONS(1313), - [anon_sym_module] = ACTIONS(1313), - [anon_sym_any] = ACTIONS(1313), - [anon_sym_number] = ACTIONS(1313), - [anon_sym_boolean] = ACTIONS(1313), - [anon_sym_string] = ACTIONS(1313), - [anon_sym_symbol] = ACTIONS(1313), - [anon_sym_abstract] = ACTIONS(1313), - [anon_sym_satisfies] = ACTIONS(1313), - [anon_sym_interface] = ACTIONS(1313), - [anon_sym_enum] = ACTIONS(1313), - [sym__automatic_semicolon] = ACTIONS(1493), - [sym__ternary_qmark] = ACTIONS(1311), + [ts_builtin_sym_end] = ACTIONS(1497), + [sym_identifier] = ACTIONS(1499), + [anon_sym_export] = ACTIONS(1499), + [anon_sym_STAR] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_type] = ACTIONS(1499), + [anon_sym_as] = ACTIONS(1499), + [anon_sym_namespace] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_COMMA] = ACTIONS(1497), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_typeof] = ACTIONS(1499), + [anon_sym_import] = ACTIONS(1499), + [anon_sym_var] = ACTIONS(1499), + [anon_sym_let] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_else] = ACTIONS(1499), + [anon_sym_if] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1499), + [anon_sym_for] = ACTIONS(1499), + [anon_sym_LPAREN] = ACTIONS(1497), + [anon_sym_await] = ACTIONS(1499), + [anon_sym_in] = ACTIONS(1499), + [anon_sym_while] = ACTIONS(1499), + [anon_sym_do] = ACTIONS(1499), + [anon_sym_try] = ACTIONS(1499), + [anon_sym_with] = ACTIONS(1499), + [anon_sym_break] = ACTIONS(1499), + [anon_sym_continue] = ACTIONS(1499), + [anon_sym_debugger] = ACTIONS(1499), + [anon_sym_return] = ACTIONS(1499), + [anon_sym_throw] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_case] = ACTIONS(1499), + [anon_sym_yield] = ACTIONS(1499), + [anon_sym_LBRACK] = ACTIONS(1497), + [anon_sym_LTtemplate_GT] = ACTIONS(1497), + [anon_sym_GT] = ACTIONS(1499), + [anon_sym_DOT] = ACTIONS(1499), + [anon_sym_class] = ACTIONS(1499), + [anon_sym_async] = ACTIONS(1499), + [anon_sym_function] = ACTIONS(1499), + [anon_sym_QMARK_DOT] = ACTIONS(1497), + [anon_sym_new] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1497), + [anon_sym_GT_GT] = ACTIONS(1499), + [anon_sym_GT_GT_GT] = ACTIONS(1497), + [anon_sym_LT_LT] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1499), + [anon_sym_CARET] = ACTIONS(1497), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_SLASH] = ACTIONS(1499), + [anon_sym_PERCENT] = ACTIONS(1497), + [anon_sym_STAR_STAR] = ACTIONS(1497), + [anon_sym_LT] = ACTIONS(1499), + [anon_sym_LT_EQ] = ACTIONS(1497), + [anon_sym_EQ_EQ] = ACTIONS(1499), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1497), + [anon_sym_BANG_EQ] = ACTIONS(1499), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1497), + [anon_sym_GT_EQ] = ACTIONS(1497), + [anon_sym_QMARK_QMARK] = ACTIONS(1497), + [anon_sym_instanceof] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_void] = ACTIONS(1499), + [anon_sym_delete] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_DQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1497), + [sym_number] = ACTIONS(1497), + [sym_this] = ACTIONS(1499), + [sym_super] = ACTIONS(1499), + [sym_true] = ACTIONS(1499), + [sym_false] = ACTIONS(1499), + [sym_null] = ACTIONS(1499), + [sym_undefined] = ACTIONS(1499), + [anon_sym_AT] = ACTIONS(1497), + [anon_sym_static] = ACTIONS(1499), + [anon_sym_readonly] = ACTIONS(1499), + [anon_sym_get] = ACTIONS(1499), + [anon_sym_set] = ACTIONS(1499), + [anon_sym_declare] = ACTIONS(1499), + [anon_sym_public] = ACTIONS(1499), + [anon_sym_private] = ACTIONS(1499), + [anon_sym_protected] = ACTIONS(1499), + [anon_sym_override] = ACTIONS(1499), + [anon_sym_module] = ACTIONS(1499), + [anon_sym_any] = ACTIONS(1499), + [anon_sym_number] = ACTIONS(1499), + [anon_sym_boolean] = ACTIONS(1499), + [anon_sym_string] = ACTIONS(1499), + [anon_sym_symbol] = ACTIONS(1499), + [anon_sym_abstract] = ACTIONS(1499), + [anon_sym_satisfies] = ACTIONS(1499), + [anon_sym_interface] = ACTIONS(1499), + [anon_sym_enum] = ACTIONS(1499), + [sym__automatic_semicolon] = ACTIONS(1497), + [sym__ternary_qmark] = ACTIONS(1497), }, [156] = { - [ts_builtin_sym_end] = ACTIONS(1495), - [sym_identifier] = ACTIONS(1497), - [anon_sym_export] = ACTIONS(1497), - [anon_sym_STAR] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_type] = ACTIONS(1497), - [anon_sym_as] = ACTIONS(1497), - [anon_sym_namespace] = ACTIONS(1497), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_COMMA] = ACTIONS(1495), - [anon_sym_RBRACE] = ACTIONS(1495), - [anon_sym_typeof] = ACTIONS(1497), - [anon_sym_import] = ACTIONS(1497), - [anon_sym_var] = ACTIONS(1497), - [anon_sym_let] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_BANG] = ACTIONS(1497), - [anon_sym_else] = ACTIONS(1497), - [anon_sym_if] = ACTIONS(1497), - [anon_sym_switch] = ACTIONS(1497), - [anon_sym_for] = ACTIONS(1497), - [anon_sym_LPAREN] = ACTIONS(1495), - [anon_sym_await] = ACTIONS(1497), - [anon_sym_in] = ACTIONS(1497), - [anon_sym_while] = ACTIONS(1497), - [anon_sym_do] = ACTIONS(1497), - [anon_sym_try] = ACTIONS(1497), - [anon_sym_with] = ACTIONS(1497), - [anon_sym_break] = ACTIONS(1497), - [anon_sym_continue] = ACTIONS(1497), - [anon_sym_debugger] = ACTIONS(1497), - [anon_sym_return] = ACTIONS(1497), - [anon_sym_throw] = ACTIONS(1497), - [anon_sym_SEMI] = ACTIONS(1495), - [anon_sym_case] = ACTIONS(1497), - [anon_sym_yield] = ACTIONS(1497), - [anon_sym_LBRACK] = ACTIONS(1495), - [anon_sym_LTtemplate_GT] = ACTIONS(1495), - [anon_sym_LT] = ACTIONS(1497), - [anon_sym_GT] = ACTIONS(1497), - [anon_sym_SLASH] = ACTIONS(1497), - [anon_sym_DOT] = ACTIONS(1497), - [anon_sym_class] = ACTIONS(1497), - [anon_sym_async] = ACTIONS(1497), - [anon_sym_function] = ACTIONS(1497), - [anon_sym_QMARK_DOT] = ACTIONS(1495), - [anon_sym_new] = ACTIONS(1497), - [anon_sym_AMP_AMP] = ACTIONS(1495), - [anon_sym_PIPE_PIPE] = ACTIONS(1495), - [anon_sym_GT_GT] = ACTIONS(1497), - [anon_sym_GT_GT_GT] = ACTIONS(1495), - [anon_sym_LT_LT] = ACTIONS(1495), - [anon_sym_AMP] = ACTIONS(1497), - [anon_sym_CARET] = ACTIONS(1495), - [anon_sym_PIPE] = ACTIONS(1497), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_PERCENT] = ACTIONS(1495), - [anon_sym_STAR_STAR] = ACTIONS(1495), - [anon_sym_LT_EQ] = ACTIONS(1495), - [anon_sym_EQ_EQ] = ACTIONS(1497), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1495), - [anon_sym_BANG_EQ] = ACTIONS(1497), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1495), - [anon_sym_GT_EQ] = ACTIONS(1495), - [anon_sym_QMARK_QMARK] = ACTIONS(1495), - [anon_sym_instanceof] = ACTIONS(1497), - [anon_sym_TILDE] = ACTIONS(1495), - [anon_sym_void] = ACTIONS(1497), - [anon_sym_delete] = ACTIONS(1497), - [anon_sym_PLUS_PLUS] = ACTIONS(1495), - [anon_sym_DASH_DASH] = ACTIONS(1495), - [anon_sym_DQUOTE] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1495), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1495), - [sym_number] = ACTIONS(1495), - [sym_this] = ACTIONS(1497), - [sym_super] = ACTIONS(1497), - [sym_true] = ACTIONS(1497), - [sym_false] = ACTIONS(1497), - [sym_null] = ACTIONS(1497), - [sym_undefined] = ACTIONS(1497), - [anon_sym_AT] = ACTIONS(1495), - [anon_sym_static] = ACTIONS(1497), - [anon_sym_readonly] = ACTIONS(1497), - [anon_sym_get] = ACTIONS(1497), - [anon_sym_set] = ACTIONS(1497), - [anon_sym_declare] = ACTIONS(1497), - [anon_sym_public] = ACTIONS(1497), - [anon_sym_private] = ACTIONS(1497), - [anon_sym_protected] = ACTIONS(1497), - [anon_sym_override] = ACTIONS(1497), - [anon_sym_module] = ACTIONS(1497), - [anon_sym_any] = ACTIONS(1497), - [anon_sym_number] = ACTIONS(1497), - [anon_sym_boolean] = ACTIONS(1497), - [anon_sym_string] = ACTIONS(1497), - [anon_sym_symbol] = ACTIONS(1497), - [anon_sym_abstract] = ACTIONS(1497), - [anon_sym_satisfies] = ACTIONS(1497), - [anon_sym_interface] = ACTIONS(1497), - [anon_sym_enum] = ACTIONS(1497), - [sym__automatic_semicolon] = ACTIONS(1495), - [sym__ternary_qmark] = ACTIONS(1495), - }, - [157] = { - [ts_builtin_sym_end] = ACTIONS(1499), - [sym_identifier] = ACTIONS(1501), - [anon_sym_export] = ACTIONS(1501), + [ts_builtin_sym_end] = ACTIONS(1501), + [sym_identifier] = ACTIONS(1503), + [anon_sym_export] = ACTIONS(1503), [anon_sym_STAR] = ACTIONS(1503), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_type] = ACTIONS(1501), + [anon_sym_default] = ACTIONS(1503), + [anon_sym_type] = ACTIONS(1503), [anon_sym_as] = ACTIONS(1503), - [anon_sym_namespace] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_COMMA] = ACTIONS(1505), - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_typeof] = ACTIONS(1501), - [anon_sym_import] = ACTIONS(1501), - [anon_sym_var] = ACTIONS(1501), - [anon_sym_let] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1501), - [anon_sym_else] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_LPAREN] = ACTIONS(1499), - [anon_sym_await] = ACTIONS(1501), + [anon_sym_namespace] = ACTIONS(1503), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_COMMA] = ACTIONS(1501), + [anon_sym_RBRACE] = ACTIONS(1501), + [anon_sym_typeof] = ACTIONS(1503), + [anon_sym_import] = ACTIONS(1503), + [anon_sym_var] = ACTIONS(1503), + [anon_sym_let] = ACTIONS(1503), + [anon_sym_const] = ACTIONS(1503), + [anon_sym_BANG] = ACTIONS(1503), + [anon_sym_else] = ACTIONS(1503), + [anon_sym_if] = ACTIONS(1503), + [anon_sym_switch] = ACTIONS(1503), + [anon_sym_for] = ACTIONS(1503), + [anon_sym_LPAREN] = ACTIONS(1501), + [anon_sym_await] = ACTIONS(1503), [anon_sym_in] = ACTIONS(1503), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_try] = ACTIONS(1501), - [anon_sym_with] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_debugger] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_throw] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_yield] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_LTtemplate_GT] = ACTIONS(1499), - [anon_sym_LT] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1503), + [anon_sym_do] = ACTIONS(1503), + [anon_sym_try] = ACTIONS(1503), + [anon_sym_with] = ACTIONS(1503), + [anon_sym_break] = ACTIONS(1503), + [anon_sym_continue] = ACTIONS(1503), + [anon_sym_debugger] = ACTIONS(1503), + [anon_sym_return] = ACTIONS(1503), + [anon_sym_throw] = ACTIONS(1503), + [anon_sym_SEMI] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1503), + [anon_sym_yield] = ACTIONS(1503), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_LTtemplate_GT] = ACTIONS(1501), [anon_sym_GT] = ACTIONS(1503), - [anon_sym_SLASH] = ACTIONS(1501), [anon_sym_DOT] = ACTIONS(1503), - [anon_sym_class] = ACTIONS(1501), - [anon_sym_async] = ACTIONS(1501), - [anon_sym_function] = ACTIONS(1501), - [anon_sym_QMARK_DOT] = ACTIONS(1505), - [anon_sym_new] = ACTIONS(1501), - [anon_sym_AMP_AMP] = ACTIONS(1505), - [anon_sym_PIPE_PIPE] = ACTIONS(1505), + [anon_sym_class] = ACTIONS(1503), + [anon_sym_async] = ACTIONS(1503), + [anon_sym_function] = ACTIONS(1503), + [anon_sym_QMARK_DOT] = ACTIONS(1501), + [anon_sym_new] = ACTIONS(1503), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE_PIPE] = ACTIONS(1501), [anon_sym_GT_GT] = ACTIONS(1503), - [anon_sym_GT_GT_GT] = ACTIONS(1505), - [anon_sym_LT_LT] = ACTIONS(1505), + [anon_sym_GT_GT_GT] = ACTIONS(1501), + [anon_sym_LT_LT] = ACTIONS(1501), [anon_sym_AMP] = ACTIONS(1503), - [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_CARET] = ACTIONS(1501), [anon_sym_PIPE] = ACTIONS(1503), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_PERCENT] = ACTIONS(1505), - [anon_sym_STAR_STAR] = ACTIONS(1505), - [anon_sym_LT_EQ] = ACTIONS(1505), + [anon_sym_PLUS] = ACTIONS(1503), + [anon_sym_DASH] = ACTIONS(1503), + [anon_sym_SLASH] = ACTIONS(1503), + [anon_sym_PERCENT] = ACTIONS(1501), + [anon_sym_STAR_STAR] = ACTIONS(1501), + [anon_sym_LT] = ACTIONS(1503), + [anon_sym_LT_EQ] = ACTIONS(1501), [anon_sym_EQ_EQ] = ACTIONS(1503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1505), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1501), [anon_sym_BANG_EQ] = ACTIONS(1503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1505), - [anon_sym_GT_EQ] = ACTIONS(1505), - [anon_sym_QMARK_QMARK] = ACTIONS(1505), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1501), + [anon_sym_GT_EQ] = ACTIONS(1501), + [anon_sym_QMARK_QMARK] = ACTIONS(1501), [anon_sym_instanceof] = ACTIONS(1503), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_void] = ACTIONS(1501), - [anon_sym_delete] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1499), - [sym_number] = ACTIONS(1499), - [sym_this] = ACTIONS(1501), - [sym_super] = ACTIONS(1501), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [sym_null] = ACTIONS(1501), - [sym_undefined] = ACTIONS(1501), - [anon_sym_AT] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_get] = ACTIONS(1501), - [anon_sym_set] = ACTIONS(1501), - [anon_sym_declare] = ACTIONS(1501), - [anon_sym_public] = ACTIONS(1501), - [anon_sym_private] = ACTIONS(1501), - [anon_sym_protected] = ACTIONS(1501), - [anon_sym_override] = ACTIONS(1501), - [anon_sym_module] = ACTIONS(1501), - [anon_sym_any] = ACTIONS(1501), - [anon_sym_number] = ACTIONS(1501), - [anon_sym_boolean] = ACTIONS(1501), - [anon_sym_string] = ACTIONS(1501), - [anon_sym_symbol] = ACTIONS(1501), - [anon_sym_abstract] = ACTIONS(1501), + [anon_sym_TILDE] = ACTIONS(1501), + [anon_sym_void] = ACTIONS(1503), + [anon_sym_delete] = ACTIONS(1503), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_DASH_DASH] = ACTIONS(1503), + [anon_sym_DQUOTE] = ACTIONS(1501), + [anon_sym_SQUOTE] = ACTIONS(1501), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1501), + [sym_number] = ACTIONS(1501), + [sym_this] = ACTIONS(1503), + [sym_super] = ACTIONS(1503), + [sym_true] = ACTIONS(1503), + [sym_false] = ACTIONS(1503), + [sym_null] = ACTIONS(1503), + [sym_undefined] = ACTIONS(1503), + [anon_sym_AT] = ACTIONS(1501), + [anon_sym_static] = ACTIONS(1503), + [anon_sym_readonly] = ACTIONS(1503), + [anon_sym_get] = ACTIONS(1503), + [anon_sym_set] = ACTIONS(1503), + [anon_sym_declare] = ACTIONS(1503), + [anon_sym_public] = ACTIONS(1503), + [anon_sym_private] = ACTIONS(1503), + [anon_sym_protected] = ACTIONS(1503), + [anon_sym_override] = ACTIONS(1503), + [anon_sym_module] = ACTIONS(1503), + [anon_sym_any] = ACTIONS(1503), + [anon_sym_number] = ACTIONS(1503), + [anon_sym_boolean] = ACTIONS(1503), + [anon_sym_string] = ACTIONS(1503), + [anon_sym_symbol] = ACTIONS(1503), + [anon_sym_abstract] = ACTIONS(1503), [anon_sym_satisfies] = ACTIONS(1503), - [anon_sym_interface] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - [sym__automatic_semicolon] = ACTIONS(1505), - [sym__ternary_qmark] = ACTIONS(1505), + [anon_sym_interface] = ACTIONS(1503), + [anon_sym_enum] = ACTIONS(1503), + [sym__automatic_semicolon] = ACTIONS(1501), + [sym__ternary_qmark] = ACTIONS(1501), }, - [158] = { - [ts_builtin_sym_end] = ACTIONS(1507), - [sym_identifier] = ACTIONS(1509), - [anon_sym_export] = ACTIONS(1509), + [157] = { + [ts_builtin_sym_end] = ACTIONS(1505), + [sym_identifier] = ACTIONS(1507), + [anon_sym_export] = ACTIONS(1507), [anon_sym_STAR] = ACTIONS(1509), - [anon_sym_default] = ACTIONS(1509), - [anon_sym_type] = ACTIONS(1509), + [anon_sym_default] = ACTIONS(1507), + [anon_sym_type] = ACTIONS(1507), [anon_sym_as] = ACTIONS(1509), - [anon_sym_namespace] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_COMMA] = ACTIONS(1507), - [anon_sym_RBRACE] = ACTIONS(1507), - [anon_sym_typeof] = ACTIONS(1509), - [anon_sym_import] = ACTIONS(1509), - [anon_sym_var] = ACTIONS(1509), - [anon_sym_let] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_BANG] = ACTIONS(1509), - [anon_sym_else] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_switch] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1507), - [anon_sym_await] = ACTIONS(1509), + [anon_sym_namespace] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1505), + [anon_sym_COMMA] = ACTIONS(1511), + [anon_sym_RBRACE] = ACTIONS(1505), + [anon_sym_typeof] = ACTIONS(1507), + [anon_sym_import] = ACTIONS(1507), + [anon_sym_var] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1507), + [anon_sym_else] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_switch] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1505), + [anon_sym_await] = ACTIONS(1507), [anon_sym_in] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_try] = ACTIONS(1509), - [anon_sym_with] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_debugger] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_throw] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_case] = ACTIONS(1509), - [anon_sym_yield] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_LTtemplate_GT] = ACTIONS(1507), - [anon_sym_LT] = ACTIONS(1509), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_with] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_debugger] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_throw] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1505), + [anon_sym_case] = ACTIONS(1507), + [anon_sym_yield] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1505), + [anon_sym_LTtemplate_GT] = ACTIONS(1505), [anon_sym_GT] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), [anon_sym_DOT] = ACTIONS(1509), - [anon_sym_class] = ACTIONS(1509), - [anon_sym_async] = ACTIONS(1509), - [anon_sym_function] = ACTIONS(1509), - [anon_sym_QMARK_DOT] = ACTIONS(1507), - [anon_sym_new] = ACTIONS(1509), - [anon_sym_AMP_AMP] = ACTIONS(1507), - [anon_sym_PIPE_PIPE] = ACTIONS(1507), + [anon_sym_class] = ACTIONS(1507), + [anon_sym_async] = ACTIONS(1507), + [anon_sym_function] = ACTIONS(1507), + [anon_sym_QMARK_DOT] = ACTIONS(1511), + [anon_sym_new] = ACTIONS(1507), + [anon_sym_AMP_AMP] = ACTIONS(1511), + [anon_sym_PIPE_PIPE] = ACTIONS(1511), [anon_sym_GT_GT] = ACTIONS(1509), - [anon_sym_GT_GT_GT] = ACTIONS(1507), - [anon_sym_LT_LT] = ACTIONS(1507), + [anon_sym_GT_GT_GT] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1511), [anon_sym_AMP] = ACTIONS(1509), - [anon_sym_CARET] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1511), [anon_sym_PIPE] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PERCENT] = ACTIONS(1507), - [anon_sym_STAR_STAR] = ACTIONS(1507), - [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_PERCENT] = ACTIONS(1511), + [anon_sym_STAR_STAR] = ACTIONS(1511), + [anon_sym_LT] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1511), [anon_sym_EQ_EQ] = ACTIONS(1509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1507), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1511), [anon_sym_BANG_EQ] = ACTIONS(1509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1507), - [anon_sym_GT_EQ] = ACTIONS(1507), - [anon_sym_QMARK_QMARK] = ACTIONS(1507), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_QMARK_QMARK] = ACTIONS(1511), [anon_sym_instanceof] = ACTIONS(1509), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_void] = ACTIONS(1509), - [anon_sym_delete] = ACTIONS(1509), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_TILDE] = ACTIONS(1505), + [anon_sym_void] = ACTIONS(1507), + [anon_sym_delete] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1505), [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [anon_sym_SQUOTE] = ACTIONS(1507), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1507), - [sym_number] = ACTIONS(1507), - [sym_this] = ACTIONS(1509), - [sym_super] = ACTIONS(1509), - [sym_true] = ACTIONS(1509), - [sym_false] = ACTIONS(1509), - [sym_null] = ACTIONS(1509), - [sym_undefined] = ACTIONS(1509), - [anon_sym_AT] = ACTIONS(1507), - [anon_sym_static] = ACTIONS(1509), - [anon_sym_readonly] = ACTIONS(1509), - [anon_sym_get] = ACTIONS(1509), - [anon_sym_set] = ACTIONS(1509), - [anon_sym_declare] = ACTIONS(1509), - [anon_sym_public] = ACTIONS(1509), - [anon_sym_private] = ACTIONS(1509), - [anon_sym_protected] = ACTIONS(1509), - [anon_sym_override] = ACTIONS(1509), - [anon_sym_module] = ACTIONS(1509), - [anon_sym_any] = ACTIONS(1509), - [anon_sym_number] = ACTIONS(1509), - [anon_sym_boolean] = ACTIONS(1509), - [anon_sym_string] = ACTIONS(1509), - [anon_sym_symbol] = ACTIONS(1509), - [anon_sym_abstract] = ACTIONS(1509), + [anon_sym_DQUOTE] = ACTIONS(1505), + [anon_sym_SQUOTE] = ACTIONS(1505), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1505), + [sym_number] = ACTIONS(1505), + [sym_this] = ACTIONS(1507), + [sym_super] = ACTIONS(1507), + [sym_true] = ACTIONS(1507), + [sym_false] = ACTIONS(1507), + [sym_null] = ACTIONS(1507), + [sym_undefined] = ACTIONS(1507), + [anon_sym_AT] = ACTIONS(1505), + [anon_sym_static] = ACTIONS(1507), + [anon_sym_readonly] = ACTIONS(1507), + [anon_sym_get] = ACTIONS(1507), + [anon_sym_set] = ACTIONS(1507), + [anon_sym_declare] = ACTIONS(1507), + [anon_sym_public] = ACTIONS(1507), + [anon_sym_private] = ACTIONS(1507), + [anon_sym_protected] = ACTIONS(1507), + [anon_sym_override] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_any] = ACTIONS(1507), + [anon_sym_number] = ACTIONS(1507), + [anon_sym_boolean] = ACTIONS(1507), + [anon_sym_string] = ACTIONS(1507), + [anon_sym_symbol] = ACTIONS(1507), + [anon_sym_abstract] = ACTIONS(1507), [anon_sym_satisfies] = ACTIONS(1509), - [anon_sym_interface] = ACTIONS(1509), - [anon_sym_enum] = ACTIONS(1509), - [sym__automatic_semicolon] = ACTIONS(1507), - [sym__ternary_qmark] = ACTIONS(1507), - }, - [159] = { - [ts_builtin_sym_end] = ACTIONS(1511), - [sym_identifier] = ACTIONS(1513), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1513), - [anon_sym_type] = ACTIONS(1513), - [anon_sym_as] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1511), - [anon_sym_COMMA] = ACTIONS(1517), - [anon_sym_RBRACE] = ACTIONS(1511), - [anon_sym_typeof] = ACTIONS(1513), - [anon_sym_import] = ACTIONS(1513), - [anon_sym_var] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [anon_sym_BANG] = ACTIONS(1513), - [anon_sym_else] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_switch] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1511), - [anon_sym_await] = ACTIONS(1513), - [anon_sym_in] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_with] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_debugger] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_throw] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1511), - [anon_sym_case] = ACTIONS(1513), - [anon_sym_yield] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1511), - [anon_sym_LTtemplate_GT] = ACTIONS(1511), - [anon_sym_LT] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1515), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1513), - [anon_sym_async] = ACTIONS(1513), - [anon_sym_function] = ACTIONS(1513), - [anon_sym_QMARK_DOT] = ACTIONS(1517), - [anon_sym_new] = ACTIONS(1513), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_PIPE_PIPE] = ACTIONS(1517), - [anon_sym_GT_GT] = ACTIONS(1515), - [anon_sym_GT_GT_GT] = ACTIONS(1517), - [anon_sym_LT_LT] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_CARET] = ACTIONS(1517), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_PERCENT] = ACTIONS(1517), - [anon_sym_STAR_STAR] = ACTIONS(1517), - [anon_sym_LT_EQ] = ACTIONS(1517), - [anon_sym_EQ_EQ] = ACTIONS(1515), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1517), - [anon_sym_BANG_EQ] = ACTIONS(1515), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1517), - [anon_sym_GT_EQ] = ACTIONS(1517), - [anon_sym_QMARK_QMARK] = ACTIONS(1517), - [anon_sym_instanceof] = ACTIONS(1515), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_void] = ACTIONS(1513), - [anon_sym_delete] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1511), - [anon_sym_DQUOTE] = ACTIONS(1511), - [anon_sym_SQUOTE] = ACTIONS(1511), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1511), - [sym_number] = ACTIONS(1511), - [sym_this] = ACTIONS(1513), - [sym_super] = ACTIONS(1513), - [sym_true] = ACTIONS(1513), - [sym_false] = ACTIONS(1513), - [sym_null] = ACTIONS(1513), - [sym_undefined] = ACTIONS(1513), - [anon_sym_AT] = ACTIONS(1511), - [anon_sym_static] = ACTIONS(1513), - [anon_sym_readonly] = ACTIONS(1513), - [anon_sym_get] = ACTIONS(1513), - [anon_sym_set] = ACTIONS(1513), - [anon_sym_declare] = ACTIONS(1513), - [anon_sym_public] = ACTIONS(1513), - [anon_sym_private] = ACTIONS(1513), - [anon_sym_protected] = ACTIONS(1513), - [anon_sym_override] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_any] = ACTIONS(1513), - [anon_sym_number] = ACTIONS(1513), - [anon_sym_boolean] = ACTIONS(1513), - [anon_sym_string] = ACTIONS(1513), - [anon_sym_symbol] = ACTIONS(1513), - [anon_sym_abstract] = ACTIONS(1513), - [anon_sym_satisfies] = ACTIONS(1515), - [anon_sym_interface] = ACTIONS(1513), - [anon_sym_enum] = ACTIONS(1513), - [sym__automatic_semicolon] = ACTIONS(1519), - [sym__ternary_qmark] = ACTIONS(1517), + [anon_sym_interface] = ACTIONS(1507), + [anon_sym_enum] = ACTIONS(1507), + [sym__automatic_semicolon] = ACTIONS(1513), + [sym__ternary_qmark] = ACTIONS(1511), }, - [160] = { - [ts_builtin_sym_end] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [anon_sym_export] = ACTIONS(1523), - [anon_sym_STAR] = ACTIONS(1525), - [anon_sym_default] = ACTIONS(1523), - [anon_sym_type] = ACTIONS(1523), - [anon_sym_as] = ACTIONS(1525), - [anon_sym_namespace] = ACTIONS(1523), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_COMMA] = ACTIONS(1527), - [anon_sym_RBRACE] = ACTIONS(1521), - [anon_sym_typeof] = ACTIONS(1523), - [anon_sym_import] = ACTIONS(1523), - [anon_sym_var] = ACTIONS(1523), - [anon_sym_let] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [anon_sym_BANG] = ACTIONS(1523), - [anon_sym_else] = ACTIONS(1523), - [anon_sym_if] = ACTIONS(1523), - [anon_sym_switch] = ACTIONS(1523), - [anon_sym_for] = ACTIONS(1523), - [anon_sym_LPAREN] = ACTIONS(1521), - [anon_sym_await] = ACTIONS(1523), - [anon_sym_in] = ACTIONS(1525), - [anon_sym_while] = ACTIONS(1523), - [anon_sym_do] = ACTIONS(1523), - [anon_sym_try] = ACTIONS(1523), - [anon_sym_with] = ACTIONS(1523), - [anon_sym_break] = ACTIONS(1523), - [anon_sym_continue] = ACTIONS(1523), - [anon_sym_debugger] = ACTIONS(1523), - [anon_sym_return] = ACTIONS(1523), - [anon_sym_throw] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_case] = ACTIONS(1523), - [anon_sym_yield] = ACTIONS(1523), - [anon_sym_LBRACK] = ACTIONS(1521), - [anon_sym_LTtemplate_GT] = ACTIONS(1521), - [anon_sym_LT] = ACTIONS(1523), - [anon_sym_GT] = ACTIONS(1525), - [anon_sym_SLASH] = ACTIONS(1523), - [anon_sym_DOT] = ACTIONS(1525), - [anon_sym_class] = ACTIONS(1523), - [anon_sym_async] = ACTIONS(1523), - [anon_sym_function] = ACTIONS(1523), - [anon_sym_QMARK_DOT] = ACTIONS(1527), - [anon_sym_new] = ACTIONS(1523), - [anon_sym_AMP_AMP] = ACTIONS(1527), - [anon_sym_PIPE_PIPE] = ACTIONS(1527), - [anon_sym_GT_GT] = ACTIONS(1525), - [anon_sym_GT_GT_GT] = ACTIONS(1527), - [anon_sym_LT_LT] = ACTIONS(1527), - [anon_sym_AMP] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_PLUS] = ACTIONS(1523), - [anon_sym_DASH] = ACTIONS(1523), - [anon_sym_PERCENT] = ACTIONS(1527), - [anon_sym_STAR_STAR] = ACTIONS(1527), - [anon_sym_LT_EQ] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1525), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1527), - [anon_sym_BANG_EQ] = ACTIONS(1525), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1527), - [anon_sym_GT_EQ] = ACTIONS(1527), - [anon_sym_QMARK_QMARK] = ACTIONS(1527), - [anon_sym_instanceof] = ACTIONS(1525), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_void] = ACTIONS(1523), - [anon_sym_delete] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_DQUOTE] = ACTIONS(1521), - [anon_sym_SQUOTE] = ACTIONS(1521), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1521), - [sym_number] = ACTIONS(1521), - [sym_this] = ACTIONS(1523), - [sym_super] = ACTIONS(1523), - [sym_true] = ACTIONS(1523), - [sym_false] = ACTIONS(1523), - [sym_null] = ACTIONS(1523), - [sym_undefined] = ACTIONS(1523), - [anon_sym_AT] = ACTIONS(1521), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_readonly] = ACTIONS(1523), - [anon_sym_get] = ACTIONS(1523), - [anon_sym_set] = ACTIONS(1523), - [anon_sym_declare] = ACTIONS(1523), - [anon_sym_public] = ACTIONS(1523), - [anon_sym_private] = ACTIONS(1523), - [anon_sym_protected] = ACTIONS(1523), - [anon_sym_override] = ACTIONS(1523), - [anon_sym_module] = ACTIONS(1523), - [anon_sym_any] = ACTIONS(1523), - [anon_sym_number] = ACTIONS(1523), - [anon_sym_boolean] = ACTIONS(1523), - [anon_sym_string] = ACTIONS(1523), - [anon_sym_symbol] = ACTIONS(1523), - [anon_sym_abstract] = ACTIONS(1523), - [anon_sym_satisfies] = ACTIONS(1525), - [anon_sym_interface] = ACTIONS(1523), - [anon_sym_enum] = ACTIONS(1523), - [sym__automatic_semicolon] = ACTIONS(1529), - [sym__ternary_qmark] = ACTIONS(1527), + [158] = { + [ts_builtin_sym_end] = ACTIONS(1515), + [sym_identifier] = ACTIONS(1517), + [anon_sym_export] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_default] = ACTIONS(1517), + [anon_sym_type] = ACTIONS(1517), + [anon_sym_as] = ACTIONS(1519), + [anon_sym_namespace] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_COMMA] = ACTIONS(1521), + [anon_sym_RBRACE] = ACTIONS(1515), + [anon_sym_typeof] = ACTIONS(1517), + [anon_sym_import] = ACTIONS(1517), + [anon_sym_var] = ACTIONS(1517), + [anon_sym_let] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_BANG] = ACTIONS(1517), + [anon_sym_else] = ACTIONS(1517), + [anon_sym_if] = ACTIONS(1517), + [anon_sym_switch] = ACTIONS(1517), + [anon_sym_for] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_await] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_while] = ACTIONS(1517), + [anon_sym_do] = ACTIONS(1517), + [anon_sym_try] = ACTIONS(1517), + [anon_sym_with] = ACTIONS(1517), + [anon_sym_break] = ACTIONS(1517), + [anon_sym_continue] = ACTIONS(1517), + [anon_sym_debugger] = ACTIONS(1517), + [anon_sym_return] = ACTIONS(1517), + [anon_sym_throw] = ACTIONS(1517), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_case] = ACTIONS(1517), + [anon_sym_yield] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LTtemplate_GT] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DOT] = ACTIONS(1519), + [anon_sym_class] = ACTIONS(1517), + [anon_sym_async] = ACTIONS(1517), + [anon_sym_function] = ACTIONS(1517), + [anon_sym_QMARK_DOT] = ACTIONS(1521), + [anon_sym_new] = ACTIONS(1517), + [anon_sym_AMP_AMP] = ACTIONS(1521), + [anon_sym_PIPE_PIPE] = ACTIONS(1521), + [anon_sym_GT_GT] = ACTIONS(1519), + [anon_sym_GT_GT_GT] = ACTIONS(1521), + [anon_sym_LT_LT] = ACTIONS(1521), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_CARET] = ACTIONS(1521), + [anon_sym_PIPE] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1517), + [anon_sym_DASH] = ACTIONS(1517), + [anon_sym_SLASH] = ACTIONS(1517), + [anon_sym_PERCENT] = ACTIONS(1521), + [anon_sym_STAR_STAR] = ACTIONS(1521), + [anon_sym_LT] = ACTIONS(1517), + [anon_sym_LT_EQ] = ACTIONS(1521), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1521), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1521), + [anon_sym_GT_EQ] = ACTIONS(1521), + [anon_sym_QMARK_QMARK] = ACTIONS(1521), + [anon_sym_instanceof] = ACTIONS(1519), + [anon_sym_TILDE] = ACTIONS(1515), + [anon_sym_void] = ACTIONS(1517), + [anon_sym_delete] = ACTIONS(1517), + [anon_sym_PLUS_PLUS] = ACTIONS(1515), + [anon_sym_DASH_DASH] = ACTIONS(1517), + [anon_sym_DQUOTE] = ACTIONS(1515), + [anon_sym_SQUOTE] = ACTIONS(1515), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1515), + [sym_number] = ACTIONS(1515), + [sym_this] = ACTIONS(1517), + [sym_super] = ACTIONS(1517), + [sym_true] = ACTIONS(1517), + [sym_false] = ACTIONS(1517), + [sym_null] = ACTIONS(1517), + [sym_undefined] = ACTIONS(1517), + [anon_sym_AT] = ACTIONS(1515), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_get] = ACTIONS(1517), + [anon_sym_set] = ACTIONS(1517), + [anon_sym_declare] = ACTIONS(1517), + [anon_sym_public] = ACTIONS(1517), + [anon_sym_private] = ACTIONS(1517), + [anon_sym_protected] = ACTIONS(1517), + [anon_sym_override] = ACTIONS(1517), + [anon_sym_module] = ACTIONS(1517), + [anon_sym_any] = ACTIONS(1517), + [anon_sym_number] = ACTIONS(1517), + [anon_sym_boolean] = ACTIONS(1517), + [anon_sym_string] = ACTIONS(1517), + [anon_sym_symbol] = ACTIONS(1517), + [anon_sym_abstract] = ACTIONS(1517), + [anon_sym_satisfies] = ACTIONS(1519), + [anon_sym_interface] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [sym__automatic_semicolon] = ACTIONS(1523), + [sym__ternary_qmark] = ACTIONS(1521), }, - [161] = { - [ts_builtin_sym_end] = ACTIONS(1531), - [sym_identifier] = ACTIONS(1533), - [anon_sym_export] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_type] = ACTIONS(1533), - [anon_sym_as] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1531), + [159] = { + [ts_builtin_sym_end] = ACTIONS(1525), + [sym_identifier] = ACTIONS(1527), + [anon_sym_export] = ACTIONS(1527), + [anon_sym_STAR] = ACTIONS(1529), + [anon_sym_default] = ACTIONS(1527), + [anon_sym_type] = ACTIONS(1527), + [anon_sym_as] = ACTIONS(1529), + [anon_sym_namespace] = ACTIONS(1527), + [anon_sym_LBRACE] = ACTIONS(1525), [anon_sym_COMMA] = ACTIONS(1531), - [anon_sym_RBRACE] = ACTIONS(1531), - [anon_sym_typeof] = ACTIONS(1533), - [anon_sym_import] = ACTIONS(1533), - [anon_sym_var] = ACTIONS(1533), - [anon_sym_let] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_BANG] = ACTIONS(1533), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_LPAREN] = ACTIONS(1531), - [anon_sym_await] = ACTIONS(1533), - [anon_sym_in] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_with] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_debugger] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1531), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_yield] = ACTIONS(1533), - [anon_sym_LBRACK] = ACTIONS(1531), - [anon_sym_LTtemplate_GT] = ACTIONS(1531), - [anon_sym_LT] = ACTIONS(1533), - [anon_sym_GT] = ACTIONS(1533), - [anon_sym_SLASH] = ACTIONS(1533), - [anon_sym_DOT] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_async] = ACTIONS(1533), - [anon_sym_function] = ACTIONS(1533), + [anon_sym_RBRACE] = ACTIONS(1525), + [anon_sym_typeof] = ACTIONS(1527), + [anon_sym_import] = ACTIONS(1527), + [anon_sym_var] = ACTIONS(1527), + [anon_sym_let] = ACTIONS(1527), + [anon_sym_const] = ACTIONS(1527), + [anon_sym_BANG] = ACTIONS(1527), + [anon_sym_else] = ACTIONS(1527), + [anon_sym_if] = ACTIONS(1527), + [anon_sym_switch] = ACTIONS(1527), + [anon_sym_for] = ACTIONS(1527), + [anon_sym_LPAREN] = ACTIONS(1525), + [anon_sym_await] = ACTIONS(1527), + [anon_sym_in] = ACTIONS(1529), + [anon_sym_while] = ACTIONS(1527), + [anon_sym_do] = ACTIONS(1527), + [anon_sym_try] = ACTIONS(1527), + [anon_sym_with] = ACTIONS(1527), + [anon_sym_break] = ACTIONS(1527), + [anon_sym_continue] = ACTIONS(1527), + [anon_sym_debugger] = ACTIONS(1527), + [anon_sym_return] = ACTIONS(1527), + [anon_sym_throw] = ACTIONS(1527), + [anon_sym_SEMI] = ACTIONS(1525), + [anon_sym_case] = ACTIONS(1527), + [anon_sym_yield] = ACTIONS(1527), + [anon_sym_LBRACK] = ACTIONS(1525), + [anon_sym_LTtemplate_GT] = ACTIONS(1525), + [anon_sym_GT] = ACTIONS(1529), + [anon_sym_DOT] = ACTIONS(1529), + [anon_sym_class] = ACTIONS(1527), + [anon_sym_async] = ACTIONS(1527), + [anon_sym_function] = ACTIONS(1527), [anon_sym_QMARK_DOT] = ACTIONS(1531), - [anon_sym_new] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1527), [anon_sym_AMP_AMP] = ACTIONS(1531), [anon_sym_PIPE_PIPE] = ACTIONS(1531), - [anon_sym_GT_GT] = ACTIONS(1533), + [anon_sym_GT_GT] = ACTIONS(1529), [anon_sym_GT_GT_GT] = ACTIONS(1531), [anon_sym_LT_LT] = ACTIONS(1531), - [anon_sym_AMP] = ACTIONS(1533), + [anon_sym_AMP] = ACTIONS(1529), [anon_sym_CARET] = ACTIONS(1531), - [anon_sym_PIPE] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PIPE] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1527), + [anon_sym_SLASH] = ACTIONS(1527), [anon_sym_PERCENT] = ACTIONS(1531), [anon_sym_STAR_STAR] = ACTIONS(1531), + [anon_sym_LT] = ACTIONS(1527), [anon_sym_LT_EQ] = ACTIONS(1531), - [anon_sym_EQ_EQ] = ACTIONS(1533), + [anon_sym_EQ_EQ] = ACTIONS(1529), [anon_sym_EQ_EQ_EQ] = ACTIONS(1531), - [anon_sym_BANG_EQ] = ACTIONS(1533), + [anon_sym_BANG_EQ] = ACTIONS(1529), [anon_sym_BANG_EQ_EQ] = ACTIONS(1531), [anon_sym_GT_EQ] = ACTIONS(1531), [anon_sym_QMARK_QMARK] = ACTIONS(1531), - [anon_sym_instanceof] = ACTIONS(1533), - [anon_sym_TILDE] = ACTIONS(1531), - [anon_sym_void] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_PLUS_PLUS] = ACTIONS(1531), - [anon_sym_DASH_DASH] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [anon_sym_SQUOTE] = ACTIONS(1531), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1531), - [sym_number] = ACTIONS(1531), - [sym_this] = ACTIONS(1533), - [sym_super] = ACTIONS(1533), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_undefined] = ACTIONS(1533), - [anon_sym_AT] = ACTIONS(1531), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_readonly] = ACTIONS(1533), - [anon_sym_get] = ACTIONS(1533), - [anon_sym_set] = ACTIONS(1533), - [anon_sym_declare] = ACTIONS(1533), - [anon_sym_public] = ACTIONS(1533), - [anon_sym_private] = ACTIONS(1533), - [anon_sym_protected] = ACTIONS(1533), - [anon_sym_override] = ACTIONS(1533), - [anon_sym_module] = ACTIONS(1533), - [anon_sym_any] = ACTIONS(1533), - [anon_sym_number] = ACTIONS(1533), - [anon_sym_boolean] = ACTIONS(1533), - [anon_sym_string] = ACTIONS(1533), - [anon_sym_symbol] = ACTIONS(1533), - [anon_sym_abstract] = ACTIONS(1533), - [anon_sym_satisfies] = ACTIONS(1533), - [anon_sym_interface] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), + [anon_sym_instanceof] = ACTIONS(1529), + [anon_sym_TILDE] = ACTIONS(1525), + [anon_sym_void] = ACTIONS(1527), + [anon_sym_delete] = ACTIONS(1527), + [anon_sym_PLUS_PLUS] = ACTIONS(1525), + [anon_sym_DASH_DASH] = ACTIONS(1527), + [anon_sym_DQUOTE] = ACTIONS(1525), + [anon_sym_SQUOTE] = ACTIONS(1525), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1525), + [sym_number] = ACTIONS(1525), + [sym_this] = ACTIONS(1527), + [sym_super] = ACTIONS(1527), + [sym_true] = ACTIONS(1527), + [sym_false] = ACTIONS(1527), + [sym_null] = ACTIONS(1527), + [sym_undefined] = ACTIONS(1527), + [anon_sym_AT] = ACTIONS(1525), + [anon_sym_static] = ACTIONS(1527), + [anon_sym_readonly] = ACTIONS(1527), + [anon_sym_get] = ACTIONS(1527), + [anon_sym_set] = ACTIONS(1527), + [anon_sym_declare] = ACTIONS(1527), + [anon_sym_public] = ACTIONS(1527), + [anon_sym_private] = ACTIONS(1527), + [anon_sym_protected] = ACTIONS(1527), + [anon_sym_override] = ACTIONS(1527), + [anon_sym_module] = ACTIONS(1527), + [anon_sym_any] = ACTIONS(1527), + [anon_sym_number] = ACTIONS(1527), + [anon_sym_boolean] = ACTIONS(1527), + [anon_sym_string] = ACTIONS(1527), + [anon_sym_symbol] = ACTIONS(1527), + [anon_sym_abstract] = ACTIONS(1527), + [anon_sym_satisfies] = ACTIONS(1529), + [anon_sym_interface] = ACTIONS(1527), + [anon_sym_enum] = ACTIONS(1527), [sym__automatic_semicolon] = ACTIONS(1531), [sym__ternary_qmark] = ACTIONS(1531), }, - [162] = { - [ts_builtin_sym_end] = ACTIONS(1535), - [sym_identifier] = ACTIONS(1537), - [anon_sym_export] = ACTIONS(1537), - [anon_sym_STAR] = ACTIONS(1537), - [anon_sym_default] = ACTIONS(1537), - [anon_sym_type] = ACTIONS(1537), - [anon_sym_as] = ACTIONS(1537), - [anon_sym_namespace] = ACTIONS(1537), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_COMMA] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_typeof] = ACTIONS(1537), - [anon_sym_import] = ACTIONS(1537), - [anon_sym_var] = ACTIONS(1537), - [anon_sym_let] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_BANG] = ACTIONS(1537), - [anon_sym_else] = ACTIONS(1537), - [anon_sym_if] = ACTIONS(1537), - [anon_sym_switch] = ACTIONS(1537), - [anon_sym_for] = ACTIONS(1537), - [anon_sym_LPAREN] = ACTIONS(1535), - [anon_sym_await] = ACTIONS(1537), - [anon_sym_in] = ACTIONS(1537), - [anon_sym_while] = ACTIONS(1537), - [anon_sym_do] = ACTIONS(1537), - [anon_sym_try] = ACTIONS(1537), - [anon_sym_with] = ACTIONS(1537), - [anon_sym_break] = ACTIONS(1537), - [anon_sym_continue] = ACTIONS(1537), - [anon_sym_debugger] = ACTIONS(1537), - [anon_sym_return] = ACTIONS(1537), - [anon_sym_throw] = ACTIONS(1537), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_case] = ACTIONS(1537), - [anon_sym_yield] = ACTIONS(1537), - [anon_sym_LBRACK] = ACTIONS(1535), - [anon_sym_LTtemplate_GT] = ACTIONS(1535), - [anon_sym_LT] = ACTIONS(1537), - [anon_sym_GT] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1537), - [anon_sym_DOT] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_async] = ACTIONS(1537), - [anon_sym_function] = ACTIONS(1537), - [anon_sym_QMARK_DOT] = ACTIONS(1535), - [anon_sym_new] = ACTIONS(1537), - [anon_sym_AMP_AMP] = ACTIONS(1535), - [anon_sym_PIPE_PIPE] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1537), - [anon_sym_GT_GT_GT] = ACTIONS(1535), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_CARET] = ACTIONS(1535), - [anon_sym_PIPE] = ACTIONS(1537), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_PERCENT] = ACTIONS(1535), - [anon_sym_STAR_STAR] = ACTIONS(1535), - [anon_sym_LT_EQ] = ACTIONS(1535), - [anon_sym_EQ_EQ] = ACTIONS(1537), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1535), - [anon_sym_BANG_EQ] = ACTIONS(1537), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1535), - [anon_sym_GT_EQ] = ACTIONS(1535), - [anon_sym_QMARK_QMARK] = ACTIONS(1535), - [anon_sym_instanceof] = ACTIONS(1537), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_void] = ACTIONS(1537), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [160] = { + [ts_builtin_sym_end] = ACTIONS(1533), + [sym_identifier] = ACTIONS(1535), + [anon_sym_export] = ACTIONS(1535), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_default] = ACTIONS(1535), + [anon_sym_type] = ACTIONS(1535), + [anon_sym_as] = ACTIONS(1535), + [anon_sym_namespace] = ACTIONS(1535), + [anon_sym_LBRACE] = ACTIONS(1533), + [anon_sym_COMMA] = ACTIONS(1533), + [anon_sym_RBRACE] = ACTIONS(1533), + [anon_sym_typeof] = ACTIONS(1535), + [anon_sym_import] = ACTIONS(1535), + [anon_sym_var] = ACTIONS(1535), + [anon_sym_let] = ACTIONS(1535), + [anon_sym_const] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_else] = ACTIONS(1535), + [anon_sym_if] = ACTIONS(1535), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_for] = ACTIONS(1535), + [anon_sym_LPAREN] = ACTIONS(1533), + [anon_sym_await] = ACTIONS(1535), + [anon_sym_in] = ACTIONS(1535), + [anon_sym_while] = ACTIONS(1535), + [anon_sym_do] = ACTIONS(1535), + [anon_sym_try] = ACTIONS(1535), + [anon_sym_with] = ACTIONS(1535), + [anon_sym_break] = ACTIONS(1535), + [anon_sym_continue] = ACTIONS(1535), + [anon_sym_debugger] = ACTIONS(1535), + [anon_sym_return] = ACTIONS(1535), + [anon_sym_throw] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1535), + [anon_sym_yield] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_LTtemplate_GT] = ACTIONS(1533), + [anon_sym_GT] = ACTIONS(1535), + [anon_sym_DOT] = ACTIONS(1535), + [anon_sym_class] = ACTIONS(1535), + [anon_sym_async] = ACTIONS(1535), + [anon_sym_function] = ACTIONS(1535), + [anon_sym_QMARK_DOT] = ACTIONS(1533), + [anon_sym_new] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1533), + [anon_sym_PIPE_PIPE] = ACTIONS(1533), + [anon_sym_GT_GT] = ACTIONS(1535), + [anon_sym_GT_GT_GT] = ACTIONS(1533), + [anon_sym_LT_LT] = ACTIONS(1533), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_CARET] = ACTIONS(1533), + [anon_sym_PIPE] = ACTIONS(1535), + [anon_sym_PLUS] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1535), + [anon_sym_SLASH] = ACTIONS(1535), + [anon_sym_PERCENT] = ACTIONS(1533), + [anon_sym_STAR_STAR] = ACTIONS(1533), + [anon_sym_LT] = ACTIONS(1535), + [anon_sym_LT_EQ] = ACTIONS(1533), + [anon_sym_EQ_EQ] = ACTIONS(1535), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1533), + [anon_sym_BANG_EQ] = ACTIONS(1535), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1533), + [anon_sym_GT_EQ] = ACTIONS(1533), + [anon_sym_QMARK_QMARK] = ACTIONS(1533), + [anon_sym_instanceof] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1533), + [anon_sym_void] = ACTIONS(1535), + [anon_sym_delete] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1533), [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1535), - [sym_number] = ACTIONS(1535), - [sym_this] = ACTIONS(1537), - [sym_super] = ACTIONS(1537), - [sym_true] = ACTIONS(1537), - [sym_false] = ACTIONS(1537), - [sym_null] = ACTIONS(1537), - [sym_undefined] = ACTIONS(1537), - [anon_sym_AT] = ACTIONS(1535), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_readonly] = ACTIONS(1537), - [anon_sym_get] = ACTIONS(1537), - [anon_sym_set] = ACTIONS(1537), - [anon_sym_declare] = ACTIONS(1537), - [anon_sym_public] = ACTIONS(1537), - [anon_sym_private] = ACTIONS(1537), - [anon_sym_protected] = ACTIONS(1537), - [anon_sym_override] = ACTIONS(1537), - [anon_sym_module] = ACTIONS(1537), - [anon_sym_any] = ACTIONS(1537), - [anon_sym_number] = ACTIONS(1537), - [anon_sym_boolean] = ACTIONS(1537), - [anon_sym_string] = ACTIONS(1537), - [anon_sym_symbol] = ACTIONS(1537), - [anon_sym_abstract] = ACTIONS(1537), - [anon_sym_satisfies] = ACTIONS(1537), - [anon_sym_interface] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [sym__automatic_semicolon] = ACTIONS(1535), - [sym__ternary_qmark] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1533), + [anon_sym_SQUOTE] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1533), + [sym_number] = ACTIONS(1533), + [sym_this] = ACTIONS(1535), + [sym_super] = ACTIONS(1535), + [sym_true] = ACTIONS(1535), + [sym_false] = ACTIONS(1535), + [sym_null] = ACTIONS(1535), + [sym_undefined] = ACTIONS(1535), + [anon_sym_AT] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1535), + [anon_sym_readonly] = ACTIONS(1535), + [anon_sym_get] = ACTIONS(1535), + [anon_sym_set] = ACTIONS(1535), + [anon_sym_declare] = ACTIONS(1535), + [anon_sym_public] = ACTIONS(1535), + [anon_sym_private] = ACTIONS(1535), + [anon_sym_protected] = ACTIONS(1535), + [anon_sym_override] = ACTIONS(1535), + [anon_sym_module] = ACTIONS(1535), + [anon_sym_any] = ACTIONS(1535), + [anon_sym_number] = ACTIONS(1535), + [anon_sym_boolean] = ACTIONS(1535), + [anon_sym_string] = ACTIONS(1535), + [anon_sym_symbol] = ACTIONS(1535), + [anon_sym_abstract] = ACTIONS(1535), + [anon_sym_satisfies] = ACTIONS(1535), + [anon_sym_interface] = ACTIONS(1535), + [anon_sym_enum] = ACTIONS(1535), + [sym__automatic_semicolon] = ACTIONS(1533), + [sym__ternary_qmark] = ACTIONS(1533), }, - [163] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1563), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3638), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3422), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1539), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [161] = { + [ts_builtin_sym_end] = ACTIONS(1537), + [sym_identifier] = ACTIONS(1539), + [anon_sym_export] = ACTIONS(1539), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_type] = ACTIONS(1539), + [anon_sym_as] = ACTIONS(1539), + [anon_sym_namespace] = ACTIONS(1539), + [anon_sym_LBRACE] = ACTIONS(1537), + [anon_sym_COMMA] = ACTIONS(1537), + [anon_sym_RBRACE] = ACTIONS(1537), + [anon_sym_typeof] = ACTIONS(1539), + [anon_sym_import] = ACTIONS(1539), + [anon_sym_var] = ACTIONS(1539), + [anon_sym_let] = ACTIONS(1539), + [anon_sym_const] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_else] = ACTIONS(1539), + [anon_sym_if] = ACTIONS(1539), + [anon_sym_switch] = ACTIONS(1539), + [anon_sym_for] = ACTIONS(1539), + [anon_sym_LPAREN] = ACTIONS(1537), + [anon_sym_await] = ACTIONS(1539), + [anon_sym_in] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1539), + [anon_sym_do] = ACTIONS(1539), + [anon_sym_try] = ACTIONS(1539), + [anon_sym_with] = ACTIONS(1539), + [anon_sym_break] = ACTIONS(1539), + [anon_sym_continue] = ACTIONS(1539), + [anon_sym_debugger] = ACTIONS(1539), + [anon_sym_return] = ACTIONS(1539), + [anon_sym_throw] = ACTIONS(1539), + [anon_sym_SEMI] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1539), + [anon_sym_yield] = ACTIONS(1539), + [anon_sym_LBRACK] = ACTIONS(1537), + [anon_sym_LTtemplate_GT] = ACTIONS(1537), + [anon_sym_GT] = ACTIONS(1539), + [anon_sym_DOT] = ACTIONS(1539), + [anon_sym_class] = ACTIONS(1539), + [anon_sym_async] = ACTIONS(1539), + [anon_sym_function] = ACTIONS(1539), + [anon_sym_QMARK_DOT] = ACTIONS(1537), + [anon_sym_new] = ACTIONS(1539), + [anon_sym_AMP_AMP] = ACTIONS(1537), + [anon_sym_PIPE_PIPE] = ACTIONS(1537), + [anon_sym_GT_GT] = ACTIONS(1539), + [anon_sym_GT_GT_GT] = ACTIONS(1537), + [anon_sym_LT_LT] = ACTIONS(1537), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_CARET] = ACTIONS(1537), + [anon_sym_PIPE] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1539), + [anon_sym_SLASH] = ACTIONS(1539), + [anon_sym_PERCENT] = ACTIONS(1537), + [anon_sym_STAR_STAR] = ACTIONS(1537), + [anon_sym_LT] = ACTIONS(1539), + [anon_sym_LT_EQ] = ACTIONS(1537), + [anon_sym_EQ_EQ] = ACTIONS(1539), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1537), + [anon_sym_BANG_EQ] = ACTIONS(1539), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1537), + [anon_sym_GT_EQ] = ACTIONS(1537), + [anon_sym_QMARK_QMARK] = ACTIONS(1537), + [anon_sym_instanceof] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1537), + [anon_sym_void] = ACTIONS(1539), + [anon_sym_delete] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1537), + [anon_sym_SQUOTE] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1537), + [sym_number] = ACTIONS(1537), + [sym_this] = ACTIONS(1539), + [sym_super] = ACTIONS(1539), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1539), + [sym_undefined] = ACTIONS(1539), + [anon_sym_AT] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1539), + [anon_sym_readonly] = ACTIONS(1539), + [anon_sym_get] = ACTIONS(1539), + [anon_sym_set] = ACTIONS(1539), + [anon_sym_declare] = ACTIONS(1539), + [anon_sym_public] = ACTIONS(1539), + [anon_sym_private] = ACTIONS(1539), + [anon_sym_protected] = ACTIONS(1539), + [anon_sym_override] = ACTIONS(1539), + [anon_sym_module] = ACTIONS(1539), + [anon_sym_any] = ACTIONS(1539), + [anon_sym_number] = ACTIONS(1539), + [anon_sym_boolean] = ACTIONS(1539), + [anon_sym_string] = ACTIONS(1539), + [anon_sym_symbol] = ACTIONS(1539), + [anon_sym_abstract] = ACTIONS(1539), + [anon_sym_satisfies] = ACTIONS(1539), + [anon_sym_interface] = ACTIONS(1539), + [anon_sym_enum] = ACTIONS(1539), + [sym__automatic_semicolon] = ACTIONS(1537), + [sym__ternary_qmark] = ACTIONS(1537), }, - [164] = { + [162] = { [ts_builtin_sym_end] = ACTIONS(1541), [sym_identifier] = ACTIONS(1543), [anon_sym_export] = ACTIONS(1543), @@ -36994,9 +37501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(1543), [anon_sym_LBRACK] = ACTIONS(1541), [anon_sym_LTtemplate_GT] = ACTIONS(1541), - [anon_sym_LT] = ACTIONS(1543), [anon_sym_GT] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1543), [anon_sym_DOT] = ACTIONS(1545), [anon_sym_class] = ACTIONS(1543), [anon_sym_async] = ACTIONS(1543), @@ -37013,8 +37518,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(1545), [anon_sym_PLUS] = ACTIONS(1543), [anon_sym_DASH] = ACTIONS(1543), + [anon_sym_SLASH] = ACTIONS(1543), [anon_sym_PERCENT] = ACTIONS(1547), [anon_sym_STAR_STAR] = ACTIONS(1547), + [anon_sym_LT] = ACTIONS(1543), [anon_sym_LT_EQ] = ACTIONS(1547), [anon_sym_EQ_EQ] = ACTIONS(1545), [anon_sym_EQ_EQ_EQ] = ACTIONS(1547), @@ -37027,7 +37534,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_void] = ACTIONS(1543), [anon_sym_delete] = ACTIONS(1543), [anon_sym_PLUS_PLUS] = ACTIONS(1541), - [anon_sym_DASH_DASH] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), [anon_sym_DQUOTE] = ACTIONS(1541), [anon_sym_SQUOTE] = ACTIONS(1541), [sym_comment] = ACTIONS(3), @@ -37062,96 +37569,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__automatic_semicolon] = ACTIONS(1549), [sym__ternary_qmark] = ACTIONS(1547), }, - [165] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1824), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3436), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3436), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1151), - [sym_subscript_expression] = STATE(1151), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3436), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1151), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_mapped_type_clause] = STATE(3933), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1551), + [163] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_RBRACE] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1405), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + [anon_sym_extends] = ACTIONS(1407), + [anon_sym_PIPE_RBRACE] = ACTIONS(1405), + [sym__automatic_semicolon] = ACTIONS(1405), + }, + [164] = { + [ts_builtin_sym_end] = ACTIONS(1551), + [sym_identifier] = ACTIONS(1553), [anon_sym_export] = ACTIONS(1553), + [anon_sym_STAR] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1553), [anon_sym_type] = ACTIONS(1553), - [anon_sym_namespace] = ACTIONS(1555), - [anon_sym_LBRACE] = ACTIONS(1557), - [anon_sym_COMMA] = ACTIONS(1559), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1561), - [anon_sym_RBRACK] = ACTIONS(1563), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1565), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1567), - [anon_sym_AT] = ACTIONS(93), + [anon_sym_as] = ACTIONS(1555), + [anon_sym_namespace] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1551), + [anon_sym_COMMA] = ACTIONS(1557), + [anon_sym_RBRACE] = ACTIONS(1551), + [anon_sym_typeof] = ACTIONS(1553), + [anon_sym_import] = ACTIONS(1553), + [anon_sym_var] = ACTIONS(1553), + [anon_sym_let] = ACTIONS(1553), + [anon_sym_const] = ACTIONS(1553), + [anon_sym_BANG] = ACTIONS(1553), + [anon_sym_else] = ACTIONS(1553), + [anon_sym_if] = ACTIONS(1553), + [anon_sym_switch] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1553), + [anon_sym_LPAREN] = ACTIONS(1551), + [anon_sym_await] = ACTIONS(1553), + [anon_sym_in] = ACTIONS(1555), + [anon_sym_while] = ACTIONS(1553), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1553), + [anon_sym_with] = ACTIONS(1553), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_continue] = ACTIONS(1553), + [anon_sym_debugger] = ACTIONS(1553), + [anon_sym_return] = ACTIONS(1553), + [anon_sym_throw] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_case] = ACTIONS(1553), + [anon_sym_yield] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1551), + [anon_sym_LTtemplate_GT] = ACTIONS(1551), + [anon_sym_GT] = ACTIONS(1555), + [anon_sym_DOT] = ACTIONS(1555), + [anon_sym_class] = ACTIONS(1553), + [anon_sym_async] = ACTIONS(1553), + [anon_sym_function] = ACTIONS(1553), + [anon_sym_QMARK_DOT] = ACTIONS(1557), + [anon_sym_new] = ACTIONS(1553), + [anon_sym_AMP_AMP] = ACTIONS(1557), + [anon_sym_PIPE_PIPE] = ACTIONS(1557), + [anon_sym_GT_GT] = ACTIONS(1555), + [anon_sym_GT_GT_GT] = ACTIONS(1557), + [anon_sym_LT_LT] = ACTIONS(1557), + [anon_sym_AMP] = ACTIONS(1555), + [anon_sym_CARET] = ACTIONS(1557), + [anon_sym_PIPE] = ACTIONS(1555), + [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1553), + [anon_sym_SLASH] = ACTIONS(1553), + [anon_sym_PERCENT] = ACTIONS(1557), + [anon_sym_STAR_STAR] = ACTIONS(1557), + [anon_sym_LT] = ACTIONS(1553), + [anon_sym_LT_EQ] = ACTIONS(1557), + [anon_sym_EQ_EQ] = ACTIONS(1555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1557), + [anon_sym_BANG_EQ] = ACTIONS(1555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1557), + [anon_sym_GT_EQ] = ACTIONS(1557), + [anon_sym_QMARK_QMARK] = ACTIONS(1557), + [anon_sym_instanceof] = ACTIONS(1555), + [anon_sym_TILDE] = ACTIONS(1551), + [anon_sym_void] = ACTIONS(1553), + [anon_sym_delete] = ACTIONS(1553), + [anon_sym_PLUS_PLUS] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_DQUOTE] = ACTIONS(1551), + [anon_sym_SQUOTE] = ACTIONS(1551), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1551), + [sym_number] = ACTIONS(1551), + [sym_this] = ACTIONS(1553), + [sym_super] = ACTIONS(1553), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1553), + [sym_undefined] = ACTIONS(1553), + [anon_sym_AT] = ACTIONS(1551), [anon_sym_static] = ACTIONS(1553), [anon_sym_readonly] = ACTIONS(1553), [anon_sym_get] = ACTIONS(1553), @@ -37167,2963 +37776,3315 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(1553), [anon_sym_string] = ACTIONS(1553), [anon_sym_symbol] = ACTIONS(1553), + [anon_sym_abstract] = ACTIONS(1553), + [anon_sym_satisfies] = ACTIONS(1555), + [anon_sym_interface] = ACTIONS(1553), + [anon_sym_enum] = ACTIONS(1553), + [sym__automatic_semicolon] = ACTIONS(1559), + [sym__ternary_qmark] = ACTIONS(1557), + }, + [165] = { + [ts_builtin_sym_end] = ACTIONS(1561), + [sym_identifier] = ACTIONS(1563), + [anon_sym_export] = ACTIONS(1563), + [anon_sym_STAR] = ACTIONS(1565), + [anon_sym_default] = ACTIONS(1563), + [anon_sym_type] = ACTIONS(1563), + [anon_sym_as] = ACTIONS(1565), + [anon_sym_namespace] = ACTIONS(1563), + [anon_sym_LBRACE] = ACTIONS(1561), + [anon_sym_COMMA] = ACTIONS(1567), + [anon_sym_RBRACE] = ACTIONS(1561), + [anon_sym_typeof] = ACTIONS(1563), + [anon_sym_import] = ACTIONS(1563), + [anon_sym_var] = ACTIONS(1563), + [anon_sym_let] = ACTIONS(1563), + [anon_sym_const] = ACTIONS(1563), + [anon_sym_BANG] = ACTIONS(1563), + [anon_sym_else] = ACTIONS(1563), + [anon_sym_if] = ACTIONS(1563), + [anon_sym_switch] = ACTIONS(1563), + [anon_sym_for] = ACTIONS(1563), + [anon_sym_LPAREN] = ACTIONS(1561), + [anon_sym_await] = ACTIONS(1563), + [anon_sym_in] = ACTIONS(1565), + [anon_sym_while] = ACTIONS(1563), + [anon_sym_do] = ACTIONS(1563), + [anon_sym_try] = ACTIONS(1563), + [anon_sym_with] = ACTIONS(1563), + [anon_sym_break] = ACTIONS(1563), + [anon_sym_continue] = ACTIONS(1563), + [anon_sym_debugger] = ACTIONS(1563), + [anon_sym_return] = ACTIONS(1563), + [anon_sym_throw] = ACTIONS(1563), + [anon_sym_SEMI] = ACTIONS(1561), + [anon_sym_case] = ACTIONS(1563), + [anon_sym_yield] = ACTIONS(1563), + [anon_sym_LBRACK] = ACTIONS(1561), + [anon_sym_LTtemplate_GT] = ACTIONS(1561), + [anon_sym_GT] = ACTIONS(1565), + [anon_sym_DOT] = ACTIONS(1565), + [anon_sym_class] = ACTIONS(1563), + [anon_sym_async] = ACTIONS(1563), + [anon_sym_function] = ACTIONS(1563), + [anon_sym_QMARK_DOT] = ACTIONS(1567), + [anon_sym_new] = ACTIONS(1563), + [anon_sym_AMP_AMP] = ACTIONS(1567), + [anon_sym_PIPE_PIPE] = ACTIONS(1567), + [anon_sym_GT_GT] = ACTIONS(1565), + [anon_sym_GT_GT_GT] = ACTIONS(1567), + [anon_sym_LT_LT] = ACTIONS(1567), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_CARET] = ACTIONS(1567), + [anon_sym_PIPE] = ACTIONS(1565), + [anon_sym_PLUS] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1563), + [anon_sym_SLASH] = ACTIONS(1563), + [anon_sym_PERCENT] = ACTIONS(1567), + [anon_sym_STAR_STAR] = ACTIONS(1567), + [anon_sym_LT] = ACTIONS(1563), + [anon_sym_LT_EQ] = ACTIONS(1567), + [anon_sym_EQ_EQ] = ACTIONS(1565), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1567), + [anon_sym_BANG_EQ] = ACTIONS(1565), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1567), + [anon_sym_GT_EQ] = ACTIONS(1567), + [anon_sym_QMARK_QMARK] = ACTIONS(1567), + [anon_sym_instanceof] = ACTIONS(1565), + [anon_sym_TILDE] = ACTIONS(1561), + [anon_sym_void] = ACTIONS(1563), + [anon_sym_delete] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1561), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_DQUOTE] = ACTIONS(1561), + [anon_sym_SQUOTE] = ACTIONS(1561), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1561), + [sym_number] = ACTIONS(1561), + [sym_this] = ACTIONS(1563), + [sym_super] = ACTIONS(1563), + [sym_true] = ACTIONS(1563), + [sym_false] = ACTIONS(1563), + [sym_null] = ACTIONS(1563), + [sym_undefined] = ACTIONS(1563), + [anon_sym_AT] = ACTIONS(1561), + [anon_sym_static] = ACTIONS(1563), + [anon_sym_readonly] = ACTIONS(1563), + [anon_sym_get] = ACTIONS(1563), + [anon_sym_set] = ACTIONS(1563), + [anon_sym_declare] = ACTIONS(1563), + [anon_sym_public] = ACTIONS(1563), + [anon_sym_private] = ACTIONS(1563), + [anon_sym_protected] = ACTIONS(1563), + [anon_sym_override] = ACTIONS(1563), + [anon_sym_module] = ACTIONS(1563), + [anon_sym_any] = ACTIONS(1563), + [anon_sym_number] = ACTIONS(1563), + [anon_sym_boolean] = ACTIONS(1563), + [anon_sym_string] = ACTIONS(1563), + [anon_sym_symbol] = ACTIONS(1563), + [anon_sym_abstract] = ACTIONS(1563), + [anon_sym_satisfies] = ACTIONS(1565), + [anon_sym_interface] = ACTIONS(1563), + [anon_sym_enum] = ACTIONS(1563), + [sym__automatic_semicolon] = ACTIONS(1569), + [sym__ternary_qmark] = ACTIONS(1567), }, [166] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_RBRACE] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_SEMI] = ACTIONS(1345), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1345), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1347), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - [anon_sym_extends] = ACTIONS(1347), - [anon_sym_PIPE_RBRACE] = ACTIONS(1345), - [sym__automatic_semicolon] = ACTIONS(1345), + [ts_builtin_sym_end] = ACTIONS(1571), + [sym_identifier] = ACTIONS(1573), + [anon_sym_export] = ACTIONS(1573), + [anon_sym_STAR] = ACTIONS(1575), + [anon_sym_default] = ACTIONS(1573), + [anon_sym_type] = ACTIONS(1573), + [anon_sym_as] = ACTIONS(1575), + [anon_sym_namespace] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_COMMA] = ACTIONS(1577), + [anon_sym_RBRACE] = ACTIONS(1571), + [anon_sym_typeof] = ACTIONS(1573), + [anon_sym_import] = ACTIONS(1573), + [anon_sym_var] = ACTIONS(1573), + [anon_sym_let] = ACTIONS(1573), + [anon_sym_const] = ACTIONS(1573), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_else] = ACTIONS(1573), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_switch] = ACTIONS(1573), + [anon_sym_for] = ACTIONS(1573), + [anon_sym_LPAREN] = ACTIONS(1571), + [anon_sym_await] = ACTIONS(1573), + [anon_sym_in] = ACTIONS(1575), + [anon_sym_while] = ACTIONS(1573), + [anon_sym_do] = ACTIONS(1573), + [anon_sym_try] = ACTIONS(1573), + [anon_sym_with] = ACTIONS(1573), + [anon_sym_break] = ACTIONS(1573), + [anon_sym_continue] = ACTIONS(1573), + [anon_sym_debugger] = ACTIONS(1573), + [anon_sym_return] = ACTIONS(1573), + [anon_sym_throw] = ACTIONS(1573), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_case] = ACTIONS(1573), + [anon_sym_yield] = ACTIONS(1573), + [anon_sym_LBRACK] = ACTIONS(1571), + [anon_sym_LTtemplate_GT] = ACTIONS(1571), + [anon_sym_GT] = ACTIONS(1575), + [anon_sym_DOT] = ACTIONS(1575), + [anon_sym_class] = ACTIONS(1573), + [anon_sym_async] = ACTIONS(1573), + [anon_sym_function] = ACTIONS(1573), + [anon_sym_QMARK_DOT] = ACTIONS(1577), + [anon_sym_new] = ACTIONS(1573), + [anon_sym_AMP_AMP] = ACTIONS(1577), + [anon_sym_PIPE_PIPE] = ACTIONS(1577), + [anon_sym_GT_GT] = ACTIONS(1575), + [anon_sym_GT_GT_GT] = ACTIONS(1577), + [anon_sym_LT_LT] = ACTIONS(1577), + [anon_sym_AMP] = ACTIONS(1575), + [anon_sym_CARET] = ACTIONS(1577), + [anon_sym_PIPE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1573), + [anon_sym_DASH] = ACTIONS(1573), + [anon_sym_SLASH] = ACTIONS(1573), + [anon_sym_PERCENT] = ACTIONS(1577), + [anon_sym_STAR_STAR] = ACTIONS(1577), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_LT_EQ] = ACTIONS(1577), + [anon_sym_EQ_EQ] = ACTIONS(1575), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1577), + [anon_sym_BANG_EQ] = ACTIONS(1575), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1577), + [anon_sym_GT_EQ] = ACTIONS(1577), + [anon_sym_QMARK_QMARK] = ACTIONS(1577), + [anon_sym_instanceof] = ACTIONS(1575), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_void] = ACTIONS(1573), + [anon_sym_delete] = ACTIONS(1573), + [anon_sym_PLUS_PLUS] = ACTIONS(1571), + [anon_sym_DASH_DASH] = ACTIONS(1573), + [anon_sym_DQUOTE] = ACTIONS(1571), + [anon_sym_SQUOTE] = ACTIONS(1571), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1571), + [sym_number] = ACTIONS(1571), + [sym_this] = ACTIONS(1573), + [sym_super] = ACTIONS(1573), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_undefined] = ACTIONS(1573), + [anon_sym_AT] = ACTIONS(1571), + [anon_sym_static] = ACTIONS(1573), + [anon_sym_readonly] = ACTIONS(1573), + [anon_sym_get] = ACTIONS(1573), + [anon_sym_set] = ACTIONS(1573), + [anon_sym_declare] = ACTIONS(1573), + [anon_sym_public] = ACTIONS(1573), + [anon_sym_private] = ACTIONS(1573), + [anon_sym_protected] = ACTIONS(1573), + [anon_sym_override] = ACTIONS(1573), + [anon_sym_module] = ACTIONS(1573), + [anon_sym_any] = ACTIONS(1573), + [anon_sym_number] = ACTIONS(1573), + [anon_sym_boolean] = ACTIONS(1573), + [anon_sym_string] = ACTIONS(1573), + [anon_sym_symbol] = ACTIONS(1573), + [anon_sym_abstract] = ACTIONS(1573), + [anon_sym_satisfies] = ACTIONS(1575), + [anon_sym_interface] = ACTIONS(1573), + [anon_sym_enum] = ACTIONS(1573), + [sym__automatic_semicolon] = ACTIONS(1579), + [sym__ternary_qmark] = ACTIONS(1577), }, [167] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1977), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1345), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1345), - [anon_sym_RBRACK] = ACTIONS(1345), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), - [anon_sym_extends] = ACTIONS(1347), + [ts_builtin_sym_end] = ACTIONS(1581), + [sym_identifier] = ACTIONS(1583), + [anon_sym_export] = ACTIONS(1583), + [anon_sym_STAR] = ACTIONS(1585), + [anon_sym_default] = ACTIONS(1583), + [anon_sym_type] = ACTIONS(1583), + [anon_sym_as] = ACTIONS(1585), + [anon_sym_namespace] = ACTIONS(1583), + [anon_sym_LBRACE] = ACTIONS(1581), + [anon_sym_COMMA] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1581), + [anon_sym_typeof] = ACTIONS(1583), + [anon_sym_import] = ACTIONS(1583), + [anon_sym_var] = ACTIONS(1583), + [anon_sym_let] = ACTIONS(1583), + [anon_sym_const] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_else] = ACTIONS(1583), + [anon_sym_if] = ACTIONS(1583), + [anon_sym_switch] = ACTIONS(1583), + [anon_sym_for] = ACTIONS(1583), + [anon_sym_LPAREN] = ACTIONS(1581), + [anon_sym_await] = ACTIONS(1583), + [anon_sym_in] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1583), + [anon_sym_do] = ACTIONS(1583), + [anon_sym_try] = ACTIONS(1583), + [anon_sym_with] = ACTIONS(1583), + [anon_sym_break] = ACTIONS(1583), + [anon_sym_continue] = ACTIONS(1583), + [anon_sym_debugger] = ACTIONS(1583), + [anon_sym_return] = ACTIONS(1583), + [anon_sym_throw] = ACTIONS(1583), + [anon_sym_SEMI] = ACTIONS(1581), + [anon_sym_case] = ACTIONS(1583), + [anon_sym_yield] = ACTIONS(1583), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_LTtemplate_GT] = ACTIONS(1581), + [anon_sym_GT] = ACTIONS(1585), + [anon_sym_DOT] = ACTIONS(1585), + [anon_sym_class] = ACTIONS(1583), + [anon_sym_async] = ACTIONS(1583), + [anon_sym_function] = ACTIONS(1583), + [anon_sym_QMARK_DOT] = ACTIONS(1587), + [anon_sym_new] = ACTIONS(1583), + [anon_sym_AMP_AMP] = ACTIONS(1587), + [anon_sym_PIPE_PIPE] = ACTIONS(1587), + [anon_sym_GT_GT] = ACTIONS(1585), + [anon_sym_GT_GT_GT] = ACTIONS(1587), + [anon_sym_LT_LT] = ACTIONS(1587), + [anon_sym_AMP] = ACTIONS(1585), + [anon_sym_CARET] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1583), + [anon_sym_SLASH] = ACTIONS(1583), + [anon_sym_PERCENT] = ACTIONS(1587), + [anon_sym_STAR_STAR] = ACTIONS(1587), + [anon_sym_LT] = ACTIONS(1583), + [anon_sym_LT_EQ] = ACTIONS(1587), + [anon_sym_EQ_EQ] = ACTIONS(1585), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1587), + [anon_sym_BANG_EQ] = ACTIONS(1585), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1587), + [anon_sym_QMARK_QMARK] = ACTIONS(1587), + [anon_sym_instanceof] = ACTIONS(1585), + [anon_sym_TILDE] = ACTIONS(1581), + [anon_sym_void] = ACTIONS(1583), + [anon_sym_delete] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1581), + [anon_sym_SQUOTE] = ACTIONS(1581), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1581), + [sym_number] = ACTIONS(1581), + [sym_this] = ACTIONS(1583), + [sym_super] = ACTIONS(1583), + [sym_true] = ACTIONS(1583), + [sym_false] = ACTIONS(1583), + [sym_null] = ACTIONS(1583), + [sym_undefined] = ACTIONS(1583), + [anon_sym_AT] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1583), + [anon_sym_readonly] = ACTIONS(1583), + [anon_sym_get] = ACTIONS(1583), + [anon_sym_set] = ACTIONS(1583), + [anon_sym_declare] = ACTIONS(1583), + [anon_sym_public] = ACTIONS(1583), + [anon_sym_private] = ACTIONS(1583), + [anon_sym_protected] = ACTIONS(1583), + [anon_sym_override] = ACTIONS(1583), + [anon_sym_module] = ACTIONS(1583), + [anon_sym_any] = ACTIONS(1583), + [anon_sym_number] = ACTIONS(1583), + [anon_sym_boolean] = ACTIONS(1583), + [anon_sym_string] = ACTIONS(1583), + [anon_sym_symbol] = ACTIONS(1583), + [anon_sym_abstract] = ACTIONS(1583), + [anon_sym_satisfies] = ACTIONS(1585), + [anon_sym_interface] = ACTIONS(1583), + [anon_sym_enum] = ACTIONS(1583), + [sym__automatic_semicolon] = ACTIONS(1589), + [sym__ternary_qmark] = ACTIONS(1587), }, [168] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1950), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3436), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3436), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1151), - [sym_subscript_expression] = STATE(1151), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3436), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1151), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(1569), - [anon_sym_export] = ACTIONS(1571), - [anon_sym_type] = ACTIONS(1571), - [anon_sym_namespace] = ACTIONS(1573), - [anon_sym_LBRACE] = ACTIONS(1557), - [anon_sym_COMMA] = ACTIONS(1559), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1561), - [anon_sym_RBRACK] = ACTIONS(1563), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1575), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1567), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1571), - [anon_sym_readonly] = ACTIONS(1571), - [anon_sym_get] = ACTIONS(1571), - [anon_sym_set] = ACTIONS(1571), - [anon_sym_declare] = ACTIONS(1571), - [anon_sym_public] = ACTIONS(1571), - [anon_sym_private] = ACTIONS(1571), - [anon_sym_protected] = ACTIONS(1571), - [anon_sym_override] = ACTIONS(1571), - [anon_sym_module] = ACTIONS(1571), - [anon_sym_any] = ACTIONS(1571), - [anon_sym_number] = ACTIONS(1571), - [anon_sym_boolean] = ACTIONS(1571), - [anon_sym_string] = ACTIONS(1571), - [anon_sym_symbol] = ACTIONS(1571), + [ts_builtin_sym_end] = ACTIONS(1591), + [sym_identifier] = ACTIONS(1593), + [anon_sym_export] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_type] = ACTIONS(1593), + [anon_sym_as] = ACTIONS(1595), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1591), + [anon_sym_COMMA] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1591), + [anon_sym_typeof] = ACTIONS(1593), + [anon_sym_import] = ACTIONS(1593), + [anon_sym_var] = ACTIONS(1593), + [anon_sym_let] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_BANG] = ACTIONS(1593), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_LPAREN] = ACTIONS(1591), + [anon_sym_await] = ACTIONS(1593), + [anon_sym_in] = ACTIONS(1595), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_with] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_debugger] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1591), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_yield] = ACTIONS(1593), + [anon_sym_LBRACK] = ACTIONS(1591), + [anon_sym_LTtemplate_GT] = ACTIONS(1591), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_DOT] = ACTIONS(1595), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_async] = ACTIONS(1593), + [anon_sym_function] = ACTIONS(1593), + [anon_sym_QMARK_DOT] = ACTIONS(1597), + [anon_sym_new] = ACTIONS(1593), + [anon_sym_AMP_AMP] = ACTIONS(1597), + [anon_sym_PIPE_PIPE] = ACTIONS(1597), + [anon_sym_GT_GT] = ACTIONS(1595), + [anon_sym_GT_GT_GT] = ACTIONS(1597), + [anon_sym_LT_LT] = ACTIONS(1597), + [anon_sym_AMP] = ACTIONS(1595), + [anon_sym_CARET] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_SLASH] = ACTIONS(1593), + [anon_sym_PERCENT] = ACTIONS(1597), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1593), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1595), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1597), + [anon_sym_GT_EQ] = ACTIONS(1597), + [anon_sym_QMARK_QMARK] = ACTIONS(1597), + [anon_sym_instanceof] = ACTIONS(1595), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_void] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_PLUS_PLUS] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1593), + [anon_sym_DQUOTE] = ACTIONS(1591), + [anon_sym_SQUOTE] = ACTIONS(1591), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1591), + [sym_number] = ACTIONS(1591), + [sym_this] = ACTIONS(1593), + [sym_super] = ACTIONS(1593), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), + [sym_undefined] = ACTIONS(1593), + [anon_sym_AT] = ACTIONS(1591), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_readonly] = ACTIONS(1593), + [anon_sym_get] = ACTIONS(1593), + [anon_sym_set] = ACTIONS(1593), + [anon_sym_declare] = ACTIONS(1593), + [anon_sym_public] = ACTIONS(1593), + [anon_sym_private] = ACTIONS(1593), + [anon_sym_protected] = ACTIONS(1593), + [anon_sym_override] = ACTIONS(1593), + [anon_sym_module] = ACTIONS(1593), + [anon_sym_any] = ACTIONS(1593), + [anon_sym_number] = ACTIONS(1593), + [anon_sym_boolean] = ACTIONS(1593), + [anon_sym_string] = ACTIONS(1593), + [anon_sym_symbol] = ACTIONS(1593), + [anon_sym_abstract] = ACTIONS(1593), + [anon_sym_satisfies] = ACTIONS(1595), + [anon_sym_interface] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [sym__automatic_semicolon] = ACTIONS(1599), + [sym__ternary_qmark] = ACTIONS(1597), }, [169] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1576), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3878), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3559), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3560), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1577), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1577), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1561), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3792), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3710), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3709), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1601), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1601), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [170] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_assignment_pattern] = STATE(3466), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1828), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(3533), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(3533), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1171), + [sym_subscript_expression] = STATE(1171), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(3533), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), [sym_pattern] = STATE(3384), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_pattern_repeat1] = STATE(3479), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(1559), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), - [anon_sym_RBRACK] = ACTIONS(1563), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1171), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(1604), + [anon_sym_export] = ACTIONS(1606), + [anon_sym_type] = ACTIONS(1606), + [anon_sym_namespace] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1447), + [anon_sym_COMMA] = ACTIONS(1449), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1451), + [anon_sym_RBRACK] = ACTIONS(1453), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1610), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1457), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1606), + [anon_sym_readonly] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1606), + [anon_sym_set] = ACTIONS(1606), + [anon_sym_declare] = ACTIONS(1606), + [anon_sym_public] = ACTIONS(1606), + [anon_sym_private] = ACTIONS(1606), + [anon_sym_protected] = ACTIONS(1606), + [anon_sym_override] = ACTIONS(1606), + [anon_sym_module] = ACTIONS(1606), + [anon_sym_any] = ACTIONS(1606), + [anon_sym_number] = ACTIONS(1606), + [anon_sym_boolean] = ACTIONS(1606), + [anon_sym_string] = ACTIONS(1606), + [anon_sym_symbol] = ACTIONS(1606), }, [171] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1576), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3878), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3559), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3560), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1577), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1580), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2014), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1405), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1405), + [anon_sym_RBRACK] = ACTIONS(1405), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), + [anon_sym_extends] = ACTIONS(1407), }, [172] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_assignment_pattern] = STATE(3423), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3328), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_pattern_repeat1] = STATE(3646), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(1559), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), - [anon_sym_RBRACK] = ACTIONS(1584), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_assignment_pattern] = STATE(3574), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3384), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_pattern_repeat1] = STATE(3596), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(1449), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), + [anon_sym_RBRACK] = ACTIONS(1453), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [173] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1576), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3878), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_spread_element] = STATE(3559), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3560), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1577), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_RBRACK] = ACTIONS(1586), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1561), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3792), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3710), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3709), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1601), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1612), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [174] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_assignment_pattern] = STATE(3878), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3560), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(1590), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), - [anon_sym_RBRACK] = ACTIONS(1590), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_assignment_pattern] = STATE(3529), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3386), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_pattern_repeat1] = STATE(3645), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(1449), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), + [anon_sym_RBRACK] = ACTIONS(1616), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [175] = { - [sym_identifier] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1592), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1592), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1592), - [anon_sym_LBRACE] = ACTIONS(1594), - [anon_sym_COMMA] = ACTIONS(208), - [anon_sym_typeof] = ACTIONS(1592), - [anon_sym_import] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1594), - [anon_sym_RPAREN] = ACTIONS(208), - [anon_sym_await] = ACTIONS(1592), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(208), - [anon_sym_yield] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_LTtemplate_GT] = ACTIONS(1594), - [anon_sym_LT] = ACTIONS(1592), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(1592), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(1592), - [anon_sym_async] = ACTIONS(1592), - [anon_sym_function] = ACTIONS(1592), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1592), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1594), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1592), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(1594), - [anon_sym_void] = ACTIONS(1592), - [anon_sym_delete] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1594), - [anon_sym_DASH_DASH] = ACTIONS(1594), - [anon_sym_DQUOTE] = ACTIONS(1594), - [anon_sym_SQUOTE] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1594), - [sym_number] = ACTIONS(1594), - [sym_this] = ACTIONS(1592), - [sym_super] = ACTIONS(1592), - [sym_true] = ACTIONS(1592), - [sym_false] = ACTIONS(1592), - [sym_null] = ACTIONS(1592), - [sym_undefined] = ACTIONS(1592), - [anon_sym_AT] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1592), - [anon_sym_readonly] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(1592), - [anon_sym_public] = ACTIONS(1592), - [anon_sym_private] = ACTIONS(1592), - [anon_sym_protected] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1592), - [anon_sym_any] = ACTIONS(1592), - [anon_sym_number] = ACTIONS(1592), - [anon_sym_boolean] = ACTIONS(1592), - [anon_sym_string] = ACTIONS(1592), - [anon_sym_symbol] = ACTIONS(1592), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1561), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3792), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_spread_element] = STATE(3710), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3709), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1601), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_RBRACK] = ACTIONS(1618), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [176] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1481), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(1345), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_assignment_pattern] = STATE(3792), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3709), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(1622), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), + [anon_sym_RBRACK] = ACTIONS(1622), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), - [anon_sym_extends] = ACTIONS(1347), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [177] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1775), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1345), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1552), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_spread_element] = STATE(3580), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3581), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1624), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1626), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - [anon_sym_extends] = ACTIONS(1347), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [178] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1590), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(1345), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3330), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_accessibility_modifier] = STATE(209), + [sym_override_modifier] = STATE(215), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(1149), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - [anon_sym_extends] = ACTIONS(1347), + [anon_sym_class] = ACTIONS(1630), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1632), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(702), + [anon_sym_private] = ACTIONS(702), + [anon_sym_protected] = ACTIONS(702), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [179] = { - [sym_identifier] = ACTIONS(1596), - [anon_sym_export] = ACTIONS(1596), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1596), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1596), - [anon_sym_LBRACE] = ACTIONS(1598), - [anon_sym_COMMA] = ACTIONS(208), - [anon_sym_typeof] = ACTIONS(1596), - [anon_sym_import] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(208), - [anon_sym_await] = ACTIONS(1596), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(208), - [anon_sym_yield] = ACTIONS(1596), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_LTtemplate_GT] = ACTIONS(1598), - [anon_sym_LT] = ACTIONS(1596), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(1596), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(1596), - [anon_sym_async] = ACTIONS(1596), - [anon_sym_function] = ACTIONS(1596), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1596), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1598), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1596), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(1598), - [anon_sym_void] = ACTIONS(1596), - [anon_sym_delete] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1598), - [anon_sym_DASH_DASH] = ACTIONS(1598), - [anon_sym_DQUOTE] = ACTIONS(1598), - [anon_sym_SQUOTE] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1598), - [sym_number] = ACTIONS(1598), - [sym_this] = ACTIONS(1596), - [sym_super] = ACTIONS(1596), - [sym_true] = ACTIONS(1596), - [sym_false] = ACTIONS(1596), - [sym_null] = ACTIONS(1596), - [sym_undefined] = ACTIONS(1596), - [anon_sym_AT] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1596), - [anon_sym_readonly] = ACTIONS(1596), - [anon_sym_get] = ACTIONS(1596), - [anon_sym_set] = ACTIONS(1596), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(1596), - [anon_sym_public] = ACTIONS(1596), - [anon_sym_private] = ACTIONS(1596), - [anon_sym_protected] = ACTIONS(1596), - [anon_sym_override] = ACTIONS(1596), - [anon_sym_module] = ACTIONS(1596), - [anon_sym_any] = ACTIONS(1596), - [anon_sym_number] = ACTIONS(1596), - [anon_sym_boolean] = ACTIONS(1596), - [anon_sym_string] = ACTIONS(1596), - [anon_sym_symbol] = ACTIONS(1596), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1662), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1405), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), + [anon_sym_extends] = ACTIONS(1407), }, [180] = { - [sym_identifier] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1592), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1592), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1592), - [anon_sym_LBRACE] = ACTIONS(1594), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(1592), - [anon_sym_import] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1594), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(1592), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_LTtemplate_GT] = ACTIONS(1594), - [anon_sym_LT] = ACTIONS(1592), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(1592), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(1592), - [anon_sym_async] = ACTIONS(1592), - [anon_sym_function] = ACTIONS(1592), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1592), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1594), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1592), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(1594), - [anon_sym_void] = ACTIONS(1592), - [anon_sym_delete] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1594), - [anon_sym_DASH_DASH] = ACTIONS(1594), - [anon_sym_DQUOTE] = ACTIONS(1594), - [anon_sym_SQUOTE] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1594), - [sym_number] = ACTIONS(1594), - [sym_this] = ACTIONS(1592), - [sym_super] = ACTIONS(1592), - [sym_true] = ACTIONS(1592), - [sym_false] = ACTIONS(1592), - [sym_null] = ACTIONS(1592), - [sym_undefined] = ACTIONS(1592), - [anon_sym_AT] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1592), - [anon_sym_readonly] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(1592), - [anon_sym_public] = ACTIONS(1592), - [anon_sym_private] = ACTIONS(1592), - [anon_sym_protected] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1592), - [anon_sym_any] = ACTIONS(1592), - [anon_sym_number] = ACTIONS(1592), - [anon_sym_boolean] = ACTIONS(1592), - [anon_sym_string] = ACTIONS(1592), - [anon_sym_symbol] = ACTIONS(1592), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1561), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_spread_element] = STATE(3710), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1636), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1636), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_RBRACK] = ACTIONS(1636), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [181] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1513), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_spread_element] = STATE(3490), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3487), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1602), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1551), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_spread_element] = STATE(3518), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3521), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1624), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1638), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [182] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1392), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(1345), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(1405), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - [anon_sym_extends] = ACTIONS(1347), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), + [anon_sym_extends] = ACTIONS(1407), }, [183] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1818), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1345), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1562), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_spread_element] = STATE(3651), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3652), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1624), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1640), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), - [anon_sym_extends] = ACTIONS(1347), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [184] = { - [sym_identifier] = ACTIONS(1596), - [anon_sym_export] = ACTIONS(1596), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1596), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1596), - [anon_sym_LBRACE] = ACTIONS(1598), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_typeof] = ACTIONS(1596), - [anon_sym_import] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_await] = ACTIONS(1596), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_yield] = ACTIONS(1596), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_LTtemplate_GT] = ACTIONS(1598), - [anon_sym_LT] = ACTIONS(1596), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(1596), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_class] = ACTIONS(1596), - [anon_sym_async] = ACTIONS(1596), - [anon_sym_function] = ACTIONS(1596), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_new] = ACTIONS(1596), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1598), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1596), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(1598), - [anon_sym_void] = ACTIONS(1596), - [anon_sym_delete] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1598), - [anon_sym_DASH_DASH] = ACTIONS(1598), - [anon_sym_DQUOTE] = ACTIONS(1598), - [anon_sym_SQUOTE] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1598), - [sym_number] = ACTIONS(1598), - [sym_this] = ACTIONS(1596), - [sym_super] = ACTIONS(1596), - [sym_true] = ACTIONS(1596), - [sym_false] = ACTIONS(1596), - [sym_null] = ACTIONS(1596), - [sym_undefined] = ACTIONS(1596), - [anon_sym_AT] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1596), - [anon_sym_readonly] = ACTIONS(1596), - [anon_sym_get] = ACTIONS(1596), - [anon_sym_set] = ACTIONS(1596), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(1596), - [anon_sym_public] = ACTIONS(1596), - [anon_sym_private] = ACTIONS(1596), - [anon_sym_protected] = ACTIONS(1596), - [anon_sym_override] = ACTIONS(1596), - [anon_sym_module] = ACTIONS(1596), - [anon_sym_any] = ACTIONS(1596), - [anon_sym_number] = ACTIONS(1596), - [anon_sym_boolean] = ACTIONS(1596), - [anon_sym_string] = ACTIONS(1596), - [anon_sym_symbol] = ACTIONS(1596), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1825), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(1405), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + [anon_sym_extends] = ACTIONS(1407), }, [185] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1556), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_spread_element] = STATE(3618), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3619), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1606), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1547), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_spread_element] = STATE(3578), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3572), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1624), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1642), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [186] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3224), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_accessibility_modifier] = STATE(195), - [sym_override_modifier] = STATE(218), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(1147), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1566), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_spread_element] = STATE(3673), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3674), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1624), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1644), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(1608), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1610), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1612), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(688), - [anon_sym_private] = ACTIONS(688), - [anon_sym_protected] = ACTIONS(688), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [187] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1540), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_spread_element] = STATE(3483), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3484), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1424), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(1405), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + [anon_sym_extends] = ACTIONS(1407), }, [188] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1581), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_spread_element] = STATE(3551), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3552), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1616), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1593), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_spread_element] = STATE(3599), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3601), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1624), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1646), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [189] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1553), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_spread_element] = STATE(3515), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3504), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1571), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1405), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), + [anon_sym_extends] = ACTIONS(1407), }, [190] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1537), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_spread_element] = STATE(3573), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3574), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1620), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1938), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1405), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), + [anon_sym_extends] = ACTIONS(1407), }, [191] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1576), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_spread_element] = STATE(3559), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1622), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_RBRACK] = ACTIONS(1622), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1563), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_spread_element] = STATE(3629), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [aux_sym_array_repeat1] = STATE(3627), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_COMMA] = ACTIONS(1624), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1648), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [192] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1562), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_spread_element] = STATE(3576), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [aux_sym_array_repeat1] = STATE(3577), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1624), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3332), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_override_modifier] = STATE(216), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(660), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [193] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1565), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1345), + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1662), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1652), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), - [anon_sym_extends] = ACTIONS(1347), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [194] = { - [sym_import] = STATE(1864), - [sym_expression_statement] = STATE(220), - [sym_empty_statement] = STATE(220), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1938), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1654), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), + }, + [195] = { + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1656), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [196] = { + [sym_import] = STATE(1852), + [sym_expression_statement] = STATE(222), + [sym_empty_statement] = STATE(222), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), @@ -40131,39007 +41092,37059 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, - [195] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3101), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_override_modifier] = STATE(211), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [197] = { + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1658), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1626), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1628), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - }, - [196] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3219), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_override_modifier] = STATE(215), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(626), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1630), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(690), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), - }, - [197] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_assignment_pattern] = STATE(3650), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3636), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(109), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [198] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1594), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2803), - [sym_assignment_pattern] = STATE(3650), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2803), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1068), - [sym_subscript_expression] = STATE(1068), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2803), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3636), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1068), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1295), - [anon_sym_export] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_namespace] = ACTIONS(546), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2014), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1660), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(566), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1299), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(542), - [anon_sym_readonly] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_set] = ACTIONS(542), - [anon_sym_declare] = ACTIONS(542), - [anon_sym_public] = ACTIONS(542), - [anon_sym_private] = ACTIONS(542), - [anon_sym_protected] = ACTIONS(542), - [anon_sym_override] = ACTIONS(542), - [anon_sym_module] = ACTIONS(542), - [anon_sym_any] = ACTIONS(542), - [anon_sym_number] = ACTIONS(542), - [anon_sym_boolean] = ACTIONS(542), - [anon_sym_string] = ACTIONS(542), - [anon_sym_symbol] = ACTIONS(542), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [199] = { - [sym_import] = STATE(1864), - [sym_expression_statement] = STATE(219), - [sym_empty_statement] = STATE(219), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1546), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3673), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(59), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [sym_identifier] = ACTIONS(1662), + [anon_sym_export] = ACTIONS(1662), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1662), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1662), + [anon_sym_LBRACE] = ACTIONS(1664), + [anon_sym_COMMA] = ACTIONS(215), + [anon_sym_typeof] = ACTIONS(1662), + [anon_sym_import] = ACTIONS(1662), + [anon_sym_BANG] = ACTIONS(1662), + [anon_sym_LPAREN] = ACTIONS(1664), + [anon_sym_RPAREN] = ACTIONS(215), + [anon_sym_await] = ACTIONS(1662), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(215), + [anon_sym_yield] = ACTIONS(1662), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_LTtemplate_GT] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(1662), + [anon_sym_async] = ACTIONS(1662), + [anon_sym_function] = ACTIONS(1662), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1662), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1664), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(1662), + [anon_sym_DASH] = ACTIONS(1662), + [anon_sym_SLASH] = ACTIONS(1662), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1662), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(1664), + [anon_sym_void] = ACTIONS(1662), + [anon_sym_delete] = ACTIONS(1662), + [anon_sym_PLUS_PLUS] = ACTIONS(1664), + [anon_sym_DASH_DASH] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [anon_sym_SQUOTE] = ACTIONS(1664), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1664), + [sym_number] = ACTIONS(1664), + [sym_this] = ACTIONS(1662), + [sym_super] = ACTIONS(1662), + [sym_true] = ACTIONS(1662), + [sym_false] = ACTIONS(1662), + [sym_null] = ACTIONS(1662), + [sym_undefined] = ACTIONS(1662), + [anon_sym_AT] = ACTIONS(1664), + [anon_sym_static] = ACTIONS(1662), + [anon_sym_readonly] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1662), + [anon_sym_set] = ACTIONS(1662), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(1662), + [anon_sym_public] = ACTIONS(1662), + [anon_sym_private] = ACTIONS(1662), + [anon_sym_protected] = ACTIONS(1662), + [anon_sym_override] = ACTIONS(1662), + [anon_sym_module] = ACTIONS(1662), + [anon_sym_any] = ACTIONS(1662), + [anon_sym_number] = ACTIONS(1662), + [anon_sym_boolean] = ACTIONS(1662), + [anon_sym_string] = ACTIONS(1662), + [anon_sym_symbol] = ACTIONS(1662), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [200] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1632), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1659), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2887), + [sym_assignment_pattern] = STATE(3986), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2887), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1087), + [sym_subscript_expression] = STATE(1087), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2887), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3516), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1087), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1321), + [anon_sym_export] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_namespace] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(574), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1325), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(552), + [anon_sym_readonly] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_set] = ACTIONS(552), + [anon_sym_declare] = ACTIONS(552), + [anon_sym_public] = ACTIONS(552), + [anon_sym_private] = ACTIONS(552), + [anon_sym_protected] = ACTIONS(552), + [anon_sym_override] = ACTIONS(552), + [anon_sym_module] = ACTIONS(552), + [anon_sym_any] = ACTIONS(552), + [anon_sym_number] = ACTIONS(552), + [anon_sym_boolean] = ACTIONS(552), + [anon_sym_string] = ACTIONS(552), + [anon_sym_symbol] = ACTIONS(552), }, [201] = { - [sym_import] = STATE(1724), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1634), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_assignment_pattern] = STATE(3986), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3516), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(111), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), + }, + [202] = { + [sym_import] = STATE(1852), + [sym_expression_statement] = STATE(221), + [sym_empty_statement] = STATE(221), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1538), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3981), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), + [anon_sym_SEMI] = ACTIONS(59), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - }, - [202] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1977), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1636), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [203] = { - [sym_import] = STATE(2021), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2387), - [sym__type_query_subscript_expression] = STATE(2388), - [sym__type_query_call_expression] = STATE(2484), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1638), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(2032), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2392), + [sym__type_query_subscript_expression] = STATE(2391), + [sym__type_query_call_expression] = STATE(2547), + [sym__type_query_instantiation_expression] = STATE(2665), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1666), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [204] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3219), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1579), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1825), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1668), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(626), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1630), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [205] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1566), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3736), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_identifier] = ACTIONS(1670), + [anon_sym_export] = ACTIONS(1670), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1670), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1670), + [anon_sym_LBRACE] = ACTIONS(1672), + [anon_sym_COMMA] = ACTIONS(215), + [anon_sym_typeof] = ACTIONS(1670), + [anon_sym_import] = ACTIONS(1670), + [anon_sym_BANG] = ACTIONS(1670), + [anon_sym_LPAREN] = ACTIONS(1672), + [anon_sym_RPAREN] = ACTIONS(215), + [anon_sym_await] = ACTIONS(1670), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(215), + [anon_sym_yield] = ACTIONS(1670), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_LTtemplate_GT] = ACTIONS(1672), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(1670), + [anon_sym_async] = ACTIONS(1670), + [anon_sym_function] = ACTIONS(1670), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1670), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1672), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(1670), + [anon_sym_DASH] = ACTIONS(1670), + [anon_sym_SLASH] = ACTIONS(1670), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1670), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(1672), + [anon_sym_void] = ACTIONS(1670), + [anon_sym_delete] = ACTIONS(1670), + [anon_sym_PLUS_PLUS] = ACTIONS(1672), + [anon_sym_DASH_DASH] = ACTIONS(1670), + [anon_sym_DQUOTE] = ACTIONS(1672), + [anon_sym_SQUOTE] = ACTIONS(1672), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1672), + [sym_number] = ACTIONS(1672), + [sym_this] = ACTIONS(1670), + [sym_super] = ACTIONS(1670), + [sym_true] = ACTIONS(1670), + [sym_false] = ACTIONS(1670), + [sym_null] = ACTIONS(1670), + [sym_undefined] = ACTIONS(1670), + [anon_sym_AT] = ACTIONS(1672), + [anon_sym_static] = ACTIONS(1670), + [anon_sym_readonly] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1670), + [anon_sym_set] = ACTIONS(1670), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(1670), + [anon_sym_public] = ACTIONS(1670), + [anon_sym_private] = ACTIONS(1670), + [anon_sym_protected] = ACTIONS(1670), + [anon_sym_override] = ACTIONS(1670), + [anon_sym_module] = ACTIONS(1670), + [anon_sym_any] = ACTIONS(1670), + [anon_sym_number] = ACTIONS(1670), + [anon_sym_boolean] = ACTIONS(1670), + [anon_sym_string] = ACTIONS(1670), + [anon_sym_symbol] = ACTIONS(1670), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [206] = { + [sym_import] = STATE(1579), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1424), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1674), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), - [anon_sym_SEMI] = ACTIONS(1640), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - [sym__automatic_semicolon] = ACTIONS(1640), - }, - [206] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1642), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [207] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1775), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2014), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), + [sym_array] = STATE(1464), [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1644), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1676), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [208] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1646), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [sym_identifier] = ACTIONS(1662), + [anon_sym_export] = ACTIONS(1662), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1662), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1662), + [anon_sym_LBRACE] = ACTIONS(1664), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(1662), + [anon_sym_import] = ACTIONS(1662), + [anon_sym_BANG] = ACTIONS(1662), + [anon_sym_LPAREN] = ACTIONS(1664), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(1662), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(1662), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_LTtemplate_GT] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(1662), + [anon_sym_async] = ACTIONS(1662), + [anon_sym_function] = ACTIONS(1662), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1662), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1664), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(1662), + [anon_sym_DASH] = ACTIONS(1662), + [anon_sym_SLASH] = ACTIONS(1662), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1662), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(1664), + [anon_sym_void] = ACTIONS(1662), + [anon_sym_delete] = ACTIONS(1662), + [anon_sym_PLUS_PLUS] = ACTIONS(1664), + [anon_sym_DASH_DASH] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1664), + [anon_sym_SQUOTE] = ACTIONS(1664), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1664), + [sym_number] = ACTIONS(1664), + [sym_this] = ACTIONS(1662), + [sym_super] = ACTIONS(1662), + [sym_true] = ACTIONS(1662), + [sym_false] = ACTIONS(1662), + [sym_null] = ACTIONS(1662), + [sym_undefined] = ACTIONS(1662), + [anon_sym_AT] = ACTIONS(1664), + [anon_sym_static] = ACTIONS(1662), + [anon_sym_readonly] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1662), + [anon_sym_set] = ACTIONS(1662), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(1662), + [anon_sym_public] = ACTIONS(1662), + [anon_sym_private] = ACTIONS(1662), + [anon_sym_protected] = ACTIONS(1662), + [anon_sym_override] = ACTIONS(1662), + [anon_sym_module] = ACTIONS(1662), + [anon_sym_any] = ACTIONS(1662), + [anon_sym_number] = ACTIONS(1662), + [anon_sym_boolean] = ACTIONS(1662), + [anon_sym_string] = ACTIONS(1662), + [anon_sym_symbol] = ACTIONS(1662), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [209] = { - [sym_import] = STATE(1724), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1590), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1648), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3257), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_override_modifier] = STATE(219), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1678), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1680), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(704), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [210] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1977), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1650), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2014), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1682), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [211] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3106), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1684), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1652), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [212] = { - [sym_import] = STATE(1724), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1481), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1656), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [sym_identifier] = ACTIONS(1670), + [anon_sym_export] = ACTIONS(1670), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1670), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1670), + [anon_sym_LBRACE] = ACTIONS(1672), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_typeof] = ACTIONS(1670), + [anon_sym_import] = ACTIONS(1670), + [anon_sym_BANG] = ACTIONS(1670), + [anon_sym_LPAREN] = ACTIONS(1672), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_await] = ACTIONS(1670), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_yield] = ACTIONS(1670), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_LTtemplate_GT] = ACTIONS(1672), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_class] = ACTIONS(1670), + [anon_sym_async] = ACTIONS(1670), + [anon_sym_function] = ACTIONS(1670), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_new] = ACTIONS(1670), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1672), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(1670), + [anon_sym_DASH] = ACTIONS(1670), + [anon_sym_SLASH] = ACTIONS(1670), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1670), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_TILDE] = ACTIONS(1672), + [anon_sym_void] = ACTIONS(1670), + [anon_sym_delete] = ACTIONS(1670), + [anon_sym_PLUS_PLUS] = ACTIONS(1672), + [anon_sym_DASH_DASH] = ACTIONS(1670), + [anon_sym_DQUOTE] = ACTIONS(1672), + [anon_sym_SQUOTE] = ACTIONS(1672), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1672), + [sym_number] = ACTIONS(1672), + [sym_this] = ACTIONS(1670), + [sym_super] = ACTIONS(1670), + [sym_true] = ACTIONS(1670), + [sym_false] = ACTIONS(1670), + [sym_null] = ACTIONS(1670), + [sym_undefined] = ACTIONS(1670), + [anon_sym_AT] = ACTIONS(1672), + [anon_sym_static] = ACTIONS(1670), + [anon_sym_readonly] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1670), + [anon_sym_set] = ACTIONS(1670), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(1670), + [anon_sym_public] = ACTIONS(1670), + [anon_sym_private] = ACTIONS(1670), + [anon_sym_protected] = ACTIONS(1670), + [anon_sym_override] = ACTIONS(1670), + [anon_sym_module] = ACTIONS(1670), + [anon_sym_any] = ACTIONS(1670), + [anon_sym_number] = ACTIONS(1670), + [anon_sym_boolean] = ACTIONS(1670), + [anon_sym_string] = ACTIONS(1670), + [anon_sym_symbol] = ACTIONS(1670), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [213] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1163), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3434), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3434), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1163), - [sym_subscript_expression] = STATE(1163), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3434), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1163), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1658), - [anon_sym_export] = ACTIONS(1660), - [anon_sym_type] = ACTIONS(1660), - [anon_sym_namespace] = ACTIONS(1662), - [anon_sym_LBRACE] = ACTIONS(1664), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_var] = ACTIONS(1666), - [anon_sym_let] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1670), + [sym_import] = STATE(1243), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1571), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1686), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1672), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1674), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_readonly] = ACTIONS(1660), - [anon_sym_get] = ACTIONS(1660), - [anon_sym_set] = ACTIONS(1660), - [anon_sym_declare] = ACTIONS(1660), - [anon_sym_public] = ACTIONS(1660), - [anon_sym_private] = ACTIONS(1660), - [anon_sym_protected] = ACTIONS(1660), - [anon_sym_override] = ACTIONS(1660), - [anon_sym_module] = ACTIONS(1660), - [anon_sym_any] = ACTIONS(1660), - [anon_sym_number] = ACTIONS(1660), - [anon_sym_boolean] = ACTIONS(1660), - [anon_sym_string] = ACTIONS(1660), - [anon_sym_symbol] = ACTIONS(1660), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [214] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1565), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1676), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1579), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1392), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym__type_query_member_expression] = STATE(2346), + [sym__type_query_subscript_expression] = STATE(2345), + [sym__type_query_call_expression] = STATE(2390), + [sym__type_query_instantiation_expression] = STATE(2423), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1688), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [215] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3108), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3256), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(642), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1690), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [216] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1977), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1680), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3268), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(658), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1694), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [217] = { - [sym_import] = STATE(1282), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1818), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym__type_query_member_expression] = STATE(2340), - [sym__type_query_subscript_expression] = STATE(2341), - [sym__type_query_call_expression] = STATE(2348), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1682), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3332), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(660), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [218] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2826), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2826), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1066), - [sym_subscript_expression] = STATE(1066), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2826), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_pattern] = STATE(3100), - [sym_rest_pattern] = STATE(2806), - [sym_non_null_expression] = STATE(1066), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(596), - [anon_sym_export] = ACTIONS(109), - [anon_sym_type] = ACTIONS(109), - [anon_sym_namespace] = ACTIONS(118), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1175), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(3653), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(3653), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1175), + [sym_subscript_expression] = STATE(1175), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(3653), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1175), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1696), + [anon_sym_export] = ACTIONS(1698), + [anon_sym_type] = ACTIONS(1698), + [anon_sym_namespace] = ACTIONS(1700), + [anon_sym_LBRACE] = ACTIONS(1702), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_var] = ACTIONS(1704), + [anon_sym_let] = ACTIONS(1706), + [anon_sym_const] = ACTIONS(1706), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1708), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(144), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(156), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(1684), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(109), - [anon_sym_readonly] = ACTIONS(1686), - [anon_sym_get] = ACTIONS(109), - [anon_sym_set] = ACTIONS(109), - [anon_sym_declare] = ACTIONS(109), - [anon_sym_public] = ACTIONS(109), - [anon_sym_private] = ACTIONS(109), - [anon_sym_protected] = ACTIONS(109), - [anon_sym_override] = ACTIONS(109), - [anon_sym_module] = ACTIONS(109), - [anon_sym_any] = ACTIONS(109), - [anon_sym_number] = ACTIONS(109), - [anon_sym_boolean] = ACTIONS(109), - [anon_sym_string] = ACTIONS(109), - [anon_sym_symbol] = ACTIONS(109), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1710), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1712), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1698), + [anon_sym_readonly] = ACTIONS(1698), + [anon_sym_get] = ACTIONS(1698), + [anon_sym_set] = ACTIONS(1698), + [anon_sym_declare] = ACTIONS(1698), + [anon_sym_public] = ACTIONS(1698), + [anon_sym_private] = ACTIONS(1698), + [anon_sym_protected] = ACTIONS(1698), + [anon_sym_override] = ACTIONS(1698), + [anon_sym_module] = ACTIONS(1698), + [anon_sym_any] = ACTIONS(1698), + [anon_sym_number] = ACTIONS(1698), + [anon_sym_boolean] = ACTIONS(1698), + [anon_sym_string] = ACTIONS(1698), + [anon_sym_symbol] = ACTIONS(1698), }, [219] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1692), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4115), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1688), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2925), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2925), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1085), + [sym_subscript_expression] = STATE(1085), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2925), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_pattern] = STATE(3145), + [sym_rest_pattern] = STATE(2838), + [sym_non_null_expression] = STATE(1085), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(626), + [anon_sym_export] = ACTIONS(111), + [anon_sym_type] = ACTIONS(111), + [anon_sym_namespace] = ACTIONS(120), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(143), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(1714), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(648), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(111), + [anon_sym_readonly] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_declare] = ACTIONS(111), + [anon_sym_public] = ACTIONS(111), + [anon_sym_private] = ACTIONS(111), + [anon_sym_protected] = ACTIONS(111), + [anon_sym_override] = ACTIONS(111), + [anon_sym_module] = ACTIONS(111), + [anon_sym_any] = ACTIONS(111), + [anon_sym_number] = ACTIONS(111), + [anon_sym_boolean] = ACTIONS(111), + [anon_sym_string] = ACTIONS(111), + [anon_sym_symbol] = ACTIONS(111), }, [220] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1773), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4209), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_RPAREN] = ACTIONS(1690), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1592), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3915), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + [sym__automatic_semicolon] = ACTIONS(1718), }, [221] = { - [sym_namespace_export] = STATE(3684), - [sym_export_clause] = STATE(3402), - [sym_declaration] = STATE(670), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [anon_sym_STAR] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_type] = ACTIONS(1696), - [anon_sym_EQ] = ACTIONS(1698), - [anon_sym_as] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1704), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1808), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4086), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1720), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [222] = { - [sym_namespace_export] = STATE(3684), - [sym_export_clause] = STATE(3402), - [sym_declaration] = STATE(670), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [anon_sym_STAR] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_type] = ACTIONS(1696), - [anon_sym_EQ] = ACTIONS(1698), - [anon_sym_as] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1704), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1786), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4056), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_RPAREN] = ACTIONS(1722), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [223] = { - [sym_namespace_export] = STATE(3684), - [sym_export_clause] = STATE(3402), - [sym_declaration] = STATE(670), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [anon_sym_STAR] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_type] = ACTIONS(1696), - [anon_sym_EQ] = ACTIONS(1698), - [anon_sym_as] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1704), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3214), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3900), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1724), + [anon_sym_export] = ACTIONS(1726), + [anon_sym_type] = ACTIONS(1726), + [anon_sym_namespace] = ACTIONS(1728), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1732), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1726), + [anon_sym_readonly] = ACTIONS(1726), + [anon_sym_get] = ACTIONS(1726), + [anon_sym_set] = ACTIONS(1726), + [anon_sym_declare] = ACTIONS(1726), + [anon_sym_public] = ACTIONS(1726), + [anon_sym_private] = ACTIONS(1726), + [anon_sym_protected] = ACTIONS(1726), + [anon_sym_override] = ACTIONS(1726), + [anon_sym_module] = ACTIONS(1726), + [anon_sym_any] = ACTIONS(1726), + [anon_sym_number] = ACTIONS(1726), + [anon_sym_boolean] = ACTIONS(1726), + [anon_sym_string] = ACTIONS(1726), + [anon_sym_symbol] = ACTIONS(1726), }, [224] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1873), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1447), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1747), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1834), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1745), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), + }, + [225] = { + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1889), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1454), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - }, - [225] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3056), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3741), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1749), - [anon_sym_export] = ACTIONS(1751), - [anon_sym_type] = ACTIONS(1751), - [anon_sym_namespace] = ACTIONS(1753), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1757), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_readonly] = ACTIONS(1751), - [anon_sym_get] = ACTIONS(1751), - [anon_sym_set] = ACTIONS(1751), - [anon_sym_declare] = ACTIONS(1751), - [anon_sym_public] = ACTIONS(1751), - [anon_sym_private] = ACTIONS(1751), - [anon_sym_protected] = ACTIONS(1751), - [anon_sym_override] = ACTIONS(1751), - [anon_sym_module] = ACTIONS(1751), - [anon_sym_any] = ACTIONS(1751), - [anon_sym_number] = ACTIONS(1751), - [anon_sym_boolean] = ACTIONS(1751), - [anon_sym_string] = ACTIONS(1751), - [anon_sym_symbol] = ACTIONS(1751), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [226] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1600), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4089), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1888), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1494), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [227] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1602), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4093), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [228] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1603), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4106), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1886), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1447), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [229] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1606), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4063), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1976), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1690), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [230] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1471), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1283), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1491), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1874), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [231] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1471), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1542), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1523), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1865), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [232] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1473), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1526), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1514), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1841), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [233] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1489), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1525), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1398), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1367), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [234] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1473), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1281), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3131), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3832), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1740), + [anon_sym_export] = ACTIONS(1742), + [anon_sym_type] = ACTIONS(1742), + [anon_sym_namespace] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1746), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1742), + [anon_sym_readonly] = ACTIONS(1742), + [anon_sym_get] = ACTIONS(1742), + [anon_sym_set] = ACTIONS(1742), + [anon_sym_declare] = ACTIONS(1742), + [anon_sym_public] = ACTIONS(1742), + [anon_sym_private] = ACTIONS(1742), + [anon_sym_protected] = ACTIONS(1742), + [anon_sym_override] = ACTIONS(1742), + [anon_sym_module] = ACTIONS(1742), + [anon_sym_any] = ACTIONS(1742), + [anon_sym_number] = ACTIONS(1742), + [anon_sym_boolean] = ACTIONS(1742), + [anon_sym_string] = ACTIONS(1742), + [anon_sym_symbol] = ACTIONS(1742), }, [235] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1489), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1270), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1693), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4007), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [236] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1778), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4198), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3214), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3900), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [237] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1782), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4196), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - }, - [238] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1757), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4194), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - }, - [239] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1080), - [sym_expression] = STATE(1995), - [sym_primary_expression] = STATE(1368), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1080), - [sym_subscript_expression] = STATE(1080), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3056), - [sym_non_null_expression] = STATE(1080), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3741), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1761), - [anon_sym_export] = ACTIONS(1763), - [anon_sym_type] = ACTIONS(1763), - [anon_sym_namespace] = ACTIONS(1765), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1769), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1773), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_readonly] = ACTIONS(1763), - [anon_sym_get] = ACTIONS(1763), - [anon_sym_set] = ACTIONS(1763), - [anon_sym_declare] = ACTIONS(1763), - [anon_sym_public] = ACTIONS(1763), - [anon_sym_private] = ACTIONS(1763), - [anon_sym_protected] = ACTIONS(1763), - [anon_sym_override] = ACTIONS(1763), - [anon_sym_module] = ACTIONS(1763), - [anon_sym_any] = ACTIONS(1763), - [anon_sym_number] = ACTIONS(1763), - [anon_sym_boolean] = ACTIONS(1763), - [anon_sym_string] = ACTIONS(1763), - [anon_sym_symbol] = ACTIONS(1763), - }, - [240] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1543), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3739), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1574), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3913), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + }, + [238] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1748), + [anon_sym_export] = ACTIONS(1750), + [anon_sym_type] = ACTIONS(1750), + [anon_sym_namespace] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1754), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1750), + [anon_sym_readonly] = ACTIONS(1750), + [anon_sym_get] = ACTIONS(1750), + [anon_sym_set] = ACTIONS(1750), + [anon_sym_declare] = ACTIONS(1750), + [anon_sym_public] = ACTIONS(1750), + [anon_sym_private] = ACTIONS(1750), + [anon_sym_protected] = ACTIONS(1750), + [anon_sym_override] = ACTIONS(1750), + [anon_sym_module] = ACTIONS(1750), + [anon_sym_any] = ACTIONS(1750), + [anon_sym_number] = ACTIONS(1750), + [anon_sym_boolean] = ACTIONS(1750), + [anon_sym_string] = ACTIONS(1750), + [anon_sym_symbol] = ACTIONS(1750), + }, + [239] = { + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1398), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1914), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), + }, + [240] = { + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1477), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1933), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [241] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1080), - [sym_expression] = STATE(1995), - [sym_primary_expression] = STATE(1368), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1080), - [sym_subscript_expression] = STATE(1080), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1080), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1775), - [anon_sym_export] = ACTIONS(1777), - [anon_sym_type] = ACTIONS(1777), - [anon_sym_namespace] = ACTIONS(1779), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1878), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_mapped_type_clause] = STATE(4010), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1756), + [anon_sym_export] = ACTIONS(1758), + [anon_sym_type] = ACTIONS(1758), + [anon_sym_namespace] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_DOT] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1781), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1773), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1777), - [anon_sym_readonly] = ACTIONS(1777), - [anon_sym_get] = ACTIONS(1777), - [anon_sym_set] = ACTIONS(1777), - [anon_sym_declare] = ACTIONS(1777), - [anon_sym_public] = ACTIONS(1777), - [anon_sym_private] = ACTIONS(1777), - [anon_sym_protected] = ACTIONS(1777), - [anon_sym_override] = ACTIONS(1777), - [anon_sym_module] = ACTIONS(1777), - [anon_sym_any] = ACTIONS(1777), - [anon_sym_number] = ACTIONS(1777), - [anon_sym_boolean] = ACTIONS(1777), - [anon_sym_string] = ACTIONS(1777), - [anon_sym_symbol] = ACTIONS(1777), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1762), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1758), + [anon_sym_readonly] = ACTIONS(1758), + [anon_sym_get] = ACTIONS(1758), + [anon_sym_set] = ACTIONS(1758), + [anon_sym_declare] = ACTIONS(1758), + [anon_sym_public] = ACTIONS(1758), + [anon_sym_private] = ACTIONS(1758), + [anon_sym_protected] = ACTIONS(1758), + [anon_sym_override] = ACTIONS(1758), + [anon_sym_module] = ACTIONS(1758), + [anon_sym_any] = ACTIONS(1758), + [anon_sym_number] = ACTIONS(1758), + [anon_sym_boolean] = ACTIONS(1758), + [anon_sym_string] = ACTIONS(1758), + [anon_sym_symbol] = ACTIONS(1758), }, [242] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1449), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1523), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1446), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1958), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [243] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1838), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1748), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1119), + [sym_expression] = STATE(2030), + [sym_primary_expression] = STATE(1441), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1119), + [sym_subscript_expression] = STATE(1119), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1119), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1764), + [anon_sym_export] = ACTIONS(1766), + [anon_sym_type] = ACTIONS(1766), + [anon_sym_namespace] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(166), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1772), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1776), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1766), + [anon_sym_readonly] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(1766), + [anon_sym_set] = ACTIONS(1766), + [anon_sym_declare] = ACTIONS(1766), + [anon_sym_public] = ACTIONS(1766), + [anon_sym_private] = ACTIONS(1766), + [anon_sym_protected] = ACTIONS(1766), + [anon_sym_override] = ACTIONS(1766), + [anon_sym_module] = ACTIONS(1766), + [anon_sym_any] = ACTIONS(1766), + [anon_sym_number] = ACTIONS(1766), + [anon_sym_boolean] = ACTIONS(1766), + [anon_sym_string] = ACTIONS(1766), + [anon_sym_symbol] = ACTIONS(1766), }, [244] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1393), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4169), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3214), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3900), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1778), + [anon_sym_export] = ACTIONS(1780), + [anon_sym_type] = ACTIONS(1780), + [anon_sym_namespace] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1784), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_readonly] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(1780), + [anon_sym_set] = ACTIONS(1780), + [anon_sym_declare] = ACTIONS(1780), + [anon_sym_public] = ACTIONS(1780), + [anon_sym_private] = ACTIONS(1780), + [anon_sym_protected] = ACTIONS(1780), + [anon_sym_override] = ACTIONS(1780), + [anon_sym_module] = ACTIONS(1780), + [anon_sym_any] = ACTIONS(1780), + [anon_sym_number] = ACTIONS(1780), + [anon_sym_boolean] = ACTIONS(1780), + [anon_sym_string] = ACTIONS(1780), + [anon_sym_symbol] = ACTIONS(1780), }, [245] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1080), - [sym_expression] = STATE(1995), - [sym_primary_expression] = STATE(1368), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1080), - [sym_subscript_expression] = STATE(1080), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1080), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1761), - [anon_sym_export] = ACTIONS(1763), - [anon_sym_type] = ACTIONS(1763), - [anon_sym_namespace] = ACTIONS(1765), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1780), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4049), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1769), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1773), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1763), - [anon_sym_readonly] = ACTIONS(1763), - [anon_sym_get] = ACTIONS(1763), - [anon_sym_set] = ACTIONS(1763), - [anon_sym_declare] = ACTIONS(1763), - [anon_sym_public] = ACTIONS(1763), - [anon_sym_private] = ACTIONS(1763), - [anon_sym_protected] = ACTIONS(1763), - [anon_sym_override] = ACTIONS(1763), - [anon_sym_module] = ACTIONS(1763), - [anon_sym_any] = ACTIONS(1763), - [anon_sym_number] = ACTIONS(1763), - [anon_sym_boolean] = ACTIONS(1763), - [anon_sym_string] = ACTIONS(1763), - [anon_sym_symbol] = ACTIONS(1763), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [246] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1867), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1767), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1119), + [sym_expression] = STATE(2030), + [sym_primary_expression] = STATE(1441), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1119), + [sym_subscript_expression] = STATE(1119), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3214), + [sym_non_null_expression] = STATE(1119), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3900), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1786), + [anon_sym_export] = ACTIONS(1788), + [anon_sym_type] = ACTIONS(1788), + [anon_sym_namespace] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(166), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1792), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1776), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_readonly] = ACTIONS(1788), + [anon_sym_get] = ACTIONS(1788), + [anon_sym_set] = ACTIONS(1788), + [anon_sym_declare] = ACTIONS(1788), + [anon_sym_public] = ACTIONS(1788), + [anon_sym_private] = ACTIONS(1788), + [anon_sym_protected] = ACTIONS(1788), + [anon_sym_override] = ACTIONS(1788), + [anon_sym_module] = ACTIONS(1788), + [anon_sym_any] = ACTIONS(1788), + [anon_sym_number] = ACTIONS(1788), + [anon_sym_boolean] = ACTIONS(1788), + [anon_sym_string] = ACTIONS(1788), + [anon_sym_symbol] = ACTIONS(1788), }, [247] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1774), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4055), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1514), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1619), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [248] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1940), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1752), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1523), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1620), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [249] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3056), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3741), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1783), - [anon_sym_export] = ACTIONS(1785), - [anon_sym_type] = ACTIONS(1785), - [anon_sym_namespace] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1778), + [anon_sym_export] = ACTIONS(1780), + [anon_sym_type] = ACTIONS(1780), + [anon_sym_namespace] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1789), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1785), - [anon_sym_readonly] = ACTIONS(1785), - [anon_sym_get] = ACTIONS(1785), - [anon_sym_set] = ACTIONS(1785), - [anon_sym_declare] = ACTIONS(1785), - [anon_sym_public] = ACTIONS(1785), - [anon_sym_private] = ACTIONS(1785), - [anon_sym_protected] = ACTIONS(1785), - [anon_sym_override] = ACTIONS(1785), - [anon_sym_module] = ACTIONS(1785), - [anon_sym_any] = ACTIONS(1785), - [anon_sym_number] = ACTIONS(1785), - [anon_sym_boolean] = ACTIONS(1785), - [anon_sym_string] = ACTIONS(1785), - [anon_sym_symbol] = ACTIONS(1785), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1784), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_readonly] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(1780), + [anon_sym_set] = ACTIONS(1780), + [anon_sym_declare] = ACTIONS(1780), + [anon_sym_public] = ACTIONS(1780), + [anon_sym_private] = ACTIONS(1780), + [anon_sym_protected] = ACTIONS(1780), + [anon_sym_override] = ACTIONS(1780), + [anon_sym_module] = ACTIONS(1780), + [anon_sym_any] = ACTIONS(1780), + [anon_sym_number] = ACTIONS(1780), + [anon_sym_boolean] = ACTIONS(1780), + [anon_sym_string] = ACTIONS(1780), + [anon_sym_symbol] = ACTIONS(1780), }, [250] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1877), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1763), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1491), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1621), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [251] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1874), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1764), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1961), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1718), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [252] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1873), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1587), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [sym_namespace_export] = STATE(3970), + [sym_export_clause] = STATE(3380), + [sym_declaration] = STATE(713), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_default] = ACTIONS(1796), + [anon_sym_type] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1800), + [anon_sym_as] = ACTIONS(1802), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1837), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [253] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1824), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_mapped_type_clause] = STATE(3959), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1791), - [anon_sym_export] = ACTIONS(1793), - [anon_sym_type] = ACTIONS(1793), - [anon_sym_namespace] = ACTIONS(1795), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1398), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1623), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1797), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_get] = ACTIONS(1793), - [anon_sym_set] = ACTIONS(1793), - [anon_sym_declare] = ACTIONS(1793), - [anon_sym_public] = ACTIONS(1793), - [anon_sym_private] = ACTIONS(1793), - [anon_sym_protected] = ACTIONS(1793), - [anon_sym_override] = ACTIONS(1793), - [anon_sym_module] = ACTIONS(1793), - [anon_sym_any] = ACTIONS(1793), - [anon_sym_number] = ACTIONS(1793), - [anon_sym_boolean] = ACTIONS(1793), - [anon_sym_string] = ACTIONS(1793), - [anon_sym_symbol] = ACTIONS(1793), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [254] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1449), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1298), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [255] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1717), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(3915), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1119), + [sym_expression] = STATE(2030), + [sym_primary_expression] = STATE(1441), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1119), + [sym_subscript_expression] = STATE(1119), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1119), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1845), + [anon_sym_export] = ACTIONS(1847), + [anon_sym_type] = ACTIONS(1847), + [anon_sym_namespace] = ACTIONS(1849), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1851), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1776), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1847), + [anon_sym_readonly] = ACTIONS(1847), + [anon_sym_get] = ACTIONS(1847), + [anon_sym_set] = ACTIONS(1847), + [anon_sym_declare] = ACTIONS(1847), + [anon_sym_public] = ACTIONS(1847), + [anon_sym_private] = ACTIONS(1847), + [anon_sym_protected] = ACTIONS(1847), + [anon_sym_override] = ACTIONS(1847), + [anon_sym_module] = ACTIONS(1847), + [anon_sym_any] = ACTIONS(1847), + [anon_sym_number] = ACTIONS(1847), + [anon_sym_boolean] = ACTIONS(1847), + [anon_sym_string] = ACTIONS(1847), + [anon_sym_symbol] = ACTIONS(1847), }, [256] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1693), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4105), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1834), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1421), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [257] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1285), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(3322), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - }, - [258] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1477), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1643), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), + }, + [258] = { + [sym_namespace_export] = STATE(3970), + [sym_export_clause] = STATE(3380), + [sym_declaration] = STATE(713), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_default] = ACTIONS(1796), + [anon_sym_type] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1800), + [anon_sym_as] = ACTIONS(1802), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1837), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [259] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1867), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1482), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1886), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1747), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [260] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1413), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1325), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1888), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1748), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [261] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1838), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1500), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1650), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4042), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [262] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1413), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1579), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1889), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1749), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [263] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1785), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4150), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - }, - [264] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1749), - [anon_sym_export] = ACTIONS(1751), - [anon_sym_type] = ACTIONS(1751), - [anon_sym_namespace] = ACTIONS(1753), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1757), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1751), - [anon_sym_readonly] = ACTIONS(1751), - [anon_sym_get] = ACTIONS(1751), - [anon_sym_set] = ACTIONS(1751), - [anon_sym_declare] = ACTIONS(1751), - [anon_sym_public] = ACTIONS(1751), - [anon_sym_private] = ACTIONS(1751), - [anon_sym_protected] = ACTIONS(1751), - [anon_sym_override] = ACTIONS(1751), - [anon_sym_module] = ACTIONS(1751), - [anon_sym_any] = ACTIONS(1751), - [anon_sym_number] = ACTIONS(1751), - [anon_sym_boolean] = ACTIONS(1751), - [anon_sym_string] = ACTIONS(1751), - [anon_sym_symbol] = ACTIONS(1751), - }, - [265] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1410), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2001), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1446), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1664), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, - [266] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1874), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1446), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1747), + [264] = { + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1976), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1526), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + }, + [265] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1793), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4069), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [266] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1804), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4074), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [267] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1877), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1441), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1805), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4083), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [268] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1413), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2004), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3214), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3900), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1740), + [anon_sym_export] = ACTIONS(1742), + [anon_sym_type] = ACTIONS(1742), + [anon_sym_namespace] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1746), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1742), + [anon_sym_readonly] = ACTIONS(1742), + [anon_sym_get] = ACTIONS(1742), + [anon_sym_set] = ACTIONS(1742), + [anon_sym_declare] = ACTIONS(1742), + [anon_sym_public] = ACTIONS(1742), + [anon_sym_private] = ACTIONS(1742), + [anon_sym_protected] = ACTIONS(1742), + [anon_sym_override] = ACTIONS(1742), + [anon_sym_module] = ACTIONS(1742), + [anon_sym_any] = ACTIONS(1742), + [anon_sym_number] = ACTIONS(1742), + [anon_sym_boolean] = ACTIONS(1742), + [anon_sym_string] = ACTIONS(1742), + [anon_sym_symbol] = ACTIONS(1742), }, [269] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1410), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1586), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3214), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3900), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1748), + [anon_sym_export] = ACTIONS(1750), + [anon_sym_type] = ACTIONS(1750), + [anon_sym_namespace] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1754), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1750), + [anon_sym_readonly] = ACTIONS(1750), + [anon_sym_get] = ACTIONS(1750), + [anon_sym_set] = ACTIONS(1750), + [anon_sym_declare] = ACTIONS(1750), + [anon_sym_public] = ACTIONS(1750), + [anon_sym_private] = ACTIONS(1750), + [anon_sym_protected] = ACTIONS(1750), + [anon_sym_override] = ACTIONS(1750), + [anon_sym_module] = ACTIONS(1750), + [anon_sym_any] = ACTIONS(1750), + [anon_sym_number] = ACTIONS(1750), + [anon_sym_boolean] = ACTIONS(1750), + [anon_sym_string] = ACTIONS(1750), + [anon_sym_symbol] = ACTIONS(1750), }, [270] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1449), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1992), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1889), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1452), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [271] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1080), - [sym_expression] = STATE(1995), - [sym_primary_expression] = STATE(1368), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1080), - [sym_subscript_expression] = STATE(1080), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3056), - [sym_non_null_expression] = STATE(1080), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3741), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1801), - [anon_sym_export] = ACTIONS(1803), - [anon_sym_type] = ACTIONS(1803), - [anon_sym_namespace] = ACTIONS(1805), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1491), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1262), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1807), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1773), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_readonly] = ACTIONS(1803), - [anon_sym_get] = ACTIONS(1803), - [anon_sym_set] = ACTIONS(1803), - [anon_sym_declare] = ACTIONS(1803), - [anon_sym_public] = ACTIONS(1803), - [anon_sym_private] = ACTIONS(1803), - [anon_sym_protected] = ACTIONS(1803), - [anon_sym_override] = ACTIONS(1803), - [anon_sym_module] = ACTIONS(1803), - [anon_sym_any] = ACTIONS(1803), - [anon_sym_number] = ACTIONS(1803), - [anon_sym_boolean] = ACTIONS(1803), - [anon_sym_string] = ACTIONS(1803), - [anon_sym_symbol] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [272] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1809), - [anon_sym_export] = ACTIONS(1811), - [anon_sym_type] = ACTIONS(1811), - [anon_sym_namespace] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1523), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1312), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1815), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_readonly] = ACTIONS(1811), - [anon_sym_get] = ACTIONS(1811), - [anon_sym_set] = ACTIONS(1811), - [anon_sym_declare] = ACTIONS(1811), - [anon_sym_public] = ACTIONS(1811), - [anon_sym_private] = ACTIONS(1811), - [anon_sym_protected] = ACTIONS(1811), - [anon_sym_override] = ACTIONS(1811), - [anon_sym_module] = ACTIONS(1811), - [anon_sym_any] = ACTIONS(1811), - [anon_sym_number] = ACTIONS(1811), - [anon_sym_boolean] = ACTIONS(1811), - [anon_sym_string] = ACTIONS(1811), - [anon_sym_symbol] = ACTIONS(1811), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [273] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1489), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1997), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1514), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1366), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [274] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1508), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_sequence_expression] = STATE(3721), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1888), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1474), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [275] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1473), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1963), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1604), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym__extends_clause_single] = STATE(3412), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [276] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1471), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2005), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1886), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1385), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [277] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1961), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1496), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [278] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1685), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4142), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1119), + [sym_expression] = STATE(2030), + [sym_primary_expression] = STATE(1441), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1119), + [sym_subscript_expression] = STATE(1119), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3214), + [sym_non_null_expression] = STATE(1119), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3900), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1764), + [anon_sym_export] = ACTIONS(1766), + [anon_sym_type] = ACTIONS(1766), + [anon_sym_namespace] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1772), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1776), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1766), + [anon_sym_readonly] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(1766), + [anon_sym_set] = ACTIONS(1766), + [anon_sym_declare] = ACTIONS(1766), + [anon_sym_public] = ACTIONS(1766), + [anon_sym_private] = ACTIONS(1766), + [anon_sym_protected] = ACTIONS(1766), + [anon_sym_override] = ACTIONS(1766), + [anon_sym_module] = ACTIONS(1766), + [anon_sym_any] = ACTIONS(1766), + [anon_sym_number] = ACTIONS(1766), + [anon_sym_boolean] = ACTIONS(1766), + [anon_sym_string] = ACTIONS(1766), + [anon_sym_symbol] = ACTIONS(1766), }, [279] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1838), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1442), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1543), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_sequence_expression] = STATE(3909), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [280] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1410), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1247), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1446), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1296), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [281] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1867), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1464), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1119), + [sym_expression] = STATE(2030), + [sym_primary_expression] = STATE(1441), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1119), + [sym_subscript_expression] = STATE(1119), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1119), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1786), + [anon_sym_export] = ACTIONS(1788), + [anon_sym_type] = ACTIONS(1788), + [anon_sym_namespace] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(166), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1792), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1776), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_readonly] = ACTIONS(1788), + [anon_sym_get] = ACTIONS(1788), + [anon_sym_set] = ACTIONS(1788), + [anon_sym_declare] = ACTIONS(1788), + [anon_sym_public] = ACTIONS(1788), + [anon_sym_private] = ACTIONS(1788), + [anon_sym_protected] = ACTIONS(1788), + [anon_sym_override] = ACTIONS(1788), + [anon_sym_module] = ACTIONS(1788), + [anon_sym_any] = ACTIONS(1788), + [anon_sym_number] = ACTIONS(1788), + [anon_sym_boolean] = ACTIONS(1788), + [anon_sym_string] = ACTIONS(1788), + [anon_sym_symbol] = ACTIONS(1788), }, [282] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3056), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3741), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [sym_namespace_export] = STATE(3970), + [sym_export_clause] = STATE(3380), + [sym_declaration] = STATE(713), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_default] = ACTIONS(1796), + [anon_sym_type] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1800), + [anon_sym_as] = ACTIONS(1802), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1837), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [283] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1940), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1429), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1658), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4029), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [284] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3056), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3741), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1817), - [anon_sym_export] = ACTIONS(1819), - [anon_sym_type] = ACTIONS(1819), - [anon_sym_namespace] = ACTIONS(1821), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1446), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1573), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1823), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1819), - [anon_sym_readonly] = ACTIONS(1819), - [anon_sym_get] = ACTIONS(1819), - [anon_sym_set] = ACTIONS(1819), - [anon_sym_declare] = ACTIONS(1819), - [anon_sym_public] = ACTIONS(1819), - [anon_sym_private] = ACTIONS(1819), - [anon_sym_protected] = ACTIONS(1819), - [anon_sym_override] = ACTIONS(1819), - [anon_sym_module] = ACTIONS(1819), - [anon_sym_any] = ACTIONS(1819), - [anon_sym_number] = ACTIONS(1819), - [anon_sym_boolean] = ACTIONS(1819), - [anon_sym_string] = ACTIONS(1819), - [anon_sym_symbol] = ACTIONS(1819), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [285] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1877), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1451), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1878), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_mapped_type_clause] = STATE(4097), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1857), + [anon_sym_export] = ACTIONS(1859), + [anon_sym_type] = ACTIONS(1859), + [anon_sym_namespace] = ACTIONS(1861), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1863), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1859), + [anon_sym_readonly] = ACTIONS(1859), + [anon_sym_get] = ACTIONS(1859), + [anon_sym_set] = ACTIONS(1859), + [anon_sym_declare] = ACTIONS(1859), + [anon_sym_public] = ACTIONS(1859), + [anon_sym_private] = ACTIONS(1859), + [anon_sym_protected] = ACTIONS(1859), + [anon_sym_override] = ACTIONS(1859), + [anon_sym_module] = ACTIONS(1859), + [anon_sym_any] = ACTIONS(1859), + [anon_sym_number] = ACTIONS(1859), + [anon_sym_boolean] = ACTIONS(1859), + [anon_sym_string] = ACTIONS(1859), + [anon_sym_symbol] = ACTIONS(1859), }, [286] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1874), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1452), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1675), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4151), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [287] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1873), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1453), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1677), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4154), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [288] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1824), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_mapped_type_clause] = STATE(3933), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1825), - [anon_sym_export] = ACTIONS(1827), - [anon_sym_type] = ACTIONS(1827), - [anon_sym_namespace] = ACTIONS(1829), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1604), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym__extends_clause_single] = STATE(3704), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1831), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1827), - [anon_sym_readonly] = ACTIONS(1827), - [anon_sym_get] = ACTIONS(1827), - [anon_sym_set] = ACTIONS(1827), - [anon_sym_declare] = ACTIONS(1827), - [anon_sym_public] = ACTIONS(1827), - [anon_sym_private] = ACTIONS(1827), - [anon_sym_protected] = ACTIONS(1827), - [anon_sym_override] = ACTIONS(1827), - [anon_sym_module] = ACTIONS(1827), - [anon_sym_any] = ACTIONS(1827), - [anon_sym_number] = ACTIONS(1827), - [anon_sym_boolean] = ACTIONS(1827), - [anon_sym_string] = ACTIONS(1827), - [anon_sym_symbol] = ACTIONS(1827), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [289] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1410), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1677), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1976), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1511), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [290] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1654), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(3993), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1678), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4156), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [291] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1413), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1658), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1477), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1585), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [292] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1392), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_sequence_expression] = STATE(4228), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1834), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1468), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [293] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1449), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1611), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), + [sym_array] = STATE(1464), [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1724), + [anon_sym_export] = ACTIONS(1726), + [anon_sym_type] = ACTIONS(1726), + [anon_sym_namespace] = ACTIONS(1728), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1732), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1726), + [anon_sym_readonly] = ACTIONS(1726), + [anon_sym_get] = ACTIONS(1726), + [anon_sym_set] = ACTIONS(1726), + [anon_sym_declare] = ACTIONS(1726), + [anon_sym_public] = ACTIONS(1726), + [anon_sym_private] = ACTIONS(1726), + [anon_sym_protected] = ACTIONS(1726), + [anon_sym_override] = ACTIONS(1726), + [anon_sym_module] = ACTIONS(1726), + [anon_sym_any] = ACTIONS(1726), + [anon_sym_number] = ACTIONS(1726), + [anon_sym_boolean] = ACTIONS(1726), + [anon_sym_string] = ACTIONS(1726), + [anon_sym_symbol] = ACTIONS(1726), }, [294] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1080), - [sym_expression] = STATE(1995), - [sym_primary_expression] = STATE(1368), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1080), - [sym_subscript_expression] = STATE(1080), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3056), - [sym_non_null_expression] = STATE(1080), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3741), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1775), - [anon_sym_export] = ACTIONS(1777), - [anon_sym_type] = ACTIONS(1777), - [anon_sym_namespace] = ACTIONS(1779), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_DOT] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1781), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1773), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1777), - [anon_sym_readonly] = ACTIONS(1777), - [anon_sym_get] = ACTIONS(1777), - [anon_sym_set] = ACTIONS(1777), - [anon_sym_declare] = ACTIONS(1777), - [anon_sym_public] = ACTIONS(1777), - [anon_sym_private] = ACTIONS(1777), - [anon_sym_protected] = ACTIONS(1777), - [anon_sym_override] = ACTIONS(1777), - [anon_sym_module] = ACTIONS(1777), - [anon_sym_any] = ACTIONS(1777), - [anon_sym_number] = ACTIONS(1777), - [anon_sym_boolean] = ACTIONS(1777), - [anon_sym_string] = ACTIONS(1777), - [anon_sym_symbol] = ACTIONS(1777), - }, - [295] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1489), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1609), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1221), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), + [sym_array] = STATE(1464), [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1740), + [anon_sym_export] = ACTIONS(1742), + [anon_sym_type] = ACTIONS(1742), + [anon_sym_namespace] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_DOT] = ACTIONS(1730), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1746), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1742), + [anon_sym_readonly] = ACTIONS(1742), + [anon_sym_get] = ACTIONS(1742), + [anon_sym_set] = ACTIONS(1742), + [anon_sym_declare] = ACTIONS(1742), + [anon_sym_public] = ACTIONS(1742), + [anon_sym_private] = ACTIONS(1742), + [anon_sym_protected] = ACTIONS(1742), + [anon_sym_override] = ACTIONS(1742), + [anon_sym_module] = ACTIONS(1742), + [anon_sym_any] = ACTIONS(1742), + [anon_sym_number] = ACTIONS(1742), + [anon_sym_boolean] = ACTIONS(1742), + [anon_sym_string] = ACTIONS(1742), + [anon_sym_symbol] = ACTIONS(1742), + }, + [295] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1501), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4313), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [296] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1473), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1608), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1523), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1550), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [297] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1471), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1607), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1491), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2020), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), + [sym_array] = STATE(1464), [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [298] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3056), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3741), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1809), - [anon_sym_export] = ACTIONS(1811), - [anon_sym_type] = ACTIONS(1811), - [anon_sym_namespace] = ACTIONS(1813), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1446), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2044), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1815), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1811), - [anon_sym_readonly] = ACTIONS(1811), - [anon_sym_get] = ACTIONS(1811), - [anon_sym_set] = ACTIONS(1811), - [anon_sym_declare] = ACTIONS(1811), - [anon_sym_public] = ACTIONS(1811), - [anon_sym_private] = ACTIONS(1811), - [anon_sym_protected] = ACTIONS(1811), - [anon_sym_override] = ACTIONS(1811), - [anon_sym_module] = ACTIONS(1811), - [anon_sym_any] = ACTIONS(1811), - [anon_sym_number] = ACTIONS(1811), - [anon_sym_boolean] = ACTIONS(1811), - [anon_sym_string] = ACTIONS(1811), - [anon_sym_symbol] = ACTIONS(1811), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [299] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1410), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1916), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1302), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(3465), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [300] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1413), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1909), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1775), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4037), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [301] = { - [sym_import] = STATE(1864), - [sym_statement_block] = STATE(1940), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1467), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1747), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1791), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4256), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [302] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1449), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1803), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1523), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2018), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [303] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1489), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1805), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1491), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1548), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [304] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1473), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1808), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1514), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2013), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [305] = { - [sym_import] = STATE(1438), - [sym_statement_block] = STATE(1471), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1814), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1477), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1288), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [306] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(3049), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3726), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1783), - [anon_sym_export] = ACTIONS(1785), - [anon_sym_type] = ACTIONS(1785), - [anon_sym_namespace] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_statement_block] = STATE(1961), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1458), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1789), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1785), - [anon_sym_readonly] = ACTIONS(1785), - [anon_sym_get] = ACTIONS(1785), - [anon_sym_set] = ACTIONS(1785), - [anon_sym_declare] = ACTIONS(1785), - [anon_sym_public] = ACTIONS(1785), - [anon_sym_private] = ACTIONS(1785), - [anon_sym_protected] = ACTIONS(1785), - [anon_sym_override] = ACTIONS(1785), - [anon_sym_module] = ACTIONS(1785), - [anon_sym_any] = ACTIONS(1785), - [anon_sym_number] = ACTIONS(1785), - [anon_sym_boolean] = ACTIONS(1785), - [anon_sym_string] = ACTIONS(1785), - [anon_sym_symbol] = ACTIONS(1785), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [307] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1080), - [sym_expression] = STATE(1995), - [sym_primary_expression] = STATE(1368), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1080), - [sym_subscript_expression] = STATE(1080), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1080), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1801), - [anon_sym_export] = ACTIONS(1803), - [anon_sym_type] = ACTIONS(1803), - [anon_sym_namespace] = ACTIONS(1805), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1676), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4152), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_DOT] = ACTIONS(1767), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1807), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1771), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1773), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1803), - [anon_sym_readonly] = ACTIONS(1803), - [anon_sym_get] = ACTIONS(1803), - [anon_sym_set] = ACTIONS(1803), - [anon_sym_declare] = ACTIONS(1803), - [anon_sym_public] = ACTIONS(1803), - [anon_sym_private] = ACTIONS(1803), - [anon_sym_protected] = ACTIONS(1803), - [anon_sym_override] = ACTIONS(1803), - [anon_sym_module] = ACTIONS(1803), - [anon_sym_any] = ACTIONS(1803), - [anon_sym_number] = ACTIONS(1803), - [anon_sym_boolean] = ACTIONS(1803), - [anon_sym_string] = ACTIONS(1803), - [anon_sym_symbol] = ACTIONS(1803), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [308] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1783), - [anon_sym_export] = ACTIONS(1785), - [anon_sym_type] = ACTIONS(1785), - [anon_sym_namespace] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1119), + [sym_expression] = STATE(2030), + [sym_primary_expression] = STATE(1441), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1119), + [sym_subscript_expression] = STATE(1119), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(3214), + [sym_non_null_expression] = STATE(1119), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3900), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1845), + [anon_sym_export] = ACTIONS(1847), + [anon_sym_type] = ACTIONS(1847), + [anon_sym_namespace] = ACTIONS(1849), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1789), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1785), - [anon_sym_readonly] = ACTIONS(1785), - [anon_sym_get] = ACTIONS(1785), - [anon_sym_set] = ACTIONS(1785), - [anon_sym_declare] = ACTIONS(1785), - [anon_sym_public] = ACTIONS(1785), - [anon_sym_private] = ACTIONS(1785), - [anon_sym_protected] = ACTIONS(1785), - [anon_sym_override] = ACTIONS(1785), - [anon_sym_module] = ACTIONS(1785), - [anon_sym_any] = ACTIONS(1785), - [anon_sym_number] = ACTIONS(1785), - [anon_sym_boolean] = ACTIONS(1785), - [anon_sym_string] = ACTIONS(1785), - [anon_sym_symbol] = ACTIONS(1785), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1851), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1776), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1847), + [anon_sym_readonly] = ACTIONS(1847), + [anon_sym_get] = ACTIONS(1847), + [anon_sym_set] = ACTIONS(1847), + [anon_sym_declare] = ACTIONS(1847), + [anon_sym_public] = ACTIONS(1847), + [anon_sym_private] = ACTIONS(1847), + [anon_sym_protected] = ACTIONS(1847), + [anon_sym_override] = ACTIONS(1847), + [anon_sym_module] = ACTIONS(1847), + [anon_sym_any] = ACTIONS(1847), + [anon_sym_number] = ACTIONS(1847), + [anon_sym_boolean] = ACTIONS(1847), + [anon_sym_string] = ACTIONS(1847), + [anon_sym_symbol] = ACTIONS(1847), }, [309] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1209), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1817), - [anon_sym_export] = ACTIONS(1819), - [anon_sym_type] = ACTIONS(1819), - [anon_sym_namespace] = ACTIONS(1821), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1398), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2001), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_DOT] = ACTIONS(1755), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1823), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1819), - [anon_sym_readonly] = ACTIONS(1819), - [anon_sym_get] = ACTIONS(1819), - [anon_sym_set] = ACTIONS(1819), - [anon_sym_declare] = ACTIONS(1819), - [anon_sym_public] = ACTIONS(1819), - [anon_sym_private] = ACTIONS(1819), - [anon_sym_protected] = ACTIONS(1819), - [anon_sym_override] = ACTIONS(1819), - [anon_sym_module] = ACTIONS(1819), - [anon_sym_any] = ACTIONS(1819), - [anon_sym_number] = ACTIONS(1819), - [anon_sym_boolean] = ACTIONS(1819), - [anon_sym_string] = ACTIONS(1819), - [anon_sym_symbol] = ACTIONS(1819), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [310] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1436), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1398), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1541), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [311] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1976), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1514), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1557), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [312] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1403), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_sequence_expression] = STATE(4034), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [313] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1828), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), + [sym_import] = STATE(1464), + [sym_statement_block] = STATE(1477), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2011), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), + [sym_array] = STATE(1464), [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [314] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1432), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1646), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [315] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1430), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1324), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [316] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1313), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [317] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1306), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [318] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1295), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [319] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1900), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), + }, + [320] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1451), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, - [316] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1395), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [321] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1456), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(1833), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, - [317] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1524), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), - }, - [318] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1862), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - }, - [319] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1522), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), - }, - [320] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1456), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), - }, - [321] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1743), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), + [322] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1787), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), - }, - [322] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1520), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [323] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1749), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1281), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [324] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1514), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1659), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [325] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1689), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1835), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [326] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1762), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1744), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [327] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1547), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2034), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [328] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1766), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2047), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [329] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1575), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1866), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [330] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2040), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [331] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1295), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - }, - [332] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1370), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1388), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + }, + [332] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1814), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [333] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1809), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1938), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [334] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1769), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2045), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [335] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1593), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2002), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [336] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1771), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2025), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [337] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1591), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2000), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [338] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1511), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2042), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [339] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1515), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2041), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [340] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1590), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2038), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [341] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1777), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2037), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [342] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1779), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2036), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [343] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1784), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2035), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [344] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1786), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2010), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [345] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1789), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2009), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [346] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1790), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2008), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [347] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1791), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2006), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [348] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1439), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2021), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [349] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1792), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1544), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [350] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1738), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1940), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [351] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1750), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1554), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [352] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1731), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1386), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [353] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1950), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1539), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [354] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1725), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - }, - [355] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1427), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1429), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + }, + [355] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1907), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [356] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1533), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1330), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [357] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1760), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1568), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [358] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1772), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1598), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [359] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1824), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1828), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [360] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1306), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1559), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [361] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1534), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1423), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [362] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1796), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1825), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(1865), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [363] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1345), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1837), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [364] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1536), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2015), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(2874), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(2874), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1082), + [sym_subscript_expression] = STATE(1082), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(2874), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1082), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1867), + [anon_sym_export] = ACTIONS(1869), + [anon_sym_type] = ACTIONS(1869), + [anon_sym_namespace] = ACTIONS(1871), + [anon_sym_LBRACE] = ACTIONS(628), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1873), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1875), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1869), + [anon_sym_readonly] = ACTIONS(1869), + [anon_sym_get] = ACTIONS(1869), + [anon_sym_set] = ACTIONS(1869), + [anon_sym_declare] = ACTIONS(1869), + [anon_sym_public] = ACTIONS(1869), + [anon_sym_private] = ACTIONS(1869), + [anon_sym_protected] = ACTIONS(1869), + [anon_sym_override] = ACTIONS(1869), + [anon_sym_module] = ACTIONS(1869), + [anon_sym_any] = ACTIONS(1869), + [anon_sym_number] = ACTIONS(1869), + [anon_sym_boolean] = ACTIONS(1869), + [anon_sym_string] = ACTIONS(1869), + [anon_sym_symbol] = ACTIONS(1869), }, [365] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1820), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1346), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [366] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1818), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [367] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1551), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2049), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [368] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1458), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1424), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [369] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1977), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1381), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1839), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [370] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1577), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1607), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [371] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1236), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1609), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [372] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1391), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1606), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), + }, + [373] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1512), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - }, - [373] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1238), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [374] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1552), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1938), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1877), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [375] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1241), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1605), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [376] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1242), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1923), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [377] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1817), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1599), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [378] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1245), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2014), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [379] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1246), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(1999), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [380] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1248), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), - }, - [381] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1421), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1473), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + }, + [381] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1833), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [382] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1758), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1314), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [383] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1249), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1662), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1877), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [384] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1251), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1571), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1877), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [385] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1804), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1466), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [386] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1252), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1591), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [387] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1802), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1422), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [388] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1801), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1839), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [389] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1800), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1334), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [390] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1390), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1399), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [391] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1797), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1469), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [392] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1420), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1818), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [393] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1900), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1960), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [394] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1977), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1691), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1841), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [395] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1901), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1588), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [396] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1904), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1417), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [397] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1954), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1488), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [398] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1578), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1692), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [399] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1905), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1478), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [400] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1906), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1479), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [401] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1907), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1584), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [402] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1280), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1578), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [403] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1908), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1879), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [404] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1472), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1393), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [405] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1910), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1509), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [406] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1911), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1576), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [407] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1912), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), - }, - [408] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), [sym_expression] = STATE(1480), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), - }, - [409] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1921), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), - }, - [410] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1544), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, - [411] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1481), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [408] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1384), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, - [412] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), + [409] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), [sym_expression] = STATE(1483), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + }, + [410] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1899), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), + }, + [411] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1870), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), + }, + [412] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1515), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [413] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1292), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1516), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [414] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1798), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1517), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [415] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1327), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1484), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [416] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1387), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1485), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [417] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1580), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1247), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [418] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1768), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1570), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [419] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1775), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1519), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [420] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1930), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1521), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [421] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1582), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1524), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [422] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1818), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1577), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1839), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [423] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1386), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1424), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(1865), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [424] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1605), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1531), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [425] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1559), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1857), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [426] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1528), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1841), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [427] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1732), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1518), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [428] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1502), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1392), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [429] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1323), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1404), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [430] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1386), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3161), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3161), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1118), - [sym_subscript_expression] = STATE(1118), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3161), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1118), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1843), - [anon_sym_export] = ACTIONS(1066), - [anon_sym_type] = ACTIONS(1066), - [anon_sym_namespace] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1840), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1072), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1845), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1066), - [anon_sym_readonly] = ACTIONS(1066), - [anon_sym_get] = ACTIONS(1066), - [anon_sym_set] = ACTIONS(1066), - [anon_sym_declare] = ACTIONS(1066), - [anon_sym_public] = ACTIONS(1066), - [anon_sym_private] = ACTIONS(1066), - [anon_sym_protected] = ACTIONS(1066), - [anon_sym_override] = ACTIONS(1066), - [anon_sym_module] = ACTIONS(1066), - [anon_sym_any] = ACTIONS(1066), - [anon_sym_number] = ACTIONS(1066), - [anon_sym_boolean] = ACTIONS(1066), - [anon_sym_string] = ACTIONS(1066), - [anon_sym_symbol] = ACTIONS(1066), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [431] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1574), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1880), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [432] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1398), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1854), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [433] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1565), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1510), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [434] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1481), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1962), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), + }, + [435] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1500), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(1833), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, - [435] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1583), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [436] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1877), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [437] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1492), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - }, - [436] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1974), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), - }, - [437] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2000), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [438] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2003), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1291), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [439] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1610), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1499), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [440] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1584), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1838), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [441] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1990), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1316), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), - }, - [442] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1612), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [442] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1879), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [443] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1733), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1495), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [444] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1999), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1611), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [445] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1613), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2014), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), + [sym_array] = STATE(1464), [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1881), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [446] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1614), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1472), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [447] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2007), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1979), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [448] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1615), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1708), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [449] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2008), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1319), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [450] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1984), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(2822), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(2822), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1071), - [sym_subscript_expression] = STATE(1071), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(2822), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1071), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1847), - [anon_sym_export] = ACTIONS(1849), - [anon_sym_type] = ACTIONS(1849), - [anon_sym_namespace] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(598), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1305), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1320), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(1853), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1855), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1849), - [anon_sym_readonly] = ACTIONS(1849), - [anon_sym_get] = ACTIONS(1849), - [anon_sym_set] = ACTIONS(1849), - [anon_sym_declare] = ACTIONS(1849), - [anon_sym_public] = ACTIONS(1849), - [anon_sym_private] = ACTIONS(1849), - [anon_sym_protected] = ACTIONS(1849), - [anon_sym_override] = ACTIONS(1849), - [anon_sym_module] = ACTIONS(1849), - [anon_sym_any] = ACTIONS(1849), - [anon_sym_number] = ACTIONS(1849), - [anon_sym_boolean] = ACTIONS(1849), - [anon_sym_string] = ACTIONS(1849), - [anon_sym_symbol] = ACTIONS(1849), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [451] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1260), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1373), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1839), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [452] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1617), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1881), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [453] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1618), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1322), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [454] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2009), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2014), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1877), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [455] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2011), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1527), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(19), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(29), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(39), + [anon_sym_yield] = ACTIONS(61), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), + [anon_sym_PLUS] = ACTIONS(19), + [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(29), + [anon_sym_void] = ACTIONS(19), + [anon_sym_delete] = ACTIONS(19), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [456] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1964), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1847), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [457] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1987), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1298), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [458] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1988), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1419), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [459] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1623), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1709), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [460] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1571), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1897), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [461] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1989), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(3343), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(3343), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1136), + [sym_subscript_expression] = STATE(1136), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(3343), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1136), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1883), + [anon_sym_export] = ACTIONS(974), + [anon_sym_type] = ACTIONS(974), + [anon_sym_namespace] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(980), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1885), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(974), + [anon_sym_readonly] = ACTIONS(974), + [anon_sym_get] = ACTIONS(974), + [anon_sym_set] = ACTIONS(974), + [anon_sym_declare] = ACTIONS(974), + [anon_sym_public] = ACTIONS(974), + [anon_sym_private] = ACTIONS(974), + [anon_sym_protected] = ACTIONS(974), + [anon_sym_override] = ACTIONS(974), + [anon_sym_module] = ACTIONS(974), + [anon_sym_any] = ACTIONS(974), + [anon_sym_number] = ACTIONS(974), + [anon_sym_boolean] = ACTIONS(974), + [anon_sym_string] = ACTIONS(974), + [anon_sym_symbol] = ACTIONS(974), }, [462] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1994), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1837), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [463] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2002), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1902), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [464] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(2012), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1665), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [465] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1991), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1450), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [466] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1872), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1905), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [467] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1993), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1663), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [468] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1443), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1572), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [469] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1157), - [sym_expression] = STATE(1590), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4015), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4015), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4013), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1157), - [sym_subscript_expression] = STATE(1157), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2395), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4015), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1157), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(321), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(882), - [anon_sym_type] = ACTIONS(882), - [anon_sym_namespace] = ACTIONS(884), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(914), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(892), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(896), - [anon_sym_yield] = ACTIONS(898), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1347), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(904), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_TILDE] = ACTIONS(892), - [anon_sym_void] = ACTIONS(914), - [anon_sym_delete] = ACTIONS(914), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(1833), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1120), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(882), - [anon_sym_readonly] = ACTIONS(882), - [anon_sym_get] = ACTIONS(882), - [anon_sym_set] = ACTIONS(882), - [anon_sym_declare] = ACTIONS(882), - [anon_sym_public] = ACTIONS(882), - [anon_sym_private] = ACTIONS(882), - [anon_sym_protected] = ACTIONS(882), - [anon_sym_override] = ACTIONS(882), - [anon_sym_module] = ACTIONS(882), - [anon_sym_any] = ACTIONS(882), - [anon_sym_number] = ACTIONS(882), - [anon_sym_boolean] = ACTIONS(882), - [anon_sym_string] = ACTIONS(882), - [anon_sym_symbol] = ACTIONS(882), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1887), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [470] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1426), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1934), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), + }, + [471] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1645), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), + }, + [472] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1532), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - }, - [471] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1986), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, - [472] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1977), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), + [473] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1644), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), - }, - [473] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1915), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [474] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1775), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1558), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1839), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [475] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1434), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1639), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [476] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1532), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1638), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [477] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1460), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1637), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [478] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1256), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1636), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [479] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1461), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1635), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [480] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1243), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1634), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [481] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1463), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1710), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [482] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1373), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1431), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [483] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1627), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1349), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [484] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1841), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1935), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [485] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1645), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1633), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [486] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1468), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1632), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [487] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1647), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1631), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [488] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1655), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1785), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [489] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1240), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1784), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [490] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1134), - [sym_expression] = STATE(1565), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4175), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4175), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(4130), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1134), - [sym_subscript_expression] = STATE(1134), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2356), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4175), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1134), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(476), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1122), - [anon_sym_export] = ACTIONS(934), - [anon_sym_type] = ACTIONS(934), - [anon_sym_namespace] = ACTIONS(936), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(956), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(942), - [anon_sym_yield] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1630), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(946), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(948), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_TILDE] = ACTIONS(940), - [anon_sym_void] = ACTIONS(956), - [anon_sym_delete] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1839), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1128), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(934), - [anon_sym_readonly] = ACTIONS(934), - [anon_sym_get] = ACTIONS(934), - [anon_sym_set] = ACTIONS(934), - [anon_sym_declare] = ACTIONS(934), - [anon_sym_public] = ACTIONS(934), - [anon_sym_private] = ACTIONS(934), - [anon_sym_protected] = ACTIONS(934), - [anon_sym_override] = ACTIONS(934), - [anon_sym_module] = ACTIONS(934), - [anon_sym_any] = ACTIONS(934), - [anon_sym_number] = ACTIONS(934), - [anon_sym_boolean] = ACTIONS(934), - [anon_sym_string] = ACTIONS(934), - [anon_sym_symbol] = ACTIONS(934), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [491] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1594), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1627), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [492] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1674), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1586), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [493] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1331), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1660), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [494] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1477), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), - }, - [495] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1026), - [sym_expression] = STATE(1977), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(3927), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(3927), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1624), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), [sym__call_signature] = STATE(4017), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2365), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(3927), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1026), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(437), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1150), - [anon_sym_export] = ACTIONS(828), - [anon_sym_type] = ACTIONS(828), - [anon_sym_namespace] = ACTIONS(830), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(168), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(133), - [anon_sym_yield] = ACTIONS(135), - [anon_sym_LBRACK] = ACTIONS(1144), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(836), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(168), - [anon_sym_DASH] = ACTIONS(168), - [anon_sym_TILDE] = ACTIONS(164), - [anon_sym_void] = ACTIONS(168), - [anon_sym_delete] = ACTIONS(168), - [anon_sym_PLUS_PLUS] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(1837), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), [sym_undefined] = ACTIONS(1154), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(828), - [anon_sym_readonly] = ACTIONS(828), - [anon_sym_get] = ACTIONS(828), - [anon_sym_set] = ACTIONS(828), - [anon_sym_declare] = ACTIONS(828), - [anon_sym_public] = ACTIONS(828), - [anon_sym_private] = ACTIONS(828), - [anon_sym_protected] = ACTIONS(828), - [anon_sym_override] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_any] = ACTIONS(828), - [anon_sym_number] = ACTIONS(828), - [anon_sym_boolean] = ACTIONS(828), - [anon_sym_string] = ACTIONS(828), - [anon_sym_symbol] = ACTIONS(828), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, - [496] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1369), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [495] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1603), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + }, + [496] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1824), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [497] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1675), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1878), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [498] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1492), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1943), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [499] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1419), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1144), + [sym_expression] = STATE(1571), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4278), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4278), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4233), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1144), + [sym_subscript_expression] = STATE(1144), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2451), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4278), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1144), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(418), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1140), + [anon_sym_export] = ACTIONS(990), + [anon_sym_type] = ACTIONS(990), + [anon_sym_namespace] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1012), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(998), + [anon_sym_yield] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_SLASH] = ACTIONS(1008), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_void] = ACTIONS(1012), + [anon_sym_delete] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1146), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(990), + [anon_sym_readonly] = ACTIONS(990), + [anon_sym_get] = ACTIONS(990), + [anon_sym_set] = ACTIONS(990), + [anon_sym_declare] = ACTIONS(990), + [anon_sym_public] = ACTIONS(990), + [anon_sym_private] = ACTIONS(990), + [anon_sym_protected] = ACTIONS(990), + [anon_sym_override] = ACTIONS(990), + [anon_sym_module] = ACTIONS(990), + [anon_sym_any] = ACTIONS(990), + [anon_sym_number] = ACTIONS(990), + [anon_sym_boolean] = ACTIONS(990), + [anon_sym_string] = ACTIONS(990), + [anon_sym_symbol] = ACTIONS(990), }, [500] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1503), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1176), + [sym_expression] = STATE(1959), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4310), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4310), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4073), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2407), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4310), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1176), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(500), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1164), + [anon_sym_export] = ACTIONS(778), + [anon_sym_type] = ACTIONS(778), + [anon_sym_namespace] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(804), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(786), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(788), + [anon_sym_yield] = ACTIONS(790), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(794), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1172), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_SLASH] = ACTIONS(800), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_void] = ACTIONS(804), + [anon_sym_delete] = ACTIONS(804), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_DASH_DASH] = ACTIONS(808), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(778), + [anon_sym_readonly] = ACTIONS(778), + [anon_sym_get] = ACTIONS(778), + [anon_sym_set] = ACTIONS(778), + [anon_sym_declare] = ACTIONS(778), + [anon_sym_public] = ACTIONS(778), + [anon_sym_private] = ACTIONS(778), + [anon_sym_protected] = ACTIONS(778), + [anon_sym_override] = ACTIONS(778), + [anon_sym_module] = ACTIONS(778), + [anon_sym_any] = ACTIONS(778), + [anon_sym_number] = ACTIONS(778), + [anon_sym_boolean] = ACTIONS(778), + [anon_sym_string] = ACTIONS(778), + [anon_sym_symbol] = ACTIONS(778), }, [501] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1505), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1719), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [502] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1507), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1826), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [503] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1506), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1622), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [504] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1408), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1597), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), + }, + [505] = { + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1435), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), - }, - [505] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1486), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), }, [506] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1382), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1825), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [507] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1431), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1717), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [508] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1361), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1047), + [sym_expression] = STATE(2014), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4132), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4132), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4033), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1047), + [sym_subscript_expression] = STATE(1047), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2471), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4132), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1047), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(328), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1176), + [anon_sym_export] = ACTIONS(868), + [anon_sym_type] = ACTIONS(868), + [anon_sym_namespace] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_typeof] = ACTIONS(170), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(166), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(135), + [anon_sym_yield] = ACTIONS(137), + [anon_sym_LBRACK] = ACTIONS(1170), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(874), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(636), + [anon_sym_PLUS] = ACTIONS(170), + [anon_sym_DASH] = ACTIONS(170), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(166), + [anon_sym_void] = ACTIONS(170), + [anon_sym_delete] = ACTIONS(170), + [anon_sym_PLUS_PLUS] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(696), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(1879), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1180), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(868), + [anon_sym_readonly] = ACTIONS(868), + [anon_sym_get] = ACTIONS(868), + [anon_sym_set] = ACTIONS(868), + [anon_sym_declare] = ACTIONS(868), + [anon_sym_public] = ACTIONS(868), + [anon_sym_private] = ACTIONS(868), + [anon_sym_protected] = ACTIONS(868), + [anon_sym_override] = ACTIONS(868), + [anon_sym_module] = ACTIONS(868), + [anon_sym_any] = ACTIONS(868), + [anon_sym_number] = ACTIONS(868), + [anon_sym_boolean] = ACTIONS(868), + [anon_sym_string] = ACTIONS(868), + [anon_sym_symbol] = ACTIONS(868), }, [509] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1365), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1716), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [510] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1372), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1715), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [511] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1377), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1711), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [512] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1394), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1712), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [513] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1396), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1714), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [514] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1405), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(29), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1130), + [sym_expression] = STATE(1392), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4288), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4288), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4286), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2411), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4288), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1130), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(385), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1126), + [anon_sym_export] = ACTIONS(908), + [anon_sym_type] = ACTIONS(908), + [anon_sym_namespace] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(930), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(914), [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(39), - [anon_sym_yield] = ACTIONS(61), + [anon_sym_await] = ACTIONS(916), + [anon_sym_yield] = ACTIONS(918), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), - [anon_sym_PLUS] = ACTIONS(19), - [anon_sym_DASH] = ACTIONS(19), - [anon_sym_TILDE] = ACTIONS(29), - [anon_sym_void] = ACTIONS(19), - [anon_sym_delete] = ACTIONS(19), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(920), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1132), + [anon_sym_PLUS] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(930), + [anon_sym_SLASH] = ACTIONS(926), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(914), + [anon_sym_void] = ACTIONS(930), + [anon_sym_delete] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(1865), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1134), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(908), + [anon_sym_readonly] = ACTIONS(908), + [anon_sym_get] = ACTIONS(908), + [anon_sym_set] = ACTIONS(908), + [anon_sym_declare] = ACTIONS(908), + [anon_sym_public] = ACTIONS(908), + [anon_sym_private] = ACTIONS(908), + [anon_sym_protected] = ACTIONS(908), + [anon_sym_override] = ACTIONS(908), + [anon_sym_module] = ACTIONS(908), + [anon_sym_any] = ACTIONS(908), + [anon_sym_number] = ACTIONS(908), + [anon_sym_boolean] = ACTIONS(908), + [anon_sym_string] = ACTIONS(908), + [anon_sym_symbol] = ACTIONS(908), }, [515] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1120), - [sym_expression] = STATE(1501), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4184), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4184), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4182), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1120), - [sym_subscript_expression] = STATE(1120), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2367), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4184), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1120), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(475), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1100), - [anon_sym_export] = ACTIONS(998), - [anon_sym_type] = ACTIONS(998), - [anon_sym_namespace] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_typeof] = ACTIONS(1024), - [anon_sym_import] = ACTIONS(890), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(37), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_yield] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(63), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1096), + [sym_expression] = STATE(1475), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4032), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4032), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4124), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2408), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4032), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1096), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(457), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1106), + [anon_sym_export] = ACTIONS(758), + [anon_sym_type] = ACTIONS(758), + [anon_sym_namespace] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(590), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(566), + [anon_sym_yield] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(1014), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_void] = ACTIONS(1024), - [anon_sym_delete] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1026), - [anon_sym_DASH_DASH] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(1108), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(998), - [anon_sym_readonly] = ACTIONS(998), - [anon_sym_get] = ACTIONS(998), - [anon_sym_set] = ACTIONS(998), - [anon_sym_declare] = ACTIONS(998), - [anon_sym_public] = ACTIONS(998), - [anon_sym_private] = ACTIONS(998), - [anon_sym_protected] = ACTIONS(998), - [anon_sym_override] = ACTIONS(998), - [anon_sym_module] = ACTIONS(998), - [anon_sym_any] = ACTIONS(998), - [anon_sym_number] = ACTIONS(998), - [anon_sym_boolean] = ACTIONS(998), - [anon_sym_string] = ACTIONS(998), - [anon_sym_symbol] = ACTIONS(998), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(766), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1120), + [anon_sym_PLUS] = ACTIONS(590), + [anon_sym_DASH] = ACTIONS(590), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(564), + [anon_sym_void] = ACTIONS(590), + [anon_sym_delete] = ACTIONS(590), + [anon_sym_PLUS_PLUS] = ACTIONS(592), + [anon_sym_DASH_DASH] = ACTIONS(594), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1124), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(758), + [anon_sym_readonly] = ACTIONS(758), + [anon_sym_get] = ACTIONS(758), + [anon_sym_set] = ACTIONS(758), + [anon_sym_declare] = ACTIONS(758), + [anon_sym_public] = ACTIONS(758), + [anon_sym_private] = ACTIONS(758), + [anon_sym_protected] = ACTIONS(758), + [anon_sym_override] = ACTIONS(758), + [anon_sym_module] = ACTIONS(758), + [anon_sym_any] = ACTIONS(758), + [anon_sym_number] = ACTIONS(758), + [anon_sym_boolean] = ACTIONS(758), + [anon_sym_string] = ACTIONS(758), + [anon_sym_symbol] = ACTIONS(758), }, [516] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1090), - [sym_expression] = STATE(1554), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4014), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4014), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3961), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1090), - [sym_subscript_expression] = STATE(1090), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2364), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4014), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1090), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(480), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1080), - [anon_sym_export] = ACTIONS(742), - [anon_sym_type] = ACTIONS(742), - [anon_sym_namespace] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(580), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(554), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(556), - [anon_sym_yield] = ACTIONS(558), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1965), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(750), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(580), - [anon_sym_DASH] = ACTIONS(580), - [anon_sym_TILDE] = ACTIONS(554), - [anon_sym_void] = ACTIONS(580), - [anon_sym_delete] = ACTIONS(580), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1098), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(742), - [anon_sym_readonly] = ACTIONS(742), - [anon_sym_get] = ACTIONS(742), - [anon_sym_set] = ACTIONS(742), - [anon_sym_declare] = ACTIONS(742), - [anon_sym_public] = ACTIONS(742), - [anon_sym_private] = ACTIONS(742), - [anon_sym_protected] = ACTIONS(742), - [anon_sym_override] = ACTIONS(742), - [anon_sym_module] = ACTIONS(742), - [anon_sym_any] = ACTIONS(742), - [anon_sym_number] = ACTIONS(742), - [anon_sym_boolean] = ACTIONS(742), - [anon_sym_string] = ACTIONS(742), - [anon_sym_symbol] = ACTIONS(742), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [517] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1676), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1669), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [518] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1166), - [sym_expression] = STATE(1825), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4206), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4206), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3971), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1166), - [sym_subscript_expression] = STATE(1166), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2396), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4206), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1166), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(409), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1138), - [anon_sym_export] = ACTIONS(848), - [anon_sym_type] = ACTIONS(848), - [anon_sym_namespace] = ACTIONS(850), - [anon_sym_LBRACE] = ACTIONS(1142), - [anon_sym_typeof] = ACTIONS(870), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(854), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(856), - [anon_sym_yield] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(1144), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(862), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(854), - [anon_sym_void] = ACTIONS(870), - [anon_sym_delete] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(872), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1148), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(848), - [anon_sym_readonly] = ACTIONS(848), - [anon_sym_get] = ACTIONS(848), - [anon_sym_set] = ACTIONS(848), - [anon_sym_declare] = ACTIONS(848), - [anon_sym_public] = ACTIONS(848), - [anon_sym_private] = ACTIONS(848), - [anon_sym_protected] = ACTIONS(848), - [anon_sym_override] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_any] = ACTIONS(848), - [anon_sym_number] = ACTIONS(848), - [anon_sym_boolean] = ACTIONS(848), - [anon_sym_string] = ACTIONS(848), - [anon_sym_symbol] = ACTIONS(848), - }, - [519] = { - [sym_import] = STATE(1438), - [sym_parenthesized_expression] = STATE(1154), - [sym_expression] = STATE(1678), - [sym_primary_expression] = STATE(1266), - [sym_yield_expression] = STATE(1364), - [sym_object] = STATE(1438), - [sym_object_pattern] = STATE(4132), - [sym_array] = STATE(1438), - [sym_array_pattern] = STATE(4132), - [sym_glimmer_template] = STATE(1364), - [sym_glimmer_opening_tag] = STATE(3396), - [sym_class] = STATE(1438), - [sym_function] = STATE(1438), - [sym_generator_function] = STATE(1438), - [sym_arrow_function] = STATE(1438), - [sym__call_signature] = STATE(3916), - [sym_call_expression] = STATE(1438), - [sym_new_expression] = STATE(1364), - [sym_await_expression] = STATE(1364), - [sym_member_expression] = STATE(1154), - [sym_subscript_expression] = STATE(1154), - [sym_assignment_expression] = STATE(1364), - [sym__augmented_assignment_lhs] = STATE(2393), - [sym_augmented_assignment_expression] = STATE(1364), - [sym__destructuring_pattern] = STATE(4132), - [sym_ternary_expression] = STATE(1364), - [sym_binary_expression] = STATE(1364), - [sym_unary_expression] = STATE(1364), - [sym_update_expression] = STATE(1364), - [sym_string] = STATE(1438), - [sym_template_string] = STATE(1438), - [sym_regex] = STATE(1438), - [sym_meta_property] = STATE(1438), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1154), - [sym_type_assertion] = STATE(1364), - [sym_as_expression] = STATE(1364), - [sym_satisfies_expression] = STATE(1364), - [sym_internal_module] = STATE(1364), - [sym_type_arguments] = STATE(519), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3353), - [sym_identifier] = ACTIONS(1130), - [anon_sym_export] = ACTIONS(762), - [anon_sym_type] = ACTIONS(762), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_LBRACE] = ACTIONS(1086), - [anon_sym_typeof] = ACTIONS(786), - [anon_sym_import] = ACTIONS(126), - [anon_sym_BANG] = ACTIONS(770), - [anon_sym_LPAREN] = ACTIONS(1090), - [anon_sym_await] = ACTIONS(772), - [anon_sym_yield] = ACTIONS(774), - [anon_sym_LBRACK] = ACTIONS(1092), - [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(564), - [anon_sym_class] = ACTIONS(142), - [anon_sym_async] = ACTIONS(778), - [anon_sym_function] = ACTIONS(146), - [anon_sym_new] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(786), - [anon_sym_DASH] = ACTIONS(786), - [anon_sym_TILDE] = ACTIONS(770), - [anon_sym_void] = ACTIONS(786), - [anon_sym_delete] = ACTIONS(786), - [anon_sym_PLUS_PLUS] = ACTIONS(788), - [anon_sym_DASH_DASH] = ACTIONS(788), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1096), - [sym_number] = ACTIONS(614), - [sym_this] = ACTIONS(183), - [sym_super] = ACTIONS(183), - [sym_true] = ACTIONS(183), - [sym_false] = ACTIONS(183), - [sym_null] = ACTIONS(183), - [sym_undefined] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(762), - [anon_sym_readonly] = ACTIONS(762), - [anon_sym_get] = ACTIONS(762), - [anon_sym_set] = ACTIONS(762), - [anon_sym_declare] = ACTIONS(762), - [anon_sym_public] = ACTIONS(762), - [anon_sym_private] = ACTIONS(762), - [anon_sym_protected] = ACTIONS(762), - [anon_sym_override] = ACTIONS(762), - [anon_sym_module] = ACTIONS(762), - [anon_sym_any] = ACTIONS(762), - [anon_sym_number] = ACTIONS(762), - [anon_sym_boolean] = ACTIONS(762), - [anon_sym_string] = ACTIONS(762), - [anon_sym_symbol] = ACTIONS(762), - }, - [520] = { - [sym_import] = STATE(1864), - [sym_parenthesized_expression] = STATE(1127), - [sym_expression] = STATE(1407), - [sym_primary_expression] = STATE(1754), - [sym_yield_expression] = STATE(1852), - [sym_object] = STATE(1864), - [sym_object_pattern] = STATE(4197), - [sym_array] = STATE(1864), - [sym_array_pattern] = STATE(4197), - [sym_glimmer_template] = STATE(1852), - [sym_glimmer_opening_tag] = STATE(3409), - [sym_class] = STATE(1864), - [sym_function] = STATE(1864), - [sym_generator_function] = STATE(1864), - [sym_arrow_function] = STATE(1864), - [sym__call_signature] = STATE(4200), - [sym_call_expression] = STATE(1864), - [sym_new_expression] = STATE(1852), - [sym_await_expression] = STATE(1852), - [sym_member_expression] = STATE(1127), - [sym_subscript_expression] = STATE(1127), - [sym_assignment_expression] = STATE(1852), - [sym__augmented_assignment_lhs] = STATE(2362), - [sym_augmented_assignment_expression] = STATE(1852), - [sym__destructuring_pattern] = STATE(4197), - [sym_ternary_expression] = STATE(1852), - [sym_binary_expression] = STATE(1852), - [sym_unary_expression] = STATE(1852), - [sym_update_expression] = STATE(1852), - [sym_string] = STATE(1864), - [sym_template_string] = STATE(1864), - [sym_regex] = STATE(1864), - [sym_meta_property] = STATE(1864), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2996), - [sym_non_null_expression] = STATE(1127), - [sym_type_assertion] = STATE(1852), - [sym_as_expression] = STATE(1852), - [sym_satisfies_expression] = STATE(1852), - [sym_internal_module] = STATE(1852), - [sym_type_arguments] = STATE(392), - [sym_type_parameters] = STATE(3675), - [aux_sym_export_statement_repeat1] = STATE(3391), - [sym_identifier] = ACTIONS(1110), - [anon_sym_export] = ACTIONS(1044), - [anon_sym_type] = ACTIONS(1044), - [anon_sym_namespace] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1104), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1140), + [sym_expression] = STATE(1476), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4315), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4315), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4318), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2419), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4315), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1140), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(505), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1136), + [anon_sym_export] = ACTIONS(826), + [anon_sym_type] = ACTIONS(826), + [anon_sym_namespace] = ACTIONS(828), + [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_typeof] = ACTIONS(19), - [anon_sym_import] = ACTIONS(890), + [anon_sym_import] = ACTIONS(834), [anon_sym_BANG] = ACTIONS(29), [anon_sym_LPAREN] = ACTIONS(37), [anon_sym_await] = ACTIONS(39), [anon_sym_yield] = ACTIONS(61), [anon_sym_LBRACK] = ACTIONS(63), [anon_sym_LTtemplate_GT] = ACTIONS(65), - [anon_sym_LT] = ACTIONS(67), - [anon_sym_SLASH] = ACTIONS(69), - [anon_sym_class] = ACTIONS(902), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_function] = ACTIONS(906), - [anon_sym_new] = ACTIONS(77), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(842), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(73), [anon_sym_PLUS] = ACTIONS(19), [anon_sym_DASH] = ACTIONS(19), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), [anon_sym_TILDE] = ACTIONS(29), [anon_sym_void] = ACTIONS(19), [anon_sym_delete] = ACTIONS(19), [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(85), - [sym_number] = ACTIONS(87), - [sym_this] = ACTIONS(89), - [sym_super] = ACTIONS(89), - [sym_true] = ACTIONS(89), - [sym_false] = ACTIONS(89), - [sym_null] = ACTIONS(89), - [sym_undefined] = ACTIONS(91), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_readonly] = ACTIONS(1044), - [anon_sym_get] = ACTIONS(1044), - [anon_sym_set] = ACTIONS(1044), - [anon_sym_declare] = ACTIONS(1044), - [anon_sym_public] = ACTIONS(1044), - [anon_sym_private] = ACTIONS(1044), - [anon_sym_protected] = ACTIONS(1044), - [anon_sym_override] = ACTIONS(1044), - [anon_sym_module] = ACTIONS(1044), - [anon_sym_any] = ACTIONS(1044), - [anon_sym_number] = ACTIONS(1044), - [anon_sym_boolean] = ACTIONS(1044), - [anon_sym_string] = ACTIONS(1044), - [anon_sym_symbol] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(81), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(826), + [anon_sym_readonly] = ACTIONS(826), + [anon_sym_get] = ACTIONS(826), + [anon_sym_set] = ACTIONS(826), + [anon_sym_declare] = ACTIONS(826), + [anon_sym_public] = ACTIONS(826), + [anon_sym_private] = ACTIONS(826), + [anon_sym_protected] = ACTIONS(826), + [anon_sym_override] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_any] = ACTIONS(826), + [anon_sym_number] = ACTIONS(826), + [anon_sym_boolean] = ACTIONS(826), + [anon_sym_string] = ACTIONS(826), + [anon_sym_symbol] = ACTIONS(826), + }, + [519] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1867), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), + }, + [520] = { + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1662), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [521] = { - [sym_declaration] = STATE(666), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1857), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1861), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_global] = ACTIONS(1863), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1464), + [sym_parenthesized_expression] = STATE(1167), + [sym_expression] = STATE(1670), + [sym_primary_expression] = STATE(1276), + [sym_yield_expression] = STATE(1455), + [sym_object] = STATE(1464), + [sym_object_pattern] = STATE(4235), + [sym_array] = STATE(1464), + [sym_array_pattern] = STATE(4235), + [sym_glimmer_template] = STATE(1455), + [sym_glimmer_opening_tag] = STATE(3408), + [sym_class] = STATE(1464), + [sym_function] = STATE(1464), + [sym_generator_function] = STATE(1464), + [sym_arrow_function] = STATE(1464), + [sym__call_signature] = STATE(4017), + [sym_call_expression] = STATE(1464), + [sym_new_expression] = STATE(1455), + [sym_await_expression] = STATE(1455), + [sym_member_expression] = STATE(1167), + [sym_subscript_expression] = STATE(1167), + [sym_assignment_expression] = STATE(1455), + [sym__augmented_assignment_lhs] = STATE(2414), + [sym_augmented_assignment_expression] = STATE(1455), + [sym__destructuring_pattern] = STATE(4235), + [sym_ternary_expression] = STATE(1455), + [sym_binary_expression] = STATE(1455), + [sym_unary_expression] = STATE(1455), + [sym_update_expression] = STATE(1455), + [sym_string] = STATE(1464), + [sym_template_string] = STATE(1464), + [sym_regex] = STATE(1464), + [sym_meta_property] = STATE(1464), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1167), + [sym_type_assertion] = STATE(1455), + [sym_as_expression] = STATE(1455), + [sym_satisfies_expression] = STATE(1455), + [sym_instantiation_expression] = STATE(1455), + [sym_internal_module] = STATE(1455), + [sym_type_arguments] = STATE(464), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3467), + [sym_identifier] = ACTIONS(1148), + [anon_sym_export] = ACTIONS(1072), + [anon_sym_type] = ACTIONS(1072), + [anon_sym_namespace] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1112), + [anon_sym_typeof] = ACTIONS(1094), + [anon_sym_import] = ACTIONS(128), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_await] = ACTIONS(1082), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1118), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(141), + [anon_sym_async] = ACTIONS(1086), + [anon_sym_function] = ACTIONS(145), + [anon_sym_new] = ACTIONS(1152), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_SLASH] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_void] = ACTIONS(1094), + [anon_sym_delete] = ACTIONS(1094), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1122), + [sym_number] = ACTIONS(644), + [sym_this] = ACTIONS(188), + [sym_super] = ACTIONS(188), + [sym_true] = ACTIONS(188), + [sym_false] = ACTIONS(188), + [sym_null] = ACTIONS(188), + [sym_undefined] = ACTIONS(1154), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1072), + [anon_sym_readonly] = ACTIONS(1072), + [anon_sym_get] = ACTIONS(1072), + [anon_sym_set] = ACTIONS(1072), + [anon_sym_declare] = ACTIONS(1072), + [anon_sym_public] = ACTIONS(1072), + [anon_sym_private] = ACTIONS(1072), + [anon_sym_protected] = ACTIONS(1072), + [anon_sym_override] = ACTIONS(1072), + [anon_sym_module] = ACTIONS(1072), + [anon_sym_any] = ACTIONS(1072), + [anon_sym_number] = ACTIONS(1072), + [anon_sym_boolean] = ACTIONS(1072), + [anon_sym_string] = ACTIONS(1072), + [anon_sym_symbol] = ACTIONS(1072), }, [522] = { - [sym_declaration] = STATE(666), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1857), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1861), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_global] = ACTIONS(1863), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_import] = STATE(1852), + [sym_parenthesized_expression] = STATE(1165), + [sym_expression] = STATE(1713), + [sym_primary_expression] = STATE(1679), + [sym_yield_expression] = STATE(1844), + [sym_object] = STATE(1852), + [sym_object_pattern] = STATE(4118), + [sym_array] = STATE(1852), + [sym_array_pattern] = STATE(4118), + [sym_glimmer_template] = STATE(1844), + [sym_glimmer_opening_tag] = STATE(3376), + [sym_class] = STATE(1852), + [sym_function] = STATE(1852), + [sym_generator_function] = STATE(1852), + [sym_arrow_function] = STATE(1852), + [sym__call_signature] = STATE(4116), + [sym_call_expression] = STATE(1852), + [sym_new_expression] = STATE(1844), + [sym_await_expression] = STATE(1844), + [sym_member_expression] = STATE(1165), + [sym_subscript_expression] = STATE(1165), + [sym_assignment_expression] = STATE(1844), + [sym__augmented_assignment_lhs] = STATE(2449), + [sym_augmented_assignment_expression] = STATE(1844), + [sym__destructuring_pattern] = STATE(4118), + [sym_ternary_expression] = STATE(1844), + [sym_binary_expression] = STATE(1844), + [sym_unary_expression] = STATE(1844), + [sym_update_expression] = STATE(1844), + [sym_string] = STATE(1852), + [sym_template_string] = STATE(1852), + [sym_regex] = STATE(1852), + [sym_meta_property] = STATE(1852), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2949), + [sym_non_null_expression] = STATE(1165), + [sym_type_assertion] = STATE(1844), + [sym_as_expression] = STATE(1844), + [sym_satisfies_expression] = STATE(1844), + [sym_instantiation_expression] = STATE(1844), + [sym_internal_module] = STATE(1844), + [sym_type_arguments] = STATE(332), + [sym_type_parameters] = STATE(3975), + [aux_sym_export_statement_repeat1] = STATE(3381), + [sym_identifier] = ACTIONS(1156), + [anon_sym_export] = ACTIONS(1026), + [anon_sym_type] = ACTIONS(1026), + [anon_sym_namespace] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_typeof] = ACTIONS(1050), + [anon_sym_import] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(37), + [anon_sym_await] = ACTIONS(1036), + [anon_sym_yield] = ACTIONS(1038), + [anon_sym_LBRACK] = ACTIONS(63), + [anon_sym_LTtemplate_GT] = ACTIONS(65), + [anon_sym_class] = ACTIONS(840), + [anon_sym_async] = ACTIONS(1042), + [anon_sym_function] = ACTIONS(844), + [anon_sym_new] = ACTIONS(1160), + [anon_sym_PLUS] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1050), + [anon_sym_SLASH] = ACTIONS(75), + [anon_sym_LT] = ACTIONS(77), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_void] = ACTIONS(1050), + [anon_sym_delete] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(87), + [sym_number] = ACTIONS(89), + [sym_this] = ACTIONS(91), + [sym_super] = ACTIONS(91), + [sym_true] = ACTIONS(91), + [sym_false] = ACTIONS(91), + [sym_null] = ACTIONS(91), + [sym_undefined] = ACTIONS(1162), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(1026), + [anon_sym_readonly] = ACTIONS(1026), + [anon_sym_get] = ACTIONS(1026), + [anon_sym_set] = ACTIONS(1026), + [anon_sym_declare] = ACTIONS(1026), + [anon_sym_public] = ACTIONS(1026), + [anon_sym_private] = ACTIONS(1026), + [anon_sym_protected] = ACTIONS(1026), + [anon_sym_override] = ACTIONS(1026), + [anon_sym_module] = ACTIONS(1026), + [anon_sym_any] = ACTIONS(1026), + [anon_sym_number] = ACTIONS(1026), + [anon_sym_boolean] = ACTIONS(1026), + [anon_sym_string] = ACTIONS(1026), + [anon_sym_symbol] = ACTIONS(1026), }, [523] = { - [sym_declaration] = STATE(666), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1857), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1861), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_global] = ACTIONS(1863), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_declaration] = STATE(646), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1893), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1895), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [524] = { - [sym_namespace_export] = STATE(3684), - [sym_export_clause] = STATE(3402), - [sym_declaration] = STATE(670), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [anon_sym_STAR] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1694), - [anon_sym_type] = ACTIONS(1696), - [anon_sym_EQ] = ACTIONS(1865), - [anon_sym_as] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1704), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1867), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_declaration] = STATE(646), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1893), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1895), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [525] = { - [sym_namespace_export] = STATE(3684), - [sym_export_clause] = STATE(3402), - [sym_declaration] = STATE(670), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [anon_sym_STAR] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1869), - [anon_sym_type] = ACTIONS(1696), - [anon_sym_EQ] = ACTIONS(1865), - [anon_sym_as] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_LBRACE] = ACTIONS(1704), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1871), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_declaration] = STATE(646), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1893), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1895), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [526] = { - [sym__call_signature] = STATE(4082), - [sym_string] = STATE(2895), - [sym_formal_parameters] = STATE(2996), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [sym_type_parameters] = STATE(3675), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1873), - [anon_sym_export] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1875), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1875), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1880), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1875), - [anon_sym_function] = ACTIONS(1891), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1875), - [anon_sym_readonly] = ACTIONS(1875), - [anon_sym_get] = ACTIONS(1899), - [anon_sym_set] = ACTIONS(1899), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1875), - [anon_sym_public] = ACTIONS(1875), - [anon_sym_private] = ACTIONS(1875), - [anon_sym_protected] = ACTIONS(1875), - [anon_sym_override] = ACTIONS(1875), - [anon_sym_module] = ACTIONS(1875), - [anon_sym_any] = ACTIONS(1875), - [anon_sym_number] = ACTIONS(1875), - [anon_sym_boolean] = ACTIONS(1875), - [anon_sym_string] = ACTIONS(1875), - [anon_sym_symbol] = ACTIONS(1875), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_namespace_export] = STATE(3970), + [sym_export_clause] = STATE(3380), + [sym_declaration] = STATE(713), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_default] = ACTIONS(1796), + [anon_sym_type] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1897), + [anon_sym_as] = ACTIONS(1802), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1837), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [527] = { - [sym__call_signature] = STATE(4082), - [sym_string] = STATE(2895), - [sym_formal_parameters] = STATE(2996), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [sym_type_parameters] = STATE(3675), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1873), - [anon_sym_export] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1875), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1875), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1880), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1875), - [anon_sym_function] = ACTIONS(1891), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1875), - [anon_sym_readonly] = ACTIONS(1875), - [anon_sym_get] = ACTIONS(1899), - [anon_sym_set] = ACTIONS(1899), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1875), - [anon_sym_public] = ACTIONS(1875), - [anon_sym_private] = ACTIONS(1875), - [anon_sym_protected] = ACTIONS(1875), - [anon_sym_override] = ACTIONS(1875), - [anon_sym_module] = ACTIONS(1875), - [anon_sym_any] = ACTIONS(1875), - [anon_sym_number] = ACTIONS(1875), - [anon_sym_boolean] = ACTIONS(1875), - [anon_sym_string] = ACTIONS(1875), - [anon_sym_symbol] = ACTIONS(1875), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_namespace_export] = STATE(3970), + [sym_export_clause] = STATE(3380), + [sym_declaration] = STATE(713), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_default] = ACTIONS(1901), + [anon_sym_type] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1897), + [anon_sym_as] = ACTIONS(1802), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1903), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1837), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [528] = { - [sym__call_signature] = STATE(4082), - [sym_string] = STATE(2895), - [sym_formal_parameters] = STATE(2996), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [sym_type_parameters] = STATE(3675), - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1873), - [anon_sym_export] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1875), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1875), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1880), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1875), - [anon_sym_function] = ACTIONS(1891), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1875), - [anon_sym_readonly] = ACTIONS(1875), - [anon_sym_get] = ACTIONS(1899), - [anon_sym_set] = ACTIONS(1899), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1875), - [anon_sym_public] = ACTIONS(1875), - [anon_sym_private] = ACTIONS(1875), - [anon_sym_protected] = ACTIONS(1875), - [anon_sym_override] = ACTIONS(1875), - [anon_sym_module] = ACTIONS(1875), - [anon_sym_any] = ACTIONS(1875), - [anon_sym_number] = ACTIONS(1875), - [anon_sym_boolean] = ACTIONS(1875), - [anon_sym_string] = ACTIONS(1875), - [anon_sym_symbol] = ACTIONS(1875), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4245), + [sym_string] = STATE(2970), + [sym_formal_parameters] = STATE(2949), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [sym_type_parameters] = STATE(3975), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1905), + [anon_sym_export] = ACTIONS(1907), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1907), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1907), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1907), + [anon_sym_function] = ACTIONS(1919), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1921), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1907), + [anon_sym_readonly] = ACTIONS(1907), + [anon_sym_get] = ACTIONS(1931), + [anon_sym_set] = ACTIONS(1931), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1907), + [anon_sym_public] = ACTIONS(1907), + [anon_sym_private] = ACTIONS(1907), + [anon_sym_protected] = ACTIONS(1907), + [anon_sym_override] = ACTIONS(1907), + [anon_sym_module] = ACTIONS(1907), + [anon_sym_any] = ACTIONS(1907), + [anon_sym_number] = ACTIONS(1907), + [anon_sym_boolean] = ACTIONS(1907), + [anon_sym_string] = ACTIONS(1907), + [anon_sym_symbol] = ACTIONS(1907), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [529] = { - [sym_declaration] = STATE(666), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1857), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1871), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1861), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_global] = ACTIONS(1863), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4245), + [sym_string] = STATE(2970), + [sym_formal_parameters] = STATE(2949), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [sym_type_parameters] = STATE(3975), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1905), + [anon_sym_export] = ACTIONS(1907), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1907), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1907), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1907), + [anon_sym_function] = ACTIONS(1919), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1921), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1907), + [anon_sym_readonly] = ACTIONS(1907), + [anon_sym_get] = ACTIONS(1931), + [anon_sym_set] = ACTIONS(1931), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1907), + [anon_sym_public] = ACTIONS(1907), + [anon_sym_private] = ACTIONS(1907), + [anon_sym_protected] = ACTIONS(1907), + [anon_sym_override] = ACTIONS(1907), + [anon_sym_module] = ACTIONS(1907), + [anon_sym_any] = ACTIONS(1907), + [anon_sym_number] = ACTIONS(1907), + [anon_sym_boolean] = ACTIONS(1907), + [anon_sym_string] = ACTIONS(1907), + [anon_sym_symbol] = ACTIONS(1907), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [530] = { - [sym_declaration] = STATE(666), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1857), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1867), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1861), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_global] = ACTIONS(1863), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4245), + [sym_string] = STATE(2970), + [sym_formal_parameters] = STATE(2949), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [sym_type_parameters] = STATE(3975), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1905), + [anon_sym_export] = ACTIONS(1907), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1907), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1907), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1907), + [anon_sym_function] = ACTIONS(1919), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1921), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1907), + [anon_sym_readonly] = ACTIONS(1907), + [anon_sym_get] = ACTIONS(1931), + [anon_sym_set] = ACTIONS(1931), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1907), + [anon_sym_public] = ACTIONS(1907), + [anon_sym_private] = ACTIONS(1907), + [anon_sym_protected] = ACTIONS(1907), + [anon_sym_override] = ACTIONS(1907), + [anon_sym_module] = ACTIONS(1907), + [anon_sym_any] = ACTIONS(1907), + [anon_sym_number] = ACTIONS(1907), + [anon_sym_boolean] = ACTIONS(1907), + [anon_sym_string] = ACTIONS(1907), + [anon_sym_symbol] = ACTIONS(1907), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [531] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [sym_override_modifier] = STATE(2259), - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1903), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1905), - [anon_sym_get] = ACTIONS(1907), - [anon_sym_set] = ACTIONS(1907), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1909), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_declaration] = STATE(646), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_EQ] = ACTIONS(1254), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1893), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1895), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [532] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [sym_override_modifier] = STATE(2259), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1903), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1905), - [anon_sym_get] = ACTIONS(1907), - [anon_sym_set] = ACTIONS(1907), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1909), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_declaration] = STATE(646), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_EQ] = ACTIONS(1254), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1903), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1893), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1895), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [533] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [sym_override_modifier] = STATE(2259), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1903), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1905), - [anon_sym_get] = ACTIONS(1907), - [anon_sym_set] = ACTIONS(1907), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1909), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [sym_override_modifier] = STATE(2299), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1935), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1937), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [534] = { - [sym_declaration] = STATE(3067), - [sym_variable_declaration] = STATE(3072), - [sym_lexical_declaration] = STATE(3072), - [sym_class_declaration] = STATE(3072), - [sym_function_declaration] = STATE(3072), - [sym_generator_function_declaration] = STATE(3072), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(3072), - [sym_ambient_declaration] = STATE(3072), - [sym_abstract_class_declaration] = STATE(3072), - [sym_module] = STATE(3072), - [sym_internal_module] = STATE(3070), - [sym_import_alias] = STATE(3072), - [sym_interface_declaration] = STATE(3072), - [sym_enum_declaration] = STATE(3072), - [sym_type_alias_declaration] = STATE(3072), - [aux_sym_export_statement_repeat1] = STATE(3132), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1911), - [anon_sym_EQ] = ACTIONS(1245), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1913), - [anon_sym_import] = ACTIONS(1915), - [anon_sym_var] = ACTIONS(1917), - [anon_sym_let] = ACTIONS(1919), - [anon_sym_const] = ACTIONS(1921), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1923), - [anon_sym_async] = ACTIONS(1925), - [anon_sym_function] = ACTIONS(1927), - [anon_sym_EQ_GT] = ACTIONS(1247), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1929), - [anon_sym_module] = ACTIONS(1931), - [anon_sym_abstract] = ACTIONS(1933), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_global] = ACTIONS(1935), - [anon_sym_interface] = ACTIONS(1937), - [anon_sym_enum] = ACTIONS(1939), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [sym_override_modifier] = STATE(2299), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1935), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1937), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [535] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1901), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1901), - [anon_sym_get] = ACTIONS(1901), - [anon_sym_set] = ACTIONS(1901), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1901), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [sym_override_modifier] = STATE(2299), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1935), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1937), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1941), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [536] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1903), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1901), - [anon_sym_get] = ACTIONS(1907), - [anon_sym_set] = ACTIONS(1907), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1901), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_declaration] = STATE(646), + [sym_variable_declaration] = STATE(674), + [sym_lexical_declaration] = STATE(674), + [sym_class_declaration] = STATE(674), + [sym_function_declaration] = STATE(674), + [sym_generator_function_declaration] = STATE(674), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(674), + [sym_ambient_declaration] = STATE(674), + [sym_abstract_class_declaration] = STATE(674), + [sym_module] = STATE(674), + [sym_internal_module] = STATE(716), + [sym_import_alias] = STATE(674), + [sym_interface_declaration] = STATE(674), + [sym_enum_declaration] = STATE(674), + [sym_type_alias_declaration] = STATE(674), + [aux_sym_export_statement_repeat1] = STATE(3370), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1889), + [anon_sym_EQ] = ACTIONS(1311), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_import] = ACTIONS(1810), + [anon_sym_var] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1814), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1826), + [anon_sym_function] = ACTIONS(1828), + [anon_sym_EQ_GT] = ACTIONS(1313), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1835), + [anon_sym_module] = ACTIONS(1893), + [anon_sym_abstract] = ACTIONS(1839), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1895), + [anon_sym_interface] = ACTIONS(1841), + [anon_sym_enum] = ACTIONS(1843), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [537] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1903), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1901), - [anon_sym_get] = ACTIONS(1907), - [anon_sym_set] = ACTIONS(1907), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1901), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [ts_builtin_sym_end] = ACTIONS(1497), + [sym_identifier] = ACTIONS(1499), + [anon_sym_export] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_type] = ACTIONS(1499), + [anon_sym_EQ] = ACTIONS(1499), + [anon_sym_namespace] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_COMMA] = ACTIONS(1497), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_typeof] = ACTIONS(1499), + [anon_sym_import] = ACTIONS(1499), + [anon_sym_from] = ACTIONS(1499), + [anon_sym_var] = ACTIONS(1499), + [anon_sym_let] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_else] = ACTIONS(1499), + [anon_sym_if] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1499), + [anon_sym_for] = ACTIONS(1499), + [anon_sym_LPAREN] = ACTIONS(1497), + [anon_sym_RPAREN] = ACTIONS(1497), + [anon_sym_await] = ACTIONS(1499), + [anon_sym_while] = ACTIONS(1499), + [anon_sym_do] = ACTIONS(1499), + [anon_sym_try] = ACTIONS(1499), + [anon_sym_with] = ACTIONS(1499), + [anon_sym_break] = ACTIONS(1499), + [anon_sym_continue] = ACTIONS(1499), + [anon_sym_debugger] = ACTIONS(1499), + [anon_sym_return] = ACTIONS(1499), + [anon_sym_throw] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_COLON] = ACTIONS(1497), + [anon_sym_case] = ACTIONS(1499), + [anon_sym_yield] = ACTIONS(1499), + [anon_sym_LBRACK] = ACTIONS(1497), + [anon_sym_RBRACK] = ACTIONS(1497), + [anon_sym_LTtemplate_GT] = ACTIONS(1497), + [anon_sym_GT] = ACTIONS(1497), + [anon_sym_class] = ACTIONS(1499), + [anon_sym_async] = ACTIONS(1499), + [anon_sym_function] = ACTIONS(1499), + [anon_sym_EQ_GT] = ACTIONS(1497), + [anon_sym_new] = ACTIONS(1499), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE] = ACTIONS(1497), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_SLASH] = ACTIONS(1499), + [anon_sym_LT] = ACTIONS(1499), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_void] = ACTIONS(1499), + [anon_sym_delete] = ACTIONS(1499), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_DASH_DASH] = ACTIONS(1499), + [anon_sym_DQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1497), + [sym_number] = ACTIONS(1497), + [sym_this] = ACTIONS(1499), + [sym_super] = ACTIONS(1499), + [sym_true] = ACTIONS(1499), + [sym_false] = ACTIONS(1499), + [sym_null] = ACTIONS(1499), + [sym_undefined] = ACTIONS(1499), + [anon_sym_AT] = ACTIONS(1497), + [anon_sym_static] = ACTIONS(1499), + [anon_sym_readonly] = ACTIONS(1499), + [anon_sym_get] = ACTIONS(1499), + [anon_sym_set] = ACTIONS(1499), + [anon_sym_QMARK] = ACTIONS(1497), + [anon_sym_declare] = ACTIONS(1499), + [anon_sym_public] = ACTIONS(1499), + [anon_sym_private] = ACTIONS(1499), + [anon_sym_protected] = ACTIONS(1499), + [anon_sym_override] = ACTIONS(1499), + [anon_sym_module] = ACTIONS(1499), + [anon_sym_any] = ACTIONS(1499), + [anon_sym_number] = ACTIONS(1499), + [anon_sym_boolean] = ACTIONS(1499), + [anon_sym_string] = ACTIONS(1499), + [anon_sym_symbol] = ACTIONS(1499), + [anon_sym_abstract] = ACTIONS(1499), + [anon_sym_extends] = ACTIONS(1499), + [anon_sym_interface] = ACTIONS(1499), + [anon_sym_enum] = ACTIONS(1499), }, [538] = { - [ts_builtin_sym_end] = ACTIONS(1465), - [sym_identifier] = ACTIONS(1467), - [anon_sym_export] = ACTIONS(1467), - [anon_sym_default] = ACTIONS(1467), - [anon_sym_type] = ACTIONS(1467), - [anon_sym_EQ] = ACTIONS(1467), - [anon_sym_namespace] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_COMMA] = ACTIONS(1465), - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_typeof] = ACTIONS(1467), - [anon_sym_import] = ACTIONS(1467), - [anon_sym_from] = ACTIONS(1467), - [anon_sym_var] = ACTIONS(1467), - [anon_sym_let] = ACTIONS(1467), - [anon_sym_const] = ACTIONS(1467), - [anon_sym_BANG] = ACTIONS(1465), - [anon_sym_else] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_switch] = ACTIONS(1467), - [anon_sym_for] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_RPAREN] = ACTIONS(1465), - [anon_sym_await] = ACTIONS(1467), - [anon_sym_while] = ACTIONS(1467), - [anon_sym_do] = ACTIONS(1467), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_with] = ACTIONS(1467), - [anon_sym_break] = ACTIONS(1467), - [anon_sym_continue] = ACTIONS(1467), - [anon_sym_debugger] = ACTIONS(1467), - [anon_sym_return] = ACTIONS(1467), - [anon_sym_throw] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1465), - [anon_sym_COLON] = ACTIONS(1465), - [anon_sym_case] = ACTIONS(1467), - [anon_sym_yield] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_RBRACK] = ACTIONS(1465), - [anon_sym_LTtemplate_GT] = ACTIONS(1465), - [anon_sym_LT] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1465), - [anon_sym_SLASH] = ACTIONS(1467), - [anon_sym_class] = ACTIONS(1467), - [anon_sym_async] = ACTIONS(1467), - [anon_sym_function] = ACTIONS(1467), - [anon_sym_EQ_GT] = ACTIONS(1465), - [anon_sym_new] = ACTIONS(1467), - [anon_sym_AMP] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1465), - [anon_sym_PLUS] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1467), - [anon_sym_TILDE] = ACTIONS(1465), - [anon_sym_void] = ACTIONS(1467), - [anon_sym_delete] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1465), - [anon_sym_DASH_DASH] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [anon_sym_SQUOTE] = ACTIONS(1465), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1465), - [sym_number] = ACTIONS(1465), - [sym_this] = ACTIONS(1467), - [sym_super] = ACTIONS(1467), - [sym_true] = ACTIONS(1467), - [sym_false] = ACTIONS(1467), - [sym_null] = ACTIONS(1467), - [sym_undefined] = ACTIONS(1467), - [anon_sym_AT] = ACTIONS(1465), - [anon_sym_static] = ACTIONS(1467), - [anon_sym_readonly] = ACTIONS(1467), - [anon_sym_get] = ACTIONS(1467), - [anon_sym_set] = ACTIONS(1467), - [anon_sym_QMARK] = ACTIONS(1465), - [anon_sym_declare] = ACTIONS(1467), - [anon_sym_public] = ACTIONS(1467), - [anon_sym_private] = ACTIONS(1467), - [anon_sym_protected] = ACTIONS(1467), - [anon_sym_override] = ACTIONS(1467), - [anon_sym_module] = ACTIONS(1467), - [anon_sym_any] = ACTIONS(1467), - [anon_sym_number] = ACTIONS(1467), - [anon_sym_boolean] = ACTIONS(1467), - [anon_sym_string] = ACTIONS(1467), - [anon_sym_symbol] = ACTIONS(1467), - [anon_sym_abstract] = ACTIONS(1467), - [anon_sym_extends] = ACTIONS(1467), - [anon_sym_interface] = ACTIONS(1467), - [anon_sym_enum] = ACTIONS(1467), + [sym_declaration] = STATE(3226), + [sym_variable_declaration] = STATE(3254), + [sym_lexical_declaration] = STATE(3254), + [sym_class_declaration] = STATE(3254), + [sym_function_declaration] = STATE(3254), + [sym_generator_function_declaration] = STATE(3254), + [sym_decorator] = STATE(1162), + [sym_function_signature] = STATE(3254), + [sym_ambient_declaration] = STATE(3254), + [sym_abstract_class_declaration] = STATE(3254), + [sym_module] = STATE(3254), + [sym_internal_module] = STATE(3252), + [sym_import_alias] = STATE(3254), + [sym_interface_declaration] = STATE(3254), + [sym_enum_declaration] = STATE(3254), + [sym_type_alias_declaration] = STATE(3254), + [aux_sym_export_statement_repeat1] = STATE(3333), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1943), + [anon_sym_EQ] = ACTIONS(1311), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1945), + [anon_sym_import] = ACTIONS(1947), + [anon_sym_var] = ACTIONS(1949), + [anon_sym_let] = ACTIONS(1951), + [anon_sym_const] = ACTIONS(1953), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_class] = ACTIONS(1955), + [anon_sym_async] = ACTIONS(1957), + [anon_sym_function] = ACTIONS(1959), + [anon_sym_EQ_GT] = ACTIONS(1313), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(149), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_declare] = ACTIONS(1961), + [anon_sym_module] = ACTIONS(1963), + [anon_sym_abstract] = ACTIONS(1965), + [anon_sym_satisfies] = ACTIONS(149), + [anon_sym_global] = ACTIONS(1967), + [anon_sym_interface] = ACTIONS(1969), + [anon_sym_enum] = ACTIONS(1971), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [539] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1901), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1901), - [anon_sym_get] = ACTIONS(1901), - [anon_sym_set] = ACTIONS(1901), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1901), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [ts_builtin_sym_end] = ACTIONS(1437), + [sym_identifier] = ACTIONS(1439), + [anon_sym_export] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_type] = ACTIONS(1439), + [anon_sym_EQ] = ACTIONS(1439), + [anon_sym_namespace] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1437), + [anon_sym_COMMA] = ACTIONS(1437), + [anon_sym_RBRACE] = ACTIONS(1437), + [anon_sym_typeof] = ACTIONS(1439), + [anon_sym_import] = ACTIONS(1439), + [anon_sym_from] = ACTIONS(1439), + [anon_sym_var] = ACTIONS(1439), + [anon_sym_let] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_BANG] = ACTIONS(1437), + [anon_sym_else] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_LPAREN] = ACTIONS(1437), + [anon_sym_RPAREN] = ACTIONS(1437), + [anon_sym_await] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_try] = ACTIONS(1439), + [anon_sym_with] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_debugger] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_throw] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1437), + [anon_sym_COLON] = ACTIONS(1437), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_yield] = ACTIONS(1439), + [anon_sym_LBRACK] = ACTIONS(1437), + [anon_sym_RBRACK] = ACTIONS(1437), + [anon_sym_LTtemplate_GT] = ACTIONS(1437), + [anon_sym_GT] = ACTIONS(1437), + [anon_sym_class] = ACTIONS(1439), + [anon_sym_async] = ACTIONS(1439), + [anon_sym_function] = ACTIONS(1439), + [anon_sym_EQ_GT] = ACTIONS(1437), + [anon_sym_new] = ACTIONS(1439), + [anon_sym_AMP] = ACTIONS(1437), + [anon_sym_PIPE] = ACTIONS(1437), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_SLASH] = ACTIONS(1439), + [anon_sym_LT] = ACTIONS(1439), + [anon_sym_TILDE] = ACTIONS(1437), + [anon_sym_void] = ACTIONS(1439), + [anon_sym_delete] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1437), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_DQUOTE] = ACTIONS(1437), + [anon_sym_SQUOTE] = ACTIONS(1437), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1437), + [sym_number] = ACTIONS(1437), + [sym_this] = ACTIONS(1439), + [sym_super] = ACTIONS(1439), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [sym_null] = ACTIONS(1439), + [sym_undefined] = ACTIONS(1439), + [anon_sym_AT] = ACTIONS(1437), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_get] = ACTIONS(1439), + [anon_sym_set] = ACTIONS(1439), + [anon_sym_QMARK] = ACTIONS(1437), + [anon_sym_declare] = ACTIONS(1439), + [anon_sym_public] = ACTIONS(1439), + [anon_sym_private] = ACTIONS(1439), + [anon_sym_protected] = ACTIONS(1439), + [anon_sym_override] = ACTIONS(1439), + [anon_sym_module] = ACTIONS(1439), + [anon_sym_any] = ACTIONS(1439), + [anon_sym_number] = ACTIONS(1439), + [anon_sym_boolean] = ACTIONS(1439), + [anon_sym_string] = ACTIONS(1439), + [anon_sym_symbol] = ACTIONS(1439), + [anon_sym_abstract] = ACTIONS(1439), + [anon_sym_extends] = ACTIONS(1439), + [anon_sym_interface] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), }, [540] = { - [sym_declaration] = STATE(666), - [sym_variable_declaration] = STATE(720), - [sym_lexical_declaration] = STATE(720), - [sym_class_declaration] = STATE(720), - [sym_function_declaration] = STATE(720), - [sym_generator_function_declaration] = STATE(720), - [sym_decorator] = STATE(1156), - [sym_function_signature] = STATE(720), - [sym_ambient_declaration] = STATE(720), - [sym_abstract_class_declaration] = STATE(720), - [sym_module] = STATE(720), - [sym_internal_module] = STATE(669), - [sym_import_alias] = STATE(720), - [sym_interface_declaration] = STATE(720), - [sym_enum_declaration] = STATE(720), - [sym_type_alias_declaration] = STATE(720), - [aux_sym_export_statement_repeat1] = STATE(3061), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1857), - [anon_sym_EQ] = ACTIONS(1245), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1702), - [anon_sym_import] = ACTIONS(1708), - [anon_sym_var] = ACTIONS(1710), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_class] = ACTIONS(1725), - [anon_sym_async] = ACTIONS(1727), - [anon_sym_function] = ACTIONS(1729), - [anon_sym_EQ_GT] = ACTIONS(1247), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(150), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_declare] = ACTIONS(1733), - [anon_sym_module] = ACTIONS(1861), - [anon_sym_abstract] = ACTIONS(1737), - [anon_sym_satisfies] = ACTIONS(150), - [anon_sym_global] = ACTIONS(1863), - [anon_sym_interface] = ACTIONS(1739), - [anon_sym_enum] = ACTIONS(1741), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1933), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1933), + [anon_sym_get] = ACTIONS(1933), + [anon_sym_set] = ACTIONS(1933), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [541] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1901), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1901), - [anon_sym_get] = ACTIONS(1901), - [anon_sym_set] = ACTIONS(1901), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1901), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1935), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1933), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [542] = { - [ts_builtin_sym_end] = ACTIONS(1535), - [sym_identifier] = ACTIONS(1537), - [anon_sym_export] = ACTIONS(1537), - [anon_sym_default] = ACTIONS(1537), - [anon_sym_type] = ACTIONS(1537), - [anon_sym_EQ] = ACTIONS(1537), - [anon_sym_namespace] = ACTIONS(1537), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_COMMA] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_typeof] = ACTIONS(1537), - [anon_sym_import] = ACTIONS(1537), - [anon_sym_from] = ACTIONS(1537), - [anon_sym_var] = ACTIONS(1537), - [anon_sym_let] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_BANG] = ACTIONS(1535), - [anon_sym_else] = ACTIONS(1537), - [anon_sym_if] = ACTIONS(1537), - [anon_sym_switch] = ACTIONS(1537), - [anon_sym_for] = ACTIONS(1537), - [anon_sym_LPAREN] = ACTIONS(1535), - [anon_sym_RPAREN] = ACTIONS(1535), - [anon_sym_await] = ACTIONS(1537), - [anon_sym_while] = ACTIONS(1537), - [anon_sym_do] = ACTIONS(1537), - [anon_sym_try] = ACTIONS(1537), - [anon_sym_with] = ACTIONS(1537), - [anon_sym_break] = ACTIONS(1537), - [anon_sym_continue] = ACTIONS(1537), - [anon_sym_debugger] = ACTIONS(1537), - [anon_sym_return] = ACTIONS(1537), - [anon_sym_throw] = ACTIONS(1537), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_COLON] = ACTIONS(1535), - [anon_sym_case] = ACTIONS(1537), - [anon_sym_yield] = ACTIONS(1537), - [anon_sym_LBRACK] = ACTIONS(1535), - [anon_sym_RBRACK] = ACTIONS(1535), - [anon_sym_LTtemplate_GT] = ACTIONS(1535), - [anon_sym_LT] = ACTIONS(1537), - [anon_sym_GT] = ACTIONS(1535), - [anon_sym_SLASH] = ACTIONS(1537), - [anon_sym_class] = ACTIONS(1537), - [anon_sym_async] = ACTIONS(1537), - [anon_sym_function] = ACTIONS(1537), - [anon_sym_EQ_GT] = ACTIONS(1535), - [anon_sym_new] = ACTIONS(1537), - [anon_sym_AMP] = ACTIONS(1535), - [anon_sym_PIPE] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_TILDE] = ACTIONS(1535), - [anon_sym_void] = ACTIONS(1537), - [anon_sym_delete] = ACTIONS(1537), - [anon_sym_PLUS_PLUS] = ACTIONS(1535), - [anon_sym_DASH_DASH] = ACTIONS(1535), - [anon_sym_DQUOTE] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1535), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1535), - [sym_number] = ACTIONS(1535), - [sym_this] = ACTIONS(1537), - [sym_super] = ACTIONS(1537), - [sym_true] = ACTIONS(1537), - [sym_false] = ACTIONS(1537), - [sym_null] = ACTIONS(1537), - [sym_undefined] = ACTIONS(1537), - [anon_sym_AT] = ACTIONS(1535), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_readonly] = ACTIONS(1537), - [anon_sym_get] = ACTIONS(1537), - [anon_sym_set] = ACTIONS(1537), - [anon_sym_QMARK] = ACTIONS(1535), - [anon_sym_declare] = ACTIONS(1537), - [anon_sym_public] = ACTIONS(1537), - [anon_sym_private] = ACTIONS(1537), - [anon_sym_protected] = ACTIONS(1537), - [anon_sym_override] = ACTIONS(1537), - [anon_sym_module] = ACTIONS(1537), - [anon_sym_any] = ACTIONS(1537), - [anon_sym_number] = ACTIONS(1537), - [anon_sym_boolean] = ACTIONS(1537), - [anon_sym_string] = ACTIONS(1537), - [anon_sym_symbol] = ACTIONS(1537), - [anon_sym_abstract] = ACTIONS(1537), - [anon_sym_extends] = ACTIONS(1537), - [anon_sym_interface] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1935), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1933), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [543] = { - [sym_string] = STATE(2895), - [sym__property_name] = STATE(2895), - [sym_computed_property_name] = STATE(2895), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1901), - [anon_sym_export] = ACTIONS(1901), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1901), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1903), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1897), - [sym_private_property_identifier] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_readonly] = ACTIONS(1901), - [anon_sym_get] = ACTIONS(1907), - [anon_sym_set] = ACTIONS(1907), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1901), - [anon_sym_public] = ACTIONS(1901), - [anon_sym_private] = ACTIONS(1901), - [anon_sym_protected] = ACTIONS(1901), - [anon_sym_override] = ACTIONS(1901), - [anon_sym_module] = ACTIONS(1901), - [anon_sym_any] = ACTIONS(1901), - [anon_sym_number] = ACTIONS(1901), - [anon_sym_boolean] = ACTIONS(1901), - [anon_sym_string] = ACTIONS(1901), - [anon_sym_symbol] = ACTIONS(1901), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1933), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1933), + [anon_sym_get] = ACTIONS(1933), + [anon_sym_set] = ACTIONS(1933), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [544] = { - [ts_builtin_sym_end] = ACTIONS(1941), - [sym_identifier] = ACTIONS(1943), - [anon_sym_export] = ACTIONS(1943), - [anon_sym_default] = ACTIONS(1943), - [anon_sym_type] = ACTIONS(1943), - [anon_sym_EQ] = ACTIONS(1943), - [anon_sym_namespace] = ACTIONS(1943), - [anon_sym_LBRACE] = ACTIONS(1941), - [anon_sym_COMMA] = ACTIONS(1941), - [anon_sym_RBRACE] = ACTIONS(1941), - [anon_sym_typeof] = ACTIONS(1943), - [anon_sym_import] = ACTIONS(1943), - [anon_sym_var] = ACTIONS(1943), - [anon_sym_let] = ACTIONS(1943), - [anon_sym_const] = ACTIONS(1943), - [anon_sym_BANG] = ACTIONS(1941), - [anon_sym_else] = ACTIONS(1943), - [anon_sym_if] = ACTIONS(1943), - [anon_sym_switch] = ACTIONS(1943), - [anon_sym_for] = ACTIONS(1943), - [anon_sym_LPAREN] = ACTIONS(1941), - [anon_sym_RPAREN] = ACTIONS(1941), - [anon_sym_await] = ACTIONS(1943), - [anon_sym_while] = ACTIONS(1943), - [anon_sym_do] = ACTIONS(1943), - [anon_sym_try] = ACTIONS(1943), - [anon_sym_with] = ACTIONS(1943), - [anon_sym_break] = ACTIONS(1943), - [anon_sym_continue] = ACTIONS(1943), - [anon_sym_debugger] = ACTIONS(1943), - [anon_sym_return] = ACTIONS(1943), - [anon_sym_throw] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1941), - [anon_sym_COLON] = ACTIONS(1941), - [anon_sym_case] = ACTIONS(1943), - [anon_sym_yield] = ACTIONS(1943), - [anon_sym_LBRACK] = ACTIONS(1941), - [anon_sym_RBRACK] = ACTIONS(1941), - [anon_sym_LTtemplate_GT] = ACTIONS(1941), - [anon_sym_LT] = ACTIONS(1943), - [anon_sym_GT] = ACTIONS(1941), - [anon_sym_SLASH] = ACTIONS(1943), - [anon_sym_class] = ACTIONS(1943), - [anon_sym_async] = ACTIONS(1943), - [anon_sym_function] = ACTIONS(1943), - [anon_sym_EQ_GT] = ACTIONS(1941), - [anon_sym_new] = ACTIONS(1943), - [anon_sym_AMP] = ACTIONS(1941), - [anon_sym_PIPE] = ACTIONS(1941), - [anon_sym_PLUS] = ACTIONS(1943), - [anon_sym_DASH] = ACTIONS(1943), - [anon_sym_TILDE] = ACTIONS(1941), - [anon_sym_void] = ACTIONS(1943), - [anon_sym_delete] = ACTIONS(1943), - [anon_sym_PLUS_PLUS] = ACTIONS(1941), - [anon_sym_DASH_DASH] = ACTIONS(1941), - [anon_sym_DQUOTE] = ACTIONS(1941), - [anon_sym_SQUOTE] = ACTIONS(1941), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1941), - [sym_number] = ACTIONS(1941), - [sym_this] = ACTIONS(1943), - [sym_super] = ACTIONS(1943), - [sym_true] = ACTIONS(1943), - [sym_false] = ACTIONS(1943), - [sym_null] = ACTIONS(1943), - [sym_undefined] = ACTIONS(1943), - [anon_sym_AT] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1943), - [anon_sym_readonly] = ACTIONS(1943), - [anon_sym_get] = ACTIONS(1943), - [anon_sym_set] = ACTIONS(1943), - [anon_sym_QMARK] = ACTIONS(1941), - [anon_sym_declare] = ACTIONS(1943), - [anon_sym_public] = ACTIONS(1943), - [anon_sym_private] = ACTIONS(1943), - [anon_sym_protected] = ACTIONS(1943), - [anon_sym_override] = ACTIONS(1943), - [anon_sym_module] = ACTIONS(1943), - [anon_sym_any] = ACTIONS(1943), - [anon_sym_number] = ACTIONS(1943), - [anon_sym_boolean] = ACTIONS(1943), - [anon_sym_string] = ACTIONS(1943), - [anon_sym_symbol] = ACTIONS(1943), - [anon_sym_abstract] = ACTIONS(1943), - [anon_sym_extends] = ACTIONS(1943), - [anon_sym_interface] = ACTIONS(1943), - [anon_sym_enum] = ACTIONS(1943), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1933), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1933), + [anon_sym_get] = ACTIONS(1933), + [anon_sym_set] = ACTIONS(1933), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [545] = { - [ts_builtin_sym_end] = ACTIONS(1945), - [sym_identifier] = ACTIONS(1947), - [anon_sym_export] = ACTIONS(1947), - [anon_sym_default] = ACTIONS(1947), - [anon_sym_type] = ACTIONS(1947), - [anon_sym_EQ] = ACTIONS(1947), - [anon_sym_namespace] = ACTIONS(1947), - [anon_sym_LBRACE] = ACTIONS(1945), - [anon_sym_COMMA] = ACTIONS(1945), - [anon_sym_RBRACE] = ACTIONS(1945), - [anon_sym_typeof] = ACTIONS(1947), - [anon_sym_import] = ACTIONS(1947), - [anon_sym_var] = ACTIONS(1947), - [anon_sym_let] = ACTIONS(1947), - [anon_sym_const] = ACTIONS(1947), - [anon_sym_BANG] = ACTIONS(1945), - [anon_sym_else] = ACTIONS(1947), - [anon_sym_if] = ACTIONS(1947), - [anon_sym_switch] = ACTIONS(1947), - [anon_sym_for] = ACTIONS(1947), - [anon_sym_LPAREN] = ACTIONS(1945), - [anon_sym_RPAREN] = ACTIONS(1945), - [anon_sym_await] = ACTIONS(1947), - [anon_sym_while] = ACTIONS(1947), - [anon_sym_do] = ACTIONS(1947), - [anon_sym_try] = ACTIONS(1947), - [anon_sym_with] = ACTIONS(1947), - [anon_sym_break] = ACTIONS(1947), - [anon_sym_continue] = ACTIONS(1947), - [anon_sym_debugger] = ACTIONS(1947), - [anon_sym_return] = ACTIONS(1947), - [anon_sym_throw] = ACTIONS(1947), - [anon_sym_SEMI] = ACTIONS(1945), - [anon_sym_COLON] = ACTIONS(1945), - [anon_sym_case] = ACTIONS(1947), - [anon_sym_yield] = ACTIONS(1947), - [anon_sym_LBRACK] = ACTIONS(1945), - [anon_sym_RBRACK] = ACTIONS(1945), - [anon_sym_LTtemplate_GT] = ACTIONS(1945), - [anon_sym_LT] = ACTIONS(1947), - [anon_sym_GT] = ACTIONS(1945), - [anon_sym_SLASH] = ACTIONS(1947), - [anon_sym_class] = ACTIONS(1947), - [anon_sym_async] = ACTIONS(1947), - [anon_sym_function] = ACTIONS(1947), - [anon_sym_EQ_GT] = ACTIONS(1945), - [anon_sym_new] = ACTIONS(1947), - [anon_sym_AMP] = ACTIONS(1945), - [anon_sym_PIPE] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1945), - [anon_sym_void] = ACTIONS(1947), - [anon_sym_delete] = ACTIONS(1947), - [anon_sym_PLUS_PLUS] = ACTIONS(1945), - [anon_sym_DASH_DASH] = ACTIONS(1945), - [anon_sym_DQUOTE] = ACTIONS(1945), - [anon_sym_SQUOTE] = ACTIONS(1945), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1945), - [sym_number] = ACTIONS(1945), - [sym_this] = ACTIONS(1947), - [sym_super] = ACTIONS(1947), - [sym_true] = ACTIONS(1947), - [sym_false] = ACTIONS(1947), - [sym_null] = ACTIONS(1947), - [sym_undefined] = ACTIONS(1947), - [anon_sym_AT] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1947), - [anon_sym_readonly] = ACTIONS(1947), - [anon_sym_get] = ACTIONS(1947), - [anon_sym_set] = ACTIONS(1947), - [anon_sym_QMARK] = ACTIONS(1945), - [anon_sym_declare] = ACTIONS(1947), - [anon_sym_public] = ACTIONS(1947), - [anon_sym_private] = ACTIONS(1947), - [anon_sym_protected] = ACTIONS(1947), - [anon_sym_override] = ACTIONS(1947), - [anon_sym_module] = ACTIONS(1947), - [anon_sym_any] = ACTIONS(1947), - [anon_sym_number] = ACTIONS(1947), - [anon_sym_boolean] = ACTIONS(1947), - [anon_sym_string] = ACTIONS(1947), - [anon_sym_symbol] = ACTIONS(1947), - [anon_sym_abstract] = ACTIONS(1947), - [anon_sym_extends] = ACTIONS(1947), - [anon_sym_interface] = ACTIONS(1947), - [anon_sym_enum] = ACTIONS(1947), + [sym_string] = STATE(2970), + [sym__property_name] = STATE(2970), + [sym_computed_property_name] = STATE(2970), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1933), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(1909), + [anon_sym_type] = ACTIONS(1933), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1933), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1935), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1929), + [sym_private_property_identifier] = ACTIONS(1929), + [anon_sym_static] = ACTIONS(1933), + [anon_sym_readonly] = ACTIONS(1933), + [anon_sym_get] = ACTIONS(1939), + [anon_sym_set] = ACTIONS(1939), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1933), + [anon_sym_public] = ACTIONS(1933), + [anon_sym_private] = ACTIONS(1933), + [anon_sym_protected] = ACTIONS(1933), + [anon_sym_override] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_any] = ACTIONS(1933), + [anon_sym_number] = ACTIONS(1933), + [anon_sym_boolean] = ACTIONS(1933), + [anon_sym_string] = ACTIONS(1933), + [anon_sym_symbol] = ACTIONS(1933), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [546] = { - [ts_builtin_sym_end] = ACTIONS(1949), - [sym_identifier] = ACTIONS(1951), - [anon_sym_export] = ACTIONS(1951), - [anon_sym_default] = ACTIONS(1951), - [anon_sym_type] = ACTIONS(1951), - [anon_sym_EQ] = ACTIONS(1951), - [anon_sym_namespace] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1949), - [anon_sym_COMMA] = ACTIONS(1949), - [anon_sym_RBRACE] = ACTIONS(1949), - [anon_sym_typeof] = ACTIONS(1951), - [anon_sym_import] = ACTIONS(1951), - [anon_sym_var] = ACTIONS(1951), - [anon_sym_let] = ACTIONS(1951), - [anon_sym_const] = ACTIONS(1951), - [anon_sym_BANG] = ACTIONS(1949), - [anon_sym_else] = ACTIONS(1951), - [anon_sym_if] = ACTIONS(1951), - [anon_sym_switch] = ACTIONS(1951), - [anon_sym_for] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1949), - [anon_sym_RPAREN] = ACTIONS(1949), - [anon_sym_await] = ACTIONS(1951), - [anon_sym_while] = ACTIONS(1951), - [anon_sym_do] = ACTIONS(1951), - [anon_sym_try] = ACTIONS(1951), - [anon_sym_with] = ACTIONS(1951), - [anon_sym_break] = ACTIONS(1951), - [anon_sym_continue] = ACTIONS(1951), - [anon_sym_debugger] = ACTIONS(1951), - [anon_sym_return] = ACTIONS(1951), - [anon_sym_throw] = ACTIONS(1951), - [anon_sym_SEMI] = ACTIONS(1949), - [anon_sym_COLON] = ACTIONS(1949), - [anon_sym_case] = ACTIONS(1951), - [anon_sym_yield] = ACTIONS(1951), - [anon_sym_LBRACK] = ACTIONS(1949), - [anon_sym_RBRACK] = ACTIONS(1949), - [anon_sym_LTtemplate_GT] = ACTIONS(1949), - [anon_sym_LT] = ACTIONS(1951), - [anon_sym_GT] = ACTIONS(1949), - [anon_sym_SLASH] = ACTIONS(1951), - [anon_sym_class] = ACTIONS(1951), - [anon_sym_async] = ACTIONS(1951), - [anon_sym_function] = ACTIONS(1951), - [anon_sym_EQ_GT] = ACTIONS(1949), - [anon_sym_new] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1949), - [anon_sym_PIPE] = ACTIONS(1949), - [anon_sym_PLUS] = ACTIONS(1951), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_TILDE] = ACTIONS(1949), - [anon_sym_void] = ACTIONS(1951), - [anon_sym_delete] = ACTIONS(1951), - [anon_sym_PLUS_PLUS] = ACTIONS(1949), - [anon_sym_DASH_DASH] = ACTIONS(1949), - [anon_sym_DQUOTE] = ACTIONS(1949), - [anon_sym_SQUOTE] = ACTIONS(1949), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1949), - [sym_number] = ACTIONS(1949), - [sym_this] = ACTIONS(1951), - [sym_super] = ACTIONS(1951), - [sym_true] = ACTIONS(1951), - [sym_false] = ACTIONS(1951), - [sym_null] = ACTIONS(1951), - [sym_undefined] = ACTIONS(1951), - [anon_sym_AT] = ACTIONS(1949), - [anon_sym_static] = ACTIONS(1951), - [anon_sym_readonly] = ACTIONS(1951), - [anon_sym_get] = ACTIONS(1951), - [anon_sym_set] = ACTIONS(1951), - [anon_sym_QMARK] = ACTIONS(1949), - [anon_sym_declare] = ACTIONS(1951), - [anon_sym_public] = ACTIONS(1951), - [anon_sym_private] = ACTIONS(1951), - [anon_sym_protected] = ACTIONS(1951), - [anon_sym_override] = ACTIONS(1951), - [anon_sym_module] = ACTIONS(1951), - [anon_sym_any] = ACTIONS(1951), - [anon_sym_number] = ACTIONS(1951), - [anon_sym_boolean] = ACTIONS(1951), - [anon_sym_string] = ACTIONS(1951), - [anon_sym_symbol] = ACTIONS(1951), - [anon_sym_abstract] = ACTIONS(1951), - [anon_sym_extends] = ACTIONS(1951), - [anon_sym_interface] = ACTIONS(1951), - [anon_sym_enum] = ACTIONS(1951), + [ts_builtin_sym_end] = ACTIONS(1973), + [sym_identifier] = ACTIONS(1975), + [anon_sym_export] = ACTIONS(1975), + [anon_sym_default] = ACTIONS(1975), + [anon_sym_type] = ACTIONS(1975), + [anon_sym_EQ] = ACTIONS(1975), + [anon_sym_namespace] = ACTIONS(1975), + [anon_sym_LBRACE] = ACTIONS(1973), + [anon_sym_COMMA] = ACTIONS(1973), + [anon_sym_RBRACE] = ACTIONS(1973), + [anon_sym_typeof] = ACTIONS(1975), + [anon_sym_import] = ACTIONS(1975), + [anon_sym_var] = ACTIONS(1975), + [anon_sym_let] = ACTIONS(1975), + [anon_sym_const] = ACTIONS(1975), + [anon_sym_BANG] = ACTIONS(1973), + [anon_sym_else] = ACTIONS(1975), + [anon_sym_if] = ACTIONS(1975), + [anon_sym_switch] = ACTIONS(1975), + [anon_sym_for] = ACTIONS(1975), + [anon_sym_LPAREN] = ACTIONS(1973), + [anon_sym_RPAREN] = ACTIONS(1973), + [anon_sym_await] = ACTIONS(1975), + [anon_sym_while] = ACTIONS(1975), + [anon_sym_do] = ACTIONS(1975), + [anon_sym_try] = ACTIONS(1975), + [anon_sym_with] = ACTIONS(1975), + [anon_sym_break] = ACTIONS(1975), + [anon_sym_continue] = ACTIONS(1975), + [anon_sym_debugger] = ACTIONS(1975), + [anon_sym_return] = ACTIONS(1975), + [anon_sym_throw] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1973), + [anon_sym_COLON] = ACTIONS(1973), + [anon_sym_case] = ACTIONS(1975), + [anon_sym_yield] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1973), + [anon_sym_RBRACK] = ACTIONS(1973), + [anon_sym_LTtemplate_GT] = ACTIONS(1973), + [anon_sym_GT] = ACTIONS(1973), + [anon_sym_class] = ACTIONS(1975), + [anon_sym_async] = ACTIONS(1975), + [anon_sym_function] = ACTIONS(1975), + [anon_sym_EQ_GT] = ACTIONS(1973), + [anon_sym_new] = ACTIONS(1975), + [anon_sym_AMP] = ACTIONS(1973), + [anon_sym_PIPE] = ACTIONS(1973), + [anon_sym_PLUS] = ACTIONS(1975), + [anon_sym_DASH] = ACTIONS(1975), + [anon_sym_SLASH] = ACTIONS(1975), + [anon_sym_LT] = ACTIONS(1975), + [anon_sym_TILDE] = ACTIONS(1973), + [anon_sym_void] = ACTIONS(1975), + [anon_sym_delete] = ACTIONS(1975), + [anon_sym_PLUS_PLUS] = ACTIONS(1973), + [anon_sym_DASH_DASH] = ACTIONS(1975), + [anon_sym_DQUOTE] = ACTIONS(1973), + [anon_sym_SQUOTE] = ACTIONS(1973), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1973), + [sym_number] = ACTIONS(1973), + [sym_this] = ACTIONS(1975), + [sym_super] = ACTIONS(1975), + [sym_true] = ACTIONS(1975), + [sym_false] = ACTIONS(1975), + [sym_null] = ACTIONS(1975), + [sym_undefined] = ACTIONS(1975), + [anon_sym_AT] = ACTIONS(1973), + [anon_sym_static] = ACTIONS(1975), + [anon_sym_readonly] = ACTIONS(1975), + [anon_sym_get] = ACTIONS(1975), + [anon_sym_set] = ACTIONS(1975), + [anon_sym_QMARK] = ACTIONS(1973), + [anon_sym_declare] = ACTIONS(1975), + [anon_sym_public] = ACTIONS(1975), + [anon_sym_private] = ACTIONS(1975), + [anon_sym_protected] = ACTIONS(1975), + [anon_sym_override] = ACTIONS(1975), + [anon_sym_module] = ACTIONS(1975), + [anon_sym_any] = ACTIONS(1975), + [anon_sym_number] = ACTIONS(1975), + [anon_sym_boolean] = ACTIONS(1975), + [anon_sym_string] = ACTIONS(1975), + [anon_sym_symbol] = ACTIONS(1975), + [anon_sym_abstract] = ACTIONS(1975), + [anon_sym_extends] = ACTIONS(1975), + [anon_sym_interface] = ACTIONS(1975), + [anon_sym_enum] = ACTIONS(1975), }, [547] = { - [ts_builtin_sym_end] = ACTIONS(1953), - [sym_identifier] = ACTIONS(1955), - [anon_sym_export] = ACTIONS(1955), - [anon_sym_default] = ACTIONS(1955), - [anon_sym_type] = ACTIONS(1955), - [anon_sym_EQ] = ACTIONS(1955), - [anon_sym_namespace] = ACTIONS(1955), - [anon_sym_LBRACE] = ACTIONS(1953), - [anon_sym_COMMA] = ACTIONS(1953), - [anon_sym_RBRACE] = ACTIONS(1953), - [anon_sym_typeof] = ACTIONS(1955), - [anon_sym_import] = ACTIONS(1955), - [anon_sym_var] = ACTIONS(1955), - [anon_sym_let] = ACTIONS(1955), - [anon_sym_const] = ACTIONS(1955), - [anon_sym_BANG] = ACTIONS(1953), - [anon_sym_else] = ACTIONS(1955), - [anon_sym_if] = ACTIONS(1955), - [anon_sym_switch] = ACTIONS(1955), - [anon_sym_for] = ACTIONS(1955), - [anon_sym_LPAREN] = ACTIONS(1953), - [anon_sym_RPAREN] = ACTIONS(1953), - [anon_sym_await] = ACTIONS(1955), - [anon_sym_while] = ACTIONS(1955), - [anon_sym_do] = ACTIONS(1955), - [anon_sym_try] = ACTIONS(1955), - [anon_sym_with] = ACTIONS(1955), - [anon_sym_break] = ACTIONS(1955), - [anon_sym_continue] = ACTIONS(1955), - [anon_sym_debugger] = ACTIONS(1955), - [anon_sym_return] = ACTIONS(1955), - [anon_sym_throw] = ACTIONS(1955), - [anon_sym_SEMI] = ACTIONS(1953), - [anon_sym_COLON] = ACTIONS(1953), - [anon_sym_case] = ACTIONS(1955), - [anon_sym_yield] = ACTIONS(1955), - [anon_sym_LBRACK] = ACTIONS(1953), - [anon_sym_RBRACK] = ACTIONS(1953), - [anon_sym_LTtemplate_GT] = ACTIONS(1953), - [anon_sym_LT] = ACTIONS(1955), - [anon_sym_GT] = ACTIONS(1953), - [anon_sym_SLASH] = ACTIONS(1955), - [anon_sym_class] = ACTIONS(1955), - [anon_sym_async] = ACTIONS(1955), - [anon_sym_function] = ACTIONS(1955), - [anon_sym_EQ_GT] = ACTIONS(1953), - [anon_sym_new] = ACTIONS(1955), - [anon_sym_AMP] = ACTIONS(1953), - [anon_sym_PIPE] = ACTIONS(1953), - [anon_sym_PLUS] = ACTIONS(1955), - [anon_sym_DASH] = ACTIONS(1955), - [anon_sym_TILDE] = ACTIONS(1953), - [anon_sym_void] = ACTIONS(1955), - [anon_sym_delete] = ACTIONS(1955), - [anon_sym_PLUS_PLUS] = ACTIONS(1953), - [anon_sym_DASH_DASH] = ACTIONS(1953), - [anon_sym_DQUOTE] = ACTIONS(1953), - [anon_sym_SQUOTE] = ACTIONS(1953), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1953), - [sym_number] = ACTIONS(1953), - [sym_this] = ACTIONS(1955), - [sym_super] = ACTIONS(1955), - [sym_true] = ACTIONS(1955), - [sym_false] = ACTIONS(1955), - [sym_null] = ACTIONS(1955), - [sym_undefined] = ACTIONS(1955), - [anon_sym_AT] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1955), - [anon_sym_readonly] = ACTIONS(1955), - [anon_sym_get] = ACTIONS(1955), - [anon_sym_set] = ACTIONS(1955), - [anon_sym_QMARK] = ACTIONS(1953), - [anon_sym_declare] = ACTIONS(1955), - [anon_sym_public] = ACTIONS(1955), - [anon_sym_private] = ACTIONS(1955), - [anon_sym_protected] = ACTIONS(1955), - [anon_sym_override] = ACTIONS(1955), - [anon_sym_module] = ACTIONS(1955), - [anon_sym_any] = ACTIONS(1955), - [anon_sym_number] = ACTIONS(1955), - [anon_sym_boolean] = ACTIONS(1955), - [anon_sym_string] = ACTIONS(1955), - [anon_sym_symbol] = ACTIONS(1955), - [anon_sym_abstract] = ACTIONS(1955), - [anon_sym_extends] = ACTIONS(1955), - [anon_sym_interface] = ACTIONS(1955), - [anon_sym_enum] = ACTIONS(1955), + [ts_builtin_sym_end] = ACTIONS(1977), + [sym_identifier] = ACTIONS(1979), + [anon_sym_export] = ACTIONS(1979), + [anon_sym_default] = ACTIONS(1979), + [anon_sym_type] = ACTIONS(1979), + [anon_sym_EQ] = ACTIONS(1979), + [anon_sym_namespace] = ACTIONS(1979), + [anon_sym_LBRACE] = ACTIONS(1977), + [anon_sym_COMMA] = ACTIONS(1977), + [anon_sym_RBRACE] = ACTIONS(1977), + [anon_sym_typeof] = ACTIONS(1979), + [anon_sym_import] = ACTIONS(1979), + [anon_sym_var] = ACTIONS(1979), + [anon_sym_let] = ACTIONS(1979), + [anon_sym_const] = ACTIONS(1979), + [anon_sym_BANG] = ACTIONS(1977), + [anon_sym_else] = ACTIONS(1979), + [anon_sym_if] = ACTIONS(1979), + [anon_sym_switch] = ACTIONS(1979), + [anon_sym_for] = ACTIONS(1979), + [anon_sym_LPAREN] = ACTIONS(1977), + [anon_sym_RPAREN] = ACTIONS(1977), + [anon_sym_await] = ACTIONS(1979), + [anon_sym_while] = ACTIONS(1979), + [anon_sym_do] = ACTIONS(1979), + [anon_sym_try] = ACTIONS(1979), + [anon_sym_with] = ACTIONS(1979), + [anon_sym_break] = ACTIONS(1979), + [anon_sym_continue] = ACTIONS(1979), + [anon_sym_debugger] = ACTIONS(1979), + [anon_sym_return] = ACTIONS(1979), + [anon_sym_throw] = ACTIONS(1979), + [anon_sym_SEMI] = ACTIONS(1977), + [anon_sym_COLON] = ACTIONS(1977), + [anon_sym_case] = ACTIONS(1979), + [anon_sym_yield] = ACTIONS(1979), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_RBRACK] = ACTIONS(1977), + [anon_sym_LTtemplate_GT] = ACTIONS(1977), + [anon_sym_GT] = ACTIONS(1977), + [anon_sym_class] = ACTIONS(1979), + [anon_sym_async] = ACTIONS(1979), + [anon_sym_function] = ACTIONS(1979), + [anon_sym_EQ_GT] = ACTIONS(1977), + [anon_sym_new] = ACTIONS(1979), + [anon_sym_AMP] = ACTIONS(1977), + [anon_sym_PIPE] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1979), + [anon_sym_SLASH] = ACTIONS(1979), + [anon_sym_LT] = ACTIONS(1979), + [anon_sym_TILDE] = ACTIONS(1977), + [anon_sym_void] = ACTIONS(1979), + [anon_sym_delete] = ACTIONS(1979), + [anon_sym_PLUS_PLUS] = ACTIONS(1977), + [anon_sym_DASH_DASH] = ACTIONS(1979), + [anon_sym_DQUOTE] = ACTIONS(1977), + [anon_sym_SQUOTE] = ACTIONS(1977), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1977), + [sym_number] = ACTIONS(1977), + [sym_this] = ACTIONS(1979), + [sym_super] = ACTIONS(1979), + [sym_true] = ACTIONS(1979), + [sym_false] = ACTIONS(1979), + [sym_null] = ACTIONS(1979), + [sym_undefined] = ACTIONS(1979), + [anon_sym_AT] = ACTIONS(1977), + [anon_sym_static] = ACTIONS(1979), + [anon_sym_readonly] = ACTIONS(1979), + [anon_sym_get] = ACTIONS(1979), + [anon_sym_set] = ACTIONS(1979), + [anon_sym_QMARK] = ACTIONS(1977), + [anon_sym_declare] = ACTIONS(1979), + [anon_sym_public] = ACTIONS(1979), + [anon_sym_private] = ACTIONS(1979), + [anon_sym_protected] = ACTIONS(1979), + [anon_sym_override] = ACTIONS(1979), + [anon_sym_module] = ACTIONS(1979), + [anon_sym_any] = ACTIONS(1979), + [anon_sym_number] = ACTIONS(1979), + [anon_sym_boolean] = ACTIONS(1979), + [anon_sym_string] = ACTIONS(1979), + [anon_sym_symbol] = ACTIONS(1979), + [anon_sym_abstract] = ACTIONS(1979), + [anon_sym_extends] = ACTIONS(1979), + [anon_sym_interface] = ACTIONS(1979), + [anon_sym_enum] = ACTIONS(1979), }, [548] = { - [ts_builtin_sym_end] = ACTIONS(1957), - [sym_identifier] = ACTIONS(1959), - [anon_sym_export] = ACTIONS(1959), - [anon_sym_default] = ACTIONS(1959), - [anon_sym_type] = ACTIONS(1959), - [anon_sym_EQ] = ACTIONS(1959), - [anon_sym_namespace] = ACTIONS(1959), - [anon_sym_LBRACE] = ACTIONS(1957), - [anon_sym_COMMA] = ACTIONS(1957), - [anon_sym_RBRACE] = ACTIONS(1957), - [anon_sym_typeof] = ACTIONS(1959), - [anon_sym_import] = ACTIONS(1959), - [anon_sym_var] = ACTIONS(1959), - [anon_sym_let] = ACTIONS(1959), - [anon_sym_const] = ACTIONS(1959), - [anon_sym_BANG] = ACTIONS(1957), - [anon_sym_else] = ACTIONS(1959), - [anon_sym_if] = ACTIONS(1959), - [anon_sym_switch] = ACTIONS(1959), - [anon_sym_for] = ACTIONS(1959), - [anon_sym_LPAREN] = ACTIONS(1957), - [anon_sym_RPAREN] = ACTIONS(1957), - [anon_sym_await] = ACTIONS(1959), - [anon_sym_while] = ACTIONS(1959), - [anon_sym_do] = ACTIONS(1959), - [anon_sym_try] = ACTIONS(1959), - [anon_sym_with] = ACTIONS(1959), - [anon_sym_break] = ACTIONS(1959), - [anon_sym_continue] = ACTIONS(1959), - [anon_sym_debugger] = ACTIONS(1959), - [anon_sym_return] = ACTIONS(1959), - [anon_sym_throw] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1957), - [anon_sym_COLON] = ACTIONS(1957), - [anon_sym_case] = ACTIONS(1959), - [anon_sym_yield] = ACTIONS(1959), - [anon_sym_LBRACK] = ACTIONS(1957), - [anon_sym_RBRACK] = ACTIONS(1957), - [anon_sym_LTtemplate_GT] = ACTIONS(1957), - [anon_sym_LT] = ACTIONS(1959), - [anon_sym_GT] = ACTIONS(1957), - [anon_sym_SLASH] = ACTIONS(1959), - [anon_sym_class] = ACTIONS(1959), - [anon_sym_async] = ACTIONS(1959), - [anon_sym_function] = ACTIONS(1959), - [anon_sym_EQ_GT] = ACTIONS(1957), - [anon_sym_new] = ACTIONS(1959), - [anon_sym_AMP] = ACTIONS(1957), - [anon_sym_PIPE] = ACTIONS(1957), - [anon_sym_PLUS] = ACTIONS(1959), - [anon_sym_DASH] = ACTIONS(1959), - [anon_sym_TILDE] = ACTIONS(1957), - [anon_sym_void] = ACTIONS(1959), - [anon_sym_delete] = ACTIONS(1959), - [anon_sym_PLUS_PLUS] = ACTIONS(1957), - [anon_sym_DASH_DASH] = ACTIONS(1957), - [anon_sym_DQUOTE] = ACTIONS(1957), - [anon_sym_SQUOTE] = ACTIONS(1957), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1957), - [sym_number] = ACTIONS(1957), - [sym_this] = ACTIONS(1959), - [sym_super] = ACTIONS(1959), - [sym_true] = ACTIONS(1959), - [sym_false] = ACTIONS(1959), - [sym_null] = ACTIONS(1959), - [sym_undefined] = ACTIONS(1959), - [anon_sym_AT] = ACTIONS(1957), - [anon_sym_static] = ACTIONS(1959), - [anon_sym_readonly] = ACTIONS(1959), - [anon_sym_get] = ACTIONS(1959), - [anon_sym_set] = ACTIONS(1959), - [anon_sym_QMARK] = ACTIONS(1957), - [anon_sym_declare] = ACTIONS(1959), - [anon_sym_public] = ACTIONS(1959), - [anon_sym_private] = ACTIONS(1959), - [anon_sym_protected] = ACTIONS(1959), - [anon_sym_override] = ACTIONS(1959), - [anon_sym_module] = ACTIONS(1959), - [anon_sym_any] = ACTIONS(1959), - [anon_sym_number] = ACTIONS(1959), - [anon_sym_boolean] = ACTIONS(1959), - [anon_sym_string] = ACTIONS(1959), - [anon_sym_symbol] = ACTIONS(1959), - [anon_sym_abstract] = ACTIONS(1959), - [anon_sym_extends] = ACTIONS(1959), - [anon_sym_interface] = ACTIONS(1959), - [anon_sym_enum] = ACTIONS(1959), + [ts_builtin_sym_end] = ACTIONS(1981), + [sym_identifier] = ACTIONS(1983), + [anon_sym_export] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_type] = ACTIONS(1983), + [anon_sym_EQ] = ACTIONS(1983), + [anon_sym_namespace] = ACTIONS(1983), + [anon_sym_LBRACE] = ACTIONS(1981), + [anon_sym_COMMA] = ACTIONS(1981), + [anon_sym_RBRACE] = ACTIONS(1981), + [anon_sym_typeof] = ACTIONS(1983), + [anon_sym_import] = ACTIONS(1983), + [anon_sym_var] = ACTIONS(1983), + [anon_sym_let] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_BANG] = ACTIONS(1981), + [anon_sym_else] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_switch] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1981), + [anon_sym_RPAREN] = ACTIONS(1981), + [anon_sym_await] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_do] = ACTIONS(1983), + [anon_sym_try] = ACTIONS(1983), + [anon_sym_with] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_debugger] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_throw] = ACTIONS(1983), + [anon_sym_SEMI] = ACTIONS(1981), + [anon_sym_COLON] = ACTIONS(1981), + [anon_sym_case] = ACTIONS(1983), + [anon_sym_yield] = ACTIONS(1983), + [anon_sym_LBRACK] = ACTIONS(1981), + [anon_sym_RBRACK] = ACTIONS(1981), + [anon_sym_LTtemplate_GT] = ACTIONS(1981), + [anon_sym_GT] = ACTIONS(1981), + [anon_sym_class] = ACTIONS(1983), + [anon_sym_async] = ACTIONS(1983), + [anon_sym_function] = ACTIONS(1983), + [anon_sym_EQ_GT] = ACTIONS(1981), + [anon_sym_new] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(1981), + [anon_sym_PIPE] = ACTIONS(1981), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_SLASH] = ACTIONS(1983), + [anon_sym_LT] = ACTIONS(1983), + [anon_sym_TILDE] = ACTIONS(1981), + [anon_sym_void] = ACTIONS(1983), + [anon_sym_delete] = ACTIONS(1983), + [anon_sym_PLUS_PLUS] = ACTIONS(1981), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_DQUOTE] = ACTIONS(1981), + [anon_sym_SQUOTE] = ACTIONS(1981), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1981), + [sym_number] = ACTIONS(1981), + [sym_this] = ACTIONS(1983), + [sym_super] = ACTIONS(1983), + [sym_true] = ACTIONS(1983), + [sym_false] = ACTIONS(1983), + [sym_null] = ACTIONS(1983), + [sym_undefined] = ACTIONS(1983), + [anon_sym_AT] = ACTIONS(1981), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_readonly] = ACTIONS(1983), + [anon_sym_get] = ACTIONS(1983), + [anon_sym_set] = ACTIONS(1983), + [anon_sym_QMARK] = ACTIONS(1981), + [anon_sym_declare] = ACTIONS(1983), + [anon_sym_public] = ACTIONS(1983), + [anon_sym_private] = ACTIONS(1983), + [anon_sym_protected] = ACTIONS(1983), + [anon_sym_override] = ACTIONS(1983), + [anon_sym_module] = ACTIONS(1983), + [anon_sym_any] = ACTIONS(1983), + [anon_sym_number] = ACTIONS(1983), + [anon_sym_boolean] = ACTIONS(1983), + [anon_sym_string] = ACTIONS(1983), + [anon_sym_symbol] = ACTIONS(1983), + [anon_sym_abstract] = ACTIONS(1983), + [anon_sym_extends] = ACTIONS(1983), + [anon_sym_interface] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), }, [549] = { - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1592), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_type] = ACTIONS(1592), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1592), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1592), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1594), - [anon_sym_SQUOTE] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1594), - [sym_private_property_identifier] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1592), - [anon_sym_readonly] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1592), - [anon_sym_public] = ACTIONS(1592), - [anon_sym_private] = ACTIONS(1592), - [anon_sym_protected] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1592), - [anon_sym_any] = ACTIONS(1592), - [anon_sym_number] = ACTIONS(1592), - [anon_sym_boolean] = ACTIONS(1592), - [anon_sym_string] = ACTIONS(1592), - [anon_sym_symbol] = ACTIONS(1592), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [ts_builtin_sym_end] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [anon_sym_export] = ACTIONS(1987), + [anon_sym_default] = ACTIONS(1987), + [anon_sym_type] = ACTIONS(1987), + [anon_sym_EQ] = ACTIONS(1987), + [anon_sym_namespace] = ACTIONS(1987), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_COMMA] = ACTIONS(1985), + [anon_sym_RBRACE] = ACTIONS(1985), + [anon_sym_typeof] = ACTIONS(1987), + [anon_sym_import] = ACTIONS(1987), + [anon_sym_var] = ACTIONS(1987), + [anon_sym_let] = ACTIONS(1987), + [anon_sym_const] = ACTIONS(1987), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_else] = ACTIONS(1987), + [anon_sym_if] = ACTIONS(1987), + [anon_sym_switch] = ACTIONS(1987), + [anon_sym_for] = ACTIONS(1987), + [anon_sym_LPAREN] = ACTIONS(1985), + [anon_sym_RPAREN] = ACTIONS(1985), + [anon_sym_await] = ACTIONS(1987), + [anon_sym_while] = ACTIONS(1987), + [anon_sym_do] = ACTIONS(1987), + [anon_sym_try] = ACTIONS(1987), + [anon_sym_with] = ACTIONS(1987), + [anon_sym_break] = ACTIONS(1987), + [anon_sym_continue] = ACTIONS(1987), + [anon_sym_debugger] = ACTIONS(1987), + [anon_sym_return] = ACTIONS(1987), + [anon_sym_throw] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_COLON] = ACTIONS(1985), + [anon_sym_case] = ACTIONS(1987), + [anon_sym_yield] = ACTIONS(1987), + [anon_sym_LBRACK] = ACTIONS(1985), + [anon_sym_RBRACK] = ACTIONS(1985), + [anon_sym_LTtemplate_GT] = ACTIONS(1985), + [anon_sym_GT] = ACTIONS(1985), + [anon_sym_class] = ACTIONS(1987), + [anon_sym_async] = ACTIONS(1987), + [anon_sym_function] = ACTIONS(1987), + [anon_sym_EQ_GT] = ACTIONS(1985), + [anon_sym_new] = ACTIONS(1987), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_PIPE] = ACTIONS(1985), + [anon_sym_PLUS] = ACTIONS(1987), + [anon_sym_DASH] = ACTIONS(1987), + [anon_sym_SLASH] = ACTIONS(1987), + [anon_sym_LT] = ACTIONS(1987), + [anon_sym_TILDE] = ACTIONS(1985), + [anon_sym_void] = ACTIONS(1987), + [anon_sym_delete] = ACTIONS(1987), + [anon_sym_PLUS_PLUS] = ACTIONS(1985), + [anon_sym_DASH_DASH] = ACTIONS(1987), + [anon_sym_DQUOTE] = ACTIONS(1985), + [anon_sym_SQUOTE] = ACTIONS(1985), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1985), + [sym_number] = ACTIONS(1985), + [sym_this] = ACTIONS(1987), + [sym_super] = ACTIONS(1987), + [sym_true] = ACTIONS(1987), + [sym_false] = ACTIONS(1987), + [sym_null] = ACTIONS(1987), + [sym_undefined] = ACTIONS(1987), + [anon_sym_AT] = ACTIONS(1985), + [anon_sym_static] = ACTIONS(1987), + [anon_sym_readonly] = ACTIONS(1987), + [anon_sym_get] = ACTIONS(1987), + [anon_sym_set] = ACTIONS(1987), + [anon_sym_QMARK] = ACTIONS(1985), + [anon_sym_declare] = ACTIONS(1987), + [anon_sym_public] = ACTIONS(1987), + [anon_sym_private] = ACTIONS(1987), + [anon_sym_protected] = ACTIONS(1987), + [anon_sym_override] = ACTIONS(1987), + [anon_sym_module] = ACTIONS(1987), + [anon_sym_any] = ACTIONS(1987), + [anon_sym_number] = ACTIONS(1987), + [anon_sym_boolean] = ACTIONS(1987), + [anon_sym_string] = ACTIONS(1987), + [anon_sym_symbol] = ACTIONS(1987), + [anon_sym_abstract] = ACTIONS(1987), + [anon_sym_extends] = ACTIONS(1987), + [anon_sym_interface] = ACTIONS(1987), + [anon_sym_enum] = ACTIONS(1987), }, [550] = { - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1596), - [anon_sym_export] = ACTIONS(1596), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_type] = ACTIONS(1596), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1596), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1596), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1598), - [anon_sym_SQUOTE] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1598), - [sym_private_property_identifier] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1596), - [anon_sym_readonly] = ACTIONS(1596), - [anon_sym_get] = ACTIONS(1596), - [anon_sym_set] = ACTIONS(1596), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1596), - [anon_sym_public] = ACTIONS(1596), - [anon_sym_private] = ACTIONS(1596), - [anon_sym_protected] = ACTIONS(1596), - [anon_sym_override] = ACTIONS(1596), - [anon_sym_module] = ACTIONS(1596), - [anon_sym_any] = ACTIONS(1596), - [anon_sym_number] = ACTIONS(1596), - [anon_sym_boolean] = ACTIONS(1596), - [anon_sym_string] = ACTIONS(1596), - [anon_sym_symbol] = ACTIONS(1596), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [ts_builtin_sym_end] = ACTIONS(1989), + [sym_identifier] = ACTIONS(1991), + [anon_sym_export] = ACTIONS(1991), + [anon_sym_default] = ACTIONS(1991), + [anon_sym_type] = ACTIONS(1991), + [anon_sym_EQ] = ACTIONS(1991), + [anon_sym_namespace] = ACTIONS(1991), + [anon_sym_LBRACE] = ACTIONS(1989), + [anon_sym_COMMA] = ACTIONS(1989), + [anon_sym_RBRACE] = ACTIONS(1989), + [anon_sym_typeof] = ACTIONS(1991), + [anon_sym_import] = ACTIONS(1991), + [anon_sym_var] = ACTIONS(1991), + [anon_sym_let] = ACTIONS(1991), + [anon_sym_const] = ACTIONS(1991), + [anon_sym_BANG] = ACTIONS(1989), + [anon_sym_else] = ACTIONS(1991), + [anon_sym_if] = ACTIONS(1991), + [anon_sym_switch] = ACTIONS(1991), + [anon_sym_for] = ACTIONS(1991), + [anon_sym_LPAREN] = ACTIONS(1989), + [anon_sym_RPAREN] = ACTIONS(1989), + [anon_sym_await] = ACTIONS(1991), + [anon_sym_while] = ACTIONS(1991), + [anon_sym_do] = ACTIONS(1991), + [anon_sym_try] = ACTIONS(1991), + [anon_sym_with] = ACTIONS(1991), + [anon_sym_break] = ACTIONS(1991), + [anon_sym_continue] = ACTIONS(1991), + [anon_sym_debugger] = ACTIONS(1991), + [anon_sym_return] = ACTIONS(1991), + [anon_sym_throw] = ACTIONS(1991), + [anon_sym_SEMI] = ACTIONS(1989), + [anon_sym_COLON] = ACTIONS(1989), + [anon_sym_case] = ACTIONS(1991), + [anon_sym_yield] = ACTIONS(1991), + [anon_sym_LBRACK] = ACTIONS(1989), + [anon_sym_RBRACK] = ACTIONS(1989), + [anon_sym_LTtemplate_GT] = ACTIONS(1989), + [anon_sym_GT] = ACTIONS(1989), + [anon_sym_class] = ACTIONS(1991), + [anon_sym_async] = ACTIONS(1991), + [anon_sym_function] = ACTIONS(1991), + [anon_sym_EQ_GT] = ACTIONS(1989), + [anon_sym_new] = ACTIONS(1991), + [anon_sym_AMP] = ACTIONS(1989), + [anon_sym_PIPE] = ACTIONS(1989), + [anon_sym_PLUS] = ACTIONS(1991), + [anon_sym_DASH] = ACTIONS(1991), + [anon_sym_SLASH] = ACTIONS(1991), + [anon_sym_LT] = ACTIONS(1991), + [anon_sym_TILDE] = ACTIONS(1989), + [anon_sym_void] = ACTIONS(1991), + [anon_sym_delete] = ACTIONS(1991), + [anon_sym_PLUS_PLUS] = ACTIONS(1989), + [anon_sym_DASH_DASH] = ACTIONS(1991), + [anon_sym_DQUOTE] = ACTIONS(1989), + [anon_sym_SQUOTE] = ACTIONS(1989), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1989), + [sym_number] = ACTIONS(1989), + [sym_this] = ACTIONS(1991), + [sym_super] = ACTIONS(1991), + [sym_true] = ACTIONS(1991), + [sym_false] = ACTIONS(1991), + [sym_null] = ACTIONS(1991), + [sym_undefined] = ACTIONS(1991), + [anon_sym_AT] = ACTIONS(1989), + [anon_sym_static] = ACTIONS(1991), + [anon_sym_readonly] = ACTIONS(1991), + [anon_sym_get] = ACTIONS(1991), + [anon_sym_set] = ACTIONS(1991), + [anon_sym_QMARK] = ACTIONS(1989), + [anon_sym_declare] = ACTIONS(1991), + [anon_sym_public] = ACTIONS(1991), + [anon_sym_private] = ACTIONS(1991), + [anon_sym_protected] = ACTIONS(1991), + [anon_sym_override] = ACTIONS(1991), + [anon_sym_module] = ACTIONS(1991), + [anon_sym_any] = ACTIONS(1991), + [anon_sym_number] = ACTIONS(1991), + [anon_sym_boolean] = ACTIONS(1991), + [anon_sym_string] = ACTIONS(1991), + [anon_sym_symbol] = ACTIONS(1991), + [anon_sym_abstract] = ACTIONS(1991), + [anon_sym_extends] = ACTIONS(1991), + [anon_sym_interface] = ACTIONS(1991), + [anon_sym_enum] = ACTIONS(1991), }, [551] = { - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1592), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_type] = ACTIONS(1592), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1592), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1592), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1594), - [anon_sym_SQUOTE] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1594), - [sym_private_property_identifier] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1592), - [anon_sym_readonly] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1592), - [anon_sym_public] = ACTIONS(1592), - [anon_sym_private] = ACTIONS(1592), - [anon_sym_protected] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1592), - [anon_sym_any] = ACTIONS(1592), - [anon_sym_number] = ACTIONS(1592), - [anon_sym_boolean] = ACTIONS(1592), - [anon_sym_string] = ACTIONS(1592), - [anon_sym_symbol] = ACTIONS(1592), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1670), + [anon_sym_export] = ACTIONS(1670), + [anon_sym_STAR] = ACTIONS(1670), + [anon_sym_type] = ACTIONS(1670), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1670), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1670), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1672), + [anon_sym_SQUOTE] = ACTIONS(1672), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1672), + [sym_private_property_identifier] = ACTIONS(1672), + [anon_sym_static] = ACTIONS(1670), + [anon_sym_readonly] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1670), + [anon_sym_set] = ACTIONS(1670), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1670), + [anon_sym_public] = ACTIONS(1670), + [anon_sym_private] = ACTIONS(1670), + [anon_sym_protected] = ACTIONS(1670), + [anon_sym_override] = ACTIONS(1670), + [anon_sym_module] = ACTIONS(1670), + [anon_sym_any] = ACTIONS(1670), + [anon_sym_number] = ACTIONS(1670), + [anon_sym_boolean] = ACTIONS(1670), + [anon_sym_string] = ACTIONS(1670), + [anon_sym_symbol] = ACTIONS(1670), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [552] = { - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1596), - [anon_sym_export] = ACTIONS(1596), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_type] = ACTIONS(1596), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1596), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1596), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1598), - [anon_sym_SQUOTE] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1598), - [sym_private_property_identifier] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1596), - [anon_sym_readonly] = ACTIONS(1596), - [anon_sym_get] = ACTIONS(1596), - [anon_sym_set] = ACTIONS(1596), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1596), - [anon_sym_public] = ACTIONS(1596), - [anon_sym_private] = ACTIONS(1596), - [anon_sym_protected] = ACTIONS(1596), - [anon_sym_override] = ACTIONS(1596), - [anon_sym_module] = ACTIONS(1596), - [anon_sym_any] = ACTIONS(1596), - [anon_sym_number] = ACTIONS(1596), - [anon_sym_boolean] = ACTIONS(1596), - [anon_sym_string] = ACTIONS(1596), - [anon_sym_symbol] = ACTIONS(1596), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1662), + [anon_sym_export] = ACTIONS(1662), + [anon_sym_STAR] = ACTIONS(1662), + [anon_sym_type] = ACTIONS(1662), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1662), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1662), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1664), + [anon_sym_SQUOTE] = ACTIONS(1664), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1664), + [sym_private_property_identifier] = ACTIONS(1664), + [anon_sym_static] = ACTIONS(1662), + [anon_sym_readonly] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1662), + [anon_sym_set] = ACTIONS(1662), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1662), + [anon_sym_public] = ACTIONS(1662), + [anon_sym_private] = ACTIONS(1662), + [anon_sym_protected] = ACTIONS(1662), + [anon_sym_override] = ACTIONS(1662), + [anon_sym_module] = ACTIONS(1662), + [anon_sym_any] = ACTIONS(1662), + [anon_sym_number] = ACTIONS(1662), + [anon_sym_boolean] = ACTIONS(1662), + [anon_sym_string] = ACTIONS(1662), + [anon_sym_symbol] = ACTIONS(1662), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [553] = { - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1592), - [anon_sym_export] = ACTIONS(1592), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_type] = ACTIONS(1592), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1592), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1592), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1594), - [anon_sym_SQUOTE] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1594), - [sym_private_property_identifier] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1592), - [anon_sym_readonly] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1592), - [anon_sym_public] = ACTIONS(1592), - [anon_sym_private] = ACTIONS(1592), - [anon_sym_protected] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1592), - [anon_sym_module] = ACTIONS(1592), - [anon_sym_any] = ACTIONS(1592), - [anon_sym_number] = ACTIONS(1592), - [anon_sym_boolean] = ACTIONS(1592), - [anon_sym_string] = ACTIONS(1592), - [anon_sym_symbol] = ACTIONS(1592), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1670), + [anon_sym_export] = ACTIONS(1670), + [anon_sym_STAR] = ACTIONS(1670), + [anon_sym_type] = ACTIONS(1670), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1670), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1670), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1672), + [anon_sym_SQUOTE] = ACTIONS(1672), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1672), + [sym_private_property_identifier] = ACTIONS(1672), + [anon_sym_static] = ACTIONS(1670), + [anon_sym_readonly] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1670), + [anon_sym_set] = ACTIONS(1670), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1670), + [anon_sym_public] = ACTIONS(1670), + [anon_sym_private] = ACTIONS(1670), + [anon_sym_protected] = ACTIONS(1670), + [anon_sym_override] = ACTIONS(1670), + [anon_sym_module] = ACTIONS(1670), + [anon_sym_any] = ACTIONS(1670), + [anon_sym_number] = ACTIONS(1670), + [anon_sym_boolean] = ACTIONS(1670), + [anon_sym_string] = ACTIONS(1670), + [anon_sym_symbol] = ACTIONS(1670), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [554] = { - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(1596), - [anon_sym_export] = ACTIONS(1596), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_type] = ACTIONS(1596), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1596), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(116), - [anon_sym_async] = ACTIONS(1596), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1598), - [anon_sym_SQUOTE] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [sym_number] = ACTIONS(1598), - [sym_private_property_identifier] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1596), - [anon_sym_readonly] = ACTIONS(1596), - [anon_sym_get] = ACTIONS(1596), - [anon_sym_set] = ACTIONS(1596), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_declare] = ACTIONS(1596), - [anon_sym_public] = ACTIONS(1596), - [anon_sym_private] = ACTIONS(1596), - [anon_sym_protected] = ACTIONS(1596), - [anon_sym_override] = ACTIONS(1596), - [anon_sym_module] = ACTIONS(1596), - [anon_sym_any] = ACTIONS(1596), - [anon_sym_number] = ACTIONS(1596), - [anon_sym_boolean] = ACTIONS(1596), - [anon_sym_string] = ACTIONS(1596), - [anon_sym_symbol] = ACTIONS(1596), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1662), + [anon_sym_export] = ACTIONS(1662), + [anon_sym_STAR] = ACTIONS(1662), + [anon_sym_type] = ACTIONS(1662), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1662), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1662), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1664), + [anon_sym_SQUOTE] = ACTIONS(1664), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1664), + [sym_private_property_identifier] = ACTIONS(1664), + [anon_sym_static] = ACTIONS(1662), + [anon_sym_readonly] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1662), + [anon_sym_set] = ACTIONS(1662), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1662), + [anon_sym_public] = ACTIONS(1662), + [anon_sym_private] = ACTIONS(1662), + [anon_sym_protected] = ACTIONS(1662), + [anon_sym_override] = ACTIONS(1662), + [anon_sym_module] = ACTIONS(1662), + [anon_sym_any] = ACTIONS(1662), + [anon_sym_number] = ACTIONS(1662), + [anon_sym_boolean] = ACTIONS(1662), + [anon_sym_string] = ACTIONS(1662), + [anon_sym_symbol] = ACTIONS(1662), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [555] = { - [sym__call_signature] = STATE(4058), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1961), - [anon_sym_export] = ACTIONS(1963), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1963), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1963), - [anon_sym_COMMA] = ACTIONS(208), - [anon_sym_RBRACE] = ACTIONS(208), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_RPAREN] = ACTIONS(208), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(208), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(208), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1963), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1963), - [anon_sym_readonly] = ACTIONS(1963), - [anon_sym_get] = ACTIONS(1963), - [anon_sym_set] = ACTIONS(1963), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(1963), - [anon_sym_public] = ACTIONS(1963), - [anon_sym_private] = ACTIONS(1963), - [anon_sym_protected] = ACTIONS(1963), - [anon_sym_override] = ACTIONS(1963), - [anon_sym_module] = ACTIONS(1963), - [anon_sym_any] = ACTIONS(1963), - [anon_sym_number] = ACTIONS(1963), - [anon_sym_boolean] = ACTIONS(1963), - [anon_sym_string] = ACTIONS(1963), - [anon_sym_symbol] = ACTIONS(1963), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1670), + [anon_sym_export] = ACTIONS(1670), + [anon_sym_STAR] = ACTIONS(1670), + [anon_sym_type] = ACTIONS(1670), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1670), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1670), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1672), + [anon_sym_SQUOTE] = ACTIONS(1672), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1672), + [sym_private_property_identifier] = ACTIONS(1672), + [anon_sym_static] = ACTIONS(1670), + [anon_sym_readonly] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1670), + [anon_sym_set] = ACTIONS(1670), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1670), + [anon_sym_public] = ACTIONS(1670), + [anon_sym_private] = ACTIONS(1670), + [anon_sym_protected] = ACTIONS(1670), + [anon_sym_override] = ACTIONS(1670), + [anon_sym_module] = ACTIONS(1670), + [anon_sym_any] = ACTIONS(1670), + [anon_sym_number] = ACTIONS(1670), + [anon_sym_boolean] = ACTIONS(1670), + [anon_sym_string] = ACTIONS(1670), + [anon_sym_symbol] = ACTIONS(1670), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [556] = { - [sym__call_signature] = STATE(4004), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1973), - [anon_sym_export] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1975), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1975), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_RBRACE] = ACTIONS(122), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(122), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1975), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1975), - [anon_sym_readonly] = ACTIONS(1975), - [anon_sym_get] = ACTIONS(1975), - [anon_sym_set] = ACTIONS(1975), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_declare] = ACTIONS(1975), - [anon_sym_public] = ACTIONS(1975), - [anon_sym_private] = ACTIONS(1975), - [anon_sym_protected] = ACTIONS(1975), - [anon_sym_override] = ACTIONS(1975), - [anon_sym_module] = ACTIONS(1975), - [anon_sym_any] = ACTIONS(1975), - [anon_sym_number] = ACTIONS(1975), - [anon_sym_boolean] = ACTIONS(1975), - [anon_sym_string] = ACTIONS(1975), - [anon_sym_symbol] = ACTIONS(1975), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(1662), + [anon_sym_export] = ACTIONS(1662), + [anon_sym_STAR] = ACTIONS(1662), + [anon_sym_type] = ACTIONS(1662), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1662), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(118), + [anon_sym_async] = ACTIONS(1662), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1664), + [anon_sym_SQUOTE] = ACTIONS(1664), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [sym_number] = ACTIONS(1664), + [sym_private_property_identifier] = ACTIONS(1664), + [anon_sym_static] = ACTIONS(1662), + [anon_sym_readonly] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1662), + [anon_sym_set] = ACTIONS(1662), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_declare] = ACTIONS(1662), + [anon_sym_public] = ACTIONS(1662), + [anon_sym_private] = ACTIONS(1662), + [anon_sym_protected] = ACTIONS(1662), + [anon_sym_override] = ACTIONS(1662), + [anon_sym_module] = ACTIONS(1662), + [anon_sym_any] = ACTIONS(1662), + [anon_sym_number] = ACTIONS(1662), + [anon_sym_boolean] = ACTIONS(1662), + [anon_sym_string] = ACTIONS(1662), + [anon_sym_symbol] = ACTIONS(1662), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [557] = { - [sym__call_signature] = STATE(4004), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1973), - [anon_sym_export] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1975), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1975), - [anon_sym_COMMA] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_RPAREN] = ACTIONS(1239), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(1239), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1975), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1975), - [anon_sym_readonly] = ACTIONS(1975), - [anon_sym_get] = ACTIONS(1975), - [anon_sym_set] = ACTIONS(1975), - [anon_sym_QMARK] = ACTIONS(1977), - [anon_sym_declare] = ACTIONS(1975), - [anon_sym_public] = ACTIONS(1975), - [anon_sym_private] = ACTIONS(1975), - [anon_sym_protected] = ACTIONS(1975), - [anon_sym_override] = ACTIONS(1975), - [anon_sym_module] = ACTIONS(1975), - [anon_sym_any] = ACTIONS(1975), - [anon_sym_number] = ACTIONS(1975), - [anon_sym_boolean] = ACTIONS(1975), - [anon_sym_string] = ACTIONS(1975), - [anon_sym_symbol] = ACTIONS(1975), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4028), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(1993), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1995), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1995), + [anon_sym_COMMA] = ACTIONS(1265), + [anon_sym_RBRACE] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_RPAREN] = ACTIONS(1265), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(1265), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(1995), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(1995), + [anon_sym_readonly] = ACTIONS(1995), + [anon_sym_get] = ACTIONS(1995), + [anon_sym_set] = ACTIONS(1995), + [anon_sym_QMARK] = ACTIONS(2005), + [anon_sym_declare] = ACTIONS(1995), + [anon_sym_public] = ACTIONS(1995), + [anon_sym_private] = ACTIONS(1995), + [anon_sym_protected] = ACTIONS(1995), + [anon_sym_override] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_any] = ACTIONS(1995), + [anon_sym_number] = ACTIONS(1995), + [anon_sym_boolean] = ACTIONS(1995), + [anon_sym_string] = ACTIONS(1995), + [anon_sym_symbol] = ACTIONS(1995), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [558] = { - [sym__call_signature] = STATE(4058), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1961), - [anon_sym_export] = ACTIONS(1963), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1963), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1963), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_RPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1963), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1963), - [anon_sym_readonly] = ACTIONS(1963), - [anon_sym_get] = ACTIONS(1963), - [anon_sym_set] = ACTIONS(1963), - [anon_sym_declare] = ACTIONS(1963), - [anon_sym_public] = ACTIONS(1963), - [anon_sym_private] = ACTIONS(1963), - [anon_sym_protected] = ACTIONS(1963), - [anon_sym_override] = ACTIONS(1963), - [anon_sym_module] = ACTIONS(1963), - [anon_sym_any] = ACTIONS(1963), - [anon_sym_number] = ACTIONS(1963), - [anon_sym_boolean] = ACTIONS(1963), - [anon_sym_string] = ACTIONS(1963), - [anon_sym_symbol] = ACTIONS(1963), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4028), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(1993), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1995), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1995), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_RBRACE] = ACTIONS(124), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(124), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(1995), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(1995), + [anon_sym_readonly] = ACTIONS(1995), + [anon_sym_get] = ACTIONS(1995), + [anon_sym_set] = ACTIONS(1995), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(1995), + [anon_sym_public] = ACTIONS(1995), + [anon_sym_private] = ACTIONS(1995), + [anon_sym_protected] = ACTIONS(1995), + [anon_sym_override] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_any] = ACTIONS(1995), + [anon_sym_number] = ACTIONS(1995), + [anon_sym_boolean] = ACTIONS(1995), + [anon_sym_string] = ACTIONS(1995), + [anon_sym_symbol] = ACTIONS(1995), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [559] = { - [sym__call_signature] = STATE(4058), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1961), - [anon_sym_export] = ACTIONS(1963), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1963), - [anon_sym_EQ] = ACTIONS(1198), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1963), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_RPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1963), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1963), - [anon_sym_readonly] = ACTIONS(1963), - [anon_sym_get] = ACTIONS(1963), - [anon_sym_set] = ACTIONS(1963), - [anon_sym_declare] = ACTIONS(1963), - [anon_sym_public] = ACTIONS(1963), - [anon_sym_private] = ACTIONS(1963), - [anon_sym_protected] = ACTIONS(1963), - [anon_sym_override] = ACTIONS(1963), - [anon_sym_module] = ACTIONS(1963), - [anon_sym_any] = ACTIONS(1963), - [anon_sym_number] = ACTIONS(1963), - [anon_sym_boolean] = ACTIONS(1963), - [anon_sym_string] = ACTIONS(1963), - [anon_sym_symbol] = ACTIONS(1963), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4295), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2007), + [anon_sym_export] = ACTIONS(2009), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2009), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2009), + [anon_sym_COMMA] = ACTIONS(215), + [anon_sym_RBRACE] = ACTIONS(215), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_RPAREN] = ACTIONS(215), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(215), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2009), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2009), + [anon_sym_readonly] = ACTIONS(2009), + [anon_sym_get] = ACTIONS(2009), + [anon_sym_set] = ACTIONS(2009), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_declare] = ACTIONS(2009), + [anon_sym_public] = ACTIONS(2009), + [anon_sym_private] = ACTIONS(2009), + [anon_sym_protected] = ACTIONS(2009), + [anon_sym_override] = ACTIONS(2009), + [anon_sym_module] = ACTIONS(2009), + [anon_sym_any] = ACTIONS(2009), + [anon_sym_number] = ACTIONS(2009), + [anon_sym_boolean] = ACTIONS(2009), + [anon_sym_string] = ACTIONS(2009), + [anon_sym_symbol] = ACTIONS(2009), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [560] = { - [sym__call_signature] = STATE(4082), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1979), - [anon_sym_export] = ACTIONS(1981), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1981), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1981), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(1983), - [anon_sym_of] = ACTIONS(1986), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1981), - [anon_sym_function] = ACTIONS(1988), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1981), - [anon_sym_readonly] = ACTIONS(1981), - [anon_sym_get] = ACTIONS(1981), - [anon_sym_set] = ACTIONS(1981), - [anon_sym_declare] = ACTIONS(1981), - [anon_sym_public] = ACTIONS(1981), - [anon_sym_private] = ACTIONS(1981), - [anon_sym_protected] = ACTIONS(1981), - [anon_sym_override] = ACTIONS(1981), - [anon_sym_module] = ACTIONS(1981), - [anon_sym_any] = ACTIONS(1981), - [anon_sym_number] = ACTIONS(1981), - [anon_sym_boolean] = ACTIONS(1981), - [anon_sym_string] = ACTIONS(1981), - [anon_sym_symbol] = ACTIONS(1981), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4295), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2007), + [anon_sym_export] = ACTIONS(2009), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2009), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2009), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2009), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2009), + [anon_sym_readonly] = ACTIONS(2009), + [anon_sym_get] = ACTIONS(2009), + [anon_sym_set] = ACTIONS(2009), + [anon_sym_declare] = ACTIONS(2009), + [anon_sym_public] = ACTIONS(2009), + [anon_sym_private] = ACTIONS(2009), + [anon_sym_protected] = ACTIONS(2009), + [anon_sym_override] = ACTIONS(2009), + [anon_sym_module] = ACTIONS(2009), + [anon_sym_any] = ACTIONS(2009), + [anon_sym_number] = ACTIONS(2009), + [anon_sym_boolean] = ACTIONS(2009), + [anon_sym_string] = ACTIONS(2009), + [anon_sym_symbol] = ACTIONS(2009), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [561] = { - [sym__call_signature] = STATE(4191), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1990), - [anon_sym_export] = ACTIONS(1992), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1992), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1992), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1992), - [anon_sym_function] = ACTIONS(1988), - [anon_sym_EQ_GT] = ACTIONS(1230), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_readonly] = ACTIONS(1992), - [anon_sym_get] = ACTIONS(1992), - [anon_sym_set] = ACTIONS(1992), - [anon_sym_declare] = ACTIONS(1992), - [anon_sym_public] = ACTIONS(1992), - [anon_sym_private] = ACTIONS(1992), - [anon_sym_protected] = ACTIONS(1992), - [anon_sym_override] = ACTIONS(1992), - [anon_sym_module] = ACTIONS(1992), - [anon_sym_any] = ACTIONS(1992), - [anon_sym_number] = ACTIONS(1992), - [anon_sym_boolean] = ACTIONS(1992), - [anon_sym_string] = ACTIONS(1992), - [anon_sym_symbol] = ACTIONS(1992), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4295), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2007), + [anon_sym_export] = ACTIONS(2009), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2009), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2009), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2009), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2009), + [anon_sym_readonly] = ACTIONS(2009), + [anon_sym_get] = ACTIONS(2009), + [anon_sym_set] = ACTIONS(2009), + [anon_sym_declare] = ACTIONS(2009), + [anon_sym_public] = ACTIONS(2009), + [anon_sym_private] = ACTIONS(2009), + [anon_sym_protected] = ACTIONS(2009), + [anon_sym_override] = ACTIONS(2009), + [anon_sym_module] = ACTIONS(2009), + [anon_sym_any] = ACTIONS(2009), + [anon_sym_number] = ACTIONS(2009), + [anon_sym_boolean] = ACTIONS(2009), + [anon_sym_string] = ACTIONS(2009), + [anon_sym_symbol] = ACTIONS(2009), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [562] = { - [sym__call_signature] = STATE(4082), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1979), - [anon_sym_export] = ACTIONS(1981), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1981), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1981), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1981), - [anon_sym_function] = ACTIONS(1988), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1981), - [anon_sym_readonly] = ACTIONS(1981), - [anon_sym_get] = ACTIONS(1981), - [anon_sym_set] = ACTIONS(1981), - [anon_sym_declare] = ACTIONS(1981), - [anon_sym_public] = ACTIONS(1981), - [anon_sym_private] = ACTIONS(1981), - [anon_sym_protected] = ACTIONS(1981), - [anon_sym_override] = ACTIONS(1981), - [anon_sym_module] = ACTIONS(1981), - [anon_sym_any] = ACTIONS(1981), - [anon_sym_number] = ACTIONS(1981), - [anon_sym_boolean] = ACTIONS(1981), - [anon_sym_string] = ACTIONS(1981), - [anon_sym_symbol] = ACTIONS(1981), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4294), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2011), + [anon_sym_export] = ACTIONS(2013), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2013), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2013), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2013), + [anon_sym_function] = ACTIONS(2015), + [anon_sym_EQ_GT] = ACTIONS(1260), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2013), + [anon_sym_readonly] = ACTIONS(2013), + [anon_sym_get] = ACTIONS(2013), + [anon_sym_set] = ACTIONS(2013), + [anon_sym_declare] = ACTIONS(2013), + [anon_sym_public] = ACTIONS(2013), + [anon_sym_private] = ACTIONS(2013), + [anon_sym_protected] = ACTIONS(2013), + [anon_sym_override] = ACTIONS(2013), + [anon_sym_module] = ACTIONS(2013), + [anon_sym_any] = ACTIONS(2013), + [anon_sym_number] = ACTIONS(2013), + [anon_sym_boolean] = ACTIONS(2013), + [anon_sym_string] = ACTIONS(2013), + [anon_sym_symbol] = ACTIONS(2013), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [563] = { - [sym__call_signature] = STATE(4082), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1979), - [anon_sym_export] = ACTIONS(1981), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1981), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1981), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1871), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1981), - [anon_sym_function] = ACTIONS(1994), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1981), - [anon_sym_readonly] = ACTIONS(1981), - [anon_sym_get] = ACTIONS(1981), - [anon_sym_set] = ACTIONS(1981), - [anon_sym_declare] = ACTIONS(1981), - [anon_sym_public] = ACTIONS(1981), - [anon_sym_private] = ACTIONS(1981), - [anon_sym_protected] = ACTIONS(1981), - [anon_sym_override] = ACTIONS(1981), - [anon_sym_module] = ACTIONS(1981), - [anon_sym_any] = ACTIONS(1981), - [anon_sym_number] = ACTIONS(1981), - [anon_sym_boolean] = ACTIONS(1981), - [anon_sym_string] = ACTIONS(1981), - [anon_sym_symbol] = ACTIONS(1981), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4245), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2017), + [anon_sym_export] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2019), + [anon_sym_EQ] = ACTIONS(1254), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2019), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(2021), + [anon_sym_of] = ACTIONS(2024), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2019), + [anon_sym_function] = ACTIONS(2015), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2019), + [anon_sym_readonly] = ACTIONS(2019), + [anon_sym_get] = ACTIONS(2019), + [anon_sym_set] = ACTIONS(2019), + [anon_sym_declare] = ACTIONS(2019), + [anon_sym_public] = ACTIONS(2019), + [anon_sym_private] = ACTIONS(2019), + [anon_sym_protected] = ACTIONS(2019), + [anon_sym_override] = ACTIONS(2019), + [anon_sym_module] = ACTIONS(2019), + [anon_sym_any] = ACTIONS(2019), + [anon_sym_number] = ACTIONS(2019), + [anon_sym_boolean] = ACTIONS(2019), + [anon_sym_string] = ACTIONS(2019), + [anon_sym_symbol] = ACTIONS(2019), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [564] = { - [sym__call_signature] = STATE(4191), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1990), - [anon_sym_export] = ACTIONS(1992), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1992), - [anon_sym_EQ] = ACTIONS(1228), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1992), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1992), - [anon_sym_function] = ACTIONS(1988), - [anon_sym_EQ_GT] = ACTIONS(1230), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_readonly] = ACTIONS(1992), - [anon_sym_get] = ACTIONS(1992), - [anon_sym_set] = ACTIONS(1992), - [anon_sym_declare] = ACTIONS(1992), - [anon_sym_public] = ACTIONS(1992), - [anon_sym_private] = ACTIONS(1992), - [anon_sym_protected] = ACTIONS(1992), - [anon_sym_override] = ACTIONS(1992), - [anon_sym_module] = ACTIONS(1992), - [anon_sym_any] = ACTIONS(1992), - [anon_sym_number] = ACTIONS(1992), - [anon_sym_boolean] = ACTIONS(1992), - [anon_sym_string] = ACTIONS(1992), - [anon_sym_symbol] = ACTIONS(1992), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4295), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2007), + [anon_sym_export] = ACTIONS(2009), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2009), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2009), + [anon_sym_COMMA] = ACTIONS(1262), + [anon_sym_RBRACE] = ACTIONS(1262), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(1262), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2009), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2009), + [anon_sym_readonly] = ACTIONS(2009), + [anon_sym_get] = ACTIONS(2009), + [anon_sym_set] = ACTIONS(2009), + [anon_sym_declare] = ACTIONS(2009), + [anon_sym_public] = ACTIONS(2009), + [anon_sym_private] = ACTIONS(2009), + [anon_sym_protected] = ACTIONS(2009), + [anon_sym_override] = ACTIONS(2009), + [anon_sym_module] = ACTIONS(2009), + [anon_sym_any] = ACTIONS(2009), + [anon_sym_number] = ACTIONS(2009), + [anon_sym_boolean] = ACTIONS(2009), + [anon_sym_string] = ACTIONS(2009), + [anon_sym_symbol] = ACTIONS(2009), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [565] = { - [sym__call_signature] = STATE(4082), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1979), - [anon_sym_export] = ACTIONS(1981), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1981), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1981), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1867), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1981), - [anon_sym_function] = ACTIONS(1891), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1981), - [anon_sym_readonly] = ACTIONS(1981), - [anon_sym_get] = ACTIONS(1981), - [anon_sym_set] = ACTIONS(1981), - [anon_sym_declare] = ACTIONS(1981), - [anon_sym_public] = ACTIONS(1981), - [anon_sym_private] = ACTIONS(1981), - [anon_sym_protected] = ACTIONS(1981), - [anon_sym_override] = ACTIONS(1981), - [anon_sym_module] = ACTIONS(1981), - [anon_sym_any] = ACTIONS(1981), - [anon_sym_number] = ACTIONS(1981), - [anon_sym_boolean] = ACTIONS(1981), - [anon_sym_string] = ACTIONS(1981), - [anon_sym_symbol] = ACTIONS(1981), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4245), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2017), + [anon_sym_export] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2019), + [anon_sym_EQ] = ACTIONS(1254), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2019), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2019), + [anon_sym_function] = ACTIONS(2015), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2019), + [anon_sym_readonly] = ACTIONS(2019), + [anon_sym_get] = ACTIONS(2019), + [anon_sym_set] = ACTIONS(2019), + [anon_sym_declare] = ACTIONS(2019), + [anon_sym_public] = ACTIONS(2019), + [anon_sym_private] = ACTIONS(2019), + [anon_sym_protected] = ACTIONS(2019), + [anon_sym_override] = ACTIONS(2019), + [anon_sym_module] = ACTIONS(2019), + [anon_sym_any] = ACTIONS(2019), + [anon_sym_number] = ACTIONS(2019), + [anon_sym_boolean] = ACTIONS(2019), + [anon_sym_string] = ACTIONS(2019), + [anon_sym_symbol] = ACTIONS(2019), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [566] = { - [sym__call_signature] = STATE(4082), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1979), - [anon_sym_export] = ACTIONS(1981), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1981), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1981), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1981), - [anon_sym_function] = ACTIONS(1988), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1981), - [anon_sym_readonly] = ACTIONS(1981), - [anon_sym_get] = ACTIONS(1981), - [anon_sym_set] = ACTIONS(1981), - [anon_sym_declare] = ACTIONS(1981), - [anon_sym_public] = ACTIONS(1981), - [anon_sym_private] = ACTIONS(1981), - [anon_sym_protected] = ACTIONS(1981), - [anon_sym_override] = ACTIONS(1981), - [anon_sym_module] = ACTIONS(1981), - [anon_sym_any] = ACTIONS(1981), - [anon_sym_number] = ACTIONS(1981), - [anon_sym_boolean] = ACTIONS(1981), - [anon_sym_string] = ACTIONS(1981), - [anon_sym_symbol] = ACTIONS(1981), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4294), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2011), + [anon_sym_export] = ACTIONS(2013), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2013), + [anon_sym_EQ] = ACTIONS(1258), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2013), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2013), + [anon_sym_function] = ACTIONS(2015), + [anon_sym_EQ_GT] = ACTIONS(1260), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2013), + [anon_sym_readonly] = ACTIONS(2013), + [anon_sym_get] = ACTIONS(2013), + [anon_sym_set] = ACTIONS(2013), + [anon_sym_declare] = ACTIONS(2013), + [anon_sym_public] = ACTIONS(2013), + [anon_sym_private] = ACTIONS(2013), + [anon_sym_protected] = ACTIONS(2013), + [anon_sym_override] = ACTIONS(2013), + [anon_sym_module] = ACTIONS(2013), + [anon_sym_any] = ACTIONS(2013), + [anon_sym_number] = ACTIONS(2013), + [anon_sym_boolean] = ACTIONS(2013), + [anon_sym_string] = ACTIONS(2013), + [anon_sym_symbol] = ACTIONS(2013), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [567] = { - [sym__call_signature] = STATE(4058), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1961), - [anon_sym_export] = ACTIONS(1963), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1963), - [anon_sym_EQ] = ACTIONS(1198), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1963), - [anon_sym_COMMA] = ACTIONS(1236), - [anon_sym_RBRACE] = ACTIONS(1236), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(1236), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1963), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1963), - [anon_sym_readonly] = ACTIONS(1963), - [anon_sym_get] = ACTIONS(1963), - [anon_sym_set] = ACTIONS(1963), - [anon_sym_declare] = ACTIONS(1963), - [anon_sym_public] = ACTIONS(1963), - [anon_sym_private] = ACTIONS(1963), - [anon_sym_protected] = ACTIONS(1963), - [anon_sym_override] = ACTIONS(1963), - [anon_sym_module] = ACTIONS(1963), - [anon_sym_any] = ACTIONS(1963), - [anon_sym_number] = ACTIONS(1963), - [anon_sym_boolean] = ACTIONS(1963), - [anon_sym_string] = ACTIONS(1963), - [anon_sym_symbol] = ACTIONS(1963), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4245), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2017), + [anon_sym_export] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2019), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2019), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2019), + [anon_sym_function] = ACTIONS(2015), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2019), + [anon_sym_readonly] = ACTIONS(2019), + [anon_sym_get] = ACTIONS(2019), + [anon_sym_set] = ACTIONS(2019), + [anon_sym_declare] = ACTIONS(2019), + [anon_sym_public] = ACTIONS(2019), + [anon_sym_private] = ACTIONS(2019), + [anon_sym_protected] = ACTIONS(2019), + [anon_sym_override] = ACTIONS(2019), + [anon_sym_module] = ACTIONS(2019), + [anon_sym_any] = ACTIONS(2019), + [anon_sym_number] = ACTIONS(2019), + [anon_sym_boolean] = ACTIONS(2019), + [anon_sym_string] = ACTIONS(2019), + [anon_sym_symbol] = ACTIONS(2019), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [568] = { - [ts_builtin_sym_end] = ACTIONS(1311), - [sym_identifier] = ACTIONS(1313), - [anon_sym_export] = ACTIONS(1313), - [anon_sym_default] = ACTIONS(1313), - [anon_sym_type] = ACTIONS(1313), - [anon_sym_namespace] = ACTIONS(1313), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_COMMA] = ACTIONS(1311), - [anon_sym_RBRACE] = ACTIONS(1311), - [anon_sym_typeof] = ACTIONS(1313), - [anon_sym_import] = ACTIONS(1313), - [anon_sym_var] = ACTIONS(1313), - [anon_sym_let] = ACTIONS(1313), - [anon_sym_const] = ACTIONS(1313), - [anon_sym_BANG] = ACTIONS(1311), - [anon_sym_else] = ACTIONS(1313), - [anon_sym_if] = ACTIONS(1313), - [anon_sym_switch] = ACTIONS(1313), - [anon_sym_for] = ACTIONS(1313), - [anon_sym_LPAREN] = ACTIONS(1311), - [anon_sym_await] = ACTIONS(1313), - [anon_sym_while] = ACTIONS(1313), - [anon_sym_do] = ACTIONS(1313), - [anon_sym_try] = ACTIONS(1313), - [anon_sym_with] = ACTIONS(1313), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1313), - [anon_sym_debugger] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1313), - [anon_sym_throw] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1311), - [anon_sym_case] = ACTIONS(1313), - [anon_sym_catch] = ACTIONS(1313), - [anon_sym_finally] = ACTIONS(1313), - [anon_sym_yield] = ACTIONS(1313), - [anon_sym_LBRACK] = ACTIONS(1311), - [anon_sym_LTtemplate_GT] = ACTIONS(1311), - [anon_sym_LT] = ACTIONS(1313), - [anon_sym_SLASH] = ACTIONS(1313), - [anon_sym_class] = ACTIONS(1313), - [anon_sym_async] = ACTIONS(1313), - [anon_sym_function] = ACTIONS(1313), - [anon_sym_new] = ACTIONS(1313), - [anon_sym_PLUS] = ACTIONS(1313), - [anon_sym_DASH] = ACTIONS(1313), - [anon_sym_TILDE] = ACTIONS(1311), - [anon_sym_void] = ACTIONS(1313), - [anon_sym_delete] = ACTIONS(1313), - [anon_sym_PLUS_PLUS] = ACTIONS(1311), - [anon_sym_DASH_DASH] = ACTIONS(1311), - [anon_sym_DQUOTE] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1311), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1311), - [sym_number] = ACTIONS(1311), - [sym_this] = ACTIONS(1313), - [sym_super] = ACTIONS(1313), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_AT] = ACTIONS(1311), - [anon_sym_static] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1313), - [anon_sym_get] = ACTIONS(1313), - [anon_sym_set] = ACTIONS(1313), - [anon_sym_declare] = ACTIONS(1313), - [anon_sym_public] = ACTIONS(1313), - [anon_sym_private] = ACTIONS(1313), - [anon_sym_protected] = ACTIONS(1313), - [anon_sym_override] = ACTIONS(1313), - [anon_sym_module] = ACTIONS(1313), - [anon_sym_any] = ACTIONS(1313), - [anon_sym_number] = ACTIONS(1313), - [anon_sym_boolean] = ACTIONS(1313), - [anon_sym_string] = ACTIONS(1313), - [anon_sym_symbol] = ACTIONS(1313), - [anon_sym_abstract] = ACTIONS(1313), - [anon_sym_interface] = ACTIONS(1313), - [anon_sym_enum] = ACTIONS(1313), - [sym__automatic_semicolon] = ACTIONS(1321), + [sym__call_signature] = STATE(4245), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2017), + [anon_sym_export] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2019), + [anon_sym_EQ] = ACTIONS(1254), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2019), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1903), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2019), + [anon_sym_function] = ACTIONS(2026), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2019), + [anon_sym_readonly] = ACTIONS(2019), + [anon_sym_get] = ACTIONS(2019), + [anon_sym_set] = ACTIONS(2019), + [anon_sym_declare] = ACTIONS(2019), + [anon_sym_public] = ACTIONS(2019), + [anon_sym_private] = ACTIONS(2019), + [anon_sym_protected] = ACTIONS(2019), + [anon_sym_override] = ACTIONS(2019), + [anon_sym_module] = ACTIONS(2019), + [anon_sym_any] = ACTIONS(2019), + [anon_sym_number] = ACTIONS(2019), + [anon_sym_boolean] = ACTIONS(2019), + [anon_sym_string] = ACTIONS(2019), + [anon_sym_symbol] = ACTIONS(2019), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [569] = { - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), - [anon_sym_type] = ACTIONS(1443), - [anon_sym_namespace] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_typeof] = ACTIONS(1443), - [anon_sym_import] = ACTIONS(1443), - [anon_sym_var] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1441), - [anon_sym_else] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_switch] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_await] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_do] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [anon_sym_with] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_debugger] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_throw] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1443), - [anon_sym_catch] = ACTIONS(1443), - [anon_sym_finally] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LTtemplate_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_class] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_function] = ACTIONS(1443), - [anon_sym_new] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1441), - [anon_sym_void] = ACTIONS(1443), - [anon_sym_delete] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1441), - [sym_number] = ACTIONS(1441), - [sym_this] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_true] = ACTIONS(1443), - [sym_false] = ACTIONS(1443), - [sym_null] = ACTIONS(1443), - [sym_undefined] = ACTIONS(1443), - [anon_sym_AT] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1443), - [anon_sym_readonly] = ACTIONS(1443), - [anon_sym_get] = ACTIONS(1443), - [anon_sym_set] = ACTIONS(1443), - [anon_sym_declare] = ACTIONS(1443), - [anon_sym_public] = ACTIONS(1443), - [anon_sym_private] = ACTIONS(1443), - [anon_sym_protected] = ACTIONS(1443), - [anon_sym_override] = ACTIONS(1443), - [anon_sym_module] = ACTIONS(1443), - [anon_sym_any] = ACTIONS(1443), - [anon_sym_number] = ACTIONS(1443), - [anon_sym_boolean] = ACTIONS(1443), - [anon_sym_string] = ACTIONS(1443), - [anon_sym_symbol] = ACTIONS(1443), - [anon_sym_abstract] = ACTIONS(1443), - [anon_sym_interface] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), - [sym__automatic_semicolon] = ACTIONS(1996), + [sym__call_signature] = STATE(4245), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2017), + [anon_sym_export] = ACTIONS(2019), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2019), + [anon_sym_EQ] = ACTIONS(1254), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2019), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2019), + [anon_sym_function] = ACTIONS(1919), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2019), + [anon_sym_readonly] = ACTIONS(2019), + [anon_sym_get] = ACTIONS(2019), + [anon_sym_set] = ACTIONS(2019), + [anon_sym_declare] = ACTIONS(2019), + [anon_sym_public] = ACTIONS(2019), + [anon_sym_private] = ACTIONS(2019), + [anon_sym_protected] = ACTIONS(2019), + [anon_sym_override] = ACTIONS(2019), + [anon_sym_module] = ACTIONS(2019), + [anon_sym_any] = ACTIONS(2019), + [anon_sym_number] = ACTIONS(2019), + [anon_sym_boolean] = ACTIONS(2019), + [anon_sym_string] = ACTIONS(2019), + [anon_sym_symbol] = ACTIONS(2019), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, [570] = { - [sym__call_signature] = STATE(4135), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1998), - [anon_sym_export] = ACTIONS(2000), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2000), - [anon_sym_EQ] = ACTIONS(1249), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(150), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2000), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1251), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_readonly] = ACTIONS(2000), - [anon_sym_get] = ACTIONS(2000), - [anon_sym_set] = ACTIONS(2000), - [anon_sym_declare] = ACTIONS(2000), - [anon_sym_public] = ACTIONS(2000), - [anon_sym_private] = ACTIONS(2000), - [anon_sym_protected] = ACTIONS(2000), - [anon_sym_override] = ACTIONS(2000), - [anon_sym_module] = ACTIONS(2000), - [anon_sym_any] = ACTIONS(2000), - [anon_sym_number] = ACTIONS(2000), - [anon_sym_boolean] = ACTIONS(2000), - [anon_sym_string] = ACTIONS(2000), - [anon_sym_symbol] = ACTIONS(2000), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_implements] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym__call_signature] = STATE(4022), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2028), + [anon_sym_export] = ACTIONS(2030), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2030), + [anon_sym_EQ] = ACTIONS(2032), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2030), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(2035), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2030), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1309), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_readonly] = ACTIONS(2030), + [anon_sym_get] = ACTIONS(2030), + [anon_sym_set] = ACTIONS(2030), + [anon_sym_declare] = ACTIONS(2030), + [anon_sym_public] = ACTIONS(2030), + [anon_sym_private] = ACTIONS(2030), + [anon_sym_protected] = ACTIONS(2030), + [anon_sym_override] = ACTIONS(2030), + [anon_sym_module] = ACTIONS(2030), + [anon_sym_any] = ACTIONS(2030), + [anon_sym_number] = ACTIONS(2030), + [anon_sym_boolean] = ACTIONS(2030), + [anon_sym_string] = ACTIONS(2030), + [anon_sym_symbol] = ACTIONS(2030), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [571] = { - [sym_catch_clause] = STATE(595), - [sym_finally_clause] = STATE(763), - [ts_builtin_sym_end] = ACTIONS(2002), - [sym_identifier] = ACTIONS(2004), - [anon_sym_export] = ACTIONS(2004), - [anon_sym_default] = ACTIONS(2004), - [anon_sym_type] = ACTIONS(2004), - [anon_sym_namespace] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2002), - [anon_sym_RBRACE] = ACTIONS(2002), - [anon_sym_typeof] = ACTIONS(2004), - [anon_sym_import] = ACTIONS(2004), - [anon_sym_var] = ACTIONS(2004), - [anon_sym_let] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [anon_sym_BANG] = ACTIONS(2002), - [anon_sym_else] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_switch] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_LPAREN] = ACTIONS(2002), - [anon_sym_await] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_with] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_debugger] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_throw] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2002), - [anon_sym_case] = ACTIONS(2004), - [anon_sym_catch] = ACTIONS(2006), - [anon_sym_finally] = ACTIONS(2008), - [anon_sym_yield] = ACTIONS(2004), - [anon_sym_LBRACK] = ACTIONS(2002), - [anon_sym_LTtemplate_GT] = ACTIONS(2002), - [anon_sym_LT] = ACTIONS(2004), - [anon_sym_SLASH] = ACTIONS(2004), - [anon_sym_class] = ACTIONS(2004), - [anon_sym_async] = ACTIONS(2004), - [anon_sym_function] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2004), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_TILDE] = ACTIONS(2002), - [anon_sym_void] = ACTIONS(2004), - [anon_sym_delete] = ACTIONS(2004), - [anon_sym_PLUS_PLUS] = ACTIONS(2002), - [anon_sym_DASH_DASH] = ACTIONS(2002), - [anon_sym_DQUOTE] = ACTIONS(2002), - [anon_sym_SQUOTE] = ACTIONS(2002), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2002), - [sym_number] = ACTIONS(2002), - [sym_this] = ACTIONS(2004), - [sym_super] = ACTIONS(2004), - [sym_true] = ACTIONS(2004), - [sym_false] = ACTIONS(2004), - [sym_null] = ACTIONS(2004), - [sym_undefined] = ACTIONS(2004), - [anon_sym_AT] = ACTIONS(2002), - [anon_sym_static] = ACTIONS(2004), - [anon_sym_readonly] = ACTIONS(2004), - [anon_sym_get] = ACTIONS(2004), - [anon_sym_set] = ACTIONS(2004), - [anon_sym_declare] = ACTIONS(2004), - [anon_sym_public] = ACTIONS(2004), - [anon_sym_private] = ACTIONS(2004), - [anon_sym_protected] = ACTIONS(2004), - [anon_sym_override] = ACTIONS(2004), - [anon_sym_module] = ACTIONS(2004), - [anon_sym_any] = ACTIONS(2004), - [anon_sym_number] = ACTIONS(2004), - [anon_sym_boolean] = ACTIONS(2004), - [anon_sym_string] = ACTIONS(2004), - [anon_sym_symbol] = ACTIONS(2004), - [anon_sym_abstract] = ACTIONS(2004), - [anon_sym_interface] = ACTIONS(2004), - [anon_sym_enum] = ACTIONS(2004), + [sym__call_signature] = STATE(4238), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2037), + [anon_sym_export] = ACTIONS(2039), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2039), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2039), + [anon_sym_LBRACE] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2039), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1269), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2039), + [anon_sym_readonly] = ACTIONS(2039), + [anon_sym_get] = ACTIONS(2039), + [anon_sym_set] = ACTIONS(2039), + [anon_sym_declare] = ACTIONS(2039), + [anon_sym_public] = ACTIONS(2039), + [anon_sym_private] = ACTIONS(2039), + [anon_sym_protected] = ACTIONS(2039), + [anon_sym_override] = ACTIONS(2039), + [anon_sym_module] = ACTIONS(2039), + [anon_sym_any] = ACTIONS(2039), + [anon_sym_number] = ACTIONS(2039), + [anon_sym_boolean] = ACTIONS(2039), + [anon_sym_string] = ACTIONS(2039), + [anon_sym_symbol] = ACTIONS(2039), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_implements] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [572] = { - [sym__call_signature] = STATE(3921), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2010), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2012), - [anon_sym_EQ] = ACTIONS(2014), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(2017), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(208), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2012), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1243), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_readonly] = ACTIONS(2012), - [anon_sym_get] = ACTIONS(2012), - [anon_sym_set] = ACTIONS(2012), - [anon_sym_declare] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [anon_sym_override] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_any] = ACTIONS(2012), - [anon_sym_number] = ACTIONS(2012), - [anon_sym_boolean] = ACTIONS(2012), - [anon_sym_string] = ACTIONS(2012), - [anon_sym_symbol] = ACTIONS(2012), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [ts_builtin_sym_end] = ACTIONS(1459), + [sym_identifier] = ACTIONS(1461), + [anon_sym_export] = ACTIONS(1461), + [anon_sym_default] = ACTIONS(1461), + [anon_sym_type] = ACTIONS(1461), + [anon_sym_namespace] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(1459), + [anon_sym_COMMA] = ACTIONS(1459), + [anon_sym_RBRACE] = ACTIONS(1459), + [anon_sym_typeof] = ACTIONS(1461), + [anon_sym_import] = ACTIONS(1461), + [anon_sym_var] = ACTIONS(1461), + [anon_sym_let] = ACTIONS(1461), + [anon_sym_const] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_else] = ACTIONS(1461), + [anon_sym_if] = ACTIONS(1461), + [anon_sym_switch] = ACTIONS(1461), + [anon_sym_for] = ACTIONS(1461), + [anon_sym_LPAREN] = ACTIONS(1459), + [anon_sym_await] = ACTIONS(1461), + [anon_sym_while] = ACTIONS(1461), + [anon_sym_do] = ACTIONS(1461), + [anon_sym_try] = ACTIONS(1461), + [anon_sym_with] = ACTIONS(1461), + [anon_sym_break] = ACTIONS(1461), + [anon_sym_continue] = ACTIONS(1461), + [anon_sym_debugger] = ACTIONS(1461), + [anon_sym_return] = ACTIONS(1461), + [anon_sym_throw] = ACTIONS(1461), + [anon_sym_SEMI] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1461), + [anon_sym_catch] = ACTIONS(1461), + [anon_sym_finally] = ACTIONS(1461), + [anon_sym_yield] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1459), + [anon_sym_LTtemplate_GT] = ACTIONS(1459), + [anon_sym_class] = ACTIONS(1461), + [anon_sym_async] = ACTIONS(1461), + [anon_sym_function] = ACTIONS(1461), + [anon_sym_new] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1461), + [anon_sym_SLASH] = ACTIONS(1461), + [anon_sym_LT] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1459), + [anon_sym_void] = ACTIONS(1461), + [anon_sym_delete] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1459), + [anon_sym_SQUOTE] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1459), + [sym_number] = ACTIONS(1459), + [sym_this] = ACTIONS(1461), + [sym_super] = ACTIONS(1461), + [sym_true] = ACTIONS(1461), + [sym_false] = ACTIONS(1461), + [sym_null] = ACTIONS(1461), + [sym_undefined] = ACTIONS(1461), + [anon_sym_AT] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1461), + [anon_sym_readonly] = ACTIONS(1461), + [anon_sym_get] = ACTIONS(1461), + [anon_sym_set] = ACTIONS(1461), + [anon_sym_declare] = ACTIONS(1461), + [anon_sym_public] = ACTIONS(1461), + [anon_sym_private] = ACTIONS(1461), + [anon_sym_protected] = ACTIONS(1461), + [anon_sym_override] = ACTIONS(1461), + [anon_sym_module] = ACTIONS(1461), + [anon_sym_any] = ACTIONS(1461), + [anon_sym_number] = ACTIONS(1461), + [anon_sym_boolean] = ACTIONS(1461), + [anon_sym_string] = ACTIONS(1461), + [anon_sym_symbol] = ACTIONS(1461), + [anon_sym_abstract] = ACTIONS(1461), + [anon_sym_interface] = ACTIONS(1461), + [anon_sym_enum] = ACTIONS(1461), + [sym__automatic_semicolon] = ACTIONS(2041), }, [573] = { - [sym__call_signature] = STATE(4135), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1998), - [anon_sym_export] = ACTIONS(2000), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2000), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(150), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2000), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1251), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_readonly] = ACTIONS(2000), - [anon_sym_get] = ACTIONS(2000), - [anon_sym_set] = ACTIONS(2000), - [anon_sym_declare] = ACTIONS(2000), - [anon_sym_public] = ACTIONS(2000), - [anon_sym_private] = ACTIONS(2000), - [anon_sym_protected] = ACTIONS(2000), - [anon_sym_override] = ACTIONS(2000), - [anon_sym_module] = ACTIONS(2000), - [anon_sym_any] = ACTIONS(2000), - [anon_sym_number] = ACTIONS(2000), - [anon_sym_boolean] = ACTIONS(2000), - [anon_sym_string] = ACTIONS(2000), - [anon_sym_symbol] = ACTIONS(2000), - [anon_sym_satisfies] = ACTIONS(116), - [anon_sym_implements] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [574] = { - [ts_builtin_sym_end] = ACTIONS(1507), - [sym_identifier] = ACTIONS(1509), - [anon_sym_export] = ACTIONS(1509), - [anon_sym_default] = ACTIONS(1509), - [anon_sym_type] = ACTIONS(1509), - [anon_sym_namespace] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_COMMA] = ACTIONS(1507), - [anon_sym_RBRACE] = ACTIONS(1507), - [anon_sym_typeof] = ACTIONS(1509), - [anon_sym_import] = ACTIONS(1509), - [anon_sym_var] = ACTIONS(1509), - [anon_sym_let] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_else] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_switch] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1507), - [anon_sym_await] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_try] = ACTIONS(1509), - [anon_sym_with] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_debugger] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_throw] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_case] = ACTIONS(1509), - [anon_sym_catch] = ACTIONS(1509), - [anon_sym_finally] = ACTIONS(1509), - [anon_sym_yield] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_LTtemplate_GT] = ACTIONS(1507), - [anon_sym_LT] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_class] = ACTIONS(1509), - [anon_sym_async] = ACTIONS(1509), - [anon_sym_function] = ACTIONS(1509), - [anon_sym_new] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_void] = ACTIONS(1509), - [anon_sym_delete] = ACTIONS(1509), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [anon_sym_SQUOTE] = ACTIONS(1507), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1507), - [sym_number] = ACTIONS(1507), - [sym_this] = ACTIONS(1509), - [sym_super] = ACTIONS(1509), - [sym_true] = ACTIONS(1509), - [sym_false] = ACTIONS(1509), - [sym_null] = ACTIONS(1509), - [sym_undefined] = ACTIONS(1509), - [anon_sym_AT] = ACTIONS(1507), - [anon_sym_static] = ACTIONS(1509), - [anon_sym_readonly] = ACTIONS(1509), - [anon_sym_get] = ACTIONS(1509), - [anon_sym_set] = ACTIONS(1509), - [anon_sym_declare] = ACTIONS(1509), - [anon_sym_public] = ACTIONS(1509), - [anon_sym_private] = ACTIONS(1509), - [anon_sym_protected] = ACTIONS(1509), - [anon_sym_override] = ACTIONS(1509), - [anon_sym_module] = ACTIONS(1509), - [anon_sym_any] = ACTIONS(1509), - [anon_sym_number] = ACTIONS(1509), - [anon_sym_boolean] = ACTIONS(1509), - [anon_sym_string] = ACTIONS(1509), - [anon_sym_symbol] = ACTIONS(1509), - [anon_sym_abstract] = ACTIONS(1509), - [anon_sym_interface] = ACTIONS(1509), - [anon_sym_enum] = ACTIONS(1509), - }, - [575] = { - [sym__call_signature] = STATE(3921), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2010), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2012), - [anon_sym_EQ] = ACTIONS(1241), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(2019), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2012), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1243), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_readonly] = ACTIONS(2012), - [anon_sym_get] = ACTIONS(2012), - [anon_sym_set] = ACTIONS(2012), - [anon_sym_declare] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [anon_sym_override] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_any] = ACTIONS(2012), - [anon_sym_number] = ACTIONS(2012), - [anon_sym_boolean] = ACTIONS(2012), - [anon_sym_string] = ACTIONS(2012), - [anon_sym_symbol] = ACTIONS(2012), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [576] = { - [sym__call_signature] = STATE(4032), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2021), - [anon_sym_export] = ACTIONS(2023), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2023), - [anon_sym_EQ] = ACTIONS(1245), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2023), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2023), - [anon_sym_function] = ACTIONS(1988), - [anon_sym_EQ_GT] = ACTIONS(1247), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2023), - [anon_sym_readonly] = ACTIONS(2023), - [anon_sym_get] = ACTIONS(2023), - [anon_sym_set] = ACTIONS(2023), - [anon_sym_declare] = ACTIONS(2023), - [anon_sym_public] = ACTIONS(2023), - [anon_sym_private] = ACTIONS(2023), - [anon_sym_protected] = ACTIONS(2023), - [anon_sym_override] = ACTIONS(2023), - [anon_sym_module] = ACTIONS(2023), - [anon_sym_any] = ACTIONS(2023), - [anon_sym_number] = ACTIONS(2023), - [anon_sym_boolean] = ACTIONS(2023), - [anon_sym_string] = ACTIONS(2023), - [anon_sym_symbol] = ACTIONS(2023), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), - }, - [577] = { - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), - [anon_sym_type] = ACTIONS(1443), - [anon_sym_namespace] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_typeof] = ACTIONS(1443), - [anon_sym_import] = ACTIONS(1443), - [anon_sym_var] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1441), - [anon_sym_else] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_switch] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_await] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_do] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [anon_sym_with] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_debugger] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_throw] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LTtemplate_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_class] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_function] = ACTIONS(1443), - [anon_sym_new] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1441), - [anon_sym_void] = ACTIONS(1443), - [anon_sym_delete] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1441), - [sym_number] = ACTIONS(1441), - [sym_this] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_true] = ACTIONS(1443), - [sym_false] = ACTIONS(1443), - [sym_null] = ACTIONS(1443), - [sym_undefined] = ACTIONS(1443), - [anon_sym_AT] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1443), - [anon_sym_readonly] = ACTIONS(1443), - [anon_sym_get] = ACTIONS(1443), - [anon_sym_set] = ACTIONS(1443), - [anon_sym_declare] = ACTIONS(1443), - [anon_sym_public] = ACTIONS(1443), - [anon_sym_private] = ACTIONS(1443), - [anon_sym_protected] = ACTIONS(1443), - [anon_sym_override] = ACTIONS(1443), - [anon_sym_module] = ACTIONS(1443), - [anon_sym_any] = ACTIONS(1443), - [anon_sym_number] = ACTIONS(1443), - [anon_sym_boolean] = ACTIONS(1443), - [anon_sym_string] = ACTIONS(1443), - [anon_sym_symbol] = ACTIONS(1443), - [anon_sym_abstract] = ACTIONS(1443), - [anon_sym_interface] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), - [anon_sym_PIPE_RBRACE] = ACTIONS(1441), - [sym__automatic_semicolon] = ACTIONS(1441), - }, - [578] = { - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), - [anon_sym_type] = ACTIONS(1443), - [anon_sym_namespace] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_typeof] = ACTIONS(1443), - [anon_sym_import] = ACTIONS(1443), - [anon_sym_var] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1441), - [anon_sym_else] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_switch] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_await] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_do] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [anon_sym_with] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_debugger] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_throw] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LTtemplate_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_class] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_function] = ACTIONS(1443), - [anon_sym_new] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1441), - [anon_sym_void] = ACTIONS(1443), - [anon_sym_delete] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1441), - [sym_number] = ACTIONS(1441), - [sym_this] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_true] = ACTIONS(1443), - [sym_false] = ACTIONS(1443), - [sym_null] = ACTIONS(1443), - [sym_undefined] = ACTIONS(1443), - [anon_sym_AT] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1443), - [anon_sym_readonly] = ACTIONS(1443), - [anon_sym_get] = ACTIONS(1443), - [anon_sym_set] = ACTIONS(1443), - [anon_sym_declare] = ACTIONS(1443), - [anon_sym_public] = ACTIONS(1443), - [anon_sym_private] = ACTIONS(1443), - [anon_sym_protected] = ACTIONS(1443), - [anon_sym_override] = ACTIONS(1443), - [anon_sym_module] = ACTIONS(1443), - [anon_sym_any] = ACTIONS(1443), - [anon_sym_number] = ACTIONS(1443), - [anon_sym_boolean] = ACTIONS(1443), - [anon_sym_string] = ACTIONS(1443), - [anon_sym_symbol] = ACTIONS(1443), - [anon_sym_abstract] = ACTIONS(1443), - [anon_sym_interface] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), - [anon_sym_PIPE_RBRACE] = ACTIONS(1441), - [sym__automatic_semicolon] = ACTIONS(2025), - }, - [579] = { - [sym__call_signature] = STATE(3921), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2010), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2012), - [anon_sym_EQ] = ACTIONS(1241), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(2017), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2012), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1243), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_readonly] = ACTIONS(2012), - [anon_sym_get] = ACTIONS(2012), - [anon_sym_set] = ACTIONS(2012), - [anon_sym_declare] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [anon_sym_override] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_any] = ACTIONS(2012), - [anon_sym_number] = ACTIONS(2012), - [anon_sym_boolean] = ACTIONS(2012), - [anon_sym_string] = ACTIONS(2012), - [anon_sym_symbol] = ACTIONS(2012), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [580] = { - [sym__call_signature] = STATE(4032), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2021), - [anon_sym_export] = ACTIONS(2023), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2023), - [anon_sym_EQ] = ACTIONS(1245), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2023), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2023), - [anon_sym_function] = ACTIONS(2027), - [anon_sym_EQ_GT] = ACTIONS(1247), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2023), - [anon_sym_readonly] = ACTIONS(2023), - [anon_sym_get] = ACTIONS(2023), - [anon_sym_set] = ACTIONS(2023), - [anon_sym_declare] = ACTIONS(2023), - [anon_sym_public] = ACTIONS(2023), - [anon_sym_private] = ACTIONS(2023), - [anon_sym_protected] = ACTIONS(2023), - [anon_sym_override] = ACTIONS(2023), - [anon_sym_module] = ACTIONS(2023), - [anon_sym_any] = ACTIONS(2023), - [anon_sym_number] = ACTIONS(2023), - [anon_sym_boolean] = ACTIONS(2023), - [anon_sym_string] = ACTIONS(2023), - [anon_sym_symbol] = ACTIONS(2023), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), - }, - [581] = { - [ts_builtin_sym_end] = ACTIONS(1495), - [sym_identifier] = ACTIONS(1497), - [anon_sym_export] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_type] = ACTIONS(1497), - [anon_sym_namespace] = ACTIONS(1497), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_COMMA] = ACTIONS(1495), - [anon_sym_RBRACE] = ACTIONS(1495), - [anon_sym_typeof] = ACTIONS(1497), - [anon_sym_import] = ACTIONS(1497), - [anon_sym_var] = ACTIONS(1497), - [anon_sym_let] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_BANG] = ACTIONS(1495), - [anon_sym_else] = ACTIONS(1497), - [anon_sym_if] = ACTIONS(1497), - [anon_sym_switch] = ACTIONS(1497), - [anon_sym_for] = ACTIONS(1497), - [anon_sym_LPAREN] = ACTIONS(1495), - [anon_sym_await] = ACTIONS(1497), - [anon_sym_while] = ACTIONS(1497), - [anon_sym_do] = ACTIONS(1497), - [anon_sym_try] = ACTIONS(1497), - [anon_sym_with] = ACTIONS(1497), - [anon_sym_break] = ACTIONS(1497), - [anon_sym_continue] = ACTIONS(1497), - [anon_sym_debugger] = ACTIONS(1497), - [anon_sym_return] = ACTIONS(1497), - [anon_sym_throw] = ACTIONS(1497), - [anon_sym_SEMI] = ACTIONS(1495), - [anon_sym_case] = ACTIONS(1497), - [anon_sym_yield] = ACTIONS(1497), - [anon_sym_LBRACK] = ACTIONS(1495), - [anon_sym_LTtemplate_GT] = ACTIONS(1495), - [anon_sym_LT] = ACTIONS(1497), - [anon_sym_SLASH] = ACTIONS(1497), - [anon_sym_class] = ACTIONS(1497), - [anon_sym_async] = ACTIONS(1497), - [anon_sym_function] = ACTIONS(1497), - [anon_sym_new] = ACTIONS(1497), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_TILDE] = ACTIONS(1495), - [anon_sym_void] = ACTIONS(1497), - [anon_sym_delete] = ACTIONS(1497), - [anon_sym_PLUS_PLUS] = ACTIONS(1495), - [anon_sym_DASH_DASH] = ACTIONS(1495), - [anon_sym_DQUOTE] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1495), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1495), - [sym_number] = ACTIONS(1495), - [sym_this] = ACTIONS(1497), - [sym_super] = ACTIONS(1497), - [sym_true] = ACTIONS(1497), - [sym_false] = ACTIONS(1497), - [sym_null] = ACTIONS(1497), - [sym_undefined] = ACTIONS(1497), - [anon_sym_AT] = ACTIONS(1495), - [anon_sym_static] = ACTIONS(1497), - [anon_sym_readonly] = ACTIONS(1497), - [anon_sym_get] = ACTIONS(1497), - [anon_sym_set] = ACTIONS(1497), - [anon_sym_declare] = ACTIONS(1497), - [anon_sym_public] = ACTIONS(1497), - [anon_sym_private] = ACTIONS(1497), - [anon_sym_protected] = ACTIONS(1497), - [anon_sym_override] = ACTIONS(1497), - [anon_sym_module] = ACTIONS(1497), - [anon_sym_any] = ACTIONS(1497), - [anon_sym_number] = ACTIONS(1497), - [anon_sym_boolean] = ACTIONS(1497), - [anon_sym_string] = ACTIONS(1497), - [anon_sym_symbol] = ACTIONS(1497), - [anon_sym_abstract] = ACTIONS(1497), - [anon_sym_interface] = ACTIONS(1497), - [anon_sym_enum] = ACTIONS(1497), - [anon_sym_PIPE_RBRACE] = ACTIONS(1495), - [sym__automatic_semicolon] = ACTIONS(1495), - }, - [582] = { - [sym__call_signature] = STATE(4032), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2021), - [anon_sym_export] = ACTIONS(2023), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2023), - [anon_sym_EQ] = ACTIONS(1245), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2023), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2023), - [anon_sym_function] = ACTIONS(1994), - [anon_sym_EQ_GT] = ACTIONS(1247), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2023), - [anon_sym_readonly] = ACTIONS(2023), - [anon_sym_get] = ACTIONS(2023), - [anon_sym_set] = ACTIONS(2023), - [anon_sym_declare] = ACTIONS(2023), - [anon_sym_public] = ACTIONS(2023), - [anon_sym_private] = ACTIONS(2023), - [anon_sym_protected] = ACTIONS(2023), - [anon_sym_override] = ACTIONS(2023), - [anon_sym_module] = ACTIONS(2023), - [anon_sym_any] = ACTIONS(2023), - [anon_sym_number] = ACTIONS(2023), - [anon_sym_boolean] = ACTIONS(2023), - [anon_sym_string] = ACTIONS(2023), - [anon_sym_symbol] = ACTIONS(2023), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), - }, - [583] = { - [sym__call_signature] = STATE(4032), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2021), - [anon_sym_export] = ACTIONS(2023), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2023), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2023), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2023), - [anon_sym_function] = ACTIONS(1988), - [anon_sym_EQ_GT] = ACTIONS(1247), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2023), - [anon_sym_readonly] = ACTIONS(2023), - [anon_sym_get] = ACTIONS(2023), - [anon_sym_set] = ACTIONS(2023), - [anon_sym_declare] = ACTIONS(2023), - [anon_sym_public] = ACTIONS(2023), - [anon_sym_private] = ACTIONS(2023), - [anon_sym_protected] = ACTIONS(2023), - [anon_sym_override] = ACTIONS(2023), - [anon_sym_module] = ACTIONS(2023), - [anon_sym_any] = ACTIONS(2023), - [anon_sym_number] = ACTIONS(2023), - [anon_sym_boolean] = ACTIONS(2023), - [anon_sym_string] = ACTIONS(2023), - [anon_sym_symbol] = ACTIONS(2023), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), - }, - [584] = { - [ts_builtin_sym_end] = ACTIONS(1311), - [sym_identifier] = ACTIONS(1313), - [anon_sym_export] = ACTIONS(1313), - [anon_sym_default] = ACTIONS(1313), - [anon_sym_type] = ACTIONS(1313), - [anon_sym_namespace] = ACTIONS(1313), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_COMMA] = ACTIONS(1311), - [anon_sym_RBRACE] = ACTIONS(1311), - [anon_sym_typeof] = ACTIONS(1313), - [anon_sym_import] = ACTIONS(1313), - [anon_sym_var] = ACTIONS(1313), - [anon_sym_let] = ACTIONS(1313), - [anon_sym_const] = ACTIONS(1313), - [anon_sym_BANG] = ACTIONS(1311), - [anon_sym_else] = ACTIONS(1313), - [anon_sym_if] = ACTIONS(1313), - [anon_sym_switch] = ACTIONS(1313), - [anon_sym_for] = ACTIONS(1313), - [anon_sym_LPAREN] = ACTIONS(1311), - [anon_sym_await] = ACTIONS(1313), - [anon_sym_while] = ACTIONS(1313), - [anon_sym_do] = ACTIONS(1313), - [anon_sym_try] = ACTIONS(1313), - [anon_sym_with] = ACTIONS(1313), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1313), - [anon_sym_debugger] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1313), - [anon_sym_throw] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1311), - [anon_sym_case] = ACTIONS(1313), - [anon_sym_yield] = ACTIONS(1313), - [anon_sym_LBRACK] = ACTIONS(1311), - [anon_sym_LTtemplate_GT] = ACTIONS(1311), - [anon_sym_LT] = ACTIONS(1313), - [anon_sym_SLASH] = ACTIONS(1313), - [anon_sym_class] = ACTIONS(1313), - [anon_sym_async] = ACTIONS(1313), - [anon_sym_function] = ACTIONS(1313), - [anon_sym_new] = ACTIONS(1313), - [anon_sym_PLUS] = ACTIONS(1313), - [anon_sym_DASH] = ACTIONS(1313), - [anon_sym_TILDE] = ACTIONS(1311), - [anon_sym_void] = ACTIONS(1313), - [anon_sym_delete] = ACTIONS(1313), - [anon_sym_PLUS_PLUS] = ACTIONS(1311), - [anon_sym_DASH_DASH] = ACTIONS(1311), - [anon_sym_DQUOTE] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1311), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1311), - [sym_number] = ACTIONS(1311), - [sym_this] = ACTIONS(1313), - [sym_super] = ACTIONS(1313), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [sym_null] = ACTIONS(1313), - [sym_undefined] = ACTIONS(1313), - [anon_sym_AT] = ACTIONS(1311), - [anon_sym_static] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1313), - [anon_sym_get] = ACTIONS(1313), - [anon_sym_set] = ACTIONS(1313), - [anon_sym_declare] = ACTIONS(1313), - [anon_sym_public] = ACTIONS(1313), - [anon_sym_private] = ACTIONS(1313), - [anon_sym_protected] = ACTIONS(1313), - [anon_sym_override] = ACTIONS(1313), - [anon_sym_module] = ACTIONS(1313), - [anon_sym_any] = ACTIONS(1313), - [anon_sym_number] = ACTIONS(1313), - [anon_sym_boolean] = ACTIONS(1313), - [anon_sym_string] = ACTIONS(1313), - [anon_sym_symbol] = ACTIONS(1313), - [anon_sym_abstract] = ACTIONS(1313), - [anon_sym_interface] = ACTIONS(1313), - [anon_sym_enum] = ACTIONS(1313), - [anon_sym_PIPE_RBRACE] = ACTIONS(1311), - [sym__automatic_semicolon] = ACTIONS(2029), - }, - [585] = { - [ts_builtin_sym_end] = ACTIONS(1507), - [sym_identifier] = ACTIONS(1509), - [anon_sym_export] = ACTIONS(1509), - [anon_sym_default] = ACTIONS(1509), - [anon_sym_type] = ACTIONS(1509), - [anon_sym_namespace] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_COMMA] = ACTIONS(1507), - [anon_sym_RBRACE] = ACTIONS(1507), - [anon_sym_typeof] = ACTIONS(1509), - [anon_sym_import] = ACTIONS(1509), - [anon_sym_var] = ACTIONS(1509), - [anon_sym_let] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_else] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_switch] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1507), - [anon_sym_await] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_try] = ACTIONS(1509), - [anon_sym_with] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_debugger] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_throw] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_case] = ACTIONS(1509), - [anon_sym_yield] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_LTtemplate_GT] = ACTIONS(1507), - [anon_sym_LT] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_class] = ACTIONS(1509), - [anon_sym_async] = ACTIONS(1509), - [anon_sym_function] = ACTIONS(1509), - [anon_sym_new] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_void] = ACTIONS(1509), - [anon_sym_delete] = ACTIONS(1509), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [anon_sym_SQUOTE] = ACTIONS(1507), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1507), - [sym_number] = ACTIONS(1507), - [sym_this] = ACTIONS(1509), - [sym_super] = ACTIONS(1509), - [sym_true] = ACTIONS(1509), - [sym_false] = ACTIONS(1509), - [sym_null] = ACTIONS(1509), - [sym_undefined] = ACTIONS(1509), - [anon_sym_AT] = ACTIONS(1507), - [anon_sym_static] = ACTIONS(1509), - [anon_sym_readonly] = ACTIONS(1509), - [anon_sym_get] = ACTIONS(1509), - [anon_sym_set] = ACTIONS(1509), - [anon_sym_declare] = ACTIONS(1509), - [anon_sym_public] = ACTIONS(1509), - [anon_sym_private] = ACTIONS(1509), - [anon_sym_protected] = ACTIONS(1509), - [anon_sym_override] = ACTIONS(1509), - [anon_sym_module] = ACTIONS(1509), - [anon_sym_any] = ACTIONS(1509), - [anon_sym_number] = ACTIONS(1509), - [anon_sym_boolean] = ACTIONS(1509), - [anon_sym_string] = ACTIONS(1509), - [anon_sym_symbol] = ACTIONS(1509), - [anon_sym_abstract] = ACTIONS(1509), - [anon_sym_interface] = ACTIONS(1509), - [anon_sym_enum] = ACTIONS(1509), - [anon_sym_PIPE_RBRACE] = ACTIONS(1507), - [sym__automatic_semicolon] = ACTIONS(1507), - }, - [586] = { - [sym__call_signature] = STATE(3921), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2010), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2012), - [anon_sym_EQ] = ACTIONS(1241), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2012), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1243), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_readonly] = ACTIONS(2012), - [anon_sym_get] = ACTIONS(2012), - [anon_sym_set] = ACTIONS(2012), - [anon_sym_declare] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [anon_sym_override] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_any] = ACTIONS(2012), - [anon_sym_number] = ACTIONS(2012), - [anon_sym_boolean] = ACTIONS(2012), - [anon_sym_string] = ACTIONS(2012), - [anon_sym_symbol] = ACTIONS(2012), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [587] = { - [ts_builtin_sym_end] = ACTIONS(1531), - [sym_identifier] = ACTIONS(1533), - [anon_sym_export] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_type] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1531), - [anon_sym_COMMA] = ACTIONS(1531), - [anon_sym_RBRACE] = ACTIONS(1531), - [anon_sym_typeof] = ACTIONS(1533), - [anon_sym_import] = ACTIONS(1533), - [anon_sym_var] = ACTIONS(1533), - [anon_sym_let] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_BANG] = ACTIONS(1531), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_LPAREN] = ACTIONS(1531), - [anon_sym_await] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_with] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_debugger] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1531), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_yield] = ACTIONS(1533), - [anon_sym_LBRACK] = ACTIONS(1531), - [anon_sym_LTtemplate_GT] = ACTIONS(1531), - [anon_sym_LT] = ACTIONS(1533), - [anon_sym_SLASH] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_async] = ACTIONS(1533), - [anon_sym_function] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_TILDE] = ACTIONS(1531), - [anon_sym_void] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_PLUS_PLUS] = ACTIONS(1531), - [anon_sym_DASH_DASH] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [anon_sym_SQUOTE] = ACTIONS(1531), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1531), - [sym_number] = ACTIONS(1531), - [sym_this] = ACTIONS(1533), - [sym_super] = ACTIONS(1533), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_undefined] = ACTIONS(1533), - [anon_sym_AT] = ACTIONS(1531), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_readonly] = ACTIONS(1533), - [anon_sym_get] = ACTIONS(1533), - [anon_sym_set] = ACTIONS(1533), - [anon_sym_declare] = ACTIONS(1533), - [anon_sym_public] = ACTIONS(1533), - [anon_sym_private] = ACTIONS(1533), - [anon_sym_protected] = ACTIONS(1533), - [anon_sym_override] = ACTIONS(1533), - [anon_sym_module] = ACTIONS(1533), - [anon_sym_any] = ACTIONS(1533), - [anon_sym_number] = ACTIONS(1533), - [anon_sym_boolean] = ACTIONS(1533), - [anon_sym_string] = ACTIONS(1533), - [anon_sym_symbol] = ACTIONS(1533), - [anon_sym_abstract] = ACTIONS(1533), - [anon_sym_interface] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_PIPE_RBRACE] = ACTIONS(1531), - [sym__automatic_semicolon] = ACTIONS(1531), - }, - [588] = { - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), - [anon_sym_export] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), - [anon_sym_type] = ACTIONS(1443), - [anon_sym_namespace] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_typeof] = ACTIONS(1443), - [anon_sym_import] = ACTIONS(1443), - [anon_sym_var] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1441), - [anon_sym_else] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_switch] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_await] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_do] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [anon_sym_with] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_debugger] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_throw] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1443), - [anon_sym_catch] = ACTIONS(1443), - [anon_sym_finally] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LTtemplate_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1443), - [anon_sym_SLASH] = ACTIONS(1443), - [anon_sym_class] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_function] = ACTIONS(1443), - [anon_sym_new] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1441), - [anon_sym_void] = ACTIONS(1443), - [anon_sym_delete] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1441), - [anon_sym_DQUOTE] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1441), - [sym_number] = ACTIONS(1441), - [sym_this] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_true] = ACTIONS(1443), - [sym_false] = ACTIONS(1443), - [sym_null] = ACTIONS(1443), - [sym_undefined] = ACTIONS(1443), - [anon_sym_AT] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1443), - [anon_sym_readonly] = ACTIONS(1443), - [anon_sym_get] = ACTIONS(1443), - [anon_sym_set] = ACTIONS(1443), - [anon_sym_declare] = ACTIONS(1443), - [anon_sym_public] = ACTIONS(1443), - [anon_sym_private] = ACTIONS(1443), - [anon_sym_protected] = ACTIONS(1443), - [anon_sym_override] = ACTIONS(1443), - [anon_sym_module] = ACTIONS(1443), - [anon_sym_any] = ACTIONS(1443), - [anon_sym_number] = ACTIONS(1443), - [anon_sym_boolean] = ACTIONS(1443), - [anon_sym_string] = ACTIONS(1443), - [anon_sym_symbol] = ACTIONS(1443), - [anon_sym_abstract] = ACTIONS(1443), - [anon_sym_interface] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), - }, - [589] = { - [sym__call_signature] = STATE(4032), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2021), - [anon_sym_export] = ACTIONS(2023), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2023), - [anon_sym_EQ] = ACTIONS(1245), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2023), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2023), - [anon_sym_function] = ACTIONS(1891), - [anon_sym_EQ_GT] = ACTIONS(1247), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2023), - [anon_sym_readonly] = ACTIONS(2023), - [anon_sym_get] = ACTIONS(2023), - [anon_sym_set] = ACTIONS(2023), - [anon_sym_declare] = ACTIONS(2023), - [anon_sym_public] = ACTIONS(2023), - [anon_sym_private] = ACTIONS(2023), - [anon_sym_protected] = ACTIONS(2023), - [anon_sym_override] = ACTIONS(2023), - [anon_sym_module] = ACTIONS(2023), - [anon_sym_any] = ACTIONS(2023), - [anon_sym_number] = ACTIONS(2023), - [anon_sym_boolean] = ACTIONS(2023), - [anon_sym_string] = ACTIONS(2023), - [anon_sym_symbol] = ACTIONS(2023), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), - }, - [590] = { - [sym__call_signature] = STATE(3921), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2010), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2012), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2012), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1243), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_readonly] = ACTIONS(2012), - [anon_sym_get] = ACTIONS(2012), - [anon_sym_set] = ACTIONS(2012), - [anon_sym_declare] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [anon_sym_override] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_any] = ACTIONS(2012), - [anon_sym_number] = ACTIONS(2012), - [anon_sym_boolean] = ACTIONS(2012), - [anon_sym_string] = ACTIONS(2012), - [anon_sym_symbol] = ACTIONS(2012), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [591] = { - [sym__call_signature] = STATE(3921), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2010), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2012), - [anon_sym_EQ] = ACTIONS(2014), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(208), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2012), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1243), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_readonly] = ACTIONS(2012), - [anon_sym_get] = ACTIONS(2012), - [anon_sym_set] = ACTIONS(2012), - [anon_sym_declare] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [anon_sym_override] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_any] = ACTIONS(2012), - [anon_sym_number] = ACTIONS(2012), - [anon_sym_boolean] = ACTIONS(2012), - [anon_sym_string] = ACTIONS(2012), - [anon_sym_symbol] = ACTIONS(2012), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [592] = { - [sym__call_signature] = STATE(4004), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1973), - [anon_sym_export] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1975), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1975), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1975), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1975), - [anon_sym_readonly] = ACTIONS(1975), - [anon_sym_get] = ACTIONS(1975), - [anon_sym_set] = ACTIONS(1975), - [anon_sym_declare] = ACTIONS(1975), - [anon_sym_public] = ACTIONS(1975), - [anon_sym_private] = ACTIONS(1975), - [anon_sym_protected] = ACTIONS(1975), - [anon_sym_override] = ACTIONS(1975), - [anon_sym_module] = ACTIONS(1975), - [anon_sym_any] = ACTIONS(1975), - [anon_sym_number] = ACTIONS(1975), - [anon_sym_boolean] = ACTIONS(1975), - [anon_sym_string] = ACTIONS(1975), - [anon_sym_symbol] = ACTIONS(1975), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [593] = { - [sym__call_signature] = STATE(3975), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2031), - [anon_sym_export] = ACTIONS(2033), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2033), - [anon_sym_EQ] = ACTIONS(1291), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2033), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2033), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1293), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2033), - [anon_sym_readonly] = ACTIONS(2033), - [anon_sym_get] = ACTIONS(2033), - [anon_sym_set] = ACTIONS(2033), - [anon_sym_declare] = ACTIONS(2033), - [anon_sym_public] = ACTIONS(2033), - [anon_sym_private] = ACTIONS(2033), - [anon_sym_protected] = ACTIONS(2033), - [anon_sym_override] = ACTIONS(2033), - [anon_sym_module] = ACTIONS(2033), - [anon_sym_any] = ACTIONS(2033), - [anon_sym_number] = ACTIONS(2033), - [anon_sym_boolean] = ACTIONS(2033), - [anon_sym_string] = ACTIONS(2033), - [anon_sym_symbol] = ACTIONS(2033), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [594] = { - [sym__call_signature] = STATE(3975), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(2031), - [anon_sym_export] = ACTIONS(2033), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(2033), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(2033), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_of] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(2033), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(1293), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(2033), - [anon_sym_readonly] = ACTIONS(2033), - [anon_sym_get] = ACTIONS(2033), - [anon_sym_set] = ACTIONS(2033), - [anon_sym_declare] = ACTIONS(2033), - [anon_sym_public] = ACTIONS(2033), - [anon_sym_private] = ACTIONS(2033), - [anon_sym_protected] = ACTIONS(2033), - [anon_sym_override] = ACTIONS(2033), - [anon_sym_module] = ACTIONS(2033), - [anon_sym_any] = ACTIONS(2033), - [anon_sym_number] = ACTIONS(2033), - [anon_sym_boolean] = ACTIONS(2033), - [anon_sym_string] = ACTIONS(2033), - [anon_sym_symbol] = ACTIONS(2033), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [595] = { - [sym_finally_clause] = STATE(751), - [ts_builtin_sym_end] = ACTIONS(2035), + [sym__call_signature] = STATE(4238), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), [sym_identifier] = ACTIONS(2037), - [anon_sym_export] = ACTIONS(2037), - [anon_sym_default] = ACTIONS(2037), - [anon_sym_type] = ACTIONS(2037), - [anon_sym_namespace] = ACTIONS(2037), - [anon_sym_LBRACE] = ACTIONS(2035), - [anon_sym_RBRACE] = ACTIONS(2035), - [anon_sym_typeof] = ACTIONS(2037), - [anon_sym_import] = ACTIONS(2037), - [anon_sym_var] = ACTIONS(2037), - [anon_sym_let] = ACTIONS(2037), - [anon_sym_const] = ACTIONS(2037), - [anon_sym_BANG] = ACTIONS(2035), - [anon_sym_else] = ACTIONS(2037), - [anon_sym_if] = ACTIONS(2037), - [anon_sym_switch] = ACTIONS(2037), - [anon_sym_for] = ACTIONS(2037), - [anon_sym_LPAREN] = ACTIONS(2035), - [anon_sym_await] = ACTIONS(2037), - [anon_sym_while] = ACTIONS(2037), - [anon_sym_do] = ACTIONS(2037), - [anon_sym_try] = ACTIONS(2037), - [anon_sym_with] = ACTIONS(2037), - [anon_sym_break] = ACTIONS(2037), - [anon_sym_continue] = ACTIONS(2037), - [anon_sym_debugger] = ACTIONS(2037), - [anon_sym_return] = ACTIONS(2037), - [anon_sym_throw] = ACTIONS(2037), - [anon_sym_SEMI] = ACTIONS(2035), - [anon_sym_case] = ACTIONS(2037), - [anon_sym_finally] = ACTIONS(2008), - [anon_sym_yield] = ACTIONS(2037), - [anon_sym_LBRACK] = ACTIONS(2035), - [anon_sym_LTtemplate_GT] = ACTIONS(2035), - [anon_sym_LT] = ACTIONS(2037), - [anon_sym_SLASH] = ACTIONS(2037), - [anon_sym_class] = ACTIONS(2037), - [anon_sym_async] = ACTIONS(2037), - [anon_sym_function] = ACTIONS(2037), - [anon_sym_new] = ACTIONS(2037), - [anon_sym_PLUS] = ACTIONS(2037), - [anon_sym_DASH] = ACTIONS(2037), - [anon_sym_TILDE] = ACTIONS(2035), - [anon_sym_void] = ACTIONS(2037), - [anon_sym_delete] = ACTIONS(2037), - [anon_sym_PLUS_PLUS] = ACTIONS(2035), - [anon_sym_DASH_DASH] = ACTIONS(2035), - [anon_sym_DQUOTE] = ACTIONS(2035), - [anon_sym_SQUOTE] = ACTIONS(2035), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2035), - [sym_number] = ACTIONS(2035), - [sym_this] = ACTIONS(2037), - [sym_super] = ACTIONS(2037), - [sym_true] = ACTIONS(2037), - [sym_false] = ACTIONS(2037), - [sym_null] = ACTIONS(2037), - [sym_undefined] = ACTIONS(2037), - [anon_sym_AT] = ACTIONS(2035), - [anon_sym_static] = ACTIONS(2037), - [anon_sym_readonly] = ACTIONS(2037), - [anon_sym_get] = ACTIONS(2037), - [anon_sym_set] = ACTIONS(2037), - [anon_sym_declare] = ACTIONS(2037), - [anon_sym_public] = ACTIONS(2037), - [anon_sym_private] = ACTIONS(2037), - [anon_sym_protected] = ACTIONS(2037), - [anon_sym_override] = ACTIONS(2037), - [anon_sym_module] = ACTIONS(2037), - [anon_sym_any] = ACTIONS(2037), - [anon_sym_number] = ACTIONS(2037), - [anon_sym_boolean] = ACTIONS(2037), - [anon_sym_string] = ACTIONS(2037), - [anon_sym_symbol] = ACTIONS(2037), - [anon_sym_abstract] = ACTIONS(2037), - [anon_sym_interface] = ACTIONS(2037), - [anon_sym_enum] = ACTIONS(2037), - }, - [596] = { - [sym_statement_block] = STATE(748), - [ts_builtin_sym_end] = ACTIONS(1331), - [sym_identifier] = ACTIONS(1333), - [anon_sym_export] = ACTIONS(1333), - [anon_sym_default] = ACTIONS(1333), - [anon_sym_type] = ACTIONS(1333), - [anon_sym_namespace] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(2039), - [anon_sym_RBRACE] = ACTIONS(1331), - [anon_sym_typeof] = ACTIONS(1333), - [anon_sym_import] = ACTIONS(1333), - [anon_sym_var] = ACTIONS(1333), - [anon_sym_let] = ACTIONS(1333), - [anon_sym_const] = ACTIONS(1333), - [anon_sym_BANG] = ACTIONS(1331), - [anon_sym_else] = ACTIONS(1333), - [anon_sym_if] = ACTIONS(1333), - [anon_sym_switch] = ACTIONS(1333), - [anon_sym_for] = ACTIONS(1333), - [anon_sym_LPAREN] = ACTIONS(1331), - [anon_sym_await] = ACTIONS(1333), - [anon_sym_while] = ACTIONS(1333), - [anon_sym_do] = ACTIONS(1333), - [anon_sym_try] = ACTIONS(1333), - [anon_sym_with] = ACTIONS(1333), - [anon_sym_break] = ACTIONS(1333), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_debugger] = ACTIONS(1333), - [anon_sym_return] = ACTIONS(1333), - [anon_sym_throw] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_case] = ACTIONS(1333), - [anon_sym_yield] = ACTIONS(1333), - [anon_sym_LBRACK] = ACTIONS(1331), - [anon_sym_LTtemplate_GT] = ACTIONS(1331), - [anon_sym_LT] = ACTIONS(1333), - [anon_sym_SLASH] = ACTIONS(1333), - [anon_sym_DOT] = ACTIONS(2041), - [anon_sym_class] = ACTIONS(1333), - [anon_sym_async] = ACTIONS(1333), - [anon_sym_function] = ACTIONS(1333), - [anon_sym_new] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1333), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_TILDE] = ACTIONS(1331), - [anon_sym_void] = ACTIONS(1333), - [anon_sym_delete] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1331), - [anon_sym_DASH_DASH] = ACTIONS(1331), - [anon_sym_DQUOTE] = ACTIONS(1331), - [anon_sym_SQUOTE] = ACTIONS(1331), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1331), - [sym_number] = ACTIONS(1331), - [sym_this] = ACTIONS(1333), - [sym_super] = ACTIONS(1333), - [sym_true] = ACTIONS(1333), - [sym_false] = ACTIONS(1333), - [sym_null] = ACTIONS(1333), - [sym_undefined] = ACTIONS(1333), - [anon_sym_AT] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1333), - [anon_sym_readonly] = ACTIONS(1333), - [anon_sym_get] = ACTIONS(1333), - [anon_sym_set] = ACTIONS(1333), - [anon_sym_declare] = ACTIONS(1333), - [anon_sym_public] = ACTIONS(1333), - [anon_sym_private] = ACTIONS(1333), - [anon_sym_protected] = ACTIONS(1333), - [anon_sym_override] = ACTIONS(1333), - [anon_sym_module] = ACTIONS(1333), - [anon_sym_any] = ACTIONS(1333), - [anon_sym_number] = ACTIONS(1333), - [anon_sym_boolean] = ACTIONS(1333), - [anon_sym_string] = ACTIONS(1333), - [anon_sym_symbol] = ACTIONS(1333), - [anon_sym_abstract] = ACTIONS(1333), - [anon_sym_interface] = ACTIONS(1333), - [anon_sym_enum] = ACTIONS(1333), - }, - [597] = { - [sym__call_signature] = STATE(4004), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1973), - [anon_sym_export] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1975), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1975), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(1983), - [anon_sym_of] = ACTIONS(1986), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1975), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1975), - [anon_sym_readonly] = ACTIONS(1975), - [anon_sym_get] = ACTIONS(1975), - [anon_sym_set] = ACTIONS(1975), - [anon_sym_declare] = ACTIONS(1975), - [anon_sym_public] = ACTIONS(1975), - [anon_sym_private] = ACTIONS(1975), - [anon_sym_protected] = ACTIONS(1975), - [anon_sym_override] = ACTIONS(1975), - [anon_sym_module] = ACTIONS(1975), - [anon_sym_any] = ACTIONS(1975), - [anon_sym_number] = ACTIONS(1975), - [anon_sym_boolean] = ACTIONS(1975), - [anon_sym_string] = ACTIONS(1975), - [anon_sym_symbol] = ACTIONS(1975), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), - }, - [598] = { - [ts_builtin_sym_end] = ACTIONS(1483), - [sym_identifier] = ACTIONS(1485), - [anon_sym_export] = ACTIONS(1485), - [anon_sym_default] = ACTIONS(1485), - [anon_sym_type] = ACTIONS(1485), - [anon_sym_namespace] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1483), - [anon_sym_RBRACE] = ACTIONS(1483), - [anon_sym_typeof] = ACTIONS(1485), - [anon_sym_import] = ACTIONS(1485), - [anon_sym_var] = ACTIONS(1485), - [anon_sym_let] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_BANG] = ACTIONS(1483), - [anon_sym_else] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_switch] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_LPAREN] = ACTIONS(1483), - [anon_sym_await] = ACTIONS(1485), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_try] = ACTIONS(1485), - [anon_sym_with] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_debugger] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_throw] = ACTIONS(1485), - [anon_sym_SEMI] = ACTIONS(1483), - [anon_sym_case] = ACTIONS(1485), - [anon_sym_yield] = ACTIONS(1485), - [anon_sym_LBRACK] = ACTIONS(1483), - [anon_sym_LTtemplate_GT] = ACTIONS(1483), - [anon_sym_LT] = ACTIONS(1485), - [anon_sym_SLASH] = ACTIONS(1485), - [anon_sym_class] = ACTIONS(1485), - [anon_sym_async] = ACTIONS(1485), - [anon_sym_function] = ACTIONS(1485), - [anon_sym_new] = ACTIONS(1485), - [anon_sym_PLUS] = ACTIONS(1485), - [anon_sym_DASH] = ACTIONS(1485), - [anon_sym_TILDE] = ACTIONS(1483), - [anon_sym_void] = ACTIONS(1485), - [anon_sym_delete] = ACTIONS(1485), - [anon_sym_PLUS_PLUS] = ACTIONS(1483), - [anon_sym_DASH_DASH] = ACTIONS(1483), - [anon_sym_DQUOTE] = ACTIONS(1483), - [anon_sym_SQUOTE] = ACTIONS(1483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1483), - [sym_number] = ACTIONS(1483), - [sym_this] = ACTIONS(1485), - [sym_super] = ACTIONS(1485), - [sym_true] = ACTIONS(1485), - [sym_false] = ACTIONS(1485), - [sym_null] = ACTIONS(1485), - [sym_undefined] = ACTIONS(1485), - [anon_sym_AT] = ACTIONS(1483), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_get] = ACTIONS(1485), - [anon_sym_set] = ACTIONS(1485), - [anon_sym_declare] = ACTIONS(1485), - [anon_sym_public] = ACTIONS(1485), - [anon_sym_private] = ACTIONS(1485), - [anon_sym_protected] = ACTIONS(1485), - [anon_sym_override] = ACTIONS(1485), - [anon_sym_module] = ACTIONS(1485), - [anon_sym_any] = ACTIONS(1485), - [anon_sym_number] = ACTIONS(1485), - [anon_sym_boolean] = ACTIONS(1485), - [anon_sym_string] = ACTIONS(1485), - [anon_sym_symbol] = ACTIONS(1485), - [anon_sym_abstract] = ACTIONS(1485), - [anon_sym_interface] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [sym__automatic_semicolon] = ACTIONS(1491), - }, - [599] = { - [sym__call_signature] = STATE(4004), - [sym_formal_parameters] = STATE(2996), - [sym_type_parameters] = STATE(3675), - [sym_identifier] = ACTIONS(1973), - [anon_sym_export] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_type] = ACTIONS(1975), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_namespace] = ACTIONS(1975), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1965), - [anon_sym_in] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1968), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_async] = ACTIONS(1975), - [anon_sym_function] = ACTIONS(1971), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_static] = ACTIONS(1975), - [anon_sym_readonly] = ACTIONS(1975), - [anon_sym_get] = ACTIONS(1975), - [anon_sym_set] = ACTIONS(1975), - [anon_sym_declare] = ACTIONS(1975), - [anon_sym_public] = ACTIONS(1975), - [anon_sym_private] = ACTIONS(1975), - [anon_sym_protected] = ACTIONS(1975), - [anon_sym_override] = ACTIONS(1975), - [anon_sym_module] = ACTIONS(1975), - [anon_sym_any] = ACTIONS(1975), - [anon_sym_number] = ACTIONS(1975), - [anon_sym_boolean] = ACTIONS(1975), - [anon_sym_string] = ACTIONS(1975), - [anon_sym_symbol] = ACTIONS(1975), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_export] = ACTIONS(2039), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2039), + [anon_sym_EQ] = ACTIONS(1267), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2039), + [anon_sym_LBRACE] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2039), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1269), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2039), + [anon_sym_readonly] = ACTIONS(2039), + [anon_sym_get] = ACTIONS(2039), + [anon_sym_set] = ACTIONS(2039), + [anon_sym_declare] = ACTIONS(2039), + [anon_sym_public] = ACTIONS(2039), + [anon_sym_private] = ACTIONS(2039), + [anon_sym_protected] = ACTIONS(2039), + [anon_sym_override] = ACTIONS(2039), + [anon_sym_module] = ACTIONS(2039), + [anon_sym_any] = ACTIONS(2039), + [anon_sym_number] = ACTIONS(2039), + [anon_sym_boolean] = ACTIONS(2039), + [anon_sym_string] = ACTIONS(2039), + [anon_sym_symbol] = ACTIONS(2039), + [anon_sym_satisfies] = ACTIONS(118), + [anon_sym_implements] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [600] = { + [574] = { + [sym_catch_clause] = STATE(599), + [sym_finally_clause] = STATE(726), [ts_builtin_sym_end] = ACTIONS(2043), [sym_identifier] = ACTIONS(2045), [anon_sym_export] = ACTIONS(2045), @@ -79163,23 +78176,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2045), [anon_sym_SEMI] = ACTIONS(2043), [anon_sym_case] = ACTIONS(2045), - [anon_sym_finally] = ACTIONS(2045), + [anon_sym_catch] = ACTIONS(2047), + [anon_sym_finally] = ACTIONS(2049), [anon_sym_yield] = ACTIONS(2045), [anon_sym_LBRACK] = ACTIONS(2043), [anon_sym_LTtemplate_GT] = ACTIONS(2043), - [anon_sym_LT] = ACTIONS(2045), - [anon_sym_SLASH] = ACTIONS(2045), [anon_sym_class] = ACTIONS(2045), [anon_sym_async] = ACTIONS(2045), [anon_sym_function] = ACTIONS(2045), [anon_sym_new] = ACTIONS(2045), [anon_sym_PLUS] = ACTIONS(2045), [anon_sym_DASH] = ACTIONS(2045), + [anon_sym_SLASH] = ACTIONS(2045), + [anon_sym_LT] = ACTIONS(2045), [anon_sym_TILDE] = ACTIONS(2043), [anon_sym_void] = ACTIONS(2045), [anon_sym_delete] = ACTIONS(2045), [anon_sym_PLUS_PLUS] = ACTIONS(2043), - [anon_sym_DASH_DASH] = ACTIONS(2043), + [anon_sym_DASH_DASH] = ACTIONS(2045), [anon_sym_DQUOTE] = ACTIONS(2043), [anon_sym_SQUOTE] = ACTIONS(2043), [sym_comment] = ACTIONS(3), @@ -79211,387 +78225,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2045), [anon_sym_enum] = ACTIONS(2045), }, - [601] = { - [ts_builtin_sym_end] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [anon_sym_export] = ACTIONS(1523), - [anon_sym_default] = ACTIONS(1523), - [anon_sym_type] = ACTIONS(1523), - [anon_sym_namespace] = ACTIONS(1523), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_RBRACE] = ACTIONS(1521), - [anon_sym_typeof] = ACTIONS(1523), - [anon_sym_import] = ACTIONS(1523), - [anon_sym_var] = ACTIONS(1523), - [anon_sym_let] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_else] = ACTIONS(1523), - [anon_sym_if] = ACTIONS(1523), - [anon_sym_switch] = ACTIONS(1523), - [anon_sym_for] = ACTIONS(1523), - [anon_sym_LPAREN] = ACTIONS(1521), - [anon_sym_await] = ACTIONS(1523), - [anon_sym_while] = ACTIONS(1523), - [anon_sym_do] = ACTIONS(1523), - [anon_sym_try] = ACTIONS(1523), - [anon_sym_with] = ACTIONS(1523), - [anon_sym_break] = ACTIONS(1523), - [anon_sym_continue] = ACTIONS(1523), - [anon_sym_debugger] = ACTIONS(1523), - [anon_sym_return] = ACTIONS(1523), - [anon_sym_throw] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_case] = ACTIONS(1523), - [anon_sym_yield] = ACTIONS(1523), - [anon_sym_LBRACK] = ACTIONS(1521), - [anon_sym_LTtemplate_GT] = ACTIONS(1521), - [anon_sym_LT] = ACTIONS(1523), - [anon_sym_SLASH] = ACTIONS(1523), - [anon_sym_class] = ACTIONS(1523), - [anon_sym_async] = ACTIONS(1523), - [anon_sym_function] = ACTIONS(1523), - [anon_sym_new] = ACTIONS(1523), - [anon_sym_PLUS] = ACTIONS(1523), - [anon_sym_DASH] = ACTIONS(1523), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_void] = ACTIONS(1523), - [anon_sym_delete] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_DQUOTE] = ACTIONS(1521), - [anon_sym_SQUOTE] = ACTIONS(1521), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1521), - [sym_number] = ACTIONS(1521), - [sym_this] = ACTIONS(1523), - [sym_super] = ACTIONS(1523), - [sym_true] = ACTIONS(1523), - [sym_false] = ACTIONS(1523), - [sym_null] = ACTIONS(1523), - [sym_undefined] = ACTIONS(1523), - [anon_sym_AT] = ACTIONS(1521), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_readonly] = ACTIONS(1523), - [anon_sym_get] = ACTIONS(1523), - [anon_sym_set] = ACTIONS(1523), - [anon_sym_declare] = ACTIONS(1523), - [anon_sym_public] = ACTIONS(1523), - [anon_sym_private] = ACTIONS(1523), - [anon_sym_protected] = ACTIONS(1523), - [anon_sym_override] = ACTIONS(1523), - [anon_sym_module] = ACTIONS(1523), - [anon_sym_any] = ACTIONS(1523), - [anon_sym_number] = ACTIONS(1523), - [anon_sym_boolean] = ACTIONS(1523), - [anon_sym_string] = ACTIONS(1523), - [anon_sym_symbol] = ACTIONS(1523), - [anon_sym_abstract] = ACTIONS(1523), - [anon_sym_interface] = ACTIONS(1523), - [anon_sym_enum] = ACTIONS(1523), - [sym__automatic_semicolon] = ACTIONS(1529), - }, - [602] = { - [ts_builtin_sym_end] = ACTIONS(1363), - [sym_identifier] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_type] = ACTIONS(1365), - [anon_sym_namespace] = ACTIONS(1365), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_typeof] = ACTIONS(1365), - [anon_sym_import] = ACTIONS(1365), - [anon_sym_var] = ACTIONS(1365), - [anon_sym_let] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_else] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_switch] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_await] = ACTIONS(1365), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_do] = ACTIONS(1365), - [anon_sym_try] = ACTIONS(1365), - [anon_sym_with] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_debugger] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_throw] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_case] = ACTIONS(1365), - [anon_sym_yield] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LTtemplate_GT] = ACTIONS(1363), - [anon_sym_LT] = ACTIONS(1365), - [anon_sym_SLASH] = ACTIONS(1365), - [anon_sym_class] = ACTIONS(1365), - [anon_sym_async] = ACTIONS(1365), - [anon_sym_function] = ACTIONS(1365), - [anon_sym_new] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_void] = ACTIONS(1365), - [anon_sym_delete] = ACTIONS(1365), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1363), - [sym_number] = ACTIONS(1363), - [sym_this] = ACTIONS(1365), - [sym_super] = ACTIONS(1365), - [sym_true] = ACTIONS(1365), - [sym_false] = ACTIONS(1365), - [sym_null] = ACTIONS(1365), - [sym_undefined] = ACTIONS(1365), - [anon_sym_AT] = ACTIONS(1363), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_readonly] = ACTIONS(1365), - [anon_sym_get] = ACTIONS(1365), - [anon_sym_set] = ACTIONS(1365), - [anon_sym_declare] = ACTIONS(1365), - [anon_sym_public] = ACTIONS(1365), - [anon_sym_private] = ACTIONS(1365), - [anon_sym_protected] = ACTIONS(1365), - [anon_sym_override] = ACTIONS(1365), - [anon_sym_module] = ACTIONS(1365), - [anon_sym_any] = ACTIONS(1365), - [anon_sym_number] = ACTIONS(1365), - [anon_sym_boolean] = ACTIONS(1365), - [anon_sym_string] = ACTIONS(1365), - [anon_sym_symbol] = ACTIONS(1365), - [anon_sym_abstract] = ACTIONS(1365), - [anon_sym_interface] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [sym__automatic_semicolon] = ACTIONS(1371), - }, - [603] = { - [ts_builtin_sym_end] = ACTIONS(2047), - [sym_identifier] = ACTIONS(2049), - [anon_sym_export] = ACTIONS(2049), - [anon_sym_default] = ACTIONS(2049), - [anon_sym_type] = ACTIONS(2049), - [anon_sym_namespace] = ACTIONS(2049), - [anon_sym_LBRACE] = ACTIONS(2047), - [anon_sym_RBRACE] = ACTIONS(2047), - [anon_sym_typeof] = ACTIONS(2049), - [anon_sym_import] = ACTIONS(2049), - [anon_sym_var] = ACTIONS(2049), - [anon_sym_let] = ACTIONS(2049), - [anon_sym_const] = ACTIONS(2049), - [anon_sym_BANG] = ACTIONS(2047), - [anon_sym_else] = ACTIONS(2049), - [anon_sym_if] = ACTIONS(2049), - [anon_sym_switch] = ACTIONS(2049), - [anon_sym_for] = ACTIONS(2049), - [anon_sym_LPAREN] = ACTIONS(2047), - [anon_sym_await] = ACTIONS(2049), - [anon_sym_while] = ACTIONS(2049), - [anon_sym_do] = ACTIONS(2049), - [anon_sym_try] = ACTIONS(2049), - [anon_sym_with] = ACTIONS(2049), - [anon_sym_break] = ACTIONS(2049), - [anon_sym_continue] = ACTIONS(2049), - [anon_sym_debugger] = ACTIONS(2049), - [anon_sym_return] = ACTIONS(2049), - [anon_sym_throw] = ACTIONS(2049), - [anon_sym_SEMI] = ACTIONS(2047), - [anon_sym_case] = ACTIONS(2049), - [anon_sym_finally] = ACTIONS(2049), - [anon_sym_yield] = ACTIONS(2049), - [anon_sym_LBRACK] = ACTIONS(2047), - [anon_sym_LTtemplate_GT] = ACTIONS(2047), - [anon_sym_LT] = ACTIONS(2049), - [anon_sym_SLASH] = ACTIONS(2049), - [anon_sym_class] = ACTIONS(2049), - [anon_sym_async] = ACTIONS(2049), - [anon_sym_function] = ACTIONS(2049), - [anon_sym_new] = ACTIONS(2049), - [anon_sym_PLUS] = ACTIONS(2049), - [anon_sym_DASH] = ACTIONS(2049), - [anon_sym_TILDE] = ACTIONS(2047), - [anon_sym_void] = ACTIONS(2049), - [anon_sym_delete] = ACTIONS(2049), - [anon_sym_PLUS_PLUS] = ACTIONS(2047), - [anon_sym_DASH_DASH] = ACTIONS(2047), - [anon_sym_DQUOTE] = ACTIONS(2047), - [anon_sym_SQUOTE] = ACTIONS(2047), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2047), - [sym_number] = ACTIONS(2047), - [sym_this] = ACTIONS(2049), - [sym_super] = ACTIONS(2049), - [sym_true] = ACTIONS(2049), - [sym_false] = ACTIONS(2049), - [sym_null] = ACTIONS(2049), - [sym_undefined] = ACTIONS(2049), - [anon_sym_AT] = ACTIONS(2047), - [anon_sym_static] = ACTIONS(2049), - [anon_sym_readonly] = ACTIONS(2049), - [anon_sym_get] = ACTIONS(2049), - [anon_sym_set] = ACTIONS(2049), - [anon_sym_declare] = ACTIONS(2049), - [anon_sym_public] = ACTIONS(2049), - [anon_sym_private] = ACTIONS(2049), - [anon_sym_protected] = ACTIONS(2049), - [anon_sym_override] = ACTIONS(2049), - [anon_sym_module] = ACTIONS(2049), - [anon_sym_any] = ACTIONS(2049), - [anon_sym_number] = ACTIONS(2049), - [anon_sym_boolean] = ACTIONS(2049), - [anon_sym_string] = ACTIONS(2049), - [anon_sym_symbol] = ACTIONS(2049), - [anon_sym_abstract] = ACTIONS(2049), - [anon_sym_interface] = ACTIONS(2049), - [anon_sym_enum] = ACTIONS(2049), + [575] = { + [ts_builtin_sym_end] = ACTIONS(1393), + [sym_identifier] = ACTIONS(1395), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_type] = ACTIONS(1395), + [anon_sym_namespace] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_COMMA] = ACTIONS(1393), + [anon_sym_RBRACE] = ACTIONS(1393), + [anon_sym_typeof] = ACTIONS(1395), + [anon_sym_import] = ACTIONS(1395), + [anon_sym_var] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1393), + [anon_sym_await] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_with] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_debugger] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_throw] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_catch] = ACTIONS(1395), + [anon_sym_finally] = ACTIONS(1395), + [anon_sym_yield] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1393), + [anon_sym_LTtemplate_GT] = ACTIONS(1393), + [anon_sym_class] = ACTIONS(1395), + [anon_sym_async] = ACTIONS(1395), + [anon_sym_function] = ACTIONS(1395), + [anon_sym_new] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_LT] = ACTIONS(1395), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_void] = ACTIONS(1395), + [anon_sym_delete] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_DASH_DASH] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1393), + [sym_number] = ACTIONS(1393), + [sym_this] = ACTIONS(1395), + [sym_super] = ACTIONS(1395), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [sym_null] = ACTIONS(1395), + [sym_undefined] = ACTIONS(1395), + [anon_sym_AT] = ACTIONS(1393), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_readonly] = ACTIONS(1395), + [anon_sym_get] = ACTIONS(1395), + [anon_sym_set] = ACTIONS(1395), + [anon_sym_declare] = ACTIONS(1395), + [anon_sym_public] = ACTIONS(1395), + [anon_sym_private] = ACTIONS(1395), + [anon_sym_protected] = ACTIONS(1395), + [anon_sym_override] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_any] = ACTIONS(1395), + [anon_sym_number] = ACTIONS(1395), + [anon_sym_boolean] = ACTIONS(1395), + [anon_sym_string] = ACTIONS(1395), + [anon_sym_symbol] = ACTIONS(1395), + [anon_sym_abstract] = ACTIONS(1395), + [anon_sym_interface] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [sym__automatic_semicolon] = ACTIONS(1403), }, - [604] = { - [ts_builtin_sym_end] = ACTIONS(1401), - [sym_identifier] = ACTIONS(1403), - [anon_sym_export] = ACTIONS(1403), - [anon_sym_default] = ACTIONS(1403), - [anon_sym_type] = ACTIONS(1403), - [anon_sym_namespace] = ACTIONS(1403), - [anon_sym_LBRACE] = ACTIONS(1401), - [anon_sym_RBRACE] = ACTIONS(1401), - [anon_sym_typeof] = ACTIONS(1403), - [anon_sym_import] = ACTIONS(1403), - [anon_sym_var] = ACTIONS(1403), - [anon_sym_let] = ACTIONS(1403), - [anon_sym_const] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1401), - [anon_sym_else] = ACTIONS(1403), - [anon_sym_if] = ACTIONS(1403), - [anon_sym_switch] = ACTIONS(1403), - [anon_sym_for] = ACTIONS(1403), - [anon_sym_LPAREN] = ACTIONS(1401), - [anon_sym_await] = ACTIONS(1403), - [anon_sym_while] = ACTIONS(1403), - [anon_sym_do] = ACTIONS(1403), - [anon_sym_try] = ACTIONS(1403), - [anon_sym_with] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1403), - [anon_sym_continue] = ACTIONS(1403), - [anon_sym_debugger] = ACTIONS(1403), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_throw] = ACTIONS(1403), - [anon_sym_SEMI] = ACTIONS(1401), - [anon_sym_case] = ACTIONS(1403), - [anon_sym_yield] = ACTIONS(1403), - [anon_sym_LBRACK] = ACTIONS(1401), - [anon_sym_LTtemplate_GT] = ACTIONS(1401), - [anon_sym_LT] = ACTIONS(1403), - [anon_sym_SLASH] = ACTIONS(1403), - [anon_sym_class] = ACTIONS(1403), - [anon_sym_async] = ACTIONS(1403), - [anon_sym_function] = ACTIONS(1403), - [anon_sym_new] = ACTIONS(1403), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_TILDE] = ACTIONS(1401), - [anon_sym_void] = ACTIONS(1403), - [anon_sym_delete] = ACTIONS(1403), - [anon_sym_PLUS_PLUS] = ACTIONS(1401), - [anon_sym_DASH_DASH] = ACTIONS(1401), - [anon_sym_DQUOTE] = ACTIONS(1401), - [anon_sym_SQUOTE] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1401), - [sym_number] = ACTIONS(1401), - [sym_this] = ACTIONS(1403), - [sym_super] = ACTIONS(1403), - [sym_true] = ACTIONS(1403), - [sym_false] = ACTIONS(1403), - [sym_null] = ACTIONS(1403), - [sym_undefined] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1403), - [anon_sym_readonly] = ACTIONS(1403), - [anon_sym_get] = ACTIONS(1403), - [anon_sym_set] = ACTIONS(1403), - [anon_sym_declare] = ACTIONS(1403), - [anon_sym_public] = ACTIONS(1403), - [anon_sym_private] = ACTIONS(1403), - [anon_sym_protected] = ACTIONS(1403), - [anon_sym_override] = ACTIONS(1403), - [anon_sym_module] = ACTIONS(1403), - [anon_sym_any] = ACTIONS(1403), - [anon_sym_number] = ACTIONS(1403), - [anon_sym_boolean] = ACTIONS(1403), - [anon_sym_string] = ACTIONS(1403), - [anon_sym_symbol] = ACTIONS(1403), - [anon_sym_abstract] = ACTIONS(1403), - [anon_sym_interface] = ACTIONS(1403), - [anon_sym_enum] = ACTIONS(1403), - [sym__automatic_semicolon] = ACTIONS(1409), + [576] = { + [ts_builtin_sym_end] = ACTIONS(1477), + [sym_identifier] = ACTIONS(1479), + [anon_sym_export] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_type] = ACTIONS(1479), + [anon_sym_namespace] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_typeof] = ACTIONS(1479), + [anon_sym_import] = ACTIONS(1479), + [anon_sym_var] = ACTIONS(1479), + [anon_sym_let] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_BANG] = ACTIONS(1477), + [anon_sym_else] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_await] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_try] = ACTIONS(1479), + [anon_sym_with] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_debugger] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_throw] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1477), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_catch] = ACTIONS(1479), + [anon_sym_finally] = ACTIONS(1479), + [anon_sym_yield] = ACTIONS(1479), + [anon_sym_LBRACK] = ACTIONS(1477), + [anon_sym_LTtemplate_GT] = ACTIONS(1477), + [anon_sym_class] = ACTIONS(1479), + [anon_sym_async] = ACTIONS(1479), + [anon_sym_function] = ACTIONS(1479), + [anon_sym_new] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_LT] = ACTIONS(1479), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_void] = ACTIONS(1479), + [anon_sym_delete] = ACTIONS(1479), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_DASH_DASH] = ACTIONS(1479), + [anon_sym_DQUOTE] = ACTIONS(1477), + [anon_sym_SQUOTE] = ACTIONS(1477), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1477), + [sym_number] = ACTIONS(1477), + [sym_this] = ACTIONS(1479), + [sym_super] = ACTIONS(1479), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [sym_null] = ACTIONS(1479), + [sym_undefined] = ACTIONS(1479), + [anon_sym_AT] = ACTIONS(1477), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_get] = ACTIONS(1479), + [anon_sym_set] = ACTIONS(1479), + [anon_sym_declare] = ACTIONS(1479), + [anon_sym_public] = ACTIONS(1479), + [anon_sym_private] = ACTIONS(1479), + [anon_sym_protected] = ACTIONS(1479), + [anon_sym_override] = ACTIONS(1479), + [anon_sym_module] = ACTIONS(1479), + [anon_sym_any] = ACTIONS(1479), + [anon_sym_number] = ACTIONS(1479), + [anon_sym_boolean] = ACTIONS(1479), + [anon_sym_string] = ACTIONS(1479), + [anon_sym_symbol] = ACTIONS(1479), + [anon_sym_abstract] = ACTIONS(1479), + [anon_sym_interface] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), }, - [605] = { - [ts_builtin_sym_end] = ACTIONS(2051), - [sym_identifier] = ACTIONS(2053), + [577] = { + [sym__call_signature] = STATE(4131), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2051), [anon_sym_export] = ACTIONS(2053), - [anon_sym_default] = ACTIONS(2053), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2053), + [anon_sym_EQ] = ACTIONS(1311), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2053), - [anon_sym_LBRACE] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2051), - [anon_sym_typeof] = ACTIONS(2053), - [anon_sym_import] = ACTIONS(2053), - [anon_sym_var] = ACTIONS(2053), - [anon_sym_let] = ACTIONS(2053), - [anon_sym_const] = ACTIONS(2053), - [anon_sym_BANG] = ACTIONS(2051), - [anon_sym_else] = ACTIONS(2053), - [anon_sym_if] = ACTIONS(2053), - [anon_sym_switch] = ACTIONS(2053), - [anon_sym_for] = ACTIONS(2053), - [anon_sym_LPAREN] = ACTIONS(2051), - [anon_sym_await] = ACTIONS(2053), - [anon_sym_while] = ACTIONS(2053), - [anon_sym_do] = ACTIONS(2053), - [anon_sym_try] = ACTIONS(2053), - [anon_sym_with] = ACTIONS(2053), - [anon_sym_break] = ACTIONS(2053), - [anon_sym_continue] = ACTIONS(2053), - [anon_sym_debugger] = ACTIONS(2053), - [anon_sym_return] = ACTIONS(2053), - [anon_sym_throw] = ACTIONS(2053), - [anon_sym_SEMI] = ACTIONS(2051), - [anon_sym_case] = ACTIONS(2053), - [anon_sym_finally] = ACTIONS(2053), - [anon_sym_yield] = ACTIONS(2053), - [anon_sym_LBRACK] = ACTIONS(2051), - [anon_sym_LTtemplate_GT] = ACTIONS(2051), - [anon_sym_LT] = ACTIONS(2053), - [anon_sym_SLASH] = ACTIONS(2053), - [anon_sym_class] = ACTIONS(2053), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2053), - [anon_sym_function] = ACTIONS(2053), - [anon_sym_new] = ACTIONS(2053), - [anon_sym_PLUS] = ACTIONS(2053), - [anon_sym_DASH] = ACTIONS(2053), - [anon_sym_TILDE] = ACTIONS(2051), - [anon_sym_void] = ACTIONS(2053), - [anon_sym_delete] = ACTIONS(2053), - [anon_sym_PLUS_PLUS] = ACTIONS(2051), - [anon_sym_DASH_DASH] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2051), - [anon_sym_SQUOTE] = ACTIONS(2051), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2051), - [sym_number] = ACTIONS(2051), - [sym_this] = ACTIONS(2053), - [sym_super] = ACTIONS(2053), - [sym_true] = ACTIONS(2053), - [sym_false] = ACTIONS(2053), - [sym_null] = ACTIONS(2053), - [sym_undefined] = ACTIONS(2053), - [anon_sym_AT] = ACTIONS(2051), + [anon_sym_function] = ACTIONS(2015), + [anon_sym_EQ_GT] = ACTIONS(1313), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2053), [anon_sym_readonly] = ACTIONS(2053), [anon_sym_get] = ACTIONS(2053), @@ -79607,1110 +78468,1628 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2053), [anon_sym_string] = ACTIONS(2053), [anon_sym_symbol] = ACTIONS(2053), - [anon_sym_abstract] = ACTIONS(2053), - [anon_sym_interface] = ACTIONS(2053), - [anon_sym_enum] = ACTIONS(2053), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, - [606] = { - [ts_builtin_sym_end] = ACTIONS(1431), - [sym_identifier] = ACTIONS(1433), - [anon_sym_export] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_type] = ACTIONS(1433), - [anon_sym_namespace] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_RBRACE] = ACTIONS(1431), - [anon_sym_typeof] = ACTIONS(1433), - [anon_sym_import] = ACTIONS(1433), - [anon_sym_var] = ACTIONS(1433), - [anon_sym_let] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_BANG] = ACTIONS(1431), - [anon_sym_else] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_await] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_try] = ACTIONS(1433), - [anon_sym_with] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_debugger] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_throw] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_yield] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1431), - [anon_sym_LTtemplate_GT] = ACTIONS(1431), - [anon_sym_LT] = ACTIONS(1433), - [anon_sym_SLASH] = ACTIONS(1433), - [anon_sym_class] = ACTIONS(1433), - [anon_sym_async] = ACTIONS(1433), - [anon_sym_function] = ACTIONS(1433), - [anon_sym_new] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_TILDE] = ACTIONS(1431), - [anon_sym_void] = ACTIONS(1433), - [anon_sym_delete] = ACTIONS(1433), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_DASH_DASH] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [anon_sym_SQUOTE] = ACTIONS(1431), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1431), - [sym_number] = ACTIONS(1431), - [sym_this] = ACTIONS(1433), - [sym_super] = ACTIONS(1433), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [sym_null] = ACTIONS(1433), - [sym_undefined] = ACTIONS(1433), - [anon_sym_AT] = ACTIONS(1431), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_get] = ACTIONS(1433), - [anon_sym_set] = ACTIONS(1433), - [anon_sym_declare] = ACTIONS(1433), - [anon_sym_public] = ACTIONS(1433), - [anon_sym_private] = ACTIONS(1433), - [anon_sym_protected] = ACTIONS(1433), - [anon_sym_override] = ACTIONS(1433), - [anon_sym_module] = ACTIONS(1433), - [anon_sym_any] = ACTIONS(1433), - [anon_sym_number] = ACTIONS(1433), - [anon_sym_boolean] = ACTIONS(1433), - [anon_sym_string] = ACTIONS(1433), - [anon_sym_symbol] = ACTIONS(1433), - [anon_sym_abstract] = ACTIONS(1433), - [anon_sym_interface] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [sym__automatic_semicolon] = ACTIONS(1439), + [578] = { + [sym__call_signature] = STATE(4022), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2028), + [anon_sym_export] = ACTIONS(2030), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2030), + [anon_sym_EQ] = ACTIONS(2032), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2030), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2030), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1309), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_readonly] = ACTIONS(2030), + [anon_sym_get] = ACTIONS(2030), + [anon_sym_set] = ACTIONS(2030), + [anon_sym_declare] = ACTIONS(2030), + [anon_sym_public] = ACTIONS(2030), + [anon_sym_private] = ACTIONS(2030), + [anon_sym_protected] = ACTIONS(2030), + [anon_sym_override] = ACTIONS(2030), + [anon_sym_module] = ACTIONS(2030), + [anon_sym_any] = ACTIONS(2030), + [anon_sym_number] = ACTIONS(2030), + [anon_sym_boolean] = ACTIONS(2030), + [anon_sym_string] = ACTIONS(2030), + [anon_sym_symbol] = ACTIONS(2030), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [607] = { - [ts_builtin_sym_end] = ACTIONS(1349), - [sym_identifier] = ACTIONS(1351), - [anon_sym_export] = ACTIONS(1351), - [anon_sym_default] = ACTIONS(1351), - [anon_sym_type] = ACTIONS(1351), - [anon_sym_namespace] = ACTIONS(1351), - [anon_sym_LBRACE] = ACTIONS(1349), - [anon_sym_RBRACE] = ACTIONS(1349), - [anon_sym_typeof] = ACTIONS(1351), - [anon_sym_import] = ACTIONS(1351), - [anon_sym_var] = ACTIONS(1351), - [anon_sym_let] = ACTIONS(1351), - [anon_sym_const] = ACTIONS(1351), - [anon_sym_BANG] = ACTIONS(1349), - [anon_sym_else] = ACTIONS(1351), - [anon_sym_if] = ACTIONS(1351), - [anon_sym_switch] = ACTIONS(1351), - [anon_sym_for] = ACTIONS(1351), - [anon_sym_LPAREN] = ACTIONS(1349), - [anon_sym_await] = ACTIONS(1351), - [anon_sym_while] = ACTIONS(1351), - [anon_sym_do] = ACTIONS(1351), - [anon_sym_try] = ACTIONS(1351), - [anon_sym_with] = ACTIONS(1351), - [anon_sym_break] = ACTIONS(1351), - [anon_sym_continue] = ACTIONS(1351), - [anon_sym_debugger] = ACTIONS(1351), - [anon_sym_return] = ACTIONS(1351), - [anon_sym_throw] = ACTIONS(1351), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym_case] = ACTIONS(1351), - [anon_sym_yield] = ACTIONS(1351), - [anon_sym_LBRACK] = ACTIONS(1349), - [anon_sym_LTtemplate_GT] = ACTIONS(1349), - [anon_sym_LT] = ACTIONS(1351), - [anon_sym_SLASH] = ACTIONS(1351), - [anon_sym_class] = ACTIONS(1351), - [anon_sym_async] = ACTIONS(1351), - [anon_sym_function] = ACTIONS(1351), - [anon_sym_new] = ACTIONS(1351), - [anon_sym_PLUS] = ACTIONS(1351), - [anon_sym_DASH] = ACTIONS(1351), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_void] = ACTIONS(1351), - [anon_sym_delete] = ACTIONS(1351), - [anon_sym_PLUS_PLUS] = ACTIONS(1349), - [anon_sym_DASH_DASH] = ACTIONS(1349), - [anon_sym_DQUOTE] = ACTIONS(1349), - [anon_sym_SQUOTE] = ACTIONS(1349), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1349), - [sym_number] = ACTIONS(1349), - [sym_this] = ACTIONS(1351), - [sym_super] = ACTIONS(1351), - [sym_true] = ACTIONS(1351), - [sym_false] = ACTIONS(1351), - [sym_null] = ACTIONS(1351), - [sym_undefined] = ACTIONS(1351), - [anon_sym_AT] = ACTIONS(1349), - [anon_sym_static] = ACTIONS(1351), - [anon_sym_readonly] = ACTIONS(1351), - [anon_sym_get] = ACTIONS(1351), - [anon_sym_set] = ACTIONS(1351), - [anon_sym_declare] = ACTIONS(1351), - [anon_sym_public] = ACTIONS(1351), - [anon_sym_private] = ACTIONS(1351), - [anon_sym_protected] = ACTIONS(1351), - [anon_sym_override] = ACTIONS(1351), - [anon_sym_module] = ACTIONS(1351), - [anon_sym_any] = ACTIONS(1351), - [anon_sym_number] = ACTIONS(1351), - [anon_sym_boolean] = ACTIONS(1351), - [anon_sym_string] = ACTIONS(1351), - [anon_sym_symbol] = ACTIONS(1351), - [anon_sym_abstract] = ACTIONS(1351), - [anon_sym_interface] = ACTIONS(1351), - [anon_sym_enum] = ACTIONS(1351), - [sym__automatic_semicolon] = ACTIONS(1357), + [579] = { + [ts_builtin_sym_end] = ACTIONS(1481), + [sym_identifier] = ACTIONS(1483), + [anon_sym_export] = ACTIONS(1483), + [anon_sym_default] = ACTIONS(1483), + [anon_sym_type] = ACTIONS(1483), + [anon_sym_namespace] = ACTIONS(1483), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_COMMA] = ACTIONS(1481), + [anon_sym_RBRACE] = ACTIONS(1481), + [anon_sym_typeof] = ACTIONS(1483), + [anon_sym_import] = ACTIONS(1483), + [anon_sym_var] = ACTIONS(1483), + [anon_sym_let] = ACTIONS(1483), + [anon_sym_const] = ACTIONS(1483), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_else] = ACTIONS(1483), + [anon_sym_if] = ACTIONS(1483), + [anon_sym_switch] = ACTIONS(1483), + [anon_sym_for] = ACTIONS(1483), + [anon_sym_LPAREN] = ACTIONS(1481), + [anon_sym_await] = ACTIONS(1483), + [anon_sym_while] = ACTIONS(1483), + [anon_sym_do] = ACTIONS(1483), + [anon_sym_try] = ACTIONS(1483), + [anon_sym_with] = ACTIONS(1483), + [anon_sym_break] = ACTIONS(1483), + [anon_sym_continue] = ACTIONS(1483), + [anon_sym_debugger] = ACTIONS(1483), + [anon_sym_return] = ACTIONS(1483), + [anon_sym_throw] = ACTIONS(1483), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_case] = ACTIONS(1483), + [anon_sym_yield] = ACTIONS(1483), + [anon_sym_LBRACK] = ACTIONS(1481), + [anon_sym_LTtemplate_GT] = ACTIONS(1481), + [anon_sym_class] = ACTIONS(1483), + [anon_sym_async] = ACTIONS(1483), + [anon_sym_function] = ACTIONS(1483), + [anon_sym_new] = ACTIONS(1483), + [anon_sym_PLUS] = ACTIONS(1483), + [anon_sym_DASH] = ACTIONS(1483), + [anon_sym_SLASH] = ACTIONS(1483), + [anon_sym_LT] = ACTIONS(1483), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_void] = ACTIONS(1483), + [anon_sym_delete] = ACTIONS(1483), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_DASH_DASH] = ACTIONS(1483), + [anon_sym_DQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1481), + [sym_number] = ACTIONS(1481), + [sym_this] = ACTIONS(1483), + [sym_super] = ACTIONS(1483), + [sym_true] = ACTIONS(1483), + [sym_false] = ACTIONS(1483), + [sym_null] = ACTIONS(1483), + [sym_undefined] = ACTIONS(1483), + [anon_sym_AT] = ACTIONS(1481), + [anon_sym_static] = ACTIONS(1483), + [anon_sym_readonly] = ACTIONS(1483), + [anon_sym_get] = ACTIONS(1483), + [anon_sym_set] = ACTIONS(1483), + [anon_sym_declare] = ACTIONS(1483), + [anon_sym_public] = ACTIONS(1483), + [anon_sym_private] = ACTIONS(1483), + [anon_sym_protected] = ACTIONS(1483), + [anon_sym_override] = ACTIONS(1483), + [anon_sym_module] = ACTIONS(1483), + [anon_sym_any] = ACTIONS(1483), + [anon_sym_number] = ACTIONS(1483), + [anon_sym_boolean] = ACTIONS(1483), + [anon_sym_string] = ACTIONS(1483), + [anon_sym_symbol] = ACTIONS(1483), + [anon_sym_abstract] = ACTIONS(1483), + [anon_sym_interface] = ACTIONS(1483), + [anon_sym_enum] = ACTIONS(1483), + [anon_sym_PIPE_RBRACE] = ACTIONS(1481), + [sym__automatic_semicolon] = ACTIONS(1481), }, - [608] = { - [ts_builtin_sym_end] = ACTIONS(1413), - [sym_identifier] = ACTIONS(1415), - [anon_sym_export] = ACTIONS(1415), - [anon_sym_default] = ACTIONS(1415), - [anon_sym_type] = ACTIONS(1415), - [anon_sym_namespace] = ACTIONS(1415), - [anon_sym_LBRACE] = ACTIONS(1413), - [anon_sym_RBRACE] = ACTIONS(1413), - [anon_sym_typeof] = ACTIONS(1415), - [anon_sym_import] = ACTIONS(1415), - [anon_sym_var] = ACTIONS(1415), - [anon_sym_let] = ACTIONS(1415), - [anon_sym_const] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1413), - [anon_sym_else] = ACTIONS(1415), - [anon_sym_if] = ACTIONS(1415), - [anon_sym_switch] = ACTIONS(1415), - [anon_sym_for] = ACTIONS(1415), - [anon_sym_LPAREN] = ACTIONS(1413), - [anon_sym_await] = ACTIONS(1415), - [anon_sym_while] = ACTIONS(1415), - [anon_sym_do] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1415), - [anon_sym_with] = ACTIONS(1415), - [anon_sym_break] = ACTIONS(1415), - [anon_sym_continue] = ACTIONS(1415), - [anon_sym_debugger] = ACTIONS(1415), - [anon_sym_return] = ACTIONS(1415), - [anon_sym_throw] = ACTIONS(1415), - [anon_sym_SEMI] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1415), - [anon_sym_yield] = ACTIONS(1415), - [anon_sym_LBRACK] = ACTIONS(1413), - [anon_sym_LTtemplate_GT] = ACTIONS(1413), - [anon_sym_LT] = ACTIONS(1415), - [anon_sym_SLASH] = ACTIONS(1415), - [anon_sym_class] = ACTIONS(1415), - [anon_sym_async] = ACTIONS(1415), - [anon_sym_function] = ACTIONS(1415), - [anon_sym_new] = ACTIONS(1415), - [anon_sym_PLUS] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1413), - [anon_sym_void] = ACTIONS(1415), - [anon_sym_delete] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1413), - [anon_sym_DQUOTE] = ACTIONS(1413), - [anon_sym_SQUOTE] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1413), - [sym_number] = ACTIONS(1413), - [sym_this] = ACTIONS(1415), - [sym_super] = ACTIONS(1415), - [sym_true] = ACTIONS(1415), - [sym_false] = ACTIONS(1415), - [sym_null] = ACTIONS(1415), - [sym_undefined] = ACTIONS(1415), - [anon_sym_AT] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1415), - [anon_sym_readonly] = ACTIONS(1415), - [anon_sym_get] = ACTIONS(1415), - [anon_sym_set] = ACTIONS(1415), - [anon_sym_declare] = ACTIONS(1415), - [anon_sym_public] = ACTIONS(1415), - [anon_sym_private] = ACTIONS(1415), - [anon_sym_protected] = ACTIONS(1415), - [anon_sym_override] = ACTIONS(1415), - [anon_sym_module] = ACTIONS(1415), - [anon_sym_any] = ACTIONS(1415), - [anon_sym_number] = ACTIONS(1415), - [anon_sym_boolean] = ACTIONS(1415), - [anon_sym_string] = ACTIONS(1415), - [anon_sym_symbol] = ACTIONS(1415), - [anon_sym_abstract] = ACTIONS(1415), - [anon_sym_interface] = ACTIONS(1415), - [anon_sym_enum] = ACTIONS(1415), - [sym__automatic_semicolon] = ACTIONS(1421), + [580] = { + [ts_builtin_sym_end] = ACTIONS(1537), + [sym_identifier] = ACTIONS(1539), + [anon_sym_export] = ACTIONS(1539), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_type] = ACTIONS(1539), + [anon_sym_namespace] = ACTIONS(1539), + [anon_sym_LBRACE] = ACTIONS(1537), + [anon_sym_COMMA] = ACTIONS(1537), + [anon_sym_RBRACE] = ACTIONS(1537), + [anon_sym_typeof] = ACTIONS(1539), + [anon_sym_import] = ACTIONS(1539), + [anon_sym_var] = ACTIONS(1539), + [anon_sym_let] = ACTIONS(1539), + [anon_sym_const] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1539), + [anon_sym_if] = ACTIONS(1539), + [anon_sym_switch] = ACTIONS(1539), + [anon_sym_for] = ACTIONS(1539), + [anon_sym_LPAREN] = ACTIONS(1537), + [anon_sym_await] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1539), + [anon_sym_do] = ACTIONS(1539), + [anon_sym_try] = ACTIONS(1539), + [anon_sym_with] = ACTIONS(1539), + [anon_sym_break] = ACTIONS(1539), + [anon_sym_continue] = ACTIONS(1539), + [anon_sym_debugger] = ACTIONS(1539), + [anon_sym_return] = ACTIONS(1539), + [anon_sym_throw] = ACTIONS(1539), + [anon_sym_SEMI] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1539), + [anon_sym_yield] = ACTIONS(1539), + [anon_sym_LBRACK] = ACTIONS(1537), + [anon_sym_LTtemplate_GT] = ACTIONS(1537), + [anon_sym_class] = ACTIONS(1539), + [anon_sym_async] = ACTIONS(1539), + [anon_sym_function] = ACTIONS(1539), + [anon_sym_new] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1539), + [anon_sym_SLASH] = ACTIONS(1539), + [anon_sym_LT] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1537), + [anon_sym_void] = ACTIONS(1539), + [anon_sym_delete] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1537), + [anon_sym_SQUOTE] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1537), + [sym_number] = ACTIONS(1537), + [sym_this] = ACTIONS(1539), + [sym_super] = ACTIONS(1539), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1539), + [sym_undefined] = ACTIONS(1539), + [anon_sym_AT] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1539), + [anon_sym_readonly] = ACTIONS(1539), + [anon_sym_get] = ACTIONS(1539), + [anon_sym_set] = ACTIONS(1539), + [anon_sym_declare] = ACTIONS(1539), + [anon_sym_public] = ACTIONS(1539), + [anon_sym_private] = ACTIONS(1539), + [anon_sym_protected] = ACTIONS(1539), + [anon_sym_override] = ACTIONS(1539), + [anon_sym_module] = ACTIONS(1539), + [anon_sym_any] = ACTIONS(1539), + [anon_sym_number] = ACTIONS(1539), + [anon_sym_boolean] = ACTIONS(1539), + [anon_sym_string] = ACTIONS(1539), + [anon_sym_symbol] = ACTIONS(1539), + [anon_sym_abstract] = ACTIONS(1539), + [anon_sym_interface] = ACTIONS(1539), + [anon_sym_enum] = ACTIONS(1539), + [anon_sym_PIPE_RBRACE] = ACTIONS(1537), + [sym__automatic_semicolon] = ACTIONS(1537), }, - [609] = { - [ts_builtin_sym_end] = ACTIONS(1381), - [sym_identifier] = ACTIONS(1383), - [anon_sym_export] = ACTIONS(1383), - [anon_sym_default] = ACTIONS(1383), - [anon_sym_type] = ACTIONS(1383), - [anon_sym_namespace] = ACTIONS(1383), - [anon_sym_LBRACE] = ACTIONS(1381), - [anon_sym_RBRACE] = ACTIONS(1381), - [anon_sym_typeof] = ACTIONS(1383), - [anon_sym_import] = ACTIONS(1383), - [anon_sym_var] = ACTIONS(1383), - [anon_sym_let] = ACTIONS(1383), - [anon_sym_const] = ACTIONS(1383), - [anon_sym_BANG] = ACTIONS(1381), - [anon_sym_else] = ACTIONS(1383), - [anon_sym_if] = ACTIONS(1383), - [anon_sym_switch] = ACTIONS(1383), - [anon_sym_for] = ACTIONS(1383), - [anon_sym_LPAREN] = ACTIONS(1381), - [anon_sym_await] = ACTIONS(1383), - [anon_sym_while] = ACTIONS(1383), - [anon_sym_do] = ACTIONS(1383), - [anon_sym_try] = ACTIONS(1383), - [anon_sym_with] = ACTIONS(1383), - [anon_sym_break] = ACTIONS(1383), - [anon_sym_continue] = ACTIONS(1383), - [anon_sym_debugger] = ACTIONS(1383), - [anon_sym_return] = ACTIONS(1383), - [anon_sym_throw] = ACTIONS(1383), - [anon_sym_SEMI] = ACTIONS(1381), - [anon_sym_case] = ACTIONS(1383), - [anon_sym_yield] = ACTIONS(1383), - [anon_sym_LBRACK] = ACTIONS(1381), - [anon_sym_LTtemplate_GT] = ACTIONS(1381), - [anon_sym_LT] = ACTIONS(1383), - [anon_sym_SLASH] = ACTIONS(1383), - [anon_sym_class] = ACTIONS(1383), - [anon_sym_async] = ACTIONS(1383), - [anon_sym_function] = ACTIONS(1383), - [anon_sym_new] = ACTIONS(1383), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_TILDE] = ACTIONS(1381), - [anon_sym_void] = ACTIONS(1383), - [anon_sym_delete] = ACTIONS(1383), - [anon_sym_PLUS_PLUS] = ACTIONS(1381), - [anon_sym_DASH_DASH] = ACTIONS(1381), - [anon_sym_DQUOTE] = ACTIONS(1381), - [anon_sym_SQUOTE] = ACTIONS(1381), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1381), - [sym_number] = ACTIONS(1381), - [sym_this] = ACTIONS(1383), - [sym_super] = ACTIONS(1383), - [sym_true] = ACTIONS(1383), - [sym_false] = ACTIONS(1383), - [sym_null] = ACTIONS(1383), - [sym_undefined] = ACTIONS(1383), - [anon_sym_AT] = ACTIONS(1381), - [anon_sym_static] = ACTIONS(1383), - [anon_sym_readonly] = ACTIONS(1383), - [anon_sym_get] = ACTIONS(1383), - [anon_sym_set] = ACTIONS(1383), - [anon_sym_declare] = ACTIONS(1383), - [anon_sym_public] = ACTIONS(1383), - [anon_sym_private] = ACTIONS(1383), - [anon_sym_protected] = ACTIONS(1383), - [anon_sym_override] = ACTIONS(1383), - [anon_sym_module] = ACTIONS(1383), - [anon_sym_any] = ACTIONS(1383), - [anon_sym_number] = ACTIONS(1383), - [anon_sym_boolean] = ACTIONS(1383), - [anon_sym_string] = ACTIONS(1383), - [anon_sym_symbol] = ACTIONS(1383), - [anon_sym_abstract] = ACTIONS(1383), - [anon_sym_interface] = ACTIONS(1383), - [anon_sym_enum] = ACTIONS(1383), - [sym__automatic_semicolon] = ACTIONS(1389), + [581] = { + [ts_builtin_sym_end] = ACTIONS(1459), + [sym_identifier] = ACTIONS(1461), + [anon_sym_export] = ACTIONS(1461), + [anon_sym_default] = ACTIONS(1461), + [anon_sym_type] = ACTIONS(1461), + [anon_sym_namespace] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(1459), + [anon_sym_COMMA] = ACTIONS(1459), + [anon_sym_RBRACE] = ACTIONS(1459), + [anon_sym_typeof] = ACTIONS(1461), + [anon_sym_import] = ACTIONS(1461), + [anon_sym_var] = ACTIONS(1461), + [anon_sym_let] = ACTIONS(1461), + [anon_sym_const] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_else] = ACTIONS(1461), + [anon_sym_if] = ACTIONS(1461), + [anon_sym_switch] = ACTIONS(1461), + [anon_sym_for] = ACTIONS(1461), + [anon_sym_LPAREN] = ACTIONS(1459), + [anon_sym_await] = ACTIONS(1461), + [anon_sym_while] = ACTIONS(1461), + [anon_sym_do] = ACTIONS(1461), + [anon_sym_try] = ACTIONS(1461), + [anon_sym_with] = ACTIONS(1461), + [anon_sym_break] = ACTIONS(1461), + [anon_sym_continue] = ACTIONS(1461), + [anon_sym_debugger] = ACTIONS(1461), + [anon_sym_return] = ACTIONS(1461), + [anon_sym_throw] = ACTIONS(1461), + [anon_sym_SEMI] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1461), + [anon_sym_yield] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1459), + [anon_sym_LTtemplate_GT] = ACTIONS(1459), + [anon_sym_class] = ACTIONS(1461), + [anon_sym_async] = ACTIONS(1461), + [anon_sym_function] = ACTIONS(1461), + [anon_sym_new] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1461), + [anon_sym_SLASH] = ACTIONS(1461), + [anon_sym_LT] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1459), + [anon_sym_void] = ACTIONS(1461), + [anon_sym_delete] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1459), + [anon_sym_SQUOTE] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1459), + [sym_number] = ACTIONS(1459), + [sym_this] = ACTIONS(1461), + [sym_super] = ACTIONS(1461), + [sym_true] = ACTIONS(1461), + [sym_false] = ACTIONS(1461), + [sym_null] = ACTIONS(1461), + [sym_undefined] = ACTIONS(1461), + [anon_sym_AT] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1461), + [anon_sym_readonly] = ACTIONS(1461), + [anon_sym_get] = ACTIONS(1461), + [anon_sym_set] = ACTIONS(1461), + [anon_sym_declare] = ACTIONS(1461), + [anon_sym_public] = ACTIONS(1461), + [anon_sym_private] = ACTIONS(1461), + [anon_sym_protected] = ACTIONS(1461), + [anon_sym_override] = ACTIONS(1461), + [anon_sym_module] = ACTIONS(1461), + [anon_sym_any] = ACTIONS(1461), + [anon_sym_number] = ACTIONS(1461), + [anon_sym_boolean] = ACTIONS(1461), + [anon_sym_string] = ACTIONS(1461), + [anon_sym_symbol] = ACTIONS(1461), + [anon_sym_abstract] = ACTIONS(1461), + [anon_sym_interface] = ACTIONS(1461), + [anon_sym_enum] = ACTIONS(1461), + [anon_sym_PIPE_RBRACE] = ACTIONS(1459), + [sym__automatic_semicolon] = ACTIONS(2055), }, - [610] = { - [sym_statement_block] = STATE(748), - [ts_builtin_sym_end] = ACTIONS(1331), - [sym_identifier] = ACTIONS(1333), - [anon_sym_export] = ACTIONS(1333), - [anon_sym_default] = ACTIONS(1333), - [anon_sym_type] = ACTIONS(1333), - [anon_sym_namespace] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(2039), - [anon_sym_RBRACE] = ACTIONS(1331), - [anon_sym_typeof] = ACTIONS(1333), - [anon_sym_import] = ACTIONS(1333), - [anon_sym_var] = ACTIONS(1333), - [anon_sym_let] = ACTIONS(1333), - [anon_sym_const] = ACTIONS(1333), - [anon_sym_BANG] = ACTIONS(1331), - [anon_sym_else] = ACTIONS(1333), - [anon_sym_if] = ACTIONS(1333), - [anon_sym_switch] = ACTIONS(1333), - [anon_sym_for] = ACTIONS(1333), - [anon_sym_LPAREN] = ACTIONS(1331), - [anon_sym_await] = ACTIONS(1333), - [anon_sym_while] = ACTIONS(1333), - [anon_sym_do] = ACTIONS(1333), - [anon_sym_try] = ACTIONS(1333), - [anon_sym_with] = ACTIONS(1333), - [anon_sym_break] = ACTIONS(1333), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_debugger] = ACTIONS(1333), - [anon_sym_return] = ACTIONS(1333), - [anon_sym_throw] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_case] = ACTIONS(1333), - [anon_sym_yield] = ACTIONS(1333), - [anon_sym_LBRACK] = ACTIONS(1331), - [anon_sym_LTtemplate_GT] = ACTIONS(1331), - [anon_sym_LT] = ACTIONS(1333), - [anon_sym_SLASH] = ACTIONS(1333), - [anon_sym_class] = ACTIONS(1333), - [anon_sym_async] = ACTIONS(1333), - [anon_sym_function] = ACTIONS(1333), - [anon_sym_new] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1333), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_TILDE] = ACTIONS(1331), - [anon_sym_void] = ACTIONS(1333), - [anon_sym_delete] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1331), - [anon_sym_DASH_DASH] = ACTIONS(1331), - [anon_sym_DQUOTE] = ACTIONS(1331), - [anon_sym_SQUOTE] = ACTIONS(1331), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1331), - [sym_number] = ACTIONS(1331), - [sym_this] = ACTIONS(1333), - [sym_super] = ACTIONS(1333), - [sym_true] = ACTIONS(1333), - [sym_false] = ACTIONS(1333), - [sym_null] = ACTIONS(1333), - [sym_undefined] = ACTIONS(1333), - [anon_sym_AT] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1333), - [anon_sym_readonly] = ACTIONS(1333), - [anon_sym_get] = ACTIONS(1333), - [anon_sym_set] = ACTIONS(1333), - [anon_sym_declare] = ACTIONS(1333), - [anon_sym_public] = ACTIONS(1333), - [anon_sym_private] = ACTIONS(1333), - [anon_sym_protected] = ACTIONS(1333), - [anon_sym_override] = ACTIONS(1333), - [anon_sym_module] = ACTIONS(1333), - [anon_sym_any] = ACTIONS(1333), - [anon_sym_number] = ACTIONS(1333), - [anon_sym_boolean] = ACTIONS(1333), - [anon_sym_string] = ACTIONS(1333), - [anon_sym_symbol] = ACTIONS(1333), - [anon_sym_abstract] = ACTIONS(1333), - [anon_sym_interface] = ACTIONS(1333), - [anon_sym_enum] = ACTIONS(1333), + [582] = { + [sym__call_signature] = STATE(4131), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2051), + [anon_sym_export] = ACTIONS(2053), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2053), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2053), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2053), + [anon_sym_function] = ACTIONS(2015), + [anon_sym_EQ_GT] = ACTIONS(1313), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2053), + [anon_sym_readonly] = ACTIONS(2053), + [anon_sym_get] = ACTIONS(2053), + [anon_sym_set] = ACTIONS(2053), + [anon_sym_declare] = ACTIONS(2053), + [anon_sym_public] = ACTIONS(2053), + [anon_sym_private] = ACTIONS(2053), + [anon_sym_protected] = ACTIONS(2053), + [anon_sym_override] = ACTIONS(2053), + [anon_sym_module] = ACTIONS(2053), + [anon_sym_any] = ACTIONS(2053), + [anon_sym_number] = ACTIONS(2053), + [anon_sym_boolean] = ACTIONS(2053), + [anon_sym_string] = ACTIONS(2053), + [anon_sym_symbol] = ACTIONS(2053), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, - [611] = { - [sym_else_clause] = STATE(702), - [ts_builtin_sym_end] = ACTIONS(2055), - [sym_identifier] = ACTIONS(2057), - [anon_sym_export] = ACTIONS(2057), - [anon_sym_default] = ACTIONS(2057), - [anon_sym_type] = ACTIONS(2057), - [anon_sym_namespace] = ACTIONS(2057), - [anon_sym_LBRACE] = ACTIONS(2055), - [anon_sym_RBRACE] = ACTIONS(2055), - [anon_sym_typeof] = ACTIONS(2057), - [anon_sym_import] = ACTIONS(2057), - [anon_sym_var] = ACTIONS(2057), - [anon_sym_let] = ACTIONS(2057), - [anon_sym_const] = ACTIONS(2057), - [anon_sym_BANG] = ACTIONS(2055), - [anon_sym_else] = ACTIONS(2059), - [anon_sym_if] = ACTIONS(2057), - [anon_sym_switch] = ACTIONS(2057), - [anon_sym_for] = ACTIONS(2057), - [anon_sym_LPAREN] = ACTIONS(2055), - [anon_sym_await] = ACTIONS(2057), - [anon_sym_while] = ACTIONS(2057), - [anon_sym_do] = ACTIONS(2057), - [anon_sym_try] = ACTIONS(2057), - [anon_sym_with] = ACTIONS(2057), - [anon_sym_break] = ACTIONS(2057), - [anon_sym_continue] = ACTIONS(2057), - [anon_sym_debugger] = ACTIONS(2057), - [anon_sym_return] = ACTIONS(2057), - [anon_sym_throw] = ACTIONS(2057), - [anon_sym_SEMI] = ACTIONS(2055), - [anon_sym_case] = ACTIONS(2057), - [anon_sym_yield] = ACTIONS(2057), - [anon_sym_LBRACK] = ACTIONS(2055), - [anon_sym_LTtemplate_GT] = ACTIONS(2055), - [anon_sym_LT] = ACTIONS(2057), - [anon_sym_SLASH] = ACTIONS(2057), - [anon_sym_class] = ACTIONS(2057), - [anon_sym_async] = ACTIONS(2057), - [anon_sym_function] = ACTIONS(2057), - [anon_sym_new] = ACTIONS(2057), - [anon_sym_PLUS] = ACTIONS(2057), - [anon_sym_DASH] = ACTIONS(2057), - [anon_sym_TILDE] = ACTIONS(2055), - [anon_sym_void] = ACTIONS(2057), - [anon_sym_delete] = ACTIONS(2057), - [anon_sym_PLUS_PLUS] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2055), - [anon_sym_DQUOTE] = ACTIONS(2055), - [anon_sym_SQUOTE] = ACTIONS(2055), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2055), - [sym_number] = ACTIONS(2055), - [sym_this] = ACTIONS(2057), - [sym_super] = ACTIONS(2057), - [sym_true] = ACTIONS(2057), - [sym_false] = ACTIONS(2057), - [sym_null] = ACTIONS(2057), - [sym_undefined] = ACTIONS(2057), - [anon_sym_AT] = ACTIONS(2055), - [anon_sym_static] = ACTIONS(2057), - [anon_sym_readonly] = ACTIONS(2057), - [anon_sym_get] = ACTIONS(2057), - [anon_sym_set] = ACTIONS(2057), - [anon_sym_declare] = ACTIONS(2057), - [anon_sym_public] = ACTIONS(2057), - [anon_sym_private] = ACTIONS(2057), - [anon_sym_protected] = ACTIONS(2057), - [anon_sym_override] = ACTIONS(2057), - [anon_sym_module] = ACTIONS(2057), - [anon_sym_any] = ACTIONS(2057), - [anon_sym_number] = ACTIONS(2057), - [anon_sym_boolean] = ACTIONS(2057), - [anon_sym_string] = ACTIONS(2057), - [anon_sym_symbol] = ACTIONS(2057), - [anon_sym_abstract] = ACTIONS(2057), - [anon_sym_interface] = ACTIONS(2057), - [anon_sym_enum] = ACTIONS(2057), + [583] = { + [ts_builtin_sym_end] = ACTIONS(1459), + [sym_identifier] = ACTIONS(1461), + [anon_sym_export] = ACTIONS(1461), + [anon_sym_default] = ACTIONS(1461), + [anon_sym_type] = ACTIONS(1461), + [anon_sym_namespace] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(1459), + [anon_sym_COMMA] = ACTIONS(1459), + [anon_sym_RBRACE] = ACTIONS(1459), + [anon_sym_typeof] = ACTIONS(1461), + [anon_sym_import] = ACTIONS(1461), + [anon_sym_var] = ACTIONS(1461), + [anon_sym_let] = ACTIONS(1461), + [anon_sym_const] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_else] = ACTIONS(1461), + [anon_sym_if] = ACTIONS(1461), + [anon_sym_switch] = ACTIONS(1461), + [anon_sym_for] = ACTIONS(1461), + [anon_sym_LPAREN] = ACTIONS(1459), + [anon_sym_await] = ACTIONS(1461), + [anon_sym_while] = ACTIONS(1461), + [anon_sym_do] = ACTIONS(1461), + [anon_sym_try] = ACTIONS(1461), + [anon_sym_with] = ACTIONS(1461), + [anon_sym_break] = ACTIONS(1461), + [anon_sym_continue] = ACTIONS(1461), + [anon_sym_debugger] = ACTIONS(1461), + [anon_sym_return] = ACTIONS(1461), + [anon_sym_throw] = ACTIONS(1461), + [anon_sym_SEMI] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1461), + [anon_sym_catch] = ACTIONS(1461), + [anon_sym_finally] = ACTIONS(1461), + [anon_sym_yield] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1459), + [anon_sym_LTtemplate_GT] = ACTIONS(1459), + [anon_sym_class] = ACTIONS(1461), + [anon_sym_async] = ACTIONS(1461), + [anon_sym_function] = ACTIONS(1461), + [anon_sym_new] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1461), + [anon_sym_SLASH] = ACTIONS(1461), + [anon_sym_LT] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1459), + [anon_sym_void] = ACTIONS(1461), + [anon_sym_delete] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1459), + [anon_sym_SQUOTE] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1459), + [sym_number] = ACTIONS(1459), + [sym_this] = ACTIONS(1461), + [sym_super] = ACTIONS(1461), + [sym_true] = ACTIONS(1461), + [sym_false] = ACTIONS(1461), + [sym_null] = ACTIONS(1461), + [sym_undefined] = ACTIONS(1461), + [anon_sym_AT] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1461), + [anon_sym_readonly] = ACTIONS(1461), + [anon_sym_get] = ACTIONS(1461), + [anon_sym_set] = ACTIONS(1461), + [anon_sym_declare] = ACTIONS(1461), + [anon_sym_public] = ACTIONS(1461), + [anon_sym_private] = ACTIONS(1461), + [anon_sym_protected] = ACTIONS(1461), + [anon_sym_override] = ACTIONS(1461), + [anon_sym_module] = ACTIONS(1461), + [anon_sym_any] = ACTIONS(1461), + [anon_sym_number] = ACTIONS(1461), + [anon_sym_boolean] = ACTIONS(1461), + [anon_sym_string] = ACTIONS(1461), + [anon_sym_symbol] = ACTIONS(1461), + [anon_sym_abstract] = ACTIONS(1461), + [anon_sym_interface] = ACTIONS(1461), + [anon_sym_enum] = ACTIONS(1461), }, - [612] = { - [ts_builtin_sym_end] = ACTIONS(1469), - [sym_identifier] = ACTIONS(1471), - [anon_sym_export] = ACTIONS(1471), - [anon_sym_default] = ACTIONS(1471), - [anon_sym_type] = ACTIONS(1471), - [anon_sym_namespace] = ACTIONS(1471), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(1469), - [anon_sym_typeof] = ACTIONS(1471), - [anon_sym_import] = ACTIONS(1471), - [anon_sym_var] = ACTIONS(1471), - [anon_sym_let] = ACTIONS(1471), - [anon_sym_const] = ACTIONS(1471), - [anon_sym_BANG] = ACTIONS(1469), - [anon_sym_else] = ACTIONS(1471), - [anon_sym_if] = ACTIONS(1471), - [anon_sym_switch] = ACTIONS(1471), - [anon_sym_for] = ACTIONS(1471), - [anon_sym_LPAREN] = ACTIONS(1469), - [anon_sym_await] = ACTIONS(1471), - [anon_sym_while] = ACTIONS(1471), - [anon_sym_do] = ACTIONS(1471), - [anon_sym_try] = ACTIONS(1471), - [anon_sym_with] = ACTIONS(1471), - [anon_sym_break] = ACTIONS(1471), - [anon_sym_continue] = ACTIONS(1471), - [anon_sym_debugger] = ACTIONS(1471), - [anon_sym_return] = ACTIONS(1471), - [anon_sym_throw] = ACTIONS(1471), - [anon_sym_SEMI] = ACTIONS(1469), - [anon_sym_case] = ACTIONS(1471), - [anon_sym_yield] = ACTIONS(1471), - [anon_sym_LBRACK] = ACTIONS(1469), - [anon_sym_LTtemplate_GT] = ACTIONS(1469), - [anon_sym_LT] = ACTIONS(1471), - [anon_sym_SLASH] = ACTIONS(1471), - [anon_sym_class] = ACTIONS(1471), - [anon_sym_async] = ACTIONS(1471), - [anon_sym_function] = ACTIONS(1471), - [anon_sym_new] = ACTIONS(1471), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_TILDE] = ACTIONS(1469), - [anon_sym_void] = ACTIONS(1471), - [anon_sym_delete] = ACTIONS(1471), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_DASH_DASH] = ACTIONS(1469), - [anon_sym_DQUOTE] = ACTIONS(1469), - [anon_sym_SQUOTE] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1469), - [sym_number] = ACTIONS(1469), - [sym_this] = ACTIONS(1471), - [sym_super] = ACTIONS(1471), - [sym_true] = ACTIONS(1471), - [sym_false] = ACTIONS(1471), - [sym_null] = ACTIONS(1471), - [sym_undefined] = ACTIONS(1471), - [anon_sym_AT] = ACTIONS(1469), - [anon_sym_static] = ACTIONS(1471), - [anon_sym_readonly] = ACTIONS(1471), - [anon_sym_get] = ACTIONS(1471), - [anon_sym_set] = ACTIONS(1471), - [anon_sym_declare] = ACTIONS(1471), - [anon_sym_public] = ACTIONS(1471), - [anon_sym_private] = ACTIONS(1471), - [anon_sym_protected] = ACTIONS(1471), - [anon_sym_override] = ACTIONS(1471), - [anon_sym_module] = ACTIONS(1471), - [anon_sym_any] = ACTIONS(1471), - [anon_sym_number] = ACTIONS(1471), - [anon_sym_boolean] = ACTIONS(1471), - [anon_sym_string] = ACTIONS(1471), - [anon_sym_symbol] = ACTIONS(1471), - [anon_sym_abstract] = ACTIONS(1471), - [anon_sym_interface] = ACTIONS(1471), - [anon_sym_enum] = ACTIONS(1471), - [sym__automatic_semicolon] = ACTIONS(1477), + [584] = { + [sym__call_signature] = STATE(4131), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2051), + [anon_sym_export] = ACTIONS(2053), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2053), + [anon_sym_EQ] = ACTIONS(1311), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2053), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2053), + [anon_sym_function] = ACTIONS(1919), + [anon_sym_EQ_GT] = ACTIONS(1313), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2053), + [anon_sym_readonly] = ACTIONS(2053), + [anon_sym_get] = ACTIONS(2053), + [anon_sym_set] = ACTIONS(2053), + [anon_sym_declare] = ACTIONS(2053), + [anon_sym_public] = ACTIONS(2053), + [anon_sym_private] = ACTIONS(2053), + [anon_sym_protected] = ACTIONS(2053), + [anon_sym_override] = ACTIONS(2053), + [anon_sym_module] = ACTIONS(2053), + [anon_sym_any] = ACTIONS(2053), + [anon_sym_number] = ACTIONS(2053), + [anon_sym_boolean] = ACTIONS(2053), + [anon_sym_string] = ACTIONS(2053), + [anon_sym_symbol] = ACTIONS(2053), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, - [613] = { - [ts_builtin_sym_end] = ACTIONS(2061), - [sym_identifier] = ACTIONS(2063), - [anon_sym_export] = ACTIONS(2063), - [anon_sym_default] = ACTIONS(2063), - [anon_sym_type] = ACTIONS(2063), - [anon_sym_namespace] = ACTIONS(2063), - [anon_sym_LBRACE] = ACTIONS(2061), - [anon_sym_RBRACE] = ACTIONS(2061), - [anon_sym_typeof] = ACTIONS(2063), - [anon_sym_import] = ACTIONS(2063), - [anon_sym_var] = ACTIONS(2063), - [anon_sym_let] = ACTIONS(2063), - [anon_sym_const] = ACTIONS(2063), - [anon_sym_BANG] = ACTIONS(2061), - [anon_sym_else] = ACTIONS(2063), - [anon_sym_if] = ACTIONS(2063), - [anon_sym_switch] = ACTIONS(2063), - [anon_sym_for] = ACTIONS(2063), - [anon_sym_LPAREN] = ACTIONS(2061), - [anon_sym_RPAREN] = ACTIONS(2061), - [anon_sym_await] = ACTIONS(2063), - [anon_sym_while] = ACTIONS(2063), - [anon_sym_do] = ACTIONS(2063), - [anon_sym_try] = ACTIONS(2063), - [anon_sym_with] = ACTIONS(2063), - [anon_sym_break] = ACTIONS(2063), - [anon_sym_continue] = ACTIONS(2063), - [anon_sym_debugger] = ACTIONS(2063), - [anon_sym_return] = ACTIONS(2063), - [anon_sym_throw] = ACTIONS(2063), - [anon_sym_SEMI] = ACTIONS(2061), - [anon_sym_case] = ACTIONS(2063), - [anon_sym_yield] = ACTIONS(2063), - [anon_sym_LBRACK] = ACTIONS(2061), - [anon_sym_LTtemplate_GT] = ACTIONS(2061), - [anon_sym_LT] = ACTIONS(2063), - [anon_sym_SLASH] = ACTIONS(2063), - [anon_sym_class] = ACTIONS(2063), - [anon_sym_async] = ACTIONS(2063), - [anon_sym_function] = ACTIONS(2063), - [anon_sym_new] = ACTIONS(2063), - [anon_sym_PLUS] = ACTIONS(2063), - [anon_sym_DASH] = ACTIONS(2063), - [anon_sym_TILDE] = ACTIONS(2061), - [anon_sym_void] = ACTIONS(2063), - [anon_sym_delete] = ACTIONS(2063), - [anon_sym_PLUS_PLUS] = ACTIONS(2061), - [anon_sym_DASH_DASH] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(2061), - [anon_sym_SQUOTE] = ACTIONS(2061), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2061), - [sym_number] = ACTIONS(2061), - [sym_this] = ACTIONS(2063), - [sym_super] = ACTIONS(2063), - [sym_true] = ACTIONS(2063), - [sym_false] = ACTIONS(2063), - [sym_null] = ACTIONS(2063), - [sym_undefined] = ACTIONS(2063), - [anon_sym_AT] = ACTIONS(2061), - [anon_sym_static] = ACTIONS(2063), - [anon_sym_readonly] = ACTIONS(2063), - [anon_sym_get] = ACTIONS(2063), - [anon_sym_set] = ACTIONS(2063), - [anon_sym_declare] = ACTIONS(2063), - [anon_sym_public] = ACTIONS(2063), - [anon_sym_private] = ACTIONS(2063), - [anon_sym_protected] = ACTIONS(2063), - [anon_sym_override] = ACTIONS(2063), - [anon_sym_module] = ACTIONS(2063), - [anon_sym_any] = ACTIONS(2063), - [anon_sym_number] = ACTIONS(2063), - [anon_sym_boolean] = ACTIONS(2063), - [anon_sym_string] = ACTIONS(2063), - [anon_sym_symbol] = ACTIONS(2063), - [anon_sym_abstract] = ACTIONS(2063), - [anon_sym_interface] = ACTIONS(2063), - [anon_sym_enum] = ACTIONS(2063), + [585] = { + [sym__call_signature] = STATE(4022), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2028), + [anon_sym_export] = ACTIONS(2030), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2030), + [anon_sym_EQ] = ACTIONS(1307), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2030), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(2057), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2030), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1309), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_readonly] = ACTIONS(2030), + [anon_sym_get] = ACTIONS(2030), + [anon_sym_set] = ACTIONS(2030), + [anon_sym_declare] = ACTIONS(2030), + [anon_sym_public] = ACTIONS(2030), + [anon_sym_private] = ACTIONS(2030), + [anon_sym_protected] = ACTIONS(2030), + [anon_sym_override] = ACTIONS(2030), + [anon_sym_module] = ACTIONS(2030), + [anon_sym_any] = ACTIONS(2030), + [anon_sym_number] = ACTIONS(2030), + [anon_sym_boolean] = ACTIONS(2030), + [anon_sym_string] = ACTIONS(2030), + [anon_sym_symbol] = ACTIONS(2030), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [614] = { - [ts_builtin_sym_end] = ACTIONS(1373), - [sym_identifier] = ACTIONS(1375), - [anon_sym_export] = ACTIONS(1375), - [anon_sym_default] = ACTIONS(1375), - [anon_sym_type] = ACTIONS(1375), - [anon_sym_namespace] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_typeof] = ACTIONS(1375), - [anon_sym_import] = ACTIONS(1375), - [anon_sym_var] = ACTIONS(1375), - [anon_sym_let] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_BANG] = ACTIONS(1373), - [anon_sym_else] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_switch] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_await] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1375), - [anon_sym_with] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_debugger] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_throw] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_case] = ACTIONS(1375), - [anon_sym_yield] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LTtemplate_GT] = ACTIONS(1373), - [anon_sym_LT] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_class] = ACTIONS(1375), - [anon_sym_async] = ACTIONS(1375), - [anon_sym_function] = ACTIONS(1375), - [anon_sym_new] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_TILDE] = ACTIONS(1373), - [anon_sym_void] = ACTIONS(1375), - [anon_sym_delete] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_DASH_DASH] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [anon_sym_SQUOTE] = ACTIONS(1373), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1373), - [sym_number] = ACTIONS(1373), - [sym_this] = ACTIONS(1375), - [sym_super] = ACTIONS(1375), - [sym_true] = ACTIONS(1375), - [sym_false] = ACTIONS(1375), - [sym_null] = ACTIONS(1375), - [sym_undefined] = ACTIONS(1375), - [anon_sym_AT] = ACTIONS(1373), - [anon_sym_static] = ACTIONS(1375), - [anon_sym_readonly] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(1375), - [anon_sym_set] = ACTIONS(1375), - [anon_sym_declare] = ACTIONS(1375), - [anon_sym_public] = ACTIONS(1375), - [anon_sym_private] = ACTIONS(1375), - [anon_sym_protected] = ACTIONS(1375), - [anon_sym_override] = ACTIONS(1375), - [anon_sym_module] = ACTIONS(1375), - [anon_sym_any] = ACTIONS(1375), - [anon_sym_number] = ACTIONS(1375), - [anon_sym_boolean] = ACTIONS(1375), - [anon_sym_string] = ACTIONS(1375), - [anon_sym_symbol] = ACTIONS(1375), - [anon_sym_abstract] = ACTIONS(1375), - [anon_sym_interface] = ACTIONS(1375), - [anon_sym_enum] = ACTIONS(1375), + [586] = { + [sym__call_signature] = STATE(4022), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2028), + [anon_sym_export] = ACTIONS(2030), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2030), + [anon_sym_EQ] = ACTIONS(1307), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2030), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2030), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1309), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_readonly] = ACTIONS(2030), + [anon_sym_get] = ACTIONS(2030), + [anon_sym_set] = ACTIONS(2030), + [anon_sym_declare] = ACTIONS(2030), + [anon_sym_public] = ACTIONS(2030), + [anon_sym_private] = ACTIONS(2030), + [anon_sym_protected] = ACTIONS(2030), + [anon_sym_override] = ACTIONS(2030), + [anon_sym_module] = ACTIONS(2030), + [anon_sym_any] = ACTIONS(2030), + [anon_sym_number] = ACTIONS(2030), + [anon_sym_boolean] = ACTIONS(2030), + [anon_sym_string] = ACTIONS(2030), + [anon_sym_symbol] = ACTIONS(2030), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [615] = { - [ts_builtin_sym_end] = ACTIONS(1511), - [sym_identifier] = ACTIONS(1513), - [anon_sym_export] = ACTIONS(1513), - [anon_sym_default] = ACTIONS(1513), - [anon_sym_type] = ACTIONS(1513), - [anon_sym_namespace] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1511), - [anon_sym_RBRACE] = ACTIONS(1511), - [anon_sym_typeof] = ACTIONS(1513), - [anon_sym_import] = ACTIONS(1513), - [anon_sym_var] = ACTIONS(1513), - [anon_sym_let] = ACTIONS(1513), - [anon_sym_const] = ACTIONS(1513), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_else] = ACTIONS(1513), - [anon_sym_if] = ACTIONS(1513), - [anon_sym_switch] = ACTIONS(1513), - [anon_sym_for] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1511), - [anon_sym_await] = ACTIONS(1513), - [anon_sym_while] = ACTIONS(1513), - [anon_sym_do] = ACTIONS(1513), - [anon_sym_try] = ACTIONS(1513), - [anon_sym_with] = ACTIONS(1513), - [anon_sym_break] = ACTIONS(1513), - [anon_sym_continue] = ACTIONS(1513), - [anon_sym_debugger] = ACTIONS(1513), - [anon_sym_return] = ACTIONS(1513), - [anon_sym_throw] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1511), - [anon_sym_case] = ACTIONS(1513), - [anon_sym_yield] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1511), - [anon_sym_LTtemplate_GT] = ACTIONS(1511), - [anon_sym_LT] = ACTIONS(1513), - [anon_sym_SLASH] = ACTIONS(1513), - [anon_sym_class] = ACTIONS(1513), - [anon_sym_async] = ACTIONS(1513), - [anon_sym_function] = ACTIONS(1513), - [anon_sym_new] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_void] = ACTIONS(1513), - [anon_sym_delete] = ACTIONS(1513), - [anon_sym_PLUS_PLUS] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1511), - [anon_sym_DQUOTE] = ACTIONS(1511), - [anon_sym_SQUOTE] = ACTIONS(1511), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1511), - [sym_number] = ACTIONS(1511), - [sym_this] = ACTIONS(1513), - [sym_super] = ACTIONS(1513), - [sym_true] = ACTIONS(1513), - [sym_false] = ACTIONS(1513), - [sym_null] = ACTIONS(1513), - [sym_undefined] = ACTIONS(1513), - [anon_sym_AT] = ACTIONS(1511), - [anon_sym_static] = ACTIONS(1513), - [anon_sym_readonly] = ACTIONS(1513), - [anon_sym_get] = ACTIONS(1513), - [anon_sym_set] = ACTIONS(1513), - [anon_sym_declare] = ACTIONS(1513), - [anon_sym_public] = ACTIONS(1513), - [anon_sym_private] = ACTIONS(1513), - [anon_sym_protected] = ACTIONS(1513), - [anon_sym_override] = ACTIONS(1513), - [anon_sym_module] = ACTIONS(1513), - [anon_sym_any] = ACTIONS(1513), - [anon_sym_number] = ACTIONS(1513), - [anon_sym_boolean] = ACTIONS(1513), - [anon_sym_string] = ACTIONS(1513), - [anon_sym_symbol] = ACTIONS(1513), - [anon_sym_abstract] = ACTIONS(1513), - [anon_sym_interface] = ACTIONS(1513), - [anon_sym_enum] = ACTIONS(1513), - [sym__automatic_semicolon] = ACTIONS(1519), + [587] = { + [sym__call_signature] = STATE(4022), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2028), + [anon_sym_export] = ACTIONS(2030), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2030), + [anon_sym_EQ] = ACTIONS(1307), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2030), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(2035), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2030), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1309), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_readonly] = ACTIONS(2030), + [anon_sym_get] = ACTIONS(2030), + [anon_sym_set] = ACTIONS(2030), + [anon_sym_declare] = ACTIONS(2030), + [anon_sym_public] = ACTIONS(2030), + [anon_sym_private] = ACTIONS(2030), + [anon_sym_protected] = ACTIONS(2030), + [anon_sym_override] = ACTIONS(2030), + [anon_sym_module] = ACTIONS(2030), + [anon_sym_any] = ACTIONS(2030), + [anon_sym_number] = ACTIONS(2030), + [anon_sym_boolean] = ACTIONS(2030), + [anon_sym_string] = ACTIONS(2030), + [anon_sym_symbol] = ACTIONS(2030), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [616] = { - [ts_builtin_sym_end] = ACTIONS(1391), - [sym_identifier] = ACTIONS(1393), - [anon_sym_export] = ACTIONS(1393), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_type] = ACTIONS(1393), - [anon_sym_namespace] = ACTIONS(1393), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_RBRACE] = ACTIONS(1391), - [anon_sym_typeof] = ACTIONS(1393), - [anon_sym_import] = ACTIONS(1393), - [anon_sym_var] = ACTIONS(1393), - [anon_sym_let] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_else] = ACTIONS(1393), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1393), - [anon_sym_for] = ACTIONS(1393), - [anon_sym_LPAREN] = ACTIONS(1391), - [anon_sym_await] = ACTIONS(1393), - [anon_sym_while] = ACTIONS(1393), - [anon_sym_do] = ACTIONS(1393), - [anon_sym_try] = ACTIONS(1393), - [anon_sym_with] = ACTIONS(1393), - [anon_sym_break] = ACTIONS(1393), - [anon_sym_continue] = ACTIONS(1393), - [anon_sym_debugger] = ACTIONS(1393), - [anon_sym_return] = ACTIONS(1393), - [anon_sym_throw] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_case] = ACTIONS(1393), - [anon_sym_yield] = ACTIONS(1393), - [anon_sym_LBRACK] = ACTIONS(1391), - [anon_sym_LTtemplate_GT] = ACTIONS(1391), - [anon_sym_LT] = ACTIONS(1393), - [anon_sym_SLASH] = ACTIONS(1393), - [anon_sym_class] = ACTIONS(1393), - [anon_sym_async] = ACTIONS(1393), - [anon_sym_function] = ACTIONS(1393), - [anon_sym_new] = ACTIONS(1393), - [anon_sym_PLUS] = ACTIONS(1393), - [anon_sym_DASH] = ACTIONS(1393), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_void] = ACTIONS(1393), - [anon_sym_delete] = ACTIONS(1393), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1391), - [sym_number] = ACTIONS(1391), - [sym_this] = ACTIONS(1393), - [sym_super] = ACTIONS(1393), - [sym_true] = ACTIONS(1393), - [sym_false] = ACTIONS(1393), - [sym_null] = ACTIONS(1393), - [sym_undefined] = ACTIONS(1393), - [anon_sym_AT] = ACTIONS(1391), - [anon_sym_static] = ACTIONS(1393), - [anon_sym_readonly] = ACTIONS(1393), - [anon_sym_get] = ACTIONS(1393), - [anon_sym_set] = ACTIONS(1393), - [anon_sym_declare] = ACTIONS(1393), - [anon_sym_public] = ACTIONS(1393), - [anon_sym_private] = ACTIONS(1393), - [anon_sym_protected] = ACTIONS(1393), - [anon_sym_override] = ACTIONS(1393), - [anon_sym_module] = ACTIONS(1393), - [anon_sym_any] = ACTIONS(1393), - [anon_sym_number] = ACTIONS(1393), - [anon_sym_boolean] = ACTIONS(1393), - [anon_sym_string] = ACTIONS(1393), - [anon_sym_symbol] = ACTIONS(1393), - [anon_sym_abstract] = ACTIONS(1393), - [anon_sym_interface] = ACTIONS(1393), - [anon_sym_enum] = ACTIONS(1393), - [sym__automatic_semicolon] = ACTIONS(1399), + [588] = { + [sym__call_signature] = STATE(4022), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2028), + [anon_sym_export] = ACTIONS(2030), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2030), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2030), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2030), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1309), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_readonly] = ACTIONS(2030), + [anon_sym_get] = ACTIONS(2030), + [anon_sym_set] = ACTIONS(2030), + [anon_sym_declare] = ACTIONS(2030), + [anon_sym_public] = ACTIONS(2030), + [anon_sym_private] = ACTIONS(2030), + [anon_sym_protected] = ACTIONS(2030), + [anon_sym_override] = ACTIONS(2030), + [anon_sym_module] = ACTIONS(2030), + [anon_sym_any] = ACTIONS(2030), + [anon_sym_number] = ACTIONS(2030), + [anon_sym_boolean] = ACTIONS(2030), + [anon_sym_string] = ACTIONS(2030), + [anon_sym_symbol] = ACTIONS(2030), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [617] = { - [ts_builtin_sym_end] = ACTIONS(1541), - [sym_identifier] = ACTIONS(1543), - [anon_sym_export] = ACTIONS(1543), - [anon_sym_default] = ACTIONS(1543), - [anon_sym_type] = ACTIONS(1543), - [anon_sym_namespace] = ACTIONS(1543), - [anon_sym_LBRACE] = ACTIONS(1541), - [anon_sym_RBRACE] = ACTIONS(1541), - [anon_sym_typeof] = ACTIONS(1543), - [anon_sym_import] = ACTIONS(1543), - [anon_sym_var] = ACTIONS(1543), - [anon_sym_let] = ACTIONS(1543), - [anon_sym_const] = ACTIONS(1543), - [anon_sym_BANG] = ACTIONS(1541), - [anon_sym_else] = ACTIONS(1543), - [anon_sym_if] = ACTIONS(1543), - [anon_sym_switch] = ACTIONS(1543), - [anon_sym_for] = ACTIONS(1543), - [anon_sym_LPAREN] = ACTIONS(1541), - [anon_sym_await] = ACTIONS(1543), - [anon_sym_while] = ACTIONS(1543), - [anon_sym_do] = ACTIONS(1543), - [anon_sym_try] = ACTIONS(1543), - [anon_sym_with] = ACTIONS(1543), - [anon_sym_break] = ACTIONS(1543), - [anon_sym_continue] = ACTIONS(1543), - [anon_sym_debugger] = ACTIONS(1543), - [anon_sym_return] = ACTIONS(1543), - [anon_sym_throw] = ACTIONS(1543), - [anon_sym_SEMI] = ACTIONS(1541), - [anon_sym_case] = ACTIONS(1543), - [anon_sym_yield] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_LTtemplate_GT] = ACTIONS(1541), - [anon_sym_LT] = ACTIONS(1543), - [anon_sym_SLASH] = ACTIONS(1543), - [anon_sym_class] = ACTIONS(1543), - [anon_sym_async] = ACTIONS(1543), - [anon_sym_function] = ACTIONS(1543), - [anon_sym_new] = ACTIONS(1543), - [anon_sym_PLUS] = ACTIONS(1543), - [anon_sym_DASH] = ACTIONS(1543), - [anon_sym_TILDE] = ACTIONS(1541), - [anon_sym_void] = ACTIONS(1543), - [anon_sym_delete] = ACTIONS(1543), - [anon_sym_PLUS_PLUS] = ACTIONS(1541), - [anon_sym_DASH_DASH] = ACTIONS(1541), - [anon_sym_DQUOTE] = ACTIONS(1541), - [anon_sym_SQUOTE] = ACTIONS(1541), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1541), - [sym_number] = ACTIONS(1541), - [sym_this] = ACTIONS(1543), - [sym_super] = ACTIONS(1543), - [sym_true] = ACTIONS(1543), - [sym_false] = ACTIONS(1543), - [sym_null] = ACTIONS(1543), - [sym_undefined] = ACTIONS(1543), - [anon_sym_AT] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1543), - [anon_sym_readonly] = ACTIONS(1543), - [anon_sym_get] = ACTIONS(1543), - [anon_sym_set] = ACTIONS(1543), - [anon_sym_declare] = ACTIONS(1543), - [anon_sym_public] = ACTIONS(1543), - [anon_sym_private] = ACTIONS(1543), - [anon_sym_protected] = ACTIONS(1543), - [anon_sym_override] = ACTIONS(1543), - [anon_sym_module] = ACTIONS(1543), - [anon_sym_any] = ACTIONS(1543), - [anon_sym_number] = ACTIONS(1543), - [anon_sym_boolean] = ACTIONS(1543), - [anon_sym_string] = ACTIONS(1543), - [anon_sym_symbol] = ACTIONS(1543), - [anon_sym_abstract] = ACTIONS(1543), - [anon_sym_interface] = ACTIONS(1543), - [anon_sym_enum] = ACTIONS(1543), - [sym__automatic_semicolon] = ACTIONS(1549), + [589] = { + [sym__call_signature] = STATE(4131), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2051), + [anon_sym_export] = ACTIONS(2053), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2053), + [anon_sym_EQ] = ACTIONS(1311), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2053), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2053), + [anon_sym_function] = ACTIONS(2026), + [anon_sym_EQ_GT] = ACTIONS(1313), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2053), + [anon_sym_readonly] = ACTIONS(2053), + [anon_sym_get] = ACTIONS(2053), + [anon_sym_set] = ACTIONS(2053), + [anon_sym_declare] = ACTIONS(2053), + [anon_sym_public] = ACTIONS(2053), + [anon_sym_private] = ACTIONS(2053), + [anon_sym_protected] = ACTIONS(2053), + [anon_sym_override] = ACTIONS(2053), + [anon_sym_module] = ACTIONS(2053), + [anon_sym_any] = ACTIONS(2053), + [anon_sym_number] = ACTIONS(2053), + [anon_sym_boolean] = ACTIONS(2053), + [anon_sym_string] = ACTIONS(2053), + [anon_sym_symbol] = ACTIONS(2053), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), }, - [618] = { - [ts_builtin_sym_end] = ACTIONS(2065), - [sym_identifier] = ACTIONS(2067), - [anon_sym_export] = ACTIONS(2067), - [anon_sym_default] = ACTIONS(2067), - [anon_sym_type] = ACTIONS(2067), - [anon_sym_namespace] = ACTIONS(2067), - [anon_sym_LBRACE] = ACTIONS(2065), - [anon_sym_RBRACE] = ACTIONS(2065), - [anon_sym_typeof] = ACTIONS(2067), - [anon_sym_import] = ACTIONS(2067), - [anon_sym_var] = ACTIONS(2067), - [anon_sym_let] = ACTIONS(2067), - [anon_sym_const] = ACTIONS(2067), - [anon_sym_BANG] = ACTIONS(2065), - [anon_sym_else] = ACTIONS(2067), - [anon_sym_if] = ACTIONS(2067), - [anon_sym_switch] = ACTIONS(2067), - [anon_sym_for] = ACTIONS(2067), - [anon_sym_LPAREN] = ACTIONS(2065), - [anon_sym_RPAREN] = ACTIONS(2065), - [anon_sym_await] = ACTIONS(2067), - [anon_sym_while] = ACTIONS(2067), - [anon_sym_do] = ACTIONS(2067), - [anon_sym_try] = ACTIONS(2067), - [anon_sym_with] = ACTIONS(2067), - [anon_sym_break] = ACTIONS(2067), - [anon_sym_continue] = ACTIONS(2067), - [anon_sym_debugger] = ACTIONS(2067), - [anon_sym_return] = ACTIONS(2067), - [anon_sym_throw] = ACTIONS(2067), - [anon_sym_SEMI] = ACTIONS(2065), - [anon_sym_case] = ACTIONS(2067), - [anon_sym_yield] = ACTIONS(2067), - [anon_sym_LBRACK] = ACTIONS(2065), - [anon_sym_LTtemplate_GT] = ACTIONS(2065), - [anon_sym_LT] = ACTIONS(2067), - [anon_sym_SLASH] = ACTIONS(2067), - [anon_sym_class] = ACTIONS(2067), - [anon_sym_async] = ACTIONS(2067), - [anon_sym_function] = ACTIONS(2067), - [anon_sym_new] = ACTIONS(2067), - [anon_sym_PLUS] = ACTIONS(2067), - [anon_sym_DASH] = ACTIONS(2067), - [anon_sym_TILDE] = ACTIONS(2065), - [anon_sym_void] = ACTIONS(2067), - [anon_sym_delete] = ACTIONS(2067), - [anon_sym_PLUS_PLUS] = ACTIONS(2065), - [anon_sym_DASH_DASH] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(2065), - [anon_sym_SQUOTE] = ACTIONS(2065), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2065), - [sym_number] = ACTIONS(2065), - [sym_this] = ACTIONS(2067), - [sym_super] = ACTIONS(2067), - [sym_true] = ACTIONS(2067), - [sym_false] = ACTIONS(2067), - [sym_null] = ACTIONS(2067), - [sym_undefined] = ACTIONS(2067), - [anon_sym_AT] = ACTIONS(2065), - [anon_sym_static] = ACTIONS(2067), - [anon_sym_readonly] = ACTIONS(2067), - [anon_sym_get] = ACTIONS(2067), - [anon_sym_set] = ACTIONS(2067), - [anon_sym_declare] = ACTIONS(2067), - [anon_sym_public] = ACTIONS(2067), - [anon_sym_private] = ACTIONS(2067), - [anon_sym_protected] = ACTIONS(2067), - [anon_sym_override] = ACTIONS(2067), - [anon_sym_module] = ACTIONS(2067), - [anon_sym_any] = ACTIONS(2067), - [anon_sym_number] = ACTIONS(2067), - [anon_sym_boolean] = ACTIONS(2067), - [anon_sym_string] = ACTIONS(2067), - [anon_sym_symbol] = ACTIONS(2067), - [anon_sym_abstract] = ACTIONS(2067), - [anon_sym_interface] = ACTIONS(2067), - [anon_sym_enum] = ACTIONS(2067), + [590] = { + [ts_builtin_sym_end] = ACTIONS(1459), + [sym_identifier] = ACTIONS(1461), + [anon_sym_export] = ACTIONS(1461), + [anon_sym_default] = ACTIONS(1461), + [anon_sym_type] = ACTIONS(1461), + [anon_sym_namespace] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(1459), + [anon_sym_COMMA] = ACTIONS(1459), + [anon_sym_RBRACE] = ACTIONS(1459), + [anon_sym_typeof] = ACTIONS(1461), + [anon_sym_import] = ACTIONS(1461), + [anon_sym_var] = ACTIONS(1461), + [anon_sym_let] = ACTIONS(1461), + [anon_sym_const] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_else] = ACTIONS(1461), + [anon_sym_if] = ACTIONS(1461), + [anon_sym_switch] = ACTIONS(1461), + [anon_sym_for] = ACTIONS(1461), + [anon_sym_LPAREN] = ACTIONS(1459), + [anon_sym_await] = ACTIONS(1461), + [anon_sym_while] = ACTIONS(1461), + [anon_sym_do] = ACTIONS(1461), + [anon_sym_try] = ACTIONS(1461), + [anon_sym_with] = ACTIONS(1461), + [anon_sym_break] = ACTIONS(1461), + [anon_sym_continue] = ACTIONS(1461), + [anon_sym_debugger] = ACTIONS(1461), + [anon_sym_return] = ACTIONS(1461), + [anon_sym_throw] = ACTIONS(1461), + [anon_sym_SEMI] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1461), + [anon_sym_yield] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1459), + [anon_sym_LTtemplate_GT] = ACTIONS(1459), + [anon_sym_class] = ACTIONS(1461), + [anon_sym_async] = ACTIONS(1461), + [anon_sym_function] = ACTIONS(1461), + [anon_sym_new] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1461), + [anon_sym_SLASH] = ACTIONS(1461), + [anon_sym_LT] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1459), + [anon_sym_void] = ACTIONS(1461), + [anon_sym_delete] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1459), + [anon_sym_SQUOTE] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1459), + [sym_number] = ACTIONS(1459), + [sym_this] = ACTIONS(1461), + [sym_super] = ACTIONS(1461), + [sym_true] = ACTIONS(1461), + [sym_false] = ACTIONS(1461), + [sym_null] = ACTIONS(1461), + [sym_undefined] = ACTIONS(1461), + [anon_sym_AT] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1461), + [anon_sym_readonly] = ACTIONS(1461), + [anon_sym_get] = ACTIONS(1461), + [anon_sym_set] = ACTIONS(1461), + [anon_sym_declare] = ACTIONS(1461), + [anon_sym_public] = ACTIONS(1461), + [anon_sym_private] = ACTIONS(1461), + [anon_sym_protected] = ACTIONS(1461), + [anon_sym_override] = ACTIONS(1461), + [anon_sym_module] = ACTIONS(1461), + [anon_sym_any] = ACTIONS(1461), + [anon_sym_number] = ACTIONS(1461), + [anon_sym_boolean] = ACTIONS(1461), + [anon_sym_string] = ACTIONS(1461), + [anon_sym_symbol] = ACTIONS(1461), + [anon_sym_abstract] = ACTIONS(1461), + [anon_sym_interface] = ACTIONS(1461), + [anon_sym_enum] = ACTIONS(1461), + [anon_sym_PIPE_RBRACE] = ACTIONS(1459), + [sym__automatic_semicolon] = ACTIONS(1459), }, - [619] = { - [ts_builtin_sym_end] = ACTIONS(2069), - [sym_identifier] = ACTIONS(2071), + [591] = { + [ts_builtin_sym_end] = ACTIONS(1393), + [sym_identifier] = ACTIONS(1395), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_type] = ACTIONS(1395), + [anon_sym_namespace] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_COMMA] = ACTIONS(1393), + [anon_sym_RBRACE] = ACTIONS(1393), + [anon_sym_typeof] = ACTIONS(1395), + [anon_sym_import] = ACTIONS(1395), + [anon_sym_var] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1393), + [anon_sym_await] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_with] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_debugger] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_throw] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_yield] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1393), + [anon_sym_LTtemplate_GT] = ACTIONS(1393), + [anon_sym_class] = ACTIONS(1395), + [anon_sym_async] = ACTIONS(1395), + [anon_sym_function] = ACTIONS(1395), + [anon_sym_new] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_LT] = ACTIONS(1395), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_void] = ACTIONS(1395), + [anon_sym_delete] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_DASH_DASH] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1393), + [sym_number] = ACTIONS(1393), + [sym_this] = ACTIONS(1395), + [sym_super] = ACTIONS(1395), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [sym_null] = ACTIONS(1395), + [sym_undefined] = ACTIONS(1395), + [anon_sym_AT] = ACTIONS(1393), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_readonly] = ACTIONS(1395), + [anon_sym_get] = ACTIONS(1395), + [anon_sym_set] = ACTIONS(1395), + [anon_sym_declare] = ACTIONS(1395), + [anon_sym_public] = ACTIONS(1395), + [anon_sym_private] = ACTIONS(1395), + [anon_sym_protected] = ACTIONS(1395), + [anon_sym_override] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_any] = ACTIONS(1395), + [anon_sym_number] = ACTIONS(1395), + [anon_sym_boolean] = ACTIONS(1395), + [anon_sym_string] = ACTIONS(1395), + [anon_sym_symbol] = ACTIONS(1395), + [anon_sym_abstract] = ACTIONS(1395), + [anon_sym_interface] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_PIPE_RBRACE] = ACTIONS(1393), + [sym__automatic_semicolon] = ACTIONS(2059), + }, + [592] = { + [sym__call_signature] = STATE(4131), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2051), + [anon_sym_export] = ACTIONS(2053), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2053), + [anon_sym_EQ] = ACTIONS(1311), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2053), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2053), + [anon_sym_function] = ACTIONS(2061), + [anon_sym_EQ_GT] = ACTIONS(1313), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2053), + [anon_sym_readonly] = ACTIONS(2053), + [anon_sym_get] = ACTIONS(2053), + [anon_sym_set] = ACTIONS(2053), + [anon_sym_declare] = ACTIONS(2053), + [anon_sym_public] = ACTIONS(2053), + [anon_sym_private] = ACTIONS(2053), + [anon_sym_protected] = ACTIONS(2053), + [anon_sym_override] = ACTIONS(2053), + [anon_sym_module] = ACTIONS(2053), + [anon_sym_any] = ACTIONS(2053), + [anon_sym_number] = ACTIONS(2053), + [anon_sym_boolean] = ACTIONS(2053), + [anon_sym_string] = ACTIONS(2053), + [anon_sym_symbol] = ACTIONS(2053), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [593] = { + [ts_builtin_sym_end] = ACTIONS(1477), + [sym_identifier] = ACTIONS(1479), + [anon_sym_export] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_type] = ACTIONS(1479), + [anon_sym_namespace] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_typeof] = ACTIONS(1479), + [anon_sym_import] = ACTIONS(1479), + [anon_sym_var] = ACTIONS(1479), + [anon_sym_let] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_BANG] = ACTIONS(1477), + [anon_sym_else] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_await] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_try] = ACTIONS(1479), + [anon_sym_with] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_debugger] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_throw] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1477), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_yield] = ACTIONS(1479), + [anon_sym_LBRACK] = ACTIONS(1477), + [anon_sym_LTtemplate_GT] = ACTIONS(1477), + [anon_sym_class] = ACTIONS(1479), + [anon_sym_async] = ACTIONS(1479), + [anon_sym_function] = ACTIONS(1479), + [anon_sym_new] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_LT] = ACTIONS(1479), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_void] = ACTIONS(1479), + [anon_sym_delete] = ACTIONS(1479), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_DASH_DASH] = ACTIONS(1479), + [anon_sym_DQUOTE] = ACTIONS(1477), + [anon_sym_SQUOTE] = ACTIONS(1477), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1477), + [sym_number] = ACTIONS(1477), + [sym_this] = ACTIONS(1479), + [sym_super] = ACTIONS(1479), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [sym_null] = ACTIONS(1479), + [sym_undefined] = ACTIONS(1479), + [anon_sym_AT] = ACTIONS(1477), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_get] = ACTIONS(1479), + [anon_sym_set] = ACTIONS(1479), + [anon_sym_declare] = ACTIONS(1479), + [anon_sym_public] = ACTIONS(1479), + [anon_sym_private] = ACTIONS(1479), + [anon_sym_protected] = ACTIONS(1479), + [anon_sym_override] = ACTIONS(1479), + [anon_sym_module] = ACTIONS(1479), + [anon_sym_any] = ACTIONS(1479), + [anon_sym_number] = ACTIONS(1479), + [anon_sym_boolean] = ACTIONS(1479), + [anon_sym_string] = ACTIONS(1479), + [anon_sym_symbol] = ACTIONS(1479), + [anon_sym_abstract] = ACTIONS(1479), + [anon_sym_interface] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_PIPE_RBRACE] = ACTIONS(1477), + [sym__automatic_semicolon] = ACTIONS(1477), + }, + [594] = { + [sym__call_signature] = STATE(4028), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(1993), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1995), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1995), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(1995), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(1995), + [anon_sym_readonly] = ACTIONS(1995), + [anon_sym_get] = ACTIONS(1995), + [anon_sym_set] = ACTIONS(1995), + [anon_sym_declare] = ACTIONS(1995), + [anon_sym_public] = ACTIONS(1995), + [anon_sym_private] = ACTIONS(1995), + [anon_sym_protected] = ACTIONS(1995), + [anon_sym_override] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_any] = ACTIONS(1995), + [anon_sym_number] = ACTIONS(1995), + [anon_sym_boolean] = ACTIONS(1995), + [anon_sym_string] = ACTIONS(1995), + [anon_sym_symbol] = ACTIONS(1995), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [595] = { + [sym_statement_block] = STATE(661), + [ts_builtin_sym_end] = ACTIONS(1379), + [sym_identifier] = ACTIONS(1381), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_default] = ACTIONS(1381), + [anon_sym_type] = ACTIONS(1381), + [anon_sym_namespace] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(1379), + [anon_sym_typeof] = ACTIONS(1381), + [anon_sym_import] = ACTIONS(1381), + [anon_sym_var] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_switch] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1379), + [anon_sym_await] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_with] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_debugger] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_throw] = ACTIONS(1381), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1381), + [anon_sym_yield] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1379), + [anon_sym_LTtemplate_GT] = ACTIONS(1379), + [anon_sym_DOT] = ACTIONS(2065), + [anon_sym_class] = ACTIONS(1381), + [anon_sym_async] = ACTIONS(1381), + [anon_sym_function] = ACTIONS(1381), + [anon_sym_new] = ACTIONS(1381), + [anon_sym_PLUS] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1381), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_LT] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1379), + [anon_sym_void] = ACTIONS(1381), + [anon_sym_delete] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1379), + [anon_sym_SQUOTE] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1379), + [sym_number] = ACTIONS(1379), + [sym_this] = ACTIONS(1381), + [sym_super] = ACTIONS(1381), + [sym_true] = ACTIONS(1381), + [sym_false] = ACTIONS(1381), + [sym_null] = ACTIONS(1381), + [sym_undefined] = ACTIONS(1381), + [anon_sym_AT] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1381), + [anon_sym_readonly] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(1381), + [anon_sym_set] = ACTIONS(1381), + [anon_sym_declare] = ACTIONS(1381), + [anon_sym_public] = ACTIONS(1381), + [anon_sym_private] = ACTIONS(1381), + [anon_sym_protected] = ACTIONS(1381), + [anon_sym_override] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_any] = ACTIONS(1381), + [anon_sym_number] = ACTIONS(1381), + [anon_sym_boolean] = ACTIONS(1381), + [anon_sym_string] = ACTIONS(1381), + [anon_sym_symbol] = ACTIONS(1381), + [anon_sym_abstract] = ACTIONS(1381), + [anon_sym_interface] = ACTIONS(1381), + [anon_sym_enum] = ACTIONS(1381), + }, + [596] = { + [sym_statement_block] = STATE(661), + [ts_builtin_sym_end] = ACTIONS(1379), + [sym_identifier] = ACTIONS(1381), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_default] = ACTIONS(1381), + [anon_sym_type] = ACTIONS(1381), + [anon_sym_namespace] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(1379), + [anon_sym_typeof] = ACTIONS(1381), + [anon_sym_import] = ACTIONS(1381), + [anon_sym_var] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_switch] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1379), + [anon_sym_await] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_with] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_debugger] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_throw] = ACTIONS(1381), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1381), + [anon_sym_yield] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1379), + [anon_sym_LTtemplate_GT] = ACTIONS(1379), + [anon_sym_DOT] = ACTIONS(2067), + [anon_sym_class] = ACTIONS(1381), + [anon_sym_async] = ACTIONS(1381), + [anon_sym_function] = ACTIONS(1381), + [anon_sym_new] = ACTIONS(1381), + [anon_sym_PLUS] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1381), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_LT] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1379), + [anon_sym_void] = ACTIONS(1381), + [anon_sym_delete] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1379), + [anon_sym_SQUOTE] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1379), + [sym_number] = ACTIONS(1379), + [sym_this] = ACTIONS(1381), + [sym_super] = ACTIONS(1381), + [sym_true] = ACTIONS(1381), + [sym_false] = ACTIONS(1381), + [sym_null] = ACTIONS(1381), + [sym_undefined] = ACTIONS(1381), + [anon_sym_AT] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1381), + [anon_sym_readonly] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(1381), + [anon_sym_set] = ACTIONS(1381), + [anon_sym_declare] = ACTIONS(1381), + [anon_sym_public] = ACTIONS(1381), + [anon_sym_private] = ACTIONS(1381), + [anon_sym_protected] = ACTIONS(1381), + [anon_sym_override] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_any] = ACTIONS(1381), + [anon_sym_number] = ACTIONS(1381), + [anon_sym_boolean] = ACTIONS(1381), + [anon_sym_string] = ACTIONS(1381), + [anon_sym_symbol] = ACTIONS(1381), + [anon_sym_abstract] = ACTIONS(1381), + [anon_sym_interface] = ACTIONS(1381), + [anon_sym_enum] = ACTIONS(1381), + }, + [597] = { + [sym__call_signature] = STATE(4077), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2069), [anon_sym_export] = ACTIONS(2071), - [anon_sym_default] = ACTIONS(2071), + [anon_sym_STAR] = ACTIONS(118), [anon_sym_type] = ACTIONS(2071), + [anon_sym_EQ] = ACTIONS(1315), + [anon_sym_as] = ACTIONS(118), [anon_sym_namespace] = ACTIONS(2071), - [anon_sym_LBRACE] = ACTIONS(2069), - [anon_sym_RBRACE] = ACTIONS(2069), - [anon_sym_typeof] = ACTIONS(2071), - [anon_sym_import] = ACTIONS(2071), - [anon_sym_var] = ACTIONS(2071), - [anon_sym_let] = ACTIONS(2071), - [anon_sym_const] = ACTIONS(2071), - [anon_sym_BANG] = ACTIONS(2069), - [anon_sym_else] = ACTIONS(2071), - [anon_sym_if] = ACTIONS(2071), - [anon_sym_switch] = ACTIONS(2071), - [anon_sym_for] = ACTIONS(2071), - [anon_sym_LPAREN] = ACTIONS(2069), - [anon_sym_await] = ACTIONS(2071), - [anon_sym_while] = ACTIONS(2071), - [anon_sym_do] = ACTIONS(2071), - [anon_sym_try] = ACTIONS(2071), - [anon_sym_with] = ACTIONS(2071), - [anon_sym_break] = ACTIONS(2071), - [anon_sym_continue] = ACTIONS(2071), - [anon_sym_debugger] = ACTIONS(2071), - [anon_sym_return] = ACTIONS(2071), - [anon_sym_throw] = ACTIONS(2071), - [anon_sym_SEMI] = ACTIONS(2069), - [anon_sym_case] = ACTIONS(2071), - [anon_sym_yield] = ACTIONS(2071), - [anon_sym_LBRACK] = ACTIONS(2069), - [anon_sym_LTtemplate_GT] = ACTIONS(2069), - [anon_sym_LT] = ACTIONS(2071), - [anon_sym_SLASH] = ACTIONS(2071), - [anon_sym_class] = ACTIONS(2071), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), [anon_sym_async] = ACTIONS(2071), - [anon_sym_function] = ACTIONS(2071), - [anon_sym_new] = ACTIONS(2071), - [anon_sym_PLUS] = ACTIONS(2071), - [anon_sym_DASH] = ACTIONS(2071), - [anon_sym_TILDE] = ACTIONS(2069), - [anon_sym_void] = ACTIONS(2071), - [anon_sym_delete] = ACTIONS(2071), - [anon_sym_PLUS_PLUS] = ACTIONS(2069), - [anon_sym_DASH_DASH] = ACTIONS(2069), - [anon_sym_DQUOTE] = ACTIONS(2069), - [anon_sym_SQUOTE] = ACTIONS(2069), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2069), - [sym_number] = ACTIONS(2069), - [sym_this] = ACTIONS(2071), - [sym_super] = ACTIONS(2071), - [sym_true] = ACTIONS(2071), - [sym_false] = ACTIONS(2071), - [sym_null] = ACTIONS(2071), - [sym_undefined] = ACTIONS(2071), - [anon_sym_AT] = ACTIONS(2069), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1317), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), [anon_sym_static] = ACTIONS(2071), [anon_sym_readonly] = ACTIONS(2071), [anon_sym_get] = ACTIONS(2071), @@ -80726,11 +80105,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2071), [anon_sym_string] = ACTIONS(2071), [anon_sym_symbol] = ACTIONS(2071), - [anon_sym_abstract] = ACTIONS(2071), - [anon_sym_interface] = ACTIONS(2071), - [anon_sym_enum] = ACTIONS(2071), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [620] = { + [598] = { + [sym__call_signature] = STATE(4077), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(2069), + [anon_sym_export] = ACTIONS(2071), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(2071), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(2071), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_of] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(2071), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(1317), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(2071), + [anon_sym_readonly] = ACTIONS(2071), + [anon_sym_get] = ACTIONS(2071), + [anon_sym_set] = ACTIONS(2071), + [anon_sym_declare] = ACTIONS(2071), + [anon_sym_public] = ACTIONS(2071), + [anon_sym_private] = ACTIONS(2071), + [anon_sym_protected] = ACTIONS(2071), + [anon_sym_override] = ACTIONS(2071), + [anon_sym_module] = ACTIONS(2071), + [anon_sym_any] = ACTIONS(2071), + [anon_sym_number] = ACTIONS(2071), + [anon_sym_boolean] = ACTIONS(2071), + [anon_sym_string] = ACTIONS(2071), + [anon_sym_symbol] = ACTIONS(2071), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [599] = { + [sym_finally_clause] = STATE(680), [ts_builtin_sym_end] = ACTIONS(2073), [sym_identifier] = ACTIONS(2075), [anon_sym_export] = ACTIONS(2075), @@ -80762,22 +80222,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2075), [anon_sym_SEMI] = ACTIONS(2073), [anon_sym_case] = ACTIONS(2075), + [anon_sym_finally] = ACTIONS(2049), [anon_sym_yield] = ACTIONS(2075), [anon_sym_LBRACK] = ACTIONS(2073), [anon_sym_LTtemplate_GT] = ACTIONS(2073), - [anon_sym_LT] = ACTIONS(2075), - [anon_sym_SLASH] = ACTIONS(2075), [anon_sym_class] = ACTIONS(2075), [anon_sym_async] = ACTIONS(2075), [anon_sym_function] = ACTIONS(2075), [anon_sym_new] = ACTIONS(2075), [anon_sym_PLUS] = ACTIONS(2075), [anon_sym_DASH] = ACTIONS(2075), + [anon_sym_SLASH] = ACTIONS(2075), + [anon_sym_LT] = ACTIONS(2075), [anon_sym_TILDE] = ACTIONS(2073), [anon_sym_void] = ACTIONS(2075), [anon_sym_delete] = ACTIONS(2075), [anon_sym_PLUS_PLUS] = ACTIONS(2073), - [anon_sym_DASH_DASH] = ACTIONS(2073), + [anon_sym_DASH_DASH] = ACTIONS(2075), [anon_sym_DQUOTE] = ACTIONS(2073), [anon_sym_SQUOTE] = ACTIONS(2073), [sym_comment] = ACTIONS(3), @@ -80809,7 +80270,488 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2075), [anon_sym_enum] = ACTIONS(2075), }, - [621] = { + [600] = { + [sym__call_signature] = STATE(4028), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(1993), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1995), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1995), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(2021), + [anon_sym_of] = ACTIONS(2024), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(1995), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(1995), + [anon_sym_readonly] = ACTIONS(1995), + [anon_sym_get] = ACTIONS(1995), + [anon_sym_set] = ACTIONS(1995), + [anon_sym_declare] = ACTIONS(1995), + [anon_sym_public] = ACTIONS(1995), + [anon_sym_private] = ACTIONS(1995), + [anon_sym_protected] = ACTIONS(1995), + [anon_sym_override] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_any] = ACTIONS(1995), + [anon_sym_number] = ACTIONS(1995), + [anon_sym_boolean] = ACTIONS(1995), + [anon_sym_string] = ACTIONS(1995), + [anon_sym_symbol] = ACTIONS(1995), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [601] = { + [ts_builtin_sym_end] = ACTIONS(1515), + [sym_identifier] = ACTIONS(1517), + [anon_sym_export] = ACTIONS(1517), + [anon_sym_default] = ACTIONS(1517), + [anon_sym_type] = ACTIONS(1517), + [anon_sym_namespace] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1515), + [anon_sym_typeof] = ACTIONS(1517), + [anon_sym_import] = ACTIONS(1517), + [anon_sym_var] = ACTIONS(1517), + [anon_sym_let] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_BANG] = ACTIONS(1515), + [anon_sym_else] = ACTIONS(1517), + [anon_sym_if] = ACTIONS(1517), + [anon_sym_switch] = ACTIONS(1517), + [anon_sym_for] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_await] = ACTIONS(1517), + [anon_sym_while] = ACTIONS(1517), + [anon_sym_do] = ACTIONS(1517), + [anon_sym_try] = ACTIONS(1517), + [anon_sym_with] = ACTIONS(1517), + [anon_sym_break] = ACTIONS(1517), + [anon_sym_continue] = ACTIONS(1517), + [anon_sym_debugger] = ACTIONS(1517), + [anon_sym_return] = ACTIONS(1517), + [anon_sym_throw] = ACTIONS(1517), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_case] = ACTIONS(1517), + [anon_sym_yield] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LTtemplate_GT] = ACTIONS(1515), + [anon_sym_class] = ACTIONS(1517), + [anon_sym_async] = ACTIONS(1517), + [anon_sym_function] = ACTIONS(1517), + [anon_sym_new] = ACTIONS(1517), + [anon_sym_PLUS] = ACTIONS(1517), + [anon_sym_DASH] = ACTIONS(1517), + [anon_sym_SLASH] = ACTIONS(1517), + [anon_sym_LT] = ACTIONS(1517), + [anon_sym_TILDE] = ACTIONS(1515), + [anon_sym_void] = ACTIONS(1517), + [anon_sym_delete] = ACTIONS(1517), + [anon_sym_PLUS_PLUS] = ACTIONS(1515), + [anon_sym_DASH_DASH] = ACTIONS(1517), + [anon_sym_DQUOTE] = ACTIONS(1515), + [anon_sym_SQUOTE] = ACTIONS(1515), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1515), + [sym_number] = ACTIONS(1515), + [sym_this] = ACTIONS(1517), + [sym_super] = ACTIONS(1517), + [sym_true] = ACTIONS(1517), + [sym_false] = ACTIONS(1517), + [sym_null] = ACTIONS(1517), + [sym_undefined] = ACTIONS(1517), + [anon_sym_AT] = ACTIONS(1515), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_get] = ACTIONS(1517), + [anon_sym_set] = ACTIONS(1517), + [anon_sym_declare] = ACTIONS(1517), + [anon_sym_public] = ACTIONS(1517), + [anon_sym_private] = ACTIONS(1517), + [anon_sym_protected] = ACTIONS(1517), + [anon_sym_override] = ACTIONS(1517), + [anon_sym_module] = ACTIONS(1517), + [anon_sym_any] = ACTIONS(1517), + [anon_sym_number] = ACTIONS(1517), + [anon_sym_boolean] = ACTIONS(1517), + [anon_sym_string] = ACTIONS(1517), + [anon_sym_symbol] = ACTIONS(1517), + [anon_sym_abstract] = ACTIONS(1517), + [anon_sym_interface] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [sym__automatic_semicolon] = ACTIONS(1523), + }, + [602] = { + [ts_builtin_sym_end] = ACTIONS(1561), + [sym_identifier] = ACTIONS(1563), + [anon_sym_export] = ACTIONS(1563), + [anon_sym_default] = ACTIONS(1563), + [anon_sym_type] = ACTIONS(1563), + [anon_sym_namespace] = ACTIONS(1563), + [anon_sym_LBRACE] = ACTIONS(1561), + [anon_sym_RBRACE] = ACTIONS(1561), + [anon_sym_typeof] = ACTIONS(1563), + [anon_sym_import] = ACTIONS(1563), + [anon_sym_var] = ACTIONS(1563), + [anon_sym_let] = ACTIONS(1563), + [anon_sym_const] = ACTIONS(1563), + [anon_sym_BANG] = ACTIONS(1561), + [anon_sym_else] = ACTIONS(1563), + [anon_sym_if] = ACTIONS(1563), + [anon_sym_switch] = ACTIONS(1563), + [anon_sym_for] = ACTIONS(1563), + [anon_sym_LPAREN] = ACTIONS(1561), + [anon_sym_await] = ACTIONS(1563), + [anon_sym_while] = ACTIONS(1563), + [anon_sym_do] = ACTIONS(1563), + [anon_sym_try] = ACTIONS(1563), + [anon_sym_with] = ACTIONS(1563), + [anon_sym_break] = ACTIONS(1563), + [anon_sym_continue] = ACTIONS(1563), + [anon_sym_debugger] = ACTIONS(1563), + [anon_sym_return] = ACTIONS(1563), + [anon_sym_throw] = ACTIONS(1563), + [anon_sym_SEMI] = ACTIONS(1561), + [anon_sym_case] = ACTIONS(1563), + [anon_sym_yield] = ACTIONS(1563), + [anon_sym_LBRACK] = ACTIONS(1561), + [anon_sym_LTtemplate_GT] = ACTIONS(1561), + [anon_sym_class] = ACTIONS(1563), + [anon_sym_async] = ACTIONS(1563), + [anon_sym_function] = ACTIONS(1563), + [anon_sym_new] = ACTIONS(1563), + [anon_sym_PLUS] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1563), + [anon_sym_SLASH] = ACTIONS(1563), + [anon_sym_LT] = ACTIONS(1563), + [anon_sym_TILDE] = ACTIONS(1561), + [anon_sym_void] = ACTIONS(1563), + [anon_sym_delete] = ACTIONS(1563), + [anon_sym_PLUS_PLUS] = ACTIONS(1561), + [anon_sym_DASH_DASH] = ACTIONS(1563), + [anon_sym_DQUOTE] = ACTIONS(1561), + [anon_sym_SQUOTE] = ACTIONS(1561), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1561), + [sym_number] = ACTIONS(1561), + [sym_this] = ACTIONS(1563), + [sym_super] = ACTIONS(1563), + [sym_true] = ACTIONS(1563), + [sym_false] = ACTIONS(1563), + [sym_null] = ACTIONS(1563), + [sym_undefined] = ACTIONS(1563), + [anon_sym_AT] = ACTIONS(1561), + [anon_sym_static] = ACTIONS(1563), + [anon_sym_readonly] = ACTIONS(1563), + [anon_sym_get] = ACTIONS(1563), + [anon_sym_set] = ACTIONS(1563), + [anon_sym_declare] = ACTIONS(1563), + [anon_sym_public] = ACTIONS(1563), + [anon_sym_private] = ACTIONS(1563), + [anon_sym_protected] = ACTIONS(1563), + [anon_sym_override] = ACTIONS(1563), + [anon_sym_module] = ACTIONS(1563), + [anon_sym_any] = ACTIONS(1563), + [anon_sym_number] = ACTIONS(1563), + [anon_sym_boolean] = ACTIONS(1563), + [anon_sym_string] = ACTIONS(1563), + [anon_sym_symbol] = ACTIONS(1563), + [anon_sym_abstract] = ACTIONS(1563), + [anon_sym_interface] = ACTIONS(1563), + [anon_sym_enum] = ACTIONS(1563), + [sym__automatic_semicolon] = ACTIONS(1569), + }, + [603] = { + [ts_builtin_sym_end] = ACTIONS(1421), + [sym_identifier] = ACTIONS(1423), + [anon_sym_export] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_type] = ACTIONS(1423), + [anon_sym_namespace] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1421), + [anon_sym_RBRACE] = ACTIONS(1421), + [anon_sym_typeof] = ACTIONS(1423), + [anon_sym_import] = ACTIONS(1423), + [anon_sym_var] = ACTIONS(1423), + [anon_sym_let] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_else] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_LPAREN] = ACTIONS(1421), + [anon_sym_await] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_try] = ACTIONS(1423), + [anon_sym_with] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_debugger] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_throw] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1421), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_yield] = ACTIONS(1423), + [anon_sym_LBRACK] = ACTIONS(1421), + [anon_sym_LTtemplate_GT] = ACTIONS(1421), + [anon_sym_DOT] = ACTIONS(1423), + [anon_sym_class] = ACTIONS(1423), + [anon_sym_async] = ACTIONS(1423), + [anon_sym_function] = ACTIONS(1423), + [anon_sym_new] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_SLASH] = ACTIONS(1423), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_void] = ACTIONS(1423), + [anon_sym_delete] = ACTIONS(1423), + [anon_sym_PLUS_PLUS] = ACTIONS(1421), + [anon_sym_DASH_DASH] = ACTIONS(1423), + [anon_sym_DQUOTE] = ACTIONS(1421), + [anon_sym_SQUOTE] = ACTIONS(1421), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1421), + [sym_number] = ACTIONS(1421), + [sym_this] = ACTIONS(1423), + [sym_super] = ACTIONS(1423), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [sym_null] = ACTIONS(1423), + [sym_undefined] = ACTIONS(1423), + [anon_sym_AT] = ACTIONS(1421), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_get] = ACTIONS(1423), + [anon_sym_set] = ACTIONS(1423), + [anon_sym_declare] = ACTIONS(1423), + [anon_sym_public] = ACTIONS(1423), + [anon_sym_private] = ACTIONS(1423), + [anon_sym_protected] = ACTIONS(1423), + [anon_sym_override] = ACTIONS(1423), + [anon_sym_module] = ACTIONS(1423), + [anon_sym_any] = ACTIONS(1423), + [anon_sym_number] = ACTIONS(1423), + [anon_sym_boolean] = ACTIONS(1423), + [anon_sym_string] = ACTIONS(1423), + [anon_sym_symbol] = ACTIONS(1423), + [anon_sym_abstract] = ACTIONS(1423), + [anon_sym_interface] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + }, + [604] = { + [ts_builtin_sym_end] = ACTIONS(1571), + [sym_identifier] = ACTIONS(1573), + [anon_sym_export] = ACTIONS(1573), + [anon_sym_default] = ACTIONS(1573), + [anon_sym_type] = ACTIONS(1573), + [anon_sym_namespace] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_RBRACE] = ACTIONS(1571), + [anon_sym_typeof] = ACTIONS(1573), + [anon_sym_import] = ACTIONS(1573), + [anon_sym_var] = ACTIONS(1573), + [anon_sym_let] = ACTIONS(1573), + [anon_sym_const] = ACTIONS(1573), + [anon_sym_BANG] = ACTIONS(1571), + [anon_sym_else] = ACTIONS(1573), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_switch] = ACTIONS(1573), + [anon_sym_for] = ACTIONS(1573), + [anon_sym_LPAREN] = ACTIONS(1571), + [anon_sym_await] = ACTIONS(1573), + [anon_sym_while] = ACTIONS(1573), + [anon_sym_do] = ACTIONS(1573), + [anon_sym_try] = ACTIONS(1573), + [anon_sym_with] = ACTIONS(1573), + [anon_sym_break] = ACTIONS(1573), + [anon_sym_continue] = ACTIONS(1573), + [anon_sym_debugger] = ACTIONS(1573), + [anon_sym_return] = ACTIONS(1573), + [anon_sym_throw] = ACTIONS(1573), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_case] = ACTIONS(1573), + [anon_sym_yield] = ACTIONS(1573), + [anon_sym_LBRACK] = ACTIONS(1571), + [anon_sym_LTtemplate_GT] = ACTIONS(1571), + [anon_sym_class] = ACTIONS(1573), + [anon_sym_async] = ACTIONS(1573), + [anon_sym_function] = ACTIONS(1573), + [anon_sym_new] = ACTIONS(1573), + [anon_sym_PLUS] = ACTIONS(1573), + [anon_sym_DASH] = ACTIONS(1573), + [anon_sym_SLASH] = ACTIONS(1573), + [anon_sym_LT] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1571), + [anon_sym_void] = ACTIONS(1573), + [anon_sym_delete] = ACTIONS(1573), + [anon_sym_PLUS_PLUS] = ACTIONS(1571), + [anon_sym_DASH_DASH] = ACTIONS(1573), + [anon_sym_DQUOTE] = ACTIONS(1571), + [anon_sym_SQUOTE] = ACTIONS(1571), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1571), + [sym_number] = ACTIONS(1571), + [sym_this] = ACTIONS(1573), + [sym_super] = ACTIONS(1573), + [sym_true] = ACTIONS(1573), + [sym_false] = ACTIONS(1573), + [sym_null] = ACTIONS(1573), + [sym_undefined] = ACTIONS(1573), + [anon_sym_AT] = ACTIONS(1571), + [anon_sym_static] = ACTIONS(1573), + [anon_sym_readonly] = ACTIONS(1573), + [anon_sym_get] = ACTIONS(1573), + [anon_sym_set] = ACTIONS(1573), + [anon_sym_declare] = ACTIONS(1573), + [anon_sym_public] = ACTIONS(1573), + [anon_sym_private] = ACTIONS(1573), + [anon_sym_protected] = ACTIONS(1573), + [anon_sym_override] = ACTIONS(1573), + [anon_sym_module] = ACTIONS(1573), + [anon_sym_any] = ACTIONS(1573), + [anon_sym_number] = ACTIONS(1573), + [anon_sym_boolean] = ACTIONS(1573), + [anon_sym_string] = ACTIONS(1573), + [anon_sym_symbol] = ACTIONS(1573), + [anon_sym_abstract] = ACTIONS(1573), + [anon_sym_interface] = ACTIONS(1573), + [anon_sym_enum] = ACTIONS(1573), + [sym__automatic_semicolon] = ACTIONS(1579), + }, + [605] = { + [ts_builtin_sym_end] = ACTIONS(1505), + [sym_identifier] = ACTIONS(1507), + [anon_sym_export] = ACTIONS(1507), + [anon_sym_default] = ACTIONS(1507), + [anon_sym_type] = ACTIONS(1507), + [anon_sym_namespace] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1505), + [anon_sym_RBRACE] = ACTIONS(1505), + [anon_sym_typeof] = ACTIONS(1507), + [anon_sym_import] = ACTIONS(1507), + [anon_sym_var] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_BANG] = ACTIONS(1505), + [anon_sym_else] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_switch] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1505), + [anon_sym_await] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_with] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_debugger] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_throw] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1505), + [anon_sym_case] = ACTIONS(1507), + [anon_sym_yield] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1505), + [anon_sym_LTtemplate_GT] = ACTIONS(1505), + [anon_sym_class] = ACTIONS(1507), + [anon_sym_async] = ACTIONS(1507), + [anon_sym_function] = ACTIONS(1507), + [anon_sym_new] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1507), + [anon_sym_TILDE] = ACTIONS(1505), + [anon_sym_void] = ACTIONS(1507), + [anon_sym_delete] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1505), + [anon_sym_DASH_DASH] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1505), + [anon_sym_SQUOTE] = ACTIONS(1505), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1505), + [sym_number] = ACTIONS(1505), + [sym_this] = ACTIONS(1507), + [sym_super] = ACTIONS(1507), + [sym_true] = ACTIONS(1507), + [sym_false] = ACTIONS(1507), + [sym_null] = ACTIONS(1507), + [sym_undefined] = ACTIONS(1507), + [anon_sym_AT] = ACTIONS(1505), + [anon_sym_static] = ACTIONS(1507), + [anon_sym_readonly] = ACTIONS(1507), + [anon_sym_get] = ACTIONS(1507), + [anon_sym_set] = ACTIONS(1507), + [anon_sym_declare] = ACTIONS(1507), + [anon_sym_public] = ACTIONS(1507), + [anon_sym_private] = ACTIONS(1507), + [anon_sym_protected] = ACTIONS(1507), + [anon_sym_override] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_any] = ACTIONS(1507), + [anon_sym_number] = ACTIONS(1507), + [anon_sym_boolean] = ACTIONS(1507), + [anon_sym_string] = ACTIONS(1507), + [anon_sym_symbol] = ACTIONS(1507), + [anon_sym_abstract] = ACTIONS(1507), + [anon_sym_interface] = ACTIONS(1507), + [anon_sym_enum] = ACTIONS(1507), + [sym__automatic_semicolon] = ACTIONS(1513), + }, + [606] = { [ts_builtin_sym_end] = ACTIONS(2077), [sym_identifier] = ACTIONS(2079), [anon_sym_export] = ACTIONS(2079), @@ -80841,22 +80783,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2079), [anon_sym_SEMI] = ACTIONS(2077), [anon_sym_case] = ACTIONS(2079), + [anon_sym_finally] = ACTIONS(2079), [anon_sym_yield] = ACTIONS(2079), [anon_sym_LBRACK] = ACTIONS(2077), [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), [anon_sym_class] = ACTIONS(2079), [anon_sym_async] = ACTIONS(2079), [anon_sym_function] = ACTIONS(2079), [anon_sym_new] = ACTIONS(2079), [anon_sym_PLUS] = ACTIONS(2079), [anon_sym_DASH] = ACTIONS(2079), + [anon_sym_SLASH] = ACTIONS(2079), + [anon_sym_LT] = ACTIONS(2079), [anon_sym_TILDE] = ACTIONS(2077), [anon_sym_void] = ACTIONS(2079), [anon_sym_delete] = ACTIONS(2079), [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), + [anon_sym_DASH_DASH] = ACTIONS(2079), [anon_sym_DQUOTE] = ACTIONS(2077), [anon_sym_SQUOTE] = ACTIONS(2077), [sym_comment] = ACTIONS(3), @@ -80888,7 +80831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2079), [anon_sym_enum] = ACTIONS(2079), }, - [622] = { + [607] = { [ts_builtin_sym_end] = ACTIONS(2081), [sym_identifier] = ACTIONS(2083), [anon_sym_export] = ACTIONS(2083), @@ -80920,180 +80863,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2083), [anon_sym_SEMI] = ACTIONS(2081), [anon_sym_case] = ACTIONS(2083), + [anon_sym_finally] = ACTIONS(2083), [anon_sym_yield] = ACTIONS(2083), [anon_sym_LBRACK] = ACTIONS(2081), [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), [anon_sym_class] = ACTIONS(2083), [anon_sym_async] = ACTIONS(2083), [anon_sym_function] = ACTIONS(2083), [anon_sym_new] = ACTIONS(2083), [anon_sym_PLUS] = ACTIONS(2083), [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), - }, - [623] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), - }, - [624] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), [anon_sym_TILDE] = ACTIONS(2081), [anon_sym_void] = ACTIONS(2083), [anon_sym_delete] = ACTIONS(2083), [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), + [anon_sym_DASH_DASH] = ACTIONS(2083), [anon_sym_DQUOTE] = ACTIONS(2081), [anon_sym_SQUOTE] = ACTIONS(2081), [sym_comment] = ACTIONS(3), @@ -81125,7 +80911,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2083), [anon_sym_enum] = ACTIONS(2083), }, - [625] = { + [608] = { + [ts_builtin_sym_end] = ACTIONS(1411), + [sym_identifier] = ACTIONS(1413), + [anon_sym_export] = ACTIONS(1413), + [anon_sym_default] = ACTIONS(1413), + [anon_sym_type] = ACTIONS(1413), + [anon_sym_namespace] = ACTIONS(1413), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_RBRACE] = ACTIONS(1411), + [anon_sym_typeof] = ACTIONS(1413), + [anon_sym_import] = ACTIONS(1413), + [anon_sym_var] = ACTIONS(1413), + [anon_sym_let] = ACTIONS(1413), + [anon_sym_const] = ACTIONS(1413), + [anon_sym_BANG] = ACTIONS(1411), + [anon_sym_else] = ACTIONS(1413), + [anon_sym_if] = ACTIONS(1413), + [anon_sym_switch] = ACTIONS(1413), + [anon_sym_for] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(1411), + [anon_sym_await] = ACTIONS(1413), + [anon_sym_while] = ACTIONS(1413), + [anon_sym_do] = ACTIONS(1413), + [anon_sym_try] = ACTIONS(1413), + [anon_sym_with] = ACTIONS(1413), + [anon_sym_break] = ACTIONS(1413), + [anon_sym_continue] = ACTIONS(1413), + [anon_sym_debugger] = ACTIONS(1413), + [anon_sym_return] = ACTIONS(1413), + [anon_sym_throw] = ACTIONS(1413), + [anon_sym_SEMI] = ACTIONS(1411), + [anon_sym_case] = ACTIONS(1413), + [anon_sym_yield] = ACTIONS(1413), + [anon_sym_LBRACK] = ACTIONS(1411), + [anon_sym_LTtemplate_GT] = ACTIONS(1411), + [anon_sym_class] = ACTIONS(1413), + [anon_sym_async] = ACTIONS(1413), + [anon_sym_function] = ACTIONS(1413), + [anon_sym_new] = ACTIONS(1413), + [anon_sym_PLUS] = ACTIONS(1413), + [anon_sym_DASH] = ACTIONS(1413), + [anon_sym_SLASH] = ACTIONS(1413), + [anon_sym_LT] = ACTIONS(1413), + [anon_sym_TILDE] = ACTIONS(1411), + [anon_sym_void] = ACTIONS(1413), + [anon_sym_delete] = ACTIONS(1413), + [anon_sym_PLUS_PLUS] = ACTIONS(1411), + [anon_sym_DASH_DASH] = ACTIONS(1413), + [anon_sym_DQUOTE] = ACTIONS(1411), + [anon_sym_SQUOTE] = ACTIONS(1411), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1411), + [sym_number] = ACTIONS(1411), + [sym_this] = ACTIONS(1413), + [sym_super] = ACTIONS(1413), + [sym_true] = ACTIONS(1413), + [sym_false] = ACTIONS(1413), + [sym_null] = ACTIONS(1413), + [sym_undefined] = ACTIONS(1413), + [anon_sym_AT] = ACTIONS(1411), + [anon_sym_static] = ACTIONS(1413), + [anon_sym_readonly] = ACTIONS(1413), + [anon_sym_get] = ACTIONS(1413), + [anon_sym_set] = ACTIONS(1413), + [anon_sym_declare] = ACTIONS(1413), + [anon_sym_public] = ACTIONS(1413), + [anon_sym_private] = ACTIONS(1413), + [anon_sym_protected] = ACTIONS(1413), + [anon_sym_override] = ACTIONS(1413), + [anon_sym_module] = ACTIONS(1413), + [anon_sym_any] = ACTIONS(1413), + [anon_sym_number] = ACTIONS(1413), + [anon_sym_boolean] = ACTIONS(1413), + [anon_sym_string] = ACTIONS(1413), + [anon_sym_symbol] = ACTIONS(1413), + [anon_sym_abstract] = ACTIONS(1413), + [anon_sym_interface] = ACTIONS(1413), + [anon_sym_enum] = ACTIONS(1413), + [sym__automatic_semicolon] = ACTIONS(1419), + }, + [609] = { + [ts_builtin_sym_end] = ACTIONS(1581), + [sym_identifier] = ACTIONS(1583), + [anon_sym_export] = ACTIONS(1583), + [anon_sym_default] = ACTIONS(1583), + [anon_sym_type] = ACTIONS(1583), + [anon_sym_namespace] = ACTIONS(1583), + [anon_sym_LBRACE] = ACTIONS(1581), + [anon_sym_RBRACE] = ACTIONS(1581), + [anon_sym_typeof] = ACTIONS(1583), + [anon_sym_import] = ACTIONS(1583), + [anon_sym_var] = ACTIONS(1583), + [anon_sym_let] = ACTIONS(1583), + [anon_sym_const] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1581), + [anon_sym_else] = ACTIONS(1583), + [anon_sym_if] = ACTIONS(1583), + [anon_sym_switch] = ACTIONS(1583), + [anon_sym_for] = ACTIONS(1583), + [anon_sym_LPAREN] = ACTIONS(1581), + [anon_sym_await] = ACTIONS(1583), + [anon_sym_while] = ACTIONS(1583), + [anon_sym_do] = ACTIONS(1583), + [anon_sym_try] = ACTIONS(1583), + [anon_sym_with] = ACTIONS(1583), + [anon_sym_break] = ACTIONS(1583), + [anon_sym_continue] = ACTIONS(1583), + [anon_sym_debugger] = ACTIONS(1583), + [anon_sym_return] = ACTIONS(1583), + [anon_sym_throw] = ACTIONS(1583), + [anon_sym_SEMI] = ACTIONS(1581), + [anon_sym_case] = ACTIONS(1583), + [anon_sym_yield] = ACTIONS(1583), + [anon_sym_LBRACK] = ACTIONS(1581), + [anon_sym_LTtemplate_GT] = ACTIONS(1581), + [anon_sym_class] = ACTIONS(1583), + [anon_sym_async] = ACTIONS(1583), + [anon_sym_function] = ACTIONS(1583), + [anon_sym_new] = ACTIONS(1583), + [anon_sym_PLUS] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1583), + [anon_sym_SLASH] = ACTIONS(1583), + [anon_sym_LT] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1581), + [anon_sym_void] = ACTIONS(1583), + [anon_sym_delete] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1581), + [anon_sym_SQUOTE] = ACTIONS(1581), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1581), + [sym_number] = ACTIONS(1581), + [sym_this] = ACTIONS(1583), + [sym_super] = ACTIONS(1583), + [sym_true] = ACTIONS(1583), + [sym_false] = ACTIONS(1583), + [sym_null] = ACTIONS(1583), + [sym_undefined] = ACTIONS(1583), + [anon_sym_AT] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1583), + [anon_sym_readonly] = ACTIONS(1583), + [anon_sym_get] = ACTIONS(1583), + [anon_sym_set] = ACTIONS(1583), + [anon_sym_declare] = ACTIONS(1583), + [anon_sym_public] = ACTIONS(1583), + [anon_sym_private] = ACTIONS(1583), + [anon_sym_protected] = ACTIONS(1583), + [anon_sym_override] = ACTIONS(1583), + [anon_sym_module] = ACTIONS(1583), + [anon_sym_any] = ACTIONS(1583), + [anon_sym_number] = ACTIONS(1583), + [anon_sym_boolean] = ACTIONS(1583), + [anon_sym_string] = ACTIONS(1583), + [anon_sym_symbol] = ACTIONS(1583), + [anon_sym_abstract] = ACTIONS(1583), + [anon_sym_interface] = ACTIONS(1583), + [anon_sym_enum] = ACTIONS(1583), + [sym__automatic_semicolon] = ACTIONS(1589), + }, + [610] = { + [sym_else_clause] = STATE(751), [ts_builtin_sym_end] = ACTIONS(2085), [sym_identifier] = ACTIONS(2087), [anon_sym_export] = ACTIONS(2087), @@ -81140,7 +81087,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_let] = ACTIONS(2087), [anon_sym_const] = ACTIONS(2087), [anon_sym_BANG] = ACTIONS(2085), - [anon_sym_else] = ACTIONS(2087), + [anon_sym_else] = ACTIONS(2089), [anon_sym_if] = ACTIONS(2087), [anon_sym_switch] = ACTIONS(2087), [anon_sym_for] = ACTIONS(2087), @@ -81160,19 +81107,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(2087), [anon_sym_LBRACK] = ACTIONS(2085), [anon_sym_LTtemplate_GT] = ACTIONS(2085), - [anon_sym_LT] = ACTIONS(2087), - [anon_sym_SLASH] = ACTIONS(2087), [anon_sym_class] = ACTIONS(2087), [anon_sym_async] = ACTIONS(2087), [anon_sym_function] = ACTIONS(2087), [anon_sym_new] = ACTIONS(2087), [anon_sym_PLUS] = ACTIONS(2087), [anon_sym_DASH] = ACTIONS(2087), + [anon_sym_SLASH] = ACTIONS(2087), + [anon_sym_LT] = ACTIONS(2087), [anon_sym_TILDE] = ACTIONS(2085), [anon_sym_void] = ACTIONS(2087), [anon_sym_delete] = ACTIONS(2087), [anon_sym_PLUS_PLUS] = ACTIONS(2085), - [anon_sym_DASH_DASH] = ACTIONS(2085), + [anon_sym_DASH_DASH] = ACTIONS(2087), [anon_sym_DQUOTE] = ACTIONS(2085), [anon_sym_SQUOTE] = ACTIONS(2085), [sym_comment] = ACTIONS(3), @@ -81204,13335 +81151,14577 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(2087), [anon_sym_enum] = ACTIONS(2087), }, - [626] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [611] = { + [ts_builtin_sym_end] = ACTIONS(2091), + [sym_identifier] = ACTIONS(2093), + [anon_sym_export] = ACTIONS(2093), + [anon_sym_default] = ACTIONS(2093), + [anon_sym_type] = ACTIONS(2093), + [anon_sym_namespace] = ACTIONS(2093), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_RBRACE] = ACTIONS(2091), + [anon_sym_typeof] = ACTIONS(2093), + [anon_sym_import] = ACTIONS(2093), + [anon_sym_var] = ACTIONS(2093), + [anon_sym_let] = ACTIONS(2093), + [anon_sym_const] = ACTIONS(2093), + [anon_sym_BANG] = ACTIONS(2091), + [anon_sym_else] = ACTIONS(2093), + [anon_sym_if] = ACTIONS(2093), + [anon_sym_switch] = ACTIONS(2093), + [anon_sym_for] = ACTIONS(2093), + [anon_sym_LPAREN] = ACTIONS(2091), + [anon_sym_RPAREN] = ACTIONS(2091), + [anon_sym_await] = ACTIONS(2093), + [anon_sym_while] = ACTIONS(2093), + [anon_sym_do] = ACTIONS(2093), + [anon_sym_try] = ACTIONS(2093), + [anon_sym_with] = ACTIONS(2093), + [anon_sym_break] = ACTIONS(2093), + [anon_sym_continue] = ACTIONS(2093), + [anon_sym_debugger] = ACTIONS(2093), + [anon_sym_return] = ACTIONS(2093), + [anon_sym_throw] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_case] = ACTIONS(2093), + [anon_sym_yield] = ACTIONS(2093), + [anon_sym_LBRACK] = ACTIONS(2091), + [anon_sym_LTtemplate_GT] = ACTIONS(2091), + [anon_sym_class] = ACTIONS(2093), + [anon_sym_async] = ACTIONS(2093), + [anon_sym_function] = ACTIONS(2093), + [anon_sym_new] = ACTIONS(2093), + [anon_sym_PLUS] = ACTIONS(2093), + [anon_sym_DASH] = ACTIONS(2093), + [anon_sym_SLASH] = ACTIONS(2093), + [anon_sym_LT] = ACTIONS(2093), + [anon_sym_TILDE] = ACTIONS(2091), + [anon_sym_void] = ACTIONS(2093), + [anon_sym_delete] = ACTIONS(2093), + [anon_sym_PLUS_PLUS] = ACTIONS(2091), + [anon_sym_DASH_DASH] = ACTIONS(2093), + [anon_sym_DQUOTE] = ACTIONS(2091), + [anon_sym_SQUOTE] = ACTIONS(2091), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2091), + [sym_number] = ACTIONS(2091), + [sym_this] = ACTIONS(2093), + [sym_super] = ACTIONS(2093), + [sym_true] = ACTIONS(2093), + [sym_false] = ACTIONS(2093), + [sym_null] = ACTIONS(2093), + [sym_undefined] = ACTIONS(2093), + [anon_sym_AT] = ACTIONS(2091), + [anon_sym_static] = ACTIONS(2093), + [anon_sym_readonly] = ACTIONS(2093), + [anon_sym_get] = ACTIONS(2093), + [anon_sym_set] = ACTIONS(2093), + [anon_sym_declare] = ACTIONS(2093), + [anon_sym_public] = ACTIONS(2093), + [anon_sym_private] = ACTIONS(2093), + [anon_sym_protected] = ACTIONS(2093), + [anon_sym_override] = ACTIONS(2093), + [anon_sym_module] = ACTIONS(2093), + [anon_sym_any] = ACTIONS(2093), + [anon_sym_number] = ACTIONS(2093), + [anon_sym_boolean] = ACTIONS(2093), + [anon_sym_string] = ACTIONS(2093), + [anon_sym_symbol] = ACTIONS(2093), + [anon_sym_abstract] = ACTIONS(2093), + [anon_sym_interface] = ACTIONS(2093), + [anon_sym_enum] = ACTIONS(2093), }, - [627] = { - [ts_builtin_sym_end] = ACTIONS(2089), - [sym_identifier] = ACTIONS(2091), - [anon_sym_export] = ACTIONS(2091), - [anon_sym_default] = ACTIONS(2091), - [anon_sym_type] = ACTIONS(2091), - [anon_sym_namespace] = ACTIONS(2091), - [anon_sym_LBRACE] = ACTIONS(2089), - [anon_sym_RBRACE] = ACTIONS(2089), - [anon_sym_typeof] = ACTIONS(2091), - [anon_sym_import] = ACTIONS(2091), - [anon_sym_var] = ACTIONS(2091), - [anon_sym_let] = ACTIONS(2091), - [anon_sym_const] = ACTIONS(2091), - [anon_sym_BANG] = ACTIONS(2089), - [anon_sym_else] = ACTIONS(2091), - [anon_sym_if] = ACTIONS(2091), - [anon_sym_switch] = ACTIONS(2091), - [anon_sym_for] = ACTIONS(2091), - [anon_sym_LPAREN] = ACTIONS(2089), - [anon_sym_await] = ACTIONS(2091), - [anon_sym_while] = ACTIONS(2091), - [anon_sym_do] = ACTIONS(2091), - [anon_sym_try] = ACTIONS(2091), - [anon_sym_with] = ACTIONS(2091), - [anon_sym_break] = ACTIONS(2091), - [anon_sym_continue] = ACTIONS(2091), - [anon_sym_debugger] = ACTIONS(2091), - [anon_sym_return] = ACTIONS(2091), - [anon_sym_throw] = ACTIONS(2091), - [anon_sym_SEMI] = ACTIONS(2089), - [anon_sym_case] = ACTIONS(2091), - [anon_sym_yield] = ACTIONS(2091), - [anon_sym_LBRACK] = ACTIONS(2089), - [anon_sym_LTtemplate_GT] = ACTIONS(2089), - [anon_sym_LT] = ACTIONS(2091), - [anon_sym_SLASH] = ACTIONS(2091), - [anon_sym_class] = ACTIONS(2091), - [anon_sym_async] = ACTIONS(2091), - [anon_sym_function] = ACTIONS(2091), - [anon_sym_new] = ACTIONS(2091), - [anon_sym_PLUS] = ACTIONS(2091), - [anon_sym_DASH] = ACTIONS(2091), - [anon_sym_TILDE] = ACTIONS(2089), - [anon_sym_void] = ACTIONS(2091), - [anon_sym_delete] = ACTIONS(2091), - [anon_sym_PLUS_PLUS] = ACTIONS(2089), - [anon_sym_DASH_DASH] = ACTIONS(2089), - [anon_sym_DQUOTE] = ACTIONS(2089), - [anon_sym_SQUOTE] = ACTIONS(2089), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2089), - [sym_number] = ACTIONS(2089), - [sym_this] = ACTIONS(2091), - [sym_super] = ACTIONS(2091), - [sym_true] = ACTIONS(2091), - [sym_false] = ACTIONS(2091), - [sym_null] = ACTIONS(2091), - [sym_undefined] = ACTIONS(2091), - [anon_sym_AT] = ACTIONS(2089), - [anon_sym_static] = ACTIONS(2091), - [anon_sym_readonly] = ACTIONS(2091), - [anon_sym_get] = ACTIONS(2091), - [anon_sym_set] = ACTIONS(2091), - [anon_sym_declare] = ACTIONS(2091), - [anon_sym_public] = ACTIONS(2091), - [anon_sym_private] = ACTIONS(2091), - [anon_sym_protected] = ACTIONS(2091), - [anon_sym_override] = ACTIONS(2091), - [anon_sym_module] = ACTIONS(2091), - [anon_sym_any] = ACTIONS(2091), - [anon_sym_number] = ACTIONS(2091), - [anon_sym_boolean] = ACTIONS(2091), - [anon_sym_string] = ACTIONS(2091), - [anon_sym_symbol] = ACTIONS(2091), - [anon_sym_abstract] = ACTIONS(2091), - [anon_sym_interface] = ACTIONS(2091), - [anon_sym_enum] = ACTIONS(2091), + [612] = { + [sym__call_signature] = STATE(4028), + [sym_formal_parameters] = STATE(2949), + [sym_type_parameters] = STATE(3975), + [sym_identifier] = ACTIONS(1993), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_type] = ACTIONS(1995), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_namespace] = ACTIONS(1995), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_in] = ACTIONS(118), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_async] = ACTIONS(1995), + [anon_sym_function] = ACTIONS(2000), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_static] = ACTIONS(1995), + [anon_sym_readonly] = ACTIONS(1995), + [anon_sym_get] = ACTIONS(1995), + [anon_sym_set] = ACTIONS(1995), + [anon_sym_declare] = ACTIONS(1995), + [anon_sym_public] = ACTIONS(1995), + [anon_sym_private] = ACTIONS(1995), + [anon_sym_protected] = ACTIONS(1995), + [anon_sym_override] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_any] = ACTIONS(1995), + [anon_sym_number] = ACTIONS(1995), + [anon_sym_boolean] = ACTIONS(1995), + [anon_sym_string] = ACTIONS(1995), + [anon_sym_symbol] = ACTIONS(1995), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, - [628] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [613] = { + [ts_builtin_sym_end] = ACTIONS(1591), + [sym_identifier] = ACTIONS(1593), + [anon_sym_export] = ACTIONS(1593), + [anon_sym_default] = ACTIONS(1593), + [anon_sym_type] = ACTIONS(1593), + [anon_sym_namespace] = ACTIONS(1593), + [anon_sym_LBRACE] = ACTIONS(1591), + [anon_sym_RBRACE] = ACTIONS(1591), + [anon_sym_typeof] = ACTIONS(1593), + [anon_sym_import] = ACTIONS(1593), + [anon_sym_var] = ACTIONS(1593), + [anon_sym_let] = ACTIONS(1593), + [anon_sym_const] = ACTIONS(1593), + [anon_sym_BANG] = ACTIONS(1591), + [anon_sym_else] = ACTIONS(1593), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1593), + [anon_sym_for] = ACTIONS(1593), + [anon_sym_LPAREN] = ACTIONS(1591), + [anon_sym_await] = ACTIONS(1593), + [anon_sym_while] = ACTIONS(1593), + [anon_sym_do] = ACTIONS(1593), + [anon_sym_try] = ACTIONS(1593), + [anon_sym_with] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1593), + [anon_sym_continue] = ACTIONS(1593), + [anon_sym_debugger] = ACTIONS(1593), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_throw] = ACTIONS(1593), + [anon_sym_SEMI] = ACTIONS(1591), + [anon_sym_case] = ACTIONS(1593), + [anon_sym_yield] = ACTIONS(1593), + [anon_sym_LBRACK] = ACTIONS(1591), + [anon_sym_LTtemplate_GT] = ACTIONS(1591), + [anon_sym_class] = ACTIONS(1593), + [anon_sym_async] = ACTIONS(1593), + [anon_sym_function] = ACTIONS(1593), + [anon_sym_new] = ACTIONS(1593), + [anon_sym_PLUS] = ACTIONS(1593), + [anon_sym_DASH] = ACTIONS(1593), + [anon_sym_SLASH] = ACTIONS(1593), + [anon_sym_LT] = ACTIONS(1593), + [anon_sym_TILDE] = ACTIONS(1591), + [anon_sym_void] = ACTIONS(1593), + [anon_sym_delete] = ACTIONS(1593), + [anon_sym_PLUS_PLUS] = ACTIONS(1591), + [anon_sym_DASH_DASH] = ACTIONS(1593), + [anon_sym_DQUOTE] = ACTIONS(1591), + [anon_sym_SQUOTE] = ACTIONS(1591), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1591), + [sym_number] = ACTIONS(1591), + [sym_this] = ACTIONS(1593), + [sym_super] = ACTIONS(1593), + [sym_true] = ACTIONS(1593), + [sym_false] = ACTIONS(1593), + [sym_null] = ACTIONS(1593), + [sym_undefined] = ACTIONS(1593), + [anon_sym_AT] = ACTIONS(1591), + [anon_sym_static] = ACTIONS(1593), + [anon_sym_readonly] = ACTIONS(1593), + [anon_sym_get] = ACTIONS(1593), + [anon_sym_set] = ACTIONS(1593), + [anon_sym_declare] = ACTIONS(1593), + [anon_sym_public] = ACTIONS(1593), + [anon_sym_private] = ACTIONS(1593), + [anon_sym_protected] = ACTIONS(1593), + [anon_sym_override] = ACTIONS(1593), + [anon_sym_module] = ACTIONS(1593), + [anon_sym_any] = ACTIONS(1593), + [anon_sym_number] = ACTIONS(1593), + [anon_sym_boolean] = ACTIONS(1593), + [anon_sym_string] = ACTIONS(1593), + [anon_sym_symbol] = ACTIONS(1593), + [anon_sym_abstract] = ACTIONS(1593), + [anon_sym_interface] = ACTIONS(1593), + [anon_sym_enum] = ACTIONS(1593), + [sym__automatic_semicolon] = ACTIONS(1599), }, - [629] = { - [ts_builtin_sym_end] = ACTIONS(2089), - [sym_identifier] = ACTIONS(2091), - [anon_sym_export] = ACTIONS(2091), - [anon_sym_default] = ACTIONS(2091), - [anon_sym_type] = ACTIONS(2091), - [anon_sym_namespace] = ACTIONS(2091), - [anon_sym_LBRACE] = ACTIONS(2089), - [anon_sym_RBRACE] = ACTIONS(2089), - [anon_sym_typeof] = ACTIONS(2091), - [anon_sym_import] = ACTIONS(2091), - [anon_sym_var] = ACTIONS(2091), - [anon_sym_let] = ACTIONS(2091), - [anon_sym_const] = ACTIONS(2091), - [anon_sym_BANG] = ACTIONS(2089), - [anon_sym_else] = ACTIONS(2091), - [anon_sym_if] = ACTIONS(2091), - [anon_sym_switch] = ACTIONS(2091), - [anon_sym_for] = ACTIONS(2091), - [anon_sym_LPAREN] = ACTIONS(2089), - [anon_sym_await] = ACTIONS(2091), - [anon_sym_while] = ACTIONS(2091), - [anon_sym_do] = ACTIONS(2091), - [anon_sym_try] = ACTIONS(2091), - [anon_sym_with] = ACTIONS(2091), - [anon_sym_break] = ACTIONS(2091), - [anon_sym_continue] = ACTIONS(2091), - [anon_sym_debugger] = ACTIONS(2091), - [anon_sym_return] = ACTIONS(2091), - [anon_sym_throw] = ACTIONS(2091), - [anon_sym_SEMI] = ACTIONS(2089), - [anon_sym_case] = ACTIONS(2091), - [anon_sym_yield] = ACTIONS(2091), - [anon_sym_LBRACK] = ACTIONS(2089), - [anon_sym_LTtemplate_GT] = ACTIONS(2089), - [anon_sym_LT] = ACTIONS(2091), - [anon_sym_SLASH] = ACTIONS(2091), - [anon_sym_class] = ACTIONS(2091), - [anon_sym_async] = ACTIONS(2091), - [anon_sym_function] = ACTIONS(2091), - [anon_sym_new] = ACTIONS(2091), - [anon_sym_PLUS] = ACTIONS(2091), - [anon_sym_DASH] = ACTIONS(2091), - [anon_sym_TILDE] = ACTIONS(2089), - [anon_sym_void] = ACTIONS(2091), - [anon_sym_delete] = ACTIONS(2091), - [anon_sym_PLUS_PLUS] = ACTIONS(2089), - [anon_sym_DASH_DASH] = ACTIONS(2089), - [anon_sym_DQUOTE] = ACTIONS(2089), - [anon_sym_SQUOTE] = ACTIONS(2089), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2089), - [sym_number] = ACTIONS(2089), - [sym_this] = ACTIONS(2091), - [sym_super] = ACTIONS(2091), - [sym_true] = ACTIONS(2091), - [sym_false] = ACTIONS(2091), - [sym_null] = ACTIONS(2091), - [sym_undefined] = ACTIONS(2091), - [anon_sym_AT] = ACTIONS(2089), - [anon_sym_static] = ACTIONS(2091), - [anon_sym_readonly] = ACTIONS(2091), - [anon_sym_get] = ACTIONS(2091), - [anon_sym_set] = ACTIONS(2091), - [anon_sym_declare] = ACTIONS(2091), - [anon_sym_public] = ACTIONS(2091), - [anon_sym_private] = ACTIONS(2091), - [anon_sym_protected] = ACTIONS(2091), - [anon_sym_override] = ACTIONS(2091), - [anon_sym_module] = ACTIONS(2091), - [anon_sym_any] = ACTIONS(2091), - [anon_sym_number] = ACTIONS(2091), - [anon_sym_boolean] = ACTIONS(2091), - [anon_sym_string] = ACTIONS(2091), - [anon_sym_symbol] = ACTIONS(2091), - [anon_sym_abstract] = ACTIONS(2091), - [anon_sym_interface] = ACTIONS(2091), - [anon_sym_enum] = ACTIONS(2091), + [614] = { + [ts_builtin_sym_end] = ACTIONS(1501), + [sym_identifier] = ACTIONS(1503), + [anon_sym_export] = ACTIONS(1503), + [anon_sym_default] = ACTIONS(1503), + [anon_sym_type] = ACTIONS(1503), + [anon_sym_namespace] = ACTIONS(1503), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_RBRACE] = ACTIONS(1501), + [anon_sym_typeof] = ACTIONS(1503), + [anon_sym_import] = ACTIONS(1503), + [anon_sym_var] = ACTIONS(1503), + [anon_sym_let] = ACTIONS(1503), + [anon_sym_const] = ACTIONS(1503), + [anon_sym_BANG] = ACTIONS(1501), + [anon_sym_else] = ACTIONS(1503), + [anon_sym_if] = ACTIONS(1503), + [anon_sym_switch] = ACTIONS(1503), + [anon_sym_for] = ACTIONS(1503), + [anon_sym_LPAREN] = ACTIONS(1501), + [anon_sym_await] = ACTIONS(1503), + [anon_sym_while] = ACTIONS(1503), + [anon_sym_do] = ACTIONS(1503), + [anon_sym_try] = ACTIONS(1503), + [anon_sym_with] = ACTIONS(1503), + [anon_sym_break] = ACTIONS(1503), + [anon_sym_continue] = ACTIONS(1503), + [anon_sym_debugger] = ACTIONS(1503), + [anon_sym_return] = ACTIONS(1503), + [anon_sym_throw] = ACTIONS(1503), + [anon_sym_SEMI] = ACTIONS(1501), + [anon_sym_case] = ACTIONS(1503), + [anon_sym_yield] = ACTIONS(1503), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_LTtemplate_GT] = ACTIONS(1501), + [anon_sym_DOT] = ACTIONS(1503), + [anon_sym_class] = ACTIONS(1503), + [anon_sym_async] = ACTIONS(1503), + [anon_sym_function] = ACTIONS(1503), + [anon_sym_new] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1503), + [anon_sym_DASH] = ACTIONS(1503), + [anon_sym_SLASH] = ACTIONS(1503), + [anon_sym_LT] = ACTIONS(1503), + [anon_sym_TILDE] = ACTIONS(1501), + [anon_sym_void] = ACTIONS(1503), + [anon_sym_delete] = ACTIONS(1503), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_DASH_DASH] = ACTIONS(1503), + [anon_sym_DQUOTE] = ACTIONS(1501), + [anon_sym_SQUOTE] = ACTIONS(1501), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1501), + [sym_number] = ACTIONS(1501), + [sym_this] = ACTIONS(1503), + [sym_super] = ACTIONS(1503), + [sym_true] = ACTIONS(1503), + [sym_false] = ACTIONS(1503), + [sym_null] = ACTIONS(1503), + [sym_undefined] = ACTIONS(1503), + [anon_sym_AT] = ACTIONS(1501), + [anon_sym_static] = ACTIONS(1503), + [anon_sym_readonly] = ACTIONS(1503), + [anon_sym_get] = ACTIONS(1503), + [anon_sym_set] = ACTIONS(1503), + [anon_sym_declare] = ACTIONS(1503), + [anon_sym_public] = ACTIONS(1503), + [anon_sym_private] = ACTIONS(1503), + [anon_sym_protected] = ACTIONS(1503), + [anon_sym_override] = ACTIONS(1503), + [anon_sym_module] = ACTIONS(1503), + [anon_sym_any] = ACTIONS(1503), + [anon_sym_number] = ACTIONS(1503), + [anon_sym_boolean] = ACTIONS(1503), + [anon_sym_string] = ACTIONS(1503), + [anon_sym_symbol] = ACTIONS(1503), + [anon_sym_abstract] = ACTIONS(1503), + [anon_sym_interface] = ACTIONS(1503), + [anon_sym_enum] = ACTIONS(1503), }, - [630] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), - }, - [631] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), - }, - [632] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), - }, - [633] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [634] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [635] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [636] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [637] = { - [ts_builtin_sym_end] = ACTIONS(2093), - [sym_identifier] = ACTIONS(2095), - [anon_sym_export] = ACTIONS(2095), - [anon_sym_default] = ACTIONS(2095), - [anon_sym_type] = ACTIONS(2095), - [anon_sym_namespace] = ACTIONS(2095), - [anon_sym_LBRACE] = ACTIONS(2093), - [anon_sym_RBRACE] = ACTIONS(2093), - [anon_sym_typeof] = ACTIONS(2095), - [anon_sym_import] = ACTIONS(2095), - [anon_sym_var] = ACTIONS(2095), - [anon_sym_let] = ACTIONS(2095), - [anon_sym_const] = ACTIONS(2095), - [anon_sym_BANG] = ACTIONS(2093), - [anon_sym_else] = ACTIONS(2095), - [anon_sym_if] = ACTIONS(2095), - [anon_sym_switch] = ACTIONS(2095), - [anon_sym_for] = ACTIONS(2095), - [anon_sym_LPAREN] = ACTIONS(2093), - [anon_sym_await] = ACTIONS(2095), - [anon_sym_while] = ACTIONS(2095), - [anon_sym_do] = ACTIONS(2095), - [anon_sym_try] = ACTIONS(2095), - [anon_sym_with] = ACTIONS(2095), - [anon_sym_break] = ACTIONS(2095), - [anon_sym_continue] = ACTIONS(2095), - [anon_sym_debugger] = ACTIONS(2095), - [anon_sym_return] = ACTIONS(2095), - [anon_sym_throw] = ACTIONS(2095), - [anon_sym_SEMI] = ACTIONS(2093), - [anon_sym_case] = ACTIONS(2095), - [anon_sym_yield] = ACTIONS(2095), - [anon_sym_LBRACK] = ACTIONS(2093), - [anon_sym_LTtemplate_GT] = ACTIONS(2093), - [anon_sym_LT] = ACTIONS(2095), - [anon_sym_SLASH] = ACTIONS(2095), - [anon_sym_class] = ACTIONS(2095), - [anon_sym_async] = ACTIONS(2095), - [anon_sym_function] = ACTIONS(2095), - [anon_sym_new] = ACTIONS(2095), - [anon_sym_PLUS] = ACTIONS(2095), - [anon_sym_DASH] = ACTIONS(2095), - [anon_sym_TILDE] = ACTIONS(2093), - [anon_sym_void] = ACTIONS(2095), - [anon_sym_delete] = ACTIONS(2095), - [anon_sym_PLUS_PLUS] = ACTIONS(2093), - [anon_sym_DASH_DASH] = ACTIONS(2093), - [anon_sym_DQUOTE] = ACTIONS(2093), - [anon_sym_SQUOTE] = ACTIONS(2093), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2093), - [sym_number] = ACTIONS(2093), - [sym_this] = ACTIONS(2095), - [sym_super] = ACTIONS(2095), - [sym_true] = ACTIONS(2095), - [sym_false] = ACTIONS(2095), - [sym_null] = ACTIONS(2095), - [sym_undefined] = ACTIONS(2095), - [anon_sym_AT] = ACTIONS(2093), - [anon_sym_static] = ACTIONS(2095), - [anon_sym_readonly] = ACTIONS(2095), - [anon_sym_get] = ACTIONS(2095), - [anon_sym_set] = ACTIONS(2095), - [anon_sym_declare] = ACTIONS(2095), - [anon_sym_public] = ACTIONS(2095), - [anon_sym_private] = ACTIONS(2095), - [anon_sym_protected] = ACTIONS(2095), - [anon_sym_override] = ACTIONS(2095), - [anon_sym_module] = ACTIONS(2095), - [anon_sym_any] = ACTIONS(2095), - [anon_sym_number] = ACTIONS(2095), - [anon_sym_boolean] = ACTIONS(2095), - [anon_sym_string] = ACTIONS(2095), - [anon_sym_symbol] = ACTIONS(2095), - [anon_sym_abstract] = ACTIONS(2095), - [anon_sym_interface] = ACTIONS(2095), - [anon_sym_enum] = ACTIONS(2095), - }, - [638] = { - [ts_builtin_sym_end] = ACTIONS(2097), - [sym_identifier] = ACTIONS(2099), - [anon_sym_export] = ACTIONS(2099), - [anon_sym_default] = ACTIONS(2099), - [anon_sym_type] = ACTIONS(2099), - [anon_sym_namespace] = ACTIONS(2099), - [anon_sym_LBRACE] = ACTIONS(2097), - [anon_sym_RBRACE] = ACTIONS(2097), - [anon_sym_typeof] = ACTIONS(2099), - [anon_sym_import] = ACTIONS(2099), - [anon_sym_var] = ACTIONS(2099), - [anon_sym_let] = ACTIONS(2099), - [anon_sym_const] = ACTIONS(2099), - [anon_sym_BANG] = ACTIONS(2097), - [anon_sym_else] = ACTIONS(2099), - [anon_sym_if] = ACTIONS(2099), - [anon_sym_switch] = ACTIONS(2099), - [anon_sym_for] = ACTIONS(2099), - [anon_sym_LPAREN] = ACTIONS(2097), - [anon_sym_await] = ACTIONS(2099), - [anon_sym_while] = ACTIONS(2099), - [anon_sym_do] = ACTIONS(2099), - [anon_sym_try] = ACTIONS(2099), - [anon_sym_with] = ACTIONS(2099), - [anon_sym_break] = ACTIONS(2099), - [anon_sym_continue] = ACTIONS(2099), - [anon_sym_debugger] = ACTIONS(2099), - [anon_sym_return] = ACTIONS(2099), - [anon_sym_throw] = ACTIONS(2099), - [anon_sym_SEMI] = ACTIONS(2097), - [anon_sym_case] = ACTIONS(2099), - [anon_sym_yield] = ACTIONS(2099), - [anon_sym_LBRACK] = ACTIONS(2097), - [anon_sym_LTtemplate_GT] = ACTIONS(2097), - [anon_sym_LT] = ACTIONS(2099), - [anon_sym_SLASH] = ACTIONS(2099), - [anon_sym_class] = ACTIONS(2099), - [anon_sym_async] = ACTIONS(2099), - [anon_sym_function] = ACTIONS(2099), - [anon_sym_new] = ACTIONS(2099), - [anon_sym_PLUS] = ACTIONS(2099), - [anon_sym_DASH] = ACTIONS(2099), - [anon_sym_TILDE] = ACTIONS(2097), - [anon_sym_void] = ACTIONS(2099), - [anon_sym_delete] = ACTIONS(2099), - [anon_sym_PLUS_PLUS] = ACTIONS(2097), - [anon_sym_DASH_DASH] = ACTIONS(2097), - [anon_sym_DQUOTE] = ACTIONS(2097), - [anon_sym_SQUOTE] = ACTIONS(2097), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2097), - [sym_number] = ACTIONS(2097), - [sym_this] = ACTIONS(2099), - [sym_super] = ACTIONS(2099), - [sym_true] = ACTIONS(2099), - [sym_false] = ACTIONS(2099), - [sym_null] = ACTIONS(2099), - [sym_undefined] = ACTIONS(2099), - [anon_sym_AT] = ACTIONS(2097), - [anon_sym_static] = ACTIONS(2099), - [anon_sym_readonly] = ACTIONS(2099), - [anon_sym_get] = ACTIONS(2099), - [anon_sym_set] = ACTIONS(2099), - [anon_sym_declare] = ACTIONS(2099), - [anon_sym_public] = ACTIONS(2099), - [anon_sym_private] = ACTIONS(2099), - [anon_sym_protected] = ACTIONS(2099), - [anon_sym_override] = ACTIONS(2099), - [anon_sym_module] = ACTIONS(2099), - [anon_sym_any] = ACTIONS(2099), - [anon_sym_number] = ACTIONS(2099), - [anon_sym_boolean] = ACTIONS(2099), - [anon_sym_string] = ACTIONS(2099), - [anon_sym_symbol] = ACTIONS(2099), - [anon_sym_abstract] = ACTIONS(2099), - [anon_sym_interface] = ACTIONS(2099), - [anon_sym_enum] = ACTIONS(2099), - }, - [639] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [640] = { - [ts_builtin_sym_end] = ACTIONS(2101), - [sym_identifier] = ACTIONS(2103), - [anon_sym_export] = ACTIONS(2103), - [anon_sym_default] = ACTIONS(2103), - [anon_sym_type] = ACTIONS(2103), - [anon_sym_namespace] = ACTIONS(2103), - [anon_sym_LBRACE] = ACTIONS(2101), - [anon_sym_RBRACE] = ACTIONS(2101), - [anon_sym_typeof] = ACTIONS(2103), - [anon_sym_import] = ACTIONS(2103), - [anon_sym_var] = ACTIONS(2103), - [anon_sym_let] = ACTIONS(2103), - [anon_sym_const] = ACTIONS(2103), - [anon_sym_BANG] = ACTIONS(2101), - [anon_sym_else] = ACTIONS(2103), - [anon_sym_if] = ACTIONS(2103), - [anon_sym_switch] = ACTIONS(2103), - [anon_sym_for] = ACTIONS(2103), - [anon_sym_LPAREN] = ACTIONS(2101), - [anon_sym_await] = ACTIONS(2103), - [anon_sym_while] = ACTIONS(2103), - [anon_sym_do] = ACTIONS(2103), - [anon_sym_try] = ACTIONS(2103), - [anon_sym_with] = ACTIONS(2103), - [anon_sym_break] = ACTIONS(2103), - [anon_sym_continue] = ACTIONS(2103), - [anon_sym_debugger] = ACTIONS(2103), - [anon_sym_return] = ACTIONS(2103), - [anon_sym_throw] = ACTIONS(2103), - [anon_sym_SEMI] = ACTIONS(2101), - [anon_sym_case] = ACTIONS(2103), - [anon_sym_yield] = ACTIONS(2103), - [anon_sym_LBRACK] = ACTIONS(2101), - [anon_sym_LTtemplate_GT] = ACTIONS(2101), - [anon_sym_LT] = ACTIONS(2103), - [anon_sym_SLASH] = ACTIONS(2103), - [anon_sym_class] = ACTIONS(2103), - [anon_sym_async] = ACTIONS(2103), - [anon_sym_function] = ACTIONS(2103), - [anon_sym_new] = ACTIONS(2103), - [anon_sym_PLUS] = ACTIONS(2103), - [anon_sym_DASH] = ACTIONS(2103), - [anon_sym_TILDE] = ACTIONS(2101), - [anon_sym_void] = ACTIONS(2103), - [anon_sym_delete] = ACTIONS(2103), - [anon_sym_PLUS_PLUS] = ACTIONS(2101), - [anon_sym_DASH_DASH] = ACTIONS(2101), - [anon_sym_DQUOTE] = ACTIONS(2101), - [anon_sym_SQUOTE] = ACTIONS(2101), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2101), - [sym_number] = ACTIONS(2101), - [sym_this] = ACTIONS(2103), - [sym_super] = ACTIONS(2103), - [sym_true] = ACTIONS(2103), - [sym_false] = ACTIONS(2103), - [sym_null] = ACTIONS(2103), - [sym_undefined] = ACTIONS(2103), - [anon_sym_AT] = ACTIONS(2101), - [anon_sym_static] = ACTIONS(2103), - [anon_sym_readonly] = ACTIONS(2103), - [anon_sym_get] = ACTIONS(2103), - [anon_sym_set] = ACTIONS(2103), - [anon_sym_declare] = ACTIONS(2103), - [anon_sym_public] = ACTIONS(2103), - [anon_sym_private] = ACTIONS(2103), - [anon_sym_protected] = ACTIONS(2103), - [anon_sym_override] = ACTIONS(2103), - [anon_sym_module] = ACTIONS(2103), - [anon_sym_any] = ACTIONS(2103), - [anon_sym_number] = ACTIONS(2103), - [anon_sym_boolean] = ACTIONS(2103), - [anon_sym_string] = ACTIONS(2103), - [anon_sym_symbol] = ACTIONS(2103), - [anon_sym_abstract] = ACTIONS(2103), - [anon_sym_interface] = ACTIONS(2103), - [anon_sym_enum] = ACTIONS(2103), - }, - [641] = { - [ts_builtin_sym_end] = ACTIONS(2105), - [sym_identifier] = ACTIONS(2107), - [anon_sym_export] = ACTIONS(2107), - [anon_sym_default] = ACTIONS(2107), - [anon_sym_type] = ACTIONS(2107), - [anon_sym_namespace] = ACTIONS(2107), - [anon_sym_LBRACE] = ACTIONS(2105), - [anon_sym_RBRACE] = ACTIONS(2105), - [anon_sym_typeof] = ACTIONS(2107), - [anon_sym_import] = ACTIONS(2107), - [anon_sym_var] = ACTIONS(2107), - [anon_sym_let] = ACTIONS(2107), - [anon_sym_const] = ACTIONS(2107), - [anon_sym_BANG] = ACTIONS(2105), - [anon_sym_else] = ACTIONS(2107), - [anon_sym_if] = ACTIONS(2107), - [anon_sym_switch] = ACTIONS(2107), - [anon_sym_for] = ACTIONS(2107), - [anon_sym_LPAREN] = ACTIONS(2105), - [anon_sym_await] = ACTIONS(2107), - [anon_sym_while] = ACTIONS(2107), - [anon_sym_do] = ACTIONS(2107), - [anon_sym_try] = ACTIONS(2107), - [anon_sym_with] = ACTIONS(2107), - [anon_sym_break] = ACTIONS(2107), - [anon_sym_continue] = ACTIONS(2107), - [anon_sym_debugger] = ACTIONS(2107), - [anon_sym_return] = ACTIONS(2107), - [anon_sym_throw] = ACTIONS(2107), - [anon_sym_SEMI] = ACTIONS(2105), - [anon_sym_case] = ACTIONS(2107), - [anon_sym_yield] = ACTIONS(2107), - [anon_sym_LBRACK] = ACTIONS(2105), - [anon_sym_LTtemplate_GT] = ACTIONS(2105), - [anon_sym_LT] = ACTIONS(2107), - [anon_sym_SLASH] = ACTIONS(2107), - [anon_sym_class] = ACTIONS(2107), - [anon_sym_async] = ACTIONS(2107), - [anon_sym_function] = ACTIONS(2107), - [anon_sym_new] = ACTIONS(2107), - [anon_sym_PLUS] = ACTIONS(2107), - [anon_sym_DASH] = ACTIONS(2107), - [anon_sym_TILDE] = ACTIONS(2105), - [anon_sym_void] = ACTIONS(2107), - [anon_sym_delete] = ACTIONS(2107), - [anon_sym_PLUS_PLUS] = ACTIONS(2105), - [anon_sym_DASH_DASH] = ACTIONS(2105), - [anon_sym_DQUOTE] = ACTIONS(2105), - [anon_sym_SQUOTE] = ACTIONS(2105), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2105), - [sym_number] = ACTIONS(2105), - [sym_this] = ACTIONS(2107), - [sym_super] = ACTIONS(2107), - [sym_true] = ACTIONS(2107), - [sym_false] = ACTIONS(2107), - [sym_null] = ACTIONS(2107), - [sym_undefined] = ACTIONS(2107), - [anon_sym_AT] = ACTIONS(2105), - [anon_sym_static] = ACTIONS(2107), - [anon_sym_readonly] = ACTIONS(2107), - [anon_sym_get] = ACTIONS(2107), - [anon_sym_set] = ACTIONS(2107), - [anon_sym_declare] = ACTIONS(2107), - [anon_sym_public] = ACTIONS(2107), - [anon_sym_private] = ACTIONS(2107), - [anon_sym_protected] = ACTIONS(2107), - [anon_sym_override] = ACTIONS(2107), - [anon_sym_module] = ACTIONS(2107), - [anon_sym_any] = ACTIONS(2107), - [anon_sym_number] = ACTIONS(2107), - [anon_sym_boolean] = ACTIONS(2107), - [anon_sym_string] = ACTIONS(2107), - [anon_sym_symbol] = ACTIONS(2107), - [anon_sym_abstract] = ACTIONS(2107), - [anon_sym_interface] = ACTIONS(2107), - [anon_sym_enum] = ACTIONS(2107), - }, - [642] = { - [ts_builtin_sym_end] = ACTIONS(2109), - [sym_identifier] = ACTIONS(2111), - [anon_sym_export] = ACTIONS(2111), - [anon_sym_default] = ACTIONS(2111), - [anon_sym_type] = ACTIONS(2111), - [anon_sym_namespace] = ACTIONS(2111), - [anon_sym_LBRACE] = ACTIONS(2109), - [anon_sym_RBRACE] = ACTIONS(2109), - [anon_sym_typeof] = ACTIONS(2111), - [anon_sym_import] = ACTIONS(2111), - [anon_sym_var] = ACTIONS(2111), - [anon_sym_let] = ACTIONS(2111), - [anon_sym_const] = ACTIONS(2111), - [anon_sym_BANG] = ACTIONS(2109), - [anon_sym_else] = ACTIONS(2111), - [anon_sym_if] = ACTIONS(2111), - [anon_sym_switch] = ACTIONS(2111), - [anon_sym_for] = ACTIONS(2111), - [anon_sym_LPAREN] = ACTIONS(2109), - [anon_sym_await] = ACTIONS(2111), - [anon_sym_while] = ACTIONS(2111), - [anon_sym_do] = ACTIONS(2111), - [anon_sym_try] = ACTIONS(2111), - [anon_sym_with] = ACTIONS(2111), - [anon_sym_break] = ACTIONS(2111), - [anon_sym_continue] = ACTIONS(2111), - [anon_sym_debugger] = ACTIONS(2111), - [anon_sym_return] = ACTIONS(2111), - [anon_sym_throw] = ACTIONS(2111), - [anon_sym_SEMI] = ACTIONS(2109), - [anon_sym_case] = ACTIONS(2111), - [anon_sym_yield] = ACTIONS(2111), - [anon_sym_LBRACK] = ACTIONS(2109), - [anon_sym_LTtemplate_GT] = ACTIONS(2109), - [anon_sym_LT] = ACTIONS(2111), - [anon_sym_SLASH] = ACTIONS(2111), - [anon_sym_class] = ACTIONS(2111), - [anon_sym_async] = ACTIONS(2111), - [anon_sym_function] = ACTIONS(2111), - [anon_sym_new] = ACTIONS(2111), - [anon_sym_PLUS] = ACTIONS(2111), - [anon_sym_DASH] = ACTIONS(2111), - [anon_sym_TILDE] = ACTIONS(2109), - [anon_sym_void] = ACTIONS(2111), - [anon_sym_delete] = ACTIONS(2111), - [anon_sym_PLUS_PLUS] = ACTIONS(2109), - [anon_sym_DASH_DASH] = ACTIONS(2109), - [anon_sym_DQUOTE] = ACTIONS(2109), - [anon_sym_SQUOTE] = ACTIONS(2109), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2109), - [sym_number] = ACTIONS(2109), - [sym_this] = ACTIONS(2111), - [sym_super] = ACTIONS(2111), - [sym_true] = ACTIONS(2111), - [sym_false] = ACTIONS(2111), - [sym_null] = ACTIONS(2111), - [sym_undefined] = ACTIONS(2111), - [anon_sym_AT] = ACTIONS(2109), - [anon_sym_static] = ACTIONS(2111), - [anon_sym_readonly] = ACTIONS(2111), - [anon_sym_get] = ACTIONS(2111), - [anon_sym_set] = ACTIONS(2111), - [anon_sym_declare] = ACTIONS(2111), - [anon_sym_public] = ACTIONS(2111), - [anon_sym_private] = ACTIONS(2111), - [anon_sym_protected] = ACTIONS(2111), - [anon_sym_override] = ACTIONS(2111), - [anon_sym_module] = ACTIONS(2111), - [anon_sym_any] = ACTIONS(2111), - [anon_sym_number] = ACTIONS(2111), - [anon_sym_boolean] = ACTIONS(2111), - [anon_sym_string] = ACTIONS(2111), - [anon_sym_symbol] = ACTIONS(2111), - [anon_sym_abstract] = ACTIONS(2111), - [anon_sym_interface] = ACTIONS(2111), - [anon_sym_enum] = ACTIONS(2111), - }, - [643] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [644] = { - [ts_builtin_sym_end] = ACTIONS(2113), - [sym_identifier] = ACTIONS(2115), - [anon_sym_export] = ACTIONS(2115), - [anon_sym_default] = ACTIONS(2115), - [anon_sym_type] = ACTIONS(2115), - [anon_sym_namespace] = ACTIONS(2115), - [anon_sym_LBRACE] = ACTIONS(2113), - [anon_sym_RBRACE] = ACTIONS(2113), - [anon_sym_typeof] = ACTIONS(2115), - [anon_sym_import] = ACTIONS(2115), - [anon_sym_var] = ACTIONS(2115), - [anon_sym_let] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(2115), - [anon_sym_BANG] = ACTIONS(2113), - [anon_sym_else] = ACTIONS(2115), - [anon_sym_if] = ACTIONS(2115), - [anon_sym_switch] = ACTIONS(2115), - [anon_sym_for] = ACTIONS(2115), - [anon_sym_LPAREN] = ACTIONS(2113), - [anon_sym_await] = ACTIONS(2115), - [anon_sym_while] = ACTIONS(2115), - [anon_sym_do] = ACTIONS(2115), - [anon_sym_try] = ACTIONS(2115), - [anon_sym_with] = ACTIONS(2115), - [anon_sym_break] = ACTIONS(2115), - [anon_sym_continue] = ACTIONS(2115), - [anon_sym_debugger] = ACTIONS(2115), - [anon_sym_return] = ACTIONS(2115), - [anon_sym_throw] = ACTIONS(2115), - [anon_sym_SEMI] = ACTIONS(2113), - [anon_sym_case] = ACTIONS(2115), - [anon_sym_yield] = ACTIONS(2115), - [anon_sym_LBRACK] = ACTIONS(2113), - [anon_sym_LTtemplate_GT] = ACTIONS(2113), - [anon_sym_LT] = ACTIONS(2115), - [anon_sym_SLASH] = ACTIONS(2115), - [anon_sym_class] = ACTIONS(2115), - [anon_sym_async] = ACTIONS(2115), - [anon_sym_function] = ACTIONS(2115), - [anon_sym_new] = ACTIONS(2115), - [anon_sym_PLUS] = ACTIONS(2115), - [anon_sym_DASH] = ACTIONS(2115), - [anon_sym_TILDE] = ACTIONS(2113), - [anon_sym_void] = ACTIONS(2115), - [anon_sym_delete] = ACTIONS(2115), - [anon_sym_PLUS_PLUS] = ACTIONS(2113), - [anon_sym_DASH_DASH] = ACTIONS(2113), - [anon_sym_DQUOTE] = ACTIONS(2113), - [anon_sym_SQUOTE] = ACTIONS(2113), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2113), - [sym_number] = ACTIONS(2113), - [sym_this] = ACTIONS(2115), - [sym_super] = ACTIONS(2115), - [sym_true] = ACTIONS(2115), - [sym_false] = ACTIONS(2115), - [sym_null] = ACTIONS(2115), - [sym_undefined] = ACTIONS(2115), - [anon_sym_AT] = ACTIONS(2113), - [anon_sym_static] = ACTIONS(2115), - [anon_sym_readonly] = ACTIONS(2115), - [anon_sym_get] = ACTIONS(2115), - [anon_sym_set] = ACTIONS(2115), - [anon_sym_declare] = ACTIONS(2115), - [anon_sym_public] = ACTIONS(2115), - [anon_sym_private] = ACTIONS(2115), - [anon_sym_protected] = ACTIONS(2115), - [anon_sym_override] = ACTIONS(2115), - [anon_sym_module] = ACTIONS(2115), - [anon_sym_any] = ACTIONS(2115), - [anon_sym_number] = ACTIONS(2115), - [anon_sym_boolean] = ACTIONS(2115), - [anon_sym_string] = ACTIONS(2115), - [anon_sym_symbol] = ACTIONS(2115), - [anon_sym_abstract] = ACTIONS(2115), - [anon_sym_interface] = ACTIONS(2115), - [anon_sym_enum] = ACTIONS(2115), - }, - [645] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [646] = { - [ts_builtin_sym_end] = ACTIONS(2117), - [sym_identifier] = ACTIONS(2119), - [anon_sym_export] = ACTIONS(2119), - [anon_sym_default] = ACTIONS(2119), - [anon_sym_type] = ACTIONS(2119), - [anon_sym_namespace] = ACTIONS(2119), - [anon_sym_LBRACE] = ACTIONS(2117), - [anon_sym_RBRACE] = ACTIONS(2117), - [anon_sym_typeof] = ACTIONS(2119), - [anon_sym_import] = ACTIONS(2119), - [anon_sym_var] = ACTIONS(2119), - [anon_sym_let] = ACTIONS(2119), - [anon_sym_const] = ACTIONS(2119), - [anon_sym_BANG] = ACTIONS(2117), - [anon_sym_else] = ACTIONS(2119), - [anon_sym_if] = ACTIONS(2119), - [anon_sym_switch] = ACTIONS(2119), - [anon_sym_for] = ACTIONS(2119), - [anon_sym_LPAREN] = ACTIONS(2117), - [anon_sym_await] = ACTIONS(2119), - [anon_sym_while] = ACTIONS(2119), - [anon_sym_do] = ACTIONS(2119), - [anon_sym_try] = ACTIONS(2119), - [anon_sym_with] = ACTIONS(2119), - [anon_sym_break] = ACTIONS(2119), - [anon_sym_continue] = ACTIONS(2119), - [anon_sym_debugger] = ACTIONS(2119), - [anon_sym_return] = ACTIONS(2119), - [anon_sym_throw] = ACTIONS(2119), - [anon_sym_SEMI] = ACTIONS(2117), - [anon_sym_case] = ACTIONS(2119), - [anon_sym_yield] = ACTIONS(2119), - [anon_sym_LBRACK] = ACTIONS(2117), - [anon_sym_LTtemplate_GT] = ACTIONS(2117), - [anon_sym_LT] = ACTIONS(2119), - [anon_sym_SLASH] = ACTIONS(2119), - [anon_sym_class] = ACTIONS(2119), - [anon_sym_async] = ACTIONS(2119), - [anon_sym_function] = ACTIONS(2119), - [anon_sym_new] = ACTIONS(2119), - [anon_sym_PLUS] = ACTIONS(2119), - [anon_sym_DASH] = ACTIONS(2119), - [anon_sym_TILDE] = ACTIONS(2117), - [anon_sym_void] = ACTIONS(2119), - [anon_sym_delete] = ACTIONS(2119), - [anon_sym_PLUS_PLUS] = ACTIONS(2117), - [anon_sym_DASH_DASH] = ACTIONS(2117), - [anon_sym_DQUOTE] = ACTIONS(2117), - [anon_sym_SQUOTE] = ACTIONS(2117), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2117), - [sym_number] = ACTIONS(2117), - [sym_this] = ACTIONS(2119), - [sym_super] = ACTIONS(2119), - [sym_true] = ACTIONS(2119), - [sym_false] = ACTIONS(2119), - [sym_null] = ACTIONS(2119), - [sym_undefined] = ACTIONS(2119), - [anon_sym_AT] = ACTIONS(2117), - [anon_sym_static] = ACTIONS(2119), - [anon_sym_readonly] = ACTIONS(2119), - [anon_sym_get] = ACTIONS(2119), - [anon_sym_set] = ACTIONS(2119), - [anon_sym_declare] = ACTIONS(2119), - [anon_sym_public] = ACTIONS(2119), - [anon_sym_private] = ACTIONS(2119), - [anon_sym_protected] = ACTIONS(2119), - [anon_sym_override] = ACTIONS(2119), - [anon_sym_module] = ACTIONS(2119), - [anon_sym_any] = ACTIONS(2119), - [anon_sym_number] = ACTIONS(2119), - [anon_sym_boolean] = ACTIONS(2119), - [anon_sym_string] = ACTIONS(2119), - [anon_sym_symbol] = ACTIONS(2119), - [anon_sym_abstract] = ACTIONS(2119), - [anon_sym_interface] = ACTIONS(2119), - [anon_sym_enum] = ACTIONS(2119), - }, - [647] = { - [ts_builtin_sym_end] = ACTIONS(2121), - [sym_identifier] = ACTIONS(2123), - [anon_sym_export] = ACTIONS(2123), - [anon_sym_default] = ACTIONS(2123), - [anon_sym_type] = ACTIONS(2123), - [anon_sym_namespace] = ACTIONS(2123), - [anon_sym_LBRACE] = ACTIONS(2121), - [anon_sym_RBRACE] = ACTIONS(2121), - [anon_sym_typeof] = ACTIONS(2123), - [anon_sym_import] = ACTIONS(2123), - [anon_sym_var] = ACTIONS(2123), - [anon_sym_let] = ACTIONS(2123), - [anon_sym_const] = ACTIONS(2123), - [anon_sym_BANG] = ACTIONS(2121), - [anon_sym_else] = ACTIONS(2123), - [anon_sym_if] = ACTIONS(2123), - [anon_sym_switch] = ACTIONS(2123), - [anon_sym_for] = ACTIONS(2123), - [anon_sym_LPAREN] = ACTIONS(2121), - [anon_sym_await] = ACTIONS(2123), - [anon_sym_while] = ACTIONS(2123), - [anon_sym_do] = ACTIONS(2123), - [anon_sym_try] = ACTIONS(2123), - [anon_sym_with] = ACTIONS(2123), - [anon_sym_break] = ACTIONS(2123), - [anon_sym_continue] = ACTIONS(2123), - [anon_sym_debugger] = ACTIONS(2123), - [anon_sym_return] = ACTIONS(2123), - [anon_sym_throw] = ACTIONS(2123), - [anon_sym_SEMI] = ACTIONS(2121), - [anon_sym_case] = ACTIONS(2123), - [anon_sym_yield] = ACTIONS(2123), - [anon_sym_LBRACK] = ACTIONS(2121), - [anon_sym_LTtemplate_GT] = ACTIONS(2121), - [anon_sym_LT] = ACTIONS(2123), - [anon_sym_SLASH] = ACTIONS(2123), - [anon_sym_class] = ACTIONS(2123), - [anon_sym_async] = ACTIONS(2123), - [anon_sym_function] = ACTIONS(2123), - [anon_sym_new] = ACTIONS(2123), - [anon_sym_PLUS] = ACTIONS(2123), - [anon_sym_DASH] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2121), - [anon_sym_void] = ACTIONS(2123), - [anon_sym_delete] = ACTIONS(2123), - [anon_sym_PLUS_PLUS] = ACTIONS(2121), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_DQUOTE] = ACTIONS(2121), - [anon_sym_SQUOTE] = ACTIONS(2121), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2121), - [sym_number] = ACTIONS(2121), - [sym_this] = ACTIONS(2123), - [sym_super] = ACTIONS(2123), - [sym_true] = ACTIONS(2123), - [sym_false] = ACTIONS(2123), - [sym_null] = ACTIONS(2123), - [sym_undefined] = ACTIONS(2123), - [anon_sym_AT] = ACTIONS(2121), - [anon_sym_static] = ACTIONS(2123), - [anon_sym_readonly] = ACTIONS(2123), - [anon_sym_get] = ACTIONS(2123), - [anon_sym_set] = ACTIONS(2123), - [anon_sym_declare] = ACTIONS(2123), - [anon_sym_public] = ACTIONS(2123), - [anon_sym_private] = ACTIONS(2123), - [anon_sym_protected] = ACTIONS(2123), - [anon_sym_override] = ACTIONS(2123), - [anon_sym_module] = ACTIONS(2123), - [anon_sym_any] = ACTIONS(2123), - [anon_sym_number] = ACTIONS(2123), - [anon_sym_boolean] = ACTIONS(2123), - [anon_sym_string] = ACTIONS(2123), - [anon_sym_symbol] = ACTIONS(2123), - [anon_sym_abstract] = ACTIONS(2123), - [anon_sym_interface] = ACTIONS(2123), - [anon_sym_enum] = ACTIONS(2123), - }, - [648] = { - [ts_builtin_sym_end] = ACTIONS(2125), - [sym_identifier] = ACTIONS(2127), - [anon_sym_export] = ACTIONS(2127), - [anon_sym_default] = ACTIONS(2127), - [anon_sym_type] = ACTIONS(2127), - [anon_sym_namespace] = ACTIONS(2127), - [anon_sym_LBRACE] = ACTIONS(2125), - [anon_sym_RBRACE] = ACTIONS(2125), - [anon_sym_typeof] = ACTIONS(2127), - [anon_sym_import] = ACTIONS(2127), - [anon_sym_var] = ACTIONS(2127), - [anon_sym_let] = ACTIONS(2127), - [anon_sym_const] = ACTIONS(2127), - [anon_sym_BANG] = ACTIONS(2125), - [anon_sym_else] = ACTIONS(2127), - [anon_sym_if] = ACTIONS(2127), - [anon_sym_switch] = ACTIONS(2127), - [anon_sym_for] = ACTIONS(2127), - [anon_sym_LPAREN] = ACTIONS(2125), - [anon_sym_await] = ACTIONS(2127), - [anon_sym_while] = ACTIONS(2127), - [anon_sym_do] = ACTIONS(2127), - [anon_sym_try] = ACTIONS(2127), - [anon_sym_with] = ACTIONS(2127), - [anon_sym_break] = ACTIONS(2127), - [anon_sym_continue] = ACTIONS(2127), - [anon_sym_debugger] = ACTIONS(2127), - [anon_sym_return] = ACTIONS(2127), - [anon_sym_throw] = ACTIONS(2127), - [anon_sym_SEMI] = ACTIONS(2125), - [anon_sym_case] = ACTIONS(2127), - [anon_sym_yield] = ACTIONS(2127), - [anon_sym_LBRACK] = ACTIONS(2125), - [anon_sym_LTtemplate_GT] = ACTIONS(2125), - [anon_sym_LT] = ACTIONS(2127), - [anon_sym_SLASH] = ACTIONS(2127), - [anon_sym_class] = ACTIONS(2127), - [anon_sym_async] = ACTIONS(2127), - [anon_sym_function] = ACTIONS(2127), - [anon_sym_new] = ACTIONS(2127), - [anon_sym_PLUS] = ACTIONS(2127), - [anon_sym_DASH] = ACTIONS(2127), - [anon_sym_TILDE] = ACTIONS(2125), - [anon_sym_void] = ACTIONS(2127), - [anon_sym_delete] = ACTIONS(2127), - [anon_sym_PLUS_PLUS] = ACTIONS(2125), - [anon_sym_DASH_DASH] = ACTIONS(2125), - [anon_sym_DQUOTE] = ACTIONS(2125), - [anon_sym_SQUOTE] = ACTIONS(2125), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2125), - [sym_number] = ACTIONS(2125), - [sym_this] = ACTIONS(2127), - [sym_super] = ACTIONS(2127), - [sym_true] = ACTIONS(2127), - [sym_false] = ACTIONS(2127), - [sym_null] = ACTIONS(2127), - [sym_undefined] = ACTIONS(2127), - [anon_sym_AT] = ACTIONS(2125), - [anon_sym_static] = ACTIONS(2127), - [anon_sym_readonly] = ACTIONS(2127), - [anon_sym_get] = ACTIONS(2127), - [anon_sym_set] = ACTIONS(2127), - [anon_sym_declare] = ACTIONS(2127), - [anon_sym_public] = ACTIONS(2127), - [anon_sym_private] = ACTIONS(2127), - [anon_sym_protected] = ACTIONS(2127), - [anon_sym_override] = ACTIONS(2127), - [anon_sym_module] = ACTIONS(2127), - [anon_sym_any] = ACTIONS(2127), - [anon_sym_number] = ACTIONS(2127), - [anon_sym_boolean] = ACTIONS(2127), - [anon_sym_string] = ACTIONS(2127), - [anon_sym_symbol] = ACTIONS(2127), - [anon_sym_abstract] = ACTIONS(2127), - [anon_sym_interface] = ACTIONS(2127), - [anon_sym_enum] = ACTIONS(2127), - }, - [649] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [650] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [651] = { - [ts_builtin_sym_end] = ACTIONS(2129), - [sym_identifier] = ACTIONS(2131), - [anon_sym_export] = ACTIONS(2131), - [anon_sym_default] = ACTIONS(2131), - [anon_sym_type] = ACTIONS(2131), - [anon_sym_namespace] = ACTIONS(2131), - [anon_sym_LBRACE] = ACTIONS(2129), - [anon_sym_RBRACE] = ACTIONS(2129), - [anon_sym_typeof] = ACTIONS(2131), - [anon_sym_import] = ACTIONS(2131), - [anon_sym_var] = ACTIONS(2131), - [anon_sym_let] = ACTIONS(2131), - [anon_sym_const] = ACTIONS(2131), - [anon_sym_BANG] = ACTIONS(2129), - [anon_sym_else] = ACTIONS(2131), - [anon_sym_if] = ACTIONS(2131), - [anon_sym_switch] = ACTIONS(2131), - [anon_sym_for] = ACTIONS(2131), - [anon_sym_LPAREN] = ACTIONS(2129), - [anon_sym_await] = ACTIONS(2131), - [anon_sym_while] = ACTIONS(2131), - [anon_sym_do] = ACTIONS(2131), - [anon_sym_try] = ACTIONS(2131), - [anon_sym_with] = ACTIONS(2131), - [anon_sym_break] = ACTIONS(2131), - [anon_sym_continue] = ACTIONS(2131), - [anon_sym_debugger] = ACTIONS(2131), - [anon_sym_return] = ACTIONS(2131), - [anon_sym_throw] = ACTIONS(2131), - [anon_sym_SEMI] = ACTIONS(2129), - [anon_sym_case] = ACTIONS(2131), - [anon_sym_yield] = ACTIONS(2131), - [anon_sym_LBRACK] = ACTIONS(2129), - [anon_sym_LTtemplate_GT] = ACTIONS(2129), - [anon_sym_LT] = ACTIONS(2131), - [anon_sym_SLASH] = ACTIONS(2131), - [anon_sym_class] = ACTIONS(2131), - [anon_sym_async] = ACTIONS(2131), - [anon_sym_function] = ACTIONS(2131), - [anon_sym_new] = ACTIONS(2131), - [anon_sym_PLUS] = ACTIONS(2131), - [anon_sym_DASH] = ACTIONS(2131), - [anon_sym_TILDE] = ACTIONS(2129), - [anon_sym_void] = ACTIONS(2131), - [anon_sym_delete] = ACTIONS(2131), - [anon_sym_PLUS_PLUS] = ACTIONS(2129), - [anon_sym_DASH_DASH] = ACTIONS(2129), - [anon_sym_DQUOTE] = ACTIONS(2129), - [anon_sym_SQUOTE] = ACTIONS(2129), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2129), - [sym_number] = ACTIONS(2129), - [sym_this] = ACTIONS(2131), - [sym_super] = ACTIONS(2131), - [sym_true] = ACTIONS(2131), - [sym_false] = ACTIONS(2131), - [sym_null] = ACTIONS(2131), - [sym_undefined] = ACTIONS(2131), - [anon_sym_AT] = ACTIONS(2129), - [anon_sym_static] = ACTIONS(2131), - [anon_sym_readonly] = ACTIONS(2131), - [anon_sym_get] = ACTIONS(2131), - [anon_sym_set] = ACTIONS(2131), - [anon_sym_declare] = ACTIONS(2131), - [anon_sym_public] = ACTIONS(2131), - [anon_sym_private] = ACTIONS(2131), - [anon_sym_protected] = ACTIONS(2131), - [anon_sym_override] = ACTIONS(2131), - [anon_sym_module] = ACTIONS(2131), - [anon_sym_any] = ACTIONS(2131), - [anon_sym_number] = ACTIONS(2131), - [anon_sym_boolean] = ACTIONS(2131), - [anon_sym_string] = ACTIONS(2131), - [anon_sym_symbol] = ACTIONS(2131), - [anon_sym_abstract] = ACTIONS(2131), - [anon_sym_interface] = ACTIONS(2131), - [anon_sym_enum] = ACTIONS(2131), - }, - [652] = { - [ts_builtin_sym_end] = ACTIONS(2133), - [sym_identifier] = ACTIONS(2135), - [anon_sym_export] = ACTIONS(2135), - [anon_sym_default] = ACTIONS(2135), - [anon_sym_type] = ACTIONS(2135), - [anon_sym_namespace] = ACTIONS(2135), - [anon_sym_LBRACE] = ACTIONS(2133), - [anon_sym_RBRACE] = ACTIONS(2133), - [anon_sym_typeof] = ACTIONS(2135), - [anon_sym_import] = ACTIONS(2135), - [anon_sym_var] = ACTIONS(2135), - [anon_sym_let] = ACTIONS(2135), - [anon_sym_const] = ACTIONS(2135), - [anon_sym_BANG] = ACTIONS(2133), - [anon_sym_else] = ACTIONS(2135), - [anon_sym_if] = ACTIONS(2135), - [anon_sym_switch] = ACTIONS(2135), - [anon_sym_for] = ACTIONS(2135), - [anon_sym_LPAREN] = ACTIONS(2133), - [anon_sym_await] = ACTIONS(2135), - [anon_sym_while] = ACTIONS(2135), - [anon_sym_do] = ACTIONS(2135), - [anon_sym_try] = ACTIONS(2135), - [anon_sym_with] = ACTIONS(2135), - [anon_sym_break] = ACTIONS(2135), - [anon_sym_continue] = ACTIONS(2135), - [anon_sym_debugger] = ACTIONS(2135), - [anon_sym_return] = ACTIONS(2135), - [anon_sym_throw] = ACTIONS(2135), - [anon_sym_SEMI] = ACTIONS(2133), - [anon_sym_case] = ACTIONS(2135), - [anon_sym_yield] = ACTIONS(2135), - [anon_sym_LBRACK] = ACTIONS(2133), - [anon_sym_LTtemplate_GT] = ACTIONS(2133), - [anon_sym_LT] = ACTIONS(2135), - [anon_sym_SLASH] = ACTIONS(2135), - [anon_sym_class] = ACTIONS(2135), - [anon_sym_async] = ACTIONS(2135), - [anon_sym_function] = ACTIONS(2135), - [anon_sym_new] = ACTIONS(2135), - [anon_sym_PLUS] = ACTIONS(2135), - [anon_sym_DASH] = ACTIONS(2135), - [anon_sym_TILDE] = ACTIONS(2133), - [anon_sym_void] = ACTIONS(2135), - [anon_sym_delete] = ACTIONS(2135), - [anon_sym_PLUS_PLUS] = ACTIONS(2133), - [anon_sym_DASH_DASH] = ACTIONS(2133), - [anon_sym_DQUOTE] = ACTIONS(2133), - [anon_sym_SQUOTE] = ACTIONS(2133), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2133), - [sym_number] = ACTIONS(2133), - [sym_this] = ACTIONS(2135), - [sym_super] = ACTIONS(2135), - [sym_true] = ACTIONS(2135), - [sym_false] = ACTIONS(2135), - [sym_null] = ACTIONS(2135), - [sym_undefined] = ACTIONS(2135), - [anon_sym_AT] = ACTIONS(2133), - [anon_sym_static] = ACTIONS(2135), - [anon_sym_readonly] = ACTIONS(2135), - [anon_sym_get] = ACTIONS(2135), - [anon_sym_set] = ACTIONS(2135), - [anon_sym_declare] = ACTIONS(2135), - [anon_sym_public] = ACTIONS(2135), - [anon_sym_private] = ACTIONS(2135), - [anon_sym_protected] = ACTIONS(2135), - [anon_sym_override] = ACTIONS(2135), - [anon_sym_module] = ACTIONS(2135), - [anon_sym_any] = ACTIONS(2135), - [anon_sym_number] = ACTIONS(2135), - [anon_sym_boolean] = ACTIONS(2135), - [anon_sym_string] = ACTIONS(2135), - [anon_sym_symbol] = ACTIONS(2135), - [anon_sym_abstract] = ACTIONS(2135), - [anon_sym_interface] = ACTIONS(2135), - [anon_sym_enum] = ACTIONS(2135), - }, - [653] = { - [ts_builtin_sym_end] = ACTIONS(2137), - [sym_identifier] = ACTIONS(2139), - [anon_sym_export] = ACTIONS(2139), - [anon_sym_default] = ACTIONS(2139), - [anon_sym_type] = ACTIONS(2139), - [anon_sym_namespace] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2137), - [anon_sym_RBRACE] = ACTIONS(2137), - [anon_sym_typeof] = ACTIONS(2139), - [anon_sym_import] = ACTIONS(2139), - [anon_sym_var] = ACTIONS(2139), - [anon_sym_let] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_BANG] = ACTIONS(2137), - [anon_sym_else] = ACTIONS(2139), - [anon_sym_if] = ACTIONS(2139), - [anon_sym_switch] = ACTIONS(2139), - [anon_sym_for] = ACTIONS(2139), - [anon_sym_LPAREN] = ACTIONS(2137), - [anon_sym_await] = ACTIONS(2139), - [anon_sym_while] = ACTIONS(2139), - [anon_sym_do] = ACTIONS(2139), - [anon_sym_try] = ACTIONS(2139), - [anon_sym_with] = ACTIONS(2139), - [anon_sym_break] = ACTIONS(2139), - [anon_sym_continue] = ACTIONS(2139), - [anon_sym_debugger] = ACTIONS(2139), - [anon_sym_return] = ACTIONS(2139), - [anon_sym_throw] = ACTIONS(2139), - [anon_sym_SEMI] = ACTIONS(2137), - [anon_sym_case] = ACTIONS(2139), - [anon_sym_yield] = ACTIONS(2139), - [anon_sym_LBRACK] = ACTIONS(2137), - [anon_sym_LTtemplate_GT] = ACTIONS(2137), - [anon_sym_LT] = ACTIONS(2139), - [anon_sym_SLASH] = ACTIONS(2139), - [anon_sym_class] = ACTIONS(2139), - [anon_sym_async] = ACTIONS(2139), - [anon_sym_function] = ACTIONS(2139), - [anon_sym_new] = ACTIONS(2139), - [anon_sym_PLUS] = ACTIONS(2139), - [anon_sym_DASH] = ACTIONS(2139), - [anon_sym_TILDE] = ACTIONS(2137), - [anon_sym_void] = ACTIONS(2139), - [anon_sym_delete] = ACTIONS(2139), - [anon_sym_PLUS_PLUS] = ACTIONS(2137), - [anon_sym_DASH_DASH] = ACTIONS(2137), - [anon_sym_DQUOTE] = ACTIONS(2137), - [anon_sym_SQUOTE] = ACTIONS(2137), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2137), - [sym_number] = ACTIONS(2137), - [sym_this] = ACTIONS(2139), - [sym_super] = ACTIONS(2139), - [sym_true] = ACTIONS(2139), - [sym_false] = ACTIONS(2139), - [sym_null] = ACTIONS(2139), - [sym_undefined] = ACTIONS(2139), - [anon_sym_AT] = ACTIONS(2137), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_readonly] = ACTIONS(2139), - [anon_sym_get] = ACTIONS(2139), - [anon_sym_set] = ACTIONS(2139), - [anon_sym_declare] = ACTIONS(2139), - [anon_sym_public] = ACTIONS(2139), - [anon_sym_private] = ACTIONS(2139), - [anon_sym_protected] = ACTIONS(2139), - [anon_sym_override] = ACTIONS(2139), - [anon_sym_module] = ACTIONS(2139), - [anon_sym_any] = ACTIONS(2139), - [anon_sym_number] = ACTIONS(2139), - [anon_sym_boolean] = ACTIONS(2139), - [anon_sym_string] = ACTIONS(2139), - [anon_sym_symbol] = ACTIONS(2139), - [anon_sym_abstract] = ACTIONS(2139), - [anon_sym_interface] = ACTIONS(2139), - [anon_sym_enum] = ACTIONS(2139), - }, - [654] = { - [ts_builtin_sym_end] = ACTIONS(2141), - [sym_identifier] = ACTIONS(2143), - [anon_sym_export] = ACTIONS(2143), - [anon_sym_default] = ACTIONS(2143), - [anon_sym_type] = ACTIONS(2143), - [anon_sym_namespace] = ACTIONS(2143), - [anon_sym_LBRACE] = ACTIONS(2141), - [anon_sym_RBRACE] = ACTIONS(2141), - [anon_sym_typeof] = ACTIONS(2143), - [anon_sym_import] = ACTIONS(2143), - [anon_sym_var] = ACTIONS(2143), - [anon_sym_let] = ACTIONS(2143), - [anon_sym_const] = ACTIONS(2143), - [anon_sym_BANG] = ACTIONS(2141), - [anon_sym_else] = ACTIONS(2143), - [anon_sym_if] = ACTIONS(2143), - [anon_sym_switch] = ACTIONS(2143), - [anon_sym_for] = ACTIONS(2143), - [anon_sym_LPAREN] = ACTIONS(2141), - [anon_sym_await] = ACTIONS(2143), - [anon_sym_while] = ACTIONS(2143), - [anon_sym_do] = ACTIONS(2143), - [anon_sym_try] = ACTIONS(2143), - [anon_sym_with] = ACTIONS(2143), - [anon_sym_break] = ACTIONS(2143), - [anon_sym_continue] = ACTIONS(2143), - [anon_sym_debugger] = ACTIONS(2143), - [anon_sym_return] = ACTIONS(2143), - [anon_sym_throw] = ACTIONS(2143), - [anon_sym_SEMI] = ACTIONS(2141), - [anon_sym_case] = ACTIONS(2143), - [anon_sym_yield] = ACTIONS(2143), - [anon_sym_LBRACK] = ACTIONS(2141), - [anon_sym_LTtemplate_GT] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2143), - [anon_sym_SLASH] = ACTIONS(2143), - [anon_sym_class] = ACTIONS(2143), - [anon_sym_async] = ACTIONS(2143), - [anon_sym_function] = ACTIONS(2143), - [anon_sym_new] = ACTIONS(2143), - [anon_sym_PLUS] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2143), - [anon_sym_TILDE] = ACTIONS(2141), - [anon_sym_void] = ACTIONS(2143), - [anon_sym_delete] = ACTIONS(2143), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_DQUOTE] = ACTIONS(2141), - [anon_sym_SQUOTE] = ACTIONS(2141), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2141), - [sym_number] = ACTIONS(2141), - [sym_this] = ACTIONS(2143), - [sym_super] = ACTIONS(2143), - [sym_true] = ACTIONS(2143), - [sym_false] = ACTIONS(2143), - [sym_null] = ACTIONS(2143), - [sym_undefined] = ACTIONS(2143), - [anon_sym_AT] = ACTIONS(2141), - [anon_sym_static] = ACTIONS(2143), - [anon_sym_readonly] = ACTIONS(2143), - [anon_sym_get] = ACTIONS(2143), - [anon_sym_set] = ACTIONS(2143), - [anon_sym_declare] = ACTIONS(2143), - [anon_sym_public] = ACTIONS(2143), - [anon_sym_private] = ACTIONS(2143), - [anon_sym_protected] = ACTIONS(2143), - [anon_sym_override] = ACTIONS(2143), - [anon_sym_module] = ACTIONS(2143), - [anon_sym_any] = ACTIONS(2143), - [anon_sym_number] = ACTIONS(2143), - [anon_sym_boolean] = ACTIONS(2143), - [anon_sym_string] = ACTIONS(2143), - [anon_sym_symbol] = ACTIONS(2143), - [anon_sym_abstract] = ACTIONS(2143), - [anon_sym_interface] = ACTIONS(2143), - [anon_sym_enum] = ACTIONS(2143), - }, - [655] = { - [ts_builtin_sym_end] = ACTIONS(2121), - [sym_identifier] = ACTIONS(2123), - [anon_sym_export] = ACTIONS(2123), - [anon_sym_default] = ACTIONS(2123), - [anon_sym_type] = ACTIONS(2123), - [anon_sym_namespace] = ACTIONS(2123), - [anon_sym_LBRACE] = ACTIONS(2121), - [anon_sym_RBRACE] = ACTIONS(2121), - [anon_sym_typeof] = ACTIONS(2123), - [anon_sym_import] = ACTIONS(2123), - [anon_sym_var] = ACTIONS(2123), - [anon_sym_let] = ACTIONS(2123), - [anon_sym_const] = ACTIONS(2123), - [anon_sym_BANG] = ACTIONS(2121), - [anon_sym_else] = ACTIONS(2123), - [anon_sym_if] = ACTIONS(2123), - [anon_sym_switch] = ACTIONS(2123), - [anon_sym_for] = ACTIONS(2123), - [anon_sym_LPAREN] = ACTIONS(2121), - [anon_sym_await] = ACTIONS(2123), - [anon_sym_while] = ACTIONS(2123), - [anon_sym_do] = ACTIONS(2123), - [anon_sym_try] = ACTIONS(2123), - [anon_sym_with] = ACTIONS(2123), - [anon_sym_break] = ACTIONS(2123), - [anon_sym_continue] = ACTIONS(2123), - [anon_sym_debugger] = ACTIONS(2123), - [anon_sym_return] = ACTIONS(2123), - [anon_sym_throw] = ACTIONS(2123), - [anon_sym_SEMI] = ACTIONS(2121), - [anon_sym_case] = ACTIONS(2123), - [anon_sym_yield] = ACTIONS(2123), - [anon_sym_LBRACK] = ACTIONS(2121), - [anon_sym_LTtemplate_GT] = ACTIONS(2121), - [anon_sym_LT] = ACTIONS(2123), - [anon_sym_SLASH] = ACTIONS(2123), - [anon_sym_class] = ACTIONS(2123), - [anon_sym_async] = ACTIONS(2123), - [anon_sym_function] = ACTIONS(2123), - [anon_sym_new] = ACTIONS(2123), - [anon_sym_PLUS] = ACTIONS(2123), - [anon_sym_DASH] = ACTIONS(2123), - [anon_sym_TILDE] = ACTIONS(2121), - [anon_sym_void] = ACTIONS(2123), - [anon_sym_delete] = ACTIONS(2123), - [anon_sym_PLUS_PLUS] = ACTIONS(2121), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_DQUOTE] = ACTIONS(2121), - [anon_sym_SQUOTE] = ACTIONS(2121), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2121), - [sym_number] = ACTIONS(2121), - [sym_this] = ACTIONS(2123), - [sym_super] = ACTIONS(2123), - [sym_true] = ACTIONS(2123), - [sym_false] = ACTIONS(2123), - [sym_null] = ACTIONS(2123), - [sym_undefined] = ACTIONS(2123), - [anon_sym_AT] = ACTIONS(2121), - [anon_sym_static] = ACTIONS(2123), - [anon_sym_readonly] = ACTIONS(2123), - [anon_sym_get] = ACTIONS(2123), - [anon_sym_set] = ACTIONS(2123), - [anon_sym_declare] = ACTIONS(2123), - [anon_sym_public] = ACTIONS(2123), - [anon_sym_private] = ACTIONS(2123), - [anon_sym_protected] = ACTIONS(2123), - [anon_sym_override] = ACTIONS(2123), - [anon_sym_module] = ACTIONS(2123), - [anon_sym_any] = ACTIONS(2123), - [anon_sym_number] = ACTIONS(2123), - [anon_sym_boolean] = ACTIONS(2123), - [anon_sym_string] = ACTIONS(2123), - [anon_sym_symbol] = ACTIONS(2123), - [anon_sym_abstract] = ACTIONS(2123), - [anon_sym_interface] = ACTIONS(2123), - [anon_sym_enum] = ACTIONS(2123), - }, - [656] = { - [ts_builtin_sym_end] = ACTIONS(2145), - [sym_identifier] = ACTIONS(2147), - [anon_sym_export] = ACTIONS(2147), - [anon_sym_default] = ACTIONS(2147), - [anon_sym_type] = ACTIONS(2147), - [anon_sym_namespace] = ACTIONS(2147), - [anon_sym_LBRACE] = ACTIONS(2145), - [anon_sym_RBRACE] = ACTIONS(2145), - [anon_sym_typeof] = ACTIONS(2147), - [anon_sym_import] = ACTIONS(2147), - [anon_sym_var] = ACTIONS(2147), - [anon_sym_let] = ACTIONS(2147), - [anon_sym_const] = ACTIONS(2147), - [anon_sym_BANG] = ACTIONS(2145), - [anon_sym_else] = ACTIONS(2147), - [anon_sym_if] = ACTIONS(2147), - [anon_sym_switch] = ACTIONS(2147), - [anon_sym_for] = ACTIONS(2147), - [anon_sym_LPAREN] = ACTIONS(2145), - [anon_sym_await] = ACTIONS(2147), - [anon_sym_while] = ACTIONS(2147), - [anon_sym_do] = ACTIONS(2147), - [anon_sym_try] = ACTIONS(2147), - [anon_sym_with] = ACTIONS(2147), - [anon_sym_break] = ACTIONS(2147), - [anon_sym_continue] = ACTIONS(2147), - [anon_sym_debugger] = ACTIONS(2147), - [anon_sym_return] = ACTIONS(2147), - [anon_sym_throw] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2145), - [anon_sym_case] = ACTIONS(2147), - [anon_sym_yield] = ACTIONS(2147), - [anon_sym_LBRACK] = ACTIONS(2145), - [anon_sym_LTtemplate_GT] = ACTIONS(2145), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_class] = ACTIONS(2147), - [anon_sym_async] = ACTIONS(2147), - [anon_sym_function] = ACTIONS(2147), - [anon_sym_new] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_TILDE] = ACTIONS(2145), - [anon_sym_void] = ACTIONS(2147), - [anon_sym_delete] = ACTIONS(2147), - [anon_sym_PLUS_PLUS] = ACTIONS(2145), - [anon_sym_DASH_DASH] = ACTIONS(2145), - [anon_sym_DQUOTE] = ACTIONS(2145), - [anon_sym_SQUOTE] = ACTIONS(2145), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2145), - [sym_number] = ACTIONS(2145), - [sym_this] = ACTIONS(2147), - [sym_super] = ACTIONS(2147), - [sym_true] = ACTIONS(2147), - [sym_false] = ACTIONS(2147), - [sym_null] = ACTIONS(2147), - [sym_undefined] = ACTIONS(2147), - [anon_sym_AT] = ACTIONS(2145), - [anon_sym_static] = ACTIONS(2147), - [anon_sym_readonly] = ACTIONS(2147), - [anon_sym_get] = ACTIONS(2147), - [anon_sym_set] = ACTIONS(2147), - [anon_sym_declare] = ACTIONS(2147), - [anon_sym_public] = ACTIONS(2147), - [anon_sym_private] = ACTIONS(2147), - [anon_sym_protected] = ACTIONS(2147), - [anon_sym_override] = ACTIONS(2147), - [anon_sym_module] = ACTIONS(2147), - [anon_sym_any] = ACTIONS(2147), - [anon_sym_number] = ACTIONS(2147), - [anon_sym_boolean] = ACTIONS(2147), - [anon_sym_string] = ACTIONS(2147), - [anon_sym_symbol] = ACTIONS(2147), - [anon_sym_abstract] = ACTIONS(2147), - [anon_sym_interface] = ACTIONS(2147), - [anon_sym_enum] = ACTIONS(2147), - }, - [657] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [658] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [659] = { - [ts_builtin_sym_end] = ACTIONS(2149), - [sym_identifier] = ACTIONS(2151), - [anon_sym_export] = ACTIONS(2151), - [anon_sym_default] = ACTIONS(2151), - [anon_sym_type] = ACTIONS(2151), - [anon_sym_namespace] = ACTIONS(2151), - [anon_sym_LBRACE] = ACTIONS(2149), - [anon_sym_RBRACE] = ACTIONS(2149), - [anon_sym_typeof] = ACTIONS(2151), - [anon_sym_import] = ACTIONS(2151), - [anon_sym_var] = ACTIONS(2151), - [anon_sym_let] = ACTIONS(2151), - [anon_sym_const] = ACTIONS(2151), - [anon_sym_BANG] = ACTIONS(2149), - [anon_sym_else] = ACTIONS(2151), - [anon_sym_if] = ACTIONS(2151), - [anon_sym_switch] = ACTIONS(2151), - [anon_sym_for] = ACTIONS(2151), - [anon_sym_LPAREN] = ACTIONS(2149), - [anon_sym_await] = ACTIONS(2151), - [anon_sym_while] = ACTIONS(2151), - [anon_sym_do] = ACTIONS(2151), - [anon_sym_try] = ACTIONS(2151), - [anon_sym_with] = ACTIONS(2151), - [anon_sym_break] = ACTIONS(2151), - [anon_sym_continue] = ACTIONS(2151), - [anon_sym_debugger] = ACTIONS(2151), - [anon_sym_return] = ACTIONS(2151), - [anon_sym_throw] = ACTIONS(2151), - [anon_sym_SEMI] = ACTIONS(2149), - [anon_sym_case] = ACTIONS(2151), - [anon_sym_yield] = ACTIONS(2151), - [anon_sym_LBRACK] = ACTIONS(2149), - [anon_sym_LTtemplate_GT] = ACTIONS(2149), - [anon_sym_LT] = ACTIONS(2151), - [anon_sym_SLASH] = ACTIONS(2151), - [anon_sym_class] = ACTIONS(2151), - [anon_sym_async] = ACTIONS(2151), - [anon_sym_function] = ACTIONS(2151), - [anon_sym_new] = ACTIONS(2151), - [anon_sym_PLUS] = ACTIONS(2151), - [anon_sym_DASH] = ACTIONS(2151), - [anon_sym_TILDE] = ACTIONS(2149), - [anon_sym_void] = ACTIONS(2151), - [anon_sym_delete] = ACTIONS(2151), - [anon_sym_PLUS_PLUS] = ACTIONS(2149), - [anon_sym_DASH_DASH] = ACTIONS(2149), - [anon_sym_DQUOTE] = ACTIONS(2149), - [anon_sym_SQUOTE] = ACTIONS(2149), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2149), - [sym_number] = ACTIONS(2149), - [sym_this] = ACTIONS(2151), - [sym_super] = ACTIONS(2151), - [sym_true] = ACTIONS(2151), - [sym_false] = ACTIONS(2151), - [sym_null] = ACTIONS(2151), - [sym_undefined] = ACTIONS(2151), - [anon_sym_AT] = ACTIONS(2149), - [anon_sym_static] = ACTIONS(2151), - [anon_sym_readonly] = ACTIONS(2151), - [anon_sym_get] = ACTIONS(2151), - [anon_sym_set] = ACTIONS(2151), - [anon_sym_declare] = ACTIONS(2151), - [anon_sym_public] = ACTIONS(2151), - [anon_sym_private] = ACTIONS(2151), - [anon_sym_protected] = ACTIONS(2151), - [anon_sym_override] = ACTIONS(2151), - [anon_sym_module] = ACTIONS(2151), - [anon_sym_any] = ACTIONS(2151), - [anon_sym_number] = ACTIONS(2151), - [anon_sym_boolean] = ACTIONS(2151), - [anon_sym_string] = ACTIONS(2151), - [anon_sym_symbol] = ACTIONS(2151), - [anon_sym_abstract] = ACTIONS(2151), - [anon_sym_interface] = ACTIONS(2151), - [anon_sym_enum] = ACTIONS(2151), - }, - [660] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), + [615] = { + [ts_builtin_sym_end] = ACTIONS(1427), + [sym_identifier] = ACTIONS(1429), + [anon_sym_export] = ACTIONS(1429), + [anon_sym_default] = ACTIONS(1429), + [anon_sym_type] = ACTIONS(1429), + [anon_sym_namespace] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1427), + [anon_sym_typeof] = ACTIONS(1429), + [anon_sym_import] = ACTIONS(1429), + [anon_sym_var] = ACTIONS(1429), + [anon_sym_let] = ACTIONS(1429), + [anon_sym_const] = ACTIONS(1429), + [anon_sym_BANG] = ACTIONS(1427), + [anon_sym_else] = ACTIONS(1429), + [anon_sym_if] = ACTIONS(1429), + [anon_sym_switch] = ACTIONS(1429), + [anon_sym_for] = ACTIONS(1429), + [anon_sym_LPAREN] = ACTIONS(1427), + [anon_sym_await] = ACTIONS(1429), + [anon_sym_while] = ACTIONS(1429), + [anon_sym_do] = ACTIONS(1429), + [anon_sym_try] = ACTIONS(1429), + [anon_sym_with] = ACTIONS(1429), + [anon_sym_break] = ACTIONS(1429), + [anon_sym_continue] = ACTIONS(1429), + [anon_sym_debugger] = ACTIONS(1429), + [anon_sym_return] = ACTIONS(1429), + [anon_sym_throw] = ACTIONS(1429), + [anon_sym_SEMI] = ACTIONS(1427), + [anon_sym_case] = ACTIONS(1429), + [anon_sym_yield] = ACTIONS(1429), + [anon_sym_LBRACK] = ACTIONS(1427), + [anon_sym_LTtemplate_GT] = ACTIONS(1427), + [anon_sym_class] = ACTIONS(1429), + [anon_sym_async] = ACTIONS(1429), + [anon_sym_function] = ACTIONS(1429), + [anon_sym_new] = ACTIONS(1429), + [anon_sym_PLUS] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_SLASH] = ACTIONS(1429), + [anon_sym_LT] = ACTIONS(1429), + [anon_sym_TILDE] = ACTIONS(1427), + [anon_sym_void] = ACTIONS(1429), + [anon_sym_delete] = ACTIONS(1429), + [anon_sym_PLUS_PLUS] = ACTIONS(1427), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_DQUOTE] = ACTIONS(1427), + [anon_sym_SQUOTE] = ACTIONS(1427), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), + [anon_sym_BQUOTE] = ACTIONS(1427), + [sym_number] = ACTIONS(1427), + [sym_this] = ACTIONS(1429), + [sym_super] = ACTIONS(1429), + [sym_true] = ACTIONS(1429), + [sym_false] = ACTIONS(1429), + [sym_null] = ACTIONS(1429), + [sym_undefined] = ACTIONS(1429), + [anon_sym_AT] = ACTIONS(1427), + [anon_sym_static] = ACTIONS(1429), + [anon_sym_readonly] = ACTIONS(1429), + [anon_sym_get] = ACTIONS(1429), + [anon_sym_set] = ACTIONS(1429), + [anon_sym_declare] = ACTIONS(1429), + [anon_sym_public] = ACTIONS(1429), + [anon_sym_private] = ACTIONS(1429), + [anon_sym_protected] = ACTIONS(1429), + [anon_sym_override] = ACTIONS(1429), + [anon_sym_module] = ACTIONS(1429), + [anon_sym_any] = ACTIONS(1429), + [anon_sym_number] = ACTIONS(1429), + [anon_sym_boolean] = ACTIONS(1429), + [anon_sym_string] = ACTIONS(1429), + [anon_sym_symbol] = ACTIONS(1429), + [anon_sym_abstract] = ACTIONS(1429), + [anon_sym_interface] = ACTIONS(1429), + [anon_sym_enum] = ACTIONS(1429), + [sym__automatic_semicolon] = ACTIONS(1435), }, - [661] = { - [ts_builtin_sym_end] = ACTIONS(2153), - [sym_identifier] = ACTIONS(2155), - [anon_sym_export] = ACTIONS(2155), - [anon_sym_default] = ACTIONS(2155), - [anon_sym_type] = ACTIONS(2155), - [anon_sym_namespace] = ACTIONS(2155), - [anon_sym_LBRACE] = ACTIONS(2153), - [anon_sym_RBRACE] = ACTIONS(2153), - [anon_sym_typeof] = ACTIONS(2155), - [anon_sym_import] = ACTIONS(2155), - [anon_sym_var] = ACTIONS(2155), - [anon_sym_let] = ACTIONS(2155), - [anon_sym_const] = ACTIONS(2155), - [anon_sym_BANG] = ACTIONS(2153), - [anon_sym_else] = ACTIONS(2155), - [anon_sym_if] = ACTIONS(2155), - [anon_sym_switch] = ACTIONS(2155), - [anon_sym_for] = ACTIONS(2155), - [anon_sym_LPAREN] = ACTIONS(2153), - [anon_sym_await] = ACTIONS(2155), - [anon_sym_while] = ACTIONS(2155), - [anon_sym_do] = ACTIONS(2155), - [anon_sym_try] = ACTIONS(2155), - [anon_sym_with] = ACTIONS(2155), - [anon_sym_break] = ACTIONS(2155), - [anon_sym_continue] = ACTIONS(2155), - [anon_sym_debugger] = ACTIONS(2155), - [anon_sym_return] = ACTIONS(2155), - [anon_sym_throw] = ACTIONS(2155), - [anon_sym_SEMI] = ACTIONS(2153), - [anon_sym_case] = ACTIONS(2155), - [anon_sym_yield] = ACTIONS(2155), - [anon_sym_LBRACK] = ACTIONS(2153), - [anon_sym_LTtemplate_GT] = ACTIONS(2153), - [anon_sym_LT] = ACTIONS(2155), - [anon_sym_SLASH] = ACTIONS(2155), - [anon_sym_class] = ACTIONS(2155), - [anon_sym_async] = ACTIONS(2155), - [anon_sym_function] = ACTIONS(2155), - [anon_sym_new] = ACTIONS(2155), - [anon_sym_PLUS] = ACTIONS(2155), - [anon_sym_DASH] = ACTIONS(2155), - [anon_sym_TILDE] = ACTIONS(2153), - [anon_sym_void] = ACTIONS(2155), - [anon_sym_delete] = ACTIONS(2155), - [anon_sym_PLUS_PLUS] = ACTIONS(2153), - [anon_sym_DASH_DASH] = ACTIONS(2153), - [anon_sym_DQUOTE] = ACTIONS(2153), - [anon_sym_SQUOTE] = ACTIONS(2153), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2153), - [sym_number] = ACTIONS(2153), - [sym_this] = ACTIONS(2155), - [sym_super] = ACTIONS(2155), - [sym_true] = ACTIONS(2155), - [sym_false] = ACTIONS(2155), - [sym_null] = ACTIONS(2155), - [sym_undefined] = ACTIONS(2155), - [anon_sym_AT] = ACTIONS(2153), - [anon_sym_static] = ACTIONS(2155), - [anon_sym_readonly] = ACTIONS(2155), - [anon_sym_get] = ACTIONS(2155), - [anon_sym_set] = ACTIONS(2155), - [anon_sym_declare] = ACTIONS(2155), - [anon_sym_public] = ACTIONS(2155), - [anon_sym_private] = ACTIONS(2155), - [anon_sym_protected] = ACTIONS(2155), - [anon_sym_override] = ACTIONS(2155), - [anon_sym_module] = ACTIONS(2155), - [anon_sym_any] = ACTIONS(2155), - [anon_sym_number] = ACTIONS(2155), - [anon_sym_boolean] = ACTIONS(2155), - [anon_sym_string] = ACTIONS(2155), - [anon_sym_symbol] = ACTIONS(2155), - [anon_sym_abstract] = ACTIONS(2155), - [anon_sym_interface] = ACTIONS(2155), - [anon_sym_enum] = ACTIONS(2155), + [616] = { + [ts_builtin_sym_end] = ACTIONS(1551), + [sym_identifier] = ACTIONS(1553), + [anon_sym_export] = ACTIONS(1553), + [anon_sym_default] = ACTIONS(1553), + [anon_sym_type] = ACTIONS(1553), + [anon_sym_namespace] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1551), + [anon_sym_RBRACE] = ACTIONS(1551), + [anon_sym_typeof] = ACTIONS(1553), + [anon_sym_import] = ACTIONS(1553), + [anon_sym_var] = ACTIONS(1553), + [anon_sym_let] = ACTIONS(1553), + [anon_sym_const] = ACTIONS(1553), + [anon_sym_BANG] = ACTIONS(1551), + [anon_sym_else] = ACTIONS(1553), + [anon_sym_if] = ACTIONS(1553), + [anon_sym_switch] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1553), + [anon_sym_LPAREN] = ACTIONS(1551), + [anon_sym_await] = ACTIONS(1553), + [anon_sym_while] = ACTIONS(1553), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1553), + [anon_sym_with] = ACTIONS(1553), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_continue] = ACTIONS(1553), + [anon_sym_debugger] = ACTIONS(1553), + [anon_sym_return] = ACTIONS(1553), + [anon_sym_throw] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1551), + [anon_sym_case] = ACTIONS(1553), + [anon_sym_yield] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1551), + [anon_sym_LTtemplate_GT] = ACTIONS(1551), + [anon_sym_class] = ACTIONS(1553), + [anon_sym_async] = ACTIONS(1553), + [anon_sym_function] = ACTIONS(1553), + [anon_sym_new] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1553), + [anon_sym_SLASH] = ACTIONS(1553), + [anon_sym_LT] = ACTIONS(1553), + [anon_sym_TILDE] = ACTIONS(1551), + [anon_sym_void] = ACTIONS(1553), + [anon_sym_delete] = ACTIONS(1553), + [anon_sym_PLUS_PLUS] = ACTIONS(1551), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_DQUOTE] = ACTIONS(1551), + [anon_sym_SQUOTE] = ACTIONS(1551), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1551), + [sym_number] = ACTIONS(1551), + [sym_this] = ACTIONS(1553), + [sym_super] = ACTIONS(1553), + [sym_true] = ACTIONS(1553), + [sym_false] = ACTIONS(1553), + [sym_null] = ACTIONS(1553), + [sym_undefined] = ACTIONS(1553), + [anon_sym_AT] = ACTIONS(1551), + [anon_sym_static] = ACTIONS(1553), + [anon_sym_readonly] = ACTIONS(1553), + [anon_sym_get] = ACTIONS(1553), + [anon_sym_set] = ACTIONS(1553), + [anon_sym_declare] = ACTIONS(1553), + [anon_sym_public] = ACTIONS(1553), + [anon_sym_private] = ACTIONS(1553), + [anon_sym_protected] = ACTIONS(1553), + [anon_sym_override] = ACTIONS(1553), + [anon_sym_module] = ACTIONS(1553), + [anon_sym_any] = ACTIONS(1553), + [anon_sym_number] = ACTIONS(1553), + [anon_sym_boolean] = ACTIONS(1553), + [anon_sym_string] = ACTIONS(1553), + [anon_sym_symbol] = ACTIONS(1553), + [anon_sym_abstract] = ACTIONS(1553), + [anon_sym_interface] = ACTIONS(1553), + [anon_sym_enum] = ACTIONS(1553), + [sym__automatic_semicolon] = ACTIONS(1559), }, - [662] = { - [ts_builtin_sym_end] = ACTIONS(2157), - [sym_identifier] = ACTIONS(2159), - [anon_sym_export] = ACTIONS(2159), - [anon_sym_default] = ACTIONS(2159), - [anon_sym_type] = ACTIONS(2159), - [anon_sym_namespace] = ACTIONS(2159), - [anon_sym_LBRACE] = ACTIONS(2157), - [anon_sym_RBRACE] = ACTIONS(2157), - [anon_sym_typeof] = ACTIONS(2159), - [anon_sym_import] = ACTIONS(2159), - [anon_sym_var] = ACTIONS(2159), - [anon_sym_let] = ACTIONS(2159), - [anon_sym_const] = ACTIONS(2159), - [anon_sym_BANG] = ACTIONS(2157), - [anon_sym_else] = ACTIONS(2159), - [anon_sym_if] = ACTIONS(2159), - [anon_sym_switch] = ACTIONS(2159), - [anon_sym_for] = ACTIONS(2159), - [anon_sym_LPAREN] = ACTIONS(2157), - [anon_sym_await] = ACTIONS(2159), - [anon_sym_while] = ACTIONS(2159), - [anon_sym_do] = ACTIONS(2159), - [anon_sym_try] = ACTIONS(2159), - [anon_sym_with] = ACTIONS(2159), - [anon_sym_break] = ACTIONS(2159), - [anon_sym_continue] = ACTIONS(2159), - [anon_sym_debugger] = ACTIONS(2159), - [anon_sym_return] = ACTIONS(2159), - [anon_sym_throw] = ACTIONS(2159), - [anon_sym_SEMI] = ACTIONS(2157), - [anon_sym_case] = ACTIONS(2159), - [anon_sym_yield] = ACTIONS(2159), - [anon_sym_LBRACK] = ACTIONS(2157), - [anon_sym_LTtemplate_GT] = ACTIONS(2157), - [anon_sym_LT] = ACTIONS(2159), - [anon_sym_SLASH] = ACTIONS(2159), - [anon_sym_class] = ACTIONS(2159), - [anon_sym_async] = ACTIONS(2159), - [anon_sym_function] = ACTIONS(2159), - [anon_sym_new] = ACTIONS(2159), - [anon_sym_PLUS] = ACTIONS(2159), - [anon_sym_DASH] = ACTIONS(2159), - [anon_sym_TILDE] = ACTIONS(2157), - [anon_sym_void] = ACTIONS(2159), - [anon_sym_delete] = ACTIONS(2159), - [anon_sym_PLUS_PLUS] = ACTIONS(2157), - [anon_sym_DASH_DASH] = ACTIONS(2157), - [anon_sym_DQUOTE] = ACTIONS(2157), - [anon_sym_SQUOTE] = ACTIONS(2157), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2157), - [sym_number] = ACTIONS(2157), - [sym_this] = ACTIONS(2159), - [sym_super] = ACTIONS(2159), - [sym_true] = ACTIONS(2159), - [sym_false] = ACTIONS(2159), - [sym_null] = ACTIONS(2159), - [sym_undefined] = ACTIONS(2159), - [anon_sym_AT] = ACTIONS(2157), - [anon_sym_static] = ACTIONS(2159), - [anon_sym_readonly] = ACTIONS(2159), - [anon_sym_get] = ACTIONS(2159), - [anon_sym_set] = ACTIONS(2159), - [anon_sym_declare] = ACTIONS(2159), - [anon_sym_public] = ACTIONS(2159), - [anon_sym_private] = ACTIONS(2159), - [anon_sym_protected] = ACTIONS(2159), - [anon_sym_override] = ACTIONS(2159), - [anon_sym_module] = ACTIONS(2159), - [anon_sym_any] = ACTIONS(2159), - [anon_sym_number] = ACTIONS(2159), - [anon_sym_boolean] = ACTIONS(2159), - [anon_sym_string] = ACTIONS(2159), - [anon_sym_symbol] = ACTIONS(2159), - [anon_sym_abstract] = ACTIONS(2159), - [anon_sym_interface] = ACTIONS(2159), - [anon_sym_enum] = ACTIONS(2159), + [617] = { + [ts_builtin_sym_end] = ACTIONS(2095), + [sym_identifier] = ACTIONS(2097), + [anon_sym_export] = ACTIONS(2097), + [anon_sym_default] = ACTIONS(2097), + [anon_sym_type] = ACTIONS(2097), + [anon_sym_namespace] = ACTIONS(2097), + [anon_sym_LBRACE] = ACTIONS(2095), + [anon_sym_RBRACE] = ACTIONS(2095), + [anon_sym_typeof] = ACTIONS(2097), + [anon_sym_import] = ACTIONS(2097), + [anon_sym_var] = ACTIONS(2097), + [anon_sym_let] = ACTIONS(2097), + [anon_sym_const] = ACTIONS(2097), + [anon_sym_BANG] = ACTIONS(2095), + [anon_sym_else] = ACTIONS(2097), + [anon_sym_if] = ACTIONS(2097), + [anon_sym_switch] = ACTIONS(2097), + [anon_sym_for] = ACTIONS(2097), + [anon_sym_LPAREN] = ACTIONS(2095), + [anon_sym_await] = ACTIONS(2097), + [anon_sym_while] = ACTIONS(2097), + [anon_sym_do] = ACTIONS(2097), + [anon_sym_try] = ACTIONS(2097), + [anon_sym_with] = ACTIONS(2097), + [anon_sym_break] = ACTIONS(2097), + [anon_sym_continue] = ACTIONS(2097), + [anon_sym_debugger] = ACTIONS(2097), + [anon_sym_return] = ACTIONS(2097), + [anon_sym_throw] = ACTIONS(2097), + [anon_sym_SEMI] = ACTIONS(2095), + [anon_sym_case] = ACTIONS(2097), + [anon_sym_finally] = ACTIONS(2097), + [anon_sym_yield] = ACTIONS(2097), + [anon_sym_LBRACK] = ACTIONS(2095), + [anon_sym_LTtemplate_GT] = ACTIONS(2095), + [anon_sym_class] = ACTIONS(2097), + [anon_sym_async] = ACTIONS(2097), + [anon_sym_function] = ACTIONS(2097), + [anon_sym_new] = ACTIONS(2097), + [anon_sym_PLUS] = ACTIONS(2097), + [anon_sym_DASH] = ACTIONS(2097), + [anon_sym_SLASH] = ACTIONS(2097), + [anon_sym_LT] = ACTIONS(2097), + [anon_sym_TILDE] = ACTIONS(2095), + [anon_sym_void] = ACTIONS(2097), + [anon_sym_delete] = ACTIONS(2097), + [anon_sym_PLUS_PLUS] = ACTIONS(2095), + [anon_sym_DASH_DASH] = ACTIONS(2097), + [anon_sym_DQUOTE] = ACTIONS(2095), + [anon_sym_SQUOTE] = ACTIONS(2095), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2095), + [sym_number] = ACTIONS(2095), + [sym_this] = ACTIONS(2097), + [sym_super] = ACTIONS(2097), + [sym_true] = ACTIONS(2097), + [sym_false] = ACTIONS(2097), + [sym_null] = ACTIONS(2097), + [sym_undefined] = ACTIONS(2097), + [anon_sym_AT] = ACTIONS(2095), + [anon_sym_static] = ACTIONS(2097), + [anon_sym_readonly] = ACTIONS(2097), + [anon_sym_get] = ACTIONS(2097), + [anon_sym_set] = ACTIONS(2097), + [anon_sym_declare] = ACTIONS(2097), + [anon_sym_public] = ACTIONS(2097), + [anon_sym_private] = ACTIONS(2097), + [anon_sym_protected] = ACTIONS(2097), + [anon_sym_override] = ACTIONS(2097), + [anon_sym_module] = ACTIONS(2097), + [anon_sym_any] = ACTIONS(2097), + [anon_sym_number] = ACTIONS(2097), + [anon_sym_boolean] = ACTIONS(2097), + [anon_sym_string] = ACTIONS(2097), + [anon_sym_symbol] = ACTIONS(2097), + [anon_sym_abstract] = ACTIONS(2097), + [anon_sym_interface] = ACTIONS(2097), + [anon_sym_enum] = ACTIONS(2097), }, - [663] = { - [ts_builtin_sym_end] = ACTIONS(2157), - [sym_identifier] = ACTIONS(2159), - [anon_sym_export] = ACTIONS(2159), - [anon_sym_default] = ACTIONS(2159), - [anon_sym_type] = ACTIONS(2159), - [anon_sym_namespace] = ACTIONS(2159), - [anon_sym_LBRACE] = ACTIONS(2157), - [anon_sym_RBRACE] = ACTIONS(2157), - [anon_sym_typeof] = ACTIONS(2159), - [anon_sym_import] = ACTIONS(2159), - [anon_sym_var] = ACTIONS(2159), - [anon_sym_let] = ACTIONS(2159), - [anon_sym_const] = ACTIONS(2159), - [anon_sym_BANG] = ACTIONS(2157), - [anon_sym_else] = ACTIONS(2159), - [anon_sym_if] = ACTIONS(2159), - [anon_sym_switch] = ACTIONS(2159), - [anon_sym_for] = ACTIONS(2159), - [anon_sym_LPAREN] = ACTIONS(2157), - [anon_sym_await] = ACTIONS(2159), - [anon_sym_while] = ACTIONS(2159), - [anon_sym_do] = ACTIONS(2159), - [anon_sym_try] = ACTIONS(2159), - [anon_sym_with] = ACTIONS(2159), - [anon_sym_break] = ACTIONS(2159), - [anon_sym_continue] = ACTIONS(2159), - [anon_sym_debugger] = ACTIONS(2159), - [anon_sym_return] = ACTIONS(2159), - [anon_sym_throw] = ACTIONS(2159), - [anon_sym_SEMI] = ACTIONS(2157), - [anon_sym_case] = ACTIONS(2159), - [anon_sym_yield] = ACTIONS(2159), - [anon_sym_LBRACK] = ACTIONS(2157), - [anon_sym_LTtemplate_GT] = ACTIONS(2157), - [anon_sym_LT] = ACTIONS(2159), - [anon_sym_SLASH] = ACTIONS(2159), - [anon_sym_class] = ACTIONS(2159), - [anon_sym_async] = ACTIONS(2159), - [anon_sym_function] = ACTIONS(2159), - [anon_sym_new] = ACTIONS(2159), - [anon_sym_PLUS] = ACTIONS(2159), - [anon_sym_DASH] = ACTIONS(2159), - [anon_sym_TILDE] = ACTIONS(2157), - [anon_sym_void] = ACTIONS(2159), - [anon_sym_delete] = ACTIONS(2159), - [anon_sym_PLUS_PLUS] = ACTIONS(2157), - [anon_sym_DASH_DASH] = ACTIONS(2157), - [anon_sym_DQUOTE] = ACTIONS(2157), - [anon_sym_SQUOTE] = ACTIONS(2157), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2157), - [sym_number] = ACTIONS(2157), - [sym_this] = ACTIONS(2159), - [sym_super] = ACTIONS(2159), - [sym_true] = ACTIONS(2159), - [sym_false] = ACTIONS(2159), - [sym_null] = ACTIONS(2159), - [sym_undefined] = ACTIONS(2159), - [anon_sym_AT] = ACTIONS(2157), - [anon_sym_static] = ACTIONS(2159), - [anon_sym_readonly] = ACTIONS(2159), - [anon_sym_get] = ACTIONS(2159), - [anon_sym_set] = ACTIONS(2159), - [anon_sym_declare] = ACTIONS(2159), - [anon_sym_public] = ACTIONS(2159), - [anon_sym_private] = ACTIONS(2159), - [anon_sym_protected] = ACTIONS(2159), - [anon_sym_override] = ACTIONS(2159), - [anon_sym_module] = ACTIONS(2159), - [anon_sym_any] = ACTIONS(2159), - [anon_sym_number] = ACTIONS(2159), - [anon_sym_boolean] = ACTIONS(2159), - [anon_sym_string] = ACTIONS(2159), - [anon_sym_symbol] = ACTIONS(2159), - [anon_sym_abstract] = ACTIONS(2159), - [anon_sym_interface] = ACTIONS(2159), - [anon_sym_enum] = ACTIONS(2159), + [618] = { + [ts_builtin_sym_end] = ACTIONS(1463), + [sym_identifier] = ACTIONS(1465), + [anon_sym_export] = ACTIONS(1465), + [anon_sym_default] = ACTIONS(1465), + [anon_sym_type] = ACTIONS(1465), + [anon_sym_namespace] = ACTIONS(1465), + [anon_sym_LBRACE] = ACTIONS(1463), + [anon_sym_RBRACE] = ACTIONS(1463), + [anon_sym_typeof] = ACTIONS(1465), + [anon_sym_import] = ACTIONS(1465), + [anon_sym_var] = ACTIONS(1465), + [anon_sym_let] = ACTIONS(1465), + [anon_sym_const] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1463), + [anon_sym_else] = ACTIONS(1465), + [anon_sym_if] = ACTIONS(1465), + [anon_sym_switch] = ACTIONS(1465), + [anon_sym_for] = ACTIONS(1465), + [anon_sym_LPAREN] = ACTIONS(1463), + [anon_sym_await] = ACTIONS(1465), + [anon_sym_while] = ACTIONS(1465), + [anon_sym_do] = ACTIONS(1465), + [anon_sym_try] = ACTIONS(1465), + [anon_sym_with] = ACTIONS(1465), + [anon_sym_break] = ACTIONS(1465), + [anon_sym_continue] = ACTIONS(1465), + [anon_sym_debugger] = ACTIONS(1465), + [anon_sym_return] = ACTIONS(1465), + [anon_sym_throw] = ACTIONS(1465), + [anon_sym_SEMI] = ACTIONS(1463), + [anon_sym_case] = ACTIONS(1465), + [anon_sym_yield] = ACTIONS(1465), + [anon_sym_LBRACK] = ACTIONS(1463), + [anon_sym_LTtemplate_GT] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_async] = ACTIONS(1465), + [anon_sym_function] = ACTIONS(1465), + [anon_sym_new] = ACTIONS(1465), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_SLASH] = ACTIONS(1465), + [anon_sym_LT] = ACTIONS(1465), + [anon_sym_TILDE] = ACTIONS(1463), + [anon_sym_void] = ACTIONS(1465), + [anon_sym_delete] = ACTIONS(1465), + [anon_sym_PLUS_PLUS] = ACTIONS(1463), + [anon_sym_DASH_DASH] = ACTIONS(1465), + [anon_sym_DQUOTE] = ACTIONS(1463), + [anon_sym_SQUOTE] = ACTIONS(1463), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1463), + [sym_number] = ACTIONS(1463), + [sym_this] = ACTIONS(1465), + [sym_super] = ACTIONS(1465), + [sym_true] = ACTIONS(1465), + [sym_false] = ACTIONS(1465), + [sym_null] = ACTIONS(1465), + [sym_undefined] = ACTIONS(1465), + [anon_sym_AT] = ACTIONS(1463), + [anon_sym_static] = ACTIONS(1465), + [anon_sym_readonly] = ACTIONS(1465), + [anon_sym_get] = ACTIONS(1465), + [anon_sym_set] = ACTIONS(1465), + [anon_sym_declare] = ACTIONS(1465), + [anon_sym_public] = ACTIONS(1465), + [anon_sym_private] = ACTIONS(1465), + [anon_sym_protected] = ACTIONS(1465), + [anon_sym_override] = ACTIONS(1465), + [anon_sym_module] = ACTIONS(1465), + [anon_sym_any] = ACTIONS(1465), + [anon_sym_number] = ACTIONS(1465), + [anon_sym_boolean] = ACTIONS(1465), + [anon_sym_string] = ACTIONS(1465), + [anon_sym_symbol] = ACTIONS(1465), + [anon_sym_abstract] = ACTIONS(1465), + [anon_sym_interface] = ACTIONS(1465), + [anon_sym_enum] = ACTIONS(1465), + [sym__automatic_semicolon] = ACTIONS(1471), }, - [664] = { - [ts_builtin_sym_end] = ACTIONS(2157), - [sym_identifier] = ACTIONS(2159), - [anon_sym_export] = ACTIONS(2159), - [anon_sym_default] = ACTIONS(2159), - [anon_sym_type] = ACTIONS(2159), - [anon_sym_namespace] = ACTIONS(2159), - [anon_sym_LBRACE] = ACTIONS(2157), - [anon_sym_RBRACE] = ACTIONS(2157), - [anon_sym_typeof] = ACTIONS(2159), - [anon_sym_import] = ACTIONS(2159), - [anon_sym_var] = ACTIONS(2159), - [anon_sym_let] = ACTIONS(2159), - [anon_sym_const] = ACTIONS(2159), - [anon_sym_BANG] = ACTIONS(2157), - [anon_sym_else] = ACTIONS(2159), - [anon_sym_if] = ACTIONS(2159), - [anon_sym_switch] = ACTIONS(2159), - [anon_sym_for] = ACTIONS(2159), - [anon_sym_LPAREN] = ACTIONS(2157), - [anon_sym_await] = ACTIONS(2159), - [anon_sym_while] = ACTIONS(2159), - [anon_sym_do] = ACTIONS(2159), - [anon_sym_try] = ACTIONS(2159), - [anon_sym_with] = ACTIONS(2159), - [anon_sym_break] = ACTIONS(2159), - [anon_sym_continue] = ACTIONS(2159), - [anon_sym_debugger] = ACTIONS(2159), - [anon_sym_return] = ACTIONS(2159), - [anon_sym_throw] = ACTIONS(2159), - [anon_sym_SEMI] = ACTIONS(2157), - [anon_sym_case] = ACTIONS(2159), - [anon_sym_yield] = ACTIONS(2159), - [anon_sym_LBRACK] = ACTIONS(2157), - [anon_sym_LTtemplate_GT] = ACTIONS(2157), - [anon_sym_LT] = ACTIONS(2159), - [anon_sym_SLASH] = ACTIONS(2159), - [anon_sym_class] = ACTIONS(2159), - [anon_sym_async] = ACTIONS(2159), - [anon_sym_function] = ACTIONS(2159), - [anon_sym_new] = ACTIONS(2159), - [anon_sym_PLUS] = ACTIONS(2159), - [anon_sym_DASH] = ACTIONS(2159), - [anon_sym_TILDE] = ACTIONS(2157), - [anon_sym_void] = ACTIONS(2159), - [anon_sym_delete] = ACTIONS(2159), - [anon_sym_PLUS_PLUS] = ACTIONS(2157), - [anon_sym_DASH_DASH] = ACTIONS(2157), - [anon_sym_DQUOTE] = ACTIONS(2157), - [anon_sym_SQUOTE] = ACTIONS(2157), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2157), - [sym_number] = ACTIONS(2157), - [sym_this] = ACTIONS(2159), - [sym_super] = ACTIONS(2159), - [sym_true] = ACTIONS(2159), - [sym_false] = ACTIONS(2159), - [sym_null] = ACTIONS(2159), - [sym_undefined] = ACTIONS(2159), - [anon_sym_AT] = ACTIONS(2157), - [anon_sym_static] = ACTIONS(2159), - [anon_sym_readonly] = ACTIONS(2159), - [anon_sym_get] = ACTIONS(2159), - [anon_sym_set] = ACTIONS(2159), - [anon_sym_declare] = ACTIONS(2159), - [anon_sym_public] = ACTIONS(2159), - [anon_sym_private] = ACTIONS(2159), - [anon_sym_protected] = ACTIONS(2159), - [anon_sym_override] = ACTIONS(2159), - [anon_sym_module] = ACTIONS(2159), - [anon_sym_any] = ACTIONS(2159), - [anon_sym_number] = ACTIONS(2159), - [anon_sym_boolean] = ACTIONS(2159), - [anon_sym_string] = ACTIONS(2159), - [anon_sym_symbol] = ACTIONS(2159), - [anon_sym_abstract] = ACTIONS(2159), - [anon_sym_interface] = ACTIONS(2159), - [anon_sym_enum] = ACTIONS(2159), + [619] = { + [ts_builtin_sym_end] = ACTIONS(2099), + [sym_identifier] = ACTIONS(2101), + [anon_sym_export] = ACTIONS(2101), + [anon_sym_default] = ACTIONS(2101), + [anon_sym_type] = ACTIONS(2101), + [anon_sym_namespace] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2099), + [anon_sym_RBRACE] = ACTIONS(2099), + [anon_sym_typeof] = ACTIONS(2101), + [anon_sym_import] = ACTIONS(2101), + [anon_sym_var] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_const] = ACTIONS(2101), + [anon_sym_BANG] = ACTIONS(2099), + [anon_sym_else] = ACTIONS(2101), + [anon_sym_if] = ACTIONS(2101), + [anon_sym_switch] = ACTIONS(2101), + [anon_sym_for] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2099), + [anon_sym_RPAREN] = ACTIONS(2099), + [anon_sym_await] = ACTIONS(2101), + [anon_sym_while] = ACTIONS(2101), + [anon_sym_do] = ACTIONS(2101), + [anon_sym_try] = ACTIONS(2101), + [anon_sym_with] = ACTIONS(2101), + [anon_sym_break] = ACTIONS(2101), + [anon_sym_continue] = ACTIONS(2101), + [anon_sym_debugger] = ACTIONS(2101), + [anon_sym_return] = ACTIONS(2101), + [anon_sym_throw] = ACTIONS(2101), + [anon_sym_SEMI] = ACTIONS(2099), + [anon_sym_case] = ACTIONS(2101), + [anon_sym_yield] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2099), + [anon_sym_LTtemplate_GT] = ACTIONS(2099), + [anon_sym_class] = ACTIONS(2101), + [anon_sym_async] = ACTIONS(2101), + [anon_sym_function] = ACTIONS(2101), + [anon_sym_new] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2101), + [anon_sym_DASH] = ACTIONS(2101), + [anon_sym_SLASH] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2101), + [anon_sym_TILDE] = ACTIONS(2099), + [anon_sym_void] = ACTIONS(2101), + [anon_sym_delete] = ACTIONS(2101), + [anon_sym_PLUS_PLUS] = ACTIONS(2099), + [anon_sym_DASH_DASH] = ACTIONS(2101), + [anon_sym_DQUOTE] = ACTIONS(2099), + [anon_sym_SQUOTE] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2099), + [sym_number] = ACTIONS(2099), + [sym_this] = ACTIONS(2101), + [sym_super] = ACTIONS(2101), + [sym_true] = ACTIONS(2101), + [sym_false] = ACTIONS(2101), + [sym_null] = ACTIONS(2101), + [sym_undefined] = ACTIONS(2101), + [anon_sym_AT] = ACTIONS(2099), + [anon_sym_static] = ACTIONS(2101), + [anon_sym_readonly] = ACTIONS(2101), + [anon_sym_get] = ACTIONS(2101), + [anon_sym_set] = ACTIONS(2101), + [anon_sym_declare] = ACTIONS(2101), + [anon_sym_public] = ACTIONS(2101), + [anon_sym_private] = ACTIONS(2101), + [anon_sym_protected] = ACTIONS(2101), + [anon_sym_override] = ACTIONS(2101), + [anon_sym_module] = ACTIONS(2101), + [anon_sym_any] = ACTIONS(2101), + [anon_sym_number] = ACTIONS(2101), + [anon_sym_boolean] = ACTIONS(2101), + [anon_sym_string] = ACTIONS(2101), + [anon_sym_symbol] = ACTIONS(2101), + [anon_sym_abstract] = ACTIONS(2101), + [anon_sym_interface] = ACTIONS(2101), + [anon_sym_enum] = ACTIONS(2101), }, - [665] = { - [ts_builtin_sym_end] = ACTIONS(2161), - [sym_identifier] = ACTIONS(2163), - [anon_sym_export] = ACTIONS(2163), - [anon_sym_default] = ACTIONS(2163), - [anon_sym_type] = ACTIONS(2163), - [anon_sym_namespace] = ACTIONS(2163), - [anon_sym_LBRACE] = ACTIONS(2161), - [anon_sym_RBRACE] = ACTIONS(2161), - [anon_sym_typeof] = ACTIONS(2163), - [anon_sym_import] = ACTIONS(2163), - [anon_sym_var] = ACTIONS(2163), - [anon_sym_let] = ACTIONS(2163), - [anon_sym_const] = ACTIONS(2163), - [anon_sym_BANG] = ACTIONS(2161), - [anon_sym_else] = ACTIONS(2163), - [anon_sym_if] = ACTIONS(2163), - [anon_sym_switch] = ACTIONS(2163), - [anon_sym_for] = ACTIONS(2163), - [anon_sym_LPAREN] = ACTIONS(2161), - [anon_sym_await] = ACTIONS(2163), - [anon_sym_while] = ACTIONS(2163), - [anon_sym_do] = ACTIONS(2163), - [anon_sym_try] = ACTIONS(2163), - [anon_sym_with] = ACTIONS(2163), - [anon_sym_break] = ACTIONS(2163), - [anon_sym_continue] = ACTIONS(2163), - [anon_sym_debugger] = ACTIONS(2163), - [anon_sym_return] = ACTIONS(2163), - [anon_sym_throw] = ACTIONS(2163), - [anon_sym_SEMI] = ACTIONS(2161), - [anon_sym_case] = ACTIONS(2163), - [anon_sym_yield] = ACTIONS(2163), - [anon_sym_LBRACK] = ACTIONS(2161), - [anon_sym_LTtemplate_GT] = ACTIONS(2161), - [anon_sym_LT] = ACTIONS(2163), - [anon_sym_SLASH] = ACTIONS(2163), - [anon_sym_class] = ACTIONS(2163), - [anon_sym_async] = ACTIONS(2163), - [anon_sym_function] = ACTIONS(2163), - [anon_sym_new] = ACTIONS(2163), - [anon_sym_PLUS] = ACTIONS(2163), - [anon_sym_DASH] = ACTIONS(2163), - [anon_sym_TILDE] = ACTIONS(2161), - [anon_sym_void] = ACTIONS(2163), - [anon_sym_delete] = ACTIONS(2163), - [anon_sym_PLUS_PLUS] = ACTIONS(2161), - [anon_sym_DASH_DASH] = ACTIONS(2161), - [anon_sym_DQUOTE] = ACTIONS(2161), - [anon_sym_SQUOTE] = ACTIONS(2161), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2161), - [sym_number] = ACTIONS(2161), - [sym_this] = ACTIONS(2163), - [sym_super] = ACTIONS(2163), - [sym_true] = ACTIONS(2163), - [sym_false] = ACTIONS(2163), - [sym_null] = ACTIONS(2163), - [sym_undefined] = ACTIONS(2163), - [anon_sym_AT] = ACTIONS(2161), - [anon_sym_static] = ACTIONS(2163), - [anon_sym_readonly] = ACTIONS(2163), - [anon_sym_get] = ACTIONS(2163), - [anon_sym_set] = ACTIONS(2163), - [anon_sym_declare] = ACTIONS(2163), - [anon_sym_public] = ACTIONS(2163), - [anon_sym_private] = ACTIONS(2163), - [anon_sym_protected] = ACTIONS(2163), - [anon_sym_override] = ACTIONS(2163), - [anon_sym_module] = ACTIONS(2163), - [anon_sym_any] = ACTIONS(2163), - [anon_sym_number] = ACTIONS(2163), - [anon_sym_boolean] = ACTIONS(2163), - [anon_sym_string] = ACTIONS(2163), - [anon_sym_symbol] = ACTIONS(2163), - [anon_sym_abstract] = ACTIONS(2163), - [anon_sym_interface] = ACTIONS(2163), - [anon_sym_enum] = ACTIONS(2163), + [620] = { + [ts_builtin_sym_end] = ACTIONS(1485), + [sym_identifier] = ACTIONS(1487), + [anon_sym_export] = ACTIONS(1487), + [anon_sym_default] = ACTIONS(1487), + [anon_sym_type] = ACTIONS(1487), + [anon_sym_namespace] = ACTIONS(1487), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_RBRACE] = ACTIONS(1485), + [anon_sym_typeof] = ACTIONS(1487), + [anon_sym_import] = ACTIONS(1487), + [anon_sym_var] = ACTIONS(1487), + [anon_sym_let] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_BANG] = ACTIONS(1485), + [anon_sym_else] = ACTIONS(1487), + [anon_sym_if] = ACTIONS(1487), + [anon_sym_switch] = ACTIONS(1487), + [anon_sym_for] = ACTIONS(1487), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_await] = ACTIONS(1487), + [anon_sym_while] = ACTIONS(1487), + [anon_sym_do] = ACTIONS(1487), + [anon_sym_try] = ACTIONS(1487), + [anon_sym_with] = ACTIONS(1487), + [anon_sym_break] = ACTIONS(1487), + [anon_sym_continue] = ACTIONS(1487), + [anon_sym_debugger] = ACTIONS(1487), + [anon_sym_return] = ACTIONS(1487), + [anon_sym_throw] = ACTIONS(1487), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_case] = ACTIONS(1487), + [anon_sym_yield] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1485), + [anon_sym_LTtemplate_GT] = ACTIONS(1485), + [anon_sym_class] = ACTIONS(1487), + [anon_sym_async] = ACTIONS(1487), + [anon_sym_function] = ACTIONS(1487), + [anon_sym_new] = ACTIONS(1487), + [anon_sym_PLUS] = ACTIONS(1487), + [anon_sym_DASH] = ACTIONS(1487), + [anon_sym_SLASH] = ACTIONS(1487), + [anon_sym_LT] = ACTIONS(1487), + [anon_sym_TILDE] = ACTIONS(1485), + [anon_sym_void] = ACTIONS(1487), + [anon_sym_delete] = ACTIONS(1487), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_DASH_DASH] = ACTIONS(1487), + [anon_sym_DQUOTE] = ACTIONS(1485), + [anon_sym_SQUOTE] = ACTIONS(1485), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1485), + [sym_number] = ACTIONS(1485), + [sym_this] = ACTIONS(1487), + [sym_super] = ACTIONS(1487), + [sym_true] = ACTIONS(1487), + [sym_false] = ACTIONS(1487), + [sym_null] = ACTIONS(1487), + [sym_undefined] = ACTIONS(1487), + [anon_sym_AT] = ACTIONS(1485), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_get] = ACTIONS(1487), + [anon_sym_set] = ACTIONS(1487), + [anon_sym_declare] = ACTIONS(1487), + [anon_sym_public] = ACTIONS(1487), + [anon_sym_private] = ACTIONS(1487), + [anon_sym_protected] = ACTIONS(1487), + [anon_sym_override] = ACTIONS(1487), + [anon_sym_module] = ACTIONS(1487), + [anon_sym_any] = ACTIONS(1487), + [anon_sym_number] = ACTIONS(1487), + [anon_sym_boolean] = ACTIONS(1487), + [anon_sym_string] = ACTIONS(1487), + [anon_sym_symbol] = ACTIONS(1487), + [anon_sym_abstract] = ACTIONS(1487), + [anon_sym_interface] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [sym__automatic_semicolon] = ACTIONS(1493), }, - [666] = { - [ts_builtin_sym_end] = ACTIONS(2165), - [sym_identifier] = ACTIONS(2167), - [anon_sym_export] = ACTIONS(2167), - [anon_sym_default] = ACTIONS(2167), - [anon_sym_type] = ACTIONS(2167), - [anon_sym_namespace] = ACTIONS(2167), - [anon_sym_LBRACE] = ACTIONS(2165), - [anon_sym_RBRACE] = ACTIONS(2165), - [anon_sym_typeof] = ACTIONS(2167), - [anon_sym_import] = ACTIONS(2167), - [anon_sym_var] = ACTIONS(2167), - [anon_sym_let] = ACTIONS(2167), - [anon_sym_const] = ACTIONS(2167), - [anon_sym_BANG] = ACTIONS(2165), - [anon_sym_else] = ACTIONS(2167), - [anon_sym_if] = ACTIONS(2167), - [anon_sym_switch] = ACTIONS(2167), - [anon_sym_for] = ACTIONS(2167), - [anon_sym_LPAREN] = ACTIONS(2165), - [anon_sym_await] = ACTIONS(2167), - [anon_sym_while] = ACTIONS(2167), - [anon_sym_do] = ACTIONS(2167), - [anon_sym_try] = ACTIONS(2167), - [anon_sym_with] = ACTIONS(2167), - [anon_sym_break] = ACTIONS(2167), - [anon_sym_continue] = ACTIONS(2167), - [anon_sym_debugger] = ACTIONS(2167), - [anon_sym_return] = ACTIONS(2167), - [anon_sym_throw] = ACTIONS(2167), - [anon_sym_SEMI] = ACTIONS(2165), - [anon_sym_case] = ACTIONS(2167), - [anon_sym_yield] = ACTIONS(2167), - [anon_sym_LBRACK] = ACTIONS(2165), - [anon_sym_LTtemplate_GT] = ACTIONS(2165), - [anon_sym_LT] = ACTIONS(2167), - [anon_sym_SLASH] = ACTIONS(2167), - [anon_sym_class] = ACTIONS(2167), - [anon_sym_async] = ACTIONS(2167), - [anon_sym_function] = ACTIONS(2167), - [anon_sym_new] = ACTIONS(2167), - [anon_sym_PLUS] = ACTIONS(2167), - [anon_sym_DASH] = ACTIONS(2167), - [anon_sym_TILDE] = ACTIONS(2165), - [anon_sym_void] = ACTIONS(2167), - [anon_sym_delete] = ACTIONS(2167), - [anon_sym_PLUS_PLUS] = ACTIONS(2165), - [anon_sym_DASH_DASH] = ACTIONS(2165), - [anon_sym_DQUOTE] = ACTIONS(2165), - [anon_sym_SQUOTE] = ACTIONS(2165), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2165), - [sym_number] = ACTIONS(2165), - [sym_this] = ACTIONS(2167), - [sym_super] = ACTIONS(2167), - [sym_true] = ACTIONS(2167), - [sym_false] = ACTIONS(2167), - [sym_null] = ACTIONS(2167), - [sym_undefined] = ACTIONS(2167), - [anon_sym_AT] = ACTIONS(2165), - [anon_sym_static] = ACTIONS(2167), - [anon_sym_readonly] = ACTIONS(2167), - [anon_sym_get] = ACTIONS(2167), - [anon_sym_set] = ACTIONS(2167), - [anon_sym_declare] = ACTIONS(2167), - [anon_sym_public] = ACTIONS(2167), - [anon_sym_private] = ACTIONS(2167), - [anon_sym_protected] = ACTIONS(2167), - [anon_sym_override] = ACTIONS(2167), - [anon_sym_module] = ACTIONS(2167), - [anon_sym_any] = ACTIONS(2167), - [anon_sym_number] = ACTIONS(2167), - [anon_sym_boolean] = ACTIONS(2167), - [anon_sym_string] = ACTIONS(2167), - [anon_sym_symbol] = ACTIONS(2167), - [anon_sym_abstract] = ACTIONS(2167), - [anon_sym_interface] = ACTIONS(2167), - [anon_sym_enum] = ACTIONS(2167), + [621] = { + [sym_statement_block] = STATE(661), + [ts_builtin_sym_end] = ACTIONS(1379), + [sym_identifier] = ACTIONS(1381), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_default] = ACTIONS(1381), + [anon_sym_type] = ACTIONS(1381), + [anon_sym_namespace] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(2063), + [anon_sym_RBRACE] = ACTIONS(1379), + [anon_sym_typeof] = ACTIONS(1381), + [anon_sym_import] = ACTIONS(1381), + [anon_sym_var] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_switch] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1379), + [anon_sym_await] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_with] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_debugger] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_throw] = ACTIONS(1381), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1381), + [anon_sym_yield] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1379), + [anon_sym_LTtemplate_GT] = ACTIONS(1379), + [anon_sym_class] = ACTIONS(1381), + [anon_sym_async] = ACTIONS(1381), + [anon_sym_function] = ACTIONS(1381), + [anon_sym_new] = ACTIONS(1381), + [anon_sym_PLUS] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1381), + [anon_sym_SLASH] = ACTIONS(1381), + [anon_sym_LT] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1379), + [anon_sym_void] = ACTIONS(1381), + [anon_sym_delete] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1379), + [anon_sym_SQUOTE] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1379), + [sym_number] = ACTIONS(1379), + [sym_this] = ACTIONS(1381), + [sym_super] = ACTIONS(1381), + [sym_true] = ACTIONS(1381), + [sym_false] = ACTIONS(1381), + [sym_null] = ACTIONS(1381), + [sym_undefined] = ACTIONS(1381), + [anon_sym_AT] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1381), + [anon_sym_readonly] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(1381), + [anon_sym_set] = ACTIONS(1381), + [anon_sym_declare] = ACTIONS(1381), + [anon_sym_public] = ACTIONS(1381), + [anon_sym_private] = ACTIONS(1381), + [anon_sym_protected] = ACTIONS(1381), + [anon_sym_override] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_any] = ACTIONS(1381), + [anon_sym_number] = ACTIONS(1381), + [anon_sym_boolean] = ACTIONS(1381), + [anon_sym_string] = ACTIONS(1381), + [anon_sym_symbol] = ACTIONS(1381), + [anon_sym_abstract] = ACTIONS(1381), + [anon_sym_interface] = ACTIONS(1381), + [anon_sym_enum] = ACTIONS(1381), }, - [667] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), + [622] = { + [ts_builtin_sym_end] = ACTIONS(1541), + [sym_identifier] = ACTIONS(1543), + [anon_sym_export] = ACTIONS(1543), + [anon_sym_default] = ACTIONS(1543), + [anon_sym_type] = ACTIONS(1543), + [anon_sym_namespace] = ACTIONS(1543), + [anon_sym_LBRACE] = ACTIONS(1541), + [anon_sym_RBRACE] = ACTIONS(1541), + [anon_sym_typeof] = ACTIONS(1543), + [anon_sym_import] = ACTIONS(1543), + [anon_sym_var] = ACTIONS(1543), + [anon_sym_let] = ACTIONS(1543), + [anon_sym_const] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1541), + [anon_sym_else] = ACTIONS(1543), + [anon_sym_if] = ACTIONS(1543), + [anon_sym_switch] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1543), + [anon_sym_LPAREN] = ACTIONS(1541), + [anon_sym_await] = ACTIONS(1543), + [anon_sym_while] = ACTIONS(1543), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_try] = ACTIONS(1543), + [anon_sym_with] = ACTIONS(1543), + [anon_sym_break] = ACTIONS(1543), + [anon_sym_continue] = ACTIONS(1543), + [anon_sym_debugger] = ACTIONS(1543), + [anon_sym_return] = ACTIONS(1543), + [anon_sym_throw] = ACTIONS(1543), + [anon_sym_SEMI] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1543), + [anon_sym_yield] = ACTIONS(1543), + [anon_sym_LBRACK] = ACTIONS(1541), + [anon_sym_LTtemplate_GT] = ACTIONS(1541), + [anon_sym_class] = ACTIONS(1543), + [anon_sym_async] = ACTIONS(1543), + [anon_sym_function] = ACTIONS(1543), + [anon_sym_new] = ACTIONS(1543), + [anon_sym_PLUS] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1543), + [anon_sym_SLASH] = ACTIONS(1543), + [anon_sym_LT] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1541), + [anon_sym_void] = ACTIONS(1543), + [anon_sym_delete] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1541), + [anon_sym_SQUOTE] = ACTIONS(1541), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), - }, - [668] = { - [ts_builtin_sym_end] = ACTIONS(2169), - [sym_identifier] = ACTIONS(2171), - [anon_sym_export] = ACTIONS(2171), - [anon_sym_default] = ACTIONS(2171), - [anon_sym_type] = ACTIONS(2171), - [anon_sym_namespace] = ACTIONS(2171), - [anon_sym_LBRACE] = ACTIONS(2169), - [anon_sym_RBRACE] = ACTIONS(2169), - [anon_sym_typeof] = ACTIONS(2171), - [anon_sym_import] = ACTIONS(2171), - [anon_sym_var] = ACTIONS(2171), - [anon_sym_let] = ACTIONS(2171), - [anon_sym_const] = ACTIONS(2171), - [anon_sym_BANG] = ACTIONS(2169), - [anon_sym_else] = ACTIONS(2171), - [anon_sym_if] = ACTIONS(2171), - [anon_sym_switch] = ACTIONS(2171), - [anon_sym_for] = ACTIONS(2171), - [anon_sym_LPAREN] = ACTIONS(2169), - [anon_sym_await] = ACTIONS(2171), - [anon_sym_while] = ACTIONS(2171), - [anon_sym_do] = ACTIONS(2171), - [anon_sym_try] = ACTIONS(2171), - [anon_sym_with] = ACTIONS(2171), - [anon_sym_break] = ACTIONS(2171), - [anon_sym_continue] = ACTIONS(2171), - [anon_sym_debugger] = ACTIONS(2171), - [anon_sym_return] = ACTIONS(2171), - [anon_sym_throw] = ACTIONS(2171), - [anon_sym_SEMI] = ACTIONS(2169), - [anon_sym_case] = ACTIONS(2171), - [anon_sym_yield] = ACTIONS(2171), - [anon_sym_LBRACK] = ACTIONS(2169), - [anon_sym_LTtemplate_GT] = ACTIONS(2169), - [anon_sym_LT] = ACTIONS(2171), - [anon_sym_SLASH] = ACTIONS(2171), - [anon_sym_class] = ACTIONS(2171), - [anon_sym_async] = ACTIONS(2171), - [anon_sym_function] = ACTIONS(2171), - [anon_sym_new] = ACTIONS(2171), - [anon_sym_PLUS] = ACTIONS(2171), - [anon_sym_DASH] = ACTIONS(2171), - [anon_sym_TILDE] = ACTIONS(2169), - [anon_sym_void] = ACTIONS(2171), - [anon_sym_delete] = ACTIONS(2171), - [anon_sym_PLUS_PLUS] = ACTIONS(2169), - [anon_sym_DASH_DASH] = ACTIONS(2169), - [anon_sym_DQUOTE] = ACTIONS(2169), - [anon_sym_SQUOTE] = ACTIONS(2169), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2169), - [sym_number] = ACTIONS(2169), - [sym_this] = ACTIONS(2171), - [sym_super] = ACTIONS(2171), - [sym_true] = ACTIONS(2171), - [sym_false] = ACTIONS(2171), - [sym_null] = ACTIONS(2171), - [sym_undefined] = ACTIONS(2171), - [anon_sym_AT] = ACTIONS(2169), - [anon_sym_static] = ACTIONS(2171), - [anon_sym_readonly] = ACTIONS(2171), - [anon_sym_get] = ACTIONS(2171), - [anon_sym_set] = ACTIONS(2171), - [anon_sym_declare] = ACTIONS(2171), - [anon_sym_public] = ACTIONS(2171), - [anon_sym_private] = ACTIONS(2171), - [anon_sym_protected] = ACTIONS(2171), - [anon_sym_override] = ACTIONS(2171), - [anon_sym_module] = ACTIONS(2171), - [anon_sym_any] = ACTIONS(2171), - [anon_sym_number] = ACTIONS(2171), - [anon_sym_boolean] = ACTIONS(2171), - [anon_sym_string] = ACTIONS(2171), - [anon_sym_symbol] = ACTIONS(2171), - [anon_sym_abstract] = ACTIONS(2171), - [anon_sym_interface] = ACTIONS(2171), - [anon_sym_enum] = ACTIONS(2171), - }, - [669] = { - [ts_builtin_sym_end] = ACTIONS(1499), - [sym_identifier] = ACTIONS(1501), - [anon_sym_export] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_type] = ACTIONS(1501), - [anon_sym_namespace] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_typeof] = ACTIONS(1501), - [anon_sym_import] = ACTIONS(1501), - [anon_sym_var] = ACTIONS(1501), - [anon_sym_let] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1499), - [anon_sym_else] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_LPAREN] = ACTIONS(1499), - [anon_sym_await] = ACTIONS(1501), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_try] = ACTIONS(1501), - [anon_sym_with] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_debugger] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_throw] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_yield] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_LTtemplate_GT] = ACTIONS(1499), - [anon_sym_LT] = ACTIONS(1501), - [anon_sym_SLASH] = ACTIONS(1501), - [anon_sym_class] = ACTIONS(1501), - [anon_sym_async] = ACTIONS(1501), - [anon_sym_function] = ACTIONS(1501), - [anon_sym_new] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_void] = ACTIONS(1501), - [anon_sym_delete] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1499), - [sym_number] = ACTIONS(1499), - [sym_this] = ACTIONS(1501), - [sym_super] = ACTIONS(1501), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [sym_null] = ACTIONS(1501), - [sym_undefined] = ACTIONS(1501), - [anon_sym_AT] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_get] = ACTIONS(1501), - [anon_sym_set] = ACTIONS(1501), - [anon_sym_declare] = ACTIONS(1501), - [anon_sym_public] = ACTIONS(1501), - [anon_sym_private] = ACTIONS(1501), - [anon_sym_protected] = ACTIONS(1501), - [anon_sym_override] = ACTIONS(1501), - [anon_sym_module] = ACTIONS(1501), - [anon_sym_any] = ACTIONS(1501), - [anon_sym_number] = ACTIONS(1501), - [anon_sym_boolean] = ACTIONS(1501), - [anon_sym_string] = ACTIONS(1501), - [anon_sym_symbol] = ACTIONS(1501), - [anon_sym_abstract] = ACTIONS(1501), - [anon_sym_interface] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - }, - [670] = { - [ts_builtin_sym_end] = ACTIONS(2173), - [sym_identifier] = ACTIONS(2175), - [anon_sym_export] = ACTIONS(2175), - [anon_sym_default] = ACTIONS(2175), - [anon_sym_type] = ACTIONS(2175), - [anon_sym_namespace] = ACTIONS(2175), - [anon_sym_LBRACE] = ACTIONS(2173), - [anon_sym_RBRACE] = ACTIONS(2173), - [anon_sym_typeof] = ACTIONS(2175), - [anon_sym_import] = ACTIONS(2175), - [anon_sym_var] = ACTIONS(2175), - [anon_sym_let] = ACTIONS(2175), - [anon_sym_const] = ACTIONS(2175), - [anon_sym_BANG] = ACTIONS(2173), - [anon_sym_else] = ACTIONS(2175), - [anon_sym_if] = ACTIONS(2175), - [anon_sym_switch] = ACTIONS(2175), - [anon_sym_for] = ACTIONS(2175), - [anon_sym_LPAREN] = ACTIONS(2173), - [anon_sym_await] = ACTIONS(2175), - [anon_sym_while] = ACTIONS(2175), - [anon_sym_do] = ACTIONS(2175), - [anon_sym_try] = ACTIONS(2175), - [anon_sym_with] = ACTIONS(2175), - [anon_sym_break] = ACTIONS(2175), - [anon_sym_continue] = ACTIONS(2175), - [anon_sym_debugger] = ACTIONS(2175), - [anon_sym_return] = ACTIONS(2175), - [anon_sym_throw] = ACTIONS(2175), - [anon_sym_SEMI] = ACTIONS(2173), - [anon_sym_case] = ACTIONS(2175), - [anon_sym_yield] = ACTIONS(2175), - [anon_sym_LBRACK] = ACTIONS(2173), - [anon_sym_LTtemplate_GT] = ACTIONS(2173), - [anon_sym_LT] = ACTIONS(2175), - [anon_sym_SLASH] = ACTIONS(2175), - [anon_sym_class] = ACTIONS(2175), - [anon_sym_async] = ACTIONS(2175), - [anon_sym_function] = ACTIONS(2175), - [anon_sym_new] = ACTIONS(2175), - [anon_sym_PLUS] = ACTIONS(2175), - [anon_sym_DASH] = ACTIONS(2175), - [anon_sym_TILDE] = ACTIONS(2173), - [anon_sym_void] = ACTIONS(2175), - [anon_sym_delete] = ACTIONS(2175), - [anon_sym_PLUS_PLUS] = ACTIONS(2173), - [anon_sym_DASH_DASH] = ACTIONS(2173), - [anon_sym_DQUOTE] = ACTIONS(2173), - [anon_sym_SQUOTE] = ACTIONS(2173), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2173), - [sym_number] = ACTIONS(2173), - [sym_this] = ACTIONS(2175), - [sym_super] = ACTIONS(2175), - [sym_true] = ACTIONS(2175), - [sym_false] = ACTIONS(2175), - [sym_null] = ACTIONS(2175), - [sym_undefined] = ACTIONS(2175), - [anon_sym_AT] = ACTIONS(2173), - [anon_sym_static] = ACTIONS(2175), - [anon_sym_readonly] = ACTIONS(2175), - [anon_sym_get] = ACTIONS(2175), - [anon_sym_set] = ACTIONS(2175), - [anon_sym_declare] = ACTIONS(2175), - [anon_sym_public] = ACTIONS(2175), - [anon_sym_private] = ACTIONS(2175), - [anon_sym_protected] = ACTIONS(2175), - [anon_sym_override] = ACTIONS(2175), - [anon_sym_module] = ACTIONS(2175), - [anon_sym_any] = ACTIONS(2175), - [anon_sym_number] = ACTIONS(2175), - [anon_sym_boolean] = ACTIONS(2175), - [anon_sym_string] = ACTIONS(2175), - [anon_sym_symbol] = ACTIONS(2175), - [anon_sym_abstract] = ACTIONS(2175), - [anon_sym_interface] = ACTIONS(2175), - [anon_sym_enum] = ACTIONS(2175), + [anon_sym_BQUOTE] = ACTIONS(1541), + [sym_number] = ACTIONS(1541), + [sym_this] = ACTIONS(1543), + [sym_super] = ACTIONS(1543), + [sym_true] = ACTIONS(1543), + [sym_false] = ACTIONS(1543), + [sym_null] = ACTIONS(1543), + [sym_undefined] = ACTIONS(1543), + [anon_sym_AT] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1543), + [anon_sym_readonly] = ACTIONS(1543), + [anon_sym_get] = ACTIONS(1543), + [anon_sym_set] = ACTIONS(1543), + [anon_sym_declare] = ACTIONS(1543), + [anon_sym_public] = ACTIONS(1543), + [anon_sym_private] = ACTIONS(1543), + [anon_sym_protected] = ACTIONS(1543), + [anon_sym_override] = ACTIONS(1543), + [anon_sym_module] = ACTIONS(1543), + [anon_sym_any] = ACTIONS(1543), + [anon_sym_number] = ACTIONS(1543), + [anon_sym_boolean] = ACTIONS(1543), + [anon_sym_string] = ACTIONS(1543), + [anon_sym_symbol] = ACTIONS(1543), + [anon_sym_abstract] = ACTIONS(1543), + [anon_sym_interface] = ACTIONS(1543), + [anon_sym_enum] = ACTIONS(1543), + [sym__automatic_semicolon] = ACTIONS(1549), }, - [671] = { - [ts_builtin_sym_end] = ACTIONS(2177), - [sym_identifier] = ACTIONS(2179), - [anon_sym_export] = ACTIONS(2179), - [anon_sym_default] = ACTIONS(2179), - [anon_sym_type] = ACTIONS(2179), - [anon_sym_namespace] = ACTIONS(2179), - [anon_sym_LBRACE] = ACTIONS(2177), - [anon_sym_RBRACE] = ACTIONS(2177), - [anon_sym_typeof] = ACTIONS(2179), - [anon_sym_import] = ACTIONS(2179), - [anon_sym_var] = ACTIONS(2179), - [anon_sym_let] = ACTIONS(2179), - [anon_sym_const] = ACTIONS(2179), - [anon_sym_BANG] = ACTIONS(2177), - [anon_sym_else] = ACTIONS(2179), - [anon_sym_if] = ACTIONS(2179), - [anon_sym_switch] = ACTIONS(2179), - [anon_sym_for] = ACTIONS(2179), - [anon_sym_LPAREN] = ACTIONS(2177), - [anon_sym_await] = ACTIONS(2179), - [anon_sym_while] = ACTIONS(2179), - [anon_sym_do] = ACTIONS(2179), - [anon_sym_try] = ACTIONS(2179), - [anon_sym_with] = ACTIONS(2179), - [anon_sym_break] = ACTIONS(2179), - [anon_sym_continue] = ACTIONS(2179), - [anon_sym_debugger] = ACTIONS(2179), - [anon_sym_return] = ACTIONS(2179), - [anon_sym_throw] = ACTIONS(2179), - [anon_sym_SEMI] = ACTIONS(2177), - [anon_sym_case] = ACTIONS(2179), - [anon_sym_yield] = ACTIONS(2179), - [anon_sym_LBRACK] = ACTIONS(2177), - [anon_sym_LTtemplate_GT] = ACTIONS(2177), - [anon_sym_LT] = ACTIONS(2179), - [anon_sym_SLASH] = ACTIONS(2179), - [anon_sym_class] = ACTIONS(2179), - [anon_sym_async] = ACTIONS(2179), - [anon_sym_function] = ACTIONS(2179), - [anon_sym_new] = ACTIONS(2179), - [anon_sym_PLUS] = ACTIONS(2179), - [anon_sym_DASH] = ACTIONS(2179), - [anon_sym_TILDE] = ACTIONS(2177), - [anon_sym_void] = ACTIONS(2179), - [anon_sym_delete] = ACTIONS(2179), - [anon_sym_PLUS_PLUS] = ACTIONS(2177), - [anon_sym_DASH_DASH] = ACTIONS(2177), - [anon_sym_DQUOTE] = ACTIONS(2177), - [anon_sym_SQUOTE] = ACTIONS(2177), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2177), - [sym_number] = ACTIONS(2177), - [sym_this] = ACTIONS(2179), - [sym_super] = ACTIONS(2179), - [sym_true] = ACTIONS(2179), - [sym_false] = ACTIONS(2179), - [sym_null] = ACTIONS(2179), - [sym_undefined] = ACTIONS(2179), - [anon_sym_AT] = ACTIONS(2177), - [anon_sym_static] = ACTIONS(2179), - [anon_sym_readonly] = ACTIONS(2179), - [anon_sym_get] = ACTIONS(2179), - [anon_sym_set] = ACTIONS(2179), - [anon_sym_declare] = ACTIONS(2179), - [anon_sym_public] = ACTIONS(2179), - [anon_sym_private] = ACTIONS(2179), - [anon_sym_protected] = ACTIONS(2179), - [anon_sym_override] = ACTIONS(2179), - [anon_sym_module] = ACTIONS(2179), - [anon_sym_any] = ACTIONS(2179), - [anon_sym_number] = ACTIONS(2179), - [anon_sym_boolean] = ACTIONS(2179), - [anon_sym_string] = ACTIONS(2179), - [anon_sym_symbol] = ACTIONS(2179), - [anon_sym_abstract] = ACTIONS(2179), - [anon_sym_interface] = ACTIONS(2179), - [anon_sym_enum] = ACTIONS(2179), + [623] = { + [ts_builtin_sym_end] = ACTIONS(2103), + [sym_identifier] = ACTIONS(2105), + [anon_sym_export] = ACTIONS(2105), + [anon_sym_default] = ACTIONS(2105), + [anon_sym_type] = ACTIONS(2105), + [anon_sym_namespace] = ACTIONS(2105), + [anon_sym_LBRACE] = ACTIONS(2103), + [anon_sym_RBRACE] = ACTIONS(2103), + [anon_sym_typeof] = ACTIONS(2105), + [anon_sym_import] = ACTIONS(2105), + [anon_sym_var] = ACTIONS(2105), + [anon_sym_let] = ACTIONS(2105), + [anon_sym_const] = ACTIONS(2105), + [anon_sym_BANG] = ACTIONS(2103), + [anon_sym_else] = ACTIONS(2105), + [anon_sym_if] = ACTIONS(2105), + [anon_sym_switch] = ACTIONS(2105), + [anon_sym_for] = ACTIONS(2105), + [anon_sym_LPAREN] = ACTIONS(2103), + [anon_sym_await] = ACTIONS(2105), + [anon_sym_while] = ACTIONS(2105), + [anon_sym_do] = ACTIONS(2105), + [anon_sym_try] = ACTIONS(2105), + [anon_sym_with] = ACTIONS(2105), + [anon_sym_break] = ACTIONS(2105), + [anon_sym_continue] = ACTIONS(2105), + [anon_sym_debugger] = ACTIONS(2105), + [anon_sym_return] = ACTIONS(2105), + [anon_sym_throw] = ACTIONS(2105), + [anon_sym_SEMI] = ACTIONS(2103), + [anon_sym_case] = ACTIONS(2105), + [anon_sym_yield] = ACTIONS(2105), + [anon_sym_LBRACK] = ACTIONS(2103), + [anon_sym_LTtemplate_GT] = ACTIONS(2103), + [anon_sym_class] = ACTIONS(2105), + [anon_sym_async] = ACTIONS(2105), + [anon_sym_function] = ACTIONS(2105), + [anon_sym_new] = ACTIONS(2105), + [anon_sym_PLUS] = ACTIONS(2105), + [anon_sym_DASH] = ACTIONS(2105), + [anon_sym_SLASH] = ACTIONS(2105), + [anon_sym_LT] = ACTIONS(2105), + [anon_sym_TILDE] = ACTIONS(2103), + [anon_sym_void] = ACTIONS(2105), + [anon_sym_delete] = ACTIONS(2105), + [anon_sym_PLUS_PLUS] = ACTIONS(2103), + [anon_sym_DASH_DASH] = ACTIONS(2105), + [anon_sym_DQUOTE] = ACTIONS(2103), + [anon_sym_SQUOTE] = ACTIONS(2103), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2103), + [sym_number] = ACTIONS(2103), + [sym_this] = ACTIONS(2105), + [sym_super] = ACTIONS(2105), + [sym_true] = ACTIONS(2105), + [sym_false] = ACTIONS(2105), + [sym_null] = ACTIONS(2105), + [sym_undefined] = ACTIONS(2105), + [anon_sym_AT] = ACTIONS(2103), + [anon_sym_static] = ACTIONS(2105), + [anon_sym_readonly] = ACTIONS(2105), + [anon_sym_get] = ACTIONS(2105), + [anon_sym_set] = ACTIONS(2105), + [anon_sym_declare] = ACTIONS(2105), + [anon_sym_public] = ACTIONS(2105), + [anon_sym_private] = ACTIONS(2105), + [anon_sym_protected] = ACTIONS(2105), + [anon_sym_override] = ACTIONS(2105), + [anon_sym_module] = ACTIONS(2105), + [anon_sym_any] = ACTIONS(2105), + [anon_sym_number] = ACTIONS(2105), + [anon_sym_boolean] = ACTIONS(2105), + [anon_sym_string] = ACTIONS(2105), + [anon_sym_symbol] = ACTIONS(2105), + [anon_sym_abstract] = ACTIONS(2105), + [anon_sym_interface] = ACTIONS(2105), + [anon_sym_enum] = ACTIONS(2105), }, - [672] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), + [624] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), }, - [673] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), + [625] = { + [ts_builtin_sym_end] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(2113), + [anon_sym_default] = ACTIONS(2113), + [anon_sym_type] = ACTIONS(2113), + [anon_sym_namespace] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2111), + [anon_sym_typeof] = ACTIONS(2113), + [anon_sym_import] = ACTIONS(2113), + [anon_sym_var] = ACTIONS(2113), + [anon_sym_let] = ACTIONS(2113), + [anon_sym_const] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2111), + [anon_sym_else] = ACTIONS(2113), + [anon_sym_if] = ACTIONS(2113), + [anon_sym_switch] = ACTIONS(2113), + [anon_sym_for] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2111), + [anon_sym_await] = ACTIONS(2113), + [anon_sym_while] = ACTIONS(2113), + [anon_sym_do] = ACTIONS(2113), + [anon_sym_try] = ACTIONS(2113), + [anon_sym_with] = ACTIONS(2113), + [anon_sym_break] = ACTIONS(2113), + [anon_sym_continue] = ACTIONS(2113), + [anon_sym_debugger] = ACTIONS(2113), + [anon_sym_return] = ACTIONS(2113), + [anon_sym_throw] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_case] = ACTIONS(2113), + [anon_sym_yield] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2111), + [anon_sym_LTtemplate_GT] = ACTIONS(2111), + [anon_sym_class] = ACTIONS(2113), + [anon_sym_async] = ACTIONS(2113), + [anon_sym_function] = ACTIONS(2113), + [anon_sym_new] = ACTIONS(2113), + [anon_sym_PLUS] = ACTIONS(2113), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_SLASH] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_TILDE] = ACTIONS(2111), + [anon_sym_void] = ACTIONS(2113), + [anon_sym_delete] = ACTIONS(2113), + [anon_sym_PLUS_PLUS] = ACTIONS(2111), + [anon_sym_DASH_DASH] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(2111), + [anon_sym_SQUOTE] = ACTIONS(2111), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2111), + [sym_number] = ACTIONS(2111), + [sym_this] = ACTIONS(2113), + [sym_super] = ACTIONS(2113), + [sym_true] = ACTIONS(2113), + [sym_false] = ACTIONS(2113), + [sym_null] = ACTIONS(2113), + [sym_undefined] = ACTIONS(2113), + [anon_sym_AT] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2113), + [anon_sym_readonly] = ACTIONS(2113), + [anon_sym_get] = ACTIONS(2113), + [anon_sym_set] = ACTIONS(2113), + [anon_sym_declare] = ACTIONS(2113), + [anon_sym_public] = ACTIONS(2113), + [anon_sym_private] = ACTIONS(2113), + [anon_sym_protected] = ACTIONS(2113), + [anon_sym_override] = ACTIONS(2113), + [anon_sym_module] = ACTIONS(2113), + [anon_sym_any] = ACTIONS(2113), + [anon_sym_number] = ACTIONS(2113), + [anon_sym_boolean] = ACTIONS(2113), + [anon_sym_string] = ACTIONS(2113), + [anon_sym_symbol] = ACTIONS(2113), + [anon_sym_abstract] = ACTIONS(2113), + [anon_sym_interface] = ACTIONS(2113), + [anon_sym_enum] = ACTIONS(2113), }, - [674] = { - [ts_builtin_sym_end] = ACTIONS(2181), - [sym_identifier] = ACTIONS(2183), - [anon_sym_export] = ACTIONS(2183), - [anon_sym_default] = ACTIONS(2183), - [anon_sym_type] = ACTIONS(2183), - [anon_sym_namespace] = ACTIONS(2183), - [anon_sym_LBRACE] = ACTIONS(2181), - [anon_sym_RBRACE] = ACTIONS(2181), - [anon_sym_typeof] = ACTIONS(2183), - [anon_sym_import] = ACTIONS(2183), - [anon_sym_var] = ACTIONS(2183), - [anon_sym_let] = ACTIONS(2183), - [anon_sym_const] = ACTIONS(2183), - [anon_sym_BANG] = ACTIONS(2181), - [anon_sym_else] = ACTIONS(2183), - [anon_sym_if] = ACTIONS(2183), - [anon_sym_switch] = ACTIONS(2183), - [anon_sym_for] = ACTIONS(2183), - [anon_sym_LPAREN] = ACTIONS(2181), - [anon_sym_await] = ACTIONS(2183), - [anon_sym_while] = ACTIONS(2183), - [anon_sym_do] = ACTIONS(2183), - [anon_sym_try] = ACTIONS(2183), - [anon_sym_with] = ACTIONS(2183), - [anon_sym_break] = ACTIONS(2183), - [anon_sym_continue] = ACTIONS(2183), - [anon_sym_debugger] = ACTIONS(2183), - [anon_sym_return] = ACTIONS(2183), - [anon_sym_throw] = ACTIONS(2183), - [anon_sym_SEMI] = ACTIONS(2181), - [anon_sym_case] = ACTIONS(2183), - [anon_sym_yield] = ACTIONS(2183), - [anon_sym_LBRACK] = ACTIONS(2181), - [anon_sym_LTtemplate_GT] = ACTIONS(2181), - [anon_sym_LT] = ACTIONS(2183), - [anon_sym_SLASH] = ACTIONS(2183), - [anon_sym_class] = ACTIONS(2183), - [anon_sym_async] = ACTIONS(2183), - [anon_sym_function] = ACTIONS(2183), - [anon_sym_new] = ACTIONS(2183), - [anon_sym_PLUS] = ACTIONS(2183), - [anon_sym_DASH] = ACTIONS(2183), - [anon_sym_TILDE] = ACTIONS(2181), - [anon_sym_void] = ACTIONS(2183), - [anon_sym_delete] = ACTIONS(2183), - [anon_sym_PLUS_PLUS] = ACTIONS(2181), - [anon_sym_DASH_DASH] = ACTIONS(2181), - [anon_sym_DQUOTE] = ACTIONS(2181), - [anon_sym_SQUOTE] = ACTIONS(2181), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2181), - [sym_number] = ACTIONS(2181), - [sym_this] = ACTIONS(2183), - [sym_super] = ACTIONS(2183), - [sym_true] = ACTIONS(2183), - [sym_false] = ACTIONS(2183), - [sym_null] = ACTIONS(2183), - [sym_undefined] = ACTIONS(2183), - [anon_sym_AT] = ACTIONS(2181), - [anon_sym_static] = ACTIONS(2183), - [anon_sym_readonly] = ACTIONS(2183), - [anon_sym_get] = ACTIONS(2183), - [anon_sym_set] = ACTIONS(2183), - [anon_sym_declare] = ACTIONS(2183), - [anon_sym_public] = ACTIONS(2183), - [anon_sym_private] = ACTIONS(2183), - [anon_sym_protected] = ACTIONS(2183), - [anon_sym_override] = ACTIONS(2183), - [anon_sym_module] = ACTIONS(2183), - [anon_sym_any] = ACTIONS(2183), - [anon_sym_number] = ACTIONS(2183), - [anon_sym_boolean] = ACTIONS(2183), - [anon_sym_string] = ACTIONS(2183), - [anon_sym_symbol] = ACTIONS(2183), - [anon_sym_abstract] = ACTIONS(2183), - [anon_sym_interface] = ACTIONS(2183), - [anon_sym_enum] = ACTIONS(2183), + [626] = { + [ts_builtin_sym_end] = ACTIONS(2115), + [sym_identifier] = ACTIONS(2117), + [anon_sym_export] = ACTIONS(2117), + [anon_sym_default] = ACTIONS(2117), + [anon_sym_type] = ACTIONS(2117), + [anon_sym_namespace] = ACTIONS(2117), + [anon_sym_LBRACE] = ACTIONS(2115), + [anon_sym_RBRACE] = ACTIONS(2115), + [anon_sym_typeof] = ACTIONS(2117), + [anon_sym_import] = ACTIONS(2117), + [anon_sym_var] = ACTIONS(2117), + [anon_sym_let] = ACTIONS(2117), + [anon_sym_const] = ACTIONS(2117), + [anon_sym_BANG] = ACTIONS(2115), + [anon_sym_else] = ACTIONS(2117), + [anon_sym_if] = ACTIONS(2117), + [anon_sym_switch] = ACTIONS(2117), + [anon_sym_for] = ACTIONS(2117), + [anon_sym_LPAREN] = ACTIONS(2115), + [anon_sym_await] = ACTIONS(2117), + [anon_sym_while] = ACTIONS(2117), + [anon_sym_do] = ACTIONS(2117), + [anon_sym_try] = ACTIONS(2117), + [anon_sym_with] = ACTIONS(2117), + [anon_sym_break] = ACTIONS(2117), + [anon_sym_continue] = ACTIONS(2117), + [anon_sym_debugger] = ACTIONS(2117), + [anon_sym_return] = ACTIONS(2117), + [anon_sym_throw] = ACTIONS(2117), + [anon_sym_SEMI] = ACTIONS(2115), + [anon_sym_case] = ACTIONS(2117), + [anon_sym_yield] = ACTIONS(2117), + [anon_sym_LBRACK] = ACTIONS(2115), + [anon_sym_LTtemplate_GT] = ACTIONS(2115), + [anon_sym_class] = ACTIONS(2117), + [anon_sym_async] = ACTIONS(2117), + [anon_sym_function] = ACTIONS(2117), + [anon_sym_new] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(2117), + [anon_sym_DASH] = ACTIONS(2117), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_TILDE] = ACTIONS(2115), + [anon_sym_void] = ACTIONS(2117), + [anon_sym_delete] = ACTIONS(2117), + [anon_sym_PLUS_PLUS] = ACTIONS(2115), + [anon_sym_DASH_DASH] = ACTIONS(2117), + [anon_sym_DQUOTE] = ACTIONS(2115), + [anon_sym_SQUOTE] = ACTIONS(2115), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2115), + [sym_number] = ACTIONS(2115), + [sym_this] = ACTIONS(2117), + [sym_super] = ACTIONS(2117), + [sym_true] = ACTIONS(2117), + [sym_false] = ACTIONS(2117), + [sym_null] = ACTIONS(2117), + [sym_undefined] = ACTIONS(2117), + [anon_sym_AT] = ACTIONS(2115), + [anon_sym_static] = ACTIONS(2117), + [anon_sym_readonly] = ACTIONS(2117), + [anon_sym_get] = ACTIONS(2117), + [anon_sym_set] = ACTIONS(2117), + [anon_sym_declare] = ACTIONS(2117), + [anon_sym_public] = ACTIONS(2117), + [anon_sym_private] = ACTIONS(2117), + [anon_sym_protected] = ACTIONS(2117), + [anon_sym_override] = ACTIONS(2117), + [anon_sym_module] = ACTIONS(2117), + [anon_sym_any] = ACTIONS(2117), + [anon_sym_number] = ACTIONS(2117), + [anon_sym_boolean] = ACTIONS(2117), + [anon_sym_string] = ACTIONS(2117), + [anon_sym_symbol] = ACTIONS(2117), + [anon_sym_abstract] = ACTIONS(2117), + [anon_sym_interface] = ACTIONS(2117), + [anon_sym_enum] = ACTIONS(2117), }, - [675] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), + [627] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), }, - [676] = { - [ts_builtin_sym_end] = ACTIONS(2185), - [sym_identifier] = ACTIONS(2187), - [anon_sym_export] = ACTIONS(2187), - [anon_sym_default] = ACTIONS(2187), - [anon_sym_type] = ACTIONS(2187), - [anon_sym_namespace] = ACTIONS(2187), - [anon_sym_LBRACE] = ACTIONS(2185), - [anon_sym_RBRACE] = ACTIONS(2185), - [anon_sym_typeof] = ACTIONS(2187), - [anon_sym_import] = ACTIONS(2187), - [anon_sym_var] = ACTIONS(2187), - [anon_sym_let] = ACTIONS(2187), - [anon_sym_const] = ACTIONS(2187), - [anon_sym_BANG] = ACTIONS(2185), - [anon_sym_else] = ACTIONS(2187), - [anon_sym_if] = ACTIONS(2187), - [anon_sym_switch] = ACTIONS(2187), - [anon_sym_for] = ACTIONS(2187), - [anon_sym_LPAREN] = ACTIONS(2185), - [anon_sym_await] = ACTIONS(2187), - [anon_sym_while] = ACTIONS(2187), - [anon_sym_do] = ACTIONS(2187), - [anon_sym_try] = ACTIONS(2187), - [anon_sym_with] = ACTIONS(2187), - [anon_sym_break] = ACTIONS(2187), - [anon_sym_continue] = ACTIONS(2187), - [anon_sym_debugger] = ACTIONS(2187), - [anon_sym_return] = ACTIONS(2187), - [anon_sym_throw] = ACTIONS(2187), - [anon_sym_SEMI] = ACTIONS(2185), - [anon_sym_case] = ACTIONS(2187), - [anon_sym_yield] = ACTIONS(2187), - [anon_sym_LBRACK] = ACTIONS(2185), - [anon_sym_LTtemplate_GT] = ACTIONS(2185), - [anon_sym_LT] = ACTIONS(2187), - [anon_sym_SLASH] = ACTIONS(2187), - [anon_sym_class] = ACTIONS(2187), - [anon_sym_async] = ACTIONS(2187), - [anon_sym_function] = ACTIONS(2187), - [anon_sym_new] = ACTIONS(2187), - [anon_sym_PLUS] = ACTIONS(2187), - [anon_sym_DASH] = ACTIONS(2187), - [anon_sym_TILDE] = ACTIONS(2185), - [anon_sym_void] = ACTIONS(2187), - [anon_sym_delete] = ACTIONS(2187), - [anon_sym_PLUS_PLUS] = ACTIONS(2185), - [anon_sym_DASH_DASH] = ACTIONS(2185), - [anon_sym_DQUOTE] = ACTIONS(2185), - [anon_sym_SQUOTE] = ACTIONS(2185), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2185), - [sym_number] = ACTIONS(2185), - [sym_this] = ACTIONS(2187), - [sym_super] = ACTIONS(2187), - [sym_true] = ACTIONS(2187), - [sym_false] = ACTIONS(2187), - [sym_null] = ACTIONS(2187), - [sym_undefined] = ACTIONS(2187), - [anon_sym_AT] = ACTIONS(2185), - [anon_sym_static] = ACTIONS(2187), - [anon_sym_readonly] = ACTIONS(2187), - [anon_sym_get] = ACTIONS(2187), - [anon_sym_set] = ACTIONS(2187), - [anon_sym_declare] = ACTIONS(2187), - [anon_sym_public] = ACTIONS(2187), - [anon_sym_private] = ACTIONS(2187), - [anon_sym_protected] = ACTIONS(2187), - [anon_sym_override] = ACTIONS(2187), - [anon_sym_module] = ACTIONS(2187), - [anon_sym_any] = ACTIONS(2187), - [anon_sym_number] = ACTIONS(2187), - [anon_sym_boolean] = ACTIONS(2187), - [anon_sym_string] = ACTIONS(2187), - [anon_sym_symbol] = ACTIONS(2187), - [anon_sym_abstract] = ACTIONS(2187), - [anon_sym_interface] = ACTIONS(2187), - [anon_sym_enum] = ACTIONS(2187), + [628] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), }, - [677] = { - [ts_builtin_sym_end] = ACTIONS(2189), - [sym_identifier] = ACTIONS(2191), - [anon_sym_export] = ACTIONS(2191), - [anon_sym_default] = ACTIONS(2191), - [anon_sym_type] = ACTIONS(2191), - [anon_sym_namespace] = ACTIONS(2191), - [anon_sym_LBRACE] = ACTIONS(2189), - [anon_sym_RBRACE] = ACTIONS(2189), - [anon_sym_typeof] = ACTIONS(2191), - [anon_sym_import] = ACTIONS(2191), - [anon_sym_var] = ACTIONS(2191), - [anon_sym_let] = ACTIONS(2191), - [anon_sym_const] = ACTIONS(2191), - [anon_sym_BANG] = ACTIONS(2189), - [anon_sym_else] = ACTIONS(2191), - [anon_sym_if] = ACTIONS(2191), - [anon_sym_switch] = ACTIONS(2191), - [anon_sym_for] = ACTIONS(2191), - [anon_sym_LPAREN] = ACTIONS(2189), - [anon_sym_await] = ACTIONS(2191), - [anon_sym_while] = ACTIONS(2191), - [anon_sym_do] = ACTIONS(2191), - [anon_sym_try] = ACTIONS(2191), - [anon_sym_with] = ACTIONS(2191), - [anon_sym_break] = ACTIONS(2191), - [anon_sym_continue] = ACTIONS(2191), - [anon_sym_debugger] = ACTIONS(2191), - [anon_sym_return] = ACTIONS(2191), - [anon_sym_throw] = ACTIONS(2191), - [anon_sym_SEMI] = ACTIONS(2189), - [anon_sym_case] = ACTIONS(2191), - [anon_sym_yield] = ACTIONS(2191), - [anon_sym_LBRACK] = ACTIONS(2189), - [anon_sym_LTtemplate_GT] = ACTIONS(2189), - [anon_sym_LT] = ACTIONS(2191), - [anon_sym_SLASH] = ACTIONS(2191), - [anon_sym_class] = ACTIONS(2191), - [anon_sym_async] = ACTIONS(2191), - [anon_sym_function] = ACTIONS(2191), - [anon_sym_new] = ACTIONS(2191), - [anon_sym_PLUS] = ACTIONS(2191), - [anon_sym_DASH] = ACTIONS(2191), - [anon_sym_TILDE] = ACTIONS(2189), - [anon_sym_void] = ACTIONS(2191), - [anon_sym_delete] = ACTIONS(2191), - [anon_sym_PLUS_PLUS] = ACTIONS(2189), - [anon_sym_DASH_DASH] = ACTIONS(2189), - [anon_sym_DQUOTE] = ACTIONS(2189), - [anon_sym_SQUOTE] = ACTIONS(2189), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2189), - [sym_number] = ACTIONS(2189), - [sym_this] = ACTIONS(2191), - [sym_super] = ACTIONS(2191), - [sym_true] = ACTIONS(2191), - [sym_false] = ACTIONS(2191), - [sym_null] = ACTIONS(2191), - [sym_undefined] = ACTIONS(2191), - [anon_sym_AT] = ACTIONS(2189), - [anon_sym_static] = ACTIONS(2191), - [anon_sym_readonly] = ACTIONS(2191), - [anon_sym_get] = ACTIONS(2191), - [anon_sym_set] = ACTIONS(2191), - [anon_sym_declare] = ACTIONS(2191), - [anon_sym_public] = ACTIONS(2191), - [anon_sym_private] = ACTIONS(2191), - [anon_sym_protected] = ACTIONS(2191), - [anon_sym_override] = ACTIONS(2191), - [anon_sym_module] = ACTIONS(2191), - [anon_sym_any] = ACTIONS(2191), - [anon_sym_number] = ACTIONS(2191), - [anon_sym_boolean] = ACTIONS(2191), - [anon_sym_string] = ACTIONS(2191), - [anon_sym_symbol] = ACTIONS(2191), - [anon_sym_abstract] = ACTIONS(2191), - [anon_sym_interface] = ACTIONS(2191), - [anon_sym_enum] = ACTIONS(2191), + [629] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), }, - [678] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [630] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), }, - [679] = { - [ts_builtin_sym_end] = ACTIONS(2193), - [sym_identifier] = ACTIONS(2195), - [anon_sym_export] = ACTIONS(2195), - [anon_sym_default] = ACTIONS(2195), - [anon_sym_type] = ACTIONS(2195), - [anon_sym_namespace] = ACTIONS(2195), - [anon_sym_LBRACE] = ACTIONS(2193), - [anon_sym_RBRACE] = ACTIONS(2193), - [anon_sym_typeof] = ACTIONS(2195), - [anon_sym_import] = ACTIONS(2195), - [anon_sym_var] = ACTIONS(2195), - [anon_sym_let] = ACTIONS(2195), - [anon_sym_const] = ACTIONS(2195), - [anon_sym_BANG] = ACTIONS(2193), - [anon_sym_else] = ACTIONS(2195), - [anon_sym_if] = ACTIONS(2195), - [anon_sym_switch] = ACTIONS(2195), - [anon_sym_for] = ACTIONS(2195), - [anon_sym_LPAREN] = ACTIONS(2193), - [anon_sym_await] = ACTIONS(2195), - [anon_sym_while] = ACTIONS(2195), - [anon_sym_do] = ACTIONS(2195), - [anon_sym_try] = ACTIONS(2195), - [anon_sym_with] = ACTIONS(2195), - [anon_sym_break] = ACTIONS(2195), - [anon_sym_continue] = ACTIONS(2195), - [anon_sym_debugger] = ACTIONS(2195), - [anon_sym_return] = ACTIONS(2195), - [anon_sym_throw] = ACTIONS(2195), - [anon_sym_SEMI] = ACTIONS(2193), - [anon_sym_case] = ACTIONS(2195), - [anon_sym_yield] = ACTIONS(2195), - [anon_sym_LBRACK] = ACTIONS(2193), - [anon_sym_LTtemplate_GT] = ACTIONS(2193), - [anon_sym_LT] = ACTIONS(2195), - [anon_sym_SLASH] = ACTIONS(2195), - [anon_sym_class] = ACTIONS(2195), - [anon_sym_async] = ACTIONS(2195), - [anon_sym_function] = ACTIONS(2195), - [anon_sym_new] = ACTIONS(2195), - [anon_sym_PLUS] = ACTIONS(2195), - [anon_sym_DASH] = ACTIONS(2195), - [anon_sym_TILDE] = ACTIONS(2193), - [anon_sym_void] = ACTIONS(2195), - [anon_sym_delete] = ACTIONS(2195), - [anon_sym_PLUS_PLUS] = ACTIONS(2193), - [anon_sym_DASH_DASH] = ACTIONS(2193), - [anon_sym_DQUOTE] = ACTIONS(2193), - [anon_sym_SQUOTE] = ACTIONS(2193), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2193), - [sym_number] = ACTIONS(2193), - [sym_this] = ACTIONS(2195), - [sym_super] = ACTIONS(2195), - [sym_true] = ACTIONS(2195), - [sym_false] = ACTIONS(2195), - [sym_null] = ACTIONS(2195), - [sym_undefined] = ACTIONS(2195), - [anon_sym_AT] = ACTIONS(2193), - [anon_sym_static] = ACTIONS(2195), - [anon_sym_readonly] = ACTIONS(2195), - [anon_sym_get] = ACTIONS(2195), - [anon_sym_set] = ACTIONS(2195), - [anon_sym_declare] = ACTIONS(2195), - [anon_sym_public] = ACTIONS(2195), - [anon_sym_private] = ACTIONS(2195), - [anon_sym_protected] = ACTIONS(2195), - [anon_sym_override] = ACTIONS(2195), - [anon_sym_module] = ACTIONS(2195), - [anon_sym_any] = ACTIONS(2195), - [anon_sym_number] = ACTIONS(2195), - [anon_sym_boolean] = ACTIONS(2195), - [anon_sym_string] = ACTIONS(2195), - [anon_sym_symbol] = ACTIONS(2195), - [anon_sym_abstract] = ACTIONS(2195), - [anon_sym_interface] = ACTIONS(2195), - [anon_sym_enum] = ACTIONS(2195), + [631] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), }, - [680] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [632] = { + [ts_builtin_sym_end] = ACTIONS(2127), + [sym_identifier] = ACTIONS(2129), + [anon_sym_export] = ACTIONS(2129), + [anon_sym_default] = ACTIONS(2129), + [anon_sym_type] = ACTIONS(2129), + [anon_sym_namespace] = ACTIONS(2129), + [anon_sym_LBRACE] = ACTIONS(2127), + [anon_sym_RBRACE] = ACTIONS(2127), + [anon_sym_typeof] = ACTIONS(2129), + [anon_sym_import] = ACTIONS(2129), + [anon_sym_var] = ACTIONS(2129), + [anon_sym_let] = ACTIONS(2129), + [anon_sym_const] = ACTIONS(2129), + [anon_sym_BANG] = ACTIONS(2127), + [anon_sym_else] = ACTIONS(2129), + [anon_sym_if] = ACTIONS(2129), + [anon_sym_switch] = ACTIONS(2129), + [anon_sym_for] = ACTIONS(2129), + [anon_sym_LPAREN] = ACTIONS(2127), + [anon_sym_await] = ACTIONS(2129), + [anon_sym_while] = ACTIONS(2129), + [anon_sym_do] = ACTIONS(2129), + [anon_sym_try] = ACTIONS(2129), + [anon_sym_with] = ACTIONS(2129), + [anon_sym_break] = ACTIONS(2129), + [anon_sym_continue] = ACTIONS(2129), + [anon_sym_debugger] = ACTIONS(2129), + [anon_sym_return] = ACTIONS(2129), + [anon_sym_throw] = ACTIONS(2129), + [anon_sym_SEMI] = ACTIONS(2127), + [anon_sym_case] = ACTIONS(2129), + [anon_sym_yield] = ACTIONS(2129), + [anon_sym_LBRACK] = ACTIONS(2127), + [anon_sym_LTtemplate_GT] = ACTIONS(2127), + [anon_sym_class] = ACTIONS(2129), + [anon_sym_async] = ACTIONS(2129), + [anon_sym_function] = ACTIONS(2129), + [anon_sym_new] = ACTIONS(2129), + [anon_sym_PLUS] = ACTIONS(2129), + [anon_sym_DASH] = ACTIONS(2129), + [anon_sym_SLASH] = ACTIONS(2129), + [anon_sym_LT] = ACTIONS(2129), + [anon_sym_TILDE] = ACTIONS(2127), + [anon_sym_void] = ACTIONS(2129), + [anon_sym_delete] = ACTIONS(2129), + [anon_sym_PLUS_PLUS] = ACTIONS(2127), + [anon_sym_DASH_DASH] = ACTIONS(2129), + [anon_sym_DQUOTE] = ACTIONS(2127), + [anon_sym_SQUOTE] = ACTIONS(2127), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2127), + [sym_number] = ACTIONS(2127), + [sym_this] = ACTIONS(2129), + [sym_super] = ACTIONS(2129), + [sym_true] = ACTIONS(2129), + [sym_false] = ACTIONS(2129), + [sym_null] = ACTIONS(2129), + [sym_undefined] = ACTIONS(2129), + [anon_sym_AT] = ACTIONS(2127), + [anon_sym_static] = ACTIONS(2129), + [anon_sym_readonly] = ACTIONS(2129), + [anon_sym_get] = ACTIONS(2129), + [anon_sym_set] = ACTIONS(2129), + [anon_sym_declare] = ACTIONS(2129), + [anon_sym_public] = ACTIONS(2129), + [anon_sym_private] = ACTIONS(2129), + [anon_sym_protected] = ACTIONS(2129), + [anon_sym_override] = ACTIONS(2129), + [anon_sym_module] = ACTIONS(2129), + [anon_sym_any] = ACTIONS(2129), + [anon_sym_number] = ACTIONS(2129), + [anon_sym_boolean] = ACTIONS(2129), + [anon_sym_string] = ACTIONS(2129), + [anon_sym_symbol] = ACTIONS(2129), + [anon_sym_abstract] = ACTIONS(2129), + [anon_sym_interface] = ACTIONS(2129), + [anon_sym_enum] = ACTIONS(2129), }, - [681] = { - [ts_builtin_sym_end] = ACTIONS(1495), - [sym_identifier] = ACTIONS(1497), - [anon_sym_export] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_type] = ACTIONS(1497), - [anon_sym_namespace] = ACTIONS(1497), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_RBRACE] = ACTIONS(1495), - [anon_sym_typeof] = ACTIONS(1497), - [anon_sym_import] = ACTIONS(1497), - [anon_sym_var] = ACTIONS(1497), - [anon_sym_let] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_BANG] = ACTIONS(1495), - [anon_sym_else] = ACTIONS(1497), - [anon_sym_if] = ACTIONS(1497), - [anon_sym_switch] = ACTIONS(1497), - [anon_sym_for] = ACTIONS(1497), - [anon_sym_LPAREN] = ACTIONS(1495), - [anon_sym_await] = ACTIONS(1497), - [anon_sym_while] = ACTIONS(1497), - [anon_sym_do] = ACTIONS(1497), - [anon_sym_try] = ACTIONS(1497), - [anon_sym_with] = ACTIONS(1497), - [anon_sym_break] = ACTIONS(1497), - [anon_sym_continue] = ACTIONS(1497), - [anon_sym_debugger] = ACTIONS(1497), - [anon_sym_return] = ACTIONS(1497), - [anon_sym_throw] = ACTIONS(1497), - [anon_sym_SEMI] = ACTIONS(1495), - [anon_sym_case] = ACTIONS(1497), - [anon_sym_yield] = ACTIONS(1497), - [anon_sym_LBRACK] = ACTIONS(1495), - [anon_sym_LTtemplate_GT] = ACTIONS(1495), - [anon_sym_LT] = ACTIONS(1497), - [anon_sym_SLASH] = ACTIONS(1497), - [anon_sym_class] = ACTIONS(1497), - [anon_sym_async] = ACTIONS(1497), - [anon_sym_function] = ACTIONS(1497), - [anon_sym_new] = ACTIONS(1497), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_TILDE] = ACTIONS(1495), - [anon_sym_void] = ACTIONS(1497), - [anon_sym_delete] = ACTIONS(1497), - [anon_sym_PLUS_PLUS] = ACTIONS(1495), - [anon_sym_DASH_DASH] = ACTIONS(1495), - [anon_sym_DQUOTE] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1495), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1495), - [sym_number] = ACTIONS(1495), - [sym_this] = ACTIONS(1497), - [sym_super] = ACTIONS(1497), - [sym_true] = ACTIONS(1497), - [sym_false] = ACTIONS(1497), - [sym_null] = ACTIONS(1497), - [sym_undefined] = ACTIONS(1497), - [anon_sym_AT] = ACTIONS(1495), - [anon_sym_static] = ACTIONS(1497), - [anon_sym_readonly] = ACTIONS(1497), - [anon_sym_get] = ACTIONS(1497), - [anon_sym_set] = ACTIONS(1497), - [anon_sym_declare] = ACTIONS(1497), - [anon_sym_public] = ACTIONS(1497), - [anon_sym_private] = ACTIONS(1497), - [anon_sym_protected] = ACTIONS(1497), - [anon_sym_override] = ACTIONS(1497), - [anon_sym_module] = ACTIONS(1497), - [anon_sym_any] = ACTIONS(1497), - [anon_sym_number] = ACTIONS(1497), - [anon_sym_boolean] = ACTIONS(1497), - [anon_sym_string] = ACTIONS(1497), - [anon_sym_symbol] = ACTIONS(1497), - [anon_sym_abstract] = ACTIONS(1497), - [anon_sym_interface] = ACTIONS(1497), - [anon_sym_enum] = ACTIONS(1497), + [633] = { + [ts_builtin_sym_end] = ACTIONS(2127), + [sym_identifier] = ACTIONS(2129), + [anon_sym_export] = ACTIONS(2129), + [anon_sym_default] = ACTIONS(2129), + [anon_sym_type] = ACTIONS(2129), + [anon_sym_namespace] = ACTIONS(2129), + [anon_sym_LBRACE] = ACTIONS(2127), + [anon_sym_RBRACE] = ACTIONS(2127), + [anon_sym_typeof] = ACTIONS(2129), + [anon_sym_import] = ACTIONS(2129), + [anon_sym_var] = ACTIONS(2129), + [anon_sym_let] = ACTIONS(2129), + [anon_sym_const] = ACTIONS(2129), + [anon_sym_BANG] = ACTIONS(2127), + [anon_sym_else] = ACTIONS(2129), + [anon_sym_if] = ACTIONS(2129), + [anon_sym_switch] = ACTIONS(2129), + [anon_sym_for] = ACTIONS(2129), + [anon_sym_LPAREN] = ACTIONS(2127), + [anon_sym_await] = ACTIONS(2129), + [anon_sym_while] = ACTIONS(2129), + [anon_sym_do] = ACTIONS(2129), + [anon_sym_try] = ACTIONS(2129), + [anon_sym_with] = ACTIONS(2129), + [anon_sym_break] = ACTIONS(2129), + [anon_sym_continue] = ACTIONS(2129), + [anon_sym_debugger] = ACTIONS(2129), + [anon_sym_return] = ACTIONS(2129), + [anon_sym_throw] = ACTIONS(2129), + [anon_sym_SEMI] = ACTIONS(2127), + [anon_sym_case] = ACTIONS(2129), + [anon_sym_yield] = ACTIONS(2129), + [anon_sym_LBRACK] = ACTIONS(2127), + [anon_sym_LTtemplate_GT] = ACTIONS(2127), + [anon_sym_class] = ACTIONS(2129), + [anon_sym_async] = ACTIONS(2129), + [anon_sym_function] = ACTIONS(2129), + [anon_sym_new] = ACTIONS(2129), + [anon_sym_PLUS] = ACTIONS(2129), + [anon_sym_DASH] = ACTIONS(2129), + [anon_sym_SLASH] = ACTIONS(2129), + [anon_sym_LT] = ACTIONS(2129), + [anon_sym_TILDE] = ACTIONS(2127), + [anon_sym_void] = ACTIONS(2129), + [anon_sym_delete] = ACTIONS(2129), + [anon_sym_PLUS_PLUS] = ACTIONS(2127), + [anon_sym_DASH_DASH] = ACTIONS(2129), + [anon_sym_DQUOTE] = ACTIONS(2127), + [anon_sym_SQUOTE] = ACTIONS(2127), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2127), + [sym_number] = ACTIONS(2127), + [sym_this] = ACTIONS(2129), + [sym_super] = ACTIONS(2129), + [sym_true] = ACTIONS(2129), + [sym_false] = ACTIONS(2129), + [sym_null] = ACTIONS(2129), + [sym_undefined] = ACTIONS(2129), + [anon_sym_AT] = ACTIONS(2127), + [anon_sym_static] = ACTIONS(2129), + [anon_sym_readonly] = ACTIONS(2129), + [anon_sym_get] = ACTIONS(2129), + [anon_sym_set] = ACTIONS(2129), + [anon_sym_declare] = ACTIONS(2129), + [anon_sym_public] = ACTIONS(2129), + [anon_sym_private] = ACTIONS(2129), + [anon_sym_protected] = ACTIONS(2129), + [anon_sym_override] = ACTIONS(2129), + [anon_sym_module] = ACTIONS(2129), + [anon_sym_any] = ACTIONS(2129), + [anon_sym_number] = ACTIONS(2129), + [anon_sym_boolean] = ACTIONS(2129), + [anon_sym_string] = ACTIONS(2129), + [anon_sym_symbol] = ACTIONS(2129), + [anon_sym_abstract] = ACTIONS(2129), + [anon_sym_interface] = ACTIONS(2129), + [anon_sym_enum] = ACTIONS(2129), }, - [682] = { - [ts_builtin_sym_end] = ACTIONS(2197), - [sym_identifier] = ACTIONS(2199), - [anon_sym_export] = ACTIONS(2199), - [anon_sym_default] = ACTIONS(2199), - [anon_sym_type] = ACTIONS(2199), - [anon_sym_namespace] = ACTIONS(2199), - [anon_sym_LBRACE] = ACTIONS(2197), - [anon_sym_RBRACE] = ACTIONS(2197), - [anon_sym_typeof] = ACTIONS(2199), - [anon_sym_import] = ACTIONS(2199), - [anon_sym_var] = ACTIONS(2199), - [anon_sym_let] = ACTIONS(2199), - [anon_sym_const] = ACTIONS(2199), - [anon_sym_BANG] = ACTIONS(2197), - [anon_sym_else] = ACTIONS(2199), - [anon_sym_if] = ACTIONS(2199), - [anon_sym_switch] = ACTIONS(2199), - [anon_sym_for] = ACTIONS(2199), - [anon_sym_LPAREN] = ACTIONS(2197), - [anon_sym_await] = ACTIONS(2199), - [anon_sym_while] = ACTIONS(2199), - [anon_sym_do] = ACTIONS(2199), - [anon_sym_try] = ACTIONS(2199), - [anon_sym_with] = ACTIONS(2199), - [anon_sym_break] = ACTIONS(2199), - [anon_sym_continue] = ACTIONS(2199), - [anon_sym_debugger] = ACTIONS(2199), - [anon_sym_return] = ACTIONS(2199), - [anon_sym_throw] = ACTIONS(2199), - [anon_sym_SEMI] = ACTIONS(2197), - [anon_sym_case] = ACTIONS(2199), - [anon_sym_yield] = ACTIONS(2199), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_LTtemplate_GT] = ACTIONS(2197), - [anon_sym_LT] = ACTIONS(2199), - [anon_sym_SLASH] = ACTIONS(2199), - [anon_sym_class] = ACTIONS(2199), - [anon_sym_async] = ACTIONS(2199), - [anon_sym_function] = ACTIONS(2199), - [anon_sym_new] = ACTIONS(2199), - [anon_sym_PLUS] = ACTIONS(2199), - [anon_sym_DASH] = ACTIONS(2199), - [anon_sym_TILDE] = ACTIONS(2197), - [anon_sym_void] = ACTIONS(2199), - [anon_sym_delete] = ACTIONS(2199), - [anon_sym_PLUS_PLUS] = ACTIONS(2197), - [anon_sym_DASH_DASH] = ACTIONS(2197), - [anon_sym_DQUOTE] = ACTIONS(2197), - [anon_sym_SQUOTE] = ACTIONS(2197), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2197), - [sym_number] = ACTIONS(2197), - [sym_this] = ACTIONS(2199), - [sym_super] = ACTIONS(2199), - [sym_true] = ACTIONS(2199), - [sym_false] = ACTIONS(2199), - [sym_null] = ACTIONS(2199), - [sym_undefined] = ACTIONS(2199), - [anon_sym_AT] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(2199), - [anon_sym_readonly] = ACTIONS(2199), - [anon_sym_get] = ACTIONS(2199), - [anon_sym_set] = ACTIONS(2199), - [anon_sym_declare] = ACTIONS(2199), - [anon_sym_public] = ACTIONS(2199), - [anon_sym_private] = ACTIONS(2199), - [anon_sym_protected] = ACTIONS(2199), - [anon_sym_override] = ACTIONS(2199), - [anon_sym_module] = ACTIONS(2199), - [anon_sym_any] = ACTIONS(2199), - [anon_sym_number] = ACTIONS(2199), - [anon_sym_boolean] = ACTIONS(2199), - [anon_sym_string] = ACTIONS(2199), - [anon_sym_symbol] = ACTIONS(2199), - [anon_sym_abstract] = ACTIONS(2199), - [anon_sym_interface] = ACTIONS(2199), - [anon_sym_enum] = ACTIONS(2199), + [634] = { + [ts_builtin_sym_end] = ACTIONS(2131), + [sym_identifier] = ACTIONS(2133), + [anon_sym_export] = ACTIONS(2133), + [anon_sym_default] = ACTIONS(2133), + [anon_sym_type] = ACTIONS(2133), + [anon_sym_namespace] = ACTIONS(2133), + [anon_sym_LBRACE] = ACTIONS(2131), + [anon_sym_RBRACE] = ACTIONS(2131), + [anon_sym_typeof] = ACTIONS(2133), + [anon_sym_import] = ACTIONS(2133), + [anon_sym_var] = ACTIONS(2133), + [anon_sym_let] = ACTIONS(2133), + [anon_sym_const] = ACTIONS(2133), + [anon_sym_BANG] = ACTIONS(2131), + [anon_sym_else] = ACTIONS(2133), + [anon_sym_if] = ACTIONS(2133), + [anon_sym_switch] = ACTIONS(2133), + [anon_sym_for] = ACTIONS(2133), + [anon_sym_LPAREN] = ACTIONS(2131), + [anon_sym_await] = ACTIONS(2133), + [anon_sym_while] = ACTIONS(2133), + [anon_sym_do] = ACTIONS(2133), + [anon_sym_try] = ACTIONS(2133), + [anon_sym_with] = ACTIONS(2133), + [anon_sym_break] = ACTIONS(2133), + [anon_sym_continue] = ACTIONS(2133), + [anon_sym_debugger] = ACTIONS(2133), + [anon_sym_return] = ACTIONS(2133), + [anon_sym_throw] = ACTIONS(2133), + [anon_sym_SEMI] = ACTIONS(2131), + [anon_sym_case] = ACTIONS(2133), + [anon_sym_yield] = ACTIONS(2133), + [anon_sym_LBRACK] = ACTIONS(2131), + [anon_sym_LTtemplate_GT] = ACTIONS(2131), + [anon_sym_class] = ACTIONS(2133), + [anon_sym_async] = ACTIONS(2133), + [anon_sym_function] = ACTIONS(2133), + [anon_sym_new] = ACTIONS(2133), + [anon_sym_PLUS] = ACTIONS(2133), + [anon_sym_DASH] = ACTIONS(2133), + [anon_sym_SLASH] = ACTIONS(2133), + [anon_sym_LT] = ACTIONS(2133), + [anon_sym_TILDE] = ACTIONS(2131), + [anon_sym_void] = ACTIONS(2133), + [anon_sym_delete] = ACTIONS(2133), + [anon_sym_PLUS_PLUS] = ACTIONS(2131), + [anon_sym_DASH_DASH] = ACTIONS(2133), + [anon_sym_DQUOTE] = ACTIONS(2131), + [anon_sym_SQUOTE] = ACTIONS(2131), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2131), + [sym_number] = ACTIONS(2131), + [sym_this] = ACTIONS(2133), + [sym_super] = ACTIONS(2133), + [sym_true] = ACTIONS(2133), + [sym_false] = ACTIONS(2133), + [sym_null] = ACTIONS(2133), + [sym_undefined] = ACTIONS(2133), + [anon_sym_AT] = ACTIONS(2131), + [anon_sym_static] = ACTIONS(2133), + [anon_sym_readonly] = ACTIONS(2133), + [anon_sym_get] = ACTIONS(2133), + [anon_sym_set] = ACTIONS(2133), + [anon_sym_declare] = ACTIONS(2133), + [anon_sym_public] = ACTIONS(2133), + [anon_sym_private] = ACTIONS(2133), + [anon_sym_protected] = ACTIONS(2133), + [anon_sym_override] = ACTIONS(2133), + [anon_sym_module] = ACTIONS(2133), + [anon_sym_any] = ACTIONS(2133), + [anon_sym_number] = ACTIONS(2133), + [anon_sym_boolean] = ACTIONS(2133), + [anon_sym_string] = ACTIONS(2133), + [anon_sym_symbol] = ACTIONS(2133), + [anon_sym_abstract] = ACTIONS(2133), + [anon_sym_interface] = ACTIONS(2133), + [anon_sym_enum] = ACTIONS(2133), }, - [683] = { - [ts_builtin_sym_end] = ACTIONS(2201), - [sym_identifier] = ACTIONS(2203), - [anon_sym_export] = ACTIONS(2203), - [anon_sym_default] = ACTIONS(2203), - [anon_sym_type] = ACTIONS(2203), - [anon_sym_namespace] = ACTIONS(2203), - [anon_sym_LBRACE] = ACTIONS(2201), - [anon_sym_RBRACE] = ACTIONS(2201), - [anon_sym_typeof] = ACTIONS(2203), - [anon_sym_import] = ACTIONS(2203), - [anon_sym_var] = ACTIONS(2203), - [anon_sym_let] = ACTIONS(2203), - [anon_sym_const] = ACTIONS(2203), - [anon_sym_BANG] = ACTIONS(2201), - [anon_sym_else] = ACTIONS(2203), - [anon_sym_if] = ACTIONS(2203), - [anon_sym_switch] = ACTIONS(2203), - [anon_sym_for] = ACTIONS(2203), - [anon_sym_LPAREN] = ACTIONS(2201), - [anon_sym_await] = ACTIONS(2203), - [anon_sym_while] = ACTIONS(2203), - [anon_sym_do] = ACTIONS(2203), - [anon_sym_try] = ACTIONS(2203), - [anon_sym_with] = ACTIONS(2203), - [anon_sym_break] = ACTIONS(2203), - [anon_sym_continue] = ACTIONS(2203), - [anon_sym_debugger] = ACTIONS(2203), - [anon_sym_return] = ACTIONS(2203), - [anon_sym_throw] = ACTIONS(2203), - [anon_sym_SEMI] = ACTIONS(2201), - [anon_sym_case] = ACTIONS(2203), - [anon_sym_yield] = ACTIONS(2203), - [anon_sym_LBRACK] = ACTIONS(2201), - [anon_sym_LTtemplate_GT] = ACTIONS(2201), - [anon_sym_LT] = ACTIONS(2203), - [anon_sym_SLASH] = ACTIONS(2203), - [anon_sym_class] = ACTIONS(2203), - [anon_sym_async] = ACTIONS(2203), - [anon_sym_function] = ACTIONS(2203), - [anon_sym_new] = ACTIONS(2203), - [anon_sym_PLUS] = ACTIONS(2203), - [anon_sym_DASH] = ACTIONS(2203), - [anon_sym_TILDE] = ACTIONS(2201), - [anon_sym_void] = ACTIONS(2203), - [anon_sym_delete] = ACTIONS(2203), - [anon_sym_PLUS_PLUS] = ACTIONS(2201), - [anon_sym_DASH_DASH] = ACTIONS(2201), - [anon_sym_DQUOTE] = ACTIONS(2201), - [anon_sym_SQUOTE] = ACTIONS(2201), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2201), - [sym_number] = ACTIONS(2201), - [sym_this] = ACTIONS(2203), - [sym_super] = ACTIONS(2203), - [sym_true] = ACTIONS(2203), - [sym_false] = ACTIONS(2203), - [sym_null] = ACTIONS(2203), - [sym_undefined] = ACTIONS(2203), - [anon_sym_AT] = ACTIONS(2201), - [anon_sym_static] = ACTIONS(2203), - [anon_sym_readonly] = ACTIONS(2203), - [anon_sym_get] = ACTIONS(2203), - [anon_sym_set] = ACTIONS(2203), - [anon_sym_declare] = ACTIONS(2203), - [anon_sym_public] = ACTIONS(2203), - [anon_sym_private] = ACTIONS(2203), - [anon_sym_protected] = ACTIONS(2203), - [anon_sym_override] = ACTIONS(2203), - [anon_sym_module] = ACTIONS(2203), - [anon_sym_any] = ACTIONS(2203), - [anon_sym_number] = ACTIONS(2203), - [anon_sym_boolean] = ACTIONS(2203), - [anon_sym_string] = ACTIONS(2203), - [anon_sym_symbol] = ACTIONS(2203), - [anon_sym_abstract] = ACTIONS(2203), - [anon_sym_interface] = ACTIONS(2203), - [anon_sym_enum] = ACTIONS(2203), + [635] = { + [ts_builtin_sym_end] = ACTIONS(2135), + [sym_identifier] = ACTIONS(2137), + [anon_sym_export] = ACTIONS(2137), + [anon_sym_default] = ACTIONS(2137), + [anon_sym_type] = ACTIONS(2137), + [anon_sym_namespace] = ACTIONS(2137), + [anon_sym_LBRACE] = ACTIONS(2135), + [anon_sym_RBRACE] = ACTIONS(2135), + [anon_sym_typeof] = ACTIONS(2137), + [anon_sym_import] = ACTIONS(2137), + [anon_sym_var] = ACTIONS(2137), + [anon_sym_let] = ACTIONS(2137), + [anon_sym_const] = ACTIONS(2137), + [anon_sym_BANG] = ACTIONS(2135), + [anon_sym_else] = ACTIONS(2137), + [anon_sym_if] = ACTIONS(2137), + [anon_sym_switch] = ACTIONS(2137), + [anon_sym_for] = ACTIONS(2137), + [anon_sym_LPAREN] = ACTIONS(2135), + [anon_sym_await] = ACTIONS(2137), + [anon_sym_while] = ACTIONS(2137), + [anon_sym_do] = ACTIONS(2137), + [anon_sym_try] = ACTIONS(2137), + [anon_sym_with] = ACTIONS(2137), + [anon_sym_break] = ACTIONS(2137), + [anon_sym_continue] = ACTIONS(2137), + [anon_sym_debugger] = ACTIONS(2137), + [anon_sym_return] = ACTIONS(2137), + [anon_sym_throw] = ACTIONS(2137), + [anon_sym_SEMI] = ACTIONS(2135), + [anon_sym_case] = ACTIONS(2137), + [anon_sym_yield] = ACTIONS(2137), + [anon_sym_LBRACK] = ACTIONS(2135), + [anon_sym_LTtemplate_GT] = ACTIONS(2135), + [anon_sym_class] = ACTIONS(2137), + [anon_sym_async] = ACTIONS(2137), + [anon_sym_function] = ACTIONS(2137), + [anon_sym_new] = ACTIONS(2137), + [anon_sym_PLUS] = ACTIONS(2137), + [anon_sym_DASH] = ACTIONS(2137), + [anon_sym_SLASH] = ACTIONS(2137), + [anon_sym_LT] = ACTIONS(2137), + [anon_sym_TILDE] = ACTIONS(2135), + [anon_sym_void] = ACTIONS(2137), + [anon_sym_delete] = ACTIONS(2137), + [anon_sym_PLUS_PLUS] = ACTIONS(2135), + [anon_sym_DASH_DASH] = ACTIONS(2137), + [anon_sym_DQUOTE] = ACTIONS(2135), + [anon_sym_SQUOTE] = ACTIONS(2135), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2135), + [sym_number] = ACTIONS(2135), + [sym_this] = ACTIONS(2137), + [sym_super] = ACTIONS(2137), + [sym_true] = ACTIONS(2137), + [sym_false] = ACTIONS(2137), + [sym_null] = ACTIONS(2137), + [sym_undefined] = ACTIONS(2137), + [anon_sym_AT] = ACTIONS(2135), + [anon_sym_static] = ACTIONS(2137), + [anon_sym_readonly] = ACTIONS(2137), + [anon_sym_get] = ACTIONS(2137), + [anon_sym_set] = ACTIONS(2137), + [anon_sym_declare] = ACTIONS(2137), + [anon_sym_public] = ACTIONS(2137), + [anon_sym_private] = ACTIONS(2137), + [anon_sym_protected] = ACTIONS(2137), + [anon_sym_override] = ACTIONS(2137), + [anon_sym_module] = ACTIONS(2137), + [anon_sym_any] = ACTIONS(2137), + [anon_sym_number] = ACTIONS(2137), + [anon_sym_boolean] = ACTIONS(2137), + [anon_sym_string] = ACTIONS(2137), + [anon_sym_symbol] = ACTIONS(2137), + [anon_sym_abstract] = ACTIONS(2137), + [anon_sym_interface] = ACTIONS(2137), + [anon_sym_enum] = ACTIONS(2137), }, - [684] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), + [636] = { + [ts_builtin_sym_end] = ACTIONS(2139), + [sym_identifier] = ACTIONS(2141), + [anon_sym_export] = ACTIONS(2141), + [anon_sym_default] = ACTIONS(2141), + [anon_sym_type] = ACTIONS(2141), + [anon_sym_namespace] = ACTIONS(2141), + [anon_sym_LBRACE] = ACTIONS(2139), + [anon_sym_RBRACE] = ACTIONS(2139), + [anon_sym_typeof] = ACTIONS(2141), + [anon_sym_import] = ACTIONS(2141), + [anon_sym_var] = ACTIONS(2141), + [anon_sym_let] = ACTIONS(2141), + [anon_sym_const] = ACTIONS(2141), + [anon_sym_BANG] = ACTIONS(2139), + [anon_sym_else] = ACTIONS(2141), + [anon_sym_if] = ACTIONS(2141), + [anon_sym_switch] = ACTIONS(2141), + [anon_sym_for] = ACTIONS(2141), + [anon_sym_LPAREN] = ACTIONS(2139), + [anon_sym_await] = ACTIONS(2141), + [anon_sym_while] = ACTIONS(2141), + [anon_sym_do] = ACTIONS(2141), + [anon_sym_try] = ACTIONS(2141), + [anon_sym_with] = ACTIONS(2141), + [anon_sym_break] = ACTIONS(2141), + [anon_sym_continue] = ACTIONS(2141), + [anon_sym_debugger] = ACTIONS(2141), + [anon_sym_return] = ACTIONS(2141), + [anon_sym_throw] = ACTIONS(2141), + [anon_sym_SEMI] = ACTIONS(2139), + [anon_sym_case] = ACTIONS(2141), + [anon_sym_yield] = ACTIONS(2141), + [anon_sym_LBRACK] = ACTIONS(2139), + [anon_sym_LTtemplate_GT] = ACTIONS(2139), + [anon_sym_class] = ACTIONS(2141), + [anon_sym_async] = ACTIONS(2141), + [anon_sym_function] = ACTIONS(2141), + [anon_sym_new] = ACTIONS(2141), + [anon_sym_PLUS] = ACTIONS(2141), + [anon_sym_DASH] = ACTIONS(2141), + [anon_sym_SLASH] = ACTIONS(2141), + [anon_sym_LT] = ACTIONS(2141), + [anon_sym_TILDE] = ACTIONS(2139), + [anon_sym_void] = ACTIONS(2141), + [anon_sym_delete] = ACTIONS(2141), + [anon_sym_PLUS_PLUS] = ACTIONS(2139), + [anon_sym_DASH_DASH] = ACTIONS(2141), + [anon_sym_DQUOTE] = ACTIONS(2139), + [anon_sym_SQUOTE] = ACTIONS(2139), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2139), + [sym_number] = ACTIONS(2139), + [sym_this] = ACTIONS(2141), + [sym_super] = ACTIONS(2141), + [sym_true] = ACTIONS(2141), + [sym_false] = ACTIONS(2141), + [sym_null] = ACTIONS(2141), + [sym_undefined] = ACTIONS(2141), + [anon_sym_AT] = ACTIONS(2139), + [anon_sym_static] = ACTIONS(2141), + [anon_sym_readonly] = ACTIONS(2141), + [anon_sym_get] = ACTIONS(2141), + [anon_sym_set] = ACTIONS(2141), + [anon_sym_declare] = ACTIONS(2141), + [anon_sym_public] = ACTIONS(2141), + [anon_sym_private] = ACTIONS(2141), + [anon_sym_protected] = ACTIONS(2141), + [anon_sym_override] = ACTIONS(2141), + [anon_sym_module] = ACTIONS(2141), + [anon_sym_any] = ACTIONS(2141), + [anon_sym_number] = ACTIONS(2141), + [anon_sym_boolean] = ACTIONS(2141), + [anon_sym_string] = ACTIONS(2141), + [anon_sym_symbol] = ACTIONS(2141), + [anon_sym_abstract] = ACTIONS(2141), + [anon_sym_interface] = ACTIONS(2141), + [anon_sym_enum] = ACTIONS(2141), }, - [685] = { - [ts_builtin_sym_end] = ACTIONS(2205), - [sym_identifier] = ACTIONS(2207), - [anon_sym_export] = ACTIONS(2207), - [anon_sym_default] = ACTIONS(2207), - [anon_sym_type] = ACTIONS(2207), - [anon_sym_namespace] = ACTIONS(2207), - [anon_sym_LBRACE] = ACTIONS(2205), - [anon_sym_RBRACE] = ACTIONS(2205), - [anon_sym_typeof] = ACTIONS(2207), - [anon_sym_import] = ACTIONS(2207), - [anon_sym_var] = ACTIONS(2207), - [anon_sym_let] = ACTIONS(2207), - [anon_sym_const] = ACTIONS(2207), - [anon_sym_BANG] = ACTIONS(2205), - [anon_sym_else] = ACTIONS(2207), - [anon_sym_if] = ACTIONS(2207), - [anon_sym_switch] = ACTIONS(2207), - [anon_sym_for] = ACTIONS(2207), - [anon_sym_LPAREN] = ACTIONS(2205), - [anon_sym_await] = ACTIONS(2207), - [anon_sym_while] = ACTIONS(2207), - [anon_sym_do] = ACTIONS(2207), - [anon_sym_try] = ACTIONS(2207), - [anon_sym_with] = ACTIONS(2207), - [anon_sym_break] = ACTIONS(2207), - [anon_sym_continue] = ACTIONS(2207), - [anon_sym_debugger] = ACTIONS(2207), - [anon_sym_return] = ACTIONS(2207), - [anon_sym_throw] = ACTIONS(2207), - [anon_sym_SEMI] = ACTIONS(2205), - [anon_sym_case] = ACTIONS(2207), - [anon_sym_yield] = ACTIONS(2207), - [anon_sym_LBRACK] = ACTIONS(2205), - [anon_sym_LTtemplate_GT] = ACTIONS(2205), - [anon_sym_LT] = ACTIONS(2207), - [anon_sym_SLASH] = ACTIONS(2207), - [anon_sym_class] = ACTIONS(2207), - [anon_sym_async] = ACTIONS(2207), - [anon_sym_function] = ACTIONS(2207), - [anon_sym_new] = ACTIONS(2207), - [anon_sym_PLUS] = ACTIONS(2207), - [anon_sym_DASH] = ACTIONS(2207), - [anon_sym_TILDE] = ACTIONS(2205), - [anon_sym_void] = ACTIONS(2207), - [anon_sym_delete] = ACTIONS(2207), - [anon_sym_PLUS_PLUS] = ACTIONS(2205), - [anon_sym_DASH_DASH] = ACTIONS(2205), - [anon_sym_DQUOTE] = ACTIONS(2205), - [anon_sym_SQUOTE] = ACTIONS(2205), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2205), - [sym_number] = ACTIONS(2205), - [sym_this] = ACTIONS(2207), - [sym_super] = ACTIONS(2207), - [sym_true] = ACTIONS(2207), - [sym_false] = ACTIONS(2207), - [sym_null] = ACTIONS(2207), - [sym_undefined] = ACTIONS(2207), - [anon_sym_AT] = ACTIONS(2205), - [anon_sym_static] = ACTIONS(2207), - [anon_sym_readonly] = ACTIONS(2207), - [anon_sym_get] = ACTIONS(2207), - [anon_sym_set] = ACTIONS(2207), - [anon_sym_declare] = ACTIONS(2207), - [anon_sym_public] = ACTIONS(2207), - [anon_sym_private] = ACTIONS(2207), - [anon_sym_protected] = ACTIONS(2207), - [anon_sym_override] = ACTIONS(2207), - [anon_sym_module] = ACTIONS(2207), - [anon_sym_any] = ACTIONS(2207), - [anon_sym_number] = ACTIONS(2207), - [anon_sym_boolean] = ACTIONS(2207), - [anon_sym_string] = ACTIONS(2207), - [anon_sym_symbol] = ACTIONS(2207), - [anon_sym_abstract] = ACTIONS(2207), - [anon_sym_interface] = ACTIONS(2207), - [anon_sym_enum] = ACTIONS(2207), + [637] = { + [ts_builtin_sym_end] = ACTIONS(2143), + [sym_identifier] = ACTIONS(2145), + [anon_sym_export] = ACTIONS(2145), + [anon_sym_default] = ACTIONS(2145), + [anon_sym_type] = ACTIONS(2145), + [anon_sym_namespace] = ACTIONS(2145), + [anon_sym_LBRACE] = ACTIONS(2143), + [anon_sym_RBRACE] = ACTIONS(2143), + [anon_sym_typeof] = ACTIONS(2145), + [anon_sym_import] = ACTIONS(2145), + [anon_sym_var] = ACTIONS(2145), + [anon_sym_let] = ACTIONS(2145), + [anon_sym_const] = ACTIONS(2145), + [anon_sym_BANG] = ACTIONS(2143), + [anon_sym_else] = ACTIONS(2145), + [anon_sym_if] = ACTIONS(2145), + [anon_sym_switch] = ACTIONS(2145), + [anon_sym_for] = ACTIONS(2145), + [anon_sym_LPAREN] = ACTIONS(2143), + [anon_sym_await] = ACTIONS(2145), + [anon_sym_while] = ACTIONS(2145), + [anon_sym_do] = ACTIONS(2145), + [anon_sym_try] = ACTIONS(2145), + [anon_sym_with] = ACTIONS(2145), + [anon_sym_break] = ACTIONS(2145), + [anon_sym_continue] = ACTIONS(2145), + [anon_sym_debugger] = ACTIONS(2145), + [anon_sym_return] = ACTIONS(2145), + [anon_sym_throw] = ACTIONS(2145), + [anon_sym_SEMI] = ACTIONS(2143), + [anon_sym_case] = ACTIONS(2145), + [anon_sym_yield] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2143), + [anon_sym_LTtemplate_GT] = ACTIONS(2143), + [anon_sym_class] = ACTIONS(2145), + [anon_sym_async] = ACTIONS(2145), + [anon_sym_function] = ACTIONS(2145), + [anon_sym_new] = ACTIONS(2145), + [anon_sym_PLUS] = ACTIONS(2145), + [anon_sym_DASH] = ACTIONS(2145), + [anon_sym_SLASH] = ACTIONS(2145), + [anon_sym_LT] = ACTIONS(2145), + [anon_sym_TILDE] = ACTIONS(2143), + [anon_sym_void] = ACTIONS(2145), + [anon_sym_delete] = ACTIONS(2145), + [anon_sym_PLUS_PLUS] = ACTIONS(2143), + [anon_sym_DASH_DASH] = ACTIONS(2145), + [anon_sym_DQUOTE] = ACTIONS(2143), + [anon_sym_SQUOTE] = ACTIONS(2143), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2143), + [sym_number] = ACTIONS(2143), + [sym_this] = ACTIONS(2145), + [sym_super] = ACTIONS(2145), + [sym_true] = ACTIONS(2145), + [sym_false] = ACTIONS(2145), + [sym_null] = ACTIONS(2145), + [sym_undefined] = ACTIONS(2145), + [anon_sym_AT] = ACTIONS(2143), + [anon_sym_static] = ACTIONS(2145), + [anon_sym_readonly] = ACTIONS(2145), + [anon_sym_get] = ACTIONS(2145), + [anon_sym_set] = ACTIONS(2145), + [anon_sym_declare] = ACTIONS(2145), + [anon_sym_public] = ACTIONS(2145), + [anon_sym_private] = ACTIONS(2145), + [anon_sym_protected] = ACTIONS(2145), + [anon_sym_override] = ACTIONS(2145), + [anon_sym_module] = ACTIONS(2145), + [anon_sym_any] = ACTIONS(2145), + [anon_sym_number] = ACTIONS(2145), + [anon_sym_boolean] = ACTIONS(2145), + [anon_sym_string] = ACTIONS(2145), + [anon_sym_symbol] = ACTIONS(2145), + [anon_sym_abstract] = ACTIONS(2145), + [anon_sym_interface] = ACTIONS(2145), + [anon_sym_enum] = ACTIONS(2145), }, - [686] = { - [ts_builtin_sym_end] = ACTIONS(2209), - [sym_identifier] = ACTIONS(2211), - [anon_sym_export] = ACTIONS(2211), - [anon_sym_default] = ACTIONS(2211), - [anon_sym_type] = ACTIONS(2211), - [anon_sym_namespace] = ACTIONS(2211), - [anon_sym_LBRACE] = ACTIONS(2209), - [anon_sym_RBRACE] = ACTIONS(2209), - [anon_sym_typeof] = ACTIONS(2211), - [anon_sym_import] = ACTIONS(2211), - [anon_sym_var] = ACTIONS(2211), - [anon_sym_let] = ACTIONS(2211), - [anon_sym_const] = ACTIONS(2211), - [anon_sym_BANG] = ACTIONS(2209), - [anon_sym_else] = ACTIONS(2211), - [anon_sym_if] = ACTIONS(2211), - [anon_sym_switch] = ACTIONS(2211), - [anon_sym_for] = ACTIONS(2211), - [anon_sym_LPAREN] = ACTIONS(2209), - [anon_sym_await] = ACTIONS(2211), - [anon_sym_while] = ACTIONS(2211), - [anon_sym_do] = ACTIONS(2211), - [anon_sym_try] = ACTIONS(2211), - [anon_sym_with] = ACTIONS(2211), - [anon_sym_break] = ACTIONS(2211), - [anon_sym_continue] = ACTIONS(2211), - [anon_sym_debugger] = ACTIONS(2211), - [anon_sym_return] = ACTIONS(2211), - [anon_sym_throw] = ACTIONS(2211), - [anon_sym_SEMI] = ACTIONS(2209), - [anon_sym_case] = ACTIONS(2211), - [anon_sym_yield] = ACTIONS(2211), - [anon_sym_LBRACK] = ACTIONS(2209), - [anon_sym_LTtemplate_GT] = ACTIONS(2209), - [anon_sym_LT] = ACTIONS(2211), - [anon_sym_SLASH] = ACTIONS(2211), - [anon_sym_class] = ACTIONS(2211), - [anon_sym_async] = ACTIONS(2211), - [anon_sym_function] = ACTIONS(2211), - [anon_sym_new] = ACTIONS(2211), - [anon_sym_PLUS] = ACTIONS(2211), - [anon_sym_DASH] = ACTIONS(2211), - [anon_sym_TILDE] = ACTIONS(2209), - [anon_sym_void] = ACTIONS(2211), - [anon_sym_delete] = ACTIONS(2211), - [anon_sym_PLUS_PLUS] = ACTIONS(2209), - [anon_sym_DASH_DASH] = ACTIONS(2209), - [anon_sym_DQUOTE] = ACTIONS(2209), - [anon_sym_SQUOTE] = ACTIONS(2209), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2209), - [sym_number] = ACTIONS(2209), - [sym_this] = ACTIONS(2211), - [sym_super] = ACTIONS(2211), - [sym_true] = ACTIONS(2211), - [sym_false] = ACTIONS(2211), - [sym_null] = ACTIONS(2211), - [sym_undefined] = ACTIONS(2211), - [anon_sym_AT] = ACTIONS(2209), - [anon_sym_static] = ACTIONS(2211), - [anon_sym_readonly] = ACTIONS(2211), - [anon_sym_get] = ACTIONS(2211), - [anon_sym_set] = ACTIONS(2211), - [anon_sym_declare] = ACTIONS(2211), - [anon_sym_public] = ACTIONS(2211), - [anon_sym_private] = ACTIONS(2211), - [anon_sym_protected] = ACTIONS(2211), - [anon_sym_override] = ACTIONS(2211), - [anon_sym_module] = ACTIONS(2211), - [anon_sym_any] = ACTIONS(2211), - [anon_sym_number] = ACTIONS(2211), - [anon_sym_boolean] = ACTIONS(2211), - [anon_sym_string] = ACTIONS(2211), - [anon_sym_symbol] = ACTIONS(2211), - [anon_sym_abstract] = ACTIONS(2211), - [anon_sym_interface] = ACTIONS(2211), - [anon_sym_enum] = ACTIONS(2211), + [638] = { + [ts_builtin_sym_end] = ACTIONS(2147), + [sym_identifier] = ACTIONS(2149), + [anon_sym_export] = ACTIONS(2149), + [anon_sym_default] = ACTIONS(2149), + [anon_sym_type] = ACTIONS(2149), + [anon_sym_namespace] = ACTIONS(2149), + [anon_sym_LBRACE] = ACTIONS(2147), + [anon_sym_RBRACE] = ACTIONS(2147), + [anon_sym_typeof] = ACTIONS(2149), + [anon_sym_import] = ACTIONS(2149), + [anon_sym_var] = ACTIONS(2149), + [anon_sym_let] = ACTIONS(2149), + [anon_sym_const] = ACTIONS(2149), + [anon_sym_BANG] = ACTIONS(2147), + [anon_sym_else] = ACTIONS(2149), + [anon_sym_if] = ACTIONS(2149), + [anon_sym_switch] = ACTIONS(2149), + [anon_sym_for] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2147), + [anon_sym_await] = ACTIONS(2149), + [anon_sym_while] = ACTIONS(2149), + [anon_sym_do] = ACTIONS(2149), + [anon_sym_try] = ACTIONS(2149), + [anon_sym_with] = ACTIONS(2149), + [anon_sym_break] = ACTIONS(2149), + [anon_sym_continue] = ACTIONS(2149), + [anon_sym_debugger] = ACTIONS(2149), + [anon_sym_return] = ACTIONS(2149), + [anon_sym_throw] = ACTIONS(2149), + [anon_sym_SEMI] = ACTIONS(2147), + [anon_sym_case] = ACTIONS(2149), + [anon_sym_yield] = ACTIONS(2149), + [anon_sym_LBRACK] = ACTIONS(2147), + [anon_sym_LTtemplate_GT] = ACTIONS(2147), + [anon_sym_class] = ACTIONS(2149), + [anon_sym_async] = ACTIONS(2149), + [anon_sym_function] = ACTIONS(2149), + [anon_sym_new] = ACTIONS(2149), + [anon_sym_PLUS] = ACTIONS(2149), + [anon_sym_DASH] = ACTIONS(2149), + [anon_sym_SLASH] = ACTIONS(2149), + [anon_sym_LT] = ACTIONS(2149), + [anon_sym_TILDE] = ACTIONS(2147), + [anon_sym_void] = ACTIONS(2149), + [anon_sym_delete] = ACTIONS(2149), + [anon_sym_PLUS_PLUS] = ACTIONS(2147), + [anon_sym_DASH_DASH] = ACTIONS(2149), + [anon_sym_DQUOTE] = ACTIONS(2147), + [anon_sym_SQUOTE] = ACTIONS(2147), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2147), + [sym_number] = ACTIONS(2147), + [sym_this] = ACTIONS(2149), + [sym_super] = ACTIONS(2149), + [sym_true] = ACTIONS(2149), + [sym_false] = ACTIONS(2149), + [sym_null] = ACTIONS(2149), + [sym_undefined] = ACTIONS(2149), + [anon_sym_AT] = ACTIONS(2147), + [anon_sym_static] = ACTIONS(2149), + [anon_sym_readonly] = ACTIONS(2149), + [anon_sym_get] = ACTIONS(2149), + [anon_sym_set] = ACTIONS(2149), + [anon_sym_declare] = ACTIONS(2149), + [anon_sym_public] = ACTIONS(2149), + [anon_sym_private] = ACTIONS(2149), + [anon_sym_protected] = ACTIONS(2149), + [anon_sym_override] = ACTIONS(2149), + [anon_sym_module] = ACTIONS(2149), + [anon_sym_any] = ACTIONS(2149), + [anon_sym_number] = ACTIONS(2149), + [anon_sym_boolean] = ACTIONS(2149), + [anon_sym_string] = ACTIONS(2149), + [anon_sym_symbol] = ACTIONS(2149), + [anon_sym_abstract] = ACTIONS(2149), + [anon_sym_interface] = ACTIONS(2149), + [anon_sym_enum] = ACTIONS(2149), }, - [687] = { - [ts_builtin_sym_end] = ACTIONS(1427), - [sym_identifier] = ACTIONS(1429), - [anon_sym_export] = ACTIONS(1429), - [anon_sym_default] = ACTIONS(1429), - [anon_sym_type] = ACTIONS(1429), - [anon_sym_namespace] = ACTIONS(1429), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_RBRACE] = ACTIONS(1427), - [anon_sym_typeof] = ACTIONS(1429), - [anon_sym_import] = ACTIONS(1429), - [anon_sym_var] = ACTIONS(1429), - [anon_sym_let] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_else] = ACTIONS(1429), - [anon_sym_if] = ACTIONS(1429), - [anon_sym_switch] = ACTIONS(1429), - [anon_sym_for] = ACTIONS(1429), - [anon_sym_LPAREN] = ACTIONS(1427), - [anon_sym_await] = ACTIONS(1429), - [anon_sym_while] = ACTIONS(1429), - [anon_sym_do] = ACTIONS(1429), - [anon_sym_try] = ACTIONS(1429), - [anon_sym_with] = ACTIONS(1429), - [anon_sym_break] = ACTIONS(1429), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_debugger] = ACTIONS(1429), - [anon_sym_return] = ACTIONS(1429), - [anon_sym_throw] = ACTIONS(1429), - [anon_sym_SEMI] = ACTIONS(1427), - [anon_sym_case] = ACTIONS(1429), - [anon_sym_yield] = ACTIONS(1429), - [anon_sym_LBRACK] = ACTIONS(1427), - [anon_sym_LTtemplate_GT] = ACTIONS(1427), - [anon_sym_LT] = ACTIONS(1429), - [anon_sym_SLASH] = ACTIONS(1429), - [anon_sym_class] = ACTIONS(1429), - [anon_sym_async] = ACTIONS(1429), - [anon_sym_function] = ACTIONS(1429), - [anon_sym_new] = ACTIONS(1429), - [anon_sym_PLUS] = ACTIONS(1429), - [anon_sym_DASH] = ACTIONS(1429), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_void] = ACTIONS(1429), - [anon_sym_delete] = ACTIONS(1429), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1427), - [sym_number] = ACTIONS(1427), - [sym_this] = ACTIONS(1429), - [sym_super] = ACTIONS(1429), - [sym_true] = ACTIONS(1429), - [sym_false] = ACTIONS(1429), - [sym_null] = ACTIONS(1429), - [sym_undefined] = ACTIONS(1429), - [anon_sym_AT] = ACTIONS(1427), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_readonly] = ACTIONS(1429), - [anon_sym_get] = ACTIONS(1429), - [anon_sym_set] = ACTIONS(1429), - [anon_sym_declare] = ACTIONS(1429), - [anon_sym_public] = ACTIONS(1429), - [anon_sym_private] = ACTIONS(1429), - [anon_sym_protected] = ACTIONS(1429), - [anon_sym_override] = ACTIONS(1429), - [anon_sym_module] = ACTIONS(1429), - [anon_sym_any] = ACTIONS(1429), - [anon_sym_number] = ACTIONS(1429), - [anon_sym_boolean] = ACTIONS(1429), - [anon_sym_string] = ACTIONS(1429), - [anon_sym_symbol] = ACTIONS(1429), - [anon_sym_abstract] = ACTIONS(1429), - [anon_sym_interface] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), + [639] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), }, - [688] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [640] = { + [ts_builtin_sym_end] = ACTIONS(2151), + [sym_identifier] = ACTIONS(2153), + [anon_sym_export] = ACTIONS(2153), + [anon_sym_default] = ACTIONS(2153), + [anon_sym_type] = ACTIONS(2153), + [anon_sym_namespace] = ACTIONS(2153), + [anon_sym_LBRACE] = ACTIONS(2151), + [anon_sym_RBRACE] = ACTIONS(2151), + [anon_sym_typeof] = ACTIONS(2153), + [anon_sym_import] = ACTIONS(2153), + [anon_sym_var] = ACTIONS(2153), + [anon_sym_let] = ACTIONS(2153), + [anon_sym_const] = ACTIONS(2153), + [anon_sym_BANG] = ACTIONS(2151), + [anon_sym_else] = ACTIONS(2153), + [anon_sym_if] = ACTIONS(2153), + [anon_sym_switch] = ACTIONS(2153), + [anon_sym_for] = ACTIONS(2153), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_await] = ACTIONS(2153), + [anon_sym_while] = ACTIONS(2153), + [anon_sym_do] = ACTIONS(2153), + [anon_sym_try] = ACTIONS(2153), + [anon_sym_with] = ACTIONS(2153), + [anon_sym_break] = ACTIONS(2153), + [anon_sym_continue] = ACTIONS(2153), + [anon_sym_debugger] = ACTIONS(2153), + [anon_sym_return] = ACTIONS(2153), + [anon_sym_throw] = ACTIONS(2153), + [anon_sym_SEMI] = ACTIONS(2151), + [anon_sym_case] = ACTIONS(2153), + [anon_sym_yield] = ACTIONS(2153), + [anon_sym_LBRACK] = ACTIONS(2151), + [anon_sym_LTtemplate_GT] = ACTIONS(2151), + [anon_sym_class] = ACTIONS(2153), + [anon_sym_async] = ACTIONS(2153), + [anon_sym_function] = ACTIONS(2153), + [anon_sym_new] = ACTIONS(2153), + [anon_sym_PLUS] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2153), + [anon_sym_SLASH] = ACTIONS(2153), + [anon_sym_LT] = ACTIONS(2153), + [anon_sym_TILDE] = ACTIONS(2151), + [anon_sym_void] = ACTIONS(2153), + [anon_sym_delete] = ACTIONS(2153), + [anon_sym_PLUS_PLUS] = ACTIONS(2151), + [anon_sym_DASH_DASH] = ACTIONS(2153), + [anon_sym_DQUOTE] = ACTIONS(2151), + [anon_sym_SQUOTE] = ACTIONS(2151), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2151), + [sym_number] = ACTIONS(2151), + [sym_this] = ACTIONS(2153), + [sym_super] = ACTIONS(2153), + [sym_true] = ACTIONS(2153), + [sym_false] = ACTIONS(2153), + [sym_null] = ACTIONS(2153), + [sym_undefined] = ACTIONS(2153), + [anon_sym_AT] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2153), + [anon_sym_readonly] = ACTIONS(2153), + [anon_sym_get] = ACTIONS(2153), + [anon_sym_set] = ACTIONS(2153), + [anon_sym_declare] = ACTIONS(2153), + [anon_sym_public] = ACTIONS(2153), + [anon_sym_private] = ACTIONS(2153), + [anon_sym_protected] = ACTIONS(2153), + [anon_sym_override] = ACTIONS(2153), + [anon_sym_module] = ACTIONS(2153), + [anon_sym_any] = ACTIONS(2153), + [anon_sym_number] = ACTIONS(2153), + [anon_sym_boolean] = ACTIONS(2153), + [anon_sym_string] = ACTIONS(2153), + [anon_sym_symbol] = ACTIONS(2153), + [anon_sym_abstract] = ACTIONS(2153), + [anon_sym_interface] = ACTIONS(2153), + [anon_sym_enum] = ACTIONS(2153), }, - [689] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [641] = { + [ts_builtin_sym_end] = ACTIONS(2155), + [sym_identifier] = ACTIONS(2157), + [anon_sym_export] = ACTIONS(2157), + [anon_sym_default] = ACTIONS(2157), + [anon_sym_type] = ACTIONS(2157), + [anon_sym_namespace] = ACTIONS(2157), + [anon_sym_LBRACE] = ACTIONS(2155), + [anon_sym_RBRACE] = ACTIONS(2155), + [anon_sym_typeof] = ACTIONS(2157), + [anon_sym_import] = ACTIONS(2157), + [anon_sym_var] = ACTIONS(2157), + [anon_sym_let] = ACTIONS(2157), + [anon_sym_const] = ACTIONS(2157), + [anon_sym_BANG] = ACTIONS(2155), + [anon_sym_else] = ACTIONS(2157), + [anon_sym_if] = ACTIONS(2157), + [anon_sym_switch] = ACTIONS(2157), + [anon_sym_for] = ACTIONS(2157), + [anon_sym_LPAREN] = ACTIONS(2155), + [anon_sym_await] = ACTIONS(2157), + [anon_sym_while] = ACTIONS(2157), + [anon_sym_do] = ACTIONS(2157), + [anon_sym_try] = ACTIONS(2157), + [anon_sym_with] = ACTIONS(2157), + [anon_sym_break] = ACTIONS(2157), + [anon_sym_continue] = ACTIONS(2157), + [anon_sym_debugger] = ACTIONS(2157), + [anon_sym_return] = ACTIONS(2157), + [anon_sym_throw] = ACTIONS(2157), + [anon_sym_SEMI] = ACTIONS(2155), + [anon_sym_case] = ACTIONS(2157), + [anon_sym_yield] = ACTIONS(2157), + [anon_sym_LBRACK] = ACTIONS(2155), + [anon_sym_LTtemplate_GT] = ACTIONS(2155), + [anon_sym_class] = ACTIONS(2157), + [anon_sym_async] = ACTIONS(2157), + [anon_sym_function] = ACTIONS(2157), + [anon_sym_new] = ACTIONS(2157), + [anon_sym_PLUS] = ACTIONS(2157), + [anon_sym_DASH] = ACTIONS(2157), + [anon_sym_SLASH] = ACTIONS(2157), + [anon_sym_LT] = ACTIONS(2157), + [anon_sym_TILDE] = ACTIONS(2155), + [anon_sym_void] = ACTIONS(2157), + [anon_sym_delete] = ACTIONS(2157), + [anon_sym_PLUS_PLUS] = ACTIONS(2155), + [anon_sym_DASH_DASH] = ACTIONS(2157), + [anon_sym_DQUOTE] = ACTIONS(2155), + [anon_sym_SQUOTE] = ACTIONS(2155), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2155), + [sym_number] = ACTIONS(2155), + [sym_this] = ACTIONS(2157), + [sym_super] = ACTIONS(2157), + [sym_true] = ACTIONS(2157), + [sym_false] = ACTIONS(2157), + [sym_null] = ACTIONS(2157), + [sym_undefined] = ACTIONS(2157), + [anon_sym_AT] = ACTIONS(2155), + [anon_sym_static] = ACTIONS(2157), + [anon_sym_readonly] = ACTIONS(2157), + [anon_sym_get] = ACTIONS(2157), + [anon_sym_set] = ACTIONS(2157), + [anon_sym_declare] = ACTIONS(2157), + [anon_sym_public] = ACTIONS(2157), + [anon_sym_private] = ACTIONS(2157), + [anon_sym_protected] = ACTIONS(2157), + [anon_sym_override] = ACTIONS(2157), + [anon_sym_module] = ACTIONS(2157), + [anon_sym_any] = ACTIONS(2157), + [anon_sym_number] = ACTIONS(2157), + [anon_sym_boolean] = ACTIONS(2157), + [anon_sym_string] = ACTIONS(2157), + [anon_sym_symbol] = ACTIONS(2157), + [anon_sym_abstract] = ACTIONS(2157), + [anon_sym_interface] = ACTIONS(2157), + [anon_sym_enum] = ACTIONS(2157), }, - [690] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [642] = { + [ts_builtin_sym_end] = ACTIONS(2159), + [sym_identifier] = ACTIONS(2161), + [anon_sym_export] = ACTIONS(2161), + [anon_sym_default] = ACTIONS(2161), + [anon_sym_type] = ACTIONS(2161), + [anon_sym_namespace] = ACTIONS(2161), + [anon_sym_LBRACE] = ACTIONS(2159), + [anon_sym_RBRACE] = ACTIONS(2159), + [anon_sym_typeof] = ACTIONS(2161), + [anon_sym_import] = ACTIONS(2161), + [anon_sym_var] = ACTIONS(2161), + [anon_sym_let] = ACTIONS(2161), + [anon_sym_const] = ACTIONS(2161), + [anon_sym_BANG] = ACTIONS(2159), + [anon_sym_else] = ACTIONS(2161), + [anon_sym_if] = ACTIONS(2161), + [anon_sym_switch] = ACTIONS(2161), + [anon_sym_for] = ACTIONS(2161), + [anon_sym_LPAREN] = ACTIONS(2159), + [anon_sym_await] = ACTIONS(2161), + [anon_sym_while] = ACTIONS(2161), + [anon_sym_do] = ACTIONS(2161), + [anon_sym_try] = ACTIONS(2161), + [anon_sym_with] = ACTIONS(2161), + [anon_sym_break] = ACTIONS(2161), + [anon_sym_continue] = ACTIONS(2161), + [anon_sym_debugger] = ACTIONS(2161), + [anon_sym_return] = ACTIONS(2161), + [anon_sym_throw] = ACTIONS(2161), + [anon_sym_SEMI] = ACTIONS(2159), + [anon_sym_case] = ACTIONS(2161), + [anon_sym_yield] = ACTIONS(2161), + [anon_sym_LBRACK] = ACTIONS(2159), + [anon_sym_LTtemplate_GT] = ACTIONS(2159), + [anon_sym_class] = ACTIONS(2161), + [anon_sym_async] = ACTIONS(2161), + [anon_sym_function] = ACTIONS(2161), + [anon_sym_new] = ACTIONS(2161), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_DASH] = ACTIONS(2161), + [anon_sym_SLASH] = ACTIONS(2161), + [anon_sym_LT] = ACTIONS(2161), + [anon_sym_TILDE] = ACTIONS(2159), + [anon_sym_void] = ACTIONS(2161), + [anon_sym_delete] = ACTIONS(2161), + [anon_sym_PLUS_PLUS] = ACTIONS(2159), + [anon_sym_DASH_DASH] = ACTIONS(2161), + [anon_sym_DQUOTE] = ACTIONS(2159), + [anon_sym_SQUOTE] = ACTIONS(2159), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2159), + [sym_number] = ACTIONS(2159), + [sym_this] = ACTIONS(2161), + [sym_super] = ACTIONS(2161), + [sym_true] = ACTIONS(2161), + [sym_false] = ACTIONS(2161), + [sym_null] = ACTIONS(2161), + [sym_undefined] = ACTIONS(2161), + [anon_sym_AT] = ACTIONS(2159), + [anon_sym_static] = ACTIONS(2161), + [anon_sym_readonly] = ACTIONS(2161), + [anon_sym_get] = ACTIONS(2161), + [anon_sym_set] = ACTIONS(2161), + [anon_sym_declare] = ACTIONS(2161), + [anon_sym_public] = ACTIONS(2161), + [anon_sym_private] = ACTIONS(2161), + [anon_sym_protected] = ACTIONS(2161), + [anon_sym_override] = ACTIONS(2161), + [anon_sym_module] = ACTIONS(2161), + [anon_sym_any] = ACTIONS(2161), + [anon_sym_number] = ACTIONS(2161), + [anon_sym_boolean] = ACTIONS(2161), + [anon_sym_string] = ACTIONS(2161), + [anon_sym_symbol] = ACTIONS(2161), + [anon_sym_abstract] = ACTIONS(2161), + [anon_sym_interface] = ACTIONS(2161), + [anon_sym_enum] = ACTIONS(2161), }, - [691] = { - [ts_builtin_sym_end] = ACTIONS(2205), - [sym_identifier] = ACTIONS(2207), - [anon_sym_export] = ACTIONS(2207), - [anon_sym_default] = ACTIONS(2207), - [anon_sym_type] = ACTIONS(2207), - [anon_sym_namespace] = ACTIONS(2207), - [anon_sym_LBRACE] = ACTIONS(2205), - [anon_sym_RBRACE] = ACTIONS(2205), - [anon_sym_typeof] = ACTIONS(2207), - [anon_sym_import] = ACTIONS(2207), - [anon_sym_var] = ACTIONS(2207), - [anon_sym_let] = ACTIONS(2207), - [anon_sym_const] = ACTIONS(2207), - [anon_sym_BANG] = ACTIONS(2205), - [anon_sym_else] = ACTIONS(2207), - [anon_sym_if] = ACTIONS(2207), - [anon_sym_switch] = ACTIONS(2207), - [anon_sym_for] = ACTIONS(2207), - [anon_sym_LPAREN] = ACTIONS(2205), - [anon_sym_await] = ACTIONS(2207), - [anon_sym_while] = ACTIONS(2207), - [anon_sym_do] = ACTIONS(2207), - [anon_sym_try] = ACTIONS(2207), - [anon_sym_with] = ACTIONS(2207), - [anon_sym_break] = ACTIONS(2207), - [anon_sym_continue] = ACTIONS(2207), - [anon_sym_debugger] = ACTIONS(2207), - [anon_sym_return] = ACTIONS(2207), - [anon_sym_throw] = ACTIONS(2207), - [anon_sym_SEMI] = ACTIONS(2205), - [anon_sym_case] = ACTIONS(2207), - [anon_sym_yield] = ACTIONS(2207), - [anon_sym_LBRACK] = ACTIONS(2205), - [anon_sym_LTtemplate_GT] = ACTIONS(2205), - [anon_sym_LT] = ACTIONS(2207), - [anon_sym_SLASH] = ACTIONS(2207), - [anon_sym_class] = ACTIONS(2207), - [anon_sym_async] = ACTIONS(2207), - [anon_sym_function] = ACTIONS(2207), - [anon_sym_new] = ACTIONS(2207), - [anon_sym_PLUS] = ACTIONS(2207), - [anon_sym_DASH] = ACTIONS(2207), - [anon_sym_TILDE] = ACTIONS(2205), - [anon_sym_void] = ACTIONS(2207), - [anon_sym_delete] = ACTIONS(2207), - [anon_sym_PLUS_PLUS] = ACTIONS(2205), - [anon_sym_DASH_DASH] = ACTIONS(2205), - [anon_sym_DQUOTE] = ACTIONS(2205), - [anon_sym_SQUOTE] = ACTIONS(2205), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2205), - [sym_number] = ACTIONS(2205), - [sym_this] = ACTIONS(2207), - [sym_super] = ACTIONS(2207), - [sym_true] = ACTIONS(2207), - [sym_false] = ACTIONS(2207), - [sym_null] = ACTIONS(2207), - [sym_undefined] = ACTIONS(2207), - [anon_sym_AT] = ACTIONS(2205), - [anon_sym_static] = ACTIONS(2207), - [anon_sym_readonly] = ACTIONS(2207), - [anon_sym_get] = ACTIONS(2207), - [anon_sym_set] = ACTIONS(2207), - [anon_sym_declare] = ACTIONS(2207), - [anon_sym_public] = ACTIONS(2207), - [anon_sym_private] = ACTIONS(2207), - [anon_sym_protected] = ACTIONS(2207), - [anon_sym_override] = ACTIONS(2207), - [anon_sym_module] = ACTIONS(2207), - [anon_sym_any] = ACTIONS(2207), - [anon_sym_number] = ACTIONS(2207), - [anon_sym_boolean] = ACTIONS(2207), - [anon_sym_string] = ACTIONS(2207), - [anon_sym_symbol] = ACTIONS(2207), - [anon_sym_abstract] = ACTIONS(2207), - [anon_sym_interface] = ACTIONS(2207), - [anon_sym_enum] = ACTIONS(2207), + [643] = { + [ts_builtin_sym_end] = ACTIONS(2163), + [sym_identifier] = ACTIONS(2165), + [anon_sym_export] = ACTIONS(2165), + [anon_sym_default] = ACTIONS(2165), + [anon_sym_type] = ACTIONS(2165), + [anon_sym_namespace] = ACTIONS(2165), + [anon_sym_LBRACE] = ACTIONS(2163), + [anon_sym_RBRACE] = ACTIONS(2163), + [anon_sym_typeof] = ACTIONS(2165), + [anon_sym_import] = ACTIONS(2165), + [anon_sym_var] = ACTIONS(2165), + [anon_sym_let] = ACTIONS(2165), + [anon_sym_const] = ACTIONS(2165), + [anon_sym_BANG] = ACTIONS(2163), + [anon_sym_else] = ACTIONS(2165), + [anon_sym_if] = ACTIONS(2165), + [anon_sym_switch] = ACTIONS(2165), + [anon_sym_for] = ACTIONS(2165), + [anon_sym_LPAREN] = ACTIONS(2163), + [anon_sym_await] = ACTIONS(2165), + [anon_sym_while] = ACTIONS(2165), + [anon_sym_do] = ACTIONS(2165), + [anon_sym_try] = ACTIONS(2165), + [anon_sym_with] = ACTIONS(2165), + [anon_sym_break] = ACTIONS(2165), + [anon_sym_continue] = ACTIONS(2165), + [anon_sym_debugger] = ACTIONS(2165), + [anon_sym_return] = ACTIONS(2165), + [anon_sym_throw] = ACTIONS(2165), + [anon_sym_SEMI] = ACTIONS(2163), + [anon_sym_case] = ACTIONS(2165), + [anon_sym_yield] = ACTIONS(2165), + [anon_sym_LBRACK] = ACTIONS(2163), + [anon_sym_LTtemplate_GT] = ACTIONS(2163), + [anon_sym_class] = ACTIONS(2165), + [anon_sym_async] = ACTIONS(2165), + [anon_sym_function] = ACTIONS(2165), + [anon_sym_new] = ACTIONS(2165), + [anon_sym_PLUS] = ACTIONS(2165), + [anon_sym_DASH] = ACTIONS(2165), + [anon_sym_SLASH] = ACTIONS(2165), + [anon_sym_LT] = ACTIONS(2165), + [anon_sym_TILDE] = ACTIONS(2163), + [anon_sym_void] = ACTIONS(2165), + [anon_sym_delete] = ACTIONS(2165), + [anon_sym_PLUS_PLUS] = ACTIONS(2163), + [anon_sym_DASH_DASH] = ACTIONS(2165), + [anon_sym_DQUOTE] = ACTIONS(2163), + [anon_sym_SQUOTE] = ACTIONS(2163), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2163), + [sym_number] = ACTIONS(2163), + [sym_this] = ACTIONS(2165), + [sym_super] = ACTIONS(2165), + [sym_true] = ACTIONS(2165), + [sym_false] = ACTIONS(2165), + [sym_null] = ACTIONS(2165), + [sym_undefined] = ACTIONS(2165), + [anon_sym_AT] = ACTIONS(2163), + [anon_sym_static] = ACTIONS(2165), + [anon_sym_readonly] = ACTIONS(2165), + [anon_sym_get] = ACTIONS(2165), + [anon_sym_set] = ACTIONS(2165), + [anon_sym_declare] = ACTIONS(2165), + [anon_sym_public] = ACTIONS(2165), + [anon_sym_private] = ACTIONS(2165), + [anon_sym_protected] = ACTIONS(2165), + [anon_sym_override] = ACTIONS(2165), + [anon_sym_module] = ACTIONS(2165), + [anon_sym_any] = ACTIONS(2165), + [anon_sym_number] = ACTIONS(2165), + [anon_sym_boolean] = ACTIONS(2165), + [anon_sym_string] = ACTIONS(2165), + [anon_sym_symbol] = ACTIONS(2165), + [anon_sym_abstract] = ACTIONS(2165), + [anon_sym_interface] = ACTIONS(2165), + [anon_sym_enum] = ACTIONS(2165), }, - [692] = { - [ts_builtin_sym_end] = ACTIONS(2213), - [sym_identifier] = ACTIONS(2215), - [anon_sym_export] = ACTIONS(2215), - [anon_sym_default] = ACTIONS(2215), - [anon_sym_type] = ACTIONS(2215), - [anon_sym_namespace] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(2213), - [anon_sym_RBRACE] = ACTIONS(2213), - [anon_sym_typeof] = ACTIONS(2215), - [anon_sym_import] = ACTIONS(2215), - [anon_sym_var] = ACTIONS(2215), - [anon_sym_let] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_BANG] = ACTIONS(2213), - [anon_sym_else] = ACTIONS(2215), - [anon_sym_if] = ACTIONS(2215), - [anon_sym_switch] = ACTIONS(2215), - [anon_sym_for] = ACTIONS(2215), - [anon_sym_LPAREN] = ACTIONS(2213), - [anon_sym_await] = ACTIONS(2215), - [anon_sym_while] = ACTIONS(2215), - [anon_sym_do] = ACTIONS(2215), - [anon_sym_try] = ACTIONS(2215), - [anon_sym_with] = ACTIONS(2215), - [anon_sym_break] = ACTIONS(2215), - [anon_sym_continue] = ACTIONS(2215), - [anon_sym_debugger] = ACTIONS(2215), - [anon_sym_return] = ACTIONS(2215), - [anon_sym_throw] = ACTIONS(2215), - [anon_sym_SEMI] = ACTIONS(2213), - [anon_sym_case] = ACTIONS(2215), - [anon_sym_yield] = ACTIONS(2215), - [anon_sym_LBRACK] = ACTIONS(2213), - [anon_sym_LTtemplate_GT] = ACTIONS(2213), - [anon_sym_LT] = ACTIONS(2215), - [anon_sym_SLASH] = ACTIONS(2215), - [anon_sym_class] = ACTIONS(2215), - [anon_sym_async] = ACTIONS(2215), - [anon_sym_function] = ACTIONS(2215), - [anon_sym_new] = ACTIONS(2215), - [anon_sym_PLUS] = ACTIONS(2215), - [anon_sym_DASH] = ACTIONS(2215), - [anon_sym_TILDE] = ACTIONS(2213), - [anon_sym_void] = ACTIONS(2215), - [anon_sym_delete] = ACTIONS(2215), - [anon_sym_PLUS_PLUS] = ACTIONS(2213), - [anon_sym_DASH_DASH] = ACTIONS(2213), - [anon_sym_DQUOTE] = ACTIONS(2213), - [anon_sym_SQUOTE] = ACTIONS(2213), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2213), - [sym_number] = ACTIONS(2213), - [sym_this] = ACTIONS(2215), - [sym_super] = ACTIONS(2215), - [sym_true] = ACTIONS(2215), - [sym_false] = ACTIONS(2215), - [sym_null] = ACTIONS(2215), - [sym_undefined] = ACTIONS(2215), - [anon_sym_AT] = ACTIONS(2213), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_readonly] = ACTIONS(2215), - [anon_sym_get] = ACTIONS(2215), - [anon_sym_set] = ACTIONS(2215), - [anon_sym_declare] = ACTIONS(2215), - [anon_sym_public] = ACTIONS(2215), - [anon_sym_private] = ACTIONS(2215), - [anon_sym_protected] = ACTIONS(2215), - [anon_sym_override] = ACTIONS(2215), - [anon_sym_module] = ACTIONS(2215), - [anon_sym_any] = ACTIONS(2215), - [anon_sym_number] = ACTIONS(2215), - [anon_sym_boolean] = ACTIONS(2215), - [anon_sym_string] = ACTIONS(2215), - [anon_sym_symbol] = ACTIONS(2215), - [anon_sym_abstract] = ACTIONS(2215), - [anon_sym_interface] = ACTIONS(2215), - [anon_sym_enum] = ACTIONS(2215), + [644] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), }, - [693] = { - [ts_builtin_sym_end] = ACTIONS(2217), - [sym_identifier] = ACTIONS(2219), - [anon_sym_export] = ACTIONS(2219), - [anon_sym_default] = ACTIONS(2219), - [anon_sym_type] = ACTIONS(2219), - [anon_sym_namespace] = ACTIONS(2219), - [anon_sym_LBRACE] = ACTIONS(2217), - [anon_sym_RBRACE] = ACTIONS(2217), - [anon_sym_typeof] = ACTIONS(2219), - [anon_sym_import] = ACTIONS(2219), - [anon_sym_var] = ACTIONS(2219), - [anon_sym_let] = ACTIONS(2219), - [anon_sym_const] = ACTIONS(2219), - [anon_sym_BANG] = ACTIONS(2217), - [anon_sym_else] = ACTIONS(2219), - [anon_sym_if] = ACTIONS(2219), - [anon_sym_switch] = ACTIONS(2219), - [anon_sym_for] = ACTIONS(2219), - [anon_sym_LPAREN] = ACTIONS(2217), - [anon_sym_await] = ACTIONS(2219), - [anon_sym_while] = ACTIONS(2219), - [anon_sym_do] = ACTIONS(2219), - [anon_sym_try] = ACTIONS(2219), - [anon_sym_with] = ACTIONS(2219), - [anon_sym_break] = ACTIONS(2219), - [anon_sym_continue] = ACTIONS(2219), - [anon_sym_debugger] = ACTIONS(2219), - [anon_sym_return] = ACTIONS(2219), - [anon_sym_throw] = ACTIONS(2219), - [anon_sym_SEMI] = ACTIONS(2217), - [anon_sym_case] = ACTIONS(2219), - [anon_sym_yield] = ACTIONS(2219), - [anon_sym_LBRACK] = ACTIONS(2217), - [anon_sym_LTtemplate_GT] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2219), - [anon_sym_SLASH] = ACTIONS(2219), - [anon_sym_class] = ACTIONS(2219), - [anon_sym_async] = ACTIONS(2219), - [anon_sym_function] = ACTIONS(2219), - [anon_sym_new] = ACTIONS(2219), - [anon_sym_PLUS] = ACTIONS(2219), - [anon_sym_DASH] = ACTIONS(2219), - [anon_sym_TILDE] = ACTIONS(2217), - [anon_sym_void] = ACTIONS(2219), - [anon_sym_delete] = ACTIONS(2219), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_DQUOTE] = ACTIONS(2217), - [anon_sym_SQUOTE] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2217), - [sym_number] = ACTIONS(2217), - [sym_this] = ACTIONS(2219), - [sym_super] = ACTIONS(2219), - [sym_true] = ACTIONS(2219), - [sym_false] = ACTIONS(2219), - [sym_null] = ACTIONS(2219), - [sym_undefined] = ACTIONS(2219), - [anon_sym_AT] = ACTIONS(2217), - [anon_sym_static] = ACTIONS(2219), - [anon_sym_readonly] = ACTIONS(2219), - [anon_sym_get] = ACTIONS(2219), - [anon_sym_set] = ACTIONS(2219), - [anon_sym_declare] = ACTIONS(2219), - [anon_sym_public] = ACTIONS(2219), - [anon_sym_private] = ACTIONS(2219), - [anon_sym_protected] = ACTIONS(2219), - [anon_sym_override] = ACTIONS(2219), - [anon_sym_module] = ACTIONS(2219), - [anon_sym_any] = ACTIONS(2219), - [anon_sym_number] = ACTIONS(2219), - [anon_sym_boolean] = ACTIONS(2219), - [anon_sym_string] = ACTIONS(2219), - [anon_sym_symbol] = ACTIONS(2219), - [anon_sym_abstract] = ACTIONS(2219), - [anon_sym_interface] = ACTIONS(2219), - [anon_sym_enum] = ACTIONS(2219), + [645] = { + [ts_builtin_sym_end] = ACTIONS(2167), + [sym_identifier] = ACTIONS(2169), + [anon_sym_export] = ACTIONS(2169), + [anon_sym_default] = ACTIONS(2169), + [anon_sym_type] = ACTIONS(2169), + [anon_sym_namespace] = ACTIONS(2169), + [anon_sym_LBRACE] = ACTIONS(2167), + [anon_sym_RBRACE] = ACTIONS(2167), + [anon_sym_typeof] = ACTIONS(2169), + [anon_sym_import] = ACTIONS(2169), + [anon_sym_var] = ACTIONS(2169), + [anon_sym_let] = ACTIONS(2169), + [anon_sym_const] = ACTIONS(2169), + [anon_sym_BANG] = ACTIONS(2167), + [anon_sym_else] = ACTIONS(2169), + [anon_sym_if] = ACTIONS(2169), + [anon_sym_switch] = ACTIONS(2169), + [anon_sym_for] = ACTIONS(2169), + [anon_sym_LPAREN] = ACTIONS(2167), + [anon_sym_await] = ACTIONS(2169), + [anon_sym_while] = ACTIONS(2169), + [anon_sym_do] = ACTIONS(2169), + [anon_sym_try] = ACTIONS(2169), + [anon_sym_with] = ACTIONS(2169), + [anon_sym_break] = ACTIONS(2169), + [anon_sym_continue] = ACTIONS(2169), + [anon_sym_debugger] = ACTIONS(2169), + [anon_sym_return] = ACTIONS(2169), + [anon_sym_throw] = ACTIONS(2169), + [anon_sym_SEMI] = ACTIONS(2167), + [anon_sym_case] = ACTIONS(2169), + [anon_sym_yield] = ACTIONS(2169), + [anon_sym_LBRACK] = ACTIONS(2167), + [anon_sym_LTtemplate_GT] = ACTIONS(2167), + [anon_sym_class] = ACTIONS(2169), + [anon_sym_async] = ACTIONS(2169), + [anon_sym_function] = ACTIONS(2169), + [anon_sym_new] = ACTIONS(2169), + [anon_sym_PLUS] = ACTIONS(2169), + [anon_sym_DASH] = ACTIONS(2169), + [anon_sym_SLASH] = ACTIONS(2169), + [anon_sym_LT] = ACTIONS(2169), + [anon_sym_TILDE] = ACTIONS(2167), + [anon_sym_void] = ACTIONS(2169), + [anon_sym_delete] = ACTIONS(2169), + [anon_sym_PLUS_PLUS] = ACTIONS(2167), + [anon_sym_DASH_DASH] = ACTIONS(2169), + [anon_sym_DQUOTE] = ACTIONS(2167), + [anon_sym_SQUOTE] = ACTIONS(2167), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2167), + [sym_number] = ACTIONS(2167), + [sym_this] = ACTIONS(2169), + [sym_super] = ACTIONS(2169), + [sym_true] = ACTIONS(2169), + [sym_false] = ACTIONS(2169), + [sym_null] = ACTIONS(2169), + [sym_undefined] = ACTIONS(2169), + [anon_sym_AT] = ACTIONS(2167), + [anon_sym_static] = ACTIONS(2169), + [anon_sym_readonly] = ACTIONS(2169), + [anon_sym_get] = ACTIONS(2169), + [anon_sym_set] = ACTIONS(2169), + [anon_sym_declare] = ACTIONS(2169), + [anon_sym_public] = ACTIONS(2169), + [anon_sym_private] = ACTIONS(2169), + [anon_sym_protected] = ACTIONS(2169), + [anon_sym_override] = ACTIONS(2169), + [anon_sym_module] = ACTIONS(2169), + [anon_sym_any] = ACTIONS(2169), + [anon_sym_number] = ACTIONS(2169), + [anon_sym_boolean] = ACTIONS(2169), + [anon_sym_string] = ACTIONS(2169), + [anon_sym_symbol] = ACTIONS(2169), + [anon_sym_abstract] = ACTIONS(2169), + [anon_sym_interface] = ACTIONS(2169), + [anon_sym_enum] = ACTIONS(2169), }, - [694] = { - [ts_builtin_sym_end] = ACTIONS(2221), - [sym_identifier] = ACTIONS(2223), - [anon_sym_export] = ACTIONS(2223), - [anon_sym_default] = ACTIONS(2223), - [anon_sym_type] = ACTIONS(2223), - [anon_sym_namespace] = ACTIONS(2223), - [anon_sym_LBRACE] = ACTIONS(2221), - [anon_sym_RBRACE] = ACTIONS(2221), - [anon_sym_typeof] = ACTIONS(2223), - [anon_sym_import] = ACTIONS(2223), - [anon_sym_var] = ACTIONS(2223), - [anon_sym_let] = ACTIONS(2223), - [anon_sym_const] = ACTIONS(2223), - [anon_sym_BANG] = ACTIONS(2221), - [anon_sym_else] = ACTIONS(2223), - [anon_sym_if] = ACTIONS(2223), - [anon_sym_switch] = ACTIONS(2223), - [anon_sym_for] = ACTIONS(2223), - [anon_sym_LPAREN] = ACTIONS(2221), - [anon_sym_await] = ACTIONS(2223), - [anon_sym_while] = ACTIONS(2223), - [anon_sym_do] = ACTIONS(2223), - [anon_sym_try] = ACTIONS(2223), - [anon_sym_with] = ACTIONS(2223), - [anon_sym_break] = ACTIONS(2223), - [anon_sym_continue] = ACTIONS(2223), - [anon_sym_debugger] = ACTIONS(2223), - [anon_sym_return] = ACTIONS(2223), - [anon_sym_throw] = ACTIONS(2223), - [anon_sym_SEMI] = ACTIONS(2221), - [anon_sym_case] = ACTIONS(2223), - [anon_sym_yield] = ACTIONS(2223), - [anon_sym_LBRACK] = ACTIONS(2221), - [anon_sym_LTtemplate_GT] = ACTIONS(2221), - [anon_sym_LT] = ACTIONS(2223), - [anon_sym_SLASH] = ACTIONS(2223), - [anon_sym_class] = ACTIONS(2223), - [anon_sym_async] = ACTIONS(2223), - [anon_sym_function] = ACTIONS(2223), - [anon_sym_new] = ACTIONS(2223), - [anon_sym_PLUS] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2223), - [anon_sym_TILDE] = ACTIONS(2221), - [anon_sym_void] = ACTIONS(2223), - [anon_sym_delete] = ACTIONS(2223), - [anon_sym_PLUS_PLUS] = ACTIONS(2221), - [anon_sym_DASH_DASH] = ACTIONS(2221), - [anon_sym_DQUOTE] = ACTIONS(2221), - [anon_sym_SQUOTE] = ACTIONS(2221), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2221), - [sym_number] = ACTIONS(2221), - [sym_this] = ACTIONS(2223), - [sym_super] = ACTIONS(2223), - [sym_true] = ACTIONS(2223), - [sym_false] = ACTIONS(2223), - [sym_null] = ACTIONS(2223), - [sym_undefined] = ACTIONS(2223), - [anon_sym_AT] = ACTIONS(2221), - [anon_sym_static] = ACTIONS(2223), - [anon_sym_readonly] = ACTIONS(2223), - [anon_sym_get] = ACTIONS(2223), - [anon_sym_set] = ACTIONS(2223), - [anon_sym_declare] = ACTIONS(2223), - [anon_sym_public] = ACTIONS(2223), - [anon_sym_private] = ACTIONS(2223), - [anon_sym_protected] = ACTIONS(2223), - [anon_sym_override] = ACTIONS(2223), - [anon_sym_module] = ACTIONS(2223), - [anon_sym_any] = ACTIONS(2223), - [anon_sym_number] = ACTIONS(2223), - [anon_sym_boolean] = ACTIONS(2223), - [anon_sym_string] = ACTIONS(2223), - [anon_sym_symbol] = ACTIONS(2223), - [anon_sym_abstract] = ACTIONS(2223), - [anon_sym_interface] = ACTIONS(2223), - [anon_sym_enum] = ACTIONS(2223), + [646] = { + [ts_builtin_sym_end] = ACTIONS(2171), + [sym_identifier] = ACTIONS(2173), + [anon_sym_export] = ACTIONS(2173), + [anon_sym_default] = ACTIONS(2173), + [anon_sym_type] = ACTIONS(2173), + [anon_sym_namespace] = ACTIONS(2173), + [anon_sym_LBRACE] = ACTIONS(2171), + [anon_sym_RBRACE] = ACTIONS(2171), + [anon_sym_typeof] = ACTIONS(2173), + [anon_sym_import] = ACTIONS(2173), + [anon_sym_var] = ACTIONS(2173), + [anon_sym_let] = ACTIONS(2173), + [anon_sym_const] = ACTIONS(2173), + [anon_sym_BANG] = ACTIONS(2171), + [anon_sym_else] = ACTIONS(2173), + [anon_sym_if] = ACTIONS(2173), + [anon_sym_switch] = ACTIONS(2173), + [anon_sym_for] = ACTIONS(2173), + [anon_sym_LPAREN] = ACTIONS(2171), + [anon_sym_await] = ACTIONS(2173), + [anon_sym_while] = ACTIONS(2173), + [anon_sym_do] = ACTIONS(2173), + [anon_sym_try] = ACTIONS(2173), + [anon_sym_with] = ACTIONS(2173), + [anon_sym_break] = ACTIONS(2173), + [anon_sym_continue] = ACTIONS(2173), + [anon_sym_debugger] = ACTIONS(2173), + [anon_sym_return] = ACTIONS(2173), + [anon_sym_throw] = ACTIONS(2173), + [anon_sym_SEMI] = ACTIONS(2171), + [anon_sym_case] = ACTIONS(2173), + [anon_sym_yield] = ACTIONS(2173), + [anon_sym_LBRACK] = ACTIONS(2171), + [anon_sym_LTtemplate_GT] = ACTIONS(2171), + [anon_sym_class] = ACTIONS(2173), + [anon_sym_async] = ACTIONS(2173), + [anon_sym_function] = ACTIONS(2173), + [anon_sym_new] = ACTIONS(2173), + [anon_sym_PLUS] = ACTIONS(2173), + [anon_sym_DASH] = ACTIONS(2173), + [anon_sym_SLASH] = ACTIONS(2173), + [anon_sym_LT] = ACTIONS(2173), + [anon_sym_TILDE] = ACTIONS(2171), + [anon_sym_void] = ACTIONS(2173), + [anon_sym_delete] = ACTIONS(2173), + [anon_sym_PLUS_PLUS] = ACTIONS(2171), + [anon_sym_DASH_DASH] = ACTIONS(2173), + [anon_sym_DQUOTE] = ACTIONS(2171), + [anon_sym_SQUOTE] = ACTIONS(2171), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2171), + [sym_number] = ACTIONS(2171), + [sym_this] = ACTIONS(2173), + [sym_super] = ACTIONS(2173), + [sym_true] = ACTIONS(2173), + [sym_false] = ACTIONS(2173), + [sym_null] = ACTIONS(2173), + [sym_undefined] = ACTIONS(2173), + [anon_sym_AT] = ACTIONS(2171), + [anon_sym_static] = ACTIONS(2173), + [anon_sym_readonly] = ACTIONS(2173), + [anon_sym_get] = ACTIONS(2173), + [anon_sym_set] = ACTIONS(2173), + [anon_sym_declare] = ACTIONS(2173), + [anon_sym_public] = ACTIONS(2173), + [anon_sym_private] = ACTIONS(2173), + [anon_sym_protected] = ACTIONS(2173), + [anon_sym_override] = ACTIONS(2173), + [anon_sym_module] = ACTIONS(2173), + [anon_sym_any] = ACTIONS(2173), + [anon_sym_number] = ACTIONS(2173), + [anon_sym_boolean] = ACTIONS(2173), + [anon_sym_string] = ACTIONS(2173), + [anon_sym_symbol] = ACTIONS(2173), + [anon_sym_abstract] = ACTIONS(2173), + [anon_sym_interface] = ACTIONS(2173), + [anon_sym_enum] = ACTIONS(2173), }, - [695] = { - [ts_builtin_sym_end] = ACTIONS(2225), - [sym_identifier] = ACTIONS(2227), - [anon_sym_export] = ACTIONS(2227), - [anon_sym_default] = ACTIONS(2227), - [anon_sym_type] = ACTIONS(2227), - [anon_sym_namespace] = ACTIONS(2227), - [anon_sym_LBRACE] = ACTIONS(2225), - [anon_sym_RBRACE] = ACTIONS(2225), - [anon_sym_typeof] = ACTIONS(2227), - [anon_sym_import] = ACTIONS(2227), - [anon_sym_var] = ACTIONS(2227), - [anon_sym_let] = ACTIONS(2227), - [anon_sym_const] = ACTIONS(2227), - [anon_sym_BANG] = ACTIONS(2225), - [anon_sym_else] = ACTIONS(2227), - [anon_sym_if] = ACTIONS(2227), - [anon_sym_switch] = ACTIONS(2227), - [anon_sym_for] = ACTIONS(2227), - [anon_sym_LPAREN] = ACTIONS(2225), - [anon_sym_await] = ACTIONS(2227), - [anon_sym_while] = ACTIONS(2227), - [anon_sym_do] = ACTIONS(2227), - [anon_sym_try] = ACTIONS(2227), - [anon_sym_with] = ACTIONS(2227), - [anon_sym_break] = ACTIONS(2227), - [anon_sym_continue] = ACTIONS(2227), - [anon_sym_debugger] = ACTIONS(2227), - [anon_sym_return] = ACTIONS(2227), - [anon_sym_throw] = ACTIONS(2227), - [anon_sym_SEMI] = ACTIONS(2225), - [anon_sym_case] = ACTIONS(2227), - [anon_sym_yield] = ACTIONS(2227), - [anon_sym_LBRACK] = ACTIONS(2225), - [anon_sym_LTtemplate_GT] = ACTIONS(2225), - [anon_sym_LT] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2227), - [anon_sym_class] = ACTIONS(2227), - [anon_sym_async] = ACTIONS(2227), - [anon_sym_function] = ACTIONS(2227), - [anon_sym_new] = ACTIONS(2227), - [anon_sym_PLUS] = ACTIONS(2227), - [anon_sym_DASH] = ACTIONS(2227), - [anon_sym_TILDE] = ACTIONS(2225), - [anon_sym_void] = ACTIONS(2227), - [anon_sym_delete] = ACTIONS(2227), - [anon_sym_PLUS_PLUS] = ACTIONS(2225), - [anon_sym_DASH_DASH] = ACTIONS(2225), - [anon_sym_DQUOTE] = ACTIONS(2225), - [anon_sym_SQUOTE] = ACTIONS(2225), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2225), - [sym_number] = ACTIONS(2225), - [sym_this] = ACTIONS(2227), - [sym_super] = ACTIONS(2227), - [sym_true] = ACTIONS(2227), - [sym_false] = ACTIONS(2227), - [sym_null] = ACTIONS(2227), - [sym_undefined] = ACTIONS(2227), - [anon_sym_AT] = ACTIONS(2225), - [anon_sym_static] = ACTIONS(2227), - [anon_sym_readonly] = ACTIONS(2227), - [anon_sym_get] = ACTIONS(2227), - [anon_sym_set] = ACTIONS(2227), - [anon_sym_declare] = ACTIONS(2227), - [anon_sym_public] = ACTIONS(2227), - [anon_sym_private] = ACTIONS(2227), - [anon_sym_protected] = ACTIONS(2227), - [anon_sym_override] = ACTIONS(2227), - [anon_sym_module] = ACTIONS(2227), - [anon_sym_any] = ACTIONS(2227), - [anon_sym_number] = ACTIONS(2227), - [anon_sym_boolean] = ACTIONS(2227), - [anon_sym_string] = ACTIONS(2227), - [anon_sym_symbol] = ACTIONS(2227), - [anon_sym_abstract] = ACTIONS(2227), - [anon_sym_interface] = ACTIONS(2227), - [anon_sym_enum] = ACTIONS(2227), + [647] = { + [ts_builtin_sym_end] = ACTIONS(2175), + [sym_identifier] = ACTIONS(2177), + [anon_sym_export] = ACTIONS(2177), + [anon_sym_default] = ACTIONS(2177), + [anon_sym_type] = ACTIONS(2177), + [anon_sym_namespace] = ACTIONS(2177), + [anon_sym_LBRACE] = ACTIONS(2175), + [anon_sym_RBRACE] = ACTIONS(2175), + [anon_sym_typeof] = ACTIONS(2177), + [anon_sym_import] = ACTIONS(2177), + [anon_sym_var] = ACTIONS(2177), + [anon_sym_let] = ACTIONS(2177), + [anon_sym_const] = ACTIONS(2177), + [anon_sym_BANG] = ACTIONS(2175), + [anon_sym_else] = ACTIONS(2177), + [anon_sym_if] = ACTIONS(2177), + [anon_sym_switch] = ACTIONS(2177), + [anon_sym_for] = ACTIONS(2177), + [anon_sym_LPAREN] = ACTIONS(2175), + [anon_sym_await] = ACTIONS(2177), + [anon_sym_while] = ACTIONS(2177), + [anon_sym_do] = ACTIONS(2177), + [anon_sym_try] = ACTIONS(2177), + [anon_sym_with] = ACTIONS(2177), + [anon_sym_break] = ACTIONS(2177), + [anon_sym_continue] = ACTIONS(2177), + [anon_sym_debugger] = ACTIONS(2177), + [anon_sym_return] = ACTIONS(2177), + [anon_sym_throw] = ACTIONS(2177), + [anon_sym_SEMI] = ACTIONS(2175), + [anon_sym_case] = ACTIONS(2177), + [anon_sym_yield] = ACTIONS(2177), + [anon_sym_LBRACK] = ACTIONS(2175), + [anon_sym_LTtemplate_GT] = ACTIONS(2175), + [anon_sym_class] = ACTIONS(2177), + [anon_sym_async] = ACTIONS(2177), + [anon_sym_function] = ACTIONS(2177), + [anon_sym_new] = ACTIONS(2177), + [anon_sym_PLUS] = ACTIONS(2177), + [anon_sym_DASH] = ACTIONS(2177), + [anon_sym_SLASH] = ACTIONS(2177), + [anon_sym_LT] = ACTIONS(2177), + [anon_sym_TILDE] = ACTIONS(2175), + [anon_sym_void] = ACTIONS(2177), + [anon_sym_delete] = ACTIONS(2177), + [anon_sym_PLUS_PLUS] = ACTIONS(2175), + [anon_sym_DASH_DASH] = ACTIONS(2177), + [anon_sym_DQUOTE] = ACTIONS(2175), + [anon_sym_SQUOTE] = ACTIONS(2175), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2175), + [sym_number] = ACTIONS(2175), + [sym_this] = ACTIONS(2177), + [sym_super] = ACTIONS(2177), + [sym_true] = ACTIONS(2177), + [sym_false] = ACTIONS(2177), + [sym_null] = ACTIONS(2177), + [sym_undefined] = ACTIONS(2177), + [anon_sym_AT] = ACTIONS(2175), + [anon_sym_static] = ACTIONS(2177), + [anon_sym_readonly] = ACTIONS(2177), + [anon_sym_get] = ACTIONS(2177), + [anon_sym_set] = ACTIONS(2177), + [anon_sym_declare] = ACTIONS(2177), + [anon_sym_public] = ACTIONS(2177), + [anon_sym_private] = ACTIONS(2177), + [anon_sym_protected] = ACTIONS(2177), + [anon_sym_override] = ACTIONS(2177), + [anon_sym_module] = ACTIONS(2177), + [anon_sym_any] = ACTIONS(2177), + [anon_sym_number] = ACTIONS(2177), + [anon_sym_boolean] = ACTIONS(2177), + [anon_sym_string] = ACTIONS(2177), + [anon_sym_symbol] = ACTIONS(2177), + [anon_sym_abstract] = ACTIONS(2177), + [anon_sym_interface] = ACTIONS(2177), + [anon_sym_enum] = ACTIONS(2177), }, - [696] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [648] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), }, - [697] = { - [ts_builtin_sym_end] = ACTIONS(2073), - [sym_identifier] = ACTIONS(2075), - [anon_sym_export] = ACTIONS(2075), - [anon_sym_default] = ACTIONS(2075), - [anon_sym_type] = ACTIONS(2075), - [anon_sym_namespace] = ACTIONS(2075), - [anon_sym_LBRACE] = ACTIONS(2073), - [anon_sym_RBRACE] = ACTIONS(2073), - [anon_sym_typeof] = ACTIONS(2075), - [anon_sym_import] = ACTIONS(2075), - [anon_sym_var] = ACTIONS(2075), - [anon_sym_let] = ACTIONS(2075), - [anon_sym_const] = ACTIONS(2075), - [anon_sym_BANG] = ACTIONS(2073), - [anon_sym_else] = ACTIONS(2075), - [anon_sym_if] = ACTIONS(2075), - [anon_sym_switch] = ACTIONS(2075), - [anon_sym_for] = ACTIONS(2075), - [anon_sym_LPAREN] = ACTIONS(2073), - [anon_sym_await] = ACTIONS(2075), - [anon_sym_while] = ACTIONS(2075), - [anon_sym_do] = ACTIONS(2075), - [anon_sym_try] = ACTIONS(2075), - [anon_sym_with] = ACTIONS(2075), - [anon_sym_break] = ACTIONS(2075), - [anon_sym_continue] = ACTIONS(2075), - [anon_sym_debugger] = ACTIONS(2075), - [anon_sym_return] = ACTIONS(2075), - [anon_sym_throw] = ACTIONS(2075), - [anon_sym_SEMI] = ACTIONS(2073), - [anon_sym_case] = ACTIONS(2075), - [anon_sym_yield] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2073), - [anon_sym_LTtemplate_GT] = ACTIONS(2073), - [anon_sym_LT] = ACTIONS(2075), - [anon_sym_SLASH] = ACTIONS(2075), - [anon_sym_class] = ACTIONS(2075), - [anon_sym_async] = ACTIONS(2075), - [anon_sym_function] = ACTIONS(2075), - [anon_sym_new] = ACTIONS(2075), - [anon_sym_PLUS] = ACTIONS(2075), - [anon_sym_DASH] = ACTIONS(2075), - [anon_sym_TILDE] = ACTIONS(2073), - [anon_sym_void] = ACTIONS(2075), - [anon_sym_delete] = ACTIONS(2075), - [anon_sym_PLUS_PLUS] = ACTIONS(2073), - [anon_sym_DASH_DASH] = ACTIONS(2073), - [anon_sym_DQUOTE] = ACTIONS(2073), - [anon_sym_SQUOTE] = ACTIONS(2073), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2073), - [sym_number] = ACTIONS(2073), - [sym_this] = ACTIONS(2075), - [sym_super] = ACTIONS(2075), - [sym_true] = ACTIONS(2075), - [sym_false] = ACTIONS(2075), - [sym_null] = ACTIONS(2075), - [sym_undefined] = ACTIONS(2075), - [anon_sym_AT] = ACTIONS(2073), - [anon_sym_static] = ACTIONS(2075), - [anon_sym_readonly] = ACTIONS(2075), - [anon_sym_get] = ACTIONS(2075), - [anon_sym_set] = ACTIONS(2075), - [anon_sym_declare] = ACTIONS(2075), - [anon_sym_public] = ACTIONS(2075), - [anon_sym_private] = ACTIONS(2075), - [anon_sym_protected] = ACTIONS(2075), - [anon_sym_override] = ACTIONS(2075), - [anon_sym_module] = ACTIONS(2075), - [anon_sym_any] = ACTIONS(2075), - [anon_sym_number] = ACTIONS(2075), - [anon_sym_boolean] = ACTIONS(2075), - [anon_sym_string] = ACTIONS(2075), - [anon_sym_symbol] = ACTIONS(2075), - [anon_sym_abstract] = ACTIONS(2075), - [anon_sym_interface] = ACTIONS(2075), - [anon_sym_enum] = ACTIONS(2075), + [649] = { + [ts_builtin_sym_end] = ACTIONS(2179), + [sym_identifier] = ACTIONS(2181), + [anon_sym_export] = ACTIONS(2181), + [anon_sym_default] = ACTIONS(2181), + [anon_sym_type] = ACTIONS(2181), + [anon_sym_namespace] = ACTIONS(2181), + [anon_sym_LBRACE] = ACTIONS(2179), + [anon_sym_RBRACE] = ACTIONS(2179), + [anon_sym_typeof] = ACTIONS(2181), + [anon_sym_import] = ACTIONS(2181), + [anon_sym_var] = ACTIONS(2181), + [anon_sym_let] = ACTIONS(2181), + [anon_sym_const] = ACTIONS(2181), + [anon_sym_BANG] = ACTIONS(2179), + [anon_sym_else] = ACTIONS(2181), + [anon_sym_if] = ACTIONS(2181), + [anon_sym_switch] = ACTIONS(2181), + [anon_sym_for] = ACTIONS(2181), + [anon_sym_LPAREN] = ACTIONS(2179), + [anon_sym_await] = ACTIONS(2181), + [anon_sym_while] = ACTIONS(2181), + [anon_sym_do] = ACTIONS(2181), + [anon_sym_try] = ACTIONS(2181), + [anon_sym_with] = ACTIONS(2181), + [anon_sym_break] = ACTIONS(2181), + [anon_sym_continue] = ACTIONS(2181), + [anon_sym_debugger] = ACTIONS(2181), + [anon_sym_return] = ACTIONS(2181), + [anon_sym_throw] = ACTIONS(2181), + [anon_sym_SEMI] = ACTIONS(2179), + [anon_sym_case] = ACTIONS(2181), + [anon_sym_yield] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(2179), + [anon_sym_LTtemplate_GT] = ACTIONS(2179), + [anon_sym_class] = ACTIONS(2181), + [anon_sym_async] = ACTIONS(2181), + [anon_sym_function] = ACTIONS(2181), + [anon_sym_new] = ACTIONS(2181), + [anon_sym_PLUS] = ACTIONS(2181), + [anon_sym_DASH] = ACTIONS(2181), + [anon_sym_SLASH] = ACTIONS(2181), + [anon_sym_LT] = ACTIONS(2181), + [anon_sym_TILDE] = ACTIONS(2179), + [anon_sym_void] = ACTIONS(2181), + [anon_sym_delete] = ACTIONS(2181), + [anon_sym_PLUS_PLUS] = ACTIONS(2179), + [anon_sym_DASH_DASH] = ACTIONS(2181), + [anon_sym_DQUOTE] = ACTIONS(2179), + [anon_sym_SQUOTE] = ACTIONS(2179), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2179), + [sym_number] = ACTIONS(2179), + [sym_this] = ACTIONS(2181), + [sym_super] = ACTIONS(2181), + [sym_true] = ACTIONS(2181), + [sym_false] = ACTIONS(2181), + [sym_null] = ACTIONS(2181), + [sym_undefined] = ACTIONS(2181), + [anon_sym_AT] = ACTIONS(2179), + [anon_sym_static] = ACTIONS(2181), + [anon_sym_readonly] = ACTIONS(2181), + [anon_sym_get] = ACTIONS(2181), + [anon_sym_set] = ACTIONS(2181), + [anon_sym_declare] = ACTIONS(2181), + [anon_sym_public] = ACTIONS(2181), + [anon_sym_private] = ACTIONS(2181), + [anon_sym_protected] = ACTIONS(2181), + [anon_sym_override] = ACTIONS(2181), + [anon_sym_module] = ACTIONS(2181), + [anon_sym_any] = ACTIONS(2181), + [anon_sym_number] = ACTIONS(2181), + [anon_sym_boolean] = ACTIONS(2181), + [anon_sym_string] = ACTIONS(2181), + [anon_sym_symbol] = ACTIONS(2181), + [anon_sym_abstract] = ACTIONS(2181), + [anon_sym_interface] = ACTIONS(2181), + [anon_sym_enum] = ACTIONS(2181), + }, + [650] = { + [ts_builtin_sym_end] = ACTIONS(2183), + [sym_identifier] = ACTIONS(2185), + [anon_sym_export] = ACTIONS(2185), + [anon_sym_default] = ACTIONS(2185), + [anon_sym_type] = ACTIONS(2185), + [anon_sym_namespace] = ACTIONS(2185), + [anon_sym_LBRACE] = ACTIONS(2183), + [anon_sym_RBRACE] = ACTIONS(2183), + [anon_sym_typeof] = ACTIONS(2185), + [anon_sym_import] = ACTIONS(2185), + [anon_sym_var] = ACTIONS(2185), + [anon_sym_let] = ACTIONS(2185), + [anon_sym_const] = ACTIONS(2185), + [anon_sym_BANG] = ACTIONS(2183), + [anon_sym_else] = ACTIONS(2185), + [anon_sym_if] = ACTIONS(2185), + [anon_sym_switch] = ACTIONS(2185), + [anon_sym_for] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2183), + [anon_sym_await] = ACTIONS(2185), + [anon_sym_while] = ACTIONS(2185), + [anon_sym_do] = ACTIONS(2185), + [anon_sym_try] = ACTIONS(2185), + [anon_sym_with] = ACTIONS(2185), + [anon_sym_break] = ACTIONS(2185), + [anon_sym_continue] = ACTIONS(2185), + [anon_sym_debugger] = ACTIONS(2185), + [anon_sym_return] = ACTIONS(2185), + [anon_sym_throw] = ACTIONS(2185), + [anon_sym_SEMI] = ACTIONS(2183), + [anon_sym_case] = ACTIONS(2185), + [anon_sym_yield] = ACTIONS(2185), + [anon_sym_LBRACK] = ACTIONS(2183), + [anon_sym_LTtemplate_GT] = ACTIONS(2183), + [anon_sym_class] = ACTIONS(2185), + [anon_sym_async] = ACTIONS(2185), + [anon_sym_function] = ACTIONS(2185), + [anon_sym_new] = ACTIONS(2185), + [anon_sym_PLUS] = ACTIONS(2185), + [anon_sym_DASH] = ACTIONS(2185), + [anon_sym_SLASH] = ACTIONS(2185), + [anon_sym_LT] = ACTIONS(2185), + [anon_sym_TILDE] = ACTIONS(2183), + [anon_sym_void] = ACTIONS(2185), + [anon_sym_delete] = ACTIONS(2185), + [anon_sym_PLUS_PLUS] = ACTIONS(2183), + [anon_sym_DASH_DASH] = ACTIONS(2185), + [anon_sym_DQUOTE] = ACTIONS(2183), + [anon_sym_SQUOTE] = ACTIONS(2183), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2183), + [sym_number] = ACTIONS(2183), + [sym_this] = ACTIONS(2185), + [sym_super] = ACTIONS(2185), + [sym_true] = ACTIONS(2185), + [sym_false] = ACTIONS(2185), + [sym_null] = ACTIONS(2185), + [sym_undefined] = ACTIONS(2185), + [anon_sym_AT] = ACTIONS(2183), + [anon_sym_static] = ACTIONS(2185), + [anon_sym_readonly] = ACTIONS(2185), + [anon_sym_get] = ACTIONS(2185), + [anon_sym_set] = ACTIONS(2185), + [anon_sym_declare] = ACTIONS(2185), + [anon_sym_public] = ACTIONS(2185), + [anon_sym_private] = ACTIONS(2185), + [anon_sym_protected] = ACTIONS(2185), + [anon_sym_override] = ACTIONS(2185), + [anon_sym_module] = ACTIONS(2185), + [anon_sym_any] = ACTIONS(2185), + [anon_sym_number] = ACTIONS(2185), + [anon_sym_boolean] = ACTIONS(2185), + [anon_sym_string] = ACTIONS(2185), + [anon_sym_symbol] = ACTIONS(2185), + [anon_sym_abstract] = ACTIONS(2185), + [anon_sym_interface] = ACTIONS(2185), + [anon_sym_enum] = ACTIONS(2185), + }, + [651] = { + [ts_builtin_sym_end] = ACTIONS(2187), + [sym_identifier] = ACTIONS(2189), + [anon_sym_export] = ACTIONS(2189), + [anon_sym_default] = ACTIONS(2189), + [anon_sym_type] = ACTIONS(2189), + [anon_sym_namespace] = ACTIONS(2189), + [anon_sym_LBRACE] = ACTIONS(2187), + [anon_sym_RBRACE] = ACTIONS(2187), + [anon_sym_typeof] = ACTIONS(2189), + [anon_sym_import] = ACTIONS(2189), + [anon_sym_var] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_const] = ACTIONS(2189), + [anon_sym_BANG] = ACTIONS(2187), + [anon_sym_else] = ACTIONS(2189), + [anon_sym_if] = ACTIONS(2189), + [anon_sym_switch] = ACTIONS(2189), + [anon_sym_for] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2187), + [anon_sym_await] = ACTIONS(2189), + [anon_sym_while] = ACTIONS(2189), + [anon_sym_do] = ACTIONS(2189), + [anon_sym_try] = ACTIONS(2189), + [anon_sym_with] = ACTIONS(2189), + [anon_sym_break] = ACTIONS(2189), + [anon_sym_continue] = ACTIONS(2189), + [anon_sym_debugger] = ACTIONS(2189), + [anon_sym_return] = ACTIONS(2189), + [anon_sym_throw] = ACTIONS(2189), + [anon_sym_SEMI] = ACTIONS(2187), + [anon_sym_case] = ACTIONS(2189), + [anon_sym_yield] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2187), + [anon_sym_LTtemplate_GT] = ACTIONS(2187), + [anon_sym_class] = ACTIONS(2189), + [anon_sym_async] = ACTIONS(2189), + [anon_sym_function] = ACTIONS(2189), + [anon_sym_new] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2189), + [anon_sym_DASH] = ACTIONS(2189), + [anon_sym_SLASH] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2189), + [anon_sym_TILDE] = ACTIONS(2187), + [anon_sym_void] = ACTIONS(2189), + [anon_sym_delete] = ACTIONS(2189), + [anon_sym_PLUS_PLUS] = ACTIONS(2187), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_DQUOTE] = ACTIONS(2187), + [anon_sym_SQUOTE] = ACTIONS(2187), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2187), + [sym_number] = ACTIONS(2187), + [sym_this] = ACTIONS(2189), + [sym_super] = ACTIONS(2189), + [sym_true] = ACTIONS(2189), + [sym_false] = ACTIONS(2189), + [sym_null] = ACTIONS(2189), + [sym_undefined] = ACTIONS(2189), + [anon_sym_AT] = ACTIONS(2187), + [anon_sym_static] = ACTIONS(2189), + [anon_sym_readonly] = ACTIONS(2189), + [anon_sym_get] = ACTIONS(2189), + [anon_sym_set] = ACTIONS(2189), + [anon_sym_declare] = ACTIONS(2189), + [anon_sym_public] = ACTIONS(2189), + [anon_sym_private] = ACTIONS(2189), + [anon_sym_protected] = ACTIONS(2189), + [anon_sym_override] = ACTIONS(2189), + [anon_sym_module] = ACTIONS(2189), + [anon_sym_any] = ACTIONS(2189), + [anon_sym_number] = ACTIONS(2189), + [anon_sym_boolean] = ACTIONS(2189), + [anon_sym_string] = ACTIONS(2189), + [anon_sym_symbol] = ACTIONS(2189), + [anon_sym_abstract] = ACTIONS(2189), + [anon_sym_interface] = ACTIONS(2189), + [anon_sym_enum] = ACTIONS(2189), + }, + [652] = { + [ts_builtin_sym_end] = ACTIONS(2191), + [sym_identifier] = ACTIONS(2193), + [anon_sym_export] = ACTIONS(2193), + [anon_sym_default] = ACTIONS(2193), + [anon_sym_type] = ACTIONS(2193), + [anon_sym_namespace] = ACTIONS(2193), + [anon_sym_LBRACE] = ACTIONS(2191), + [anon_sym_RBRACE] = ACTIONS(2191), + [anon_sym_typeof] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_const] = ACTIONS(2193), + [anon_sym_BANG] = ACTIONS(2191), + [anon_sym_else] = ACTIONS(2193), + [anon_sym_if] = ACTIONS(2193), + [anon_sym_switch] = ACTIONS(2193), + [anon_sym_for] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2191), + [anon_sym_await] = ACTIONS(2193), + [anon_sym_while] = ACTIONS(2193), + [anon_sym_do] = ACTIONS(2193), + [anon_sym_try] = ACTIONS(2193), + [anon_sym_with] = ACTIONS(2193), + [anon_sym_break] = ACTIONS(2193), + [anon_sym_continue] = ACTIONS(2193), + [anon_sym_debugger] = ACTIONS(2193), + [anon_sym_return] = ACTIONS(2193), + [anon_sym_throw] = ACTIONS(2193), + [anon_sym_SEMI] = ACTIONS(2191), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_yield] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2191), + [anon_sym_LTtemplate_GT] = ACTIONS(2191), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_function] = ACTIONS(2193), + [anon_sym_new] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2193), + [anon_sym_DASH] = ACTIONS(2193), + [anon_sym_SLASH] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(2193), + [anon_sym_TILDE] = ACTIONS(2191), + [anon_sym_void] = ACTIONS(2193), + [anon_sym_delete] = ACTIONS(2193), + [anon_sym_PLUS_PLUS] = ACTIONS(2191), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_DQUOTE] = ACTIONS(2191), + [anon_sym_SQUOTE] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2191), + [sym_number] = ACTIONS(2191), + [sym_this] = ACTIONS(2193), + [sym_super] = ACTIONS(2193), + [sym_true] = ACTIONS(2193), + [sym_false] = ACTIONS(2193), + [sym_null] = ACTIONS(2193), + [sym_undefined] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_readonly] = ACTIONS(2193), + [anon_sym_get] = ACTIONS(2193), + [anon_sym_set] = ACTIONS(2193), + [anon_sym_declare] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_protected] = ACTIONS(2193), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_module] = ACTIONS(2193), + [anon_sym_any] = ACTIONS(2193), + [anon_sym_number] = ACTIONS(2193), + [anon_sym_boolean] = ACTIONS(2193), + [anon_sym_string] = ACTIONS(2193), + [anon_sym_symbol] = ACTIONS(2193), + [anon_sym_abstract] = ACTIONS(2193), + [anon_sym_interface] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), }, - [698] = { - [ts_builtin_sym_end] = ACTIONS(2229), - [sym_identifier] = ACTIONS(2231), - [anon_sym_export] = ACTIONS(2231), - [anon_sym_default] = ACTIONS(2231), - [anon_sym_type] = ACTIONS(2231), - [anon_sym_namespace] = ACTIONS(2231), - [anon_sym_LBRACE] = ACTIONS(2229), - [anon_sym_RBRACE] = ACTIONS(2229), - [anon_sym_typeof] = ACTIONS(2231), - [anon_sym_import] = ACTIONS(2231), - [anon_sym_var] = ACTIONS(2231), - [anon_sym_let] = ACTIONS(2231), - [anon_sym_const] = ACTIONS(2231), - [anon_sym_BANG] = ACTIONS(2229), - [anon_sym_else] = ACTIONS(2231), - [anon_sym_if] = ACTIONS(2231), - [anon_sym_switch] = ACTIONS(2231), - [anon_sym_for] = ACTIONS(2231), - [anon_sym_LPAREN] = ACTIONS(2229), - [anon_sym_await] = ACTIONS(2231), - [anon_sym_while] = ACTIONS(2231), - [anon_sym_do] = ACTIONS(2231), - [anon_sym_try] = ACTIONS(2231), - [anon_sym_with] = ACTIONS(2231), - [anon_sym_break] = ACTIONS(2231), - [anon_sym_continue] = ACTIONS(2231), - [anon_sym_debugger] = ACTIONS(2231), - [anon_sym_return] = ACTIONS(2231), - [anon_sym_throw] = ACTIONS(2231), - [anon_sym_SEMI] = ACTIONS(2229), - [anon_sym_case] = ACTIONS(2231), - [anon_sym_yield] = ACTIONS(2231), - [anon_sym_LBRACK] = ACTIONS(2229), - [anon_sym_LTtemplate_GT] = ACTIONS(2229), - [anon_sym_LT] = ACTIONS(2231), - [anon_sym_SLASH] = ACTIONS(2231), - [anon_sym_class] = ACTIONS(2231), - [anon_sym_async] = ACTIONS(2231), - [anon_sym_function] = ACTIONS(2231), - [anon_sym_new] = ACTIONS(2231), - [anon_sym_PLUS] = ACTIONS(2231), - [anon_sym_DASH] = ACTIONS(2231), - [anon_sym_TILDE] = ACTIONS(2229), - [anon_sym_void] = ACTIONS(2231), - [anon_sym_delete] = ACTIONS(2231), - [anon_sym_PLUS_PLUS] = ACTIONS(2229), + [653] = { + [ts_builtin_sym_end] = ACTIONS(2191), + [sym_identifier] = ACTIONS(2193), + [anon_sym_export] = ACTIONS(2193), + [anon_sym_default] = ACTIONS(2193), + [anon_sym_type] = ACTIONS(2193), + [anon_sym_namespace] = ACTIONS(2193), + [anon_sym_LBRACE] = ACTIONS(2191), + [anon_sym_RBRACE] = ACTIONS(2191), + [anon_sym_typeof] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_const] = ACTIONS(2193), + [anon_sym_BANG] = ACTIONS(2191), + [anon_sym_else] = ACTIONS(2193), + [anon_sym_if] = ACTIONS(2193), + [anon_sym_switch] = ACTIONS(2193), + [anon_sym_for] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2191), + [anon_sym_await] = ACTIONS(2193), + [anon_sym_while] = ACTIONS(2193), + [anon_sym_do] = ACTIONS(2193), + [anon_sym_try] = ACTIONS(2193), + [anon_sym_with] = ACTIONS(2193), + [anon_sym_break] = ACTIONS(2193), + [anon_sym_continue] = ACTIONS(2193), + [anon_sym_debugger] = ACTIONS(2193), + [anon_sym_return] = ACTIONS(2193), + [anon_sym_throw] = ACTIONS(2193), + [anon_sym_SEMI] = ACTIONS(2191), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_yield] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2191), + [anon_sym_LTtemplate_GT] = ACTIONS(2191), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_function] = ACTIONS(2193), + [anon_sym_new] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2193), + [anon_sym_DASH] = ACTIONS(2193), + [anon_sym_SLASH] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(2193), + [anon_sym_TILDE] = ACTIONS(2191), + [anon_sym_void] = ACTIONS(2193), + [anon_sym_delete] = ACTIONS(2193), + [anon_sym_PLUS_PLUS] = ACTIONS(2191), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_DQUOTE] = ACTIONS(2191), + [anon_sym_SQUOTE] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2191), + [sym_number] = ACTIONS(2191), + [sym_this] = ACTIONS(2193), + [sym_super] = ACTIONS(2193), + [sym_true] = ACTIONS(2193), + [sym_false] = ACTIONS(2193), + [sym_null] = ACTIONS(2193), + [sym_undefined] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_readonly] = ACTIONS(2193), + [anon_sym_get] = ACTIONS(2193), + [anon_sym_set] = ACTIONS(2193), + [anon_sym_declare] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_protected] = ACTIONS(2193), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_module] = ACTIONS(2193), + [anon_sym_any] = ACTIONS(2193), + [anon_sym_number] = ACTIONS(2193), + [anon_sym_boolean] = ACTIONS(2193), + [anon_sym_string] = ACTIONS(2193), + [anon_sym_symbol] = ACTIONS(2193), + [anon_sym_abstract] = ACTIONS(2193), + [anon_sym_interface] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + }, + [654] = { + [ts_builtin_sym_end] = ACTIONS(2191), + [sym_identifier] = ACTIONS(2193), + [anon_sym_export] = ACTIONS(2193), + [anon_sym_default] = ACTIONS(2193), + [anon_sym_type] = ACTIONS(2193), + [anon_sym_namespace] = ACTIONS(2193), + [anon_sym_LBRACE] = ACTIONS(2191), + [anon_sym_RBRACE] = ACTIONS(2191), + [anon_sym_typeof] = ACTIONS(2193), + [anon_sym_import] = ACTIONS(2193), + [anon_sym_var] = ACTIONS(2193), + [anon_sym_let] = ACTIONS(2193), + [anon_sym_const] = ACTIONS(2193), + [anon_sym_BANG] = ACTIONS(2191), + [anon_sym_else] = ACTIONS(2193), + [anon_sym_if] = ACTIONS(2193), + [anon_sym_switch] = ACTIONS(2193), + [anon_sym_for] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2191), + [anon_sym_await] = ACTIONS(2193), + [anon_sym_while] = ACTIONS(2193), + [anon_sym_do] = ACTIONS(2193), + [anon_sym_try] = ACTIONS(2193), + [anon_sym_with] = ACTIONS(2193), + [anon_sym_break] = ACTIONS(2193), + [anon_sym_continue] = ACTIONS(2193), + [anon_sym_debugger] = ACTIONS(2193), + [anon_sym_return] = ACTIONS(2193), + [anon_sym_throw] = ACTIONS(2193), + [anon_sym_SEMI] = ACTIONS(2191), + [anon_sym_case] = ACTIONS(2193), + [anon_sym_yield] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2191), + [anon_sym_LTtemplate_GT] = ACTIONS(2191), + [anon_sym_class] = ACTIONS(2193), + [anon_sym_async] = ACTIONS(2193), + [anon_sym_function] = ACTIONS(2193), + [anon_sym_new] = ACTIONS(2193), + [anon_sym_PLUS] = ACTIONS(2193), + [anon_sym_DASH] = ACTIONS(2193), + [anon_sym_SLASH] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(2193), + [anon_sym_TILDE] = ACTIONS(2191), + [anon_sym_void] = ACTIONS(2193), + [anon_sym_delete] = ACTIONS(2193), + [anon_sym_PLUS_PLUS] = ACTIONS(2191), + [anon_sym_DASH_DASH] = ACTIONS(2193), + [anon_sym_DQUOTE] = ACTIONS(2191), + [anon_sym_SQUOTE] = ACTIONS(2191), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2191), + [sym_number] = ACTIONS(2191), + [sym_this] = ACTIONS(2193), + [sym_super] = ACTIONS(2193), + [sym_true] = ACTIONS(2193), + [sym_false] = ACTIONS(2193), + [sym_null] = ACTIONS(2193), + [sym_undefined] = ACTIONS(2193), + [anon_sym_AT] = ACTIONS(2191), + [anon_sym_static] = ACTIONS(2193), + [anon_sym_readonly] = ACTIONS(2193), + [anon_sym_get] = ACTIONS(2193), + [anon_sym_set] = ACTIONS(2193), + [anon_sym_declare] = ACTIONS(2193), + [anon_sym_public] = ACTIONS(2193), + [anon_sym_private] = ACTIONS(2193), + [anon_sym_protected] = ACTIONS(2193), + [anon_sym_override] = ACTIONS(2193), + [anon_sym_module] = ACTIONS(2193), + [anon_sym_any] = ACTIONS(2193), + [anon_sym_number] = ACTIONS(2193), + [anon_sym_boolean] = ACTIONS(2193), + [anon_sym_string] = ACTIONS(2193), + [anon_sym_symbol] = ACTIONS(2193), + [anon_sym_abstract] = ACTIONS(2193), + [anon_sym_interface] = ACTIONS(2193), + [anon_sym_enum] = ACTIONS(2193), + }, + [655] = { + [ts_builtin_sym_end] = ACTIONS(2195), + [sym_identifier] = ACTIONS(2197), + [anon_sym_export] = ACTIONS(2197), + [anon_sym_default] = ACTIONS(2197), + [anon_sym_type] = ACTIONS(2197), + [anon_sym_namespace] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_RBRACE] = ACTIONS(2195), + [anon_sym_typeof] = ACTIONS(2197), + [anon_sym_import] = ACTIONS(2197), + [anon_sym_var] = ACTIONS(2197), + [anon_sym_let] = ACTIONS(2197), + [anon_sym_const] = ACTIONS(2197), + [anon_sym_BANG] = ACTIONS(2195), + [anon_sym_else] = ACTIONS(2197), + [anon_sym_if] = ACTIONS(2197), + [anon_sym_switch] = ACTIONS(2197), + [anon_sym_for] = ACTIONS(2197), + [anon_sym_LPAREN] = ACTIONS(2195), + [anon_sym_await] = ACTIONS(2197), + [anon_sym_while] = ACTIONS(2197), + [anon_sym_do] = ACTIONS(2197), + [anon_sym_try] = ACTIONS(2197), + [anon_sym_with] = ACTIONS(2197), + [anon_sym_break] = ACTIONS(2197), + [anon_sym_continue] = ACTIONS(2197), + [anon_sym_debugger] = ACTIONS(2197), + [anon_sym_return] = ACTIONS(2197), + [anon_sym_throw] = ACTIONS(2197), + [anon_sym_SEMI] = ACTIONS(2195), + [anon_sym_case] = ACTIONS(2197), + [anon_sym_yield] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2195), + [anon_sym_LTtemplate_GT] = ACTIONS(2195), + [anon_sym_class] = ACTIONS(2197), + [anon_sym_async] = ACTIONS(2197), + [anon_sym_function] = ACTIONS(2197), + [anon_sym_new] = ACTIONS(2197), + [anon_sym_PLUS] = ACTIONS(2197), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_SLASH] = ACTIONS(2197), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_TILDE] = ACTIONS(2195), + [anon_sym_void] = ACTIONS(2197), + [anon_sym_delete] = ACTIONS(2197), + [anon_sym_PLUS_PLUS] = ACTIONS(2195), + [anon_sym_DASH_DASH] = ACTIONS(2197), + [anon_sym_DQUOTE] = ACTIONS(2195), + [anon_sym_SQUOTE] = ACTIONS(2195), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2195), + [sym_number] = ACTIONS(2195), + [sym_this] = ACTIONS(2197), + [sym_super] = ACTIONS(2197), + [sym_true] = ACTIONS(2197), + [sym_false] = ACTIONS(2197), + [sym_null] = ACTIONS(2197), + [sym_undefined] = ACTIONS(2197), + [anon_sym_AT] = ACTIONS(2195), + [anon_sym_static] = ACTIONS(2197), + [anon_sym_readonly] = ACTIONS(2197), + [anon_sym_get] = ACTIONS(2197), + [anon_sym_set] = ACTIONS(2197), + [anon_sym_declare] = ACTIONS(2197), + [anon_sym_public] = ACTIONS(2197), + [anon_sym_private] = ACTIONS(2197), + [anon_sym_protected] = ACTIONS(2197), + [anon_sym_override] = ACTIONS(2197), + [anon_sym_module] = ACTIONS(2197), + [anon_sym_any] = ACTIONS(2197), + [anon_sym_number] = ACTIONS(2197), + [anon_sym_boolean] = ACTIONS(2197), + [anon_sym_string] = ACTIONS(2197), + [anon_sym_symbol] = ACTIONS(2197), + [anon_sym_abstract] = ACTIONS(2197), + [anon_sym_interface] = ACTIONS(2197), + [anon_sym_enum] = ACTIONS(2197), + }, + [656] = { + [ts_builtin_sym_end] = ACTIONS(2199), + [sym_identifier] = ACTIONS(2201), + [anon_sym_export] = ACTIONS(2201), + [anon_sym_default] = ACTIONS(2201), + [anon_sym_type] = ACTIONS(2201), + [anon_sym_namespace] = ACTIONS(2201), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_typeof] = ACTIONS(2201), + [anon_sym_import] = ACTIONS(2201), + [anon_sym_var] = ACTIONS(2201), + [anon_sym_let] = ACTIONS(2201), + [anon_sym_const] = ACTIONS(2201), + [anon_sym_BANG] = ACTIONS(2199), + [anon_sym_else] = ACTIONS(2201), + [anon_sym_if] = ACTIONS(2201), + [anon_sym_switch] = ACTIONS(2201), + [anon_sym_for] = ACTIONS(2201), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_await] = ACTIONS(2201), + [anon_sym_while] = ACTIONS(2201), + [anon_sym_do] = ACTIONS(2201), + [anon_sym_try] = ACTIONS(2201), + [anon_sym_with] = ACTIONS(2201), + [anon_sym_break] = ACTIONS(2201), + [anon_sym_continue] = ACTIONS(2201), + [anon_sym_debugger] = ACTIONS(2201), + [anon_sym_return] = ACTIONS(2201), + [anon_sym_throw] = ACTIONS(2201), + [anon_sym_SEMI] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2201), + [anon_sym_yield] = ACTIONS(2201), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_LTtemplate_GT] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2201), + [anon_sym_async] = ACTIONS(2201), + [anon_sym_function] = ACTIONS(2201), + [anon_sym_new] = ACTIONS(2201), + [anon_sym_PLUS] = ACTIONS(2201), + [anon_sym_DASH] = ACTIONS(2201), + [anon_sym_SLASH] = ACTIONS(2201), + [anon_sym_LT] = ACTIONS(2201), + [anon_sym_TILDE] = ACTIONS(2199), + [anon_sym_void] = ACTIONS(2201), + [anon_sym_delete] = ACTIONS(2201), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2201), + [anon_sym_DQUOTE] = ACTIONS(2199), + [anon_sym_SQUOTE] = ACTIONS(2199), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2199), + [sym_number] = ACTIONS(2199), + [sym_this] = ACTIONS(2201), + [sym_super] = ACTIONS(2201), + [sym_true] = ACTIONS(2201), + [sym_false] = ACTIONS(2201), + [sym_null] = ACTIONS(2201), + [sym_undefined] = ACTIONS(2201), + [anon_sym_AT] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2201), + [anon_sym_readonly] = ACTIONS(2201), + [anon_sym_get] = ACTIONS(2201), + [anon_sym_set] = ACTIONS(2201), + [anon_sym_declare] = ACTIONS(2201), + [anon_sym_public] = ACTIONS(2201), + [anon_sym_private] = ACTIONS(2201), + [anon_sym_protected] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2201), + [anon_sym_module] = ACTIONS(2201), + [anon_sym_any] = ACTIONS(2201), + [anon_sym_number] = ACTIONS(2201), + [anon_sym_boolean] = ACTIONS(2201), + [anon_sym_string] = ACTIONS(2201), + [anon_sym_symbol] = ACTIONS(2201), + [anon_sym_abstract] = ACTIONS(2201), + [anon_sym_interface] = ACTIONS(2201), + [anon_sym_enum] = ACTIONS(2201), + }, + [657] = { + [ts_builtin_sym_end] = ACTIONS(2199), + [sym_identifier] = ACTIONS(2201), + [anon_sym_export] = ACTIONS(2201), + [anon_sym_default] = ACTIONS(2201), + [anon_sym_type] = ACTIONS(2201), + [anon_sym_namespace] = ACTIONS(2201), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_typeof] = ACTIONS(2201), + [anon_sym_import] = ACTIONS(2201), + [anon_sym_var] = ACTIONS(2201), + [anon_sym_let] = ACTIONS(2201), + [anon_sym_const] = ACTIONS(2201), + [anon_sym_BANG] = ACTIONS(2199), + [anon_sym_else] = ACTIONS(2201), + [anon_sym_if] = ACTIONS(2201), + [anon_sym_switch] = ACTIONS(2201), + [anon_sym_for] = ACTIONS(2201), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_await] = ACTIONS(2201), + [anon_sym_while] = ACTIONS(2201), + [anon_sym_do] = ACTIONS(2201), + [anon_sym_try] = ACTIONS(2201), + [anon_sym_with] = ACTIONS(2201), + [anon_sym_break] = ACTIONS(2201), + [anon_sym_continue] = ACTIONS(2201), + [anon_sym_debugger] = ACTIONS(2201), + [anon_sym_return] = ACTIONS(2201), + [anon_sym_throw] = ACTIONS(2201), + [anon_sym_SEMI] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2201), + [anon_sym_yield] = ACTIONS(2201), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_LTtemplate_GT] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2201), + [anon_sym_async] = ACTIONS(2201), + [anon_sym_function] = ACTIONS(2201), + [anon_sym_new] = ACTIONS(2201), + [anon_sym_PLUS] = ACTIONS(2201), + [anon_sym_DASH] = ACTIONS(2201), + [anon_sym_SLASH] = ACTIONS(2201), + [anon_sym_LT] = ACTIONS(2201), + [anon_sym_TILDE] = ACTIONS(2199), + [anon_sym_void] = ACTIONS(2201), + [anon_sym_delete] = ACTIONS(2201), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2201), + [anon_sym_DQUOTE] = ACTIONS(2199), + [anon_sym_SQUOTE] = ACTIONS(2199), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2199), + [sym_number] = ACTIONS(2199), + [sym_this] = ACTIONS(2201), + [sym_super] = ACTIONS(2201), + [sym_true] = ACTIONS(2201), + [sym_false] = ACTIONS(2201), + [sym_null] = ACTIONS(2201), + [sym_undefined] = ACTIONS(2201), + [anon_sym_AT] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2201), + [anon_sym_readonly] = ACTIONS(2201), + [anon_sym_get] = ACTIONS(2201), + [anon_sym_set] = ACTIONS(2201), + [anon_sym_declare] = ACTIONS(2201), + [anon_sym_public] = ACTIONS(2201), + [anon_sym_private] = ACTIONS(2201), + [anon_sym_protected] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2201), + [anon_sym_module] = ACTIONS(2201), + [anon_sym_any] = ACTIONS(2201), + [anon_sym_number] = ACTIONS(2201), + [anon_sym_boolean] = ACTIONS(2201), + [anon_sym_string] = ACTIONS(2201), + [anon_sym_symbol] = ACTIONS(2201), + [anon_sym_abstract] = ACTIONS(2201), + [anon_sym_interface] = ACTIONS(2201), + [anon_sym_enum] = ACTIONS(2201), + }, + [658] = { + [ts_builtin_sym_end] = ACTIONS(2203), + [sym_identifier] = ACTIONS(2205), + [anon_sym_export] = ACTIONS(2205), + [anon_sym_default] = ACTIONS(2205), + [anon_sym_type] = ACTIONS(2205), + [anon_sym_namespace] = ACTIONS(2205), + [anon_sym_LBRACE] = ACTIONS(2203), + [anon_sym_RBRACE] = ACTIONS(2203), + [anon_sym_typeof] = ACTIONS(2205), + [anon_sym_import] = ACTIONS(2205), + [anon_sym_var] = ACTIONS(2205), + [anon_sym_let] = ACTIONS(2205), + [anon_sym_const] = ACTIONS(2205), + [anon_sym_BANG] = ACTIONS(2203), + [anon_sym_else] = ACTIONS(2205), + [anon_sym_if] = ACTIONS(2205), + [anon_sym_switch] = ACTIONS(2205), + [anon_sym_for] = ACTIONS(2205), + [anon_sym_LPAREN] = ACTIONS(2203), + [anon_sym_await] = ACTIONS(2205), + [anon_sym_while] = ACTIONS(2205), + [anon_sym_do] = ACTIONS(2205), + [anon_sym_try] = ACTIONS(2205), + [anon_sym_with] = ACTIONS(2205), + [anon_sym_break] = ACTIONS(2205), + [anon_sym_continue] = ACTIONS(2205), + [anon_sym_debugger] = ACTIONS(2205), + [anon_sym_return] = ACTIONS(2205), + [anon_sym_throw] = ACTIONS(2205), + [anon_sym_SEMI] = ACTIONS(2203), + [anon_sym_case] = ACTIONS(2205), + [anon_sym_yield] = ACTIONS(2205), + [anon_sym_LBRACK] = ACTIONS(2203), + [anon_sym_LTtemplate_GT] = ACTIONS(2203), + [anon_sym_class] = ACTIONS(2205), + [anon_sym_async] = ACTIONS(2205), + [anon_sym_function] = ACTIONS(2205), + [anon_sym_new] = ACTIONS(2205), + [anon_sym_PLUS] = ACTIONS(2205), + [anon_sym_DASH] = ACTIONS(2205), + [anon_sym_SLASH] = ACTIONS(2205), + [anon_sym_LT] = ACTIONS(2205), + [anon_sym_TILDE] = ACTIONS(2203), + [anon_sym_void] = ACTIONS(2205), + [anon_sym_delete] = ACTIONS(2205), + [anon_sym_PLUS_PLUS] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2205), + [anon_sym_DQUOTE] = ACTIONS(2203), + [anon_sym_SQUOTE] = ACTIONS(2203), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2203), + [sym_number] = ACTIONS(2203), + [sym_this] = ACTIONS(2205), + [sym_super] = ACTIONS(2205), + [sym_true] = ACTIONS(2205), + [sym_false] = ACTIONS(2205), + [sym_null] = ACTIONS(2205), + [sym_undefined] = ACTIONS(2205), + [anon_sym_AT] = ACTIONS(2203), + [anon_sym_static] = ACTIONS(2205), + [anon_sym_readonly] = ACTIONS(2205), + [anon_sym_get] = ACTIONS(2205), + [anon_sym_set] = ACTIONS(2205), + [anon_sym_declare] = ACTIONS(2205), + [anon_sym_public] = ACTIONS(2205), + [anon_sym_private] = ACTIONS(2205), + [anon_sym_protected] = ACTIONS(2205), + [anon_sym_override] = ACTIONS(2205), + [anon_sym_module] = ACTIONS(2205), + [anon_sym_any] = ACTIONS(2205), + [anon_sym_number] = ACTIONS(2205), + [anon_sym_boolean] = ACTIONS(2205), + [anon_sym_string] = ACTIONS(2205), + [anon_sym_symbol] = ACTIONS(2205), + [anon_sym_abstract] = ACTIONS(2205), + [anon_sym_interface] = ACTIONS(2205), + [anon_sym_enum] = ACTIONS(2205), + }, + [659] = { + [ts_builtin_sym_end] = ACTIONS(2199), + [sym_identifier] = ACTIONS(2201), + [anon_sym_export] = ACTIONS(2201), + [anon_sym_default] = ACTIONS(2201), + [anon_sym_type] = ACTIONS(2201), + [anon_sym_namespace] = ACTIONS(2201), + [anon_sym_LBRACE] = ACTIONS(2199), + [anon_sym_RBRACE] = ACTIONS(2199), + [anon_sym_typeof] = ACTIONS(2201), + [anon_sym_import] = ACTIONS(2201), + [anon_sym_var] = ACTIONS(2201), + [anon_sym_let] = ACTIONS(2201), + [anon_sym_const] = ACTIONS(2201), + [anon_sym_BANG] = ACTIONS(2199), + [anon_sym_else] = ACTIONS(2201), + [anon_sym_if] = ACTIONS(2201), + [anon_sym_switch] = ACTIONS(2201), + [anon_sym_for] = ACTIONS(2201), + [anon_sym_LPAREN] = ACTIONS(2199), + [anon_sym_await] = ACTIONS(2201), + [anon_sym_while] = ACTIONS(2201), + [anon_sym_do] = ACTIONS(2201), + [anon_sym_try] = ACTIONS(2201), + [anon_sym_with] = ACTIONS(2201), + [anon_sym_break] = ACTIONS(2201), + [anon_sym_continue] = ACTIONS(2201), + [anon_sym_debugger] = ACTIONS(2201), + [anon_sym_return] = ACTIONS(2201), + [anon_sym_throw] = ACTIONS(2201), + [anon_sym_SEMI] = ACTIONS(2199), + [anon_sym_case] = ACTIONS(2201), + [anon_sym_yield] = ACTIONS(2201), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_LTtemplate_GT] = ACTIONS(2199), + [anon_sym_class] = ACTIONS(2201), + [anon_sym_async] = ACTIONS(2201), + [anon_sym_function] = ACTIONS(2201), + [anon_sym_new] = ACTIONS(2201), + [anon_sym_PLUS] = ACTIONS(2201), + [anon_sym_DASH] = ACTIONS(2201), + [anon_sym_SLASH] = ACTIONS(2201), + [anon_sym_LT] = ACTIONS(2201), + [anon_sym_TILDE] = ACTIONS(2199), + [anon_sym_void] = ACTIONS(2201), + [anon_sym_delete] = ACTIONS(2201), + [anon_sym_PLUS_PLUS] = ACTIONS(2199), + [anon_sym_DASH_DASH] = ACTIONS(2201), + [anon_sym_DQUOTE] = ACTIONS(2199), + [anon_sym_SQUOTE] = ACTIONS(2199), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2199), + [sym_number] = ACTIONS(2199), + [sym_this] = ACTIONS(2201), + [sym_super] = ACTIONS(2201), + [sym_true] = ACTIONS(2201), + [sym_false] = ACTIONS(2201), + [sym_null] = ACTIONS(2201), + [sym_undefined] = ACTIONS(2201), + [anon_sym_AT] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2201), + [anon_sym_readonly] = ACTIONS(2201), + [anon_sym_get] = ACTIONS(2201), + [anon_sym_set] = ACTIONS(2201), + [anon_sym_declare] = ACTIONS(2201), + [anon_sym_public] = ACTIONS(2201), + [anon_sym_private] = ACTIONS(2201), + [anon_sym_protected] = ACTIONS(2201), + [anon_sym_override] = ACTIONS(2201), + [anon_sym_module] = ACTIONS(2201), + [anon_sym_any] = ACTIONS(2201), + [anon_sym_number] = ACTIONS(2201), + [anon_sym_boolean] = ACTIONS(2201), + [anon_sym_string] = ACTIONS(2201), + [anon_sym_symbol] = ACTIONS(2201), + [anon_sym_abstract] = ACTIONS(2201), + [anon_sym_interface] = ACTIONS(2201), + [anon_sym_enum] = ACTIONS(2201), + }, + [660] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [661] = { + [ts_builtin_sym_end] = ACTIONS(1533), + [sym_identifier] = ACTIONS(1535), + [anon_sym_export] = ACTIONS(1535), + [anon_sym_default] = ACTIONS(1535), + [anon_sym_type] = ACTIONS(1535), + [anon_sym_namespace] = ACTIONS(1535), + [anon_sym_LBRACE] = ACTIONS(1533), + [anon_sym_RBRACE] = ACTIONS(1533), + [anon_sym_typeof] = ACTIONS(1535), + [anon_sym_import] = ACTIONS(1535), + [anon_sym_var] = ACTIONS(1535), + [anon_sym_let] = ACTIONS(1535), + [anon_sym_const] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1533), + [anon_sym_else] = ACTIONS(1535), + [anon_sym_if] = ACTIONS(1535), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_for] = ACTIONS(1535), + [anon_sym_LPAREN] = ACTIONS(1533), + [anon_sym_await] = ACTIONS(1535), + [anon_sym_while] = ACTIONS(1535), + [anon_sym_do] = ACTIONS(1535), + [anon_sym_try] = ACTIONS(1535), + [anon_sym_with] = ACTIONS(1535), + [anon_sym_break] = ACTIONS(1535), + [anon_sym_continue] = ACTIONS(1535), + [anon_sym_debugger] = ACTIONS(1535), + [anon_sym_return] = ACTIONS(1535), + [anon_sym_throw] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1535), + [anon_sym_yield] = ACTIONS(1535), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_LTtemplate_GT] = ACTIONS(1533), + [anon_sym_class] = ACTIONS(1535), + [anon_sym_async] = ACTIONS(1535), + [anon_sym_function] = ACTIONS(1535), + [anon_sym_new] = ACTIONS(1535), + [anon_sym_PLUS] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1535), + [anon_sym_SLASH] = ACTIONS(1535), + [anon_sym_LT] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1533), + [anon_sym_void] = ACTIONS(1535), + [anon_sym_delete] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1533), + [anon_sym_SQUOTE] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1533), + [sym_number] = ACTIONS(1533), + [sym_this] = ACTIONS(1535), + [sym_super] = ACTIONS(1535), + [sym_true] = ACTIONS(1535), + [sym_false] = ACTIONS(1535), + [sym_null] = ACTIONS(1535), + [sym_undefined] = ACTIONS(1535), + [anon_sym_AT] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1535), + [anon_sym_readonly] = ACTIONS(1535), + [anon_sym_get] = ACTIONS(1535), + [anon_sym_set] = ACTIONS(1535), + [anon_sym_declare] = ACTIONS(1535), + [anon_sym_public] = ACTIONS(1535), + [anon_sym_private] = ACTIONS(1535), + [anon_sym_protected] = ACTIONS(1535), + [anon_sym_override] = ACTIONS(1535), + [anon_sym_module] = ACTIONS(1535), + [anon_sym_any] = ACTIONS(1535), + [anon_sym_number] = ACTIONS(1535), + [anon_sym_boolean] = ACTIONS(1535), + [anon_sym_string] = ACTIONS(1535), + [anon_sym_symbol] = ACTIONS(1535), + [anon_sym_abstract] = ACTIONS(1535), + [anon_sym_interface] = ACTIONS(1535), + [anon_sym_enum] = ACTIONS(1535), + }, + [662] = { + [ts_builtin_sym_end] = ACTIONS(2207), + [sym_identifier] = ACTIONS(2209), + [anon_sym_export] = ACTIONS(2209), + [anon_sym_default] = ACTIONS(2209), + [anon_sym_type] = ACTIONS(2209), + [anon_sym_namespace] = ACTIONS(2209), + [anon_sym_LBRACE] = ACTIONS(2207), + [anon_sym_RBRACE] = ACTIONS(2207), + [anon_sym_typeof] = ACTIONS(2209), + [anon_sym_import] = ACTIONS(2209), + [anon_sym_var] = ACTIONS(2209), + [anon_sym_let] = ACTIONS(2209), + [anon_sym_const] = ACTIONS(2209), + [anon_sym_BANG] = ACTIONS(2207), + [anon_sym_else] = ACTIONS(2209), + [anon_sym_if] = ACTIONS(2209), + [anon_sym_switch] = ACTIONS(2209), + [anon_sym_for] = ACTIONS(2209), + [anon_sym_LPAREN] = ACTIONS(2207), + [anon_sym_await] = ACTIONS(2209), + [anon_sym_while] = ACTIONS(2209), + [anon_sym_do] = ACTIONS(2209), + [anon_sym_try] = ACTIONS(2209), + [anon_sym_with] = ACTIONS(2209), + [anon_sym_break] = ACTIONS(2209), + [anon_sym_continue] = ACTIONS(2209), + [anon_sym_debugger] = ACTIONS(2209), + [anon_sym_return] = ACTIONS(2209), + [anon_sym_throw] = ACTIONS(2209), + [anon_sym_SEMI] = ACTIONS(2207), + [anon_sym_case] = ACTIONS(2209), + [anon_sym_yield] = ACTIONS(2209), + [anon_sym_LBRACK] = ACTIONS(2207), + [anon_sym_LTtemplate_GT] = ACTIONS(2207), + [anon_sym_class] = ACTIONS(2209), + [anon_sym_async] = ACTIONS(2209), + [anon_sym_function] = ACTIONS(2209), + [anon_sym_new] = ACTIONS(2209), + [anon_sym_PLUS] = ACTIONS(2209), + [anon_sym_DASH] = ACTIONS(2209), + [anon_sym_SLASH] = ACTIONS(2209), + [anon_sym_LT] = ACTIONS(2209), + [anon_sym_TILDE] = ACTIONS(2207), + [anon_sym_void] = ACTIONS(2209), + [anon_sym_delete] = ACTIONS(2209), + [anon_sym_PLUS_PLUS] = ACTIONS(2207), + [anon_sym_DASH_DASH] = ACTIONS(2209), + [anon_sym_DQUOTE] = ACTIONS(2207), + [anon_sym_SQUOTE] = ACTIONS(2207), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2207), + [sym_number] = ACTIONS(2207), + [sym_this] = ACTIONS(2209), + [sym_super] = ACTIONS(2209), + [sym_true] = ACTIONS(2209), + [sym_false] = ACTIONS(2209), + [sym_null] = ACTIONS(2209), + [sym_undefined] = ACTIONS(2209), + [anon_sym_AT] = ACTIONS(2207), + [anon_sym_static] = ACTIONS(2209), + [anon_sym_readonly] = ACTIONS(2209), + [anon_sym_get] = ACTIONS(2209), + [anon_sym_set] = ACTIONS(2209), + [anon_sym_declare] = ACTIONS(2209), + [anon_sym_public] = ACTIONS(2209), + [anon_sym_private] = ACTIONS(2209), + [anon_sym_protected] = ACTIONS(2209), + [anon_sym_override] = ACTIONS(2209), + [anon_sym_module] = ACTIONS(2209), + [anon_sym_any] = ACTIONS(2209), + [anon_sym_number] = ACTIONS(2209), + [anon_sym_boolean] = ACTIONS(2209), + [anon_sym_string] = ACTIONS(2209), + [anon_sym_symbol] = ACTIONS(2209), + [anon_sym_abstract] = ACTIONS(2209), + [anon_sym_interface] = ACTIONS(2209), + [anon_sym_enum] = ACTIONS(2209), + }, + [663] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [664] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [665] = { + [ts_builtin_sym_end] = ACTIONS(1537), + [sym_identifier] = ACTIONS(1539), + [anon_sym_export] = ACTIONS(1539), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_type] = ACTIONS(1539), + [anon_sym_namespace] = ACTIONS(1539), + [anon_sym_LBRACE] = ACTIONS(1537), + [anon_sym_RBRACE] = ACTIONS(1537), + [anon_sym_typeof] = ACTIONS(1539), + [anon_sym_import] = ACTIONS(1539), + [anon_sym_var] = ACTIONS(1539), + [anon_sym_let] = ACTIONS(1539), + [anon_sym_const] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1537), + [anon_sym_else] = ACTIONS(1539), + [anon_sym_if] = ACTIONS(1539), + [anon_sym_switch] = ACTIONS(1539), + [anon_sym_for] = ACTIONS(1539), + [anon_sym_LPAREN] = ACTIONS(1537), + [anon_sym_await] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1539), + [anon_sym_do] = ACTIONS(1539), + [anon_sym_try] = ACTIONS(1539), + [anon_sym_with] = ACTIONS(1539), + [anon_sym_break] = ACTIONS(1539), + [anon_sym_continue] = ACTIONS(1539), + [anon_sym_debugger] = ACTIONS(1539), + [anon_sym_return] = ACTIONS(1539), + [anon_sym_throw] = ACTIONS(1539), + [anon_sym_SEMI] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1539), + [anon_sym_yield] = ACTIONS(1539), + [anon_sym_LBRACK] = ACTIONS(1537), + [anon_sym_LTtemplate_GT] = ACTIONS(1537), + [anon_sym_class] = ACTIONS(1539), + [anon_sym_async] = ACTIONS(1539), + [anon_sym_function] = ACTIONS(1539), + [anon_sym_new] = ACTIONS(1539), + [anon_sym_PLUS] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1539), + [anon_sym_SLASH] = ACTIONS(1539), + [anon_sym_LT] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1537), + [anon_sym_void] = ACTIONS(1539), + [anon_sym_delete] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1537), + [anon_sym_SQUOTE] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1537), + [sym_number] = ACTIONS(1537), + [sym_this] = ACTIONS(1539), + [sym_super] = ACTIONS(1539), + [sym_true] = ACTIONS(1539), + [sym_false] = ACTIONS(1539), + [sym_null] = ACTIONS(1539), + [sym_undefined] = ACTIONS(1539), + [anon_sym_AT] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1539), + [anon_sym_readonly] = ACTIONS(1539), + [anon_sym_get] = ACTIONS(1539), + [anon_sym_set] = ACTIONS(1539), + [anon_sym_declare] = ACTIONS(1539), + [anon_sym_public] = ACTIONS(1539), + [anon_sym_private] = ACTIONS(1539), + [anon_sym_protected] = ACTIONS(1539), + [anon_sym_override] = ACTIONS(1539), + [anon_sym_module] = ACTIONS(1539), + [anon_sym_any] = ACTIONS(1539), + [anon_sym_number] = ACTIONS(1539), + [anon_sym_boolean] = ACTIONS(1539), + [anon_sym_string] = ACTIONS(1539), + [anon_sym_symbol] = ACTIONS(1539), + [anon_sym_abstract] = ACTIONS(1539), + [anon_sym_interface] = ACTIONS(1539), + [anon_sym_enum] = ACTIONS(1539), + }, + [666] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [667] = { + [ts_builtin_sym_end] = ACTIONS(2211), + [sym_identifier] = ACTIONS(2213), + [anon_sym_export] = ACTIONS(2213), + [anon_sym_default] = ACTIONS(2213), + [anon_sym_type] = ACTIONS(2213), + [anon_sym_namespace] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2211), + [anon_sym_RBRACE] = ACTIONS(2211), + [anon_sym_typeof] = ACTIONS(2213), + [anon_sym_import] = ACTIONS(2213), + [anon_sym_var] = ACTIONS(2213), + [anon_sym_let] = ACTIONS(2213), + [anon_sym_const] = ACTIONS(2213), + [anon_sym_BANG] = ACTIONS(2211), + [anon_sym_else] = ACTIONS(2213), + [anon_sym_if] = ACTIONS(2213), + [anon_sym_switch] = ACTIONS(2213), + [anon_sym_for] = ACTIONS(2213), + [anon_sym_LPAREN] = ACTIONS(2211), + [anon_sym_await] = ACTIONS(2213), + [anon_sym_while] = ACTIONS(2213), + [anon_sym_do] = ACTIONS(2213), + [anon_sym_try] = ACTIONS(2213), + [anon_sym_with] = ACTIONS(2213), + [anon_sym_break] = ACTIONS(2213), + [anon_sym_continue] = ACTIONS(2213), + [anon_sym_debugger] = ACTIONS(2213), + [anon_sym_return] = ACTIONS(2213), + [anon_sym_throw] = ACTIONS(2213), + [anon_sym_SEMI] = ACTIONS(2211), + [anon_sym_case] = ACTIONS(2213), + [anon_sym_yield] = ACTIONS(2213), + [anon_sym_LBRACK] = ACTIONS(2211), + [anon_sym_LTtemplate_GT] = ACTIONS(2211), + [anon_sym_class] = ACTIONS(2213), + [anon_sym_async] = ACTIONS(2213), + [anon_sym_function] = ACTIONS(2213), + [anon_sym_new] = ACTIONS(2213), + [anon_sym_PLUS] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_SLASH] = ACTIONS(2213), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_TILDE] = ACTIONS(2211), + [anon_sym_void] = ACTIONS(2213), + [anon_sym_delete] = ACTIONS(2213), + [anon_sym_PLUS_PLUS] = ACTIONS(2211), + [anon_sym_DASH_DASH] = ACTIONS(2213), + [anon_sym_DQUOTE] = ACTIONS(2211), + [anon_sym_SQUOTE] = ACTIONS(2211), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2211), + [sym_number] = ACTIONS(2211), + [sym_this] = ACTIONS(2213), + [sym_super] = ACTIONS(2213), + [sym_true] = ACTIONS(2213), + [sym_false] = ACTIONS(2213), + [sym_null] = ACTIONS(2213), + [sym_undefined] = ACTIONS(2213), + [anon_sym_AT] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2213), + [anon_sym_readonly] = ACTIONS(2213), + [anon_sym_get] = ACTIONS(2213), + [anon_sym_set] = ACTIONS(2213), + [anon_sym_declare] = ACTIONS(2213), + [anon_sym_public] = ACTIONS(2213), + [anon_sym_private] = ACTIONS(2213), + [anon_sym_protected] = ACTIONS(2213), + [anon_sym_override] = ACTIONS(2213), + [anon_sym_module] = ACTIONS(2213), + [anon_sym_any] = ACTIONS(2213), + [anon_sym_number] = ACTIONS(2213), + [anon_sym_boolean] = ACTIONS(2213), + [anon_sym_string] = ACTIONS(2213), + [anon_sym_symbol] = ACTIONS(2213), + [anon_sym_abstract] = ACTIONS(2213), + [anon_sym_interface] = ACTIONS(2213), + [anon_sym_enum] = ACTIONS(2213), + }, + [668] = { + [ts_builtin_sym_end] = ACTIONS(1481), + [sym_identifier] = ACTIONS(1483), + [anon_sym_export] = ACTIONS(1483), + [anon_sym_default] = ACTIONS(1483), + [anon_sym_type] = ACTIONS(1483), + [anon_sym_namespace] = ACTIONS(1483), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_RBRACE] = ACTIONS(1481), + [anon_sym_typeof] = ACTIONS(1483), + [anon_sym_import] = ACTIONS(1483), + [anon_sym_var] = ACTIONS(1483), + [anon_sym_let] = ACTIONS(1483), + [anon_sym_const] = ACTIONS(1483), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_else] = ACTIONS(1483), + [anon_sym_if] = ACTIONS(1483), + [anon_sym_switch] = ACTIONS(1483), + [anon_sym_for] = ACTIONS(1483), + [anon_sym_LPAREN] = ACTIONS(1481), + [anon_sym_await] = ACTIONS(1483), + [anon_sym_while] = ACTIONS(1483), + [anon_sym_do] = ACTIONS(1483), + [anon_sym_try] = ACTIONS(1483), + [anon_sym_with] = ACTIONS(1483), + [anon_sym_break] = ACTIONS(1483), + [anon_sym_continue] = ACTIONS(1483), + [anon_sym_debugger] = ACTIONS(1483), + [anon_sym_return] = ACTIONS(1483), + [anon_sym_throw] = ACTIONS(1483), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_case] = ACTIONS(1483), + [anon_sym_yield] = ACTIONS(1483), + [anon_sym_LBRACK] = ACTIONS(1481), + [anon_sym_LTtemplate_GT] = ACTIONS(1481), + [anon_sym_class] = ACTIONS(1483), + [anon_sym_async] = ACTIONS(1483), + [anon_sym_function] = ACTIONS(1483), + [anon_sym_new] = ACTIONS(1483), + [anon_sym_PLUS] = ACTIONS(1483), + [anon_sym_DASH] = ACTIONS(1483), + [anon_sym_SLASH] = ACTIONS(1483), + [anon_sym_LT] = ACTIONS(1483), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_void] = ACTIONS(1483), + [anon_sym_delete] = ACTIONS(1483), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_DASH_DASH] = ACTIONS(1483), + [anon_sym_DQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1481), + [sym_number] = ACTIONS(1481), + [sym_this] = ACTIONS(1483), + [sym_super] = ACTIONS(1483), + [sym_true] = ACTIONS(1483), + [sym_false] = ACTIONS(1483), + [sym_null] = ACTIONS(1483), + [sym_undefined] = ACTIONS(1483), + [anon_sym_AT] = ACTIONS(1481), + [anon_sym_static] = ACTIONS(1483), + [anon_sym_readonly] = ACTIONS(1483), + [anon_sym_get] = ACTIONS(1483), + [anon_sym_set] = ACTIONS(1483), + [anon_sym_declare] = ACTIONS(1483), + [anon_sym_public] = ACTIONS(1483), + [anon_sym_private] = ACTIONS(1483), + [anon_sym_protected] = ACTIONS(1483), + [anon_sym_override] = ACTIONS(1483), + [anon_sym_module] = ACTIONS(1483), + [anon_sym_any] = ACTIONS(1483), + [anon_sym_number] = ACTIONS(1483), + [anon_sym_boolean] = ACTIONS(1483), + [anon_sym_string] = ACTIONS(1483), + [anon_sym_symbol] = ACTIONS(1483), + [anon_sym_abstract] = ACTIONS(1483), + [anon_sym_interface] = ACTIONS(1483), + [anon_sym_enum] = ACTIONS(1483), + }, + [669] = { + [ts_builtin_sym_end] = ACTIONS(2215), + [sym_identifier] = ACTIONS(2217), + [anon_sym_export] = ACTIONS(2217), + [anon_sym_default] = ACTIONS(2217), + [anon_sym_type] = ACTIONS(2217), + [anon_sym_namespace] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2215), + [anon_sym_RBRACE] = ACTIONS(2215), + [anon_sym_typeof] = ACTIONS(2217), + [anon_sym_import] = ACTIONS(2217), + [anon_sym_var] = ACTIONS(2217), + [anon_sym_let] = ACTIONS(2217), + [anon_sym_const] = ACTIONS(2217), + [anon_sym_BANG] = ACTIONS(2215), + [anon_sym_else] = ACTIONS(2217), + [anon_sym_if] = ACTIONS(2217), + [anon_sym_switch] = ACTIONS(2217), + [anon_sym_for] = ACTIONS(2217), + [anon_sym_LPAREN] = ACTIONS(2215), + [anon_sym_await] = ACTIONS(2217), + [anon_sym_while] = ACTIONS(2217), + [anon_sym_do] = ACTIONS(2217), + [anon_sym_try] = ACTIONS(2217), + [anon_sym_with] = ACTIONS(2217), + [anon_sym_break] = ACTIONS(2217), + [anon_sym_continue] = ACTIONS(2217), + [anon_sym_debugger] = ACTIONS(2217), + [anon_sym_return] = ACTIONS(2217), + [anon_sym_throw] = ACTIONS(2217), + [anon_sym_SEMI] = ACTIONS(2215), + [anon_sym_case] = ACTIONS(2217), + [anon_sym_yield] = ACTIONS(2217), + [anon_sym_LBRACK] = ACTIONS(2215), + [anon_sym_LTtemplate_GT] = ACTIONS(2215), + [anon_sym_class] = ACTIONS(2217), + [anon_sym_async] = ACTIONS(2217), + [anon_sym_function] = ACTIONS(2217), + [anon_sym_new] = ACTIONS(2217), + [anon_sym_PLUS] = ACTIONS(2217), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_SLASH] = ACTIONS(2217), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_TILDE] = ACTIONS(2215), + [anon_sym_void] = ACTIONS(2217), + [anon_sym_delete] = ACTIONS(2217), + [anon_sym_PLUS_PLUS] = ACTIONS(2215), + [anon_sym_DASH_DASH] = ACTIONS(2217), + [anon_sym_DQUOTE] = ACTIONS(2215), + [anon_sym_SQUOTE] = ACTIONS(2215), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2215), + [sym_number] = ACTIONS(2215), + [sym_this] = ACTIONS(2217), + [sym_super] = ACTIONS(2217), + [sym_true] = ACTIONS(2217), + [sym_false] = ACTIONS(2217), + [sym_null] = ACTIONS(2217), + [sym_undefined] = ACTIONS(2217), + [anon_sym_AT] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2217), + [anon_sym_readonly] = ACTIONS(2217), + [anon_sym_get] = ACTIONS(2217), + [anon_sym_set] = ACTIONS(2217), + [anon_sym_declare] = ACTIONS(2217), + [anon_sym_public] = ACTIONS(2217), + [anon_sym_private] = ACTIONS(2217), + [anon_sym_protected] = ACTIONS(2217), + [anon_sym_override] = ACTIONS(2217), + [anon_sym_module] = ACTIONS(2217), + [anon_sym_any] = ACTIONS(2217), + [anon_sym_number] = ACTIONS(2217), + [anon_sym_boolean] = ACTIONS(2217), + [anon_sym_string] = ACTIONS(2217), + [anon_sym_symbol] = ACTIONS(2217), + [anon_sym_abstract] = ACTIONS(2217), + [anon_sym_interface] = ACTIONS(2217), + [anon_sym_enum] = ACTIONS(2217), + }, + [670] = { + [ts_builtin_sym_end] = ACTIONS(2219), + [sym_identifier] = ACTIONS(2221), + [anon_sym_export] = ACTIONS(2221), + [anon_sym_default] = ACTIONS(2221), + [anon_sym_type] = ACTIONS(2221), + [anon_sym_namespace] = ACTIONS(2221), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_typeof] = ACTIONS(2221), + [anon_sym_import] = ACTIONS(2221), + [anon_sym_var] = ACTIONS(2221), + [anon_sym_let] = ACTIONS(2221), + [anon_sym_const] = ACTIONS(2221), + [anon_sym_BANG] = ACTIONS(2219), + [anon_sym_else] = ACTIONS(2221), + [anon_sym_if] = ACTIONS(2221), + [anon_sym_switch] = ACTIONS(2221), + [anon_sym_for] = ACTIONS(2221), + [anon_sym_LPAREN] = ACTIONS(2219), + [anon_sym_await] = ACTIONS(2221), + [anon_sym_while] = ACTIONS(2221), + [anon_sym_do] = ACTIONS(2221), + [anon_sym_try] = ACTIONS(2221), + [anon_sym_with] = ACTIONS(2221), + [anon_sym_break] = ACTIONS(2221), + [anon_sym_continue] = ACTIONS(2221), + [anon_sym_debugger] = ACTIONS(2221), + [anon_sym_return] = ACTIONS(2221), + [anon_sym_throw] = ACTIONS(2221), + [anon_sym_SEMI] = ACTIONS(2219), + [anon_sym_case] = ACTIONS(2221), + [anon_sym_yield] = ACTIONS(2221), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_LTtemplate_GT] = ACTIONS(2219), + [anon_sym_class] = ACTIONS(2221), + [anon_sym_async] = ACTIONS(2221), + [anon_sym_function] = ACTIONS(2221), + [anon_sym_new] = ACTIONS(2221), + [anon_sym_PLUS] = ACTIONS(2221), + [anon_sym_DASH] = ACTIONS(2221), + [anon_sym_SLASH] = ACTIONS(2221), + [anon_sym_LT] = ACTIONS(2221), + [anon_sym_TILDE] = ACTIONS(2219), + [anon_sym_void] = ACTIONS(2221), + [anon_sym_delete] = ACTIONS(2221), + [anon_sym_PLUS_PLUS] = ACTIONS(2219), + [anon_sym_DASH_DASH] = ACTIONS(2221), + [anon_sym_DQUOTE] = ACTIONS(2219), + [anon_sym_SQUOTE] = ACTIONS(2219), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2219), + [sym_number] = ACTIONS(2219), + [sym_this] = ACTIONS(2221), + [sym_super] = ACTIONS(2221), + [sym_true] = ACTIONS(2221), + [sym_false] = ACTIONS(2221), + [sym_null] = ACTIONS(2221), + [sym_undefined] = ACTIONS(2221), + [anon_sym_AT] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2221), + [anon_sym_readonly] = ACTIONS(2221), + [anon_sym_get] = ACTIONS(2221), + [anon_sym_set] = ACTIONS(2221), + [anon_sym_declare] = ACTIONS(2221), + [anon_sym_public] = ACTIONS(2221), + [anon_sym_private] = ACTIONS(2221), + [anon_sym_protected] = ACTIONS(2221), + [anon_sym_override] = ACTIONS(2221), + [anon_sym_module] = ACTIONS(2221), + [anon_sym_any] = ACTIONS(2221), + [anon_sym_number] = ACTIONS(2221), + [anon_sym_boolean] = ACTIONS(2221), + [anon_sym_string] = ACTIONS(2221), + [anon_sym_symbol] = ACTIONS(2221), + [anon_sym_abstract] = ACTIONS(2221), + [anon_sym_interface] = ACTIONS(2221), + [anon_sym_enum] = ACTIONS(2221), + }, + [671] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [672] = { + [ts_builtin_sym_end] = ACTIONS(2223), + [sym_identifier] = ACTIONS(2225), + [anon_sym_export] = ACTIONS(2225), + [anon_sym_default] = ACTIONS(2225), + [anon_sym_type] = ACTIONS(2225), + [anon_sym_namespace] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2223), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_typeof] = ACTIONS(2225), + [anon_sym_import] = ACTIONS(2225), + [anon_sym_var] = ACTIONS(2225), + [anon_sym_let] = ACTIONS(2225), + [anon_sym_const] = ACTIONS(2225), + [anon_sym_BANG] = ACTIONS(2223), + [anon_sym_else] = ACTIONS(2225), + [anon_sym_if] = ACTIONS(2225), + [anon_sym_switch] = ACTIONS(2225), + [anon_sym_for] = ACTIONS(2225), + [anon_sym_LPAREN] = ACTIONS(2223), + [anon_sym_await] = ACTIONS(2225), + [anon_sym_while] = ACTIONS(2225), + [anon_sym_do] = ACTIONS(2225), + [anon_sym_try] = ACTIONS(2225), + [anon_sym_with] = ACTIONS(2225), + [anon_sym_break] = ACTIONS(2225), + [anon_sym_continue] = ACTIONS(2225), + [anon_sym_debugger] = ACTIONS(2225), + [anon_sym_return] = ACTIONS(2225), + [anon_sym_throw] = ACTIONS(2225), + [anon_sym_SEMI] = ACTIONS(2223), + [anon_sym_case] = ACTIONS(2225), + [anon_sym_yield] = ACTIONS(2225), + [anon_sym_LBRACK] = ACTIONS(2223), + [anon_sym_LTtemplate_GT] = ACTIONS(2223), + [anon_sym_class] = ACTIONS(2225), + [anon_sym_async] = ACTIONS(2225), + [anon_sym_function] = ACTIONS(2225), + [anon_sym_new] = ACTIONS(2225), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_SLASH] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_TILDE] = ACTIONS(2223), + [anon_sym_void] = ACTIONS(2225), + [anon_sym_delete] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2223), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_DQUOTE] = ACTIONS(2223), + [anon_sym_SQUOTE] = ACTIONS(2223), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2223), + [sym_number] = ACTIONS(2223), + [sym_this] = ACTIONS(2225), + [sym_super] = ACTIONS(2225), + [sym_true] = ACTIONS(2225), + [sym_false] = ACTIONS(2225), + [sym_null] = ACTIONS(2225), + [sym_undefined] = ACTIONS(2225), + [anon_sym_AT] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2225), + [anon_sym_readonly] = ACTIONS(2225), + [anon_sym_get] = ACTIONS(2225), + [anon_sym_set] = ACTIONS(2225), + [anon_sym_declare] = ACTIONS(2225), + [anon_sym_public] = ACTIONS(2225), + [anon_sym_private] = ACTIONS(2225), + [anon_sym_protected] = ACTIONS(2225), + [anon_sym_override] = ACTIONS(2225), + [anon_sym_module] = ACTIONS(2225), + [anon_sym_any] = ACTIONS(2225), + [anon_sym_number] = ACTIONS(2225), + [anon_sym_boolean] = ACTIONS(2225), + [anon_sym_string] = ACTIONS(2225), + [anon_sym_symbol] = ACTIONS(2225), + [anon_sym_abstract] = ACTIONS(2225), + [anon_sym_interface] = ACTIONS(2225), + [anon_sym_enum] = ACTIONS(2225), + }, + [673] = { + [ts_builtin_sym_end] = ACTIONS(2227), + [sym_identifier] = ACTIONS(2229), + [anon_sym_export] = ACTIONS(2229), + [anon_sym_default] = ACTIONS(2229), + [anon_sym_type] = ACTIONS(2229), + [anon_sym_namespace] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2227), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_typeof] = ACTIONS(2229), + [anon_sym_import] = ACTIONS(2229), + [anon_sym_var] = ACTIONS(2229), + [anon_sym_let] = ACTIONS(2229), + [anon_sym_const] = ACTIONS(2229), + [anon_sym_BANG] = ACTIONS(2227), + [anon_sym_else] = ACTIONS(2229), + [anon_sym_if] = ACTIONS(2229), + [anon_sym_switch] = ACTIONS(2229), + [anon_sym_for] = ACTIONS(2229), + [anon_sym_LPAREN] = ACTIONS(2227), + [anon_sym_await] = ACTIONS(2229), + [anon_sym_while] = ACTIONS(2229), + [anon_sym_do] = ACTIONS(2229), + [anon_sym_try] = ACTIONS(2229), + [anon_sym_with] = ACTIONS(2229), + [anon_sym_break] = ACTIONS(2229), + [anon_sym_continue] = ACTIONS(2229), + [anon_sym_debugger] = ACTIONS(2229), + [anon_sym_return] = ACTIONS(2229), + [anon_sym_throw] = ACTIONS(2229), + [anon_sym_SEMI] = ACTIONS(2227), + [anon_sym_case] = ACTIONS(2229), + [anon_sym_yield] = ACTIONS(2229), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_LTtemplate_GT] = ACTIONS(2227), + [anon_sym_class] = ACTIONS(2229), + [anon_sym_async] = ACTIONS(2229), + [anon_sym_function] = ACTIONS(2229), + [anon_sym_new] = ACTIONS(2229), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_SLASH] = ACTIONS(2229), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_TILDE] = ACTIONS(2227), + [anon_sym_void] = ACTIONS(2229), + [anon_sym_delete] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2227), [anon_sym_DASH_DASH] = ACTIONS(2229), - [anon_sym_DQUOTE] = ACTIONS(2229), - [anon_sym_SQUOTE] = ACTIONS(2229), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2229), - [sym_number] = ACTIONS(2229), - [sym_this] = ACTIONS(2231), - [sym_super] = ACTIONS(2231), - [sym_true] = ACTIONS(2231), - [sym_false] = ACTIONS(2231), - [sym_null] = ACTIONS(2231), - [sym_undefined] = ACTIONS(2231), - [anon_sym_AT] = ACTIONS(2229), - [anon_sym_static] = ACTIONS(2231), - [anon_sym_readonly] = ACTIONS(2231), - [anon_sym_get] = ACTIONS(2231), - [anon_sym_set] = ACTIONS(2231), - [anon_sym_declare] = ACTIONS(2231), - [anon_sym_public] = ACTIONS(2231), - [anon_sym_private] = ACTIONS(2231), - [anon_sym_protected] = ACTIONS(2231), - [anon_sym_override] = ACTIONS(2231), - [anon_sym_module] = ACTIONS(2231), - [anon_sym_any] = ACTIONS(2231), - [anon_sym_number] = ACTIONS(2231), - [anon_sym_boolean] = ACTIONS(2231), - [anon_sym_string] = ACTIONS(2231), - [anon_sym_symbol] = ACTIONS(2231), - [anon_sym_abstract] = ACTIONS(2231), - [anon_sym_interface] = ACTIONS(2231), - [anon_sym_enum] = ACTIONS(2231), + [anon_sym_DQUOTE] = ACTIONS(2227), + [anon_sym_SQUOTE] = ACTIONS(2227), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2227), + [sym_number] = ACTIONS(2227), + [sym_this] = ACTIONS(2229), + [sym_super] = ACTIONS(2229), + [sym_true] = ACTIONS(2229), + [sym_false] = ACTIONS(2229), + [sym_null] = ACTIONS(2229), + [sym_undefined] = ACTIONS(2229), + [anon_sym_AT] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2229), + [anon_sym_readonly] = ACTIONS(2229), + [anon_sym_get] = ACTIONS(2229), + [anon_sym_set] = ACTIONS(2229), + [anon_sym_declare] = ACTIONS(2229), + [anon_sym_public] = ACTIONS(2229), + [anon_sym_private] = ACTIONS(2229), + [anon_sym_protected] = ACTIONS(2229), + [anon_sym_override] = ACTIONS(2229), + [anon_sym_module] = ACTIONS(2229), + [anon_sym_any] = ACTIONS(2229), + [anon_sym_number] = ACTIONS(2229), + [anon_sym_boolean] = ACTIONS(2229), + [anon_sym_string] = ACTIONS(2229), + [anon_sym_symbol] = ACTIONS(2229), + [anon_sym_abstract] = ACTIONS(2229), + [anon_sym_interface] = ACTIONS(2229), + [anon_sym_enum] = ACTIONS(2229), }, - [699] = { - [ts_builtin_sym_end] = ACTIONS(2233), - [sym_identifier] = ACTIONS(2235), - [anon_sym_export] = ACTIONS(2235), - [anon_sym_default] = ACTIONS(2235), - [anon_sym_type] = ACTIONS(2235), - [anon_sym_namespace] = ACTIONS(2235), - [anon_sym_LBRACE] = ACTIONS(2233), - [anon_sym_RBRACE] = ACTIONS(2233), - [anon_sym_typeof] = ACTIONS(2235), - [anon_sym_import] = ACTIONS(2235), - [anon_sym_var] = ACTIONS(2235), - [anon_sym_let] = ACTIONS(2235), - [anon_sym_const] = ACTIONS(2235), - [anon_sym_BANG] = ACTIONS(2233), - [anon_sym_else] = ACTIONS(2235), - [anon_sym_if] = ACTIONS(2235), - [anon_sym_switch] = ACTIONS(2235), - [anon_sym_for] = ACTIONS(2235), - [anon_sym_LPAREN] = ACTIONS(2233), - [anon_sym_await] = ACTIONS(2235), - [anon_sym_while] = ACTIONS(2235), - [anon_sym_do] = ACTIONS(2235), - [anon_sym_try] = ACTIONS(2235), - [anon_sym_with] = ACTIONS(2235), - [anon_sym_break] = ACTIONS(2235), - [anon_sym_continue] = ACTIONS(2235), - [anon_sym_debugger] = ACTIONS(2235), - [anon_sym_return] = ACTIONS(2235), - [anon_sym_throw] = ACTIONS(2235), - [anon_sym_SEMI] = ACTIONS(2233), - [anon_sym_case] = ACTIONS(2235), - [anon_sym_yield] = ACTIONS(2235), - [anon_sym_LBRACK] = ACTIONS(2233), - [anon_sym_LTtemplate_GT] = ACTIONS(2233), - [anon_sym_LT] = ACTIONS(2235), - [anon_sym_SLASH] = ACTIONS(2235), - [anon_sym_class] = ACTIONS(2235), - [anon_sym_async] = ACTIONS(2235), - [anon_sym_function] = ACTIONS(2235), - [anon_sym_new] = ACTIONS(2235), - [anon_sym_PLUS] = ACTIONS(2235), - [anon_sym_DASH] = ACTIONS(2235), - [anon_sym_TILDE] = ACTIONS(2233), - [anon_sym_void] = ACTIONS(2235), - [anon_sym_delete] = ACTIONS(2235), - [anon_sym_PLUS_PLUS] = ACTIONS(2233), - [anon_sym_DASH_DASH] = ACTIONS(2233), - [anon_sym_DQUOTE] = ACTIONS(2233), - [anon_sym_SQUOTE] = ACTIONS(2233), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2233), - [sym_number] = ACTIONS(2233), - [sym_this] = ACTIONS(2235), - [sym_super] = ACTIONS(2235), - [sym_true] = ACTIONS(2235), - [sym_false] = ACTIONS(2235), - [sym_null] = ACTIONS(2235), - [sym_undefined] = ACTIONS(2235), - [anon_sym_AT] = ACTIONS(2233), - [anon_sym_static] = ACTIONS(2235), - [anon_sym_readonly] = ACTIONS(2235), - [anon_sym_get] = ACTIONS(2235), - [anon_sym_set] = ACTIONS(2235), - [anon_sym_declare] = ACTIONS(2235), - [anon_sym_public] = ACTIONS(2235), - [anon_sym_private] = ACTIONS(2235), - [anon_sym_protected] = ACTIONS(2235), - [anon_sym_override] = ACTIONS(2235), - [anon_sym_module] = ACTIONS(2235), - [anon_sym_any] = ACTIONS(2235), - [anon_sym_number] = ACTIONS(2235), - [anon_sym_boolean] = ACTIONS(2235), - [anon_sym_string] = ACTIONS(2235), - [anon_sym_symbol] = ACTIONS(2235), - [anon_sym_abstract] = ACTIONS(2235), - [anon_sym_interface] = ACTIONS(2235), - [anon_sym_enum] = ACTIONS(2235), + [674] = { + [ts_builtin_sym_end] = ACTIONS(1525), + [sym_identifier] = ACTIONS(1527), + [anon_sym_export] = ACTIONS(1527), + [anon_sym_default] = ACTIONS(1527), + [anon_sym_type] = ACTIONS(1527), + [anon_sym_namespace] = ACTIONS(1527), + [anon_sym_LBRACE] = ACTIONS(1525), + [anon_sym_RBRACE] = ACTIONS(1525), + [anon_sym_typeof] = ACTIONS(1527), + [anon_sym_import] = ACTIONS(1527), + [anon_sym_var] = ACTIONS(1527), + [anon_sym_let] = ACTIONS(1527), + [anon_sym_const] = ACTIONS(1527), + [anon_sym_BANG] = ACTIONS(1525), + [anon_sym_else] = ACTIONS(1527), + [anon_sym_if] = ACTIONS(1527), + [anon_sym_switch] = ACTIONS(1527), + [anon_sym_for] = ACTIONS(1527), + [anon_sym_LPAREN] = ACTIONS(1525), + [anon_sym_await] = ACTIONS(1527), + [anon_sym_while] = ACTIONS(1527), + [anon_sym_do] = ACTIONS(1527), + [anon_sym_try] = ACTIONS(1527), + [anon_sym_with] = ACTIONS(1527), + [anon_sym_break] = ACTIONS(1527), + [anon_sym_continue] = ACTIONS(1527), + [anon_sym_debugger] = ACTIONS(1527), + [anon_sym_return] = ACTIONS(1527), + [anon_sym_throw] = ACTIONS(1527), + [anon_sym_SEMI] = ACTIONS(1525), + [anon_sym_case] = ACTIONS(1527), + [anon_sym_yield] = ACTIONS(1527), + [anon_sym_LBRACK] = ACTIONS(1525), + [anon_sym_LTtemplate_GT] = ACTIONS(1525), + [anon_sym_class] = ACTIONS(1527), + [anon_sym_async] = ACTIONS(1527), + [anon_sym_function] = ACTIONS(1527), + [anon_sym_new] = ACTIONS(1527), + [anon_sym_PLUS] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1527), + [anon_sym_SLASH] = ACTIONS(1527), + [anon_sym_LT] = ACTIONS(1527), + [anon_sym_TILDE] = ACTIONS(1525), + [anon_sym_void] = ACTIONS(1527), + [anon_sym_delete] = ACTIONS(1527), + [anon_sym_PLUS_PLUS] = ACTIONS(1525), + [anon_sym_DASH_DASH] = ACTIONS(1527), + [anon_sym_DQUOTE] = ACTIONS(1525), + [anon_sym_SQUOTE] = ACTIONS(1525), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1525), + [sym_number] = ACTIONS(1525), + [sym_this] = ACTIONS(1527), + [sym_super] = ACTIONS(1527), + [sym_true] = ACTIONS(1527), + [sym_false] = ACTIONS(1527), + [sym_null] = ACTIONS(1527), + [sym_undefined] = ACTIONS(1527), + [anon_sym_AT] = ACTIONS(1525), + [anon_sym_static] = ACTIONS(1527), + [anon_sym_readonly] = ACTIONS(1527), + [anon_sym_get] = ACTIONS(1527), + [anon_sym_set] = ACTIONS(1527), + [anon_sym_declare] = ACTIONS(1527), + [anon_sym_public] = ACTIONS(1527), + [anon_sym_private] = ACTIONS(1527), + [anon_sym_protected] = ACTIONS(1527), + [anon_sym_override] = ACTIONS(1527), + [anon_sym_module] = ACTIONS(1527), + [anon_sym_any] = ACTIONS(1527), + [anon_sym_number] = ACTIONS(1527), + [anon_sym_boolean] = ACTIONS(1527), + [anon_sym_string] = ACTIONS(1527), + [anon_sym_symbol] = ACTIONS(1527), + [anon_sym_abstract] = ACTIONS(1527), + [anon_sym_interface] = ACTIONS(1527), + [anon_sym_enum] = ACTIONS(1527), }, - [700] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [675] = { + [ts_builtin_sym_end] = ACTIONS(2231), + [sym_identifier] = ACTIONS(2233), + [anon_sym_export] = ACTIONS(2233), + [anon_sym_default] = ACTIONS(2233), + [anon_sym_type] = ACTIONS(2233), + [anon_sym_namespace] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_typeof] = ACTIONS(2233), + [anon_sym_import] = ACTIONS(2233), + [anon_sym_var] = ACTIONS(2233), + [anon_sym_let] = ACTIONS(2233), + [anon_sym_const] = ACTIONS(2233), + [anon_sym_BANG] = ACTIONS(2231), + [anon_sym_else] = ACTIONS(2233), + [anon_sym_if] = ACTIONS(2233), + [anon_sym_switch] = ACTIONS(2233), + [anon_sym_for] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_await] = ACTIONS(2233), + [anon_sym_while] = ACTIONS(2233), + [anon_sym_do] = ACTIONS(2233), + [anon_sym_try] = ACTIONS(2233), + [anon_sym_with] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_debugger] = ACTIONS(2233), + [anon_sym_return] = ACTIONS(2233), + [anon_sym_throw] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2231), + [anon_sym_case] = ACTIONS(2233), + [anon_sym_yield] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_LTtemplate_GT] = ACTIONS(2231), + [anon_sym_class] = ACTIONS(2233), + [anon_sym_async] = ACTIONS(2233), + [anon_sym_function] = ACTIONS(2233), + [anon_sym_new] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_void] = ACTIONS(2233), + [anon_sym_delete] = ACTIONS(2233), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2233), + [anon_sym_DQUOTE] = ACTIONS(2231), + [anon_sym_SQUOTE] = ACTIONS(2231), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2231), + [sym_number] = ACTIONS(2231), + [sym_this] = ACTIONS(2233), + [sym_super] = ACTIONS(2233), + [sym_true] = ACTIONS(2233), + [sym_false] = ACTIONS(2233), + [sym_null] = ACTIONS(2233), + [sym_undefined] = ACTIONS(2233), + [anon_sym_AT] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2233), + [anon_sym_readonly] = ACTIONS(2233), + [anon_sym_get] = ACTIONS(2233), + [anon_sym_set] = ACTIONS(2233), + [anon_sym_declare] = ACTIONS(2233), + [anon_sym_public] = ACTIONS(2233), + [anon_sym_private] = ACTIONS(2233), + [anon_sym_protected] = ACTIONS(2233), + [anon_sym_override] = ACTIONS(2233), + [anon_sym_module] = ACTIONS(2233), + [anon_sym_any] = ACTIONS(2233), + [anon_sym_number] = ACTIONS(2233), + [anon_sym_boolean] = ACTIONS(2233), + [anon_sym_string] = ACTIONS(2233), + [anon_sym_symbol] = ACTIONS(2233), + [anon_sym_abstract] = ACTIONS(2233), + [anon_sym_interface] = ACTIONS(2233), + [anon_sym_enum] = ACTIONS(2233), }, - [701] = { - [ts_builtin_sym_end] = ACTIONS(2237), - [sym_identifier] = ACTIONS(2239), - [anon_sym_export] = ACTIONS(2239), - [anon_sym_default] = ACTIONS(2239), - [anon_sym_type] = ACTIONS(2239), - [anon_sym_namespace] = ACTIONS(2239), - [anon_sym_LBRACE] = ACTIONS(2237), - [anon_sym_RBRACE] = ACTIONS(2237), - [anon_sym_typeof] = ACTIONS(2239), - [anon_sym_import] = ACTIONS(2239), - [anon_sym_var] = ACTIONS(2239), - [anon_sym_let] = ACTIONS(2239), - [anon_sym_const] = ACTIONS(2239), - [anon_sym_BANG] = ACTIONS(2237), - [anon_sym_else] = ACTIONS(2239), - [anon_sym_if] = ACTIONS(2239), - [anon_sym_switch] = ACTIONS(2239), - [anon_sym_for] = ACTIONS(2239), - [anon_sym_LPAREN] = ACTIONS(2237), - [anon_sym_await] = ACTIONS(2239), - [anon_sym_while] = ACTIONS(2239), - [anon_sym_do] = ACTIONS(2239), - [anon_sym_try] = ACTIONS(2239), - [anon_sym_with] = ACTIONS(2239), - [anon_sym_break] = ACTIONS(2239), - [anon_sym_continue] = ACTIONS(2239), - [anon_sym_debugger] = ACTIONS(2239), - [anon_sym_return] = ACTIONS(2239), - [anon_sym_throw] = ACTIONS(2239), - [anon_sym_SEMI] = ACTIONS(2237), - [anon_sym_case] = ACTIONS(2239), - [anon_sym_yield] = ACTIONS(2239), - [anon_sym_LBRACK] = ACTIONS(2237), - [anon_sym_LTtemplate_GT] = ACTIONS(2237), - [anon_sym_LT] = ACTIONS(2239), - [anon_sym_SLASH] = ACTIONS(2239), - [anon_sym_class] = ACTIONS(2239), - [anon_sym_async] = ACTIONS(2239), - [anon_sym_function] = ACTIONS(2239), - [anon_sym_new] = ACTIONS(2239), - [anon_sym_PLUS] = ACTIONS(2239), - [anon_sym_DASH] = ACTIONS(2239), - [anon_sym_TILDE] = ACTIONS(2237), - [anon_sym_void] = ACTIONS(2239), - [anon_sym_delete] = ACTIONS(2239), - [anon_sym_PLUS_PLUS] = ACTIONS(2237), + [676] = { + [ts_builtin_sym_end] = ACTIONS(2235), + [sym_identifier] = ACTIONS(2237), + [anon_sym_export] = ACTIONS(2237), + [anon_sym_default] = ACTIONS(2237), + [anon_sym_type] = ACTIONS(2237), + [anon_sym_namespace] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_typeof] = ACTIONS(2237), + [anon_sym_import] = ACTIONS(2237), + [anon_sym_var] = ACTIONS(2237), + [anon_sym_let] = ACTIONS(2237), + [anon_sym_const] = ACTIONS(2237), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_else] = ACTIONS(2237), + [anon_sym_if] = ACTIONS(2237), + [anon_sym_switch] = ACTIONS(2237), + [anon_sym_for] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2235), + [anon_sym_await] = ACTIONS(2237), + [anon_sym_while] = ACTIONS(2237), + [anon_sym_do] = ACTIONS(2237), + [anon_sym_try] = ACTIONS(2237), + [anon_sym_with] = ACTIONS(2237), + [anon_sym_break] = ACTIONS(2237), + [anon_sym_continue] = ACTIONS(2237), + [anon_sym_debugger] = ACTIONS(2237), + [anon_sym_return] = ACTIONS(2237), + [anon_sym_throw] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2235), + [anon_sym_case] = ACTIONS(2237), + [anon_sym_yield] = ACTIONS(2237), + [anon_sym_LBRACK] = ACTIONS(2235), + [anon_sym_LTtemplate_GT] = ACTIONS(2235), + [anon_sym_class] = ACTIONS(2237), + [anon_sym_async] = ACTIONS(2237), + [anon_sym_function] = ACTIONS(2237), + [anon_sym_new] = ACTIONS(2237), + [anon_sym_PLUS] = ACTIONS(2237), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_SLASH] = ACTIONS(2237), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_void] = ACTIONS(2237), + [anon_sym_delete] = ACTIONS(2237), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), [anon_sym_DASH_DASH] = ACTIONS(2237), - [anon_sym_DQUOTE] = ACTIONS(2237), - [anon_sym_SQUOTE] = ACTIONS(2237), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2237), - [sym_number] = ACTIONS(2237), - [sym_this] = ACTIONS(2239), - [sym_super] = ACTIONS(2239), - [sym_true] = ACTIONS(2239), - [sym_false] = ACTIONS(2239), - [sym_null] = ACTIONS(2239), - [sym_undefined] = ACTIONS(2239), - [anon_sym_AT] = ACTIONS(2237), - [anon_sym_static] = ACTIONS(2239), - [anon_sym_readonly] = ACTIONS(2239), - [anon_sym_get] = ACTIONS(2239), - [anon_sym_set] = ACTIONS(2239), - [anon_sym_declare] = ACTIONS(2239), - [anon_sym_public] = ACTIONS(2239), - [anon_sym_private] = ACTIONS(2239), - [anon_sym_protected] = ACTIONS(2239), - [anon_sym_override] = ACTIONS(2239), - [anon_sym_module] = ACTIONS(2239), - [anon_sym_any] = ACTIONS(2239), - [anon_sym_number] = ACTIONS(2239), - [anon_sym_boolean] = ACTIONS(2239), - [anon_sym_string] = ACTIONS(2239), - [anon_sym_symbol] = ACTIONS(2239), - [anon_sym_abstract] = ACTIONS(2239), - [anon_sym_interface] = ACTIONS(2239), - [anon_sym_enum] = ACTIONS(2239), + [anon_sym_DQUOTE] = ACTIONS(2235), + [anon_sym_SQUOTE] = ACTIONS(2235), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2235), + [sym_number] = ACTIONS(2235), + [sym_this] = ACTIONS(2237), + [sym_super] = ACTIONS(2237), + [sym_true] = ACTIONS(2237), + [sym_false] = ACTIONS(2237), + [sym_null] = ACTIONS(2237), + [sym_undefined] = ACTIONS(2237), + [anon_sym_AT] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2237), + [anon_sym_readonly] = ACTIONS(2237), + [anon_sym_get] = ACTIONS(2237), + [anon_sym_set] = ACTIONS(2237), + [anon_sym_declare] = ACTIONS(2237), + [anon_sym_public] = ACTIONS(2237), + [anon_sym_private] = ACTIONS(2237), + [anon_sym_protected] = ACTIONS(2237), + [anon_sym_override] = ACTIONS(2237), + [anon_sym_module] = ACTIONS(2237), + [anon_sym_any] = ACTIONS(2237), + [anon_sym_number] = ACTIONS(2237), + [anon_sym_boolean] = ACTIONS(2237), + [anon_sym_string] = ACTIONS(2237), + [anon_sym_symbol] = ACTIONS(2237), + [anon_sym_abstract] = ACTIONS(2237), + [anon_sym_interface] = ACTIONS(2237), + [anon_sym_enum] = ACTIONS(2237), }, - [702] = { - [ts_builtin_sym_end] = ACTIONS(2241), - [sym_identifier] = ACTIONS(2243), - [anon_sym_export] = ACTIONS(2243), - [anon_sym_default] = ACTIONS(2243), - [anon_sym_type] = ACTIONS(2243), - [anon_sym_namespace] = ACTIONS(2243), - [anon_sym_LBRACE] = ACTIONS(2241), - [anon_sym_RBRACE] = ACTIONS(2241), - [anon_sym_typeof] = ACTIONS(2243), - [anon_sym_import] = ACTIONS(2243), - [anon_sym_var] = ACTIONS(2243), - [anon_sym_let] = ACTIONS(2243), - [anon_sym_const] = ACTIONS(2243), - [anon_sym_BANG] = ACTIONS(2241), - [anon_sym_else] = ACTIONS(2243), - [anon_sym_if] = ACTIONS(2243), - [anon_sym_switch] = ACTIONS(2243), - [anon_sym_for] = ACTIONS(2243), - [anon_sym_LPAREN] = ACTIONS(2241), - [anon_sym_await] = ACTIONS(2243), - [anon_sym_while] = ACTIONS(2243), - [anon_sym_do] = ACTIONS(2243), - [anon_sym_try] = ACTIONS(2243), - [anon_sym_with] = ACTIONS(2243), - [anon_sym_break] = ACTIONS(2243), - [anon_sym_continue] = ACTIONS(2243), - [anon_sym_debugger] = ACTIONS(2243), - [anon_sym_return] = ACTIONS(2243), - [anon_sym_throw] = ACTIONS(2243), - [anon_sym_SEMI] = ACTIONS(2241), - [anon_sym_case] = ACTIONS(2243), - [anon_sym_yield] = ACTIONS(2243), - [anon_sym_LBRACK] = ACTIONS(2241), - [anon_sym_LTtemplate_GT] = ACTIONS(2241), - [anon_sym_LT] = ACTIONS(2243), - [anon_sym_SLASH] = ACTIONS(2243), - [anon_sym_class] = ACTIONS(2243), - [anon_sym_async] = ACTIONS(2243), - [anon_sym_function] = ACTIONS(2243), - [anon_sym_new] = ACTIONS(2243), - [anon_sym_PLUS] = ACTIONS(2243), - [anon_sym_DASH] = ACTIONS(2243), - [anon_sym_TILDE] = ACTIONS(2241), - [anon_sym_void] = ACTIONS(2243), - [anon_sym_delete] = ACTIONS(2243), - [anon_sym_PLUS_PLUS] = ACTIONS(2241), + [677] = { + [ts_builtin_sym_end] = ACTIONS(2239), + [sym_identifier] = ACTIONS(2241), + [anon_sym_export] = ACTIONS(2241), + [anon_sym_default] = ACTIONS(2241), + [anon_sym_type] = ACTIONS(2241), + [anon_sym_namespace] = ACTIONS(2241), + [anon_sym_LBRACE] = ACTIONS(2239), + [anon_sym_RBRACE] = ACTIONS(2239), + [anon_sym_typeof] = ACTIONS(2241), + [anon_sym_import] = ACTIONS(2241), + [anon_sym_var] = ACTIONS(2241), + [anon_sym_let] = ACTIONS(2241), + [anon_sym_const] = ACTIONS(2241), + [anon_sym_BANG] = ACTIONS(2239), + [anon_sym_else] = ACTIONS(2241), + [anon_sym_if] = ACTIONS(2241), + [anon_sym_switch] = ACTIONS(2241), + [anon_sym_for] = ACTIONS(2241), + [anon_sym_LPAREN] = ACTIONS(2239), + [anon_sym_await] = ACTIONS(2241), + [anon_sym_while] = ACTIONS(2241), + [anon_sym_do] = ACTIONS(2241), + [anon_sym_try] = ACTIONS(2241), + [anon_sym_with] = ACTIONS(2241), + [anon_sym_break] = ACTIONS(2241), + [anon_sym_continue] = ACTIONS(2241), + [anon_sym_debugger] = ACTIONS(2241), + [anon_sym_return] = ACTIONS(2241), + [anon_sym_throw] = ACTIONS(2241), + [anon_sym_SEMI] = ACTIONS(2239), + [anon_sym_case] = ACTIONS(2241), + [anon_sym_yield] = ACTIONS(2241), + [anon_sym_LBRACK] = ACTIONS(2239), + [anon_sym_LTtemplate_GT] = ACTIONS(2239), + [anon_sym_class] = ACTIONS(2241), + [anon_sym_async] = ACTIONS(2241), + [anon_sym_function] = ACTIONS(2241), + [anon_sym_new] = ACTIONS(2241), + [anon_sym_PLUS] = ACTIONS(2241), + [anon_sym_DASH] = ACTIONS(2241), + [anon_sym_SLASH] = ACTIONS(2241), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_TILDE] = ACTIONS(2239), + [anon_sym_void] = ACTIONS(2241), + [anon_sym_delete] = ACTIONS(2241), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), [anon_sym_DASH_DASH] = ACTIONS(2241), - [anon_sym_DQUOTE] = ACTIONS(2241), - [anon_sym_SQUOTE] = ACTIONS(2241), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2241), - [sym_number] = ACTIONS(2241), - [sym_this] = ACTIONS(2243), - [sym_super] = ACTIONS(2243), - [sym_true] = ACTIONS(2243), - [sym_false] = ACTIONS(2243), - [sym_null] = ACTIONS(2243), - [sym_undefined] = ACTIONS(2243), - [anon_sym_AT] = ACTIONS(2241), - [anon_sym_static] = ACTIONS(2243), - [anon_sym_readonly] = ACTIONS(2243), - [anon_sym_get] = ACTIONS(2243), - [anon_sym_set] = ACTIONS(2243), - [anon_sym_declare] = ACTIONS(2243), - [anon_sym_public] = ACTIONS(2243), - [anon_sym_private] = ACTIONS(2243), - [anon_sym_protected] = ACTIONS(2243), - [anon_sym_override] = ACTIONS(2243), - [anon_sym_module] = ACTIONS(2243), - [anon_sym_any] = ACTIONS(2243), - [anon_sym_number] = ACTIONS(2243), - [anon_sym_boolean] = ACTIONS(2243), - [anon_sym_string] = ACTIONS(2243), - [anon_sym_symbol] = ACTIONS(2243), - [anon_sym_abstract] = ACTIONS(2243), - [anon_sym_interface] = ACTIONS(2243), - [anon_sym_enum] = ACTIONS(2243), + [anon_sym_DQUOTE] = ACTIONS(2239), + [anon_sym_SQUOTE] = ACTIONS(2239), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2239), + [sym_number] = ACTIONS(2239), + [sym_this] = ACTIONS(2241), + [sym_super] = ACTIONS(2241), + [sym_true] = ACTIONS(2241), + [sym_false] = ACTIONS(2241), + [sym_null] = ACTIONS(2241), + [sym_undefined] = ACTIONS(2241), + [anon_sym_AT] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2241), + [anon_sym_readonly] = ACTIONS(2241), + [anon_sym_get] = ACTIONS(2241), + [anon_sym_set] = ACTIONS(2241), + [anon_sym_declare] = ACTIONS(2241), + [anon_sym_public] = ACTIONS(2241), + [anon_sym_private] = ACTIONS(2241), + [anon_sym_protected] = ACTIONS(2241), + [anon_sym_override] = ACTIONS(2241), + [anon_sym_module] = ACTIONS(2241), + [anon_sym_any] = ACTIONS(2241), + [anon_sym_number] = ACTIONS(2241), + [anon_sym_boolean] = ACTIONS(2241), + [anon_sym_string] = ACTIONS(2241), + [anon_sym_symbol] = ACTIONS(2241), + [anon_sym_abstract] = ACTIONS(2241), + [anon_sym_interface] = ACTIONS(2241), + [anon_sym_enum] = ACTIONS(2241), }, - [703] = { - [ts_builtin_sym_end] = ACTIONS(2245), - [sym_identifier] = ACTIONS(2247), - [anon_sym_export] = ACTIONS(2247), - [anon_sym_default] = ACTIONS(2247), - [anon_sym_type] = ACTIONS(2247), - [anon_sym_namespace] = ACTIONS(2247), - [anon_sym_LBRACE] = ACTIONS(2245), - [anon_sym_RBRACE] = ACTIONS(2245), - [anon_sym_typeof] = ACTIONS(2247), - [anon_sym_import] = ACTIONS(2247), - [anon_sym_var] = ACTIONS(2247), - [anon_sym_let] = ACTIONS(2247), - [anon_sym_const] = ACTIONS(2247), - [anon_sym_BANG] = ACTIONS(2245), - [anon_sym_else] = ACTIONS(2247), - [anon_sym_if] = ACTIONS(2247), - [anon_sym_switch] = ACTIONS(2247), - [anon_sym_for] = ACTIONS(2247), - [anon_sym_LPAREN] = ACTIONS(2245), - [anon_sym_await] = ACTIONS(2247), - [anon_sym_while] = ACTIONS(2247), - [anon_sym_do] = ACTIONS(2247), - [anon_sym_try] = ACTIONS(2247), - [anon_sym_with] = ACTIONS(2247), - [anon_sym_break] = ACTIONS(2247), - [anon_sym_continue] = ACTIONS(2247), - [anon_sym_debugger] = ACTIONS(2247), - [anon_sym_return] = ACTIONS(2247), - [anon_sym_throw] = ACTIONS(2247), - [anon_sym_SEMI] = ACTIONS(2245), - [anon_sym_case] = ACTIONS(2247), - [anon_sym_yield] = ACTIONS(2247), - [anon_sym_LBRACK] = ACTIONS(2245), - [anon_sym_LTtemplate_GT] = ACTIONS(2245), - [anon_sym_LT] = ACTIONS(2247), - [anon_sym_SLASH] = ACTIONS(2247), - [anon_sym_class] = ACTIONS(2247), - [anon_sym_async] = ACTIONS(2247), - [anon_sym_function] = ACTIONS(2247), - [anon_sym_new] = ACTIONS(2247), - [anon_sym_PLUS] = ACTIONS(2247), - [anon_sym_DASH] = ACTIONS(2247), - [anon_sym_TILDE] = ACTIONS(2245), - [anon_sym_void] = ACTIONS(2247), - [anon_sym_delete] = ACTIONS(2247), - [anon_sym_PLUS_PLUS] = ACTIONS(2245), + [678] = { + [ts_builtin_sym_end] = ACTIONS(2243), + [sym_identifier] = ACTIONS(2245), + [anon_sym_export] = ACTIONS(2245), + [anon_sym_default] = ACTIONS(2245), + [anon_sym_type] = ACTIONS(2245), + [anon_sym_namespace] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2243), + [anon_sym_RBRACE] = ACTIONS(2243), + [anon_sym_typeof] = ACTIONS(2245), + [anon_sym_import] = ACTIONS(2245), + [anon_sym_var] = ACTIONS(2245), + [anon_sym_let] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [anon_sym_BANG] = ACTIONS(2243), + [anon_sym_else] = ACTIONS(2245), + [anon_sym_if] = ACTIONS(2245), + [anon_sym_switch] = ACTIONS(2245), + [anon_sym_for] = ACTIONS(2245), + [anon_sym_LPAREN] = ACTIONS(2243), + [anon_sym_await] = ACTIONS(2245), + [anon_sym_while] = ACTIONS(2245), + [anon_sym_do] = ACTIONS(2245), + [anon_sym_try] = ACTIONS(2245), + [anon_sym_with] = ACTIONS(2245), + [anon_sym_break] = ACTIONS(2245), + [anon_sym_continue] = ACTIONS(2245), + [anon_sym_debugger] = ACTIONS(2245), + [anon_sym_return] = ACTIONS(2245), + [anon_sym_throw] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2243), + [anon_sym_case] = ACTIONS(2245), + [anon_sym_yield] = ACTIONS(2245), + [anon_sym_LBRACK] = ACTIONS(2243), + [anon_sym_LTtemplate_GT] = ACTIONS(2243), + [anon_sym_class] = ACTIONS(2245), + [anon_sym_async] = ACTIONS(2245), + [anon_sym_function] = ACTIONS(2245), + [anon_sym_new] = ACTIONS(2245), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_SLASH] = ACTIONS(2245), + [anon_sym_LT] = ACTIONS(2245), + [anon_sym_TILDE] = ACTIONS(2243), + [anon_sym_void] = ACTIONS(2245), + [anon_sym_delete] = ACTIONS(2245), + [anon_sym_PLUS_PLUS] = ACTIONS(2243), [anon_sym_DASH_DASH] = ACTIONS(2245), - [anon_sym_DQUOTE] = ACTIONS(2245), - [anon_sym_SQUOTE] = ACTIONS(2245), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2245), - [sym_number] = ACTIONS(2245), - [sym_this] = ACTIONS(2247), - [sym_super] = ACTIONS(2247), - [sym_true] = ACTIONS(2247), - [sym_false] = ACTIONS(2247), - [sym_null] = ACTIONS(2247), - [sym_undefined] = ACTIONS(2247), - [anon_sym_AT] = ACTIONS(2245), - [anon_sym_static] = ACTIONS(2247), - [anon_sym_readonly] = ACTIONS(2247), - [anon_sym_get] = ACTIONS(2247), - [anon_sym_set] = ACTIONS(2247), - [anon_sym_declare] = ACTIONS(2247), - [anon_sym_public] = ACTIONS(2247), - [anon_sym_private] = ACTIONS(2247), - [anon_sym_protected] = ACTIONS(2247), - [anon_sym_override] = ACTIONS(2247), - [anon_sym_module] = ACTIONS(2247), - [anon_sym_any] = ACTIONS(2247), - [anon_sym_number] = ACTIONS(2247), - [anon_sym_boolean] = ACTIONS(2247), - [anon_sym_string] = ACTIONS(2247), - [anon_sym_symbol] = ACTIONS(2247), - [anon_sym_abstract] = ACTIONS(2247), - [anon_sym_interface] = ACTIONS(2247), - [anon_sym_enum] = ACTIONS(2247), + [anon_sym_DQUOTE] = ACTIONS(2243), + [anon_sym_SQUOTE] = ACTIONS(2243), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2243), + [sym_number] = ACTIONS(2243), + [sym_this] = ACTIONS(2245), + [sym_super] = ACTIONS(2245), + [sym_true] = ACTIONS(2245), + [sym_false] = ACTIONS(2245), + [sym_null] = ACTIONS(2245), + [sym_undefined] = ACTIONS(2245), + [anon_sym_AT] = ACTIONS(2243), + [anon_sym_static] = ACTIONS(2245), + [anon_sym_readonly] = ACTIONS(2245), + [anon_sym_get] = ACTIONS(2245), + [anon_sym_set] = ACTIONS(2245), + [anon_sym_declare] = ACTIONS(2245), + [anon_sym_public] = ACTIONS(2245), + [anon_sym_private] = ACTIONS(2245), + [anon_sym_protected] = ACTIONS(2245), + [anon_sym_override] = ACTIONS(2245), + [anon_sym_module] = ACTIONS(2245), + [anon_sym_any] = ACTIONS(2245), + [anon_sym_number] = ACTIONS(2245), + [anon_sym_boolean] = ACTIONS(2245), + [anon_sym_string] = ACTIONS(2245), + [anon_sym_symbol] = ACTIONS(2245), + [anon_sym_abstract] = ACTIONS(2245), + [anon_sym_interface] = ACTIONS(2245), + [anon_sym_enum] = ACTIONS(2245), }, - [704] = { - [ts_builtin_sym_end] = ACTIONS(2249), - [sym_identifier] = ACTIONS(2251), - [anon_sym_export] = ACTIONS(2251), - [anon_sym_default] = ACTIONS(2251), - [anon_sym_type] = ACTIONS(2251), - [anon_sym_namespace] = ACTIONS(2251), - [anon_sym_LBRACE] = ACTIONS(2249), - [anon_sym_RBRACE] = ACTIONS(2249), - [anon_sym_typeof] = ACTIONS(2251), - [anon_sym_import] = ACTIONS(2251), - [anon_sym_var] = ACTIONS(2251), - [anon_sym_let] = ACTIONS(2251), - [anon_sym_const] = ACTIONS(2251), - [anon_sym_BANG] = ACTIONS(2249), - [anon_sym_else] = ACTIONS(2251), - [anon_sym_if] = ACTIONS(2251), - [anon_sym_switch] = ACTIONS(2251), - [anon_sym_for] = ACTIONS(2251), - [anon_sym_LPAREN] = ACTIONS(2249), - [anon_sym_await] = ACTIONS(2251), - [anon_sym_while] = ACTIONS(2251), - [anon_sym_do] = ACTIONS(2251), - [anon_sym_try] = ACTIONS(2251), - [anon_sym_with] = ACTIONS(2251), - [anon_sym_break] = ACTIONS(2251), - [anon_sym_continue] = ACTIONS(2251), - [anon_sym_debugger] = ACTIONS(2251), - [anon_sym_return] = ACTIONS(2251), - [anon_sym_throw] = ACTIONS(2251), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_case] = ACTIONS(2251), - [anon_sym_yield] = ACTIONS(2251), - [anon_sym_LBRACK] = ACTIONS(2249), - [anon_sym_LTtemplate_GT] = ACTIONS(2249), - [anon_sym_LT] = ACTIONS(2251), - [anon_sym_SLASH] = ACTIONS(2251), - [anon_sym_class] = ACTIONS(2251), - [anon_sym_async] = ACTIONS(2251), - [anon_sym_function] = ACTIONS(2251), - [anon_sym_new] = ACTIONS(2251), - [anon_sym_PLUS] = ACTIONS(2251), - [anon_sym_DASH] = ACTIONS(2251), - [anon_sym_TILDE] = ACTIONS(2249), - [anon_sym_void] = ACTIONS(2251), - [anon_sym_delete] = ACTIONS(2251), - [anon_sym_PLUS_PLUS] = ACTIONS(2249), + [679] = { + [ts_builtin_sym_end] = ACTIONS(2247), + [sym_identifier] = ACTIONS(2249), + [anon_sym_export] = ACTIONS(2249), + [anon_sym_default] = ACTIONS(2249), + [anon_sym_type] = ACTIONS(2249), + [anon_sym_namespace] = ACTIONS(2249), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_typeof] = ACTIONS(2249), + [anon_sym_import] = ACTIONS(2249), + [anon_sym_var] = ACTIONS(2249), + [anon_sym_let] = ACTIONS(2249), + [anon_sym_const] = ACTIONS(2249), + [anon_sym_BANG] = ACTIONS(2247), + [anon_sym_else] = ACTIONS(2249), + [anon_sym_if] = ACTIONS(2249), + [anon_sym_switch] = ACTIONS(2249), + [anon_sym_for] = ACTIONS(2249), + [anon_sym_LPAREN] = ACTIONS(2247), + [anon_sym_await] = ACTIONS(2249), + [anon_sym_while] = ACTIONS(2249), + [anon_sym_do] = ACTIONS(2249), + [anon_sym_try] = ACTIONS(2249), + [anon_sym_with] = ACTIONS(2249), + [anon_sym_break] = ACTIONS(2249), + [anon_sym_continue] = ACTIONS(2249), + [anon_sym_debugger] = ACTIONS(2249), + [anon_sym_return] = ACTIONS(2249), + [anon_sym_throw] = ACTIONS(2249), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_case] = ACTIONS(2249), + [anon_sym_yield] = ACTIONS(2249), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LTtemplate_GT] = ACTIONS(2247), + [anon_sym_class] = ACTIONS(2249), + [anon_sym_async] = ACTIONS(2249), + [anon_sym_function] = ACTIONS(2249), + [anon_sym_new] = ACTIONS(2249), + [anon_sym_PLUS] = ACTIONS(2249), + [anon_sym_DASH] = ACTIONS(2249), + [anon_sym_SLASH] = ACTIONS(2249), + [anon_sym_LT] = ACTIONS(2249), + [anon_sym_TILDE] = ACTIONS(2247), + [anon_sym_void] = ACTIONS(2249), + [anon_sym_delete] = ACTIONS(2249), + [anon_sym_PLUS_PLUS] = ACTIONS(2247), [anon_sym_DASH_DASH] = ACTIONS(2249), - [anon_sym_DQUOTE] = ACTIONS(2249), - [anon_sym_SQUOTE] = ACTIONS(2249), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2249), - [sym_number] = ACTIONS(2249), - [sym_this] = ACTIONS(2251), - [sym_super] = ACTIONS(2251), - [sym_true] = ACTIONS(2251), - [sym_false] = ACTIONS(2251), - [sym_null] = ACTIONS(2251), - [sym_undefined] = ACTIONS(2251), - [anon_sym_AT] = ACTIONS(2249), - [anon_sym_static] = ACTIONS(2251), - [anon_sym_readonly] = ACTIONS(2251), - [anon_sym_get] = ACTIONS(2251), - [anon_sym_set] = ACTIONS(2251), - [anon_sym_declare] = ACTIONS(2251), - [anon_sym_public] = ACTIONS(2251), - [anon_sym_private] = ACTIONS(2251), - [anon_sym_protected] = ACTIONS(2251), - [anon_sym_override] = ACTIONS(2251), - [anon_sym_module] = ACTIONS(2251), - [anon_sym_any] = ACTIONS(2251), - [anon_sym_number] = ACTIONS(2251), - [anon_sym_boolean] = ACTIONS(2251), - [anon_sym_string] = ACTIONS(2251), - [anon_sym_symbol] = ACTIONS(2251), - [anon_sym_abstract] = ACTIONS(2251), - [anon_sym_interface] = ACTIONS(2251), - [anon_sym_enum] = ACTIONS(2251), + [anon_sym_DQUOTE] = ACTIONS(2247), + [anon_sym_SQUOTE] = ACTIONS(2247), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2247), + [sym_number] = ACTIONS(2247), + [sym_this] = ACTIONS(2249), + [sym_super] = ACTIONS(2249), + [sym_true] = ACTIONS(2249), + [sym_false] = ACTIONS(2249), + [sym_null] = ACTIONS(2249), + [sym_undefined] = ACTIONS(2249), + [anon_sym_AT] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2249), + [anon_sym_readonly] = ACTIONS(2249), + [anon_sym_get] = ACTIONS(2249), + [anon_sym_set] = ACTIONS(2249), + [anon_sym_declare] = ACTIONS(2249), + [anon_sym_public] = ACTIONS(2249), + [anon_sym_private] = ACTIONS(2249), + [anon_sym_protected] = ACTIONS(2249), + [anon_sym_override] = ACTIONS(2249), + [anon_sym_module] = ACTIONS(2249), + [anon_sym_any] = ACTIONS(2249), + [anon_sym_number] = ACTIONS(2249), + [anon_sym_boolean] = ACTIONS(2249), + [anon_sym_string] = ACTIONS(2249), + [anon_sym_symbol] = ACTIONS(2249), + [anon_sym_abstract] = ACTIONS(2249), + [anon_sym_interface] = ACTIONS(2249), + [anon_sym_enum] = ACTIONS(2249), }, - [705] = { - [ts_builtin_sym_end] = ACTIONS(2253), - [sym_identifier] = ACTIONS(2255), - [anon_sym_export] = ACTIONS(2255), - [anon_sym_default] = ACTIONS(2255), - [anon_sym_type] = ACTIONS(2255), - [anon_sym_namespace] = ACTIONS(2255), - [anon_sym_LBRACE] = ACTIONS(2253), - [anon_sym_RBRACE] = ACTIONS(2253), - [anon_sym_typeof] = ACTIONS(2255), - [anon_sym_import] = ACTIONS(2255), - [anon_sym_var] = ACTIONS(2255), - [anon_sym_let] = ACTIONS(2255), - [anon_sym_const] = ACTIONS(2255), - [anon_sym_BANG] = ACTIONS(2253), - [anon_sym_else] = ACTIONS(2255), - [anon_sym_if] = ACTIONS(2255), - [anon_sym_switch] = ACTIONS(2255), - [anon_sym_for] = ACTIONS(2255), - [anon_sym_LPAREN] = ACTIONS(2253), - [anon_sym_await] = ACTIONS(2255), - [anon_sym_while] = ACTIONS(2255), - [anon_sym_do] = ACTIONS(2255), - [anon_sym_try] = ACTIONS(2255), - [anon_sym_with] = ACTIONS(2255), - [anon_sym_break] = ACTIONS(2255), - [anon_sym_continue] = ACTIONS(2255), - [anon_sym_debugger] = ACTIONS(2255), - [anon_sym_return] = ACTIONS(2255), - [anon_sym_throw] = ACTIONS(2255), - [anon_sym_SEMI] = ACTIONS(2253), - [anon_sym_case] = ACTIONS(2255), - [anon_sym_yield] = ACTIONS(2255), - [anon_sym_LBRACK] = ACTIONS(2253), - [anon_sym_LTtemplate_GT] = ACTIONS(2253), - [anon_sym_LT] = ACTIONS(2255), - [anon_sym_SLASH] = ACTIONS(2255), - [anon_sym_class] = ACTIONS(2255), - [anon_sym_async] = ACTIONS(2255), - [anon_sym_function] = ACTIONS(2255), - [anon_sym_new] = ACTIONS(2255), - [anon_sym_PLUS] = ACTIONS(2255), - [anon_sym_DASH] = ACTIONS(2255), - [anon_sym_TILDE] = ACTIONS(2253), - [anon_sym_void] = ACTIONS(2255), - [anon_sym_delete] = ACTIONS(2255), - [anon_sym_PLUS_PLUS] = ACTIONS(2253), + [680] = { + [ts_builtin_sym_end] = ACTIONS(2251), + [sym_identifier] = ACTIONS(2253), + [anon_sym_export] = ACTIONS(2253), + [anon_sym_default] = ACTIONS(2253), + [anon_sym_type] = ACTIONS(2253), + [anon_sym_namespace] = ACTIONS(2253), + [anon_sym_LBRACE] = ACTIONS(2251), + [anon_sym_RBRACE] = ACTIONS(2251), + [anon_sym_typeof] = ACTIONS(2253), + [anon_sym_import] = ACTIONS(2253), + [anon_sym_var] = ACTIONS(2253), + [anon_sym_let] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_BANG] = ACTIONS(2251), + [anon_sym_else] = ACTIONS(2253), + [anon_sym_if] = ACTIONS(2253), + [anon_sym_switch] = ACTIONS(2253), + [anon_sym_for] = ACTIONS(2253), + [anon_sym_LPAREN] = ACTIONS(2251), + [anon_sym_await] = ACTIONS(2253), + [anon_sym_while] = ACTIONS(2253), + [anon_sym_do] = ACTIONS(2253), + [anon_sym_try] = ACTIONS(2253), + [anon_sym_with] = ACTIONS(2253), + [anon_sym_break] = ACTIONS(2253), + [anon_sym_continue] = ACTIONS(2253), + [anon_sym_debugger] = ACTIONS(2253), + [anon_sym_return] = ACTIONS(2253), + [anon_sym_throw] = ACTIONS(2253), + [anon_sym_SEMI] = ACTIONS(2251), + [anon_sym_case] = ACTIONS(2253), + [anon_sym_yield] = ACTIONS(2253), + [anon_sym_LBRACK] = ACTIONS(2251), + [anon_sym_LTtemplate_GT] = ACTIONS(2251), + [anon_sym_class] = ACTIONS(2253), + [anon_sym_async] = ACTIONS(2253), + [anon_sym_function] = ACTIONS(2253), + [anon_sym_new] = ACTIONS(2253), + [anon_sym_PLUS] = ACTIONS(2253), + [anon_sym_DASH] = ACTIONS(2253), + [anon_sym_SLASH] = ACTIONS(2253), + [anon_sym_LT] = ACTIONS(2253), + [anon_sym_TILDE] = ACTIONS(2251), + [anon_sym_void] = ACTIONS(2253), + [anon_sym_delete] = ACTIONS(2253), + [anon_sym_PLUS_PLUS] = ACTIONS(2251), [anon_sym_DASH_DASH] = ACTIONS(2253), - [anon_sym_DQUOTE] = ACTIONS(2253), - [anon_sym_SQUOTE] = ACTIONS(2253), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2253), - [sym_number] = ACTIONS(2253), - [sym_this] = ACTIONS(2255), - [sym_super] = ACTIONS(2255), - [sym_true] = ACTIONS(2255), - [sym_false] = ACTIONS(2255), - [sym_null] = ACTIONS(2255), - [sym_undefined] = ACTIONS(2255), - [anon_sym_AT] = ACTIONS(2253), - [anon_sym_static] = ACTIONS(2255), - [anon_sym_readonly] = ACTIONS(2255), - [anon_sym_get] = ACTIONS(2255), - [anon_sym_set] = ACTIONS(2255), - [anon_sym_declare] = ACTIONS(2255), - [anon_sym_public] = ACTIONS(2255), - [anon_sym_private] = ACTIONS(2255), - [anon_sym_protected] = ACTIONS(2255), - [anon_sym_override] = ACTIONS(2255), - [anon_sym_module] = ACTIONS(2255), - [anon_sym_any] = ACTIONS(2255), - [anon_sym_number] = ACTIONS(2255), - [anon_sym_boolean] = ACTIONS(2255), - [anon_sym_string] = ACTIONS(2255), - [anon_sym_symbol] = ACTIONS(2255), - [anon_sym_abstract] = ACTIONS(2255), - [anon_sym_interface] = ACTIONS(2255), - [anon_sym_enum] = ACTIONS(2255), + [anon_sym_DQUOTE] = ACTIONS(2251), + [anon_sym_SQUOTE] = ACTIONS(2251), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2251), + [sym_number] = ACTIONS(2251), + [sym_this] = ACTIONS(2253), + [sym_super] = ACTIONS(2253), + [sym_true] = ACTIONS(2253), + [sym_false] = ACTIONS(2253), + [sym_null] = ACTIONS(2253), + [sym_undefined] = ACTIONS(2253), + [anon_sym_AT] = ACTIONS(2251), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_readonly] = ACTIONS(2253), + [anon_sym_get] = ACTIONS(2253), + [anon_sym_set] = ACTIONS(2253), + [anon_sym_declare] = ACTIONS(2253), + [anon_sym_public] = ACTIONS(2253), + [anon_sym_private] = ACTIONS(2253), + [anon_sym_protected] = ACTIONS(2253), + [anon_sym_override] = ACTIONS(2253), + [anon_sym_module] = ACTIONS(2253), + [anon_sym_any] = ACTIONS(2253), + [anon_sym_number] = ACTIONS(2253), + [anon_sym_boolean] = ACTIONS(2253), + [anon_sym_string] = ACTIONS(2253), + [anon_sym_symbol] = ACTIONS(2253), + [anon_sym_abstract] = ACTIONS(2253), + [anon_sym_interface] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), }, - [706] = { - [ts_builtin_sym_end] = ACTIONS(2257), - [sym_identifier] = ACTIONS(2259), - [anon_sym_export] = ACTIONS(2259), - [anon_sym_default] = ACTIONS(2259), - [anon_sym_type] = ACTIONS(2259), - [anon_sym_namespace] = ACTIONS(2259), - [anon_sym_LBRACE] = ACTIONS(2257), - [anon_sym_RBRACE] = ACTIONS(2257), - [anon_sym_typeof] = ACTIONS(2259), - [anon_sym_import] = ACTIONS(2259), - [anon_sym_var] = ACTIONS(2259), - [anon_sym_let] = ACTIONS(2259), - [anon_sym_const] = ACTIONS(2259), - [anon_sym_BANG] = ACTIONS(2257), - [anon_sym_else] = ACTIONS(2259), - [anon_sym_if] = ACTIONS(2259), - [anon_sym_switch] = ACTIONS(2259), - [anon_sym_for] = ACTIONS(2259), - [anon_sym_LPAREN] = ACTIONS(2257), - [anon_sym_await] = ACTIONS(2259), - [anon_sym_while] = ACTIONS(2259), - [anon_sym_do] = ACTIONS(2259), - [anon_sym_try] = ACTIONS(2259), - [anon_sym_with] = ACTIONS(2259), - [anon_sym_break] = ACTIONS(2259), - [anon_sym_continue] = ACTIONS(2259), - [anon_sym_debugger] = ACTIONS(2259), - [anon_sym_return] = ACTIONS(2259), - [anon_sym_throw] = ACTIONS(2259), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_case] = ACTIONS(2259), - [anon_sym_yield] = ACTIONS(2259), - [anon_sym_LBRACK] = ACTIONS(2257), - [anon_sym_LTtemplate_GT] = ACTIONS(2257), - [anon_sym_LT] = ACTIONS(2259), - [anon_sym_SLASH] = ACTIONS(2259), - [anon_sym_class] = ACTIONS(2259), - [anon_sym_async] = ACTIONS(2259), - [anon_sym_function] = ACTIONS(2259), - [anon_sym_new] = ACTIONS(2259), - [anon_sym_PLUS] = ACTIONS(2259), - [anon_sym_DASH] = ACTIONS(2259), - [anon_sym_TILDE] = ACTIONS(2257), - [anon_sym_void] = ACTIONS(2259), - [anon_sym_delete] = ACTIONS(2259), - [anon_sym_PLUS_PLUS] = ACTIONS(2257), + [681] = { + [ts_builtin_sym_end] = ACTIONS(2255), + [sym_identifier] = ACTIONS(2257), + [anon_sym_export] = ACTIONS(2257), + [anon_sym_default] = ACTIONS(2257), + [anon_sym_type] = ACTIONS(2257), + [anon_sym_namespace] = ACTIONS(2257), + [anon_sym_LBRACE] = ACTIONS(2255), + [anon_sym_RBRACE] = ACTIONS(2255), + [anon_sym_typeof] = ACTIONS(2257), + [anon_sym_import] = ACTIONS(2257), + [anon_sym_var] = ACTIONS(2257), + [anon_sym_let] = ACTIONS(2257), + [anon_sym_const] = ACTIONS(2257), + [anon_sym_BANG] = ACTIONS(2255), + [anon_sym_else] = ACTIONS(2257), + [anon_sym_if] = ACTIONS(2257), + [anon_sym_switch] = ACTIONS(2257), + [anon_sym_for] = ACTIONS(2257), + [anon_sym_LPAREN] = ACTIONS(2255), + [anon_sym_await] = ACTIONS(2257), + [anon_sym_while] = ACTIONS(2257), + [anon_sym_do] = ACTIONS(2257), + [anon_sym_try] = ACTIONS(2257), + [anon_sym_with] = ACTIONS(2257), + [anon_sym_break] = ACTIONS(2257), + [anon_sym_continue] = ACTIONS(2257), + [anon_sym_debugger] = ACTIONS(2257), + [anon_sym_return] = ACTIONS(2257), + [anon_sym_throw] = ACTIONS(2257), + [anon_sym_SEMI] = ACTIONS(2255), + [anon_sym_case] = ACTIONS(2257), + [anon_sym_yield] = ACTIONS(2257), + [anon_sym_LBRACK] = ACTIONS(2255), + [anon_sym_LTtemplate_GT] = ACTIONS(2255), + [anon_sym_class] = ACTIONS(2257), + [anon_sym_async] = ACTIONS(2257), + [anon_sym_function] = ACTIONS(2257), + [anon_sym_new] = ACTIONS(2257), + [anon_sym_PLUS] = ACTIONS(2257), + [anon_sym_DASH] = ACTIONS(2257), + [anon_sym_SLASH] = ACTIONS(2257), + [anon_sym_LT] = ACTIONS(2257), + [anon_sym_TILDE] = ACTIONS(2255), + [anon_sym_void] = ACTIONS(2257), + [anon_sym_delete] = ACTIONS(2257), + [anon_sym_PLUS_PLUS] = ACTIONS(2255), [anon_sym_DASH_DASH] = ACTIONS(2257), - [anon_sym_DQUOTE] = ACTIONS(2257), - [anon_sym_SQUOTE] = ACTIONS(2257), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2257), - [sym_number] = ACTIONS(2257), - [sym_this] = ACTIONS(2259), - [sym_super] = ACTIONS(2259), - [sym_true] = ACTIONS(2259), - [sym_false] = ACTIONS(2259), - [sym_null] = ACTIONS(2259), - [sym_undefined] = ACTIONS(2259), - [anon_sym_AT] = ACTIONS(2257), - [anon_sym_static] = ACTIONS(2259), - [anon_sym_readonly] = ACTIONS(2259), - [anon_sym_get] = ACTIONS(2259), - [anon_sym_set] = ACTIONS(2259), - [anon_sym_declare] = ACTIONS(2259), - [anon_sym_public] = ACTIONS(2259), - [anon_sym_private] = ACTIONS(2259), - [anon_sym_protected] = ACTIONS(2259), - [anon_sym_override] = ACTIONS(2259), - [anon_sym_module] = ACTIONS(2259), - [anon_sym_any] = ACTIONS(2259), - [anon_sym_number] = ACTIONS(2259), - [anon_sym_boolean] = ACTIONS(2259), - [anon_sym_string] = ACTIONS(2259), - [anon_sym_symbol] = ACTIONS(2259), - [anon_sym_abstract] = ACTIONS(2259), - [anon_sym_interface] = ACTIONS(2259), - [anon_sym_enum] = ACTIONS(2259), - }, - [707] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [anon_sym_DQUOTE] = ACTIONS(2255), + [anon_sym_SQUOTE] = ACTIONS(2255), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2255), + [sym_number] = ACTIONS(2255), + [sym_this] = ACTIONS(2257), + [sym_super] = ACTIONS(2257), + [sym_true] = ACTIONS(2257), + [sym_false] = ACTIONS(2257), + [sym_null] = ACTIONS(2257), + [sym_undefined] = ACTIONS(2257), + [anon_sym_AT] = ACTIONS(2255), + [anon_sym_static] = ACTIONS(2257), + [anon_sym_readonly] = ACTIONS(2257), + [anon_sym_get] = ACTIONS(2257), + [anon_sym_set] = ACTIONS(2257), + [anon_sym_declare] = ACTIONS(2257), + [anon_sym_public] = ACTIONS(2257), + [anon_sym_private] = ACTIONS(2257), + [anon_sym_protected] = ACTIONS(2257), + [anon_sym_override] = ACTIONS(2257), + [anon_sym_module] = ACTIONS(2257), + [anon_sym_any] = ACTIONS(2257), + [anon_sym_number] = ACTIONS(2257), + [anon_sym_boolean] = ACTIONS(2257), + [anon_sym_string] = ACTIONS(2257), + [anon_sym_symbol] = ACTIONS(2257), + [anon_sym_abstract] = ACTIONS(2257), + [anon_sym_interface] = ACTIONS(2257), + [anon_sym_enum] = ACTIONS(2257), }, - [708] = { - [ts_builtin_sym_end] = ACTIONS(2261), - [sym_identifier] = ACTIONS(2263), - [anon_sym_export] = ACTIONS(2263), - [anon_sym_default] = ACTIONS(2263), - [anon_sym_type] = ACTIONS(2263), - [anon_sym_namespace] = ACTIONS(2263), - [anon_sym_LBRACE] = ACTIONS(2261), - [anon_sym_RBRACE] = ACTIONS(2261), - [anon_sym_typeof] = ACTIONS(2263), - [anon_sym_import] = ACTIONS(2263), - [anon_sym_var] = ACTIONS(2263), - [anon_sym_let] = ACTIONS(2263), - [anon_sym_const] = ACTIONS(2263), - [anon_sym_BANG] = ACTIONS(2261), - [anon_sym_else] = ACTIONS(2263), - [anon_sym_if] = ACTIONS(2263), - [anon_sym_switch] = ACTIONS(2263), - [anon_sym_for] = ACTIONS(2263), - [anon_sym_LPAREN] = ACTIONS(2261), - [anon_sym_await] = ACTIONS(2263), - [anon_sym_while] = ACTIONS(2263), - [anon_sym_do] = ACTIONS(2263), - [anon_sym_try] = ACTIONS(2263), - [anon_sym_with] = ACTIONS(2263), - [anon_sym_break] = ACTIONS(2263), - [anon_sym_continue] = ACTIONS(2263), - [anon_sym_debugger] = ACTIONS(2263), - [anon_sym_return] = ACTIONS(2263), - [anon_sym_throw] = ACTIONS(2263), - [anon_sym_SEMI] = ACTIONS(2261), - [anon_sym_case] = ACTIONS(2263), - [anon_sym_yield] = ACTIONS(2263), - [anon_sym_LBRACK] = ACTIONS(2261), - [anon_sym_LTtemplate_GT] = ACTIONS(2261), - [anon_sym_LT] = ACTIONS(2263), - [anon_sym_SLASH] = ACTIONS(2263), - [anon_sym_class] = ACTIONS(2263), - [anon_sym_async] = ACTIONS(2263), - [anon_sym_function] = ACTIONS(2263), - [anon_sym_new] = ACTIONS(2263), - [anon_sym_PLUS] = ACTIONS(2263), - [anon_sym_DASH] = ACTIONS(2263), - [anon_sym_TILDE] = ACTIONS(2261), - [anon_sym_void] = ACTIONS(2263), - [anon_sym_delete] = ACTIONS(2263), - [anon_sym_PLUS_PLUS] = ACTIONS(2261), + [682] = { + [ts_builtin_sym_end] = ACTIONS(2259), + [sym_identifier] = ACTIONS(2261), + [anon_sym_export] = ACTIONS(2261), + [anon_sym_default] = ACTIONS(2261), + [anon_sym_type] = ACTIONS(2261), + [anon_sym_namespace] = ACTIONS(2261), + [anon_sym_LBRACE] = ACTIONS(2259), + [anon_sym_RBRACE] = ACTIONS(2259), + [anon_sym_typeof] = ACTIONS(2261), + [anon_sym_import] = ACTIONS(2261), + [anon_sym_var] = ACTIONS(2261), + [anon_sym_let] = ACTIONS(2261), + [anon_sym_const] = ACTIONS(2261), + [anon_sym_BANG] = ACTIONS(2259), + [anon_sym_else] = ACTIONS(2261), + [anon_sym_if] = ACTIONS(2261), + [anon_sym_switch] = ACTIONS(2261), + [anon_sym_for] = ACTIONS(2261), + [anon_sym_LPAREN] = ACTIONS(2259), + [anon_sym_await] = ACTIONS(2261), + [anon_sym_while] = ACTIONS(2261), + [anon_sym_do] = ACTIONS(2261), + [anon_sym_try] = ACTIONS(2261), + [anon_sym_with] = ACTIONS(2261), + [anon_sym_break] = ACTIONS(2261), + [anon_sym_continue] = ACTIONS(2261), + [anon_sym_debugger] = ACTIONS(2261), + [anon_sym_return] = ACTIONS(2261), + [anon_sym_throw] = ACTIONS(2261), + [anon_sym_SEMI] = ACTIONS(2259), + [anon_sym_case] = ACTIONS(2261), + [anon_sym_yield] = ACTIONS(2261), + [anon_sym_LBRACK] = ACTIONS(2259), + [anon_sym_LTtemplate_GT] = ACTIONS(2259), + [anon_sym_class] = ACTIONS(2261), + [anon_sym_async] = ACTIONS(2261), + [anon_sym_function] = ACTIONS(2261), + [anon_sym_new] = ACTIONS(2261), + [anon_sym_PLUS] = ACTIONS(2261), + [anon_sym_DASH] = ACTIONS(2261), + [anon_sym_SLASH] = ACTIONS(2261), + [anon_sym_LT] = ACTIONS(2261), + [anon_sym_TILDE] = ACTIONS(2259), + [anon_sym_void] = ACTIONS(2261), + [anon_sym_delete] = ACTIONS(2261), + [anon_sym_PLUS_PLUS] = ACTIONS(2259), [anon_sym_DASH_DASH] = ACTIONS(2261), - [anon_sym_DQUOTE] = ACTIONS(2261), - [anon_sym_SQUOTE] = ACTIONS(2261), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2261), - [sym_number] = ACTIONS(2261), - [sym_this] = ACTIONS(2263), - [sym_super] = ACTIONS(2263), - [sym_true] = ACTIONS(2263), - [sym_false] = ACTIONS(2263), - [sym_null] = ACTIONS(2263), - [sym_undefined] = ACTIONS(2263), - [anon_sym_AT] = ACTIONS(2261), - [anon_sym_static] = ACTIONS(2263), - [anon_sym_readonly] = ACTIONS(2263), - [anon_sym_get] = ACTIONS(2263), - [anon_sym_set] = ACTIONS(2263), - [anon_sym_declare] = ACTIONS(2263), - [anon_sym_public] = ACTIONS(2263), - [anon_sym_private] = ACTIONS(2263), - [anon_sym_protected] = ACTIONS(2263), - [anon_sym_override] = ACTIONS(2263), - [anon_sym_module] = ACTIONS(2263), - [anon_sym_any] = ACTIONS(2263), - [anon_sym_number] = ACTIONS(2263), - [anon_sym_boolean] = ACTIONS(2263), - [anon_sym_string] = ACTIONS(2263), - [anon_sym_symbol] = ACTIONS(2263), - [anon_sym_abstract] = ACTIONS(2263), - [anon_sym_interface] = ACTIONS(2263), - [anon_sym_enum] = ACTIONS(2263), + [anon_sym_DQUOTE] = ACTIONS(2259), + [anon_sym_SQUOTE] = ACTIONS(2259), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2259), + [sym_number] = ACTIONS(2259), + [sym_this] = ACTIONS(2261), + [sym_super] = ACTIONS(2261), + [sym_true] = ACTIONS(2261), + [sym_false] = ACTIONS(2261), + [sym_null] = ACTIONS(2261), + [sym_undefined] = ACTIONS(2261), + [anon_sym_AT] = ACTIONS(2259), + [anon_sym_static] = ACTIONS(2261), + [anon_sym_readonly] = ACTIONS(2261), + [anon_sym_get] = ACTIONS(2261), + [anon_sym_set] = ACTIONS(2261), + [anon_sym_declare] = ACTIONS(2261), + [anon_sym_public] = ACTIONS(2261), + [anon_sym_private] = ACTIONS(2261), + [anon_sym_protected] = ACTIONS(2261), + [anon_sym_override] = ACTIONS(2261), + [anon_sym_module] = ACTIONS(2261), + [anon_sym_any] = ACTIONS(2261), + [anon_sym_number] = ACTIONS(2261), + [anon_sym_boolean] = ACTIONS(2261), + [anon_sym_string] = ACTIONS(2261), + [anon_sym_symbol] = ACTIONS(2261), + [anon_sym_abstract] = ACTIONS(2261), + [anon_sym_interface] = ACTIONS(2261), + [anon_sym_enum] = ACTIONS(2261), }, - [709] = { - [ts_builtin_sym_end] = ACTIONS(1531), - [sym_identifier] = ACTIONS(1533), - [anon_sym_export] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_type] = ACTIONS(1533), - [anon_sym_namespace] = ACTIONS(1533), - [anon_sym_LBRACE] = ACTIONS(1531), - [anon_sym_RBRACE] = ACTIONS(1531), - [anon_sym_typeof] = ACTIONS(1533), - [anon_sym_import] = ACTIONS(1533), - [anon_sym_var] = ACTIONS(1533), - [anon_sym_let] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_BANG] = ACTIONS(1531), - [anon_sym_else] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_switch] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_LPAREN] = ACTIONS(1531), - [anon_sym_await] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [anon_sym_with] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_debugger] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_throw] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1531), - [anon_sym_case] = ACTIONS(1533), - [anon_sym_yield] = ACTIONS(1533), - [anon_sym_LBRACK] = ACTIONS(1531), - [anon_sym_LTtemplate_GT] = ACTIONS(1531), - [anon_sym_LT] = ACTIONS(1533), - [anon_sym_SLASH] = ACTIONS(1533), - [anon_sym_class] = ACTIONS(1533), - [anon_sym_async] = ACTIONS(1533), - [anon_sym_function] = ACTIONS(1533), - [anon_sym_new] = ACTIONS(1533), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_TILDE] = ACTIONS(1531), - [anon_sym_void] = ACTIONS(1533), - [anon_sym_delete] = ACTIONS(1533), - [anon_sym_PLUS_PLUS] = ACTIONS(1531), - [anon_sym_DASH_DASH] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [anon_sym_SQUOTE] = ACTIONS(1531), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1531), - [sym_number] = ACTIONS(1531), - [sym_this] = ACTIONS(1533), - [sym_super] = ACTIONS(1533), - [sym_true] = ACTIONS(1533), - [sym_false] = ACTIONS(1533), - [sym_null] = ACTIONS(1533), - [sym_undefined] = ACTIONS(1533), - [anon_sym_AT] = ACTIONS(1531), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_readonly] = ACTIONS(1533), - [anon_sym_get] = ACTIONS(1533), - [anon_sym_set] = ACTIONS(1533), - [anon_sym_declare] = ACTIONS(1533), - [anon_sym_public] = ACTIONS(1533), - [anon_sym_private] = ACTIONS(1533), - [anon_sym_protected] = ACTIONS(1533), - [anon_sym_override] = ACTIONS(1533), - [anon_sym_module] = ACTIONS(1533), - [anon_sym_any] = ACTIONS(1533), - [anon_sym_number] = ACTIONS(1533), - [anon_sym_boolean] = ACTIONS(1533), - [anon_sym_string] = ACTIONS(1533), - [anon_sym_symbol] = ACTIONS(1533), - [anon_sym_abstract] = ACTIONS(1533), - [anon_sym_interface] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), + [683] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), }, - [710] = { - [ts_builtin_sym_end] = ACTIONS(2265), - [sym_identifier] = ACTIONS(2267), - [anon_sym_export] = ACTIONS(2267), - [anon_sym_default] = ACTIONS(2267), - [anon_sym_type] = ACTIONS(2267), - [anon_sym_namespace] = ACTIONS(2267), - [anon_sym_LBRACE] = ACTIONS(2265), - [anon_sym_RBRACE] = ACTIONS(2265), - [anon_sym_typeof] = ACTIONS(2267), - [anon_sym_import] = ACTIONS(2267), - [anon_sym_var] = ACTIONS(2267), - [anon_sym_let] = ACTIONS(2267), - [anon_sym_const] = ACTIONS(2267), - [anon_sym_BANG] = ACTIONS(2265), - [anon_sym_else] = ACTIONS(2267), - [anon_sym_if] = ACTIONS(2267), - [anon_sym_switch] = ACTIONS(2267), - [anon_sym_for] = ACTIONS(2267), - [anon_sym_LPAREN] = ACTIONS(2265), - [anon_sym_await] = ACTIONS(2267), - [anon_sym_while] = ACTIONS(2267), - [anon_sym_do] = ACTIONS(2267), - [anon_sym_try] = ACTIONS(2267), - [anon_sym_with] = ACTIONS(2267), - [anon_sym_break] = ACTIONS(2267), - [anon_sym_continue] = ACTIONS(2267), - [anon_sym_debugger] = ACTIONS(2267), - [anon_sym_return] = ACTIONS(2267), - [anon_sym_throw] = ACTIONS(2267), - [anon_sym_SEMI] = ACTIONS(2265), - [anon_sym_case] = ACTIONS(2267), - [anon_sym_yield] = ACTIONS(2267), - [anon_sym_LBRACK] = ACTIONS(2265), - [anon_sym_LTtemplate_GT] = ACTIONS(2265), - [anon_sym_LT] = ACTIONS(2267), - [anon_sym_SLASH] = ACTIONS(2267), - [anon_sym_class] = ACTIONS(2267), - [anon_sym_async] = ACTIONS(2267), - [anon_sym_function] = ACTIONS(2267), - [anon_sym_new] = ACTIONS(2267), - [anon_sym_PLUS] = ACTIONS(2267), - [anon_sym_DASH] = ACTIONS(2267), - [anon_sym_TILDE] = ACTIONS(2265), - [anon_sym_void] = ACTIONS(2267), - [anon_sym_delete] = ACTIONS(2267), - [anon_sym_PLUS_PLUS] = ACTIONS(2265), + [684] = { + [ts_builtin_sym_end] = ACTIONS(2263), + [sym_identifier] = ACTIONS(2265), + [anon_sym_export] = ACTIONS(2265), + [anon_sym_default] = ACTIONS(2265), + [anon_sym_type] = ACTIONS(2265), + [anon_sym_namespace] = ACTIONS(2265), + [anon_sym_LBRACE] = ACTIONS(2263), + [anon_sym_RBRACE] = ACTIONS(2263), + [anon_sym_typeof] = ACTIONS(2265), + [anon_sym_import] = ACTIONS(2265), + [anon_sym_var] = ACTIONS(2265), + [anon_sym_let] = ACTIONS(2265), + [anon_sym_const] = ACTIONS(2265), + [anon_sym_BANG] = ACTIONS(2263), + [anon_sym_else] = ACTIONS(2265), + [anon_sym_if] = ACTIONS(2265), + [anon_sym_switch] = ACTIONS(2265), + [anon_sym_for] = ACTIONS(2265), + [anon_sym_LPAREN] = ACTIONS(2263), + [anon_sym_await] = ACTIONS(2265), + [anon_sym_while] = ACTIONS(2265), + [anon_sym_do] = ACTIONS(2265), + [anon_sym_try] = ACTIONS(2265), + [anon_sym_with] = ACTIONS(2265), + [anon_sym_break] = ACTIONS(2265), + [anon_sym_continue] = ACTIONS(2265), + [anon_sym_debugger] = ACTIONS(2265), + [anon_sym_return] = ACTIONS(2265), + [anon_sym_throw] = ACTIONS(2265), + [anon_sym_SEMI] = ACTIONS(2263), + [anon_sym_case] = ACTIONS(2265), + [anon_sym_yield] = ACTIONS(2265), + [anon_sym_LBRACK] = ACTIONS(2263), + [anon_sym_LTtemplate_GT] = ACTIONS(2263), + [anon_sym_class] = ACTIONS(2265), + [anon_sym_async] = ACTIONS(2265), + [anon_sym_function] = ACTIONS(2265), + [anon_sym_new] = ACTIONS(2265), + [anon_sym_PLUS] = ACTIONS(2265), + [anon_sym_DASH] = ACTIONS(2265), + [anon_sym_SLASH] = ACTIONS(2265), + [anon_sym_LT] = ACTIONS(2265), + [anon_sym_TILDE] = ACTIONS(2263), + [anon_sym_void] = ACTIONS(2265), + [anon_sym_delete] = ACTIONS(2265), + [anon_sym_PLUS_PLUS] = ACTIONS(2263), [anon_sym_DASH_DASH] = ACTIONS(2265), - [anon_sym_DQUOTE] = ACTIONS(2265), - [anon_sym_SQUOTE] = ACTIONS(2265), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2265), - [sym_number] = ACTIONS(2265), - [sym_this] = ACTIONS(2267), - [sym_super] = ACTIONS(2267), - [sym_true] = ACTIONS(2267), - [sym_false] = ACTIONS(2267), - [sym_null] = ACTIONS(2267), - [sym_undefined] = ACTIONS(2267), - [anon_sym_AT] = ACTIONS(2265), - [anon_sym_static] = ACTIONS(2267), - [anon_sym_readonly] = ACTIONS(2267), - [anon_sym_get] = ACTIONS(2267), - [anon_sym_set] = ACTIONS(2267), - [anon_sym_declare] = ACTIONS(2267), - [anon_sym_public] = ACTIONS(2267), - [anon_sym_private] = ACTIONS(2267), - [anon_sym_protected] = ACTIONS(2267), - [anon_sym_override] = ACTIONS(2267), - [anon_sym_module] = ACTIONS(2267), - [anon_sym_any] = ACTIONS(2267), - [anon_sym_number] = ACTIONS(2267), - [anon_sym_boolean] = ACTIONS(2267), - [anon_sym_string] = ACTIONS(2267), - [anon_sym_symbol] = ACTIONS(2267), - [anon_sym_abstract] = ACTIONS(2267), - [anon_sym_interface] = ACTIONS(2267), - [anon_sym_enum] = ACTIONS(2267), - }, - [711] = { - [ts_builtin_sym_end] = ACTIONS(2073), - [sym_identifier] = ACTIONS(2075), - [anon_sym_export] = ACTIONS(2075), - [anon_sym_default] = ACTIONS(2075), - [anon_sym_type] = ACTIONS(2075), - [anon_sym_namespace] = ACTIONS(2075), - [anon_sym_LBRACE] = ACTIONS(2073), - [anon_sym_RBRACE] = ACTIONS(2073), - [anon_sym_typeof] = ACTIONS(2075), - [anon_sym_import] = ACTIONS(2075), - [anon_sym_var] = ACTIONS(2075), - [anon_sym_let] = ACTIONS(2075), - [anon_sym_const] = ACTIONS(2075), - [anon_sym_BANG] = ACTIONS(2073), - [anon_sym_else] = ACTIONS(2075), - [anon_sym_if] = ACTIONS(2075), - [anon_sym_switch] = ACTIONS(2075), - [anon_sym_for] = ACTIONS(2075), - [anon_sym_LPAREN] = ACTIONS(2073), - [anon_sym_await] = ACTIONS(2075), - [anon_sym_while] = ACTIONS(2075), - [anon_sym_do] = ACTIONS(2075), - [anon_sym_try] = ACTIONS(2075), - [anon_sym_with] = ACTIONS(2075), - [anon_sym_break] = ACTIONS(2075), - [anon_sym_continue] = ACTIONS(2075), - [anon_sym_debugger] = ACTIONS(2075), - [anon_sym_return] = ACTIONS(2075), - [anon_sym_throw] = ACTIONS(2075), - [anon_sym_SEMI] = ACTIONS(2073), - [anon_sym_case] = ACTIONS(2075), - [anon_sym_yield] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2073), - [anon_sym_LTtemplate_GT] = ACTIONS(2073), - [anon_sym_LT] = ACTIONS(2075), - [anon_sym_SLASH] = ACTIONS(2075), - [anon_sym_class] = ACTIONS(2075), - [anon_sym_async] = ACTIONS(2075), - [anon_sym_function] = ACTIONS(2075), - [anon_sym_new] = ACTIONS(2075), - [anon_sym_PLUS] = ACTIONS(2075), - [anon_sym_DASH] = ACTIONS(2075), - [anon_sym_TILDE] = ACTIONS(2073), - [anon_sym_void] = ACTIONS(2075), - [anon_sym_delete] = ACTIONS(2075), - [anon_sym_PLUS_PLUS] = ACTIONS(2073), - [anon_sym_DASH_DASH] = ACTIONS(2073), - [anon_sym_DQUOTE] = ACTIONS(2073), - [anon_sym_SQUOTE] = ACTIONS(2073), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2073), - [sym_number] = ACTIONS(2073), - [sym_this] = ACTIONS(2075), - [sym_super] = ACTIONS(2075), - [sym_true] = ACTIONS(2075), - [sym_false] = ACTIONS(2075), - [sym_null] = ACTIONS(2075), - [sym_undefined] = ACTIONS(2075), - [anon_sym_AT] = ACTIONS(2073), - [anon_sym_static] = ACTIONS(2075), - [anon_sym_readonly] = ACTIONS(2075), - [anon_sym_get] = ACTIONS(2075), - [anon_sym_set] = ACTIONS(2075), - [anon_sym_declare] = ACTIONS(2075), - [anon_sym_public] = ACTIONS(2075), - [anon_sym_private] = ACTIONS(2075), - [anon_sym_protected] = ACTIONS(2075), - [anon_sym_override] = ACTIONS(2075), - [anon_sym_module] = ACTIONS(2075), - [anon_sym_any] = ACTIONS(2075), - [anon_sym_number] = ACTIONS(2075), - [anon_sym_boolean] = ACTIONS(2075), - [anon_sym_string] = ACTIONS(2075), - [anon_sym_symbol] = ACTIONS(2075), - [anon_sym_abstract] = ACTIONS(2075), - [anon_sym_interface] = ACTIONS(2075), - [anon_sym_enum] = ACTIONS(2075), + [anon_sym_DQUOTE] = ACTIONS(2263), + [anon_sym_SQUOTE] = ACTIONS(2263), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2263), + [sym_number] = ACTIONS(2263), + [sym_this] = ACTIONS(2265), + [sym_super] = ACTIONS(2265), + [sym_true] = ACTIONS(2265), + [sym_false] = ACTIONS(2265), + [sym_null] = ACTIONS(2265), + [sym_undefined] = ACTIONS(2265), + [anon_sym_AT] = ACTIONS(2263), + [anon_sym_static] = ACTIONS(2265), + [anon_sym_readonly] = ACTIONS(2265), + [anon_sym_get] = ACTIONS(2265), + [anon_sym_set] = ACTIONS(2265), + [anon_sym_declare] = ACTIONS(2265), + [anon_sym_public] = ACTIONS(2265), + [anon_sym_private] = ACTIONS(2265), + [anon_sym_protected] = ACTIONS(2265), + [anon_sym_override] = ACTIONS(2265), + [anon_sym_module] = ACTIONS(2265), + [anon_sym_any] = ACTIONS(2265), + [anon_sym_number] = ACTIONS(2265), + [anon_sym_boolean] = ACTIONS(2265), + [anon_sym_string] = ACTIONS(2265), + [anon_sym_symbol] = ACTIONS(2265), + [anon_sym_abstract] = ACTIONS(2265), + [anon_sym_interface] = ACTIONS(2265), + [anon_sym_enum] = ACTIONS(2265), }, - [712] = { - [ts_builtin_sym_end] = ACTIONS(2269), - [sym_identifier] = ACTIONS(2271), - [anon_sym_export] = ACTIONS(2271), - [anon_sym_default] = ACTIONS(2271), - [anon_sym_type] = ACTIONS(2271), - [anon_sym_namespace] = ACTIONS(2271), - [anon_sym_LBRACE] = ACTIONS(2269), - [anon_sym_RBRACE] = ACTIONS(2269), - [anon_sym_typeof] = ACTIONS(2271), - [anon_sym_import] = ACTIONS(2271), - [anon_sym_var] = ACTIONS(2271), - [anon_sym_let] = ACTIONS(2271), - [anon_sym_const] = ACTIONS(2271), - [anon_sym_BANG] = ACTIONS(2269), - [anon_sym_else] = ACTIONS(2271), - [anon_sym_if] = ACTIONS(2271), - [anon_sym_switch] = ACTIONS(2271), - [anon_sym_for] = ACTIONS(2271), - [anon_sym_LPAREN] = ACTIONS(2269), - [anon_sym_await] = ACTIONS(2271), - [anon_sym_while] = ACTIONS(2271), - [anon_sym_do] = ACTIONS(2271), - [anon_sym_try] = ACTIONS(2271), - [anon_sym_with] = ACTIONS(2271), - [anon_sym_break] = ACTIONS(2271), - [anon_sym_continue] = ACTIONS(2271), - [anon_sym_debugger] = ACTIONS(2271), - [anon_sym_return] = ACTIONS(2271), - [anon_sym_throw] = ACTIONS(2271), - [anon_sym_SEMI] = ACTIONS(2269), - [anon_sym_case] = ACTIONS(2271), - [anon_sym_yield] = ACTIONS(2271), - [anon_sym_LBRACK] = ACTIONS(2269), - [anon_sym_LTtemplate_GT] = ACTIONS(2269), - [anon_sym_LT] = ACTIONS(2271), - [anon_sym_SLASH] = ACTIONS(2271), - [anon_sym_class] = ACTIONS(2271), - [anon_sym_async] = ACTIONS(2271), - [anon_sym_function] = ACTIONS(2271), - [anon_sym_new] = ACTIONS(2271), - [anon_sym_PLUS] = ACTIONS(2271), - [anon_sym_DASH] = ACTIONS(2271), - [anon_sym_TILDE] = ACTIONS(2269), - [anon_sym_void] = ACTIONS(2271), - [anon_sym_delete] = ACTIONS(2271), - [anon_sym_PLUS_PLUS] = ACTIONS(2269), + [685] = { + [ts_builtin_sym_end] = ACTIONS(2267), + [sym_identifier] = ACTIONS(2269), + [anon_sym_export] = ACTIONS(2269), + [anon_sym_default] = ACTIONS(2269), + [anon_sym_type] = ACTIONS(2269), + [anon_sym_namespace] = ACTIONS(2269), + [anon_sym_LBRACE] = ACTIONS(2267), + [anon_sym_RBRACE] = ACTIONS(2267), + [anon_sym_typeof] = ACTIONS(2269), + [anon_sym_import] = ACTIONS(2269), + [anon_sym_var] = ACTIONS(2269), + [anon_sym_let] = ACTIONS(2269), + [anon_sym_const] = ACTIONS(2269), + [anon_sym_BANG] = ACTIONS(2267), + [anon_sym_else] = ACTIONS(2269), + [anon_sym_if] = ACTIONS(2269), + [anon_sym_switch] = ACTIONS(2269), + [anon_sym_for] = ACTIONS(2269), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_await] = ACTIONS(2269), + [anon_sym_while] = ACTIONS(2269), + [anon_sym_do] = ACTIONS(2269), + [anon_sym_try] = ACTIONS(2269), + [anon_sym_with] = ACTIONS(2269), + [anon_sym_break] = ACTIONS(2269), + [anon_sym_continue] = ACTIONS(2269), + [anon_sym_debugger] = ACTIONS(2269), + [anon_sym_return] = ACTIONS(2269), + [anon_sym_throw] = ACTIONS(2269), + [anon_sym_SEMI] = ACTIONS(2267), + [anon_sym_case] = ACTIONS(2269), + [anon_sym_yield] = ACTIONS(2269), + [anon_sym_LBRACK] = ACTIONS(2267), + [anon_sym_LTtemplate_GT] = ACTIONS(2267), + [anon_sym_class] = ACTIONS(2269), + [anon_sym_async] = ACTIONS(2269), + [anon_sym_function] = ACTIONS(2269), + [anon_sym_new] = ACTIONS(2269), + [anon_sym_PLUS] = ACTIONS(2269), + [anon_sym_DASH] = ACTIONS(2269), + [anon_sym_SLASH] = ACTIONS(2269), + [anon_sym_LT] = ACTIONS(2269), + [anon_sym_TILDE] = ACTIONS(2267), + [anon_sym_void] = ACTIONS(2269), + [anon_sym_delete] = ACTIONS(2269), + [anon_sym_PLUS_PLUS] = ACTIONS(2267), [anon_sym_DASH_DASH] = ACTIONS(2269), - [anon_sym_DQUOTE] = ACTIONS(2269), - [anon_sym_SQUOTE] = ACTIONS(2269), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2269), - [sym_number] = ACTIONS(2269), - [sym_this] = ACTIONS(2271), - [sym_super] = ACTIONS(2271), - [sym_true] = ACTIONS(2271), - [sym_false] = ACTIONS(2271), - [sym_null] = ACTIONS(2271), - [sym_undefined] = ACTIONS(2271), - [anon_sym_AT] = ACTIONS(2269), - [anon_sym_static] = ACTIONS(2271), - [anon_sym_readonly] = ACTIONS(2271), - [anon_sym_get] = ACTIONS(2271), - [anon_sym_set] = ACTIONS(2271), - [anon_sym_declare] = ACTIONS(2271), - [anon_sym_public] = ACTIONS(2271), - [anon_sym_private] = ACTIONS(2271), - [anon_sym_protected] = ACTIONS(2271), - [anon_sym_override] = ACTIONS(2271), - [anon_sym_module] = ACTIONS(2271), - [anon_sym_any] = ACTIONS(2271), - [anon_sym_number] = ACTIONS(2271), - [anon_sym_boolean] = ACTIONS(2271), - [anon_sym_string] = ACTIONS(2271), - [anon_sym_symbol] = ACTIONS(2271), - [anon_sym_abstract] = ACTIONS(2271), - [anon_sym_interface] = ACTIONS(2271), - [anon_sym_enum] = ACTIONS(2271), + [anon_sym_DQUOTE] = ACTIONS(2267), + [anon_sym_SQUOTE] = ACTIONS(2267), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2267), + [sym_number] = ACTIONS(2267), + [sym_this] = ACTIONS(2269), + [sym_super] = ACTIONS(2269), + [sym_true] = ACTIONS(2269), + [sym_false] = ACTIONS(2269), + [sym_null] = ACTIONS(2269), + [sym_undefined] = ACTIONS(2269), + [anon_sym_AT] = ACTIONS(2267), + [anon_sym_static] = ACTIONS(2269), + [anon_sym_readonly] = ACTIONS(2269), + [anon_sym_get] = ACTIONS(2269), + [anon_sym_set] = ACTIONS(2269), + [anon_sym_declare] = ACTIONS(2269), + [anon_sym_public] = ACTIONS(2269), + [anon_sym_private] = ACTIONS(2269), + [anon_sym_protected] = ACTIONS(2269), + [anon_sym_override] = ACTIONS(2269), + [anon_sym_module] = ACTIONS(2269), + [anon_sym_any] = ACTIONS(2269), + [anon_sym_number] = ACTIONS(2269), + [anon_sym_boolean] = ACTIONS(2269), + [anon_sym_string] = ACTIONS(2269), + [anon_sym_symbol] = ACTIONS(2269), + [anon_sym_abstract] = ACTIONS(2269), + [anon_sym_interface] = ACTIONS(2269), + [anon_sym_enum] = ACTIONS(2269), }, - [713] = { - [ts_builtin_sym_end] = ACTIONS(2273), - [sym_identifier] = ACTIONS(2275), - [anon_sym_export] = ACTIONS(2275), - [anon_sym_default] = ACTIONS(2275), - [anon_sym_type] = ACTIONS(2275), - [anon_sym_namespace] = ACTIONS(2275), - [anon_sym_LBRACE] = ACTIONS(2273), - [anon_sym_RBRACE] = ACTIONS(2273), - [anon_sym_typeof] = ACTIONS(2275), - [anon_sym_import] = ACTIONS(2275), - [anon_sym_var] = ACTIONS(2275), - [anon_sym_let] = ACTIONS(2275), - [anon_sym_const] = ACTIONS(2275), - [anon_sym_BANG] = ACTIONS(2273), - [anon_sym_else] = ACTIONS(2275), - [anon_sym_if] = ACTIONS(2275), - [anon_sym_switch] = ACTIONS(2275), - [anon_sym_for] = ACTIONS(2275), - [anon_sym_LPAREN] = ACTIONS(2273), - [anon_sym_await] = ACTIONS(2275), - [anon_sym_while] = ACTIONS(2275), - [anon_sym_do] = ACTIONS(2275), - [anon_sym_try] = ACTIONS(2275), - [anon_sym_with] = ACTIONS(2275), - [anon_sym_break] = ACTIONS(2275), - [anon_sym_continue] = ACTIONS(2275), - [anon_sym_debugger] = ACTIONS(2275), - [anon_sym_return] = ACTIONS(2275), - [anon_sym_throw] = ACTIONS(2275), - [anon_sym_SEMI] = ACTIONS(2273), - [anon_sym_case] = ACTIONS(2275), - [anon_sym_yield] = ACTIONS(2275), - [anon_sym_LBRACK] = ACTIONS(2273), - [anon_sym_LTtemplate_GT] = ACTIONS(2273), - [anon_sym_LT] = ACTIONS(2275), - [anon_sym_SLASH] = ACTIONS(2275), - [anon_sym_class] = ACTIONS(2275), - [anon_sym_async] = ACTIONS(2275), - [anon_sym_function] = ACTIONS(2275), - [anon_sym_new] = ACTIONS(2275), - [anon_sym_PLUS] = ACTIONS(2275), - [anon_sym_DASH] = ACTIONS(2275), - [anon_sym_TILDE] = ACTIONS(2273), - [anon_sym_void] = ACTIONS(2275), - [anon_sym_delete] = ACTIONS(2275), - [anon_sym_PLUS_PLUS] = ACTIONS(2273), + [686] = { + [ts_builtin_sym_end] = ACTIONS(2271), + [sym_identifier] = ACTIONS(2273), + [anon_sym_export] = ACTIONS(2273), + [anon_sym_default] = ACTIONS(2273), + [anon_sym_type] = ACTIONS(2273), + [anon_sym_namespace] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2271), + [anon_sym_RBRACE] = ACTIONS(2271), + [anon_sym_typeof] = ACTIONS(2273), + [anon_sym_import] = ACTIONS(2273), + [anon_sym_var] = ACTIONS(2273), + [anon_sym_let] = ACTIONS(2273), + [anon_sym_const] = ACTIONS(2273), + [anon_sym_BANG] = ACTIONS(2271), + [anon_sym_else] = ACTIONS(2273), + [anon_sym_if] = ACTIONS(2273), + [anon_sym_switch] = ACTIONS(2273), + [anon_sym_for] = ACTIONS(2273), + [anon_sym_LPAREN] = ACTIONS(2271), + [anon_sym_await] = ACTIONS(2273), + [anon_sym_while] = ACTIONS(2273), + [anon_sym_do] = ACTIONS(2273), + [anon_sym_try] = ACTIONS(2273), + [anon_sym_with] = ACTIONS(2273), + [anon_sym_break] = ACTIONS(2273), + [anon_sym_continue] = ACTIONS(2273), + [anon_sym_debugger] = ACTIONS(2273), + [anon_sym_return] = ACTIONS(2273), + [anon_sym_throw] = ACTIONS(2273), + [anon_sym_SEMI] = ACTIONS(2271), + [anon_sym_case] = ACTIONS(2273), + [anon_sym_yield] = ACTIONS(2273), + [anon_sym_LBRACK] = ACTIONS(2271), + [anon_sym_LTtemplate_GT] = ACTIONS(2271), + [anon_sym_class] = ACTIONS(2273), + [anon_sym_async] = ACTIONS(2273), + [anon_sym_function] = ACTIONS(2273), + [anon_sym_new] = ACTIONS(2273), + [anon_sym_PLUS] = ACTIONS(2273), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_SLASH] = ACTIONS(2273), + [anon_sym_LT] = ACTIONS(2273), + [anon_sym_TILDE] = ACTIONS(2271), + [anon_sym_void] = ACTIONS(2273), + [anon_sym_delete] = ACTIONS(2273), + [anon_sym_PLUS_PLUS] = ACTIONS(2271), [anon_sym_DASH_DASH] = ACTIONS(2273), - [anon_sym_DQUOTE] = ACTIONS(2273), - [anon_sym_SQUOTE] = ACTIONS(2273), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2273), - [sym_number] = ACTIONS(2273), - [sym_this] = ACTIONS(2275), - [sym_super] = ACTIONS(2275), - [sym_true] = ACTIONS(2275), - [sym_false] = ACTIONS(2275), - [sym_null] = ACTIONS(2275), - [sym_undefined] = ACTIONS(2275), - [anon_sym_AT] = ACTIONS(2273), - [anon_sym_static] = ACTIONS(2275), - [anon_sym_readonly] = ACTIONS(2275), - [anon_sym_get] = ACTIONS(2275), - [anon_sym_set] = ACTIONS(2275), - [anon_sym_declare] = ACTIONS(2275), - [anon_sym_public] = ACTIONS(2275), - [anon_sym_private] = ACTIONS(2275), - [anon_sym_protected] = ACTIONS(2275), - [anon_sym_override] = ACTIONS(2275), - [anon_sym_module] = ACTIONS(2275), - [anon_sym_any] = ACTIONS(2275), - [anon_sym_number] = ACTIONS(2275), - [anon_sym_boolean] = ACTIONS(2275), - [anon_sym_string] = ACTIONS(2275), - [anon_sym_symbol] = ACTIONS(2275), - [anon_sym_abstract] = ACTIONS(2275), - [anon_sym_interface] = ACTIONS(2275), - [anon_sym_enum] = ACTIONS(2275), + [anon_sym_DQUOTE] = ACTIONS(2271), + [anon_sym_SQUOTE] = ACTIONS(2271), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2271), + [sym_number] = ACTIONS(2271), + [sym_this] = ACTIONS(2273), + [sym_super] = ACTIONS(2273), + [sym_true] = ACTIONS(2273), + [sym_false] = ACTIONS(2273), + [sym_null] = ACTIONS(2273), + [sym_undefined] = ACTIONS(2273), + [anon_sym_AT] = ACTIONS(2271), + [anon_sym_static] = ACTIONS(2273), + [anon_sym_readonly] = ACTIONS(2273), + [anon_sym_get] = ACTIONS(2273), + [anon_sym_set] = ACTIONS(2273), + [anon_sym_declare] = ACTIONS(2273), + [anon_sym_public] = ACTIONS(2273), + [anon_sym_private] = ACTIONS(2273), + [anon_sym_protected] = ACTIONS(2273), + [anon_sym_override] = ACTIONS(2273), + [anon_sym_module] = ACTIONS(2273), + [anon_sym_any] = ACTIONS(2273), + [anon_sym_number] = ACTIONS(2273), + [anon_sym_boolean] = ACTIONS(2273), + [anon_sym_string] = ACTIONS(2273), + [anon_sym_symbol] = ACTIONS(2273), + [anon_sym_abstract] = ACTIONS(2273), + [anon_sym_interface] = ACTIONS(2273), + [anon_sym_enum] = ACTIONS(2273), }, - [714] = { - [ts_builtin_sym_end] = ACTIONS(2277), - [sym_identifier] = ACTIONS(2279), - [anon_sym_export] = ACTIONS(2279), - [anon_sym_default] = ACTIONS(2279), - [anon_sym_type] = ACTIONS(2279), - [anon_sym_namespace] = ACTIONS(2279), - [anon_sym_LBRACE] = ACTIONS(2277), - [anon_sym_RBRACE] = ACTIONS(2277), - [anon_sym_typeof] = ACTIONS(2279), - [anon_sym_import] = ACTIONS(2279), - [anon_sym_var] = ACTIONS(2279), - [anon_sym_let] = ACTIONS(2279), - [anon_sym_const] = ACTIONS(2279), - [anon_sym_BANG] = ACTIONS(2277), - [anon_sym_else] = ACTIONS(2279), - [anon_sym_if] = ACTIONS(2279), - [anon_sym_switch] = ACTIONS(2279), - [anon_sym_for] = ACTIONS(2279), - [anon_sym_LPAREN] = ACTIONS(2277), - [anon_sym_await] = ACTIONS(2279), - [anon_sym_while] = ACTIONS(2279), - [anon_sym_do] = ACTIONS(2279), - [anon_sym_try] = ACTIONS(2279), - [anon_sym_with] = ACTIONS(2279), - [anon_sym_break] = ACTIONS(2279), - [anon_sym_continue] = ACTIONS(2279), - [anon_sym_debugger] = ACTIONS(2279), - [anon_sym_return] = ACTIONS(2279), - [anon_sym_throw] = ACTIONS(2279), - [anon_sym_SEMI] = ACTIONS(2277), - [anon_sym_case] = ACTIONS(2279), - [anon_sym_yield] = ACTIONS(2279), - [anon_sym_LBRACK] = ACTIONS(2277), - [anon_sym_LTtemplate_GT] = ACTIONS(2277), - [anon_sym_LT] = ACTIONS(2279), - [anon_sym_SLASH] = ACTIONS(2279), - [anon_sym_class] = ACTIONS(2279), - [anon_sym_async] = ACTIONS(2279), - [anon_sym_function] = ACTIONS(2279), - [anon_sym_new] = ACTIONS(2279), - [anon_sym_PLUS] = ACTIONS(2279), - [anon_sym_DASH] = ACTIONS(2279), - [anon_sym_TILDE] = ACTIONS(2277), - [anon_sym_void] = ACTIONS(2279), - [anon_sym_delete] = ACTIONS(2279), - [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [687] = { + [ts_builtin_sym_end] = ACTIONS(2123), + [sym_identifier] = ACTIONS(2125), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_default] = ACTIONS(2125), + [anon_sym_type] = ACTIONS(2125), + [anon_sym_namespace] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2123), + [anon_sym_RBRACE] = ACTIONS(2123), + [anon_sym_typeof] = ACTIONS(2125), + [anon_sym_import] = ACTIONS(2125), + [anon_sym_var] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2123), + [anon_sym_else] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_switch] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2123), + [anon_sym_await] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_with] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_debugger] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2123), + [anon_sym_case] = ACTIONS(2125), + [anon_sym_yield] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2123), + [anon_sym_LTtemplate_GT] = ACTIONS(2123), + [anon_sym_class] = ACTIONS(2125), + [anon_sym_async] = ACTIONS(2125), + [anon_sym_function] = ACTIONS(2125), + [anon_sym_new] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_SLASH] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_TILDE] = ACTIONS(2123), + [anon_sym_void] = ACTIONS(2125), + [anon_sym_delete] = ACTIONS(2125), + [anon_sym_PLUS_PLUS] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2123), + [anon_sym_SQUOTE] = ACTIONS(2123), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2123), + [sym_number] = ACTIONS(2123), + [sym_this] = ACTIONS(2125), + [sym_super] = ACTIONS(2125), + [sym_true] = ACTIONS(2125), + [sym_false] = ACTIONS(2125), + [sym_null] = ACTIONS(2125), + [sym_undefined] = ACTIONS(2125), + [anon_sym_AT] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2125), + [anon_sym_readonly] = ACTIONS(2125), + [anon_sym_get] = ACTIONS(2125), + [anon_sym_set] = ACTIONS(2125), + [anon_sym_declare] = ACTIONS(2125), + [anon_sym_public] = ACTIONS(2125), + [anon_sym_private] = ACTIONS(2125), + [anon_sym_protected] = ACTIONS(2125), + [anon_sym_override] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_any] = ACTIONS(2125), + [anon_sym_number] = ACTIONS(2125), + [anon_sym_boolean] = ACTIONS(2125), + [anon_sym_string] = ACTIONS(2125), + [anon_sym_symbol] = ACTIONS(2125), + [anon_sym_abstract] = ACTIONS(2125), + [anon_sym_interface] = ACTIONS(2125), + [anon_sym_enum] = ACTIONS(2125), + }, + [688] = { + [ts_builtin_sym_end] = ACTIONS(2275), + [sym_identifier] = ACTIONS(2277), + [anon_sym_export] = ACTIONS(2277), + [anon_sym_default] = ACTIONS(2277), + [anon_sym_type] = ACTIONS(2277), + [anon_sym_namespace] = ACTIONS(2277), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_RBRACE] = ACTIONS(2275), + [anon_sym_typeof] = ACTIONS(2277), + [anon_sym_import] = ACTIONS(2277), + [anon_sym_var] = ACTIONS(2277), + [anon_sym_let] = ACTIONS(2277), + [anon_sym_const] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2275), + [anon_sym_else] = ACTIONS(2277), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_switch] = ACTIONS(2277), + [anon_sym_for] = ACTIONS(2277), + [anon_sym_LPAREN] = ACTIONS(2275), + [anon_sym_await] = ACTIONS(2277), + [anon_sym_while] = ACTIONS(2277), + [anon_sym_do] = ACTIONS(2277), + [anon_sym_try] = ACTIONS(2277), + [anon_sym_with] = ACTIONS(2277), + [anon_sym_break] = ACTIONS(2277), + [anon_sym_continue] = ACTIONS(2277), + [anon_sym_debugger] = ACTIONS(2277), + [anon_sym_return] = ACTIONS(2277), + [anon_sym_throw] = ACTIONS(2277), + [anon_sym_SEMI] = ACTIONS(2275), + [anon_sym_case] = ACTIONS(2277), + [anon_sym_yield] = ACTIONS(2277), + [anon_sym_LBRACK] = ACTIONS(2275), + [anon_sym_LTtemplate_GT] = ACTIONS(2275), + [anon_sym_class] = ACTIONS(2277), + [anon_sym_async] = ACTIONS(2277), + [anon_sym_function] = ACTIONS(2277), + [anon_sym_new] = ACTIONS(2277), + [anon_sym_PLUS] = ACTIONS(2277), + [anon_sym_DASH] = ACTIONS(2277), + [anon_sym_SLASH] = ACTIONS(2277), + [anon_sym_LT] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2275), + [anon_sym_void] = ACTIONS(2277), + [anon_sym_delete] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2275), [anon_sym_DASH_DASH] = ACTIONS(2277), - [anon_sym_DQUOTE] = ACTIONS(2277), - [anon_sym_SQUOTE] = ACTIONS(2277), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2277), - [sym_number] = ACTIONS(2277), - [sym_this] = ACTIONS(2279), - [sym_super] = ACTIONS(2279), - [sym_true] = ACTIONS(2279), - [sym_false] = ACTIONS(2279), - [sym_null] = ACTIONS(2279), - [sym_undefined] = ACTIONS(2279), - [anon_sym_AT] = ACTIONS(2277), - [anon_sym_static] = ACTIONS(2279), - [anon_sym_readonly] = ACTIONS(2279), - [anon_sym_get] = ACTIONS(2279), - [anon_sym_set] = ACTIONS(2279), - [anon_sym_declare] = ACTIONS(2279), - [anon_sym_public] = ACTIONS(2279), - [anon_sym_private] = ACTIONS(2279), - [anon_sym_protected] = ACTIONS(2279), - [anon_sym_override] = ACTIONS(2279), - [anon_sym_module] = ACTIONS(2279), - [anon_sym_any] = ACTIONS(2279), - [anon_sym_number] = ACTIONS(2279), - [anon_sym_boolean] = ACTIONS(2279), - [anon_sym_string] = ACTIONS(2279), - [anon_sym_symbol] = ACTIONS(2279), - [anon_sym_abstract] = ACTIONS(2279), - [anon_sym_interface] = ACTIONS(2279), - [anon_sym_enum] = ACTIONS(2279), + [anon_sym_DQUOTE] = ACTIONS(2275), + [anon_sym_SQUOTE] = ACTIONS(2275), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2275), + [sym_number] = ACTIONS(2275), + [sym_this] = ACTIONS(2277), + [sym_super] = ACTIONS(2277), + [sym_true] = ACTIONS(2277), + [sym_false] = ACTIONS(2277), + [sym_null] = ACTIONS(2277), + [sym_undefined] = ACTIONS(2277), + [anon_sym_AT] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2277), + [anon_sym_readonly] = ACTIONS(2277), + [anon_sym_get] = ACTIONS(2277), + [anon_sym_set] = ACTIONS(2277), + [anon_sym_declare] = ACTIONS(2277), + [anon_sym_public] = ACTIONS(2277), + [anon_sym_private] = ACTIONS(2277), + [anon_sym_protected] = ACTIONS(2277), + [anon_sym_override] = ACTIONS(2277), + [anon_sym_module] = ACTIONS(2277), + [anon_sym_any] = ACTIONS(2277), + [anon_sym_number] = ACTIONS(2277), + [anon_sym_boolean] = ACTIONS(2277), + [anon_sym_string] = ACTIONS(2277), + [anon_sym_symbol] = ACTIONS(2277), + [anon_sym_abstract] = ACTIONS(2277), + [anon_sym_interface] = ACTIONS(2277), + [anon_sym_enum] = ACTIONS(2277), }, - [715] = { - [ts_builtin_sym_end] = ACTIONS(2281), - [sym_identifier] = ACTIONS(2283), - [anon_sym_export] = ACTIONS(2283), - [anon_sym_default] = ACTIONS(2283), - [anon_sym_type] = ACTIONS(2283), - [anon_sym_namespace] = ACTIONS(2283), - [anon_sym_LBRACE] = ACTIONS(2281), - [anon_sym_RBRACE] = ACTIONS(2281), - [anon_sym_typeof] = ACTIONS(2283), - [anon_sym_import] = ACTIONS(2283), - [anon_sym_var] = ACTIONS(2283), - [anon_sym_let] = ACTIONS(2283), - [anon_sym_const] = ACTIONS(2283), - [anon_sym_BANG] = ACTIONS(2281), - [anon_sym_else] = ACTIONS(2283), - [anon_sym_if] = ACTIONS(2283), - [anon_sym_switch] = ACTIONS(2283), - [anon_sym_for] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2281), - [anon_sym_await] = ACTIONS(2283), - [anon_sym_while] = ACTIONS(2283), - [anon_sym_do] = ACTIONS(2283), - [anon_sym_try] = ACTIONS(2283), - [anon_sym_with] = ACTIONS(2283), - [anon_sym_break] = ACTIONS(2283), - [anon_sym_continue] = ACTIONS(2283), - [anon_sym_debugger] = ACTIONS(2283), - [anon_sym_return] = ACTIONS(2283), - [anon_sym_throw] = ACTIONS(2283), - [anon_sym_SEMI] = ACTIONS(2281), - [anon_sym_case] = ACTIONS(2283), - [anon_sym_yield] = ACTIONS(2283), - [anon_sym_LBRACK] = ACTIONS(2281), - [anon_sym_LTtemplate_GT] = ACTIONS(2281), - [anon_sym_LT] = ACTIONS(2283), - [anon_sym_SLASH] = ACTIONS(2283), - [anon_sym_class] = ACTIONS(2283), - [anon_sym_async] = ACTIONS(2283), - [anon_sym_function] = ACTIONS(2283), - [anon_sym_new] = ACTIONS(2283), - [anon_sym_PLUS] = ACTIONS(2283), - [anon_sym_DASH] = ACTIONS(2283), - [anon_sym_TILDE] = ACTIONS(2281), - [anon_sym_void] = ACTIONS(2283), - [anon_sym_delete] = ACTIONS(2283), - [anon_sym_PLUS_PLUS] = ACTIONS(2281), + [689] = { + [ts_builtin_sym_end] = ACTIONS(2279), + [sym_identifier] = ACTIONS(2281), + [anon_sym_export] = ACTIONS(2281), + [anon_sym_default] = ACTIONS(2281), + [anon_sym_type] = ACTIONS(2281), + [anon_sym_namespace] = ACTIONS(2281), + [anon_sym_LBRACE] = ACTIONS(2279), + [anon_sym_RBRACE] = ACTIONS(2279), + [anon_sym_typeof] = ACTIONS(2281), + [anon_sym_import] = ACTIONS(2281), + [anon_sym_var] = ACTIONS(2281), + [anon_sym_let] = ACTIONS(2281), + [anon_sym_const] = ACTIONS(2281), + [anon_sym_BANG] = ACTIONS(2279), + [anon_sym_else] = ACTIONS(2281), + [anon_sym_if] = ACTIONS(2281), + [anon_sym_switch] = ACTIONS(2281), + [anon_sym_for] = ACTIONS(2281), + [anon_sym_LPAREN] = ACTIONS(2279), + [anon_sym_await] = ACTIONS(2281), + [anon_sym_while] = ACTIONS(2281), + [anon_sym_do] = ACTIONS(2281), + [anon_sym_try] = ACTIONS(2281), + [anon_sym_with] = ACTIONS(2281), + [anon_sym_break] = ACTIONS(2281), + [anon_sym_continue] = ACTIONS(2281), + [anon_sym_debugger] = ACTIONS(2281), + [anon_sym_return] = ACTIONS(2281), + [anon_sym_throw] = ACTIONS(2281), + [anon_sym_SEMI] = ACTIONS(2279), + [anon_sym_case] = ACTIONS(2281), + [anon_sym_yield] = ACTIONS(2281), + [anon_sym_LBRACK] = ACTIONS(2279), + [anon_sym_LTtemplate_GT] = ACTIONS(2279), + [anon_sym_class] = ACTIONS(2281), + [anon_sym_async] = ACTIONS(2281), + [anon_sym_function] = ACTIONS(2281), + [anon_sym_new] = ACTIONS(2281), + [anon_sym_PLUS] = ACTIONS(2281), + [anon_sym_DASH] = ACTIONS(2281), + [anon_sym_SLASH] = ACTIONS(2281), + [anon_sym_LT] = ACTIONS(2281), + [anon_sym_TILDE] = ACTIONS(2279), + [anon_sym_void] = ACTIONS(2281), + [anon_sym_delete] = ACTIONS(2281), + [anon_sym_PLUS_PLUS] = ACTIONS(2279), [anon_sym_DASH_DASH] = ACTIONS(2281), - [anon_sym_DQUOTE] = ACTIONS(2281), - [anon_sym_SQUOTE] = ACTIONS(2281), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2281), - [sym_number] = ACTIONS(2281), - [sym_this] = ACTIONS(2283), - [sym_super] = ACTIONS(2283), - [sym_true] = ACTIONS(2283), - [sym_false] = ACTIONS(2283), - [sym_null] = ACTIONS(2283), - [sym_undefined] = ACTIONS(2283), - [anon_sym_AT] = ACTIONS(2281), - [anon_sym_static] = ACTIONS(2283), - [anon_sym_readonly] = ACTIONS(2283), - [anon_sym_get] = ACTIONS(2283), - [anon_sym_set] = ACTIONS(2283), - [anon_sym_declare] = ACTIONS(2283), - [anon_sym_public] = ACTIONS(2283), - [anon_sym_private] = ACTIONS(2283), - [anon_sym_protected] = ACTIONS(2283), - [anon_sym_override] = ACTIONS(2283), - [anon_sym_module] = ACTIONS(2283), - [anon_sym_any] = ACTIONS(2283), - [anon_sym_number] = ACTIONS(2283), - [anon_sym_boolean] = ACTIONS(2283), - [anon_sym_string] = ACTIONS(2283), - [anon_sym_symbol] = ACTIONS(2283), - [anon_sym_abstract] = ACTIONS(2283), - [anon_sym_interface] = ACTIONS(2283), - [anon_sym_enum] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2279), + [anon_sym_SQUOTE] = ACTIONS(2279), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2279), + [sym_number] = ACTIONS(2279), + [sym_this] = ACTIONS(2281), + [sym_super] = ACTIONS(2281), + [sym_true] = ACTIONS(2281), + [sym_false] = ACTIONS(2281), + [sym_null] = ACTIONS(2281), + [sym_undefined] = ACTIONS(2281), + [anon_sym_AT] = ACTIONS(2279), + [anon_sym_static] = ACTIONS(2281), + [anon_sym_readonly] = ACTIONS(2281), + [anon_sym_get] = ACTIONS(2281), + [anon_sym_set] = ACTIONS(2281), + [anon_sym_declare] = ACTIONS(2281), + [anon_sym_public] = ACTIONS(2281), + [anon_sym_private] = ACTIONS(2281), + [anon_sym_protected] = ACTIONS(2281), + [anon_sym_override] = ACTIONS(2281), + [anon_sym_module] = ACTIONS(2281), + [anon_sym_any] = ACTIONS(2281), + [anon_sym_number] = ACTIONS(2281), + [anon_sym_boolean] = ACTIONS(2281), + [anon_sym_string] = ACTIONS(2281), + [anon_sym_symbol] = ACTIONS(2281), + [anon_sym_abstract] = ACTIONS(2281), + [anon_sym_interface] = ACTIONS(2281), + [anon_sym_enum] = ACTIONS(2281), }, - [716] = { - [ts_builtin_sym_end] = ACTIONS(2285), - [sym_identifier] = ACTIONS(2287), - [anon_sym_export] = ACTIONS(2287), - [anon_sym_default] = ACTIONS(2287), - [anon_sym_type] = ACTIONS(2287), - [anon_sym_namespace] = ACTIONS(2287), - [anon_sym_LBRACE] = ACTIONS(2285), - [anon_sym_RBRACE] = ACTIONS(2285), - [anon_sym_typeof] = ACTIONS(2287), - [anon_sym_import] = ACTIONS(2287), - [anon_sym_var] = ACTIONS(2287), - [anon_sym_let] = ACTIONS(2287), - [anon_sym_const] = ACTIONS(2287), - [anon_sym_BANG] = ACTIONS(2285), - [anon_sym_else] = ACTIONS(2287), - [anon_sym_if] = ACTIONS(2287), - [anon_sym_switch] = ACTIONS(2287), - [anon_sym_for] = ACTIONS(2287), - [anon_sym_LPAREN] = ACTIONS(2285), - [anon_sym_await] = ACTIONS(2287), - [anon_sym_while] = ACTIONS(2287), - [anon_sym_do] = ACTIONS(2287), - [anon_sym_try] = ACTIONS(2287), - [anon_sym_with] = ACTIONS(2287), - [anon_sym_break] = ACTIONS(2287), - [anon_sym_continue] = ACTIONS(2287), - [anon_sym_debugger] = ACTIONS(2287), - [anon_sym_return] = ACTIONS(2287), - [anon_sym_throw] = ACTIONS(2287), - [anon_sym_SEMI] = ACTIONS(2285), - [anon_sym_case] = ACTIONS(2287), - [anon_sym_yield] = ACTIONS(2287), - [anon_sym_LBRACK] = ACTIONS(2285), - [anon_sym_LTtemplate_GT] = ACTIONS(2285), - [anon_sym_LT] = ACTIONS(2287), - [anon_sym_SLASH] = ACTIONS(2287), - [anon_sym_class] = ACTIONS(2287), - [anon_sym_async] = ACTIONS(2287), - [anon_sym_function] = ACTIONS(2287), - [anon_sym_new] = ACTIONS(2287), - [anon_sym_PLUS] = ACTIONS(2287), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_TILDE] = ACTIONS(2285), - [anon_sym_void] = ACTIONS(2287), - [anon_sym_delete] = ACTIONS(2287), - [anon_sym_PLUS_PLUS] = ACTIONS(2285), + [690] = { + [ts_builtin_sym_end] = ACTIONS(2283), + [sym_identifier] = ACTIONS(2285), + [anon_sym_export] = ACTIONS(2285), + [anon_sym_default] = ACTIONS(2285), + [anon_sym_type] = ACTIONS(2285), + [anon_sym_namespace] = ACTIONS(2285), + [anon_sym_LBRACE] = ACTIONS(2283), + [anon_sym_RBRACE] = ACTIONS(2283), + [anon_sym_typeof] = ACTIONS(2285), + [anon_sym_import] = ACTIONS(2285), + [anon_sym_var] = ACTIONS(2285), + [anon_sym_let] = ACTIONS(2285), + [anon_sym_const] = ACTIONS(2285), + [anon_sym_BANG] = ACTIONS(2283), + [anon_sym_else] = ACTIONS(2285), + [anon_sym_if] = ACTIONS(2285), + [anon_sym_switch] = ACTIONS(2285), + [anon_sym_for] = ACTIONS(2285), + [anon_sym_LPAREN] = ACTIONS(2283), + [anon_sym_await] = ACTIONS(2285), + [anon_sym_while] = ACTIONS(2285), + [anon_sym_do] = ACTIONS(2285), + [anon_sym_try] = ACTIONS(2285), + [anon_sym_with] = ACTIONS(2285), + [anon_sym_break] = ACTIONS(2285), + [anon_sym_continue] = ACTIONS(2285), + [anon_sym_debugger] = ACTIONS(2285), + [anon_sym_return] = ACTIONS(2285), + [anon_sym_throw] = ACTIONS(2285), + [anon_sym_SEMI] = ACTIONS(2283), + [anon_sym_case] = ACTIONS(2285), + [anon_sym_yield] = ACTIONS(2285), + [anon_sym_LBRACK] = ACTIONS(2283), + [anon_sym_LTtemplate_GT] = ACTIONS(2283), + [anon_sym_class] = ACTIONS(2285), + [anon_sym_async] = ACTIONS(2285), + [anon_sym_function] = ACTIONS(2285), + [anon_sym_new] = ACTIONS(2285), + [anon_sym_PLUS] = ACTIONS(2285), + [anon_sym_DASH] = ACTIONS(2285), + [anon_sym_SLASH] = ACTIONS(2285), + [anon_sym_LT] = ACTIONS(2285), + [anon_sym_TILDE] = ACTIONS(2283), + [anon_sym_void] = ACTIONS(2285), + [anon_sym_delete] = ACTIONS(2285), + [anon_sym_PLUS_PLUS] = ACTIONS(2283), [anon_sym_DASH_DASH] = ACTIONS(2285), - [anon_sym_DQUOTE] = ACTIONS(2285), - [anon_sym_SQUOTE] = ACTIONS(2285), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2285), - [sym_number] = ACTIONS(2285), - [sym_this] = ACTIONS(2287), - [sym_super] = ACTIONS(2287), - [sym_true] = ACTIONS(2287), - [sym_false] = ACTIONS(2287), - [sym_null] = ACTIONS(2287), - [sym_undefined] = ACTIONS(2287), - [anon_sym_AT] = ACTIONS(2285), - [anon_sym_static] = ACTIONS(2287), - [anon_sym_readonly] = ACTIONS(2287), - [anon_sym_get] = ACTIONS(2287), - [anon_sym_set] = ACTIONS(2287), - [anon_sym_declare] = ACTIONS(2287), - [anon_sym_public] = ACTIONS(2287), - [anon_sym_private] = ACTIONS(2287), - [anon_sym_protected] = ACTIONS(2287), - [anon_sym_override] = ACTIONS(2287), - [anon_sym_module] = ACTIONS(2287), - [anon_sym_any] = ACTIONS(2287), - [anon_sym_number] = ACTIONS(2287), - [anon_sym_boolean] = ACTIONS(2287), - [anon_sym_string] = ACTIONS(2287), - [anon_sym_symbol] = ACTIONS(2287), - [anon_sym_abstract] = ACTIONS(2287), - [anon_sym_interface] = ACTIONS(2287), - [anon_sym_enum] = ACTIONS(2287), + [anon_sym_DQUOTE] = ACTIONS(2283), + [anon_sym_SQUOTE] = ACTIONS(2283), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2283), + [sym_number] = ACTIONS(2283), + [sym_this] = ACTIONS(2285), + [sym_super] = ACTIONS(2285), + [sym_true] = ACTIONS(2285), + [sym_false] = ACTIONS(2285), + [sym_null] = ACTIONS(2285), + [sym_undefined] = ACTIONS(2285), + [anon_sym_AT] = ACTIONS(2283), + [anon_sym_static] = ACTIONS(2285), + [anon_sym_readonly] = ACTIONS(2285), + [anon_sym_get] = ACTIONS(2285), + [anon_sym_set] = ACTIONS(2285), + [anon_sym_declare] = ACTIONS(2285), + [anon_sym_public] = ACTIONS(2285), + [anon_sym_private] = ACTIONS(2285), + [anon_sym_protected] = ACTIONS(2285), + [anon_sym_override] = ACTIONS(2285), + [anon_sym_module] = ACTIONS(2285), + [anon_sym_any] = ACTIONS(2285), + [anon_sym_number] = ACTIONS(2285), + [anon_sym_boolean] = ACTIONS(2285), + [anon_sym_string] = ACTIONS(2285), + [anon_sym_symbol] = ACTIONS(2285), + [anon_sym_abstract] = ACTIONS(2285), + [anon_sym_interface] = ACTIONS(2285), + [anon_sym_enum] = ACTIONS(2285), }, - [717] = { - [ts_builtin_sym_end] = ACTIONS(2289), - [sym_identifier] = ACTIONS(2291), - [anon_sym_export] = ACTIONS(2291), - [anon_sym_default] = ACTIONS(2291), - [anon_sym_type] = ACTIONS(2291), - [anon_sym_namespace] = ACTIONS(2291), - [anon_sym_LBRACE] = ACTIONS(2289), - [anon_sym_RBRACE] = ACTIONS(2289), - [anon_sym_typeof] = ACTIONS(2291), - [anon_sym_import] = ACTIONS(2291), - [anon_sym_var] = ACTIONS(2291), - [anon_sym_let] = ACTIONS(2291), - [anon_sym_const] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2289), - [anon_sym_else] = ACTIONS(2291), - [anon_sym_if] = ACTIONS(2291), - [anon_sym_switch] = ACTIONS(2291), - [anon_sym_for] = ACTIONS(2291), - [anon_sym_LPAREN] = ACTIONS(2289), - [anon_sym_await] = ACTIONS(2291), - [anon_sym_while] = ACTIONS(2291), - [anon_sym_do] = ACTIONS(2291), - [anon_sym_try] = ACTIONS(2291), - [anon_sym_with] = ACTIONS(2291), - [anon_sym_break] = ACTIONS(2291), - [anon_sym_continue] = ACTIONS(2291), - [anon_sym_debugger] = ACTIONS(2291), - [anon_sym_return] = ACTIONS(2291), - [anon_sym_throw] = ACTIONS(2291), - [anon_sym_SEMI] = ACTIONS(2289), - [anon_sym_case] = ACTIONS(2291), - [anon_sym_yield] = ACTIONS(2291), - [anon_sym_LBRACK] = ACTIONS(2289), - [anon_sym_LTtemplate_GT] = ACTIONS(2289), - [anon_sym_LT] = ACTIONS(2291), - [anon_sym_SLASH] = ACTIONS(2291), - [anon_sym_class] = ACTIONS(2291), - [anon_sym_async] = ACTIONS(2291), - [anon_sym_function] = ACTIONS(2291), - [anon_sym_new] = ACTIONS(2291), - [anon_sym_PLUS] = ACTIONS(2291), - [anon_sym_DASH] = ACTIONS(2291), - [anon_sym_TILDE] = ACTIONS(2289), - [anon_sym_void] = ACTIONS(2291), - [anon_sym_delete] = ACTIONS(2291), - [anon_sym_PLUS_PLUS] = ACTIONS(2289), + [691] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [692] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [693] = { + [ts_builtin_sym_end] = ACTIONS(2287), + [sym_identifier] = ACTIONS(2289), + [anon_sym_export] = ACTIONS(2289), + [anon_sym_default] = ACTIONS(2289), + [anon_sym_type] = ACTIONS(2289), + [anon_sym_namespace] = ACTIONS(2289), + [anon_sym_LBRACE] = ACTIONS(2287), + [anon_sym_RBRACE] = ACTIONS(2287), + [anon_sym_typeof] = ACTIONS(2289), + [anon_sym_import] = ACTIONS(2289), + [anon_sym_var] = ACTIONS(2289), + [anon_sym_let] = ACTIONS(2289), + [anon_sym_const] = ACTIONS(2289), + [anon_sym_BANG] = ACTIONS(2287), + [anon_sym_else] = ACTIONS(2289), + [anon_sym_if] = ACTIONS(2289), + [anon_sym_switch] = ACTIONS(2289), + [anon_sym_for] = ACTIONS(2289), + [anon_sym_LPAREN] = ACTIONS(2287), + [anon_sym_await] = ACTIONS(2289), + [anon_sym_while] = ACTIONS(2289), + [anon_sym_do] = ACTIONS(2289), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_with] = ACTIONS(2289), + [anon_sym_break] = ACTIONS(2289), + [anon_sym_continue] = ACTIONS(2289), + [anon_sym_debugger] = ACTIONS(2289), + [anon_sym_return] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2289), + [anon_sym_SEMI] = ACTIONS(2287), + [anon_sym_case] = ACTIONS(2289), + [anon_sym_yield] = ACTIONS(2289), + [anon_sym_LBRACK] = ACTIONS(2287), + [anon_sym_LTtemplate_GT] = ACTIONS(2287), + [anon_sym_class] = ACTIONS(2289), + [anon_sym_async] = ACTIONS(2289), + [anon_sym_function] = ACTIONS(2289), + [anon_sym_new] = ACTIONS(2289), + [anon_sym_PLUS] = ACTIONS(2289), + [anon_sym_DASH] = ACTIONS(2289), + [anon_sym_SLASH] = ACTIONS(2289), + [anon_sym_LT] = ACTIONS(2289), + [anon_sym_TILDE] = ACTIONS(2287), + [anon_sym_void] = ACTIONS(2289), + [anon_sym_delete] = ACTIONS(2289), + [anon_sym_PLUS_PLUS] = ACTIONS(2287), [anon_sym_DASH_DASH] = ACTIONS(2289), - [anon_sym_DQUOTE] = ACTIONS(2289), - [anon_sym_SQUOTE] = ACTIONS(2289), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2289), - [sym_number] = ACTIONS(2289), - [sym_this] = ACTIONS(2291), - [sym_super] = ACTIONS(2291), - [sym_true] = ACTIONS(2291), - [sym_false] = ACTIONS(2291), - [sym_null] = ACTIONS(2291), - [sym_undefined] = ACTIONS(2291), - [anon_sym_AT] = ACTIONS(2289), - [anon_sym_static] = ACTIONS(2291), - [anon_sym_readonly] = ACTIONS(2291), - [anon_sym_get] = ACTIONS(2291), - [anon_sym_set] = ACTIONS(2291), - [anon_sym_declare] = ACTIONS(2291), - [anon_sym_public] = ACTIONS(2291), - [anon_sym_private] = ACTIONS(2291), - [anon_sym_protected] = ACTIONS(2291), - [anon_sym_override] = ACTIONS(2291), - [anon_sym_module] = ACTIONS(2291), - [anon_sym_any] = ACTIONS(2291), - [anon_sym_number] = ACTIONS(2291), - [anon_sym_boolean] = ACTIONS(2291), - [anon_sym_string] = ACTIONS(2291), - [anon_sym_symbol] = ACTIONS(2291), - [anon_sym_abstract] = ACTIONS(2291), - [anon_sym_interface] = ACTIONS(2291), - [anon_sym_enum] = ACTIONS(2291), + [anon_sym_DQUOTE] = ACTIONS(2287), + [anon_sym_SQUOTE] = ACTIONS(2287), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2287), + [sym_number] = ACTIONS(2287), + [sym_this] = ACTIONS(2289), + [sym_super] = ACTIONS(2289), + [sym_true] = ACTIONS(2289), + [sym_false] = ACTIONS(2289), + [sym_null] = ACTIONS(2289), + [sym_undefined] = ACTIONS(2289), + [anon_sym_AT] = ACTIONS(2287), + [anon_sym_static] = ACTIONS(2289), + [anon_sym_readonly] = ACTIONS(2289), + [anon_sym_get] = ACTIONS(2289), + [anon_sym_set] = ACTIONS(2289), + [anon_sym_declare] = ACTIONS(2289), + [anon_sym_public] = ACTIONS(2289), + [anon_sym_private] = ACTIONS(2289), + [anon_sym_protected] = ACTIONS(2289), + [anon_sym_override] = ACTIONS(2289), + [anon_sym_module] = ACTIONS(2289), + [anon_sym_any] = ACTIONS(2289), + [anon_sym_number] = ACTIONS(2289), + [anon_sym_boolean] = ACTIONS(2289), + [anon_sym_string] = ACTIONS(2289), + [anon_sym_symbol] = ACTIONS(2289), + [anon_sym_abstract] = ACTIONS(2289), + [anon_sym_interface] = ACTIONS(2289), + [anon_sym_enum] = ACTIONS(2289), }, - [718] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), + [694] = { + [ts_builtin_sym_end] = ACTIONS(2291), + [sym_identifier] = ACTIONS(2293), + [anon_sym_export] = ACTIONS(2293), + [anon_sym_default] = ACTIONS(2293), + [anon_sym_type] = ACTIONS(2293), + [anon_sym_namespace] = ACTIONS(2293), + [anon_sym_LBRACE] = ACTIONS(2291), + [anon_sym_RBRACE] = ACTIONS(2291), + [anon_sym_typeof] = ACTIONS(2293), + [anon_sym_import] = ACTIONS(2293), + [anon_sym_var] = ACTIONS(2293), + [anon_sym_let] = ACTIONS(2293), + [anon_sym_const] = ACTIONS(2293), + [anon_sym_BANG] = ACTIONS(2291), + [anon_sym_else] = ACTIONS(2293), + [anon_sym_if] = ACTIONS(2293), + [anon_sym_switch] = ACTIONS(2293), + [anon_sym_for] = ACTIONS(2293), + [anon_sym_LPAREN] = ACTIONS(2291), + [anon_sym_await] = ACTIONS(2293), + [anon_sym_while] = ACTIONS(2293), + [anon_sym_do] = ACTIONS(2293), + [anon_sym_try] = ACTIONS(2293), + [anon_sym_with] = ACTIONS(2293), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2293), + [anon_sym_debugger] = ACTIONS(2293), + [anon_sym_return] = ACTIONS(2293), + [anon_sym_throw] = ACTIONS(2293), + [anon_sym_SEMI] = ACTIONS(2291), + [anon_sym_case] = ACTIONS(2293), + [anon_sym_yield] = ACTIONS(2293), + [anon_sym_LBRACK] = ACTIONS(2291), + [anon_sym_LTtemplate_GT] = ACTIONS(2291), + [anon_sym_class] = ACTIONS(2293), + [anon_sym_async] = ACTIONS(2293), + [anon_sym_function] = ACTIONS(2293), + [anon_sym_new] = ACTIONS(2293), + [anon_sym_PLUS] = ACTIONS(2293), + [anon_sym_DASH] = ACTIONS(2293), + [anon_sym_SLASH] = ACTIONS(2293), + [anon_sym_LT] = ACTIONS(2293), + [anon_sym_TILDE] = ACTIONS(2291), + [anon_sym_void] = ACTIONS(2293), + [anon_sym_delete] = ACTIONS(2293), + [anon_sym_PLUS_PLUS] = ACTIONS(2291), + [anon_sym_DASH_DASH] = ACTIONS(2293), + [anon_sym_DQUOTE] = ACTIONS(2291), + [anon_sym_SQUOTE] = ACTIONS(2291), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2291), + [sym_number] = ACTIONS(2291), + [sym_this] = ACTIONS(2293), + [sym_super] = ACTIONS(2293), + [sym_true] = ACTIONS(2293), + [sym_false] = ACTIONS(2293), + [sym_null] = ACTIONS(2293), + [sym_undefined] = ACTIONS(2293), + [anon_sym_AT] = ACTIONS(2291), + [anon_sym_static] = ACTIONS(2293), + [anon_sym_readonly] = ACTIONS(2293), + [anon_sym_get] = ACTIONS(2293), + [anon_sym_set] = ACTIONS(2293), + [anon_sym_declare] = ACTIONS(2293), + [anon_sym_public] = ACTIONS(2293), + [anon_sym_private] = ACTIONS(2293), + [anon_sym_protected] = ACTIONS(2293), + [anon_sym_override] = ACTIONS(2293), + [anon_sym_module] = ACTIONS(2293), + [anon_sym_any] = ACTIONS(2293), + [anon_sym_number] = ACTIONS(2293), + [anon_sym_boolean] = ACTIONS(2293), + [anon_sym_string] = ACTIONS(2293), + [anon_sym_symbol] = ACTIONS(2293), + [anon_sym_abstract] = ACTIONS(2293), + [anon_sym_interface] = ACTIONS(2293), + [anon_sym_enum] = ACTIONS(2293), }, - [719] = { - [ts_builtin_sym_end] = ACTIONS(2293), - [sym_identifier] = ACTIONS(2295), - [anon_sym_export] = ACTIONS(2295), - [anon_sym_default] = ACTIONS(2295), - [anon_sym_type] = ACTIONS(2295), - [anon_sym_namespace] = ACTIONS(2295), - [anon_sym_LBRACE] = ACTIONS(2293), - [anon_sym_RBRACE] = ACTIONS(2293), - [anon_sym_typeof] = ACTIONS(2295), - [anon_sym_import] = ACTIONS(2295), - [anon_sym_var] = ACTIONS(2295), - [anon_sym_let] = ACTIONS(2295), - [anon_sym_const] = ACTIONS(2295), - [anon_sym_BANG] = ACTIONS(2293), - [anon_sym_else] = ACTIONS(2295), - [anon_sym_if] = ACTIONS(2295), - [anon_sym_switch] = ACTIONS(2295), - [anon_sym_for] = ACTIONS(2295), - [anon_sym_LPAREN] = ACTIONS(2293), - [anon_sym_await] = ACTIONS(2295), - [anon_sym_while] = ACTIONS(2295), - [anon_sym_do] = ACTIONS(2295), - [anon_sym_try] = ACTIONS(2295), - [anon_sym_with] = ACTIONS(2295), - [anon_sym_break] = ACTIONS(2295), - [anon_sym_continue] = ACTIONS(2295), - [anon_sym_debugger] = ACTIONS(2295), - [anon_sym_return] = ACTIONS(2295), - [anon_sym_throw] = ACTIONS(2295), - [anon_sym_SEMI] = ACTIONS(2293), - [anon_sym_case] = ACTIONS(2295), - [anon_sym_yield] = ACTIONS(2295), - [anon_sym_LBRACK] = ACTIONS(2293), - [anon_sym_LTtemplate_GT] = ACTIONS(2293), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_SLASH] = ACTIONS(2295), - [anon_sym_class] = ACTIONS(2295), - [anon_sym_async] = ACTIONS(2295), - [anon_sym_function] = ACTIONS(2295), - [anon_sym_new] = ACTIONS(2295), - [anon_sym_PLUS] = ACTIONS(2295), - [anon_sym_DASH] = ACTIONS(2295), - [anon_sym_TILDE] = ACTIONS(2293), - [anon_sym_void] = ACTIONS(2295), - [anon_sym_delete] = ACTIONS(2295), - [anon_sym_PLUS_PLUS] = ACTIONS(2293), + [695] = { + [ts_builtin_sym_end] = ACTIONS(2291), + [sym_identifier] = ACTIONS(2293), + [anon_sym_export] = ACTIONS(2293), + [anon_sym_default] = ACTIONS(2293), + [anon_sym_type] = ACTIONS(2293), + [anon_sym_namespace] = ACTIONS(2293), + [anon_sym_LBRACE] = ACTIONS(2291), + [anon_sym_RBRACE] = ACTIONS(2291), + [anon_sym_typeof] = ACTIONS(2293), + [anon_sym_import] = ACTIONS(2293), + [anon_sym_var] = ACTIONS(2293), + [anon_sym_let] = ACTIONS(2293), + [anon_sym_const] = ACTIONS(2293), + [anon_sym_BANG] = ACTIONS(2291), + [anon_sym_else] = ACTIONS(2293), + [anon_sym_if] = ACTIONS(2293), + [anon_sym_switch] = ACTIONS(2293), + [anon_sym_for] = ACTIONS(2293), + [anon_sym_LPAREN] = ACTIONS(2291), + [anon_sym_await] = ACTIONS(2293), + [anon_sym_while] = ACTIONS(2293), + [anon_sym_do] = ACTIONS(2293), + [anon_sym_try] = ACTIONS(2293), + [anon_sym_with] = ACTIONS(2293), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2293), + [anon_sym_debugger] = ACTIONS(2293), + [anon_sym_return] = ACTIONS(2293), + [anon_sym_throw] = ACTIONS(2293), + [anon_sym_SEMI] = ACTIONS(2291), + [anon_sym_case] = ACTIONS(2293), + [anon_sym_yield] = ACTIONS(2293), + [anon_sym_LBRACK] = ACTIONS(2291), + [anon_sym_LTtemplate_GT] = ACTIONS(2291), + [anon_sym_class] = ACTIONS(2293), + [anon_sym_async] = ACTIONS(2293), + [anon_sym_function] = ACTIONS(2293), + [anon_sym_new] = ACTIONS(2293), + [anon_sym_PLUS] = ACTIONS(2293), + [anon_sym_DASH] = ACTIONS(2293), + [anon_sym_SLASH] = ACTIONS(2293), + [anon_sym_LT] = ACTIONS(2293), + [anon_sym_TILDE] = ACTIONS(2291), + [anon_sym_void] = ACTIONS(2293), + [anon_sym_delete] = ACTIONS(2293), + [anon_sym_PLUS_PLUS] = ACTIONS(2291), [anon_sym_DASH_DASH] = ACTIONS(2293), - [anon_sym_DQUOTE] = ACTIONS(2293), - [anon_sym_SQUOTE] = ACTIONS(2293), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2293), - [sym_number] = ACTIONS(2293), - [sym_this] = ACTIONS(2295), - [sym_super] = ACTIONS(2295), - [sym_true] = ACTIONS(2295), - [sym_false] = ACTIONS(2295), - [sym_null] = ACTIONS(2295), - [sym_undefined] = ACTIONS(2295), - [anon_sym_AT] = ACTIONS(2293), - [anon_sym_static] = ACTIONS(2295), - [anon_sym_readonly] = ACTIONS(2295), - [anon_sym_get] = ACTIONS(2295), - [anon_sym_set] = ACTIONS(2295), - [anon_sym_declare] = ACTIONS(2295), - [anon_sym_public] = ACTIONS(2295), - [anon_sym_private] = ACTIONS(2295), - [anon_sym_protected] = ACTIONS(2295), - [anon_sym_override] = ACTIONS(2295), - [anon_sym_module] = ACTIONS(2295), - [anon_sym_any] = ACTIONS(2295), - [anon_sym_number] = ACTIONS(2295), - [anon_sym_boolean] = ACTIONS(2295), - [anon_sym_string] = ACTIONS(2295), - [anon_sym_symbol] = ACTIONS(2295), - [anon_sym_abstract] = ACTIONS(2295), - [anon_sym_interface] = ACTIONS(2295), - [anon_sym_enum] = ACTIONS(2295), + [anon_sym_DQUOTE] = ACTIONS(2291), + [anon_sym_SQUOTE] = ACTIONS(2291), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2291), + [sym_number] = ACTIONS(2291), + [sym_this] = ACTIONS(2293), + [sym_super] = ACTIONS(2293), + [sym_true] = ACTIONS(2293), + [sym_false] = ACTIONS(2293), + [sym_null] = ACTIONS(2293), + [sym_undefined] = ACTIONS(2293), + [anon_sym_AT] = ACTIONS(2291), + [anon_sym_static] = ACTIONS(2293), + [anon_sym_readonly] = ACTIONS(2293), + [anon_sym_get] = ACTIONS(2293), + [anon_sym_set] = ACTIONS(2293), + [anon_sym_declare] = ACTIONS(2293), + [anon_sym_public] = ACTIONS(2293), + [anon_sym_private] = ACTIONS(2293), + [anon_sym_protected] = ACTIONS(2293), + [anon_sym_override] = ACTIONS(2293), + [anon_sym_module] = ACTIONS(2293), + [anon_sym_any] = ACTIONS(2293), + [anon_sym_number] = ACTIONS(2293), + [anon_sym_boolean] = ACTIONS(2293), + [anon_sym_string] = ACTIONS(2293), + [anon_sym_symbol] = ACTIONS(2293), + [anon_sym_abstract] = ACTIONS(2293), + [anon_sym_interface] = ACTIONS(2293), + [anon_sym_enum] = ACTIONS(2293), }, - [720] = { - [ts_builtin_sym_end] = ACTIONS(1499), - [sym_identifier] = ACTIONS(1501), - [anon_sym_export] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_type] = ACTIONS(1501), - [anon_sym_namespace] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_typeof] = ACTIONS(1501), - [anon_sym_import] = ACTIONS(1501), - [anon_sym_var] = ACTIONS(1501), - [anon_sym_let] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1499), - [anon_sym_else] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_LPAREN] = ACTIONS(1499), - [anon_sym_await] = ACTIONS(1501), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_try] = ACTIONS(1501), - [anon_sym_with] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_debugger] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_throw] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_yield] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_LTtemplate_GT] = ACTIONS(1499), - [anon_sym_LT] = ACTIONS(1501), - [anon_sym_SLASH] = ACTIONS(1501), - [anon_sym_class] = ACTIONS(1501), - [anon_sym_async] = ACTIONS(1501), - [anon_sym_function] = ACTIONS(1501), - [anon_sym_new] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_void] = ACTIONS(1501), - [anon_sym_delete] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1499), - [sym_number] = ACTIONS(1499), - [sym_this] = ACTIONS(1501), - [sym_super] = ACTIONS(1501), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [sym_null] = ACTIONS(1501), - [sym_undefined] = ACTIONS(1501), - [anon_sym_AT] = ACTIONS(1499), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_get] = ACTIONS(1501), - [anon_sym_set] = ACTIONS(1501), - [anon_sym_declare] = ACTIONS(1501), - [anon_sym_public] = ACTIONS(1501), - [anon_sym_private] = ACTIONS(1501), - [anon_sym_protected] = ACTIONS(1501), - [anon_sym_override] = ACTIONS(1501), - [anon_sym_module] = ACTIONS(1501), - [anon_sym_any] = ACTIONS(1501), - [anon_sym_number] = ACTIONS(1501), - [anon_sym_boolean] = ACTIONS(1501), - [anon_sym_string] = ACTIONS(1501), - [anon_sym_symbol] = ACTIONS(1501), - [anon_sym_abstract] = ACTIONS(1501), - [anon_sym_interface] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), + [696] = { + [ts_builtin_sym_end] = ACTIONS(2295), + [sym_identifier] = ACTIONS(2297), + [anon_sym_export] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_type] = ACTIONS(2297), + [anon_sym_namespace] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_RBRACE] = ACTIONS(2295), + [anon_sym_typeof] = ACTIONS(2297), + [anon_sym_import] = ACTIONS(2297), + [anon_sym_var] = ACTIONS(2297), + [anon_sym_let] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_BANG] = ACTIONS(2295), + [anon_sym_else] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2295), + [anon_sym_await] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_try] = ACTIONS(2297), + [anon_sym_with] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_debugger] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_throw] = ACTIONS(2297), + [anon_sym_SEMI] = ACTIONS(2295), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_yield] = ACTIONS(2297), + [anon_sym_LBRACK] = ACTIONS(2295), + [anon_sym_LTtemplate_GT] = ACTIONS(2295), + [anon_sym_class] = ACTIONS(2297), + [anon_sym_async] = ACTIONS(2297), + [anon_sym_function] = ACTIONS(2297), + [anon_sym_new] = ACTIONS(2297), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_SLASH] = ACTIONS(2297), + [anon_sym_LT] = ACTIONS(2297), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_void] = ACTIONS(2297), + [anon_sym_delete] = ACTIONS(2297), + [anon_sym_PLUS_PLUS] = ACTIONS(2295), + [anon_sym_DASH_DASH] = ACTIONS(2297), + [anon_sym_DQUOTE] = ACTIONS(2295), + [anon_sym_SQUOTE] = ACTIONS(2295), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2295), + [sym_number] = ACTIONS(2295), + [sym_this] = ACTIONS(2297), + [sym_super] = ACTIONS(2297), + [sym_true] = ACTIONS(2297), + [sym_false] = ACTIONS(2297), + [sym_null] = ACTIONS(2297), + [sym_undefined] = ACTIONS(2297), + [anon_sym_AT] = ACTIONS(2295), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_readonly] = ACTIONS(2297), + [anon_sym_get] = ACTIONS(2297), + [anon_sym_set] = ACTIONS(2297), + [anon_sym_declare] = ACTIONS(2297), + [anon_sym_public] = ACTIONS(2297), + [anon_sym_private] = ACTIONS(2297), + [anon_sym_protected] = ACTIONS(2297), + [anon_sym_override] = ACTIONS(2297), + [anon_sym_module] = ACTIONS(2297), + [anon_sym_any] = ACTIONS(2297), + [anon_sym_number] = ACTIONS(2297), + [anon_sym_boolean] = ACTIONS(2297), + [anon_sym_string] = ACTIONS(2297), + [anon_sym_symbol] = ACTIONS(2297), + [anon_sym_abstract] = ACTIONS(2297), + [anon_sym_interface] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), }, - [721] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [697] = { + [ts_builtin_sym_end] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [anon_sym_export] = ACTIONS(2301), + [anon_sym_default] = ACTIONS(2301), + [anon_sym_type] = ACTIONS(2301), + [anon_sym_namespace] = ACTIONS(2301), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_RBRACE] = ACTIONS(2299), + [anon_sym_typeof] = ACTIONS(2301), + [anon_sym_import] = ACTIONS(2301), + [anon_sym_var] = ACTIONS(2301), + [anon_sym_let] = ACTIONS(2301), + [anon_sym_const] = ACTIONS(2301), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_else] = ACTIONS(2301), + [anon_sym_if] = ACTIONS(2301), + [anon_sym_switch] = ACTIONS(2301), + [anon_sym_for] = ACTIONS(2301), + [anon_sym_LPAREN] = ACTIONS(2299), + [anon_sym_await] = ACTIONS(2301), + [anon_sym_while] = ACTIONS(2301), + [anon_sym_do] = ACTIONS(2301), + [anon_sym_try] = ACTIONS(2301), + [anon_sym_with] = ACTIONS(2301), + [anon_sym_break] = ACTIONS(2301), + [anon_sym_continue] = ACTIONS(2301), + [anon_sym_debugger] = ACTIONS(2301), + [anon_sym_return] = ACTIONS(2301), + [anon_sym_throw] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_case] = ACTIONS(2301), + [anon_sym_yield] = ACTIONS(2301), + [anon_sym_LBRACK] = ACTIONS(2299), + [anon_sym_LTtemplate_GT] = ACTIONS(2299), + [anon_sym_class] = ACTIONS(2301), + [anon_sym_async] = ACTIONS(2301), + [anon_sym_function] = ACTIONS(2301), + [anon_sym_new] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2301), + [anon_sym_DASH] = ACTIONS(2301), + [anon_sym_SLASH] = ACTIONS(2301), + [anon_sym_LT] = ACTIONS(2301), + [anon_sym_TILDE] = ACTIONS(2299), + [anon_sym_void] = ACTIONS(2301), + [anon_sym_delete] = ACTIONS(2301), + [anon_sym_PLUS_PLUS] = ACTIONS(2299), + [anon_sym_DASH_DASH] = ACTIONS(2301), + [anon_sym_DQUOTE] = ACTIONS(2299), + [anon_sym_SQUOTE] = ACTIONS(2299), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2299), + [sym_number] = ACTIONS(2299), + [sym_this] = ACTIONS(2301), + [sym_super] = ACTIONS(2301), + [sym_true] = ACTIONS(2301), + [sym_false] = ACTIONS(2301), + [sym_null] = ACTIONS(2301), + [sym_undefined] = ACTIONS(2301), + [anon_sym_AT] = ACTIONS(2299), + [anon_sym_static] = ACTIONS(2301), + [anon_sym_readonly] = ACTIONS(2301), + [anon_sym_get] = ACTIONS(2301), + [anon_sym_set] = ACTIONS(2301), + [anon_sym_declare] = ACTIONS(2301), + [anon_sym_public] = ACTIONS(2301), + [anon_sym_private] = ACTIONS(2301), + [anon_sym_protected] = ACTIONS(2301), + [anon_sym_override] = ACTIONS(2301), + [anon_sym_module] = ACTIONS(2301), + [anon_sym_any] = ACTIONS(2301), + [anon_sym_number] = ACTIONS(2301), + [anon_sym_boolean] = ACTIONS(2301), + [anon_sym_string] = ACTIONS(2301), + [anon_sym_symbol] = ACTIONS(2301), + [anon_sym_abstract] = ACTIONS(2301), + [anon_sym_interface] = ACTIONS(2301), + [anon_sym_enum] = ACTIONS(2301), + }, + [698] = { + [ts_builtin_sym_end] = ACTIONS(2303), + [sym_identifier] = ACTIONS(2305), + [anon_sym_export] = ACTIONS(2305), + [anon_sym_default] = ACTIONS(2305), + [anon_sym_type] = ACTIONS(2305), + [anon_sym_namespace] = ACTIONS(2305), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_RBRACE] = ACTIONS(2303), + [anon_sym_typeof] = ACTIONS(2305), + [anon_sym_import] = ACTIONS(2305), + [anon_sym_var] = ACTIONS(2305), + [anon_sym_let] = ACTIONS(2305), + [anon_sym_const] = ACTIONS(2305), + [anon_sym_BANG] = ACTIONS(2303), + [anon_sym_else] = ACTIONS(2305), + [anon_sym_if] = ACTIONS(2305), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_for] = ACTIONS(2305), + [anon_sym_LPAREN] = ACTIONS(2303), + [anon_sym_await] = ACTIONS(2305), + [anon_sym_while] = ACTIONS(2305), + [anon_sym_do] = ACTIONS(2305), + [anon_sym_try] = ACTIONS(2305), + [anon_sym_with] = ACTIONS(2305), + [anon_sym_break] = ACTIONS(2305), + [anon_sym_continue] = ACTIONS(2305), + [anon_sym_debugger] = ACTIONS(2305), + [anon_sym_return] = ACTIONS(2305), + [anon_sym_throw] = ACTIONS(2305), + [anon_sym_SEMI] = ACTIONS(2303), + [anon_sym_case] = ACTIONS(2305), + [anon_sym_yield] = ACTIONS(2305), + [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_LTtemplate_GT] = ACTIONS(2303), + [anon_sym_class] = ACTIONS(2305), + [anon_sym_async] = ACTIONS(2305), + [anon_sym_function] = ACTIONS(2305), + [anon_sym_new] = ACTIONS(2305), + [anon_sym_PLUS] = ACTIONS(2305), + [anon_sym_DASH] = ACTIONS(2305), + [anon_sym_SLASH] = ACTIONS(2305), + [anon_sym_LT] = ACTIONS(2305), + [anon_sym_TILDE] = ACTIONS(2303), + [anon_sym_void] = ACTIONS(2305), + [anon_sym_delete] = ACTIONS(2305), + [anon_sym_PLUS_PLUS] = ACTIONS(2303), + [anon_sym_DASH_DASH] = ACTIONS(2305), + [anon_sym_DQUOTE] = ACTIONS(2303), + [anon_sym_SQUOTE] = ACTIONS(2303), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2303), + [sym_number] = ACTIONS(2303), + [sym_this] = ACTIONS(2305), + [sym_super] = ACTIONS(2305), + [sym_true] = ACTIONS(2305), + [sym_false] = ACTIONS(2305), + [sym_null] = ACTIONS(2305), + [sym_undefined] = ACTIONS(2305), + [anon_sym_AT] = ACTIONS(2303), + [anon_sym_static] = ACTIONS(2305), + [anon_sym_readonly] = ACTIONS(2305), + [anon_sym_get] = ACTIONS(2305), + [anon_sym_set] = ACTIONS(2305), + [anon_sym_declare] = ACTIONS(2305), + [anon_sym_public] = ACTIONS(2305), + [anon_sym_private] = ACTIONS(2305), + [anon_sym_protected] = ACTIONS(2305), + [anon_sym_override] = ACTIONS(2305), + [anon_sym_module] = ACTIONS(2305), + [anon_sym_any] = ACTIONS(2305), + [anon_sym_number] = ACTIONS(2305), + [anon_sym_boolean] = ACTIONS(2305), + [anon_sym_string] = ACTIONS(2305), + [anon_sym_symbol] = ACTIONS(2305), + [anon_sym_abstract] = ACTIONS(2305), + [anon_sym_interface] = ACTIONS(2305), + [anon_sym_enum] = ACTIONS(2305), + }, + [699] = { + [ts_builtin_sym_end] = ACTIONS(2307), + [sym_identifier] = ACTIONS(2309), + [anon_sym_export] = ACTIONS(2309), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_type] = ACTIONS(2309), + [anon_sym_namespace] = ACTIONS(2309), + [anon_sym_LBRACE] = ACTIONS(2307), + [anon_sym_RBRACE] = ACTIONS(2307), + [anon_sym_typeof] = ACTIONS(2309), + [anon_sym_import] = ACTIONS(2309), + [anon_sym_var] = ACTIONS(2309), + [anon_sym_let] = ACTIONS(2309), + [anon_sym_const] = ACTIONS(2309), + [anon_sym_BANG] = ACTIONS(2307), + [anon_sym_else] = ACTIONS(2309), + [anon_sym_if] = ACTIONS(2309), + [anon_sym_switch] = ACTIONS(2309), + [anon_sym_for] = ACTIONS(2309), + [anon_sym_LPAREN] = ACTIONS(2307), + [anon_sym_await] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2309), + [anon_sym_do] = ACTIONS(2309), + [anon_sym_try] = ACTIONS(2309), + [anon_sym_with] = ACTIONS(2309), + [anon_sym_break] = ACTIONS(2309), + [anon_sym_continue] = ACTIONS(2309), + [anon_sym_debugger] = ACTIONS(2309), + [anon_sym_return] = ACTIONS(2309), + [anon_sym_throw] = ACTIONS(2309), + [anon_sym_SEMI] = ACTIONS(2307), + [anon_sym_case] = ACTIONS(2309), + [anon_sym_yield] = ACTIONS(2309), + [anon_sym_LBRACK] = ACTIONS(2307), + [anon_sym_LTtemplate_GT] = ACTIONS(2307), + [anon_sym_class] = ACTIONS(2309), + [anon_sym_async] = ACTIONS(2309), + [anon_sym_function] = ACTIONS(2309), + [anon_sym_new] = ACTIONS(2309), + [anon_sym_PLUS] = ACTIONS(2309), + [anon_sym_DASH] = ACTIONS(2309), + [anon_sym_SLASH] = ACTIONS(2309), + [anon_sym_LT] = ACTIONS(2309), + [anon_sym_TILDE] = ACTIONS(2307), + [anon_sym_void] = ACTIONS(2309), + [anon_sym_delete] = ACTIONS(2309), + [anon_sym_PLUS_PLUS] = ACTIONS(2307), + [anon_sym_DASH_DASH] = ACTIONS(2309), + [anon_sym_DQUOTE] = ACTIONS(2307), + [anon_sym_SQUOTE] = ACTIONS(2307), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2307), + [sym_number] = ACTIONS(2307), + [sym_this] = ACTIONS(2309), + [sym_super] = ACTIONS(2309), + [sym_true] = ACTIONS(2309), + [sym_false] = ACTIONS(2309), + [sym_null] = ACTIONS(2309), + [sym_undefined] = ACTIONS(2309), + [anon_sym_AT] = ACTIONS(2307), + [anon_sym_static] = ACTIONS(2309), + [anon_sym_readonly] = ACTIONS(2309), + [anon_sym_get] = ACTIONS(2309), + [anon_sym_set] = ACTIONS(2309), + [anon_sym_declare] = ACTIONS(2309), + [anon_sym_public] = ACTIONS(2309), + [anon_sym_private] = ACTIONS(2309), + [anon_sym_protected] = ACTIONS(2309), + [anon_sym_override] = ACTIONS(2309), + [anon_sym_module] = ACTIONS(2309), + [anon_sym_any] = ACTIONS(2309), + [anon_sym_number] = ACTIONS(2309), + [anon_sym_boolean] = ACTIONS(2309), + [anon_sym_string] = ACTIONS(2309), + [anon_sym_symbol] = ACTIONS(2309), + [anon_sym_abstract] = ACTIONS(2309), + [anon_sym_interface] = ACTIONS(2309), + [anon_sym_enum] = ACTIONS(2309), + }, + [700] = { + [ts_builtin_sym_end] = ACTIONS(2311), + [sym_identifier] = ACTIONS(2313), + [anon_sym_export] = ACTIONS(2313), + [anon_sym_default] = ACTIONS(2313), + [anon_sym_type] = ACTIONS(2313), + [anon_sym_namespace] = ACTIONS(2313), + [anon_sym_LBRACE] = ACTIONS(2311), + [anon_sym_RBRACE] = ACTIONS(2311), + [anon_sym_typeof] = ACTIONS(2313), + [anon_sym_import] = ACTIONS(2313), + [anon_sym_var] = ACTIONS(2313), + [anon_sym_let] = ACTIONS(2313), + [anon_sym_const] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2311), + [anon_sym_else] = ACTIONS(2313), + [anon_sym_if] = ACTIONS(2313), + [anon_sym_switch] = ACTIONS(2313), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_LPAREN] = ACTIONS(2311), + [anon_sym_await] = ACTIONS(2313), + [anon_sym_while] = ACTIONS(2313), + [anon_sym_do] = ACTIONS(2313), + [anon_sym_try] = ACTIONS(2313), + [anon_sym_with] = ACTIONS(2313), + [anon_sym_break] = ACTIONS(2313), + [anon_sym_continue] = ACTIONS(2313), + [anon_sym_debugger] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2313), + [anon_sym_throw] = ACTIONS(2313), + [anon_sym_SEMI] = ACTIONS(2311), + [anon_sym_case] = ACTIONS(2313), + [anon_sym_yield] = ACTIONS(2313), + [anon_sym_LBRACK] = ACTIONS(2311), + [anon_sym_LTtemplate_GT] = ACTIONS(2311), + [anon_sym_class] = ACTIONS(2313), + [anon_sym_async] = ACTIONS(2313), + [anon_sym_function] = ACTIONS(2313), + [anon_sym_new] = ACTIONS(2313), + [anon_sym_PLUS] = ACTIONS(2313), + [anon_sym_DASH] = ACTIONS(2313), + [anon_sym_SLASH] = ACTIONS(2313), + [anon_sym_LT] = ACTIONS(2313), + [anon_sym_TILDE] = ACTIONS(2311), + [anon_sym_void] = ACTIONS(2313), + [anon_sym_delete] = ACTIONS(2313), + [anon_sym_PLUS_PLUS] = ACTIONS(2311), + [anon_sym_DASH_DASH] = ACTIONS(2313), + [anon_sym_DQUOTE] = ACTIONS(2311), + [anon_sym_SQUOTE] = ACTIONS(2311), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2311), + [sym_number] = ACTIONS(2311), + [sym_this] = ACTIONS(2313), + [sym_super] = ACTIONS(2313), + [sym_true] = ACTIONS(2313), + [sym_false] = ACTIONS(2313), + [sym_null] = ACTIONS(2313), + [sym_undefined] = ACTIONS(2313), + [anon_sym_AT] = ACTIONS(2311), + [anon_sym_static] = ACTIONS(2313), + [anon_sym_readonly] = ACTIONS(2313), + [anon_sym_get] = ACTIONS(2313), + [anon_sym_set] = ACTIONS(2313), + [anon_sym_declare] = ACTIONS(2313), + [anon_sym_public] = ACTIONS(2313), + [anon_sym_private] = ACTIONS(2313), + [anon_sym_protected] = ACTIONS(2313), + [anon_sym_override] = ACTIONS(2313), + [anon_sym_module] = ACTIONS(2313), + [anon_sym_any] = ACTIONS(2313), + [anon_sym_number] = ACTIONS(2313), + [anon_sym_boolean] = ACTIONS(2313), + [anon_sym_string] = ACTIONS(2313), + [anon_sym_symbol] = ACTIONS(2313), + [anon_sym_abstract] = ACTIONS(2313), + [anon_sym_interface] = ACTIONS(2313), + [anon_sym_enum] = ACTIONS(2313), + }, + [701] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [702] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [703] = { + [ts_builtin_sym_end] = ACTIONS(2315), + [sym_identifier] = ACTIONS(2317), + [anon_sym_export] = ACTIONS(2317), + [anon_sym_default] = ACTIONS(2317), + [anon_sym_type] = ACTIONS(2317), + [anon_sym_namespace] = ACTIONS(2317), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_RBRACE] = ACTIONS(2315), + [anon_sym_typeof] = ACTIONS(2317), + [anon_sym_import] = ACTIONS(2317), + [anon_sym_var] = ACTIONS(2317), + [anon_sym_let] = ACTIONS(2317), + [anon_sym_const] = ACTIONS(2317), + [anon_sym_BANG] = ACTIONS(2315), + [anon_sym_else] = ACTIONS(2317), + [anon_sym_if] = ACTIONS(2317), + [anon_sym_switch] = ACTIONS(2317), + [anon_sym_for] = ACTIONS(2317), + [anon_sym_LPAREN] = ACTIONS(2315), + [anon_sym_await] = ACTIONS(2317), + [anon_sym_while] = ACTIONS(2317), + [anon_sym_do] = ACTIONS(2317), + [anon_sym_try] = ACTIONS(2317), + [anon_sym_with] = ACTIONS(2317), + [anon_sym_break] = ACTIONS(2317), + [anon_sym_continue] = ACTIONS(2317), + [anon_sym_debugger] = ACTIONS(2317), + [anon_sym_return] = ACTIONS(2317), + [anon_sym_throw] = ACTIONS(2317), + [anon_sym_SEMI] = ACTIONS(2315), + [anon_sym_case] = ACTIONS(2317), + [anon_sym_yield] = ACTIONS(2317), + [anon_sym_LBRACK] = ACTIONS(2315), + [anon_sym_LTtemplate_GT] = ACTIONS(2315), + [anon_sym_class] = ACTIONS(2317), + [anon_sym_async] = ACTIONS(2317), + [anon_sym_function] = ACTIONS(2317), + [anon_sym_new] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2317), + [anon_sym_DASH] = ACTIONS(2317), + [anon_sym_SLASH] = ACTIONS(2317), + [anon_sym_LT] = ACTIONS(2317), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_void] = ACTIONS(2317), + [anon_sym_delete] = ACTIONS(2317), + [anon_sym_PLUS_PLUS] = ACTIONS(2315), + [anon_sym_DASH_DASH] = ACTIONS(2317), + [anon_sym_DQUOTE] = ACTIONS(2315), + [anon_sym_SQUOTE] = ACTIONS(2315), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2315), + [sym_number] = ACTIONS(2315), + [sym_this] = ACTIONS(2317), + [sym_super] = ACTIONS(2317), + [sym_true] = ACTIONS(2317), + [sym_false] = ACTIONS(2317), + [sym_null] = ACTIONS(2317), + [sym_undefined] = ACTIONS(2317), + [anon_sym_AT] = ACTIONS(2315), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_readonly] = ACTIONS(2317), + [anon_sym_get] = ACTIONS(2317), + [anon_sym_set] = ACTIONS(2317), + [anon_sym_declare] = ACTIONS(2317), + [anon_sym_public] = ACTIONS(2317), + [anon_sym_private] = ACTIONS(2317), + [anon_sym_protected] = ACTIONS(2317), + [anon_sym_override] = ACTIONS(2317), + [anon_sym_module] = ACTIONS(2317), + [anon_sym_any] = ACTIONS(2317), + [anon_sym_number] = ACTIONS(2317), + [anon_sym_boolean] = ACTIONS(2317), + [anon_sym_string] = ACTIONS(2317), + [anon_sym_symbol] = ACTIONS(2317), + [anon_sym_abstract] = ACTIONS(2317), + [anon_sym_interface] = ACTIONS(2317), + [anon_sym_enum] = ACTIONS(2317), + }, + [704] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [705] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [706] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [707] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [708] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [709] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [710] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [711] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [712] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [713] = { + [ts_builtin_sym_end] = ACTIONS(2319), + [sym_identifier] = ACTIONS(2321), + [anon_sym_export] = ACTIONS(2321), + [anon_sym_default] = ACTIONS(2321), + [anon_sym_type] = ACTIONS(2321), + [anon_sym_namespace] = ACTIONS(2321), + [anon_sym_LBRACE] = ACTIONS(2319), + [anon_sym_RBRACE] = ACTIONS(2319), + [anon_sym_typeof] = ACTIONS(2321), + [anon_sym_import] = ACTIONS(2321), + [anon_sym_var] = ACTIONS(2321), + [anon_sym_let] = ACTIONS(2321), + [anon_sym_const] = ACTIONS(2321), + [anon_sym_BANG] = ACTIONS(2319), + [anon_sym_else] = ACTIONS(2321), + [anon_sym_if] = ACTIONS(2321), + [anon_sym_switch] = ACTIONS(2321), + [anon_sym_for] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2319), + [anon_sym_await] = ACTIONS(2321), + [anon_sym_while] = ACTIONS(2321), + [anon_sym_do] = ACTIONS(2321), + [anon_sym_try] = ACTIONS(2321), + [anon_sym_with] = ACTIONS(2321), + [anon_sym_break] = ACTIONS(2321), + [anon_sym_continue] = ACTIONS(2321), + [anon_sym_debugger] = ACTIONS(2321), + [anon_sym_return] = ACTIONS(2321), + [anon_sym_throw] = ACTIONS(2321), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_case] = ACTIONS(2321), + [anon_sym_yield] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2319), + [anon_sym_LTtemplate_GT] = ACTIONS(2319), + [anon_sym_class] = ACTIONS(2321), + [anon_sym_async] = ACTIONS(2321), + [anon_sym_function] = ACTIONS(2321), + [anon_sym_new] = ACTIONS(2321), + [anon_sym_PLUS] = ACTIONS(2321), + [anon_sym_DASH] = ACTIONS(2321), + [anon_sym_SLASH] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2321), + [anon_sym_TILDE] = ACTIONS(2319), + [anon_sym_void] = ACTIONS(2321), + [anon_sym_delete] = ACTIONS(2321), + [anon_sym_PLUS_PLUS] = ACTIONS(2319), + [anon_sym_DASH_DASH] = ACTIONS(2321), + [anon_sym_DQUOTE] = ACTIONS(2319), + [anon_sym_SQUOTE] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2319), + [sym_number] = ACTIONS(2319), + [sym_this] = ACTIONS(2321), + [sym_super] = ACTIONS(2321), + [sym_true] = ACTIONS(2321), + [sym_false] = ACTIONS(2321), + [sym_null] = ACTIONS(2321), + [sym_undefined] = ACTIONS(2321), + [anon_sym_AT] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2321), + [anon_sym_readonly] = ACTIONS(2321), + [anon_sym_get] = ACTIONS(2321), + [anon_sym_set] = ACTIONS(2321), + [anon_sym_declare] = ACTIONS(2321), + [anon_sym_public] = ACTIONS(2321), + [anon_sym_private] = ACTIONS(2321), + [anon_sym_protected] = ACTIONS(2321), + [anon_sym_override] = ACTIONS(2321), + [anon_sym_module] = ACTIONS(2321), + [anon_sym_any] = ACTIONS(2321), + [anon_sym_number] = ACTIONS(2321), + [anon_sym_boolean] = ACTIONS(2321), + [anon_sym_string] = ACTIONS(2321), + [anon_sym_symbol] = ACTIONS(2321), + [anon_sym_abstract] = ACTIONS(2321), + [anon_sym_interface] = ACTIONS(2321), + [anon_sym_enum] = ACTIONS(2321), + }, + [714] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [715] = { + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2121), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_default] = ACTIONS(2121), + [anon_sym_type] = ACTIONS(2121), + [anon_sym_namespace] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2119), + [anon_sym_typeof] = ACTIONS(2121), + [anon_sym_import] = ACTIONS(2121), + [anon_sym_var] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_else] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_switch] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2119), + [anon_sym_await] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_with] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_debugger] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_throw] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2119), + [anon_sym_case] = ACTIONS(2121), + [anon_sym_yield] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2119), + [anon_sym_LTtemplate_GT] = ACTIONS(2119), + [anon_sym_class] = ACTIONS(2121), + [anon_sym_async] = ACTIONS(2121), + [anon_sym_function] = ACTIONS(2121), + [anon_sym_new] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_SLASH] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_TILDE] = ACTIONS(2119), + [anon_sym_void] = ACTIONS(2121), + [anon_sym_delete] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2119), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2119), + [anon_sym_SQUOTE] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2119), + [sym_number] = ACTIONS(2119), + [sym_this] = ACTIONS(2121), + [sym_super] = ACTIONS(2121), + [sym_true] = ACTIONS(2121), + [sym_false] = ACTIONS(2121), + [sym_null] = ACTIONS(2121), + [sym_undefined] = ACTIONS(2121), + [anon_sym_AT] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2121), + [anon_sym_readonly] = ACTIONS(2121), + [anon_sym_get] = ACTIONS(2121), + [anon_sym_set] = ACTIONS(2121), + [anon_sym_declare] = ACTIONS(2121), + [anon_sym_public] = ACTIONS(2121), + [anon_sym_private] = ACTIONS(2121), + [anon_sym_protected] = ACTIONS(2121), + [anon_sym_override] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_any] = ACTIONS(2121), + [anon_sym_number] = ACTIONS(2121), + [anon_sym_boolean] = ACTIONS(2121), + [anon_sym_string] = ACTIONS(2121), + [anon_sym_symbol] = ACTIONS(2121), + [anon_sym_abstract] = ACTIONS(2121), + [anon_sym_interface] = ACTIONS(2121), + [anon_sym_enum] = ACTIONS(2121), + }, + [716] = { + [ts_builtin_sym_end] = ACTIONS(1525), + [sym_identifier] = ACTIONS(1527), + [anon_sym_export] = ACTIONS(1527), + [anon_sym_default] = ACTIONS(1527), + [anon_sym_type] = ACTIONS(1527), + [anon_sym_namespace] = ACTIONS(1527), + [anon_sym_LBRACE] = ACTIONS(1525), + [anon_sym_RBRACE] = ACTIONS(1525), + [anon_sym_typeof] = ACTIONS(1527), + [anon_sym_import] = ACTIONS(1527), + [anon_sym_var] = ACTIONS(1527), + [anon_sym_let] = ACTIONS(1527), + [anon_sym_const] = ACTIONS(1527), + [anon_sym_BANG] = ACTIONS(1525), + [anon_sym_else] = ACTIONS(1527), + [anon_sym_if] = ACTIONS(1527), + [anon_sym_switch] = ACTIONS(1527), + [anon_sym_for] = ACTIONS(1527), + [anon_sym_LPAREN] = ACTIONS(1525), + [anon_sym_await] = ACTIONS(1527), + [anon_sym_while] = ACTIONS(1527), + [anon_sym_do] = ACTIONS(1527), + [anon_sym_try] = ACTIONS(1527), + [anon_sym_with] = ACTIONS(1527), + [anon_sym_break] = ACTIONS(1527), + [anon_sym_continue] = ACTIONS(1527), + [anon_sym_debugger] = ACTIONS(1527), + [anon_sym_return] = ACTIONS(1527), + [anon_sym_throw] = ACTIONS(1527), + [anon_sym_SEMI] = ACTIONS(1525), + [anon_sym_case] = ACTIONS(1527), + [anon_sym_yield] = ACTIONS(1527), + [anon_sym_LBRACK] = ACTIONS(1525), + [anon_sym_LTtemplate_GT] = ACTIONS(1525), + [anon_sym_class] = ACTIONS(1527), + [anon_sym_async] = ACTIONS(1527), + [anon_sym_function] = ACTIONS(1527), + [anon_sym_new] = ACTIONS(1527), + [anon_sym_PLUS] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1527), + [anon_sym_SLASH] = ACTIONS(1527), + [anon_sym_LT] = ACTIONS(1527), + [anon_sym_TILDE] = ACTIONS(1525), + [anon_sym_void] = ACTIONS(1527), + [anon_sym_delete] = ACTIONS(1527), + [anon_sym_PLUS_PLUS] = ACTIONS(1525), + [anon_sym_DASH_DASH] = ACTIONS(1527), + [anon_sym_DQUOTE] = ACTIONS(1525), + [anon_sym_SQUOTE] = ACTIONS(1525), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1525), + [sym_number] = ACTIONS(1525), + [sym_this] = ACTIONS(1527), + [sym_super] = ACTIONS(1527), + [sym_true] = ACTIONS(1527), + [sym_false] = ACTIONS(1527), + [sym_null] = ACTIONS(1527), + [sym_undefined] = ACTIONS(1527), + [anon_sym_AT] = ACTIONS(1525), + [anon_sym_static] = ACTIONS(1527), + [anon_sym_readonly] = ACTIONS(1527), + [anon_sym_get] = ACTIONS(1527), + [anon_sym_set] = ACTIONS(1527), + [anon_sym_declare] = ACTIONS(1527), + [anon_sym_public] = ACTIONS(1527), + [anon_sym_private] = ACTIONS(1527), + [anon_sym_protected] = ACTIONS(1527), + [anon_sym_override] = ACTIONS(1527), + [anon_sym_module] = ACTIONS(1527), + [anon_sym_any] = ACTIONS(1527), + [anon_sym_number] = ACTIONS(1527), + [anon_sym_boolean] = ACTIONS(1527), + [anon_sym_string] = ACTIONS(1527), + [anon_sym_symbol] = ACTIONS(1527), + [anon_sym_abstract] = ACTIONS(1527), + [anon_sym_interface] = ACTIONS(1527), + [anon_sym_enum] = ACTIONS(1527), + }, + [717] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [718] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [719] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [720] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), + }, + [721] = { + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), }, [722] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), }, [723] = { - [ts_builtin_sym_end] = ACTIONS(2297), - [sym_identifier] = ACTIONS(2299), - [anon_sym_export] = ACTIONS(2299), - [anon_sym_default] = ACTIONS(2299), - [anon_sym_type] = ACTIONS(2299), - [anon_sym_namespace] = ACTIONS(2299), - [anon_sym_LBRACE] = ACTIONS(2297), - [anon_sym_RBRACE] = ACTIONS(2297), - [anon_sym_typeof] = ACTIONS(2299), - [anon_sym_import] = ACTIONS(2299), - [anon_sym_var] = ACTIONS(2299), - [anon_sym_let] = ACTIONS(2299), - [anon_sym_const] = ACTIONS(2299), - [anon_sym_BANG] = ACTIONS(2297), - [anon_sym_else] = ACTIONS(2299), - [anon_sym_if] = ACTIONS(2299), - [anon_sym_switch] = ACTIONS(2299), - [anon_sym_for] = ACTIONS(2299), - [anon_sym_LPAREN] = ACTIONS(2297), - [anon_sym_await] = ACTIONS(2299), - [anon_sym_while] = ACTIONS(2299), - [anon_sym_do] = ACTIONS(2299), - [anon_sym_try] = ACTIONS(2299), - [anon_sym_with] = ACTIONS(2299), - [anon_sym_break] = ACTIONS(2299), - [anon_sym_continue] = ACTIONS(2299), - [anon_sym_debugger] = ACTIONS(2299), - [anon_sym_return] = ACTIONS(2299), - [anon_sym_throw] = ACTIONS(2299), - [anon_sym_SEMI] = ACTIONS(2297), - [anon_sym_case] = ACTIONS(2299), - [anon_sym_yield] = ACTIONS(2299), - [anon_sym_LBRACK] = ACTIONS(2297), - [anon_sym_LTtemplate_GT] = ACTIONS(2297), - [anon_sym_LT] = ACTIONS(2299), - [anon_sym_SLASH] = ACTIONS(2299), - [anon_sym_class] = ACTIONS(2299), - [anon_sym_async] = ACTIONS(2299), - [anon_sym_function] = ACTIONS(2299), - [anon_sym_new] = ACTIONS(2299), - [anon_sym_PLUS] = ACTIONS(2299), - [anon_sym_DASH] = ACTIONS(2299), - [anon_sym_TILDE] = ACTIONS(2297), - [anon_sym_void] = ACTIONS(2299), - [anon_sym_delete] = ACTIONS(2299), - [anon_sym_PLUS_PLUS] = ACTIONS(2297), - [anon_sym_DASH_DASH] = ACTIONS(2297), - [anon_sym_DQUOTE] = ACTIONS(2297), - [anon_sym_SQUOTE] = ACTIONS(2297), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2297), - [sym_number] = ACTIONS(2297), - [sym_this] = ACTIONS(2299), - [sym_super] = ACTIONS(2299), - [sym_true] = ACTIONS(2299), - [sym_false] = ACTIONS(2299), - [sym_null] = ACTIONS(2299), - [sym_undefined] = ACTIONS(2299), - [anon_sym_AT] = ACTIONS(2297), - [anon_sym_static] = ACTIONS(2299), - [anon_sym_readonly] = ACTIONS(2299), - [anon_sym_get] = ACTIONS(2299), - [anon_sym_set] = ACTIONS(2299), - [anon_sym_declare] = ACTIONS(2299), - [anon_sym_public] = ACTIONS(2299), - [anon_sym_private] = ACTIONS(2299), - [anon_sym_protected] = ACTIONS(2299), - [anon_sym_override] = ACTIONS(2299), - [anon_sym_module] = ACTIONS(2299), - [anon_sym_any] = ACTIONS(2299), - [anon_sym_number] = ACTIONS(2299), - [anon_sym_boolean] = ACTIONS(2299), - [anon_sym_string] = ACTIONS(2299), - [anon_sym_symbol] = ACTIONS(2299), - [anon_sym_abstract] = ACTIONS(2299), - [anon_sym_interface] = ACTIONS(2299), - [anon_sym_enum] = ACTIONS(2299), + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), }, [724] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), }, [725] = { - [ts_builtin_sym_end] = ACTIONS(2301), - [sym_identifier] = ACTIONS(2303), - [anon_sym_export] = ACTIONS(2303), - [anon_sym_default] = ACTIONS(2303), - [anon_sym_type] = ACTIONS(2303), - [anon_sym_namespace] = ACTIONS(2303), - [anon_sym_LBRACE] = ACTIONS(2301), - [anon_sym_RBRACE] = ACTIONS(2301), - [anon_sym_typeof] = ACTIONS(2303), - [anon_sym_import] = ACTIONS(2303), - [anon_sym_var] = ACTIONS(2303), - [anon_sym_let] = ACTIONS(2303), - [anon_sym_const] = ACTIONS(2303), - [anon_sym_BANG] = ACTIONS(2301), - [anon_sym_else] = ACTIONS(2303), - [anon_sym_if] = ACTIONS(2303), - [anon_sym_switch] = ACTIONS(2303), - [anon_sym_for] = ACTIONS(2303), - [anon_sym_LPAREN] = ACTIONS(2301), - [anon_sym_await] = ACTIONS(2303), - [anon_sym_while] = ACTIONS(2303), - [anon_sym_do] = ACTIONS(2303), - [anon_sym_try] = ACTIONS(2303), - [anon_sym_with] = ACTIONS(2303), - [anon_sym_break] = ACTIONS(2303), - [anon_sym_continue] = ACTIONS(2303), - [anon_sym_debugger] = ACTIONS(2303), - [anon_sym_return] = ACTIONS(2303), - [anon_sym_throw] = ACTIONS(2303), - [anon_sym_SEMI] = ACTIONS(2301), - [anon_sym_case] = ACTIONS(2303), - [anon_sym_yield] = ACTIONS(2303), - [anon_sym_LBRACK] = ACTIONS(2301), - [anon_sym_LTtemplate_GT] = ACTIONS(2301), - [anon_sym_LT] = ACTIONS(2303), - [anon_sym_SLASH] = ACTIONS(2303), - [anon_sym_class] = ACTIONS(2303), - [anon_sym_async] = ACTIONS(2303), - [anon_sym_function] = ACTIONS(2303), - [anon_sym_new] = ACTIONS(2303), - [anon_sym_PLUS] = ACTIONS(2303), - [anon_sym_DASH] = ACTIONS(2303), - [anon_sym_TILDE] = ACTIONS(2301), - [anon_sym_void] = ACTIONS(2303), - [anon_sym_delete] = ACTIONS(2303), - [anon_sym_PLUS_PLUS] = ACTIONS(2301), - [anon_sym_DASH_DASH] = ACTIONS(2301), - [anon_sym_DQUOTE] = ACTIONS(2301), - [anon_sym_SQUOTE] = ACTIONS(2301), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2301), - [sym_number] = ACTIONS(2301), - [sym_this] = ACTIONS(2303), - [sym_super] = ACTIONS(2303), - [sym_true] = ACTIONS(2303), - [sym_false] = ACTIONS(2303), - [sym_null] = ACTIONS(2303), - [sym_undefined] = ACTIONS(2303), - [anon_sym_AT] = ACTIONS(2301), - [anon_sym_static] = ACTIONS(2303), - [anon_sym_readonly] = ACTIONS(2303), - [anon_sym_get] = ACTIONS(2303), - [anon_sym_set] = ACTIONS(2303), - [anon_sym_declare] = ACTIONS(2303), - [anon_sym_public] = ACTIONS(2303), - [anon_sym_private] = ACTIONS(2303), - [anon_sym_protected] = ACTIONS(2303), - [anon_sym_override] = ACTIONS(2303), - [anon_sym_module] = ACTIONS(2303), - [anon_sym_any] = ACTIONS(2303), - [anon_sym_number] = ACTIONS(2303), - [anon_sym_boolean] = ACTIONS(2303), - [anon_sym_string] = ACTIONS(2303), - [anon_sym_symbol] = ACTIONS(2303), - [anon_sym_abstract] = ACTIONS(2303), - [anon_sym_interface] = ACTIONS(2303), - [anon_sym_enum] = ACTIONS(2303), + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), }, [726] = { - [ts_builtin_sym_end] = ACTIONS(2081), - [sym_identifier] = ACTIONS(2083), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_default] = ACTIONS(2083), - [anon_sym_type] = ACTIONS(2083), - [anon_sym_namespace] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2081), - [anon_sym_RBRACE] = ACTIONS(2081), - [anon_sym_typeof] = ACTIONS(2083), - [anon_sym_import] = ACTIONS(2083), - [anon_sym_var] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2081), - [anon_sym_else] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_switch] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2081), - [anon_sym_await] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_with] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_debugger] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_throw] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2081), - [anon_sym_case] = ACTIONS(2083), - [anon_sym_yield] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2081), - [anon_sym_LTtemplate_GT] = ACTIONS(2081), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_SLASH] = ACTIONS(2083), - [anon_sym_class] = ACTIONS(2083), - [anon_sym_async] = ACTIONS(2083), - [anon_sym_function] = ACTIONS(2083), - [anon_sym_new] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_TILDE] = ACTIONS(2081), - [anon_sym_void] = ACTIONS(2083), - [anon_sym_delete] = ACTIONS(2083), - [anon_sym_PLUS_PLUS] = ACTIONS(2081), - [anon_sym_DASH_DASH] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(2081), - [anon_sym_SQUOTE] = ACTIONS(2081), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2081), - [sym_number] = ACTIONS(2081), - [sym_this] = ACTIONS(2083), - [sym_super] = ACTIONS(2083), - [sym_true] = ACTIONS(2083), - [sym_false] = ACTIONS(2083), - [sym_null] = ACTIONS(2083), - [sym_undefined] = ACTIONS(2083), - [anon_sym_AT] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2083), - [anon_sym_readonly] = ACTIONS(2083), - [anon_sym_get] = ACTIONS(2083), - [anon_sym_set] = ACTIONS(2083), - [anon_sym_declare] = ACTIONS(2083), - [anon_sym_public] = ACTIONS(2083), - [anon_sym_private] = ACTIONS(2083), - [anon_sym_protected] = ACTIONS(2083), - [anon_sym_override] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_any] = ACTIONS(2083), - [anon_sym_number] = ACTIONS(2083), - [anon_sym_boolean] = ACTIONS(2083), - [anon_sym_string] = ACTIONS(2083), - [anon_sym_symbol] = ACTIONS(2083), - [anon_sym_abstract] = ACTIONS(2083), - [anon_sym_interface] = ACTIONS(2083), - [anon_sym_enum] = ACTIONS(2083), + [ts_builtin_sym_end] = ACTIONS(2323), + [sym_identifier] = ACTIONS(2325), + [anon_sym_export] = ACTIONS(2325), + [anon_sym_default] = ACTIONS(2325), + [anon_sym_type] = ACTIONS(2325), + [anon_sym_namespace] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2323), + [anon_sym_RBRACE] = ACTIONS(2323), + [anon_sym_typeof] = ACTIONS(2325), + [anon_sym_import] = ACTIONS(2325), + [anon_sym_var] = ACTIONS(2325), + [anon_sym_let] = ACTIONS(2325), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_BANG] = ACTIONS(2323), + [anon_sym_else] = ACTIONS(2325), + [anon_sym_if] = ACTIONS(2325), + [anon_sym_switch] = ACTIONS(2325), + [anon_sym_for] = ACTIONS(2325), + [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_await] = ACTIONS(2325), + [anon_sym_while] = ACTIONS(2325), + [anon_sym_do] = ACTIONS(2325), + [anon_sym_try] = ACTIONS(2325), + [anon_sym_with] = ACTIONS(2325), + [anon_sym_break] = ACTIONS(2325), + [anon_sym_continue] = ACTIONS(2325), + [anon_sym_debugger] = ACTIONS(2325), + [anon_sym_return] = ACTIONS(2325), + [anon_sym_throw] = ACTIONS(2325), + [anon_sym_SEMI] = ACTIONS(2323), + [anon_sym_case] = ACTIONS(2325), + [anon_sym_yield] = ACTIONS(2325), + [anon_sym_LBRACK] = ACTIONS(2323), + [anon_sym_LTtemplate_GT] = ACTIONS(2323), + [anon_sym_class] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_function] = ACTIONS(2325), + [anon_sym_new] = ACTIONS(2325), + [anon_sym_PLUS] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_SLASH] = ACTIONS(2325), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_TILDE] = ACTIONS(2323), + [anon_sym_void] = ACTIONS(2325), + [anon_sym_delete] = ACTIONS(2325), + [anon_sym_PLUS_PLUS] = ACTIONS(2323), + [anon_sym_DASH_DASH] = ACTIONS(2325), + [anon_sym_DQUOTE] = ACTIONS(2323), + [anon_sym_SQUOTE] = ACTIONS(2323), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2323), + [sym_number] = ACTIONS(2323), + [sym_this] = ACTIONS(2325), + [sym_super] = ACTIONS(2325), + [sym_true] = ACTIONS(2325), + [sym_false] = ACTIONS(2325), + [sym_null] = ACTIONS(2325), + [sym_undefined] = ACTIONS(2325), + [anon_sym_AT] = ACTIONS(2323), + [anon_sym_static] = ACTIONS(2325), + [anon_sym_readonly] = ACTIONS(2325), + [anon_sym_get] = ACTIONS(2325), + [anon_sym_set] = ACTIONS(2325), + [anon_sym_declare] = ACTIONS(2325), + [anon_sym_public] = ACTIONS(2325), + [anon_sym_private] = ACTIONS(2325), + [anon_sym_protected] = ACTIONS(2325), + [anon_sym_override] = ACTIONS(2325), + [anon_sym_module] = ACTIONS(2325), + [anon_sym_any] = ACTIONS(2325), + [anon_sym_number] = ACTIONS(2325), + [anon_sym_boolean] = ACTIONS(2325), + [anon_sym_string] = ACTIONS(2325), + [anon_sym_symbol] = ACTIONS(2325), + [anon_sym_abstract] = ACTIONS(2325), + [anon_sym_interface] = ACTIONS(2325), + [anon_sym_enum] = ACTIONS(2325), }, [727] = { - [ts_builtin_sym_end] = ACTIONS(2305), - [sym_identifier] = ACTIONS(2307), - [anon_sym_export] = ACTIONS(2307), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_type] = ACTIONS(2307), - [anon_sym_namespace] = ACTIONS(2307), - [anon_sym_LBRACE] = ACTIONS(2305), - [anon_sym_RBRACE] = ACTIONS(2305), - [anon_sym_typeof] = ACTIONS(2307), - [anon_sym_import] = ACTIONS(2307), - [anon_sym_var] = ACTIONS(2307), - [anon_sym_let] = ACTIONS(2307), - [anon_sym_const] = ACTIONS(2307), - [anon_sym_BANG] = ACTIONS(2305), - [anon_sym_else] = ACTIONS(2307), - [anon_sym_if] = ACTIONS(2307), - [anon_sym_switch] = ACTIONS(2307), - [anon_sym_for] = ACTIONS(2307), - [anon_sym_LPAREN] = ACTIONS(2305), - [anon_sym_await] = ACTIONS(2307), - [anon_sym_while] = ACTIONS(2307), - [anon_sym_do] = ACTIONS(2307), - [anon_sym_try] = ACTIONS(2307), - [anon_sym_with] = ACTIONS(2307), - [anon_sym_break] = ACTIONS(2307), - [anon_sym_continue] = ACTIONS(2307), - [anon_sym_debugger] = ACTIONS(2307), - [anon_sym_return] = ACTIONS(2307), - [anon_sym_throw] = ACTIONS(2307), - [anon_sym_SEMI] = ACTIONS(2305), - [anon_sym_case] = ACTIONS(2307), - [anon_sym_yield] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2305), - [anon_sym_LTtemplate_GT] = ACTIONS(2305), - [anon_sym_LT] = ACTIONS(2307), - [anon_sym_SLASH] = ACTIONS(2307), - [anon_sym_class] = ACTIONS(2307), - [anon_sym_async] = ACTIONS(2307), - [anon_sym_function] = ACTIONS(2307), - [anon_sym_new] = ACTIONS(2307), - [anon_sym_PLUS] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2307), - [anon_sym_TILDE] = ACTIONS(2305), - [anon_sym_void] = ACTIONS(2307), - [anon_sym_delete] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2305), - [anon_sym_DASH_DASH] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(2305), - [anon_sym_SQUOTE] = ACTIONS(2305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2305), - [sym_number] = ACTIONS(2305), - [sym_this] = ACTIONS(2307), - [sym_super] = ACTIONS(2307), - [sym_true] = ACTIONS(2307), - [sym_false] = ACTIONS(2307), - [sym_null] = ACTIONS(2307), - [sym_undefined] = ACTIONS(2307), - [anon_sym_AT] = ACTIONS(2305), - [anon_sym_static] = ACTIONS(2307), - [anon_sym_readonly] = ACTIONS(2307), - [anon_sym_get] = ACTIONS(2307), - [anon_sym_set] = ACTIONS(2307), - [anon_sym_declare] = ACTIONS(2307), - [anon_sym_public] = ACTIONS(2307), - [anon_sym_private] = ACTIONS(2307), - [anon_sym_protected] = ACTIONS(2307), - [anon_sym_override] = ACTIONS(2307), - [anon_sym_module] = ACTIONS(2307), - [anon_sym_any] = ACTIONS(2307), - [anon_sym_number] = ACTIONS(2307), - [anon_sym_boolean] = ACTIONS(2307), - [anon_sym_string] = ACTIONS(2307), - [anon_sym_symbol] = ACTIONS(2307), - [anon_sym_abstract] = ACTIONS(2307), - [anon_sym_interface] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2307), + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), }, [728] = { - [ts_builtin_sym_end] = ACTIONS(2305), - [sym_identifier] = ACTIONS(2307), - [anon_sym_export] = ACTIONS(2307), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_type] = ACTIONS(2307), - [anon_sym_namespace] = ACTIONS(2307), - [anon_sym_LBRACE] = ACTIONS(2305), - [anon_sym_RBRACE] = ACTIONS(2305), - [anon_sym_typeof] = ACTIONS(2307), - [anon_sym_import] = ACTIONS(2307), - [anon_sym_var] = ACTIONS(2307), - [anon_sym_let] = ACTIONS(2307), - [anon_sym_const] = ACTIONS(2307), - [anon_sym_BANG] = ACTIONS(2305), - [anon_sym_else] = ACTIONS(2307), - [anon_sym_if] = ACTIONS(2307), - [anon_sym_switch] = ACTIONS(2307), - [anon_sym_for] = ACTIONS(2307), - [anon_sym_LPAREN] = ACTIONS(2305), - [anon_sym_await] = ACTIONS(2307), - [anon_sym_while] = ACTIONS(2307), - [anon_sym_do] = ACTIONS(2307), - [anon_sym_try] = ACTIONS(2307), - [anon_sym_with] = ACTIONS(2307), - [anon_sym_break] = ACTIONS(2307), - [anon_sym_continue] = ACTIONS(2307), - [anon_sym_debugger] = ACTIONS(2307), - [anon_sym_return] = ACTIONS(2307), - [anon_sym_throw] = ACTIONS(2307), - [anon_sym_SEMI] = ACTIONS(2305), - [anon_sym_case] = ACTIONS(2307), - [anon_sym_yield] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2305), - [anon_sym_LTtemplate_GT] = ACTIONS(2305), - [anon_sym_LT] = ACTIONS(2307), - [anon_sym_SLASH] = ACTIONS(2307), - [anon_sym_class] = ACTIONS(2307), - [anon_sym_async] = ACTIONS(2307), - [anon_sym_function] = ACTIONS(2307), - [anon_sym_new] = ACTIONS(2307), - [anon_sym_PLUS] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2307), - [anon_sym_TILDE] = ACTIONS(2305), - [anon_sym_void] = ACTIONS(2307), - [anon_sym_delete] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2305), - [anon_sym_DASH_DASH] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(2305), - [anon_sym_SQUOTE] = ACTIONS(2305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2305), - [sym_number] = ACTIONS(2305), - [sym_this] = ACTIONS(2307), - [sym_super] = ACTIONS(2307), - [sym_true] = ACTIONS(2307), - [sym_false] = ACTIONS(2307), - [sym_null] = ACTIONS(2307), - [sym_undefined] = ACTIONS(2307), - [anon_sym_AT] = ACTIONS(2305), - [anon_sym_static] = ACTIONS(2307), - [anon_sym_readonly] = ACTIONS(2307), - [anon_sym_get] = ACTIONS(2307), - [anon_sym_set] = ACTIONS(2307), - [anon_sym_declare] = ACTIONS(2307), - [anon_sym_public] = ACTIONS(2307), - [anon_sym_private] = ACTIONS(2307), - [anon_sym_protected] = ACTIONS(2307), - [anon_sym_override] = ACTIONS(2307), - [anon_sym_module] = ACTIONS(2307), - [anon_sym_any] = ACTIONS(2307), - [anon_sym_number] = ACTIONS(2307), - [anon_sym_boolean] = ACTIONS(2307), - [anon_sym_string] = ACTIONS(2307), - [anon_sym_symbol] = ACTIONS(2307), - [anon_sym_abstract] = ACTIONS(2307), - [anon_sym_interface] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2307), + [ts_builtin_sym_end] = ACTIONS(2107), + [sym_identifier] = ACTIONS(2109), + [anon_sym_export] = ACTIONS(2109), + [anon_sym_default] = ACTIONS(2109), + [anon_sym_type] = ACTIONS(2109), + [anon_sym_namespace] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2107), + [anon_sym_RBRACE] = ACTIONS(2107), + [anon_sym_typeof] = ACTIONS(2109), + [anon_sym_import] = ACTIONS(2109), + [anon_sym_var] = ACTIONS(2109), + [anon_sym_let] = ACTIONS(2109), + [anon_sym_const] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2107), + [anon_sym_else] = ACTIONS(2109), + [anon_sym_if] = ACTIONS(2109), + [anon_sym_switch] = ACTIONS(2109), + [anon_sym_for] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2107), + [anon_sym_await] = ACTIONS(2109), + [anon_sym_while] = ACTIONS(2109), + [anon_sym_do] = ACTIONS(2109), + [anon_sym_try] = ACTIONS(2109), + [anon_sym_with] = ACTIONS(2109), + [anon_sym_break] = ACTIONS(2109), + [anon_sym_continue] = ACTIONS(2109), + [anon_sym_debugger] = ACTIONS(2109), + [anon_sym_return] = ACTIONS(2109), + [anon_sym_throw] = ACTIONS(2109), + [anon_sym_SEMI] = ACTIONS(2107), + [anon_sym_case] = ACTIONS(2109), + [anon_sym_yield] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2107), + [anon_sym_LTtemplate_GT] = ACTIONS(2107), + [anon_sym_class] = ACTIONS(2109), + [anon_sym_async] = ACTIONS(2109), + [anon_sym_function] = ACTIONS(2109), + [anon_sym_new] = ACTIONS(2109), + [anon_sym_PLUS] = ACTIONS(2109), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_SLASH] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_TILDE] = ACTIONS(2107), + [anon_sym_void] = ACTIONS(2109), + [anon_sym_delete] = ACTIONS(2109), + [anon_sym_PLUS_PLUS] = ACTIONS(2107), + [anon_sym_DASH_DASH] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(2107), + [anon_sym_SQUOTE] = ACTIONS(2107), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2107), + [sym_number] = ACTIONS(2107), + [sym_this] = ACTIONS(2109), + [sym_super] = ACTIONS(2109), + [sym_true] = ACTIONS(2109), + [sym_false] = ACTIONS(2109), + [sym_null] = ACTIONS(2109), + [sym_undefined] = ACTIONS(2109), + [anon_sym_AT] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2109), + [anon_sym_readonly] = ACTIONS(2109), + [anon_sym_get] = ACTIONS(2109), + [anon_sym_set] = ACTIONS(2109), + [anon_sym_declare] = ACTIONS(2109), + [anon_sym_public] = ACTIONS(2109), + [anon_sym_private] = ACTIONS(2109), + [anon_sym_protected] = ACTIONS(2109), + [anon_sym_override] = ACTIONS(2109), + [anon_sym_module] = ACTIONS(2109), + [anon_sym_any] = ACTIONS(2109), + [anon_sym_number] = ACTIONS(2109), + [anon_sym_boolean] = ACTIONS(2109), + [anon_sym_string] = ACTIONS(2109), + [anon_sym_symbol] = ACTIONS(2109), + [anon_sym_abstract] = ACTIONS(2109), + [anon_sym_interface] = ACTIONS(2109), + [anon_sym_enum] = ACTIONS(2109), }, [729] = { - [ts_builtin_sym_end] = ACTIONS(2309), - [sym_identifier] = ACTIONS(2311), - [anon_sym_export] = ACTIONS(2311), - [anon_sym_default] = ACTIONS(2311), - [anon_sym_type] = ACTIONS(2311), - [anon_sym_namespace] = ACTIONS(2311), - [anon_sym_LBRACE] = ACTIONS(2309), - [anon_sym_RBRACE] = ACTIONS(2309), - [anon_sym_typeof] = ACTIONS(2311), - [anon_sym_import] = ACTIONS(2311), - [anon_sym_var] = ACTIONS(2311), - [anon_sym_let] = ACTIONS(2311), - [anon_sym_const] = ACTIONS(2311), - [anon_sym_BANG] = ACTIONS(2309), - [anon_sym_else] = ACTIONS(2311), - [anon_sym_if] = ACTIONS(2311), - [anon_sym_switch] = ACTIONS(2311), - [anon_sym_for] = ACTIONS(2311), - [anon_sym_LPAREN] = ACTIONS(2309), - [anon_sym_await] = ACTIONS(2311), - [anon_sym_while] = ACTIONS(2311), - [anon_sym_do] = ACTIONS(2311), - [anon_sym_try] = ACTIONS(2311), - [anon_sym_with] = ACTIONS(2311), - [anon_sym_break] = ACTIONS(2311), - [anon_sym_continue] = ACTIONS(2311), - [anon_sym_debugger] = ACTIONS(2311), - [anon_sym_return] = ACTIONS(2311), - [anon_sym_throw] = ACTIONS(2311), - [anon_sym_SEMI] = ACTIONS(2309), - [anon_sym_case] = ACTIONS(2311), - [anon_sym_yield] = ACTIONS(2311), - [anon_sym_LBRACK] = ACTIONS(2309), - [anon_sym_LTtemplate_GT] = ACTIONS(2309), - [anon_sym_LT] = ACTIONS(2311), - [anon_sym_SLASH] = ACTIONS(2311), - [anon_sym_class] = ACTIONS(2311), - [anon_sym_async] = ACTIONS(2311), - [anon_sym_function] = ACTIONS(2311), - [anon_sym_new] = ACTIONS(2311), - [anon_sym_PLUS] = ACTIONS(2311), - [anon_sym_DASH] = ACTIONS(2311), - [anon_sym_TILDE] = ACTIONS(2309), - [anon_sym_void] = ACTIONS(2311), - [anon_sym_delete] = ACTIONS(2311), - [anon_sym_PLUS_PLUS] = ACTIONS(2309), - [anon_sym_DASH_DASH] = ACTIONS(2309), - [anon_sym_DQUOTE] = ACTIONS(2309), - [anon_sym_SQUOTE] = ACTIONS(2309), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2309), - [sym_number] = ACTIONS(2309), - [sym_this] = ACTIONS(2311), - [sym_super] = ACTIONS(2311), - [sym_true] = ACTIONS(2311), - [sym_false] = ACTIONS(2311), - [sym_null] = ACTIONS(2311), - [sym_undefined] = ACTIONS(2311), - [anon_sym_AT] = ACTIONS(2309), - [anon_sym_static] = ACTIONS(2311), - [anon_sym_readonly] = ACTIONS(2311), - [anon_sym_get] = ACTIONS(2311), - [anon_sym_set] = ACTIONS(2311), - [anon_sym_declare] = ACTIONS(2311), - [anon_sym_public] = ACTIONS(2311), - [anon_sym_private] = ACTIONS(2311), - [anon_sym_protected] = ACTIONS(2311), - [anon_sym_override] = ACTIONS(2311), - [anon_sym_module] = ACTIONS(2311), - [anon_sym_any] = ACTIONS(2311), - [anon_sym_number] = ACTIONS(2311), - [anon_sym_boolean] = ACTIONS(2311), - [anon_sym_string] = ACTIONS(2311), - [anon_sym_symbol] = ACTIONS(2311), - [anon_sym_abstract] = ACTIONS(2311), - [anon_sym_interface] = ACTIONS(2311), - [anon_sym_enum] = ACTIONS(2311), + [ts_builtin_sym_end] = ACTIONS(2327), + [sym_identifier] = ACTIONS(2329), + [anon_sym_export] = ACTIONS(2329), + [anon_sym_default] = ACTIONS(2329), + [anon_sym_type] = ACTIONS(2329), + [anon_sym_namespace] = ACTIONS(2329), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_typeof] = ACTIONS(2329), + [anon_sym_import] = ACTIONS(2329), + [anon_sym_var] = ACTIONS(2329), + [anon_sym_let] = ACTIONS(2329), + [anon_sym_const] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2327), + [anon_sym_else] = ACTIONS(2329), + [anon_sym_if] = ACTIONS(2329), + [anon_sym_switch] = ACTIONS(2329), + [anon_sym_for] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_await] = ACTIONS(2329), + [anon_sym_while] = ACTIONS(2329), + [anon_sym_do] = ACTIONS(2329), + [anon_sym_try] = ACTIONS(2329), + [anon_sym_with] = ACTIONS(2329), + [anon_sym_break] = ACTIONS(2329), + [anon_sym_continue] = ACTIONS(2329), + [anon_sym_debugger] = ACTIONS(2329), + [anon_sym_return] = ACTIONS(2329), + [anon_sym_throw] = ACTIONS(2329), + [anon_sym_SEMI] = ACTIONS(2327), + [anon_sym_case] = ACTIONS(2329), + [anon_sym_yield] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_LTtemplate_GT] = ACTIONS(2327), + [anon_sym_class] = ACTIONS(2329), + [anon_sym_async] = ACTIONS(2329), + [anon_sym_function] = ACTIONS(2329), + [anon_sym_new] = ACTIONS(2329), + [anon_sym_PLUS] = ACTIONS(2329), + [anon_sym_DASH] = ACTIONS(2329), + [anon_sym_SLASH] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2329), + [anon_sym_TILDE] = ACTIONS(2327), + [anon_sym_void] = ACTIONS(2329), + [anon_sym_delete] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_DQUOTE] = ACTIONS(2327), + [anon_sym_SQUOTE] = ACTIONS(2327), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2327), + [sym_number] = ACTIONS(2327), + [sym_this] = ACTIONS(2329), + [sym_super] = ACTIONS(2329), + [sym_true] = ACTIONS(2329), + [sym_false] = ACTIONS(2329), + [sym_null] = ACTIONS(2329), + [sym_undefined] = ACTIONS(2329), + [anon_sym_AT] = ACTIONS(2327), + [anon_sym_static] = ACTIONS(2329), + [anon_sym_readonly] = ACTIONS(2329), + [anon_sym_get] = ACTIONS(2329), + [anon_sym_set] = ACTIONS(2329), + [anon_sym_declare] = ACTIONS(2329), + [anon_sym_public] = ACTIONS(2329), + [anon_sym_private] = ACTIONS(2329), + [anon_sym_protected] = ACTIONS(2329), + [anon_sym_override] = ACTIONS(2329), + [anon_sym_module] = ACTIONS(2329), + [anon_sym_any] = ACTIONS(2329), + [anon_sym_number] = ACTIONS(2329), + [anon_sym_boolean] = ACTIONS(2329), + [anon_sym_string] = ACTIONS(2329), + [anon_sym_symbol] = ACTIONS(2329), + [anon_sym_abstract] = ACTIONS(2329), + [anon_sym_interface] = ACTIONS(2329), + [anon_sym_enum] = ACTIONS(2329), }, [730] = { - [ts_builtin_sym_end] = ACTIONS(2313), - [sym_identifier] = ACTIONS(2315), - [anon_sym_export] = ACTIONS(2315), - [anon_sym_default] = ACTIONS(2315), - [anon_sym_type] = ACTIONS(2315), - [anon_sym_namespace] = ACTIONS(2315), - [anon_sym_LBRACE] = ACTIONS(2313), - [anon_sym_RBRACE] = ACTIONS(2313), - [anon_sym_typeof] = ACTIONS(2315), - [anon_sym_import] = ACTIONS(2315), - [anon_sym_var] = ACTIONS(2315), - [anon_sym_let] = ACTIONS(2315), - [anon_sym_const] = ACTIONS(2315), - [anon_sym_BANG] = ACTIONS(2313), - [anon_sym_else] = ACTIONS(2315), - [anon_sym_if] = ACTIONS(2315), - [anon_sym_switch] = ACTIONS(2315), - [anon_sym_for] = ACTIONS(2315), - [anon_sym_LPAREN] = ACTIONS(2313), - [anon_sym_await] = ACTIONS(2315), - [anon_sym_while] = ACTIONS(2315), - [anon_sym_do] = ACTIONS(2315), - [anon_sym_try] = ACTIONS(2315), - [anon_sym_with] = ACTIONS(2315), - [anon_sym_break] = ACTIONS(2315), - [anon_sym_continue] = ACTIONS(2315), - [anon_sym_debugger] = ACTIONS(2315), - [anon_sym_return] = ACTIONS(2315), - [anon_sym_throw] = ACTIONS(2315), - [anon_sym_SEMI] = ACTIONS(2313), - [anon_sym_case] = ACTIONS(2315), - [anon_sym_yield] = ACTIONS(2315), - [anon_sym_LBRACK] = ACTIONS(2313), - [anon_sym_LTtemplate_GT] = ACTIONS(2313), - [anon_sym_LT] = ACTIONS(2315), - [anon_sym_SLASH] = ACTIONS(2315), - [anon_sym_class] = ACTIONS(2315), - [anon_sym_async] = ACTIONS(2315), - [anon_sym_function] = ACTIONS(2315), - [anon_sym_new] = ACTIONS(2315), - [anon_sym_PLUS] = ACTIONS(2315), - [anon_sym_DASH] = ACTIONS(2315), - [anon_sym_TILDE] = ACTIONS(2313), - [anon_sym_void] = ACTIONS(2315), - [anon_sym_delete] = ACTIONS(2315), - [anon_sym_PLUS_PLUS] = ACTIONS(2313), - [anon_sym_DASH_DASH] = ACTIONS(2313), - [anon_sym_DQUOTE] = ACTIONS(2313), - [anon_sym_SQUOTE] = ACTIONS(2313), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2313), - [sym_number] = ACTIONS(2313), - [sym_this] = ACTIONS(2315), - [sym_super] = ACTIONS(2315), - [sym_true] = ACTIONS(2315), - [sym_false] = ACTIONS(2315), - [sym_null] = ACTIONS(2315), - [sym_undefined] = ACTIONS(2315), - [anon_sym_AT] = ACTIONS(2313), - [anon_sym_static] = ACTIONS(2315), - [anon_sym_readonly] = ACTIONS(2315), - [anon_sym_get] = ACTIONS(2315), - [anon_sym_set] = ACTIONS(2315), - [anon_sym_declare] = ACTIONS(2315), - [anon_sym_public] = ACTIONS(2315), - [anon_sym_private] = ACTIONS(2315), - [anon_sym_protected] = ACTIONS(2315), - [anon_sym_override] = ACTIONS(2315), - [anon_sym_module] = ACTIONS(2315), - [anon_sym_any] = ACTIONS(2315), - [anon_sym_number] = ACTIONS(2315), - [anon_sym_boolean] = ACTIONS(2315), - [anon_sym_string] = ACTIONS(2315), - [anon_sym_symbol] = ACTIONS(2315), - [anon_sym_abstract] = ACTIONS(2315), - [anon_sym_interface] = ACTIONS(2315), - [anon_sym_enum] = ACTIONS(2315), + [ts_builtin_sym_end] = ACTIONS(2331), + [sym_identifier] = ACTIONS(2333), + [anon_sym_export] = ACTIONS(2333), + [anon_sym_default] = ACTIONS(2333), + [anon_sym_type] = ACTIONS(2333), + [anon_sym_namespace] = ACTIONS(2333), + [anon_sym_LBRACE] = ACTIONS(2331), + [anon_sym_RBRACE] = ACTIONS(2331), + [anon_sym_typeof] = ACTIONS(2333), + [anon_sym_import] = ACTIONS(2333), + [anon_sym_var] = ACTIONS(2333), + [anon_sym_let] = ACTIONS(2333), + [anon_sym_const] = ACTIONS(2333), + [anon_sym_BANG] = ACTIONS(2331), + [anon_sym_else] = ACTIONS(2333), + [anon_sym_if] = ACTIONS(2333), + [anon_sym_switch] = ACTIONS(2333), + [anon_sym_for] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2331), + [anon_sym_await] = ACTIONS(2333), + [anon_sym_while] = ACTIONS(2333), + [anon_sym_do] = ACTIONS(2333), + [anon_sym_try] = ACTIONS(2333), + [anon_sym_with] = ACTIONS(2333), + [anon_sym_break] = ACTIONS(2333), + [anon_sym_continue] = ACTIONS(2333), + [anon_sym_debugger] = ACTIONS(2333), + [anon_sym_return] = ACTIONS(2333), + [anon_sym_throw] = ACTIONS(2333), + [anon_sym_SEMI] = ACTIONS(2331), + [anon_sym_case] = ACTIONS(2333), + [anon_sym_yield] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2331), + [anon_sym_LTtemplate_GT] = ACTIONS(2331), + [anon_sym_class] = ACTIONS(2333), + [anon_sym_async] = ACTIONS(2333), + [anon_sym_function] = ACTIONS(2333), + [anon_sym_new] = ACTIONS(2333), + [anon_sym_PLUS] = ACTIONS(2333), + [anon_sym_DASH] = ACTIONS(2333), + [anon_sym_SLASH] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2333), + [anon_sym_TILDE] = ACTIONS(2331), + [anon_sym_void] = ACTIONS(2333), + [anon_sym_delete] = ACTIONS(2333), + [anon_sym_PLUS_PLUS] = ACTIONS(2331), + [anon_sym_DASH_DASH] = ACTIONS(2333), + [anon_sym_DQUOTE] = ACTIONS(2331), + [anon_sym_SQUOTE] = ACTIONS(2331), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2331), + [sym_number] = ACTIONS(2331), + [sym_this] = ACTIONS(2333), + [sym_super] = ACTIONS(2333), + [sym_true] = ACTIONS(2333), + [sym_false] = ACTIONS(2333), + [sym_null] = ACTIONS(2333), + [sym_undefined] = ACTIONS(2333), + [anon_sym_AT] = ACTIONS(2331), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_readonly] = ACTIONS(2333), + [anon_sym_get] = ACTIONS(2333), + [anon_sym_set] = ACTIONS(2333), + [anon_sym_declare] = ACTIONS(2333), + [anon_sym_public] = ACTIONS(2333), + [anon_sym_private] = ACTIONS(2333), + [anon_sym_protected] = ACTIONS(2333), + [anon_sym_override] = ACTIONS(2333), + [anon_sym_module] = ACTIONS(2333), + [anon_sym_any] = ACTIONS(2333), + [anon_sym_number] = ACTIONS(2333), + [anon_sym_boolean] = ACTIONS(2333), + [anon_sym_string] = ACTIONS(2333), + [anon_sym_symbol] = ACTIONS(2333), + [anon_sym_abstract] = ACTIONS(2333), + [anon_sym_interface] = ACTIONS(2333), + [anon_sym_enum] = ACTIONS(2333), }, [731] = { - [ts_builtin_sym_end] = ACTIONS(2317), - [sym_identifier] = ACTIONS(2319), - [anon_sym_export] = ACTIONS(2319), - [anon_sym_default] = ACTIONS(2319), - [anon_sym_type] = ACTIONS(2319), - [anon_sym_namespace] = ACTIONS(2319), - [anon_sym_LBRACE] = ACTIONS(2317), - [anon_sym_RBRACE] = ACTIONS(2317), - [anon_sym_typeof] = ACTIONS(2319), - [anon_sym_import] = ACTIONS(2319), - [anon_sym_var] = ACTIONS(2319), - [anon_sym_let] = ACTIONS(2319), - [anon_sym_const] = ACTIONS(2319), - [anon_sym_BANG] = ACTIONS(2317), - [anon_sym_else] = ACTIONS(2319), - [anon_sym_if] = ACTIONS(2319), - [anon_sym_switch] = ACTIONS(2319), - [anon_sym_for] = ACTIONS(2319), - [anon_sym_LPAREN] = ACTIONS(2317), - [anon_sym_await] = ACTIONS(2319), - [anon_sym_while] = ACTIONS(2319), - [anon_sym_do] = ACTIONS(2319), - [anon_sym_try] = ACTIONS(2319), - [anon_sym_with] = ACTIONS(2319), - [anon_sym_break] = ACTIONS(2319), - [anon_sym_continue] = ACTIONS(2319), - [anon_sym_debugger] = ACTIONS(2319), - [anon_sym_return] = ACTIONS(2319), - [anon_sym_throw] = ACTIONS(2319), - [anon_sym_SEMI] = ACTIONS(2317), - [anon_sym_case] = ACTIONS(2319), - [anon_sym_yield] = ACTIONS(2319), - [anon_sym_LBRACK] = ACTIONS(2317), - [anon_sym_LTtemplate_GT] = ACTIONS(2317), - [anon_sym_LT] = ACTIONS(2319), - [anon_sym_SLASH] = ACTIONS(2319), - [anon_sym_class] = ACTIONS(2319), - [anon_sym_async] = ACTIONS(2319), - [anon_sym_function] = ACTIONS(2319), - [anon_sym_new] = ACTIONS(2319), - [anon_sym_PLUS] = ACTIONS(2319), - [anon_sym_DASH] = ACTIONS(2319), - [anon_sym_TILDE] = ACTIONS(2317), - [anon_sym_void] = ACTIONS(2319), - [anon_sym_delete] = ACTIONS(2319), - [anon_sym_PLUS_PLUS] = ACTIONS(2317), - [anon_sym_DASH_DASH] = ACTIONS(2317), - [anon_sym_DQUOTE] = ACTIONS(2317), - [anon_sym_SQUOTE] = ACTIONS(2317), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2317), - [sym_number] = ACTIONS(2317), - [sym_this] = ACTIONS(2319), - [sym_super] = ACTIONS(2319), - [sym_true] = ACTIONS(2319), - [sym_false] = ACTIONS(2319), - [sym_null] = ACTIONS(2319), - [sym_undefined] = ACTIONS(2319), - [anon_sym_AT] = ACTIONS(2317), - [anon_sym_static] = ACTIONS(2319), - [anon_sym_readonly] = ACTIONS(2319), - [anon_sym_get] = ACTIONS(2319), - [anon_sym_set] = ACTIONS(2319), - [anon_sym_declare] = ACTIONS(2319), - [anon_sym_public] = ACTIONS(2319), - [anon_sym_private] = ACTIONS(2319), - [anon_sym_protected] = ACTIONS(2319), - [anon_sym_override] = ACTIONS(2319), - [anon_sym_module] = ACTIONS(2319), - [anon_sym_any] = ACTIONS(2319), - [anon_sym_number] = ACTIONS(2319), - [anon_sym_boolean] = ACTIONS(2319), - [anon_sym_string] = ACTIONS(2319), - [anon_sym_symbol] = ACTIONS(2319), - [anon_sym_abstract] = ACTIONS(2319), - [anon_sym_interface] = ACTIONS(2319), - [anon_sym_enum] = ACTIONS(2319), + [ts_builtin_sym_end] = ACTIONS(2335), + [sym_identifier] = ACTIONS(2337), + [anon_sym_export] = ACTIONS(2337), + [anon_sym_default] = ACTIONS(2337), + [anon_sym_type] = ACTIONS(2337), + [anon_sym_namespace] = ACTIONS(2337), + [anon_sym_LBRACE] = ACTIONS(2335), + [anon_sym_RBRACE] = ACTIONS(2335), + [anon_sym_typeof] = ACTIONS(2337), + [anon_sym_import] = ACTIONS(2337), + [anon_sym_var] = ACTIONS(2337), + [anon_sym_let] = ACTIONS(2337), + [anon_sym_const] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2335), + [anon_sym_else] = ACTIONS(2337), + [anon_sym_if] = ACTIONS(2337), + [anon_sym_switch] = ACTIONS(2337), + [anon_sym_for] = ACTIONS(2337), + [anon_sym_LPAREN] = ACTIONS(2335), + [anon_sym_await] = ACTIONS(2337), + [anon_sym_while] = ACTIONS(2337), + [anon_sym_do] = ACTIONS(2337), + [anon_sym_try] = ACTIONS(2337), + [anon_sym_with] = ACTIONS(2337), + [anon_sym_break] = ACTIONS(2337), + [anon_sym_continue] = ACTIONS(2337), + [anon_sym_debugger] = ACTIONS(2337), + [anon_sym_return] = ACTIONS(2337), + [anon_sym_throw] = ACTIONS(2337), + [anon_sym_SEMI] = ACTIONS(2335), + [anon_sym_case] = ACTIONS(2337), + [anon_sym_yield] = ACTIONS(2337), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_LTtemplate_GT] = ACTIONS(2335), + [anon_sym_class] = ACTIONS(2337), + [anon_sym_async] = ACTIONS(2337), + [anon_sym_function] = ACTIONS(2337), + [anon_sym_new] = ACTIONS(2337), + [anon_sym_PLUS] = ACTIONS(2337), + [anon_sym_DASH] = ACTIONS(2337), + [anon_sym_SLASH] = ACTIONS(2337), + [anon_sym_LT] = ACTIONS(2337), + [anon_sym_TILDE] = ACTIONS(2335), + [anon_sym_void] = ACTIONS(2337), + [anon_sym_delete] = ACTIONS(2337), + [anon_sym_PLUS_PLUS] = ACTIONS(2335), + [anon_sym_DASH_DASH] = ACTIONS(2337), + [anon_sym_DQUOTE] = ACTIONS(2335), + [anon_sym_SQUOTE] = ACTIONS(2335), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2335), + [sym_number] = ACTIONS(2335), + [sym_this] = ACTIONS(2337), + [sym_super] = ACTIONS(2337), + [sym_true] = ACTIONS(2337), + [sym_false] = ACTIONS(2337), + [sym_null] = ACTIONS(2337), + [sym_undefined] = ACTIONS(2337), + [anon_sym_AT] = ACTIONS(2335), + [anon_sym_static] = ACTIONS(2337), + [anon_sym_readonly] = ACTIONS(2337), + [anon_sym_get] = ACTIONS(2337), + [anon_sym_set] = ACTIONS(2337), + [anon_sym_declare] = ACTIONS(2337), + [anon_sym_public] = ACTIONS(2337), + [anon_sym_private] = ACTIONS(2337), + [anon_sym_protected] = ACTIONS(2337), + [anon_sym_override] = ACTIONS(2337), + [anon_sym_module] = ACTIONS(2337), + [anon_sym_any] = ACTIONS(2337), + [anon_sym_number] = ACTIONS(2337), + [anon_sym_boolean] = ACTIONS(2337), + [anon_sym_string] = ACTIONS(2337), + [anon_sym_symbol] = ACTIONS(2337), + [anon_sym_abstract] = ACTIONS(2337), + [anon_sym_interface] = ACTIONS(2337), + [anon_sym_enum] = ACTIONS(2337), }, [732] = { - [ts_builtin_sym_end] = ACTIONS(2321), - [sym_identifier] = ACTIONS(2323), - [anon_sym_export] = ACTIONS(2323), - [anon_sym_default] = ACTIONS(2323), - [anon_sym_type] = ACTIONS(2323), - [anon_sym_namespace] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(2321), - [anon_sym_RBRACE] = ACTIONS(2321), - [anon_sym_typeof] = ACTIONS(2323), - [anon_sym_import] = ACTIONS(2323), - [anon_sym_var] = ACTIONS(2323), - [anon_sym_let] = ACTIONS(2323), - [anon_sym_const] = ACTIONS(2323), - [anon_sym_BANG] = ACTIONS(2321), - [anon_sym_else] = ACTIONS(2323), - [anon_sym_if] = ACTIONS(2323), - [anon_sym_switch] = ACTIONS(2323), - [anon_sym_for] = ACTIONS(2323), - [anon_sym_LPAREN] = ACTIONS(2321), - [anon_sym_await] = ACTIONS(2323), - [anon_sym_while] = ACTIONS(2323), - [anon_sym_do] = ACTIONS(2323), - [anon_sym_try] = ACTIONS(2323), - [anon_sym_with] = ACTIONS(2323), - [anon_sym_break] = ACTIONS(2323), - [anon_sym_continue] = ACTIONS(2323), - [anon_sym_debugger] = ACTIONS(2323), - [anon_sym_return] = ACTIONS(2323), - [anon_sym_throw] = ACTIONS(2323), - [anon_sym_SEMI] = ACTIONS(2321), - [anon_sym_case] = ACTIONS(2323), - [anon_sym_yield] = ACTIONS(2323), - [anon_sym_LBRACK] = ACTIONS(2321), - [anon_sym_LTtemplate_GT] = ACTIONS(2321), - [anon_sym_LT] = ACTIONS(2323), - [anon_sym_SLASH] = ACTIONS(2323), - [anon_sym_class] = ACTIONS(2323), - [anon_sym_async] = ACTIONS(2323), - [anon_sym_function] = ACTIONS(2323), - [anon_sym_new] = ACTIONS(2323), - [anon_sym_PLUS] = ACTIONS(2323), - [anon_sym_DASH] = ACTIONS(2323), - [anon_sym_TILDE] = ACTIONS(2321), - [anon_sym_void] = ACTIONS(2323), - [anon_sym_delete] = ACTIONS(2323), - [anon_sym_PLUS_PLUS] = ACTIONS(2321), - [anon_sym_DASH_DASH] = ACTIONS(2321), - [anon_sym_DQUOTE] = ACTIONS(2321), - [anon_sym_SQUOTE] = ACTIONS(2321), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2321), - [sym_number] = ACTIONS(2321), - [sym_this] = ACTIONS(2323), - [sym_super] = ACTIONS(2323), - [sym_true] = ACTIONS(2323), - [sym_false] = ACTIONS(2323), - [sym_null] = ACTIONS(2323), - [sym_undefined] = ACTIONS(2323), - [anon_sym_AT] = ACTIONS(2321), - [anon_sym_static] = ACTIONS(2323), - [anon_sym_readonly] = ACTIONS(2323), - [anon_sym_get] = ACTIONS(2323), - [anon_sym_set] = ACTIONS(2323), - [anon_sym_declare] = ACTIONS(2323), - [anon_sym_public] = ACTIONS(2323), - [anon_sym_private] = ACTIONS(2323), - [anon_sym_protected] = ACTIONS(2323), - [anon_sym_override] = ACTIONS(2323), - [anon_sym_module] = ACTIONS(2323), - [anon_sym_any] = ACTIONS(2323), - [anon_sym_number] = ACTIONS(2323), - [anon_sym_boolean] = ACTIONS(2323), - [anon_sym_string] = ACTIONS(2323), - [anon_sym_symbol] = ACTIONS(2323), - [anon_sym_abstract] = ACTIONS(2323), - [anon_sym_interface] = ACTIONS(2323), - [anon_sym_enum] = ACTIONS(2323), + [ts_builtin_sym_end] = ACTIONS(2339), + [sym_identifier] = ACTIONS(2341), + [anon_sym_export] = ACTIONS(2341), + [anon_sym_default] = ACTIONS(2341), + [anon_sym_type] = ACTIONS(2341), + [anon_sym_namespace] = ACTIONS(2341), + [anon_sym_LBRACE] = ACTIONS(2339), + [anon_sym_RBRACE] = ACTIONS(2339), + [anon_sym_typeof] = ACTIONS(2341), + [anon_sym_import] = ACTIONS(2341), + [anon_sym_var] = ACTIONS(2341), + [anon_sym_let] = ACTIONS(2341), + [anon_sym_const] = ACTIONS(2341), + [anon_sym_BANG] = ACTIONS(2339), + [anon_sym_else] = ACTIONS(2341), + [anon_sym_if] = ACTIONS(2341), + [anon_sym_switch] = ACTIONS(2341), + [anon_sym_for] = ACTIONS(2341), + [anon_sym_LPAREN] = ACTIONS(2339), + [anon_sym_await] = ACTIONS(2341), + [anon_sym_while] = ACTIONS(2341), + [anon_sym_do] = ACTIONS(2341), + [anon_sym_try] = ACTIONS(2341), + [anon_sym_with] = ACTIONS(2341), + [anon_sym_break] = ACTIONS(2341), + [anon_sym_continue] = ACTIONS(2341), + [anon_sym_debugger] = ACTIONS(2341), + [anon_sym_return] = ACTIONS(2341), + [anon_sym_throw] = ACTIONS(2341), + [anon_sym_SEMI] = ACTIONS(2339), + [anon_sym_case] = ACTIONS(2341), + [anon_sym_yield] = ACTIONS(2341), + [anon_sym_LBRACK] = ACTIONS(2339), + [anon_sym_LTtemplate_GT] = ACTIONS(2339), + [anon_sym_class] = ACTIONS(2341), + [anon_sym_async] = ACTIONS(2341), + [anon_sym_function] = ACTIONS(2341), + [anon_sym_new] = ACTIONS(2341), + [anon_sym_PLUS] = ACTIONS(2341), + [anon_sym_DASH] = ACTIONS(2341), + [anon_sym_SLASH] = ACTIONS(2341), + [anon_sym_LT] = ACTIONS(2341), + [anon_sym_TILDE] = ACTIONS(2339), + [anon_sym_void] = ACTIONS(2341), + [anon_sym_delete] = ACTIONS(2341), + [anon_sym_PLUS_PLUS] = ACTIONS(2339), + [anon_sym_DASH_DASH] = ACTIONS(2341), + [anon_sym_DQUOTE] = ACTIONS(2339), + [anon_sym_SQUOTE] = ACTIONS(2339), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2339), + [sym_number] = ACTIONS(2339), + [sym_this] = ACTIONS(2341), + [sym_super] = ACTIONS(2341), + [sym_true] = ACTIONS(2341), + [sym_false] = ACTIONS(2341), + [sym_null] = ACTIONS(2341), + [sym_undefined] = ACTIONS(2341), + [anon_sym_AT] = ACTIONS(2339), + [anon_sym_static] = ACTIONS(2341), + [anon_sym_readonly] = ACTIONS(2341), + [anon_sym_get] = ACTIONS(2341), + [anon_sym_set] = ACTIONS(2341), + [anon_sym_declare] = ACTIONS(2341), + [anon_sym_public] = ACTIONS(2341), + [anon_sym_private] = ACTIONS(2341), + [anon_sym_protected] = ACTIONS(2341), + [anon_sym_override] = ACTIONS(2341), + [anon_sym_module] = ACTIONS(2341), + [anon_sym_any] = ACTIONS(2341), + [anon_sym_number] = ACTIONS(2341), + [anon_sym_boolean] = ACTIONS(2341), + [anon_sym_string] = ACTIONS(2341), + [anon_sym_symbol] = ACTIONS(2341), + [anon_sym_abstract] = ACTIONS(2341), + [anon_sym_interface] = ACTIONS(2341), + [anon_sym_enum] = ACTIONS(2341), }, [733] = { - [ts_builtin_sym_end] = ACTIONS(2325), - [sym_identifier] = ACTIONS(2327), - [anon_sym_export] = ACTIONS(2327), - [anon_sym_default] = ACTIONS(2327), - [anon_sym_type] = ACTIONS(2327), - [anon_sym_namespace] = ACTIONS(2327), - [anon_sym_LBRACE] = ACTIONS(2325), - [anon_sym_RBRACE] = ACTIONS(2325), - [anon_sym_typeof] = ACTIONS(2327), - [anon_sym_import] = ACTIONS(2327), - [anon_sym_var] = ACTIONS(2327), - [anon_sym_let] = ACTIONS(2327), - [anon_sym_const] = ACTIONS(2327), - [anon_sym_BANG] = ACTIONS(2325), - [anon_sym_else] = ACTIONS(2327), - [anon_sym_if] = ACTIONS(2327), - [anon_sym_switch] = ACTIONS(2327), - [anon_sym_for] = ACTIONS(2327), - [anon_sym_LPAREN] = ACTIONS(2325), - [anon_sym_await] = ACTIONS(2327), - [anon_sym_while] = ACTIONS(2327), - [anon_sym_do] = ACTIONS(2327), - [anon_sym_try] = ACTIONS(2327), - [anon_sym_with] = ACTIONS(2327), - [anon_sym_break] = ACTIONS(2327), - [anon_sym_continue] = ACTIONS(2327), - [anon_sym_debugger] = ACTIONS(2327), - [anon_sym_return] = ACTIONS(2327), - [anon_sym_throw] = ACTIONS(2327), - [anon_sym_SEMI] = ACTIONS(2325), - [anon_sym_case] = ACTIONS(2327), - [anon_sym_yield] = ACTIONS(2327), - [anon_sym_LBRACK] = ACTIONS(2325), - [anon_sym_LTtemplate_GT] = ACTIONS(2325), - [anon_sym_LT] = ACTIONS(2327), - [anon_sym_SLASH] = ACTIONS(2327), - [anon_sym_class] = ACTIONS(2327), - [anon_sym_async] = ACTIONS(2327), - [anon_sym_function] = ACTIONS(2327), - [anon_sym_new] = ACTIONS(2327), - [anon_sym_PLUS] = ACTIONS(2327), - [anon_sym_DASH] = ACTIONS(2327), - [anon_sym_TILDE] = ACTIONS(2325), - [anon_sym_void] = ACTIONS(2327), - [anon_sym_delete] = ACTIONS(2327), - [anon_sym_PLUS_PLUS] = ACTIONS(2325), - [anon_sym_DASH_DASH] = ACTIONS(2325), - [anon_sym_DQUOTE] = ACTIONS(2325), - [anon_sym_SQUOTE] = ACTIONS(2325), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2325), - [sym_number] = ACTIONS(2325), - [sym_this] = ACTIONS(2327), - [sym_super] = ACTIONS(2327), - [sym_true] = ACTIONS(2327), - [sym_false] = ACTIONS(2327), - [sym_null] = ACTIONS(2327), - [sym_undefined] = ACTIONS(2327), - [anon_sym_AT] = ACTIONS(2325), - [anon_sym_static] = ACTIONS(2327), - [anon_sym_readonly] = ACTIONS(2327), - [anon_sym_get] = ACTIONS(2327), - [anon_sym_set] = ACTIONS(2327), - [anon_sym_declare] = ACTIONS(2327), - [anon_sym_public] = ACTIONS(2327), - [anon_sym_private] = ACTIONS(2327), - [anon_sym_protected] = ACTIONS(2327), - [anon_sym_override] = ACTIONS(2327), - [anon_sym_module] = ACTIONS(2327), - [anon_sym_any] = ACTIONS(2327), - [anon_sym_number] = ACTIONS(2327), - [anon_sym_boolean] = ACTIONS(2327), - [anon_sym_string] = ACTIONS(2327), - [anon_sym_symbol] = ACTIONS(2327), - [anon_sym_abstract] = ACTIONS(2327), - [anon_sym_interface] = ACTIONS(2327), - [anon_sym_enum] = ACTIONS(2327), + [ts_builtin_sym_end] = ACTIONS(2343), + [sym_identifier] = ACTIONS(2345), + [anon_sym_export] = ACTIONS(2345), + [anon_sym_default] = ACTIONS(2345), + [anon_sym_type] = ACTIONS(2345), + [anon_sym_namespace] = ACTIONS(2345), + [anon_sym_LBRACE] = ACTIONS(2343), + [anon_sym_RBRACE] = ACTIONS(2343), + [anon_sym_typeof] = ACTIONS(2345), + [anon_sym_import] = ACTIONS(2345), + [anon_sym_var] = ACTIONS(2345), + [anon_sym_let] = ACTIONS(2345), + [anon_sym_const] = ACTIONS(2345), + [anon_sym_BANG] = ACTIONS(2343), + [anon_sym_else] = ACTIONS(2345), + [anon_sym_if] = ACTIONS(2345), + [anon_sym_switch] = ACTIONS(2345), + [anon_sym_for] = ACTIONS(2345), + [anon_sym_LPAREN] = ACTIONS(2343), + [anon_sym_await] = ACTIONS(2345), + [anon_sym_while] = ACTIONS(2345), + [anon_sym_do] = ACTIONS(2345), + [anon_sym_try] = ACTIONS(2345), + [anon_sym_with] = ACTIONS(2345), + [anon_sym_break] = ACTIONS(2345), + [anon_sym_continue] = ACTIONS(2345), + [anon_sym_debugger] = ACTIONS(2345), + [anon_sym_return] = ACTIONS(2345), + [anon_sym_throw] = ACTIONS(2345), + [anon_sym_SEMI] = ACTIONS(2343), + [anon_sym_case] = ACTIONS(2345), + [anon_sym_yield] = ACTIONS(2345), + [anon_sym_LBRACK] = ACTIONS(2343), + [anon_sym_LTtemplate_GT] = ACTIONS(2343), + [anon_sym_class] = ACTIONS(2345), + [anon_sym_async] = ACTIONS(2345), + [anon_sym_function] = ACTIONS(2345), + [anon_sym_new] = ACTIONS(2345), + [anon_sym_PLUS] = ACTIONS(2345), + [anon_sym_DASH] = ACTIONS(2345), + [anon_sym_SLASH] = ACTIONS(2345), + [anon_sym_LT] = ACTIONS(2345), + [anon_sym_TILDE] = ACTIONS(2343), + [anon_sym_void] = ACTIONS(2345), + [anon_sym_delete] = ACTIONS(2345), + [anon_sym_PLUS_PLUS] = ACTIONS(2343), + [anon_sym_DASH_DASH] = ACTIONS(2345), + [anon_sym_DQUOTE] = ACTIONS(2343), + [anon_sym_SQUOTE] = ACTIONS(2343), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2343), + [sym_number] = ACTIONS(2343), + [sym_this] = ACTIONS(2345), + [sym_super] = ACTIONS(2345), + [sym_true] = ACTIONS(2345), + [sym_false] = ACTIONS(2345), + [sym_null] = ACTIONS(2345), + [sym_undefined] = ACTIONS(2345), + [anon_sym_AT] = ACTIONS(2343), + [anon_sym_static] = ACTIONS(2345), + [anon_sym_readonly] = ACTIONS(2345), + [anon_sym_get] = ACTIONS(2345), + [anon_sym_set] = ACTIONS(2345), + [anon_sym_declare] = ACTIONS(2345), + [anon_sym_public] = ACTIONS(2345), + [anon_sym_private] = ACTIONS(2345), + [anon_sym_protected] = ACTIONS(2345), + [anon_sym_override] = ACTIONS(2345), + [anon_sym_module] = ACTIONS(2345), + [anon_sym_any] = ACTIONS(2345), + [anon_sym_number] = ACTIONS(2345), + [anon_sym_boolean] = ACTIONS(2345), + [anon_sym_string] = ACTIONS(2345), + [anon_sym_symbol] = ACTIONS(2345), + [anon_sym_abstract] = ACTIONS(2345), + [anon_sym_interface] = ACTIONS(2345), + [anon_sym_enum] = ACTIONS(2345), }, [734] = { - [ts_builtin_sym_end] = ACTIONS(2329), - [sym_identifier] = ACTIONS(2331), - [anon_sym_export] = ACTIONS(2331), - [anon_sym_default] = ACTIONS(2331), - [anon_sym_type] = ACTIONS(2331), - [anon_sym_namespace] = ACTIONS(2331), - [anon_sym_LBRACE] = ACTIONS(2329), - [anon_sym_RBRACE] = ACTIONS(2329), - [anon_sym_typeof] = ACTIONS(2331), - [anon_sym_import] = ACTIONS(2331), - [anon_sym_var] = ACTIONS(2331), - [anon_sym_let] = ACTIONS(2331), - [anon_sym_const] = ACTIONS(2331), - [anon_sym_BANG] = ACTIONS(2329), - [anon_sym_else] = ACTIONS(2331), - [anon_sym_if] = ACTIONS(2331), - [anon_sym_switch] = ACTIONS(2331), - [anon_sym_for] = ACTIONS(2331), - [anon_sym_LPAREN] = ACTIONS(2329), - [anon_sym_await] = ACTIONS(2331), - [anon_sym_while] = ACTIONS(2331), - [anon_sym_do] = ACTIONS(2331), - [anon_sym_try] = ACTIONS(2331), - [anon_sym_with] = ACTIONS(2331), - [anon_sym_break] = ACTIONS(2331), - [anon_sym_continue] = ACTIONS(2331), - [anon_sym_debugger] = ACTIONS(2331), - [anon_sym_return] = ACTIONS(2331), - [anon_sym_throw] = ACTIONS(2331), - [anon_sym_SEMI] = ACTIONS(2329), - [anon_sym_case] = ACTIONS(2331), - [anon_sym_yield] = ACTIONS(2331), - [anon_sym_LBRACK] = ACTIONS(2329), - [anon_sym_LTtemplate_GT] = ACTIONS(2329), - [anon_sym_LT] = ACTIONS(2331), - [anon_sym_SLASH] = ACTIONS(2331), - [anon_sym_class] = ACTIONS(2331), - [anon_sym_async] = ACTIONS(2331), - [anon_sym_function] = ACTIONS(2331), - [anon_sym_new] = ACTIONS(2331), - [anon_sym_PLUS] = ACTIONS(2331), - [anon_sym_DASH] = ACTIONS(2331), - [anon_sym_TILDE] = ACTIONS(2329), - [anon_sym_void] = ACTIONS(2331), - [anon_sym_delete] = ACTIONS(2331), - [anon_sym_PLUS_PLUS] = ACTIONS(2329), - [anon_sym_DASH_DASH] = ACTIONS(2329), - [anon_sym_DQUOTE] = ACTIONS(2329), - [anon_sym_SQUOTE] = ACTIONS(2329), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2329), - [sym_number] = ACTIONS(2329), - [sym_this] = ACTIONS(2331), - [sym_super] = ACTIONS(2331), - [sym_true] = ACTIONS(2331), - [sym_false] = ACTIONS(2331), - [sym_null] = ACTIONS(2331), - [sym_undefined] = ACTIONS(2331), - [anon_sym_AT] = ACTIONS(2329), - [anon_sym_static] = ACTIONS(2331), - [anon_sym_readonly] = ACTIONS(2331), - [anon_sym_get] = ACTIONS(2331), - [anon_sym_set] = ACTIONS(2331), - [anon_sym_declare] = ACTIONS(2331), - [anon_sym_public] = ACTIONS(2331), - [anon_sym_private] = ACTIONS(2331), - [anon_sym_protected] = ACTIONS(2331), - [anon_sym_override] = ACTIONS(2331), - [anon_sym_module] = ACTIONS(2331), - [anon_sym_any] = ACTIONS(2331), - [anon_sym_number] = ACTIONS(2331), - [anon_sym_boolean] = ACTIONS(2331), - [anon_sym_string] = ACTIONS(2331), - [anon_sym_symbol] = ACTIONS(2331), - [anon_sym_abstract] = ACTIONS(2331), - [anon_sym_interface] = ACTIONS(2331), - [anon_sym_enum] = ACTIONS(2331), + [ts_builtin_sym_end] = ACTIONS(2347), + [sym_identifier] = ACTIONS(2349), + [anon_sym_export] = ACTIONS(2349), + [anon_sym_default] = ACTIONS(2349), + [anon_sym_type] = ACTIONS(2349), + [anon_sym_namespace] = ACTIONS(2349), + [anon_sym_LBRACE] = ACTIONS(2347), + [anon_sym_RBRACE] = ACTIONS(2347), + [anon_sym_typeof] = ACTIONS(2349), + [anon_sym_import] = ACTIONS(2349), + [anon_sym_var] = ACTIONS(2349), + [anon_sym_let] = ACTIONS(2349), + [anon_sym_const] = ACTIONS(2349), + [anon_sym_BANG] = ACTIONS(2347), + [anon_sym_else] = ACTIONS(2349), + [anon_sym_if] = ACTIONS(2349), + [anon_sym_switch] = ACTIONS(2349), + [anon_sym_for] = ACTIONS(2349), + [anon_sym_LPAREN] = ACTIONS(2347), + [anon_sym_await] = ACTIONS(2349), + [anon_sym_while] = ACTIONS(2349), + [anon_sym_do] = ACTIONS(2349), + [anon_sym_try] = ACTIONS(2349), + [anon_sym_with] = ACTIONS(2349), + [anon_sym_break] = ACTIONS(2349), + [anon_sym_continue] = ACTIONS(2349), + [anon_sym_debugger] = ACTIONS(2349), + [anon_sym_return] = ACTIONS(2349), + [anon_sym_throw] = ACTIONS(2349), + [anon_sym_SEMI] = ACTIONS(2347), + [anon_sym_case] = ACTIONS(2349), + [anon_sym_yield] = ACTIONS(2349), + [anon_sym_LBRACK] = ACTIONS(2347), + [anon_sym_LTtemplate_GT] = ACTIONS(2347), + [anon_sym_class] = ACTIONS(2349), + [anon_sym_async] = ACTIONS(2349), + [anon_sym_function] = ACTIONS(2349), + [anon_sym_new] = ACTIONS(2349), + [anon_sym_PLUS] = ACTIONS(2349), + [anon_sym_DASH] = ACTIONS(2349), + [anon_sym_SLASH] = ACTIONS(2349), + [anon_sym_LT] = ACTIONS(2349), + [anon_sym_TILDE] = ACTIONS(2347), + [anon_sym_void] = ACTIONS(2349), + [anon_sym_delete] = ACTIONS(2349), + [anon_sym_PLUS_PLUS] = ACTIONS(2347), + [anon_sym_DASH_DASH] = ACTIONS(2349), + [anon_sym_DQUOTE] = ACTIONS(2347), + [anon_sym_SQUOTE] = ACTIONS(2347), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2347), + [sym_number] = ACTIONS(2347), + [sym_this] = ACTIONS(2349), + [sym_super] = ACTIONS(2349), + [sym_true] = ACTIONS(2349), + [sym_false] = ACTIONS(2349), + [sym_null] = ACTIONS(2349), + [sym_undefined] = ACTIONS(2349), + [anon_sym_AT] = ACTIONS(2347), + [anon_sym_static] = ACTIONS(2349), + [anon_sym_readonly] = ACTIONS(2349), + [anon_sym_get] = ACTIONS(2349), + [anon_sym_set] = ACTIONS(2349), + [anon_sym_declare] = ACTIONS(2349), + [anon_sym_public] = ACTIONS(2349), + [anon_sym_private] = ACTIONS(2349), + [anon_sym_protected] = ACTIONS(2349), + [anon_sym_override] = ACTIONS(2349), + [anon_sym_module] = ACTIONS(2349), + [anon_sym_any] = ACTIONS(2349), + [anon_sym_number] = ACTIONS(2349), + [anon_sym_boolean] = ACTIONS(2349), + [anon_sym_string] = ACTIONS(2349), + [anon_sym_symbol] = ACTIONS(2349), + [anon_sym_abstract] = ACTIONS(2349), + [anon_sym_interface] = ACTIONS(2349), + [anon_sym_enum] = ACTIONS(2349), }, [735] = { - [ts_builtin_sym_end] = ACTIONS(2333), - [sym_identifier] = ACTIONS(2335), - [anon_sym_export] = ACTIONS(2335), - [anon_sym_default] = ACTIONS(2335), - [anon_sym_type] = ACTIONS(2335), - [anon_sym_namespace] = ACTIONS(2335), - [anon_sym_LBRACE] = ACTIONS(2333), - [anon_sym_RBRACE] = ACTIONS(2333), - [anon_sym_typeof] = ACTIONS(2335), - [anon_sym_import] = ACTIONS(2335), - [anon_sym_var] = ACTIONS(2335), - [anon_sym_let] = ACTIONS(2335), - [anon_sym_const] = ACTIONS(2335), - [anon_sym_BANG] = ACTIONS(2333), - [anon_sym_else] = ACTIONS(2335), - [anon_sym_if] = ACTIONS(2335), - [anon_sym_switch] = ACTIONS(2335), - [anon_sym_for] = ACTIONS(2335), - [anon_sym_LPAREN] = ACTIONS(2333), - [anon_sym_await] = ACTIONS(2335), - [anon_sym_while] = ACTIONS(2335), - [anon_sym_do] = ACTIONS(2335), - [anon_sym_try] = ACTIONS(2335), - [anon_sym_with] = ACTIONS(2335), - [anon_sym_break] = ACTIONS(2335), - [anon_sym_continue] = ACTIONS(2335), - [anon_sym_debugger] = ACTIONS(2335), - [anon_sym_return] = ACTIONS(2335), - [anon_sym_throw] = ACTIONS(2335), - [anon_sym_SEMI] = ACTIONS(2333), - [anon_sym_case] = ACTIONS(2335), - [anon_sym_yield] = ACTIONS(2335), - [anon_sym_LBRACK] = ACTIONS(2333), - [anon_sym_LTtemplate_GT] = ACTIONS(2333), - [anon_sym_LT] = ACTIONS(2335), - [anon_sym_SLASH] = ACTIONS(2335), - [anon_sym_class] = ACTIONS(2335), - [anon_sym_async] = ACTIONS(2335), - [anon_sym_function] = ACTIONS(2335), - [anon_sym_new] = ACTIONS(2335), - [anon_sym_PLUS] = ACTIONS(2335), - [anon_sym_DASH] = ACTIONS(2335), - [anon_sym_TILDE] = ACTIONS(2333), - [anon_sym_void] = ACTIONS(2335), - [anon_sym_delete] = ACTIONS(2335), - [anon_sym_PLUS_PLUS] = ACTIONS(2333), - [anon_sym_DASH_DASH] = ACTIONS(2333), - [anon_sym_DQUOTE] = ACTIONS(2333), - [anon_sym_SQUOTE] = ACTIONS(2333), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2333), - [sym_number] = ACTIONS(2333), - [sym_this] = ACTIONS(2335), - [sym_super] = ACTIONS(2335), - [sym_true] = ACTIONS(2335), - [sym_false] = ACTIONS(2335), - [sym_null] = ACTIONS(2335), - [sym_undefined] = ACTIONS(2335), - [anon_sym_AT] = ACTIONS(2333), - [anon_sym_static] = ACTIONS(2335), - [anon_sym_readonly] = ACTIONS(2335), - [anon_sym_get] = ACTIONS(2335), - [anon_sym_set] = ACTIONS(2335), - [anon_sym_declare] = ACTIONS(2335), - [anon_sym_public] = ACTIONS(2335), - [anon_sym_private] = ACTIONS(2335), - [anon_sym_protected] = ACTIONS(2335), - [anon_sym_override] = ACTIONS(2335), - [anon_sym_module] = ACTIONS(2335), - [anon_sym_any] = ACTIONS(2335), - [anon_sym_number] = ACTIONS(2335), - [anon_sym_boolean] = ACTIONS(2335), - [anon_sym_string] = ACTIONS(2335), - [anon_sym_symbol] = ACTIONS(2335), - [anon_sym_abstract] = ACTIONS(2335), - [anon_sym_interface] = ACTIONS(2335), - [anon_sym_enum] = ACTIONS(2335), + [ts_builtin_sym_end] = ACTIONS(2351), + [sym_identifier] = ACTIONS(2353), + [anon_sym_export] = ACTIONS(2353), + [anon_sym_default] = ACTIONS(2353), + [anon_sym_type] = ACTIONS(2353), + [anon_sym_namespace] = ACTIONS(2353), + [anon_sym_LBRACE] = ACTIONS(2351), + [anon_sym_RBRACE] = ACTIONS(2351), + [anon_sym_typeof] = ACTIONS(2353), + [anon_sym_import] = ACTIONS(2353), + [anon_sym_var] = ACTIONS(2353), + [anon_sym_let] = ACTIONS(2353), + [anon_sym_const] = ACTIONS(2353), + [anon_sym_BANG] = ACTIONS(2351), + [anon_sym_else] = ACTIONS(2353), + [anon_sym_if] = ACTIONS(2353), + [anon_sym_switch] = ACTIONS(2353), + [anon_sym_for] = ACTIONS(2353), + [anon_sym_LPAREN] = ACTIONS(2351), + [anon_sym_await] = ACTIONS(2353), + [anon_sym_while] = ACTIONS(2353), + [anon_sym_do] = ACTIONS(2353), + [anon_sym_try] = ACTIONS(2353), + [anon_sym_with] = ACTIONS(2353), + [anon_sym_break] = ACTIONS(2353), + [anon_sym_continue] = ACTIONS(2353), + [anon_sym_debugger] = ACTIONS(2353), + [anon_sym_return] = ACTIONS(2353), + [anon_sym_throw] = ACTIONS(2353), + [anon_sym_SEMI] = ACTIONS(2351), + [anon_sym_case] = ACTIONS(2353), + [anon_sym_yield] = ACTIONS(2353), + [anon_sym_LBRACK] = ACTIONS(2351), + [anon_sym_LTtemplate_GT] = ACTIONS(2351), + [anon_sym_class] = ACTIONS(2353), + [anon_sym_async] = ACTIONS(2353), + [anon_sym_function] = ACTIONS(2353), + [anon_sym_new] = ACTIONS(2353), + [anon_sym_PLUS] = ACTIONS(2353), + [anon_sym_DASH] = ACTIONS(2353), + [anon_sym_SLASH] = ACTIONS(2353), + [anon_sym_LT] = ACTIONS(2353), + [anon_sym_TILDE] = ACTIONS(2351), + [anon_sym_void] = ACTIONS(2353), + [anon_sym_delete] = ACTIONS(2353), + [anon_sym_PLUS_PLUS] = ACTIONS(2351), + [anon_sym_DASH_DASH] = ACTIONS(2353), + [anon_sym_DQUOTE] = ACTIONS(2351), + [anon_sym_SQUOTE] = ACTIONS(2351), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2351), + [sym_number] = ACTIONS(2351), + [sym_this] = ACTIONS(2353), + [sym_super] = ACTIONS(2353), + [sym_true] = ACTIONS(2353), + [sym_false] = ACTIONS(2353), + [sym_null] = ACTIONS(2353), + [sym_undefined] = ACTIONS(2353), + [anon_sym_AT] = ACTIONS(2351), + [anon_sym_static] = ACTIONS(2353), + [anon_sym_readonly] = ACTIONS(2353), + [anon_sym_get] = ACTIONS(2353), + [anon_sym_set] = ACTIONS(2353), + [anon_sym_declare] = ACTIONS(2353), + [anon_sym_public] = ACTIONS(2353), + [anon_sym_private] = ACTIONS(2353), + [anon_sym_protected] = ACTIONS(2353), + [anon_sym_override] = ACTIONS(2353), + [anon_sym_module] = ACTIONS(2353), + [anon_sym_any] = ACTIONS(2353), + [anon_sym_number] = ACTIONS(2353), + [anon_sym_boolean] = ACTIONS(2353), + [anon_sym_string] = ACTIONS(2353), + [anon_sym_symbol] = ACTIONS(2353), + [anon_sym_abstract] = ACTIONS(2353), + [anon_sym_interface] = ACTIONS(2353), + [anon_sym_enum] = ACTIONS(2353), }, [736] = { - [ts_builtin_sym_end] = ACTIONS(2337), - [sym_identifier] = ACTIONS(2339), - [anon_sym_export] = ACTIONS(2339), - [anon_sym_default] = ACTIONS(2339), - [anon_sym_type] = ACTIONS(2339), - [anon_sym_namespace] = ACTIONS(2339), - [anon_sym_LBRACE] = ACTIONS(2337), - [anon_sym_RBRACE] = ACTIONS(2337), - [anon_sym_typeof] = ACTIONS(2339), - [anon_sym_import] = ACTIONS(2339), - [anon_sym_var] = ACTIONS(2339), - [anon_sym_let] = ACTIONS(2339), - [anon_sym_const] = ACTIONS(2339), - [anon_sym_BANG] = ACTIONS(2337), - [anon_sym_else] = ACTIONS(2339), - [anon_sym_if] = ACTIONS(2339), - [anon_sym_switch] = ACTIONS(2339), - [anon_sym_for] = ACTIONS(2339), - [anon_sym_LPAREN] = ACTIONS(2337), - [anon_sym_await] = ACTIONS(2339), - [anon_sym_while] = ACTIONS(2339), - [anon_sym_do] = ACTIONS(2339), - [anon_sym_try] = ACTIONS(2339), - [anon_sym_with] = ACTIONS(2339), - [anon_sym_break] = ACTIONS(2339), - [anon_sym_continue] = ACTIONS(2339), - [anon_sym_debugger] = ACTIONS(2339), - [anon_sym_return] = ACTIONS(2339), - [anon_sym_throw] = ACTIONS(2339), - [anon_sym_SEMI] = ACTIONS(2337), - [anon_sym_case] = ACTIONS(2339), - [anon_sym_yield] = ACTIONS(2339), - [anon_sym_LBRACK] = ACTIONS(2337), - [anon_sym_LTtemplate_GT] = ACTIONS(2337), - [anon_sym_LT] = ACTIONS(2339), - [anon_sym_SLASH] = ACTIONS(2339), - [anon_sym_class] = ACTIONS(2339), - [anon_sym_async] = ACTIONS(2339), - [anon_sym_function] = ACTIONS(2339), - [anon_sym_new] = ACTIONS(2339), - [anon_sym_PLUS] = ACTIONS(2339), - [anon_sym_DASH] = ACTIONS(2339), - [anon_sym_TILDE] = ACTIONS(2337), - [anon_sym_void] = ACTIONS(2339), - [anon_sym_delete] = ACTIONS(2339), - [anon_sym_PLUS_PLUS] = ACTIONS(2337), - [anon_sym_DASH_DASH] = ACTIONS(2337), - [anon_sym_DQUOTE] = ACTIONS(2337), - [anon_sym_SQUOTE] = ACTIONS(2337), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2337), - [sym_number] = ACTIONS(2337), - [sym_this] = ACTIONS(2339), - [sym_super] = ACTIONS(2339), - [sym_true] = ACTIONS(2339), - [sym_false] = ACTIONS(2339), - [sym_null] = ACTIONS(2339), - [sym_undefined] = ACTIONS(2339), - [anon_sym_AT] = ACTIONS(2337), - [anon_sym_static] = ACTIONS(2339), - [anon_sym_readonly] = ACTIONS(2339), - [anon_sym_get] = ACTIONS(2339), - [anon_sym_set] = ACTIONS(2339), - [anon_sym_declare] = ACTIONS(2339), - [anon_sym_public] = ACTIONS(2339), - [anon_sym_private] = ACTIONS(2339), - [anon_sym_protected] = ACTIONS(2339), - [anon_sym_override] = ACTIONS(2339), - [anon_sym_module] = ACTIONS(2339), - [anon_sym_any] = ACTIONS(2339), - [anon_sym_number] = ACTIONS(2339), - [anon_sym_boolean] = ACTIONS(2339), - [anon_sym_string] = ACTIONS(2339), - [anon_sym_symbol] = ACTIONS(2339), - [anon_sym_abstract] = ACTIONS(2339), - [anon_sym_interface] = ACTIONS(2339), - [anon_sym_enum] = ACTIONS(2339), + [ts_builtin_sym_end] = ACTIONS(2355), + [sym_identifier] = ACTIONS(2357), + [anon_sym_export] = ACTIONS(2357), + [anon_sym_default] = ACTIONS(2357), + [anon_sym_type] = ACTIONS(2357), + [anon_sym_namespace] = ACTIONS(2357), + [anon_sym_LBRACE] = ACTIONS(2355), + [anon_sym_RBRACE] = ACTIONS(2355), + [anon_sym_typeof] = ACTIONS(2357), + [anon_sym_import] = ACTIONS(2357), + [anon_sym_var] = ACTIONS(2357), + [anon_sym_let] = ACTIONS(2357), + [anon_sym_const] = ACTIONS(2357), + [anon_sym_BANG] = ACTIONS(2355), + [anon_sym_else] = ACTIONS(2357), + [anon_sym_if] = ACTIONS(2357), + [anon_sym_switch] = ACTIONS(2357), + [anon_sym_for] = ACTIONS(2357), + [anon_sym_LPAREN] = ACTIONS(2355), + [anon_sym_await] = ACTIONS(2357), + [anon_sym_while] = ACTIONS(2357), + [anon_sym_do] = ACTIONS(2357), + [anon_sym_try] = ACTIONS(2357), + [anon_sym_with] = ACTIONS(2357), + [anon_sym_break] = ACTIONS(2357), + [anon_sym_continue] = ACTIONS(2357), + [anon_sym_debugger] = ACTIONS(2357), + [anon_sym_return] = ACTIONS(2357), + [anon_sym_throw] = ACTIONS(2357), + [anon_sym_SEMI] = ACTIONS(2355), + [anon_sym_case] = ACTIONS(2357), + [anon_sym_yield] = ACTIONS(2357), + [anon_sym_LBRACK] = ACTIONS(2355), + [anon_sym_LTtemplate_GT] = ACTIONS(2355), + [anon_sym_class] = ACTIONS(2357), + [anon_sym_async] = ACTIONS(2357), + [anon_sym_function] = ACTIONS(2357), + [anon_sym_new] = ACTIONS(2357), + [anon_sym_PLUS] = ACTIONS(2357), + [anon_sym_DASH] = ACTIONS(2357), + [anon_sym_SLASH] = ACTIONS(2357), + [anon_sym_LT] = ACTIONS(2357), + [anon_sym_TILDE] = ACTIONS(2355), + [anon_sym_void] = ACTIONS(2357), + [anon_sym_delete] = ACTIONS(2357), + [anon_sym_PLUS_PLUS] = ACTIONS(2355), + [anon_sym_DASH_DASH] = ACTIONS(2357), + [anon_sym_DQUOTE] = ACTIONS(2355), + [anon_sym_SQUOTE] = ACTIONS(2355), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2355), + [sym_number] = ACTIONS(2355), + [sym_this] = ACTIONS(2357), + [sym_super] = ACTIONS(2357), + [sym_true] = ACTIONS(2357), + [sym_false] = ACTIONS(2357), + [sym_null] = ACTIONS(2357), + [sym_undefined] = ACTIONS(2357), + [anon_sym_AT] = ACTIONS(2355), + [anon_sym_static] = ACTIONS(2357), + [anon_sym_readonly] = ACTIONS(2357), + [anon_sym_get] = ACTIONS(2357), + [anon_sym_set] = ACTIONS(2357), + [anon_sym_declare] = ACTIONS(2357), + [anon_sym_public] = ACTIONS(2357), + [anon_sym_private] = ACTIONS(2357), + [anon_sym_protected] = ACTIONS(2357), + [anon_sym_override] = ACTIONS(2357), + [anon_sym_module] = ACTIONS(2357), + [anon_sym_any] = ACTIONS(2357), + [anon_sym_number] = ACTIONS(2357), + [anon_sym_boolean] = ACTIONS(2357), + [anon_sym_string] = ACTIONS(2357), + [anon_sym_symbol] = ACTIONS(2357), + [anon_sym_abstract] = ACTIONS(2357), + [anon_sym_interface] = ACTIONS(2357), + [anon_sym_enum] = ACTIONS(2357), }, [737] = { - [ts_builtin_sym_end] = ACTIONS(2341), - [sym_identifier] = ACTIONS(2343), - [anon_sym_export] = ACTIONS(2343), - [anon_sym_default] = ACTIONS(2343), - [anon_sym_type] = ACTIONS(2343), - [anon_sym_namespace] = ACTIONS(2343), - [anon_sym_LBRACE] = ACTIONS(2341), - [anon_sym_RBRACE] = ACTIONS(2341), - [anon_sym_typeof] = ACTIONS(2343), - [anon_sym_import] = ACTIONS(2343), - [anon_sym_var] = ACTIONS(2343), - [anon_sym_let] = ACTIONS(2343), - [anon_sym_const] = ACTIONS(2343), - [anon_sym_BANG] = ACTIONS(2341), - [anon_sym_else] = ACTIONS(2343), - [anon_sym_if] = ACTIONS(2343), - [anon_sym_switch] = ACTIONS(2343), - [anon_sym_for] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2341), - [anon_sym_await] = ACTIONS(2343), - [anon_sym_while] = ACTIONS(2343), - [anon_sym_do] = ACTIONS(2343), - [anon_sym_try] = ACTIONS(2343), - [anon_sym_with] = ACTIONS(2343), - [anon_sym_break] = ACTIONS(2343), - [anon_sym_continue] = ACTIONS(2343), - [anon_sym_debugger] = ACTIONS(2343), - [anon_sym_return] = ACTIONS(2343), - [anon_sym_throw] = ACTIONS(2343), - [anon_sym_SEMI] = ACTIONS(2341), - [anon_sym_case] = ACTIONS(2343), - [anon_sym_yield] = ACTIONS(2343), - [anon_sym_LBRACK] = ACTIONS(2341), - [anon_sym_LTtemplate_GT] = ACTIONS(2341), - [anon_sym_LT] = ACTIONS(2343), - [anon_sym_SLASH] = ACTIONS(2343), - [anon_sym_class] = ACTIONS(2343), - [anon_sym_async] = ACTIONS(2343), - [anon_sym_function] = ACTIONS(2343), - [anon_sym_new] = ACTIONS(2343), - [anon_sym_PLUS] = ACTIONS(2343), - [anon_sym_DASH] = ACTIONS(2343), - [anon_sym_TILDE] = ACTIONS(2341), - [anon_sym_void] = ACTIONS(2343), - [anon_sym_delete] = ACTIONS(2343), - [anon_sym_PLUS_PLUS] = ACTIONS(2341), - [anon_sym_DASH_DASH] = ACTIONS(2341), - [anon_sym_DQUOTE] = ACTIONS(2341), - [anon_sym_SQUOTE] = ACTIONS(2341), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2341), - [sym_number] = ACTIONS(2341), - [sym_this] = ACTIONS(2343), - [sym_super] = ACTIONS(2343), - [sym_true] = ACTIONS(2343), - [sym_false] = ACTIONS(2343), - [sym_null] = ACTIONS(2343), - [sym_undefined] = ACTIONS(2343), - [anon_sym_AT] = ACTIONS(2341), - [anon_sym_static] = ACTIONS(2343), - [anon_sym_readonly] = ACTIONS(2343), - [anon_sym_get] = ACTIONS(2343), - [anon_sym_set] = ACTIONS(2343), - [anon_sym_declare] = ACTIONS(2343), - [anon_sym_public] = ACTIONS(2343), - [anon_sym_private] = ACTIONS(2343), - [anon_sym_protected] = ACTIONS(2343), - [anon_sym_override] = ACTIONS(2343), - [anon_sym_module] = ACTIONS(2343), - [anon_sym_any] = ACTIONS(2343), - [anon_sym_number] = ACTIONS(2343), - [anon_sym_boolean] = ACTIONS(2343), - [anon_sym_string] = ACTIONS(2343), - [anon_sym_symbol] = ACTIONS(2343), - [anon_sym_abstract] = ACTIONS(2343), - [anon_sym_interface] = ACTIONS(2343), - [anon_sym_enum] = ACTIONS(2343), + [ts_builtin_sym_end] = ACTIONS(2355), + [sym_identifier] = ACTIONS(2357), + [anon_sym_export] = ACTIONS(2357), + [anon_sym_default] = ACTIONS(2357), + [anon_sym_type] = ACTIONS(2357), + [anon_sym_namespace] = ACTIONS(2357), + [anon_sym_LBRACE] = ACTIONS(2355), + [anon_sym_RBRACE] = ACTIONS(2355), + [anon_sym_typeof] = ACTIONS(2357), + [anon_sym_import] = ACTIONS(2357), + [anon_sym_var] = ACTIONS(2357), + [anon_sym_let] = ACTIONS(2357), + [anon_sym_const] = ACTIONS(2357), + [anon_sym_BANG] = ACTIONS(2355), + [anon_sym_else] = ACTIONS(2357), + [anon_sym_if] = ACTIONS(2357), + [anon_sym_switch] = ACTIONS(2357), + [anon_sym_for] = ACTIONS(2357), + [anon_sym_LPAREN] = ACTIONS(2355), + [anon_sym_await] = ACTIONS(2357), + [anon_sym_while] = ACTIONS(2357), + [anon_sym_do] = ACTIONS(2357), + [anon_sym_try] = ACTIONS(2357), + [anon_sym_with] = ACTIONS(2357), + [anon_sym_break] = ACTIONS(2357), + [anon_sym_continue] = ACTIONS(2357), + [anon_sym_debugger] = ACTIONS(2357), + [anon_sym_return] = ACTIONS(2357), + [anon_sym_throw] = ACTIONS(2357), + [anon_sym_SEMI] = ACTIONS(2355), + [anon_sym_case] = ACTIONS(2357), + [anon_sym_yield] = ACTIONS(2357), + [anon_sym_LBRACK] = ACTIONS(2355), + [anon_sym_LTtemplate_GT] = ACTIONS(2355), + [anon_sym_class] = ACTIONS(2357), + [anon_sym_async] = ACTIONS(2357), + [anon_sym_function] = ACTIONS(2357), + [anon_sym_new] = ACTIONS(2357), + [anon_sym_PLUS] = ACTIONS(2357), + [anon_sym_DASH] = ACTIONS(2357), + [anon_sym_SLASH] = ACTIONS(2357), + [anon_sym_LT] = ACTIONS(2357), + [anon_sym_TILDE] = ACTIONS(2355), + [anon_sym_void] = ACTIONS(2357), + [anon_sym_delete] = ACTIONS(2357), + [anon_sym_PLUS_PLUS] = ACTIONS(2355), + [anon_sym_DASH_DASH] = ACTIONS(2357), + [anon_sym_DQUOTE] = ACTIONS(2355), + [anon_sym_SQUOTE] = ACTIONS(2355), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2355), + [sym_number] = ACTIONS(2355), + [sym_this] = ACTIONS(2357), + [sym_super] = ACTIONS(2357), + [sym_true] = ACTIONS(2357), + [sym_false] = ACTIONS(2357), + [sym_null] = ACTIONS(2357), + [sym_undefined] = ACTIONS(2357), + [anon_sym_AT] = ACTIONS(2355), + [anon_sym_static] = ACTIONS(2357), + [anon_sym_readonly] = ACTIONS(2357), + [anon_sym_get] = ACTIONS(2357), + [anon_sym_set] = ACTIONS(2357), + [anon_sym_declare] = ACTIONS(2357), + [anon_sym_public] = ACTIONS(2357), + [anon_sym_private] = ACTIONS(2357), + [anon_sym_protected] = ACTIONS(2357), + [anon_sym_override] = ACTIONS(2357), + [anon_sym_module] = ACTIONS(2357), + [anon_sym_any] = ACTIONS(2357), + [anon_sym_number] = ACTIONS(2357), + [anon_sym_boolean] = ACTIONS(2357), + [anon_sym_string] = ACTIONS(2357), + [anon_sym_symbol] = ACTIONS(2357), + [anon_sym_abstract] = ACTIONS(2357), + [anon_sym_interface] = ACTIONS(2357), + [anon_sym_enum] = ACTIONS(2357), }, [738] = { - [ts_builtin_sym_end] = ACTIONS(2077), - [sym_identifier] = ACTIONS(2079), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_default] = ACTIONS(2079), - [anon_sym_type] = ACTIONS(2079), - [anon_sym_namespace] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2077), - [anon_sym_RBRACE] = ACTIONS(2077), - [anon_sym_typeof] = ACTIONS(2079), - [anon_sym_import] = ACTIONS(2079), - [anon_sym_var] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2077), - [anon_sym_else] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_switch] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2077), - [anon_sym_await] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_with] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_debugger] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_throw] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2077), - [anon_sym_case] = ACTIONS(2079), - [anon_sym_yield] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2077), - [anon_sym_LTtemplate_GT] = ACTIONS(2077), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_SLASH] = ACTIONS(2079), - [anon_sym_class] = ACTIONS(2079), - [anon_sym_async] = ACTIONS(2079), - [anon_sym_function] = ACTIONS(2079), - [anon_sym_new] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_TILDE] = ACTIONS(2077), - [anon_sym_void] = ACTIONS(2079), - [anon_sym_delete] = ACTIONS(2079), - [anon_sym_PLUS_PLUS] = ACTIONS(2077), - [anon_sym_DASH_DASH] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(2077), - [anon_sym_SQUOTE] = ACTIONS(2077), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2077), - [sym_number] = ACTIONS(2077), - [sym_this] = ACTIONS(2079), - [sym_super] = ACTIONS(2079), - [sym_true] = ACTIONS(2079), - [sym_false] = ACTIONS(2079), - [sym_null] = ACTIONS(2079), - [sym_undefined] = ACTIONS(2079), - [anon_sym_AT] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2079), - [anon_sym_readonly] = ACTIONS(2079), - [anon_sym_get] = ACTIONS(2079), - [anon_sym_set] = ACTIONS(2079), - [anon_sym_declare] = ACTIONS(2079), - [anon_sym_public] = ACTIONS(2079), - [anon_sym_private] = ACTIONS(2079), - [anon_sym_protected] = ACTIONS(2079), - [anon_sym_override] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_any] = ACTIONS(2079), - [anon_sym_number] = ACTIONS(2079), - [anon_sym_boolean] = ACTIONS(2079), - [anon_sym_string] = ACTIONS(2079), - [anon_sym_symbol] = ACTIONS(2079), - [anon_sym_abstract] = ACTIONS(2079), - [anon_sym_interface] = ACTIONS(2079), - [anon_sym_enum] = ACTIONS(2079), + [ts_builtin_sym_end] = ACTIONS(2359), + [sym_identifier] = ACTIONS(2361), + [anon_sym_export] = ACTIONS(2361), + [anon_sym_default] = ACTIONS(2361), + [anon_sym_type] = ACTIONS(2361), + [anon_sym_namespace] = ACTIONS(2361), + [anon_sym_LBRACE] = ACTIONS(2359), + [anon_sym_RBRACE] = ACTIONS(2359), + [anon_sym_typeof] = ACTIONS(2361), + [anon_sym_import] = ACTIONS(2361), + [anon_sym_var] = ACTIONS(2361), + [anon_sym_let] = ACTIONS(2361), + [anon_sym_const] = ACTIONS(2361), + [anon_sym_BANG] = ACTIONS(2359), + [anon_sym_else] = ACTIONS(2361), + [anon_sym_if] = ACTIONS(2361), + [anon_sym_switch] = ACTIONS(2361), + [anon_sym_for] = ACTIONS(2361), + [anon_sym_LPAREN] = ACTIONS(2359), + [anon_sym_await] = ACTIONS(2361), + [anon_sym_while] = ACTIONS(2361), + [anon_sym_do] = ACTIONS(2361), + [anon_sym_try] = ACTIONS(2361), + [anon_sym_with] = ACTIONS(2361), + [anon_sym_break] = ACTIONS(2361), + [anon_sym_continue] = ACTIONS(2361), + [anon_sym_debugger] = ACTIONS(2361), + [anon_sym_return] = ACTIONS(2361), + [anon_sym_throw] = ACTIONS(2361), + [anon_sym_SEMI] = ACTIONS(2359), + [anon_sym_case] = ACTIONS(2361), + [anon_sym_yield] = ACTIONS(2361), + [anon_sym_LBRACK] = ACTIONS(2359), + [anon_sym_LTtemplate_GT] = ACTIONS(2359), + [anon_sym_class] = ACTIONS(2361), + [anon_sym_async] = ACTIONS(2361), + [anon_sym_function] = ACTIONS(2361), + [anon_sym_new] = ACTIONS(2361), + [anon_sym_PLUS] = ACTIONS(2361), + [anon_sym_DASH] = ACTIONS(2361), + [anon_sym_SLASH] = ACTIONS(2361), + [anon_sym_LT] = ACTIONS(2361), + [anon_sym_TILDE] = ACTIONS(2359), + [anon_sym_void] = ACTIONS(2361), + [anon_sym_delete] = ACTIONS(2361), + [anon_sym_PLUS_PLUS] = ACTIONS(2359), + [anon_sym_DASH_DASH] = ACTIONS(2361), + [anon_sym_DQUOTE] = ACTIONS(2359), + [anon_sym_SQUOTE] = ACTIONS(2359), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2359), + [sym_number] = ACTIONS(2359), + [sym_this] = ACTIONS(2361), + [sym_super] = ACTIONS(2361), + [sym_true] = ACTIONS(2361), + [sym_false] = ACTIONS(2361), + [sym_null] = ACTIONS(2361), + [sym_undefined] = ACTIONS(2361), + [anon_sym_AT] = ACTIONS(2359), + [anon_sym_static] = ACTIONS(2361), + [anon_sym_readonly] = ACTIONS(2361), + [anon_sym_get] = ACTIONS(2361), + [anon_sym_set] = ACTIONS(2361), + [anon_sym_declare] = ACTIONS(2361), + [anon_sym_public] = ACTIONS(2361), + [anon_sym_private] = ACTIONS(2361), + [anon_sym_protected] = ACTIONS(2361), + [anon_sym_override] = ACTIONS(2361), + [anon_sym_module] = ACTIONS(2361), + [anon_sym_any] = ACTIONS(2361), + [anon_sym_number] = ACTIONS(2361), + [anon_sym_boolean] = ACTIONS(2361), + [anon_sym_string] = ACTIONS(2361), + [anon_sym_symbol] = ACTIONS(2361), + [anon_sym_abstract] = ACTIONS(2361), + [anon_sym_interface] = ACTIONS(2361), + [anon_sym_enum] = ACTIONS(2361), }, [739] = { - [ts_builtin_sym_end] = ACTIONS(2345), - [sym_identifier] = ACTIONS(2347), - [anon_sym_export] = ACTIONS(2347), - [anon_sym_default] = ACTIONS(2347), - [anon_sym_type] = ACTIONS(2347), - [anon_sym_namespace] = ACTIONS(2347), - [anon_sym_LBRACE] = ACTIONS(2345), - [anon_sym_RBRACE] = ACTIONS(2345), - [anon_sym_typeof] = ACTIONS(2347), - [anon_sym_import] = ACTIONS(2347), - [anon_sym_var] = ACTIONS(2347), - [anon_sym_let] = ACTIONS(2347), - [anon_sym_const] = ACTIONS(2347), - [anon_sym_BANG] = ACTIONS(2345), - [anon_sym_else] = ACTIONS(2347), - [anon_sym_if] = ACTIONS(2347), - [anon_sym_switch] = ACTIONS(2347), - [anon_sym_for] = ACTIONS(2347), - [anon_sym_LPAREN] = ACTIONS(2345), - [anon_sym_await] = ACTIONS(2347), - [anon_sym_while] = ACTIONS(2347), - [anon_sym_do] = ACTIONS(2347), - [anon_sym_try] = ACTIONS(2347), - [anon_sym_with] = ACTIONS(2347), - [anon_sym_break] = ACTIONS(2347), - [anon_sym_continue] = ACTIONS(2347), - [anon_sym_debugger] = ACTIONS(2347), - [anon_sym_return] = ACTIONS(2347), - [anon_sym_throw] = ACTIONS(2347), - [anon_sym_SEMI] = ACTIONS(2345), - [anon_sym_case] = ACTIONS(2347), - [anon_sym_yield] = ACTIONS(2347), - [anon_sym_LBRACK] = ACTIONS(2345), - [anon_sym_LTtemplate_GT] = ACTIONS(2345), - [anon_sym_LT] = ACTIONS(2347), - [anon_sym_SLASH] = ACTIONS(2347), - [anon_sym_class] = ACTIONS(2347), - [anon_sym_async] = ACTIONS(2347), - [anon_sym_function] = ACTIONS(2347), - [anon_sym_new] = ACTIONS(2347), - [anon_sym_PLUS] = ACTIONS(2347), - [anon_sym_DASH] = ACTIONS(2347), - [anon_sym_TILDE] = ACTIONS(2345), - [anon_sym_void] = ACTIONS(2347), - [anon_sym_delete] = ACTIONS(2347), - [anon_sym_PLUS_PLUS] = ACTIONS(2345), - [anon_sym_DASH_DASH] = ACTIONS(2345), - [anon_sym_DQUOTE] = ACTIONS(2345), - [anon_sym_SQUOTE] = ACTIONS(2345), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2345), - [sym_number] = ACTIONS(2345), - [sym_this] = ACTIONS(2347), - [sym_super] = ACTIONS(2347), - [sym_true] = ACTIONS(2347), - [sym_false] = ACTIONS(2347), - [sym_null] = ACTIONS(2347), - [sym_undefined] = ACTIONS(2347), - [anon_sym_AT] = ACTIONS(2345), - [anon_sym_static] = ACTIONS(2347), - [anon_sym_readonly] = ACTIONS(2347), - [anon_sym_get] = ACTIONS(2347), - [anon_sym_set] = ACTIONS(2347), - [anon_sym_declare] = ACTIONS(2347), - [anon_sym_public] = ACTIONS(2347), - [anon_sym_private] = ACTIONS(2347), - [anon_sym_protected] = ACTIONS(2347), - [anon_sym_override] = ACTIONS(2347), - [anon_sym_module] = ACTIONS(2347), - [anon_sym_any] = ACTIONS(2347), - [anon_sym_number] = ACTIONS(2347), - [anon_sym_boolean] = ACTIONS(2347), - [anon_sym_string] = ACTIONS(2347), - [anon_sym_symbol] = ACTIONS(2347), - [anon_sym_abstract] = ACTIONS(2347), - [anon_sym_interface] = ACTIONS(2347), - [anon_sym_enum] = ACTIONS(2347), + [ts_builtin_sym_end] = ACTIONS(2363), + [sym_identifier] = ACTIONS(2365), + [anon_sym_export] = ACTIONS(2365), + [anon_sym_default] = ACTIONS(2365), + [anon_sym_type] = ACTIONS(2365), + [anon_sym_namespace] = ACTIONS(2365), + [anon_sym_LBRACE] = ACTIONS(2363), + [anon_sym_RBRACE] = ACTIONS(2363), + [anon_sym_typeof] = ACTIONS(2365), + [anon_sym_import] = ACTIONS(2365), + [anon_sym_var] = ACTIONS(2365), + [anon_sym_let] = ACTIONS(2365), + [anon_sym_const] = ACTIONS(2365), + [anon_sym_BANG] = ACTIONS(2363), + [anon_sym_else] = ACTIONS(2365), + [anon_sym_if] = ACTIONS(2365), + [anon_sym_switch] = ACTIONS(2365), + [anon_sym_for] = ACTIONS(2365), + [anon_sym_LPAREN] = ACTIONS(2363), + [anon_sym_await] = ACTIONS(2365), + [anon_sym_while] = ACTIONS(2365), + [anon_sym_do] = ACTIONS(2365), + [anon_sym_try] = ACTIONS(2365), + [anon_sym_with] = ACTIONS(2365), + [anon_sym_break] = ACTIONS(2365), + [anon_sym_continue] = ACTIONS(2365), + [anon_sym_debugger] = ACTIONS(2365), + [anon_sym_return] = ACTIONS(2365), + [anon_sym_throw] = ACTIONS(2365), + [anon_sym_SEMI] = ACTIONS(2363), + [anon_sym_case] = ACTIONS(2365), + [anon_sym_yield] = ACTIONS(2365), + [anon_sym_LBRACK] = ACTIONS(2363), + [anon_sym_LTtemplate_GT] = ACTIONS(2363), + [anon_sym_class] = ACTIONS(2365), + [anon_sym_async] = ACTIONS(2365), + [anon_sym_function] = ACTIONS(2365), + [anon_sym_new] = ACTIONS(2365), + [anon_sym_PLUS] = ACTIONS(2365), + [anon_sym_DASH] = ACTIONS(2365), + [anon_sym_SLASH] = ACTIONS(2365), + [anon_sym_LT] = ACTIONS(2365), + [anon_sym_TILDE] = ACTIONS(2363), + [anon_sym_void] = ACTIONS(2365), + [anon_sym_delete] = ACTIONS(2365), + [anon_sym_PLUS_PLUS] = ACTIONS(2363), + [anon_sym_DASH_DASH] = ACTIONS(2365), + [anon_sym_DQUOTE] = ACTIONS(2363), + [anon_sym_SQUOTE] = ACTIONS(2363), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2363), + [sym_number] = ACTIONS(2363), + [sym_this] = ACTIONS(2365), + [sym_super] = ACTIONS(2365), + [sym_true] = ACTIONS(2365), + [sym_false] = ACTIONS(2365), + [sym_null] = ACTIONS(2365), + [sym_undefined] = ACTIONS(2365), + [anon_sym_AT] = ACTIONS(2363), + [anon_sym_static] = ACTIONS(2365), + [anon_sym_readonly] = ACTIONS(2365), + [anon_sym_get] = ACTIONS(2365), + [anon_sym_set] = ACTIONS(2365), + [anon_sym_declare] = ACTIONS(2365), + [anon_sym_public] = ACTIONS(2365), + [anon_sym_private] = ACTIONS(2365), + [anon_sym_protected] = ACTIONS(2365), + [anon_sym_override] = ACTIONS(2365), + [anon_sym_module] = ACTIONS(2365), + [anon_sym_any] = ACTIONS(2365), + [anon_sym_number] = ACTIONS(2365), + [anon_sym_boolean] = ACTIONS(2365), + [anon_sym_string] = ACTIONS(2365), + [anon_sym_symbol] = ACTIONS(2365), + [anon_sym_abstract] = ACTIONS(2365), + [anon_sym_interface] = ACTIONS(2365), + [anon_sym_enum] = ACTIONS(2365), }, [740] = { - [ts_builtin_sym_end] = ACTIONS(2349), - [sym_identifier] = ACTIONS(2351), - [anon_sym_export] = ACTIONS(2351), - [anon_sym_default] = ACTIONS(2351), - [anon_sym_type] = ACTIONS(2351), - [anon_sym_namespace] = ACTIONS(2351), - [anon_sym_LBRACE] = ACTIONS(2349), - [anon_sym_RBRACE] = ACTIONS(2349), - [anon_sym_typeof] = ACTIONS(2351), - [anon_sym_import] = ACTIONS(2351), - [anon_sym_var] = ACTIONS(2351), - [anon_sym_let] = ACTIONS(2351), - [anon_sym_const] = ACTIONS(2351), - [anon_sym_BANG] = ACTIONS(2349), - [anon_sym_else] = ACTIONS(2351), - [anon_sym_if] = ACTIONS(2351), - [anon_sym_switch] = ACTIONS(2351), - [anon_sym_for] = ACTIONS(2351), - [anon_sym_LPAREN] = ACTIONS(2349), - [anon_sym_await] = ACTIONS(2351), - [anon_sym_while] = ACTIONS(2351), - [anon_sym_do] = ACTIONS(2351), - [anon_sym_try] = ACTIONS(2351), - [anon_sym_with] = ACTIONS(2351), - [anon_sym_break] = ACTIONS(2351), - [anon_sym_continue] = ACTIONS(2351), - [anon_sym_debugger] = ACTIONS(2351), - [anon_sym_return] = ACTIONS(2351), - [anon_sym_throw] = ACTIONS(2351), - [anon_sym_SEMI] = ACTIONS(2349), - [anon_sym_case] = ACTIONS(2351), - [anon_sym_yield] = ACTIONS(2351), - [anon_sym_LBRACK] = ACTIONS(2349), - [anon_sym_LTtemplate_GT] = ACTIONS(2349), - [anon_sym_LT] = ACTIONS(2351), - [anon_sym_SLASH] = ACTIONS(2351), - [anon_sym_class] = ACTIONS(2351), - [anon_sym_async] = ACTIONS(2351), - [anon_sym_function] = ACTIONS(2351), - [anon_sym_new] = ACTIONS(2351), - [anon_sym_PLUS] = ACTIONS(2351), - [anon_sym_DASH] = ACTIONS(2351), - [anon_sym_TILDE] = ACTIONS(2349), - [anon_sym_void] = ACTIONS(2351), - [anon_sym_delete] = ACTIONS(2351), - [anon_sym_PLUS_PLUS] = ACTIONS(2349), - [anon_sym_DASH_DASH] = ACTIONS(2349), - [anon_sym_DQUOTE] = ACTIONS(2349), - [anon_sym_SQUOTE] = ACTIONS(2349), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2349), - [sym_number] = ACTIONS(2349), - [sym_this] = ACTIONS(2351), - [sym_super] = ACTIONS(2351), - [sym_true] = ACTIONS(2351), - [sym_false] = ACTIONS(2351), - [sym_null] = ACTIONS(2351), - [sym_undefined] = ACTIONS(2351), - [anon_sym_AT] = ACTIONS(2349), - [anon_sym_static] = ACTIONS(2351), - [anon_sym_readonly] = ACTIONS(2351), - [anon_sym_get] = ACTIONS(2351), - [anon_sym_set] = ACTIONS(2351), - [anon_sym_declare] = ACTIONS(2351), - [anon_sym_public] = ACTIONS(2351), - [anon_sym_private] = ACTIONS(2351), - [anon_sym_protected] = ACTIONS(2351), - [anon_sym_override] = ACTIONS(2351), - [anon_sym_module] = ACTIONS(2351), - [anon_sym_any] = ACTIONS(2351), - [anon_sym_number] = ACTIONS(2351), - [anon_sym_boolean] = ACTIONS(2351), - [anon_sym_string] = ACTIONS(2351), - [anon_sym_symbol] = ACTIONS(2351), - [anon_sym_abstract] = ACTIONS(2351), - [anon_sym_interface] = ACTIONS(2351), - [anon_sym_enum] = ACTIONS(2351), + [ts_builtin_sym_end] = ACTIONS(2367), + [sym_identifier] = ACTIONS(2369), + [anon_sym_export] = ACTIONS(2369), + [anon_sym_default] = ACTIONS(2369), + [anon_sym_type] = ACTIONS(2369), + [anon_sym_namespace] = ACTIONS(2369), + [anon_sym_LBRACE] = ACTIONS(2367), + [anon_sym_RBRACE] = ACTIONS(2367), + [anon_sym_typeof] = ACTIONS(2369), + [anon_sym_import] = ACTIONS(2369), + [anon_sym_var] = ACTIONS(2369), + [anon_sym_let] = ACTIONS(2369), + [anon_sym_const] = ACTIONS(2369), + [anon_sym_BANG] = ACTIONS(2367), + [anon_sym_else] = ACTIONS(2369), + [anon_sym_if] = ACTIONS(2369), + [anon_sym_switch] = ACTIONS(2369), + [anon_sym_for] = ACTIONS(2369), + [anon_sym_LPAREN] = ACTIONS(2367), + [anon_sym_await] = ACTIONS(2369), + [anon_sym_while] = ACTIONS(2369), + [anon_sym_do] = ACTIONS(2369), + [anon_sym_try] = ACTIONS(2369), + [anon_sym_with] = ACTIONS(2369), + [anon_sym_break] = ACTIONS(2369), + [anon_sym_continue] = ACTIONS(2369), + [anon_sym_debugger] = ACTIONS(2369), + [anon_sym_return] = ACTIONS(2369), + [anon_sym_throw] = ACTIONS(2369), + [anon_sym_SEMI] = ACTIONS(2367), + [anon_sym_case] = ACTIONS(2369), + [anon_sym_yield] = ACTIONS(2369), + [anon_sym_LBRACK] = ACTIONS(2367), + [anon_sym_LTtemplate_GT] = ACTIONS(2367), + [anon_sym_class] = ACTIONS(2369), + [anon_sym_async] = ACTIONS(2369), + [anon_sym_function] = ACTIONS(2369), + [anon_sym_new] = ACTIONS(2369), + [anon_sym_PLUS] = ACTIONS(2369), + [anon_sym_DASH] = ACTIONS(2369), + [anon_sym_SLASH] = ACTIONS(2369), + [anon_sym_LT] = ACTIONS(2369), + [anon_sym_TILDE] = ACTIONS(2367), + [anon_sym_void] = ACTIONS(2369), + [anon_sym_delete] = ACTIONS(2369), + [anon_sym_PLUS_PLUS] = ACTIONS(2367), + [anon_sym_DASH_DASH] = ACTIONS(2369), + [anon_sym_DQUOTE] = ACTIONS(2367), + [anon_sym_SQUOTE] = ACTIONS(2367), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2367), + [sym_number] = ACTIONS(2367), + [sym_this] = ACTIONS(2369), + [sym_super] = ACTIONS(2369), + [sym_true] = ACTIONS(2369), + [sym_false] = ACTIONS(2369), + [sym_null] = ACTIONS(2369), + [sym_undefined] = ACTIONS(2369), + [anon_sym_AT] = ACTIONS(2367), + [anon_sym_static] = ACTIONS(2369), + [anon_sym_readonly] = ACTIONS(2369), + [anon_sym_get] = ACTIONS(2369), + [anon_sym_set] = ACTIONS(2369), + [anon_sym_declare] = ACTIONS(2369), + [anon_sym_public] = ACTIONS(2369), + [anon_sym_private] = ACTIONS(2369), + [anon_sym_protected] = ACTIONS(2369), + [anon_sym_override] = ACTIONS(2369), + [anon_sym_module] = ACTIONS(2369), + [anon_sym_any] = ACTIONS(2369), + [anon_sym_number] = ACTIONS(2369), + [anon_sym_boolean] = ACTIONS(2369), + [anon_sym_string] = ACTIONS(2369), + [anon_sym_symbol] = ACTIONS(2369), + [anon_sym_abstract] = ACTIONS(2369), + [anon_sym_interface] = ACTIONS(2369), + [anon_sym_enum] = ACTIONS(2369), }, [741] = { - [ts_builtin_sym_end] = ACTIONS(2317), - [sym_identifier] = ACTIONS(2319), - [anon_sym_export] = ACTIONS(2319), - [anon_sym_default] = ACTIONS(2319), - [anon_sym_type] = ACTIONS(2319), - [anon_sym_namespace] = ACTIONS(2319), - [anon_sym_LBRACE] = ACTIONS(2317), - [anon_sym_RBRACE] = ACTIONS(2317), - [anon_sym_typeof] = ACTIONS(2319), - [anon_sym_import] = ACTIONS(2319), - [anon_sym_var] = ACTIONS(2319), - [anon_sym_let] = ACTIONS(2319), - [anon_sym_const] = ACTIONS(2319), - [anon_sym_BANG] = ACTIONS(2317), - [anon_sym_else] = ACTIONS(2319), - [anon_sym_if] = ACTIONS(2319), - [anon_sym_switch] = ACTIONS(2319), - [anon_sym_for] = ACTIONS(2319), - [anon_sym_LPAREN] = ACTIONS(2317), - [anon_sym_await] = ACTIONS(2319), - [anon_sym_while] = ACTIONS(2319), - [anon_sym_do] = ACTIONS(2319), - [anon_sym_try] = ACTIONS(2319), - [anon_sym_with] = ACTIONS(2319), - [anon_sym_break] = ACTIONS(2319), - [anon_sym_continue] = ACTIONS(2319), - [anon_sym_debugger] = ACTIONS(2319), - [anon_sym_return] = ACTIONS(2319), - [anon_sym_throw] = ACTIONS(2319), - [anon_sym_SEMI] = ACTIONS(2317), - [anon_sym_case] = ACTIONS(2319), - [anon_sym_yield] = ACTIONS(2319), - [anon_sym_LBRACK] = ACTIONS(2317), - [anon_sym_LTtemplate_GT] = ACTIONS(2317), - [anon_sym_LT] = ACTIONS(2319), - [anon_sym_SLASH] = ACTIONS(2319), - [anon_sym_class] = ACTIONS(2319), - [anon_sym_async] = ACTIONS(2319), - [anon_sym_function] = ACTIONS(2319), - [anon_sym_new] = ACTIONS(2319), - [anon_sym_PLUS] = ACTIONS(2319), - [anon_sym_DASH] = ACTIONS(2319), - [anon_sym_TILDE] = ACTIONS(2317), - [anon_sym_void] = ACTIONS(2319), - [anon_sym_delete] = ACTIONS(2319), - [anon_sym_PLUS_PLUS] = ACTIONS(2317), - [anon_sym_DASH_DASH] = ACTIONS(2317), - [anon_sym_DQUOTE] = ACTIONS(2317), - [anon_sym_SQUOTE] = ACTIONS(2317), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2317), - [sym_number] = ACTIONS(2317), - [sym_this] = ACTIONS(2319), - [sym_super] = ACTIONS(2319), - [sym_true] = ACTIONS(2319), - [sym_false] = ACTIONS(2319), - [sym_null] = ACTIONS(2319), - [sym_undefined] = ACTIONS(2319), - [anon_sym_AT] = ACTIONS(2317), - [anon_sym_static] = ACTIONS(2319), - [anon_sym_readonly] = ACTIONS(2319), - [anon_sym_get] = ACTIONS(2319), - [anon_sym_set] = ACTIONS(2319), - [anon_sym_declare] = ACTIONS(2319), - [anon_sym_public] = ACTIONS(2319), - [anon_sym_private] = ACTIONS(2319), - [anon_sym_protected] = ACTIONS(2319), - [anon_sym_override] = ACTIONS(2319), - [anon_sym_module] = ACTIONS(2319), - [anon_sym_any] = ACTIONS(2319), - [anon_sym_number] = ACTIONS(2319), - [anon_sym_boolean] = ACTIONS(2319), - [anon_sym_string] = ACTIONS(2319), - [anon_sym_symbol] = ACTIONS(2319), - [anon_sym_abstract] = ACTIONS(2319), - [anon_sym_interface] = ACTIONS(2319), - [anon_sym_enum] = ACTIONS(2319), + [ts_builtin_sym_end] = ACTIONS(2371), + [sym_identifier] = ACTIONS(2373), + [anon_sym_export] = ACTIONS(2373), + [anon_sym_default] = ACTIONS(2373), + [anon_sym_type] = ACTIONS(2373), + [anon_sym_namespace] = ACTIONS(2373), + [anon_sym_LBRACE] = ACTIONS(2371), + [anon_sym_RBRACE] = ACTIONS(2371), + [anon_sym_typeof] = ACTIONS(2373), + [anon_sym_import] = ACTIONS(2373), + [anon_sym_var] = ACTIONS(2373), + [anon_sym_let] = ACTIONS(2373), + [anon_sym_const] = ACTIONS(2373), + [anon_sym_BANG] = ACTIONS(2371), + [anon_sym_else] = ACTIONS(2373), + [anon_sym_if] = ACTIONS(2373), + [anon_sym_switch] = ACTIONS(2373), + [anon_sym_for] = ACTIONS(2373), + [anon_sym_LPAREN] = ACTIONS(2371), + [anon_sym_await] = ACTIONS(2373), + [anon_sym_while] = ACTIONS(2373), + [anon_sym_do] = ACTIONS(2373), + [anon_sym_try] = ACTIONS(2373), + [anon_sym_with] = ACTIONS(2373), + [anon_sym_break] = ACTIONS(2373), + [anon_sym_continue] = ACTIONS(2373), + [anon_sym_debugger] = ACTIONS(2373), + [anon_sym_return] = ACTIONS(2373), + [anon_sym_throw] = ACTIONS(2373), + [anon_sym_SEMI] = ACTIONS(2371), + [anon_sym_case] = ACTIONS(2373), + [anon_sym_yield] = ACTIONS(2373), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_LTtemplate_GT] = ACTIONS(2371), + [anon_sym_class] = ACTIONS(2373), + [anon_sym_async] = ACTIONS(2373), + [anon_sym_function] = ACTIONS(2373), + [anon_sym_new] = ACTIONS(2373), + [anon_sym_PLUS] = ACTIONS(2373), + [anon_sym_DASH] = ACTIONS(2373), + [anon_sym_SLASH] = ACTIONS(2373), + [anon_sym_LT] = ACTIONS(2373), + [anon_sym_TILDE] = ACTIONS(2371), + [anon_sym_void] = ACTIONS(2373), + [anon_sym_delete] = ACTIONS(2373), + [anon_sym_PLUS_PLUS] = ACTIONS(2371), + [anon_sym_DASH_DASH] = ACTIONS(2373), + [anon_sym_DQUOTE] = ACTIONS(2371), + [anon_sym_SQUOTE] = ACTIONS(2371), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2371), + [sym_number] = ACTIONS(2371), + [sym_this] = ACTIONS(2373), + [sym_super] = ACTIONS(2373), + [sym_true] = ACTIONS(2373), + [sym_false] = ACTIONS(2373), + [sym_null] = ACTIONS(2373), + [sym_undefined] = ACTIONS(2373), + [anon_sym_AT] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2373), + [anon_sym_readonly] = ACTIONS(2373), + [anon_sym_get] = ACTIONS(2373), + [anon_sym_set] = ACTIONS(2373), + [anon_sym_declare] = ACTIONS(2373), + [anon_sym_public] = ACTIONS(2373), + [anon_sym_private] = ACTIONS(2373), + [anon_sym_protected] = ACTIONS(2373), + [anon_sym_override] = ACTIONS(2373), + [anon_sym_module] = ACTIONS(2373), + [anon_sym_any] = ACTIONS(2373), + [anon_sym_number] = ACTIONS(2373), + [anon_sym_boolean] = ACTIONS(2373), + [anon_sym_string] = ACTIONS(2373), + [anon_sym_symbol] = ACTIONS(2373), + [anon_sym_abstract] = ACTIONS(2373), + [anon_sym_interface] = ACTIONS(2373), + [anon_sym_enum] = ACTIONS(2373), }, [742] = { - [ts_builtin_sym_end] = ACTIONS(2305), - [sym_identifier] = ACTIONS(2307), - [anon_sym_export] = ACTIONS(2307), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_type] = ACTIONS(2307), - [anon_sym_namespace] = ACTIONS(2307), - [anon_sym_LBRACE] = ACTIONS(2305), - [anon_sym_RBRACE] = ACTIONS(2305), - [anon_sym_typeof] = ACTIONS(2307), - [anon_sym_import] = ACTIONS(2307), - [anon_sym_var] = ACTIONS(2307), - [anon_sym_let] = ACTIONS(2307), - [anon_sym_const] = ACTIONS(2307), - [anon_sym_BANG] = ACTIONS(2305), - [anon_sym_else] = ACTIONS(2307), - [anon_sym_if] = ACTIONS(2307), - [anon_sym_switch] = ACTIONS(2307), - [anon_sym_for] = ACTIONS(2307), - [anon_sym_LPAREN] = ACTIONS(2305), - [anon_sym_await] = ACTIONS(2307), - [anon_sym_while] = ACTIONS(2307), - [anon_sym_do] = ACTIONS(2307), - [anon_sym_try] = ACTIONS(2307), - [anon_sym_with] = ACTIONS(2307), - [anon_sym_break] = ACTIONS(2307), - [anon_sym_continue] = ACTIONS(2307), - [anon_sym_debugger] = ACTIONS(2307), - [anon_sym_return] = ACTIONS(2307), - [anon_sym_throw] = ACTIONS(2307), - [anon_sym_SEMI] = ACTIONS(2305), - [anon_sym_case] = ACTIONS(2307), - [anon_sym_yield] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2305), - [anon_sym_LTtemplate_GT] = ACTIONS(2305), - [anon_sym_LT] = ACTIONS(2307), - [anon_sym_SLASH] = ACTIONS(2307), - [anon_sym_class] = ACTIONS(2307), - [anon_sym_async] = ACTIONS(2307), - [anon_sym_function] = ACTIONS(2307), - [anon_sym_new] = ACTIONS(2307), - [anon_sym_PLUS] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2307), - [anon_sym_TILDE] = ACTIONS(2305), - [anon_sym_void] = ACTIONS(2307), - [anon_sym_delete] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2305), - [anon_sym_DASH_DASH] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(2305), - [anon_sym_SQUOTE] = ACTIONS(2305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2305), - [sym_number] = ACTIONS(2305), - [sym_this] = ACTIONS(2307), - [sym_super] = ACTIONS(2307), - [sym_true] = ACTIONS(2307), - [sym_false] = ACTIONS(2307), - [sym_null] = ACTIONS(2307), - [sym_undefined] = ACTIONS(2307), - [anon_sym_AT] = ACTIONS(2305), - [anon_sym_static] = ACTIONS(2307), - [anon_sym_readonly] = ACTIONS(2307), - [anon_sym_get] = ACTIONS(2307), - [anon_sym_set] = ACTIONS(2307), - [anon_sym_declare] = ACTIONS(2307), - [anon_sym_public] = ACTIONS(2307), - [anon_sym_private] = ACTIONS(2307), - [anon_sym_protected] = ACTIONS(2307), - [anon_sym_override] = ACTIONS(2307), - [anon_sym_module] = ACTIONS(2307), - [anon_sym_any] = ACTIONS(2307), - [anon_sym_number] = ACTIONS(2307), - [anon_sym_boolean] = ACTIONS(2307), - [anon_sym_string] = ACTIONS(2307), - [anon_sym_symbol] = ACTIONS(2307), - [anon_sym_abstract] = ACTIONS(2307), - [anon_sym_interface] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2307), + [ts_builtin_sym_end] = ACTIONS(2375), + [sym_identifier] = ACTIONS(2377), + [anon_sym_export] = ACTIONS(2377), + [anon_sym_default] = ACTIONS(2377), + [anon_sym_type] = ACTIONS(2377), + [anon_sym_namespace] = ACTIONS(2377), + [anon_sym_LBRACE] = ACTIONS(2375), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_typeof] = ACTIONS(2377), + [anon_sym_import] = ACTIONS(2377), + [anon_sym_var] = ACTIONS(2377), + [anon_sym_let] = ACTIONS(2377), + [anon_sym_const] = ACTIONS(2377), + [anon_sym_BANG] = ACTIONS(2375), + [anon_sym_else] = ACTIONS(2377), + [anon_sym_if] = ACTIONS(2377), + [anon_sym_switch] = ACTIONS(2377), + [anon_sym_for] = ACTIONS(2377), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_await] = ACTIONS(2377), + [anon_sym_while] = ACTIONS(2377), + [anon_sym_do] = ACTIONS(2377), + [anon_sym_try] = ACTIONS(2377), + [anon_sym_with] = ACTIONS(2377), + [anon_sym_break] = ACTIONS(2377), + [anon_sym_continue] = ACTIONS(2377), + [anon_sym_debugger] = ACTIONS(2377), + [anon_sym_return] = ACTIONS(2377), + [anon_sym_throw] = ACTIONS(2377), + [anon_sym_SEMI] = ACTIONS(2375), + [anon_sym_case] = ACTIONS(2377), + [anon_sym_yield] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_LTtemplate_GT] = ACTIONS(2375), + [anon_sym_class] = ACTIONS(2377), + [anon_sym_async] = ACTIONS(2377), + [anon_sym_function] = ACTIONS(2377), + [anon_sym_new] = ACTIONS(2377), + [anon_sym_PLUS] = ACTIONS(2377), + [anon_sym_DASH] = ACTIONS(2377), + [anon_sym_SLASH] = ACTIONS(2377), + [anon_sym_LT] = ACTIONS(2377), + [anon_sym_TILDE] = ACTIONS(2375), + [anon_sym_void] = ACTIONS(2377), + [anon_sym_delete] = ACTIONS(2377), + [anon_sym_PLUS_PLUS] = ACTIONS(2375), + [anon_sym_DASH_DASH] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(2375), + [anon_sym_SQUOTE] = ACTIONS(2375), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2375), + [sym_number] = ACTIONS(2375), + [sym_this] = ACTIONS(2377), + [sym_super] = ACTIONS(2377), + [sym_true] = ACTIONS(2377), + [sym_false] = ACTIONS(2377), + [sym_null] = ACTIONS(2377), + [sym_undefined] = ACTIONS(2377), + [anon_sym_AT] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2377), + [anon_sym_readonly] = ACTIONS(2377), + [anon_sym_get] = ACTIONS(2377), + [anon_sym_set] = ACTIONS(2377), + [anon_sym_declare] = ACTIONS(2377), + [anon_sym_public] = ACTIONS(2377), + [anon_sym_private] = ACTIONS(2377), + [anon_sym_protected] = ACTIONS(2377), + [anon_sym_override] = ACTIONS(2377), + [anon_sym_module] = ACTIONS(2377), + [anon_sym_any] = ACTIONS(2377), + [anon_sym_number] = ACTIONS(2377), + [anon_sym_boolean] = ACTIONS(2377), + [anon_sym_string] = ACTIONS(2377), + [anon_sym_symbol] = ACTIONS(2377), + [anon_sym_abstract] = ACTIONS(2377), + [anon_sym_interface] = ACTIONS(2377), + [anon_sym_enum] = ACTIONS(2377), }, [743] = { - [ts_builtin_sym_end] = ACTIONS(2305), - [sym_identifier] = ACTIONS(2307), - [anon_sym_export] = ACTIONS(2307), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_type] = ACTIONS(2307), - [anon_sym_namespace] = ACTIONS(2307), - [anon_sym_LBRACE] = ACTIONS(2305), - [anon_sym_RBRACE] = ACTIONS(2305), - [anon_sym_typeof] = ACTIONS(2307), - [anon_sym_import] = ACTIONS(2307), - [anon_sym_var] = ACTIONS(2307), - [anon_sym_let] = ACTIONS(2307), - [anon_sym_const] = ACTIONS(2307), - [anon_sym_BANG] = ACTIONS(2305), - [anon_sym_else] = ACTIONS(2307), - [anon_sym_if] = ACTIONS(2307), - [anon_sym_switch] = ACTIONS(2307), - [anon_sym_for] = ACTIONS(2307), - [anon_sym_LPAREN] = ACTIONS(2305), - [anon_sym_await] = ACTIONS(2307), - [anon_sym_while] = ACTIONS(2307), - [anon_sym_do] = ACTIONS(2307), - [anon_sym_try] = ACTIONS(2307), - [anon_sym_with] = ACTIONS(2307), - [anon_sym_break] = ACTIONS(2307), - [anon_sym_continue] = ACTIONS(2307), - [anon_sym_debugger] = ACTIONS(2307), - [anon_sym_return] = ACTIONS(2307), - [anon_sym_throw] = ACTIONS(2307), - [anon_sym_SEMI] = ACTIONS(2305), - [anon_sym_case] = ACTIONS(2307), - [anon_sym_yield] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2305), - [anon_sym_LTtemplate_GT] = ACTIONS(2305), - [anon_sym_LT] = ACTIONS(2307), - [anon_sym_SLASH] = ACTIONS(2307), - [anon_sym_class] = ACTIONS(2307), - [anon_sym_async] = ACTIONS(2307), - [anon_sym_function] = ACTIONS(2307), - [anon_sym_new] = ACTIONS(2307), - [anon_sym_PLUS] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2307), - [anon_sym_TILDE] = ACTIONS(2305), - [anon_sym_void] = ACTIONS(2307), - [anon_sym_delete] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2305), - [anon_sym_DASH_DASH] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(2305), - [anon_sym_SQUOTE] = ACTIONS(2305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2305), - [sym_number] = ACTIONS(2305), - [sym_this] = ACTIONS(2307), - [sym_super] = ACTIONS(2307), - [sym_true] = ACTIONS(2307), - [sym_false] = ACTIONS(2307), - [sym_null] = ACTIONS(2307), - [sym_undefined] = ACTIONS(2307), - [anon_sym_AT] = ACTIONS(2305), - [anon_sym_static] = ACTIONS(2307), - [anon_sym_readonly] = ACTIONS(2307), - [anon_sym_get] = ACTIONS(2307), - [anon_sym_set] = ACTIONS(2307), - [anon_sym_declare] = ACTIONS(2307), - [anon_sym_public] = ACTIONS(2307), - [anon_sym_private] = ACTIONS(2307), - [anon_sym_protected] = ACTIONS(2307), - [anon_sym_override] = ACTIONS(2307), - [anon_sym_module] = ACTIONS(2307), - [anon_sym_any] = ACTIONS(2307), - [anon_sym_number] = ACTIONS(2307), - [anon_sym_boolean] = ACTIONS(2307), - [anon_sym_string] = ACTIONS(2307), - [anon_sym_symbol] = ACTIONS(2307), - [anon_sym_abstract] = ACTIONS(2307), - [anon_sym_interface] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2307), + [ts_builtin_sym_end] = ACTIONS(2379), + [sym_identifier] = ACTIONS(2381), + [anon_sym_export] = ACTIONS(2381), + [anon_sym_default] = ACTIONS(2381), + [anon_sym_type] = ACTIONS(2381), + [anon_sym_namespace] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2379), + [anon_sym_RBRACE] = ACTIONS(2379), + [anon_sym_typeof] = ACTIONS(2381), + [anon_sym_import] = ACTIONS(2381), + [anon_sym_var] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_const] = ACTIONS(2381), + [anon_sym_BANG] = ACTIONS(2379), + [anon_sym_else] = ACTIONS(2381), + [anon_sym_if] = ACTIONS(2381), + [anon_sym_switch] = ACTIONS(2381), + [anon_sym_for] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2379), + [anon_sym_await] = ACTIONS(2381), + [anon_sym_while] = ACTIONS(2381), + [anon_sym_do] = ACTIONS(2381), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_with] = ACTIONS(2381), + [anon_sym_break] = ACTIONS(2381), + [anon_sym_continue] = ACTIONS(2381), + [anon_sym_debugger] = ACTIONS(2381), + [anon_sym_return] = ACTIONS(2381), + [anon_sym_throw] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2379), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_yield] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2379), + [anon_sym_LTtemplate_GT] = ACTIONS(2379), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_async] = ACTIONS(2381), + [anon_sym_function] = ACTIONS(2381), + [anon_sym_new] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2381), + [anon_sym_DASH] = ACTIONS(2381), + [anon_sym_SLASH] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2381), + [anon_sym_TILDE] = ACTIONS(2379), + [anon_sym_void] = ACTIONS(2381), + [anon_sym_delete] = ACTIONS(2381), + [anon_sym_PLUS_PLUS] = ACTIONS(2379), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2379), + [anon_sym_SQUOTE] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2379), + [sym_number] = ACTIONS(2379), + [sym_this] = ACTIONS(2381), + [sym_super] = ACTIONS(2381), + [sym_true] = ACTIONS(2381), + [sym_false] = ACTIONS(2381), + [sym_null] = ACTIONS(2381), + [sym_undefined] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_readonly] = ACTIONS(2381), + [anon_sym_get] = ACTIONS(2381), + [anon_sym_set] = ACTIONS(2381), + [anon_sym_declare] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_protected] = ACTIONS(2381), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_module] = ACTIONS(2381), + [anon_sym_any] = ACTIONS(2381), + [anon_sym_number] = ACTIONS(2381), + [anon_sym_boolean] = ACTIONS(2381), + [anon_sym_string] = ACTIONS(2381), + [anon_sym_symbol] = ACTIONS(2381), + [anon_sym_abstract] = ACTIONS(2381), + [anon_sym_interface] = ACTIONS(2381), + [anon_sym_enum] = ACTIONS(2381), }, [744] = { - [ts_builtin_sym_end] = ACTIONS(2305), - [sym_identifier] = ACTIONS(2307), - [anon_sym_export] = ACTIONS(2307), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_type] = ACTIONS(2307), - [anon_sym_namespace] = ACTIONS(2307), - [anon_sym_LBRACE] = ACTIONS(2305), - [anon_sym_RBRACE] = ACTIONS(2305), - [anon_sym_typeof] = ACTIONS(2307), - [anon_sym_import] = ACTIONS(2307), - [anon_sym_var] = ACTIONS(2307), - [anon_sym_let] = ACTIONS(2307), - [anon_sym_const] = ACTIONS(2307), - [anon_sym_BANG] = ACTIONS(2305), - [anon_sym_else] = ACTIONS(2307), - [anon_sym_if] = ACTIONS(2307), - [anon_sym_switch] = ACTIONS(2307), - [anon_sym_for] = ACTIONS(2307), - [anon_sym_LPAREN] = ACTIONS(2305), - [anon_sym_await] = ACTIONS(2307), - [anon_sym_while] = ACTIONS(2307), - [anon_sym_do] = ACTIONS(2307), - [anon_sym_try] = ACTIONS(2307), - [anon_sym_with] = ACTIONS(2307), - [anon_sym_break] = ACTIONS(2307), - [anon_sym_continue] = ACTIONS(2307), - [anon_sym_debugger] = ACTIONS(2307), - [anon_sym_return] = ACTIONS(2307), - [anon_sym_throw] = ACTIONS(2307), - [anon_sym_SEMI] = ACTIONS(2305), - [anon_sym_case] = ACTIONS(2307), - [anon_sym_yield] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2305), - [anon_sym_LTtemplate_GT] = ACTIONS(2305), - [anon_sym_LT] = ACTIONS(2307), - [anon_sym_SLASH] = ACTIONS(2307), - [anon_sym_class] = ACTIONS(2307), - [anon_sym_async] = ACTIONS(2307), - [anon_sym_function] = ACTIONS(2307), - [anon_sym_new] = ACTIONS(2307), - [anon_sym_PLUS] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2307), - [anon_sym_TILDE] = ACTIONS(2305), - [anon_sym_void] = ACTIONS(2307), - [anon_sym_delete] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2305), - [anon_sym_DASH_DASH] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(2305), - [anon_sym_SQUOTE] = ACTIONS(2305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2305), - [sym_number] = ACTIONS(2305), - [sym_this] = ACTIONS(2307), - [sym_super] = ACTIONS(2307), - [sym_true] = ACTIONS(2307), - [sym_false] = ACTIONS(2307), - [sym_null] = ACTIONS(2307), - [sym_undefined] = ACTIONS(2307), - [anon_sym_AT] = ACTIONS(2305), - [anon_sym_static] = ACTIONS(2307), - [anon_sym_readonly] = ACTIONS(2307), - [anon_sym_get] = ACTIONS(2307), - [anon_sym_set] = ACTIONS(2307), - [anon_sym_declare] = ACTIONS(2307), - [anon_sym_public] = ACTIONS(2307), - [anon_sym_private] = ACTIONS(2307), - [anon_sym_protected] = ACTIONS(2307), - [anon_sym_override] = ACTIONS(2307), - [anon_sym_module] = ACTIONS(2307), - [anon_sym_any] = ACTIONS(2307), - [anon_sym_number] = ACTIONS(2307), - [anon_sym_boolean] = ACTIONS(2307), - [anon_sym_string] = ACTIONS(2307), - [anon_sym_symbol] = ACTIONS(2307), - [anon_sym_abstract] = ACTIONS(2307), - [anon_sym_interface] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2307), + [ts_builtin_sym_end] = ACTIONS(2379), + [sym_identifier] = ACTIONS(2381), + [anon_sym_export] = ACTIONS(2381), + [anon_sym_default] = ACTIONS(2381), + [anon_sym_type] = ACTIONS(2381), + [anon_sym_namespace] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2379), + [anon_sym_RBRACE] = ACTIONS(2379), + [anon_sym_typeof] = ACTIONS(2381), + [anon_sym_import] = ACTIONS(2381), + [anon_sym_var] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_const] = ACTIONS(2381), + [anon_sym_BANG] = ACTIONS(2379), + [anon_sym_else] = ACTIONS(2381), + [anon_sym_if] = ACTIONS(2381), + [anon_sym_switch] = ACTIONS(2381), + [anon_sym_for] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2379), + [anon_sym_await] = ACTIONS(2381), + [anon_sym_while] = ACTIONS(2381), + [anon_sym_do] = ACTIONS(2381), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_with] = ACTIONS(2381), + [anon_sym_break] = ACTIONS(2381), + [anon_sym_continue] = ACTIONS(2381), + [anon_sym_debugger] = ACTIONS(2381), + [anon_sym_return] = ACTIONS(2381), + [anon_sym_throw] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2379), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_yield] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2379), + [anon_sym_LTtemplate_GT] = ACTIONS(2379), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_async] = ACTIONS(2381), + [anon_sym_function] = ACTIONS(2381), + [anon_sym_new] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2381), + [anon_sym_DASH] = ACTIONS(2381), + [anon_sym_SLASH] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2381), + [anon_sym_TILDE] = ACTIONS(2379), + [anon_sym_void] = ACTIONS(2381), + [anon_sym_delete] = ACTIONS(2381), + [anon_sym_PLUS_PLUS] = ACTIONS(2379), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2379), + [anon_sym_SQUOTE] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2379), + [sym_number] = ACTIONS(2379), + [sym_this] = ACTIONS(2381), + [sym_super] = ACTIONS(2381), + [sym_true] = ACTIONS(2381), + [sym_false] = ACTIONS(2381), + [sym_null] = ACTIONS(2381), + [sym_undefined] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_readonly] = ACTIONS(2381), + [anon_sym_get] = ACTIONS(2381), + [anon_sym_set] = ACTIONS(2381), + [anon_sym_declare] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_protected] = ACTIONS(2381), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_module] = ACTIONS(2381), + [anon_sym_any] = ACTIONS(2381), + [anon_sym_number] = ACTIONS(2381), + [anon_sym_boolean] = ACTIONS(2381), + [anon_sym_string] = ACTIONS(2381), + [anon_sym_symbol] = ACTIONS(2381), + [anon_sym_abstract] = ACTIONS(2381), + [anon_sym_interface] = ACTIONS(2381), + [anon_sym_enum] = ACTIONS(2381), }, [745] = { - [ts_builtin_sym_end] = ACTIONS(2305), - [sym_identifier] = ACTIONS(2307), - [anon_sym_export] = ACTIONS(2307), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_type] = ACTIONS(2307), - [anon_sym_namespace] = ACTIONS(2307), - [anon_sym_LBRACE] = ACTIONS(2305), - [anon_sym_RBRACE] = ACTIONS(2305), - [anon_sym_typeof] = ACTIONS(2307), - [anon_sym_import] = ACTIONS(2307), - [anon_sym_var] = ACTIONS(2307), - [anon_sym_let] = ACTIONS(2307), - [anon_sym_const] = ACTIONS(2307), - [anon_sym_BANG] = ACTIONS(2305), - [anon_sym_else] = ACTIONS(2307), - [anon_sym_if] = ACTIONS(2307), - [anon_sym_switch] = ACTIONS(2307), - [anon_sym_for] = ACTIONS(2307), - [anon_sym_LPAREN] = ACTIONS(2305), - [anon_sym_await] = ACTIONS(2307), - [anon_sym_while] = ACTIONS(2307), - [anon_sym_do] = ACTIONS(2307), - [anon_sym_try] = ACTIONS(2307), - [anon_sym_with] = ACTIONS(2307), - [anon_sym_break] = ACTIONS(2307), - [anon_sym_continue] = ACTIONS(2307), - [anon_sym_debugger] = ACTIONS(2307), - [anon_sym_return] = ACTIONS(2307), - [anon_sym_throw] = ACTIONS(2307), - [anon_sym_SEMI] = ACTIONS(2305), - [anon_sym_case] = ACTIONS(2307), - [anon_sym_yield] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2305), - [anon_sym_LTtemplate_GT] = ACTIONS(2305), - [anon_sym_LT] = ACTIONS(2307), - [anon_sym_SLASH] = ACTIONS(2307), - [anon_sym_class] = ACTIONS(2307), - [anon_sym_async] = ACTIONS(2307), - [anon_sym_function] = ACTIONS(2307), - [anon_sym_new] = ACTIONS(2307), - [anon_sym_PLUS] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2307), - [anon_sym_TILDE] = ACTIONS(2305), - [anon_sym_void] = ACTIONS(2307), - [anon_sym_delete] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2305), - [anon_sym_DASH_DASH] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(2305), - [anon_sym_SQUOTE] = ACTIONS(2305), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2305), - [sym_number] = ACTIONS(2305), - [sym_this] = ACTIONS(2307), - [sym_super] = ACTIONS(2307), - [sym_true] = ACTIONS(2307), - [sym_false] = ACTIONS(2307), - [sym_null] = ACTIONS(2307), - [sym_undefined] = ACTIONS(2307), - [anon_sym_AT] = ACTIONS(2305), - [anon_sym_static] = ACTIONS(2307), - [anon_sym_readonly] = ACTIONS(2307), - [anon_sym_get] = ACTIONS(2307), - [anon_sym_set] = ACTIONS(2307), - [anon_sym_declare] = ACTIONS(2307), - [anon_sym_public] = ACTIONS(2307), - [anon_sym_private] = ACTIONS(2307), - [anon_sym_protected] = ACTIONS(2307), - [anon_sym_override] = ACTIONS(2307), - [anon_sym_module] = ACTIONS(2307), - [anon_sym_any] = ACTIONS(2307), - [anon_sym_number] = ACTIONS(2307), - [anon_sym_boolean] = ACTIONS(2307), - [anon_sym_string] = ACTIONS(2307), - [anon_sym_symbol] = ACTIONS(2307), - [anon_sym_abstract] = ACTIONS(2307), - [anon_sym_interface] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2307), + [ts_builtin_sym_end] = ACTIONS(2383), + [sym_identifier] = ACTIONS(2385), + [anon_sym_export] = ACTIONS(2385), + [anon_sym_default] = ACTIONS(2385), + [anon_sym_type] = ACTIONS(2385), + [anon_sym_namespace] = ACTIONS(2385), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_RBRACE] = ACTIONS(2383), + [anon_sym_typeof] = ACTIONS(2385), + [anon_sym_import] = ACTIONS(2385), + [anon_sym_var] = ACTIONS(2385), + [anon_sym_let] = ACTIONS(2385), + [anon_sym_const] = ACTIONS(2385), + [anon_sym_BANG] = ACTIONS(2383), + [anon_sym_else] = ACTIONS(2385), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2385), + [anon_sym_for] = ACTIONS(2385), + [anon_sym_LPAREN] = ACTIONS(2383), + [anon_sym_await] = ACTIONS(2385), + [anon_sym_while] = ACTIONS(2385), + [anon_sym_do] = ACTIONS(2385), + [anon_sym_try] = ACTIONS(2385), + [anon_sym_with] = ACTIONS(2385), + [anon_sym_break] = ACTIONS(2385), + [anon_sym_continue] = ACTIONS(2385), + [anon_sym_debugger] = ACTIONS(2385), + [anon_sym_return] = ACTIONS(2385), + [anon_sym_throw] = ACTIONS(2385), + [anon_sym_SEMI] = ACTIONS(2383), + [anon_sym_case] = ACTIONS(2385), + [anon_sym_yield] = ACTIONS(2385), + [anon_sym_LBRACK] = ACTIONS(2383), + [anon_sym_LTtemplate_GT] = ACTIONS(2383), + [anon_sym_class] = ACTIONS(2385), + [anon_sym_async] = ACTIONS(2385), + [anon_sym_function] = ACTIONS(2385), + [anon_sym_new] = ACTIONS(2385), + [anon_sym_PLUS] = ACTIONS(2385), + [anon_sym_DASH] = ACTIONS(2385), + [anon_sym_SLASH] = ACTIONS(2385), + [anon_sym_LT] = ACTIONS(2385), + [anon_sym_TILDE] = ACTIONS(2383), + [anon_sym_void] = ACTIONS(2385), + [anon_sym_delete] = ACTIONS(2385), + [anon_sym_PLUS_PLUS] = ACTIONS(2383), + [anon_sym_DASH_DASH] = ACTIONS(2385), + [anon_sym_DQUOTE] = ACTIONS(2383), + [anon_sym_SQUOTE] = ACTIONS(2383), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2383), + [sym_number] = ACTIONS(2383), + [sym_this] = ACTIONS(2385), + [sym_super] = ACTIONS(2385), + [sym_true] = ACTIONS(2385), + [sym_false] = ACTIONS(2385), + [sym_null] = ACTIONS(2385), + [sym_undefined] = ACTIONS(2385), + [anon_sym_AT] = ACTIONS(2383), + [anon_sym_static] = ACTIONS(2385), + [anon_sym_readonly] = ACTIONS(2385), + [anon_sym_get] = ACTIONS(2385), + [anon_sym_set] = ACTIONS(2385), + [anon_sym_declare] = ACTIONS(2385), + [anon_sym_public] = ACTIONS(2385), + [anon_sym_private] = ACTIONS(2385), + [anon_sym_protected] = ACTIONS(2385), + [anon_sym_override] = ACTIONS(2385), + [anon_sym_module] = ACTIONS(2385), + [anon_sym_any] = ACTIONS(2385), + [anon_sym_number] = ACTIONS(2385), + [anon_sym_boolean] = ACTIONS(2385), + [anon_sym_string] = ACTIONS(2385), + [anon_sym_symbol] = ACTIONS(2385), + [anon_sym_abstract] = ACTIONS(2385), + [anon_sym_interface] = ACTIONS(2385), + [anon_sym_enum] = ACTIONS(2385), }, [746] = { - [ts_builtin_sym_end] = ACTIONS(2353), - [sym_identifier] = ACTIONS(2355), - [anon_sym_export] = ACTIONS(2355), - [anon_sym_default] = ACTIONS(2355), - [anon_sym_type] = ACTIONS(2355), - [anon_sym_namespace] = ACTIONS(2355), - [anon_sym_LBRACE] = ACTIONS(2353), - [anon_sym_RBRACE] = ACTIONS(2353), - [anon_sym_typeof] = ACTIONS(2355), - [anon_sym_import] = ACTIONS(2355), - [anon_sym_var] = ACTIONS(2355), - [anon_sym_let] = ACTIONS(2355), - [anon_sym_const] = ACTIONS(2355), - [anon_sym_BANG] = ACTIONS(2353), - [anon_sym_else] = ACTIONS(2355), - [anon_sym_if] = ACTIONS(2355), - [anon_sym_switch] = ACTIONS(2355), - [anon_sym_for] = ACTIONS(2355), - [anon_sym_LPAREN] = ACTIONS(2353), - [anon_sym_await] = ACTIONS(2355), - [anon_sym_while] = ACTIONS(2355), - [anon_sym_do] = ACTIONS(2355), - [anon_sym_try] = ACTIONS(2355), - [anon_sym_with] = ACTIONS(2355), - [anon_sym_break] = ACTIONS(2355), - [anon_sym_continue] = ACTIONS(2355), - [anon_sym_debugger] = ACTIONS(2355), - [anon_sym_return] = ACTIONS(2355), - [anon_sym_throw] = ACTIONS(2355), - [anon_sym_SEMI] = ACTIONS(2353), - [anon_sym_case] = ACTIONS(2355), - [anon_sym_yield] = ACTIONS(2355), - [anon_sym_LBRACK] = ACTIONS(2353), - [anon_sym_LTtemplate_GT] = ACTIONS(2353), - [anon_sym_LT] = ACTIONS(2355), - [anon_sym_SLASH] = ACTIONS(2355), - [anon_sym_class] = ACTIONS(2355), - [anon_sym_async] = ACTIONS(2355), - [anon_sym_function] = ACTIONS(2355), - [anon_sym_new] = ACTIONS(2355), - [anon_sym_PLUS] = ACTIONS(2355), - [anon_sym_DASH] = ACTIONS(2355), - [anon_sym_TILDE] = ACTIONS(2353), - [anon_sym_void] = ACTIONS(2355), - [anon_sym_delete] = ACTIONS(2355), - [anon_sym_PLUS_PLUS] = ACTIONS(2353), - [anon_sym_DASH_DASH] = ACTIONS(2353), - [anon_sym_DQUOTE] = ACTIONS(2353), - [anon_sym_SQUOTE] = ACTIONS(2353), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2353), - [sym_number] = ACTIONS(2353), - [sym_this] = ACTIONS(2355), - [sym_super] = ACTIONS(2355), - [sym_true] = ACTIONS(2355), - [sym_false] = ACTIONS(2355), - [sym_null] = ACTIONS(2355), - [sym_undefined] = ACTIONS(2355), - [anon_sym_AT] = ACTIONS(2353), - [anon_sym_static] = ACTIONS(2355), - [anon_sym_readonly] = ACTIONS(2355), - [anon_sym_get] = ACTIONS(2355), - [anon_sym_set] = ACTIONS(2355), - [anon_sym_declare] = ACTIONS(2355), - [anon_sym_public] = ACTIONS(2355), - [anon_sym_private] = ACTIONS(2355), - [anon_sym_protected] = ACTIONS(2355), - [anon_sym_override] = ACTIONS(2355), - [anon_sym_module] = ACTIONS(2355), - [anon_sym_any] = ACTIONS(2355), - [anon_sym_number] = ACTIONS(2355), - [anon_sym_boolean] = ACTIONS(2355), - [anon_sym_string] = ACTIONS(2355), - [anon_sym_symbol] = ACTIONS(2355), - [anon_sym_abstract] = ACTIONS(2355), - [anon_sym_interface] = ACTIONS(2355), - [anon_sym_enum] = ACTIONS(2355), + [ts_builtin_sym_end] = ACTIONS(2387), + [sym_identifier] = ACTIONS(2389), + [anon_sym_export] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2389), + [anon_sym_type] = ACTIONS(2389), + [anon_sym_namespace] = ACTIONS(2389), + [anon_sym_LBRACE] = ACTIONS(2387), + [anon_sym_RBRACE] = ACTIONS(2387), + [anon_sym_typeof] = ACTIONS(2389), + [anon_sym_import] = ACTIONS(2389), + [anon_sym_var] = ACTIONS(2389), + [anon_sym_let] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [anon_sym_BANG] = ACTIONS(2387), + [anon_sym_else] = ACTIONS(2389), + [anon_sym_if] = ACTIONS(2389), + [anon_sym_switch] = ACTIONS(2389), + [anon_sym_for] = ACTIONS(2389), + [anon_sym_LPAREN] = ACTIONS(2387), + [anon_sym_await] = ACTIONS(2389), + [anon_sym_while] = ACTIONS(2389), + [anon_sym_do] = ACTIONS(2389), + [anon_sym_try] = ACTIONS(2389), + [anon_sym_with] = ACTIONS(2389), + [anon_sym_break] = ACTIONS(2389), + [anon_sym_continue] = ACTIONS(2389), + [anon_sym_debugger] = ACTIONS(2389), + [anon_sym_return] = ACTIONS(2389), + [anon_sym_throw] = ACTIONS(2389), + [anon_sym_SEMI] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_yield] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2387), + [anon_sym_LTtemplate_GT] = ACTIONS(2387), + [anon_sym_class] = ACTIONS(2389), + [anon_sym_async] = ACTIONS(2389), + [anon_sym_function] = ACTIONS(2389), + [anon_sym_new] = ACTIONS(2389), + [anon_sym_PLUS] = ACTIONS(2389), + [anon_sym_DASH] = ACTIONS(2389), + [anon_sym_SLASH] = ACTIONS(2389), + [anon_sym_LT] = ACTIONS(2389), + [anon_sym_TILDE] = ACTIONS(2387), + [anon_sym_void] = ACTIONS(2389), + [anon_sym_delete] = ACTIONS(2389), + [anon_sym_PLUS_PLUS] = ACTIONS(2387), + [anon_sym_DASH_DASH] = ACTIONS(2389), + [anon_sym_DQUOTE] = ACTIONS(2387), + [anon_sym_SQUOTE] = ACTIONS(2387), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2387), + [sym_number] = ACTIONS(2387), + [sym_this] = ACTIONS(2389), + [sym_super] = ACTIONS(2389), + [sym_true] = ACTIONS(2389), + [sym_false] = ACTIONS(2389), + [sym_null] = ACTIONS(2389), + [sym_undefined] = ACTIONS(2389), + [anon_sym_AT] = ACTIONS(2387), + [anon_sym_static] = ACTIONS(2389), + [anon_sym_readonly] = ACTIONS(2389), + [anon_sym_get] = ACTIONS(2389), + [anon_sym_set] = ACTIONS(2389), + [anon_sym_declare] = ACTIONS(2389), + [anon_sym_public] = ACTIONS(2389), + [anon_sym_private] = ACTIONS(2389), + [anon_sym_protected] = ACTIONS(2389), + [anon_sym_override] = ACTIONS(2389), + [anon_sym_module] = ACTIONS(2389), + [anon_sym_any] = ACTIONS(2389), + [anon_sym_number] = ACTIONS(2389), + [anon_sym_boolean] = ACTIONS(2389), + [anon_sym_string] = ACTIONS(2389), + [anon_sym_symbol] = ACTIONS(2389), + [anon_sym_abstract] = ACTIONS(2389), + [anon_sym_interface] = ACTIONS(2389), + [anon_sym_enum] = ACTIONS(2389), }, [747] = { - [ts_builtin_sym_end] = ACTIONS(2357), - [sym_identifier] = ACTIONS(2359), - [anon_sym_export] = ACTIONS(2359), - [anon_sym_default] = ACTIONS(2359), - [anon_sym_type] = ACTIONS(2359), - [anon_sym_namespace] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(2357), - [anon_sym_RBRACE] = ACTIONS(2357), - [anon_sym_typeof] = ACTIONS(2359), - [anon_sym_import] = ACTIONS(2359), - [anon_sym_var] = ACTIONS(2359), - [anon_sym_let] = ACTIONS(2359), - [anon_sym_const] = ACTIONS(2359), - [anon_sym_BANG] = ACTIONS(2357), - [anon_sym_else] = ACTIONS(2359), - [anon_sym_if] = ACTIONS(2359), - [anon_sym_switch] = ACTIONS(2359), - [anon_sym_for] = ACTIONS(2359), - [anon_sym_LPAREN] = ACTIONS(2357), - [anon_sym_await] = ACTIONS(2359), - [anon_sym_while] = ACTIONS(2359), - [anon_sym_do] = ACTIONS(2359), - [anon_sym_try] = ACTIONS(2359), - [anon_sym_with] = ACTIONS(2359), - [anon_sym_break] = ACTIONS(2359), - [anon_sym_continue] = ACTIONS(2359), - [anon_sym_debugger] = ACTIONS(2359), - [anon_sym_return] = ACTIONS(2359), - [anon_sym_throw] = ACTIONS(2359), - [anon_sym_SEMI] = ACTIONS(2357), - [anon_sym_case] = ACTIONS(2359), - [anon_sym_yield] = ACTIONS(2359), - [anon_sym_LBRACK] = ACTIONS(2357), - [anon_sym_LTtemplate_GT] = ACTIONS(2357), - [anon_sym_LT] = ACTIONS(2359), - [anon_sym_SLASH] = ACTIONS(2359), - [anon_sym_class] = ACTIONS(2359), - [anon_sym_async] = ACTIONS(2359), - [anon_sym_function] = ACTIONS(2359), - [anon_sym_new] = ACTIONS(2359), - [anon_sym_PLUS] = ACTIONS(2359), - [anon_sym_DASH] = ACTIONS(2359), - [anon_sym_TILDE] = ACTIONS(2357), - [anon_sym_void] = ACTIONS(2359), - [anon_sym_delete] = ACTIONS(2359), - [anon_sym_PLUS_PLUS] = ACTIONS(2357), - [anon_sym_DASH_DASH] = ACTIONS(2357), - [anon_sym_DQUOTE] = ACTIONS(2357), - [anon_sym_SQUOTE] = ACTIONS(2357), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2357), - [sym_number] = ACTIONS(2357), - [sym_this] = ACTIONS(2359), - [sym_super] = ACTIONS(2359), - [sym_true] = ACTIONS(2359), - [sym_false] = ACTIONS(2359), - [sym_null] = ACTIONS(2359), - [sym_undefined] = ACTIONS(2359), - [anon_sym_AT] = ACTIONS(2357), - [anon_sym_static] = ACTIONS(2359), - [anon_sym_readonly] = ACTIONS(2359), - [anon_sym_get] = ACTIONS(2359), - [anon_sym_set] = ACTIONS(2359), - [anon_sym_declare] = ACTIONS(2359), - [anon_sym_public] = ACTIONS(2359), - [anon_sym_private] = ACTIONS(2359), - [anon_sym_protected] = ACTIONS(2359), - [anon_sym_override] = ACTIONS(2359), - [anon_sym_module] = ACTIONS(2359), - [anon_sym_any] = ACTIONS(2359), - [anon_sym_number] = ACTIONS(2359), - [anon_sym_boolean] = ACTIONS(2359), - [anon_sym_string] = ACTIONS(2359), - [anon_sym_symbol] = ACTIONS(2359), - [anon_sym_abstract] = ACTIONS(2359), - [anon_sym_interface] = ACTIONS(2359), - [anon_sym_enum] = ACTIONS(2359), + [ts_builtin_sym_end] = ACTIONS(2391), + [sym_identifier] = ACTIONS(2393), + [anon_sym_export] = ACTIONS(2393), + [anon_sym_default] = ACTIONS(2393), + [anon_sym_type] = ACTIONS(2393), + [anon_sym_namespace] = ACTIONS(2393), + [anon_sym_LBRACE] = ACTIONS(2391), + [anon_sym_RBRACE] = ACTIONS(2391), + [anon_sym_typeof] = ACTIONS(2393), + [anon_sym_import] = ACTIONS(2393), + [anon_sym_var] = ACTIONS(2393), + [anon_sym_let] = ACTIONS(2393), + [anon_sym_const] = ACTIONS(2393), + [anon_sym_BANG] = ACTIONS(2391), + [anon_sym_else] = ACTIONS(2393), + [anon_sym_if] = ACTIONS(2393), + [anon_sym_switch] = ACTIONS(2393), + [anon_sym_for] = ACTIONS(2393), + [anon_sym_LPAREN] = ACTIONS(2391), + [anon_sym_await] = ACTIONS(2393), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2393), + [anon_sym_try] = ACTIONS(2393), + [anon_sym_with] = ACTIONS(2393), + [anon_sym_break] = ACTIONS(2393), + [anon_sym_continue] = ACTIONS(2393), + [anon_sym_debugger] = ACTIONS(2393), + [anon_sym_return] = ACTIONS(2393), + [anon_sym_throw] = ACTIONS(2393), + [anon_sym_SEMI] = ACTIONS(2391), + [anon_sym_case] = ACTIONS(2393), + [anon_sym_yield] = ACTIONS(2393), + [anon_sym_LBRACK] = ACTIONS(2391), + [anon_sym_LTtemplate_GT] = ACTIONS(2391), + [anon_sym_class] = ACTIONS(2393), + [anon_sym_async] = ACTIONS(2393), + [anon_sym_function] = ACTIONS(2393), + [anon_sym_new] = ACTIONS(2393), + [anon_sym_PLUS] = ACTIONS(2393), + [anon_sym_DASH] = ACTIONS(2393), + [anon_sym_SLASH] = ACTIONS(2393), + [anon_sym_LT] = ACTIONS(2393), + [anon_sym_TILDE] = ACTIONS(2391), + [anon_sym_void] = ACTIONS(2393), + [anon_sym_delete] = ACTIONS(2393), + [anon_sym_PLUS_PLUS] = ACTIONS(2391), + [anon_sym_DASH_DASH] = ACTIONS(2393), + [anon_sym_DQUOTE] = ACTIONS(2391), + [anon_sym_SQUOTE] = ACTIONS(2391), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2391), + [sym_number] = ACTIONS(2391), + [sym_this] = ACTIONS(2393), + [sym_super] = ACTIONS(2393), + [sym_true] = ACTIONS(2393), + [sym_false] = ACTIONS(2393), + [sym_null] = ACTIONS(2393), + [sym_undefined] = ACTIONS(2393), + [anon_sym_AT] = ACTIONS(2391), + [anon_sym_static] = ACTIONS(2393), + [anon_sym_readonly] = ACTIONS(2393), + [anon_sym_get] = ACTIONS(2393), + [anon_sym_set] = ACTIONS(2393), + [anon_sym_declare] = ACTIONS(2393), + [anon_sym_public] = ACTIONS(2393), + [anon_sym_private] = ACTIONS(2393), + [anon_sym_protected] = ACTIONS(2393), + [anon_sym_override] = ACTIONS(2393), + [anon_sym_module] = ACTIONS(2393), + [anon_sym_any] = ACTIONS(2393), + [anon_sym_number] = ACTIONS(2393), + [anon_sym_boolean] = ACTIONS(2393), + [anon_sym_string] = ACTIONS(2393), + [anon_sym_symbol] = ACTIONS(2393), + [anon_sym_abstract] = ACTIONS(2393), + [anon_sym_interface] = ACTIONS(2393), + [anon_sym_enum] = ACTIONS(2393), }, [748] = { - [ts_builtin_sym_end] = ACTIONS(1359), - [sym_identifier] = ACTIONS(1361), - [anon_sym_export] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_type] = ACTIONS(1361), - [anon_sym_namespace] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1359), - [anon_sym_RBRACE] = ACTIONS(1359), - [anon_sym_typeof] = ACTIONS(1361), - [anon_sym_import] = ACTIONS(1361), - [anon_sym_var] = ACTIONS(1361), - [anon_sym_let] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_BANG] = ACTIONS(1359), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_LPAREN] = ACTIONS(1359), - [anon_sym_await] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_try] = ACTIONS(1361), - [anon_sym_with] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_debugger] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_throw] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_yield] = ACTIONS(1361), - [anon_sym_LBRACK] = ACTIONS(1359), - [anon_sym_LTtemplate_GT] = ACTIONS(1359), - [anon_sym_LT] = ACTIONS(1361), - [anon_sym_SLASH] = ACTIONS(1361), - [anon_sym_class] = ACTIONS(1361), - [anon_sym_async] = ACTIONS(1361), - [anon_sym_function] = ACTIONS(1361), - [anon_sym_new] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_TILDE] = ACTIONS(1359), - [anon_sym_void] = ACTIONS(1361), - [anon_sym_delete] = ACTIONS(1361), - [anon_sym_PLUS_PLUS] = ACTIONS(1359), - [anon_sym_DASH_DASH] = ACTIONS(1359), - [anon_sym_DQUOTE] = ACTIONS(1359), - [anon_sym_SQUOTE] = ACTIONS(1359), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1359), - [sym_number] = ACTIONS(1359), - [sym_this] = ACTIONS(1361), - [sym_super] = ACTIONS(1361), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [sym_null] = ACTIONS(1361), - [sym_undefined] = ACTIONS(1361), - [anon_sym_AT] = ACTIONS(1359), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(1361), - [anon_sym_set] = ACTIONS(1361), - [anon_sym_declare] = ACTIONS(1361), - [anon_sym_public] = ACTIONS(1361), - [anon_sym_private] = ACTIONS(1361), - [anon_sym_protected] = ACTIONS(1361), - [anon_sym_override] = ACTIONS(1361), - [anon_sym_module] = ACTIONS(1361), - [anon_sym_any] = ACTIONS(1361), - [anon_sym_number] = ACTIONS(1361), - [anon_sym_boolean] = ACTIONS(1361), - [anon_sym_string] = ACTIONS(1361), - [anon_sym_symbol] = ACTIONS(1361), - [anon_sym_abstract] = ACTIONS(1361), - [anon_sym_interface] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), + [ts_builtin_sym_end] = ACTIONS(2395), + [sym_identifier] = ACTIONS(2397), + [anon_sym_export] = ACTIONS(2397), + [anon_sym_default] = ACTIONS(2397), + [anon_sym_type] = ACTIONS(2397), + [anon_sym_namespace] = ACTIONS(2397), + [anon_sym_LBRACE] = ACTIONS(2395), + [anon_sym_RBRACE] = ACTIONS(2395), + [anon_sym_typeof] = ACTIONS(2397), + [anon_sym_import] = ACTIONS(2397), + [anon_sym_var] = ACTIONS(2397), + [anon_sym_let] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_BANG] = ACTIONS(2395), + [anon_sym_else] = ACTIONS(2397), + [anon_sym_if] = ACTIONS(2397), + [anon_sym_switch] = ACTIONS(2397), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2395), + [anon_sym_await] = ACTIONS(2397), + [anon_sym_while] = ACTIONS(2397), + [anon_sym_do] = ACTIONS(2397), + [anon_sym_try] = ACTIONS(2397), + [anon_sym_with] = ACTIONS(2397), + [anon_sym_break] = ACTIONS(2397), + [anon_sym_continue] = ACTIONS(2397), + [anon_sym_debugger] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2397), + [anon_sym_throw] = ACTIONS(2397), + [anon_sym_SEMI] = ACTIONS(2395), + [anon_sym_case] = ACTIONS(2397), + [anon_sym_yield] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2395), + [anon_sym_LTtemplate_GT] = ACTIONS(2395), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_async] = ACTIONS(2397), + [anon_sym_function] = ACTIONS(2397), + [anon_sym_new] = ACTIONS(2397), + [anon_sym_PLUS] = ACTIONS(2397), + [anon_sym_DASH] = ACTIONS(2397), + [anon_sym_SLASH] = ACTIONS(2397), + [anon_sym_LT] = ACTIONS(2397), + [anon_sym_TILDE] = ACTIONS(2395), + [anon_sym_void] = ACTIONS(2397), + [anon_sym_delete] = ACTIONS(2397), + [anon_sym_PLUS_PLUS] = ACTIONS(2395), + [anon_sym_DASH_DASH] = ACTIONS(2397), + [anon_sym_DQUOTE] = ACTIONS(2395), + [anon_sym_SQUOTE] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2395), + [sym_number] = ACTIONS(2395), + [sym_this] = ACTIONS(2397), + [sym_super] = ACTIONS(2397), + [sym_true] = ACTIONS(2397), + [sym_false] = ACTIONS(2397), + [sym_null] = ACTIONS(2397), + [sym_undefined] = ACTIONS(2397), + [anon_sym_AT] = ACTIONS(2395), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_readonly] = ACTIONS(2397), + [anon_sym_get] = ACTIONS(2397), + [anon_sym_set] = ACTIONS(2397), + [anon_sym_declare] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_protected] = ACTIONS(2397), + [anon_sym_override] = ACTIONS(2397), + [anon_sym_module] = ACTIONS(2397), + [anon_sym_any] = ACTIONS(2397), + [anon_sym_number] = ACTIONS(2397), + [anon_sym_boolean] = ACTIONS(2397), + [anon_sym_string] = ACTIONS(2397), + [anon_sym_symbol] = ACTIONS(2397), + [anon_sym_abstract] = ACTIONS(2397), + [anon_sym_interface] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), }, [749] = { - [ts_builtin_sym_end] = ACTIONS(2361), - [sym_identifier] = ACTIONS(2363), - [anon_sym_export] = ACTIONS(2363), - [anon_sym_default] = ACTIONS(2363), - [anon_sym_type] = ACTIONS(2363), - [anon_sym_namespace] = ACTIONS(2363), - [anon_sym_LBRACE] = ACTIONS(2361), - [anon_sym_RBRACE] = ACTIONS(2361), - [anon_sym_typeof] = ACTIONS(2363), - [anon_sym_import] = ACTIONS(2363), - [anon_sym_var] = ACTIONS(2363), - [anon_sym_let] = ACTIONS(2363), - [anon_sym_const] = ACTIONS(2363), - [anon_sym_BANG] = ACTIONS(2361), - [anon_sym_else] = ACTIONS(2363), - [anon_sym_if] = ACTIONS(2363), - [anon_sym_switch] = ACTIONS(2363), - [anon_sym_for] = ACTIONS(2363), - [anon_sym_LPAREN] = ACTIONS(2361), - [anon_sym_await] = ACTIONS(2363), - [anon_sym_while] = ACTIONS(2363), - [anon_sym_do] = ACTIONS(2363), - [anon_sym_try] = ACTIONS(2363), - [anon_sym_with] = ACTIONS(2363), - [anon_sym_break] = ACTIONS(2363), - [anon_sym_continue] = ACTIONS(2363), - [anon_sym_debugger] = ACTIONS(2363), - [anon_sym_return] = ACTIONS(2363), - [anon_sym_throw] = ACTIONS(2363), - [anon_sym_SEMI] = ACTIONS(2361), - [anon_sym_case] = ACTIONS(2363), - [anon_sym_yield] = ACTIONS(2363), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_LTtemplate_GT] = ACTIONS(2361), - [anon_sym_LT] = ACTIONS(2363), - [anon_sym_SLASH] = ACTIONS(2363), - [anon_sym_class] = ACTIONS(2363), - [anon_sym_async] = ACTIONS(2363), - [anon_sym_function] = ACTIONS(2363), - [anon_sym_new] = ACTIONS(2363), - [anon_sym_PLUS] = ACTIONS(2363), - [anon_sym_DASH] = ACTIONS(2363), - [anon_sym_TILDE] = ACTIONS(2361), - [anon_sym_void] = ACTIONS(2363), - [anon_sym_delete] = ACTIONS(2363), - [anon_sym_PLUS_PLUS] = ACTIONS(2361), - [anon_sym_DASH_DASH] = ACTIONS(2361), - [anon_sym_DQUOTE] = ACTIONS(2361), - [anon_sym_SQUOTE] = ACTIONS(2361), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2361), - [sym_number] = ACTIONS(2361), - [sym_this] = ACTIONS(2363), - [sym_super] = ACTIONS(2363), - [sym_true] = ACTIONS(2363), - [sym_false] = ACTIONS(2363), - [sym_null] = ACTIONS(2363), - [sym_undefined] = ACTIONS(2363), - [anon_sym_AT] = ACTIONS(2361), - [anon_sym_static] = ACTIONS(2363), - [anon_sym_readonly] = ACTIONS(2363), - [anon_sym_get] = ACTIONS(2363), - [anon_sym_set] = ACTIONS(2363), - [anon_sym_declare] = ACTIONS(2363), - [anon_sym_public] = ACTIONS(2363), - [anon_sym_private] = ACTIONS(2363), - [anon_sym_protected] = ACTIONS(2363), - [anon_sym_override] = ACTIONS(2363), - [anon_sym_module] = ACTIONS(2363), - [anon_sym_any] = ACTIONS(2363), - [anon_sym_number] = ACTIONS(2363), - [anon_sym_boolean] = ACTIONS(2363), - [anon_sym_string] = ACTIONS(2363), - [anon_sym_symbol] = ACTIONS(2363), - [anon_sym_abstract] = ACTIONS(2363), - [anon_sym_interface] = ACTIONS(2363), - [anon_sym_enum] = ACTIONS(2363), + [ts_builtin_sym_end] = ACTIONS(2399), + [sym_identifier] = ACTIONS(2401), + [anon_sym_export] = ACTIONS(2401), + [anon_sym_default] = ACTIONS(2401), + [anon_sym_type] = ACTIONS(2401), + [anon_sym_namespace] = ACTIONS(2401), + [anon_sym_LBRACE] = ACTIONS(2399), + [anon_sym_RBRACE] = ACTIONS(2399), + [anon_sym_typeof] = ACTIONS(2401), + [anon_sym_import] = ACTIONS(2401), + [anon_sym_var] = ACTIONS(2401), + [anon_sym_let] = ACTIONS(2401), + [anon_sym_const] = ACTIONS(2401), + [anon_sym_BANG] = ACTIONS(2399), + [anon_sym_else] = ACTIONS(2401), + [anon_sym_if] = ACTIONS(2401), + [anon_sym_switch] = ACTIONS(2401), + [anon_sym_for] = ACTIONS(2401), + [anon_sym_LPAREN] = ACTIONS(2399), + [anon_sym_await] = ACTIONS(2401), + [anon_sym_while] = ACTIONS(2401), + [anon_sym_do] = ACTIONS(2401), + [anon_sym_try] = ACTIONS(2401), + [anon_sym_with] = ACTIONS(2401), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2401), + [anon_sym_debugger] = ACTIONS(2401), + [anon_sym_return] = ACTIONS(2401), + [anon_sym_throw] = ACTIONS(2401), + [anon_sym_SEMI] = ACTIONS(2399), + [anon_sym_case] = ACTIONS(2401), + [anon_sym_yield] = ACTIONS(2401), + [anon_sym_LBRACK] = ACTIONS(2399), + [anon_sym_LTtemplate_GT] = ACTIONS(2399), + [anon_sym_class] = ACTIONS(2401), + [anon_sym_async] = ACTIONS(2401), + [anon_sym_function] = ACTIONS(2401), + [anon_sym_new] = ACTIONS(2401), + [anon_sym_PLUS] = ACTIONS(2401), + [anon_sym_DASH] = ACTIONS(2401), + [anon_sym_SLASH] = ACTIONS(2401), + [anon_sym_LT] = ACTIONS(2401), + [anon_sym_TILDE] = ACTIONS(2399), + [anon_sym_void] = ACTIONS(2401), + [anon_sym_delete] = ACTIONS(2401), + [anon_sym_PLUS_PLUS] = ACTIONS(2399), + [anon_sym_DASH_DASH] = ACTIONS(2401), + [anon_sym_DQUOTE] = ACTIONS(2399), + [anon_sym_SQUOTE] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2399), + [sym_number] = ACTIONS(2399), + [sym_this] = ACTIONS(2401), + [sym_super] = ACTIONS(2401), + [sym_true] = ACTIONS(2401), + [sym_false] = ACTIONS(2401), + [sym_null] = ACTIONS(2401), + [sym_undefined] = ACTIONS(2401), + [anon_sym_AT] = ACTIONS(2399), + [anon_sym_static] = ACTIONS(2401), + [anon_sym_readonly] = ACTIONS(2401), + [anon_sym_get] = ACTIONS(2401), + [anon_sym_set] = ACTIONS(2401), + [anon_sym_declare] = ACTIONS(2401), + [anon_sym_public] = ACTIONS(2401), + [anon_sym_private] = ACTIONS(2401), + [anon_sym_protected] = ACTIONS(2401), + [anon_sym_override] = ACTIONS(2401), + [anon_sym_module] = ACTIONS(2401), + [anon_sym_any] = ACTIONS(2401), + [anon_sym_number] = ACTIONS(2401), + [anon_sym_boolean] = ACTIONS(2401), + [anon_sym_string] = ACTIONS(2401), + [anon_sym_symbol] = ACTIONS(2401), + [anon_sym_abstract] = ACTIONS(2401), + [anon_sym_interface] = ACTIONS(2401), + [anon_sym_enum] = ACTIONS(2401), }, [750] = { - [ts_builtin_sym_end] = ACTIONS(2365), - [sym_identifier] = ACTIONS(2367), - [anon_sym_export] = ACTIONS(2367), - [anon_sym_default] = ACTIONS(2367), - [anon_sym_type] = ACTIONS(2367), - [anon_sym_namespace] = ACTIONS(2367), - [anon_sym_LBRACE] = ACTIONS(2365), - [anon_sym_RBRACE] = ACTIONS(2365), - [anon_sym_typeof] = ACTIONS(2367), - [anon_sym_import] = ACTIONS(2367), - [anon_sym_var] = ACTIONS(2367), - [anon_sym_let] = ACTIONS(2367), - [anon_sym_const] = ACTIONS(2367), - [anon_sym_BANG] = ACTIONS(2365), - [anon_sym_else] = ACTIONS(2367), - [anon_sym_if] = ACTIONS(2367), - [anon_sym_switch] = ACTIONS(2367), - [anon_sym_for] = ACTIONS(2367), - [anon_sym_LPAREN] = ACTIONS(2365), - [anon_sym_await] = ACTIONS(2367), - [anon_sym_while] = ACTIONS(2367), - [anon_sym_do] = ACTIONS(2367), - [anon_sym_try] = ACTIONS(2367), - [anon_sym_with] = ACTIONS(2367), - [anon_sym_break] = ACTIONS(2367), - [anon_sym_continue] = ACTIONS(2367), - [anon_sym_debugger] = ACTIONS(2367), - [anon_sym_return] = ACTIONS(2367), - [anon_sym_throw] = ACTIONS(2367), - [anon_sym_SEMI] = ACTIONS(2365), - [anon_sym_case] = ACTIONS(2367), - [anon_sym_yield] = ACTIONS(2367), - [anon_sym_LBRACK] = ACTIONS(2365), - [anon_sym_LTtemplate_GT] = ACTIONS(2365), - [anon_sym_LT] = ACTIONS(2367), - [anon_sym_SLASH] = ACTIONS(2367), - [anon_sym_class] = ACTIONS(2367), - [anon_sym_async] = ACTIONS(2367), - [anon_sym_function] = ACTIONS(2367), - [anon_sym_new] = ACTIONS(2367), - [anon_sym_PLUS] = ACTIONS(2367), - [anon_sym_DASH] = ACTIONS(2367), - [anon_sym_TILDE] = ACTIONS(2365), - [anon_sym_void] = ACTIONS(2367), - [anon_sym_delete] = ACTIONS(2367), - [anon_sym_PLUS_PLUS] = ACTIONS(2365), - [anon_sym_DASH_DASH] = ACTIONS(2365), - [anon_sym_DQUOTE] = ACTIONS(2365), - [anon_sym_SQUOTE] = ACTIONS(2365), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2365), - [sym_number] = ACTIONS(2365), - [sym_this] = ACTIONS(2367), - [sym_super] = ACTIONS(2367), - [sym_true] = ACTIONS(2367), - [sym_false] = ACTIONS(2367), - [sym_null] = ACTIONS(2367), - [sym_undefined] = ACTIONS(2367), - [anon_sym_AT] = ACTIONS(2365), - [anon_sym_static] = ACTIONS(2367), - [anon_sym_readonly] = ACTIONS(2367), - [anon_sym_get] = ACTIONS(2367), - [anon_sym_set] = ACTIONS(2367), - [anon_sym_declare] = ACTIONS(2367), - [anon_sym_public] = ACTIONS(2367), - [anon_sym_private] = ACTIONS(2367), - [anon_sym_protected] = ACTIONS(2367), - [anon_sym_override] = ACTIONS(2367), - [anon_sym_module] = ACTIONS(2367), - [anon_sym_any] = ACTIONS(2367), - [anon_sym_number] = ACTIONS(2367), - [anon_sym_boolean] = ACTIONS(2367), - [anon_sym_string] = ACTIONS(2367), - [anon_sym_symbol] = ACTIONS(2367), - [anon_sym_abstract] = ACTIONS(2367), - [anon_sym_interface] = ACTIONS(2367), - [anon_sym_enum] = ACTIONS(2367), + [ts_builtin_sym_end] = ACTIONS(2403), + [sym_identifier] = ACTIONS(2405), + [anon_sym_export] = ACTIONS(2405), + [anon_sym_default] = ACTIONS(2405), + [anon_sym_type] = ACTIONS(2405), + [anon_sym_namespace] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2403), + [anon_sym_RBRACE] = ACTIONS(2403), + [anon_sym_typeof] = ACTIONS(2405), + [anon_sym_import] = ACTIONS(2405), + [anon_sym_var] = ACTIONS(2405), + [anon_sym_let] = ACTIONS(2405), + [anon_sym_const] = ACTIONS(2405), + [anon_sym_BANG] = ACTIONS(2403), + [anon_sym_else] = ACTIONS(2405), + [anon_sym_if] = ACTIONS(2405), + [anon_sym_switch] = ACTIONS(2405), + [anon_sym_for] = ACTIONS(2405), + [anon_sym_LPAREN] = ACTIONS(2403), + [anon_sym_await] = ACTIONS(2405), + [anon_sym_while] = ACTIONS(2405), + [anon_sym_do] = ACTIONS(2405), + [anon_sym_try] = ACTIONS(2405), + [anon_sym_with] = ACTIONS(2405), + [anon_sym_break] = ACTIONS(2405), + [anon_sym_continue] = ACTIONS(2405), + [anon_sym_debugger] = ACTIONS(2405), + [anon_sym_return] = ACTIONS(2405), + [anon_sym_throw] = ACTIONS(2405), + [anon_sym_SEMI] = ACTIONS(2403), + [anon_sym_case] = ACTIONS(2405), + [anon_sym_yield] = ACTIONS(2405), + [anon_sym_LBRACK] = ACTIONS(2403), + [anon_sym_LTtemplate_GT] = ACTIONS(2403), + [anon_sym_class] = ACTIONS(2405), + [anon_sym_async] = ACTIONS(2405), + [anon_sym_function] = ACTIONS(2405), + [anon_sym_new] = ACTIONS(2405), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_LT] = ACTIONS(2405), + [anon_sym_TILDE] = ACTIONS(2403), + [anon_sym_void] = ACTIONS(2405), + [anon_sym_delete] = ACTIONS(2405), + [anon_sym_PLUS_PLUS] = ACTIONS(2403), + [anon_sym_DASH_DASH] = ACTIONS(2405), + [anon_sym_DQUOTE] = ACTIONS(2403), + [anon_sym_SQUOTE] = ACTIONS(2403), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2403), + [sym_number] = ACTIONS(2403), + [sym_this] = ACTIONS(2405), + [sym_super] = ACTIONS(2405), + [sym_true] = ACTIONS(2405), + [sym_false] = ACTIONS(2405), + [sym_null] = ACTIONS(2405), + [sym_undefined] = ACTIONS(2405), + [anon_sym_AT] = ACTIONS(2403), + [anon_sym_static] = ACTIONS(2405), + [anon_sym_readonly] = ACTIONS(2405), + [anon_sym_get] = ACTIONS(2405), + [anon_sym_set] = ACTIONS(2405), + [anon_sym_declare] = ACTIONS(2405), + [anon_sym_public] = ACTIONS(2405), + [anon_sym_private] = ACTIONS(2405), + [anon_sym_protected] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2405), + [anon_sym_module] = ACTIONS(2405), + [anon_sym_any] = ACTIONS(2405), + [anon_sym_number] = ACTIONS(2405), + [anon_sym_boolean] = ACTIONS(2405), + [anon_sym_string] = ACTIONS(2405), + [anon_sym_symbol] = ACTIONS(2405), + [anon_sym_abstract] = ACTIONS(2405), + [anon_sym_interface] = ACTIONS(2405), + [anon_sym_enum] = ACTIONS(2405), }, [751] = { - [ts_builtin_sym_end] = ACTIONS(2369), - [sym_identifier] = ACTIONS(2371), - [anon_sym_export] = ACTIONS(2371), - [anon_sym_default] = ACTIONS(2371), - [anon_sym_type] = ACTIONS(2371), - [anon_sym_namespace] = ACTIONS(2371), - [anon_sym_LBRACE] = ACTIONS(2369), - [anon_sym_RBRACE] = ACTIONS(2369), - [anon_sym_typeof] = ACTIONS(2371), - [anon_sym_import] = ACTIONS(2371), - [anon_sym_var] = ACTIONS(2371), - [anon_sym_let] = ACTIONS(2371), - [anon_sym_const] = ACTIONS(2371), - [anon_sym_BANG] = ACTIONS(2369), - [anon_sym_else] = ACTIONS(2371), - [anon_sym_if] = ACTIONS(2371), - [anon_sym_switch] = ACTIONS(2371), - [anon_sym_for] = ACTIONS(2371), - [anon_sym_LPAREN] = ACTIONS(2369), - [anon_sym_await] = ACTIONS(2371), - [anon_sym_while] = ACTIONS(2371), - [anon_sym_do] = ACTIONS(2371), - [anon_sym_try] = ACTIONS(2371), - [anon_sym_with] = ACTIONS(2371), - [anon_sym_break] = ACTIONS(2371), - [anon_sym_continue] = ACTIONS(2371), - [anon_sym_debugger] = ACTIONS(2371), - [anon_sym_return] = ACTIONS(2371), - [anon_sym_throw] = ACTIONS(2371), - [anon_sym_SEMI] = ACTIONS(2369), - [anon_sym_case] = ACTIONS(2371), - [anon_sym_yield] = ACTIONS(2371), - [anon_sym_LBRACK] = ACTIONS(2369), - [anon_sym_LTtemplate_GT] = ACTIONS(2369), - [anon_sym_LT] = ACTIONS(2371), - [anon_sym_SLASH] = ACTIONS(2371), - [anon_sym_class] = ACTIONS(2371), - [anon_sym_async] = ACTIONS(2371), - [anon_sym_function] = ACTIONS(2371), - [anon_sym_new] = ACTIONS(2371), - [anon_sym_PLUS] = ACTIONS(2371), - [anon_sym_DASH] = ACTIONS(2371), - [anon_sym_TILDE] = ACTIONS(2369), - [anon_sym_void] = ACTIONS(2371), - [anon_sym_delete] = ACTIONS(2371), - [anon_sym_PLUS_PLUS] = ACTIONS(2369), - [anon_sym_DASH_DASH] = ACTIONS(2369), - [anon_sym_DQUOTE] = ACTIONS(2369), - [anon_sym_SQUOTE] = ACTIONS(2369), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2369), - [sym_number] = ACTIONS(2369), - [sym_this] = ACTIONS(2371), - [sym_super] = ACTIONS(2371), - [sym_true] = ACTIONS(2371), - [sym_false] = ACTIONS(2371), - [sym_null] = ACTIONS(2371), - [sym_undefined] = ACTIONS(2371), - [anon_sym_AT] = ACTIONS(2369), - [anon_sym_static] = ACTIONS(2371), - [anon_sym_readonly] = ACTIONS(2371), - [anon_sym_get] = ACTIONS(2371), - [anon_sym_set] = ACTIONS(2371), - [anon_sym_declare] = ACTIONS(2371), - [anon_sym_public] = ACTIONS(2371), - [anon_sym_private] = ACTIONS(2371), - [anon_sym_protected] = ACTIONS(2371), - [anon_sym_override] = ACTIONS(2371), - [anon_sym_module] = ACTIONS(2371), - [anon_sym_any] = ACTIONS(2371), - [anon_sym_number] = ACTIONS(2371), - [anon_sym_boolean] = ACTIONS(2371), - [anon_sym_string] = ACTIONS(2371), - [anon_sym_symbol] = ACTIONS(2371), - [anon_sym_abstract] = ACTIONS(2371), - [anon_sym_interface] = ACTIONS(2371), - [anon_sym_enum] = ACTIONS(2371), + [ts_builtin_sym_end] = ACTIONS(2407), + [sym_identifier] = ACTIONS(2409), + [anon_sym_export] = ACTIONS(2409), + [anon_sym_default] = ACTIONS(2409), + [anon_sym_type] = ACTIONS(2409), + [anon_sym_namespace] = ACTIONS(2409), + [anon_sym_LBRACE] = ACTIONS(2407), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_typeof] = ACTIONS(2409), + [anon_sym_import] = ACTIONS(2409), + [anon_sym_var] = ACTIONS(2409), + [anon_sym_let] = ACTIONS(2409), + [anon_sym_const] = ACTIONS(2409), + [anon_sym_BANG] = ACTIONS(2407), + [anon_sym_else] = ACTIONS(2409), + [anon_sym_if] = ACTIONS(2409), + [anon_sym_switch] = ACTIONS(2409), + [anon_sym_for] = ACTIONS(2409), + [anon_sym_LPAREN] = ACTIONS(2407), + [anon_sym_await] = ACTIONS(2409), + [anon_sym_while] = ACTIONS(2409), + [anon_sym_do] = ACTIONS(2409), + [anon_sym_try] = ACTIONS(2409), + [anon_sym_with] = ACTIONS(2409), + [anon_sym_break] = ACTIONS(2409), + [anon_sym_continue] = ACTIONS(2409), + [anon_sym_debugger] = ACTIONS(2409), + [anon_sym_return] = ACTIONS(2409), + [anon_sym_throw] = ACTIONS(2409), + [anon_sym_SEMI] = ACTIONS(2407), + [anon_sym_case] = ACTIONS(2409), + [anon_sym_yield] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_LTtemplate_GT] = ACTIONS(2407), + [anon_sym_class] = ACTIONS(2409), + [anon_sym_async] = ACTIONS(2409), + [anon_sym_function] = ACTIONS(2409), + [anon_sym_new] = ACTIONS(2409), + [anon_sym_PLUS] = ACTIONS(2409), + [anon_sym_DASH] = ACTIONS(2409), + [anon_sym_SLASH] = ACTIONS(2409), + [anon_sym_LT] = ACTIONS(2409), + [anon_sym_TILDE] = ACTIONS(2407), + [anon_sym_void] = ACTIONS(2409), + [anon_sym_delete] = ACTIONS(2409), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2409), + [anon_sym_DQUOTE] = ACTIONS(2407), + [anon_sym_SQUOTE] = ACTIONS(2407), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2407), + [sym_number] = ACTIONS(2407), + [sym_this] = ACTIONS(2409), + [sym_super] = ACTIONS(2409), + [sym_true] = ACTIONS(2409), + [sym_false] = ACTIONS(2409), + [sym_null] = ACTIONS(2409), + [sym_undefined] = ACTIONS(2409), + [anon_sym_AT] = ACTIONS(2407), + [anon_sym_static] = ACTIONS(2409), + [anon_sym_readonly] = ACTIONS(2409), + [anon_sym_get] = ACTIONS(2409), + [anon_sym_set] = ACTIONS(2409), + [anon_sym_declare] = ACTIONS(2409), + [anon_sym_public] = ACTIONS(2409), + [anon_sym_private] = ACTIONS(2409), + [anon_sym_protected] = ACTIONS(2409), + [anon_sym_override] = ACTIONS(2409), + [anon_sym_module] = ACTIONS(2409), + [anon_sym_any] = ACTIONS(2409), + [anon_sym_number] = ACTIONS(2409), + [anon_sym_boolean] = ACTIONS(2409), + [anon_sym_string] = ACTIONS(2409), + [anon_sym_symbol] = ACTIONS(2409), + [anon_sym_abstract] = ACTIONS(2409), + [anon_sym_interface] = ACTIONS(2409), + [anon_sym_enum] = ACTIONS(2409), }, [752] = { - [ts_builtin_sym_end] = ACTIONS(2373), - [sym_identifier] = ACTIONS(2375), - [anon_sym_export] = ACTIONS(2375), - [anon_sym_default] = ACTIONS(2375), - [anon_sym_type] = ACTIONS(2375), - [anon_sym_namespace] = ACTIONS(2375), - [anon_sym_LBRACE] = ACTIONS(2373), - [anon_sym_RBRACE] = ACTIONS(2373), - [anon_sym_typeof] = ACTIONS(2375), - [anon_sym_import] = ACTIONS(2375), - [anon_sym_var] = ACTIONS(2375), - [anon_sym_let] = ACTIONS(2375), - [anon_sym_const] = ACTIONS(2375), - [anon_sym_BANG] = ACTIONS(2373), - [anon_sym_else] = ACTIONS(2375), - [anon_sym_if] = ACTIONS(2375), - [anon_sym_switch] = ACTIONS(2375), - [anon_sym_for] = ACTIONS(2375), - [anon_sym_LPAREN] = ACTIONS(2373), - [anon_sym_await] = ACTIONS(2375), - [anon_sym_while] = ACTIONS(2375), - [anon_sym_do] = ACTIONS(2375), - [anon_sym_try] = ACTIONS(2375), - [anon_sym_with] = ACTIONS(2375), - [anon_sym_break] = ACTIONS(2375), - [anon_sym_continue] = ACTIONS(2375), - [anon_sym_debugger] = ACTIONS(2375), - [anon_sym_return] = ACTIONS(2375), - [anon_sym_throw] = ACTIONS(2375), - [anon_sym_SEMI] = ACTIONS(2373), - [anon_sym_case] = ACTIONS(2375), - [anon_sym_yield] = ACTIONS(2375), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_LTtemplate_GT] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(2375), - [anon_sym_SLASH] = ACTIONS(2375), - [anon_sym_class] = ACTIONS(2375), - [anon_sym_async] = ACTIONS(2375), - [anon_sym_function] = ACTIONS(2375), - [anon_sym_new] = ACTIONS(2375), - [anon_sym_PLUS] = ACTIONS(2375), - [anon_sym_DASH] = ACTIONS(2375), - [anon_sym_TILDE] = ACTIONS(2373), - [anon_sym_void] = ACTIONS(2375), - [anon_sym_delete] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2373), - [anon_sym_DASH_DASH] = ACTIONS(2373), - [anon_sym_DQUOTE] = ACTIONS(2373), - [anon_sym_SQUOTE] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2373), - [sym_number] = ACTIONS(2373), - [sym_this] = ACTIONS(2375), - [sym_super] = ACTIONS(2375), - [sym_true] = ACTIONS(2375), - [sym_false] = ACTIONS(2375), - [sym_null] = ACTIONS(2375), - [sym_undefined] = ACTIONS(2375), - [anon_sym_AT] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2375), - [anon_sym_readonly] = ACTIONS(2375), - [anon_sym_get] = ACTIONS(2375), - [anon_sym_set] = ACTIONS(2375), - [anon_sym_declare] = ACTIONS(2375), - [anon_sym_public] = ACTIONS(2375), - [anon_sym_private] = ACTIONS(2375), - [anon_sym_protected] = ACTIONS(2375), - [anon_sym_override] = ACTIONS(2375), - [anon_sym_module] = ACTIONS(2375), - [anon_sym_any] = ACTIONS(2375), - [anon_sym_number] = ACTIONS(2375), - [anon_sym_boolean] = ACTIONS(2375), - [anon_sym_string] = ACTIONS(2375), - [anon_sym_symbol] = ACTIONS(2375), - [anon_sym_abstract] = ACTIONS(2375), - [anon_sym_interface] = ACTIONS(2375), - [anon_sym_enum] = ACTIONS(2375), + [ts_builtin_sym_end] = ACTIONS(2411), + [sym_identifier] = ACTIONS(2413), + [anon_sym_export] = ACTIONS(2413), + [anon_sym_default] = ACTIONS(2413), + [anon_sym_type] = ACTIONS(2413), + [anon_sym_namespace] = ACTIONS(2413), + [anon_sym_LBRACE] = ACTIONS(2411), + [anon_sym_RBRACE] = ACTIONS(2411), + [anon_sym_typeof] = ACTIONS(2413), + [anon_sym_import] = ACTIONS(2413), + [anon_sym_var] = ACTIONS(2413), + [anon_sym_let] = ACTIONS(2413), + [anon_sym_const] = ACTIONS(2413), + [anon_sym_BANG] = ACTIONS(2411), + [anon_sym_else] = ACTIONS(2413), + [anon_sym_if] = ACTIONS(2413), + [anon_sym_switch] = ACTIONS(2413), + [anon_sym_for] = ACTIONS(2413), + [anon_sym_LPAREN] = ACTIONS(2411), + [anon_sym_await] = ACTIONS(2413), + [anon_sym_while] = ACTIONS(2413), + [anon_sym_do] = ACTIONS(2413), + [anon_sym_try] = ACTIONS(2413), + [anon_sym_with] = ACTIONS(2413), + [anon_sym_break] = ACTIONS(2413), + [anon_sym_continue] = ACTIONS(2413), + [anon_sym_debugger] = ACTIONS(2413), + [anon_sym_return] = ACTIONS(2413), + [anon_sym_throw] = ACTIONS(2413), + [anon_sym_SEMI] = ACTIONS(2411), + [anon_sym_case] = ACTIONS(2413), + [anon_sym_yield] = ACTIONS(2413), + [anon_sym_LBRACK] = ACTIONS(2411), + [anon_sym_LTtemplate_GT] = ACTIONS(2411), + [anon_sym_class] = ACTIONS(2413), + [anon_sym_async] = ACTIONS(2413), + [anon_sym_function] = ACTIONS(2413), + [anon_sym_new] = ACTIONS(2413), + [anon_sym_PLUS] = ACTIONS(2413), + [anon_sym_DASH] = ACTIONS(2413), + [anon_sym_SLASH] = ACTIONS(2413), + [anon_sym_LT] = ACTIONS(2413), + [anon_sym_TILDE] = ACTIONS(2411), + [anon_sym_void] = ACTIONS(2413), + [anon_sym_delete] = ACTIONS(2413), + [anon_sym_PLUS_PLUS] = ACTIONS(2411), + [anon_sym_DASH_DASH] = ACTIONS(2413), + [anon_sym_DQUOTE] = ACTIONS(2411), + [anon_sym_SQUOTE] = ACTIONS(2411), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2411), + [sym_number] = ACTIONS(2411), + [sym_this] = ACTIONS(2413), + [sym_super] = ACTIONS(2413), + [sym_true] = ACTIONS(2413), + [sym_false] = ACTIONS(2413), + [sym_null] = ACTIONS(2413), + [sym_undefined] = ACTIONS(2413), + [anon_sym_AT] = ACTIONS(2411), + [anon_sym_static] = ACTIONS(2413), + [anon_sym_readonly] = ACTIONS(2413), + [anon_sym_get] = ACTIONS(2413), + [anon_sym_set] = ACTIONS(2413), + [anon_sym_declare] = ACTIONS(2413), + [anon_sym_public] = ACTIONS(2413), + [anon_sym_private] = ACTIONS(2413), + [anon_sym_protected] = ACTIONS(2413), + [anon_sym_override] = ACTIONS(2413), + [anon_sym_module] = ACTIONS(2413), + [anon_sym_any] = ACTIONS(2413), + [anon_sym_number] = ACTIONS(2413), + [anon_sym_boolean] = ACTIONS(2413), + [anon_sym_string] = ACTIONS(2413), + [anon_sym_symbol] = ACTIONS(2413), + [anon_sym_abstract] = ACTIONS(2413), + [anon_sym_interface] = ACTIONS(2413), + [anon_sym_enum] = ACTIONS(2413), }, [753] = { - [ts_builtin_sym_end] = ACTIONS(2377), - [sym_identifier] = ACTIONS(2379), - [anon_sym_export] = ACTIONS(2379), - [anon_sym_default] = ACTIONS(2379), - [anon_sym_type] = ACTIONS(2379), - [anon_sym_namespace] = ACTIONS(2379), - [anon_sym_LBRACE] = ACTIONS(2377), - [anon_sym_RBRACE] = ACTIONS(2377), - [anon_sym_typeof] = ACTIONS(2379), - [anon_sym_import] = ACTIONS(2379), - [anon_sym_var] = ACTIONS(2379), - [anon_sym_let] = ACTIONS(2379), - [anon_sym_const] = ACTIONS(2379), - [anon_sym_BANG] = ACTIONS(2377), - [anon_sym_else] = ACTIONS(2379), - [anon_sym_if] = ACTIONS(2379), - [anon_sym_switch] = ACTIONS(2379), - [anon_sym_for] = ACTIONS(2379), - [anon_sym_LPAREN] = ACTIONS(2377), - [anon_sym_await] = ACTIONS(2379), - [anon_sym_while] = ACTIONS(2379), - [anon_sym_do] = ACTIONS(2379), - [anon_sym_try] = ACTIONS(2379), - [anon_sym_with] = ACTIONS(2379), - [anon_sym_break] = ACTIONS(2379), - [anon_sym_continue] = ACTIONS(2379), - [anon_sym_debugger] = ACTIONS(2379), - [anon_sym_return] = ACTIONS(2379), - [anon_sym_throw] = ACTIONS(2379), - [anon_sym_SEMI] = ACTIONS(2377), - [anon_sym_case] = ACTIONS(2379), - [anon_sym_yield] = ACTIONS(2379), - [anon_sym_LBRACK] = ACTIONS(2377), - [anon_sym_LTtemplate_GT] = ACTIONS(2377), - [anon_sym_LT] = ACTIONS(2379), - [anon_sym_SLASH] = ACTIONS(2379), - [anon_sym_class] = ACTIONS(2379), - [anon_sym_async] = ACTIONS(2379), - [anon_sym_function] = ACTIONS(2379), - [anon_sym_new] = ACTIONS(2379), - [anon_sym_PLUS] = ACTIONS(2379), - [anon_sym_DASH] = ACTIONS(2379), - [anon_sym_TILDE] = ACTIONS(2377), - [anon_sym_void] = ACTIONS(2379), - [anon_sym_delete] = ACTIONS(2379), - [anon_sym_PLUS_PLUS] = ACTIONS(2377), - [anon_sym_DASH_DASH] = ACTIONS(2377), - [anon_sym_DQUOTE] = ACTIONS(2377), - [anon_sym_SQUOTE] = ACTIONS(2377), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2377), - [sym_number] = ACTIONS(2377), - [sym_this] = ACTIONS(2379), - [sym_super] = ACTIONS(2379), - [sym_true] = ACTIONS(2379), - [sym_false] = ACTIONS(2379), - [sym_null] = ACTIONS(2379), - [sym_undefined] = ACTIONS(2379), - [anon_sym_AT] = ACTIONS(2377), - [anon_sym_static] = ACTIONS(2379), - [anon_sym_readonly] = ACTIONS(2379), - [anon_sym_get] = ACTIONS(2379), - [anon_sym_set] = ACTIONS(2379), - [anon_sym_declare] = ACTIONS(2379), - [anon_sym_public] = ACTIONS(2379), - [anon_sym_private] = ACTIONS(2379), - [anon_sym_protected] = ACTIONS(2379), - [anon_sym_override] = ACTIONS(2379), - [anon_sym_module] = ACTIONS(2379), - [anon_sym_any] = ACTIONS(2379), - [anon_sym_number] = ACTIONS(2379), - [anon_sym_boolean] = ACTIONS(2379), - [anon_sym_string] = ACTIONS(2379), - [anon_sym_symbol] = ACTIONS(2379), - [anon_sym_abstract] = ACTIONS(2379), - [anon_sym_interface] = ACTIONS(2379), - [anon_sym_enum] = ACTIONS(2379), + [ts_builtin_sym_end] = ACTIONS(2415), + [sym_identifier] = ACTIONS(2417), + [anon_sym_export] = ACTIONS(2417), + [anon_sym_default] = ACTIONS(2417), + [anon_sym_type] = ACTIONS(2417), + [anon_sym_namespace] = ACTIONS(2417), + [anon_sym_LBRACE] = ACTIONS(2415), + [anon_sym_RBRACE] = ACTIONS(2415), + [anon_sym_typeof] = ACTIONS(2417), + [anon_sym_import] = ACTIONS(2417), + [anon_sym_var] = ACTIONS(2417), + [anon_sym_let] = ACTIONS(2417), + [anon_sym_const] = ACTIONS(2417), + [anon_sym_BANG] = ACTIONS(2415), + [anon_sym_else] = ACTIONS(2417), + [anon_sym_if] = ACTIONS(2417), + [anon_sym_switch] = ACTIONS(2417), + [anon_sym_for] = ACTIONS(2417), + [anon_sym_LPAREN] = ACTIONS(2415), + [anon_sym_await] = ACTIONS(2417), + [anon_sym_while] = ACTIONS(2417), + [anon_sym_do] = ACTIONS(2417), + [anon_sym_try] = ACTIONS(2417), + [anon_sym_with] = ACTIONS(2417), + [anon_sym_break] = ACTIONS(2417), + [anon_sym_continue] = ACTIONS(2417), + [anon_sym_debugger] = ACTIONS(2417), + [anon_sym_return] = ACTIONS(2417), + [anon_sym_throw] = ACTIONS(2417), + [anon_sym_SEMI] = ACTIONS(2415), + [anon_sym_case] = ACTIONS(2417), + [anon_sym_yield] = ACTIONS(2417), + [anon_sym_LBRACK] = ACTIONS(2415), + [anon_sym_LTtemplate_GT] = ACTIONS(2415), + [anon_sym_class] = ACTIONS(2417), + [anon_sym_async] = ACTIONS(2417), + [anon_sym_function] = ACTIONS(2417), + [anon_sym_new] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2417), + [anon_sym_DASH] = ACTIONS(2417), + [anon_sym_SLASH] = ACTIONS(2417), + [anon_sym_LT] = ACTIONS(2417), + [anon_sym_TILDE] = ACTIONS(2415), + [anon_sym_void] = ACTIONS(2417), + [anon_sym_delete] = ACTIONS(2417), + [anon_sym_PLUS_PLUS] = ACTIONS(2415), + [anon_sym_DASH_DASH] = ACTIONS(2417), + [anon_sym_DQUOTE] = ACTIONS(2415), + [anon_sym_SQUOTE] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2415), + [sym_number] = ACTIONS(2415), + [sym_this] = ACTIONS(2417), + [sym_super] = ACTIONS(2417), + [sym_true] = ACTIONS(2417), + [sym_false] = ACTIONS(2417), + [sym_null] = ACTIONS(2417), + [sym_undefined] = ACTIONS(2417), + [anon_sym_AT] = ACTIONS(2415), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_readonly] = ACTIONS(2417), + [anon_sym_get] = ACTIONS(2417), + [anon_sym_set] = ACTIONS(2417), + [anon_sym_declare] = ACTIONS(2417), + [anon_sym_public] = ACTIONS(2417), + [anon_sym_private] = ACTIONS(2417), + [anon_sym_protected] = ACTIONS(2417), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_module] = ACTIONS(2417), + [anon_sym_any] = ACTIONS(2417), + [anon_sym_number] = ACTIONS(2417), + [anon_sym_boolean] = ACTIONS(2417), + [anon_sym_string] = ACTIONS(2417), + [anon_sym_symbol] = ACTIONS(2417), + [anon_sym_abstract] = ACTIONS(2417), + [anon_sym_interface] = ACTIONS(2417), + [anon_sym_enum] = ACTIONS(2417), }, [754] = { - [ts_builtin_sym_end] = ACTIONS(2381), - [sym_identifier] = ACTIONS(2383), - [anon_sym_export] = ACTIONS(2383), - [anon_sym_default] = ACTIONS(2383), - [anon_sym_type] = ACTIONS(2383), - [anon_sym_namespace] = ACTIONS(2383), - [anon_sym_LBRACE] = ACTIONS(2381), - [anon_sym_RBRACE] = ACTIONS(2381), - [anon_sym_typeof] = ACTIONS(2383), - [anon_sym_import] = ACTIONS(2383), - [anon_sym_var] = ACTIONS(2383), - [anon_sym_let] = ACTIONS(2383), - [anon_sym_const] = ACTIONS(2383), - [anon_sym_BANG] = ACTIONS(2381), - [anon_sym_else] = ACTIONS(2383), - [anon_sym_if] = ACTIONS(2383), - [anon_sym_switch] = ACTIONS(2383), - [anon_sym_for] = ACTIONS(2383), - [anon_sym_LPAREN] = ACTIONS(2381), - [anon_sym_await] = ACTIONS(2383), - [anon_sym_while] = ACTIONS(2383), - [anon_sym_do] = ACTIONS(2383), - [anon_sym_try] = ACTIONS(2383), - [anon_sym_with] = ACTIONS(2383), - [anon_sym_break] = ACTIONS(2383), - [anon_sym_continue] = ACTIONS(2383), - [anon_sym_debugger] = ACTIONS(2383), - [anon_sym_return] = ACTIONS(2383), - [anon_sym_throw] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2381), - [anon_sym_case] = ACTIONS(2383), - [anon_sym_yield] = ACTIONS(2383), - [anon_sym_LBRACK] = ACTIONS(2381), - [anon_sym_LTtemplate_GT] = ACTIONS(2381), - [anon_sym_LT] = ACTIONS(2383), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_class] = ACTIONS(2383), - [anon_sym_async] = ACTIONS(2383), - [anon_sym_function] = ACTIONS(2383), - [anon_sym_new] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_void] = ACTIONS(2383), - [anon_sym_delete] = ACTIONS(2383), - [anon_sym_PLUS_PLUS] = ACTIONS(2381), - [anon_sym_DASH_DASH] = ACTIONS(2381), - [anon_sym_DQUOTE] = ACTIONS(2381), - [anon_sym_SQUOTE] = ACTIONS(2381), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2381), - [sym_number] = ACTIONS(2381), - [sym_this] = ACTIONS(2383), - [sym_super] = ACTIONS(2383), - [sym_true] = ACTIONS(2383), - [sym_false] = ACTIONS(2383), - [sym_null] = ACTIONS(2383), - [sym_undefined] = ACTIONS(2383), - [anon_sym_AT] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2383), - [anon_sym_readonly] = ACTIONS(2383), - [anon_sym_get] = ACTIONS(2383), - [anon_sym_set] = ACTIONS(2383), - [anon_sym_declare] = ACTIONS(2383), - [anon_sym_public] = ACTIONS(2383), - [anon_sym_private] = ACTIONS(2383), - [anon_sym_protected] = ACTIONS(2383), - [anon_sym_override] = ACTIONS(2383), - [anon_sym_module] = ACTIONS(2383), - [anon_sym_any] = ACTIONS(2383), - [anon_sym_number] = ACTIONS(2383), - [anon_sym_boolean] = ACTIONS(2383), - [anon_sym_string] = ACTIONS(2383), - [anon_sym_symbol] = ACTIONS(2383), - [anon_sym_abstract] = ACTIONS(2383), - [anon_sym_interface] = ACTIONS(2383), - [anon_sym_enum] = ACTIONS(2383), + [ts_builtin_sym_end] = ACTIONS(2419), + [sym_identifier] = ACTIONS(2421), + [anon_sym_export] = ACTIONS(2421), + [anon_sym_default] = ACTIONS(2421), + [anon_sym_type] = ACTIONS(2421), + [anon_sym_namespace] = ACTIONS(2421), + [anon_sym_LBRACE] = ACTIONS(2419), + [anon_sym_RBRACE] = ACTIONS(2419), + [anon_sym_typeof] = ACTIONS(2421), + [anon_sym_import] = ACTIONS(2421), + [anon_sym_var] = ACTIONS(2421), + [anon_sym_let] = ACTIONS(2421), + [anon_sym_const] = ACTIONS(2421), + [anon_sym_BANG] = ACTIONS(2419), + [anon_sym_else] = ACTIONS(2421), + [anon_sym_if] = ACTIONS(2421), + [anon_sym_switch] = ACTIONS(2421), + [anon_sym_for] = ACTIONS(2421), + [anon_sym_LPAREN] = ACTIONS(2419), + [anon_sym_await] = ACTIONS(2421), + [anon_sym_while] = ACTIONS(2421), + [anon_sym_do] = ACTIONS(2421), + [anon_sym_try] = ACTIONS(2421), + [anon_sym_with] = ACTIONS(2421), + [anon_sym_break] = ACTIONS(2421), + [anon_sym_continue] = ACTIONS(2421), + [anon_sym_debugger] = ACTIONS(2421), + [anon_sym_return] = ACTIONS(2421), + [anon_sym_throw] = ACTIONS(2421), + [anon_sym_SEMI] = ACTIONS(2419), + [anon_sym_case] = ACTIONS(2421), + [anon_sym_yield] = ACTIONS(2421), + [anon_sym_LBRACK] = ACTIONS(2419), + [anon_sym_LTtemplate_GT] = ACTIONS(2419), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_async] = ACTIONS(2421), + [anon_sym_function] = ACTIONS(2421), + [anon_sym_new] = ACTIONS(2421), + [anon_sym_PLUS] = ACTIONS(2421), + [anon_sym_DASH] = ACTIONS(2421), + [anon_sym_SLASH] = ACTIONS(2421), + [anon_sym_LT] = ACTIONS(2421), + [anon_sym_TILDE] = ACTIONS(2419), + [anon_sym_void] = ACTIONS(2421), + [anon_sym_delete] = ACTIONS(2421), + [anon_sym_PLUS_PLUS] = ACTIONS(2419), + [anon_sym_DASH_DASH] = ACTIONS(2421), + [anon_sym_DQUOTE] = ACTIONS(2419), + [anon_sym_SQUOTE] = ACTIONS(2419), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2419), + [sym_number] = ACTIONS(2419), + [sym_this] = ACTIONS(2421), + [sym_super] = ACTIONS(2421), + [sym_true] = ACTIONS(2421), + [sym_false] = ACTIONS(2421), + [sym_null] = ACTIONS(2421), + [sym_undefined] = ACTIONS(2421), + [anon_sym_AT] = ACTIONS(2419), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_readonly] = ACTIONS(2421), + [anon_sym_get] = ACTIONS(2421), + [anon_sym_set] = ACTIONS(2421), + [anon_sym_declare] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_protected] = ACTIONS(2421), + [anon_sym_override] = ACTIONS(2421), + [anon_sym_module] = ACTIONS(2421), + [anon_sym_any] = ACTIONS(2421), + [anon_sym_number] = ACTIONS(2421), + [anon_sym_boolean] = ACTIONS(2421), + [anon_sym_string] = ACTIONS(2421), + [anon_sym_symbol] = ACTIONS(2421), + [anon_sym_abstract] = ACTIONS(2421), + [anon_sym_interface] = ACTIONS(2421), + [anon_sym_enum] = ACTIONS(2421), }, [755] = { - [ts_builtin_sym_end] = ACTIONS(2385), - [sym_identifier] = ACTIONS(2387), - [anon_sym_export] = ACTIONS(2387), - [anon_sym_default] = ACTIONS(2387), - [anon_sym_type] = ACTIONS(2387), - [anon_sym_namespace] = ACTIONS(2387), - [anon_sym_LBRACE] = ACTIONS(2385), - [anon_sym_RBRACE] = ACTIONS(2385), - [anon_sym_typeof] = ACTIONS(2387), - [anon_sym_import] = ACTIONS(2387), - [anon_sym_var] = ACTIONS(2387), - [anon_sym_let] = ACTIONS(2387), - [anon_sym_const] = ACTIONS(2387), - [anon_sym_BANG] = ACTIONS(2385), - [anon_sym_else] = ACTIONS(2387), - [anon_sym_if] = ACTIONS(2387), - [anon_sym_switch] = ACTIONS(2387), - [anon_sym_for] = ACTIONS(2387), - [anon_sym_LPAREN] = ACTIONS(2385), - [anon_sym_await] = ACTIONS(2387), - [anon_sym_while] = ACTIONS(2387), - [anon_sym_do] = ACTIONS(2387), - [anon_sym_try] = ACTIONS(2387), - [anon_sym_with] = ACTIONS(2387), - [anon_sym_break] = ACTIONS(2387), - [anon_sym_continue] = ACTIONS(2387), - [anon_sym_debugger] = ACTIONS(2387), - [anon_sym_return] = ACTIONS(2387), - [anon_sym_throw] = ACTIONS(2387), - [anon_sym_SEMI] = ACTIONS(2385), - [anon_sym_case] = ACTIONS(2387), - [anon_sym_yield] = ACTIONS(2387), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_LTtemplate_GT] = ACTIONS(2385), - [anon_sym_LT] = ACTIONS(2387), - [anon_sym_SLASH] = ACTIONS(2387), - [anon_sym_class] = ACTIONS(2387), - [anon_sym_async] = ACTIONS(2387), - [anon_sym_function] = ACTIONS(2387), - [anon_sym_new] = ACTIONS(2387), - [anon_sym_PLUS] = ACTIONS(2387), - [anon_sym_DASH] = ACTIONS(2387), - [anon_sym_TILDE] = ACTIONS(2385), - [anon_sym_void] = ACTIONS(2387), - [anon_sym_delete] = ACTIONS(2387), - [anon_sym_PLUS_PLUS] = ACTIONS(2385), - [anon_sym_DASH_DASH] = ACTIONS(2385), - [anon_sym_DQUOTE] = ACTIONS(2385), - [anon_sym_SQUOTE] = ACTIONS(2385), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2385), - [sym_number] = ACTIONS(2385), - [sym_this] = ACTIONS(2387), - [sym_super] = ACTIONS(2387), - [sym_true] = ACTIONS(2387), - [sym_false] = ACTIONS(2387), - [sym_null] = ACTIONS(2387), - [sym_undefined] = ACTIONS(2387), - [anon_sym_AT] = ACTIONS(2385), - [anon_sym_static] = ACTIONS(2387), - [anon_sym_readonly] = ACTIONS(2387), - [anon_sym_get] = ACTIONS(2387), - [anon_sym_set] = ACTIONS(2387), - [anon_sym_declare] = ACTIONS(2387), - [anon_sym_public] = ACTIONS(2387), - [anon_sym_private] = ACTIONS(2387), - [anon_sym_protected] = ACTIONS(2387), - [anon_sym_override] = ACTIONS(2387), - [anon_sym_module] = ACTIONS(2387), - [anon_sym_any] = ACTIONS(2387), - [anon_sym_number] = ACTIONS(2387), - [anon_sym_boolean] = ACTIONS(2387), - [anon_sym_string] = ACTIONS(2387), - [anon_sym_symbol] = ACTIONS(2387), - [anon_sym_abstract] = ACTIONS(2387), - [anon_sym_interface] = ACTIONS(2387), - [anon_sym_enum] = ACTIONS(2387), + [ts_builtin_sym_end] = ACTIONS(2423), + [sym_identifier] = ACTIONS(2425), + [anon_sym_export] = ACTIONS(2425), + [anon_sym_default] = ACTIONS(2425), + [anon_sym_type] = ACTIONS(2425), + [anon_sym_namespace] = ACTIONS(2425), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_RBRACE] = ACTIONS(2423), + [anon_sym_typeof] = ACTIONS(2425), + [anon_sym_import] = ACTIONS(2425), + [anon_sym_var] = ACTIONS(2425), + [anon_sym_let] = ACTIONS(2425), + [anon_sym_const] = ACTIONS(2425), + [anon_sym_BANG] = ACTIONS(2423), + [anon_sym_else] = ACTIONS(2425), + [anon_sym_if] = ACTIONS(2425), + [anon_sym_switch] = ACTIONS(2425), + [anon_sym_for] = ACTIONS(2425), + [anon_sym_LPAREN] = ACTIONS(2423), + [anon_sym_await] = ACTIONS(2425), + [anon_sym_while] = ACTIONS(2425), + [anon_sym_do] = ACTIONS(2425), + [anon_sym_try] = ACTIONS(2425), + [anon_sym_with] = ACTIONS(2425), + [anon_sym_break] = ACTIONS(2425), + [anon_sym_continue] = ACTIONS(2425), + [anon_sym_debugger] = ACTIONS(2425), + [anon_sym_return] = ACTIONS(2425), + [anon_sym_throw] = ACTIONS(2425), + [anon_sym_SEMI] = ACTIONS(2423), + [anon_sym_case] = ACTIONS(2425), + [anon_sym_yield] = ACTIONS(2425), + [anon_sym_LBRACK] = ACTIONS(2423), + [anon_sym_LTtemplate_GT] = ACTIONS(2423), + [anon_sym_class] = ACTIONS(2425), + [anon_sym_async] = ACTIONS(2425), + [anon_sym_function] = ACTIONS(2425), + [anon_sym_new] = ACTIONS(2425), + [anon_sym_PLUS] = ACTIONS(2425), + [anon_sym_DASH] = ACTIONS(2425), + [anon_sym_SLASH] = ACTIONS(2425), + [anon_sym_LT] = ACTIONS(2425), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_void] = ACTIONS(2425), + [anon_sym_delete] = ACTIONS(2425), + [anon_sym_PLUS_PLUS] = ACTIONS(2423), + [anon_sym_DASH_DASH] = ACTIONS(2425), + [anon_sym_DQUOTE] = ACTIONS(2423), + [anon_sym_SQUOTE] = ACTIONS(2423), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2423), + [sym_number] = ACTIONS(2423), + [sym_this] = ACTIONS(2425), + [sym_super] = ACTIONS(2425), + [sym_true] = ACTIONS(2425), + [sym_false] = ACTIONS(2425), + [sym_null] = ACTIONS(2425), + [sym_undefined] = ACTIONS(2425), + [anon_sym_AT] = ACTIONS(2423), + [anon_sym_static] = ACTIONS(2425), + [anon_sym_readonly] = ACTIONS(2425), + [anon_sym_get] = ACTIONS(2425), + [anon_sym_set] = ACTIONS(2425), + [anon_sym_declare] = ACTIONS(2425), + [anon_sym_public] = ACTIONS(2425), + [anon_sym_private] = ACTIONS(2425), + [anon_sym_protected] = ACTIONS(2425), + [anon_sym_override] = ACTIONS(2425), + [anon_sym_module] = ACTIONS(2425), + [anon_sym_any] = ACTIONS(2425), + [anon_sym_number] = ACTIONS(2425), + [anon_sym_boolean] = ACTIONS(2425), + [anon_sym_string] = ACTIONS(2425), + [anon_sym_symbol] = ACTIONS(2425), + [anon_sym_abstract] = ACTIONS(2425), + [anon_sym_interface] = ACTIONS(2425), + [anon_sym_enum] = ACTIONS(2425), }, [756] = { - [ts_builtin_sym_end] = ACTIONS(2389), - [sym_identifier] = ACTIONS(2391), - [anon_sym_export] = ACTIONS(2391), - [anon_sym_default] = ACTIONS(2391), - [anon_sym_type] = ACTIONS(2391), - [anon_sym_namespace] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(2389), - [anon_sym_RBRACE] = ACTIONS(2389), - [anon_sym_typeof] = ACTIONS(2391), - [anon_sym_import] = ACTIONS(2391), - [anon_sym_var] = ACTIONS(2391), - [anon_sym_let] = ACTIONS(2391), - [anon_sym_const] = ACTIONS(2391), - [anon_sym_BANG] = ACTIONS(2389), - [anon_sym_else] = ACTIONS(2391), - [anon_sym_if] = ACTIONS(2391), - [anon_sym_switch] = ACTIONS(2391), - [anon_sym_for] = ACTIONS(2391), - [anon_sym_LPAREN] = ACTIONS(2389), - [anon_sym_await] = ACTIONS(2391), - [anon_sym_while] = ACTIONS(2391), - [anon_sym_do] = ACTIONS(2391), - [anon_sym_try] = ACTIONS(2391), - [anon_sym_with] = ACTIONS(2391), - [anon_sym_break] = ACTIONS(2391), - [anon_sym_continue] = ACTIONS(2391), - [anon_sym_debugger] = ACTIONS(2391), - [anon_sym_return] = ACTIONS(2391), - [anon_sym_throw] = ACTIONS(2391), - [anon_sym_SEMI] = ACTIONS(2389), - [anon_sym_case] = ACTIONS(2391), - [anon_sym_yield] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2389), - [anon_sym_LTtemplate_GT] = ACTIONS(2389), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_SLASH] = ACTIONS(2391), - [anon_sym_class] = ACTIONS(2391), - [anon_sym_async] = ACTIONS(2391), - [anon_sym_function] = ACTIONS(2391), - [anon_sym_new] = ACTIONS(2391), - [anon_sym_PLUS] = ACTIONS(2391), - [anon_sym_DASH] = ACTIONS(2391), - [anon_sym_TILDE] = ACTIONS(2389), - [anon_sym_void] = ACTIONS(2391), - [anon_sym_delete] = ACTIONS(2391), - [anon_sym_PLUS_PLUS] = ACTIONS(2389), - [anon_sym_DASH_DASH] = ACTIONS(2389), - [anon_sym_DQUOTE] = ACTIONS(2389), - [anon_sym_SQUOTE] = ACTIONS(2389), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2389), - [sym_number] = ACTIONS(2389), - [sym_this] = ACTIONS(2391), - [sym_super] = ACTIONS(2391), - [sym_true] = ACTIONS(2391), - [sym_false] = ACTIONS(2391), - [sym_null] = ACTIONS(2391), - [sym_undefined] = ACTIONS(2391), - [anon_sym_AT] = ACTIONS(2389), - [anon_sym_static] = ACTIONS(2391), - [anon_sym_readonly] = ACTIONS(2391), - [anon_sym_get] = ACTIONS(2391), - [anon_sym_set] = ACTIONS(2391), - [anon_sym_declare] = ACTIONS(2391), - [anon_sym_public] = ACTIONS(2391), - [anon_sym_private] = ACTIONS(2391), - [anon_sym_protected] = ACTIONS(2391), - [anon_sym_override] = ACTIONS(2391), - [anon_sym_module] = ACTIONS(2391), - [anon_sym_any] = ACTIONS(2391), - [anon_sym_number] = ACTIONS(2391), - [anon_sym_boolean] = ACTIONS(2391), - [anon_sym_string] = ACTIONS(2391), - [anon_sym_symbol] = ACTIONS(2391), - [anon_sym_abstract] = ACTIONS(2391), - [anon_sym_interface] = ACTIONS(2391), - [anon_sym_enum] = ACTIONS(2391), + [ts_builtin_sym_end] = ACTIONS(2427), + [sym_identifier] = ACTIONS(2429), + [anon_sym_export] = ACTIONS(2429), + [anon_sym_default] = ACTIONS(2429), + [anon_sym_type] = ACTIONS(2429), + [anon_sym_namespace] = ACTIONS(2429), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_RBRACE] = ACTIONS(2427), + [anon_sym_typeof] = ACTIONS(2429), + [anon_sym_import] = ACTIONS(2429), + [anon_sym_var] = ACTIONS(2429), + [anon_sym_let] = ACTIONS(2429), + [anon_sym_const] = ACTIONS(2429), + [anon_sym_BANG] = ACTIONS(2427), + [anon_sym_else] = ACTIONS(2429), + [anon_sym_if] = ACTIONS(2429), + [anon_sym_switch] = ACTIONS(2429), + [anon_sym_for] = ACTIONS(2429), + [anon_sym_LPAREN] = ACTIONS(2427), + [anon_sym_await] = ACTIONS(2429), + [anon_sym_while] = ACTIONS(2429), + [anon_sym_do] = ACTIONS(2429), + [anon_sym_try] = ACTIONS(2429), + [anon_sym_with] = ACTIONS(2429), + [anon_sym_break] = ACTIONS(2429), + [anon_sym_continue] = ACTIONS(2429), + [anon_sym_debugger] = ACTIONS(2429), + [anon_sym_return] = ACTIONS(2429), + [anon_sym_throw] = ACTIONS(2429), + [anon_sym_SEMI] = ACTIONS(2427), + [anon_sym_case] = ACTIONS(2429), + [anon_sym_yield] = ACTIONS(2429), + [anon_sym_LBRACK] = ACTIONS(2427), + [anon_sym_LTtemplate_GT] = ACTIONS(2427), + [anon_sym_class] = ACTIONS(2429), + [anon_sym_async] = ACTIONS(2429), + [anon_sym_function] = ACTIONS(2429), + [anon_sym_new] = ACTIONS(2429), + [anon_sym_PLUS] = ACTIONS(2429), + [anon_sym_DASH] = ACTIONS(2429), + [anon_sym_SLASH] = ACTIONS(2429), + [anon_sym_LT] = ACTIONS(2429), + [anon_sym_TILDE] = ACTIONS(2427), + [anon_sym_void] = ACTIONS(2429), + [anon_sym_delete] = ACTIONS(2429), + [anon_sym_PLUS_PLUS] = ACTIONS(2427), + [anon_sym_DASH_DASH] = ACTIONS(2429), + [anon_sym_DQUOTE] = ACTIONS(2427), + [anon_sym_SQUOTE] = ACTIONS(2427), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2427), + [sym_number] = ACTIONS(2427), + [sym_this] = ACTIONS(2429), + [sym_super] = ACTIONS(2429), + [sym_true] = ACTIONS(2429), + [sym_false] = ACTIONS(2429), + [sym_null] = ACTIONS(2429), + [sym_undefined] = ACTIONS(2429), + [anon_sym_AT] = ACTIONS(2427), + [anon_sym_static] = ACTIONS(2429), + [anon_sym_readonly] = ACTIONS(2429), + [anon_sym_get] = ACTIONS(2429), + [anon_sym_set] = ACTIONS(2429), + [anon_sym_declare] = ACTIONS(2429), + [anon_sym_public] = ACTIONS(2429), + [anon_sym_private] = ACTIONS(2429), + [anon_sym_protected] = ACTIONS(2429), + [anon_sym_override] = ACTIONS(2429), + [anon_sym_module] = ACTIONS(2429), + [anon_sym_any] = ACTIONS(2429), + [anon_sym_number] = ACTIONS(2429), + [anon_sym_boolean] = ACTIONS(2429), + [anon_sym_string] = ACTIONS(2429), + [anon_sym_symbol] = ACTIONS(2429), + [anon_sym_abstract] = ACTIONS(2429), + [anon_sym_interface] = ACTIONS(2429), + [anon_sym_enum] = ACTIONS(2429), }, [757] = { - [ts_builtin_sym_end] = ACTIONS(2393), - [sym_identifier] = ACTIONS(2395), - [anon_sym_export] = ACTIONS(2395), - [anon_sym_default] = ACTIONS(2395), - [anon_sym_type] = ACTIONS(2395), - [anon_sym_namespace] = ACTIONS(2395), - [anon_sym_LBRACE] = ACTIONS(2393), - [anon_sym_RBRACE] = ACTIONS(2393), - [anon_sym_typeof] = ACTIONS(2395), - [anon_sym_import] = ACTIONS(2395), - [anon_sym_var] = ACTIONS(2395), - [anon_sym_let] = ACTIONS(2395), - [anon_sym_const] = ACTIONS(2395), - [anon_sym_BANG] = ACTIONS(2393), - [anon_sym_else] = ACTIONS(2395), - [anon_sym_if] = ACTIONS(2395), - [anon_sym_switch] = ACTIONS(2395), - [anon_sym_for] = ACTIONS(2395), - [anon_sym_LPAREN] = ACTIONS(2393), - [anon_sym_await] = ACTIONS(2395), - [anon_sym_while] = ACTIONS(2395), - [anon_sym_do] = ACTIONS(2395), - [anon_sym_try] = ACTIONS(2395), - [anon_sym_with] = ACTIONS(2395), - [anon_sym_break] = ACTIONS(2395), - [anon_sym_continue] = ACTIONS(2395), - [anon_sym_debugger] = ACTIONS(2395), - [anon_sym_return] = ACTIONS(2395), - [anon_sym_throw] = ACTIONS(2395), - [anon_sym_SEMI] = ACTIONS(2393), - [anon_sym_case] = ACTIONS(2395), - [anon_sym_yield] = ACTIONS(2395), - [anon_sym_LBRACK] = ACTIONS(2393), - [anon_sym_LTtemplate_GT] = ACTIONS(2393), - [anon_sym_LT] = ACTIONS(2395), - [anon_sym_SLASH] = ACTIONS(2395), - [anon_sym_class] = ACTIONS(2395), - [anon_sym_async] = ACTIONS(2395), - [anon_sym_function] = ACTIONS(2395), - [anon_sym_new] = ACTIONS(2395), - [anon_sym_PLUS] = ACTIONS(2395), - [anon_sym_DASH] = ACTIONS(2395), - [anon_sym_TILDE] = ACTIONS(2393), - [anon_sym_void] = ACTIONS(2395), - [anon_sym_delete] = ACTIONS(2395), - [anon_sym_PLUS_PLUS] = ACTIONS(2393), - [anon_sym_DASH_DASH] = ACTIONS(2393), - [anon_sym_DQUOTE] = ACTIONS(2393), - [anon_sym_SQUOTE] = ACTIONS(2393), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2393), - [sym_number] = ACTIONS(2393), - [sym_this] = ACTIONS(2395), - [sym_super] = ACTIONS(2395), - [sym_true] = ACTIONS(2395), - [sym_false] = ACTIONS(2395), - [sym_null] = ACTIONS(2395), - [sym_undefined] = ACTIONS(2395), - [anon_sym_AT] = ACTIONS(2393), - [anon_sym_static] = ACTIONS(2395), - [anon_sym_readonly] = ACTIONS(2395), - [anon_sym_get] = ACTIONS(2395), - [anon_sym_set] = ACTIONS(2395), - [anon_sym_declare] = ACTIONS(2395), - [anon_sym_public] = ACTIONS(2395), - [anon_sym_private] = ACTIONS(2395), - [anon_sym_protected] = ACTIONS(2395), - [anon_sym_override] = ACTIONS(2395), - [anon_sym_module] = ACTIONS(2395), - [anon_sym_any] = ACTIONS(2395), - [anon_sym_number] = ACTIONS(2395), - [anon_sym_boolean] = ACTIONS(2395), - [anon_sym_string] = ACTIONS(2395), - [anon_sym_symbol] = ACTIONS(2395), - [anon_sym_abstract] = ACTIONS(2395), - [anon_sym_interface] = ACTIONS(2395), - [anon_sym_enum] = ACTIONS(2395), + [ts_builtin_sym_end] = ACTIONS(2431), + [sym_identifier] = ACTIONS(2433), + [anon_sym_export] = ACTIONS(2433), + [anon_sym_default] = ACTIONS(2433), + [anon_sym_type] = ACTIONS(2433), + [anon_sym_namespace] = ACTIONS(2433), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_RBRACE] = ACTIONS(2431), + [anon_sym_typeof] = ACTIONS(2433), + [anon_sym_import] = ACTIONS(2433), + [anon_sym_var] = ACTIONS(2433), + [anon_sym_let] = ACTIONS(2433), + [anon_sym_const] = ACTIONS(2433), + [anon_sym_BANG] = ACTIONS(2431), + [anon_sym_else] = ACTIONS(2433), + [anon_sym_if] = ACTIONS(2433), + [anon_sym_switch] = ACTIONS(2433), + [anon_sym_for] = ACTIONS(2433), + [anon_sym_LPAREN] = ACTIONS(2431), + [anon_sym_await] = ACTIONS(2433), + [anon_sym_while] = ACTIONS(2433), + [anon_sym_do] = ACTIONS(2433), + [anon_sym_try] = ACTIONS(2433), + [anon_sym_with] = ACTIONS(2433), + [anon_sym_break] = ACTIONS(2433), + [anon_sym_continue] = ACTIONS(2433), + [anon_sym_debugger] = ACTIONS(2433), + [anon_sym_return] = ACTIONS(2433), + [anon_sym_throw] = ACTIONS(2433), + [anon_sym_SEMI] = ACTIONS(2431), + [anon_sym_case] = ACTIONS(2433), + [anon_sym_yield] = ACTIONS(2433), + [anon_sym_LBRACK] = ACTIONS(2431), + [anon_sym_LTtemplate_GT] = ACTIONS(2431), + [anon_sym_class] = ACTIONS(2433), + [anon_sym_async] = ACTIONS(2433), + [anon_sym_function] = ACTIONS(2433), + [anon_sym_new] = ACTIONS(2433), + [anon_sym_PLUS] = ACTIONS(2433), + [anon_sym_DASH] = ACTIONS(2433), + [anon_sym_SLASH] = ACTIONS(2433), + [anon_sym_LT] = ACTIONS(2433), + [anon_sym_TILDE] = ACTIONS(2431), + [anon_sym_void] = ACTIONS(2433), + [anon_sym_delete] = ACTIONS(2433), + [anon_sym_PLUS_PLUS] = ACTIONS(2431), + [anon_sym_DASH_DASH] = ACTIONS(2433), + [anon_sym_DQUOTE] = ACTIONS(2431), + [anon_sym_SQUOTE] = ACTIONS(2431), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2431), + [sym_number] = ACTIONS(2431), + [sym_this] = ACTIONS(2433), + [sym_super] = ACTIONS(2433), + [sym_true] = ACTIONS(2433), + [sym_false] = ACTIONS(2433), + [sym_null] = ACTIONS(2433), + [sym_undefined] = ACTIONS(2433), + [anon_sym_AT] = ACTIONS(2431), + [anon_sym_static] = ACTIONS(2433), + [anon_sym_readonly] = ACTIONS(2433), + [anon_sym_get] = ACTIONS(2433), + [anon_sym_set] = ACTIONS(2433), + [anon_sym_declare] = ACTIONS(2433), + [anon_sym_public] = ACTIONS(2433), + [anon_sym_private] = ACTIONS(2433), + [anon_sym_protected] = ACTIONS(2433), + [anon_sym_override] = ACTIONS(2433), + [anon_sym_module] = ACTIONS(2433), + [anon_sym_any] = ACTIONS(2433), + [anon_sym_number] = ACTIONS(2433), + [anon_sym_boolean] = ACTIONS(2433), + [anon_sym_string] = ACTIONS(2433), + [anon_sym_symbol] = ACTIONS(2433), + [anon_sym_abstract] = ACTIONS(2433), + [anon_sym_interface] = ACTIONS(2433), + [anon_sym_enum] = ACTIONS(2433), }, [758] = { - [ts_builtin_sym_end] = ACTIONS(2397), - [sym_identifier] = ACTIONS(2399), - [anon_sym_export] = ACTIONS(2399), - [anon_sym_default] = ACTIONS(2399), - [anon_sym_type] = ACTIONS(2399), - [anon_sym_namespace] = ACTIONS(2399), - [anon_sym_LBRACE] = ACTIONS(2397), - [anon_sym_RBRACE] = ACTIONS(2397), - [anon_sym_typeof] = ACTIONS(2399), - [anon_sym_import] = ACTIONS(2399), - [anon_sym_var] = ACTIONS(2399), - [anon_sym_let] = ACTIONS(2399), - [anon_sym_const] = ACTIONS(2399), - [anon_sym_BANG] = ACTIONS(2397), - [anon_sym_else] = ACTIONS(2399), - [anon_sym_if] = ACTIONS(2399), - [anon_sym_switch] = ACTIONS(2399), - [anon_sym_for] = ACTIONS(2399), - [anon_sym_LPAREN] = ACTIONS(2397), - [anon_sym_await] = ACTIONS(2399), - [anon_sym_while] = ACTIONS(2399), - [anon_sym_do] = ACTIONS(2399), - [anon_sym_try] = ACTIONS(2399), - [anon_sym_with] = ACTIONS(2399), - [anon_sym_break] = ACTIONS(2399), - [anon_sym_continue] = ACTIONS(2399), - [anon_sym_debugger] = ACTIONS(2399), - [anon_sym_return] = ACTIONS(2399), - [anon_sym_throw] = ACTIONS(2399), - [anon_sym_SEMI] = ACTIONS(2397), - [anon_sym_case] = ACTIONS(2399), - [anon_sym_yield] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2397), - [anon_sym_LTtemplate_GT] = ACTIONS(2397), - [anon_sym_LT] = ACTIONS(2399), - [anon_sym_SLASH] = ACTIONS(2399), - [anon_sym_class] = ACTIONS(2399), - [anon_sym_async] = ACTIONS(2399), - [anon_sym_function] = ACTIONS(2399), - [anon_sym_new] = ACTIONS(2399), - [anon_sym_PLUS] = ACTIONS(2399), - [anon_sym_DASH] = ACTIONS(2399), - [anon_sym_TILDE] = ACTIONS(2397), - [anon_sym_void] = ACTIONS(2399), - [anon_sym_delete] = ACTIONS(2399), - [anon_sym_PLUS_PLUS] = ACTIONS(2397), - [anon_sym_DASH_DASH] = ACTIONS(2397), - [anon_sym_DQUOTE] = ACTIONS(2397), - [anon_sym_SQUOTE] = ACTIONS(2397), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2397), - [sym_number] = ACTIONS(2397), - [sym_this] = ACTIONS(2399), - [sym_super] = ACTIONS(2399), - [sym_true] = ACTIONS(2399), - [sym_false] = ACTIONS(2399), - [sym_null] = ACTIONS(2399), - [sym_undefined] = ACTIONS(2399), - [anon_sym_AT] = ACTIONS(2397), - [anon_sym_static] = ACTIONS(2399), - [anon_sym_readonly] = ACTIONS(2399), - [anon_sym_get] = ACTIONS(2399), - [anon_sym_set] = ACTIONS(2399), - [anon_sym_declare] = ACTIONS(2399), - [anon_sym_public] = ACTIONS(2399), - [anon_sym_private] = ACTIONS(2399), - [anon_sym_protected] = ACTIONS(2399), - [anon_sym_override] = ACTIONS(2399), - [anon_sym_module] = ACTIONS(2399), - [anon_sym_any] = ACTIONS(2399), - [anon_sym_number] = ACTIONS(2399), - [anon_sym_boolean] = ACTIONS(2399), - [anon_sym_string] = ACTIONS(2399), - [anon_sym_symbol] = ACTIONS(2399), - [anon_sym_abstract] = ACTIONS(2399), - [anon_sym_interface] = ACTIONS(2399), - [anon_sym_enum] = ACTIONS(2399), + [ts_builtin_sym_end] = ACTIONS(2435), + [sym_identifier] = ACTIONS(2437), + [anon_sym_export] = ACTIONS(2437), + [anon_sym_default] = ACTIONS(2437), + [anon_sym_type] = ACTIONS(2437), + [anon_sym_namespace] = ACTIONS(2437), + [anon_sym_LBRACE] = ACTIONS(2435), + [anon_sym_RBRACE] = ACTIONS(2435), + [anon_sym_typeof] = ACTIONS(2437), + [anon_sym_import] = ACTIONS(2437), + [anon_sym_var] = ACTIONS(2437), + [anon_sym_let] = ACTIONS(2437), + [anon_sym_const] = ACTIONS(2437), + [anon_sym_BANG] = ACTIONS(2435), + [anon_sym_else] = ACTIONS(2437), + [anon_sym_if] = ACTIONS(2437), + [anon_sym_switch] = ACTIONS(2437), + [anon_sym_for] = ACTIONS(2437), + [anon_sym_LPAREN] = ACTIONS(2435), + [anon_sym_await] = ACTIONS(2437), + [anon_sym_while] = ACTIONS(2437), + [anon_sym_do] = ACTIONS(2437), + [anon_sym_try] = ACTIONS(2437), + [anon_sym_with] = ACTIONS(2437), + [anon_sym_break] = ACTIONS(2437), + [anon_sym_continue] = ACTIONS(2437), + [anon_sym_debugger] = ACTIONS(2437), + [anon_sym_return] = ACTIONS(2437), + [anon_sym_throw] = ACTIONS(2437), + [anon_sym_SEMI] = ACTIONS(2435), + [anon_sym_case] = ACTIONS(2437), + [anon_sym_yield] = ACTIONS(2437), + [anon_sym_LBRACK] = ACTIONS(2435), + [anon_sym_LTtemplate_GT] = ACTIONS(2435), + [anon_sym_class] = ACTIONS(2437), + [anon_sym_async] = ACTIONS(2437), + [anon_sym_function] = ACTIONS(2437), + [anon_sym_new] = ACTIONS(2437), + [anon_sym_PLUS] = ACTIONS(2437), + [anon_sym_DASH] = ACTIONS(2437), + [anon_sym_SLASH] = ACTIONS(2437), + [anon_sym_LT] = ACTIONS(2437), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_void] = ACTIONS(2437), + [anon_sym_delete] = ACTIONS(2437), + [anon_sym_PLUS_PLUS] = ACTIONS(2435), + [anon_sym_DASH_DASH] = ACTIONS(2437), + [anon_sym_DQUOTE] = ACTIONS(2435), + [anon_sym_SQUOTE] = ACTIONS(2435), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2435), + [sym_number] = ACTIONS(2435), + [sym_this] = ACTIONS(2437), + [sym_super] = ACTIONS(2437), + [sym_true] = ACTIONS(2437), + [sym_false] = ACTIONS(2437), + [sym_null] = ACTIONS(2437), + [sym_undefined] = ACTIONS(2437), + [anon_sym_AT] = ACTIONS(2435), + [anon_sym_static] = ACTIONS(2437), + [anon_sym_readonly] = ACTIONS(2437), + [anon_sym_get] = ACTIONS(2437), + [anon_sym_set] = ACTIONS(2437), + [anon_sym_declare] = ACTIONS(2437), + [anon_sym_public] = ACTIONS(2437), + [anon_sym_private] = ACTIONS(2437), + [anon_sym_protected] = ACTIONS(2437), + [anon_sym_override] = ACTIONS(2437), + [anon_sym_module] = ACTIONS(2437), + [anon_sym_any] = ACTIONS(2437), + [anon_sym_number] = ACTIONS(2437), + [anon_sym_boolean] = ACTIONS(2437), + [anon_sym_string] = ACTIONS(2437), + [anon_sym_symbol] = ACTIONS(2437), + [anon_sym_abstract] = ACTIONS(2437), + [anon_sym_interface] = ACTIONS(2437), + [anon_sym_enum] = ACTIONS(2437), }, [759] = { - [ts_builtin_sym_end] = ACTIONS(2401), - [sym_identifier] = ACTIONS(2403), - [anon_sym_export] = ACTIONS(2403), - [anon_sym_default] = ACTIONS(2403), - [anon_sym_type] = ACTIONS(2403), - [anon_sym_namespace] = ACTIONS(2403), - [anon_sym_LBRACE] = ACTIONS(2401), - [anon_sym_RBRACE] = ACTIONS(2401), - [anon_sym_typeof] = ACTIONS(2403), - [anon_sym_import] = ACTIONS(2403), - [anon_sym_var] = ACTIONS(2403), - [anon_sym_let] = ACTIONS(2403), - [anon_sym_const] = ACTIONS(2403), - [anon_sym_BANG] = ACTIONS(2401), - [anon_sym_else] = ACTIONS(2403), - [anon_sym_if] = ACTIONS(2403), - [anon_sym_switch] = ACTIONS(2403), - [anon_sym_for] = ACTIONS(2403), - [anon_sym_LPAREN] = ACTIONS(2401), - [anon_sym_await] = ACTIONS(2403), - [anon_sym_while] = ACTIONS(2403), - [anon_sym_do] = ACTIONS(2403), - [anon_sym_try] = ACTIONS(2403), - [anon_sym_with] = ACTIONS(2403), - [anon_sym_break] = ACTIONS(2403), - [anon_sym_continue] = ACTIONS(2403), - [anon_sym_debugger] = ACTIONS(2403), - [anon_sym_return] = ACTIONS(2403), - [anon_sym_throw] = ACTIONS(2403), - [anon_sym_SEMI] = ACTIONS(2401), - [anon_sym_case] = ACTIONS(2403), - [anon_sym_yield] = ACTIONS(2403), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_LTtemplate_GT] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2403), - [anon_sym_SLASH] = ACTIONS(2403), - [anon_sym_class] = ACTIONS(2403), - [anon_sym_async] = ACTIONS(2403), - [anon_sym_function] = ACTIONS(2403), - [anon_sym_new] = ACTIONS(2403), - [anon_sym_PLUS] = ACTIONS(2403), - [anon_sym_DASH] = ACTIONS(2403), - [anon_sym_TILDE] = ACTIONS(2401), - [anon_sym_void] = ACTIONS(2403), - [anon_sym_delete] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2401), - [anon_sym_DASH_DASH] = ACTIONS(2401), - [anon_sym_DQUOTE] = ACTIONS(2401), - [anon_sym_SQUOTE] = ACTIONS(2401), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2401), - [sym_number] = ACTIONS(2401), - [sym_this] = ACTIONS(2403), - [sym_super] = ACTIONS(2403), - [sym_true] = ACTIONS(2403), - [sym_false] = ACTIONS(2403), - [sym_null] = ACTIONS(2403), - [sym_undefined] = ACTIONS(2403), - [anon_sym_AT] = ACTIONS(2401), - [anon_sym_static] = ACTIONS(2403), - [anon_sym_readonly] = ACTIONS(2403), - [anon_sym_get] = ACTIONS(2403), - [anon_sym_set] = ACTIONS(2403), - [anon_sym_declare] = ACTIONS(2403), - [anon_sym_public] = ACTIONS(2403), - [anon_sym_private] = ACTIONS(2403), - [anon_sym_protected] = ACTIONS(2403), - [anon_sym_override] = ACTIONS(2403), - [anon_sym_module] = ACTIONS(2403), - [anon_sym_any] = ACTIONS(2403), - [anon_sym_number] = ACTIONS(2403), - [anon_sym_boolean] = ACTIONS(2403), - [anon_sym_string] = ACTIONS(2403), - [anon_sym_symbol] = ACTIONS(2403), - [anon_sym_abstract] = ACTIONS(2403), - [anon_sym_interface] = ACTIONS(2403), - [anon_sym_enum] = ACTIONS(2403), + [ts_builtin_sym_end] = ACTIONS(2439), + [sym_identifier] = ACTIONS(2441), + [anon_sym_export] = ACTIONS(2441), + [anon_sym_default] = ACTIONS(2441), + [anon_sym_type] = ACTIONS(2441), + [anon_sym_namespace] = ACTIONS(2441), + [anon_sym_LBRACE] = ACTIONS(2439), + [anon_sym_RBRACE] = ACTIONS(2439), + [anon_sym_typeof] = ACTIONS(2441), + [anon_sym_import] = ACTIONS(2441), + [anon_sym_var] = ACTIONS(2441), + [anon_sym_let] = ACTIONS(2441), + [anon_sym_const] = ACTIONS(2441), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_else] = ACTIONS(2441), + [anon_sym_if] = ACTIONS(2441), + [anon_sym_switch] = ACTIONS(2441), + [anon_sym_for] = ACTIONS(2441), + [anon_sym_LPAREN] = ACTIONS(2439), + [anon_sym_await] = ACTIONS(2441), + [anon_sym_while] = ACTIONS(2441), + [anon_sym_do] = ACTIONS(2441), + [anon_sym_try] = ACTIONS(2441), + [anon_sym_with] = ACTIONS(2441), + [anon_sym_break] = ACTIONS(2441), + [anon_sym_continue] = ACTIONS(2441), + [anon_sym_debugger] = ACTIONS(2441), + [anon_sym_return] = ACTIONS(2441), + [anon_sym_throw] = ACTIONS(2441), + [anon_sym_SEMI] = ACTIONS(2439), + [anon_sym_case] = ACTIONS(2441), + [anon_sym_yield] = ACTIONS(2441), + [anon_sym_LBRACK] = ACTIONS(2439), + [anon_sym_LTtemplate_GT] = ACTIONS(2439), + [anon_sym_class] = ACTIONS(2441), + [anon_sym_async] = ACTIONS(2441), + [anon_sym_function] = ACTIONS(2441), + [anon_sym_new] = ACTIONS(2441), + [anon_sym_PLUS] = ACTIONS(2441), + [anon_sym_DASH] = ACTIONS(2441), + [anon_sym_SLASH] = ACTIONS(2441), + [anon_sym_LT] = ACTIONS(2441), + [anon_sym_TILDE] = ACTIONS(2439), + [anon_sym_void] = ACTIONS(2441), + [anon_sym_delete] = ACTIONS(2441), + [anon_sym_PLUS_PLUS] = ACTIONS(2439), + [anon_sym_DASH_DASH] = ACTIONS(2441), + [anon_sym_DQUOTE] = ACTIONS(2439), + [anon_sym_SQUOTE] = ACTIONS(2439), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2439), + [sym_number] = ACTIONS(2439), + [sym_this] = ACTIONS(2441), + [sym_super] = ACTIONS(2441), + [sym_true] = ACTIONS(2441), + [sym_false] = ACTIONS(2441), + [sym_null] = ACTIONS(2441), + [sym_undefined] = ACTIONS(2441), + [anon_sym_AT] = ACTIONS(2439), + [anon_sym_static] = ACTIONS(2441), + [anon_sym_readonly] = ACTIONS(2441), + [anon_sym_get] = ACTIONS(2441), + [anon_sym_set] = ACTIONS(2441), + [anon_sym_declare] = ACTIONS(2441), + [anon_sym_public] = ACTIONS(2441), + [anon_sym_private] = ACTIONS(2441), + [anon_sym_protected] = ACTIONS(2441), + [anon_sym_override] = ACTIONS(2441), + [anon_sym_module] = ACTIONS(2441), + [anon_sym_any] = ACTIONS(2441), + [anon_sym_number] = ACTIONS(2441), + [anon_sym_boolean] = ACTIONS(2441), + [anon_sym_string] = ACTIONS(2441), + [anon_sym_symbol] = ACTIONS(2441), + [anon_sym_abstract] = ACTIONS(2441), + [anon_sym_interface] = ACTIONS(2441), + [anon_sym_enum] = ACTIONS(2441), }, [760] = { - [ts_builtin_sym_end] = ACTIONS(2405), - [sym_identifier] = ACTIONS(2407), - [anon_sym_export] = ACTIONS(2407), - [anon_sym_default] = ACTIONS(2407), - [anon_sym_type] = ACTIONS(2407), - [anon_sym_namespace] = ACTIONS(2407), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_RBRACE] = ACTIONS(2405), - [anon_sym_typeof] = ACTIONS(2407), - [anon_sym_import] = ACTIONS(2407), - [anon_sym_var] = ACTIONS(2407), - [anon_sym_let] = ACTIONS(2407), - [anon_sym_const] = ACTIONS(2407), - [anon_sym_BANG] = ACTIONS(2405), - [anon_sym_else] = ACTIONS(2407), - [anon_sym_if] = ACTIONS(2407), - [anon_sym_switch] = ACTIONS(2407), - [anon_sym_for] = ACTIONS(2407), - [anon_sym_LPAREN] = ACTIONS(2405), - [anon_sym_await] = ACTIONS(2407), - [anon_sym_while] = ACTIONS(2407), - [anon_sym_do] = ACTIONS(2407), - [anon_sym_try] = ACTIONS(2407), - [anon_sym_with] = ACTIONS(2407), - [anon_sym_break] = ACTIONS(2407), - [anon_sym_continue] = ACTIONS(2407), - [anon_sym_debugger] = ACTIONS(2407), - [anon_sym_return] = ACTIONS(2407), - [anon_sym_throw] = ACTIONS(2407), - [anon_sym_SEMI] = ACTIONS(2405), - [anon_sym_case] = ACTIONS(2407), - [anon_sym_yield] = ACTIONS(2407), - [anon_sym_LBRACK] = ACTIONS(2405), - [anon_sym_LTtemplate_GT] = ACTIONS(2405), - [anon_sym_LT] = ACTIONS(2407), - [anon_sym_SLASH] = ACTIONS(2407), - [anon_sym_class] = ACTIONS(2407), - [anon_sym_async] = ACTIONS(2407), - [anon_sym_function] = ACTIONS(2407), - [anon_sym_new] = ACTIONS(2407), - [anon_sym_PLUS] = ACTIONS(2407), - [anon_sym_DASH] = ACTIONS(2407), - [anon_sym_TILDE] = ACTIONS(2405), - [anon_sym_void] = ACTIONS(2407), - [anon_sym_delete] = ACTIONS(2407), - [anon_sym_PLUS_PLUS] = ACTIONS(2405), - [anon_sym_DASH_DASH] = ACTIONS(2405), - [anon_sym_DQUOTE] = ACTIONS(2405), - [anon_sym_SQUOTE] = ACTIONS(2405), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2405), - [sym_number] = ACTIONS(2405), - [sym_this] = ACTIONS(2407), - [sym_super] = ACTIONS(2407), - [sym_true] = ACTIONS(2407), - [sym_false] = ACTIONS(2407), - [sym_null] = ACTIONS(2407), - [sym_undefined] = ACTIONS(2407), - [anon_sym_AT] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2407), - [anon_sym_readonly] = ACTIONS(2407), - [anon_sym_get] = ACTIONS(2407), - [anon_sym_set] = ACTIONS(2407), - [anon_sym_declare] = ACTIONS(2407), - [anon_sym_public] = ACTIONS(2407), - [anon_sym_private] = ACTIONS(2407), - [anon_sym_protected] = ACTIONS(2407), - [anon_sym_override] = ACTIONS(2407), - [anon_sym_module] = ACTIONS(2407), - [anon_sym_any] = ACTIONS(2407), - [anon_sym_number] = ACTIONS(2407), - [anon_sym_boolean] = ACTIONS(2407), - [anon_sym_string] = ACTIONS(2407), - [anon_sym_symbol] = ACTIONS(2407), - [anon_sym_abstract] = ACTIONS(2407), - [anon_sym_interface] = ACTIONS(2407), - [anon_sym_enum] = ACTIONS(2407), + [ts_builtin_sym_end] = ACTIONS(2443), + [sym_identifier] = ACTIONS(2445), + [anon_sym_export] = ACTIONS(2445), + [anon_sym_default] = ACTIONS(2445), + [anon_sym_type] = ACTIONS(2445), + [anon_sym_namespace] = ACTIONS(2445), + [anon_sym_LBRACE] = ACTIONS(2443), + [anon_sym_RBRACE] = ACTIONS(2443), + [anon_sym_typeof] = ACTIONS(2445), + [anon_sym_import] = ACTIONS(2445), + [anon_sym_var] = ACTIONS(2445), + [anon_sym_let] = ACTIONS(2445), + [anon_sym_const] = ACTIONS(2445), + [anon_sym_BANG] = ACTIONS(2443), + [anon_sym_else] = ACTIONS(2445), + [anon_sym_if] = ACTIONS(2445), + [anon_sym_switch] = ACTIONS(2445), + [anon_sym_for] = ACTIONS(2445), + [anon_sym_LPAREN] = ACTIONS(2443), + [anon_sym_await] = ACTIONS(2445), + [anon_sym_while] = ACTIONS(2445), + [anon_sym_do] = ACTIONS(2445), + [anon_sym_try] = ACTIONS(2445), + [anon_sym_with] = ACTIONS(2445), + [anon_sym_break] = ACTIONS(2445), + [anon_sym_continue] = ACTIONS(2445), + [anon_sym_debugger] = ACTIONS(2445), + [anon_sym_return] = ACTIONS(2445), + [anon_sym_throw] = ACTIONS(2445), + [anon_sym_SEMI] = ACTIONS(2443), + [anon_sym_case] = ACTIONS(2445), + [anon_sym_yield] = ACTIONS(2445), + [anon_sym_LBRACK] = ACTIONS(2443), + [anon_sym_LTtemplate_GT] = ACTIONS(2443), + [anon_sym_class] = ACTIONS(2445), + [anon_sym_async] = ACTIONS(2445), + [anon_sym_function] = ACTIONS(2445), + [anon_sym_new] = ACTIONS(2445), + [anon_sym_PLUS] = ACTIONS(2445), + [anon_sym_DASH] = ACTIONS(2445), + [anon_sym_SLASH] = ACTIONS(2445), + [anon_sym_LT] = ACTIONS(2445), + [anon_sym_TILDE] = ACTIONS(2443), + [anon_sym_void] = ACTIONS(2445), + [anon_sym_delete] = ACTIONS(2445), + [anon_sym_PLUS_PLUS] = ACTIONS(2443), + [anon_sym_DASH_DASH] = ACTIONS(2445), + [anon_sym_DQUOTE] = ACTIONS(2443), + [anon_sym_SQUOTE] = ACTIONS(2443), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2443), + [sym_number] = ACTIONS(2443), + [sym_this] = ACTIONS(2445), + [sym_super] = ACTIONS(2445), + [sym_true] = ACTIONS(2445), + [sym_false] = ACTIONS(2445), + [sym_null] = ACTIONS(2445), + [sym_undefined] = ACTIONS(2445), + [anon_sym_AT] = ACTIONS(2443), + [anon_sym_static] = ACTIONS(2445), + [anon_sym_readonly] = ACTIONS(2445), + [anon_sym_get] = ACTIONS(2445), + [anon_sym_set] = ACTIONS(2445), + [anon_sym_declare] = ACTIONS(2445), + [anon_sym_public] = ACTIONS(2445), + [anon_sym_private] = ACTIONS(2445), + [anon_sym_protected] = ACTIONS(2445), + [anon_sym_override] = ACTIONS(2445), + [anon_sym_module] = ACTIONS(2445), + [anon_sym_any] = ACTIONS(2445), + [anon_sym_number] = ACTIONS(2445), + [anon_sym_boolean] = ACTIONS(2445), + [anon_sym_string] = ACTIONS(2445), + [anon_sym_symbol] = ACTIONS(2445), + [anon_sym_abstract] = ACTIONS(2445), + [anon_sym_interface] = ACTIONS(2445), + [anon_sym_enum] = ACTIONS(2445), }, [761] = { - [ts_builtin_sym_end] = ACTIONS(2409), - [sym_identifier] = ACTIONS(2411), - [anon_sym_export] = ACTIONS(2411), - [anon_sym_default] = ACTIONS(2411), - [anon_sym_type] = ACTIONS(2411), - [anon_sym_namespace] = ACTIONS(2411), - [anon_sym_LBRACE] = ACTIONS(2409), - [anon_sym_RBRACE] = ACTIONS(2409), - [anon_sym_typeof] = ACTIONS(2411), - [anon_sym_import] = ACTIONS(2411), - [anon_sym_var] = ACTIONS(2411), - [anon_sym_let] = ACTIONS(2411), - [anon_sym_const] = ACTIONS(2411), - [anon_sym_BANG] = ACTIONS(2409), - [anon_sym_else] = ACTIONS(2411), - [anon_sym_if] = ACTIONS(2411), - [anon_sym_switch] = ACTIONS(2411), - [anon_sym_for] = ACTIONS(2411), - [anon_sym_LPAREN] = ACTIONS(2409), - [anon_sym_await] = ACTIONS(2411), - [anon_sym_while] = ACTIONS(2411), - [anon_sym_do] = ACTIONS(2411), - [anon_sym_try] = ACTIONS(2411), - [anon_sym_with] = ACTIONS(2411), - [anon_sym_break] = ACTIONS(2411), - [anon_sym_continue] = ACTIONS(2411), - [anon_sym_debugger] = ACTIONS(2411), - [anon_sym_return] = ACTIONS(2411), - [anon_sym_throw] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2409), - [anon_sym_case] = ACTIONS(2411), - [anon_sym_yield] = ACTIONS(2411), - [anon_sym_LBRACK] = ACTIONS(2409), - [anon_sym_LTtemplate_GT] = ACTIONS(2409), - [anon_sym_LT] = ACTIONS(2411), - [anon_sym_SLASH] = ACTIONS(2411), - [anon_sym_class] = ACTIONS(2411), - [anon_sym_async] = ACTIONS(2411), - [anon_sym_function] = ACTIONS(2411), - [anon_sym_new] = ACTIONS(2411), - [anon_sym_PLUS] = ACTIONS(2411), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_TILDE] = ACTIONS(2409), - [anon_sym_void] = ACTIONS(2411), - [anon_sym_delete] = ACTIONS(2411), - [anon_sym_PLUS_PLUS] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2409), - [anon_sym_DQUOTE] = ACTIONS(2409), - [anon_sym_SQUOTE] = ACTIONS(2409), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2409), - [sym_number] = ACTIONS(2409), - [sym_this] = ACTIONS(2411), - [sym_super] = ACTIONS(2411), - [sym_true] = ACTIONS(2411), - [sym_false] = ACTIONS(2411), - [sym_null] = ACTIONS(2411), - [sym_undefined] = ACTIONS(2411), - [anon_sym_AT] = ACTIONS(2409), - [anon_sym_static] = ACTIONS(2411), - [anon_sym_readonly] = ACTIONS(2411), - [anon_sym_get] = ACTIONS(2411), - [anon_sym_set] = ACTIONS(2411), - [anon_sym_declare] = ACTIONS(2411), - [anon_sym_public] = ACTIONS(2411), - [anon_sym_private] = ACTIONS(2411), - [anon_sym_protected] = ACTIONS(2411), - [anon_sym_override] = ACTIONS(2411), - [anon_sym_module] = ACTIONS(2411), - [anon_sym_any] = ACTIONS(2411), - [anon_sym_number] = ACTIONS(2411), - [anon_sym_boolean] = ACTIONS(2411), - [anon_sym_string] = ACTIONS(2411), - [anon_sym_symbol] = ACTIONS(2411), - [anon_sym_abstract] = ACTIONS(2411), - [anon_sym_interface] = ACTIONS(2411), - [anon_sym_enum] = ACTIONS(2411), + [ts_builtin_sym_end] = ACTIONS(2447), + [sym_identifier] = ACTIONS(2449), + [anon_sym_export] = ACTIONS(2449), + [anon_sym_default] = ACTIONS(2449), + [anon_sym_type] = ACTIONS(2449), + [anon_sym_namespace] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2447), + [anon_sym_RBRACE] = ACTIONS(2447), + [anon_sym_typeof] = ACTIONS(2449), + [anon_sym_import] = ACTIONS(2449), + [anon_sym_var] = ACTIONS(2449), + [anon_sym_let] = ACTIONS(2449), + [anon_sym_const] = ACTIONS(2449), + [anon_sym_BANG] = ACTIONS(2447), + [anon_sym_else] = ACTIONS(2449), + [anon_sym_if] = ACTIONS(2449), + [anon_sym_switch] = ACTIONS(2449), + [anon_sym_for] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2447), + [anon_sym_await] = ACTIONS(2449), + [anon_sym_while] = ACTIONS(2449), + [anon_sym_do] = ACTIONS(2449), + [anon_sym_try] = ACTIONS(2449), + [anon_sym_with] = ACTIONS(2449), + [anon_sym_break] = ACTIONS(2449), + [anon_sym_continue] = ACTIONS(2449), + [anon_sym_debugger] = ACTIONS(2449), + [anon_sym_return] = ACTIONS(2449), + [anon_sym_throw] = ACTIONS(2449), + [anon_sym_SEMI] = ACTIONS(2447), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_yield] = ACTIONS(2449), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_LTtemplate_GT] = ACTIONS(2447), + [anon_sym_class] = ACTIONS(2449), + [anon_sym_async] = ACTIONS(2449), + [anon_sym_function] = ACTIONS(2449), + [anon_sym_new] = ACTIONS(2449), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_SLASH] = ACTIONS(2449), + [anon_sym_LT] = ACTIONS(2449), + [anon_sym_TILDE] = ACTIONS(2447), + [anon_sym_void] = ACTIONS(2449), + [anon_sym_delete] = ACTIONS(2449), + [anon_sym_PLUS_PLUS] = ACTIONS(2447), + [anon_sym_DASH_DASH] = ACTIONS(2449), + [anon_sym_DQUOTE] = ACTIONS(2447), + [anon_sym_SQUOTE] = ACTIONS(2447), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2447), + [sym_number] = ACTIONS(2447), + [sym_this] = ACTIONS(2449), + [sym_super] = ACTIONS(2449), + [sym_true] = ACTIONS(2449), + [sym_false] = ACTIONS(2449), + [sym_null] = ACTIONS(2449), + [sym_undefined] = ACTIONS(2449), + [anon_sym_AT] = ACTIONS(2447), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_readonly] = ACTIONS(2449), + [anon_sym_get] = ACTIONS(2449), + [anon_sym_set] = ACTIONS(2449), + [anon_sym_declare] = ACTIONS(2449), + [anon_sym_public] = ACTIONS(2449), + [anon_sym_private] = ACTIONS(2449), + [anon_sym_protected] = ACTIONS(2449), + [anon_sym_override] = ACTIONS(2449), + [anon_sym_module] = ACTIONS(2449), + [anon_sym_any] = ACTIONS(2449), + [anon_sym_number] = ACTIONS(2449), + [anon_sym_boolean] = ACTIONS(2449), + [anon_sym_string] = ACTIONS(2449), + [anon_sym_symbol] = ACTIONS(2449), + [anon_sym_abstract] = ACTIONS(2449), + [anon_sym_interface] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), }, [762] = { - [ts_builtin_sym_end] = ACTIONS(2413), - [sym_identifier] = ACTIONS(2415), - [anon_sym_export] = ACTIONS(2415), - [anon_sym_default] = ACTIONS(2415), - [anon_sym_type] = ACTIONS(2415), - [anon_sym_namespace] = ACTIONS(2415), - [anon_sym_LBRACE] = ACTIONS(2413), - [anon_sym_RBRACE] = ACTIONS(2413), - [anon_sym_typeof] = ACTIONS(2415), - [anon_sym_import] = ACTIONS(2415), - [anon_sym_var] = ACTIONS(2415), - [anon_sym_let] = ACTIONS(2415), - [anon_sym_const] = ACTIONS(2415), - [anon_sym_BANG] = ACTIONS(2413), - [anon_sym_else] = ACTIONS(2415), - [anon_sym_if] = ACTIONS(2415), - [anon_sym_switch] = ACTIONS(2415), - [anon_sym_for] = ACTIONS(2415), - [anon_sym_LPAREN] = ACTIONS(2413), - [anon_sym_await] = ACTIONS(2415), - [anon_sym_while] = ACTIONS(2415), - [anon_sym_do] = ACTIONS(2415), - [anon_sym_try] = ACTIONS(2415), - [anon_sym_with] = ACTIONS(2415), - [anon_sym_break] = ACTIONS(2415), - [anon_sym_continue] = ACTIONS(2415), - [anon_sym_debugger] = ACTIONS(2415), - [anon_sym_return] = ACTIONS(2415), - [anon_sym_throw] = ACTIONS(2415), - [anon_sym_SEMI] = ACTIONS(2413), - [anon_sym_case] = ACTIONS(2415), - [anon_sym_yield] = ACTIONS(2415), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_LTtemplate_GT] = ACTIONS(2413), - [anon_sym_LT] = ACTIONS(2415), - [anon_sym_SLASH] = ACTIONS(2415), - [anon_sym_class] = ACTIONS(2415), - [anon_sym_async] = ACTIONS(2415), - [anon_sym_function] = ACTIONS(2415), - [anon_sym_new] = ACTIONS(2415), - [anon_sym_PLUS] = ACTIONS(2415), - [anon_sym_DASH] = ACTIONS(2415), - [anon_sym_TILDE] = ACTIONS(2413), - [anon_sym_void] = ACTIONS(2415), - [anon_sym_delete] = ACTIONS(2415), - [anon_sym_PLUS_PLUS] = ACTIONS(2413), - [anon_sym_DASH_DASH] = ACTIONS(2413), - [anon_sym_DQUOTE] = ACTIONS(2413), - [anon_sym_SQUOTE] = ACTIONS(2413), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2413), - [sym_number] = ACTIONS(2413), - [sym_this] = ACTIONS(2415), - [sym_super] = ACTIONS(2415), - [sym_true] = ACTIONS(2415), - [sym_false] = ACTIONS(2415), - [sym_null] = ACTIONS(2415), - [sym_undefined] = ACTIONS(2415), - [anon_sym_AT] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2415), - [anon_sym_readonly] = ACTIONS(2415), - [anon_sym_get] = ACTIONS(2415), - [anon_sym_set] = ACTIONS(2415), - [anon_sym_declare] = ACTIONS(2415), - [anon_sym_public] = ACTIONS(2415), - [anon_sym_private] = ACTIONS(2415), - [anon_sym_protected] = ACTIONS(2415), - [anon_sym_override] = ACTIONS(2415), - [anon_sym_module] = ACTIONS(2415), - [anon_sym_any] = ACTIONS(2415), - [anon_sym_number] = ACTIONS(2415), - [anon_sym_boolean] = ACTIONS(2415), - [anon_sym_string] = ACTIONS(2415), - [anon_sym_symbol] = ACTIONS(2415), - [anon_sym_abstract] = ACTIONS(2415), - [anon_sym_interface] = ACTIONS(2415), - [anon_sym_enum] = ACTIONS(2415), + [ts_builtin_sym_end] = ACTIONS(2379), + [sym_identifier] = ACTIONS(2381), + [anon_sym_export] = ACTIONS(2381), + [anon_sym_default] = ACTIONS(2381), + [anon_sym_type] = ACTIONS(2381), + [anon_sym_namespace] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2379), + [anon_sym_RBRACE] = ACTIONS(2379), + [anon_sym_typeof] = ACTIONS(2381), + [anon_sym_import] = ACTIONS(2381), + [anon_sym_var] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_const] = ACTIONS(2381), + [anon_sym_BANG] = ACTIONS(2379), + [anon_sym_else] = ACTIONS(2381), + [anon_sym_if] = ACTIONS(2381), + [anon_sym_switch] = ACTIONS(2381), + [anon_sym_for] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2379), + [anon_sym_await] = ACTIONS(2381), + [anon_sym_while] = ACTIONS(2381), + [anon_sym_do] = ACTIONS(2381), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_with] = ACTIONS(2381), + [anon_sym_break] = ACTIONS(2381), + [anon_sym_continue] = ACTIONS(2381), + [anon_sym_debugger] = ACTIONS(2381), + [anon_sym_return] = ACTIONS(2381), + [anon_sym_throw] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2379), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_yield] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2379), + [anon_sym_LTtemplate_GT] = ACTIONS(2379), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_async] = ACTIONS(2381), + [anon_sym_function] = ACTIONS(2381), + [anon_sym_new] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2381), + [anon_sym_DASH] = ACTIONS(2381), + [anon_sym_SLASH] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2381), + [anon_sym_TILDE] = ACTIONS(2379), + [anon_sym_void] = ACTIONS(2381), + [anon_sym_delete] = ACTIONS(2381), + [anon_sym_PLUS_PLUS] = ACTIONS(2379), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2379), + [anon_sym_SQUOTE] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2379), + [sym_number] = ACTIONS(2379), + [sym_this] = ACTIONS(2381), + [sym_super] = ACTIONS(2381), + [sym_true] = ACTIONS(2381), + [sym_false] = ACTIONS(2381), + [sym_null] = ACTIONS(2381), + [sym_undefined] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_readonly] = ACTIONS(2381), + [anon_sym_get] = ACTIONS(2381), + [anon_sym_set] = ACTIONS(2381), + [anon_sym_declare] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_protected] = ACTIONS(2381), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_module] = ACTIONS(2381), + [anon_sym_any] = ACTIONS(2381), + [anon_sym_number] = ACTIONS(2381), + [anon_sym_boolean] = ACTIONS(2381), + [anon_sym_string] = ACTIONS(2381), + [anon_sym_symbol] = ACTIONS(2381), + [anon_sym_abstract] = ACTIONS(2381), + [anon_sym_interface] = ACTIONS(2381), + [anon_sym_enum] = ACTIONS(2381), }, [763] = { - [ts_builtin_sym_end] = ACTIONS(2417), - [sym_identifier] = ACTIONS(2419), - [anon_sym_export] = ACTIONS(2419), - [anon_sym_default] = ACTIONS(2419), - [anon_sym_type] = ACTIONS(2419), - [anon_sym_namespace] = ACTIONS(2419), - [anon_sym_LBRACE] = ACTIONS(2417), - [anon_sym_RBRACE] = ACTIONS(2417), - [anon_sym_typeof] = ACTIONS(2419), - [anon_sym_import] = ACTIONS(2419), - [anon_sym_var] = ACTIONS(2419), - [anon_sym_let] = ACTIONS(2419), - [anon_sym_const] = ACTIONS(2419), - [anon_sym_BANG] = ACTIONS(2417), - [anon_sym_else] = ACTIONS(2419), - [anon_sym_if] = ACTIONS(2419), - [anon_sym_switch] = ACTIONS(2419), - [anon_sym_for] = ACTIONS(2419), - [anon_sym_LPAREN] = ACTIONS(2417), - [anon_sym_await] = ACTIONS(2419), - [anon_sym_while] = ACTIONS(2419), - [anon_sym_do] = ACTIONS(2419), - [anon_sym_try] = ACTIONS(2419), - [anon_sym_with] = ACTIONS(2419), - [anon_sym_break] = ACTIONS(2419), - [anon_sym_continue] = ACTIONS(2419), - [anon_sym_debugger] = ACTIONS(2419), - [anon_sym_return] = ACTIONS(2419), - [anon_sym_throw] = ACTIONS(2419), - [anon_sym_SEMI] = ACTIONS(2417), - [anon_sym_case] = ACTIONS(2419), - [anon_sym_yield] = ACTIONS(2419), - [anon_sym_LBRACK] = ACTIONS(2417), - [anon_sym_LTtemplate_GT] = ACTIONS(2417), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_SLASH] = ACTIONS(2419), - [anon_sym_class] = ACTIONS(2419), - [anon_sym_async] = ACTIONS(2419), - [anon_sym_function] = ACTIONS(2419), - [anon_sym_new] = ACTIONS(2419), - [anon_sym_PLUS] = ACTIONS(2419), - [anon_sym_DASH] = ACTIONS(2419), - [anon_sym_TILDE] = ACTIONS(2417), - [anon_sym_void] = ACTIONS(2419), - [anon_sym_delete] = ACTIONS(2419), - [anon_sym_PLUS_PLUS] = ACTIONS(2417), - [anon_sym_DASH_DASH] = ACTIONS(2417), - [anon_sym_DQUOTE] = ACTIONS(2417), - [anon_sym_SQUOTE] = ACTIONS(2417), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2417), - [sym_number] = ACTIONS(2417), - [sym_this] = ACTIONS(2419), - [sym_super] = ACTIONS(2419), - [sym_true] = ACTIONS(2419), - [sym_false] = ACTIONS(2419), - [sym_null] = ACTIONS(2419), - [sym_undefined] = ACTIONS(2419), - [anon_sym_AT] = ACTIONS(2417), - [anon_sym_static] = ACTIONS(2419), - [anon_sym_readonly] = ACTIONS(2419), - [anon_sym_get] = ACTIONS(2419), - [anon_sym_set] = ACTIONS(2419), - [anon_sym_declare] = ACTIONS(2419), - [anon_sym_public] = ACTIONS(2419), - [anon_sym_private] = ACTIONS(2419), - [anon_sym_protected] = ACTIONS(2419), - [anon_sym_override] = ACTIONS(2419), - [anon_sym_module] = ACTIONS(2419), - [anon_sym_any] = ACTIONS(2419), - [anon_sym_number] = ACTIONS(2419), - [anon_sym_boolean] = ACTIONS(2419), - [anon_sym_string] = ACTIONS(2419), - [anon_sym_symbol] = ACTIONS(2419), - [anon_sym_abstract] = ACTIONS(2419), - [anon_sym_interface] = ACTIONS(2419), - [anon_sym_enum] = ACTIONS(2419), + [ts_builtin_sym_end] = ACTIONS(2379), + [sym_identifier] = ACTIONS(2381), + [anon_sym_export] = ACTIONS(2381), + [anon_sym_default] = ACTIONS(2381), + [anon_sym_type] = ACTIONS(2381), + [anon_sym_namespace] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2379), + [anon_sym_RBRACE] = ACTIONS(2379), + [anon_sym_typeof] = ACTIONS(2381), + [anon_sym_import] = ACTIONS(2381), + [anon_sym_var] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_const] = ACTIONS(2381), + [anon_sym_BANG] = ACTIONS(2379), + [anon_sym_else] = ACTIONS(2381), + [anon_sym_if] = ACTIONS(2381), + [anon_sym_switch] = ACTIONS(2381), + [anon_sym_for] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2379), + [anon_sym_await] = ACTIONS(2381), + [anon_sym_while] = ACTIONS(2381), + [anon_sym_do] = ACTIONS(2381), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_with] = ACTIONS(2381), + [anon_sym_break] = ACTIONS(2381), + [anon_sym_continue] = ACTIONS(2381), + [anon_sym_debugger] = ACTIONS(2381), + [anon_sym_return] = ACTIONS(2381), + [anon_sym_throw] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2379), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_yield] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2379), + [anon_sym_LTtemplate_GT] = ACTIONS(2379), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_async] = ACTIONS(2381), + [anon_sym_function] = ACTIONS(2381), + [anon_sym_new] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2381), + [anon_sym_DASH] = ACTIONS(2381), + [anon_sym_SLASH] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2381), + [anon_sym_TILDE] = ACTIONS(2379), + [anon_sym_void] = ACTIONS(2381), + [anon_sym_delete] = ACTIONS(2381), + [anon_sym_PLUS_PLUS] = ACTIONS(2379), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2379), + [anon_sym_SQUOTE] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2379), + [sym_number] = ACTIONS(2379), + [sym_this] = ACTIONS(2381), + [sym_super] = ACTIONS(2381), + [sym_true] = ACTIONS(2381), + [sym_false] = ACTIONS(2381), + [sym_null] = ACTIONS(2381), + [sym_undefined] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_readonly] = ACTIONS(2381), + [anon_sym_get] = ACTIONS(2381), + [anon_sym_set] = ACTIONS(2381), + [anon_sym_declare] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_protected] = ACTIONS(2381), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_module] = ACTIONS(2381), + [anon_sym_any] = ACTIONS(2381), + [anon_sym_number] = ACTIONS(2381), + [anon_sym_boolean] = ACTIONS(2381), + [anon_sym_string] = ACTIONS(2381), + [anon_sym_symbol] = ACTIONS(2381), + [anon_sym_abstract] = ACTIONS(2381), + [anon_sym_interface] = ACTIONS(2381), + [anon_sym_enum] = ACTIONS(2381), }, [764] = { - [ts_builtin_sym_end] = ACTIONS(2421), - [sym_identifier] = ACTIONS(2423), - [anon_sym_export] = ACTIONS(2423), - [anon_sym_default] = ACTIONS(2423), - [anon_sym_type] = ACTIONS(2423), - [anon_sym_namespace] = ACTIONS(2423), - [anon_sym_LBRACE] = ACTIONS(2421), - [anon_sym_RBRACE] = ACTIONS(2421), - [anon_sym_typeof] = ACTIONS(2423), - [anon_sym_import] = ACTIONS(2423), - [anon_sym_var] = ACTIONS(2423), - [anon_sym_let] = ACTIONS(2423), - [anon_sym_const] = ACTIONS(2423), - [anon_sym_BANG] = ACTIONS(2421), - [anon_sym_else] = ACTIONS(2423), - [anon_sym_if] = ACTIONS(2423), - [anon_sym_switch] = ACTIONS(2423), - [anon_sym_for] = ACTIONS(2423), - [anon_sym_LPAREN] = ACTIONS(2421), - [anon_sym_await] = ACTIONS(2423), - [anon_sym_while] = ACTIONS(2423), - [anon_sym_do] = ACTIONS(2423), - [anon_sym_try] = ACTIONS(2423), - [anon_sym_with] = ACTIONS(2423), - [anon_sym_break] = ACTIONS(2423), - [anon_sym_continue] = ACTIONS(2423), - [anon_sym_debugger] = ACTIONS(2423), - [anon_sym_return] = ACTIONS(2423), - [anon_sym_throw] = ACTIONS(2423), - [anon_sym_SEMI] = ACTIONS(2421), - [anon_sym_case] = ACTIONS(2423), - [anon_sym_yield] = ACTIONS(2423), - [anon_sym_LBRACK] = ACTIONS(2421), - [anon_sym_LTtemplate_GT] = ACTIONS(2421), - [anon_sym_LT] = ACTIONS(2423), - [anon_sym_SLASH] = ACTIONS(2423), - [anon_sym_class] = ACTIONS(2423), - [anon_sym_async] = ACTIONS(2423), - [anon_sym_function] = ACTIONS(2423), - [anon_sym_new] = ACTIONS(2423), - [anon_sym_PLUS] = ACTIONS(2423), - [anon_sym_DASH] = ACTIONS(2423), - [anon_sym_TILDE] = ACTIONS(2421), - [anon_sym_void] = ACTIONS(2423), - [anon_sym_delete] = ACTIONS(2423), - [anon_sym_PLUS_PLUS] = ACTIONS(2421), - [anon_sym_DASH_DASH] = ACTIONS(2421), - [anon_sym_DQUOTE] = ACTIONS(2421), - [anon_sym_SQUOTE] = ACTIONS(2421), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2421), - [sym_number] = ACTIONS(2421), - [sym_this] = ACTIONS(2423), - [sym_super] = ACTIONS(2423), - [sym_true] = ACTIONS(2423), - [sym_false] = ACTIONS(2423), - [sym_null] = ACTIONS(2423), - [sym_undefined] = ACTIONS(2423), - [anon_sym_AT] = ACTIONS(2421), - [anon_sym_static] = ACTIONS(2423), - [anon_sym_readonly] = ACTIONS(2423), - [anon_sym_get] = ACTIONS(2423), - [anon_sym_set] = ACTIONS(2423), - [anon_sym_declare] = ACTIONS(2423), - [anon_sym_public] = ACTIONS(2423), - [anon_sym_private] = ACTIONS(2423), - [anon_sym_protected] = ACTIONS(2423), - [anon_sym_override] = ACTIONS(2423), - [anon_sym_module] = ACTIONS(2423), - [anon_sym_any] = ACTIONS(2423), - [anon_sym_number] = ACTIONS(2423), - [anon_sym_boolean] = ACTIONS(2423), - [anon_sym_string] = ACTIONS(2423), - [anon_sym_symbol] = ACTIONS(2423), - [anon_sym_abstract] = ACTIONS(2423), - [anon_sym_interface] = ACTIONS(2423), - [anon_sym_enum] = ACTIONS(2423), + [ts_builtin_sym_end] = ACTIONS(2379), + [sym_identifier] = ACTIONS(2381), + [anon_sym_export] = ACTIONS(2381), + [anon_sym_default] = ACTIONS(2381), + [anon_sym_type] = ACTIONS(2381), + [anon_sym_namespace] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2379), + [anon_sym_RBRACE] = ACTIONS(2379), + [anon_sym_typeof] = ACTIONS(2381), + [anon_sym_import] = ACTIONS(2381), + [anon_sym_var] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_const] = ACTIONS(2381), + [anon_sym_BANG] = ACTIONS(2379), + [anon_sym_else] = ACTIONS(2381), + [anon_sym_if] = ACTIONS(2381), + [anon_sym_switch] = ACTIONS(2381), + [anon_sym_for] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2379), + [anon_sym_await] = ACTIONS(2381), + [anon_sym_while] = ACTIONS(2381), + [anon_sym_do] = ACTIONS(2381), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_with] = ACTIONS(2381), + [anon_sym_break] = ACTIONS(2381), + [anon_sym_continue] = ACTIONS(2381), + [anon_sym_debugger] = ACTIONS(2381), + [anon_sym_return] = ACTIONS(2381), + [anon_sym_throw] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2379), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_yield] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2379), + [anon_sym_LTtemplate_GT] = ACTIONS(2379), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_async] = ACTIONS(2381), + [anon_sym_function] = ACTIONS(2381), + [anon_sym_new] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2381), + [anon_sym_DASH] = ACTIONS(2381), + [anon_sym_SLASH] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2381), + [anon_sym_TILDE] = ACTIONS(2379), + [anon_sym_void] = ACTIONS(2381), + [anon_sym_delete] = ACTIONS(2381), + [anon_sym_PLUS_PLUS] = ACTIONS(2379), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2379), + [anon_sym_SQUOTE] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2379), + [sym_number] = ACTIONS(2379), + [sym_this] = ACTIONS(2381), + [sym_super] = ACTIONS(2381), + [sym_true] = ACTIONS(2381), + [sym_false] = ACTIONS(2381), + [sym_null] = ACTIONS(2381), + [sym_undefined] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_readonly] = ACTIONS(2381), + [anon_sym_get] = ACTIONS(2381), + [anon_sym_set] = ACTIONS(2381), + [anon_sym_declare] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_protected] = ACTIONS(2381), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_module] = ACTIONS(2381), + [anon_sym_any] = ACTIONS(2381), + [anon_sym_number] = ACTIONS(2381), + [anon_sym_boolean] = ACTIONS(2381), + [anon_sym_string] = ACTIONS(2381), + [anon_sym_symbol] = ACTIONS(2381), + [anon_sym_abstract] = ACTIONS(2381), + [anon_sym_interface] = ACTIONS(2381), + [anon_sym_enum] = ACTIONS(2381), }, [765] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3471), - [sym_optional_tuple_parameter] = STATE(3471), - [sym_optional_type] = STATE(3471), - [sym_rest_type] = STATE(3471), - [sym__tuple_type_member] = STATE(3471), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(2427), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2429), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [ts_builtin_sym_end] = ACTIONS(2379), + [sym_identifier] = ACTIONS(2381), + [anon_sym_export] = ACTIONS(2381), + [anon_sym_default] = ACTIONS(2381), + [anon_sym_type] = ACTIONS(2381), + [anon_sym_namespace] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2379), + [anon_sym_RBRACE] = ACTIONS(2379), + [anon_sym_typeof] = ACTIONS(2381), + [anon_sym_import] = ACTIONS(2381), + [anon_sym_var] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_const] = ACTIONS(2381), + [anon_sym_BANG] = ACTIONS(2379), + [anon_sym_else] = ACTIONS(2381), + [anon_sym_if] = ACTIONS(2381), + [anon_sym_switch] = ACTIONS(2381), + [anon_sym_for] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2379), + [anon_sym_await] = ACTIONS(2381), + [anon_sym_while] = ACTIONS(2381), + [anon_sym_do] = ACTIONS(2381), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_with] = ACTIONS(2381), + [anon_sym_break] = ACTIONS(2381), + [anon_sym_continue] = ACTIONS(2381), + [anon_sym_debugger] = ACTIONS(2381), + [anon_sym_return] = ACTIONS(2381), + [anon_sym_throw] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2379), + [anon_sym_case] = ACTIONS(2381), + [anon_sym_yield] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2379), + [anon_sym_LTtemplate_GT] = ACTIONS(2379), + [anon_sym_class] = ACTIONS(2381), + [anon_sym_async] = ACTIONS(2381), + [anon_sym_function] = ACTIONS(2381), + [anon_sym_new] = ACTIONS(2381), + [anon_sym_PLUS] = ACTIONS(2381), + [anon_sym_DASH] = ACTIONS(2381), + [anon_sym_SLASH] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2381), + [anon_sym_TILDE] = ACTIONS(2379), + [anon_sym_void] = ACTIONS(2381), + [anon_sym_delete] = ACTIONS(2381), + [anon_sym_PLUS_PLUS] = ACTIONS(2379), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2379), + [anon_sym_SQUOTE] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2379), + [sym_number] = ACTIONS(2379), + [sym_this] = ACTIONS(2381), + [sym_super] = ACTIONS(2381), + [sym_true] = ACTIONS(2381), + [sym_false] = ACTIONS(2381), + [sym_null] = ACTIONS(2381), + [sym_undefined] = ACTIONS(2381), + [anon_sym_AT] = ACTIONS(2379), + [anon_sym_static] = ACTIONS(2381), + [anon_sym_readonly] = ACTIONS(2381), + [anon_sym_get] = ACTIONS(2381), + [anon_sym_set] = ACTIONS(2381), + [anon_sym_declare] = ACTIONS(2381), + [anon_sym_public] = ACTIONS(2381), + [anon_sym_private] = ACTIONS(2381), + [anon_sym_protected] = ACTIONS(2381), + [anon_sym_override] = ACTIONS(2381), + [anon_sym_module] = ACTIONS(2381), + [anon_sym_any] = ACTIONS(2381), + [anon_sym_number] = ACTIONS(2381), + [anon_sym_boolean] = ACTIONS(2381), + [anon_sym_string] = ACTIONS(2381), + [anon_sym_symbol] = ACTIONS(2381), + [anon_sym_abstract] = ACTIONS(2381), + [anon_sym_interface] = ACTIONS(2381), + [anon_sym_enum] = ACTIONS(2381), }, [766] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3609), - [sym_optional_tuple_parameter] = STATE(3609), - [sym_optional_type] = STATE(3609), - [sym_rest_type] = STATE(3609), - [sym__tuple_type_member] = STATE(3609), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(2437), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2439), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [ts_builtin_sym_end] = ACTIONS(2451), + [sym_identifier] = ACTIONS(2453), + [anon_sym_export] = ACTIONS(2453), + [anon_sym_default] = ACTIONS(2453), + [anon_sym_type] = ACTIONS(2453), + [anon_sym_namespace] = ACTIONS(2453), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_RBRACE] = ACTIONS(2451), + [anon_sym_typeof] = ACTIONS(2453), + [anon_sym_import] = ACTIONS(2453), + [anon_sym_var] = ACTIONS(2453), + [anon_sym_let] = ACTIONS(2453), + [anon_sym_const] = ACTIONS(2453), + [anon_sym_BANG] = ACTIONS(2451), + [anon_sym_else] = ACTIONS(2453), + [anon_sym_if] = ACTIONS(2453), + [anon_sym_switch] = ACTIONS(2453), + [anon_sym_for] = ACTIONS(2453), + [anon_sym_LPAREN] = ACTIONS(2451), + [anon_sym_await] = ACTIONS(2453), + [anon_sym_while] = ACTIONS(2453), + [anon_sym_do] = ACTIONS(2453), + [anon_sym_try] = ACTIONS(2453), + [anon_sym_with] = ACTIONS(2453), + [anon_sym_break] = ACTIONS(2453), + [anon_sym_continue] = ACTIONS(2453), + [anon_sym_debugger] = ACTIONS(2453), + [anon_sym_return] = ACTIONS(2453), + [anon_sym_throw] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_case] = ACTIONS(2453), + [anon_sym_yield] = ACTIONS(2453), + [anon_sym_LBRACK] = ACTIONS(2451), + [anon_sym_LTtemplate_GT] = ACTIONS(2451), + [anon_sym_class] = ACTIONS(2453), + [anon_sym_async] = ACTIONS(2453), + [anon_sym_function] = ACTIONS(2453), + [anon_sym_new] = ACTIONS(2453), + [anon_sym_PLUS] = ACTIONS(2453), + [anon_sym_DASH] = ACTIONS(2453), + [anon_sym_SLASH] = ACTIONS(2453), + [anon_sym_LT] = ACTIONS(2453), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_void] = ACTIONS(2453), + [anon_sym_delete] = ACTIONS(2453), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_DASH_DASH] = ACTIONS(2453), + [anon_sym_DQUOTE] = ACTIONS(2451), + [anon_sym_SQUOTE] = ACTIONS(2451), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2451), + [sym_number] = ACTIONS(2451), + [sym_this] = ACTIONS(2453), + [sym_super] = ACTIONS(2453), + [sym_true] = ACTIONS(2453), + [sym_false] = ACTIONS(2453), + [sym_null] = ACTIONS(2453), + [sym_undefined] = ACTIONS(2453), + [anon_sym_AT] = ACTIONS(2451), + [anon_sym_static] = ACTIONS(2453), + [anon_sym_readonly] = ACTIONS(2453), + [anon_sym_get] = ACTIONS(2453), + [anon_sym_set] = ACTIONS(2453), + [anon_sym_declare] = ACTIONS(2453), + [anon_sym_public] = ACTIONS(2453), + [anon_sym_private] = ACTIONS(2453), + [anon_sym_protected] = ACTIONS(2453), + [anon_sym_override] = ACTIONS(2453), + [anon_sym_module] = ACTIONS(2453), + [anon_sym_any] = ACTIONS(2453), + [anon_sym_number] = ACTIONS(2453), + [anon_sym_boolean] = ACTIONS(2453), + [anon_sym_string] = ACTIONS(2453), + [anon_sym_symbol] = ACTIONS(2453), + [anon_sym_abstract] = ACTIONS(2453), + [anon_sym_interface] = ACTIONS(2453), + [anon_sym_enum] = ACTIONS(2453), }, [767] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3542), - [sym_optional_tuple_parameter] = STATE(3542), - [sym_optional_type] = STATE(3542), - [sym_rest_type] = STATE(3542), - [sym__tuple_type_member] = STATE(3542), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(2441), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2443), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [ts_builtin_sym_end] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1475), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_type] = ACTIONS(1475), + [anon_sym_namespace] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_typeof] = ACTIONS(1475), + [anon_sym_import] = ACTIONS(1475), + [anon_sym_var] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_else] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_switch] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1473), + [anon_sym_await] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_with] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_debugger] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_throw] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_case] = ACTIONS(1475), + [anon_sym_yield] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1473), + [anon_sym_LTtemplate_GT] = ACTIONS(1473), + [anon_sym_class] = ACTIONS(1475), + [anon_sym_async] = ACTIONS(1475), + [anon_sym_function] = ACTIONS(1475), + [anon_sym_new] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_LT] = ACTIONS(1475), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_void] = ACTIONS(1475), + [anon_sym_delete] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_DASH_DASH] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1473), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1473), + [sym_number] = ACTIONS(1473), + [sym_this] = ACTIONS(1475), + [sym_super] = ACTIONS(1475), + [sym_true] = ACTIONS(1475), + [sym_false] = ACTIONS(1475), + [sym_null] = ACTIONS(1475), + [sym_undefined] = ACTIONS(1475), + [anon_sym_AT] = ACTIONS(1473), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_readonly] = ACTIONS(1475), + [anon_sym_get] = ACTIONS(1475), + [anon_sym_set] = ACTIONS(1475), + [anon_sym_declare] = ACTIONS(1475), + [anon_sym_public] = ACTIONS(1475), + [anon_sym_private] = ACTIONS(1475), + [anon_sym_protected] = ACTIONS(1475), + [anon_sym_override] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_any] = ACTIONS(1475), + [anon_sym_number] = ACTIONS(1475), + [anon_sym_boolean] = ACTIONS(1475), + [anon_sym_string] = ACTIONS(1475), + [anon_sym_symbol] = ACTIONS(1475), + [anon_sym_abstract] = ACTIONS(1475), + [anon_sym_interface] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), }, [768] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3516), - [sym_optional_tuple_parameter] = STATE(3516), - [sym_optional_type] = STATE(3516), - [sym_rest_type] = STATE(3516), - [sym__tuple_type_member] = STATE(3516), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(2445), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2447), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [ts_builtin_sym_end] = ACTIONS(2455), + [sym_identifier] = ACTIONS(2457), + [anon_sym_export] = ACTIONS(2457), + [anon_sym_default] = ACTIONS(2457), + [anon_sym_type] = ACTIONS(2457), + [anon_sym_namespace] = ACTIONS(2457), + [anon_sym_LBRACE] = ACTIONS(2455), + [anon_sym_RBRACE] = ACTIONS(2455), + [anon_sym_typeof] = ACTIONS(2457), + [anon_sym_import] = ACTIONS(2457), + [anon_sym_var] = ACTIONS(2457), + [anon_sym_let] = ACTIONS(2457), + [anon_sym_const] = ACTIONS(2457), + [anon_sym_BANG] = ACTIONS(2455), + [anon_sym_else] = ACTIONS(2457), + [anon_sym_if] = ACTIONS(2457), + [anon_sym_switch] = ACTIONS(2457), + [anon_sym_for] = ACTIONS(2457), + [anon_sym_LPAREN] = ACTIONS(2455), + [anon_sym_await] = ACTIONS(2457), + [anon_sym_while] = ACTIONS(2457), + [anon_sym_do] = ACTIONS(2457), + [anon_sym_try] = ACTIONS(2457), + [anon_sym_with] = ACTIONS(2457), + [anon_sym_break] = ACTIONS(2457), + [anon_sym_continue] = ACTIONS(2457), + [anon_sym_debugger] = ACTIONS(2457), + [anon_sym_return] = ACTIONS(2457), + [anon_sym_throw] = ACTIONS(2457), + [anon_sym_SEMI] = ACTIONS(2455), + [anon_sym_case] = ACTIONS(2457), + [anon_sym_yield] = ACTIONS(2457), + [anon_sym_LBRACK] = ACTIONS(2455), + [anon_sym_LTtemplate_GT] = ACTIONS(2455), + [anon_sym_class] = ACTIONS(2457), + [anon_sym_async] = ACTIONS(2457), + [anon_sym_function] = ACTIONS(2457), + [anon_sym_new] = ACTIONS(2457), + [anon_sym_PLUS] = ACTIONS(2457), + [anon_sym_DASH] = ACTIONS(2457), + [anon_sym_SLASH] = ACTIONS(2457), + [anon_sym_LT] = ACTIONS(2457), + [anon_sym_TILDE] = ACTIONS(2455), + [anon_sym_void] = ACTIONS(2457), + [anon_sym_delete] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2455), + [anon_sym_DASH_DASH] = ACTIONS(2457), + [anon_sym_DQUOTE] = ACTIONS(2455), + [anon_sym_SQUOTE] = ACTIONS(2455), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2455), + [sym_number] = ACTIONS(2455), + [sym_this] = ACTIONS(2457), + [sym_super] = ACTIONS(2457), + [sym_true] = ACTIONS(2457), + [sym_false] = ACTIONS(2457), + [sym_null] = ACTIONS(2457), + [sym_undefined] = ACTIONS(2457), + [anon_sym_AT] = ACTIONS(2455), + [anon_sym_static] = ACTIONS(2457), + [anon_sym_readonly] = ACTIONS(2457), + [anon_sym_get] = ACTIONS(2457), + [anon_sym_set] = ACTIONS(2457), + [anon_sym_declare] = ACTIONS(2457), + [anon_sym_public] = ACTIONS(2457), + [anon_sym_private] = ACTIONS(2457), + [anon_sym_protected] = ACTIONS(2457), + [anon_sym_override] = ACTIONS(2457), + [anon_sym_module] = ACTIONS(2457), + [anon_sym_any] = ACTIONS(2457), + [anon_sym_number] = ACTIONS(2457), + [anon_sym_boolean] = ACTIONS(2457), + [anon_sym_string] = ACTIONS(2457), + [anon_sym_symbol] = ACTIONS(2457), + [anon_sym_abstract] = ACTIONS(2457), + [anon_sym_interface] = ACTIONS(2457), + [anon_sym_enum] = ACTIONS(2457), }, [769] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3578), - [sym_optional_tuple_parameter] = STATE(3578), - [sym_optional_type] = STATE(3578), - [sym_rest_type] = STATE(3578), - [sym__tuple_type_member] = STATE(3578), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_COMMA] = ACTIONS(2449), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3668), + [sym_optional_tuple_parameter] = STATE(3668), + [sym_optional_type] = STATE(3668), + [sym_rest_type] = STATE(3668), + [sym__tuple_type_member] = STATE(3668), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(2461), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2463), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [770] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2453), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3671), + [sym_optional_tuple_parameter] = STATE(3671), + [sym_optional_type] = STATE(3671), + [sym_rest_type] = STATE(3671), + [sym__tuple_type_member] = STATE(3671), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(2469), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2471), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [771] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2455), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3592), + [sym_optional_tuple_parameter] = STATE(3592), + [sym_optional_type] = STATE(3592), + [sym_rest_type] = STATE(3592), + [sym__tuple_type_member] = STATE(3592), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(2473), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2475), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [772] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2457), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3554), + [sym_optional_tuple_parameter] = STATE(3554), + [sym_optional_type] = STATE(3554), + [sym_rest_type] = STATE(3554), + [sym__tuple_type_member] = STATE(3554), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(2477), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2479), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [773] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2459), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3569), + [sym_optional_tuple_parameter] = STATE(3569), + [sym_optional_type] = STATE(3569), + [sym_rest_type] = STATE(3569), + [sym__tuple_type_member] = STATE(3569), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_COMMA] = ACTIONS(2481), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2483), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [774] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2461), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2485), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [775] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2463), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2487), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [776] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2465), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2489), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [777] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2467), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2491), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [778] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2469), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2493), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [779] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2471), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2495), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [780] = { - [sym_identifier] = ACTIONS(2473), - [anon_sym_export] = ACTIONS(2473), - [anon_sym_type] = ACTIONS(2473), - [anon_sym_namespace] = ACTIONS(2473), - [anon_sym_LBRACE] = ACTIONS(2475), - [anon_sym_typeof] = ACTIONS(2473), - [anon_sym_import] = ACTIONS(2473), - [anon_sym_var] = ACTIONS(2473), - [anon_sym_let] = ACTIONS(2473), - [anon_sym_const] = ACTIONS(2473), - [anon_sym_BANG] = ACTIONS(2475), - [anon_sym_if] = ACTIONS(2473), - [anon_sym_switch] = ACTIONS(2473), - [anon_sym_for] = ACTIONS(2473), - [anon_sym_LPAREN] = ACTIONS(2475), - [anon_sym_await] = ACTIONS(2473), - [anon_sym_while] = ACTIONS(2473), - [anon_sym_do] = ACTIONS(2473), - [anon_sym_try] = ACTIONS(2473), - [anon_sym_with] = ACTIONS(2473), - [anon_sym_break] = ACTIONS(2473), - [anon_sym_continue] = ACTIONS(2473), - [anon_sym_debugger] = ACTIONS(2473), - [anon_sym_return] = ACTIONS(2473), - [anon_sym_throw] = ACTIONS(2473), - [anon_sym_SEMI] = ACTIONS(2475), - [anon_sym_yield] = ACTIONS(2473), - [anon_sym_LBRACK] = ACTIONS(2475), - [anon_sym_LTtemplate_GT] = ACTIONS(2475), - [anon_sym_LT] = ACTIONS(2473), - [anon_sym_SLASH] = ACTIONS(2473), - [anon_sym_class] = ACTIONS(2473), - [anon_sym_async] = ACTIONS(2473), - [anon_sym_function] = ACTIONS(2473), - [anon_sym_new] = ACTIONS(2473), - [anon_sym_PLUS] = ACTIONS(2473), - [anon_sym_DASH] = ACTIONS(2473), - [anon_sym_TILDE] = ACTIONS(2475), - [anon_sym_void] = ACTIONS(2473), - [anon_sym_delete] = ACTIONS(2473), - [anon_sym_PLUS_PLUS] = ACTIONS(2475), - [anon_sym_DASH_DASH] = ACTIONS(2475), - [anon_sym_DQUOTE] = ACTIONS(2475), - [anon_sym_SQUOTE] = ACTIONS(2475), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2475), - [sym_number] = ACTIONS(2475), - [sym_this] = ACTIONS(2473), - [sym_super] = ACTIONS(2473), - [sym_true] = ACTIONS(2473), - [sym_false] = ACTIONS(2473), - [sym_null] = ACTIONS(2473), - [sym_undefined] = ACTIONS(2473), - [anon_sym_AT] = ACTIONS(2475), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_readonly] = ACTIONS(2473), - [anon_sym_get] = ACTIONS(2473), - [anon_sym_set] = ACTIONS(2473), - [anon_sym_declare] = ACTIONS(2473), - [anon_sym_public] = ACTIONS(2473), - [anon_sym_private] = ACTIONS(2473), - [anon_sym_protected] = ACTIONS(2473), - [anon_sym_override] = ACTIONS(2473), - [anon_sym_module] = ACTIONS(2473), - [anon_sym_any] = ACTIONS(2473), - [anon_sym_number] = ACTIONS(2473), - [anon_sym_boolean] = ACTIONS(2473), - [anon_sym_string] = ACTIONS(2473), - [anon_sym_symbol] = ACTIONS(2473), - [anon_sym_abstract] = ACTIONS(2473), - [anon_sym_interface] = ACTIONS(2473), - [anon_sym_enum] = ACTIONS(2473), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2497), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [781] = { - [sym_identifier] = ACTIONS(2477), - [anon_sym_export] = ACTIONS(2477), - [anon_sym_type] = ACTIONS(2477), - [anon_sym_namespace] = ACTIONS(2477), - [anon_sym_LBRACE] = ACTIONS(2479), - [anon_sym_typeof] = ACTIONS(2477), - [anon_sym_import] = ACTIONS(2477), - [anon_sym_var] = ACTIONS(2477), - [anon_sym_let] = ACTIONS(2477), - [anon_sym_const] = ACTIONS(2477), - [anon_sym_BANG] = ACTIONS(2479), - [anon_sym_if] = ACTIONS(2477), - [anon_sym_switch] = ACTIONS(2477), - [anon_sym_for] = ACTIONS(2477), - [anon_sym_LPAREN] = ACTIONS(2479), - [anon_sym_await] = ACTIONS(2477), - [anon_sym_while] = ACTIONS(2477), - [anon_sym_do] = ACTIONS(2477), - [anon_sym_try] = ACTIONS(2477), - [anon_sym_with] = ACTIONS(2477), - [anon_sym_break] = ACTIONS(2477), - [anon_sym_continue] = ACTIONS(2477), - [anon_sym_debugger] = ACTIONS(2477), - [anon_sym_return] = ACTIONS(2477), - [anon_sym_throw] = ACTIONS(2477), - [anon_sym_SEMI] = ACTIONS(2479), - [anon_sym_yield] = ACTIONS(2477), - [anon_sym_LBRACK] = ACTIONS(2479), - [anon_sym_LTtemplate_GT] = ACTIONS(2479), - [anon_sym_LT] = ACTIONS(2477), - [anon_sym_SLASH] = ACTIONS(2477), - [anon_sym_class] = ACTIONS(2477), - [anon_sym_async] = ACTIONS(2477), - [anon_sym_function] = ACTIONS(2477), - [anon_sym_new] = ACTIONS(2477), - [anon_sym_PLUS] = ACTIONS(2477), - [anon_sym_DASH] = ACTIONS(2477), - [anon_sym_TILDE] = ACTIONS(2479), - [anon_sym_void] = ACTIONS(2477), - [anon_sym_delete] = ACTIONS(2477), - [anon_sym_PLUS_PLUS] = ACTIONS(2479), - [anon_sym_DASH_DASH] = ACTIONS(2479), - [anon_sym_DQUOTE] = ACTIONS(2479), - [anon_sym_SQUOTE] = ACTIONS(2479), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2479), - [sym_number] = ACTIONS(2479), - [sym_this] = ACTIONS(2477), - [sym_super] = ACTIONS(2477), - [sym_true] = ACTIONS(2477), - [sym_false] = ACTIONS(2477), - [sym_null] = ACTIONS(2477), - [sym_undefined] = ACTIONS(2477), - [anon_sym_AT] = ACTIONS(2479), - [anon_sym_static] = ACTIONS(2477), - [anon_sym_readonly] = ACTIONS(2477), - [anon_sym_get] = ACTIONS(2477), - [anon_sym_set] = ACTIONS(2477), - [anon_sym_declare] = ACTIONS(2477), - [anon_sym_public] = ACTIONS(2477), - [anon_sym_private] = ACTIONS(2477), - [anon_sym_protected] = ACTIONS(2477), - [anon_sym_override] = ACTIONS(2477), - [anon_sym_module] = ACTIONS(2477), - [anon_sym_any] = ACTIONS(2477), - [anon_sym_number] = ACTIONS(2477), - [anon_sym_boolean] = ACTIONS(2477), - [anon_sym_string] = ACTIONS(2477), - [anon_sym_symbol] = ACTIONS(2477), - [anon_sym_abstract] = ACTIONS(2477), - [anon_sym_interface] = ACTIONS(2477), - [anon_sym_enum] = ACTIONS(2477), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2499), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [782] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_namespace] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_typeof] = ACTIONS(2481), - [anon_sym_import] = ACTIONS(2481), - [anon_sym_var] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_BANG] = ACTIONS(2483), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_switch] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_await] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_with] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_debugger] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_yield] = ACTIONS(2481), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_LTtemplate_GT] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_class] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2481), - [anon_sym_function] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_void] = ACTIONS(2481), - [anon_sym_delete] = ACTIONS(2481), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2483), - [sym_number] = ACTIONS(2483), - [sym_this] = ACTIONS(2481), - [sym_super] = ACTIONS(2481), - [sym_true] = ACTIONS(2481), - [sym_false] = ACTIONS(2481), - [sym_null] = ACTIONS(2481), - [sym_undefined] = ACTIONS(2481), - [anon_sym_AT] = ACTIONS(2483), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_readonly] = ACTIONS(2481), - [anon_sym_get] = ACTIONS(2481), - [anon_sym_set] = ACTIONS(2481), - [anon_sym_declare] = ACTIONS(2481), - [anon_sym_public] = ACTIONS(2481), - [anon_sym_private] = ACTIONS(2481), - [anon_sym_protected] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_any] = ACTIONS(2481), - [anon_sym_number] = ACTIONS(2481), - [anon_sym_boolean] = ACTIONS(2481), - [anon_sym_string] = ACTIONS(2481), - [anon_sym_symbol] = ACTIONS(2481), - [anon_sym_abstract] = ACTIONS(2481), - [anon_sym_interface] = ACTIONS(2481), - [anon_sym_enum] = ACTIONS(2481), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2501), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [783] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_namespace] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_typeof] = ACTIONS(2481), - [anon_sym_import] = ACTIONS(2481), - [anon_sym_var] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_BANG] = ACTIONS(2483), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_switch] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_await] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_with] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_debugger] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_yield] = ACTIONS(2481), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_LTtemplate_GT] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_class] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2481), - [anon_sym_function] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_void] = ACTIONS(2481), - [anon_sym_delete] = ACTIONS(2481), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2483), - [sym_number] = ACTIONS(2483), - [sym_this] = ACTIONS(2481), - [sym_super] = ACTIONS(2481), - [sym_true] = ACTIONS(2481), - [sym_false] = ACTIONS(2481), - [sym_null] = ACTIONS(2481), - [sym_undefined] = ACTIONS(2481), - [anon_sym_AT] = ACTIONS(2483), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_readonly] = ACTIONS(2481), - [anon_sym_get] = ACTIONS(2481), - [anon_sym_set] = ACTIONS(2481), - [anon_sym_declare] = ACTIONS(2481), - [anon_sym_public] = ACTIONS(2481), - [anon_sym_private] = ACTIONS(2481), - [anon_sym_protected] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_any] = ACTIONS(2481), - [anon_sym_number] = ACTIONS(2481), - [anon_sym_boolean] = ACTIONS(2481), - [anon_sym_string] = ACTIONS(2481), - [anon_sym_symbol] = ACTIONS(2481), - [anon_sym_abstract] = ACTIONS(2481), - [anon_sym_interface] = ACTIONS(2481), - [anon_sym_enum] = ACTIONS(2481), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2503), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [784] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_namespace] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_typeof] = ACTIONS(2481), - [anon_sym_import] = ACTIONS(2481), - [anon_sym_var] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_BANG] = ACTIONS(2483), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_switch] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_await] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_with] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_debugger] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_yield] = ACTIONS(2481), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_LTtemplate_GT] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_class] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2481), - [anon_sym_function] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_void] = ACTIONS(2481), - [anon_sym_delete] = ACTIONS(2481), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2483), - [sym_number] = ACTIONS(2483), - [sym_this] = ACTIONS(2481), - [sym_super] = ACTIONS(2481), - [sym_true] = ACTIONS(2481), - [sym_false] = ACTIONS(2481), - [sym_null] = ACTIONS(2481), - [sym_undefined] = ACTIONS(2481), - [anon_sym_AT] = ACTIONS(2483), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_readonly] = ACTIONS(2481), - [anon_sym_get] = ACTIONS(2481), - [anon_sym_set] = ACTIONS(2481), - [anon_sym_declare] = ACTIONS(2481), - [anon_sym_public] = ACTIONS(2481), - [anon_sym_private] = ACTIONS(2481), - [anon_sym_protected] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_any] = ACTIONS(2481), - [anon_sym_number] = ACTIONS(2481), - [anon_sym_boolean] = ACTIONS(2481), - [anon_sym_string] = ACTIONS(2481), - [anon_sym_symbol] = ACTIONS(2481), - [anon_sym_abstract] = ACTIONS(2481), - [anon_sym_interface] = ACTIONS(2481), - [anon_sym_enum] = ACTIONS(2481), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_rest_pattern] = STATE(3817), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3002), + [sym_tuple_parameter] = STATE(3741), + [sym_optional_tuple_parameter] = STATE(3741), + [sym_optional_type] = STATE(3741), + [sym_rest_type] = STATE(3741), + [sym__tuple_type_member] = STATE(3741), + [sym_constructor_type] = STATE(3002), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3002), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3002), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3002), + [sym_identifier] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [785] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_rest_pattern] = STATE(3827), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2906), - [sym_tuple_parameter] = STATE(3735), - [sym_optional_tuple_parameter] = STATE(3735), - [sym_optional_type] = STATE(3735), - [sym_rest_type] = STATE(3735), - [sym__tuple_type_member] = STATE(3735), - [sym_constructor_type] = STATE(2906), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2906), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2906), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2906), - [sym_identifier] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_identifier] = ACTIONS(2505), + [anon_sym_export] = ACTIONS(2505), + [anon_sym_type] = ACTIONS(2505), + [anon_sym_namespace] = ACTIONS(2505), + [anon_sym_LBRACE] = ACTIONS(2507), + [anon_sym_typeof] = ACTIONS(2505), + [anon_sym_import] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_switch] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2507), + [anon_sym_await] = ACTIONS(2505), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_do] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [anon_sym_with] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_debugger] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_throw] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_yield] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2507), + [anon_sym_LTtemplate_GT] = ACTIONS(2507), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_function] = ACTIONS(2505), + [anon_sym_new] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2505), + [anon_sym_DASH] = ACTIONS(2505), + [anon_sym_SLASH] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2505), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_void] = ACTIONS(2505), + [anon_sym_delete] = ACTIONS(2505), + [anon_sym_PLUS_PLUS] = ACTIONS(2507), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_DQUOTE] = ACTIONS(2507), + [anon_sym_SQUOTE] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2507), + [sym_number] = ACTIONS(2507), + [sym_this] = ACTIONS(2505), + [sym_super] = ACTIONS(2505), + [sym_true] = ACTIONS(2505), + [sym_false] = ACTIONS(2505), + [sym_null] = ACTIONS(2505), + [sym_undefined] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_readonly] = ACTIONS(2505), + [anon_sym_get] = ACTIONS(2505), + [anon_sym_set] = ACTIONS(2505), + [anon_sym_declare] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_module] = ACTIONS(2505), + [anon_sym_any] = ACTIONS(2505), + [anon_sym_number] = ACTIONS(2505), + [anon_sym_boolean] = ACTIONS(2505), + [anon_sym_string] = ACTIONS(2505), + [anon_sym_symbol] = ACTIONS(2505), + [anon_sym_abstract] = ACTIONS(2505), + [anon_sym_interface] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), }, [786] = { - [sym_identifier] = ACTIONS(2485), - [anon_sym_export] = ACTIONS(2485), - [anon_sym_type] = ACTIONS(2485), - [anon_sym_namespace] = ACTIONS(2485), - [anon_sym_LBRACE] = ACTIONS(2487), - [anon_sym_typeof] = ACTIONS(2485), - [anon_sym_import] = ACTIONS(2485), - [anon_sym_var] = ACTIONS(2485), - [anon_sym_let] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_switch] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2487), - [anon_sym_await] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_try] = ACTIONS(2485), - [anon_sym_with] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_debugger] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_throw] = ACTIONS(2485), - [anon_sym_SEMI] = ACTIONS(2487), - [anon_sym_yield] = ACTIONS(2485), - [anon_sym_LBRACK] = ACTIONS(2487), - [anon_sym_LTtemplate_GT] = ACTIONS(2487), - [anon_sym_LT] = ACTIONS(2485), - [anon_sym_SLASH] = ACTIONS(2485), - [anon_sym_class] = ACTIONS(2485), - [anon_sym_async] = ACTIONS(2485), - [anon_sym_function] = ACTIONS(2485), - [anon_sym_new] = ACTIONS(2485), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_DASH] = ACTIONS(2485), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_void] = ACTIONS(2485), - [anon_sym_delete] = ACTIONS(2485), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_DQUOTE] = ACTIONS(2487), - [anon_sym_SQUOTE] = ACTIONS(2487), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2487), - [sym_number] = ACTIONS(2487), - [sym_this] = ACTIONS(2485), - [sym_super] = ACTIONS(2485), - [sym_true] = ACTIONS(2485), - [sym_false] = ACTIONS(2485), - [sym_null] = ACTIONS(2485), - [sym_undefined] = ACTIONS(2485), - [anon_sym_AT] = ACTIONS(2487), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_readonly] = ACTIONS(2485), - [anon_sym_get] = ACTIONS(2485), - [anon_sym_set] = ACTIONS(2485), - [anon_sym_declare] = ACTIONS(2485), - [anon_sym_public] = ACTIONS(2485), - [anon_sym_private] = ACTIONS(2485), - [anon_sym_protected] = ACTIONS(2485), - [anon_sym_override] = ACTIONS(2485), - [anon_sym_module] = ACTIONS(2485), - [anon_sym_any] = ACTIONS(2485), - [anon_sym_number] = ACTIONS(2485), - [anon_sym_boolean] = ACTIONS(2485), - [anon_sym_string] = ACTIONS(2485), - [anon_sym_symbol] = ACTIONS(2485), - [anon_sym_abstract] = ACTIONS(2485), - [anon_sym_interface] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), + [sym_identifier] = ACTIONS(2509), + [anon_sym_export] = ACTIONS(2509), + [anon_sym_type] = ACTIONS(2509), + [anon_sym_namespace] = ACTIONS(2509), + [anon_sym_LBRACE] = ACTIONS(2511), + [anon_sym_typeof] = ACTIONS(2509), + [anon_sym_import] = ACTIONS(2509), + [anon_sym_var] = ACTIONS(2509), + [anon_sym_let] = ACTIONS(2509), + [anon_sym_const] = ACTIONS(2509), + [anon_sym_BANG] = ACTIONS(2511), + [anon_sym_if] = ACTIONS(2509), + [anon_sym_switch] = ACTIONS(2509), + [anon_sym_for] = ACTIONS(2509), + [anon_sym_LPAREN] = ACTIONS(2511), + [anon_sym_await] = ACTIONS(2509), + [anon_sym_while] = ACTIONS(2509), + [anon_sym_do] = ACTIONS(2509), + [anon_sym_try] = ACTIONS(2509), + [anon_sym_with] = ACTIONS(2509), + [anon_sym_break] = ACTIONS(2509), + [anon_sym_continue] = ACTIONS(2509), + [anon_sym_debugger] = ACTIONS(2509), + [anon_sym_return] = ACTIONS(2509), + [anon_sym_throw] = ACTIONS(2509), + [anon_sym_SEMI] = ACTIONS(2511), + [anon_sym_yield] = ACTIONS(2509), + [anon_sym_LBRACK] = ACTIONS(2511), + [anon_sym_LTtemplate_GT] = ACTIONS(2511), + [anon_sym_class] = ACTIONS(2509), + [anon_sym_async] = ACTIONS(2509), + [anon_sym_function] = ACTIONS(2509), + [anon_sym_new] = ACTIONS(2509), + [anon_sym_PLUS] = ACTIONS(2509), + [anon_sym_DASH] = ACTIONS(2509), + [anon_sym_SLASH] = ACTIONS(2509), + [anon_sym_LT] = ACTIONS(2509), + [anon_sym_TILDE] = ACTIONS(2511), + [anon_sym_void] = ACTIONS(2509), + [anon_sym_delete] = ACTIONS(2509), + [anon_sym_PLUS_PLUS] = ACTIONS(2511), + [anon_sym_DASH_DASH] = ACTIONS(2509), + [anon_sym_DQUOTE] = ACTIONS(2511), + [anon_sym_SQUOTE] = ACTIONS(2511), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2511), + [sym_number] = ACTIONS(2511), + [sym_this] = ACTIONS(2509), + [sym_super] = ACTIONS(2509), + [sym_true] = ACTIONS(2509), + [sym_false] = ACTIONS(2509), + [sym_null] = ACTIONS(2509), + [sym_undefined] = ACTIONS(2509), + [anon_sym_AT] = ACTIONS(2511), + [anon_sym_static] = ACTIONS(2509), + [anon_sym_readonly] = ACTIONS(2509), + [anon_sym_get] = ACTIONS(2509), + [anon_sym_set] = ACTIONS(2509), + [anon_sym_declare] = ACTIONS(2509), + [anon_sym_public] = ACTIONS(2509), + [anon_sym_private] = ACTIONS(2509), + [anon_sym_protected] = ACTIONS(2509), + [anon_sym_override] = ACTIONS(2509), + [anon_sym_module] = ACTIONS(2509), + [anon_sym_any] = ACTIONS(2509), + [anon_sym_number] = ACTIONS(2509), + [anon_sym_boolean] = ACTIONS(2509), + [anon_sym_string] = ACTIONS(2509), + [anon_sym_symbol] = ACTIONS(2509), + [anon_sym_abstract] = ACTIONS(2509), + [anon_sym_interface] = ACTIONS(2509), + [anon_sym_enum] = ACTIONS(2509), }, [787] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_namespace] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_typeof] = ACTIONS(2481), - [anon_sym_import] = ACTIONS(2481), - [anon_sym_var] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_BANG] = ACTIONS(2483), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_switch] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_await] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_with] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_debugger] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_yield] = ACTIONS(2481), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_LTtemplate_GT] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_class] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2481), - [anon_sym_function] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_void] = ACTIONS(2481), - [anon_sym_delete] = ACTIONS(2481), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2483), - [sym_number] = ACTIONS(2483), - [sym_this] = ACTIONS(2481), - [sym_super] = ACTIONS(2481), - [sym_true] = ACTIONS(2481), - [sym_false] = ACTIONS(2481), - [sym_null] = ACTIONS(2481), - [sym_undefined] = ACTIONS(2481), - [anon_sym_AT] = ACTIONS(2483), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_readonly] = ACTIONS(2481), - [anon_sym_get] = ACTIONS(2481), - [anon_sym_set] = ACTIONS(2481), - [anon_sym_declare] = ACTIONS(2481), - [anon_sym_public] = ACTIONS(2481), - [anon_sym_private] = ACTIONS(2481), - [anon_sym_protected] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_any] = ACTIONS(2481), - [anon_sym_number] = ACTIONS(2481), - [anon_sym_boolean] = ACTIONS(2481), - [anon_sym_string] = ACTIONS(2481), - [anon_sym_symbol] = ACTIONS(2481), - [anon_sym_abstract] = ACTIONS(2481), - [anon_sym_interface] = ACTIONS(2481), - [anon_sym_enum] = ACTIONS(2481), + [sym_identifier] = ACTIONS(2505), + [anon_sym_export] = ACTIONS(2505), + [anon_sym_type] = ACTIONS(2505), + [anon_sym_namespace] = ACTIONS(2505), + [anon_sym_LBRACE] = ACTIONS(2507), + [anon_sym_typeof] = ACTIONS(2505), + [anon_sym_import] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_switch] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2507), + [anon_sym_await] = ACTIONS(2505), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_do] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [anon_sym_with] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_debugger] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_throw] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_yield] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2507), + [anon_sym_LTtemplate_GT] = ACTIONS(2507), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_function] = ACTIONS(2505), + [anon_sym_new] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2505), + [anon_sym_DASH] = ACTIONS(2505), + [anon_sym_SLASH] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2505), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_void] = ACTIONS(2505), + [anon_sym_delete] = ACTIONS(2505), + [anon_sym_PLUS_PLUS] = ACTIONS(2507), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_DQUOTE] = ACTIONS(2507), + [anon_sym_SQUOTE] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2507), + [sym_number] = ACTIONS(2507), + [sym_this] = ACTIONS(2505), + [sym_super] = ACTIONS(2505), + [sym_true] = ACTIONS(2505), + [sym_false] = ACTIONS(2505), + [sym_null] = ACTIONS(2505), + [sym_undefined] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_readonly] = ACTIONS(2505), + [anon_sym_get] = ACTIONS(2505), + [anon_sym_set] = ACTIONS(2505), + [anon_sym_declare] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_module] = ACTIONS(2505), + [anon_sym_any] = ACTIONS(2505), + [anon_sym_number] = ACTIONS(2505), + [anon_sym_boolean] = ACTIONS(2505), + [anon_sym_string] = ACTIONS(2505), + [anon_sym_symbol] = ACTIONS(2505), + [anon_sym_abstract] = ACTIONS(2505), + [anon_sym_interface] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), }, [788] = { - [sym_identifier] = ACTIONS(2489), - [anon_sym_export] = ACTIONS(2489), - [anon_sym_type] = ACTIONS(2489), - [anon_sym_namespace] = ACTIONS(2489), - [anon_sym_LBRACE] = ACTIONS(2491), - [anon_sym_typeof] = ACTIONS(2489), - [anon_sym_import] = ACTIONS(2489), - [anon_sym_var] = ACTIONS(2489), - [anon_sym_let] = ACTIONS(2489), - [anon_sym_const] = ACTIONS(2489), - [anon_sym_BANG] = ACTIONS(2491), - [anon_sym_if] = ACTIONS(2489), - [anon_sym_switch] = ACTIONS(2489), - [anon_sym_for] = ACTIONS(2489), - [anon_sym_LPAREN] = ACTIONS(2491), - [anon_sym_await] = ACTIONS(2489), - [anon_sym_while] = ACTIONS(2489), - [anon_sym_do] = ACTIONS(2489), - [anon_sym_try] = ACTIONS(2489), - [anon_sym_with] = ACTIONS(2489), - [anon_sym_break] = ACTIONS(2489), - [anon_sym_continue] = ACTIONS(2489), - [anon_sym_debugger] = ACTIONS(2489), - [anon_sym_return] = ACTIONS(2489), - [anon_sym_throw] = ACTIONS(2489), - [anon_sym_SEMI] = ACTIONS(2491), - [anon_sym_yield] = ACTIONS(2489), - [anon_sym_LBRACK] = ACTIONS(2491), - [anon_sym_LTtemplate_GT] = ACTIONS(2491), - [anon_sym_LT] = ACTIONS(2489), - [anon_sym_SLASH] = ACTIONS(2489), - [anon_sym_class] = ACTIONS(2489), - [anon_sym_async] = ACTIONS(2489), - [anon_sym_function] = ACTIONS(2489), - [anon_sym_new] = ACTIONS(2489), - [anon_sym_PLUS] = ACTIONS(2489), - [anon_sym_DASH] = ACTIONS(2489), - [anon_sym_TILDE] = ACTIONS(2491), - [anon_sym_void] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(2489), - [anon_sym_PLUS_PLUS] = ACTIONS(2491), - [anon_sym_DASH_DASH] = ACTIONS(2491), - [anon_sym_DQUOTE] = ACTIONS(2491), - [anon_sym_SQUOTE] = ACTIONS(2491), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2491), - [sym_number] = ACTIONS(2491), - [sym_this] = ACTIONS(2489), - [sym_super] = ACTIONS(2489), - [sym_true] = ACTIONS(2489), - [sym_false] = ACTIONS(2489), - [sym_null] = ACTIONS(2489), - [sym_undefined] = ACTIONS(2489), - [anon_sym_AT] = ACTIONS(2491), - [anon_sym_static] = ACTIONS(2489), - [anon_sym_readonly] = ACTIONS(2489), - [anon_sym_get] = ACTIONS(2489), - [anon_sym_set] = ACTIONS(2489), - [anon_sym_declare] = ACTIONS(2489), - [anon_sym_public] = ACTIONS(2489), - [anon_sym_private] = ACTIONS(2489), - [anon_sym_protected] = ACTIONS(2489), - [anon_sym_override] = ACTIONS(2489), - [anon_sym_module] = ACTIONS(2489), - [anon_sym_any] = ACTIONS(2489), - [anon_sym_number] = ACTIONS(2489), - [anon_sym_boolean] = ACTIONS(2489), - [anon_sym_string] = ACTIONS(2489), - [anon_sym_symbol] = ACTIONS(2489), - [anon_sym_abstract] = ACTIONS(2489), - [anon_sym_interface] = ACTIONS(2489), - [anon_sym_enum] = ACTIONS(2489), + [sym_identifier] = ACTIONS(2513), + [anon_sym_export] = ACTIONS(2513), + [anon_sym_type] = ACTIONS(2513), + [anon_sym_namespace] = ACTIONS(2513), + [anon_sym_LBRACE] = ACTIONS(2515), + [anon_sym_typeof] = ACTIONS(2513), + [anon_sym_import] = ACTIONS(2513), + [anon_sym_var] = ACTIONS(2513), + [anon_sym_let] = ACTIONS(2513), + [anon_sym_const] = ACTIONS(2513), + [anon_sym_BANG] = ACTIONS(2515), + [anon_sym_if] = ACTIONS(2513), + [anon_sym_switch] = ACTIONS(2513), + [anon_sym_for] = ACTIONS(2513), + [anon_sym_LPAREN] = ACTIONS(2515), + [anon_sym_await] = ACTIONS(2513), + [anon_sym_while] = ACTIONS(2513), + [anon_sym_do] = ACTIONS(2513), + [anon_sym_try] = ACTIONS(2513), + [anon_sym_with] = ACTIONS(2513), + [anon_sym_break] = ACTIONS(2513), + [anon_sym_continue] = ACTIONS(2513), + [anon_sym_debugger] = ACTIONS(2513), + [anon_sym_return] = ACTIONS(2513), + [anon_sym_throw] = ACTIONS(2513), + [anon_sym_SEMI] = ACTIONS(2515), + [anon_sym_yield] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2515), + [anon_sym_LTtemplate_GT] = ACTIONS(2515), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_async] = ACTIONS(2513), + [anon_sym_function] = ACTIONS(2513), + [anon_sym_new] = ACTIONS(2513), + [anon_sym_PLUS] = ACTIONS(2513), + [anon_sym_DASH] = ACTIONS(2513), + [anon_sym_SLASH] = ACTIONS(2513), + [anon_sym_LT] = ACTIONS(2513), + [anon_sym_TILDE] = ACTIONS(2515), + [anon_sym_void] = ACTIONS(2513), + [anon_sym_delete] = ACTIONS(2513), + [anon_sym_PLUS_PLUS] = ACTIONS(2515), + [anon_sym_DASH_DASH] = ACTIONS(2513), + [anon_sym_DQUOTE] = ACTIONS(2515), + [anon_sym_SQUOTE] = ACTIONS(2515), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2515), + [sym_number] = ACTIONS(2515), + [sym_this] = ACTIONS(2513), + [sym_super] = ACTIONS(2513), + [sym_true] = ACTIONS(2513), + [sym_false] = ACTIONS(2513), + [sym_null] = ACTIONS(2513), + [sym_undefined] = ACTIONS(2513), + [anon_sym_AT] = ACTIONS(2515), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_readonly] = ACTIONS(2513), + [anon_sym_get] = ACTIONS(2513), + [anon_sym_set] = ACTIONS(2513), + [anon_sym_declare] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_protected] = ACTIONS(2513), + [anon_sym_override] = ACTIONS(2513), + [anon_sym_module] = ACTIONS(2513), + [anon_sym_any] = ACTIONS(2513), + [anon_sym_number] = ACTIONS(2513), + [anon_sym_boolean] = ACTIONS(2513), + [anon_sym_string] = ACTIONS(2513), + [anon_sym_symbol] = ACTIONS(2513), + [anon_sym_abstract] = ACTIONS(2513), + [anon_sym_interface] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), }, [789] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_namespace] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_typeof] = ACTIONS(2481), - [anon_sym_import] = ACTIONS(2481), - [anon_sym_var] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_BANG] = ACTIONS(2483), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_switch] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_await] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_with] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_debugger] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_yield] = ACTIONS(2481), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_LTtemplate_GT] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_class] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2481), - [anon_sym_function] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_void] = ACTIONS(2481), - [anon_sym_delete] = ACTIONS(2481), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2483), - [sym_number] = ACTIONS(2483), - [sym_this] = ACTIONS(2481), - [sym_super] = ACTIONS(2481), - [sym_true] = ACTIONS(2481), - [sym_false] = ACTIONS(2481), - [sym_null] = ACTIONS(2481), - [sym_undefined] = ACTIONS(2481), - [anon_sym_AT] = ACTIONS(2483), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_readonly] = ACTIONS(2481), - [anon_sym_get] = ACTIONS(2481), - [anon_sym_set] = ACTIONS(2481), - [anon_sym_declare] = ACTIONS(2481), - [anon_sym_public] = ACTIONS(2481), - [anon_sym_private] = ACTIONS(2481), - [anon_sym_protected] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_any] = ACTIONS(2481), - [anon_sym_number] = ACTIONS(2481), - [anon_sym_boolean] = ACTIONS(2481), - [anon_sym_string] = ACTIONS(2481), - [anon_sym_symbol] = ACTIONS(2481), - [anon_sym_abstract] = ACTIONS(2481), - [anon_sym_interface] = ACTIONS(2481), - [anon_sym_enum] = ACTIONS(2481), + [sym_identifier] = ACTIONS(2505), + [anon_sym_export] = ACTIONS(2505), + [anon_sym_type] = ACTIONS(2505), + [anon_sym_namespace] = ACTIONS(2505), + [anon_sym_LBRACE] = ACTIONS(2507), + [anon_sym_typeof] = ACTIONS(2505), + [anon_sym_import] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_switch] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2507), + [anon_sym_await] = ACTIONS(2505), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_do] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [anon_sym_with] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_debugger] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_throw] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_yield] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2507), + [anon_sym_LTtemplate_GT] = ACTIONS(2507), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_function] = ACTIONS(2505), + [anon_sym_new] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2505), + [anon_sym_DASH] = ACTIONS(2505), + [anon_sym_SLASH] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2505), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_void] = ACTIONS(2505), + [anon_sym_delete] = ACTIONS(2505), + [anon_sym_PLUS_PLUS] = ACTIONS(2507), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_DQUOTE] = ACTIONS(2507), + [anon_sym_SQUOTE] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2507), + [sym_number] = ACTIONS(2507), + [sym_this] = ACTIONS(2505), + [sym_super] = ACTIONS(2505), + [sym_true] = ACTIONS(2505), + [sym_false] = ACTIONS(2505), + [sym_null] = ACTIONS(2505), + [sym_undefined] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_readonly] = ACTIONS(2505), + [anon_sym_get] = ACTIONS(2505), + [anon_sym_set] = ACTIONS(2505), + [anon_sym_declare] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_module] = ACTIONS(2505), + [anon_sym_any] = ACTIONS(2505), + [anon_sym_number] = ACTIONS(2505), + [anon_sym_boolean] = ACTIONS(2505), + [anon_sym_string] = ACTIONS(2505), + [anon_sym_symbol] = ACTIONS(2505), + [anon_sym_abstract] = ACTIONS(2505), + [anon_sym_interface] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), }, [790] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_namespace] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_typeof] = ACTIONS(2481), - [anon_sym_import] = ACTIONS(2481), - [anon_sym_var] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_BANG] = ACTIONS(2483), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_switch] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_await] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_with] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_debugger] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_yield] = ACTIONS(2481), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_LTtemplate_GT] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_class] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2481), - [anon_sym_function] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_void] = ACTIONS(2481), - [anon_sym_delete] = ACTIONS(2481), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2483), - [sym_number] = ACTIONS(2483), - [sym_this] = ACTIONS(2481), - [sym_super] = ACTIONS(2481), - [sym_true] = ACTIONS(2481), - [sym_false] = ACTIONS(2481), - [sym_null] = ACTIONS(2481), - [sym_undefined] = ACTIONS(2481), - [anon_sym_AT] = ACTIONS(2483), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_readonly] = ACTIONS(2481), - [anon_sym_get] = ACTIONS(2481), - [anon_sym_set] = ACTIONS(2481), - [anon_sym_declare] = ACTIONS(2481), - [anon_sym_public] = ACTIONS(2481), - [anon_sym_private] = ACTIONS(2481), - [anon_sym_protected] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_any] = ACTIONS(2481), - [anon_sym_number] = ACTIONS(2481), - [anon_sym_boolean] = ACTIONS(2481), - [anon_sym_string] = ACTIONS(2481), - [anon_sym_symbol] = ACTIONS(2481), - [anon_sym_abstract] = ACTIONS(2481), - [anon_sym_interface] = ACTIONS(2481), - [anon_sym_enum] = ACTIONS(2481), + [sym_identifier] = ACTIONS(2505), + [anon_sym_export] = ACTIONS(2505), + [anon_sym_type] = ACTIONS(2505), + [anon_sym_namespace] = ACTIONS(2505), + [anon_sym_LBRACE] = ACTIONS(2507), + [anon_sym_typeof] = ACTIONS(2505), + [anon_sym_import] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_switch] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2507), + [anon_sym_await] = ACTIONS(2505), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_do] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [anon_sym_with] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_debugger] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_throw] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_yield] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2507), + [anon_sym_LTtemplate_GT] = ACTIONS(2507), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_function] = ACTIONS(2505), + [anon_sym_new] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2505), + [anon_sym_DASH] = ACTIONS(2505), + [anon_sym_SLASH] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2505), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_void] = ACTIONS(2505), + [anon_sym_delete] = ACTIONS(2505), + [anon_sym_PLUS_PLUS] = ACTIONS(2507), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_DQUOTE] = ACTIONS(2507), + [anon_sym_SQUOTE] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2507), + [sym_number] = ACTIONS(2507), + [sym_this] = ACTIONS(2505), + [sym_super] = ACTIONS(2505), + [sym_true] = ACTIONS(2505), + [sym_false] = ACTIONS(2505), + [sym_null] = ACTIONS(2505), + [sym_undefined] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_readonly] = ACTIONS(2505), + [anon_sym_get] = ACTIONS(2505), + [anon_sym_set] = ACTIONS(2505), + [anon_sym_declare] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_module] = ACTIONS(2505), + [anon_sym_any] = ACTIONS(2505), + [anon_sym_number] = ACTIONS(2505), + [anon_sym_boolean] = ACTIONS(2505), + [anon_sym_string] = ACTIONS(2505), + [anon_sym_symbol] = ACTIONS(2505), + [anon_sym_abstract] = ACTIONS(2505), + [anon_sym_interface] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), }, [791] = { - [sym_identifier] = ACTIONS(2493), - [anon_sym_export] = ACTIONS(2493), - [anon_sym_type] = ACTIONS(2493), - [anon_sym_namespace] = ACTIONS(2493), - [anon_sym_LBRACE] = ACTIONS(2495), - [anon_sym_typeof] = ACTIONS(2493), - [anon_sym_import] = ACTIONS(2493), - [anon_sym_var] = ACTIONS(2493), - [anon_sym_let] = ACTIONS(2493), - [anon_sym_const] = ACTIONS(2493), - [anon_sym_BANG] = ACTIONS(2495), - [anon_sym_if] = ACTIONS(2493), - [anon_sym_switch] = ACTIONS(2493), - [anon_sym_for] = ACTIONS(2493), - [anon_sym_LPAREN] = ACTIONS(2495), - [anon_sym_await] = ACTIONS(2493), - [anon_sym_while] = ACTIONS(2493), - [anon_sym_do] = ACTIONS(2493), - [anon_sym_try] = ACTIONS(2493), - [anon_sym_with] = ACTIONS(2493), - [anon_sym_break] = ACTIONS(2493), - [anon_sym_continue] = ACTIONS(2493), - [anon_sym_debugger] = ACTIONS(2493), - [anon_sym_return] = ACTIONS(2493), - [anon_sym_throw] = ACTIONS(2493), - [anon_sym_SEMI] = ACTIONS(2495), - [anon_sym_yield] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2495), - [anon_sym_LTtemplate_GT] = ACTIONS(2495), - [anon_sym_LT] = ACTIONS(2493), - [anon_sym_SLASH] = ACTIONS(2493), - [anon_sym_class] = ACTIONS(2493), - [anon_sym_async] = ACTIONS(2493), - [anon_sym_function] = ACTIONS(2493), - [anon_sym_new] = ACTIONS(2493), - [anon_sym_PLUS] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2493), - [anon_sym_TILDE] = ACTIONS(2495), - [anon_sym_void] = ACTIONS(2493), - [anon_sym_delete] = ACTIONS(2493), - [anon_sym_PLUS_PLUS] = ACTIONS(2495), - [anon_sym_DASH_DASH] = ACTIONS(2495), - [anon_sym_DQUOTE] = ACTIONS(2495), - [anon_sym_SQUOTE] = ACTIONS(2495), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2495), - [sym_number] = ACTIONS(2495), - [sym_this] = ACTIONS(2493), - [sym_super] = ACTIONS(2493), - [sym_true] = ACTIONS(2493), - [sym_false] = ACTIONS(2493), - [sym_null] = ACTIONS(2493), - [sym_undefined] = ACTIONS(2493), - [anon_sym_AT] = ACTIONS(2495), - [anon_sym_static] = ACTIONS(2493), - [anon_sym_readonly] = ACTIONS(2493), - [anon_sym_get] = ACTIONS(2493), - [anon_sym_set] = ACTIONS(2493), - [anon_sym_declare] = ACTIONS(2493), - [anon_sym_public] = ACTIONS(2493), - [anon_sym_private] = ACTIONS(2493), - [anon_sym_protected] = ACTIONS(2493), - [anon_sym_override] = ACTIONS(2493), - [anon_sym_module] = ACTIONS(2493), - [anon_sym_any] = ACTIONS(2493), - [anon_sym_number] = ACTIONS(2493), - [anon_sym_boolean] = ACTIONS(2493), - [anon_sym_string] = ACTIONS(2493), - [anon_sym_symbol] = ACTIONS(2493), - [anon_sym_abstract] = ACTIONS(2493), - [anon_sym_interface] = ACTIONS(2493), - [anon_sym_enum] = ACTIONS(2493), + [sym_identifier] = ACTIONS(2517), + [anon_sym_export] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_namespace] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_typeof] = ACTIONS(2517), + [anon_sym_import] = ACTIONS(2517), + [anon_sym_var] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_switch] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_await] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_do] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [anon_sym_with] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_debugger] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LTtemplate_GT] = ACTIONS(2519), + [anon_sym_class] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_function] = ACTIONS(2517), + [anon_sym_new] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_void] = ACTIONS(2517), + [anon_sym_delete] = ACTIONS(2517), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2519), + [sym_number] = ACTIONS(2519), + [sym_this] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_true] = ACTIONS(2517), + [sym_false] = ACTIONS(2517), + [sym_null] = ACTIONS(2517), + [sym_undefined] = ACTIONS(2517), + [anon_sym_AT] = ACTIONS(2519), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_readonly] = ACTIONS(2517), + [anon_sym_get] = ACTIONS(2517), + [anon_sym_set] = ACTIONS(2517), + [anon_sym_declare] = ACTIONS(2517), + [anon_sym_public] = ACTIONS(2517), + [anon_sym_private] = ACTIONS(2517), + [anon_sym_protected] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_module] = ACTIONS(2517), + [anon_sym_any] = ACTIONS(2517), + [anon_sym_number] = ACTIONS(2517), + [anon_sym_boolean] = ACTIONS(2517), + [anon_sym_string] = ACTIONS(2517), + [anon_sym_symbol] = ACTIONS(2517), + [anon_sym_abstract] = ACTIONS(2517), + [anon_sym_interface] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), }, [792] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_namespace] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_typeof] = ACTIONS(2481), - [anon_sym_import] = ACTIONS(2481), - [anon_sym_var] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_BANG] = ACTIONS(2483), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_switch] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_await] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_with] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_debugger] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_yield] = ACTIONS(2481), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_LTtemplate_GT] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_class] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2481), - [anon_sym_function] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_void] = ACTIONS(2481), - [anon_sym_delete] = ACTIONS(2481), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2483), - [sym_number] = ACTIONS(2483), - [sym_this] = ACTIONS(2481), - [sym_super] = ACTIONS(2481), - [sym_true] = ACTIONS(2481), - [sym_false] = ACTIONS(2481), - [sym_null] = ACTIONS(2481), - [sym_undefined] = ACTIONS(2481), - [anon_sym_AT] = ACTIONS(2483), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_readonly] = ACTIONS(2481), - [anon_sym_get] = ACTIONS(2481), - [anon_sym_set] = ACTIONS(2481), - [anon_sym_declare] = ACTIONS(2481), - [anon_sym_public] = ACTIONS(2481), - [anon_sym_private] = ACTIONS(2481), - [anon_sym_protected] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_any] = ACTIONS(2481), - [anon_sym_number] = ACTIONS(2481), - [anon_sym_boolean] = ACTIONS(2481), - [anon_sym_string] = ACTIONS(2481), - [anon_sym_symbol] = ACTIONS(2481), - [anon_sym_abstract] = ACTIONS(2481), - [anon_sym_interface] = ACTIONS(2481), - [anon_sym_enum] = ACTIONS(2481), + [sym_identifier] = ACTIONS(2521), + [anon_sym_export] = ACTIONS(2521), + [anon_sym_type] = ACTIONS(2521), + [anon_sym_namespace] = ACTIONS(2521), + [anon_sym_LBRACE] = ACTIONS(2523), + [anon_sym_typeof] = ACTIONS(2521), + [anon_sym_import] = ACTIONS(2521), + [anon_sym_var] = ACTIONS(2521), + [anon_sym_let] = ACTIONS(2521), + [anon_sym_const] = ACTIONS(2521), + [anon_sym_BANG] = ACTIONS(2523), + [anon_sym_if] = ACTIONS(2521), + [anon_sym_switch] = ACTIONS(2521), + [anon_sym_for] = ACTIONS(2521), + [anon_sym_LPAREN] = ACTIONS(2523), + [anon_sym_await] = ACTIONS(2521), + [anon_sym_while] = ACTIONS(2521), + [anon_sym_do] = ACTIONS(2521), + [anon_sym_try] = ACTIONS(2521), + [anon_sym_with] = ACTIONS(2521), + [anon_sym_break] = ACTIONS(2521), + [anon_sym_continue] = ACTIONS(2521), + [anon_sym_debugger] = ACTIONS(2521), + [anon_sym_return] = ACTIONS(2521), + [anon_sym_throw] = ACTIONS(2521), + [anon_sym_SEMI] = ACTIONS(2523), + [anon_sym_yield] = ACTIONS(2521), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LTtemplate_GT] = ACTIONS(2523), + [anon_sym_class] = ACTIONS(2521), + [anon_sym_async] = ACTIONS(2521), + [anon_sym_function] = ACTIONS(2521), + [anon_sym_new] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_TILDE] = ACTIONS(2523), + [anon_sym_void] = ACTIONS(2521), + [anon_sym_delete] = ACTIONS(2521), + [anon_sym_PLUS_PLUS] = ACTIONS(2523), + [anon_sym_DASH_DASH] = ACTIONS(2521), + [anon_sym_DQUOTE] = ACTIONS(2523), + [anon_sym_SQUOTE] = ACTIONS(2523), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2523), + [sym_number] = ACTIONS(2523), + [sym_this] = ACTIONS(2521), + [sym_super] = ACTIONS(2521), + [sym_true] = ACTIONS(2521), + [sym_false] = ACTIONS(2521), + [sym_null] = ACTIONS(2521), + [sym_undefined] = ACTIONS(2521), + [anon_sym_AT] = ACTIONS(2523), + [anon_sym_static] = ACTIONS(2521), + [anon_sym_readonly] = ACTIONS(2521), + [anon_sym_get] = ACTIONS(2521), + [anon_sym_set] = ACTIONS(2521), + [anon_sym_declare] = ACTIONS(2521), + [anon_sym_public] = ACTIONS(2521), + [anon_sym_private] = ACTIONS(2521), + [anon_sym_protected] = ACTIONS(2521), + [anon_sym_override] = ACTIONS(2521), + [anon_sym_module] = ACTIONS(2521), + [anon_sym_any] = ACTIONS(2521), + [anon_sym_number] = ACTIONS(2521), + [anon_sym_boolean] = ACTIONS(2521), + [anon_sym_string] = ACTIONS(2521), + [anon_sym_symbol] = ACTIONS(2521), + [anon_sym_abstract] = ACTIONS(2521), + [anon_sym_interface] = ACTIONS(2521), + [anon_sym_enum] = ACTIONS(2521), }, [793] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_namespace] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_typeof] = ACTIONS(2481), - [anon_sym_import] = ACTIONS(2481), - [anon_sym_var] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_BANG] = ACTIONS(2483), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_switch] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_await] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_with] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_debugger] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_yield] = ACTIONS(2481), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_LTtemplate_GT] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_class] = ACTIONS(2481), - [anon_sym_async] = ACTIONS(2481), - [anon_sym_function] = ACTIONS(2481), - [anon_sym_new] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_void] = ACTIONS(2481), - [anon_sym_delete] = ACTIONS(2481), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2483), - [sym_number] = ACTIONS(2483), - [sym_this] = ACTIONS(2481), - [sym_super] = ACTIONS(2481), - [sym_true] = ACTIONS(2481), - [sym_false] = ACTIONS(2481), - [sym_null] = ACTIONS(2481), - [sym_undefined] = ACTIONS(2481), - [anon_sym_AT] = ACTIONS(2483), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_readonly] = ACTIONS(2481), - [anon_sym_get] = ACTIONS(2481), - [anon_sym_set] = ACTIONS(2481), - [anon_sym_declare] = ACTIONS(2481), - [anon_sym_public] = ACTIONS(2481), - [anon_sym_private] = ACTIONS(2481), - [anon_sym_protected] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_any] = ACTIONS(2481), - [anon_sym_number] = ACTIONS(2481), - [anon_sym_boolean] = ACTIONS(2481), - [anon_sym_string] = ACTIONS(2481), - [anon_sym_symbol] = ACTIONS(2481), - [anon_sym_abstract] = ACTIONS(2481), - [anon_sym_interface] = ACTIONS(2481), - [anon_sym_enum] = ACTIONS(2481), + [sym_identifier] = ACTIONS(2505), + [anon_sym_export] = ACTIONS(2505), + [anon_sym_type] = ACTIONS(2505), + [anon_sym_namespace] = ACTIONS(2505), + [anon_sym_LBRACE] = ACTIONS(2507), + [anon_sym_typeof] = ACTIONS(2505), + [anon_sym_import] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_switch] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2507), + [anon_sym_await] = ACTIONS(2505), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_do] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [anon_sym_with] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_debugger] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_throw] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_yield] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2507), + [anon_sym_LTtemplate_GT] = ACTIONS(2507), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_function] = ACTIONS(2505), + [anon_sym_new] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2505), + [anon_sym_DASH] = ACTIONS(2505), + [anon_sym_SLASH] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2505), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_void] = ACTIONS(2505), + [anon_sym_delete] = ACTIONS(2505), + [anon_sym_PLUS_PLUS] = ACTIONS(2507), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_DQUOTE] = ACTIONS(2507), + [anon_sym_SQUOTE] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2507), + [sym_number] = ACTIONS(2507), + [sym_this] = ACTIONS(2505), + [sym_super] = ACTIONS(2505), + [sym_true] = ACTIONS(2505), + [sym_false] = ACTIONS(2505), + [sym_null] = ACTIONS(2505), + [sym_undefined] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_readonly] = ACTIONS(2505), + [anon_sym_get] = ACTIONS(2505), + [anon_sym_set] = ACTIONS(2505), + [anon_sym_declare] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_module] = ACTIONS(2505), + [anon_sym_any] = ACTIONS(2505), + [anon_sym_number] = ACTIONS(2505), + [anon_sym_boolean] = ACTIONS(2505), + [anon_sym_string] = ACTIONS(2505), + [anon_sym_symbol] = ACTIONS(2505), + [anon_sym_abstract] = ACTIONS(2505), + [anon_sym_interface] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), }, [794] = { - [sym_identifier] = ACTIONS(2497), - [anon_sym_export] = ACTIONS(2497), - [anon_sym_type] = ACTIONS(2497), - [anon_sym_EQ] = ACTIONS(2497), - [anon_sym_namespace] = ACTIONS(2497), - [anon_sym_LBRACE] = ACTIONS(2499), - [anon_sym_COMMA] = ACTIONS(2499), - [anon_sym_RBRACE] = ACTIONS(2499), - [anon_sym_typeof] = ACTIONS(2497), - [anon_sym_import] = ACTIONS(2497), - [anon_sym_BANG] = ACTIONS(2499), - [anon_sym_LPAREN] = ACTIONS(2499), - [anon_sym_RPAREN] = ACTIONS(2499), - [anon_sym_await] = ACTIONS(2497), - [anon_sym_COLON] = ACTIONS(2499), - [anon_sym_yield] = ACTIONS(2497), - [anon_sym_LBRACK] = ACTIONS(2499), - [anon_sym_RBRACK] = ACTIONS(2499), - [anon_sym_LTtemplate_GT] = ACTIONS(2499), - [anon_sym_LT] = ACTIONS(2497), - [anon_sym_GT] = ACTIONS(2499), - [anon_sym_SLASH] = ACTIONS(2497), - [anon_sym_DOT] = ACTIONS(2497), - [anon_sym_class] = ACTIONS(2497), - [anon_sym_async] = ACTIONS(2497), - [anon_sym_function] = ACTIONS(2497), - [anon_sym_EQ_GT] = ACTIONS(2499), - [anon_sym_QMARK_DOT] = ACTIONS(2499), - [anon_sym_new] = ACTIONS(2497), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2499), - [anon_sym_AMP] = ACTIONS(2499), - [anon_sym_PIPE] = ACTIONS(2499), - [anon_sym_PLUS] = ACTIONS(2497), - [anon_sym_DASH] = ACTIONS(2497), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_void] = ACTIONS(2497), - [anon_sym_delete] = ACTIONS(2497), - [anon_sym_PLUS_PLUS] = ACTIONS(2499), - [anon_sym_DASH_DASH] = ACTIONS(2499), - [anon_sym_DQUOTE] = ACTIONS(2499), - [anon_sym_SQUOTE] = ACTIONS(2499), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2499), - [sym_number] = ACTIONS(2499), - [sym_this] = ACTIONS(2497), - [sym_super] = ACTIONS(2497), - [sym_true] = ACTIONS(2497), - [sym_false] = ACTIONS(2497), - [sym_null] = ACTIONS(2497), - [sym_undefined] = ACTIONS(2497), - [anon_sym_AT] = ACTIONS(2499), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_readonly] = ACTIONS(2497), - [anon_sym_get] = ACTIONS(2497), - [anon_sym_set] = ACTIONS(2497), - [anon_sym_QMARK] = ACTIONS(2497), - [anon_sym_declare] = ACTIONS(2497), - [anon_sym_public] = ACTIONS(2497), - [anon_sym_private] = ACTIONS(2497), - [anon_sym_protected] = ACTIONS(2497), - [anon_sym_override] = ACTIONS(2497), - [anon_sym_module] = ACTIONS(2497), - [anon_sym_any] = ACTIONS(2497), - [anon_sym_number] = ACTIONS(2497), - [anon_sym_boolean] = ACTIONS(2497), - [anon_sym_string] = ACTIONS(2497), - [anon_sym_symbol] = ACTIONS(2497), - [anon_sym_abstract] = ACTIONS(2497), - [anon_sym_extends] = ACTIONS(2497), + [sym_identifier] = ACTIONS(2505), + [anon_sym_export] = ACTIONS(2505), + [anon_sym_type] = ACTIONS(2505), + [anon_sym_namespace] = ACTIONS(2505), + [anon_sym_LBRACE] = ACTIONS(2507), + [anon_sym_typeof] = ACTIONS(2505), + [anon_sym_import] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_switch] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2507), + [anon_sym_await] = ACTIONS(2505), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_do] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [anon_sym_with] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_debugger] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_throw] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_yield] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2507), + [anon_sym_LTtemplate_GT] = ACTIONS(2507), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_function] = ACTIONS(2505), + [anon_sym_new] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2505), + [anon_sym_DASH] = ACTIONS(2505), + [anon_sym_SLASH] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2505), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_void] = ACTIONS(2505), + [anon_sym_delete] = ACTIONS(2505), + [anon_sym_PLUS_PLUS] = ACTIONS(2507), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_DQUOTE] = ACTIONS(2507), + [anon_sym_SQUOTE] = ACTIONS(2507), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2507), + [sym_number] = ACTIONS(2507), + [sym_this] = ACTIONS(2505), + [sym_super] = ACTIONS(2505), + [sym_true] = ACTIONS(2505), + [sym_false] = ACTIONS(2505), + [sym_null] = ACTIONS(2505), + [sym_undefined] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_readonly] = ACTIONS(2505), + [anon_sym_get] = ACTIONS(2505), + [anon_sym_set] = ACTIONS(2505), + [anon_sym_declare] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_module] = ACTIONS(2505), + [anon_sym_any] = ACTIONS(2505), + [anon_sym_number] = ACTIONS(2505), + [anon_sym_boolean] = ACTIONS(2505), + [anon_sym_string] = ACTIONS(2505), + [anon_sym_symbol] = ACTIONS(2505), + [anon_sym_abstract] = ACTIONS(2505), + [anon_sym_interface] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), }, [795] = { - [sym_identifier] = ACTIONS(2501), - [anon_sym_export] = ACTIONS(2501), - [anon_sym_type] = ACTIONS(2501), - [anon_sym_EQ] = ACTIONS(2501), - [anon_sym_namespace] = ACTIONS(2501), - [anon_sym_LBRACE] = ACTIONS(2503), - [anon_sym_COMMA] = ACTIONS(2503), - [anon_sym_RBRACE] = ACTIONS(2503), - [anon_sym_typeof] = ACTIONS(2501), - [anon_sym_import] = ACTIONS(2501), - [anon_sym_BANG] = ACTIONS(2503), - [anon_sym_LPAREN] = ACTIONS(2503), - [anon_sym_RPAREN] = ACTIONS(2503), - [anon_sym_await] = ACTIONS(2501), - [anon_sym_COLON] = ACTIONS(2503), - [anon_sym_yield] = ACTIONS(2501), - [anon_sym_LBRACK] = ACTIONS(2503), - [anon_sym_RBRACK] = ACTIONS(2503), - [anon_sym_LTtemplate_GT] = ACTIONS(2503), - [anon_sym_LT] = ACTIONS(2501), - [anon_sym_GT] = ACTIONS(2503), - [anon_sym_SLASH] = ACTIONS(2501), - [anon_sym_DOT] = ACTIONS(2501), - [anon_sym_class] = ACTIONS(2501), - [anon_sym_async] = ACTIONS(2501), - [anon_sym_function] = ACTIONS(2501), - [anon_sym_EQ_GT] = ACTIONS(2503), - [anon_sym_QMARK_DOT] = ACTIONS(2503), - [anon_sym_new] = ACTIONS(2501), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2503), - [anon_sym_AMP] = ACTIONS(2503), - [anon_sym_PIPE] = ACTIONS(2503), - [anon_sym_PLUS] = ACTIONS(2501), - [anon_sym_DASH] = ACTIONS(2501), - [anon_sym_TILDE] = ACTIONS(2503), - [anon_sym_void] = ACTIONS(2501), - [anon_sym_delete] = ACTIONS(2501), - [anon_sym_PLUS_PLUS] = ACTIONS(2503), - [anon_sym_DASH_DASH] = ACTIONS(2503), - [anon_sym_DQUOTE] = ACTIONS(2503), - [anon_sym_SQUOTE] = ACTIONS(2503), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2503), - [sym_number] = ACTIONS(2503), - [sym_this] = ACTIONS(2501), - [sym_super] = ACTIONS(2501), - [sym_true] = ACTIONS(2501), - [sym_false] = ACTIONS(2501), - [sym_null] = ACTIONS(2501), - [sym_undefined] = ACTIONS(2501), - [anon_sym_AT] = ACTIONS(2503), - [anon_sym_static] = ACTIONS(2501), - [anon_sym_readonly] = ACTIONS(2501), - [anon_sym_get] = ACTIONS(2501), - [anon_sym_set] = ACTIONS(2501), - [anon_sym_QMARK] = ACTIONS(2501), - [anon_sym_declare] = ACTIONS(2501), - [anon_sym_public] = ACTIONS(2501), - [anon_sym_private] = ACTIONS(2501), - [anon_sym_protected] = ACTIONS(2501), - [anon_sym_override] = ACTIONS(2501), - [anon_sym_module] = ACTIONS(2501), - [anon_sym_any] = ACTIONS(2501), - [anon_sym_number] = ACTIONS(2501), - [anon_sym_boolean] = ACTIONS(2501), - [anon_sym_string] = ACTIONS(2501), - [anon_sym_symbol] = ACTIONS(2501), - [anon_sym_abstract] = ACTIONS(2501), - [anon_sym_extends] = ACTIONS(2501), + [sym_identifier] = ACTIONS(2525), + [anon_sym_export] = ACTIONS(2525), + [anon_sym_type] = ACTIONS(2525), + [anon_sym_namespace] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_typeof] = ACTIONS(2525), + [anon_sym_import] = ACTIONS(2525), + [anon_sym_var] = ACTIONS(2525), + [anon_sym_let] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_switch] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_LPAREN] = ACTIONS(2527), + [anon_sym_await] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_do] = ACTIONS(2525), + [anon_sym_try] = ACTIONS(2525), + [anon_sym_with] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_debugger] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_throw] = ACTIONS(2525), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_yield] = ACTIONS(2525), + [anon_sym_LBRACK] = ACTIONS(2527), + [anon_sym_LTtemplate_GT] = ACTIONS(2527), + [anon_sym_class] = ACTIONS(2525), + [anon_sym_async] = ACTIONS(2525), + [anon_sym_function] = ACTIONS(2525), + [anon_sym_new] = ACTIONS(2525), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_SLASH] = ACTIONS(2525), + [anon_sym_LT] = ACTIONS(2525), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_void] = ACTIONS(2525), + [anon_sym_delete] = ACTIONS(2525), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_DASH_DASH] = ACTIONS(2525), + [anon_sym_DQUOTE] = ACTIONS(2527), + [anon_sym_SQUOTE] = ACTIONS(2527), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2527), + [sym_number] = ACTIONS(2527), + [sym_this] = ACTIONS(2525), + [sym_super] = ACTIONS(2525), + [sym_true] = ACTIONS(2525), + [sym_false] = ACTIONS(2525), + [sym_null] = ACTIONS(2525), + [sym_undefined] = ACTIONS(2525), + [anon_sym_AT] = ACTIONS(2527), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_readonly] = ACTIONS(2525), + [anon_sym_get] = ACTIONS(2525), + [anon_sym_set] = ACTIONS(2525), + [anon_sym_declare] = ACTIONS(2525), + [anon_sym_public] = ACTIONS(2525), + [anon_sym_private] = ACTIONS(2525), + [anon_sym_protected] = ACTIONS(2525), + [anon_sym_override] = ACTIONS(2525), + [anon_sym_module] = ACTIONS(2525), + [anon_sym_any] = ACTIONS(2525), + [anon_sym_number] = ACTIONS(2525), + [anon_sym_boolean] = ACTIONS(2525), + [anon_sym_string] = ACTIONS(2525), + [anon_sym_symbol] = ACTIONS(2525), + [anon_sym_abstract] = ACTIONS(2525), + [anon_sym_interface] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), }, [796] = { [sym_identifier] = ACTIONS(2505), [anon_sym_export] = ACTIONS(2505), [anon_sym_type] = ACTIONS(2505), - [anon_sym_EQ] = ACTIONS(2505), [anon_sym_namespace] = ACTIONS(2505), [anon_sym_LBRACE] = ACTIONS(2507), - [anon_sym_COMMA] = ACTIONS(2507), - [anon_sym_RBRACE] = ACTIONS(2507), [anon_sym_typeof] = ACTIONS(2505), [anon_sym_import] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_switch] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), [anon_sym_LPAREN] = ACTIONS(2507), - [anon_sym_RPAREN] = ACTIONS(2507), [anon_sym_await] = ACTIONS(2505), - [anon_sym_COLON] = ACTIONS(2507), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_do] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [anon_sym_with] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_debugger] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_throw] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2507), [anon_sym_yield] = ACTIONS(2505), [anon_sym_LBRACK] = ACTIONS(2507), - [anon_sym_RBRACK] = ACTIONS(2507), [anon_sym_LTtemplate_GT] = ACTIONS(2507), - [anon_sym_LT] = ACTIONS(2505), - [anon_sym_GT] = ACTIONS(2507), - [anon_sym_SLASH] = ACTIONS(2505), - [anon_sym_DOT] = ACTIONS(2505), [anon_sym_class] = ACTIONS(2505), [anon_sym_async] = ACTIONS(2505), [anon_sym_function] = ACTIONS(2505), - [anon_sym_EQ_GT] = ACTIONS(2507), - [anon_sym_QMARK_DOT] = ACTIONS(2507), [anon_sym_new] = ACTIONS(2505), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2507), - [anon_sym_PIPE] = ACTIONS(2507), [anon_sym_PLUS] = ACTIONS(2505), [anon_sym_DASH] = ACTIONS(2505), + [anon_sym_SLASH] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2505), [anon_sym_TILDE] = ACTIONS(2507), [anon_sym_void] = ACTIONS(2505), [anon_sym_delete] = ACTIONS(2505), [anon_sym_PLUS_PLUS] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2507), + [anon_sym_DASH_DASH] = ACTIONS(2505), [anon_sym_DQUOTE] = ACTIONS(2507), [anon_sym_SQUOTE] = ACTIONS(2507), [sym_comment] = ACTIONS(3), @@ -94549,7 +95738,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_readonly] = ACTIONS(2505), [anon_sym_get] = ACTIONS(2505), [anon_sym_set] = ACTIONS(2505), - [anon_sym_QMARK] = ACTIONS(2505), [anon_sym_declare] = ACTIONS(2505), [anon_sym_public] = ACTIONS(2505), [anon_sym_private] = ACTIONS(2505), @@ -94562,1860 +95750,1007 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_string] = ACTIONS(2505), [anon_sym_symbol] = ACTIONS(2505), [anon_sym_abstract] = ACTIONS(2505), - [anon_sym_extends] = ACTIONS(2505), + [anon_sym_interface] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), }, [797] = { - [sym_nested_identifier] = STATE(125), - [sym_string] = STATE(124), - [sym__module] = STATE(143), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(2511), - [anon_sym_SQUOTE] = ACTIONS(2513), + [sym_identifier] = ACTIONS(2505), + [anon_sym_export] = ACTIONS(2505), + [anon_sym_type] = ACTIONS(2505), + [anon_sym_namespace] = ACTIONS(2505), + [anon_sym_LBRACE] = ACTIONS(2507), + [anon_sym_typeof] = ACTIONS(2505), + [anon_sym_import] = ACTIONS(2505), + [anon_sym_var] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_switch] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), + [anon_sym_LPAREN] = ACTIONS(2507), + [anon_sym_await] = ACTIONS(2505), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_do] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [anon_sym_with] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_debugger] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_throw] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_yield] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2507), + [anon_sym_LTtemplate_GT] = ACTIONS(2507), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_function] = ACTIONS(2505), + [anon_sym_new] = ACTIONS(2505), + [anon_sym_PLUS] = ACTIONS(2505), + [anon_sym_DASH] = ACTIONS(2505), + [anon_sym_SLASH] = ACTIONS(2505), + [anon_sym_LT] = ACTIONS(2505), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_void] = ACTIONS(2505), + [anon_sym_delete] = ACTIONS(2505), + [anon_sym_PLUS_PLUS] = ACTIONS(2507), + [anon_sym_DASH_DASH] = ACTIONS(2505), + [anon_sym_DQUOTE] = ACTIONS(2507), + [anon_sym_SQUOTE] = ACTIONS(2507), [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [anon_sym_BQUOTE] = ACTIONS(2507), + [sym_number] = ACTIONS(2507), + [sym_this] = ACTIONS(2505), + [sym_super] = ACTIONS(2505), + [sym_true] = ACTIONS(2505), + [sym_false] = ACTIONS(2505), + [sym_null] = ACTIONS(2505), + [sym_undefined] = ACTIONS(2505), + [anon_sym_AT] = ACTIONS(2507), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_readonly] = ACTIONS(2505), + [anon_sym_get] = ACTIONS(2505), + [anon_sym_set] = ACTIONS(2505), + [anon_sym_declare] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [anon_sym_override] = ACTIONS(2505), + [anon_sym_module] = ACTIONS(2505), + [anon_sym_any] = ACTIONS(2505), + [anon_sym_number] = ACTIONS(2505), + [anon_sym_boolean] = ACTIONS(2505), + [anon_sym_string] = ACTIONS(2505), + [anon_sym_symbol] = ACTIONS(2505), + [anon_sym_abstract] = ACTIONS(2505), + [anon_sym_interface] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), }, [798] = { - [sym_nested_identifier] = STATE(125), - [sym_string] = STATE(124), - [sym__module] = STATE(143), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(2511), - [anon_sym_SQUOTE] = ACTIONS(2513), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym_asserts] = STATE(3033), + [sym__type] = STATE(2695), + [sym_constructor_type] = STATE(2695), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2695), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_predicate] = STATE(3031), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2587), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2695), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2695), + [sym_identifier] = ACTIONS(2529), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(2533), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_asserts] = ACTIONS(2535), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [799] = { - [sym_nested_identifier] = STATE(596), - [sym_string] = STATE(610), - [sym__module] = STATE(646), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(2515), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1743), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym_asserts] = STATE(1756), + [sym__type] = STATE(1755), + [sym_constructor_type] = STATE(1755), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1755), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_predicate] = STATE(1756), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1613), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1755), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1755), + [sym_identifier] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2565), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_asserts] = ACTIONS(2575), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [800] = { - [sym_nested_identifier] = STATE(125), - [sym_string] = STATE(124), - [sym__module] = STATE(143), - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(2511), - [anon_sym_SQUOTE] = ACTIONS(2513), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym_asserts] = STATE(1378), + [sym__type] = STATE(1370), + [sym_constructor_type] = STATE(1370), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1370), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_predicate] = STATE(1378), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1234), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1370), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1370), + [sym_identifier] = ACTIONS(2585), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2613), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_asserts] = ACTIONS(2623), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [801] = { - [sym_nested_identifier] = STATE(596), - [sym_string] = STATE(610), - [sym__module] = STATE(646), - [aux_sym_object_repeat1] = STATE(3550), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(2515), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1745), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym_asserts] = STATE(2404), + [sym__type] = STATE(2523), + [sym_constructor_type] = STATE(2523), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2523), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_predicate] = STATE(2404), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2446), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2523), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2523), + [sym_identifier] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(2635), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_asserts] = ACTIONS(2637), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [802] = { - [sym_nested_identifier] = STATE(596), - [sym_string] = STATE(610), - [sym__module] = STATE(646), - [aux_sym_object_repeat1] = STATE(3505), - [aux_sym_object_pattern_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(2515), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1859), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_in] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(1722), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(1234), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(1731), - [anon_sym_satisfies] = ACTIONS(116), - [sym__automatic_semicolon] = ACTIONS(150), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym_asserts] = STATE(2739), + [sym__type] = STATE(2740), + [sym_constructor_type] = STATE(2740), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2740), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_predicate] = STATE(2739), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2694), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2740), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2740), + [sym_identifier] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2671), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_asserts] = ACTIONS(2681), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [803] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2636), - [sym_constructor_type] = STATE(2636), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2636), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_predicate] = STATE(3018), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2502), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2636), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2636), - [sym_identifier] = ACTIONS(2517), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(2521), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_asserts] = ACTIONS(2523), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym_asserts] = STATE(2404), + [sym__type] = STATE(3067), + [sym_constructor_type] = STATE(3067), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3067), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_predicate] = STATE(2404), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2875), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3067), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3067), + [sym_identifier] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(2703), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_asserts] = ACTIONS(2711), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [804] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2699), - [sym_constructor_type] = STATE(2699), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2699), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_predicate] = STATE(3706), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2357), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2699), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2699), - [sym_identifier] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(2527), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_asserts] = ACTIONS(2529), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym_asserts] = STATE(1270), + [sym__type] = STATE(1282), + [sym_constructor_type] = STATE(1282), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1282), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_predicate] = STATE(1270), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1234), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1282), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1282), + [sym_identifier] = ACTIONS(2585), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2613), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_asserts] = ACTIONS(2623), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [805] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2738), - [sym_constructor_type] = STATE(2738), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2738), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_predicate] = STATE(3280), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2621), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2738), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2738), - [sym_identifier] = ACTIONS(2531), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2561), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_asserts] = ACTIONS(2571), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym_asserts] = STATE(2672), + [sym__type] = STATE(2670), + [sym_constructor_type] = STATE(2670), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2670), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_predicate] = STATE(2672), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2587), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2670), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2670), + [sym_identifier] = ACTIONS(2529), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(2533), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_asserts] = ACTIONS(2535), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [806] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2456), - [sym_constructor_type] = STATE(2456), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2456), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_predicate] = STATE(2383), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2357), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2456), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2456), - [sym_identifier] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(2527), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym_asserts] = STATE(3199), + [sym__type] = STATE(2823), + [sym_constructor_type] = STATE(2823), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2823), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_predicate] = STATE(3133), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2694), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2823), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2823), + [sym_identifier] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2671), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_asserts] = ACTIONS(2681), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [807] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2579), - [anon_sym_export] = ACTIONS(2581), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2579), - [anon_sym_namespace] = ACTIONS(2579), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2597), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2605), - [anon_sym_readonly] = ACTIONS(2607), - [anon_sym_get] = ACTIONS(2609), - [anon_sym_set] = ACTIONS(2609), - [anon_sym_declare] = ACTIONS(2579), - [anon_sym_public] = ACTIONS(2611), - [anon_sym_private] = ACTIONS(2611), - [anon_sym_protected] = ACTIONS(2611), - [anon_sym_override] = ACTIONS(2613), - [anon_sym_module] = ACTIONS(2579), - [anon_sym_any] = ACTIONS(2579), - [anon_sym_number] = ACTIONS(2579), - [anon_sym_boolean] = ACTIONS(2579), - [anon_sym_string] = ACTIONS(2579), - [anon_sym_symbol] = ACTIONS(2579), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym_asserts] = STATE(2641), + [sym__type] = STATE(2642), + [sym_constructor_type] = STATE(2642), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2642), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_predicate] = STATE(2641), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2587), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2642), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2642), + [sym_identifier] = ACTIONS(2529), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(2533), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_asserts] = ACTIONS(2535), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [808] = { - [sym_nested_identifier] = STATE(1254), - [sym_string] = STATE(1255), - [sym__module] = STATE(1475), - [sym_identifier] = ACTIONS(2619), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_RPAREN] = ACTIONS(1239), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(1239), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(1977), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_identifier] = ACTIONS(2719), + [anon_sym_export] = ACTIONS(2719), + [anon_sym_type] = ACTIONS(2719), + [anon_sym_EQ] = ACTIONS(2719), + [anon_sym_namespace] = ACTIONS(2719), + [anon_sym_LBRACE] = ACTIONS(2721), + [anon_sym_COMMA] = ACTIONS(2721), + [anon_sym_RBRACE] = ACTIONS(2721), + [anon_sym_typeof] = ACTIONS(2719), + [anon_sym_import] = ACTIONS(2719), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_LPAREN] = ACTIONS(2721), + [anon_sym_RPAREN] = ACTIONS(2721), + [anon_sym_await] = ACTIONS(2719), + [anon_sym_COLON] = ACTIONS(2721), + [anon_sym_yield] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2721), + [anon_sym_RBRACK] = ACTIONS(2721), + [anon_sym_LTtemplate_GT] = ACTIONS(2721), + [anon_sym_GT] = ACTIONS(2721), + [anon_sym_DOT] = ACTIONS(2719), + [anon_sym_class] = ACTIONS(2719), + [anon_sym_async] = ACTIONS(2719), + [anon_sym_function] = ACTIONS(2719), + [anon_sym_EQ_GT] = ACTIONS(2721), + [anon_sym_QMARK_DOT] = ACTIONS(2721), + [anon_sym_new] = ACTIONS(2719), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2721), + [anon_sym_AMP] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2719), + [anon_sym_DASH] = ACTIONS(2719), + [anon_sym_SLASH] = ACTIONS(2719), + [anon_sym_LT] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2721), + [anon_sym_void] = ACTIONS(2719), + [anon_sym_delete] = ACTIONS(2719), + [anon_sym_PLUS_PLUS] = ACTIONS(2721), + [anon_sym_DASH_DASH] = ACTIONS(2719), + [anon_sym_DQUOTE] = ACTIONS(2721), + [anon_sym_SQUOTE] = ACTIONS(2721), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2721), + [sym_number] = ACTIONS(2721), + [sym_this] = ACTIONS(2719), + [sym_super] = ACTIONS(2719), + [sym_true] = ACTIONS(2719), + [sym_false] = ACTIONS(2719), + [sym_null] = ACTIONS(2719), + [sym_undefined] = ACTIONS(2719), + [anon_sym_AT] = ACTIONS(2721), + [anon_sym_static] = ACTIONS(2719), + [anon_sym_readonly] = ACTIONS(2719), + [anon_sym_get] = ACTIONS(2719), + [anon_sym_set] = ACTIONS(2719), + [anon_sym_QMARK] = ACTIONS(2719), + [anon_sym_declare] = ACTIONS(2719), + [anon_sym_public] = ACTIONS(2719), + [anon_sym_private] = ACTIONS(2719), + [anon_sym_protected] = ACTIONS(2719), + [anon_sym_override] = ACTIONS(2719), + [anon_sym_module] = ACTIONS(2719), + [anon_sym_any] = ACTIONS(2719), + [anon_sym_number] = ACTIONS(2719), + [anon_sym_boolean] = ACTIONS(2719), + [anon_sym_string] = ACTIONS(2719), + [anon_sym_symbol] = ACTIONS(2719), + [anon_sym_abstract] = ACTIONS(2719), + [anon_sym_extends] = ACTIONS(2719), }, [809] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym_asserts] = STATE(2420), + [sym__type] = STATE(3087), + [sym_constructor_type] = STATE(3087), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3087), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_predicate] = STATE(2420), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2875), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3087), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3087), + [sym_identifier] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(2703), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_asserts] = ACTIONS(2711), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [810] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2623), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym_asserts] = STATE(3925), + [sym__type] = STATE(2717), + [sym_constructor_type] = STATE(2717), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2717), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_predicate] = STATE(3928), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2446), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2717), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2717), + [sym_identifier] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(2635), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_asserts] = ACTIONS(2637), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [811] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_type_parameter] = STATE(3472), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [sym_identifier] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - }, - [812] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3395), - [sym_constructor_type] = STATE(3395), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3395), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3395), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3395), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2627), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - }, - [813] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2692), - [sym_constructor_type] = STATE(2692), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2692), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_predicate] = STATE(2693), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2621), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2692), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2692), - [sym_identifier] = ACTIONS(2531), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2561), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), - }, - [814] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2629), - [anon_sym_export] = ACTIONS(2631), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2629), - [anon_sym_namespace] = ACTIONS(2629), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2633), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2635), - [anon_sym_readonly] = ACTIONS(2637), - [anon_sym_get] = ACTIONS(2639), - [anon_sym_set] = ACTIONS(2639), - [anon_sym_declare] = ACTIONS(2629), - [anon_sym_public] = ACTIONS(2641), - [anon_sym_private] = ACTIONS(2641), - [anon_sym_protected] = ACTIONS(2641), - [anon_sym_override] = ACTIONS(2643), - [anon_sym_module] = ACTIONS(2629), - [anon_sym_any] = ACTIONS(2629), - [anon_sym_number] = ACTIONS(2629), - [anon_sym_boolean] = ACTIONS(2629), - [anon_sym_string] = ACTIONS(2629), - [anon_sym_symbol] = ACTIONS(2629), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), - }, - [815] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2579), - [anon_sym_export] = ACTIONS(2581), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2579), - [anon_sym_namespace] = ACTIONS(2579), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2645), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2597), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2605), - [anon_sym_readonly] = ACTIONS(2607), - [anon_sym_get] = ACTIONS(2609), - [anon_sym_set] = ACTIONS(2609), - [anon_sym_declare] = ACTIONS(2579), - [anon_sym_public] = ACTIONS(2611), - [anon_sym_private] = ACTIONS(2611), - [anon_sym_protected] = ACTIONS(2611), - [anon_sym_override] = ACTIONS(2613), - [anon_sym_module] = ACTIONS(2579), - [anon_sym_any] = ACTIONS(2579), - [anon_sym_number] = ACTIONS(2579), - [anon_sym_boolean] = ACTIONS(2579), - [anon_sym_string] = ACTIONS(2579), - [anon_sym_symbol] = ACTIONS(2579), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), - }, - [816] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2629), - [anon_sym_export] = ACTIONS(2631), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2629), - [anon_sym_namespace] = ACTIONS(2629), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2647), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2633), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2635), - [anon_sym_readonly] = ACTIONS(2637), - [anon_sym_get] = ACTIONS(2639), - [anon_sym_set] = ACTIONS(2639), - [anon_sym_declare] = ACTIONS(2629), - [anon_sym_public] = ACTIONS(2641), - [anon_sym_private] = ACTIONS(2641), - [anon_sym_protected] = ACTIONS(2641), - [anon_sym_override] = ACTIONS(2643), - [anon_sym_module] = ACTIONS(2629), - [anon_sym_any] = ACTIONS(2629), - [anon_sym_number] = ACTIONS(2629), - [anon_sym_boolean] = ACTIONS(2629), - [anon_sym_string] = ACTIONS(2629), - [anon_sym_symbol] = ACTIONS(2629), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), - }, - [817] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2649), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - }, - [818] = { - [sym_export_statement] = STATE(2912), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2912), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2912), - [sym_property_signature] = STATE(2912), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2912), - [sym_index_signature] = STATE(2912), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2579), - [anon_sym_export] = ACTIONS(2581), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2579), - [anon_sym_namespace] = ACTIONS(2579), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2651), - [anon_sym_RBRACE] = ACTIONS(2653), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2655), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2597), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2605), - [anon_sym_readonly] = ACTIONS(2607), - [anon_sym_get] = ACTIONS(2609), - [anon_sym_set] = ACTIONS(2609), - [anon_sym_declare] = ACTIONS(2579), - [anon_sym_public] = ACTIONS(2611), - [anon_sym_private] = ACTIONS(2611), - [anon_sym_protected] = ACTIONS(2611), - [anon_sym_override] = ACTIONS(2613), - [anon_sym_module] = ACTIONS(2579), - [anon_sym_any] = ACTIONS(2579), - [anon_sym_number] = ACTIONS(2579), - [anon_sym_boolean] = ACTIONS(2579), - [anon_sym_string] = ACTIONS(2579), - [anon_sym_symbol] = ACTIONS(2579), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2657), - }, - [819] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3410), - [sym_constructor_type] = STATE(3410), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3410), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3410), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3410), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2659), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - }, - [820] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2661), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), - }, - [821] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2579), - [anon_sym_export] = ACTIONS(2581), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2579), - [anon_sym_namespace] = ACTIONS(2579), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2663), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2597), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2605), - [anon_sym_readonly] = ACTIONS(2607), - [anon_sym_get] = ACTIONS(2609), - [anon_sym_set] = ACTIONS(2609), - [anon_sym_declare] = ACTIONS(2579), - [anon_sym_public] = ACTIONS(2611), - [anon_sym_private] = ACTIONS(2611), - [anon_sym_protected] = ACTIONS(2611), - [anon_sym_override] = ACTIONS(2613), - [anon_sym_module] = ACTIONS(2579), - [anon_sym_any] = ACTIONS(2579), - [anon_sym_number] = ACTIONS(2579), - [anon_sym_boolean] = ACTIONS(2579), - [anon_sym_string] = ACTIONS(2579), - [anon_sym_symbol] = ACTIONS(2579), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), - }, - [822] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1329), - [sym_constructor_type] = STATE(1329), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1329), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_predicate] = STATE(1330), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1228), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1329), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1329), - [sym_identifier] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2691), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), - }, - [823] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2707), - [anon_sym_export] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2707), - [anon_sym_namespace] = ACTIONS(2707), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2645), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2711), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_readonly] = ACTIONS(2715), - [anon_sym_get] = ACTIONS(2717), - [anon_sym_set] = ACTIONS(2717), - [anon_sym_declare] = ACTIONS(2707), - [anon_sym_public] = ACTIONS(2719), - [anon_sym_private] = ACTIONS(2719), - [anon_sym_protected] = ACTIONS(2719), - [anon_sym_override] = ACTIONS(2721), - [anon_sym_module] = ACTIONS(2707), - [anon_sym_any] = ACTIONS(2707), - [anon_sym_number] = ACTIONS(2707), - [anon_sym_boolean] = ACTIONS(2707), - [anon_sym_string] = ACTIONS(2707), - [anon_sym_symbol] = ACTIONS(2707), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), - }, - [824] = { [sym_identifier] = ACTIONS(2723), [anon_sym_export] = ACTIONS(2723), [anon_sym_type] = ACTIONS(2723), @@ -96435,23 +96770,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(2725), [anon_sym_RBRACK] = ACTIONS(2725), [anon_sym_LTtemplate_GT] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2723), [anon_sym_GT] = ACTIONS(2725), - [anon_sym_SLASH] = ACTIONS(2723), + [anon_sym_DOT] = ACTIONS(2723), [anon_sym_class] = ACTIONS(2723), [anon_sym_async] = ACTIONS(2723), [anon_sym_function] = ACTIONS(2723), [anon_sym_EQ_GT] = ACTIONS(2725), + [anon_sym_QMARK_DOT] = ACTIONS(2725), [anon_sym_new] = ACTIONS(2723), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2725), [anon_sym_AMP] = ACTIONS(2725), [anon_sym_PIPE] = ACTIONS(2725), [anon_sym_PLUS] = ACTIONS(2723), [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_SLASH] = ACTIONS(2723), + [anon_sym_LT] = ACTIONS(2723), [anon_sym_TILDE] = ACTIONS(2725), [anon_sym_void] = ACTIONS(2723), [anon_sym_delete] = ACTIONS(2723), [anon_sym_PLUS_PLUS] = ACTIONS(2725), - [anon_sym_DASH_DASH] = ACTIONS(2725), + [anon_sym_DASH_DASH] = ACTIONS(2723), [anon_sym_DQUOTE] = ACTIONS(2725), [anon_sym_SQUOTE] = ACTIONS(2725), [sym_comment] = ACTIONS(3), @@ -96468,7 +96806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_readonly] = ACTIONS(2723), [anon_sym_get] = ACTIONS(2723), [anon_sym_set] = ACTIONS(2723), - [anon_sym_QMARK] = ACTIONS(2725), + [anon_sym_QMARK] = ACTIONS(2723), [anon_sym_declare] = ACTIONS(2723), [anon_sym_public] = ACTIONS(2723), [anon_sym_private] = ACTIONS(2723), @@ -96480,10786 +96818,12524 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_boolean] = ACTIONS(2723), [anon_sym_string] = ACTIONS(2723), [anon_sym_symbol] = ACTIONS(2723), + [anon_sym_abstract] = ACTIONS(2723), [anon_sym_extends] = ACTIONS(2723), - [anon_sym_implements] = ACTIONS(2723), + }, + [812] = { + [sym_identifier] = ACTIONS(2727), + [anon_sym_export] = ACTIONS(2727), + [anon_sym_type] = ACTIONS(2727), + [anon_sym_EQ] = ACTIONS(2727), + [anon_sym_namespace] = ACTIONS(2727), + [anon_sym_LBRACE] = ACTIONS(2729), + [anon_sym_COMMA] = ACTIONS(2729), + [anon_sym_RBRACE] = ACTIONS(2729), + [anon_sym_typeof] = ACTIONS(2727), + [anon_sym_import] = ACTIONS(2727), + [anon_sym_BANG] = ACTIONS(2729), + [anon_sym_LPAREN] = ACTIONS(2729), + [anon_sym_RPAREN] = ACTIONS(2729), + [anon_sym_await] = ACTIONS(2727), + [anon_sym_COLON] = ACTIONS(2729), + [anon_sym_yield] = ACTIONS(2727), + [anon_sym_LBRACK] = ACTIONS(2729), + [anon_sym_RBRACK] = ACTIONS(2729), + [anon_sym_LTtemplate_GT] = ACTIONS(2729), + [anon_sym_GT] = ACTIONS(2729), + [anon_sym_DOT] = ACTIONS(2727), + [anon_sym_class] = ACTIONS(2727), + [anon_sym_async] = ACTIONS(2727), + [anon_sym_function] = ACTIONS(2727), + [anon_sym_EQ_GT] = ACTIONS(2729), + [anon_sym_QMARK_DOT] = ACTIONS(2729), + [anon_sym_new] = ACTIONS(2727), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2729), + [anon_sym_PIPE] = ACTIONS(2729), + [anon_sym_PLUS] = ACTIONS(2727), + [anon_sym_DASH] = ACTIONS(2727), + [anon_sym_SLASH] = ACTIONS(2727), + [anon_sym_LT] = ACTIONS(2727), + [anon_sym_TILDE] = ACTIONS(2729), + [anon_sym_void] = ACTIONS(2727), + [anon_sym_delete] = ACTIONS(2727), + [anon_sym_PLUS_PLUS] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2727), + [anon_sym_DQUOTE] = ACTIONS(2729), + [anon_sym_SQUOTE] = ACTIONS(2729), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2729), + [sym_number] = ACTIONS(2729), + [sym_this] = ACTIONS(2727), + [sym_super] = ACTIONS(2727), + [sym_true] = ACTIONS(2727), + [sym_false] = ACTIONS(2727), + [sym_null] = ACTIONS(2727), + [sym_undefined] = ACTIONS(2727), + [anon_sym_AT] = ACTIONS(2729), + [anon_sym_static] = ACTIONS(2727), + [anon_sym_readonly] = ACTIONS(2727), + [anon_sym_get] = ACTIONS(2727), + [anon_sym_set] = ACTIONS(2727), + [anon_sym_QMARK] = ACTIONS(2727), + [anon_sym_declare] = ACTIONS(2727), + [anon_sym_public] = ACTIONS(2727), + [anon_sym_private] = ACTIONS(2727), + [anon_sym_protected] = ACTIONS(2727), + [anon_sym_override] = ACTIONS(2727), + [anon_sym_module] = ACTIONS(2727), + [anon_sym_any] = ACTIONS(2727), + [anon_sym_number] = ACTIONS(2727), + [anon_sym_boolean] = ACTIONS(2727), + [anon_sym_string] = ACTIONS(2727), + [anon_sym_symbol] = ACTIONS(2727), + [anon_sym_abstract] = ACTIONS(2727), + [anon_sym_extends] = ACTIONS(2727), + }, + [813] = { + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym_asserts] = STATE(2770), + [sym__type] = STATE(2771), + [sym_constructor_type] = STATE(2771), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2771), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_predicate] = STATE(2770), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2694), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2771), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2771), + [sym_identifier] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2671), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_asserts] = ACTIONS(2681), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), + }, + [814] = { + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym_asserts] = STATE(1723), + [sym__type] = STATE(1722), + [sym_constructor_type] = STATE(1722), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1722), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_predicate] = STATE(1723), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1613), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1722), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1722), + [sym_identifier] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2565), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_asserts] = ACTIONS(2575), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), + }, + [815] = { + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym_asserts] = STATE(2420), + [sym__type] = STATE(2515), + [sym_constructor_type] = STATE(2515), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2515), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_predicate] = STATE(2420), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2446), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2515), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2515), + [sym_identifier] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(2635), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_asserts] = ACTIONS(2637), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + }, + [816] = { + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2960), + [sym_constructor_type] = STATE(2960), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2960), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_type_parameter] = STATE(3611), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2960), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2960), + [sym_identifier] = ACTIONS(2731), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + }, + [817] = { + [sym_nested_identifier] = STATE(132), + [sym_string] = STATE(138), + [sym__module] = STATE(150), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(2735), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(2737), + [anon_sym_SQUOTE] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [818] = { + [sym_nested_identifier] = STATE(595), + [sym_string] = STATE(621), + [sym__module] = STATE(645), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [819] = { + [sym_nested_identifier] = STATE(595), + [sym_string] = STATE(621), + [sym__module] = STATE(645), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [820] = { + [sym_nested_identifier] = STATE(132), + [sym_string] = STATE(138), + [sym__module] = STATE(150), + [aux_sym_object_repeat1] = STATE(3660), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(2735), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(2737), + [anon_sym_SQUOTE] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [821] = { + [sym_nested_identifier] = STATE(132), + [sym_string] = STATE(138), + [sym__module] = STATE(150), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(2735), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(2737), + [anon_sym_SQUOTE] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [822] = { + [sym_nested_identifier] = STATE(595), + [sym_string] = STATE(621), + [sym__module] = STATE(645), + [aux_sym_object_repeat1] = STATE(3679), + [aux_sym_object_pattern_repeat1] = STATE(3661), + [sym_identifier] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1891), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(1855), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(118), + [anon_sym_SEMI] = ACTIONS(149), + [anon_sym_COLON] = ACTIONS(1821), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(1256), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_satisfies] = ACTIONS(118), + [sym__automatic_semicolon] = ACTIONS(149), + [sym__ternary_qmark] = ACTIONS(149), + }, + [823] = { + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2743), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + }, + [824] = { + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2745), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [825] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2727), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2747), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [826] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3446), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3446), - [sym_pair] = STATE(3446), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3450), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2729), - [anon_sym_export] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2729), - [anon_sym_namespace] = ACTIONS(2729), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2733), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2735), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2737), - [anon_sym_readonly] = ACTIONS(2739), - [anon_sym_get] = ACTIONS(2741), - [anon_sym_set] = ACTIONS(2741), - [anon_sym_declare] = ACTIONS(2729), - [anon_sym_public] = ACTIONS(2743), - [anon_sym_private] = ACTIONS(2743), - [anon_sym_protected] = ACTIONS(2743), - [anon_sym_override] = ACTIONS(2745), - [anon_sym_module] = ACTIONS(2729), - [anon_sym_any] = ACTIONS(2729), - [anon_sym_number] = ACTIONS(2729), - [anon_sym_boolean] = ACTIONS(2729), - [anon_sym_string] = ACTIONS(2729), - [anon_sym_symbol] = ACTIONS(2729), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3451), + [sym_constructor_type] = STATE(3451), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3451), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3451), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3451), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2749), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [827] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2747), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2751), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [828] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1301), - [sym_constructor_type] = STATE(1301), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1301), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_predicate] = STATE(1302), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1228), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1301), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1301), - [sym_identifier] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2691), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2753), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [829] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2749), - [anon_sym_export] = ACTIONS(2751), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2749), - [anon_sym_namespace] = ACTIONS(2749), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2753), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2755), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_readonly] = ACTIONS(2759), - [anon_sym_get] = ACTIONS(2761), - [anon_sym_set] = ACTIONS(2761), - [anon_sym_declare] = ACTIONS(2749), - [anon_sym_public] = ACTIONS(2763), - [anon_sym_private] = ACTIONS(2763), - [anon_sym_protected] = ACTIONS(2763), - [anon_sym_override] = ACTIONS(2765), - [anon_sym_module] = ACTIONS(2749), - [anon_sym_any] = ACTIONS(2749), - [anon_sym_number] = ACTIONS(2749), - [anon_sym_boolean] = ACTIONS(2749), - [anon_sym_string] = ACTIONS(2749), - [anon_sym_symbol] = ACTIONS(2749), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2755), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [830] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1755), - [sym_constructor_type] = STATE(1755), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1755), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_predicate] = STATE(1751), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1541), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1755), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1755), - [sym_identifier] = ACTIONS(2767), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2793), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3395), + [sym_constructor_type] = STATE(3395), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3395), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3395), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3395), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2757), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [831] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3446), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3446), - [sym_pair] = STATE(3446), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3450), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2729), - [anon_sym_export] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2729), - [anon_sym_namespace] = ACTIONS(2729), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2809), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2735), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2737), - [anon_sym_readonly] = ACTIONS(2739), - [anon_sym_get] = ACTIONS(2741), - [anon_sym_set] = ACTIONS(2741), - [anon_sym_declare] = ACTIONS(2729), - [anon_sym_public] = ACTIONS(2743), - [anon_sym_private] = ACTIONS(2743), - [anon_sym_protected] = ACTIONS(2743), - [anon_sym_override] = ACTIONS(2745), - [anon_sym_module] = ACTIONS(2729), - [anon_sym_any] = ACTIONS(2729), - [anon_sym_number] = ACTIONS(2729), - [anon_sym_boolean] = ACTIONS(2729), - [anon_sym_string] = ACTIONS(2729), - [anon_sym_symbol] = ACTIONS(2729), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1651), + [sym_constructor_type] = STATE(1651), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1651), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1651), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1651), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [832] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3303), - [sym_constructor_type] = STATE(3303), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3303), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3303), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3303), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2811), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3488), + [sym_constructor_type] = STATE(3488), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3488), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3488), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3488), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2765), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [833] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2813), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2767), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [834] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2629), - [anon_sym_export] = ACTIONS(2631), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2629), - [anon_sym_namespace] = ACTIONS(2629), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2815), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2633), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2635), - [anon_sym_readonly] = ACTIONS(2637), - [anon_sym_get] = ACTIONS(2639), - [anon_sym_set] = ACTIONS(2639), - [anon_sym_declare] = ACTIONS(2629), - [anon_sym_public] = ACTIONS(2641), - [anon_sym_private] = ACTIONS(2641), - [anon_sym_protected] = ACTIONS(2641), - [anon_sym_override] = ACTIONS(2643), - [anon_sym_module] = ACTIONS(2629), - [anon_sym_any] = ACTIONS(2629), - [anon_sym_number] = ACTIONS(2629), - [anon_sym_boolean] = ACTIONS(2629), - [anon_sym_string] = ACTIONS(2629), - [anon_sym_symbol] = ACTIONS(2629), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3457), + [sym_constructor_type] = STATE(3457), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3457), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3457), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3457), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2769), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [835] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2817), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2771), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [836] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2598), - [sym_constructor_type] = STATE(2598), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2598), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_predicate] = STATE(2581), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2502), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2598), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2598), - [sym_identifier] = ACTIONS(2517), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(2521), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3372), + [sym_constructor_type] = STATE(3372), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3372), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3372), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3372), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_RBRACK] = ACTIONS(2773), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [837] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2819), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2775), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [838] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2588), - [sym_constructor_type] = STATE(2588), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2588), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_predicate] = STATE(2562), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2502), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2588), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2588), - [sym_identifier] = ACTIONS(2517), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(2521), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1297), + [sym_constructor_type] = STATE(1297), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1297), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1297), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1297), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_const] = ACTIONS(2779), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [839] = { - [sym_nested_identifier] = STATE(1254), - [sym_string] = STATE(1255), - [sym__module] = STATE(1475), - [sym_identifier] = ACTIONS(2619), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(113), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(122), - [anon_sym_RBRACE] = ACTIONS(122), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_RPAREN] = ACTIONS(122), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(122), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(122), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(148), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2783), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [840] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(3012), - [sym_constructor_type] = STATE(3012), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3012), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_predicate] = STATE(2376), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2785), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3012), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3012), - [sym_identifier] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(2833), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2785), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [841] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2845), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_GT] = ACTIONS(2787), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [842] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3405), - [sym_constructor_type] = STATE(3405), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3405), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3405), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3405), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2847), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2743), + [sym_constructor_type] = STATE(2743), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2743), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2743), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2743), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [843] = { - [sym_nested_identifier] = STATE(1254), - [sym_string] = STATE(1255), - [sym__module] = STATE(1475), - [sym_identifier] = ACTIONS(2619), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(208), - [anon_sym_RBRACE] = ACTIONS(208), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_RPAREN] = ACTIONS(208), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(208), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(208), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_QMARK] = ACTIONS(620), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(3561), + [sym_constructor_type] = STATE(3561), + [sym__primary_type] = STATE(1794), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(3561), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(3561), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(3561), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [844] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3341), - [sym_constructor_type] = STATE(3341), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3341), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3341), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3341), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_RBRACK] = ACTIONS(2849), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1335), + [sym_constructor_type] = STATE(1335), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1335), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1335), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1335), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [845] = { - [sym_identifier] = ACTIONS(2851), - [anon_sym_export] = ACTIONS(2851), - [anon_sym_type] = ACTIONS(2851), - [anon_sym_EQ] = ACTIONS(2851), - [anon_sym_namespace] = ACTIONS(2851), - [anon_sym_LBRACE] = ACTIONS(2853), - [anon_sym_COMMA] = ACTIONS(2853), - [anon_sym_RBRACE] = ACTIONS(2853), - [anon_sym_typeof] = ACTIONS(2851), - [anon_sym_import] = ACTIONS(2851), - [anon_sym_BANG] = ACTIONS(2853), - [anon_sym_LPAREN] = ACTIONS(2853), - [anon_sym_RPAREN] = ACTIONS(2853), - [anon_sym_await] = ACTIONS(2851), - [anon_sym_COLON] = ACTIONS(2853), - [anon_sym_yield] = ACTIONS(2851), - [anon_sym_LBRACK] = ACTIONS(2853), - [anon_sym_RBRACK] = ACTIONS(2853), - [anon_sym_LTtemplate_GT] = ACTIONS(2853), - [anon_sym_LT] = ACTIONS(2851), - [anon_sym_GT] = ACTIONS(2853), - [anon_sym_SLASH] = ACTIONS(2851), - [anon_sym_class] = ACTIONS(2851), - [anon_sym_async] = ACTIONS(2851), - [anon_sym_function] = ACTIONS(2851), - [anon_sym_EQ_GT] = ACTIONS(2853), - [anon_sym_new] = ACTIONS(2851), - [anon_sym_AMP] = ACTIONS(2853), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2851), - [anon_sym_DASH] = ACTIONS(2851), - [anon_sym_TILDE] = ACTIONS(2853), - [anon_sym_void] = ACTIONS(2851), - [anon_sym_delete] = ACTIONS(2851), - [anon_sym_PLUS_PLUS] = ACTIONS(2853), - [anon_sym_DASH_DASH] = ACTIONS(2853), - [anon_sym_DQUOTE] = ACTIONS(2853), - [anon_sym_SQUOTE] = ACTIONS(2853), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2853), - [sym_number] = ACTIONS(2853), - [sym_this] = ACTIONS(2851), - [sym_super] = ACTIONS(2851), - [sym_true] = ACTIONS(2851), - [sym_false] = ACTIONS(2851), - [sym_null] = ACTIONS(2851), - [sym_undefined] = ACTIONS(2851), - [anon_sym_AT] = ACTIONS(2853), - [anon_sym_static] = ACTIONS(2851), - [anon_sym_readonly] = ACTIONS(2851), - [anon_sym_get] = ACTIONS(2851), - [anon_sym_set] = ACTIONS(2851), - [anon_sym_QMARK] = ACTIONS(2853), - [anon_sym_declare] = ACTIONS(2851), - [anon_sym_public] = ACTIONS(2851), - [anon_sym_private] = ACTIONS(2851), - [anon_sym_protected] = ACTIONS(2851), - [anon_sym_override] = ACTIONS(2851), - [anon_sym_module] = ACTIONS(2851), - [anon_sym_any] = ACTIONS(2851), - [anon_sym_number] = ACTIONS(2851), - [anon_sym_boolean] = ACTIONS(2851), - [anon_sym_string] = ACTIONS(2851), - [anon_sym_symbol] = ACTIONS(2851), - [anon_sym_extends] = ACTIONS(2851), - [anon_sym_implements] = ACTIONS(2851), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3162), + [sym_constructor_type] = STATE(3162), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3162), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3162), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3162), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [846] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2855), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2504), + [sym_constructor_type] = STATE(2504), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2504), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2504), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2504), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [847] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2458), - [sym_constructor_type] = STATE(2458), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2458), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_predicate] = STATE(2376), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2357), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2458), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2458), - [sym_identifier] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(2527), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1364), + [sym_constructor_type] = STATE(1364), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1364), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1364), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1364), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [848] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2857), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1277), + [sym_constructor_type] = STATE(1277), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1277), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1277), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1277), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [849] = { - [sym_identifier] = ACTIONS(2859), - [anon_sym_export] = ACTIONS(2859), - [anon_sym_type] = ACTIONS(2859), - [anon_sym_EQ] = ACTIONS(2859), - [anon_sym_namespace] = ACTIONS(2859), - [anon_sym_LBRACE] = ACTIONS(2861), - [anon_sym_COMMA] = ACTIONS(2861), - [anon_sym_RBRACE] = ACTIONS(2861), - [anon_sym_typeof] = ACTIONS(2859), - [anon_sym_import] = ACTIONS(2859), - [anon_sym_BANG] = ACTIONS(2861), - [anon_sym_LPAREN] = ACTIONS(2861), - [anon_sym_RPAREN] = ACTIONS(2861), - [anon_sym_await] = ACTIONS(2859), - [anon_sym_COLON] = ACTIONS(2861), - [anon_sym_yield] = ACTIONS(2859), - [anon_sym_LBRACK] = ACTIONS(2861), - [anon_sym_RBRACK] = ACTIONS(2861), - [anon_sym_LTtemplate_GT] = ACTIONS(2861), - [anon_sym_LT] = ACTIONS(2859), - [anon_sym_GT] = ACTIONS(2861), - [anon_sym_SLASH] = ACTIONS(2859), - [anon_sym_class] = ACTIONS(2859), - [anon_sym_async] = ACTIONS(2859), - [anon_sym_function] = ACTIONS(2859), - [anon_sym_EQ_GT] = ACTIONS(2861), - [anon_sym_new] = ACTIONS(2859), - [anon_sym_AMP] = ACTIONS(2861), - [anon_sym_PIPE] = ACTIONS(2861), - [anon_sym_PLUS] = ACTIONS(2859), - [anon_sym_DASH] = ACTIONS(2859), - [anon_sym_TILDE] = ACTIONS(2861), - [anon_sym_void] = ACTIONS(2859), - [anon_sym_delete] = ACTIONS(2859), - [anon_sym_PLUS_PLUS] = ACTIONS(2861), - [anon_sym_DASH_DASH] = ACTIONS(2861), - [anon_sym_DQUOTE] = ACTIONS(2861), - [anon_sym_SQUOTE] = ACTIONS(2861), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2861), - [sym_number] = ACTIONS(2861), - [sym_this] = ACTIONS(2859), - [sym_super] = ACTIONS(2859), - [sym_true] = ACTIONS(2859), - [sym_false] = ACTIONS(2859), - [sym_null] = ACTIONS(2859), - [sym_undefined] = ACTIONS(2859), - [anon_sym_AT] = ACTIONS(2861), - [anon_sym_static] = ACTIONS(2859), - [anon_sym_readonly] = ACTIONS(2859), - [anon_sym_get] = ACTIONS(2859), - [anon_sym_set] = ACTIONS(2859), - [anon_sym_QMARK] = ACTIONS(2861), - [anon_sym_declare] = ACTIONS(2859), - [anon_sym_public] = ACTIONS(2859), - [anon_sym_private] = ACTIONS(2859), - [anon_sym_protected] = ACTIONS(2859), - [anon_sym_override] = ACTIONS(2859), - [anon_sym_module] = ACTIONS(2859), - [anon_sym_any] = ACTIONS(2859), - [anon_sym_number] = ACTIONS(2859), - [anon_sym_boolean] = ACTIONS(2859), - [anon_sym_string] = ACTIONS(2859), - [anon_sym_symbol] = ACTIONS(2859), - [anon_sym_extends] = ACTIONS(2859), - [anon_sym_implements] = ACTIONS(2859), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3423), + [sym_constructor_type] = STATE(3423), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3423), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3423), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3423), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [850] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1689), - [sym_constructor_type] = STATE(1689), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1689), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_predicate] = STATE(1688), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1541), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1689), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1689), - [sym_identifier] = ACTIONS(2767), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2793), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1369), + [sym_constructor_type] = STATE(1369), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1369), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1369), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1369), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [851] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2662), - [sym_constructor_type] = STATE(2662), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2662), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_predicate] = STATE(2663), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2621), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2662), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2662), - [sym_identifier] = ACTIONS(2531), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2561), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3064), + [sym_constructor_type] = STATE(3064), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3064), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3064), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3064), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [852] = { - [sym_export_statement] = STATE(2899), - [sym_object_pattern] = STATE(3976), - [sym_object_assignment_pattern] = STATE(3444), - [sym_array_pattern] = STATE(3976), - [sym__call_signature] = STATE(3251), - [sym__destructuring_pattern] = STATE(3976), - [sym_spread_element] = STATE(3633), - [sym_string] = STATE(2490), - [sym_decorator] = STATE(1156), - [sym_formal_parameters] = STATE(2623), - [sym_rest_pattern] = STATE(3444), - [sym_method_definition] = STATE(3633), - [sym_pair] = STATE(3633), - [sym_pair_pattern] = STATE(3444), - [sym__property_name] = STATE(2490), - [sym_computed_property_name] = STATE(2490), - [sym_method_signature] = STATE(2899), - [sym_accessibility_modifier] = STATE(2238), - [sym_override_modifier] = STATE(2267), - [sym_call_signature] = STATE(2899), - [sym_property_signature] = STATE(2899), - [sym_type_parameters] = STATE(3873), - [sym_construct_signature] = STATE(2899), - [sym_index_signature] = STATE(2899), - [aux_sym_export_statement_repeat1] = STATE(3315), - [aux_sym_object_repeat1] = STATE(3640), - [aux_sym_object_pattern_repeat1] = STATE(3451), - [sym_identifier] = ACTIONS(2749), - [anon_sym_export] = ACTIONS(2751), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2749), - [anon_sym_namespace] = ACTIONS(2749), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_COMMA] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2863), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2755), - [anon_sym_new] = ACTIONS(2599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [sym_number] = ACTIONS(2603), - [sym_private_property_identifier] = ACTIONS(2603), - [anon_sym_AT] = ACTIONS(93), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_readonly] = ACTIONS(2759), - [anon_sym_get] = ACTIONS(2761), - [anon_sym_set] = ACTIONS(2761), - [anon_sym_declare] = ACTIONS(2749), - [anon_sym_public] = ACTIONS(2763), - [anon_sym_private] = ACTIONS(2763), - [anon_sym_protected] = ACTIONS(2763), - [anon_sym_override] = ACTIONS(2765), - [anon_sym_module] = ACTIONS(2749), - [anon_sym_any] = ACTIONS(2749), - [anon_sym_number] = ACTIONS(2749), - [anon_sym_boolean] = ACTIONS(2749), - [anon_sym_string] = ACTIONS(2749), - [anon_sym_symbol] = ACTIONS(2749), - [anon_sym_abstract] = ACTIONS(2615), - [anon_sym_PIPE_RBRACE] = ACTIONS(2617), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3473), + [sym_constructor_type] = STATE(3473), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3473), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3473), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3473), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [853] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2992), - [sym_constructor_type] = STATE(2992), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2992), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_predicate] = STATE(2383), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2785), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2992), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2992), - [sym_identifier] = ACTIONS(2821), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(2833), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1339), + [sym_constructor_type] = STATE(1339), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1339), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1339), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1339), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [854] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1293), - [sym_constructor_type] = STATE(1293), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1293), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1293), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1293), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3219), + [sym_constructor_type] = STATE(3219), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3219), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3219), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3219), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [855] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3305), - [sym_constructor_type] = STATE(3305), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3305), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3305), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3305), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3692), + [sym_constructor_type] = STATE(3692), + [sym__primary_type] = STATE(2498), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3692), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3692), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3692), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [856] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2699), - [sym_constructor_type] = STATE(2699), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2699), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2699), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2699), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(3100), + [sym_constructor_type] = STATE(3100), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(3100), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(3100), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(3100), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [857] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2725), - [sym_constructor_type] = STATE(2725), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2725), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2725), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2725), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3375), + [sym_constructor_type] = STATE(3375), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3375), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3375), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3375), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [858] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2636), - [sym_constructor_type] = STATE(2636), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2636), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2636), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2636), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3542), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3542), + [sym_pair] = STATE(3542), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3543), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2795), + [anon_sym_export] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2795), + [anon_sym_namespace] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2805), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_readonly] = ACTIONS(2823), + [anon_sym_get] = ACTIONS(2825), + [anon_sym_set] = ACTIONS(2825), + [anon_sym_declare] = ACTIONS(2795), + [anon_sym_public] = ACTIONS(2827), + [anon_sym_private] = ACTIONS(2827), + [anon_sym_protected] = ACTIONS(2827), + [anon_sym_override] = ACTIONS(2829), + [anon_sym_module] = ACTIONS(2795), + [anon_sym_any] = ACTIONS(2795), + [anon_sym_number] = ACTIONS(2795), + [anon_sym_boolean] = ACTIONS(2795), + [anon_sym_string] = ACTIONS(2795), + [anon_sym_symbol] = ACTIONS(2795), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [859] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2723), - [sym_constructor_type] = STATE(2723), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2723), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2723), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2723), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2960), + [sym_constructor_type] = STATE(2960), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2960), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2960), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2960), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [860] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(3082), - [sym_constructor_type] = STATE(3082), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(3082), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(3082), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(3082), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1266), + [sym_constructor_type] = STATE(1266), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1266), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1266), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1266), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [861] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2886), - [sym_constructor_type] = STATE(2886), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2886), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2886), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2886), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1337), + [sym_constructor_type] = STATE(1337), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1337), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1337), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1337), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [862] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(3236), - [sym_constructor_type] = STATE(3236), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(3236), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(3236), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(3236), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2835), + [anon_sym_export] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2835), + [anon_sym_namespace] = ACTIONS(2835), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2839), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2841), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_readonly] = ACTIONS(2845), + [anon_sym_get] = ACTIONS(2847), + [anon_sym_set] = ACTIONS(2847), + [anon_sym_declare] = ACTIONS(2835), + [anon_sym_public] = ACTIONS(2849), + [anon_sym_private] = ACTIONS(2849), + [anon_sym_protected] = ACTIONS(2849), + [anon_sym_override] = ACTIONS(2851), + [anon_sym_module] = ACTIONS(2835), + [anon_sym_any] = ACTIONS(2835), + [anon_sym_number] = ACTIONS(2835), + [anon_sym_boolean] = ACTIONS(2835), + [anon_sym_string] = ACTIONS(2835), + [anon_sym_symbol] = ACTIONS(2835), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [863] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2385), - [sym_constructor_type] = STATE(2385), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2385), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2385), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2385), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3068), + [sym_constructor_type] = STATE(3068), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3068), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3068), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3068), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [864] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(3014), - [sym_constructor_type] = STATE(3014), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3014), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3014), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3014), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3377), + [sym_constructor_type] = STATE(3377), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3377), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3377), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3377), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [865] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2710), - [sym_constructor_type] = STATE(2710), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2710), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2710), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2710), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2826), + [sym_constructor_type] = STATE(2826), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2826), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2826), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2826), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [866] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2709), - [sym_constructor_type] = STATE(2709), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2709), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2709), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2709), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(2417), + [sym_constructor_type] = STATE(2417), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2417), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2417), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2417), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [867] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(3140), - [sym_constructor_type] = STATE(3140), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(3140), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(3140), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(3140), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1284), + [sym_constructor_type] = STATE(1284), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1284), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1284), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1284), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [868] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2687), - [sym_constructor_type] = STATE(2687), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2687), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2687), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2687), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2827), + [sym_constructor_type] = STATE(2827), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2827), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2827), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2827), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [869] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2392), - [sym_constructor_type] = STATE(2392), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2392), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2392), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2392), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2519), + [sym_constructor_type] = STATE(2519), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2519), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2519), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2519), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [870] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2579), - [sym_constructor_type] = STATE(2579), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2579), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2579), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2579), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(2454), + [sym_constructor_type] = STATE(2454), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2454), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2454), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2454), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [871] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2928), - [sym_constructor_type] = STATE(2928), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2928), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2928), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2928), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(2413), + [sym_constructor_type] = STATE(2413), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2413), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2413), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2413), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [872] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2576), - [sym_constructor_type] = STATE(2576), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2576), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2576), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2576), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2518), + [sym_constructor_type] = STATE(2518), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2518), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2518), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2518), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [873] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2434), - [sym_constructor_type] = STATE(2434), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2434), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2434), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2434), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3692), + [sym_constructor_type] = STATE(3692), + [sym__primary_type] = STATE(2496), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3692), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3692), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3692), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [874] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3357), - [sym_constructor_type] = STATE(3357), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3357), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3357), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3357), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3036), + [sym_constructor_type] = STATE(3036), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3036), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3036), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3036), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [875] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2610), - [sym_constructor_type] = STATE(2610), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2610), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2610), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2610), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3378), + [sym_constructor_type] = STATE(3378), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3378), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3378), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3378), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [876] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(3069), - [sym_constructor_type] = STATE(3069), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3069), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3069), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3069), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2853), + [anon_sym_export] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2853), + [anon_sym_namespace] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2857), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2859), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_readonly] = ACTIONS(2863), + [anon_sym_get] = ACTIONS(2865), + [anon_sym_set] = ACTIONS(2865), + [anon_sym_declare] = ACTIONS(2853), + [anon_sym_public] = ACTIONS(2867), + [anon_sym_private] = ACTIONS(2867), + [anon_sym_protected] = ACTIONS(2867), + [anon_sym_override] = ACTIONS(2869), + [anon_sym_module] = ACTIONS(2853), + [anon_sym_any] = ACTIONS(2853), + [anon_sym_number] = ACTIONS(2853), + [anon_sym_boolean] = ACTIONS(2853), + [anon_sym_string] = ACTIONS(2853), + [anon_sym_symbol] = ACTIONS(2853), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [877] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2565), - [sym_constructor_type] = STATE(2565), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2565), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2565), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2565), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3390), + [sym_constructor_type] = STATE(3390), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3390), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3390), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3390), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [878] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3361), - [sym_constructor_type] = STATE(3361), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3361), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3361), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3361), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2675), + [sym_constructor_type] = STATE(2675), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2675), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2675), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2675), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [879] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3362), - [sym_constructor_type] = STATE(3362), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3362), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3362), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3362), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2674), + [sym_constructor_type] = STATE(2674), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2674), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2674), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2674), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [880] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3310), - [sym_constructor_type] = STATE(3310), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3310), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3310), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3310), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3434), + [sym_constructor_type] = STATE(3434), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3434), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3434), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3434), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [881] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3323), - [sym_constructor_type] = STATE(3323), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3323), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3323), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3323), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3433), + [sym_constructor_type] = STATE(3433), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3433), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3433), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3433), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [882] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1629), - [sym_constructor_type] = STATE(1629), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1629), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1629), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1629), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2669), + [sym_constructor_type] = STATE(2669), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2669), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2669), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2669), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [883] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2920), - [sym_constructor_type] = STATE(2920), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2920), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2920), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2920), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3394), + [sym_constructor_type] = STATE(3394), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3394), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3394), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3394), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [884] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1641), - [sym_constructor_type] = STATE(1641), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1641), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1641), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1641), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3487), + [sym_constructor_type] = STATE(3487), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3487), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3487), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3487), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [885] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2607), - [sym_constructor_type] = STATE(2607), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2607), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2607), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2607), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1626), + [sym_constructor_type] = STATE(1626), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1626), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1626), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1626), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [886] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3321), - [sym_constructor_type] = STATE(3321), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3321), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3321), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3321), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3475), + [sym_constructor_type] = STATE(3475), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3475), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3475), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3475), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [887] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2606), - [sym_constructor_type] = STATE(2606), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2606), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2606), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2606), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3065), + [sym_constructor_type] = STATE(3065), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3065), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3065), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3065), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [888] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2904), - [sym_constructor_type] = STATE(2904), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2904), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2904), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2904), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2668), + [sym_constructor_type] = STATE(2668), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2668), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2668), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2668), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [889] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2403), - [sym_constructor_type] = STATE(2403), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2403), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2403), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2403), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2992), + [sym_constructor_type] = STATE(2992), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2992), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2992), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2992), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [890] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2394), - [sym_constructor_type] = STATE(2394), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2394), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2394), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2394), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2517), + [sym_constructor_type] = STATE(2517), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2517), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2517), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2517), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [891] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3326), - [sym_constructor_type] = STATE(3326), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3326), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3326), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3326), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3077), + [sym_constructor_type] = STATE(3077), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3077), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3077), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3077), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [892] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2435), - [sym_constructor_type] = STATE(2435), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2435), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2435), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2435), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1625), + [sym_constructor_type] = STATE(1625), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1625), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1625), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1625), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [893] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3389), - [sym_constructor_type] = STATE(3389), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3389), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3389), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3389), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2695), + [sym_constructor_type] = STATE(2695), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2695), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2695), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2695), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [894] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3299), - [sym_constructor_type] = STATE(3299), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3299), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3299), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3299), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3542), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3542), + [sym_pair] = STATE(3542), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3543), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2795), + [anon_sym_export] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2795), + [anon_sym_namespace] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2871), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_readonly] = ACTIONS(2823), + [anon_sym_get] = ACTIONS(2825), + [anon_sym_set] = ACTIONS(2825), + [anon_sym_declare] = ACTIONS(2795), + [anon_sym_public] = ACTIONS(2827), + [anon_sym_private] = ACTIONS(2827), + [anon_sym_protected] = ACTIONS(2827), + [anon_sym_override] = ACTIONS(2829), + [anon_sym_module] = ACTIONS(2795), + [anon_sym_any] = ACTIONS(2795), + [anon_sym_number] = ACTIONS(2795), + [anon_sym_boolean] = ACTIONS(2795), + [anon_sym_string] = ACTIONS(2795), + [anon_sym_symbol] = ACTIONS(2795), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [895] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(3266), - [sym_constructor_type] = STATE(3266), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(3266), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(3266), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(3266), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1802), + [sym_constructor_type] = STATE(1802), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1802), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1802), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1802), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [896] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1660), - [sym_constructor_type] = STATE(1660), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1660), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1660), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1660), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3011), + [sym_constructor_type] = STATE(3011), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3011), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3011), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3011), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [897] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(3160), - [sym_constructor_type] = STATE(3160), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(3160), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(3160), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(3160), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3076), + [sym_constructor_type] = STATE(3076), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3076), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3076), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3076), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [898] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2666), - [sym_constructor_type] = STATE(2666), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2666), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2666), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2666), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1801), + [sym_constructor_type] = STATE(1801), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1801), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1801), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1801), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [899] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(3569), - [sym_constructor_type] = STATE(3569), - [sym__primary_type] = STATE(2614), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(3569), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(3569), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(3569), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2973), + [sym_constructor_type] = STATE(2973), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2973), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2973), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2973), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [900] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1234), - [sym_constructor_type] = STATE(1234), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1234), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1234), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1234), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3400), + [sym_constructor_type] = STATE(3400), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3400), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3400), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3400), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [901] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(3569), - [sym_constructor_type] = STATE(3569), - [sym__primary_type] = STATE(2599), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(3569), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(3569), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(3569), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2661), + [sym_constructor_type] = STATE(2661), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2661), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2661), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2661), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [902] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(3032), - [sym_constructor_type] = STATE(3032), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(3032), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(3032), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(3032), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(2493), + [sym_constructor_type] = STATE(2493), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2493), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2493), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2493), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [903] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3412), - [sym_constructor_type] = STATE(3412), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3412), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3412), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3412), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2853), + [anon_sym_export] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2853), + [anon_sym_namespace] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2859), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_readonly] = ACTIONS(2863), + [anon_sym_get] = ACTIONS(2865), + [anon_sym_set] = ACTIONS(2865), + [anon_sym_declare] = ACTIONS(2853), + [anon_sym_public] = ACTIONS(2867), + [anon_sym_private] = ACTIONS(2867), + [anon_sym_protected] = ACTIONS(2867), + [anon_sym_override] = ACTIONS(2869), + [anon_sym_module] = ACTIONS(2853), + [anon_sym_any] = ACTIONS(2853), + [anon_sym_number] = ACTIONS(2853), + [anon_sym_boolean] = ACTIONS(2853), + [anon_sym_string] = ACTIONS(2853), + [anon_sym_symbol] = ACTIONS(2853), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [904] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2585), - [sym_constructor_type] = STATE(2585), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2585), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2585), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2585), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2643), + [sym_constructor_type] = STATE(2643), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2643), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2643), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2643), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [905] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2577), - [sym_constructor_type] = STATE(2577), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2577), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2577), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2577), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2660), + [sym_constructor_type] = STATE(2660), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2660), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2660), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2660), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [906] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2590), - [sym_constructor_type] = STATE(2590), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2590), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2590), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2590), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3379), + [sym_constructor_type] = STATE(3379), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3379), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3379), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3379), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [907] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3344), - [sym_constructor_type] = STATE(3344), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3344), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3344), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3344), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(3228), + [sym_constructor_type] = STATE(3228), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(3228), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(3228), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(3228), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [908] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2604), - [sym_constructor_type] = STATE(2604), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2604), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2604), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2604), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2655), + [sym_constructor_type] = STATE(2655), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2655), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2655), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2655), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [909] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1287), - [sym_constructor_type] = STATE(1287), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1287), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1287), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1287), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(2416), + [sym_constructor_type] = STATE(2416), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2416), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2416), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2416), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [910] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2593), - [sym_constructor_type] = STATE(2593), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2593), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2593), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2593), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1668), + [sym_constructor_type] = STATE(1668), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1668), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1668), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1668), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [911] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3005), - [sym_constructor_type] = STATE(3005), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3005), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3005), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3005), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2853), + [anon_sym_export] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2853), + [anon_sym_namespace] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2875), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2859), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_readonly] = ACTIONS(2863), + [anon_sym_get] = ACTIONS(2865), + [anon_sym_set] = ACTIONS(2865), + [anon_sym_declare] = ACTIONS(2853), + [anon_sym_public] = ACTIONS(2867), + [anon_sym_private] = ACTIONS(2867), + [anon_sym_protected] = ACTIONS(2867), + [anon_sym_override] = ACTIONS(2869), + [anon_sym_module] = ACTIONS(2853), + [anon_sym_any] = ACTIONS(2853), + [anon_sym_number] = ACTIONS(2853), + [anon_sym_boolean] = ACTIONS(2853), + [anon_sym_string] = ACTIONS(2853), + [anon_sym_symbol] = ACTIONS(2853), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [912] = { - [sym_nested_identifier] = STATE(1254), - [sym_string] = STATE(1255), - [sym__module] = STATE(1475), - [sym_identifier] = ACTIONS(2619), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1198), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_RPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3456), + [sym_constructor_type] = STATE(3456), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3456), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3456), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3456), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [913] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(3631), - [sym_constructor_type] = STATE(3631), - [sym__primary_type] = STATE(2370), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3631), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3631), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3631), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2413), + [sym_constructor_type] = STATE(2413), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2413), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2413), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2413), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [914] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2665), - [sym_constructor_type] = STATE(2665), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2665), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2665), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2665), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2877), + [anon_sym_export] = ACTIONS(2879), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2877), + [anon_sym_namespace] = ACTIONS(2877), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2857), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2881), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2883), + [anon_sym_readonly] = ACTIONS(2885), + [anon_sym_get] = ACTIONS(2887), + [anon_sym_set] = ACTIONS(2887), + [anon_sym_declare] = ACTIONS(2877), + [anon_sym_public] = ACTIONS(2889), + [anon_sym_private] = ACTIONS(2889), + [anon_sym_protected] = ACTIONS(2889), + [anon_sym_override] = ACTIONS(2891), + [anon_sym_module] = ACTIONS(2877), + [anon_sym_any] = ACTIONS(2877), + [anon_sym_number] = ACTIONS(2877), + [anon_sym_boolean] = ACTIONS(2877), + [anon_sym_string] = ACTIONS(2877), + [anon_sym_symbol] = ACTIONS(2877), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [915] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2399), - [sym_constructor_type] = STATE(2399), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2399), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2399), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2399), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2653), + [sym_constructor_type] = STATE(2653), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2653), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2653), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2653), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [916] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2385), - [sym_constructor_type] = STATE(2385), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2385), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2385), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2385), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1797), + [sym_constructor_type] = STATE(1797), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1797), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1797), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1797), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [917] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1269), - [sym_constructor_type] = STATE(1269), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1269), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1269), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1269), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3086), + [sym_constructor_type] = STATE(3086), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3086), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3086), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3086), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [918] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(3631), - [sym_constructor_type] = STATE(3631), - [sym__primary_type] = STATE(2368), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3631), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3631), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3631), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3480), + [sym_constructor_type] = STATE(3480), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3480), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3480), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3480), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [919] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1644), - [sym_constructor_type] = STATE(1644), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1644), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1644), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1644), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(3561), + [sym_constructor_type] = STATE(3561), + [sym__primary_type] = STATE(1796), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(3561), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(3561), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(3561), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [920] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1271), - [sym_constructor_type] = STATE(1271), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1271), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1271), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1271), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(3294), + [sym_constructor_type] = STATE(3294), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(3294), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(3294), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(3294), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [921] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1275), - [sym_constructor_type] = STATE(1275), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1275), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1275), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1275), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(3307), + [sym_constructor_type] = STATE(3307), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(3307), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(3307), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(3307), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [922] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1643), - [sym_constructor_type] = STATE(1643), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1643), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1643), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1643), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1671), + [sym_constructor_type] = STATE(1671), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1671), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1671), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1671), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [923] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(3533), - [sym_constructor_type] = STATE(3533), - [sym__primary_type] = STATE(1276), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(3533), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(3533), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(3533), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3659), + [sym_constructor_type] = STATE(3659), + [sym__primary_type] = STATE(3184), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3448), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3659), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3659), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [924] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(3533), - [sym_constructor_type] = STATE(3533), - [sym__primary_type] = STATE(1278), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(3533), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(3533), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(3533), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2803), + [sym_constructor_type] = STATE(2803), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2803), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2803), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2803), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [925] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(3008), - [sym_constructor_type] = STATE(3008), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3008), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3008), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3008), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3079), + [sym_constructor_type] = STATE(3079), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3079), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3079), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3079), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [926] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2375), - [sym_constructor_type] = STATE(2375), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2375), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2375), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2375), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3498), + [sym_constructor_type] = STATE(3498), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3498), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3498), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3498), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [927] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1632), - [sym_constructor_type] = STATE(1632), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1632), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1632), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1632), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2454), + [sym_constructor_type] = STATE(2454), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2454), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2454), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2454), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [928] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1604), - [sym_constructor_type] = STATE(1604), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1604), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1604), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1604), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2801), + [sym_constructor_type] = STATE(2801), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2801), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2801), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2801), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [929] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3375), - [sym_constructor_type] = STATE(3375), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3375), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3375), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3375), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2417), + [sym_constructor_type] = STATE(2417), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2417), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2417), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2417), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [930] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2404), - [sym_constructor_type] = STATE(2404), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2404), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2404), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2404), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1362), + [sym_constructor_type] = STATE(1362), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1362), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1362), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1362), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [931] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(3514), - [sym_constructor_type] = STATE(3514), - [sym__primary_type] = STATE(1631), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(3514), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(3514), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(3514), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1348), + [sym_constructor_type] = STATE(1348), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1348), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1348), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1348), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [932] = { - [sym_nested_identifier] = STATE(1254), - [sym_string] = STATE(1255), - [sym__module] = STATE(1475), - [sym_identifier] = ACTIONS(2619), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_EQ] = ACTIONS(1289), - [anon_sym_as] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(150), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_LPAREN] = ACTIONS(150), - [anon_sym_RPAREN] = ACTIONS(150), - [anon_sym_in] = ACTIONS(116), - [anon_sym_COLON] = ACTIONS(150), - [anon_sym_LBRACK] = ACTIONS(150), - [anon_sym_RBRACK] = ACTIONS(150), - [anon_sym_LT] = ACTIONS(116), - [anon_sym_GT] = ACTIONS(116), - [anon_sym_SLASH] = ACTIONS(116), - [anon_sym_DOT] = ACTIONS(150), - [anon_sym_EQ_GT] = ACTIONS(211), - [anon_sym_QMARK_DOT] = ACTIONS(150), - [anon_sym_PLUS_EQ] = ACTIONS(154), - [anon_sym_DASH_EQ] = ACTIONS(154), - [anon_sym_STAR_EQ] = ACTIONS(154), - [anon_sym_SLASH_EQ] = ACTIONS(154), - [anon_sym_PERCENT_EQ] = ACTIONS(154), - [anon_sym_CARET_EQ] = ACTIONS(154), - [anon_sym_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_EQ] = ACTIONS(154), - [anon_sym_GT_GT_EQ] = ACTIONS(154), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(154), - [anon_sym_LT_LT_EQ] = ACTIONS(154), - [anon_sym_STAR_STAR_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP_EQ] = ACTIONS(154), - [anon_sym_PIPE_PIPE_EQ] = ACTIONS(154), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(154), - [anon_sym_AMP_AMP] = ACTIONS(116), - [anon_sym_PIPE_PIPE] = ACTIONS(116), - [anon_sym_GT_GT] = ACTIONS(116), - [anon_sym_GT_GT_GT] = ACTIONS(116), - [anon_sym_LT_LT] = ACTIONS(116), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_CARET] = ACTIONS(116), - [anon_sym_PIPE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(116), - [anon_sym_DASH] = ACTIONS(116), - [anon_sym_PERCENT] = ACTIONS(116), - [anon_sym_STAR_STAR] = ACTIONS(116), - [anon_sym_LT_EQ] = ACTIONS(150), - [anon_sym_EQ_EQ] = ACTIONS(116), - [anon_sym_EQ_EQ_EQ] = ACTIONS(150), - [anon_sym_BANG_EQ] = ACTIONS(116), - [anon_sym_BANG_EQ_EQ] = ACTIONS(150), - [anon_sym_GT_EQ] = ACTIONS(150), - [anon_sym_QMARK_QMARK] = ACTIONS(116), - [anon_sym_instanceof] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(150), - [anon_sym_DASH_DASH] = ACTIONS(150), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(150), - [anon_sym_satisfies] = ACTIONS(116), - [sym__ternary_qmark] = ACTIONS(150), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2788), + [sym_constructor_type] = STATE(2788), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2788), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2788), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2788), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [933] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2721), - [sym_constructor_type] = STATE(2721), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2721), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2721), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2721), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2835), + [anon_sym_export] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2835), + [anon_sym_namespace] = ACTIONS(2835), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2893), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2841), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_readonly] = ACTIONS(2845), + [anon_sym_get] = ACTIONS(2847), + [anon_sym_set] = ACTIONS(2847), + [anon_sym_declare] = ACTIONS(2835), + [anon_sym_public] = ACTIONS(2849), + [anon_sym_private] = ACTIONS(2849), + [anon_sym_protected] = ACTIONS(2849), + [anon_sym_override] = ACTIONS(2851), + [anon_sym_module] = ACTIONS(2835), + [anon_sym_any] = ACTIONS(2835), + [anon_sym_number] = ACTIONS(2835), + [anon_sym_boolean] = ACTIONS(2835), + [anon_sym_string] = ACTIONS(2835), + [anon_sym_symbol] = ACTIONS(2835), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [934] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(3514), - [sym_constructor_type] = STATE(3514), - [sym__primary_type] = STATE(1628), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(3514), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(3514), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(3514), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1694), + [sym_constructor_type] = STATE(1694), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1694), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1694), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1694), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [935] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1303), - [sym_constructor_type] = STATE(1303), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1303), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1303), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1303), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1695), + [sym_constructor_type] = STATE(1695), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1695), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1695), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1695), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [936] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1304), - [sym_constructor_type] = STATE(1304), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1304), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1304), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1304), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2787), + [sym_constructor_type] = STATE(2787), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2787), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2787), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2787), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [937] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(3009), - [sym_constructor_type] = STATE(3009), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3009), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3009), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3009), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(3167), + [sym_constructor_type] = STATE(3167), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(3167), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(3167), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(3167), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [938] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2375), - [sym_constructor_type] = STATE(2375), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2375), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2375), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2375), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2767), + [sym_constructor_type] = STATE(2767), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2767), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2767), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2767), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [939] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2389), - [sym_constructor_type] = STATE(2389), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2389), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2389), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2389), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1752), + [sym_constructor_type] = STATE(1752), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1752), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1752), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1752), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [940] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1659), - [sym_constructor_type] = STATE(1659), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1659), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1659), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1659), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3004), + [sym_constructor_type] = STATE(3004), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3004), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3004), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3004), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [941] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2734), - [sym_constructor_type] = STATE(2734), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2734), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2734), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2734), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2764), + [sym_constructor_type] = STATE(2764), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2764), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2764), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2764), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [942] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1694), - [sym_constructor_type] = STATE(1694), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1694), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1694), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1694), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1753), + [sym_constructor_type] = STATE(1753), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1753), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1753), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1753), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [943] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2870), - [sym_constructor_type] = STATE(2870), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2870), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2870), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2870), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3402), + [sym_constructor_type] = STATE(3402), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3402), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3402), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3402), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [944] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(3476), - [sym_constructor_type] = STATE(3476), - [sym__primary_type] = STATE(2652), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(3476), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(3476), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(3476), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(1317), + [sym_string] = STATE(1248), + [sym__module] = STATE(1530), + [sym_identifier] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(115), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(124), + [anon_sym_RBRACE] = ACTIONS(124), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(124), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(124), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(124), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [945] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(3476), - [sym_constructor_type] = STATE(3476), - [sym__primary_type] = STATE(2656), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(3476), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(3476), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(3476), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2742), + [sym_constructor_type] = STATE(2742), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2742), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2742), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2742), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [946] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1742), - [sym_constructor_type] = STATE(1742), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1742), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1742), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1742), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(1317), + [sym_string] = STATE(1248), + [sym__module] = STATE(1530), + [sym_identifier] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(212), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(215), + [anon_sym_RBRACE] = ACTIONS(215), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(215), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(215), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(650), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [947] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1741), - [sym_constructor_type] = STATE(1741), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1741), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1741), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1741), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(2483), + [sym_constructor_type] = STATE(2483), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2483), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2483), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2483), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), }, [948] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3406), - [sym_constructor_type] = STATE(3406), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3406), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3406), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3406), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3500), + [sym_constructor_type] = STATE(3500), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3500), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3500), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3500), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [949] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1687), - [sym_constructor_type] = STATE(1687), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1687), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1687), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1687), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2897), + [anon_sym_export] = ACTIONS(2899), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2897), + [anon_sym_namespace] = ACTIONS(2897), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2901), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2903), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2905), + [anon_sym_readonly] = ACTIONS(2907), + [anon_sym_get] = ACTIONS(2909), + [anon_sym_set] = ACTIONS(2909), + [anon_sym_declare] = ACTIONS(2897), + [anon_sym_public] = ACTIONS(2911), + [anon_sym_private] = ACTIONS(2911), + [anon_sym_protected] = ACTIONS(2911), + [anon_sym_override] = ACTIONS(2913), + [anon_sym_module] = ACTIONS(2897), + [anon_sym_any] = ACTIONS(2897), + [anon_sym_number] = ACTIONS(2897), + [anon_sym_boolean] = ACTIONS(2897), + [anon_sym_string] = ACTIONS(2897), + [anon_sym_symbol] = ACTIONS(2897), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [950] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1324), - [sym_constructor_type] = STATE(1324), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1324), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1324), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1324), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2493), + [sym_constructor_type] = STATE(2493), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2493), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2493), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2493), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [951] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2661), - [sym_constructor_type] = STATE(2661), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2661), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2661), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2661), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2503), + [sym_constructor_type] = STATE(2503), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2503), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2503), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2503), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [952] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3320), - [sym_constructor_type] = STATE(3320), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3320), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3320), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3320), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2647), + [sym_constructor_type] = STATE(2647), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2647), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2647), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2647), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [953] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3411), - [sym_constructor_type] = STATE(3411), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3411), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3411), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3411), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3084), + [sym_constructor_type] = STATE(3084), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3084), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3084), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3084), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [954] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3301), - [sym_constructor_type] = STATE(3301), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3301), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3301), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3301), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(3573), + [sym_constructor_type] = STATE(3573), + [sym__primary_type] = STATE(2714), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(3573), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(3573), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(3573), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [955] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1347), - [sym_constructor_type] = STATE(1347), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1347), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1347), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1347), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(3662), + [sym_constructor_type] = STATE(3662), + [sym__primary_type] = STATE(1376), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(3662), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(3662), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(3662), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [956] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2360), - [sym_constructor_type] = STATE(2360), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2360), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2360), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2360), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(3573), + [sym_constructor_type] = STATE(3573), + [sym__primary_type] = STATE(2712), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(3573), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(3573), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(3573), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [957] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2739), - [sym_constructor_type] = STATE(2739), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2739), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2739), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2739), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2711), + [sym_constructor_type] = STATE(2711), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2711), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2711), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2711), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [958] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2740), - [sym_constructor_type] = STATE(2740), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2740), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2740), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2740), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2483), + [sym_constructor_type] = STATE(2483), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2483), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2483), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2483), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [959] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3416), - [sym_constructor_type] = STATE(3416), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3416), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3416), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3416), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(3662), + [sym_constructor_type] = STATE(3662), + [sym__primary_type] = STATE(1365), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(3662), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(3662), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(3662), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [960] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1348), - [sym_constructor_type] = STATE(1348), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1348), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1348), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1348), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2747), + [sym_constructor_type] = STATE(2747), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2747), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2747), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2747), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [961] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2917), - [sym_constructor_type] = STATE(2917), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2917), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2917), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2917), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2514), + [sym_constructor_type] = STATE(2514), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2514), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2514), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2514), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [962] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2987), - [sym_constructor_type] = STATE(2987), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2987), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2987), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2987), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1655), + [sym_constructor_type] = STATE(1655), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1655), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1655), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1655), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [963] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2986), - [sym_constructor_type] = STATE(2986), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2986), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2986), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2986), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3659), + [sym_constructor_type] = STATE(3659), + [sym__primary_type] = STATE(2498), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3659), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3659), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3659), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [964] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2909), - [sym_constructor_type] = STATE(2909), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2909), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2909), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2909), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2897), + [anon_sym_export] = ACTIONS(2899), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2897), + [anon_sym_namespace] = ACTIONS(2897), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2915), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2903), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2905), + [anon_sym_readonly] = ACTIONS(2907), + [anon_sym_get] = ACTIONS(2909), + [anon_sym_set] = ACTIONS(2909), + [anon_sym_declare] = ACTIONS(2897), + [anon_sym_public] = ACTIONS(2911), + [anon_sym_private] = ACTIONS(2911), + [anon_sym_protected] = ACTIONS(2911), + [anon_sym_override] = ACTIONS(2913), + [anon_sym_module] = ACTIONS(2897), + [anon_sym_any] = ACTIONS(2897), + [anon_sym_number] = ACTIONS(2897), + [anon_sym_boolean] = ACTIONS(2897), + [anon_sym_string] = ACTIONS(2897), + [anon_sym_symbol] = ACTIONS(2897), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [965] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2417), - [sym_constructor_type] = STATE(2417), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2417), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2417), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2417), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_export_statement] = STATE(2989), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2989), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2989), + [sym_property_signature] = STATE(2989), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2989), + [sym_index_signature] = STATE(2989), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2853), + [anon_sym_export] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2853), + [anon_sym_namespace] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2917), + [anon_sym_RBRACE] = ACTIONS(2919), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2921), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2859), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_readonly] = ACTIONS(2863), + [anon_sym_get] = ACTIONS(2865), + [anon_sym_set] = ACTIONS(2865), + [anon_sym_declare] = ACTIONS(2853), + [anon_sym_public] = ACTIONS(2867), + [anon_sym_private] = ACTIONS(2867), + [anon_sym_protected] = ACTIONS(2867), + [anon_sym_override] = ACTIONS(2869), + [anon_sym_module] = ACTIONS(2853), + [anon_sym_any] = ACTIONS(2853), + [anon_sym_number] = ACTIONS(2853), + [anon_sym_boolean] = ACTIONS(2853), + [anon_sym_string] = ACTIONS(2853), + [anon_sym_symbol] = ACTIONS(2853), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2923), }, [966] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2360), - [sym_constructor_type] = STATE(2360), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2360), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2360), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2360), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_export_statement] = STATE(2998), + [sym_object_pattern] = STATE(4182), + [sym_object_assignment_pattern] = STATE(3541), + [sym_array_pattern] = STATE(4182), + [sym__call_signature] = STATE(3322), + [sym__destructuring_pattern] = STATE(4182), + [sym_spread_element] = STATE(3683), + [sym_string] = STATE(2577), + [sym_decorator] = STATE(1162), + [sym_formal_parameters] = STATE(2686), + [sym_rest_pattern] = STATE(3541), + [sym_method_definition] = STATE(3683), + [sym_pair] = STATE(3683), + [sym_pair_pattern] = STATE(3541), + [sym__property_name] = STATE(2577), + [sym_computed_property_name] = STATE(2577), + [sym_method_signature] = STATE(2998), + [sym_accessibility_modifier] = STATE(2290), + [sym_override_modifier] = STATE(2307), + [sym_call_signature] = STATE(2998), + [sym_property_signature] = STATE(2998), + [sym_type_parameters] = STATE(3910), + [sym_construct_signature] = STATE(2998), + [sym_index_signature] = STATE(2998), + [aux_sym_export_statement_repeat1] = STATE(3418), + [aux_sym_object_repeat1] = STATE(3630), + [aux_sym_object_pattern_repeat1] = STATE(3544), + [sym_identifier] = ACTIONS(2897), + [anon_sym_export] = ACTIONS(2899), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_type] = ACTIONS(2897), + [anon_sym_namespace] = ACTIONS(2897), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2875), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_async] = ACTIONS(2903), + [anon_sym_new] = ACTIONS(2815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [sym_number] = ACTIONS(2819), + [sym_private_property_identifier] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(95), + [anon_sym_static] = ACTIONS(2905), + [anon_sym_readonly] = ACTIONS(2907), + [anon_sym_get] = ACTIONS(2909), + [anon_sym_set] = ACTIONS(2909), + [anon_sym_declare] = ACTIONS(2897), + [anon_sym_public] = ACTIONS(2911), + [anon_sym_private] = ACTIONS(2911), + [anon_sym_protected] = ACTIONS(2911), + [anon_sym_override] = ACTIONS(2913), + [anon_sym_module] = ACTIONS(2897), + [anon_sym_any] = ACTIONS(2897), + [anon_sym_number] = ACTIONS(2897), + [anon_sym_boolean] = ACTIONS(2897), + [anon_sym_string] = ACTIONS(2897), + [anon_sym_symbol] = ACTIONS(2897), + [anon_sym_abstract] = ACTIONS(2831), + [anon_sym_PIPE_RBRACE] = ACTIONS(2833), }, [967] = { - [sym_nested_identifier] = STATE(3991), - [sym_string] = STATE(2566), - [sym_formal_parameters] = STATE(3940), - [sym_nested_type_identifier] = STATE(2470), - [sym__type] = STATE(2573), - [sym_constructor_type] = STATE(2573), - [sym__primary_type] = STATE(2578), - [sym_template_literal_type] = STATE(2560), - [sym_infer_type] = STATE(2573), - [sym_conditional_type] = STATE(2560), - [sym_generic_type] = STATE(2560), - [sym_type_query] = STATE(2560), - [sym_index_type_query] = STATE(2560), - [sym_lookup_type] = STATE(2560), - [sym_literal_type] = STATE(2560), - [sym__number] = STATE(2582), - [sym_existential_type] = STATE(2560), - [sym_flow_maybe_type] = STATE(2560), - [sym_parenthesized_type] = STATE(2560), - [sym_predefined_type] = STATE(2560), - [sym_object_type] = STATE(2560), - [sym_type_parameters] = STATE(3831), - [sym_array_type] = STATE(2560), - [sym_tuple_type] = STATE(2560), - [sym_readonly_type] = STATE(2573), - [sym_union_type] = STATE(2560), - [sym_intersection_type] = STATE(2560), - [sym_function_type] = STATE(2573), - [sym_identifier] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_typeof] = ACTIONS(1259), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(706), - [anon_sym_PIPE] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_void] = ACTIONS(736), - [anon_sym_DQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1277), - [sym_number] = ACTIONS(1279), - [sym_this] = ACTIONS(1281), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [sym_null] = ACTIONS(1283), - [sym_undefined] = ACTIONS(1283), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_QMARK] = ACTIONS(726), - [anon_sym_any] = ACTIONS(736), - [anon_sym_number] = ACTIONS(736), - [anon_sym_boolean] = ACTIONS(736), - [anon_sym_string] = ACTIONS(736), - [anon_sym_symbol] = ACTIONS(736), - [anon_sym_abstract] = ACTIONS(730), - [anon_sym_infer] = ACTIONS(732), - [anon_sym_keyof] = ACTIONS(734), - [anon_sym_unknown] = ACTIONS(736), - [anon_sym_never] = ACTIONS(736), - [anon_sym_object] = ACTIONS(736), - [anon_sym_LBRACE_PIPE] = ACTIONS(738), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3659), + [sym_constructor_type] = STATE(3659), + [sym__primary_type] = STATE(2496), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3659), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3659), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3659), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [968] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1625), - [sym_constructor_type] = STATE(1625), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1625), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1625), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1625), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3005), + [sym_constructor_type] = STATE(3005), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3005), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3005), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3005), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [969] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3589), - [sym_constructor_type] = STATE(3589), - [sym__primary_type] = STATE(2368), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3589), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3589), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3589), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2671), + [sym_constructor_type] = STATE(2671), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2671), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2671), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2671), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [970] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3589), - [sym_constructor_type] = STATE(3589), - [sym__primary_type] = STATE(2370), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3589), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3589), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3589), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(3449), + [sym_constructor_type] = STATE(3449), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3449), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3449), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3449), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [971] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3421), - [sym_constructor_type] = STATE(3421), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3421), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3421), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3421), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2731), + [sym_constructor_type] = STATE(2731), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2731), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2731), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2731), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [972] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3157), - [sym_constructor_type] = STATE(3157), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3157), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3157), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3157), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2724), + [sym_constructor_type] = STATE(2724), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2724), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2724), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2724), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [973] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2392), - [sym_constructor_type] = STATE(2392), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2392), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2392), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2392), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4099), + [sym_string] = STATE(2766), + [sym_formal_parameters] = STATE(4270), + [sym_nested_type_identifier] = STATE(2663), + [sym__type] = STATE(2749), + [sym_constructor_type] = STATE(2749), + [sym__primary_type] = STATE(2762), + [sym_template_literal_type] = STATE(2758), + [sym_infer_type] = STATE(2749), + [sym_conditional_type] = STATE(2758), + [sym_generic_type] = STATE(2758), + [sym_type_query] = STATE(2758), + [sym_index_type_query] = STATE(2758), + [sym_lookup_type] = STATE(2758), + [sym_literal_type] = STATE(2758), + [sym__number] = STATE(2757), + [sym_existential_type] = STATE(2758), + [sym_flow_maybe_type] = STATE(2758), + [sym_parenthesized_type] = STATE(2758), + [sym_predefined_type] = STATE(2758), + [sym_object_type] = STATE(2758), + [sym_type_parameters] = STATE(3809), + [sym_array_type] = STATE(2758), + [sym_tuple_type] = STATE(2758), + [sym_readonly_type] = STATE(2749), + [sym_union_type] = STATE(2758), + [sym_intersection_type] = STATE(2758), + [sym_function_type] = STATE(2749), + [sym_identifier] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_typeof] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_new] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_PLUS] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2667), + [sym_number] = ACTIONS(2669), + [sym_this] = ACTIONS(2791), + [sym_true] = ACTIONS(2673), + [sym_false] = ACTIONS(2673), + [sym_null] = ACTIONS(2673), + [sym_undefined] = ACTIONS(2673), + [anon_sym_readonly] = ACTIONS(2675), + [anon_sym_QMARK] = ACTIONS(2677), + [anon_sym_any] = ACTIONS(2661), + [anon_sym_number] = ACTIONS(2661), + [anon_sym_boolean] = ACTIONS(2661), + [anon_sym_string] = ACTIONS(2661), + [anon_sym_symbol] = ACTIONS(2661), + [anon_sym_abstract] = ACTIONS(2679), + [anon_sym_infer] = ACTIONS(2683), + [anon_sym_keyof] = ACTIONS(2685), + [anon_sym_unique] = ACTIONS(2687), + [anon_sym_unknown] = ACTIONS(2661), + [anon_sym_never] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2661), + [anon_sym_LBRACE_PIPE] = ACTIONS(2689), }, [974] = { - [sym_nested_identifier] = STATE(4159), - [sym_string] = STATE(1787), - [sym_formal_parameters] = STATE(4123), - [sym_nested_type_identifier] = STATE(1521), - [sym__type] = STATE(1633), - [sym_constructor_type] = STATE(1633), - [sym__primary_type] = STATE(1793), - [sym_template_literal_type] = STATE(1690), - [sym_infer_type] = STATE(1633), - [sym_conditional_type] = STATE(1690), - [sym_generic_type] = STATE(1690), - [sym_type_query] = STATE(1690), - [sym_index_type_query] = STATE(1690), - [sym_lookup_type] = STATE(1690), - [sym_literal_type] = STATE(1690), - [sym__number] = STATE(1736), - [sym_existential_type] = STATE(1690), - [sym_flow_maybe_type] = STATE(1690), - [sym_parenthesized_type] = STATE(1690), - [sym_predefined_type] = STATE(1690), - [sym_object_type] = STATE(1690), - [sym_type_parameters] = STATE(3686), - [sym_array_type] = STATE(1690), - [sym_tuple_type] = STATE(1690), - [sym_readonly_type] = STATE(1633), - [sym_union_type] = STATE(1690), - [sym_intersection_type] = STATE(1690), - [sym_function_type] = STATE(1633), - [sym_identifier] = ACTIONS(2875), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_typeof] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_void] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(81), - [anon_sym_SQUOTE] = ACTIONS(83), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2789), - [sym_number] = ACTIONS(2791), - [sym_this] = ACTIONS(2877), - [sym_true] = ACTIONS(2795), - [sym_false] = ACTIONS(2795), - [sym_null] = ACTIONS(2795), - [sym_undefined] = ACTIONS(2795), - [anon_sym_readonly] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_any] = ACTIONS(2787), - [anon_sym_number] = ACTIONS(2787), - [anon_sym_boolean] = ACTIONS(2787), - [anon_sym_string] = ACTIONS(2787), - [anon_sym_symbol] = ACTIONS(2787), - [anon_sym_abstract] = ACTIONS(2801), - [anon_sym_infer] = ACTIONS(2803), - [anon_sym_keyof] = ACTIONS(2805), - [anon_sym_unknown] = ACTIONS(2787), - [anon_sym_never] = ACTIONS(2787), - [anon_sym_object] = ACTIONS(2787), - [anon_sym_LBRACE_PIPE] = ACTIONS(2807), + [sym_nested_identifier] = STATE(1317), + [sym_string] = STATE(1248), + [sym__module] = STATE(1530), + [sym_identifier] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(1265), + [anon_sym_RBRACE] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(1265), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(1265), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(147), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_QMARK] = ACTIONS(2005), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), }, [975] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1354), - [sym_constructor_type] = STATE(1354), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1354), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1354), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1354), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1259), + [sym_constructor_type] = STATE(1259), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1259), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1259), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1259), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [976] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(2954), - [sym_constructor_type] = STATE(2954), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2954), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2954), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2954), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1273), + [sym_constructor_type] = STATE(1273), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1273), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1273), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1273), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [977] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1351), - [sym_constructor_type] = STATE(1351), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1351), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1351), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1351), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2524), + [sym_constructor_type] = STATE(2524), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2524), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2524), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2524), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [978] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2394), - [sym_constructor_type] = STATE(2394), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2394), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2394), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2394), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2678), + [sym_constructor_type] = STATE(2678), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2678), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2678), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2678), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [979] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2673), - [sym_constructor_type] = STATE(2673), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2673), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2673), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2673), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1726), + [sym_constructor_type] = STATE(1726), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1726), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1726), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1726), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [980] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2389), - [sym_constructor_type] = STATE(2389), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2389), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2389), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2389), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2416), + [sym_constructor_type] = STATE(2416), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2416), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2416), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2416), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), }, [981] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4165), - [sym_nested_type_identifier] = STATE(2741), - [sym__type] = STATE(2972), - [sym_constructor_type] = STATE(2972), - [sym__primary_type] = STATE(2380), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(2972), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3802), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(2972), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(2972), - [sym_identifier] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(2823), - [anon_sym_typeof] = ACTIONS(2825), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_PIPE] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1895), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(2835), - [anon_sym_QMARK] = ACTIONS(2837), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(2839), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(2841), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(2843), + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1353), + [sym_constructor_type] = STATE(1353), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1353), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1353), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1353), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), }, [982] = { - [sym_nested_identifier] = STATE(3926), - [sym_string] = STATE(1258), - [sym_formal_parameters] = STATE(3911), - [sym_nested_type_identifier] = STATE(1218), - [sym__type] = STATE(1294), - [sym_constructor_type] = STATE(1294), - [sym__primary_type] = STATE(1261), - [sym_template_literal_type] = STATE(1262), - [sym_infer_type] = STATE(1294), - [sym_conditional_type] = STATE(1262), - [sym_generic_type] = STATE(1262), - [sym_type_query] = STATE(1262), - [sym_index_type_query] = STATE(1262), - [sym_lookup_type] = STATE(1262), - [sym_literal_type] = STATE(1262), - [sym__number] = STATE(1263), - [sym_existential_type] = STATE(1262), - [sym_flow_maybe_type] = STATE(1262), - [sym_parenthesized_type] = STATE(1262), - [sym_predefined_type] = STATE(1262), - [sym_object_type] = STATE(1262), - [sym_type_parameters] = STATE(3899), - [sym_array_type] = STATE(1262), - [sym_tuple_type] = STATE(1262), - [sym_readonly_type] = STATE(1294), - [sym_union_type] = STATE(1262), - [sym_intersection_type] = STATE(1262), - [sym_function_type] = STATE(1294), - [sym_identifier] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_typeof] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_void] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(173), - [anon_sym_SQUOTE] = ACTIONS(175), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2687), - [sym_number] = ACTIONS(2689), - [sym_this] = ACTIONS(2867), - [sym_true] = ACTIONS(2693), - [sym_false] = ACTIONS(2693), - [sym_null] = ACTIONS(2693), - [sym_undefined] = ACTIONS(2693), - [anon_sym_readonly] = ACTIONS(2695), - [anon_sym_QMARK] = ACTIONS(2697), - [anon_sym_any] = ACTIONS(2685), - [anon_sym_number] = ACTIONS(2685), - [anon_sym_boolean] = ACTIONS(2685), - [anon_sym_string] = ACTIONS(2685), - [anon_sym_symbol] = ACTIONS(2685), - [anon_sym_abstract] = ACTIONS(2699), - [anon_sym_infer] = ACTIONS(2701), - [anon_sym_keyof] = ACTIONS(2703), - [anon_sym_unknown] = ACTIONS(2685), - [anon_sym_never] = ACTIONS(2685), - [anon_sym_object] = ACTIONS(2685), - [anon_sym_LBRACE_PIPE] = ACTIONS(2705), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(2637), + [sym_constructor_type] = STATE(2637), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(2637), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(2637), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(2637), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), }, [983] = { - [sym_nested_identifier] = STATE(4100), - [sym_string] = STATE(2378), - [sym_formal_parameters] = STATE(4099), - [sym_nested_type_identifier] = STATE(2353), - [sym__type] = STATE(3589), - [sym_constructor_type] = STATE(3589), - [sym__primary_type] = STATE(3111), - [sym_template_literal_type] = STATE(2381), - [sym_infer_type] = STATE(3370), - [sym_conditional_type] = STATE(2381), - [sym_generic_type] = STATE(2381), - [sym_type_query] = STATE(2381), - [sym_index_type_query] = STATE(2381), - [sym_lookup_type] = STATE(2381), - [sym_literal_type] = STATE(2381), - [sym__number] = STATE(2382), - [sym_existential_type] = STATE(2381), - [sym_flow_maybe_type] = STATE(2381), - [sym_parenthesized_type] = STATE(2381), - [sym_predefined_type] = STATE(2381), - [sym_object_type] = STATE(2381), - [sym_type_parameters] = STATE(3754), - [sym_array_type] = STATE(2381), - [sym_tuple_type] = STATE(2381), - [sym_readonly_type] = STATE(3589), - [sym_union_type] = STATE(2381), - [sym_intersection_type] = STATE(2381), - [sym_function_type] = STATE(3589), - [sym_identifier] = ACTIONS(1196), - [anon_sym_STAR] = ACTIONS(544), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_typeof] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1204), - [anon_sym_LBRACK] = ACTIONS(1206), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(1210), - [anon_sym_AMP] = ACTIONS(572), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_void] = ACTIONS(201), - [anon_sym_DQUOTE] = ACTIONS(1214), - [anon_sym_SQUOTE] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(1218), - [sym_number] = ACTIONS(1220), - [sym_this] = ACTIONS(1222), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_undefined] = ACTIONS(1224), - [anon_sym_readonly] = ACTIONS(1226), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_any] = ACTIONS(201), - [anon_sym_number] = ACTIONS(201), - [anon_sym_boolean] = ACTIONS(201), - [anon_sym_string] = ACTIONS(201), - [anon_sym_symbol] = ACTIONS(201), - [anon_sym_abstract] = ACTIONS(195), - [anon_sym_infer] = ACTIONS(197), - [anon_sym_keyof] = ACTIONS(199), - [anon_sym_unknown] = ACTIONS(201), - [anon_sym_never] = ACTIONS(201), - [anon_sym_object] = ACTIONS(201), - [anon_sym_LBRACE_PIPE] = ACTIONS(203), + [sym_nested_identifier] = STATE(4148), + [sym_string] = STATE(1821), + [sym_formal_parameters] = STATE(4178), + [sym_nested_type_identifier] = STATE(1590), + [sym__type] = STATE(1727), + [sym_constructor_type] = STATE(1727), + [sym__primary_type] = STATE(1827), + [sym_template_literal_type] = STATE(1616), + [sym_infer_type] = STATE(1727), + [sym_conditional_type] = STATE(1616), + [sym_generic_type] = STATE(1616), + [sym_type_query] = STATE(1616), + [sym_index_type_query] = STATE(1616), + [sym_lookup_type] = STATE(1616), + [sym_literal_type] = STATE(1616), + [sym__number] = STATE(1820), + [sym_existential_type] = STATE(1616), + [sym_flow_maybe_type] = STATE(1616), + [sym_parenthesized_type] = STATE(1616), + [sym_predefined_type] = STATE(1616), + [sym_object_type] = STATE(1616), + [sym_type_parameters] = STATE(3738), + [sym_array_type] = STATE(1616), + [sym_tuple_type] = STATE(1616), + [sym_readonly_type] = STATE(1727), + [sym_union_type] = STATE(1616), + [sym_intersection_type] = STATE(1616), + [sym_function_type] = STATE(1727), + [sym_identifier] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2541), + [anon_sym_typeof] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2545), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_new] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2557), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(83), + [anon_sym_SQUOTE] = ACTIONS(85), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2561), + [sym_number] = ACTIONS(2563), + [sym_this] = ACTIONS(2763), + [sym_true] = ACTIONS(2567), + [sym_false] = ACTIONS(2567), + [sym_null] = ACTIONS(2567), + [sym_undefined] = ACTIONS(2567), + [anon_sym_readonly] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_any] = ACTIONS(2559), + [anon_sym_number] = ACTIONS(2559), + [anon_sym_boolean] = ACTIONS(2559), + [anon_sym_string] = ACTIONS(2559), + [anon_sym_symbol] = ACTIONS(2559), + [anon_sym_abstract] = ACTIONS(2573), + [anon_sym_infer] = ACTIONS(2577), + [anon_sym_keyof] = ACTIONS(2579), + [anon_sym_unique] = ACTIONS(2581), + [anon_sym_unknown] = ACTIONS(2559), + [anon_sym_never] = ACTIONS(2559), + [anon_sym_object] = ACTIONS(2559), + [anon_sym_LBRACE_PIPE] = ACTIONS(2583), }, [984] = { - [sym_nested_identifier] = STATE(3996), - [sym_string] = STATE(2685), - [sym_formal_parameters] = STATE(4153), - [sym_nested_type_identifier] = STATE(2596), - [sym__type] = STATE(2674), - [sym_constructor_type] = STATE(2674), - [sym__primary_type] = STATE(2682), - [sym_template_literal_type] = STATE(2681), - [sym_infer_type] = STATE(2674), - [sym_conditional_type] = STATE(2681), - [sym_generic_type] = STATE(2681), - [sym_type_query] = STATE(2681), - [sym_index_type_query] = STATE(2681), - [sym_lookup_type] = STATE(2681), - [sym_literal_type] = STATE(2681), - [sym__number] = STATE(2680), - [sym_existential_type] = STATE(2681), - [sym_flow_maybe_type] = STATE(2681), - [sym_parenthesized_type] = STATE(2681), - [sym_predefined_type] = STATE(2681), - [sym_object_type] = STATE(2681), - [sym_type_parameters] = STATE(3854), - [sym_array_type] = STATE(2681), - [sym_tuple_type] = STATE(2681), - [sym_readonly_type] = STATE(2674), - [sym_union_type] = STATE(2681), - [sym_intersection_type] = STATE(2681), - [sym_function_type] = STATE(2674), - [sym_identifier] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_typeof] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_new] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_void] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [sym_comment] = ACTIONS(3), - [anon_sym_BQUOTE] = ACTIONS(2557), - [sym_number] = ACTIONS(2559), - [sym_this] = ACTIONS(2871), - [sym_true] = ACTIONS(2563), - [sym_false] = ACTIONS(2563), - [sym_null] = ACTIONS(2563), - [sym_undefined] = ACTIONS(2563), - [anon_sym_readonly] = ACTIONS(2565), - [anon_sym_QMARK] = ACTIONS(2567), - [anon_sym_any] = ACTIONS(2551), - [anon_sym_number] = ACTIONS(2551), - [anon_sym_boolean] = ACTIONS(2551), - [anon_sym_string] = ACTIONS(2551), - [anon_sym_symbol] = ACTIONS(2551), - [anon_sym_abstract] = ACTIONS(2569), - [anon_sym_infer] = ACTIONS(2573), - [anon_sym_keyof] = ACTIONS(2575), - [anon_sym_unknown] = ACTIONS(2551), - [anon_sym_never] = ACTIONS(2551), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_LBRACE_PIPE] = ACTIONS(2577), + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4343), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(3098), + [sym_constructor_type] = STATE(3098), + [sym__primary_type] = STATE(2651), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(3098), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3932), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(3098), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(3098), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(744), + [anon_sym_infer] = ACTIONS(746), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), + }, + [985] = { + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(3557), + [sym_constructor_type] = STATE(3557), + [sym__primary_type] = STATE(2636), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(3557), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(3557), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(3557), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), + }, + [986] = { + [sym_nested_identifier] = STATE(4016), + [sym_string] = STATE(2649), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2526), + [sym__type] = STATE(3557), + [sym_constructor_type] = STATE(3557), + [sym__primary_type] = STATE(2631), + [sym_template_literal_type] = STATE(2654), + [sym_infer_type] = STATE(3557), + [sym_conditional_type] = STATE(2654), + [sym_generic_type] = STATE(2654), + [sym_type_query] = STATE(2654), + [sym_index_type_query] = STATE(2654), + [sym_lookup_type] = STATE(2654), + [sym_literal_type] = STATE(2654), + [sym__number] = STATE(2658), + [sym_existential_type] = STATE(2654), + [sym_flow_maybe_type] = STATE(2654), + [sym_parenthesized_type] = STATE(2654), + [sym_predefined_type] = STATE(2654), + [sym_object_type] = STATE(2654), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2654), + [sym_tuple_type] = STATE(2654), + [sym_readonly_type] = STATE(3557), + [sym_union_type] = STATE(2654), + [sym_intersection_type] = STATE(2654), + [sym_function_type] = STATE(3557), + [sym_identifier] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(1275), + [anon_sym_typeof] = ACTIONS(1277), + [anon_sym_LPAREN] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(720), + [anon_sym_PIPE] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(2531), + [anon_sym_DASH] = ACTIONS(1289), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(752), + [anon_sym_DQUOTE] = ACTIONS(1291), + [anon_sym_SQUOTE] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1295), + [sym_number] = ACTIONS(1297), + [sym_this] = ACTIONS(1299), + [sym_true] = ACTIONS(1301), + [sym_false] = ACTIONS(1301), + [sym_null] = ACTIONS(1301), + [sym_undefined] = ACTIONS(1301), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(740), + [anon_sym_any] = ACTIONS(752), + [anon_sym_number] = ACTIONS(752), + [anon_sym_boolean] = ACTIONS(752), + [anon_sym_string] = ACTIONS(752), + [anon_sym_symbol] = ACTIONS(752), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(748), + [anon_sym_unique] = ACTIONS(750), + [anon_sym_unknown] = ACTIONS(752), + [anon_sym_never] = ACTIONS(752), + [anon_sym_object] = ACTIONS(752), + [anon_sym_LBRACE_PIPE] = ACTIONS(754), + }, + [987] = { + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4226), + [sym_nested_type_identifier] = STATE(2394), + [sym__type] = STATE(2717), + [sym_constructor_type] = STATE(2717), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(2717), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3885), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(2717), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(2717), + [sym_identifier] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_typeof] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(1234), + [anon_sym_AMP] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(1252), + [anon_sym_QMARK] = ACTIONS(602), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(200), + [anon_sym_infer] = ACTIONS(202), + [anon_sym_keyof] = ACTIONS(204), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(210), + }, + [988] = { + [sym_nested_identifier] = STATE(4227), + [sym_string] = STATE(2456), + [sym_formal_parameters] = STATE(4146), + [sym_nested_type_identifier] = STATE(2811), + [sym__type] = STATE(3046), + [sym_constructor_type] = STATE(3046), + [sym__primary_type] = STATE(2485), + [sym_template_literal_type] = STATE(2487), + [sym_infer_type] = STATE(3046), + [sym_conditional_type] = STATE(2487), + [sym_generic_type] = STATE(2487), + [sym_type_query] = STATE(2487), + [sym_index_type_query] = STATE(2487), + [sym_lookup_type] = STATE(2487), + [sym_literal_type] = STATE(2487), + [sym__number] = STATE(2470), + [sym_existential_type] = STATE(2487), + [sym_flow_maybe_type] = STATE(2487), + [sym_parenthesized_type] = STATE(2487), + [sym_predefined_type] = STATE(2487), + [sym_object_type] = STATE(2487), + [sym_type_parameters] = STATE(3740), + [sym_array_type] = STATE(2487), + [sym_tuple_type] = STATE(2487), + [sym_readonly_type] = STATE(3046), + [sym_union_type] = STATE(2487), + [sym_intersection_type] = STATE(2487), + [sym_function_type] = STATE(3046), + [sym_identifier] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(554), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_typeof] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(1230), + [anon_sym_LBRACK] = ACTIONS(1232), + [anon_sym_new] = ACTIONS(2697), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2701), + [anon_sym_PLUS] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(208), + [anon_sym_DQUOTE] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(1244), + [sym_number] = ACTIONS(1246), + [sym_this] = ACTIONS(1248), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [sym_null] = ACTIONS(1250), + [sym_undefined] = ACTIONS(1250), + [anon_sym_readonly] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_any] = ACTIONS(208), + [anon_sym_number] = ACTIONS(208), + [anon_sym_boolean] = ACTIONS(208), + [anon_sym_string] = ACTIONS(208), + [anon_sym_symbol] = ACTIONS(208), + [anon_sym_abstract] = ACTIONS(2709), + [anon_sym_infer] = ACTIONS(2713), + [anon_sym_keyof] = ACTIONS(2715), + [anon_sym_unique] = ACTIONS(206), + [anon_sym_unknown] = ACTIONS(208), + [anon_sym_never] = ACTIONS(208), + [anon_sym_object] = ACTIONS(208), + [anon_sym_LBRACE_PIPE] = ACTIONS(2717), + }, + [989] = { + [sym_nested_identifier] = STATE(4027), + [sym_string] = STATE(1265), + [sym_formal_parameters] = STATE(4080), + [sym_nested_type_identifier] = STATE(1245), + [sym__type] = STATE(1350), + [sym_constructor_type] = STATE(1350), + [sym__primary_type] = STATE(1274), + [sym_template_literal_type] = STATE(1279), + [sym_infer_type] = STATE(1350), + [sym_conditional_type] = STATE(1279), + [sym_generic_type] = STATE(1279), + [sym_type_query] = STATE(1279), + [sym_index_type_query] = STATE(1279), + [sym_lookup_type] = STATE(1279), + [sym_literal_type] = STATE(1279), + [sym__number] = STATE(1287), + [sym_existential_type] = STATE(1279), + [sym_flow_maybe_type] = STATE(1279), + [sym_parenthesized_type] = STATE(1279), + [sym_predefined_type] = STATE(1279), + [sym_object_type] = STATE(1279), + [sym_type_parameters] = STATE(3914), + [sym_array_type] = STATE(1279), + [sym_tuple_type] = STATE(1279), + [sym_readonly_type] = STATE(1350), + [sym_union_type] = STATE(1279), + [sym_intersection_type] = STATE(1279), + [sym_function_type] = STATE(1350), + [sym_identifier] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_typeof] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_new] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2603), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(1238), + [anon_sym_void] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2609), + [sym_number] = ACTIONS(2611), + [sym_this] = ACTIONS(2781), + [sym_true] = ACTIONS(2615), + [sym_false] = ACTIONS(2615), + [sym_null] = ACTIONS(2615), + [sym_undefined] = ACTIONS(2615), + [anon_sym_readonly] = ACTIONS(2617), + [anon_sym_QMARK] = ACTIONS(2619), + [anon_sym_any] = ACTIONS(2607), + [anon_sym_number] = ACTIONS(2607), + [anon_sym_boolean] = ACTIONS(2607), + [anon_sym_string] = ACTIONS(2607), + [anon_sym_symbol] = ACTIONS(2607), + [anon_sym_abstract] = ACTIONS(2621), + [anon_sym_infer] = ACTIONS(2625), + [anon_sym_keyof] = ACTIONS(2627), + [anon_sym_unique] = ACTIONS(2629), + [anon_sym_unknown] = ACTIONS(2607), + [anon_sym_never] = ACTIONS(2607), + [anon_sym_object] = ACTIONS(2607), + [anon_sym_LBRACE_PIPE] = ACTIONS(2631), + }, + [990] = { + [sym_identifier] = ACTIONS(2925), + [anon_sym_export] = ACTIONS(2925), + [anon_sym_type] = ACTIONS(2925), + [anon_sym_EQ] = ACTIONS(2925), + [anon_sym_namespace] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_COMMA] = ACTIONS(2927), + [anon_sym_RBRACE] = ACTIONS(2927), + [anon_sym_typeof] = ACTIONS(2925), + [anon_sym_import] = ACTIONS(2925), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_LPAREN] = ACTIONS(2927), + [anon_sym_RPAREN] = ACTIONS(2927), + [anon_sym_await] = ACTIONS(2925), + [anon_sym_COLON] = ACTIONS(2927), + [anon_sym_yield] = ACTIONS(2925), + [anon_sym_LBRACK] = ACTIONS(2927), + [anon_sym_RBRACK] = ACTIONS(2927), + [anon_sym_LTtemplate_GT] = ACTIONS(2927), + [anon_sym_GT] = ACTIONS(2927), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_async] = ACTIONS(2925), + [anon_sym_function] = ACTIONS(2925), + [anon_sym_EQ_GT] = ACTIONS(2927), + [anon_sym_new] = ACTIONS(2925), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_PIPE] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_SLASH] = ACTIONS(2925), + [anon_sym_LT] = ACTIONS(2925), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_void] = ACTIONS(2925), + [anon_sym_delete] = ACTIONS(2925), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_DASH_DASH] = ACTIONS(2925), + [anon_sym_DQUOTE] = ACTIONS(2927), + [anon_sym_SQUOTE] = ACTIONS(2927), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2927), + [sym_number] = ACTIONS(2927), + [sym_this] = ACTIONS(2925), + [sym_super] = ACTIONS(2925), + [sym_true] = ACTIONS(2925), + [sym_false] = ACTIONS(2925), + [sym_null] = ACTIONS(2925), + [sym_undefined] = ACTIONS(2925), + [anon_sym_AT] = ACTIONS(2927), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_readonly] = ACTIONS(2925), + [anon_sym_get] = ACTIONS(2925), + [anon_sym_set] = ACTIONS(2925), + [anon_sym_QMARK] = ACTIONS(2927), + [anon_sym_declare] = ACTIONS(2925), + [anon_sym_public] = ACTIONS(2925), + [anon_sym_private] = ACTIONS(2925), + [anon_sym_protected] = ACTIONS(2925), + [anon_sym_override] = ACTIONS(2925), + [anon_sym_module] = ACTIONS(2925), + [anon_sym_any] = ACTIONS(2925), + [anon_sym_number] = ACTIONS(2925), + [anon_sym_boolean] = ACTIONS(2925), + [anon_sym_string] = ACTIONS(2925), + [anon_sym_symbol] = ACTIONS(2925), + [anon_sym_extends] = ACTIONS(2925), + }, + [991] = { + [sym_nested_identifier] = STATE(1317), + [sym_string] = STATE(1248), + [sym__module] = STATE(1530), + [sym_identifier] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1224), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [992] = { + [sym_nested_identifier] = STATE(1317), + [sym_string] = STATE(1248), + [sym__module] = STATE(1530), + [sym_identifier] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(118), + [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_as] = ACTIONS(118), + [anon_sym_COMMA] = ACTIONS(149), + [anon_sym_RBRACE] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(118), + [anon_sym_LPAREN] = ACTIONS(149), + [anon_sym_RPAREN] = ACTIONS(149), + [anon_sym_in] = ACTIONS(118), + [anon_sym_COLON] = ACTIONS(149), + [anon_sym_LBRACK] = ACTIONS(149), + [anon_sym_RBRACK] = ACTIONS(149), + [anon_sym_GT] = ACTIONS(118), + [anon_sym_DOT] = ACTIONS(149), + [anon_sym_EQ_GT] = ACTIONS(218), + [anon_sym_QMARK_DOT] = ACTIONS(149), + [anon_sym_PLUS_EQ] = ACTIONS(153), + [anon_sym_DASH_EQ] = ACTIONS(153), + [anon_sym_STAR_EQ] = ACTIONS(153), + [anon_sym_SLASH_EQ] = ACTIONS(153), + [anon_sym_PERCENT_EQ] = ACTIONS(153), + [anon_sym_CARET_EQ] = ACTIONS(153), + [anon_sym_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_EQ] = ACTIONS(153), + [anon_sym_GT_GT_EQ] = ACTIONS(153), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(153), + [anon_sym_LT_LT_EQ] = ACTIONS(153), + [anon_sym_STAR_STAR_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP_EQ] = ACTIONS(153), + [anon_sym_PIPE_PIPE_EQ] = ACTIONS(153), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(153), + [anon_sym_AMP_AMP] = ACTIONS(118), + [anon_sym_PIPE_PIPE] = ACTIONS(118), + [anon_sym_GT_GT] = ACTIONS(118), + [anon_sym_GT_GT_GT] = ACTIONS(118), + [anon_sym_LT_LT] = ACTIONS(118), + [anon_sym_AMP] = ACTIONS(118), + [anon_sym_CARET] = ACTIONS(118), + [anon_sym_PIPE] = ACTIONS(118), + [anon_sym_PLUS] = ACTIONS(118), + [anon_sym_DASH] = ACTIONS(118), + [anon_sym_SLASH] = ACTIONS(118), + [anon_sym_PERCENT] = ACTIONS(118), + [anon_sym_STAR_STAR] = ACTIONS(118), + [anon_sym_LT] = ACTIONS(118), + [anon_sym_LT_EQ] = ACTIONS(149), + [anon_sym_EQ_EQ] = ACTIONS(118), + [anon_sym_EQ_EQ_EQ] = ACTIONS(149), + [anon_sym_BANG_EQ] = ACTIONS(118), + [anon_sym_BANG_EQ_EQ] = ACTIONS(149), + [anon_sym_GT_EQ] = ACTIONS(149), + [anon_sym_QMARK_QMARK] = ACTIONS(118), + [anon_sym_instanceof] = ACTIONS(118), + [anon_sym_PLUS_PLUS] = ACTIONS(149), + [anon_sym_DASH_DASH] = ACTIONS(118), + [anon_sym_DQUOTE] = ACTIONS(178), + [anon_sym_SQUOTE] = ACTIONS(180), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(149), + [anon_sym_satisfies] = ACTIONS(118), + [sym__ternary_qmark] = ACTIONS(149), + }, + [993] = { + [sym_identifier] = ACTIONS(2929), + [anon_sym_export] = ACTIONS(2929), + [anon_sym_type] = ACTIONS(2929), + [anon_sym_EQ] = ACTIONS(2929), + [anon_sym_namespace] = ACTIONS(2929), + [anon_sym_LBRACE] = ACTIONS(2931), + [anon_sym_COMMA] = ACTIONS(2931), + [anon_sym_RBRACE] = ACTIONS(2931), + [anon_sym_typeof] = ACTIONS(2929), + [anon_sym_import] = ACTIONS(2929), + [anon_sym_BANG] = ACTIONS(2931), + [anon_sym_LPAREN] = ACTIONS(2931), + [anon_sym_RPAREN] = ACTIONS(2931), + [anon_sym_await] = ACTIONS(2929), + [anon_sym_COLON] = ACTIONS(2931), + [anon_sym_yield] = ACTIONS(2929), + [anon_sym_LBRACK] = ACTIONS(2931), + [anon_sym_RBRACK] = ACTIONS(2931), + [anon_sym_LTtemplate_GT] = ACTIONS(2931), + [anon_sym_GT] = ACTIONS(2931), + [anon_sym_class] = ACTIONS(2929), + [anon_sym_async] = ACTIONS(2929), + [anon_sym_function] = ACTIONS(2929), + [anon_sym_EQ_GT] = ACTIONS(2931), + [anon_sym_new] = ACTIONS(2929), + [anon_sym_AMP] = ACTIONS(2931), + [anon_sym_PIPE] = ACTIONS(2931), + [anon_sym_PLUS] = ACTIONS(2929), + [anon_sym_DASH] = ACTIONS(2929), + [anon_sym_SLASH] = ACTIONS(2929), + [anon_sym_LT] = ACTIONS(2929), + [anon_sym_TILDE] = ACTIONS(2931), + [anon_sym_void] = ACTIONS(2929), + [anon_sym_delete] = ACTIONS(2929), + [anon_sym_PLUS_PLUS] = ACTIONS(2931), + [anon_sym_DASH_DASH] = ACTIONS(2929), + [anon_sym_DQUOTE] = ACTIONS(2931), + [anon_sym_SQUOTE] = ACTIONS(2931), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2931), + [sym_number] = ACTIONS(2931), + [sym_this] = ACTIONS(2929), + [sym_super] = ACTIONS(2929), + [sym_true] = ACTIONS(2929), + [sym_false] = ACTIONS(2929), + [sym_null] = ACTIONS(2929), + [sym_undefined] = ACTIONS(2929), + [anon_sym_AT] = ACTIONS(2931), + [anon_sym_static] = ACTIONS(2929), + [anon_sym_readonly] = ACTIONS(2929), + [anon_sym_get] = ACTIONS(2929), + [anon_sym_set] = ACTIONS(2929), + [anon_sym_QMARK] = ACTIONS(2931), + [anon_sym_declare] = ACTIONS(2929), + [anon_sym_public] = ACTIONS(2929), + [anon_sym_private] = ACTIONS(2929), + [anon_sym_protected] = ACTIONS(2929), + [anon_sym_override] = ACTIONS(2929), + [anon_sym_module] = ACTIONS(2929), + [anon_sym_any] = ACTIONS(2929), + [anon_sym_number] = ACTIONS(2929), + [anon_sym_boolean] = ACTIONS(2929), + [anon_sym_string] = ACTIONS(2929), + [anon_sym_symbol] = ACTIONS(2929), + [anon_sym_extends] = ACTIONS(2929), + }, + [994] = { + [sym_identifier] = ACTIONS(2933), + [anon_sym_export] = ACTIONS(2933), + [anon_sym_type] = ACTIONS(2933), + [anon_sym_EQ] = ACTIONS(2933), + [anon_sym_namespace] = ACTIONS(2933), + [anon_sym_LBRACE] = ACTIONS(2935), + [anon_sym_COMMA] = ACTIONS(2935), + [anon_sym_RBRACE] = ACTIONS(2935), + [anon_sym_typeof] = ACTIONS(2933), + [anon_sym_import] = ACTIONS(2933), + [anon_sym_BANG] = ACTIONS(2935), + [anon_sym_LPAREN] = ACTIONS(2935), + [anon_sym_RPAREN] = ACTIONS(2935), + [anon_sym_await] = ACTIONS(2933), + [anon_sym_COLON] = ACTIONS(2935), + [anon_sym_yield] = ACTIONS(2933), + [anon_sym_LBRACK] = ACTIONS(2935), + [anon_sym_RBRACK] = ACTIONS(2935), + [anon_sym_LTtemplate_GT] = ACTIONS(2935), + [anon_sym_GT] = ACTIONS(2935), + [anon_sym_class] = ACTIONS(2933), + [anon_sym_async] = ACTIONS(2933), + [anon_sym_function] = ACTIONS(2933), + [anon_sym_EQ_GT] = ACTIONS(2935), + [anon_sym_new] = ACTIONS(2933), + [anon_sym_AMP] = ACTIONS(2935), + [anon_sym_PIPE] = ACTIONS(2935), + [anon_sym_PLUS] = ACTIONS(2933), + [anon_sym_DASH] = ACTIONS(2933), + [anon_sym_SLASH] = ACTIONS(2933), + [anon_sym_LT] = ACTIONS(2933), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_void] = ACTIONS(2933), + [anon_sym_delete] = ACTIONS(2933), + [anon_sym_PLUS_PLUS] = ACTIONS(2935), + [anon_sym_DASH_DASH] = ACTIONS(2933), + [anon_sym_DQUOTE] = ACTIONS(2935), + [anon_sym_SQUOTE] = ACTIONS(2935), + [sym_comment] = ACTIONS(3), + [anon_sym_BQUOTE] = ACTIONS(2935), + [sym_number] = ACTIONS(2935), + [sym_this] = ACTIONS(2933), + [sym_super] = ACTIONS(2933), + [sym_true] = ACTIONS(2933), + [sym_false] = ACTIONS(2933), + [sym_null] = ACTIONS(2933), + [sym_undefined] = ACTIONS(2933), + [anon_sym_AT] = ACTIONS(2935), + [anon_sym_static] = ACTIONS(2933), + [anon_sym_readonly] = ACTIONS(2933), + [anon_sym_get] = ACTIONS(2933), + [anon_sym_set] = ACTIONS(2933), + [anon_sym_QMARK] = ACTIONS(2935), + [anon_sym_declare] = ACTIONS(2933), + [anon_sym_public] = ACTIONS(2933), + [anon_sym_private] = ACTIONS(2933), + [anon_sym_protected] = ACTIONS(2933), + [anon_sym_override] = ACTIONS(2933), + [anon_sym_module] = ACTIONS(2933), + [anon_sym_any] = ACTIONS(2933), + [anon_sym_number] = ACTIONS(2933), + [anon_sym_boolean] = ACTIONS(2933), + [anon_sym_string] = ACTIONS(2933), + [anon_sym_symbol] = ACTIONS(2933), + [anon_sym_extends] = ACTIONS(2933), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 12, + [0] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(83), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(1228), 1, - anon_sym_EQ, - ACTIONS(1230), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - ACTIONS(2879), 1, + ACTIONS(1224), 1, + anon_sym_EQ, + ACTIONS(1265), 1, + anon_sym_COLON, + ACTIONS(2895), 1, sym_identifier, - STATE(1211), 1, - sym_nested_identifier, - STATE(1224), 1, + STATE(1248), 1, sym_string, - STATE(1448), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 15, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(1262), 3, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(149), 11, + sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -107268,9 +109344,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107286,15 +109361,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(116), 25, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107305,33 +109377,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [89] = 12, + [93] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - anon_sym_DQUOTE, - ACTIONS(83), 1, - anon_sym_SQUOTE, - ACTIONS(1232), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(2879), 1, + ACTIONS(1899), 1, + anon_sym_COLON, + ACTIONS(2735), 1, sym_identifier, - STATE(1211), 1, + ACTIONS(2737), 1, + anon_sym_DQUOTE, + ACTIONS(2739), 1, + anon_sym_SQUOTE, + STATE(132), 1, sym_nested_identifier, - STATE(1224), 1, + STATE(138), 1, sym_string, - STATE(1448), 1, + STATE(150), 1, sym__module, - ACTIONS(154), 15, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107347,31 +109439,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(150), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107382,35 +109455,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [178] = 13, + [184] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(83), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(85), 1, anon_sym_SQUOTE, - ACTIONS(1232), 1, + ACTIONS(1258), 1, anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(1260), 1, anon_sym_EQ_GT, - ACTIONS(1867), 1, - anon_sym_COLON, - ACTIONS(2515), 1, + ACTIONS(2937), 1, sym_identifier, - STATE(596), 1, - sym_nested_identifier, - STATE(610), 1, + STATE(1228), 1, sym_string, - STATE(646), 1, + STATE(1229), 1, + sym_nested_identifier, + STATE(1390), 1, sym__module, - ACTIONS(150), 15, + ACTIONS(149), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107424,9 +109498,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107442,14 +109515,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(116), 24, + ACTIONS(118), 26, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, + anon_sym_of, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107460,35 +109532,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [269] = 13, + [273] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(83), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(1232), 1, - anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(1260), 1, anon_sym_EQ_GT, - ACTIONS(1871), 1, - anon_sym_COLON, - ACTIONS(2879), 1, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(2895), 1, sym_identifier, - STATE(1211), 1, - sym_nested_identifier, - STATE(1224), 1, + STATE(1248), 1, sym_string, - STATE(1448), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 15, + ACTIONS(149), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107502,9 +109575,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107520,14 +109592,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(116), 24, + ACTIONS(118), 26, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, + anon_sym_of, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107538,33 +109609,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [360] = 12, + [362] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(1234), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(2619), 1, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(1899), 1, + anon_sym_COLON, + ACTIONS(2741), 1, sym_identifier, - STATE(1254), 1, + STATE(595), 1, sym_nested_identifier, - STATE(1255), 1, + STATE(621), 1, sym_string, - STATE(1475), 1, + STATE(645), 1, sym__module, - ACTIONS(154), 15, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107580,31 +109671,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(150), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107615,41 +109687,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [449] = 14, + [453] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(211), 1, - anon_sym_EQ_GT, - ACTIONS(1198), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(1239), 1, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(1903), 1, anon_sym_COLON, - ACTIONS(2619), 1, + ACTIONS(2741), 1, sym_identifier, - STATE(1254), 1, + STATE(595), 1, sym_nested_identifier, - STATE(1255), 1, + STATE(621), 1, sym_string, - STATE(1475), 1, + STATE(645), 1, sym__module, - ACTIONS(1236), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(150), 12, + ACTIONS(149), 14, + sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -107658,9 +109732,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107676,14 +109749,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107694,36 +109765,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [542] = 12, + [544] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, + ACTIONS(83), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(85), 1, anon_sym_SQUOTE, - ACTIONS(1230), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(2619), 1, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(2937), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, + STATE(1228), 1, sym_string, - STATE(1475), 1, + STATE(1229), 1, + sym_nested_identifier, + STATE(1390), 1, sym__module, - ACTIONS(150), 15, + ACTIONS(149), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -107734,9 +109809,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107752,15 +109826,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(116), 25, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107771,35 +109842,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [631] = 13, + [633] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1232), 1, + ACTIONS(83), 1, + anon_sym_DQUOTE, + ACTIONS(85), 1, + anon_sym_SQUOTE, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(1867), 1, - anon_sym_COLON, - ACTIONS(2509), 1, + ACTIONS(2021), 1, + anon_sym_in, + ACTIONS(2024), 1, + anon_sym_of, + ACTIONS(2937), 1, sym_identifier, - ACTIONS(2511), 1, - anon_sym_DQUOTE, - ACTIONS(2513), 1, - anon_sym_SQUOTE, - STATE(124), 1, + STATE(1228), 1, sym_string, - STATE(125), 1, + STATE(1229), 1, sym_nested_identifier, - STATE(143), 1, + STATE(1390), 1, sym__module, - ACTIONS(150), 15, + ACTIONS(149), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107813,9 +109889,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107831,14 +109906,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(116), 24, + ACTIONS(118), 24, anon_sym_STAR, anon_sym_as, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107849,38 +109921,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [722] = 13, + [726] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(1232), 1, - anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(1871), 1, - anon_sym_COLON, - ACTIONS(2515), 1, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(2895), 1, sym_identifier, - STATE(596), 1, - sym_nested_identifier, - STATE(610), 1, + STATE(1248), 1, sym_string, - STATE(646), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 15, + ACTIONS(149), 15, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -107891,9 +109965,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107909,14 +109982,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -107927,37 +109998,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [813] = 14, + [815] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - anon_sym_DQUOTE, ACTIONS(83), 1, + anon_sym_DQUOTE, + ACTIONS(85), 1, anon_sym_SQUOTE, - ACTIONS(1232), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(1983), 1, - anon_sym_in, - ACTIONS(1986), 1, - anon_sym_of, - ACTIONS(2879), 1, + ACTIONS(1903), 1, + anon_sym_COLON, + ACTIONS(2937), 1, sym_identifier, - STATE(1211), 1, - sym_nested_identifier, - STATE(1224), 1, + STATE(1228), 1, sym_string, - STATE(1448), 1, + STATE(1229), 1, + sym_nested_identifier, + STATE(1390), 1, sym__module, - ACTIONS(150), 15, + ACTIONS(149), 14, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -107971,9 +110043,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -107989,13 +110060,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(116), 23, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108006,40 +110076,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [906] = 15, + [906] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(122), 1, - anon_sym_COMMA, - ACTIONS(173), 1, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(208), 1, - anon_sym_RBRACK, - ACTIONS(1243), 1, - anon_sym_EQ_GT, - ACTIONS(2014), 1, + ACTIONS(1267), 1, anon_sym_EQ, - ACTIONS(2017), 1, - anon_sym_COLON, - ACTIONS(2619), 1, + ACTIONS(1269), 1, + anon_sym_EQ_GT, + ACTIONS(2895), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, + STATE(1248), 1, sym_string, - STATE(1475), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 12, + ACTIONS(149), 13, sym__ternary_qmark, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, @@ -108049,9 +110118,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108067,14 +110135,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(116), 24, + ACTIONS(118), 26, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108085,37 +110151,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1000] = 14, + anon_sym_implements, + [994] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1234), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(1716), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(1719), 1, + ACTIONS(1821), 1, anon_sym_COLON, - ACTIONS(1722), 1, + ACTIONS(1830), 1, anon_sym_LT, - ACTIONS(1731), 1, + ACTIONS(1833), 1, anon_sym_QMARK, - ACTIONS(1743), 1, + ACTIONS(1855), 1, anon_sym_RBRACE, - ACTIONS(1859), 1, + ACTIONS(1891), 1, anon_sym_EQ, - ACTIONS(2881), 1, + ACTIONS(2939), 1, sym_identifier, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(150), 14, + ACTIONS(149), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_COMMA, @@ -108128,9 +110198,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108146,13 +110215,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(116), 23, + ACTIONS(118), 24, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108163,41 +110231,39 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1092] = 14, + [1086] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1234), 1, + ACTIONS(178), 1, + anon_sym_DQUOTE, + ACTIONS(180), 1, + anon_sym_SQUOTE, + ACTIONS(1269), 1, anon_sym_EQ_GT, - ACTIONS(1716), 1, - anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_COLON, - ACTIONS(1722), 1, - anon_sym_LT, - ACTIONS(1731), 1, - anon_sym_QMARK, - ACTIONS(1745), 1, - anon_sym_RBRACE, - ACTIONS(1859), 1, + ACTIONS(1319), 1, anon_sym_EQ, - ACTIONS(2881), 1, + ACTIONS(2895), 1, sym_identifier, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(150), 14, - sym__automatic_semicolon, + STATE(1248), 1, + sym_string, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, + sym__module, + ACTIONS(149), 13, sym__ternary_qmark, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -108206,9 +110272,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108224,13 +110289,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(116), 23, + ACTIONS(118), 26, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108241,41 +110305,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1184] = 14, + anon_sym_implements, + [1174] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1234), 1, + ACTIONS(124), 1, + anon_sym_COMMA, + ACTIONS(178), 1, + anon_sym_DQUOTE, + ACTIONS(180), 1, + anon_sym_SQUOTE, + ACTIONS(215), 1, + anon_sym_RBRACK, + ACTIONS(1309), 1, anon_sym_EQ_GT, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(1716), 1, - anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_COLON, - ACTIONS(1722), 1, - anon_sym_LT, - ACTIONS(1731), 1, - anon_sym_QMARK, - ACTIONS(1859), 1, + ACTIONS(2032), 1, anon_sym_EQ, - ACTIONS(2881), 1, + ACTIONS(2035), 1, + anon_sym_COLON, + ACTIONS(2895), 1, sym_identifier, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(150), 14, - sym__automatic_semicolon, + STATE(1248), 1, + sym_string, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, + sym__module, + ACTIONS(149), 11, sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -108284,9 +110352,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108302,13 +110369,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(116), 23, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108319,37 +110385,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1276] = 12, + [1268] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, - anon_sym_DQUOTE, - ACTIONS(175), 1, - anon_sym_SQUOTE, - ACTIONS(1251), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(1808), 1, + anon_sym_RBRACE, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(1821), 1, + anon_sym_COLON, + ACTIONS(1830), 1, + anon_sym_LT, + ACTIONS(1833), 1, + anon_sym_QMARK, + ACTIONS(1891), 1, anon_sym_EQ, - ACTIONS(2619), 1, + ACTIONS(2939), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, - sym_string, - STATE(1475), 1, - sym__module, - ACTIONS(150), 14, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -108358,9 +110431,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108376,14 +110448,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(116), 25, + ACTIONS(118), 24, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108394,38 +110464,43 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - anon_sym_implements, - [1364] = 12, + [1360] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, - anon_sym_DQUOTE, - ACTIONS(175), 1, - anon_sym_SQUOTE, - ACTIONS(1249), 1, - anon_sym_EQ, - ACTIONS(1251), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(2619), 1, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(1821), 1, + anon_sym_COLON, + ACTIONS(1830), 1, + anon_sym_LT, + ACTIONS(1833), 1, + anon_sym_QMARK, + ACTIONS(1853), 1, + anon_sym_RBRACE, + ACTIONS(1891), 1, + anon_sym_EQ, + ACTIONS(2939), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, - sym_string, - STATE(1475), 1, - sym__module, - ACTIONS(150), 14, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -108434,9 +110509,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108452,14 +110526,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(116), 25, + ACTIONS(118), 24, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108470,147 +110542,37 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - anon_sym_implements, - [1452] = 35, + [1452] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(231), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2583), 1, - anon_sym_STAR, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(2595), 1, - anon_sym_LBRACK, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(2885), 1, - anon_sym_export, - ACTIONS(2890), 1, - anon_sym_async, - ACTIONS(2892), 1, - anon_sym_static, - ACTIONS(2894), 1, - anon_sym_readonly, - ACTIONS(2900), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2238), 1, - sym_accessibility_modifier, - STATE(2267), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(2603), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2887), 2, - anon_sym_COMMA, + ACTIONS(1808), 1, anon_sym_RBRACE, - ACTIONS(2896), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(2898), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2490), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3856), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3858), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - STATE(2896), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(2883), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [1585] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(81), 1, - anon_sym_DQUOTE, - ACTIONS(83), 1, - anon_sym_SQUOTE, - ACTIONS(1245), 1, + ACTIONS(1821), 1, + anon_sym_COLON, + ACTIONS(1833), 1, + anon_sym_QMARK, + ACTIONS(2943), 1, anon_sym_EQ, - ACTIONS(1247), 1, - anon_sym_EQ_GT, - ACTIONS(2879), 1, - sym_identifier, - STATE(1211), 1, - sym_nested_identifier, - STATE(1224), 1, - sym_string, - STATE(1448), 1, - sym__module, - ACTIONS(150), 14, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(2947), 1, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(2950), 1, + anon_sym_EQ_GT, + ACTIONS(2954), 1, + anon_sym_LT, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108626,14 +110588,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(116), 24, - anon_sym_STAR, + ACTIONS(2945), 16, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2941), 21, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108644,40 +110620,38 @@ static const uint16_t ts_small_parse_table[] = { 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_instanceof, - anon_sym_satisfies, - [1672] = 14, + anon_sym_DASH_DASH, + [1541] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(122), 1, - anon_sym_COMMA, - ACTIONS(173), 1, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(208), 1, - anon_sym_RBRACK, - ACTIONS(1243), 1, - anon_sym_EQ_GT, - ACTIONS(2014), 1, + ACTIONS(1307), 1, anon_sym_EQ, - ACTIONS(2619), 1, + ACTIONS(1309), 1, + anon_sym_EQ_GT, + ACTIONS(2895), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, + STATE(1248), 1, sym_string, - STATE(1475), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 12, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -108685,9 +110659,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108703,14 +110676,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108721,39 +110692,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1763] = 13, + [1628] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, - anon_sym_DQUOTE, - ACTIONS(175), 1, - anon_sym_SQUOTE, - ACTIONS(1241), 1, + ACTIONS(1311), 1, anon_sym_EQ, - ACTIONS(1243), 1, + ACTIONS(1313), 1, anon_sym_EQ_GT, - ACTIONS(2019), 1, - anon_sym_COLON, - ACTIONS(2619), 1, + ACTIONS(2735), 1, sym_identifier, - STATE(1254), 1, + ACTIONS(2737), 1, + anon_sym_DQUOTE, + ACTIONS(2739), 1, + anon_sym_SQUOTE, + STATE(132), 1, sym_nested_identifier, - STATE(1255), 1, + STATE(138), 1, sym_string, - STATE(1475), 1, + STATE(150), 1, sym__module, - ACTIONS(150), 13, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -108761,9 +110734,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108779,14 +110751,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108797,33 +110767,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1852] = 12, + [1715] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(1245), 1, - anon_sym_EQ, - ACTIONS(1247), 1, + ACTIONS(1313), 1, anon_sym_EQ_GT, - ACTIONS(2515), 1, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(2895), 1, sym_identifier, - STATE(596), 1, - sym_nested_identifier, - STATE(610), 1, + STATE(1248), 1, sym_string, - STATE(646), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 14, + ACTIONS(149), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, @@ -108836,9 +110809,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108854,14 +110826,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108872,35 +110842,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [1939] = 13, + [1802] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1234), 1, - anon_sym_EQ_GT, - ACTIONS(1716), 1, + ACTIONS(2957), 1, + anon_sym_EQ, + ACTIONS(2961), 1, anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_COLON, - ACTIONS(1722), 1, + ACTIONS(2963), 1, + anon_sym_DOT, + ACTIONS(2965), 1, + anon_sym_EQ_GT, + ACTIONS(2967), 1, + anon_sym_QMARK_DOT, + ACTIONS(2971), 1, anon_sym_LT, - ACTIONS(1731), 1, - anon_sym_QMARK, - ACTIONS(1743), 1, + STATE(2580), 1, + sym_arguments, + STATE(2632), 1, + sym_type_arguments, + ACTIONS(2969), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2959), 7, + sym__automatic_semicolon, + anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(1859), 1, - anon_sym_EQ, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(154), 15, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2945), 10, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -108916,56 +110909,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 20, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [2028] = 3, + anon_sym_DASH_DASH, + [1893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2902), 23, + ACTIONS(2973), 24, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -108976,13 +110948,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(2904), 38, + ACTIONS(2975), 37, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -109017,133 +110992,34 @@ 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, anon_sym_satisfies, anon_sym_implements, - [2097] = 35, + [1962] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(231), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1273), 1, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2583), 1, - anon_sym_STAR, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(2595), 1, - anon_sym_LBRACK, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(2885), 1, - anon_sym_export, - ACTIONS(2890), 1, - anon_sym_async, - ACTIONS(2892), 1, - anon_sym_static, - ACTIONS(2894), 1, - anon_sym_readonly, - ACTIONS(2900), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2238), 1, - sym_accessibility_modifier, - STATE(2267), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(2603), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2887), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2896), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(2898), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2490), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3856), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3858), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - STATE(2956), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(2883), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [2230] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 1, - anon_sym_EQ, - ACTIONS(1247), 1, + ACTIONS(1309), 1, anon_sym_EQ_GT, - ACTIONS(2509), 1, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(2895), 1, sym_identifier, - ACTIONS(2511), 1, - anon_sym_DQUOTE, - ACTIONS(2513), 1, - anon_sym_SQUOTE, - STATE(124), 1, + STATE(1248), 1, sym_string, - STATE(125), 1, + STATE(1317), 1, sym_nested_identifier, - STATE(143), 1, + STATE(1530), 1, sym__module, - ACTIONS(150), 14, - sym__automatic_semicolon, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -109151,9 +111027,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -109169,14 +111044,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109187,54 +111060,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [2317] = 3, + [2049] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2906), 23, - anon_sym_STAR, + ACTIONS(178), 1, + anon_sym_DQUOTE, + ACTIONS(180), 1, + anon_sym_SQUOTE, + ACTIONS(1307), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2908), 38, + ACTIONS(1309), 1, + anon_sym_EQ_GT, + ACTIONS(2035), 1, + anon_sym_COLON, + ACTIONS(2895), 1, + sym_identifier, + STATE(1248), 1, + sym_string, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, + sym__module, + ACTIONS(149), 12, sym__ternary_qmark, - anon_sym_as, - 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, anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -109250,38 +111120,54 @@ 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, + ACTIONS(118), 25, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [2386] = 13, + [2138] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1234), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(1716), 1, + ACTIONS(1808), 1, + anon_sym_RBRACE, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(1719), 1, + ACTIONS(1821), 1, anon_sym_COLON, - ACTIONS(1722), 1, + ACTIONS(1830), 1, anon_sym_LT, - ACTIONS(1731), 1, + ACTIONS(1833), 1, anon_sym_QMARK, - ACTIONS(1745), 1, - anon_sym_RBRACE, - ACTIONS(1859), 1, + ACTIONS(1891), 1, anon_sym_EQ, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -109297,7 +111183,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(150), 17, + ACTIONS(149), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -109312,15 +111198,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 20, + ACTIONS(118), 21, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109331,22 +111215,22 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2475] = 3, + anon_sym_DASH_DASH, + [2227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2910), 23, + ACTIONS(2977), 24, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109357,13 +111241,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(2912), 38, + ACTIONS(2979), 37, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -109398,21 +111285,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, anon_sym_satisfies, anon_sym_implements, - [2544] = 3, + [2296] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2914), 23, + ACTIONS(2981), 24, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109423,13 +111307,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(2916), 38, + ACTIONS(2983), 37, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -109464,32 +111351,31 @@ 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, anon_sym_satisfies, anon_sym_implements, - [2613] = 13, + [2365] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1719), 1, + ACTIONS(1821), 1, anon_sym_COLON, - ACTIONS(1731), 1, + ACTIONS(1833), 1, anon_sym_QMARK, - ACTIONS(1743), 1, + ACTIONS(1855), 1, anon_sym_RBRACE, - ACTIONS(2920), 1, + ACTIONS(2943), 1, anon_sym_EQ, - ACTIONS(2924), 1, + ACTIONS(2947), 1, anon_sym_LPAREN, - ACTIONS(2927), 1, - anon_sym_LT, - ACTIONS(2930), 1, + ACTIONS(2950), 1, anon_sym_EQ_GT, - STATE(3506), 1, + ACTIONS(2954), 1, + anon_sym_LT, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -109505,7 +111391,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(2922), 17, + ACTIONS(2945), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -109520,15 +111406,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 20, + ACTIONS(2941), 21, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109539,33 +111423,35 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2702] = 13, + anon_sym_DASH_DASH, + [2454] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(1719), 1, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(1821), 1, anon_sym_COLON, - ACTIONS(1731), 1, + ACTIONS(1830), 1, + anon_sym_LT, + ACTIONS(1833), 1, anon_sym_QMARK, - ACTIONS(2920), 1, + ACTIONS(1853), 1, + anon_sym_RBRACE, + ACTIONS(1891), 1, anon_sym_EQ, - ACTIONS(2924), 1, - anon_sym_LPAREN, - ACTIONS(2927), 1, - anon_sym_LT, - ACTIONS(2930), 1, - anon_sym_EQ_GT, - STATE(3505), 1, + STATE(3660), 1, aux_sym_object_repeat1, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -109581,7 +111467,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(2922), 17, + ACTIONS(149), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -109596,15 +111482,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 20, + ACTIONS(118), 21, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109615,69 +111499,120 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2791] = 12, + anon_sym_DASH_DASH, + [2543] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 1, - anon_sym_EQ, - ACTIONS(1247), 1, - anon_sym_EQ_GT, - ACTIONS(1273), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(238), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2934), 1, - sym_identifier, - STATE(2755), 1, - sym_nested_identifier, - STATE(2818), 1, - sym_string, - STATE(3066), 1, - sym__module, - ACTIONS(150), 14, - sym__automatic_semicolon, - sym__ternary_qmark, + ACTIONS(2799), 1, + anon_sym_STAR, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(2807), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(2811), 1, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(154), 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(116), 24, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(2987), 1, + anon_sym_export, + ACTIONS(2992), 1, + anon_sym_async, + ACTIONS(2994), 1, + anon_sym_static, + ACTIONS(2996), 1, + anon_sym_readonly, + ACTIONS(3002), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2290), 1, + sym_accessibility_modifier, + STATE(2307), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(2819), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2989), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2998), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3000), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2577), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3845), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(3847), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + STATE(2964), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(2985), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [2676] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3004), 24, anon_sym_STAR, - anon_sym_as, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109688,35 +111623,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3006), 37, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [2878] = 13, + anon_sym_implements, + [2745] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(1241), 1, + ACTIONS(1307), 1, anon_sym_EQ, - ACTIONS(1243), 1, + ACTIONS(1309), 1, anon_sym_EQ_GT, - ACTIONS(2017), 1, + ACTIONS(2057), 1, anon_sym_COLON, - ACTIONS(2619), 1, + ACTIONS(2895), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, + STATE(1248), 1, sym_string, - STATE(1475), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 13, + ACTIONS(149), 12, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -109728,9 +111703,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -109746,14 +111720,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109764,54 +111736,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [2967] = 3, + [2834] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2936), 23, - anon_sym_STAR, + ACTIONS(2957), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, + ACTIONS(2965), 1, + anon_sym_EQ_GT, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, + anon_sym_DOT, + ACTIONS(3012), 1, + anon_sym_QMARK_DOT, + ACTIONS(3014), 1, anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2959), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_AMP, - anon_sym_CARET, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2938), 38, + ACTIONS(2945), 14, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -109827,38 +111804,47 @@ 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, + ACTIONS(2941), 18, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + 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, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [3036] = 13, + [2925] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1234), 1, - anon_sym_EQ_GT, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(1716), 1, - anon_sym_LPAREN, - ACTIONS(1719), 1, + ACTIONS(1821), 1, anon_sym_COLON, - ACTIONS(1722), 1, - anon_sym_LT, - ACTIONS(1731), 1, + ACTIONS(1833), 1, anon_sym_QMARK, - ACTIONS(1859), 1, + ACTIONS(1853), 1, + anon_sym_RBRACE, + ACTIONS(2943), 1, anon_sym_EQ, - STATE(3505), 1, + ACTIONS(2947), 1, + anon_sym_LPAREN, + ACTIONS(2950), 1, + anon_sym_EQ_GT, + ACTIONS(2954), 1, + anon_sym_LT, + STATE(3660), 1, aux_sym_object_repeat1, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -109874,7 +111860,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(150), 17, + ACTIONS(2945), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -109889,15 +111875,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 20, + ACTIONS(2941), 21, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -109908,102 +111892,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [3125] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2940), 23, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_QMARK, - ACTIONS(2942), 38, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [3194] = 12, + [3014] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, + ACTIONS(124), 1, + anon_sym_COMMA, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(1243), 1, + ACTIONS(215), 1, + anon_sym_RBRACK, + ACTIONS(1309), 1, anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(2032), 1, anon_sym_EQ, - ACTIONS(2619), 1, + ACTIONS(2895), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, + STATE(1248), 1, sym_string, - STATE(1475), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 14, + ACTIONS(149), 11, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_COLON, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -110011,9 +111933,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110029,14 +111950,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110047,35 +111966,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [3281] = 13, + [3105] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1719), 1, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(1821), 1, anon_sym_COLON, - ACTIONS(1731), 1, + ACTIONS(1830), 1, + anon_sym_LT, + ACTIONS(1833), 1, anon_sym_QMARK, - ACTIONS(1745), 1, + ACTIONS(1855), 1, anon_sym_RBRACE, - ACTIONS(2920), 1, + ACTIONS(1891), 1, anon_sym_EQ, - ACTIONS(2924), 1, - anon_sym_LPAREN, - ACTIONS(2927), 1, - anon_sym_LT, - ACTIONS(2930), 1, - anon_sym_EQ_GT, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110091,7 +112013,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(2922), 17, + ACTIONS(149), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -110106,15 +112028,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 20, + ACTIONS(118), 21, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110125,31 +112045,33 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3370] = 12, + anon_sym_DASH_DASH, + [3194] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, + ACTIONS(83), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(85), 1, anon_sym_SQUOTE, - ACTIONS(1247), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(1311), 1, anon_sym_EQ, - ACTIONS(2619), 1, + ACTIONS(1313), 1, + anon_sym_EQ_GT, + ACTIONS(2937), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, + STATE(1228), 1, sym_string, - STATE(1475), 1, + STATE(1229), 1, + sym_nested_identifier, + STATE(1390), 1, sym__module, - ACTIONS(150), 14, + ACTIONS(149), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, @@ -110162,9 +112084,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110180,14 +112101,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [3281] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3016), 24, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_BANG, + anon_sym_in, 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3018), 37, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [3350] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3020), 24, + anon_sym_STAR, + anon_sym_EQ, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110198,24 +112212,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3022), 37, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [3457] = 3, + anon_sym_implements, + [3419] = 35, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(238), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2799), 1, + anon_sym_STAR, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2811), 1, + anon_sym_LBRACK, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(2987), 1, + anon_sym_export, + ACTIONS(2992), 1, + anon_sym_async, + ACTIONS(2994), 1, + anon_sym_static, + ACTIONS(2996), 1, + anon_sym_readonly, + ACTIONS(3002), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2290), 1, + sym_accessibility_modifier, + STATE(2307), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(2819), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2989), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2998), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3000), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2577), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3845), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(3847), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + STATE(3056), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(2985), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [3552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 23, + ACTIONS(3024), 24, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110226,13 +112376,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(2946), 38, + ACTIONS(3026), 37, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -110267,35 +112420,34 @@ 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, anon_sym_satisfies, anon_sym_implements, - [3526] = 12, + [3621] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(1241), 1, + ACTIONS(1311), 1, anon_sym_EQ, - ACTIONS(1243), 1, + ACTIONS(1313), 1, anon_sym_EQ_GT, - ACTIONS(2619), 1, + ACTIONS(3028), 1, sym_identifier, - STATE(1254), 1, + STATE(2808), 1, sym_nested_identifier, - STATE(1255), 1, + STATE(2907), 1, sym_string, - STATE(1475), 1, + STATE(3249), 1, sym__module, - ACTIONS(150), 14, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -110303,9 +112455,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110321,14 +112472,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110339,19 +112488,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [3613] = 5, + [3708] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(1311), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(1313), 1, + anon_sym_EQ_GT, + ACTIONS(2741), 1, + sym_identifier, + STATE(595), 1, + sym_nested_identifier, + STATE(621), 1, + sym_string, + STATE(645), 1, + sym__module, + ACTIONS(149), 13, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110367,13 +112547,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(2918), 21, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110384,68 +112563,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2922), 23, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, - 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, anon_sym_satisfies, - anon_sym_implements, - [3685] = 12, + [3795] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, - anon_sym_DQUOTE, - ACTIONS(175), 1, - anon_sym_SQUOTE, - ACTIONS(1289), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(1293), 1, + ACTIONS(2965), 1, anon_sym_EQ_GT, - ACTIONS(2619), 1, - sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, - sym_string, - STATE(1475), 1, - sym__module, - ACTIONS(150), 12, - sym__ternary_qmark, + ACTIONS(3008), 1, anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3010), 1, anon_sym_DOT, + ACTIONS(3012), 1, anon_sym_QMARK_DOT, + ACTIONS(3014), 1, + anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2969), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2959), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2945), 12, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_COLON, 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(154), 15, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110461,52 +112629,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 25, + ACTIONS(2941), 19, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [3771] = 12, + anon_sym_DASH_DASH, + [3885] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(173), 1, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(178), 1, anon_sym_DQUOTE, - ACTIONS(175), 1, + ACTIONS(180), 1, anon_sym_SQUOTE, - ACTIONS(1291), 1, + ACTIONS(1265), 1, + anon_sym_COLON, + ACTIONS(1319), 1, anon_sym_EQ, - ACTIONS(1293), 1, - anon_sym_EQ_GT, - ACTIONS(2619), 1, + ACTIONS(2895), 1, sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, + STATE(1248), 1, sym_string, - STATE(1475), 1, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, sym__module, - ACTIONS(150), 12, + ACTIONS(149), 11, sym__ternary_qmark, anon_sym_LPAREN, anon_sym_LBRACK, @@ -110517,9 +112681,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110535,15 +112698,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(116), 25, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110554,52 +112714,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [3857] = 12, + [3973] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2954), 1, + anon_sym_EQ_GT, + ACTIONS(3008), 1, anon_sym_LPAREN, - ACTIONS(2956), 1, + ACTIONS(3010), 1, anon_sym_DOT, - ACTIONS(2958), 1, - anon_sym_EQ_GT, - ACTIONS(2960), 1, + ACTIONS(3012), 1, anon_sym_QMARK_DOT, - STATE(2480), 1, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3030), 1, + anon_sym_EQ, + STATE(2389), 1, sym_arguments, - ACTIONS(2962), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2952), 7, - sym__automatic_semicolon, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2959), 3, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2922), 11, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2945), 13, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, + anon_sym_SEMI, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110615,13 +112781,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(2918), 19, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110630,22 +112793,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [3943] = 3, + anon_sym_DASH_DASH, + [4063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2485), 22, + ACTIONS(2517), 23, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110656,12 +112819,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2487), 38, + anon_sym_DASH_DASH, + ACTIONS(2519), 37, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -110696,40 +112862,39 @@ 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, anon_sym_satisfies, anon_sym_implements, - [4011] = 16, + [4131] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2958), 1, + ACTIONS(2965), 1, anon_sym_EQ_GT, - ACTIONS(2964), 1, + ACTIONS(3032), 1, anon_sym_EQ, - ACTIONS(2971), 1, + ACTIONS(3039), 1, anon_sym_COLON, - ACTIONS(2973), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, + ACTIONS(3044), 1, anon_sym_DOT, - ACTIONS(2985), 1, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3053), 1, anon_sym_QMARK, - ACTIONS(2988), 1, + ACTIONS(3056), 1, anon_sym_extends, - STATE(2366), 1, + STATE(2499), 1, sym_type_arguments, - STATE(3909), 1, + STATE(3895), 1, sym_type_annotation, - ACTIONS(2967), 2, + ACTIONS(3035), 2, anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(2982), 2, + ACTIONS(3047), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 13, + ACTIONS(2945), 12, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -110740,10 +112905,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110759,12 +112923,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(2918), 18, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -110773,126 +112936,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [4105] = 12, + anon_sym_DASH_DASH, + [4225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2958), 1, - anon_sym_EQ_GT, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, - anon_sym_DOT, - ACTIONS(2988), 1, - anon_sym_extends, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2973), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(2982), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2932), 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(2918), 17, + ACTIONS(2521), 23, anon_sym_STAR, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2922), 17, + anon_sym_DASH_DASH, + ACTIONS(2523), 37, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [4191] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2958), 1, - anon_sym_EQ_GT, - ACTIONS(2964), 1, - anon_sym_EQ, - ACTIONS(2973), 1, anon_sym_LBRACK, - ACTIONS(2990), 1, - anon_sym_LT, - ACTIONS(2993), 1, + anon_sym_RBRACK, anon_sym_DOT, - STATE(2605), 1, - sym_type_arguments, - ACTIONS(2967), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2982), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2988), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2922), 13, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2932), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -110908,216 +112999,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 18, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [4279] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(148), 1, - anon_sym_EQ_GT, - ACTIONS(173), 1, - anon_sym_DQUOTE, - ACTIONS(175), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, - anon_sym_COLON, - ACTIONS(1289), 1, - anon_sym_EQ, - ACTIONS(2619), 1, - sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, - sym_string, - STATE(1475), 1, - sym__module, - ACTIONS(150), 12, - sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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(154), 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(116), 24, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, anon_sym_satisfies, - [4367] = 14, + anon_sym_implements, + [4293] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(148), 1, - anon_sym_EQ_GT, - ACTIONS(173), 1, - anon_sym_DQUOTE, - ACTIONS(175), 1, - anon_sym_SQUOTE, - ACTIONS(1289), 1, - anon_sym_EQ, - ACTIONS(1983), 1, - anon_sym_in, - ACTIONS(1986), 1, - anon_sym_of, - ACTIONS(2619), 1, - sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, - sym_string, - STATE(1475), 1, - sym__module, - ACTIONS(150), 12, - sym__ternary_qmark, + ACTIONS(3008), 1, anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3010), 1, anon_sym_DOT, + ACTIONS(3012), 1, anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - ACTIONS(154), 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(116), 23, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, + ACTIONS(3014), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [4457] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2950), 1, + ACTIONS(3058), 1, anon_sym_EQ, - ACTIONS(2958), 1, + ACTIONS(3060), 1, anon_sym_EQ_GT, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - STATE(2349), 1, + STATE(2389), 1, sym_arguments, - ACTIONS(2952), 3, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2959), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_extends, - ACTIONS(2962), 3, + ACTIONS(2969), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 15, + ACTIONS(2945), 13, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_of, + anon_sym_SEMI, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111133,12 +113065,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(2918), 18, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111147,51 +113077,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [4543] = 3, + anon_sym_DASH_DASH, + [4383] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2477), 22, - anon_sym_STAR, + ACTIONS(178), 1, + anon_sym_DQUOTE, + ACTIONS(180), 1, + anon_sym_SQUOTE, + ACTIONS(1317), 1, + anon_sym_EQ_GT, + ACTIONS(1319), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(2479), 38, + ACTIONS(2895), 1, + sym_identifier, + STATE(1248), 1, + sym_string, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, + sym__module, + ACTIONS(149), 11, sym__ternary_qmark, - anon_sym_as, - 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, anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111207,37 +113131,63 @@ 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, + ACTIONS(118), 26, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + anon_sym_of, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [4611] = 8, + [4469] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(205), 1, - anon_sym_EQ, - ACTIONS(211), 1, + ACTIONS(2965), 1, anon_sym_EQ_GT, - ACTIONS(620), 1, - anon_sym_QMARK, - ACTIONS(208), 5, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3041), 1, + anon_sym_LBRACK, + ACTIONS(3062), 1, + anon_sym_DOT, + ACTIONS(3065), 1, + anon_sym_LT, + STATE(2639), 1, + sym_type_arguments, + ACTIONS(3035), 2, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(150), 15, + ACTIONS(3047), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3056), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2945), 12, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -111245,10 +113195,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111264,60 +113213,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 21, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [4688] = 8, + anon_sym_DASH_DASH, + [4557] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(148), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(1977), 1, - anon_sym_QMARK, - ACTIONS(1239), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(150), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111333,13 +113254,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(116), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111350,29 +113269,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [4765] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2958), 1, - anon_sym_EQ_GT, - ACTIONS(2964), 1, - anon_sym_EQ, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3002), 5, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, + sym__ternary_qmark, + anon_sym_as, + 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, - ACTIONS(2922), 15, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [4629] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(178), 1, + anon_sym_DQUOTE, + ACTIONS(180), 1, + anon_sym_SQUOTE, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(2021), 1, + anon_sym_in, + ACTIONS(2024), 1, + anon_sym_of, + ACTIONS(2895), 1, + sym_identifier, + STATE(1248), 1, + sym_string, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, + sym__module, + ACTIONS(149), 11, sym__ternary_qmark, - anon_sym_as, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, @@ -111381,12 +113333,9 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111402,13 +113351,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(2918), 21, + ACTIONS(118), 24, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111419,34 +113366,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [4842] = 12, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [4719] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2930), 1, + ACTIONS(2957), 1, + anon_sym_EQ, + ACTIONS(2965), 1, anon_sym_EQ_GT, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, + ACTIONS(3044), 1, anon_sym_DOT, - ACTIONS(2988), 1, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3056), 1, anon_sym_extends, - ACTIONS(3007), 1, - anon_sym_EQ, - STATE(2366), 1, + STATE(2499), 1, sym_type_arguments, - ACTIONS(2973), 2, + ACTIONS(3041), 2, anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(2982), 3, + ACTIONS(3047), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111462,13 +113414,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(2922), 16, - sym__automatic_semicolon, + ACTIONS(2945), 16, sym__ternary_qmark, anon_sym_as, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -111476,14 +113429,12 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 17, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111492,29 +113443,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [4927] = 8, + anon_sym_DASH_DASH, + [4805] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3009), 1, + ACTIONS(178), 1, + anon_sym_DQUOTE, + ACTIONS(180), 1, + anon_sym_SQUOTE, + ACTIONS(1315), 1, anon_sym_EQ, - ACTIONS(3014), 1, + ACTIONS(1317), 1, anon_sym_EQ_GT, - ACTIONS(3012), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2922), 15, + ACTIONS(2895), 1, + sym_identifier, + STATE(1248), 1, + sym_string, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, + sym__module, + ACTIONS(149), 11, sym__ternary_qmark, - anon_sym_as, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, @@ -111523,12 +113479,9 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111544,13 +113497,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(2918), 21, + ACTIONS(118), 26, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, + anon_sym_of, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111561,34 +113514,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5004] = 12, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [4891] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, + ACTIONS(2965), 1, + anon_sym_EQ_GT, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3035), 1, + anon_sym_RPAREN, + ACTIONS(3041), 1, + anon_sym_LBRACK, + ACTIONS(3044), 1, anon_sym_DOT, - ACTIONS(2988), 1, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3056), 1, anon_sym_extends, - ACTIONS(3016), 1, - anon_sym_EQ, - ACTIONS(3018), 1, - anon_sym_EQ_GT, - STATE(2366), 1, + ACTIONS(3073), 1, + anon_sym_QMARK, + STATE(2499), 1, sym_type_arguments, - ACTIONS(2973), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(2982), 3, - anon_sym_GT, + ACTIONS(3047), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2932), 15, + ACTIONS(3070), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2945), 12, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111604,28 +113580,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(2922), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2918), 17, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, + anon_sym_GT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111634,49 +113593,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [5089] = 12, + anon_sym_DASH_DASH, + [4982] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2958), 1, + ACTIONS(2965), 1, anon_sym_EQ_GT, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2962), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2952), 4, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(3070), 5, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2922), 13, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2945), 14, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111692,43 +113646,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 19, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5174] = 9, + anon_sym_DASH_DASH, + [5059] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(211), 1, - anon_sym_EQ_GT, - ACTIONS(1198), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(1345), 1, - anon_sym_extends, - ACTIONS(3020), 2, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + ACTIONS(3079), 1, + anon_sym_QMARK, + ACTIONS(3075), 5, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2945), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(3023), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(154), 15, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111744,64 +113715,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 18, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(150), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [5253] = 9, + [5136] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(205), 1, + ACTIONS(212), 1, anon_sym_EQ, - ACTIONS(211), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - ACTIONS(3020), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(3023), 2, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(1345), 6, + ACTIONS(1405), 6, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_extends, anon_sym_PIPE_RBRACE, - ACTIONS(150), 14, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -111813,10 +113769,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111832,13 +113787,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(116), 19, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -111847,42 +113800,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5332] = 15, + anon_sym_DASH_DASH, + [5215] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 1, - anon_sym_LBRACK, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, - anon_sym_DOT, - ACTIONS(2988), 1, - anon_sym_extends, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3009), 1, - anon_sym_EQ, - ACTIONS(3014), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(3026), 1, - anon_sym_RPAREN, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2982), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3012), 2, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(2005), 1, + anon_sym_QMARK, + ACTIONS(1265), 5, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(2922), 13, + anon_sym_RBRACK, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -111890,10 +113836,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111909,64 +113854,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 18, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5423] = 12, + anon_sym_DASH_DASH, + [5292] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(3016), 1, + ACTIONS(212), 1, anon_sym_EQ, - ACTIONS(3018), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2952), 3, + ACTIONS(650), 1, + anon_sym_QMARK, + ACTIONS(215), 5, anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2962), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2922), 14, - sym__automatic_semicolon, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, - anon_sym_of, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -111982,56 +113923,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 18, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5508] = 15, + anon_sym_DASH_DASH, + [5369] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2958), 1, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(3077), 1, anon_sym_EQ_GT, - ACTIONS(2964), 1, + ACTIONS(3087), 1, anon_sym_EQ, - ACTIONS(2967), 1, - anon_sym_RPAREN, - ACTIONS(2973), 1, - anon_sym_LBRACK, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, - anon_sym_DOT, - ACTIONS(2988), 1, - anon_sym_extends, - ACTIONS(3005), 1, - anon_sym_QMARK, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2982), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3002), 2, + ACTIONS(3090), 5, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(2922), 13, + anon_sym_RBRACK, + ACTIONS(2945), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -112039,10 +113974,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112058,41 +113992,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(2918), 18, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5599] = 8, + anon_sym_DASH_DASH, + [5446] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(113), 1, + ACTIONS(115), 1, anon_sym_EQ, - ACTIONS(148), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(620), 1, + ACTIONS(650), 1, anon_sym_QMARK, - ACTIONS(122), 5, + ACTIONS(124), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(150), 15, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -112105,10 +114043,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112124,13 +114061,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(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112141,50 +114076,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5676] = 12, + anon_sym_DASH_DASH, + [5523] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2930), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - ACTIONS(2996), 1, + ACTIONS(1224), 1, + anon_sym_EQ, + ACTIONS(1405), 1, + anon_sym_extends, + ACTIONS(3081), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(153), 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(149), 17, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(118), 19, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [5602] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3008), 1, anon_sym_LPAREN, - ACTIONS(2998), 1, + ACTIONS(3010), 1, anon_sym_DOT, - ACTIONS(3000), 1, + ACTIONS(3012), 1, anon_sym_QMARK_DOT, - ACTIONS(3007), 1, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3092), 1, anon_sym_EQ, - STATE(2349), 1, + ACTIONS(3094), 1, + anon_sym_EQ_GT, + STATE(2389), 1, sym_arguments, - ACTIONS(2952), 3, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2959), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_extends, - ACTIONS(2962), 3, + ACTIONS(2969), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 14, - sym__automatic_semicolon, + ACTIONS(2945), 12, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_LBRACE, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + anon_sym_implements, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112200,12 +114210,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(2918), 18, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112214,43 +114222,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [5761] = 8, + anon_sym_DASH_DASH, + [5691] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(3014), 1, + ACTIONS(2965), 1, anon_sym_EQ_GT, - ACTIONS(3031), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, + anon_sym_DOT, + ACTIONS(3012), 1, + anon_sym_QMARK_DOT, + ACTIONS(3014), 1, + anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2969), 3, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_QMARK, - ACTIONS(3029), 5, + ACTIONS(2959), 4, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, - ACTIONS(2922), 15, + anon_sym_extends, + ACTIONS(2945), 10, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112266,61 +114284,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 21, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [5838] = 12, + anon_sym_DASH_DASH, + [5780] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(148), 1, - anon_sym_EQ_GT, - ACTIONS(173), 1, - anon_sym_DQUOTE, - ACTIONS(175), 1, - anon_sym_SQUOTE, - ACTIONS(1289), 1, + ACTIONS(3044), 1, + anon_sym_DOT, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3056), 1, + anon_sym_extends, + ACTIONS(3058), 1, anon_sym_EQ, - ACTIONS(2619), 1, - sym_identifier, - STATE(1254), 1, - sym_nested_identifier, - STATE(1255), 1, - sym_string, - STATE(1475), 1, - sym__module, - ACTIONS(150), 12, + ACTIONS(3060), 1, + anon_sym_EQ_GT, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3041), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3047), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2945), 15, + sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, + anon_sym_of, + anon_sym_SEMI, anon_sym_QMARK_DOT, 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(154), 15, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112336,68 +114358,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, + ACTIONS(2941), 18, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [5923] = 12, + anon_sym_DASH_DASH, + [5865] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2958), 1, - anon_sym_EQ_GT, - ACTIONS(2996), 1, + ACTIONS(3008), 1, anon_sym_LPAREN, - ACTIONS(2998), 1, + ACTIONS(3010), 1, anon_sym_DOT, - ACTIONS(3000), 1, + ACTIONS(3012), 1, anon_sym_QMARK_DOT, - STATE(2349), 1, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3096), 1, + anon_sym_EQ, + ACTIONS(3098), 1, + anon_sym_EQ_GT, + STATE(2389), 1, sym_arguments, - ACTIONS(2962), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(2952), 4, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2959), 3, anon_sym_COMMA, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_extends, - ACTIONS(2922), 11, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2945), 12, sym__ternary_qmark, anon_sym_as, + anon_sym_COLON, + anon_sym_RBRACK, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112413,13 +114433,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(2918), 19, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112428,19 +114445,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [6007] = 6, + anon_sym_DASH_DASH, + [5954] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2958), 1, + ACTIONS(3041), 1, + anon_sym_LBRACK, + ACTIONS(3044), 1, + anon_sym_DOT, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3056), 1, + anon_sym_extends, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(3077), 1, anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(3087), 1, + anon_sym_EQ, + ACTIONS(3100), 1, + anon_sym_RPAREN, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3047), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3090), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2945), 12, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112456,78 +114508,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2922), 20, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6079] = 14, + anon_sym_DASH_DASH, + [6045] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2958), 1, anon_sym_EQ_GT, - ACTIONS(2973), 1, - anon_sym_LBRACK, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, + ACTIONS(3030), 1, + anon_sym_EQ, + ACTIONS(3044), 1, anon_sym_DOT, - ACTIONS(2988), 1, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3056), 1, anon_sym_extends, - ACTIONS(3029), 1, - anon_sym_COLON, - STATE(2366), 1, + STATE(2499), 1, sym_type_arguments, - ACTIONS(2982), 2, + ACTIONS(3041), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3047), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3033), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2922), 13, + ACTIONS(2945), 15, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -112535,10 +114564,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112554,12 +114582,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(2918), 18, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112568,19 +114594,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [6167] = 6, + anon_sym_DASH_DASH, + [6130] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(211), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(1198), 1, + ACTIONS(178), 1, + anon_sym_DQUOTE, + ACTIONS(180), 1, + anon_sym_SQUOTE, + ACTIONS(1319), 1, anon_sym_EQ, - ACTIONS(154), 15, + ACTIONS(2895), 1, + sym_identifier, + STATE(1248), 1, + sym_string, + STATE(1317), 1, + sym_nested_identifier, + STATE(1530), 1, + sym__module, + ACTIONS(149), 11, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112596,34 +114648,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(150), 20, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112634,39 +114664,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6239] = 8, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [6215] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1232), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, + anon_sym_DOT, + ACTIONS(3012), 1, + anon_sym_QMARK_DOT, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3103), 1, anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(3105), 1, anon_sym_EQ_GT, - ACTIONS(1867), 1, - anon_sym_COLON, - ACTIONS(2881), 1, - sym_identifier, - ACTIONS(150), 15, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2959), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2945), 12, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_as, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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(154), 15, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112682,59 +114730,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 24, + ACTIONS(2941), 18, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [6315] = 12, + anon_sym_DASH_DASH, + [6304] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 1, - anon_sym_LBRACK, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, - anon_sym_DOT, - ACTIONS(3037), 1, + ACTIONS(212), 1, anon_sym_EQ, - ACTIONS(3039), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2988), 2, + ACTIONS(650), 1, + anon_sym_QMARK, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(215), 2, anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(1405), 2, + anon_sym_RPAREN, anon_sym_extends, - ACTIONS(2982), 3, - anon_sym_GT, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 15, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -112742,10 +114781,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112761,11 +114799,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(2918), 17, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, + anon_sym_GT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112774,39 +114812,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6399] = 13, + anon_sym_DASH_DASH, + [6386] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(115), 1, anon_sym_EQ, - ACTIONS(2973), 1, - anon_sym_LBRACK, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, - anon_sym_DOT, - ACTIONS(3014), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(3029), 1, + ACTIONS(650), 1, + anon_sym_QMARK, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(124), 2, + anon_sym_COMMA, anon_sym_COLON, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2982), 2, + ACTIONS(1405), 2, + anon_sym_RPAREN, + anon_sym_extends, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2988), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2922), 13, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -112814,10 +114852,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112833,12 +114870,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(2918), 18, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112847,50 +114883,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6485] = 12, + anon_sym_DASH_DASH, + [6468] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 1, - anon_sym_LBRACK, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, anon_sym_DOT, - ACTIONS(3041), 1, + ACTIONS(3012), 1, + anon_sym_QMARK_DOT, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3107), 1, anon_sym_EQ, - ACTIONS(3043), 1, + ACTIONS(3109), 1, anon_sym_EQ_GT, - STATE(2366), 1, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, sym_type_arguments, - ACTIONS(2988), 2, + ACTIONS(2959), 3, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_extends, - ACTIONS(2982), 3, + ACTIONS(2969), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 15, - sym__automatic_semicolon, + ACTIONS(2945), 11, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_QMARK_DOT, + anon_sym_of, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112906,11 +114946,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(2918), 17, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -112919,49 +114958,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [6569] = 12, + anon_sym_DASH_DASH, + [6556] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(3037), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(3039), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2952), 3, + ACTIONS(1903), 1, + anon_sym_COLON, + ACTIONS(2939), 1, + sym_identifier, + ACTIONS(149), 14, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2962), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2922), 13, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, - anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -112977,64 +115007,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 18, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6653] = 12, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [6632] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, - anon_sym_DOT, - ACTIONS(2988), 1, - anon_sym_extends, - ACTIONS(3045), 1, + ACTIONS(1258), 1, anon_sym_EQ, - ACTIONS(3047), 1, + ACTIONS(1260), 1, anon_sym_EQ_GT, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2973), 2, + ACTIONS(1405), 1, + anon_sym_extends, + ACTIONS(3081), 2, anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(2982), 3, + ACTIONS(3084), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113050,11 +115065,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(2918), 17, + ACTIONS(149), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113063,35 +115094,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6737] = 11, + anon_sym_DASH_DASH, + [6710] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(113), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(148), 1, + ACTIONS(1256), 1, anon_sym_EQ_GT, - ACTIONS(620), 1, - anon_sym_QMARK, - ACTIONS(3020), 1, - anon_sym_LBRACK, - ACTIONS(122), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1345), 2, - anon_sym_RPAREN, + ACTIONS(1405), 1, anon_sym_extends, - ACTIONS(3023), 2, + ACTIONS(3081), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3084), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(150), 14, + ACTIONS(153), 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(149), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -113100,10 +115149,36 @@ 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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(118), 19, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [6788] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2965), 1, + anon_sym_EQ_GT, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113119,43 +115194,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 19, + ACTIONS(2945), 19, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6819] = 9, + anon_sym_DASH_DASH, + [6860] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1228), 1, - anon_sym_EQ, - ACTIONS(1230), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - ACTIONS(1345), 1, - anon_sym_extends, - ACTIONS(3020), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3023), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(154), 15, + ACTIONS(1224), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113171,13 +115260,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 17, - sym__automatic_semicolon, + ACTIONS(149), 19, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -113186,45 +115278,48 @@ 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, anon_sym_satisfies, - ACTIONS(116), 18, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6897] = 7, + anon_sym_DASH_DASH, + [6932] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3009), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(3012), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(1899), 1, anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2922), 15, + ACTIONS(2939), 1, + sym_identifier, + ACTIONS(149), 14, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -113232,12 +115327,9 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113253,13 +115345,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(2918), 21, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113270,19 +115361,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [6971] = 6, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [7008] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(2958), 1, + ACTIONS(2965), 1, anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113298,7 +115394,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(2922), 20, + ACTIONS(2945), 19, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -113316,61 +115412,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + ACTIONS(2941), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, + [7080] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3041), 1, + anon_sym_LBRACK, + ACTIONS(3044), 1, + anon_sym_DOT, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(3075), 1, + anon_sym_COLON, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3047), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3056), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2945), 12, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2952), 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(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7043] = 7, + anon_sym_DASH_DASH, + [7166] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2964), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, + anon_sym_DOT, + ACTIONS(3012), 1, + anon_sym_QMARK_DOT, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3002), 5, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2969), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2959), 4, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, - ACTIONS(2922), 15, + anon_sym_extends, + ACTIONS(2945), 10, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113386,53 +115564,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 21, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7117] = 11, + anon_sym_DASH_DASH, + [7254] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(205), 1, + ACTIONS(3041), 1, + anon_sym_LBRACK, + ACTIONS(3044), 1, + anon_sym_DOT, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3096), 1, anon_sym_EQ, - ACTIONS(211), 1, + ACTIONS(3098), 1, anon_sym_EQ_GT, - ACTIONS(620), 1, - anon_sym_QMARK, - ACTIONS(3020), 1, - anon_sym_LBRACK, - ACTIONS(208), 2, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3056), 2, anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1345), 2, - anon_sym_RPAREN, anon_sym_extends, - ACTIONS(3023), 2, + ACTIONS(3047), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(150), 14, + ACTIONS(2945), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_DOT, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -113440,10 +115619,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113459,13 +115637,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(116), 19, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113474,19 +115649,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [7199] = 6, + anon_sym_DASH_DASH, + [7338] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(211), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(3044), 1, + anon_sym_DOT, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3056), 1, + anon_sym_extends, + ACTIONS(3092), 1, anon_sym_EQ, - ACTIONS(154), 15, + ACTIONS(3094), 1, + anon_sym_EQ_GT, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3041), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3047), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2945), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113502,16 +115709,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 20, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(2941), 18, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + 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, + [7422] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(3079), 1, + anon_sym_QMARK, + ACTIONS(3075), 5, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, + ACTIONS(2945), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -113520,16 +115754,29 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2952), 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(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113540,30 +115787,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7271] = 7, + anon_sym_DASH_DASH, + [7496] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(3031), 1, - anon_sym_QMARK, - ACTIONS(3029), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + ACTIONS(2965), 1, + anon_sym_EQ_GT, + ACTIONS(3041), 1, + anon_sym_LBRACK, + ACTIONS(3044), 1, + anon_sym_DOT, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3056), 1, + anon_sym_extends, + ACTIONS(3075), 1, anon_sym_COLON, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3047), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3111), 2, + anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(2922), 15, + ACTIONS(2945), 12, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -113571,10 +115831,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113590,45 +115849,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 21, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7345] = 9, + anon_sym_DASH_DASH, + [7584] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1232), 1, - anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - ACTIONS(1345), 1, - anon_sym_extends, - ACTIONS(3020), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3023), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(154), 15, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113644,13 +115892,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 17, - sym__automatic_semicolon, + ACTIONS(149), 19, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -113659,66 +115910,60 @@ 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, anon_sym_satisfies, - ACTIONS(116), 18, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7423] = 12, + anon_sym_DASH_DASH, + [7656] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(3041), 1, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(3087), 1, anon_sym_EQ, - ACTIONS(3043), 1, - anon_sym_EQ_GT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2952), 3, + ACTIONS(3090), 5, anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2962), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2922), 13, - sym__automatic_semicolon, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2945), 14, sym__ternary_qmark, anon_sym_as, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113734,63 +115979,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 18, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7507] = 12, + anon_sym_DASH_DASH, + [7730] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, + ACTIONS(3041), 1, + anon_sym_LBRACK, + ACTIONS(3044), 1, anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(3045), 1, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3103), 1, anon_sym_EQ, - ACTIONS(3047), 1, + ACTIONS(3105), 1, anon_sym_EQ_GT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2952), 3, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3056), 2, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_extends, - ACTIONS(2962), 3, + ACTIONS(3047), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 13, + ACTIONS(2945), 14, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113806,12 +116055,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(2918), 18, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113820,28 +116067,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [7591] = 8, + anon_sym_DASH_DASH, + [7814] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1232), 1, + ACTIONS(3032), 1, anon_sym_EQ, - ACTIONS(1234), 1, - anon_sym_EQ_GT, - ACTIONS(1871), 1, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(3070), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(2881), 1, - sym_identifier, - ACTIONS(150), 15, - sym__automatic_semicolon, + anon_sym_RBRACK, + ACTIONS(2945), 14, sym__ternary_qmark, - anon_sym_COMMA, + anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -113849,10 +116098,11 @@ static const uint16_t ts_small_parse_table[] = { 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(154), 15, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -113868,14 +116118,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(116), 24, + ACTIONS(2941), 22, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113886,24 +116133,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [7667] = 3, + anon_sym_DASH_DASH, + [7888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2902), 22, + ACTIONS(2973), 23, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -113914,12 +116160,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2904), 35, + anon_sym_DASH_DASH, + ACTIONS(2975), 34, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -113952,47 +116201,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, anon_sym_satisfies, - [7732] = 3, + [7953] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2485), 22, - anon_sym_STAR, + ACTIONS(1254), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(2487), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114008,38 +116226,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(149), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [7797] = 11, + ACTIONS(118), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [8024] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(211), 1, - anon_sym_EQ_GT, - ACTIONS(1198), 1, + ACTIONS(1311), 1, anon_sym_EQ, - ACTIONS(1239), 1, - anon_sym_COLON, - ACTIONS(1345), 1, - anon_sym_extends, - ACTIONS(3020), 1, + ACTIONS(1313), 1, + anon_sym_EQ_GT, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(3023), 2, + ACTIONS(1405), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3084), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3049), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(150), 14, + ACTIONS(149), 15, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -114048,10 +116298,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114067,13 +116316,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(116), 19, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114082,19 +116328,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7878] = 6, + anon_sym_DASH_DASH, + [8101] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(3018), 1, + ACTIONS(3060), 1, anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114110,7 +116359,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(2922), 19, + ACTIONS(2945), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -114127,16 +116376,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114147,17 +116393,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [7949] = 5, + anon_sym_DASH_DASH, + [8172] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(1265), 1, + anon_sym_COLON, + ACTIONS(1319), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(3084), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1405), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(149), 13, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114173,61 +116449,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2922), 20, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8018] = 8, + anon_sym_DASH_DASH, + [8251] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1232), 1, + ACTIONS(1258), 1, anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(1260), 1, anon_sym_EQ_GT, - ACTIONS(1983), 1, - anon_sym_in, - ACTIONS(3053), 1, - anon_sym_of, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114243,12 +116493,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(150), 18, + ACTIONS(149), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -114259,41 +116510,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 20, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [8093] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2910), 22, + ACTIONS(118), 22, anon_sym_STAR, - anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114304,59 +116527,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2912), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [8158] = 8, + [8322] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2930), 1, + ACTIONS(2950), 1, anon_sym_EQ_GT, - ACTIONS(3007), 1, + ACTIONS(3030), 1, anon_sym_EQ, - ACTIONS(3055), 1, + ACTIONS(3115), 1, anon_sym_in, - ACTIONS(3058), 1, + ACTIONS(3118), 1, anon_sym_of, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114372,7 +116562,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(2922), 18, + ACTIONS(2945), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -114388,15 +116578,12 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 20, + ACTIONS(2941), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114407,43 +116594,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8233] = 6, + anon_sym_DASH_DASH, + [8397] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1230), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(1307), 1, anon_sym_EQ, - ACTIONS(154), 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(150), 19, - sym__automatic_semicolon, + ACTIONS(1309), 1, + anon_sym_EQ_GT, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(1405), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(149), 15, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -114452,39 +116632,50 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(153), 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(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8304] = 6, + anon_sym_DASH_DASH, + [8474] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3016), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(3018), 1, - anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114500,15 +116691,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2922), 19, - sym__automatic_semicolon, + ACTIONS(2945), 19, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -114517,16 +116709,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114537,21 +116726,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8375] = 7, + anon_sym_DASH_DASH, + [8543] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1871), 1, - anon_sym_COLON, - ACTIONS(2930), 1, - anon_sym_EQ_GT, - ACTIONS(3007), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(2021), 1, + anon_sym_in, + ACTIONS(3120), 1, + anon_sym_of, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114567,7 +116761,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(2922), 18, + ACTIONS(149), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -114583,16 +116777,12 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(118), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114603,21 +116793,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8448] = 7, + anon_sym_DASH_DASH, + [8618] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1867), 1, - anon_sym_COLON, - ACTIONS(2930), 1, - anon_sym_EQ_GT, - ACTIONS(3007), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, + anon_sym_DOT, + ACTIONS(3012), 1, + anon_sym_QMARK_DOT, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2959), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2969), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2945), 10, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114633,58 +116855,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2922), 18, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8521] = 3, + anon_sym_DASH_DASH, + [8705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 22, + ACTIONS(3016), 23, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114695,12 +116893,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2946), 35, + anon_sym_DASH_DASH, + ACTIONS(3018), 34, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -114733,17 +116934,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, anon_sym_satisfies, - [8586] = 6, + [8770] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1234), 1, + ACTIONS(1903), 1, + anon_sym_COLON, + ACTIONS(2950), 1, anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(3030), 1, anon_sym_EQ, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114759,12 +116961,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(150), 19, + ACTIONS(2945), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -114776,16 +116977,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114796,17 +116994,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8657] = 5, + anon_sym_DASH_DASH, + [8843] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(1903), 1, + anon_sym_COLON, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114822,16 +117027,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(2922), 20, + ACTIONS(149), 17, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -114840,16 +117043,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -114860,48 +117060,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8726] = 12, + anon_sym_DASH_DASH, + [8916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, + ACTIONS(3020), 23, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(2958), 1, - anon_sym_EQ_GT, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, - anon_sym_DOT, - ACTIONS(2988), 1, - anon_sym_extends, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2973), 2, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(2982), 2, + anon_sym_BANG, + anon_sym_in, + 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, - ACTIONS(2922), 14, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + ACTIONS(3022), 34, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2932), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114917,44 +117122,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 18, + 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, + anon_sym_satisfies, + [8981] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2521), 23, anon_sym_STAR, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8809] = 10, + anon_sym_DASH_DASH, + ACTIONS(2523), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [9046] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(148), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - ACTIONS(1239), 1, - anon_sym_COLON, - ACTIONS(1289), 1, + ACTIONS(1224), 1, anon_sym_EQ, - ACTIONS(3020), 1, + ACTIONS(1265), 1, + anon_sym_COLON, + ACTIONS(1405), 1, + anon_sym_extends, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(3023), 2, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(1345), 3, + ACTIONS(3122), 2, anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(150), 14, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -114966,10 +117223,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -114985,13 +117241,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(116), 19, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115000,19 +117254,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8888] = 6, + anon_sym_DASH_DASH, + [9127] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1232), 1, - anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(2950), 1, anon_sym_EQ_GT, - ACTIONS(154), 15, + ACTIONS(3030), 1, + anon_sym_EQ, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115028,7 +117285,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(150), 19, + ACTIONS(2945), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -115045,16 +117302,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115065,41 +117319,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [8959] = 8, + anon_sym_DASH_DASH, + [9198] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(211), 1, + ACTIONS(2950), 1, anon_sym_EQ_GT, - ACTIONS(1198), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(1239), 1, - anon_sym_COLON, - ACTIONS(1236), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(150), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115115,13 +117350,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(116), 21, + ACTIONS(2945), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115132,90 +117384,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [9034] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2940), 22, - anon_sym_STAR, - anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2942), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_AMP_AMP_EQ, - anon_sym_PIPE_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [9099] = 9, + [9269] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 1, + ACTIONS(3058), 1, anon_sym_EQ, - ACTIONS(1243), 1, + ACTIONS(3060), 1, anon_sym_EQ_GT, - ACTIONS(3020), 1, - anon_sym_LBRACK, - ACTIONS(1345), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3023), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115231,12 +117415,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(150), 16, + ACTIONS(2945), 18, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -115245,107 +117432,70 @@ 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, anon_sym_satisfies, - ACTIONS(116), 18, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9176] = 10, + anon_sym_DASH_DASH, + [9340] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(205), 1, - anon_sym_EQ, - ACTIONS(211), 1, - anon_sym_EQ_GT, - ACTIONS(1347), 1, - anon_sym_QMARK, - ACTIONS(3020), 1, - anon_sym_LBRACK, - ACTIONS(3023), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1345), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(150), 14, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(154), 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(116), 19, + ACTIONS(2981), 23, anon_sym_STAR, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9255] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1232), 1, - anon_sym_EQ, - ACTIONS(1234), 1, - anon_sym_EQ_GT, - ACTIONS(1871), 1, - anon_sym_COLON, - ACTIONS(154), 15, + anon_sym_DASH_DASH, + ACTIONS(2983), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115361,32 +117511,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 18, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(116), 21, + [9405] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3004), 23, anon_sym_STAR, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115397,19 +117538,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9328] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2930), 1, - anon_sym_EQ_GT, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(2932), 15, + anon_sym_DASH_DASH, + ACTIONS(3006), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115425,85 +117573,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2922), 19, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2918), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [9399] = 12, + [9470] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(3060), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(3062), 1, + ACTIONS(2965), 1, anon_sym_EQ_GT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2952), 3, - anon_sym_COMMA, - anon_sym_LBRACK, + ACTIONS(3044), 1, + anon_sym_DOT, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3056), 1, anon_sym_extends, - ACTIONS(2962), 3, - anon_sym_GT, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3041), 2, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3047), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 12, + ACTIONS(2945), 13, sym__ternary_qmark, anon_sym_as, - anon_sym_of, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115519,12 +117632,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(2918), 18, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115533,99 +117645,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [9482] = 12, + anon_sym_DASH_DASH, + [9553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(3014), 1, - anon_sym_EQ_GT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2962), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2952), 4, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2922), 11, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_satisfies, - ACTIONS(2932), 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(2918), 19, + ACTIONS(2977), 23, anon_sym_STAR, + anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9565] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 1, - anon_sym_EQ, - ACTIONS(1247), 1, - anon_sym_EQ_GT, - ACTIONS(3020), 1, - anon_sym_LBRACK, - ACTIONS(1345), 2, + anon_sym_DASH_DASH, + ACTIONS(2979), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3023), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(154), 15, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115641,12 +117706,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 16, - sym__automatic_semicolon, + 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, + anon_sym_satisfies, + [9618] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1267), 1, + anon_sym_EQ, + ACTIONS(1269), 1, + anon_sym_EQ_GT, + ACTIONS(1405), 1, + anon_sym_extends, + ACTIONS(3081), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(149), 15, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -115655,15 +117743,29 @@ 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, anon_sym_satisfies, - ACTIONS(116), 18, + anon_sym_implements, + ACTIONS(153), 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(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115672,34 +117774,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [9642] = 12, + anon_sym_DASH_DASH, + [9695] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, - ACTIONS(2976), 1, - anon_sym_LT, - ACTIONS(2979), 1, + ACTIONS(3044), 1, anon_sym_DOT, - ACTIONS(3060), 1, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3107), 1, anon_sym_EQ, - ACTIONS(3062), 1, + ACTIONS(3109), 1, anon_sym_EQ_GT, - STATE(2366), 1, + STATE(2499), 1, sym_type_arguments, - ACTIONS(2988), 2, + ACTIONS(3056), 2, anon_sym_COMMA, anon_sym_extends, - ACTIONS(2982), 3, + ACTIONS(3047), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 14, + ACTIONS(2945), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -115711,10 +117816,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115730,11 +117834,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(2918), 17, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115743,22 +117846,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, 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, - [9725] = 3, + anon_sym_DASH_DASH, + [9778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2906), 22, + ACTIONS(3024), 23, anon_sym_STAR, anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115769,12 +117872,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2908), 35, + anon_sym_DASH_DASH, + ACTIONS(3026), 34, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -115807,47 +117913,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, anon_sym_satisfies, - [9790] = 3, + [9843] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2936), 22, - anon_sym_STAR, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(1319), 1, anon_sym_EQ, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - ACTIONS(2938), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115863,26 +117938,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(149), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [9855] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2914), 22, + ACTIONS(118), 22, anon_sym_STAR, - anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115893,23 +117972,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2916), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_DASH_DASH, + [9914] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1260), 1, + anon_sym_EQ_GT, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115925,26 +118003,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(149), 18, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [9920] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2477), 22, + ACTIONS(118), 22, anon_sym_STAR, - anon_sym_EQ, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -115955,23 +118037,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - ACTIONS(2479), 35, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, + anon_sym_DASH_DASH, + [9985] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(218), 1, + anon_sym_EQ_GT, + ACTIONS(1224), 1, + anon_sym_EQ, + ACTIONS(1265), 1, + anon_sym_COLON, + ACTIONS(1262), 3, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(149), 14, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -115987,23 +118089,39 @@ 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, + ACTIONS(118), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [9985] = 6, + [10060] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2930), 1, - anon_sym_EQ_GT, - ACTIONS(3007), 1, + ACTIONS(1254), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(1256), 1, + anon_sym_EQ_GT, + ACTIONS(1899), 1, + anon_sym_COLON, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116019,12 +118137,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(2922), 19, + ACTIONS(149), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, @@ -116036,16 +118153,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116056,19 +118170,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10056] = 6, + anon_sym_DASH_DASH, + [10133] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1228), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(1230), 1, - anon_sym_EQ_GT, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116084,11 +118199,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(150), 19, + ACTIONS(2945), 19, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, @@ -116101,16 +118217,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116121,21 +118234,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10127] = 7, + anon_sym_DASH_DASH, + [10202] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1232), 1, + ACTIONS(212), 1, anon_sym_EQ, - ACTIONS(1234), 1, + ACTIONS(218), 1, anon_sym_EQ_GT, - ACTIONS(1867), 1, - anon_sym_COLON, - ACTIONS(154), 15, + ACTIONS(1407), 1, + anon_sym_QMARK, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(3084), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1405), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(149), 13, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116151,64 +118290,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 18, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 20, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10200] = 9, + anon_sym_DASH_DASH, + [10281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 1, + ACTIONS(2517), 23, + anon_sym_STAR, anon_sym_EQ, - ACTIONS(1251), 1, - anon_sym_EQ_GT, - ACTIONS(1345), 1, - anon_sym_extends, - ACTIONS(3020), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3023), 3, + anon_sym_BANG, + anon_sym_in, 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, - ACTIONS(154), 15, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + ACTIONS(2519), 34, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [10346] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1899), 1, + anon_sym_COLON, + ACTIONS(2950), 1, + anon_sym_EQ_GT, + ACTIONS(3030), 1, + anon_sym_EQ, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116224,11 +118398,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(150), 16, + ACTIONS(2945), 17, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -116237,61 +118414,69 @@ 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, anon_sym_satisfies, - anon_sym_implements, - ACTIONS(116), 18, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10277] = 10, + anon_sym_DASH_DASH, + [10419] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3002), 1, - anon_sym_RBRACK, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, + anon_sym_DOT, ACTIONS(3012), 1, - anon_sym_COMMA, - ACTIONS(3039), 1, - anon_sym_EQ_GT, - ACTIONS(3064), 1, + anon_sym_QMARK_DOT, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(3067), 1, - anon_sym_in, - ACTIONS(3069), 1, - anon_sym_COLON, - ACTIONS(2922), 15, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2969), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2959), 3, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2945), 10, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116307,123 +118492,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 20, + ACTIONS(2941), 19, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10355] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3075), 1, - anon_sym_AT, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - ACTIONS(3073), 13, - anon_sym_LBRACE, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - ACTIONS(3071), 40, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_typeof, - anon_sym_import, - anon_sym_await, - anon_sym_yield, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_abstract, - [10425] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(211), 1, - anon_sym_EQ_GT, - ACTIONS(1198), 1, - anon_sym_EQ, - ACTIONS(1345), 1, - anon_sym_extends, - ACTIONS(3020), 2, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3023), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(150), 15, + anon_sym_DASH_DASH, + [10506] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1311), 1, + anon_sym_EQ, + ACTIONS(1313), 1, + anon_sym_EQ_GT, + ACTIONS(3126), 1, + sym_identifier, + ACTIONS(149), 13, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, 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, - anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116439,34 +118551,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 19, + ACTIONS(118), 25, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, + anon_sym_AMP, anon_sym_CARET, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10501] = 6, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + [10578] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1251), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(154), 15, + ACTIONS(2965), 1, + anon_sym_EQ_GT, + ACTIONS(3128), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(2945), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116482,32 +118619,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(150), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(116), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116518,19 +118634,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10571] = 6, + anon_sym_DASH_DASH, + [10650] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 1, + ACTIONS(3041), 1, + anon_sym_LBRACK, + ACTIONS(3044), 1, + anon_sym_DOT, + ACTIONS(3050), 1, + anon_sym_LT, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(1251), 1, + ACTIONS(3077), 1, anon_sym_EQ_GT, - ACTIONS(154), 15, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3056), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3047), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2945), 12, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116546,57 +118693,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(116), 21, + ACTIONS(2941), 18, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10641] = 7, + anon_sym_DASH_DASH, + [10732] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 1, + ACTIONS(1311), 1, anon_sym_EQ, - ACTIONS(1247), 1, + ACTIONS(1313), 1, anon_sym_EQ_GT, - ACTIONS(3078), 1, + ACTIONS(2939), 1, sym_identifier, - ACTIONS(150), 14, + ACTIONS(149), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, @@ -116609,9 +118734,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116627,14 +118751,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(116), 24, + ACTIONS(118), 25, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116645,41 +118767,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - [10713] = 7, + [10804] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(3080), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(2922), 15, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3008), 1, anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3135), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, + STATE(1169), 1, + sym_arguments, + ACTIONS(3133), 12, + anon_sym_LBRACE, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_DQUOTE, + anon_sym_SQUOTE, anon_sym_BQUOTE, - anon_sym_satisfies, - ACTIONS(2932), 15, + sym_number, + anon_sym_AT, + ACTIONS(3131), 41, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [10874] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1269), 1, + anon_sym_EQ_GT, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116695,13 +118864,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 21, + ACTIONS(149), 17, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116712,19 +118897,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10785] = 6, + anon_sym_DASH_DASH, + [10944] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(3058), 1, anon_sym_EQ, - ACTIONS(3047), 1, - anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116740,12 +118926,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(2922), 18, + ACTIONS(2945), 18, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -116755,17 +118943,13 @@ 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, anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116776,17 +118960,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10855] = 5, + anon_sym_DASH_DASH, + [11012] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3016), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(3094), 1, + anon_sym_EQ_GT, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116802,14 +118991,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(2922), 19, - sym__automatic_semicolon, + ACTIONS(2945), 17, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -116819,16 +119006,14 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + anon_sym_implements, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116839,25 +119024,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [10923] = 7, + anon_sym_DASH_DASH, + [11082] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 1, - anon_sym_EQ, - ACTIONS(1247), 1, + ACTIONS(3070), 1, + anon_sym_RBRACK, + ACTIONS(3090), 1, + anon_sym_COMMA, + ACTIONS(3098), 1, anon_sym_EQ_GT, - ACTIONS(2881), 1, - sym_identifier, - ACTIONS(150), 14, - sym__automatic_semicolon, + ACTIONS(3137), 1, + anon_sym_EQ, + ACTIONS(3140), 1, + anon_sym_in, + ACTIONS(3142), 1, + anon_sym_COLON, + ACTIONS(2945), 14, sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -116865,10 +119058,11 @@ static const uint16_t ts_small_parse_table[] = { 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(154), 15, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116884,14 +119078,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(116), 24, + ACTIONS(2941), 21, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116902,25 +119092,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_satisfies, - [10995] = 7, + anon_sym_DASH_DASH, + [11160] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2958), 1, - anon_sym_EQ_GT, - ACTIONS(3080), 3, + ACTIONS(124), 1, anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(215), 1, anon_sym_RBRACK, - ACTIONS(2922), 15, + ACTIONS(1309), 1, + anon_sym_EQ_GT, + ACTIONS(2032), 1, + anon_sym_EQ, + ACTIONS(2035), 1, + anon_sym_COLON, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -116933,10 +119126,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116952,13 +119144,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(2918), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -116969,21 +119159,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11067] = 7, + anon_sym_DASH_DASH, + [11236] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3007), 1, + ACTIONS(3030), 1, anon_sym_EQ, - ACTIONS(3055), 1, + ACTIONS(3115), 1, anon_sym_in, - ACTIONS(3058), 1, + ACTIONS(3118), 1, anon_sym_of, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -116999,7 +119192,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(2922), 18, + ACTIONS(2945), 17, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -117015,15 +119208,12 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 20, + ACTIONS(2941), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117034,46 +119224,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11139] = 12, + anon_sym_DASH_DASH, + [11308] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(1267), 1, anon_sym_EQ, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(3014), 1, + ACTIONS(1269), 1, anon_sym_EQ_GT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2962), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2952), 3, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2922), 11, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117089,47 +119255,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(2918), 19, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [11221] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1291), 1, - anon_sym_EQ, - ACTIONS(1293), 1, - anon_sym_EQ_GT, - ACTIONS(3020), 1, - anon_sym_LBRACK, - ACTIONS(1345), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3023), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(150), 15, + ACTIONS(149), 17, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_of, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -117138,58 +119270,44 @@ 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, anon_sym_satisfies, - ACTIONS(154), 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(116), 18, + anon_sym_implements, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11297] = 9, + anon_sym_DASH_DASH, + [11378] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(122), 1, - anon_sym_COMMA, - ACTIONS(208), 1, - anon_sym_RBRACK, - ACTIONS(1243), 1, - anon_sym_EQ_GT, - ACTIONS(2014), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(2017), 1, + ACTIONS(3075), 1, anon_sym_COLON, - ACTIONS(150), 15, + ACTIONS(3128), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(2945), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -117202,10 +119320,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117221,13 +119338,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(116), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117238,17 +119353,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11373] = 5, + anon_sym_DASH_DASH, + [11450] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3007), 1, + ACTIONS(3092), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(3094), 1, + anon_sym_EQ_GT, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117264,14 +119384,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(2922), 19, - sym__automatic_semicolon, + ACTIONS(2945), 17, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -117281,16 +119399,14 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + anon_sym_implements, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117301,37 +119417,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11441] = 12, + anon_sym_DASH_DASH, + [11520] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(2973), 1, + ACTIONS(3148), 1, + anon_sym_AT, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + ACTIONS(3146), 12, + anon_sym_LBRACE, + anon_sym_BANG, + anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(2976), 1, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + sym_number, + ACTIONS(3144), 41, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, + anon_sym_class, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(2979), 1, - anon_sym_DOT, - ACTIONS(3014), 1, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [11590] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(218), 1, anon_sym_EQ_GT, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2988), 2, - anon_sym_COMMA, + ACTIONS(1224), 1, + anon_sym_EQ, + ACTIONS(1405), 1, anon_sym_extends, - ACTIONS(2982), 3, - anon_sym_GT, + ACTIONS(3081), 2, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3084), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 13, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -117339,10 +119517,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117355,99 +119532,36 @@ static const uint16_t ts_small_parse_table[] = { 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(2918), 17, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [11523] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(3087), 1, - anon_sym_DOT, - STATE(1150), 1, - sym_arguments, - ACTIONS(3085), 13, - anon_sym_LBRACE, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - anon_sym_AT, - ACTIONS(3083), 40, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_typeof, - anon_sym_import, - anon_sym_await, - anon_sym_yield, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, + anon_sym_AMP_AMP_EQ, + anon_sym_PIPE_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(118), 20, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_CARET, anon_sym_PLUS, anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_abstract, - [11593] = 6, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [11666] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3045), 1, + ACTIONS(3030), 1, anon_sym_EQ, - ACTIONS(3047), 1, - anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117463,12 +119577,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(2922), 18, + ACTIONS(2945), 18, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -117478,17 +119594,13 @@ 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, anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117499,47 +119611,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11663] = 12, + anon_sym_DASH_DASH, + [11734] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(1315), 1, anon_sym_EQ, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(3014), 1, + ACTIONS(1317), 1, anon_sym_EQ_GT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2952), 3, - anon_sym_COMMA, + ACTIONS(3081), 1, anon_sym_LBRACK, + ACTIONS(1405), 2, + anon_sym_COMMA, anon_sym_extends, - ACTIONS(2962), 3, + ACTIONS(3084), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2922), 11, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117555,37 +119666,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2918), 18, + ACTIONS(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [11810] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3103), 1, + anon_sym_EQ, + ACTIONS(3105), 1, + anon_sym_EQ_GT, + ACTIONS(2952), 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(2945), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2941), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11745] = 8, + anon_sym_DASH_DASH, + [11879] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3002), 1, + ACTIONS(3070), 1, anon_sym_RBRACK, - ACTIONS(3012), 1, + ACTIONS(3090), 1, anon_sym_COMMA, - ACTIONS(3039), 1, + ACTIONS(3098), 1, anon_sym_EQ_GT, - ACTIONS(3064), 1, + ACTIONS(3137), 1, anon_sym_EQ, - ACTIONS(2922), 15, + ACTIONS(2945), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -117598,10 +119773,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117617,13 +119791,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(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117634,19 +119806,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11818] = 6, + anon_sym_DASH_DASH, + [11952] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 1, + ACTIONS(3092), 1, anon_sym_EQ, - ACTIONS(1243), 1, - anon_sym_EQ_GT, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117662,13 +119835,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(150), 17, + ACTIONS(2945), 17, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_COLON, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -117677,16 +119850,14 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + anon_sym_implements, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117697,17 +119868,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11887] = 5, + anon_sym_DASH_DASH, + [12019] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3045), 1, + ACTIONS(1307), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(1309), 1, + anon_sym_EQ_GT, + ACTIONS(2057), 1, + anon_sym_COLON, + ACTIONS(149), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117723,32 +119917,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(2922), 18, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(2918), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117759,23 +119932,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [11954] = 8, + anon_sym_DASH_DASH, + [12090] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(1311), 1, anon_sym_EQ, - ACTIONS(3039), 1, + ACTIONS(1313), 1, anon_sym_EQ_GT, - ACTIONS(3067), 1, - anon_sym_in, - ACTIONS(3069), 1, - anon_sym_COLON, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117791,12 +119963,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(2922), 16, + ACTIONS(149), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -117805,15 +119978,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 20, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117824,19 +119995,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12027] = 6, + anon_sym_DASH_DASH, + [12159] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1243), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(154), 15, + ACTIONS(3105), 1, + anon_sym_EQ_GT, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117852,13 +120026,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(150), 17, + ACTIONS(2945), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -117867,16 +120041,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -117887,19 +120058,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12096] = 6, + anon_sym_DASH_DASH, + [12228] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(3096), 1, anon_sym_EQ, - ACTIONS(3043), 1, + ACTIONS(3098), 1, anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(3140), 1, + anon_sym_in, + ACTIONS(3142), 1, + anon_sym_COLON, + ACTIONS(2945), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117915,13 +120109,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(2922), 17, - sym__automatic_semicolon, + ACTIONS(2941), 21, + anon_sym_STAR, + anon_sym_BANG, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [12301] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3148), 1, + anon_sym_AT, + ACTIONS(3151), 1, + anon_sym_class, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + ACTIONS(3146), 12, + anon_sym_LBRACE, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + sym_number, + ACTIONS(3144), 39, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, + anon_sym_async, + anon_sym_function, + anon_sym_new, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [12372] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(1405), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3084), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(149), 13, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -117930,39 +120223,52 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(153), 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(118), 19, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12165] = 6, + anon_sym_DASH_DASH, + [12447] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(3039), 1, + ACTIONS(3098), 1, anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -117978,7 +120284,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(2922), 17, + ACTIONS(2945), 16, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -117993,16 +120299,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118013,19 +120316,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12234] = 6, + anon_sym_DASH_DASH, + [12516] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3041), 1, + ACTIONS(3096), 1, anon_sym_EQ, - ACTIONS(3043), 1, + ACTIONS(3098), 1, anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118041,13 +120347,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(2922), 17, - sym__automatic_semicolon, + ACTIONS(2945), 16, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -118056,16 +120362,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118076,23 +120379,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12303] = 8, + anon_sym_DASH_DASH, + [12585] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_EQ, - ACTIONS(3039), 1, + ACTIONS(1309), 1, anon_sym_EQ_GT, - ACTIONS(3067), 1, - anon_sym_in, - ACTIONS(3089), 1, - anon_sym_COLON, - ACTIONS(2932), 15, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118108,10 +120410,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(2922), 16, + ACTIONS(149), 16, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, @@ -118122,15 +120425,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 20, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118141,31 +120442,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12376] = 9, + anon_sym_DASH_DASH, + [12654] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(148), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(1307), 1, anon_sym_EQ, - ACTIONS(3020), 1, - anon_sym_LBRACK, - ACTIONS(1345), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3023), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(150), 14, + ACTIONS(1309), 1, + anon_sym_EQ_GT, + ACTIONS(2035), 1, + anon_sym_COLON, + ACTIONS(149), 15, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -118174,10 +120473,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118193,157 +120491,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(116), 18, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + 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_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12451] = 7, + anon_sym_DASH_DASH, + [12725] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 1, + ACTIONS(3096), 1, anon_sym_EQ, - ACTIONS(1243), 1, + ACTIONS(3098), 1, anon_sym_EQ_GT, - ACTIONS(2017), 1, + ACTIONS(3140), 1, + anon_sym_in, + ACTIONS(3154), 1, anon_sym_COLON, - ACTIONS(154), 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(150), 16, + ACTIONS(2945), 15, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [12522] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3093), 14, - anon_sym_LBRACE, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - sym_number, - anon_sym_AT, - ACTIONS(3091), 41, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_typeof, - anon_sym_import, - anon_sym_await, - anon_sym_yield, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_DOT, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_abstract, - [12585] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1247), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, - anon_sym_EQ, - ACTIONS(154), 15, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118359,31 +120557,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(150), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2941), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118394,19 +120571,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12654] = 6, + anon_sym_DASH_DASH, + [12798] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 1, - anon_sym_EQ, - ACTIONS(1247), 1, + ACTIONS(124), 1, + anon_sym_COMMA, + ACTIONS(215), 1, + anon_sym_RBRACK, + ACTIONS(1309), 1, anon_sym_EQ_GT, - ACTIONS(154), 15, + ACTIONS(2032), 1, + anon_sym_EQ, + ACTIONS(149), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118422,31 +120621,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(150), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118457,19 +120636,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12723] = 6, + anon_sym_DASH_DASH, + [12871] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(1307), 1, anon_sym_EQ, - ACTIONS(3039), 1, + ACTIONS(1309), 1, anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118485,7 +120667,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(2922), 17, + ACTIONS(149), 16, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -118500,16 +120682,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118520,23 +120699,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12792] = 7, + anon_sym_DASH_DASH, + [12940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3075), 1, - anon_sym_AT, - ACTIONS(3095), 1, - anon_sym_class, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - ACTIONS(3073), 13, + ACTIONS(3158), 13, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LPAREN, @@ -118545,12 +120719,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_TILDE, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, - ACTIONS(3071), 38, + anon_sym_AT, + ACTIONS(3156), 42, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -118558,15 +120732,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_import, anon_sym_await, anon_sym_yield, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_DOT, + anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_void, anon_sym_delete, + anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, @@ -118589,16 +120766,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [12863] = 7, + anon_sym_abstract, + [13003] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 1, - anon_sym_EQ, - ACTIONS(1243), 1, + ACTIONS(1313), 1, anon_sym_EQ_GT, - ACTIONS(2019), 1, - anon_sym_COLON, - ACTIONS(154), 15, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118614,12 +120790,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(150), 16, + ACTIONS(149), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_LT_EQ, @@ -118628,16 +120805,13 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118648,23 +120822,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [12934] = 8, + anon_sym_DASH_DASH, + [13072] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(122), 1, - anon_sym_COMMA, - ACTIONS(208), 1, - anon_sym_RBRACK, - ACTIONS(1243), 1, - anon_sym_EQ_GT, - ACTIONS(2014), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(150), 15, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + ACTIONS(3115), 1, + anon_sym_in, + ACTIONS(3118), 1, + anon_sym_of, + ACTIONS(2945), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -118677,10 +120854,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + ACTIONS(2952), 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(2941), 21, + anon_sym_STAR, + anon_sym_BANG, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, + [13144] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1315), 1, + anon_sym_EQ, + ACTIONS(1317), 1, + anon_sym_EQ_GT, + ACTIONS(149), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118696,13 +120933,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(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118713,15 +120948,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13007] = 3, + anon_sym_DASH_DASH, + [13212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3100), 14, + ACTIONS(3162), 13, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LPAREN, @@ -118730,13 +120968,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_TILDE, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, - ACTIONS(3098), 40, + ACTIONS(3160), 41, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -118744,16 +120981,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_import, anon_sym_await, anon_sym_yield, - anon_sym_LT, - anon_sym_SLASH, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_void, anon_sym_delete, + anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, @@ -118777,16 +121015,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [13069] = 7, + [13274] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3002), 1, - anon_sym_RBRACK, - ACTIONS(3012), 1, - anon_sym_COMMA, - ACTIONS(3064), 1, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(1319), 1, anon_sym_EQ, - ACTIONS(2922), 15, + ACTIONS(2021), 1, + anon_sym_in, + ACTIONS(3120), 1, + anon_sym_of, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -118799,10 +121039,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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118818,13 +121057,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(2918), 21, + ACTIONS(118), 21, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118835,21 +121071,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13139] = 7, + anon_sym_DASH_DASH, + [13346] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(148), 1, + ACTIONS(147), 1, anon_sym_EQ_GT, - ACTIONS(1239), 1, + ACTIONS(1265), 1, anon_sym_COLON, - ACTIONS(1289), 1, + ACTIONS(1319), 1, anon_sym_EQ, - ACTIONS(150), 15, + ACTIONS(149), 14, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -118862,10 +121101,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118881,13 +121119,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(116), 21, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118898,26 +121134,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13209] = 8, + anon_sym_DASH_DASH, + [13416] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(3103), 1, anon_sym_EQ, - ACTIONS(3014), 1, - anon_sym_EQ_GT, - ACTIONS(3055), 1, - anon_sym_in, - ACTIONS(3058), 1, - anon_sym_of, - ACTIONS(2922), 15, + ACTIONS(2952), 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(2945), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -118927,10 +121178,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + ACTIONS(2941), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, anon_sym_DASH_DASH, + [13482] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1317), 1, + anon_sym_EQ_GT, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(149), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - ACTIONS(2932), 15, + ACTIONS(153), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118946,12 +121242,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(2918), 20, + ACTIONS(118), 22, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -118962,17 +121257,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13281] = 5, + anon_sym_DASH_DASH, + [13550] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3096), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118988,7 +121286,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(2922), 17, + ACTIONS(2945), 16, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -119003,16 +121301,13 @@ 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, anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119023,26 +121318,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13347] = 8, + anon_sym_DASH_DASH, + [13616] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(148), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(1983), 1, - anon_sym_in, - ACTIONS(3053), 1, - anon_sym_of, - ACTIONS(150), 15, + ACTIONS(3109), 1, + anon_sym_EQ_GT, + ACTIONS(2945), 15, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_of, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -119052,10 +121347,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, anon_sym_satisfies, - ACTIONS(154), 15, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119071,12 +121365,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(116), 20, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119087,15 +121380,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13419] = 3, + anon_sym_DASH_DASH, + [13684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 14, + ACTIONS(3166), 13, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LPAREN, @@ -119104,13 +121400,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_TILDE, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, anon_sym_BQUOTE, sym_number, anon_sym_AT, - ACTIONS(3102), 40, + ACTIONS(3164), 41, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -119118,16 +121413,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_import, anon_sym_await, anon_sym_yield, - 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_LT, + anon_sym_void, + anon_sym_delete, + anon_sym_DASH_DASH, + sym_identifier, + sym_this, + sym_super, + sym_true, + sym_false, + sym_null, + sym_undefined, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [13746] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3133), 13, + anon_sym_LBRACE, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LTtemplate_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_PLUS_PLUS, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + sym_number, + anon_sym_AT, + ACTIONS(3131), 41, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_typeof, + anon_sym_import, + anon_sym_await, + anon_sym_yield, anon_sym_class, anon_sym_async, anon_sym_function, anon_sym_new, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_void, anon_sym_delete, + anon_sym_DASH_DASH, sym_identifier, sym_this, sym_super, @@ -119151,12 +121506,215 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [13481] = 5, + [13808] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3070), 1, + anon_sym_RBRACK, + ACTIONS(3090), 1, + anon_sym_COMMA, + ACTIONS(3137), 1, + anon_sym_EQ, + ACTIONS(2945), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 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(2941), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [13878] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3107), 1, + anon_sym_EQ, + ACTIONS(3109), 1, + anon_sym_EQ_GT, + ACTIONS(2945), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 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(2941), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [13946] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(147), 1, + anon_sym_EQ_GT, + ACTIONS(1319), 1, + anon_sym_EQ, + ACTIONS(149), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(153), 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(118), 22, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [14013] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3041), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(2932), 15, + ACTIONS(3077), 1, + anon_sym_EQ_GT, + ACTIONS(2945), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119172,31 +121730,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(2922), 17, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119207,78 +121745,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13547] = 3, + anon_sym_DASH_DASH, + [14080] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 14, - anon_sym_LBRACE, - anon_sym_BANG, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(3115), 1, + anon_sym_in, + ACTIONS(3118), 1, + anon_sym_of, + ACTIONS(2945), 14, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LTtemplate_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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_DQUOTE, - anon_sym_SQUOTE, anon_sym_BQUOTE, - sym_number, - anon_sym_AT, - ACTIONS(3083), 40, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_typeof, - anon_sym_import, - anon_sym_await, - anon_sym_yield, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_class, - anon_sym_async, - anon_sym_function, - anon_sym_new, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_void, - anon_sym_delete, - sym_identifier, - sym_this, - sym_super, - sym_true, - sym_false, - sym_null, - sym_undefined, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_abstract, - [13609] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1289), 1, - anon_sym_EQ, - ACTIONS(1293), 1, - anon_sym_EQ_GT, - ACTIONS(154), 15, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119294,7 +121793,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(150), 16, + ACTIONS(2941), 21, + anon_sym_STAR, + anon_sym_BANG, + 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, + [14149] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3107), 1, + anon_sym_EQ, + ACTIONS(2945), 15, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -119308,16 +121834,29 @@ 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, anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(2952), 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(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119328,19 +121867,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13677] = 6, + anon_sym_DASH_DASH, + [14214] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(3062), 1, - anon_sym_EQ_GT, - ACTIONS(2932), 15, + ACTIONS(3075), 1, + anon_sym_COLON, + ACTIONS(2945), 14, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + ACTIONS(2952), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119356,30 +121913,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(2922), 16, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2918), 21, + ACTIONS(2941), 22, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -119390,515 +121928,1168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_STAR_STAR, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_QMARK_QMARK, - [13745] = 6, + anon_sym_DASH_DASH, + [14281] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, + anon_sym_STAR, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(3174), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3176), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3038), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14397] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, + anon_sym_STAR, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(2809), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(2833), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(2998), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14513] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, + anon_sym_STAR, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3194), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3196), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3030), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14629] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, + anon_sym_STAR, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3198), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3200), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3012), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14745] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, + anon_sym_STAR, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3202), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3204), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(2995), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14861] = 31, ACTIONS(3), 1, sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, + anon_sym_LT, ACTIONS(1291), 1, - anon_sym_EQ, + anon_sym_DQUOTE, ACTIONS(1293), 1, - anon_sym_EQ_GT, - ACTIONS(154), 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(150), 16, - sym__ternary_qmark, - anon_sym_as, + anon_sym_SQUOTE, + ACTIONS(2807), 1, anon_sym_LPAREN, - anon_sym_of, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, + anon_sym_STAR, + ACTIONS(3178), 1, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(116), 21, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(2921), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(2923), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(2989), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [14977] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(3206), 1, + sym_identifier, + ACTIONS(3208), 1, anon_sym_STAR, + ACTIONS(3210), 1, + anon_sym_type, + ACTIONS(3214), 1, + anon_sym_LBRACE, + ACTIONS(3218), 1, + anon_sym_typeof, + STATE(3882), 1, + sym_string, + STATE(3946), 1, + sym_import_require_clause, + STATE(3950), 1, + sym__import_identifier, + STATE(3958), 1, + sym_import_clause, + STATE(4274), 2, + sym_namespace_import, + sym_named_imports, + ACTIONS(3212), 16, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_AMP, - anon_sym_CARET, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13813] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(3062), 1, - anon_sym_EQ_GT, - ACTIONS(2932), 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(2922), 16, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, anon_sym_satisfies, - ACTIONS(2918), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13881] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(3055), 1, - anon_sym_in, - ACTIONS(3058), 1, - anon_sym_of, - ACTIONS(2922), 15, + ACTIONS(3216), 22, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2932), 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(2918), 20, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_AMP, anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [13950] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(148), 1, - anon_sym_EQ_GT, - ACTIONS(1289), 1, - anon_sym_EQ, - ACTIONS(150), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, + anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - anon_sym_satisfies, - ACTIONS(154), 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(116), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14017] = 6, + [15060] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1806), 1, + anon_sym_LBRACE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1945), 1, + anon_sym_namespace, + ACTIONS(1947), 1, + anon_sym_import, + ACTIONS(1949), 1, + anon_sym_var, + ACTIONS(1951), 1, + anon_sym_let, + ACTIONS(1953), 1, + anon_sym_const, + ACTIONS(1955), 1, + anon_sym_class, + ACTIONS(1957), 1, + anon_sym_async, + ACTIONS(1959), 1, + anon_sym_function, + ACTIONS(1961), 1, + anon_sym_declare, + ACTIONS(1965), 1, + anon_sym_abstract, + ACTIONS(1969), 1, + anon_sym_interface, + ACTIONS(1971), 1, + anon_sym_enum, + ACTIONS(3220), 1, + anon_sym_STAR, + ACTIONS(3222), 1, + anon_sym_default, + ACTIONS(3224), 1, + anon_sym_type, + ACTIONS(3226), 1, anon_sym_EQ, - ACTIONS(3014), 1, - anon_sym_EQ_GT, - ACTIONS(2922), 15, - sym__ternary_qmark, + ACTIONS(3228), 1, anon_sym_as, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3233), 1, + anon_sym_RBRACE, + ACTIONS(3238), 1, + anon_sym_module, + STATE(1162), 1, + sym_decorator, + STATE(3252), 1, + sym_internal_module, + STATE(3253), 1, + sym_declaration, + STATE(3333), 1, + aux_sym_export_statement_repeat1, + STATE(3401), 1, + sym_export_clause, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + STATE(3866), 1, + sym_namespace_export, + ACTIONS(3236), 6, + sym__automatic_semicolon, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2932), 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(2918), 21, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3254), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [15180] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3240), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3197), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15292] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14084] = 5, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, + anon_sym_STAR, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3242), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3197), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15404] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1806), 1, + anon_sym_LBRACE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1945), 1, + anon_sym_namespace, + ACTIONS(1947), 1, + anon_sym_import, + ACTIONS(1949), 1, + anon_sym_var, + ACTIONS(1951), 1, + anon_sym_let, + ACTIONS(1953), 1, + anon_sym_const, + ACTIONS(1955), 1, + anon_sym_class, + ACTIONS(1957), 1, + anon_sym_async, + ACTIONS(1959), 1, + anon_sym_function, + ACTIONS(1961), 1, + anon_sym_declare, + ACTIONS(1965), 1, + anon_sym_abstract, + ACTIONS(1969), 1, + anon_sym_interface, + ACTIONS(1971), 1, + anon_sym_enum, + ACTIONS(3220), 1, + anon_sym_STAR, + ACTIONS(3222), 1, + anon_sym_default, + ACTIONS(3224), 1, + anon_sym_type, + ACTIONS(3226), 1, anon_sym_EQ, - ACTIONS(2932), 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(2922), 16, - sym__ternary_qmark, + ACTIONS(3228), 1, anon_sym_as, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3238), 1, + anon_sym_module, + ACTIONS(3244), 1, + anon_sym_RBRACE, + STATE(1162), 1, + sym_decorator, + STATE(3252), 1, + sym_internal_module, + STATE(3253), 1, + sym_declaration, + STATE(3333), 1, + aux_sym_export_statement_repeat1, + STATE(3401), 1, + sym_export_clause, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + STATE(3866), 1, + sym_namespace_export, + ACTIONS(3236), 6, + sym__automatic_semicolon, anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2918), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3254), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [15524] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1238), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(2815), 1, + anon_sym_new, + ACTIONS(2817), 1, anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14149] = 6, + ACTIONS(2831), 1, + anon_sym_abstract, + ACTIONS(3170), 1, + anon_sym_export, + ACTIONS(3172), 1, + anon_sym_STAR, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3180), 1, + anon_sym_async, + ACTIONS(3184), 1, + anon_sym_static, + ACTIONS(3186), 1, + anon_sym_readonly, + ACTIONS(3192), 1, + anon_sym_override, + STATE(1162), 1, + sym_decorator, + STATE(2279), 1, + sym_accessibility_modifier, + STATE(2303), 1, + sym_override_modifier, + STATE(2686), 1, + sym_formal_parameters, + STATE(3322), 1, + sym__call_signature, + STATE(3418), 1, + aux_sym_export_statement_repeat1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(3182), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3188), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3247), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2528), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3197), 6, + sym_export_statement, + sym_method_signature, + sym_call_signature, + sym_property_signature, + sym_construct_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [15636] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1806), 1, + anon_sym_LBRACE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1945), 1, + anon_sym_namespace, + ACTIONS(1947), 1, + anon_sym_import, + ACTIONS(1949), 1, + anon_sym_var, + ACTIONS(1951), 1, + anon_sym_let, + ACTIONS(1953), 1, + anon_sym_const, + ACTIONS(1955), 1, + anon_sym_class, + ACTIONS(1957), 1, + anon_sym_async, + ACTIONS(1959), 1, + anon_sym_function, + ACTIONS(1961), 1, + anon_sym_declare, + ACTIONS(1965), 1, + anon_sym_abstract, + ACTIONS(1969), 1, + anon_sym_interface, + ACTIONS(1971), 1, + anon_sym_enum, + ACTIONS(3220), 1, + anon_sym_STAR, + ACTIONS(3222), 1, + anon_sym_default, + ACTIONS(3224), 1, + anon_sym_type, + ACTIONS(3226), 1, anon_sym_EQ, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(2922), 15, - sym__ternary_qmark, + ACTIONS(3228), 1, anon_sym_as, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3238), 1, + anon_sym_module, + ACTIONS(3249), 1, + anon_sym_RBRACE, + STATE(1162), 1, + sym_decorator, + STATE(3252), 1, + sym_internal_module, + STATE(3253), 1, + sym_declaration, + STATE(3333), 1, + aux_sym_export_statement_repeat1, + STATE(3401), 1, + sym_export_clause, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3866), 1, + sym_namespace_export, + ACTIONS(3236), 6, + sym__automatic_semicolon, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - ACTIONS(2932), 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(2918), 21, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK_QMARK, - [14216] = 31, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3254), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [15756] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3112), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3114), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3252), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(2942), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -119909,81 +123100,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [14332] = 31, + [15868] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(2593), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(2617), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3254), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(2899), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -119994,81 +123182,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [14448] = 31, + [15980] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3132), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3134), 2, + ACTIONS(3256), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(2918), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120079,81 +123264,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [14564] = 31, + [16092] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3136), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3138), 2, + ACTIONS(3258), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(2916), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120164,81 +123346,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [14680] = 31, + [16204] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3140), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3142), 2, + ACTIONS(3260), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3013), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120249,81 +123428,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [14796] = 31, + [16316] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(2655), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(2657), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3262), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(2912), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120334,143 +123510,250 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [14912] = 13, + [16428] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3144), 1, - sym_identifier, - ACTIONS(3146), 1, - anon_sym_STAR, - ACTIONS(3152), 1, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1806), 1, anon_sym_LBRACE, - STATE(3700), 1, - sym_import_clause, - STATE(3701), 1, - sym_string, - STATE(3710), 1, - sym_import_require_clause, - ACTIONS(3148), 2, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1945), 1, + anon_sym_namespace, + ACTIONS(1947), 1, + anon_sym_import, + ACTIONS(1949), 1, + anon_sym_var, + ACTIONS(1951), 1, + anon_sym_let, + ACTIONS(1953), 1, + anon_sym_const, + ACTIONS(1955), 1, + anon_sym_class, + ACTIONS(1957), 1, + anon_sym_async, + ACTIONS(1959), 1, + anon_sym_function, + ACTIONS(1961), 1, + anon_sym_declare, + ACTIONS(1965), 1, + anon_sym_abstract, + ACTIONS(1969), 1, + anon_sym_interface, + ACTIONS(1971), 1, + anon_sym_enum, + ACTIONS(3220), 1, + anon_sym_STAR, + ACTIONS(3222), 1, + anon_sym_default, + ACTIONS(3224), 1, anon_sym_type, - anon_sym_typeof, - STATE(4113), 2, - sym_namespace_import, - sym_named_imports, - ACTIONS(3150), 15, + ACTIONS(3226), 1, + anon_sym_EQ, + ACTIONS(3228), 1, anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(3154), 23, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3238), 1, + anon_sym_module, + ACTIONS(3264), 1, + anon_sym_RBRACE, + STATE(1162), 1, + sym_decorator, + STATE(3252), 1, + sym_internal_module, + STATE(3253), 1, + sym_declaration, + STATE(3333), 1, + aux_sym_export_statement_repeat1, + STATE(3401), 1, + sym_export_clause, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + STATE(3866), 1, + sym_namespace_export, + ACTIONS(3236), 6, sym__automatic_semicolon, - sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3254), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [16548] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1806), 1, + anon_sym_LBRACE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1945), 1, + anon_sym_namespace, + ACTIONS(1947), 1, + anon_sym_import, + ACTIONS(1949), 1, + anon_sym_var, + ACTIONS(1951), 1, + anon_sym_let, + ACTIONS(1953), 1, + anon_sym_const, + ACTIONS(1955), 1, + anon_sym_class, + ACTIONS(1957), 1, + anon_sym_async, + ACTIONS(1959), 1, + anon_sym_function, + ACTIONS(1961), 1, + anon_sym_declare, + ACTIONS(1965), 1, + anon_sym_abstract, + ACTIONS(1969), 1, + anon_sym_interface, + ACTIONS(1971), 1, + anon_sym_enum, + ACTIONS(3220), 1, + anon_sym_STAR, + ACTIONS(3222), 1, + anon_sym_default, + ACTIONS(3224), 1, + anon_sym_type, + ACTIONS(3226), 1, + anon_sym_EQ, + ACTIONS(3228), 1, + anon_sym_as, + ACTIONS(3230), 1, anon_sym_COMMA, + ACTIONS(3238), 1, + anon_sym_module, + ACTIONS(3267), 1, + anon_sym_RBRACE, + STATE(1162), 1, + sym_decorator, + STATE(3252), 1, + sym_internal_module, + STATE(3253), 1, + sym_declaration, + STATE(3333), 1, + aux_sym_export_statement_repeat1, + STATE(3401), 1, + sym_export_clause, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + STATE(3866), 1, + sym_namespace_export, + ACTIONS(3236), 6, + sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [14990] = 30, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3254), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [16668] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3156), 2, + ACTIONS(3270), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120481,78 +123764,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15102] = 30, + [16780] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3158), 2, + ACTIONS(3272), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120563,78 +123846,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15214] = 30, + [16892] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3160), 2, + ACTIONS(3274), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120645,78 +123928,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15326] = 30, + [17004] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3162), 2, + ACTIONS(3276), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120727,78 +124010,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15438] = 30, + [17116] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3164), 2, + ACTIONS(3278), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120809,78 +124092,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15550] = 30, + [17228] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3166), 2, + ACTIONS(3280), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120891,78 +124174,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15662] = 30, + [17340] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3168), 2, + ACTIONS(3282), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -120973,78 +124256,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15774] = 30, + [17452] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3170), 2, + ACTIONS(3284), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -121055,78 +124338,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15886] = 30, + [17564] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3172), 2, + ACTIONS(3286), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -121137,248 +124420,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [15998] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1704), 1, - anon_sym_LBRACE, - ACTIONS(1913), 1, - anon_sym_namespace, - ACTIONS(1915), 1, - anon_sym_import, - ACTIONS(1917), 1, - anon_sym_var, - ACTIONS(1919), 1, - anon_sym_let, - ACTIONS(1921), 1, - anon_sym_const, - ACTIONS(1923), 1, - anon_sym_class, - ACTIONS(1925), 1, - anon_sym_async, - ACTIONS(1927), 1, - anon_sym_function, - ACTIONS(1929), 1, - anon_sym_declare, - ACTIONS(1933), 1, - anon_sym_abstract, - ACTIONS(1937), 1, - anon_sym_interface, - ACTIONS(1939), 1, - anon_sym_enum, - ACTIONS(3174), 1, - anon_sym_STAR, - ACTIONS(3176), 1, - anon_sym_default, - ACTIONS(3178), 1, - anon_sym_type, - ACTIONS(3180), 1, - anon_sym_EQ, - ACTIONS(3182), 1, - anon_sym_as, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3187), 1, - anon_sym_RBRACE, - ACTIONS(3192), 1, - anon_sym_module, - STATE(1156), 1, - sym_decorator, - STATE(3070), 1, - sym_internal_module, - STATE(3071), 1, - sym_declaration, - STATE(3132), 1, - aux_sym_export_statement_repeat1, - STATE(3365), 1, - sym_export_clause, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - STATE(3780), 1, - sym_namespace_export, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3072), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [16116] = 33, + [17676] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1704), 1, - anon_sym_LBRACE, - ACTIONS(1913), 1, - anon_sym_namespace, - ACTIONS(1915), 1, - anon_sym_import, - ACTIONS(1917), 1, - anon_sym_var, - ACTIONS(1919), 1, - anon_sym_let, - ACTIONS(1921), 1, - anon_sym_const, - ACTIONS(1923), 1, - anon_sym_class, - ACTIONS(1925), 1, - anon_sym_async, - ACTIONS(1927), 1, - anon_sym_function, - ACTIONS(1929), 1, - anon_sym_declare, - ACTIONS(1933), 1, - anon_sym_abstract, - ACTIONS(1937), 1, - anon_sym_interface, - ACTIONS(1939), 1, - anon_sym_enum, - ACTIONS(3174), 1, - anon_sym_STAR, - ACTIONS(3176), 1, - anon_sym_default, - ACTIONS(3178), 1, - anon_sym_type, - ACTIONS(3180), 1, - anon_sym_EQ, - ACTIONS(3182), 1, - anon_sym_as, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3192), 1, - anon_sym_module, - ACTIONS(3194), 1, - anon_sym_RBRACE, - STATE(1156), 1, - sym_decorator, - STATE(3070), 1, - sym_internal_module, - STATE(3071), 1, - sym_declaration, - STATE(3132), 1, - aux_sym_export_statement_repeat1, - STATE(3365), 1, - sym_export_clause, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - STATE(3780), 1, - sym_namespace_export, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, + ACTIONS(1238), 1, anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3072), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [16234] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3197), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3091), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -121389,327 +124499,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [16346] = 33, + [17784] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1439), 15, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(1437), 33, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [17840] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1704), 1, + ACTIONS(1806), 1, anon_sym_LBRACE, - ACTIONS(1913), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1945), 1, anon_sym_namespace, - ACTIONS(1915), 1, + ACTIONS(1947), 1, anon_sym_import, - ACTIONS(1917), 1, + ACTIONS(1949), 1, anon_sym_var, - ACTIONS(1919), 1, + ACTIONS(1951), 1, anon_sym_let, - ACTIONS(1921), 1, + ACTIONS(1953), 1, anon_sym_const, - ACTIONS(1923), 1, + ACTIONS(1955), 1, anon_sym_class, - ACTIONS(1925), 1, + ACTIONS(1957), 1, anon_sym_async, - ACTIONS(1927), 1, + ACTIONS(1959), 1, anon_sym_function, - ACTIONS(1929), 1, + ACTIONS(1961), 1, anon_sym_declare, - ACTIONS(1933), 1, + ACTIONS(1965), 1, anon_sym_abstract, - ACTIONS(1937), 1, + ACTIONS(1969), 1, anon_sym_interface, - ACTIONS(1939), 1, + ACTIONS(1971), 1, anon_sym_enum, - ACTIONS(3174), 1, + ACTIONS(3220), 1, anon_sym_STAR, - ACTIONS(3176), 1, + ACTIONS(3222), 1, anon_sym_default, - ACTIONS(3178), 1, + ACTIONS(3224), 1, anon_sym_type, - ACTIONS(3180), 1, - anon_sym_EQ, - ACTIONS(3182), 1, + ACTIONS(3228), 1, anon_sym_as, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3192), 1, + ACTIONS(3238), 1, anon_sym_module, - ACTIONS(3199), 1, - anon_sym_RBRACE, - STATE(1156), 1, + ACTIONS(3288), 1, + anon_sym_EQ, + STATE(1162), 1, sym_decorator, - STATE(3070), 1, + STATE(3252), 1, sym_internal_module, - STATE(3071), 1, + STATE(3253), 1, sym_declaration, - STATE(3132), 1, + STATE(3333), 1, aux_sym_export_statement_repeat1, - STATE(3365), 1, + STATE(3401), 1, sym_export_clause, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3780), 1, + STATE(3866), 1, sym_namespace_export, - ACTIONS(3190), 7, + ACTIONS(3236), 8, sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3072), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [16464] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, - anon_sym_STAR, - ACTIONS(3116), 1, - anon_sym_LBRACK, - ACTIONS(3118), 1, - anon_sym_async, - ACTIONS(3122), 1, - anon_sym_static, - ACTIONS(3124), 1, - anon_sym_readonly, - ACTIONS(3130), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, - sym_accessibility_modifier, - STATE(2268), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3126), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3202), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2474), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3178), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [16576] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, - anon_sym_STAR, - ACTIONS(3116), 1, - anon_sym_LBRACK, - ACTIONS(3118), 1, - anon_sym_async, - ACTIONS(3122), 1, - anon_sym_static, - ACTIONS(3124), 1, - anon_sym_readonly, - ACTIONS(3130), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, - sym_accessibility_modifier, - STATE(2268), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3126), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3204), 2, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2474), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3178), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [16688] = 30, + STATE(3254), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [17950] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3206), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3051), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -121720,163 +124711,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [16800] = 33, + [18058] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1704), 1, - anon_sym_LBRACE, - ACTIONS(1913), 1, - anon_sym_namespace, - ACTIONS(1915), 1, - anon_sym_import, - ACTIONS(1917), 1, - anon_sym_var, - ACTIONS(1919), 1, - anon_sym_let, - ACTIONS(1921), 1, - anon_sym_const, - ACTIONS(1923), 1, - anon_sym_class, - ACTIONS(1925), 1, - anon_sym_async, - ACTIONS(1927), 1, - anon_sym_function, - ACTIONS(1929), 1, - anon_sym_declare, - ACTIONS(1933), 1, - anon_sym_abstract, - ACTIONS(1937), 1, - anon_sym_interface, - ACTIONS(1939), 1, - anon_sym_enum, - ACTIONS(3174), 1, - anon_sym_STAR, - ACTIONS(3176), 1, - anon_sym_default, - ACTIONS(3178), 1, - anon_sym_type, - ACTIONS(3180), 1, - anon_sym_EQ, - ACTIONS(3182), 1, - anon_sym_as, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3192), 1, - anon_sym_module, - ACTIONS(3208), 1, - anon_sym_RBRACE, - STATE(1156), 1, - sym_decorator, - STATE(3070), 1, - sym_internal_module, - STATE(3071), 1, - sym_declaration, - STATE(3132), 1, - aux_sym_export_statement_repeat1, - STATE(3365), 1, - sym_export_clause, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - STATE(3780), 1, - sym_namespace_export, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, + ACTIONS(1238), 1, anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3072), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [16918] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3211), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3056), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -121887,78 +124790,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [17030] = 30, + [18166] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3213), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3021), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -121969,78 +124869,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [17142] = 30, + [18274] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3215), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(2964), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -122051,78 +124948,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [17254] = 30, + [18382] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3217), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3197), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -122133,78 +125027,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [17366] = 30, + [18490] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1499), 15, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(1497), 33, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [18546] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, + ACTIONS(2815), 1, anon_sym_new, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(2615), 1, + ACTIONS(2831), 1, anon_sym_abstract, - ACTIONS(3108), 1, + ACTIONS(3170), 1, anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3172), 1, anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3180), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3184), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3186), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(2246), 1, + STATE(2279), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2303), 1, sym_override_modifier, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3251), 1, + STATE(3322), 1, sym__call_signature, - STATE(3315), 1, + STATE(3418), 1, aux_sym_export_statement_repeat1, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(3120), 2, + ACTIONS(3182), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3188), 2, anon_sym_get, anon_sym_set, - ACTIONS(3219), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2528), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3178), 6, + STATE(3001), 6, sym_export_statement, sym_method_signature, sym_call_signature, sym_property_signature, sym_construct_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -122215,202 +125159,459 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [17478] = 33, + [18654] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1704), 1, + ACTIONS(1806), 1, anon_sym_LBRACE, - ACTIONS(1913), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1945), 1, anon_sym_namespace, - ACTIONS(1915), 1, + ACTIONS(1947), 1, anon_sym_import, - ACTIONS(1917), 1, + ACTIONS(1949), 1, anon_sym_var, - ACTIONS(1919), 1, + ACTIONS(1951), 1, anon_sym_let, - ACTIONS(1921), 1, + ACTIONS(1953), 1, anon_sym_const, - ACTIONS(1923), 1, + ACTIONS(1955), 1, anon_sym_class, - ACTIONS(1925), 1, + ACTIONS(1957), 1, anon_sym_async, - ACTIONS(1927), 1, + ACTIONS(1959), 1, anon_sym_function, - ACTIONS(1929), 1, + ACTIONS(1961), 1, anon_sym_declare, - ACTIONS(1933), 1, + ACTIONS(1965), 1, anon_sym_abstract, - ACTIONS(1937), 1, + ACTIONS(1969), 1, anon_sym_interface, - ACTIONS(1939), 1, + ACTIONS(1971), 1, anon_sym_enum, - ACTIONS(3174), 1, + ACTIONS(3220), 1, + anon_sym_STAR, + ACTIONS(3222), 1, + anon_sym_default, + ACTIONS(3224), 1, + anon_sym_type, + ACTIONS(3226), 1, + anon_sym_EQ, + ACTIONS(3228), 1, + anon_sym_as, + ACTIONS(3238), 1, + anon_sym_module, + STATE(1162), 1, + sym_decorator, + STATE(3252), 1, + sym_internal_module, + STATE(3253), 1, + sym_declaration, + STATE(3333), 1, + aux_sym_export_statement_repeat1, + STATE(3401), 1, + sym_export_clause, + STATE(3866), 1, + sym_namespace_export, + ACTIONS(3290), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + STATE(3254), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [18766] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3296), 1, + anon_sym_DOT, + ACTIONS(3298), 1, + anon_sym_LT, + ACTIONS(3300), 1, + anon_sym_is, + STATE(1358), 1, + sym_type_arguments, + ACTIONS(3294), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(3056), 30, + sym__ternary_qmark, + anon_sym_as, + 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_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [18829] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3298), 1, + anon_sym_LT, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3308), 1, + anon_sym_DOT, + STATE(1308), 1, + sym_arguments, + STATE(1321), 1, + sym_type_arguments, + ACTIONS(3302), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(3304), 29, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [18894] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3298), 1, + anon_sym_LT, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3318), 1, + anon_sym_QMARK_DOT, + STATE(1315), 1, + sym_type_arguments, + STATE(1520), 1, + sym_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3310), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(3312), 26, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [18965] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3298), 1, + anon_sym_LT, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3324), 1, + anon_sym_DOT, + STATE(1249), 1, + sym_arguments, + STATE(1303), 1, + sym_type_arguments, + ACTIONS(3320), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + 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(3322), 29, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [19030] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3298), 1, + anon_sym_LT, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3326), 1, + anon_sym_DOT, + STATE(1253), 1, + sym_type_arguments, + STATE(1255), 1, + sym_arguments, + ACTIONS(2969), 13, anon_sym_STAR, - ACTIONS(3176), 1, - anon_sym_default, - ACTIONS(3178), 1, - anon_sym_type, - ACTIONS(3180), 1, - anon_sym_EQ, - ACTIONS(3182), 1, + anon_sym_BANG, + anon_sym_in, + 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(2959), 29, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3184), 1, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(3192), 1, - anon_sym_module, - ACTIONS(3221), 1, anon_sym_RBRACE, - STATE(1156), 1, - sym_decorator, - STATE(3070), 1, - sym_internal_module, - STATE(3071), 1, - sym_declaration, - STATE(3132), 1, - aux_sym_export_statement_repeat1, - STATE(3365), 1, - sym_export_clause, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - STATE(3780), 1, - sym_namespace_export, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3072), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [17596] = 29, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [19095] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, + STATE(1408), 2, + sym_template_string, + sym_arguments, + ACTIONS(3328), 14, anon_sym_STAR, - ACTIONS(3116), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3330), 28, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3118), 1, - anon_sym_async, - ACTIONS(3122), 1, - anon_sym_static, - ACTIONS(3124), 1, - anon_sym_readonly, - ACTIONS(3130), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, - sym_accessibility_modifier, - STATE(2268), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3126), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2474), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2908), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [17704] = 3, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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_satisfies, + anon_sym_implements, + [19155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1467), 14, + ACTIONS(1439), 15, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(1465), 34, - sym__automatic_semicolon, + ACTIONS(1437), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -122427,122 +125628,91 @@ 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, anon_sym_satisfies, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [17760] = 29, + anon_sym_implements, + [19209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2431), 1, + ACTIONS(1499), 15, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(2591), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(1497), 31, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, - anon_sym_STAR, - ACTIONS(3116), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3118), 1, - anon_sym_async, - ACTIONS(3122), 1, - anon_sym_static, - ACTIONS(3124), 1, - anon_sym_readonly, - ACTIONS(3130), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, - sym_accessibility_modifier, - STATE(2268), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3126), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2474), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2924), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [17868] = 3, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [19263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1537), 14, + ACTIONS(3332), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - ACTIONS(1535), 34, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3334), 32, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -122559,397 +125729,235 @@ 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, anon_sym_satisfies, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [17924] = 30, + anon_sym_implements, + anon_sym_is, + [19317] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1704), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - ACTIONS(1913), 1, - anon_sym_namespace, - ACTIONS(1915), 1, - anon_sym_import, - ACTIONS(1917), 1, - anon_sym_var, - ACTIONS(1919), 1, - anon_sym_let, - ACTIONS(1921), 1, - anon_sym_const, - ACTIONS(1923), 1, - anon_sym_class, - ACTIONS(1925), 1, - anon_sym_async, - ACTIONS(1927), 1, - anon_sym_function, - ACTIONS(1929), 1, - anon_sym_declare, - ACTIONS(1933), 1, - anon_sym_abstract, - ACTIONS(1937), 1, - anon_sym_interface, - ACTIONS(1939), 1, - anon_sym_enum, - ACTIONS(3174), 1, + STATE(1412), 1, + sym_statement_block, + ACTIONS(1381), 14, anon_sym_STAR, - ACTIONS(3176), 1, - anon_sym_default, - ACTIONS(3178), 1, - anon_sym_type, - ACTIONS(3180), 1, - anon_sym_EQ, - ACTIONS(3182), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1379), 30, + sym__automatic_semicolon, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3192), 1, - anon_sym_module, - STATE(1156), 1, - sym_decorator, - STATE(3070), 1, - sym_internal_module, - STATE(3071), 1, - sym_declaration, - STATE(3132), 1, - aux_sym_export_statement_repeat1, - STATE(3365), 1, - sym_export_clause, - STATE(3780), 1, - sym_namespace_export, - ACTIONS(3224), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(3190), 7, - sym__automatic_semicolon, + anon_sym_else, anon_sym_LPAREN, + anon_sym_of, + anon_sym_while, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, anon_sym_PIPE_RBRACE, - STATE(3072), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [18034] = 29, + [19375] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, + ACTIONS(3336), 1, + anon_sym_LBRACE, + ACTIONS(3338), 1, + anon_sym_DOT, + STATE(1412), 1, + sym_statement_block, + ACTIONS(1381), 14, anon_sym_STAR, - ACTIONS(3116), 1, - anon_sym_LBRACK, - ACTIONS(3118), 1, - anon_sym_async, - ACTIONS(3122), 1, - anon_sym_static, - ACTIONS(3124), 1, - anon_sym_readonly, - ACTIONS(3130), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, - sym_accessibility_modifier, - STATE(2268), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3126), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2474), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3178), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18142] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, - anon_sym_STAR, - ACTIONS(3116), 1, - anon_sym_LBRACK, - ACTIONS(3118), 1, - anon_sym_async, - ACTIONS(3122), 1, - anon_sym_static, - ACTIONS(3124), 1, - anon_sym_readonly, - ACTIONS(3130), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, - sym_accessibility_modifier, - STATE(2268), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3126), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2474), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2956), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18250] = 29, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1379), 29, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + 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_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_PIPE_RBRACE, + [19435] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2431), 1, + ACTIONS(3336), 1, + anon_sym_LBRACE, + ACTIONS(3340), 1, + anon_sym_DOT, + STATE(1412), 1, + sym_statement_block, + ACTIONS(1381), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(2591), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1379), 29, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_else, anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, - anon_sym_STAR, - ACTIONS(3116), 1, + anon_sym_of, + anon_sym_while, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3118), 1, - anon_sym_async, - ACTIONS(3122), 1, - anon_sym_static, - ACTIONS(3124), 1, - anon_sym_readonly, - ACTIONS(3130), 1, - anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, - sym_accessibility_modifier, - STATE(2268), 1, - sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3126), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2474), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(2896), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [18358] = 29, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_PIPE_RBRACE, + [19495] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(224), 1, + anon_sym_STAR, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(238), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, - anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(3344), 1, + anon_sym_RBRACE, + ACTIONS(3346), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3348), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3350), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3352), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3358), 1, anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, + STATE(2286), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2301), 1, sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, + STATE(3544), 1, + aux_sym_object_pattern_repeat1, + STATE(3630), 1, + aux_sym_object_repeat1, + ACTIONS(242), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3354), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3356), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2916), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(2927), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, + STATE(3541), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(3683), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3342), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -122960,75 +125968,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [18466] = 29, + [19593] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1273), 1, + ACTIONS(224), 1, + anon_sym_STAR, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(238), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(2599), 1, - anon_sym_new, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(2615), 1, - anon_sym_abstract, - ACTIONS(3108), 1, - anon_sym_export, - ACTIONS(3110), 1, - anon_sym_STAR, - ACTIONS(3116), 1, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(3346), 1, anon_sym_LBRACK, - ACTIONS(3118), 1, + ACTIONS(3362), 1, + anon_sym_RBRACE, + ACTIONS(3364), 1, anon_sym_async, - ACTIONS(3122), 1, + ACTIONS(3366), 1, anon_sym_static, - ACTIONS(3124), 1, + ACTIONS(3368), 1, anon_sym_readonly, - ACTIONS(3130), 1, + ACTIONS(3374), 1, anon_sym_override, - STATE(1156), 1, - sym_decorator, - STATE(2246), 1, + STATE(2286), 1, sym_accessibility_modifier, - STATE(2268), 1, + STATE(2301), 1, sym_override_modifier, - STATE(2623), 1, - sym_formal_parameters, - STATE(3251), 1, - sym__call_signature, - STATE(3315), 1, - aux_sym_export_statement_repeat1, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(3120), 2, + STATE(3544), 1, + aux_sym_object_pattern_repeat1, + STATE(3630), 1, + aux_sym_object_repeat1, + ACTIONS(242), 2, sym_number, sym_private_property_identifier, - ACTIONS(3126), 2, + ACTIONS(3370), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3372), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2474), 3, + STATE(2916), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3003), 6, - sym_export_statement, - sym_method_signature, - sym_call_signature, - sym_property_signature, - sym_construct_signature, - sym_index_signature, - ACTIONS(3106), 10, + STATE(3541), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(3683), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3360), 11, + anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, @@ -123039,127 +126041,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [18574] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1704), 1, - anon_sym_LBRACE, - ACTIONS(1913), 1, - anon_sym_namespace, - ACTIONS(1915), 1, - anon_sym_import, - ACTIONS(1917), 1, - anon_sym_var, - ACTIONS(1919), 1, - anon_sym_let, - ACTIONS(1921), 1, - anon_sym_const, - ACTIONS(1923), 1, - anon_sym_class, - ACTIONS(1925), 1, - anon_sym_async, - ACTIONS(1927), 1, - anon_sym_function, - ACTIONS(1929), 1, - anon_sym_declare, - ACTIONS(1933), 1, - anon_sym_abstract, - ACTIONS(1937), 1, - anon_sym_interface, - ACTIONS(1939), 1, - anon_sym_enum, - ACTIONS(3174), 1, - anon_sym_STAR, - ACTIONS(3176), 1, - anon_sym_default, - ACTIONS(3178), 1, - anon_sym_type, - ACTIONS(3182), 1, - anon_sym_as, - ACTIONS(3192), 1, - anon_sym_module, - ACTIONS(3228), 1, - anon_sym_EQ, - STATE(1156), 1, - sym_decorator, - STATE(3070), 1, - sym_internal_module, - STATE(3071), 1, - sym_declaration, - STATE(3132), 1, - aux_sym_export_statement_repeat1, - STATE(3365), 1, - sym_export_clause, - STATE(3780), 1, - sym_namespace_export, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - STATE(3072), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [18682] = 11, + [19691] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3238), 1, - anon_sym_LT, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3242), 1, - anon_sym_QMARK_DOT, - STATE(1345), 1, - sym_type_arguments, - STATE(1406), 1, - sym_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3230), 12, + ACTIONS(3300), 1, + anon_sym_is, + ACTIONS(3376), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3232), 27, + anon_sym_DASH_DASH, + ACTIONS(3378), 31, sym__ternary_qmark, anon_sym_as, 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -123174,35 +126089,31 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [18753] = 7, + [19747] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LT, - ACTIONS(3246), 1, - anon_sym_DOT, - ACTIONS(3248), 1, + ACTIONS(3384), 1, anon_sym_is, - STATE(1274), 1, - sym_type_arguments, - ACTIONS(3244), 12, + ACTIONS(3380), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2988), 31, + anon_sym_DASH_DASH, + ACTIONS(3382), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -123214,6 +126125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -123229,46 +126141,43 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [18816] = 6, + [19803] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, - anon_sym_LBRACE, - ACTIONS(3252), 1, - anon_sym_DOT, - STATE(1454), 1, - sym_statement_block, - ACTIONS(1333), 13, + ACTIONS(3300), 1, + anon_sym_is, + ACTIONS(3386), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1331), 30, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3388), 31, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -123284,39 +126193,113 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [18876] = 6, + anon_sym_extends, + anon_sym_implements, + [19859] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3258), 1, + ACTIONS(224), 1, + anon_sym_STAR, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(238), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(3346), 1, + anon_sym_LBRACK, + ACTIONS(3392), 1, + anon_sym_RBRACE, + ACTIONS(3394), 1, + anon_sym_async, + ACTIONS(3396), 1, + anon_sym_static, + ACTIONS(3398), 1, + anon_sym_readonly, + ACTIONS(3404), 1, + anon_sym_override, + STATE(2286), 1, + sym_accessibility_modifier, + STATE(2301), 1, + sym_override_modifier, + STATE(3543), 1, + aux_sym_object_repeat1, + STATE(3544), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(242), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3400), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3402), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2916), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3541), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(3542), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3390), 11, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [19957] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3296), 1, anon_sym_DOT, - STATE(1290), 1, - sym_arguments, - ACTIONS(3254), 13, + ACTIONS(3298), 1, + anon_sym_LT, + STATE(1358), 1, + sym_type_arguments, + ACTIONS(3294), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3256), 30, + anon_sym_DASH_DASH, + ACTIONS(3056), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, @@ -123337,73 +126320,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [18936] = 25, + [20017] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(217), 1, + ACTIONS(224), 1, anon_sym_STAR, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(231), 1, + ACTIONS(238), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(2585), 1, + ACTIONS(2801), 1, anon_sym_LBRACE, - ACTIONS(3262), 1, - anon_sym_RBRACE, - ACTIONS(3264), 1, + ACTIONS(3346), 1, anon_sym_LBRACK, - ACTIONS(3266), 1, + ACTIONS(3408), 1, + anon_sym_RBRACE, + ACTIONS(3410), 1, anon_sym_async, - ACTIONS(3268), 1, + ACTIONS(3412), 1, anon_sym_static, - ACTIONS(3270), 1, + ACTIONS(3414), 1, anon_sym_readonly, - ACTIONS(3276), 1, + ACTIONS(3420), 1, anon_sym_override, - STATE(2256), 1, + STATE(2286), 1, sym_accessibility_modifier, - STATE(2261), 1, + STATE(2301), 1, sym_override_modifier, - STATE(3451), 1, + STATE(3544), 1, aux_sym_object_pattern_repeat1, - STATE(3640), 1, + STATE(3630), 1, aux_sym_object_repeat1, - ACTIONS(235), 2, + ACTIONS(242), 2, sym_number, sym_private_property_identifier, - ACTIONS(3272), 2, + ACTIONS(3416), 2, anon_sym_get, anon_sym_set, - ACTIONS(3274), 3, + ACTIONS(3418), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2797), 3, + STATE(2916), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3444), 3, + STATE(3541), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(3633), 3, + STATE(3683), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(3976), 3, + STATE(4182), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - ACTIONS(3260), 11, + ACTIONS(3406), 11, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -123415,68 +126397,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [19034] = 25, + [20115] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(217), 1, + ACTIONS(224), 1, anon_sym_STAR, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(231), 1, + ACTIONS(238), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(2585), 1, + ACTIONS(2801), 1, anon_sym_LBRACE, - ACTIONS(3264), 1, + ACTIONS(3346), 1, anon_sym_LBRACK, - ACTIONS(3280), 1, + ACTIONS(3424), 1, anon_sym_RBRACE, - ACTIONS(3282), 1, + ACTIONS(3426), 1, anon_sym_async, - ACTIONS(3284), 1, + ACTIONS(3428), 1, anon_sym_static, - ACTIONS(3286), 1, + ACTIONS(3430), 1, anon_sym_readonly, - ACTIONS(3292), 1, + ACTIONS(3436), 1, anon_sym_override, - STATE(2256), 1, + STATE(2286), 1, sym_accessibility_modifier, - STATE(2261), 1, + STATE(2301), 1, sym_override_modifier, - STATE(3451), 1, + STATE(3543), 1, + aux_sym_object_repeat1, + STATE(3544), 1, aux_sym_object_pattern_repeat1, - STATE(3640), 1, + ACTIONS(242), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3432), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3434), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2916), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3541), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(3542), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(3422), 11, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [20213] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(224), 1, + anon_sym_STAR, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(238), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(3346), 1, + anon_sym_LBRACK, + ACTIONS(3440), 1, + anon_sym_RBRACE, + ACTIONS(3442), 1, + anon_sym_async, + ACTIONS(3444), 1, + anon_sym_static, + ACTIONS(3446), 1, + anon_sym_readonly, + ACTIONS(3452), 1, + anon_sym_override, + STATE(2286), 1, + sym_accessibility_modifier, + STATE(2301), 1, + sym_override_modifier, + STATE(3544), 1, + aux_sym_object_pattern_repeat1, + STATE(3630), 1, aux_sym_object_repeat1, - ACTIONS(235), 2, + ACTIONS(242), 2, sym_number, sym_private_property_identifier, - ACTIONS(3288), 2, + ACTIONS(3448), 2, anon_sym_get, anon_sym_set, - ACTIONS(3290), 3, + ACTIONS(3450), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2797), 3, + STATE(2916), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3444), 3, + STATE(3541), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(3633), 3, + STATE(3683), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(3976), 3, + STATE(4182), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - ACTIONS(3278), 11, + ACTIONS(3438), 11, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -123488,28 +126543,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [19132] = 5, + [20311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(3294), 1, - sym__automatic_semicolon, - ACTIONS(1313), 13, + ACTIONS(1407), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1311), 31, + anon_sym_DASH_DASH, + ACTIONS(1405), 32, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -123537,72 +126589,73 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [19190] = 25, + anon_sym_is, + [20365] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(217), 1, + ACTIONS(224), 1, anon_sym_STAR, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(231), 1, + ACTIONS(238), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(2585), 1, + ACTIONS(2801), 1, anon_sym_LBRACE, - ACTIONS(3264), 1, + ACTIONS(3346), 1, anon_sym_LBRACK, - ACTIONS(3298), 1, + ACTIONS(3456), 1, anon_sym_RBRACE, - ACTIONS(3300), 1, + ACTIONS(3458), 1, anon_sym_async, - ACTIONS(3302), 1, + ACTIONS(3460), 1, anon_sym_static, - ACTIONS(3304), 1, + ACTIONS(3462), 1, anon_sym_readonly, - ACTIONS(3310), 1, + ACTIONS(3468), 1, anon_sym_override, - STATE(2256), 1, + STATE(2286), 1, sym_accessibility_modifier, - STATE(2261), 1, + STATE(2301), 1, sym_override_modifier, - STATE(3450), 1, - aux_sym_object_repeat1, - STATE(3451), 1, + STATE(3544), 1, aux_sym_object_pattern_repeat1, - ACTIONS(235), 2, + STATE(3630), 1, + aux_sym_object_repeat1, + ACTIONS(242), 2, sym_number, sym_private_property_identifier, - ACTIONS(3306), 2, + ACTIONS(3464), 2, anon_sym_get, anon_sym_set, - ACTIONS(3308), 3, + ACTIONS(3466), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2797), 3, + STATE(2916), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3444), 3, + STATE(3541), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(3446), 3, + STATE(3683), 3, sym_spread_element, sym_method_definition, sym_pair, - STATE(3976), 3, + STATE(4182), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - ACTIONS(3296), 11, + ACTIONS(3454), 11, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -123614,30 +126667,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [19288] = 3, + [20463] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1347), 13, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3014), 1, + anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2941), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1345), 33, + anon_sym_DASH_DASH, + ACTIONS(2945), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, @@ -123659,33 +126719,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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - anon_sym_is, - [19342] = 5, + [20525] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LT, - STATE(1279), 1, - sym_type_arguments, - ACTIONS(3312), 12, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(3470), 1, + sym__automatic_semicolon, + ACTIONS(1395), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3314), 32, + anon_sym_DASH_DASH, + ACTIONS(1393), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -123713,30 +126772,31 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [19400] = 3, + [20583] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1467), 14, + ACTIONS(3298), 1, + anon_sym_LT, + STATE(1380), 1, + sym_type_arguments, + ACTIONS(3380), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - ACTIONS(1465), 32, + anon_sym_DASH_DASH, + ACTIONS(3382), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -123764,45 +126824,41 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [19454] = 6, + [20641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3316), 1, - anon_sym_DOT, - STATE(1289), 1, - sym_arguments, - ACTIONS(2962), 13, + ACTIONS(2723), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2952), 30, + anon_sym_DASH_DASH, + ACTIONS(2725), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -123818,45 +126874,109 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [19514] = 6, + [20694] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(3234), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3322), 1, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, - STATE(1291), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3486), 1, + anon_sym_LT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1442), 2, + sym_template_string, sym_arguments, - ACTIONS(3318), 13, + ACTIONS(3476), 8, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3474), 19, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_satisfies, + [20777] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1471), 1, + sym_statement_block, + ACTIONS(1381), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3320), 30, + anon_sym_DASH_DASH, + ACTIONS(1379), 29, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -123872,34 +126992,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [19574] = 6, + [20834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LT, - ACTIONS(3246), 1, - anon_sym_DOT, - STATE(1274), 1, - sym_type_arguments, - ACTIONS(3244), 12, + ACTIONS(3495), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2988), 31, + anon_sym_DASH_DASH, + ACTIONS(3497), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -123911,6 +127025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -123926,30 +127041,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [19634] = 3, + [20887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1537), 14, + ACTIONS(3499), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - ACTIONS(1535), 32, + anon_sym_DASH_DASH, + ACTIONS(3501), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -123977,44 +127091,40 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [19688] = 5, + [20940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, - anon_sym_LBRACE, - STATE(1454), 1, - sym_statement_block, - ACTIONS(1333), 13, + ACTIONS(3503), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1331), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3505), 31, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -124031,176 +127141,79 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [19746] = 25, + anon_sym_extends, + anon_sym_implements, + [20993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(217), 1, + ACTIONS(3499), 14, anon_sym_STAR, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(231), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(2585), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3501), 31, + sym__ternary_qmark, + anon_sym_as, anon_sym_LBRACE, - ACTIONS(3264), 1, - anon_sym_LBRACK, - ACTIONS(3326), 1, - anon_sym_RBRACE, - ACTIONS(3328), 1, - anon_sym_async, - ACTIONS(3330), 1, - anon_sym_static, - ACTIONS(3332), 1, - anon_sym_readonly, - ACTIONS(3338), 1, - anon_sym_override, - STATE(2256), 1, - sym_accessibility_modifier, - STATE(2261), 1, - sym_override_modifier, - STATE(3450), 1, - aux_sym_object_repeat1, - STATE(3451), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(235), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3334), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3336), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2797), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3444), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3446), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3324), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [19844] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(217), 1, - anon_sym_STAR, - ACTIONS(223), 1, anon_sym_COMMA, - ACTIONS(231), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(3264), 1, - anon_sym_LBRACK, - ACTIONS(3342), 1, anon_sym_RBRACE, - ACTIONS(3344), 1, - anon_sym_async, - ACTIONS(3346), 1, - anon_sym_static, - ACTIONS(3348), 1, - anon_sym_readonly, - ACTIONS(3354), 1, - anon_sym_override, - STATE(2256), 1, - sym_accessibility_modifier, - STATE(2261), 1, - sym_override_modifier, - STATE(3451), 1, - aux_sym_object_pattern_repeat1, - STATE(3640), 1, - aux_sym_object_repeat1, - ACTIONS(235), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3350), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3352), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2797), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3444), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3633), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3340), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [19942] = 4, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [21046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3248), 1, - anon_sym_is, - ACTIONS(3356), 13, + ACTIONS(3507), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3358), 32, + anon_sym_DASH_DASH, + ACTIONS(3509), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -124228,31 +127241,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [19998] = 4, + [21099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3360), 1, - anon_sym_is, - ACTIONS(3312), 13, + ACTIONS(3503), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3314), 32, + anon_sym_DASH_DASH, + ACTIONS(3505), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -124280,175 +127291,79 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [20054] = 25, + [21152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(217), 1, + ACTIONS(3511), 14, anon_sym_STAR, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(231), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(2585), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3513), 31, + sym__ternary_qmark, + anon_sym_as, anon_sym_LBRACE, - ACTIONS(3264), 1, - anon_sym_LBRACK, - ACTIONS(3364), 1, - anon_sym_RBRACE, - ACTIONS(3366), 1, - anon_sym_async, - ACTIONS(3368), 1, - anon_sym_static, - ACTIONS(3370), 1, - anon_sym_readonly, - ACTIONS(3376), 1, - anon_sym_override, - STATE(2256), 1, - sym_accessibility_modifier, - STATE(2261), 1, - sym_override_modifier, - STATE(3451), 1, - aux_sym_object_pattern_repeat1, - STATE(3640), 1, - aux_sym_object_repeat1, - ACTIONS(235), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3372), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3374), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2797), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3444), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3633), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3362), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [20152] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(217), 1, - anon_sym_STAR, - ACTIONS(223), 1, anon_sym_COMMA, - ACTIONS(231), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(3264), 1, - anon_sym_LBRACK, - ACTIONS(3380), 1, anon_sym_RBRACE, - ACTIONS(3382), 1, - anon_sym_async, - ACTIONS(3384), 1, - anon_sym_static, - ACTIONS(3386), 1, - anon_sym_readonly, - ACTIONS(3392), 1, - anon_sym_override, - STATE(2256), 1, - sym_accessibility_modifier, - STATE(2261), 1, - sym_override_modifier, - STATE(3451), 1, - aux_sym_object_pattern_repeat1, - STATE(3640), 1, - aux_sym_object_repeat1, - ACTIONS(235), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3388), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3390), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2797), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3444), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3633), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(3378), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [20250] = 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [21205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 13, + ACTIONS(1975), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3396), 32, + anon_sym_DASH_DASH, + ACTIONS(1973), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -124476,41 +127391,40 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [20303] = 3, + [21258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1375), 13, + ACTIONS(3499), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1373), 32, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3501), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -124527,43 +127441,39 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [20356] = 7, + anon_sym_extends, + anon_sym_implements, + [21311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(1945), 1, - anon_sym_extends, - ACTIONS(3398), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3401), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1315), 10, + ACTIONS(1983), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 28, + anon_sym_DASH_DASH, + ACTIONS(1981), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -124581,32 +127491,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [20417] = 6, + [21364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - anon_sym_AMP, - ACTIONS(3410), 1, - anon_sym_PIPE, - ACTIONS(3412), 1, - anon_sym_extends, - ACTIONS(3404), 11, + ACTIONS(3515), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3406), 31, + anon_sym_DASH_DASH, + ACTIONS(3517), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -124634,43 +127541,39 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [20476] = 7, + [21417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(3426), 1, - anon_sym_extends, - ACTIONS(3420), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3423), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3414), 10, + ACTIONS(3519), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 28, + anon_sym_DASH_DASH, + ACTIONS(3521), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -124688,116 +127591,39 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [20537] = 28, + [21470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3523), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 9, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [20640] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3468), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3470), 3, - anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2918), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 29, + anon_sym_DASH_DASH, + ACTIONS(3525), 31, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -124815,96 +127641,109 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [20697] = 21, + [21523] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3456), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3432), 5, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 14, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3529), 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_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [20786] = 3, + [21636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2723), 13, + ACTIONS(3563), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2725), 32, + anon_sym_DASH_DASH, + ACTIONS(3565), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -124932,54 +127771,42 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [20839] = 12, + [21689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3476), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3472), 12, + ACTIONS(3523), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 23, + anon_sym_DASH_DASH, + ACTIONS(3525), 31, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -124994,105 +127821,65 @@ 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, anon_sym_satisfies, - [20910] = 17, + anon_sym_extends, + anon_sym_implements, + [21742] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3483), 1, - anon_sym_LT, - ACTIONS(3486), 1, - anon_sym_satisfies, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 11, + ACTIONS(3567), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 18, + anon_sym_DASH_DASH, + ACTIONS(3569), 31, sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, - [20991] = 16, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [21795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3483), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3571), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, @@ -125101,63 +127888,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 19, + anon_sym_DASH_DASH, + ACTIONS(3573), 31, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [21070] = 9, + anon_sym_extends, + anon_sym_implements, + [21848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3436), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3488), 12, + ACTIONS(3523), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3490), 26, + anon_sym_DASH_DASH, + ACTIONS(3525), 31, sym__ternary_qmark, anon_sym_as, + 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, @@ -125177,26 +127971,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, anon_sym_satisfies, - [21135] = 3, + anon_sym_extends, + anon_sym_implements, + [21901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2851), 13, + ACTIONS(3386), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2853), 32, + anon_sym_DASH_DASH, + ACTIONS(3388), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -125224,387 +128021,129 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [21188] = 25, + [21954] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3575), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3432), 2, anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3434), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 11, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_satisfies, - [21285] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3444), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, anon_sym_AMP, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3432), 2, - anon_sym_BANG, anon_sym_PIPE, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 12, + ACTIONS(3577), 31, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [21380] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3492), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [21491] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3456), 1, + anon_sym_CARET, anon_sym_PERCENT, - ACTIONS(3458), 1, anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3460), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 12, - sym__ternary_qmark, - anon_sym_as, - 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, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [21584] = 17, + anon_sym_extends, + anon_sym_implements, + [22007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3483), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3579), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 8, anon_sym_BANG, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 19, + anon_sym_DASH_DASH, + ACTIONS(3581), 31, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [21665] = 4, + anon_sym_extends, + anon_sym_implements, + [22060] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, - sym__automatic_semicolon, - ACTIONS(1443), 13, + ACTIONS(2933), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1441), 31, + anon_sym_DASH_DASH, + ACTIONS(2935), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -125632,175 +128171,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [21720] = 27, + [22113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3432), 1, + ACTIONS(3563), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3444), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3448), 1, anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 10, + ACTIONS(3565), 31, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [21821] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 11, - sym__ternary_qmark, - anon_sym_as, - 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, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [21920] = 3, + anon_sym_extends, + anon_sym_implements, + [22166] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 13, + ACTIONS(3587), 1, + anon_sym_AMP, + ACTIONS(3589), 1, + anon_sym_PIPE, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(3583), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2861), 32, + anon_sym_DASH_DASH, + ACTIONS(3585), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -125828,45 +128275,41 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [21973] = 6, + [22225] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, - anon_sym_LBRACE, - ACTIONS(3502), 1, - anon_sym_DOT, - STATE(1498), 1, - sym_statement_block, - ACTIONS(1333), 13, + ACTIONS(3597), 1, + anon_sym_LBRACK, + ACTIONS(3593), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1331), 29, + anon_sym_DASH_DASH, + ACTIONS(3595), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -125882,34 +128325,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [22032] = 5, + [22280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, - anon_sym_LBRACE, - STATE(1498), 1, - sym_statement_block, - ACTIONS(1333), 13, + ACTIONS(3599), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1331), 30, + anon_sym_DASH_DASH, + ACTIONS(3601), 31, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, @@ -125934,107 +128375,37 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [22089] = 32, + [22333] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3318), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3504), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [22200] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3506), 13, + ACTIONS(1529), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3508), 32, + anon_sym_DASH_DASH, + ACTIONS(1531), 27, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126044,10 +128415,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, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -126062,29 +128430,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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22253] = 3, + [22394] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3510), 13, + ACTIONS(3587), 1, + anon_sym_AMP, + ACTIONS(3589), 1, + anon_sym_PIPE, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(3603), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3512), 32, + anon_sym_DASH_DASH, + ACTIONS(3605), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126112,29 +128483,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22306] = 3, + [22453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3356), 13, + ACTIONS(2719), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3358), 32, + anon_sym_DASH_DASH, + ACTIONS(2721), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126162,57 +128532,42 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22359] = 13, + [22506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3518), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3514), 12, + ACTIONS(3380), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3516), 21, + anon_sym_DASH_DASH, + ACTIONS(3382), 31, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -126226,27 +128581,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [22432] = 4, + anon_sym_extends, + anon_sym_implements, + [22559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3525), 1, - anon_sym_LBRACK, - ACTIONS(3521), 13, + ACTIONS(3575), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3523), 31, + anon_sym_DASH_DASH, + ACTIONS(3577), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126256,6 +128614,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, anon_sym_QMARK_DOT, @@ -126273,29 +128632,113 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22487] = 3, + [22612] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3312), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, anon_sym_LT, - anon_sym_GT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3607), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [22725] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3587), 1, anon_sym_AMP, + ACTIONS(3589), 1, anon_sym_PIPE, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(3579), 12, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3314), 32, + anon_sym_DASH_DASH, + ACTIONS(3581), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126323,39 +128766,41 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22540] = 3, + [22784] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 13, + ACTIONS(3609), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(3611), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3529), 32, + anon_sym_DASH_DASH, + ACTIONS(2945), 28, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -126373,31 +128818,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22593] = 4, + [22841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3294), 1, - sym__automatic_semicolon, - ACTIONS(1313), 13, + ACTIONS(3613), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1311), 31, + anon_sym_DASH_DASH, + ACTIONS(3615), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126425,38 +128867,44 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [22648] = 3, + [22894] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1947), 13, + ACTIONS(3619), 1, + anon_sym_EQ, + ACTIONS(3629), 1, + anon_sym_extends, + ACTIONS(3623), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(3626), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3617), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1945), 32, + anon_sym_DASH_DASH, + ACTIONS(3621), 27, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -126474,47 +128922,46 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [22701] = 7, + [22955] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3236), 1, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(1989), 1, + anon_sym_extends, + ACTIONS(3631), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3242), 1, - anon_sym_QMARK_DOT, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(1503), 13, + ACTIONS(3634), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1397), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 28, + anon_sym_DASH_DASH, + ACTIONS(1401), 27, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -126529,30 +128976,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [22762] = 4, + [23016] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3535), 1, - anon_sym_DOT, - ACTIONS(3531), 13, + ACTIONS(3637), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3533), 31, + anon_sym_DASH_DASH, + ACTIONS(3639), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126564,6 +129009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -126579,40 +129025,121 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22817] = 3, + [23069] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3641), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [23182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 13, + ACTIONS(1503), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3426), 32, + anon_sym_DASH_DASH, + ACTIONS(1501), 31, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -126629,29 +129156,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [22870] = 3, + anon_sym_PIPE_RBRACE, + [23235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3539), 13, + ACTIONS(3643), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3541), 32, + anon_sym_DASH_DASH, + ACTIONS(3645), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126679,109 +129205,109 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [22923] = 32, + [23288] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3543), 5, + ACTIONS(3647), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [23034] = 4, + [23401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - anon_sym_AMP, - ACTIONS(3545), 12, + ACTIONS(3649), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3547), 32, + anon_sym_DASH_DASH, + ACTIONS(3651), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126809,29 +129335,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23089] = 3, + [23454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 13, + ACTIONS(3653), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3468), 32, + anon_sym_DASH_DASH, + ACTIONS(3655), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126859,29 +129385,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23142] = 3, + [23507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3549), 13, + ACTIONS(3575), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3551), 32, + anon_sym_DASH_DASH, + ACTIONS(3577), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -126909,83 +129435,175 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23195] = 3, + [23560] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3553), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3486), 1, + anon_sym_LT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3555), 32, + ACTIONS(3474), 20, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, 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_satisfies, + [23637] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [23248] = 6, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3657), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [23750] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, + ACTIONS(3587), 1, anon_sym_AMP, - ACTIONS(3410), 1, + ACTIONS(3589), 1, anon_sym_PIPE, - ACTIONS(3412), 1, + ACTIONS(3591), 1, anon_sym_extends, - ACTIONS(3557), 11, + ACTIONS(3659), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3559), 31, + anon_sym_DASH_DASH, + ACTIONS(3661), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127013,42 +129631,47 @@ 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, anon_sym_satisfies, anon_sym_implements, - [23307] = 6, + [23809] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, - anon_sym_extends, - ACTIONS(3525), 1, - anon_sym_LBRACK, - ACTIONS(3521), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3561), 11, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3663), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3563), 30, + anon_sym_DASH_DASH, + ACTIONS(3665), 25, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, @@ -127066,28 +129689,26 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [23366] = 3, + [23874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3565), 13, + ACTIONS(3649), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3567), 32, + anon_sym_DASH_DASH, + ACTIONS(3651), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127115,31 +129736,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23419] = 4, + [23927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3525), 1, - anon_sym_LBRACK, - ACTIONS(3569), 13, + ACTIONS(3653), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3571), 31, + anon_sym_DASH_DASH, + ACTIONS(3655), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127149,6 +129768,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, anon_sym_QMARK_DOT, @@ -127166,29 +129786,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23474] = 3, + [23980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3573), 13, + ACTIONS(3667), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3575), 32, + anon_sym_DASH_DASH, + ACTIONS(3669), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127216,183 +129836,116 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23527] = 19, + [24033] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3456), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3466), 2, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 7, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 17, - sym__ternary_qmark, + ACTIONS(3527), 1, anon_sym_as, - 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, - anon_sym_satisfies, - [23612] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(3671), 1, + anon_sym_COMMA, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3577), 5, - anon_sym_COMMA, + ACTIONS(3673), 4, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [23723] = 5, + [24148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - STATE(2349), 1, - sym_arguments, - ACTIONS(2918), 13, + ACTIONS(3675), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 30, + anon_sym_DASH_DASH, + ACTIONS(3677), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, @@ -127414,107 +129967,79 @@ 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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [23780] = 32, + [24201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3679), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3579), 5, + ACTIONS(3681), 31, + sym__ternary_qmark, + anon_sym_as, + 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, - [23891] = 3, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + anon_sym_implements, + [24254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2505), 13, + ACTIONS(3503), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2507), 32, + anon_sym_DASH_DASH, + ACTIONS(3505), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127542,163 +130067,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [23944] = 33, + [24307] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - STATE(3318), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3549), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3583), 4, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [24057] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2501), 13, - anon_sym_STAR, + ACTIONS(3476), 7, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2503), 32, + ACTIONS(3474), 17, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [24110] = 6, + [24394] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - anon_sym_AMP, - ACTIONS(3410), 1, - anon_sym_PIPE, - ACTIONS(3412), 1, - anon_sym_extends, - ACTIONS(3585), 11, + ACTIONS(3470), 1, + sym__automatic_semicolon, + ACTIONS(1395), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3587), 31, + anon_sym_DASH_DASH, + ACTIONS(1393), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127726,28 +130186,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [24169] = 3, + [24449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1955), 13, + ACTIONS(3683), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1953), 32, + anon_sym_DASH_DASH, + ACTIONS(3685), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127775,40 +130235,41 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24222] = 3, + [24502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 13, + ACTIONS(1423), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3591), 32, + anon_sym_DASH_DASH, + ACTIONS(1421), 31, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -127825,29 +130286,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [24275] = 3, + anon_sym_PIPE_RBRACE, + [24555] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3593), 13, + ACTIONS(3667), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3595), 32, + anon_sym_DASH_DASH, + ACTIONS(3669), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127875,29 +130335,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24328] = 3, + [24608] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3597), 13, + ACTIONS(3679), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3599), 32, + anon_sym_DASH_DASH, + ACTIONS(3681), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -127925,52 +130385,153 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24381] = 14, + [24661] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3458), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - ACTIONS(3483), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, anon_sym_LT, - STATE(3318), 1, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 12, + ACTIONS(3472), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3687), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [24774] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3539), 1, anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 20, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 11, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -127980,98 +130541,111 @@ 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, anon_sym_satisfies, - [24456] = 6, + [24875] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3410), 1, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3412), 1, - anon_sym_extends, - ACTIONS(3601), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3549), 1, anon_sym_LT, - anon_sym_GT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3603), 31, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 10, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, - 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, anon_sym_satisfies, - anon_sym_implements, - [24515] = 6, + [24978] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - anon_sym_AMP, - ACTIONS(3410), 1, - anon_sym_PIPE, - ACTIONS(3412), 1, - anon_sym_extends, - ACTIONS(3605), 11, + ACTIONS(3306), 1, + anon_sym_LPAREN, + STATE(1397), 1, + sym_arguments, + ACTIONS(3689), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3607), 31, + anon_sym_DASH_DASH, + ACTIONS(3691), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_of, anon_sym_COLON, @@ -128093,55 +130667,70 @@ 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, anon_sym_satisfies, anon_sym_implements, - [24574] = 16, + [25035] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3613), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3549), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3609), 11, + ACTIONS(3472), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3611), 19, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 12, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, @@ -128149,38 +130738,36 @@ 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_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, - [24653] = 3, + anon_sym_satisfies, + [25130] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 13, + ACTIONS(3493), 1, + anon_sym_LBRACE, + ACTIONS(3693), 1, + anon_sym_DOT, + STATE(1471), 1, + sym_statement_block, + ACTIONS(1381), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3618), 32, + anon_sym_DASH_DASH, + ACTIONS(1379), 28, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, @@ -128189,7 +130776,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -128205,32 +130791,36 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [24706] = 3, + [25189] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 13, + ACTIONS(3493), 1, + anon_sym_LBRACE, + ACTIONS(3695), 1, + anon_sym_DOT, + STATE(1471), 1, + sym_statement_block, + ACTIONS(1381), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3622), 32, + anon_sym_DASH_DASH, + ACTIONS(1379), 28, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, @@ -128239,7 +130829,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -128255,160 +130844,173 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [24759] = 32, + [25248] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3549), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3624), 5, + ACTIONS(3474), 12, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [24870] = 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [25345] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(3626), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3539), 1, anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3549), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3476), 2, + anon_sym_BANG, anon_sym_PIPE, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3628), 32, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 11, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [24923] = 4, + [25444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3634), 1, - anon_sym_DOT, - ACTIONS(3630), 13, + ACTIONS(3697), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3632), 31, + anon_sym_DASH_DASH, + ACTIONS(3699), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128420,6 +131022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -128435,82 +131038,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [24978] = 6, + [25497] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - anon_sym_AMP, - ACTIONS(3410), 1, - anon_sym_PIPE, - ACTIONS(3412), 1, - anon_sym_extends, - ACTIONS(3637), 11, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3486), 1, + anon_sym_LT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 10, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3639), 31, + ACTIONS(3474), 19, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_implements, - [25037] = 3, + [25578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 13, + ACTIONS(3701), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3639), 32, + anon_sym_DASH_DASH, + ACTIONS(3703), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128538,80 +131152,94 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25090] = 3, + [25631] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(3641), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3486), 1, + anon_sym_LT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 11, + anon_sym_STAR, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3643), 32, + ACTIONS(3474), 18, sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, 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, - anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [25143] = 4, + [25714] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - anon_sym_AMP, - ACTIONS(3645), 12, + ACTIONS(3705), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3647), 32, + anon_sym_DASH_DASH, + ACTIONS(3707), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128639,29 +131267,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25198] = 3, + [25767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3649), 13, + ACTIONS(3709), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3651), 32, + anon_sym_DASH_DASH, + ACTIONS(3711), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128689,108 +131317,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25251] = 32, + [25820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3653), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [25362] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1951), 13, + ACTIONS(1991), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1949), 32, + anon_sym_DASH_DASH, + ACTIONS(1989), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128818,29 +131367,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25415] = 3, + [25873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3655), 13, + ACTIONS(3705), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3657), 32, + anon_sym_DASH_DASH, + ACTIONS(3707), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128868,29 +131417,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25468] = 3, + [25926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 13, + ACTIONS(3713), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3661), 32, + anon_sym_DASH_DASH, + ACTIONS(3715), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128918,29 +131467,109 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25521] = 3, + [25979] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3717), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [26092] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3376), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3665), 32, + anon_sym_DASH_DASH, + ACTIONS(3378), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -128968,29 +131597,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25574] = 3, + [26145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 13, + ACTIONS(3709), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3669), 32, + anon_sym_DASH_DASH, + ACTIONS(3711), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129018,29 +131647,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25627] = 3, + [26198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(3719), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3665), 32, + anon_sym_DASH_DASH, + ACTIONS(3721), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129068,29 +131697,113 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25680] = 3, + [26251] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, anon_sym_LT, - anon_sym_GT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3723), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [26364] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3587), 1, anon_sym_AMP, + ACTIONS(3589), 1, anon_sym_PIPE, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(3725), 12, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3669), 32, + anon_sym_DASH_DASH, + ACTIONS(3727), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129118,29 +131831,30 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [25733] = 3, + [26423] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 13, + ACTIONS(3729), 1, + sym__automatic_semicolon, + ACTIONS(1461), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3673), 32, + anon_sym_DASH_DASH, + ACTIONS(1459), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129168,29 +131882,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [25786] = 3, + [26478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 13, + ACTIONS(3731), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3677), 32, + anon_sym_DASH_DASH, + ACTIONS(3733), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129218,29 +131931,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25839] = 3, + [26531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 13, + ACTIONS(2727), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3673), 32, + anon_sym_DASH_DASH, + ACTIONS(2729), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129268,29 +131981,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25892] = 3, + [26584] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 13, + ACTIONS(3587), 1, + anon_sym_AMP, + ACTIONS(3589), 1, + anon_sym_PIPE, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(3735), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3677), 32, + anon_sym_DASH_DASH, + ACTIONS(3737), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129318,29 +132035,30 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [25945] = 3, + [26643] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 13, + ACTIONS(3743), 1, + anon_sym_DOT, + ACTIONS(3739), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3681), 32, + anon_sym_DASH_DASH, + ACTIONS(3741), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129352,7 +132070,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -129368,29 +132085,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [25998] = 3, + [26698] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 13, + ACTIONS(3745), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3685), 32, + anon_sym_DASH_DASH, + ACTIONS(3747), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129418,29 +132135,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26051] = 3, + [26751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 13, + ACTIONS(3749), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3681), 32, + anon_sym_DASH_DASH, + ACTIONS(3751), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129468,29 +132185,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26104] = 3, + [26804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 13, + ACTIONS(3753), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3685), 32, + anon_sym_DASH_DASH, + ACTIONS(3629), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129518,29 +132235,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26157] = 3, + [26857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3687), 13, + ACTIONS(2925), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3689), 32, + anon_sym_DASH_DASH, + ACTIONS(2927), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129568,239 +132285,239 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26210] = 32, + [26910] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3549), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3691), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [26321] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3693), 13, - anon_sym_STAR, + ACTIONS(3476), 5, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3695), 32, + ACTIONS(3474), 14, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [26374] = 32, + [27001] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(3549), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3697), 5, + ACTIONS(3474), 9, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [26485] = 4, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [27106] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(2918), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3759), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3755), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3757), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_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_satisfies, + [27181] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3587), 1, + anon_sym_AMP, + ACTIONS(3589), 1, + anon_sym_PIPE, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(3762), 12, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 31, + anon_sym_DASH_DASH, + ACTIONS(3764), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129828,107 +132545,87 @@ 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, anon_sym_satisfies, anon_sym_implements, - [26540] = 32, + [27240] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(3770), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3766), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3699), 5, + ACTIONS(3768), 22, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - [26651] = 3, + 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_satisfies, + [27311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 13, + ACTIONS(3773), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3703), 32, + anon_sym_DASH_DASH, + ACTIONS(3775), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -129956,33 +132653,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26704] = 6, + [27364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - anon_sym_AMP, - ACTIONS(3410), 1, - anon_sym_PIPE, - ACTIONS(3412), 1, - anon_sym_extends, - ACTIONS(3705), 11, + ACTIONS(3777), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3707), 31, + anon_sym_DASH_DASH, + ACTIONS(3779), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130010,28 +132703,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, anon_sym_satisfies, + anon_sym_extends, anon_sym_implements, - [26763] = 3, + [27417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3705), 13, + ACTIONS(3781), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3707), 32, + anon_sym_DASH_DASH, + ACTIONS(3783), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130059,108 +132753,30 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26816] = 32, + [27470] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3587), 1, anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3709), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [26927] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2497), 13, + ACTIONS(3785), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2499), 32, + anon_sym_DASH_DASH, + ACTIONS(3787), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130188,29 +132804,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [26980] = 3, + [27525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1959), 13, + ACTIONS(3611), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1957), 32, + anon_sym_DASH_DASH, + ACTIONS(3609), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130238,108 +132854,80 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27033] = 32, + [27578] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(2941), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3711), 5, + ACTIONS(2945), 30, + sym__ternary_qmark, + anon_sym_as, + 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, - [27144] = 3, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [27633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3713), 13, + ACTIONS(3789), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3715), 32, + anon_sym_DASH_DASH, + ACTIONS(3791), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130367,29 +132955,31 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27197] = 3, + [27686] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 13, + ACTIONS(3797), 1, + anon_sym_DOT, + ACTIONS(3793), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3719), 32, + anon_sym_DASH_DASH, + ACTIONS(3795), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130401,7 +132991,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -130417,29 +133006,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27250] = 3, + [27741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 13, + ACTIONS(3800), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3719), 32, + anon_sym_DASH_DASH, + ACTIONS(3802), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130467,29 +133056,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27303] = 3, + [27794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 13, + ACTIONS(3804), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3719), 32, + anon_sym_DASH_DASH, + ACTIONS(3806), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130517,29 +133106,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27356] = 3, + [27847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 13, + ACTIONS(1987), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3723), 32, + anon_sym_DASH_DASH, + ACTIONS(1985), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130567,29 +133156,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27409] = 3, + [27900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 13, + ACTIONS(1979), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3723), 32, + anon_sym_DASH_DASH, + ACTIONS(1977), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130617,29 +133206,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27462] = 3, + [27953] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 13, + ACTIONS(3587), 1, + anon_sym_AMP, + ACTIONS(3589), 1, + anon_sym_PIPE, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(3808), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3723), 32, + anon_sym_DASH_DASH, + ACTIONS(3810), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130667,29 +133260,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [27515] = 3, + [28012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 13, + ACTIONS(3812), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3727), 32, + anon_sym_DASH_DASH, + ACTIONS(3814), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130717,29 +133309,30 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27568] = 3, + [28065] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 13, + ACTIONS(3587), 1, + anon_sym_AMP, + ACTIONS(3816), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3727), 32, + anon_sym_DASH_DASH, + ACTIONS(3818), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130767,29 +133360,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27621] = 3, + [28120] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 13, + ACTIONS(3595), 1, + anon_sym_extends, + ACTIONS(3597), 1, + anon_sym_LBRACK, + ACTIONS(3593), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3820), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3727), 32, + anon_sym_DASH_DASH, + ACTIONS(3822), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130799,7 +133397,6 @@ 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, anon_sym_QMARK_DOT, @@ -130817,81 +133414,188 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [27674] = 5, + [28179] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3234), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - STATE(1466), 1, - sym_arguments, - ACTIONS(3729), 13, - anon_sym_STAR, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3731), 30, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3824), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, + [28292] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [27731] = 3, + ACTIONS(3826), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [28405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3733), 13, + ACTIONS(3828), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3735), 32, + anon_sym_DASH_DASH, + ACTIONS(3830), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130919,29 +133623,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27784] = 3, + [28458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3737), 13, + ACTIONS(3832), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3739), 32, + anon_sym_DASH_DASH, + ACTIONS(3834), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -130969,29 +133673,33 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27837] = 3, + [28511] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3741), 13, + ACTIONS(3587), 1, + anon_sym_AMP, + ACTIONS(3589), 1, + anon_sym_PIPE, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(3836), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3743), 32, + anon_sym_DASH_DASH, + ACTIONS(3838), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131019,29 +133727,30 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [27890] = 3, + [28570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1943), 13, + ACTIONS(3844), 1, + anon_sym_extends, + ACTIONS(3840), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1941), 32, + anon_sym_DASH_DASH, + ACTIONS(3842), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131069,29 +133778,28 @@ 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, anon_sym_satisfies, - anon_sym_extends, anon_sym_implements, - [27943] = 3, + [28625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3745), 13, + ACTIONS(3828), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3747), 32, + anon_sym_DASH_DASH, + ACTIONS(3830), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131119,81 +133827,189 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [27996] = 5, + [28678] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3410), 1, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3749), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3549), 1, anon_sym_LT, - anon_sym_GT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3751), 32, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3846), 5, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, + [28791] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [28053] = 3, + ACTIONS(3848), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + [28904] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 13, + ACTIONS(3828), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3755), 32, + anon_sym_DASH_DASH, + ACTIONS(3830), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131221,29 +134037,31 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [28106] = 3, + [28957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 13, + ACTIONS(3597), 1, + anon_sym_LBRACK, + ACTIONS(3850), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3755), 32, + anon_sym_DASH_DASH, + ACTIONS(3852), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131253,7 +134071,6 @@ 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, anon_sym_QMARK_DOT, @@ -131271,29 +134088,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [28159] = 3, + [29012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 13, + ACTIONS(2929), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 32, + anon_sym_DASH_DASH, + ACTIONS(2931), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131321,29 +134138,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [28212] = 3, + [29065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 13, + ACTIONS(3836), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3763), 32, + anon_sym_DASH_DASH, + ACTIONS(3838), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131371,29 +134188,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [28265] = 3, + [29118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 13, + ACTIONS(3854), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3763), 32, + anon_sym_DASH_DASH, + ACTIONS(3856), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131421,29 +134238,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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [28318] = 3, + [29171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 13, + ACTIONS(3858), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3755), 32, + anon_sym_DASH_DASH, + ACTIONS(3860), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131471,42 +134288,61 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [28371] = 3, + [29224] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3866), 1, anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3862), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3763), 32, + ACTIONS(3864), 19, sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -131520,30 +134356,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - anon_sym_implements, - [28424] = 3, + [29305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 13, + ACTIONS(3563), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3396), 32, + anon_sym_DASH_DASH, + ACTIONS(3565), 31, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131571,29 +134402,31 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [28477] = 3, + [29358] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 13, + ACTIONS(3869), 1, + anon_sym_DOT, + ACTIONS(3793), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3396), 32, + anon_sym_DASH_DASH, + ACTIONS(3795), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131605,7 +134438,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131621,233 +134453,236 @@ 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, anon_sym_satisfies, anon_sym_extends, anon_sym_implements, - [28530] = 28, + [29413] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - STATE(3378), 1, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3476), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 8, + ACTIONS(3474), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [28632] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3805), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3807), 31, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [28684] = 35, + [29507] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(2971), 1, - anon_sym_COLON, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(3914), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(3924), 1, anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(3928), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(3809), 1, - anon_sym_RPAREN, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - STATE(3937), 1, - sym_type_annotation, - ACTIONS(3428), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [28800] = 3, + ACTIONS(3529), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [29619] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1503), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3946), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3766), 13, anon_sym_STAR, anon_sym_BANG, 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(3768), 21, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + 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_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_satisfies, + [29689] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1431), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 31, + anon_sym_DASH_DASH, + ACTIONS(1433), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -131875,102 +134710,118 @@ 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, anon_sym_satisfies, anon_sym_implements, - [28852] = 17, + [29741] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3813), 1, - anon_sym_LT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 8, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_GT_GT, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 18, - sym__automatic_semicolon, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_LT_EQ, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_satisfies, - [28932] = 3, + ACTIONS(3723), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [29853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1509), 13, + ACTIONS(1595), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1507), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1597), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -131987,39 +134838,39 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [28984] = 3, + anon_sym_implements, + [29905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 13, + ACTIONS(1475), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1475), 31, + anon_sym_DASH_DASH, + ACTIONS(1473), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -132036,50 +134887,41 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [29036] = 11, + anon_sym_PIPE_RBRACE, + [29957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3822), 1, - anon_sym_LT, - ACTIONS(3824), 1, - anon_sym_QMARK_DOT, - STATE(1720), 1, - sym_type_arguments, - STATE(1855), 1, - sym_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3230), 12, + ACTIONS(1423), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3232), 24, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1421), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -132094,121 +134936,116 @@ 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, anon_sym_satisfies, - [29104] = 27, + anon_sym_implements, + [30009] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3963), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3755), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, + 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(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 9, + ACTIONS(3757), 20, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_satisfies, - [29204] = 12, + [30083] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3848), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3966), 1, anon_sym_LT, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3472), 12, + ACTIONS(3862), 11, anon_sym_STAR, - anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3474), 22, + ACTIONS(3864), 18, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, @@ -132225,27 +135062,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - [29274] = 3, + [30163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1487), 13, + ACTIONS(3969), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1489), 31, + anon_sym_DASH_DASH, + ACTIONS(3971), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132273,169 +135108,81 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29326] = 23, + [30215] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3973), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3975), 1, anon_sym_LT, - ACTIONS(3832), 1, - anon_sym_GT_GT, - STATE(3378), 1, + ACTIONS(3977), 1, + anon_sym_is, + STATE(1798), 1, sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3294), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 3, - anon_sym_BANG, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3056), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [29418] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 10, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [29516] = 3, + anon_sym_extends, + [30275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1435), 13, + ACTIONS(1479), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1437), 31, + anon_sym_DASH_DASH, + ACTIONS(1477), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132463,28 +135210,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29568] = 3, + [30327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1545), 13, + ACTIONS(3979), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1547), 31, + anon_sym_DASH_DASH, + ACTIONS(3981), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132512,28 +135259,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29620] = 3, + [30379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1525), 13, + ACTIONS(3983), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1527), 31, + anon_sym_DASH_DASH, + ACTIONS(3826), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132561,109 +135308,185 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29672] = 24, + [30431] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3985), 1, anon_sym_LT, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 11, + anon_sym_STAR, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3803), 2, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3474), 17, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + [30513] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, + anon_sym_AMP_AMP, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, + anon_sym_GT_GT, + ACTIONS(3920), 1, + anon_sym_AMP, + ACTIONS(3922), 1, + anon_sym_CARET, + ACTIONS(3924), 1, + anon_sym_PIPE, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 11, + ACTIONS(3848), 4, sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [29766] = 3, + [30625] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1395), 13, + ACTIONS(3619), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(3988), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(3617), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1397), 31, + anon_sym_DASH_DASH, + ACTIONS(3621), 23, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -132680,90 +135503,222 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [29818] = 3, + [30681] = 36, ACTIONS(3), 1, sym_comment, - ACTIONS(3851), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(3991), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(4115), 1, + sym_type_annotation, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3853), 31, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [30799] = 36, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3039), 1, anon_sym_COLON, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(3993), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(4104), 1, + sym_type_annotation, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, + [30917] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, anon_sym_satisfies, - anon_sym_implements, - [29870] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1367), 13, + ACTIONS(3995), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3862), 11, anon_sym_STAR, - anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1369), 31, + ACTIONS(3864), 18, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_QMARK_DOT, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -132777,29 +135732,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [29922] = 3, + [30997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3855), 13, + ACTIONS(1555), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3857), 31, + anon_sym_DASH_DASH, + ACTIONS(1557), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132827,91 +135778,77 @@ 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, anon_sym_satisfies, anon_sym_implements, - [29974] = 17, + [31049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3863), 1, - anon_sym_LT, - ACTIONS(3866), 1, - anon_sym_satisfies, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 11, + ACTIONS(3998), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 17, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4000), 30, sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, - [30054] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [31101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3868), 13, + ACTIONS(4002), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3870), 31, + anon_sym_DASH_DASH, + ACTIONS(4004), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132939,28 +135876,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [30106] = 3, + [31153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3872), 13, + ACTIONS(4006), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3874), 31, + anon_sym_DASH_DASH, + ACTIONS(4008), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -132988,28 +135925,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [30158] = 3, + [31205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3876), 13, + ACTIONS(4010), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3878), 31, + anon_sym_DASH_DASH, + ACTIONS(4012), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133037,198 +135974,87 @@ 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, anon_sym_satisfies, anon_sym_implements, - [30210] = 32, + [31257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(1545), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3880), 4, + ACTIONS(1547), 30, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - [30320] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, anon_sym_LPAREN, - ACTIONS(3769), 1, - anon_sym_GT, - ACTIONS(3771), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3777), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3779), 1, anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, - anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3884), 1, - anon_sym_in, - ACTIONS(3887), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3765), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3783), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3791), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3801), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3797), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3882), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [30432] = 5, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [31309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3891), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(3414), 13, + ACTIONS(1479), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 24, + anon_sym_DASH_DASH, + ACTIONS(1477), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, @@ -133246,38 +136072,39 @@ 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, anon_sym_satisfies, - [30488] = 3, + anon_sym_PIPE_RBRACE, + [31361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3894), 13, + ACTIONS(1535), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3896), 31, + anon_sym_DASH_DASH, + ACTIONS(1533), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -133294,446 +136121,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, anon_sym_satisfies, - anon_sym_implements, - [30540] = 34, + anon_sym_PIPE_RBRACE, + [31413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3898), 1, - anon_sym_COMMA, - ACTIONS(3901), 1, - anon_sym_RBRACE, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3699), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(1467), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [30654] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, anon_sym_GT_GT, - ACTIONS(3836), 1, anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3691), 4, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1469), 30, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - [30764] = 35, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(2971), 1, - anon_sym_COLON, - ACTIONS(3234), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(3909), 1, anon_sym_RPAREN, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - STATE(3948), 1, - sym_type_annotation, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [30880] = 35, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(2971), 1, + anon_sym_of, anon_sym_COLON, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(3911), 1, - anon_sym_RPAREN, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - STATE(3944), 1, - sym_type_annotation, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [30996] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, + anon_sym_CARET, anon_sym_PERCENT, - ACTIONS(3820), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 10, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [31092] = 13, + anon_sym_implements, + [31465] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3388), 1, + anon_sym_extends, + ACTIONS(4014), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3913), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3514), 12, + ACTIONS(4017), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3516), 20, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 27, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -133747,40 +136221,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [31164] = 16, + anon_sym_implements, + [31523] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3813), 1, - anon_sym_LT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(4020), 1, + sym__automatic_semicolon, + ACTIONS(1395), 14, anon_sym_STAR, - anon_sym_SLASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, @@ -133789,45 +136240,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 18, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1393), 29, sym__ternary_qmark, anon_sym_as, 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [31242] = 3, + anon_sym_PIPE_RBRACE, + [31577] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3916), 13, + ACTIONS(1519), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3918), 31, + anon_sym_DASH_DASH, + ACTIONS(1521), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -133855,116 +136321,122 @@ 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, anon_sym_satisfies, anon_sym_implements, - [31294] = 32, + [31629] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3892), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(3903), 1, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(4022), 1, + anon_sym_COMMA, + ACTIONS(4025), 1, + anon_sym_RBRACE, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3607), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3709), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [31404] = 3, + [31745] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1497), 13, + ACTIONS(3569), 1, + anon_sym_extends, + ACTIONS(4027), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(4030), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1495), 31, + anon_sym_DASH_DASH, + ACTIONS(2945), 27, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -133982,28 +136454,107 @@ 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, anon_sym_satisfies, anon_sym_implements, - [31456] = 3, + [31803] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, + anon_sym_AMP_AMP, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, + anon_sym_GT_GT, + ACTIONS(3920), 1, + anon_sym_AMP, + ACTIONS(3922), 1, + anon_sym_CARET, + ACTIONS(3924), 1, + anon_sym_PIPE, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3910), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3918), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3938), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3934), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3723), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [31915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3920), 13, + ACTIONS(4033), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3922), 31, + anon_sym_DASH_DASH, + ACTIONS(4035), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134031,93 +136582,296 @@ 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, anon_sym_satisfies, anon_sym_implements, - [31508] = 6, + [31967] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3551), 1, - anon_sym_extends, - ACTIONS(3928), 2, - anon_sym_COMMA, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3931), 3, - anon_sym_GT, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(3924), 10, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3872), 2, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 28, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3657), 4, + sym__automatic_semicolon, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_SEMI, + [32079] = 35, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, anon_sym_AMP_AMP, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + ACTIONS(4037), 1, + anon_sym_COMMA, + ACTIONS(4040), 1, + anon_sym_RBRACE, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3607), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, + [32195] = 35, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, anon_sym_satisfies, - anon_sym_implements, - [31566] = 3, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + ACTIONS(4040), 1, + anon_sym_RBRACE, + ACTIONS(4042), 1, + anon_sym_COMMA, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3647), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [32311] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3934), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4045), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3755), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3936), 31, + ACTIONS(3757), 20, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -134131,29 +136885,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [31618] = 3, + [32385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3938), 13, + ACTIONS(1565), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3940), 31, + anon_sym_DASH_DASH, + ACTIONS(1567), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134181,28 +136932,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [31670] = 3, + [32437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3942), 13, + ACTIONS(1415), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3944), 31, + anon_sym_DASH_DASH, + ACTIONS(1417), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134230,91 +136981,77 @@ 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, anon_sym_satisfies, anon_sym_implements, - [31722] = 17, + [32489] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3813), 1, - anon_sym_LT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 11, + ACTIONS(4048), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 17, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4050), 30, sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, - [31802] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [32541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3946), 13, + ACTIONS(3212), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3948), 31, + anon_sym_DASH_DASH, + ACTIONS(3216), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134342,169 +137079,316 @@ 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, anon_sym_satisfies, anon_sym_implements, - [31854] = 21, + [32593] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3892), 1, anon_sym_LT, - ACTIONS(3832), 1, - anon_sym_GT_GT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + ACTIONS(4040), 1, + anon_sym_RBRACE, + ACTIONS(4042), 1, + anon_sym_COMMA, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - STATE(1893), 2, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4052), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3432), 5, + [32709] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, anon_sym_PIPE, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 13, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3848), 4, sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, 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, - anon_sym_satisfies, - [31942] = 28, + [32821] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3892), 1, anon_sym_LT, - ACTIONS(3830), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, anon_sym_AMP, - ACTIONS(3838), 1, + ACTIONS(3955), 1, anon_sym_CARET, - ACTIONS(3840), 1, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - STATE(3378), 1, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3647), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [32933] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4054), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4056), 30, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 8, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [32044] = 3, + anon_sym_implements, + [32985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3950), 13, + ACTIONS(3659), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3952), 31, + anon_sym_DASH_DASH, + ACTIONS(3661), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134532,28 +137416,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32096] = 3, + [33037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(1585), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3492), 31, + anon_sym_DASH_DASH, + ACTIONS(1587), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134581,39 +137465,47 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32148] = 3, + [33089] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3956), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3892), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3663), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3958), 31, + anon_sym_DASH_DASH, + ACTIONS(3665), 24, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -134630,28 +137522,26 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [32200] = 3, + [33153] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1533), 13, + ACTIONS(1509), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1531), 31, + anon_sym_DASH_DASH, + ACTIONS(1511), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134679,28 +137569,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32252] = 3, + [33205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(1575), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3697), 31, + anon_sym_DASH_DASH, + ACTIONS(1577), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134728,41 +137618,38 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32304] = 5, + [33257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3968), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(3962), 13, + ACTIONS(1483), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3966), 24, + anon_sym_DASH_DASH, + ACTIONS(1481), 30, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, @@ -134780,27 +137667,30 @@ 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, anon_sym_satisfies, - [32360] = 3, + anon_sym_PIPE_RBRACE, + [33309] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3971), 13, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(1397), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3973), 31, + anon_sym_DASH_DASH, + ACTIONS(1401), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134808,7 +137698,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -134828,28 +137717,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32412] = 3, + [33363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3975), 13, + ACTIONS(4058), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3977), 31, + anon_sym_DASH_DASH, + ACTIONS(4060), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134877,41 +137766,50 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32464] = 3, + [33415] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1515), 13, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3975), 1, + anon_sym_LT, + ACTIONS(4062), 1, + anon_sym_QMARK_DOT, + STATE(1647), 1, + sym_type_arguments, + STATE(1927), 1, + sym_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3310), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1517), 31, + anon_sym_DASH_DASH, + ACTIONS(3312), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -134926,28 +137824,27 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [32516] = 3, + [33483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1385), 13, + ACTIONS(4064), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1387), 31, + anon_sym_DASH_DASH, + ACTIONS(4066), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -134975,120 +137872,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, anon_sym_satisfies, anon_sym_implements, - [32568] = 27, + [33535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3432), 1, + ACTIONS(4068), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3781), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3785), 1, anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3789), 1, anon_sym_PIPE, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3765), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3769), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3783), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3791), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3797), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 9, - sym__automatic_semicolon, + ACTIONS(4070), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - [32668] = 9, + anon_sym_implements, + [33587] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3828), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3488), 12, + ACTIONS(4072), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3490), 25, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4074), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -135105,106 +137970,28 @@ 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_satisfies, - [32732] = 34, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - ACTIONS(3979), 1, - anon_sym_COMMA, - ACTIONS(3982), 1, - anon_sym_RBRACE, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3699), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [32846] = 3, + anon_sym_implements, + [33639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1417), 13, + ACTIONS(1489), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1419), 31, + anon_sym_DASH_DASH, + ACTIONS(1491), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -135232,28 +138019,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32898] = 3, + [33691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1353), 13, + ACTIONS(4076), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1355), 31, + anon_sym_DASH_DASH, + ACTIONS(3657), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -135281,38 +138068,120 @@ 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, anon_sym_satisfies, anon_sym_implements, - [32950] = 3, + [33743] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3529), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [33855] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1533), 13, + ACTIONS(4080), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4084), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4078), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1531), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4082), 23, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, @@ -135330,41 +138199,37 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [33002] = 6, + [33911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3512), 1, - anon_sym_extends, - ACTIONS(3984), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3987), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(1461), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 28, + anon_sym_DASH_DASH, + ACTIONS(1459), 30, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -135382,184 +138247,277 @@ 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, anon_sym_satisfies, anon_sym_implements, - [33060] = 19, + [33963] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3910), 1, + anon_sym_GT, + ACTIONS(3912), 1, + anon_sym_AMP_AMP, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, + anon_sym_GT_GT, + ACTIONS(3920), 1, + anon_sym_AMP, + ACTIONS(3922), 1, + anon_sym_CARET, + ACTIONS(3924), 1, + anon_sym_PIPE, + ACTIONS(3928), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3932), 1, anon_sym_LT, - ACTIONS(3832), 1, - anon_sym_GT_GT, - STATE(3378), 1, + ACTIONS(3940), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + sym__ternary_qmark, + ACTIONS(4089), 1, + anon_sym_in, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3834), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 7, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_LT_EQ, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3934), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_satisfies, - [33144] = 34, + ACTIONS(4087), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [34077] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3892), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(3903), 1, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - ACTIONS(3982), 1, - anon_sym_RBRACE, - ACTIONS(3990), 1, - anon_sym_COMMA, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3504), 2, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3717), 4, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - ACTIONS(3803), 2, + [34189] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, + anon_sym_AMP_AMP, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, + anon_sym_GT_GT, + ACTIONS(3920), 1, + anon_sym_AMP, + ACTIONS(3922), 1, + anon_sym_CARET, + ACTIONS(3924), 1, + anon_sym_PIPE, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [33258] = 3, + ACTIONS(3824), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [34301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1497), 13, + ACTIONS(4092), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1495), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4094), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -135576,137 +138534,120 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [33310] = 32, + anon_sym_implements, + [34353] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3859), 1, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(3887), 1, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3624), 4, + ACTIONS(3824), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [33420] = 16, + [34465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3993), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3609), 11, + ACTIONS(1529), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3611), 18, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1531), 30, sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -135720,171 +138661,255 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [33498] = 21, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [34517] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3781), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(3793), 1, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - STATE(3378), 1, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + ACTIONS(3896), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3432), 5, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 13, + ACTIONS(3846), 4, sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, 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_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [33586] = 34, + [34629] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(224), 1, + anon_sym_STAR, + ACTIONS(238), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(3346), 1, + anon_sym_LBRACK, + ACTIONS(4098), 1, + anon_sym_async, + ACTIONS(4100), 1, + anon_sym_static, + ACTIONS(4102), 1, + anon_sym_readonly, + ACTIONS(4108), 1, + anon_sym_override, + STATE(2286), 1, + sym_accessibility_modifier, + STATE(2301), 1, + sym_override_modifier, + ACTIONS(242), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(2989), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4104), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(4106), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2916), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3845), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + STATE(3847), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(4096), 11, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [34719] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4000), 1, - anon_sym_COMMA, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(3949), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(3953), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(3955), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - STATE(2748), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3319), 1, - aux_sym_extends_clause_repeat1, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3998), 2, - anon_sym_LBRACE, - anon_sym_implements, - ACTIONS(4002), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4026), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [33700] = 3, + ACTIONS(3826), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + [34831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4036), 13, + ACTIONS(4110), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4038), 31, + anon_sym_DASH_DASH, + ACTIONS(4112), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -135912,45 +138937,37 @@ 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, anon_sym_satisfies, anon_sym_implements, - [33752] = 9, + [34883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3773), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3488), 12, + ACTIONS(1461), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3490), 25, + anon_sym_DASH_DASH, + ACTIONS(1459), 30, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, @@ -135969,38 +138986,39 @@ 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, anon_sym_satisfies, - [33816] = 4, + anon_sym_PIPE_RBRACE, + [34935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4040), 1, - sym__automatic_semicolon, - ACTIONS(1313), 13, + ACTIONS(4114), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1311), 30, + anon_sym_DASH_DASH, + ACTIONS(4116), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -136017,106 +139035,30 @@ 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, - anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [33870] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, - anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, anon_sym_satisfies, - ACTIONS(3887), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3765), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3769), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3783), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3791), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3801), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3797), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3653), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [33980] = 3, + anon_sym_implements, + [34987] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4042), 13, + ACTIONS(4080), 1, + anon_sym_EQ, + ACTIONS(4078), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4044), 31, + anon_sym_DASH_DASH, + ACTIONS(4082), 29, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -136124,7 +139066,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -136144,28 +139085,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34032] = 3, + [35041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2918), 13, + ACTIONS(4118), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 31, + anon_sym_DASH_DASH, + ACTIONS(4120), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -136193,108 +139134,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34084] = 34, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - ACTIONS(3982), 1, - anon_sym_RBRACE, - ACTIONS(3990), 1, - anon_sym_COMMA, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4046), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [34198] = 3, + [35093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4048), 13, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4050), 31, + anon_sym_DASH_DASH, + ACTIONS(2945), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -136318,259 +139179,103 @@ static const uint16_t ts_small_parse_table[] = { anon_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, - anon_sym_satisfies, - anon_sym_implements, - [34250] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3543), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [34360] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, - anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3765), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3769), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3783), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3791), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3801), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3797), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3492), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [34470] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3813), 1, - anon_sym_LT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 12, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [35145] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3791), 1, + anon_sym_extends, + ACTIONS(4122), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(4125), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4033), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 19, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4035), 27, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [34544] = 3, + anon_sym_implements, + [35203] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4052), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3663), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4054), 31, + anon_sym_DASH_DASH, + ACTIONS(3665), 24, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -136587,39 +139292,38 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [34596] = 3, + [35267] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4056), 13, + ACTIONS(4128), 1, + sym__automatic_semicolon, + ACTIONS(1461), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4058), 31, + anon_sym_DASH_DASH, + ACTIONS(1459), 29, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -136636,194 +139340,199 @@ 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, anon_sym_satisfies, - anon_sym_implements, - [34648] = 32, + anon_sym_PIPE_RBRACE, + [35321] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, anon_sym_AMP_AMP, - ACTIONS(3832), 1, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3836), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3838), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3840), 1, + ACTIONS(3924), 1, anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3577), 4, + ACTIONS(3657), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [34758] = 32, + [35433] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, anon_sym_AMP_AMP, - ACTIONS(3832), 1, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3836), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3838), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3840), 1, + ACTIONS(3924), 1, anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3579), 4, + ACTIONS(3647), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [34868] = 3, + [35545] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1429), 13, + ACTIONS(1399), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4130), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(1397), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1401), 23, sym__ternary_qmark, anon_sym_as, - 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, anon_sym_QMARK_DOT, @@ -136841,28 +139550,27 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [34920] = 3, + [35601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 13, + ACTIONS(1535), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3624), 31, + anon_sym_DASH_DASH, + ACTIONS(1533), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -136890,324 +139598,353 @@ 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, anon_sym_satisfies, anon_sym_implements, - [34972] = 3, + [35653] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4062), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3476), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, anon_sym_PIPE, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4064), 31, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 8, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, - 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_SEMI, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [35024] = 32, + [35757] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3801), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3543), 4, + ACTIONS(3476), 5, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3474), 13, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [35134] = 32, + 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, + anon_sym_satisfies, + [35847] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3777), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, anon_sym_AMP_AMP, - ACTIONS(3779), 1, + ACTIONS(3914), 1, anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3787), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3789), 1, + ACTIONS(3924), 1, anon_sym_PIPE, - ACTIONS(3793), 1, + ACTIONS(3928), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3577), 4, + ACTIONS(3687), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, - [35244] = 32, + [35959] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3777), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(3779), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3787), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(3789), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3579), 4, - sym__automatic_semicolon, + ACTIONS(4133), 4, anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [35354] = 3, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + [36071] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1361), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(4135), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3766), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1359), 31, + anon_sym_DASH_DASH, + ACTIONS(3768), 21, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -137222,28 +139959,26 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [35406] = 3, + [36141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3924), 13, + ACTIONS(4138), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 31, + anon_sym_DASH_DASH, + ACTIONS(3641), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -137271,38 +140006,46 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35458] = 12, + [36193] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(4066), 1, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3985), 1, anon_sym_LT, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - STATE(1893), 2, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3472), 12, - anon_sym_STAR, + ACTIONS(3476), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -137310,175 +140053,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 22, + ACTIONS(3474), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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_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_satisfies, - [35528] = 3, + [36273] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1509), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3953), 1, anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3476), 2, + anon_sym_BANG, anon_sym_PIPE, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3876), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1507), 31, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 10, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [35580] = 33, + [36371] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3892), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3953), 1, anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3982), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(4069), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [35692] = 3, + ACTIONS(3474), 11, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [36467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1375), 13, + ACTIONS(4140), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1373), 31, + anon_sym_DASH_DASH, + ACTIONS(4142), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -137506,393 +140261,288 @@ 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, anon_sym_satisfies, anon_sym_implements, - [35744] = 32, + [36519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(4144), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4146), 30, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3771), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3777), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3779), 1, anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, - anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3765), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3769), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3783), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3791), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3801), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3797), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3504), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [35854] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [36571] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, - anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3985), 1, + anon_sym_LT, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3783), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3801), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3691), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [35964] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3822), 1, - anon_sym_LT, - ACTIONS(4071), 1, - anon_sym_DOT, - ACTIONS(4073), 1, - anon_sym_is, - STATE(1639), 1, - sym_type_arguments, - ACTIONS(3244), 12, - anon_sym_STAR, + ACTIONS(3476), 8, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2988), 28, + ACTIONS(3474), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_extends, - [36024] = 32, + [36653] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3953), 1, anon_sym_AMP, - ACTIONS(3787), 1, + ACTIONS(3955), 1, anon_sym_CARET, - ACTIONS(3789), 1, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3699), 4, + ACTIONS(3474), 9, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [36134] = 32, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [36755] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3953), 1, anon_sym_AMP, - ACTIONS(3787), 1, + ACTIONS(3955), 1, anon_sym_CARET, - ACTIONS(3789), 1, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3697), 4, + ACTIONS(3474), 10, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - [36244] = 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [36855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1405), 13, + ACTIONS(4148), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1407), 31, + anon_sym_DASH_DASH, + ACTIONS(4150), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -137920,28 +140570,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [36296] = 3, + [36907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4075), 13, + ACTIONS(1503), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4077), 31, + anon_sym_DASH_DASH, + ACTIONS(1501), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -137969,177 +140619,167 @@ 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, anon_sym_satisfies, anon_sym_implements, - [36348] = 32, + [36959] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, anon_sym_AMP_AMP, - ACTIONS(3832), 1, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3836), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3838), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3840), 1, + ACTIONS(3924), 1, anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3624), 4, + ACTIONS(3717), 4, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [36458] = 14, + [37071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - ACTIONS(3863), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 12, + ACTIONS(1483), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 19, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1481), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [36532] = 3, + anon_sym_implements, + [37123] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1443), 13, + ACTIONS(4152), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1441), 31, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4154), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -138156,28 +140796,28 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [36584] = 3, + anon_sym_implements, + [37175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4079), 13, + ACTIONS(4156), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4081), 31, + anon_sym_DASH_DASH, + ACTIONS(3529), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138205,28 +140845,94 @@ 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, anon_sym_satisfies, anon_sym_implements, - [36636] = 3, + [37227] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4083), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3872), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 7, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3474), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_satisfies, + [37313] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4158), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3579), 31, + anon_sym_DASH_DASH, + ACTIONS(4160), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138254,155 +140960,265 @@ 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, anon_sym_satisfies, anon_sym_implements, - [36688] = 32, + [37365] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3892), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(3903), 1, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3653), 4, + ACTIONS(3687), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [36798] = 3, + [37477] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4085), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3912), 1, + anon_sym_AMP_AMP, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, anon_sym_GT_GT, + ACTIONS(3920), 1, anon_sym_AMP, + ACTIONS(3922), 1, + anon_sym_CARET, + ACTIONS(3924), 1, anon_sym_PIPE, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3910), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3918), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3577), 31, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + ACTIONS(3938), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3934), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3846), 4, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_of, - anon_sym_COLON, + anon_sym_SEMI, + [37589] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3880), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, anon_sym_AMP_AMP, + ACTIONS(3914), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(3916), 1, + anon_sym_GT_GT, + ACTIONS(3920), 1, + anon_sym_AMP, + ACTIONS(3922), 1, anon_sym_CARET, + ACTIONS(3924), 1, + anon_sym_PIPE, + ACTIONS(3928), 1, anon_sym_PERCENT, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3910), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3918), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3934), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [36850] = 3, + ACTIONS(3826), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [37701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 13, + ACTIONS(4162), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4089), 31, + anon_sym_DASH_DASH, + ACTIONS(4164), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138430,28 +141246,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [36902] = 3, + [37753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1429), 13, + ACTIONS(1539), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1427), 31, + anon_sym_DASH_DASH, + ACTIONS(1537), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138479,137 +141295,139 @@ 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, anon_sym_satisfies, anon_sym_implements, - [36954] = 32, + [37805] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3912), 1, anon_sym_AMP_AMP, - ACTIONS(3832), 1, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3836), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3838), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3840), 1, + ACTIONS(3924), 1, anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3711), 4, + ACTIONS(3474), 8, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [37064] = 19, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [37909] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3781), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3793), 1, + ACTIONS(3928), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - STATE(3378), 1, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3783), 2, + ACTIONS(3910), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 7, + ACTIONS(3934), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3476), 5, anon_sym_BANG, - anon_sym_in, - anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 16, + ACTIONS(3474), 13, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -138619,33 +141437,111 @@ static const uint16_t ts_small_parse_table[] = { 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, anon_sym_satisfies, - [37148] = 4, + [37999] = 36, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(3414), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4166), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(4000), 1, + sym_type_annotation, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [38117] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4168), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 30, + anon_sym_DASH_DASH, + ACTIONS(4170), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -138653,6 +141549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -138672,137 +141569,139 @@ 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, anon_sym_satisfies, anon_sym_implements, - [37202] = 32, + [38169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(4172), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4174), 30, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3771), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3777), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3779), 1, anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, - anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, anon_sym_STAR_STAR, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3887), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3765), 2, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [38221] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4176), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3769), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3791), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3797), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3711), 4, - sym__automatic_semicolon, + ACTIONS(4178), 30, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [37312] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3771), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3775), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4091), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, + anon_sym_QMARK_DOT, + 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, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3609), 11, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [38273] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1539), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3611), 18, + anon_sym_DASH_DASH, + ACTIONS(1537), 30, sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -138816,51 +141715,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [37390] = 13, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_PIPE_RBRACE, + [38325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(4094), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3514), 12, + ACTIONS(4180), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3516), 20, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4182), 30, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -138874,346 +141764,223 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [37462] = 32, + anon_sym_implements, + [38377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, + ACTIONS(4184), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3836), 1, anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3697), 4, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4186), 30, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - [37572] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3775), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 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(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3699), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - [37682] = 22, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_implements, + [38429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(217), 1, + ACTIONS(4188), 14, anon_sym_STAR, - ACTIONS(231), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(2585), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4190), 30, + sym__ternary_qmark, + anon_sym_as, anon_sym_LBRACE, - ACTIONS(3264), 1, - anon_sym_LBRACK, - ACTIONS(4099), 1, - anon_sym_async, - ACTIONS(4101), 1, - anon_sym_static, - ACTIONS(4103), 1, - anon_sym_readonly, - ACTIONS(4109), 1, - anon_sym_override, - STATE(2256), 1, - sym_accessibility_modifier, - STATE(2261), 1, - sym_override_modifier, - ACTIONS(235), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(2887), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(4105), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(4107), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2797), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3856), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3858), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(4097), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [37772] = 35, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [38481] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(2971), 1, - anon_sym_COLON, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(3914), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(3924), 1, anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(3928), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3944), 1, sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4111), 1, - anon_sym_RPAREN, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - STATE(3952), 1, - sym_type_annotation, - ACTIONS(3428), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [37888] = 16, + ACTIONS(3607), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [38593] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - ACTIONS(3863), 1, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4192), 1, anon_sym_LT, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 10, - anon_sym_BANG, + ACTIONS(3476), 11, + anon_sym_STAR, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, @@ -139221,12 +141988,12 @@ 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(3430), 18, + ACTIONS(3474), 17, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, anon_sym_of, anon_sym_SEMI, @@ -139235,93 +142002,182 @@ 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, + [38675] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3912), 1, + anon_sym_AMP_AMP, + ACTIONS(3914), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3916), 1, + anon_sym_GT_GT, + ACTIONS(3920), 1, + anon_sym_AMP, + ACTIONS(3922), 1, + anon_sym_CARET, + ACTIONS(3924), 1, + anon_sym_PIPE, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + ACTIONS(3940), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3942), 1, anon_sym_satisfies, - [37966] = 3, + ACTIONS(3944), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3910), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3918), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3938), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3934), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3641), 4, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_of, + anon_sym_SEMI, + [38787] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4113), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3985), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4115), 31, + ACTIONS(3474), 19, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [38018] = 6, + [38863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3358), 1, - anon_sym_extends, - ACTIONS(4117), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(4120), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(4195), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 28, + anon_sym_DASH_DASH, + ACTIONS(4197), 30, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, @@ -139339,28 +142195,28 @@ 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, anon_sym_satisfies, anon_sym_implements, - [38076] = 3, + [38915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4123), 13, + ACTIONS(4199), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3543), 31, + anon_sym_DASH_DASH, + ACTIONS(3824), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139388,170 +142244,199 @@ 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, anon_sym_satisfies, anon_sym_implements, - [38128] = 3, + [38967] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(4192), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4127), 31, + ACTIONS(3474), 19, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [38180] = 3, + [39043] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4129), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3916), 1, + anon_sym_GT_GT, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3918), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 7, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 31, + ACTIONS(3474), 16, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [38232] = 26, + [39129] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3432), 1, + ACTIONS(3476), 1, anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3781), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3787), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3789), 1, + ACTIONS(3924), 1, anon_sym_PIPE, - ACTIONS(3793), 1, + ACTIONS(3928), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - STATE(3378), 1, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 10, + ACTIONS(3474), 10, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -139562,16 +142447,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [38330] = 3, + [39229] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3150), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(4192), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 10, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -139579,107 +142491,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3154), 31, + ACTIONS(3474), 18, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [38382] = 3, + [39309] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4133), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3476), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3912), 1, + anon_sym_AMP_AMP, + ACTIONS(3916), 1, anon_sym_GT_GT, + ACTIONS(3920), 1, anon_sym_AMP, + ACTIONS(3922), 1, + anon_sym_CARET, + ACTIONS(3924), 1, anon_sym_PIPE, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3910), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3918), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4135), 31, + ACTIONS(3938), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3934), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 9, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, + anon_sym_SEMI, 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, anon_sym_satisfies, - anon_sym_implements, - [38434] = 4, + [39411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(1315), 13, + ACTIONS(4201), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 30, + anon_sym_DASH_DASH, + ACTIONS(4203), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139687,6 +142610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -139706,79 +142630,174 @@ 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, anon_sym_satisfies, anon_sym_implements, - [38488] = 3, + [39463] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1443), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(4192), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 8, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1441), 31, + ACTIONS(3474), 18, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_satisfies, + [39545] = 36, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, anon_sym_satisfies, - anon_sym_implements, - [38540] = 4, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4205), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(4204), 1, + sym_type_annotation, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [39663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3962), 13, + ACTIONS(4207), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3966), 30, + anon_sym_DASH_DASH, + ACTIONS(3687), 30, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -139786,6 +142805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_of, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, @@ -139805,90 +142825,115 @@ 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, anon_sym_satisfies, anon_sym_implements, - [38594] = 3, + [39715] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1361), 13, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3916), 1, + anon_sym_GT_GT, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3904), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3910), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3918), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1359), 31, + ACTIONS(3938), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3934), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 11, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_implements, - [38646] = 4, + [39809] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4137), 1, - sym__automatic_semicolon, - ACTIONS(1443), 13, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3975), 1, + anon_sym_LT, + ACTIONS(4209), 1, + anon_sym_DOT, + STATE(1769), 1, + sym_type_arguments, + STATE(1770), 1, + sym_arguments, + ACTIONS(2969), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1441), 30, + anon_sym_DASH_DASH, + ACTIONS(2959), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -139904,339 +142949,324 @@ 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, anon_sym_satisfies, - anon_sym_PIPE_RBRACE, - [38700] = 32, + anon_sym_extends, + [39871] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3892), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(3903), 1, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3492), 4, + ACTIONS(3641), 4, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - [38810] = 32, + [39983] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3777), 1, - anon_sym_AMP_AMP, - ACTIONS(3779), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3781), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3789), 1, - anon_sym_PIPE, - ACTIONS(3793), 1, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3859), 1, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(3887), 1, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(3889), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + ACTIONS(4040), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4211), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3709), 4, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_of, - anon_sym_SEMI, - [38920] = 32, + [40097] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3836), 1, + ACTIONS(3920), 1, anon_sym_AMP, - ACTIONS(3838), 1, + ACTIONS(3922), 1, anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(3928), 1, + anon_sym_PERCENT, + ACTIONS(3930), 1, + anon_sym_STAR_STAR, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3926), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3504), 4, + ACTIONS(3474), 10, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_of, anon_sym_SEMI, - [39030] = 17, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [40195] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - ACTIONS(3863), 1, + ACTIONS(3975), 1, anon_sym_LT, - STATE(3378), 1, + ACTIONS(4213), 1, + anon_sym_DOT, + STATE(1767), 1, sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3765), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3791), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, + STATE(1768), 1, sym_arguments, - ACTIONS(3432), 8, + ACTIONS(3320), 13, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, 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(3430), 18, + anon_sym_DASH_DASH, + ACTIONS(3322), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [39110] = 5, + anon_sym_extends, + [40257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4139), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(1315), 13, + ACTIONS(1475), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 24, + anon_sym_DASH_DASH, + ACTIONS(1473), 30, sym__ternary_qmark, anon_sym_as, + 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -140253,67 +143283,69 @@ 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, anon_sym_satisfies, - [39166] = 23, + anon_sym_implements, + [40309] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3781), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3916), 1, anon_sym_GT_GT, - ACTIONS(3793), 1, + ACTIONS(3920), 1, + anon_sym_AMP, + ACTIONS(3928), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3930), 1, anon_sym_STAR_STAR, - STATE(3378), 1, + ACTIONS(3932), 1, + anon_sym_LT, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3765), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(3904), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3910), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3918), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3926), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3936), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3938), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3797), 3, + ACTIONS(3934), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 11, + ACTIONS(3474), 11, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -140325,727 +143357,763 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [39258] = 25, + [40405] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3773), 1, - anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3781), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3787), 1, - anon_sym_CARET, - ACTIONS(3793), 1, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3795), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3432), 2, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3769), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3791), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3797), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 10, + ACTIONS(3607), 4, sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [39354] = 24, + [40517] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3773), 1, + ACTIONS(3975), 1, anon_sym_LT, - ACTIONS(3775), 1, + ACTIONS(4215), 1, anon_sym_DOT, - ACTIONS(3781), 1, - anon_sym_GT_GT, - ACTIONS(3785), 1, - anon_sym_AMP, - ACTIONS(3793), 1, - anon_sym_PERCENT, - ACTIONS(3795), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, + STATE(1765), 1, sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3765), 2, + STATE(1766), 1, + sym_arguments, + ACTIONS(3302), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3769), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3783), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3791), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3799), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3801), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3797), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 11, + ACTIONS(3304), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + [40579] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3619), 1, + anon_sym_EQ, + ACTIONS(3617), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3621), 29, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [39448] = 33, + anon_sym_implements, + [40633] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4217), 1, + anon_sym_STAR, + ACTIONS(4219), 1, + anon_sym_RBRACE, + ACTIONS(4221), 1, + anon_sym_async, + ACTIONS(4225), 1, + anon_sym_AT, + ACTIONS(4227), 1, + anon_sym_static, + ACTIONS(4229), 1, + anon_sym_readonly, + ACTIONS(4233), 1, + anon_sym_declare, + ACTIONS(4235), 1, + anon_sym_abstract, + STATE(2221), 1, + sym_method_definition, + STATE(2269), 1, + sym_accessibility_modifier, + STATE(2310), 1, + sym_override_modifier, + STATE(3411), 1, + sym_method_signature, + ACTIONS(4223), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4231), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1564), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2502), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3694), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [40728] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4217), 1, + anon_sym_STAR, + ACTIONS(4221), 1, + anon_sym_async, + ACTIONS(4225), 1, + anon_sym_AT, + ACTIONS(4227), 1, + anon_sym_static, + ACTIONS(4229), 1, + anon_sym_readonly, + ACTIONS(4233), 1, + anon_sym_declare, + ACTIONS(4235), 1, + anon_sym_abstract, + ACTIONS(4237), 1, + anon_sym_RBRACE, + STATE(2221), 1, + sym_method_definition, + STATE(2269), 1, + sym_accessibility_modifier, + STATE(2310), 1, + sym_override_modifier, + STATE(3411), 1, + sym_method_signature, + ACTIONS(4223), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4231), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1535), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2502), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3694), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [40823] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(3178), 1, + anon_sym_LBRACK, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4217), 1, + anon_sym_STAR, + ACTIONS(4221), 1, + anon_sym_async, + ACTIONS(4225), 1, + anon_sym_AT, + ACTIONS(4227), 1, + anon_sym_static, + ACTIONS(4229), 1, + anon_sym_readonly, + ACTIONS(4233), 1, + anon_sym_declare, + ACTIONS(4235), 1, + anon_sym_abstract, + ACTIONS(4239), 1, + anon_sym_RBRACE, + STATE(2221), 1, + sym_method_definition, + STATE(2269), 1, + sym_accessibility_modifier, + STATE(2310), 1, + sym_override_modifier, + STATE(3411), 1, + sym_method_signature, + ACTIONS(4223), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4231), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1542), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2502), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3694), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [40918] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(3892), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(3903), 1, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - ACTIONS(4142), 1, + ACTIONS(4241), 1, anon_sym_COMMA, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3583), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3886), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + ACTIONS(4243), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [39559] = 6, + [41031] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(4144), 1, - anon_sym_DOT, - STATE(1715), 1, - sym_arguments, - ACTIONS(3254), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3256), 27, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK_DOT, - 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(1122), 1, anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [39616] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(3512), 1, - anon_sym_extends, - ACTIONS(3984), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3987), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2922), 26, - sym__ternary_qmark, - anon_sym_as, - anon_sym_RBRACE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [39675] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4010), 1, + ACTIONS(4249), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, - anon_sym_AMP, - ACTIONS(4022), 1, + ACTIONS(4255), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(4257), 1, anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(4259), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4030), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4026), 3, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 10, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - anon_sym_implements, - [39768] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(1945), 1, - anon_sym_extends, - ACTIONS(3398), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3401), 3, - anon_sym_GT, + ACTIONS(3476), 5, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(1315), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 26, - sym__automatic_semicolon, + ACTIONS(3474), 12, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_LBRACE, + anon_sym_COMMA, 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, anon_sym_satisfies, - [39827] = 34, + anon_sym_implements, + [41120] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - ACTIONS(4146), 1, - anon_sym_RPAREN, - STATE(3318), 1, + ACTIONS(4263), 1, + anon_sym_RBRACK, + STATE(1224), 1, sym_type_arguments, - STATE(3454), 1, + STATE(3503), 1, aux_sym_array_repeat1, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [39940] = 17, + [41235] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 11, - anon_sym_STAR, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(4249), 1, 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(3430), 16, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(4255), 1, 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, - anon_sym_implements, - [40019] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4279), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4281), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3826), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3882), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - [40128] = 25, + [41346] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(4217), 1, anon_sym_STAR, - ACTIONS(4153), 1, - anon_sym_RBRACE, - ACTIONS(4155), 1, + ACTIONS(4221), 1, anon_sym_async, - ACTIONS(4159), 1, + ACTIONS(4225), 1, anon_sym_AT, - ACTIONS(4161), 1, + ACTIONS(4227), 1, anon_sym_static, - ACTIONS(4163), 1, + ACTIONS(4229), 1, anon_sym_readonly, - ACTIONS(4167), 1, + ACTIONS(4233), 1, anon_sym_declare, - ACTIONS(4169), 1, + ACTIONS(4235), 1, anon_sym_abstract, - STATE(2212), 1, + ACTIONS(4283), 1, + anon_sym_RBRACE, + STATE(2221), 1, sym_method_definition, - STATE(2230), 1, + STATE(2269), 1, sym_accessibility_modifier, - STATE(2262), 1, + STATE(2310), 1, sym_override_modifier, - STATE(3307), 1, + STATE(3411), 1, sym_method_signature, - ACTIONS(4157), 2, + ACTIONS(4223), 2, sym_number, sym_private_property_identifier, - ACTIONS(4165), 2, + ACTIONS(4231), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1560), 3, + STATE(1564), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2502), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3605), 3, + STATE(3694), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -141056,160 +144124,248 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [40223] = 6, + [41441] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3009), 1, - anon_sym_EQ, - ACTIONS(3012), 5, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + ACTIONS(4241), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2918), 13, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3673), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(3872), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(3876), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3884), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3898), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3894), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [41554] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4265), 1, anon_sym_AMP_AMP, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, + ACTIONS(4269), 1, + anon_sym_AMP, + ACTIONS(4271), 1, + anon_sym_CARET, + ACTIONS(4273), 1, + anon_sym_PIPE, + ACTIONS(4279), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4281), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4245), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4247), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4253), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4275), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3846), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4261), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [40280] = 25, + [41665] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(3116), 1, - anon_sym_LBRACK, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(3973), 1, + anon_sym_DOT, + ACTIONS(3975), 1, + anon_sym_LT, + STATE(1798), 1, + sym_type_arguments, + ACTIONS(3294), 13, anon_sym_STAR, - ACTIONS(4155), 1, - anon_sym_async, - ACTIONS(4159), 1, - anon_sym_AT, - ACTIONS(4161), 1, - anon_sym_static, - ACTIONS(4163), 1, - anon_sym_readonly, - ACTIONS(4167), 1, - anon_sym_declare, - ACTIONS(4169), 1, - anon_sym_abstract, - ACTIONS(4171), 1, - anon_sym_RBRACE, - STATE(2212), 1, - sym_method_definition, - STATE(2230), 1, - sym_accessibility_modifier, - STATE(2262), 1, - sym_override_modifier, - STATE(3307), 1, - sym_method_signature, - ACTIONS(4157), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4165), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1539), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3605), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [40375] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2964), 1, - anon_sym_EQ, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3987), 2, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3512), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3056), 27, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2918), 11, + [41722] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3874), 1, + anon_sym_LPAREN, + STATE(1981), 2, + sym_template_string, + sym_arguments, + ACTIONS(3328), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(3330), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -141226,96 +144382,184 @@ 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, anon_sym_satisfies, - [40434] = 21, + [41779] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4022), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(4285), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3642), 1, + aux_sym_array_repeat1, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4026), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3432), 5, + [41894] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4265), 1, + anon_sym_AMP_AMP, + ACTIONS(4267), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4269), 1, anon_sym_AMP, + ACTIONS(4271), 1, + anon_sym_CARET, + ACTIONS(4273), 1, anon_sym_PIPE, + ACTIONS(4279), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4281), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4245), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4247), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4251), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4253), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 12, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3529), 3, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_implements, - [40521] = 5, + ACTIONS(4261), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [42005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3822), 1, - anon_sym_LT, - STATE(1626), 1, - sym_type_arguments, - ACTIONS(3312), 12, + ACTIONS(3332), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3314), 29, + anon_sym_DASH_DASH, + ACTIONS(3334), 29, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -141341,425 +144585,454 @@ 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, anon_sym_satisfies, anon_sym_extends, - [40576] = 28, + anon_sym_is, + [42056] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4004), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(4279), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4281), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4026), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 7, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3687), 3, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, anon_sym_implements, - [40677] = 32, + ACTIONS(4261), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [42167] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4287), 1, + anon_sym_RPAREN, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3636), 1, + aux_sym_array_repeat1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3624), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [40786] = 32, + [42282] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4289), 1, + anon_sym_RPAREN, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3600), 1, + aux_sym_array_repeat1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3653), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [40895] = 32, + [42397] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(1989), 1, + anon_sym_extends, + ACTIONS(3631), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, - anon_sym_AMP_AMP, - ACTIONS(4008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(3634), 3, + anon_sym_GT, anon_sym_AMP, - ACTIONS(4016), 1, - anon_sym_CARET, - ACTIONS(4018), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(1397), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4002), 2, + anon_sym_BANG, anon_sym_in, - anon_sym_GT, - ACTIONS(4012), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4020), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + anon_sym_DASH_DASH, + ACTIONS(1401), 25, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3543), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [41004] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [42456] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3476), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, - sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3577), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [41113] = 8, + ACTIONS(3474), 7, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + anon_sym_implements, + [42559] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, + ACTIONS(3619), 1, anon_sym_EQ, - ACTIONS(3420), 1, + ACTIONS(3629), 1, + anon_sym_extends, + ACTIONS(3623), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3423), 2, + ACTIONS(3626), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4173), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3426), 4, + ACTIONS(3617), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3621), 25, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(3414), 11, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [42618] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1407), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 22, + anon_sym_DASH_DASH, + ACTIONS(1405), 29, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -141776,219 +145049,266 @@ 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, anon_sym_satisfies, - [41174] = 34, + anon_sym_extends, + anon_sym_is, + [42669] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(1600), 1, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4265), 1, + anon_sym_AMP_AMP, + ACTIONS(4267), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4269), 1, + anon_sym_AMP, + ACTIONS(4271), 1, + anon_sym_CARET, + ACTIONS(4273), 1, + anon_sym_PIPE, + ACTIONS(4279), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4281), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4245), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4247), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4251), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4253), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4275), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4277), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3824), 3, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(3234), 1, + anon_sym_implements, + ACTIONS(4261), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [42780] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4279), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4281), 1, sym__ternary_qmark, - ACTIONS(4177), 1, - anon_sym_RBRACK, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3562), 1, - aux_sym_array_repeat1, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3723), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [41287] = 5, + [42891] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4179), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(3414), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3418), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [41342] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(3398), 1, - anon_sym_LBRACK, - ACTIONS(3401), 2, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4269), 1, anon_sym_AMP, + ACTIONS(4271), 1, + anon_sym_CARET, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3476), 2, + anon_sym_BANG, anon_sym_PIPE, - ACTIONS(4181), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(1945), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(1315), 11, + ACTIONS(4245), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4247), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4251), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 22, + ACTIONS(4277), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4261), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 9, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_LBRACE, + anon_sym_COMMA, 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, anon_sym_satisfies, - [41403] = 6, + anon_sym_implements, + [42988] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, + ACTIONS(3068), 1, anon_sym_EQ, - ACTIONS(3031), 1, + ACTIONS(3079), 1, anon_sym_QMARK, - ACTIONS(3029), 5, + ACTIONS(3075), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(2918), 13, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -142009,253 +145329,376 @@ 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, anon_sym_satisfies, - [41460] = 9, + [43045] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(4004), 1, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, anon_sym_LT, - STATE(3318), 1, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3488), 12, + ACTIONS(3472), 2, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3490), 24, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - anon_sym_implements, - [41523] = 23, + ACTIONS(4291), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [43156] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4022), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(4293), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3657), 1, + aux_sym_array_repeat1, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4026), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 10, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - anon_sym_implements, - [41614] = 17, + [43271] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4022), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - ACTIONS(4148), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, anon_sym_LT, - STATE(3318), 1, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(4295), 1, + anon_sym_RPAREN, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3508), 1, + aux_sym_array_repeat1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4020), 2, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 8, - anon_sym_BANG, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 17, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_satisfies, - anon_sym_implements, - [41693] = 25, + [43386] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(4300), 1, + anon_sym_STAR, + ACTIONS(4303), 1, + anon_sym_RBRACE, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4308), 1, + anon_sym_async, + ACTIONS(4311), 1, + anon_sym_DASH, + ACTIONS(4314), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(4317), 1, + anon_sym_SQUOTE, + ACTIONS(4323), 1, + anon_sym_AT, + ACTIONS(4326), 1, + anon_sym_static, + ACTIONS(4329), 1, + anon_sym_readonly, + ACTIONS(4335), 1, + anon_sym_declare, + ACTIONS(4341), 1, + anon_sym_override, + ACTIONS(4344), 1, + anon_sym_abstract, + STATE(2221), 1, + sym_method_definition, + STATE(2269), 1, + sym_accessibility_modifier, + STATE(2310), 1, + sym_override_modifier, + STATE(3411), 1, + sym_method_signature, + ACTIONS(4320), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4332), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(4338), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1564), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2502), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3694), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(4297), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [43481] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(4217), 1, anon_sym_STAR, - ACTIONS(4155), 1, + ACTIONS(4221), 1, anon_sym_async, - ACTIONS(4159), 1, + ACTIONS(4225), 1, anon_sym_AT, - ACTIONS(4161), 1, + ACTIONS(4227), 1, anon_sym_static, - ACTIONS(4163), 1, + ACTIONS(4229), 1, anon_sym_readonly, - ACTIONS(4167), 1, + ACTIONS(4233), 1, anon_sym_declare, - ACTIONS(4169), 1, + ACTIONS(4235), 1, anon_sym_abstract, - ACTIONS(4185), 1, + ACTIONS(4347), 1, anon_sym_RBRACE, - STATE(2212), 1, + STATE(2221), 1, sym_method_definition, - STATE(2230), 1, + STATE(2269), 1, sym_accessibility_modifier, - STATE(2262), 1, + STATE(2310), 1, sym_override_modifier, - STATE(3307), 1, + STATE(3411), 1, sym_method_signature, - ACTIONS(4157), 2, + ACTIONS(4223), 2, sym_number, sym_private_property_identifier, - ACTIONS(4165), 2, + ACTIONS(4231), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1516), 3, + STATE(1564), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2502), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3605), 3, + STATE(3694), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -142266,266 +145709,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [41788] = 27, + [43576] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, - anon_sym_AMP_AMP, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, - anon_sym_AMP, - ACTIONS(4016), 1, - anon_sym_CARET, - ACTIONS(4018), 1, - anon_sym_PIPE, - ACTIONS(4022), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - ACTIONS(3996), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4002), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4012), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4028), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4030), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4026), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 8, - sym__ternary_qmark, + ACTIONS(3527), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - anon_sym_implements, - [41887] = 34, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(4187), 1, - anon_sym_RPAREN, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - STATE(3575), 1, - aux_sym_array_repeat1, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [42000] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4073), 1, - anon_sym_is, - ACTIONS(3356), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3549), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3358), 29, - sym__automatic_semicolon, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4349), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3675), 1, + aux_sym_array_repeat1, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [42053] = 25, + [43691] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(4217), 1, anon_sym_STAR, - ACTIONS(4155), 1, + ACTIONS(4221), 1, anon_sym_async, - ACTIONS(4159), 1, + ACTIONS(4225), 1, anon_sym_AT, - ACTIONS(4161), 1, + ACTIONS(4227), 1, anon_sym_static, - ACTIONS(4163), 1, + ACTIONS(4229), 1, anon_sym_readonly, - ACTIONS(4167), 1, + ACTIONS(4233), 1, anon_sym_declare, - ACTIONS(4169), 1, + ACTIONS(4235), 1, anon_sym_abstract, - ACTIONS(4189), 1, + ACTIONS(4351), 1, anon_sym_RBRACE, - STATE(2212), 1, + STATE(2221), 1, sym_method_definition, - STATE(2230), 1, + STATE(2269), 1, sym_accessibility_modifier, - STATE(2262), 1, + STATE(2310), 1, sym_override_modifier, - STATE(3307), 1, + STATE(3411), 1, sym_method_signature, - ACTIONS(4157), 2, + ACTIONS(4223), 2, sym_number, sym_private_property_identifier, - ACTIONS(4165), 2, + ACTIONS(4231), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1560), 3, + STATE(1608), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2502), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3605), 3, + STATE(3694), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -142536,397 +145859,184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [42148] = 34, + [43786] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(4191), 1, - anon_sym_RPAREN, - STATE(3318), 1, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4353), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3502), 1, - aux_sym_array_repeat1, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [42261] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4193), 1, - anon_sym_is, - ACTIONS(3312), 13, + ACTIONS(3476), 11, anon_sym_STAR, - anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3314), 29, - sym__automatic_semicolon, + ACTIONS(3474), 16, sym__ternary_qmark, - anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, - anon_sym_satisfies, - anon_sym_extends, - [42314] = 32, + anon_sym_implements, + [43867] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, - anon_sym_AMP_AMP, - ACTIONS(4008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, - anon_sym_AMP, - ACTIONS(4016), 1, - anon_sym_CARET, - ACTIONS(4018), 1, - anon_sym_PIPE, - ACTIONS(4022), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - ACTIONS(4032), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - ACTIONS(3996), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4002), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4012), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4028), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4030), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3579), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [42423] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(3832), 1, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(3836), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3838), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(3840), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - ACTIONS(4142), 1, - anon_sym_COMMA, - STATE(3378), 1, + ACTIONS(4356), 1, + anon_sym_RBRACK, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3503), 1, + aux_sym_array_repeat1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3826), 2, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3844), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4195), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [42534] = 33, + [43982] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3504), 1, - anon_sym_COMMA, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(4259), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4046), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [42645] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3964), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4197), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(3962), 13, + ACTIONS(3663), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3966), 23, + anon_sym_DASH_DASH, + ACTIONS(3665), 23, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -142944,120 +146054,36 @@ 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, anon_sym_satisfies, - [42700] = 33, + anon_sym_implements, + [44045] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - ACTIONS(4142), 1, - anon_sym_COMMA, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3846), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4199), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [42811] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, + ACTIONS(4358), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 10, + ACTIONS(3755), 12, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, @@ -143066,9 +146092,10 @@ 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(3430), 17, + ACTIONS(3757), 19, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -143078,6 +146105,8 @@ 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_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, @@ -143086,109 +146115,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_instanceof, anon_sym_satisfies, anon_sym_implements, - [42888] = 25, + [44118] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(3116), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4151), 1, - anon_sym_STAR, - ACTIONS(4155), 1, - anon_sym_async, - ACTIONS(4159), 1, - anon_sym_AT, - ACTIONS(4161), 1, - anon_sym_static, - ACTIONS(4163), 1, - anon_sym_readonly, - ACTIONS(4167), 1, - anon_sym_declare, - ACTIONS(4169), 1, - anon_sym_abstract, - ACTIONS(4201), 1, - anon_sym_RBRACE, - STATE(2212), 1, - sym_method_definition, - STATE(2230), 1, - sym_accessibility_modifier, - STATE(2262), 1, - sym_override_modifier, - STATE(3307), 1, - sym_method_signature, - ACTIONS(4157), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4165), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1558), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3605), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [42983] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1317), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4203), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(1315), 13, - anon_sym_STAR, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4361), 1, anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3862), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(1319), 23, + ACTIONS(3864), 17, sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -143202,571 +146176,617 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [43038] = 3, + anon_sym_implements, + [44197] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1347), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1345), 30, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4265), 1, anon_sym_AMP_AMP, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, + ACTIONS(4269), 1, + anon_sym_AMP, + ACTIONS(4271), 1, + anon_sym_CARET, + ACTIONS(4273), 1, + anon_sym_PIPE, + ACTIONS(4279), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4281), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4245), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4247), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4253), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4275), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3657), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4261), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - anon_sym_is, - [43089] = 26, + [44308] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4010), 1, + ACTIONS(3882), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(3955), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(3959), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3961), 1, + sym__ternary_qmark, + ACTIONS(4241), 1, + anon_sym_COMMA, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + ACTIONS(4364), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4026), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 9, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - anon_sym_implements, - [43186] = 32, + [44421] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4004), 1, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, + ACTIONS(4279), 1, anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, + ACTIONS(4281), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3709), 3, + ACTIONS(3848), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_implements, - ACTIONS(4026), 3, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [43295] = 34, + [44532] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4279), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4281), 1, sym__ternary_qmark, - ACTIONS(4205), 1, - anon_sym_RPAREN, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3443), 1, - aux_sym_array_repeat1, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3647), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [43408] = 32, + [44643] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(4366), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3766), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3448), 1, anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, anon_sym_PIPE, - ACTIONS(3456), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3768), 20, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, anon_sym_PERCENT, - ACTIONS(3458), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, + anon_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_satisfies, + anon_sym_implements, + [44712] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4265), 1, + anon_sym_AMP_AMP, + ACTIONS(4267), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4269), 1, + anon_sym_AMP, + ACTIONS(4271), 1, + anon_sym_CARET, + ACTIONS(4273), 1, + anon_sym_PIPE, + ACTIONS(4279), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4281), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3717), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(4207), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - [43517] = 25, + [44823] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(3116), 1, - anon_sym_LBRACK, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3014), 1, + anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2941), 13, anon_sym_STAR, - ACTIONS(4155), 1, - anon_sym_async, - ACTIONS(4159), 1, - anon_sym_AT, - ACTIONS(4161), 1, - anon_sym_static, - ACTIONS(4163), 1, - anon_sym_readonly, - ACTIONS(4167), 1, - anon_sym_declare, - ACTIONS(4169), 1, - anon_sym_abstract, - ACTIONS(4209), 1, - anon_sym_RBRACE, - STATE(2212), 1, - sym_method_definition, - STATE(2230), 1, - sym_accessibility_modifier, - STATE(2262), 1, - sym_override_modifier, - STATE(3307), 1, - sym_method_signature, - ACTIONS(4157), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4165), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1560), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3605), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [43612] = 34, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(1600), 1, + anon_sym_BANG, + anon_sym_in, + 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(2945), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + anon_sym_RBRACE, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(4211), 1, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [44882] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1399), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4369), 5, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_RPAREN, - STATE(3318), 1, - sym_type_arguments, - STATE(3541), 1, - aux_sym_array_repeat1, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(1397), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, + ACTIONS(1401), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [43725] = 25, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [44937] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(4217), 1, anon_sym_STAR, - ACTIONS(4155), 1, + ACTIONS(4221), 1, anon_sym_async, - ACTIONS(4159), 1, + ACTIONS(4225), 1, anon_sym_AT, - ACTIONS(4161), 1, + ACTIONS(4227), 1, anon_sym_static, - ACTIONS(4163), 1, + ACTIONS(4229), 1, anon_sym_readonly, - ACTIONS(4167), 1, + ACTIONS(4233), 1, anon_sym_declare, - ACTIONS(4169), 1, + ACTIONS(4235), 1, anon_sym_abstract, - ACTIONS(4213), 1, + ACTIONS(4371), 1, anon_sym_RBRACE, - STATE(2212), 1, + STATE(2221), 1, sym_method_definition, - STATE(2230), 1, + STATE(2269), 1, sym_accessibility_modifier, - STATE(2262), 1, + STATE(2310), 1, sym_override_modifier, - STATE(3307), 1, + STATE(3411), 1, sym_method_signature, - ACTIONS(4157), 2, + ACTIONS(4223), 2, sym_number, sym_private_property_identifier, - ACTIONS(4165), 2, + ACTIONS(4231), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1560), 3, + STATE(1564), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2502), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3605), 3, + STATE(3694), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -143777,256 +146797,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [43820] = 25, + [45032] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(2601), 1, - anon_sym_DASH, - ACTIONS(3116), 1, + ACTIONS(2957), 1, + anon_sym_EQ, + ACTIONS(3569), 1, + anon_sym_extends, + ACTIONS(4027), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(4030), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, - ACTIONS(4155), 1, - anon_sym_async, - ACTIONS(4159), 1, - anon_sym_AT, - ACTIONS(4161), 1, - anon_sym_static, - ACTIONS(4163), 1, - anon_sym_readonly, - ACTIONS(4167), 1, - anon_sym_declare, - ACTIONS(4169), 1, - anon_sym_abstract, - ACTIONS(4215), 1, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 25, + sym__ternary_qmark, + anon_sym_as, anon_sym_RBRACE, - STATE(2212), 1, - sym_method_definition, - STATE(2230), 1, - sym_accessibility_modifier, - STATE(2262), 1, - sym_override_modifier, - STATE(3307), 1, - sym_method_signature, - ACTIONS(4157), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4165), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1560), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3605), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(3106), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [43915] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, - anon_sym_AMP, - ACTIONS(4016), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4018), 1, - anon_sym_PIPE, - ACTIONS(4022), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, anon_sym_STAR_STAR, - ACTIONS(4032), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, - sym__ternary_qmark, - STATE(2777), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4002), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4012), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4028), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4030), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4026), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(4217), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - [44024] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4222), 1, - anon_sym_STAR, - ACTIONS(4225), 1, - anon_sym_RBRACE, - ACTIONS(4227), 1, - anon_sym_LBRACK, - ACTIONS(4230), 1, - anon_sym_async, - ACTIONS(4233), 1, - anon_sym_DASH, - ACTIONS(4236), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_SQUOTE, - ACTIONS(4245), 1, - anon_sym_AT, - ACTIONS(4248), 1, - anon_sym_static, - ACTIONS(4251), 1, - anon_sym_readonly, - ACTIONS(4257), 1, - anon_sym_declare, - ACTIONS(4263), 1, - anon_sym_override, - ACTIONS(4266), 1, - anon_sym_abstract, - STATE(2212), 1, - sym_method_definition, - STATE(2230), 1, - sym_accessibility_modifier, - STATE(2262), 1, - sym_override_modifier, - STATE(3307), 1, - sym_method_signature, - ACTIONS(4242), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4254), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(4260), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(1560), 3, - sym_decorator, - sym_class_static_block, - aux_sym_class_body_repeat1, - STATE(2467), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3605), 3, - sym_public_field_definition, - sym_abstract_method_signature, - sym_index_signature, - ACTIONS(4219), 10, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [44119] = 7, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [45091] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, + ACTIONS(3032), 1, anon_sym_EQ, - ACTIONS(3426), 1, - anon_sym_extends, - ACTIONS(3420), 2, - anon_sym_COMMA, + ACTIONS(4027), 1, anon_sym_LBRACK, - ACTIONS(3423), 3, - anon_sym_GT, + ACTIONS(4030), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3414), 10, + ACTIONS(3569), 6, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 26, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -144043,199 +146899,275 @@ 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, anon_sym_satisfies, - [44178] = 34, + [45150] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4279), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4281), 1, sym__ternary_qmark, - ACTIONS(4269), 1, - anon_sym_RPAREN, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - STATE(3611), 1, - aux_sym_array_repeat1, - ACTIONS(3428), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3607), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44291] = 34, + [45261] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4279), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4281), 1, sym__ternary_qmark, - ACTIONS(4271), 1, - anon_sym_RBRACK, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3519), 1, - aux_sym_array_repeat1, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3641), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44404] = 6, + [45372] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3767), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(4273), 1, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, - STATE(1714), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, sym_arguments, - ACTIONS(2962), 13, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(4087), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + [45483] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4080), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4373), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4078), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2952), 27, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4082), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_of, - anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -144251,49 +147183,50 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [44461] = 13, + [45538] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4275), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4353), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3514), 12, + ACTIONS(3476), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3516), 19, + ACTIONS(3474), 18, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -144304,7 +147237,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -144313,115 +147245,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_instanceof, anon_sym_satisfies, anon_sym_implements, - [44532] = 33, + [45613] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3818), 1, - anon_sym_PERCENT, - ACTIONS(3820), 1, - anon_sym_STAR_STAR, - ACTIONS(3828), 1, - anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, + ACTIONS(3619), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4375), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(3617), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(3836), 1, anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - ACTIONS(4142), 1, - anon_sym_COMMA, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3816), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3826), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + anon_sym_DASH_DASH, + ACTIONS(3621), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - ACTIONS(4278), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [44643] = 6, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [45668] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2964), 1, - anon_sym_EQ, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3002), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(2918), 13, + ACTIONS(3975), 1, + anon_sym_LT, + STATE(1790), 1, + sym_type_arguments, + ACTIONS(3380), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(3382), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -144439,199 +147342,293 @@ 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, anon_sym_satisfies, - [44700] = 34, + anon_sym_extends, + [45723] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4249), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4245), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4251), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4253), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 7, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, anon_sym_PIPE, - ACTIONS(3456), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3474), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + 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, + anon_sym_satisfies, + anon_sym_implements, + [45808] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(3890), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(3949), 1, + anon_sym_AMP_AMP, + ACTIONS(3951), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3953), 1, + anon_sym_AMP, + ACTIONS(3955), 1, + anon_sym_CARET, + ACTIONS(3957), 1, + anon_sym_PIPE, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - ACTIONS(4280), 1, - anon_sym_RBRACK, - STATE(3318), 1, + ACTIONS(4241), 1, + anon_sym_COMMA, + STATE(1546), 1, sym_type_arguments, - STATE(3562), 1, - aux_sym_array_repeat1, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + ACTIONS(4377), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [44813] = 6, + [45921] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(3767), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(4282), 1, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, - STATE(1716), 1, - sym_arguments, - ACTIONS(3318), 13, - anon_sym_STAR, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(4379), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3691), 1, + aux_sym_array_repeat1, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3320), 27, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [44870] = 25, + [46036] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(4217), 1, anon_sym_STAR, - ACTIONS(4155), 1, + ACTIONS(4221), 1, anon_sym_async, - ACTIONS(4159), 1, + ACTIONS(4225), 1, anon_sym_AT, - ACTIONS(4161), 1, + ACTIONS(4227), 1, anon_sym_static, - ACTIONS(4163), 1, + ACTIONS(4229), 1, anon_sym_readonly, - ACTIONS(4167), 1, + ACTIONS(4233), 1, anon_sym_declare, - ACTIONS(4169), 1, + ACTIONS(4235), 1, anon_sym_abstract, - ACTIONS(4284), 1, + ACTIONS(4381), 1, anon_sym_RBRACE, - STATE(2212), 1, + STATE(2221), 1, sym_method_definition, - STATE(2230), 1, + STATE(2269), 1, sym_accessibility_modifier, - STATE(2262), 1, + STATE(2310), 1, sym_override_modifier, - STATE(3307), 1, + STATE(3411), 1, sym_method_signature, - ACTIONS(4157), 2, + ACTIONS(4223), 2, sym_number, sym_private_property_identifier, - ACTIONS(4165), 2, + ACTIONS(4231), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1555), 3, + STATE(1581), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2502), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3605), 3, + STATE(3694), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -144642,53 +147639,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [44965] = 16, + [46131] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(3070), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2941), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - ACTIONS(3236), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4286), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 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_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, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3609), 11, + anon_sym_BQUOTE, + anon_sym_satisfies, + [46188] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(3087), 1, + anon_sym_EQ, + ACTIONS(3090), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(2941), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3611), 17, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -144702,163 +147738,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_implements, - [45042] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [46245] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3711), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [45151] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3822), 1, - anon_sym_LT, - ACTIONS(4071), 1, - anon_sym_DOT, - STATE(1639), 1, - sym_type_arguments, - ACTIONS(3244), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2988), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4383), 3, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_extends, - [45208] = 12, + anon_sym_RBRACK, + [46356] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4289), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4353), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - STATE(1402), 2, + ACTIONS(4245), 2, + anon_sym_STAR, + anon_sym_SLASH, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3472), 12, - anon_sym_STAR, + ACTIONS(3476), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -144866,7 +147863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 21, + ACTIONS(3474), 17, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -144876,79 +147873,77 @@ 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_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_satisfies, anon_sym_implements, - [45277] = 25, + [46435] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4010), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4249), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, - anon_sym_AMP, - ACTIONS(4016), 1, - anon_sym_CARET, - ACTIONS(4022), 1, + ACTIONS(4255), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(4257), 1, anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4269), 1, + anon_sym_AMP, + ACTIONS(4271), 1, + anon_sym_CARET, + ACTIONS(4273), 1, + anon_sym_PIPE, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4026), 3, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 9, + ACTIONS(3474), 9, sym__ternary_qmark, anon_sym_as, anon_sym_LBRACE, @@ -144958,730 +147953,632 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_satisfies, anon_sym_implements, - [45372] = 32, + [46534] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4385), 1, + anon_sym_RBRACK, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3515), 1, + aux_sym_array_repeat1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(4292), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [45481] = 19, + [46649] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(2817), 1, + anon_sym_DASH, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4217), 1, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4012), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 7, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 15, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - 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, - anon_sym_satisfies, - anon_sym_implements, - [45564] = 14, + ACTIONS(4221), 1, + anon_sym_async, + ACTIONS(4225), 1, + anon_sym_AT, + ACTIONS(4227), 1, + anon_sym_static, + ACTIONS(4229), 1, + anon_sym_readonly, + ACTIONS(4233), 1, + anon_sym_declare, + ACTIONS(4235), 1, + anon_sym_abstract, + ACTIONS(4387), 1, + anon_sym_RBRACE, + STATE(2221), 1, + sym_method_definition, + STATE(2269), 1, + sym_accessibility_modifier, + STATE(2310), 1, + sym_override_modifier, + STATE(3411), 1, + sym_method_signature, + ACTIONS(4223), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4231), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(1565), 3, + sym_decorator, + sym_class_static_block, + aux_sym_class_body_repeat1, + STATE(2502), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(3694), 3, + sym_public_field_definition, + sym_abstract_method_signature, + sym_index_signature, + ACTIONS(3168), 10, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [46744] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3619), 1, + anon_sym_EQ, + ACTIONS(3623), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 12, + ACTIONS(3626), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4389), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3629), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(3617), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 18, + anon_sym_DASH_DASH, + ACTIONS(3621), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - anon_sym_implements, - [45637] = 32, + [46805] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3647), 1, + anon_sym_COMMA, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(3949), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(3953), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(3955), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + ACTIONS(4052), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3697), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [45746] = 32, + [46918] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, - anon_sym_AMP_AMP, - ACTIONS(4008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, + ACTIONS(4249), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, - anon_sym_AMP, - ACTIONS(4016), 1, - anon_sym_CARET, - ACTIONS(4018), 1, - anon_sym_PIPE, - ACTIONS(4022), 1, + ACTIONS(4255), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(4257), 1, anon_sym_STAR_STAR, - ACTIONS(4032), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4002), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4012), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4020), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4028), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4030), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3699), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [45855] = 34, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, + ACTIONS(4259), 1, anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(4267), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4279), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4281), 1, sym__ternary_qmark, - ACTIONS(4294), 1, - anon_sym_RPAREN, - STATE(3318), 1, + STATE(1884), 1, sym_type_arguments, - STATE(3557), 1, - aux_sym_array_repeat1, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [45968] = 32, + ACTIONS(4393), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + [47029] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3476), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4249), 1, + anon_sym_GT_GT, + ACTIONS(4255), 1, + anon_sym_PERCENT, + ACTIONS(4257), 1, + anon_sym_STAR_STAR, + ACTIONS(4259), 1, anon_sym_LT, - ACTIONS(4006), 1, + ACTIONS(4265), 1, anon_sym_AMP_AMP, - ACTIONS(4008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, - anon_sym_GT_GT, - ACTIONS(4014), 1, + ACTIONS(4269), 1, anon_sym_AMP, - ACTIONS(4016), 1, + ACTIONS(4271), 1, anon_sym_CARET, - ACTIONS(4018), 1, + ACTIONS(4273), 1, anon_sym_PIPE, - ACTIONS(4022), 1, - anon_sym_PERCENT, - ACTIONS(4024), 1, - anon_sym_STAR_STAR, - ACTIONS(4032), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, - sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3691), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [46077] = 32, + ACTIONS(3474), 8, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + anon_sym_implements, + [47130] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3818), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4255), 1, anon_sym_PERCENT, - ACTIONS(3820), 1, + ACTIONS(4257), 1, anon_sym_STAR_STAR, - ACTIONS(3828), 1, + ACTIONS(4353), 1, anon_sym_LT, - ACTIONS(3830), 1, - anon_sym_AMP_AMP, - ACTIONS(3832), 1, - anon_sym_GT_GT, - ACTIONS(3836), 1, - anon_sym_AMP, - ACTIONS(3838), 1, - anon_sym_CARET, - ACTIONS(3840), 1, - anon_sym_PIPE, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(3903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3905), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3907), 1, - sym__ternary_qmark, - STATE(3378), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3811), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3816), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3826), 2, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 8, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3834), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3844), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3846), 2, + ACTIONS(3474), 17, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + 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, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3842), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - ACTIONS(3882), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [46186] = 32, + anon_sym_satisfies, + anon_sym_implements, + [47211] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, - anon_sym_AMP_AMP, - ACTIONS(4008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4249), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, - anon_sym_AMP, - ACTIONS(4016), 1, - anon_sym_CARET, - ACTIONS(4018), 1, - anon_sym_PIPE, - ACTIONS(4022), 1, + ACTIONS(4255), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(4257), 1, anon_sym_STAR_STAR, - ACTIONS(4032), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4259), 1, + anon_sym_LT, + ACTIONS(4269), 1, + anon_sym_AMP, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3504), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_implements, - ACTIONS(4026), 3, + ACTIONS(4261), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [46295] = 25, + ACTIONS(3474), 10, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + anon_sym_implements, + [47306] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2601), 1, + ACTIONS(2817), 1, anon_sym_DASH, - ACTIONS(3116), 1, + ACTIONS(3178), 1, anon_sym_LBRACK, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4151), 1, + ACTIONS(4217), 1, anon_sym_STAR, - ACTIONS(4155), 1, + ACTIONS(4221), 1, anon_sym_async, - ACTIONS(4159), 1, + ACTIONS(4225), 1, anon_sym_AT, - ACTIONS(4161), 1, + ACTIONS(4227), 1, anon_sym_static, - ACTIONS(4163), 1, + ACTIONS(4229), 1, anon_sym_readonly, - ACTIONS(4167), 1, + ACTIONS(4233), 1, anon_sym_declare, - ACTIONS(4169), 1, + ACTIONS(4235), 1, anon_sym_abstract, - ACTIONS(4296), 1, + ACTIONS(4395), 1, anon_sym_RBRACE, - STATE(2212), 1, + STATE(2221), 1, sym_method_definition, - STATE(2230), 1, + STATE(2269), 1, sym_accessibility_modifier, - STATE(2262), 1, + STATE(2310), 1, sym_override_modifier, - STATE(3307), 1, + STATE(3411), 1, sym_method_signature, - ACTIONS(4157), 2, + ACTIONS(4223), 2, sym_number, sym_private_property_identifier, - ACTIONS(4165), 2, + ACTIONS(4231), 2, anon_sym_get, anon_sym_set, - ACTIONS(3128), 3, + ACTIONS(3190), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(1557), 3, + STATE(1564), 3, sym_decorator, sym_class_static_block, aux_sym_class_body_repeat1, - STATE(2467), 3, + STATE(2502), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3605), 3, + STATE(3694), 3, sym_public_field_definition, sym_abstract_method_signature, sym_index_signature, - ACTIONS(3106), 10, + ACTIONS(3168), 10, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -145692,177 +148589,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [46390] = 32, + [47401] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4004), 1, - anon_sym_LT, - ACTIONS(4006), 1, - anon_sym_AMP_AMP, - ACTIONS(4008), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4010), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4249), 1, anon_sym_GT_GT, - ACTIONS(4014), 1, - anon_sym_AMP, - ACTIONS(4016), 1, - anon_sym_CARET, - ACTIONS(4018), 1, - anon_sym_PIPE, - ACTIONS(4022), 1, + ACTIONS(4255), 1, anon_sym_PERCENT, - ACTIONS(4024), 1, + ACTIONS(4257), 1, anon_sym_STAR_STAR, - ACTIONS(4032), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4034), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4259), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3996), 2, + ACTIONS(4245), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4002), 2, + ACTIONS(4247), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4012), 2, + ACTIONS(4251), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4020), 2, + ACTIONS(4253), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4028), 2, + ACTIONS(4275), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4030), 2, + ACTIONS(4277), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3492), 3, + ACTIONS(3476), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4261), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 10, + sym__ternary_qmark, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, anon_sym_implements, - ACTIONS(4026), 3, + [47494] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(3631), 1, + anon_sym_LBRACK, + ACTIONS(3634), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4397), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(1989), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(1397), 12, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1401), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, - [46499] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [47555] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3882), 1, + anon_sym_GT_GT, + ACTIONS(3888), 1, + anon_sym_PERCENT, + ACTIONS(3890), 1, + anon_sym_STAR_STAR, + ACTIONS(3892), 1, + anon_sym_LT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(3949), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(3951), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(3953), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(3955), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(3957), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, + ACTIONS(3959), 1, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, + ACTIONS(3961), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3579), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3872), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(3876), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(3884), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, + ACTIONS(3886), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(3896), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(3898), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(3894), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [46607] = 3, + ACTIONS(4087), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [47666] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 13, + ACTIONS(3977), 1, + anon_sym_is, + ACTIONS(3386), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3703), 29, + anon_sym_DASH_DASH, + ACTIONS(3388), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -145888,30 +148835,126 @@ 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, anon_sym_satisfies, anon_sym_extends, - [46657] = 4, + [47719] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(3414), 13, + ACTIONS(4401), 1, + anon_sym_is, + ACTIONS(3380), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3382), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + [47772] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3977), 1, + anon_sym_is, + ACTIONS(3376), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3378), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_extends, + [47825] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3503), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 28, + anon_sym_DASH_DASH, + ACTIONS(3505), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -145937,52 +148980,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [47875] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3380), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DASH_DASH, + ACTIONS(3382), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - [46709] = 13, + anon_sym_extends, + [47925] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(4334), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, + anon_sym_AMP_AMP, + ACTIONS(4411), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, anon_sym_LT, - STATE(3378), 1, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4407), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3514), 12, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [48035] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4080), 1, + anon_sym_EQ, + ACTIONS(4078), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3516), 18, + anon_sym_DASH_DASH, + ACTIONS(4082), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -145996,307 +149152,499 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [46779] = 16, + [48087] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4337), 1, + ACTIONS(4445), 1, + anon_sym_AMP_AMP, + ACTIONS(4447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, anon_sym_LT, - STATE(3378), 1, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3609), 11, + ACTIONS(3824), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4469), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4471), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [48197] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, + anon_sym_AMP_AMP, + ACTIONS(4447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, anon_sym_GT_GT, + ACTIONS(4453), 1, anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4457), 1, anon_sym_PIPE, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3687), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3611), 16, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_SEMI, + ACTIONS(4471), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [48307] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, anon_sym_AMP_AMP, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3529), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4469), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - [46855] = 32, + [48417] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4320), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4322), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4330), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3711), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3846), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [46963] = 12, + [48527] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(4340), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, + anon_sym_AMP_AMP, + ACTIONS(4447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, anon_sym_LT, - STATE(3378), 1, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3472), 12, + ACTIONS(3826), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 20, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - 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, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - [47031] = 32, + [48637] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4343), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [47139] = 7, + ACTIONS(3474), 6, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [48739] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3016), 1, - anon_sym_EQ, - ACTIONS(3512), 1, - anon_sym_extends, - ACTIONS(3984), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3987), 3, - anon_sym_GT, + ACTIONS(4477), 1, anon_sym_AMP, + ACTIONS(4479), 1, anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(3735), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 25, + anon_sym_DASH_DASH, + ACTIONS(3737), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -146313,43 +149661,40 @@ 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, anon_sym_satisfies, - [47197] = 9, + [48795] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1945), 1, - anon_sym_extends, - ACTIONS(3398), 1, - anon_sym_LBRACK, - ACTIONS(4345), 1, - anon_sym_RPAREN, - ACTIONS(1317), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3401), 2, + ACTIONS(4477), 1, anon_sym_AMP, + ACTIONS(4479), 1, anon_sym_PIPE, - ACTIONS(4203), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1315), 11, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(3725), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 22, + anon_sym_DASH_DASH, + ACTIONS(3727), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -146366,106 +149711,104 @@ 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, anon_sym_satisfies, - [47259] = 19, + [48851] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3221), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4358), 1, - anon_sym_readonly, - STATE(2260), 1, - sym_override_modifier, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [47341] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3420), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3426), 1, - anon_sym_extends, - ACTIONS(4362), 1, - anon_sym_RPAREN, - ACTIONS(3416), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3423), 2, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4441), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3476), 5, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4179), 2, - anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3474), 11, + sym__ternary_qmark, + anon_sym_as, anon_sym_COLON, - ACTIONS(3414), 11, + 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, + anon_sym_satisfies, + [48939] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(1397), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 22, + anon_sym_DASH_DASH, + ACTIONS(1401), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -146482,1232 +149825,1437 @@ 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, anon_sym_satisfies, - [47403] = 19, + [48991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3194), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, + ACTIONS(3376), 14, anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4358), 1, - anon_sym_readonly, - STATE(2260), 1, - sym_override_modifier, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3378), 28, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [47485] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, + anon_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, + anon_sym_satisfies, + anon_sym_extends, + [49041] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4365), 1, - anon_sym_RPAREN, - STATE(3318), 1, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4483), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(3474), 15, + sym__ternary_qmark, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [47595] = 9, + [49121] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3358), 1, - anon_sym_extends, - ACTIONS(4117), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(4371), 1, - anon_sym_RPAREN, - ACTIONS(4120), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4367), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4369), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(2918), 11, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4483), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4441), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 10, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + ACTIONS(3474), 16, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [47657] = 33, + [49199] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4441), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4469), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4471), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 8, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [49295] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4374), 1, - anon_sym_RPAREN, - STATE(3318), 1, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [47767] = 33, + ACTIONS(3474), 9, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [49389] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4376), 1, - anon_sym_RPAREN, - STATE(3318), 1, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(3476), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [47877] = 6, + ACTIONS(3474), 9, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [49481] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, - anon_sym_AMP, - ACTIONS(4380), 1, - anon_sym_PIPE, - ACTIONS(4382), 1, - anon_sym_extends, - ACTIONS(3404), 11, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4483), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4441), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 8, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3406), 28, - sym__automatic_semicolon, + ACTIONS(3474), 16, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [47933] = 32, + [49561] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3476), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3709), 2, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48041] = 33, + ACTIONS(3474), 7, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [49661] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4420), 1, - anon_sym_RPAREN, - STATE(3318), 1, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48151] = 32, + ACTIONS(3474), 8, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [49759] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, - anon_sym_AMP, - ACTIONS(4400), 1, - anon_sym_CARET, - ACTIONS(4402), 1, - anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3579), 2, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 7, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(3474), 14, + sym__ternary_qmark, + anon_sym_as, + 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, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [48259] = 32, + anon_sym_satisfies, + [49843] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4483), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 12, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3486), 1, + anon_sym_in, + 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(3474), 17, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, anon_sym_satisfies, - ACTIONS(4388), 1, + [49917] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3611), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3609), 7, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2941), 12, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(4390), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(4392), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, - anon_sym_AMP, - ACTIONS(4400), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4402), 1, - anon_sym_PIPE, - ACTIONS(4406), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [49971] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3619), 1, + anon_sym_EQ, + ACTIONS(3623), 1, + anon_sym_LBRACK, + ACTIONS(3629), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3626), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3617), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DASH_DASH, - ACTIONS(3577), 2, + ACTIONS(3621), 24, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4384), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4396), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 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, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [50029] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(3631), 1, + anon_sym_LBRACK, + ACTIONS(1989), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3634), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1397), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + anon_sym_DASH_DASH, + ACTIONS(1401), 24, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [48367] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [50087] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3543), 2, + ACTIONS(3641), 2, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48475] = 32, + [50197] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3653), 2, + ACTIONS(3607), 2, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48583] = 32, + [50307] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3624), 2, + ACTIONS(3717), 2, anon_sym_COLON, anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [48691] = 28, + [50417] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3432), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4419), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4421), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(3717), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 6, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [48791] = 17, + [50527] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + STATE(1829), 1, + sym_arguments, + ACTIONS(3689), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3691), 26, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4408), 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, - ACTIONS(4422), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + anon_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, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 11, + anon_sym_BQUOTE, + anon_sym_satisfies, + [50581] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3388), 1, + anon_sym_extends, + ACTIONS(4014), 1, + anon_sym_LBRACK, + ACTIONS(4490), 1, + anon_sym_RPAREN, + ACTIONS(4017), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4486), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4488), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2941), 12, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 15, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, - [48869] = 16, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [50643] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(3087), 1, + anon_sym_EQ, + ACTIONS(4027), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - ACTIONS(4422), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(3090), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(3569), 2, + anon_sym_RPAREN, + anon_sym_extends, + ACTIONS(4030), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 12, anon_sym_STAR, - anon_sym_SLASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 16, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [48945] = 25, + [50705] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4394), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4493), 1, + anon_sym_RBRACE, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 8, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [49039] = 4, + [50817] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4429), 1, - sym_regex_flags, - ACTIONS(4425), 16, + ACTIONS(4477), 1, + anon_sym_AMP, + ACTIONS(4479), 1, + anon_sym_PIPE, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(3659), 12, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(4427), 25, + anon_sym_DASH_DASH, + ACTIONS(3661), 27, + sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -147722,178 +151270,140 @@ 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, - [49091] = 24, + anon_sym_satisfies, + [50873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, - anon_sym_AMP, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(2723), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 9, + anon_sym_DASH_DASH, + ACTIONS(2725), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [49183] = 23, + anon_sym_extends, + [50923] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3388), 1, + anon_sym_extends, + ACTIONS(4014), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(4017), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, + anon_sym_BANG, anon_sym_in, - anon_sym_GT, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4410), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 9, + anon_sym_DASH_DASH, + ACTIONS(2945), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [49273] = 9, + [50979] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1945), 1, + ACTIONS(3030), 1, + anon_sym_EQ, + ACTIONS(3569), 1, anon_sym_extends, - ACTIONS(3398), 1, + ACTIONS(4027), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(4181), 1, - anon_sym_RPAREN, - ACTIONS(1317), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3401), 2, + ACTIONS(4030), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4139), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(1315), 11, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 22, + anon_sym_DASH_DASH, + ACTIONS(2945), 24, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -147910,31 +151420,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, anon_sym_satisfies, - [49335] = 5, + [51037] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(4040), 1, - sym__automatic_semicolon, - ACTIONS(1313), 13, + ACTIONS(4477), 1, + anon_sym_AMP, + ACTIONS(4479), 1, + anon_sym_PIPE, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(3762), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1311), 27, + anon_sym_DASH_DASH, + ACTIONS(3764), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -147959,40 +151470,40 @@ 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, anon_sym_satisfies, - [49389] = 9, + [51093] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3420), 1, - anon_sym_LBRACK, - ACTIONS(3426), 1, + ACTIONS(1989), 1, anon_sym_extends, - ACTIONS(4173), 1, + ACTIONS(3631), 1, + anon_sym_LBRACK, + ACTIONS(4397), 1, anon_sym_RPAREN, - ACTIONS(3416), 2, + ACTIONS(1399), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3423), 2, + ACTIONS(3634), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3891), 2, + ACTIONS(4130), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(3414), 11, + ACTIONS(1397), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 22, + anon_sym_DASH_DASH, + ACTIONS(1401), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -148012,36 +151523,40 @@ 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, anon_sym_satisfies, - [49451] = 5, + [51155] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 2, + ACTIONS(3623), 1, + anon_sym_LBRACK, + ACTIONS(3629), 1, + anon_sym_extends, + ACTIONS(4389), 1, + anon_sym_RPAREN, + ACTIONS(3619), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(3626), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3468), 7, - sym__automatic_semicolon, + ACTIONS(3988), 2, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2918), 11, + anon_sym_COLON, + ACTIONS(3617), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(3621), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -148061,54 +151576,200 @@ 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, anon_sym_satisfies, - [49505] = 17, + [51217] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4406), 1, + ACTIONS(3482), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(3484), 1, anon_sym_STAR_STAR, - ACTIONS(4422), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, anon_sym_LT, - STATE(3318), 1, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4495), 1, + anon_sym_RBRACK, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [51329] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4404), 2, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1402), 2, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4497), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [51439] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(4499), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 8, + ACTIONS(3766), 13, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, 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(3430), 16, + anon_sym_DASH_DASH, + ACTIONS(3768), 19, sym__ternary_qmark, anon_sym_as, anon_sym_COLON, @@ -148118,42 +151779,137 @@ 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_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_satisfies, + [51507] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, anon_sym_satisfies, - [49583] = 3, + ACTIONS(4445), 1, + anon_sym_AMP_AMP, + ACTIONS(4447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3848), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4469), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4471), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [51617] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2851), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4502), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3755), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2853), 29, - sym__automatic_semicolon, + ACTIONS(3757), 18, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -148167,206 +151923,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - anon_sym_extends, - [49633] = 5, + [51689] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, - anon_sym_AMP, - ACTIONS(4380), 1, - anon_sym_PIPE, - ACTIONS(3749), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3751), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, anon_sym_AMP_AMP, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, anon_sym_CARET, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4461), 1, anon_sym_PERCENT, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [49687] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3573), 13, + ACTIONS(4475), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3647), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4443), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3575), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [49737] = 27, + [51799] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4394), 1, + ACTIONS(4447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(3657), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 7, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [49835] = 4, + [51909] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 1, - anon_sym_LBRACK, - ACTIONS(3569), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(4465), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3663), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3571), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3665), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -148383,33 +152130,30 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [49887] = 6, + [51971] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, - anon_sym_AMP, - ACTIONS(4380), 1, - anon_sym_PIPE, - ACTIONS(4382), 1, - anon_sym_extends, - ACTIONS(3605), 11, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(4020), 1, + sym__automatic_semicolon, + ACTIONS(1395), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3607), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1393), 26, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -148434,27 +152178,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, anon_sym_satisfies, - [49943] = 3, + [52025] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3565), 13, + ACTIONS(3619), 1, + anon_sym_EQ, + ACTIONS(3617), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3567), 29, + anon_sym_DASH_DASH, + ACTIONS(3621), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -148480,33 +152226,31 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [49993] = 6, + [52077] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, - anon_sym_extends, - ACTIONS(4431), 1, - anon_sym_LBRACK, - ACTIONS(3521), 2, + ACTIONS(4477), 1, anon_sym_AMP, + ACTIONS(4479), 1, anon_sym_PIPE, - ACTIONS(3561), 11, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(3583), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3563), 27, + anon_sym_DASH_DASH, + ACTIONS(3585), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -148515,6 +152259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -148531,88 +152276,133 @@ 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, anon_sym_satisfies, - [50049] = 6, + [52133] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, - anon_sym_AMP, - ACTIONS(4380), 1, - anon_sym_PIPE, - ACTIONS(4382), 1, - anon_sym_extends, - ACTIONS(3557), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3559), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, anon_sym_AMP_AMP, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, anon_sym_CARET, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4461), 1, anon_sym_PERCENT, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3723), 2, + anon_sym_COLON, + anon_sym_RBRACK, + ACTIONS(4441), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4469), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, + [52243] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, anon_sym_satisfies, - [50105] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3757), 13, + ACTIONS(4505), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3862), 11, anon_sym_STAR, - anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 29, - sym__automatic_semicolon, + ACTIONS(3864), 16, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -148626,29 +152416,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [50155] = 3, + [52321] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 13, + ACTIONS(3571), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3763), 29, + anon_sym_DASH_DASH, + ACTIONS(3573), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -148674,28 +152460,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50205] = 3, + [52371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 13, + ACTIONS(3828), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3763), 29, + anon_sym_DASH_DASH, + ACTIONS(3830), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -148721,28 +152507,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50255] = 3, + [52421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 13, + ACTIONS(3828), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3763), 29, + anon_sym_DASH_DASH, + ACTIONS(3830), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -148768,28 +152554,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50305] = 3, + [52471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 13, + ACTIONS(3828), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3396), 29, + anon_sym_DASH_DASH, + ACTIONS(3830), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -148815,173 +152601,348 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50355] = 3, + [52521] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4508), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3396), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [52633] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(3482), 1, anon_sym_PERCENT, + ACTIONS(3484), 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, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [50405] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3553), 13, - anon_sym_STAR, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4510), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3555), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [52745] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4512), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [50455] = 3, + [52857] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(3549), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3551), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4514), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [50505] = 6, + [52969] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, - anon_sym_AMP, - ACTIONS(4380), 1, - anon_sym_PIPE, - ACTIONS(4382), 1, - anon_sym_extends, - ACTIONS(3601), 11, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(4062), 1, + anon_sym_QMARK_DOT, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(1529), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3603), 28, + anon_sym_DASH_DASH, + ACTIONS(1531), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -148990,9 +152951,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -149007,27 +152965,27 @@ 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, anon_sym_satisfies, - [50561] = 3, + [53027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 13, + ACTIONS(3499), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3468), 29, + anon_sym_DASH_DASH, + ACTIONS(3501), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149053,29 +153011,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50611] = 4, + [53077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, - anon_sym_AMP, - ACTIONS(3545), 12, + ACTIONS(3499), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3547), 29, + anon_sym_DASH_DASH, + ACTIONS(3501), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149101,28 +153058,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50663] = 3, + [53127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3539), 13, + ACTIONS(3499), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3541), 29, + anon_sym_DASH_DASH, + ACTIONS(3501), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149148,98 +153105,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50713] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, - anon_sym_AMP, - ACTIONS(4400), 1, - anon_sym_CARET, - ACTIONS(4402), 1, - anon_sym_PIPE, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4412), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4414), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 8, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [50809] = 3, + [53177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 13, + ACTIONS(3563), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3426), 29, + anon_sym_DASH_DASH, + ACTIONS(3565), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149265,91 +153152,92 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50859] = 19, + [53227] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4388), 1, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, anon_sym_LT, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3233), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 7, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 14, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4526), 1, + anon_sym_readonly, + STATE(2304), 1, + sym_override_modifier, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, 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, - anon_sym_satisfies, - [50941] = 3, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [53311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 13, + ACTIONS(3563), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3396), 29, + anon_sym_DASH_DASH, + ACTIONS(3565), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149375,28 +153263,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [50991] = 3, + [53361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 13, + ACTIONS(3563), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3755), 29, + anon_sym_DASH_DASH, + ACTIONS(3565), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149422,28 +153310,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51041] = 3, + [53411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 13, + ACTIONS(3749), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3755), 29, + anon_sym_DASH_DASH, + ACTIONS(3751), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149469,28 +153357,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51091] = 3, + [53461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 13, + ACTIONS(1979), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3755), 29, + anon_sym_DASH_DASH, + ACTIONS(1977), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149516,226 +153404,209 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51141] = 3, + [53511] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3745), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3747), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3878), 1, anon_sym_LBRACK, + ACTIONS(3880), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, anon_sym_AMP_AMP, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, anon_sym_PERCENT, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [51191] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1943), 13, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3607), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4405), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1941), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [51241] = 33, + [53621] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(3450), 1, + ACTIONS(4419), 1, anon_sym_CARET, - ACTIONS(3452), 1, + ACTIONS(4421), 1, anon_sym_PIPE, - ACTIONS(3456), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4439), 1, sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4433), 1, - anon_sym_RPAREN, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3641), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [51351] = 14, + [53731] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4408), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(4422), 1, + ACTIONS(4530), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 12, + ACTIONS(3476), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3430), 17, + ACTIONS(3474), 17, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -149749,206 +153620,167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [51423] = 9, + [53805] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2964), 1, - anon_sym_EQ, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3002), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(3512), 2, - anon_sym_RPAREN, - anon_sym_extends, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2922), 22, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [51485] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3358), 1, - anon_sym_extends, - ACTIONS(4117), 1, - anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_RPAREN, - ACTIONS(4120), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4435), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4437), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(2918), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, anon_sym_LT, - anon_sym_GT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(4403), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 7, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + ACTIONS(3474), 14, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [51547] = 32, + [53889] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4533), 1, + anon_sym_RBRACK, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3697), 2, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [51655] = 3, + [54001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3741), 13, + ACTIONS(3515), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3743), 29, + anon_sym_DASH_DASH, + ACTIONS(3517), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -149974,28 +153806,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51705] = 3, + [54051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3737), 13, + ACTIONS(3731), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3739), 29, + anon_sym_DASH_DASH, + ACTIONS(3733), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150021,28 +153853,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51755] = 3, + [54101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3733), 13, + ACTIONS(3719), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3735), 29, + anon_sym_DASH_DASH, + ACTIONS(3721), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150068,28 +153900,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51805] = 3, + [54151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 13, + ACTIONS(3575), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3727), 29, + anon_sym_DASH_DASH, + ACTIONS(3577), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150115,28 +153947,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51855] = 3, + [54201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 13, + ACTIONS(3575), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3727), 29, + anon_sym_DASH_DASH, + ACTIONS(3577), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150162,28 +153994,92 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51905] = 3, + [54251] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3267), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4526), 1, + anon_sym_readonly, + STATE(2304), 1, + sym_override_modifier, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [54335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 13, + ACTIONS(3575), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3727), 29, + anon_sym_DASH_DASH, + ACTIONS(3577), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150209,28 +154105,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [51955] = 3, + [54385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 13, + ACTIONS(3523), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3723), 29, + anon_sym_DASH_DASH, + ACTIONS(3525), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150256,28 +154152,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52005] = 3, + [54435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 13, + ACTIONS(3523), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3723), 29, + anon_sym_DASH_DASH, + ACTIONS(3525), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150303,28 +154199,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52055] = 3, + [54485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 13, + ACTIONS(3523), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3723), 29, + anon_sym_DASH_DASH, + ACTIONS(3525), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150350,28 +154246,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52105] = 3, + [54535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 13, + ACTIONS(3503), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3719), 29, + anon_sym_DASH_DASH, + ACTIONS(3505), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150397,28 +154293,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52155] = 3, + [54585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 13, + ACTIONS(3503), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3719), 29, + anon_sym_DASH_DASH, + ACTIONS(3505), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150444,28 +154340,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52205] = 3, + [54635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 13, + ACTIONS(3854), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3719), 29, + anon_sym_DASH_DASH, + ACTIONS(3856), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150491,28 +154387,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52255] = 3, + [54685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3713), 13, + ACTIONS(1983), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3715), 29, + anon_sym_DASH_DASH, + ACTIONS(1981), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -150538,493 +154434,874 @@ 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, anon_sym_satisfies, anon_sym_extends, - [52305] = 3, + [54735] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1959), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3476), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, anon_sym_LT, - anon_sym_GT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(4403), 2, + anon_sym_STAR, anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 8, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [54833] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4409), 1, + anon_sym_AMP_AMP, + ACTIONS(4413), 1, anon_sym_GT_GT, + ACTIONS(4417), 1, anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, anon_sym_PIPE, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1957), 29, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 7, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [54933] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, anon_sym_LBRACK, + ACTIONS(3880), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4530), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 8, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3474), 16, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + 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_satisfies, + [55013] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 9, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, anon_sym_satisfies, - anon_sym_extends, - [52355] = 6, + [55105] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3512), 1, - anon_sym_extends, - ACTIONS(3984), 2, - anon_sym_COMMA, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3987), 3, - anon_sym_GT, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, anon_sym_AMP, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3476), 2, + anon_sym_BANG, anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(4403), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 9, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [55199] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3476), 2, anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 8, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [55295] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4530), 1, anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(4403), 2, + anon_sym_STAR, anon_sym_SLASH, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 10, + anon_sym_BANG, + anon_sym_in, + 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(2922), 26, + ACTIONS(3474), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [52411] = 32, + [55373] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4388), 1, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4530), 1, anon_sym_LT, - ACTIONS(4390), 1, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 11, + anon_sym_STAR, + anon_sym_in, + 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(3474), 15, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_SEMI, anon_sym_AMP_AMP, - ACTIONS(4392), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + 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, + [55453] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, - anon_sym_AMP, - ACTIONS(4400), 1, - anon_sym_CARET, - ACTIONS(4402), 1, - anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4429), 1, + anon_sym_LT, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3699), 2, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4414), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [52519] = 32, + ACTIONS(3476), 5, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3474), 11, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + 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, + anon_sym_satisfies, + [55541] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(4409), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4419), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4421), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4429), 1, + anon_sym_LT, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3691), 2, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [52627] = 32, + ACTIONS(3474), 6, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_SEMI, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [55643] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4409), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4419), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4421), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4439), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3504), 2, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(3826), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [52735] = 32, + [55753] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4409), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4419), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4421), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4439), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3492), 2, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4384), 2, + ACTIONS(3846), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [52843] = 9, + [55863] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(4388), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3488), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(1989), 1, + anon_sym_extends, + ACTIONS(1991), 1, + anon_sym_QMARK, + ACTIONS(3631), 1, + anon_sym_LBRACK, + ACTIONS(4369), 1, + anon_sym_COLON, + ACTIONS(3634), 2, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3490), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COLON, - anon_sym_LBRACK, + ACTIONS(4397), 2, + anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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_satisfies, - [52905] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4444), 1, - anon_sym_DOT, - ACTIONS(3531), 13, + ACTIONS(1397), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3533), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1401), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -151040,42 +155317,44 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [52957] = 7, + [55927] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3007), 1, + ACTIONS(3619), 1, anon_sym_EQ, - ACTIONS(3512), 1, - anon_sym_extends, - ACTIONS(3984), 2, - anon_sym_COMMA, + ACTIONS(3623), 1, anon_sym_LBRACK, - ACTIONS(3987), 3, - anon_sym_GT, + ACTIONS(3629), 1, + anon_sym_extends, + ACTIONS(3753), 1, + anon_sym_QMARK, + ACTIONS(4375), 1, + anon_sym_COLON, + ACTIONS(3626), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(4389), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(3617), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 25, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3621), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -151092,40 +155371,40 @@ 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, anon_sym_satisfies, - [53015] = 6, + [55991] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3358), 1, - anon_sym_extends, - ACTIONS(4117), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(4120), 3, - anon_sym_GT, + ACTIONS(4477), 1, anon_sym_AMP, + ACTIONS(4479), 1, anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(3579), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 26, + anon_sym_DASH_DASH, + ACTIONS(3581), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -151142,27 +155421,27 @@ 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, anon_sym_satisfies, - [53071] = 3, + [56047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2497), 13, + ACTIONS(3579), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2499), 29, + anon_sym_DASH_DASH, + ACTIONS(3581), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151188,28 +155467,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53121] = 3, + [56097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1947), 13, + ACTIONS(3599), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1945), 29, + anon_sym_DASH_DASH, + ACTIONS(3601), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151235,168 +155514,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53171] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3208), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4358), 1, - anon_sym_readonly, - STATE(2260), 1, - sym_override_modifier, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [53253] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4446), 1, - anon_sym_RBRACK, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [53363] = 3, + [56147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2505), 13, + ACTIONS(2929), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2507), 29, + anon_sym_DASH_DASH, + ACTIONS(2931), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151422,32 +155561,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, anon_sym_satisfies, anon_sym_extends, - [53413] = 6, + [56197] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, + ACTIONS(4477), 1, anon_sym_AMP, - ACTIONS(4380), 1, + ACTIONS(4479), 1, anon_sym_PIPE, - ACTIONS(4382), 1, + ACTIONS(4481), 1, anon_sym_extends, - ACTIONS(3585), 11, + ACTIONS(3603), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3587), 28, + anon_sym_DASH_DASH, + ACTIONS(3605), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151473,78 +155612,27 @@ 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, anon_sym_satisfies, - [53469] = 3, + [56253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3705), 13, + ACTIONS(3613), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3707), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - anon_sym_extends, - [53519] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4378), 1, - anon_sym_AMP, - ACTIONS(4380), 1, - anon_sym_PIPE, - ACTIONS(4382), 1, - anon_sym_extends, - ACTIONS(3705), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3707), 28, + anon_sym_DASH_DASH, + ACTIONS(3615), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151570,27 +155658,28 @@ 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, anon_sym_satisfies, - [53575] = 3, + anon_sym_extends, + [56303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3312), 13, + ACTIONS(3643), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3314), 29, + anon_sym_DASH_DASH, + ACTIONS(3645), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151616,28 +155705,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53625] = 3, + [56353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 13, + ACTIONS(3649), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2861), 29, + anon_sym_DASH_DASH, + ACTIONS(3651), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151663,182 +155752,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53675] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4448), 1, - anon_sym_RPAREN, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [53785] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4450), 1, - anon_sym_RBRACE, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [53895] = 3, + [56403] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 13, + ACTIONS(3653), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3695), 29, + anon_sym_DASH_DASH, + ACTIONS(3655), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151864,28 +155799,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53945] = 3, + [56453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3687), 13, + ACTIONS(3649), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3689), 29, + anon_sym_DASH_DASH, + ACTIONS(3651), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151911,28 +155846,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [53995] = 3, + [56503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 13, + ACTIONS(3653), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3685), 29, + anon_sym_DASH_DASH, + ACTIONS(3655), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -151958,28 +155893,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54045] = 3, + [56553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 13, + ACTIONS(3667), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3681), 29, + anon_sym_DASH_DASH, + ACTIONS(3669), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152005,28 +155940,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54095] = 3, + [56603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 13, + ACTIONS(3679), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3685), 29, + anon_sym_DASH_DASH, + ACTIONS(3681), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152052,28 +155987,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54145] = 3, + [56653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 13, + ACTIONS(3667), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3681), 29, + anon_sym_DASH_DASH, + ACTIONS(3669), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152099,28 +156034,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54195] = 3, + [56703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 13, + ACTIONS(3679), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3677), 29, + anon_sym_DASH_DASH, + ACTIONS(3681), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152146,28 +156081,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54245] = 3, + [56753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 13, + ACTIONS(3705), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3673), 29, + anon_sym_DASH_DASH, + ACTIONS(3707), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152193,28 +156128,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54295] = 3, + [56803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 13, + ACTIONS(3709), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3677), 29, + anon_sym_DASH_DASH, + ACTIONS(3711), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152240,28 +156175,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54345] = 3, + [56853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 13, + ACTIONS(3705), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3673), 29, + anon_sym_DASH_DASH, + ACTIONS(3707), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152287,28 +156222,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54395] = 3, + [56903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 13, + ACTIONS(3709), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3669), 29, + anon_sym_DASH_DASH, + ACTIONS(3711), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152334,28 +156269,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54445] = 3, + [56953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(3777), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3665), 29, + anon_sym_DASH_DASH, + ACTIONS(3779), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152381,28 +156316,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54495] = 3, + [57003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 13, + ACTIONS(3804), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3669), 29, + anon_sym_DASH_DASH, + ACTIONS(3806), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152428,28 +156363,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54545] = 3, + [57053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(1987), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3665), 29, + anon_sym_DASH_DASH, + ACTIONS(1985), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152475,122 +156410,554 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54595] = 3, + [57103] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, + anon_sym_AMP_AMP, + ACTIONS(4411), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4413), 1, anon_sym_GT_GT, + ACTIONS(4417), 1, anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, anon_sym_PIPE, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3647), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3661), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [57213] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3878), 1, anon_sym_LBRACK, + ACTIONS(3880), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, anon_sym_AMP_AMP, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, anon_sym_PERCENT, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3657), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, + [57323] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, anon_sym_satisfies, - anon_sym_extends, - [54645] = 3, + ACTIONS(4409), 1, + anon_sym_AMP_AMP, + ACTIONS(4411), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4535), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [57433] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3655), 13, - anon_sym_STAR, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, + anon_sym_AMP_AMP, + ACTIONS(4411), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, anon_sym_LT, - anon_sym_GT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3529), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, + anon_sym_STAR, anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [57543] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, + anon_sym_AMP_AMP, + ACTIONS(4411), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4413), 1, anon_sym_GT_GT, + ACTIONS(4417), 1, anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, anon_sym_PIPE, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3687), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3657), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [57653] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3878), 1, anon_sym_LBRACK, + ACTIONS(3880), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, anon_sym_AMP_AMP, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, anon_sym_PERCENT, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(3824), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_extends, - [54695] = 3, + [57763] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3264), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4526), 1, + anon_sym_readonly, + STATE(2304), 1, + sym_override_modifier, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [57847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1951), 13, + ACTIONS(3812), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1949), 29, + anon_sym_DASH_DASH, + ACTIONS(3814), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152616,30 +156983,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, anon_sym_satisfies, anon_sym_extends, - [54745] = 4, + [57897] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3962), 13, + ACTIONS(4477), 1, + anon_sym_AMP, + ACTIONS(3816), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3966), 28, + anon_sym_DASH_DASH, + ACTIONS(3818), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152665,27 +157031,28 @@ 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, anon_sym_satisfies, - [54797] = 3, + anon_sym_extends, + [57949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2501), 13, + ACTIONS(3832), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2503), 29, + anon_sym_DASH_DASH, + ACTIONS(3834), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152711,28 +157078,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54847] = 3, + [57999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1955), 13, + ACTIONS(2933), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1953), 29, + anon_sym_DASH_DASH, + ACTIONS(2935), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152758,28 +157125,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, anon_sym_satisfies, anon_sym_extends, - [54897] = 3, + [58049] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 13, + ACTIONS(4477), 1, + anon_sym_AMP, + ACTIONS(4479), 1, + anon_sym_PIPE, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(3836), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3591), 29, + anon_sym_DASH_DASH, + ACTIONS(3838), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152805,28 +157176,27 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [54947] = 3, + [58105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3593), 13, + ACTIONS(3836), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3595), 29, + anon_sym_DASH_DASH, + ACTIONS(3838), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152852,28 +157222,30 @@ 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, anon_sym_satisfies, anon_sym_extends, - [54997] = 3, + [58155] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3597), 13, + ACTIONS(3797), 1, + anon_sym_DOT, + ACTIONS(3793), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3599), 29, + anon_sym_DASH_DASH, + ACTIONS(3795), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -152883,7 +157255,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -152899,177 +157270,39 @@ 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, anon_sym_satisfies, anon_sym_extends, - [55047] = 33, + [58207] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3869), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4452), 1, - anon_sym_RBRACK, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [55157] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(1945), 1, - anon_sym_extends, - ACTIONS(1947), 1, - anon_sym_QMARK, - ACTIONS(3398), 1, - anon_sym_LBRACK, - ACTIONS(4203), 1, - anon_sym_COLON, - ACTIONS(3401), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4181), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1315), 11, + ACTIONS(3793), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1319), 22, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [55221] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(3420), 1, - anon_sym_LBRACK, - ACTIONS(3426), 1, - anon_sym_extends, - ACTIONS(3537), 1, - anon_sym_QMARK, - ACTIONS(4179), 1, - anon_sym_COLON, - ACTIONS(3423), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(4173), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(3414), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 22, + anon_sym_DASH_DASH, + ACTIONS(3795), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_DOT, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -153085,36 +157318,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, anon_sym_satisfies, - [55285] = 5, + anon_sym_extends, + [58259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3767), 1, - anon_sym_LPAREN, - STATE(1870), 1, - sym_arguments, - ACTIONS(3729), 13, + ACTIONS(3781), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3731), 27, + anon_sym_DASH_DASH, + ACTIONS(3783), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, @@ -153134,252 +157365,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, - anon_sym_satisfies, - [55339] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, - anon_sym_AMP_AMP, - ACTIONS(4306), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, - anon_sym_AMP, - ACTIONS(4314), 1, - anon_sym_CARET, - ACTIONS(4316), 1, - anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4328), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4454), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [55447] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3199), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4358), 1, - anon_sym_readonly, - STATE(2260), 1, - sym_override_modifier, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [55529] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, - anon_sym_AMP_AMP, - ACTIONS(4306), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, - anon_sym_AMP, - ACTIONS(4314), 1, - anon_sym_CARET, - ACTIONS(4316), 1, - anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - ACTIONS(4456), 1, - anon_sym_SEMI, - ACTIONS(4458), 1, - sym__automatic_semicolon, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4328), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [55639] = 5, + anon_sym_extends, + [58309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - STATE(2349), 1, - sym_arguments, - ACTIONS(2918), 13, + ACTIONS(3713), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 27, + anon_sym_DASH_DASH, + ACTIONS(3715), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, @@ -153399,116 +157412,37 @@ 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, - anon_sym_satisfies, - [55693] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3982), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [55801] = 6, + anon_sym_extends, + [58359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3984), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3512), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2918), 11, + ACTIONS(3701), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(3703), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153525,41 +157459,41 @@ 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, anon_sym_satisfies, - [55857] = 7, + anon_sym_extends, + [58409] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(3398), 1, - anon_sym_LBRACK, - ACTIONS(1945), 2, - anon_sym_COMMA, + ACTIONS(3791), 1, anon_sym_extends, - ACTIONS(3401), 3, + ACTIONS(4122), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(4125), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(1315), 10, + ACTIONS(4033), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 25, + anon_sym_DASH_DASH, + ACTIONS(4035), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153576,41 +157510,39 @@ 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, anon_sym_satisfies, - [55915] = 7, + [58465] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(3420), 1, - anon_sym_LBRACK, - ACTIONS(3426), 2, + ACTIONS(3609), 3, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_extends, - ACTIONS(3423), 3, + ACTIONS(3611), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3414), 10, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 25, + anon_sym_DASH_DASH, + ACTIONS(2945), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153627,40 +157559,100 @@ 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, anon_sym_satisfies, - [55973] = 6, + [58519] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3931), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3928), 3, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(3230), 1, anon_sym_COMMA, + ACTIONS(3249), 1, anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(3551), 4, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4526), 1, + anon_sym_readonly, + STATE(2304), 1, + sym_override_modifier, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, sym__automatic_semicolon, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_extends, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3924), 11, + ACTIONS(3168), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [58603] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3697), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 22, + anon_sym_DASH_DASH, + ACTIONS(3699), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153677,40 +157669,37 @@ 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, anon_sym_satisfies, - [56029] = 6, + anon_sym_extends, + [58653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4120), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4117), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3358), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - ACTIONS(2918), 11, + ACTIONS(3683), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(3685), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -153727,246 +157716,122 @@ 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, anon_sym_satisfies, - [56085] = 32, + anon_sym_extends, + [58703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(3675), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3901), 2, + ACTIONS(3677), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [56193] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3775), 1, anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(4306), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, - anon_sym_AMP, - ACTIONS(4314), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4316), 1, - anon_sym_PIPE, - ACTIONS(4320), 1, anon_sym_PERCENT, - ACTIONS(4322), 1, anon_sym_STAR_STAR, - ACTIONS(4330), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3709), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4328), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [56301] = 21, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [58753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(3495), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3432), 5, - anon_sym_BANG, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 11, + anon_sym_DASH_DASH, + ACTIONS(3497), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [56387] = 4, + anon_sym_extends, + [58803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(2918), 13, + ACTIONS(3507), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 28, + anon_sym_DASH_DASH, + ACTIONS(3509), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -153992,43 +157857,37 @@ 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, anon_sym_satisfies, - [56439] = 9, + anon_sym_extends, + [58853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 1, - anon_sym_QMARK, - ACTIONS(3009), 1, - anon_sym_EQ, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3012), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(3512), 2, - anon_sym_RPAREN, - anon_sym_extends, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 11, + ACTIONS(3511), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(3513), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -154045,27 +157904,28 @@ 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, anon_sym_satisfies, - [56501] = 3, + anon_sym_extends, + [58903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 13, + ACTIONS(1975), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3529), 29, + anon_sym_DASH_DASH, + ACTIONS(1973), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -154091,41 +157951,41 @@ 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, anon_sym_satisfies, anon_sym_extends, - [56551] = 9, + [58953] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3358), 1, + ACTIONS(1989), 1, anon_sym_extends, - ACTIONS(4117), 1, + ACTIONS(3631), 1, anon_sym_LBRACK, - ACTIONS(4462), 1, + ACTIONS(4537), 1, anon_sym_RPAREN, - ACTIONS(4120), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4435), 2, + ACTIONS(1399), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(4460), 2, + ACTIONS(3634), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4369), 2, anon_sym_COMMA, anon_sym_COLON, - ACTIONS(2918), 11, + ACTIONS(1397), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(1401), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -154145,103 +158005,107 @@ 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, anon_sym_satisfies, - [56613] = 21, + [59015] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(4302), 1, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, anon_sym_LT, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3244), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3432), 5, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 11, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4526), 1, + anon_sym_readonly, + STATE(2304), 1, + sym_override_modifier, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, + anon_sym_LPAREN, 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, - anon_sym_satisfies, - [56699] = 4, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [59099] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, + ACTIONS(3623), 1, + anon_sym_LBRACK, + ACTIONS(3629), 1, + anon_sym_extends, + ACTIONS(4540), 1, + anon_sym_RPAREN, + ACTIONS(3619), 2, anon_sym_EQ, - ACTIONS(1315), 13, + anon_sym_QMARK, + ACTIONS(3626), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4375), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(3617), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3621), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -154258,36 +158122,116 @@ 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, anon_sym_satisfies, - [56751] = 3, + [59161] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4543), 1, + anon_sym_RBRACK, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [59273] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3649), 13, + ACTIONS(2957), 1, + anon_sym_EQ, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3651), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 27, sym__ternary_qmark, anon_sym_as, 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, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -154304,38 +158248,40 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [56801] = 4, + [59325] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, + ACTIONS(4030), 2, anon_sym_AMP, - ACTIONS(3645), 12, + anon_sym_PIPE, + ACTIONS(4027), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3569), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3647), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -154352,28 +158298,105 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [56853] = 3, + [59381] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3878), 1, + anon_sym_LBRACK, + ACTIONS(3880), 1, + anon_sym_DOT, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, + anon_sym_AMP_AMP, + ACTIONS(4411), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4413), 1, + anon_sym_GT_GT, + ACTIONS(4417), 1, + anon_sym_AMP, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, + anon_sym_PERCENT, + ACTIONS(4427), 1, + anon_sym_STAR_STAR, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + ACTIONS(4545), 1, + anon_sym_SEMI, + ACTIONS(4547), 1, + sym__automatic_semicolon, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + ACTIONS(4403), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4405), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4415), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4423), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4433), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4435), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(4431), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [59493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3641), 13, + ACTIONS(2719), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3643), 29, + anon_sym_DASH_DASH, + ACTIONS(2721), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -154399,45 +158422,119 @@ 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, anon_sym_satisfies, anon_sym_extends, - [56903] = 9, + [59543] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(4302), 1, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, anon_sym_LT, - STATE(3378), 1, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4549), 1, + anon_sym_RBRACK, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - STATE(1893), 2, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3488), 12, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [59655] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4125), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4122), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3791), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(4033), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3490), 23, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4035), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -154454,176 +158551,118 @@ 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, anon_sym_satisfies, - [56965] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3187), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4358), 1, - anon_sym_readonly, - STATE(2260), 1, - sym_override_modifier, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [57047] = 32, + [59711] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(4409), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(4419), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(4421), 1, anon_sym_PIPE, - ACTIONS(4320), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4322), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(4330), 1, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, + ACTIONS(4439), 1, sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(4551), 1, + anon_sym_SEMI, + ACTIONS(4553), 1, + sym__automatic_semicolon, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4465), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57155] = 4, + [59823] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(2918), 13, + ACTIONS(4017), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4014), 3, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3388), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 28, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -154640,305 +158679,572 @@ 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, anon_sym_satisfies, - [57207] = 3, + [59879] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(2723), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, anon_sym_GT_GT, + ACTIONS(3543), 1, anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2725), 29, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4040), 2, anon_sym_COMMA, anon_sym_RBRACE, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [59989] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + ACTIONS(4025), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, + [60099] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, + anon_sym_AMP_AMP, + ACTIONS(3537), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3539), 1, + anon_sym_GT_GT, + ACTIONS(3543), 1, + anon_sym_AMP, + ACTIONS(3545), 1, + anon_sym_CARET, + ACTIONS(3547), 1, + anon_sym_PIPE, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, anon_sym_satisfies, - anon_sym_extends, - [57257] = 32, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4555), 1, + anon_sym_RPAREN, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(3472), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(3541), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(3553), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3555), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3551), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [60211] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(4409), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(4419), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(4421), 1, anon_sym_PIPE, - ACTIONS(4320), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4322), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(4330), 1, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, + ACTIONS(4439), 1, sym__ternary_qmark, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3492), 2, + ACTIONS(3723), 2, sym__automatic_semicolon, anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57365] = 32, + [60321] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3388), 1, + anon_sym_extends, + ACTIONS(4014), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(4561), 1, + anon_sym_RPAREN, + ACTIONS(4017), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4557), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4559), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2941), 12, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3866), 1, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - ACTIONS(4302), 1, + [60383] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2925), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, - ACTIONS(4304), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2927), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(4306), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, - anon_sym_AMP, - ACTIONS(4314), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4316), 1, - anon_sym_PIPE, - ACTIONS(4320), 1, anon_sym_PERCENT, - ACTIONS(4322), 1, anon_sym_STAR_STAR, - ACTIONS(4330), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3504), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [60433] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3858), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + anon_sym_DASH_DASH, + ACTIONS(3860), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [57473] = 28, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [60483] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, + anon_sym_QMARK_QMARK, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, + sym__ternary_qmark, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4564), 1, + anon_sym_RPAREN, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 6, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_SEMI, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [57573] = 3, + [60595] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 13, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(1403), 1, + sym__automatic_semicolon, + ACTIONS(1393), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1397), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3639), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1401), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -154957,113 +159263,111 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [57623] = 32, + [60651] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4566), 1, + anon_sym_COLON, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3624), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [57731] = 6, + [60763] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3551), 1, - anon_sym_extends, - ACTIONS(3928), 2, - anon_sym_COMMA, + ACTIONS(4568), 1, anon_sym_LBRACK, - ACTIONS(3931), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3924), 10, + ACTIONS(3850), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 26, + anon_sym_DASH_DASH, + ACTIONS(3852), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, @@ -155084,35 +159388,30 @@ 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, anon_sym_satisfies, - [57787] = 7, + anon_sym_extends, + [60815] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3824), 1, - anon_sym_QMARK_DOT, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(1503), 13, + ACTIONS(4570), 1, + anon_sym_extends, + ACTIONS(3840), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 25, + anon_sym_DASH_DASH, + ACTIONS(3842), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155121,6 +159420,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -155135,31 +159437,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, anon_sym_satisfies, - [57845] = 6, + [60867] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 1, + ACTIONS(3595), 1, + anon_sym_extends, + ACTIONS(4568), 1, + anon_sym_LBRACK, + ACTIONS(3593), 2, anon_sym_AMP, - ACTIONS(4380), 1, anon_sym_PIPE, - ACTIONS(4382), 1, - anon_sym_extends, - ACTIONS(3637), 11, + ACTIONS(3820), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3639), 28, + anon_sym_DASH_DASH, + ACTIONS(3822), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155168,7 +159471,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -155185,29 +159487,31 @@ 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, anon_sym_satisfies, - [57901] = 4, + [60923] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3634), 1, - anon_sym_DOT, - ACTIONS(3630), 13, + ACTIONS(4477), 1, + anon_sym_AMP, + ACTIONS(4479), 1, + anon_sym_PIPE, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(3808), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3632), 28, + anon_sym_DASH_DASH, + ACTIONS(3810), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -155217,6 +159521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155232,127 +159537,85 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [57953] = 33, + [60979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3800), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3802), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3236), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4467), 1, - anon_sym_COLON, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [58063] = 12, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [61029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4469), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3472), 12, + ACTIONS(3789), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 20, + anon_sym_DASH_DASH, + ACTIONS(3791), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -155367,190 +159630,130 @@ 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, anon_sym_satisfies, - [58131] = 33, + anon_sym_extends, + [61079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3611), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, - anon_sym_AMP_AMP, - ACTIONS(4306), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4312), 1, anon_sym_AMP, - ACTIONS(4314), 1, - anon_sym_CARET, - ACTIONS(4316), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - ACTIONS(4472), 1, - anon_sym_SEMI, - ACTIONS(4474), 1, - sym__automatic_semicolon, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [58241] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + anon_sym_DASH_DASH, + ACTIONS(3609), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3771), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3775), 1, anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, - ACTIONS(4306), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, - anon_sym_AMP, - ACTIONS(4314), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4316), 1, - anon_sym_PIPE, - ACTIONS(4320), 1, anon_sym_PERCENT, - ACTIONS(4322), 1, anon_sym_STAR_STAR, - ACTIONS(4330), 1, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3653), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [61129] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4477), 1, + anon_sym_AMP, + ACTIONS(3785), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, + anon_sym_GT_GT, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + anon_sym_DASH_DASH, + ACTIONS(3787), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [58349] = 6, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [61181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(1321), 1, - sym__automatic_semicolon, - ACTIONS(1311), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1315), 13, + ACTIONS(3773), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 25, + anon_sym_DASH_DASH, + ACTIONS(3775), 28, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -155569,264 +159772,247 @@ 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, anon_sym_satisfies, - [58405] = 32, + anon_sym_extends, + [61231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3753), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, - anon_sym_AMP_AMP, - ACTIONS(4306), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4312), 1, anon_sym_AMP, - ACTIONS(4314), 1, - anon_sym_CARET, - ACTIONS(4316), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3691), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3629), 28, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4328), 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(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [58513] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + anon_sym_extends, + [61281] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4572), 1, + anon_sym_RPAREN, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3543), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58621] = 32, + [61393] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4574), 1, + anon_sym_RPAREN, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3577), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58729] = 3, + [61505] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 13, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3073), 1, + anon_sym_QMARK, + ACTIONS(4027), 1, + anon_sym_LBRACK, + ACTIONS(3070), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(3569), 2, + anon_sym_RPAREN, + anon_sym_extends, + ACTIONS(4030), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3618), 29, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -155843,209 +160029,173 @@ 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, anon_sym_satisfies, - anon_sym_extends, - [58779] = 32, + [61567] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3388), 1, + anon_sym_extends, + ACTIONS(4014), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, - anon_sym_AMP_AMP, - ACTIONS(4306), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(4579), 1, + anon_sym_RPAREN, + ACTIONS(4017), 2, anon_sym_AMP, - ACTIONS(4314), 1, - anon_sym_CARET, - ACTIONS(4316), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3699), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(4486), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4576), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2941), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [58887] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [61629] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3482), 1, + anon_sym_PERCENT, + ACTIONS(3484), 1, + anon_sym_STAR_STAR, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, + ACTIONS(3535), 1, anon_sym_AMP_AMP, - ACTIONS(4306), 1, + ACTIONS(3537), 1, anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, + ACTIONS(3539), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(3543), 1, anon_sym_AMP, - ACTIONS(4314), 1, + ACTIONS(3545), 1, anon_sym_CARET, - ACTIONS(4316), 1, + ACTIONS(3547), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, + ACTIONS(3549), 1, + anon_sym_LT, + ACTIONS(3557), 1, anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3561), 1, sym__ternary_qmark, - STATE(3378), 1, + ACTIONS(3671), 1, + anon_sym_COMMA, + ACTIONS(4583), 1, + anon_sym_RPAREN, + STATE(1224), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3697), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3472), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(3480), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3533), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(3541), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(3553), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(3555), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(3551), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [58995] = 16, + [61741] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3569), 1, + anon_sym_extends, + ACTIONS(4027), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4476), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3609), 11, - anon_sym_STAR, - anon_sym_in, + ACTIONS(4030), 3, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + ACTIONS(2941), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3611), 16, + anon_sym_DASH_DASH, + ACTIONS(2945), 25, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -156059,82 +160209,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [59071] = 14, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [61797] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3058), 1, + anon_sym_EQ, + ACTIONS(3569), 1, + anon_sym_extends, + ACTIONS(4027), 2, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4479), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 12, + ACTIONS(4030), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 17, + anon_sym_DASH_DASH, + ACTIONS(2945), 24, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [59143] = 3, + [61855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3626), 13, + ACTIONS(3745), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3628), 29, + anon_sym_DASH_DASH, + ACTIONS(3747), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156160,346 +160307,143 @@ 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, anon_sym_satisfies, anon_sym_extends, - [59193] = 19, + [61905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(4585), 1, anon_sym_DOT, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3739), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 7, anon_sym_BANG, anon_sym_in, anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 14, + anon_sym_DASH_DASH, + ACTIONS(3741), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [59275] = 32, + anon_sym_extends, + [61957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3859), 1, - anon_sym_as, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3866), 1, - anon_sym_satisfies, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, - anon_sym_AMP_AMP, - ACTIONS(4306), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, - anon_sym_AMP, - ACTIONS(4314), 1, - anon_sym_CARET, - ACTIONS(4316), 1, - anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4330), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4332), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(4298), 2, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(2941), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4328), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [59383] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, anon_sym_GT_GT, - ACTIONS(3448), 1, anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4482), 1, - anon_sym_RPAREN, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [59493] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(2945), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3236), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, anon_sym_PERCENT, - ACTIONS(3458), 1, anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4484), 1, - anon_sym_RBRACK, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [59603] = 13, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [62009] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4486), 1, + ACTIONS(4429), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3514), 12, + ACTIONS(3663), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3516), 18, + anon_sym_DASH_DASH, + ACTIONS(3665), 22, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -156513,37 +160457,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, anon_sym_satisfies, - [59673] = 5, + [62071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3468), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(3470), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(1991), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 26, + anon_sym_DASH_DASH, + ACTIONS(1989), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -156560,245 +160503,76 @@ 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, anon_sym_satisfies, - [59727] = 26, + anon_sym_extends, + [62121] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3432), 1, + ACTIONS(4591), 1, + sym_regex_flags, + ACTIONS(4587), 17, + anon_sym_STAR, + anon_sym_as, anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4308), 1, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, - ACTIONS(4312), 1, anon_sym_AMP, - ACTIONS(4314), 1, - anon_sym_CARET, - ACTIONS(4316), 1, anon_sym_PIPE, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 8, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, + anon_sym_DASH_DASH, anon_sym_satisfies, - [59823] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(4589), 24, + sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3236), 1, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - ACTIONS(3240), 1, + anon_sym_RBRACK, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4489), 1, - anon_sym_RPAREN, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [59933] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4304), 1, - anon_sym_AMP_AMP, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, - anon_sym_AMP, - ACTIONS(4314), 1, anon_sym_CARET, - ACTIONS(4316), 1, - anon_sym_PIPE, - ACTIONS(4320), 1, anon_sym_PERCENT, - ACTIONS(4322), 1, anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4328), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 7, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_SEMI, - anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [60031] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + [62173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 13, + ACTIONS(3519), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3622), 29, + anon_sym_DASH_DASH, + ACTIONS(3521), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -156824,181 +160598,105 @@ 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, anon_sym_satisfies, anon_sym_extends, - [60081] = 32, + [62223] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4409), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4411), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4419), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4421), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3711), 2, - anon_sym_COLON, - anon_sym_RBRACK, - ACTIONS(4384), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4412), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4414), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [60189] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3436), 1, + ACTIONS(4429), 1, anon_sym_LT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3440), 1, - anon_sym_AMP_AMP, - ACTIONS(3442), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, + ACTIONS(4437), 1, anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, + ACTIONS(4439), 1, sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4491), 1, - anon_sym_RPAREN, - STATE(3318), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3428), 2, + ACTIONS(4211), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3434), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(3446), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3462), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3464), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3460), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [60299] = 3, + [62333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3506), 13, + ACTIONS(2727), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3508), 29, + anon_sym_DASH_DASH, + ACTIONS(2729), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157024,233 +160722,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, anon_sym_satisfies, anon_sym_extends, - [60349] = 17, + [62383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4479), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3637), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 8, anon_sym_BANG, anon_sym_in, anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 16, + anon_sym_DASH_DASH, + ACTIONS(3639), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - 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, - anon_sym_satisfies, - [60427] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(3236), 1, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3436), 1, - anon_sym_LT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3440), 1, anon_sym_AMP_AMP, - ACTIONS(3442), 1, anon_sym_PIPE_PIPE, - ACTIONS(3444), 1, - anon_sym_GT_GT, - ACTIONS(3448), 1, - anon_sym_AMP, - ACTIONS(3450), 1, - anon_sym_CARET, - ACTIONS(3452), 1, - anon_sym_PIPE, - ACTIONS(3456), 1, - anon_sym_PERCENT, - ACTIONS(3458), 1, - anon_sym_STAR_STAR, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3494), 1, - anon_sym_QMARK_QMARK, - ACTIONS(3496), 1, - sym__ternary_qmark, - ACTIONS(3581), 1, - anon_sym_COMMA, - ACTIONS(4493), 1, - anon_sym_RBRACK, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3428), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3434), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(3446), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(3454), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3462), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3464), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3460), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [60537] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4320), 1, + anon_sym_CARET, anon_sym_PERCENT, - ACTIONS(4322), 1, anon_sym_STAR_STAR, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4326), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4328), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4324), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 9, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [60627] = 3, + anon_sym_extends, + [62433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3510), 13, + ACTIONS(3567), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3512), 29, + anon_sym_DASH_DASH, + ACTIONS(3569), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157276,28 +160816,28 @@ 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, anon_sym_satisfies, anon_sym_extends, - [60677] = 3, + [62483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3356), 13, + ACTIONS(3386), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3358), 29, + anon_sym_DASH_DASH, + ACTIONS(3388), 28, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157323,180 +160863,170 @@ 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, anon_sym_satisfies, anon_sym_extends, - [60727] = 24, + [62533] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(4302), 1, - anon_sym_LT, - ACTIONS(4308), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, + anon_sym_as, + ACTIONS(3908), 1, + anon_sym_BANG, + ACTIONS(3942), 1, + anon_sym_satisfies, + ACTIONS(4409), 1, + anon_sym_AMP_AMP, + ACTIONS(4411), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4413), 1, anon_sym_GT_GT, - ACTIONS(4312), 1, + ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4320), 1, + ACTIONS(4419), 1, + anon_sym_CARET, + ACTIONS(4421), 1, + anon_sym_PIPE, + ACTIONS(4425), 1, anon_sym_PERCENT, - ACTIONS(4322), 1, + ACTIONS(4427), 1, anon_sym_STAR_STAR, - STATE(3378), 1, + ACTIONS(4429), 1, + anon_sym_LT, + ACTIONS(4437), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4439), 1, + sym__ternary_qmark, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + ACTIONS(3848), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(4403), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4300), 2, + ACTIONS(4405), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, + ACTIONS(4415), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4318), 2, + ACTIONS(4423), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + ACTIONS(4433), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, + ACTIONS(4435), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4324), 3, + ACTIONS(4431), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 9, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [60819] = 25, + [62643] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(4302), 1, + ACTIONS(4593), 1, anon_sym_LT, - ACTIONS(4308), 1, - anon_sym_GT_GT, - ACTIONS(4312), 1, - anon_sym_AMP, - ACTIONS(4314), 1, - anon_sym_CARET, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4298), 2, + STATE(1909), 2, + sym_template_string, + sym_arguments, + ACTIONS(3766), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4300), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4310), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4318), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4326), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4328), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4324), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 8, + anon_sym_DASH_DASH, + ACTIONS(3768), 19, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, 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_satisfies, - [60913] = 16, + [62711] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(4320), 1, - anon_sym_PERCENT, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4479), 1, - anon_sym_LT, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3803), 2, + ACTIONS(3900), 1, anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, anon_sym_DASH_DASH, - ACTIONS(4298), 2, - anon_sym_STAR, - anon_sym_SLASH, - STATE(1893), 2, + ACTIONS(4596), 1, + anon_sym_LT, + STATE(1546), 1, + sym_type_arguments, + STATE(3621), 1, + sym_optional_chain, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 10, + ACTIONS(3755), 12, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, @@ -157505,9 +161035,10 @@ 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(3430), 16, + ACTIONS(3757), 18, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157517,6 +161048,8 @@ 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_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, @@ -157524,52 +161057,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [60989] = 17, + [62783] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3767), 1, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3771), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3775), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3859), 1, + ACTIONS(3900), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3902), 1, + anon_sym_DASH_DASH, + ACTIONS(3906), 1, anon_sym_as, - ACTIONS(3861), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3866), 1, + ACTIONS(3942), 1, anon_sym_satisfies, - ACTIONS(4322), 1, - anon_sym_STAR_STAR, - ACTIONS(4479), 1, + ACTIONS(4599), 1, anon_sym_LT, - STATE(3378), 1, + STATE(1546), 1, sym_type_arguments, - STATE(3481), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3803), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1893), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 11, + ACTIONS(3862), 11, anon_sym_STAR, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3430), 15, + ACTIONS(3864), 16, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_SEMI, @@ -157579,32 +161111,34 @@ static const uint16_t ts_small_parse_table[] = { 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, - [61067] = 4, + [62861] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 1, + ACTIONS(4568), 1, anon_sym_LBRACK, - ACTIONS(3521), 13, + ACTIONS(3593), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3523), 28, + anon_sym_DASH_DASH, + ACTIONS(3595), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -157629,38 +161163,112 @@ 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, anon_sym_satisfies, anon_sym_extends, - [61119] = 5, + [62913] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4435), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4460), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, + anon_sym_AMP_AMP, + ACTIONS(4447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + ACTIONS(4602), 1, + anon_sym_RBRACK, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4441), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4469), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4471), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [63022] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3979), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(3981), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -157678,37 +161286,87 @@ 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, anon_sym_satisfies, - [61172] = 5, + [63071] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1357), 1, - sym__automatic_semicolon, - ACTIONS(1349), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1353), 13, + ACTIONS(3092), 1, + anon_sym_EQ, + ACTIONS(3569), 1, + anon_sym_extends, + ACTIONS(4027), 2, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(4030), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + anon_sym_implements, + [63128] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4604), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4606), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1355), 25, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -157726,117 +161384,148 @@ 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, anon_sym_satisfies, - [61225] = 32, + [63181] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3267), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4610), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4612), 2, + anon_sym_get, + anon_sym_set, + STATE(3092), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [63256] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - ACTIONS(4495), 1, + ACTIONS(4614), 1, anon_sym_COLON, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61332] = 16, + [63365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4499), 1, - anon_sym_LT, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4076), 14, anon_sym_STAR, - anon_sym_SLASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 10, anon_sym_BANG, anon_sym_in, anon_sym_GT, @@ -157845,121 +161534,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 15, + anon_sym_DASH_DASH, + ACTIONS(3657), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [61407] = 32, + [63414] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1435), 1, + sym__automatic_semicolon, + ACTIONS(1427), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1431), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1433), 24, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3236), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, - anon_sym_AMP, - ACTIONS(4400), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4402), 1, - anon_sym_PIPE, - ACTIONS(4406), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - ACTIONS(4506), 1, - anon_sym_COLON, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4412), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4414), 2, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [61514] = 4, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [63467] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1499), 2, + ACTIONS(1599), 1, + sym__automatic_semicolon, + ACTIONS(1591), 2, anon_sym_else, anon_sym_while, - ACTIONS(1503), 13, + ACTIONS(1595), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 26, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1597), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -157982,56 +161661,47 @@ 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, anon_sym_satisfies, - [61565] = 17, + [63520] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4499), 1, + ACTIONS(4616), 1, anon_sym_LT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 11, + ACTIONS(3766), 13, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3430), 14, + anon_sym_DASH_DASH, + ACTIONS(3768), 18, sym__ternary_qmark, + anon_sym_as, anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158039,66 +161709,70 @@ static const uint16_t ts_small_parse_table[] = { 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, - [61642] = 21, + anon_sym_PLUS_PLUS, + anon_sym_satisfies, + [63587] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4502), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4631), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3432), 5, + ACTIONS(3476), 5, anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 10, + ACTIONS(3474), 10, sym__ternary_qmark, anon_sym_as, anon_sym_of, @@ -158109,330 +161783,356 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [61727] = 28, + [63674] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4502), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3723), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4631), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, + ACTIONS(4637), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, + ACTIONS(4641), 1, anon_sym_AMP, - ACTIONS(4526), 1, + ACTIONS(4643), 1, anon_sym_CARET, - ACTIONS(4528), 1, + ACTIONS(4645), 1, anon_sym_PIPE, - STATE(3318), 1, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 5, - sym__ternary_qmark, - anon_sym_as, - anon_sym_of, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [61826] = 32, + [63783] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(3624), 1, - anon_sym_of, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4526), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4528), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4534), 1, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4655), 1, + anon_sym_COLON, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [61933] = 32, + [63892] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(3653), 1, + ACTIONS(3824), 1, anon_sym_of, - ACTIONS(4502), 1, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4631), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, + ACTIONS(4637), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, + ACTIONS(4641), 1, anon_sym_AMP, - ACTIONS(4526), 1, + ACTIONS(4643), 1, anon_sym_CARET, - ACTIONS(4528), 1, + ACTIONS(4645), 1, anon_sym_PIPE, - ACTIONS(4534), 1, + ACTIONS(4651), 1, anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, + ACTIONS(4653), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62040] = 32, + [64001] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(1549), 1, + sym__automatic_semicolon, + ACTIONS(1541), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1545), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1547), 24, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3236), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3543), 1, - anon_sym_of, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, - anon_sym_AMP, - ACTIONS(4526), 1, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, anon_sym_CARET, - ACTIONS(4528), 1, - anon_sym_PIPE, - ACTIONS(4534), 1, + 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, - ACTIONS(4536), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + anon_sym_instanceof, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + [64054] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1523), 1, + sym__automatic_semicolon, + ACTIONS(1515), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1519), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4508), 2, + anon_sym_BANG, anon_sym_in, - anon_sym_GT, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + anon_sym_DASH_DASH, + ACTIONS(1521), 24, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [62147] = 6, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [64107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3007), 1, - anon_sym_EQ, - ACTIONS(3055), 1, - anon_sym_in, - ACTIONS(3058), 1, - anon_sym_of, - ACTIONS(2918), 12, + ACTIONS(1529), 14, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 26, + anon_sym_DASH_DASH, + ACTIONS(1531), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -158451,37 +162151,35 @@ 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, anon_sym_satisfies, - [62202] = 5, + [64156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4367), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4369), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(4148), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(4150), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -158499,186 +162197,272 @@ 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, anon_sym_satisfies, - [62255] = 32, + [64205] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3233), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4610), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4612), 2, + anon_sym_get, + anon_sym_set, + STATE(3092), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [64280] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3476), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3577), 1, - anon_sym_of, - ACTIONS(4502), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4631), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, + ACTIONS(4637), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, + ACTIONS(4641), 1, anon_sym_AMP, - ACTIONS(4526), 1, + ACTIONS(4643), 1, anon_sym_CARET, - ACTIONS(4528), 1, + ACTIONS(4645), 1, anon_sym_PIPE, - ACTIONS(4534), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, - sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62362] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3474), 5, + sym__ternary_qmark, anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, + anon_sym_of, + anon_sym_QMARK_QMARK, anon_sym_satisfies, - ACTIONS(4388), 1, + [64381] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, anon_sym_LT, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, - anon_sym_AMP, - ACTIONS(4400), 1, - anon_sym_CARET, - ACTIONS(4402), 1, - anon_sym_PIPE, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - ACTIONS(4538), 1, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3233), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4657), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [64458] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1431), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + anon_sym_DASH_DASH, + ACTIONS(1433), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [62469] = 4, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [64507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1405), 13, + ACTIONS(1595), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1407), 23, + anon_sym_DASH_DASH, + ACTIONS(1597), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -158696,38 +162480,35 @@ 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, anon_sym_satisfies, - [62520] = 7, + [64556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4540), 1, - anon_sym_LPAREN, - ACTIONS(4543), 1, - anon_sym_COLON, - ACTIONS(4545), 1, - anon_sym_LT, - ACTIONS(4548), 1, - anon_sym_QMARK, - ACTIONS(2918), 12, + ACTIONS(3030), 1, + anon_sym_EQ, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 25, + anon_sym_DASH_DASH, + ACTIONS(2945), 26, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -158746,27 +162527,27 @@ 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, anon_sym_satisfies, - [62577] = 3, + [64607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4113), 13, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4115), 28, + anon_sym_DASH_DASH, + ACTIONS(2945), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -158792,34 +162573,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, anon_sym_satisfies, - [62626] = 5, + [64656] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4550), 2, + ACTIONS(4659), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(4552), 3, + ACTIONS(4661), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -158840,112 +162621,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, anon_sym_satisfies, - [62679] = 32, + [64709] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3579), 1, - anon_sym_of, - ACTIONS(4502), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4629), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4631), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4663), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, - anon_sym_AMP_AMP, - ACTIONS(4522), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, - anon_sym_AMP, - ACTIONS(4526), 1, - anon_sym_CARET, - ACTIONS(4528), 1, - anon_sym_PIPE, - ACTIONS(4534), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, - sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 10, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(3474), 15, + sym__ternary_qmark, + anon_sym_as, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [62786] = 5, + anon_sym_satisfies, + [64786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4550), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4552), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(4118), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(4120), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -158963,34 +162727,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, anon_sym_satisfies, - [62839] = 5, + [64835] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4550), 2, + ACTIONS(4659), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(4552), 3, + ACTIONS(4661), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -159011,126 +162775,156 @@ 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, anon_sym_satisfies, - [62892] = 32, + [64888] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3709), 1, - anon_sym_of, - ACTIONS(4502), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4631), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, - anon_sym_AMP_AMP, - ACTIONS(4522), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, + ACTIONS(4641), 1, anon_sym_AMP, - ACTIONS(4526), 1, + ACTIONS(4643), 1, anon_sym_CARET, - ACTIONS(4528), 1, - anon_sym_PIPE, - ACTIONS(4534), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, - sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [62999] = 13, + ACTIONS(3474), 7, + sym__ternary_qmark, + anon_sym_as, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [64983] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(4659), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4661), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, - ACTIONS(3236), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(4554), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 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_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, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3514), 12, + anon_sym_BQUOTE, + anon_sym_satisfies, + [65036] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3058), 1, + anon_sym_EQ, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3516), 17, + anon_sym_DASH_DASH, + ACTIONS(2945), 26, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -159144,32 +162938,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [63068] = 5, + [65087] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4557), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4559), 3, + ACTIONS(1525), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1529), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(1531), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -159190,55 +162986,40 @@ 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, anon_sym_satisfies, - [63121] = 16, + [65138] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4561), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3609), 11, + ACTIONS(4666), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4668), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3611), 15, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, - anon_sym_of, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -159252,109 +163033,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - [63196] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, + anon_sym_PLUS_PLUS, anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, anon_sym_satisfies, - ACTIONS(3711), 1, - anon_sym_of, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, - anon_sym_AMP_AMP, - ACTIONS(4522), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, - anon_sym_AMP, - ACTIONS(4526), 1, - anon_sym_CARET, - ACTIONS(4528), 1, - anon_sym_PIPE, - ACTIONS(4534), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4508), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4530), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4532), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [63303] = 5, + [65191] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4564), 2, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3267), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, anon_sym_EQ, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4657), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(4566), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [65268] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4670), 1, + anon_sym_LPAREN, + ACTIONS(4673), 1, anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(4675), 1, + anon_sym_LT, + ACTIONS(4678), 1, + anon_sym_QMARK, + ACTIONS(4162), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(4164), 24, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -159372,42 +163144,40 @@ 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, anon_sym_satisfies, - [63356] = 9, + [65325] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(3029), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4683), 1, anon_sym_COLON, - ACTIONS(3512), 1, - anon_sym_extends, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4568), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2918), 11, + ACTIONS(4685), 1, + anon_sym_LT, + ACTIONS(4688), 1, + anon_sym_QMARK, + ACTIONS(2941), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(2945), 24, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -159424,403 +163194,257 @@ 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, anon_sym_satisfies, - [63417] = 32, + [65382] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, + ACTIONS(3687), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4637), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4641), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4643), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4645), 1, anon_sym_PIPE, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4651), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4653), 1, sym__ternary_qmark, - ACTIONS(4572), 1, - anon_sym_RBRACK, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63524] = 12, + [65491] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4574), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, anon_sym_LT, - STATE(3318), 1, + ACTIONS(4641), 1, + anon_sym_AMP, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3472), 12, - anon_sym_STAR, + ACTIONS(3476), 2, anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 19, - sym__ternary_qmark, - anon_sym_as, - 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, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - [63591] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3016), 1, - anon_sym_EQ, - ACTIONS(2918), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2922), 27, - sym__automatic_semicolon, + ACTIONS(3474), 8, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [63642] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3187), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4579), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4581), 2, - anon_sym_get, - anon_sym_set, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [63715] = 32, + [65584] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - ACTIONS(4583), 1, + ACTIONS(4690), 1, anon_sym_COLON, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [63822] = 16, + [65693] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3187), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, + ACTIONS(3030), 1, anon_sym_EQ, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4585), 1, - anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [63897] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3975), 13, + ACTIONS(3115), 1, + anon_sym_in, + ACTIONS(3118), 1, + anon_sym_of, + ACTIONS(2941), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3977), 28, + anon_sym_DASH_DASH, + ACTIONS(2945), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -159839,40 +163463,38 @@ 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, anon_sym_satisfies, - [63946] = 7, + [65748] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3510), 1, + ACTIONS(4557), 2, + anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3512), 2, - anon_sym_RPAREN, - anon_sym_extends, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3984), 3, + ACTIONS(4559), 3, anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(2918), 11, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -159889,82 +163511,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, anon_sym_satisfies, - [64003] = 3, + [65801] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1515), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4621), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1517), 28, - sym__automatic_semicolon, + ACTIONS(4649), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4635), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 8, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [64052] = 3, + [65892] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1385), 13, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(3791), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4125), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4033), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1387), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4035), 24, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -159981,35 +163627,37 @@ 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, anon_sym_satisfies, - [64101] = 3, + [65947] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1417), 13, + ACTIONS(4692), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4694), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1419), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -160027,39 +163675,38 @@ 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, anon_sym_satisfies, - [64150] = 6, + [66000] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 1, - anon_sym_LBRACK, - ACTIONS(3551), 2, + ACTIONS(4486), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4576), 3, anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3931), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3924), 10, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 25, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160076,34 +163723,112 @@ 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, anon_sym_satisfies, - [64205] = 3, + [66053] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3529), 1, + anon_sym_of, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4639), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_AMP, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4621), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4649), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [66162] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1353), 13, + ACTIONS(1559), 1, + sym__automatic_semicolon, + ACTIONS(1551), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1555), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1355), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1557), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -160122,32 +163847,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, anon_sym_satisfies, - [64254] = 5, + [66215] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1421), 1, + ACTIONS(1569), 1, sym__automatic_semicolon, - ACTIONS(1413), 2, + ACTIONS(1561), 2, anon_sym_else, anon_sym_while, - ACTIONS(1417), 13, + ACTIONS(1565), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1419), 25, + anon_sym_DASH_DASH, + ACTIONS(1567), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -160170,27 +163895,27 @@ 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, anon_sym_satisfies, - [64307] = 3, + [66268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(1467), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3492), 28, + anon_sym_DASH_DASH, + ACTIONS(1469), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160216,207 +163941,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, anon_sym_satisfies, - [64356] = 7, + [66317] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(3420), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3426), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3423), 3, - anon_sym_GT, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, + anon_sym_AMP_AMP, + ACTIONS(4447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(3414), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, anon_sym_LT, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + ACTIONS(4696), 1, + anon_sym_RBRACK, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4441), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 24, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [64413] = 7, + [66426] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(3398), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(1945), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3401), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1315), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4663), 1, anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 8, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 24, - sym__automatic_semicolon, + ACTIONS(3474), 15, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [64470] = 32, + [66505] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3476), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4388), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4637), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4641), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4643), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4645), 1, anon_sym_PIPE, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - ACTIONS(4587), 1, - anon_sym_COLON, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [64577] = 5, + ACTIONS(3474), 6, + sym__ternary_qmark, + anon_sym_as, + anon_sym_of, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [66604] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1389), 1, + ACTIONS(1419), 1, sym__automatic_semicolon, - ACTIONS(1381), 2, + ACTIONS(1411), 2, anon_sym_else, anon_sym_while, - ACTIONS(1385), 13, + ACTIONS(1415), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1387), 25, + anon_sym_DASH_DASH, + ACTIONS(1417), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -160439,37 +164197,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, anon_sym_satisfies, - [64630] = 4, + [66657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4589), 1, - sym_regex_flags, - ACTIONS(4425), 16, + ACTIONS(4010), 14, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(4427), 24, + anon_sym_DASH_DASH, + ACTIONS(4012), 27, sym__automatic_semicolon, sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -160486,102 +164241,46 @@ 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, - [64681] = 16, + anon_sym_satisfies, + [66706] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3199), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4585), 1, - anon_sym_LBRACK, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [64756] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3130), 1, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4591), 1, + ACTIONS(4698), 1, anon_sym_STAR, - ACTIONS(4593), 1, + ACTIONS(4700), 1, anon_sym_LBRACE, - ACTIONS(4595), 1, + ACTIONS(4702), 1, anon_sym_async, - ACTIONS(4599), 1, + ACTIONS(4706), 1, anon_sym_readonly, - STATE(2240), 1, + STATE(2274), 1, sym_statement_block, - STATE(2269), 1, + STATE(2311), 1, sym_override_modifier, - ACTIONS(4597), 2, + ACTIONS(4704), 2, sym_number, sym_private_property_identifier, - ACTIONS(4601), 2, + ACTIONS(4708), 2, anon_sym_get, anon_sym_set, - STATE(2416), 3, + STATE(2501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -160589,9 +164288,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3106), 15, + ACTIONS(3168), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -160607,24 +164305,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [64831] = 3, + [66783] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4036), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + STATE(1408), 2, + sym_template_string, + sym_arguments, + ACTIONS(4710), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_implements, + ACTIONS(3328), 14, anon_sym_STAR, anon_sym_BANG, 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_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3330), 20, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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_satisfies, + [66840] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4152), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4038), 28, + anon_sym_DASH_DASH, + ACTIONS(4154), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160650,35 +164399,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, anon_sym_satisfies, - [64880] = 4, + [66889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3007), 1, - anon_sym_EQ, - ACTIONS(2918), 13, + ACTIONS(4156), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 27, + anon_sym_DASH_DASH, + ACTIONS(3529), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -160697,27 +164445,27 @@ 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, anon_sym_satisfies, - [64931] = 3, + [66938] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4048), 13, + ACTIONS(4172), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4050), 28, + anon_sym_DASH_DASH, + ACTIONS(4174), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160743,27 +164491,27 @@ 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, anon_sym_satisfies, - [64980] = 3, + [66987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3916), 13, + ACTIONS(4207), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3918), 28, + anon_sym_DASH_DASH, + ACTIONS(3687), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160789,27 +164537,27 @@ 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, anon_sym_satisfies, - [65029] = 3, + [67036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3894), 13, + ACTIONS(4199), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3896), 28, + anon_sym_DASH_DASH, + ACTIONS(3824), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160835,41 +164583,84 @@ 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, anon_sym_satisfies, - [65078] = 8, + [67085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(3420), 1, - anon_sym_LBRACK, - ACTIONS(4179), 1, - anon_sym_COLON, - ACTIONS(3423), 2, + ACTIONS(4195), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3426), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4197), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(3414), 11, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [67134] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1589), 1, + sym__automatic_semicolon, + ACTIONS(1581), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1585), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 22, + anon_sym_DASH_DASH, + ACTIONS(1587), 24, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -160886,27 +164677,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, anon_sym_satisfies, - [65137] = 3, + [67187] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3264), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4610), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4612), 2, + anon_sym_get, + anon_sym_set, + STATE(3092), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [67262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1503), 13, + ACTIONS(4158), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 28, + anon_sym_DASH_DASH, + ACTIONS(4160), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -160932,53 +164782,54 @@ 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, anon_sym_satisfies, - [65186] = 15, + [67311] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(3184), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(3199), 1, + ACTIONS(3264), 1, anon_sym_RBRACE, - ACTIONS(4348), 1, + ACTIONS(4516), 1, anon_sym_STAR, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4657), 1, anon_sym_LBRACK, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(4579), 2, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4524), 2, sym_number, sym_private_property_identifier, - ACTIONS(4581), 2, + ACTIONS(4528), 2, anon_sym_get, anon_sym_set, - STATE(3001), 3, + STATE(2537), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -160993,32 +164844,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [65259] = 3, + [67388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3868), 13, + ACTIONS(1463), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1467), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3870), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1469), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -161036,36 +164889,41 @@ 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, anon_sym_satisfies, - [65308] = 3, + [67439] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3946), 13, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3567), 1, + anon_sym_QMARK, + ACTIONS(4027), 1, + anon_sym_LBRACK, + ACTIONS(4030), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3569), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3948), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -161082,27 +164940,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, anon_sym_satisfies, - [65357] = 3, + [67498] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + ACTIONS(4641), 1, + anon_sym_AMP, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4621), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4649), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3474), 7, + sym__ternary_qmark, + anon_sym_as, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [67595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4056), 13, + ACTIONS(4054), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4058), 28, + anon_sym_DASH_DASH, + ACTIONS(4056), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161128,38 +165056,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [67644] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4445), 1, + anon_sym_AMP_AMP, + ACTIONS(4447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, + anon_sym_AMP, + ACTIONS(4455), 1, + anon_sym_CARET, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4475), 1, + sym__ternary_qmark, + ACTIONS(4712), 1, + anon_sym_COLON, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4441), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4443), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4469), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4471), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [67753] = 34, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, anon_sym_satisfies, - [65406] = 8, + ACTIONS(4087), 1, + anon_sym_of, + ACTIONS(4621), 1, + anon_sym_GT, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4639), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_AMP, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + ACTIONS(4714), 1, + anon_sym_in, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4649), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [67864] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(3398), 1, - anon_sym_LBRACK, - ACTIONS(4203), 1, + ACTIONS(3075), 1, anon_sym_COLON, - ACTIONS(3401), 2, + ACTIONS(3569), 1, + anon_sym_extends, + ACTIONS(4027), 1, + anon_sym_LBRACK, + ACTIONS(4030), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(1945), 3, + ACTIONS(4717), 2, anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(1315), 11, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 22, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -161179,86 +165261,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, anon_sym_satisfies, - [65465] = 7, + [67925] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_EQ, - ACTIONS(3984), 1, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3512), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3987), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 7, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 24, + ACTIONS(3474), 13, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + 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_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [65522] = 5, + [68008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1519), 1, - sym__automatic_semicolon, - ACTIONS(1511), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1515), 13, + ACTIONS(4162), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1517), 25, + anon_sym_DASH_DASH, + ACTIONS(4164), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -161277,39 +165370,40 @@ 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, anon_sym_satisfies, - [65575] = 6, + [68057] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 1, + ACTIONS(3103), 1, + anon_sym_EQ, + ACTIONS(4027), 1, anon_sym_LBRACK, - ACTIONS(3358), 2, + ACTIONS(3569), 2, anon_sym_COMMA, anon_sym_extends, - ACTIONS(4120), 3, + ACTIONS(4030), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 25, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -161326,27 +165420,85 @@ 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, anon_sym_satisfies, - [65630] = 3, + [68114] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3950), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4663), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 12, anon_sym_STAR, anon_sym_BANG, 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(3474), 16, + sym__ternary_qmark, + anon_sym_as, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_satisfies, + [68187] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3952), 28, + anon_sym_DASH_DASH, + ACTIONS(3971), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161372,102 +165524,103 @@ 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, anon_sym_satisfies, - [65679] = 32, + [68236] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, + ACTIONS(3846), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4637), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4641), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4643), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4645), 1, anon_sym_PIPE, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4651), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4653), 1, sym__ternary_qmark, - ACTIONS(4603), 1, - anon_sym_COLON, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [65786] = 3, + [68345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3942), 13, + ACTIONS(4068), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3944), 28, + anon_sym_DASH_DASH, + ACTIONS(4070), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161493,27 +165646,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [68394] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4064), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DASH_DASH, + ACTIONS(4066), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - [65835] = 3, + [68443] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2918), 13, + ACTIONS(3791), 1, + anon_sym_extends, + ACTIONS(4125), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4122), 3, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_LBRACK, + ACTIONS(4033), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4035), 23, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [68498] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3249), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4657), 1, + anon_sym_LBRACK, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [68575] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4058), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 28, + anon_sym_DASH_DASH, + ACTIONS(4060), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161539,27 +165847,27 @@ 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, anon_sym_satisfies, - [65884] = 3, + [68624] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3938), 13, + ACTIONS(4168), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3940), 28, + anon_sym_DASH_DASH, + ACTIONS(4170), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161585,27 +165893,103 @@ 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, anon_sym_satisfies, - [65933] = 3, + [68673] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3826), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4639), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_AMP, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4621), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4649), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [68782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3956), 13, + ACTIONS(4072), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3958), 28, + anon_sym_DASH_DASH, + ACTIONS(4074), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161631,34 +166015,36 @@ 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, anon_sym_satisfies, - [65982] = 3, + [68831] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3960), 13, + ACTIONS(1471), 1, + sym__automatic_semicolon, + ACTIONS(1463), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1467), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3697), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1469), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -161677,33 +166063,92 @@ 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, anon_sym_satisfies, - [66031] = 6, + [68884] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3249), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4610), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4612), 2, + anon_sym_get, + anon_sym_set, + STATE(3092), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [68959] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3984), 1, + ACTIONS(4014), 1, anon_sym_LBRACK, - ACTIONS(3512), 2, + ACTIONS(3388), 2, anon_sym_COMMA, anon_sym_extends, - ACTIONS(3987), 3, + ACTIONS(4017), 3, anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 25, + anon_sym_DASH_DASH, + ACTIONS(2945), 24, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -161726,27 +166171,27 @@ 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, anon_sym_satisfies, - [66086] = 3, + [69014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3872), 13, + ACTIONS(4180), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3874), 28, + anon_sym_DASH_DASH, + ACTIONS(4182), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161772,34 +166217,36 @@ 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, anon_sym_satisfies, - [66135] = 3, + [69063] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4075), 13, + ACTIONS(1513), 1, + sym__automatic_semicolon, + ACTIONS(1505), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1509), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4077), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1511), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -161818,27 +166265,27 @@ 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, anon_sym_satisfies, - [66184] = 3, + [69116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4079), 13, + ACTIONS(4176), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4081), 28, + anon_sym_DASH_DASH, + ACTIONS(4178), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -161864,148 +166311,162 @@ 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, anon_sym_satisfies, - [66233] = 32, + [69165] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3244), 1, + anon_sym_RBRACE, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4610), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4612), 2, + anon_sym_get, + anon_sym_set, + STATE(3092), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [69240] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - ACTIONS(4605), 1, + ACTIONS(4721), 1, anon_sym_COLON, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4412), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4414), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4410), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [66340] = 3, + [69349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4083), 13, + ACTIONS(4184), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3579), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [66389] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4085), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3577), 28, + anon_sym_DASH_DASH, + ACTIONS(4186), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -162031,27 +166492,27 @@ 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, anon_sym_satisfies, - [66438] = 3, + [69398] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3805), 13, + ACTIONS(4188), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3807), 28, + anon_sym_DASH_DASH, + ACTIONS(4190), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -162077,38 +166538,37 @@ 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, anon_sym_satisfies, - [66487] = 6, + [69447] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, + ACTIONS(4723), 2, anon_sym_EQ, - ACTIONS(4203), 1, - anon_sym_of, - ACTIONS(4607), 1, - anon_sym_in, - ACTIONS(1315), 12, + anon_sym_QMARK, + ACTIONS(4725), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 26, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162126,27 +166586,27 @@ 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, anon_sym_satisfies, - [66542] = 3, + [69500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4123), 13, + ACTIONS(4201), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3543), 28, + anon_sym_DASH_DASH, + ACTIONS(4203), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -162172,34 +166632,37 @@ 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, anon_sym_satisfies, - [66591] = 3, + [69549] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 13, + ACTIONS(4727), 1, + sym_regex_flags, + ACTIONS(4587), 17, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4089), 28, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(4589), 23, sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -162216,39 +166679,37 @@ 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, - anon_sym_satisfies, - [66640] = 5, + [69600] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1549), 1, - sym__automatic_semicolon, - ACTIONS(1541), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1545), 13, + ACTIONS(4723), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4725), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1547), 25, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162266,35 +166727,37 @@ 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, anon_sym_satisfies, - [66693] = 3, + [69653] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3920), 13, + ACTIONS(4723), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4725), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3922), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162312,53 +166775,54 @@ 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, anon_sym_satisfies, - [66742] = 15, + [69706] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(3184), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(3208), 1, + ACTIONS(3244), 1, anon_sym_RBRACE, - ACTIONS(4348), 1, + ACTIONS(4516), 1, anon_sym_STAR, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4657), 1, anon_sym_LBRACK, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(4579), 2, + ACTIONS(4524), 2, sym_number, sym_private_property_identifier, - ACTIONS(4581), 2, + ACTIONS(4528), 2, anon_sym_get, anon_sym_set, - STATE(3001), 3, + STATE(2537), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -162373,81 +166837,306 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [66815] = 5, + [69783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1491), 1, - sym__automatic_semicolon, - ACTIONS(1483), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1487), 13, + ACTIONS(4048), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1489), 25, + anon_sym_DASH_DASH, + ACTIONS(4050), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [69832] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3641), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4639), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_AMP, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4621), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4649), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [69941] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3607), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4639), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_AMP, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4621), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4625), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4627), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4649), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [70050] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3717), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + ACTIONS(4637), 1, anon_sym_AMP_AMP, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_AMP, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4621), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4627), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [66868] = 5, + [70159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1477), 1, - sym__automatic_semicolon, - ACTIONS(1469), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1473), 13, + ACTIONS(4140), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1475), 25, + anon_sym_DASH_DASH, + ACTIONS(4142), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -162466,97 +167155,37 @@ 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, anon_sym_satisfies, - [66921] = 16, + [70208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3208), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, + ACTIONS(4729), 2, anon_sym_EQ, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4585), 1, - anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [66996] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(4197), 1, - anon_sym_of, - ACTIONS(4610), 1, - anon_sym_in, - ACTIONS(3962), 12, + ACTIONS(4731), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3966), 26, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162574,38 +167203,51 @@ 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, anon_sym_satisfies, - [67051] = 3, + [70261] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3924), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4733), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3755), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 28, - sym__automatic_semicolon, + ACTIONS(3757), 17, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -162619,39 +167261,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, anon_sym_satisfies, - [67100] = 5, + [70332] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1439), 1, - sym__automatic_semicolon, - ACTIONS(1431), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1435), 13, + ACTIONS(3611), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3609), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_extends, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1437), 25, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -162668,89 +167308,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, anon_sym_satisfies, - [67153] = 5, + [70385] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1529), 1, - sym__automatic_semicolon, - ACTIONS(1521), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1525), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1527), 25, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [67206] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(4179), 1, - anon_sym_of, - ACTIONS(4613), 1, - anon_sym_in, - ACTIONS(3414), 12, - anon_sym_STAR, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4736), 1, anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3862), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3418), 26, - sym__automatic_semicolon, + ACTIONS(3864), 15, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -162764,37 +167370,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [67261] = 3, + [70462] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3851), 13, + ACTIONS(3789), 1, + anon_sym_QMARK, + ACTIONS(3791), 2, + anon_sym_RPAREN, + anon_sym_extends, + ACTIONS(4125), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4122), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + ACTIONS(4033), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3853), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4035), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -162811,36 +167418,39 @@ 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, anon_sym_satisfies, - [67310] = 3, + [70519] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4129), 13, + ACTIONS(4027), 1, + anon_sym_LBRACK, + ACTIONS(3569), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4030), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4131), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 24, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -162857,73 +167467,103 @@ 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, anon_sym_satisfies, - [67359] = 3, + [70574] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1545), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1547), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3647), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, + anon_sym_PERCENT, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4633), 1, + anon_sym_LT, + ACTIONS(4637), 1, anon_sym_AMP_AMP, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_AMP, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4619), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4621), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4627), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4647), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4635), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [67408] = 3, + [70683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3934), 13, + ACTIONS(1415), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3936), 28, + anon_sym_DASH_DASH, + ACTIONS(1417), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -162949,35 +167589,37 @@ 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, anon_sym_satisfies, - [67457] = 3, + [70732] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 13, + ACTIONS(4486), 2, + anon_sym_EQ, + anon_sym_QMARK, + ACTIONS(4488), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1475), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -162995,27 +167637,27 @@ 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, anon_sym_satisfies, - [67506] = 3, + [70785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1435), 13, + ACTIONS(1565), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1437), 28, + anon_sym_DASH_DASH, + ACTIONS(1567), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -163041,36 +167683,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, anon_sym_satisfies, - [67555] = 5, + [70834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1399), 1, - sym__automatic_semicolon, - ACTIONS(1391), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1395), 13, + ACTIONS(1555), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1397), 25, + anon_sym_DASH_DASH, + ACTIONS(1557), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -163089,32 +167729,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, anon_sym_satisfies, - [67608] = 5, + [70883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1371), 1, + ACTIONS(1579), 1, sym__automatic_semicolon, - ACTIONS(1363), 2, + ACTIONS(1571), 2, anon_sym_else, anon_sym_while, - ACTIONS(1367), 13, + ACTIONS(1575), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1369), 25, + anon_sym_DASH_DASH, + ACTIONS(1577), 24, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -163137,27 +167777,27 @@ 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, anon_sym_satisfies, - [67661] = 3, + [70936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1525), 13, + ACTIONS(1519), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1527), 28, + anon_sym_DASH_DASH, + ACTIONS(1521), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -163183,27 +167823,27 @@ 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, anon_sym_satisfies, - [67710] = 3, + [70985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3150), 13, + ACTIONS(1545), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3154), 28, + anon_sym_DASH_DASH, + ACTIONS(1547), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -163229,174 +167869,115 @@ 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, anon_sym_satisfies, - [67759] = 25, + [71034] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4524), 1, - anon_sym_AMP, - ACTIONS(4526), 1, - anon_sym_CARET, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3466), 2, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - ACTIONS(4497), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4508), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4530), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4532), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 7, - sym__ternary_qmark, + ACTIONS(3527), 1, anon_sym_as, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, anon_sym_satisfies, - [67852] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4502), 1, + ACTIONS(3848), 1, + anon_sym_of, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4631), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4524), 1, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4639), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, anon_sym_AMP, - STATE(3318), 1, + ACTIONS(4643), 1, + anon_sym_CARET, + ACTIONS(4645), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4653), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 8, - sym__ternary_qmark, - anon_sym_as, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [67943] = 7, + anon_sym_GT_EQ, + anon_sym_instanceof, + [71143] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3045), 1, - anon_sym_EQ, - ACTIONS(3512), 1, - anon_sym_extends, - ACTIONS(3984), 2, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(3987), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(4727), 1, + sym_regex_flags, + ACTIONS(4587), 18, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_of, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 24, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(4589), 22, + sym__automatic_semicolon, sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -163411,40 +167992,37 @@ 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, - anon_sym_satisfies, - anon_sym_implements, - [68000] = 5, + [71194] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4616), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4618), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(1493), 1, + sym__automatic_semicolon, + ACTIONS(1485), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1489), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(1491), 24, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -163462,660 +168040,432 @@ 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, anon_sym_satisfies, - [68053] = 23, + [71247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(1485), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1489), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4508), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4518), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 8, + anon_sym_DASH_DASH, + ACTIONS(1491), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [68142] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, anon_sym_AMP_AMP, - ACTIONS(4524), 1, - anon_sym_AMP, - ACTIONS(4526), 1, - anon_sym_CARET, - ACTIONS(4528), 1, - anon_sym_PIPE, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4508), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4514), 2, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4530), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4532), 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 6, - sym__ternary_qmark, - anon_sym_as, - anon_sym_of, - anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [68239] = 26, + [71298] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(3075), 1, + anon_sym_COLON, + ACTIONS(4027), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4524), 1, + ACTIONS(4030), 2, anon_sym_AMP, - ACTIONS(4526), 1, - anon_sym_CARET, - ACTIONS(4528), 1, anon_sym_PIPE, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(3569), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2941), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4508), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 7, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_of, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [68334] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(4502), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, anon_sym_PERCENT, - ACTIONS(4504), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + anon_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(4497), 2, + anon_sym_BQUOTE, + anon_sym_satisfies, + [71357] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1571), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1575), 14, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 7, anon_sym_BANG, anon_sym_in, anon_sym_GT, + anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 13, + anon_sym_DASH_DASH, + ACTIONS(1577), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_of, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [68415] = 14, + [71408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4499), 1, - anon_sym_LT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 12, + ACTIONS(4739), 1, + sym__automatic_semicolon, + ACTIONS(1505), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1509), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 16, + anon_sym_DASH_DASH, + ACTIONS(1511), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_of, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [68486] = 32, + [71461] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(3697), 1, + ACTIONS(3657), 1, anon_sym_of, - ACTIONS(4502), 1, + ACTIONS(4623), 1, + anon_sym_GT_GT, + ACTIONS(4629), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4631), 1, anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, + ACTIONS(4637), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, + ACTIONS(4641), 1, anon_sym_AMP, - ACTIONS(4526), 1, + ACTIONS(4643), 1, anon_sym_CARET, - ACTIONS(4528), 1, + ACTIONS(4645), 1, anon_sym_PIPE, - ACTIONS(4534), 1, + ACTIONS(4651), 1, anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, + ACTIONS(4653), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4619), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4621), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4625), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4627), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4647), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4649), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4635), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68593] = 32, + [71570] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3699), 1, - anon_sym_of, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, + ACTIONS(4633), 1, anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, - anon_sym_AMP_AMP, - ACTIONS(4522), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, - anon_sym_AMP, - ACTIONS(4526), 1, - anon_sym_CARET, - ACTIONS(4528), 1, - anon_sym_PIPE, - ACTIONS(4534), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, - sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3663), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4508), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [68700] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + anon_sym_DASH_DASH, + ACTIONS(3665), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_of, anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3691), 1, - anon_sym_of, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, - anon_sym_AMP, - ACTIONS(4526), 1, - anon_sym_CARET, - ACTIONS(4528), 1, - anon_sym_PIPE, - ACTIONS(4534), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4508), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4514), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4530), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4532), 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [68807] = 32, + anon_sym_PLUS_PLUS, + anon_sym_satisfies, + [71631] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(3504), 1, - anon_sym_of, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4526), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4528), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4534), 1, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4741), 1, + anon_sym_COLON, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [68914] = 4, + [71740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1499), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1503), 13, + ACTIONS(3983), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1505), 23, + anon_sym_DASH_DASH, + ACTIONS(3826), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -164133,34 +168483,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, anon_sym_satisfies, - [68965] = 6, + [71789] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4631), 1, + anon_sym_STAR_STAR, + ACTIONS(4663), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 11, + anon_sym_STAR, + anon_sym_in, + 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(3474), 14, + sym__ternary_qmark, + anon_sym_of, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_instanceof, + [71868] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3551), 1, + ACTIONS(3569), 1, anon_sym_extends, - ACTIONS(3931), 2, + ACTIONS(4030), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3928), 3, + ACTIONS(4027), 3, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_LBRACK, - ACTIONS(3924), 11, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 24, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, @@ -164182,191 +168593,158 @@ 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, anon_sym_satisfies, - [69020] = 33, + [71923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3998), 14, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3882), 1, - anon_sym_of, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4508), 1, + anon_sym_in, anon_sym_GT, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, anon_sym_GT_GT, - ACTIONS(4520), 1, - anon_sym_AMP_AMP, - ACTIONS(4522), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, anon_sym_AMP, - ACTIONS(4526), 1, - anon_sym_CARET, - ACTIONS(4528), 1, anon_sym_PIPE, - ACTIONS(4534), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, - sym__ternary_qmark, - ACTIONS(4620), 1, - anon_sym_in, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4514), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4516), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + anon_sym_DASH_DASH, + ACTIONS(4000), 27, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4518), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [69129] = 32, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [71972] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(3492), 1, - anon_sym_of, - ACTIONS(4502), 1, - anon_sym_PERCENT, - ACTIONS(4504), 1, - anon_sym_STAR_STAR, - ACTIONS(4510), 1, - anon_sym_LT, - ACTIONS(4512), 1, - anon_sym_GT_GT, - ACTIONS(4520), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4522), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4524), 1, + ACTIONS(4449), 1, + anon_sym_GT_GT, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4526), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4528), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4534), 1, + ACTIONS(4461), 1, + anon_sym_PERCENT, + ACTIONS(4463), 1, + anon_sym_STAR_STAR, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4536), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4743), 1, + anon_sym_COLON, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4508), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4514), 2, + ACTIONS(4451), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4516), 2, + ACTIONS(4459), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4530), 2, + ACTIONS(4469), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4532), 2, + ACTIONS(4471), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4518), 3, + ACTIONS(4467), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [69236] = 7, + [72081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3041), 1, - anon_sym_EQ, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3512), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3987), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(1585), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 24, + anon_sym_DASH_DASH, + ACTIONS(1587), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -164383,36 +168761,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, anon_sym_satisfies, - [69293] = 5, + [72130] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1409), 1, - sym__automatic_semicolon, - ACTIONS(1401), 2, - anon_sym_else, - anon_sym_while, - ACTIONS(1405), 13, + ACTIONS(4002), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1407), 25, + anon_sym_DASH_DASH, + ACTIONS(4004), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -164431,27 +168807,27 @@ 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, anon_sym_satisfies, - [69346] = 3, + [72179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4125), 13, + ACTIONS(1509), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4127), 28, + anon_sym_DASH_DASH, + ACTIONS(1511), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -164477,39 +168853,41 @@ 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, anon_sym_satisfies, - [69395] = 4, + [72228] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4589), 1, - sym_regex_flags, - ACTIONS(4425), 17, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(3631), 1, + anon_sym_LBRACK, + ACTIONS(4369), 1, + anon_sym_COLON, + ACTIONS(3634), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1989), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(1397), 12, anon_sym_STAR, - anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_of, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(4427), 23, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1401), 21, sym__ternary_qmark, - anon_sym_COMMA, + anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -164524,42 +168902,37 @@ 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, - [69446] = 9, + anon_sym_satisfies, + [72287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(4510), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3488), 12, + ACTIONS(4033), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3490), 22, + anon_sym_DASH_DASH, + ACTIONS(4035), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -164577,37 +168950,40 @@ 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, anon_sym_satisfies, - [69507] = 5, + [72336] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4623), 2, - anon_sym_EQ, + ACTIONS(3567), 1, anon_sym_QMARK, - ACTIONS(4625), 3, - anon_sym_COMMA, + ACTIONS(3569), 2, anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, + anon_sym_extends, + ACTIONS(4030), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4027), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -164624,39 +169000,36 @@ 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, anon_sym_satisfies, - [69560] = 6, + [72393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3512), 1, - anon_sym_extends, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3984), 3, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(2918), 11, + ACTIONS(1575), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 24, + anon_sym_DASH_DASH, + ACTIONS(1577), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -164673,36 +169046,41 @@ 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, anon_sym_satisfies, - [69615] = 3, + [72442] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1487), 13, + ACTIONS(3619), 1, + anon_sym_EQ, + ACTIONS(3623), 1, + anon_sym_LBRACK, + ACTIONS(4375), 1, + anon_sym_COLON, + ACTIONS(3626), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3629), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(3617), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1489), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3621), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -164719,36 +169097,35 @@ 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, anon_sym_satisfies, - [69664] = 4, + [72501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1363), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1367), 13, + ACTIONS(1489), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1369), 23, + anon_sym_DASH_DASH, + ACTIONS(1491), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -164766,37 +169143,35 @@ 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, anon_sym_satisfies, - [69715] = 5, + [72550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4627), 1, - sym__automatic_semicolon, - ACTIONS(1391), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1395), 13, + ACTIONS(4144), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1397), 23, + anon_sym_DASH_DASH, + ACTIONS(4146), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -164814,27 +169189,27 @@ 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, anon_sym_satisfies, - [69768] = 3, + [72599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1395), 13, + ACTIONS(4138), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1397), 28, + anon_sym_DASH_DASH, + ACTIONS(3641), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -164860,34 +169235,37 @@ 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, anon_sym_satisfies, - [69817] = 3, + [72648] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1367), 13, + ACTIONS(3619), 1, + anon_sym_EQ, + ACTIONS(4375), 1, + anon_sym_of, + ACTIONS(4745), 1, + anon_sym_in, + ACTIONS(3617), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1369), 28, + anon_sym_DASH_DASH, + ACTIONS(3621), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -164906,33 +169284,33 @@ 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, anon_sym_satisfies, - [69866] = 4, + [72703] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1521), 5, + ACTIONS(1591), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - ACTIONS(1525), 13, + ACTIONS(1595), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1527), 23, + anon_sym_DASH_DASH, + ACTIONS(1597), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -164953,102 +169331,153 @@ 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, anon_sym_satisfies, - [69917] = 32, + [72754] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, + ACTIONS(4445), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4447), 1, anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, + ACTIONS(4449), 1, anon_sym_GT_GT, - ACTIONS(4398), 1, + ACTIONS(4453), 1, anon_sym_AMP, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_CARET, - ACTIONS(4402), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4406), 1, + ACTIONS(4461), 1, anon_sym_PERCENT, - ACTIONS(4408), 1, + ACTIONS(4463), 1, anon_sym_STAR_STAR, - ACTIONS(4416), 1, + ACTIONS(4465), 1, + anon_sym_LT, + ACTIONS(4473), 1, anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, + ACTIONS(4475), 1, sym__ternary_qmark, - ACTIONS(4629), 1, + ACTIONS(4748), 1, anon_sym_COLON, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, + ACTIONS(4441), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4386), 2, + ACTIONS(4443), 2, anon_sym_in, anon_sym_GT, - ACTIONS(4396), 2, + ACTIONS(4451), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4459), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4469), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4471), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4467), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [72863] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3096), 1, + anon_sym_EQ, + ACTIONS(4027), 1, + anon_sym_LBRACK, + ACTIONS(3569), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4030), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4412), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4414), 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [70024] = 3, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [72920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3876), 13, + ACTIONS(4006), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3878), 28, + anon_sym_DASH_DASH, + ACTIONS(4008), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -165074,35 +169503,37 @@ 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, anon_sym_satisfies, - [70073] = 3, + [72969] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3855), 13, + ACTIONS(4750), 1, + sym__automatic_semicolon, + ACTIONS(1427), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1431), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3857), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1433), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -165120,41 +169551,37 @@ 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, anon_sym_satisfies, - [70122] = 8, + [73022] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(3029), 1, - anon_sym_COLON, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3512), 3, + ACTIONS(1541), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2918), 11, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1545), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(1547), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -165171,33 +169598,33 @@ 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, anon_sym_satisfies, - [70181] = 4, + [73073] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1431), 5, + ACTIONS(1515), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - ACTIONS(1435), 13, + ACTIONS(1519), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1437), 23, + anon_sym_DASH_DASH, + ACTIONS(1521), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -165218,27 +169645,27 @@ 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, anon_sym_satisfies, - [70232] = 3, + [73124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4062), 13, + ACTIONS(4114), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4064), 28, + anon_sym_DASH_DASH, + ACTIONS(4116), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -165264,40 +169691,36 @@ 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, anon_sym_satisfies, - [70281] = 7, + [73173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3549), 1, - anon_sym_QMARK, - ACTIONS(3551), 2, - anon_sym_RPAREN, - anon_sym_extends, - ACTIONS(3931), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3928), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(3924), 11, + ACTIONS(3659), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 22, + anon_sym_DASH_DASH, + ACTIONS(3661), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -165314,38 +169737,39 @@ 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, anon_sym_satisfies, - [70338] = 5, + [73222] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3468), 4, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_extends, - ACTIONS(2918), 11, + ACTIONS(4080), 1, + anon_sym_EQ, + ACTIONS(4373), 1, + anon_sym_of, + ACTIONS(4752), 1, + anon_sym_in, + ACTIONS(4078), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 24, + anon_sym_DASH_DASH, + ACTIONS(4082), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -165362,96 +169786,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, anon_sym_satisfies, - [70391] = 15, + [73277] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3194), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, + ACTIONS(3619), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(3623), 1, anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4579), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4581), 2, - anon_sym_get, - anon_sym_set, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, + ACTIONS(3629), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(3626), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3617), 11, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3621), 23, sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [70464] = 5, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [73334] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 1, - sym__automatic_semicolon, - ACTIONS(1469), 4, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(3631), 1, + anon_sym_LBRACK, + ACTIONS(1989), 2, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1473), 13, + anon_sym_extends, + ACTIONS(3634), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1397), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1475), 23, + anon_sym_DASH_DASH, + ACTIONS(1401), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -165468,34 +169886,37 @@ 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, anon_sym_satisfies, - [70517] = 3, + [73391] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4060), 13, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(4369), 1, + anon_sym_of, + ACTIONS(4755), 1, + anon_sym_in, + ACTIONS(1397), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3624), 28, + anon_sym_DASH_DASH, + ACTIONS(1401), 25, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -165514,37 +169935,36 @@ 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, anon_sym_satisfies, - [70566] = 5, + [73446] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4633), 1, - sym__automatic_semicolon, - ACTIONS(1483), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1487), 13, + ACTIONS(1525), 2, + anon_sym_else, + anon_sym_while, + ACTIONS(1529), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1489), 23, + anon_sym_DASH_DASH, + ACTIONS(1531), 25, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -165562,151 +169982,33 @@ 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, anon_sym_satisfies, - [70619] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3194), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4585), 1, - anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [70694] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3221), 1, - anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4585), 1, - anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4356), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [70769] = 4, + [73497] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1541), 5, + ACTIONS(1581), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - ACTIONS(1545), 13, + ACTIONS(1585), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1547), 23, + anon_sym_DASH_DASH, + ACTIONS(1587), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -165727,92 +170029,33 @@ 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, anon_sym_satisfies, - [70820] = 15, + [73548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, + ACTIONS(1411), 5, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(3221), 1, anon_sym_RBRACE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4579), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4581), 2, - anon_sym_get, - anon_sym_set, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [70893] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4435), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4437), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(1415), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(1417), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -165833,27 +170076,27 @@ 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, anon_sym_satisfies, - [70946] = 3, + [73599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3971), 13, + ACTIONS(3212), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3973), 28, + anon_sym_DASH_DASH, + ACTIONS(3216), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -165879,36 +170122,35 @@ 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, anon_sym_satisfies, - [70995] = 4, + [73648] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1511), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1515), 13, + ACTIONS(4110), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1517), 23, + anon_sym_DASH_DASH, + ACTIONS(4112), 27, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_of, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -165926,27 +170168,27 @@ 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, anon_sym_satisfies, - [71046] = 3, + [73697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4042), 13, + ACTIONS(4092), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4044), 28, + anon_sym_DASH_DASH, + ACTIONS(4094), 27, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, @@ -165972,110 +170214,37 @@ 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, anon_sym_satisfies, - [71095] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4388), 1, - anon_sym_LT, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4394), 1, - anon_sym_GT_GT, - ACTIONS(4398), 1, - anon_sym_AMP, - ACTIONS(4400), 1, - anon_sym_CARET, - ACTIONS(4402), 1, - anon_sym_PIPE, - ACTIONS(4406), 1, - anon_sym_PERCENT, - ACTIONS(4408), 1, - anon_sym_STAR_STAR, - ACTIONS(4416), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4418), 1, - sym__ternary_qmark, - ACTIONS(4635), 1, - anon_sym_RBRACK, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4384), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4386), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4396), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4404), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4412), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4414), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4410), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [71202] = 3, + [73746] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4133), 13, + ACTIONS(4758), 1, + sym__automatic_semicolon, + ACTIONS(1551), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1555), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4135), 28, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1557), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -166092,40 +170261,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [71251] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4637), 1, - anon_sym_LPAREN, - ACTIONS(4640), 1, - anon_sym_COLON, - ACTIONS(4642), 1, - anon_sym_LT, - ACTIONS(4645), 1, - anon_sym_QMARK, - ACTIONS(3975), 12, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [73799] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4760), 1, + sym__automatic_semicolon, + ACTIONS(1561), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + ACTIONS(1565), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3977), 25, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(1567), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -166143,38 +170310,54 @@ 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, anon_sym_satisfies, - [71308] = 3, + [73852] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4052), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4762), 1, anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3862), 11, + anon_sym_STAR, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(4054), 28, - sym__automatic_semicolon, + ACTIONS(3864), 14, sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, @@ -166188,62 +170371,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [71357] = 17, + [73928] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4499), 1, - anon_sym_LT, - ACTIONS(4502), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, anon_sym_PERCENT, - ACTIONS(4504), 1, + ACTIONS(4775), 1, anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(4777), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4497), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4516), 2, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 8, + ACTIONS(3476), 7, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 15, + ACTIONS(3474), 12, sym__ternary_qmark, anon_sym_as, - anon_sym_of, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, @@ -166252,81 +170433,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [71434] = 5, + [74010] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4649), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, - anon_sym_STAR, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4767), 1, anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, + anon_sym_LT, + ACTIONS(4781), 1, + anon_sym_AMP_AMP, + ACTIONS(4783), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4785), 1, anon_sym_AMP, + ACTIONS(4787), 1, + anon_sym_CARET, + ACTIONS(4789), 1, anon_sym_PIPE, + ACTIONS(4797), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4799), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4765), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4795), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [74116] = 32, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, + anon_sym_LT, + ACTIONS(4781), 1, anon_sym_AMP_AMP, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, + ACTIONS(4785), 1, + anon_sym_AMP, + ACTIONS(4787), 1, + anon_sym_CARET, + ACTIONS(4789), 1, + anon_sym_PIPE, + ACTIONS(4797), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4799), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4765), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4771), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [71487] = 5, + [74222] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4651), 1, - sym__automatic_semicolon, - ACTIONS(1381), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1385), 13, + ACTIONS(3092), 1, + anon_sym_EQ, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1387), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 25, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, @@ -166345,41 +170624,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, anon_sym_satisfies, - [71540] = 8, + anon_sym_implements, + [74272] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2964), 1, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4803), 1, + anon_sym_static, + ACTIONS(4805), 1, + anon_sym_readonly, + ACTIONS(4807), 1, + anon_sym_abstract, + STATE(2294), 1, + sym_accessibility_modifier, + STATE(2320), 1, + sym_override_modifier, + ACTIONS(4801), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3190), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2734), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 8, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3510), 1, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(3984), 1, + ACTIONS(3168), 14, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [74346] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4027), 1, anon_sym_LBRACK, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3512), 3, + ACTIONS(3569), 2, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_extends, - ACTIONS(2918), 11, + ACTIONS(4030), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -166396,80 +170731,105 @@ 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, anon_sym_satisfies, - [71599] = 3, + [74400] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(1405), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1407), 28, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3476), 1, + anon_sym_BANG, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, + anon_sym_LT, + ACTIONS(4781), 1, anon_sym_AMP_AMP, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, + ACTIONS(4785), 1, + anon_sym_AMP, + ACTIONS(4787), 1, + anon_sym_CARET, + ACTIONS(4789), 1, + anon_sym_PIPE, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4765), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, + ACTIONS(4771), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3474), 4, + sym__ternary_qmark, + anon_sym_as, + anon_sym_QMARK_QMARK, anon_sym_satisfies, - [71648] = 5, + [74500] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 2, + ACTIONS(4080), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4649), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4373), 1, anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(4084), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(4078), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(4082), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -166490,73 +170850,169 @@ 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, anon_sym_satisfies, - [71701] = 4, + [74554] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1413), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1417), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4765), 2, anon_sym_STAR, - anon_sym_BANG, + anon_sym_SLASH, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4779), 2, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + ACTIONS(3476), 5, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1419), 23, + ACTIONS(3474), 9, sym__ternary_qmark, anon_sym_as, + 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, + anon_sym_satisfies, + [74640] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4809), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 11, + anon_sym_STAR, + anon_sym_in, + 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(3474), 13, + sym__ternary_qmark, 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, - anon_sym_satisfies, - [71752] = 5, + [74718] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4647), 2, - anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(4649), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(2918), 13, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4809), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4765), 2, anon_sym_STAR, + anon_sym_SLASH, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 10, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, @@ -166564,58 +171020,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + ACTIONS(3474), 14, sym__ternary_qmark, anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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_satisfies, + [74794] = 32, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, + anon_sym_LBRACK, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, + anon_sym_BANG, + ACTIONS(3559), 1, anon_sym_satisfies, - [71805] = 4, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, + anon_sym_LT, + ACTIONS(4781), 1, + anon_sym_AMP_AMP, + ACTIONS(4783), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4785), 1, + anon_sym_AMP, + ACTIONS(4787), 1, + anon_sym_CARET, + ACTIONS(4789), 1, + anon_sym_PIPE, + ACTIONS(4797), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4799), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4765), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4795), 2, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_instanceof, + [74900] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1349), 5, - sym__automatic_semicolon, + ACTIONS(4014), 1, + anon_sym_LBRACK, + ACTIONS(3388), 2, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - ACTIONS(1353), 13, + anon_sym_extends, + ACTIONS(4017), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1355), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -166632,127 +171155,122 @@ 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, anon_sym_satisfies, - [71856] = 31, + [74954] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4661), 1, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, + ACTIONS(4799), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [71960] = 17, + [75060] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4689), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4812), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4673), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 8, + ACTIONS(3755), 12, + anon_sym_STAR, anon_sym_BANG, anon_sym_in, 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(3430), 14, + ACTIONS(3757), 16, sym__ternary_qmark, anon_sym_as, anon_sym_AMP_AMP, @@ -166760,6 +171278,8 @@ 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_STAR_STAR, anon_sym_LT_EQ, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, @@ -166767,248 +171287,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [72036] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3194), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4579), 2, - sym_number, - sym_private_property_identifier, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [72104] = 15, + [75130] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4694), 1, - anon_sym_static, - ACTIONS(4696), 1, - anon_sym_readonly, - ACTIONS(4698), 1, - anon_sym_abstract, - STATE(2236), 1, - sym_accessibility_modifier, - STATE(2294), 1, - sym_override_modifier, - ACTIONS(4692), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3128), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - STATE(2722), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(3106), 14, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [72176] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3187), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4579), 2, - sym_number, - sym_private_property_identifier, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [72244] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3045), 1, - anon_sym_EQ, - ACTIONS(2918), 13, - anon_sym_STAR, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4767), 1, anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, + anon_sym_LT, + ACTIONS(4781), 1, + anon_sym_AMP_AMP, + ACTIONS(4783), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4785), 1, anon_sym_AMP, + ACTIONS(4787), 1, + anon_sym_CARET, + ACTIONS(4789), 1, anon_sym_PIPE, + ACTIONS(4797), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4799), 1, + sym__ternary_qmark, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + ACTIONS(4765), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 26, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - anon_sym_implements, - [72294] = 7, + [75236] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(3512), 1, + ACTIONS(3386), 1, + anon_sym_QMARK, + ACTIONS(3388), 1, anon_sym_extends, - ACTIONS(3984), 2, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(3987), 2, + ACTIONS(4017), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2918), 11, + ACTIONS(4014), 3, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -167026,479 +171408,488 @@ 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, anon_sym_satisfies, - [72350] = 16, + [75292] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4358), 1, - anon_sym_readonly, - STATE(2260), 1, - sym_override_modifier, - ACTIONS(3224), 2, + ACTIONS(3230), 1, anon_sym_COMMA, + ACTIONS(3233), 1, anon_sym_RBRACE, - ACTIONS(4356), 2, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4610), 2, sym_number, sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, + STATE(3092), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [72424] = 4, + [75362] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(4429), 1, - sym_regex_flags, - ACTIONS(4425), 17, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - anon_sym_implements, - ACTIONS(4427), 22, - sym__ternary_qmark, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, + ACTIONS(3316), 1, anon_sym_DOT, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - 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, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [72474] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3356), 1, - anon_sym_QMARK, - ACTIONS(3358), 1, - anon_sym_extends, - ACTIONS(4120), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4117), 3, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - ACTIONS(2918), 11, - anon_sym_STAR, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4767), 1, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2922), 22, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(4773), 1, anon_sym_PERCENT, + ACTIONS(4775), 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_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [72530] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3470), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(3468), 4, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2918), 11, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(4777), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2922), 22, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(4781), 1, anon_sym_AMP_AMP, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4785), 1, + anon_sym_AMP, + ACTIONS(4787), 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(4789), 1, + anon_sym_PIPE, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [72582] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4700), 1, - anon_sym_LT, - STATE(3318), 1, + ACTIONS(4799), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3472), 12, + ACTIONS(4765), 2, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 18, - sym__ternary_qmark, - anon_sym_as, - 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(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - [72648] = 31, + [75468] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4526), 1, + anon_sym_readonly, + STATE(2304), 1, + sym_override_modifier, + ACTIONS(3290), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4524), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [75544] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4661), 1, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, + ACTIONS(4799), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [72752] = 16, + [75650] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4703), 1, - anon_sym_LT, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3609), 11, - anon_sym_STAR, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, + ACTIONS(4767), 1, 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(3611), 14, - sym__ternary_qmark, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, + anon_sym_LT, + ACTIONS(4781), 1, anon_sym_AMP_AMP, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, + ACTIONS(4785), 1, + anon_sym_AMP, + ACTIONS(4787), 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(4789), 1, + anon_sym_PIPE, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - anon_sym_instanceof, - [72826] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4706), 1, - anon_sym_LT, - STATE(3318), 1, + ACTIONS(4799), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3514), 12, + ACTIONS(4765), 2, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3516), 16, - sym__ternary_qmark, - anon_sym_as, - 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(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_satisfies, - [72894] = 7, + [75756] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3249), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(3426), 1, - anon_sym_extends, - ACTIONS(3420), 2, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4610), 2, + sym_number, + sym_private_property_identifier, + STATE(3092), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [75826] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3267), 1, anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4610), 2, + sym_number, + sym_private_property_identifier, + STATE(3092), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [75896] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3107), 1, + anon_sym_EQ, + ACTIONS(4027), 1, anon_sym_LBRACK, - ACTIONS(3423), 2, + ACTIONS(3569), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4030), 3, + anon_sym_GT, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3414), 11, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_of, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -167515,83 +171906,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, anon_sym_satisfies, - [72950] = 7, + [75952] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(1945), 1, - anon_sym_extends, - ACTIONS(3398), 2, - anon_sym_RBRACE, + ACTIONS(1122), 1, + anon_sym_BQUOTE, + ACTIONS(3306), 1, + anon_sym_LPAREN, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3401), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(1315), 11, + ACTIONS(3316), 1, + anon_sym_DOT, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4809), 1, + anon_sym_LT, + STATE(1224), 1, + sym_type_arguments, + STATE(3729), 1, + sym_optional_chain, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3476), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1319), 23, + ACTIONS(3474), 15, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOT, - anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [73006] = 6, + [76024] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 1, + ACTIONS(2957), 1, anon_sym_EQ, - ACTIONS(4197), 1, - anon_sym_COLON, - ACTIONS(3968), 2, + ACTIONS(3128), 3, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_RBRACK, - ACTIONS(3962), 13, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3966), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -167612,39 +172010,38 @@ 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, anon_sym_satisfies, - [73060] = 7, + [76076] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, - anon_sym_EQ, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3512), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(3987), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(4591), 1, + sym_regex_flags, + ACTIONS(4587), 18, anon_sym_STAR, + anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + anon_sym_implements, + ACTIONS(4589), 21, sym__ternary_qmark, - anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_of, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -167659,39 +172056,38 @@ 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, - anon_sym_satisfies, - [73116] = 5, + [76126] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_EQ, - ACTIONS(3080), 3, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(3791), 2, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(2918), 13, + anon_sym_extends, + ACTIONS(4125), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4033), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(4035), 23, + sym__automatic_semicolon, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -167708,44 +172104,44 @@ 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, anon_sym_satisfies, - [73168] = 13, + [76180] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(3184), 1, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(3208), 1, + ACTIONS(3264), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(4579), 2, + ACTIONS(4610), 2, sym_number, sym_private_property_identifier, - STATE(3001), 3, + STATE(3092), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -167766,738 +172162,526 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [73236] = 31, + [76250] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(87), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, + anon_sym_as, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(3874), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3878), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3880), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3908), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4661), 1, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, + ACTIONS(4799), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(2097), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3621), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1909), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [73340] = 13, + [76356] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3199), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1399), 1, anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(4579), 2, - sym_number, - sym_private_property_identifier, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [73408] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(1989), 1, + anon_sym_extends, + ACTIONS(3631), 2, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4659), 1, - anon_sym_AMP_AMP, - ACTIONS(4661), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(3634), 2, anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4671), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(1397), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [73512] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + anon_sym_DASH_DASH, + ACTIONS(1401), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, anon_sym_DOT, - ACTIONS(3438), 1, anon_sym_QMARK_DOT, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4681), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4683), 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 3, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 7, - sym__ternary_qmark, - anon_sym_as, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_CARET, + anon_sym_GT_EQ, anon_sym_QMARK_QMARK, + anon_sym_instanceof, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, anon_sym_satisfies, - [73600] = 24, + [76412] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(2961), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4657), 1, + ACTIONS(2971), 1, anon_sym_LT, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, - anon_sym_AMP, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, + STATE(2580), 1, + sym_arguments, + STATE(2632), 1, sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, - anon_sym_PIPE, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(2941), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 7, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [73690] = 25, + [76468] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(3611), 3, anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3432), 2, - anon_sym_BANG, anon_sym_PIPE, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + anon_sym_QMARK, + ACTIONS(3609), 4, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(2941), 12, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, + anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 6, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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, anon_sym_satisfies, - [73782] = 31, + [76520] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(4815), 1, anon_sym_LT, - ACTIONS(4659), 1, - anon_sym_AMP_AMP, - ACTIONS(4661), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, - anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4671), 1, - anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, - sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(3766), 13, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, + anon_sym_BANG, anon_sym_in, anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + anon_sym_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + anon_sym_DASH_DASH, + ACTIONS(3768), 17, + sym__ternary_qmark, + anon_sym_as, + 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(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, anon_sym_instanceof, - [73886] = 28, + anon_sym_PLUS_PLUS, + anon_sym_satisfies, + [76586] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4659), 1, - anon_sym_AMP_AMP, - ACTIONS(4661), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4767), 1, anon_sym_GT_GT, - ACTIONS(4667), 1, - anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4671), 1, - anon_sym_PIPE, - ACTIONS(4675), 1, + ACTIONS(4773), 1, anon_sym_PERCENT, - ACTIONS(4677), 1, + ACTIONS(4775), 1, anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(4777), 1, + anon_sym_LT, + ACTIONS(4785), 1, + anon_sym_AMP, + ACTIONS(4787), 1, + anon_sym_CARET, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 4, + ACTIONS(3474), 6, sym__ternary_qmark, anon_sym_as, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_QMARK_QMARK, anon_sym_satisfies, - [73984] = 31, + [76680] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4659), 1, - anon_sym_AMP_AMP, - ACTIONS(4661), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4767), 1, anon_sym_GT_GT, - ACTIONS(4667), 1, - anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4671), 1, - anon_sym_PIPE, - ACTIONS(4675), 1, + ACTIONS(4773), 1, anon_sym_PERCENT, - ACTIONS(4677), 1, + ACTIONS(4775), 1, anon_sym_STAR_STAR, - ACTIONS(4685), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4777), 1, + anon_sym_LT, + ACTIONS(4785), 1, + anon_sym_AMP, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(3476), 2, + anon_sym_BANG, + anon_sym_PIPE, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74088] = 31, + ACTIONS(3474), 7, + sym__ternary_qmark, + anon_sym_as, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [76772] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4659), 1, - anon_sym_AMP_AMP, - ACTIONS(4661), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4767), 1, anon_sym_GT_GT, - ACTIONS(4667), 1, - anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4671), 1, - anon_sym_PIPE, - ACTIONS(4675), 1, + ACTIONS(4773), 1, anon_sym_PERCENT, - ACTIONS(4677), 1, + ACTIONS(4775), 1, anon_sym_STAR_STAR, - ACTIONS(4685), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, - sym__ternary_qmark, - STATE(3318), 1, + ACTIONS(4777), 1, + anon_sym_LT, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(3476), 3, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74192] = 16, + ACTIONS(3474), 7, + sym__ternary_qmark, + anon_sym_as, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [76862] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4675), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4773), 1, anon_sym_PERCENT, - ACTIONS(4677), 1, + ACTIONS(4775), 1, anon_sym_STAR_STAR, - ACTIONS(4689), 1, + ACTIONS(4809), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - STATE(1402), 2, + ACTIONS(4771), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 10, + ACTIONS(3476), 8, anon_sym_BANG, anon_sym_in, 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(3430), 14, + ACTIONS(3474), 14, sym__ternary_qmark, anon_sym_as, anon_sym_AMP_AMP, @@ -168512,108 +172696,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_satisfies, - [74266] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_LBRACK, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4659), 1, - anon_sym_AMP_AMP, - ACTIONS(4661), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, - anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4671), 1, - anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, - sym__ternary_qmark, - STATE(3378), 1, - sym_type_arguments, - STATE(3481), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4681), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4683), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1893), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [74370] = 6, + [76940] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 1, - anon_sym_LBRACK, - ACTIONS(3551), 2, - anon_sym_COMMA, + ACTIONS(3619), 1, + anon_sym_EQ, + ACTIONS(3629), 1, anon_sym_extends, - ACTIONS(3931), 3, - anon_sym_GT, + ACTIONS(3623), 2, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(3626), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3924), 10, + ACTIONS(3617), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 24, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(3621), 22, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -168630,641 +172743,474 @@ 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, anon_sym_satisfies, - [74424] = 31, + [76996] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4659), 1, - anon_sym_AMP_AMP, - ACTIONS(4661), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, + ACTIONS(4767), 1, anon_sym_GT_GT, - ACTIONS(4667), 1, - anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4671), 1, - anon_sym_PIPE, - ACTIONS(4675), 1, + ACTIONS(4773), 1, anon_sym_PERCENT, - ACTIONS(4677), 1, + ACTIONS(4775), 1, anon_sym_STAR_STAR, - ACTIONS(4685), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, - sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4681), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4683), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [74528] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3221), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(4579), 2, - sym_number, - sym_private_property_identifier, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [74596] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, - anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4661), 1, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, + ACTIONS(4799), 1, sym__ternary_qmark, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4681), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4683), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - [74700] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(4657), 1, - anon_sym_LT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3488), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4765), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3490), 21, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_satisfies, - [74760] = 31, + [77102] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3476), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4661), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, - anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, - sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [74864] = 17, + ACTIONS(3474), 5, + sym__ternary_qmark, + anon_sym_as, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [77200] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(3479), 1, - anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3476), 1, anon_sym_BANG, - ACTIONS(3486), 1, - anon_sym_satisfies, - ACTIONS(4677), 1, + ACTIONS(3478), 1, + anon_sym_QMARK_DOT, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, anon_sym_STAR_STAR, - ACTIONS(4689), 1, + ACTIONS(4777), 1, anon_sym_LT, - STATE(3318), 1, + ACTIONS(4785), 1, + anon_sym_AMP, + ACTIONS(4787), 1, + anon_sym_CARET, + ACTIONS(4789), 1, + anon_sym_PIPE, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 11, + ACTIONS(4765), 2, anon_sym_STAR, - anon_sym_in, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4769), 2, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3430), 13, - sym__ternary_qmark, - 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(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + STATE(1442), 2, + sym_template_string, + sym_arguments, + ACTIONS(4791), 3, + anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, anon_sym_instanceof, - [74940] = 31, + ACTIONS(3474), 6, + sym__ternary_qmark, + anon_sym_as, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_QMARK, + anon_sym_satisfies, + [77296] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4661), 1, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, + ACTIONS(4799), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [75044] = 31, + [77402] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4661), 1, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, + ACTIONS(4799), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [75148] = 31, + [77508] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(3479), 1, + ACTIONS(3489), 1, + anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, + anon_sym_DASH_DASH, + ACTIONS(3527), 1, anon_sym_as, - ACTIONS(3481), 1, + ACTIONS(3531), 1, anon_sym_BANG, - ACTIONS(3486), 1, + ACTIONS(3559), 1, anon_sym_satisfies, - ACTIONS(4657), 1, + ACTIONS(4767), 1, + anon_sym_GT_GT, + ACTIONS(4773), 1, + anon_sym_PERCENT, + ACTIONS(4775), 1, + anon_sym_STAR_STAR, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4661), 1, + ACTIONS(4783), 1, anon_sym_PIPE_PIPE, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4685), 1, + ACTIONS(4797), 1, anon_sym_QMARK_QMARK, - ACTIONS(4687), 1, + ACTIONS(4799), 1, sym__ternary_qmark, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - [75252] = 6, + [77614] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3512), 2, - anon_sym_COMMA, + ACTIONS(2957), 1, + anon_sym_EQ, + ACTIONS(3569), 1, anon_sym_extends, - ACTIONS(3987), 3, - anon_sym_GT, + ACTIONS(4027), 2, + anon_sym_RBRACE, + anon_sym_LBRACK, + ACTIONS(4030), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 24, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -169281,469 +173227,291 @@ 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, anon_sym_satisfies, - [75306] = 14, + [77670] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - ACTIONS(4689), 1, + ACTIONS(4777), 1, anon_sym_LT, - STATE(3318), 1, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(3432), 12, + ACTIONS(3663), 13, anon_sym_STAR, anon_sym_BANG, anon_sym_in, anon_sym_GT, - anon_sym_SLASH, 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(3430), 15, + anon_sym_DASH_DASH, + ACTIONS(3665), 20, sym__ternary_qmark, anon_sym_as, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, 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_satisfies, - [75376] = 19, + [77730] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4657), 1, + ACTIONS(1833), 1, anon_sym_LT, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(3432), 7, - anon_sym_BANG, - anon_sym_in, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 12, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_satisfies, - [75456] = 26, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3244), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, + anon_sym_LBRACK, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(4610), 2, + sym_number, + sym_private_property_identifier, + STATE(3092), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [77800] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, + ACTIONS(1122), 1, anon_sym_BQUOTE, - ACTIONS(3234), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(3236), 1, + ACTIONS(3314), 1, anon_sym_LBRACK, - ACTIONS(3240), 1, + ACTIONS(3316), 1, anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, + ACTIONS(3478), 1, anon_sym_QMARK_DOT, - ACTIONS(4657), 1, - anon_sym_LT, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, - anon_sym_AMP, - ACTIONS(4669), 1, - anon_sym_CARET, - ACTIONS(4671), 1, - anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, + ACTIONS(3489), 1, anon_sym_PLUS_PLUS, + ACTIONS(3491), 1, anon_sym_DASH_DASH, - ACTIONS(4653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4681), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4683), 2, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3430), 6, - sym__ternary_qmark, + ACTIONS(3527), 1, anon_sym_as, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [75550] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4117), 1, - anon_sym_LBRACK, - ACTIONS(3358), 2, - anon_sym_COMMA, - anon_sym_extends, - ACTIONS(4120), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, - anon_sym_STAR, + ACTIONS(3531), 1, anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + ACTIONS(3559), 1, + anon_sym_satisfies, + ACTIONS(4767), 1, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2922), 24, - sym__automatic_semicolon, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, + ACTIONS(4773), 1, anon_sym_PERCENT, + ACTIONS(4775), 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_DASH_DASH, - anon_sym_BQUOTE, - anon_sym_satisfies, - [75604] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3432), 1, - anon_sym_BANG, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4657), 1, + ACTIONS(4777), 1, anon_sym_LT, - ACTIONS(4659), 1, + ACTIONS(4781), 1, anon_sym_AMP_AMP, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4667), 1, + ACTIONS(4783), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4785), 1, anon_sym_AMP, - ACTIONS(4669), 1, + ACTIONS(4787), 1, anon_sym_CARET, - ACTIONS(4671), 1, + ACTIONS(4789), 1, anon_sym_PIPE, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, + ACTIONS(4797), 1, + anon_sym_QMARK_QMARK, + ACTIONS(4799), 1, + sym__ternary_qmark, + STATE(1224), 1, sym_type_arguments, - STATE(3572), 1, + STATE(3729), 1, sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, + ACTIONS(4765), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, + ACTIONS(4769), 2, anon_sym_GT_GT_GT, anon_sym_LT_LT, - ACTIONS(4673), 2, + ACTIONS(4771), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4681), 2, + ACTIONS(4779), 2, + anon_sym_in, + anon_sym_GT, + ACTIONS(4793), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4683), 2, + ACTIONS(4795), 2, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - STATE(1402), 2, + STATE(1442), 2, sym_template_string, sym_arguments, - ACTIONS(4679), 3, + ACTIONS(4791), 3, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_instanceof, - ACTIONS(3430), 5, - sym__ternary_qmark, - anon_sym_as, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_QMARK, - anon_sym_satisfies, - [75700] = 21, + [77906] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(3236), 1, - anon_sym_LBRACK, - ACTIONS(3240), 1, - anon_sym_DOT, - ACTIONS(3438), 1, - anon_sym_QMARK_DOT, - ACTIONS(4657), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, anon_sym_LT, - ACTIONS(4663), 1, - anon_sym_GT_GT, - ACTIONS(4675), 1, - anon_sym_PERCENT, - ACTIONS(4677), 1, - anon_sym_STAR_STAR, - STATE(3318), 1, - sym_type_arguments, - STATE(3572), 1, - sym_optional_chain, - ACTIONS(3466), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4653), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4655), 2, - anon_sym_in, - anon_sym_GT, - ACTIONS(4665), 2, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - ACTIONS(4673), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1402), 2, - sym_template_string, - sym_arguments, - ACTIONS(4679), 3, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_instanceof, - ACTIONS(3432), 5, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3430), 9, - sym__ternary_qmark, - anon_sym_as, - 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, - anon_sym_satisfies, - [75784] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(156), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1214), 1, + ACTIONS(1855), 1, + anon_sym_RBRACE, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(3264), 1, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(1937), 1, + anon_sym_readonly, + ACTIONS(1941), 1, + anon_sym_override, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4711), 1, - anon_sym_COMMA, - ACTIONS(4713), 1, - anon_sym_RBRACE, - STATE(3642), 1, + ACTIONS(4818), 1, + anon_sym_STAR, + STATE(2299), 1, + sym_override_modifier, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(4715), 2, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1929), 2, sym_number, - sym_private_property_identifier, - STATE(3628), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3924), 3, + sym_private_property_identifier, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(2970), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(4709), 20, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [75853] = 14, + [77987] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4717), 1, + ACTIONS(4820), 1, anon_sym_STAR, - ACTIONS(4719), 1, + ACTIONS(4822), 1, anon_sym_async, - ACTIONS(4723), 1, + ACTIONS(4826), 1, anon_sym_readonly, - STATE(2270), 1, + STATE(2297), 1, sym_override_modifier, - ACTIONS(4721), 2, + ACTIONS(4824), 2, sym_number, sym_private_property_identifier, - ACTIONS(4725), 2, + ACTIONS(4828), 2, anon_sym_get, anon_sym_set, - STATE(2481), 3, + STATE(2522), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, + ACTIONS(3168), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -169759,30 +173527,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [75922] = 6, + [78058] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3002), 1, - anon_sym_RBRACK, - ACTIONS(3012), 1, + ACTIONS(4112), 3, anon_sym_COMMA, - ACTIONS(3064), 1, - anon_sym_EQ, - ACTIONS(2918), 13, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(4830), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(4833), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -169803,91 +173570,131 @@ 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, anon_sym_satisfies, - [75975] = 19, + [78107] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1743), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(155), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_readonly, - ACTIONS(1909), 1, - anon_sym_override, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(3346), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - STATE(2259), 1, - sym_override_modifier, - STATE(3506), 1, + ACTIONS(4838), 1, + anon_sym_COMMA, + ACTIONS(4840), 1, + anon_sym_RBRACE, + STATE(3624), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(4842), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - STATE(2895), 3, + STATE(3663), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4145), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1901), 15, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(4836), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [76054] = 4, + [78176] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3103), 1, + anon_sym_EQ, + ACTIONS(2941), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 24, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [78225] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4038), 3, + ACTIONS(4094), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4729), 13, + ACTIONS(4844), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4732), 23, + anon_sym_DASH_DASH, + ACTIONS(4847), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -169908,54 +173715,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, anon_sym_satisfies, - [76103] = 19, + [78274] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4820), 1, + anon_sym_STAR, + ACTIONS(4822), 1, + anon_sym_async, + ACTIONS(4850), 1, + anon_sym_abstract, + ACTIONS(4824), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4828), 2, + anon_sym_get, + anon_sym_set, + STATE(2522), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(3168), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [78341] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(1905), 1, + ACTIONS(1937), 1, anon_sym_readonly, - ACTIONS(1909), 1, + ACTIONS(1941), 1, anon_sym_override, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4735), 1, + ACTIONS(4852), 1, anon_sym_RBRACE, - STATE(2259), 1, + STATE(2299), 1, sym_override_modifier, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 15, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -169971,36 +173832,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [76182] = 14, + [78422] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4657), 1, anon_sym_LBRACK, - ACTIONS(4737), 1, + ACTIONS(4698), 1, anon_sym_STAR, - ACTIONS(4739), 1, + ACTIONS(4702), 1, anon_sym_async, - ACTIONS(4743), 1, - anon_sym_readonly, - STATE(2273), 1, - sym_override_modifier, - ACTIONS(4741), 2, + ACTIONS(4854), 1, + anon_sym_abstract, + ACTIONS(4704), 2, sym_number, sym_private_property_identifier, - ACTIONS(4745), 2, + ACTIONS(4708), 2, anon_sym_get, anon_sym_set, - STATE(2402), 3, + STATE(2501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -170008,69 +173867,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3106), 15, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [76251] = 19, + [78489] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_readonly, - ACTIONS(1909), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3192), 1, anon_sym_override, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4856), 1, anon_sym_STAR, - ACTIONS(4747), 1, - anon_sym_RBRACE, - STATE(2259), 1, + ACTIONS(4858), 1, + anon_sym_async, + ACTIONS(4862), 1, + anon_sym_readonly, + STATE(2302), 1, sym_override_modifier, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1897), 2, + ACTIONS(4860), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(4864), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, + STATE(2548), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 15, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -170086,32 +173942,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [76330] = 5, + [78560] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2954), 1, - anon_sym_LPAREN, - STATE(2480), 1, - sym_arguments, - ACTIONS(2918), 13, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(4027), 1, + anon_sym_LBRACK, + ACTIONS(3569), 2, + anon_sym_COMMA, + anon_sym_extends, + ACTIONS(4030), 3, + anon_sym_GT, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2941), 11, anon_sym_STAR, anon_sym_BANG, anon_sym_in, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [78615] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1587), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(4866), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 24, + anon_sym_DASH_DASH, + ACTIONS(4869), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -170129,31 +174033,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_QMARK, anon_sym_instanceof, anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + anon_sym_satisfies, + [78664] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3096), 1, + anon_sym_EQ, + ACTIONS(2941), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_DASH_DASH, + ACTIONS(2945), 24, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, anon_sym_satisfies, - [76381] = 4, + [78713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4050), 3, + ACTIONS(1521), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4749), 13, + ACTIONS(4872), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4752), 23, + anon_sym_DASH_DASH, + ACTIONS(4875), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -170174,198 +174123,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, anon_sym_satisfies, - [76430] = 12, + [78762] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4737), 1, - anon_sym_STAR, - ACTIONS(4739), 1, - anon_sym_async, - ACTIONS(4755), 1, - anon_sym_abstract, - ACTIONS(4741), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4745), 2, - anon_sym_get, - anon_sym_set, - STATE(2402), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(230), 1, anon_sym_COMMA, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_QMARK, - ACTIONS(3106), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [76495] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(1937), 1, + anon_sym_readonly, + ACTIONS(1941), 1, anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4757), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4759), 1, - anon_sym_async, - ACTIONS(4763), 1, - anon_sym_readonly, - STATE(2266), 1, + ACTIONS(4878), 1, + anon_sym_RBRACE, + STATE(2299), 1, sym_override_modifier, - ACTIONS(4761), 2, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(4765), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2491), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [76564] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(4585), 1, - anon_sym_LBRACK, - ACTIONS(4591), 1, - anon_sym_STAR, - ACTIONS(4595), 1, - anon_sym_async, - ACTIONS(4767), 1, - anon_sym_abstract, - ACTIONS(4597), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4601), 2, - anon_sym_get, - anon_sym_set, - STATE(2416), 3, + STATE(2970), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(3106), 17, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, anon_sym_static, - anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [76629] = 6, + [78843] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3358), 1, - anon_sym_extends, - ACTIONS(4117), 2, - anon_sym_RBRACE, - anon_sym_LBRACK, - ACTIONS(4120), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 11, + ACTIONS(3070), 1, + anon_sym_RBRACK, + ACTIONS(3090), 1, + anon_sym_COMMA, + ACTIONS(3137), 1, + anon_sym_EQ, + ACTIONS(2941), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 23, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -170382,31 +174231,31 @@ 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, anon_sym_satisfies, - [76682] = 4, + [78896] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3973), 3, + ACTIONS(1547), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4769), 13, + ACTIONS(4880), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4772), 23, + anon_sym_DASH_DASH, + ACTIONS(4883), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -170427,94 +174276,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, anon_sym_satisfies, - [76731] = 19, + [78945] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(4050), 3, anon_sym_COMMA, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_readonly, - ACTIONS(1909), 1, - anon_sym_override, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - STATE(2259), 1, - sym_override_modifier, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1897), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1901), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [76810] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3041), 1, - anon_sym_EQ, - ACTIONS(2918), 13, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(4886), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 25, - sym__automatic_semicolon, + anon_sym_DASH_DASH, + ACTIONS(4889), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -170532,34 +174321,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, anon_sym_satisfies, - [76859] = 6, + [78994] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 1, + ACTIONS(4014), 1, anon_sym_LBRACK, - ACTIONS(4120), 2, + ACTIONS(4017), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3358), 3, + ACTIONS(3388), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_extends, - ACTIONS(2918), 11, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -170579,108 +174368,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, anon_sym_satisfies, - [76912] = 13, + [79047] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1808), 1, + anon_sym_RBRACE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4354), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(4585), 1, + ACTIONS(1937), 1, + anon_sym_readonly, + ACTIONS(1941), 1, + anon_sym_override, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(3224), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(4356), 2, + ACTIONS(4818), 1, + anon_sym_STAR, + STATE(2299), 1, + sym_override_modifier, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(4360), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2469), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, anon_sym_static, - anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [76979] = 19, + [79128] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(4142), 3, anon_sym_COMMA, - ACTIONS(1893), 1, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(4892), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4895), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [79177] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1853), 1, + anon_sym_RBRACE, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(1905), 1, + ACTIONS(1937), 1, anon_sym_readonly, - ACTIONS(1909), 1, + ACTIONS(1941), 1, anon_sym_override, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4775), 1, - anon_sym_RBRACE, - STATE(2259), 1, + STATE(2299), 1, sym_override_modifier, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3660), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 15, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -170696,32 +174537,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [77058] = 4, + [79258] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3619), 1, anon_sym_EQ, - ACTIONS(2918), 13, + ACTIONS(3988), 1, + anon_sym_RBRACK, + ACTIONS(4375), 1, + anon_sym_COMMA, + ACTIONS(3617), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 25, + anon_sym_DASH_DASH, + ACTIONS(3621), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_COLON, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -170738,37 +174582,37 @@ 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, anon_sym_satisfies, - [77107] = 6, + [79311] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3987), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3512), 3, - anon_sym_COMMA, + ACTIONS(4080), 1, + anon_sym_EQ, + ACTIONS(4084), 1, anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(2918), 11, + ACTIONS(4373), 1, + anon_sym_COMMA, + ACTIONS(4078), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(4082), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -170785,92 +174629,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, anon_sym_satisfies, - [77160] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1745), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_readonly, - ACTIONS(1909), 1, - anon_sym_override, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - STATE(2259), 1, - sym_override_modifier, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(1897), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1901), 15, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [77239] = 4, + [79364] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4777), 1, + ACTIONS(4898), 1, sym_identifier, - ACTIONS(3150), 16, + ACTIONS(3212), 17, anon_sym_STAR, anon_sym_as, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_instanceof, + anon_sym_DASH_DASH, anon_sym_satisfies, - ACTIONS(3154), 22, + ACTIONS(3216), 21, sym__automatic_semicolon, sym__ternary_qmark, anon_sym_LPAREN, @@ -170891,30 +174675,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_QMARK_QMARK, anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_BQUOTE, - [77288] = 4, + [79413] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1369), 3, + ACTIONS(1597), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(4779), 13, + ACTIONS(4900), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4782), 23, + anon_sym_DASH_DASH, + ACTIONS(4903), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -170935,44 +174719,44 @@ 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, anon_sym_satisfies, - [77337] = 12, + [79462] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4348), 1, + ACTIONS(4516), 1, anon_sym_STAR, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(3224), 2, + ACTIONS(3290), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(4579), 2, + ACTIONS(4610), 2, sym_number, sym_private_property_identifier, - ACTIONS(4581), 2, + ACTIONS(4612), 2, anon_sym_get, anon_sym_set, - STATE(3001), 3, + STATE(3092), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -170991,33 +174775,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [77402] = 6, + [79529] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3928), 1, + ACTIONS(3388), 1, + anon_sym_extends, + ACTIONS(4014), 2, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(3931), 2, + ACTIONS(4017), 2, anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3551), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_extends, - ACTIONS(3924), 11, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3926), 22, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, sym__ternary_qmark, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOT, anon_sym_QMARK_DOT, @@ -171035,35 +174820,37 @@ 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, anon_sym_satisfies, - [77455] = 4, + [79582] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1517), 3, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4125), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3791), 3, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(4785), 13, + anon_sym_RBRACK, + anon_sym_extends, + ACTIONS(4033), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4788), 23, + anon_sym_DASH_DASH, + ACTIONS(4035), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP_AMP, @@ -171080,53 +174867,52 @@ 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, anon_sym_satisfies, - [77504] = 14, + [79635] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(156), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1214), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(3264), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4657), 1, anon_sym_LBRACK, - ACTIONS(4711), 1, + ACTIONS(3290), 2, anon_sym_COMMA, - ACTIONS(4793), 1, anon_sym_RBRACE, - STATE(3451), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(4715), 2, + ACTIONS(4524), 2, sym_number, sym_private_property_identifier, - STATE(3444), 3, - sym_object_assignment_pattern, - sym_rest_pattern, - sym_pair_pattern, - STATE(3924), 3, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3976), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - ACTIONS(4791), 20, + ACTIONS(3236), 6, + sym__automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -171138,118 +174924,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [77573] = 4, + [79704] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1437), 3, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(4130), 1, + anon_sym_RBRACK, + ACTIONS(4369), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(4795), 13, + ACTIONS(1397), 14, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4798), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [77622] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1527), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(4801), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [77671] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3853), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(4807), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4810), 23, + anon_sym_DASH_DASH, + ACTIONS(1401), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -171270,221 +174969,201 @@ 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, anon_sym_satisfies, - [77720] = 6, + [79757] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, - anon_sym_EQ, - ACTIONS(3891), 1, - anon_sym_RBRACK, - ACTIONS(4179), 1, - anon_sym_COMMA, - ACTIONS(3414), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3418), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4520), 1, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [77773] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3968), 1, - anon_sym_RBRACK, - ACTIONS(4197), 1, - anon_sym_COMMA, - ACTIONS(3962), 13, + ACTIONS(4906), 1, anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3966), 23, - sym__ternary_qmark, - anon_sym_as, + ACTIONS(4908), 1, + anon_sym_async, + ACTIONS(4912), 1, + anon_sym_readonly, + STATE(2300), 1, + sym_override_modifier, + ACTIONS(4910), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4914), 2, + anon_sym_get, + anon_sym_set, + STATE(2558), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [77826] = 4, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [79828] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4813), 1, + ACTIONS(155), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(3346), 1, + anon_sym_LBRACK, + ACTIONS(4838), 1, + anon_sym_COMMA, + ACTIONS(4918), 1, + anon_sym_RBRACE, + STATE(3544), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(4842), 2, + sym_number, + sym_private_property_identifier, + STATE(3541), 3, + sym_object_assignment_pattern, + sym_rest_pattern, + sym_pair_pattern, + STATE(4145), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + STATE(4182), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + ACTIONS(4916), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, sym_identifier, - ACTIONS(3150), 16, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [79897] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(3154), 22, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4920), 1, + anon_sym_STAR, + ACTIONS(4922), 1, + anon_sym_async, + ACTIONS(4926), 1, + anon_sym_readonly, + STATE(2308), 1, + sym_override_modifier, + ACTIONS(4924), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4928), 2, + anon_sym_get, + anon_sym_set, + STATE(2569), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 8, sym__automatic_semicolon, - sym__ternary_qmark, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [77875] = 6, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 15, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [79968] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, - anon_sym_EQ, - ACTIONS(4139), 1, - anon_sym_RBRACK, - ACTIONS(4203), 1, - anon_sym_COMMA, - ACTIONS(1315), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, + ACTIONS(4027), 1, + anon_sym_LBRACK, + ACTIONS(4030), 2, anon_sym_AMP, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1319), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [77928] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(3984), 1, - anon_sym_LBRACK, - ACTIONS(3512), 2, + ACTIONS(3569), 3, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_extends, - ACTIONS(3987), 3, - anon_sym_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2918), 10, + ACTIONS(2941), 12, anon_sym_STAR, anon_sym_BANG, anon_sym_in, - anon_sym_LT, - anon_sym_SLASH, + anon_sym_GT, anon_sym_GT_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2922), 22, + anon_sym_DASH_DASH, + ACTIONS(2945), 21, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -171504,54 +175183,54 @@ 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, anon_sym_satisfies, - [77983] = 19, + [80021] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(1905), 1, + ACTIONS(1937), 1, anon_sym_readonly, - ACTIONS(1909), 1, + ACTIONS(1941), 1, anon_sym_override, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4815), 1, + ACTIONS(4930), 1, anon_sym_RBRACE, - STATE(2259), 1, + STATE(2299), 1, sym_override_modifier, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 15, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -171567,46 +175246,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78062] = 14, + [80102] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(1937), 1, + anon_sym_readonly, + ACTIONS(1941), 1, anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4817), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4819), 1, - anon_sym_async, - ACTIONS(4823), 1, - anon_sym_readonly, - STATE(2265), 1, + ACTIONS(4932), 1, + anon_sym_RBRACE, + STATE(2299), 1, sym_override_modifier, - ACTIONS(4821), 2, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(4825), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2473), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 15, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -171622,38 +175307,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78131] = 10, + [80183] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(4934), 1, + sym_identifier, + ACTIONS(3212), 17, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(3216), 21, + sym__automatic_semicolon, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + [80232] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4817), 1, + ACTIONS(4920), 1, anon_sym_STAR, - ACTIONS(4827), 2, + ACTIONS(4936), 2, sym_number, sym_private_property_identifier, - ACTIONS(4829), 2, + ACTIONS(4938), 2, anon_sym_get, anon_sym_set, - STATE(2949), 3, + STATE(3069), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -171672,38 +175403,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78191] = 10, + [80294] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4831), 1, + ACTIONS(4940), 1, anon_sym_STAR, - ACTIONS(4833), 2, + ACTIONS(4942), 2, sym_number, sym_private_property_identifier, - ACTIONS(4835), 2, + ACTIONS(4944), 2, anon_sym_get, anon_sym_set, - STATE(2977), 3, + STATE(2965), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -171722,51 +175454,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78251] = 16, + [80356] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3107), 1, + anon_sym_EQ, + ACTIONS(2941), 14, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 23, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_of, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [80404] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4815), 1, + ACTIONS(4932), 1, anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3660), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(2970), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(1933), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80478] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3244), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1664), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(3236), 6, + sym__automatic_semicolon, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + anon_sym_PIPE_RBRACE, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -171778,35 +175605,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78323] = 9, + [80538] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(3068), 1, + anon_sym_EQ, + ACTIONS(3115), 1, + anon_sym_in, + ACTIONS(3118), 1, + anon_sym_of, + ACTIONS(2941), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(2945), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [80590] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(3221), 1, + ACTIONS(3244), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1594), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1592), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -171827,17 +175701,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78381] = 4, + [80650] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1594), 6, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3190), 11, + ACTIONS(3236), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -171846,10 +175722,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1592), 21, + ACTIONS(1662), 21, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -171871,44 +175746,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [78429] = 9, + [80700] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(3208), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4818), 1, + anon_sym_STAR, + ACTIONS(4878), 1, + anon_sym_RBRACE, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1598), 6, + ACTIONS(1929), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80772] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(87), 1, + anon_sym_BQUOTE, + ACTIONS(3874), 1, + anon_sym_LPAREN, + STATE(1981), 2, + sym_template_string, + sym_arguments, + ACTIONS(3328), 14, anon_sym_STAR, + anon_sym_BANG, + anon_sym_in, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(3330), 20, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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_satisfies, + [80824] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, + ACTIONS(4820), 1, + anon_sym_STAR, + ACTIONS(4822), 1, + anon_sym_async, + ACTIONS(4824), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(4828), 2, + anon_sym_get, + anon_sym_set, + STATE(2522), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(3168), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [80888] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, anon_sym_DQUOTE, + ACTIONS(1293), 1, anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4946), 1, + anon_sym_STAR, + ACTIONS(4948), 1, + anon_sym_async, + ACTIONS(4950), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, + ACTIONS(4952), 2, + anon_sym_get, + anon_sym_set, + STATE(2521), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 8, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1596), 20, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -171920,44 +175952,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78487] = 9, + [80952] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(3221), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4818), 1, + anon_sym_STAR, + ACTIONS(4930), 1, + anon_sym_RBRACE, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1598), 6, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, - sym__automatic_semicolon, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1596), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -171969,43 +176009,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78545] = 11, + [81026] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4837), 1, + ACTIONS(4954), 1, anon_sym_STAR, - ACTIONS(4839), 1, - anon_sym_async, - ACTIONS(4841), 2, + ACTIONS(4956), 2, sym_number, sym_private_property_identifier, - ACTIONS(4843), 2, + ACTIONS(4958), 2, anon_sym_get, anon_sym_set, - STATE(2486), 3, + STATE(3048), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -172020,44 +176060,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78607] = 9, + [81088] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3199), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1594), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1291), 1, anon_sym_DQUOTE, + ACTIONS(1293), 1, anon_sym_SQUOTE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4960), 1, + anon_sym_STAR, + ACTIONS(4962), 1, + anon_sym_async, + ACTIONS(4964), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, + ACTIONS(4966), 2, + anon_sym_get, + anon_sym_set, + STATE(2538), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 8, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1592), 20, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -172069,35 +176112,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78665] = 9, + [81152] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(3208), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4818), 1, + anon_sym_STAR, + ACTIONS(4930), 1, + anon_sym_RBRACE, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1594), 6, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, - sym__automatic_semicolon, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1592), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172105,8 +176157,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -172118,38 +176168,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78723] = 10, + [81224] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4845), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4847), 2, + ACTIONS(4932), 1, + anon_sym_RBRACE, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(4849), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2946), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172168,42 +176224,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78783] = 10, + [81296] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4851), 1, + ACTIONS(4920), 1, anon_sym_STAR, - ACTIONS(4853), 2, + ACTIONS(4922), 1, + anon_sym_async, + ACTIONS(4924), 2, sym_number, sym_private_property_identifier, - ACTIONS(4855), 2, + ACTIONS(4928), 2, anon_sym_get, anon_sym_set, - STATE(3011), 3, + STATE(2569), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -172218,28 +176276,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78843] = 10, + [81360] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1399), 1, + anon_sym_EQ, + ACTIONS(4369), 1, + anon_sym_of, + ACTIONS(4755), 1, + anon_sym_in, + ACTIONS(1397), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(1401), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [81412] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4591), 1, + ACTIONS(4820), 1, anon_sym_STAR, - ACTIONS(4857), 2, + ACTIONS(4968), 2, sym_number, sym_private_property_identifier, - ACTIONS(4859), 2, + ACTIONS(4970), 2, anon_sym_get, anon_sym_set, - STATE(2872), 3, + STATE(3081), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -172247,9 +176353,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172268,43 +176373,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78903] = 11, + [81474] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4585), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4817), 1, + ACTIONS(4960), 1, anon_sym_STAR, - ACTIONS(4819), 1, - anon_sym_async, - ACTIONS(4821), 2, + ACTIONS(4972), 2, sym_number, sym_private_property_identifier, - ACTIONS(4825), 2, + ACTIONS(4974), 2, anon_sym_get, anon_sym_set, - STATE(2473), 3, + STATE(3061), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -172319,40 +176424,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [78965] = 11, + [81536] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4591), 1, + sym_regex_flags, + ACTIONS(4587), 18, + anon_sym_STAR, + anon_sym_as, + anon_sym_BANG, + anon_sym_in, + anon_sym_of, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_instanceof, + anon_sym_DASH_DASH, + anon_sym_satisfies, + ACTIONS(4589), 19, + sym__ternary_qmark, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT_GT, + anon_sym_LT_LT, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_BQUOTE, + [81584] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4851), 1, + ACTIONS(4906), 1, anon_sym_STAR, - ACTIONS(4861), 1, + ACTIONS(4908), 1, anon_sym_async, - ACTIONS(4863), 2, + ACTIONS(4910), 2, sym_number, sym_private_property_identifier, - ACTIONS(4865), 2, + ACTIONS(4914), 2, anon_sym_get, anon_sym_set, - STATE(2495), 3, + STATE(2558), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172370,38 +176520,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79027] = 10, + [81648] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4717), 1, - anon_sym_STAR, - ACTIONS(4867), 2, + ACTIONS(3290), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(4610), 2, sym_number, sym_private_property_identifier, - ACTIONS(4869), 2, - anon_sym_get, - anon_sym_set, - STATE(2982), 3, + STATE(3092), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 6, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172409,6 +176558,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -172420,44 +176571,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79087] = 9, + [81710] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(3187), 1, + ACTIONS(1808), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4818), 1, + anon_sym_STAR, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1598), 6, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, - sym__automatic_semicolon, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1596), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -172469,38 +176628,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79145] = 10, + [81784] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4871), 1, + ACTIONS(4976), 1, anon_sym_STAR, - ACTIONS(4873), 2, + ACTIONS(4978), 2, sym_number, sym_private_property_identifier, - ACTIONS(4875), 2, + ACTIONS(4980), 2, anon_sym_get, anon_sym_set, - STATE(2971), 3, + STATE(3047), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172519,28 +176679,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79205] = 10, + [81846] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4737), 1, + ACTIONS(4982), 1, anon_sym_STAR, - ACTIONS(4877), 2, + ACTIONS(4984), 1, + anon_sym_async, + ACTIONS(4986), 2, sym_number, sym_private_property_identifier, - ACTIONS(4879), 2, + ACTIONS(4988), 2, anon_sym_get, anon_sym_set, - STATE(2959), 3, + STATE(2520), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -172548,13 +176712,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -172569,43 +176731,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79265] = 11, + [81910] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1808), 1, + anon_sym_RBRACE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4737), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4739), 1, - anon_sym_async, - ACTIONS(4741), 2, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(4745), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2402), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3106), 17, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -172620,35 +176787,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79327] = 9, + [81982] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(3187), 1, + ACTIONS(3233), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1594), 6, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1592), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172669,38 +176837,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79385] = 10, + [82042] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3233), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1672), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4881), 1, - anon_sym_STAR, - ACTIONS(4883), 2, sym_number, sym_private_property_identifier, - ACTIONS(4885), 2, - anon_sym_get, - anon_sym_set, - STATE(2973), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 6, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172708,57 +176874,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [79445] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4881), 1, - anon_sym_STAR, - ACTIONS(4887), 1, - anon_sym_async, - ACTIONS(4889), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4891), 2, anon_sym_get, anon_sym_set, - STATE(2485), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -172770,79 +176887,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79507] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3060), 1, - anon_sym_EQ, - ACTIONS(2918), 13, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_in, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2922), 24, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_of, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [79555] = 9, + [82102] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(3194), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1855), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4818), 1, + anon_sym_STAR, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1594), 6, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, - sym__automatic_semicolon, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1592), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172850,8 +176932,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -172863,35 +176943,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79613] = 9, + [82174] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(3194), 1, + ACTIONS(3264), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1598), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1596), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172912,28 +176993,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79671] = 10, + [82234] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4893), 1, + ACTIONS(4946), 1, anon_sym_STAR, - ACTIONS(4895), 2, + ACTIONS(4990), 2, sym_number, sym_private_property_identifier, - ACTIONS(4897), 2, + ACTIONS(4992), 2, anon_sym_get, anon_sym_set, - STATE(3021), 3, + STATE(2975), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -172941,9 +177024,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -172962,45 +177044,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79731] = 16, + [82296] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1855), 1, + anon_sym_RBRACE, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4775), 1, - anon_sym_RBRACE, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -173018,43 +177101,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79803] = 11, + [82370] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4893), 1, + ACTIONS(4906), 1, anon_sym_STAR, - ACTIONS(4899), 1, - anon_sym_async, - ACTIONS(4901), 2, + ACTIONS(4994), 2, sym_number, sym_private_property_identifier, - ACTIONS(4903), 2, + ACTIONS(4996), 2, anon_sym_get, anon_sym_set, - STATE(2460), 3, + STATE(3074), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3106), 17, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -173069,47 +177152,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79865] = 15, + [82432] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4080), 1, + anon_sym_EQ, + ACTIONS(4373), 1, + anon_sym_of, + ACTIONS(4752), 1, + anon_sym_in, + ACTIONS(4078), 13, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_GT, + anon_sym_GT_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_DASH_DASH, + ACTIONS(4082), 22, + sym__ternary_qmark, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + 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, + anon_sym_satisfies, + [82484] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4815), 1, + ACTIONS(4852), 1, anon_sym_RBRACE, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -173124,43 +177255,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [79935] = 15, + [82558] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(1745), 1, + ACTIONS(3264), 1, anon_sym_RBRACE, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(1664), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 6, + sym__automatic_semicolon, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -173168,6 +177292,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -173179,46 +177305,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80005] = 11, + [82618] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3267), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1664), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1275), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4831), 1, - anon_sym_STAR, - ACTIONS(4905), 1, - anon_sym_async, - ACTIONS(4907), 2, sym_number, sym_private_property_identifier, - ACTIONS(4909), 2, - anon_sym_get, - anon_sym_set, - STATE(2488), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 6, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -173230,38 +177355,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80067] = 10, + [82678] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3249), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1672), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4757), 1, - anon_sym_STAR, - ACTIONS(4911), 2, sym_number, sym_private_property_identifier, - ACTIONS(4913), 2, - anon_sym_get, - anon_sym_set, - STATE(2991), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 6, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -173269,6 +177392,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -173280,48 +177405,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80127] = 16, + [82738] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1745), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - STATE(3506), 1, + ACTIONS(4852), 1, + anon_sym_RBRACE, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -173336,92 +177461,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80199] = 4, + [82810] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4429), 1, - sym_regex_flags, - ACTIONS(4425), 17, - anon_sym_STAR, - anon_sym_as, - anon_sym_BANG, - anon_sym_in, - anon_sym_of, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_instanceof, - anon_sym_satisfies, - ACTIONS(4427), 20, - sym__ternary_qmark, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT_GT, - anon_sym_LT_LT, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BQUOTE, - [80247] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4982), 1, anon_sym_STAR, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1897), 2, + ACTIONS(4998), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(5000), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, + STATE(3052), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -173436,36 +177512,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80319] = 10, + [82872] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(3224), 2, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, + ACTIONS(3249), 1, anon_sym_RBRACE, - ACTIONS(4579), 2, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1664), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - STATE(3001), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -173486,43 +177562,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80379] = 15, + [82932] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(5002), 1, anon_sym_STAR, - ACTIONS(4775), 1, - anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(5004), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(5006), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, + STATE(3017), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -173541,29 +177613,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80449] = 6, + [82994] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3416), 1, + ACTIONS(3619), 1, anon_sym_EQ, - ACTIONS(4179), 1, + ACTIONS(4375), 1, anon_sym_of, - ACTIONS(4613), 1, + ACTIONS(4745), 1, anon_sym_in, - ACTIONS(3414), 12, + ACTIONS(3617), 13, anon_sym_STAR, anon_sym_BANG, - anon_sym_LT, anon_sym_GT, - anon_sym_SLASH, anon_sym_GT_GT, anon_sym_AMP, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3418), 23, + anon_sym_DASH_DASH, + ACTIONS(3621), 22, sym__ternary_qmark, anon_sym_as, anon_sym_LPAREN, @@ -173584,46 +177657,41 @@ 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, anon_sym_satisfies, - [80501] = 15, + [83046] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(5008), 1, anon_sym_STAR, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1897), 2, + ACTIONS(5010), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(5012), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, + STATE(2961), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -173642,89 +177710,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80571] = 6, + [83108] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(4197), 1, - anon_sym_of, - ACTIONS(4610), 1, - anon_sym_in, - ACTIONS(3962), 12, - anon_sym_STAR, - anon_sym_BANG, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3966), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [80623] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, + ACTIONS(1853), 1, + anon_sym_RBRACE, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4757), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4759), 1, - anon_sym_async, - ACTIONS(4761), 2, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(4765), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2491), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -173739,40 +177766,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80685] = 11, + [83180] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4717), 1, + ACTIONS(4954), 1, anon_sym_STAR, - ACTIONS(4719), 1, + ACTIONS(5014), 1, anon_sym_async, - ACTIONS(4721), 2, + ACTIONS(5016), 2, sym_number, sym_private_property_identifier, - ACTIONS(4725), 2, + ACTIONS(5018), 2, anon_sym_get, anon_sym_set, - STATE(2481), 3, + STATE(2554), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(3106), 17, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -173790,30 +177818,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80747] = 11, + [83244] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4915), 1, + ACTIONS(4698), 1, anon_sym_STAR, - ACTIONS(4917), 1, - anon_sym_async, - ACTIONS(4919), 2, + ACTIONS(5020), 2, sym_number, sym_private_property_identifier, - ACTIONS(4921), 2, + ACTIONS(5022), 2, anon_sym_get, anon_sym_set, - STATE(2418), 3, + STATE(3063), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -173821,63 +177849,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(3106), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [80809] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - ACTIONS(4747), 1, - anon_sym_RBRACE, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1897), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -173896,133 +177869,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [80879] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2948), 1, - anon_sym_EQ, - ACTIONS(3055), 1, - anon_sym_in, - ACTIONS(3058), 1, - anon_sym_of, - ACTIONS(2918), 12, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2922), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [80931] = 12, + [83306] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(156), 1, + ACTIONS(155), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(2585), 1, + ACTIONS(2801), 1, anon_sym_LBRACE, - ACTIONS(3264), 1, + ACTIONS(3346), 1, anon_sym_LBRACK, - ACTIONS(4715), 2, + ACTIONS(4842), 2, sym_number, sym_private_property_identifier, - ACTIONS(4925), 2, + ACTIONS(5026), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(3856), 3, + STATE(3847), 3, sym_object_assignment_pattern, sym_rest_pattern, sym_pair_pattern, - STATE(3924), 3, + STATE(4145), 3, sym_string, sym__property_name, sym_computed_property_name, - STATE(3976), 3, + STATE(4182), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - ACTIONS(4923), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [80995] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3199), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1598), 6, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1596), 20, + ACTIONS(5024), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174043,47 +177921,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81053] = 15, + [83370] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1743), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(5002), 1, anon_sym_STAR, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(5028), 1, + anon_sym_async, + ACTIONS(5030), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(5032), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, + STATE(2570), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -174098,84 +177973,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81123] = 6, + [83434] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3267), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4203), 1, - anon_sym_of, - ACTIONS(4607), 1, - anon_sym_in, - ACTIONS(1315), 12, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1672), 6, anon_sym_STAR, - anon_sym_BANG, - anon_sym_LT, - anon_sym_GT, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1319), 23, - sym__ternary_qmark, - anon_sym_as, - anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - 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, - anon_sym_satisfies, - [81175] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4915), 1, - anon_sym_STAR, - ACTIONS(4927), 2, sym_number, sym_private_property_identifier, - ACTIONS(4929), 2, - anon_sym_get, - anon_sym_set, - STATE(2941), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 6, sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174183,6 +178010,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -174194,43 +178023,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81235] = 15, + [83494] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(5034), 1, anon_sym_STAR, - ACTIONS(4735), 1, - anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(5036), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(5038), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, + STATE(3000), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174249,45 +178074,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81305] = 16, + [83556] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - ACTIONS(4747), 1, + ACTIONS(4878), 1, anon_sym_RBRACE, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(1897), 2, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174305,42 +178131,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81377] = 10, + [83630] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4931), 1, + ACTIONS(4940), 1, anon_sym_STAR, - ACTIONS(4933), 2, + ACTIONS(5040), 1, + anon_sym_async, + ACTIONS(5042), 2, sym_number, sym_private_property_identifier, - ACTIONS(4935), 2, + ACTIONS(5044), 2, anon_sym_get, anon_sym_set, - STATE(2878), 3, + STATE(2525), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + anon_sym_PIPE_RBRACE, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -174355,48 +178183,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81437] = 16, + [83694] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4856), 1, anon_sym_STAR, - ACTIONS(4735), 1, - anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(5046), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(5048), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, + STATE(3054), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -174411,42 +178234,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81509] = 10, + [83756] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4657), 1, anon_sym_LBRACK, - ACTIONS(4837), 1, + ACTIONS(4856), 1, anon_sym_STAR, - ACTIONS(4937), 2, + ACTIONS(4858), 1, + anon_sym_async, + ACTIONS(4860), 2, sym_number, sym_private_property_identifier, - ACTIONS(4939), 2, + ACTIONS(4864), 2, anon_sym_get, anon_sym_set, - STATE(2936), 3, + STATE(2548), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 18, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -174461,45 +178286,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81569] = 16, + [83820] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1743), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1853), 1, anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3660), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174517,33 +178343,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81641] = 8, + [83894] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4941), 2, + ACTIONS(4972), 2, sym_number, sym_private_property_identifier, - STATE(2711), 3, + STATE(3061), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3106), 20, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174564,33 +178391,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81696] = 8, + [83951] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4911), 2, + ACTIONS(5036), 2, sym_number, sym_private_property_identifier, - STATE(2991), 3, + STATE(3000), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174611,38 +178439,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81751] = 13, + [84008] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4747), 1, + ACTIONS(4932), 1, anon_sym_RBRACE, - STATE(3505), 1, + STATE(3660), 1, aux_sym_object_repeat1, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2895), 3, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(2970), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(1933), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [84075] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4942), 2, + sym_number, + sym_private_property_identifier, + STATE(2965), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174663,38 +178540,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81816] = 13, + [84132] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1853), 1, + anon_sym_RBRACE, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4735), 1, - anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3660), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174715,33 +178593,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81881] = 8, + [84199] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4873), 2, + ACTIONS(5050), 2, sym_number, sym_private_property_identifier, - STATE(2971), 3, + STATE(2793), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174762,23 +178641,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81936] = 8, + [84256] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4927), 2, + ACTIONS(5052), 2, sym_number, sym_private_property_identifier, - STATE(2941), 3, + STATE(3032), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -174786,9 +178667,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174809,23 +178689,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [81991] = 8, + [84313] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4857), 2, + ACTIONS(4968), 2, sym_number, sym_private_property_identifier, - STATE(2872), 3, + STATE(3081), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -174833,9 +178715,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174856,33 +178737,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82046] = 8, + [84370] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4867), 2, + ACTIONS(5004), 2, sym_number, sym_private_property_identifier, - STATE(2982), 3, + STATE(3017), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174903,33 +178785,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82101] = 8, + [84427] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4895), 2, + ACTIONS(4994), 2, sym_number, sym_private_property_identifier, - STATE(3021), 3, + STATE(3074), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -174950,38 +178833,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82156] = 13, + [84484] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1743), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - STATE(3506), 1, + ACTIONS(4878), 1, + anon_sym_RBRACE, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175002,23 +178886,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82221] = 8, + [84551] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4943), 2, + ACTIONS(4990), 2, sym_number, sym_private_property_identifier, - STATE(2944), 3, + STATE(2975), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -175026,9 +178912,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175049,85 +178934,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82276] = 8, + [84608] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(1937), 1, + anon_sym_readonly, + ACTIONS(1941), 1, + anon_sym_override, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4933), 2, + ACTIONS(4818), 1, + anon_sym_STAR, + STATE(2299), 1, + sym_override_modifier, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2878), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5054), 2, anon_sym_COMMA, - anon_sym_BANG, + anon_sym_RBRACE, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82331] = 13, + [84681] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1745), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(5046), 2, sym_number, sym_private_property_identifier, - STATE(2895), 3, + STATE(3054), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + anon_sym_PIPE_RBRACE, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175148,29 +179038,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82396] = 4, + [84738] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1598), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 11, - sym__automatic_semicolon, + ACTIONS(4518), 1, anon_sym_EQ, - anon_sym_COMMA, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4930), 1, anon_sym_RBRACE, - anon_sym_BANG, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1929), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1596), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175191,90 +179091,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82443] = 13, + [84805] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(224), 1, + anon_sym_STAR, + ACTIONS(1628), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4775), 1, + ACTIONS(5061), 1, + anon_sym_async, + ACTIONS(5065), 1, + anon_sym_static, + ACTIONS(5067), 1, + anon_sym_readonly, + ACTIONS(5073), 1, + anon_sym_override, + STATE(2286), 1, + sym_accessibility_modifier, + STATE(2301), 1, + sym_override_modifier, + ACTIONS(5059), 2, + anon_sym_COMMA, anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(5063), 2, sym_number, sym_private_property_identifier, - STATE(2895), 3, + ACTIONS(5069), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5071), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + STATE(2914), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1901), 20, + STATE(3845), 3, + sym_spread_element, + sym_method_definition, + sym_pair, + ACTIONS(5057), 11, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82508] = 13, + [84882] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(1897), 2, + ACTIONS(5010), 2, sym_number, sym_private_property_identifier, - STATE(2895), 3, + STATE(2961), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 8, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175295,33 +179197,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82573] = 8, + [84939] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4883), 2, + ACTIONS(4978), 2, sym_number, sym_private_property_identifier, - STATE(2973), 3, + STATE(3047), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175342,38 +179245,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82628] = 13, + [84996] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1855), 1, + anon_sym_RBRACE, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4815), 1, - anon_sym_RBRACE, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175394,88 +179298,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82693] = 16, + [85063] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_readonly, - ACTIONS(1909), 1, - anon_sym_override, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - STATE(2259), 1, - sym_override_modifier, - ACTIONS(1897), 2, + ACTIONS(4852), 1, + anon_sym_RBRACE, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(4945), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 15, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82764] = 8, + [85130] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4833), 2, + ACTIONS(4998), 2, sym_number, sym_private_property_identifier, - STATE(2977), 3, + STATE(3052), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175496,33 +179399,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82819] = 8, + [85187] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4827), 2, + ACTIONS(5075), 2, sym_number, sym_private_property_identifier, - STATE(2949), 3, + STATE(3075), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_BANG, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175543,91 +179447,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82874] = 19, + [85244] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(217), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1672), 6, anon_sym_STAR, - ACTIONS(1604), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1893), 1, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4952), 1, + sym_number, + sym_private_property_identifier, + ACTIONS(3236), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + ACTIONS(1670), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, anon_sym_async, - ACTIONS(4956), 1, + sym_identifier, anon_sym_static, - ACTIONS(4958), 1, anon_sym_readonly, - ACTIONS(4964), 1, - anon_sym_override, - STATE(2256), 1, - sym_accessibility_modifier, - STATE(2261), 1, - sym_override_modifier, - ACTIONS(4950), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(4954), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4960), 2, anon_sym_get, anon_sym_set, - ACTIONS(4962), 3, + anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - STATE(2812), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - STATE(3858), 3, - sym_spread_element, - sym_method_definition, - sym_pair, - ACTIONS(4948), 11, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [82951] = 8, + [85293] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4937), 2, + ACTIONS(4956), 2, sym_number, sym_private_property_identifier, - STATE(2936), 3, + STATE(3048), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175648,23 +179539,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83006] = 8, + [85350] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4877), 2, + ACTIONS(5077), 2, sym_number, sym_private_property_identifier, - STATE(2959), 3, + STATE(2798), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -175672,9 +179565,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175695,33 +179587,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83061] = 8, + [85407] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4847), 2, + ACTIONS(4936), 2, sym_number, sym_private_property_identifier, - STATE(2946), 3, + STATE(3069), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175742,23 +179635,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83116] = 8, + [85464] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4966), 2, + ACTIONS(5020), 2, sym_number, sym_private_property_identifier, - STATE(2997), 3, + STATE(3063), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -175766,9 +179661,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175789,33 +179683,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83171] = 8, + [85521] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1808), 1, + anon_sym_RBRACE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4968), 2, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2677), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 9, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, + ACTIONS(3236), 3, anon_sym_LPAREN, - anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(3106), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175836,33 +179736,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83226] = 8, + [85588] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4853), 2, + ACTIONS(4850), 1, + anon_sym_abstract, + ACTIONS(5077), 2, sym_number, sym_private_property_identifier, - STATE(3011), 3, + STATE(2798), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 9, + ACTIONS(3236), 7, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_BANG, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - ACTIONS(1901), 20, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -175883,142 +179783,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83281] = 15, + [85644] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(1905), 1, - anon_sym_readonly, - ACTIONS(1909), 1, - anon_sym_override, - ACTIONS(4577), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, + ACTIONS(4818), 1, anon_sym_STAR, - STATE(2259), 1, - sym_override_modifier, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - ACTIONS(4970), 2, + ACTIONS(5054), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 15, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83349] = 13, + [85710] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - ACTIONS(1897), 2, + ACTIONS(5079), 1, + anon_sym_readonly, + STATE(2331), 1, + sym_override_modifier, + ACTIONS(5050), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(4945), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(2895), 3, + STATE(2793), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, - anon_sym_LPAREN, + ACTIONS(3236), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + ACTIONS(3168), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83413] = 12, + [85770] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - ACTIONS(1897), 2, + ACTIONS(5081), 1, + anon_sym_abstract, + ACTIONS(5050), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(4945), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - STATE(2895), 3, + STATE(2793), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 4, - anon_sym_LPAREN, + ACTIONS(3236), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176026,6 +179918,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176037,30 +179931,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83475] = 6, + [85826] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(3224), 2, + ACTIONS(3290), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(1594), 6, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1592), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176081,30 +179976,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83525] = 6, + [85878] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(3224), 2, + ACTIONS(3290), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(1598), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - ACTIONS(1596), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176125,74 +180021,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83575] = 11, + [85930] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4972), 1, - anon_sym_readonly, - STATE(2289), 1, - sym_override_modifier, - ACTIONS(4968), 2, + ACTIONS(4818), 1, + anon_sym_STAR, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2677), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5054), 2, anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, + anon_sym_RBRACE, + ACTIONS(3236), 3, + anon_sym_LPAREN, anon_sym_COLON, anon_sym_QMARK, - ACTIONS(3106), 18, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, + anon_sym_readonly, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83635] = 9, + [85994] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4974), 1, - anon_sym_abstract, - ACTIONS(4968), 2, + ACTIONS(5083), 1, + anon_sym_readonly, + STATE(2326), 1, + sym_override_modifier, + ACTIONS(5077), 2, sym_number, sym_private_property_identifier, - STATE(2677), 3, + STATE(2798), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3190), 7, + ACTIONS(3236), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -176200,66 +180102,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_QMARK, - ACTIONS(3106), 20, + ACTIONS(3168), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83691] = 11, + [86054] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(1937), 1, + anon_sym_readonly, + ACTIONS(1941), 1, anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4976), 1, - anon_sym_readonly, - STATE(2305), 1, + ACTIONS(4818), 1, + anon_sym_STAR, + STATE(2299), 1, sym_override_modifier, - ACTIONS(4941), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2711), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5085), 2, anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, + anon_sym_RBRACE, + ACTIONS(3236), 3, + anon_sym_LPAREN, anon_sym_COLON, anon_sym_QMARK, - ACTIONS(3106), 18, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176270,33 +180175,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83751] = 9, + [86124] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4932), 1, + anon_sym_RBRACE, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1664), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1275), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4755), 1, - anon_sym_abstract, - ACTIONS(4941), 2, sym_number, sym_private_property_identifier, - STATE(2711), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(3106), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176317,32 +180222,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83807] = 9, + [86181] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, + ACTIONS(4930), 1, + anon_sym_RBRACE, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(3190), 4, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1594), 6, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1592), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176363,32 +180269,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83862] = 9, + [86238] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4775), 1, + ACTIONS(4932), 1, anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3660), 1, aux_sym_object_repeat1, - ACTIONS(3190), 4, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1598), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176409,32 +180316,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83917] = 9, + [86295] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4747), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1853), 1, anon_sym_RBRACE, - STATE(3505), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3660), 1, aux_sym_object_repeat1, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1594), 6, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1592), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176455,32 +180363,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [83972] = 9, + [86352] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4815), 1, + ACTIONS(4852), 1, anon_sym_RBRACE, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1594), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1592), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176501,40 +180410,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84027] = 8, + [86409] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4978), 2, + ACTIONS(4818), 1, + anon_sym_STAR, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2714), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5085), 2, anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, + anon_sym_RBRACE, + ACTIONS(3236), 3, + anon_sym_LPAREN, anon_sym_COLON, anon_sym_QMARK, - ACTIONS(3106), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176546,32 +180460,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84080] = 9, + [86472] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1743), 1, + ACTIONS(1808), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1598), 6, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176592,32 +180507,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84135] = 9, + [86529] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4747), 1, + ACTIONS(1808), 1, anon_sym_RBRACE, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(3190), 4, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1598), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176638,32 +180554,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84190] = 9, + [86586] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1743), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1594), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4818), 1, + anon_sym_STAR, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1592), 20, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(5085), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176671,8 +180592,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176684,32 +180603,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84245] = 9, + [86647] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4815), 1, - anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1598), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1291), 1, anon_sym_DQUOTE, + ACTIONS(1293), 1, anon_sym_SQUOTE, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(5087), 2, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + STATE(2732), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176730,44 +180648,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84300] = 12, + [86700] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - ACTIONS(1897), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(4970), 2, + ACTIONS(230), 1, anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4878), 1, anon_sym_RBRACE, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 17, + ACTIONS(1672), 6, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176779,32 +180695,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84361] = 9, + [86757] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1745), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1855), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1598), 6, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176825,32 +180742,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84416] = 9, + [86814] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1745), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1594), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1291), 1, anon_sym_DQUOTE, + ACTIONS(1293), 1, anon_sym_SQUOTE, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(5089), 2, sym_number, sym_private_property_identifier, - ACTIONS(1592), 20, + STATE(2713), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3236), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_BANG, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176871,32 +180787,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84471] = 9, + [86867] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4775), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1855), 1, anon_sym_RBRACE, - STATE(3506), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1594), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1592), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176917,36 +180834,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84526] = 11, + [86924] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(4970), 2, + ACTIONS(5054), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 18, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -176954,6 +180869,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -176965,32 +180882,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84585] = 9, + [86983] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, + ACTIONS(4930), 1, + anon_sym_RBRACE, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(3190), 4, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1598), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177011,32 +180929,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84640] = 9, + [87040] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4735), 1, + ACTIONS(4852), 1, anon_sym_RBRACE, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1598), 6, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177057,78 +180976,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84695] = 10, + [87097] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(1897), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4945), 2, + ACTIONS(230), 1, anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4878), 1, anon_sym_RBRACE, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [84752] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, + ACTIONS(1664), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1275), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4980), 2, sym_number, sym_private_property_identifier, - STATE(2733), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_BANG, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(3106), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177149,32 +181023,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84805] = 9, + [87154] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4735), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1853), 1, anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3660), 1, aux_sym_object_repeat1, - ACTIONS(3190), 4, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1594), 6, + ACTIONS(1672), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1592), 20, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177195,31 +181070,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84860] = 9, + [87211] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(1897), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(4970), 2, + ACTIONS(5085), 2, anon_sym_COMMA, anon_sym_RBRACE, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1901), 20, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177240,50 +181116,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [84914] = 22, + [87267] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1911), 1, - anon_sym_type, - ACTIONS(1913), 1, + ACTIONS(1804), 1, anon_sym_namespace, - ACTIONS(1915), 1, + ACTIONS(1810), 1, anon_sym_import, - ACTIONS(1917), 1, + ACTIONS(1812), 1, anon_sym_var, - ACTIONS(1919), 1, + ACTIONS(1814), 1, anon_sym_let, - ACTIONS(1921), 1, + ACTIONS(1816), 1, anon_sym_const, - ACTIONS(1923), 1, + ACTIONS(1824), 1, anon_sym_class, - ACTIONS(1925), 1, + ACTIONS(1826), 1, anon_sym_async, - ACTIONS(1927), 1, + ACTIONS(1828), 1, anon_sym_function, - ACTIONS(1929), 1, + ACTIONS(1835), 1, anon_sym_declare, - ACTIONS(1931), 1, - anon_sym_module, - ACTIONS(1933), 1, + ACTIONS(1839), 1, anon_sym_abstract, - ACTIONS(1935), 1, - anon_sym_global, - ACTIONS(1937), 1, + ACTIONS(1841), 1, anon_sym_interface, - ACTIONS(1939), 1, + ACTIONS(1843), 1, anon_sym_enum, - STATE(1156), 1, - sym_decorator, - STATE(3067), 1, + ACTIONS(1889), 1, + anon_sym_type, + ACTIONS(1893), 1, + anon_sym_module, + ACTIONS(1895), 1, + anon_sym_global, + STATE(646), 1, sym_declaration, - STATE(3070), 1, + STATE(716), 1, sym_internal_module, - STATE(3132), 1, + STATE(1162), 1, + sym_decorator, + STATE(3370), 1, aux_sym_export_statement_repeat1, - STATE(3072), 13, + STATE(674), 13, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, @@ -177297,26 +181173,28 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_declaration, sym_enum_declaration, sym_type_alias_declaration, - [84993] = 6, + [87346] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(5054), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3236), 3, anon_sym_LPAREN, - ACTIONS(4984), 1, - anon_sym_DOT, - STATE(2239), 1, - sym_arguments, - ACTIONS(3085), 9, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1672), 6, anon_sym_STAR, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(3083), 21, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177337,100 +181215,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [85040] = 14, + [87395] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(1909), 1, - anon_sym_override, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4986), 1, - anon_sym_STAR, - ACTIONS(4988), 1, - anon_sym_async, - ACTIONS(4992), 1, - anon_sym_readonly, - STATE(2264), 1, - sym_override_modifier, - ACTIONS(4990), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4994), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2978), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 15, - anon_sym_export, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1943), 1, anon_sym_type, + ACTIONS(1945), 1, anon_sym_namespace, - sym_identifier, - anon_sym_static, + ACTIONS(1947), 1, + anon_sym_import, + ACTIONS(1949), 1, + anon_sym_var, + ACTIONS(1951), 1, + anon_sym_let, + ACTIONS(1953), 1, + anon_sym_const, + ACTIONS(1955), 1, + anon_sym_class, + ACTIONS(1957), 1, + anon_sym_async, + ACTIONS(1959), 1, + anon_sym_function, + ACTIONS(1961), 1, anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, + ACTIONS(1965), 1, + anon_sym_abstract, + ACTIONS(1969), 1, + anon_sym_interface, + ACTIONS(1971), 1, + anon_sym_enum, + ACTIONS(3238), 1, anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [85103] = 22, + ACTIONS(5091), 1, + anon_sym_default, + STATE(1162), 1, + sym_decorator, + STATE(3191), 1, + sym_declaration, + STATE(3252), 1, + sym_internal_module, + STATE(3333), 1, + aux_sym_export_statement_repeat1, + STATE(3254), 13, + sym_variable_declaration, + sym_lexical_declaration, + sym_class_declaration, + sym_function_declaration, + sym_generator_function_declaration, + sym_function_signature, + sym_ambient_declaration, + sym_abstract_class_declaration, + sym_module, + sym_import_alias, + sym_interface_declaration, + sym_enum_declaration, + sym_type_alias_declaration, + [87474] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1702), 1, + ACTIONS(1804), 1, anon_sym_namespace, - ACTIONS(1708), 1, + ACTIONS(1810), 1, anon_sym_import, - ACTIONS(1710), 1, + ACTIONS(1812), 1, anon_sym_var, - ACTIONS(1712), 1, + ACTIONS(1814), 1, anon_sym_let, - ACTIONS(1714), 1, + ACTIONS(1816), 1, anon_sym_const, - ACTIONS(1725), 1, + ACTIONS(1824), 1, anon_sym_class, - ACTIONS(1727), 1, + ACTIONS(1826), 1, anon_sym_async, - ACTIONS(1729), 1, + ACTIONS(1828), 1, anon_sym_function, - ACTIONS(1733), 1, + ACTIONS(1835), 1, anon_sym_declare, - ACTIONS(1735), 1, + ACTIONS(1837), 1, anon_sym_module, - ACTIONS(1737), 1, + ACTIONS(1839), 1, anon_sym_abstract, - ACTIONS(1739), 1, + ACTIONS(1841), 1, anon_sym_interface, - ACTIONS(1741), 1, + ACTIONS(1843), 1, anon_sym_enum, - ACTIONS(1857), 1, + ACTIONS(1889), 1, anon_sym_type, - ACTIONS(4996), 1, + ACTIONS(5093), 1, anon_sym_default, - STATE(669), 1, + STATE(716), 1, sym_internal_module, - STATE(719), 1, + STATE(735), 1, sym_declaration, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(3061), 1, + STATE(3370), 1, aux_sym_export_statement_repeat1, - STATE(720), 13, + STATE(674), 13, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, @@ -177444,50 +181329,50 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_declaration, sym_enum_declaration, sym_type_alias_declaration, - [85182] = 22, + [87553] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(1911), 1, + ACTIONS(1943), 1, anon_sym_type, - ACTIONS(1913), 1, + ACTIONS(1945), 1, anon_sym_namespace, - ACTIONS(1915), 1, + ACTIONS(1947), 1, anon_sym_import, - ACTIONS(1917), 1, + ACTIONS(1949), 1, anon_sym_var, - ACTIONS(1919), 1, + ACTIONS(1951), 1, anon_sym_let, - ACTIONS(1921), 1, + ACTIONS(1953), 1, anon_sym_const, - ACTIONS(1923), 1, + ACTIONS(1955), 1, anon_sym_class, - ACTIONS(1925), 1, + ACTIONS(1957), 1, anon_sym_async, - ACTIONS(1927), 1, + ACTIONS(1959), 1, anon_sym_function, - ACTIONS(1929), 1, + ACTIONS(1961), 1, anon_sym_declare, - ACTIONS(1933), 1, + ACTIONS(1963), 1, + anon_sym_module, + ACTIONS(1965), 1, anon_sym_abstract, - ACTIONS(1937), 1, + ACTIONS(1967), 1, + anon_sym_global, + ACTIONS(1969), 1, anon_sym_interface, - ACTIONS(1939), 1, + ACTIONS(1971), 1, anon_sym_enum, - ACTIONS(3192), 1, - anon_sym_module, - ACTIONS(4998), 1, - anon_sym_default, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(3027), 1, + STATE(3226), 1, sym_declaration, - STATE(3070), 1, + STATE(3252), 1, sym_internal_module, - STATE(3132), 1, + STATE(3333), 1, aux_sym_export_statement_repeat1, - STATE(3072), 13, + STATE(3254), 13, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, @@ -177501,50 +181386,91 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_declaration, sym_enum_declaration, sym_type_alias_declaration, - [85261] = 22, + [87632] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(5095), 1, + anon_sym_LPAREN, + ACTIONS(5097), 1, + anon_sym_DOT, + STATE(2273), 1, + sym_arguments, + ACTIONS(3133), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, anon_sym_AT, - ACTIONS(1702), 1, + ACTIONS(3131), 22, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + anon_sym_DASH, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_abstract, + [87679] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(1804), 1, anon_sym_namespace, - ACTIONS(1708), 1, + ACTIONS(1810), 1, anon_sym_import, - ACTIONS(1710), 1, + ACTIONS(1812), 1, anon_sym_var, - ACTIONS(1712), 1, + ACTIONS(1814), 1, anon_sym_let, - ACTIONS(1714), 1, + ACTIONS(1816), 1, anon_sym_const, - ACTIONS(1725), 1, + ACTIONS(1824), 1, anon_sym_class, - ACTIONS(1727), 1, + ACTIONS(1826), 1, anon_sym_async, - ACTIONS(1729), 1, + ACTIONS(1828), 1, anon_sym_function, - ACTIONS(1733), 1, + ACTIONS(1835), 1, anon_sym_declare, - ACTIONS(1735), 1, + ACTIONS(1837), 1, anon_sym_module, - ACTIONS(1737), 1, + ACTIONS(1839), 1, anon_sym_abstract, - ACTIONS(1739), 1, + ACTIONS(1841), 1, anon_sym_interface, - ACTIONS(1741), 1, + ACTIONS(1843), 1, anon_sym_enum, - ACTIONS(1857), 1, + ACTIONS(1889), 1, anon_sym_type, - ACTIONS(5000), 1, + ACTIONS(5099), 1, anon_sym_default, - STATE(669), 1, + STATE(716), 1, sym_internal_module, - STATE(719), 1, + STATE(735), 1, sym_declaration, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - STATE(3061), 1, + STATE(3370), 1, aux_sym_export_statement_repeat1, - STATE(720), 13, + STATE(674), 13, sym_variable_declaration, sym_lexical_declaration, sym_class_declaration, @@ -177558,27 +181484,28 @@ static const uint16_t ts_small_parse_table[] = { sym_interface_declaration, sym_enum_declaration, sym_type_alias_declaration, - [85340] = 6, + [87758] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4945), 2, + ACTIONS(5054), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1598), 6, + ACTIONS(1664), 6, anon_sym_STAR, anon_sym_LBRACK, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177599,163 +181526,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85387] = 6, + [87807] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4945), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1594), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, - sym_number, - sym_private_property_identifier, - ACTIONS(1592), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, + ACTIONS(1941), 1, anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [85434] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(1702), 1, - anon_sym_namespace, - ACTIONS(1708), 1, - anon_sym_import, - ACTIONS(1710), 1, - anon_sym_var, - ACTIONS(1712), 1, - anon_sym_let, - ACTIONS(1714), 1, - anon_sym_const, - ACTIONS(1725), 1, - anon_sym_class, - ACTIONS(1727), 1, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5101), 1, + anon_sym_STAR, + ACTIONS(5103), 1, anon_sym_async, - ACTIONS(1729), 1, - anon_sym_function, - ACTIONS(1733), 1, - anon_sym_declare, - ACTIONS(1737), 1, - anon_sym_abstract, - ACTIONS(1739), 1, - anon_sym_interface, - ACTIONS(1741), 1, - anon_sym_enum, - ACTIONS(1857), 1, - anon_sym_type, - ACTIONS(1861), 1, - anon_sym_module, - ACTIONS(1863), 1, - anon_sym_global, - STATE(666), 1, - sym_declaration, - STATE(669), 1, - sym_internal_module, - STATE(1156), 1, - sym_decorator, - STATE(3061), 1, - aux_sym_export_statement_repeat1, - STATE(720), 13, - sym_variable_declaration, - sym_lexical_declaration, - sym_class_declaration, - sym_function_declaration, - sym_generator_function_declaration, - sym_function_signature, - sym_ambient_declaration, - sym_abstract_class_declaration, - sym_module, - sym_import_alias, - sym_interface_declaration, - sym_enum_declaration, - sym_type_alias_declaration, - [85513] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4970), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3190), 4, + ACTIONS(5107), 1, + anon_sym_readonly, + STATE(2296), 1, + sym_override_modifier, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - ACTIONS(1598), 6, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_DQUOTE, - anon_sym_SQUOTE, + ACTIONS(5105), 2, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(5109), 2, + anon_sym_get, + anon_sym_set, + STATE(3025), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 15, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85557] = 3, + [87872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5004), 11, + ACTIONS(5113), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5002), 21, + ACTIONS(5111), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -177773,26 +181613,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [85597] = 3, + [87912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5008), 11, + ACTIONS(5117), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5006), 21, + ACTIONS(5115), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -177810,22 +181650,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [85637] = 3, + [87952] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5012), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5119), 1, + anon_sym_EQ_GT, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5105), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5010), 21, + STATE(3025), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177846,23 +181694,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [85677] = 3, + [88006] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5016), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5101), 1, + anon_sym_STAR, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5105), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5014), 21, + ACTIONS(5109), 2, + anon_sym_get, + anon_sym_set, + STATE(3025), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177870,8 +181728,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -177883,32 +181739,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [85717] = 3, + [88062] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 11, - sym__automatic_semicolon, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5101), 1, + anon_sym_STAR, + ACTIONS(5103), 1, + anon_sym_async, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5105), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5018), 21, + ACTIONS(5109), 2, + anon_sym_get, + anon_sym_set, + STATE(3025), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -177920,30 +181785,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [85757] = 9, + [88120] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(5085), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1664), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5022), 1, - anon_sym_EQ_GT, - ACTIONS(4990), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2978), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1662), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -177964,26 +181825,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [85809] = 3, + [88166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5026), 11, + ACTIONS(5123), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5024), 21, + ACTIONS(5121), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178001,26 +181862,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [85849] = 3, + [88206] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3093), 10, + ACTIONS(5127), 10, + sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(3091), 22, + ACTIONS(5125), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_DOT, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178038,71 +181899,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [85889] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5028), 1, - anon_sym_STAR, - ACTIONS(5030), 1, - anon_sym_async, - ACTIONS(5032), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(5034), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2884), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 17, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [85945] = 3, + [88246] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5038), 11, + ACTIONS(5131), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5036), 21, + ACTIONS(5129), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178120,26 +181936,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [85985] = 3, + [88286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1441), 11, + ACTIONS(5137), 2, sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(5135), 8, anon_sym_STAR, anon_sym_RBRACE, - anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1443), 21, + ACTIONS(5133), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178157,26 +181974,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86025] = 3, + [88328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 11, + ACTIONS(5141), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1509), 21, + ACTIONS(5139), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178194,26 +182011,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86065] = 3, + [88368] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5042), 11, + ACTIONS(5143), 1, sym__automatic_semicolon, + ACTIONS(1459), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5040), 21, + ACTIONS(1461), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178231,26 +182049,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86105] = 3, + [88410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5012), 11, + ACTIONS(1459), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5010), 21, + ACTIONS(1461), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178268,25 +182086,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86145] = 5, + [88450] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, + ACTIONS(1833), 1, anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1594), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5145), 1, + anon_sym_STAR, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5147), 2, sym_number, sym_private_property_identifier, - ACTIONS(1592), 20, + ACTIONS(5149), 2, + anon_sym_get, + anon_sym_set, + STATE(2999), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178294,8 +182120,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178307,26 +182131,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86189] = 3, + [88506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5046), 11, + ACTIONS(5153), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5044), 21, + ACTIONS(5151), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178344,26 +182168,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86229] = 3, + [88546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5050), 11, + ACTIONS(5157), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5048), 21, + ACTIONS(5155), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178381,22 +182205,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86269] = 3, + [88586] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5054), 11, - sym__automatic_semicolon, - anon_sym_STAR, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(5085), 2, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(1672), 6, + anon_sym_STAR, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5052), 21, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178417,28 +182245,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [86309] = 4, + [88632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5056), 1, + ACTIONS(5161), 10, sym__automatic_semicolon, - ACTIONS(1311), 10, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1313), 21, + ACTIONS(5159), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178456,34 +182282,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86351] = 11, + [88672] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5058), 1, + ACTIONS(5163), 1, anon_sym_STAR, - ACTIONS(5060), 1, + ACTIONS(5165), 1, anon_sym_async, - ACTIONS(5062), 2, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5167), 2, sym_number, sym_private_property_identifier, - ACTIONS(5064), 2, + ACTIONS(5169), 2, anon_sym_get, anon_sym_set, - ACTIONS(3190), 3, - anon_sym_LPAREN, + STATE(3060), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 17, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [88730] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, anon_sym_LT, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5171), 1, + anon_sym_STAR, + ACTIONS(5173), 1, + anon_sym_async, + ACTIONS(3236), 2, + anon_sym_LPAREN, anon_sym_QMARK, - STATE(2979), 3, + ACTIONS(5175), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(5177), 2, + anon_sym_get, + anon_sym_set, + STATE(3094), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 17, + ACTIONS(1933), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178501,26 +182374,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86407] = 3, + [88788] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5068), 11, + ACTIONS(5113), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5066), 21, + ACTIONS(5111), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178538,23 +182411,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86447] = 4, + [88828] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5070), 1, - sym__automatic_semicolon, - ACTIONS(1441), 10, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5163), 1, + anon_sym_STAR, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5167), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(1443), 21, + ACTIONS(5169), 2, + anon_sym_get, + anon_sym_set, + STATE(3060), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -178562,8 +182445,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178575,27 +182456,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [86489] = 3, + [88884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5050), 11, + ACTIONS(5181), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5048), 21, + ACTIONS(5179), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178613,26 +182493,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86529] = 3, + [88924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5074), 11, + ACTIONS(5185), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5072), 21, + ACTIONS(5183), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178650,39 +182530,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86569] = 10, + [88964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(5131), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5058), 1, - anon_sym_STAR, - ACTIONS(5062), 2, sym_number, sym_private_property_identifier, - ACTIONS(5064), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2979), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 18, + anon_sym_AT, + ACTIONS(5129), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178694,26 +182566,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86623] = 3, + anon_sym_abstract, + [89004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5078), 11, + ACTIONS(5141), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5076), 21, + ACTIONS(5139), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178731,26 +182604,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86663] = 3, + [89044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5074), 11, + ACTIONS(5189), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5072), 21, + ACTIONS(5187), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178768,26 +182641,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86703] = 3, + [89084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5042), 11, + ACTIONS(5193), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5040), 21, + ACTIONS(5191), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178805,26 +182678,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86743] = 3, + [89124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5016), 11, + ACTIONS(5161), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5014), 21, + ACTIONS(5159), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178842,39 +182715,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86783] = 10, + [89164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(5181), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5028), 1, - anon_sym_STAR, - ACTIONS(5032), 2, sym_number, sym_private_property_identifier, - ACTIONS(5034), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2884), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 18, + anon_sym_AT, + ACTIONS(5179), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -178886,26 +182751,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86837] = 3, + anon_sym_abstract, + [89204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5046), 11, - sym__automatic_semicolon, + ACTIONS(3158), 9, anon_sym_STAR, anon_sym_RBRACE, - anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5044), 21, + ACTIONS(3156), 23, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_DOT, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178923,26 +182789,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86877] = 3, + [89244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5054), 11, + ACTIONS(5157), 10, sym__automatic_semicolon, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5052), 21, + ACTIONS(5155), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -178960,39 +182826,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [86917] = 10, + [89284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1477), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5080), 1, - anon_sym_STAR, - ACTIONS(5082), 2, sym_number, sym_private_property_identifier, - ACTIONS(5084), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2981), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 18, + anon_sym_AT, + ACTIONS(1479), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179004,40 +182862,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [86971] = 11, + anon_sym_abstract, + [89324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(5117), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4986), 1, - anon_sym_STAR, - ACTIONS(4988), 1, - anon_sym_async, - ACTIONS(4990), 2, sym_number, sym_private_property_identifier, - ACTIONS(4994), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2978), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 17, + anon_sym_AT, + ACTIONS(5115), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179049,26 +182899,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87027] = 3, + anon_sym_abstract, + [89364] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5078), 11, + ACTIONS(5195), 1, sym__automatic_semicolon, + ACTIONS(1393), 9, anon_sym_STAR, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5076), 21, + ACTIONS(1395), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -179086,39 +182938,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [87067] = 10, + [89406] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(5199), 10, + sym__automatic_semicolon, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4986), 1, - anon_sym_STAR, - ACTIONS(4990), 2, sym_number, sym_private_property_identifier, - ACTIONS(4994), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2978), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 18, + anon_sym_AT, + ACTIONS(5197), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179130,27 +182974,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87121] = 4, + anon_sym_abstract, + [89446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5090), 2, + ACTIONS(5127), 10, sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(5088), 9, anon_sym_STAR, anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5086), 21, + ACTIONS(5125), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -179168,27 +183012,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [87163] = 8, + [89486] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4933), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(5171), 1, + anon_sym_STAR, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2878), 3, + ACTIONS(5175), 2, + sym_number, + sym_private_property_identifier, + ACTIONS(5177), 2, + anon_sym_get, + anon_sym_set, + STATE(3094), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 18, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179196,8 +183046,6 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_static, anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -179209,27 +183057,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87212] = 8, + [89542] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5032), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2884), 3, + ACTIONS(4990), 2, + sym_number, + sym_private_property_identifier, + STATE(2975), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179250,68 +183099,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87261] = 8, + [89593] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5082), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2981), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 20, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - anon_sym_async, - sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_override, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [87310] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4833), 2, + ACTIONS(4972), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2977), 3, + STATE(3061), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179332,27 +183141,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87359] = 8, + [89644] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4937), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2936), 3, + ACTIONS(5201), 2, + sym_number, + sym_private_property_identifier, + STATE(2958), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179373,27 +183183,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87408] = 8, + [89695] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4990), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2978), 3, + ACTIONS(5175), 2, + sym_number, + sym_private_property_identifier, + STATE(3094), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179414,27 +183225,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87457] = 8, + [89746] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4895), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(3021), 3, + ACTIONS(5105), 2, + sym_number, + sym_private_property_identifier, + STATE(3025), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179455,31 +183267,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87506] = 8, + [89797] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(5203), 1, + sym__automatic_semicolon, + ACTIONS(1393), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5062), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2979), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 20, + anon_sym_AT, + ACTIONS(1395), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -179496,27 +183303,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87555] = 8, + anon_sym_abstract, + [89838] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4877), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2959), 3, + ACTIONS(4968), 2, + sym_number, + sym_private_property_identifier, + STATE(3081), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179537,27 +183346,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87604] = 8, + [89889] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4883), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2973), 3, + ACTIONS(5205), 2, + sym_number, + sym_private_property_identifier, + STATE(3045), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179578,27 +183388,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87653] = 8, + [89940] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4873), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2971), 3, + ACTIONS(5207), 2, + sym_number, + sym_private_property_identifier, + STATE(3023), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179619,27 +183430,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87702] = 8, + [89991] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4867), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2982), 3, + ACTIONS(4978), 2, + sym_number, + sym_private_property_identifier, + STATE(3047), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179660,27 +183472,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87751] = 8, + [90042] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5092), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2900), 3, + ACTIONS(4956), 2, + sym_number, + sym_private_property_identifier, + STATE(3048), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179701,27 +183514,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87800] = 8, + [90093] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5094), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2892), 3, + ACTIONS(5167), 2, + sym_number, + sym_private_property_identifier, + STATE(3060), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179742,26 +183556,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87849] = 4, + [90144] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5096), 1, + ACTIONS(5209), 1, sym__automatic_semicolon, - ACTIONS(1441), 9, + ACTIONS(1459), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1443), 21, + ACTIONS(1461), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -179779,27 +183593,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [87890] = 8, + [90185] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4853), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(3011), 3, + ACTIONS(4942), 2, + sym_number, + sym_private_property_identifier, + STATE(2965), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179820,22 +183635,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [87939] = 4, + [90236] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5098), 1, - sym__automatic_semicolon, - ACTIONS(1311), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5211), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(1313), 21, + STATE(3018), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179856,76 +183677,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [87980] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4591), 1, - anon_sym_STAR, - ACTIONS(4595), 1, - anon_sym_async, - ACTIONS(5100), 1, - anon_sym_static, - ACTIONS(5102), 1, - anon_sym_readonly, - ACTIONS(5104), 1, - anon_sym_abstract, - STATE(2269), 1, - sym_override_modifier, - ACTIONS(4597), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(4601), 2, - anon_sym_get, - anon_sym_set, - STATE(2416), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(3106), 14, - anon_sym_export, - anon_sym_type, - anon_sym_namespace, - sym_identifier, - anon_sym_declare, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - anon_sym_module, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - [88043] = 8, + [90287] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4847), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2946), 3, + ACTIONS(4994), 2, + sym_number, + sym_private_property_identifier, + STATE(3074), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179946,27 +183719,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88092] = 8, + [90338] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4927), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2941), 3, + ACTIONS(5147), 2, + sym_number, + sym_private_property_identifier, + STATE(2999), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -179987,27 +183761,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88141] = 8, + [90389] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4911), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2991), 3, + ACTIONS(4936), 2, + sym_number, + sym_private_property_identifier, + STATE(3069), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180028,27 +183803,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88190] = 8, + [90440] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5106), 2, - sym_number, - sym_private_property_identifier, - ACTIONS(3190), 3, + ACTIONS(3236), 2, anon_sym_LPAREN, - anon_sym_LT, anon_sym_QMARK, - STATE(2969), 3, + ACTIONS(4998), 2, + sym_number, + sym_private_property_identifier, + STATE(3052), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180069,112 +183845,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88239] = 8, + [90491] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(5108), 2, + ACTIONS(4698), 1, + anon_sym_STAR, + ACTIONS(4702), 1, + anon_sym_async, + ACTIONS(5213), 1, + anon_sym_static, + ACTIONS(5215), 1, + anon_sym_readonly, + ACTIONS(5217), 1, + anon_sym_abstract, + STATE(2311), 1, + sym_override_modifier, + ACTIONS(4704), 2, sym_number, sym_private_property_identifier, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - STATE(2931), 3, + ACTIONS(4708), 2, + anon_sym_get, + anon_sym_set, + STATE(2501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(3168), 14, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88288] = 12, + [90554] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5110), 1, - anon_sym_static, - ACTIONS(5112), 1, - anon_sym_readonly, - ACTIONS(5114), 1, - anon_sym_abstract, - STATE(2305), 1, - sym_override_modifier, - ACTIONS(4941), 2, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5004), 2, sym_number, sym_private_property_identifier, - STATE(2711), 3, + STATE(3017), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 17, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, + anon_sym_static, + anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88344] = 9, + [90605] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5116), 1, - anon_sym_RBRACE, - STATE(3731), 1, - sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5036), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + STATE(3000), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180195,70 +183977,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88394] = 14, + [90656] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4354), 1, - anon_sym_async, - ACTIONS(4358), 1, - anon_sym_readonly, - ACTIONS(5120), 1, - anon_sym_static, - STATE(2260), 1, - sym_override_modifier, - ACTIONS(4356), 2, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(5010), 2, sym_number, sym_private_property_identifier, - ACTIONS(4360), 2, - anon_sym_get, - anon_sym_set, - STATE(2469), 3, + STATE(2961), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 14, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88454] = 3, + [90707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3100), 9, + ACTIONS(3166), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(3098), 21, + ACTIONS(3164), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -180276,24 +184054,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88492] = 3, + [90745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5124), 9, + ACTIONS(5221), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(5122), 21, + ACTIONS(5219), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -180311,24 +184089,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88530] = 3, + [90783] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5223), 1, + anon_sym_RBRACE, + STATE(3688), 1, + sym_enum_assignment, + ACTIONS(5225), 2, + sym_number, + sym_private_property_identifier, + STATE(3148), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [90833] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5227), 1, + anon_sym_RBRACE, + STATE(3967), 1, + sym_enum_assignment, + ACTIONS(5229), 2, + sym_number, + sym_private_property_identifier, + STATE(3501), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + anon_sym_async, + sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_override, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [90883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 9, + ACTIONS(3133), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(1509), 21, + ACTIONS(3131), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -180346,24 +184206,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88568] = 3, + [90921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2507), 9, + ACTIONS(2725), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(2505), 21, + ACTIONS(2723), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -180381,31 +184241,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88606] = 9, + [90959] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(5126), 1, - anon_sym_RBRACE, - STATE(3731), 1, - sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(4856), 1, + anon_sym_STAR, + ACTIONS(4858), 1, + anon_sym_async, + ACTIONS(4862), 1, + anon_sym_readonly, + ACTIONS(5231), 1, + anon_sym_static, + STATE(2302), 1, + sym_override_modifier, + ACTIONS(4860), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + ACTIONS(4864), 2, + anon_sym_get, + anon_sym_set, + STATE(2548), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(3168), 14, + anon_sym_export, + anon_sym_type, + anon_sym_namespace, + sym_identifier, + anon_sym_declare, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + anon_sym_module, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + [91019] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4303), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + sym_number, + sym_private_property_identifier, + anon_sym_AT, + ACTIONS(5233), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -180422,27 +184321,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88656] = 9, + anon_sym_abstract, + [91057] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5128), 1, + ACTIONS(5235), 1, anon_sym_RBRACE, - STATE(3731), 1, + STATE(3967), 1, sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(5229), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + STATE(3501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180463,31 +184363,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88706] = 9, + [91107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(2729), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1216), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5130), 1, - anon_sym_RBRACE, - STATE(3452), 1, - sym_enum_assignment, - ACTIONS(5132), 2, sym_number, sym_private_property_identifier, - STATE(3068), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 20, + anon_sym_AT, + ACTIONS(2727), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -180504,70 +184397,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88756] = 14, + anon_sym_abstract, + [91145] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(3130), 1, - anon_sym_override, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4817), 1, - anon_sym_STAR, - ACTIONS(4819), 1, - anon_sym_async, - ACTIONS(4823), 1, - anon_sym_readonly, - ACTIONS(5134), 1, - anon_sym_static, - STATE(2265), 1, - sym_override_modifier, - ACTIONS(4821), 2, + ACTIONS(5237), 1, + anon_sym_RBRACE, + STATE(3967), 1, + sym_enum_assignment, + ACTIONS(5229), 2, sym_number, sym_private_property_identifier, - ACTIONS(4825), 2, - anon_sym_get, - anon_sym_set, - STATE(2473), 3, + STATE(3501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 14, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88816] = 3, + [91195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 9, + ACTIONS(2721), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(3083), 21, + ACTIONS(2719), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -180585,27 +184474,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [88854] = 9, + [91233] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5136), 1, + ACTIONS(5239), 1, anon_sym_RBRACE, - STATE(3731), 1, + STATE(3967), 1, sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(5229), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + STATE(3501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180626,62 +184515,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88904] = 3, + [91283] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1441), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1925), 1, anon_sym_DQUOTE, + ACTIONS(1927), 1, anon_sym_SQUOTE, + ACTIONS(1935), 1, + anon_sym_async, + ACTIONS(1937), 1, + anon_sym_readonly, + ACTIONS(1941), 1, + anon_sym_override, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4818), 1, + anon_sym_STAR, + ACTIONS(5241), 1, + anon_sym_static, + STATE(2299), 1, + sym_override_modifier, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(1443), 21, + ACTIONS(1939), 2, + anon_sym_get, + anon_sym_set, + STATE(2970), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 14, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [88942] = 9, + [91343] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5138), 1, + ACTIONS(5243), 1, anon_sym_RBRACE, - STATE(3731), 1, + STATE(3967), 1, sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(5229), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + STATE(3501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180702,27 +184602,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [88992] = 9, + [91393] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5140), 1, + ACTIONS(5245), 1, anon_sym_RBRACE, - STATE(3731), 1, + STATE(3967), 1, sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(5229), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + STATE(3501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180743,27 +184643,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89042] = 9, + [91443] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5142), 1, + ACTIONS(5247), 1, anon_sym_RBRACE, - STATE(3731), 1, + STATE(3967), 1, sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(5229), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + STATE(3501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180784,72 +184684,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89092] = 9, + [91493] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4516), 1, + anon_sym_STAR, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(5144), 1, - anon_sym_RBRACE, - STATE(3731), 1, - sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(4522), 1, + anon_sym_async, + ACTIONS(4526), 1, + anon_sym_readonly, + ACTIONS(5249), 1, + anon_sym_static, + STATE(2304), 1, + sym_override_modifier, + ACTIONS(4524), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + ACTIONS(4528), 2, + anon_sym_get, + anon_sym_set, + STATE(2537), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(3168), 14, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89142] = 9, + [91553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1459), 8, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1216), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5146), 1, - anon_sym_RBRACE, - STATE(3544), 1, - sym_enum_assignment, - ACTIONS(5148), 2, sym_number, sym_private_property_identifier, - STATE(3211), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 20, + anon_sym_AT, + ACTIONS(1461), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -180866,20 +184764,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89192] = 3, + anon_sym_abstract, + [91591] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2503), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1240), 1, anon_sym_DQUOTE, + ACTIONS(1242), 1, anon_sym_SQUOTE, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(5251), 1, + anon_sym_RBRACE, + STATE(3967), 1, + sym_enum_assignment, + ACTIONS(5229), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(2501), 21, + STATE(3501), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -180900,106 +184806,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [89230] = 14, + [91641] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_readonly, - ACTIONS(1909), 1, - anon_sym_override, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - ACTIONS(5150), 1, - anon_sym_static, - STATE(2259), 1, - sym_override_modifier, - ACTIONS(1897), 2, + ACTIONS(5253), 1, + anon_sym_RBRACE, + STATE(3637), 1, + sym_enum_assignment, + ACTIONS(5255), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - STATE(2895), 3, + STATE(3108), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 14, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, + anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, + anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89290] = 3, + [91691] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 9, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH, + ACTIONS(1291), 1, anon_sym_DQUOTE, + ACTIONS(1293), 1, anon_sym_SQUOTE, + ACTIONS(3192), 1, + anon_sym_override, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(5257), 1, + anon_sym_static, + ACTIONS(5259), 1, + anon_sym_readonly, + ACTIONS(5261), 1, + anon_sym_abstract, + STATE(2326), 1, + sym_override_modifier, + ACTIONS(5077), 2, sym_number, sym_private_property_identifier, - anon_sym_AT, - ACTIONS(5152), 21, + STATE(2798), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, - anon_sym_static, - anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, anon_sym_protected, - anon_sym_override, anon_sym_module, anon_sym_any, anon_sym_number, anon_sym_boolean, anon_sym_string, anon_sym_symbol, - anon_sym_abstract, - [89328] = 3, + [91747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2499), 9, + ACTIONS(1477), 8, anon_sym_STAR, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_DASH, anon_sym_DQUOTE, anon_sym_SQUOTE, sym_number, sym_private_property_identifier, anon_sym_AT, - ACTIONS(2497), 21, + ACTIONS(1479), 22, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, + anon_sym_DASH, sym_identifier, anon_sym_static, anon_sym_readonly, @@ -181017,32 +184926,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_symbol, anon_sym_abstract, - [89366] = 11, + [91785] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4986), 1, + ACTIONS(5171), 1, anon_sym_STAR, - ACTIONS(4988), 1, + ACTIONS(5173), 1, anon_sym_async, - ACTIONS(4992), 1, + ACTIONS(5263), 1, anon_sym_readonly, - ACTIONS(4990), 2, + ACTIONS(5175), 2, sym_number, sym_private_property_identifier, - ACTIONS(4994), 2, + ACTIONS(5177), 2, anon_sym_get, anon_sym_set, - STATE(2978), 3, + STATE(3094), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 16, + ACTIONS(1933), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181059,32 +184968,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89419] = 11, + [91838] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4757), 1, + ACTIONS(4982), 1, anon_sym_STAR, - ACTIONS(4759), 1, + ACTIONS(4984), 1, anon_sym_async, - ACTIONS(4763), 1, + ACTIONS(5265), 1, anon_sym_readonly, - ACTIONS(4761), 2, + ACTIONS(4986), 2, sym_number, sym_private_property_identifier, - ACTIONS(4765), 2, + ACTIONS(4988), 2, anon_sym_get, anon_sym_set, - STATE(2491), 3, + STATE(2520), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181101,37 +185010,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89472] = 11, + [91891] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + ACTIONS(1672), 6, + anon_sym_STAR, + anon_sym_LBRACK, anon_sym_DQUOTE, - ACTIONS(1895), 1, anon_sym_SQUOTE, - ACTIONS(1903), 1, - anon_sym_async, - ACTIONS(1905), 1, - anon_sym_readonly, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(4727), 1, - anon_sym_STAR, - ACTIONS(1897), 2, sym_number, sym_private_property_identifier, - ACTIONS(1907), 2, - anon_sym_get, - anon_sym_set, - STATE(2895), 3, - sym_string, - sym__property_name, - sym_computed_property_name, - ACTIONS(1901), 16, + ACTIONS(1670), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181143,32 +185046,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89525] = 11, + [91932] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4591), 1, + ACTIONS(5101), 1, anon_sym_STAR, - ACTIONS(4595), 1, + ACTIONS(5103), 1, anon_sym_async, - ACTIONS(4599), 1, + ACTIONS(5107), 1, anon_sym_readonly, - ACTIONS(4597), 2, + ACTIONS(5105), 2, sym_number, sym_private_property_identifier, - ACTIONS(4601), 2, + ACTIONS(5109), 2, anon_sym_get, anon_sym_set, - STATE(2416), 3, + STATE(3025), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(1933), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181185,30 +185088,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89578] = 4, + [91985] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - ACTIONS(1598), 6, - anon_sym_STAR, - anon_sym_LBRACK, + ACTIONS(1291), 1, anon_sym_DQUOTE, + ACTIONS(1293), 1, anon_sym_SQUOTE, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4960), 1, + anon_sym_STAR, + ACTIONS(4962), 1, + anon_sym_async, + ACTIONS(5267), 1, + anon_sym_readonly, + ACTIONS(4964), 2, sym_number, sym_private_property_identifier, - ACTIONS(1596), 20, + ACTIONS(4966), 2, + anon_sym_get, + anon_sym_set, + STATE(2538), 3, + sym_string, + sym__property_name, + sym_computed_property_name, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181220,32 +185130,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89617] = 11, + [92038] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, - anon_sym_LBRACK, - ACTIONS(5058), 1, - anon_sym_STAR, - ACTIONS(5060), 1, + ACTIONS(1935), 1, anon_sym_async, - ACTIONS(5154), 1, + ACTIONS(1937), 1, anon_sym_readonly, - ACTIONS(5062), 2, + ACTIONS(4608), 1, + anon_sym_LBRACK, + ACTIONS(4818), 1, + anon_sym_STAR, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - ACTIONS(5064), 2, + ACTIONS(1939), 2, anon_sym_get, anon_sym_set, - STATE(2979), 3, + STATE(2970), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 16, + ACTIONS(1933), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181262,32 +185172,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89670] = 11, + [92091] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4717), 1, + ACTIONS(4920), 1, anon_sym_STAR, - ACTIONS(4719), 1, + ACTIONS(4922), 1, anon_sym_async, - ACTIONS(4723), 1, + ACTIONS(4926), 1, anon_sym_readonly, - ACTIONS(4721), 2, + ACTIONS(4924), 2, sym_number, sym_private_property_identifier, - ACTIONS(4725), 2, + ACTIONS(4928), 2, anon_sym_get, anon_sym_set, - STATE(2481), 3, + STATE(2569), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181304,32 +185214,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89723] = 11, + [92144] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4831), 1, + ACTIONS(4856), 1, anon_sym_STAR, - ACTIONS(4905), 1, + ACTIONS(4858), 1, anon_sym_async, - ACTIONS(5156), 1, + ACTIONS(4862), 1, anon_sym_readonly, - ACTIONS(4907), 2, + ACTIONS(4860), 2, sym_number, sym_private_property_identifier, - ACTIONS(4909), 2, + ACTIONS(4864), 2, anon_sym_get, anon_sym_set, - STATE(2488), 3, + STATE(2548), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181346,32 +185256,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89776] = 11, + [92197] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4348), 1, - anon_sym_STAR, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4354), 1, + ACTIONS(4906), 1, + anon_sym_STAR, + ACTIONS(4908), 1, anon_sym_async, - ACTIONS(4358), 1, + ACTIONS(4912), 1, anon_sym_readonly, - ACTIONS(4356), 2, + ACTIONS(4910), 2, sym_number, sym_private_property_identifier, - ACTIONS(4360), 2, + ACTIONS(4914), 2, anon_sym_get, anon_sym_set, - STATE(2469), 3, + STATE(2558), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181388,35 +185298,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89829] = 11, + [92250] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4817), 1, - anon_sym_STAR, - ACTIONS(4819), 1, - anon_sym_async, - ACTIONS(4823), 1, + ACTIONS(5083), 1, anon_sym_readonly, - ACTIONS(4821), 2, + ACTIONS(5269), 1, + anon_sym_STAR, + ACTIONS(5271), 2, sym_number, sym_private_property_identifier, - ACTIONS(4825), 2, + ACTIONS(5273), 2, anon_sym_get, anon_sym_set, - STATE(2473), 3, + STATE(2509), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_declare, @@ -181430,35 +185339,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89882] = 11, + [92301] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4737), 1, + ACTIONS(5275), 1, anon_sym_STAR, - ACTIONS(4739), 1, - anon_sym_async, - ACTIONS(4743), 1, + ACTIONS(5279), 1, anon_sym_readonly, - ACTIONS(4741), 2, + ACTIONS(5277), 2, sym_number, sym_private_property_identifier, - ACTIONS(4745), 2, + ACTIONS(5281), 2, anon_sym_get, anon_sym_set, - STATE(2402), 3, + STATE(2500), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(3168), 17, anon_sym_export, anon_sym_type, anon_sym_namespace, + anon_sym_async, sym_identifier, anon_sym_static, anon_sym_declare, @@ -181472,32 +185380,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89935] = 11, + [92352] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, - anon_sym_LBRACK, - ACTIONS(4837), 1, + ACTIONS(4516), 1, anon_sym_STAR, - ACTIONS(4839), 1, + ACTIONS(4520), 1, + anon_sym_LBRACK, + ACTIONS(4522), 1, anon_sym_async, - ACTIONS(5158), 1, + ACTIONS(4526), 1, anon_sym_readonly, - ACTIONS(4841), 2, + ACTIONS(4524), 2, sym_number, sym_private_property_identifier, - ACTIONS(4843), 2, + ACTIONS(4528), 2, anon_sym_get, anon_sym_set, - STATE(2486), 3, + STATE(2537), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181514,34 +185422,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [89988] = 10, + [92405] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(5160), 1, + ACTIONS(5002), 1, anon_sym_STAR, - ACTIONS(5164), 1, + ACTIONS(5028), 1, + anon_sym_async, + ACTIONS(5283), 1, anon_sym_readonly, - ACTIONS(5162), 2, + ACTIONS(5030), 2, sym_number, sym_private_property_identifier, - ACTIONS(5166), 2, + ACTIONS(5032), 2, anon_sym_get, anon_sym_set, - STATE(2463), 3, + STATE(2570), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 17, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, anon_sym_declare, @@ -181555,36 +185464,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90039] = 10, + [92458] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4976), 1, - anon_sym_readonly, - ACTIONS(5168), 1, - anon_sym_STAR, - ACTIONS(5170), 2, + STATE(3967), 1, + sym_enum_assignment, + ACTIONS(5229), 2, sym_number, sym_private_property_identifier, - ACTIONS(5172), 2, - anon_sym_get, - anon_sym_set, - STATE(2401), 3, + STATE(3501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 17, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, + anon_sym_get, + anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181596,32 +185503,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90090] = 11, + [92505] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4893), 1, + ACTIONS(4698), 1, anon_sym_STAR, - ACTIONS(4899), 1, + ACTIONS(4702), 1, anon_sym_async, - ACTIONS(5174), 1, + ACTIONS(4706), 1, anon_sym_readonly, - ACTIONS(4901), 2, + ACTIONS(4704), 2, sym_number, sym_private_property_identifier, - ACTIONS(4903), 2, + ACTIONS(4708), 2, anon_sym_get, anon_sym_set, - STATE(2460), 3, + STATE(2501), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 16, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181638,34 +185545,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90143] = 8, + [92558] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - STATE(3731), 1, - sym_enum_assignment, - ACTIONS(5118), 2, + ACTIONS(4820), 1, + anon_sym_STAR, + ACTIONS(4822), 1, + anon_sym_async, + ACTIONS(4826), 1, + anon_sym_readonly, + ACTIONS(4824), 2, sym_number, sym_private_property_identifier, - STATE(3317), 3, + ACTIONS(4828), 2, + anon_sym_get, + anon_sym_set, + STATE(2522), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(3168), 16, anon_sym_export, anon_sym_type, anon_sym_namespace, - anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, - anon_sym_get, - anon_sym_set, anon_sym_declare, anon_sym_public, anon_sym_private, @@ -181677,23 +185587,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90190] = 7, + [92611] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4943), 2, + ACTIONS(4610), 2, sym_number, sym_private_property_identifier, - STATE(2944), 3, + STATE(3092), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181714,23 +185624,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90234] = 7, + [92655] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5082), 2, + ACTIONS(4998), 2, sym_number, sym_private_property_identifier, - STATE(2981), 3, + STATE(3052), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181751,23 +185661,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90278] = 7, + [92699] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5106), 2, + ACTIONS(5020), 2, sym_number, sym_private_property_identifier, - STATE(2969), 3, + STATE(3063), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181788,23 +185698,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90322] = 7, + [92743] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4847), 2, + ACTIONS(1929), 2, sym_number, sym_private_property_identifier, - STATE(2946), 3, + STATE(2970), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181825,23 +185735,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90366] = 7, + [92787] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4873), 2, + ACTIONS(5004), 2, sym_number, sym_private_property_identifier, - STATE(2971), 3, + STATE(3017), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181862,23 +185772,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90410] = 7, + [92831] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5032), 2, + ACTIONS(5201), 2, sym_number, sym_private_property_identifier, - STATE(2884), 3, + STATE(2958), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181899,23 +185809,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90454] = 7, + [92875] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4827), 2, + ACTIONS(5052), 2, sym_number, sym_private_property_identifier, - STATE(2949), 3, + STATE(3032), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181936,23 +185846,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90498] = 7, + [92919] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4895), 2, + ACTIONS(4942), 2, sym_number, sym_private_property_identifier, - STATE(3021), 3, + STATE(2965), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -181973,30 +185883,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90542] = 7, + [92963] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(5094), 2, + ACTIONS(5083), 1, + anon_sym_readonly, + ACTIONS(5077), 2, sym_number, sym_private_property_identifier, - STATE(2892), 3, + STATE(2798), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(3168), 19, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, - anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, @@ -182010,23 +185921,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90586] = 7, + [93009] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4883), 2, + ACTIONS(5077), 2, sym_number, sym_private_property_identifier, - STATE(2973), 3, + STATE(2798), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182047,23 +185958,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90630] = 7, + [93053] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4867), 2, + ACTIONS(5105), 2, sym_number, sym_private_property_identifier, - STATE(2982), 3, + STATE(3025), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182084,23 +185995,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90674] = 7, + [93097] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4833), 2, + ACTIONS(4978), 2, sym_number, sym_private_property_identifier, - STATE(2977), 3, + STATE(3047), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182121,23 +186032,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90718] = 7, + [93141] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(5092), 2, + ACTIONS(5050), 2, sym_number, sym_private_property_identifier, - STATE(2900), 3, + STATE(2793), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182158,23 +186069,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90762] = 7, + [93185] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4941), 2, + ACTIONS(5205), 2, sym_number, sym_private_property_identifier, - STATE(2711), 3, + STATE(3045), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182195,25 +186106,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90806] = 8, + [93229] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(5176), 1, + ACTIONS(5079), 1, anon_sym_readonly, - ACTIONS(4980), 2, + ACTIONS(5050), 2, sym_number, sym_private_property_identifier, - STATE(2733), 3, + STATE(2793), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 19, + ACTIONS(3168), 19, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182233,23 +186144,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90852] = 7, + [93275] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(1897), 2, + ACTIONS(5207), 2, sym_number, sym_private_property_identifier, - STATE(2895), 3, + STATE(3023), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182270,23 +186181,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90896] = 7, + [93319] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4911), 2, + ACTIONS(4972), 2, sym_number, sym_private_property_identifier, - STATE(2991), 3, + STATE(3061), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182307,23 +186218,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90940] = 7, + [93363] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4980), 2, + ACTIONS(5175), 2, sym_number, sym_private_property_identifier, - STATE(2733), 3, + STATE(3094), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182344,23 +186255,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [90984] = 7, + [93407] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5062), 2, + ACTIONS(5075), 2, sym_number, sym_private_property_identifier, - STATE(2979), 3, + STATE(3075), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182381,25 +186292,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91028] = 8, + [93451] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4976), 1, + ACTIONS(5285), 1, anon_sym_readonly, - ACTIONS(4941), 2, + ACTIONS(5089), 2, sym_number, sym_private_property_identifier, - STATE(2711), 3, + STATE(2713), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 19, + ACTIONS(3168), 19, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182419,23 +186330,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91074] = 7, + [93497] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1291), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1293), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4520), 1, anon_sym_LBRACK, - ACTIONS(4966), 2, + ACTIONS(5089), 2, sym_number, sym_private_property_identifier, - STATE(2997), 3, + STATE(2713), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(3168), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182456,23 +186367,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91118] = 7, + [93541] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4877), 2, + ACTIONS(5046), 2, sym_number, sym_private_property_identifier, - STATE(2959), 3, + STATE(3054), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182493,23 +186404,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91162] = 7, + [93585] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4857), 2, + ACTIONS(5036), 2, sym_number, sym_private_property_identifier, - STATE(2872), 3, + STATE(3000), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182530,23 +186441,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91206] = 7, + [93629] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4937), 2, + ACTIONS(5147), 2, sym_number, sym_private_property_identifier, - STATE(2936), 3, + STATE(2999), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182567,23 +186478,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91250] = 7, + [93673] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4968), 2, + ACTIONS(4936), 2, sym_number, sym_private_property_identifier, - STATE(2677), 3, + STATE(3069), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182604,23 +186515,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91294] = 7, + [93717] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4579), 2, + ACTIONS(5211), 2, sym_number, sym_private_property_identifier, - STATE(3001), 3, + STATE(3018), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182641,23 +186552,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91338] = 7, + [93761] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4990), 2, + ACTIONS(5167), 2, sym_number, sym_private_property_identifier, - STATE(2978), 3, + STATE(3060), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182678,23 +186589,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91382] = 7, + [93805] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4853), 2, + ACTIONS(4968), 2, sym_number, sym_private_property_identifier, - STATE(3011), 3, + STATE(3081), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182715,23 +186626,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91426] = 7, + [93849] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4933), 2, + ACTIONS(4990), 2, sym_number, sym_private_property_identifier, - STATE(2878), 3, + STATE(2975), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182752,23 +186663,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91470] = 7, + [93893] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4927), 2, + ACTIONS(4994), 2, sym_number, sym_private_property_identifier, - STATE(2941), 3, + STATE(3074), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182789,31 +186700,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91514] = 8, + [93937] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1275), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4352), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(4972), 1, - anon_sym_readonly, - ACTIONS(4968), 2, + ACTIONS(5010), 2, sym_number, sym_private_property_identifier, - STATE(2677), 3, + STATE(2961), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(3106), 19, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, anon_sym_async, sym_identifier, anon_sym_static, + anon_sym_readonly, anon_sym_get, anon_sym_set, anon_sym_declare, @@ -182827,23 +186737,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91560] = 7, + [93981] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(4577), 1, + ACTIONS(4608), 1, anon_sym_LBRACK, - ACTIONS(5108), 2, + ACTIONS(4956), 2, sym_number, sym_private_property_identifier, - STATE(2931), 3, + STATE(3048), 3, sym_string, sym__property_name, sym_computed_property_name, - ACTIONS(1901), 20, + ACTIONS(1933), 20, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182864,14 +186774,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91604] = 4, + [94025] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5178), 1, + ACTIONS(5287), 1, sym_identifier, - STATE(4240), 1, + STATE(4196), 1, sym_mapped_type_clause, - ACTIONS(5180), 19, + ACTIONS(5289), 19, anon_sym_export, anon_sym_type, anon_sym_namespace, @@ -182891,82 +186801,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_boolean, anon_sym_string, anon_sym_symbol, - [91635] = 3, + [94056] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 2, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(5291), 1, + anon_sym_DOT, + ACTIONS(5293), 1, + anon_sym_QMARK_DOT, + STATE(2384), 1, + sym_arguments, + STATE(2412), 1, + sym_type_arguments, + ACTIONS(3302), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3763), 16, - anon_sym_as, + ACTIONS(3304), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91661] = 3, + [94096] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 2, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(5295), 1, + anon_sym_DOT, + ACTIONS(5297), 1, + anon_sym_QMARK_DOT, + STATE(2385), 1, + sym_arguments, + STATE(2484), 1, + sym_type_arguments, + ACTIONS(3320), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3723), 16, - anon_sym_as, + ACTIONS(3322), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91687] = 3, + [94136] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 2, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3010), 1, + anon_sym_DOT, + ACTIONS(3012), 1, + anon_sym_QMARK_DOT, + ACTIONS(3014), 1, + anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + ACTIONS(2969), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3665), 16, - anon_sym_as, + ACTIONS(2959), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91713] = 3, + [94176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 2, + ACTIONS(3705), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3669), 16, + ACTIONS(3707), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -182983,13 +186918,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91739] = 3, + [94203] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 2, + ACTIONS(3705), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3665), 16, + ACTIONS(3707), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183006,13 +186942,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91765] = 3, + [94230] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 2, + ACTIONS(3523), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3669), 16, + ACTIONS(3525), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183029,13 +186966,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91791] = 3, + [94257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 2, + ACTIONS(3523), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3763), 16, + ACTIONS(3525), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183052,13 +186990,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91817] = 3, + [94284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3713), 2, + ACTIONS(3828), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3715), 16, + ACTIONS(3830), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183075,13 +187014,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91843] = 3, + [94311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 2, + ACTIONS(3804), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3763), 16, + ACTIONS(3806), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183098,13 +187038,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91869] = 3, + [94338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 2, + ACTIONS(3563), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3719), 16, + ACTIONS(3565), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183121,13 +187062,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91895] = 3, + [94365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 2, + ACTIONS(3563), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3396), 16, + ACTIONS(3565), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183144,13 +187086,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91921] = 3, + [94392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 2, + ACTIONS(3575), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3396), 16, + ACTIONS(3577), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183167,13 +187110,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91947] = 3, + [94419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 2, + ACTIONS(3828), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3681), 16, + ACTIONS(3830), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183190,13 +187134,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91973] = 3, + [94446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 2, + ACTIONS(3523), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3673), 16, + ACTIONS(3525), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183213,13 +187158,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [91999] = 3, + [94473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 2, + ACTIONS(3575), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3755), 16, + ACTIONS(3577), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183236,13 +187182,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92025] = 3, + [94500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3749), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3727), 16, + ACTIONS(3751), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183259,13 +187206,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92051] = 3, + [94527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 2, + ACTIONS(3575), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3681), 16, + ACTIONS(3577), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183282,13 +187230,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92077] = 3, + [94554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 2, + ACTIONS(3499), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3755), 16, + ACTIONS(3501), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183305,13 +187254,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92103] = 3, + [94581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3503), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3685), 16, + ACTIONS(3505), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183328,13 +187278,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92129] = 3, + [94608] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 2, + ACTIONS(3777), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3673), 16, + ACTIONS(3779), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183351,40 +187302,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92155] = 7, + [94635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3244), 1, + ACTIONS(3563), 3, anon_sym_EQ, - ACTIONS(5182), 1, anon_sym_LT, - ACTIONS(5184), 1, - anon_sym_DOT, - ACTIONS(5186), 1, - anon_sym_is, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2988), 13, + anon_sym_QMARK, + ACTIONS(3565), 16, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, + anon_sym_DOT, anon_sym_EQ_GT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [92189] = 3, + [94662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 2, + ACTIONS(3503), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3396), 16, + ACTIONS(3505), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183401,13 +187350,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92215] = 3, + [94689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 2, + ACTIONS(3503), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3677), 16, + ACTIONS(3505), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183424,13 +187374,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92241] = 3, + [94716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3709), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3685), 16, + ACTIONS(3711), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183447,13 +187398,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92267] = 3, + [94743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 2, + ACTIONS(3499), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3755), 16, + ACTIONS(3501), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183470,13 +187422,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92293] = 3, + [94770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3745), 2, + ACTIONS(3649), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3747), 16, + ACTIONS(3651), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183493,13 +187446,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92319] = 3, + [94797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3499), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3727), 16, + ACTIONS(3501), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183516,13 +187470,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92345] = 3, + [94824] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3709), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3727), 16, + ACTIONS(3711), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183539,13 +187494,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92371] = 3, + [94851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 2, + ACTIONS(3653), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3661), 16, + ACTIONS(3655), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183562,13 +187518,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92397] = 3, + [94878] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3655), 2, + ACTIONS(3649), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3657), 16, + ACTIONS(3651), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183585,40 +187542,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92423] = 7, + [94905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - STATE(2349), 1, - sym_arguments, - ACTIONS(2962), 2, + ACTIONS(3679), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(2952), 12, + ACTIONS(3681), 16, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, + anon_sym_DOT, anon_sym_EQ_GT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92457] = 3, + [94932] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 2, + ACTIONS(3667), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3723), 16, + ACTIONS(3669), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183635,67 +187590,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92483] = 7, + [94959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, + ACTIONS(3679), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_QMARK, + ACTIONS(3681), 16, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(5188), 1, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, anon_sym_DOT, - ACTIONS(5190), 1, + anon_sym_EQ_GT, anon_sym_QMARK_DOT, - STATE(2346), 1, - sym_arguments, - ACTIONS(3254), 2, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [94986] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3828), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3256), 12, + ACTIONS(3830), 16, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, + anon_sym_DOT, anon_sym_EQ_GT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92517] = 7, + [95013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - ACTIONS(5192), 1, - anon_sym_DOT, - ACTIONS(5194), 1, - anon_sym_QMARK_DOT, - STATE(2350), 1, - sym_arguments, - ACTIONS(3318), 2, + ACTIONS(3667), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3320), 12, + ACTIONS(3669), 16, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, + anon_sym_DOT, anon_sym_EQ_GT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92551] = 3, + [95040] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 2, + ACTIONS(3854), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3719), 16, + ACTIONS(3856), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183712,13 +187686,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92577] = 3, + [95067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 2, + ACTIONS(3653), 3, anon_sym_EQ, + anon_sym_LT, anon_sym_QMARK, - ACTIONS(3677), 16, + ACTIONS(3655), 16, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183735,41 +187710,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92603] = 3, + [95094] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 2, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3294), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3723), 16, - anon_sym_as, + ACTIONS(5299), 1, + anon_sym_DOT, + ACTIONS(5301), 1, + anon_sym_is, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3056), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [92629] = 3, + [95128] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 2, + ACTIONS(2961), 1, + anon_sym_LPAREN, + ACTIONS(2963), 1, + anon_sym_DOT, + ACTIONS(2967), 1, + anon_sym_QMARK_DOT, + ACTIONS(2969), 1, + anon_sym_PIPE, + ACTIONS(2971), 1, + anon_sym_LT, + STATE(2580), 1, + sym_arguments, + STATE(2632), 1, + sym_type_arguments, + ACTIONS(2959), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [95165] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3683), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3719), 16, + ACTIONS(3685), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON, anon_sym_LBRACK, @@ -183781,13 +187787,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92655] = 3, + [95190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3593), 2, + ACTIONS(3495), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3595), 15, + ACTIONS(3497), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183803,18 +187809,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92680] = 6, + [95215] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3244), 1, + ACTIONS(1421), 1, + anon_sym_DOT, + ACTIONS(3793), 2, anon_sym_EQ, - ACTIONS(5182), 1, anon_sym_LT, - ACTIONS(5184), 1, - anon_sym_DOT, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2988), 13, + ACTIONS(3795), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -183828,17 +187832,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [92711] = 5, + [95242] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5196), 1, + ACTIONS(1501), 1, anon_sym_DOT, - ACTIONS(5198), 1, - anon_sym_QMARK_DOT, - ACTIONS(3531), 2, + ACTIONS(3793), 2, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3533), 13, + anon_sym_LT, + ACTIONS(3795), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183851,15 +187853,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [92740] = 3, + [95269] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 2, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3294), 1, anon_sym_EQ, - anon_sym_QMARK, - ACTIONS(3591), 15, - anon_sym_as, + ACTIONS(5299), 1, + anon_sym_DOT, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3056), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -183868,19 +187875,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, - anon_sym_DOT, anon_sym_EQ_GT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [92765] = 3, + [95300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3597), 2, + ACTIONS(3511), 2, anon_sym_EQ, anon_sym_QMARK, - ACTIONS(3599), 15, + ACTIONS(3513), 15, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183896,14 +187902,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [92790] = 4, + [95325] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1373), 1, + ACTIONS(5303), 1, anon_sym_DOT, - ACTIONS(3630), 1, + ACTIONS(5305), 1, + anon_sym_QMARK_DOT, + ACTIONS(3739), 2, anon_sym_EQ, - ACTIONS(3632), 15, + anon_sym_QMARK, + ACTIONS(3741), 13, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -183912,44 +187921,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LT, anon_sym_GT, anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [92817] = 3, + [95354] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1467), 1, + ACTIONS(2961), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, + anon_sym_LT, + ACTIONS(3302), 1, anon_sym_PIPE, - ACTIONS(1465), 15, + ACTIONS(5307), 1, + anon_sym_DOT, + ACTIONS(5309), 1, + anon_sym_QMARK_DOT, + STATE(2556), 1, + sym_arguments, + STATE(2618), 1, + sym_type_arguments, + ACTIONS(3304), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_BANG, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, anon_sym_LBRACK, - anon_sym_LT, anon_sym_AMP, - anon_sym_QMARK, anon_sym_extends, anon_sym_PIPE_RBRACE, - [92841] = 5, + [95391] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3312), 1, - anon_sym_EQ, - ACTIONS(5182), 1, + ACTIONS(2961), 1, + anon_sym_LPAREN, + ACTIONS(2971), 1, anon_sym_LT, - STATE(2372), 1, + ACTIONS(3320), 1, + anon_sym_PIPE, + ACTIONS(5311), 1, + anon_sym_DOT, + ACTIONS(5313), 1, + anon_sym_QMARK_DOT, + STATE(2565), 1, + sym_arguments, + STATE(2633), 1, sym_type_arguments, - ACTIONS(3314), 13, + ACTIONS(3322), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [95428] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1407), 1, + anon_sym_EQ, + ACTIONS(1405), 15, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -183963,13 +188002,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [92869] = 3, + anon_sym_is, + [95452] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1347), 1, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3380), 1, anon_sym_EQ, - ACTIONS(1345), 15, - anon_sym_as, + STATE(2443), 1, + sym_type_arguments, + ACTIONS(3382), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -183983,13 +188026,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - anon_sym_is, - [92893] = 3, + [95480] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1537), 1, + ACTIONS(1499), 2, anon_sym_PIPE, - ACTIONS(1535), 15, + anon_sym_LT, + ACTIONS(1497), 14, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -184000,38 +188043,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON, anon_sym_LBRACK, - anon_sym_LT, anon_sym_AMP, anon_sym_QMARK, anon_sym_extends, anon_sym_PIPE_RBRACE, - [92917] = 2, + [95504] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5200), 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, - [92938] = 4, + ACTIONS(1439), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(1437), 14, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [95528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3312), 1, + ACTIONS(3332), 1, anon_sym_EQ, - ACTIONS(5202), 1, + ACTIONS(3334), 15, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, anon_sym_is, - ACTIONS(3314), 13, + [95552] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3507), 1, + anon_sym_EQ, + ACTIONS(3509), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -184045,37 +188109,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [92963] = 7, + [95575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3244), 1, + ACTIONS(3523), 2, anon_sym_PIPE, - ACTIONS(5204), 1, anon_sym_LT, - ACTIONS(5206), 1, - anon_sym_DOT, - ACTIONS(5208), 1, - anon_sym_is, - STATE(2605), 1, - sym_type_arguments, - ACTIONS(2988), 10, + ACTIONS(3525), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [92994] = 3, + [95598] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 1, + ACTIONS(3386), 1, anon_sym_EQ, - ACTIONS(3468), 14, - anon_sym_as, + ACTIONS(5301), 1, + anon_sym_is, + ACTIONS(3388), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -184089,12 +188150,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93017] = 3, + [95623] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 1, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5317), 1, + sym_number, + ACTIONS(5319), 1, + anon_sym_unique, + STATE(4215), 1, + sym_predefined_type, + STATE(4216), 1, + sym_string, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [95656] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5321), 1, + sym_number, + STATE(4218), 2, + sym_string, + sym_predefined_type, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [95687] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3812), 1, anon_sym_EQ, - ACTIONS(3695), 14, + ACTIONS(3814), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184109,12 +188219,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93040] = 3, + [95710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3549), 1, + ACTIONS(3579), 1, anon_sym_EQ, - ACTIONS(3551), 14, + ACTIONS(3581), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184129,31 +188239,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93063] = 2, + [95733] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5210), 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, - [93084] = 3, + ACTIONS(5323), 1, + anon_sym_LPAREN, + ACTIONS(5325), 1, + anon_sym_DOT, + ACTIONS(5327), 1, + anon_sym_QMARK_DOT, + ACTIONS(5329), 1, + anon_sym_LT, + STATE(2621), 1, + sym_arguments, + STATE(2730), 1, + sym_type_arguments, + ACTIONS(3304), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3626), 1, + ACTIONS(3599), 1, anon_sym_EQ, - ACTIONS(3628), 14, + ACTIONS(3601), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184168,10 +188284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93107] = 2, + [95789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5212), 15, + ACTIONS(5331), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -184187,10 +188303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [93128] = 2, + [95810] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5214), 15, + ACTIONS(5333), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -184206,30 +188322,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [93149] = 3, + [95831] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_EQ, - ACTIONS(3555), 14, - anon_sym_as, + ACTIONS(5323), 1, + anon_sym_LPAREN, + ACTIONS(5329), 1, + anon_sym_LT, + ACTIONS(5335), 1, + anon_sym_DOT, + ACTIONS(5337), 1, + anon_sym_QMARK_DOT, + STATE(2626), 1, + sym_arguments, + STATE(2729), 1, + sym_type_arguments, + ACTIONS(3322), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [95864] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5323), 1, + anon_sym_LPAREN, + ACTIONS(5329), 1, + anon_sym_LT, + ACTIONS(5339), 1, + anon_sym_DOT, + ACTIONS(5341), 1, + anon_sym_QMARK_DOT, + STATE(2628), 1, + sym_arguments, + STATE(2728), 1, + sym_type_arguments, + ACTIONS(2959), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93172] = 2, + [95897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5216), 15, + ACTIONS(5343), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -184245,34 +188391,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [93193] = 5, + [95918] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3561), 1, + ACTIONS(3697), 1, anon_sym_EQ, - ACTIONS(5218), 1, - anon_sym_LBRACK, - ACTIONS(3523), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - ACTIONS(3563), 10, + ACTIONS(3699), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_QMARK, - [93220] = 3, + anon_sym_extends, + [95941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3565), 1, + ACTIONS(3613), 1, anon_sym_EQ, - ACTIONS(3567), 14, + ACTIONS(3615), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184287,20 +188431,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93243] = 4, + [95964] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, + ACTIONS(5345), 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, + [95985] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3643), 1, anon_sym_EQ, - ACTIONS(5218), 1, - anon_sym_LBRACK, - ACTIONS(3571), 13, + ACTIONS(3645), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, anon_sym_EQ_GT, @@ -184308,12 +188470,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93268] = 3, + [96008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, + ACTIONS(3832), 1, anon_sym_EQ, - ACTIONS(3622), 14, + ACTIONS(3834), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184328,12 +188490,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93291] = 3, + [96031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3573), 1, + ACTIONS(3731), 1, anon_sym_EQ, - ACTIONS(3575), 14, + ACTIONS(3733), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184348,12 +188510,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93314] = 3, + [96054] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5347), 1, + sym_number, + STATE(4287), 1, + sym_string, + STATE(4289), 1, + sym_predefined_type, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96087] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5349), 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, + [96108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 1, + ACTIONS(3836), 1, anon_sym_EQ, - ACTIONS(3618), 14, + ACTIONS(3838), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184368,13 +188574,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93337] = 3, + [96131] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, + ACTIONS(3376), 1, anon_sym_EQ, - ACTIONS(3703), 14, - anon_sym_as, + ACTIONS(5301), 1, + anon_sym_is, + ACTIONS(3378), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -184388,12 +188595,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93360] = 3, + [96156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3539), 1, + ACTIONS(3376), 1, anon_sym_EQ, - ACTIONS(3541), 14, + ACTIONS(3378), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184408,12 +188615,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93383] = 3, + [96179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 1, + ACTIONS(3745), 1, anon_sym_EQ, - ACTIONS(3639), 14, + ACTIONS(3747), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184428,12 +188635,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93406] = 3, + [96202] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5351), 1, + sym_number, + STATE(4282), 1, + sym_string, + STATE(4284), 1, + sym_predefined_type, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96235] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5353), 1, + sym_number, + STATE(4092), 2, + sym_string, + sym_predefined_type, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3506), 1, + ACTIONS(3781), 1, anon_sym_EQ, - ACTIONS(3508), 14, + ACTIONS(3783), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184448,245 +188704,342 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93429] = 3, + [96289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3510), 1, + ACTIONS(3804), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3806), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3512), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93452] = 3, + anon_sym_PIPE_RBRACE, + [96312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3356), 1, + ACTIONS(3777), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3779), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3358), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93475] = 4, + anon_sym_PIPE_RBRACE, + [96335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3521), 1, + ACTIONS(3709), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3711), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(5218), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(3523), 13, - anon_sym_as, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [96358] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3705), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3707), 13, + sym__automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [96381] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3709), 2, anon_sym_PIPE, - anon_sym_QMARK, + anon_sym_LT, + ACTIONS(3711), 13, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, anon_sym_extends, - [93500] = 3, + anon_sym_PIPE_RBRACE, + [96404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3312), 1, + ACTIONS(3705), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3707), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3314), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [96427] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3681), 13, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93523] = 3, + anon_sym_PIPE_RBRACE, + [96450] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3667), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3669), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3529), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93546] = 3, + anon_sym_PIPE_RBRACE, + [96473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3705), 1, + ACTIONS(3679), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3681), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3707), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93569] = 3, + anon_sym_PIPE_RBRACE, + [96496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3667), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3669), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3426), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93592] = 3, + anon_sym_PIPE_RBRACE, + [96519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3641), 1, + ACTIONS(3653), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3655), 13, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3643), 14, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [93615] = 7, + anon_sym_PIPE_RBRACE, + [96542] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2954), 1, - anon_sym_LPAREN, - ACTIONS(2956), 1, - anon_sym_DOT, - ACTIONS(2960), 1, - anon_sym_QMARK_DOT, - ACTIONS(2962), 1, + ACTIONS(3649), 2, anon_sym_PIPE, - STATE(2480), 1, - sym_arguments, - ACTIONS(2952), 10, + anon_sym_LT, + ACTIONS(3651), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [93646] = 7, + [96565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2954), 1, - anon_sym_LPAREN, - ACTIONS(3254), 1, + ACTIONS(3653), 2, anon_sym_PIPE, - ACTIONS(5220), 1, - anon_sym_DOT, - ACTIONS(5222), 1, - anon_sym_QMARK_DOT, - STATE(2479), 1, - sym_arguments, - ACTIONS(3256), 10, + anon_sym_LT, + ACTIONS(3655), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [93677] = 7, + [96588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2954), 1, - anon_sym_LPAREN, - ACTIONS(3318), 1, + ACTIONS(3649), 2, anon_sym_PIPE, - ACTIONS(5224), 1, - anon_sym_DOT, - ACTIONS(5226), 1, - anon_sym_QMARK_DOT, - STATE(2478), 1, - sym_arguments, - ACTIONS(3320), 10, + anon_sym_LT, + ACTIONS(3651), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [93708] = 3, + [96611] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5355), 1, + sym_number, + STATE(4276), 1, + sym_string, + STATE(4279), 1, + sym_predefined_type, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96644] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5357), 1, + sym_number, + STATE(4084), 1, + sym_predefined_type, + STATE(4085), 1, + sym_string, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3858), 1, anon_sym_EQ, - ACTIONS(3759), 14, + ACTIONS(3860), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184701,12 +189054,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93731] = 3, + [96700] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3687), 1, + ACTIONS(3713), 1, anon_sym_EQ, - ACTIONS(3689), 14, + ACTIONS(3715), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184721,12 +189074,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93754] = 3, + [96723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3733), 1, + ACTIONS(3701), 1, anon_sym_EQ, - ACTIONS(3735), 14, + ACTIONS(3703), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184741,13 +189094,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93777] = 3, + [96746] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3737), 1, + ACTIONS(3380), 1, anon_sym_EQ, - ACTIONS(3739), 14, - anon_sym_as, + ACTIONS(5359), 1, + anon_sym_is, + ACTIONS(3382), 13, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -184761,31 +189115,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93800] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5228), 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, - [93821] = 3, + [96771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3741), 1, + ACTIONS(3519), 1, anon_sym_EQ, - ACTIONS(3743), 14, + ACTIONS(3521), 14, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -184800,10 +189135,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [93844] = 2, + [96794] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5361), 1, + sym_number, + STATE(4067), 1, + sym_predefined_type, + STATE(4071), 1, + sym_string, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5230), 15, + ACTIONS(5363), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -184819,10 +189179,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [93865] = 2, + [96848] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5365), 1, + sym_number, + STATE(4193), 1, + sym_string, + STATE(4198), 1, + sym_predefined_type, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5232), 15, + ACTIONS(5367), 15, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -184838,154 +189223,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP_EQ, anon_sym_PIPE_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - [93886] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3356), 1, - anon_sym_EQ, - ACTIONS(5186), 1, - anon_sym_is, - ACTIONS(3358), 13, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_extends, - [93911] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3649), 1, - anon_sym_EQ, - ACTIONS(3651), 14, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_extends, - [93934] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3645), 1, - anon_sym_EQ, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(3647), 12, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_extends, - [93958] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3683), 1, - anon_sym_PIPE, - ACTIONS(3685), 13, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [93980] = 13, + [96902] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5240), 1, - anon_sym_BANG, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5244), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(3252), 1, - sym_type_annotation, - STATE(3613), 1, - sym__initializer, - STATE(3621), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(5238), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [94022] = 13, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5369), 1, + sym_number, + STATE(4265), 2, + sym_string, + sym_predefined_type, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96933] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5240), 1, - anon_sym_BANG, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, - anon_sym_LPAREN, - ACTIONS(5248), 1, - anon_sym_QMARK, - STATE(2643), 1, - sym_formal_parameters, - STATE(3017), 1, - sym__call_signature, - STATE(3252), 1, - sym_type_annotation, - STATE(3639), 1, - sym__initializer, - STATE(3884), 1, - sym_type_parameters, - ACTIONS(5238), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [94064] = 5, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5371), 1, + sym_number, + STATE(4183), 1, + sym_string, + STATE(4185), 1, + sym_predefined_type, + ACTIONS(5315), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [96966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3749), 1, + ACTIONS(3515), 1, anon_sym_EQ, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(3751), 11, + ACTIONS(3517), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -184995,42 +189288,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_GT, anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_extends, - [94090] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3545), 1, - anon_sym_EQ, - ACTIONS(5234), 1, anon_sym_AMP, - ACTIONS(3547), 12, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_QMARK, anon_sym_extends, - [94114] = 7, + [96989] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5254), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5373), 1, sym_number, - STATE(4208), 1, - sym_predefined_type, - STATE(4215), 1, + STATE(4173), 1, sym_string, - ACTIONS(5252), 9, + STATE(4175), 1, + sym_predefined_type, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185040,31 +189317,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [94144] = 3, + [97022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3713), 1, - anon_sym_PIPE, - ACTIONS(3715), 13, - sym__automatic_semicolon, + ACTIONS(3567), 1, anon_sym_EQ, + ACTIONS(3569), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [94166] = 3, + [97045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 1, + ACTIONS(3854), 2, anon_sym_PIPE, - ACTIONS(3719), 13, + anon_sym_LT, + ACTIONS(3856), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185078,12 +189357,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94188] = 3, + [97068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 1, + ACTIONS(3503), 2, anon_sym_PIPE, - ACTIONS(3719), 13, + anon_sym_LT, + ACTIONS(3505), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185097,12 +189377,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94210] = 3, + [97091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3717), 1, + ACTIONS(3503), 2, anon_sym_PIPE, - ACTIONS(3719), 13, + anon_sym_LT, + ACTIONS(3505), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185116,12 +189397,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94232] = 3, + [97114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 1, + ACTIONS(3503), 2, anon_sym_PIPE, - ACTIONS(3723), 13, + anon_sym_LT, + ACTIONS(3505), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185135,31 +189417,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94254] = 3, + [97137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 1, - anon_sym_PIPE, - ACTIONS(3723), 13, - sym__automatic_semicolon, + ACTIONS(3719), 1, anon_sym_EQ, + ACTIONS(3721), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [94276] = 3, + [97160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 1, + ACTIONS(3523), 2, anon_sym_PIPE, - ACTIONS(3723), 13, + anon_sym_LT, + ACTIONS(3525), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185173,12 +189457,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94298] = 3, + [97183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 1, + ACTIONS(3523), 2, anon_sym_PIPE, - ACTIONS(3727), 13, + anon_sym_LT, + ACTIONS(3525), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185192,12 +189477,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94320] = 3, + [97206] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 1, + ACTIONS(3575), 2, anon_sym_PIPE, - ACTIONS(3727), 13, + anon_sym_LT, + ACTIONS(3577), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185211,12 +189497,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94342] = 3, + [97229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 1, + ACTIONS(3575), 2, anon_sym_PIPE, - ACTIONS(3727), 13, + anon_sym_LT, + ACTIONS(3577), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185230,100 +189517,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94364] = 13, + [97252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3575), 2, + anon_sym_PIPE, anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, - anon_sym_LPAREN, - ACTIONS(5258), 1, - anon_sym_BANG, - ACTIONS(5260), 1, - anon_sym_QMARK, - STATE(2643), 1, - sym_formal_parameters, - STATE(2995), 1, - sym__call_signature, - STATE(3036), 1, - sym_type_annotation, - STATE(3427), 1, - sym__initializer, - STATE(3884), 1, - sym_type_parameters, - ACTIONS(5256), 3, + ACTIONS(3577), 13, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [94406] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3557), 1, anon_sym_EQ, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(3559), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_GT, - anon_sym_EQ_GT, - anon_sym_QMARK, - [94434] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, anon_sym_LPAREN, - ACTIONS(5266), 1, - anon_sym_BANG, - ACTIONS(5268), 1, - anon_sym_QMARK, - STATE(2643), 1, - sym_formal_parameters, - STATE(2887), 1, - sym__call_signature, - STATE(3176), 1, - sym_type_annotation, - STATE(3511), 1, - sym__initializer, - STATE(3884), 1, - sym_type_parameters, - ACTIONS(5264), 3, - sym__automatic_semicolon, - anon_sym_COMMA, anon_sym_SEMI, - [94476] = 7, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [97275] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5270), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5375), 1, sym_number, - STATE(4162), 1, - sym_string, - STATE(4164), 1, + STATE(4053), 1, sym_predefined_type, - ACTIONS(5252), 9, + STATE(4064), 1, + sym_string, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185333,42 +189562,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [94506] = 6, + [97308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5272), 1, - sym_number, - STATE(4223), 2, - sym_string, - sym_predefined_type, - ACTIONS(5252), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [94534] = 7, + ACTIONS(3386), 1, + anon_sym_EQ, + ACTIONS(3388), 14, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, + [97331] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5274), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5377), 1, sym_number, - STATE(4139), 1, + STATE(4264), 2, sym_string, - STATE(4145), 1, sym_predefined_type, - ACTIONS(5252), 9, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185378,31 +189606,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [94564] = 3, + [97362] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3637), 1, + anon_sym_EQ, + ACTIONS(3639), 14, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, + [97385] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5379), 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, + [97406] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3655), 1, + ACTIONS(2971), 1, + anon_sym_LT, + ACTIONS(3294), 1, anon_sym_PIPE, - ACTIONS(3657), 13, + ACTIONS(5381), 1, + anon_sym_DOT, + ACTIONS(5383), 1, + anon_sym_is, + STATE(2639), 1, + sym_type_arguments, + ACTIONS(3056), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94586] = 3, + [97437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3749), 2, anon_sym_PIPE, - ACTIONS(3747), 13, + anon_sym_LT, + ACTIONS(3751), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185416,12 +189689,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94608] = 3, + [97460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 1, + ACTIONS(3563), 2, anon_sym_PIPE, - ACTIONS(3755), 13, + anon_sym_LT, + ACTIONS(3565), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185435,12 +189709,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94630] = 3, + [97483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 1, + ACTIONS(3563), 2, anon_sym_PIPE, - ACTIONS(3755), 13, + anon_sym_LT, + ACTIONS(3565), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185454,12 +189729,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94652] = 3, + [97506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3753), 1, + ACTIONS(3563), 2, anon_sym_PIPE, - ACTIONS(3755), 13, + anon_sym_LT, + ACTIONS(3565), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185473,12 +189749,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94674] = 3, + [97529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 1, + ACTIONS(3499), 2, anon_sym_PIPE, - ACTIONS(3396), 13, + anon_sym_LT, + ACTIONS(3501), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185492,12 +189769,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94696] = 3, + [97552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 1, + ACTIONS(3499), 2, anon_sym_PIPE, - ACTIONS(3396), 13, + anon_sym_LT, + ACTIONS(3501), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185511,12 +189789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94718] = 3, + [97575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3394), 1, + ACTIONS(3499), 2, anon_sym_PIPE, - ACTIONS(3396), 13, + anon_sym_LT, + ACTIONS(3501), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185530,12 +189809,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94740] = 3, + [97598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 1, + ACTIONS(3828), 2, anon_sym_PIPE, - ACTIONS(3763), 13, + anon_sym_LT, + ACTIONS(3830), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185549,12 +189829,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94762] = 3, + [97621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 1, + ACTIONS(3828), 2, anon_sym_PIPE, - ACTIONS(3763), 13, + anon_sym_LT, + ACTIONS(3830), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185568,12 +189849,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94784] = 3, + [97644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 1, + ACTIONS(3828), 2, anon_sym_PIPE, - ACTIONS(3763), 13, + anon_sym_LT, + ACTIONS(3830), 13, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -185587,37 +189869,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [94806] = 3, + [97667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 1, - anon_sym_PIPE, - ACTIONS(3661), 13, - sym__automatic_semicolon, + ACTIONS(3571), 1, anon_sym_EQ, + ACTIONS(3573), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [94828] = 6, + [97690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3605), 1, + ACTIONS(3675), 1, anon_sym_EQ, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(3607), 10, + ACTIONS(3677), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -185627,43 +189905,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_GT, anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_QMARK, - [94856] = 6, + anon_sym_extends, + [97713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3601), 1, + ACTIONS(3593), 1, anon_sym_EQ, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(3603), 10, + ACTIONS(5385), 1, + anon_sym_LBRACK, + ACTIONS(3595), 13, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_GT, anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_QMARK, - [94884] = 7, + anon_sym_extends, + [97738] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5276), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5387), 1, sym_number, - STATE(4007), 1, - sym_predefined_type, - STATE(4012), 1, + STATE(4312), 2, sym_string, - ACTIONS(5252), 9, + sym_predefined_type, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185673,20 +189954,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [94914] = 7, + [97769] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3380), 1, + anon_sym_EQ, + ACTIONS(3382), 14, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, + [97792] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5278), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5389), 1, sym_number, - STATE(4022), 1, + STATE(4307), 1, sym_predefined_type, - STATE(4026), 1, + STATE(4308), 1, sym_string, - ACTIONS(5252), 9, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185696,20 +189999,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [94944] = 7, + [97825] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5280), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5391), 1, sym_number, - STATE(4033), 1, + STATE(4300), 1, sym_predefined_type, - STATE(4037), 1, + STATE(4304), 1, sym_string, - ACTIONS(5252), 9, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185719,42 +190024,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [94974] = 6, + [97858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5282), 1, - sym_number, - STATE(4043), 2, - sym_string, - sym_predefined_type, - ACTIONS(5252), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95002] = 7, + ACTIONS(3753), 1, + anon_sym_EQ, + ACTIONS(3629), 14, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, + [97881] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5284), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5393), 1, sym_number, - STATE(4211), 1, + STATE(4290), 1, sym_predefined_type, - STATE(4214), 1, + STATE(4292), 1, sym_string, - ACTIONS(5252), 9, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185764,20 +190069,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [95032] = 7, + [97914] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5286), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5395), 1, sym_number, - STATE(4189), 1, + STATE(4212), 1, sym_predefined_type, - STATE(4192), 1, + STATE(4213), 1, sym_string, - ACTIONS(5252), 9, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185787,39 +190094,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [95062] = 3, + [97947] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 1, + ACTIONS(3773), 1, + anon_sym_EQ, + ACTIONS(3775), 14, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3665), 13, - sym__automatic_semicolon, + anon_sym_QMARK, + anon_sym_extends, + [97970] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3611), 1, anon_sym_EQ, + ACTIONS(3609), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95084] = 7, + [97993] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, + ACTIONS(1240), 1, anon_sym_DQUOTE, - ACTIONS(1216), 1, + ACTIONS(1242), 1, anon_sym_SQUOTE, - ACTIONS(5288), 1, + ACTIONS(5319), 1, + anon_sym_unique, + ACTIONS(5397), 1, sym_number, - STATE(4180), 1, + STATE(4207), 1, sym_predefined_type, - STATE(4183), 1, + STATE(4210), 1, sym_string, - ACTIONS(5252), 9, + ACTIONS(5315), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185829,76 +190159,231 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [95114] = 3, + [98026] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 1, + ACTIONS(3850), 1, + anon_sym_EQ, + ACTIONS(5385), 1, + anon_sym_LBRACK, + ACTIONS(3852), 13, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3669), 13, - sym__automatic_semicolon, + anon_sym_QMARK, + anon_sym_extends, + [98051] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3789), 1, anon_sym_EQ, + ACTIONS(3791), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95136] = 3, + [98074] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 1, + ACTIONS(3820), 1, + anon_sym_EQ, + ACTIONS(5385), 1, + anon_sym_LBRACK, + ACTIONS(3595), 3, + anon_sym_AMP, anon_sym_PIPE, - ACTIONS(3665), 13, - sym__automatic_semicolon, + anon_sym_extends, + ACTIONS(3822), 10, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [98101] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3800), 1, anon_sym_EQ, + ACTIONS(3802), 14, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95158] = 3, + [98124] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 1, - anon_sym_PIPE, - ACTIONS(3669), 13, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5403), 1, + anon_sym_BANG, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5407), 1, + anon_sym_QMARK, + STATE(2686), 1, + sym_formal_parameters, + STATE(3168), 1, + sym_type_annotation, + STATE(3696), 1, + sym__call_signature, + STATE(3697), 1, + sym__initializer, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5401), 3, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [98166] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5399), 1, anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(5403), 1, + anon_sym_BANG, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5409), 1, + anon_sym_LPAREN, + ACTIONS(5411), 1, + anon_sym_QMARK, + STATE(2754), 1, + sym_formal_parameters, + STATE(3080), 1, + sym__call_signature, + STATE(3168), 1, + sym_type_annotation, + STATE(3693), 1, + sym__initializer, + STATE(3744), 1, + sym_type_parameters, + ACTIONS(5401), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_SEMI, + [98208] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5409), 1, anon_sym_LPAREN, + ACTIONS(5415), 1, + anon_sym_BANG, + ACTIONS(5417), 1, + anon_sym_QMARK, + STATE(2754), 1, + sym_formal_parameters, + STATE(3044), 1, + sym__call_signature, + STATE(3240), 1, + sym_type_annotation, + STATE(3556), 1, + sym__initializer, + STATE(3744), 1, + sym_type_parameters, + ACTIONS(5413), 3, + sym__automatic_semicolon, + anon_sym_COMMA, anon_sym_SEMI, + [98250] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3785), 1, + anon_sym_EQ, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(3787), 12, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, + [98274] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3583), 1, + anon_sym_EQ, + ACTIONS(5419), 1, anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95180] = 6, + ACTIONS(3585), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [98302] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5290), 1, - sym_number, - STATE(4131), 2, - sym_string, + ACTIONS(206), 1, + anon_sym_unique, + STATE(2785), 1, + sym_type_predicate, + STATE(4091), 1, sym_predefined_type, - ACTIONS(5252), 9, + ACTIONS(5425), 2, + sym_identifier, + sym_this, + ACTIONS(208), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185908,20 +190393,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [95208] = 7, + [98330] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5292), 1, - sym_number, - STATE(4229), 1, + ACTIONS(206), 1, + anon_sym_unique, + STATE(2422), 1, + sym_type_predicate, + STATE(4057), 1, sym_predefined_type, - STATE(4230), 1, - sym_string, - ACTIONS(5252), 9, + ACTIONS(5427), 2, + sym_identifier, + sym_this, + ACTIONS(208), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -185931,151 +190415,185 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [95238] = 3, + [98358] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 1, - anon_sym_PIPE, - ACTIONS(3673), 13, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95260] = 3, + ACTIONS(206), 1, + anon_sym_unique, + STATE(2422), 1, + sym_type_predicate, + STATE(4051), 1, + sym_predefined_type, + ACTIONS(5429), 2, + sym_identifier, + sym_this, + ACTIONS(208), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98386] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 1, - anon_sym_PIPE, - ACTIONS(3677), 13, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95282] = 3, + ACTIONS(206), 1, + anon_sym_unique, + STATE(1331), 1, + sym_type_predicate, + STATE(4251), 1, + sym_predefined_type, + ACTIONS(5431), 2, + sym_identifier, + sym_this, + ACTIONS(208), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98414] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 1, - anon_sym_PIPE, - ACTIONS(3673), 13, - sym__automatic_semicolon, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5399), 1, anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5435), 1, + anon_sym_BANG, + ACTIONS(5437), 1, + anon_sym_QMARK, + STATE(2686), 1, + sym_formal_parameters, + STATE(3231), 1, + sym_type_annotation, + STATE(3594), 1, + sym__initializer, + STATE(3598), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5433), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95304] = 3, + [98456] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 1, - anon_sym_PIPE, - ACTIONS(3677), 13, - sym__automatic_semicolon, - anon_sym_EQ, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(3214), 1, anon_sym_LBRACE, + ACTIONS(5439), 1, + sym_identifier, + ACTIONS(5441), 1, + anon_sym_STAR, + ACTIONS(5443), 1, + anon_sym_type, + ACTIONS(5445), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95326] = 3, + ACTIONS(5447), 1, + anon_sym_from, + STATE(3770), 1, + sym_import_require_clause, + STATE(3771), 1, + sym_string, + STATE(3778), 1, + sym_import_clause, + STATE(3950), 1, + sym__import_identifier, + STATE(4274), 2, + sym_namespace_import, + sym_named_imports, + [98500] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 1, - anon_sym_PIPE, - ACTIONS(3681), 13, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95348] = 3, + ACTIONS(206), 1, + anon_sym_unique, + STATE(2679), 1, + sym_type_predicate, + STATE(4180), 1, + sym_predefined_type, + ACTIONS(5449), 2, + sym_identifier, + sym_this, + ACTIONS(208), 9, + anon_sym_void, + anon_sym_any, + anon_sym_number, + anon_sym_boolean, + anon_sym_string, + anon_sym_symbol, + anon_sym_unknown, + anon_sym_never, + anon_sym_object, + [98528] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3683), 1, - anon_sym_PIPE, - ACTIONS(3685), 13, - sym__automatic_semicolon, + ACTIONS(3840), 1, anon_sym_EQ, + ACTIONS(5451), 1, + anon_sym_extends, + ACTIONS(3842), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_AMP, - anon_sym_extends, - anon_sym_PIPE_RBRACE, - [95370] = 3, + anon_sym_PIPE, + anon_sym_QMARK, + [98552] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 1, + ACTIONS(2971), 1, + anon_sym_LT, + ACTIONS(3294), 1, anon_sym_PIPE, - ACTIONS(3681), 13, + ACTIONS(5381), 1, + anon_sym_DOT, + STATE(2639), 1, + sym_type_arguments, + ACTIONS(3056), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [95392] = 6, + [98580] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3705), 1, + ACTIONS(3808), 1, anon_sym_EQ, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(3707), 10, + ACTIONS(3810), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -186086,19 +190604,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_EQ_GT, anon_sym_QMARK, - [95420] = 6, + [98608] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5294), 1, - sym_number, - STATE(3956), 2, - sym_string, + ACTIONS(3836), 1, + anon_sym_EQ, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(3838), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [98636] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(206), 1, + anon_sym_unique, + STATE(1629), 1, + sym_type_predicate, + STATE(4344), 1, sym_predefined_type, - ACTIONS(5252), 9, + ACTIONS(5453), 2, + sym_identifier, + sym_this, + ACTIONS(208), 9, anon_sym_void, anon_sym_any, anon_sym_number, @@ -186108,18 +190648,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unknown, anon_sym_never, anon_sym_object, - [95448] = 6, + [98664] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 1, + ACTIONS(3603), 1, anon_sym_EQ, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(3639), 10, + ACTIONS(3605), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, @@ -186130,168 +190670,214 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_EQ_GT, anon_sym_QMARK, - [95476] = 7, + [98692] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5296), 1, - sym_number, - STATE(4170), 1, - sym_string, - STATE(4178), 1, - sym_predefined_type, - ACTIONS(5252), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95506] = 13, + ACTIONS(3735), 1, + anon_sym_EQ, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(3737), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [98720] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3725), 1, + anon_sym_EQ, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(3727), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [98748] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5246), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - ACTIONS(5300), 1, + ACTIONS(5457), 1, anon_sym_BANG, - ACTIONS(5302), 1, + ACTIONS(5459), 1, anon_sym_QMARK, - STATE(2643), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(2930), 1, + STATE(2971), 1, sym__call_signature, - STATE(3273), 1, + STATE(3344), 1, sym_type_annotation, - STATE(3597), 1, + STATE(3538), 1, sym__initializer, - STATE(3884), 1, + STATE(3744), 1, sym_type_parameters, - ACTIONS(5298), 3, + ACTIONS(5455), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [95548] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5304), 1, - sym_number, - STATE(3953), 1, - sym_predefined_type, - STATE(3954), 1, - sym_string, - ACTIONS(5252), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95578] = 7, + [98790] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5306), 1, - sym_number, - STATE(3949), 1, - sym_predefined_type, - STATE(3950), 1, - sym_string, - ACTIONS(5252), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95608] = 13, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5409), 1, + anon_sym_LPAREN, + ACTIONS(5463), 1, + anon_sym_BANG, + ACTIONS(5465), 1, + anon_sym_QMARK, + STATE(2754), 1, + sym_formal_parameters, + STATE(2986), 1, + sym__call_signature, + STATE(3334), 1, + sym_type_annotation, + STATE(3537), 1, + sym__initializer, + STATE(3744), 1, + sym_type_parameters, + ACTIONS(5461), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [98832] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5258), 1, + ACTIONS(5409), 1, + anon_sym_LPAREN, + ACTIONS(5435), 1, anon_sym_BANG, - ACTIONS(5308), 1, + ACTIONS(5467), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3036), 1, - sym_type_annotation, - STATE(3457), 1, + STATE(3049), 1, sym__call_signature, - STATE(3462), 1, + STATE(3231), 1, + sym_type_annotation, + STATE(3648), 1, sym__initializer, - STATE(3873), 1, + STATE(3744), 1, sym_type_parameters, - ACTIONS(5256), 3, + ACTIONS(5433), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [95650] = 7, + [98874] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5310), 1, - sym_number, - STATE(3939), 1, - sym_predefined_type, - STATE(3945), 1, - sym_string, - ACTIONS(5252), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95680] = 6, + ACTIONS(3579), 1, + anon_sym_EQ, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(3581), 10, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, + anon_sym_QMARK, + [98902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3244), 1, + ACTIONS(3816), 1, + anon_sym_EQ, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(3818), 12, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_GT, + anon_sym_EQ_GT, anon_sym_PIPE, - ACTIONS(5204), 1, + anon_sym_QMARK, + anon_sym_extends, + [98926] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5206), 1, - anon_sym_DOT, - STATE(2605), 1, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5471), 1, + anon_sym_QMARK, + STATE(2686), 1, + sym_formal_parameters, + STATE(3306), 1, + sym_type_annotation, + STATE(3308), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5469), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [98961] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2971), 1, + anon_sym_LT, + ACTIONS(3380), 1, + anon_sym_PIPE, + STATE(2627), 1, sym_type_arguments, - ACTIONS(2988), 10, + ACTIONS(3382), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -186302,115 +190888,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [95708] = 7, + [98986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5312), 1, - sym_number, - STATE(4234), 1, - sym_predefined_type, - STATE(4235), 1, - sym_string, - ACTIONS(5252), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95738] = 13, + ACTIONS(3679), 1, + anon_sym_LT, + ACTIONS(3681), 12, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99007] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5316), 1, - anon_sym_BANG, - ACTIONS(5318), 1, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5475), 1, anon_sym_QMARK, - STATE(2643), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2869), 1, - sym__call_signature, - STATE(3276), 1, + STATE(3218), 1, sym_type_annotation, - STATE(3602), 1, - sym__initializer, - STATE(3884), 1, + STATE(3222), 1, + sym__call_signature, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5314), 3, + ACTIONS(5473), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [95780] = 6, + anon_sym_PIPE_RBRACE, + [99042] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5320), 1, - sym_number, - STATE(4238), 2, - sym_string, - sym_predefined_type, - ACTIONS(5252), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95808] = 10, + ACTIONS(3705), 1, + anon_sym_LT, + ACTIONS(3707), 12, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3709), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(3711), 12, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5324), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(2851), 1, - sym__call_signature, - STATE(3172), 1, - sym_type_annotation, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(5322), 5, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99084] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3777), 1, + anon_sym_LT, + ACTIONS(3779), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [95843] = 5, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99105] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3667), 1, + anon_sym_LT, + ACTIONS(3669), 12, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99126] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3705), 1, + anon_sym_LT, + ACTIONS(3707), 12, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99147] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3312), 1, + ACTIONS(1421), 1, + anon_sym_DOT, + ACTIONS(3793), 2, anon_sym_PIPE, - ACTIONS(5204), 1, anon_sym_LT, - STATE(2600), 1, - sym_type_arguments, - ACTIONS(3314), 10, + ACTIONS(3795), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -186421,287 +191040,247 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [95868] = 5, + [99170] = 4, ACTIONS(3), 1, sym_comment, - STATE(2932), 1, - sym_type_predicate, - STATE(4146), 1, - sym_predefined_type, - ACTIONS(5326), 2, - sym_identifier, - sym_this, - ACTIONS(201), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [95893] = 6, + ACTIONS(1501), 1, + anon_sym_DOT, + ACTIONS(3793), 2, + anon_sym_PIPE, + anon_sym_LT, + ACTIONS(3795), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [99193] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5328), 1, + ACTIONS(3828), 1, anon_sym_LT, - ACTIONS(5330), 1, - anon_sym_DOT, - ACTIONS(5332), 1, - anon_sym_is, - STATE(2668), 1, - sym_type_arguments, - ACTIONS(2988), 9, + ACTIONS(3830), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [95920] = 10, + [99214] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5334), 1, + ACTIONS(5479), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3165), 1, + STATE(2839), 1, sym__call_signature, - STATE(3172), 1, + STATE(3196), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5322), 5, + ACTIONS(5477), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [95955] = 10, + [99249] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5338), 1, + ACTIONS(5483), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3028), 1, + STATE(2861), 1, sym__call_signature, - STATE(3033), 1, + STATE(3350), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5336), 5, + ACTIONS(5481), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [95990] = 6, + [99284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5340), 1, - anon_sym_LPAREN, - ACTIONS(5342), 1, - anon_sym_DOT, - ACTIONS(5344), 1, - anon_sym_QMARK_DOT, - STATE(2571), 1, - sym_arguments, - ACTIONS(3320), 9, + ACTIONS(3653), 1, + anon_sym_LT, + ACTIONS(3655), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [96017] = 6, + [99305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5340), 1, - anon_sym_LPAREN, - ACTIONS(5346), 1, - anon_sym_DOT, - ACTIONS(5348), 1, - anon_sym_QMARK_DOT, - STATE(2568), 1, - sym_arguments, - ACTIONS(3256), 9, + ACTIONS(3709), 1, + anon_sym_LT, + ACTIONS(3711), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [96044] = 6, + [99326] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5340), 1, - anon_sym_LPAREN, - ACTIONS(5350), 1, - anon_sym_DOT, - ACTIONS(5352), 1, - anon_sym_QMARK_DOT, - STATE(2567), 1, - sym_arguments, - ACTIONS(2952), 9, + ACTIONS(3649), 1, + anon_sym_LT, + ACTIONS(3651), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [96071] = 3, + [99347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3597), 1, - anon_sym_PIPE, - ACTIONS(3599), 12, + ACTIONS(3828), 1, + anon_sym_LT, + ACTIONS(3830), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96092] = 3, + [99368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3593), 1, - anon_sym_PIPE, - ACTIONS(3595), 12, + ACTIONS(3679), 1, + anon_sym_LT, + ACTIONS(3681), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96113] = 3, + [99389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 1, - anon_sym_PIPE, - ACTIONS(3591), 12, + ACTIONS(3828), 1, + anon_sym_LT, + ACTIONS(3830), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96134] = 10, + [99410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3499), 1, anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5356), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(3203), 1, - sym__call_signature, - STATE(3212), 1, - sym_type_annotation, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(5354), 5, + ACTIONS(3501), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [96169] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3297), 1, - sym_type_predicate, - STATE(4071), 1, - sym_predefined_type, - ACTIONS(5358), 2, - sym_identifier, - sym_this, - ACTIONS(201), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96194] = 3, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2505), 1, - anon_sym_PIPE, - ACTIONS(2507), 12, + ACTIONS(3653), 1, + anon_sym_LT, + ACTIONS(3655), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96215] = 5, + [99452] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3531), 1, + ACTIONS(3739), 1, anon_sym_PIPE, - ACTIONS(5360), 1, + ACTIONS(5485), 1, anon_sym_DOT, - ACTIONS(5362), 1, + ACTIONS(5487), 1, anon_sym_QMARK_DOT, - ACTIONS(3533), 10, + ACTIONS(3741), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -186712,62 +191291,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [96240] = 10, + [99477] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5366), 1, + ACTIONS(5489), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2836), 1, + STATE(3193), 1, sym__call_signature, - STATE(3198), 1, + STATE(3196), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5364), 5, + ACTIONS(5477), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [96275] = 10, + [99512] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3499), 1, anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5370), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(3288), 1, - sym_type_annotation, - STATE(3289), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(5368), 5, + ACTIONS(3501), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [96310] = 3, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2497), 1, + ACTIONS(2723), 1, anon_sym_PIPE, - ACTIONS(2499), 12, + ACTIONS(2725), 12, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -186780,152 +191352,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [96331] = 10, + [99554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3649), 1, anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5372), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(2842), 1, - sym__call_signature, - STATE(3288), 1, - sym_type_annotation, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(5368), 5, + ACTIONS(3651), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [96366] = 4, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99575] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1373), 1, + ACTIONS(5329), 1, + anon_sym_LT, + ACTIONS(5491), 1, anon_sym_DOT, - ACTIONS(3630), 1, - anon_sym_PIPE, - ACTIONS(3632), 11, + ACTIONS(5493), 1, + anon_sym_is, + STATE(2710), 1, + sym_type_arguments, + ACTIONS(3056), 9, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_LT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96389] = 10, + [99602] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3667), 1, anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5374), 1, - anon_sym_COLON, - ACTIONS(5376), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(2804), 1, - sym__call_signature, - STATE(3033), 1, - sym_type_annotation, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(5336), 5, + ACTIONS(3669), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [96424] = 10, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99623] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5378), 1, + ACTIONS(5495), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2860), 1, + STATE(2868), 1, sym__call_signature, - STATE(3212), 1, + STATE(3306), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5354), 5, + ACTIONS(5469), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [96459] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3910), 1, - sym_type_predicate, - STATE(3917), 1, - sym_predefined_type, - ACTIONS(5380), 2, - sym_identifier, - sym_this, - ACTIONS(201), 9, - anon_sym_void, - anon_sym_any, - anon_sym_number, - anon_sym_boolean, - anon_sym_string, - anon_sym_symbol, - anon_sym_unknown, - anon_sym_never, - anon_sym_object, - [96484] = 11, + [99658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5182), 1, + ACTIONS(3804), 1, anon_sym_LT, - ACTIONS(5184), 1, - anon_sym_DOT, - ACTIONS(5382), 1, - anon_sym_EQ, - ACTIONS(5387), 1, - anon_sym_COLON, - ACTIONS(5389), 1, - anon_sym_extends, - STATE(2366), 1, - sym_type_arguments, - STATE(3309), 1, - sym_constraint, - STATE(3805), 1, - sym_default_type, - ACTIONS(5384), 2, + ACTIONS(3806), 12, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_GT, - ACTIONS(2988), 3, + anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, - [96521] = 3, + anon_sym_extends, + [99679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2501), 1, + ACTIONS(3683), 1, anon_sym_PIPE, - ACTIONS(2503), 12, + ACTIONS(3685), 12, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -186938,35 +191470,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [96542] = 10, + [99700] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3499), 1, anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5392), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(3198), 1, - sym_type_annotation, - STATE(3202), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(5364), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [96577] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3677), 12, + ACTIONS(3501), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -186979,124 +191488,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [96595] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(2623), 1, - sym_formal_parameters, - STATE(3204), 1, - sym_type_annotation, - STATE(3208), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - ACTIONS(5394), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [96627] = 11, + [99721] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(3015), 1, - sym__call_signature, - STATE(3223), 1, - sym_type_annotation, - STATE(3455), 1, - sym__initializer, - STATE(3884), 1, - sym_type_parameters, - ACTIONS(5396), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [96663] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3199), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(3190), 7, - sym__automatic_semicolon, + ACTIONS(2807), 1, anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(5405), 1, anon_sym_COLON, - anon_sym_LT, + ACTIONS(5499), 1, anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - [96691] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2833), 1, + STATE(2842), 1, sym__call_signature, - STATE(3154), 1, + STATE(3293), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5398), 5, + ACTIONS(5497), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [96723] = 4, + [99756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3356), 1, - anon_sym_PIPE, - ACTIONS(5208), 1, - anon_sym_is, - ACTIONS(3358), 10, + ACTIONS(3854), 1, + anon_sym_LT, + ACTIONS(3856), 12, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [96745] = 4, + [99777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3312), 1, + ACTIONS(2727), 1, anon_sym_PIPE, - ACTIONS(5400), 1, - anon_sym_is, - ACTIONS(3314), 10, + ACTIONS(2729), 12, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -187104,38 +191544,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [96767] = 11, + [99798] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3503), 1, anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(2934), 1, - sym__call_signature, - STATE(3131), 1, - sym_type_annotation, - STATE(3453), 1, - sym__initializer, - STATE(3884), 1, - sym_type_parameters, - ACTIONS(5402), 3, + ACTIONS(3505), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, - [96803] = 2, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3657), 12, + ACTIONS(3563), 1, + anon_sym_LT, + ACTIONS(3565), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -187148,86 +191585,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [96821] = 2, + [99840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1465), 12, - anon_sym_as, + ACTIONS(3563), 1, + anon_sym_LT, + ACTIONS(3565), 12, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COLON, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LT, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [96839] = 11, + [99861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3563), 1, anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(2938), 1, - sym__call_signature, - STATE(3277), 1, - sym_type_annotation, - STATE(3603), 1, - sym__initializer, - STATE(3884), 1, - sym_type_parameters, - ACTIONS(5404), 3, + ACTIONS(3565), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, - [96875] = 2, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [99882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3661), 12, + ACTIONS(3495), 1, + anon_sym_PIPE, + ACTIONS(3497), 12, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [96893] = 5, + anon_sym_PIPE_RBRACE, + [99903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5328), 1, + ACTIONS(3503), 1, anon_sym_LT, - ACTIONS(5330), 1, - anon_sym_DOT, - STATE(2668), 1, - sym_type_arguments, - ACTIONS(2988), 9, + ACTIONS(3505), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [96917] = 2, + [99924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3665), 12, + ACTIONS(3749), 1, + anon_sym_LT, + ACTIONS(3751), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -187240,10 +191675,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [96935] = 2, + [99945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3669), 12, + ACTIONS(3503), 1, + anon_sym_LT, + ACTIONS(3505), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -187256,33 +191693,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [96953] = 9, + [99966] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(2623), 1, + ACTIONS(5501), 1, + anon_sym_QMARK, + STATE(2686), 1, sym_formal_parameters, - STATE(2845), 1, + STATE(3290), 1, sym__call_signature, - STATE(3284), 1, + STATE(3293), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5497), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [100001] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5503), 1, + anon_sym_QMARK, + STATE(2686), 1, + sym_formal_parameters, + STATE(3350), 1, + sym_type_annotation, + STATE(3351), 1, + sym__call_signature, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5406), 5, + ACTIONS(5481), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [96985] = 2, + [100036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3665), 12, + ACTIONS(3575), 1, + anon_sym_LT, + ACTIONS(3577), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -187295,31 +191761,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97003] = 7, + [100057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3187), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 7, + ACTIONS(3575), 1, + anon_sym_LT, + ACTIONS(3577), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [100078] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3014), 1, anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - [97031] = 2, + ACTIONS(5299), 1, + anon_sym_DOT, + ACTIONS(5505), 1, + anon_sym_EQ, + ACTIONS(5510), 1, + anon_sym_COLON, + ACTIONS(5512), 1, + anon_sym_extends, + STATE(2499), 1, + sym_type_arguments, + STATE(3421), 1, + sym_constraint, + STATE(3841), 1, + sym_default_type, + ACTIONS(5507), 2, + anon_sym_COMMA, + anon_sym_GT, + ACTIONS(3056), 3, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + [100115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3669), 12, + ACTIONS(3523), 1, + anon_sym_LT, + ACTIONS(3525), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -187332,10 +191823,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97049] = 2, + [100136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3673), 12, + ACTIONS(3523), 1, + anon_sym_LT, + ACTIONS(3525), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -187348,54 +191841,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97067] = 9, + [100157] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2719), 1, + anon_sym_PIPE, + ACTIONS(2721), 12, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [100178] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5515), 1, anon_sym_COLON, - STATE(2623), 1, + ACTIONS(5517), 1, + anon_sym_QMARK, + STATE(2686), 1, sym_formal_parameters, - STATE(2859), 1, + STATE(2847), 1, sym__call_signature, - STATE(3222), 1, + STATE(3218), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5408), 5, + ACTIONS(5473), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [97099] = 7, + [100213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3194), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 7, + ACTIONS(3523), 1, + anon_sym_LT, + ACTIONS(3525), 12, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - [97127] = 2, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [100234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3673), 12, + ACTIONS(3575), 1, + anon_sym_LT, + ACTIONS(3577), 12, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -187408,625 +191920,832 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97145] = 2, + [100255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3677), 12, + ACTIONS(3511), 1, + anon_sym_PIPE, + ACTIONS(3513), 12, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_extends, + anon_sym_PIPE_RBRACE, + [100276] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5295), 1, + anon_sym_DOT, + ACTIONS(5297), 1, + anon_sym_QMARK_DOT, + ACTIONS(5519), 1, + anon_sym_LPAREN, + ACTIONS(5521), 1, + anon_sym_LT, + STATE(2385), 1, + sym_arguments, + STATE(2484), 1, + sym_type_arguments, + ACTIONS(3322), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97163] = 9, + [100306] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3182), 1, - sym__call_signature, - STATE(3188), 1, + STATE(3274), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3275), 1, + sym__call_signature, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5410), 5, + ACTIONS(5523), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [97195] = 2, + [100338] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 12, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5409), 1, + anon_sym_LPAREN, + STATE(2754), 1, + sym_formal_parameters, + STATE(2972), 1, + sym__call_signature, + STATE(3340), 1, + sym_type_annotation, + STATE(3551), 1, + sym__initializer, + STATE(3744), 1, + sym_type_parameters, + ACTIONS(5525), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, + [100374] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5291), 1, anon_sym_DOT, + ACTIONS(5293), 1, anon_sym_QMARK_DOT, + ACTIONS(5519), 1, + anon_sym_LPAREN, + ACTIONS(5521), 1, + anon_sym_LT, + STATE(2384), 1, + sym_arguments, + STATE(2412), 1, + sym_type_arguments, + ACTIONS(3304), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97213] = 9, + [100404] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(2623), 1, + ACTIONS(5409), 1, + anon_sym_LPAREN, + STATE(2754), 1, sym_formal_parameters, - STATE(3139), 1, + STATE(3039), 1, sym__call_signature, - STATE(3154), 1, + STATE(3248), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3641), 1, + sym__initializer, + STATE(3744), 1, sym_type_parameters, - ACTIONS(5398), 5, + ACTIONS(5527), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [97245] = 2, + [100440] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 12, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(2686), 1, + sym_formal_parameters, + STATE(3340), 1, + sym_type_annotation, + STATE(3603), 1, + sym__call_signature, + STATE(3615), 1, + sym__initializer, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5525), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [97263] = 2, + [100476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 12, + ACTIONS(3380), 1, + anon_sym_PIPE, + ACTIONS(5529), 1, + anon_sym_is, + ACTIONS(3382), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [97281] = 2, + anon_sym_PIPE_RBRACE, + [100498] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(2686), 1, + sym_formal_parameters, + STATE(2860), 1, + sym__call_signature, + STATE(3354), 1, + sym_type_annotation, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5531), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [100530] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3685), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, + ACTIONS(3249), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3236), 6, + sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [97299] = 11, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + [100560] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3156), 1, + STATE(3309), 1, sym_type_annotation, - STATE(3623), 1, - sym__initializer, - STATE(3624), 1, + STATE(3310), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5412), 3, + ACTIONS(5533), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [97335] = 8, + anon_sym_PIPE_RBRACE, + [100592] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2971), 1, - anon_sym_COLON, - ACTIONS(5182), 1, - anon_sym_LT, - ACTIONS(5184), 1, + ACTIONS(3010), 1, anon_sym_DOT, - ACTIONS(5414), 1, - anon_sym_QMARK, - STATE(2366), 1, + ACTIONS(3012), 1, + anon_sym_QMARK_DOT, + ACTIONS(5519), 1, + anon_sym_LPAREN, + ACTIONS(5521), 1, + anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, sym_type_arguments, - STATE(3909), 1, - sym_type_annotation, - ACTIONS(2988), 6, - anon_sym_COMMA, + ACTIONS(2959), 6, + anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97365] = 9, + [100622] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2837), 1, + STATE(3299), 1, sym__call_signature, - STATE(3204), 1, + STATE(3301), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5394), 5, + ACTIONS(5535), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [97397] = 2, + [100654] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3715), 12, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(2686), 1, + sym_formal_parameters, + STATE(3354), 1, + sym_type_annotation, + STATE(3355), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5531), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [97415] = 2, + anon_sym_PIPE_RBRACE, + [100686] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3719), 12, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3267), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 6, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + [100716] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, + ACTIONS(3233), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 6, + sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [97433] = 2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + [100746] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3719), 12, + ACTIONS(3386), 1, + anon_sym_PIPE, + ACTIONS(5383), 1, + anon_sym_is, + ACTIONS(3388), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [97451] = 2, + anon_sym_PIPE_RBRACE, + [100768] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3719), 12, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, + anon_sym_COMMA, + ACTIONS(3244), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 6, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE_RBRACE, + [100798] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1407), 1, + anon_sym_PIPE, + ACTIONS(1405), 11, + sym__automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [97469] = 2, + anon_sym_is, + anon_sym_PIPE_RBRACE, + [100818] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3723), 12, + ACTIONS(3332), 1, + anon_sym_PIPE, + ACTIONS(3334), 11, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [97487] = 2, + anon_sym_is, + anon_sym_PIPE_RBRACE, + [100838] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 12, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5409), 1, anon_sym_LPAREN, + STATE(2754), 1, + sym_formal_parameters, + STATE(3022), 1, + sym__call_signature, + STATE(3289), 1, + sym_type_annotation, + STATE(3585), 1, + sym__initializer, + STATE(3744), 1, + sym_type_parameters, + ACTIONS(5537), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [100874] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3039), 1, anon_sym_COLON, + ACTIONS(5299), 1, + anon_sym_DOT, + ACTIONS(5539), 1, + anon_sym_QMARK, + STATE(2499), 1, + sym_type_arguments, + STATE(3895), 1, + sym_type_annotation, + ACTIONS(3056), 6, + anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, anon_sym_extends, - [97505] = 11, + [100904] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3277), 1, + STATE(3248), 1, sym_type_annotation, - STATE(3580), 1, + STATE(3616), 1, sym__initializer, - STATE(3581), 1, + STATE(3628), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5404), 3, + ACTIONS(5527), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [97541] = 2, + [100940] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3723), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(3214), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [97559] = 2, + ACTIONS(5439), 1, + sym_identifier, + ACTIONS(5441), 1, + anon_sym_STAR, + ACTIONS(5443), 1, + anon_sym_type, + STATE(3770), 1, + sym_import_require_clause, + STATE(3771), 1, + sym_string, + STATE(3778), 1, + sym_import_clause, + STATE(3950), 1, + sym__import_identifier, + STATE(4274), 2, + sym_namespace_import, + sym_named_imports, + [100978] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3723), 12, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5409), 1, + anon_sym_LPAREN, + STATE(2754), 1, + sym_formal_parameters, + STATE(3072), 1, + sym__call_signature, + STATE(3171), 1, + sym_type_annotation, + STATE(3702), 1, + sym__initializer, + STATE(3744), 1, + sym_type_parameters, + ACTIONS(5542), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [97577] = 9, + [101014] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3284), 1, - sym_type_annotation, - STATE(3294), 1, + STATE(2884), 1, sym__call_signature, - STATE(3873), 1, + STATE(3274), 1, + sym_type_annotation, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5406), 5, + ACTIONS(5523), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [97609] = 2, + [101046] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3727), 12, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(2686), 1, + sym_formal_parameters, + STATE(3200), 1, + sym__call_signature, + STATE(3201), 1, + sym_type_annotation, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5544), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [97627] = 9, + anon_sym_PIPE_RBRACE, + [101078] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2761), 1, + STATE(2837), 1, sym__call_signature, - STATE(3188), 1, + STATE(3201), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5410), 5, + ACTIONS(5544), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [97659] = 2, + [101110] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3727), 12, + ACTIONS(3376), 1, + anon_sym_PIPE, + ACTIONS(5383), 1, + anon_sym_is, + ACTIONS(3378), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [97677] = 2, + anon_sym_PIPE_RBRACE, + [101132] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3727), 12, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(2686), 1, + sym_formal_parameters, + STATE(2843), 1, + sym__call_signature, + STATE(3301), 1, + sym_type_annotation, + STATE(3910), 1, + sym_type_parameters, + ACTIONS(5535), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [97695] = 2, + anon_sym_PIPE_RBRACE, + [101164] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3747), 12, + ACTIONS(5329), 1, + anon_sym_LT, + ACTIONS(5491), 1, + anon_sym_DOT, + STATE(2710), 1, + sym_type_arguments, + ACTIONS(3056), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97713] = 2, + [101188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(1499), 1, + anon_sym_LT, + ACTIONS(1497), 11, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, anon_sym_extends, - [97731] = 7, + [101208] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, - anon_sym_COMMA, - ACTIONS(3208), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5399), 1, anon_sym_EQ, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 7, - sym__automatic_semicolon, - anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(5405), 1, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - anon_sym_PIPE_RBRACE, - [97759] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(2623), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3215), 1, + STATE(2966), 1, sym__call_signature, - STATE(3222), 1, + STATE(3353), 1, sym_type_annotation, - STATE(3873), 1, + STATE(3517), 1, + sym__initializer, + STATE(3744), 1, sym_type_parameters, - ACTIONS(5408), 5, + ACTIONS(5546), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [97791] = 7, + [101244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3184), 1, + ACTIONS(1439), 1, + anon_sym_LT, + ACTIONS(1437), 11, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_extends, + [101264] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3230), 1, anon_sym_COMMA, - ACTIONS(3221), 1, + ACTIONS(3264), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - STATE(3550), 1, + STATE(3679), 1, aux_sym_object_repeat1, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [97819] = 11, + [101294] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2643), 1, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(2686), 1, sym_formal_parameters, - STATE(2879), 1, + STATE(2867), 1, sym__call_signature, - STATE(3195), 1, + STATE(3309), 1, sym_type_annotation, - STATE(3525), 1, - sym__initializer, - STATE(3884), 1, + STATE(3910), 1, sym_type_parameters, - ACTIONS(5417), 3, + ACTIONS(5533), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [97855] = 2, + anon_sym_PIPE_RBRACE, + [101326] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 12, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, + ACTIONS(2929), 1, anon_sym_PIPE, - anon_sym_extends, - [97873] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3755), 12, + ACTIONS(2931), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [97891] = 2, + anon_sym_PIPE_RBRACE, + [101345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3396), 12, + ACTIONS(3789), 1, + anon_sym_PIPE, + ACTIONS(3791), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [97909] = 3, + anon_sym_PIPE_RBRACE, + [101364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1347), 1, + ACTIONS(3697), 1, anon_sym_PIPE, - ACTIONS(1345), 11, + ACTIONS(3699), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188036,74 +192755,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_AMP, anon_sym_extends, - anon_sym_is, anon_sym_PIPE_RBRACE, - [97929] = 2, + [101383] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3396), 12, + ACTIONS(1421), 1, + anon_sym_DOT, + ACTIONS(3793), 1, + anon_sym_LT, + ACTIONS(3795), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [97947] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(2965), 1, - sym__call_signature, - STATE(3156), 1, - sym_type_annotation, - STATE(3634), 1, - sym__initializer, - STATE(3884), 1, - sym_type_parameters, - ACTIONS(5412), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [97983] = 2, + [101404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 12, + ACTIONS(3701), 1, + anon_sym_PIPE, + ACTIONS(3703), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [98001] = 2, + anon_sym_PIPE_RBRACE, + [101423] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3396), 12, + ACTIONS(3685), 11, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -188111,31 +192804,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98019] = 2, + [101440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 12, + ACTIONS(2933), 1, + anon_sym_PIPE, + ACTIONS(2935), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [98037] = 2, + anon_sym_PIPE_RBRACE, + [101459] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(5548), 1, + sym_identifier, + ACTIONS(5550), 1, + anon_sym_type, + ACTIONS(5552), 1, + anon_sym_COMMA, + ACTIONS(5554), 1, + anon_sym_RBRACE, + ACTIONS(5556), 1, + anon_sym_typeof, + STATE(3716), 1, + sym_import_specifier, + STATE(3756), 1, + sym__import_identifier, + STATE(4153), 2, + sym__module_export_name, + sym_string, + [101494] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 12, + ACTIONS(2721), 11, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_DOT, @@ -188143,43 +192859,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98055] = 2, + [101511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4640), 11, + ACTIONS(1975), 1, + anon_sym_PIPE, + ACTIONS(1973), 10, sym__automatic_semicolon, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_BANG, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [98072] = 3, + [101530] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3312), 1, - anon_sym_PIPE, - ACTIONS(3314), 10, + ACTIONS(3497), 11, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98091] = 3, + [101547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3506), 1, + ACTIONS(3858), 1, anon_sym_PIPE, - ACTIONS(3508), 10, + ACTIONS(3860), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188190,75 +192906,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98110] = 3, + [101566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 1, - anon_sym_PIPE, - ACTIONS(3639), 10, + ACTIONS(3513), 11, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98129] = 3, + [101583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1959), 1, - anon_sym_PIPE, - ACTIONS(1957), 10, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3236), 10, sym__automatic_semicolon, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, + anon_sym_BANG, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [98148] = 2, + [101602] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2507), 11, + ACTIONS(1501), 1, + anon_sym_DOT, + ACTIONS(3793), 1, + anon_sym_LT, + ACTIONS(3795), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98165] = 3, + [101623] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3641), 1, + ACTIONS(3850), 1, anon_sym_PIPE, - ACTIONS(3643), 10, + ACTIONS(5558), 1, + anon_sym_LBRACK, + ACTIONS(3852), 9, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98184] = 3, + [101644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3510), 1, + ACTIONS(3507), 1, anon_sym_PIPE, - ACTIONS(3512), 10, + ACTIONS(3509), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188269,107 +192987,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98203] = 2, + [101663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3591), 11, + ACTIONS(3675), 1, + anon_sym_PIPE, + ACTIONS(3677), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [98220] = 2, + anon_sym_PIPE_RBRACE, + [101682] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3595), 11, + ACTIONS(3840), 1, + anon_sym_PIPE, + ACTIONS(5560), 1, + anon_sym_extends, + ACTIONS(3842), 9, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [98237] = 3, + anon_sym_PIPE_RBRACE, + [101703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, - anon_sym_PIPE, - ACTIONS(2861), 10, + ACTIONS(4678), 1, + anon_sym_LT, + ACTIONS(4673), 10, sym__automatic_semicolon, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_BANG, + anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [98256] = 3, + [101722] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3356), 1, + ACTIONS(3593), 1, anon_sym_PIPE, - ACTIONS(3358), 10, + ACTIONS(5558), 1, + anon_sym_LBRACK, + ACTIONS(3595), 2, + anon_sym_AMP, + anon_sym_extends, + ACTIONS(3822), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [98275] = 2, + [101745] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3599), 11, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, + anon_sym_PIPE, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(3810), 8, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [98292] = 3, + anon_sym_PIPE_RBRACE, + [101768] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1373), 1, - anon_sym_DOT, - ACTIONS(3632), 10, + ACTIONS(3781), 1, + anon_sym_PIPE, + ACTIONS(3783), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_LT, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [98311] = 4, + anon_sym_PIPE_RBRACE, + [101787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3645), 1, + ACTIONS(3800), 1, anon_sym_PIPE, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(3647), 9, + ACTIONS(3802), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188377,29 +193101,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98332] = 2, + [101806] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2503), 11, + ACTIONS(5568), 1, + anon_sym_DOT, + ACTIONS(5570), 1, + anon_sym_QMARK_DOT, + ACTIONS(3741), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98349] = 3, + [101827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3549), 1, + ACTIONS(3836), 1, anon_sym_PIPE, - ACTIONS(3551), 10, + ACTIONS(3838), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188410,16 +193137,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98368] = 5, + [101846] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, + ACTIONS(5562), 1, anon_sym_AMP, - ACTIONS(5421), 1, + ACTIONS(5564), 1, anon_sym_PIPE, - ACTIONS(5423), 1, + ACTIONS(5566), 1, anon_sym_extends, - ACTIONS(3603), 8, + ACTIONS(3838), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188428,12 +193155,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE_RBRACE, - [98391] = 3, + [101869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3832), 1, anon_sym_PIPE, - ACTIONS(3759), 10, + ACTIONS(3834), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188444,33 +193171,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98410] = 4, + [101888] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3521), 1, - anon_sym_PIPE, - ACTIONS(5425), 1, - anon_sym_LBRACK, - ACTIONS(3523), 9, + ACTIONS(2725), 11, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [98431] = 5, + [101905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5421), 1, + ACTIONS(2925), 1, anon_sym_PIPE, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(3607), 8, + ACTIONS(2927), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188478,13 +193199,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [98454] = 3, + [101924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2851), 1, + ACTIONS(3713), 1, anon_sym_PIPE, - ACTIONS(2853), 10, + ACTIONS(3715), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188495,12 +193218,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98473] = 3, + [101943] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3705), 1, + ACTIONS(3816), 1, anon_sym_PIPE, - ACTIONS(3707), 10, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(3818), 9, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188508,15 +193233,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98492] = 3, + [101964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_PIPE, - ACTIONS(3529), 10, + ACTIONS(3521), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188527,12 +193251,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98511] = 3, + [101983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2723), 1, + ACTIONS(3567), 1, anon_sym_PIPE, - ACTIONS(2725), 10, + ACTIONS(3569), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188543,12 +193267,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98530] = 3, + [102002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 1, + ACTIONS(3386), 1, anon_sym_PIPE, - ACTIONS(3468), 10, + ACTIONS(3388), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188559,28 +193283,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98549] = 5, + [102021] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5421), 1, + ACTIONS(3593), 1, anon_sym_PIPE, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(3559), 8, + ACTIONS(5558), 1, + anon_sym_LBRACK, + ACTIONS(3595), 9, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [98572] = 2, + [102042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2499), 11, + ACTIONS(2729), 11, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -188592,12 +193315,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98589] = 3, + [102059] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3687), 1, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, anon_sym_PIPE, - ACTIONS(3689), 10, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(3585), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188605,19 +193332,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [98608] = 5, + [102082] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5421), 1, + ACTIONS(3380), 1, anon_sym_PIPE, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(3639), 8, + ACTIONS(3382), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188625,30 +193346,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [98631] = 2, + [102101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 11, + ACTIONS(3571), 1, + anon_sym_PIPE, + ACTIONS(3573), 10, sym__automatic_semicolon, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_BANG, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [98648] = 4, + [102120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3545), 1, + ACTIONS(1979), 1, anon_sym_PIPE, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(3547), 9, + ACTIONS(1977), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188656,14 +193378,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98669] = 3, + [102139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1947), 1, + ACTIONS(3812), 1, anon_sym_PIPE, - ACTIONS(1945), 10, + ACTIONS(3814), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188674,12 +193397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98688] = 3, + [102158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3616), 1, + ACTIONS(3637), 1, anon_sym_PIPE, - ACTIONS(3618), 10, + ACTIONS(3639), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188690,14 +193413,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98707] = 4, + [102177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5421), 1, + ACTIONS(3611), 1, anon_sym_PIPE, - ACTIONS(3751), 9, + ACTIONS(3609), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188705,14 +193426,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98728] = 3, + [102196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3701), 1, + ACTIONS(3515), 1, anon_sym_PIPE, - ACTIONS(3703), 10, + ACTIONS(3517), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188723,12 +193445,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98747] = 3, + [102215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3565), 1, + ACTIONS(3731), 1, anon_sym_PIPE, - ACTIONS(3567), 10, + ACTIONS(3733), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188739,31 +193461,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98766] = 4, + [102234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5328), 1, - anon_sym_LT, - STATE(2650), 1, - sym_type_arguments, - ACTIONS(3314), 9, + ACTIONS(3719), 1, + anon_sym_PIPE, + ACTIONS(3721), 10, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_AMP, - anon_sym_PIPE, anon_sym_extends, - [98787] = 4, + anon_sym_PIPE_RBRACE, + [102253] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5427), 1, - anon_sym_DOT, - ACTIONS(5429), 1, - anon_sym_QMARK_DOT, - ACTIONS(3533), 9, + ACTIONS(5329), 1, + anon_sym_LT, + STATE(2715), 1, + sym_type_arguments, + ACTIONS(3382), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -188773,16 +193494,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [98808] = 5, + [102274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5421), 1, + ACTIONS(1991), 1, anon_sym_PIPE, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(3707), 8, + ACTIONS(1989), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188790,31 +193507,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [98831] = 5, + [102293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3521), 1, + ACTIONS(3745), 1, anon_sym_PIPE, - ACTIONS(5425), 1, - anon_sym_LBRACK, - ACTIONS(3523), 2, - anon_sym_AMP, - anon_sym_extends, - ACTIONS(3563), 7, + ACTIONS(3747), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_extends, anon_sym_PIPE_RBRACE, - [98854] = 3, + [102312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3573), 1, + ACTIONS(3753), 1, anon_sym_PIPE, - ACTIONS(3575), 10, + ACTIONS(3629), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188825,12 +193542,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98873] = 3, + [102331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1955), 1, + ACTIONS(1983), 1, anon_sym_PIPE, - ACTIONS(1953), 10, + ACTIONS(1981), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188841,12 +193558,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98892] = 3, + [102350] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1951), 1, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, anon_sym_PIPE, - ACTIONS(1949), 10, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(3737), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188854,15 +193575,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [98911] = 3, + [102373] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1943), 1, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, anon_sym_PIPE, - ACTIONS(1941), 10, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(3727), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188870,15 +193593,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [98930] = 3, + [102396] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3539), 1, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, anon_sym_PIPE, - ACTIONS(3541), 10, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(3581), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188886,15 +193611,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [98949] = 3, + [102419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3553), 1, + ACTIONS(3773), 1, anon_sym_PIPE, - ACTIONS(3555), 10, + ACTIONS(3775), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188905,12 +193628,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98968] = 3, + [102438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3741), 1, + ACTIONS(3579), 1, anon_sym_PIPE, - ACTIONS(3743), 10, + ACTIONS(3581), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188921,12 +193644,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [98987] = 3, + [102457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3737), 1, + ACTIONS(3599), 1, anon_sym_PIPE, - ACTIONS(3739), 10, + ACTIONS(3601), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188937,12 +193660,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [99006] = 3, + [102476] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3626), 1, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, anon_sym_PIPE, - ACTIONS(3628), 10, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(3605), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188950,15 +193677,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_extends, anon_sym_PIPE_RBRACE, - [99025] = 3, + [102499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, + ACTIONS(3613), 1, anon_sym_PIPE, - ACTIONS(3622), 10, + ACTIONS(3615), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188969,12 +193694,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [99044] = 3, + [102518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 1, + ACTIONS(3643), 1, anon_sym_PIPE, - ACTIONS(3695), 10, + ACTIONS(3645), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -188985,12 +193710,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [99063] = 3, + [102537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3733), 1, + ACTIONS(1987), 1, anon_sym_PIPE, - ACTIONS(3735), 10, + ACTIONS(1985), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -189001,12 +193726,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [99082] = 3, + [102556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3649), 1, + ACTIONS(3785), 1, anon_sym_PIPE, - ACTIONS(3651), 10, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(3787), 9, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -189014,15 +193741,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [99101] = 3, + [102577] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3376), 1, anon_sym_PIPE, - ACTIONS(3426), 10, + ACTIONS(3378), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -189033,151 +193759,251 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_extends, anon_sym_PIPE_RBRACE, - [99120] = 4, + [102596] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_PIPE, - ACTIONS(5425), 1, - anon_sym_LBRACK, - ACTIONS(3571), 9, + ACTIONS(5574), 1, + anon_sym_COLON, + STATE(3029), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + ACTIONS(5572), 6, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [102616] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1405), 10, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - anon_sym_PIPE_RBRACE, - [99141] = 11, + anon_sym_is, + [102632] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(5548), 1, + sym_identifier, + ACTIONS(5550), 1, + anon_sym_type, + ACTIONS(5556), 1, + anon_sym_typeof, + ACTIONS(5576), 1, + anon_sym_RBRACE, + STATE(3756), 1, + sym__import_identifier, + STATE(3824), 1, + sym_import_specifier, + STATE(4153), 2, + sym__module_export_name, + sym_string, + [102664] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5578), 1, + anon_sym_EQ, + ACTIONS(5582), 1, + anon_sym_BANG, + STATE(3136), 1, + sym__initializer, + STATE(3335), 1, + sym_type_annotation, + ACTIONS(5584), 2, + anon_sym_in, + anon_sym_of, + ACTIONS(5580), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [102692] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5582), 1, + anon_sym_BANG, + STATE(3335), 1, + sym_type_annotation, + STATE(3733), 1, + sym__initializer, + ACTIONS(5584), 2, + anon_sym_in, + anon_sym_of, + ACTIONS(5580), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [102720] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5431), 1, + ACTIONS(5586), 1, sym_identifier, - ACTIONS(5433), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5435), 1, + ACTIONS(5590), 1, anon_sym_extends, - ACTIONS(5437), 1, + ACTIONS(5592), 1, anon_sym_implements, - STATE(1891), 1, + STATE(1936), 1, sym_class_body, - STATE(2809), 1, + STATE(2933), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3755), 1, + STATE(3931), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99175] = 6, + [102754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2998), 1, - anon_sym_DOT, - ACTIONS(3000), 1, - anon_sym_QMARK_DOT, - ACTIONS(5439), 1, - anon_sym_LPAREN, - STATE(2349), 1, - sym_arguments, - ACTIONS(2952), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99199] = 11, + ACTIONS(5574), 1, + anon_sym_COLON, + STATE(3024), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + ACTIONS(5594), 6, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [102774] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5435), 1, + ACTIONS(5590), 1, anon_sym_extends, - ACTIONS(5437), 1, + ACTIONS(5592), 1, anon_sym_implements, - ACTIONS(5441), 1, + ACTIONS(5596), 1, sym_identifier, - STATE(1947), 1, + ACTIONS(5598), 1, + anon_sym_LBRACE, + STATE(1481), 1, sym_class_body, - STATE(2771), 1, + STATE(2832), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3702), 1, + STATE(3883), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99233] = 2, + [102808] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1345), 10, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5588), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(5590), 1, anon_sym_extends, - anon_sym_is, - [99249] = 9, + ACTIONS(5592), 1, + anon_sym_implements, + ACTIONS(5600), 1, + sym_identifier, + STATE(1936), 1, + sym_class_body, + STATE(2933), 1, + sym_type_parameters, + STATE(3604), 1, + sym_extends_clause, + STATE(3931), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [102842] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(5443), 1, + ACTIONS(5548), 1, sym_identifier, - ACTIONS(5447), 1, + ACTIONS(5602), 1, + anon_sym_type, + ACTIONS(5604), 1, + anon_sym_as, + STATE(3974), 1, + sym__import_identifier, + ACTIONS(5445), 2, anon_sym_COMMA, - ACTIONS(5449), 1, anon_sym_RBRACE, - STATE(3498), 1, - sym_export_specifier, - ACTIONS(5445), 2, - anon_sym_type, - anon_sym_typeof, - STATE(3499), 2, + STATE(4001), 2, sym__module_export_name, sym_string, - [99279] = 11, + [102872] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(5299), 1, + anon_sym_DOT, + ACTIONS(5521), 1, anon_sym_LT, - ACTIONS(5435), 1, + ACTIONS(5606), 1, + anon_sym_is, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3056), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - ACTIONS(5437), 1, + [102896] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5588), 1, + anon_sym_LBRACE, + ACTIONS(5590), 1, + anon_sym_extends, + ACTIONS(5592), 1, anon_sym_implements, - ACTIONS(5451), 1, + ACTIONS(5608), 1, sym_identifier, - ACTIONS(5453), 1, - anon_sym_LBRACE, - STATE(1415), 1, + STATE(1936), 1, sym_class_body, - STATE(2770), 1, + STATE(2933), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3651), 1, + STATE(3931), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99313] = 3, + [102930] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5455), 1, + ACTIONS(5493), 1, anon_sym_is, - ACTIONS(3314), 9, + ACTIONS(3378), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189187,334 +194013,320 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [99331] = 11, + [102948] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5435), 1, + ACTIONS(5590), 1, anon_sym_extends, - ACTIONS(5437), 1, + ACTIONS(5592), 1, anon_sym_implements, - ACTIONS(5457), 1, + ACTIONS(5610), 1, sym_identifier, - STATE(1947), 1, + STATE(1906), 1, sym_class_body, - STATE(2771), 1, + STATE(2941), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3702), 1, + STATE(3897), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99365] = 4, + [102982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5461), 1, - anon_sym_COLON, - STATE(2961), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - ACTIONS(5459), 6, + ACTIONS(5612), 1, + anon_sym_is, + ACTIONS(3382), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [103000] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, + anon_sym_PIPE, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(5614), 7, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [99385] = 6, + [103022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5184), 1, - anon_sym_DOT, - ACTIONS(5463), 1, - anon_sym_LT, - ACTIONS(5465), 1, + ACTIONS(5493), 1, anon_sym_is, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2988), 6, - anon_sym_as, + ACTIONS(3388), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [99409] = 9, + [103040] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5590), 1, + anon_sym_extends, + ACTIONS(5592), 1, + anon_sym_implements, + ACTIONS(5598), 1, + anon_sym_LBRACE, + ACTIONS(5616), 1, + sym_identifier, + STATE(2070), 1, + sym_class_body, + STATE(2881), 1, + sym_type_parameters, + STATE(3604), 1, + sym_extends_clause, + STATE(3948), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [103074] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(5467), 1, + ACTIONS(5548), 1, sym_identifier, - ACTIONS(5471), 1, - anon_sym_COMMA, - ACTIONS(5473), 1, - anon_sym_RBRACE, - STATE(3538), 1, - sym_import_specifier, - ACTIONS(5469), 2, + ACTIONS(5550), 1, anon_sym_type, + ACTIONS(5556), 1, anon_sym_typeof, - STATE(3918), 2, + ACTIONS(5618), 1, + anon_sym_RBRACE, + STATE(3756), 1, + sym__import_identifier, + STATE(3824), 1, + sym_import_specifier, + STATE(4153), 2, sym__module_export_name, sym_string, - [99439] = 11, + [103106] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5435), 1, + ACTIONS(5590), 1, anon_sym_extends, - ACTIONS(5437), 1, + ACTIONS(5592), 1, anon_sym_implements, - ACTIONS(5475), 1, + ACTIONS(5620), 1, sym_identifier, - STATE(1947), 1, + STATE(1936), 1, sym_class_body, - STATE(2771), 1, + STATE(2933), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3702), 1, + STATE(3931), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99473] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(3152), 1, - anon_sym_LBRACE, - ACTIONS(5477), 1, - sym_identifier, - ACTIONS(5479), 1, - anon_sym_STAR, - STATE(3648), 1, - sym_import_require_clause, - STATE(3903), 1, - sym_import_clause, - STATE(3904), 1, - sym_string, - STATE(4113), 2, - sym_namespace_import, - sym_named_imports, - [99505] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5481), 1, - anon_sym_EQ, - ACTIONS(5485), 1, - anon_sym_BANG, - STATE(3046), 1, - sym__initializer, - STATE(3209), 1, - sym_type_annotation, - ACTIONS(5487), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(5483), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [99533] = 4, + [103140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5461), 1, - anon_sym_COLON, - STATE(3004), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - ACTIONS(5489), 6, + ACTIONS(3334), 10, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [99553] = 4, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + anon_sym_is, + [103156] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(3224), 2, + ACTIONS(3290), 2, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(3190), 7, + ACTIONS(3236), 6, sym__automatic_semicolon, anon_sym_LPAREN, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, anon_sym_PIPE_RBRACE, - [99573] = 11, + [103178] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5435), 1, + ACTIONS(5590), 1, anon_sym_extends, - ACTIONS(5437), 1, + ACTIONS(5592), 1, anon_sym_implements, - ACTIONS(5491), 1, + ACTIONS(5622), 1, sym_identifier, - STATE(1891), 1, + STATE(1906), 1, sym_class_body, - STATE(2809), 1, + STATE(2941), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3755), 1, + STATE(3897), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99607] = 11, + [103212] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5435), 1, + ACTIONS(5590), 1, anon_sym_extends, - ACTIONS(5437), 1, + ACTIONS(5592), 1, anon_sym_implements, - ACTIONS(5493), 1, + ACTIONS(5624), 1, sym_identifier, - STATE(1891), 1, + STATE(1906), 1, sym_class_body, - STATE(2809), 1, + STATE(2941), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3755), 1, + STATE(3897), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99641] = 6, + [103246] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5192), 1, - anon_sym_DOT, - ACTIONS(5194), 1, - anon_sym_QMARK_DOT, - ACTIONS(5439), 1, - anon_sym_LPAREN, - STATE(2350), 1, - sym_arguments, - ACTIONS(3320), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [99665] = 11, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(5626), 1, + sym_identifier, + ACTIONS(5630), 1, + anon_sym_COMMA, + ACTIONS(5632), 1, + anon_sym_RBRACE, + STATE(3647), 1, + sym_export_specifier, + ACTIONS(5628), 2, + anon_sym_type, + anon_sym_typeof, + STATE(3654), 2, + sym__module_export_name, + sym_string, + [103276] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5435), 1, + ACTIONS(5590), 1, anon_sym_extends, - ACTIONS(5437), 1, + ACTIONS(5592), 1, anon_sym_implements, - ACTIONS(5453), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - ACTIONS(5495), 1, + ACTIONS(5634), 1, sym_identifier, - STATE(2027), 1, + STATE(1394), 1, sym_class_body, - STATE(2829), 1, + STATE(2944), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3897), 1, + STATE(3973), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99699] = 11, + [103310] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5435), 1, + ACTIONS(5590), 1, anon_sym_extends, - ACTIONS(5437), 1, + ACTIONS(5592), 1, anon_sym_implements, - ACTIONS(5497), 1, + ACTIONS(5636), 1, sym_identifier, - STATE(1947), 1, + STATE(1906), 1, sym_class_body, - STATE(2771), 1, + STATE(2941), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3702), 1, + STATE(3897), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99733] = 5, + [103344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5421), 1, - anon_sym_PIPE, - ACTIONS(5423), 1, + ACTIONS(5638), 1, anon_sym_extends, - ACTIONS(5499), 7, + ACTIONS(3842), 8, sym__automatic_semicolon, - anon_sym_EQ, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [99755] = 8, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + [103361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5485), 1, - anon_sym_BANG, - STATE(3209), 1, - sym_type_annotation, - STATE(3543), 1, - sym__initializer, - ACTIONS(5487), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(5483), 3, - sym__automatic_semicolon, + ACTIONS(2929), 1, + anon_sym_LBRACE, + ACTIONS(2931), 8, + anon_sym_as, anon_sym_COMMA, - anon_sym_SEMI, - [99783] = 3, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + anon_sym_LBRACE_PIPE, + [103378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5332), 1, - anon_sym_is, - ACTIONS(3358), 9, + ACTIONS(3791), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189524,178 +194336,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [99801] = 11, + [103393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5433), 1, + ACTIONS(3802), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5435), 1, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - ACTIONS(5437), 1, - anon_sym_implements, - ACTIONS(5501), 1, - sym_identifier, - STATE(1891), 1, - sym_class_body, - STATE(2809), 1, - sym_type_parameters, - STATE(3473), 1, - sym_extends_clause, - STATE(3755), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [99835] = 11, + [103408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5435), 1, + ACTIONS(5640), 1, + anon_sym_AMP, + ACTIONS(5642), 1, + anon_sym_PIPE, + ACTIONS(5644), 1, anon_sym_extends, - ACTIONS(5437), 1, - anon_sym_implements, - ACTIONS(5453), 1, + ACTIONS(3810), 6, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5503), 1, - sym_identifier, - STATE(1491), 1, - sym_class_body, - STATE(2866), 1, - sym_type_parameters, - STATE(3473), 1, - sym_extends_clause, - STATE(3767), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [99869] = 6, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + [103429] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5188), 1, - anon_sym_DOT, - ACTIONS(5190), 1, - anon_sym_QMARK_DOT, - ACTIONS(5439), 1, - anon_sym_LPAREN, - STATE(2346), 1, - sym_arguments, - ACTIONS(3256), 6, - anon_sym_as, + ACTIONS(5646), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3595), 3, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [99893] = 2, + ACTIONS(3822), 5, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [103448] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3334), 1, + sym_type_annotation, + STATE(3618), 1, + sym__initializer, + ACTIONS(5463), 2, + anon_sym_BANG, + anon_sym_QMARK, + ACTIONS(5461), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [103473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2861), 9, + ACTIONS(5646), 1, + anon_sym_LBRACK, + ACTIONS(3852), 8, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_LBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [99908] = 4, + [103490] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5505), 1, - anon_sym_COLON, - STATE(3275), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - ACTIONS(5459), 5, + ACTIONS(3860), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [99927] = 10, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [103505] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2925), 1, + anon_sym_LBRACE, + ACTIONS(2927), 8, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + anon_sym_LBRACE_PIPE, + [103522] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(5648), 1, + anon_sym_EQ, + ACTIONS(5614), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_EQ_GT, + [103545] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5650), 9, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [103560] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5507), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(2786), 1, - sym_type_parameters, - STATE(3181), 1, + STATE(1916), 1, sym_class_body, - STATE(3473), 1, + STATE(2931), 1, + sym_type_parameters, + STATE(3604), 1, sym_extends_clause, - STATE(3788), 1, + STATE(3979), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [99958] = 2, + [103591] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1945), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5588), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(5652), 1, anon_sym_extends, - [99973] = 10, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1891), 1, + sym_class_body, + STATE(2855), 1, + sym_type_parameters, + STATE(3604), 1, + sym_extends_clause, + STATE(3794), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [103622] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - ACTIONS(5513), 1, + ACTIONS(5656), 1, anon_sym_LBRACE, - STATE(159), 1, + STATE(167), 1, sym_class_body, - STATE(2819), 1, + STATE(2841), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3901), 1, + STATE(3868), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [100004] = 10, + [103653] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5453), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1417), 1, - sym_class_body, - STATE(2762), 1, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(2857), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3113), 1, + sym_class_body, + STATE(3604), 1, sym_extends_clause, - STATE(3750), 1, + STATE(3788), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [100035] = 2, + [103684] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1953), 9, + ACTIONS(3609), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189705,110 +194566,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100050] = 3, + [103699] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2851), 1, - anon_sym_LBRACE, - ACTIONS(2853), 8, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(5640), 1, anon_sym_AMP, + ACTIONS(5642), 1, anon_sym_PIPE, + ACTIONS(5644), 1, anon_sym_extends, - anon_sym_LBRACE_PIPE, - [100067] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3575), 9, + ACTIONS(3727), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, + [103720] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5588), 1, + anon_sym_LBRACE, + ACTIONS(5652), 1, anon_sym_extends, - [100082] = 8, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1992), 1, + sym_class_body, + STATE(2935), 1, + sym_type_parameters, + STATE(3604), 1, + sym_extends_clause, + STATE(3837), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [103751] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(5467), 1, + ACTIONS(5626), 1, sym_identifier, - ACTIONS(5515), 1, + ACTIONS(5660), 1, anon_sym_RBRACE, - STATE(3679), 1, - sym_import_specifier, - ACTIONS(5469), 2, + STATE(3861), 1, + sym_export_specifier, + ACTIONS(5628), 2, anon_sym_type, anon_sym_typeof, - STATE(3918), 2, + STATE(3654), 2, sym__module_export_name, sym_string, - [100109] = 3, + [103778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5517), 1, - anon_sym_LBRACK, - ACTIONS(3571), 8, + ACTIONS(1973), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100126] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(5443), 1, - sym_identifier, - ACTIONS(5519), 1, - anon_sym_RBRACE, - STATE(3889), 1, - sym_export_specifier, - ACTIONS(5445), 2, - anon_sym_type, - anon_sym_typeof, - STATE(3499), 2, - sym__module_export_name, - sym_string, - [100153] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5507), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(2772), 1, - sym_type_parameters, - STATE(3128), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3730), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [100184] = 2, + [103793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 9, + ACTIONS(3509), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189818,25 +194648,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100199] = 4, + [103808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5517), 1, - anon_sym_LBRACK, - ACTIONS(3523), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - ACTIONS(3563), 5, + ACTIONS(3677), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [100218] = 2, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [103823] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3618), 9, + ACTIONS(3699), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189846,44 +194674,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100233] = 2, + [103838] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3622), 9, + ACTIONS(5640), 1, + anon_sym_AMP, + ACTIONS(5642), 1, + anon_sym_PIPE, + ACTIONS(5644), 1, + anon_sym_extends, + ACTIONS(3737), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [100248] = 10, + [103859] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3286), 1, + sym_type_annotation, + STATE(3579), 1, + sym__initializer, + ACTIONS(5664), 2, + anon_sym_BANG, + anon_sym_QMARK, + ACTIONS(5662), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [103884] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1859), 1, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(609), 1, sym_class_body, - STATE(2768), 1, + STATE(2869), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3714), 1, + STATE(3852), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [100279] = 2, + [103915] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3168), 1, + sym_type_annotation, + STATE(3695), 1, + sym__initializer, + ACTIONS(5403), 2, + anon_sym_BANG, + anon_sym_QMARK, + ACTIONS(5401), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [103940] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5666), 9, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [103955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3628), 9, + ACTIONS(3703), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189893,42 +194773,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100294] = 5, + [103970] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5521), 1, - anon_sym_AMP, - ACTIONS(5523), 1, - anon_sym_PIPE, - ACTIONS(5525), 1, - anon_sym_extends, - ACTIONS(3559), 6, + ACTIONS(3715), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - [100315] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5521), 1, anon_sym_AMP, - ACTIONS(5523), 1, anon_sym_PIPE, - ACTIONS(5525), 1, anon_sym_extends, - ACTIONS(3639), 6, + [103985] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3783), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - [100336] = 2, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [104000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3639), 9, + ACTIONS(3838), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189938,12 +194812,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100351] = 3, + [104015] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2723), 1, + ACTIONS(5640), 1, + anon_sym_AMP, + ACTIONS(5642), 1, + anon_sym_PIPE, + ACTIONS(5644), 1, + anon_sym_extends, + ACTIONS(3838), 6, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(2725), 8, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + [104036] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2933), 1, + anon_sym_LBRACE, + ACTIONS(2935), 8, anon_sym_as, anon_sym_COMMA, anon_sym_LBRACK, @@ -189952,10 +194842,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_extends, anon_sym_LBRACE_PIPE, - [100368] = 2, + [104053] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3643), 9, + ACTIONS(3834), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189965,12 +194855,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100383] = 3, + [104068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5521), 1, + ACTIONS(5640), 1, anon_sym_AMP, - ACTIONS(3647), 8, + ACTIONS(3818), 8, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189979,10 +194869,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_PIPE, anon_sym_extends, - [100400] = 2, + [104085] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3651), 9, + ACTIONS(3814), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -189992,57 +194882,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100415] = 2, + [104100] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5652), 1, anon_sym_extends, - [100430] = 10, + ACTIONS(5654), 1, + anon_sym_implements, + ACTIONS(5656), 1, + anon_sym_LBRACE, + STATE(149), 1, + sym_class_body, + STATE(2898), 1, + sym_type_parameters, + STATE(3604), 1, + sym_extends_clause, + STATE(3790), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [104131] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5507), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(2769), 1, - sym_type_parameters, - STATE(3094), 1, + STATE(1895), 1, sym_class_body, - STATE(3473), 1, + STATE(2927), 1, + sym_type_parameters, + STATE(3604), 1, sym_extends_clause, - STATE(3693), 1, + STATE(3745), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [100461] = 2, + [104162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3551), 9, + ACTIONS(5640), 1, + anon_sym_AMP, + ACTIONS(3787), 8, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100476] = 2, + [104179] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1949), 9, + ACTIONS(1985), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190052,10 +194951,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100491] = 2, + [104194] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3468), 9, + ACTIONS(3775), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190065,24 +194964,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100506] = 3, + [104209] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5521), 1, - anon_sym_AMP, - ACTIONS(3547), 8, + ACTIONS(3629), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100523] = 2, + [104224] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3541), 9, + ACTIONS(3747), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190092,10 +194990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100538] = 2, + [104239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3426), 9, + ACTIONS(1989), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190105,82 +195003,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100553] = 7, + [104254] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(1497), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(1745), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [100578] = 7, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [104269] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5668), 1, anon_sym_COLON, - STATE(3273), 1, + STATE(3247), 3, sym_type_annotation, - STATE(3592), 1, - sym__initializer, - ACTIONS(5300), 2, - anon_sym_BANG, - anon_sym_QMARK, - ACTIONS(5298), 3, + sym_asserts_annotation, + sym_type_predicate_annotation, + ACTIONS(5594), 5, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [100603] = 7, + [104288] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(230), 1, anon_sym_COMMA, - ACTIONS(4350), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(4747), 1, + ACTIONS(4932), 1, anon_sym_RBRACE, - STATE(3505), 1, + STATE(3660), 1, aux_sym_object_repeat1, - STATE(3506), 1, + STATE(3661), 1, aux_sym_object_pattern_repeat1, - ACTIONS(3190), 4, + ACTIONS(3236), 3, anon_sym_LPAREN, anon_sym_COLON, - anon_sym_LT, anon_sym_QMARK, - [100628] = 7, + [104315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, + ACTIONS(5670), 9, + anon_sym_EQ, anon_sym_COMMA, - ACTIONS(1743), 1, anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, anon_sym_COLON, - anon_sym_LT, + anon_sym_RBRACK, anon_sym_QMARK, - [100653] = 2, + [104330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3529), 9, + ACTIONS(3639), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190190,10 +195076,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100668] = 2, + [104345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3314), 9, + ACTIONS(3382), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190203,45 +195089,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100683] = 3, + [104360] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5517), 1, - anon_sym_LBRACK, - ACTIONS(3523), 8, + ACTIONS(2927), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100700] = 10, + [104375] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4852), 1, + anon_sym_RBRACE, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [104402] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5509), 1, + ACTIONS(5598), 1, + anon_sym_LBRACE, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - ACTIONS(5513), 1, - anon_sym_LBRACE, - STATE(137), 1, + STATE(1413), 1, sym_class_body, - STATE(2805), 1, + STATE(2836), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3779), 1, + STATE(3855), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [100731] = 2, + [104433] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5646), 1, + anon_sym_LBRACK, + ACTIONS(3595), 8, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [104450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3358), 9, + ACTIONS(3645), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190251,10 +195169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100746] = 2, + [104465] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3512), 9, + ACTIONS(3615), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190264,10 +195182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100761] = 2, + [104480] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3689), 9, + ACTIONS(3388), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190277,10 +195195,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100776] = 2, + [104495] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3695), 9, + ACTIONS(3569), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190290,58 +195208,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100791] = 2, + [104510] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5527), 9, - anon_sym_EQ, + ACTIONS(5640), 1, + anon_sym_AMP, + ACTIONS(5642), 1, + anon_sym_PIPE, + ACTIONS(5644), 1, + anon_sym_extends, + ACTIONS(3605), 6, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [100806] = 10, + anon_sym_SEMI, + anon_sym_LBRACK, + [104531] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5453), 1, + ACTIONS(2935), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5509), 1, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1465), 1, - sym_class_body, - STATE(2764), 1, - sym_type_parameters, - STATE(3473), 1, - sym_extends_clause, - STATE(3664), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [100837] = 3, + [104546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, + ACTIONS(3601), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(2861), 8, - anon_sym_as, anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - anon_sym_LBRACE_PIPE, - [100854] = 2, + [104561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3703), 9, + ACTIONS(3581), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190351,26 +195263,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100869] = 5, + [104576] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5521), 1, + ACTIONS(5640), 1, anon_sym_AMP, - ACTIONS(5523), 1, + ACTIONS(5642), 1, anon_sym_PIPE, - ACTIONS(5525), 1, + ACTIONS(5644), 1, anon_sym_extends, - ACTIONS(3707), 6, + ACTIONS(3581), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - [100890] = 2, + [104597] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3707), 9, + ACTIONS(3521), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190380,10 +195292,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100905] = 2, + [104612] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + ACTIONS(5672), 1, + anon_sym_LBRACE, + STATE(752), 1, + sym_class_body, + STATE(2853), 1, + sym_type_parameters, + STATE(3604), 1, + sym_extends_clause, + STATE(3873), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [104643] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5588), 1, + anon_sym_LBRACE, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1877), 1, + sym_class_body, + STATE(2910), 1, + sym_type_parameters, + STATE(3604), 1, + sym_extends_clause, + STATE(3982), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [104674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 9, + ACTIONS(1981), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190393,122 +195347,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [100920] = 8, + [104689] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, + ACTIONS(1925), 1, anon_sym_DQUOTE, - ACTIONS(1895), 1, + ACTIONS(1927), 1, anon_sym_SQUOTE, - ACTIONS(5443), 1, + ACTIONS(5548), 1, sym_identifier, - ACTIONS(5529), 1, - anon_sym_RBRACE, - STATE(3889), 1, - sym_export_specifier, - ACTIONS(5445), 2, + ACTIONS(5550), 1, anon_sym_type, + ACTIONS(5556), 1, anon_sym_typeof, - STATE(3499), 2, + STATE(3756), 1, + sym__import_identifier, + STATE(3824), 1, + sym_import_specifier, + STATE(4153), 2, sym__module_export_name, sym_string, - [100947] = 10, + [104718] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5509), 1, + ACTIONS(5598), 1, + anon_sym_LBRACE, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - ACTIONS(5531), 1, - anon_sym_LBRACE, - STATE(732), 1, + STATE(1434), 1, sym_class_body, - STATE(2823), 1, + STATE(2858), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3908), 1, + STATE(3776), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [100978] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1957), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [100993] = 10, + [104749] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5507), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(2766), 1, - sym_type_parameters, - STATE(3040), 1, + STATE(1966), 1, sym_class_body, - STATE(3473), 1, + STATE(2873), 1, + sym_type_parameters, + STATE(3604), 1, sym_extends_clause, - STATE(3663), 1, + STATE(3831), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [101024] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(5533), 1, - anon_sym_EQ, - ACTIONS(5499), 5, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_EQ_GT, - [101047] = 10, + [104780] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1810), 1, - sym_class_body, + ACTIONS(5658), 1, + anon_sym_LBRACE, STATE(2831), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3166), 1, + sym_class_body, + STATE(3604), 1, sym_extends_clause, - STATE(3846), 1, + STATE(3863), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [101078] = 2, + [104811] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1855), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [104838] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2725), 9, + ACTIONS(2931), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190518,31 +195462,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101093] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5507), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(615), 1, - sym_class_body, - STATE(2811), 1, - sym_type_parameters, - STATE(3473), 1, - sym_extends_clause, - STATE(3868), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [101124] = 2, + [104853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5535), 9, + ACTIONS(5674), 9, anon_sym_EQ, anon_sym_COMMA, anon_sym_RBRACE, @@ -190552,91 +195475,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_RBRACK, anon_sym_QMARK, - [101139] = 10, + [104868] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5507), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(604), 1, - sym_class_body, - STATE(2767), 1, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(2849), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3130), 1, + sym_class_body, + STATE(3604), 1, sym_extends_clause, - STATE(3677), 1, + STATE(3801), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [101170] = 7, + [104899] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4815), 1, - anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, + ACTIONS(5405), 1, anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [101195] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5453), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(2040), 1, - sym_class_body, - STATE(2775), 1, - sym_type_parameters, - STATE(3473), 1, - sym_extends_clause, - STATE(3670), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [101226] = 10, + ACTIONS(5578), 1, + anon_sym_EQ, + STATE(3137), 1, + sym__initializer, + STATE(3335), 1, + sym_type_annotation, + ACTIONS(5584), 2, + anon_sym_in, + anon_sym_of, + ACTIONS(5580), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [104924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5433), 1, + ACTIONS(3378), 9, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_LBRACE, - ACTIONS(5509), 1, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1948), 1, - sym_class_body, - STATE(2868), 1, - sym_type_parameters, - STATE(3473), 1, - sym_extends_clause, - STATE(3769), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [101257] = 2, + [104939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3735), 9, + ACTIONS(3721), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190646,10 +195540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101272] = 2, + [104954] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3739), 9, + ACTIONS(3733), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190659,10 +195553,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101287] = 2, + [104969] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3743), 9, + ACTIONS(3517), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190672,28 +195566,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101302] = 7, + [104984] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(3252), 1, + STATE(3335), 1, sym_type_annotation, - STATE(3630), 1, + STATE(3732), 1, sym__initializer, - ACTIONS(5240), 2, - anon_sym_BANG, - anon_sym_QMARK, - ACTIONS(5238), 3, + ACTIONS(5584), 2, + anon_sym_in, + anon_sym_of, + ACTIONS(5580), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [101327] = 2, + [105009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 9, + ACTIONS(1977), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190703,184 +195597,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101342] = 10, + [105024] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1918), 1, - sym_class_body, - STATE(2791), 1, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(2872), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3152), 1, + sym_class_body, + STATE(3604), 1, sym_extends_clause, - STATE(3857), 1, + STATE(3865), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [101373] = 7, + [105055] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5668), 1, anon_sym_COLON, - STATE(3107), 1, + STATE(3192), 3, sym_type_annotation, - STATE(3486), 1, - sym__initializer, - ACTIONS(5539), 2, - anon_sym_BANG, - anon_sym_QMARK, - ACTIONS(5537), 3, + sym_asserts_annotation, + sym_type_predicate_annotation, + ACTIONS(5572), 5, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [101398] = 2, + [105074] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5541), 9, + ACTIONS(5399), 1, anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, + ACTIONS(5405), 1, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [101413] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(1706), 1, - anon_sym_RBRACE, - ACTIONS(4350), 1, - anon_sym_EQ, + STATE(3344), 1, + sym_type_annotation, STATE(3505), 1, - aux_sym_object_repeat1, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, + sym__initializer, + ACTIONS(5457), 2, + anon_sym_BANG, anon_sym_QMARK, - [101438] = 10, + ACTIONS(5455), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [105099] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5509), 1, + ACTIONS(5598), 1, + anon_sym_LBRACE, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - ACTIONS(5531), 1, - anon_sym_LBRACE, - STATE(656), 1, + STATE(2061), 1, sym_class_body, - STATE(2820), 1, + STATE(2877), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3870), 1, + STATE(3803), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [101469] = 7, + [105130] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(1853), 1, + anon_sym_RBRACE, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(5242), 1, + STATE(3660), 1, + aux_sym_object_repeat1, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + ACTIONS(3236), 3, + anon_sym_LPAREN, anon_sym_COLON, - STATE(3209), 1, - sym_type_annotation, - STATE(3548), 1, - sym__initializer, - ACTIONS(5487), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(5483), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [101494] = 2, + anon_sym_QMARK, + [105157] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5543), 9, - anon_sym_EQ, + ACTIONS(230), 1, anon_sym_COMMA, + ACTIONS(1808), 1, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, + anon_sym_LPAREN, anon_sym_COLON, - anon_sym_RBRACK, anon_sym_QMARK, - [101509] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5481), 1, - anon_sym_EQ, - STATE(3045), 1, - sym__initializer, - STATE(3209), 1, - sym_type_annotation, - ACTIONS(5487), 2, - anon_sym_in, - anon_sym_of, - ACTIONS(5483), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [101534] = 5, + [105184] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(5299), 1, + anon_sym_DOT, ACTIONS(5521), 1, + anon_sym_LT, + STATE(2499), 1, + sym_type_arguments, + ACTIONS(3056), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, - ACTIONS(5523), 1, anon_sym_PIPE, - ACTIONS(5525), 1, anon_sym_extends, - ACTIONS(3603), 6, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - [101555] = 7, + [105205] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(3036), 1, + STATE(3231), 1, sym_type_annotation, - STATE(3553), 1, + STATE(3633), 1, sym__initializer, - ACTIONS(5258), 2, + ACTIONS(5435), 2, anon_sym_BANG, anon_sym_QMARK, - ACTIONS(5256), 3, + ACTIONS(5433), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [101580] = 2, + [105230] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(230), 1, + anon_sym_COMMA, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4878), 1, + anon_sym_RBRACE, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + STATE(3679), 1, + aux_sym_object_repeat1, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [105257] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(5626), 1, + sym_identifier, + ACTIONS(5676), 1, + anon_sym_RBRACE, + STATE(3861), 1, + sym_export_specifier, + ACTIONS(5628), 2, + anon_sym_type, + anon_sym_typeof, + STATE(3654), 2, + sym__module_export_name, + sym_string, + [105284] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3759), 9, + ACTIONS(3573), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190890,46 +195795,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101595] = 10, + [105299] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1958), 1, + ACTIONS(5672), 1, + anon_sym_LBRACE, + STATE(730), 1, sym_class_body, - STATE(2821), 1, + STATE(2896), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3703), 1, + STATE(3769), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [101626] = 4, + [105330] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5521), 1, + ACTIONS(5640), 1, anon_sym_AMP, - ACTIONS(5523), 1, + ACTIONS(5642), 1, anon_sym_PIPE, - ACTIONS(3751), 7, + ACTIONS(5644), 1, + anon_sym_extends, + ACTIONS(3585), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_extends, - [101645] = 2, + [105351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5545), 9, + ACTIONS(5678), 9, anon_sym_EQ, anon_sym_COMMA, anon_sym_RBRACE, @@ -190939,23 +195845,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_RBRACK, anon_sym_QMARK, - [101660] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1465), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [101675] = 2, + [105366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 9, + ACTIONS(1437), 9, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, @@ -190965,1030 +195858,1192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101690] = 2, + [105381] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2853), 9, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, + ACTIONS(230), 1, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [101705] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(5467), 1, - sym_identifier, - ACTIONS(5547), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4930), 1, anon_sym_RBRACE, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, STATE(3679), 1, - sym_import_specifier, - ACTIONS(5469), 2, - anon_sym_type, - anon_sym_typeof, - STATE(3918), 2, - sym__module_export_name, - sym_string, - [101732] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5184), 1, - anon_sym_DOT, - ACTIONS(5463), 1, - anon_sym_LT, - STATE(2366), 1, - sym_type_arguments, - ACTIONS(2988), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [101753] = 10, + aux_sym_object_repeat1, + ACTIONS(3236), 3, + anon_sym_LPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [105408] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1832), 1, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(618), 1, sym_class_body, - STATE(2774), 1, + STATE(2932), 1, sym_type_parameters, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3699), 1, + STATE(3995), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [101784] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(3176), 1, - sym_type_annotation, - STATE(3521), 1, - sym__initializer, - ACTIONS(5266), 2, - anon_sym_BANG, - anon_sym_QMARK, - ACTIONS(5264), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [101809] = 5, + [105439] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5521), 1, - anon_sym_AMP, - ACTIONS(5523), 1, - anon_sym_PIPE, - ACTIONS(5525), 1, - anon_sym_extends, - ACTIONS(3607), 6, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(5680), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK, - [101830] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5505), 1, - anon_sym_COLON, - STATE(3281), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - ACTIONS(5489), 5, + ACTIONS(5682), 1, + anon_sym_DOT, + STATE(3287), 1, + sym_statement_block, + ACTIONS(1379), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [101849] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, - anon_sym_COMMA, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4735), 1, - anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [101874] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(223), 1, anon_sym_COMMA, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4775), 1, anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - STATE(3550), 1, - aux_sym_object_repeat1, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [101899] = 5, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [105459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5521), 1, + ACTIONS(2729), 8, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - ACTIONS(5523), 1, anon_sym_PIPE, - ACTIONS(5525), 1, anon_sym_extends, - ACTIONS(5499), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [101919] = 5, + [105473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, + ACTIONS(2721), 8, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, - ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5549), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [101939] = 5, + [105487] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, + ACTIONS(5521), 1, + anon_sym_LT, + STATE(2443), 1, + sym_type_arguments, + ACTIONS(3382), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, - ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5551), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [101959] = 4, + [105505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5463), 1, - anon_sym_LT, - STATE(2372), 1, - sym_type_arguments, - ACTIONS(3314), 6, + ACTIONS(2725), 8, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT, + anon_sym_QMARK_DOT, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [101977] = 7, + [105519] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5582), 1, + anon_sym_BANG, + STATE(3335), 1, + sym_type_annotation, + STATE(3733), 1, + sym__initializer, + ACTIONS(5580), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [105543] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5553), 1, + ACTIONS(5684), 1, sym_escape_sequence, - ACTIONS(5555), 1, + ACTIONS(5686), 1, anon_sym_BQUOTE, - ACTIONS(5557), 1, + ACTIONS(5688), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5559), 1, + ACTIONS(5690), 1, sym__template_chars, - STATE(2897), 2, + STATE(2977), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3269), 2, + STATE(3317), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [102001] = 7, + [105567] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5553), 1, - sym_escape_sequence, - ACTIONS(5557), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5559), 1, - sym__template_chars, - ACTIONS(5561), 1, - anon_sym_BQUOTE, - STATE(2897), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - STATE(3269), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [102025] = 7, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(5626), 1, + sym_identifier, + STATE(3861), 1, + sym_export_specifier, + ACTIONS(5628), 2, + anon_sym_type, + anon_sym_typeof, + STATE(3654), 2, + sym__module_export_name, + sym_string, + [105591] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5563), 1, + ACTIONS(5692), 1, sym_identifier, - ACTIONS(5565), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, + ACTIONS(5696), 1, anon_sym_LBRACK, - ACTIONS(5569), 1, + ACTIONS(5698), 1, anon_sym_enum, - STATE(3336), 1, + STATE(3387), 1, sym_variable_declarator, - STATE(2802), 3, + STATE(2893), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - [102049] = 7, + [105615] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5680), 1, + anon_sym_LBRACE, + ACTIONS(5700), 1, + anon_sym_DOT, + STATE(3287), 1, + sym_statement_block, + ACTIONS(1379), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [105635] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5688), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5690), 1, + sym__template_chars, + ACTIONS(5702), 1, + sym_escape_sequence, + ACTIONS(5704), 1, + anon_sym_BQUOTE, + STATE(2962), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + STATE(3317), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [105659] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5553), 1, + ACTIONS(5684), 1, sym_escape_sequence, - ACTIONS(5557), 1, + ACTIONS(5688), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5559), 1, + ACTIONS(5690), 1, sym__template_chars, - ACTIONS(5571), 1, + ACTIONS(5706), 1, anon_sym_BQUOTE, - STATE(2897), 2, + STATE(2977), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3246), 2, + STATE(3341), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [102073] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(5467), 1, - sym_identifier, - STATE(3679), 1, - sym_import_specifier, - ACTIONS(5469), 2, - anon_sym_type, - anon_sym_typeof, - STATE(3918), 2, - sym__module_export_name, - sym_string, - [102097] = 7, + [105683] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 1, + ACTIONS(5688), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5559), 1, + ACTIONS(5690), 1, sym__template_chars, - ACTIONS(5573), 1, + ACTIONS(5702), 1, sym_escape_sequence, - ACTIONS(5575), 1, + ACTIONS(5708), 1, anon_sym_BQUOTE, - STATE(2939), 2, + STATE(2962), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3269), 2, + STATE(3317), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [102121] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_COMMA, - STATE(3399), 1, - aux_sym_extends_clause_repeat1, - ACTIONS(5577), 2, - anon_sym_LBRACE, - anon_sym_implements, - STATE(1385), 2, - sym_template_string, - sym_arguments, - [102145] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(5443), 1, - sym_identifier, - STATE(3889), 1, - sym_export_specifier, - ACTIONS(5445), 2, - anon_sym_type, - anon_sym_typeof, - STATE(3499), 2, - sym__module_export_name, - sym_string, - [102169] = 7, + [105707] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5553), 1, + ACTIONS(5684), 1, sym_escape_sequence, - ACTIONS(5557), 1, + ACTIONS(5688), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5559), 1, + ACTIONS(5690), 1, sym__template_chars, - ACTIONS(5579), 1, + ACTIONS(5710), 1, anon_sym_BQUOTE, - STATE(2897), 2, + STATE(2977), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3269), 2, + STATE(3317), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [102193] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2499), 8, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [102207] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2503), 8, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [102221] = 7, + [105731] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5553), 1, + ACTIONS(5684), 1, sym_escape_sequence, - ACTIONS(5557), 1, + ACTIONS(5688), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5559), 1, + ACTIONS(5690), 1, sym__template_chars, - ACTIONS(5581), 1, + ACTIONS(5712), 1, anon_sym_BQUOTE, - STATE(2897), 2, + STATE(2977), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3269), 2, + STATE(3317), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [102245] = 2, + [105755] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2507), 8, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT, - anon_sym_QMARK_DOT, + ACTIONS(5640), 1, anon_sym_AMP, + ACTIONS(5642), 1, anon_sym_PIPE, + ACTIONS(5644), 1, anon_sym_extends, - [102259] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5583), 1, - anon_sym_LBRACE, - ACTIONS(5585), 1, - anon_sym_DOT, - STATE(3075), 1, - sym_statement_block, - ACTIONS(1331), 5, + ACTIONS(5614), 5, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [102279] = 7, + [105775] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 1, + ACTIONS(5684), 1, + sym_escape_sequence, + ACTIONS(5688), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5559), 1, + ACTIONS(5690), 1, sym__template_chars, - ACTIONS(5573), 1, - sym_escape_sequence, - ACTIONS(5587), 1, + ACTIONS(5714), 1, anon_sym_BQUOTE, - STATE(2939), 2, + STATE(2977), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3269), 2, + STATE(3317), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [102303] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5485), 1, - anon_sym_BANG, - STATE(3209), 1, - sym_type_annotation, - STATE(3543), 1, - sym__initializer, - ACTIONS(5483), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [102327] = 7, + [105799] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5553), 1, + ACTIONS(5684), 1, sym_escape_sequence, - ACTIONS(5557), 1, + ACTIONS(5688), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5559), 1, + ACTIONS(5690), 1, sym__template_chars, - ACTIONS(5589), 1, + ACTIONS(5716), 1, anon_sym_BQUOTE, - STATE(2897), 2, + STATE(2977), 2, sym_template_substitution, aux_sym_template_string_repeat1, - STATE(3269), 2, + STATE(3317), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [102351] = 7, + [105823] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, + anon_sym_PIPE, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(5718), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [105843] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5564), 1, + anon_sym_PIPE, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(5720), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [105863] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5563), 1, + ACTIONS(5692), 1, sym_identifier, - ACTIONS(5565), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, + ACTIONS(5696), 1, anon_sym_LBRACK, - ACTIONS(5591), 1, + ACTIONS(5722), 1, anon_sym_enum, - STATE(3386), 1, + STATE(3383), 1, sym_variable_declarator, - STATE(2802), 3, + STATE(2893), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - [102375] = 6, + [105887] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(5724), 1, + anon_sym_EQ, + ACTIONS(5728), 1, + anon_sym_QMARK, + STATE(3409), 1, + sym_type_annotation, + STATE(3758), 1, + sym__initializer, + ACTIONS(5726), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [105910] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(3136), 1, + STATE(3171), 1, sym_type_annotation, - STATE(3469), 1, + STATE(3698), 1, sym__initializer, - ACTIONS(5593), 3, + ACTIONS(5542), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [102396] = 4, + [105931] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + ACTIONS(5658), 1, anon_sym_LBRACE, - STATE(3760), 1, - sym_statement_block, - ACTIONS(5595), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [102413] = 8, + STATE(3114), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3791), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [105956] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1376), 1, + STATE(1453), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3794), 1, + STATE(3793), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102438] = 2, + [105981] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1373), 7, - sym__automatic_semicolon, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5730), 1, + sym_identifier, + ACTIONS(5732), 1, + anon_sym_STAR, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3810), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [106006] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3446), 1, + sym_constraint, + STATE(3904), 1, + sym_default_type, + ACTIONS(5510), 2, + anon_sym_COLON, + anon_sym_extends, + ACTIONS(5736), 2, + anon_sym_COMMA, + anon_sym_GT, + [106027] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, anon_sym_LBRACE, + STATE(3781), 1, + sym_statement_block, + ACTIONS(5738), 5, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_DOT, anon_sym_PIPE_RBRACE, - [102451] = 8, + [106044] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1422), 1, + STATE(1437), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3830), 1, + STATE(3787), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102476] = 6, + [106069] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3844), 1, + sym_statement_block, + ACTIONS(5740), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106086] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(3090), 7, anon_sym_EQ, - ACTIONS(5242), 1, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, - STATE(3277), 1, - sym_type_annotation, - STATE(3604), 1, - sym__initializer, - ACTIONS(5404), 3, + anon_sym_RBRACK, + anon_sym_QMARK, + [106099] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3819), 1, + sym_statement_block, + ACTIONS(5742), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [102497] = 8, + anon_sym_PIPE_RBRACE, + [106116] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + STATE(3848), 1, + sym_statement_block, + ACTIONS(5742), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106133] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(3123), 1, + ACTIONS(5656), 1, + anon_sym_LBRACE, + STATE(162), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3728), 1, + STATE(3820), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102522] = 8, + [106158] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(608), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3876), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [102547] = 8, + STATE(3918), 1, + sym_statement_block, + ACTIONS(5738), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106175] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1888), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3787), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [102572] = 8, + STATE(3919), 1, + sym_statement_block, + ACTIONS(5744), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106192] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(5548), 1, + sym_identifier, + ACTIONS(5602), 1, + anon_sym_type, + STATE(3974), 1, + sym__import_identifier, + STATE(4001), 2, + sym__module_export_name, + sym_string, + [106215] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3188), 1, + sym_type_annotation, + ACTIONS(5746), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106232] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5748), 1, + sym_identifier, + ACTIONS(5750), 1, + anon_sym_STAR, + STATE(2949), 1, + sym_formal_parameters, + STATE(3890), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [106257] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + STATE(3983), 1, + sym_statement_block, + ACTIONS(5752), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106274] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5650), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_COLON, + [106287] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(3169), 1, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(3121), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3778), 1, + STATE(3754), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102597] = 8, + [106312] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5670), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_COLON, + [106325] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5666), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_COLON, + [106338] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5606), 1, + anon_sym_is, + ACTIONS(3378), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1433), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3727), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [102622] = 8, + [106353] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1846), 1, + ACTIONS(5672), 1, + anon_sym_LBRACE, + STATE(673), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3894), 1, + STATE(3755), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102647] = 8, + [106378] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3959), 1, + sym_statement_block, + ACTIONS(5754), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106395] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(3191), 1, + STATE(1842), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3790), 1, + STATE(3797), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102672] = 8, + [106420] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5597), 1, - sym_identifier, - ACTIONS(5599), 1, - anon_sym_STAR, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3758), 1, - sym__call_signature, - [102697] = 8, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3898), 1, + sym_statement_block, + ACTIONS(5756), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106437] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1898), 1, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(3202), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3849), 1, + STATE(3748), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102722] = 8, + [106462] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(2043), 1, + STATE(1410), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3810), 1, + STATE(3768), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102747] = 8, + [106487] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5463), 1, + ACTIONS(5521), 1, anon_sym_LT, - ACTIONS(5603), 1, + ACTIONS(5758), 1, anon_sym_LBRACE, - ACTIONS(5605), 1, + ACTIONS(5760), 1, anon_sym_COMMA, - ACTIONS(5607), 1, + ACTIONS(5762), 1, anon_sym_DOT, - ACTIONS(5609), 1, + ACTIONS(5764), 1, anon_sym_LBRACE_PIPE, - STATE(3394), 1, + STATE(3470), 1, aux_sym_extends_type_clause_repeat1, - STATE(3641), 1, + STATE(3588), 1, sym_type_arguments, - [102772] = 5, + [106512] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - STATE(1385), 2, - sym_template_string, - sym_arguments, - ACTIONS(5611), 3, + ACTIONS(2063), 1, anon_sym_LBRACE, + STATE(3889), 1, + sym_statement_block, + ACTIONS(5754), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_implements, - [102791] = 2, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5545), 7, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3947), 1, + sym_statement_block, + ACTIONS(5756), 5, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, - [102804] = 2, + anon_sym_PIPE_RBRACE, + [106546] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3777), 1, + sym_statement_block, + ACTIONS(5744), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106563] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5613), 7, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3877), 1, + sym_statement_block, + ACTIONS(5766), 5, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106580] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5768), 1, + sym_identifier, + ACTIONS(5770), 1, + anon_sym_DOT, + STATE(595), 1, + sym_nested_identifier, + STATE(621), 1, + sym_string, + STATE(645), 1, + sym__module, + [106605] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, anon_sym_LBRACE, + STATE(3864), 1, + sym_statement_block, + ACTIONS(5772), 5, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, anon_sym_PIPE_RBRACE, - [102817] = 6, + [106622] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(4518), 1, anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5054), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3236), 3, + anon_sym_LPAREN, anon_sym_COLON, - STATE(3156), 1, - sym_type_annotation, - STATE(3645), 1, - sym__initializer, - ACTIONS(5412), 3, + anon_sym_QMARK, + [106641] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3951), 1, + sym_statement_block, + ACTIONS(5766), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [102838] = 2, + anon_sym_PIPE_RBRACE, + [106658] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5535), 7, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3953), 1, + sym_statement_block, + ACTIONS(5772), 5, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106675] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(622), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3775), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [106700] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4678), 1, + anon_sym_LT, + ACTIONS(4673), 6, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COLON, - [102851] = 2, + anon_sym_QMARK, + [106715] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3943), 1, + sym_statement_block, + ACTIONS(5774), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [106732] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(3271), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3765), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [106757] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5588), 1, + anon_sym_LBRACE, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1950), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3806), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [106782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5543), 7, - sym__automatic_semicolon, + ACTIONS(5776), 1, anon_sym_EQ, + ACTIONS(3075), 6, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, - [102864] = 3, + anon_sym_RBRACK, + anon_sym_QMARK, + [106797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5465), 1, + ACTIONS(5778), 1, anon_sym_is, - ACTIONS(3358), 6, + ACTIONS(3382), 6, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [102879] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5615), 1, - sym_identifier, - ACTIONS(5617), 1, - anon_sym_STAR, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3823), 1, - sym__call_signature, - [102904] = 3, + [106812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5619), 1, + ACTIONS(5606), 1, anon_sym_is, - ACTIONS(3314), 6, + ACTIONS(3388), 6, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [102919] = 8, + [106827] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(3231), 1, + STATE(2066), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3815), 1, + STATE(3827), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [102944] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5621), 1, - sym_identifier, - ACTIONS(5623), 1, - anon_sym_STAR, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3768), 1, - sym__call_signature, - [102969] = 4, + [106852] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, anon_sym_COLON, - STATE(3142), 1, + STATE(3248), 1, sym_type_annotation, - ACTIONS(5625), 5, + STATE(3644), 1, + sym__initializer, + ACTIONS(5527), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [102986] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5627), 1, - sym_identifier, - ACTIONS(5629), 1, - anon_sym_STAR, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3758), 1, - sym__call_signature, - [103011] = 4, + [106873] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(3265), 1, - sym_type_annotation, - ACTIONS(5631), 5, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3924), 1, + sym_statement_block, + ACTIONS(5780), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [103028] = 8, + [106890] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5674), 7, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, + anon_sym_COLON, + [106903] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(1837), 1, + STATE(2055), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3683), 1, + STATE(3802), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [103053] = 4, + [106928] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(3282), 1, - sym_type_annotation, - ACTIONS(5633), 5, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5782), 1, + sym_identifier, + ACTIONS(5784), 1, + anon_sym_STAR, + STATE(2949), 1, + sym_formal_parameters, + STATE(3963), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [106953] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4369), 7, sym__automatic_semicolon, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_in, + anon_sym_of, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103070] = 2, + anon_sym_COLON, + [106966] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5635), 7, - sym__automatic_semicolon, + ACTIONS(2063), 1, anon_sym_LBRACE, + STATE(3954), 1, + sym_statement_block, + ACTIONS(5774), 5, + sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, anon_sym_PIPE_RBRACE, - [103083] = 2, + [106983] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5527), 7, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3315), 1, + sym_type_annotation, + ACTIONS(5786), 5, sym__automatic_semicolon, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, + anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, - [103096] = 2, + anon_sym_PIPE_RBRACE, + [107000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5541), 7, + ACTIONS(5678), 7, sym__automatic_semicolon, anon_sym_EQ, anon_sym_COMMA, @@ -191996,15848 +197051,15930 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_of, anon_sym_SEMI, anon_sym_COLON, - [103109] = 2, + [107013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4640), 7, + ACTIONS(5788), 1, anon_sym_EQ, + ACTIONS(3090), 6, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COLON, - anon_sym_LT, + anon_sym_RBRACK, anon_sym_QMARK, - [103122] = 8, + [107028] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5637), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5639), 1, - anon_sym_QMARK, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3867), 1, - sym__call_signature, - [103147] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5641), 1, - sym_identifier, - ACTIONS(5643), 1, - anon_sym_STAR, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3758), 1, - sym__call_signature, - [103172] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5645), 7, + STATE(3302), 1, + sym_type_annotation, + ACTIONS(5791), 5, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, anon_sym_PIPE_RBRACE, - [103185] = 4, + [107045] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(3845), 1, + STATE(3893), 1, sym_statement_block, - ACTIONS(5647), 5, + ACTIONS(5793), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [103202] = 6, + [107062] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, - anon_sym_LBRACK, - ACTIONS(5649), 1, - sym_identifier, - STATE(3390), 1, - sym_variable_declarator, - STATE(2802), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [103223] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(3209), 1, - sym_type_annotation, - STATE(3548), 1, - sym__initializer, - ACTIONS(5483), 3, + STATE(3871), 1, + sym_statement_block, + ACTIONS(5795), 5, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [103244] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5651), 1, - anon_sym_EQ, - ACTIONS(3012), 6, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [103259] = 4, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [107079] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(3685), 1, + STATE(3735), 1, sym_statement_block, - ACTIONS(5654), 5, + ACTIONS(5797), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [103276] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - ACTIONS(5513), 1, - anon_sym_LBRACE, - STATE(140), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3838), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [103301] = 2, + [107096] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3012), 7, + ACTIONS(5505), 1, anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + STATE(3421), 1, + sym_constraint, + STATE(3841), 1, + sym_default_type, + ACTIONS(5510), 2, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [103314] = 7, + anon_sym_extends, + ACTIONS(5799), 2, + anon_sym_COMMA, + anon_sym_GT, + [107117] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2971), 1, - anon_sym_COLON, - ACTIONS(5656), 1, + ACTIONS(5399), 1, anon_sym_EQ, - ACTIONS(5660), 1, - anon_sym_QMARK, + ACTIONS(5405), 1, + anon_sym_COLON, STATE(3335), 1, sym_type_annotation, - STATE(3885), 1, + STATE(3732), 1, sym__initializer, - ACTIONS(5658), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [103337] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(3225), 1, - sym_type_annotation, - ACTIONS(5662), 5, + ACTIONS(5580), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103354] = 8, + [107138] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1850), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3773), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [103379] = 8, + ACTIONS(5801), 1, + sym_identifier, + ACTIONS(5803), 1, + anon_sym_import, + STATE(2390), 1, + sym__type_query_call_expression, + STATE(2423), 1, + sym__type_query_instantiation_expression, + STATE(2581), 1, + sym__type_query_member_expression, + STATE(2584), 1, + sym__type_query_subscript_expression, + STATE(3482), 1, + sym_import, + [107163] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - ACTIONS(5664), 1, + ACTIONS(5805), 1, sym_identifier, - ACTIONS(5666), 1, + ACTIONS(5807), 1, anon_sym_STAR, - STATE(2996), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3768), 1, + STATE(3966), 1, sym__call_signature, - [103404] = 8, + STATE(3975), 1, + sym_type_parameters, + [107188] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(601), 1, + ACTIONS(5672), 1, + anon_sym_LBRACE, + STATE(636), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3707), 1, + STATE(3962), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [103429] = 8, + [107213] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(3014), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(3306), 1, anon_sym_LPAREN, - ACTIONS(5639), 1, - anon_sym_QMARK, - ACTIONS(5668), 1, - anon_sym_COLON, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3867), 1, - sym__call_signature, - [103454] = 8, + STATE(1407), 1, + sym_arguments, + STATE(3887), 1, + sym_type_arguments, + ACTIONS(5809), 3, + anon_sym_LBRACK, + sym_identifier, + sym_private_property_identifier, + [107234] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5670), 1, - sym_identifier, - ACTIONS(5672), 1, - anon_sym_DOT, - STATE(596), 1, - sym_nested_identifier, - STATE(610), 1, - sym_string, - STATE(646), 1, - sym__module, - [103479] = 8, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + ACTIONS(5656), 1, + anon_sym_LBRACE, + STATE(166), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3936), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [107259] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(203), 1, + ACTIONS(210), 1, anon_sym_LBRACE_PIPE, - ACTIONS(1200), 1, + ACTIONS(1226), 1, anon_sym_LBRACE, - ACTIONS(5674), 1, + ACTIONS(5811), 1, anon_sym_LT, - ACTIONS(5676), 1, + ACTIONS(5813), 1, anon_sym_extends, - STATE(665), 1, + STATE(679), 1, sym_object_type, - STATE(3213), 1, + STATE(3313), 1, sym_type_parameters, - STATE(3614), 1, + STATE(3610), 1, sym_extends_type_clause, - [103504] = 3, + [107284] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5208), 1, - anon_sym_is, - ACTIONS(5678), 6, + ACTIONS(4375), 7, sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103519] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3767), 1, - anon_sym_LPAREN, - ACTIONS(5182), 1, - anon_sym_LT, - STATE(1932), 1, - sym_arguments, - STATE(3712), 1, - sym_type_arguments, - ACTIONS(5680), 3, - anon_sym_LBRACK, - sym_identifier, - sym_private_property_identifier, - [103540] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5236), 1, anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(3195), 1, - sym_type_annotation, - STATE(3527), 1, - sym__initializer, - ACTIONS(5417), 3, - sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_in, + anon_sym_of, anon_sym_SEMI, - [103561] = 4, + anon_sym_COLON, + [107297] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 1, - anon_sym_LBRACE, - STATE(3075), 1, - sym_statement_block, - ACTIONS(1331), 5, + ACTIONS(5815), 7, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_COLON, anon_sym_PIPE_RBRACE, - [103578] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - ACTIONS(5513), 1, - anon_sym_LBRACE, - STATE(160), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3896), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [103603] = 8, + [107310] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - ACTIONS(5531), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - STATE(737), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3785), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [103628] = 8, + ACTIONS(5696), 1, + anon_sym_LBRACK, + ACTIONS(5817), 1, + sym_identifier, + STATE(3387), 1, + sym_variable_declarator, + STATE(2893), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [107331] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1834), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3751), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [103653] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5682), 1, - anon_sym_EQ, - ACTIONS(3029), 6, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [103668] = 8, + ACTIONS(5696), 1, + anon_sym_LBRACK, + ACTIONS(5817), 1, + sym_identifier, + STATE(3391), 1, + sym_variable_declarator, + STATE(2893), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [107352] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - ACTIONS(5531), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - STATE(725), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3737), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [103693] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5684), 1, + ACTIONS(5696), 1, + anon_sym_LBRACK, + ACTIONS(5817), 1, sym_identifier, - ACTIONS(5686), 1, - anon_sym_STAR, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3786), 1, - sym__call_signature, - [103718] = 8, + STATE(3382), 1, + sym_variable_declarator, + STATE(2893), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [107373] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(754), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1275), 1, + anon_sym_LBRACE, + ACTIONS(5811), 1, anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5688), 1, - sym_identifier, - ACTIONS(5690), 1, - anon_sym_STAR, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, + ACTIONS(5813), 1, + anon_sym_extends, + STATE(3203), 1, sym_type_parameters, - STATE(3768), 1, - sym__call_signature, - [103743] = 3, + STATE(3212), 1, + sym_object_type, + STATE(3590), 1, + sym_extends_type_clause, + [107398] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5692), 1, + ACTIONS(4373), 7, + sym__automatic_semicolon, anon_sym_EQ, - ACTIONS(3012), 6, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, + anon_sym_SEMI, anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_QMARK, - [103758] = 4, + [107411] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5680), 1, anon_sym_LBRACE, - STATE(3718), 1, + STATE(3287), 1, sym_statement_block, - ACTIONS(5695), 5, + ACTIONS(1379), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [103775] = 4, + [107428] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3752), 1, - sym_statement_block, - ACTIONS(5697), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103792] = 8, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5821), 1, + anon_sym_DOT, + STATE(2808), 1, + sym_nested_identifier, + STATE(2907), 1, + sym_string, + STATE(3249), 1, + sym__module, + [107453] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5823), 1, + sym_identifier, + ACTIONS(5825), 1, + anon_sym_STAR, + STATE(2949), 1, + sym_formal_parameters, + STATE(3810), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [107478] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, + ACTIONS(5652), 1, anon_sym_extends, - ACTIONS(5511), 1, + ACTIONS(5654), 1, anon_sym_implements, - STATE(2017), 1, + STATE(1972), 1, sym_class_body, - STATE(3473), 1, + STATE(3604), 1, sym_extends_clause, - STATE(3761), 1, + STATE(3843), 1, sym_class_heritage, - STATE(4087), 1, + STATE(4248), 1, sym_implements_clause, - [103817] = 6, + [107503] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3234), 1, - anon_sym_LPAREN, - ACTIONS(5182), 1, + ACTIONS(1238), 1, anon_sym_LT, - STATE(1381), 1, - sym_arguments, - STATE(3740), 1, - sym_type_arguments, - ACTIONS(5680), 3, - anon_sym_LBRACK, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5827), 1, sym_identifier, - sym_private_property_identifier, - [103838] = 8, + ACTIONS(5829), 1, + anon_sym_STAR, + STATE(2949), 1, + sym_formal_parameters, + STATE(3890), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [107528] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1960), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3774), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [103863] = 4, + ACTIONS(5696), 1, + anon_sym_LBRACK, + ACTIONS(5817), 1, + sym_identifier, + STATE(3536), 1, + sym_variable_declarator, + STATE(2893), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [107549] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3762), 1, - sym_statement_block, - ACTIONS(5699), 5, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3340), 1, + sym_type_annotation, + STATE(3564), 1, + sym__initializer, + ACTIONS(5525), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103880] = 4, + [107570] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3816), 1, - sym_statement_block, - ACTIONS(5701), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103897] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5831), 1, + anon_sym_COLON, + ACTIONS(5833), 1, + anon_sym_QMARK, + STATE(2949), 1, + sym_formal_parameters, + STATE(3833), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [107595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3848), 1, - sym_statement_block, - ACTIONS(5703), 5, + ACTIONS(5835), 7, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_COLON, anon_sym_PIPE_RBRACE, - [103914] = 4, + [107608] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3853), 1, - sym_statement_block, - ACTIONS(5701), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103931] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5833), 1, + anon_sym_QMARK, + ACTIONS(5837), 1, + anon_sym_COLON, + STATE(2949), 1, + sym_formal_parameters, + STATE(3833), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [107633] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3817), 1, - sym_statement_block, - ACTIONS(5647), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103948] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5839), 1, + sym_identifier, + ACTIONS(5841), 1, + anon_sym_STAR, + STATE(2949), 1, + sym_formal_parameters, + STATE(3890), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [107658] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3818), 1, - sym_statement_block, - ACTIONS(5705), 5, + ACTIONS(5399), 1, + anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3353), 1, + sym_type_annotation, + STATE(3522), 1, + sym__initializer, + ACTIONS(5546), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [103965] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4945), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [103982] = 4, + [107679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3841), 1, - sym_statement_block, - ACTIONS(5705), 5, + ACTIONS(5843), 7, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_COLON, anon_sym_PIPE_RBRACE, - [103999] = 6, + [107692] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5382), 1, + ACTIONS(5399), 1, anon_sym_EQ, - STATE(3309), 1, - sym_constraint, - STATE(3805), 1, - sym_default_type, - ACTIONS(5387), 2, + ACTIONS(5405), 1, anon_sym_COLON, - anon_sym_extends, - ACTIONS(5707), 2, - anon_sym_COMMA, - anon_sym_GT, - [104020] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5709), 7, + STATE(3265), 1, + sym_type_annotation, + STATE(3635), 1, + sym__initializer, + ACTIONS(5845), 3, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_PIPE_RBRACE, - [104033] = 4, + [107713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3820), 1, - sym_statement_block, - ACTIONS(5711), 5, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3349), 1, + sym_type_annotation, + ACTIONS(5847), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [104050] = 8, + [107730] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - ACTIONS(5713), 1, + ACTIONS(5849), 1, sym_identifier, - ACTIONS(5715), 1, + ACTIONS(5851), 1, anon_sym_STAR, - STATE(2996), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3758), 1, + STATE(3810), 1, sym__call_signature, - [104075] = 8, + STATE(3975), 1, + sym_type_parameters, + [107755] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(738), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1257), 1, - anon_sym_LBRACE, - ACTIONS(5674), 1, - anon_sym_LT, - ACTIONS(5676), 1, - anon_sym_extends, - STATE(3025), 1, - sym_object_type, - STATE(3125), 1, - sym_type_parameters, - STATE(3507), 1, - sym_extends_type_clause, - [104100] = 4, + ACTIONS(5803), 1, + anon_sym_import, + ACTIONS(5853), 1, + sym_identifier, + STATE(2405), 1, + sym__type_query_subscript_expression, + STATE(2409), 1, + sym__type_query_member_expression, + STATE(2640), 1, + sym__type_query_call_expression, + STATE(2751), 1, + sym__type_query_instantiation_expression, + STATE(3493), 1, + sym_import, + [107780] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3764), 1, - sym_statement_block, - ACTIONS(5717), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [104117] = 4, + ACTIONS(5803), 1, + anon_sym_import, + ACTIONS(5855), 1, + sym_identifier, + STATE(2345), 1, + sym__type_query_subscript_expression, + STATE(2346), 1, + sym__type_query_member_expression, + STATE(2390), 1, + sym__type_query_call_expression, + STATE(2423), 1, + sym__type_query_instantiation_expression, + STATE(3419), 1, + sym_import, + [107805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3744), 1, - sym_statement_block, - ACTIONS(5711), 5, - sym__automatic_semicolon, + ACTIONS(5857), 1, + anon_sym_EQ, + ACTIONS(3090), 6, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [104134] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_QMARK, + [107820] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5803), 1, + anon_sym_import, + ACTIONS(5860), 1, + sym_identifier, + STATE(2391), 1, + sym__type_query_subscript_expression, + STATE(2392), 1, + sym__type_query_member_expression, + STATE(2547), 1, + sym__type_query_call_expression, + STATE(2665), 1, + sym__type_query_instantiation_expression, + STATE(3459), 1, + sym_import, + [107845] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(3742), 1, - sym_statement_block, - ACTIONS(5717), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [104151] = 6, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1956), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3976), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [107870] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3014), 1, + anon_sym_LT, + ACTIONS(3874), 1, + anon_sym_LPAREN, + STATE(1967), 1, + sym_arguments, + STATE(3920), 1, + sym_type_arguments, + ACTIONS(5809), 3, + anon_sym_LBRACK, + sym_identifier, + sym_private_property_identifier, + [107891] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, + ACTIONS(5696), 1, anon_sym_LBRACK, - ACTIONS(5649), 1, + ACTIONS(5862), 1, sym_identifier, - STATE(3386), 1, + STATE(3382), 1, sym_variable_declarator, - STATE(2802), 3, + STATE(2784), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - [104172] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(5719), 1, - sym_identifier, - ACTIONS(5721), 1, - anon_sym_DOT, - STATE(2755), 1, - sym_nested_identifier, - STATE(2818), 1, - sym_string, - STATE(3066), 1, - sym__module, - [104197] = 2, + [107912] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4197), 7, - sym__automatic_semicolon, + ACTIONS(5399), 1, anon_sym_EQ, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3289), 1, + sym_type_annotation, + STATE(3571), 1, + sym__initializer, + ACTIONS(5537), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_in, - anon_sym_of, anon_sym_SEMI, - anon_sym_COLON, - [104210] = 4, + [107933] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(3905), 1, - sym_statement_block, - ACTIONS(5723), 5, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1948), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3842), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [107958] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(604), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3858), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [107983] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5588), 1, + anon_sym_LBRACE, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1996), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3734), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [108008] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5803), 1, + anon_sym_import, + ACTIONS(5864), 1, + sym_identifier, + STATE(1529), 1, + sym__type_query_member_expression, + STATE(1533), 1, + sym__type_query_subscript_expression, + STATE(1811), 1, + sym__type_query_instantiation_expression, + STATE(1812), 1, + sym__type_query_call_expression, + STATE(3436), 1, + sym_import, + [108033] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5588), 1, + anon_sym_LBRACE, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1983), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3785), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [108058] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5803), 1, + anon_sym_import, + ACTIONS(5866), 1, + sym_identifier, + STATE(1220), 1, + sym__type_query_subscript_expression, + STATE(1222), 1, + sym__type_query_member_expression, + STATE(1340), 1, + sym__type_query_call_expression, + STATE(1341), 1, + sym__type_query_instantiation_expression, + STATE(3468), 1, + sym_import, + [108083] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1501), 7, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_DOT, anon_sym_PIPE_RBRACE, - [104227] = 6, + [108096] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, - anon_sym_COLON, - STATE(3223), 1, - sym_type_annotation, - STATE(3465), 1, - sym__initializer, - ACTIONS(5396), 3, + ACTIONS(1421), 7, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [104248] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5565), 1, - anon_sym_LBRACE, - ACTIONS(5567), 1, - anon_sym_LBRACK, - ACTIONS(5725), 1, - sym_identifier, - STATE(3386), 1, - sym_variable_declarator, - STATE(2718), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [104269] = 8, + anon_sym_DOT, + anon_sym_PIPE_RBRACE, + [108109] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - ACTIONS(5727), 1, + ACTIONS(5868), 1, sym_identifier, - ACTIONS(5729), 1, + ACTIONS(5870), 1, anon_sym_STAR, - STATE(2996), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3768), 1, + STATE(3890), 1, sym__call_signature, - [104294] = 6, + STATE(3975), 1, + sym_type_parameters, + [108134] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, + ACTIONS(5696), 1, anon_sym_LBRACK, - ACTIONS(5731), 1, + ACTIONS(5872), 1, sym_identifier, - STATE(3390), 1, + STATE(3383), 1, sym_variable_declarator, - STATE(2720), 3, + STATE(2789), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - [104315] = 6, + [108155] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, - anon_sym_LBRACK, - ACTIONS(5649), 1, - sym_identifier, - STATE(3336), 1, - sym_variable_declarator, - STATE(2802), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [104336] = 6, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1921), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3805), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [108180] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 1, + ACTIONS(5694), 1, anon_sym_LBRACE, - ACTIONS(5567), 1, + ACTIONS(5696), 1, anon_sym_LBRACK, - ACTIONS(5649), 1, + ACTIONS(5817), 1, sym_identifier, - STATE(3583), 1, + STATE(3383), 1, sym_variable_declarator, - STATE(2802), 3, + STATE(2893), 3, sym_object_pattern, sym_array_pattern, sym__destructuring_pattern, - [104357] = 2, + [108201] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4179), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, - anon_sym_COLON, - [104370] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5874), 1, + sym_identifier, + ACTIONS(5876), 1, + anon_sym_STAR, + STATE(2949), 1, + sym_formal_parameters, + STATE(3810), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [108226] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - STATE(3839), 1, - sym_statement_block, - ACTIONS(5733), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [104387] = 4, + ACTIONS(5652), 1, + anon_sym_extends, + ACTIONS(5654), 1, + anon_sym_implements, + STATE(1504), 1, + sym_class_body, + STATE(3604), 1, + sym_extends_clause, + STATE(3964), 1, + sym_class_heritage, + STATE(4248), 1, + sym_implements_clause, + [108251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3840), 1, - sym_statement_block, - ACTIONS(5735), 5, + ACTIONS(5878), 7, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [104404] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2039), 1, anon_sym_LBRACE, - STATE(3880), 1, - sym_statement_block, - ACTIONS(5735), 5, - sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, + anon_sym_COLON, anon_sym_PIPE_RBRACE, - [104421] = 4, + [108264] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3866), 1, - sym_statement_block, - ACTIONS(5733), 5, - sym__automatic_semicolon, + ACTIONS(5521), 1, + anon_sym_LT, + ACTIONS(5760), 1, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [104438] = 2, + ACTIONS(5880), 1, + anon_sym_LBRACE, + ACTIONS(5882), 1, + anon_sym_LBRACE_PIPE, + STATE(3471), 1, + aux_sym_extends_type_clause_repeat1, + STATE(3617), 1, + sym_type_arguments, + [108286] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4203), 7, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_in, - anon_sym_of, - anon_sym_SEMI, + ACTIONS(5405), 1, anon_sym_COLON, - [104451] = 6, + ACTIONS(5884), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(5886), 1, + anon_sym_QMARK_COLON, + STATE(3369), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [108304] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 1, - anon_sym_LBRACE, - ACTIONS(5567), 1, - anon_sym_LBRACK, - ACTIONS(5649), 1, - sym_identifier, - STATE(3342), 1, - sym_variable_declarator, - STATE(2802), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [104472] = 6, + ACTIONS(5888), 1, + anon_sym_BQUOTE, + ACTIONS(5890), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5702), 2, + sym__template_chars, + sym_escape_sequence, + STATE(2962), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + [108322] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - ACTIONS(5242), 1, + ACTIONS(5892), 1, anon_sym_COLON, - STATE(3131), 1, + ACTIONS(5594), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + STATE(3874), 3, sym_type_annotation, - STATE(3501), 1, - sym__initializer, - ACTIONS(5402), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [104493] = 8, + sym_asserts_annotation, + sym_type_predicate_annotation, + [108338] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1389), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3825), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [104518] = 4, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(5894), 1, + anon_sym_export, + ACTIONS(5896), 1, + anon_sym_class, + ACTIONS(5898), 1, + anon_sym_abstract, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [108360] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5768), 1, + sym_identifier, + STATE(595), 1, + sym_nested_identifier, + STATE(621), 1, + sym_string, + STATE(767), 1, + sym__module, + [108382] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5900), 1, + sym_identifier, + STATE(2949), 1, + sym_formal_parameters, + STATE(3929), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [108404] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(5768), 1, + sym_identifier, + STATE(595), 1, + sym_nested_identifier, + STATE(621), 1, + sym_string, + STATE(645), 1, + sym__module, + [108426] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5902), 1, + sym_identifier, + STATE(2949), 1, + sym_formal_parameters, + STATE(3812), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [108448] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(3836), 1, + STATE(2227), 1, sym_statement_block, - ACTIONS(5723), 5, + ACTIONS(5772), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, + [108464] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(3066), 1, + aux_sym_object_type_repeat1, + ACTIONS(3252), 2, + anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - [104535] = 8, + ACTIONS(5906), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [108480] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - ACTIONS(5509), 1, - anon_sym_extends, - ACTIONS(5511), 1, - anon_sym_implements, - STATE(1929), 1, - sym_class_body, - STATE(3473), 1, - sym_extends_clause, - STATE(3724), 1, - sym_class_heritage, - STATE(4087), 1, - sym_implements_clause, - [104560] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5908), 1, + sym_identifier, + STATE(2949), 1, + sym_formal_parameters, + STATE(3812), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [108502] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2185), 1, - sym_statement_block, - ACTIONS(5654), 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5910), 1, + anon_sym_QMARK, + STATE(2949), 1, + sym_formal_parameters, + STATE(3922), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [108524] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(3066), 1, + aux_sym_object_type_repeat1, + ACTIONS(3286), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(5912), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [104576] = 7, + [108540] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5739), 1, + ACTIONS(5914), 1, anon_sym_COMMA, - ACTIONS(5741), 1, + ACTIONS(5916), 1, anon_sym_GT, - STATE(3594), 1, + STATE(3511), 1, aux_sym_implements_clause_repeat1, - [104598] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2971), 1, - anon_sym_COLON, - ACTIONS(5656), 1, - anon_sym_EQ, - STATE(3377), 1, - sym_type_annotation, - STATE(3877), 1, - sym__initializer, - ACTIONS(5743), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [104618] = 7, + [108562] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - ACTIONS(5745), 1, + ACTIONS(5918), 1, anon_sym_QMARK, - STATE(2643), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(2950), 1, + STATE(3016), 1, sym__call_signature, - STATE(3884), 1, + STATE(3744), 1, sym_type_parameters, - [104640] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5747), 1, - anon_sym_default, - ACTIONS(5749), 1, - anon_sym_RBRACE, - ACTIONS(5751), 1, - anon_sym_case, - STATE(2882), 3, - sym_switch_case, - sym_switch_default, - aux_sym_switch_body_repeat1, - [104658] = 5, + [108584] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5753), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, - anon_sym_QMARK_COLON, - STATE(3143), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [104676] = 5, + ACTIONS(5890), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5922), 1, + anon_sym_BQUOTE, + ACTIONS(5920), 2, + sym__template_chars, + sym_escape_sequence, + STATE(3006), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + [108602] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, + ACTIONS(5892), 1, anon_sym_COLON, - ACTIONS(5753), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, - anon_sym_QMARK_COLON, - STATE(3141), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [104694] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5737), 1, + ACTIONS(5572), 2, anon_sym_LBRACE, - STATE(2206), 1, - sym_statement_block, - ACTIONS(5705), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [104710] = 4, + anon_sym_EQ_GT, + STATE(3930), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [108618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2204), 1, - sym_statement_block, - ACTIONS(5647), 4, + STATE(2956), 1, + aux_sym_object_type_repeat1, + ACTIONS(3286), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(5912), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [104726] = 7, + [108634] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5757), 1, + ACTIONS(5924), 1, anon_sym_QMARK, - STATE(2643), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2903), 1, + STATE(3320), 1, sym__call_signature, - STATE(3884), 1, + STATE(3910), 1, sym_type_parameters, - [104748] = 4, + [108656] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2191), 1, + STATE(2240), 1, sym_statement_block, - ACTIONS(5705), 4, + ACTIONS(5766), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [104764] = 7, + [108672] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5759), 1, - sym_identifier, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3766), 1, - sym__call_signature, - [104786] = 7, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2229), 1, + sym_statement_block, + ACTIONS(5766), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [108688] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5761), 1, - sym_identifier, - ACTIONS(5763), 1, - anon_sym_import, - STATE(1509), 1, - sym__type_query_member_expression, - STATE(1569), 1, - sym__type_query_subscript_expression, - STATE(1679), 1, - sym__type_query_call_expression, - STATE(3865), 1, - sym_import, - [104808] = 5, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5884), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(5886), 1, + anon_sym_QMARK_COLON, + STATE(3292), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [108706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5747), 1, - anon_sym_default, - ACTIONS(5751), 1, - anon_sym_case, - ACTIONS(5765), 1, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(3236), 5, + anon_sym_EQ, + anon_sym_COMMA, anon_sym_RBRACE, - STATE(3016), 3, - sym_switch_case, - sym_switch_default, - aux_sym_switch_body_repeat1, - [104826] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(5767), 1, - sym_identifier, - ACTIONS(5769), 1, - anon_sym_LBRACK, - STATE(3413), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [104844] = 7, + anon_sym_LPAREN, + anon_sym_QMARK, + [108720] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - ACTIONS(5771), 1, + ACTIONS(5926), 1, anon_sym_QMARK, - STATE(2996), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3675), 1, + STATE(3975), 1, sym_type_parameters, - STATE(3748), 1, + STATE(3990), 1, sym__call_signature, - [104866] = 4, + [108742] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, - aux_sym_object_type_repeat1, - ACTIONS(3206), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5773), 3, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2212), 1, + sym_statement_block, + ACTIONS(5756), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [108758] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2245), 1, + sym_statement_block, + ACTIONS(5754), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [104882] = 7, + [108774] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5775), 1, + ACTIONS(5928), 1, anon_sym_COMMA, - ACTIONS(5777), 1, + ACTIONS(5930), 1, anon_sym_GT, - STATE(3513), 1, + STATE(3562), 1, aux_sym_implements_clause_repeat1, - [104904] = 4, + [108796] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5932), 1, + sym_identifier, + STATE(2949), 1, + sym_formal_parameters, + STATE(3812), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [108818] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5409), 1, + anon_sym_LPAREN, + ACTIONS(5934), 1, + anon_sym_QMARK, + STATE(2754), 1, + sym_formal_parameters, + STATE(2955), 1, + sym__call_signature, + STATE(3744), 1, + sym_type_parameters, + [108840] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2179), 1, + STATE(2232), 1, sym_statement_block, - ACTIONS(5647), 4, + ACTIONS(5756), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [104920] = 5, + [108856] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(5769), 1, - anon_sym_LBRACK, - ACTIONS(5779), 1, - sym_identifier, - STATE(3666), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [104938] = 5, + ACTIONS(5890), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5936), 1, + anon_sym_BQUOTE, + ACTIONS(5920), 2, + sym__template_chars, + sym_escape_sequence, + STATE(3006), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + [108874] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5753), 1, + ACTIONS(5884), 1, anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, + ACTIONS(5886), 1, anon_sym_QMARK_COLON, - STATE(3093), 3, + STATE(3347), 3, sym_omitting_type_annotation, sym_opting_type_annotation, sym_type_annotation, - [104956] = 5, + [108892] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5938), 1, + sym_identifier, + STATE(2949), 1, + sym_formal_parameters, + STATE(3929), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [108914] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(5819), 1, + sym_identifier, + STATE(2808), 1, + sym_nested_identifier, + STATE(2907), 1, + sym_string, + STATE(3249), 1, + sym__module, + [108936] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, + ACTIONS(5405), 1, anon_sym_COLON, - ACTIONS(5753), 1, + ACTIONS(5884), 1, anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, + ACTIONS(5886), 1, anon_sym_QMARK_COLON, - STATE(3089), 3, + STATE(3291), 3, sym_omitting_type_annotation, sym_opting_type_annotation, sym_type_annotation, - [104974] = 4, + [108954] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + ACTIONS(5819), 1, + sym_identifier, + STATE(2808), 1, + sym_nested_identifier, + STATE(2907), 1, + sym_string, + STATE(3296), 1, + sym__module, + [108976] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2201), 1, + STATE(2213), 1, sym_statement_block, - ACTIONS(5735), 4, + ACTIONS(5754), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [104990] = 7, + [108992] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - ACTIONS(5781), 1, - anon_sym_QMARK, - STATE(2623), 1, + ACTIONS(5940), 1, + sym_identifier, + STATE(2949), 1, sym_formal_parameters, - STATE(3084), 1, + STATE(3812), 1, sym__call_signature, - STATE(3873), 1, + STATE(3975), 1, sym_type_parameters, - [105012] = 4, + [109014] = 5, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, - aux_sym_object_type_repeat1, - ACTIONS(3211), 2, + ACTIONS(5942), 1, + anon_sym_default, + ACTIONS(5944), 1, anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5783), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [105028] = 4, + ACTIONS(5946), 1, + anon_sym_case, + STATE(3043), 3, + sym_switch_case, + sym_switch_default, + aux_sym_switch_body_repeat1, + [109032] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2198), 1, + STATE(2243), 1, sym_statement_block, - ACTIONS(5701), 4, + ACTIONS(5772), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105044] = 7, + [109048] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5785), 1, - anon_sym_QMARK, - STATE(2996), 1, - sym_formal_parameters, - STATE(3661), 1, - sym__call_signature, - STATE(3675), 1, - sym_type_parameters, - [105066] = 4, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5884), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(5886), 1, + anon_sym_QMARK_COLON, + STATE(3363), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [109066] = 6, ACTIONS(3), 1, sym_comment, - STATE(2885), 1, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(5724), 1, + anon_sym_EQ, + STATE(3437), 1, + sym_type_annotation, + STATE(3952), 1, + sym__initializer, + ACTIONS(5948), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [109086] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(2959), 1, aux_sym_object_type_repeat1, - ACTIONS(3211), 2, + ACTIONS(5952), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5783), 3, + ACTIONS(5950), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105082] = 5, + [109102] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5789), 1, - anon_sym_BQUOTE, - ACTIONS(5791), 1, + ACTIONS(5890), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5787), 2, + ACTIONS(5954), 1, + anon_sym_BQUOTE, + ACTIONS(5684), 2, sym__template_chars, sym_escape_sequence, - STATE(2975), 2, + STATE(2977), 2, sym_template_substitution, aux_sym_template_string_repeat1, - [105100] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1957), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [105112] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2901), 1, - aux_sym_object_type_repeat1, - ACTIONS(5795), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5793), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [105128] = 7, + [109120] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - ACTIONS(5797), 1, - anon_sym_QMARK, - STATE(2996), 1, + ACTIONS(5956), 1, + sym_identifier, + STATE(2949), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3832), 1, + STATE(3929), 1, sym__call_signature, - [105150] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2937), 1, - aux_sym_object_type_repeat1, - ACTIONS(3158), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5799), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [105166] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3190), 6, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - [105178] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2196), 1, - sym_statement_block, - ACTIONS(5703), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [105194] = 5, + STATE(3975), 1, + sym_type_parameters, + [109142] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5801), 3, - anon_sym_LBRACE, + ACTIONS(5958), 1, anon_sym_COMMA, + ACTIONS(5960), 1, anon_sym_GT, - [105212] = 7, + STATE(3640), 1, + aux_sym_implements_clause_repeat1, + [109164] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(5803), 1, - anon_sym_export, - ACTIONS(5805), 1, - anon_sym_class, - ACTIONS(5807), 1, - anon_sym_abstract, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - [105234] = 6, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5884), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(5886), 1, + anon_sym_QMARK_COLON, + STATE(3324), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [109182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(1977), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, - ACTIONS(5250), 1, anon_sym_PIPE, - ACTIONS(5262), 1, anon_sym_extends, - ACTIONS(5811), 1, - anon_sym_QMARK, - ACTIONS(5809), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [105254] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2937), 1, - aux_sym_object_type_repeat1, - ACTIONS(3156), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5813), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [105270] = 4, + [109194] = 4, ACTIONS(3), 1, sym_comment, - STATE(3007), 1, + STATE(3003), 1, aux_sym_object_type_repeat1, - ACTIONS(3156), 2, + ACTIONS(5964), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5813), 3, + ACTIONS(5962), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105286] = 5, + [109210] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(1981), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_AMP, - ACTIONS(5250), 1, anon_sym_PIPE, - ACTIONS(5262), 1, anon_sym_extends, - ACTIONS(5815), 3, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_GT, - [105304] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5763), 1, - anon_sym_import, - ACTIONS(5817), 1, - sym_identifier, - STATE(1212), 1, - sym__type_query_member_expression, - STATE(1221), 1, - sym__type_query_subscript_expression, - STATE(1267), 1, - sym__type_query_call_expression, - STATE(3875), 1, - sym_import, - [105326] = 7, + [109222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(5719), 1, - sym_identifier, - STATE(2755), 1, - sym_nested_identifier, - STATE(2818), 1, - sym_string, - STATE(3066), 1, - sym__module, - [105348] = 4, + ACTIONS(1985), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [109234] = 4, ACTIONS(3), 1, sym_comment, - STATE(2893), 1, + STATE(3057), 1, aux_sym_object_type_repeat1, - ACTIONS(5821), 2, + ACTIONS(5968), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5819), 3, + ACTIONS(5966), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105364] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5763), 1, - anon_sym_import, - ACTIONS(5823), 1, - sym_identifier, - STATE(2348), 1, - sym__type_query_call_expression, - STATE(2633), 1, - sym__type_query_subscript_expression, - STATE(2641), 1, - sym__type_query_member_expression, - STATE(3674), 1, - sym_import, - [105386] = 7, + [109250] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - ACTIONS(5719), 1, - sym_identifier, - STATE(2755), 1, - sym_nested_identifier, - STATE(2818), 1, - sym_string, - STATE(3083), 1, - sym__module, - [105408] = 7, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(5970), 1, + anon_sym_QMARK, + STATE(2949), 1, + sym_formal_parameters, + STATE(3857), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [109272] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5825), 1, - sym_identifier, - STATE(2996), 1, + ACTIONS(5972), 1, + anon_sym_QMARK, + STATE(2686), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3766), 1, + STATE(3277), 1, sym__call_signature, - [105430] = 4, + STATE(3910), 1, + sym_type_parameters, + [109294] = 4, ACTIONS(3), 1, sym_comment, - STATE(2907), 1, + STATE(3009), 1, aux_sym_object_type_repeat1, - ACTIONS(5829), 2, + ACTIONS(3272), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5827), 3, + ACTIONS(5974), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105446] = 7, + [109310] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5831), 1, + ACTIONS(5978), 1, + anon_sym_QMARK, + ACTIONS(5976), 2, anon_sym_COMMA, - ACTIONS(5833), 1, - anon_sym_GT, - STATE(3530), 1, - aux_sym_implements_clause_repeat1, - [105468] = 4, + anon_sym_RBRACK, + [109330] = 4, ACTIONS(3), 1, sym_comment, - STATE(2935), 1, + STATE(3066), 1, aux_sym_object_type_repeat1, - ACTIONS(5837), 2, + ACTIONS(3272), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5835), 3, + ACTIONS(5974), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105484] = 7, + [109346] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5839), 1, - sym_identifier, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3861), 1, - sym__call_signature, - [105506] = 7, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(5980), 1, + anon_sym_LBRACE, + ACTIONS(5982), 1, + anon_sym_COMMA, + STATE(3560), 1, + aux_sym_implements_clause_repeat1, + [109368] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5841), 1, + ACTIONS(5984), 1, anon_sym_COMMA, - ACTIONS(5843), 1, + ACTIONS(5986), 1, anon_sym_GT, - STATE(3571), 1, + STATE(3708), 1, aux_sym_implements_clause_repeat1, - [105528] = 7, + [109390] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5763), 1, - anon_sym_import, - ACTIONS(5845), 1, - sym_identifier, - STATE(2387), 1, - sym__type_query_member_expression, - STATE(2388), 1, - sym__type_query_subscript_expression, - STATE(2484), 1, - sym__type_query_call_expression, - STATE(3864), 1, - sym_import, - [105550] = 7, + ACTIONS(5991), 1, + anon_sym_BQUOTE, + ACTIONS(5993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5988), 2, + sym__template_chars, + sym_escape_sequence, + STATE(3006), 2, + sym_template_substitution, + aux_sym_template_string_repeat1, + [109408] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5463), 1, - anon_sym_LT, - ACTIONS(5605), 1, - anon_sym_COMMA, - ACTIONS(5847), 1, - anon_sym_LBRACE, - ACTIONS(5849), 1, - anon_sym_LBRACE_PIPE, - STATE(3392), 1, - aux_sym_extends_type_clause_repeat1, - STATE(3449), 1, - sym_type_arguments, - [105572] = 2, + ACTIONS(1989), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [109420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5645), 6, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - [105584] = 4, + ACTIONS(1973), 6, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [109432] = 4, ACTIONS(3), 1, sym_comment, - STATE(3006), 1, + STATE(3066), 1, aux_sym_object_type_repeat1, - ACTIONS(3168), 2, + ACTIONS(3242), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5851), 3, + ACTIONS(5996), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105600] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2585), 1, - anon_sym_LBRACE, - ACTIONS(5769), 1, - anon_sym_LBRACK, - ACTIONS(5853), 1, - sym_identifier, - STATE(3474), 3, - sym_object_pattern, - sym_array_pattern, - sym__destructuring_pattern, - [105618] = 7, + [109448] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(5521), 1, anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5855), 1, - sym_identifier, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3861), 1, - sym__call_signature, - [105640] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(3019), 1, - aux_sym_object_type_repeat1, - ACTIONS(3162), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5857), 3, - sym__automatic_semicolon, + ACTIONS(5762), 1, + anon_sym_DOT, + ACTIONS(5998), 1, + anon_sym_LBRACE, + STATE(3588), 1, + sym_type_arguments, + ACTIONS(6000), 2, anon_sym_COMMA, - anon_sym_SEMI, - [105656] = 7, + anon_sym_LBRACE_PIPE, + [109468] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5859), 1, + ACTIONS(6002), 1, anon_sym_COMMA, - ACTIONS(5861), 1, + ACTIONS(6004), 1, anon_sym_GT, - STATE(3549), 1, + STATE(3576), 1, aux_sym_implements_clause_repeat1, - [105678] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5863), 1, - anon_sym_COLON, - ACTIONS(5489), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - STATE(3704), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [105694] = 4, + [109490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2178), 1, - sym_statement_block, - ACTIONS(5711), 4, + STATE(3028), 1, + aux_sym_object_type_repeat1, + ACTIONS(6008), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6006), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105710] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5246), 1, - anon_sym_LPAREN, - ACTIONS(5865), 1, - anon_sym_QMARK, - STATE(2643), 1, - sym_formal_parameters, - STATE(2952), 1, - sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [105732] = 2, + [109506] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5678), 6, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [105744] = 5, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5884), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(5886), 1, + anon_sym_QMARK_COLON, + STATE(3270), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [109524] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5791), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5867), 1, - anon_sym_BQUOTE, - ACTIONS(5553), 2, - sym__template_chars, - sym_escape_sequence, - STATE(2897), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [105762] = 4, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5884), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(5886), 1, + anon_sym_QMARK_COLON, + STATE(3269), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [109542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2192), 1, + STATE(2219), 1, sym_statement_block, - ACTIONS(5701), 4, + ACTIONS(5774), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105778] = 4, + [109558] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, - aux_sym_object_type_repeat1, - ACTIONS(3168), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5851), 3, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2218), 1, + sym_statement_block, + ACTIONS(5780), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105794] = 7, + [109574] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5869), 1, + ACTIONS(6010), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3295), 1, + STATE(3362), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [105816] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2937), 1, - aux_sym_object_type_repeat1, - ACTIONS(5874), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5871), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [105832] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2203), 1, - sym_statement_block, - ACTIONS(5717), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [105848] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5791), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5876), 1, - anon_sym_BQUOTE, - ACTIONS(5787), 2, - sym__template_chars, - sym_escape_sequence, - STATE(2975), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [105866] = 7, + [109596] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - ACTIONS(5878), 1, - sym_identifier, - STATE(2996), 1, + ACTIONS(6012), 1, + anon_sym_QMARK, + STATE(2754), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3766), 1, + STATE(3037), 1, sym__call_signature, - [105888] = 7, + STATE(3744), 1, + sym_type_parameters, + [109618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1833), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5085), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3236), 3, anon_sym_LPAREN, - ACTIONS(5880), 1, + anon_sym_COLON, anon_sym_QMARK, - STATE(2643), 1, + [109634] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(6014), 1, + sym_identifier, + STATE(2949), 1, sym_formal_parameters, - STATE(2877), 1, + STATE(3929), 1, sym__call_signature, - STATE(3884), 1, + STATE(3975), 1, sym_type_parameters, - [105910] = 4, + [109656] = 4, ACTIONS(3), 1, sym_comment, - STATE(3000), 1, + STATE(3034), 1, aux_sym_object_type_repeat1, - ACTIONS(5884), 2, + ACTIONS(3270), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5882), 3, + ACTIONS(6016), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [105926] = 2, + [109672] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5613), 6, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2248), 1, + sym_statement_block, + ACTIONS(5774), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_COLON, - [105938] = 7, + [109688] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5886), 1, + ACTIONS(6018), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3625), 1, + STATE(3259), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [105960] = 4, + [109710] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2189), 1, - sym_statement_block, - ACTIONS(5711), 4, + ACTIONS(6020), 6, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [105976] = 7, + anon_sym_PIPE_RBRACE, + [109722] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - ACTIONS(5888), 1, + ACTIONS(6022), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3148), 1, + STATE(3846), 1, sym__call_signature, - STATE(3873), 1, + STATE(3975), 1, sym_type_parameters, - [105998] = 4, + [109744] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(2801), 1, anon_sym_LBRACE, - STATE(2180), 1, - sym_statement_block, - ACTIONS(5699), 4, + ACTIONS(6024), 1, + sym_identifier, + ACTIONS(6026), 1, + anon_sym_LBRACK, + STATE(3458), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [109762] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2801), 1, + anon_sym_LBRACE, + ACTIONS(6026), 1, + anon_sym_LBRACK, + ACTIONS(6028), 1, + sym_identifier, + STATE(3807), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [109780] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(3066), 1, + aux_sym_object_type_repeat1, + ACTIONS(3270), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6016), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106014] = 7, + [109796] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5763), 1, - anon_sym_import, - ACTIONS(5890), 1, - sym_identifier, - STATE(2340), 1, - sym__type_query_member_expression, - STATE(2341), 1, - sym__type_query_subscript_expression, - STATE(2348), 1, - sym__type_query_call_expression, - STATE(3842), 1, - sym_import, - [106036] = 7, + ACTIONS(6030), 6, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [109808] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(3090), 1, + aux_sym_object_type_repeat1, + ACTIONS(6034), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6032), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [109824] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6036), 6, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [109836] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5892), 1, + ACTIONS(6038), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3115), 1, + STATE(3570), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [106058] = 4, + [109858] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2207), 1, - sym_statement_block, - ACTIONS(5723), 4, + ACTIONS(6040), 6, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [106074] = 4, + anon_sym_PIPE_RBRACE, + [109870] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2188), 1, - sym_statement_block, - ACTIONS(5717), 4, + STATE(3066), 1, + aux_sym_object_type_repeat1, + ACTIONS(3274), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6042), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106090] = 4, + [109886] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2177), 1, + STATE(2239), 1, sym_statement_block, - ACTIONS(5697), 4, + ACTIONS(5793), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106106] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1945), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [106118] = 7, + [109902] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(5894), 1, - anon_sym_LBRACE, - ACTIONS(5896), 1, + ACTIONS(6044), 1, anon_sym_COMMA, - STATE(3570), 1, + ACTIONS(6046), 1, + anon_sym_GT, + STATE(3649), 1, aux_sym_implements_clause_repeat1, - [106140] = 2, + [109924] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5635), 6, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2238), 1, + sym_statement_block, + ACTIONS(5795), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - anon_sym_COLON, - [106152] = 4, + [109940] = 4, ACTIONS(3), 1, sym_comment, - STATE(2984), 1, + STATE(3053), 1, aux_sym_object_type_repeat1, - ACTIONS(3158), 2, + ACTIONS(6050), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5799), 3, + ACTIONS(6048), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106168] = 4, + [109956] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2182), 1, + STATE(2222), 1, sym_statement_block, - ACTIONS(5695), 4, + ACTIONS(5744), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106184] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5898), 1, - sym_identifier, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3861), 1, - sym__call_signature, - [106206] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5246), 1, - anon_sym_LPAREN, - ACTIONS(5900), 1, - anon_sym_QMARK, - STATE(2643), 1, - sym_formal_parameters, - STATE(2891), 1, - sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [106228] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5753), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, - anon_sym_QMARK_COLON, - STATE(3196), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [106246] = 2, + [109972] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 6, - sym__automatic_semicolon, + ACTIONS(5904), 1, anon_sym_LBRACE, + STATE(2226), 1, + sym_statement_block, + ACTIONS(5797), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [106258] = 3, + [109988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5332), 1, - anon_sym_is, - ACTIONS(5678), 5, + ACTIONS(5815), 6, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [106272] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5242), 1, anon_sym_COLON, - ACTIONS(5753), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, - anon_sym_QMARK_COLON, - STATE(3283), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [106290] = 2, + [110000] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5709), 6, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, + ACTIONS(2801), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_COLON, - [106302] = 4, + ACTIONS(6026), 1, + anon_sym_LBRACK, + ACTIONS(6052), 1, + sym_identifier, + STATE(3689), 3, + sym_object_pattern, + sym_array_pattern, + sym__destructuring_pattern, + [110018] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5942), 1, + anon_sym_default, + ACTIONS(5946), 1, + anon_sym_case, + ACTIONS(6054), 1, + anon_sym_RBRACE, + STATE(3088), 3, + sym_switch_case, + sym_switch_default, + aux_sym_switch_body_repeat1, + [110036] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2202), 1, + STATE(2247), 1, sym_statement_block, - ACTIONS(5733), 4, + ACTIONS(5752), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106318] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5763), 1, - anon_sym_import, - ACTIONS(5904), 1, - sym_identifier, - STATE(2475), 1, - sym__type_query_subscript_expression, - STATE(2476), 1, - sym__type_query_member_expression, - STATE(2597), 1, - sym__type_query_call_expression, - STATE(3720), 1, - sym_import, - [106340] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5753), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, - anon_sym_QMARK_COLON, - STATE(3247), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [106358] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5670), 1, - sym_identifier, - STATE(596), 1, - sym_nested_identifier, - STATE(610), 1, - sym_string, - STATE(646), 1, - sym__module, - [106380] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5906), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(2828), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [106402] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5242), 1, - anon_sym_COLON, - ACTIONS(5753), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, - anon_sym_QMARK_COLON, - STATE(3250), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [106420] = 7, + [110052] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5908), 1, + ACTIONS(6056), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2834), 1, + STATE(2890), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [106442] = 4, + [110074] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, + ACTIONS(6058), 1, anon_sym_AMP, - ACTIONS(5912), 1, + ACTIONS(6060), 1, anon_sym_PIPE, - ACTIONS(3751), 4, + ACTIONS(6062), 1, + anon_sym_extends, + ACTIONS(3585), 3, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_extends, - [106458] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5914), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(2800), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [106480] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(5670), 1, - sym_identifier, - STATE(596), 1, - sym_nested_identifier, - STATE(610), 1, - sym_string, - STATE(687), 1, - sym__module, - [106502] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5919), 1, - anon_sym_BQUOTE, - ACTIONS(5921), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5916), 2, - sym__template_chars, - sym_escape_sequence, - STATE(2975), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [106520] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4970), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3190), 4, - anon_sym_LPAREN, - anon_sym_COLON, - anon_sym_LT, - anon_sym_QMARK, - [106534] = 7, + [110092] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5924), 1, + ACTIONS(6064), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2846), 1, + STATE(2879), 1, sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [106556] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5926), 1, - anon_sym_QMARK, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, + STATE(3910), 1, sym_type_parameters, - STATE(3812), 1, - sym__call_signature, - [106578] = 7, + [110114] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5928), 1, + ACTIONS(6066), 1, anon_sym_QMARK, - STATE(2996), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3851), 1, + STATE(2865), 1, sym__call_signature, - [106600] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(5807), 1, - anon_sym_abstract, - ACTIONS(5930), 1, - anon_sym_export, - ACTIONS(5932), 1, - anon_sym_class, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - [106622] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5934), 1, - anon_sym_QMARK, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, + STATE(3910), 1, sym_type_parameters, - STATE(3847), 1, - sym__call_signature, - [106644] = 7, + [110136] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - ACTIONS(5936), 1, - anon_sym_QMARK, - STATE(2623), 1, - sym_formal_parameters, - STATE(3194), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [106666] = 5, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2220), 1, + sym_statement_block, + ACTIONS(5738), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [110152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, + ACTIONS(5835), 6, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_COLON, - ACTIONS(5753), 1, - anon_sym_DASH_QMARK_COLON, - ACTIONS(5755), 1, - anon_sym_QMARK_COLON, - STATE(3158), 3, - sym_omitting_type_annotation, - sym_opting_type_annotation, - sym_type_annotation, - [106684] = 4, + [110164] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, + STATE(3055), 1, aux_sym_object_type_repeat1, - ACTIONS(3172), 2, + ACTIONS(3240), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5938), 3, + ACTIONS(6068), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106700] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1953), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [106712] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5910), 1, - anon_sym_AMP, - ACTIONS(5912), 1, - anon_sym_PIPE, - ACTIONS(5940), 1, - anon_sym_extends, - ACTIONS(3603), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [106730] = 5, + [110180] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, - anon_sym_AMP, - ACTIONS(5912), 1, - anon_sym_PIPE, - ACTIONS(5940), 1, - anon_sym_extends, - ACTIONS(3607), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [106748] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - ACTIONS(5942), 1, - sym_identifier, - STATE(2996), 1, + ACTIONS(6070), 1, + anon_sym_QMARK, + STATE(2754), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3687), 1, + STATE(2976), 1, sym__call_signature, - [106770] = 4, + STATE(3744), 1, + sym_type_parameters, + [110202] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2199), 1, - sym_statement_block, - ACTIONS(5733), 4, + STATE(3066), 1, + aux_sym_object_type_repeat1, + ACTIONS(3240), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6068), 3, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106786] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5944), 1, - sym_identifier, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3819), 1, - sym__call_signature, - [106808] = 7, + [110218] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5946), 1, + ACTIONS(6072), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2861), 1, + STATE(3183), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [106830] = 5, + [110240] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, - anon_sym_AMP, - ACTIONS(5912), 1, - anon_sym_PIPE, - ACTIONS(5940), 1, - anon_sym_extends, - ACTIONS(3707), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [106848] = 6, + STATE(3066), 1, + aux_sym_object_type_repeat1, + ACTIONS(3276), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6074), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [110256] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5463), 1, - anon_sym_LT, - ACTIONS(5607), 1, - anon_sym_DOT, - ACTIONS(5948), 1, - anon_sym_LBRACE, - STATE(3641), 1, - sym_type_arguments, - ACTIONS(5950), 2, + STATE(3070), 1, + aux_sym_object_type_repeat1, + ACTIONS(3278), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6076), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [106868] = 7, + anon_sym_SEMI, + [110272] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - ACTIONS(5952), 1, - sym_identifier, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3766), 1, - sym__call_signature, - [106890] = 4, + STATE(3066), 1, + aux_sym_object_type_repeat1, + ACTIONS(3278), 2, + anon_sym_RBRACE, + anon_sym_PIPE_RBRACE, + ACTIONS(6076), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [110288] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, + ACTIONS(5904), 1, anon_sym_LBRACE, - STATE(2193), 1, + STATE(2236), 1, sym_statement_block, - ACTIONS(5723), 4, + ACTIONS(5738), 4, sym__automatic_semicolon, sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106906] = 4, + [110304] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5863), 1, - anon_sym_COLON, - ACTIONS(5459), 2, + ACTIONS(5904), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - STATE(3782), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [106922] = 7, + STATE(2237), 1, + sym_statement_block, + ACTIONS(5744), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [110320] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - ACTIONS(5954), 1, + ACTIONS(6078), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3587), 1, + STATE(3869), 1, sym__call_signature, - STATE(3873), 1, + STATE(3975), 1, sym_type_parameters, - [106944] = 7, + [110342] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5956), 1, - sym_identifier, - STATE(2996), 1, + ACTIONS(6080), 1, + anon_sym_QMARK, + STATE(2686), 1, sym_formal_parameters, - STATE(3675), 1, + STATE(2856), 1, + sym__call_signature, + STATE(3910), 1, sym_type_parameters, - STATE(3861), 1, + [110364] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(5898), 1, + anon_sym_abstract, + ACTIONS(6082), 1, + anon_sym_export, + ACTIONS(6084), 1, + anon_sym_class, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [110386] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5409), 1, + anon_sym_LPAREN, + ACTIONS(6086), 1, + anon_sym_QMARK, + STATE(2754), 1, + sym_formal_parameters, + STATE(3083), 1, sym__call_signature, - [106966] = 2, + STATE(3744), 1, + sym_type_parameters, + [110408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1949), 6, + ACTIONS(6058), 1, + anon_sym_AMP, + ACTIONS(6060), 1, + anon_sym_PIPE, + ACTIONS(6062), 1, + anon_sym_extends, + ACTIONS(3737), 3, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, + [110426] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6058), 1, anon_sym_AMP, + ACTIONS(6060), 1, anon_sym_PIPE, + ACTIONS(6062), 1, anon_sym_extends, - [106978] = 4, + ACTIONS(3727), 3, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + [110444] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, + STATE(3066), 1, aux_sym_object_type_repeat1, - ACTIONS(3160), 2, + ACTIONS(6091), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5958), 3, + ACTIONS(6088), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [106994] = 7, + [110460] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6058), 1, + anon_sym_AMP, + ACTIONS(6060), 1, + anon_sym_PIPE, + ACTIONS(6062), 1, + anon_sym_extends, + ACTIONS(3581), 3, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + [110478] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6058), 1, + anon_sym_AMP, + ACTIONS(6060), 1, + anon_sym_PIPE, + ACTIONS(6062), 1, + anon_sym_extends, + ACTIONS(3605), 3, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + [110496] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5960), 1, + ACTIONS(6093), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2867), 1, + STATE(3284), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [107016] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5791), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5962), 1, - anon_sym_BQUOTE, - ACTIONS(5573), 2, - sym__template_chars, - sym_escape_sequence, - STATE(2939), 2, - sym_template_substitution, - aux_sym_template_string_repeat1, - [107034] = 4, + [110518] = 4, ACTIONS(3), 1, sym_comment, - STATE(3010), 1, + STATE(3066), 1, aux_sym_object_type_repeat1, - ACTIONS(3160), 2, + ACTIONS(3262), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5958), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [107050] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5964), 6, + ACTIONS(6095), 3, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107062] = 7, + [110534] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(5966), 1, - anon_sym_COMMA, - ACTIONS(5968), 1, - anon_sym_GT, - STATE(3478), 1, - aux_sym_implements_clause_repeat1, - [107084] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(6097), 1, + sym_identifier, + STATE(2949), 1, + sym_formal_parameters, + STATE(3960), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [110556] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, - aux_sym_object_type_repeat1, - ACTIONS(3213), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5970), 3, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2235), 1, + sym_statement_block, + ACTIONS(5740), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [107100] = 4, + [110572] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, + STATE(3066), 1, aux_sym_object_type_repeat1, - ACTIONS(3215), 2, + ACTIONS(3247), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5972), 3, + ACTIONS(6099), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [107116] = 5, + [110588] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(6101), 1, + anon_sym_QMARK, + STATE(2686), 1, + sym_formal_parameters, + STATE(2835), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + [110610] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + ACTIONS(6103), 1, + anon_sym_QMARK, + STATE(2686), 1, + sym_formal_parameters, + STATE(3631), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + [110632] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6058), 1, anon_sym_AMP, - ACTIONS(5912), 1, + ACTIONS(3787), 5, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PIPE, - ACTIONS(5940), 1, anon_sym_extends, - ACTIONS(3559), 3, + [110646] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6058), 1, + anon_sym_AMP, + ACTIONS(6060), 1, + anon_sym_PIPE, + ACTIONS(6062), 1, + anon_sym_extends, + ACTIONS(3810), 3, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, - [107134] = 3, + [110664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, - anon_sym_AMP, - ACTIONS(3547), 5, + ACTIONS(6105), 1, + anon_sym_extends, + ACTIONS(3842), 5, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_AMP, + anon_sym_PIPE, + [110678] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, anon_sym_PIPE, + ACTIONS(5423), 1, anon_sym_extends, - [107148] = 4, + ACTIONS(6107), 3, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_GT, + [110696] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, - aux_sym_object_type_repeat1, - ACTIONS(3197), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5974), 3, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2241), 1, + sym_statement_block, + ACTIONS(5742), 4, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [107164] = 7, + [110712] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - ACTIONS(5976), 1, + ACTIONS(6109), 1, anon_sym_QMARK, - STATE(2623), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3233), 1, + STATE(3058), 1, sym__call_signature, - STATE(3873), 1, + STATE(3744), 1, sym_type_parameters, - [107186] = 5, + [110734] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, + ACTIONS(5405), 1, + anon_sym_COLON, + ACTIONS(5884), 1, + anon_sym_DASH_QMARK_COLON, + ACTIONS(5886), 1, + anon_sym_QMARK_COLON, + STATE(3220), 3, + sym_omitting_type_annotation, + sym_opting_type_annotation, + sym_type_annotation, + [110752] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5904), 1, + anon_sym_LBRACE, + STATE(2234), 1, + sym_statement_block, + ACTIONS(5742), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [110768] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5912), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5940), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(3639), 3, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - [107204] = 4, + ACTIONS(6111), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_GT, + [110786] = 2, ACTIONS(3), 1, sym_comment, - STATE(3020), 1, - aux_sym_object_type_repeat1, - ACTIONS(5980), 2, - anon_sym_RBRACE, - anon_sym_PIPE_RBRACE, - ACTIONS(5978), 3, + ACTIONS(5878), 6, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, - [107220] = 3, + anon_sym_COLON, + [110798] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, + ACTIONS(6058), 1, anon_sym_AMP, - ACTIONS(3647), 5, + ACTIONS(3818), 5, anon_sym_as, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_PIPE, anon_sym_extends, - [107234] = 4, + [110812] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2176), 1, - sym_statement_block, - ACTIONS(5595), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [107250] = 5, + ACTIONS(6058), 1, + anon_sym_AMP, + ACTIONS(6060), 1, + anon_sym_PIPE, + ACTIONS(6062), 1, + anon_sym_extends, + ACTIONS(3838), 3, + anon_sym_as, + anon_sym_LBRACK, + anon_sym_RBRACK, + [110830] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5982), 1, + ACTIONS(6113), 1, anon_sym_default, - ACTIONS(5985), 1, + ACTIONS(6116), 1, anon_sym_RBRACE, - ACTIONS(5987), 1, + ACTIONS(6118), 1, anon_sym_case, - STATE(3016), 3, + STATE(3088), 3, sym_switch_case, sym_switch_default, aux_sym_switch_body_repeat1, - [107268] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5737), 1, - anon_sym_LBRACE, - STATE(2210), 1, - sym_statement_block, - ACTIONS(5735), 4, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [107284] = 2, + [110848] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5990), 6, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107296] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + ACTIONS(6121), 1, + sym_identifier, + STATE(2949), 1, + sym_formal_parameters, + STATE(3839), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [110870] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, + STATE(3066), 1, aux_sym_object_type_repeat1, - ACTIONS(3164), 2, + ACTIONS(3284), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5992), 3, + ACTIONS(6123), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [107312] = 4, + [110886] = 4, ACTIONS(3), 1, sym_comment, - STATE(2937), 1, + STATE(3073), 1, aux_sym_object_type_repeat1, - ACTIONS(3162), 2, + ACTIONS(3284), 2, anon_sym_RBRACE, anon_sym_PIPE_RBRACE, - ACTIONS(5857), 3, + ACTIONS(6123), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [107328] = 7, + [110902] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - ACTIONS(5994), 1, + ACTIONS(6125), 1, anon_sym_QMARK, - STATE(2643), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2945), 1, + STATE(2840), 1, sym__call_signature, - STATE(3884), 1, + STATE(3910), 1, sym_type_parameters, - [107350] = 2, + [110924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1941), 6, - anon_sym_as, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [107362] = 6, + ACTIONS(5843), 6, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_COLON, + [110936] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2643), 1, + ACTIONS(6127), 1, + anon_sym_QMARK, + STATE(2949), 1, sym_formal_parameters, - STATE(3184), 1, + STATE(3799), 1, sym__call_signature, - STATE(3884), 1, + STATE(3975), 1, sym_type_parameters, - [107381] = 2, + [110958] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2185), 5, + ACTIONS(5680), 1, + anon_sym_LBRACE, + ACTIONS(6129), 1, + anon_sym_SEMI, + ACTIONS(6131), 1, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(6133), 1, + sym__function_signature_automatic_semicolon, + STATE(602), 1, + sym_statement_block, + [110977] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5680), 1, + anon_sym_LBRACE, + ACTIONS(6135), 1, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [107392] = 2, + ACTIONS(6137), 1, + sym__automatic_semicolon, + ACTIONS(6139), 1, + sym__function_signature_automatic_semicolon, + STATE(3164), 1, + sym_statement_block, + [110996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2161), 5, + ACTIONS(2195), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107403] = 2, + [111007] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(6143), 1, + anon_sym_PIPE, + ACTIONS(6141), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [111024] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2153), 5, + ACTIONS(2191), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107414] = 2, + [111035] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(6143), 1, + anon_sym_PIPE, + ACTIONS(6145), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [111052] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2293), 5, + ACTIONS(2191), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107425] = 2, + [111063] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3780), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [111082] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5654), 5, + ACTIONS(2191), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107436] = 2, + [111093] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3773), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [111112] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3800), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [111131] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2305), 5, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(6147), 1, + sym_identifier, + STATE(3772), 2, + sym__module_export_name, + sym_string, + [111148] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2131), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107447] = 2, + [111159] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5724), 1, + anon_sym_EQ, + ACTIONS(6149), 1, + anon_sym_COMMA, + ACTIONS(6151), 1, + anon_sym_RBRACE, + STATE(3712), 1, + aux_sym_enum_body_repeat1, + STATE(3763), 1, + sym__initializer, + [111178] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3751), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [111197] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2305), 5, + ACTIONS(2111), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107458] = 6, + [111208] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5892), 1, + anon_sym_COLON, + ACTIONS(6153), 1, + anon_sym_EQ_GT, + STATE(3930), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [111223] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - ACTIONS(5996), 1, + ACTIONS(6129), 1, anon_sym_SEMI, - ACTIONS(5998), 1, + ACTIONS(6131), 1, sym__automatic_semicolon, - ACTIONS(6000), 1, + ACTIONS(6133), 1, sym__function_signature_automatic_semicolon, - STATE(3080), 1, + STATE(1876), 1, sym_statement_block, - [107477] = 5, + [111242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(6004), 1, - anon_sym_PIPE, - ACTIONS(6002), 2, + ACTIONS(1581), 5, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [107494] = 2, + anon_sym_PIPE_RBRACE, + [111253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6006), 5, + ACTIONS(1571), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107505] = 5, + [111264] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6008), 1, - anon_sym_BQUOTE, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6012), 1, - sym__template_chars, - STATE(3060), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [107522] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3774), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [111283] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 5, + ACTIONS(2223), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107533] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - STATE(3632), 1, - sym__initializer, - ACTIONS(6014), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [107548] = 2, + [111294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 5, + ACTIONS(1485), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107559] = 4, + [111305] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1373), 1, - anon_sym_DOT, - ACTIONS(3630), 1, + ACTIONS(6156), 5, + anon_sym_EQ, anon_sym_LBRACE, - ACTIONS(3632), 3, - anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_extends, + anon_sym_implements, + [111316] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, anon_sym_LT, - anon_sym_LBRACE_PIPE, - [107574] = 6, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3779), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [111335] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(2989), 1, + STATE(3782), 1, sym__call_signature, - STATE(3884), 1, + STATE(3975), 1, sym_type_parameters, - [107593] = 2, + [111354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 5, + ACTIONS(2227), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107604] = 2, + [111365] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6016), 5, - anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5409), 1, anon_sym_LPAREN, - anon_sym_extends, - anon_sym_implements, - [107615] = 2, + STATE(2754), 1, + sym_formal_parameters, + STATE(3163), 1, + sym__call_signature, + STATE(3744), 1, + sym_type_parameters, + [111384] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2305), 5, + ACTIONS(2335), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107626] = 2, + [111395] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2305), 5, + ACTIONS(2355), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107637] = 4, + [111406] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2971), 1, - anon_sym_COLON, - STATE(3909), 1, - sym_type_annotation, - ACTIONS(3012), 3, - anon_sym_EQ, + ACTIONS(2355), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACK, - [107652] = 4, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111417] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6020), 1, - anon_sym_in, - ACTIONS(6022), 1, - anon_sym_of, - ACTIONS(6018), 3, + ACTIONS(2363), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [107667] = 4, + anon_sym_PIPE_RBRACE, + [111428] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6024), 1, - anon_sym_in, - ACTIONS(6026), 1, - anon_sym_of, - ACTIONS(6018), 3, + ACTIONS(2419), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111439] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2443), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [107682] = 2, + anon_sym_PIPE_RBRACE, + [111450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2305), 5, + ACTIONS(2451), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107693] = 2, + [111461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2305), 5, + ACTIONS(2411), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107704] = 4, + [111472] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5863), 1, + ACTIONS(5892), 1, anon_sym_COLON, - ACTIONS(6028), 1, + ACTIONS(6158), 1, anon_sym_EQ_GT, - STATE(3782), 3, + STATE(3874), 3, sym_type_annotation, - sym_asserts, + sym_asserts_annotation, sym_type_predicate_annotation, - [107719] = 4, + [111487] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5863), 1, + ACTIONS(5892), 1, anon_sym_COLON, - ACTIONS(6031), 1, + ACTIONS(6161), 1, anon_sym_EQ_GT, - STATE(3704), 3, + STATE(3930), 3, sym_type_annotation, - sym_asserts, + sym_asserts_annotation, sym_type_predicate_annotation, - [107734] = 2, + [111502] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6036), 5, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [111513] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2097), 5, + ACTIONS(2263), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107745] = 2, + [111524] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4197), 5, - anon_sym_EQ, - anon_sym_RPAREN, + ACTIONS(2199), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111535] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6166), 1, anon_sym_in, + ACTIONS(6168), 1, anon_sym_of, - anon_sym_COLON, - [107756] = 2, + ACTIONS(6164), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [111550] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6170), 1, + anon_sym_in, + ACTIONS(6172), 1, + anon_sym_of, + ACTIONS(6164), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [111565] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111576] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 5, + ACTIONS(2267), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107767] = 2, + [111587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2265), 5, + ACTIONS(2283), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107778] = 2, + [111598] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2253), 5, + ACTIONS(2199), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107789] = 4, + [111609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5863), 1, + ACTIONS(4731), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_COLON, - ACTIONS(6034), 1, - anon_sym_EQ_GT, - STATE(3782), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [107804] = 2, + anon_sym_QMARK, + [111620] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2249), 5, + ACTIONS(2291), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107815] = 2, + [111631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4179), 5, + ACTIONS(4725), 5, anon_sym_EQ, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, anon_sym_COLON, - [107826] = 2, + anon_sym_QMARK, + [111642] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4203), 5, + ACTIONS(4725), 5, anon_sym_EQ, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_in, - anon_sym_of, anon_sym_COLON, - [107837] = 5, + anon_sym_QMARK, + [111653] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, - anon_sym_BQUOTE, - ACTIONS(6039), 1, - sym__template_chars, - STATE(3155), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [107854] = 6, + ACTIONS(2423), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111664] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4725), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [111675] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5724), 1, + anon_sym_EQ, + ACTIONS(6174), 1, + anon_sym_COMMA, + ACTIONS(6176), 1, + anon_sym_RBRACE, + STATE(3504), 1, + aux_sym_enum_body_repeat1, + STATE(3763), 1, + sym__initializer, + [111694] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5409), 1, + anon_sym_LPAREN, + STATE(2754), 1, + sym_formal_parameters, + STATE(3059), 1, + sym__call_signature, + STATE(3744), 1, + sym_type_parameters, + [111713] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(5807), 1, - anon_sym_abstract, - ACTIONS(6041), 1, - anon_sym_class, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - [107873] = 6, + ACTIONS(2291), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111724] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, - anon_sym_LBRACE, - ACTIONS(6043), 1, - anon_sym_SEMI, - ACTIONS(6045), 1, + ACTIONS(2431), 5, sym__automatic_semicolon, - ACTIONS(6047), 1, - sym__function_signature_automatic_semicolon, - STATE(1882), 1, - sym_statement_block, - [107892] = 2, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2377), 5, + ACTIONS(2331), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107903] = 2, + [111746] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2257), 5, + ACTIONS(2447), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107914] = 4, + [111757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5863), 1, + ACTIONS(4373), 5, + anon_sym_EQ, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, anon_sym_COLON, - ACTIONS(6049), 1, - anon_sym_EQ_GT, - STATE(3704), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [107929] = 2, + [111768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2117), 5, + ACTIONS(1411), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107940] = 2, + [111779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2165), 5, + ACTIONS(2379), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [107951] = 6, + [111790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, - anon_sym_EQ, - ACTIONS(6052), 1, + ACTIONS(2379), 5, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6054), 1, anon_sym_RBRACE, - STATE(3482), 1, - aux_sym_enum_body_repeat1, - STATE(3886), 1, - sym__initializer, - [107970] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5910), 1, - anon_sym_AMP, - ACTIONS(5912), 1, - anon_sym_PIPE, - ACTIONS(5940), 1, - anon_sym_extends, - ACTIONS(6056), 1, - anon_sym_as, - ACTIONS(6058), 1, - anon_sym_RBRACK, - [107989] = 2, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [111801] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1499), 5, + ACTIONS(1515), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108000] = 2, + [111812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2173), 5, + ACTIONS(2379), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108011] = 2, + [111823] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1499), 5, + ACTIONS(2375), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108022] = 2, + [111834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5695), 5, + ACTIONS(2379), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108033] = 5, + [111845] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6060), 2, + ACTIONS(6178), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [108050] = 2, + anon_sym_GT, + [111862] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5680), 1, + anon_sym_LBRACE, + ACTIONS(6180), 1, + anon_sym_SEMI, + ACTIONS(6182), 1, + sym__automatic_semicolon, + ACTIONS(6184), 1, + sym__function_signature_automatic_semicolon, + STATE(3207), 1, + sym_statement_block, + [111881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1359), 5, + ACTIONS(4739), 1, sym__automatic_semicolon, + ACTIONS(1505), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108061] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(2957), 1, - sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [108080] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4460), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [108091] = 2, + [111894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2169), 5, + ACTIONS(2303), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108102] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5583), 1, - anon_sym_LBRACE, - ACTIONS(6062), 1, - anon_sym_SEMI, - ACTIONS(6064), 1, - sym__automatic_semicolon, - ACTIONS(6066), 1, - sym__function_signature_automatic_semicolon, - STATE(3119), 1, - sym_statement_block, - [108121] = 3, + [111905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4651), 1, + ACTIONS(1463), 5, sym__automatic_semicolon, - ACTIONS(1381), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108134] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6039), 1, - sym__template_chars, - ACTIONS(6068), 1, - anon_sym_BQUOTE, - STATE(3155), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [108151] = 5, + [111916] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, + ACTIONS(5562), 1, anon_sym_AMP, - ACTIONS(5423), 1, + ACTIONS(5566), 1, anon_sym_extends, - ACTIONS(6004), 1, + ACTIONS(6143), 1, anon_sym_PIPE, - ACTIONS(6070), 2, + ACTIONS(6186), 2, sym__automatic_semicolon, anon_sym_SEMI, - [108168] = 2, + [111933] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1427), 5, + ACTIONS(5399), 1, + anon_sym_EQ, + STATE(3638), 1, + sym__initializer, + ACTIONS(6188), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [108179] = 2, + [111948] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5697), 5, + ACTIONS(2299), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108190] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6072), 1, - anon_sym_BQUOTE, - ACTIONS(6074), 1, - sym__template_chars, - STATE(3269), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [108207] = 6, + [111959] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3073), 1, + STATE(3836), 1, sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [108226] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, + STATE(3975), 1, sym_type_parameters, - STATE(3850), 1, - sym__call_signature, - [108245] = 2, + [111978] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5699), 5, + ACTIONS(5399), 1, + anon_sym_EQ, + STATE(3614), 1, + sym__initializer, + ACTIONS(6190), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [108256] = 2, + [111993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6076), 5, + ACTIONS(2387), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108267] = 2, + [112004] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2157), 5, + ACTIONS(2383), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108278] = 2, + [112015] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2157), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [108289] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2686), 1, + sym_formal_parameters, + STATE(2862), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + [112034] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2157), 5, + ACTIONS(2207), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108300] = 2, + [112045] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6078), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [108311] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5409), 1, + anon_sym_LPAREN, + STATE(2754), 1, + sym_formal_parameters, + STATE(3112), 1, + sym__call_signature, + STATE(3744), 1, + sym_type_parameters, + [112064] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2145), 5, + ACTIONS(2379), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108322] = 2, + [112075] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2137), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [108333] = 2, + ACTIONS(6192), 1, + anon_sym_BQUOTE, + ACTIONS(6194), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6197), 1, + sym__template_chars, + STATE(3178), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [112092] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2133), 5, + ACTIONS(2203), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108344] = 2, + [112103] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3851), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [112122] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2129), 5, + ACTIONS(2175), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108355] = 6, + [112133] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3292), 1, + STATE(3280), 1, sym__call_signature, - STATE(3884), 1, + STATE(3910), 1, sym_type_parameters, - [108374] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5863), 1, - anon_sym_COLON, - ACTIONS(6080), 1, - anon_sym_EQ_GT, - STATE(3704), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [108389] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4649), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [108400] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4649), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [108411] = 2, + [112152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2109), 5, + ACTIONS(5742), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108422] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4649), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [108433] = 2, + [112163] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4552), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [108444] = 6, + ACTIONS(5385), 1, + anon_sym_LBRACK, + ACTIONS(6200), 1, + anon_sym_RBRACE, + ACTIONS(3595), 3, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_extends, + [112178] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(2862), 1, + STATE(3096), 1, sym__call_signature, - STATE(3873), 1, + STATE(3744), 1, sym_type_parameters, - [108463] = 2, + [112197] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4552), 5, - anon_sym_EQ, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(5898), 1, + anon_sym_abstract, + ACTIONS(6084), 1, + anon_sym_class, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [112216] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6202), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [108474] = 4, + anon_sym_RBRACK, + [112233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - STATE(3464), 1, - sym__initializer, - ACTIONS(6083), 3, + ACTIONS(6204), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [108489] = 2, + anon_sym_PIPE_RBRACE, + [112244] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4625), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5892), 1, anon_sym_COLON, - anon_sym_QMARK, - [108500] = 2, + ACTIONS(6206), 1, + anon_sym_EQ_GT, + STATE(3930), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [112259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4552), 5, - anon_sym_EQ, + ACTIONS(2379), 5, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [108511] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3753), 1, - sym__call_signature, - [108530] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5218), 1, - anon_sym_LBRACK, - ACTIONS(6085), 1, anon_sym_RBRACE, - ACTIONS(3523), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_extends, - [108545] = 2, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [112270] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 5, + ACTIONS(2351), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108556] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3738), 1, - sym__call_signature, - [108575] = 6, + [112281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2623), 1, - sym_formal_parameters, - STATE(3130), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [108594] = 2, + ACTIONS(6030), 5, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [112292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5723), 5, + ACTIONS(5742), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108605] = 2, + [112303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2089), 5, + ACTIONS(2159), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108616] = 2, + [112314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 5, + ACTIONS(2155), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108627] = 6, + [112325] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3743), 1, - sym__call_signature, - [108646] = 3, + ACTIONS(6209), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [112336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4633), 1, + ACTIONS(6091), 5, sym__automatic_semicolon, - ACTIONS(1483), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108659] = 3, + [112347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4631), 1, + ACTIONS(2143), 5, sym__automatic_semicolon, - ACTIONS(1469), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108672] = 5, + [112358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(6087), 1, - sym_identifier, - STATE(4157), 2, - sym__module_export_name, - sym_string, - [108689] = 2, + ACTIONS(6040), 5, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [112369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1349), 5, + ACTIONS(5740), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108700] = 2, + [112380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1413), 5, + ACTIONS(6211), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108711] = 6, + [112391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(5807), 1, - anon_sym_abstract, - ACTIONS(5932), 1, - anon_sym_class, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - [108730] = 6, + ACTIONS(1541), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [112402] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(738), 1, + ACTIONS(754), 1, anon_sym_LBRACE_PIPE, - ACTIONS(1257), 1, + ACTIONS(1275), 1, anon_sym_LBRACE, - ACTIONS(5676), 1, + ACTIONS(5813), 1, anon_sym_extends, - STATE(3096), 1, + STATE(3128), 1, sym_object_type, - STATE(3447), 1, + STATE(3686), 1, sym_extends_type_clause, - [108749] = 2, + [112421] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4618), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5892), 1, anon_sym_COLON, - anon_sym_QMARK, - [108760] = 5, + ACTIONS(6213), 1, + anon_sym_EQ_GT, + STATE(3930), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [112436] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(6089), 1, - sym_identifier, - STATE(3626), 2, - sym__module_export_name, - sym_string, - [108777] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5409), 1, + anon_sym_LPAREN, + STATE(2754), 1, + sym_formal_parameters, + STATE(3273), 1, + sym__call_signature, + STATE(3744), 1, + sym_type_parameters, + [112455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1511), 5, + ACTIONS(2259), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108788] = 2, + [112466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 5, + ACTIONS(4760), 1, sym__automatic_semicolon, + ACTIONS(1561), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108799] = 2, + [112479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5733), 5, + ACTIONS(4758), 1, sym__automatic_semicolon, + ACTIONS(1551), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108810] = 4, + [112492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(6216), 5, anon_sym_EQ, - STATE(3470), 1, - sym__initializer, - ACTIONS(6091), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [108825] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6093), 1, - anon_sym_class, - ACTIONS(6095), 1, - anon_sym_abstract, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - [108844] = 2, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_extends, + anon_sym_implements, + [112503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2261), 5, + ACTIONS(1591), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108855] = 6, + [112514] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(2947), 1, + STATE(3907), 1, sym__call_signature, - STATE(3884), 1, + STATE(3975), 1, sym_type_parameters, - [108874] = 6, + [112533] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2247), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [112544] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3237), 1, + STATE(2854), 1, sym__call_signature, - STATE(3884), 1, + STATE(3910), 1, sym_type_parameters, - [108893] = 4, + [112563] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5892), 1, + anon_sym_COLON, + ACTIONS(6218), 1, + anon_sym_EQ_GT, + STATE(3874), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [112578] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2231), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [112589] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(3039), 1, + anon_sym_COLON, + STATE(3895), 1, + sym_type_annotation, + ACTIONS(3090), 3, anon_sym_EQ, - STATE(3458), 1, - sym__initializer, - ACTIONS(6097), 3, + anon_sym_COMMA, + anon_sym_RBRACK, + [112604] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4606), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [112615] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6221), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [108908] = 5, + anon_sym_PIPE_RBRACE, + [112626] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6099), 1, - anon_sym_BQUOTE, - ACTIONS(6101), 1, - sym__template_chars, - STATE(3081), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [108925] = 6, + ACTIONS(6058), 1, + anon_sym_AMP, + ACTIONS(6060), 1, + anon_sym_PIPE, + ACTIONS(6062), 1, + anon_sym_extends, + ACTIONS(6223), 1, + anon_sym_as, + ACTIONS(6225), 1, + anon_sym_RBRACK, + [112645] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(6227), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [112656] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(2847), 1, + STATE(2983), 1, sym__call_signature, - STATE(3873), 1, + STATE(3744), 1, sym_type_parameters, - [108944] = 2, + [112675] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 5, + ACTIONS(5752), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108955] = 5, + [112686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(6004), 1, - anon_sym_PIPE, - ACTIONS(6103), 2, + ACTIONS(2439), 5, sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [108972] = 2, + anon_sym_PIPE_RBRACE, + [112697] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6105), 5, + ACTIONS(2427), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108983] = 2, + [112708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6107), 5, + ACTIONS(2455), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [108994] = 2, + [112719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6109), 5, + ACTIONS(2171), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109005] = 3, + [112730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4627), 1, + ACTIONS(2239), 5, sym__automatic_semicolon, - ACTIONS(1391), 4, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109018] = 6, + [112741] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3891), 1, - sym__call_signature, - [109037] = 6, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(6143), 1, + anon_sym_PIPE, + ACTIONS(6229), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [112758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2623), 1, - sym_formal_parameters, - STATE(2839), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [109056] = 6, + ACTIONS(2371), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [112769] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(1383), 1, anon_sym_LBRACE, - ACTIONS(6111), 1, + ACTIONS(6129), 1, anon_sym_SEMI, - ACTIONS(6113), 1, + ACTIONS(6131), 1, sym__automatic_semicolon, - ACTIONS(6115), 1, + ACTIONS(6133), 1, sym__function_signature_automatic_semicolon, - STATE(1842), 1, + STATE(165), 1, sym_statement_block, - [109075] = 2, + [112788] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5703), 5, + ACTIONS(5399), 1, + anon_sym_EQ, + STATE(3550), 1, + sym__initializer, + ACTIONS(6231), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109086] = 6, + [112803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2623), 1, - sym_formal_parameters, - STATE(2835), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [109105] = 6, + ACTIONS(4750), 1, + sym__automatic_semicolon, + ACTIONS(1427), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [112816] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3088), 1, + STATE(2863), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [109124] = 6, + [112835] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(2832), 1, + STATE(3329), 1, sym__call_signature, - STATE(3873), 1, + STATE(3744), 1, sym_type_parameters, - [109143] = 2, + [112854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5701), 5, + ACTIONS(2339), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109154] = 6, + [112865] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(2827), 1, + STATE(2871), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [109173] = 2, + [112884] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6117), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109184] = 5, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3764), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [112903] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6119), 1, + ACTIONS(6233), 1, anon_sym_BQUOTE, - ACTIONS(6121), 1, + ACTIONS(6235), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6124), 1, + ACTIONS(6237), 1, sym__template_chars, - STATE(3155), 2, + STATE(3178), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [109201] = 4, + [112920] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2686), 1, + sym_formal_parameters, + STATE(2889), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + [112939] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - STATE(3600), 1, + STATE(3703), 1, sym__initializer, - ACTIONS(6127), 3, + ACTIONS(6239), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109216] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6129), 2, - anon_sym_COMMA, - anon_sym_GT, - [109233] = 2, + [112954] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6131), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109244] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2686), 1, + sym_formal_parameters, + STATE(2891), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + [112973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2073), 5, + ACTIONS(2295), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109255] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(6004), 1, - anon_sym_PIPE, - ACTIONS(6133), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [109272] = 3, + [112984] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6135), 1, + ACTIONS(4375), 5, anon_sym_EQ, - ACTIONS(3029), 4, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, anon_sym_COLON, - anon_sym_RBRACK, - [109285] = 2, + [112995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4559), 5, + ACTIONS(4369), 5, anon_sym_EQ, - anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_in, + anon_sym_of, anon_sym_COLON, - anon_sym_QMARK, - [109296] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2073), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109307] = 2, + [113006] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2073), 5, + ACTIONS(2115), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109318] = 2, + [113017] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5723), 5, + ACTIONS(2395), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109329] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6039), 1, - sym__template_chars, - ACTIONS(6137), 1, - anon_sym_BQUOTE, - STATE(3155), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [109346] = 2, + [113028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2125), 5, + ACTIONS(6020), 5, sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109357] = 2, + [113039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 5, + ACTIONS(5399), 1, + anon_sym_EQ, + STATE(3549), 1, + sym__initializer, + ACTIONS(6241), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109368] = 2, + [113054] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2341), 5, + ACTIONS(2167), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109379] = 6, + [113065] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3298), 1, + STATE(3279), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [109398] = 4, + [113084] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5863), 1, + ACTIONS(5892), 1, anon_sym_COLON, - ACTIONS(6139), 1, + ACTIONS(6243), 1, anon_sym_EQ_GT, - STATE(3782), 3, + STATE(3874), 3, sym_type_annotation, - sym_asserts, + sym_asserts_annotation, sym_type_predicate_annotation, - [109413] = 2, + [113099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6142), 5, + ACTIONS(1525), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109424] = 2, + [113110] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 5, + ACTIONS(2319), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109435] = 2, + [113121] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2337), 5, + ACTIONS(1525), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109446] = 2, + [113132] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2113), 5, + ACTIONS(5797), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109457] = 4, + [113143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(4661), 5, anon_sym_EQ, - STATE(3492), 1, - sym__initializer, - ACTIONS(6144), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [109472] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3796), 1, - sym__call_signature, - [109491] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5874), 5, - sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109502] = 2, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [113154] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2205), 5, - sym__automatic_semicolon, + ACTIONS(4661), 5, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109513] = 2, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [113165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2205), 5, - sym__automatic_semicolon, + ACTIONS(4661), 5, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109524] = 2, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [113176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2321), 5, + ACTIONS(5795), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109535] = 2, + [113187] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5595), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109546] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2686), 1, + sym_formal_parameters, + STATE(3255), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + [113206] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1541), 5, + ACTIONS(5793), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109557] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5583), 1, - anon_sym_LBRACE, - ACTIONS(6043), 1, - anon_sym_SEMI, - ACTIONS(6045), 1, - sym__automatic_semicolon, - ACTIONS(6047), 1, - sym__function_signature_automatic_semicolon, - STATE(598), 1, - sym_statement_block, - [109576] = 2, + [113217] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1431), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109587] = 6, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6246), 1, + anon_sym_class, + ACTIONS(6248), 1, + anon_sym_abstract, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [113236] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3711), 1, + STATE(3040), 1, sym__call_signature, - [109606] = 6, + STATE(3744), 1, + sym_type_parameters, + [113255] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3713), 1, + STATE(3356), 1, sym__call_signature, - [109625] = 2, + STATE(3744), 1, + sym_type_parameters, + [113274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6146), 5, + ACTIONS(5399), 1, + anon_sym_EQ, + STATE(3643), 1, + sym__initializer, + ACTIONS(6250), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109636] = 6, + [113289] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - anon_sym_COLON, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4711), 1, - anon_sym_COMMA, - ACTIONS(6148), 1, - anon_sym_RBRACE, - STATE(3506), 1, - aux_sym_object_pattern_repeat1, - [109655] = 6, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5409), 1, + anon_sym_LPAREN, + STATE(2754), 1, + sym_formal_parameters, + STATE(3015), 1, + sym__call_signature, + STATE(3744), 1, + sym_type_parameters, + [113308] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3898), 1, + STATE(3723), 1, sym__call_signature, - [109674] = 2, + STATE(3910), 1, + sym_type_parameters, + [113327] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1521), 5, + ACTIONS(4668), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [113338] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6252), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109685] = 2, + [113349] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2221), 5, + ACTIONS(6254), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109696] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5863), 1, - anon_sym_COLON, - ACTIONS(6150), 1, - anon_sym_EQ_GT, - STATE(3704), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [109711] = 2, + [113360] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5735), 5, + ACTIONS(2139), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109722] = 4, + [113371] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - STATE(3503), 1, - sym__initializer, - ACTIONS(6153), 3, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3972), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [113390] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3336), 1, + anon_sym_LBRACE, + ACTIONS(6256), 1, + anon_sym_SEMI, + ACTIONS(6258), 1, + sym__automatic_semicolon, + ACTIONS(6260), 1, + sym__function_signature_automatic_semicolon, + STATE(1920), 1, + sym_statement_block, + [113409] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6262), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [109737] = 2, + anon_sym_PIPE_RBRACE, + [113420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6155), 5, + ACTIONS(5774), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109748] = 6, + [113431] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(2894), 1, + STATE(3816), 1, sym__call_signature, - STATE(3884), 1, + STATE(3975), 1, sym_type_parameters, - [109767] = 2, + [113450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6157), 5, + ACTIONS(5780), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109778] = 6, + [113461] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3147), 1, + STATE(3261), 1, sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [109797] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(6159), 1, - sym_identifier, - STATE(3900), 2, - sym__module_export_name, - sym_string, - [109814] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, + STATE(3910), 1, sym_type_parameters, - STATE(3732), 1, - sym__call_signature, - [109833] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5647), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [109844] = 2, + [113480] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5735), 5, + ACTIONS(5774), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109855] = 2, + [113491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6161), 5, + ACTIONS(5744), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109866] = 5, + [113502] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1893), 1, - anon_sym_DQUOTE, - ACTIONS(1895), 1, - anon_sym_SQUOTE, - ACTIONS(6163), 1, - sym_identifier, - STATE(4057), 2, - sym__module_export_name, - sym_string, - [109883] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3826), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [113521] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6165), 5, - anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, anon_sym_LPAREN, - anon_sym_extends, - anon_sym_implements, - [109894] = 6, + STATE(2949), 1, + sym_formal_parameters, + STATE(3840), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [113540] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - anon_sym_COLON, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4711), 1, - anon_sym_COMMA, - ACTIONS(6167), 1, - anon_sym_RBRACE, - STATE(3532), 1, - aux_sym_object_pattern_repeat1, - [109913] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2686), 1, + sym_formal_parameters, + STATE(3368), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + [113559] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5705), 5, + ACTIONS(5738), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109924] = 4, + [113570] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3850), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [113589] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - STATE(3584), 1, + STATE(3639), 1, sym__initializer, - ACTIONS(6169), 3, + ACTIONS(6264), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [109939] = 2, + [113604] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2177), 5, + ACTIONS(1533), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109950] = 6, + [113615] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, + ACTIONS(6235), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6237), 1, + sym__template_chars, + ACTIONS(6266), 1, + anon_sym_BQUOTE, + STATE(3178), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [113632] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5399), 1, anon_sym_EQ, - ACTIONS(6171), 1, - anon_sym_COMMA, - ACTIONS(6173), 1, - anon_sym_RBRACE, - STATE(3534), 1, - aux_sym_enum_body_repeat1, - STATE(3886), 1, + STATE(3634), 1, sym__initializer, - [109969] = 2, + ACTIONS(6268), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [113647] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6175), 5, + ACTIONS(5738), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [109980] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(203), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1200), 1, - anon_sym_LBRACE, - ACTIONS(5676), 1, - anon_sym_extends, - STATE(652), 1, - sym_object_type, - STATE(3545), 1, - sym_extends_type_clause, - [109999] = 2, + [113658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2329), 5, + ACTIONS(6270), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110010] = 2, + [113669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5733), 5, + ACTIONS(6272), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110021] = 2, + [113680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2349), 5, + ACTIONS(6274), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110032] = 2, + [113691] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2353), 5, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(6143), 1, + anon_sym_PIPE, + ACTIONS(6276), 2, sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110043] = 6, + [113708] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3783), 1, + STATE(3035), 1, sym__call_signature, - [110062] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [110073] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6177), 1, - anon_sym_BQUOTE, - ACTIONS(6179), 1, - sym__template_chars, - STATE(3246), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [110090] = 2, + STATE(3744), 1, + sym_type_parameters, + [113727] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2365), 5, + ACTIONS(1473), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110101] = 2, + [113738] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6181), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(5680), 1, + anon_sym_LBRACE, + ACTIONS(6256), 1, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110112] = 4, + ACTIONS(6258), 1, + sym__automatic_semicolon, + ACTIONS(6260), 1, + sym__function_signature_automatic_semicolon, + STATE(605), 1, + sym_statement_block, + [113757] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - STATE(3622), 1, - sym__initializer, - ACTIONS(6183), 3, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3854), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [113776] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5744), 5, sym__automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [110127] = 2, + anon_sym_PIPE_RBRACE, + [113787] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4566), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_QMARK, - [110138] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3892), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [113806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6185), 5, + ACTIONS(6278), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110149] = 2, + [113817] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2413), 5, + ACTIONS(6280), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110160] = 6, + [113828] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3833), 1, + STATE(3095), 1, sym__call_signature, - [110179] = 6, + STATE(3744), 1, + sym_type_parameters, + [113847] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(5805), 1, - anon_sym_class, - ACTIONS(5807), 1, - anon_sym_abstract, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - [110198] = 2, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(6282), 1, + sym_identifier, + STATE(3859), 2, + sym__module_export_name, + sym_string, + [113864] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6235), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6284), 1, + anon_sym_BQUOTE, + ACTIONS(6286), 1, + sym__template_chars, + STATE(3288), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [113881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2333), 5, + ACTIONS(6288), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110209] = 6, + [113892] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(3031), 1, - sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [110228] = 2, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5566), 1, + anon_sym_extends, + ACTIONS(6143), 1, + anon_sym_PIPE, + ACTIONS(6290), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [113909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 5, + ACTIONS(5772), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110239] = 2, + [113920] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1363), 5, + ACTIONS(6292), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110250] = 2, + [113931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5647), 5, + ACTIONS(5766), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110261] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2623), 1, - sym_formal_parameters, - STATE(3152), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [110280] = 6, + [113942] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3725), 1, - sym__call_signature, - [110299] = 5, + ACTIONS(3236), 1, + anon_sym_COLON, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4838), 1, + anon_sym_COMMA, + ACTIONS(6294), 1, + anon_sym_RBRACE, + STATE(3661), 1, + aux_sym_object_pattern_repeat1, + [113961] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(6004), 1, - anon_sym_PIPE, - ACTIONS(6187), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [110316] = 6, + ACTIONS(6235), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6296), 1, + anon_sym_BQUOTE, + ACTIONS(6298), 1, + sym__template_chars, + STATE(3341), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [113978] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 1, + ACTIONS(210), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1226), 1, anon_sym_LBRACE, - ACTIONS(6111), 1, - anon_sym_SEMI, - ACTIONS(6113), 1, - sym__automatic_semicolon, - ACTIONS(6115), 1, - sym__function_signature_automatic_semicolon, - STATE(609), 1, - sym_statement_block, - [110335] = 6, + ACTIONS(5813), 1, + anon_sym_extends, + STATE(760), 1, + sym_object_type, + STATE(3632), 1, + sym_extends_type_clause, + [113997] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(5521), 1, anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3772), 1, - sym__call_signature, - [110354] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1335), 1, + ACTIONS(6300), 1, anon_sym_LBRACE, - ACTIONS(6043), 1, - anon_sym_SEMI, - ACTIONS(6045), 1, - sym__automatic_semicolon, - ACTIONS(6047), 1, - sym__function_signature_automatic_semicolon, - STATE(154), 1, - sym_statement_block, - [110373] = 2, + STATE(3617), 1, + sym_type_arguments, + ACTIONS(6302), 2, + anon_sym_COMMA, + anon_sym_LBRACE_PIPE, + [114014] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5705), 5, + ACTIONS(6304), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110384] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(3287), 1, - sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [110403] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3665), 1, - sym__call_signature, - STATE(3675), 1, - sym_type_parameters, - [110422] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3759), 1, - sym__call_signature, - [110441] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3869), 1, - sym__call_signature, - [110460] = 5, + [114025] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6189), 1, - anon_sym_BQUOTE, - ACTIONS(6191), 1, - sym__template_chars, - STATE(3166), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [110477] = 5, + ACTIONS(6306), 5, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_extends, + anon_sym_implements, + [114036] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6010), 1, + ACTIONS(6235), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6039), 1, + ACTIONS(6237), 1, sym__template_chars, - ACTIONS(6193), 1, + ACTIONS(6308), 1, anon_sym_BQUOTE, - STATE(3155), 2, + STATE(3178), 2, sym_template_type, aux_sym_template_literal_type_repeat1, - [110494] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6195), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110505] = 6, + [114053] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6095), 1, - anon_sym_abstract, - ACTIONS(6197), 1, - anon_sym_class, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - [110524] = 6, + ACTIONS(5892), 1, + anon_sym_COLON, + ACTIONS(6310), 1, + anon_sym_EQ_GT, + STATE(3874), 3, + sym_type_annotation, + sym_asserts_annotation, + sym_type_predicate_annotation, + [114068] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1501), 1, + anon_sym_DOT, + ACTIONS(3793), 2, + anon_sym_LBRACE, anon_sym_LT, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(2951), 1, - sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [110543] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6199), 5, - sym__automatic_semicolon, + ACTIONS(3795), 2, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110554] = 2, + anon_sym_LBRACE_PIPE, + [114083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6201), 5, + ACTIONS(5772), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110565] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5236), 1, - anon_sym_EQ, - STATE(3601), 1, - sym__initializer, - ACTIONS(6203), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [110580] = 6, + [114094] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3852), 1, + STATE(3875), 1, sym__call_signature, - [110599] = 5, + STATE(3975), 1, + sym_type_parameters, + [114113] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - ACTIONS(6205), 1, - sym_identifier, - STATE(3883), 2, - sym__module_export_name, - sym_string, - [110616] = 6, + ACTIONS(6313), 5, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [114124] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(3062), 1, - sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [110635] = 2, + ACTIONS(6235), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6237), 1, + sym__template_chars, + ACTIONS(6315), 1, + anon_sym_BQUOTE, + STATE(3178), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [114141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2357), 5, + ACTIONS(6317), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110646] = 6, + [114152] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(1383), 1, anon_sym_LBRACE, - ACTIONS(5996), 1, + ACTIONS(6256), 1, anon_sym_SEMI, - ACTIONS(5998), 1, + ACTIONS(6258), 1, sym__automatic_semicolon, - ACTIONS(6000), 1, + ACTIONS(6260), 1, sym__function_signature_automatic_semicolon, - STATE(1956), 1, + STATE(157), 1, sym_statement_block, - [110665] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5863), 1, - anon_sym_COLON, - ACTIONS(6207), 1, - anon_sym_EQ_GT, - STATE(3782), 3, - sym_type_annotation, - sym_asserts, - sym_type_predicate_annotation, - [110680] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2623), 1, - sym_formal_parameters, - STATE(3591), 1, - sym__call_signature, - STATE(3873), 1, - sym_type_parameters, - [110699] = 2, + [114171] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2361), 5, + ACTIONS(5766), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [110710] = 6, + [114182] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3257), 1, + STATE(3926), 1, sym__call_signature, - STATE(3884), 1, + STATE(3975), 1, sym_type_parameters, - [110729] = 6, + [114201] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3692), 1, + STATE(3230), 1, sym__call_signature, - [110748] = 2, + STATE(3744), 1, + sym_type_parameters, + [114220] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2385), 5, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3336), 1, + anon_sym_LBRACE, + ACTIONS(6135), 1, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110759] = 2, + ACTIONS(6137), 1, + sym__automatic_semicolon, + ACTIONS(6139), 1, + sym__function_signature_automatic_semicolon, + STATE(1957), 1, + sym_statement_block, + [114239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2389), 5, - sym__automatic_semicolon, + ACTIONS(4694), 5, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110770] = 2, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [114250] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6210), 5, - sym__automatic_semicolon, + ACTIONS(6235), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6319), 1, + anon_sym_BQUOTE, + ACTIONS(6321), 1, + sym__template_chars, + STATE(3323), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [114267] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4559), 5, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110781] = 5, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_QMARK, + [114278] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(6004), 1, - anon_sym_PIPE, - ACTIONS(6212), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [110798] = 2, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6248), 1, + anon_sym_abstract, + ACTIONS(6323), 1, + anon_sym_class, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [114297] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2405), 5, + ACTIONS(5399), 1, + anon_sym_EQ, + STATE(3575), 1, + sym__initializer, + ACTIONS(6325), 3, sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [110809] = 5, + [114312] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5463), 1, - anon_sym_LT, - ACTIONS(6214), 1, - anon_sym_LBRACE, - STATE(3449), 1, - sym_type_arguments, - ACTIONS(6216), 2, + ACTIONS(5399), 1, + anon_sym_EQ, + STATE(3535), 1, + sym__initializer, + ACTIONS(6327), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [110826] = 5, + anon_sym_SEMI, + [114327] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6010), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6039), 1, - sym__template_chars, - ACTIONS(6218), 1, - anon_sym_BQUOTE, - STATE(3155), 2, - sym_template_type, - aux_sym_template_literal_type_repeat1, - [110843] = 6, + ACTIONS(3236), 1, + anon_sym_COLON, + ACTIONS(4518), 1, + anon_sym_EQ, + ACTIONS(4838), 1, + anon_sym_COMMA, + ACTIONS(6329), 1, + anon_sym_RBRACE, + STATE(3667), 1, + aux_sym_object_pattern_repeat1, + [114346] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3079), 1, + STATE(3838), 1, sym__call_signature, - STATE(3884), 1, + STATE(3975), 1, sym_type_parameters, - [110862] = 6, + [114365] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3509), 1, + STATE(3853), 1, sym__call_signature, - STATE(3873), 1, + STATE(3975), 1, sym_type_parameters, - [110881] = 6, + [114384] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2949), 1, sym_formal_parameters, - STATE(3675), 1, + STATE(3975), 1, sym_type_parameters, - STATE(3746), 1, + STATE(3978), 1, sym__call_signature, - [110900] = 4, + [114403] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - STATE(3524), 1, + STATE(3612), 1, sym__initializer, - ACTIONS(6220), 3, + ACTIONS(6331), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110915] = 2, + [114418] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6222), 5, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_extends, - anon_sym_implements, - [110926] = 2, + ACTIONS(6235), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6237), 1, + sym__template_chars, + ACTIONS(6333), 1, + anon_sym_BQUOTE, + STATE(3178), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [114435] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [110937] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3975), 1, + sym_type_parameters, + STATE(3984), 1, + sym__call_signature, + [114454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(6335), 1, anon_sym_EQ, - STATE(3477), 1, - sym__initializer, - ACTIONS(6224), 3, - sym__automatic_semicolon, + ACTIONS(3075), 4, anon_sym_COMMA, - anon_sym_SEMI, - [110952] = 4, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RBRACK, + [114467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5236), 1, + ACTIONS(5399), 1, anon_sym_EQ, - STATE(3475), 1, + STATE(3622), 1, sym__initializer, - ACTIONS(6226), 3, + ACTIONS(6337), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [110967] = 6, + [114482] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5246), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2643), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(2876), 1, + STATE(3297), 1, sym__call_signature, - STATE(3884), 1, + STATE(3744), 1, sym_type_parameters, - [110986] = 6, + [114501] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3747), 1, - sym__call_signature, - [111005] = 2, + ACTIONS(1925), 1, + anon_sym_DQUOTE, + ACTIONS(1927), 1, + anon_sym_SQUOTE, + ACTIONS(6339), 1, + sym_identifier, + STATE(3555), 2, + sym__module_export_name, + sym_string, + [114518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5990), 5, + ACTIONS(6341), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [111016] = 2, + anon_sym_PIPE_RBRACE, + [114529] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5964), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [111027] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2686), 1, + sym_formal_parameters, + STATE(3684), 1, + sym__call_signature, + STATE(3910), 1, + sym_type_parameters, + [114548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6228), 5, + ACTIONS(6343), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111038] = 2, + [114559] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6230), 5, + ACTIONS(6345), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111049] = 2, + [114570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6232), 5, + ACTIONS(5756), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111060] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3777), 1, - sym__call_signature, - [111079] = 6, + [114581] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3792), 1, - sym__call_signature, - [111098] = 6, + ACTIONS(6235), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6347), 1, + anon_sym_BQUOTE, + ACTIONS(6349), 1, + sym__template_chars, + STATE(3238), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [114598] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, - anon_sym_LBRACE, - ACTIONS(6062), 1, - anon_sym_SEMI, - ACTIONS(6064), 1, + ACTIONS(5399), 1, + anon_sym_EQ, + STATE(3566), 1, + sym__initializer, + ACTIONS(6351), 3, sym__automatic_semicolon, - ACTIONS(6066), 1, - sym__function_signature_automatic_semicolon, - STATE(1941), 1, - sym_statement_block, - [111117] = 2, + anon_sym_COMMA, + anon_sym_SEMI, + [114613] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6234), 5, + ACTIONS(6353), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111128] = 2, + [114624] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5711), 5, + ACTIONS(5754), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111139] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2643), 1, - sym_formal_parameters, - STATE(3239), 1, - sym__call_signature, - STATE(3884), 1, - sym_type_parameters, - [111158] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(2996), 1, - sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3862), 1, - sym__call_signature, - [111177] = 6, + [114635] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1335), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - ACTIONS(6111), 1, + ACTIONS(6180), 1, anon_sym_SEMI, - ACTIONS(6113), 1, + ACTIONS(6182), 1, sym__automatic_semicolon, - ACTIONS(6115), 1, + ACTIONS(6184), 1, sym__function_signature_automatic_semicolon, - STATE(135), 1, + STATE(1998), 1, sym_statement_block, - [111196] = 6, + [114654] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(5896), 1, + anon_sym_class, + ACTIONS(5898), 1, + anon_sym_abstract, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [114673] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + ACTIONS(6355), 1, + sym_identifier, + STATE(4013), 2, + sym__module_export_name, + sym_string, + [114690] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1421), 1, + anon_sym_DOT, + ACTIONS(3793), 2, + anon_sym_LBRACE, + anon_sym_LT, + ACTIONS(3795), 2, + anon_sym_COMMA, + anon_sym_LBRACE_PIPE, + [114705] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6235), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6357), 1, + anon_sym_BQUOTE, + ACTIONS(6359), 1, + sym__template_chars, + STATE(3317), 2, + sym_template_type, + aux_sym_template_literal_type_repeat1, + [114722] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(2996), 1, + STATE(2754), 1, sym_formal_parameters, - STATE(3675), 1, - sym_type_parameters, - STATE(3843), 1, + STATE(2967), 1, sym__call_signature, - [111215] = 2, + STATE(3744), 1, + sym_type_parameters, + [114741] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 5, + ACTIONS(5756), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111226] = 2, + [114752] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5711), 5, + ACTIONS(6361), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_SEMI, anon_sym_PIPE_RBRACE, - [111237] = 6, + [114763] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2623), 1, + STATE(2686), 1, sym_formal_parameters, - STATE(3240), 1, + STATE(3326), 1, sym__call_signature, - STATE(3873), 1, + STATE(3910), 1, sym_type_parameters, - [111256] = 2, + [114782] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5678), 5, - sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [111267] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5409), 1, + anon_sym_LPAREN, + STATE(2754), 1, + sym_formal_parameters, + STATE(3325), 1, + sym__call_signature, + STATE(3744), 1, + sym_type_parameters, + [114801] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5717), 5, - sym__automatic_semicolon, + ACTIONS(4488), 5, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_PIPE_RBRACE, - [111278] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6236), 1, + anon_sym_RPAREN, anon_sym_COLON, - [111294] = 4, - ACTIONS(6238), 1, - anon_sym_SQUOTE, - ACTIONS(6243), 1, - sym_comment, - STATE(3300), 1, - aux_sym_string_repeat2, - ACTIONS(6240), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [111308] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6245), 1, - anon_sym_RBRACK, - [111324] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6247), 1, - sym_identifier, - STATE(2922), 1, - sym_nested_type_identifier, - STATE(3337), 1, - sym_generic_type, - STATE(3980), 1, - sym_nested_identifier, - [111340] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6249), 1, - anon_sym_RBRACK, - [111356] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6251), 1, - anon_sym_DQUOTE, - STATE(3304), 1, - aux_sym_string_repeat1, - ACTIONS(6253), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [111370] = 5, + anon_sym_QMARK, + [114812] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6256), 1, - anon_sym_RBRACK, - [111386] = 5, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(2949), 1, + sym_formal_parameters, + STATE(3934), 1, + sym__call_signature, + STATE(3975), 1, + sym_type_parameters, + [114831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6258), 1, - anon_sym_LBRACE, - ACTIONS(6260), 1, + ACTIONS(5754), 5, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6263), 1, - anon_sym_LBRACE_PIPE, - STATE(3306), 1, - aux_sym_extends_type_clause_repeat1, - [111402] = 2, + anon_sym_RBRACE, + anon_sym_SEMI, + anon_sym_PIPE_RBRACE, + [114842] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5090), 4, + ACTIONS(6363), 5, sym__automatic_semicolon, - sym__function_signature_automatic_semicolon, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_SEMI, - [111412] = 5, + anon_sym_PIPE_RBRACE, + [114853] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3708), 1, - sym_type_parameters, - STATE(4144), 1, - sym_formal_parameters, - [111428] = 4, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(5898), 1, + anon_sym_abstract, + ACTIONS(6365), 1, + anon_sym_class, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [114872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5382), 1, + ACTIONS(3236), 1, + anon_sym_COLON, + ACTIONS(4518), 1, anon_sym_EQ, - STATE(3715), 1, - sym_default_type, - ACTIONS(6265), 2, + ACTIONS(6367), 2, anon_sym_COMMA, - anon_sym_GT, - [111442] = 5, + anon_sym_RBRACE, + [114886] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6267), 1, + ACTIONS(6369), 1, anon_sym_RBRACK, - [111458] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6269), 1, + [114902] = 4, + ACTIONS(6371), 1, anon_sym_DQUOTE, - STATE(3304), 1, + ACTIONS(6375), 1, + sym_comment, + STATE(3388), 1, aux_sym_string_repeat1, - ACTIONS(6271), 2, + ACTIONS(6373), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [111472] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6269), 1, + [114916] = 4, + ACTIONS(6371), 1, anon_sym_SQUOTE, - STATE(3300), 1, + ACTIONS(6375), 1, + sym_comment, + STATE(3389), 1, aux_sym_string_repeat2, - ACTIONS(6273), 2, + ACTIONS(6377), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [111486] = 5, + [114930] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3855), 1, - sym_type_parameters, - STATE(3981), 1, - sym_formal_parameters, - [111502] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6275), 1, - anon_sym_RPAREN, - [111518] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym_AT, - ACTIONS(6277), 1, - anon_sym_export, - STATE(1113), 1, - aux_sym_export_statement_repeat1, - STATE(1156), 1, - sym_decorator, - [111534] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3729), 1, - sym_type_parameters, - STATE(4179), 1, - sym_formal_parameters, - [111550] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5656), 1, - anon_sym_EQ, - STATE(3886), 1, - sym__initializer, - ACTIONS(6279), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [111564] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1096), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - anon_sym_LPAREN, - STATE(1385), 2, - sym_template_string, - sym_arguments, - [111578] = 4, - ACTIONS(3), 1, + ACTIONS(6379), 1, + anon_sym_QMARK, + [114946] = 5, + ACTIONS(6375), 1, sym_comment, - ACTIONS(4000), 1, - anon_sym_COMMA, - STATE(3398), 1, - aux_sym_extends_clause_repeat1, - ACTIONS(6281), 2, - anon_sym_LBRACE, - anon_sym_implements, - [111592] = 5, + ACTIONS(6381), 1, + sym__glimmer_template_content, + ACTIONS(6383), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1915), 1, + sym_glimmer_closing_tag, + STATE(3392), 1, + aux_sym_glimmer_template_repeat1, + [114962] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6283), 1, - anon_sym_COLON, - [111608] = 5, + ACTIONS(6385), 1, + anon_sym_QMARK, + [114978] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6285), 1, - anon_sym_RBRACK, - [111624] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3583), 4, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_RBRACK, - [111634] = 5, + ACTIONS(6387), 1, + anon_sym_QMARK, + [114994] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6287), 1, - anon_sym_RBRACK, - [111650] = 5, + ACTIONS(6389), 1, + anon_sym_QMARK, + [115010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3863), 1, - sym_type_parameters, - STATE(3985), 1, - sym_formal_parameters, - [111666] = 5, + ACTIONS(6391), 1, + anon_sym_from, + STATE(3849), 1, + sym__from_clause, + ACTIONS(6393), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [115024] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6289), 1, - anon_sym_RPAREN, - [111682] = 5, + ACTIONS(95), 1, + anon_sym_AT, + ACTIONS(6395), 1, + anon_sym_class, + STATE(1138), 1, + aux_sym_export_statement_repeat1, + STATE(1162), 1, + sym_decorator, + [115040] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6291), 1, - anon_sym_COLON, - [111698] = 2, + ACTIONS(6397), 1, + anon_sym_COMMA, + STATE(3406), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6399), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [115054] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6293), 4, - sym__template_chars, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR_LBRACE, - [111708] = 5, + ACTIONS(6397), 1, + anon_sym_COMMA, + STATE(3407), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6401), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [115068] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, + ACTIONS(1449), 1, anon_sym_COMMA, - ACTIONS(6295), 1, + ACTIONS(6403), 1, anon_sym_EQ, - ACTIONS(6297), 1, + ACTIONS(6405), 1, anon_sym_RBRACK, - STATE(3518), 1, + STATE(3701), 1, aux_sym_array_pattern_repeat1, - [111724] = 5, + [115084] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(2591), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2788), 1, - sym_formal_parameters, - STATE(3809), 1, + STATE(3834), 1, sym_type_parameters, - [111740] = 4, + STATE(4058), 1, + sym_formal_parameters, + [115100] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6299), 1, - anon_sym_from, - STATE(3659), 1, - sym__from_clause, - ACTIONS(4069), 2, + ACTIONS(1449), 1, + anon_sym_COMMA, + ACTIONS(6403), 1, + anon_sym_EQ, + ACTIONS(6407), 1, + anon_sym_RBRACK, + STATE(3523), 1, + aux_sym_array_pattern_repeat1, + [115116] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6397), 1, + anon_sym_COMMA, + STATE(3431), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6409), 2, sym__automatic_semicolon, anon_sym_SEMI, - [111754] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6301), 1, - anon_sym_SQUOTE, - STATE(3300), 1, - aux_sym_string_repeat2, - ACTIONS(6273), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [111768] = 4, - ACTIONS(6243), 1, + [115130] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6301), 1, + ACTIONS(6411), 1, anon_sym_DQUOTE, - STATE(3304), 1, + STATE(3425), 1, aux_sym_string_repeat1, - ACTIONS(6271), 2, + ACTIONS(6413), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [111782] = 4, - ACTIONS(3), 1, + [115144] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(3190), 1, - anon_sym_COLON, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(6303), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [111796] = 4, + ACTIONS(6411), 1, + anon_sym_SQUOTE, + STATE(3426), 1, + aux_sym_string_repeat2, + ACTIONS(6415), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [115158] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6305), 1, - anon_sym_COMMA, - STATE(3334), 1, - aux_sym_array_repeat1, - ACTIONS(4292), 2, - anon_sym_RPAREN, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6417), 1, anon_sym_RBRACK, - [111810] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5656), 1, - anon_sym_EQ, - STATE(3888), 1, - sym__initializer, - ACTIONS(6308), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [111824] = 4, + [115174] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6310), 1, + ACTIONS(6397), 1, anon_sym_COMMA, - STATE(3354), 1, + STATE(3430), 1, aux_sym_variable_declaration_repeat1, - ACTIONS(6312), 2, + ACTIONS(6419), 2, sym__automatic_semicolon, anon_sym_SEMI, - [111838] = 5, - ACTIONS(3), 1, + [115188] = 5, + ACTIONS(6375), 1, sym_comment, - ACTIONS(5605), 1, - anon_sym_COMMA, - ACTIONS(5847), 1, - anon_sym_LBRACE, - ACTIONS(5849), 1, - anon_sym_LBRACE_PIPE, - STATE(3401), 1, - aux_sym_extends_type_clause_repeat1, - [111854] = 4, + ACTIONS(6383), 1, + anon_sym_LT_SLASHtemplate_GT, + ACTIONS(6421), 1, + sym__glimmer_template_content, + STATE(1964), 1, + sym_glimmer_closing_tag, + STATE(3565), 1, + aux_sym_glimmer_template_repeat1, + [115204] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6310), 1, - anon_sym_COMMA, - STATE(3366), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6314), 2, + ACTIONS(6391), 1, + anon_sym_from, + STATE(3939), 1, + sym__from_clause, + ACTIONS(4052), 2, sym__automatic_semicolon, anon_sym_SEMI, - [111868] = 4, + [115218] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6310), 1, - anon_sym_COMMA, - STATE(3366), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6316), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [111882] = 4, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6423), 1, + anon_sym_RBRACK, + [115234] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3152), 1, - anon_sym_LBRACE, - ACTIONS(5479), 1, - anon_sym_STAR, - STATE(4047), 2, - sym_namespace_import, - sym_named_imports, - [111896] = 5, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6425), 1, + anon_sym_RBRACK, + [115250] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(5119), 1, + anon_sym_EQ_GT, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + [115264] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1833), 1, + anon_sym_LT, + ACTIONS(6427), 1, + anon_sym_EQ_GT, + ACTIONS(3236), 2, + anon_sym_LPAREN, + anon_sym_QMARK, + [115278] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6429), 1, + anon_sym_DQUOTE, + STATE(3425), 1, + aux_sym_string_repeat1, + ACTIONS(6413), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [115292] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6429), 1, + anon_sym_SQUOTE, + STATE(3426), 1, + aux_sym_string_repeat2, + ACTIONS(6415), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [115306] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6318), 1, + ACTIONS(6431), 1, anon_sym_RBRACK, - [111912] = 4, + [115322] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6310), 1, - anon_sym_COMMA, - STATE(3350), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6320), 2, + ACTIONS(6391), 1, + anon_sym_from, + STATE(3814), 1, + sym__from_clause, + ACTIONS(6433), 2, sym__automatic_semicolon, anon_sym_SEMI, - [111926] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6322), 1, - anon_sym_COMMA, - STATE(3343), 1, - aux_sym_implements_clause_repeat1, - ACTIONS(5801), 2, - anon_sym_LBRACE, - anon_sym_GT, - [111940] = 5, + [115336] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6325), 1, + ACTIONS(6435), 1, anon_sym_QMARK, - [111956] = 5, + [115352] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3893), 1, + STATE(3767), 1, sym_type_parameters, - STATE(4076), 1, + STATE(4059), 1, sym_formal_parameters, - [111972] = 5, + [115368] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3214), 1, + anon_sym_LBRACE, + ACTIONS(5441), 1, + anon_sym_STAR, + STATE(3999), 2, + sym_namespace_import, + sym_named_imports, + [115382] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3892), 1, + STATE(3761), 1, sym_type_parameters, - STATE(4160), 1, + STATE(4095), 1, sym_formal_parameters, - [111988] = 5, + [115398] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6397), 1, + anon_sym_COMMA, + STATE(3432), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6437), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [115412] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6397), 1, + anon_sym_COMMA, + STATE(3432), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6439), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [115426] = 5, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6441), 1, + sym__glimmer_template_content, + ACTIONS(6443), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1444), 1, + sym_glimmer_closing_tag, + STATE(3481), 1, + aux_sym_glimmer_template_repeat1, + [115442] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5724), 1, + anon_sym_EQ, + STATE(3949), 1, + sym__initializer, + ACTIONS(6445), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [115456] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6447), 1, + anon_sym_COMMA, + STATE(3410), 1, + aux_sym_array_repeat1, + ACTIONS(4291), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [115470] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5137), 4, + sym__automatic_semicolon, + sym__function_signature_automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [115480] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6452), 1, + anon_sym_COMMA, + STATE(3440), 1, + aux_sym_extends_clause_repeat1, + ACTIONS(6450), 2, + anon_sym_LBRACE, + anon_sym_implements, + [115494] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3682), 1, + STATE(3795), 1, sym_type_parameters, - STATE(3962), 1, + STATE(4252), 1, sym_formal_parameters, - [112004] = 4, - ACTIONS(6243), 1, + [115510] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6327), 1, + ACTIONS(6454), 1, anon_sym_SQUOTE, - STATE(3331), 1, + STATE(3399), 1, aux_sym_string_repeat2, - ACTIONS(6329), 2, + ACTIONS(6456), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [112018] = 4, - ACTIONS(6243), 1, + [115524] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6327), 1, + ACTIONS(6454), 1, anon_sym_DQUOTE, - STATE(3332), 1, + STATE(3398), 1, aux_sym_string_repeat1, - ACTIONS(6331), 2, + ACTIONS(6458), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [112032] = 4, + [115538] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6310), 1, - anon_sym_COMMA, - STATE(3366), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6333), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [112046] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6335), 1, - anon_sym_DQUOTE, - STATE(3368), 1, - aux_sym_string_repeat1, - ACTIONS(6337), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [112060] = 4, - ACTIONS(6243), 1, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(3796), 1, + sym_type_parameters, + STATE(4259), 1, + sym_formal_parameters, + [115554] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6335), 1, - anon_sym_SQUOTE, - STATE(3369), 1, - aux_sym_string_repeat2, - ACTIONS(6339), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [112074] = 5, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2845), 1, + sym_formal_parameters, + STATE(3923), 1, + sym_type_parameters, + [115570] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(6341), 1, - anon_sym_class, - STATE(1113), 1, + ACTIONS(6460), 1, + anon_sym_export, + STATE(1138), 1, aux_sym_export_statement_repeat1, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - [112090] = 4, + [115586] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6310), 1, - anon_sym_COMMA, - STATE(3366), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6343), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [112104] = 5, + ACTIONS(3008), 1, + anon_sym_LPAREN, + ACTIONS(3014), 1, + anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + [115602] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6345), 1, + ACTIONS(6462), 1, anon_sym_RPAREN, - [112120] = 3, + [115618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6347), 1, - anon_sym_EQ_GT, - ACTIONS(3190), 3, - anon_sym_LPAREN, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3886), 1, + sym_default_type, + ACTIONS(6464), 2, + anon_sym_COMMA, + anon_sym_GT, + [115632] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, anon_sym_LT, - anon_sym_QMARK, - [112132] = 5, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(3884), 1, + sym_type_parameters, + STATE(4038), 1, + sym_formal_parameters, + [115648] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6349), 1, - anon_sym_RBRACK, - [112148] = 3, + ACTIONS(6466), 1, + anon_sym_COLON, + [115664] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5022), 1, - anon_sym_EQ_GT, - ACTIONS(3190), 3, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_QMARK, - [112160] = 5, + ACTIONS(2733), 1, + anon_sym_const, + ACTIONS(6468), 1, + sym_identifier, + ACTIONS(6470), 1, + anon_sym_GT, + STATE(3878), 1, + sym_type_parameter, + [115680] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6472), 1, + anon_sym_DQUOTE, + STATE(3425), 1, + aux_sym_string_repeat1, + ACTIONS(6474), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [115694] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6477), 1, + anon_sym_SQUOTE, + STATE(3426), 1, + aux_sym_string_repeat2, + ACTIONS(6479), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [115708] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6482), 1, + sym_identifier, + STATE(2946), 1, + sym_nested_type_identifier, + STATE(3455), 1, + sym_generic_type, + STATE(4082), 1, + sym_nested_identifier, + [115724] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3837), 1, + STATE(3891), 1, sym_type_parameters, - STATE(3998), 1, + STATE(4217), 1, sym_formal_parameters, - [112176] = 5, + [115740] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3834), 1, + STATE(3902), 1, sym_type_parameters, - STATE(4023), 1, + STATE(4181), 1, sym_formal_parameters, - [112192] = 5, + [115756] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6397), 1, + anon_sym_COMMA, + STATE(3432), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6484), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [115770] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6397), 1, + anon_sym_COMMA, + STATE(3432), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6486), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [115784] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6488), 1, + anon_sym_COMMA, + STATE(3432), 1, + aux_sym_variable_declaration_repeat1, + ACTIONS(6491), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [115798] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6351), 1, + ACTIONS(6493), 1, anon_sym_RBRACK, - [112208] = 5, + [115814] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6353), 1, - anon_sym_COLON, - [112224] = 5, + ACTIONS(6495), 1, + anon_sym_RBRACK, + [115830] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3791), 1, + STATE(3965), 1, sym_type_parameters, - STATE(4176), 1, + STATE(4081), 1, sym_formal_parameters, - [112240] = 4, + [115846] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6299), 1, - anon_sym_from, - STATE(3697), 1, - sym__from_clause, - ACTIONS(4046), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [112254] = 4, + ACTIONS(3874), 1, + anon_sym_LPAREN, + ACTIONS(3975), 1, + anon_sym_LT, + STATE(1769), 1, + sym_type_arguments, + STATE(1770), 1, + sym_arguments, + [115862] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5724), 1, + anon_sym_EQ, + STATE(3804), 1, + sym__initializer, + ACTIONS(6497), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [115876] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6299), 1, + ACTIONS(6391), 1, anon_sym_from, - STATE(3882), 1, + STATE(3879), 1, sym__from_clause, - ACTIONS(6355), 2, + ACTIONS(4211), 2, sym__automatic_semicolon, anon_sym_SEMI, - [112268] = 4, + [115890] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6357), 1, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6499), 1, + anon_sym_RPAREN, + [115906] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6452), 1, anon_sym_COMMA, - STATE(3366), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6360), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [112282] = 5, + STATE(3464), 1, + aux_sym_extends_clause_repeat1, + ACTIONS(6501), 2, + anon_sym_LBRACE, + anon_sym_implements, + [115920] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3784), 1, + STATE(3961), 1, sym_type_parameters, - STATE(4127), 1, + STATE(4025), 1, sym_formal_parameters, - [112298] = 4, - ACTIONS(6243), 1, + [115936] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6362), 1, + ACTIONS(6503), 1, anon_sym_DQUOTE, - STATE(3304), 1, + STATE(3460), 1, aux_sym_string_repeat1, - ACTIONS(6271), 2, + ACTIONS(6505), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [112312] = 4, - ACTIONS(6243), 1, + [115950] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6362), 1, + ACTIONS(6503), 1, anon_sym_SQUOTE, - STATE(3300), 1, + STATE(3461), 1, aux_sym_string_repeat2, - ACTIONS(6273), 2, + ACTIONS(6507), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [112326] = 3, + [115964] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2733), 1, + anon_sym_const, + ACTIONS(6468), 1, + sym_identifier, + ACTIONS(6509), 1, + anon_sym_GT, + STATE(3878), 1, + sym_type_parameter, + [115980] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2888), 1, + sym_formal_parameters, + STATE(3752), 1, + sym_type_parameters, + [115996] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5505), 1, + anon_sym_EQ, + STATE(3736), 1, + sym_default_type, + ACTIONS(6511), 2, + anon_sym_COMMA, + anon_sym_GT, + [116010] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6513), 1, + sym_escape_sequence, + ACTIONS(6515), 3, + sym__template_chars, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [116022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6085), 1, + ACTIONS(6200), 1, anon_sym_RBRACE, - ACTIONS(3523), 3, + ACTIONS(3595), 3, anon_sym_AMP, anon_sym_PIPE, anon_sym_extends, - [112338] = 4, - ACTIONS(6243), 1, + [116034] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6364), 1, - anon_sym_SQUOTE, - STATE(3300), 1, - aux_sym_string_repeat2, - ACTIONS(6273), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [112352] = 4, - ACTIONS(6243), 1, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6518), 1, + anon_sym_QMARK, + [116050] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6364), 1, - anon_sym_DQUOTE, - STATE(3304), 1, - aux_sym_string_repeat1, - ACTIONS(6271), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [112366] = 4, - ACTIONS(6243), 1, + ACTIONS(6520), 1, + anon_sym_COMMA, + STATE(3450), 1, + aux_sym_implements_clause_repeat1, + ACTIONS(6111), 2, + anon_sym_LBRACE, + anon_sym_GT, + [116064] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6366), 1, - anon_sym_SQUOTE, - STATE(3371), 1, - aux_sym_string_repeat2, - ACTIONS(6368), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [112380] = 4, - ACTIONS(6243), 1, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6523), 1, + anon_sym_RBRACK, + [116080] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6366), 1, - anon_sym_DQUOTE, - STATE(3372), 1, - aux_sym_string_repeat1, - ACTIONS(6370), 2, - sym_unescaped_double_string_fragment, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6525), 1, + anon_sym_RPAREN, + [116096] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2733), 1, + anon_sym_const, + ACTIONS(6468), 1, + sym_identifier, + ACTIONS(6527), 1, + anon_sym_GT, + STATE(3878), 1, + sym_type_parameter, + [116112] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6529), 4, + sym__template_chars, sym_escape_sequence, - [112394] = 5, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [116122] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5760), 1, + anon_sym_COMMA, + ACTIONS(5880), 1, + anon_sym_LBRACE, + ACTIONS(5882), 1, + anon_sym_LBRACE_PIPE, + STATE(3472), 1, + aux_sym_extends_type_clause_repeat1, + [116138] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6372), 1, - anon_sym_QMARK, - [112410] = 5, - ACTIONS(6243), 1, + ACTIONS(6531), 1, + anon_sym_COLON, + [116154] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6374), 1, - sym__glimmer_template_content, - ACTIONS(6376), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1935), 1, - sym_glimmer_closing_tag, - STATE(3620), 1, - aux_sym_glimmer_template_repeat1, - [112426] = 4, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6533), 1, + anon_sym_RBRACK, + [116170] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, + ACTIONS(6535), 1, anon_sym_EQ, - STATE(3649), 1, + STATE(3825), 1, sym__initializer, - ACTIONS(6378), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [112440] = 4, + ACTIONS(5584), 2, + anon_sym_in, + anon_sym_of, + [116184] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_BQUOTE, - ACTIONS(3767), 1, + ACTIONS(2961), 1, anon_sym_LPAREN, - STATE(1931), 2, - sym_template_string, + ACTIONS(2971), 1, + anon_sym_LT, + STATE(2580), 1, sym_arguments, - [112454] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6380), 1, - anon_sym_SQUOTE, - STATE(3300), 1, - aux_sym_string_repeat2, - ACTIONS(6273), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [112468] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6382), 1, - anon_sym_RPAREN, - [112484] = 4, - ACTIONS(6243), 1, + STATE(2632), 1, + sym_type_arguments, + [116200] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6380), 1, + ACTIONS(6537), 1, anon_sym_DQUOTE, - STATE(3304), 1, + STATE(3425), 1, aux_sym_string_repeat1, - ACTIONS(6271), 2, + ACTIONS(6413), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [112498] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3822), 1, - sym_type_parameters, - STATE(3994), 1, - sym_formal_parameters, - [112514] = 4, - ACTIONS(6243), 1, + [116214] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6384), 1, + ACTIONS(6537), 1, anon_sym_SQUOTE, - STATE(3300), 1, + STATE(3426), 1, aux_sym_string_repeat2, - ACTIONS(6273), 2, + ACTIONS(6415), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [112528] = 5, + [116228] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, - anon_sym_COMMA, - ACTIONS(6295), 1, - anon_sym_EQ, - ACTIONS(6386), 1, - anon_sym_RBRACK, - STATE(3565), 1, - aux_sym_array_pattern_repeat1, - [112544] = 4, - ACTIONS(6243), 1, + ACTIONS(2733), 1, + anon_sym_const, + ACTIONS(6468), 1, + sym_identifier, + ACTIONS(6539), 1, + anon_sym_GT, + STATE(3878), 1, + sym_type_parameter, + [116244] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6384), 1, - anon_sym_DQUOTE, - STATE(3304), 1, - aux_sym_string_repeat1, - ACTIONS(6271), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [112558] = 4, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(3835), 1, + sym_type_parameters, + STATE(4078), 1, + sym_formal_parameters, + [116260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6310), 1, + ACTIONS(6543), 1, anon_sym_COMMA, - STATE(3338), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6388), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [112572] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6390), 1, - anon_sym_SQUOTE, - STATE(3383), 1, - aux_sym_string_repeat2, - ACTIONS(6392), 2, - sym_unescaped_single_string_fragment, - sym_escape_sequence, - [112586] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6390), 1, - anon_sym_DQUOTE, - STATE(3385), 1, - aux_sym_string_repeat1, - ACTIONS(6394), 2, - sym_unescaped_double_string_fragment, - sym_escape_sequence, - [112600] = 5, + STATE(3464), 1, + aux_sym_extends_clause_repeat1, + ACTIONS(6541), 2, + anon_sym_LBRACE, + anon_sym_implements, + [116274] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6396), 1, + ACTIONS(3673), 4, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_COLON, - [112616] = 4, + anon_sym_RBRACK, + [116284] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6310), 1, - anon_sym_COMMA, - STATE(3339), 1, - aux_sym_variable_declaration_repeat1, - ACTIONS(6398), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [112630] = 5, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(3786), 1, + sym_type_parameters, + STATE(4012), 1, + sym_formal_parameters, + [116300] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, + ACTIONS(95), 1, anon_sym_AT, - ACTIONS(6400), 1, + ACTIONS(6546), 1, anon_sym_class, - STATE(1113), 1, + STATE(1138), 1, aux_sym_export_statement_repeat1, - STATE(1156), 1, + STATE(1162), 1, sym_decorator, - [112646] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5605), 1, - anon_sym_COMMA, - ACTIONS(6402), 1, - anon_sym_LBRACE, - ACTIONS(6404), 1, - anon_sym_LBRACE_PIPE, - STATE(3306), 1, - aux_sym_extends_type_clause_repeat1, - [112662] = 5, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6374), 1, - sym__glimmer_template_content, - ACTIONS(6406), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(1450), 1, - sym_glimmer_closing_tag, - STATE(3620), 1, - aux_sym_glimmer_template_repeat1, - [112678] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5605), 1, - anon_sym_COMMA, - ACTIONS(6408), 1, - anon_sym_LBRACE, - ACTIONS(6410), 1, - anon_sym_LBRACE_PIPE, - STATE(3306), 1, - aux_sym_extends_type_clause_repeat1, - [112694] = 5, + [116316] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6412), 1, - anon_sym_RBRACK, - [112710] = 5, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6406), 1, - anon_sym_LT_SLASHtemplate_GT, - ACTIONS(6414), 1, - sym__glimmer_template_content, - STATE(1404), 1, - sym_glimmer_closing_tag, - STATE(3393), 1, - aux_sym_glimmer_template_repeat1, - [112726] = 5, + ACTIONS(3298), 1, + anon_sym_LT, + ACTIONS(3306), 1, + anon_sym_LPAREN, + STATE(1253), 1, + sym_type_arguments, + STATE(1255), 1, + sym_arguments, + [116332] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6416), 1, + ACTIONS(6548), 1, sym_identifier, - STATE(3268), 1, + STATE(3314), 1, sym_nested_type_identifier, - STATE(3617), 1, + STATE(3506), 1, sym_generic_type, - STATE(3980), 1, + STATE(4082), 1, sym_nested_identifier, - [112742] = 4, + [116348] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6420), 1, + ACTIONS(5760), 1, anon_sym_COMMA, - STATE(3398), 1, - aux_sym_extends_clause_repeat1, - ACTIONS(6418), 2, + ACTIONS(6550), 1, anon_sym_LBRACE, - anon_sym_implements, - [112756] = 4, + ACTIONS(6552), 1, + anon_sym_LBRACE_PIPE, + STATE(3502), 1, + aux_sym_extends_type_clause_repeat1, + [116364] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4000), 1, + ACTIONS(5760), 1, anon_sym_COMMA, - STATE(3398), 1, - aux_sym_extends_clause_repeat1, - ACTIONS(6423), 2, + ACTIONS(6554), 1, anon_sym_LBRACE, - anon_sym_implements, - [112770] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2808), 1, - sym_formal_parameters, - STATE(3860), 1, - sym_type_parameters, - [112786] = 5, + ACTIONS(6556), 1, + anon_sym_LBRACE_PIPE, + STATE(3502), 1, + aux_sym_extends_type_clause_repeat1, + [116380] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5605), 1, + ACTIONS(5760), 1, anon_sym_COMMA, - ACTIONS(6402), 1, + ACTIONS(6554), 1, anon_sym_LBRACE, - ACTIONS(6404), 1, + ACTIONS(6556), 1, anon_sym_LBRACE_PIPE, - STATE(3306), 1, + STATE(3502), 1, aux_sym_extends_type_clause_repeat1, - [112802] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6299), 1, - anon_sym_from, - STATE(3814), 1, - sym__from_clause, - ACTIONS(6425), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [112816] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6427), 1, - sym_escape_sequence, - ACTIONS(6429), 3, - sym__template_chars, - anon_sym_BQUOTE, - anon_sym_DOLLAR_LBRACE, - [112828] = 5, + [116396] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6432), 1, - anon_sym_RPAREN, - [112844] = 5, + ACTIONS(6558), 1, + anon_sym_RBRACK, + [116412] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6434), 1, - anon_sym_RBRACK, - [112860] = 5, + ACTIONS(6560), 1, + anon_sym_RPAREN, + [116428] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6436), 1, - anon_sym_QMARK, - [112876] = 4, - ACTIONS(6243), 1, + ACTIONS(6562), 1, + anon_sym_RBRACK, + [116444] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6438), 1, + ACTIONS(6564), 1, anon_sym_SQUOTE, - STATE(3312), 1, + STATE(3426), 1, aux_sym_string_repeat2, - ACTIONS(6440), 2, + ACTIONS(6415), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [112890] = 4, - ACTIONS(6243), 1, + [116458] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6438), 1, + ACTIONS(6564), 1, anon_sym_DQUOTE, - STATE(3311), 1, + STATE(3425), 1, aux_sym_string_repeat1, - ACTIONS(6442), 2, + ACTIONS(6413), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [112904] = 5, - ACTIONS(6243), 1, + [116472] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6376), 1, - anon_sym_LT_SLASHtemplate_GT, - ACTIONS(6444), 1, - sym__glimmer_template_content, - STATE(1863), 1, - sym_glimmer_closing_tag, - STATE(3376), 1, - aux_sym_glimmer_template_repeat1, - [112920] = 5, + ACTIONS(6566), 1, + anon_sym_SQUOTE, + STATE(3476), 1, + aux_sym_string_repeat2, + ACTIONS(6568), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [116486] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6566), 1, + anon_sym_DQUOTE, + STATE(3477), 1, + aux_sym_string_repeat1, + ACTIONS(6570), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [116500] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6446), 1, - anon_sym_RBRACK, - [112936] = 5, + ACTIONS(6572), 1, + anon_sym_COLON, + [116516] = 5, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6421), 1, + sym__glimmer_template_content, + ACTIONS(6443), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(1406), 1, + sym_glimmer_closing_tag, + STATE(3565), 1, + aux_sym_glimmer_template_repeat1, + [116532] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - ACTIONS(6448), 1, - anon_sym_QMARK, - [112952] = 5, + ACTIONS(5519), 1, + anon_sym_LPAREN, + ACTIONS(5521), 1, + anon_sym_LT, + STATE(2389), 1, + sym_arguments, + STATE(2398), 1, + sym_type_arguments, + [116548] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6574), 1, + anon_sym_SQUOTE, + STATE(3426), 1, + aux_sym_string_repeat2, + ACTIONS(6415), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [116562] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6574), 1, + anon_sym_DQUOTE, + STATE(3425), 1, + aux_sym_string_repeat1, + ACTIONS(6413), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [116576] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6576), 1, + anon_sym_SQUOTE, + STATE(3483), 1, + aux_sym_string_repeat2, + ACTIONS(6578), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [116590] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6576), 1, + anon_sym_DQUOTE, + STATE(3484), 1, + aux_sym_string_repeat1, + ACTIONS(6580), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [116604] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6450), 1, + ACTIONS(6582), 1, anon_sym_COLON, - [112968] = 4, + [116620] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6452), 1, - anon_sym_EQ, - STATE(3824), 1, - sym__initializer, - ACTIONS(5487), 2, - anon_sym_in, - anon_sym_of, - [112982] = 4, - ACTIONS(6243), 1, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6584), 1, + anon_sym_RBRACK, + [116636] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6454), 1, + ACTIONS(6586), 1, anon_sym_DQUOTE, - STATE(3418), 1, + STATE(3499), 1, aux_sym_string_repeat1, - ACTIONS(6456), 2, + ACTIONS(6588), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [112996] = 4, - ACTIONS(6243), 1, + [116650] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6454), 1, + ACTIONS(6586), 1, anon_sym_SQUOTE, - STATE(3419), 1, + STATE(3492), 1, aux_sym_string_repeat2, - ACTIONS(6458), 2, + ACTIONS(6590), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [113010] = 5, + [116664] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6460), 1, - anon_sym_QMARK, - [113026] = 4, - ACTIONS(6243), 1, + ACTIONS(6592), 1, + anon_sym_RPAREN, + [116680] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6462), 1, + ACTIONS(6594), 1, anon_sym_SQUOTE, - STATE(3379), 1, + STATE(3426), 1, aux_sym_string_repeat2, - ACTIONS(6464), 2, + ACTIONS(6415), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [113040] = 4, - ACTIONS(6243), 1, + [116694] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6466), 1, + ACTIONS(5323), 1, + anon_sym_LPAREN, + ACTIONS(5329), 1, + anon_sym_LT, + STATE(2628), 1, + sym_arguments, + STATE(2728), 1, + sym_type_arguments, + [116710] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6596), 1, + anon_sym_SQUOTE, + STATE(3426), 1, + aux_sym_string_repeat2, + ACTIONS(6415), 2, + sym_unescaped_single_string_fragment, + sym_escape_sequence, + [116724] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6596), 1, anon_sym_DQUOTE, - STATE(3304), 1, + STATE(3425), 1, aux_sym_string_repeat1, - ACTIONS(6271), 2, + ACTIONS(6413), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [113054] = 4, - ACTIONS(6243), 1, + [116738] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6466), 1, + ACTIONS(6598), 1, anon_sym_SQUOTE, - STATE(3300), 1, + STATE(3494), 1, aux_sym_string_repeat2, - ACTIONS(6273), 2, + ACTIONS(6600), 2, sym_unescaped_single_string_fragment, sym_escape_sequence, - [113068] = 4, - ACTIONS(6243), 1, + [116752] = 4, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6462), 1, + ACTIONS(6598), 1, anon_sym_DQUOTE, - STATE(3381), 1, + STATE(3495), 1, aux_sym_string_repeat1, - ACTIONS(6468), 2, + ACTIONS(6602), 2, sym_unescaped_double_string_fragment, sym_escape_sequence, - [113082] = 5, + [116766] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, + ACTIONS(5419), 1, anon_sym_AMP, - ACTIONS(5250), 1, + ACTIONS(5421), 1, anon_sym_PIPE, - ACTIONS(5262), 1, + ACTIONS(5423), 1, anon_sym_extends, - ACTIONS(6470), 1, - anon_sym_QMARK, - [113098] = 4, + ACTIONS(6604), 1, + anon_sym_COLON, + [116782] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6594), 1, + anon_sym_DQUOTE, + STATE(3425), 1, + aux_sym_string_repeat1, + ACTIONS(6413), 2, + sym_unescaped_double_string_fragment, + sym_escape_sequence, + [116796] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + ACTIONS(6606), 1, + anon_sym_COLON, + [116812] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(5724), 1, + anon_sym_EQ, + STATE(3763), 1, + sym__initializer, + ACTIONS(6608), 2, anon_sym_COMMA, - ACTIONS(4271), 1, + anon_sym_RBRACE, + [116826] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6610), 1, + anon_sym_LBRACE, + ACTIONS(6612), 1, + anon_sym_COMMA, + ACTIONS(6615), 1, + anon_sym_LBRACE_PIPE, + STATE(3502), 1, + aux_sym_extends_type_clause_repeat1, + [116842] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(6617), 1, anon_sym_RBRACK, - STATE(3334), 1, + STATE(3410), 1, aux_sym_array_repeat1, - [113111] = 4, + [116855] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, + ACTIONS(6619), 1, + anon_sym_COMMA, + ACTIONS(6621), 1, + anon_sym_RBRACE, + STATE(3606), 1, + aux_sym_enum_body_repeat1, + [116868] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6623), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6297), 1, + anon_sym_SEMI, + [116877] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6300), 1, + anon_sym_LBRACE, + ACTIONS(6302), 2, + anon_sym_COMMA, + anon_sym_LBRACE_PIPE, + [116888] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2485), 1, anon_sym_RBRACK, - STATE(3518), 1, - aux_sym_array_pattern_repeat1, - [113124] = 4, + ACTIONS(6625), 1, + anon_sym_COMMA, + STATE(3728), 1, + aux_sym_tuple_type_repeat1, + [116901] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6472), 1, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(6627), 1, + anon_sym_RPAREN, + STATE(3410), 1, + aux_sym_array_repeat1, + [116914] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6629), 1, anon_sym_LPAREN, - ACTIONS(6474), 1, + ACTIONS(6631), 1, anon_sym_await, - STATE(42), 1, + STATE(49), 1, sym__for_header, - [113137] = 3, + [116927] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1329), 1, + anon_sym_RPAREN, + ACTIONS(6633), 1, + anon_sym_COMMA, + STATE(3548), 1, + aux_sym_formal_parameters_repeat1, + [116940] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2753), 1, + anon_sym_GT, + ACTIONS(6635), 1, + anon_sym_COMMA, + STATE(3450), 1, + aux_sym_implements_clause_repeat1, + [116953] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(4385), 1, + anon_sym_RBRACK, + STATE(3410), 1, + aux_sym_array_repeat1, + [116966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6476), 1, + ACTIONS(6637), 1, sym_identifier, - ACTIONS(6478), 2, + ACTIONS(6639), 2, sym__automatic_semicolon, anon_sym_SEMI, - [113148] = 3, + [116977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6480), 1, + ACTIONS(6641), 1, sym_identifier, - ACTIONS(6482), 2, + ACTIONS(6643), 2, sym__automatic_semicolon, anon_sym_SEMI, - [113159] = 2, + [116988] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6484), 3, - sym__automatic_semicolon, + ACTIONS(1624), 1, anon_sym_COMMA, - anon_sym_SEMI, - [113168] = 3, + ACTIONS(6645), 1, + anon_sym_RBRACK, + STATE(3410), 1, + aux_sym_array_repeat1, + [117001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6486), 1, - anon_sym_LBRACE, - ACTIONS(6222), 2, - anon_sym_extends, - anon_sym_LBRACE_PIPE, - [113179] = 4, + ACTIONS(6403), 1, + anon_sym_EQ, + ACTIONS(6647), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [117012] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6488), 1, - sym_identifier, - ACTIONS(6490), 1, - anon_sym_LBRACK, - ACTIONS(6492), 1, - sym_private_property_identifier, - [113192] = 2, + ACTIONS(6649), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [117021] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5709), 3, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [113201] = 3, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(4287), 1, + anon_sym_RPAREN, + STATE(3636), 1, + aux_sym_array_repeat1, + [117034] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5585), 1, - anon_sym_DOT, - ACTIONS(6494), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [113212] = 4, + ACTIONS(6651), 1, + anon_sym_COMMA, + ACTIONS(6653), 1, + anon_sym_RPAREN, + STATE(3510), 1, + aux_sym_formal_parameters_repeat1, + [117047] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6496), 1, + ACTIONS(6655), 1, sym_identifier, - STATE(1129), 1, + STATE(1128), 1, sym_decorator_member_expression, - STATE(1158), 1, + STATE(1170), 1, sym_decorator_call_expression, - [113225] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1214), 1, - anon_sym_DQUOTE, - ACTIONS(1216), 1, - anon_sym_SQUOTE, - STATE(3987), 1, - sym_string, - [113238] = 3, + [117060] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5682), 1, - anon_sym_EQ, - ACTIONS(3058), 2, - anon_sym_in, - anon_sym_of, - [113249] = 4, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(4287), 1, + anon_sym_RPAREN, + STATE(3410), 1, + aux_sym_array_repeat1, + [117073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2461), 1, - anon_sym_RBRACK, - ACTIONS(6498), 1, + ACTIONS(6649), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3606), 1, - aux_sym_tuple_type_repeat1, - [113262] = 3, + anon_sym_SEMI, + [117082] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6500), 1, - anon_sym_EQ, - ACTIONS(3012), 2, + ACTIONS(1449), 1, anon_sym_COMMA, + ACTIONS(6657), 1, anon_sym_RBRACK, - [113273] = 4, + STATE(3699), 1, + aux_sym_array_pattern_repeat1, + [117095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6503), 1, + ACTIONS(6659), 1, + anon_sym_as, + ACTIONS(5445), 2, anon_sym_COMMA, - ACTIONS(6506), 1, anon_sym_RBRACE, - STATE(3437), 1, - aux_sym_named_imports_repeat1, - [113286] = 4, + [117106] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5443), 1, + anon_sym_type, + ACTIONS(6661), 1, + sym_identifier, + STATE(3828), 1, + sym__import_identifier, + [117119] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6299), 1, + ACTIONS(5443), 1, + anon_sym_type, + ACTIONS(6663), 1, + sym_identifier, + STATE(3746), 1, + sym__import_identifier, + [117132] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6391), 1, anon_sym_from, - ACTIONS(6508), 1, + ACTIONS(6665), 1, anon_sym_as, - STATE(3795), 1, + STATE(3872), 1, sym__from_clause, - [113299] = 4, + [117145] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1704), 1, + ACTIONS(1806), 1, anon_sym_LBRACE, - ACTIONS(6510), 1, + ACTIONS(6667), 1, sym_identifier, - STATE(3364), 1, + STATE(3393), 1, sym_export_clause, - [113312] = 4, + [117158] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1449), 1, + anon_sym_COMMA, + ACTIONS(6407), 1, + anon_sym_RBRACK, + STATE(3523), 1, + aux_sym_array_pattern_repeat1, + [117171] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5576), 1, + anon_sym_RBRACE, + ACTIONS(6669), 1, + anon_sym_COMMA, + STATE(3680), 1, + aux_sym_named_imports_repeat1, + [117184] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5700), 1, + anon_sym_DOT, + ACTIONS(6671), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [117195] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5682), 1, + anon_sym_DOT, + ACTIONS(6671), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [117206] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6673), 1, + anon_sym_EQ, + ACTIONS(3090), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [117217] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6676), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [117226] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6678), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [117235] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6491), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [117244] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6680), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [117253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2469), 1, - anon_sym_RBRACK, - ACTIONS(6512), 1, + ACTIONS(6623), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3606), 1, - aux_sym_tuple_type_repeat1, - [113325] = 4, + anon_sym_SEMI, + [117262] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, - sym_identifier, - ACTIONS(6516), 1, - anon_sym_GT, - STATE(3652), 1, - sym_type_parameter, - [113338] = 4, + ACTIONS(5660), 1, + anon_sym_RBRACE, + ACTIONS(6682), 1, + anon_sym_COMMA, + STATE(3656), 1, + aux_sym_export_clause_repeat1, + [117275] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, + ACTIONS(1238), 1, anon_sym_LT, - ACTIONS(6518), 1, + ACTIONS(6684), 1, anon_sym_EQ, - STATE(4002), 1, + STATE(4190), 1, sym_type_parameters, - [113351] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(6520), 1, - anon_sym_RPAREN, - STATE(3334), 1, - aux_sym_array_repeat1, - [113364] = 4, + [117288] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(4838), 1, anon_sym_COMMA, - ACTIONS(6522), 1, + ACTIONS(6686), 1, anon_sym_RBRACE, - STATE(3517), 1, + STATE(3669), 1, aux_sym_object_pattern_repeat1, - [113377] = 4, + [117301] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6524), 1, - sym_identifier, - ACTIONS(6526), 1, - anon_sym_LBRACK, - ACTIONS(6528), 1, - sym_private_property_identifier, - [113390] = 4, + ACTIONS(6688), 1, + anon_sym_COMMA, + ACTIONS(6690), 1, + anon_sym_RBRACE, + STATE(3713), 1, + aux_sym_object_repeat1, + [117314] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6530), 1, + ACTIONS(6688), 1, anon_sym_COMMA, - ACTIONS(6532), 1, + ACTIONS(6690), 1, anon_sym_RBRACE, - STATE(3563), 1, + STATE(3672), 1, aux_sym_object_repeat1, - [113403] = 4, + [117327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(738), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1257), 1, - anon_sym_LBRACE, - STATE(3173), 1, - sym_object_type, - [113416] = 4, + ACTIONS(4838), 1, + anon_sym_COMMA, + ACTIONS(6686), 1, + anon_sym_RBRACE, + STATE(3677), 1, + aux_sym_object_pattern_repeat1, + [117340] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6534), 1, + ACTIONS(6692), 1, sym_identifier, - ACTIONS(6536), 1, + ACTIONS(6694), 1, anon_sym_LBRACK, - ACTIONS(6538), 1, + ACTIONS(6696), 1, sym_private_property_identifier, - [113429] = 3, + [117353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3573), 1, - anon_sym_LBRACE, - ACTIONS(3575), 2, + ACTIONS(6698), 1, + anon_sym_EQ, + ACTIONS(6700), 2, anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [113440] = 4, + anon_sym_from, + [117364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6530), 1, - anon_sym_COMMA, - ACTIONS(6532), 1, - anon_sym_RBRACE, - STATE(3522), 1, - aux_sym_object_repeat1, - [113453] = 4, + ACTIONS(5878), 3, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [117373] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(6702), 1, anon_sym_COMMA, - ACTIONS(6522), 1, - anon_sym_RBRACE, - STATE(3523), 1, - aux_sym_object_pattern_repeat1, - [113466] = 4, + ACTIONS(6705), 1, + anon_sym_RPAREN, + STATE(3548), 1, + aux_sym_formal_parameters_repeat1, + [117386] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6540), 1, + ACTIONS(6707), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6542), 1, - anon_sym_RBRACE, - STATE(3485), 1, - aux_sym_enum_body_repeat1, - [113479] = 2, + anon_sym_SEMI, + [117395] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6544), 3, + ACTIONS(6709), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [113488] = 4, + [117404] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(6711), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6546), 1, - anon_sym_RPAREN, - STATE(3334), 1, - aux_sym_array_repeat1, - [113501] = 2, + anon_sym_SEMI, + [117413] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6713), 1, + sym_identifier, + ACTIONS(6715), 1, + anon_sym_LBRACK, + ACTIONS(6717), 1, + sym_private_property_identifier, + [117426] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6548), 3, + ACTIONS(6719), 3, sym__automatic_semicolon, - anon_sym_COMMA, + anon_sym_from, anon_sym_SEMI, - [113510] = 4, + [117435] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6550), 1, - anon_sym_EQ, - ACTIONS(6552), 1, + ACTIONS(6721), 1, anon_sym_COMMA, - ACTIONS(6554), 1, - anon_sym_from, - [113523] = 2, + ACTIONS(6723), 1, + anon_sym_RBRACK, + STATE(3726), 1, + aux_sym_tuple_type_repeat1, + [117448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6556), 3, - sym__automatic_semicolon, + ACTIONS(6725), 1, + anon_sym_as, + ACTIONS(6727), 2, anon_sym_COMMA, - anon_sym_SEMI, - [113532] = 2, + anon_sym_RBRACE, + [117459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6558), 3, + ACTIONS(6729), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [113541] = 3, + [117468] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6560), 1, - anon_sym_LBRACE, - ACTIONS(6165), 2, + ACTIONS(5562), 1, + anon_sym_AMP, + ACTIONS(5566), 1, anon_sym_extends, - anon_sym_LBRACE_PIPE, - [113552] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6562), 1, - sym_identifier, - ACTIONS(6564), 1, - anon_sym_LBRACK, - ACTIONS(6566), 1, - sym_private_property_identifier, - [113565] = 2, + ACTIONS(6143), 1, + anon_sym_PIPE, + [117481] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5645), 3, + ACTIONS(5815), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_EQ_GT, - [113574] = 2, + [117490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6484), 3, - sym__automatic_semicolon, + ACTIONS(6731), 1, anon_sym_COMMA, - anon_sym_SEMI, - [113583] = 4, + ACTIONS(6733), 1, + anon_sym_RPAREN, + STATE(3718), 1, + aux_sym_formal_parameters_repeat1, + [117503] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5982), 1, + anon_sym_COMMA, + ACTIONS(6735), 1, + anon_sym_LBRACE, + STATE(3450), 1, + aux_sym_implements_clause_repeat1, + [117516] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4481), 1, + anon_sym_extends, + ACTIONS(6737), 1, + anon_sym_AMP, + ACTIONS(6739), 1, + anon_sym_PIPE, + [117529] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2785), 1, + anon_sym_GT, + ACTIONS(6741), 1, + anon_sym_COMMA, + STATE(3450), 1, + aux_sym_implements_clause_repeat1, + [117542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6568), 1, + ACTIONS(6743), 1, anon_sym_COMMA, - ACTIONS(6570), 1, + ACTIONS(6745), 1, anon_sym_RPAREN, - STATE(3556), 1, + STATE(3666), 1, aux_sym_formal_parameters_repeat1, - [113596] = 2, + [117555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6572), 3, + ACTIONS(6711), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [113605] = 2, + [117564] = 4, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(6747), 1, + sym__glimmer_template_content, + ACTIONS(6750), 1, + anon_sym_LT_SLASHtemplate_GT, + STATE(3565), 1, + aux_sym_glimmer_template_repeat1, + [117577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6548), 3, + ACTIONS(6752), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [113614] = 4, + [117586] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, + ACTIONS(6509), 1, + anon_sym_GT, + ACTIONS(6754), 1, anon_sym_COMMA, - ACTIONS(6386), 1, - anon_sym_RBRACK, - STATE(3565), 1, - aux_sym_array_pattern_repeat1, - [113627] = 4, + STATE(3619), 1, + aux_sym_type_parameters_repeat1, + [117599] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(4177), 1, - anon_sym_RBRACK, - STATE(3562), 1, - aux_sym_array_repeat1, - [113640] = 4, + ACTIONS(6756), 1, + sym_identifier, + ACTIONS(6758), 1, + anon_sym_LBRACK, + ACTIONS(6760), 1, + sym_private_property_identifier, + [117612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(6762), 1, anon_sym_COMMA, - ACTIONS(4177), 1, + ACTIONS(6764), 1, anon_sym_RBRACK, - STATE(3334), 1, - aux_sym_array_repeat1, - [113653] = 2, + STATE(3595), 1, + aux_sym_tuple_type_repeat1, + [117625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6574), 3, + ACTIONS(6766), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [113662] = 2, + [117634] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6576), 3, + ACTIONS(6768), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [113671] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6578), 1, - anon_sym_COMMA, - ACTIONS(6580), 1, - anon_sym_RBRACK, - STATE(3497), 1, - aux_sym_tuple_type_repeat1, - [113684] = 4, + [117643] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6582), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(6584), 1, - anon_sym_GT, - STATE(3596), 1, - aux_sym_type_parameters_repeat1, - [113697] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5511), 1, - anon_sym_implements, - ACTIONS(6586), 1, - anon_sym_LBRACE, - STATE(4067), 1, - sym_implements_clause, - [113710] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2971), 1, - anon_sym_COLON, - ACTIONS(6588), 1, + ACTIONS(4285), 1, anon_sym_RPAREN, - STATE(4040), 1, - sym_type_annotation, - [113723] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6590), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [113732] = 4, + STATE(3410), 1, + aux_sym_array_repeat1, + [117656] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5521), 1, + ACTIONS(5640), 1, anon_sym_AMP, - ACTIONS(5523), 1, + ACTIONS(5642), 1, anon_sym_PIPE, - ACTIONS(5525), 1, + ACTIONS(5644), 1, anon_sym_extends, - [113745] = 2, + [117669] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1449), 1, + anon_sym_COMMA, + ACTIONS(6405), 1, + anon_sym_RBRACK, + STATE(3701), 1, + aux_sym_array_pattern_repeat1, + [117682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 3, + ACTIONS(6770), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [113754] = 4, + [117691] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2857), 1, + ACTIONS(2767), 1, anon_sym_GT, - ACTIONS(6594), 1, + ACTIONS(6772), 1, anon_sym_COMMA, - STATE(3343), 1, + STATE(3450), 1, aux_sym_implements_clause_repeat1, - [113767] = 4, + [117704] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(6386), 1, + ACTIONS(4356), 1, anon_sym_RBRACK, - STATE(3566), 1, - aux_sym_array_pattern_repeat1, - [113780] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5680), 3, - anon_sym_LBRACK, - sym_identifier, - sym_private_property_identifier, - [113789] = 4, + STATE(3503), 1, + aux_sym_array_repeat1, + [117717] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6596), 1, - sym_identifier, - ACTIONS(6598), 1, - anon_sym_LBRACK, - ACTIONS(6600), 1, - sym_private_property_identifier, - [113802] = 4, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(4285), 1, + anon_sym_RPAREN, + STATE(3642), 1, + aux_sym_array_repeat1, + [117730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6602), 1, + ACTIONS(6774), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6604), 1, - anon_sym_RBRACE, - STATE(3615), 1, - aux_sym_enum_body_repeat1, - [113815] = 4, + anon_sym_SEMI, + [117739] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(4191), 1, + ACTIONS(4289), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3600), 1, aux_sym_array_repeat1, - [113828] = 4, + [117752] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(4191), 1, + ACTIONS(4289), 1, anon_sym_RPAREN, - STATE(3334), 1, + STATE(3410), 1, aux_sym_array_repeat1, - [113841] = 4, + [117765] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, - anon_sym_COMMA, - ACTIONS(6608), 1, - anon_sym_RBRACE, - STATE(3615), 1, - aux_sym_enum_body_repeat1, - [113854] = 2, + ACTIONS(6776), 1, + sym_identifier, + ACTIONS(6778), 1, + anon_sym_LBRACK, + ACTIONS(6780), 1, + sym_private_property_identifier, + [117778] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6610), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [113863] = 4, + ACTIONS(6782), 1, + sym_identifier, + ACTIONS(6784), 1, + anon_sym_LBRACK, + ACTIONS(6786), 1, + sym_private_property_identifier, + [117791] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(4146), 1, - anon_sym_RPAREN, - STATE(3334), 1, + ACTIONS(4356), 1, + anon_sym_RBRACK, + STATE(3410), 1, aux_sym_array_repeat1, - [113876] = 4, + [117804] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 1, - anon_sym_DQUOTE, - ACTIONS(1275), 1, - anon_sym_SQUOTE, - STATE(3698), 1, - sym_string, - [113889] = 4, + ACTIONS(6768), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [117813] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6612), 1, + ACTIONS(6788), 1, + sym_identifier, + ACTIONS(6790), 1, + anon_sym_LBRACK, + ACTIONS(6792), 1, + sym_private_property_identifier, + [117826] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6794), 1, sym_identifier, - ACTIONS(6614), 1, + ACTIONS(6796), 1, anon_sym_LBRACK, - ACTIONS(6616), 1, + ACTIONS(6798), 1, sym_private_property_identifier, - [113902] = 4, + [117839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(3800), 1, + anon_sym_LBRACE, + ACTIONS(3802), 2, anon_sym_COMMA, - ACTIONS(4146), 1, - anon_sym_RPAREN, - STATE(3454), 1, - aux_sym_array_repeat1, - [113915] = 4, + anon_sym_LBRACE_PIPE, + [117850] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6618), 1, + ACTIONS(6800), 1, sym_identifier, - ACTIONS(6620), 1, + ACTIONS(6802), 1, anon_sym_LBRACK, - ACTIONS(6622), 1, + ACTIONS(6804), 1, sym_private_property_identifier, - [113928] = 2, + [117863] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6624), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [113937] = 4, + ACTIONS(754), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1275), 1, + anon_sym_LBRACE, + STATE(3129), 1, + sym_object_type, + [117876] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6626), 1, + ACTIONS(6806), 1, sym_identifier, - ACTIONS(6628), 1, + ACTIONS(6808), 1, anon_sym_LBRACK, - ACTIONS(6630), 1, + ACTIONS(6810), 1, sym_private_property_identifier, - [113950] = 2, + [117889] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6632), 3, - sym__automatic_semicolon, - anon_sym_from, - anon_sym_SEMI, - [113959] = 4, + ACTIONS(6812), 1, + anon_sym_COMMA, + ACTIONS(6814), 1, + anon_sym_RBRACK, + STATE(3613), 1, + aux_sym_tuple_type_repeat1, + [117902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6634), 1, + ACTIONS(6816), 1, sym_identifier, - ACTIONS(6636), 1, + ACTIONS(6818), 1, anon_sym_LBRACK, - ACTIONS(6638), 1, + ACTIONS(6820), 1, sym_private_property_identifier, - [113972] = 4, + [117915] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6640), 1, - sym_identifier, - STATE(2167), 1, - sym_decorator_member_expression, - STATE(2247), 1, - sym_decorator_call_expression, - [113985] = 4, + ACTIONS(6822), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [117924] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2491), 1, anon_sym_RBRACK, - ACTIONS(6642), 1, + ACTIONS(6824), 1, anon_sym_COMMA, - STATE(3606), 1, + STATE(3728), 1, aux_sym_tuple_type_repeat1, - [113998] = 4, + [117937] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6644), 1, + ACTIONS(1449), 1, anon_sym_COMMA, - ACTIONS(6646), 1, - anon_sym_RBRACE, - STATE(3629), 1, - aux_sym_export_clause_repeat1, - [114011] = 3, + ACTIONS(6405), 1, + anon_sym_RBRACK, + STATE(3699), 1, + aux_sym_array_pattern_repeat1, + [117950] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6648), 1, - anon_sym_as, - ACTIONS(6650), 2, + ACTIONS(2733), 1, + anon_sym_const, + ACTIONS(6468), 1, + sym_identifier, + STATE(3611), 1, + sym_type_parameter, + [117963] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6826), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, - [114022] = 4, + anon_sym_SEMI, + [117972] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2431), 1, - anon_sym_LT, - ACTIONS(6652), 1, - anon_sym_EQ, - STATE(4041), 1, - sym_type_parameters, - [114035] = 2, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(4379), 1, + anon_sym_RPAREN, + STATE(3691), 1, + aux_sym_array_repeat1, + [117985] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6544), 3, - sym__automatic_semicolon, + ACTIONS(1624), 1, anon_sym_COMMA, - anon_sym_SEMI, - [114044] = 4, + ACTIONS(6828), 1, + anon_sym_RPAREN, + STATE(3410), 1, + aux_sym_array_repeat1, + [117998] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(6654), 1, + ACTIONS(4379), 1, anon_sym_RPAREN, - STATE(3334), 1, + STATE(3410), 1, aux_sym_array_repeat1, - [114057] = 2, + [118011] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2489), 1, + anon_sym_RBRACK, + ACTIONS(6830), 1, + anon_sym_COMMA, + STATE(3728), 1, + aux_sym_tuple_type_repeat1, + [118024] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6656), 3, + ACTIONS(6832), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [114066] = 4, + [118033] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5654), 1, + anon_sym_implements, + ACTIONS(6834), 1, + anon_sym_LBRACE, + STATE(4087), 1, + sym_implements_clause, + [118046] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(4205), 1, - anon_sym_RPAREN, - STATE(3334), 1, + ACTIONS(4385), 1, + anon_sym_RBRACK, + STATE(3515), 1, aux_sym_array_repeat1, - [114079] = 4, + [118059] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6530), 1, + ACTIONS(6836), 1, anon_sym_COMMA, - ACTIONS(6658), 1, + ACTIONS(6839), 1, anon_sym_RBRACE, - STATE(3522), 1, - aux_sym_object_repeat1, - [114092] = 4, + STATE(3606), 1, + aux_sym_enum_body_repeat1, + [118072] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, - anon_sym_COMMA, - ACTIONS(6660), 1, - anon_sym_RBRACE, - STATE(3523), 1, - aux_sym_object_pattern_repeat1, - [114105] = 4, + ACTIONS(6841), 1, + sym_identifier, + ACTIONS(6843), 1, + anon_sym_LBRACK, + ACTIONS(6845), 1, + sym_private_property_identifier, + [118085] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6847), 1, + anon_sym_LBRACE, + ACTIONS(6156), 2, + anon_sym_extends, + anon_sym_LBRACE_PIPE, + [118096] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6849), 1, + sym_identifier, + ACTIONS(6851), 1, + anon_sym_LBRACK, + ACTIONS(6853), 1, + sym_private_property_identifier, + [118109] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(738), 1, + ACTIONS(210), 1, anon_sym_LBRACE_PIPE, - ACTIONS(1257), 1, + ACTIONS(1226), 1, anon_sym_LBRACE, - STATE(3095), 1, + STATE(766), 1, sym_object_type, - [114118] = 4, + [118122] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6662), 1, + ACTIONS(6855), 1, anon_sym_COMMA, - ACTIONS(6664), 1, + ACTIONS(6857), 1, anon_sym_GT, - STATE(3644), 1, + STATE(3623), 1, aux_sym_type_parameters_repeat1, - [114131] = 2, + [118135] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6666), 3, + ACTIONS(6859), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [114140] = 4, + [118144] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, - sym_identifier, - ACTIONS(6664), 1, - anon_sym_GT, - STATE(3652), 1, - sym_type_parameter, - [114153] = 2, + ACTIONS(2493), 1, + anon_sym_RBRACK, + ACTIONS(6861), 1, + anon_sym_COMMA, + STATE(3728), 1, + aux_sym_tuple_type_repeat1, + [118157] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6668), 3, + ACTIONS(6863), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [114162] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6670), 1, - anon_sym_LBRACE, - ACTIONS(6016), 2, - anon_sym_extends, - anon_sym_LBRACE_PIPE, - [114173] = 4, + [118166] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_GT, - ACTIONS(6672), 1, + ACTIONS(6711), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3343), 1, - aux_sym_implements_clause_repeat1, - [114186] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4382), 1, - anon_sym_extends, - ACTIONS(6674), 1, - anon_sym_AMP, - ACTIONS(6676), 1, - anon_sym_PIPE, - [114199] = 4, + anon_sym_SEMI, + [118175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(6865), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(4205), 1, - anon_sym_RPAREN, - STATE(3443), 1, - aux_sym_array_repeat1, - [114212] = 4, + anon_sym_SEMI, + [118184] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6678), 1, + ACTIONS(3858), 1, + anon_sym_LBRACE, + ACTIONS(3860), 2, anon_sym_COMMA, - ACTIONS(6680), 1, - anon_sym_RBRACK, - STATE(3435), 1, - aux_sym_tuple_type_repeat1, - [114225] = 4, + anon_sym_LBRACE_PIPE, + [118195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(6680), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6682), 1, - anon_sym_RBRACE, - STATE(3523), 1, - aux_sym_object_pattern_repeat1, - [114238] = 4, + anon_sym_SEMI, + [118204] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, + ACTIONS(6867), 1, anon_sym_COMMA, - ACTIONS(6684), 1, - anon_sym_RBRACK, - STATE(3566), 1, - aux_sym_array_pattern_repeat1, - [114251] = 4, + ACTIONS(6870), 1, + anon_sym_GT, + STATE(3619), 1, + aux_sym_type_parameters_repeat1, + [118217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(6686), 1, - anon_sym_RBRACK, - STATE(3334), 1, - aux_sym_array_repeat1, - [114264] = 4, + ACTIONS(5809), 3, + anon_sym_LBRACK, + sym_identifier, + sym_private_property_identifier, + [118226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, - anon_sym_RPAREN, - ACTIONS(6688), 1, - anon_sym_COMMA, - STATE(3564), 1, - aux_sym_formal_parameters_repeat1, - [114277] = 2, + ACTIONS(6872), 1, + sym_identifier, + ACTIONS(6874), 1, + anon_sym_LBRACK, + ACTIONS(6876), 1, + sym_private_property_identifier, + [118239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6668), 3, + ACTIONS(6878), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [114286] = 4, + [118248] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6690), 1, + ACTIONS(6470), 1, + anon_sym_GT, + ACTIONS(6880), 1, anon_sym_COMMA, - ACTIONS(6693), 1, - anon_sym_RBRACE, - STATE(3522), 1, - aux_sym_object_repeat1, - [114299] = 4, + STATE(3619), 1, + aux_sym_type_parameters_repeat1, + [118261] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, + ACTIONS(4838), 1, anon_sym_COMMA, - ACTIONS(6698), 1, + ACTIONS(6882), 1, anon_sym_RBRACE, - STATE(3523), 1, + STATE(3677), 1, aux_sym_object_pattern_repeat1, - [114312] = 2, + [118274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6700), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [114321] = 2, + ACTIONS(1291), 1, + anon_sym_DQUOTE, + ACTIONS(1293), 1, + anon_sym_SQUOTE, + STATE(3937), 1, + sym_string, + [118287] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6702), 3, - sym__automatic_semicolon, + ACTIONS(6688), 1, anon_sym_COMMA, - anon_sym_SEMI, - [114330] = 4, + ACTIONS(6884), 1, + anon_sym_RBRACE, + STATE(3672), 1, + aux_sym_object_repeat1, + [118300] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6704), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(6707), 1, - anon_sym_RBRACE, - STATE(3526), 1, - aux_sym_export_clause_repeat1, - [114343] = 2, + ACTIONS(4295), 1, + anon_sym_RPAREN, + STATE(3410), 1, + aux_sym_array_repeat1, + [118313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6702), 3, + ACTIONS(6886), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [114352] = 4, + [118322] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1624), 1, + anon_sym_COMMA, + ACTIONS(4295), 1, + anon_sym_RPAREN, + STATE(3508), 1, + aux_sym_array_repeat1, + [118335] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6530), 1, + ACTIONS(6688), 1, anon_sym_COMMA, - ACTIONS(6709), 1, + ACTIONS(6888), 1, anon_sym_RBRACE, - STATE(3522), 1, + STATE(3672), 1, aux_sym_object_repeat1, - [114365] = 2, + [118348] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6711), 3, + ACTIONS(6826), 3, sym__automatic_semicolon, - anon_sym_from, + anon_sym_COMMA, anon_sym_SEMI, - [114374] = 4, + [118357] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2661), 1, - anon_sym_GT, - ACTIONS(6713), 1, - anon_sym_COMMA, - STATE(3343), 1, - aux_sym_implements_clause_repeat1, - [114387] = 4, + ACTIONS(210), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1226), 1, + anon_sym_LBRACE, + STATE(684), 1, + sym_object_type, + [118370] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(6822), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6715), 1, - anon_sym_RBRACE, - STATE(3523), 1, - aux_sym_object_pattern_repeat1, - [114400] = 4, + anon_sym_SEMI, + [118379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(6890), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6717), 1, - anon_sym_RBRACE, - STATE(3523), 1, - aux_sym_object_pattern_repeat1, - [114413] = 4, + anon_sym_SEMI, + [118388] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3412), 1, - anon_sym_extends, - ACTIONS(6719), 1, - anon_sym_AMP, - ACTIONS(6721), 1, - anon_sym_PIPE, - [114426] = 4, + ACTIONS(6892), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [118397] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6723), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(6725), 1, - anon_sym_RBRACE, - STATE(3615), 1, - aux_sym_enum_body_repeat1, - [114439] = 4, + ACTIONS(6894), 1, + anon_sym_RPAREN, + STATE(3410), 1, + aux_sym_array_repeat1, + [118410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6727), 1, + ACTIONS(6896), 1, anon_sym_COMMA, - ACTIONS(6729), 1, + ACTIONS(6898), 1, anon_sym_RBRACE, - STATE(3615), 1, + STATE(3711), 1, aux_sym_enum_body_repeat1, - [114452] = 4, + [118423] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6552), 1, + ACTIONS(6900), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6554), 1, - anon_sym_from, - ACTIONS(6731), 1, - anon_sym_EQ, - [114465] = 3, + anon_sym_SEMI, + [118432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6733), 1, - anon_sym_as, - ACTIONS(6735), 2, + ACTIONS(6902), 3, + sym__automatic_semicolon, anon_sym_COMMA, - anon_sym_RBRACE, - [114476] = 4, + anon_sym_SEMI, + [118441] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6737), 1, + ACTIONS(2783), 1, + anon_sym_GT, + ACTIONS(6904), 1, anon_sym_COMMA, - ACTIONS(6739), 1, - anon_sym_RBRACE, - STATE(3599), 1, - aux_sym_named_imports_repeat1, - [114489] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6741), 1, - sym_identifier, - ACTIONS(6743), 1, - anon_sym_require, - STATE(3598), 1, - sym_nested_identifier, - [114502] = 3, + STATE(3450), 1, + aux_sym_implements_clause_repeat1, + [118454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5186), 1, - anon_sym_is, - ACTIONS(5678), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [114513] = 4, + ACTIONS(6865), 3, + sym__automatic_semicolon, + anon_sym_COMMA, + anon_sym_SEMI, + [118463] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(6745), 1, + ACTIONS(6906), 1, anon_sym_RPAREN, - STATE(3334), 1, + STATE(3410), 1, aux_sym_array_repeat1, - [114526] = 4, + [118476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6747), 1, + ACTIONS(6908), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6749), 1, - anon_sym_RBRACK, - STATE(3440), 1, - aux_sym_tuple_type_repeat1, - [114539] = 2, + anon_sym_SEMI, + [118485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6018), 3, + ACTIONS(6865), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [114548] = 4, + [118494] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6751), 1, + ACTIONS(1449), 1, anon_sym_COMMA, - ACTIONS(6753), 1, - anon_sym_RBRACE, - STATE(3535), 1, - aux_sym_enum_body_repeat1, - [114561] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(203), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1200), 1, - anon_sym_LBRACE, - STATE(723), 1, - sym_object_type, - [114574] = 2, + ACTIONS(6407), 1, + anon_sym_RBRACK, + STATE(3699), 1, + aux_sym_array_pattern_repeat1, + [118507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6755), 3, + ACTIONS(6910), 3, sym__automatic_semicolon, anon_sym_from, anon_sym_SEMI, - [114583] = 4, + [118516] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6757), 1, + ACTIONS(6912), 1, anon_sym_COMMA, - ACTIONS(6759), 1, - anon_sym_RPAREN, - STATE(3567), 1, - aux_sym_formal_parameters_repeat1, - [114596] = 2, + ACTIONS(6914), 1, + anon_sym_RBRACE, + STATE(3539), 1, + aux_sym_export_clause_repeat1, + [118529] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6018), 3, + ACTIONS(6822), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [114605] = 4, + [118538] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2621), 1, + ACTIONS(2751), 1, anon_sym_GT, - ACTIONS(6761), 1, + ACTIONS(6916), 1, anon_sym_COMMA, - STATE(3343), 1, + STATE(3450), 1, aux_sym_implements_clause_repeat1, - [114618] = 4, + [118551] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6530), 1, + ACTIONS(4838), 1, anon_sym_COMMA, - ACTIONS(6763), 1, + ACTIONS(6918), 1, anon_sym_RBRACE, - STATE(3522), 1, - aux_sym_object_repeat1, - [114631] = 4, + STATE(3677), 1, + aux_sym_object_pattern_repeat1, + [118564] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(4294), 1, + ACTIONS(4293), 1, anon_sym_RPAREN, - STATE(3557), 1, + STATE(3657), 1, aux_sym_array_repeat1, - [114644] = 4, + [118577] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(4294), 1, + ACTIONS(4293), 1, anon_sym_RPAREN, - STATE(3334), 1, + STATE(3410), 1, aux_sym_array_repeat1, - [114657] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6484), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [114666] = 3, + [118590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6765), 1, + ACTIONS(5776), 1, anon_sym_EQ, - ACTIONS(3058), 2, + ACTIONS(3118), 2, anon_sym_in, anon_sym_of, - [114677] = 2, + [118601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5613), 3, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [114686] = 4, + ACTIONS(6920), 1, + anon_sym_as, + ACTIONS(6922), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [118612] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, - anon_sym_RPAREN, - ACTIONS(6767), 1, + ACTIONS(6924), 3, + sym__automatic_semicolon, + anon_sym_from, + anon_sym_SEMI, + [118621] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6926), 1, anon_sym_COMMA, - STATE(3564), 1, - aux_sym_formal_parameters_repeat1, - [114699] = 4, + ACTIONS(6929), 1, + anon_sym_RBRACE, + STATE(3656), 1, + aux_sym_export_clause_repeat1, + [118634] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(6769), 1, + ACTIONS(6931), 1, anon_sym_RPAREN, - STATE(3334), 1, + STATE(3410), 1, aux_sym_array_repeat1, - [114712] = 4, + [118647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(6933), 1, anon_sym_LBRACE, - ACTIONS(6771), 1, - anon_sym_LPAREN, - STATE(603), 1, - sym_statement_block, - [114725] = 2, + ACTIONS(6216), 2, + anon_sym_extends, + anon_sym_LBRACE_PIPE, + [118658] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4292), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [114734] = 3, + ACTIONS(5419), 1, + anon_sym_AMP, + ACTIONS(5421), 1, + anon_sym_PIPE, + ACTIONS(5423), 1, + anon_sym_extends, + [118671] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6295), 1, - anon_sym_EQ, - ACTIONS(6773), 2, + ACTIONS(6688), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [114745] = 4, + ACTIONS(6935), 1, + anon_sym_RBRACE, + STATE(3672), 1, + aux_sym_object_repeat1, + [118684] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2467), 1, - anon_sym_RBRACK, - ACTIONS(6775), 1, + ACTIONS(4838), 1, anon_sym_COMMA, - STATE(3606), 1, - aux_sym_tuple_type_repeat1, - [114758] = 4, + ACTIONS(6937), 1, + anon_sym_RBRACE, + STATE(3677), 1, + aux_sym_object_pattern_repeat1, + [118697] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(6777), 1, - anon_sym_RBRACK, - STATE(3334), 1, - aux_sym_array_repeat1, - [114771] = 4, + ACTIONS(3591), 1, + anon_sym_extends, + ACTIONS(6939), 1, + anon_sym_AMP, + ACTIONS(6941), 1, + anon_sym_PIPE, + [118710] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6530), 1, + ACTIONS(4838), 1, anon_sym_COMMA, - ACTIONS(6779), 1, + ACTIONS(6882), 1, anon_sym_RBRACE, - STATE(3522), 1, - aux_sym_object_repeat1, - [114784] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6781), 1, - anon_sym_COMMA, - ACTIONS(6784), 1, - anon_sym_RPAREN, - STATE(3564), 1, - aux_sym_formal_parameters_repeat1, - [114797] = 4, + STATE(3650), 1, + aux_sym_object_pattern_repeat1, + [118723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, - anon_sym_COMMA, - ACTIONS(6786), 1, - anon_sym_RBRACK, - STATE(3566), 1, - aux_sym_array_pattern_repeat1, - [114810] = 4, + ACTIONS(5700), 1, + anon_sym_DOT, + ACTIONS(6943), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [118734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6773), 1, - anon_sym_RBRACK, - ACTIONS(6788), 1, - anon_sym_COMMA, - STATE(3566), 1, - aux_sym_array_pattern_repeat1, - [114823] = 4, + ACTIONS(5682), 1, + anon_sym_DOT, + ACTIONS(6943), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [118745] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1343), 1, + ACTIONS(1347), 1, anon_sym_RPAREN, - ACTIONS(6791), 1, + ACTIONS(6945), 1, anon_sym_COMMA, - STATE(3564), 1, + STATE(3548), 1, aux_sym_formal_parameters_repeat1, - [114836] = 2, + [118758] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5635), 3, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [114845] = 4, + ACTIONS(4838), 1, + anon_sym_COMMA, + ACTIONS(6947), 1, + anon_sym_RBRACE, + STATE(3677), 1, + aux_sym_object_pattern_repeat1, + [118771] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5419), 1, - anon_sym_AMP, - ACTIONS(5423), 1, - anon_sym_extends, - ACTIONS(6004), 1, - anon_sym_PIPE, - [114858] = 4, + ACTIONS(6949), 1, + anon_sym_COMMA, + ACTIONS(6951), 1, + anon_sym_RBRACK, + STATE(3507), 1, + aux_sym_tuple_type_repeat1, + [118784] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5896), 1, + ACTIONS(4838), 1, anon_sym_COMMA, - ACTIONS(6793), 1, - anon_sym_LBRACE, - STATE(3343), 1, - aux_sym_implements_clause_repeat1, - [114871] = 4, + ACTIONS(6953), 1, + anon_sym_RBRACE, + STATE(3677), 1, + aux_sym_object_pattern_repeat1, + [118797] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 1, - anon_sym_GT, - ACTIONS(6795), 1, + ACTIONS(6955), 1, anon_sym_COMMA, - STATE(3343), 1, - aux_sym_implements_clause_repeat1, - [114884] = 4, + ACTIONS(6957), 1, + anon_sym_GT, + STATE(3567), 1, + aux_sym_type_parameters_repeat1, + [118810] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6797), 1, - sym_identifier, - ACTIONS(6799), 1, - anon_sym_LBRACK, - ACTIONS(6801), 1, - sym_private_property_identifier, - [114897] = 4, + ACTIONS(6959), 1, + anon_sym_COMMA, + ACTIONS(6961), 1, + anon_sym_RBRACK, + STATE(3602), 1, + aux_sym_tuple_type_repeat1, + [118823] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(6963), 1, anon_sym_COMMA, - ACTIONS(4187), 1, - anon_sym_RPAREN, - STATE(3575), 1, - aux_sym_array_repeat1, - [114910] = 4, + ACTIONS(6966), 1, + anon_sym_RBRACE, + STATE(3672), 1, + aux_sym_object_repeat1, + [118836] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(4187), 1, + ACTIONS(4349), 1, anon_sym_RPAREN, - STATE(3334), 1, + STATE(3675), 1, aux_sym_array_repeat1, - [114923] = 4, + [118849] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(6803), 1, + ACTIONS(4349), 1, anon_sym_RPAREN, - STATE(3334), 1, + STATE(3410), 1, aux_sym_array_repeat1, - [114936] = 4, + [118862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(1624), 1, anon_sym_COMMA, - ACTIONS(4269), 1, + ACTIONS(6968), 1, anon_sym_RPAREN, - STATE(3611), 1, + STATE(3410), 1, aux_sym_array_repeat1, - [114949] = 4, + [118875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(4269), 1, - anon_sym_RPAREN, - STATE(3334), 1, - aux_sym_array_repeat1, - [114962] = 4, + ACTIONS(5443), 1, + anon_sym_type, + ACTIONS(6970), 1, + sym_identifier, + STATE(3808), 1, + sym__import_identifier, + [118888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6805), 1, + ACTIONS(6972), 1, anon_sym_COMMA, - ACTIONS(6807), 1, - anon_sym_RBRACK, - STATE(3561), 1, - aux_sym_tuple_type_repeat1, - [114975] = 4, + ACTIONS(6975), 1, + anon_sym_RBRACE, + STATE(3677), 1, + aux_sym_object_pattern_repeat1, + [118901] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6809), 1, + ACTIONS(5443), 1, + anon_sym_type, + ACTIONS(6977), 1, sym_identifier, - ACTIONS(6811), 1, - anon_sym_LBRACK, - ACTIONS(6813), 1, - sym_private_property_identifier, - [114988] = 2, + STATE(3811), 1, + sym__import_identifier, + [118914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6815), 3, - sym__automatic_semicolon, + ACTIONS(6688), 1, anon_sym_COMMA, - anon_sym_SEMI, - [114997] = 2, + ACTIONS(6979), 1, + anon_sym_RBRACE, + STATE(3672), 1, + aux_sym_object_repeat1, + [118927] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6817), 3, - sym__automatic_semicolon, + ACTIONS(6981), 1, anon_sym_COMMA, - anon_sym_SEMI, - [115006] = 2, + ACTIONS(6984), 1, + anon_sym_RBRACE, + STATE(3680), 1, + aux_sym_named_imports_repeat1, + [118940] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6819), 3, - sym__template_chars, - anon_sym_BQUOTE, - anon_sym_DOLLAR_LBRACE, - [115015] = 2, + ACTIONS(1240), 1, + anon_sym_DQUOTE, + ACTIONS(1242), 1, + anon_sym_SQUOTE, + STATE(4172), 1, + sym_string, + [118953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6360), 3, - sym__automatic_semicolon, + ACTIONS(5445), 3, anon_sym_COMMA, - anon_sym_SEMI, - [115024] = 2, + anon_sym_RBRACE, + anon_sym_from, + [118962] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6821), 3, - sym__automatic_semicolon, + ACTIONS(6688), 1, anon_sym_COMMA, - anon_sym_SEMI, - [115033] = 2, + ACTIONS(6888), 1, + anon_sym_RBRACE, + STATE(3626), 1, + aux_sym_object_repeat1, + [118975] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6823), 3, + ACTIONS(6986), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [115042] = 4, + [118984] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6825), 1, - sym_identifier, - ACTIONS(6827), 1, - anon_sym_LBRACK, - ACTIONS(6829), 1, - sym_private_property_identifier, - [115055] = 2, + ACTIONS(5843), 3, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [118993] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6831), 3, - sym__automatic_semicolon, + ACTIONS(754), 1, + anon_sym_LBRACE_PIPE, + ACTIONS(1275), 1, + anon_sym_LBRACE, + STATE(3134), 1, + sym_object_type, + [119006] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6988), 1, + anon_sym_EQ, + ACTIONS(6700), 2, anon_sym_COMMA, - anon_sym_SEMI, - [115064] = 4, + anon_sym_from, + [119017] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6833), 1, - sym_identifier, - ACTIONS(6835), 1, - anon_sym_LBRACK, - ACTIONS(6837), 1, - sym_private_property_identifier, - [115077] = 4, + ACTIONS(6990), 1, + anon_sym_COMMA, + ACTIONS(6992), 1, + anon_sym_RBRACE, + STATE(3724), 1, + aux_sym_enum_body_repeat1, + [119030] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5234), 1, - anon_sym_AMP, - ACTIONS(5250), 1, - anon_sym_PIPE, - ACTIONS(5262), 1, - anon_sym_extends, - [115090] = 4, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(6994), 1, + anon_sym_RPAREN, + STATE(4174), 1, + sym_type_annotation, + [119043] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6996), 1, anon_sym_LPAREN, - ACTIONS(6841), 1, + ACTIONS(6998), 1, anon_sym_await, STATE(45), 1, sym__for_header, - [115103] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6817), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115112] = 2, + [119056] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6843), 3, - sym__automatic_semicolon, + ACTIONS(1624), 1, anon_sym_COMMA, - anon_sym_SEMI, - [115121] = 4, + ACTIONS(7000), 1, + anon_sym_RPAREN, + STATE(3410), 1, + aux_sym_array_repeat1, + [119069] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6845), 1, - sym_identifier, - ACTIONS(6847), 1, - anon_sym_LBRACK, - ACTIONS(6849), 1, - sym_private_property_identifier, - [115134] = 4, + ACTIONS(6058), 1, + anon_sym_AMP, + ACTIONS(6060), 1, + anon_sym_PIPE, + ACTIONS(6062), 1, + anon_sym_extends, + [119082] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2855), 1, - anon_sym_GT, - ACTIONS(6851), 1, + ACTIONS(7002), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3343), 1, - aux_sym_implements_clause_repeat1, - [115147] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6514), 1, - sym_identifier, - ACTIONS(6853), 1, - anon_sym_GT, - STATE(3652), 1, - sym_type_parameter, - [115160] = 4, + anon_sym_SEMI, + [119091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6853), 1, - anon_sym_GT, - ACTIONS(6855), 1, + ACTIONS(5137), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3644), 1, - aux_sym_type_parameters_repeat1, - [115173] = 2, + anon_sym_SEMI, + [119100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6843), 3, + ACTIONS(7002), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [115182] = 3, + [119109] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5585), 1, - anon_sym_DOT, - ACTIONS(6857), 2, + ACTIONS(7004), 3, sym__automatic_semicolon, + anon_sym_COMMA, anon_sym_SEMI, - [115193] = 4, + [119118] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5547), 1, - anon_sym_RBRACE, - ACTIONS(6859), 1, + ACTIONS(7002), 3, + sym__automatic_semicolon, anon_sym_COMMA, - STATE(3437), 1, - aux_sym_named_imports_repeat1, - [115206] = 2, + anon_sym_SEMI, + [119127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6861), 3, + ACTIONS(7006), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [115215] = 2, + [119136] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6863), 3, - sym__automatic_semicolon, + ACTIONS(7008), 1, anon_sym_COMMA, - anon_sym_SEMI, - [115224] = 2, + ACTIONS(7011), 1, + anon_sym_RBRACK, + STATE(3699), 1, + aux_sym_array_pattern_repeat1, + [119149] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6865), 3, + ACTIONS(7013), 3, sym__automatic_semicolon, - anon_sym_COMMA, + anon_sym_from, anon_sym_SEMI, - [115233] = 2, + [119158] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6815), 3, - sym__automatic_semicolon, + ACTIONS(1449), 1, anon_sym_COMMA, - anon_sym_SEMI, - [115242] = 2, + ACTIONS(7015), 1, + anon_sym_RBRACK, + STATE(3699), 1, + aux_sym_array_pattern_repeat1, + [119171] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6815), 3, + ACTIONS(7006), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [115251] = 2, + [119180] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5090), 3, + ACTIONS(7017), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [115260] = 4, + [119189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6867), 1, + ACTIONS(7019), 3, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(6870), 1, - anon_sym_RBRACK, - STATE(3606), 1, - aux_sym_tuple_type_repeat1, - [115273] = 4, + anon_sym_implements, + [119198] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2085), 1, + anon_sym_while, + ACTIONS(7021), 1, + anon_sym_else, + STATE(751), 1, + sym_else_clause, + [119211] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6299), 1, + ACTIONS(6391), 1, anon_sym_from, - ACTIONS(6508), 1, + ACTIONS(6665), 1, anon_sym_as, - STATE(3859), 1, + STATE(3759), 1, sym__from_clause, - [115286] = 4, + [119224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1704), 1, + ACTIONS(1806), 1, anon_sym_LBRACE, - ACTIONS(6872), 1, + ACTIONS(7023), 1, sym_identifier, - STATE(3330), 1, + STATE(3438), 1, sym_export_clause, - [115299] = 4, + [119237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6874), 1, + ACTIONS(2755), 1, + anon_sym_GT, + ACTIONS(7025), 1, anon_sym_COMMA, - ACTIONS(6876), 1, - anon_sym_RBRACK, - STATE(3616), 1, - aux_sym_tuple_type_repeat1, - [115312] = 3, + STATE(3450), 1, + aux_sym_implements_clause_repeat1, + [119250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6733), 1, - anon_sym_as, - ACTIONS(6878), 2, + ACTIONS(6403), 1, + anon_sym_EQ, + ACTIONS(7011), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [115323] = 4, + anon_sym_RBRACK, + [119261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, + ACTIONS(4291), 3, anon_sym_COMMA, - ACTIONS(6880), 1, anon_sym_RPAREN, - STATE(3334), 1, - aux_sym_array_repeat1, - [115336] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6882), 1, - anon_sym_COMMA, - ACTIONS(6884), 1, - anon_sym_GT, - STATE(3508), 1, - aux_sym_type_parameters_repeat1, - [115349] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6886), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115358] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(203), 1, - anon_sym_LBRACE_PIPE, - ACTIONS(1200), 1, - anon_sym_LBRACE, - STATE(653), 1, - sym_object_type, - [115371] = 4, + anon_sym_RBRACK, + [119270] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6888), 1, + ACTIONS(7027), 1, anon_sym_COMMA, - ACTIONS(6891), 1, + ACTIONS(7029), 1, anon_sym_RBRACE, - STATE(3615), 1, + STATE(3606), 1, aux_sym_enum_body_repeat1, - [115384] = 4, + [119283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2463), 1, - anon_sym_RBRACK, - ACTIONS(6893), 1, + ACTIONS(7031), 1, anon_sym_COMMA, + ACTIONS(7033), 1, + anon_sym_RBRACE, STATE(3606), 1, - aux_sym_tuple_type_repeat1, - [115397] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6214), 1, - anon_sym_LBRACE, - ACTIONS(6216), 2, - anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [115408] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(4211), 1, - anon_sym_RPAREN, - STATE(3541), 1, - aux_sym_array_repeat1, - [115421] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(4211), 1, - anon_sym_RPAREN, - STATE(3334), 1, - aux_sym_array_repeat1, - [115434] = 4, - ACTIONS(6243), 1, - sym_comment, - ACTIONS(6895), 1, - sym__glimmer_template_content, - ACTIONS(6898), 1, - anon_sym_LT_SLASHtemplate_GT, - STATE(3620), 1, - aux_sym_glimmer_template_repeat1, - [115447] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6900), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115456] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6902), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115465] = 2, + aux_sym_enum_body_repeat1, + [119296] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6904), 3, - sym__automatic_semicolon, + ACTIONS(6688), 1, anon_sym_COMMA, - anon_sym_SEMI, - [115474] = 2, + ACTIONS(7035), 1, + anon_sym_RBRACE, + STATE(3672), 1, + aux_sym_object_repeat1, + [119309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6906), 3, - sym__automatic_semicolon, + ACTIONS(7037), 1, + anon_sym_as, + ACTIONS(6700), 2, anon_sym_COMMA, - anon_sym_SEMI, - [115483] = 2, + anon_sym_RBRACE, + [119320] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6900), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115492] = 3, + ACTIONS(2063), 1, + anon_sym_LBRACE, + ACTIONS(7039), 1, + anon_sym_LPAREN, + STATE(607), 1, + sym_statement_block, + [119333] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6908), 1, - anon_sym_as, - ACTIONS(6910), 2, + ACTIONS(7041), 1, anon_sym_COMMA, + ACTIONS(7043), 1, anon_sym_RBRACE, - [115503] = 2, + STATE(3530), 1, + aux_sym_named_imports_repeat1, + [119346] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6912), 3, - sym__automatic_semicolon, - anon_sym_from, - anon_sym_SEMI, - [115512] = 4, + ACTIONS(7045), 1, + sym_identifier, + STATE(2208), 1, + sym_decorator_member_expression, + STATE(2277), 1, + sym_decorator_call_expression, + [119359] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(1337), 1, + anon_sym_RPAREN, + ACTIONS(7047), 1, anon_sym_COMMA, - ACTIONS(6914), 1, - anon_sym_RBRACE, - STATE(3531), 1, - aux_sym_object_pattern_repeat1, - [115525] = 4, + STATE(3548), 1, + aux_sym_formal_parameters_repeat1, + [119372] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5519), 1, - anon_sym_RBRACE, - ACTIONS(6916), 1, - anon_sym_COMMA, - STATE(3526), 1, - aux_sym_export_clause_repeat1, - [115538] = 2, + ACTIONS(7049), 1, + sym_identifier, + ACTIONS(7051), 1, + anon_sym_require, + STATE(3532), 1, + sym_nested_identifier, + [119385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6886), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115547] = 4, + ACTIONS(5835), 3, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [119394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, - anon_sym_AMP, - ACTIONS(5912), 1, - anon_sym_PIPE, - ACTIONS(5940), 1, + ACTIONS(7053), 1, + anon_sym_LBRACE, + ACTIONS(6306), 2, anon_sym_extends, - [115560] = 2, + anon_sym_LBRACE_PIPE, + [119405] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2733), 1, + anon_sym_const, + ACTIONS(6468), 1, + sym_identifier, + STATE(3878), 1, + sym_type_parameter, + [119418] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 3, + ACTIONS(6832), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [115569] = 4, + [119427] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6530), 1, + ACTIONS(7055), 1, anon_sym_COMMA, - ACTIONS(6920), 1, + ACTIONS(7057), 1, anon_sym_RBRACE, - STATE(3528), 1, - aux_sym_object_repeat1, - [115582] = 2, + STATE(3606), 1, + aux_sym_enum_body_repeat1, + [119440] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6904), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115591] = 4, + ACTIONS(2733), 1, + anon_sym_const, + ACTIONS(6468), 1, + sym_identifier, + STATE(3670), 1, + sym_type_parameter, + [119453] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(2495), 1, + anon_sym_RBRACK, + ACTIONS(7059), 1, anon_sym_COMMA, - ACTIONS(6924), 1, - anon_sym_RPAREN, - STATE(3520), 1, - aux_sym_formal_parameters_repeat1, - [115604] = 3, + STATE(3728), 1, + aux_sym_tuple_type_repeat1, + [119466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6295), 1, - anon_sym_EQ, - ACTIONS(6926), 2, + ACTIONS(7061), 3, + sym__template_chars, + anon_sym_BQUOTE, + anon_sym_DOLLAR_LBRACE, + [119475] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7063), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [115615] = 4, + ACTIONS(7066), 1, + anon_sym_RBRACK, + STATE(3728), 1, + aux_sym_tuple_type_repeat1, + [119488] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2055), 1, - anon_sym_while, - ACTIONS(6928), 1, - anon_sym_else, - STATE(702), 1, - sym_else_clause, - [115628] = 4, + ACTIONS(7068), 1, + sym_identifier, + ACTIONS(7070), 1, + anon_sym_LBRACK, + ACTIONS(7072), 1, + sym_private_property_identifier, + [119501] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1600), 1, - anon_sym_COMMA, - ACTIONS(4271), 1, - anon_sym_RBRACK, - STATE(3519), 1, - aux_sym_array_repeat1, - [115641] = 2, + ACTIONS(1238), 1, + anon_sym_LT, + ACTIONS(7074), 1, + anon_sym_EQ, + STATE(4144), 1, + sym_type_parameters, + [119514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6886), 3, + ACTIONS(7076), 1, + anon_sym_EQ, + ACTIONS(3118), 2, + anon_sym_in, + anon_sym_of, + [119525] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6164), 3, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_SEMI, - [115650] = 4, + [119534] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6530), 1, + ACTIONS(6164), 3, + sym__automatic_semicolon, anon_sym_COMMA, - ACTIONS(6920), 1, - anon_sym_RBRACE, - STATE(3522), 1, - aux_sym_object_repeat1, - [115663] = 3, + anon_sym_SEMI, + [119543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3553), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - ACTIONS(3555), 2, - anon_sym_COMMA, - anon_sym_LBRACE_PIPE, - [115674] = 4, + STATE(1932), 1, + sym_class_body, + [119553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(5153), 2, anon_sym_COMMA, - ACTIONS(6914), 1, anon_sym_RBRACE, - STATE(3523), 1, - aux_sym_object_pattern_repeat1, - [115687] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6514), 1, - sym_identifier, - ACTIONS(6930), 1, - anon_sym_GT, - STATE(3652), 1, - sym_type_parameter, - [115700] = 4, + [119561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6932), 1, + ACTIONS(7078), 2, anon_sym_COMMA, - ACTIONS(6935), 1, anon_sym_GT, - STATE(3644), 1, - aux_sym_type_parameters_repeat1, - [115713] = 2, + [119569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6904), 3, - sym__automatic_semicolon, - anon_sym_COMMA, - anon_sym_SEMI, - [115722] = 4, + ACTIONS(5405), 1, + anon_sym_COLON, + STATE(3534), 1, + sym_type_annotation, + [119579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1559), 1, - anon_sym_COMMA, - ACTIONS(6297), 1, - anon_sym_RBRACK, - STATE(3566), 1, - aux_sym_array_pattern_repeat1, - [115735] = 3, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4023), 1, + sym_formal_parameters, + [119589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6937), 1, + ACTIONS(7080), 1, sym_identifier, - ACTIONS(6939), 1, + ACTIONS(7082), 1, sym_private_property_identifier, - [115745] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6941), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [115753] = 2, + [119599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6943), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [115761] = 2, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4093), 1, + sym_formal_parameters, + [119609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6926), 2, + ACTIONS(7066), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [115769] = 3, + anon_sym_RBRACK, + [119617] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(7084), 1, anon_sym_LBRACE, - STATE(1440), 1, - sym_class_body, - [115779] = 2, + STATE(755), 1, + sym_enum_body, + [119627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6935), 2, - anon_sym_COMMA, - anon_sym_GT, - [115787] = 3, + ACTIONS(7086), 1, + sym_identifier, + ACTIONS(7088), 1, + anon_sym_STAR, + [119637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6945), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, - STATE(31), 1, - sym_parenthesized_expression, - [115797] = 3, + STATE(2792), 1, + sym_formal_parameters, + [119647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6945), 1, - anon_sym_LPAREN, - STATE(3716), 1, - sym_parenthesized_expression, - [115807] = 3, + ACTIONS(5588), 1, + anon_sym_LBRACE, + STATE(1954), 1, + sym_class_body, + [119657] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6945), 1, - anon_sym_LPAREN, - STATE(49), 1, - sym_parenthesized_expression, - [115817] = 3, + ACTIONS(7090), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [119665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(571), 1, - sym_statement_block, - [115827] = 3, + ACTIONS(7092), 1, + sym_identifier, + ACTIONS(7094), 1, + anon_sym_STAR, + [119675] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6945), 1, - anon_sym_LPAREN, - STATE(48), 1, - sym_parenthesized_expression, - [115837] = 2, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(3210), 1, + sym_class_body, + [119685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [115845] = 3, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(617), 1, + sym_statement_block, + [119695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6949), 1, + ACTIONS(7096), 1, anon_sym_SEMI, - ACTIONS(6951), 1, + ACTIONS(7098), 1, sym__automatic_semicolon, - [115855] = 2, + [119705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6953), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [115863] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2039), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, - STATE(3836), 1, + STATE(1387), 1, sym_statement_block, - [115873] = 2, - ACTIONS(6243), 1, + [119715] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(6955), 2, - sym__glimmer_template_content, - anon_sym_LT_SLASHtemplate_GT, - [115881] = 3, + ACTIONS(2807), 1, + anon_sym_LPAREN, + STATE(2921), 1, + sym_formal_parameters, + [119725] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7100), 1, + anon_sym_LPAREN, + STATE(38), 1, + sym__for_header, + [119735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(5658), 1, anon_sym_LBRACE, - STATE(3122), 1, + STATE(3175), 1, sym_class_body, - [115891] = 3, + [119745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(5672), 1, anon_sym_LBRACE, - STATE(1423), 1, + STATE(662), 1, sym_class_body, - [115901] = 3, + [119755] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, - anon_sym_LBRACE, - STATE(1418), 1, - sym_statement_block, - [115911] = 2, + ACTIONS(7102), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [119763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5487), 2, - anon_sym_in, - anon_sym_of, - [115919] = 3, + ACTIONS(7104), 1, + anon_sym_LBRACE, + STATE(3206), 1, + sym_enum_body, + [119773] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6957), 1, - sym_identifier, - ACTIONS(6959), 1, - sym_private_property_identifier, - [115929] = 2, + ACTIONS(7106), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [119781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2479), 2, - sym__automatic_semicolon, + ACTIONS(7108), 1, anon_sym_SEMI, - [115937] = 3, + ACTIONS(7110), 1, + sym__automatic_semicolon, + [119791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6961), 1, - sym_identifier, - ACTIONS(6963), 1, - sym_private_property_identifier, - [115947] = 3, + ACTIONS(7112), 1, + anon_sym_LPAREN, + STATE(3944), 1, + sym_parenthesized_expression, + [119801] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4060), 1, + sym_formal_parameters, + [119811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(2042), 1, - sym_class_body, - [115957] = 3, + STATE(681), 1, + sym_statement_block, + [119821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6965), 1, - sym_identifier, - ACTIONS(6967), 1, - sym_private_property_identifier, - [115967] = 3, + ACTIONS(7114), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [119829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6969), 1, - sym_identifier, - ACTIONS(6971), 1, - sym_private_property_identifier, - [115977] = 2, + ACTIONS(1383), 1, + anon_sym_LBRACE, + STATE(145), 1, + sym_statement_block, + [119839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4199), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [115985] = 3, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(3229), 1, + sym_class_body, + [119849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 1, - anon_sym_LPAREN, - STATE(2349), 1, - sym_arguments, - [115995] = 3, + ACTIONS(5680), 1, + anon_sym_LBRACE, + STATE(3215), 1, + sym_statement_block, + [119859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2929), 1, + STATE(4054), 1, sym_formal_parameters, - [116005] = 3, + [119869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6973), 1, - sym_identifier, - ACTIONS(6975), 1, - sym_private_property_identifier, - [116015] = 3, + ACTIONS(5598), 1, + anon_sym_LBRACE, + STATE(1389), 1, + sym_class_body, + [119879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(5672), 1, anon_sym_LBRACE, - STATE(607), 1, + STATE(637), 1, sym_class_body, - [116025] = 3, + [119889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6977), 1, - sym_identifier, - STATE(3598), 1, - sym_nested_identifier, - [116035] = 2, + ACTIONS(7116), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [119897] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7118), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [119905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6506), 2, + ACTIONS(7120), 2, anon_sym_COMMA, anon_sym_RBRACE, - [116043] = 3, + [119913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3050), 1, - sym_formal_parameters, - [116053] = 3, + ACTIONS(5680), 1, + anon_sym_LBRACE, + STATE(615), 1, + sym_statement_block, + [119923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6979), 1, - sym_identifier, - ACTIONS(6981), 1, - anon_sym_STAR, - [116063] = 3, + ACTIONS(3336), 1, + anon_sym_LBRACE, + STATE(1835), 1, + sym_statement_block, + [119933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(4181), 1, - sym_formal_parameters, - [116073] = 3, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(613), 1, + sym_class_body, + [119943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - STATE(1879), 1, + STATE(1416), 1, sym_class_body, - [116083] = 3, + [119953] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5141), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [119961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6299), 1, + ACTIONS(6391), 1, anon_sym_from, - STATE(3813), 1, + STATE(3977), 1, sym__from_clause, - [116093] = 2, + [119971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5038), 2, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1405), 1, + sym_statement_block, + [119981] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3959), 1, + sym_statement_block, + [119991] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5131), 2, anon_sym_COMMA, anon_sym_RBRACE, - [116101] = 3, + [119999] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1425), 1, + sym_statement_block, + [120009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(7122), 1, anon_sym_LPAREN, - STATE(3967), 1, + STATE(44), 1, + sym_parenthesized_expression, + [120019] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(3132), 1, sym_formal_parameters, - [116111] = 3, + [120029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(1409), 1, - sym_statement_block, - [116121] = 2, + STATE(1978), 1, + sym_class_body, + [120039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6983), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [116129] = 3, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4072), 1, + sym_formal_parameters, + [120049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6985), 1, - anon_sym_in, - ACTIONS(6987), 1, - anon_sym_COLON, - [116139] = 3, + ACTIONS(5598), 1, + anon_sym_LBRACE, + STATE(1426), 1, + sym_class_body, + [120059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, - sym_identifier, - STATE(3652), 1, - sym_type_parameter, - [116149] = 3, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(3158), 1, + sym_class_body, + [120069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6989), 1, - sym_identifier, - ACTIONS(6991), 1, - sym_private_property_identifier, - [116159] = 3, + ACTIONS(7122), 1, + anon_sym_LPAREN, + STATE(39), 1, + sym_parenthesized_expression, + [120079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(5656), 1, anon_sym_LBRACE, - STATE(1883), 1, - sym_statement_block, - [116169] = 3, + STATE(153), 1, + sym_class_body, + [120089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(5658), 1, anon_sym_LBRACE, - STATE(3168), 1, + STATE(3155), 1, sym_class_body, - [116179] = 3, + [120099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6993), 1, - sym_identifier, - ACTIONS(6995), 1, - sym_private_property_identifier, - [116189] = 3, + ACTIONS(7011), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [120107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, - sym_identifier, - STATE(3612), 1, - sym_type_parameter, - [116199] = 2, + ACTIONS(5598), 1, + anon_sym_LBRACE, + STATE(1427), 1, + sym_class_body, + [120117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6997), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116207] = 3, + ACTIONS(5588), 1, + anon_sym_LBRACE, + STATE(1843), 1, + sym_class_body, + [120127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6999), 1, - anon_sym_SEMI, - ACTIONS(7001), 1, - sym__automatic_semicolon, - [116217] = 2, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4221), 1, + sym_formal_parameters, + [120137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7003), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116225] = 3, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4253), 1, + sym_formal_parameters, + [120147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(1895), 1, + STATE(1836), 1, sym_class_body, - [116235] = 3, + [120157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6299), 1, - anon_sym_from, - STATE(3906), 1, - sym__from_clause, - [116245] = 2, + ACTIONS(7122), 1, + anon_sym_LPAREN, + STATE(32), 1, + sym_parenthesized_expression, + [120167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7005), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116253] = 3, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3898), 1, + sym_statement_block, + [120177] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3336), 1, + anon_sym_LBRACE, + STATE(1849), 1, + sym_statement_block, + [120187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5658), 1, anon_sym_LBRACE, - STATE(1848), 1, + STATE(3116), 1, sym_class_body, - [116263] = 3, + [120197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - STATE(1836), 1, + STATE(2067), 1, sym_class_body, - [116273] = 2, + [120207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5964), 2, + ACTIONS(5598), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - [116281] = 2, + STATE(2063), 1, + sym_class_body, + [120217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2487), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116289] = 2, + ACTIONS(7124), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [120225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5990), 2, + ACTIONS(5588), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - [116297] = 3, + STATE(1885), 1, + sym_class_body, + [120235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(602), 1, + STATE(1850), 1, sym_class_body, - [116307] = 3, + [120245] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5584), 2, + anon_sym_in, + anon_sym_of, + [120253] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7126), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [120261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(4019), 1, + STATE(4255), 1, sym_formal_parameters, - [116317] = 3, + [120271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7007), 1, - anon_sym_LPAREN, - STATE(46), 1, - sym__for_header, - [116327] = 2, + ACTIONS(3336), 1, + anon_sym_LBRACE, + STATE(1887), 1, + sym_statement_block, + [120281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7009), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116335] = 3, + ACTIONS(7128), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [120289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - STATE(1894), 1, + STATE(1890), 1, sym_statement_block, - [116345] = 3, + [120299] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7130), 1, + anon_sym_SEMI, + ACTIONS(7132), 1, + sym__automatic_semicolon, + [120309] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7134), 1, + anon_sym_SEMI, + ACTIONS(7136), 1, + sym__automatic_semicolon, + [120319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3767), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(1856), 1, - sym_arguments, - [116355] = 3, + STATE(3111), 1, + sym_formal_parameters, + [120329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - STATE(1924), 1, + STATE(1982), 1, sym_statement_block, - [116365] = 3, + [120339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - STATE(1887), 1, - sym_class_body, - [116375] = 2, + ACTIONS(3039), 1, + anon_sym_COLON, + STATE(3895), 1, + sym_type_annotation, + [120349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7011), 2, + ACTIONS(7138), 1, + sym_identifier, + STATE(3665), 1, + sym_nested_identifier, + [120359] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5181), 2, anon_sym_COMMA, - anon_sym_GT, - [116383] = 3, + anon_sym_RBRACE, + [120367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7013), 1, + ACTIONS(5656), 1, anon_sym_LBRACE, - STATE(637), 1, - sym_switch_body, - [116393] = 3, + STATE(168), 1, + sym_class_body, + [120377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7007), 1, - anon_sym_LPAREN, - STATE(40), 1, - sym__for_header, - [116403] = 2, + ACTIONS(7140), 1, + sym_identifier, + ACTIONS(7142), 1, + sym_private_property_identifier, + [120387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5026), 2, + ACTIONS(7144), 1, + sym_identifier, + ACTIONS(7146), 1, + sym_private_property_identifier, + [120397] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7148), 1, + sym_identifier, + ACTIONS(7150), 1, + sym_private_property_identifier, + [120407] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6984), 2, anon_sym_COMMA, anon_sym_RBRACE, - [116411] = 3, + [120415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7015), 1, - sym_identifier, - STATE(3431), 1, - sym_nested_identifier, - [116421] = 3, + ACTIONS(6166), 1, + anon_sym_in, + ACTIONS(6168), 1, + anon_sym_of, + [120425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5340), 1, - anon_sym_LPAREN, - STATE(2567), 1, - sym_arguments, - [116431] = 2, + ACTIONS(3336), 1, + anon_sym_LBRACE, + STATE(1947), 1, + sym_statement_block, + [120435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3583), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116439] = 2, + ACTIONS(5598), 1, + anon_sym_LBRACE, + STATE(2075), 1, + sym_class_body, + [120445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7017), 2, + ACTIONS(7152), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [116447] = 3, + anon_sym_RBRACE, + [120453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6562), 1, + ACTIONS(7154), 1, sym_identifier, - ACTIONS(6566), 1, + ACTIONS(7156), 1, sym_private_property_identifier, - [116457] = 3, + [120463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(1925), 1, - sym_class_body, - [116467] = 3, + STATE(606), 1, + sym_statement_block, + [120473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(1926), 1, - sym_statement_block, - [116477] = 3, + STATE(1949), 1, + sym_class_body, + [120483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3099), 1, + STATE(3189), 1, sym_formal_parameters, - [116487] = 3, + [120493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(1379), 1, - sym_class_body, - [116497] = 3, + STATE(3983), 1, + sym_statement_block, + [120503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, - anon_sym_LBRACE, - STATE(3183), 1, - sym_class_body, - [116507] = 3, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4036), 1, + sym_formal_parameters, + [120513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(4069), 1, + STATE(4120), 1, sym_formal_parameters, - [116517] = 3, + [120523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - STATE(3185), 1, - sym_class_body, - [116527] = 2, + STATE(1875), 1, + sym_statement_block, + [120533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [116535] = 3, + ACTIONS(5588), 1, + anon_sym_LBRACE, + STATE(1984), 1, + sym_class_body, + [120543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(5680), 1, anon_sym_LBRACE, - STATE(1833), 1, + STATE(3208), 1, sym_statement_block, - [116545] = 2, + [120553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116553] = 2, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1432), 1, + sym_statement_block, + [120563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116561] = 2, + ACTIONS(3336), 1, + anon_sym_LBRACE, + STATE(1946), 1, + sym_statement_block, + [120573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6870), 2, + ACTIONS(7158), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [116569] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4278), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116577] = 3, + anon_sym_GT, + [120581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5531), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(760), 1, + STATE(1881), 1, sym_class_body, - [116587] = 3, + [120591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(3120), 1, - sym_statement_block, - [116597] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4195), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116605] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3234), 1, - anon_sym_LPAREN, - STATE(1445), 1, - sym_arguments, - [116615] = 3, + STATE(1944), 1, + sym_class_body, + [120601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3193), 1, - sym_formal_parameters, - [116625] = 2, + ACTIONS(5185), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [120609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5042), 2, + ACTIONS(6966), 2, anon_sym_COMMA, anon_sym_RBRACE, - [116633] = 3, + [120617] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(3841), 1, + STATE(3781), 1, sym_statement_block, - [116643] = 2, + [120627] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5012), 2, + ACTIONS(6975), 2, anon_sym_COMMA, anon_sym_RBRACE, - [116651] = 3, + [120635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6514), 1, - sym_identifier, - STATE(3472), 1, - sym_type_parameter, - [116661] = 3, + ACTIONS(5181), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [120643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, - anon_sym_LBRACE, - STATE(1371), 1, - sym_statement_block, - [116671] = 3, + ACTIONS(7160), 1, + anon_sym_SEMI, + ACTIONS(7162), 1, + sym__automatic_semicolon, + [120653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(1367), 1, + STATE(3777), 1, sym_statement_block, - [116681] = 3, + [120663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, - STATE(3845), 1, + STATE(1436), 1, sym_statement_block, - [116691] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [116699] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5453), 1, - anon_sym_LBRACE, - STATE(1374), 1, - sym_class_body, - [116709] = 3, + [120673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5658), 1, anon_sym_LBRACE, - STATE(1892), 1, + STATE(601), 1, sym_class_body, - [116719] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5008), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [116727] = 3, + [120683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 1, + ACTIONS(5680), 1, anon_sym_LBRACE, - STATE(3144), 1, + STATE(3232), 1, sym_statement_block, - [116737] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(4046), 1, - sym_formal_parameters, - [116747] = 3, + [120693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5680), 1, anon_sym_LBRACE, - STATE(1849), 1, - sym_class_body, - [116757] = 3, + STATE(616), 1, + sym_statement_block, + [120703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7027), 1, - sym_identifier, - ACTIONS(7029), 1, - sym_private_property_identifier, - [116767] = 3, + ACTIONS(5598), 1, + anon_sym_LBRACE, + STATE(1445), 1, + sym_class_body, + [120713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(600), 1, - sym_statement_block, - [116777] = 3, + ACTIONS(7164), 1, + anon_sym_in, + ACTIONS(7166), 1, + anon_sym_COLON, + [120723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(1869), 1, + STATE(3924), 1, sym_statement_block, - [116787] = 3, + [120733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5658), 1, anon_sym_LBRACE, - STATE(3718), 1, - sym_statement_block, - [116797] = 2, + STATE(608), 1, + sym_class_body, + [120743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5004), 2, + ACTIONS(7168), 2, anon_sym_COMMA, anon_sym_RBRACE, - [116805] = 3, + [120751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, - anon_sym_LBRACE, - STATE(2044), 1, - sym_class_body, - [116815] = 2, + ACTIONS(7170), 1, + anon_sym_SEMI, + ACTIONS(7172), 1, + sym__automatic_semicolon, + [120761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 2, + ACTIONS(6929), 2, anon_sym_COMMA, anon_sym_RBRACE, - [116823] = 3, + [120769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7031), 1, + ACTIONS(7174), 1, sym_identifier, - ACTIONS(7033), 1, - sym_private_property_identifier, - [116833] = 2, + ACTIONS(7176), 1, + anon_sym_STAR, + [120779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5042), 2, + ACTIONS(5658), 1, + anon_sym_LBRACE, + STATE(3117), 1, + sym_class_body, + [120789] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5157), 2, anon_sym_COMMA, anon_sym_RBRACE, - [116841] = 3, + [120797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5658), 1, anon_sym_LBRACE, - STATE(661), 1, - sym_statement_block, - [116851] = 3, + STATE(3198), 1, + sym_class_body, + [120807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, - anon_sym_LBRACE, - STATE(1871), 1, - sym_statement_block, - [116861] = 3, + ACTIONS(6391), 1, + anon_sym_from, + STATE(3813), 1, + sym__from_clause, + [120817] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7178), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [120825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(5656), 1, anon_sym_LBRACE, - STATE(1397), 1, + STATE(158), 1, sym_class_body, - [116871] = 3, + [120835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(1875), 1, + STATE(3864), 1, sym_statement_block, - [116881] = 3, + [120845] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - STATE(1934), 1, - sym_class_body, - [116891] = 3, + ACTIONS(7180), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [120853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7035), 1, - anon_sym_LBRACE, - STATE(668), 1, - sym_enum_body, - [116901] = 3, + ACTIONS(5189), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [120861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7037), 1, + ACTIONS(7182), 1, anon_sym_SEMI, - ACTIONS(7039), 1, + ACTIONS(7184), 1, sym__automatic_semicolon, - [116911] = 3, + [120871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(5672), 1, anon_sym_LBRACE, - STATE(1939), 1, - sym_statement_block, - [116921] = 3, + STATE(672), 1, + sym_class_body, + [120881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(6020), 2, anon_sym_LBRACE, - STATE(1878), 1, - sym_class_body, - [116931] = 3, + anon_sym_EQ_GT, + [120889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(1944), 1, - sym_class_body, - [116941] = 3, + STATE(3943), 1, + sym_statement_block, + [120899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7041), 1, + ACTIONS(7186), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7188), 1, sym_private_property_identifier, - [116951] = 3, + [120909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7045), 1, - sym_identifier, - ACTIONS(7047), 1, - sym_private_property_identifier, - [116961] = 3, + ACTIONS(5161), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [120917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, - anon_sym_LBRACE, - STATE(1896), 1, - sym_statement_block, - [116971] = 3, + ACTIONS(6870), 2, + anon_sym_COMMA, + anon_sym_GT, + [120925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, - anon_sym_LBRACE, - STATE(3216), 1, - sym_class_body, - [116981] = 3, + ACTIONS(7190), 1, + anon_sym_SEMI, + ACTIONS(7192), 1, + sym__automatic_semicolon, + [120935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5513), 1, + ACTIONS(7084), 1, anon_sym_LBRACE, - STATE(130), 1, - sym_class_body, - [116991] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6299), 1, - anon_sym_from, - STATE(3872), 1, - sym__from_clause, - [117001] = 3, + STATE(682), 1, + sym_enum_body, + [120945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7049), 1, - sym_identifier, - ACTIONS(7051), 1, - sym_private_property_identifier, - [117011] = 2, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(675), 1, + sym_statement_block, + [120955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [117019] = 3, + ACTIONS(7194), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [120963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1335), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - STATE(136), 1, - sym_statement_block, - [117029] = 3, + STATE(1459), 1, + sym_class_body, + [120973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(4110), 1, + STATE(4149), 1, sym_formal_parameters, - [117039] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5531), 1, - anon_sym_LBRACE, - STATE(740), 1, - sym_class_body, - [117049] = 3, + [120983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, - anon_sym_LBRACE, - STATE(1384), 1, - sym_statement_block, - [117059] = 3, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4048), 1, + sym_formal_parameters, + [120993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - STATE(1897), 1, - sym_class_body, - [117069] = 3, + ACTIONS(7196), 2, + anon_sym_COMMA, + anon_sym_GT, + [121001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, - anon_sym_LBRACE, - STATE(3229), 1, - sym_class_body, - [117079] = 3, + ACTIONS(3306), 1, + anon_sym_LPAREN, + STATE(1461), 1, + sym_arguments, + [121011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6612), 1, + ACTIONS(7198), 1, sym_identifier, - ACTIONS(6616), 1, + ACTIONS(7200), 1, sym_private_property_identifier, - [117089] = 3, + [121021] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5117), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [121029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - STATE(3232), 1, - sym_class_body, - [117099] = 3, + STATE(1924), 1, + sym_statement_block, + [121039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(4128), 1, + STATE(4317), 1, sym_formal_parameters, - [117109] = 3, + [121049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(1378), 1, + STATE(3735), 1, sym_statement_block, - [117119] = 3, + [121059] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7053), 1, - sym_identifier, - ACTIONS(7055), 1, - sym_private_property_identifier, - [117129] = 3, + ACTIONS(5193), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [121067] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, - anon_sym_LBRACE, - STATE(1380), 1, - sym_class_body, - [117139] = 3, + ACTIONS(7202), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [121075] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7057), 1, - anon_sym_SEMI, - ACTIONS(7059), 1, - sym__automatic_semicolon, - [117149] = 3, + ACTIONS(7204), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [121083] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3039), 1, + anon_sym_COLON, + STATE(3867), 1, + sym_type_annotation, + [121093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(3760), 1, - sym_statement_block, - [117159] = 3, + STATE(1913), 1, + sym_class_body, + [121103] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5113), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [121111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7061), 1, + ACTIONS(7206), 1, sym_identifier, - ACTIONS(7063), 1, + ACTIONS(7208), 1, sym_private_property_identifier, - [117169] = 3, + [121121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6945), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(32), 1, - sym_parenthesized_expression, - [117179] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7065), 1, - sym_identifier, - ACTIONS(7067), 1, - anon_sym_STAR, - [117189] = 3, + STATE(3204), 1, + sym_formal_parameters, + [121131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7069), 1, + ACTIONS(7210), 1, sym_identifier, - ACTIONS(7071), 1, + ACTIONS(7212), 1, sym_private_property_identifier, - [117199] = 3, + [121141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6945), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(47), 1, - sym_parenthesized_expression, - [117209] = 3, + STATE(4157), 1, + sym_formal_parameters, + [121151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(4166), 1, - sym_formal_parameters, - [117219] = 3, + ACTIONS(7214), 1, + sym_identifier, + ACTIONS(7216), 1, + sym_private_property_identifier, + [121161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6945), 1, - anon_sym_LPAREN, - STATE(44), 1, - sym_parenthesized_expression, - [117229] = 3, + ACTIONS(7218), 2, + anon_sym_COMMA, + anon_sym_GT, + [121169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7073), 1, + ACTIONS(6794), 1, sym_identifier, - ACTIONS(7075), 1, + ACTIONS(6798), 1, sym_private_property_identifier, - [117239] = 2, + [121179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7077), 2, - anon_sym_COMMA, - anon_sym_GT, - [117247] = 3, + ACTIONS(7220), 1, + sym_identifier, + ACTIONS(7222), 1, + sym_private_property_identifier, + [121189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(605), 1, + STATE(3877), 1, sym_statement_block, - [117257] = 3, + [121199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7079), 1, + ACTIONS(7224), 1, sym_identifier, - ACTIONS(7081), 1, + ACTIONS(7226), 1, sym_private_property_identifier, - [117267] = 3, + [121209] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7083), 1, - sym_identifier, - ACTIONS(7085), 1, - anon_sym_STAR, - [117277] = 3, + ACTIONS(3673), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2591), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(2790), 1, + STATE(2680), 1, sym_formal_parameters, - [117287] = 3, + [121227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, - anon_sym_LBRACE, - STATE(2037), 1, - sym_class_body, - [117297] = 3, + ACTIONS(7228), 1, + sym_identifier, + ACTIONS(7230), 1, + sym_private_property_identifier, + [121237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7087), 1, + ACTIONS(7232), 1, sym_identifier, - ACTIONS(7089), 1, - anon_sym_STAR, - [117307] = 3, + ACTIONS(7234), 1, + sym_private_property_identifier, + [121247] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3880), 1, - sym_statement_block, - [117317] = 3, + ACTIONS(4364), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7091), 1, - anon_sym_SEMI, - ACTIONS(7093), 1, - sym__automatic_semicolon, - [117327] = 3, + ACTIONS(5734), 1, + anon_sym_LPAREN, + STATE(4107), 1, + sym_formal_parameters, + [121265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7095), 1, - anon_sym_SEMI, - ACTIONS(7097), 1, + ACTIONS(4377), 2, sym__automatic_semicolon, - [117337] = 3, + anon_sym_SEMI, + [121273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, - anon_sym_LBRACE, - STATE(3267), 1, - sym_class_body, - [117347] = 2, + ACTIONS(7236), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5050), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117355] = 2, + ACTIONS(6756), 1, + sym_identifier, + ACTIONS(6760), 1, + sym_private_property_identifier, + [121291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5016), 2, + ACTIONS(5131), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117363] = 2, + [121299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5046), 2, + ACTIONS(5141), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117371] = 3, + [121307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, - anon_sym_LBRACE, - STATE(1470), 1, - sym_statement_block, - [117381] = 2, + ACTIONS(3874), 1, + anon_sym_LPAREN, + STATE(1985), 1, + sym_arguments, + [121317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5012), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117389] = 3, + ACTIONS(7238), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7099), 1, - sym_identifier, - ACTIONS(7101), 1, - sym_private_property_identifier, - [117399] = 3, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3871), 1, + sym_statement_block, + [121335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(2807), 1, anon_sym_LPAREN, - STATE(3943), 1, + STATE(2885), 1, sym_formal_parameters, - [117409] = 3, + [121345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, - anon_sym_LBRACE, - STATE(1362), 1, - sym_statement_block, - [117419] = 3, + ACTIONS(5123), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [121353] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6024), 1, - anon_sym_in, - ACTIONS(6026), 1, - anon_sym_of, - [117429] = 3, + ACTIONS(6040), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [121361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(1383), 1, anon_sym_LBRACE, - STATE(1474), 1, - sym_class_body, - [117439] = 3, + STATE(164), 1, + sym_statement_block, + [121371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6809), 1, - sym_identifier, - ACTIONS(6813), 1, - sym_private_property_identifier, - [117449] = 3, + ACTIONS(7240), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2971), 1, - anon_sym_COLON, - STATE(3909), 1, - sym_type_annotation, - [117459] = 3, + ACTIONS(6036), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [121387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - STATE(3026), 1, + STATE(1898), 1, sym_statement_block, - [117469] = 3, + [121397] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7103), 1, + ACTIONS(6030), 2, anon_sym_LBRACE, - STATE(3078), 1, - sym_enum_body, - [117479] = 3, + anon_sym_EQ_GT, + [121405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(1375), 1, + STATE(1995), 1, sym_class_body, - [117489] = 3, + [121415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(3922), 1, + STATE(4334), 1, sym_formal_parameters, - [117499] = 3, + [121425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3752), 1, - sym_statement_block, - [117509] = 3, + ACTIONS(7242), 1, + sym_identifier, + ACTIONS(7244), 1, + sym_private_property_identifier, + [121435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(3866), 1, + STATE(3893), 1, sym_statement_block, - [117519] = 3, + [121445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(7100), 1, anon_sym_LPAREN, - STATE(3964), 1, - sym_formal_parameters, - [117529] = 3, + STATE(43), 1, + sym__for_header, + [121455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3065), 1, - sym_formal_parameters, - [117539] = 2, + ACTIONS(5656), 1, + anon_sym_LBRACE, + STATE(142), 1, + sym_class_body, + [121465] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5054), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117547] = 3, + ACTIONS(7246), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(4024), 1, - sym_formal_parameters, - [117557] = 3, + ACTIONS(7248), 1, + anon_sym_LBRACE, + STATE(753), 1, + sym_switch_body, + [121483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5513), 1, - anon_sym_LBRACE, - STATE(164), 1, - sym_class_body, - [117567] = 2, + ACTIONS(7250), 1, + anon_sym_SEMI, + ACTIONS(7252), 1, + sym__automatic_semicolon, + [121493] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5074), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117575] = 2, + ACTIONS(7254), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5078), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117583] = 2, + ACTIONS(7256), 1, + sym_identifier, + ACTIONS(7258), 1, + sym_private_property_identifier, + [121511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5046), 2, + ACTIONS(7260), 1, + sym_identifier, + ACTIONS(7262), 1, + sym_private_property_identifier, + [121521] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5127), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117591] = 3, + [121529] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, - anon_sym_LPAREN, - STATE(2349), 1, - sym_arguments, - [117601] = 3, + ACTIONS(7264), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3853), 1, - sym_statement_block, - [117611] = 2, + ACTIONS(7266), 1, + sym_identifier, + ACTIONS(7268), 1, + sym_private_property_identifier, + [121547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7105), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117619] = 2, + ACTIONS(7270), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5016), 2, + ACTIONS(5113), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117627] = 3, + [121563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(5598), 1, anon_sym_LBRACE, - STATE(1962), 1, + STATE(2052), 1, sym_class_body, - [117637] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3848), 1, - sym_statement_block, - [117647] = 2, + [121573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5068), 2, + ACTIONS(7272), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [117655] = 3, + anon_sym_RPAREN, + [121581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - STATE(1928), 1, - sym_class_body, - [117665] = 3, + ACTIONS(7274), 1, + anon_sym_COMMA, + ACTIONS(7276), 1, + anon_sym_from, + [121591] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, - anon_sym_LBRACE, - STATE(1927), 1, - sym_statement_block, - [117675] = 3, + ACTIONS(5161), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [121599] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3744), 1, - sym_statement_block, - [117685] = 3, + ACTIONS(7278), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [121607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3762), 1, - sym_statement_block, - [117695] = 2, + ACTIONS(5157), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [121615] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5050), 2, + ACTIONS(5127), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117703] = 3, + [121623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(7122), 1, anon_sym_LPAREN, - STATE(4070), 1, - sym_formal_parameters, - [117713] = 3, + STATE(47), 1, + sym_parenthesized_expression, + [121633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(3212), 1, + anon_sym_LT, + ACTIONS(3216), 1, anon_sym_LPAREN, - STATE(4064), 1, - sym_formal_parameters, - [117723] = 2, + [121643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6698), 2, + ACTIONS(6705), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [117731] = 3, + anon_sym_RPAREN, + [121651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, - anon_sym_LBRACE, - STATE(1795), 1, - sym_class_body, - [117741] = 2, + ACTIONS(6391), 1, + anon_sym_from, + STATE(3750), 1, + sym__from_clause, + [121661] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6693), 2, + ACTIONS(5117), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117749] = 3, + [121669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7107), 1, - anon_sym_SEMI, - ACTIONS(7109), 1, - sym__automatic_semicolon, - [117759] = 3, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1513), 1, + sym_statement_block, + [121679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2591), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2792), 1, + STATE(4220), 1, sym_formal_parameters, - [117769] = 3, + [121689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 1, + ACTIONS(5672), 1, anon_sym_LBRACE, - STATE(1861), 1, - sym_statement_block, - [117779] = 3, + STATE(741), 1, + sym_class_body, + [121699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1335), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, - STATE(149), 1, + STATE(1503), 1, sym_statement_block, - [117789] = 3, + [121709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(4052), 1, - sym_formal_parameters, - [117799] = 3, + ACTIONS(5598), 1, + anon_sym_LBRACE, + STATE(1490), 1, + sym_class_body, + [121719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2954), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(2480), 1, - sym_arguments, - [117809] = 3, + STATE(4098), 1, + sym_formal_parameters, + [121729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3767), 1, - anon_sym_LPAREN, - STATE(1714), 1, - sym_arguments, - [117819] = 2, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1507), 1, + sym_statement_block, + [121739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5074), 2, + ACTIONS(7280), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117827] = 3, + [121747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, - anon_sym_LBRACE, - STATE(3685), 1, - sym_statement_block, - [117837] = 3, + ACTIONS(7282), 1, + sym_identifier, + ACTIONS(7284), 1, + sym_private_property_identifier, + [121757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, - anon_sym_LBRACE, - STATE(606), 1, - sym_class_body, - [117847] = 3, + ACTIONS(6692), 1, + sym_identifier, + ACTIONS(6696), 1, + sym_private_property_identifier, + [121767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 1, - anon_sym_LBRACE, - STATE(612), 1, - sym_statement_block, - [117857] = 3, + ACTIONS(6391), 1, + anon_sym_from, + STATE(3860), 1, + sym__from_clause, + [121777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5531), 1, - anon_sym_LBRACE, - STATE(640), 1, - sym_class_body, - [117867] = 3, + ACTIONS(7286), 1, + sym_identifier, + ACTIONS(7288), 1, + anon_sym_STAR, + [121787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7103), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - STATE(3057), 1, - sym_enum_body, - [117877] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7111), 1, - anon_sym_SEMI, - ACTIONS(7113), 1, - sym__automatic_semicolon, - [117887] = 3, + STATE(1997), 1, + sym_statement_block, + [121797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2591), 1, - anon_sym_LPAREN, - STATE(2629), 1, - sym_formal_parameters, - [117897] = 2, + ACTIONS(5598), 1, + anon_sym_LBRACE, + STATE(1502), 1, + sym_class_body, + [121807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6784), 2, + ACTIONS(7290), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [117905] = 3, + anon_sym_RBRACE, + [121815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3234), 1, + ACTIONS(5734), 1, anon_sym_LPAREN, - STATE(1289), 1, - sym_arguments, - [117915] = 3, + STATE(2963), 1, + sym_formal_parameters, + [121825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5507), 1, + ACTIONS(5588), 1, anon_sym_LBRACE, - STATE(617), 1, + STATE(1993), 1, sym_class_body, - [117925] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7115), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [117933] = 2, + [121835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6773), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [117941] = 3, + ACTIONS(7292), 1, + anon_sym_SEMI, + ACTIONS(7294), 1, + sym__automatic_semicolon, + [121845] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(3336), 1, anon_sym_LBRACE, - STATE(754), 1, + STATE(1968), 1, sym_statement_block, - [117951] = 2, + [121855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5078), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [117959] = 3, + ACTIONS(5588), 1, + anon_sym_LBRACE, + STATE(1953), 1, + sym_class_body, + [121865] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7117), 1, - anon_sym_LPAREN, - STATE(3907), 1, - sym_parenthesized_expression, - [117969] = 3, + ACTIONS(2523), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7119), 1, - anon_sym_SEMI, - ACTIONS(7121), 1, + ACTIONS(4243), 2, sym__automatic_semicolon, - [117979] = 2, + anon_sym_SEMI, + [121881] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5588), 1, + anon_sym_LBRACE, + STATE(1974), 1, + sym_class_body, + [121891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7123), 2, + ACTIONS(5199), 2, anon_sym_COMMA, anon_sym_RBRACE, - [117987] = 3, + [121899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5246), 1, - anon_sym_LPAREN, - STATE(2735), 1, - sym_formal_parameters, - [117997] = 2, - ACTIONS(3), 1, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(3844), 1, + sym_statement_block, + [121909] = 2, + ACTIONS(6375), 1, sym_comment, - ACTIONS(7125), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [118005] = 2, + ACTIONS(7296), 2, + sym__glimmer_template_content, + anon_sym_LT_SLASHtemplate_GT, + [121917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7127), 2, + ACTIONS(6647), 2, anon_sym_COMMA, anon_sym_RBRACE, - [118013] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7129), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [118021] = 2, + [121925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7131), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [118029] = 2, + ACTIONS(7298), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6707), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [118037] = 3, + ACTIONS(7122), 1, + anon_sym_LPAREN, + STATE(34), 1, + sym_parenthesized_expression, + [121943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2971), 1, - anon_sym_COLON, - STATE(3722), 1, - sym_type_annotation, - [118047] = 3, + ACTIONS(2063), 1, + anon_sym_LBRACE, + STATE(574), 1, + sym_statement_block, + [121953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2039), 1, + ACTIONS(2063), 1, anon_sym_LBRACE, - STATE(3742), 1, + STATE(3848), 1, sym_statement_block, - [118057] = 3, + [121963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(4231), 1, - sym_formal_parameters, - [118067] = 3, + ACTIONS(2519), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [121971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, + ACTIONS(7122), 1, anon_sym_LPAREN, - STATE(4174), 1, - sym_formal_parameters, - [118077] = 3, + STATE(37), 1, + sym_parenthesized_expression, + [121981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5433), 1, + ACTIONS(7104), 1, anon_sym_LBRACE, - STATE(1890), 1, - sym_class_body, - [118087] = 3, + STATE(3146), 1, + sym_enum_body, + [121991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7035), 1, - anon_sym_LBRACE, - STATE(704), 1, - sym_enum_body, - [118097] = 3, + ACTIONS(7122), 1, + anon_sym_LPAREN, + STATE(3938), 1, + sym_parenthesized_expression, + [122001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5513), 1, + ACTIONS(5658), 1, anon_sym_LBRACE, - STATE(132), 1, + STATE(620), 1, sym_class_body, - [118107] = 3, + [122011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, - anon_sym_LBRACE, - STATE(2022), 1, - sym_class_body, - [118117] = 3, + ACTIONS(7300), 1, + sym_identifier, + STATE(3532), 1, + sym_nested_identifier, + [122021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 1, - anon_sym_LBRACE, - STATE(616), 1, - sym_statement_block, - [118127] = 3, + ACTIONS(7302), 1, + anon_sym_symbol, + [122028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 1, - anon_sym_LPAREN, - STATE(3938), 1, - sym_formal_parameters, - [118137] = 2, + ACTIONS(7304), 1, + anon_sym_from, + [122035] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7133), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [118145] = 3, + ACTIONS(7306), 1, + anon_sym_from, + [122042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5513), 1, - anon_sym_LBRACE, - STATE(144), 1, - sym_class_body, - [118155] = 3, + ACTIONS(7308), 1, + anon_sym_RPAREN, + [122049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5242), 1, + ACTIONS(7310), 1, + anon_sym_as, + [122056] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7312), 1, anon_sym_COLON, - STATE(3585), 1, - sym_type_annotation, - [118165] = 3, + [122063] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6299), 1, - anon_sym_from, - STATE(3771), 1, - sym__from_clause, - [118175] = 2, + ACTIONS(7314), 1, + sym_identifier, + [122070] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7316), 1, + anon_sym_LPAREN, + [122077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7135), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [118183] = 2, + ACTIONS(7318), 1, + anon_sym_from, + [122084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5054), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [118191] = 3, + ACTIONS(7320), 1, + anon_sym_require, + [122091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7137), 1, - anon_sym_SEMI, - ACTIONS(7139), 1, - sym__automatic_semicolon, - [118201] = 2, + ACTIONS(4533), 1, + anon_sym_RBRACK, + [122098] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7141), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [118209] = 3, + ACTIONS(7322), 1, + anon_sym_RBRACK, + [122105] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5531), 1, - anon_sym_LBRACE, - STATE(735), 1, - sym_class_body, - [118219] = 2, + ACTIONS(6723), 1, + anon_sym_RBRACK, + [122112] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7143), 2, - anon_sym_COMMA, + ACTIONS(7324), 1, anon_sym_RBRACK, - [118227] = 2, + [122119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5678), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [118235] = 2, + ACTIONS(7326), 1, + anon_sym_LBRACK, + [122126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7145), 1, + ACTIONS(7328), 1, anon_sym_EQ_GT, - [118242] = 2, + [122133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7147), 1, - anon_sym_RBRACK, - [118249] = 2, + ACTIONS(7330), 1, + anon_sym_from, + [122140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7149), 1, - anon_sym_from, - [118256] = 2, + ACTIONS(7332), 1, + sym_identifier, + [122147] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6739), 1, - anon_sym_RBRACE, - [118263] = 2, + ACTIONS(7334), 1, + sym_identifier, + [122154] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4452), 1, - anon_sym_RBRACK, - [118270] = 2, + ACTIONS(7336), 1, + anon_sym_DOT, + [122161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7151), 1, + ACTIONS(7338), 1, anon_sym_EQ_GT, - [118277] = 2, + [122168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5202), 1, - anon_sym_is, - [118284] = 2, + ACTIONS(7340), 1, + sym_identifier, + [122175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7153), 1, - anon_sym_as, - [118291] = 2, + ACTIONS(7342), 1, + sym_identifier, + [122182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7155), 1, + ACTIONS(7344), 1, anon_sym_EQ_GT, - [118298] = 2, + [122189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(7346), 1, anon_sym_EQ_GT, - [118305] = 2, + [122196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7159), 1, + ACTIONS(7348), 1, anon_sym_EQ_GT, - [118312] = 2, + [122203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7161), 1, + ACTIONS(7350), 1, anon_sym_EQ_GT, - [118319] = 2, - ACTIONS(6243), 1, + [122210] = 2, + ACTIONS(6375), 1, sym_comment, - ACTIONS(7163), 1, + ACTIONS(7352), 1, sym_regex_pattern, - [118326] = 2, + [122217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7165), 1, - anon_sym_COLON, - [118333] = 2, - ACTIONS(3), 1, + ACTIONS(7354), 1, + anon_sym_EQ_GT, + [122224] = 2, + ACTIONS(6375), 1, sym_comment, - ACTIONS(6749), 1, - anon_sym_RBRACK, - [118340] = 2, + ACTIONS(7356), 1, + sym_regex_pattern, + [122231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3246), 1, + ACTIONS(7358), 1, anon_sym_DOT, - [118347] = 2, + [122238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5682), 1, - anon_sym_EQ, - [118354] = 2, + ACTIONS(7360), 1, + anon_sym_EQ_GT, + [122245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7167), 1, - sym_identifier, - [118361] = 2, + ACTIONS(4495), 1, + anon_sym_RBRACK, + [122252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7169), 1, - sym_identifier, - [118368] = 2, + ACTIONS(7362), 1, + anon_sym_EQ_GT, + [122259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7171), 1, - sym_identifier, - [118375] = 2, + ACTIONS(7364), 1, + anon_sym_EQ_GT, + [122266] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6335), 1, + anon_sym_EQ, + [122273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(7366), 1, + anon_sym_EQ_GT, + [122280] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3993), 1, anon_sym_RPAREN, - [118382] = 2, + [122287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - anon_sym_RBRACK, - [118389] = 2, + ACTIONS(7368), 1, + sym_identifier, + [122294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, - anon_sym_RBRACK, - [118396] = 2, + ACTIONS(7370), 1, + anon_sym_EQ_GT, + [122301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7177), 1, + ACTIONS(4543), 1, anon_sym_RBRACK, - [118403] = 2, + [122308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7179), 1, - sym_number, - [118410] = 2, + ACTIONS(7372), 1, + anon_sym_EQ_GT, + [122315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7181), 1, + ACTIONS(7374), 1, sym_identifier, - [118417] = 2, + [122322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 1, - anon_sym_RPAREN, - [118424] = 2, + ACTIONS(7376), 1, + sym_identifier, + [122329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7185), 1, - anon_sym_EQ_GT, - [118431] = 2, + ACTIONS(7378), 1, + anon_sym_SLASH2, + [122336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7187), 1, - anon_sym_RBRACK, - [118438] = 2, + ACTIONS(4493), 1, + anon_sym_RBRACE, + [122343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7189), 1, - anon_sym_EQ_GT, - [118445] = 2, + ACTIONS(6814), 1, + anon_sym_RBRACK, + [122350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7191), 1, - anon_sym_RBRACK, - [118452] = 2, + ACTIONS(7380), 1, + sym_number, + [122357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7193), 1, - anon_sym_SLASH2, - [118459] = 2, + ACTIONS(4205), 1, + anon_sym_RPAREN, + [122364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, - anon_sym_EQ_GT, - [118466] = 2, + ACTIONS(7382), 1, + anon_sym_COLON, + [122371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7197), 1, - anon_sym_RPAREN, - [118473] = 2, + ACTIONS(7384), 1, + sym_identifier, + [122378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7199), 1, - anon_sym_RBRACK, - [118480] = 2, + ACTIONS(7386), 1, + anon_sym_EQ_GT, + [122385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7201), 1, + ACTIONS(4549), 1, anon_sym_RBRACK, - [118487] = 2, + [122392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 1, + ACTIONS(7388), 1, sym_identifier, - [118494] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7205), 1, - anon_sym_RPAREN, - [118501] = 2, + [122399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7207), 1, - anon_sym_RBRACK, - [118508] = 2, + ACTIONS(5359), 1, + anon_sym_is, + [122406] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7209), 1, - anon_sym_RBRACK, - [118515] = 2, + ACTIONS(7390), 1, + sym_identifier, + [122413] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7211), 1, + ACTIONS(7392), 1, anon_sym_RBRACK, - [118522] = 2, + [122420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7213), 1, - anon_sym_RPAREN, - [118529] = 2, + ACTIONS(7394), 1, + anon_sym_EQ_GT, + [122427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7215), 1, - anon_sym_RBRACK, - [118536] = 2, + ACTIONS(7396), 1, + sym_identifier, + [122434] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7217), 1, - anon_sym_RBRACK, - [118543] = 2, + ACTIONS(4555), 1, + anon_sym_RPAREN, + [122441] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 1, - anon_sym_RBRACK, - [118550] = 2, + ACTIONS(5778), 1, + anon_sym_is, + [122448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 1, - anon_sym_RBRACK, - [118557] = 2, + ACTIONS(7398), 1, + anon_sym_EQ_GT, + [122455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7223), 1, - anon_sym_COLON, - [118564] = 2, + ACTIONS(7400), 1, + anon_sym_EQ_GT, + [122462] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7225), 1, - anon_sym_RBRACK, - [118571] = 2, + ACTIONS(7402), 1, + anon_sym_EQ_GT, + [122469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 1, - anon_sym_RBRACK, - [118578] = 2, + ACTIONS(7404), 1, + anon_sym_from, + [122476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6680), 1, + ACTIONS(6961), 1, anon_sym_RBRACK, - [118585] = 2, + [122483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7229), 1, - anon_sym_EQ_GT, - [118592] = 2, + ACTIONS(7406), 1, + sym_identifier, + [122490] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 1, - anon_sym_EQ_GT, - [118599] = 2, + ACTIONS(7408), 1, + anon_sym_RBRACK, + [122497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7233), 1, + ACTIONS(7410), 1, sym_identifier, - [118606] = 2, + [122504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7235), 1, - anon_sym_EQ_GT, - [118613] = 2, + ACTIONS(7412), 1, + anon_sym_RBRACK, + [122511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7237), 1, + ACTIONS(7414), 1, anon_sym_RBRACK, - [118620] = 2, + [122518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7239), 1, - anon_sym_RBRACK, - [118627] = 2, + ACTIONS(7416), 1, + sym_identifier, + [122525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7241), 1, - anon_sym_EQ_GT, - [118634] = 2, + ACTIONS(4566), 1, + anon_sym_COLON, + [122532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7243), 1, - anon_sym_RBRACK, - [118641] = 2, + ACTIONS(7418), 1, + anon_sym_new, + [122539] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7245), 1, + ACTIONS(7420), 1, anon_sym_RBRACK, - [118648] = 2, + [122546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7247), 1, - anon_sym_readonly, - [118655] = 2, + ACTIONS(7422), 1, + anon_sym_EQ_GT, + [122553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7249), 1, + ACTIONS(7424), 1, anon_sym_EQ_GT, - [118662] = 2, + [122560] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7251), 1, - anon_sym_RBRACK, - [118669] = 2, + ACTIONS(4572), 1, + anon_sym_RPAREN, + [122567] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7253), 1, + ACTIONS(7426), 1, anon_sym_EQ_GT, - [118676] = 2, + [122574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7255), 1, + ACTIONS(7428), 1, anon_sym_EQ_GT, - [118683] = 2, + [122581] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7257), 1, + ACTIONS(7430), 1, anon_sym_EQ_GT, - [118690] = 2, + [122588] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 1, - anon_sym_EQ, - [118697] = 2, - ACTIONS(6243), 1, + ACTIONS(7432), 1, + anon_sym_EQ_GT, + [122595] = 2, + ACTIONS(6375), 1, sym_comment, - ACTIONS(7261), 1, + ACTIONS(7434), 1, sym_regex_pattern, - [118704] = 2, + [122602] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6876), 1, - anon_sym_RBRACK, - [118711] = 2, + ACTIONS(7436), 1, + anon_sym_EQ_GT, + [122609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7263), 1, - anon_sym_RBRACK, - [118718] = 2, + ACTIONS(7438), 1, + anon_sym_EQ_GT, + [122616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5607), 1, + ACTIONS(7440), 1, anon_sym_DOT, - [118725] = 2, + [122623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7265), 1, - anon_sym_EQ_GT, - [118732] = 2, + ACTIONS(4574), 1, + anon_sym_RPAREN, + [122630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7267), 1, + ACTIONS(7442), 1, anon_sym_RBRACK, - [118739] = 2, + [122637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, - sym_identifier, - [118746] = 2, + ACTIONS(7444), 1, + anon_sym_RBRACK, + [122644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7271), 1, - anon_sym_new, - [118753] = 2, + ACTIONS(4583), 1, + anon_sym_RPAREN, + [122651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7273), 1, - anon_sym_EQ_GT, - [118760] = 2, + ACTIONS(7446), 1, + anon_sym_LBRACE, + [122658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7275), 1, - anon_sym_from, - [118767] = 2, + ACTIONS(7448), 1, + sym_identifier, + [122665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7277), 1, - anon_sym_RPAREN, - [118774] = 2, + ACTIONS(7450), 1, + anon_sym_RBRACK, + [122672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6807), 1, - anon_sym_RBRACK, - [118781] = 2, + ACTIONS(7452), 1, + sym_identifier, + [122679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7279), 1, - anon_sym_RBRACK, - [118788] = 2, + ACTIONS(5612), 1, + anon_sym_is, + [122686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7281), 1, + ACTIONS(7454), 1, anon_sym_RBRACK, - [118795] = 2, + [122693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5206), 1, - anon_sym_DOT, - [118802] = 2, + ACTIONS(7456), 1, + anon_sym_EQ_GT, + [122700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7283), 1, + ACTIONS(7458), 1, sym_identifier, - [118809] = 2, + [122707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4433), 1, - anon_sym_RPAREN, - [118816] = 2, + ACTIONS(7460), 1, + anon_sym_EQ_GT, + [122714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7285), 1, - anon_sym_EQ_GT, - [118823] = 2, - ACTIONS(6243), 1, + ACTIONS(7462), 1, + anon_sym_readonly, + [122721] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7287), 1, - sym_regex_pattern, - [118830] = 2, + ACTIONS(7464), 1, + anon_sym_RBRACK, + [122728] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7466), 1, + anon_sym_EQ_GT, + [122735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5330), 1, + ACTIONS(7468), 1, anon_sym_DOT, - [118837] = 2, + [122742] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7289), 1, - sym_identifier, - [118844] = 2, + ACTIONS(7470), 1, + anon_sym_RBRACK, + [122749] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7291), 1, - anon_sym_EQ_GT, - [118851] = 2, + ACTIONS(7472), 1, + anon_sym_RBRACK, + [122756] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7293), 1, + ACTIONS(7474), 1, anon_sym_RBRACK, - [118858] = 2, + [122763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7295), 1, + ACTIONS(7476), 1, anon_sym_RBRACK, - [118865] = 2, + [122770] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7297), 1, - sym_identifier, - [118872] = 2, + ACTIONS(7478), 1, + anon_sym_RPAREN, + [122777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7299), 1, - anon_sym_EQ, - [118879] = 2, + ACTIONS(7480), 1, + anon_sym_RBRACK, + [122784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7301), 1, - sym_identifier, - [118886] = 2, + ACTIONS(7482), 1, + anon_sym_RBRACK, + [122791] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7303), 1, + ACTIONS(7484), 1, anon_sym_EQ_GT, - [118893] = 2, + [122798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7305), 1, - anon_sym_EQ_GT, - [118900] = 2, + ACTIONS(7486), 1, + anon_sym_RBRACK, + [122805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7307), 1, - anon_sym_EQ_GT, - [118907] = 2, + ACTIONS(7488), 1, + anon_sym_RBRACK, + [122812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7309), 1, + ACTIONS(7490), 1, anon_sym_RBRACK, - [118914] = 2, + [122819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7311), 1, + ACTIONS(7492), 1, sym_identifier, - [118921] = 2, + [122826] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7313), 1, - anon_sym_COLON, - [118928] = 2, + ACTIONS(7494), 1, + anon_sym_RBRACK, + [122833] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7315), 1, + ACTIONS(7496), 1, anon_sym_RBRACK, - [118935] = 2, + [122840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7317), 1, + ACTIONS(7498), 1, anon_sym_class, - [118942] = 2, + [122847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7319), 1, - anon_sym_RBRACK, - [118949] = 2, + ACTIONS(7500), 1, + anon_sym_RPAREN, + [122854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7321), 1, + ACTIONS(7502), 1, anon_sym_EQ_GT, - [118956] = 2, + [122861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6135), 1, - anon_sym_EQ, - [118963] = 2, + ACTIONS(7504), 1, + anon_sym_RBRACK, + [122868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7323), 1, + ACTIONS(7506), 1, anon_sym_EQ, - [118970] = 2, + [122875] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7325), 1, + ACTIONS(7508), 1, anon_sym_namespace, - [118977] = 2, + [122882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7327), 1, + ACTIONS(7510), 1, anon_sym_EQ_GT, - [118984] = 2, + [122889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7329), 1, + ACTIONS(7512), 1, anon_sym_RBRACK, - [118991] = 2, + [122896] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 1, - anon_sym_EQ_GT, - [118998] = 2, + ACTIONS(7514), 1, + anon_sym_RBRACK, + [122903] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, - anon_sym_EQ, - [119005] = 2, + ACTIONS(7516), 1, + anon_sym_RBRACK, + [122910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7335), 1, - anon_sym_LBRACK, - [119012] = 2, + ACTIONS(7518), 1, + anon_sym_EQ_GT, + [122917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7337), 1, + ACTIONS(7520), 1, anon_sym_RBRACK, - [119019] = 2, + [122924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7339), 1, - anon_sym_EQ_GT, - [119026] = 2, + ACTIONS(7522), 1, + anon_sym_RBRACK, + [122931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7341), 1, - anon_sym_EQ_GT, - [119033] = 2, + ACTIONS(7524), 1, + anon_sym_RBRACK, + [122938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7343), 1, - anon_sym_SLASH2, - [119040] = 2, + ACTIONS(7526), 1, + anon_sym_EQ_GT, + [122945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, + ACTIONS(7528), 1, anon_sym_RBRACK, - [119047] = 2, + [122952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7347), 1, - anon_sym_new, - [119054] = 2, + ACTIONS(7530), 1, + anon_sym_EQ_GT, + [122959] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7349), 1, - sym_identifier, - [119061] = 2, + ACTIONS(7532), 1, + anon_sym_EQ_GT, + [122966] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7351), 1, - anon_sym_EQ_GT, - [119068] = 2, + ACTIONS(5776), 1, + anon_sym_EQ, + [122973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7353), 1, + ACTIONS(7534), 1, anon_sym_RBRACK, - [119075] = 2, + [122980] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7355), 1, - anon_sym_EQ_GT, - [119082] = 2, + ACTIONS(7536), 1, + anon_sym_new, + [122987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7357), 1, - anon_sym_EQ_GT, - [119089] = 2, + ACTIONS(7538), 1, + sym_identifier, + [122994] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7359), 1, + ACTIONS(7540), 1, anon_sym_RBRACK, - [119096] = 2, + [123001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6646), 1, - anon_sym_RBRACE, - [119103] = 2, + ACTIONS(7542), 1, + anon_sym_RBRACK, + [123008] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(7023), 1, sym_identifier, - [119110] = 2, + [123015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7361), 1, + ACTIONS(7544), 1, anon_sym_class, - [119117] = 2, + [123022] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7363), 1, + ACTIONS(7546), 1, anon_sym_RBRACK, - [119124] = 2, + [123029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7365), 1, - sym_identifier, - [119131] = 2, + ACTIONS(7548), 1, + anon_sym_RBRACK, + [123036] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7367), 1, + ACTIONS(7550), 1, anon_sym_EQ, - [119138] = 2, + [123043] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7369), 1, - anon_sym_RPAREN, - [119145] = 2, + ACTIONS(7552), 1, + sym_identifier, + [123050] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7371), 1, + ACTIONS(7554), 1, anon_sym_EQ, - [119152] = 2, + [123057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7373), 1, - anon_sym_RBRACK, - [119159] = 2, + ACTIONS(7556), 1, + anon_sym_COLON, + [123064] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7375), 1, - anon_sym_RBRACK, - [119166] = 2, + ACTIONS(7558), 1, + anon_sym_EQ_GT, + [123071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3154), 1, - anon_sym_LPAREN, - [119173] = 2, - ACTIONS(6243), 1, + ACTIONS(7560), 1, + anon_sym_RBRACK, + [123078] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7377), 1, - sym_regex_pattern, - [119180] = 2, + ACTIONS(7562), 1, + anon_sym_DOT, + [123085] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7379), 1, + ACTIONS(7564), 1, anon_sym_EQ_GT, - [119187] = 2, + [123092] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7381), 1, - anon_sym_from, - [119194] = 2, + ACTIONS(7566), 1, + sym_identifier, + [123099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7383), 1, - anon_sym_target, - [119201] = 2, + ACTIONS(7568), 1, + anon_sym_RPAREN, + [123106] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7385), 1, - anon_sym_class, - [119208] = 2, + ACTIONS(7570), 1, + anon_sym_RPAREN, + [123113] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7387), 1, - anon_sym_LPAREN, - [119215] = 2, + ACTIONS(7572), 1, + anon_sym_as, + [123120] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7389), 1, - sym_identifier, - [119222] = 2, + ACTIONS(7574), 1, + anon_sym_RPAREN, + [123127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7391), 1, - anon_sym_EQ_GT, - [119229] = 2, + ACTIONS(7576), 1, + anon_sym_RBRACK, + [123134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7393), 1, - anon_sym_from, - [119236] = 2, + ACTIONS(7578), 1, + anon_sym_RPAREN, + [123141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7395), 1, - sym_identifier, - [119243] = 2, + ACTIONS(7580), 1, + anon_sym_EQ_GT, + [123148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4484), 1, - anon_sym_RBRACK, - [119250] = 2, + ACTIONS(7582), 1, + anon_sym_from, + [123155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7397), 1, - sym_identifier, - [119257] = 2, + ACTIONS(7043), 1, + anon_sym_RBRACE, + [123162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7399), 1, - anon_sym_as, - [119264] = 2, + ACTIONS(7584), 1, + anon_sym_RBRACK, + [123169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7401), 1, - anon_sym_EQ_GT, - [119271] = 2, + ACTIONS(7586), 1, + anon_sym_RBRACK, + [123176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7403), 1, + ACTIONS(7588), 1, anon_sym_COLON, - [119278] = 2, + [123183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7405), 1, - sym_identifier, - [119285] = 2, + ACTIONS(7590), 1, + anon_sym_RBRACK, + [123190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7407), 1, + ACTIONS(7592), 1, sym_identifier, - [119292] = 2, + [123197] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7409), 1, - anon_sym_EQ_GT, - [119299] = 2, + ACTIONS(7594), 1, + sym_identifier, + [123204] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7411), 1, - anon_sym_RPAREN, - [119306] = 2, + ACTIONS(7596), 1, + sym_identifier, + [123211] = 2, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(7598), 1, + sym_regex_pattern, + [123218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7413), 1, - anon_sym_EQ_GT, - [119313] = 2, + ACTIONS(7600), 1, + anon_sym_RBRACK, + [123225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7415), 1, + ACTIONS(7602), 1, sym_identifier, - [119320] = 2, + [123232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7417), 1, + ACTIONS(7604), 1, anon_sym_RBRACK, - [119327] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7419), 1, - anon_sym_LBRACE, - [119334] = 2, + [123239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7421), 1, - anon_sym_EQ_GT, - [119341] = 2, + ACTIONS(7606), 1, + anon_sym_from, + [123246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7423), 1, - anon_sym_EQ_GT, - [119348] = 2, + ACTIONS(7608), 1, + anon_sym_RPAREN, + [123253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7425), 1, - anon_sym_EQ_GT, - [119355] = 2, + ACTIONS(7610), 1, + anon_sym_RBRACK, + [123260] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5455), 1, - anon_sym_is, - [119362] = 2, + ACTIONS(7612), 1, + anon_sym_RPAREN, + [123267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7427), 1, - anon_sym_SLASH2, - [119369] = 2, + ACTIONS(7614), 1, + anon_sym_RBRACK, + [123274] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6510), 1, + ACTIONS(7616), 1, sym_identifier, - [119376] = 2, + [123281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7429), 1, - anon_sym_require, - [119383] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7431), 1, + ACTIONS(6951), 1, anon_sym_RBRACK, - [119390] = 2, + [123288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7433), 1, + ACTIONS(7618), 1, anon_sym_EQ_GT, - [119397] = 2, + [123295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7435), 1, + ACTIONS(7620), 1, anon_sym_RBRACK, - [119404] = 2, + [123302] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7437), 1, - anon_sym_target, - [119411] = 2, + ACTIONS(5529), 1, + anon_sym_is, + [123309] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7439), 1, - anon_sym_RBRACK, - [119418] = 2, + ACTIONS(7622), 1, + anon_sym_EQ_GT, + [123316] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7441), 1, - sym_identifier, - [119425] = 2, + ACTIONS(7624), 1, + anon_sym_EQ, + [123323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7443), 1, + ACTIONS(7626), 1, anon_sym_RBRACK, - [119432] = 2, + [123330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7445), 1, - anon_sym_EQ_GT, - [119439] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6347), 1, - anon_sym_EQ_GT, - [119446] = 2, + ACTIONS(7628), 1, + anon_sym_symbol, + [123337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7447), 1, + ACTIONS(7630), 1, anon_sym_RBRACK, - [119453] = 2, + [123344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5022), 1, - anon_sym_EQ_GT, - [119460] = 2, + ACTIONS(7632), 1, + sym_identifier, + [123351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7449), 1, + ACTIONS(7634), 1, anon_sym_RBRACK, - [119467] = 2, + [123358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6586), 1, - anon_sym_LBRACE, - [119474] = 2, + ACTIONS(7636), 1, + sym_identifier, + [123365] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7451), 1, - anon_sym_RBRACK, - [119481] = 2, + ACTIONS(7638), 1, + sym_identifier, + [123372] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7453), 1, - anon_sym_RPAREN, - [119488] = 2, + ACTIONS(7640), 1, + anon_sym_EQ, + [123379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7455), 1, - anon_sym_RBRACK, - [119495] = 2, + ACTIONS(7642), 1, + sym_identifier, + [123386] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7457), 1, - anon_sym_SLASH2, - [119502] = 2, + ACTIONS(7644), 1, + anon_sym_COLON, + [123393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7459), 1, - sym_number, - [119509] = 2, + ACTIONS(7646), 1, + anon_sym_RBRACK, + [123400] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7461), 1, - anon_sym_RPAREN, - [119516] = 2, + ACTIONS(7648), 1, + sym_identifier, + [123407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7463), 1, - anon_sym_RBRACK, - [119523] = 2, + ACTIONS(7650), 1, + sym_identifier, + [123414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7465), 1, + ACTIONS(7652), 1, anon_sym_RBRACK, - [119530] = 2, + [123421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7467), 1, - anon_sym_RBRACK, - [119537] = 2, + ACTIONS(7654), 1, + anon_sym_EQ, + [123428] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7469), 1, + ACTIONS(7656), 1, anon_sym_RBRACK, - [119544] = 2, + [123435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7471), 1, - anon_sym_RBRACK, - [119551] = 2, + ACTIONS(7658), 1, + sym_identifier, + [123442] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7473), 1, - anon_sym_EQ_GT, - [119558] = 2, + ACTIONS(7660), 1, + sym_identifier, + [123449] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5184), 1, - anon_sym_DOT, - [119565] = 2, + ACTIONS(6914), 1, + anon_sym_RBRACE, + [123456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7475), 1, + ACTIONS(7662), 1, sym_identifier, - [119572] = 2, + [123463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7477), 1, - anon_sym_new, - [119579] = 2, + ACTIONS(7664), 1, + sym_identifier, + [123470] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7479), 1, - anon_sym_RBRACK, - [119586] = 2, + ACTIONS(7666), 1, + anon_sym_RPAREN, + [123477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7481), 1, + ACTIONS(7668), 1, anon_sym_RBRACK, - [119593] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4450), 1, - anon_sym_RBRACE, - [119600] = 2, + [123484] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7483), 1, - anon_sym_RPAREN, - [119607] = 2, + ACTIONS(7670), 1, + sym_identifier, + [123491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7485), 1, - anon_sym_from, - [119614] = 2, + ACTIONS(7672), 1, + anon_sym_RBRACK, + [123498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7487), 1, + ACTIONS(7674), 1, sym_number, - [119621] = 2, + [123505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7489), 1, - sym_identifier, - [119628] = 2, + ACTIONS(7676), 1, + anon_sym_class, + [123512] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7491), 1, - anon_sym_EQ_GT, - [119635] = 2, + ACTIONS(7678), 1, + anon_sym_RBRACK, + [123519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7493), 1, + ACTIONS(7680), 1, anon_sym_RBRACK, - [119642] = 2, + [123526] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6580), 1, + ACTIONS(7682), 1, anon_sym_RBRACK, - [119649] = 2, + [123533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6554), 1, - anon_sym_from, - [119656] = 2, + ACTIONS(7684), 1, + anon_sym_RBRACK, + [123540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7495), 1, - sym_identifier, - [119663] = 2, + ACTIONS(7686), 1, + anon_sym_RBRACK, + [123547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4448), 1, - anon_sym_RPAREN, - [119670] = 2, + ACTIONS(7688), 1, + anon_sym_RBRACK, + [123554] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7497), 1, + ACTIONS(7690), 1, anon_sym_RBRACK, - [119677] = 2, + [123561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7499), 1, + ACTIONS(7692), 1, + anon_sym_EQ_GT, + [123568] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7694), 1, anon_sym_RBRACK, - [119684] = 2, + [123575] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7501), 1, + ACTIONS(6667), 1, sym_identifier, - [119691] = 2, + [123582] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7696), 1, + anon_sym_EQ_GT, + [123589] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7698), 1, + anon_sym_EQ_GT, + [123596] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7503), 1, + ACTIONS(7700), 1, anon_sym_RBRACK, - [119698] = 2, + [123603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7505), 1, + ACTIONS(7702), 1, anon_sym_RBRACK, - [119705] = 2, + [123610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7507), 1, + ACTIONS(7704), 1, anon_sym_RBRACK, - [119712] = 2, + [123617] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7509), 1, - anon_sym_while, - [119719] = 2, + ACTIONS(7706), 1, + anon_sym_RBRACK, + [123624] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7511), 1, + ACTIONS(7708), 1, anon_sym_EQ_GT, - [119726] = 2, + [123631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7513), 1, - anon_sym_RBRACK, - [119733] = 2, + ACTIONS(7710), 1, + anon_sym_DOT, + [123638] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7515), 1, - sym_identifier, - [119740] = 2, + ACTIONS(7712), 1, + anon_sym_symbol, + [123645] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3809), 1, - anon_sym_RPAREN, - [119747] = 2, + ACTIONS(7714), 1, + sym_identifier, + [123652] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7517), 1, - anon_sym_EQ_GT, - [119754] = 2, + ACTIONS(7716), 1, + anon_sym_new, + [123659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7519), 1, - anon_sym_EQ_GT, - [119761] = 2, + ACTIONS(7718), 1, + anon_sym_RBRACK, + [123666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7521), 1, - sym_identifier, - [119768] = 2, + ACTIONS(7720), 1, + sym_number, + [123673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7523), 1, + ACTIONS(7722), 1, anon_sym_EQ_GT, - [119775] = 2, + [123680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7525), 1, + ACTIONS(7724), 1, anon_sym_RBRACK, - [119782] = 2, + [123687] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7527), 1, + ACTIONS(7726), 1, anon_sym_EQ, - [119789] = 2, + [123694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7529), 1, + ACTIONS(7728), 1, anon_sym_EQ_GT, - [119796] = 2, + [123701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7531), 1, + ACTIONS(7730), 1, anon_sym_EQ_GT, - [119803] = 2, + [123708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7533), 1, + ACTIONS(7732), 1, anon_sym_EQ_GT, - [119810] = 2, + [123715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7535), 1, + ACTIONS(7734), 1, sym_identifier, - [119817] = 2, + [123722] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7537), 1, - anon_sym_RBRACK, - [119824] = 2, + ACTIONS(7736), 1, + anon_sym_SLASH2, + [123729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7539), 1, - sym_identifier, - [119831] = 2, + ACTIONS(7738), 1, + anon_sym_target, + [123736] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7541), 1, + ACTIONS(7740), 1, anon_sym_RBRACK, - [119838] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7543), 1, - sym_identifier, - [119845] = 2, + [123743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7545), 1, - sym_identifier, - [119852] = 2, + ACTIONS(7742), 1, + anon_sym_SLASH2, + [123750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4446), 1, + ACTIONS(7744), 1, anon_sym_RBRACK, - [119859] = 2, + [123757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7547), 1, - anon_sym_RBRACK, - [119866] = 2, + ACTIONS(7746), 1, + anon_sym_EQ_GT, + [123764] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7549), 1, + ACTIONS(6427), 1, anon_sym_EQ_GT, - [119873] = 2, + [123771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7551), 1, - anon_sym_RBRACK, - [119880] = 2, + ACTIONS(5119), 1, + anon_sym_EQ_GT, + [123778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5400), 1, - anon_sym_is, - [119887] = 2, + ACTIONS(6834), 1, + anon_sym_LBRACE, + [123785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7553), 1, - anon_sym_COLON, - [119894] = 2, + ACTIONS(7748), 1, + anon_sym_RBRACK, + [123792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7555), 1, + ACTIONS(7750), 1, anon_sym_RBRACK, - [119901] = 2, + [123799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7557), 1, - sym_identifier, - [119908] = 2, + ACTIONS(3384), 1, + anon_sym_is, + [123806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4493), 1, - anon_sym_RBRACK, - [119915] = 2, + ACTIONS(7752), 1, + anon_sym_EQ_GT, + [123813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7559), 1, - anon_sym_as, - [119922] = 2, + ACTIONS(7754), 1, + anon_sym_EQ_GT, + [123820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7561), 1, - anon_sym_SLASH2, - [119929] = 2, + ACTIONS(7756), 1, + sym_identifier, + [123827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7563), 1, + ACTIONS(7758), 1, anon_sym_EQ_GT, - [119936] = 2, + [123834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7565), 1, - sym_identifier, - [119943] = 2, + ACTIONS(4564), 1, + anon_sym_RPAREN, + [123841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7567), 1, - anon_sym_RBRACK, - [119950] = 2, + ACTIONS(7760), 1, + sym_identifier, + [123848] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7569), 1, - sym_number, - [119957] = 2, + ACTIONS(7762), 1, + sym_identifier, + [123855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7571), 1, - anon_sym_from, - [119964] = 2, + ACTIONS(7764), 1, + anon_sym_EQ_GT, + [123862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7573), 1, + ACTIONS(6764), 1, anon_sym_RBRACK, - [119971] = 2, + [123869] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4071), 1, - anon_sym_DOT, - [119978] = 2, + ACTIONS(7766), 1, + anon_sym_while, + [123876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7575), 1, - anon_sym_EQ_GT, - [119985] = 2, + ACTIONS(7768), 1, + anon_sym_target, + [123883] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7577), 1, - anon_sym_EQ, - [119992] = 2, + ACTIONS(3991), 1, + anon_sym_RPAREN, + [123890] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7579), 1, + ACTIONS(7770), 1, anon_sym_RBRACK, - [119999] = 2, + [123897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7581), 1, - sym_identifier, - [120006] = 2, + ACTIONS(7772), 1, + anon_sym_RBRACK, + [123904] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7583), 1, - anon_sym_RBRACK, - [120013] = 2, + ACTIONS(7774), 1, + sym_identifier, + [123911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7585), 1, - anon_sym_EQ_GT, - [120020] = 2, + ACTIONS(7776), 1, + sym_identifier, + [123918] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7587), 1, - anon_sym_EQ_GT, - [120027] = 2, + ACTIONS(7778), 1, + sym_identifier, + [123925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7589), 1, + ACTIONS(7780), 1, anon_sym_RBRACK, - [120034] = 2, + [123932] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7591), 1, - anon_sym_from, - [120041] = 2, + ACTIONS(7782), 1, + anon_sym_EQ_GT, + [123939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3911), 1, - anon_sym_RPAREN, - [120048] = 2, + ACTIONS(7784), 1, + anon_sym_symbol, + [123946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7593), 1, - anon_sym_RBRACK, - [120055] = 2, + ACTIONS(7786), 1, + sym_identifier, + [123953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7595), 1, - anon_sym_function, - [120062] = 2, + ACTIONS(7788), 1, + anon_sym_SLASH2, + [123960] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7597), 1, - sym_identifier, - [120069] = 2, + ACTIONS(7276), 1, + anon_sym_from, + [123967] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7599), 1, - sym_identifier, - [120076] = 2, + ACTIONS(7790), 1, + sym_number, + [123974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7601), 1, - anon_sym_EQ_GT, - [120083] = 2, + ACTIONS(7792), 1, + anon_sym_RBRACK, + [123981] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7794), 1, + anon_sym_as, + [123988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7603), 1, + ACTIONS(7796), 1, anon_sym_EQ, - [120090] = 2, + [123995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7605), 1, - anon_sym_EQ_GT, - [120097] = 2, + ACTIONS(7798), 1, + anon_sym_RBRACK, + [124002] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7607), 1, - anon_sym_namespace, - [120104] = 2, + ACTIONS(7800), 1, + anon_sym_RBRACK, + [124009] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7802), 1, + anon_sym_SLASH2, + [124016] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7609), 1, + ACTIONS(7804), 1, anon_sym_RBRACK, - [120111] = 2, + [124023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7611), 1, - anon_sym_EQ_GT, - [120118] = 2, + ACTIONS(7806), 1, + anon_sym_EQ, + [124030] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7613), 1, + ACTIONS(7808), 1, anon_sym_RBRACK, - [120125] = 2, + [124037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7615), 1, - anon_sym_EQ_GT, - [120132] = 2, + ACTIONS(7810), 1, + anon_sym_RBRACK, + [124044] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7617), 1, + ACTIONS(7812), 1, anon_sym_EQ_GT, - [120139] = 2, + [124051] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7619), 1, + ACTIONS(7814), 1, anon_sym_RBRACK, - [120146] = 2, + [124058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7621), 1, + ACTIONS(7816), 1, anon_sym_EQ, - [120153] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7623), 1, - sym_identifier, - [120160] = 2, + [124065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7625), 1, + ACTIONS(7818), 1, anon_sym_RBRACK, - [120167] = 2, + [124072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7627), 1, - anon_sym_new, - [120174] = 2, + ACTIONS(7820), 1, + anon_sym_RBRACK, + [124079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7629), 1, + ACTIONS(7822), 1, anon_sym_EQ_GT, - [120181] = 2, + [124086] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7631), 1, + ACTIONS(7824), 1, anon_sym_RBRACK, - [120188] = 2, + [124093] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7633), 1, + ACTIONS(7826), 1, anon_sym_EQ_GT, - [120195] = 2, + [124100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7635), 1, + ACTIONS(7828), 1, anon_sym_EQ_GT, - [120202] = 2, + [124107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7637), 1, - anon_sym_RBRACK, - [120209] = 2, + ACTIONS(7830), 1, + anon_sym_EQ_GT, + [124114] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7639), 1, - anon_sym_RBRACK, - [120216] = 2, + ACTIONS(7832), 1, + anon_sym_new, + [124121] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 1, - anon_sym_COLON, - [120223] = 2, + ACTIONS(7834), 1, + anon_sym_EQ_GT, + [124128] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7641), 1, + ACTIONS(7836), 1, + anon_sym_EQ_GT, + [124135] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7838), 1, anon_sym_RBRACK, - [120230] = 2, + [124142] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 1, - anon_sym_RPAREN, - [120237] = 2, + ACTIONS(7840), 1, + anon_sym_RBRACK, + [124149] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6765), 1, - anon_sym_EQ, - [120244] = 2, + ACTIONS(7842), 1, + anon_sym_function, + [124156] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4489), 1, - anon_sym_RPAREN, - [120251] = 2, + ACTIONS(7844), 1, + sym_identifier, + [124163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7643), 1, - anon_sym_RBRACK, - [120258] = 2, + ACTIONS(7846), 1, + sym_identifier, + [124170] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7645), 1, - anon_sym_EQ_GT, - [120265] = 2, + ACTIONS(7848), 1, + anon_sym_RBRACK, + [124177] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7647), 1, - sym_number, - [120272] = 2, + ACTIONS(7850), 1, + anon_sym_namespace, + [124184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7649), 1, - ts_builtin_sym_end, - [120279] = 2, + ACTIONS(7852), 1, + anon_sym_RBRACK, + [124191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7651), 1, + ACTIONS(7854), 1, anon_sym_RBRACK, - [120286] = 2, + [124198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7653), 1, - sym_identifier, - [120293] = 2, + ACTIONS(7856), 1, + anon_sym_RBRACK, + [124205] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7655), 1, - sym_identifier, - [120300] = 2, + ACTIONS(7858), 1, + anon_sym_RBRACK, + [124212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7657), 1, + ACTIONS(7860), 1, anon_sym_EQ, - [120307] = 2, + [124219] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7659), 1, + ACTIONS(7862), 1, anon_sym_new, - [120314] = 2, + [124226] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7661), 1, + ACTIONS(7864), 1, anon_sym_RBRACK, - [120321] = 2, + [124233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4482), 1, + ACTIONS(4166), 1, anon_sym_RPAREN, - [120328] = 2, + [124240] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7663), 1, - anon_sym_class, - [120335] = 2, + ACTIONS(7866), 1, + sym_number, + [124247] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7665), 1, - anon_sym_RBRACK, - [120342] = 2, + ACTIONS(7076), 1, + anon_sym_EQ, + [124254] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7667), 1, + ACTIONS(7868), 1, anon_sym_new, - [120349] = 2, + [124261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7669), 1, - sym_identifier, - [120356] = 2, + ACTIONS(7870), 1, + anon_sym_EQ_GT, + [124268] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7671), 1, - anon_sym_RBRACK, - [120363] = 2, + ACTIONS(7872), 1, + anon_sym_EQ_GT, + [124275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7673), 1, - anon_sym_RBRACK, - [120370] = 2, + ACTIONS(7874), 1, + sym_identifier, + [124282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7675), 1, - sym_identifier, - [120377] = 2, + ACTIONS(7876), 1, + ts_builtin_sym_end, + [124289] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7677), 1, - anon_sym_RBRACK, - [120384] = 2, + ACTIONS(7878), 1, + sym_identifier, + [124296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7679), 1, + ACTIONS(7880), 1, sym_identifier, - [120391] = 2, + [124303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7681), 1, + ACTIONS(7882), 1, anon_sym_function, - [120398] = 2, + [124310] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7683), 1, - anon_sym_RBRACK, - [120405] = 2, + ACTIONS(7884), 1, + sym_identifier, + [124317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7685), 1, + ACTIONS(7886), 1, anon_sym_new, - [120412] = 2, - ACTIONS(6243), 1, + [124324] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7687), 1, - sym_regex_pattern, - [120419] = 2, + ACTIONS(7888), 1, + anon_sym_class, + [124331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(7890), 1, anon_sym_RBRACK, - [120426] = 2, + [124338] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7691), 1, + ACTIONS(7892), 1, sym_identifier, - [120433] = 2, + [124345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7693), 1, + ACTIONS(7894), 1, anon_sym_RBRACK, - [120440] = 2, + [124352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7695), 1, + ACTIONS(7896), 1, sym_identifier, - [120447] = 2, + [124359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7697), 1, + ACTIONS(7898), 1, sym_identifier, - [120454] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3909), 1, - anon_sym_RPAREN, - [120461] = 2, + [124366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7699), 1, + ACTIONS(7900), 1, anon_sym_RBRACK, - [120468] = 2, + [124373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7701), 1, + ACTIONS(7902), 1, anon_sym_RBRACK, - [120475] = 2, + [124380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7703), 1, + ACTIONS(7904), 1, anon_sym_EQ_GT, - [120482] = 2, + [124387] = 2, + ACTIONS(6375), 1, + sym_comment, + ACTIONS(7906), 1, + sym_regex_pattern, + [124394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7705), 1, + ACTIONS(7908), 1, anon_sym_RBRACK, - [120489] = 2, + [124401] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7707), 1, + ACTIONS(7910), 1, anon_sym_RBRACK, - [120496] = 2, + [124408] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7709), 1, + ACTIONS(7912), 1, anon_sym_RBRACK, - [120503] = 2, + [124415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7711), 1, + ACTIONS(7914), 1, anon_sym_RBRACK, - [120510] = 2, + [124422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7713), 1, + ACTIONS(7916), 1, anon_sym_RBRACK, - [120517] = 2, + [124429] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7715), 1, + ACTIONS(7918), 1, anon_sym_RBRACK, - [120524] = 2, + [124436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7717), 1, - anon_sym_RBRACK, - [120531] = 2, + ACTIONS(7920), 1, + anon_sym_symbol, + [124443] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7719), 1, - anon_sym_RBRACK, - [120538] = 2, + ACTIONS(7922), 1, + anon_sym_EQ_GT, + [124450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7721), 1, - anon_sym_RBRACK, + ACTIONS(4401), 1, + anon_sym_is, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(985)] = 0, - [SMALL_STATE(986)] = 89, - [SMALL_STATE(987)] = 178, - [SMALL_STATE(988)] = 269, - [SMALL_STATE(989)] = 360, - [SMALL_STATE(990)] = 449, - [SMALL_STATE(991)] = 542, - [SMALL_STATE(992)] = 631, - [SMALL_STATE(993)] = 722, - [SMALL_STATE(994)] = 813, - [SMALL_STATE(995)] = 906, - [SMALL_STATE(996)] = 1000, - [SMALL_STATE(997)] = 1092, - [SMALL_STATE(998)] = 1184, - [SMALL_STATE(999)] = 1276, - [SMALL_STATE(1000)] = 1364, - [SMALL_STATE(1001)] = 1452, - [SMALL_STATE(1002)] = 1585, - [SMALL_STATE(1003)] = 1672, - [SMALL_STATE(1004)] = 1763, - [SMALL_STATE(1005)] = 1852, - [SMALL_STATE(1006)] = 1939, - [SMALL_STATE(1007)] = 2028, - [SMALL_STATE(1008)] = 2097, - [SMALL_STATE(1009)] = 2230, - [SMALL_STATE(1010)] = 2317, - [SMALL_STATE(1011)] = 2386, - [SMALL_STATE(1012)] = 2475, - [SMALL_STATE(1013)] = 2544, - [SMALL_STATE(1014)] = 2613, - [SMALL_STATE(1015)] = 2702, - [SMALL_STATE(1016)] = 2791, - [SMALL_STATE(1017)] = 2878, - [SMALL_STATE(1018)] = 2967, - [SMALL_STATE(1019)] = 3036, - [SMALL_STATE(1020)] = 3125, - [SMALL_STATE(1021)] = 3194, - [SMALL_STATE(1022)] = 3281, - [SMALL_STATE(1023)] = 3370, - [SMALL_STATE(1024)] = 3457, - [SMALL_STATE(1025)] = 3526, - [SMALL_STATE(1026)] = 3613, - [SMALL_STATE(1027)] = 3685, - [SMALL_STATE(1028)] = 3771, - [SMALL_STATE(1029)] = 3857, - [SMALL_STATE(1030)] = 3943, - [SMALL_STATE(1031)] = 4011, - [SMALL_STATE(1032)] = 4105, - [SMALL_STATE(1033)] = 4191, - [SMALL_STATE(1034)] = 4279, - [SMALL_STATE(1035)] = 4367, - [SMALL_STATE(1036)] = 4457, - [SMALL_STATE(1037)] = 4543, - [SMALL_STATE(1038)] = 4611, - [SMALL_STATE(1039)] = 4688, - [SMALL_STATE(1040)] = 4765, - [SMALL_STATE(1041)] = 4842, - [SMALL_STATE(1042)] = 4927, - [SMALL_STATE(1043)] = 5004, - [SMALL_STATE(1044)] = 5089, - [SMALL_STATE(1045)] = 5174, - [SMALL_STATE(1046)] = 5253, - [SMALL_STATE(1047)] = 5332, - [SMALL_STATE(1048)] = 5423, - [SMALL_STATE(1049)] = 5508, - [SMALL_STATE(1050)] = 5599, - [SMALL_STATE(1051)] = 5676, - [SMALL_STATE(1052)] = 5761, - [SMALL_STATE(1053)] = 5838, - [SMALL_STATE(1054)] = 5923, - [SMALL_STATE(1055)] = 6007, - [SMALL_STATE(1056)] = 6079, - [SMALL_STATE(1057)] = 6167, - [SMALL_STATE(1058)] = 6239, - [SMALL_STATE(1059)] = 6315, - [SMALL_STATE(1060)] = 6399, - [SMALL_STATE(1061)] = 6485, - [SMALL_STATE(1062)] = 6569, - [SMALL_STATE(1063)] = 6653, - [SMALL_STATE(1064)] = 6737, - [SMALL_STATE(1065)] = 6819, - [SMALL_STATE(1066)] = 6897, - [SMALL_STATE(1067)] = 6971, - [SMALL_STATE(1068)] = 7043, - [SMALL_STATE(1069)] = 7117, - [SMALL_STATE(1070)] = 7199, - [SMALL_STATE(1071)] = 7271, - [SMALL_STATE(1072)] = 7345, - [SMALL_STATE(1073)] = 7423, - [SMALL_STATE(1074)] = 7507, - [SMALL_STATE(1075)] = 7591, - [SMALL_STATE(1076)] = 7667, - [SMALL_STATE(1077)] = 7732, - [SMALL_STATE(1078)] = 7797, - [SMALL_STATE(1079)] = 7878, - [SMALL_STATE(1080)] = 7949, - [SMALL_STATE(1081)] = 8018, - [SMALL_STATE(1082)] = 8093, - [SMALL_STATE(1083)] = 8158, - [SMALL_STATE(1084)] = 8233, - [SMALL_STATE(1085)] = 8304, - [SMALL_STATE(1086)] = 8375, - [SMALL_STATE(1087)] = 8448, - [SMALL_STATE(1088)] = 8521, - [SMALL_STATE(1089)] = 8586, - [SMALL_STATE(1090)] = 8657, - [SMALL_STATE(1091)] = 8726, - [SMALL_STATE(1092)] = 8809, - [SMALL_STATE(1093)] = 8888, - [SMALL_STATE(1094)] = 8959, - [SMALL_STATE(1095)] = 9034, - [SMALL_STATE(1096)] = 9099, - [SMALL_STATE(1097)] = 9176, - [SMALL_STATE(1098)] = 9255, - [SMALL_STATE(1099)] = 9328, - [SMALL_STATE(1100)] = 9399, - [SMALL_STATE(1101)] = 9482, - [SMALL_STATE(1102)] = 9565, - [SMALL_STATE(1103)] = 9642, - [SMALL_STATE(1104)] = 9725, - [SMALL_STATE(1105)] = 9790, - [SMALL_STATE(1106)] = 9855, - [SMALL_STATE(1107)] = 9920, - [SMALL_STATE(1108)] = 9985, - [SMALL_STATE(1109)] = 10056, - [SMALL_STATE(1110)] = 10127, - [SMALL_STATE(1111)] = 10200, - [SMALL_STATE(1112)] = 10277, - [SMALL_STATE(1113)] = 10355, - [SMALL_STATE(1114)] = 10425, - [SMALL_STATE(1115)] = 10501, - [SMALL_STATE(1116)] = 10571, - [SMALL_STATE(1117)] = 10641, - [SMALL_STATE(1118)] = 10713, - [SMALL_STATE(1119)] = 10785, - [SMALL_STATE(1120)] = 10855, - [SMALL_STATE(1121)] = 10923, - [SMALL_STATE(1122)] = 10995, - [SMALL_STATE(1123)] = 11067, - [SMALL_STATE(1124)] = 11139, - [SMALL_STATE(1125)] = 11221, - [SMALL_STATE(1126)] = 11297, - [SMALL_STATE(1127)] = 11373, - [SMALL_STATE(1128)] = 11441, - [SMALL_STATE(1129)] = 11523, - [SMALL_STATE(1130)] = 11593, - [SMALL_STATE(1131)] = 11663, - [SMALL_STATE(1132)] = 11745, - [SMALL_STATE(1133)] = 11818, - [SMALL_STATE(1134)] = 11887, - [SMALL_STATE(1135)] = 11954, - [SMALL_STATE(1136)] = 12027, - [SMALL_STATE(1137)] = 12096, - [SMALL_STATE(1138)] = 12165, - [SMALL_STATE(1139)] = 12234, - [SMALL_STATE(1140)] = 12303, - [SMALL_STATE(1141)] = 12376, - [SMALL_STATE(1142)] = 12451, - [SMALL_STATE(1143)] = 12522, - [SMALL_STATE(1144)] = 12585, - [SMALL_STATE(1145)] = 12654, - [SMALL_STATE(1146)] = 12723, - [SMALL_STATE(1147)] = 12792, - [SMALL_STATE(1148)] = 12863, - [SMALL_STATE(1149)] = 12934, - [SMALL_STATE(1150)] = 13007, - [SMALL_STATE(1151)] = 13069, - [SMALL_STATE(1152)] = 13139, - [SMALL_STATE(1153)] = 13209, - [SMALL_STATE(1154)] = 13281, - [SMALL_STATE(1155)] = 13347, - [SMALL_STATE(1156)] = 13419, - [SMALL_STATE(1157)] = 13481, - [SMALL_STATE(1158)] = 13547, - [SMALL_STATE(1159)] = 13609, - [SMALL_STATE(1160)] = 13677, - [SMALL_STATE(1161)] = 13745, - [SMALL_STATE(1162)] = 13813, - [SMALL_STATE(1163)] = 13881, - [SMALL_STATE(1164)] = 13950, - [SMALL_STATE(1165)] = 14017, - [SMALL_STATE(1166)] = 14084, - [SMALL_STATE(1167)] = 14149, - [SMALL_STATE(1168)] = 14216, - [SMALL_STATE(1169)] = 14332, - [SMALL_STATE(1170)] = 14448, - [SMALL_STATE(1171)] = 14564, - [SMALL_STATE(1172)] = 14680, - [SMALL_STATE(1173)] = 14796, - [SMALL_STATE(1174)] = 14912, - [SMALL_STATE(1175)] = 14990, - [SMALL_STATE(1176)] = 15102, - [SMALL_STATE(1177)] = 15214, - [SMALL_STATE(1178)] = 15326, - [SMALL_STATE(1179)] = 15438, - [SMALL_STATE(1180)] = 15550, - [SMALL_STATE(1181)] = 15662, - [SMALL_STATE(1182)] = 15774, - [SMALL_STATE(1183)] = 15886, - [SMALL_STATE(1184)] = 15998, - [SMALL_STATE(1185)] = 16116, - [SMALL_STATE(1186)] = 16234, - [SMALL_STATE(1187)] = 16346, - [SMALL_STATE(1188)] = 16464, - [SMALL_STATE(1189)] = 16576, - [SMALL_STATE(1190)] = 16688, - [SMALL_STATE(1191)] = 16800, - [SMALL_STATE(1192)] = 16918, - [SMALL_STATE(1193)] = 17030, - [SMALL_STATE(1194)] = 17142, - [SMALL_STATE(1195)] = 17254, - [SMALL_STATE(1196)] = 17366, - [SMALL_STATE(1197)] = 17478, - [SMALL_STATE(1198)] = 17596, - [SMALL_STATE(1199)] = 17704, - [SMALL_STATE(1200)] = 17760, - [SMALL_STATE(1201)] = 17868, - [SMALL_STATE(1202)] = 17924, - [SMALL_STATE(1203)] = 18034, - [SMALL_STATE(1204)] = 18142, - [SMALL_STATE(1205)] = 18250, - [SMALL_STATE(1206)] = 18358, - [SMALL_STATE(1207)] = 18466, - [SMALL_STATE(1208)] = 18574, - [SMALL_STATE(1209)] = 18682, - [SMALL_STATE(1210)] = 18753, - [SMALL_STATE(1211)] = 18816, - [SMALL_STATE(1212)] = 18876, - [SMALL_STATE(1213)] = 18936, - [SMALL_STATE(1214)] = 19034, - [SMALL_STATE(1215)] = 19132, - [SMALL_STATE(1216)] = 19190, - [SMALL_STATE(1217)] = 19288, - [SMALL_STATE(1218)] = 19342, - [SMALL_STATE(1219)] = 19400, - [SMALL_STATE(1220)] = 19454, - [SMALL_STATE(1221)] = 19514, - [SMALL_STATE(1222)] = 19574, - [SMALL_STATE(1223)] = 19634, - [SMALL_STATE(1224)] = 19688, - [SMALL_STATE(1225)] = 19746, - [SMALL_STATE(1226)] = 19844, - [SMALL_STATE(1227)] = 19942, - [SMALL_STATE(1228)] = 19998, - [SMALL_STATE(1229)] = 20054, - [SMALL_STATE(1230)] = 20152, - [SMALL_STATE(1231)] = 20250, - [SMALL_STATE(1232)] = 20303, - [SMALL_STATE(1233)] = 20356, - [SMALL_STATE(1234)] = 20417, - [SMALL_STATE(1235)] = 20476, - [SMALL_STATE(1236)] = 20537, - [SMALL_STATE(1237)] = 20640, - [SMALL_STATE(1238)] = 20697, - [SMALL_STATE(1239)] = 20786, - [SMALL_STATE(1240)] = 20839, - [SMALL_STATE(1241)] = 20910, - [SMALL_STATE(1242)] = 20991, - [SMALL_STATE(1243)] = 21070, - [SMALL_STATE(1244)] = 21135, - [SMALL_STATE(1245)] = 21188, - [SMALL_STATE(1246)] = 21285, - [SMALL_STATE(1247)] = 21380, - [SMALL_STATE(1248)] = 21491, - [SMALL_STATE(1249)] = 21584, - [SMALL_STATE(1250)] = 21665, - [SMALL_STATE(1251)] = 21720, - [SMALL_STATE(1252)] = 21821, - [SMALL_STATE(1253)] = 21920, - [SMALL_STATE(1254)] = 21973, - [SMALL_STATE(1255)] = 22032, - [SMALL_STATE(1256)] = 22089, - [SMALL_STATE(1257)] = 22200, - [SMALL_STATE(1258)] = 22253, - [SMALL_STATE(1259)] = 22306, - [SMALL_STATE(1260)] = 22359, - [SMALL_STATE(1261)] = 22432, - [SMALL_STATE(1262)] = 22487, - [SMALL_STATE(1263)] = 22540, - [SMALL_STATE(1264)] = 22593, - [SMALL_STATE(1265)] = 22648, - [SMALL_STATE(1266)] = 22701, - [SMALL_STATE(1267)] = 22762, - [SMALL_STATE(1268)] = 22817, - [SMALL_STATE(1269)] = 22870, - [SMALL_STATE(1270)] = 22923, - [SMALL_STATE(1271)] = 23034, - [SMALL_STATE(1272)] = 23089, - [SMALL_STATE(1273)] = 23142, - [SMALL_STATE(1274)] = 23195, - [SMALL_STATE(1275)] = 23248, - [SMALL_STATE(1276)] = 23307, - [SMALL_STATE(1277)] = 23366, - [SMALL_STATE(1278)] = 23419, - [SMALL_STATE(1279)] = 23474, - [SMALL_STATE(1280)] = 23527, - [SMALL_STATE(1281)] = 23612, - [SMALL_STATE(1282)] = 23723, - [SMALL_STATE(1283)] = 23780, - [SMALL_STATE(1284)] = 23891, - [SMALL_STATE(1285)] = 23944, - [SMALL_STATE(1286)] = 24057, - [SMALL_STATE(1287)] = 24110, - [SMALL_STATE(1288)] = 24169, - [SMALL_STATE(1289)] = 24222, - [SMALL_STATE(1290)] = 24275, - [SMALL_STATE(1291)] = 24328, - [SMALL_STATE(1292)] = 24381, - [SMALL_STATE(1293)] = 24456, - [SMALL_STATE(1294)] = 24515, - [SMALL_STATE(1295)] = 24574, - [SMALL_STATE(1296)] = 24653, - [SMALL_STATE(1297)] = 24706, - [SMALL_STATE(1298)] = 24759, - [SMALL_STATE(1299)] = 24870, - [SMALL_STATE(1300)] = 24923, - [SMALL_STATE(1301)] = 24978, - [SMALL_STATE(1302)] = 25037, - [SMALL_STATE(1303)] = 25090, - [SMALL_STATE(1304)] = 25143, - [SMALL_STATE(1305)] = 25198, - [SMALL_STATE(1306)] = 25251, - [SMALL_STATE(1307)] = 25362, - [SMALL_STATE(1308)] = 25415, - [SMALL_STATE(1309)] = 25468, - [SMALL_STATE(1310)] = 25521, - [SMALL_STATE(1311)] = 25574, - [SMALL_STATE(1312)] = 25627, - [SMALL_STATE(1313)] = 25680, - [SMALL_STATE(1314)] = 25733, - [SMALL_STATE(1315)] = 25786, - [SMALL_STATE(1316)] = 25839, - [SMALL_STATE(1317)] = 25892, - [SMALL_STATE(1318)] = 25945, - [SMALL_STATE(1319)] = 25998, - [SMALL_STATE(1320)] = 26051, - [SMALL_STATE(1321)] = 26104, - [SMALL_STATE(1322)] = 26157, - [SMALL_STATE(1323)] = 26210, - [SMALL_STATE(1324)] = 26321, - [SMALL_STATE(1325)] = 26374, - [SMALL_STATE(1326)] = 26485, - [SMALL_STATE(1327)] = 26540, - [SMALL_STATE(1328)] = 26651, - [SMALL_STATE(1329)] = 26704, - [SMALL_STATE(1330)] = 26763, - [SMALL_STATE(1331)] = 26816, - [SMALL_STATE(1332)] = 26927, - [SMALL_STATE(1333)] = 26980, - [SMALL_STATE(1334)] = 27033, - [SMALL_STATE(1335)] = 27144, - [SMALL_STATE(1336)] = 27197, - [SMALL_STATE(1337)] = 27250, - [SMALL_STATE(1338)] = 27303, - [SMALL_STATE(1339)] = 27356, - [SMALL_STATE(1340)] = 27409, - [SMALL_STATE(1341)] = 27462, - [SMALL_STATE(1342)] = 27515, - [SMALL_STATE(1343)] = 27568, - [SMALL_STATE(1344)] = 27621, - [SMALL_STATE(1345)] = 27674, - [SMALL_STATE(1346)] = 27731, - [SMALL_STATE(1347)] = 27784, - [SMALL_STATE(1348)] = 27837, - [SMALL_STATE(1349)] = 27890, - [SMALL_STATE(1350)] = 27943, - [SMALL_STATE(1351)] = 27996, - [SMALL_STATE(1352)] = 28053, - [SMALL_STATE(1353)] = 28106, - [SMALL_STATE(1354)] = 28159, - [SMALL_STATE(1355)] = 28212, - [SMALL_STATE(1356)] = 28265, - [SMALL_STATE(1357)] = 28318, - [SMALL_STATE(1358)] = 28371, - [SMALL_STATE(1359)] = 28424, - [SMALL_STATE(1360)] = 28477, - [SMALL_STATE(1361)] = 28530, - [SMALL_STATE(1362)] = 28632, - [SMALL_STATE(1363)] = 28684, - [SMALL_STATE(1364)] = 28800, - [SMALL_STATE(1365)] = 28852, - [SMALL_STATE(1366)] = 28932, - [SMALL_STATE(1367)] = 28984, - [SMALL_STATE(1368)] = 29036, - [SMALL_STATE(1369)] = 29104, - [SMALL_STATE(1370)] = 29204, - [SMALL_STATE(1371)] = 29274, - [SMALL_STATE(1372)] = 29326, - [SMALL_STATE(1373)] = 29418, - [SMALL_STATE(1374)] = 29516, - [SMALL_STATE(1375)] = 29568, - [SMALL_STATE(1376)] = 29620, - [SMALL_STATE(1377)] = 29672, - [SMALL_STATE(1378)] = 29766, - [SMALL_STATE(1379)] = 29818, - [SMALL_STATE(1380)] = 29870, - [SMALL_STATE(1381)] = 29922, - [SMALL_STATE(1382)] = 29974, - [SMALL_STATE(1383)] = 30054, - [SMALL_STATE(1384)] = 30106, - [SMALL_STATE(1385)] = 30158, - [SMALL_STATE(1386)] = 30210, - [SMALL_STATE(1387)] = 30320, - [SMALL_STATE(1388)] = 30432, - [SMALL_STATE(1389)] = 30488, - [SMALL_STATE(1390)] = 30540, - [SMALL_STATE(1391)] = 30654, - [SMALL_STATE(1392)] = 30764, - [SMALL_STATE(1393)] = 30880, - [SMALL_STATE(1394)] = 30996, - [SMALL_STATE(1395)] = 31092, - [SMALL_STATE(1396)] = 31164, - [SMALL_STATE(1397)] = 31242, - [SMALL_STATE(1398)] = 31294, - [SMALL_STATE(1399)] = 31404, - [SMALL_STATE(1400)] = 31456, - [SMALL_STATE(1401)] = 31508, - [SMALL_STATE(1402)] = 31566, - [SMALL_STATE(1403)] = 31618, - [SMALL_STATE(1404)] = 31670, - [SMALL_STATE(1405)] = 31722, - [SMALL_STATE(1406)] = 31802, - [SMALL_STATE(1407)] = 31854, - [SMALL_STATE(1408)] = 31942, - [SMALL_STATE(1409)] = 32044, - [SMALL_STATE(1410)] = 32096, - [SMALL_STATE(1411)] = 32148, - [SMALL_STATE(1412)] = 32200, - [SMALL_STATE(1413)] = 32252, - [SMALL_STATE(1414)] = 32304, - [SMALL_STATE(1415)] = 32360, - [SMALL_STATE(1416)] = 32412, - [SMALL_STATE(1417)] = 32464, - [SMALL_STATE(1418)] = 32516, - [SMALL_STATE(1419)] = 32568, - [SMALL_STATE(1420)] = 32668, - [SMALL_STATE(1421)] = 32732, - [SMALL_STATE(1422)] = 32846, - [SMALL_STATE(1423)] = 32898, - [SMALL_STATE(1424)] = 32950, - [SMALL_STATE(1425)] = 33002, - [SMALL_STATE(1426)] = 33060, - [SMALL_STATE(1427)] = 33144, - [SMALL_STATE(1428)] = 33258, - [SMALL_STATE(1429)] = 33310, - [SMALL_STATE(1430)] = 33420, - [SMALL_STATE(1431)] = 33498, - [SMALL_STATE(1432)] = 33586, - [SMALL_STATE(1433)] = 33700, - [SMALL_STATE(1434)] = 33752, - [SMALL_STATE(1435)] = 33816, - [SMALL_STATE(1436)] = 33870, - [SMALL_STATE(1437)] = 33980, - [SMALL_STATE(1438)] = 34032, - [SMALL_STATE(1439)] = 34084, - [SMALL_STATE(1440)] = 34198, - [SMALL_STATE(1441)] = 34250, - [SMALL_STATE(1442)] = 34360, - [SMALL_STATE(1443)] = 34470, - [SMALL_STATE(1444)] = 34544, - [SMALL_STATE(1445)] = 34596, - [SMALL_STATE(1446)] = 34648, - [SMALL_STATE(1447)] = 34758, - [SMALL_STATE(1448)] = 34868, - [SMALL_STATE(1449)] = 34920, - [SMALL_STATE(1450)] = 34972, - [SMALL_STATE(1451)] = 35024, - [SMALL_STATE(1452)] = 35134, - [SMALL_STATE(1453)] = 35244, - [SMALL_STATE(1454)] = 35354, - [SMALL_STATE(1455)] = 35406, - [SMALL_STATE(1456)] = 35458, - [SMALL_STATE(1457)] = 35528, - [SMALL_STATE(1458)] = 35580, - [SMALL_STATE(1459)] = 35692, - [SMALL_STATE(1460)] = 35744, - [SMALL_STATE(1461)] = 35854, - [SMALL_STATE(1462)] = 35964, - [SMALL_STATE(1463)] = 36024, - [SMALL_STATE(1464)] = 36134, - [SMALL_STATE(1465)] = 36244, - [SMALL_STATE(1466)] = 36296, - [SMALL_STATE(1467)] = 36348, - [SMALL_STATE(1468)] = 36458, - [SMALL_STATE(1469)] = 36532, - [SMALL_STATE(1470)] = 36584, - [SMALL_STATE(1471)] = 36636, - [SMALL_STATE(1472)] = 36688, - [SMALL_STATE(1473)] = 36798, - [SMALL_STATE(1474)] = 36850, - [SMALL_STATE(1475)] = 36902, - [SMALL_STATE(1476)] = 36954, - [SMALL_STATE(1477)] = 37064, - [SMALL_STATE(1478)] = 37148, - [SMALL_STATE(1479)] = 37202, - [SMALL_STATE(1480)] = 37312, - [SMALL_STATE(1481)] = 37390, - [SMALL_STATE(1482)] = 37462, - [SMALL_STATE(1483)] = 37572, - [SMALL_STATE(1484)] = 37682, - [SMALL_STATE(1485)] = 37772, - [SMALL_STATE(1486)] = 37888, - [SMALL_STATE(1487)] = 37966, - [SMALL_STATE(1488)] = 38018, - [SMALL_STATE(1489)] = 38076, - [SMALL_STATE(1490)] = 38128, - [SMALL_STATE(1491)] = 38180, - [SMALL_STATE(1492)] = 38232, - [SMALL_STATE(1493)] = 38330, - [SMALL_STATE(1494)] = 38382, - [SMALL_STATE(1495)] = 38434, - [SMALL_STATE(1496)] = 38488, - [SMALL_STATE(1497)] = 38540, - [SMALL_STATE(1498)] = 38594, - [SMALL_STATE(1499)] = 38646, - [SMALL_STATE(1500)] = 38700, - [SMALL_STATE(1501)] = 38810, - [SMALL_STATE(1502)] = 38920, - [SMALL_STATE(1503)] = 39030, - [SMALL_STATE(1504)] = 39110, - [SMALL_STATE(1505)] = 39166, - [SMALL_STATE(1506)] = 39258, - [SMALL_STATE(1507)] = 39354, - [SMALL_STATE(1508)] = 39448, - [SMALL_STATE(1509)] = 39559, - [SMALL_STATE(1510)] = 39616, - [SMALL_STATE(1511)] = 39675, - [SMALL_STATE(1512)] = 39768, - [SMALL_STATE(1513)] = 39827, - [SMALL_STATE(1514)] = 39940, - [SMALL_STATE(1515)] = 40019, - [SMALL_STATE(1516)] = 40128, - [SMALL_STATE(1517)] = 40223, - [SMALL_STATE(1518)] = 40280, - [SMALL_STATE(1519)] = 40375, - [SMALL_STATE(1520)] = 40434, - [SMALL_STATE(1521)] = 40521, - [SMALL_STATE(1522)] = 40576, - [SMALL_STATE(1523)] = 40677, - [SMALL_STATE(1524)] = 40786, - [SMALL_STATE(1525)] = 40895, - [SMALL_STATE(1526)] = 41004, - [SMALL_STATE(1527)] = 41113, - [SMALL_STATE(1528)] = 41174, - [SMALL_STATE(1529)] = 41287, - [SMALL_STATE(1530)] = 41342, - [SMALL_STATE(1531)] = 41403, - [SMALL_STATE(1532)] = 41460, - [SMALL_STATE(1533)] = 41523, - [SMALL_STATE(1534)] = 41614, - [SMALL_STATE(1535)] = 41693, - [SMALL_STATE(1536)] = 41788, - [SMALL_STATE(1537)] = 41887, - [SMALL_STATE(1538)] = 42000, - [SMALL_STATE(1539)] = 42053, - [SMALL_STATE(1540)] = 42148, - [SMALL_STATE(1541)] = 42261, - [SMALL_STATE(1542)] = 42314, - [SMALL_STATE(1543)] = 42423, - [SMALL_STATE(1544)] = 42534, - [SMALL_STATE(1545)] = 42645, - [SMALL_STATE(1546)] = 42700, - [SMALL_STATE(1547)] = 42811, - [SMALL_STATE(1548)] = 42888, - [SMALL_STATE(1549)] = 42983, - [SMALL_STATE(1550)] = 43038, - [SMALL_STATE(1551)] = 43089, - [SMALL_STATE(1552)] = 43186, - [SMALL_STATE(1553)] = 43295, - [SMALL_STATE(1554)] = 43408, - [SMALL_STATE(1555)] = 43517, - [SMALL_STATE(1556)] = 43612, - [SMALL_STATE(1557)] = 43725, - [SMALL_STATE(1558)] = 43820, - [SMALL_STATE(1559)] = 43915, - [SMALL_STATE(1560)] = 44024, - [SMALL_STATE(1561)] = 44119, - [SMALL_STATE(1562)] = 44178, - [SMALL_STATE(1563)] = 44291, - [SMALL_STATE(1564)] = 44404, - [SMALL_STATE(1565)] = 44461, - [SMALL_STATE(1566)] = 44532, - [SMALL_STATE(1567)] = 44643, - [SMALL_STATE(1568)] = 44700, - [SMALL_STATE(1569)] = 44813, - [SMALL_STATE(1570)] = 44870, - [SMALL_STATE(1571)] = 44965, - [SMALL_STATE(1572)] = 45042, - [SMALL_STATE(1573)] = 45151, - [SMALL_STATE(1574)] = 45208, - [SMALL_STATE(1575)] = 45277, - [SMALL_STATE(1576)] = 45372, - [SMALL_STATE(1577)] = 45481, - [SMALL_STATE(1578)] = 45564, - [SMALL_STATE(1579)] = 45637, - [SMALL_STATE(1580)] = 45746, - [SMALL_STATE(1581)] = 45855, - [SMALL_STATE(1582)] = 45968, - [SMALL_STATE(1583)] = 46077, - [SMALL_STATE(1584)] = 46186, - [SMALL_STATE(1585)] = 46295, - [SMALL_STATE(1586)] = 46390, - [SMALL_STATE(1587)] = 46499, - [SMALL_STATE(1588)] = 46607, - [SMALL_STATE(1589)] = 46657, - [SMALL_STATE(1590)] = 46709, - [SMALL_STATE(1591)] = 46779, - [SMALL_STATE(1592)] = 46855, - [SMALL_STATE(1593)] = 46963, - [SMALL_STATE(1594)] = 47031, - [SMALL_STATE(1595)] = 47139, - [SMALL_STATE(1596)] = 47197, - [SMALL_STATE(1597)] = 47259, - [SMALL_STATE(1598)] = 47341, - [SMALL_STATE(1599)] = 47403, - [SMALL_STATE(1600)] = 47485, - [SMALL_STATE(1601)] = 47595, - [SMALL_STATE(1602)] = 47657, - [SMALL_STATE(1603)] = 47767, - [SMALL_STATE(1604)] = 47877, - [SMALL_STATE(1605)] = 47933, - [SMALL_STATE(1606)] = 48041, - [SMALL_STATE(1607)] = 48151, - [SMALL_STATE(1608)] = 48259, - [SMALL_STATE(1609)] = 48367, - [SMALL_STATE(1610)] = 48475, - [SMALL_STATE(1611)] = 48583, - [SMALL_STATE(1612)] = 48691, - [SMALL_STATE(1613)] = 48791, - [SMALL_STATE(1614)] = 48869, - [SMALL_STATE(1615)] = 48945, - [SMALL_STATE(1616)] = 49039, - [SMALL_STATE(1617)] = 49091, - [SMALL_STATE(1618)] = 49183, - [SMALL_STATE(1619)] = 49273, - [SMALL_STATE(1620)] = 49335, - [SMALL_STATE(1621)] = 49389, - [SMALL_STATE(1622)] = 49451, - [SMALL_STATE(1623)] = 49505, - [SMALL_STATE(1624)] = 49583, - [SMALL_STATE(1625)] = 49633, - [SMALL_STATE(1626)] = 49687, - [SMALL_STATE(1627)] = 49737, - [SMALL_STATE(1628)] = 49835, - [SMALL_STATE(1629)] = 49887, - [SMALL_STATE(1630)] = 49943, - [SMALL_STATE(1631)] = 49993, - [SMALL_STATE(1632)] = 50049, - [SMALL_STATE(1633)] = 50105, - [SMALL_STATE(1634)] = 50155, - [SMALL_STATE(1635)] = 50205, - [SMALL_STATE(1636)] = 50255, - [SMALL_STATE(1637)] = 50305, - [SMALL_STATE(1638)] = 50355, - [SMALL_STATE(1639)] = 50405, - [SMALL_STATE(1640)] = 50455, - [SMALL_STATE(1641)] = 50505, - [SMALL_STATE(1642)] = 50561, - [SMALL_STATE(1643)] = 50611, - [SMALL_STATE(1644)] = 50663, - [SMALL_STATE(1645)] = 50713, - [SMALL_STATE(1646)] = 50809, - [SMALL_STATE(1647)] = 50859, - [SMALL_STATE(1648)] = 50941, - [SMALL_STATE(1649)] = 50991, - [SMALL_STATE(1650)] = 51041, - [SMALL_STATE(1651)] = 51091, - [SMALL_STATE(1652)] = 51141, - [SMALL_STATE(1653)] = 51191, - [SMALL_STATE(1654)] = 51241, - [SMALL_STATE(1655)] = 51351, - [SMALL_STATE(1656)] = 51423, - [SMALL_STATE(1657)] = 51485, - [SMALL_STATE(1658)] = 51547, - [SMALL_STATE(1659)] = 51655, - [SMALL_STATE(1660)] = 51705, - [SMALL_STATE(1661)] = 51755, - [SMALL_STATE(1662)] = 51805, - [SMALL_STATE(1663)] = 51855, - [SMALL_STATE(1664)] = 51905, - [SMALL_STATE(1665)] = 51955, - [SMALL_STATE(1666)] = 52005, - [SMALL_STATE(1667)] = 52055, - [SMALL_STATE(1668)] = 52105, - [SMALL_STATE(1669)] = 52155, - [SMALL_STATE(1670)] = 52205, - [SMALL_STATE(1671)] = 52255, - [SMALL_STATE(1672)] = 52305, - [SMALL_STATE(1673)] = 52355, - [SMALL_STATE(1674)] = 52411, - [SMALL_STATE(1675)] = 52519, - [SMALL_STATE(1676)] = 52627, - [SMALL_STATE(1677)] = 52735, - [SMALL_STATE(1678)] = 52843, - [SMALL_STATE(1679)] = 52905, - [SMALL_STATE(1680)] = 52957, - [SMALL_STATE(1681)] = 53015, - [SMALL_STATE(1682)] = 53071, - [SMALL_STATE(1683)] = 53121, - [SMALL_STATE(1684)] = 53171, - [SMALL_STATE(1685)] = 53253, - [SMALL_STATE(1686)] = 53363, - [SMALL_STATE(1687)] = 53413, - [SMALL_STATE(1688)] = 53469, - [SMALL_STATE(1689)] = 53519, - [SMALL_STATE(1690)] = 53575, - [SMALL_STATE(1691)] = 53625, - [SMALL_STATE(1692)] = 53675, - [SMALL_STATE(1693)] = 53785, - [SMALL_STATE(1694)] = 53895, - [SMALL_STATE(1695)] = 53945, - [SMALL_STATE(1696)] = 53995, - [SMALL_STATE(1697)] = 54045, - [SMALL_STATE(1698)] = 54095, - [SMALL_STATE(1699)] = 54145, - [SMALL_STATE(1700)] = 54195, - [SMALL_STATE(1701)] = 54245, - [SMALL_STATE(1702)] = 54295, - [SMALL_STATE(1703)] = 54345, - [SMALL_STATE(1704)] = 54395, - [SMALL_STATE(1705)] = 54445, - [SMALL_STATE(1706)] = 54495, - [SMALL_STATE(1707)] = 54545, - [SMALL_STATE(1708)] = 54595, - [SMALL_STATE(1709)] = 54645, - [SMALL_STATE(1710)] = 54695, - [SMALL_STATE(1711)] = 54745, - [SMALL_STATE(1712)] = 54797, - [SMALL_STATE(1713)] = 54847, - [SMALL_STATE(1714)] = 54897, - [SMALL_STATE(1715)] = 54947, - [SMALL_STATE(1716)] = 54997, - [SMALL_STATE(1717)] = 55047, - [SMALL_STATE(1718)] = 55157, - [SMALL_STATE(1719)] = 55221, - [SMALL_STATE(1720)] = 55285, - [SMALL_STATE(1721)] = 55339, - [SMALL_STATE(1722)] = 55447, - [SMALL_STATE(1723)] = 55529, - [SMALL_STATE(1724)] = 55639, - [SMALL_STATE(1725)] = 55693, - [SMALL_STATE(1726)] = 55801, - [SMALL_STATE(1727)] = 55857, - [SMALL_STATE(1728)] = 55915, - [SMALL_STATE(1729)] = 55973, - [SMALL_STATE(1730)] = 56029, - [SMALL_STATE(1731)] = 56085, - [SMALL_STATE(1732)] = 56193, - [SMALL_STATE(1733)] = 56301, - [SMALL_STATE(1734)] = 56387, - [SMALL_STATE(1735)] = 56439, - [SMALL_STATE(1736)] = 56501, - [SMALL_STATE(1737)] = 56551, - [SMALL_STATE(1738)] = 56613, - [SMALL_STATE(1739)] = 56699, - [SMALL_STATE(1740)] = 56751, - [SMALL_STATE(1741)] = 56801, - [SMALL_STATE(1742)] = 56853, - [SMALL_STATE(1743)] = 56903, - [SMALL_STATE(1744)] = 56965, - [SMALL_STATE(1745)] = 57047, - [SMALL_STATE(1746)] = 57155, - [SMALL_STATE(1747)] = 57207, - [SMALL_STATE(1748)] = 57257, - [SMALL_STATE(1749)] = 57365, - [SMALL_STATE(1750)] = 57473, - [SMALL_STATE(1751)] = 57573, - [SMALL_STATE(1752)] = 57623, - [SMALL_STATE(1753)] = 57731, - [SMALL_STATE(1754)] = 57787, - [SMALL_STATE(1755)] = 57845, - [SMALL_STATE(1756)] = 57901, - [SMALL_STATE(1757)] = 57953, - [SMALL_STATE(1758)] = 58063, - [SMALL_STATE(1759)] = 58131, - [SMALL_STATE(1760)] = 58241, - [SMALL_STATE(1761)] = 58349, - [SMALL_STATE(1762)] = 58405, - [SMALL_STATE(1763)] = 58513, - [SMALL_STATE(1764)] = 58621, - [SMALL_STATE(1765)] = 58729, - [SMALL_STATE(1766)] = 58779, - [SMALL_STATE(1767)] = 58887, - [SMALL_STATE(1768)] = 58995, - [SMALL_STATE(1769)] = 59071, - [SMALL_STATE(1770)] = 59143, - [SMALL_STATE(1771)] = 59193, - [SMALL_STATE(1772)] = 59275, - [SMALL_STATE(1773)] = 59383, - [SMALL_STATE(1774)] = 59493, - [SMALL_STATE(1775)] = 59603, - [SMALL_STATE(1776)] = 59673, - [SMALL_STATE(1777)] = 59727, - [SMALL_STATE(1778)] = 59823, - [SMALL_STATE(1779)] = 59933, - [SMALL_STATE(1780)] = 60031, - [SMALL_STATE(1781)] = 60081, - [SMALL_STATE(1782)] = 60189, - [SMALL_STATE(1783)] = 60299, - [SMALL_STATE(1784)] = 60349, - [SMALL_STATE(1785)] = 60427, - [SMALL_STATE(1786)] = 60537, - [SMALL_STATE(1787)] = 60627, - [SMALL_STATE(1788)] = 60677, - [SMALL_STATE(1789)] = 60727, - [SMALL_STATE(1790)] = 60819, - [SMALL_STATE(1791)] = 60913, - [SMALL_STATE(1792)] = 60989, - [SMALL_STATE(1793)] = 61067, - [SMALL_STATE(1794)] = 61119, - [SMALL_STATE(1795)] = 61172, - [SMALL_STATE(1796)] = 61225, - [SMALL_STATE(1797)] = 61332, - [SMALL_STATE(1798)] = 61407, - [SMALL_STATE(1799)] = 61514, - [SMALL_STATE(1800)] = 61565, - [SMALL_STATE(1801)] = 61642, - [SMALL_STATE(1802)] = 61727, - [SMALL_STATE(1803)] = 61826, - [SMALL_STATE(1804)] = 61933, - [SMALL_STATE(1805)] = 62040, - [SMALL_STATE(1806)] = 62147, - [SMALL_STATE(1807)] = 62202, - [SMALL_STATE(1808)] = 62255, - [SMALL_STATE(1809)] = 62362, - [SMALL_STATE(1810)] = 62469, - [SMALL_STATE(1811)] = 62520, - [SMALL_STATE(1812)] = 62577, - [SMALL_STATE(1813)] = 62626, - [SMALL_STATE(1814)] = 62679, - [SMALL_STATE(1815)] = 62786, - [SMALL_STATE(1816)] = 62839, - [SMALL_STATE(1817)] = 62892, - [SMALL_STATE(1818)] = 62999, - [SMALL_STATE(1819)] = 63068, - [SMALL_STATE(1820)] = 63121, - [SMALL_STATE(1821)] = 63196, - [SMALL_STATE(1822)] = 63303, - [SMALL_STATE(1823)] = 63356, - [SMALL_STATE(1824)] = 63417, - [SMALL_STATE(1825)] = 63524, - [SMALL_STATE(1826)] = 63591, - [SMALL_STATE(1827)] = 63642, - [SMALL_STATE(1828)] = 63715, - [SMALL_STATE(1829)] = 63822, - [SMALL_STATE(1830)] = 63897, - [SMALL_STATE(1831)] = 63946, - [SMALL_STATE(1832)] = 64003, - [SMALL_STATE(1833)] = 64052, - [SMALL_STATE(1834)] = 64101, - [SMALL_STATE(1835)] = 64150, - [SMALL_STATE(1836)] = 64205, - [SMALL_STATE(1837)] = 64254, - [SMALL_STATE(1838)] = 64307, - [SMALL_STATE(1839)] = 64356, - [SMALL_STATE(1840)] = 64413, - [SMALL_STATE(1841)] = 64470, - [SMALL_STATE(1842)] = 64577, - [SMALL_STATE(1843)] = 64630, - [SMALL_STATE(1844)] = 64681, - [SMALL_STATE(1845)] = 64756, - [SMALL_STATE(1846)] = 64831, - [SMALL_STATE(1847)] = 64880, - [SMALL_STATE(1848)] = 64931, - [SMALL_STATE(1849)] = 64980, - [SMALL_STATE(1850)] = 65029, - [SMALL_STATE(1851)] = 65078, - [SMALL_STATE(1852)] = 65137, - [SMALL_STATE(1853)] = 65186, - [SMALL_STATE(1854)] = 65259, - [SMALL_STATE(1855)] = 65308, - [SMALL_STATE(1856)] = 65357, - [SMALL_STATE(1857)] = 65406, - [SMALL_STATE(1858)] = 65465, - [SMALL_STATE(1859)] = 65522, - [SMALL_STATE(1860)] = 65575, - [SMALL_STATE(1861)] = 65630, - [SMALL_STATE(1862)] = 65679, - [SMALL_STATE(1863)] = 65786, - [SMALL_STATE(1864)] = 65835, - [SMALL_STATE(1865)] = 65884, - [SMALL_STATE(1866)] = 65933, - [SMALL_STATE(1867)] = 65982, - [SMALL_STATE(1868)] = 66031, - [SMALL_STATE(1869)] = 66086, - [SMALL_STATE(1870)] = 66135, - [SMALL_STATE(1871)] = 66184, - [SMALL_STATE(1872)] = 66233, - [SMALL_STATE(1873)] = 66340, - [SMALL_STATE(1874)] = 66389, - [SMALL_STATE(1875)] = 66438, - [SMALL_STATE(1876)] = 66487, - [SMALL_STATE(1877)] = 66542, - [SMALL_STATE(1878)] = 66591, - [SMALL_STATE(1879)] = 66640, - [SMALL_STATE(1880)] = 66693, - [SMALL_STATE(1881)] = 66742, - [SMALL_STATE(1882)] = 66815, - [SMALL_STATE(1883)] = 66868, - [SMALL_STATE(1884)] = 66921, - [SMALL_STATE(1885)] = 66996, - [SMALL_STATE(1886)] = 67051, - [SMALL_STATE(1887)] = 67100, - [SMALL_STATE(1888)] = 67153, - [SMALL_STATE(1889)] = 67206, - [SMALL_STATE(1890)] = 67261, - [SMALL_STATE(1891)] = 67310, - [SMALL_STATE(1892)] = 67359, - [SMALL_STATE(1893)] = 67408, - [SMALL_STATE(1894)] = 67457, - [SMALL_STATE(1895)] = 67506, - [SMALL_STATE(1896)] = 67555, - [SMALL_STATE(1897)] = 67608, - [SMALL_STATE(1898)] = 67661, - [SMALL_STATE(1899)] = 67710, - [SMALL_STATE(1900)] = 67759, - [SMALL_STATE(1901)] = 67852, - [SMALL_STATE(1902)] = 67943, - [SMALL_STATE(1903)] = 68000, - [SMALL_STATE(1904)] = 68053, - [SMALL_STATE(1905)] = 68142, - [SMALL_STATE(1906)] = 68239, - [SMALL_STATE(1907)] = 68334, - [SMALL_STATE(1908)] = 68415, - [SMALL_STATE(1909)] = 68486, - [SMALL_STATE(1910)] = 68593, - [SMALL_STATE(1911)] = 68700, - [SMALL_STATE(1912)] = 68807, - [SMALL_STATE(1913)] = 68914, - [SMALL_STATE(1914)] = 68965, - [SMALL_STATE(1915)] = 69020, - [SMALL_STATE(1916)] = 69129, - [SMALL_STATE(1917)] = 69236, - [SMALL_STATE(1918)] = 69293, - [SMALL_STATE(1919)] = 69346, - [SMALL_STATE(1920)] = 69395, - [SMALL_STATE(1921)] = 69446, - [SMALL_STATE(1922)] = 69507, - [SMALL_STATE(1923)] = 69560, - [SMALL_STATE(1924)] = 69615, - [SMALL_STATE(1925)] = 69664, - [SMALL_STATE(1926)] = 69715, - [SMALL_STATE(1927)] = 69768, - [SMALL_STATE(1928)] = 69817, - [SMALL_STATE(1929)] = 69866, - [SMALL_STATE(1930)] = 69917, - [SMALL_STATE(1931)] = 70024, - [SMALL_STATE(1932)] = 70073, - [SMALL_STATE(1933)] = 70122, - [SMALL_STATE(1934)] = 70181, - [SMALL_STATE(1935)] = 70232, - [SMALL_STATE(1936)] = 70281, - [SMALL_STATE(1937)] = 70338, - [SMALL_STATE(1938)] = 70391, - [SMALL_STATE(1939)] = 70464, - [SMALL_STATE(1940)] = 70517, - [SMALL_STATE(1941)] = 70566, - [SMALL_STATE(1942)] = 70619, - [SMALL_STATE(1943)] = 70694, - [SMALL_STATE(1944)] = 70769, - [SMALL_STATE(1945)] = 70820, - [SMALL_STATE(1946)] = 70893, - [SMALL_STATE(1947)] = 70946, - [SMALL_STATE(1948)] = 70995, - [SMALL_STATE(1949)] = 71046, - [SMALL_STATE(1950)] = 71095, - [SMALL_STATE(1951)] = 71202, - [SMALL_STATE(1952)] = 71251, - [SMALL_STATE(1953)] = 71308, - [SMALL_STATE(1954)] = 71357, - [SMALL_STATE(1955)] = 71434, - [SMALL_STATE(1956)] = 71487, - [SMALL_STATE(1957)] = 71540, - [SMALL_STATE(1958)] = 71599, - [SMALL_STATE(1959)] = 71648, - [SMALL_STATE(1960)] = 71701, - [SMALL_STATE(1961)] = 71752, - [SMALL_STATE(1962)] = 71805, - [SMALL_STATE(1963)] = 71856, - [SMALL_STATE(1964)] = 71960, - [SMALL_STATE(1965)] = 72036, - [SMALL_STATE(1966)] = 72104, - [SMALL_STATE(1967)] = 72176, - [SMALL_STATE(1968)] = 72244, - [SMALL_STATE(1969)] = 72294, - [SMALL_STATE(1970)] = 72350, - [SMALL_STATE(1971)] = 72424, - [SMALL_STATE(1972)] = 72474, - [SMALL_STATE(1973)] = 72530, - [SMALL_STATE(1974)] = 72582, - [SMALL_STATE(1975)] = 72648, - [SMALL_STATE(1976)] = 72752, - [SMALL_STATE(1977)] = 72826, - [SMALL_STATE(1978)] = 72894, - [SMALL_STATE(1979)] = 72950, - [SMALL_STATE(1980)] = 73006, - [SMALL_STATE(1981)] = 73060, - [SMALL_STATE(1982)] = 73116, - [SMALL_STATE(1983)] = 73168, - [SMALL_STATE(1984)] = 73236, - [SMALL_STATE(1985)] = 73340, - [SMALL_STATE(1986)] = 73408, - [SMALL_STATE(1987)] = 73512, - [SMALL_STATE(1988)] = 73600, - [SMALL_STATE(1989)] = 73690, - [SMALL_STATE(1990)] = 73782, - [SMALL_STATE(1991)] = 73886, - [SMALL_STATE(1992)] = 73984, - [SMALL_STATE(1993)] = 74088, - [SMALL_STATE(1994)] = 74192, - [SMALL_STATE(1995)] = 74266, - [SMALL_STATE(1996)] = 74370, - [SMALL_STATE(1997)] = 74424, - [SMALL_STATE(1998)] = 74528, - [SMALL_STATE(1999)] = 74596, - [SMALL_STATE(2000)] = 74700, - [SMALL_STATE(2001)] = 74760, - [SMALL_STATE(2002)] = 74864, - [SMALL_STATE(2003)] = 74940, - [SMALL_STATE(2004)] = 75044, - [SMALL_STATE(2005)] = 75148, - [SMALL_STATE(2006)] = 75252, - [SMALL_STATE(2007)] = 75306, - [SMALL_STATE(2008)] = 75376, - [SMALL_STATE(2009)] = 75456, - [SMALL_STATE(2010)] = 75550, - [SMALL_STATE(2011)] = 75604, - [SMALL_STATE(2012)] = 75700, - [SMALL_STATE(2013)] = 75784, - [SMALL_STATE(2014)] = 75853, - [SMALL_STATE(2015)] = 75922, - [SMALL_STATE(2016)] = 75975, - [SMALL_STATE(2017)] = 76054, - [SMALL_STATE(2018)] = 76103, - [SMALL_STATE(2019)] = 76182, - [SMALL_STATE(2020)] = 76251, - [SMALL_STATE(2021)] = 76330, - [SMALL_STATE(2022)] = 76381, - [SMALL_STATE(2023)] = 76430, - [SMALL_STATE(2024)] = 76495, - [SMALL_STATE(2025)] = 76564, - [SMALL_STATE(2026)] = 76629, - [SMALL_STATE(2027)] = 76682, - [SMALL_STATE(2028)] = 76731, - [SMALL_STATE(2029)] = 76810, - [SMALL_STATE(2030)] = 76859, - [SMALL_STATE(2031)] = 76912, - [SMALL_STATE(2032)] = 76979, - [SMALL_STATE(2033)] = 77058, - [SMALL_STATE(2034)] = 77107, - [SMALL_STATE(2035)] = 77160, - [SMALL_STATE(2036)] = 77239, - [SMALL_STATE(2037)] = 77288, - [SMALL_STATE(2038)] = 77337, - [SMALL_STATE(2039)] = 77402, - [SMALL_STATE(2040)] = 77455, - [SMALL_STATE(2041)] = 77504, - [SMALL_STATE(2042)] = 77573, - [SMALL_STATE(2043)] = 77622, - [SMALL_STATE(2044)] = 77671, - [SMALL_STATE(2045)] = 77720, - [SMALL_STATE(2046)] = 77773, - [SMALL_STATE(2047)] = 77826, - [SMALL_STATE(2048)] = 77875, - [SMALL_STATE(2049)] = 77928, - [SMALL_STATE(2050)] = 77983, - [SMALL_STATE(2051)] = 78062, - [SMALL_STATE(2052)] = 78131, - [SMALL_STATE(2053)] = 78191, - [SMALL_STATE(2054)] = 78251, - [SMALL_STATE(2055)] = 78323, - [SMALL_STATE(2056)] = 78381, - [SMALL_STATE(2057)] = 78429, - [SMALL_STATE(2058)] = 78487, - [SMALL_STATE(2059)] = 78545, - [SMALL_STATE(2060)] = 78607, - [SMALL_STATE(2061)] = 78665, - [SMALL_STATE(2062)] = 78723, - [SMALL_STATE(2063)] = 78783, - [SMALL_STATE(2064)] = 78843, - [SMALL_STATE(2065)] = 78903, - [SMALL_STATE(2066)] = 78965, - [SMALL_STATE(2067)] = 79027, - [SMALL_STATE(2068)] = 79087, - [SMALL_STATE(2069)] = 79145, - [SMALL_STATE(2070)] = 79205, - [SMALL_STATE(2071)] = 79265, - [SMALL_STATE(2072)] = 79327, - [SMALL_STATE(2073)] = 79385, - [SMALL_STATE(2074)] = 79445, - [SMALL_STATE(2075)] = 79507, - [SMALL_STATE(2076)] = 79555, - [SMALL_STATE(2077)] = 79613, - [SMALL_STATE(2078)] = 79671, - [SMALL_STATE(2079)] = 79731, - [SMALL_STATE(2080)] = 79803, - [SMALL_STATE(2081)] = 79865, - [SMALL_STATE(2082)] = 79935, - [SMALL_STATE(2083)] = 80005, - [SMALL_STATE(2084)] = 80067, - [SMALL_STATE(2085)] = 80127, - [SMALL_STATE(2086)] = 80199, - [SMALL_STATE(2087)] = 80247, - [SMALL_STATE(2088)] = 80319, - [SMALL_STATE(2089)] = 80379, - [SMALL_STATE(2090)] = 80449, - [SMALL_STATE(2091)] = 80501, - [SMALL_STATE(2092)] = 80571, - [SMALL_STATE(2093)] = 80623, - [SMALL_STATE(2094)] = 80685, - [SMALL_STATE(2095)] = 80747, - [SMALL_STATE(2096)] = 80809, - [SMALL_STATE(2097)] = 80879, - [SMALL_STATE(2098)] = 80931, - [SMALL_STATE(2099)] = 80995, - [SMALL_STATE(2100)] = 81053, - [SMALL_STATE(2101)] = 81123, - [SMALL_STATE(2102)] = 81175, - [SMALL_STATE(2103)] = 81235, - [SMALL_STATE(2104)] = 81305, - [SMALL_STATE(2105)] = 81377, - [SMALL_STATE(2106)] = 81437, - [SMALL_STATE(2107)] = 81509, - [SMALL_STATE(2108)] = 81569, - [SMALL_STATE(2109)] = 81641, - [SMALL_STATE(2110)] = 81696, - [SMALL_STATE(2111)] = 81751, - [SMALL_STATE(2112)] = 81816, - [SMALL_STATE(2113)] = 81881, - [SMALL_STATE(2114)] = 81936, - [SMALL_STATE(2115)] = 81991, - [SMALL_STATE(2116)] = 82046, - [SMALL_STATE(2117)] = 82101, - [SMALL_STATE(2118)] = 82156, - [SMALL_STATE(2119)] = 82221, - [SMALL_STATE(2120)] = 82276, - [SMALL_STATE(2121)] = 82331, - [SMALL_STATE(2122)] = 82396, - [SMALL_STATE(2123)] = 82443, - [SMALL_STATE(2124)] = 82508, - [SMALL_STATE(2125)] = 82573, - [SMALL_STATE(2126)] = 82628, - [SMALL_STATE(2127)] = 82693, - [SMALL_STATE(2128)] = 82764, - [SMALL_STATE(2129)] = 82819, - [SMALL_STATE(2130)] = 82874, - [SMALL_STATE(2131)] = 82951, - [SMALL_STATE(2132)] = 83006, - [SMALL_STATE(2133)] = 83061, - [SMALL_STATE(2134)] = 83116, - [SMALL_STATE(2135)] = 83171, - [SMALL_STATE(2136)] = 83226, - [SMALL_STATE(2137)] = 83281, - [SMALL_STATE(2138)] = 83349, - [SMALL_STATE(2139)] = 83413, - [SMALL_STATE(2140)] = 83475, - [SMALL_STATE(2141)] = 83525, - [SMALL_STATE(2142)] = 83575, - [SMALL_STATE(2143)] = 83635, - [SMALL_STATE(2144)] = 83691, - [SMALL_STATE(2145)] = 83751, - [SMALL_STATE(2146)] = 83807, - [SMALL_STATE(2147)] = 83862, - [SMALL_STATE(2148)] = 83917, - [SMALL_STATE(2149)] = 83972, - [SMALL_STATE(2150)] = 84027, - [SMALL_STATE(2151)] = 84080, - [SMALL_STATE(2152)] = 84135, - [SMALL_STATE(2153)] = 84190, - [SMALL_STATE(2154)] = 84245, - [SMALL_STATE(2155)] = 84300, - [SMALL_STATE(2156)] = 84361, - [SMALL_STATE(2157)] = 84416, - [SMALL_STATE(2158)] = 84471, - [SMALL_STATE(2159)] = 84526, - [SMALL_STATE(2160)] = 84585, - [SMALL_STATE(2161)] = 84640, - [SMALL_STATE(2162)] = 84695, - [SMALL_STATE(2163)] = 84752, - [SMALL_STATE(2164)] = 84805, - [SMALL_STATE(2165)] = 84860, - [SMALL_STATE(2166)] = 84914, - [SMALL_STATE(2167)] = 84993, - [SMALL_STATE(2168)] = 85040, - [SMALL_STATE(2169)] = 85103, - [SMALL_STATE(2170)] = 85182, - [SMALL_STATE(2171)] = 85261, - [SMALL_STATE(2172)] = 85340, - [SMALL_STATE(2173)] = 85387, - [SMALL_STATE(2174)] = 85434, - [SMALL_STATE(2175)] = 85513, - [SMALL_STATE(2176)] = 85557, - [SMALL_STATE(2177)] = 85597, - [SMALL_STATE(2178)] = 85637, - [SMALL_STATE(2179)] = 85677, - [SMALL_STATE(2180)] = 85717, - [SMALL_STATE(2181)] = 85757, - [SMALL_STATE(2182)] = 85809, - [SMALL_STATE(2183)] = 85849, - [SMALL_STATE(2184)] = 85889, - [SMALL_STATE(2185)] = 85945, - [SMALL_STATE(2186)] = 85985, - [SMALL_STATE(2187)] = 86025, - [SMALL_STATE(2188)] = 86065, - [SMALL_STATE(2189)] = 86105, - [SMALL_STATE(2190)] = 86145, - [SMALL_STATE(2191)] = 86189, - [SMALL_STATE(2192)] = 86229, - [SMALL_STATE(2193)] = 86269, - [SMALL_STATE(2194)] = 86309, - [SMALL_STATE(2195)] = 86351, - [SMALL_STATE(2196)] = 86407, - [SMALL_STATE(2197)] = 86447, - [SMALL_STATE(2198)] = 86489, - [SMALL_STATE(2199)] = 86529, - [SMALL_STATE(2200)] = 86569, - [SMALL_STATE(2201)] = 86623, - [SMALL_STATE(2202)] = 86663, - [SMALL_STATE(2203)] = 86703, - [SMALL_STATE(2204)] = 86743, - [SMALL_STATE(2205)] = 86783, - [SMALL_STATE(2206)] = 86837, - [SMALL_STATE(2207)] = 86877, - [SMALL_STATE(2208)] = 86917, - [SMALL_STATE(2209)] = 86971, - [SMALL_STATE(2210)] = 87027, - [SMALL_STATE(2211)] = 87067, - [SMALL_STATE(2212)] = 87121, - [SMALL_STATE(2213)] = 87163, - [SMALL_STATE(2214)] = 87212, - [SMALL_STATE(2215)] = 87261, - [SMALL_STATE(2216)] = 87310, - [SMALL_STATE(2217)] = 87359, - [SMALL_STATE(2218)] = 87408, - [SMALL_STATE(2219)] = 87457, - [SMALL_STATE(2220)] = 87506, - [SMALL_STATE(2221)] = 87555, - [SMALL_STATE(2222)] = 87604, - [SMALL_STATE(2223)] = 87653, - [SMALL_STATE(2224)] = 87702, - [SMALL_STATE(2225)] = 87751, - [SMALL_STATE(2226)] = 87800, - [SMALL_STATE(2227)] = 87849, - [SMALL_STATE(2228)] = 87890, - [SMALL_STATE(2229)] = 87939, - [SMALL_STATE(2230)] = 87980, - [SMALL_STATE(2231)] = 88043, - [SMALL_STATE(2232)] = 88092, - [SMALL_STATE(2233)] = 88141, - [SMALL_STATE(2234)] = 88190, - [SMALL_STATE(2235)] = 88239, - [SMALL_STATE(2236)] = 88288, - [SMALL_STATE(2237)] = 88344, - [SMALL_STATE(2238)] = 88394, - [SMALL_STATE(2239)] = 88454, - [SMALL_STATE(2240)] = 88492, - [SMALL_STATE(2241)] = 88530, - [SMALL_STATE(2242)] = 88568, - [SMALL_STATE(2243)] = 88606, - [SMALL_STATE(2244)] = 88656, - [SMALL_STATE(2245)] = 88706, - [SMALL_STATE(2246)] = 88756, - [SMALL_STATE(2247)] = 88816, - [SMALL_STATE(2248)] = 88854, - [SMALL_STATE(2249)] = 88904, - [SMALL_STATE(2250)] = 88942, - [SMALL_STATE(2251)] = 88992, - [SMALL_STATE(2252)] = 89042, - [SMALL_STATE(2253)] = 89092, - [SMALL_STATE(2254)] = 89142, - [SMALL_STATE(2255)] = 89192, - [SMALL_STATE(2256)] = 89230, - [SMALL_STATE(2257)] = 89290, - [SMALL_STATE(2258)] = 89328, - [SMALL_STATE(2259)] = 89366, - [SMALL_STATE(2260)] = 89419, - [SMALL_STATE(2261)] = 89472, - [SMALL_STATE(2262)] = 89525, - [SMALL_STATE(2263)] = 89578, - [SMALL_STATE(2264)] = 89617, - [SMALL_STATE(2265)] = 89670, - [SMALL_STATE(2266)] = 89723, - [SMALL_STATE(2267)] = 89776, - [SMALL_STATE(2268)] = 89829, - [SMALL_STATE(2269)] = 89882, - [SMALL_STATE(2270)] = 89935, - [SMALL_STATE(2271)] = 89988, - [SMALL_STATE(2272)] = 90039, - [SMALL_STATE(2273)] = 90090, - [SMALL_STATE(2274)] = 90143, - [SMALL_STATE(2275)] = 90190, - [SMALL_STATE(2276)] = 90234, - [SMALL_STATE(2277)] = 90278, - [SMALL_STATE(2278)] = 90322, - [SMALL_STATE(2279)] = 90366, - [SMALL_STATE(2280)] = 90410, - [SMALL_STATE(2281)] = 90454, - [SMALL_STATE(2282)] = 90498, - [SMALL_STATE(2283)] = 90542, - [SMALL_STATE(2284)] = 90586, - [SMALL_STATE(2285)] = 90630, - [SMALL_STATE(2286)] = 90674, - [SMALL_STATE(2287)] = 90718, - [SMALL_STATE(2288)] = 90762, - [SMALL_STATE(2289)] = 90806, - [SMALL_STATE(2290)] = 90852, - [SMALL_STATE(2291)] = 90896, - [SMALL_STATE(2292)] = 90940, - [SMALL_STATE(2293)] = 90984, - [SMALL_STATE(2294)] = 91028, - [SMALL_STATE(2295)] = 91074, - [SMALL_STATE(2296)] = 91118, - [SMALL_STATE(2297)] = 91162, - [SMALL_STATE(2298)] = 91206, - [SMALL_STATE(2299)] = 91250, - [SMALL_STATE(2300)] = 91294, - [SMALL_STATE(2301)] = 91338, - [SMALL_STATE(2302)] = 91382, - [SMALL_STATE(2303)] = 91426, - [SMALL_STATE(2304)] = 91470, - [SMALL_STATE(2305)] = 91514, - [SMALL_STATE(2306)] = 91560, - [SMALL_STATE(2307)] = 91604, - [SMALL_STATE(2308)] = 91635, - [SMALL_STATE(2309)] = 91661, - [SMALL_STATE(2310)] = 91687, - [SMALL_STATE(2311)] = 91713, - [SMALL_STATE(2312)] = 91739, - [SMALL_STATE(2313)] = 91765, - [SMALL_STATE(2314)] = 91791, - [SMALL_STATE(2315)] = 91817, - [SMALL_STATE(2316)] = 91843, - [SMALL_STATE(2317)] = 91869, - [SMALL_STATE(2318)] = 91895, - [SMALL_STATE(2319)] = 91921, - [SMALL_STATE(2320)] = 91947, - [SMALL_STATE(2321)] = 91973, - [SMALL_STATE(2322)] = 91999, - [SMALL_STATE(2323)] = 92025, - [SMALL_STATE(2324)] = 92051, - [SMALL_STATE(2325)] = 92077, - [SMALL_STATE(2326)] = 92103, - [SMALL_STATE(2327)] = 92129, - [SMALL_STATE(2328)] = 92155, - [SMALL_STATE(2329)] = 92189, - [SMALL_STATE(2330)] = 92215, - [SMALL_STATE(2331)] = 92241, - [SMALL_STATE(2332)] = 92267, - [SMALL_STATE(2333)] = 92293, - [SMALL_STATE(2334)] = 92319, - [SMALL_STATE(2335)] = 92345, - [SMALL_STATE(2336)] = 92371, - [SMALL_STATE(2337)] = 92397, - [SMALL_STATE(2338)] = 92423, - [SMALL_STATE(2339)] = 92457, - [SMALL_STATE(2340)] = 92483, - [SMALL_STATE(2341)] = 92517, - [SMALL_STATE(2342)] = 92551, - [SMALL_STATE(2343)] = 92577, - [SMALL_STATE(2344)] = 92603, - [SMALL_STATE(2345)] = 92629, - [SMALL_STATE(2346)] = 92655, - [SMALL_STATE(2347)] = 92680, - [SMALL_STATE(2348)] = 92711, - [SMALL_STATE(2349)] = 92740, - [SMALL_STATE(2350)] = 92765, - [SMALL_STATE(2351)] = 92790, - [SMALL_STATE(2352)] = 92817, - [SMALL_STATE(2353)] = 92841, - [SMALL_STATE(2354)] = 92869, - [SMALL_STATE(2355)] = 92893, - [SMALL_STATE(2356)] = 92917, - [SMALL_STATE(2357)] = 92938, - [SMALL_STATE(2358)] = 92963, - [SMALL_STATE(2359)] = 92994, - [SMALL_STATE(2360)] = 93017, - [SMALL_STATE(2361)] = 93040, - [SMALL_STATE(2362)] = 93063, - [SMALL_STATE(2363)] = 93084, - [SMALL_STATE(2364)] = 93107, - [SMALL_STATE(2365)] = 93128, - [SMALL_STATE(2366)] = 93149, - [SMALL_STATE(2367)] = 93172, - [SMALL_STATE(2368)] = 93193, - [SMALL_STATE(2369)] = 93220, - [SMALL_STATE(2370)] = 93243, - [SMALL_STATE(2371)] = 93268, - [SMALL_STATE(2372)] = 93291, - [SMALL_STATE(2373)] = 93314, - [SMALL_STATE(2374)] = 93337, - [SMALL_STATE(2375)] = 93360, - [SMALL_STATE(2376)] = 93383, - [SMALL_STATE(2377)] = 93406, - [SMALL_STATE(2378)] = 93429, - [SMALL_STATE(2379)] = 93452, - [SMALL_STATE(2380)] = 93475, - [SMALL_STATE(2381)] = 93500, - [SMALL_STATE(2382)] = 93523, - [SMALL_STATE(2383)] = 93546, - [SMALL_STATE(2384)] = 93569, - [SMALL_STATE(2385)] = 93592, - [SMALL_STATE(2386)] = 93615, - [SMALL_STATE(2387)] = 93646, - [SMALL_STATE(2388)] = 93677, - [SMALL_STATE(2389)] = 93708, - [SMALL_STATE(2390)] = 93731, - [SMALL_STATE(2391)] = 93754, - [SMALL_STATE(2392)] = 93777, - [SMALL_STATE(2393)] = 93800, - [SMALL_STATE(2394)] = 93821, - [SMALL_STATE(2395)] = 93844, - [SMALL_STATE(2396)] = 93865, - [SMALL_STATE(2397)] = 93886, - [SMALL_STATE(2398)] = 93911, - [SMALL_STATE(2399)] = 93934, - [SMALL_STATE(2400)] = 93958, - [SMALL_STATE(2401)] = 93980, - [SMALL_STATE(2402)] = 94022, - [SMALL_STATE(2403)] = 94064, - [SMALL_STATE(2404)] = 94090, - [SMALL_STATE(2405)] = 94114, - [SMALL_STATE(2406)] = 94144, - [SMALL_STATE(2407)] = 94166, - [SMALL_STATE(2408)] = 94188, - [SMALL_STATE(2409)] = 94210, - [SMALL_STATE(2410)] = 94232, - [SMALL_STATE(2411)] = 94254, - [SMALL_STATE(2412)] = 94276, - [SMALL_STATE(2413)] = 94298, - [SMALL_STATE(2414)] = 94320, - [SMALL_STATE(2415)] = 94342, - [SMALL_STATE(2416)] = 94364, - [SMALL_STATE(2417)] = 94406, - [SMALL_STATE(2418)] = 94434, - [SMALL_STATE(2419)] = 94476, - [SMALL_STATE(2420)] = 94506, - [SMALL_STATE(2421)] = 94534, - [SMALL_STATE(2422)] = 94564, - [SMALL_STATE(2423)] = 94586, - [SMALL_STATE(2424)] = 94608, - [SMALL_STATE(2425)] = 94630, - [SMALL_STATE(2426)] = 94652, - [SMALL_STATE(2427)] = 94674, - [SMALL_STATE(2428)] = 94696, - [SMALL_STATE(2429)] = 94718, - [SMALL_STATE(2430)] = 94740, - [SMALL_STATE(2431)] = 94762, - [SMALL_STATE(2432)] = 94784, - [SMALL_STATE(2433)] = 94806, - [SMALL_STATE(2434)] = 94828, - [SMALL_STATE(2435)] = 94856, - [SMALL_STATE(2436)] = 94884, - [SMALL_STATE(2437)] = 94914, - [SMALL_STATE(2438)] = 94944, - [SMALL_STATE(2439)] = 94974, - [SMALL_STATE(2440)] = 95002, - [SMALL_STATE(2441)] = 95032, - [SMALL_STATE(2442)] = 95062, - [SMALL_STATE(2443)] = 95084, - [SMALL_STATE(2444)] = 95114, - [SMALL_STATE(2445)] = 95136, - [SMALL_STATE(2446)] = 95158, - [SMALL_STATE(2447)] = 95180, - [SMALL_STATE(2448)] = 95208, - [SMALL_STATE(2449)] = 95238, - [SMALL_STATE(2450)] = 95260, - [SMALL_STATE(2451)] = 95282, - [SMALL_STATE(2452)] = 95304, - [SMALL_STATE(2453)] = 95326, - [SMALL_STATE(2454)] = 95348, - [SMALL_STATE(2455)] = 95370, - [SMALL_STATE(2456)] = 95392, - [SMALL_STATE(2457)] = 95420, - [SMALL_STATE(2458)] = 95448, - [SMALL_STATE(2459)] = 95476, - [SMALL_STATE(2460)] = 95506, - [SMALL_STATE(2461)] = 95548, - [SMALL_STATE(2462)] = 95578, - [SMALL_STATE(2463)] = 95608, - [SMALL_STATE(2464)] = 95650, - [SMALL_STATE(2465)] = 95680, - [SMALL_STATE(2466)] = 95708, - [SMALL_STATE(2467)] = 95738, - [SMALL_STATE(2468)] = 95780, - [SMALL_STATE(2469)] = 95808, - [SMALL_STATE(2470)] = 95843, - [SMALL_STATE(2471)] = 95868, - [SMALL_STATE(2472)] = 95893, - [SMALL_STATE(2473)] = 95920, - [SMALL_STATE(2474)] = 95955, - [SMALL_STATE(2475)] = 95990, - [SMALL_STATE(2476)] = 96017, - [SMALL_STATE(2477)] = 96044, - [SMALL_STATE(2478)] = 96071, - [SMALL_STATE(2479)] = 96092, - [SMALL_STATE(2480)] = 96113, - [SMALL_STATE(2481)] = 96134, - [SMALL_STATE(2482)] = 96169, - [SMALL_STATE(2483)] = 96194, - [SMALL_STATE(2484)] = 96215, - [SMALL_STATE(2485)] = 96240, - [SMALL_STATE(2486)] = 96275, - [SMALL_STATE(2487)] = 96310, - [SMALL_STATE(2488)] = 96331, - [SMALL_STATE(2489)] = 96366, - [SMALL_STATE(2490)] = 96389, - [SMALL_STATE(2491)] = 96424, - [SMALL_STATE(2492)] = 96459, - [SMALL_STATE(2493)] = 96484, - [SMALL_STATE(2494)] = 96521, - [SMALL_STATE(2495)] = 96542, - [SMALL_STATE(2496)] = 96577, - [SMALL_STATE(2497)] = 96595, - [SMALL_STATE(2498)] = 96627, - [SMALL_STATE(2499)] = 96663, - [SMALL_STATE(2500)] = 96691, - [SMALL_STATE(2501)] = 96723, - [SMALL_STATE(2502)] = 96745, - [SMALL_STATE(2503)] = 96767, - [SMALL_STATE(2504)] = 96803, - [SMALL_STATE(2505)] = 96821, - [SMALL_STATE(2506)] = 96839, - [SMALL_STATE(2507)] = 96875, - [SMALL_STATE(2508)] = 96893, - [SMALL_STATE(2509)] = 96917, - [SMALL_STATE(2510)] = 96935, - [SMALL_STATE(2511)] = 96953, - [SMALL_STATE(2512)] = 96985, - [SMALL_STATE(2513)] = 97003, - [SMALL_STATE(2514)] = 97031, - [SMALL_STATE(2515)] = 97049, - [SMALL_STATE(2516)] = 97067, - [SMALL_STATE(2517)] = 97099, - [SMALL_STATE(2518)] = 97127, - [SMALL_STATE(2519)] = 97145, - [SMALL_STATE(2520)] = 97163, - [SMALL_STATE(2521)] = 97195, - [SMALL_STATE(2522)] = 97213, - [SMALL_STATE(2523)] = 97245, - [SMALL_STATE(2524)] = 97263, - [SMALL_STATE(2525)] = 97281, - [SMALL_STATE(2526)] = 97299, - [SMALL_STATE(2527)] = 97335, - [SMALL_STATE(2528)] = 97365, - [SMALL_STATE(2529)] = 97397, - [SMALL_STATE(2530)] = 97415, - [SMALL_STATE(2531)] = 97433, - [SMALL_STATE(2532)] = 97451, - [SMALL_STATE(2533)] = 97469, - [SMALL_STATE(2534)] = 97487, - [SMALL_STATE(2535)] = 97505, - [SMALL_STATE(2536)] = 97541, - [SMALL_STATE(2537)] = 97559, - [SMALL_STATE(2538)] = 97577, - [SMALL_STATE(2539)] = 97609, - [SMALL_STATE(2540)] = 97627, - [SMALL_STATE(2541)] = 97659, - [SMALL_STATE(2542)] = 97677, - [SMALL_STATE(2543)] = 97695, - [SMALL_STATE(2544)] = 97713, - [SMALL_STATE(2545)] = 97731, - [SMALL_STATE(2546)] = 97759, - [SMALL_STATE(2547)] = 97791, - [SMALL_STATE(2548)] = 97819, - [SMALL_STATE(2549)] = 97855, - [SMALL_STATE(2550)] = 97873, - [SMALL_STATE(2551)] = 97891, - [SMALL_STATE(2552)] = 97909, - [SMALL_STATE(2553)] = 97929, - [SMALL_STATE(2554)] = 97947, - [SMALL_STATE(2555)] = 97983, - [SMALL_STATE(2556)] = 98001, - [SMALL_STATE(2557)] = 98019, - [SMALL_STATE(2558)] = 98037, - [SMALL_STATE(2559)] = 98055, - [SMALL_STATE(2560)] = 98072, - [SMALL_STATE(2561)] = 98091, - [SMALL_STATE(2562)] = 98110, - [SMALL_STATE(2563)] = 98129, - [SMALL_STATE(2564)] = 98148, - [SMALL_STATE(2565)] = 98165, - [SMALL_STATE(2566)] = 98184, - [SMALL_STATE(2567)] = 98203, - [SMALL_STATE(2568)] = 98220, - [SMALL_STATE(2569)] = 98237, - [SMALL_STATE(2570)] = 98256, - [SMALL_STATE(2571)] = 98275, - [SMALL_STATE(2572)] = 98292, - [SMALL_STATE(2573)] = 98311, - [SMALL_STATE(2574)] = 98332, - [SMALL_STATE(2575)] = 98349, - [SMALL_STATE(2576)] = 98368, - [SMALL_STATE(2577)] = 98391, - [SMALL_STATE(2578)] = 98410, - [SMALL_STATE(2579)] = 98431, - [SMALL_STATE(2580)] = 98454, - [SMALL_STATE(2581)] = 98473, - [SMALL_STATE(2582)] = 98492, - [SMALL_STATE(2583)] = 98511, - [SMALL_STATE(2584)] = 98530, - [SMALL_STATE(2585)] = 98549, - [SMALL_STATE(2586)] = 98572, - [SMALL_STATE(2587)] = 98589, - [SMALL_STATE(2588)] = 98608, - [SMALL_STATE(2589)] = 98631, - [SMALL_STATE(2590)] = 98648, - [SMALL_STATE(2591)] = 98669, - [SMALL_STATE(2592)] = 98688, - [SMALL_STATE(2593)] = 98707, - [SMALL_STATE(2594)] = 98728, - [SMALL_STATE(2595)] = 98747, - [SMALL_STATE(2596)] = 98766, - [SMALL_STATE(2597)] = 98787, - [SMALL_STATE(2598)] = 98808, - [SMALL_STATE(2599)] = 98831, - [SMALL_STATE(2600)] = 98854, - [SMALL_STATE(2601)] = 98873, - [SMALL_STATE(2602)] = 98892, - [SMALL_STATE(2603)] = 98911, - [SMALL_STATE(2604)] = 98930, - [SMALL_STATE(2605)] = 98949, - [SMALL_STATE(2606)] = 98968, - [SMALL_STATE(2607)] = 98987, - [SMALL_STATE(2608)] = 99006, - [SMALL_STATE(2609)] = 99025, - [SMALL_STATE(2610)] = 99044, - [SMALL_STATE(2611)] = 99063, - [SMALL_STATE(2612)] = 99082, - [SMALL_STATE(2613)] = 99101, - [SMALL_STATE(2614)] = 99120, - [SMALL_STATE(2615)] = 99141, - [SMALL_STATE(2616)] = 99175, - [SMALL_STATE(2617)] = 99199, - [SMALL_STATE(2618)] = 99233, - [SMALL_STATE(2619)] = 99249, - [SMALL_STATE(2620)] = 99279, - [SMALL_STATE(2621)] = 99313, - [SMALL_STATE(2622)] = 99331, - [SMALL_STATE(2623)] = 99365, - [SMALL_STATE(2624)] = 99385, - [SMALL_STATE(2625)] = 99409, - [SMALL_STATE(2626)] = 99439, - [SMALL_STATE(2627)] = 99473, - [SMALL_STATE(2628)] = 99505, - [SMALL_STATE(2629)] = 99533, - [SMALL_STATE(2630)] = 99553, - [SMALL_STATE(2631)] = 99573, - [SMALL_STATE(2632)] = 99607, - [SMALL_STATE(2633)] = 99641, - [SMALL_STATE(2634)] = 99665, - [SMALL_STATE(2635)] = 99699, - [SMALL_STATE(2636)] = 99733, - [SMALL_STATE(2637)] = 99755, - [SMALL_STATE(2638)] = 99783, - [SMALL_STATE(2639)] = 99801, - [SMALL_STATE(2640)] = 99835, - [SMALL_STATE(2641)] = 99869, - [SMALL_STATE(2642)] = 99893, - [SMALL_STATE(2643)] = 99908, - [SMALL_STATE(2644)] = 99927, - [SMALL_STATE(2645)] = 99958, - [SMALL_STATE(2646)] = 99973, - [SMALL_STATE(2647)] = 100004, - [SMALL_STATE(2648)] = 100035, - [SMALL_STATE(2649)] = 100050, - [SMALL_STATE(2650)] = 100067, - [SMALL_STATE(2651)] = 100082, - [SMALL_STATE(2652)] = 100109, - [SMALL_STATE(2653)] = 100126, - [SMALL_STATE(2654)] = 100153, - [SMALL_STATE(2655)] = 100184, - [SMALL_STATE(2656)] = 100199, - [SMALL_STATE(2657)] = 100218, - [SMALL_STATE(2658)] = 100233, - [SMALL_STATE(2659)] = 100248, - [SMALL_STATE(2660)] = 100279, - [SMALL_STATE(2661)] = 100294, - [SMALL_STATE(2662)] = 100315, - [SMALL_STATE(2663)] = 100336, - [SMALL_STATE(2664)] = 100351, - [SMALL_STATE(2665)] = 100368, - [SMALL_STATE(2666)] = 100383, - [SMALL_STATE(2667)] = 100400, - [SMALL_STATE(2668)] = 100415, - [SMALL_STATE(2669)] = 100430, - [SMALL_STATE(2670)] = 100461, - [SMALL_STATE(2671)] = 100476, - [SMALL_STATE(2672)] = 100491, - [SMALL_STATE(2673)] = 100506, - [SMALL_STATE(2674)] = 100523, - [SMALL_STATE(2675)] = 100538, - [SMALL_STATE(2676)] = 100553, - [SMALL_STATE(2677)] = 100578, - [SMALL_STATE(2678)] = 100603, - [SMALL_STATE(2679)] = 100628, - [SMALL_STATE(2680)] = 100653, - [SMALL_STATE(2681)] = 100668, - [SMALL_STATE(2682)] = 100683, - [SMALL_STATE(2683)] = 100700, - [SMALL_STATE(2684)] = 100731, - [SMALL_STATE(2685)] = 100746, - [SMALL_STATE(2686)] = 100761, - [SMALL_STATE(2687)] = 100776, - [SMALL_STATE(2688)] = 100791, - [SMALL_STATE(2689)] = 100806, - [SMALL_STATE(2690)] = 100837, - [SMALL_STATE(2691)] = 100854, - [SMALL_STATE(2692)] = 100869, - [SMALL_STATE(2693)] = 100890, - [SMALL_STATE(2694)] = 100905, - [SMALL_STATE(2695)] = 100920, - [SMALL_STATE(2696)] = 100947, - [SMALL_STATE(2697)] = 100978, - [SMALL_STATE(2698)] = 100993, - [SMALL_STATE(2699)] = 101024, - [SMALL_STATE(2700)] = 101047, - [SMALL_STATE(2701)] = 101078, - [SMALL_STATE(2702)] = 101093, - [SMALL_STATE(2703)] = 101124, - [SMALL_STATE(2704)] = 101139, - [SMALL_STATE(2705)] = 101170, - [SMALL_STATE(2706)] = 101195, - [SMALL_STATE(2707)] = 101226, - [SMALL_STATE(2708)] = 101257, - [SMALL_STATE(2709)] = 101272, - [SMALL_STATE(2710)] = 101287, - [SMALL_STATE(2711)] = 101302, - [SMALL_STATE(2712)] = 101327, - [SMALL_STATE(2713)] = 101342, - [SMALL_STATE(2714)] = 101373, - [SMALL_STATE(2715)] = 101398, - [SMALL_STATE(2716)] = 101413, - [SMALL_STATE(2717)] = 101438, - [SMALL_STATE(2718)] = 101469, - [SMALL_STATE(2719)] = 101494, - [SMALL_STATE(2720)] = 101509, - [SMALL_STATE(2721)] = 101534, - [SMALL_STATE(2722)] = 101555, - [SMALL_STATE(2723)] = 101580, - [SMALL_STATE(2724)] = 101595, - [SMALL_STATE(2725)] = 101626, - [SMALL_STATE(2726)] = 101645, - [SMALL_STATE(2727)] = 101660, - [SMALL_STATE(2728)] = 101675, - [SMALL_STATE(2729)] = 101690, - [SMALL_STATE(2730)] = 101705, - [SMALL_STATE(2731)] = 101732, - [SMALL_STATE(2732)] = 101753, - [SMALL_STATE(2733)] = 101784, - [SMALL_STATE(2734)] = 101809, - [SMALL_STATE(2735)] = 101830, - [SMALL_STATE(2736)] = 101849, - [SMALL_STATE(2737)] = 101874, - [SMALL_STATE(2738)] = 101899, - [SMALL_STATE(2739)] = 101919, - [SMALL_STATE(2740)] = 101939, - [SMALL_STATE(2741)] = 101959, - [SMALL_STATE(2742)] = 101977, - [SMALL_STATE(2743)] = 102001, - [SMALL_STATE(2744)] = 102025, - [SMALL_STATE(2745)] = 102049, - [SMALL_STATE(2746)] = 102073, - [SMALL_STATE(2747)] = 102097, - [SMALL_STATE(2748)] = 102121, - [SMALL_STATE(2749)] = 102145, - [SMALL_STATE(2750)] = 102169, - [SMALL_STATE(2751)] = 102193, - [SMALL_STATE(2752)] = 102207, - [SMALL_STATE(2753)] = 102221, - [SMALL_STATE(2754)] = 102245, - [SMALL_STATE(2755)] = 102259, - [SMALL_STATE(2756)] = 102279, - [SMALL_STATE(2757)] = 102303, - [SMALL_STATE(2758)] = 102327, - [SMALL_STATE(2759)] = 102351, - [SMALL_STATE(2760)] = 102375, - [SMALL_STATE(2761)] = 102396, - [SMALL_STATE(2762)] = 102413, - [SMALL_STATE(2763)] = 102438, - [SMALL_STATE(2764)] = 102451, - [SMALL_STATE(2765)] = 102476, - [SMALL_STATE(2766)] = 102497, - [SMALL_STATE(2767)] = 102522, - [SMALL_STATE(2768)] = 102547, - [SMALL_STATE(2769)] = 102572, - [SMALL_STATE(2770)] = 102597, - [SMALL_STATE(2771)] = 102622, - [SMALL_STATE(2772)] = 102647, - [SMALL_STATE(2773)] = 102672, - [SMALL_STATE(2774)] = 102697, - [SMALL_STATE(2775)] = 102722, - [SMALL_STATE(2776)] = 102747, - [SMALL_STATE(2777)] = 102772, - [SMALL_STATE(2778)] = 102791, - [SMALL_STATE(2779)] = 102804, - [SMALL_STATE(2780)] = 102817, - [SMALL_STATE(2781)] = 102838, - [SMALL_STATE(2782)] = 102851, - [SMALL_STATE(2783)] = 102864, - [SMALL_STATE(2784)] = 102879, - [SMALL_STATE(2785)] = 102904, - [SMALL_STATE(2786)] = 102919, - [SMALL_STATE(2787)] = 102944, - [SMALL_STATE(2788)] = 102969, - [SMALL_STATE(2789)] = 102986, - [SMALL_STATE(2790)] = 103011, - [SMALL_STATE(2791)] = 103028, - [SMALL_STATE(2792)] = 103053, - [SMALL_STATE(2793)] = 103070, - [SMALL_STATE(2794)] = 103083, - [SMALL_STATE(2795)] = 103096, - [SMALL_STATE(2796)] = 103109, - [SMALL_STATE(2797)] = 103122, - [SMALL_STATE(2798)] = 103147, - [SMALL_STATE(2799)] = 103172, - [SMALL_STATE(2800)] = 103185, - [SMALL_STATE(2801)] = 103202, - [SMALL_STATE(2802)] = 103223, - [SMALL_STATE(2803)] = 103244, - [SMALL_STATE(2804)] = 103259, - [SMALL_STATE(2805)] = 103276, - [SMALL_STATE(2806)] = 103301, - [SMALL_STATE(2807)] = 103314, - [SMALL_STATE(2808)] = 103337, - [SMALL_STATE(2809)] = 103354, - [SMALL_STATE(2810)] = 103379, - [SMALL_STATE(2811)] = 103404, - [SMALL_STATE(2812)] = 103429, - [SMALL_STATE(2813)] = 103454, - [SMALL_STATE(2814)] = 103479, - [SMALL_STATE(2815)] = 103504, - [SMALL_STATE(2816)] = 103519, - [SMALL_STATE(2817)] = 103540, - [SMALL_STATE(2818)] = 103561, - [SMALL_STATE(2819)] = 103578, - [SMALL_STATE(2820)] = 103603, - [SMALL_STATE(2821)] = 103628, - [SMALL_STATE(2822)] = 103653, - [SMALL_STATE(2823)] = 103668, - [SMALL_STATE(2824)] = 103693, - [SMALL_STATE(2825)] = 103718, - [SMALL_STATE(2826)] = 103743, - [SMALL_STATE(2827)] = 103758, - [SMALL_STATE(2828)] = 103775, - [SMALL_STATE(2829)] = 103792, - [SMALL_STATE(2830)] = 103817, - [SMALL_STATE(2831)] = 103838, - [SMALL_STATE(2832)] = 103863, - [SMALL_STATE(2833)] = 103880, - [SMALL_STATE(2834)] = 103897, - [SMALL_STATE(2835)] = 103914, - [SMALL_STATE(2836)] = 103931, - [SMALL_STATE(2837)] = 103948, - [SMALL_STATE(2838)] = 103965, - [SMALL_STATE(2839)] = 103982, - [SMALL_STATE(2840)] = 103999, - [SMALL_STATE(2841)] = 104020, - [SMALL_STATE(2842)] = 104033, - [SMALL_STATE(2843)] = 104050, - [SMALL_STATE(2844)] = 104075, - [SMALL_STATE(2845)] = 104100, - [SMALL_STATE(2846)] = 104117, - [SMALL_STATE(2847)] = 104134, - [SMALL_STATE(2848)] = 104151, - [SMALL_STATE(2849)] = 104172, - [SMALL_STATE(2850)] = 104197, - [SMALL_STATE(2851)] = 104210, - [SMALL_STATE(2852)] = 104227, - [SMALL_STATE(2853)] = 104248, - [SMALL_STATE(2854)] = 104269, - [SMALL_STATE(2855)] = 104294, - [SMALL_STATE(2856)] = 104315, - [SMALL_STATE(2857)] = 104336, - [SMALL_STATE(2858)] = 104357, - [SMALL_STATE(2859)] = 104370, - [SMALL_STATE(2860)] = 104387, - [SMALL_STATE(2861)] = 104404, - [SMALL_STATE(2862)] = 104421, - [SMALL_STATE(2863)] = 104438, - [SMALL_STATE(2864)] = 104451, - [SMALL_STATE(2865)] = 104472, - [SMALL_STATE(2866)] = 104493, - [SMALL_STATE(2867)] = 104518, - [SMALL_STATE(2868)] = 104535, - [SMALL_STATE(2869)] = 104560, - [SMALL_STATE(2870)] = 104576, - [SMALL_STATE(2871)] = 104598, - [SMALL_STATE(2872)] = 104618, - [SMALL_STATE(2873)] = 104640, - [SMALL_STATE(2874)] = 104658, - [SMALL_STATE(2875)] = 104676, - [SMALL_STATE(2876)] = 104694, - [SMALL_STATE(2877)] = 104710, - [SMALL_STATE(2878)] = 104726, - [SMALL_STATE(2879)] = 104748, - [SMALL_STATE(2880)] = 104764, - [SMALL_STATE(2881)] = 104786, - [SMALL_STATE(2882)] = 104808, - [SMALL_STATE(2883)] = 104826, - [SMALL_STATE(2884)] = 104844, - [SMALL_STATE(2885)] = 104866, - [SMALL_STATE(2886)] = 104882, - [SMALL_STATE(2887)] = 104904, - [SMALL_STATE(2888)] = 104920, - [SMALL_STATE(2889)] = 104938, - [SMALL_STATE(2890)] = 104956, - [SMALL_STATE(2891)] = 104974, - [SMALL_STATE(2892)] = 104990, - [SMALL_STATE(2893)] = 105012, - [SMALL_STATE(2894)] = 105028, - [SMALL_STATE(2895)] = 105044, - [SMALL_STATE(2896)] = 105066, - [SMALL_STATE(2897)] = 105082, - [SMALL_STATE(2898)] = 105100, - [SMALL_STATE(2899)] = 105112, - [SMALL_STATE(2900)] = 105128, - [SMALL_STATE(2901)] = 105150, - [SMALL_STATE(2902)] = 105166, - [SMALL_STATE(2903)] = 105178, - [SMALL_STATE(2904)] = 105194, - [SMALL_STATE(2905)] = 105212, - [SMALL_STATE(2906)] = 105234, - [SMALL_STATE(2907)] = 105254, - [SMALL_STATE(2908)] = 105270, - [SMALL_STATE(2909)] = 105286, - [SMALL_STATE(2910)] = 105304, - [SMALL_STATE(2911)] = 105326, - [SMALL_STATE(2912)] = 105348, - [SMALL_STATE(2913)] = 105364, - [SMALL_STATE(2914)] = 105386, - [SMALL_STATE(2915)] = 105408, - [SMALL_STATE(2916)] = 105430, - [SMALL_STATE(2917)] = 105446, - [SMALL_STATE(2918)] = 105468, - [SMALL_STATE(2919)] = 105484, - [SMALL_STATE(2920)] = 105506, - [SMALL_STATE(2921)] = 105528, - [SMALL_STATE(2922)] = 105550, - [SMALL_STATE(2923)] = 105572, - [SMALL_STATE(2924)] = 105584, - [SMALL_STATE(2925)] = 105600, - [SMALL_STATE(2926)] = 105618, - [SMALL_STATE(2927)] = 105640, - [SMALL_STATE(2928)] = 105656, - [SMALL_STATE(2929)] = 105678, - [SMALL_STATE(2930)] = 105694, - [SMALL_STATE(2931)] = 105710, - [SMALL_STATE(2932)] = 105732, - [SMALL_STATE(2933)] = 105744, - [SMALL_STATE(2934)] = 105762, - [SMALL_STATE(2935)] = 105778, - [SMALL_STATE(2936)] = 105794, - [SMALL_STATE(2937)] = 105816, - [SMALL_STATE(2938)] = 105832, - [SMALL_STATE(2939)] = 105848, - [SMALL_STATE(2940)] = 105866, - [SMALL_STATE(2941)] = 105888, - [SMALL_STATE(2942)] = 105910, - [SMALL_STATE(2943)] = 105926, - [SMALL_STATE(2944)] = 105938, - [SMALL_STATE(2945)] = 105960, - [SMALL_STATE(2946)] = 105976, - [SMALL_STATE(2947)] = 105998, - [SMALL_STATE(2948)] = 106014, - [SMALL_STATE(2949)] = 106036, - [SMALL_STATE(2950)] = 106058, - [SMALL_STATE(2951)] = 106074, - [SMALL_STATE(2952)] = 106090, - [SMALL_STATE(2953)] = 106106, - [SMALL_STATE(2954)] = 106118, - [SMALL_STATE(2955)] = 106140, - [SMALL_STATE(2956)] = 106152, - [SMALL_STATE(2957)] = 106168, - [SMALL_STATE(2958)] = 106184, - [SMALL_STATE(2959)] = 106206, - [SMALL_STATE(2960)] = 106228, - [SMALL_STATE(2961)] = 106246, - [SMALL_STATE(2962)] = 106258, - [SMALL_STATE(2963)] = 106272, - [SMALL_STATE(2964)] = 106290, - [SMALL_STATE(2965)] = 106302, - [SMALL_STATE(2966)] = 106318, - [SMALL_STATE(2967)] = 106340, - [SMALL_STATE(2968)] = 106358, - [SMALL_STATE(2969)] = 106380, - [SMALL_STATE(2970)] = 106402, - [SMALL_STATE(2971)] = 106420, - [SMALL_STATE(2972)] = 106442, - [SMALL_STATE(2973)] = 106458, - [SMALL_STATE(2974)] = 106480, - [SMALL_STATE(2975)] = 106502, - [SMALL_STATE(2976)] = 106520, - [SMALL_STATE(2977)] = 106534, - [SMALL_STATE(2978)] = 106556, - [SMALL_STATE(2979)] = 106578, - [SMALL_STATE(2980)] = 106600, - [SMALL_STATE(2981)] = 106622, - [SMALL_STATE(2982)] = 106644, - [SMALL_STATE(2983)] = 106666, - [SMALL_STATE(2984)] = 106684, - [SMALL_STATE(2985)] = 106700, - [SMALL_STATE(2986)] = 106712, - [SMALL_STATE(2987)] = 106730, - [SMALL_STATE(2988)] = 106748, - [SMALL_STATE(2989)] = 106770, - [SMALL_STATE(2990)] = 106786, - [SMALL_STATE(2991)] = 106808, - [SMALL_STATE(2992)] = 106830, - [SMALL_STATE(2993)] = 106848, - [SMALL_STATE(2994)] = 106868, - [SMALL_STATE(2995)] = 106890, - [SMALL_STATE(2996)] = 106906, - [SMALL_STATE(2997)] = 106922, - [SMALL_STATE(2998)] = 106944, - [SMALL_STATE(2999)] = 106966, - [SMALL_STATE(3000)] = 106978, - [SMALL_STATE(3001)] = 106994, - [SMALL_STATE(3002)] = 107016, - [SMALL_STATE(3003)] = 107034, - [SMALL_STATE(3004)] = 107050, - [SMALL_STATE(3005)] = 107062, - [SMALL_STATE(3006)] = 107084, - [SMALL_STATE(3007)] = 107100, - [SMALL_STATE(3008)] = 107116, - [SMALL_STATE(3009)] = 107134, - [SMALL_STATE(3010)] = 107148, - [SMALL_STATE(3011)] = 107164, - [SMALL_STATE(3012)] = 107186, - [SMALL_STATE(3013)] = 107204, - [SMALL_STATE(3014)] = 107220, - [SMALL_STATE(3015)] = 107234, - [SMALL_STATE(3016)] = 107250, - [SMALL_STATE(3017)] = 107268, - [SMALL_STATE(3018)] = 107284, - [SMALL_STATE(3019)] = 107296, - [SMALL_STATE(3020)] = 107312, - [SMALL_STATE(3021)] = 107328, - [SMALL_STATE(3022)] = 107350, - [SMALL_STATE(3023)] = 107362, - [SMALL_STATE(3024)] = 107381, - [SMALL_STATE(3025)] = 107392, - [SMALL_STATE(3026)] = 107403, - [SMALL_STATE(3027)] = 107414, - [SMALL_STATE(3028)] = 107425, - [SMALL_STATE(3029)] = 107436, - [SMALL_STATE(3030)] = 107447, - [SMALL_STATE(3031)] = 107458, - [SMALL_STATE(3032)] = 107477, - [SMALL_STATE(3033)] = 107494, - [SMALL_STATE(3034)] = 107505, - [SMALL_STATE(3035)] = 107522, - [SMALL_STATE(3036)] = 107533, - [SMALL_STATE(3037)] = 107548, - [SMALL_STATE(3038)] = 107559, - [SMALL_STATE(3039)] = 107574, - [SMALL_STATE(3040)] = 107593, - [SMALL_STATE(3041)] = 107604, - [SMALL_STATE(3042)] = 107615, - [SMALL_STATE(3043)] = 107626, - [SMALL_STATE(3044)] = 107637, - [SMALL_STATE(3045)] = 107652, - [SMALL_STATE(3046)] = 107667, - [SMALL_STATE(3047)] = 107682, - [SMALL_STATE(3048)] = 107693, - [SMALL_STATE(3049)] = 107704, - [SMALL_STATE(3050)] = 107719, - [SMALL_STATE(3051)] = 107734, - [SMALL_STATE(3052)] = 107745, - [SMALL_STATE(3053)] = 107756, - [SMALL_STATE(3054)] = 107767, - [SMALL_STATE(3055)] = 107778, - [SMALL_STATE(3056)] = 107789, - [SMALL_STATE(3057)] = 107804, - [SMALL_STATE(3058)] = 107815, - [SMALL_STATE(3059)] = 107826, - [SMALL_STATE(3060)] = 107837, - [SMALL_STATE(3061)] = 107854, - [SMALL_STATE(3062)] = 107873, - [SMALL_STATE(3063)] = 107892, - [SMALL_STATE(3064)] = 107903, - [SMALL_STATE(3065)] = 107914, - [SMALL_STATE(3066)] = 107929, - [SMALL_STATE(3067)] = 107940, - [SMALL_STATE(3068)] = 107951, - [SMALL_STATE(3069)] = 107970, - [SMALL_STATE(3070)] = 107989, - [SMALL_STATE(3071)] = 108000, - [SMALL_STATE(3072)] = 108011, - [SMALL_STATE(3073)] = 108022, - [SMALL_STATE(3074)] = 108033, - [SMALL_STATE(3075)] = 108050, - [SMALL_STATE(3076)] = 108061, - [SMALL_STATE(3077)] = 108080, - [SMALL_STATE(3078)] = 108091, - [SMALL_STATE(3079)] = 108102, - [SMALL_STATE(3080)] = 108121, - [SMALL_STATE(3081)] = 108134, - [SMALL_STATE(3082)] = 108151, - [SMALL_STATE(3083)] = 108168, - [SMALL_STATE(3084)] = 108179, - [SMALL_STATE(3085)] = 108190, - [SMALL_STATE(3086)] = 108207, - [SMALL_STATE(3087)] = 108226, - [SMALL_STATE(3088)] = 108245, - [SMALL_STATE(3089)] = 108256, - [SMALL_STATE(3090)] = 108267, - [SMALL_STATE(3091)] = 108278, - [SMALL_STATE(3092)] = 108289, - [SMALL_STATE(3093)] = 108300, - [SMALL_STATE(3094)] = 108311, - [SMALL_STATE(3095)] = 108322, - [SMALL_STATE(3096)] = 108333, - [SMALL_STATE(3097)] = 108344, - [SMALL_STATE(3098)] = 108355, - [SMALL_STATE(3099)] = 108374, - [SMALL_STATE(3100)] = 108389, - [SMALL_STATE(3101)] = 108400, - [SMALL_STATE(3102)] = 108411, - [SMALL_STATE(3103)] = 108422, - [SMALL_STATE(3104)] = 108433, - [SMALL_STATE(3105)] = 108444, - [SMALL_STATE(3106)] = 108463, - [SMALL_STATE(3107)] = 108474, - [SMALL_STATE(3108)] = 108489, - [SMALL_STATE(3109)] = 108500, - [SMALL_STATE(3110)] = 108511, - [SMALL_STATE(3111)] = 108530, - [SMALL_STATE(3112)] = 108545, - [SMALL_STATE(3113)] = 108556, - [SMALL_STATE(3114)] = 108575, - [SMALL_STATE(3115)] = 108594, - [SMALL_STATE(3116)] = 108605, - [SMALL_STATE(3117)] = 108616, - [SMALL_STATE(3118)] = 108627, - [SMALL_STATE(3119)] = 108646, - [SMALL_STATE(3120)] = 108659, - [SMALL_STATE(3121)] = 108672, - [SMALL_STATE(3122)] = 108689, - [SMALL_STATE(3123)] = 108700, - [SMALL_STATE(3124)] = 108711, - [SMALL_STATE(3125)] = 108730, - [SMALL_STATE(3126)] = 108749, - [SMALL_STATE(3127)] = 108760, - [SMALL_STATE(3128)] = 108777, - [SMALL_STATE(3129)] = 108788, - [SMALL_STATE(3130)] = 108799, - [SMALL_STATE(3131)] = 108810, - [SMALL_STATE(3132)] = 108825, - [SMALL_STATE(3133)] = 108844, - [SMALL_STATE(3134)] = 108855, - [SMALL_STATE(3135)] = 108874, - [SMALL_STATE(3136)] = 108893, - [SMALL_STATE(3137)] = 108908, - [SMALL_STATE(3138)] = 108925, - [SMALL_STATE(3139)] = 108944, - [SMALL_STATE(3140)] = 108955, - [SMALL_STATE(3141)] = 108972, - [SMALL_STATE(3142)] = 108983, - [SMALL_STATE(3143)] = 108994, - [SMALL_STATE(3144)] = 109005, - [SMALL_STATE(3145)] = 109018, - [SMALL_STATE(3146)] = 109037, - [SMALL_STATE(3147)] = 109056, - [SMALL_STATE(3148)] = 109075, - [SMALL_STATE(3149)] = 109086, - [SMALL_STATE(3150)] = 109105, - [SMALL_STATE(3151)] = 109124, - [SMALL_STATE(3152)] = 109143, - [SMALL_STATE(3153)] = 109154, - [SMALL_STATE(3154)] = 109173, - [SMALL_STATE(3155)] = 109184, - [SMALL_STATE(3156)] = 109201, - [SMALL_STATE(3157)] = 109216, - [SMALL_STATE(3158)] = 109233, - [SMALL_STATE(3159)] = 109244, - [SMALL_STATE(3160)] = 109255, - [SMALL_STATE(3161)] = 109272, - [SMALL_STATE(3162)] = 109285, - [SMALL_STATE(3163)] = 109296, - [SMALL_STATE(3164)] = 109307, - [SMALL_STATE(3165)] = 109318, - [SMALL_STATE(3166)] = 109329, - [SMALL_STATE(3167)] = 109346, - [SMALL_STATE(3168)] = 109357, - [SMALL_STATE(3169)] = 109368, - [SMALL_STATE(3170)] = 109379, - [SMALL_STATE(3171)] = 109398, - [SMALL_STATE(3172)] = 109413, - [SMALL_STATE(3173)] = 109424, - [SMALL_STATE(3174)] = 109435, - [SMALL_STATE(3175)] = 109446, - [SMALL_STATE(3176)] = 109457, - [SMALL_STATE(3177)] = 109472, - [SMALL_STATE(3178)] = 109491, - [SMALL_STATE(3179)] = 109502, - [SMALL_STATE(3180)] = 109513, - [SMALL_STATE(3181)] = 109524, - [SMALL_STATE(3182)] = 109535, - [SMALL_STATE(3183)] = 109546, - [SMALL_STATE(3184)] = 109557, - [SMALL_STATE(3185)] = 109576, - [SMALL_STATE(3186)] = 109587, - [SMALL_STATE(3187)] = 109606, - [SMALL_STATE(3188)] = 109625, - [SMALL_STATE(3189)] = 109636, - [SMALL_STATE(3190)] = 109655, - [SMALL_STATE(3191)] = 109674, - [SMALL_STATE(3192)] = 109685, - [SMALL_STATE(3193)] = 109696, - [SMALL_STATE(3194)] = 109711, - [SMALL_STATE(3195)] = 109722, - [SMALL_STATE(3196)] = 109737, - [SMALL_STATE(3197)] = 109748, - [SMALL_STATE(3198)] = 109767, - [SMALL_STATE(3199)] = 109778, - [SMALL_STATE(3200)] = 109797, - [SMALL_STATE(3201)] = 109814, - [SMALL_STATE(3202)] = 109833, - [SMALL_STATE(3203)] = 109844, - [SMALL_STATE(3204)] = 109855, - [SMALL_STATE(3205)] = 109866, - [SMALL_STATE(3206)] = 109883, - [SMALL_STATE(3207)] = 109894, - [SMALL_STATE(3208)] = 109913, - [SMALL_STATE(3209)] = 109924, - [SMALL_STATE(3210)] = 109939, - [SMALL_STATE(3211)] = 109950, - [SMALL_STATE(3212)] = 109969, - [SMALL_STATE(3213)] = 109980, - [SMALL_STATE(3214)] = 109999, - [SMALL_STATE(3215)] = 110010, - [SMALL_STATE(3216)] = 110021, - [SMALL_STATE(3217)] = 110032, - [SMALL_STATE(3218)] = 110043, - [SMALL_STATE(3219)] = 110062, - [SMALL_STATE(3220)] = 110073, - [SMALL_STATE(3221)] = 110090, - [SMALL_STATE(3222)] = 110101, - [SMALL_STATE(3223)] = 110112, - [SMALL_STATE(3224)] = 110127, - [SMALL_STATE(3225)] = 110138, - [SMALL_STATE(3226)] = 110149, - [SMALL_STATE(3227)] = 110160, - [SMALL_STATE(3228)] = 110179, - [SMALL_STATE(3229)] = 110198, - [SMALL_STATE(3230)] = 110209, - [SMALL_STATE(3231)] = 110228, - [SMALL_STATE(3232)] = 110239, - [SMALL_STATE(3233)] = 110250, - [SMALL_STATE(3234)] = 110261, - [SMALL_STATE(3235)] = 110280, - [SMALL_STATE(3236)] = 110299, - [SMALL_STATE(3237)] = 110316, - [SMALL_STATE(3238)] = 110335, - [SMALL_STATE(3239)] = 110354, - [SMALL_STATE(3240)] = 110373, - [SMALL_STATE(3241)] = 110384, - [SMALL_STATE(3242)] = 110403, - [SMALL_STATE(3243)] = 110422, - [SMALL_STATE(3244)] = 110441, - [SMALL_STATE(3245)] = 110460, - [SMALL_STATE(3246)] = 110477, - [SMALL_STATE(3247)] = 110494, - [SMALL_STATE(3248)] = 110505, - [SMALL_STATE(3249)] = 110524, - [SMALL_STATE(3250)] = 110543, - [SMALL_STATE(3251)] = 110554, - [SMALL_STATE(3252)] = 110565, - [SMALL_STATE(3253)] = 110580, - [SMALL_STATE(3254)] = 110599, - [SMALL_STATE(3255)] = 110616, - [SMALL_STATE(3256)] = 110635, - [SMALL_STATE(3257)] = 110646, - [SMALL_STATE(3258)] = 110665, - [SMALL_STATE(3259)] = 110680, - [SMALL_STATE(3260)] = 110699, - [SMALL_STATE(3261)] = 110710, - [SMALL_STATE(3262)] = 110729, - [SMALL_STATE(3263)] = 110748, - [SMALL_STATE(3264)] = 110759, - [SMALL_STATE(3265)] = 110770, - [SMALL_STATE(3266)] = 110781, - [SMALL_STATE(3267)] = 110798, - [SMALL_STATE(3268)] = 110809, - [SMALL_STATE(3269)] = 110826, - [SMALL_STATE(3270)] = 110843, - [SMALL_STATE(3271)] = 110862, - [SMALL_STATE(3272)] = 110881, - [SMALL_STATE(3273)] = 110900, - [SMALL_STATE(3274)] = 110915, - [SMALL_STATE(3275)] = 110926, - [SMALL_STATE(3276)] = 110937, - [SMALL_STATE(3277)] = 110952, - [SMALL_STATE(3278)] = 110967, - [SMALL_STATE(3279)] = 110986, - [SMALL_STATE(3280)] = 111005, - [SMALL_STATE(3281)] = 111016, - [SMALL_STATE(3282)] = 111027, - [SMALL_STATE(3283)] = 111038, - [SMALL_STATE(3284)] = 111049, - [SMALL_STATE(3285)] = 111060, - [SMALL_STATE(3286)] = 111079, - [SMALL_STATE(3287)] = 111098, - [SMALL_STATE(3288)] = 111117, - [SMALL_STATE(3289)] = 111128, - [SMALL_STATE(3290)] = 111139, - [SMALL_STATE(3291)] = 111158, - [SMALL_STATE(3292)] = 111177, - [SMALL_STATE(3293)] = 111196, - [SMALL_STATE(3294)] = 111215, - [SMALL_STATE(3295)] = 111226, - [SMALL_STATE(3296)] = 111237, - [SMALL_STATE(3297)] = 111256, - [SMALL_STATE(3298)] = 111267, - [SMALL_STATE(3299)] = 111278, - [SMALL_STATE(3300)] = 111294, - [SMALL_STATE(3301)] = 111308, - [SMALL_STATE(3302)] = 111324, - [SMALL_STATE(3303)] = 111340, - [SMALL_STATE(3304)] = 111356, - [SMALL_STATE(3305)] = 111370, - [SMALL_STATE(3306)] = 111386, - [SMALL_STATE(3307)] = 111402, - [SMALL_STATE(3308)] = 111412, - [SMALL_STATE(3309)] = 111428, - [SMALL_STATE(3310)] = 111442, - [SMALL_STATE(3311)] = 111458, - [SMALL_STATE(3312)] = 111472, - [SMALL_STATE(3313)] = 111486, - [SMALL_STATE(3314)] = 111502, - [SMALL_STATE(3315)] = 111518, - [SMALL_STATE(3316)] = 111534, - [SMALL_STATE(3317)] = 111550, - [SMALL_STATE(3318)] = 111564, - [SMALL_STATE(3319)] = 111578, - [SMALL_STATE(3320)] = 111592, - [SMALL_STATE(3321)] = 111608, - [SMALL_STATE(3322)] = 111624, - [SMALL_STATE(3323)] = 111634, - [SMALL_STATE(3324)] = 111650, - [SMALL_STATE(3325)] = 111666, - [SMALL_STATE(3326)] = 111682, - [SMALL_STATE(3327)] = 111698, - [SMALL_STATE(3328)] = 111708, - [SMALL_STATE(3329)] = 111724, - [SMALL_STATE(3330)] = 111740, - [SMALL_STATE(3331)] = 111754, - [SMALL_STATE(3332)] = 111768, - [SMALL_STATE(3333)] = 111782, - [SMALL_STATE(3334)] = 111796, - [SMALL_STATE(3335)] = 111810, - [SMALL_STATE(3336)] = 111824, - [SMALL_STATE(3337)] = 111838, - [SMALL_STATE(3338)] = 111854, - [SMALL_STATE(3339)] = 111868, - [SMALL_STATE(3340)] = 111882, - [SMALL_STATE(3341)] = 111896, - [SMALL_STATE(3342)] = 111912, - [SMALL_STATE(3343)] = 111926, - [SMALL_STATE(3344)] = 111940, - [SMALL_STATE(3345)] = 111956, - [SMALL_STATE(3346)] = 111972, - [SMALL_STATE(3347)] = 111988, - [SMALL_STATE(3348)] = 112004, - [SMALL_STATE(3349)] = 112018, - [SMALL_STATE(3350)] = 112032, - [SMALL_STATE(3351)] = 112046, - [SMALL_STATE(3352)] = 112060, - [SMALL_STATE(3353)] = 112074, - [SMALL_STATE(3354)] = 112090, - [SMALL_STATE(3355)] = 112104, - [SMALL_STATE(3356)] = 112120, - [SMALL_STATE(3357)] = 112132, - [SMALL_STATE(3358)] = 112148, - [SMALL_STATE(3359)] = 112160, - [SMALL_STATE(3360)] = 112176, - [SMALL_STATE(3361)] = 112192, - [SMALL_STATE(3362)] = 112208, - [SMALL_STATE(3363)] = 112224, - [SMALL_STATE(3364)] = 112240, - [SMALL_STATE(3365)] = 112254, - [SMALL_STATE(3366)] = 112268, - [SMALL_STATE(3367)] = 112282, - [SMALL_STATE(3368)] = 112298, - [SMALL_STATE(3369)] = 112312, - [SMALL_STATE(3370)] = 112326, - [SMALL_STATE(3371)] = 112338, - [SMALL_STATE(3372)] = 112352, - [SMALL_STATE(3373)] = 112366, - [SMALL_STATE(3374)] = 112380, - [SMALL_STATE(3375)] = 112394, - [SMALL_STATE(3376)] = 112410, - [SMALL_STATE(3377)] = 112426, - [SMALL_STATE(3378)] = 112440, - [SMALL_STATE(3379)] = 112454, - [SMALL_STATE(3380)] = 112468, - [SMALL_STATE(3381)] = 112484, - [SMALL_STATE(3382)] = 112498, - [SMALL_STATE(3383)] = 112514, - [SMALL_STATE(3384)] = 112528, - [SMALL_STATE(3385)] = 112544, - [SMALL_STATE(3386)] = 112558, - [SMALL_STATE(3387)] = 112572, - [SMALL_STATE(3388)] = 112586, - [SMALL_STATE(3389)] = 112600, - [SMALL_STATE(3390)] = 112616, - [SMALL_STATE(3391)] = 112630, - [SMALL_STATE(3392)] = 112646, - [SMALL_STATE(3393)] = 112662, - [SMALL_STATE(3394)] = 112678, - [SMALL_STATE(3395)] = 112694, - [SMALL_STATE(3396)] = 112710, - [SMALL_STATE(3397)] = 112726, - [SMALL_STATE(3398)] = 112742, - [SMALL_STATE(3399)] = 112756, - [SMALL_STATE(3400)] = 112770, - [SMALL_STATE(3401)] = 112786, - [SMALL_STATE(3402)] = 112802, - [SMALL_STATE(3403)] = 112816, - [SMALL_STATE(3404)] = 112828, - [SMALL_STATE(3405)] = 112844, - [SMALL_STATE(3406)] = 112860, - [SMALL_STATE(3407)] = 112876, - [SMALL_STATE(3408)] = 112890, - [SMALL_STATE(3409)] = 112904, - [SMALL_STATE(3410)] = 112920, - [SMALL_STATE(3411)] = 112936, - [SMALL_STATE(3412)] = 112952, - [SMALL_STATE(3413)] = 112968, - [SMALL_STATE(3414)] = 112982, - [SMALL_STATE(3415)] = 112996, - [SMALL_STATE(3416)] = 113010, - [SMALL_STATE(3417)] = 113026, - [SMALL_STATE(3418)] = 113040, - [SMALL_STATE(3419)] = 113054, - [SMALL_STATE(3420)] = 113068, - [SMALL_STATE(3421)] = 113082, - [SMALL_STATE(3422)] = 113098, - [SMALL_STATE(3423)] = 113111, - [SMALL_STATE(3424)] = 113124, - [SMALL_STATE(3425)] = 113137, - [SMALL_STATE(3426)] = 113148, - [SMALL_STATE(3427)] = 113159, - [SMALL_STATE(3428)] = 113168, - [SMALL_STATE(3429)] = 113179, - [SMALL_STATE(3430)] = 113192, - [SMALL_STATE(3431)] = 113201, - [SMALL_STATE(3432)] = 113212, - [SMALL_STATE(3433)] = 113225, - [SMALL_STATE(3434)] = 113238, - [SMALL_STATE(3435)] = 113249, - [SMALL_STATE(3436)] = 113262, - [SMALL_STATE(3437)] = 113273, - [SMALL_STATE(3438)] = 113286, - [SMALL_STATE(3439)] = 113299, - [SMALL_STATE(3440)] = 113312, - [SMALL_STATE(3441)] = 113325, - [SMALL_STATE(3442)] = 113338, - [SMALL_STATE(3443)] = 113351, - [SMALL_STATE(3444)] = 113364, - [SMALL_STATE(3445)] = 113377, - [SMALL_STATE(3446)] = 113390, - [SMALL_STATE(3447)] = 113403, - [SMALL_STATE(3448)] = 113416, - [SMALL_STATE(3449)] = 113429, - [SMALL_STATE(3450)] = 113440, - [SMALL_STATE(3451)] = 113453, - [SMALL_STATE(3452)] = 113466, - [SMALL_STATE(3453)] = 113479, - [SMALL_STATE(3454)] = 113488, - [SMALL_STATE(3455)] = 113501, - [SMALL_STATE(3456)] = 113510, - [SMALL_STATE(3457)] = 113523, - [SMALL_STATE(3458)] = 113532, - [SMALL_STATE(3459)] = 113541, - [SMALL_STATE(3460)] = 113552, - [SMALL_STATE(3461)] = 113565, - [SMALL_STATE(3462)] = 113574, - [SMALL_STATE(3463)] = 113583, - [SMALL_STATE(3464)] = 113596, - [SMALL_STATE(3465)] = 113605, - [SMALL_STATE(3466)] = 113614, - [SMALL_STATE(3467)] = 113627, - [SMALL_STATE(3468)] = 113640, - [SMALL_STATE(3469)] = 113653, - [SMALL_STATE(3470)] = 113662, - [SMALL_STATE(3471)] = 113671, - [SMALL_STATE(3472)] = 113684, - [SMALL_STATE(3473)] = 113697, - [SMALL_STATE(3474)] = 113710, - [SMALL_STATE(3475)] = 113723, - [SMALL_STATE(3476)] = 113732, - [SMALL_STATE(3477)] = 113745, - [SMALL_STATE(3478)] = 113754, - [SMALL_STATE(3479)] = 113767, - [SMALL_STATE(3480)] = 113780, - [SMALL_STATE(3481)] = 113789, - [SMALL_STATE(3482)] = 113802, - [SMALL_STATE(3483)] = 113815, - [SMALL_STATE(3484)] = 113828, - [SMALL_STATE(3485)] = 113841, - [SMALL_STATE(3486)] = 113854, - [SMALL_STATE(3487)] = 113863, - [SMALL_STATE(3488)] = 113876, - [SMALL_STATE(3489)] = 113889, - [SMALL_STATE(3490)] = 113902, - [SMALL_STATE(3491)] = 113915, - [SMALL_STATE(3492)] = 113928, - [SMALL_STATE(3493)] = 113937, - [SMALL_STATE(3494)] = 113950, - [SMALL_STATE(3495)] = 113959, - [SMALL_STATE(3496)] = 113972, - [SMALL_STATE(3497)] = 113985, - [SMALL_STATE(3498)] = 113998, - [SMALL_STATE(3499)] = 114011, - [SMALL_STATE(3500)] = 114022, - [SMALL_STATE(3501)] = 114035, - [SMALL_STATE(3502)] = 114044, - [SMALL_STATE(3503)] = 114057, - [SMALL_STATE(3504)] = 114066, - [SMALL_STATE(3505)] = 114079, - [SMALL_STATE(3506)] = 114092, - [SMALL_STATE(3507)] = 114105, - [SMALL_STATE(3508)] = 114118, - [SMALL_STATE(3509)] = 114131, - [SMALL_STATE(3510)] = 114140, - [SMALL_STATE(3511)] = 114153, - [SMALL_STATE(3512)] = 114162, - [SMALL_STATE(3513)] = 114173, - [SMALL_STATE(3514)] = 114186, - [SMALL_STATE(3515)] = 114199, - [SMALL_STATE(3516)] = 114212, - [SMALL_STATE(3517)] = 114225, - [SMALL_STATE(3518)] = 114238, - [SMALL_STATE(3519)] = 114251, - [SMALL_STATE(3520)] = 114264, - [SMALL_STATE(3521)] = 114277, - [SMALL_STATE(3522)] = 114286, - [SMALL_STATE(3523)] = 114299, - [SMALL_STATE(3524)] = 114312, - [SMALL_STATE(3525)] = 114321, - [SMALL_STATE(3526)] = 114330, - [SMALL_STATE(3527)] = 114343, - [SMALL_STATE(3528)] = 114352, - [SMALL_STATE(3529)] = 114365, - [SMALL_STATE(3530)] = 114374, - [SMALL_STATE(3531)] = 114387, - [SMALL_STATE(3532)] = 114400, - [SMALL_STATE(3533)] = 114413, - [SMALL_STATE(3534)] = 114426, - [SMALL_STATE(3535)] = 114439, - [SMALL_STATE(3536)] = 114452, - [SMALL_STATE(3537)] = 114465, - [SMALL_STATE(3538)] = 114476, - [SMALL_STATE(3539)] = 114489, - [SMALL_STATE(3540)] = 114502, - [SMALL_STATE(3541)] = 114513, - [SMALL_STATE(3542)] = 114526, - [SMALL_STATE(3543)] = 114539, - [SMALL_STATE(3544)] = 114548, - [SMALL_STATE(3545)] = 114561, - [SMALL_STATE(3546)] = 114574, - [SMALL_STATE(3547)] = 114583, - [SMALL_STATE(3548)] = 114596, - [SMALL_STATE(3549)] = 114605, - [SMALL_STATE(3550)] = 114618, - [SMALL_STATE(3551)] = 114631, - [SMALL_STATE(3552)] = 114644, - [SMALL_STATE(3553)] = 114657, - [SMALL_STATE(3554)] = 114666, - [SMALL_STATE(3555)] = 114677, - [SMALL_STATE(3556)] = 114686, - [SMALL_STATE(3557)] = 114699, - [SMALL_STATE(3558)] = 114712, - [SMALL_STATE(3559)] = 114725, - [SMALL_STATE(3560)] = 114734, - [SMALL_STATE(3561)] = 114745, - [SMALL_STATE(3562)] = 114758, - [SMALL_STATE(3563)] = 114771, - [SMALL_STATE(3564)] = 114784, - [SMALL_STATE(3565)] = 114797, - [SMALL_STATE(3566)] = 114810, - [SMALL_STATE(3567)] = 114823, - [SMALL_STATE(3568)] = 114836, - [SMALL_STATE(3569)] = 114845, - [SMALL_STATE(3570)] = 114858, - [SMALL_STATE(3571)] = 114871, - [SMALL_STATE(3572)] = 114884, - [SMALL_STATE(3573)] = 114897, - [SMALL_STATE(3574)] = 114910, - [SMALL_STATE(3575)] = 114923, - [SMALL_STATE(3576)] = 114936, - [SMALL_STATE(3577)] = 114949, - [SMALL_STATE(3578)] = 114962, - [SMALL_STATE(3579)] = 114975, - [SMALL_STATE(3580)] = 114988, - [SMALL_STATE(3581)] = 114997, - [SMALL_STATE(3582)] = 115006, - [SMALL_STATE(3583)] = 115015, - [SMALL_STATE(3584)] = 115024, - [SMALL_STATE(3585)] = 115033, - [SMALL_STATE(3586)] = 115042, - [SMALL_STATE(3587)] = 115055, - [SMALL_STATE(3588)] = 115064, - [SMALL_STATE(3589)] = 115077, - [SMALL_STATE(3590)] = 115090, - [SMALL_STATE(3591)] = 115103, - [SMALL_STATE(3592)] = 115112, - [SMALL_STATE(3593)] = 115121, - [SMALL_STATE(3594)] = 115134, - [SMALL_STATE(3595)] = 115147, - [SMALL_STATE(3596)] = 115160, - [SMALL_STATE(3597)] = 115173, - [SMALL_STATE(3598)] = 115182, - [SMALL_STATE(3599)] = 115193, - [SMALL_STATE(3600)] = 115206, - [SMALL_STATE(3601)] = 115215, - [SMALL_STATE(3602)] = 115224, - [SMALL_STATE(3603)] = 115233, - [SMALL_STATE(3604)] = 115242, - [SMALL_STATE(3605)] = 115251, - [SMALL_STATE(3606)] = 115260, - [SMALL_STATE(3607)] = 115273, - [SMALL_STATE(3608)] = 115286, - [SMALL_STATE(3609)] = 115299, - [SMALL_STATE(3610)] = 115312, - [SMALL_STATE(3611)] = 115323, - [SMALL_STATE(3612)] = 115336, - [SMALL_STATE(3613)] = 115349, - [SMALL_STATE(3614)] = 115358, - [SMALL_STATE(3615)] = 115371, - [SMALL_STATE(3616)] = 115384, - [SMALL_STATE(3617)] = 115397, - [SMALL_STATE(3618)] = 115408, - [SMALL_STATE(3619)] = 115421, - [SMALL_STATE(3620)] = 115434, - [SMALL_STATE(3621)] = 115447, - [SMALL_STATE(3622)] = 115456, - [SMALL_STATE(3623)] = 115465, - [SMALL_STATE(3624)] = 115474, - [SMALL_STATE(3625)] = 115483, - [SMALL_STATE(3626)] = 115492, - [SMALL_STATE(3627)] = 115503, - [SMALL_STATE(3628)] = 115512, - [SMALL_STATE(3629)] = 115525, - [SMALL_STATE(3630)] = 115538, - [SMALL_STATE(3631)] = 115547, - [SMALL_STATE(3632)] = 115560, - [SMALL_STATE(3633)] = 115569, - [SMALL_STATE(3634)] = 115582, - [SMALL_STATE(3635)] = 115591, - [SMALL_STATE(3636)] = 115604, - [SMALL_STATE(3637)] = 115615, - [SMALL_STATE(3638)] = 115628, - [SMALL_STATE(3639)] = 115641, - [SMALL_STATE(3640)] = 115650, - [SMALL_STATE(3641)] = 115663, - [SMALL_STATE(3642)] = 115674, - [SMALL_STATE(3643)] = 115687, - [SMALL_STATE(3644)] = 115700, - [SMALL_STATE(3645)] = 115713, - [SMALL_STATE(3646)] = 115722, - [SMALL_STATE(3647)] = 115735, - [SMALL_STATE(3648)] = 115745, - [SMALL_STATE(3649)] = 115753, - [SMALL_STATE(3650)] = 115761, - [SMALL_STATE(3651)] = 115769, - [SMALL_STATE(3652)] = 115779, - [SMALL_STATE(3653)] = 115787, - [SMALL_STATE(3654)] = 115797, - [SMALL_STATE(3655)] = 115807, - [SMALL_STATE(3656)] = 115817, - [SMALL_STATE(3657)] = 115827, - [SMALL_STATE(3658)] = 115837, - [SMALL_STATE(3659)] = 115845, - [SMALL_STATE(3660)] = 115855, - [SMALL_STATE(3661)] = 115863, - [SMALL_STATE(3662)] = 115873, - [SMALL_STATE(3663)] = 115881, - [SMALL_STATE(3664)] = 115891, - [SMALL_STATE(3665)] = 115901, - [SMALL_STATE(3666)] = 115911, - [SMALL_STATE(3667)] = 115919, - [SMALL_STATE(3668)] = 115929, - [SMALL_STATE(3669)] = 115937, - [SMALL_STATE(3670)] = 115947, - [SMALL_STATE(3671)] = 115957, - [SMALL_STATE(3672)] = 115967, - [SMALL_STATE(3673)] = 115977, - [SMALL_STATE(3674)] = 115985, - [SMALL_STATE(3675)] = 115995, - [SMALL_STATE(3676)] = 116005, - [SMALL_STATE(3677)] = 116015, - [SMALL_STATE(3678)] = 116025, - [SMALL_STATE(3679)] = 116035, - [SMALL_STATE(3680)] = 116043, - [SMALL_STATE(3681)] = 116053, - [SMALL_STATE(3682)] = 116063, - [SMALL_STATE(3683)] = 116073, - [SMALL_STATE(3684)] = 116083, - [SMALL_STATE(3685)] = 116093, - [SMALL_STATE(3686)] = 116101, - [SMALL_STATE(3687)] = 116111, - [SMALL_STATE(3688)] = 116121, - [SMALL_STATE(3689)] = 116129, - [SMALL_STATE(3690)] = 116139, - [SMALL_STATE(3691)] = 116149, - [SMALL_STATE(3692)] = 116159, - [SMALL_STATE(3693)] = 116169, - [SMALL_STATE(3694)] = 116179, - [SMALL_STATE(3695)] = 116189, - [SMALL_STATE(3696)] = 116199, - [SMALL_STATE(3697)] = 116207, - [SMALL_STATE(3698)] = 116217, - [SMALL_STATE(3699)] = 116225, - [SMALL_STATE(3700)] = 116235, - [SMALL_STATE(3701)] = 116245, - [SMALL_STATE(3702)] = 116253, - [SMALL_STATE(3703)] = 116263, - [SMALL_STATE(3704)] = 116273, - [SMALL_STATE(3705)] = 116281, - [SMALL_STATE(3706)] = 116289, - [SMALL_STATE(3707)] = 116297, - [SMALL_STATE(3708)] = 116307, - [SMALL_STATE(3709)] = 116317, - [SMALL_STATE(3710)] = 116327, - [SMALL_STATE(3711)] = 116335, - [SMALL_STATE(3712)] = 116345, - [SMALL_STATE(3713)] = 116355, - [SMALL_STATE(3714)] = 116365, - [SMALL_STATE(3715)] = 116375, - [SMALL_STATE(3716)] = 116383, - [SMALL_STATE(3717)] = 116393, - [SMALL_STATE(3718)] = 116403, - [SMALL_STATE(3719)] = 116411, - [SMALL_STATE(3720)] = 116421, - [SMALL_STATE(3721)] = 116431, - [SMALL_STATE(3722)] = 116439, - [SMALL_STATE(3723)] = 116447, - [SMALL_STATE(3724)] = 116457, - [SMALL_STATE(3725)] = 116467, - [SMALL_STATE(3726)] = 116477, - [SMALL_STATE(3727)] = 116487, - [SMALL_STATE(3728)] = 116497, - [SMALL_STATE(3729)] = 116507, - [SMALL_STATE(3730)] = 116517, - [SMALL_STATE(3731)] = 116527, - [SMALL_STATE(3732)] = 116535, - [SMALL_STATE(3733)] = 116545, - [SMALL_STATE(3734)] = 116553, - [SMALL_STATE(3735)] = 116561, - [SMALL_STATE(3736)] = 116569, - [SMALL_STATE(3737)] = 116577, - [SMALL_STATE(3738)] = 116587, - [SMALL_STATE(3739)] = 116597, - [SMALL_STATE(3740)] = 116605, - [SMALL_STATE(3741)] = 116615, - [SMALL_STATE(3742)] = 116625, - [SMALL_STATE(3743)] = 116633, - [SMALL_STATE(3744)] = 116643, - [SMALL_STATE(3745)] = 116651, - [SMALL_STATE(3746)] = 116661, - [SMALL_STATE(3747)] = 116671, - [SMALL_STATE(3748)] = 116681, - [SMALL_STATE(3749)] = 116691, - [SMALL_STATE(3750)] = 116699, - [SMALL_STATE(3751)] = 116709, - [SMALL_STATE(3752)] = 116719, - [SMALL_STATE(3753)] = 116727, - [SMALL_STATE(3754)] = 116737, - [SMALL_STATE(3755)] = 116747, - [SMALL_STATE(3756)] = 116757, - [SMALL_STATE(3757)] = 116767, - [SMALL_STATE(3758)] = 116777, - [SMALL_STATE(3759)] = 116787, - [SMALL_STATE(3760)] = 116797, - [SMALL_STATE(3761)] = 116805, - [SMALL_STATE(3762)] = 116815, - [SMALL_STATE(3763)] = 116823, - [SMALL_STATE(3764)] = 116833, - [SMALL_STATE(3765)] = 116841, - [SMALL_STATE(3766)] = 116851, - [SMALL_STATE(3767)] = 116861, - [SMALL_STATE(3768)] = 116871, - [SMALL_STATE(3769)] = 116881, - [SMALL_STATE(3770)] = 116891, - [SMALL_STATE(3771)] = 116901, - [SMALL_STATE(3772)] = 116911, - [SMALL_STATE(3773)] = 116921, - [SMALL_STATE(3774)] = 116931, - [SMALL_STATE(3775)] = 116941, - [SMALL_STATE(3776)] = 116951, - [SMALL_STATE(3777)] = 116961, - [SMALL_STATE(3778)] = 116971, - [SMALL_STATE(3779)] = 116981, - [SMALL_STATE(3780)] = 116991, - [SMALL_STATE(3781)] = 117001, - [SMALL_STATE(3782)] = 117011, - [SMALL_STATE(3783)] = 117019, - [SMALL_STATE(3784)] = 117029, - [SMALL_STATE(3785)] = 117039, - [SMALL_STATE(3786)] = 117049, - [SMALL_STATE(3787)] = 117059, - [SMALL_STATE(3788)] = 117069, - [SMALL_STATE(3789)] = 117079, - [SMALL_STATE(3790)] = 117089, - [SMALL_STATE(3791)] = 117099, - [SMALL_STATE(3792)] = 117109, - [SMALL_STATE(3793)] = 117119, - [SMALL_STATE(3794)] = 117129, - [SMALL_STATE(3795)] = 117139, - [SMALL_STATE(3796)] = 117149, - [SMALL_STATE(3797)] = 117159, - [SMALL_STATE(3798)] = 117169, - [SMALL_STATE(3799)] = 117179, - [SMALL_STATE(3800)] = 117189, - [SMALL_STATE(3801)] = 117199, - [SMALL_STATE(3802)] = 117209, - [SMALL_STATE(3803)] = 117219, - [SMALL_STATE(3804)] = 117229, - [SMALL_STATE(3805)] = 117239, - [SMALL_STATE(3806)] = 117247, - [SMALL_STATE(3807)] = 117257, - [SMALL_STATE(3808)] = 117267, - [SMALL_STATE(3809)] = 117277, - [SMALL_STATE(3810)] = 117287, - [SMALL_STATE(3811)] = 117297, - [SMALL_STATE(3812)] = 117307, - [SMALL_STATE(3813)] = 117317, - [SMALL_STATE(3814)] = 117327, - [SMALL_STATE(3815)] = 117337, - [SMALL_STATE(3816)] = 117347, - [SMALL_STATE(3817)] = 117355, - [SMALL_STATE(3818)] = 117363, - [SMALL_STATE(3819)] = 117371, - [SMALL_STATE(3820)] = 117381, - [SMALL_STATE(3821)] = 117389, - [SMALL_STATE(3822)] = 117399, - [SMALL_STATE(3823)] = 117409, - [SMALL_STATE(3824)] = 117419, - [SMALL_STATE(3825)] = 117429, - [SMALL_STATE(3826)] = 117439, - [SMALL_STATE(3827)] = 117449, - [SMALL_STATE(3828)] = 117459, - [SMALL_STATE(3829)] = 117469, - [SMALL_STATE(3830)] = 117479, - [SMALL_STATE(3831)] = 117489, - [SMALL_STATE(3832)] = 117499, - [SMALL_STATE(3833)] = 117509, - [SMALL_STATE(3834)] = 117519, - [SMALL_STATE(3835)] = 117529, - [SMALL_STATE(3836)] = 117539, - [SMALL_STATE(3837)] = 117547, - [SMALL_STATE(3838)] = 117557, - [SMALL_STATE(3839)] = 117567, - [SMALL_STATE(3840)] = 117575, - [SMALL_STATE(3841)] = 117583, - [SMALL_STATE(3842)] = 117591, - [SMALL_STATE(3843)] = 117601, - [SMALL_STATE(3844)] = 117611, - [SMALL_STATE(3845)] = 117619, - [SMALL_STATE(3846)] = 117627, - [SMALL_STATE(3847)] = 117637, - [SMALL_STATE(3848)] = 117647, - [SMALL_STATE(3849)] = 117655, - [SMALL_STATE(3850)] = 117665, - [SMALL_STATE(3851)] = 117675, - [SMALL_STATE(3852)] = 117685, - [SMALL_STATE(3853)] = 117695, - [SMALL_STATE(3854)] = 117703, - [SMALL_STATE(3855)] = 117713, - [SMALL_STATE(3856)] = 117723, - [SMALL_STATE(3857)] = 117731, - [SMALL_STATE(3858)] = 117741, - [SMALL_STATE(3859)] = 117749, - [SMALL_STATE(3860)] = 117759, - [SMALL_STATE(3861)] = 117769, - [SMALL_STATE(3862)] = 117779, - [SMALL_STATE(3863)] = 117789, - [SMALL_STATE(3864)] = 117799, - [SMALL_STATE(3865)] = 117809, - [SMALL_STATE(3866)] = 117819, - [SMALL_STATE(3867)] = 117827, - [SMALL_STATE(3868)] = 117837, - [SMALL_STATE(3869)] = 117847, - [SMALL_STATE(3870)] = 117857, - [SMALL_STATE(3871)] = 117867, - [SMALL_STATE(3872)] = 117877, - [SMALL_STATE(3873)] = 117887, - [SMALL_STATE(3874)] = 117897, - [SMALL_STATE(3875)] = 117905, - [SMALL_STATE(3876)] = 117915, - [SMALL_STATE(3877)] = 117925, - [SMALL_STATE(3878)] = 117933, - [SMALL_STATE(3879)] = 117941, - [SMALL_STATE(3880)] = 117951, - [SMALL_STATE(3881)] = 117959, - [SMALL_STATE(3882)] = 117969, - [SMALL_STATE(3883)] = 117979, - [SMALL_STATE(3884)] = 117987, - [SMALL_STATE(3885)] = 117997, - [SMALL_STATE(3886)] = 118005, - [SMALL_STATE(3887)] = 118013, - [SMALL_STATE(3888)] = 118021, - [SMALL_STATE(3889)] = 118029, - [SMALL_STATE(3890)] = 118037, - [SMALL_STATE(3891)] = 118047, - [SMALL_STATE(3892)] = 118057, - [SMALL_STATE(3893)] = 118067, - [SMALL_STATE(3894)] = 118077, - [SMALL_STATE(3895)] = 118087, - [SMALL_STATE(3896)] = 118097, - [SMALL_STATE(3897)] = 118107, - [SMALL_STATE(3898)] = 118117, - [SMALL_STATE(3899)] = 118127, - [SMALL_STATE(3900)] = 118137, - [SMALL_STATE(3901)] = 118145, - [SMALL_STATE(3902)] = 118155, - [SMALL_STATE(3903)] = 118165, - [SMALL_STATE(3904)] = 118175, - [SMALL_STATE(3905)] = 118183, - [SMALL_STATE(3906)] = 118191, - [SMALL_STATE(3907)] = 118201, - [SMALL_STATE(3908)] = 118209, - [SMALL_STATE(3909)] = 118219, - [SMALL_STATE(3910)] = 118227, - [SMALL_STATE(3911)] = 118235, - [SMALL_STATE(3912)] = 118242, - [SMALL_STATE(3913)] = 118249, - [SMALL_STATE(3914)] = 118256, - [SMALL_STATE(3915)] = 118263, - [SMALL_STATE(3916)] = 118270, - [SMALL_STATE(3917)] = 118277, - [SMALL_STATE(3918)] = 118284, - [SMALL_STATE(3919)] = 118291, - [SMALL_STATE(3920)] = 118298, - [SMALL_STATE(3921)] = 118305, - [SMALL_STATE(3922)] = 118312, - [SMALL_STATE(3923)] = 118319, - [SMALL_STATE(3924)] = 118326, - [SMALL_STATE(3925)] = 118333, - [SMALL_STATE(3926)] = 118340, - [SMALL_STATE(3927)] = 118347, - [SMALL_STATE(3928)] = 118354, - [SMALL_STATE(3929)] = 118361, - [SMALL_STATE(3930)] = 118368, - [SMALL_STATE(3931)] = 118375, - [SMALL_STATE(3932)] = 118382, - [SMALL_STATE(3933)] = 118389, - [SMALL_STATE(3934)] = 118396, - [SMALL_STATE(3935)] = 118403, - [SMALL_STATE(3936)] = 118410, - [SMALL_STATE(3937)] = 118417, - [SMALL_STATE(3938)] = 118424, - [SMALL_STATE(3939)] = 118431, - [SMALL_STATE(3940)] = 118438, - [SMALL_STATE(3941)] = 118445, - [SMALL_STATE(3942)] = 118452, - [SMALL_STATE(3943)] = 118459, - [SMALL_STATE(3944)] = 118466, - [SMALL_STATE(3945)] = 118473, - [SMALL_STATE(3946)] = 118480, - [SMALL_STATE(3947)] = 118487, - [SMALL_STATE(3948)] = 118494, - [SMALL_STATE(3949)] = 118501, - [SMALL_STATE(3950)] = 118508, - [SMALL_STATE(3951)] = 118515, - [SMALL_STATE(3952)] = 118522, - [SMALL_STATE(3953)] = 118529, - [SMALL_STATE(3954)] = 118536, - [SMALL_STATE(3955)] = 118543, - [SMALL_STATE(3956)] = 118550, - [SMALL_STATE(3957)] = 118557, - [SMALL_STATE(3958)] = 118564, - [SMALL_STATE(3959)] = 118571, - [SMALL_STATE(3960)] = 118578, - [SMALL_STATE(3961)] = 118585, - [SMALL_STATE(3962)] = 118592, - [SMALL_STATE(3963)] = 118599, - [SMALL_STATE(3964)] = 118606, - [SMALL_STATE(3965)] = 118613, - [SMALL_STATE(3966)] = 118620, - [SMALL_STATE(3967)] = 118627, - [SMALL_STATE(3968)] = 118634, - [SMALL_STATE(3969)] = 118641, - [SMALL_STATE(3970)] = 118648, - [SMALL_STATE(3971)] = 118655, - [SMALL_STATE(3972)] = 118662, - [SMALL_STATE(3973)] = 118669, - [SMALL_STATE(3974)] = 118676, - [SMALL_STATE(3975)] = 118683, - [SMALL_STATE(3976)] = 118690, - [SMALL_STATE(3977)] = 118697, - [SMALL_STATE(3978)] = 118704, - [SMALL_STATE(3979)] = 118711, - [SMALL_STATE(3980)] = 118718, - [SMALL_STATE(3981)] = 118725, - [SMALL_STATE(3982)] = 118732, - [SMALL_STATE(3983)] = 118739, - [SMALL_STATE(3984)] = 118746, - [SMALL_STATE(3985)] = 118753, - [SMALL_STATE(3986)] = 118760, - [SMALL_STATE(3987)] = 118767, - [SMALL_STATE(3988)] = 118774, - [SMALL_STATE(3989)] = 118781, - [SMALL_STATE(3990)] = 118788, - [SMALL_STATE(3991)] = 118795, - [SMALL_STATE(3992)] = 118802, - [SMALL_STATE(3993)] = 118809, - [SMALL_STATE(3994)] = 118816, - [SMALL_STATE(3995)] = 118823, - [SMALL_STATE(3996)] = 118830, - [SMALL_STATE(3997)] = 118837, - [SMALL_STATE(3998)] = 118844, - [SMALL_STATE(3999)] = 118851, - [SMALL_STATE(4000)] = 118858, - [SMALL_STATE(4001)] = 118865, - [SMALL_STATE(4002)] = 118872, - [SMALL_STATE(4003)] = 118879, - [SMALL_STATE(4004)] = 118886, - [SMALL_STATE(4005)] = 118893, - [SMALL_STATE(4006)] = 118900, - [SMALL_STATE(4007)] = 118907, - [SMALL_STATE(4008)] = 118914, - [SMALL_STATE(4009)] = 118921, - [SMALL_STATE(4010)] = 118928, - [SMALL_STATE(4011)] = 118935, - [SMALL_STATE(4012)] = 118942, - [SMALL_STATE(4013)] = 118949, - [SMALL_STATE(4014)] = 118956, - [SMALL_STATE(4015)] = 118963, - [SMALL_STATE(4016)] = 118970, - [SMALL_STATE(4017)] = 118977, - [SMALL_STATE(4018)] = 118984, - [SMALL_STATE(4019)] = 118991, - [SMALL_STATE(4020)] = 118998, - [SMALL_STATE(4021)] = 119005, - [SMALL_STATE(4022)] = 119012, - [SMALL_STATE(4023)] = 119019, - [SMALL_STATE(4024)] = 119026, - [SMALL_STATE(4025)] = 119033, - [SMALL_STATE(4026)] = 119040, - [SMALL_STATE(4027)] = 119047, - [SMALL_STATE(4028)] = 119054, - [SMALL_STATE(4029)] = 119061, - [SMALL_STATE(4030)] = 119068, - [SMALL_STATE(4031)] = 119075, - [SMALL_STATE(4032)] = 119082, - [SMALL_STATE(4033)] = 119089, - [SMALL_STATE(4034)] = 119096, - [SMALL_STATE(4035)] = 119103, - [SMALL_STATE(4036)] = 119110, - [SMALL_STATE(4037)] = 119117, - [SMALL_STATE(4038)] = 119124, - [SMALL_STATE(4039)] = 119131, - [SMALL_STATE(4040)] = 119138, - [SMALL_STATE(4041)] = 119145, - [SMALL_STATE(4042)] = 119152, - [SMALL_STATE(4043)] = 119159, - [SMALL_STATE(4044)] = 119166, - [SMALL_STATE(4045)] = 119173, - [SMALL_STATE(4046)] = 119180, - [SMALL_STATE(4047)] = 119187, - [SMALL_STATE(4048)] = 119194, - [SMALL_STATE(4049)] = 119201, - [SMALL_STATE(4050)] = 119208, - [SMALL_STATE(4051)] = 119215, - [SMALL_STATE(4052)] = 119222, - [SMALL_STATE(4053)] = 119229, - [SMALL_STATE(4054)] = 119236, - [SMALL_STATE(4055)] = 119243, - [SMALL_STATE(4056)] = 119250, - [SMALL_STATE(4057)] = 119257, - [SMALL_STATE(4058)] = 119264, - [SMALL_STATE(4059)] = 119271, - [SMALL_STATE(4060)] = 119278, - [SMALL_STATE(4061)] = 119285, - [SMALL_STATE(4062)] = 119292, - [SMALL_STATE(4063)] = 119299, - [SMALL_STATE(4064)] = 119306, - [SMALL_STATE(4065)] = 119313, - [SMALL_STATE(4066)] = 119320, - [SMALL_STATE(4067)] = 119327, - [SMALL_STATE(4068)] = 119334, - [SMALL_STATE(4069)] = 119341, - [SMALL_STATE(4070)] = 119348, - [SMALL_STATE(4071)] = 119355, - [SMALL_STATE(4072)] = 119362, - [SMALL_STATE(4073)] = 119369, - [SMALL_STATE(4074)] = 119376, - [SMALL_STATE(4075)] = 119383, - [SMALL_STATE(4076)] = 119390, - [SMALL_STATE(4077)] = 119397, - [SMALL_STATE(4078)] = 119404, - [SMALL_STATE(4079)] = 119411, - [SMALL_STATE(4080)] = 119418, - [SMALL_STATE(4081)] = 119425, - [SMALL_STATE(4082)] = 119432, - [SMALL_STATE(4083)] = 119439, - [SMALL_STATE(4084)] = 119446, - [SMALL_STATE(4085)] = 119453, - [SMALL_STATE(4086)] = 119460, - [SMALL_STATE(4087)] = 119467, - [SMALL_STATE(4088)] = 119474, - [SMALL_STATE(4089)] = 119481, - [SMALL_STATE(4090)] = 119488, - [SMALL_STATE(4091)] = 119495, - [SMALL_STATE(4092)] = 119502, - [SMALL_STATE(4093)] = 119509, - [SMALL_STATE(4094)] = 119516, - [SMALL_STATE(4095)] = 119523, - [SMALL_STATE(4096)] = 119530, - [SMALL_STATE(4097)] = 119537, - [SMALL_STATE(4098)] = 119544, - [SMALL_STATE(4099)] = 119551, - [SMALL_STATE(4100)] = 119558, - [SMALL_STATE(4101)] = 119565, - [SMALL_STATE(4102)] = 119572, - [SMALL_STATE(4103)] = 119579, - [SMALL_STATE(4104)] = 119586, - [SMALL_STATE(4105)] = 119593, - [SMALL_STATE(4106)] = 119600, - [SMALL_STATE(4107)] = 119607, - [SMALL_STATE(4108)] = 119614, - [SMALL_STATE(4109)] = 119621, - [SMALL_STATE(4110)] = 119628, - [SMALL_STATE(4111)] = 119635, - [SMALL_STATE(4112)] = 119642, - [SMALL_STATE(4113)] = 119649, - [SMALL_STATE(4114)] = 119656, - [SMALL_STATE(4115)] = 119663, - [SMALL_STATE(4116)] = 119670, - [SMALL_STATE(4117)] = 119677, - [SMALL_STATE(4118)] = 119684, - [SMALL_STATE(4119)] = 119691, - [SMALL_STATE(4120)] = 119698, - [SMALL_STATE(4121)] = 119705, - [SMALL_STATE(4122)] = 119712, - [SMALL_STATE(4123)] = 119719, - [SMALL_STATE(4124)] = 119726, - [SMALL_STATE(4125)] = 119733, - [SMALL_STATE(4126)] = 119740, - [SMALL_STATE(4127)] = 119747, - [SMALL_STATE(4128)] = 119754, - [SMALL_STATE(4129)] = 119761, - [SMALL_STATE(4130)] = 119768, - [SMALL_STATE(4131)] = 119775, - [SMALL_STATE(4132)] = 119782, - [SMALL_STATE(4133)] = 119789, - [SMALL_STATE(4134)] = 119796, - [SMALL_STATE(4135)] = 119803, - [SMALL_STATE(4136)] = 119810, - [SMALL_STATE(4137)] = 119817, - [SMALL_STATE(4138)] = 119824, - [SMALL_STATE(4139)] = 119831, - [SMALL_STATE(4140)] = 119838, - [SMALL_STATE(4141)] = 119845, - [SMALL_STATE(4142)] = 119852, - [SMALL_STATE(4143)] = 119859, - [SMALL_STATE(4144)] = 119866, - [SMALL_STATE(4145)] = 119873, - [SMALL_STATE(4146)] = 119880, - [SMALL_STATE(4147)] = 119887, - [SMALL_STATE(4148)] = 119894, - [SMALL_STATE(4149)] = 119901, - [SMALL_STATE(4150)] = 119908, - [SMALL_STATE(4151)] = 119915, - [SMALL_STATE(4152)] = 119922, - [SMALL_STATE(4153)] = 119929, - [SMALL_STATE(4154)] = 119936, - [SMALL_STATE(4155)] = 119943, - [SMALL_STATE(4156)] = 119950, - [SMALL_STATE(4157)] = 119957, - [SMALL_STATE(4158)] = 119964, - [SMALL_STATE(4159)] = 119971, - [SMALL_STATE(4160)] = 119978, - [SMALL_STATE(4161)] = 119985, - [SMALL_STATE(4162)] = 119992, - [SMALL_STATE(4163)] = 119999, - [SMALL_STATE(4164)] = 120006, - [SMALL_STATE(4165)] = 120013, - [SMALL_STATE(4166)] = 120020, - [SMALL_STATE(4167)] = 120027, - [SMALL_STATE(4168)] = 120034, - [SMALL_STATE(4169)] = 120041, - [SMALL_STATE(4170)] = 120048, - [SMALL_STATE(4171)] = 120055, - [SMALL_STATE(4172)] = 120062, - [SMALL_STATE(4173)] = 120069, - [SMALL_STATE(4174)] = 120076, - [SMALL_STATE(4175)] = 120083, - [SMALL_STATE(4176)] = 120090, - [SMALL_STATE(4177)] = 120097, - [SMALL_STATE(4178)] = 120104, - [SMALL_STATE(4179)] = 120111, - [SMALL_STATE(4180)] = 120118, - [SMALL_STATE(4181)] = 120125, - [SMALL_STATE(4182)] = 120132, - [SMALL_STATE(4183)] = 120139, - [SMALL_STATE(4184)] = 120146, - [SMALL_STATE(4185)] = 120153, - [SMALL_STATE(4186)] = 120160, - [SMALL_STATE(4187)] = 120167, - [SMALL_STATE(4188)] = 120174, - [SMALL_STATE(4189)] = 120181, - [SMALL_STATE(4190)] = 120188, - [SMALL_STATE(4191)] = 120195, - [SMALL_STATE(4192)] = 120202, - [SMALL_STATE(4193)] = 120209, - [SMALL_STATE(4194)] = 120216, - [SMALL_STATE(4195)] = 120223, - [SMALL_STATE(4196)] = 120230, - [SMALL_STATE(4197)] = 120237, - [SMALL_STATE(4198)] = 120244, - [SMALL_STATE(4199)] = 120251, - [SMALL_STATE(4200)] = 120258, - [SMALL_STATE(4201)] = 120265, - [SMALL_STATE(4202)] = 120272, - [SMALL_STATE(4203)] = 120279, - [SMALL_STATE(4204)] = 120286, - [SMALL_STATE(4205)] = 120293, - [SMALL_STATE(4206)] = 120300, - [SMALL_STATE(4207)] = 120307, - [SMALL_STATE(4208)] = 120314, - [SMALL_STATE(4209)] = 120321, - [SMALL_STATE(4210)] = 120328, - [SMALL_STATE(4211)] = 120335, - [SMALL_STATE(4212)] = 120342, - [SMALL_STATE(4213)] = 120349, - [SMALL_STATE(4214)] = 120356, - [SMALL_STATE(4215)] = 120363, - [SMALL_STATE(4216)] = 120370, - [SMALL_STATE(4217)] = 120377, - [SMALL_STATE(4218)] = 120384, - [SMALL_STATE(4219)] = 120391, - [SMALL_STATE(4220)] = 120398, - [SMALL_STATE(4221)] = 120405, - [SMALL_STATE(4222)] = 120412, - [SMALL_STATE(4223)] = 120419, - [SMALL_STATE(4224)] = 120426, - [SMALL_STATE(4225)] = 120433, - [SMALL_STATE(4226)] = 120440, - [SMALL_STATE(4227)] = 120447, - [SMALL_STATE(4228)] = 120454, - [SMALL_STATE(4229)] = 120461, - [SMALL_STATE(4230)] = 120468, - [SMALL_STATE(4231)] = 120475, - [SMALL_STATE(4232)] = 120482, - [SMALL_STATE(4233)] = 120489, - [SMALL_STATE(4234)] = 120496, - [SMALL_STATE(4235)] = 120503, - [SMALL_STATE(4236)] = 120510, - [SMALL_STATE(4237)] = 120517, - [SMALL_STATE(4238)] = 120524, - [SMALL_STATE(4239)] = 120531, - [SMALL_STATE(4240)] = 120538, + [SMALL_STATE(995)] = 0, + [SMALL_STATE(996)] = 93, + [SMALL_STATE(997)] = 184, + [SMALL_STATE(998)] = 273, + [SMALL_STATE(999)] = 362, + [SMALL_STATE(1000)] = 453, + [SMALL_STATE(1001)] = 544, + [SMALL_STATE(1002)] = 633, + [SMALL_STATE(1003)] = 726, + [SMALL_STATE(1004)] = 815, + [SMALL_STATE(1005)] = 906, + [SMALL_STATE(1006)] = 994, + [SMALL_STATE(1007)] = 1086, + [SMALL_STATE(1008)] = 1174, + [SMALL_STATE(1009)] = 1268, + [SMALL_STATE(1010)] = 1360, + [SMALL_STATE(1011)] = 1452, + [SMALL_STATE(1012)] = 1541, + [SMALL_STATE(1013)] = 1628, + [SMALL_STATE(1014)] = 1715, + [SMALL_STATE(1015)] = 1802, + [SMALL_STATE(1016)] = 1893, + [SMALL_STATE(1017)] = 1962, + [SMALL_STATE(1018)] = 2049, + [SMALL_STATE(1019)] = 2138, + [SMALL_STATE(1020)] = 2227, + [SMALL_STATE(1021)] = 2296, + [SMALL_STATE(1022)] = 2365, + [SMALL_STATE(1023)] = 2454, + [SMALL_STATE(1024)] = 2543, + [SMALL_STATE(1025)] = 2676, + [SMALL_STATE(1026)] = 2745, + [SMALL_STATE(1027)] = 2834, + [SMALL_STATE(1028)] = 2925, + [SMALL_STATE(1029)] = 3014, + [SMALL_STATE(1030)] = 3105, + [SMALL_STATE(1031)] = 3194, + [SMALL_STATE(1032)] = 3281, + [SMALL_STATE(1033)] = 3350, + [SMALL_STATE(1034)] = 3419, + [SMALL_STATE(1035)] = 3552, + [SMALL_STATE(1036)] = 3621, + [SMALL_STATE(1037)] = 3708, + [SMALL_STATE(1038)] = 3795, + [SMALL_STATE(1039)] = 3885, + [SMALL_STATE(1040)] = 3973, + [SMALL_STATE(1041)] = 4063, + [SMALL_STATE(1042)] = 4131, + [SMALL_STATE(1043)] = 4225, + [SMALL_STATE(1044)] = 4293, + [SMALL_STATE(1045)] = 4383, + [SMALL_STATE(1046)] = 4469, + [SMALL_STATE(1047)] = 4557, + [SMALL_STATE(1048)] = 4629, + [SMALL_STATE(1049)] = 4719, + [SMALL_STATE(1050)] = 4805, + [SMALL_STATE(1051)] = 4891, + [SMALL_STATE(1052)] = 4982, + [SMALL_STATE(1053)] = 5059, + [SMALL_STATE(1054)] = 5136, + [SMALL_STATE(1055)] = 5215, + [SMALL_STATE(1056)] = 5292, + [SMALL_STATE(1057)] = 5369, + [SMALL_STATE(1058)] = 5446, + [SMALL_STATE(1059)] = 5523, + [SMALL_STATE(1060)] = 5602, + [SMALL_STATE(1061)] = 5691, + [SMALL_STATE(1062)] = 5780, + [SMALL_STATE(1063)] = 5865, + [SMALL_STATE(1064)] = 5954, + [SMALL_STATE(1065)] = 6045, + [SMALL_STATE(1066)] = 6130, + [SMALL_STATE(1067)] = 6215, + [SMALL_STATE(1068)] = 6304, + [SMALL_STATE(1069)] = 6386, + [SMALL_STATE(1070)] = 6468, + [SMALL_STATE(1071)] = 6556, + [SMALL_STATE(1072)] = 6632, + [SMALL_STATE(1073)] = 6710, + [SMALL_STATE(1074)] = 6788, + [SMALL_STATE(1075)] = 6860, + [SMALL_STATE(1076)] = 6932, + [SMALL_STATE(1077)] = 7008, + [SMALL_STATE(1078)] = 7080, + [SMALL_STATE(1079)] = 7166, + [SMALL_STATE(1080)] = 7254, + [SMALL_STATE(1081)] = 7338, + [SMALL_STATE(1082)] = 7422, + [SMALL_STATE(1083)] = 7496, + [SMALL_STATE(1084)] = 7584, + [SMALL_STATE(1085)] = 7656, + [SMALL_STATE(1086)] = 7730, + [SMALL_STATE(1087)] = 7814, + [SMALL_STATE(1088)] = 7888, + [SMALL_STATE(1089)] = 7953, + [SMALL_STATE(1090)] = 8024, + [SMALL_STATE(1091)] = 8101, + [SMALL_STATE(1092)] = 8172, + [SMALL_STATE(1093)] = 8251, + [SMALL_STATE(1094)] = 8322, + [SMALL_STATE(1095)] = 8397, + [SMALL_STATE(1096)] = 8474, + [SMALL_STATE(1097)] = 8543, + [SMALL_STATE(1098)] = 8618, + [SMALL_STATE(1099)] = 8705, + [SMALL_STATE(1100)] = 8770, + [SMALL_STATE(1101)] = 8843, + [SMALL_STATE(1102)] = 8916, + [SMALL_STATE(1103)] = 8981, + [SMALL_STATE(1104)] = 9046, + [SMALL_STATE(1105)] = 9127, + [SMALL_STATE(1106)] = 9198, + [SMALL_STATE(1107)] = 9269, + [SMALL_STATE(1108)] = 9340, + [SMALL_STATE(1109)] = 9405, + [SMALL_STATE(1110)] = 9470, + [SMALL_STATE(1111)] = 9553, + [SMALL_STATE(1112)] = 9618, + [SMALL_STATE(1113)] = 9695, + [SMALL_STATE(1114)] = 9778, + [SMALL_STATE(1115)] = 9843, + [SMALL_STATE(1116)] = 9914, + [SMALL_STATE(1117)] = 9985, + [SMALL_STATE(1118)] = 10060, + [SMALL_STATE(1119)] = 10133, + [SMALL_STATE(1120)] = 10202, + [SMALL_STATE(1121)] = 10281, + [SMALL_STATE(1122)] = 10346, + [SMALL_STATE(1123)] = 10419, + [SMALL_STATE(1124)] = 10506, + [SMALL_STATE(1125)] = 10578, + [SMALL_STATE(1126)] = 10650, + [SMALL_STATE(1127)] = 10732, + [SMALL_STATE(1128)] = 10804, + [SMALL_STATE(1129)] = 10874, + [SMALL_STATE(1130)] = 10944, + [SMALL_STATE(1131)] = 11012, + [SMALL_STATE(1132)] = 11082, + [SMALL_STATE(1133)] = 11160, + [SMALL_STATE(1134)] = 11236, + [SMALL_STATE(1135)] = 11308, + [SMALL_STATE(1136)] = 11378, + [SMALL_STATE(1137)] = 11450, + [SMALL_STATE(1138)] = 11520, + [SMALL_STATE(1139)] = 11590, + [SMALL_STATE(1140)] = 11666, + [SMALL_STATE(1141)] = 11734, + [SMALL_STATE(1142)] = 11810, + [SMALL_STATE(1143)] = 11879, + [SMALL_STATE(1144)] = 11952, + [SMALL_STATE(1145)] = 12019, + [SMALL_STATE(1146)] = 12090, + [SMALL_STATE(1147)] = 12159, + [SMALL_STATE(1148)] = 12228, + [SMALL_STATE(1149)] = 12301, + [SMALL_STATE(1150)] = 12372, + [SMALL_STATE(1151)] = 12447, + [SMALL_STATE(1152)] = 12516, + [SMALL_STATE(1153)] = 12585, + [SMALL_STATE(1154)] = 12654, + [SMALL_STATE(1155)] = 12725, + [SMALL_STATE(1156)] = 12798, + [SMALL_STATE(1157)] = 12871, + [SMALL_STATE(1158)] = 12940, + [SMALL_STATE(1159)] = 13003, + [SMALL_STATE(1160)] = 13072, + [SMALL_STATE(1161)] = 13144, + [SMALL_STATE(1162)] = 13212, + [SMALL_STATE(1163)] = 13274, + [SMALL_STATE(1164)] = 13346, + [SMALL_STATE(1165)] = 13416, + [SMALL_STATE(1166)] = 13482, + [SMALL_STATE(1167)] = 13550, + [SMALL_STATE(1168)] = 13616, + [SMALL_STATE(1169)] = 13684, + [SMALL_STATE(1170)] = 13746, + [SMALL_STATE(1171)] = 13808, + [SMALL_STATE(1172)] = 13878, + [SMALL_STATE(1173)] = 13946, + [SMALL_STATE(1174)] = 14013, + [SMALL_STATE(1175)] = 14080, + [SMALL_STATE(1176)] = 14149, + [SMALL_STATE(1177)] = 14214, + [SMALL_STATE(1178)] = 14281, + [SMALL_STATE(1179)] = 14397, + [SMALL_STATE(1180)] = 14513, + [SMALL_STATE(1181)] = 14629, + [SMALL_STATE(1182)] = 14745, + [SMALL_STATE(1183)] = 14861, + [SMALL_STATE(1184)] = 14977, + [SMALL_STATE(1185)] = 15060, + [SMALL_STATE(1186)] = 15180, + [SMALL_STATE(1187)] = 15292, + [SMALL_STATE(1188)] = 15404, + [SMALL_STATE(1189)] = 15524, + [SMALL_STATE(1190)] = 15636, + [SMALL_STATE(1191)] = 15756, + [SMALL_STATE(1192)] = 15868, + [SMALL_STATE(1193)] = 15980, + [SMALL_STATE(1194)] = 16092, + [SMALL_STATE(1195)] = 16204, + [SMALL_STATE(1196)] = 16316, + [SMALL_STATE(1197)] = 16428, + [SMALL_STATE(1198)] = 16548, + [SMALL_STATE(1199)] = 16668, + [SMALL_STATE(1200)] = 16780, + [SMALL_STATE(1201)] = 16892, + [SMALL_STATE(1202)] = 17004, + [SMALL_STATE(1203)] = 17116, + [SMALL_STATE(1204)] = 17228, + [SMALL_STATE(1205)] = 17340, + [SMALL_STATE(1206)] = 17452, + [SMALL_STATE(1207)] = 17564, + [SMALL_STATE(1208)] = 17676, + [SMALL_STATE(1209)] = 17784, + [SMALL_STATE(1210)] = 17840, + [SMALL_STATE(1211)] = 17950, + [SMALL_STATE(1212)] = 18058, + [SMALL_STATE(1213)] = 18166, + [SMALL_STATE(1214)] = 18274, + [SMALL_STATE(1215)] = 18382, + [SMALL_STATE(1216)] = 18490, + [SMALL_STATE(1217)] = 18546, + [SMALL_STATE(1218)] = 18654, + [SMALL_STATE(1219)] = 18766, + [SMALL_STATE(1220)] = 18829, + [SMALL_STATE(1221)] = 18894, + [SMALL_STATE(1222)] = 18965, + [SMALL_STATE(1223)] = 19030, + [SMALL_STATE(1224)] = 19095, + [SMALL_STATE(1225)] = 19155, + [SMALL_STATE(1226)] = 19209, + [SMALL_STATE(1227)] = 19263, + [SMALL_STATE(1228)] = 19317, + [SMALL_STATE(1229)] = 19375, + [SMALL_STATE(1230)] = 19435, + [SMALL_STATE(1231)] = 19495, + [SMALL_STATE(1232)] = 19593, + [SMALL_STATE(1233)] = 19691, + [SMALL_STATE(1234)] = 19747, + [SMALL_STATE(1235)] = 19803, + [SMALL_STATE(1236)] = 19859, + [SMALL_STATE(1237)] = 19957, + [SMALL_STATE(1238)] = 20017, + [SMALL_STATE(1239)] = 20115, + [SMALL_STATE(1240)] = 20213, + [SMALL_STATE(1241)] = 20311, + [SMALL_STATE(1242)] = 20365, + [SMALL_STATE(1243)] = 20463, + [SMALL_STATE(1244)] = 20525, + [SMALL_STATE(1245)] = 20583, + [SMALL_STATE(1246)] = 20641, + [SMALL_STATE(1247)] = 20694, + [SMALL_STATE(1248)] = 20777, + [SMALL_STATE(1249)] = 20834, + [SMALL_STATE(1250)] = 20887, + [SMALL_STATE(1251)] = 20940, + [SMALL_STATE(1252)] = 20993, + [SMALL_STATE(1253)] = 21046, + [SMALL_STATE(1254)] = 21099, + [SMALL_STATE(1255)] = 21152, + [SMALL_STATE(1256)] = 21205, + [SMALL_STATE(1257)] = 21258, + [SMALL_STATE(1258)] = 21311, + [SMALL_STATE(1259)] = 21364, + [SMALL_STATE(1260)] = 21417, + [SMALL_STATE(1261)] = 21470, + [SMALL_STATE(1262)] = 21523, + [SMALL_STATE(1263)] = 21636, + [SMALL_STATE(1264)] = 21689, + [SMALL_STATE(1265)] = 21742, + [SMALL_STATE(1266)] = 21795, + [SMALL_STATE(1267)] = 21848, + [SMALL_STATE(1268)] = 21901, + [SMALL_STATE(1269)] = 21954, + [SMALL_STATE(1270)] = 22007, + [SMALL_STATE(1271)] = 22060, + [SMALL_STATE(1272)] = 22113, + [SMALL_STATE(1273)] = 22166, + [SMALL_STATE(1274)] = 22225, + [SMALL_STATE(1275)] = 22280, + [SMALL_STATE(1276)] = 22333, + [SMALL_STATE(1277)] = 22394, + [SMALL_STATE(1278)] = 22453, + [SMALL_STATE(1279)] = 22506, + [SMALL_STATE(1280)] = 22559, + [SMALL_STATE(1281)] = 22612, + [SMALL_STATE(1282)] = 22725, + [SMALL_STATE(1283)] = 22784, + [SMALL_STATE(1284)] = 22841, + [SMALL_STATE(1285)] = 22894, + [SMALL_STATE(1286)] = 22955, + [SMALL_STATE(1287)] = 23016, + [SMALL_STATE(1288)] = 23069, + [SMALL_STATE(1289)] = 23182, + [SMALL_STATE(1290)] = 23235, + [SMALL_STATE(1291)] = 23288, + [SMALL_STATE(1292)] = 23401, + [SMALL_STATE(1293)] = 23454, + [SMALL_STATE(1294)] = 23507, + [SMALL_STATE(1295)] = 23560, + [SMALL_STATE(1296)] = 23637, + [SMALL_STATE(1297)] = 23750, + [SMALL_STATE(1298)] = 23809, + [SMALL_STATE(1299)] = 23874, + [SMALL_STATE(1300)] = 23927, + [SMALL_STATE(1301)] = 23980, + [SMALL_STATE(1302)] = 24033, + [SMALL_STATE(1303)] = 24148, + [SMALL_STATE(1304)] = 24201, + [SMALL_STATE(1305)] = 24254, + [SMALL_STATE(1306)] = 24307, + [SMALL_STATE(1307)] = 24394, + [SMALL_STATE(1308)] = 24449, + [SMALL_STATE(1309)] = 24502, + [SMALL_STATE(1310)] = 24555, + [SMALL_STATE(1311)] = 24608, + [SMALL_STATE(1312)] = 24661, + [SMALL_STATE(1313)] = 24774, + [SMALL_STATE(1314)] = 24875, + [SMALL_STATE(1315)] = 24978, + [SMALL_STATE(1316)] = 25035, + [SMALL_STATE(1317)] = 25130, + [SMALL_STATE(1318)] = 25189, + [SMALL_STATE(1319)] = 25248, + [SMALL_STATE(1320)] = 25345, + [SMALL_STATE(1321)] = 25444, + [SMALL_STATE(1322)] = 25497, + [SMALL_STATE(1323)] = 25578, + [SMALL_STATE(1324)] = 25631, + [SMALL_STATE(1325)] = 25714, + [SMALL_STATE(1326)] = 25767, + [SMALL_STATE(1327)] = 25820, + [SMALL_STATE(1328)] = 25873, + [SMALL_STATE(1329)] = 25926, + [SMALL_STATE(1330)] = 25979, + [SMALL_STATE(1331)] = 26092, + [SMALL_STATE(1332)] = 26145, + [SMALL_STATE(1333)] = 26198, + [SMALL_STATE(1334)] = 26251, + [SMALL_STATE(1335)] = 26364, + [SMALL_STATE(1336)] = 26423, + [SMALL_STATE(1337)] = 26478, + [SMALL_STATE(1338)] = 26531, + [SMALL_STATE(1339)] = 26584, + [SMALL_STATE(1340)] = 26643, + [SMALL_STATE(1341)] = 26698, + [SMALL_STATE(1342)] = 26751, + [SMALL_STATE(1343)] = 26804, + [SMALL_STATE(1344)] = 26857, + [SMALL_STATE(1345)] = 26910, + [SMALL_STATE(1346)] = 27001, + [SMALL_STATE(1347)] = 27106, + [SMALL_STATE(1348)] = 27181, + [SMALL_STATE(1349)] = 27240, + [SMALL_STATE(1350)] = 27311, + [SMALL_STATE(1351)] = 27364, + [SMALL_STATE(1352)] = 27417, + [SMALL_STATE(1353)] = 27470, + [SMALL_STATE(1354)] = 27525, + [SMALL_STATE(1355)] = 27578, + [SMALL_STATE(1356)] = 27633, + [SMALL_STATE(1357)] = 27686, + [SMALL_STATE(1358)] = 27741, + [SMALL_STATE(1359)] = 27794, + [SMALL_STATE(1360)] = 27847, + [SMALL_STATE(1361)] = 27900, + [SMALL_STATE(1362)] = 27953, + [SMALL_STATE(1363)] = 28012, + [SMALL_STATE(1364)] = 28065, + [SMALL_STATE(1365)] = 28120, + [SMALL_STATE(1366)] = 28179, + [SMALL_STATE(1367)] = 28292, + [SMALL_STATE(1368)] = 28405, + [SMALL_STATE(1369)] = 28458, + [SMALL_STATE(1370)] = 28511, + [SMALL_STATE(1371)] = 28570, + [SMALL_STATE(1372)] = 28625, + [SMALL_STATE(1373)] = 28678, + [SMALL_STATE(1374)] = 28791, + [SMALL_STATE(1375)] = 28904, + [SMALL_STATE(1376)] = 28957, + [SMALL_STATE(1377)] = 29012, + [SMALL_STATE(1378)] = 29065, + [SMALL_STATE(1379)] = 29118, + [SMALL_STATE(1380)] = 29171, + [SMALL_STATE(1381)] = 29224, + [SMALL_STATE(1382)] = 29305, + [SMALL_STATE(1383)] = 29358, + [SMALL_STATE(1384)] = 29413, + [SMALL_STATE(1385)] = 29507, + [SMALL_STATE(1386)] = 29619, + [SMALL_STATE(1387)] = 29689, + [SMALL_STATE(1388)] = 29741, + [SMALL_STATE(1389)] = 29853, + [SMALL_STATE(1390)] = 29905, + [SMALL_STATE(1391)] = 29957, + [SMALL_STATE(1392)] = 30009, + [SMALL_STATE(1393)] = 30083, + [SMALL_STATE(1394)] = 30163, + [SMALL_STATE(1395)] = 30215, + [SMALL_STATE(1396)] = 30275, + [SMALL_STATE(1397)] = 30327, + [SMALL_STATE(1398)] = 30379, + [SMALL_STATE(1399)] = 30431, + [SMALL_STATE(1400)] = 30513, + [SMALL_STATE(1401)] = 30625, + [SMALL_STATE(1402)] = 30681, + [SMALL_STATE(1403)] = 30799, + [SMALL_STATE(1404)] = 30917, + [SMALL_STATE(1405)] = 30997, + [SMALL_STATE(1406)] = 31049, + [SMALL_STATE(1407)] = 31101, + [SMALL_STATE(1408)] = 31153, + [SMALL_STATE(1409)] = 31205, + [SMALL_STATE(1410)] = 31257, + [SMALL_STATE(1411)] = 31309, + [SMALL_STATE(1412)] = 31361, + [SMALL_STATE(1413)] = 31413, + [SMALL_STATE(1414)] = 31465, + [SMALL_STATE(1415)] = 31523, + [SMALL_STATE(1416)] = 31577, + [SMALL_STATE(1417)] = 31629, + [SMALL_STATE(1418)] = 31745, + [SMALL_STATE(1419)] = 31803, + [SMALL_STATE(1420)] = 31915, + [SMALL_STATE(1421)] = 31967, + [SMALL_STATE(1422)] = 32079, + [SMALL_STATE(1423)] = 32195, + [SMALL_STATE(1424)] = 32311, + [SMALL_STATE(1425)] = 32385, + [SMALL_STATE(1426)] = 32437, + [SMALL_STATE(1427)] = 32489, + [SMALL_STATE(1428)] = 32541, + [SMALL_STATE(1429)] = 32593, + [SMALL_STATE(1430)] = 32709, + [SMALL_STATE(1431)] = 32821, + [SMALL_STATE(1432)] = 32933, + [SMALL_STATE(1433)] = 32985, + [SMALL_STATE(1434)] = 33037, + [SMALL_STATE(1435)] = 33089, + [SMALL_STATE(1436)] = 33153, + [SMALL_STATE(1437)] = 33205, + [SMALL_STATE(1438)] = 33257, + [SMALL_STATE(1439)] = 33309, + [SMALL_STATE(1440)] = 33363, + [SMALL_STATE(1441)] = 33415, + [SMALL_STATE(1442)] = 33483, + [SMALL_STATE(1443)] = 33535, + [SMALL_STATE(1444)] = 33587, + [SMALL_STATE(1445)] = 33639, + [SMALL_STATE(1446)] = 33691, + [SMALL_STATE(1447)] = 33743, + [SMALL_STATE(1448)] = 33855, + [SMALL_STATE(1449)] = 33911, + [SMALL_STATE(1450)] = 33963, + [SMALL_STATE(1451)] = 34077, + [SMALL_STATE(1452)] = 34189, + [SMALL_STATE(1453)] = 34301, + [SMALL_STATE(1454)] = 34353, + [SMALL_STATE(1455)] = 34465, + [SMALL_STATE(1456)] = 34517, + [SMALL_STATE(1457)] = 34629, + [SMALL_STATE(1458)] = 34719, + [SMALL_STATE(1459)] = 34831, + [SMALL_STATE(1460)] = 34883, + [SMALL_STATE(1461)] = 34935, + [SMALL_STATE(1462)] = 34987, + [SMALL_STATE(1463)] = 35041, + [SMALL_STATE(1464)] = 35093, + [SMALL_STATE(1465)] = 35145, + [SMALL_STATE(1466)] = 35203, + [SMALL_STATE(1467)] = 35267, + [SMALL_STATE(1468)] = 35321, + [SMALL_STATE(1469)] = 35433, + [SMALL_STATE(1470)] = 35545, + [SMALL_STATE(1471)] = 35601, + [SMALL_STATE(1472)] = 35653, + [SMALL_STATE(1473)] = 35757, + [SMALL_STATE(1474)] = 35847, + [SMALL_STATE(1475)] = 35959, + [SMALL_STATE(1476)] = 36071, + [SMALL_STATE(1477)] = 36141, + [SMALL_STATE(1478)] = 36193, + [SMALL_STATE(1479)] = 36273, + [SMALL_STATE(1480)] = 36371, + [SMALL_STATE(1481)] = 36467, + [SMALL_STATE(1482)] = 36519, + [SMALL_STATE(1483)] = 36571, + [SMALL_STATE(1484)] = 36653, + [SMALL_STATE(1485)] = 36755, + [SMALL_STATE(1486)] = 36855, + [SMALL_STATE(1487)] = 36907, + [SMALL_STATE(1488)] = 36959, + [SMALL_STATE(1489)] = 37071, + [SMALL_STATE(1490)] = 37123, + [SMALL_STATE(1491)] = 37175, + [SMALL_STATE(1492)] = 37227, + [SMALL_STATE(1493)] = 37313, + [SMALL_STATE(1494)] = 37365, + [SMALL_STATE(1495)] = 37477, + [SMALL_STATE(1496)] = 37589, + [SMALL_STATE(1497)] = 37701, + [SMALL_STATE(1498)] = 37753, + [SMALL_STATE(1499)] = 37805, + [SMALL_STATE(1500)] = 37909, + [SMALL_STATE(1501)] = 37999, + [SMALL_STATE(1502)] = 38117, + [SMALL_STATE(1503)] = 38169, + [SMALL_STATE(1504)] = 38221, + [SMALL_STATE(1505)] = 38273, + [SMALL_STATE(1506)] = 38325, + [SMALL_STATE(1507)] = 38377, + [SMALL_STATE(1508)] = 38429, + [SMALL_STATE(1509)] = 38481, + [SMALL_STATE(1510)] = 38593, + [SMALL_STATE(1511)] = 38675, + [SMALL_STATE(1512)] = 38787, + [SMALL_STATE(1513)] = 38863, + [SMALL_STATE(1514)] = 38915, + [SMALL_STATE(1515)] = 38967, + [SMALL_STATE(1516)] = 39043, + [SMALL_STATE(1517)] = 39129, + [SMALL_STATE(1518)] = 39229, + [SMALL_STATE(1519)] = 39309, + [SMALL_STATE(1520)] = 39411, + [SMALL_STATE(1521)] = 39463, + [SMALL_STATE(1522)] = 39545, + [SMALL_STATE(1523)] = 39663, + [SMALL_STATE(1524)] = 39715, + [SMALL_STATE(1525)] = 39809, + [SMALL_STATE(1526)] = 39871, + [SMALL_STATE(1527)] = 39983, + [SMALL_STATE(1528)] = 40097, + [SMALL_STATE(1529)] = 40195, + [SMALL_STATE(1530)] = 40257, + [SMALL_STATE(1531)] = 40309, + [SMALL_STATE(1532)] = 40405, + [SMALL_STATE(1533)] = 40517, + [SMALL_STATE(1534)] = 40579, + [SMALL_STATE(1535)] = 40633, + [SMALL_STATE(1536)] = 40728, + [SMALL_STATE(1537)] = 40823, + [SMALL_STATE(1538)] = 40918, + [SMALL_STATE(1539)] = 41031, + [SMALL_STATE(1540)] = 41120, + [SMALL_STATE(1541)] = 41235, + [SMALL_STATE(1542)] = 41346, + [SMALL_STATE(1543)] = 41441, + [SMALL_STATE(1544)] = 41554, + [SMALL_STATE(1545)] = 41665, + [SMALL_STATE(1546)] = 41722, + [SMALL_STATE(1547)] = 41779, + [SMALL_STATE(1548)] = 41894, + [SMALL_STATE(1549)] = 42005, + [SMALL_STATE(1550)] = 42056, + [SMALL_STATE(1551)] = 42167, + [SMALL_STATE(1552)] = 42282, + [SMALL_STATE(1553)] = 42397, + [SMALL_STATE(1554)] = 42456, + [SMALL_STATE(1555)] = 42559, + [SMALL_STATE(1556)] = 42618, + [SMALL_STATE(1557)] = 42669, + [SMALL_STATE(1558)] = 42780, + [SMALL_STATE(1559)] = 42891, + [SMALL_STATE(1560)] = 42988, + [SMALL_STATE(1561)] = 43045, + [SMALL_STATE(1562)] = 43156, + [SMALL_STATE(1563)] = 43271, + [SMALL_STATE(1564)] = 43386, + [SMALL_STATE(1565)] = 43481, + [SMALL_STATE(1566)] = 43576, + [SMALL_STATE(1567)] = 43691, + [SMALL_STATE(1568)] = 43786, + [SMALL_STATE(1569)] = 43867, + [SMALL_STATE(1570)] = 43982, + [SMALL_STATE(1571)] = 44045, + [SMALL_STATE(1572)] = 44118, + [SMALL_STATE(1573)] = 44197, + [SMALL_STATE(1574)] = 44308, + [SMALL_STATE(1575)] = 44421, + [SMALL_STATE(1576)] = 44532, + [SMALL_STATE(1577)] = 44643, + [SMALL_STATE(1578)] = 44712, + [SMALL_STATE(1579)] = 44823, + [SMALL_STATE(1580)] = 44882, + [SMALL_STATE(1581)] = 44937, + [SMALL_STATE(1582)] = 45032, + [SMALL_STATE(1583)] = 45091, + [SMALL_STATE(1584)] = 45150, + [SMALL_STATE(1585)] = 45261, + [SMALL_STATE(1586)] = 45372, + [SMALL_STATE(1587)] = 45483, + [SMALL_STATE(1588)] = 45538, + [SMALL_STATE(1589)] = 45613, + [SMALL_STATE(1590)] = 45668, + [SMALL_STATE(1591)] = 45723, + [SMALL_STATE(1592)] = 45808, + [SMALL_STATE(1593)] = 45921, + [SMALL_STATE(1594)] = 46036, + [SMALL_STATE(1595)] = 46131, + [SMALL_STATE(1596)] = 46188, + [SMALL_STATE(1597)] = 46245, + [SMALL_STATE(1598)] = 46356, + [SMALL_STATE(1599)] = 46435, + [SMALL_STATE(1600)] = 46534, + [SMALL_STATE(1601)] = 46649, + [SMALL_STATE(1602)] = 46744, + [SMALL_STATE(1603)] = 46805, + [SMALL_STATE(1604)] = 46918, + [SMALL_STATE(1605)] = 47029, + [SMALL_STATE(1606)] = 47130, + [SMALL_STATE(1607)] = 47211, + [SMALL_STATE(1608)] = 47306, + [SMALL_STATE(1609)] = 47401, + [SMALL_STATE(1610)] = 47494, + [SMALL_STATE(1611)] = 47555, + [SMALL_STATE(1612)] = 47666, + [SMALL_STATE(1613)] = 47719, + [SMALL_STATE(1614)] = 47772, + [SMALL_STATE(1615)] = 47825, + [SMALL_STATE(1616)] = 47875, + [SMALL_STATE(1617)] = 47925, + [SMALL_STATE(1618)] = 48035, + [SMALL_STATE(1619)] = 48087, + [SMALL_STATE(1620)] = 48197, + [SMALL_STATE(1621)] = 48307, + [SMALL_STATE(1622)] = 48417, + [SMALL_STATE(1623)] = 48527, + [SMALL_STATE(1624)] = 48637, + [SMALL_STATE(1625)] = 48739, + [SMALL_STATE(1626)] = 48795, + [SMALL_STATE(1627)] = 48851, + [SMALL_STATE(1628)] = 48939, + [SMALL_STATE(1629)] = 48991, + [SMALL_STATE(1630)] = 49041, + [SMALL_STATE(1631)] = 49121, + [SMALL_STATE(1632)] = 49199, + [SMALL_STATE(1633)] = 49295, + [SMALL_STATE(1634)] = 49389, + [SMALL_STATE(1635)] = 49481, + [SMALL_STATE(1636)] = 49561, + [SMALL_STATE(1637)] = 49661, + [SMALL_STATE(1638)] = 49759, + [SMALL_STATE(1639)] = 49843, + [SMALL_STATE(1640)] = 49917, + [SMALL_STATE(1641)] = 49971, + [SMALL_STATE(1642)] = 50029, + [SMALL_STATE(1643)] = 50087, + [SMALL_STATE(1644)] = 50197, + [SMALL_STATE(1645)] = 50307, + [SMALL_STATE(1646)] = 50417, + [SMALL_STATE(1647)] = 50527, + [SMALL_STATE(1648)] = 50581, + [SMALL_STATE(1649)] = 50643, + [SMALL_STATE(1650)] = 50705, + [SMALL_STATE(1651)] = 50817, + [SMALL_STATE(1652)] = 50873, + [SMALL_STATE(1653)] = 50923, + [SMALL_STATE(1654)] = 50979, + [SMALL_STATE(1655)] = 51037, + [SMALL_STATE(1656)] = 51093, + [SMALL_STATE(1657)] = 51155, + [SMALL_STATE(1658)] = 51217, + [SMALL_STATE(1659)] = 51329, + [SMALL_STATE(1660)] = 51439, + [SMALL_STATE(1661)] = 51507, + [SMALL_STATE(1662)] = 51617, + [SMALL_STATE(1663)] = 51689, + [SMALL_STATE(1664)] = 51799, + [SMALL_STATE(1665)] = 51909, + [SMALL_STATE(1666)] = 51971, + [SMALL_STATE(1667)] = 52025, + [SMALL_STATE(1668)] = 52077, + [SMALL_STATE(1669)] = 52133, + [SMALL_STATE(1670)] = 52243, + [SMALL_STATE(1671)] = 52321, + [SMALL_STATE(1672)] = 52371, + [SMALL_STATE(1673)] = 52421, + [SMALL_STATE(1674)] = 52471, + [SMALL_STATE(1675)] = 52521, + [SMALL_STATE(1676)] = 52633, + [SMALL_STATE(1677)] = 52745, + [SMALL_STATE(1678)] = 52857, + [SMALL_STATE(1679)] = 52969, + [SMALL_STATE(1680)] = 53027, + [SMALL_STATE(1681)] = 53077, + [SMALL_STATE(1682)] = 53127, + [SMALL_STATE(1683)] = 53177, + [SMALL_STATE(1684)] = 53227, + [SMALL_STATE(1685)] = 53311, + [SMALL_STATE(1686)] = 53361, + [SMALL_STATE(1687)] = 53411, + [SMALL_STATE(1688)] = 53461, + [SMALL_STATE(1689)] = 53511, + [SMALL_STATE(1690)] = 53621, + [SMALL_STATE(1691)] = 53731, + [SMALL_STATE(1692)] = 53805, + [SMALL_STATE(1693)] = 53889, + [SMALL_STATE(1694)] = 54001, + [SMALL_STATE(1695)] = 54051, + [SMALL_STATE(1696)] = 54101, + [SMALL_STATE(1697)] = 54151, + [SMALL_STATE(1698)] = 54201, + [SMALL_STATE(1699)] = 54251, + [SMALL_STATE(1700)] = 54335, + [SMALL_STATE(1701)] = 54385, + [SMALL_STATE(1702)] = 54435, + [SMALL_STATE(1703)] = 54485, + [SMALL_STATE(1704)] = 54535, + [SMALL_STATE(1705)] = 54585, + [SMALL_STATE(1706)] = 54635, + [SMALL_STATE(1707)] = 54685, + [SMALL_STATE(1708)] = 54735, + [SMALL_STATE(1709)] = 54833, + [SMALL_STATE(1710)] = 54933, + [SMALL_STATE(1711)] = 55013, + [SMALL_STATE(1712)] = 55105, + [SMALL_STATE(1713)] = 55199, + [SMALL_STATE(1714)] = 55295, + [SMALL_STATE(1715)] = 55373, + [SMALL_STATE(1716)] = 55453, + [SMALL_STATE(1717)] = 55541, + [SMALL_STATE(1718)] = 55643, + [SMALL_STATE(1719)] = 55753, + [SMALL_STATE(1720)] = 55863, + [SMALL_STATE(1721)] = 55927, + [SMALL_STATE(1722)] = 55991, + [SMALL_STATE(1723)] = 56047, + [SMALL_STATE(1724)] = 56097, + [SMALL_STATE(1725)] = 56147, + [SMALL_STATE(1726)] = 56197, + [SMALL_STATE(1727)] = 56253, + [SMALL_STATE(1728)] = 56303, + [SMALL_STATE(1729)] = 56353, + [SMALL_STATE(1730)] = 56403, + [SMALL_STATE(1731)] = 56453, + [SMALL_STATE(1732)] = 56503, + [SMALL_STATE(1733)] = 56553, + [SMALL_STATE(1734)] = 56603, + [SMALL_STATE(1735)] = 56653, + [SMALL_STATE(1736)] = 56703, + [SMALL_STATE(1737)] = 56753, + [SMALL_STATE(1738)] = 56803, + [SMALL_STATE(1739)] = 56853, + [SMALL_STATE(1740)] = 56903, + [SMALL_STATE(1741)] = 56953, + [SMALL_STATE(1742)] = 57003, + [SMALL_STATE(1743)] = 57053, + [SMALL_STATE(1744)] = 57103, + [SMALL_STATE(1745)] = 57213, + [SMALL_STATE(1746)] = 57323, + [SMALL_STATE(1747)] = 57433, + [SMALL_STATE(1748)] = 57543, + [SMALL_STATE(1749)] = 57653, + [SMALL_STATE(1750)] = 57763, + [SMALL_STATE(1751)] = 57847, + [SMALL_STATE(1752)] = 57897, + [SMALL_STATE(1753)] = 57949, + [SMALL_STATE(1754)] = 57999, + [SMALL_STATE(1755)] = 58049, + [SMALL_STATE(1756)] = 58105, + [SMALL_STATE(1757)] = 58155, + [SMALL_STATE(1758)] = 58207, + [SMALL_STATE(1759)] = 58259, + [SMALL_STATE(1760)] = 58309, + [SMALL_STATE(1761)] = 58359, + [SMALL_STATE(1762)] = 58409, + [SMALL_STATE(1763)] = 58465, + [SMALL_STATE(1764)] = 58519, + [SMALL_STATE(1765)] = 58603, + [SMALL_STATE(1766)] = 58653, + [SMALL_STATE(1767)] = 58703, + [SMALL_STATE(1768)] = 58753, + [SMALL_STATE(1769)] = 58803, + [SMALL_STATE(1770)] = 58853, + [SMALL_STATE(1771)] = 58903, + [SMALL_STATE(1772)] = 58953, + [SMALL_STATE(1773)] = 59015, + [SMALL_STATE(1774)] = 59099, + [SMALL_STATE(1775)] = 59161, + [SMALL_STATE(1776)] = 59273, + [SMALL_STATE(1777)] = 59325, + [SMALL_STATE(1778)] = 59381, + [SMALL_STATE(1779)] = 59493, + [SMALL_STATE(1780)] = 59543, + [SMALL_STATE(1781)] = 59655, + [SMALL_STATE(1782)] = 59711, + [SMALL_STATE(1783)] = 59823, + [SMALL_STATE(1784)] = 59879, + [SMALL_STATE(1785)] = 59989, + [SMALL_STATE(1786)] = 60099, + [SMALL_STATE(1787)] = 60211, + [SMALL_STATE(1788)] = 60321, + [SMALL_STATE(1789)] = 60383, + [SMALL_STATE(1790)] = 60433, + [SMALL_STATE(1791)] = 60483, + [SMALL_STATE(1792)] = 60595, + [SMALL_STATE(1793)] = 60651, + [SMALL_STATE(1794)] = 60763, + [SMALL_STATE(1795)] = 60815, + [SMALL_STATE(1796)] = 60867, + [SMALL_STATE(1797)] = 60923, + [SMALL_STATE(1798)] = 60979, + [SMALL_STATE(1799)] = 61029, + [SMALL_STATE(1800)] = 61079, + [SMALL_STATE(1801)] = 61129, + [SMALL_STATE(1802)] = 61181, + [SMALL_STATE(1803)] = 61231, + [SMALL_STATE(1804)] = 61281, + [SMALL_STATE(1805)] = 61393, + [SMALL_STATE(1806)] = 61505, + [SMALL_STATE(1807)] = 61567, + [SMALL_STATE(1808)] = 61629, + [SMALL_STATE(1809)] = 61741, + [SMALL_STATE(1810)] = 61797, + [SMALL_STATE(1811)] = 61855, + [SMALL_STATE(1812)] = 61905, + [SMALL_STATE(1813)] = 61957, + [SMALL_STATE(1814)] = 62009, + [SMALL_STATE(1815)] = 62071, + [SMALL_STATE(1816)] = 62121, + [SMALL_STATE(1817)] = 62173, + [SMALL_STATE(1818)] = 62223, + [SMALL_STATE(1819)] = 62333, + [SMALL_STATE(1820)] = 62383, + [SMALL_STATE(1821)] = 62433, + [SMALL_STATE(1822)] = 62483, + [SMALL_STATE(1823)] = 62533, + [SMALL_STATE(1824)] = 62643, + [SMALL_STATE(1825)] = 62711, + [SMALL_STATE(1826)] = 62783, + [SMALL_STATE(1827)] = 62861, + [SMALL_STATE(1828)] = 62913, + [SMALL_STATE(1829)] = 63022, + [SMALL_STATE(1830)] = 63071, + [SMALL_STATE(1831)] = 63128, + [SMALL_STATE(1832)] = 63181, + [SMALL_STATE(1833)] = 63256, + [SMALL_STATE(1834)] = 63365, + [SMALL_STATE(1835)] = 63414, + [SMALL_STATE(1836)] = 63467, + [SMALL_STATE(1837)] = 63520, + [SMALL_STATE(1838)] = 63587, + [SMALL_STATE(1839)] = 63674, + [SMALL_STATE(1840)] = 63783, + [SMALL_STATE(1841)] = 63892, + [SMALL_STATE(1842)] = 64001, + [SMALL_STATE(1843)] = 64054, + [SMALL_STATE(1844)] = 64107, + [SMALL_STATE(1845)] = 64156, + [SMALL_STATE(1846)] = 64205, + [SMALL_STATE(1847)] = 64280, + [SMALL_STATE(1848)] = 64381, + [SMALL_STATE(1849)] = 64458, + [SMALL_STATE(1850)] = 64507, + [SMALL_STATE(1851)] = 64556, + [SMALL_STATE(1852)] = 64607, + [SMALL_STATE(1853)] = 64656, + [SMALL_STATE(1854)] = 64709, + [SMALL_STATE(1855)] = 64786, + [SMALL_STATE(1856)] = 64835, + [SMALL_STATE(1857)] = 64888, + [SMALL_STATE(1858)] = 64983, + [SMALL_STATE(1859)] = 65036, + [SMALL_STATE(1860)] = 65087, + [SMALL_STATE(1861)] = 65138, + [SMALL_STATE(1862)] = 65191, + [SMALL_STATE(1863)] = 65268, + [SMALL_STATE(1864)] = 65325, + [SMALL_STATE(1865)] = 65382, + [SMALL_STATE(1866)] = 65491, + [SMALL_STATE(1867)] = 65584, + [SMALL_STATE(1868)] = 65693, + [SMALL_STATE(1869)] = 65748, + [SMALL_STATE(1870)] = 65801, + [SMALL_STATE(1871)] = 65892, + [SMALL_STATE(1872)] = 65947, + [SMALL_STATE(1873)] = 66000, + [SMALL_STATE(1874)] = 66053, + [SMALL_STATE(1875)] = 66162, + [SMALL_STATE(1876)] = 66215, + [SMALL_STATE(1877)] = 66268, + [SMALL_STATE(1878)] = 66317, + [SMALL_STATE(1879)] = 66426, + [SMALL_STATE(1880)] = 66505, + [SMALL_STATE(1881)] = 66604, + [SMALL_STATE(1882)] = 66657, + [SMALL_STATE(1883)] = 66706, + [SMALL_STATE(1884)] = 66783, + [SMALL_STATE(1885)] = 66840, + [SMALL_STATE(1886)] = 66889, + [SMALL_STATE(1887)] = 66938, + [SMALL_STATE(1888)] = 66987, + [SMALL_STATE(1889)] = 67036, + [SMALL_STATE(1890)] = 67085, + [SMALL_STATE(1891)] = 67134, + [SMALL_STATE(1892)] = 67187, + [SMALL_STATE(1893)] = 67262, + [SMALL_STATE(1894)] = 67311, + [SMALL_STATE(1895)] = 67388, + [SMALL_STATE(1896)] = 67439, + [SMALL_STATE(1897)] = 67498, + [SMALL_STATE(1898)] = 67595, + [SMALL_STATE(1899)] = 67644, + [SMALL_STATE(1900)] = 67753, + [SMALL_STATE(1901)] = 67864, + [SMALL_STATE(1902)] = 67925, + [SMALL_STATE(1903)] = 68008, + [SMALL_STATE(1904)] = 68057, + [SMALL_STATE(1905)] = 68114, + [SMALL_STATE(1906)] = 68187, + [SMALL_STATE(1907)] = 68236, + [SMALL_STATE(1908)] = 68345, + [SMALL_STATE(1909)] = 68394, + [SMALL_STATE(1910)] = 68443, + [SMALL_STATE(1911)] = 68498, + [SMALL_STATE(1912)] = 68575, + [SMALL_STATE(1913)] = 68624, + [SMALL_STATE(1914)] = 68673, + [SMALL_STATE(1915)] = 68782, + [SMALL_STATE(1916)] = 68831, + [SMALL_STATE(1917)] = 68884, + [SMALL_STATE(1918)] = 68959, + [SMALL_STATE(1919)] = 69014, + [SMALL_STATE(1920)] = 69063, + [SMALL_STATE(1921)] = 69116, + [SMALL_STATE(1922)] = 69165, + [SMALL_STATE(1923)] = 69240, + [SMALL_STATE(1924)] = 69349, + [SMALL_STATE(1925)] = 69398, + [SMALL_STATE(1926)] = 69447, + [SMALL_STATE(1927)] = 69500, + [SMALL_STATE(1928)] = 69549, + [SMALL_STATE(1929)] = 69600, + [SMALL_STATE(1930)] = 69653, + [SMALL_STATE(1931)] = 69706, + [SMALL_STATE(1932)] = 69783, + [SMALL_STATE(1933)] = 69832, + [SMALL_STATE(1934)] = 69941, + [SMALL_STATE(1935)] = 70050, + [SMALL_STATE(1936)] = 70159, + [SMALL_STATE(1937)] = 70208, + [SMALL_STATE(1938)] = 70261, + [SMALL_STATE(1939)] = 70332, + [SMALL_STATE(1940)] = 70385, + [SMALL_STATE(1941)] = 70462, + [SMALL_STATE(1942)] = 70519, + [SMALL_STATE(1943)] = 70574, + [SMALL_STATE(1944)] = 70683, + [SMALL_STATE(1945)] = 70732, + [SMALL_STATE(1946)] = 70785, + [SMALL_STATE(1947)] = 70834, + [SMALL_STATE(1948)] = 70883, + [SMALL_STATE(1949)] = 70936, + [SMALL_STATE(1950)] = 70985, + [SMALL_STATE(1951)] = 71034, + [SMALL_STATE(1952)] = 71143, + [SMALL_STATE(1953)] = 71194, + [SMALL_STATE(1954)] = 71247, + [SMALL_STATE(1955)] = 71298, + [SMALL_STATE(1956)] = 71357, + [SMALL_STATE(1957)] = 71408, + [SMALL_STATE(1958)] = 71461, + [SMALL_STATE(1959)] = 71570, + [SMALL_STATE(1960)] = 71631, + [SMALL_STATE(1961)] = 71740, + [SMALL_STATE(1962)] = 71789, + [SMALL_STATE(1963)] = 71868, + [SMALL_STATE(1964)] = 71923, + [SMALL_STATE(1965)] = 71972, + [SMALL_STATE(1966)] = 72081, + [SMALL_STATE(1967)] = 72130, + [SMALL_STATE(1968)] = 72179, + [SMALL_STATE(1969)] = 72228, + [SMALL_STATE(1970)] = 72287, + [SMALL_STATE(1971)] = 72336, + [SMALL_STATE(1972)] = 72393, + [SMALL_STATE(1973)] = 72442, + [SMALL_STATE(1974)] = 72501, + [SMALL_STATE(1975)] = 72550, + [SMALL_STATE(1976)] = 72599, + [SMALL_STATE(1977)] = 72648, + [SMALL_STATE(1978)] = 72703, + [SMALL_STATE(1979)] = 72754, + [SMALL_STATE(1980)] = 72863, + [SMALL_STATE(1981)] = 72920, + [SMALL_STATE(1982)] = 72969, + [SMALL_STATE(1983)] = 73022, + [SMALL_STATE(1984)] = 73073, + [SMALL_STATE(1985)] = 73124, + [SMALL_STATE(1986)] = 73173, + [SMALL_STATE(1987)] = 73222, + [SMALL_STATE(1988)] = 73277, + [SMALL_STATE(1989)] = 73334, + [SMALL_STATE(1990)] = 73391, + [SMALL_STATE(1991)] = 73446, + [SMALL_STATE(1992)] = 73497, + [SMALL_STATE(1993)] = 73548, + [SMALL_STATE(1994)] = 73599, + [SMALL_STATE(1995)] = 73648, + [SMALL_STATE(1996)] = 73697, + [SMALL_STATE(1997)] = 73746, + [SMALL_STATE(1998)] = 73799, + [SMALL_STATE(1999)] = 73852, + [SMALL_STATE(2000)] = 73928, + [SMALL_STATE(2001)] = 74010, + [SMALL_STATE(2002)] = 74116, + [SMALL_STATE(2003)] = 74222, + [SMALL_STATE(2004)] = 74272, + [SMALL_STATE(2005)] = 74346, + [SMALL_STATE(2006)] = 74400, + [SMALL_STATE(2007)] = 74500, + [SMALL_STATE(2008)] = 74554, + [SMALL_STATE(2009)] = 74640, + [SMALL_STATE(2010)] = 74718, + [SMALL_STATE(2011)] = 74794, + [SMALL_STATE(2012)] = 74900, + [SMALL_STATE(2013)] = 74954, + [SMALL_STATE(2014)] = 75060, + [SMALL_STATE(2015)] = 75130, + [SMALL_STATE(2016)] = 75236, + [SMALL_STATE(2017)] = 75292, + [SMALL_STATE(2018)] = 75362, + [SMALL_STATE(2019)] = 75468, + [SMALL_STATE(2020)] = 75544, + [SMALL_STATE(2021)] = 75650, + [SMALL_STATE(2022)] = 75756, + [SMALL_STATE(2023)] = 75826, + [SMALL_STATE(2024)] = 75896, + [SMALL_STATE(2025)] = 75952, + [SMALL_STATE(2026)] = 76024, + [SMALL_STATE(2027)] = 76076, + [SMALL_STATE(2028)] = 76126, + [SMALL_STATE(2029)] = 76180, + [SMALL_STATE(2030)] = 76250, + [SMALL_STATE(2031)] = 76356, + [SMALL_STATE(2032)] = 76412, + [SMALL_STATE(2033)] = 76468, + [SMALL_STATE(2034)] = 76520, + [SMALL_STATE(2035)] = 76586, + [SMALL_STATE(2036)] = 76680, + [SMALL_STATE(2037)] = 76772, + [SMALL_STATE(2038)] = 76862, + [SMALL_STATE(2039)] = 76940, + [SMALL_STATE(2040)] = 76996, + [SMALL_STATE(2041)] = 77102, + [SMALL_STATE(2042)] = 77200, + [SMALL_STATE(2043)] = 77296, + [SMALL_STATE(2044)] = 77402, + [SMALL_STATE(2045)] = 77508, + [SMALL_STATE(2046)] = 77614, + [SMALL_STATE(2047)] = 77670, + [SMALL_STATE(2048)] = 77730, + [SMALL_STATE(2049)] = 77800, + [SMALL_STATE(2050)] = 77906, + [SMALL_STATE(2051)] = 77987, + [SMALL_STATE(2052)] = 78058, + [SMALL_STATE(2053)] = 78107, + [SMALL_STATE(2054)] = 78176, + [SMALL_STATE(2055)] = 78225, + [SMALL_STATE(2056)] = 78274, + [SMALL_STATE(2057)] = 78341, + [SMALL_STATE(2058)] = 78422, + [SMALL_STATE(2059)] = 78489, + [SMALL_STATE(2060)] = 78560, + [SMALL_STATE(2061)] = 78615, + [SMALL_STATE(2062)] = 78664, + [SMALL_STATE(2063)] = 78713, + [SMALL_STATE(2064)] = 78762, + [SMALL_STATE(2065)] = 78843, + [SMALL_STATE(2066)] = 78896, + [SMALL_STATE(2067)] = 78945, + [SMALL_STATE(2068)] = 78994, + [SMALL_STATE(2069)] = 79047, + [SMALL_STATE(2070)] = 79128, + [SMALL_STATE(2071)] = 79177, + [SMALL_STATE(2072)] = 79258, + [SMALL_STATE(2073)] = 79311, + [SMALL_STATE(2074)] = 79364, + [SMALL_STATE(2075)] = 79413, + [SMALL_STATE(2076)] = 79462, + [SMALL_STATE(2077)] = 79529, + [SMALL_STATE(2078)] = 79582, + [SMALL_STATE(2079)] = 79635, + [SMALL_STATE(2080)] = 79704, + [SMALL_STATE(2081)] = 79757, + [SMALL_STATE(2082)] = 79828, + [SMALL_STATE(2083)] = 79897, + [SMALL_STATE(2084)] = 79968, + [SMALL_STATE(2085)] = 80021, + [SMALL_STATE(2086)] = 80102, + [SMALL_STATE(2087)] = 80183, + [SMALL_STATE(2088)] = 80232, + [SMALL_STATE(2089)] = 80294, + [SMALL_STATE(2090)] = 80356, + [SMALL_STATE(2091)] = 80404, + [SMALL_STATE(2092)] = 80478, + [SMALL_STATE(2093)] = 80538, + [SMALL_STATE(2094)] = 80590, + [SMALL_STATE(2095)] = 80650, + [SMALL_STATE(2096)] = 80700, + [SMALL_STATE(2097)] = 80772, + [SMALL_STATE(2098)] = 80824, + [SMALL_STATE(2099)] = 80888, + [SMALL_STATE(2100)] = 80952, + [SMALL_STATE(2101)] = 81026, + [SMALL_STATE(2102)] = 81088, + [SMALL_STATE(2103)] = 81152, + [SMALL_STATE(2104)] = 81224, + [SMALL_STATE(2105)] = 81296, + [SMALL_STATE(2106)] = 81360, + [SMALL_STATE(2107)] = 81412, + [SMALL_STATE(2108)] = 81474, + [SMALL_STATE(2109)] = 81536, + [SMALL_STATE(2110)] = 81584, + [SMALL_STATE(2111)] = 81648, + [SMALL_STATE(2112)] = 81710, + [SMALL_STATE(2113)] = 81784, + [SMALL_STATE(2114)] = 81846, + [SMALL_STATE(2115)] = 81910, + [SMALL_STATE(2116)] = 81982, + [SMALL_STATE(2117)] = 82042, + [SMALL_STATE(2118)] = 82102, + [SMALL_STATE(2119)] = 82174, + [SMALL_STATE(2120)] = 82234, + [SMALL_STATE(2121)] = 82296, + [SMALL_STATE(2122)] = 82370, + [SMALL_STATE(2123)] = 82432, + [SMALL_STATE(2124)] = 82484, + [SMALL_STATE(2125)] = 82558, + [SMALL_STATE(2126)] = 82618, + [SMALL_STATE(2127)] = 82678, + [SMALL_STATE(2128)] = 82738, + [SMALL_STATE(2129)] = 82810, + [SMALL_STATE(2130)] = 82872, + [SMALL_STATE(2131)] = 82932, + [SMALL_STATE(2132)] = 82994, + [SMALL_STATE(2133)] = 83046, + [SMALL_STATE(2134)] = 83108, + [SMALL_STATE(2135)] = 83180, + [SMALL_STATE(2136)] = 83244, + [SMALL_STATE(2137)] = 83306, + [SMALL_STATE(2138)] = 83370, + [SMALL_STATE(2139)] = 83434, + [SMALL_STATE(2140)] = 83494, + [SMALL_STATE(2141)] = 83556, + [SMALL_STATE(2142)] = 83630, + [SMALL_STATE(2143)] = 83694, + [SMALL_STATE(2144)] = 83756, + [SMALL_STATE(2145)] = 83820, + [SMALL_STATE(2146)] = 83894, + [SMALL_STATE(2147)] = 83951, + [SMALL_STATE(2148)] = 84008, + [SMALL_STATE(2149)] = 84075, + [SMALL_STATE(2150)] = 84132, + [SMALL_STATE(2151)] = 84199, + [SMALL_STATE(2152)] = 84256, + [SMALL_STATE(2153)] = 84313, + [SMALL_STATE(2154)] = 84370, + [SMALL_STATE(2155)] = 84427, + [SMALL_STATE(2156)] = 84484, + [SMALL_STATE(2157)] = 84551, + [SMALL_STATE(2158)] = 84608, + [SMALL_STATE(2159)] = 84681, + [SMALL_STATE(2160)] = 84738, + [SMALL_STATE(2161)] = 84805, + [SMALL_STATE(2162)] = 84882, + [SMALL_STATE(2163)] = 84939, + [SMALL_STATE(2164)] = 84996, + [SMALL_STATE(2165)] = 85063, + [SMALL_STATE(2166)] = 85130, + [SMALL_STATE(2167)] = 85187, + [SMALL_STATE(2168)] = 85244, + [SMALL_STATE(2169)] = 85293, + [SMALL_STATE(2170)] = 85350, + [SMALL_STATE(2171)] = 85407, + [SMALL_STATE(2172)] = 85464, + [SMALL_STATE(2173)] = 85521, + [SMALL_STATE(2174)] = 85588, + [SMALL_STATE(2175)] = 85644, + [SMALL_STATE(2176)] = 85710, + [SMALL_STATE(2177)] = 85770, + [SMALL_STATE(2178)] = 85826, + [SMALL_STATE(2179)] = 85878, + [SMALL_STATE(2180)] = 85930, + [SMALL_STATE(2181)] = 85994, + [SMALL_STATE(2182)] = 86054, + [SMALL_STATE(2183)] = 86124, + [SMALL_STATE(2184)] = 86181, + [SMALL_STATE(2185)] = 86238, + [SMALL_STATE(2186)] = 86295, + [SMALL_STATE(2187)] = 86352, + [SMALL_STATE(2188)] = 86409, + [SMALL_STATE(2189)] = 86472, + [SMALL_STATE(2190)] = 86529, + [SMALL_STATE(2191)] = 86586, + [SMALL_STATE(2192)] = 86647, + [SMALL_STATE(2193)] = 86700, + [SMALL_STATE(2194)] = 86757, + [SMALL_STATE(2195)] = 86814, + [SMALL_STATE(2196)] = 86867, + [SMALL_STATE(2197)] = 86924, + [SMALL_STATE(2198)] = 86983, + [SMALL_STATE(2199)] = 87040, + [SMALL_STATE(2200)] = 87097, + [SMALL_STATE(2201)] = 87154, + [SMALL_STATE(2202)] = 87211, + [SMALL_STATE(2203)] = 87267, + [SMALL_STATE(2204)] = 87346, + [SMALL_STATE(2205)] = 87395, + [SMALL_STATE(2206)] = 87474, + [SMALL_STATE(2207)] = 87553, + [SMALL_STATE(2208)] = 87632, + [SMALL_STATE(2209)] = 87679, + [SMALL_STATE(2210)] = 87758, + [SMALL_STATE(2211)] = 87807, + [SMALL_STATE(2212)] = 87872, + [SMALL_STATE(2213)] = 87912, + [SMALL_STATE(2214)] = 87952, + [SMALL_STATE(2215)] = 88006, + [SMALL_STATE(2216)] = 88062, + [SMALL_STATE(2217)] = 88120, + [SMALL_STATE(2218)] = 88166, + [SMALL_STATE(2219)] = 88206, + [SMALL_STATE(2220)] = 88246, + [SMALL_STATE(2221)] = 88286, + [SMALL_STATE(2222)] = 88328, + [SMALL_STATE(2223)] = 88368, + [SMALL_STATE(2224)] = 88410, + [SMALL_STATE(2225)] = 88450, + [SMALL_STATE(2226)] = 88506, + [SMALL_STATE(2227)] = 88546, + [SMALL_STATE(2228)] = 88586, + [SMALL_STATE(2229)] = 88632, + [SMALL_STATE(2230)] = 88672, + [SMALL_STATE(2231)] = 88730, + [SMALL_STATE(2232)] = 88788, + [SMALL_STATE(2233)] = 88828, + [SMALL_STATE(2234)] = 88884, + [SMALL_STATE(2235)] = 88924, + [SMALL_STATE(2236)] = 88964, + [SMALL_STATE(2237)] = 89004, + [SMALL_STATE(2238)] = 89044, + [SMALL_STATE(2239)] = 89084, + [SMALL_STATE(2240)] = 89124, + [SMALL_STATE(2241)] = 89164, + [SMALL_STATE(2242)] = 89204, + [SMALL_STATE(2243)] = 89244, + [SMALL_STATE(2244)] = 89284, + [SMALL_STATE(2245)] = 89324, + [SMALL_STATE(2246)] = 89364, + [SMALL_STATE(2247)] = 89406, + [SMALL_STATE(2248)] = 89446, + [SMALL_STATE(2249)] = 89486, + [SMALL_STATE(2250)] = 89542, + [SMALL_STATE(2251)] = 89593, + [SMALL_STATE(2252)] = 89644, + [SMALL_STATE(2253)] = 89695, + [SMALL_STATE(2254)] = 89746, + [SMALL_STATE(2255)] = 89797, + [SMALL_STATE(2256)] = 89838, + [SMALL_STATE(2257)] = 89889, + [SMALL_STATE(2258)] = 89940, + [SMALL_STATE(2259)] = 89991, + [SMALL_STATE(2260)] = 90042, + [SMALL_STATE(2261)] = 90093, + [SMALL_STATE(2262)] = 90144, + [SMALL_STATE(2263)] = 90185, + [SMALL_STATE(2264)] = 90236, + [SMALL_STATE(2265)] = 90287, + [SMALL_STATE(2266)] = 90338, + [SMALL_STATE(2267)] = 90389, + [SMALL_STATE(2268)] = 90440, + [SMALL_STATE(2269)] = 90491, + [SMALL_STATE(2270)] = 90554, + [SMALL_STATE(2271)] = 90605, + [SMALL_STATE(2272)] = 90656, + [SMALL_STATE(2273)] = 90707, + [SMALL_STATE(2274)] = 90745, + [SMALL_STATE(2275)] = 90783, + [SMALL_STATE(2276)] = 90833, + [SMALL_STATE(2277)] = 90883, + [SMALL_STATE(2278)] = 90921, + [SMALL_STATE(2279)] = 90959, + [SMALL_STATE(2280)] = 91019, + [SMALL_STATE(2281)] = 91057, + [SMALL_STATE(2282)] = 91107, + [SMALL_STATE(2283)] = 91145, + [SMALL_STATE(2284)] = 91195, + [SMALL_STATE(2285)] = 91233, + [SMALL_STATE(2286)] = 91283, + [SMALL_STATE(2287)] = 91343, + [SMALL_STATE(2288)] = 91393, + [SMALL_STATE(2289)] = 91443, + [SMALL_STATE(2290)] = 91493, + [SMALL_STATE(2291)] = 91553, + [SMALL_STATE(2292)] = 91591, + [SMALL_STATE(2293)] = 91641, + [SMALL_STATE(2294)] = 91691, + [SMALL_STATE(2295)] = 91747, + [SMALL_STATE(2296)] = 91785, + [SMALL_STATE(2297)] = 91838, + [SMALL_STATE(2298)] = 91891, + [SMALL_STATE(2299)] = 91932, + [SMALL_STATE(2300)] = 91985, + [SMALL_STATE(2301)] = 92038, + [SMALL_STATE(2302)] = 92091, + [SMALL_STATE(2303)] = 92144, + [SMALL_STATE(2304)] = 92197, + [SMALL_STATE(2305)] = 92250, + [SMALL_STATE(2306)] = 92301, + [SMALL_STATE(2307)] = 92352, + [SMALL_STATE(2308)] = 92405, + [SMALL_STATE(2309)] = 92458, + [SMALL_STATE(2310)] = 92505, + [SMALL_STATE(2311)] = 92558, + [SMALL_STATE(2312)] = 92611, + [SMALL_STATE(2313)] = 92655, + [SMALL_STATE(2314)] = 92699, + [SMALL_STATE(2315)] = 92743, + [SMALL_STATE(2316)] = 92787, + [SMALL_STATE(2317)] = 92831, + [SMALL_STATE(2318)] = 92875, + [SMALL_STATE(2319)] = 92919, + [SMALL_STATE(2320)] = 92963, + [SMALL_STATE(2321)] = 93009, + [SMALL_STATE(2322)] = 93053, + [SMALL_STATE(2323)] = 93097, + [SMALL_STATE(2324)] = 93141, + [SMALL_STATE(2325)] = 93185, + [SMALL_STATE(2326)] = 93229, + [SMALL_STATE(2327)] = 93275, + [SMALL_STATE(2328)] = 93319, + [SMALL_STATE(2329)] = 93363, + [SMALL_STATE(2330)] = 93407, + [SMALL_STATE(2331)] = 93451, + [SMALL_STATE(2332)] = 93497, + [SMALL_STATE(2333)] = 93541, + [SMALL_STATE(2334)] = 93585, + [SMALL_STATE(2335)] = 93629, + [SMALL_STATE(2336)] = 93673, + [SMALL_STATE(2337)] = 93717, + [SMALL_STATE(2338)] = 93761, + [SMALL_STATE(2339)] = 93805, + [SMALL_STATE(2340)] = 93849, + [SMALL_STATE(2341)] = 93893, + [SMALL_STATE(2342)] = 93937, + [SMALL_STATE(2343)] = 93981, + [SMALL_STATE(2344)] = 94025, + [SMALL_STATE(2345)] = 94056, + [SMALL_STATE(2346)] = 94096, + [SMALL_STATE(2347)] = 94136, + [SMALL_STATE(2348)] = 94176, + [SMALL_STATE(2349)] = 94203, + [SMALL_STATE(2350)] = 94230, + [SMALL_STATE(2351)] = 94257, + [SMALL_STATE(2352)] = 94284, + [SMALL_STATE(2353)] = 94311, + [SMALL_STATE(2354)] = 94338, + [SMALL_STATE(2355)] = 94365, + [SMALL_STATE(2356)] = 94392, + [SMALL_STATE(2357)] = 94419, + [SMALL_STATE(2358)] = 94446, + [SMALL_STATE(2359)] = 94473, + [SMALL_STATE(2360)] = 94500, + [SMALL_STATE(2361)] = 94527, + [SMALL_STATE(2362)] = 94554, + [SMALL_STATE(2363)] = 94581, + [SMALL_STATE(2364)] = 94608, + [SMALL_STATE(2365)] = 94635, + [SMALL_STATE(2366)] = 94662, + [SMALL_STATE(2367)] = 94689, + [SMALL_STATE(2368)] = 94716, + [SMALL_STATE(2369)] = 94743, + [SMALL_STATE(2370)] = 94770, + [SMALL_STATE(2371)] = 94797, + [SMALL_STATE(2372)] = 94824, + [SMALL_STATE(2373)] = 94851, + [SMALL_STATE(2374)] = 94878, + [SMALL_STATE(2375)] = 94905, + [SMALL_STATE(2376)] = 94932, + [SMALL_STATE(2377)] = 94959, + [SMALL_STATE(2378)] = 94986, + [SMALL_STATE(2379)] = 95013, + [SMALL_STATE(2380)] = 95040, + [SMALL_STATE(2381)] = 95067, + [SMALL_STATE(2382)] = 95094, + [SMALL_STATE(2383)] = 95128, + [SMALL_STATE(2384)] = 95165, + [SMALL_STATE(2385)] = 95190, + [SMALL_STATE(2386)] = 95215, + [SMALL_STATE(2387)] = 95242, + [SMALL_STATE(2388)] = 95269, + [SMALL_STATE(2389)] = 95300, + [SMALL_STATE(2390)] = 95325, + [SMALL_STATE(2391)] = 95354, + [SMALL_STATE(2392)] = 95391, + [SMALL_STATE(2393)] = 95428, + [SMALL_STATE(2394)] = 95452, + [SMALL_STATE(2395)] = 95480, + [SMALL_STATE(2396)] = 95504, + [SMALL_STATE(2397)] = 95528, + [SMALL_STATE(2398)] = 95552, + [SMALL_STATE(2399)] = 95575, + [SMALL_STATE(2400)] = 95598, + [SMALL_STATE(2401)] = 95623, + [SMALL_STATE(2402)] = 95656, + [SMALL_STATE(2403)] = 95687, + [SMALL_STATE(2404)] = 95710, + [SMALL_STATE(2405)] = 95733, + [SMALL_STATE(2406)] = 95766, + [SMALL_STATE(2407)] = 95789, + [SMALL_STATE(2408)] = 95810, + [SMALL_STATE(2409)] = 95831, + [SMALL_STATE(2410)] = 95864, + [SMALL_STATE(2411)] = 95897, + [SMALL_STATE(2412)] = 95918, + [SMALL_STATE(2413)] = 95941, + [SMALL_STATE(2414)] = 95964, + [SMALL_STATE(2415)] = 95985, + [SMALL_STATE(2416)] = 96008, + [SMALL_STATE(2417)] = 96031, + [SMALL_STATE(2418)] = 96054, + [SMALL_STATE(2419)] = 96087, + [SMALL_STATE(2420)] = 96108, + [SMALL_STATE(2421)] = 96131, + [SMALL_STATE(2422)] = 96156, + [SMALL_STATE(2423)] = 96179, + [SMALL_STATE(2424)] = 96202, + [SMALL_STATE(2425)] = 96235, + [SMALL_STATE(2426)] = 96266, + [SMALL_STATE(2427)] = 96289, + [SMALL_STATE(2428)] = 96312, + [SMALL_STATE(2429)] = 96335, + [SMALL_STATE(2430)] = 96358, + [SMALL_STATE(2431)] = 96381, + [SMALL_STATE(2432)] = 96404, + [SMALL_STATE(2433)] = 96427, + [SMALL_STATE(2434)] = 96450, + [SMALL_STATE(2435)] = 96473, + [SMALL_STATE(2436)] = 96496, + [SMALL_STATE(2437)] = 96519, + [SMALL_STATE(2438)] = 96542, + [SMALL_STATE(2439)] = 96565, + [SMALL_STATE(2440)] = 96588, + [SMALL_STATE(2441)] = 96611, + [SMALL_STATE(2442)] = 96644, + [SMALL_STATE(2443)] = 96677, + [SMALL_STATE(2444)] = 96700, + [SMALL_STATE(2445)] = 96723, + [SMALL_STATE(2446)] = 96746, + [SMALL_STATE(2447)] = 96771, + [SMALL_STATE(2448)] = 96794, + [SMALL_STATE(2449)] = 96827, + [SMALL_STATE(2450)] = 96848, + [SMALL_STATE(2451)] = 96881, + [SMALL_STATE(2452)] = 96902, + [SMALL_STATE(2453)] = 96933, + [SMALL_STATE(2454)] = 96966, + [SMALL_STATE(2455)] = 96989, + [SMALL_STATE(2456)] = 97022, + [SMALL_STATE(2457)] = 97045, + [SMALL_STATE(2458)] = 97068, + [SMALL_STATE(2459)] = 97091, + [SMALL_STATE(2460)] = 97114, + [SMALL_STATE(2461)] = 97137, + [SMALL_STATE(2462)] = 97160, + [SMALL_STATE(2463)] = 97183, + [SMALL_STATE(2464)] = 97206, + [SMALL_STATE(2465)] = 97229, + [SMALL_STATE(2466)] = 97252, + [SMALL_STATE(2467)] = 97275, + [SMALL_STATE(2468)] = 97308, + [SMALL_STATE(2469)] = 97331, + [SMALL_STATE(2470)] = 97362, + [SMALL_STATE(2471)] = 97385, + [SMALL_STATE(2472)] = 97406, + [SMALL_STATE(2473)] = 97437, + [SMALL_STATE(2474)] = 97460, + [SMALL_STATE(2475)] = 97483, + [SMALL_STATE(2476)] = 97506, + [SMALL_STATE(2477)] = 97529, + [SMALL_STATE(2478)] = 97552, + [SMALL_STATE(2479)] = 97575, + [SMALL_STATE(2480)] = 97598, + [SMALL_STATE(2481)] = 97621, + [SMALL_STATE(2482)] = 97644, + [SMALL_STATE(2483)] = 97667, + [SMALL_STATE(2484)] = 97690, + [SMALL_STATE(2485)] = 97713, + [SMALL_STATE(2486)] = 97738, + [SMALL_STATE(2487)] = 97769, + [SMALL_STATE(2488)] = 97792, + [SMALL_STATE(2489)] = 97825, + [SMALL_STATE(2490)] = 97858, + [SMALL_STATE(2491)] = 97881, + [SMALL_STATE(2492)] = 97914, + [SMALL_STATE(2493)] = 97947, + [SMALL_STATE(2494)] = 97970, + [SMALL_STATE(2495)] = 97993, + [SMALL_STATE(2496)] = 98026, + [SMALL_STATE(2497)] = 98051, + [SMALL_STATE(2498)] = 98074, + [SMALL_STATE(2499)] = 98101, + [SMALL_STATE(2500)] = 98124, + [SMALL_STATE(2501)] = 98166, + [SMALL_STATE(2502)] = 98208, + [SMALL_STATE(2503)] = 98250, + [SMALL_STATE(2504)] = 98274, + [SMALL_STATE(2505)] = 98302, + [SMALL_STATE(2506)] = 98330, + [SMALL_STATE(2507)] = 98358, + [SMALL_STATE(2508)] = 98386, + [SMALL_STATE(2509)] = 98414, + [SMALL_STATE(2510)] = 98456, + [SMALL_STATE(2511)] = 98500, + [SMALL_STATE(2512)] = 98528, + [SMALL_STATE(2513)] = 98552, + [SMALL_STATE(2514)] = 98580, + [SMALL_STATE(2515)] = 98608, + [SMALL_STATE(2516)] = 98636, + [SMALL_STATE(2517)] = 98664, + [SMALL_STATE(2518)] = 98692, + [SMALL_STATE(2519)] = 98720, + [SMALL_STATE(2520)] = 98748, + [SMALL_STATE(2521)] = 98790, + [SMALL_STATE(2522)] = 98832, + [SMALL_STATE(2523)] = 98874, + [SMALL_STATE(2524)] = 98902, + [SMALL_STATE(2525)] = 98926, + [SMALL_STATE(2526)] = 98961, + [SMALL_STATE(2527)] = 98986, + [SMALL_STATE(2528)] = 99007, + [SMALL_STATE(2529)] = 99042, + [SMALL_STATE(2530)] = 99063, + [SMALL_STATE(2531)] = 99084, + [SMALL_STATE(2532)] = 99105, + [SMALL_STATE(2533)] = 99126, + [SMALL_STATE(2534)] = 99147, + [SMALL_STATE(2535)] = 99170, + [SMALL_STATE(2536)] = 99193, + [SMALL_STATE(2537)] = 99214, + [SMALL_STATE(2538)] = 99249, + [SMALL_STATE(2539)] = 99284, + [SMALL_STATE(2540)] = 99305, + [SMALL_STATE(2541)] = 99326, + [SMALL_STATE(2542)] = 99347, + [SMALL_STATE(2543)] = 99368, + [SMALL_STATE(2544)] = 99389, + [SMALL_STATE(2545)] = 99410, + [SMALL_STATE(2546)] = 99431, + [SMALL_STATE(2547)] = 99452, + [SMALL_STATE(2548)] = 99477, + [SMALL_STATE(2549)] = 99512, + [SMALL_STATE(2550)] = 99533, + [SMALL_STATE(2551)] = 99554, + [SMALL_STATE(2552)] = 99575, + [SMALL_STATE(2553)] = 99602, + [SMALL_STATE(2554)] = 99623, + [SMALL_STATE(2555)] = 99658, + [SMALL_STATE(2556)] = 99679, + [SMALL_STATE(2557)] = 99700, + [SMALL_STATE(2558)] = 99721, + [SMALL_STATE(2559)] = 99756, + [SMALL_STATE(2560)] = 99777, + [SMALL_STATE(2561)] = 99798, + [SMALL_STATE(2562)] = 99819, + [SMALL_STATE(2563)] = 99840, + [SMALL_STATE(2564)] = 99861, + [SMALL_STATE(2565)] = 99882, + [SMALL_STATE(2566)] = 99903, + [SMALL_STATE(2567)] = 99924, + [SMALL_STATE(2568)] = 99945, + [SMALL_STATE(2569)] = 99966, + [SMALL_STATE(2570)] = 100001, + [SMALL_STATE(2571)] = 100036, + [SMALL_STATE(2572)] = 100057, + [SMALL_STATE(2573)] = 100078, + [SMALL_STATE(2574)] = 100115, + [SMALL_STATE(2575)] = 100136, + [SMALL_STATE(2576)] = 100157, + [SMALL_STATE(2577)] = 100178, + [SMALL_STATE(2578)] = 100213, + [SMALL_STATE(2579)] = 100234, + [SMALL_STATE(2580)] = 100255, + [SMALL_STATE(2581)] = 100276, + [SMALL_STATE(2582)] = 100306, + [SMALL_STATE(2583)] = 100338, + [SMALL_STATE(2584)] = 100374, + [SMALL_STATE(2585)] = 100404, + [SMALL_STATE(2586)] = 100440, + [SMALL_STATE(2587)] = 100476, + [SMALL_STATE(2588)] = 100498, + [SMALL_STATE(2589)] = 100530, + [SMALL_STATE(2590)] = 100560, + [SMALL_STATE(2591)] = 100592, + [SMALL_STATE(2592)] = 100622, + [SMALL_STATE(2593)] = 100654, + [SMALL_STATE(2594)] = 100686, + [SMALL_STATE(2595)] = 100716, + [SMALL_STATE(2596)] = 100746, + [SMALL_STATE(2597)] = 100768, + [SMALL_STATE(2598)] = 100798, + [SMALL_STATE(2599)] = 100818, + [SMALL_STATE(2600)] = 100838, + [SMALL_STATE(2601)] = 100874, + [SMALL_STATE(2602)] = 100904, + [SMALL_STATE(2603)] = 100940, + [SMALL_STATE(2604)] = 100978, + [SMALL_STATE(2605)] = 101014, + [SMALL_STATE(2606)] = 101046, + [SMALL_STATE(2607)] = 101078, + [SMALL_STATE(2608)] = 101110, + [SMALL_STATE(2609)] = 101132, + [SMALL_STATE(2610)] = 101164, + [SMALL_STATE(2611)] = 101188, + [SMALL_STATE(2612)] = 101208, + [SMALL_STATE(2613)] = 101244, + [SMALL_STATE(2614)] = 101264, + [SMALL_STATE(2615)] = 101294, + [SMALL_STATE(2616)] = 101326, + [SMALL_STATE(2617)] = 101345, + [SMALL_STATE(2618)] = 101364, + [SMALL_STATE(2619)] = 101383, + [SMALL_STATE(2620)] = 101404, + [SMALL_STATE(2621)] = 101423, + [SMALL_STATE(2622)] = 101440, + [SMALL_STATE(2623)] = 101459, + [SMALL_STATE(2624)] = 101494, + [SMALL_STATE(2625)] = 101511, + [SMALL_STATE(2626)] = 101530, + [SMALL_STATE(2627)] = 101547, + [SMALL_STATE(2628)] = 101566, + [SMALL_STATE(2629)] = 101583, + [SMALL_STATE(2630)] = 101602, + [SMALL_STATE(2631)] = 101623, + [SMALL_STATE(2632)] = 101644, + [SMALL_STATE(2633)] = 101663, + [SMALL_STATE(2634)] = 101682, + [SMALL_STATE(2635)] = 101703, + [SMALL_STATE(2636)] = 101722, + [SMALL_STATE(2637)] = 101745, + [SMALL_STATE(2638)] = 101768, + [SMALL_STATE(2639)] = 101787, + [SMALL_STATE(2640)] = 101806, + [SMALL_STATE(2641)] = 101827, + [SMALL_STATE(2642)] = 101846, + [SMALL_STATE(2643)] = 101869, + [SMALL_STATE(2644)] = 101888, + [SMALL_STATE(2645)] = 101905, + [SMALL_STATE(2646)] = 101924, + [SMALL_STATE(2647)] = 101943, + [SMALL_STATE(2648)] = 101964, + [SMALL_STATE(2649)] = 101983, + [SMALL_STATE(2650)] = 102002, + [SMALL_STATE(2651)] = 102021, + [SMALL_STATE(2652)] = 102042, + [SMALL_STATE(2653)] = 102059, + [SMALL_STATE(2654)] = 102082, + [SMALL_STATE(2655)] = 102101, + [SMALL_STATE(2656)] = 102120, + [SMALL_STATE(2657)] = 102139, + [SMALL_STATE(2658)] = 102158, + [SMALL_STATE(2659)] = 102177, + [SMALL_STATE(2660)] = 102196, + [SMALL_STATE(2661)] = 102215, + [SMALL_STATE(2662)] = 102234, + [SMALL_STATE(2663)] = 102253, + [SMALL_STATE(2664)] = 102274, + [SMALL_STATE(2665)] = 102293, + [SMALL_STATE(2666)] = 102312, + [SMALL_STATE(2667)] = 102331, + [SMALL_STATE(2668)] = 102350, + [SMALL_STATE(2669)] = 102373, + [SMALL_STATE(2670)] = 102396, + [SMALL_STATE(2671)] = 102419, + [SMALL_STATE(2672)] = 102438, + [SMALL_STATE(2673)] = 102457, + [SMALL_STATE(2674)] = 102476, + [SMALL_STATE(2675)] = 102499, + [SMALL_STATE(2676)] = 102518, + [SMALL_STATE(2677)] = 102537, + [SMALL_STATE(2678)] = 102556, + [SMALL_STATE(2679)] = 102577, + [SMALL_STATE(2680)] = 102596, + [SMALL_STATE(2681)] = 102616, + [SMALL_STATE(2682)] = 102632, + [SMALL_STATE(2683)] = 102664, + [SMALL_STATE(2684)] = 102692, + [SMALL_STATE(2685)] = 102720, + [SMALL_STATE(2686)] = 102754, + [SMALL_STATE(2687)] = 102774, + [SMALL_STATE(2688)] = 102808, + [SMALL_STATE(2689)] = 102842, + [SMALL_STATE(2690)] = 102872, + [SMALL_STATE(2691)] = 102896, + [SMALL_STATE(2692)] = 102930, + [SMALL_STATE(2693)] = 102948, + [SMALL_STATE(2694)] = 102982, + [SMALL_STATE(2695)] = 103000, + [SMALL_STATE(2696)] = 103022, + [SMALL_STATE(2697)] = 103040, + [SMALL_STATE(2698)] = 103074, + [SMALL_STATE(2699)] = 103106, + [SMALL_STATE(2700)] = 103140, + [SMALL_STATE(2701)] = 103156, + [SMALL_STATE(2702)] = 103178, + [SMALL_STATE(2703)] = 103212, + [SMALL_STATE(2704)] = 103246, + [SMALL_STATE(2705)] = 103276, + [SMALL_STATE(2706)] = 103310, + [SMALL_STATE(2707)] = 103344, + [SMALL_STATE(2708)] = 103361, + [SMALL_STATE(2709)] = 103378, + [SMALL_STATE(2710)] = 103393, + [SMALL_STATE(2711)] = 103408, + [SMALL_STATE(2712)] = 103429, + [SMALL_STATE(2713)] = 103448, + [SMALL_STATE(2714)] = 103473, + [SMALL_STATE(2715)] = 103490, + [SMALL_STATE(2716)] = 103505, + [SMALL_STATE(2717)] = 103522, + [SMALL_STATE(2718)] = 103545, + [SMALL_STATE(2719)] = 103560, + [SMALL_STATE(2720)] = 103591, + [SMALL_STATE(2721)] = 103622, + [SMALL_STATE(2722)] = 103653, + [SMALL_STATE(2723)] = 103684, + [SMALL_STATE(2724)] = 103699, + [SMALL_STATE(2725)] = 103720, + [SMALL_STATE(2726)] = 103751, + [SMALL_STATE(2727)] = 103778, + [SMALL_STATE(2728)] = 103793, + [SMALL_STATE(2729)] = 103808, + [SMALL_STATE(2730)] = 103823, + [SMALL_STATE(2731)] = 103838, + [SMALL_STATE(2732)] = 103859, + [SMALL_STATE(2733)] = 103884, + [SMALL_STATE(2734)] = 103915, + [SMALL_STATE(2735)] = 103940, + [SMALL_STATE(2736)] = 103955, + [SMALL_STATE(2737)] = 103970, + [SMALL_STATE(2738)] = 103985, + [SMALL_STATE(2739)] = 104000, + [SMALL_STATE(2740)] = 104015, + [SMALL_STATE(2741)] = 104036, + [SMALL_STATE(2742)] = 104053, + [SMALL_STATE(2743)] = 104068, + [SMALL_STATE(2744)] = 104085, + [SMALL_STATE(2745)] = 104100, + [SMALL_STATE(2746)] = 104131, + [SMALL_STATE(2747)] = 104162, + [SMALL_STATE(2748)] = 104179, + [SMALL_STATE(2749)] = 104194, + [SMALL_STATE(2750)] = 104209, + [SMALL_STATE(2751)] = 104224, + [SMALL_STATE(2752)] = 104239, + [SMALL_STATE(2753)] = 104254, + [SMALL_STATE(2754)] = 104269, + [SMALL_STATE(2755)] = 104288, + [SMALL_STATE(2756)] = 104315, + [SMALL_STATE(2757)] = 104330, + [SMALL_STATE(2758)] = 104345, + [SMALL_STATE(2759)] = 104360, + [SMALL_STATE(2760)] = 104375, + [SMALL_STATE(2761)] = 104402, + [SMALL_STATE(2762)] = 104433, + [SMALL_STATE(2763)] = 104450, + [SMALL_STATE(2764)] = 104465, + [SMALL_STATE(2765)] = 104480, + [SMALL_STATE(2766)] = 104495, + [SMALL_STATE(2767)] = 104510, + [SMALL_STATE(2768)] = 104531, + [SMALL_STATE(2769)] = 104546, + [SMALL_STATE(2770)] = 104561, + [SMALL_STATE(2771)] = 104576, + [SMALL_STATE(2772)] = 104597, + [SMALL_STATE(2773)] = 104612, + [SMALL_STATE(2774)] = 104643, + [SMALL_STATE(2775)] = 104674, + [SMALL_STATE(2776)] = 104689, + [SMALL_STATE(2777)] = 104718, + [SMALL_STATE(2778)] = 104749, + [SMALL_STATE(2779)] = 104780, + [SMALL_STATE(2780)] = 104811, + [SMALL_STATE(2781)] = 104838, + [SMALL_STATE(2782)] = 104853, + [SMALL_STATE(2783)] = 104868, + [SMALL_STATE(2784)] = 104899, + [SMALL_STATE(2785)] = 104924, + [SMALL_STATE(2786)] = 104939, + [SMALL_STATE(2787)] = 104954, + [SMALL_STATE(2788)] = 104969, + [SMALL_STATE(2789)] = 104984, + [SMALL_STATE(2790)] = 105009, + [SMALL_STATE(2791)] = 105024, + [SMALL_STATE(2792)] = 105055, + [SMALL_STATE(2793)] = 105074, + [SMALL_STATE(2794)] = 105099, + [SMALL_STATE(2795)] = 105130, + [SMALL_STATE(2796)] = 105157, + [SMALL_STATE(2797)] = 105184, + [SMALL_STATE(2798)] = 105205, + [SMALL_STATE(2799)] = 105230, + [SMALL_STATE(2800)] = 105257, + [SMALL_STATE(2801)] = 105284, + [SMALL_STATE(2802)] = 105299, + [SMALL_STATE(2803)] = 105330, + [SMALL_STATE(2804)] = 105351, + [SMALL_STATE(2805)] = 105366, + [SMALL_STATE(2806)] = 105381, + [SMALL_STATE(2807)] = 105408, + [SMALL_STATE(2808)] = 105439, + [SMALL_STATE(2809)] = 105459, + [SMALL_STATE(2810)] = 105473, + [SMALL_STATE(2811)] = 105487, + [SMALL_STATE(2812)] = 105505, + [SMALL_STATE(2813)] = 105519, + [SMALL_STATE(2814)] = 105543, + [SMALL_STATE(2815)] = 105567, + [SMALL_STATE(2816)] = 105591, + [SMALL_STATE(2817)] = 105615, + [SMALL_STATE(2818)] = 105635, + [SMALL_STATE(2819)] = 105659, + [SMALL_STATE(2820)] = 105683, + [SMALL_STATE(2821)] = 105707, + [SMALL_STATE(2822)] = 105731, + [SMALL_STATE(2823)] = 105755, + [SMALL_STATE(2824)] = 105775, + [SMALL_STATE(2825)] = 105799, + [SMALL_STATE(2826)] = 105823, + [SMALL_STATE(2827)] = 105843, + [SMALL_STATE(2828)] = 105863, + [SMALL_STATE(2829)] = 105887, + [SMALL_STATE(2830)] = 105910, + [SMALL_STATE(2831)] = 105931, + [SMALL_STATE(2832)] = 105956, + [SMALL_STATE(2833)] = 105981, + [SMALL_STATE(2834)] = 106006, + [SMALL_STATE(2835)] = 106027, + [SMALL_STATE(2836)] = 106044, + [SMALL_STATE(2837)] = 106069, + [SMALL_STATE(2838)] = 106086, + [SMALL_STATE(2839)] = 106099, + [SMALL_STATE(2840)] = 106116, + [SMALL_STATE(2841)] = 106133, + [SMALL_STATE(2842)] = 106158, + [SMALL_STATE(2843)] = 106175, + [SMALL_STATE(2844)] = 106192, + [SMALL_STATE(2845)] = 106215, + [SMALL_STATE(2846)] = 106232, + [SMALL_STATE(2847)] = 106257, + [SMALL_STATE(2848)] = 106274, + [SMALL_STATE(2849)] = 106287, + [SMALL_STATE(2850)] = 106312, + [SMALL_STATE(2851)] = 106325, + [SMALL_STATE(2852)] = 106338, + [SMALL_STATE(2853)] = 106353, + [SMALL_STATE(2854)] = 106378, + [SMALL_STATE(2855)] = 106395, + [SMALL_STATE(2856)] = 106420, + [SMALL_STATE(2857)] = 106437, + [SMALL_STATE(2858)] = 106462, + [SMALL_STATE(2859)] = 106487, + [SMALL_STATE(2860)] = 106512, + [SMALL_STATE(2861)] = 106529, + [SMALL_STATE(2862)] = 106546, + [SMALL_STATE(2863)] = 106563, + [SMALL_STATE(2864)] = 106580, + [SMALL_STATE(2865)] = 106605, + [SMALL_STATE(2866)] = 106622, + [SMALL_STATE(2867)] = 106641, + [SMALL_STATE(2868)] = 106658, + [SMALL_STATE(2869)] = 106675, + [SMALL_STATE(2870)] = 106700, + [SMALL_STATE(2871)] = 106715, + [SMALL_STATE(2872)] = 106732, + [SMALL_STATE(2873)] = 106757, + [SMALL_STATE(2874)] = 106782, + [SMALL_STATE(2875)] = 106797, + [SMALL_STATE(2876)] = 106812, + [SMALL_STATE(2877)] = 106827, + [SMALL_STATE(2878)] = 106852, + [SMALL_STATE(2879)] = 106873, + [SMALL_STATE(2880)] = 106890, + [SMALL_STATE(2881)] = 106903, + [SMALL_STATE(2882)] = 106928, + [SMALL_STATE(2883)] = 106953, + [SMALL_STATE(2884)] = 106966, + [SMALL_STATE(2885)] = 106983, + [SMALL_STATE(2886)] = 107000, + [SMALL_STATE(2887)] = 107013, + [SMALL_STATE(2888)] = 107028, + [SMALL_STATE(2889)] = 107045, + [SMALL_STATE(2890)] = 107062, + [SMALL_STATE(2891)] = 107079, + [SMALL_STATE(2892)] = 107096, + [SMALL_STATE(2893)] = 107117, + [SMALL_STATE(2894)] = 107138, + [SMALL_STATE(2895)] = 107163, + [SMALL_STATE(2896)] = 107188, + [SMALL_STATE(2897)] = 107213, + [SMALL_STATE(2898)] = 107234, + [SMALL_STATE(2899)] = 107259, + [SMALL_STATE(2900)] = 107284, + [SMALL_STATE(2901)] = 107297, + [SMALL_STATE(2902)] = 107310, + [SMALL_STATE(2903)] = 107331, + [SMALL_STATE(2904)] = 107352, + [SMALL_STATE(2905)] = 107373, + [SMALL_STATE(2906)] = 107398, + [SMALL_STATE(2907)] = 107411, + [SMALL_STATE(2908)] = 107428, + [SMALL_STATE(2909)] = 107453, + [SMALL_STATE(2910)] = 107478, + [SMALL_STATE(2911)] = 107503, + [SMALL_STATE(2912)] = 107528, + [SMALL_STATE(2913)] = 107549, + [SMALL_STATE(2914)] = 107570, + [SMALL_STATE(2915)] = 107595, + [SMALL_STATE(2916)] = 107608, + [SMALL_STATE(2917)] = 107633, + [SMALL_STATE(2918)] = 107658, + [SMALL_STATE(2919)] = 107679, + [SMALL_STATE(2920)] = 107692, + [SMALL_STATE(2921)] = 107713, + [SMALL_STATE(2922)] = 107730, + [SMALL_STATE(2923)] = 107755, + [SMALL_STATE(2924)] = 107780, + [SMALL_STATE(2925)] = 107805, + [SMALL_STATE(2926)] = 107820, + [SMALL_STATE(2927)] = 107845, + [SMALL_STATE(2928)] = 107870, + [SMALL_STATE(2929)] = 107891, + [SMALL_STATE(2930)] = 107912, + [SMALL_STATE(2931)] = 107933, + [SMALL_STATE(2932)] = 107958, + [SMALL_STATE(2933)] = 107983, + [SMALL_STATE(2934)] = 108008, + [SMALL_STATE(2935)] = 108033, + [SMALL_STATE(2936)] = 108058, + [SMALL_STATE(2937)] = 108083, + [SMALL_STATE(2938)] = 108096, + [SMALL_STATE(2939)] = 108109, + [SMALL_STATE(2940)] = 108134, + [SMALL_STATE(2941)] = 108155, + [SMALL_STATE(2942)] = 108180, + [SMALL_STATE(2943)] = 108201, + [SMALL_STATE(2944)] = 108226, + [SMALL_STATE(2945)] = 108251, + [SMALL_STATE(2946)] = 108264, + [SMALL_STATE(2947)] = 108286, + [SMALL_STATE(2948)] = 108304, + [SMALL_STATE(2949)] = 108322, + [SMALL_STATE(2950)] = 108338, + [SMALL_STATE(2951)] = 108360, + [SMALL_STATE(2952)] = 108382, + [SMALL_STATE(2953)] = 108404, + [SMALL_STATE(2954)] = 108426, + [SMALL_STATE(2955)] = 108448, + [SMALL_STATE(2956)] = 108464, + [SMALL_STATE(2957)] = 108480, + [SMALL_STATE(2958)] = 108502, + [SMALL_STATE(2959)] = 108524, + [SMALL_STATE(2960)] = 108540, + [SMALL_STATE(2961)] = 108562, + [SMALL_STATE(2962)] = 108584, + [SMALL_STATE(2963)] = 108602, + [SMALL_STATE(2964)] = 108618, + [SMALL_STATE(2965)] = 108634, + [SMALL_STATE(2966)] = 108656, + [SMALL_STATE(2967)] = 108672, + [SMALL_STATE(2968)] = 108688, + [SMALL_STATE(2969)] = 108706, + [SMALL_STATE(2970)] = 108720, + [SMALL_STATE(2971)] = 108742, + [SMALL_STATE(2972)] = 108758, + [SMALL_STATE(2973)] = 108774, + [SMALL_STATE(2974)] = 108796, + [SMALL_STATE(2975)] = 108818, + [SMALL_STATE(2976)] = 108840, + [SMALL_STATE(2977)] = 108856, + [SMALL_STATE(2978)] = 108874, + [SMALL_STATE(2979)] = 108892, + [SMALL_STATE(2980)] = 108914, + [SMALL_STATE(2981)] = 108936, + [SMALL_STATE(2982)] = 108954, + [SMALL_STATE(2983)] = 108976, + [SMALL_STATE(2984)] = 108992, + [SMALL_STATE(2985)] = 109014, + [SMALL_STATE(2986)] = 109032, + [SMALL_STATE(2987)] = 109048, + [SMALL_STATE(2988)] = 109066, + [SMALL_STATE(2989)] = 109086, + [SMALL_STATE(2990)] = 109102, + [SMALL_STATE(2991)] = 109120, + [SMALL_STATE(2992)] = 109142, + [SMALL_STATE(2993)] = 109164, + [SMALL_STATE(2994)] = 109182, + [SMALL_STATE(2995)] = 109194, + [SMALL_STATE(2996)] = 109210, + [SMALL_STATE(2997)] = 109222, + [SMALL_STATE(2998)] = 109234, + [SMALL_STATE(2999)] = 109250, + [SMALL_STATE(3000)] = 109272, + [SMALL_STATE(3001)] = 109294, + [SMALL_STATE(3002)] = 109310, + [SMALL_STATE(3003)] = 109330, + [SMALL_STATE(3004)] = 109346, + [SMALL_STATE(3005)] = 109368, + [SMALL_STATE(3006)] = 109390, + [SMALL_STATE(3007)] = 109408, + [SMALL_STATE(3008)] = 109420, + [SMALL_STATE(3009)] = 109432, + [SMALL_STATE(3010)] = 109448, + [SMALL_STATE(3011)] = 109468, + [SMALL_STATE(3012)] = 109490, + [SMALL_STATE(3013)] = 109506, + [SMALL_STATE(3014)] = 109524, + [SMALL_STATE(3015)] = 109542, + [SMALL_STATE(3016)] = 109558, + [SMALL_STATE(3017)] = 109574, + [SMALL_STATE(3018)] = 109596, + [SMALL_STATE(3019)] = 109618, + [SMALL_STATE(3020)] = 109634, + [SMALL_STATE(3021)] = 109656, + [SMALL_STATE(3022)] = 109672, + [SMALL_STATE(3023)] = 109688, + [SMALL_STATE(3024)] = 109710, + [SMALL_STATE(3025)] = 109722, + [SMALL_STATE(3026)] = 109744, + [SMALL_STATE(3027)] = 109762, + [SMALL_STATE(3028)] = 109780, + [SMALL_STATE(3029)] = 109796, + [SMALL_STATE(3030)] = 109808, + [SMALL_STATE(3031)] = 109824, + [SMALL_STATE(3032)] = 109836, + [SMALL_STATE(3033)] = 109858, + [SMALL_STATE(3034)] = 109870, + [SMALL_STATE(3035)] = 109886, + [SMALL_STATE(3036)] = 109902, + [SMALL_STATE(3037)] = 109924, + [SMALL_STATE(3038)] = 109940, + [SMALL_STATE(3039)] = 109956, + [SMALL_STATE(3040)] = 109972, + [SMALL_STATE(3041)] = 109988, + [SMALL_STATE(3042)] = 110000, + [SMALL_STATE(3043)] = 110018, + [SMALL_STATE(3044)] = 110036, + [SMALL_STATE(3045)] = 110052, + [SMALL_STATE(3046)] = 110074, + [SMALL_STATE(3047)] = 110092, + [SMALL_STATE(3048)] = 110114, + [SMALL_STATE(3049)] = 110136, + [SMALL_STATE(3050)] = 110152, + [SMALL_STATE(3051)] = 110164, + [SMALL_STATE(3052)] = 110180, + [SMALL_STATE(3053)] = 110202, + [SMALL_STATE(3054)] = 110218, + [SMALL_STATE(3055)] = 110240, + [SMALL_STATE(3056)] = 110256, + [SMALL_STATE(3057)] = 110272, + [SMALL_STATE(3058)] = 110288, + [SMALL_STATE(3059)] = 110304, + [SMALL_STATE(3060)] = 110320, + [SMALL_STATE(3061)] = 110342, + [SMALL_STATE(3062)] = 110364, + [SMALL_STATE(3063)] = 110386, + [SMALL_STATE(3064)] = 110408, + [SMALL_STATE(3065)] = 110426, + [SMALL_STATE(3066)] = 110444, + [SMALL_STATE(3067)] = 110460, + [SMALL_STATE(3068)] = 110478, + [SMALL_STATE(3069)] = 110496, + [SMALL_STATE(3070)] = 110518, + [SMALL_STATE(3071)] = 110534, + [SMALL_STATE(3072)] = 110556, + [SMALL_STATE(3073)] = 110572, + [SMALL_STATE(3074)] = 110588, + [SMALL_STATE(3075)] = 110610, + [SMALL_STATE(3076)] = 110632, + [SMALL_STATE(3077)] = 110646, + [SMALL_STATE(3078)] = 110664, + [SMALL_STATE(3079)] = 110678, + [SMALL_STATE(3080)] = 110696, + [SMALL_STATE(3081)] = 110712, + [SMALL_STATE(3082)] = 110734, + [SMALL_STATE(3083)] = 110752, + [SMALL_STATE(3084)] = 110768, + [SMALL_STATE(3085)] = 110786, + [SMALL_STATE(3086)] = 110798, + [SMALL_STATE(3087)] = 110812, + [SMALL_STATE(3088)] = 110830, + [SMALL_STATE(3089)] = 110848, + [SMALL_STATE(3090)] = 110870, + [SMALL_STATE(3091)] = 110886, + [SMALL_STATE(3092)] = 110902, + [SMALL_STATE(3093)] = 110924, + [SMALL_STATE(3094)] = 110936, + [SMALL_STATE(3095)] = 110958, + [SMALL_STATE(3096)] = 110977, + [SMALL_STATE(3097)] = 110996, + [SMALL_STATE(3098)] = 111007, + [SMALL_STATE(3099)] = 111024, + [SMALL_STATE(3100)] = 111035, + [SMALL_STATE(3101)] = 111052, + [SMALL_STATE(3102)] = 111063, + [SMALL_STATE(3103)] = 111082, + [SMALL_STATE(3104)] = 111093, + [SMALL_STATE(3105)] = 111112, + [SMALL_STATE(3106)] = 111131, + [SMALL_STATE(3107)] = 111148, + [SMALL_STATE(3108)] = 111159, + [SMALL_STATE(3109)] = 111178, + [SMALL_STATE(3110)] = 111197, + [SMALL_STATE(3111)] = 111208, + [SMALL_STATE(3112)] = 111223, + [SMALL_STATE(3113)] = 111242, + [SMALL_STATE(3114)] = 111253, + [SMALL_STATE(3115)] = 111264, + [SMALL_STATE(3116)] = 111283, + [SMALL_STATE(3117)] = 111294, + [SMALL_STATE(3118)] = 111305, + [SMALL_STATE(3119)] = 111316, + [SMALL_STATE(3120)] = 111335, + [SMALL_STATE(3121)] = 111354, + [SMALL_STATE(3122)] = 111365, + [SMALL_STATE(3123)] = 111384, + [SMALL_STATE(3124)] = 111395, + [SMALL_STATE(3125)] = 111406, + [SMALL_STATE(3126)] = 111417, + [SMALL_STATE(3127)] = 111428, + [SMALL_STATE(3128)] = 111439, + [SMALL_STATE(3129)] = 111450, + [SMALL_STATE(3130)] = 111461, + [SMALL_STATE(3131)] = 111472, + [SMALL_STATE(3132)] = 111487, + [SMALL_STATE(3133)] = 111502, + [SMALL_STATE(3134)] = 111513, + [SMALL_STATE(3135)] = 111524, + [SMALL_STATE(3136)] = 111535, + [SMALL_STATE(3137)] = 111550, + [SMALL_STATE(3138)] = 111565, + [SMALL_STATE(3139)] = 111576, + [SMALL_STATE(3140)] = 111587, + [SMALL_STATE(3141)] = 111598, + [SMALL_STATE(3142)] = 111609, + [SMALL_STATE(3143)] = 111620, + [SMALL_STATE(3144)] = 111631, + [SMALL_STATE(3145)] = 111642, + [SMALL_STATE(3146)] = 111653, + [SMALL_STATE(3147)] = 111664, + [SMALL_STATE(3148)] = 111675, + [SMALL_STATE(3149)] = 111694, + [SMALL_STATE(3150)] = 111713, + [SMALL_STATE(3151)] = 111724, + [SMALL_STATE(3152)] = 111735, + [SMALL_STATE(3153)] = 111746, + [SMALL_STATE(3154)] = 111757, + [SMALL_STATE(3155)] = 111768, + [SMALL_STATE(3156)] = 111779, + [SMALL_STATE(3157)] = 111790, + [SMALL_STATE(3158)] = 111801, + [SMALL_STATE(3159)] = 111812, + [SMALL_STATE(3160)] = 111823, + [SMALL_STATE(3161)] = 111834, + [SMALL_STATE(3162)] = 111845, + [SMALL_STATE(3163)] = 111862, + [SMALL_STATE(3164)] = 111881, + [SMALL_STATE(3165)] = 111894, + [SMALL_STATE(3166)] = 111905, + [SMALL_STATE(3167)] = 111916, + [SMALL_STATE(3168)] = 111933, + [SMALL_STATE(3169)] = 111948, + [SMALL_STATE(3170)] = 111959, + [SMALL_STATE(3171)] = 111978, + [SMALL_STATE(3172)] = 111993, + [SMALL_STATE(3173)] = 112004, + [SMALL_STATE(3174)] = 112015, + [SMALL_STATE(3175)] = 112034, + [SMALL_STATE(3176)] = 112045, + [SMALL_STATE(3177)] = 112064, + [SMALL_STATE(3178)] = 112075, + [SMALL_STATE(3179)] = 112092, + [SMALL_STATE(3180)] = 112103, + [SMALL_STATE(3181)] = 112122, + [SMALL_STATE(3182)] = 112133, + [SMALL_STATE(3183)] = 112152, + [SMALL_STATE(3184)] = 112163, + [SMALL_STATE(3185)] = 112178, + [SMALL_STATE(3186)] = 112197, + [SMALL_STATE(3187)] = 112216, + [SMALL_STATE(3188)] = 112233, + [SMALL_STATE(3189)] = 112244, + [SMALL_STATE(3190)] = 112259, + [SMALL_STATE(3191)] = 112270, + [SMALL_STATE(3192)] = 112281, + [SMALL_STATE(3193)] = 112292, + [SMALL_STATE(3194)] = 112303, + [SMALL_STATE(3195)] = 112314, + [SMALL_STATE(3196)] = 112325, + [SMALL_STATE(3197)] = 112336, + [SMALL_STATE(3198)] = 112347, + [SMALL_STATE(3199)] = 112358, + [SMALL_STATE(3200)] = 112369, + [SMALL_STATE(3201)] = 112380, + [SMALL_STATE(3202)] = 112391, + [SMALL_STATE(3203)] = 112402, + [SMALL_STATE(3204)] = 112421, + [SMALL_STATE(3205)] = 112436, + [SMALL_STATE(3206)] = 112455, + [SMALL_STATE(3207)] = 112466, + [SMALL_STATE(3208)] = 112479, + [SMALL_STATE(3209)] = 112492, + [SMALL_STATE(3210)] = 112503, + [SMALL_STATE(3211)] = 112514, + [SMALL_STATE(3212)] = 112533, + [SMALL_STATE(3213)] = 112544, + [SMALL_STATE(3214)] = 112563, + [SMALL_STATE(3215)] = 112578, + [SMALL_STATE(3216)] = 112589, + [SMALL_STATE(3217)] = 112604, + [SMALL_STATE(3218)] = 112615, + [SMALL_STATE(3219)] = 112626, + [SMALL_STATE(3220)] = 112645, + [SMALL_STATE(3221)] = 112656, + [SMALL_STATE(3222)] = 112675, + [SMALL_STATE(3223)] = 112686, + [SMALL_STATE(3224)] = 112697, + [SMALL_STATE(3225)] = 112708, + [SMALL_STATE(3226)] = 112719, + [SMALL_STATE(3227)] = 112730, + [SMALL_STATE(3228)] = 112741, + [SMALL_STATE(3229)] = 112758, + [SMALL_STATE(3230)] = 112769, + [SMALL_STATE(3231)] = 112788, + [SMALL_STATE(3232)] = 112803, + [SMALL_STATE(3233)] = 112816, + [SMALL_STATE(3234)] = 112835, + [SMALL_STATE(3235)] = 112854, + [SMALL_STATE(3236)] = 112865, + [SMALL_STATE(3237)] = 112884, + [SMALL_STATE(3238)] = 112903, + [SMALL_STATE(3239)] = 112920, + [SMALL_STATE(3240)] = 112939, + [SMALL_STATE(3241)] = 112954, + [SMALL_STATE(3242)] = 112973, + [SMALL_STATE(3243)] = 112984, + [SMALL_STATE(3244)] = 112995, + [SMALL_STATE(3245)] = 113006, + [SMALL_STATE(3246)] = 113017, + [SMALL_STATE(3247)] = 113028, + [SMALL_STATE(3248)] = 113039, + [SMALL_STATE(3249)] = 113054, + [SMALL_STATE(3250)] = 113065, + [SMALL_STATE(3251)] = 113084, + [SMALL_STATE(3252)] = 113099, + [SMALL_STATE(3253)] = 113110, + [SMALL_STATE(3254)] = 113121, + [SMALL_STATE(3255)] = 113132, + [SMALL_STATE(3256)] = 113143, + [SMALL_STATE(3257)] = 113154, + [SMALL_STATE(3258)] = 113165, + [SMALL_STATE(3259)] = 113176, + [SMALL_STATE(3260)] = 113187, + [SMALL_STATE(3261)] = 113206, + [SMALL_STATE(3262)] = 113217, + [SMALL_STATE(3263)] = 113236, + [SMALL_STATE(3264)] = 113255, + [SMALL_STATE(3265)] = 113274, + [SMALL_STATE(3266)] = 113289, + [SMALL_STATE(3267)] = 113308, + [SMALL_STATE(3268)] = 113327, + [SMALL_STATE(3269)] = 113338, + [SMALL_STATE(3270)] = 113349, + [SMALL_STATE(3271)] = 113360, + [SMALL_STATE(3272)] = 113371, + [SMALL_STATE(3273)] = 113390, + [SMALL_STATE(3274)] = 113409, + [SMALL_STATE(3275)] = 113420, + [SMALL_STATE(3276)] = 113431, + [SMALL_STATE(3277)] = 113450, + [SMALL_STATE(3278)] = 113461, + [SMALL_STATE(3279)] = 113480, + [SMALL_STATE(3280)] = 113491, + [SMALL_STATE(3281)] = 113502, + [SMALL_STATE(3282)] = 113521, + [SMALL_STATE(3283)] = 113540, + [SMALL_STATE(3284)] = 113559, + [SMALL_STATE(3285)] = 113570, + [SMALL_STATE(3286)] = 113589, + [SMALL_STATE(3287)] = 113604, + [SMALL_STATE(3288)] = 113615, + [SMALL_STATE(3289)] = 113632, + [SMALL_STATE(3290)] = 113647, + [SMALL_STATE(3291)] = 113658, + [SMALL_STATE(3292)] = 113669, + [SMALL_STATE(3293)] = 113680, + [SMALL_STATE(3294)] = 113691, + [SMALL_STATE(3295)] = 113708, + [SMALL_STATE(3296)] = 113727, + [SMALL_STATE(3297)] = 113738, + [SMALL_STATE(3298)] = 113757, + [SMALL_STATE(3299)] = 113776, + [SMALL_STATE(3300)] = 113787, + [SMALL_STATE(3301)] = 113806, + [SMALL_STATE(3302)] = 113817, + [SMALL_STATE(3303)] = 113828, + [SMALL_STATE(3304)] = 113847, + [SMALL_STATE(3305)] = 113864, + [SMALL_STATE(3306)] = 113881, + [SMALL_STATE(3307)] = 113892, + [SMALL_STATE(3308)] = 113909, + [SMALL_STATE(3309)] = 113920, + [SMALL_STATE(3310)] = 113931, + [SMALL_STATE(3311)] = 113942, + [SMALL_STATE(3312)] = 113961, + [SMALL_STATE(3313)] = 113978, + [SMALL_STATE(3314)] = 113997, + [SMALL_STATE(3315)] = 114014, + [SMALL_STATE(3316)] = 114025, + [SMALL_STATE(3317)] = 114036, + [SMALL_STATE(3318)] = 114053, + [SMALL_STATE(3319)] = 114068, + [SMALL_STATE(3320)] = 114083, + [SMALL_STATE(3321)] = 114094, + [SMALL_STATE(3322)] = 114113, + [SMALL_STATE(3323)] = 114124, + [SMALL_STATE(3324)] = 114141, + [SMALL_STATE(3325)] = 114152, + [SMALL_STATE(3326)] = 114171, + [SMALL_STATE(3327)] = 114182, + [SMALL_STATE(3328)] = 114201, + [SMALL_STATE(3329)] = 114220, + [SMALL_STATE(3330)] = 114239, + [SMALL_STATE(3331)] = 114250, + [SMALL_STATE(3332)] = 114267, + [SMALL_STATE(3333)] = 114278, + [SMALL_STATE(3334)] = 114297, + [SMALL_STATE(3335)] = 114312, + [SMALL_STATE(3336)] = 114327, + [SMALL_STATE(3337)] = 114346, + [SMALL_STATE(3338)] = 114365, + [SMALL_STATE(3339)] = 114384, + [SMALL_STATE(3340)] = 114403, + [SMALL_STATE(3341)] = 114418, + [SMALL_STATE(3342)] = 114435, + [SMALL_STATE(3343)] = 114454, + [SMALL_STATE(3344)] = 114467, + [SMALL_STATE(3345)] = 114482, + [SMALL_STATE(3346)] = 114501, + [SMALL_STATE(3347)] = 114518, + [SMALL_STATE(3348)] = 114529, + [SMALL_STATE(3349)] = 114548, + [SMALL_STATE(3350)] = 114559, + [SMALL_STATE(3351)] = 114570, + [SMALL_STATE(3352)] = 114581, + [SMALL_STATE(3353)] = 114598, + [SMALL_STATE(3354)] = 114613, + [SMALL_STATE(3355)] = 114624, + [SMALL_STATE(3356)] = 114635, + [SMALL_STATE(3357)] = 114654, + [SMALL_STATE(3358)] = 114673, + [SMALL_STATE(3359)] = 114690, + [SMALL_STATE(3360)] = 114705, + [SMALL_STATE(3361)] = 114722, + [SMALL_STATE(3362)] = 114741, + [SMALL_STATE(3363)] = 114752, + [SMALL_STATE(3364)] = 114763, + [SMALL_STATE(3365)] = 114782, + [SMALL_STATE(3366)] = 114801, + [SMALL_STATE(3367)] = 114812, + [SMALL_STATE(3368)] = 114831, + [SMALL_STATE(3369)] = 114842, + [SMALL_STATE(3370)] = 114853, + [SMALL_STATE(3371)] = 114872, + [SMALL_STATE(3372)] = 114886, + [SMALL_STATE(3373)] = 114902, + [SMALL_STATE(3374)] = 114916, + [SMALL_STATE(3375)] = 114930, + [SMALL_STATE(3376)] = 114946, + [SMALL_STATE(3377)] = 114962, + [SMALL_STATE(3378)] = 114978, + [SMALL_STATE(3379)] = 114994, + [SMALL_STATE(3380)] = 115010, + [SMALL_STATE(3381)] = 115024, + [SMALL_STATE(3382)] = 115040, + [SMALL_STATE(3383)] = 115054, + [SMALL_STATE(3384)] = 115068, + [SMALL_STATE(3385)] = 115084, + [SMALL_STATE(3386)] = 115100, + [SMALL_STATE(3387)] = 115116, + [SMALL_STATE(3388)] = 115130, + [SMALL_STATE(3389)] = 115144, + [SMALL_STATE(3390)] = 115158, + [SMALL_STATE(3391)] = 115174, + [SMALL_STATE(3392)] = 115188, + [SMALL_STATE(3393)] = 115204, + [SMALL_STATE(3394)] = 115218, + [SMALL_STATE(3395)] = 115234, + [SMALL_STATE(3396)] = 115250, + [SMALL_STATE(3397)] = 115264, + [SMALL_STATE(3398)] = 115278, + [SMALL_STATE(3399)] = 115292, + [SMALL_STATE(3400)] = 115306, + [SMALL_STATE(3401)] = 115322, + [SMALL_STATE(3402)] = 115336, + [SMALL_STATE(3403)] = 115352, + [SMALL_STATE(3404)] = 115368, + [SMALL_STATE(3405)] = 115382, + [SMALL_STATE(3406)] = 115398, + [SMALL_STATE(3407)] = 115412, + [SMALL_STATE(3408)] = 115426, + [SMALL_STATE(3409)] = 115442, + [SMALL_STATE(3410)] = 115456, + [SMALL_STATE(3411)] = 115470, + [SMALL_STATE(3412)] = 115480, + [SMALL_STATE(3413)] = 115494, + [SMALL_STATE(3414)] = 115510, + [SMALL_STATE(3415)] = 115524, + [SMALL_STATE(3416)] = 115538, + [SMALL_STATE(3417)] = 115554, + [SMALL_STATE(3418)] = 115570, + [SMALL_STATE(3419)] = 115586, + [SMALL_STATE(3420)] = 115602, + [SMALL_STATE(3421)] = 115618, + [SMALL_STATE(3422)] = 115632, + [SMALL_STATE(3423)] = 115648, + [SMALL_STATE(3424)] = 115664, + [SMALL_STATE(3425)] = 115680, + [SMALL_STATE(3426)] = 115694, + [SMALL_STATE(3427)] = 115708, + [SMALL_STATE(3428)] = 115724, + [SMALL_STATE(3429)] = 115740, + [SMALL_STATE(3430)] = 115756, + [SMALL_STATE(3431)] = 115770, + [SMALL_STATE(3432)] = 115784, + [SMALL_STATE(3433)] = 115798, + [SMALL_STATE(3434)] = 115814, + [SMALL_STATE(3435)] = 115830, + [SMALL_STATE(3436)] = 115846, + [SMALL_STATE(3437)] = 115862, + [SMALL_STATE(3438)] = 115876, + [SMALL_STATE(3439)] = 115890, + [SMALL_STATE(3440)] = 115906, + [SMALL_STATE(3441)] = 115920, + [SMALL_STATE(3442)] = 115936, + [SMALL_STATE(3443)] = 115950, + [SMALL_STATE(3444)] = 115964, + [SMALL_STATE(3445)] = 115980, + [SMALL_STATE(3446)] = 115996, + [SMALL_STATE(3447)] = 116010, + [SMALL_STATE(3448)] = 116022, + [SMALL_STATE(3449)] = 116034, + [SMALL_STATE(3450)] = 116050, + [SMALL_STATE(3451)] = 116064, + [SMALL_STATE(3452)] = 116080, + [SMALL_STATE(3453)] = 116096, + [SMALL_STATE(3454)] = 116112, + [SMALL_STATE(3455)] = 116122, + [SMALL_STATE(3456)] = 116138, + [SMALL_STATE(3457)] = 116154, + [SMALL_STATE(3458)] = 116170, + [SMALL_STATE(3459)] = 116184, + [SMALL_STATE(3460)] = 116200, + [SMALL_STATE(3461)] = 116214, + [SMALL_STATE(3462)] = 116228, + [SMALL_STATE(3463)] = 116244, + [SMALL_STATE(3464)] = 116260, + [SMALL_STATE(3465)] = 116274, + [SMALL_STATE(3466)] = 116284, + [SMALL_STATE(3467)] = 116300, + [SMALL_STATE(3468)] = 116316, + [SMALL_STATE(3469)] = 116332, + [SMALL_STATE(3470)] = 116348, + [SMALL_STATE(3471)] = 116364, + [SMALL_STATE(3472)] = 116380, + [SMALL_STATE(3473)] = 116396, + [SMALL_STATE(3474)] = 116412, + [SMALL_STATE(3475)] = 116428, + [SMALL_STATE(3476)] = 116444, + [SMALL_STATE(3477)] = 116458, + [SMALL_STATE(3478)] = 116472, + [SMALL_STATE(3479)] = 116486, + [SMALL_STATE(3480)] = 116500, + [SMALL_STATE(3481)] = 116516, + [SMALL_STATE(3482)] = 116532, + [SMALL_STATE(3483)] = 116548, + [SMALL_STATE(3484)] = 116562, + [SMALL_STATE(3485)] = 116576, + [SMALL_STATE(3486)] = 116590, + [SMALL_STATE(3487)] = 116604, + [SMALL_STATE(3488)] = 116620, + [SMALL_STATE(3489)] = 116636, + [SMALL_STATE(3490)] = 116650, + [SMALL_STATE(3491)] = 116664, + [SMALL_STATE(3492)] = 116680, + [SMALL_STATE(3493)] = 116694, + [SMALL_STATE(3494)] = 116710, + [SMALL_STATE(3495)] = 116724, + [SMALL_STATE(3496)] = 116738, + [SMALL_STATE(3497)] = 116752, + [SMALL_STATE(3498)] = 116766, + [SMALL_STATE(3499)] = 116782, + [SMALL_STATE(3500)] = 116796, + [SMALL_STATE(3501)] = 116812, + [SMALL_STATE(3502)] = 116826, + [SMALL_STATE(3503)] = 116842, + [SMALL_STATE(3504)] = 116855, + [SMALL_STATE(3505)] = 116868, + [SMALL_STATE(3506)] = 116877, + [SMALL_STATE(3507)] = 116888, + [SMALL_STATE(3508)] = 116901, + [SMALL_STATE(3509)] = 116914, + [SMALL_STATE(3510)] = 116927, + [SMALL_STATE(3511)] = 116940, + [SMALL_STATE(3512)] = 116953, + [SMALL_STATE(3513)] = 116966, + [SMALL_STATE(3514)] = 116977, + [SMALL_STATE(3515)] = 116988, + [SMALL_STATE(3516)] = 117001, + [SMALL_STATE(3517)] = 117012, + [SMALL_STATE(3518)] = 117021, + [SMALL_STATE(3519)] = 117034, + [SMALL_STATE(3520)] = 117047, + [SMALL_STATE(3521)] = 117060, + [SMALL_STATE(3522)] = 117073, + [SMALL_STATE(3523)] = 117082, + [SMALL_STATE(3524)] = 117095, + [SMALL_STATE(3525)] = 117106, + [SMALL_STATE(3526)] = 117119, + [SMALL_STATE(3527)] = 117132, + [SMALL_STATE(3528)] = 117145, + [SMALL_STATE(3529)] = 117158, + [SMALL_STATE(3530)] = 117171, + [SMALL_STATE(3531)] = 117184, + [SMALL_STATE(3532)] = 117195, + [SMALL_STATE(3533)] = 117206, + [SMALL_STATE(3534)] = 117217, + [SMALL_STATE(3535)] = 117226, + [SMALL_STATE(3536)] = 117235, + [SMALL_STATE(3537)] = 117244, + [SMALL_STATE(3538)] = 117253, + [SMALL_STATE(3539)] = 117262, + [SMALL_STATE(3540)] = 117275, + [SMALL_STATE(3541)] = 117288, + [SMALL_STATE(3542)] = 117301, + [SMALL_STATE(3543)] = 117314, + [SMALL_STATE(3544)] = 117327, + [SMALL_STATE(3545)] = 117340, + [SMALL_STATE(3546)] = 117353, + [SMALL_STATE(3547)] = 117364, + [SMALL_STATE(3548)] = 117373, + [SMALL_STATE(3549)] = 117386, + [SMALL_STATE(3550)] = 117395, + [SMALL_STATE(3551)] = 117404, + [SMALL_STATE(3552)] = 117413, + [SMALL_STATE(3553)] = 117426, + [SMALL_STATE(3554)] = 117435, + [SMALL_STATE(3555)] = 117448, + [SMALL_STATE(3556)] = 117459, + [SMALL_STATE(3557)] = 117468, + [SMALL_STATE(3558)] = 117481, + [SMALL_STATE(3559)] = 117490, + [SMALL_STATE(3560)] = 117503, + [SMALL_STATE(3561)] = 117516, + [SMALL_STATE(3562)] = 117529, + [SMALL_STATE(3563)] = 117542, + [SMALL_STATE(3564)] = 117555, + [SMALL_STATE(3565)] = 117564, + [SMALL_STATE(3566)] = 117577, + [SMALL_STATE(3567)] = 117586, + [SMALL_STATE(3568)] = 117599, + [SMALL_STATE(3569)] = 117612, + [SMALL_STATE(3570)] = 117625, + [SMALL_STATE(3571)] = 117634, + [SMALL_STATE(3572)] = 117643, + [SMALL_STATE(3573)] = 117656, + [SMALL_STATE(3574)] = 117669, + [SMALL_STATE(3575)] = 117682, + [SMALL_STATE(3576)] = 117691, + [SMALL_STATE(3577)] = 117704, + [SMALL_STATE(3578)] = 117717, + [SMALL_STATE(3579)] = 117730, + [SMALL_STATE(3580)] = 117739, + [SMALL_STATE(3581)] = 117752, + [SMALL_STATE(3582)] = 117765, + [SMALL_STATE(3583)] = 117778, + [SMALL_STATE(3584)] = 117791, + [SMALL_STATE(3585)] = 117804, + [SMALL_STATE(3586)] = 117813, + [SMALL_STATE(3587)] = 117826, + [SMALL_STATE(3588)] = 117839, + [SMALL_STATE(3589)] = 117850, + [SMALL_STATE(3590)] = 117863, + [SMALL_STATE(3591)] = 117876, + [SMALL_STATE(3592)] = 117889, + [SMALL_STATE(3593)] = 117902, + [SMALL_STATE(3594)] = 117915, + [SMALL_STATE(3595)] = 117924, + [SMALL_STATE(3596)] = 117937, + [SMALL_STATE(3597)] = 117950, + [SMALL_STATE(3598)] = 117963, + [SMALL_STATE(3599)] = 117972, + [SMALL_STATE(3600)] = 117985, + [SMALL_STATE(3601)] = 117998, + [SMALL_STATE(3602)] = 118011, + [SMALL_STATE(3603)] = 118024, + [SMALL_STATE(3604)] = 118033, + [SMALL_STATE(3605)] = 118046, + [SMALL_STATE(3606)] = 118059, + [SMALL_STATE(3607)] = 118072, + [SMALL_STATE(3608)] = 118085, + [SMALL_STATE(3609)] = 118096, + [SMALL_STATE(3610)] = 118109, + [SMALL_STATE(3611)] = 118122, + [SMALL_STATE(3612)] = 118135, + [SMALL_STATE(3613)] = 118144, + [SMALL_STATE(3614)] = 118157, + [SMALL_STATE(3615)] = 118166, + [SMALL_STATE(3616)] = 118175, + [SMALL_STATE(3617)] = 118184, + [SMALL_STATE(3618)] = 118195, + [SMALL_STATE(3619)] = 118204, + [SMALL_STATE(3620)] = 118217, + [SMALL_STATE(3621)] = 118226, + [SMALL_STATE(3622)] = 118239, + [SMALL_STATE(3623)] = 118248, + [SMALL_STATE(3624)] = 118261, + [SMALL_STATE(3625)] = 118274, + [SMALL_STATE(3626)] = 118287, + [SMALL_STATE(3627)] = 118300, + [SMALL_STATE(3628)] = 118313, + [SMALL_STATE(3629)] = 118322, + [SMALL_STATE(3630)] = 118335, + [SMALL_STATE(3631)] = 118348, + [SMALL_STATE(3632)] = 118357, + [SMALL_STATE(3633)] = 118370, + [SMALL_STATE(3634)] = 118379, + [SMALL_STATE(3635)] = 118388, + [SMALL_STATE(3636)] = 118397, + [SMALL_STATE(3637)] = 118410, + [SMALL_STATE(3638)] = 118423, + [SMALL_STATE(3639)] = 118432, + [SMALL_STATE(3640)] = 118441, + [SMALL_STATE(3641)] = 118454, + [SMALL_STATE(3642)] = 118463, + [SMALL_STATE(3643)] = 118476, + [SMALL_STATE(3644)] = 118485, + [SMALL_STATE(3645)] = 118494, + [SMALL_STATE(3646)] = 118507, + [SMALL_STATE(3647)] = 118516, + [SMALL_STATE(3648)] = 118529, + [SMALL_STATE(3649)] = 118538, + [SMALL_STATE(3650)] = 118551, + [SMALL_STATE(3651)] = 118564, + [SMALL_STATE(3652)] = 118577, + [SMALL_STATE(3653)] = 118590, + [SMALL_STATE(3654)] = 118601, + [SMALL_STATE(3655)] = 118612, + [SMALL_STATE(3656)] = 118621, + [SMALL_STATE(3657)] = 118634, + [SMALL_STATE(3658)] = 118647, + [SMALL_STATE(3659)] = 118658, + [SMALL_STATE(3660)] = 118671, + [SMALL_STATE(3661)] = 118684, + [SMALL_STATE(3662)] = 118697, + [SMALL_STATE(3663)] = 118710, + [SMALL_STATE(3664)] = 118723, + [SMALL_STATE(3665)] = 118734, + [SMALL_STATE(3666)] = 118745, + [SMALL_STATE(3667)] = 118758, + [SMALL_STATE(3668)] = 118771, + [SMALL_STATE(3669)] = 118784, + [SMALL_STATE(3670)] = 118797, + [SMALL_STATE(3671)] = 118810, + [SMALL_STATE(3672)] = 118823, + [SMALL_STATE(3673)] = 118836, + [SMALL_STATE(3674)] = 118849, + [SMALL_STATE(3675)] = 118862, + [SMALL_STATE(3676)] = 118875, + [SMALL_STATE(3677)] = 118888, + [SMALL_STATE(3678)] = 118901, + [SMALL_STATE(3679)] = 118914, + [SMALL_STATE(3680)] = 118927, + [SMALL_STATE(3681)] = 118940, + [SMALL_STATE(3682)] = 118953, + [SMALL_STATE(3683)] = 118962, + [SMALL_STATE(3684)] = 118975, + [SMALL_STATE(3685)] = 118984, + [SMALL_STATE(3686)] = 118993, + [SMALL_STATE(3687)] = 119006, + [SMALL_STATE(3688)] = 119017, + [SMALL_STATE(3689)] = 119030, + [SMALL_STATE(3690)] = 119043, + [SMALL_STATE(3691)] = 119056, + [SMALL_STATE(3692)] = 119069, + [SMALL_STATE(3693)] = 119082, + [SMALL_STATE(3694)] = 119091, + [SMALL_STATE(3695)] = 119100, + [SMALL_STATE(3696)] = 119109, + [SMALL_STATE(3697)] = 119118, + [SMALL_STATE(3698)] = 119127, + [SMALL_STATE(3699)] = 119136, + [SMALL_STATE(3700)] = 119149, + [SMALL_STATE(3701)] = 119158, + [SMALL_STATE(3702)] = 119171, + [SMALL_STATE(3703)] = 119180, + [SMALL_STATE(3704)] = 119189, + [SMALL_STATE(3705)] = 119198, + [SMALL_STATE(3706)] = 119211, + [SMALL_STATE(3707)] = 119224, + [SMALL_STATE(3708)] = 119237, + [SMALL_STATE(3709)] = 119250, + [SMALL_STATE(3710)] = 119261, + [SMALL_STATE(3711)] = 119270, + [SMALL_STATE(3712)] = 119283, + [SMALL_STATE(3713)] = 119296, + [SMALL_STATE(3714)] = 119309, + [SMALL_STATE(3715)] = 119320, + [SMALL_STATE(3716)] = 119333, + [SMALL_STATE(3717)] = 119346, + [SMALL_STATE(3718)] = 119359, + [SMALL_STATE(3719)] = 119372, + [SMALL_STATE(3720)] = 119385, + [SMALL_STATE(3721)] = 119394, + [SMALL_STATE(3722)] = 119405, + [SMALL_STATE(3723)] = 119418, + [SMALL_STATE(3724)] = 119427, + [SMALL_STATE(3725)] = 119440, + [SMALL_STATE(3726)] = 119453, + [SMALL_STATE(3727)] = 119466, + [SMALL_STATE(3728)] = 119475, + [SMALL_STATE(3729)] = 119488, + [SMALL_STATE(3730)] = 119501, + [SMALL_STATE(3731)] = 119514, + [SMALL_STATE(3732)] = 119525, + [SMALL_STATE(3733)] = 119534, + [SMALL_STATE(3734)] = 119543, + [SMALL_STATE(3735)] = 119553, + [SMALL_STATE(3736)] = 119561, + [SMALL_STATE(3737)] = 119569, + [SMALL_STATE(3738)] = 119579, + [SMALL_STATE(3739)] = 119589, + [SMALL_STATE(3740)] = 119599, + [SMALL_STATE(3741)] = 119609, + [SMALL_STATE(3742)] = 119617, + [SMALL_STATE(3743)] = 119627, + [SMALL_STATE(3744)] = 119637, + [SMALL_STATE(3745)] = 119647, + [SMALL_STATE(3746)] = 119657, + [SMALL_STATE(3747)] = 119665, + [SMALL_STATE(3748)] = 119675, + [SMALL_STATE(3749)] = 119685, + [SMALL_STATE(3750)] = 119695, + [SMALL_STATE(3751)] = 119705, + [SMALL_STATE(3752)] = 119715, + [SMALL_STATE(3753)] = 119725, + [SMALL_STATE(3754)] = 119735, + [SMALL_STATE(3755)] = 119745, + [SMALL_STATE(3756)] = 119755, + [SMALL_STATE(3757)] = 119763, + [SMALL_STATE(3758)] = 119773, + [SMALL_STATE(3759)] = 119781, + [SMALL_STATE(3760)] = 119791, + [SMALL_STATE(3761)] = 119801, + [SMALL_STATE(3762)] = 119811, + [SMALL_STATE(3763)] = 119821, + [SMALL_STATE(3764)] = 119829, + [SMALL_STATE(3765)] = 119839, + [SMALL_STATE(3766)] = 119849, + [SMALL_STATE(3767)] = 119859, + [SMALL_STATE(3768)] = 119869, + [SMALL_STATE(3769)] = 119879, + [SMALL_STATE(3770)] = 119889, + [SMALL_STATE(3771)] = 119897, + [SMALL_STATE(3772)] = 119905, + [SMALL_STATE(3773)] = 119913, + [SMALL_STATE(3774)] = 119923, + [SMALL_STATE(3775)] = 119933, + [SMALL_STATE(3776)] = 119943, + [SMALL_STATE(3777)] = 119953, + [SMALL_STATE(3778)] = 119961, + [SMALL_STATE(3779)] = 119971, + [SMALL_STATE(3780)] = 119981, + [SMALL_STATE(3781)] = 119991, + [SMALL_STATE(3782)] = 119999, + [SMALL_STATE(3783)] = 120009, + [SMALL_STATE(3784)] = 120019, + [SMALL_STATE(3785)] = 120029, + [SMALL_STATE(3786)] = 120039, + [SMALL_STATE(3787)] = 120049, + [SMALL_STATE(3788)] = 120059, + [SMALL_STATE(3789)] = 120069, + [SMALL_STATE(3790)] = 120079, + [SMALL_STATE(3791)] = 120089, + [SMALL_STATE(3792)] = 120099, + [SMALL_STATE(3793)] = 120107, + [SMALL_STATE(3794)] = 120117, + [SMALL_STATE(3795)] = 120127, + [SMALL_STATE(3796)] = 120137, + [SMALL_STATE(3797)] = 120147, + [SMALL_STATE(3798)] = 120157, + [SMALL_STATE(3799)] = 120167, + [SMALL_STATE(3800)] = 120177, + [SMALL_STATE(3801)] = 120187, + [SMALL_STATE(3802)] = 120197, + [SMALL_STATE(3803)] = 120207, + [SMALL_STATE(3804)] = 120217, + [SMALL_STATE(3805)] = 120225, + [SMALL_STATE(3806)] = 120235, + [SMALL_STATE(3807)] = 120245, + [SMALL_STATE(3808)] = 120253, + [SMALL_STATE(3809)] = 120261, + [SMALL_STATE(3810)] = 120271, + [SMALL_STATE(3811)] = 120281, + [SMALL_STATE(3812)] = 120289, + [SMALL_STATE(3813)] = 120299, + [SMALL_STATE(3814)] = 120309, + [SMALL_STATE(3815)] = 120319, + [SMALL_STATE(3816)] = 120329, + [SMALL_STATE(3817)] = 120339, + [SMALL_STATE(3818)] = 120349, + [SMALL_STATE(3819)] = 120359, + [SMALL_STATE(3820)] = 120367, + [SMALL_STATE(3821)] = 120377, + [SMALL_STATE(3822)] = 120387, + [SMALL_STATE(3823)] = 120397, + [SMALL_STATE(3824)] = 120407, + [SMALL_STATE(3825)] = 120415, + [SMALL_STATE(3826)] = 120425, + [SMALL_STATE(3827)] = 120435, + [SMALL_STATE(3828)] = 120445, + [SMALL_STATE(3829)] = 120453, + [SMALL_STATE(3830)] = 120463, + [SMALL_STATE(3831)] = 120473, + [SMALL_STATE(3832)] = 120483, + [SMALL_STATE(3833)] = 120493, + [SMALL_STATE(3834)] = 120503, + [SMALL_STATE(3835)] = 120513, + [SMALL_STATE(3836)] = 120523, + [SMALL_STATE(3837)] = 120533, + [SMALL_STATE(3838)] = 120543, + [SMALL_STATE(3839)] = 120553, + [SMALL_STATE(3840)] = 120563, + [SMALL_STATE(3841)] = 120573, + [SMALL_STATE(3842)] = 120581, + [SMALL_STATE(3843)] = 120591, + [SMALL_STATE(3844)] = 120601, + [SMALL_STATE(3845)] = 120609, + [SMALL_STATE(3846)] = 120617, + [SMALL_STATE(3847)] = 120627, + [SMALL_STATE(3848)] = 120635, + [SMALL_STATE(3849)] = 120643, + [SMALL_STATE(3850)] = 120653, + [SMALL_STATE(3851)] = 120663, + [SMALL_STATE(3852)] = 120673, + [SMALL_STATE(3853)] = 120683, + [SMALL_STATE(3854)] = 120693, + [SMALL_STATE(3855)] = 120703, + [SMALL_STATE(3856)] = 120713, + [SMALL_STATE(3857)] = 120723, + [SMALL_STATE(3858)] = 120733, + [SMALL_STATE(3859)] = 120743, + [SMALL_STATE(3860)] = 120751, + [SMALL_STATE(3861)] = 120761, + [SMALL_STATE(3862)] = 120769, + [SMALL_STATE(3863)] = 120779, + [SMALL_STATE(3864)] = 120789, + [SMALL_STATE(3865)] = 120797, + [SMALL_STATE(3866)] = 120807, + [SMALL_STATE(3867)] = 120817, + [SMALL_STATE(3868)] = 120825, + [SMALL_STATE(3869)] = 120835, + [SMALL_STATE(3870)] = 120845, + [SMALL_STATE(3871)] = 120853, + [SMALL_STATE(3872)] = 120861, + [SMALL_STATE(3873)] = 120871, + [SMALL_STATE(3874)] = 120881, + [SMALL_STATE(3875)] = 120889, + [SMALL_STATE(3876)] = 120899, + [SMALL_STATE(3877)] = 120909, + [SMALL_STATE(3878)] = 120917, + [SMALL_STATE(3879)] = 120925, + [SMALL_STATE(3880)] = 120935, + [SMALL_STATE(3881)] = 120945, + [SMALL_STATE(3882)] = 120955, + [SMALL_STATE(3883)] = 120963, + [SMALL_STATE(3884)] = 120973, + [SMALL_STATE(3885)] = 120983, + [SMALL_STATE(3886)] = 120993, + [SMALL_STATE(3887)] = 121001, + [SMALL_STATE(3888)] = 121011, + [SMALL_STATE(3889)] = 121021, + [SMALL_STATE(3890)] = 121029, + [SMALL_STATE(3891)] = 121039, + [SMALL_STATE(3892)] = 121049, + [SMALL_STATE(3893)] = 121059, + [SMALL_STATE(3894)] = 121067, + [SMALL_STATE(3895)] = 121075, + [SMALL_STATE(3896)] = 121083, + [SMALL_STATE(3897)] = 121093, + [SMALL_STATE(3898)] = 121103, + [SMALL_STATE(3899)] = 121111, + [SMALL_STATE(3900)] = 121121, + [SMALL_STATE(3901)] = 121131, + [SMALL_STATE(3902)] = 121141, + [SMALL_STATE(3903)] = 121151, + [SMALL_STATE(3904)] = 121161, + [SMALL_STATE(3905)] = 121169, + [SMALL_STATE(3906)] = 121179, + [SMALL_STATE(3907)] = 121189, + [SMALL_STATE(3908)] = 121199, + [SMALL_STATE(3909)] = 121209, + [SMALL_STATE(3910)] = 121217, + [SMALL_STATE(3911)] = 121227, + [SMALL_STATE(3912)] = 121237, + [SMALL_STATE(3913)] = 121247, + [SMALL_STATE(3914)] = 121255, + [SMALL_STATE(3915)] = 121265, + [SMALL_STATE(3916)] = 121273, + [SMALL_STATE(3917)] = 121281, + [SMALL_STATE(3918)] = 121291, + [SMALL_STATE(3919)] = 121299, + [SMALL_STATE(3920)] = 121307, + [SMALL_STATE(3921)] = 121317, + [SMALL_STATE(3922)] = 121325, + [SMALL_STATE(3923)] = 121335, + [SMALL_STATE(3924)] = 121345, + [SMALL_STATE(3925)] = 121353, + [SMALL_STATE(3926)] = 121361, + [SMALL_STATE(3927)] = 121371, + [SMALL_STATE(3928)] = 121379, + [SMALL_STATE(3929)] = 121387, + [SMALL_STATE(3930)] = 121397, + [SMALL_STATE(3931)] = 121405, + [SMALL_STATE(3932)] = 121415, + [SMALL_STATE(3933)] = 121425, + [SMALL_STATE(3934)] = 121435, + [SMALL_STATE(3935)] = 121445, + [SMALL_STATE(3936)] = 121455, + [SMALL_STATE(3937)] = 121465, + [SMALL_STATE(3938)] = 121473, + [SMALL_STATE(3939)] = 121483, + [SMALL_STATE(3940)] = 121493, + [SMALL_STATE(3941)] = 121501, + [SMALL_STATE(3942)] = 121511, + [SMALL_STATE(3943)] = 121521, + [SMALL_STATE(3944)] = 121529, + [SMALL_STATE(3945)] = 121537, + [SMALL_STATE(3946)] = 121547, + [SMALL_STATE(3947)] = 121555, + [SMALL_STATE(3948)] = 121563, + [SMALL_STATE(3949)] = 121573, + [SMALL_STATE(3950)] = 121581, + [SMALL_STATE(3951)] = 121591, + [SMALL_STATE(3952)] = 121599, + [SMALL_STATE(3953)] = 121607, + [SMALL_STATE(3954)] = 121615, + [SMALL_STATE(3955)] = 121623, + [SMALL_STATE(3956)] = 121633, + [SMALL_STATE(3957)] = 121643, + [SMALL_STATE(3958)] = 121651, + [SMALL_STATE(3959)] = 121661, + [SMALL_STATE(3960)] = 121669, + [SMALL_STATE(3961)] = 121679, + [SMALL_STATE(3962)] = 121689, + [SMALL_STATE(3963)] = 121699, + [SMALL_STATE(3964)] = 121709, + [SMALL_STATE(3965)] = 121719, + [SMALL_STATE(3966)] = 121729, + [SMALL_STATE(3967)] = 121739, + [SMALL_STATE(3968)] = 121747, + [SMALL_STATE(3969)] = 121757, + [SMALL_STATE(3970)] = 121767, + [SMALL_STATE(3971)] = 121777, + [SMALL_STATE(3972)] = 121787, + [SMALL_STATE(3973)] = 121797, + [SMALL_STATE(3974)] = 121807, + [SMALL_STATE(3975)] = 121815, + [SMALL_STATE(3976)] = 121825, + [SMALL_STATE(3977)] = 121835, + [SMALL_STATE(3978)] = 121845, + [SMALL_STATE(3979)] = 121855, + [SMALL_STATE(3980)] = 121865, + [SMALL_STATE(3981)] = 121873, + [SMALL_STATE(3982)] = 121881, + [SMALL_STATE(3983)] = 121891, + [SMALL_STATE(3984)] = 121899, + [SMALL_STATE(3985)] = 121909, + [SMALL_STATE(3986)] = 121917, + [SMALL_STATE(3987)] = 121925, + [SMALL_STATE(3988)] = 121933, + [SMALL_STATE(3989)] = 121943, + [SMALL_STATE(3990)] = 121953, + [SMALL_STATE(3991)] = 121963, + [SMALL_STATE(3992)] = 121971, + [SMALL_STATE(3993)] = 121981, + [SMALL_STATE(3994)] = 121991, + [SMALL_STATE(3995)] = 122001, + [SMALL_STATE(3996)] = 122011, + [SMALL_STATE(3997)] = 122021, + [SMALL_STATE(3998)] = 122028, + [SMALL_STATE(3999)] = 122035, + [SMALL_STATE(4000)] = 122042, + [SMALL_STATE(4001)] = 122049, + [SMALL_STATE(4002)] = 122056, + [SMALL_STATE(4003)] = 122063, + [SMALL_STATE(4004)] = 122070, + [SMALL_STATE(4005)] = 122077, + [SMALL_STATE(4006)] = 122084, + [SMALL_STATE(4007)] = 122091, + [SMALL_STATE(4008)] = 122098, + [SMALL_STATE(4009)] = 122105, + [SMALL_STATE(4010)] = 122112, + [SMALL_STATE(4011)] = 122119, + [SMALL_STATE(4012)] = 122126, + [SMALL_STATE(4013)] = 122133, + [SMALL_STATE(4014)] = 122140, + [SMALL_STATE(4015)] = 122147, + [SMALL_STATE(4016)] = 122154, + [SMALL_STATE(4017)] = 122161, + [SMALL_STATE(4018)] = 122168, + [SMALL_STATE(4019)] = 122175, + [SMALL_STATE(4020)] = 122182, + [SMALL_STATE(4021)] = 122189, + [SMALL_STATE(4022)] = 122196, + [SMALL_STATE(4023)] = 122203, + [SMALL_STATE(4024)] = 122210, + [SMALL_STATE(4025)] = 122217, + [SMALL_STATE(4026)] = 122224, + [SMALL_STATE(4027)] = 122231, + [SMALL_STATE(4028)] = 122238, + [SMALL_STATE(4029)] = 122245, + [SMALL_STATE(4030)] = 122252, + [SMALL_STATE(4031)] = 122259, + [SMALL_STATE(4032)] = 122266, + [SMALL_STATE(4033)] = 122273, + [SMALL_STATE(4034)] = 122280, + [SMALL_STATE(4035)] = 122287, + [SMALL_STATE(4036)] = 122294, + [SMALL_STATE(4037)] = 122301, + [SMALL_STATE(4038)] = 122308, + [SMALL_STATE(4039)] = 122315, + [SMALL_STATE(4040)] = 122322, + [SMALL_STATE(4041)] = 122329, + [SMALL_STATE(4042)] = 122336, + [SMALL_STATE(4043)] = 122343, + [SMALL_STATE(4044)] = 122350, + [SMALL_STATE(4045)] = 122357, + [SMALL_STATE(4046)] = 122364, + [SMALL_STATE(4047)] = 122371, + [SMALL_STATE(4048)] = 122378, + [SMALL_STATE(4049)] = 122385, + [SMALL_STATE(4050)] = 122392, + [SMALL_STATE(4051)] = 122399, + [SMALL_STATE(4052)] = 122406, + [SMALL_STATE(4053)] = 122413, + [SMALL_STATE(4054)] = 122420, + [SMALL_STATE(4055)] = 122427, + [SMALL_STATE(4056)] = 122434, + [SMALL_STATE(4057)] = 122441, + [SMALL_STATE(4058)] = 122448, + [SMALL_STATE(4059)] = 122455, + [SMALL_STATE(4060)] = 122462, + [SMALL_STATE(4061)] = 122469, + [SMALL_STATE(4062)] = 122476, + [SMALL_STATE(4063)] = 122483, + [SMALL_STATE(4064)] = 122490, + [SMALL_STATE(4065)] = 122497, + [SMALL_STATE(4066)] = 122504, + [SMALL_STATE(4067)] = 122511, + [SMALL_STATE(4068)] = 122518, + [SMALL_STATE(4069)] = 122525, + [SMALL_STATE(4070)] = 122532, + [SMALL_STATE(4071)] = 122539, + [SMALL_STATE(4072)] = 122546, + [SMALL_STATE(4073)] = 122553, + [SMALL_STATE(4074)] = 122560, + [SMALL_STATE(4075)] = 122567, + [SMALL_STATE(4076)] = 122574, + [SMALL_STATE(4077)] = 122581, + [SMALL_STATE(4078)] = 122588, + [SMALL_STATE(4079)] = 122595, + [SMALL_STATE(4080)] = 122602, + [SMALL_STATE(4081)] = 122609, + [SMALL_STATE(4082)] = 122616, + [SMALL_STATE(4083)] = 122623, + [SMALL_STATE(4084)] = 122630, + [SMALL_STATE(4085)] = 122637, + [SMALL_STATE(4086)] = 122644, + [SMALL_STATE(4087)] = 122651, + [SMALL_STATE(4088)] = 122658, + [SMALL_STATE(4089)] = 122665, + [SMALL_STATE(4090)] = 122672, + [SMALL_STATE(4091)] = 122679, + [SMALL_STATE(4092)] = 122686, + [SMALL_STATE(4093)] = 122693, + [SMALL_STATE(4094)] = 122700, + [SMALL_STATE(4095)] = 122707, + [SMALL_STATE(4096)] = 122714, + [SMALL_STATE(4097)] = 122721, + [SMALL_STATE(4098)] = 122728, + [SMALL_STATE(4099)] = 122735, + [SMALL_STATE(4100)] = 122742, + [SMALL_STATE(4101)] = 122749, + [SMALL_STATE(4102)] = 122756, + [SMALL_STATE(4103)] = 122763, + [SMALL_STATE(4104)] = 122770, + [SMALL_STATE(4105)] = 122777, + [SMALL_STATE(4106)] = 122784, + [SMALL_STATE(4107)] = 122791, + [SMALL_STATE(4108)] = 122798, + [SMALL_STATE(4109)] = 122805, + [SMALL_STATE(4110)] = 122812, + [SMALL_STATE(4111)] = 122819, + [SMALL_STATE(4112)] = 122826, + [SMALL_STATE(4113)] = 122833, + [SMALL_STATE(4114)] = 122840, + [SMALL_STATE(4115)] = 122847, + [SMALL_STATE(4116)] = 122854, + [SMALL_STATE(4117)] = 122861, + [SMALL_STATE(4118)] = 122868, + [SMALL_STATE(4119)] = 122875, + [SMALL_STATE(4120)] = 122882, + [SMALL_STATE(4121)] = 122889, + [SMALL_STATE(4122)] = 122896, + [SMALL_STATE(4123)] = 122903, + [SMALL_STATE(4124)] = 122910, + [SMALL_STATE(4125)] = 122917, + [SMALL_STATE(4126)] = 122924, + [SMALL_STATE(4127)] = 122931, + [SMALL_STATE(4128)] = 122938, + [SMALL_STATE(4129)] = 122945, + [SMALL_STATE(4130)] = 122952, + [SMALL_STATE(4131)] = 122959, + [SMALL_STATE(4132)] = 122966, + [SMALL_STATE(4133)] = 122973, + [SMALL_STATE(4134)] = 122980, + [SMALL_STATE(4135)] = 122987, + [SMALL_STATE(4136)] = 122994, + [SMALL_STATE(4137)] = 123001, + [SMALL_STATE(4138)] = 123008, + [SMALL_STATE(4139)] = 123015, + [SMALL_STATE(4140)] = 123022, + [SMALL_STATE(4141)] = 123029, + [SMALL_STATE(4142)] = 123036, + [SMALL_STATE(4143)] = 123043, + [SMALL_STATE(4144)] = 123050, + [SMALL_STATE(4145)] = 123057, + [SMALL_STATE(4146)] = 123064, + [SMALL_STATE(4147)] = 123071, + [SMALL_STATE(4148)] = 123078, + [SMALL_STATE(4149)] = 123085, + [SMALL_STATE(4150)] = 123092, + [SMALL_STATE(4151)] = 123099, + [SMALL_STATE(4152)] = 123106, + [SMALL_STATE(4153)] = 123113, + [SMALL_STATE(4154)] = 123120, + [SMALL_STATE(4155)] = 123127, + [SMALL_STATE(4156)] = 123134, + [SMALL_STATE(4157)] = 123141, + [SMALL_STATE(4158)] = 123148, + [SMALL_STATE(4159)] = 123155, + [SMALL_STATE(4160)] = 123162, + [SMALL_STATE(4161)] = 123169, + [SMALL_STATE(4162)] = 123176, + [SMALL_STATE(4163)] = 123183, + [SMALL_STATE(4164)] = 123190, + [SMALL_STATE(4165)] = 123197, + [SMALL_STATE(4166)] = 123204, + [SMALL_STATE(4167)] = 123211, + [SMALL_STATE(4168)] = 123218, + [SMALL_STATE(4169)] = 123225, + [SMALL_STATE(4170)] = 123232, + [SMALL_STATE(4171)] = 123239, + [SMALL_STATE(4172)] = 123246, + [SMALL_STATE(4173)] = 123253, + [SMALL_STATE(4174)] = 123260, + [SMALL_STATE(4175)] = 123267, + [SMALL_STATE(4176)] = 123274, + [SMALL_STATE(4177)] = 123281, + [SMALL_STATE(4178)] = 123288, + [SMALL_STATE(4179)] = 123295, + [SMALL_STATE(4180)] = 123302, + [SMALL_STATE(4181)] = 123309, + [SMALL_STATE(4182)] = 123316, + [SMALL_STATE(4183)] = 123323, + [SMALL_STATE(4184)] = 123330, + [SMALL_STATE(4185)] = 123337, + [SMALL_STATE(4186)] = 123344, + [SMALL_STATE(4187)] = 123351, + [SMALL_STATE(4188)] = 123358, + [SMALL_STATE(4189)] = 123365, + [SMALL_STATE(4190)] = 123372, + [SMALL_STATE(4191)] = 123379, + [SMALL_STATE(4192)] = 123386, + [SMALL_STATE(4193)] = 123393, + [SMALL_STATE(4194)] = 123400, + [SMALL_STATE(4195)] = 123407, + [SMALL_STATE(4196)] = 123414, + [SMALL_STATE(4197)] = 123421, + [SMALL_STATE(4198)] = 123428, + [SMALL_STATE(4199)] = 123435, + [SMALL_STATE(4200)] = 123442, + [SMALL_STATE(4201)] = 123449, + [SMALL_STATE(4202)] = 123456, + [SMALL_STATE(4203)] = 123463, + [SMALL_STATE(4204)] = 123470, + [SMALL_STATE(4205)] = 123477, + [SMALL_STATE(4206)] = 123484, + [SMALL_STATE(4207)] = 123491, + [SMALL_STATE(4208)] = 123498, + [SMALL_STATE(4209)] = 123505, + [SMALL_STATE(4210)] = 123512, + [SMALL_STATE(4211)] = 123519, + [SMALL_STATE(4212)] = 123526, + [SMALL_STATE(4213)] = 123533, + [SMALL_STATE(4214)] = 123540, + [SMALL_STATE(4215)] = 123547, + [SMALL_STATE(4216)] = 123554, + [SMALL_STATE(4217)] = 123561, + [SMALL_STATE(4218)] = 123568, + [SMALL_STATE(4219)] = 123575, + [SMALL_STATE(4220)] = 123582, + [SMALL_STATE(4221)] = 123589, + [SMALL_STATE(4222)] = 123596, + [SMALL_STATE(4223)] = 123603, + [SMALL_STATE(4224)] = 123610, + [SMALL_STATE(4225)] = 123617, + [SMALL_STATE(4226)] = 123624, + [SMALL_STATE(4227)] = 123631, + [SMALL_STATE(4228)] = 123638, + [SMALL_STATE(4229)] = 123645, + [SMALL_STATE(4230)] = 123652, + [SMALL_STATE(4231)] = 123659, + [SMALL_STATE(4232)] = 123666, + [SMALL_STATE(4233)] = 123673, + [SMALL_STATE(4234)] = 123680, + [SMALL_STATE(4235)] = 123687, + [SMALL_STATE(4236)] = 123694, + [SMALL_STATE(4237)] = 123701, + [SMALL_STATE(4238)] = 123708, + [SMALL_STATE(4239)] = 123715, + [SMALL_STATE(4240)] = 123722, + [SMALL_STATE(4241)] = 123729, + [SMALL_STATE(4242)] = 123736, + [SMALL_STATE(4243)] = 123743, + [SMALL_STATE(4244)] = 123750, + [SMALL_STATE(4245)] = 123757, + [SMALL_STATE(4246)] = 123764, + [SMALL_STATE(4247)] = 123771, + [SMALL_STATE(4248)] = 123778, + [SMALL_STATE(4249)] = 123785, + [SMALL_STATE(4250)] = 123792, + [SMALL_STATE(4251)] = 123799, + [SMALL_STATE(4252)] = 123806, + [SMALL_STATE(4253)] = 123813, + [SMALL_STATE(4254)] = 123820, + [SMALL_STATE(4255)] = 123827, + [SMALL_STATE(4256)] = 123834, + [SMALL_STATE(4257)] = 123841, + [SMALL_STATE(4258)] = 123848, + [SMALL_STATE(4259)] = 123855, + [SMALL_STATE(4260)] = 123862, + [SMALL_STATE(4261)] = 123869, + [SMALL_STATE(4262)] = 123876, + [SMALL_STATE(4263)] = 123883, + [SMALL_STATE(4264)] = 123890, + [SMALL_STATE(4265)] = 123897, + [SMALL_STATE(4266)] = 123904, + [SMALL_STATE(4267)] = 123911, + [SMALL_STATE(4268)] = 123918, + [SMALL_STATE(4269)] = 123925, + [SMALL_STATE(4270)] = 123932, + [SMALL_STATE(4271)] = 123939, + [SMALL_STATE(4272)] = 123946, + [SMALL_STATE(4273)] = 123953, + [SMALL_STATE(4274)] = 123960, + [SMALL_STATE(4275)] = 123967, + [SMALL_STATE(4276)] = 123974, + [SMALL_STATE(4277)] = 123981, + [SMALL_STATE(4278)] = 123988, + [SMALL_STATE(4279)] = 123995, + [SMALL_STATE(4280)] = 124002, + [SMALL_STATE(4281)] = 124009, + [SMALL_STATE(4282)] = 124016, + [SMALL_STATE(4283)] = 124023, + [SMALL_STATE(4284)] = 124030, + [SMALL_STATE(4285)] = 124037, + [SMALL_STATE(4286)] = 124044, + [SMALL_STATE(4287)] = 124051, + [SMALL_STATE(4288)] = 124058, + [SMALL_STATE(4289)] = 124065, + [SMALL_STATE(4290)] = 124072, + [SMALL_STATE(4291)] = 124079, + [SMALL_STATE(4292)] = 124086, + [SMALL_STATE(4293)] = 124093, + [SMALL_STATE(4294)] = 124100, + [SMALL_STATE(4295)] = 124107, + [SMALL_STATE(4296)] = 124114, + [SMALL_STATE(4297)] = 124121, + [SMALL_STATE(4298)] = 124128, + [SMALL_STATE(4299)] = 124135, + [SMALL_STATE(4300)] = 124142, + [SMALL_STATE(4301)] = 124149, + [SMALL_STATE(4302)] = 124156, + [SMALL_STATE(4303)] = 124163, + [SMALL_STATE(4304)] = 124170, + [SMALL_STATE(4305)] = 124177, + [SMALL_STATE(4306)] = 124184, + [SMALL_STATE(4307)] = 124191, + [SMALL_STATE(4308)] = 124198, + [SMALL_STATE(4309)] = 124205, + [SMALL_STATE(4310)] = 124212, + [SMALL_STATE(4311)] = 124219, + [SMALL_STATE(4312)] = 124226, + [SMALL_STATE(4313)] = 124233, + [SMALL_STATE(4314)] = 124240, + [SMALL_STATE(4315)] = 124247, + [SMALL_STATE(4316)] = 124254, + [SMALL_STATE(4317)] = 124261, + [SMALL_STATE(4318)] = 124268, + [SMALL_STATE(4319)] = 124275, + [SMALL_STATE(4320)] = 124282, + [SMALL_STATE(4321)] = 124289, + [SMALL_STATE(4322)] = 124296, + [SMALL_STATE(4323)] = 124303, + [SMALL_STATE(4324)] = 124310, + [SMALL_STATE(4325)] = 124317, + [SMALL_STATE(4326)] = 124324, + [SMALL_STATE(4327)] = 124331, + [SMALL_STATE(4328)] = 124338, + [SMALL_STATE(4329)] = 124345, + [SMALL_STATE(4330)] = 124352, + [SMALL_STATE(4331)] = 124359, + [SMALL_STATE(4332)] = 124366, + [SMALL_STATE(4333)] = 124373, + [SMALL_STATE(4334)] = 124380, + [SMALL_STATE(4335)] = 124387, + [SMALL_STATE(4336)] = 124394, + [SMALL_STATE(4337)] = 124401, + [SMALL_STATE(4338)] = 124408, + [SMALL_STATE(4339)] = 124415, + [SMALL_STATE(4340)] = 124422, + [SMALL_STATE(4341)] = 124429, + [SMALL_STATE(4342)] = 124436, + [SMALL_STATE(4343)] = 124443, + [SMALL_STATE(4344)] = 124450, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -207845,3736 +212982,3835 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3994), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3989), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3987), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4222), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4205), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4204), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(438), - [116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(472), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(4045), - [142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), - [144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), - [146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), - [148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), - [152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), - [156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(436), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4101), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(478), - [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), - [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1087), - [316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(524), - [319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), - [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1058), - [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(992), - [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(7), - [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(312), - [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1174), - [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2801), - [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2848), - [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2759), - [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(312), - [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3653), - [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3654), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3424), - [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(116), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(315), - [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3655), - [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(41), - [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3656), - [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3657), - [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3425), - [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3426), - [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3658), - [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(205), - [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(240), - [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(618), - [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(90), - [396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(141), - [399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3662), - [402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(811), - [405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4222), - [408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2639), - [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(565), - [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2773), - [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(245), - [420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(332), - [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3420), - [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3417), - [429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3002), - [432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1864), - [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1864), - [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1847), - [441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3432), - [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1110), - [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(530), - [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(987), - [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4210), - [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4205), - [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4204), - [462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, .production_id = 57), - [464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 3, .production_id = 57), - [466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, .production_id = 204), - [468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 4, .production_id = 204), - [470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2), - [472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 2), - [474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, .production_id = 58), - [476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 3, .production_id = 58), - [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2), - [488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), - [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3803), - [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), - [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), - [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), - [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), - [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), - [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), - [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), - [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(115), - [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(163), - [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(811), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2933), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), - [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), - [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), - [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), - [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), - [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), - [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), - [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), - [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), - [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), - [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3977), - [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), - [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), - [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3995), - [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), - [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), - [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3923), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), - [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), - [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), - [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), - [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), - [1120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), - [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), - [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), - [1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), - [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), - [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [1168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), - [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), - [1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), - [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), - [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), - [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [1188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), - [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4054), - [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4056), - [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), - [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), - [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), - [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), - [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), - [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4108), - [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), - [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), - [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [1236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 30), - [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, .production_id = 30), - [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), - [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), - [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), - [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3935), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), - [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), - [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), - [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2), - [1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2), - [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), - [1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2), - [1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), - [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module, 1, .production_id = 5), - [1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__module, 1, .production_id = 5), - [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predefined_type, 1), - [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_predefined_type, 1), - [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 105), - [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 105), - [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 105), - [1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 105), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module, 2, .production_id = 27), - [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__module, 2, .production_id = 27), - [1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 199), - [1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 199), - [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 6, .production_id = 199), - [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 6, .production_id = 199), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3), - [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 115), - [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 115), - [1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 115), - [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 115), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 193), - [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 193), - [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, .production_id = 193), - [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, .production_id = 193), - [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 56), - [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 56), - [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 56), - [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 56), - [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 106), - [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 106), - [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 106), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 106), - [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_internal_module, 2, .production_id = 6), - [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_internal_module, 2, .production_id = 6), - [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 164), - [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 164), - [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 164), - [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 164), - [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3), - [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3), - [1445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [1447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), - [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 155), - [1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 155), - [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 155), - [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 155), - [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 155), - [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 155), - [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 155), - [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 155), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), - [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), - [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4), - [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 123), - [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 123), - [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 123), - [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 123), - [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 165), - [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 165), - [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 165), - [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 165), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), - [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), - [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 150), - [1543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 150), - [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 150), - [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 150), - [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), - [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), - [1580] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), SHIFT(2609), - [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [1586] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), SHIFT(2371), - [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 1), - [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accessibility_modifier, 1), - [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accessibility_modifier, 1), - [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_override_modifier, 1), - [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_override_modifier, 1), - [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), - [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), - [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), - [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), - [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), - [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), - [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), - [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), - [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), - [1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4177), - [1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [1708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [1710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [1712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [1714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [1716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), - [1719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(39), - [1722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 7), - [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), - [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), - [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), - [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), - [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [1779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), - [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [1787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), - [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), - [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), - [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), - [1877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2301), - [1880] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(120), - [1884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(353), - [1887] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(3745), - [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), - [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), - [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), - [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), - [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), - [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), - [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), - [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), - [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [1941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 6), - [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 6), - [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 2), - [1947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 2), - [1949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 4), - [1951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 4), - [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 3), - [1955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 3), - [1957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 5), - [1959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 5), - [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4062), - [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), - [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(120), - [1968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(3745), - [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), - [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), - [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4006), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2, .production_id = 30), - [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4083), - [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), - [1983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(237), - [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4190), - [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4188), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), - [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), - [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, .production_id = 11), - [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, .production_id = 11), - [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3879), - [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3920), - [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3919), - [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(517), - [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4031), - [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4029), - [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), - [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3974), - [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), - [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 43), - [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 43), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), - [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 6, .production_id = 229), - [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 6, .production_id = 229), - [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 11), - [2049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, .production_id = 11), - [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 207), - [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 207), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 35), - [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 35), - [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), - [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), - [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), - [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3), - [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3), - [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature, 5, .production_id = 154), - [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature, 5, .production_id = 154), - [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, .production_id = 89), - [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, .production_id = 89), - [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, .production_id = 37), - [2083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, .production_id = 37), - [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5), - [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5), - [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 126), - [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 126), - [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 36), - [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 36), - [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, .production_id = 34), - [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, .production_id = 34), - [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 156), - [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 156), - [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), - [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), - [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 122), - [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 122), - [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3), - [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3), - [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2, .production_id = 6), - [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 2, .production_id = 6), - [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 78), - [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 78), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 115), - [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 115), - [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), - [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 2), - [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 106), - [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 106), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 105), - [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 105), - [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 123), - [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 123), - [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 4, .production_id = 117), - [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 4, .production_id = 117), - [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, .production_id = 31), - [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, .production_id = 31), - [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 3), - [2155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 3), - [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature, 4, .production_id = 114), - [2159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature, 4, .production_id = 114), - [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 56), - [2163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 56), - [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 2), - [2167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 2), - [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 65), - [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 65), - [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, .production_id = 4), - [2175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, .production_id = 4), - [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 155), - [2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 155), - [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 105), - [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 105), - [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4), - [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4), - [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 56), - [2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 56), - [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 173), - [2195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 173), - [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 150), - [2199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 150), - [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), - [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), - [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 163), - [2207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 163), - [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 106), - [2211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 106), - [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2), - [2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2), - [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_declaration, 6, .production_id = 169), - [2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias_declaration, 6, .production_id = 169), - [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_declaration, 5, .production_id = 128), - [2227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias_declaration, 5, .production_id = 128), - [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4), - [2231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4), - [2233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 206), - [2235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 206), - [2237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [2239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 88), - [2243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 88), - [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 84), - [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 84), - [2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 87), - [2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 87), - [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, .production_id = 34), - [2255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, .production_id = 34), - [2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 23), - [2259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 23), - [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_alias, 5), - [2263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_alias, 5), - [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4), - [2267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4), - [2269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3), - [2271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3), - [2273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2), - [2275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2), - [2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [2283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [2285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [2287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, .production_id = 46), - [2291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, .production_id = 46), - [2293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 76), - [2295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 76), - [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 150), - [2299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 150), - [2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 201), - [2303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 201), - [2305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 78), - [2307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 78), - [2309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 79), - [2311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 79), - [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4), - [2315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4), - [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, .production_id = 126), - [2319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, .production_id = 126), - [2321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 167), - [2323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 167), - [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 133), - [2327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 133), - [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 155), - [2331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 155), - [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 200), - [2335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 200), - [2337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3, .production_id = 80), - [2339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3, .production_id = 80), - [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 157), - [2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 157), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 25), - [2347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 25), - [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 194), - [2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 194), - [2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 80), - [2355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 80), - [2357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 193), - [2359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 193), - [2361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 7, .production_id = 224), - [2363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 7, .production_id = 224), - [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 196), - [2367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 196), - [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 96), - [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 96), - [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 165), - [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 165), - [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3), - [2379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3), - [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, .production_id = 11), - [2383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, .production_id = 11), - [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, .production_id = 196), - [2387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, .production_id = 196), - [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, .production_id = 198), - [2391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, .production_id = 198), - [2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 199), - [2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 199), - [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 42), - [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 42), - [2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, .production_id = 46), - [2403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, .production_id = 46), - [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 7, .production_id = 225), - [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 7, .production_id = 225), - [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 164), - [2411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 164), - [2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 198), - [2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 198), - [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 44), - [2419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 44), - [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, .production_id = 45), - [2423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, .production_id = 45), - [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), - [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), - [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), - [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, .production_id = 205), - [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 6, .production_id = 205), - [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 4, .production_id = 90), - [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 4, .production_id = 90), - [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, .production_id = 228), - [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 7, .production_id = 228), - [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 171), - [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 171), - [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 172), - [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 172), - [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), - [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), - [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), - [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), - [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), - [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), - [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), - [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), - [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), - [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2397), - [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), - [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), - [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), - [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), - [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4212), - [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), - [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4154), - [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), - [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), - [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), - [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), - [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3984), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), - [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), - [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), - [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), - [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), - [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [2641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), - [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [2665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), - [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), - [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4207), - [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4051), - [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), - [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), - [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), - [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), - [2725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), - [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), - [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), - [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), - [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [2765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), - [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3347), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), - [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), - [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), - [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), - [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), - [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), - [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), - [2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), - [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), - [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5), - [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5), - [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), - [2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), - [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), - [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), - [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), - [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), - [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), - [2887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), REDUCE(aux_sym_object_pattern_repeat1, 1), - [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [2892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [2896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), - [2902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_null_expression, 2), - [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_null_expression, 2), - [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 67), - [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 67), - [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 120), - [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 120), - [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 69), - [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 69), - [2918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), - [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), - [2924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 7), - [2927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 7), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1), - [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), - [2936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, .production_id = 161), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, .production_id = 161), - [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 70), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 70), - [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 68), - [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 68), - [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [2962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2), - [2964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(415), - [2967] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), REDUCE(sym__primary_type, 1, .production_id = 12), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [2973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 12), - [2976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(943), - [2979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(4028), - [2982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 12), - [2985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 12), SHIFT(3890), - [2988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 12), - [2990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(961), - [2993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(3983), - [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [3002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [3009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(444), - [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [3016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), - [3023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), - [3026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), REDUCE(sym__primary_type, 1, .production_id = 12), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2), - [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2), - [3033] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 12), REDUCE(sym_rest_pattern, 2), - [3037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3049] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), REDUCE(sym_rest_pattern, 2, .production_id = 30), - [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(236), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [3064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(492), - [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 22), - [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 22), - [3075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 22), SHIFT_REPEAT(3432), - [3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), - [3080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_rest_pattern, 2), - [3083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2), - [3085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2), - [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4109), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [3091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 67), - [3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 67), - [3095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 22), SHIFT(2620), - [3098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 18), - [3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 18), - [3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), - [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), - [3106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), - [3108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [3122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), - [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [3128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [3130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [3144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), - [3146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), - [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), - [3150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), - [3184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1484), - [3187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1497), - [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [3194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1980), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [3199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1711), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [3208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1414), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [3221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1545), - [3224] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), REDUCE(aux_sym_object_repeat1, 2, .production_id = 28), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 29), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [3230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 16), - [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 16), - [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [3238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), - [3244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 12), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), - [3254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 48), - [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 48), - [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [3260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [3268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), - [3270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [3274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [3278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [3282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [3288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), - [3290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), - [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), - [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [3312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1), - [3314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [3318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 49), - [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 49), - [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), - [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [3328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), - [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [3334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), - [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [3340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [3344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), - [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), - [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [3356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 14), - [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 14), - [3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), - [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), - [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [3394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 217), - [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 217), - [3398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_type, 2), - [3401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_type, 2), - [3404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_satisfies_expression, 3), - [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_satisfies_expression, 3), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [3414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), - [3416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2), - [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), - [3420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_tuple_type, 2), - [3423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_tuple_type, 2), - [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 2), - [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), - [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 66), - [3432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), - [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__number, 2, .production_id = 8), - [3470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__number, 2, .production_id = 8), - [3472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), - [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 8), - [3476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(79), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), - [3483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), SHIFT(79), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [3488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_assertion, 2), - [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_assertion, 2), - [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 26), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 24), - [3506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_existential_type, 1), - [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_existential_type, 1), - [3510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_type, 1), - [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_type, 1), - [3514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), - [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 8), - [3518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(79), - [3521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), - [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [3527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_type, 1, .production_id = 15), - [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_type, 1, .production_id = 15), - [3531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 50), - [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 50), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [3537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 2), - [3539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2), - [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2), - [3543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 110), - [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2), - [3547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2), - [3549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_literal_type, 2), - [3551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal_type, 2), - [3553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 51), - [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 51), - [3557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_readonly_type, 2), - [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_readonly_type, 2), - [3561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flow_maybe_type, 2), - [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flow_maybe_type, 2), - [3565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infer_type, 2, .production_id = 54), - [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infer_type, 2, .production_id = 54), - [3569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_type_query, 2), - [3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_type_query, 2), - [3573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 55), - [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 55), - [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 112), - [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 113), - [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, .production_id = 63), - [3585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3), - [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3), - [3589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 18), - [3591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 18), - [3593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 99), - [3595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 99), - [3597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 100), - [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 100), - [3601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_predicate, 3, .production_id = 162), - [3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate, 3, .production_id = 162), - [3605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_predicate, 3, .production_id = 85), - [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate, 3, .production_id = 85), - [3609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2), - [3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2), - [3613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(79), - [3616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), - [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), - [3620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3), - [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3), - [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 74), - [3626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_literal_type, 3), - [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal_type, 3), - [3630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_type_identifier, 3, .production_id = 101), - [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_type_identifier, 3, .production_id = 101), - [3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_nested_identifier, 3), REDUCE(sym_nested_type_identifier, 3, .production_id = 101), - [3637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 103), - [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 103), - [3641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 3), - [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 3), - [3645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 3), - [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3), - [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3), - [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3), - [3653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, .production_id = 66), - [3655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 67), - [3657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 67), - [3659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 68), - [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 68), - [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 140), - [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 140), - [3667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 141), - [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 141), - [3671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 142), - [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 142), - [3675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 143), - [3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 143), - [3679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 144), - [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 144), - [3683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 145), - [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 145), - [3687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4), - [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4), - [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3), - [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 4, .production_id = 146), - [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 4, .production_id = 146), - [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 64), - [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 63), - [3701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lookup_type, 4), - [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lookup_type, 4), - [3705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, .production_id = 147), - [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, .production_id = 147), - [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 160), - [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2), - [3713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 120), - [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 120), - [3717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 184), - [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 184), - [3721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 185), - [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 185), - [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 186), - [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 186), - [3729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 62), - [3731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 62), - [3733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5), - [3735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5), - [3737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 5, .production_id = 187), - [3739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 5, .production_id = 187), - [3741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 5, .production_id = 188), - [3743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 5, .production_id = 188), - [3745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 215), - [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 215), - [3749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_type, 7, .production_id = 238), - [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_type, 7, .production_id = 238), - [3753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 216), - [3755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 216), - [3757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 6, .production_id = 219), - [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 6, .production_id = 219), - [3761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 218), - [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 218), - [3765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [3769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [3799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 111), - [3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 111), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [3811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [3813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), SHIFT(86), - [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [3822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [3826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [3840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [3844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [3848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(86), - [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 166), - [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 166), - [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 72), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 72), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), - [3863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), SHIFT(85), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [3868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3), - [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3), - [3872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 60), - [3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 60), - [3876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 71), - [3878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 71), - [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2), - [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, .production_id = 57), - [3884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 57), SHIFT(494), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), - [3894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 59), - [3896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 59), - [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 63), REDUCE(sym_assignment_expression, 3, .production_id = 63), - [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 63), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [3913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(86), - [3916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 58), - [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 58), - [3920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 17), - [3922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 17), - [3924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2), - [3926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2), - [3928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_string, 2), REDUCE(sym_template_literal_type, 2), - [3931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_string, 2), REDUCE(sym_template_literal_type, 2), - [3934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 18), - [3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 18), - [3938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1), - [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1), - [3942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, .production_id = 19), - [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, .production_id = 19), - [3946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 61), - [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 61), - [3950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 153), - [3952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 153), - [3954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 26), - [3956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3), - [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3), - [3960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 64), - [3962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 28), - [3964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, .production_id = 29), - [3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 28), - [3968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 28), REDUCE(sym_object_pattern, 3, .production_id = 29), - [3971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 77), - [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 77), - [3975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), - [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), - [3979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 81), REDUCE(sym_assignment_expression, 3, .production_id = 63), - [3982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 81), - [3984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), - [3987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), - [3990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 81), REDUCE(sym_assignment_expression, 3, .production_id = 24), - [3993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(86), - [3996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 2, .production_id = 57), - [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [4010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [4014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [4018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [4020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [4028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [4036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 125), - [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 125), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [4042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, .production_id = 28), - [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, .production_id = 28), - [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [4048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 124), - [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 124), - [4052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), - [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), - [4056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 4, .production_id = 121), - [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 4, .production_id = 121), - [4060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 74), - [4062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, .production_id = 73), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, .production_id = 73), - [4066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(85), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [4075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 116), - [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 116), - [4079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, .production_id = 111), - [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, .production_id = 111), - [4083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 113), - [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 112), - [4087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 109), - [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 109), - [4091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(85), - [4094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(85), - [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), - [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [4101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), - [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), - [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), - [4117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 14), - [4120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 14), - [4123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 110), - [4125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, .production_id = 104), - [4127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, .production_id = 104), - [4129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 11), - [4131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 11), - [4133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4), - [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [4139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [4148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), SHIFT(83), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [4161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), - [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), - [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), - [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4173] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), REDUCE(sym_tuple_type, 2), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2), - [4181] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), REDUCE(sym_object_type, 2), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [4197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, .production_id = 29), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [4207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, .production_id = 63), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [4217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 57), - [4219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2589), - [4222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2297), - [4225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), - [4227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(288), - [4230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2064), - [4233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3970), - [4236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3349), - [4239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3348), - [4242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2467), - [4245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3496), - [4248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(1845), - [4251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2025), - [4254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2115), - [4257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(1966), - [4260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2056), - [4263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2122), - [4266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2271), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [4275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(83), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [4286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(83), - [4289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(83), - [4292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [4298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [4300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [4302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), - [4318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [4334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(82), - [4337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(82), - [4340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(82), - [4343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 82), - [4345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_pattern, 2), REDUCE(sym_object_type, 2), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [4362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_pattern, 2), REDUCE(sym_tuple_type, 2), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [4367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 2, .production_id = 38), - [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 2, .production_id = 38), - [4371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 14), REDUCE(sym__parameter_name, 2, .production_id = 38), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [4380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [4384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), - [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [4422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), SHIFT(78), - [4425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, .production_id = 38), - [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, .production_id = 38), - [4429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [4435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 1, .production_id = 9), - [4437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__parameter_name, 1, .production_id = 9), - [4440] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__parameter_name, 1, .production_id = 9), REDUCE(sym__primary_type, 1, .production_id = 14), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [4460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 1, .production_id = 9), - [4462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__parameter_name, 1, .production_id = 9), REDUCE(sym__primary_type, 1, .production_id = 14), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [4469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(78), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [4476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(78), - [4479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), SHIFT(82), - [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [4486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(78), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [4497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [4499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), SHIFT(81), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [4508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [4510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), - [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [4524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [4528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [4530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [4540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), - [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1), - [4545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), - [4548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1), - [4550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 4, .production_id = 132), - [4552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 4, .production_id = 132), - [4554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(81), - [4557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 4, .production_id = 130), - [4559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 4, .production_id = 130), - [4561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(81), - [4564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 2, .production_id = 41), - [4566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 2, .production_id = 41), - [4568] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), REDUCE(sym_rest_pattern, 2), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [4574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(81), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [4607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), - [4610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 28), REDUCE(sym_object_pattern, 3, .production_id = 29), - [4613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), - [4616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 5, .production_id = 174), - [4618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 5, .production_id = 174), - [4620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 57), SHIFT(401), - [4623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 3, .production_id = 91), - [4625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 3, .production_id = 91), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [4637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), - [4640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3), - [4642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), - [4645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_computed_property_name, 3), - [4647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 3, .production_id = 95), - [4649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 3, .production_id = 95), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [4689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 66), SHIFT(80), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), - [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [4698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [4700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(80), - [4703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(80), - [4706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(80), - [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [4723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [4725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [4729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 59), REDUCE(sym_class, 4, .production_id = 125), - [4732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 59), REDUCE(sym_class, 4, .production_id = 125), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [4749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 58), REDUCE(sym_class, 4, .production_id = 124), - [4752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 58), REDUCE(sym_class, 4, .production_id = 124), - [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [4763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), - [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), - [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), - [4769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 11), REDUCE(sym_class, 3, .production_id = 77), - [4772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 11), REDUCE(sym_class, 3, .production_id = 77), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4020), - [4779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 150), REDUCE(sym_class, 6, .production_id = 199), - [4782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 150), REDUCE(sym_class, 6, .production_id = 199), - [4785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 56), REDUCE(sym_class, 4, .production_id = 123), - [4788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 56), REDUCE(sym_class, 4, .production_id = 123), - [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3189), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [4795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 105), REDUCE(sym_class, 5, .production_id = 164), - [4798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 105), REDUCE(sym_class, 5, .production_id = 164), - [4801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 106), REDUCE(sym_class, 5, .production_id = 165), - [4804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 106), REDUCE(sym_class, 5, .production_id = 165), - [4807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 109), REDUCE(sym_class, 5, .production_id = 166), - [4810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 109), REDUCE(sym_class, 5, .production_id = 166), - [4813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4039), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [4819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), - [4835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [4839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [4843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), - [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [4855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [4859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [4865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [4869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), - [4875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), - [4879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [4885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [4887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [4891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [4897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [4899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [4903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [4905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [4909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [4913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [4917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [4921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [4923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3333), - [4925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 1), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [4929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [4935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [4939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [4945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 28), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 29), - [4948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), - [4950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), - [4952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [4958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [4960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [4964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [4970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 28), - [4972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [4976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), - [4994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [5002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 129), - [5004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 129), - [5006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 257), - [5008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 257), - [5010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 193), - [5012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 193), - [5014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 227), - [5016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 227), - [5018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 256), - [5020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 256), - [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [5024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 10, .production_id = 266), - [5026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 10, .production_id = 266), - [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [5036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, .production_id = 83), - [5038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, .production_id = 83), - [5040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 202), - [5042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 202), - [5044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 226), - [5046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 226), - [5048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 244), - [5050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 244), - [5052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 115), - [5054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 115), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), - [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), - [5064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), - [5066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 245), - [5068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 245), - [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [5072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 170), - [5074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 170), - [5076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 155), - [5078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 155), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [5084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), - [5086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), - [5088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [5100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [5102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [5104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [5110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), - [5114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [5120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), - [5122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, .production_id = 11), - [5124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_static_block, 2, .production_id = 11), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [5150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [5152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), - [5154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [5156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [5158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [5164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [5172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [5174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [5176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [5178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), - [5180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), - [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [5238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 136), - [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), - [5256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 80), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [5264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 214), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), - [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [5298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 181), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), - [5314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 1, .production_id = 5), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [5322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 80), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [5336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 1, .production_id = 5), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [5354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 136), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [5364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 214), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [5368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 181), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [5380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [5384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 12), REDUCE(sym_type_parameter, 1, .production_id = 13), - [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [5389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 12), SHIFT(964), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [5394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 181), - [5396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 5), - [5398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 214), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [5402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 214), - [5404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 136), - [5406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 136), - [5408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 80), - [5410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 5), - [5412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 80), - [5414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 12), SHIFT(3890), - [5417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 181), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [5421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [5431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [5435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [5437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), - [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), - [5443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [5445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [5451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [5457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [5459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [5467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), - [5469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), - [5475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2646), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 5), - [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), - [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [5489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 21), - [5491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), - [5493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), - [5495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), - [5497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [5499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_annotation, 2), - [5501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), - [5503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), - [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [5527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4), - [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [5533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_annotation, 2), - [5535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, .production_id = 29), - [5537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 243), - [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [5541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3), - [5543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4), - [5545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3), - [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [5549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opting_type_annotation, 2), - [5551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_omitting_type_annotation, 2), - [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [5563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [5569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [5577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 3, .production_id = 107), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [5591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4138), - [5593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 243), - [5595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 3, .production_id = 139), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [5603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 2, .production_id = 118), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [5609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 2, .production_id = 118), - [5611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 3, .production_id = 107), - [5613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), - [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [5625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 2, .production_id = 97), - [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [5631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 135), - [5633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 183), - [5635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), - [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [5645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), - [5647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 6, .production_id = 235), - [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [5651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(415), - [5654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 2, .production_id = 98), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [5658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 1, .production_id = 10), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [5662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 138), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [5678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asserts, 3), - [5680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_chain, 1), - [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), - [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [5692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(444), - [5695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 9, .production_id = 267), - [5697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 8, .production_id = 261), - [5699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 8, .production_id = 260), - [5701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 7, .production_id = 246), - [5703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 7, .production_id = 247), - [5705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 6, .production_id = 234), - [5707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 13), - [5709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), - [5711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 5, .production_id = 209), - [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [5717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 5, .production_id = 208), - [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [5723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 3, .production_id = 114), - [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [5733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 4, .production_id = 175), - [5735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 4, .production_id = 154), - [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [5743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 2, .production_id = 10), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [5763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), - [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [5801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_implements_clause_repeat1, 2), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [5809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_type_member, 1), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [5815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint, 2), - [5817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [5823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), - [5847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 2, .production_id = 119), - [5849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 2, .production_id = 119), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [5871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_type_repeat1, 2), SHIFT_REPEAT(1203), - [5874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_type_repeat1, 2), - [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), - [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [5894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements_clause, 2), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [5902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 20), - [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2477), - [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [5916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(2975), - [5919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), - [5921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(256), - [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), - [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [5948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 118), - [5950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 118), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), - [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [5964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 3, .production_id = 75), - [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [5982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(4009), - [5985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), - [5987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(238), - [5990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate_annotation, 2), - [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [6006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 33), - [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [6014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 137), - [6016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5), - [6018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 32), - [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [6028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(875), - [6031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 21), SHIFT(836), - [6034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(966), - [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [6049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 21), SHIFT(806), - [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [6058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapped_type_clause, 3, .production_id = 176), - [6060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_type, 2), - [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [6076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 8, .production_id = 259), - [6078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 8, .production_id = 258), - [6080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 21), SHIFT(885), - [6083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 255), - [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [6091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 250), - [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [6097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 264), - [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [6105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 7, .production_id = 249), - [6107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 134), - [6109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 7, .production_id = 248), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [6117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 7, .production_id = 250), - [6119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), - [6121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), SHIFT_REPEAT(983), - [6124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), SHIFT_REPEAT(3155), - [6127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 180), - [6129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_type, 2), - [6131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 4, .production_id = 177), - [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [6139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(838), - [6142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 137), - [6144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 237), - [6146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 85), - [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [6150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 21), SHIFT(869), - [6153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 236), - [6155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 233), - [6157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 237), - [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), - [6161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 236), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [6165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), - [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [6169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 33), - [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [6175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 179), - [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [6181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 180), - [6183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 85), - [6185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 182), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [6195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 232), - [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [6199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 230), - [6201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_signature, 1, .production_id = 47), - [6203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 179), - [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [6207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(847), - [6210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 178), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [6214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 119), - [6216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 119), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [6220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 211), - [6222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), - [6224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 33), - [6226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 210), - [6228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 5, .production_id = 213), - [6230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 5, .production_id = 212), - [6232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 210), - [6234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 211), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [6238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), - [6240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(3300), - [6243] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [6251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), - [6253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3304), - [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [6258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 195), - [6260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 195), SHIFT_REPEAT(3397), - [6263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 195), - [6265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 53), - [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [6279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 80), - [6281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 3, .production_id = 108), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [6285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapped_type_clause, 5, .production_id = 231), - [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [6293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3), - [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [6301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [6303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 29), - [6305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), SHIFT_REPEAT(191), - [6308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 2, .production_id = 40), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [6322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_implements_clause_repeat1, 2), SHIFT_REPEAT(888), - [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [6327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), - [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [6335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), - [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [6357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), SHIFT_REPEAT(2857), - [6360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), - [6362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), - [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), - [6376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), - [6378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 3, .production_id = 93), - [6380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [6384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [6402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 3, .production_id = 159), - [6404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 3, .production_id = 159), - [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [6408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 3, .production_id = 158), - [6410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 3, .production_id = 158), - [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), - [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [6418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 152), - [6420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 152), SHIFT_REPEAT(425), - [6423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 4, .production_id = 151), - [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [6427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), - [6429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), REDUCE(aux_sym_template_literal_type_repeat1, 1), - [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [6438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [6444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), - [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [6454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [6462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [6466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [6484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 148), - [6486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), - [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [6500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(492), - [6503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), SHIFT_REPEAT(2746), - [6506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), - [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [6544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 252), - [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [6548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 149), - [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [6554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1), - [6556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 3, .production_id = 114), - [6558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 9, .production_id = 268), - [6560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), - [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [6572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 265), - [6574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 263), - [6576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 262), - [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [6586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 1), - [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [6590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 239), - [6592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 86), - [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [6610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 254), - [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [6624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 253), - [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [6630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [6632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2), - [6634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [6646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [6650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, .production_id = 5), - [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [6656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 251), - [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [6666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 6, .production_id = 234), - [6668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 242), - [6670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5), - [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [6690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(2130), - [6693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), - [6695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), SHIFT_REPEAT(2098), - [6698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), - [6700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 241), - [6702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 240), - [6704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), SHIFT_REPEAT(2749), - [6707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [6711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [6733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1), - [6735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, .production_id = 5), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), - [6741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), - [6743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [6755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [6773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [6781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(139), - [6784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), - [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [6788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), SHIFT_REPEAT(174), - [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [6793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements_clause, 3), - [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), - [6815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 220), - [6817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 5, .production_id = 208), - [6819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 3), - [6821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 86), - [6823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 85), - [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [6831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 5, .production_id = 209), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [6843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 223), - [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [6861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 222), - [6863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 221), - [6865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 32), - [6867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(785), - [6870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), - [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [6878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 2, .production_id = 80), - [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [6886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 189), - [6888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 197), SHIFT_REPEAT(2274), - [6891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 197), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [6895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), SHIFT_REPEAT(3620), - [6898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), - [6900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 4, .production_id = 154), - [6902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 192), - [6904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 190), - [6906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 4, .production_id = 175), - [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [6910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 2, .production_id = 80), - [6912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [6918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 191), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [6926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, .production_id = 82), - [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [6932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(3690), - [6935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [6943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 4, .production_id = 131), - [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [6955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1), - [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [6983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 127), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [7003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, .production_id = 31), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [7011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 102), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [7017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_tuple_parameter, 3, .production_id = 85), - [7019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [7025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_require_clause, 6, .production_id = 203), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [7077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 52), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [7105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 4, .production_id = 168), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [7115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 3, .production_id = 92), - [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [7123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, .production_id = 127), - [7125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 2, .production_id = 39), - [7127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_assignment, 2, .production_id = 32), - [7129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2), - [7131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 3, .production_id = 94), - [7133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 4, .production_id = 168), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [7143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_parameter, 2, .production_id = 33), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [7149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [7163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [7193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), - [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [7261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [7275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [7287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3942), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [7343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [7377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [7381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [7393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [7419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2), - [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [7427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [7457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [7485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3), - [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [7561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [7571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3), - [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [7591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [7649] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [7687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4091), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4335), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4326), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4324), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), + [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(330), + [118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(378), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1, .production_id = 1), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(4167), + [166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(327), + [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(327), + [178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4230), + [202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), + [204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), + [208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), + [210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(438), + [215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), + [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), + [320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1122), + [323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(526), + [326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), + [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1076), + [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(996), + [334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(6), + [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(368), + [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1184), + [343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2904), + [346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2942), + [349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2828), + [352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(368), + [355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3955), + [358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3994), + [361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3509), + [364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(115), + [367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(404), + [370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3992), + [373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(46), + [376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3989), + [379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3988), + [382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3513), + [385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3514), + [388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3987), + [391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(220), + [394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(237), + [397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(611), + [400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(90), + [403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(131), + [406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3985), + [409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2706), + [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(569), + [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2939), + [418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(243), + [421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4335), + [424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(816), + [427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(518), + [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(518), + [433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3373), + [436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3374), + [439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2948), + [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1852), + [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1852), + [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1851), + [451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3520), + [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(1118), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(531), + [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(999), + [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4326), + [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4324), + [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4321), + [472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 4, .production_id = 219), + [474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 4, .production_id = 219), + [476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_case, 3, .production_id = 92), + [478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_case, 3, .production_id = 92), + [480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 3, .production_id = 51), + [482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 3, .production_id = 51), + [484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_default, 2), + [486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_default, 2), + [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), + [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3690), + [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), + [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), + [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), + [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), + [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4167), + [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), + [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), + [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(116), + [633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(133), + [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(816), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2990), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), + [650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), + [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), + [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), + [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), + [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4319), + [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), + [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), + [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), + [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4079), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), + [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), + [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), + [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), + [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), + [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), + [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), + [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), + [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4026), + [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), + [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1), + [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), + [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), + [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), + [1188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), + [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816), + [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), + [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), + [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4166), + [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4165), + [1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), + [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2924), + [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4232), + [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), + [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), + [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), + [1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), + [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [1262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_rest_pattern, 2, .production_id = 31), + [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2, .production_id = 31), + [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), + [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4314), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), + [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), + [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), + [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), + [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module, 1, .production_id = 5), + [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__module, 1, .production_id = 5), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4188), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2), + [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2), + [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2), + [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 2), + [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predefined_type, 1), + [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_predefined_type, 1), + [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4189), + [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 153), + [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 153), + [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 153), + [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 153), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 86), + [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, .production_id = 86), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 200), + [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 200), + [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 6, .production_id = 200), + [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 6, .production_id = 200), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [1441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [1443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [1445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3), + [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3), + [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 48), + [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 48), + [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 48), + [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 48), + [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [1473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_internal_module, 2, .production_id = 6), + [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_internal_module, 2, .production_id = 6), + [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 4), + [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 4), + [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), + [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 106), + [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 106), + [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 106), + [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 106), + [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 87), + [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_identifier, 3, .production_id = 87), + [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 116), + [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 116), + [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 116), + [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 116), + [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 178), + [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 178), + [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 178), + [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 178), + [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1), + [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1), + [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), + [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module, 2, .production_id = 28), + [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__module, 2, .production_id = 28), + [1537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), + [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), + [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 179), + [1543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 179), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 179), + [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 179), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 157), + [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 5, .production_id = 157), + [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 157), + [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 157), + [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [1561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 157), + [1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 157), + [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, .production_id = 157), + [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, .production_id = 157), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 107), + [1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 107), + [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 107), + [1577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 107), + [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 136), + [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 136), + [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 136), + [1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 136), + [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [1591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 214), + [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 214), + [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 6, .production_id = 214), + [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 6, .production_id = 214), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [1601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), + [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [1612] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), SHIFT(2444), + [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [1618] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), REDUCE(aux_sym_array_pattern_repeat1, 1), SHIFT(2646), + [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 1), + [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), + [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), + [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 1), + [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), + [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), + [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accessibility_modifier, 1), + [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accessibility_modifier, 1), + [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_override_modifier, 1), + [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_override_modifier, 1), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), + [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), + [1708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [1718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), + [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [1764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), + [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4241), + [1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), + [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4305), + [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [1818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), + [1821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(48), + [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [1830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), + [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1, .production_id = 7), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), + [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), + [1909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(2322), + [1912] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(124), + [1916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(359), + [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2943), + [1921] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(3597), + [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2969), + [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), + [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), + [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), + [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 3), + [1975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 3), + [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 6), + [1979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 6), + [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 5), + [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 5), + [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 4), + [1987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 4), + [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_type, 2), + [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_type, 2), + [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4030), + [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4031), + [1997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(124), + [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2882), + [2002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(3597), + [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2, .production_id = 31), + [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4297), + [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), + [2011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), + [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4291), + [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), + [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4246), + [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4247), + [2021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(266), + [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), + [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4020), + [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(467), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4237), + [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 2, .production_id = 11), + [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 2, .production_id = 11), + [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), + [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), + [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), + [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), + [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4065), + [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), + [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), + [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4075), + [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 44), + [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 44), + [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, .production_id = 222), + [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, .production_id = 222), + [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2, .production_id = 11), + [2083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2, .production_id = 11), + [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 36), + [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 36), + [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), + [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), + [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 6, .production_id = 244), + [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 6, .production_id = 244), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 179), + [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 179), + [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 4, .production_id = 97), + [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 4, .production_id = 97), + [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_declaration, 5, .production_id = 141), + [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias_declaration, 5, .production_id = 141), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_statement, 3, .production_id = 38), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_statement, 3, .production_id = 38), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 83), + [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 83), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, .production_id = 139), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, .production_id = 139), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_alias, 5), + [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_alias, 5), + [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), + [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 216), + [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 216), + [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 215), + [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 215), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3), + [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3), + [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 178), + [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 178), + [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 213), + [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 213), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4), + [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 147), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 147), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 2, .production_id = 6), + [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module, 2, .production_id = 6), + [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 2), + [2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 2), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 211), + [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 211), + [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 106), + [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 106), + [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 107), + [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 107), + [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature, 5, .production_id = 156), + [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature, 5, .production_id = 156), + [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 116), + [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 116), + [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature, 4, .production_id = 115), + [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature, 4, .production_id = 115), + [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, .production_id = 85), + [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, .production_id = 85), + [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 209), + [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 6, .production_id = 209), + [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 48), + [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 48), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4), + [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 91), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 91), + [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 170), + [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 170), + [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 171), + [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 171), + [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 3), + [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 3), + [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 214), + [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 214), + [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, .production_id = 213), + [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, .production_id = 213), + [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 221), + [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 221), + [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 48), + [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 48), + [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 104), + [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 104), + [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, .production_id = 11), + [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, .production_id = 11), + [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 70), + [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 70), + [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 153), + [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 153), + [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3, .production_id = 85), + [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3, .production_id = 85), + [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_debugger_statement, 2), + [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_debugger_statement, 2), + [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, .production_id = 32), + [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, .production_id = 32), + [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3), + [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3), + [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3), + [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3), + [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 177), + [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 177), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 157), + [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 6, .production_id = 157), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 157), + [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 157), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 26), + [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .dynamic_precedence = -1, .production_id = 26), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 153), + [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 153), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 136), + [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 136), + [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 2, .production_id = 4), + [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 2, .production_id = 4), + [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 45), + [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 45), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [2329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 181), + [2333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 5, .production_id = 181), + [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5), + [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5), + [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 3, .production_id = 35), + [2341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 3, .production_id = 35), + [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), + [2345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), + [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 81), + [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 81), + [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 5, .production_id = 139), + [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 5, .production_id = 139), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, .production_id = 47), + [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, .production_id = 47), + [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 135), + [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 135), + [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 188), + [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 188), + [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 7, .production_id = 240), + [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 7, .production_id = 240), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_declaration, 6, .production_id = 183), + [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias_declaration, 6, .production_id = 183), + [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 83), + [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 83), + [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4, .production_id = 84), + [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4, .production_id = 84), + [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 4), + [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 4), + [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, .production_id = 47), + [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, .production_id = 47), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_statement, 3, .production_id = 24), + [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_export_statement, 3, .production_id = 24), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 3, .production_id = 46), + [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 3, .production_id = 46), + [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 2), + [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 2), + [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 96), + [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 96), + [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_class_declaration, 4, .production_id = 130), + [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_class_declaration, 4, .production_id = 130), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 37), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 37), + [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2), + [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 2), + [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 95), + [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 95), + [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ambient_declaration, 7, .production_id = 239), + [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ambient_declaration, 7, .production_id = 239), + [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lexical_declaration, 4, .production_id = 35), + [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lexical_declaration, 4, .production_id = 35), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 43), + [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 43), + [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 200), + [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function_declaration, 7, .production_id = 200), + [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 107), + [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 107), + [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4), + [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 106), + [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 106), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, .production_id = 211), + [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, .production_id = 211), + [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 7, .production_id = 243), + [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 7, .production_id = 243), + [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 186), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 186), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 5, .production_id = 187), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 5, .production_id = 187), + [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 4, .production_id = 98), + [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 4, .production_id = 98), + [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for_header, 6, .production_id = 220), + [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_header, 6, .production_id = 220), + [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), + [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), + [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), + [2543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4208), + [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), + [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), + [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), + [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), + [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), + [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4311), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4047), + [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), + [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), + [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), + [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4275), + [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2696), + [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), + [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), + [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), + [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4272), + [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4271), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), + [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2894), + [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), + [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4325), + [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), + [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4135), + [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [2719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), + [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), + [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), + [2725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), + [2727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), + [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), + [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), + [2733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4239), + [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), + [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), + [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), + [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), + [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4070), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [2845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), + [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), + [2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [2861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), + [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [2891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [2895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [2897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), + [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [2903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), + [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), + [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), + [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5), + [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5), + [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [2939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), + [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), + [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), + [2947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 7), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__augmented_assignment_lhs, 1), + [2954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1, .production_id = 7), + [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [2969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2), + [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 133), + [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 133), + [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 73), + [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 73), + [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, .production_id = 175), + [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, .production_id = 175), + [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), + [2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), + [2989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), REDUCE(aux_sym_object_pattern_repeat1, 1), + [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), + [2996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [2998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [3000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 72), + [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 72), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 75), + [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 75), + [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, .production_id = 74), + [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, .production_id = 74), + [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_null_expression, 2), + [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_null_expression, 2), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), + [3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [3032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(323), + [3035] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), REDUCE(sym__primary_type, 1, .production_id = 13), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [3041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 13), + [3044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(4055), + [3047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 13), + [3050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(859), + [3053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 13), SHIFT(3896), + [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 13), + [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [3062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), SHIFT(4018), + [3065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(889), + [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [3070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_pattern, 1, .dynamic_precedence = -1), + [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), + [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_pattern, 2), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rest_pattern, 2), + [3081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), + [3084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), + [3087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(335), + [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), + [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [3100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), REDUCE(sym__primary_type, 1, .production_id = 13), + [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [3111] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 13), REDUCE(sym_rest_pattern, 2), + [3115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), SHIFT(267), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3122] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_predefined_type, 1), REDUCE(sym_rest_pattern, 2, .production_id = 31), + [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), + [3128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_rest_pattern, 2), + [3131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator, 2), + [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 2), + [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), + [3137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(473), + [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 23), + [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 23), + [3148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 23), SHIFT_REPEAT(3520), + [3151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 2, .production_id = 23), SHIFT(2687), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [3156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 72), + [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_member_expression, 3, .production_id = 72), + [3160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), + [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_statement_repeat1, 1, .production_id = 2), + [3164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 18), + [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator_call_expression, 2, .production_id = 18), + [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), + [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [3180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [3184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), + [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [3188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), + [3190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), + [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), + [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4277), + [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), + [3212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import, 1), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import, 1), + [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [3228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), + [3230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1457), + [3233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1448), + [3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [3244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1587), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [3249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1618), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [3264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(1462), + [3267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), SHIFT(2007), + [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [3290] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__property_name, 1, .production_id = 7), REDUCE(aux_sym_object_repeat1, 2, .production_id = 29), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 30), + [3294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 13), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [3302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 58), + [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 58), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [3310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 12), + [3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 12), + [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [3320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 57), + [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 57), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [3328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instantiation_expression, 2, .production_id = 19), + [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instantiation_expression, 2, .production_id = 19), + [3332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_predefined_type, 2, .production_id = 66), + [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_predefined_type, 2, .production_id = 66), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), + [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), + [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [3376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asserts, 2), + [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asserts, 2), + [3380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1), + [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [3386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_type, 1, .production_id = 15), + [3388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 15), + [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), + [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), + [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), + [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), + [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), + [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 71), + [3476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), SHIFT(81), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [3495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 121), + [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 121), + [3499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 236), + [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 236), + [3503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 204), + [3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 204), + [3507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 120), + [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 120), + [3511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 18), + [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 18), + [3515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 5, .production_id = 208), + [3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 5, .production_id = 208), + [3519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_existential_type, 1), + [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_existential_type, 1), + [3523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 205), + [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 205), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 111), + [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [3539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [3547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [3563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 235), + [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 235), + [3567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_type, 1), + [3569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_type, 1), + [3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 6, .production_id = 238), + [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 6, .production_id = 238), + [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 206), + [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 206), + [3579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, .production_id = 169), + [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, .production_id = 169), + [3583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_type, 7, .production_id = 258), + [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_type, 7, .production_id = 258), + [3587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [3593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), + [3595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), + [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [3599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lookup_type, 4), + [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lookup_type, 4), + [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infer_type, 4, .production_id = 65), + [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infer_type, 4, .production_id = 65), + [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 68), + [3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__number, 2, .production_id = 8), + [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__number, 2, .production_id = 8), + [3613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 4, .production_id = 168), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 4, .production_id = 168), + [3617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), + [3619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_pattern, 2), + [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), + [3623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_tuple_type, 2), + [3626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_tuple_type, 2), + [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 2), + [3631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_type, 2), + [3634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_type, 2), + [3637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_type, 1, .production_id = 16), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_type, 1, .production_id = 16), + [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 69), + [3643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4), + [3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4), + [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), + [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 166), + [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 166), + [3653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 165), + [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 165), + [3657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 27), + [3659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3), + [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3), + [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_assertion, 2), + [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_assertion, 2), + [3667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 164), + [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 164), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, .production_id = 68), + [3675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 122), + [3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 122), + [3679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 163), + [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 163), + [3683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 123), + [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_call_expression, 2, .production_id = 123), + [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 113), + [3689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 55), + [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 55), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [3697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 124), + [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_instantiation_expression, 2, .production_id = 124), + [3701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), + [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), + [3705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 162), + [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 162), + [3709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 161), + [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 161), + [3713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3), + [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3), + [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3), + [3719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5), + [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5), + [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 174), + [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_predicate, 3, .production_id = 93), + [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate, 3, .production_id = 93), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_type, 5, .production_id = 207), + [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_type, 5, .production_id = 207), + [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_predicate, 3, .production_id = 176), + [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate, 3, .production_id = 176), + [3739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 59), + [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 59), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), + [3745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_query, 2, .production_id = 60), + [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_query, 2, .production_id = 60), + [3749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 234), + [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 234), + [3753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 2), + [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), + [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 8), + [3759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(81), + [3762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_satisfies_expression, 3), + [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_satisfies_expression, 3), + [3766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), + [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 8), + [3770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(81), + [3773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2), + [3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2), + [3777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 73), + [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 73), + [3781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_literal_type, 3), + [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal_type, 3), + [3785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2), + [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2), + [3789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_literal_type, 2), + [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_literal_type, 2), + [3793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nested_type_identifier, 3, .production_id = 127), + [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_type_identifier, 3, .production_id = 127), + [3797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 87), REDUCE(sym_nested_type_identifier, 3, .production_id = 127), + [3800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 62), + [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 62), + [3804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 72), + [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_member_expression, 3, .production_id = 72), + [3808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_readonly_type, 2), + [3810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_readonly_type, 2), + [3812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3), + [3814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3), + [3816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 3), + [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3), + [3820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flow_maybe_type, 2), + [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flow_maybe_type, 2), + [3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 4, .production_id = 114), + [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, .production_id = 79), + [3828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 237), + [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 5, .production_id = 237), + [3832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 3), + [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 3), + [3836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 129), + [3838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 129), + [3840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infer_type, 2, .production_id = 65), + [3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infer_type, 2, .production_id = 65), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, .production_id = 71), + [3848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2), + [3850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_type_query, 2), + [3852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_type_query, 2), + [3854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 133), + [3856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_query_subscript_expression, 4, .production_id = 133), + [3858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 67), + [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 67), + [3862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 2), + [3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 2), + [3866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(81), + [3869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_nested_identifier, 3, .production_id = 86), REDUCE(sym_nested_type_identifier, 3, .production_id = 127), + [3872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [3876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), + [3882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [3886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [3892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [3902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [3904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [3908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [3916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [3920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [3924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [3926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [3946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(82), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [3953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(82), + [3966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(79), + [3969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 11), + [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 11), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 117), + [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 117), + [3983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 79), + [3985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), SHIFT(79), + [3988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [3995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(82), + [3998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 3, .production_id = 78), + [4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 3, .production_id = 78), + [4002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 77), + [4004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 77), + [4006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 76), + [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 76), + [4010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4), + [4012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4), + [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 15), + [4017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__primary_type, 1, .production_id = 15), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [4022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 68), REDUCE(sym_assignment_expression, 3, .production_id = 68), + [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 68), + [4027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), + [4030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), + [4033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2), + [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2), + [4037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 88), REDUCE(sym_assignment_expression, 3, .production_id = 68), + [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 88), + [4042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_assignment_pattern, 3, .production_id = 88), REDUCE(sym_assignment_expression, 3, .production_id = 25), + [4045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(79), + [4048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 180), + [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 180), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [4054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 5, .production_id = 155), + [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 5, .production_id = 155), + [4058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 17), + [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 17), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [4064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 18), + [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 18), + [4068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_closing_tag, 1), + [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_closing_tag, 1), + [4072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_template, 2, .production_id = 20), + [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_glimmer_template, 2, .production_id = 20), + [4076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 27), + [4078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 29), + [4080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pattern, 3, .production_id = 30), + [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 29), + [4084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 3, .production_id = 29), REDUCE(sym_object_pattern, 3, .production_id = 30), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__initializer, 2, .production_id = 92), + [4089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 92), SHIFT(413), + [4092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 138), + [4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 138), + [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), + [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), + [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), + [4106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [4108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [4110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 137), + [4112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 137), + [4114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 4, .production_id = 134), + [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 4, .production_id = 134), + [4118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3), + [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3), + [4122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_string, 2), REDUCE(sym_template_literal_type, 2), + [4125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_string, 2), REDUCE(sym_template_literal_type, 2), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [4130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), + [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_element, 2), + [4135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(79), + [4138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 3, .production_id = 69), + [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 82), + [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 82), + [4144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3), + [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3), + [4148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4), + [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4), + [4152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 110), + [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 110), + [4156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 111), + [4158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 4, .production_id = 118), + [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 4, .production_id = 118), + [4162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), + [4164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [4168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 51), + [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 51), + [4172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, .production_id = 112), + [4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, .production_id = 112), + [4176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 52), + [4178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 52), + [4180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, .production_id = 29), + [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, .production_id = 29), + [4184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, .production_id = 53), + [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, .production_id = 53), + [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_property, 3), + [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_property, 3), + [4192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), SHIFT(82), + [4195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_function, 4, .production_id = 112), + [4197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_function, 4, .production_id = 112), + [4199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 114), + [4201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 54), + [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 54), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [4207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arrow_function, 4, .production_id = 113), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), + [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [4269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [4297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2629), + [4300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2314), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), + [4305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(241), + [4308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2136), + [4311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(4096), + [4314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3489), + [4317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3490), + [4320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2502), + [4323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(3717), + [4326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(1883), + [4329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2058), + [4332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2172), + [4335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2004), + [4338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2095), + [4341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2168), + [4344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), SHIFT_REPEAT(2306), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [4353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), SHIFT(85), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [4358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(85), + [4361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(85), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [4366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(85), + [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 2), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [4373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3, .production_id = 30), + [4375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 2), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_pattern, 3, .production_id = 68), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [4389] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), REDUCE(sym_tuple_type, 2), + [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extends_clause_single, 1, .production_id = 49), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [4397] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), REDUCE(sym_object_type, 2), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [4405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [4421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [4429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [4449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [4483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), SHIFT(87), + [4486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 1, .production_id = 9), + [4488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 1, .production_id = 9), + [4490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__parameter_name, 1, .production_id = 9), REDUCE(sym__primary_type, 1, .production_id = 15), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 89), + [4499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(87), + [4502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(87), + [4505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(87), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [4528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [4530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), SHIFT(86), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [4537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_object_pattern, 2), REDUCE(sym_object_type, 2), + [4540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_pattern, 2), REDUCE(sym_tuple_type, 2), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [4557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 2, .production_id = 39), + [4559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 2, .production_id = 39), + [4561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 15), REDUCE(sym__parameter_name, 2, .production_id = 39), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [4576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__parameter_name, 1, .production_id = 9), + [4579] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__parameter_name, 1, .production_id = 9), REDUCE(sym__primary_type, 1, .production_id = 15), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), + [4587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex, 3, .production_id = 39), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex, 3, .production_id = 39), + [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [4593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(86), + [4596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(86), + [4599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(86), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [4604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 5, .production_id = 189), + [4606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 5, .production_id = 189), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [4616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(78), + [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [4659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 3, .production_id = 103), + [4661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 3, .production_id = 103), + [4663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), SHIFT(78), + [4666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 3, .production_id = 99), + [4668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 3, .production_id = 99), + [4670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), + [4673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_computed_property_name, 3), + [4675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 3), REDUCE(sym_computed_property_name, 3), + [4678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_computed_property_name, 3), + [4680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), + [4683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_name, 1), + [4685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1), REDUCE(sym__property_name, 1), + [4688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_name, 1), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 2, .production_id = 42), + [4694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 2, .production_id = 42), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [4702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [4706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), + [4708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [4710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extends_clause_single, 2, .production_id = 108), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__initializer, 2, .production_id = 92), SHIFT(463), + [4717] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_literal_type, 1), REDUCE(sym_rest_pattern, 2), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 4, .production_id = 146), + [4725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 4, .production_id = 146), + [4727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [4729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parameter_name, 4, .production_id = 144), + [4731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_name, 4, .production_id = 144), + [4733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(78), + [4736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(78), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [4745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_array, 2), REDUCE(sym_array_pattern, 2), + [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [4752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 3, .production_id = 29), REDUCE(sym_object_pattern, 3, .production_id = 30), + [4755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_object, 2), REDUCE(sym_object_pattern, 2), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [4762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_await_expression, 2), SHIFT(80), + [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [4771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [4789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [4803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [4805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), + [4809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 71), SHIFT(80), + [4812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 8), SHIFT(80), + [4815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 8), SHIFT(80), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [4822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [4830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 51), REDUCE(sym_class, 4, .production_id = 137), + [4833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 51), REDUCE(sym_class, 4, .production_id = 137), + [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [4844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 52), REDUCE(sym_class, 4, .production_id = 138), + [4847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 52), REDUCE(sym_class, 4, .production_id = 138), + [4850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [4858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [4862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [4864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [4866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 3, .production_id = 48), REDUCE(sym_class, 4, .production_id = 136), + [4869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 3, .production_id = 48), REDUCE(sym_class, 4, .production_id = 136), + [4872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 106), REDUCE(sym_class, 5, .production_id = 178), + [4875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 106), REDUCE(sym_class, 5, .production_id = 178), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [4880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 107), REDUCE(sym_class, 5, .production_id = 179), + [4883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 107), REDUCE(sym_class, 5, .production_id = 179), + [4886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 4, .production_id = 110), REDUCE(sym_class, 5, .production_id = 180), + [4889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 4, .production_id = 110), REDUCE(sym_class, 5, .production_id = 180), + [4892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 2, .production_id = 11), REDUCE(sym_class, 3, .production_id = 82), + [4895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 2, .production_id = 11), REDUCE(sym_class, 3, .production_id = 82), + [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4142), + [4900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class, 5, .production_id = 153), REDUCE(sym_class, 6, .production_id = 214), + [4903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class, 5, .production_id = 153), REDUCE(sym_class, 6, .production_id = 214), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [4908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3311), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [4922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [4928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), + [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [4938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [4944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [4948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [4952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [4958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [4966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [4970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), + [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [4980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [5000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), + [5014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [5018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [5022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [5024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), + [5026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 1), + [5028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [5032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), + [5040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [5044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [5048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [5054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 29), REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 30), + [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [5059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 1), + [5061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [5067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [5069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [5071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [5073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [5079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [5081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), + [5083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [5085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, .production_id = 29), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [5097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4035), + [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [5107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), + [5109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), + [5111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 200), + [5113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 200), + [5115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 6, .production_id = 217), + [5117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 6, .production_id = 217), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [5121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 260), + [5123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 260), + [5125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 8, .production_id = 259), + [5127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 8, .production_id = 259), + [5129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 157), + [5131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 157), + [5133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 1), + [5135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_body_repeat1, 1), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [5139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 5, .production_id = 184), + [5141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 5, .production_id = 184), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [5149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [5151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 10, .production_id = 281), + [5153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 10, .production_id = 281), + [5155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 242), + [5157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 242), + [5159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 7, .production_id = 241), + [5161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 7, .production_id = 241), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [5165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [5169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [5173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [5177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), + [5179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 116), + [5181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 116), + [5183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 4, .production_id = 142), + [5185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 4, .production_id = 142), + [5187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 272), + [5189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 272), + [5191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 9, .production_id = 271), + [5193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 9, .production_id = 271), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [5197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_definition, 3, .production_id = 90), + [5199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_definition, 3, .production_id = 90), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), + [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [5219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_static_block, 2, .production_id = 11), + [5221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_static_block, 2, .production_id = 11), + [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [5231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [5233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_body_repeat1, 2), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [5241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), + [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), + [5265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [5273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), + [5283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [5285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), + [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), + [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [5401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 85), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [5413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 1, .production_id = 5), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [5425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), + [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), + [5429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), + [5431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [5433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 148), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [5439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3687), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [5443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), + [5445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_identifier, 1, .production_id = 1), + [5447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__import_identifier, 1, .production_id = 1), + [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [5453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [5455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 198), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [5461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 232), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [5469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 232), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [5473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 1, .production_id = 5), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [5477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 85), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [5481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 198), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [5497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 148), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [5507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 13), REDUCE(sym_type_parameter, 1, .production_id = 14), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [5512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 13), SHIFT(925), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [5521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [5523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 232), + [5525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 148), + [5527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 85), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [5531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 148), + [5533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 198), + [5535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 85), + [5537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 232), + [5539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_type, 1, .production_id = 13), SHIFT(3896), + [5542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 5), + [5544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 5), + [5546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 198), + [5548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3714), + [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), + [5556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), + [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [5572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 22), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [5580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, .production_id = 5), + [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [5594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), + [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [5600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), + [5602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), + [5604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), + [5610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [5614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_annotation, 2), + [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), + [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), + [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), + [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), + [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [5648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_annotation, 2), + [5650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 4), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [5662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 257), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [5666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4, .production_id = 30), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [5670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 4), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [5674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_pattern, 3), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [5678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pattern, 3), + [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [5698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), + [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [5718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_omitting_type_annotation, 2), + [5720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opting_type_annotation, 2), + [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4268), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [5726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 1, .production_id = 10), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [5736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 61), + [5738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 4, .production_id = 156), + [5740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 3, .production_id = 152), + [5742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 3, .production_id = 115), + [5744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 4, .production_id = 190), + [5746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 2, .production_id = 119), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [5752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 2, .production_id = 105), + [5754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 5, .production_id = 223), + [5756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 5, .production_id = 224), + [5758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 2, .production_id = 131), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), + [5764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 2, .production_id = 131), + [5766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 6, .production_id = 249), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [5772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 6, .production_id = 250), + [5774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 7, .production_id = 261), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [5780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 7, .production_id = 262), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [5786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 159), + [5788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(323), + [5791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 160), + [5793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 8, .production_id = 275), + [5795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 8, .production_id = 280), + [5797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_signature, 9, .production_id = 283), + [5799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 14), + [5801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [5809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_chain, 1), + [5811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), + [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [5815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [5835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), + [5843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5), + [5845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 257), + [5847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 203), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410), + [5855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), + [5857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(335), + [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [5878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4), + [5880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 2, .production_id = 132), + [5882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 2, .production_id = 132), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [5948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 2, .production_id = 10), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [5976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__tuple_type_member, 1), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [5980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements_clause, 2), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [5988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(3006), + [5991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), + [5993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2), SHIFT_REPEAT(261), + [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [5998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 131), + [6000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 131), + [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [6020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 21), + [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [6030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_signature, 3, .production_id = 80), + [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [6036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_predicate_annotation, 2), + [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [6040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asserts_annotation, 2), + [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [6088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_type_repeat1, 2), SHIFT_REPEAT(1215), + [6091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_type_repeat1, 2), + [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [6107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint, 2), + [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [6111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_implements_clause_repeat1, 2), + [6113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(4002), + [6116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), + [6118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2), SHIFT_REPEAT(265), + [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [6153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 22), SHIFT(801), + [6156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), + [6158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(878), + [6161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 22), SHIFT(805), + [6164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 33), + [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [6178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_type, 2), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [6188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 150), + [6190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 93), + [6192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), + [6194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), SHIFT_REPEAT(923), + [6197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_literal_type_repeat1, 2), SHIFT_REPEAT(3178), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [6202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rest_type, 2), + [6204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 3, .production_id = 158), + [6206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 22), SHIFT(901), + [6209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 150), + [6211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 3, .production_id = 93), + [6213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 2, .production_id = 22), SHIFT(929), + [6216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5), + [6218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(913), + [6221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 2, .production_id = 34), + [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [6225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapped_type_clause, 3, .production_id = 191), + [6227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 4, .production_id = 192), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [6231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 194), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [6239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 34), + [6241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 196), + [6243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(807), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [6250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 278), + [6252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 8, .production_id = 274), + [6254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 8, .production_id = 273), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [6262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 7, .production_id = 267), + [6264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 270), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [6268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 267), + [6270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 7, .production_id = 265), + [6272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 7, .production_id = 264), + [6274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 194), + [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [6278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 4, .production_id = 196), + [6280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 202), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [6288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 256), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [6292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 6, .production_id = 253), + [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [6300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 132), + [6302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 132), + [6304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 4, .production_id = 201), + [6306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [6310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__call_signature, 1, .production_id = 3), SHIFT(815), + [6313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_signature, 1, .production_id = 56), + [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [6317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 245), + [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [6325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 256), + [6327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 2, .production_id = 34), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [6331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 226), + [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [6337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 230), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [6341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 248), + [6343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_construct_signature, 5, .production_id = 233), + [6345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 230), + [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [6351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 253), + [6353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_signature, 5, .production_id = 226), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [6361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 6, .production_id = 247), + [6363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_signature, 5, .production_id = 231), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [6367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2, .production_id = 30), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [6381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), + [6383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [6421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [6429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [6431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapped_type_clause, 5, .production_id = 246), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [6441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3481), + [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [6445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 2, .production_id = 41), + [6447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), SHIFT_REPEAT(180), + [6450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 2, .production_id = 50), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [6454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [6464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 64), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [6468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2892), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [6472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), + [6474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3425), + [6477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), + [6479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(3426), + [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [6488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), SHIFT_REPEAT(2912), + [6491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [6497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 3, .production_id = 101), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [6501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 3, .production_id = 109), + [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [6511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 126), + [6513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), + [6515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 1), REDUCE(aux_sym_template_literal_type_repeat1, 1), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [6520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_implements_clause_repeat1, 2), SHIFT_REPEAT(953), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [6529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [6537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [6541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 154), + [6543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 154), SHIFT_REPEAT(288), + [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [6550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 3, .production_id = 172), + [6552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 3, .production_id = 172), + [6554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extends_type_clause, 3, .production_id = 173), + [6556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_type_clause, 3, .production_id = 173), + [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [6564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [6566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [6574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), + [6576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [6586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), + [6596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [6598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [6608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 85), + [6610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 210), + [6612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 210), SHIFT_REPEAT(3469), + [6615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_type_clause_repeat1, 2, .production_id = 210), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [6623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 229), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [6647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair_pattern, 3, .production_id = 89), + [6649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 252), + [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [6661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3828), + [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3746), + [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [6673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .dynamic_precedence = -1), SHIFT(473), + [6676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 93), + [6678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, .production_id = 94), + [6680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 255), + [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [6700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_identifier, 1), + [6702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), SHIFT_REPEAT(130), + [6705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2), + [6707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 228), + [6709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 227), + [6711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 5, .production_id = 225), + [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [6719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 3), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [6727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 2, .production_id = 85), + [6729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 2, .production_id = 33), + [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [6735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implements_clause, 3), + [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [6747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), SHIFT_REPEAT(3565), + [6750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_glimmer_template_repeat1, 2), + [6752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 263), + [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [6766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 5, .production_id = 224), + [6768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 266), + [6770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 268), + [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [6774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 7, .production_id = 269), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [6822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 193), + [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [6826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 4, .production_id = 156), + [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [6832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 5, .production_id = 223), + [6834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 1), + [6836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 212), SHIFT_REPEAT(2309), + [6839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, .production_id = 212), + [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [6847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), + [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [6859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 251), + [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [6863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 199), + [6865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 195), + [6867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(3722), + [6870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [6878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 6, .production_id = 254), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [6886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 4, .production_id = 190), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [6890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 276), + [6892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 277), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [6900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 4, .production_id = 197), + [6902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 8, .production_id = 279), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [6908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 9, .production_id = 282), + [6910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 2), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [6922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 1, .production_id = 5), + [6924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 4), + [6926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), SHIFT_REPEAT(2815), + [6929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_export_clause_repeat1, 2), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [6933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [6963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), SHIFT_REPEAT(2161), + [6966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [6970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3808), + [6972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), SHIFT_REPEAT(2137), + [6975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_pattern_repeat1, 2), + [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [6981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), SHIFT_REPEAT(2776), + [6984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_named_imports_repeat1, 2), + [6986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 6, .production_id = 249), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [7002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 149), + [7004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_method_signature, 3, .production_id = 115), + [7006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 151), + [7008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), SHIFT_REPEAT(176), + [7011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_pattern_repeat1, 2), + [7013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_clause, 5), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [7017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_public_field_definition, 3, .production_id = 94), + [7019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extends_clause_repeat1, 2, .production_id = 50), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [7037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__module_export_name, 1), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [7049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4004), + [7053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [7061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 3), + [7063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(784), + [7066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), + [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [7078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, .production_id = 167), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [7090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 140), + [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [7102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 1, .production_id = 5), + [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [7106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 2, .production_id = 40), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [7114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_assignment, 2, .production_id = 33), + [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [7120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 4, .production_id = 182), + [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [7124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 4, .production_id = 145), + [7126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 4, .production_id = 185), + [7128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 4, .production_id = 182), + [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [7152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 3, .production_id = 143), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [7158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 63), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [7168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_specifier, 3, .production_id = 140), + [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [7178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_tuple_parameter, 3, .production_id = 93), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [7196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 128), + [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [7202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2), + [7204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_parameter, 2, .production_id = 34), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [7218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 125), + [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [7238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_require_clause, 6, .production_id = 218), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [7246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__from_clause, 2, .production_id = 32), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [7272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_parameter, 3, .production_id = 102), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [7276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 1), + [7278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter, 3, .production_id = 100), + [7280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [7290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_specifier, 2, .production_id = 85), + [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [7296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_glimmer_opening_tag, 1), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [7304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_import, 3), + [7306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_clause, 3), + [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [7318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 3), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [7330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_export, 3), + [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [7352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4041), + [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [7356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4273), + [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [7378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [7404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 4), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [7434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4281), + [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [7446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_heritage, 2), + [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [7582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 2), + [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [7598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), + [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [7606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_imports, 5), + [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), + [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), + [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [7736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), + [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [7788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), + [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [7802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [7876] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [7906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4240), + [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), }; #ifdef __cplusplus